Full Site Editing - Version 3.1290

Version Description

Download this release

Release Info

Developer mciampini
Plugin Icon wp plugin Full Site Editing
Version 3.1290
Comparing to
See all releases

Code changes from version 3.1127 to 3.1290

common/dist/data-stores.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('react', 'wp-compose', 'wp-data', 'wp-data-controls', 'wp-deprecated', 'wp-element', 'wp-polyfill'), 'version' => 'a397602f01f5819a6c43f4c677efb9a3');
1
+ <?php return array('dependencies' => array('react', 'wp-compose', 'wp-data', 'wp-data-controls', 'wp-deprecated', 'wp-element', 'wp-polyfill'), 'version' => '64930f7d6eaf56ea4c6cedf7309f023b');
common/dist/data-stores.js CHANGED
@@ -3,7 +3,7 @@
3
  object-assign
4
  (c) Sindre Sorhus
5
  @license MIT
6
- */var t=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function i(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}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(i){return!1}}()?Object.assign:function(e,o){for(var u,s,c=i(e),a=1;a<arguments.length;a++){for(var l in u=Object(arguments[a]))n.call(u,l)&&(c[l]=u[l]);if(t){s=t(u);for(var p=0;p<s.length;p++)r.call(u,s[p])&&(c[s[p]]=u[s[p]])}}return c}},8650:function(e){var t,n=window.ProgressEvent,r=!!n;try{t=new n("loaded"),r="loaded"===t.type,t=null}catch(i){r=!1}e.exports=r?n:"function"==typeof document.createEvent?function(e,t){var n=document.createEvent("Event");return n.initEvent(e,!1,!1),t?(n.lengthComputable=Boolean(t.lengthComputable),n.loaded=Number(t.loaded)||0,n.total=Number(t.total)||0):(n.lengthComputable=!1,n.loaded=n.total=0),n}:function(e,t){var n=document.createEventObject();return n.type=e,t?(n.lengthComputable=Boolean(t.lengthComputable),n.loaded=Number(t.loaded)||0,n.total=Number(t.total)||0):(n.lengthComputable=!1,n.loaded=n.total=0),n}},5527:function(e,t,n){"use strict";var r=String.prototype.replace,i=/%20/g,o=n(2493),u={RFC1738:"RFC1738",RFC3986:"RFC3986"};e.exports=o.assign({default:u.RFC3986,formatters:{RFC1738:function(e){return r.call(e,i,"+")},RFC3986:function(e){return String(e)}}},u)},9126:function(e,t,n){"use strict";var r=n(6845),i=n(9166),o=n(5527);e.exports={formats:o,parse:i,stringify:r}},9166:function(e,t,n){"use strict";var r=n(2493),i=Object.prototype.hasOwnProperty,o=Array.isArray,u={allowDots:!1,allowPrototypes:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:r.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},s=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},c=function(e,t){return e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},a=function(e,t,n,r){if(e){var o=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,u=/(\[[^[\]]*])/g,s=n.depth>0&&/(\[[^[\]]*])/.exec(o),a=s?o.slice(0,s.index):o,l=[];if(a){if(!n.plainObjects&&i.call(Object.prototype,a)&&!n.allowPrototypes)return;l.push(a)}for(var p=0;n.depth>0&&null!==(s=u.exec(o))&&p<n.depth;){if(p+=1,!n.plainObjects&&i.call(Object.prototype,s[1].slice(1,-1))&&!n.allowPrototypes)return;l.push(s[1])}return s&&l.push("["+o.slice(s.index)+"]"),function(e,t,n,r){for(var i=r?t:c(t,n),o=e.length-1;o>=0;--o){var u,s=e[o];if("[]"===s&&n.parseArrays)u=[].concat(i);else{u=n.plainObjects?Object.create(null):{};var a="["===s.charAt(0)&&"]"===s.charAt(s.length-1)?s.slice(1,-1):s,l=parseInt(a,10);n.parseArrays||""!==a?!isNaN(l)&&s!==a&&String(l)===a&&l>=0&&n.parseArrays&&l<=n.arrayLimit?(u=[])[l]=i:u[a]=i:u={0:i}}i=u}return i}(l,t,n,r)}};e.exports=function(e,t){var n=function(e){if(!e)return u;if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t=void 0===e.charset?u.charset:e.charset;return{allowDots:void 0===e.allowDots?u.allowDots:!!e.allowDots,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:u.allowPrototypes,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:u.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:u.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:u.comma,decoder:"function"==typeof e.decoder?e.decoder:u.decoder,delimiter:"string"==typeof e.delimiter||r.isRegExp(e.delimiter)?e.delimiter:u.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:u.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:u.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:u.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:u.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:u.strictNullHandling}}(t);if(""===e||null==e)return n.plainObjects?Object.create(null):{};for(var l="string"==typeof e?function(e,t){var n,a={},l=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,p=t.parameterLimit===1/0?void 0:t.parameterLimit,f=l.split(t.delimiter,p),d=-1,g=t.charset;if(t.charsetSentinel)for(n=0;n<f.length;++n)0===f[n].indexOf("utf8=")&&("utf8=%E2%9C%93"===f[n]?g="utf-8":"utf8=%26%2310003%3B"===f[n]&&(g="iso-8859-1"),d=n,n=f.length);for(n=0;n<f.length;++n)if(n!==d){var m,h,y=f[n],v=y.indexOf("]="),b=-1===v?y.indexOf("="):v+1;-1===b?(m=t.decoder(y,u.decoder,g,"key"),h=t.strictNullHandling?null:""):(m=t.decoder(y.slice(0,b),u.decoder,g,"key"),h=r.maybeMap(c(y.slice(b+1),t),(function(e){return t.decoder(e,u.decoder,g,"value")}))),h&&t.interpretNumericEntities&&"iso-8859-1"===g&&(h=s(h)),y.indexOf("[]=")>-1&&(h=o(h)?[h]:h),i.call(a,m)?a[m]=r.combine(a[m],h):a[m]=h}return a}(e,n):e,p=n.plainObjects?Object.create(null):{},f=Object.keys(l),d=0;d<f.length;++d){var g=f[d],m=a(g,l[g],n,"string"==typeof e);p=r.merge(p,m,n)}return r.compact(p)}},6845:function(e,t,n){"use strict";var r=n(2493),i=n(5527),o=Object.prototype.hasOwnProperty,u={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},s=Array.isArray,c=Array.prototype.push,a=function(e,t){c.apply(e,s(t)?t:[t])},l=Date.prototype.toISOString,p=i.default,f={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:r.encode,encodeValuesOnly:!1,format:p,formatter:i.formatters[p],indices:!1,serializeDate:function(e){return l.call(e)},skipNulls:!1,strictNullHandling:!1},d=function e(t,n,i,o,u,c,l,p,d,g,m,h,y){var v,b=t;if("function"==typeof l?b=l(n,b):b instanceof Date?b=g(b):"comma"===i&&s(b)&&(b=r.maybeMap(b,(function(e){return e instanceof Date?g(e):e})).join(",")),null===b){if(o)return c&&!h?c(n,f.encoder,y,"key"):n;b=""}if("string"==typeof(v=b)||"number"==typeof v||"boolean"==typeof v||"symbol"==typeof v||"bigint"==typeof v||r.isBuffer(b))return c?[m(h?n:c(n,f.encoder,y,"key"))+"="+m(c(b,f.encoder,y,"value"))]:[m(n)+"="+m(String(b))];var S,E=[];if(void 0===b)return E;if(s(l))S=l;else{var _=Object.keys(b);S=p?_.sort(p):_}for(var w=0;w<S.length;++w){var C=S[w],P=b[C];if(!u||null!==P){var O=s(b)?"function"==typeof i?i(n,C):n:n+(d?"."+C:"["+C+"]");a(E,e(P,O,i,o,u,c,l,p,d,g,m,h,y))}}return E};e.exports=function(e,t){var n,r=e,c=function(e){if(!e)return f;if(null!==e.encoder&&void 0!==e.encoder&&"function"!=typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||f.charset;if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var n=i.default;if(void 0!==e.format){if(!o.call(i.formatters,e.format))throw new TypeError("Unknown format option provided.");n=e.format}var r=i.formatters[n],u=f.filter;return("function"==typeof e.filter||s(e.filter))&&(u=e.filter),{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:f.addQueryPrefix,allowDots:void 0===e.allowDots?f.allowDots:!!e.allowDots,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:f.charsetSentinel,delimiter:void 0===e.delimiter?f.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:f.encode,encoder:"function"==typeof e.encoder?e.encoder:f.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:f.encodeValuesOnly,filter:u,formatter:r,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:f.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:f.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:f.strictNullHandling}}(t);"function"==typeof c.filter?r=(0,c.filter)("",r):s(c.filter)&&(n=c.filter);var l,p=[];if("object"!=typeof r||null===r)return"";l=t&&t.arrayFormat in u?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var g=u[l];n||(n=Object.keys(r)),c.sort&&n.sort(c.sort);for(var m=0;m<n.length;++m){var h=n[m];c.skipNulls&&null===r[h]||a(p,d(r[h],h,g,c.strictNullHandling,c.skipNulls,c.encode?c.encoder:null,c.filter,c.sort,c.allowDots,c.serializeDate,c.formatter,c.encodeValuesOnly,c.charset))}var y=p.join(c.delimiter),v=!0===c.addQueryPrefix?"?":"";return c.charsetSentinel&&("iso-8859-1"===c.charset?v+="utf8=%26%2310003%3B&":v+="utf8=%E2%9C%93&"),y.length>0?v+y:""}},2493:function(e){"use strict";var t=Object.prototype.hasOwnProperty,n=Array.isArray,r=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),i=function(e,t){for(var n=t&&t.plainObjects?Object.create(null):{},r=0;r<e.length;++r)void 0!==e[r]&&(n[r]=e[r]);return n};e.exports={arrayToObject:i,assign:function(e,t){return Object.keys(t).reduce((function(e,n){return e[n]=t[n],e}),e)},combine:function(e,t){return[].concat(e,t)},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],r=[],i=0;i<t.length;++i)for(var o=t[i],u=o.obj[o.prop],s=Object.keys(u),c=0;c<s.length;++c){var a=s[c],l=u[a];"object"==typeof l&&null!==l&&-1===r.indexOf(l)&&(t.push({obj:u,prop:a}),r.push(l))}return function(e){for(;e.length>1;){var t=e.pop(),r=t.obj[t.prop];if(n(r)){for(var i=[],o=0;o<r.length;++o)void 0!==r[o]&&i.push(r[o]);t.obj[t.prop]=i}}}(t),e},decode:function(e,t,n){var r=e.replace(/\+/g," ");if("iso-8859-1"===n)return r.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(r)}catch(i){return r}},encode:function(e,t,n){if(0===e.length)return e;var i=e;if("symbol"==typeof e?i=Symbol.prototype.toString.call(e):"string"!=typeof e&&(i=String(e)),"iso-8859-1"===n)return escape(i).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var o="",u=0;u<i.length;++u){var s=i.charCodeAt(u);45===s||46===s||95===s||126===s||s>=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122?o+=i.charAt(u):s<128?o+=r[s]:s<2048?o+=r[192|s>>6]+r[128|63&s]:s<55296||s>=57344?o+=r[224|s>>12]+r[128|s>>6&63]+r[128|63&s]:(u+=1,s=65536+((1023&s)<<10|1023&i.charCodeAt(u)),o+=r[240|s>>18]+r[128|s>>12&63]+r[128|s>>6&63]+r[128|63&s])}return o},isBuffer:function(e){return!(!e||"object"!=typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(n(e)){for(var r=[],i=0;i<e.length;i+=1)r.push(t(e[i]));return r}return t(e)},merge:function e(r,o,u){if(!o)return r;if("object"!=typeof o){if(n(r))r.push(o);else{if(!r||"object"!=typeof r)return[r,o];(u&&(u.plainObjects||u.allowPrototypes)||!t.call(Object.prototype,o))&&(r[o]=!0)}return r}if(!r||"object"!=typeof r)return[r].concat(o);var s=r;return n(r)&&!n(o)&&(s=i(r,u)),n(r)&&n(o)?(o.forEach((function(n,i){if(t.call(r,i)){var o=r[i];o&&"object"==typeof o&&n&&"object"==typeof n?r[i]=e(o,n,u):r.push(n)}else r[i]=n})),r):Object.keys(o).reduce((function(n,r){var i=o[r];return t.call(n,r)?n[r]=e(n[r],i,u):n[r]=i,n}),s)}}},3631:function(e,t,n){"use strict";var r=n(3804),i="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,o=n(7201),u=n(4983),s=n(6590),c="function"==typeof Symbol&&Symbol.iterator;function a(e,t){return e&&"object"==typeof e&&null!=e.key?(n=e.key,r={"=":"=0",":":"=2"},"$"+(""+n).replace(/[=:]/g,(function(e){return r[e]}))):t.toString(36);var n,r}function l(e,t,n,r){var o,s=typeof e;if("undefined"!==s&&"boolean"!==s||(e=null),null===e||"string"===s||"number"===s||"object"===s&&e.$$typeof===i)return n(r,e,""===t?"."+a(e,0):t),1;var p=0,f=""===t?".":t+":";if(Array.isArray(e))for(var d=0;d<e.length;d++)p+=l(o=e[d],f+a(o,d),n,r);else{var g=function(e){var t=e&&(c&&e[c]||e["@@iterator"]);if("function"==typeof t)return t}(e);if(g){0;for(var m,h=g.call(e),y=0;!(m=h.next()).done;)p+=l(o=m.value,f+a(o,y++),n,r)}else if("object"===s){0;var v=""+e;u(!1,"Objects are not valid as a React child (found: %s).%s","[object Object]"===v?"object with keys {"+Object.keys(e).join(", ")+"}":v,"")}}return p}var p=/\/+/g;function f(e){return(""+e).replace(p,"$&/")}var d,g,m=h,h=function(e){var t=this;if(t.instancePool.length){var n=t.instancePool.pop();return t.call(n,e),n}return new t(e)},y=function(e){var t=this;u(e instanceof t,"Trying to release an instance into a pool of a different type."),e.destructor(),t.instancePool.length<t.poolSize&&t.instancePool.push(e)};function v(e,t,n,r){this.result=e,this.keyPrefix=t,this.func=n,this.context=r,this.count=0}function b(e,t,n){var i,u,s=e.result,c=e.keyPrefix,a=e.func,l=e.context,p=a.call(l,t,e.count++);Array.isArray(p)?S(p,s,n,o.thatReturnsArgument):null!=p&&(r.isValidElement(p)&&(i=p,u=c+(!p.key||t&&t.key===p.key?"":f(p.key)+"/")+n,p=r.cloneElement(i,{key:u},void 0!==i.props?i.props.children:void 0)),s.push(p))}function S(e,t,n,r,i){var o="";null!=n&&(o=f(n)+"/");var u=v.getPooled(t,o,r,i);!function(e,t,n){null==e||l(e,"",t,n)}(e,b,u),v.release(u)}v.prototype.destructor=function(){this.result=null,this.keyPrefix=null,this.func=null,this.context=null,this.count=0},d=function(e,t,n,r){var i=this;if(i.instancePool.length){var o=i.instancePool.pop();return i.call(o,e,t,n,r),o}return new i(e,t,n,r)},(g=v).instancePool=[],g.getPooled=d||m,g.poolSize||(g.poolSize=10),g.release=y;e.exports=function(e){if("object"!=typeof e||!e||Array.isArray(e))return s(!1,"React.addons.createFragment only accepts a single object. Got: %s",e),e;if(r.isValidElement(e))return s(!1,"React.addons.createFragment does not accept a ReactElement without a wrapper object."),e;u(1!==e.nodeType,"React.addons.createFragment(...): Encountered an invalid child; DOM elements are not valid children of React components.");var t=[];for(var n in e)S(e[n],t,n,o.thatReturnsArgument);return t}},9830:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=n(1184),i={contextDelimiter:"",onMissingKey:null};function o(e,t){var n;for(n in this.data=e,this.pluralForms={},this.options={},i)this.options[n]=void 0!==t&&n in t?t[n]:i[n]}o.prototype.getPluralForm=function(e,t){var n,i,o,u=this.pluralForms[e];return u||("function"!=typeof(o=(n=this.data[e][""])["Plural-Forms"]||n["plural-forms"]||n.plural_forms)&&(i=function(e){var t,n,r;for(t=e.split(";"),n=0;n<t.length;n++)if(0===(r=t[n].trim()).indexOf("plural="))return r.substr(7)}(n["Plural-Forms"]||n["plural-forms"]||n.plural_forms),o=(0,r.Z)(i)),u=this.pluralForms[e]=o),u(t)},o.prototype.dcnpgettext=function(e,t,n,r,i){var o,u,s;return o=void 0===i?0:this.getPluralForm(e,i),u=n,t&&(u=t+this.options.contextDelimiter+n),(s=this.data[e][u])&&s[o]?s[o]:(this.options.onMissingKey&&this.options.onMissingKey(n,e),0===o?n:r)}},6274:function(e,t,n){"use strict";n(8077).z({vendor:"variation2_front"})},7262:function(e,t,n){"use strict";n.r(t);n(6274),n(3857),n(561),n(5608),n(9512)},5608:function(e,t,n){"use strict";n(1635).z()},3857:function(e,t,n){"use strict";n(9734).z2()},561:function(e,t,n){"use strict";n(2369).z2({client_id:"",client_secret:""})},9512:function(e,t,n){"use strict";n(182).z()},3600:function(e,t,n){"use strict";n.r(t),n.d(t,{receiveCategories:function(){return r},fetchDomainSuggestions:function(){return i},receiveDomainAvailability:function(){return o},receiveDomainSuggestionsSuccess:function(){return u},receiveDomainSuggestionsError:function(){return s}});var r=function(e){return{type:"RECEIVE_CATEGORIES",categories:e}},i=function(){return{type:"FETCH_DOMAIN_SUGGESTIONS",timeStamp:Date.now()}},o=function(e,t){return{type:"RECEIVE_DOMAIN_AVAILABILITY",domainName:e,availability:t}},u=function(e,t){return{type:"RECEIVE_DOMAIN_SUGGESTIONS_SUCCESS",queryObject:e,suggestions:t,timeStamp:Date.now()}},s=function(e){return{type:"RECEIVE_DOMAIN_SUGGESTIONS_ERROR",errorMessage:e,timeStamp:Date.now()}}},584:function(e,t,n){"use strict";n.d(t,{L:function(){return i},r:function(){return r}});var r,i="automattic/domains/suggestions";!function(e){e.Failure="failure",e.Pending="pending",e.Success="success",e.Uninitialized="uninitialized"}(r||(r={}))},8077:function(e,t,n){"use strict";n.d(t,{z:function(){return p}});var r=n(5707),i=n(584),o=n(3717),u=n(3600),s=n(2269),c=n(267),a=n(3661),l=!1;function p(e){var t=e.vendor;return l||(l=!0,(0,r.registerStore)(i.L,{actions:u,controls:a.ai,reducer:o.Z,resolvers:s,selectors:(0,c.Z)(t)})),i.L}},3717:function(e,t,n){"use strict";var r=n(1260),i=n.n(r),o=n(417),u=n.n(o),s=n(5707),c=n(584),a=n(4211),l={state:c.r.Uninitialized,data:{},errorMessage:null,lastUpdated:-1/0,pendingSince:void 0},p=(0,s.combineReducers)({categories:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_CATEGORIES"===t.type?t.categories:e},domainSuggestions:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:l,t=arguments.length>1?arguments[1]:void 0;return"FETCH_DOMAIN_SUGGESTIONS"===t.type?u()(u()({},e),{},{state:c.r.Pending,errorMessage:null,pendingSince:t.timeStamp}):"RECEIVE_DOMAIN_SUGGESTIONS_SUCCESS"===t.type?u()(u()({},e),{},{state:c.r.Success,data:u()(u()({},e.data),{},i()({},(0,a.L)(t.queryObject),t.suggestions)),errorMessage:null,lastUpdated:t.timeStamp,pendingSince:void 0}):"RECEIVE_DOMAIN_SUGGESTIONS_ERROR"===t.type?u()(u()({},e),{},{state:c.r.Failure,errorMessage:t.errorMessage,lastUpdated:t.timeStamp,pendingSince:void 0}):e},availability:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_DOMAIN_AVAILABILITY"===t.type?u()(u()({},e),{},i()({},t.domainName,t.availability)):e}});t.Z=p},2269:function(e,t,n){"use strict";n.r(t),n.d(t,{isAvailable:function(){return f},getCategories:function(){return d},__internalGetDomainSuggestions:function(){return g}});var r=n(417),i=n.n(r),o=n(9126),u=n(1481),s=n(3600),c=n(3661),a=n(4211),l=regeneratorRuntime.mark(d),p=regeneratorRuntime.mark(g),f=regeneratorRuntime.mark((function e(t){var n,r,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n="https://public-api.wordpress.com/rest/v1.3/domains/".concat(encodeURIComponent(t),"/is-available?is_cart_pre_check=true"),e.prev=1,e.next=4,(0,c.An)(n);case 4:return r=e.sent,i=r.body,e.abrupt("return",(0,s.receiveDomainAvailability)(t,i));case 9:return e.prev=9,e.t0=e.catch(1),e.abrupt("return",(0,s.receiveDomainAvailability)(t,{domain_name:t,mappable:"unknown",status:"unknown",supports_privacy:!1}));case 12:case"end":return e.stop()}}),e,null,[[1,9]])}));function d(){var e;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,(0,c.An)("https://public-api.wordpress.com/wpcom/v2/onboarding/domains/categories");case 2:return e=t.sent,t.abrupt("return",(0,s.receiveCategories)(e.body));case 4:case"end":return t.stop()}}),l)}function g(e){var t,n;return regeneratorRuntime.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(e.query){r.next=2;break}return r.abrupt("return",(0,s.receiveDomainSuggestionsError)("Empty query"));case 2:return r.next=4,(0,s.fetchDomainSuggestions)();case 4:return r.prev=4,r.next=7,(0,c._9)({apiVersion:"1.1",path:"/domains/suggestions",query:(0,o.stringify)(e)});case 7:t=r.sent,r.next=13;break;case 10:return r.prev=10,r.t0=r.catch(4),r.abrupt("return",(0,s.receiveDomainSuggestionsError)(r.t0.message||(0,u.Iu)("Error while fetching server response")));case 13:if(t&&""!==t){r.next=15;break}return r.abrupt("return",(0,s.receiveDomainSuggestionsError)((0,u.Iu)("Invalid response from the server")));case 15:return n=t.map((function(e){return i()(i()({},e),e.raw_price&&e.currency_code&&{cost:(0,a._)(e.raw_price,e.currency_code)})})),r.abrupt("return",(0,s.receiveDomainSuggestionsSuccess)(e,n));case 17:case"end":return r.stop()}}),p,null,[[4,10]])}},267:function(e,t,n){"use strict";var r=n(417),i=n.n(r),o=n(5182),u=n.n(o),s=n(5707),c=n(584),a=n(4211);t.Z=function(e){function t(t,n){return i()(i()({include_wordpressdotcom:n.only_wordpressdotcom||!1,include_dotblogsubdomain:!1,only_wordpressdotcom:!1,quantity:5,vendor:e},n),{},{query:t.trim().toLocaleLowerCase()})}return{getCategories:function(e){return[].concat(u()(e.categories.filter((function(e){return null!==e.tier})).sort((function(e,t){return e>t?1:-1}))),u()(e.categories.filter((function(e){return null===e.tier})).sort((function(e,t){return e.title.localeCompare(t.title)}))))},getDomainSuggestions:function(e,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=t(n,r);return(0,s.select)(c.L).__internalGetDomainSuggestions(i)},getDomainState:function(e){return e.domainSuggestions.state},getDomainErrorMessage:function(e){return e.domainSuggestions.errorMessage},getDomainSuggestionVendor:function(){return e},isLoadingDomainSuggestions:function(e,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=t(n,r);return(0,s.select)("core/data").isResolving(c.L,"__internalGetDomainSuggestions",[i])},__internalGetDomainSuggestions:function(e,t){return e.domainSuggestions.data[(0,a.L)(t)]},isAvailable:function(e,t){return e.availability[t]},getDomainAvailabilities:function(e){return e.availability}}}},4211:function(e,t,n){"use strict";n.d(t,{L:function(){return u},_:function(){return s}});var r=n(5695),i=n.n(r),o=n(1621),u=i();function s(e,t){return(0,o.ZP)(e,t,{stripZeros:!0})}},6108:function(e,t,n){"use strict";n.r(t),n.d(t,{setSidebarFullscreen:function(){return o},unsetSidebarFullscreen:function(){return u},setStep:function(){return s},setSiteTitle:function(){return c},setDomain:function(){return a},unsetDomain:function(){return l},confirmDomainSelection:function(){return p},setDomainSearch:function(){return f},setPlanProductId:function(){return g},unsetPlanProductId:function(){return m},updatePlan:function(){return h},openSidebar:function(){return y},closeSidebar:function(){return v},openFocusedLaunch:function(){return b},closeFocusedLaunch:function(){return S},enableAnchorFm:function(){return E},showSiteTitleStep:function(){return _},setModalDismissible:function(){return w},unsetModalDismissible:function(){return C},showModalTitle:function(){return P},hideModalTitle:function(){return O},enablePersistentSuccessView:function(){return I},disablePersistentSuccessView:function(){return T}});var r=n(5707),i=n(9149),o=function(){return{type:"SET_SIDEBAR_FULLSCREEN"}},u=function(){return{type:"UNSET_SIDEBAR_FULLSCREEN"}},s=function(e){return{type:"SET_STEP",step:e}},c=function(e){return{type:"SET_SITE_TITLE",title:e}},a=function(e){return{type:"SET_DOMAIN",domain:e}},l=function(){return{type:"UNSET_DOMAIN"}},p=function(){return{type:"CONFIRM_DOMAIN_SELECTION"}},f=function(e){return{type:"SET_DOMAIN_SEARCH",domainSearch:e}},d=function(e){return{type:"SET_PLAN_BILLING_PERIOD",billingPeriod:e}},g=regeneratorRuntime.mark((function e(t){var n,o,u;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if((0,r.select)(i.Fs).isPlanProductFree(t)){e.next=6;break}return o=(0,r.select)(i.Fs).getPlanProductById(t),u=null!==(n=null==o?void 0:o.billingPeriod)&&void 0!==n?n:"ANNUALLY",e.next=6,d(u);case 6:return e.abrupt("return",{type:"SET_PLAN_PRODUCT_ID",planProductId:t});case 7:case"end":return e.stop()}}),e)})),m=function(){return{type:"UNSET_PLAN_PRODUCT_ID"}};function h(e){return g(e)}var y=function(){return{type:"OPEN_SIDEBAR"}},v=function(){return{type:"CLOSE_SIDEBAR"}},b=function(){return{type:"OPEN_FOCUSED_LAUNCH"}},S=function(){return{type:"CLOSE_FOCUSED_LAUNCH"}},E=function(){return{type:"ENABLE_ANCHOR_FM"}},_=function(){return{type:"SHOW_SITE_TITLE_STEP"}},w=function(){return{type:"SET_MODAL_DISMISSIBLE"}},C=function(){return{type:"UNSET_MODAL_DISMISSIBLE"}},P=function(){return{type:"SHOW_MODAL_TITLE"}},O=function(){return{type:"HIDE_MODAL_TITLE"}},I=function(){return{type:"ENABLE_SUCCESS_VIEW"}},T=function(){return{type:"DISABLE_SUCCESS_VIEW"}}},9149:function(e,t,n){"use strict";n.d(t,{Ls:function(){return r},Fs:function(){return i}});var r="automattic/launch",i="automattic/onboard/plans"},3610:function(e,t,n){"use strict";n.d(t,{y:function(){return r},M:function(){return i}});var r={Name:"name",Domain:"domain",Plan:"plan",Final:"final"},i=[r.Name,r.Domain,r.Plan,r.Final]},1635:function(e,t,n){"use strict";n.d(t,{z:function(){return p}});var r=n(9866),i=n(5707),o=n(9149),u=n(4648),s=n(6108),c=n(7092),a=n(594);(0,i.use)(i.plugins.persistence,a.Z);var l=!1;function p(){return l||(l=!0,(0,i.registerStore)(o.Ls,{actions:s,controls:r.controls,reducer:u.Z,selectors:c,persist:["domain","domainSearch","planProductId","planBillingPeriod","confirmedDomainSelection","isAnchorFm","isSiteTitleStepVisible","siteTitle"]})),o.Ls}},594:function(e,t,n){"use strict";var r=n(492);t.Z=(0,r.Z)("WP_LAUNCH")},4648:function(e,t,n){"use strict";var r=n(5707),i=n(3610),o=(0,r.combineReducers)({step:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:i.y.Name,t=arguments.length>1?arguments[1]:void 0;return"SET_STEP"===t.type?t.step:e},siteTitle:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0,t=arguments.length>1?arguments[1]:void 0;return"SET_SITE_TITLE"===t.type?t.title:e},domain:function(e,t){return"SET_DOMAIN"===t.type?t.domain:"UNSET_DOMAIN"!==t.type?e:void 0},confirmedDomainSelection:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"CONFIRM_DOMAIN_SELECTION"===t.type||e},domainSearch:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1?arguments[1]:void 0;return"SET_DOMAIN_SEARCH"===t.type?t.domainSearch:e},planBillingPeriod:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"ANNUALLY",t=arguments.length>1?arguments[1]:void 0;return"SET_PLAN_BILLING_PERIOD"===t.type?t.billingPeriod:e},planProductId:function(e,t){return"SET_PLAN_PRODUCT_ID"===t.type?t.planProductId:"UNSET_PLAN_PRODUCT_ID"!==t.type?e:void 0},isSidebarOpen:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"OPEN_SIDEBAR"===t.type||"CLOSE_SIDEBAR"!==t.type&&e},isSidebarFullscreen:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"SET_SIDEBAR_FULLSCREEN"===t.type||"UNSET_SIDEBAR_FULLSCREEN"!==t.type&&e},isAnchorFm:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"ENABLE_ANCHOR_FM"===t.type||e},isFocusedLaunchOpen:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"OPEN_FOCUSED_LAUNCH"===t.type||"CLOSE_FOCUSED_LAUNCH"!==t.type&&e},isSiteTitleStepVisible:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"SHOW_SITE_TITLE_STEP"===t.type||e},isModalDismissible:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=arguments.length>1?arguments[1]:void 0;return"SET_MODAL_DISMISSIBLE"===t.type||"UNSET_MODAL_DISMISSIBLE"!==t.type&&e},isModalTitleVisible:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=arguments.length>1?arguments[1]:void 0;return"SHOW_MODAL_TITLE"===t.type||"HIDE_MODAL_TITLE"!==t.type&&e}});t.Z=o},7092:function(e,t,n){"use strict";n.r(t),n.d(t,{getLaunchSequence:function(){return u},getLaunchStep:function(){return s},getState:function(){return c},hasPaidDomain:function(){return a},getSelectedDomain:function(){return l},getSelectedPlanProductId:function(){return p},getLastPlanBillingPeriod:function(){return f},isSelectedPlanPaid:function(){return d},hasSelectedDomain:function(){return g},isStepCompleted:function(){return m},isFlowCompleted:function(){return h},isFlowStarted:function(){return y},getFirstIncompleteStep:function(){return v},getSiteTitle:function(){return b},getCurrentStep:function(){return S},getDomainSearch:function(){return E}});var r=n(5707),i=n(3610),o=n(9149),u=function(){return i.M},s=function(){return i.y},c=function(e){return e},a=function(e){return!!e.domain&&!e.domain.is_free},l=function(e){return e.domain},p=function(e){return e.planProductId},f=function(e){return e.planBillingPeriod},d=function(e){return void 0!==e.planProductId&&!(0,r.select)(o.Fs).isPlanProductFree(e.planProductId)},g=function(e){return!!l(e)||e.confirmedDomainSelection},m=function(e,t){if(t===i.y.Plan)return!!p(e);if(t===i.y.Name){var n=(0,r.select)("core").getEntityRecord("root","site",void 0);return!(null==n||!n.title)}return t===i.y.Domain&&(0,r.select)(o.Ls).hasSelectedDomain()},h=function(e){return i.M.slice(0,i.M.length-1).every((function(t){return m(e,t)}))},y=function(e){return i.M.some((function(t){return m(e,t)}))},v=function(e){return i.M.find((function(t){return!m(e,t)}))},b=function(e){return null==e?void 0:e.siteTitle},S=function(e){return e.step},E=function(e){return e.domainSearch}},492:function(e,t,n){"use strict";function r(e){var t=e,n=e+"_TS",r={},i={getItem:function(e){return r.hasOwnProperty(e)?r[e]:null},setItem:function(e,t){r[e]=String(t)},removeItem:function(e){delete r[e]}},o=function(){try{return window.localStorage.setItem("WP_ONBOARD_TEST","1"),window.localStorage.removeItem("WP_ONBOARD_TEST"),!0}catch(e){return!1}}()?window.localStorage:i;return{storageKey:t,storage:{getItem:function(e){var r=o.getItem(n);return r&&function(e){var t=Number(e);return Boolean(t)&&t+6048e5>Date.now()}(r)&&!new URLSearchParams(window.location.search).has("fresh")?o.getItem(e):(o.removeItem(t),o.removeItem(n),null)},setItem:function(e,t){o.setItem(n,JSON.stringify(Date.now())),o.setItem(e,t)}}}}n.d(t,{Z:function(){return r}})},9068:function(e,t,n){"use strict";n.r(t),n.d(t,{setFeatures:function(){return r},setFeaturesByType:function(){return i},setPlans:function(){return o},setPlanProducts:function(){return u},resetPlan:function(){return s}});var r=function(e,t){return{type:"SET_FEATURES",features:e,locale:t}},i=function(e,t){return{type:"SET_FEATURES_BY_TYPE",featuresByType:e,locale:t}},o=function(e,t){return{type:"SET_PLANS",plans:e,locale:t}},u=function(e){return{type:"SET_PLAN_PRODUCTS",products:e}},s=function(){return{type:"RESET_PLAN"}}},4703:function(e,t,n){"use strict";n.d(t,{Ls:function(){return r},Ho:function(){return i},TO:function(){return o},YS:function(){return u},Gz:function(){return s},hx:function(){return c},iL:function(){return a},xT:function(){return l},AX:function(){return p},bS:function(){return f},UB:function(){return d},BV:function(){return g},nN:function(){return m}});var r="automattic/onboard/plans",i=1,o="free",u="personal",s="premium",c="business",a="ecommerce",l=[o,u,s,c,a],p=s,f=["personal-bundle","value_bundle","business-bundle","ecommerce-bundle"],d=["personal-bundle-monthly","value_bundle_monthly","business-bundle-monthly","ecommerce-bundle-monthly"],g=["free_plan"].concat(f,d),m=["custom-domain","support-live","priority-support"]},9734:function(e,t,n){"use strict";n.d(t,{z2:function(){return p}});var r=n(5707),i=n(4703),o=n(9438),u=n(9068),s=n(7738),c=n(5261),a=n(3661),l=!1;function p(){return l||(l=!0,(0,r.registerStore)(i.Ls,{resolvers:c,actions:u,controls:a.ai,reducer:o.ZP,selectors:s})),i.Ls}},9438:function(e,t,n){"use strict";var r=n(1260),i=n.n(r),o=n(417),u=n.n(o),s=n(5707),c=(0,s.combineReducers)({features:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_FEATURES":return u()(u()({},e),{},i()({},t.locale,t.features));default:return e}},featuresByType:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_FEATURES_BY_TYPE":return u()(u()({},e),{},i()({},t.locale,t.featuresByType));default:return e}},planProducts:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_PLAN_PRODUCTS":return t.products;default:return e}},plans:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_PLANS":return u()(u()({},e),{},i()({},t.locale,t.plans));default:return e}}});t.ZP=c},5261:function(e,t,n){"use strict";n.r(t),n.d(t,{getSupportedPlans:function(){return m}});var r=n(9126),i=n(1621),o=n(9068),u=n(4703),s=n(3661),c=regeneratorRuntime.mark(m);function a(e){return(0,i.ZP)(12*e.raw_price,e.currency_code,{stripZeros:!0})}function l(e){return(0,i.ZP)(e.raw_price,e.currency_code,{stripZeros:!0})}function p(e){return e.reduce((function(e,t){return e[t.id]={id:t.id,name:t.name,description:t.description,type:"checkbox",requiresAnnuallyBilledPlan:u.nN.indexOf(t.id)>-1},e}),{})}function f(e,t){var n=Object.keys(t).find((function(n){return t[n].name===e}));return!!n&&t[n].requiresAnnuallyBilledPlan}function d(e,t){var n=e.highlighted_features.map((function(e){return{name:e,requiresAnnuallyBilledPlan:f(e,t)}}));return n.sort((function(e,t){return Number(t.requiresAnnuallyBilledPlan)-Number(e.requiresAnnuallyBilledPlan)})),n}function g(e,t){var n=u.BV.reduce((function(n,r){var o=e.find((function(e){return e.product_slug===r}));if(!o)return n;var u,s=t.find((function(e){return e.productIds.indexOf(o.product_id)>-1}));return n.push({productId:o.product_id,billingPeriod:31===o.bill_period?"MONTHLY":"ANNUALLY",periodAgnosticSlug:s.periodAgnosticSlug,storeSlug:o.product_slug,rawPrice:o.raw_price,pathSlug:o.path_slug,price:31===(null==o?void 0:o.bill_period)||0===o.raw_price?l(o):(u=o,(0,i.ZP)(u.raw_price/12,u.currency_code,{stripZeros:!0})),annualPrice:31===(null==o?void 0:o.bill_period)?a(o):l(o)}),n}),[]);return function(e){for(var t=function(t){var n=e.find((function(e){return e.storeSlug===u.bS[t]})),r=e.find((function(e){return e.storeSlug===u.UB[t]}));if(n&&r){var i=12*r.rawPrice,o=n.rawPrice,s=Math.round(100*(1-o/i));n.annualDiscount=s,r.annualDiscount=s}},n=0;n<u.bS.length;n++)t(n)}(n),n}function m(){var e,t,n,i,a,l,f,m=arguments;return regeneratorRuntime.wrap((function(c){for(;;)switch(c.prev=c.next){case 0:return e=m.length>0&&void 0!==m[0]?m[0]:"en",c.next=3,(0,s._9)({path:"/plans",query:(0,r.stringify)({locale:e}),apiVersion:"1.5"});case 3:return t=c.sent,c.next=6,(0,s.An)("https://public-api.wordpress.com/wpcom/v2/plans/details?locale=".concat(encodeURIComponent(e)),{mode:"cors",credentials:"omit"});case 6:return n=c.sent,i=n.body,a=p(i.features),l=i.plans.map((function(e){var t,n=null===(t=e.nonlocalized_short_name)||void 0===t?void 0:t.toLowerCase();return{description:e.tagline,features:d(e,a),storage:e.storage,title:e.short_name,featuresSlugs:e.features.reduce((function(e,t){return e[t]=!0,e}),{}),isFree:n===u.TO,isPopular:n===u.Gz,periodAgnosticSlug:n,productIds:e.products.map((function(e){return e.plan_id}))}})),f=g(t,l),c.next=13,(0,o.setPlans)(l,e);case 13:return c.next=15,(0,o.setPlanProducts)(f);case 15:return c.next=17,(0,o.setFeatures)(a,e);case 17:return c.next=19,(0,o.setFeaturesByType)(i.features_by_type,e);case 19:case"end":return c.stop()}}),c)}},7738:function(e,t,n){"use strict";n.r(t),n.d(t,{getFeatures:function(){return s},getFeaturesByType:function(){return c},getPlanByProductId:function(){return a},getPlanProductById:function(){return l},getPlanByPeriodAgnosticSlug:function(){return p},getDefaultPaidPlan:function(){return f},getDefaultFreePlan:function(){return d},getSupportedPlans:function(){return g},getPlansProducts:function(){return m},getPrices:function(){return h},getPlanByPath:function(){return y},getPlanProduct:function(){return v},isPlanEcommerce:function(){return b},isPlanFree:function(){return S},isPlanProductFree:function(){return E}});var r=n(5707),i=n(4703),o=n(3613),u=n.n(o),s=function(e,t){var n;return null!==(n=e.features[t])&&void 0!==n?n:{}},c=function(e,t){var n;return null!==(n=e.featuresByType[t])&&void 0!==n?n:[]},a=function(e,t,n){if(t)return(0,r.select)(i.Ls).getSupportedPlans(n).find((function(e){return e.productIds.indexOf(t)>-1}))},l=function(e,t){if(t)return(0,r.select)(i.Ls).getPlansProducts().find((function(e){return e.productId===t}))},p=function(e,t,n){if(t)return(0,r.select)(i.Ls).getSupportedPlans(n).find((function(e){return e.periodAgnosticSlug===t}))},f=function(e,t){return(0,r.select)(i.Ls).getSupportedPlans(t).find((function(e){return e.periodAgnosticSlug===i.AX}))},d=function(e,t){return(0,r.select)(i.Ls).getSupportedPlans(t).find((function(e){return e.periodAgnosticSlug===i.TO}))},g=function(e,t){var n;return null!==(n=e.plans[t])&&void 0!==n?n:[]},m=function(e){return e.planProducts},h=function(e,t){return u()("getPrices",{alternative:"getPlanProduct().price"}),(0,r.select)(i.Ls).getPlansProducts().reduce((function(e,t){return e[t.storeSlug]=t.price,e}),{})},y=function(e,t,n){if(t){var o=(0,r.select)(i.Ls).getPlansProducts().find((function(e){return e.pathSlug===t}));if(o)return(0,r.select)(i.Ls).getSupportedPlans(n).find((function(e){return e.periodAgnosticSlug===(null==o?void 0:o.periodAgnosticSlug)}))}},v=function(e,t,n){if(t&&n){var o=(0,r.select)(i.Ls).getPlansProducts();return t===i.TO?o.find((function(e){return e.periodAgnosticSlug===t})):o.find((function(e){return e.billingPeriod===n&&e.periodAgnosticSlug===t}))}},b=function(e,t){return t===i.iL},S=function(e,t){return t===i.TO},E=function(e,t){return t===i.Ho}},8459:function(e,t,n){"use strict";n.d(t,{d:function(){return a}});var r=n(417),i=n.n(r),o=n(2220),u=n.n(o),s=n(3661),c=n(9639);function a(e){var t=regeneratorRuntime.mark(d),n=regeneratorRuntime.mark(v),r=regeneratorRuntime.mark(b),o=regeneratorRuntime.mark(S),a=regeneratorRuntime.mark(E),l=function(){return{type:"FETCH_NEW_SITE"}},p=function(e){return{type:"RECEIVE_NEW_SITE",response:e}},f=function(e){return{type:"RECEIVE_NEW_SITE_FAILED",error:e}};function d(n){var r,o,c,a,l;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,{type:"FETCH_NEW_SITE"};case 2:return t.prev=2,r=n.authToken,o=u()(n,["authToken"]),c={client_id:e.client_id,client_secret:e.client_secret,find_available_url:!0,public:-1},a=i()(i()(i()({},c),o),{},{validate:!1}),t.next=8,(0,s._9)({path:"/sites/new",apiVersion:"1.1",method:"post",body:a,token:r});case 8:return l=t.sent,t.next=11,p(l);case 11:return t.abrupt("return",!0);case 14:return t.prev=14,t.t0=t.catch(2),t.next=18,f(t.t0);case 18:return t.abrupt("return",!1);case 19:case"end":return t.stop()}}),t,null,[[2,14]])}var g=function(e,t){return{type:"RECEIVE_SITE_TITLE",siteId:e,title:t}},m=function(e){return{type:"LAUNCH_SITE_START",siteId:e}},h=function(e){return{type:"LAUNCH_SITE_SUCCESS",siteId:e}},y=function(e,t){return{type:"LAUNCH_SITE_FAILURE",siteId:e,error:t}};function v(e){return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,m(e);case 2:return t.prev=2,t.next=5,(0,s._9)({path:"/sites/".concat(e,"/launch"),apiVersion:"1.1",method:"post"});case 5:return t.next=7,h(e);case 7:t.next=13;break;case 9:return t.prev=9,t.t0=t.catch(2),t.next=13,y(e,c.Hc.INTERNAL);case 13:case"end":return t.stop()}}),n,null,[[2,9]])}function b(e){var t;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,(0,s._9)({path:"/me/shopping-cart/"+e,apiVersion:"1.1",method:"GET"});case 2:return t=n.sent,n.abrupt("return",t);case 4:case"end":return n.stop()}}),r)}function S(e,t){var n;return regeneratorRuntime.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return r.next=2,(0,s._9)({path:"/me/shopping-cart/"+e,apiVersion:"1.1",method:"POST",body:t});case 2:return n=r.sent,r.abrupt("return",n);case 4:case"end":return r.stop()}}),o)}function E(e,t){return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.prev=0,n.next=3,(0,s._9)({path:"/sites/".concat(encodeURIComponent(e),"/settings"),apiVersion:"1.4",body:{blogname:t},method:"POST"});case 3:return n.next=5,g(e,t);case 5:n.next=9;break;case 7:n.prev=7,n.t0=n.catch(0);case 9:case"end":return n.stop()}}),a,null,[[0,7]])}return{receiveSiteDomains:function(e,t){return{type:"RECEIVE_SITE_DOMAINS",siteId:e,domains:t}},saveSiteTitle:E,receiveSiteTitle:g,fetchNewSite:l,fetchSite:function(){return{type:"FETCH_SITE"}},receiveNewSite:p,receiveNewSiteFailed:f,resetNewSiteFailed:function(){return{type:"RESET_RECEIVE_NEW_SITE_FAILED"}},createSite:d,receiveSite:function(e,t){return{type:"RECEIVE_SITE",siteId:e,response:t}},receiveSiteFailed:function(e,t){return{type:"RECEIVE_SITE_FAILED",siteId:e,response:t}},reset:function(){return{type:"RESET_SITE_STORE"}},launchSite:v,launchSiteStart:m,launchSiteSuccess:h,launchSiteFailure:y,getCart:b,setCart:S}}},2005:function(e,t,n){"use strict";n.d(t,{L:function(){return r}});var r="automattic/site"},2369:function(e,t,n){"use strict";n.d(t,{z2:function(){return p}});var r=n(5707),i=n(2005),o=n(2701),u=n(8459),s=n(7862),c=n(4309),a=n(3661),l=!1;function p(e){return l||(l=!0,(0,r.registerStore)(i.L,{actions:(0,u.d)(e),controls:a.ai,reducer:o.ZP,resolvers:s,selectors:c})),i.L}},2701:function(e,t,n){"use strict";var r=n(2220),i=n.n(r),o=n(4582),u=n.n(o),s=n(1260),c=n.n(s),a=n(417),l=n.n(a),p=n(5707),f=n(9639),d=(0,p.combineReducers)({data:function(e,t){return"RECEIVE_NEW_SITE"===t.type?t.response.blog_details:"RECEIVE_NEW_SITE_FAILED"!==t.type&&"RESET_SITE_STORE"!==t.type?e:void 0},error:function(e,t){switch(t.type){case"FETCH_NEW_SITE":case"RECEIVE_NEW_SITE":case"RESET_SITE_STORE":case"RESET_RECEIVE_NEW_SITE_FAILED":return;case"RECEIVE_NEW_SITE_FAILED":return{error:t.error.error,status:t.error.status,statusCode:t.error.statusCode,name:t.error.name,message:t.error.message}}return e},isFetching:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"FETCH_NEW_SITE":return!0;case"RECEIVE_NEW_SITE":case"RECEIVE_NEW_SITE_FAILED":case"RESET_SITE_STORE":case"RESET_RECEIVE_NEW_SITE_FAILED":return!1}return e}}),g=(0,p.combineReducers)({isFetchingSiteDetails:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"FETCH_SITE":return!0;case"RECEIVE_SITE":case"RECEIVE_SITE_FAILED":return!1}return e},newSite:d,sites:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;if("RECEIVE_SITE"===t.type)return l()(l()({},e),{},c()({},t.siteId,t.response));if("RECEIVE_SITE_FAILED"===t.type){var n=t.siteId,r=(e[n],i()(e,[n].map(u())));return l()({},r)}return"RESET_SITE_STORE"===t.type?{}:"RECEIVE_SITE_TITLE"===t.type?l()(l()({},e),{},c()({},t.siteId,l()(l()({},e[t.siteId]),{},{name:t.title}))):e},launchStatus:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"LAUNCH_SITE_START"===t.type?l()(l()({},e),{},c()({},t.siteId,{status:f.uS.IN_PROGRESS,errorCode:void 0})):"LAUNCH_SITE_SUCCESS"===t.type?l()(l()({},e),{},c()({},t.siteId,{status:f.uS.SUCCESS,errorCode:void 0})):"LAUNCH_SITE_FAILURE"===t.type?l()(l()({},e),{},c()({},t.siteId,{status:f.uS.FAILURE,errorCode:t.error})):e},sitesDomains:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_SITE_DOMAINS"===t.type?l()(l()({},e),{},c()({},t.siteId,t.domains)):e}});t.ZP=g},7862:function(e,t,n){"use strict";n.r(t),n.d(t,{getSite:function(){return c},getSiteDomains:function(){return a}});var r=n(5707),i=n(3661),o=n(2005),u=regeneratorRuntime.mark(c),s=regeneratorRuntime.mark(a);function c(e){var t;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,(0,r.dispatch)(o.L).fetchSite();case 2:return n.prev=2,n.next=5,(0,i._9)({path:"/sites/"+encodeURIComponent(e),apiVersion:"1.1"});case 5:return t=n.sent,n.next=8,(0,r.dispatch)(o.L).receiveSite(e,t);case 8:n.next=14;break;case 10:return n.prev=10,n.t0=n.catch(2),n.next=14,(0,r.dispatch)(o.L).receiveSiteFailed(e,void 0);case 14:case"end":return n.stop()}}),u,null,[[2,10]])}function a(e){var t;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.prev=0,n.next=3,(0,i._9)({path:"/sites/"+encodeURIComponent(e)+"/domains",apiVersion:"1.2"});case 3:return t=n.sent,n.next=6,(0,r.dispatch)(o.L).receiveSiteDomains(e,null==t?void 0:t.domains);case 6:n.next=10;break;case 8:n.prev=8,n.t0=n.catch(0);case 10:case"end":return n.stop()}}),s,null,[[0,8]])}},4309:function(e,t,n){"use strict";n.r(t),n.d(t,{getState:function(){return u},getNewSite:function(){return s},getNewSiteError:function(){return c},isFetchingSite:function(){return a},isFetchingSiteDetails:function(){return l},isNewSite:function(){return p},getSite:function(){return f},getSiteTitle:function(){return d},isSiteLaunched:function(){return g},isSiteLaunching:function(){return m},getSiteDomains:function(){return h},getPrimarySiteDomain:function(){return y},getSiteSubdomain:function(){return v}});var r=n(5707),i=n(2005),o=n(9639),u=function(e){return e},s=function(e){return e.newSite.data},c=function(e){return e.newSite.error},a=function(e){return e.newSite.isFetching},l=function(e){return e.isFetchingSiteDetails},p=function(e){return!!e.newSite.data},f=function(e,t){return e.sites[t]},d=function(e,t){var n;return null===(n=(0,r.select)(i.L).getSite(t))||void 0===n?void 0:n.name},g=function(e,t){var n;return(null===(n=e.launchStatus[t])||void 0===n?void 0:n.status)===o.uS.SUCCESS},m=function(e,t){var n;return(null===(n=e.launchStatus[t])||void 0===n?void 0:n.status)===o.uS.IN_PROGRESS},h=function(e,t){return e.sitesDomains[t]},y=function(e,t){var n;return null===(n=(0,r.select)(i.L).getSiteDomains(t))||void 0===n?void 0:n.find((function(e){return e.primary_domain}))},v=function(e,t){var n;return null===(n=(0,r.select)(i.L).getSiteDomains(t))||void 0===n?void 0:n.find((function(e){return e.is_subdomain}))}},9639:function(e,t,n){"use strict";var r,i,o;n.d(t,{Hc:function(){return i},uS:function(){return o}}),function(e){e[e.PublicIndexed=1]="PublicIndexed",e[e.PublicNotIndexed=0]="PublicNotIndexed",e[e.Private=-1]="Private"}(r||(r={})),function(e){e.INTERNAL="internal"}(i||(i={})),function(e){e.UNINITIALIZED="unintialized",e.IN_PROGRESS="in_progress",e.SUCCESS="success",e.FAILURE="failure"}(o||(o={}))},4366:function(e,t,n){"use strict";n.d(t,{L:function(){return r}});var r="automattic/wpcom-features"},2613:function(e,t,n){"use strict";n.d(t,{$:function(){return s}});var r=n(4703),i=r.YS,o=r.Gz,u=r.hx,s={domain:{id:"domain",minSupportedPlan:i},store:{id:"store",minSupportedPlan:r.iL},seo:{id:"seo",minSupportedPlan:u},plugins:{id:"plugins",minSupportedPlan:u},"ad-free":{id:"ad-free",minSupportedPlan:i},"image-storage":{id:"image-storage",minSupportedPlan:o},"video-storage":{id:"video-storage",minSupportedPlan:o},support:{id:"support",minSupportedPlan:u}}},182:function(e,t,n){"use strict";n.d(t,{z:function(){return a}});var r=n(9866),i=n(5707),o=n(4366),u=n(8638),s=n(335),c=!1;function a(){return c||(c=!0,(0,i.registerStore)(o.L,{controls:r.controls,reducer:u.Z,selectors:s})),o.L}},8638:function(e,t,n){"use strict";var r=n(2613);t.Z=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:r.$;return e}},335:function(e,t,n){"use strict";n.r(t),n.d(t,{getAllFeatures:function(){return i},getRecommendedPlanSlug:function(){return o}});var r=n(4703),i=function(e){return e},o=function(e,t){var n=i(e);if(t.length)return t.reduce((function(e,t){var i=n[t].minSupportedPlan;return r.xT.indexOf(i)>r.xT.indexOf(e)?i:e}),n[t[0]].minSupportedPlan)}},3661:function(e,t,n){"use strict";n.d(t,{_9:function(){return s},An:function(){return c},ai:function(){return a}});var r,i=n(2954),o=n.n(i),u=n(8552),s=function(e){return{type:"WPCOM_REQUEST",request:e}},c=function(e,t){return{type:"FETCH_AND_PARSE",resource:e,options:t}},a={WPCOM_REQUEST:function(e){var t=e.request;return(0,u.ZP)(t)},FETCH_AND_PARSE:(r=o()(regeneratorRuntime.mark((function e(t){var n,r,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=t.resource,r=t.options,e.next=3,window.fetch(n,r);case 3:return i=e.sent,e.t0=i.ok,e.next=7,i.json();case 7:return e.t1=e.sent,e.abrupt("return",{ok:e.t0,body:e.t1});case 9:case"end":return e.stop()}}),e)}))),function(_x){return r.apply(this,arguments)}),RELOAD_PROXY:function(){(0,u.sS)()},REQUEST_ALL_BLOGS_ACCESS:function(){return(0,u.Vw)()},WAIT:function(e){var t=e.ms;return new Promise((function(e){return setTimeout(e,t)}))}}},3759:function(e,t,n){"use strict";n.d(t,{X:function(){return i}});var r={AED:{symbol:"د.إ.‏",grouping:",",decimal:".",precision:2},AFN:{symbol:"؋",grouping:",",decimal:".",precision:2},ALL:{symbol:"Lek",grouping:".",decimal:",",precision:2},AMD:{symbol:"֏",grouping:",",decimal:".",precision:2},ANG:{symbol:"ƒ",grouping:",",decimal:".",precision:2},AOA:{symbol:"Kz",grouping:",",decimal:".",precision:2},ARS:{symbol:"$",grouping:".",decimal:",",precision:2},AUD:{symbol:"A$",grouping:",",decimal:".",precision:2},AWG:{symbol:"ƒ",grouping:",",decimal:".",precision:2},AZN:{symbol:"₼",grouping:" ",decimal:",",precision:2},BAM:{symbol:"КМ",grouping:".",decimal:",",precision:2},BBD:{symbol:"Bds$",grouping:",",decimal:".",precision:2},BDT:{symbol:"৳",grouping:",",decimal:".",precision:0},BGN:{symbol:"лв.",grouping:" ",decimal:",",precision:2},BHD:{symbol:"د.ب.‏",grouping:",",decimal:".",precision:3},BIF:{symbol:"FBu",grouping:",",decimal:".",precision:0},BMD:{symbol:"$",grouping:",",decimal:".",precision:2},BND:{symbol:"$",grouping:".",decimal:",",precision:0},BOB:{symbol:"Bs",grouping:".",decimal:",",precision:2},BRL:{symbol:"R$",grouping:".",decimal:",",precision:2},BSD:{symbol:"$",grouping:",",decimal:".",precision:2},BTC:{symbol:"Ƀ",grouping:",",decimal:".",precision:2},BTN:{symbol:"Nu.",grouping:",",decimal:".",precision:1},BWP:{symbol:"P",grouping:",",decimal:".",precision:2},BYR:{symbol:"р.",grouping:" ",decimal:",",precision:2},BZD:{symbol:"BZ$",grouping:",",decimal:".",precision:2},CAD:{symbol:"C$",grouping:",",decimal:".",precision:2},CDF:{symbol:"FC",grouping:",",decimal:".",precision:2},CHF:{symbol:"CHF",grouping:"'",decimal:".",precision:2},CLP:{symbol:"$",grouping:".",decimal:",",precision:2},CNY:{symbol:"¥",grouping:",",decimal:".",precision:2},COP:{symbol:"$",grouping:".",decimal:",",precision:2},CRC:{symbol:"₡",grouping:".",decimal:",",precision:2},CUC:{symbol:"CUC",grouping:",",decimal:".",precision:2},CUP:{symbol:"$MN",grouping:",",decimal:".",precision:2},CVE:{symbol:"$",grouping:",",decimal:".",precision:2},CZK:{symbol:"Kč",grouping:" ",decimal:",",precision:2},DJF:{symbol:"Fdj",grouping:",",decimal:".",precision:0},DKK:{symbol:"kr.",grouping:"",decimal:",",precision:2},DOP:{symbol:"RD$",grouping:",",decimal:".",precision:2},DZD:{symbol:"د.ج.‏",grouping:",",decimal:".",precision:2},EGP:{symbol:"ج.م.‏",grouping:",",decimal:".",precision:2},ERN:{symbol:"Nfk",grouping:",",decimal:".",precision:2},ETB:{symbol:"ETB",grouping:",",decimal:".",precision:2},EUR:{symbol:"€",grouping:".",decimal:",",precision:2},FJD:{symbol:"FJ$",grouping:",",decimal:".",precision:2},FKP:{symbol:"£",grouping:",",decimal:".",precision:2},GBP:{symbol:"£",grouping:",",decimal:".",precision:2},GEL:{symbol:"Lari",grouping:" ",decimal:",",precision:2},GHS:{symbol:"₵",grouping:",",decimal:".",precision:2},GIP:{symbol:"£",grouping:",",decimal:".",precision:2},GMD:{symbol:"D",grouping:",",decimal:".",precision:2},GNF:{symbol:"FG",grouping:",",decimal:".",precision:0},GTQ:{symbol:"Q",grouping:",",decimal:".",precision:2},GYD:{symbol:"G$",grouping:",",decimal:".",precision:2},HKD:{symbol:"HK$",grouping:",",decimal:".",precision:2},HNL:{symbol:"L.",grouping:",",decimal:".",precision:2},HRK:{symbol:"kn",grouping:".",decimal:",",precision:2},HTG:{symbol:"G",grouping:",",decimal:".",precision:2},HUF:{symbol:"Ft",grouping:".",decimal:",",precision:0},IDR:{symbol:"Rp",grouping:".",decimal:",",precision:0},ILS:{symbol:"₪",grouping:",",decimal:".",precision:2},INR:{symbol:"₹",grouping:",",decimal:".",precision:2},IQD:{symbol:"د.ع.‏",grouping:",",decimal:".",precision:2},IRR:{symbol:"﷼",grouping:",",decimal:"/",precision:2},ISK:{symbol:"kr.",grouping:".",decimal:",",precision:0},JMD:{symbol:"J$",grouping:",",decimal:".",precision:2},JOD:{symbol:"د.ا.‏",grouping:",",decimal:".",precision:3},JPY:{symbol:"¥",grouping:",",decimal:".",precision:0},KES:{symbol:"S",grouping:",",decimal:".",precision:2},KGS:{symbol:"сом",grouping:" ",decimal:"-",precision:2},KHR:{symbol:"៛",grouping:",",decimal:".",precision:0},KMF:{symbol:"CF",grouping:",",decimal:".",precision:2},KPW:{symbol:"₩",grouping:",",decimal:".",precision:0},KRW:{symbol:"₩",grouping:",",decimal:".",precision:0},KWD:{symbol:"د.ك.‏",grouping:",",decimal:".",precision:3},KYD:{symbol:"$",grouping:",",decimal:".",precision:2},KZT:{symbol:"₸",grouping:" ",decimal:"-",precision:2},LAK:{symbol:"₭",grouping:",",decimal:".",precision:0},LBP:{symbol:"ل.ل.‏",grouping:",",decimal:".",precision:2},LKR:{symbol:"₨",grouping:",",decimal:".",precision:0},LRD:{symbol:"L$",grouping:",",decimal:".",precision:2},LSL:{symbol:"M",grouping:",",decimal:".",precision:2},LYD:{symbol:"د.ل.‏",grouping:",",decimal:".",precision:3},MAD:{symbol:"د.م.‏",grouping:",",decimal:".",precision:2},MDL:{symbol:"lei",grouping:",",decimal:".",precision:2},MGA:{symbol:"Ar",grouping:",",decimal:".",precision:0},MKD:{symbol:"ден.",grouping:".",decimal:",",precision:2},MMK:{symbol:"K",grouping:",",decimal:".",precision:2},MNT:{symbol:"₮",grouping:" ",decimal:",",precision:2},MOP:{symbol:"MOP$",grouping:",",decimal:".",precision:2},MRO:{symbol:"UM",grouping:",",decimal:".",precision:2},MTL:{symbol:"₤",grouping:",",decimal:".",precision:2},MUR:{symbol:"₨",grouping:",",decimal:".",precision:2},MVR:{symbol:"MVR",grouping:",",decimal:".",precision:1},MWK:{symbol:"MK",grouping:",",decimal:".",precision:2},MXN:{symbol:"MX$",grouping:",",decimal:".",precision:2},MYR:{symbol:"RM",grouping:",",decimal:".",precision:2},MZN:{symbol:"MT",grouping:",",decimal:".",precision:0},NAD:{symbol:"N$",grouping:",",decimal:".",precision:2},NGN:{symbol:"₦",grouping:",",decimal:".",precision:2},NIO:{symbol:"C$",grouping:",",decimal:".",precision:2},NOK:{symbol:"kr",grouping:" ",decimal:",",precision:2},NPR:{symbol:"₨",grouping:",",decimal:".",precision:2},NZD:{symbol:"NZ$",grouping:",",decimal:".",precision:2},OMR:{symbol:"﷼",grouping:",",decimal:".",precision:3},PAB:{symbol:"B/.",grouping:",",decimal:".",precision:2},PEN:{symbol:"S/.",grouping:",",decimal:".",precision:2},PGK:{symbol:"K",grouping:",",decimal:".",precision:2},PHP:{symbol:"₱",grouping:",",decimal:".",precision:2},PKR:{symbol:"₨",grouping:",",decimal:".",precision:2},PLN:{symbol:"zł",grouping:" ",decimal:",",precision:2},PYG:{symbol:"₲",grouping:".",decimal:",",precision:2},QAR:{symbol:"﷼",grouping:",",decimal:".",precision:2},RON:{symbol:"lei",grouping:".",decimal:",",precision:2},RSD:{symbol:"Дин.",grouping:".",decimal:",",precision:2},RUB:{symbol:"₽",grouping:" ",decimal:",",precision:2},RWF:{symbol:"RWF",grouping:" ",decimal:",",precision:2},SAR:{symbol:"﷼",grouping:",",decimal:".",precision:2},SBD:{symbol:"S$",grouping:",",decimal:".",precision:2},SCR:{symbol:"₨",grouping:",",decimal:".",precision:2},SDD:{symbol:"LSd",grouping:",",decimal:".",precision:2},SDG:{symbol:"£‏",grouping:",",decimal:".",precision:2},SEK:{symbol:"kr",grouping:",",decimal:".",precision:2},SGD:{symbol:"S$",grouping:",",decimal:".",precision:2},SHP:{symbol:"£",grouping:",",decimal:".",precision:2},SLL:{symbol:"Le",grouping:",",decimal:".",precision:2},SOS:{symbol:"S",grouping:",",decimal:".",precision:2},SRD:{symbol:"$",grouping:",",decimal:".",precision:2},STD:{symbol:"Db",grouping:",",decimal:".",precision:2},SVC:{symbol:"₡",grouping:",",decimal:".",precision:2},SYP:{symbol:"£",grouping:",",decimal:".",precision:2},SZL:{symbol:"E",grouping:",",decimal:".",precision:2},THB:{symbol:"฿",grouping:",",decimal:".",precision:2},TJS:{symbol:"TJS",grouping:" ",decimal:";",precision:2},TMT:{symbol:"m",grouping:" ",decimal:",",precision:0},TND:{symbol:"د.ت.‏",grouping:",",decimal:".",precision:3},TOP:{symbol:"T$",grouping:",",decimal:".",precision:2},TRY:{symbol:"TL",grouping:".",decimal:",",precision:2},TTD:{symbol:"TT$",grouping:",",decimal:".",precision:2},TVD:{symbol:"$T",grouping:",",decimal:".",precision:2},TWD:{symbol:"NT$",grouping:",",decimal:".",precision:2},TZS:{symbol:"TSh",grouping:",",decimal:".",precision:2},UAH:{symbol:"₴",grouping:" ",decimal:",",precision:2},UGX:{symbol:"USh",grouping:",",decimal:".",precision:2},USD:{symbol:"$",grouping:",",decimal:".",precision:2},UYU:{symbol:"$U",grouping:".",decimal:",",precision:2},UZS:{symbol:"сўм",grouping:" ",decimal:",",precision:2},VEB:{symbol:"Bs.",grouping:",",decimal:".",precision:2},VEF:{symbol:"Bs. F.",grouping:".",decimal:",",precision:2},VND:{symbol:"₫",grouping:".",decimal:",",precision:1},VUV:{symbol:"VT",grouping:",",decimal:".",precision:0},WST:{symbol:"WS$",grouping:",",decimal:".",precision:2},XAF:{symbol:"F",grouping:",",decimal:".",precision:2},XCD:{symbol:"$",grouping:",",decimal:".",precision:2},XOF:{symbol:"F",grouping:" ",decimal:",",precision:2},XPF:{symbol:"F",grouping:",",decimal:".",precision:2},YER:{symbol:"﷼",grouping:",",decimal:".",precision:2},ZAR:{symbol:"R",grouping:" ",decimal:",",precision:2},ZMW:{symbol:"ZK",grouping:",",decimal:".",precision:2},WON:{symbol:"₩",grouping:",",decimal:".",precision:2}};function i(e){return r[e]||{symbol:"$",grouping:",",decimal:".",precision:2}}},1621:function(e,t,n){"use strict";n.d(t,{ZP:function(){return s}});var r=n(417),i=n.n(r),o=n(1481),u=n(3759);function s(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=(0,u.X)(t);if(!r||isNaN(e))return null;var s=i()(i()({},r),n),a=s.decimal,l=s.grouping,p=s.precision,f=s.symbol,d=e<0?"-":"",g=(0,o.Y4)(Math.abs(e),{decimals:p,thousandsSep:l,decPoint:a});return n.stripZeros&&(g=c(g,a)),"".concat(d).concat(f).concat(g)}function c(e,t){var n=new RegExp("\\".concat(t,"0+$"));return e.replace(n,"")}},914:function(e,t,n){"use strict";var r=n(5182),i=n.n(r),o=n(1260),u=n.n(o),s=n(8049),c=n.n(s),a=n(7010),l=n(9830),p=n(7839),f=n.n(p),d=n(5079),g=n.n(d),m=n(2699),h=n(6668),y=n(3),v=c()("i18n-calypso"),b="number_format_decimals",S="number_format_thousands_sep",E="messages",_=[function(e){return e}],w={};function C(){A.throwErrors&&"undefined"!=typeof window&&window.console&&window.console.warn&&window.console.warn.apply(window.console,arguments)}function P(e){return Array.prototype.slice.call(e)}function O(e){var t=e[0];("string"!=typeof t||e.length>3||e.length>2&&"object"==typeof e[1]&&"object"==typeof e[2])&&C("Deprecated Invocation: `translate()` accepts ( string, [string], [object] ). These arguments passed:",P(e),". See https://github.com/Automattic/i18n-calypso#translate-method"),2===e.length&&"string"==typeof t&&"string"==typeof e[1]&&C("Invalid Invocation: `translate()` requires an options object for plural translations, but passed:",P(e));for(var n={},r=0;r<e.length;r++)"object"==typeof e[r]&&(n=e[r]);if("string"==typeof t?n.original=t:"object"==typeof n.original&&(n.plural=n.original.plural,n.count=n.original.count,n.original=n.original.single),"string"==typeof e[1]&&(n.plural=e[1]),void 0===n.original)throw new Error("Translate called without a `string` value as first argument.");return n}function I(e,t){return e.dcnpgettext(E,t.context,t.original,t.plural,t.count)}function T(e,t){for(var n=_.length-1;n>=0;n--){var r=_[n](Object.assign({},t)),i=r.context?r.context+""+r.original:r.original;if(e.state.locale[i])return I(e.state.tannin,r)}return null}function A(){if(!(this instanceof A))return new A;this.defaultLocaleSlug="en",this.defaultPluralForms=function(e){return 1===e?0:1},this.state={numberFormatSettings:{},tannin:void 0,locale:void 0,localeSlug:void 0,localeVariant:void 0,textDirection:void 0,translations:f()({max:100})},this.componentUpdateHooks=[],this.translateHooks=[],this.stateObserver=new m.EventEmitter,this.stateObserver.setMaxListeners(0),this.configure()}A.throwErrors=!1,A.prototype.on=function(){var e;(e=this.stateObserver).on.apply(e,arguments)},A.prototype.off=function(){var e;(e=this.stateObserver).off.apply(e,arguments)},A.prototype.emit=function(){var e;(e=this.stateObserver).emit.apply(e,arguments)},A.prototype.numberFormat=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n="number"==typeof t?t:t.decimals||0,r=t.decPoint||this.state.numberFormatSettings.decimal_point||".",i=t.thousandsSep||this.state.numberFormatSettings.thousands_sep||",";return(0,y.Z)(e,n,r,i)},A.prototype.configure=function(e){Object.assign(this,e||{}),this.setLocale()},A.prototype.setLocale=function(e){var t,n,r;if(e&&e[""]&&e[""]["key-hash"]){var i=e[""]["key-hash"],o=function(e,t){var n=!1===t?"":String(t);if(void 0!==w[n+e])return w[n+e];var r=g()().update(e).digest("hex");return w[n+e]=t?r.substr(0,t):r},s=function(e){return function(t){return t.context?(t.original=o(t.context+String.fromCharCode(4)+t.original,e),delete t.context):t.original=o(t.original,e),t}};if("sha1"===i.substr(0,4))if(4===i.length)_.push(s(!1));else{var c=i.substr(5).indexOf("-");if(c<0){var a=Number(i.substr(5));_.push(s(a))}else for(var p=Number(i.substr(5,c)),f=Number(i.substr(6+c)),d=p;d<=f;d++)_.push(s(d))}}if(e&&e[""].localeSlug)if(e[""].localeSlug===this.state.localeSlug){if(e===this.state.locale)return;Object.assign(this.state.locale,e)}else this.state.locale=Object.assign({},e);else this.state.locale={"":{localeSlug:this.defaultLocaleSlug,plural_forms:this.defaultPluralForms}};this.state.localeSlug=this.state.locale[""].localeSlug,this.state.localeVariant=this.state.locale[""].localeVariant,this.state.textDirection=(null===(t=this.state.locale["text directionltr"])||void 0===t?void 0:t[0])||(null===(n=this.state.locale[""])||void 0===n||null===(r=n.momentjs_locale)||void 0===r?void 0:r.textDirection),this.state.tannin=new l.Z(u()({},E,this.state.locale)),this.state.numberFormatSettings.decimal_point=I(this.state.tannin,O([b])),this.state.numberFormatSettings.thousands_sep=I(this.state.tannin,O([S])),this.state.numberFormatSettings.decimal_point===b&&(this.state.numberFormatSettings.decimal_point="."),this.state.numberFormatSettings.thousands_sep===S&&(this.state.numberFormatSettings.thousands_sep=","),this.stateObserver.emit("change")},A.prototype.getLocale=function(){return this.state.locale},A.prototype.getLocaleSlug=function(){return this.state.localeSlug},A.prototype.getLocaleVariant=function(){return this.state.localeVariant},A.prototype.isRtl=function(){return"rtl"===this.state.textDirection},A.prototype.addTranslations=function(e){for(var t in e)""!==t&&(this.state.tannin.data.messages[t]=e[t]);this.stateObserver.emit("change")},A.prototype.hasTranslation=function(){return!!T(this,O(arguments))},A.prototype.translate=function(){var e=O(arguments),t=T(this,e);if(t||(t=I(this.state.tannin,e)),e.args){var n=Array.isArray(e.args)?e.args.slice(0):[e.args];n.unshift(t);try{t=h.Z.apply(void 0,i()(n))}catch(o){if(!window||!window.console)return;var r=this.throwErrors?"error":"warn";"string"!=typeof o?window.console[r](o):window.console[r]("i18n sprintf error:",n)}}return e.components&&(t=(0,a.Z)({mixedString:t,components:e.components,throwErrors:this.throwErrors})),this.translateHooks.forEach((function(n){t=n(t,e)})),t},A.prototype.reRenderTranslations=function(){v("Re-rendering all translations due to external request"),this.stateObserver.emit("change")},A.prototype.registerComponentUpdateHook=function(e){this.componentUpdateHooks.push(e)},A.prototype.registerTranslateHook=function(e){this.translateHooks.push(e)},t.Z=A},1481:function(e,t,n){"use strict";n.d(t,{Y4:function(){return c},Iu:function(){return a}});var r=n(914),i=n(3493),o=n(975),u=n(8373),s=new r.Z,c=s.numberFormat.bind(s),a=s.translate.bind(s),l=(s.configure.bind(s),s.setLocale.bind(s),s.getLocale.bind(s),s.getLocaleSlug.bind(s),s.getLocaleVariant.bind(s),s.isRtl.bind(s),s.addTranslations.bind(s),s.reRenderTranslations.bind(s),s.registerComponentUpdateHook.bind(s),s.registerTranslateHook.bind(s),s.state,s.stateObserver,s.on.bind(s),s.off.bind(s),s.emit.bind(s),(0,i.Z)(s),(0,o.Z)(s),(0,u.Z)(s));l.useRtl,l.withRtl},3493:function(e,t,n){"use strict";n.d(t,{Z:function(){return S}});var r=n(417),i=n.n(r),o=n(85),u=n.n(o),s=n(5198),c=n.n(s),a=n(8111),l=n.n(a),p=n(270),f=n.n(p),d=n(4564),g=n.n(d),m=n(1260),h=n.n(m),y=n(3027),v=n(3804),b=n.n(v);function S(e){var t={numberFormat:e.numberFormat.bind(e),translate:e.translate.bind(e)};return function(n){var r,o,s=n.displayName||n.name||"";return o=r=function(r){f()(s,r);var o=g()(s);function s(){var e;u()(this,s);for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return e=o.call.apply(o,[this].concat(n)),h()(l()(e),"boundForceUpdate",e.forceUpdate.bind(l()(e))),e}return c()(s,[{key:"componentDidMount",value:function(){e.on("change",this.boundForceUpdate)}},{key:"componentWillUnmount",value:function(){e.off("change",this.boundForceUpdate)}},{key:"render",value:function(){var r=i()(i()({locale:e.getLocaleSlug()},this.props),t);return(0,y.createElement)(n,r)}}]),s}(b().Component),h()(r,"displayName","Localized("+s+")"),o}}},3:function(e,t,n){"use strict";function r(e,t,n,r){e=(e+"").replace(/[^0-9+\-Ee.]/g,"");var i=isFinite(+e)?+e:0,o=isFinite(+t)?Math.abs(t):0,u=void 0===r?",":r,s=void 0===n?".":n,c="";return(c=(o?
7
  /*
8
  * Exposes number format capability
9
  *
3
  object-assign
4
  (c) Sindre Sorhus
5
  @license MIT
6
+ */var t=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function i(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}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(i){return!1}}()?Object.assign:function(e,o){for(var u,s,c=i(e),a=1;a<arguments.length;a++){for(var l in u=Object(arguments[a]))n.call(u,l)&&(c[l]=u[l]);if(t){s=t(u);for(var p=0;p<s.length;p++)r.call(u,s[p])&&(c[s[p]]=u[s[p]])}}return c}},8650:function(e){var t,n=window.ProgressEvent,r=!!n;try{t=new n("loaded"),r="loaded"===t.type,t=null}catch(i){r=!1}e.exports=r?n:"function"==typeof document.createEvent?function(e,t){var n=document.createEvent("Event");return n.initEvent(e,!1,!1),t?(n.lengthComputable=Boolean(t.lengthComputable),n.loaded=Number(t.loaded)||0,n.total=Number(t.total)||0):(n.lengthComputable=!1,n.loaded=n.total=0),n}:function(e,t){var n=document.createEventObject();return n.type=e,t?(n.lengthComputable=Boolean(t.lengthComputable),n.loaded=Number(t.loaded)||0,n.total=Number(t.total)||0):(n.lengthComputable=!1,n.loaded=n.total=0),n}},5527:function(e,t,n){"use strict";var r=String.prototype.replace,i=/%20/g,o=n(2493),u={RFC1738:"RFC1738",RFC3986:"RFC3986"};e.exports=o.assign({default:u.RFC3986,formatters:{RFC1738:function(e){return r.call(e,i,"+")},RFC3986:function(e){return String(e)}}},u)},9126:function(e,t,n){"use strict";var r=n(6845),i=n(9166),o=n(5527);e.exports={formats:o,parse:i,stringify:r}},9166:function(e,t,n){"use strict";var r=n(2493),i=Object.prototype.hasOwnProperty,o=Array.isArray,u={allowDots:!1,allowPrototypes:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:r.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},s=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},c=function(e,t){return e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},a=function(e,t,n,r){if(e){var o=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,u=/(\[[^[\]]*])/g,s=n.depth>0&&/(\[[^[\]]*])/.exec(o),a=s?o.slice(0,s.index):o,l=[];if(a){if(!n.plainObjects&&i.call(Object.prototype,a)&&!n.allowPrototypes)return;l.push(a)}for(var p=0;n.depth>0&&null!==(s=u.exec(o))&&p<n.depth;){if(p+=1,!n.plainObjects&&i.call(Object.prototype,s[1].slice(1,-1))&&!n.allowPrototypes)return;l.push(s[1])}return s&&l.push("["+o.slice(s.index)+"]"),function(e,t,n,r){for(var i=r?t:c(t,n),o=e.length-1;o>=0;--o){var u,s=e[o];if("[]"===s&&n.parseArrays)u=[].concat(i);else{u=n.plainObjects?Object.create(null):{};var a="["===s.charAt(0)&&"]"===s.charAt(s.length-1)?s.slice(1,-1):s,l=parseInt(a,10);n.parseArrays||""!==a?!isNaN(l)&&s!==a&&String(l)===a&&l>=0&&n.parseArrays&&l<=n.arrayLimit?(u=[])[l]=i:u[a]=i:u={0:i}}i=u}return i}(l,t,n,r)}};e.exports=function(e,t){var n=function(e){if(!e)return u;if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t=void 0===e.charset?u.charset:e.charset;return{allowDots:void 0===e.allowDots?u.allowDots:!!e.allowDots,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:u.allowPrototypes,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:u.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:u.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:u.comma,decoder:"function"==typeof e.decoder?e.decoder:u.decoder,delimiter:"string"==typeof e.delimiter||r.isRegExp(e.delimiter)?e.delimiter:u.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:u.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:u.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:u.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:u.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:u.strictNullHandling}}(t);if(""===e||null==e)return n.plainObjects?Object.create(null):{};for(var l="string"==typeof e?function(e,t){var n,a={},l=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,p=t.parameterLimit===1/0?void 0:t.parameterLimit,f=l.split(t.delimiter,p),d=-1,g=t.charset;if(t.charsetSentinel)for(n=0;n<f.length;++n)0===f[n].indexOf("utf8=")&&("utf8=%E2%9C%93"===f[n]?g="utf-8":"utf8=%26%2310003%3B"===f[n]&&(g="iso-8859-1"),d=n,n=f.length);for(n=0;n<f.length;++n)if(n!==d){var m,h,y=f[n],v=y.indexOf("]="),b=-1===v?y.indexOf("="):v+1;-1===b?(m=t.decoder(y,u.decoder,g,"key"),h=t.strictNullHandling?null:""):(m=t.decoder(y.slice(0,b),u.decoder,g,"key"),h=r.maybeMap(c(y.slice(b+1),t),(function(e){return t.decoder(e,u.decoder,g,"value")}))),h&&t.interpretNumericEntities&&"iso-8859-1"===g&&(h=s(h)),y.indexOf("[]=")>-1&&(h=o(h)?[h]:h),i.call(a,m)?a[m]=r.combine(a[m],h):a[m]=h}return a}(e,n):e,p=n.plainObjects?Object.create(null):{},f=Object.keys(l),d=0;d<f.length;++d){var g=f[d],m=a(g,l[g],n,"string"==typeof e);p=r.merge(p,m,n)}return r.compact(p)}},6845:function(e,t,n){"use strict";var r=n(2493),i=n(5527),o=Object.prototype.hasOwnProperty,u={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},s=Array.isArray,c=Array.prototype.push,a=function(e,t){c.apply(e,s(t)?t:[t])},l=Date.prototype.toISOString,p=i.default,f={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:r.encode,encodeValuesOnly:!1,format:p,formatter:i.formatters[p],indices:!1,serializeDate:function(e){return l.call(e)},skipNulls:!1,strictNullHandling:!1},d=function e(t,n,i,o,u,c,l,p,d,g,m,h,y){var v,b=t;if("function"==typeof l?b=l(n,b):b instanceof Date?b=g(b):"comma"===i&&s(b)&&(b=r.maybeMap(b,(function(e){return e instanceof Date?g(e):e})).join(",")),null===b){if(o)return c&&!h?c(n,f.encoder,y,"key"):n;b=""}if("string"==typeof(v=b)||"number"==typeof v||"boolean"==typeof v||"symbol"==typeof v||"bigint"==typeof v||r.isBuffer(b))return c?[m(h?n:c(n,f.encoder,y,"key"))+"="+m(c(b,f.encoder,y,"value"))]:[m(n)+"="+m(String(b))];var S,E=[];if(void 0===b)return E;if(s(l))S=l;else{var _=Object.keys(b);S=p?_.sort(p):_}for(var w=0;w<S.length;++w){var C=S[w],P=b[C];if(!u||null!==P){var O=s(b)?"function"==typeof i?i(n,C):n:n+(d?"."+C:"["+C+"]");a(E,e(P,O,i,o,u,c,l,p,d,g,m,h,y))}}return E};e.exports=function(e,t){var n,r=e,c=function(e){if(!e)return f;if(null!==e.encoder&&void 0!==e.encoder&&"function"!=typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||f.charset;if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var n=i.default;if(void 0!==e.format){if(!o.call(i.formatters,e.format))throw new TypeError("Unknown format option provided.");n=e.format}var r=i.formatters[n],u=f.filter;return("function"==typeof e.filter||s(e.filter))&&(u=e.filter),{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:f.addQueryPrefix,allowDots:void 0===e.allowDots?f.allowDots:!!e.allowDots,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:f.charsetSentinel,delimiter:void 0===e.delimiter?f.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:f.encode,encoder:"function"==typeof e.encoder?e.encoder:f.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:f.encodeValuesOnly,filter:u,formatter:r,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:f.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:f.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:f.strictNullHandling}}(t);"function"==typeof c.filter?r=(0,c.filter)("",r):s(c.filter)&&(n=c.filter);var l,p=[];if("object"!=typeof r||null===r)return"";l=t&&t.arrayFormat in u?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var g=u[l];n||(n=Object.keys(r)),c.sort&&n.sort(c.sort);for(var m=0;m<n.length;++m){var h=n[m];c.skipNulls&&null===r[h]||a(p,d(r[h],h,g,c.strictNullHandling,c.skipNulls,c.encode?c.encoder:null,c.filter,c.sort,c.allowDots,c.serializeDate,c.formatter,c.encodeValuesOnly,c.charset))}var y=p.join(c.delimiter),v=!0===c.addQueryPrefix?"?":"";return c.charsetSentinel&&("iso-8859-1"===c.charset?v+="utf8=%26%2310003%3B&":v+="utf8=%E2%9C%93&"),y.length>0?v+y:""}},2493:function(e){"use strict";var t=Object.prototype.hasOwnProperty,n=Array.isArray,r=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),i=function(e,t){for(var n=t&&t.plainObjects?Object.create(null):{},r=0;r<e.length;++r)void 0!==e[r]&&(n[r]=e[r]);return n};e.exports={arrayToObject:i,assign:function(e,t){return Object.keys(t).reduce((function(e,n){return e[n]=t[n],e}),e)},combine:function(e,t){return[].concat(e,t)},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],r=[],i=0;i<t.length;++i)for(var o=t[i],u=o.obj[o.prop],s=Object.keys(u),c=0;c<s.length;++c){var a=s[c],l=u[a];"object"==typeof l&&null!==l&&-1===r.indexOf(l)&&(t.push({obj:u,prop:a}),r.push(l))}return function(e){for(;e.length>1;){var t=e.pop(),r=t.obj[t.prop];if(n(r)){for(var i=[],o=0;o<r.length;++o)void 0!==r[o]&&i.push(r[o]);t.obj[t.prop]=i}}}(t),e},decode:function(e,t,n){var r=e.replace(/\+/g," ");if("iso-8859-1"===n)return r.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(r)}catch(i){return r}},encode:function(e,t,n){if(0===e.length)return e;var i=e;if("symbol"==typeof e?i=Symbol.prototype.toString.call(e):"string"!=typeof e&&(i=String(e)),"iso-8859-1"===n)return escape(i).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var o="",u=0;u<i.length;++u){var s=i.charCodeAt(u);45===s||46===s||95===s||126===s||s>=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122?o+=i.charAt(u):s<128?o+=r[s]:s<2048?o+=r[192|s>>6]+r[128|63&s]:s<55296||s>=57344?o+=r[224|s>>12]+r[128|s>>6&63]+r[128|63&s]:(u+=1,s=65536+((1023&s)<<10|1023&i.charCodeAt(u)),o+=r[240|s>>18]+r[128|s>>12&63]+r[128|s>>6&63]+r[128|63&s])}return o},isBuffer:function(e){return!(!e||"object"!=typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(n(e)){for(var r=[],i=0;i<e.length;i+=1)r.push(t(e[i]));return r}return t(e)},merge:function e(r,o,u){if(!o)return r;if("object"!=typeof o){if(n(r))r.push(o);else{if(!r||"object"!=typeof r)return[r,o];(u&&(u.plainObjects||u.allowPrototypes)||!t.call(Object.prototype,o))&&(r[o]=!0)}return r}if(!r||"object"!=typeof r)return[r].concat(o);var s=r;return n(r)&&!n(o)&&(s=i(r,u)),n(r)&&n(o)?(o.forEach((function(n,i){if(t.call(r,i)){var o=r[i];o&&"object"==typeof o&&n&&"object"==typeof n?r[i]=e(o,n,u):r.push(n)}else r[i]=n})),r):Object.keys(o).reduce((function(n,r){var i=o[r];return t.call(n,r)?n[r]=e(n[r],i,u):n[r]=i,n}),s)}}},3631:function(e,t,n){"use strict";var r=n(3804),i="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,o=n(7201),u=n(4983),s=n(6590),c="function"==typeof Symbol&&Symbol.iterator;function a(e,t){return e&&"object"==typeof e&&null!=e.key?(n=e.key,r={"=":"=0",":":"=2"},"$"+(""+n).replace(/[=:]/g,(function(e){return r[e]}))):t.toString(36);var n,r}function l(e,t,n,r){var o,s=typeof e;if("undefined"!==s&&"boolean"!==s||(e=null),null===e||"string"===s||"number"===s||"object"===s&&e.$$typeof===i)return n(r,e,""===t?"."+a(e,0):t),1;var p=0,f=""===t?".":t+":";if(Array.isArray(e))for(var d=0;d<e.length;d++)p+=l(o=e[d],f+a(o,d),n,r);else{var g=function(e){var t=e&&(c&&e[c]||e["@@iterator"]);if("function"==typeof t)return t}(e);if(g){0;for(var m,h=g.call(e),y=0;!(m=h.next()).done;)p+=l(o=m.value,f+a(o,y++),n,r)}else if("object"===s){0;var v=""+e;u(!1,"Objects are not valid as a React child (found: %s).%s","[object Object]"===v?"object with keys {"+Object.keys(e).join(", ")+"}":v,"")}}return p}var p=/\/+/g;function f(e){return(""+e).replace(p,"$&/")}var d,g,m=h,h=function(e){var t=this;if(t.instancePool.length){var n=t.instancePool.pop();return t.call(n,e),n}return new t(e)},y=function(e){var t=this;u(e instanceof t,"Trying to release an instance into a pool of a different type."),e.destructor(),t.instancePool.length<t.poolSize&&t.instancePool.push(e)};function v(e,t,n,r){this.result=e,this.keyPrefix=t,this.func=n,this.context=r,this.count=0}function b(e,t,n){var i,u,s=e.result,c=e.keyPrefix,a=e.func,l=e.context,p=a.call(l,t,e.count++);Array.isArray(p)?S(p,s,n,o.thatReturnsArgument):null!=p&&(r.isValidElement(p)&&(i=p,u=c+(!p.key||t&&t.key===p.key?"":f(p.key)+"/")+n,p=r.cloneElement(i,{key:u},void 0!==i.props?i.props.children:void 0)),s.push(p))}function S(e,t,n,r,i){var o="";null!=n&&(o=f(n)+"/");var u=v.getPooled(t,o,r,i);!function(e,t,n){null==e||l(e,"",t,n)}(e,b,u),v.release(u)}v.prototype.destructor=function(){this.result=null,this.keyPrefix=null,this.func=null,this.context=null,this.count=0},d=function(e,t,n,r){var i=this;if(i.instancePool.length){var o=i.instancePool.pop();return i.call(o,e,t,n,r),o}return new i(e,t,n,r)},(g=v).instancePool=[],g.getPooled=d||m,g.poolSize||(g.poolSize=10),g.release=y;e.exports=function(e){if("object"!=typeof e||!e||Array.isArray(e))return s(!1,"React.addons.createFragment only accepts a single object. Got: %s",e),e;if(r.isValidElement(e))return s(!1,"React.addons.createFragment does not accept a ReactElement without a wrapper object."),e;u(1!==e.nodeType,"React.addons.createFragment(...): Encountered an invalid child; DOM elements are not valid children of React components.");var t=[];for(var n in e)S(e[n],t,n,o.thatReturnsArgument);return t}},9830:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=n(1184),i={contextDelimiter:"",onMissingKey:null};function o(e,t){var n;for(n in this.data=e,this.pluralForms={},this.options={},i)this.options[n]=void 0!==t&&n in t?t[n]:i[n]}o.prototype.getPluralForm=function(e,t){var n,i,o,u=this.pluralForms[e];return u||("function"!=typeof(o=(n=this.data[e][""])["Plural-Forms"]||n["plural-forms"]||n.plural_forms)&&(i=function(e){var t,n,r;for(t=e.split(";"),n=0;n<t.length;n++)if(0===(r=t[n].trim()).indexOf("plural="))return r.substr(7)}(n["Plural-Forms"]||n["plural-forms"]||n.plural_forms),o=(0,r.Z)(i)),u=this.pluralForms[e]=o),u(t)},o.prototype.dcnpgettext=function(e,t,n,r,i){var o,u,s;return o=void 0===i?0:this.getPluralForm(e,i),u=n,t&&(u=t+this.options.contextDelimiter+n),(s=this.data[e][u])&&s[o]?s[o]:(this.options.onMissingKey&&this.options.onMissingKey(n,e),0===o?n:r)}},6274:function(e,t,n){"use strict";n(8077).z({vendor:"variation2_front"})},7262:function(e,t,n){"use strict";n.r(t);n(6274),n(3857),n(561),n(5608),n(9512)},5608:function(e,t,n){"use strict";n(1635).z()},3857:function(e,t,n){"use strict";n(9734).z2()},561:function(e,t,n){"use strict";n(2369).z2({client_id:"",client_secret:""})},9512:function(e,t,n){"use strict";n(182).z()},3600:function(e,t,n){"use strict";n.r(t),n.d(t,{receiveCategories:function(){return r},fetchDomainSuggestions:function(){return i},receiveDomainAvailability:function(){return o},receiveDomainSuggestionsSuccess:function(){return u},receiveDomainSuggestionsError:function(){return s}});var r=function(e){return{type:"RECEIVE_CATEGORIES",categories:e}},i=function(){return{type:"FETCH_DOMAIN_SUGGESTIONS",timeStamp:Date.now()}},o=function(e,t){return{type:"RECEIVE_DOMAIN_AVAILABILITY",domainName:e,availability:t}},u=function(e,t){return{type:"RECEIVE_DOMAIN_SUGGESTIONS_SUCCESS",queryObject:e,suggestions:t,timeStamp:Date.now()}},s=function(e){return{type:"RECEIVE_DOMAIN_SUGGESTIONS_ERROR",errorMessage:e,timeStamp:Date.now()}}},584:function(e,t,n){"use strict";n.d(t,{L:function(){return i},r:function(){return r}});var r,i="automattic/domains/suggestions";!function(e){e.Failure="failure",e.Pending="pending",e.Success="success",e.Uninitialized="uninitialized"}(r||(r={}))},8077:function(e,t,n){"use strict";n.d(t,{z:function(){return p}});var r=n(5707),i=n(584),o=n(3717),u=n(3600),s=n(2269),c=n(267),a=n(3661),l=!1;function p(e){var t=e.vendor;return l||(l=!0,(0,r.registerStore)(i.L,{actions:u,controls:a.ai,reducer:o.Z,resolvers:s,selectors:(0,c.Z)(t)})),i.L}},3717:function(e,t,n){"use strict";var r=n(1260),i=n.n(r),o=n(417),u=n.n(o),s=n(5707),c=n(584),a=n(4211),l={state:c.r.Uninitialized,data:{},errorMessage:null,lastUpdated:-1/0,pendingSince:void 0},p=(0,s.combineReducers)({categories:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_CATEGORIES"===t.type?t.categories:e},domainSuggestions:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:l,t=arguments.length>1?arguments[1]:void 0;return"FETCH_DOMAIN_SUGGESTIONS"===t.type?u()(u()({},e),{},{state:c.r.Pending,errorMessage:null,pendingSince:t.timeStamp}):"RECEIVE_DOMAIN_SUGGESTIONS_SUCCESS"===t.type?u()(u()({},e),{},{state:c.r.Success,data:u()(u()({},e.data),{},i()({},(0,a.L)(t.queryObject),t.suggestions)),errorMessage:null,lastUpdated:t.timeStamp,pendingSince:void 0}):"RECEIVE_DOMAIN_SUGGESTIONS_ERROR"===t.type?u()(u()({},e),{},{state:c.r.Failure,errorMessage:t.errorMessage,lastUpdated:t.timeStamp,pendingSince:void 0}):e},availability:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_DOMAIN_AVAILABILITY"===t.type?u()(u()({},e),{},i()({},t.domainName,t.availability)):e}});t.Z=p},2269:function(e,t,n){"use strict";n.r(t),n.d(t,{isAvailable:function(){return f},getCategories:function(){return d},__internalGetDomainSuggestions:function(){return g}});var r=n(417),i=n.n(r),o=n(9126),u=n(1481),s=n(3600),c=n(3661),a=n(4211),l=regeneratorRuntime.mark(d),p=regeneratorRuntime.mark(g),f=regeneratorRuntime.mark((function e(t){var n,r,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n="https://public-api.wordpress.com/rest/v1.3/domains/".concat(encodeURIComponent(t),"/is-available?is_cart_pre_check=true"),e.prev=1,e.next=4,(0,c.An)(n);case 4:return r=e.sent,i=r.body,e.abrupt("return",(0,s.receiveDomainAvailability)(t,i));case 9:return e.prev=9,e.t0=e.catch(1),e.abrupt("return",(0,s.receiveDomainAvailability)(t,{domain_name:t,mappable:"unknown",status:"unknown",supports_privacy:!1}));case 12:case"end":return e.stop()}}),e,null,[[1,9]])}));function d(){var e;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,(0,c.An)("https://public-api.wordpress.com/wpcom/v2/onboarding/domains/categories");case 2:return e=t.sent,t.abrupt("return",(0,s.receiveCategories)(e.body));case 4:case"end":return t.stop()}}),l)}function g(e){var t,n;return regeneratorRuntime.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(e.query){r.next=2;break}return r.abrupt("return",(0,s.receiveDomainSuggestionsError)("Empty query"));case 2:return r.next=4,(0,s.fetchDomainSuggestions)();case 4:return r.prev=4,r.next=7,(0,c._9)({apiVersion:"1.1",path:"/domains/suggestions",query:(0,o.stringify)(e)});case 7:t=r.sent,r.next=13;break;case 10:return r.prev=10,r.t0=r.catch(4),r.abrupt("return",(0,s.receiveDomainSuggestionsError)(r.t0.message||(0,u.Iu)("Error while fetching server response")));case 13:if(t&&""!==t){r.next=15;break}return r.abrupt("return",(0,s.receiveDomainSuggestionsError)((0,u.Iu)("Invalid response from the server")));case 15:return n=t.map((function(e){return i()(i()({},e),e.raw_price&&e.currency_code&&{cost:(0,a._)(e.raw_price,e.currency_code)})})),r.abrupt("return",(0,s.receiveDomainSuggestionsSuccess)(e,n));case 17:case"end":return r.stop()}}),p,null,[[4,10]])}},267:function(e,t,n){"use strict";var r=n(417),i=n.n(r),o=n(5182),u=n.n(o),s=n(5707),c=n(584),a=n(4211);t.Z=function(e){function t(t,n){return i()(i()({include_wordpressdotcom:n.only_wordpressdotcom||!1,include_dotblogsubdomain:!1,only_wordpressdotcom:!1,quantity:5,vendor:e},n),{},{query:t.trim().toLocaleLowerCase()})}return{getCategories:function(e){return[].concat(u()(e.categories.filter((function(e){return null!==e.tier})).sort((function(e,t){return e>t?1:-1}))),u()(e.categories.filter((function(e){return null===e.tier})).sort((function(e,t){return e.title.localeCompare(t.title)}))))},getDomainSuggestions:function(e,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=t(n,r);return(0,s.select)(c.L).__internalGetDomainSuggestions(i)},getDomainState:function(e){return e.domainSuggestions.state},getDomainErrorMessage:function(e){return e.domainSuggestions.errorMessage},getDomainSuggestionVendor:function(){return e},isLoadingDomainSuggestions:function(e,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=t(n,r);return(0,s.select)("core/data").isResolving(c.L,"__internalGetDomainSuggestions",[i])},__internalGetDomainSuggestions:function(e,t){return e.domainSuggestions.data[(0,a.L)(t)]},isAvailable:function(e,t){return e.availability[t]},getDomainAvailabilities:function(e){return e.availability}}}},4211:function(e,t,n){"use strict";n.d(t,{L:function(){return u},_:function(){return s}});var r=n(5695),i=n.n(r),o=n(1621),u=i();function s(e,t){return(0,o.ZP)(e,t,{stripZeros:!0})}},6108:function(e,t,n){"use strict";n.r(t),n.d(t,{setSidebarFullscreen:function(){return o},unsetSidebarFullscreen:function(){return u},setStep:function(){return s},setSiteTitle:function(){return c},setDomain:function(){return a},unsetDomain:function(){return l},confirmDomainSelection:function(){return p},setDomainSearch:function(){return f},setPlanProductId:function(){return g},unsetPlanProductId:function(){return m},updatePlan:function(){return h},openSidebar:function(){return y},closeSidebar:function(){return v},openFocusedLaunch:function(){return b},closeFocusedLaunch:function(){return S},enableAnchorFm:function(){return E},showSiteTitleStep:function(){return _},setModalDismissible:function(){return w},unsetModalDismissible:function(){return C},showModalTitle:function(){return P},hideModalTitle:function(){return O},enablePersistentSuccessView:function(){return I},disablePersistentSuccessView:function(){return T}});var r=n(5707),i=n(9149),o=function(){return{type:"SET_SIDEBAR_FULLSCREEN"}},u=function(){return{type:"UNSET_SIDEBAR_FULLSCREEN"}},s=function(e){return{type:"SET_STEP",step:e}},c=function(e){return{type:"SET_SITE_TITLE",title:e}},a=function(e){return{type:"SET_DOMAIN",domain:e}},l=function(){return{type:"UNSET_DOMAIN"}},p=function(){return{type:"CONFIRM_DOMAIN_SELECTION"}},f=function(e){return{type:"SET_DOMAIN_SEARCH",domainSearch:e}},d=function(e){return{type:"SET_PLAN_BILLING_PERIOD",billingPeriod:e}},g=regeneratorRuntime.mark((function e(t){var n,o,u;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if((0,r.select)(i.Fs).isPlanProductFree(t)){e.next=6;break}return o=(0,r.select)(i.Fs).getPlanProductById(t),u=null!==(n=null==o?void 0:o.billingPeriod)&&void 0!==n?n:"ANNUALLY",e.next=6,d(u);case 6:return e.abrupt("return",{type:"SET_PLAN_PRODUCT_ID",planProductId:t});case 7:case"end":return e.stop()}}),e)})),m=function(){return{type:"UNSET_PLAN_PRODUCT_ID"}};function h(e){return g(e)}var y=function(){return{type:"OPEN_SIDEBAR"}},v=function(){return{type:"CLOSE_SIDEBAR"}},b=function(){return{type:"OPEN_FOCUSED_LAUNCH"}},S=function(){return{type:"CLOSE_FOCUSED_LAUNCH"}},E=function(){return{type:"ENABLE_ANCHOR_FM"}},_=function(){return{type:"SHOW_SITE_TITLE_STEP"}},w=function(){return{type:"SET_MODAL_DISMISSIBLE"}},C=function(){return{type:"UNSET_MODAL_DISMISSIBLE"}},P=function(){return{type:"SHOW_MODAL_TITLE"}},O=function(){return{type:"HIDE_MODAL_TITLE"}},I=function(){return{type:"ENABLE_SUCCESS_VIEW"}},T=function(){return{type:"DISABLE_SUCCESS_VIEW"}}},9149:function(e,t,n){"use strict";n.d(t,{Ls:function(){return r},Fs:function(){return i}});var r="automattic/launch",i="automattic/onboard/plans"},3610:function(e,t,n){"use strict";n.d(t,{y:function(){return r},M:function(){return i}});var r={Name:"name",Domain:"domain",Plan:"plan",Final:"final"},i=[r.Name,r.Domain,r.Plan,r.Final]},1635:function(e,t,n){"use strict";n.d(t,{z:function(){return p}});var r=n(9866),i=n(5707),o=n(9149),u=n(4648),s=n(6108),c=n(7092),a=n(594);(0,i.use)(i.plugins.persistence,a.Z);var l=!1;function p(){return l||(l=!0,(0,i.registerStore)(o.Ls,{actions:s,controls:r.controls,reducer:u.Z,selectors:c,persist:["domain","domainSearch","planProductId","planBillingPeriod","confirmedDomainSelection","isAnchorFm","isSiteTitleStepVisible","siteTitle"]})),o.Ls}},594:function(e,t,n){"use strict";var r=n(492);t.Z=(0,r.Z)("WP_LAUNCH")},4648:function(e,t,n){"use strict";var r=n(5707),i=n(3610),o=(0,r.combineReducers)({step:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:i.y.Name,t=arguments.length>1?arguments[1]:void 0;return"SET_STEP"===t.type?t.step:e},siteTitle:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0,t=arguments.length>1?arguments[1]:void 0;return"SET_SITE_TITLE"===t.type?t.title:e},domain:function(e,t){return"SET_DOMAIN"===t.type?t.domain:"UNSET_DOMAIN"!==t.type?e:void 0},confirmedDomainSelection:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"CONFIRM_DOMAIN_SELECTION"===t.type||e},domainSearch:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1?arguments[1]:void 0;return"SET_DOMAIN_SEARCH"===t.type?t.domainSearch:e},planBillingPeriod:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"ANNUALLY",t=arguments.length>1?arguments[1]:void 0;return"SET_PLAN_BILLING_PERIOD"===t.type?t.billingPeriod:e},planProductId:function(e,t){return"SET_PLAN_PRODUCT_ID"===t.type?t.planProductId:"UNSET_PLAN_PRODUCT_ID"!==t.type?e:void 0},isSidebarOpen:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"OPEN_SIDEBAR"===t.type||"CLOSE_SIDEBAR"!==t.type&&e},isSidebarFullscreen:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"SET_SIDEBAR_FULLSCREEN"===t.type||"UNSET_SIDEBAR_FULLSCREEN"!==t.type&&e},isAnchorFm:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"ENABLE_ANCHOR_FM"===t.type||e},isFocusedLaunchOpen:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"OPEN_FOCUSED_LAUNCH"===t.type||"CLOSE_FOCUSED_LAUNCH"!==t.type&&e},isSiteTitleStepVisible:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"SHOW_SITE_TITLE_STEP"===t.type||e},isModalDismissible:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=arguments.length>1?arguments[1]:void 0;return"SET_MODAL_DISMISSIBLE"===t.type||"UNSET_MODAL_DISMISSIBLE"!==t.type&&e},isModalTitleVisible:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=arguments.length>1?arguments[1]:void 0;return"SHOW_MODAL_TITLE"===t.type||"HIDE_MODAL_TITLE"!==t.type&&e}});t.Z=o},7092:function(e,t,n){"use strict";n.r(t),n.d(t,{getLaunchSequence:function(){return u},getLaunchStep:function(){return s},getState:function(){return c},hasPaidDomain:function(){return a},getSelectedDomain:function(){return l},getSelectedPlanProductId:function(){return p},getLastPlanBillingPeriod:function(){return f},isSelectedPlanPaid:function(){return d},hasSelectedDomain:function(){return g},isStepCompleted:function(){return m},isFlowCompleted:function(){return h},isFlowStarted:function(){return y},getFirstIncompleteStep:function(){return v},getSiteTitle:function(){return b},getCurrentStep:function(){return S},getDomainSearch:function(){return E}});var r=n(5707),i=n(3610),o=n(9149),u=function(){return i.M},s=function(){return i.y},c=function(e){return e},a=function(e){return!!e.domain&&!e.domain.is_free},l=function(e){return e.domain},p=function(e){return e.planProductId},f=function(e){return e.planBillingPeriod},d=function(e){return void 0!==e.planProductId&&!(0,r.select)(o.Fs).isPlanProductFree(e.planProductId)},g=function(e){return!!l(e)||e.confirmedDomainSelection},m=function(e,t){if(t===i.y.Plan)return!!p(e);if(t===i.y.Name){var n=(0,r.select)("core").getEntityRecord("root","site",void 0);return!(null==n||!n.title)}return t===i.y.Domain&&(0,r.select)(o.Ls).hasSelectedDomain()},h=function(e){return i.M.slice(0,i.M.length-1).every((function(t){return m(e,t)}))},y=function(e){return i.M.some((function(t){return m(e,t)}))},v=function(e){return i.M.find((function(t){return!m(e,t)}))},b=function(e){return null==e?void 0:e.siteTitle},S=function(e){return e.step},E=function(e){return e.domainSearch}},492:function(e,t,n){"use strict";function r(e){var t=e,n=e+"_TS",r={},i={getItem:function(e){return r.hasOwnProperty(e)?r[e]:null},setItem:function(e,t){r[e]=String(t)},removeItem:function(e){delete r[e]}},o=function(){try{return window.localStorage.setItem("WP_ONBOARD_TEST","1"),window.localStorage.removeItem("WP_ONBOARD_TEST"),!0}catch(e){return!1}}()?window.localStorage:i;return{storageKey:t,storage:{getItem:function(e){var r=o.getItem(n);return r&&function(e){var t=Number(e);return Boolean(t)&&t+6048e5>Date.now()}(r)&&!new URLSearchParams(window.location.search).has("fresh")?o.getItem(e):(o.removeItem(t),o.removeItem(n),null)},setItem:function(e,t){o.setItem(n,JSON.stringify(Date.now())),o.setItem(e,t)}}}}n.d(t,{Z:function(){return r}})},9068:function(e,t,n){"use strict";n.r(t),n.d(t,{setFeatures:function(){return r},setFeaturesByType:function(){return i},setPlans:function(){return o},setPlanProducts:function(){return u},resetPlan:function(){return s}});var r=function(e,t){return{type:"SET_FEATURES",features:e,locale:t}},i=function(e,t){return{type:"SET_FEATURES_BY_TYPE",featuresByType:e,locale:t}},o=function(e,t){return{type:"SET_PLANS",plans:e,locale:t}},u=function(e){return{type:"SET_PLAN_PRODUCTS",products:e}},s=function(){return{type:"RESET_PLAN"}}},4703:function(e,t,n){"use strict";n.d(t,{Ls:function(){return r},Ho:function(){return i},TO:function(){return o},YS:function(){return u},Gz:function(){return s},hx:function(){return c},iL:function(){return a},xT:function(){return l},AX:function(){return p},bS:function(){return f},UB:function(){return d},BV:function(){return g},nN:function(){return m}});var r="automattic/onboard/plans",i=1,o="free",u="personal",s="premium",c="business",a="ecommerce",l=[o,u,s,c,a],p=s,f=["personal-bundle","value_bundle","business-bundle","ecommerce-bundle"],d=["personal-bundle-monthly","value_bundle_monthly","business-bundle-monthly","ecommerce-bundle-monthly"],g=["free_plan"].concat(f,d),m=["custom-domain","support-live","priority-support"]},9734:function(e,t,n){"use strict";n.d(t,{z2:function(){return p}});var r=n(5707),i=n(4703),o=n(9438),u=n(9068),s=n(7738),c=n(5261),a=n(3661),l=!1;function p(){return l||(l=!0,(0,r.registerStore)(i.Ls,{resolvers:c,actions:u,controls:a.ai,reducer:o.ZP,selectors:s})),i.Ls}},9438:function(e,t,n){"use strict";var r=n(1260),i=n.n(r),o=n(417),u=n.n(o),s=n(5707),c=(0,s.combineReducers)({features:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_FEATURES":return u()(u()({},e),{},i()({},t.locale,t.features));default:return e}},featuresByType:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_FEATURES_BY_TYPE":return u()(u()({},e),{},i()({},t.locale,t.featuresByType));default:return e}},planProducts:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_PLAN_PRODUCTS":return t.products;default:return e}},plans:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_PLANS":return u()(u()({},e),{},i()({},t.locale,t.plans));default:return e}}});t.ZP=c},5261:function(e,t,n){"use strict";n.r(t),n.d(t,{getSupportedPlans:function(){return m}});var r=n(9126),i=n(1621),o=n(9068),u=n(4703),s=n(3661),c=regeneratorRuntime.mark(m);function a(e){return(0,i.ZP)(12*e.raw_price,e.currency_code,{stripZeros:!0})}function l(e){return(0,i.ZP)(e.raw_price,e.currency_code,{stripZeros:!0})}function p(e){return e.reduce((function(e,t){return e[t.id]={id:t.id,name:t.name,description:t.description,type:"checkbox",requiresAnnuallyBilledPlan:u.nN.indexOf(t.id)>-1},e}),{})}function f(e,t){var n=Object.keys(t).find((function(n){return t[n].name===e}));return!!n&&t[n].requiresAnnuallyBilledPlan}function d(e,t){var n=e.highlighted_features.map((function(e){return{name:e,requiresAnnuallyBilledPlan:f(e,t)}}));return n.sort((function(e,t){return Number(t.requiresAnnuallyBilledPlan)-Number(e.requiresAnnuallyBilledPlan)})),n}function g(e,t){var n=u.BV.reduce((function(n,r){var o=e.find((function(e){return e.product_slug===r}));if(!o)return n;var u,s=t.find((function(e){return e.productIds.indexOf(o.product_id)>-1}));return n.push({productId:o.product_id,billingPeriod:31===o.bill_period?"MONTHLY":"ANNUALLY",periodAgnosticSlug:s.periodAgnosticSlug,storeSlug:o.product_slug,rawPrice:o.raw_price,pathSlug:o.path_slug,price:31===(null==o?void 0:o.bill_period)||0===o.raw_price?l(o):(u=o,(0,i.ZP)(u.raw_price/12,u.currency_code,{stripZeros:!0})),annualPrice:31===(null==o?void 0:o.bill_period)?a(o):l(o)}),n}),[]);return function(e){for(var t=function(t){var n=e.find((function(e){return e.storeSlug===u.bS[t]})),r=e.find((function(e){return e.storeSlug===u.UB[t]}));if(n&&r){var i=12*r.rawPrice,o=n.rawPrice,s=Math.round(100*(1-o/i));n.annualDiscount=s,r.annualDiscount=s}},n=0;n<u.bS.length;n++)t(n)}(n),n}function m(){var e,t,n,i,a,l,f,m=arguments;return regeneratorRuntime.wrap((function(c){for(;;)switch(c.prev=c.next){case 0:return e=m.length>0&&void 0!==m[0]?m[0]:"en",c.next=3,(0,s._9)({path:"/plans",query:(0,r.stringify)({locale:e}),apiVersion:"1.5"});case 3:return t=c.sent,c.next=6,(0,s.An)("https://public-api.wordpress.com/wpcom/v2/plans/details?locale=".concat(encodeURIComponent(e)),{mode:"cors",credentials:"omit"});case 6:return n=c.sent,i=n.body,a=p(i.features),l=i.plans.map((function(e){var t,n=null===(t=e.nonlocalized_short_name)||void 0===t?void 0:t.toLowerCase();return{description:e.tagline,features:d(e,a),storage:e.storage,title:e.short_name,featuresSlugs:e.features.reduce((function(e,t){return e[t]=!0,e}),{}),isFree:n===u.TO,isPopular:n===u.Gz,periodAgnosticSlug:n,productIds:e.products.map((function(e){return e.plan_id}))}})),f=g(t,l),c.next=13,(0,o.setPlans)(l,e);case 13:return c.next=15,(0,o.setPlanProducts)(f);case 15:return c.next=17,(0,o.setFeatures)(a,e);case 17:return c.next=19,(0,o.setFeaturesByType)(i.features_by_type,e);case 19:case"end":return c.stop()}}),c)}},7738:function(e,t,n){"use strict";n.r(t),n.d(t,{getFeatures:function(){return s},getFeaturesByType:function(){return c},getPlanByProductId:function(){return a},getPlanProductById:function(){return l},getPlanByPeriodAgnosticSlug:function(){return p},getDefaultPaidPlan:function(){return f},getDefaultFreePlan:function(){return d},getSupportedPlans:function(){return g},getPlansProducts:function(){return m},getPrices:function(){return h},getPlanByPath:function(){return y},getPlanProduct:function(){return v},isPlanEcommerce:function(){return b},isPlanFree:function(){return S},isPlanProductFree:function(){return E}});var r=n(5707),i=n(3613),o=n.n(i),u=n(4703),s=function(e,t){var n;return null!==(n=e.features[t])&&void 0!==n?n:{}},c=function(e,t){var n;return null!==(n=e.featuresByType[t])&&void 0!==n?n:[]},a=function(e,t,n){if(t)return(0,r.select)(u.Ls).getSupportedPlans(n).find((function(e){return e.productIds.indexOf(t)>-1}))},l=function(e,t){if(t)return(0,r.select)(u.Ls).getPlansProducts().find((function(e){return e.productId===t}))},p=function(e,t,n){if(t)return(0,r.select)(u.Ls).getSupportedPlans(n).find((function(e){return e.periodAgnosticSlug===t}))},f=function(e,t){return(0,r.select)(u.Ls).getSupportedPlans(t).find((function(e){return e.periodAgnosticSlug===u.AX}))},d=function(e,t){return(0,r.select)(u.Ls).getSupportedPlans(t).find((function(e){return e.periodAgnosticSlug===u.TO}))},g=function(e,t){var n;return null!==(n=e.plans[t])&&void 0!==n?n:[]},m=function(e){return e.planProducts},h=function(e,t){return o()("getPrices",{alternative:"getPlanProduct().price"}),(0,r.select)(u.Ls).getPlansProducts().reduce((function(e,t){return e[t.storeSlug]=t.price,e}),{})},y=function(e,t,n){if(t){var i=(0,r.select)(u.Ls).getPlansProducts().find((function(e){return e.pathSlug===t}));if(i)return(0,r.select)(u.Ls).getSupportedPlans(n).find((function(e){return e.periodAgnosticSlug===i.periodAgnosticSlug}))}},v=function(e,t,n){if(t&&n)return(0,r.select)(u.Ls).getPlansProducts().find((function(e){var r=e.periodAgnosticSlug===t,i=t===u.TO||e.billingPeriod===n;return r&&i}))},b=function(e,t){return t===u.iL},S=function(e,t){return t===u.TO},E=function(e,t){return t===u.Ho}},8459:function(e,t,n){"use strict";n.d(t,{d:function(){return a}});var r=n(417),i=n.n(r),o=n(2220),u=n.n(o),s=n(3661),c=n(9639);function a(e){var t=regeneratorRuntime.mark(d),n=regeneratorRuntime.mark(v),r=regeneratorRuntime.mark(b),o=regeneratorRuntime.mark(S),a=regeneratorRuntime.mark(E),l=function(){return{type:"FETCH_NEW_SITE"}},p=function(e){return{type:"RECEIVE_NEW_SITE",response:e}},f=function(e){return{type:"RECEIVE_NEW_SITE_FAILED",error:e}};function d(n){var r,o,c,a,l;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,{type:"FETCH_NEW_SITE"};case 2:return t.prev=2,r=n.authToken,o=u()(n,["authToken"]),c={client_id:e.client_id,client_secret:e.client_secret,find_available_url:!0,public:-1},a=i()(i()(i()({},c),o),{},{validate:!1}),t.next=8,(0,s._9)({path:"/sites/new",apiVersion:"1.1",method:"post",body:a,token:r});case 8:return l=t.sent,t.next=11,p(l);case 11:return t.abrupt("return",!0);case 14:return t.prev=14,t.t0=t.catch(2),t.next=18,f(t.t0);case 18:return t.abrupt("return",!1);case 19:case"end":return t.stop()}}),t,null,[[2,14]])}var g=function(e,t){return{type:"RECEIVE_SITE_TITLE",siteId:e,title:t}},m=function(e){return{type:"LAUNCH_SITE_START",siteId:e}},h=function(e){return{type:"LAUNCH_SITE_SUCCESS",siteId:e}},y=function(e,t){return{type:"LAUNCH_SITE_FAILURE",siteId:e,error:t}};function v(e){return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,m(e);case 2:return t.prev=2,t.next=5,(0,s._9)({path:"/sites/".concat(e,"/launch"),apiVersion:"1.1",method:"post"});case 5:return t.next=7,h(e);case 7:t.next=13;break;case 9:return t.prev=9,t.t0=t.catch(2),t.next=13,y(e,c.Hc.INTERNAL);case 13:case"end":return t.stop()}}),n,null,[[2,9]])}function b(e){var t;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,(0,s._9)({path:"/me/shopping-cart/"+e,apiVersion:"1.1",method:"GET"});case 2:return t=n.sent,n.abrupt("return",t);case 4:case"end":return n.stop()}}),r)}function S(e,t){var n;return regeneratorRuntime.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return r.next=2,(0,s._9)({path:"/me/shopping-cart/"+e,apiVersion:"1.1",method:"POST",body:t});case 2:return n=r.sent,r.abrupt("return",n);case 4:case"end":return r.stop()}}),o)}function E(e,t){return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.prev=0,n.next=3,(0,s._9)({path:"/sites/".concat(encodeURIComponent(e),"/settings"),apiVersion:"1.4",body:{blogname:t},method:"POST"});case 3:return n.next=5,g(e,t);case 5:n.next=9;break;case 7:n.prev=7,n.t0=n.catch(0);case 9:case"end":return n.stop()}}),a,null,[[0,7]])}return{receiveSiteDomains:function(e,t){return{type:"RECEIVE_SITE_DOMAINS",siteId:e,domains:t}},saveSiteTitle:E,receiveSiteTitle:g,fetchNewSite:l,fetchSite:function(){return{type:"FETCH_SITE"}},receiveNewSite:p,receiveNewSiteFailed:f,resetNewSiteFailed:function(){return{type:"RESET_RECEIVE_NEW_SITE_FAILED"}},createSite:d,receiveSite:function(e,t){return{type:"RECEIVE_SITE",siteId:e,response:t}},receiveSiteFailed:function(e,t){return{type:"RECEIVE_SITE_FAILED",siteId:e,response:t}},reset:function(){return{type:"RESET_SITE_STORE"}},launchSite:v,launchSiteStart:m,launchSiteSuccess:h,launchSiteFailure:y,getCart:b,setCart:S}}},2005:function(e,t,n){"use strict";n.d(t,{L:function(){return r}});var r="automattic/site"},2369:function(e,t,n){"use strict";n.d(t,{z2:function(){return p}});var r=n(5707),i=n(2005),o=n(2701),u=n(8459),s=n(7862),c=n(4309),a=n(3661),l=!1;function p(e){return l||(l=!0,(0,r.registerStore)(i.L,{actions:(0,u.d)(e),controls:a.ai,reducer:o.ZP,resolvers:s,selectors:c})),i.L}},2701:function(e,t,n){"use strict";var r=n(2220),i=n.n(r),o=n(4582),u=n.n(o),s=n(1260),c=n.n(s),a=n(417),l=n.n(a),p=n(5707),f=n(9639),d=(0,p.combineReducers)({data:function(e,t){return"RECEIVE_NEW_SITE"===t.type?t.response.blog_details:"RECEIVE_NEW_SITE_FAILED"!==t.type&&"RESET_SITE_STORE"!==t.type?e:void 0},error:function(e,t){switch(t.type){case"FETCH_NEW_SITE":case"RECEIVE_NEW_SITE":case"RESET_SITE_STORE":case"RESET_RECEIVE_NEW_SITE_FAILED":return;case"RECEIVE_NEW_SITE_FAILED":return{error:t.error.error,status:t.error.status,statusCode:t.error.statusCode,name:t.error.name,message:t.error.message}}return e},isFetching:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"FETCH_NEW_SITE":return!0;case"RECEIVE_NEW_SITE":case"RECEIVE_NEW_SITE_FAILED":case"RESET_SITE_STORE":case"RESET_RECEIVE_NEW_SITE_FAILED":return!1}return e}}),g=(0,p.combineReducers)({isFetchingSiteDetails:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"FETCH_SITE":return!0;case"RECEIVE_SITE":case"RECEIVE_SITE_FAILED":return!1}return e},newSite:d,sites:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;if("RECEIVE_SITE"===t.type)return l()(l()({},e),{},c()({},t.siteId,t.response));if("RECEIVE_SITE_FAILED"===t.type){var n=t.siteId,r=(e[n],i()(e,[n].map(u())));return l()({},r)}return"RESET_SITE_STORE"===t.type?{}:"RECEIVE_SITE_TITLE"===t.type?l()(l()({},e),{},c()({},t.siteId,l()(l()({},e[t.siteId]),{},{name:t.title}))):e},launchStatus:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"LAUNCH_SITE_START"===t.type?l()(l()({},e),{},c()({},t.siteId,{status:f.uS.IN_PROGRESS,errorCode:void 0})):"LAUNCH_SITE_SUCCESS"===t.type?l()(l()({},e),{},c()({},t.siteId,{status:f.uS.SUCCESS,errorCode:void 0})):"LAUNCH_SITE_FAILURE"===t.type?l()(l()({},e),{},c()({},t.siteId,{status:f.uS.FAILURE,errorCode:t.error})):e},sitesDomains:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_SITE_DOMAINS"===t.type?l()(l()({},e),{},c()({},t.siteId,t.domains)):e}});t.ZP=g},7862:function(e,t,n){"use strict";n.r(t),n.d(t,{getSite:function(){return c},getSiteDomains:function(){return a}});var r=n(5707),i=n(3661),o=n(2005),u=regeneratorRuntime.mark(c),s=regeneratorRuntime.mark(a);function c(e){var t;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,(0,r.dispatch)(o.L).fetchSite();case 2:return n.prev=2,n.next=5,(0,i._9)({path:"/sites/"+encodeURIComponent(e),apiVersion:"1.1"});case 5:return t=n.sent,n.next=8,(0,r.dispatch)(o.L).receiveSite(e,t);case 8:n.next=14;break;case 10:return n.prev=10,n.t0=n.catch(2),n.next=14,(0,r.dispatch)(o.L).receiveSiteFailed(e,void 0);case 14:case"end":return n.stop()}}),u,null,[[2,10]])}function a(e){var t;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.prev=0,n.next=3,(0,i._9)({path:"/sites/"+encodeURIComponent(e)+"/domains",apiVersion:"1.2"});case 3:return t=n.sent,n.next=6,(0,r.dispatch)(o.L).receiveSiteDomains(e,null==t?void 0:t.domains);case 6:n.next=10;break;case 8:n.prev=8,n.t0=n.catch(0);case 10:case"end":return n.stop()}}),s,null,[[0,8]])}},4309:function(e,t,n){"use strict";n.r(t),n.d(t,{getState:function(){return u},getNewSite:function(){return s},getNewSiteError:function(){return c},isFetchingSite:function(){return a},isFetchingSiteDetails:function(){return l},isNewSite:function(){return p},getSite:function(){return f},getSiteTitle:function(){return d},isSiteLaunched:function(){return g},isSiteLaunching:function(){return m},getSiteDomains:function(){return h},getPrimarySiteDomain:function(){return y},getSiteSubdomain:function(){return v}});var r=n(5707),i=n(2005),o=n(9639),u=function(e){return e},s=function(e){return e.newSite.data},c=function(e){return e.newSite.error},a=function(e){return e.newSite.isFetching},l=function(e){return e.isFetchingSiteDetails},p=function(e){return!!e.newSite.data},f=function(e,t){return e.sites[t]},d=function(e,t){var n;return null===(n=(0,r.select)(i.L).getSite(t))||void 0===n?void 0:n.name},g=function(e,t){var n;return(null===(n=e.launchStatus[t])||void 0===n?void 0:n.status)===o.uS.SUCCESS},m=function(e,t){var n;return(null===(n=e.launchStatus[t])||void 0===n?void 0:n.status)===o.uS.IN_PROGRESS},h=function(e,t){return e.sitesDomains[t]},y=function(e,t){var n;return null===(n=(0,r.select)(i.L).getSiteDomains(t))||void 0===n?void 0:n.find((function(e){return e.primary_domain}))},v=function(e,t){var n;return null===(n=(0,r.select)(i.L).getSiteDomains(t))||void 0===n?void 0:n.find((function(e){return e.is_subdomain}))}},9639:function(e,t,n){"use strict";var r,i,o;n.d(t,{Hc:function(){return i},uS:function(){return o}}),function(e){e[e.PublicIndexed=1]="PublicIndexed",e[e.PublicNotIndexed=0]="PublicNotIndexed",e[e.Private=-1]="Private"}(r||(r={})),function(e){e.INTERNAL="internal"}(i||(i={})),function(e){e.UNINITIALIZED="unintialized",e.IN_PROGRESS="in_progress",e.SUCCESS="success",e.FAILURE="failure"}(o||(o={}))},4366:function(e,t,n){"use strict";n.d(t,{L:function(){return r}});var r="automattic/wpcom-features"},2613:function(e,t,n){"use strict";n.d(t,{$:function(){return s}});var r=n(4703),i=r.YS,o=r.Gz,u=r.hx,s={domain:{id:"domain",minSupportedPlan:i},store:{id:"store",minSupportedPlan:r.iL},seo:{id:"seo",minSupportedPlan:u},plugins:{id:"plugins",minSupportedPlan:u},"ad-free":{id:"ad-free",minSupportedPlan:i},"image-storage":{id:"image-storage",minSupportedPlan:o},"video-storage":{id:"video-storage",minSupportedPlan:o},support:{id:"support",minSupportedPlan:u}}},182:function(e,t,n){"use strict";n.d(t,{z:function(){return a}});var r=n(9866),i=n(5707),o=n(4366),u=n(8638),s=n(335),c=!1;function a(){return c||(c=!0,(0,i.registerStore)(o.L,{controls:r.controls,reducer:u.Z,selectors:s})),o.L}},8638:function(e,t,n){"use strict";var r=n(2613);t.Z=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:r.$;return e}},335:function(e,t,n){"use strict";n.r(t),n.d(t,{getAllFeatures:function(){return i},getRecommendedPlanSlug:function(){return o}});var r=n(4703),i=function(e){return e},o=function(e,t){var n=i(e);if(t.length)return t.reduce((function(e,t){var i=n[t].minSupportedPlan;return r.xT.indexOf(i)>r.xT.indexOf(e)?i:e}),n[t[0]].minSupportedPlan)}},3661:function(e,t,n){"use strict";n.d(t,{_9:function(){return s},An:function(){return c},ai:function(){return a}});var r,i=n(2954),o=n.n(i),u=n(8552),s=function(e){return{type:"WPCOM_REQUEST",request:e}},c=function(e,t){return{type:"FETCH_AND_PARSE",resource:e,options:t}},a={WPCOM_REQUEST:function(e){var t=e.request;return(0,u.ZP)(t)},FETCH_AND_PARSE:(r=o()(regeneratorRuntime.mark((function e(t){var n,r,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=t.resource,r=t.options,e.next=3,window.fetch(n,r);case 3:return i=e.sent,e.t0=i.ok,e.next=7,i.json();case 7:return e.t1=e.sent,e.abrupt("return",{ok:e.t0,body:e.t1});case 9:case"end":return e.stop()}}),e)}))),function(_x){return r.apply(this,arguments)}),RELOAD_PROXY:function(){(0,u.sS)()},REQUEST_ALL_BLOGS_ACCESS:function(){return(0,u.Vw)()},WAIT:function(e){var t=e.ms;return new Promise((function(e){return setTimeout(e,t)}))}}},3759:function(e,t,n){"use strict";n.d(t,{X:function(){return i}});var r={AED:{symbol:"د.إ.‏",grouping:",",decimal:".",precision:2},AFN:{symbol:"؋",grouping:",",decimal:".",precision:2},ALL:{symbol:"Lek",grouping:".",decimal:",",precision:2},AMD:{symbol:"֏",grouping:",",decimal:".",precision:2},ANG:{symbol:"ƒ",grouping:",",decimal:".",precision:2},AOA:{symbol:"Kz",grouping:",",decimal:".",precision:2},ARS:{symbol:"$",grouping:".",decimal:",",precision:2},AUD:{symbol:"A$",grouping:",",decimal:".",precision:2},AWG:{symbol:"ƒ",grouping:",",decimal:".",precision:2},AZN:{symbol:"₼",grouping:" ",decimal:",",precision:2},BAM:{symbol:"КМ",grouping:".",decimal:",",precision:2},BBD:{symbol:"Bds$",grouping:",",decimal:".",precision:2},BDT:{symbol:"৳",grouping:",",decimal:".",precision:0},BGN:{symbol:"лв.",grouping:" ",decimal:",",precision:2},BHD:{symbol:"د.ب.‏",grouping:",",decimal:".",precision:3},BIF:{symbol:"FBu",grouping:",",decimal:".",precision:0},BMD:{symbol:"$",grouping:",",decimal:".",precision:2},BND:{symbol:"$",grouping:".",decimal:",",precision:0},BOB:{symbol:"Bs",grouping:".",decimal:",",precision:2},BRL:{symbol:"R$",grouping:".",decimal:",",precision:2},BSD:{symbol:"$",grouping:",",decimal:".",precision:2},BTC:{symbol:"Ƀ",grouping:",",decimal:".",precision:2},BTN:{symbol:"Nu.",grouping:",",decimal:".",precision:1},BWP:{symbol:"P",grouping:",",decimal:".",precision:2},BYR:{symbol:"р.",grouping:" ",decimal:",",precision:2},BZD:{symbol:"BZ$",grouping:",",decimal:".",precision:2},CAD:{symbol:"C$",grouping:",",decimal:".",precision:2},CDF:{symbol:"FC",grouping:",",decimal:".",precision:2},CHF:{symbol:"CHF",grouping:"'",decimal:".",precision:2},CLP:{symbol:"$",grouping:".",decimal:",",precision:2},CNY:{symbol:"¥",grouping:",",decimal:".",precision:2},COP:{symbol:"$",grouping:".",decimal:",",precision:2},CRC:{symbol:"₡",grouping:".",decimal:",",precision:2},CUC:{symbol:"CUC",grouping:",",decimal:".",precision:2},CUP:{symbol:"$MN",grouping:",",decimal:".",precision:2},CVE:{symbol:"$",grouping:",",decimal:".",precision:2},CZK:{symbol:"Kč",grouping:" ",decimal:",",precision:2},DJF:{symbol:"Fdj",grouping:",",decimal:".",precision:0},DKK:{symbol:"kr.",grouping:"",decimal:",",precision:2},DOP:{symbol:"RD$",grouping:",",decimal:".",precision:2},DZD:{symbol:"د.ج.‏",grouping:",",decimal:".",precision:2},EGP:{symbol:"ج.م.‏",grouping:",",decimal:".",precision:2},ERN:{symbol:"Nfk",grouping:",",decimal:".",precision:2},ETB:{symbol:"ETB",grouping:",",decimal:".",precision:2},EUR:{symbol:"€",grouping:".",decimal:",",precision:2},FJD:{symbol:"FJ$",grouping:",",decimal:".",precision:2},FKP:{symbol:"£",grouping:",",decimal:".",precision:2},GBP:{symbol:"£",grouping:",",decimal:".",precision:2},GEL:{symbol:"Lari",grouping:" ",decimal:",",precision:2},GHS:{symbol:"₵",grouping:",",decimal:".",precision:2},GIP:{symbol:"£",grouping:",",decimal:".",precision:2},GMD:{symbol:"D",grouping:",",decimal:".",precision:2},GNF:{symbol:"FG",grouping:",",decimal:".",precision:0},GTQ:{symbol:"Q",grouping:",",decimal:".",precision:2},GYD:{symbol:"G$",grouping:",",decimal:".",precision:2},HKD:{symbol:"HK$",grouping:",",decimal:".",precision:2},HNL:{symbol:"L.",grouping:",",decimal:".",precision:2},HRK:{symbol:"kn",grouping:".",decimal:",",precision:2},HTG:{symbol:"G",grouping:",",decimal:".",precision:2},HUF:{symbol:"Ft",grouping:".",decimal:",",precision:0},IDR:{symbol:"Rp",grouping:".",decimal:",",precision:0},ILS:{symbol:"₪",grouping:",",decimal:".",precision:2},INR:{symbol:"₹",grouping:",",decimal:".",precision:2},IQD:{symbol:"د.ع.‏",grouping:",",decimal:".",precision:2},IRR:{symbol:"﷼",grouping:",",decimal:"/",precision:2},ISK:{symbol:"kr.",grouping:".",decimal:",",precision:0},JMD:{symbol:"J$",grouping:",",decimal:".",precision:2},JOD:{symbol:"د.ا.‏",grouping:",",decimal:".",precision:3},JPY:{symbol:"¥",grouping:",",decimal:".",precision:0},KES:{symbol:"S",grouping:",",decimal:".",precision:2},KGS:{symbol:"сом",grouping:" ",decimal:"-",precision:2},KHR:{symbol:"៛",grouping:",",decimal:".",precision:0},KMF:{symbol:"CF",grouping:",",decimal:".",precision:2},KPW:{symbol:"₩",grouping:",",decimal:".",precision:0},KRW:{symbol:"₩",grouping:",",decimal:".",precision:0},KWD:{symbol:"د.ك.‏",grouping:",",decimal:".",precision:3},KYD:{symbol:"$",grouping:",",decimal:".",precision:2},KZT:{symbol:"₸",grouping:" ",decimal:"-",precision:2},LAK:{symbol:"₭",grouping:",",decimal:".",precision:0},LBP:{symbol:"ل.ل.‏",grouping:",",decimal:".",precision:2},LKR:{symbol:"₨",grouping:",",decimal:".",precision:0},LRD:{symbol:"L$",grouping:",",decimal:".",precision:2},LSL:{symbol:"M",grouping:",",decimal:".",precision:2},LYD:{symbol:"د.ل.‏",grouping:",",decimal:".",precision:3},MAD:{symbol:"د.م.‏",grouping:",",decimal:".",precision:2},MDL:{symbol:"lei",grouping:",",decimal:".",precision:2},MGA:{symbol:"Ar",grouping:",",decimal:".",precision:0},MKD:{symbol:"ден.",grouping:".",decimal:",",precision:2},MMK:{symbol:"K",grouping:",",decimal:".",precision:2},MNT:{symbol:"₮",grouping:" ",decimal:",",precision:2},MOP:{symbol:"MOP$",grouping:",",decimal:".",precision:2},MRO:{symbol:"UM",grouping:",",decimal:".",precision:2},MTL:{symbol:"₤",grouping:",",decimal:".",precision:2},MUR:{symbol:"₨",grouping:",",decimal:".",precision:2},MVR:{symbol:"MVR",grouping:",",decimal:".",precision:1},MWK:{symbol:"MK",grouping:",",decimal:".",precision:2},MXN:{symbol:"MX$",grouping:",",decimal:".",precision:2},MYR:{symbol:"RM",grouping:",",decimal:".",precision:2},MZN:{symbol:"MT",grouping:",",decimal:".",precision:0},NAD:{symbol:"N$",grouping:",",decimal:".",precision:2},NGN:{symbol:"₦",grouping:",",decimal:".",precision:2},NIO:{symbol:"C$",grouping:",",decimal:".",precision:2},NOK:{symbol:"kr",grouping:" ",decimal:",",precision:2},NPR:{symbol:"₨",grouping:",",decimal:".",precision:2},NZD:{symbol:"NZ$",grouping:",",decimal:".",precision:2},OMR:{symbol:"﷼",grouping:",",decimal:".",precision:3},PAB:{symbol:"B/.",grouping:",",decimal:".",precision:2},PEN:{symbol:"S/.",grouping:",",decimal:".",precision:2},PGK:{symbol:"K",grouping:",",decimal:".",precision:2},PHP:{symbol:"₱",grouping:",",decimal:".",precision:2},PKR:{symbol:"₨",grouping:",",decimal:".",precision:2},PLN:{symbol:"zł",grouping:" ",decimal:",",precision:2},PYG:{symbol:"₲",grouping:".",decimal:",",precision:2},QAR:{symbol:"﷼",grouping:",",decimal:".",precision:2},RON:{symbol:"lei",grouping:".",decimal:",",precision:2},RSD:{symbol:"Дин.",grouping:".",decimal:",",precision:2},RUB:{symbol:"₽",grouping:" ",decimal:",",precision:2},RWF:{symbol:"RWF",grouping:" ",decimal:",",precision:2},SAR:{symbol:"﷼",grouping:",",decimal:".",precision:2},SBD:{symbol:"S$",grouping:",",decimal:".",precision:2},SCR:{symbol:"₨",grouping:",",decimal:".",precision:2},SDD:{symbol:"LSd",grouping:",",decimal:".",precision:2},SDG:{symbol:"£‏",grouping:",",decimal:".",precision:2},SEK:{symbol:"kr",grouping:",",decimal:".",precision:2},SGD:{symbol:"S$",grouping:",",decimal:".",precision:2},SHP:{symbol:"£",grouping:",",decimal:".",precision:2},SLL:{symbol:"Le",grouping:",",decimal:".",precision:2},SOS:{symbol:"S",grouping:",",decimal:".",precision:2},SRD:{symbol:"$",grouping:",",decimal:".",precision:2},STD:{symbol:"Db",grouping:",",decimal:".",precision:2},SVC:{symbol:"₡",grouping:",",decimal:".",precision:2},SYP:{symbol:"£",grouping:",",decimal:".",precision:2},SZL:{symbol:"E",grouping:",",decimal:".",precision:2},THB:{symbol:"฿",grouping:",",decimal:".",precision:2},TJS:{symbol:"TJS",grouping:" ",decimal:";",precision:2},TMT:{symbol:"m",grouping:" ",decimal:",",precision:0},TND:{symbol:"د.ت.‏",grouping:",",decimal:".",precision:3},TOP:{symbol:"T$",grouping:",",decimal:".",precision:2},TRY:{symbol:"TL",grouping:".",decimal:",",precision:2},TTD:{symbol:"TT$",grouping:",",decimal:".",precision:2},TVD:{symbol:"$T",grouping:",",decimal:".",precision:2},TWD:{symbol:"NT$",grouping:",",decimal:".",precision:2},TZS:{symbol:"TSh",grouping:",",decimal:".",precision:2},UAH:{symbol:"₴",grouping:" ",decimal:",",precision:2},UGX:{symbol:"USh",grouping:",",decimal:".",precision:2},USD:{symbol:"$",grouping:",",decimal:".",precision:2},UYU:{symbol:"$U",grouping:".",decimal:",",precision:2},UZS:{symbol:"сўм",grouping:" ",decimal:",",precision:2},VEB:{symbol:"Bs.",grouping:",",decimal:".",precision:2},VEF:{symbol:"Bs. F.",grouping:".",decimal:",",precision:2},VND:{symbol:"₫",grouping:".",decimal:",",precision:1},VUV:{symbol:"VT",grouping:",",decimal:".",precision:0},WST:{symbol:"WS$",grouping:",",decimal:".",precision:2},XAF:{symbol:"F",grouping:",",decimal:".",precision:2},XCD:{symbol:"$",grouping:",",decimal:".",precision:2},XOF:{symbol:"F",grouping:" ",decimal:",",precision:2},XPF:{symbol:"F",grouping:",",decimal:".",precision:2},YER:{symbol:"﷼",grouping:",",decimal:".",precision:2},ZAR:{symbol:"R",grouping:" ",decimal:",",precision:2},ZMW:{symbol:"ZK",grouping:",",decimal:".",precision:2},WON:{symbol:"₩",grouping:",",decimal:".",precision:2}};function i(e){return r[e]||{symbol:"$",grouping:",",decimal:".",precision:2}}},1621:function(e,t,n){"use strict";n.d(t,{ZP:function(){return s}});var r=n(417),i=n.n(r),o=n(1481),u=n(3759);function s(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=(0,u.X)(t);if(!r||isNaN(e))return null;var s=i()(i()({},r),n),a=s.decimal,l=s.grouping,p=s.precision,f=s.symbol,d=e<0?"-":"",g=(0,o.Y4)(Math.abs(e),{decimals:p,thousandsSep:l,decPoint:a});return n.stripZeros&&(g=c(g,a)),"".concat(d).concat(f).concat(g)}function c(e,t){var n=new RegExp("\\".concat(t,"0+$"));return e.replace(n,"")}},914:function(e,t,n){"use strict";var r=n(5182),i=n.n(r),o=n(1260),u=n.n(o),s=n(8049),c=n.n(s),a=n(7010),l=n(9830),p=n(7839),f=n.n(p),d=n(5079),g=n.n(d),m=n(2699),h=n(6668),y=n(3),v=c()("i18n-calypso"),b="number_format_decimals",S="number_format_thousands_sep",E="messages",_=[function(e){return e}],w={};function C(){A.throwErrors&&"undefined"!=typeof window&&window.console&&window.console.warn&&window.console.warn.apply(window.console,arguments)}function P(e){return Array.prototype.slice.call(e)}function O(e){var t=e[0];("string"!=typeof t||e.length>3||e.length>2&&"object"==typeof e[1]&&"object"==typeof e[2])&&C("Deprecated Invocation: `translate()` accepts ( string, [string], [object] ). These arguments passed:",P(e),". See https://github.com/Automattic/i18n-calypso#translate-method"),2===e.length&&"string"==typeof t&&"string"==typeof e[1]&&C("Invalid Invocation: `translate()` requires an options object for plural translations, but passed:",P(e));for(var n={},r=0;r<e.length;r++)"object"==typeof e[r]&&(n=e[r]);if("string"==typeof t?n.original=t:"object"==typeof n.original&&(n.plural=n.original.plural,n.count=n.original.count,n.original=n.original.single),"string"==typeof e[1]&&(n.plural=e[1]),void 0===n.original)throw new Error("Translate called without a `string` value as first argument.");return n}function I(e,t){return e.dcnpgettext(E,t.context,t.original,t.plural,t.count)}function T(e,t){for(var n=_.length-1;n>=0;n--){var r=_[n](Object.assign({},t)),i=r.context?r.context+""+r.original:r.original;if(e.state.locale[i])return I(e.state.tannin,r)}return null}function A(){if(!(this instanceof A))return new A;this.defaultLocaleSlug="en",this.defaultPluralForms=function(e){return 1===e?0:1},this.state={numberFormatSettings:{},tannin:void 0,locale:void 0,localeSlug:void 0,localeVariant:void 0,textDirection:void 0,translations:f()({max:100})},this.componentUpdateHooks=[],this.translateHooks=[],this.stateObserver=new m.EventEmitter,this.stateObserver.setMaxListeners(0),this.configure()}A.throwErrors=!1,A.prototype.on=function(){var e;(e=this.stateObserver).on.apply(e,arguments)},A.prototype.off=function(){var e;(e=this.stateObserver).off.apply(e,arguments)},A.prototype.emit=function(){var e;(e=this.stateObserver).emit.apply(e,arguments)},A.prototype.numberFormat=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n="number"==typeof t?t:t.decimals||0,r=t.decPoint||this.state.numberFormatSettings.decimal_point||".",i=t.thousandsSep||this.state.numberFormatSettings.thousands_sep||",";return(0,y.Z)(e,n,r,i)},A.prototype.configure=function(e){Object.assign(this,e||{}),this.setLocale()},A.prototype.setLocale=function(e){var t,n,r;if(e&&e[""]&&e[""]["key-hash"]){var i=e[""]["key-hash"],o=function(e,t){var n=!1===t?"":String(t);if(void 0!==w[n+e])return w[n+e];var r=g()().update(e).digest("hex");return w[n+e]=t?r.substr(0,t):r},s=function(e){return function(t){return t.context?(t.original=o(t.context+String.fromCharCode(4)+t.original,e),delete t.context):t.original=o(t.original,e),t}};if("sha1"===i.substr(0,4))if(4===i.length)_.push(s(!1));else{var c=i.substr(5).indexOf("-");if(c<0){var a=Number(i.substr(5));_.push(s(a))}else for(var p=Number(i.substr(5,c)),f=Number(i.substr(6+c)),d=p;d<=f;d++)_.push(s(d))}}if(e&&e[""].localeSlug)if(e[""].localeSlug===this.state.localeSlug){if(e===this.state.locale)return;Object.assign(this.state.locale,e)}else this.state.locale=Object.assign({},e);else this.state.locale={"":{localeSlug:this.defaultLocaleSlug,plural_forms:this.defaultPluralForms}};this.state.localeSlug=this.state.locale[""].localeSlug,this.state.localeVariant=this.state.locale[""].localeVariant,this.state.textDirection=(null===(t=this.state.locale["text directionltr"])||void 0===t?void 0:t[0])||(null===(n=this.state.locale[""])||void 0===n||null===(r=n.momentjs_locale)||void 0===r?void 0:r.textDirection),this.state.tannin=new l.Z(u()({},E,this.state.locale)),this.state.numberFormatSettings.decimal_point=I(this.state.tannin,O([b])),this.state.numberFormatSettings.thousands_sep=I(this.state.tannin,O([S])),this.state.numberFormatSettings.decimal_point===b&&(this.state.numberFormatSettings.decimal_point="."),this.state.numberFormatSettings.thousands_sep===S&&(this.state.numberFormatSettings.thousands_sep=","),this.stateObserver.emit("change")},A.prototype.getLocale=function(){return this.state.locale},A.prototype.getLocaleSlug=function(){return this.state.localeSlug},A.prototype.getLocaleVariant=function(){return this.state.localeVariant},A.prototype.isRtl=function(){return"rtl"===this.state.textDirection},A.prototype.addTranslations=function(e){for(var t in e)""!==t&&(this.state.tannin.data.messages[t]=e[t]);this.stateObserver.emit("change")},A.prototype.hasTranslation=function(){return!!T(this,O(arguments))},A.prototype.translate=function(){var e=O(arguments),t=T(this,e);if(t||(t=I(this.state.tannin,e)),e.args){var n=Array.isArray(e.args)?e.args.slice(0):[e.args];n.unshift(t);try{t=h.Z.apply(void 0,i()(n))}catch(o){if(!window||!window.console)return;var r=this.throwErrors?"error":"warn";"string"!=typeof o?window.console[r](o):window.console[r]("i18n sprintf error:",n)}}return e.components&&(t=(0,a.Z)({mixedString:t,components:e.components,throwErrors:this.throwErrors})),this.translateHooks.forEach((function(n){t=n(t,e)})),t},A.prototype.reRenderTranslations=function(){v("Re-rendering all translations due to external request"),this.stateObserver.emit("change")},A.prototype.registerComponentUpdateHook=function(e){this.componentUpdateHooks.push(e)},A.prototype.registerTranslateHook=function(e){this.translateHooks.push(e)},t.Z=A},1481:function(e,t,n){"use strict";n.d(t,{Y4:function(){return c},Iu:function(){return a}});var r=n(914),i=n(3493),o=n(975),u=n(8373),s=new r.Z,c=s.numberFormat.bind(s),a=s.translate.bind(s),l=(s.configure.bind(s),s.setLocale.bind(s),s.getLocale.bind(s),s.getLocaleSlug.bind(s),s.getLocaleVariant.bind(s),s.isRtl.bind(s),s.addTranslations.bind(s),s.reRenderTranslations.bind(s),s.registerComponentUpdateHook.bind(s),s.registerTranslateHook.bind(s),s.state,s.stateObserver,s.on.bind(s),s.off.bind(s),s.emit.bind(s),(0,i.Z)(s),(0,o.Z)(s),(0,u.Z)(s));l.useRtl,l.withRtl},3493:function(e,t,n){"use strict";n.d(t,{Z:function(){return S}});var r=n(417),i=n.n(r),o=n(85),u=n.n(o),s=n(5198),c=n.n(s),a=n(8111),l=n.n(a),p=n(270),f=n.n(p),d=n(4564),g=n.n(d),m=n(1260),h=n.n(m),y=n(3027),v=n(3804),b=n.n(v);function S(e){var t={numberFormat:e.numberFormat.bind(e),translate:e.translate.bind(e)};return function(n){var r,o,s=n.displayName||n.name||"";return o=r=function(r){f()(s,r);var o=g()(s);function s(){var e;u()(this,s);for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return e=o.call.apply(o,[this].concat(n)),h()(l()(e),"boundForceUpdate",e.forceUpdate.bind(l()(e))),e}return c()(s,[{key:"componentDidMount",value:function(){e.on("change",this.boundForceUpdate)}},{key:"componentWillUnmount",value:function(){e.off("change",this.boundForceUpdate)}},{key:"render",value:function(){var r=i()(i()({locale:e.getLocaleSlug()},this.props),t);return(0,y.createElement)(n,r)}}]),s}(b().Component),h()(r,"displayName","Localized("+s+")"),o}}},3:function(e,t,n){"use strict";function r(e,t,n,r){e=(e+"").replace(/[^0-9+\-Ee.]/g,"");var i=isFinite(+e)?+e:0,o=isFinite(+t)?Math.abs(t):0,u=void 0===r?",":r,s=void 0===n?".":n,c="";return(c=(o?
7
  /*
8
  * Exposes number format capability
9
  *
editor-site-launch/dist/focused-launch.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('a8c-fse-common-data-stores', 'lodash', 'react', 'wp-components', 'wp-compose', 'wp-data', 'wp-data-controls', 'wp-deprecated', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '2e46076fbf49f2732d897aac318c2a38');
1
+ <?php return array('dependencies' => array('a8c-fse-common-data-stores', 'lodash', 'react', 'wp-components', 'wp-compose', 'wp-data', 'wp-data-controls', 'wp-deprecated', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'ac1199e1634c43720dc5255a81b597cd');
editor-site-launch/dist/focused-launch.css CHANGED
@@ -1 +1 @@
1
- body.has-focused-launch-modal{overflow:hidden}.launch__focused-modal-overlay.launch__focused-modal-overlay--delay-animation-in{animation-delay:1s;animation-fill-mode:both}.launch__focused-modal-overlay.launch__focused-modal-overlay--delay-animation-in .launch__focused-modal{animation-delay:inherit}.launch__focused-modal.components-modal__frame{transform:none}.launch__focused-modal .components-modal__header{padding:0 20px;margin:0}.launch__focused-modal .components-modal__header .components-modal__icon-container{margin-right:12px}@media (min-width:782px){.launch__focused-modal .components-modal__header{border-bottom:none}.launch__focused-modal .components-modal__header .components-modal__header-heading{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}}.launch__focused-modal .components-modal__content{position:fixed;top:0;left:0;background:var(--studio-white);width:100%;height:100%;padding:0;overflow:auto}.launch__focused-modal.launch__focused-modal--hide-title .components-modal__header{border-bottom:none}.launch__focused-modal.launch__focused-modal--hide-title .components-modal__header-heading{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.launch__focused-modal-close-button.components-button.is-link{position:sticky;top:0;z-index:13;width:0;height:0;overflow:visible;display:flex;align-items:flex-start;color:var(--studio-gray-50)}.launch__focused-modal-close-button.components-button.is-link:hover{color:var(--studio-gray-40)}.launch__focused-modal-close-button.components-button.is-link>span{position:relative;right:60px;padding:0 18px;height:60px;display:flex;align-items:center}.launch__focused-modal-body{position:relative;width:100%;min-width:0;min-height:calc(100% - 60px);padding:24px 20px;display:flex;flex-grow:1;flex-direction:column}@media (min-width:600px){.launch__focused-modal-body{padding:24px 32px 48px}}@media (min-width:782px){.launch__focused-modal-body{border-bottom:none;padding:24px 48px 60px}}@media (min-width:960px){.launch__focused-modal-body{padding:32px 60px 72px;padding:32px 80px 80px}}.launch__focused-modal-body>*{flex:1}.focused-launch-container.focused-launch-success__wrapper{max-width:420px;padding-bottom:100px;flex-grow:0;margin:auto;display:flex;flex-direction:column;align-items:center;text-align:center}.focused-launch-container.focused-launch-success__wrapper .onboarding-title{margin-bottom:12px}.focused-launch-container.focused-launch-success__wrapper .onboarding-subtitle{margin-bottom:32px}.focused-launch-success__wordpress-icon{position:absolute;top:0;left:0}.focused-launch-success__confetti{width:100%;max-width:356px;margin-bottom:-20px}.focused-launch-success__url-copy-button,.focused-launch-success__url-wrapper{border-radius:4px;border:1px solid var(--studio-gray-5)}.focused-launch-success__url-wrapper{display:flex;align-items:center;padding:6px 6px 6px 16px;width:100%;margin-bottom:24px}@media (min-width:600px){.focused-launch-success__url-wrapper{width:auto;max-width:100%;margin-bottom:32px}}.focused-launch-success__url-field{font-size:.75rem;line-height:14px;color:var(--studio-gray-60);flex-grow:0;flex-shrink:1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.focused-launch-success__url-link{fill:var(--studio-gray-50);flex-grow:0;flex-shrink:0;margin-left:4px;margin-right:16px;font-size:0;line-height:1}@media (min-width:600px){.focused-launch-success__url-link{margin-right:24px}}.focused-launch-success__url-copy-button{font-size:.75rem;line-height:14px;color:var(--studio-gray-60);flex-grow:0;flex-shrink:0;margin-left:auto}.focused-launch-success__continue-editing-button{background-color:#117ac9;width:100%;margin-bottom:20px}@media (min-width:600px){.focused-launch-success__continue-editing-button{width:auto}}.onboarding-title{font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif;font-weight:400;letter-spacing:-.4px;font-size:32px;line-height:40px;color:var(--mainColor);margin:0}@media (min-width:480px){.onboarding-title{font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif;font-weight:400;letter-spacing:-.4px;font-size:36px;line-height:40px}}@media (min-width:1080px){.onboarding-title{font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif;font-weight:400;letter-spacing:-.4px;font-size:42px;line-height:57px}}.onboarding-subtitle{font-size:16px;line-height:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:400;letter-spacing:.2px;color:var(--studio-gray-60);margin:5px 0 0}@media (min-width:600px){.onboarding-subtitle{margin-top:0}}.action-buttons{padding:0 20px;border-top:1px solid #e0e0e0;background-color:#fff;position:fixed;bottom:0;right:0;left:0;height:60px;justify-content:space-between;display:flex;align-items:center;z-index:30}@media (min-width:600px){.action-buttons:not(.is-sticky){padding:0;margin-left:20px;position:static;border:none}.action-buttons:not(.is-sticky) .action_buttons__button{margin-left:20px}.action-buttons:not(.is-sticky) .action_buttons__button:first-child{margin-left:0}}.action-buttons.no-sticky{padding:0;margin-left:20px;position:static;border:none}.action-buttons.no-sticky .action_buttons__button{margin-left:20px}.action-buttons.no-sticky .action_buttons__button:first-child{margin-left:0}button.action_buttons__button.components-button{font-size:.875rem;line-height:17px;height:42px;min-width:120px;justify-content:center}button.action_buttons__button.components-button:active,button.action_buttons__button.components-button:focus,button.action_buttons__button.components-button:hover{outline-color:transparent}button.action_buttons__button.components-button:disabled{opacity:.5}button.action_buttons__button.components-button.action-buttons__back{color:var(--studio-gray-50);white-space:nowrap;min-width:0;height:auto}button.action_buttons__button.components-button.action-buttons__next{color:var(--studio-white);box-shadow:0 0 0 1px var(--studio-blue-40)}button.action_buttons__button.components-button.action-buttons__skip{color:var(--studio-gray-50);box-shadow:inset 0 0 0 1px var(--studio-gray-50)}button.action_buttons__button.components-button.action-buttons__skip:active,button.action_buttons__button.components-button.action-buttons__skip:hover{color:var(--studio-gray-60);box-shadow:inset 0 0 0 1px var(--studio-gray-60)}button.action_buttons__button.components-button.action-buttons__skip:focus{color:var(--studio-gray-60);box-shadow:inset 0 0 0 1px #fff,0 0 0 1.5px var(--highlightColor)}button.action_buttons__button.components-button.action-buttons__arrow{justify-content:flex-start;text-decoration:underline;font-weight:500;color:var(--mainColor);padding:0;margin-right:0}@media (min-width:782px){button.action_buttons__button.components-button.action-buttons__arrow{justify-content:flex-end}}button.action_buttons__button.components-button.action-buttons__arrow svg{margin:0 -5px -4px}@media (min-width:600px){button.action_buttons__button.components-button{min-width:160px}}body.is-focused-launch-complete .editor-gutenberg-launch__launch-button{display:none}.focused-launch-container{width:100%;max-width:980px;margin:0 auto}.focused-launch-container.focused-launch-container--wide{max-width:1280px}.focused-launch-details__back-button-wrapper{padding:12px 0;margin:-12px 0 12px}@supports (position:sticky){.focused-launch-details__back-button-wrapper{position:sticky;z-index:11;background:#fff;top:60px}@media (min-width:782px){.focused-launch-details__back-button-wrapper{top:30px;transform:translateY(-50%);background:none;padding-left:24px}}@media (min-width:960px){.focused-launch-details__back-button-wrapper{padding-left:0}}}.focused-launch-details__header{margin-bottom:30px}@media (min-width:782px){.focused-launch-details__header{margin-bottom:55px}}.go-back-button__focused-launch{text-decoration:underline;background:transparent;border:none;padding:0;margin:0 0 24px;cursor:pointer}.go-back-button__focused-launch>*{vertical-align:middle}.go-back-button__focused-launch svg{margin-left:-5px}.go-back-button__focused-launch:hover{opacity:.7}:root{--studio-white:#fff;--studio-black:#000;--studio-gray-0:#f6f7f7;--studio-gray-5:#dcdcde;--studio-gray-10:#c3c4c7;--studio-gray-20:#a7aaad;--studio-gray-30:#8c8f94;--studio-gray-40:#787c82;--studio-gray-50:#646970;--studio-gray-60:#50575e;--studio-gray-70:#3c434a;--studio-gray-80:#2c3338;--studio-gray-90:#1d2327;--studio-gray-100:#101517;--studio-gray:#646970;--studio-blue-0:#e9f0f5;--studio-blue-5:#bbe0fa;--studio-blue-10:#91caf2;--studio-blue-20:#68b3e8;--studio-blue-30:#399ce3;--studio-blue-40:#1689db;--studio-blue-50:#0675c4;--studio-blue-60:#055d9c;--studio-blue-70:#044b7a;--studio-blue-80:#02395c;--studio-blue-90:#01283d;--studio-blue-100:#001621;--studio-blue:#0675c4;--studio-purple-0:#f2e9ed;--studio-purple-5:#ebcee0;--studio-purple-10:#e3afd5;--studio-purple-20:#d48fc8;--studio-purple-30:#c475bd;--studio-purple-40:#b35eb1;--studio-purple-50:#984a9c;--studio-purple-60:#7c3982;--studio-purple-70:#662c6e;--studio-purple-80:#4d2054;--studio-purple-90:#35163b;--studio-purple-100:#1e0c21;--studio-purple:#984a9c;--studio-pink-0:#f5e9ed;--studio-pink-5:#f2ceda;--studio-pink-10:#f7a8c3;--studio-pink-20:#f283aa;--studio-pink-30:#eb6594;--studio-pink-40:#e34c84;--studio-pink-50:#c9356e;--studio-pink-60:#ab235a;--studio-pink-70:#8c1749;--studio-pink-80:#700f3b;--studio-pink-90:#4f092a;--studio-pink-100:#260415;--studio-pink:#c9356e;--studio-red-0:#f7ebec;--studio-red-5:#facfd2;--studio-red-10:#ffabaf;--studio-red-20:#ff8085;--studio-red-30:#f86368;--studio-red-40:#e65054;--studio-red-50:#d63638;--studio-red-60:#b32d2e;--studio-red-70:#8a2424;--studio-red-80:#691c1c;--studio-red-90:#451313;--studio-red-100:#240a0a;--studio-red:#d63638;--studio-orange-0:#f5ece6;--studio-orange-5:#f7dcc6;--studio-orange-10:#ffbf86;--studio-orange-20:#faa754;--studio-orange-30:#e68b28;--studio-orange-40:#d67709;--studio-orange-50:#b26200;--studio-orange-60:#8a4d00;--studio-orange-70:#704000;--studio-orange-80:#543100;--studio-orange-90:#361f00;--studio-orange-100:#1f1200;--studio-orange:#b26200;--studio-yellow-0:#f5f1e1;--studio-yellow-5:#f5e6b3;--studio-yellow-10:#f2d76b;--studio-yellow-20:#f0c930;--studio-yellow-30:#deb100;--studio-yellow-40:#c08c00;--studio-yellow-50:#9d6e00;--studio-yellow-60:#7d5600;--studio-yellow-70:#674600;--studio-yellow-80:#4f3500;--studio-yellow-90:#320;--studio-yellow-100:#1c1300;--studio-yellow:#9d6e00;--studio-green-0:#e6f2e8;--studio-green-5:#b8e6bf;--studio-green-10:#68de86;--studio-green-20:#1ed15a;--studio-green-30:#00ba37;--studio-green-40:#00a32a;--studio-green-50:#008a20;--studio-green-60:#007017;--studio-green-70:#005c12;--studio-green-80:#00450c;--studio-green-90:#003008;--studio-green-100:#001c05;--studio-green:#008a20;--studio-celadon-0:#e4f2ed;--studio-celadon-5:#a7e8d3;--studio-celadon-10:#66deb9;--studio-celadon-20:#31cc9f;--studio-celadon-30:#09b585;--studio-celadon-40:#009e73;--studio-celadon-50:#008763;--studio-celadon-60:#007053;--studio-celadon-70:#005c44;--studio-celadon-80:#004533;--studio-celadon-90:#003024;--studio-celadon-100:#001c15;--studio-celadon:#008763;--studio-wordpress-blue-0:#e6f1f5;--studio-wordpress-blue-5:#bedae6;--studio-wordpress-blue-10:#98c6d9;--studio-wordpress-blue-20:#6ab3d0;--studio-wordpress-blue-30:#3895ba;--studio-wordpress-blue-40:#187aa2;--studio-wordpress-blue-50:#006088;--studio-wordpress-blue-60:#004e6e;--studio-wordpress-blue-70:#003c56;--studio-wordpress-blue-80:#002c40;--studio-wordpress-blue-90:#001d2d;--studio-wordpress-blue-100:#00101c;--studio-wordpress-blue:#006088;--studio-simplenote-blue-0:#e9ecf5;--studio-simplenote-blue-5:#ced9f2;--studio-simplenote-blue-10:#abc1f5;--studio-simplenote-blue-20:#84a4f0;--studio-simplenote-blue-30:#618df2;--studio-simplenote-blue-40:#4678eb;--studio-simplenote-blue-50:#3361cc;--studio-simplenote-blue-60:#1d4fc4;--studio-simplenote-blue-70:#113ead;--studio-simplenote-blue-80:#0d2f85;--studio-simplenote-blue-90:#09205c;--studio-simplenote-blue-100:#05102e;--studio-simplenote-blue:#3361cc;--studio-woocommerce-purple-0:#f7edf7;--studio-woocommerce-purple-5:#e5cfe8;--studio-woocommerce-purple-10:#d6b4e0;--studio-woocommerce-purple-20:#c792e0;--studio-woocommerce-purple-30:#af7dd1;--studio-woocommerce-purple-40:#9a69c7;--studio-woocommerce-purple-50:#7f54b3;--studio-woocommerce-purple-60:#674399;--studio-woocommerce-purple-70:#533582;--studio-woocommerce-purple-80:#3c2861;--studio-woocommerce-purple-90:#271b3d;--studio-woocommerce-purple-100:#140e1f;--studio-woocommerce-purple:#7f54b3;--studio-jetpack-green-0:#f0f2eb;--studio-jetpack-green-5:#d0e6b8;--studio-jetpack-green-10:#9dd977;--studio-jetpack-green-20:#64ca43;--studio-jetpack-green-30:#2fb41f;--studio-jetpack-green-40:#069e08;--studio-jetpack-green-50:#008710;--studio-jetpack-green-60:#007117;--studio-jetpack-green-70:#005b18;--studio-jetpack-green-80:#004515;--studio-jetpack-green-90:#003010;--studio-jetpack-green-100:#001c09;--studio-jetpack-green:#2fb41f;--studio-white-rgb:255,255,255;--studio-black-rgb:0,0,0;--studio-gray-0-rgb:246,247,247;--studio-gray-5-rgb:220,220,222;--studio-gray-10-rgb:195,196,199;--studio-gray-20-rgb:167,170,173;--studio-gray-30-rgb:140,143,148;--studio-gray-40-rgb:120,124,130;--studio-gray-50-rgb:100,105,112;--studio-gray-60-rgb:80,87,94;--studio-gray-70-rgb:60,67,74;--studio-gray-80-rgb:44,51,56;--studio-gray-90-rgb:29,35,39;--studio-gray-100-rgb:16,21,23;--studio-gray-rgb:100,105,112;--studio-blue-0-rgb:233,240,245;--studio-blue-5-rgb:187,224,250;--studio-blue-10-rgb:145,202,242;--studio-blue-20-rgb:104,179,232;--studio-blue-30-rgb:57,156,227;--studio-blue-40-rgb:22,137,219;--studio-blue-50-rgb:6,117,196;--studio-blue-60-rgb:5,93,156;--studio-blue-70-rgb:4,75,122;--studio-blue-80-rgb:2,57,92;--studio-blue-90-rgb:1,40,61;--studio-blue-100-rgb:0,22,33;--studio-blue-rgb:6,117,196;--studio-purple-0-rgb:242,233,237;--studio-purple-5-rgb:235,206,224;--studio-purple-10-rgb:227,175,213;--studio-purple-20-rgb:212,143,200;--studio-purple-30-rgb:196,117,189;--studio-purple-40-rgb:179,94,177;--studio-purple-50-rgb:152,74,156;--studio-purple-60-rgb:124,57,130;--studio-purple-70-rgb:102,44,110;--studio-purple-80-rgb:77,32,84;--studio-purple-90-rgb:53,22,59;--studio-purple-100-rgb:30,12,33;--studio-purple-rgb:152,74,156;--studio-pink-0-rgb:245,233,237;--studio-pink-5-rgb:242,206,218;--studio-pink-10-rgb:247,168,195;--studio-pink-20-rgb:242,131,170;--studio-pink-30-rgb:235,101,148;--studio-pink-40-rgb:227,76,132;--studio-pink-50-rgb:201,53,110;--studio-pink-60-rgb:171,35,90;--studio-pink-70-rgb:140,23,73;--studio-pink-80-rgb:112,15,59;--studio-pink-90-rgb:79,9,42;--studio-pink-100-rgb:38,4,21;--studio-pink-rgb:201,53,110;--studio-red-0-rgb:247,235,236;--studio-red-5-rgb:250,207,210;--studio-red-10-rgb:255,171,175;--studio-red-20-rgb:255,128,133;--studio-red-30-rgb:248,99,104;--studio-red-40-rgb:230,80,84;--studio-red-50-rgb:214,54,56;--studio-red-60-rgb:179,45,46;--studio-red-70-rgb:138,36,36;--studio-red-80-rgb:105,28,28;--studio-red-90-rgb:69,19,19;--studio-red-100-rgb:36,10,10;--studio-red-rgb:214,54,56;--studio-orange-0-rgb:245,236,230;--studio-orange-5-rgb:247,220,198;--studio-orange-10-rgb:255,191,134;--studio-orange-20-rgb:250,167,84;--studio-orange-30-rgb:230,139,40;--studio-orange-40-rgb:214,119,9;--studio-orange-50-rgb:178,98,0;--studio-orange-60-rgb:138,77,0;--studio-orange-70-rgb:112,64,0;--studio-orange-80-rgb:84,49,0;--studio-orange-90-rgb:54,31,0;--studio-orange-100-rgb:31,18,0;--studio-orange-rgb:178,98,0;--studio-yellow-0-rgb:245,241,225;--studio-yellow-5-rgb:245,230,179;--studio-yellow-10-rgb:242,215,107;--studio-yellow-20-rgb:240,201,48;--studio-yellow-30-rgb:222,177,0;--studio-yellow-40-rgb:192,140,0;--studio-yellow-50-rgb:157,110,0;--studio-yellow-60-rgb:125,86,0;--studio-yellow-70-rgb:103,70,0;--studio-yellow-80-rgb:79,53,0;--studio-yellow-90-rgb:51,34,0;--studio-yellow-100-rgb:28,19,0;--studio-yellow-rgb:157,110,0;--studio-green-0-rgb:230,242,232;--studio-green-5-rgb:184,230,191;--studio-green-10-rgb:104,222,134;--studio-green-20-rgb:30,209,90;--studio-green-30-rgb:0,186,55;--studio-green-40-rgb:0,163,42;--studio-green-50-rgb:0,138,32;--studio-green-60-rgb:0,112,23;--studio-green-70-rgb:0,92,18;--studio-green-80-rgb:0,69,12;--studio-green-90-rgb:0,48,8;--studio-green-100-rgb:0,28,5;--studio-green-rgb:0,138,32;--studio-celadon-0-rgb:228,242,237;--studio-celadon-5-rgb:167,232,211;--studio-celadon-10-rgb:102,222,185;--studio-celadon-20-rgb:49,204,159;--studio-celadon-30-rgb:9,181,133;--studio-celadon-40-rgb:0,158,115;--studio-celadon-50-rgb:0,135,99;--studio-celadon-60-rgb:0,112,83;--studio-celadon-70-rgb:0,92,68;--studio-celadon-80-rgb:0,69,51;--studio-celadon-90-rgb:0,48,36;--studio-celadon-100-rgb:0,28,21;--studio-celadon-rgb:0,135,99;--studio-wordpress-blue-0-rgb:230,241,245;--studio-wordpress-blue-5-rgb:190,218,230;--studio-wordpress-blue-10-rgb:152,198,217;--studio-wordpress-blue-20-rgb:106,179,208;--studio-wordpress-blue-30-rgb:56,149,186;--studio-wordpress-blue-40-rgb:24,122,162;--studio-wordpress-blue-50-rgb:0,96,136;--studio-wordpress-blue-60-rgb:0,78,110;--studio-wordpress-blue-70-rgb:0,60,86;--studio-wordpress-blue-80-rgb:0,44,64;--studio-wordpress-blue-90-rgb:0,29,45;--studio-wordpress-blue-100-rgb:0,16,28;--studio-wordpress-blue-rgb:0,96,136;--studio-simplenote-blue-0-rgb:233,236,245;--studio-simplenote-blue-5-rgb:206,217,242;--studio-simplenote-blue-10-rgb:171,193,245;--studio-simplenote-blue-20-rgb:132,164,240;--studio-simplenote-blue-30-rgb:97,141,242;--studio-simplenote-blue-40-rgb:70,120,235;--studio-simplenote-blue-50-rgb:51,97,204;--studio-simplenote-blue-60-rgb:29,79,196;--studio-simplenote-blue-70-rgb:17,62,173;--studio-simplenote-blue-80-rgb:13,47,133;--studio-simplenote-blue-90-rgb:9,32,92;--studio-simplenote-blue-100-rgb:5,16,46;--studio-simplenote-blue-rgb:51,97,204;--studio-woocommerce-purple-0-rgb:247,237,247;--studio-woocommerce-purple-5-rgb:229,207,232;--studio-woocommerce-purple-10-rgb:214,180,224;--studio-woocommerce-purple-20-rgb:199,146,224;--studio-woocommerce-purple-30-rgb:175,125,209;--studio-woocommerce-purple-40-rgb:154,105,199;--studio-woocommerce-purple-50-rgb:127,84,179;--studio-woocommerce-purple-60-rgb:103,67,153;--studio-woocommerce-purple-70-rgb:83,53,130;--studio-woocommerce-purple-80-rgb:60,40,97;--studio-woocommerce-purple-90-rgb:39,27,61;--studio-woocommerce-purple-100-rgb:20,14,31;--studio-woocommerce-purple-rgb:127,84,179;--studio-jetpack-green-0-rgb:240,242,235;--studio-jetpack-green-5-rgb:208,230,184;--studio-jetpack-green-10-rgb:157,217,119;--studio-jetpack-green-20-rgb:100,202,67;--studio-jetpack-green-30-rgb:47,180,31;--studio-jetpack-green-40-rgb:6,158,8;--studio-jetpack-green-50-rgb:0,135,16;--studio-jetpack-green-60-rgb:0,113,23;--studio-jetpack-green-70-rgb:0,91,24;--studio-jetpack-green-80-rgb:0,69,21;--studio-jetpack-green-90-rgb:0,48,16;--studio-jetpack-green-100-rgb:0,28,9;--studio-jetpack-green-rgb:47,180,31}.color-scheme.is-classic-bright .is-nav-unification,:root{--color-primary:var(--studio-blue-50);--color-primary-rgb:var(--studio-blue-50-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--studio-pink-50);--color-accent-rgb:var(--studio-pink-50-rgb);--color-accent-dark:var(--studio-pink-70);--color-accent-dark-rgb:var(--studio-pink-70-rgb);--color-accent-light:var(--studio-pink-30);--color-accent-light-rgb:var(--studio-pink-30-rgb);--color-accent-0:var(--studio-pink-0);--color-accent-0-rgb:var(--studio-pink-0-rgb);--color-accent-5:var(--studio-pink-5);--color-accent-5-rgb:var(--studio-pink-5-rgb);--color-accent-10:var(--studio-pink-10);--color-accent-10-rgb:var(--studio-pink-10-rgb);--color-accent-20:var(--studio-pink-20);--color-accent-20-rgb:var(--studio-pink-20-rgb);--color-accent-30:var(--studio-pink-30);--color-accent-30-rgb:var(--studio-pink-30-rgb);--color-accent-40:var(--studio-pink-40);--color-accent-40-rgb:var(--studio-pink-40-rgb);--color-accent-50:var(--studio-pink-50);--color-accent-50-rgb:var(--studio-pink-50-rgb);--color-accent-60:var(--studio-pink-60);--color-accent-60-rgb:var(--studio-pink-60-rgb);--color-accent-70:var(--studio-pink-70);--color-accent-70-rgb:var(--studio-pink-70-rgb);--color-accent-80:var(--studio-pink-80);--color-accent-80-rgb:var(--studio-pink-80-rgb);--color-accent-90:var(--studio-pink-90);--color-accent-90-rgb:var(--studio-pink-90-rgb);--color-accent-100:var(--studio-pink-100);--color-accent-100-rgb:var(--studio-pink-100-rgb);--color-neutral:var(--studio-gray-50);--color-neutral-rgb:var(--studio-gray-50-rgb);--color-neutral-dark:var(--studio-gray-70);--color-neutral-dark-rgb:var(--studio-gray-70-rgb);--color-neutral-light:var(--studio-gray-30);--color-neutral-light-rgb:var(--studio-gray-30-rgb);--color-neutral-0:var(--studio-gray-0);--color-neutral-0-rgb:var(--studio-gray-0-rgb);--color-neutral-5:var(--studio-gray-5);--color-neutral-5-rgb:var(--studio-gray-5-rgb);--color-neutral-10:var(--studio-gray-10);--color-neutral-10-rgb:var(--studio-gray-10-rgb);--color-neutral-20:var(--studio-gray-20);--color-neutral-20-rgb:var(--studio-gray-20-rgb);--color-neutral-30:var(--studio-gray-30);--color-neutral-30-rgb:var(--studio-gray-30-rgb);--color-neutral-40:var(--studio-gray-40);--color-neutral-40-rgb:var(--studio-gray-40-rgb);--color-neutral-50:var(--studio-gray-50);--color-neutral-50-rgb:var(--studio-gray-50-rgb);--color-neutral-60:var(--studio-gray-60);--color-neutral-60-rgb:var(--studio-gray-60-rgb);--color-neutral-70:var(--studio-gray-70);--color-neutral-70-rgb:var(--studio-gray-70-rgb);--color-neutral-80:var(--studio-gray-80);--color-neutral-80-rgb:var(--studio-gray-80-rgb);--color-neutral-90:var(--studio-gray-90);--color-neutral-90-rgb:var(--studio-gray-90-rgb);--color-neutral-100:var(--studio-gray-100);--color-neutral-100-rgb:var(--studio-gray-100-rgb);--color-success:var(--studio-green-50);--color-success-rgb:var(--studio-green-50-rgb);--color-success-dark:var(--studio-green-70);--color-success-dark-rgb:var(--studio-green-70-rgb);--color-success-light:var(--studio-green-30);--color-success-light-rgb:var(--studio-green-30-rgb);--color-success-0:var(--studio-green-0);--color-success-0-rgb:var(--studio-green-0-rgb);--color-success-5:var(--studio-green-5);--color-success-5-rgb:var(--studio-green-5-rgb);--color-success-10:var(--studio-green-10);--color-success-10-rgb:var(--studio-green-10-rgb);--color-success-20:var(--studio-green-20);--color-success-20-rgb:var(--studio-green-20-rgb);--color-success-30:var(--studio-green-30);--color-success-30-rgb:var(--studio-green-30-rgb);--color-success-40:var(--studio-green-40);--color-success-40-rgb:var(--studio-green-40-rgb);--color-success-50:var(--studio-green-50);--color-success-50-rgb:var(--studio-green-50-rgb);--color-success-60:var(--studio-green-60);--color-success-60-rgb:var(--studio-green-60-rgb);--color-success-70:var(--studio-green-70);--color-success-70-rgb:var(--studio-green-70-rgb);--color-success-80:var(--studio-green-80);--color-success-80-rgb:var(--studio-green-80-rgb);--color-success-90:var(--studio-green-90);--color-success-90-rgb:var(--studio-green-90-rgb);--color-success-100:var(--studio-green-100);--color-success-100-rgb:var(--studio-green-100-rgb);--color-warning:var(--studio-yellow-50);--color-warning-rgb:var(--studio-yellow-50-rgb);--color-warning-dark:var(--studio-yellow-70);--color-warning-dark-rgb:var(--studio-yellow-70-rgb);--color-warning-light:var(--studio-yellow-30);--color-warning-light-rgb:var(--studio-yellow-30-rgb);--color-warning-0:var(--studio-yellow-0);--color-warning-0-rgb:var(--studio-yellow-0-rgb);--color-warning-5:var(--studio-yellow-5);--color-warning-5-rgb:var(--studio-yellow-5-rgb);--color-warning-10:var(--studio-yellow-10);--color-warning-10-rgb:var(--studio-yellow-10-rgb);--color-warning-20:var(--studio-yellow-20);--color-warning-20-rgb:var(--studio-yellow-20-rgb);--color-warning-30:var(--studio-yellow-30);--color-warning-30-rgb:var(--studio-yellow-30-rgb);--color-warning-40:var(--studio-yellow-40);--color-warning-40-rgb:var(--studio-yellow-40-rgb);--color-warning-50:var(--studio-yellow-50);--color-warning-50-rgb:var(--studio-yellow-50-rgb);--color-warning-60:var(--studio-yellow-60);--color-warning-60-rgb:var(--studio-yellow-60-rgb);--color-warning-70:var(--studio-yellow-70);--color-warning-70-rgb:var(--studio-yellow-70-rgb);--color-warning-80:var(--studio-yellow-80);--color-warning-80-rgb:var(--studio-yellow-80-rgb);--color-warning-90:var(--studio-yellow-90);--color-warning-90-rgb:var(--studio-yellow-90-rgb);--color-warning-100:var(--studio-yellow-100);--color-warning-100-rgb:var(--studio-yellow-100-rgb);--color-error:var(--studio-red-50);--color-error-rgb:var(--studio-red-50-rgb);--color-error-dark:var(--studio-red-70);--color-error-dark-rgb:var(--studio-red-70-rgb);--color-error-light:var(--studio-red-30);--color-error-light-rgb:var(--studio-red-30-rgb);--color-error-0:var(--studio-red-0);--color-error-0-rgb:var(--studio-red-0-rgb);--color-error-5:var(--studio-red-5);--color-error-5-rgb:var(--studio-red-5-rgb);--color-error-10:var(--studio-red-10);--color-error-10-rgb:var(--studio-red-10-rgb);--color-error-20:var(--studio-red-20);--color-error-20-rgb:var(--studio-red-20-rgb);--color-error-30:var(--studio-red-30);--color-error-30-rgb:var(--studio-red-30-rgb);--color-error-40:var(--studio-red-40);--color-error-40-rgb:var(--studio-red-40-rgb);--color-error-50:var(--studio-red-50);--color-error-50-rgb:var(--studio-red-50-rgb);--color-error-60:var(--studio-red-60);--color-error-60-rgb:var(--studio-red-60-rgb);--color-error-70:var(--studio-red-70);--color-error-70-rgb:var(--studio-red-70-rgb);--color-error-80:var(--studio-red-80);--color-error-80-rgb:var(--studio-red-80-rgb);--color-error-90:var(--studio-red-90);--color-error-90-rgb:var(--studio-red-90-rgb);--color-error-100:var(--studio-red-100);--color-error-100-rgb:var(--studio-red-100-rgb);--color-surface:var(--studio-white);--color-surface-rgb:var(--studio-white-rgb);--color-surface-backdrop:var(--studio-gray-0);--color-surface-backdrop-rgb:var(--studio-gray-0-rgb);--color-text:var(--studio-gray-80);--color-text-rgb:var(--studio-gray-80-rgb);--color-text-subtle:var(--studio-gray-50);--color-text-subtle-rgb:var(--studio-gray-50-rgb);--color-text-inverted:var(--studio-white);--color-text-inverted-rgb:var(--studio-white-rgb);--color-border:var(--color-neutral-20);--color-border-rgb:var(--color-neutral-20-rgb);--color-border-subtle:var(--color-neutral-5);--color-border-subtle-rgb:var(--color-neutral-5-rgb);--color-border-shadow:var(--color-neutral-0);--color-border-shadow-rgb:var(--color-neutral-0-rgb);--color-border-inverted:var(--studio-white);--color-border-inverted-rgb:var(--studio-white-rgb);--color-link:var(--studio-blue-50);--color-link-rgb:var(--studio-blue-50-rgb);--color-link-dark:var(--studio-blue-70);--color-link-dark-rgb:var(--studio-blue-70-rgb);--color-link-light:var(--studio-blue-30);--color-link-light-rgb:var(--studio-blue-30-rgb);--color-link-0:var(--studio-blue-0);--color-link-0-rgb:var(--studio-blue-0-rgb);--color-link-5:var(--studio-blue-5);--color-link-5-rgb:var(--studio-blue-5-rgb);--color-link-10:var(--studio-blue-10);--color-link-10-rgb:var(--studio-blue-10-rgb);--color-link-20:var(--studio-blue-20);--color-link-20-rgb:var(--studio-blue-20-rgb);--color-link-30:var(--studio-blue-30);--color-link-30-rgb:var(--studio-blue-30-rgb);--color-link-40:var(--studio-blue-40);--color-link-40-rgb:var(--studio-blue-40-rgb);--color-link-50:var(--studio-blue-50);--color-link-50-rgb:var(--studio-blue-50-rgb);--color-link-60:var(--studio-blue-60);--color-link-60-rgb:var(--studio-blue-60-rgb);--color-link-70:var(--studio-blue-70);--color-link-70-rgb:var(--studio-blue-70-rgb);--color-link-80:var(--studio-blue-80);--color-link-80-rgb:var(--studio-blue-80-rgb);--color-link-90:var(--studio-blue-90);--color-link-90-rgb:var(--studio-blue-90-rgb);--color-link-100:var(--studio-blue-100);--color-link-100-rgb:var(--studio-blue-100-rgb);--color-plan-free:var(--studio-gray-30);--color-plan-blogger:var(--studio-celadon-30);--color-plan-personal:var(--studio-blue-30);--color-plan-premium:var(--studio-yellow-30);--color-plan-business:var(--studio-orange-30);--color-plan-ecommerce:var(--studio-purple-30);--color-premium-domain:var(--studio-wordpress-blue-60);--color-jetpack-plan-free:var(--studio-blue-30);--color-jetpack-plan-personal:var(--studio-yellow-30);--color-jetpack-plan-premium:var(--studio-jetpack-green-30);--color-jetpack-plan-professional:var(--studio-purple-30);--color-masterbar-background:var(--studio-blue-60);--color-masterbar-border:var(--studio-blue-70);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-blue-70);--color-masterbar-item-active-background:var(--studio-blue-90);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-20);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-jetpack-masterbar-background:var(--studio-white);--color-jetpack-masterbar-border:var(--studio-gray-5);--color-jetpack-masterbar-text:var(--studio-gray-50);--color-jetpack-masterbar-item-hover-background:var(--studio-gray-5);--color-jetpack-masterbar-item-active-background:var(--studio-gray-20);--color-sidebar-background:var(--color-surface);--color-sidebar-background-rgb:var(--studio-white-rgb);--color-sidebar-border:var(--studio-gray-5);--color-sidebar-text:var(--studio-gray-80);--color-sidebar-text-rgb:var(--studio-gray-80-rgb);--color-sidebar-text-alternative:var(--studio-gray-50);--color-sidebar-gridicon-fill:var(--studio-gray-50);--color-sidebar-menu-selected-background:var(--studio-blue-5);--color-sidebar-menu-selected-background-rgb:var(--studio-blue-5-rgb);--color-sidebar-menu-selected-text:var(--studio-blue-70);--color-sidebar-menu-selected-text-rgb:var(--studio-blue-70-rgb);--color-sidebar-menu-hover-background:var(--studio-gray-5);--color-sidebar-menu-hover-background-rgb:var(--studio-gray-5-rgb);--color-sidebar-menu-hover-text:var(--studio-gray-90);--color-jetpack-onboarding-text:var(--studio-white);--color-jetpack-onboarding-text-rgb:var(--studio-white-rgb);--color-jetpack-onboarding-background:var(--studio-blue-100);--color-jetpack-onboarding-background-rgb:var(--studio-blue-100-rgb);--color-automattic:var(--studio-blue-40);--color-jetpack:var(--studio-jetpack-green);--color-simplenote:var(--studio-simplenote-blue);--color-woocommerce:var(--studio-woocommerce-purple);--color-wordpress-com:var(--studio-wordpress-blue);--color-wordpress-org:#585c60;--color-blogger:#ff5722;--color-eventbrite:#ff8000;--color-facebook:#39579a;--color-godaddy:#5ea95a;--color-google-plus:#df4a32;--color-instagram:#d93174;--color-linkedin:#0976b4;--color-medium:#12100e;--color-pinterest:#cc2127;--color-pocket:#ee4256;--color-print:#f8f8f8;--color-reddit:#5f99cf;--color-skype:#00aff0;--color-stumbleupon:#eb4924;--color-squarespace:#222;--color-telegram:#08c;--color-tumblr:#35465c;--color-twitter:#55acee;--color-whatsapp:#43d854;--color-wix:#faad4d;--color-email:var(--studio-gray-0);--color-podcasting:#9b4dd5;--color-wp-admin-button-background:#008ec2;--color-wp-admin-button-border:#006799;--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#23282d;--theme-base-color-rgb:35,40,45;--theme-submenu-background-color:#131619;--theme-icon-color:#e1eaf2;--theme-highlight-color:#0073aa;--theme-highlight-color-rgb:0,115,170;--theme-notification-color:#d54e21;--color-sidebar-submenu-background:var(--studio-blue-0);--color-sidebar-submenu-text:var(--studio-blue-70);--color-sidebar-submenu-hover-text:var(--color-accent);--color-sidebar-submenu-selected-text:var(--color-accent)}.color-scheme.is-aquatic,.color-scheme.is-aquatic .is-nav-unification{--color-primary:var(--studio-blue-50);--color-primary-rgb:var(--studio-blue-50-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--studio-celadon-50);--color-accent-rgb:var(--studio-celadon-50-rgb);--color-accent-dark:var(--studio-celadon-70);--color-accent-dark-rgb:var(--studio-celadon-70-rgb);--color-accent-light:var(--studio-celadon-30);--color-accent-light-rgb:var(--studio-celadon-30-rgb);--color-accent-0:var(--studio-celadon-0);--color-accent-0-rgb:var(--studio-celadon-0-rgb);--color-accent-5:var(--studio-celadon-5);--color-accent-5-rgb:var(--studio-celadon-5-rgb);--color-accent-10:var(--studio-celadon-10);--color-accent-10-rgb:var(--studio-celadon-10-rgb);--color-accent-20:var(--studio-celadon-20);--color-accent-20-rgb:var(--studio-celadon-20-rgb);--color-accent-30:var(--studio-celadon-30);--color-accent-30-rgb:var(--studio-celadon-30-rgb);--color-accent-40:var(--studio-celadon-40);--color-accent-40-rgb:var(--studio-celadon-40-rgb);--color-accent-50:var(--studio-celadon-50);--color-accent-50-rgb:var(--studio-celadon-50-rgb);--color-accent-60:var(--studio-celadon-60);--color-accent-60-rgb:var(--studio-celadon-60-rgb);--color-accent-70:var(--studio-celadon-70);--color-accent-70-rgb:var(--studio-celadon-70-rgb);--color-accent-80:var(--studio-celadon-80);--color-accent-80-rgb:var(--studio-celadon-80-rgb);--color-accent-90:var(--studio-celadon-90);--color-accent-90-rgb:var(--studio-celadon-90-rgb);--color-accent-100:var(--studio-celadon-100);--color-accent-100-rgb:var(--studio-celadon-100-rgb);--color-link:var(--studio-celadon-50);--color-link-rgb:var(--studio-celadon-50-rgb);--color-link-dark:var(--studio-celadon-70);--color-link-dark-rgb:var(--studio-celadon-70-rgb);--color-link-light:var(--studio-celadon-30);--color-link-light-rgb:var(--studio-celadon-30-rgb);--color-link-0:var(--studio-celadon-0);--color-link-0-rgb:var(--studio-celadon-0-rgb);--color-link-5:var(--studio-celadon-5);--color-link-5-rgb:var(--studio-celadon-5-rgb);--color-link-10:var(--studio-celadon-10);--color-link-10-rgb:var(--studio-celadon-10-rgb);--color-link-20:var(--studio-celadon-20);--color-link-20-rgb:var(--studio-celadon-20-rgb);--color-link-30:var(--studio-celadon-30);--color-link-30-rgb:var(--studio-celadon-30-rgb);--color-link-40:var(--studio-celadon-40);--color-link-40-rgb:var(--studio-celadon-40-rgb);--color-link-50:var(--studio-celadon-50);--color-link-50-rgb:var(--studio-celadon-50-rgb);--color-link-60:var(--studio-celadon-60);--color-link-60-rgb:var(--studio-celadon-60-rgb);--color-link-70:var(--studio-celadon-70);--color-link-70-rgb:var(--studio-celadon-70-rgb);--color-link-80:var(--studio-celadon-80);--color-link-80-rgb:var(--studio-celadon-80-rgb);--color-link-90:var(--studio-celadon-90);--color-link-90-rgb:var(--studio-celadon-90-rgb);--color-link-100:var(--studio-celadon-100);--color-link-100-rgb:var(--studio-celadon-100-rgb);--color-masterbar-background:var(--studio-blue-80);--color-masterbar-border:var(--studio-blue-80);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-blue-90);--color-masterbar-item-active-background:var(--studio-blue-100);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-unread-dot-background:var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-blue-60);--color-sidebar-background-rgb:var(--studio-blue-60-rgb);--color-sidebar-border:var(--studio-blue-70);--color-sidebar-text:var(--studio-white);--color-sidebar-text-rgb:var(--studio-white-rgb);--color-sidebar-text-alternative:var(--studio-blue-5);--color-sidebar-gridicon-fill:var(--studio-blue-5);--color-sidebar-menu-selected-background:var(--studio-yellow-20);--color-sidebar-menu-selected-background-rgb:var(--studio-yellow-20-rgb);--color-sidebar-menu-selected-text:var(--studio-blue-90);--color-sidebar-menu-selected-text-rgb:var(--studio-blue-90-rgb);--color-sidebar-menu-hover-background:var(--studio-blue-50);--color-sidebar-menu-hover-background-rgb:var(--studio-blue-50-rgb);--color-sidebar-menu-hover-text:var(--studio-white);--color-sidebar-submenu-background:var(--studio-blue-80);--color-sidebar-submenu-text:var(--studio-white);--color-sidebar-submenu-hover-text:var(--studio-yellow-20)}.color-scheme.is-blue,.color-scheme.is-blue .is-nav-unification{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#52accc;--theme-base-color-rgb:82,172,204;--theme-submenu-text-color:#cbe6f0;--theme-submenu-background-color:#4796b3;--theme-icon-color:#e5f8ff;--theme-highlight-color:#096484;--theme-highlight-color-rgb:9,100,132;--theme-notification-color:#e1a948;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:#e2ecf1;--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-text-color)}.color-scheme.is-classic-blue,.color-scheme.is-classic-blue .is-nav-unification{--color-primary:var(--studio-blue-50);--color-primary-rgb:var(--studio-blue-50-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--studio-orange-50);--color-accent-rgb:var(--studio-orange-50-rgb);--color-accent-dark:var(--studio-orange-70);--color-accent-dark-rgb:var(--studio-orange-70-rgb);--color-accent-light:var(--studio-orange-30);--color-accent-light-rgb:var(--studio-orange-30-rgb);--color-accent-0:var(--studio-orange-0);--color-accent-0-rgb:var(--studio-orange-0-rgb);--color-accent-5:var(--studio-orange-5);--color-accent-5-rgb:var(--studio-orange-5-rgb);--color-accent-10:var(--studio-orange-10);--color-accent-10-rgb:var(--studio-orange-10-rgb);--color-accent-20:var(--studio-orange-20);--color-accent-20-rgb:var(--studio-orange-20-rgb);--color-accent-30:var(--studio-orange-30);--color-accent-30-rgb:var(--studio-orange-30-rgb);--color-accent-40:var(--studio-orange-40);--color-accent-40-rgb:var(--studio-orange-40-rgb);--color-accent-50:var(--studio-orange-50);--color-accent-50-rgb:var(--studio-orange-50-rgb);--color-accent-60:var(--studio-orange-60);--color-accent-60-rgb:var(--studio-orange-60-rgb);--color-accent-70:var(--studio-orange-70);--color-accent-70-rgb:var(--studio-orange-70-rgb);--color-accent-80:var(--studio-orange-80);--color-accent-80-rgb:var(--studio-orange-80-rgb);--color-accent-90:var(--studio-orange-90);--color-accent-90-rgb:var(--studio-orange-90-rgb);--color-accent-100:var(--studio-orange-100);--color-accent-100-rgb:var(--studio-orange-100-rgb);--color-masterbar-background:var(--studio-blue-60);--color-masterbar-border:var(--studio-blue-70);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-blue-70);--color-masterbar-item-active-background:var(--studio-blue-90);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-gray-5);--color-sidebar-background-rgb:var(--studio-gray-5-rgb);--color-sidebar-border:var(--studio-gray-10);--color-sidebar-text:var(--studio-gray-80);--color-sidebar-text-alternative:var(--studio-gray-50);--color-sidebar-gridicon-fill:var(--studio-gray-50);--color-sidebar-menu-selected-background:var(--studio-gray-60);--color-sidebar-menu-selected-background-rgb:var(--studio-gray-60-rgb);--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:var(--color-surface);--color-sidebar-menu-hover-background-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-text:var(--studio-blue-50);--color-sidebar-submenu-background:var(--studio-blue-60);--color-sidebar-submenu-text:var(--studio-white);--color-sidebar-submenu-hover-text:var(--studio-orange-30)}.color-scheme.is-classic-dark,.color-scheme.is-classic-dark .is-nav-unification{--color-primary:var(--studio-gray-90);--color-primary-rgb:var(--studio-gray-90-rgb);--color-primary-dark:var(--studio-gray-70);--color-primary-dark-rgb:var(--studio-gray-70-rgb);--color-primary-light:var(--studio-gray-30);--color-primary-light-rgb:var(--studio-gray-30-rgb);--color-primary-0:var(--studio-gray-0);--color-primary-0-rgb:var(--studio-gray-0-rgb);--color-primary-5:var(--studio-gray-5);--color-primary-5-rgb:var(--studio-gray-5-rgb);--color-primary-10:var(--studio-gray-10);--color-primary-10-rgb:var(--studio-gray-10-rgb);--color-primary-20:var(--studio-gray-20);--color-primary-20-rgb:var(--studio-gray-20-rgb);--color-primary-30:var(--studio-gray-30);--color-primary-30-rgb:var(--studio-gray-30-rgb);--color-primary-40:var(--studio-gray-40);--color-primary-40-rgb:var(--studio-gray-40-rgb);--color-primary-50:var(--studio-gray-50);--color-primary-50-rgb:var(--studio-gray-50-rgb);--color-primary-60:var(--studio-gray-60);--color-primary-60-rgb:var(--studio-gray-60-rgb);--color-primary-70:var(--studio-gray-70);--color-primary-70-rgb:var(--studio-gray-70-rgb);--color-primary-80:var(--studio-gray-80);--color-primary-80-rgb:var(--studio-gray-80-rgb);--color-primary-90:var(--studio-gray-90);--color-primary-90-rgb:var(--studio-gray-90-rgb);--color-primary-100:var(--studio-gray-100);--color-primary-100-rgb:var(--studio-gray-100-rgb);--color-accent:var(--studio-pink-50);--color-accent-rgb:var(--studio-pink-50-rgb);--color-accent-dark:var(--studio-pink-70);--color-accent-dark-rgb:var(--studio-pink-70-rgb);--color-accent-light:var(--studio-pink-30);--color-accent-light-rgb:var(--studio-pink-30-rgb);--color-accent-0:var(--studio-pink-0);--color-accent-0-rgb:var(--studio-pink-0-rgb);--color-accent-5:var(--studio-pink-5);--color-accent-5-rgb:var(--studio-pink-5-rgb);--color-accent-10:var(--studio-pink-10);--color-accent-10-rgb:var(--studio-pink-10-rgb);--color-accent-20:var(--studio-pink-20);--color-accent-20-rgb:var(--studio-pink-20-rgb);--color-accent-30:var(--studio-pink-30);--color-accent-30-rgb:var(--studio-pink-30-rgb);--color-accent-40:var(--studio-pink-40);--color-accent-40-rgb:var(--studio-pink-40-rgb);--color-accent-50:var(--studio-pink-50);--color-accent-50-rgb:var(--studio-pink-50-rgb);--color-accent-60:var(--studio-pink-60);--color-accent-60-rgb:var(--studio-pink-60-rgb);--color-accent-70:var(--studio-pink-70);--color-accent-70-rgb:var(--studio-pink-70-rgb);--color-accent-80:var(--studio-pink-80);--color-accent-80-rgb:var(--studio-pink-80-rgb);--color-accent-90:var(--studio-pink-90);--color-accent-90-rgb:var(--studio-pink-90-rgb);--color-accent-100:var(--studio-pink-100);--color-accent-100-rgb:var(--studio-pink-100-rgb);--color-neutral:var(--studio-gray-50);--color-neutral-rgb:var(--studio-gray-50-rgb);--color-neutral-dark:var(--studio-gray-70);--color-neutral-dark-rgb:var(--studio-gray-70-rgb);--color-neutral-light:var(--studio-gray-30);--color-neutral-light-rgb:var(--studio-gray-30-rgb);--color-neutral-0:var(--studio-gray-0);--color-neutral-0-rgb:var(--studio-gray-0-rgb);--color-neutral-5:var(--studio-gray-5);--color-neutral-5-rgb:var(--studio-gray-5-rgb);--color-neutral-10:var(--studio-gray-10);--color-neutral-10-rgb:var(--studio-gray-10-rgb);--color-neutral-20:var(--studio-gray-20);--color-neutral-20-rgb:var(--studio-gray-20-rgb);--color-neutral-30:var(--studio-gray-30);--color-neutral-30-rgb:var(--studio-gray-30-rgb);--color-neutral-40:var(--studio-gray-40);--color-neutral-40-rgb:var(--studio-gray-40-rgb);--color-neutral-50:var(--studio-gray-50);--color-neutral-50-rgb:var(--studio-gray-50-rgb);--color-neutral-60:var(--studio-gray-60);--color-neutral-60-rgb:var(--studio-gray-60-rgb);--color-neutral-70:var(--studio-gray-70);--color-neutral-70-rgb:var(--studio-gray-70-rgb);--color-neutral-80:var(--studio-gray-80);--color-neutral-80-rgb:var(--studio-gray-80-rgb);--color-neutral-90:var(--studio-gray-90);--color-neutral-90-rgb:var(--studio-gray-90-rgb);--color-neutral-100:var(--studio-gray-100);--color-neutral-100-rgb:var(--studio-gray-100-rgb);--color-success:var(--studio-green-50);--color-success-rgb:var(--studio-green-50-rgb);--color-success-dark:var(--studio-green-70);--color-success-dark-rgb:var(--studio-green-70-rgb);--color-success-light:var(--studio-green-30);--color-success-light-rgb:var(--studio-green-30-rgb);--color-success-0:var(--studio-green-0);--color-success-0-rgb:var(--studio-green-0-rgb);--color-success-5:var(--studio-green-5);--color-success-5-rgb:var(--studio-green-5-rgb);--color-success-10:var(--studio-green-10);--color-success-10-rgb:var(--studio-green-10-rgb);--color-success-20:var(--studio-green-20);--color-success-20-rgb:var(--studio-green-20-rgb);--color-success-30:var(--studio-green-30);--color-success-30-rgb:var(--studio-green-30-rgb);--color-success-40:var(--studio-green-40);--color-success-40-rgb:var(--studio-green-40-rgb);--color-success-50:var(--studio-green-50);--color-success-50-rgb:var(--studio-green-50-rgb);--color-success-60:var(--studio-green-60);--color-success-60-rgb:var(--studio-green-60-rgb);--color-success-70:var(--studio-green-70);--color-success-70-rgb:var(--studio-green-70-rgb);--color-success-80:var(--studio-green-80);--color-success-80-rgb:var(--studio-green-80-rgb);--color-success-90:var(--studio-green-90);--color-success-90-rgb:var(--studio-green-90-rgb);--color-success-100:var(--studio-green-100);--color-success-100-rgb:var(--studio-green-100-rgb);--color-warning:var(--studio-yellow-50);--color-warning-rgb:var(--studio-yellow-50-rgb);--color-warning-dark:var(--studio-yellow-70);--color-warning-dark-rgb:var(--studio-yellow-70-rgb);--color-warning-light:var(--studio-yellow-30);--color-warning-light-rgb:var(--studio-yellow-30-rgb);--color-warning-0:var(--studio-yellow-0);--color-warning-0-rgb:var(--studio-yellow-0-rgb);--color-warning-5:var(--studio-yellow-5);--color-warning-5-rgb:var(--studio-yellow-5-rgb);--color-warning-10:var(--studio-yellow-10);--color-warning-10-rgb:var(--studio-yellow-10-rgb);--color-warning-20:var(--studio-yellow-20);--color-warning-20-rgb:var(--studio-yellow-20-rgb);--color-warning-30:var(--studio-yellow-30);--color-warning-30-rgb:var(--studio-yellow-30-rgb);--color-warning-40:var(--studio-yellow-40);--color-warning-40-rgb:var(--studio-yellow-40-rgb);--color-warning-50:var(--studio-yellow-50);--color-warning-50-rgb:var(--studio-yellow-50-rgb);--color-warning-60:var(--studio-yellow-60);--color-warning-60-rgb:var(--studio-yellow-60-rgb);--color-warning-70:var(--studio-yellow-70);--color-warning-70-rgb:var(--studio-yellow-70-rgb);--color-warning-80:var(--studio-yellow-80);--color-warning-80-rgb:var(--studio-yellow-80-rgb);--color-warning-90:var(--studio-yellow-90);--color-warning-90-rgb:var(--studio-yellow-90-rgb);--color-warning-100:var(--studio-yellow-100);--color-warning-100-rgb:var(--studio-yellow-100-rgb);--color-error:var(--studio-red-50);--color-error-rgb:var(--studio-red-50-rgb);--color-error-dark:var(--studio-red-70);--color-error-dark-rgb:var(--studio-red-70-rgb);--color-error-light:var(--studio-red-30);--color-error-light-rgb:var(--studio-red-30-rgb);--color-error-0:var(--studio-red-0);--color-error-0-rgb:var(--studio-red-0-rgb);--color-error-5:var(--studio-red-5);--color-error-5-rgb:var(--studio-red-5-rgb);--color-error-10:var(--studio-red-10);--color-error-10-rgb:var(--studio-red-10-rgb);--color-error-20:var(--studio-red-20);--color-error-20-rgb:var(--studio-red-20-rgb);--color-error-30:var(--studio-red-30);--color-error-30-rgb:var(--studio-red-30-rgb);--color-error-40:var(--studio-red-40);--color-error-40-rgb:var(--studio-red-40-rgb);--color-error-50:var(--studio-red-50);--color-error-50-rgb:var(--studio-red-50-rgb);--color-error-60:var(--studio-red-60);--color-error-60-rgb:var(--studio-red-60-rgb);--color-error-70:var(--studio-red-70);--color-error-70-rgb:var(--studio-red-70-rgb);--color-error-80:var(--studio-red-80);--color-error-80-rgb:var(--studio-red-80-rgb);--color-error-90:var(--studio-red-90);--color-error-90-rgb:var(--studio-red-90-rgb);--color-error-100:var(--studio-red-100);--color-error-100-rgb:var(--studio-red-100-rgb);--color-surface:var(--studio-white);--color-surface-rgb:var(--studio-white-rgb);--color-surface-backdrop:var(--studio-gray-0);--color-surface-backdrop-rgb:var(--studio-gray-0-rgb);--color-text:var(--studio-gray-80);--color-text-rgb:var(--studio-gray-80-rgb);--color-text-subtle:var(--studio-gray-50);--color-text-subtle-rgb:var(--studio-gray-50-rgb);--color-text-inverted:var(--studio-white);--color-text-inverted-rgb:var(--studio-white-rgb);--color-border:var(--color-neutral-20);--color-border-rgb:var(--color-neutral-20-rgb);--color-border-subtle:var(--color-neutral-5);--color-border-subtle-rgb:var(--color-neutral-5-rgb);--color-border-shadow:var(--color-neutral-0);--color-border-shadow-rgb:var(--color-neutral-0-rgb);--color-border-inverted:var(--studio-white);--color-border-inverted-rgb:var(--studio-white-rgb);--color-link:var(--studio-blue-50);--color-link-rgb:var(--studio-blue-50-rgb);--color-link-dark:var(--studio-blue-70);--color-link-dark-rgb:var(--studio-blue-70-rgb);--color-link-light:var(--studio-blue-30);--color-link-light-rgb:var(--studio-blue-30-rgb);--color-link-0:var(--studio-blue-0);--color-link-0-rgb:var(--studio-blue-0-rgb);--color-link-5:var(--studio-blue-5);--color-link-5-rgb:var(--studio-blue-5-rgb);--color-link-10:var(--studio-blue-10);--color-link-10-rgb:var(--studio-blue-10-rgb);--color-link-20:var(--studio-blue-20);--color-link-20-rgb:var(--studio-blue-20-rgb);--color-link-30:var(--studio-blue-30);--color-link-30-rgb:var(--studio-blue-30-rgb);--color-link-40:var(--studio-blue-40);--color-link-40-rgb:var(--studio-blue-40-rgb);--color-link-50:var(--studio-blue-50);--color-link-50-rgb:var(--studio-blue-50-rgb);--color-link-60:var(--studio-blue-60);--color-link-60-rgb:var(--studio-blue-60-rgb);--color-link-70:var(--studio-blue-70);--color-link-70-rgb:var(--studio-blue-70-rgb);--color-link-80:var(--studio-blue-80);--color-link-80-rgb:var(--studio-blue-80-rgb);--color-link-90:var(--studio-blue-90);--color-link-90-rgb:var(--studio-blue-90-rgb);--color-link-100:var(--studio-blue-100);--color-link-100-rgb:var(--studio-blue-100-rgb);--color-plan-free:var(--studio-gray-30);--color-plan-blogger:var(--studio-celadon-30);--color-plan-personal:var(--studio-blue-30);--color-plan-premium:var(--studio-yellow-30);--color-plan-business:var(--studio-orange-30);--color-plan-ecommerce:var(--studio-purple-30);--color-premium-domain:var(--studio-wordpress-blue-60);--color-jetpack-plan-free:var(--studio-blue-30);--color-jetpack-plan-personal:var(--studio-yellow-30);--color-jetpack-plan-premium:var(--studio-jetpack-green-30);--color-jetpack-plan-professional:var(--studio-purple-30);--color-masterbar-background:#101517;--color-masterbar-border:#333;--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:#333;--color-masterbar-item-active-background:#23282d;--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-20);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-jetpack-masterbar-background:var(--studio-white);--color-jetpack-masterbar-border:var(--studio-gray-5);--color-jetpack-masterbar-text:var(--studio-gray-50);--color-jetpack-masterbar-item-hover-background:var(--studio-gray-5);--color-jetpack-masterbar-item-active-background:var(--studio-gray-20);--color-sidebar-background:#23282d;--color-sidebar-background-rgb:35,40,45;--color-sidebar-border:#333;--color-sidebar-text:#eee;--color-sidebar-text-rgb:238,238,238;--color-sidebar-text-alternative:#a2aab2;--color-sidebar-gridicon-fill:#a2aab2;--color-sidebar-menu-selected-background:#0073aa;--color-sidebar-menu-selected-background-rgb:0,115,170;--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:#1a1e23;--color-sidebar-menu-hover-background-rgb:26,30,35;--color-sidebar-menu-hover-text:#00b9eb;--color-jetpack-onboarding-text:var(--studio-white);--color-jetpack-onboarding-text-rgb:var(--studio-white-rgb);--color-jetpack-onboarding-background:var(--studio-blue-100);--color-jetpack-onboarding-background-rgb:var(--studio-blue-100-rgb);--color-automattic:var(--studio-blue-40);--color-jetpack:var(--studio-jetpack-green);--color-simplenote:var(--studio-simplenote-blue);--color-woocommerce:var(--studio-woocommerce-purple);--color-wordpress-com:var(--studio-wordpress-blue);--color-wordpress-org:#585c60;--color-blogger:#ff5722;--color-eventbrite:#ff8000;--color-facebook:#39579a;--color-godaddy:#5ea95a;--color-google-plus:#df4a32;--color-instagram:#d93174;--color-linkedin:#0976b4;--color-medium:#12100e;--color-pinterest:#cc2127;--color-pocket:#ee4256;--color-print:#f8f8f8;--color-reddit:#5f99cf;--color-skype:#00aff0;--color-stumbleupon:#eb4924;--color-squarespace:#222;--color-telegram:#08c;--color-tumblr:#35465c;--color-twitter:#55acee;--color-whatsapp:#43d854;--color-wix:#faad4d;--color-email:var(--studio-gray-0);--color-podcasting:#9b4dd5;--color-wp-admin-button-background:#008ec2;--color-wp-admin-button-border:#006799;--color-sidebar-submenu-background:#32373c;--color-sidebar-submenu-text:#b4b9be;--color-sidebar-submenu-hover-text:#00b9eb;--color-sidebar-submenu-selected-text:var(--studio-white)}.color-scheme.is-coffee,.color-scheme.is-coffee .is-nav-unification{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#59524c;--theme-base-color-rgb:89,82,76;--theme-submenu-text-color:#cdcbc9;--theme-submenu-background-color:#46403c;--theme-icon-color:#ece6f6;--theme-highlight-color:#c7a589;--theme-highlight-color-rgb:199,165,137;--theme-notification-color:#9ea476;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-orange-70);--color-primary-dark-rgb:var(--studio-orange-70-rgb);--color-primary-light:var(--studio-orange-30);--color-primary-light-rgb:var(--studio-orange-30-rgb);--color-primary-0:var(--studio-orange-0);--color-primary-0-rgb:var(--studio-orange-0-rgb);--color-primary-5:var(--studio-orange-5);--color-primary-5-rgb:var(--studio-orange-5-rgb);--color-primary-10:var(--studio-orange-10);--color-primary-10-rgb:var(--studio-orange-10-rgb);--color-primary-20:var(--studio-orange-20);--color-primary-20-rgb:var(--studio-orange-20-rgb);--color-primary-30:var(--studio-orange-30);--color-primary-30-rgb:var(--studio-orange-30-rgb);--color-primary-40:var(--studio-orange-40);--color-primary-40-rgb:var(--studio-orange-40-rgb);--color-primary-50:var(--studio-orange-50);--color-primary-50-rgb:var(--studio-orange-50-rgb);--color-primary-60:var(--studio-orange-60);--color-primary-60-rgb:var(--studio-orange-60-rgb);--color-primary-70:var(--studio-orange-70);--color-primary-70-rgb:var(--studio-orange-70-rgb);--color-primary-80:var(--studio-orange-80);--color-primary-80-rgb:var(--studio-orange-80-rgb);--color-primary-90:var(--studio-orange-90);--color-primary-90-rgb:var(--studio-orange-90-rgb);--color-primary-100:var(--studio-orange-100);--color-primary-100-rgb:var(--studio-orange-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-orange-70);--color-accent-dark-rgb:var(--studio-orange-70-rgb);--color-accent-light:var(--studio-orange-30);--color-accent-light-rgb:var(--studio-orange-30-rgb);--color-accent-0:var(--studio-orange-0);--color-accent-0-rgb:var(--studio-orange-0-rgb);--color-accent-5:var(--studio-orange-5);--color-accent-5-rgb:var(--studio-orange-5-rgb);--color-accent-10:var(--studio-orange-10);--color-accent-10-rgb:var(--studio-orange-10-rgb);--color-accent-20:var(--studio-orange-20);--color-accent-20-rgb:var(--studio-orange-20-rgb);--color-accent-30:var(--studio-orange-30);--color-accent-30-rgb:var(--studio-orange-30-rgb);--color-accent-40:var(--studio-orange-40);--color-accent-40-rgb:var(--studio-orange-40-rgb);--color-accent-50:var(--studio-orange-50);--color-accent-50-rgb:var(--studio-orange-50-rgb);--color-accent-60:var(--studio-orange-60);--color-accent-60-rgb:var(--studio-orange-60-rgb);--color-accent-70:var(--studio-orange-70);--color-accent-70-rgb:var(--studio-orange-70-rgb);--color-accent-80:var(--studio-orange-80);--color-accent-80-rgb:var(--studio-orange-80-rgb);--color-accent-90:var(--studio-orange-90);--color-accent-90-rgb:var(--studio-orange-90-rgb);--color-accent-100:var(--studio-orange-100);--color-accent-100-rgb:var(--studio-orange-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--studio-gray-0);--color-sidebar-gridicon-fill:var(--studio-gray-0);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-menu-hover:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-highlight-color)}.color-scheme.is-contrast,.color-scheme.is-contrast .is-nav-unification{--color-primary:var(--studio-gray-80);--color-primary-rgb:var(--studio-gray-80-rgb);--color-primary-dark:var(--studio-gray-100);--color-primary-dark-rgb:var(--studio-gray-100-rgb);--color-primary-light:var(--studio-gray-60);--color-primary-light-rgb:var(--studio-gray-60-rgb);--color-primary-0:var(--studio-gray-0);--color-primary-0-rgb:var(--studio-gray-0-rgb);--color-primary-5:var(--studio-gray-5);--color-primary-5-rgb:var(--studio-gray-5-rgb);--color-primary-10:var(--studio-gray-10);--color-primary-10-rgb:var(--studio-gray-10-rgb);--color-primary-20:var(--studio-gray-20);--color-primary-20-rgb:var(--studio-gray-20-rgb);--color-primary-30:var(--studio-gray-30);--color-primary-30-rgb:var(--studio-gray-30-rgb);--color-primary-40:var(--studio-gray-40);--color-primary-40-rgb:var(--studio-gray-40-rgb);--color-primary-50:var(--studio-gray-50);--color-primary-50-rgb:var(--studio-gray-50-rgb);--color-primary-60:var(--studio-gray-60);--color-primary-60-rgb:var(--studio-gray-60-rgb);--color-primary-70:var(--studio-gray-70);--color-primary-70-rgb:var(--studio-gray-70-rgb);--color-primary-80:var(--studio-gray-80);--color-primary-80-rgb:var(--studio-gray-80-rgb);--color-primary-90:var(--studio-gray-90);--color-primary-90-rgb:var(--studio-gray-90-rgb);--color-primary-100:var(--studio-gray-100);--color-primary-100-rgb:var(--studio-gray-100-rgb);--color-accent:var(--studio-blue-70);--color-accent-rgb:var(--studio-blue-70-rgb);--color-accent-dark:var(--studio-blue-90);--color-accent-dark-rgb:var(--studio-blue-90-rgb);--color-accent-light:var(--studio-blue-50);--color-accent-light-rgb:var(--studio-blue-50-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-surface-backdrop:var(--studio-white);--color-surface-backdrop-rgb:var(--studio-white-rgb);--color-text:var(--studio-gray-100);--color-text-rgb:var(--studio-gray-100-rgb);--color-text-subtle:var(--studio-gray-70);--color-text-subtle-rgb:var(--studio-gray-70-rgb);--color-link:var(--studio-blue-70);--color-link-rgb:var(--studio-blue-70-rgb);--color-link-dark:var(--studio-blue-100);--color-link-dark-rgb:var(--studio-blue-100-rgb);--color-link-light:var(--studio-blue-50);--color-link-light-rgb:var(--studio-blue-50-rgb);--color-link-0:var(--studio-blue-0);--color-link-0-rgb:var(--studio-blue-0-rgb);--color-link-5:var(--studio-blue-5);--color-link-5-rgb:var(--studio-blue-5-rgb);--color-link-10:var(--studio-blue-10);--color-link-10-rgb:var(--studio-blue-10-rgb);--color-link-20:var(--studio-blue-20);--color-link-20-rgb:var(--studio-blue-20-rgb);--color-link-30:var(--studio-blue-30);--color-link-30-rgb:var(--studio-blue-30-rgb);--color-link-40:var(--studio-blue-40);--color-link-40-rgb:var(--studio-blue-40-rgb);--color-link-50:var(--studio-blue-50);--color-link-50-rgb:var(--studio-blue-50-rgb);--color-link-60:var(--studio-blue-60);--color-link-60-rgb:var(--studio-blue-60-rgb);--color-link-70:var(--studio-blue-70);--color-link-70-rgb:var(--studio-blue-70-rgb);--color-link-80:var(--studio-blue-80);--color-link-80-rgb:var(--studio-blue-80-rgb);--color-link-90:var(--studio-blue-90);--color-link-90-rgb:var(--studio-blue-90-rgb);--color-link-100:var(--studio-blue-100);--color-link-100-rgb:var(--studio-blue-100-rgb);--color-premium-domain:var(--studio-gray-100);--color-masterbar-background:var(--studio-gray-100);--color-masterbar-border:var(--studio-gray-90);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-gray-80);--color-masterbar-item-active-background:var(--studio-gray-60);--color-masterbar-item-new-editor-background:var(--studio-gray-70);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-90);--color-masterbar-unread-dot-background:var(--studio-yellow-20);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-70);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-70);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--color-surface);--color-sidebar-background-rgb:var(--studio-white-rgb);--color-sidebar-border:var(--studio-gray-5);--color-sidebar-text:var(--studio-gray-90);--color-sidebar-text-rgb:var(--studio-gray-90-rgb);--color-sidebar-text-alternative:var(--studio-gray-90);--color-sidebar-gridicon-fill:var(--studio-gray-90);--color-sidebar-menu-selected-background:var(--studio-gray-100);--color-sidebar-menu-selected-background-rgb:var(--studio-gray-100-rgb);--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:var(--studio-gray-60);--color-sidebar-menu-hover-background-rgb:var(--studio-gray-60-rgb);--color-sidebar-menu-hover-text:var(--studio-white);--color-sidebar-submenu-background:var(--studio-gray-90);--color-sidebar-submenu-text:var(--studio-gray-10);--color-sidebar-submenu-hover-text:var(--color-masterbar-unread-dot-background);--color-sidebar-submenu-selected-text:var(--studio-white)}.color-scheme.is-ectoplasm,.color-scheme.is-ectoplasm .is-nav-unification{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#523f6d;--theme-base-color-rgb:82,63,109;--theme-submenu-text-color:#cbc5d3;--theme-submenu-background-color:#413256;--theme-icon-color:#ece6f6;--theme-highlight-color:#a3b745;--theme-highlight-color-rgb:163,183,69;--theme-notification-color:#d46f15;--ectoplasm-green-0:#f2f5e1;--ectoplasm-green-5:#e9f5b3;--ectoplasm-green-10:#daf26b;--ectoplasm-green-20:#cdf030;--ectoplasm-green-30:#b5de00;--ectoplasm-green-40:#9bc000;--ectoplasm-green-50:#7f9d00;--ectoplasm-green-60:#647d00;--ectoplasm-green-70:#536700;--ectoplasm-green-80:#3f4f00;--ectoplasm-green-90:#293300;--ectoplasm-green-100:#161c00;--ectoplasm-green:#7f9d00;--ectoplasm-green-0-rgb:242,245,225;--ectoplasm-green-5-rgb:233,245,179;--ectoplasm-green-10-rgb:218,242,107;--ectoplasm-green-20-rgb:205,240,48;--ectoplasm-green-30-rgb:181,222,0;--ectoplasm-green-40-rgb:155,192,0;--ectoplasm-green-50-rgb:127,157,0;--ectoplasm-green-60-rgb:100,125,0;--ectoplasm-green-70-rgb:83,103,0;--ectoplasm-green-80-rgb:63,79,0;--ectoplasm-green-90-rgb:41,51,0;--ectoplasm-green-100-rgb:22,28,0;--ectoplasm-green-rgb:127,157,0;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--ectoplasm-green-70);--color-primary-dark-rgb:var(--ectoplasm-green-70-rgb);--color-primary-light:var(--ectoplasm-green-30);--color-primary-light-rgb:var(--ectoplasm-green-30-rgb);--color-primary-0:var(--ectoplasm-green-0);--color-primary-0-rgb:var(--ectoplasm-green-0-rgb);--color-primary-5:var(--ectoplasm-green-5);--color-primary-5-rgb:var(--ectoplasm-green-5-rgb);--color-primary-10:var(--ectoplasm-green-10);--color-primary-10-rgb:var(--ectoplasm-green-10-rgb);--color-primary-20:var(--ectoplasm-green-20);--color-primary-20-rgb:var(--ectoplasm-green-20-rgb);--color-primary-30:var(--ectoplasm-green-30);--color-primary-30-rgb:var(--ectoplasm-green-30-rgb);--color-primary-40:var(--ectoplasm-green-40);--color-primary-40-rgb:var(--ectoplasm-green-40-rgb);--color-primary-50:var(--ectoplasm-green-50);--color-primary-50-rgb:var(--ectoplasm-green-50-rgb);--color-primary-60:var(--ectoplasm-green-60);--color-primary-60-rgb:var(--ectoplasm-green-60-rgb);--color-primary-70:var(--ectoplasm-green-70);--color-primary-70-rgb:var(--ectoplasm-green-70-rgb);--color-primary-80:var(--ectoplasm-green-80);--color-primary-80-rgb:var(--ectoplasm-green-80-rgb);--color-primary-90:var(--ectoplasm-green-90);--color-primary-90-rgb:var(--ectoplasm-green-90-rgb);--color-primary-100:var(--ectoplasm-green-100);--color-primary-100-rgb:var(--ectoplasm-green-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--ectoplasm-green-70);--color-accent-dark-rgb:var(--ectoplasm-green-70-rgb);--color-accent-light:var(--ectoplasm-green-30);--color-accent-light-rgb:var(--ectoplasm-green-30-rgb);--color-accent-0:var(--ectoplasm-green-0);--color-accent-0-rgb:var(--ectoplasm-green-0-rgb);--color-accent-5:var(--ectoplasm-green-5);--color-accent-5-rgb:var(--ectoplasm-green-5-rgb);--color-accent-10:var(--ectoplasm-green-10);--color-accent-10-rgb:var(--ectoplasm-green-10-rgb);--color-accent-20:var(--ectoplasm-green-20);--color-accent-20-rgb:var(--ectoplasm-green-20-rgb);--color-accent-30:var(--ectoplasm-green-30);--color-accent-30-rgb:var(--ectoplasm-green-30-rgb);--color-accent-40:var(--ectoplasm-green-40);--color-accent-40-rgb:var(--ectoplasm-green-40-rgb);--color-accent-50:var(--ectoplasm-green-50);--color-accent-50-rgb:var(--ectoplasm-green-50-rgb);--color-accent-60:var(--ectoplasm-green-60);--color-accent-60-rgb:var(--ectoplasm-green-60-rgb);--color-accent-70:var(--ectoplasm-green-70);--color-accent-70-rgb:var(--ectoplasm-green-70-rgb);--color-accent-80:var(--ectoplasm-green-80);--color-accent-80-rgb:var(--ectoplasm-green-80-rgb);--color-accent-90:var(--ectoplasm-green-90);--color-accent-90-rgb:var(--ectoplasm-green-90-rgb);--color-accent-100:var(--ectoplasm-green-100);--color-accent-100-rgb:var(--ectoplasm-green-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--theme-text-color);--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-highlight-color)}.color-scheme.is-light,.color-scheme.is-light .is-nav-unification{--theme-text-color:#333;--theme-text-color-rgb:51,51,51;--theme-base-color:#e5e5e5;--theme-base-color-rgb:229,229,229;--theme-submenu-text-color:#686868;--theme-submenu-background-color:#fff;--theme-icon-color:#999;--theme-highlight-color:#04a4cc;--theme-highlight-color-rgb:4,164,204;--theme-notification-color:#d64e07;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-black);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-90);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--studio-gray-90);--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:#888;--color-sidebar-menu-selected-background-rgb:136,136,136;--color-sidebar-menu-selected-text:#fff;--color-sidebar-menu-selected-text-rgb:255,255,255;--color-sidebar-menu-hover-background:#888;--color-sidebar-menu-hover-background-rgb:136,136,136;--color-sidebar-menu-hover-text:#fff;--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-highlight-color);--color-sidebar-submenu-selected-text:#333}.color-scheme.is-light .is-nav-unification .masterbar__item-notifications .gridicon,.color-scheme.is-light .masterbar__item-notifications .gridicon{fill:#000}.color-scheme.is-midnight,.color-scheme.is-midnight .is-nav-unification{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#363b3f;--theme-base-color-rgb:54,59,63;--theme-submenu-text-color:#c3c4c5;--theme-submenu-background-color:#26292c;--theme-icon-color:#ece6f6;--theme-highlight-color:#e14d43;--theme-highlight-color-rgb:225,77,67;--theme-notification-color:#69a8bb;--midnight-blue-0:#e1eef5;--midnight-blue-5:#b3ddf5;--midnight-blue-10:#6bbff2;--midnight-blue-20:#30a2f0;--midnight-blue-30:#007fde;--midnight-blue-40:#006ac0;--midnight-blue-50:#00549d;--midnight-blue-60:#00417d;--midnight-blue-70:#003567;--midnight-blue-80:#00284f;--midnight-blue-90:#001a33;--midnight-blue-100:#000e1c;--midnight-blue:#00549d;--midnight-blue-0-rgb:225,238,245;--midnight-blue-5-rgb:179,221,245;--midnight-blue-10-rgb:107,191,242;--midnight-blue-20-rgb:48,162,240;--midnight-blue-30-rgb:0,127,222;--midnight-blue-40-rgb:0,106,192;--midnight-blue-50-rgb:0,84,157;--midnight-blue-60-rgb:0,65,125;--midnight-blue-70-rgb:0,53,103;--midnight-blue-80-rgb:0,40,79;--midnight-blue-90-rgb:0,26,51;--midnight-blue-100-rgb:0,14,28;--midnight-blue-rgb:0,84,157;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--midnight-blue-70);--color-primary-dark-rgb:var(--midnight-blue-70-rgb);--color-primary-light:var(--midnight-blue-30);--color-primary-light-rgb:var(--midnight-blue-30-rgb);--color-primary-0:var(--midnight-blue-0);--color-primary-0-rgb:var(--midnight-blue-0-rgb);--color-primary-5:var(--midnight-blue-5);--color-primary-5-rgb:var(--midnight-blue-5-rgb);--color-primary-10:var(--midnight-blue-10);--color-primary-10-rgb:var(--midnight-blue-10-rgb);--color-primary-20:var(--midnight-blue-20);--color-primary-20-rgb:var(--midnight-blue-20-rgb);--color-primary-30:var(--midnight-blue-30);--color-primary-30-rgb:var(--midnight-blue-30-rgb);--color-primary-40:var(--midnight-blue-40);--color-primary-40-rgb:var(--midnight-blue-40-rgb);--color-primary-50:var(--midnight-blue-50);--color-primary-50-rgb:var(--midnight-blue-50-rgb);--color-primary-60:var(--midnight-blue-60);--color-primary-60-rgb:var(--midnight-blue-60-rgb);--color-primary-70:var(--midnight-blue-70);--color-primary-70-rgb:var(--midnight-blue-70-rgb);--color-primary-80:var(--midnight-blue-80);--color-primary-80-rgb:var(--midnight-blue-80-rgb);--color-primary-90:var(--midnight-blue-90);--color-primary-90-rgb:var(--midnight-blue-90-rgb);--color-primary-100:var(--midnight-blue-100);--color-primary-100-rgb:var(--midnight-blue-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--midnight-blue-70);--color-accent-dark-rgb:var(--midnight-blue-70-rgb);--color-accent-light:var(--midnight-blue-30);--color-accent-light-rgb:var(--midnight-blue-30-rgb);--color-accent-0:var(--midnight-blue-0);--color-accent-0-rgb:var(--midnight-blue-0-rgb);--color-accent-5:var(--midnight-blue-5);--color-accent-5-rgb:var(--midnight-blue-5-rgb);--color-accent-10:var(--midnight-blue-10);--color-accent-10-rgb:var(--midnight-blue-10-rgb);--color-accent-20:var(--midnight-blue-20);--color-accent-20-rgb:var(--midnight-blue-20-rgb);--color-accent-30:var(--midnight-blue-30);--color-accent-30-rgb:var(--midnight-blue-30-rgb);--color-accent-40:var(--midnight-blue-40);--color-accent-40-rgb:var(--midnight-blue-40-rgb);--color-accent-50:var(--midnight-blue-50);--color-accent-50-rgb:var(--midnight-blue-50-rgb);--color-accent-60:var(--midnight-blue-60);--color-accent-60-rgb:var(--midnight-blue-60-rgb);--color-accent-70:var(--midnight-blue-70);--color-accent-70-rgb:var(--midnight-blue-70-rgb);--color-accent-80:var(--midnight-blue-80);--color-accent-80-rgb:var(--midnight-blue-80-rgb);--color-accent-90:var(--midnight-blue-90);--color-accent-90-rgb:var(--midnight-blue-90-rgb);--color-accent-100:var(--midnight-blue-100);--color-accent-100-rgb:var(--midnight-blue-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--theme-text-color);--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-highlight-color)}.color-scheme.is-modern,.color-scheme.is-modern .is-nav-unification{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#1e1e1e;--theme-base-color-rgb:30,30,30;--theme-submenu-text-color:#bcbcbc;--theme-submenu-background-color:#0c0c0c;--theme-icon-color:#ece6f6;--theme-highlight-color:#3858e9;--theme-highlight-color-rgb:56,88,233;--theme-notification-color:#3858e9;--color-link:var(--theme-highlight-color);--color-link-dark:#183ad6;--color-link-light:#667fee;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--studio-gray-10);--color-sidebar-gridicon-fill:var(--studio-gray-0);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:#33f078}.color-scheme.is-nightfall,.color-scheme.is-nightfall .is-nav-unification{--color-primary:var(--studio-gray-90);--color-primary-rgb:var(--studio-gray-90-rgb);--color-primary-dark:var(--studio-gray-70);--color-primary-dark-rgb:var(--studio-gray-70-rgb);--color-primary-light:var(--studio-gray-30);--color-primary-light-rgb:var(--studio-gray-30-rgb);--color-primary-0:var(--studio-gray-0);--color-primary-0-rgb:var(--studio-gray-0-rgb);--color-primary-5:var(--studio-gray-5);--color-primary-5-rgb:var(--studio-gray-5-rgb);--color-primary-10:var(--studio-gray-10);--color-primary-10-rgb:var(--studio-gray-10-rgb);--color-primary-20:var(--studio-gray-20);--color-primary-20-rgb:var(--studio-gray-20-rgb);--color-primary-30:var(--studio-gray-30);--color-primary-30-rgb:var(--studio-gray-30-rgb);--color-primary-40:var(--studio-gray-40);--color-primary-40-rgb:var(--studio-gray-40-rgb);--color-primary-50:var(--studio-gray-50);--color-primary-50-rgb:var(--studio-gray-50-rgb);--color-primary-60:var(--studio-gray-60);--color-primary-60-rgb:var(--studio-gray-60-rgb);--color-primary-70:var(--studio-gray-70);--color-primary-70-rgb:var(--studio-gray-70-rgb);--color-primary-80:var(--studio-gray-80);--color-primary-80-rgb:var(--studio-gray-80-rgb);--color-primary-90:var(--studio-gray-90);--color-primary-90-rgb:var(--studio-gray-90-rgb);--color-primary-100:var(--studio-gray-100);--color-primary-100-rgb:var(--studio-gray-100-rgb);--color-accent:var(--studio-blue-50);--color-accent-rgb:var(--studio-blue-50-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-link:var(--studio-blue-50);--color-link-rgb:var(--studio-blue-50-rgb);--color-link-dark:var(--studio-blue-70);--color-link-dark-rgb:var(--studio-blue-70-rgb);--color-link-light:var(--studio-blue-30);--color-link-light-rgb:var(--studio-blue-30-rgb);--color-link-0:var(--studio-blue-0);--color-link-0-rgb:var(--studio-blue-0-rgb);--color-link-5:var(--studio-blue-5);--color-link-5-rgb:var(--studio-blue-5-rgb);--color-link-10:var(--studio-blue-10);--color-link-10-rgb:var(--studio-blue-10-rgb);--color-link-20:var(--studio-blue-20);--color-link-20-rgb:var(--studio-blue-20-rgb);--color-link-30:var(--studio-blue-30);--color-link-30-rgb:var(--studio-blue-30-rgb);--color-link-40:var(--studio-blue-40);--color-link-40-rgb:var(--studio-blue-40-rgb);--color-link-50:var(--studio-blue-50);--color-link-50-rgb:var(--studio-blue-50-rgb);--color-link-60:var(--studio-blue-60);--color-link-60-rgb:var(--studio-blue-60-rgb);--color-link-70:var(--studio-blue-70);--color-link-70-rgb:var(--studio-blue-70-rgb);--color-link-80:var(--studio-blue-80);--color-link-80-rgb:var(--studio-blue-80-rgb);--color-link-90:var(--studio-blue-90);--color-link-90-rgb:var(--studio-blue-90-rgb);--color-link-100:var(--studio-blue-100);--color-link-100-rgb:var(--studio-blue-100-rgb);--color-masterbar-background:var(--studio-blue-100);--color-masterbar-border:var(--studio-blue-100);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-blue-90);--color-masterbar-item-active-background:var(--studio-blue-80);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-blue-80);--color-sidebar-background-rgb:var(--studio-blue-80-rgb);--color-sidebar-border:var(--studio-blue-90);--color-sidebar-text:var(--studio-blue-5);--color-sidebar-text-rgb:var(--studio-blue-5-rgb);--color-sidebar-text-alternative:var(--studio-blue-20);--color-sidebar-gridicon-fill:var(--studio-blue-10);--color-sidebar-menu-selected-background:var(--studio-blue-100);--color-sidebar-menu-selected-background-rgb:var(--studio-blue-100-rgb);--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:var(--studio-blue-70);--color-sidebar-menu-hover-background-rgb:var(--studio-blue-70-rgb);--color-sidebar-menu-hover-text:var(--studio-white);--color-sidebar-submenu-background:var(--studio-blue-90);--color-sidebar-submenu-text:var(--studio-white);--color-sidebar-submenu-hover-text:var(--studio-blue-20);--color-sidebar-submenu-selected-text:var(--studio-white)}.color-scheme.is-ocean,.color-scheme.is-ocean .is-nav-unification{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#738e96;--theme-base-color-rgb:115,142,150;--theme-submenu-text-color:#d5dde0;--theme-submenu-background-color:#627c83;--theme-icon-color:#f2fcff;--theme-highlight-color:#9ebaa0;--theme-highlight-color-rgb:158,186,160;--theme-notification-color:#aa9d88;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-celadon-70);--color-primary-dark-rgb:var(--studio-celadon-70-rgb);--color-primary-light:var(--studio-celadon-30);--color-primary-light-rgb:var(--studio-celadon-30-rgb);--color-primary-0:var(--studio-celadon-0);--color-primary-0-rgb:var(--studio-celadon-0-rgb);--color-primary-5:var(--studio-celadon-5);--color-primary-5-rgb:var(--studio-celadon-5-rgb);--color-primary-10:var(--studio-celadon-10);--color-primary-10-rgb:var(--studio-celadon-10-rgb);--color-primary-20:var(--studio-celadon-20);--color-primary-20-rgb:var(--studio-celadon-20-rgb);--color-primary-30:var(--studio-celadon-30);--color-primary-30-rgb:var(--studio-celadon-30-rgb);--color-primary-40:var(--studio-celadon-40);--color-primary-40-rgb:var(--studio-celadon-40-rgb);--color-primary-50:var(--studio-celadon-50);--color-primary-50-rgb:var(--studio-celadon-50-rgb);--color-primary-60:var(--studio-celadon-60);--color-primary-60-rgb:var(--studio-celadon-60-rgb);--color-primary-70:var(--studio-celadon-70);--color-primary-70-rgb:var(--studio-celadon-70-rgb);--color-primary-80:var(--studio-celadon-80);--color-primary-80-rgb:var(--studio-celadon-80-rgb);--color-primary-90:var(--studio-celadon-90);--color-primary-90-rgb:var(--studio-celadon-90-rgb);--color-primary-100:var(--studio-celadon-100);--color-primary-100-rgb:var(--studio-celadon-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-celadon-70);--color-accent-dark-rgb:var(--studio-celadon-70-rgb);--color-accent-light:var(--studio-celadon-30);--color-accent-light-rgb:var(--studio-celadon-30-rgb);--color-accent-0:var(--studio-celadon-0);--color-accent-0-rgb:var(--studio-celadon-0-rgb);--color-accent-5:var(--studio-celadon-5);--color-accent-5-rgb:var(--studio-celadon-5-rgb);--color-accent-10:var(--studio-celadon-10);--color-accent-10-rgb:var(--studio-celadon-10-rgb);--color-accent-20:var(--studio-celadon-20);--color-accent-20-rgb:var(--studio-celadon-20-rgb);--color-accent-30:var(--studio-celadon-30);--color-accent-30-rgb:var(--studio-celadon-30-rgb);--color-accent-40:var(--studio-celadon-40);--color-accent-40-rgb:var(--studio-celadon-40-rgb);--color-accent-50:var(--studio-celadon-50);--color-accent-50-rgb:var(--studio-celadon-50-rgb);--color-accent-60:var(--studio-celadon-60);--color-accent-60-rgb:var(--studio-celadon-60-rgb);--color-accent-70:var(--studio-celadon-70);--color-accent-70-rgb:var(--studio-celadon-70-rgb);--color-accent-80:var(--studio-celadon-80);--color-accent-80-rgb:var(--studio-celadon-80-rgb);--color-accent-90:var(--studio-celadon-90);--color-accent-90-rgb:var(--studio-celadon-90-rgb);--color-accent-100:var(--studio-celadon-100);--color-accent-100-rgb:var(--studio-celadon-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--theme-text-color);--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-highlight-color)}.color-scheme.is-powder-snow,.color-scheme.is-powder-snow .is-nav-unification{--color-primary:var(--studio-gray-90);--color-primary-rgb:var(--studio-gray-90-rgb);--color-primary-dark:var(--studio-gray-70);--color-primary-dark-rgb:var(--studio-gray-70-rgb);--color-primary-light:var(--studio-gray-30);--color-primary-light-rgb:var(--studio-gray-30-rgb);--color-primary-0:var(--studio-gray-0);--color-primary-0-rgb:var(--studio-gray-0-rgb);--color-primary-5:var(--studio-gray-5);--color-primary-5-rgb:var(--studio-gray-5-rgb);--color-primary-10:var(--studio-gray-10);--color-primary-10-rgb:var(--studio-gray-10-rgb);--color-primary-20:var(--studio-gray-20);--color-primary-20-rgb:var(--studio-gray-20-rgb);--color-primary-30:var(--studio-gray-30);--color-primary-30-rgb:var(--studio-gray-30-rgb);--color-primary-40:var(--studio-gray-40);--color-primary-40-rgb:var(--studio-gray-40-rgb);--color-primary-50:var(--studio-gray-50);--color-primary-50-rgb:var(--studio-gray-50-rgb);--color-primary-60:var(--studio-gray-60);--color-primary-60-rgb:var(--studio-gray-60-rgb);--color-primary-70:var(--studio-gray-70);--color-primary-70-rgb:var(--studio-gray-70-rgb);--color-primary-80:var(--studio-gray-80);--color-primary-80-rgb:var(--studio-gray-80-rgb);--color-primary-90:var(--studio-gray-90);--color-primary-90-rgb:var(--studio-gray-90-rgb);--color-primary-100:var(--studio-gray-100);--color-primary-100-rgb:var(--studio-gray-100-rgb);--color-accent:var(--studio-blue-50);--color-accent-rgb:var(--studio-blue-50-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-link:var(--studio-blue-50);--color-link-rgb:var(--studio-blue-50-rgb);--color-link-dark:var(--studio-blue-70);--color-link-dark-rgb:var(--studio-blue-70-rgb);--color-link-light:var(--studio-blue-30);--color-link-light-rgb:var(--studio-blue-30-rgb);--color-link-0:var(--studio-blue-0);--color-link-0-rgb:var(--studio-blue-0-rgb);--color-link-5:var(--studio-blue-5);--color-link-5-rgb:var(--studio-blue-5-rgb);--color-link-10:var(--studio-blue-10);--color-link-10-rgb:var(--studio-blue-10-rgb);--color-link-20:var(--studio-blue-20);--color-link-20-rgb:var(--studio-blue-20-rgb);--color-link-30:var(--studio-blue-30);--color-link-30-rgb:var(--studio-blue-30-rgb);--color-link-40:var(--studio-blue-40);--color-link-40-rgb:var(--studio-blue-40-rgb);--color-link-50:var(--studio-blue-50);--color-link-50-rgb:var(--studio-blue-50-rgb);--color-link-60:var(--studio-blue-60);--color-link-60-rgb:var(--studio-blue-60-rgb);--color-link-70:var(--studio-blue-70);--color-link-70-rgb:var(--studio-blue-70-rgb);--color-link-80:var(--studio-blue-80);--color-link-80-rgb:var(--studio-blue-80-rgb);--color-link-90:var(--studio-blue-90);--color-link-90-rgb:var(--studio-blue-90-rgb);--color-link-100:var(--studio-blue-100);--color-link-100-rgb:var(--studio-blue-100-rgb);--color-masterbar-background:var(--studio-gray-100);--color-masterbar-border:var(--studio-gray-90);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-gray-80);--color-masterbar-item-active-background:var(--studio-gray-70);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-gray-5);--color-sidebar-background-rgb:var(--studio-gray-5-rgb);--color-sidebar-border:var(--studio-gray-10);--color-sidebar-text:var(--studio-gray-80);--color-sidebar-text-rgb:var(--studio-gray-80-rgb);--color-sidebar-text-alternative:var(--studio-gray-60);--color-sidebar-gridicon-fill:var(--studio-gray-50);--color-sidebar-menu-selected-background:var(--studio-gray-60);--color-sidebar-menu-selected-background-rgb:var(--studio-gray-60-rgb);--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:var(--color-surface);--color-sidebar-menu-hover-background-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-text:var(--studio-blue-60);--color-sidebar-submenu-background:var(--studio-gray-10);--color-sidebar-submenu-text:var(--studio-gray-80);--color-sidebar-submenu-hover-text:var(--studio-blue-60);--color-sidebar-submenu-selected-text:var(--studio-gray-80)}.color-scheme.is-sakura,.color-scheme.is-sakura .is-nav-unification{--color-primary:var(--studio-celadon-50);--color-primary-rgb:var(--studio-celadon-50-rgb);--color-primary-dark:var(--studio-celadon-70);--color-primary-dark-rgb:var(--studio-celadon-70-rgb);--color-primary-light:var(--studio-celadon-30);--color-primary-light-rgb:var(--studio-celadon-30-rgb);--color-primary-0:var(--studio-celadon-0);--color-primary-0-rgb:var(--studio-celadon-0-rgb);--color-primary-5:var(--studio-celadon-5);--color-primary-5-rgb:var(--studio-celadon-5-rgb);--color-primary-10:var(--studio-celadon-10);--color-primary-10-rgb:var(--studio-celadon-10-rgb);--color-primary-20:var(--studio-celadon-20);--color-primary-20-rgb:var(--studio-celadon-20-rgb);--color-primary-30:var(--studio-celadon-30);--color-primary-30-rgb:var(--studio-celadon-30-rgb);--color-primary-40:var(--studio-celadon-40);--color-primary-40-rgb:var(--studio-celadon-40-rgb);--color-primary-50:var(--studio-celadon-50);--color-primary-50-rgb:var(--studio-celadon-50-rgb);--color-primary-60:var(--studio-celadon-60);--color-primary-60-rgb:var(--studio-celadon-60-rgb);--color-primary-70:var(--studio-celadon-70);--color-primary-70-rgb:var(--studio-celadon-70-rgb);--color-primary-80:var(--studio-celadon-80);--color-primary-80-rgb:var(--studio-celadon-80-rgb);--color-primary-90:var(--studio-celadon-90);--color-primary-90-rgb:var(--studio-celadon-90-rgb);--color-primary-100:var(--studio-celadon-100);--color-primary-100-rgb:var(--studio-celadon-100-rgb);--color-accent:var(--studio-blue-50);--color-accent-rgb:var(--studio-blue-50-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-link:var(--studio-celadon-50);--color-link-rgb:var(--studio-celadon-50-rgb);--color-link-dark:var(--studio-celadon-70);--color-link-dark-rgb:var(--studio-celadon-70-rgb);--color-link-light:var(--studio-celadon-30);--color-link-light-rgb:var(--studio-celadon-30-rgb);--color-link-0:var(--studio-celadon-0);--color-link-0-rgb:var(--studio-celadon-0-rgb);--color-link-5:var(--studio-celadon-5);--color-link-5-rgb:var(--studio-celadon-5-rgb);--color-link-10:var(--studio-celadon-10);--color-link-10-rgb:var(--studio-celadon-10-rgb);--color-link-20:var(--studio-celadon-20);--color-link-20-rgb:var(--studio-celadon-20-rgb);--color-link-30:var(--studio-celadon-30);--color-link-30-rgb:var(--studio-celadon-30-rgb);--color-link-40:var(--studio-celadon-40);--color-link-40-rgb:var(--studio-celadon-40-rgb);--color-link-50:var(--studio-celadon-50);--color-link-50-rgb:var(--studio-celadon-50-rgb);--color-link-60:var(--studio-celadon-60);--color-link-60-rgb:var(--studio-celadon-60-rgb);--color-link-70:var(--studio-celadon-70);--color-link-70-rgb:var(--studio-celadon-70-rgb);--color-link-80:var(--studio-celadon-80);--color-link-80-rgb:var(--studio-celadon-80-rgb);--color-link-90:var(--studio-celadon-90);--color-link-90-rgb:var(--studio-celadon-90-rgb);--color-link-100:var(--studio-celadon-100);--color-link-100-rgb:var(--studio-celadon-100-rgb);--color-masterbar-background:var(--studio-celadon-70);--color-masterbar-border:var(--studio-celadon-80);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-celadon-80);--color-masterbar-item-active-background:var(--studio-celadon-90);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-pink-5);--color-sidebar-background-rgb:var(--studio-pink-5-rgb);--color-sidebar-border:var(--studio-pink-10);--color-sidebar-text:var(--studio-pink-80);--color-sidebar-text-rgb:var(--studio-pink-80-rgb);--color-sidebar-text-alternative:var(--studio-pink-60);--color-sidebar-gridicon-fill:var(--studio-pink-70);--color-sidebar-menu-selected-background:var(--studio-blue-50);--color-sidebar-menu-selected-background-rgb:var(--studio-blue-50-rgb);--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:var(--studio-pink-10);--color-sidebar-menu-hover-background-rgb:var(--studio-pink-10-rgb);--color-sidebar-menu-hover-text:var(--studio-pink-90);--color-sidebar-submenu-background:var(--studio-pink-90);--color-sidebar-submenu-text:var(--studio-pink-0);--color-sidebar-submenu-hover-text:var(--studio-blue-20);--color-sidebar-submenu-selected-text:var(--studio-pink-0)}.color-scheme.is-sunrise,.color-scheme.is-sunrise .is-nav-unification{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#cf4944;--theme-base-color-rgb:207,73,68;--theme-submenu-text-color:#f1c8c7;--theme-submenu-background-color:#be3631;--theme-submenu-hover-text-color:#f7e3d3;--theme-icon-color:#f3f1f1;--theme-highlight-color:#dd823b;--theme-highlight-color-rgb:221,130,59;--theme-notification-color:#ccaf0b;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-orange-70);--color-primary-dark-rgb:var(--studio-orange-70-rgb);--color-primary-light:var(--studio-orange-30);--color-primary-light-rgb:var(--studio-orange-30-rgb);--color-primary-0:var(--studio-orange-0);--color-primary-0-rgb:var(--studio-orange-0-rgb);--color-primary-5:var(--studio-orange-5);--color-primary-5-rgb:var(--studio-orange-5-rgb);--color-primary-10:var(--studio-orange-10);--color-primary-10-rgb:var(--studio-orange-10-rgb);--color-primary-20:var(--studio-orange-20);--color-primary-20-rgb:var(--studio-orange-20-rgb);--color-primary-30:var(--studio-orange-30);--color-primary-30-rgb:var(--studio-orange-30-rgb);--color-primary-40:var(--studio-orange-40);--color-primary-40-rgb:var(--studio-orange-40-rgb);--color-primary-50:var(--studio-orange-50);--color-primary-50-rgb:var(--studio-orange-50-rgb);--color-primary-60:var(--studio-orange-60);--color-primary-60-rgb:var(--studio-orange-60-rgb);--color-primary-70:var(--studio-orange-70);--color-primary-70-rgb:var(--studio-orange-70-rgb);--color-primary-80:var(--studio-orange-80);--color-primary-80-rgb:var(--studio-orange-80-rgb);--color-primary-90:var(--studio-orange-90);--color-primary-90-rgb:var(--studio-orange-90-rgb);--color-primary-100:var(--studio-orange-100);--color-primary-100-rgb:var(--studio-orange-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-orange-70);--color-accent-dark-rgb:var(--studio-orange-70-rgb);--color-accent-light:var(--studio-orange-30);--color-accent-light-rgb:var(--studio-orange-30-rgb);--color-accent-0:var(--studio-orange-0);--color-accent-0-rgb:var(--studio-orange-0-rgb);--color-accent-5:var(--studio-orange-5);--color-accent-5-rgb:var(--studio-orange-5-rgb);--color-accent-10:var(--studio-orange-10);--color-accent-10-rgb:var(--studio-orange-10-rgb);--color-accent-20:var(--studio-orange-20);--color-accent-20-rgb:var(--studio-orange-20-rgb);--color-accent-30:var(--studio-orange-30);--color-accent-30-rgb:var(--studio-orange-30-rgb);--color-accent-40:var(--studio-orange-40);--color-accent-40-rgb:var(--studio-orange-40-rgb);--color-accent-50:var(--studio-orange-50);--color-accent-50-rgb:var(--studio-orange-50-rgb);--color-accent-60:var(--studio-orange-60);--color-accent-60-rgb:var(--studio-orange-60-rgb);--color-accent-70:var(--studio-orange-70);--color-accent-70-rgb:var(--studio-orange-70-rgb);--color-accent-80:var(--studio-orange-80);--color-accent-80-rgb:var(--studio-orange-80-rgb);--color-accent-90:var(--studio-orange-90);--color-accent-90-rgb:var(--studio-orange-90-rgb);--color-accent-100:var(--studio-orange-100);--color-accent-100-rgb:var(--studio-orange-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--studio-gray-0);--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-submenu-hover-text-color)}.color-scheme.is-sunset,.color-scheme.is-sunset .is-nav-unification{--color-primary:var(--studio-red-50);--color-primary-rgb:var(--studio-red-50-rgb);--color-primary-dark:var(--studio-red-70);--color-primary-dark-rgb:var(--studio-red-70-rgb);--color-primary-light:var(--studio-red-30);--color-primary-light-rgb:var(--studio-red-30-rgb);--color-primary-0:var(--studio-red-0);--color-primary-0-rgb:var(--studio-red-0-rgb);--color-primary-5:var(--studio-red-5);--color-primary-5-rgb:var(--studio-red-5-rgb);--color-primary-10:var(--studio-red-10);--color-primary-10-rgb:var(--studio-red-10-rgb);--color-primary-20:var(--studio-red-20);--color-primary-20-rgb:var(--studio-red-20-rgb);--color-primary-30:var(--studio-red-30);--color-primary-30-rgb:var(--studio-red-30-rgb);--color-primary-40:var(--studio-red-40);--color-primary-40-rgb:var(--studio-red-40-rgb);--color-primary-50:var(--studio-red-50);--color-primary-50-rgb:var(--studio-red-50-rgb);--color-primary-60:var(--studio-red-60);--color-primary-60-rgb:var(--studio-red-60-rgb);--color-primary-70:var(--studio-red-70);--color-primary-70-rgb:var(--studio-red-70-rgb);--color-primary-80:var(--studio-red-80);--color-primary-80-rgb:var(--studio-red-80-rgb);--color-primary-90:var(--studio-red-90);--color-primary-90-rgb:var(--studio-red-90-rgb);--color-primary-100:var(--studio-red-100);--color-primary-100-rgb:var(--studio-red-100-rgb);--color-accent:var(--studio-orange-50);--color-accent-rgb:var(--studio-orange-50-rgb);--color-accent-dark:var(--studio-orange-70);--color-accent-dark-rgb:var(--studio-orange-70-rgb);--color-accent-light:var(--studio-orange-30);--color-accent-light-rgb:var(--studio-orange-30-rgb);--color-accent-0:var(--studio-orange-0);--color-accent-0-rgb:var(--studio-orange-0-rgb);--color-accent-5:var(--studio-orange-5);--color-accent-5-rgb:var(--studio-orange-5-rgb);--color-accent-10:var(--studio-orange-10);--color-accent-10-rgb:var(--studio-orange-10-rgb);--color-accent-20:var(--studio-orange-20);--color-accent-20-rgb:var(--studio-orange-20-rgb);--color-accent-30:var(--studio-orange-30);--color-accent-30-rgb:var(--studio-orange-30-rgb);--color-accent-40:var(--studio-orange-40);--color-accent-40-rgb:var(--studio-orange-40-rgb);--color-accent-50:var(--studio-orange-50);--color-accent-50-rgb:var(--studio-orange-50-rgb);--color-accent-60:var(--studio-orange-60);--color-accent-60-rgb:var(--studio-orange-60-rgb);--color-accent-70:var(--studio-orange-70);--color-accent-70-rgb:var(--studio-orange-70-rgb);--color-accent-80:var(--studio-orange-80);--color-accent-80-rgb:var(--studio-orange-80-rgb);--color-accent-90:var(--studio-orange-90);--color-accent-90-rgb:var(--studio-orange-90-rgb);--color-accent-100:var(--studio-orange-100);--color-accent-100-rgb:var(--studio-orange-100-rgb);--color-link:var(--studio-orange-50);--color-link-rgb:var(--studio-orange-50-rgb);--color-link-dark:var(--studio-orange-70);--color-link-dark-rgb:var(--studio-orange-70-rgb);--color-link-light:var(--studio-orange-30);--color-link-light-rgb:var(--studio-orange-30-rgb);--color-link-0:var(--studio-orange-0);--color-link-0-rgb:var(--studio-orange-0-rgb);--color-link-5:var(--studio-orange-5);--color-link-5-rgb:var(--studio-orange-5-rgb);--color-link-10:var(--studio-orange-10);--color-link-10-rgb:var(--studio-orange-10-rgb);--color-link-20:var(--studio-orange-20);--color-link-20-rgb:var(--studio-orange-20-rgb);--color-link-30:var(--studio-orange-30);--color-link-30-rgb:var(--studio-orange-30-rgb);--color-link-40:var(--studio-orange-40);--color-link-40-rgb:var(--studio-orange-40-rgb);--color-link-50:var(--studio-orange-50);--color-link-50-rgb:var(--studio-orange-50-rgb);--color-link-60:var(--studio-orange-60);--color-link-60-rgb:var(--studio-orange-60-rgb);--color-link-70:var(--studio-orange-70);--color-link-70-rgb:var(--studio-orange-70-rgb);--color-link-80:var(--studio-orange-80);--color-link-80-rgb:var(--studio-orange-80-rgb);--color-link-90:var(--studio-orange-90);--color-link-90-rgb:var(--studio-orange-90-rgb);--color-link-100:var(--studio-orange-100);--color-link-100-rgb:var(--studio-orange-100-rgb);--color-masterbar-background:var(--studio-red-80);--color-masterbar-border:var(--studio-red-80);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-red-90);--color-masterbar-item-active-background:var(--studio-red-100);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-red-70);--color-sidebar-background-rgb:var(--studio-red-70-rgb);--color-sidebar-border:var(--studio-red-80);--color-sidebar-text:var(--studio-white);--color-sidebar-text-rgb:var(--studio-white-rgb);--color-sidebar-text-alternative:var(--studio-red-10);--color-sidebar-gridicon-fill:var(--studio-red-5);--color-sidebar-menu-selected-background:var(--studio-yellow-20);--color-sidebar-menu-selected-background-rgb:var(--studio-yellow-20-rgb);--color-sidebar-menu-selected-text:var(--studio-yellow-80);--color-sidebar-menu-selected-text-rgb:var(--studio-yellow-80-rgb);--color-sidebar-menu-hover-background:var(--studio-red-80);--color-sidebar-menu-hover-background-rgb:var(--studio-red-80-rgb);--color-sidebar-menu-hover-text:var(--studio-white);--color-sidebar-submenu-background:var(--studio-red-60);--color-sidebar-submenu-text:var(--studio-white);--color-sidebar-submenu-hover-text:var(--studio-yellow-20);--color-sidebar-submenu-selected-text:var(--studio-white)}.color-scheme.is-jetpack-cloud,.theme-jetpack-cloud{--color-primary:var(--studio-jetpack-green);--color-primary-rgb:var(--studio-jetpack-green-rgb);--color-primary-dark:var(--studio-jetpack-green-70);--color-primary-dark-rgb:var(--studio-jetpack-green-70-rgb);--color-primary-light:var(--studio-jetpack-green-30);--color-primary-light-rgb:var(--studio-jetpack-green-30-rgb);--color-primary-0:var(--studio-jetpack-green-0);--color-primary-0-rgb:var(--studio-jetpack-green-0-rgb);--color-primary-5:var(--studio-jetpack-green-5);--color-primary-5-rgb:var(--studio-jetpack-green-5-rgb);--color-primary-10:var(--studio-jetpack-green-10);--color-primary-10-rgb:var(--studio-jetpack-green-10-rgb);--color-primary-20:var(--studio-jetpack-green-20);--color-primary-20-rgb:var(--studio-jetpack-green-20-rgb);--color-primary-30:var(--studio-jetpack-green-30);--color-primary-30-rgb:var(--studio-jetpack-green-30-rgb);--color-primary-40:var(--studio-jetpack-green-40);--color-primary-40-rgb:var(--studio-jetpack-green-40-rgb);--color-primary-50:var(--studio-jetpack-green-50);--color-primary-50-rgb:var(--studio-jetpack-green-50-rgb);--color-primary-60:var(--studio-jetpack-green-60);--color-primary-60-rgb:var(--studio-jetpack-green-60-rgb);--color-primary-70:var(--studio-jetpack-green-70);--color-primary-70-rgb:var(--studio-jetpack-green-70-rgb);--color-primary-80:var(--studio-jetpack-green-80);--color-primary-80-rgb:var(--studio-jetpack-green-80-rgb);--color-primary-90:var(--studio-jetpack-green-90);--color-primary-90-rgb:var(--studio-jetpack-green-90-rgb);--color-primary-100:var(--studio-jetpack-green-100);--color-primary-100-rgb:var(--studio-jetpack-green-100-rgb);--color-accent:var(--studio-jetpack-green);--color-accent-rgb:var(--studio-jetpack-green-rgb);--color-accent-dark:var(--studio-jetpack-green-70);--color-accent-dark-rgb:var(--studio-jetpack-green-70-rgb);--color-accent-light:var(--studio-jetpack-green-30);--color-accent-light-rgb:var(--studio-jetpack-green-30-rgb);--color-accent-0:var(--studio-jetpack-green-0);--color-accent-0-rgb:var(--studio-jetpack-green-0-rgb);--color-accent-5:var(--studio-jetpack-green-5);--color-accent-5-rgb:var(--studio-jetpack-green-5-rgb);--color-accent-10:var(--studio-jetpack-green-10);--color-accent-10-rgb:var(--studio-jetpack-green-10-rgb);--color-accent-20:var(--studio-jetpack-green-20);--color-accent-20-rgb:var(--studio-jetpack-green-20-rgb);--color-accent-30:var(--studio-jetpack-green-30);--color-accent-30-rgb:var(--studio-jetpack-green-30-rgb);--color-accent-40:var(--studio-jetpack-green-40);--color-accent-40-rgb:var(--studio-jetpack-green-40-rgb);--color-accent-50:var(--studio-jetpack-green-50);--color-accent-50-rgb:var(--studio-jetpack-green-50-rgb);--color-accent-60:var(--studio-jetpack-green-60);--color-accent-60-rgb:var(--studio-jetpack-green-60-rgb);--color-accent-70:var(--studio-jetpack-green-70);--color-accent-70-rgb:var(--studio-jetpack-green-70-rgb);--color-accent-80:var(--studio-jetpack-green-80);--color-accent-80-rgb:var(--studio-jetpack-green-80-rgb);--color-accent-90:var(--studio-jetpack-green-90);--color-accent-90-rgb:var(--studio-jetpack-green-90-rgb);--color-accent-100:var(--studio-jetpack-green-100);--color-accent-100-rgb:var(--studio-jetpack-green-100-rgb);--color-link:var(--studio-jetpack-green-40);--color-link-rgb:var(--studio-jetpack-green-40-rgb);--color-link-dark:var(--studio-jetpack-green-60);--color-link-dark-rgb:var(--studio-jetpack-green-60-rgb);--color-link-light:var(--studio-jetpack-green-20);--color-link-light-rgb:var(--studio-jetpack-green-20-rgb);--color-link-0:var(--studio-jetpack-green-0);--color-link-0-rgb:var(--studio-jetpack-green-0-rgb);--color-link-5:var(--studio-jetpack-green-5);--color-link-5-rgb:var(--studio-jetpack-green-5-rgb);--color-link-10:var(--studio-jetpack-green-10);--color-link-10-rgb:var(--studio-jetpack-green-10-rgb);--color-link-20:var(--studio-jetpack-green-20);--color-link-20-rgb:var(--studio-jetpack-green-20-rgb);--color-link-30:var(--studio-jetpack-green-30);--color-link-30-rgb:var(--studio-jetpack-green-30-rgb);--color-link-40:var(--studio-jetpack-green-40);--color-link-40-rgb:var(--studio-jetpack-green-40-rgb);--color-link-50:var(--studio-jetpack-green-50);--color-link-50-rgb:var(--studio-jetpack-green-50-rgb);--color-link-60:var(--studio-jetpack-green-60);--color-link-60-rgb:var(--studio-jetpack-green-60-rgb);--color-link-70:var(--studio-jetpack-green-70);--color-link-70-rgb:var(--studio-jetpack-green-70-rgb);--color-link-80:var(--studio-jetpack-green-80);--color-link-80-rgb:var(--studio-jetpack-green-80-rgb);--color-link-90:var(--studio-jetpack-green-90);--color-link-90-rgb:var(--studio-jetpack-green-90-rgb);--color-link-100:var(--studio-jetpack-green-100);--color-link-100-rgb:var(--studio-jetpack-green-100-rgb);--color-masterbar-background:var(--studio-white);--color-masterbar-border:var(--studio-gray-5);--color-masterbar-text:var(--studio-gray-50);--color-masterbar-item-hover-background:var(--studio-white);--color-masterbar-item-active-background:var(--studio-white);--color-masterbar-item-new-editor-background:var(--studio-white);--color-masterbar-item-new-editor-hover-background:var(--studio-white);--color-masterbar-unread-dot-background:var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-white);--color-sidebar-background-rgb:var(--studio-white-rgb);--color-sidebar-border:var(--studio-gray-5);--color-sidebar-text:var(--studio-gray-60);--color-sidebar-text-rgb:var(--studio-gray-60-rgb);--color-sidebar-text-alternative:var(--studio-gray-60);--color-sidebar-gridicon-fill:var(--studio-gray-60);--color-sidebar-menu-selected-text:var(--studio-jetpack-green-50);--color-sidebar-menu-selected-text-rgb:var(--studio-jetpack-green-50-rgb);--color-sidebar-menu-selected-background:var(--studio-jetpack-green-5);--color-sidebar-menu-selected-background-rgb:var(--studio-jetpack-green-5-rgb);--color-sidebar-menu-hover-text:var(--studio-gray-90);--color-sidebar-menu-hover-background:var(--studio-gray-5);--color-sidebar-menu-hover-background-rgb:var(--studio-gray-5-rgb);--color-scary-0:var(--studio-red-0);--color-scary-5:var(--studio-red-5);--color-scary-40:var(--studio-red-40);--color-scary-50:var(--studio-red-50);--color-scary-60:var(--studio-red-60)}.domain-picker__empty-state{display:flex;justify-content:center;flex-direction:column}.domain-picker__empty-state--text{max-width:320px;font-size:.875rem;margin:10px 0;color:#757575}@media (min-width:480px){.domain-picker__empty-state{flex-direction:row;align-items:center}.domain-picker__empty-state--text{margin:15px 10px}}.domain-picker__show-more{margin-top:20px;text-align:center}.domain-picker__search{position:relative;margin-bottom:20px}.domain-picker__search input[type=text].components-text-control__input{padding:6px 40px 6px 16px;height:38px;background:#f0f0f0;border:none}.domain-picker__search input[type=text].components-text-control__input::placeholder{color:var(--studio-black)}.domain-picker__search input[type=text].components-text-control__input:focus{box-shadow:0 0 0 2px var(--studio-blue-30);background:var(--studio-white)}.domain-picker__search svg{position:absolute;top:6px;right:8px}.domain-picker__suggestion-item-group{flex-grow:1}.domain-picker__suggestion-sections{flex:1}.domain-picker__suggestion-group-label{margin:1.5em 0 .5em;text-transform:uppercase;color:var(--studio-gray-40);font-size:.75rem;letter-spacing:1px;font-weight:700}.domain-picker__suggestion-item{font-size:.875rem;line-height:17px;display:flex;justify-content:space-between;align-items:center;width:100%;min-height:58px;background:var(--studio-white);border:1px solid var(--studio-gray-5);padding:10px 14px;position:relative;text-align:left;cursor:pointer;outline-color:#117ac9}.domain-picker__suggestion-item.type-radio{outline:none}.domain-picker__suggestion-item.type-individual-item{min-height:64px;border-width:2px}.domain-picker__suggestion-item.type-individual-item.is-selected,.domain-picker__suggestion-item.type-individual-item:hover{border-color:#117ac9}.domain-picker__suggestion-item.type-link{display:flex;flex-direction:column;align-items:flex-start}@media (min-width:782px){.domain-picker__suggestion-item.type-link{flex-direction:row;align-items:center}}.domain-picker__suggestion-item.placeholder{cursor:default}.domain-picker__sugggested-items-container .domain-picker__suggestion-item.type-individual-item,.domain-picker__sugggested-items-container .domain-picker__suggestion-item:first-child{border-top-left-radius:5px;border-top-right-radius:5px}.domain-picker__sugggested-items-container .domain-picker__suggestion-item.type-individual-item,.domain-picker__sugggested-items-container .domain-picker__suggestion-item:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.domain-picker__suggestion-item+.domain-picker__suggestion-item{margin-top:-1px}.domain-picker__suggestion-item+.domain-picker__suggestion-item.type-individual-item{margin-top:12px}.domain-picker__suggestion-item.is-unavailable{color:var(--studio-gray-40)}.domain-picker__suggestion-item:nth-child(8){transform:translateY(20px);opacity:0;animation:domain-picker-item-slide-up .1s ease-in forwards;animation-delay:40ms}.domain-picker__suggestion-item:nth-child(9){transform:translateY(20px);opacity:0;animation:domain-picker-item-slide-up .1s ease-in forwards;animation-delay:80ms}.domain-picker__suggestion-item:nth-child(10){transform:translateY(20px);opacity:0;animation:domain-picker-item-slide-up .1s ease-in forwards;animation-delay:.12s}.domain-picker__suggestion-item:nth-child(11){transform:translateY(20px);opacity:0;animation:domain-picker-item-slide-up .1s ease-in forwards;animation-delay:.16s}.domain-picker__suggestion-item:nth-child(12){transform:translateY(20px);opacity:0;animation:domain-picker-item-slide-up .1s ease-in forwards;animation-delay:.2s}.domain-picker__suggestion-item:nth-child(13){transform:translateY(20px);opacity:0;animation:domain-picker-item-slide-up .1s ease-in forwards;animation-delay:.24s}.domain-picker__suggestion-item:nth-child(14){transform:translateY(20px);opacity:0;animation:domain-picker-item-slide-up .1s ease-in forwards;animation-delay:.28s}@keyframes domain-picker-item-slide-up{to{transform:translateY(0);opacity:1}}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;box-shadow:0 0 0 transparent;transition:box-shadow .1s linear;border-radius:2px;font-size:16px;line-height:normal;border:1px solid #1e1e1e;transition:none;border-radius:50%;width:24px;height:24px;width:16px;height:16px;min-width:16px;padding:0;margin:1px 12px 0 0;vertical-align:middle;position:relative}@media (prefers-reduced-motion:reduce){.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle{transition-duration:0s}}@media (min-width:600px){.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle{font-size:13px;line-height:normal}}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle::-moz-placeholder{opacity:1;color:rgba(30,30,30,.62)}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle:-ms-input-placeholder{color:rgba(30,30,30,.62)}.is-dark-theme .domain-picker__suggestion-item .domain-picker__suggestion-radio-circle::-webkit-input-placeholder{color:hsla(0,0%,100%,.65)}.is-dark-theme .domain-picker__suggestion-item .domain-picker__suggestion-radio-circle::-moz-placeholder{opacity:1;color:hsla(0,0%,100%,.65)}.is-dark-theme .domain-picker__suggestion-item .domain-picker__suggestion-radio-circle:-ms-input-placeholder{color:hsla(0,0%,100%,.65)}@media (min-width:600px){.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle{height:20px;width:20px}}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle:checked:before{width:8px;height:8px;transform:translate(7px,7px);margin:0;background-color:#fff;border:4px solid #fff}@media (min-width:600px){.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle:checked:before{transform:translate(5px,5px)}}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle:focus{box-shadow:0 0 0 2px #fff,0 0 0 3.5px var(--wp-admin-theme-color);outline:2px solid transparent}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle.is-checked{border-color:var(--studio-blue-30);background-color:var(--studio-blue-30)}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle.is-checked:before{display:none}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle.is-checked:after{content:"";width:100%;height:100%;border:2px solid #fff;border-radius:50%;position:absolute;margin:0;background:transparent}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle.is-checked:focus,.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle:not(.is-unavailable):focus,.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle:not(.is-unavailable):hover{border-color:var(--studio-blue-30);box-shadow:0 0 0 1px var(--studio-blue-30)}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle.is-unavailable{border-color:var(--studio-gray-40)}.domain-picker__suggestion-item:focus .domain-picker__suggestion-radio-circle{border-color:var(--studio-blue-30);box-shadow:0 0 0 1px var(--studio-blue-30)}.domain-picker__suggestion-item .components-spinner{margin:1px 10px 0 0}.domain-picker__suggestion-item-name{flex-grow:1;flex-basis:2px;letter-spacing:.4px;margin-right:10px;word-break:break-all}@media (min-width:782px){.domain-picker__suggestion-item-name{margin-right:24px}}.domain-picker__suggestion-item-name .domain-picker__suggestion-item-name-inner{display:flex;align-items:center;flex-wrap:wrap}.domain-picker__suggestion-item-name .domain-picker__sub-domain{word-break:break-word}.domain-picker__suggestion-item-name.placeholder{animation:onboarding-loading-pulse 1.6s ease-in-out infinite;background:#f0f0f0;color:transparent;max-width:30%;margin-right:auto}.domain-picker__suggestion-item-name.placeholder:after{content:"\00a0"}.domain-picker__suggestion-item.type-individual-item.is-selected .domain-picker__suggestion-item-name{color:#117ac9}.domain-picker__domain-tld{color:var(--studio-blue-40);word-break:keep-all;margin-right:5px}.domain-picker__suggestion-item.is-unavailable .domain-picker__domain-tld{color:var(--studio-gray-40)}.domain-picker__domain-wrapper{direction:ltr}.domain-picker__domain-wrapper.with-margin{margin-right:10px}.domain-picker__domain-wrapper.with-bold-text{font-weight:500}.domain-picker__suggestion-item.type-individual-item .domain-picker__domain-tld{font-weight:500;color:unset}.domain-picker__info-tooltip{margin-right:10px;cursor:pointer;z-index:100001}.domain-picker__badge{display:inline-flex;border-radius:2px;padding:0 10px;line-height:20px;height:20px;align-items:center;font-size:10px;text-transform:uppercase;vertical-align:middle;background-color:var(--studio-blue-50);color:var(--color-text-inverted);margin:2px 0}.domain-picker__suggestion-item.type-individual-item .domain-picker__badge{color:var(--studio-green-80);background-color:var(--studio-green-5);border-radius:4px;text-transform:unset;font-size:.75rem}.domain-picker__suggestion-item.type-individual-item.is-selected .domain-picker__badge{color:#0f6cb3;background-color:#ddebf8}.domain-picker__price{color:var(--studio-gray-40);text-align:right;flex-basis:0;flex-grow:1;transition:opacity .2s ease-in-out}.domain-picker__price:not(.is-paid){display:none}.domain-picker__price:not(:last-child){text-align:left}@media (min-width:600px){.domain-picker__price{flex-basis:1px}.domain-picker__price:not(.is-paid){display:inline}}.domain-picker__price.placeholder{animation:onboarding-loading-pulse 1.6s ease-in-out infinite;background:#f0f0f0;color:transparent;min-width:64px}.domain-picker__price.placeholder:after{content:"\00a0"}.domain-picker__suggestion-item.is-free .domain-picker__price{flex-grow:0.1}.domain-picker__suggestion-item.type-individual-item .domain-picker__price{display:flex;flex-direction:column-reverse}.domain-picker__suggestion-item.type-individual-item .domain-picker__price:not(.is-paid){display:block}@media (min-width:782px){.domain-picker__suggestion-item.type-individual-item .domain-picker__price{display:block}}.domain-picker__price-inclusive{color:var(--studio-green-40);display:none}@media (min-width:600px){.domain-picker__price-inclusive{display:inline}}.domain-picker__price-renewal{display:none;font-size:.75rem}.domain-picker__suggestion-item.type-individual-item .domain-picker__price-inclusive{display:block;line-height:20px}.domain-picker__suggestion-item.type-individual-item .domain-picker__price-inclusive strong{font-weight:500}.domain-picker__suggestion-item.type-individual-item.is-selected .domain-picker__price-inclusive{color:#117ac9}.domain-picker__price-cost{text-decoration:line-through}.domain-picker__suggestion-item.type-individual-item.is-selected .domain-picker__price-cost{color:#117ac9;opacity:.68}.domain-picker__suggestion-item.type-button{flex-direction:column;align-items:flex-start}.domain-picker__suggestion-item.type-button .domain-picker__price.is-paid{display:flex;flex-wrap:wrap}.domain-picker__suggestion-item.type-button .domain-picker__price-inclusive{display:inline}.domain-picker__suggestion-item.type-button .domain-picker__price-inclusive:before{content:"\00a0"}.domain-picker__suggestion-item.type-button .domain-picker__price-renewal{display:inline;width:100%}@media (min-width:782px){.domain-picker__suggestion-item.type-button{flex-direction:row;align-items:center}.domain-picker__suggestion-item.type-button .domain-picker__price-inclusive{order:-1}.domain-picker__suggestion-item.type-button .domain-picker__price-inclusive:before{content:none}.domain-picker__suggestion-item.type-button .domain-picker__price-inclusive:after{content:"\00a0"}}.domain-picker__body{display:flex}@media (max-width:480px){.domain-picker__body{display:block}.domain-picker__body .domain-picker__aside{width:100%;padding:0}}.domain-picker__aside{width:220px;padding-right:30px}.domain-picker__change-subdomain-tip,.domain-picker__item-tip{font-size:.75rem;color:var(--studio-gray-40);word-break:normal}.domain-picker__error.components-notice{margin:0}.domain-picker__error .domain-picker__error-message{font-size:.875rem;line-height:17px}.domain-picker__error .domain-picker__error-retry-btn{margin-top:16px}.domain-picker__suggestion-select-button.components-button.is-secondary{justify-content:center;width:100%;min-width:140px;box-shadow:inset 0 0 0 1px var(--studio-gray-10);color:var(--mainColor)}.domain-picker__suggestion-select-button.components-button.is-secondary.is-selected,.domain-picker__suggestion-select-button.components-button.is-secondary:focus,.domain-picker__suggestion-select-button.components-button.is-secondary:hover{box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color-darker-10);color:var(--wp-admin-theme-color-darker-10)}@media (min-width:782px){.domain-picker__suggestion-select-button.components-button.is-secondary{width:auto}}.domain-picker__action{margin-top:1rem;width:100%}@media (min-width:782px){.domain-picker__action{margin-top:0;width:auto}}.info-tooltip.components-button.has-icon.has-text svg{margin-right:0}.info-tooltip .components-popover__content>div{color:var(--color-neutral-50);font-size:.875rem;padding:16px;text-align:left}.info-tooltip .components-popover__content>div a{color:var(--studio-blue-40)}@media (max-width:480px){.domain-categories{margin-bottom:20px}.domain-categories .domain-categories__dropdown-button.components-button{display:block;margin-bottom:0}.domain-categories .domain-categories__item-group{display:none}.domain-categories.is-open .domain-categories__item-group{display:block}}.domain-categories__dropdown-button.components-button{width:100%;text-align:center;margin-bottom:8px;height:40px;border:1px solid var(--studio-gray-5);display:none}.domain-categories__dropdown-button.components-button>*{vertical-align:middle}.domain-categories__dropdown-button.components-button svg{margin-left:5px}@media (max-width:480px){.domain-categories__item-group{text-align:center;border:1px solid var(--studio-gray-5);margin-top:-1px}}.domain-categories__item .components-button{color:var(--studio-gray-100);width:100%;text-align:left}.domain-categories__item .components-button:focus,.domain-categories__item .components-button:hover{color:var(--studio-gray-100);box-shadow:none;font-weight:600;text-decoration:underline}.domain-categories__item.is-selected .components-button{font-weight:600;text-decoration:underline}@media (max-width:480px){.domain-categories__item .components-button{display:block;text-align:center}}html:not(.accessible-focus) .domain-categories__item .components-button:focus{box-shadow:none}.plans-grid{margin-bottom:85px}@media (min-width:600px){.plans-grid{margin-bottom:0}}.plans-grid__header{margin:48px 0 38.4px;display:flex;justify-content:space-between;align-items:center}@media (min-width:600px){.plans-grid__header{margin:64px 0 51.2px}}@media (min-width:782px){.plans-grid__header{margin:80px 0 64px}}.plans-grid__toggle{margin:-24px 0 32px}@media (min-width:782px){.plans-grid__toggle{margin-bottom:40px}}.plans-grid__details{margin-top:70px}.plans-grid__details-container{padding-bottom:120px}@media (max-width:1439px){.plans-grid__details-container{overflow-x:auto;width:100%;position:absolute;left:0}}.plans-grid__details-heading .plans-ui-title{color:var(--studio-black);margin-bottom:40px;font-size:32px;line-height:40px;letter-spacing:.2px}.plans-interval-toggle{display:flex;justify-content:center}.plans-interval-toggle .segmented-control{-webkit-tap-highlight-color:transparent;background-color:#f2f2f2;border-radius:6px;height:auto;overflow:hidden}.plans-interval-toggle--monthly .segmented-control{margin-bottom:60px}@media (min-width:782px){.plans-interval-toggle--monthly .segmented-control{margin-bottom:0}}.plans-interval-toggle .segmented-control__item .segmented-control__link,.plans-interval-toggle .segmented-control__item:first-of-type .segmented-control__link,.plans-interval-toggle .segmented-control__item:last-of-type .segmented-control__link{border-radius:5px;margin:2px;padding:0}.plans-interval-toggle .segmented-control__item{margin:0}.plans-interval-toggle .segmented-control__item.segmented-control__item:not(.is-selected) .segmented-control__link{background-color:transparent;border:.5px solid transparent;box-shadow:none}.plans-interval-toggle .segmented-control__item.is-selected .segmented-control__link{background-color:var(--studio-white);border:.5px solid #f5f5f5;box-shadow:0 3px 8px rgba(0,0,0,.12),0 3px 1px rgba(0,0,0,.04)}.plans-interval-toggle .segmented-control__item.is-selected .segmented-control__link:focus,.plans-interval-toggle .segmented-control__item.is-selected .segmented-control__link:hover,.plans-interval-toggle .segmented-control__item:not(.is-selected) .segmented-control__link:focus,.plans-interval-toggle .segmented-control__item:not(.is-selected) .segmented-control__link:hover{border-color:var(--studio-gray-10)}.plans-interval-toggle .segmented-control__text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.16px;color:var(--studio-gray-90)}.plans-interval-toggle__label{display:inline-flex;align-items:center;justify-content:center;height:32px;min-width:102px;padding:0 16px}.components-popover.plans-interval-toggle__popover--mobile{display:block}@media (min-width:782px){.components-popover.plans-interval-toggle__popover--mobile{display:none}}.components-popover.plans-interval-toggle__popover--desktop[data-y-axis=middle]{display:none}@media (min-width:782px){.components-popover.plans-interval-toggle__popover--desktop[data-y-axis=middle]{display:flex}}.components-popover.plans-interval-toggle__popover .components-popover__content{padding:8px 10px;min-width:auto;width:232px;box-sizing:border-box;background-color:var(--studio-gray-100);border-color:var(--studio-gray-100);color:var(--studio-white);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:.75rem;font-weight:400;text-align:left;white-space:normal}.components-popover.plans-interval-toggle__popover:not(.is-without-arrow):after,.components-popover.plans-interval-toggle__popover:not(.is-without-arrow):before{border-color:var(--studio-gray-100)}.components-popover.plans-interval-toggle__popover:not(.is-without-arrow)[data-y-axis=bottom]:after,.components-popover.plans-interval-toggle__popover:not(.is-without-arrow)[data-y-axis=bottom]:before,.components-popover.plans-interval-toggle__popover:not(.is-without-arrow)[data-y-axis=top]:after,.components-popover.plans-interval-toggle__popover:not(.is-without-arrow)[data-y-axis=top]:before{border-left-color:transparent;border-right-color:transparent}.components-popover.plans-interval-toggle__popover:not(.is-without-arrow)[data-y-axis=middle]:after,.components-popover.plans-interval-toggle__popover:not(.is-without-arrow)[data-y-axis=middle]:before{border-bottom-color:transparent;border-top-color:transparent}.segmented-control{display:flex;margin:0;border-radius:2px;background-color:var(--color-surface);list-style:none}.segmented-control__item{flex:1 1 auto;cursor:pointer}.segmented-control__item:first-of-type .segmented-control__link{border-top-left-radius:2px;border-bottom-left-radius:2px}.segmented-control__item:last-of-type .segmented-control__link{border-right:1px solid var(--color-neutral-10);border-top-right-radius:2px;border-bottom-right-radius:2px}.segmented-control__item.is-selected+.segmented-control__item .segmented-control__link{border-left-color:var(--color-neutral-70)}.segmented-control__link{display:block;padding:8px 12px;border:1px solid var(--color-neutral-10);border-right:none;font-size:.875rem;line-height:18px;color:var(--color-text-subtle);text-align:center;transition:color .1s linear,background-color .1s linear}.segmented-control__link:focus{color:var(--color-neutral-70);outline:none;background-color:var(--color-neutral-0)}.segmented-control__item.is-selected .segmented-control__link{border-color:var(--color-neutral-70);color:var(--color-neutral-70)}.notouch .segmented-control__link:hover{color:var(--color-neutral-70);background-color:var(--color-neutral-0)}.segmented-control__text{display:block;max-width:100%;color:inherit;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.segmented-control.is-compact .segmented-control__link{font-size:.875rem;padding:4px 8px}.segmented-control.is-primary .segmented-control__item.is-selected .segmented-control__link{border-color:var(--color-primary);background-color:var(--color-primary);color:var(--color-text-inverted)}.segmented-control.is-primary .segmented-control__item.is-selected .segmented-control__link:focus{background-color:var(--color-primary-dark);border-color:var(--color-primary-dark)}.segmented-control.is-primary .segmented-control__item.is-selected+.segmented-control__item .segmented-control__link{border-left-color:var(--color-primary)}.notouch .segmented-control.is-primary .segmented-control__link:hover,.segmented-control.is-primary .segmented-control__link:focus{background-color:var(--color-neutral-0)}.notouch .segmented-control.is-primary .segmented-control__item.is-selected .segmented-control__link:hover{background-color:var(--color-primary-light)}.plans-accordion__actions{text-align:center}.plans-accordion__plan-item-group{width:100%;display:flex;flex-direction:column}.plans-accordion__toggle-all-button.components-button.is-link{margin:22px auto;color:#757575}@media (min-width:782px){.plans-accordion__toggle-all-button.components-button.is-link{margin:32px auto}}.plans-accordion__recommend-hint{color:var(--studio-gray-40);font-size:.875rem;text-align:right;margin-bottom:16px}.plans-accordion__recommend-hint svg{fill:var(--studio-yellow-30);margin-right:8px;position:relative;top:2px}.plans-accordion__placeholder{animation:onboarding-loading-pulse 1.6s ease-in-out infinite;background:#f0f0f0;color:transparent;display:inline-block;width:64px}.plans-accordion__placeholder:after{content:"\00a0"}.plans-accordion__placeholder--narrow{width:32px}.plans-accordion__placeholder--wide{width:96px}.plans-accordion-item{display:block;flex-grow:1;flex-basis:0;flex-direction:column}.plans-accordion-item.is-disabled{background-color:var(--studio-gray-5)}.plans-accordion-item__viewport{width:100%;height:100%;padding:20px;border:1px solid var(--studio-gray-5)}.plans-accordion-item+.plans-accordion-item .plans-accordion-item__viewport{border-top:0}@media (min-width:600px){.plans-accordion-item__viewport{padding:32px}}.plans-accordion-item:first-of-type .plans-accordion-item__viewport{border-top-left-radius:5px;border-top-right-radius:5px}.plans-accordion-item:last-of-type .plans-accordion-item__viewport{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.plans-accordion-item.has-badge .plans-accordion-item__viewport{border-top-width:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}@media (min-width:600px){.plans-accordion-item.has-badge .plans-accordion-item__viewport{border-top-width:1px;border-top-left-radius:5px;border-top-right-radius:5px}}.plans-accordion-item:not(.is-open) .plans-accordion-item__viewport{padding:0}.plans-accordion-item__name{display:inline-block;font-size:1rem;line-height:1.2}@media (min-width:600px){.plans-accordion-item__name{font-size:1.5rem}}.plans-accordion-item:not(.is-open) .plans-accordion-item__name{font-size:.875rem}@media (min-width:600px){.plans-accordion-item:not(.is-open) .plans-accordion-item__name{font-size:.875rem}}.plans-accordion-item.is-primary .plans-accordion-item__name{font-size:1.25rem}@media (min-width:600px){.plans-accordion-item.is-primary .plans-accordion-item__name{font-size:1.5rem}}.plans-accordion-item__description{font-size:.875rem;color:var(--studio-gray-50);margin-top:4px;display:none}.plans-accordion-item:not(.is-open) .plans-accordion-item__description{display:none}@media (min-width:600px){.plans-accordion-item__description{display:block}}.plans-accordion-item__domain-name{font-size:.875rem}ul.plans-accordion-item__feature-item-group{margin:0;column-count:1}@media (min-width:600px){ul.plans-accordion-item__feature-item-group{column-count:2}}@media (min-width:960px){ul.plans-accordion-item__feature-item-group{column-count:3}}.plans-accordion-item__badge{border-top-left-radius:5px;border-top-right-radius:5px;margin-bottom:-1px}.plans-accordion-item__badge>span{display:block;height:24px;line-height:24px;padding:0 14px;background:#000;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-align:center;text-transform:uppercase}@media (min-width:600px){.plans-accordion-item__badge{position:relative;top:-12px;height:0;overflow:visible;text-align:center;border-radius:0}.plans-accordion-item__badge>span{display:inline-block;border-radius:2px}}.plans-accordion-item__price-amount{font-size:1.5rem}@media (min-width:600px){.plans-accordion-item__price-amount{text-align:right;font-size:2rem}}.plans-accordion-item__price-amount.is-loading{max-width:60px;animation:onboarding-loading-pulse 1.6s ease-in-out infinite;background:#f0f0f0;color:transparent}@media (min-width:600px){.plans-accordion-item__price-amount.is-loading{max-width:none}}.plans-accordion-item__price-amount.is-loading:after{content:"\00a0"}.plans-accordion-item__price-amount>span{display:none;font-size:1rem;line-height:1.2;color:var(--studio-gray-40);position:relative;top:-1px;margin-left:1px}@media (min-width:600px){.plans-accordion-item__price-amount>span{display:inline-block}}.plans-accordion-item:not(.is-open) .plans-accordion-item__price-amount{font-size:.875rem;line-height:1.2}.plans-accordion-item:not(.is-open) .plans-accordion-item__price-amount>span{display:none}.plans-accordion-item__header{display:block;width:100%;cursor:pointer}.plans-accordion-item:not(.is-open) .plans-accordion-item__header{display:flex;align-items:baseline;padding:16px 12px}@media (min-width:600px){.plans-accordion-item:not(.is-open) .plans-accordion-item__header{padding:16px 24px}}.plans-accordion-item.is-primary .plans-accordion-item__header{cursor:default}@media (min-width:600px){.plans-accordion-item__header{display:flex}}.plans-accordion-item__price{margin-top:12px}.plans-accordion-item:not(.is-open) .plans-accordion-item__price{margin-top:0;margin-left:8px;color:var(--studio-gray-40)}@media (min-width:600px){.plans-accordion-item__price{margin-top:0;margin-left:auto}}.plans-accordion-item__disabled-label{margin-left:8px;color:var(--studio-gray-40)}.plans-accordion-item__price-note{display:block;font-size:.75rem;line-height:1.5;color:var(--studio-gray-40);margin-bottom:8px}.plans-accordion-item:not(.is-open) .plans-accordion-item__price-note{display:none}@media (min-width:600px){.plans-accordion-item__price-note{margin-bottom:12px;text-align:right}}.plans-accordion-item__price-discount{display:block;font-size:.75rem;font-weight:600;line-height:1.3;letter-spacing:.2px;text-transform:uppercase;color:var(--studio-green-60)}.plans-accordion-item__price-discount--disabled{color:var(--studio-gray-40);text-decoration:line-through}.plans-accordion-item:not(.is-open) .plans-accordion-item__price-discount{display:none}@media (min-width:600px){.plans-accordion-item__price-discount{text-align:right;margin-left:auto;max-width:170px}}@media (min-width:960px){.plans-accordion-item__price-discount{max-width:none}}.plans-accordion-item__actions{margin-top:16px}@media (min-width:600px){.plans-accordion-item__actions{margin-top:24px}}.plans-accordion-item__actions--paid-plan-margin{margin-top:20px}@media (min-width:782px){.plans-accordion-item__actions--paid-plan-margin{margin-top:-10px}}.plans-accordion-item__dropdown-chevron{flex:1;text-align:right;position:relative;top:-2px}@media (min-width:600px){.plans-accordion-item__dropdown-chevron{right:-8px}}.plans-accordion-item.is-open .plans-accordion-item__dropdown-chevron{display:none}.plans-accordion-item__placeholder{animation:onboarding-loading-pulse 1.6s ease-in-out infinite;background:#f0f0f0;color:transparent;display:inline-block;width:64px}.plans-accordion-item__placeholder:after{content:"\00a0"}.plans-accordion-item__placeholder--narrow{width:32px}.plans-accordion-item__placeholder--wide{width:96px}.plans-feature-list{margin-top:16px}@media (min-width:600px){.plans-feature-list{margin-top:24px}}.plans-accordion .plans-feature-list{margin-top:24px}@media (min-width:600px){.plans-accordion .plans-feature-list{margin-top:36px}}ul.plans-feature-list__item-group{margin:0}ul.plans-feature-list__item-group--columns{display:flex;flex-wrap:wrap}@media (min-width:480px){@supports (display:grid){ul.plans-feature-list__item-group--columns{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}}.plans-feature-list__item{flex:300px 0 1;margin:4px 0}.plans-feature-list__item+.plans-feature-list__item--requires-annual-disabled,.plans-feature-list__item+.plans-feature-list__item--requires-annual-enabled{margin-top:8px}.plans-feature-list__item-group--columns .plans-feature-list__item{margin-right:10px;align-self:flex-end}@media (min-width:480px){@supports (display:grid){.plans-feature-list__item-group--columns .plans-feature-list__item{align-self:end}}}.plans-feature-list__item-content-wrapper,.plans-feature-list__item-content-wrapper.components-button.is-link{display:flex;align-items:flex-end;padding:0;text-decoration:none}.plans-feature-list__item-content-wrapper.components-button.is-link.plans-feature-list__item-content-wrapper--domain-button,.plans-feature-list__item-content-wrapper.plans-feature-list__item-content-wrapper--domain-button{cursor:pointer}.plans-feature-list__item-bullet-icon{flex-grow:0;flex-shrink:0;margin-right:6px;color:var(--studio-gray-100)}.plans-accordion .plans-feature-list__item-bullet-icon{color:var(--studio-green-60)}.plans-feature-list__item--disabled-message .plans-feature-list__item-bullet-icon,.plans-feature-list__item--requires-annual-disabled .plans-feature-list__item-bullet-icon,.plans-feature-list__item-content-wrapper--domain-button.is-unavailable .plans-feature-list__item-bullet-icon{color:var(--studio-orange-40)}.plans-feature-list__item-bullet-icon,.plans-feature-list__item-bullet-icon path{fill:currentColor;stroke:currentColor}.plans-feature-list__item-text{flex:1;max-width:100%;margin-bottom:1px}.plans-feature-list__item-annual-nudge{display:block;text-transform:uppercase;font-size:10px;font-weight:700;letter-spacing:.02em;line-height:1;margin-bottom:6px}.plans-feature-list__item--requires-annual-enabled .plans-feature-list__item-annual-nudge{color:var(--studio-green-60)}.plans-feature-list__item--requires-annual-disabled .plans-feature-list__item-annual-nudge{color:var(--studio-orange-40)}.plans-feature-list__item-description{font-size:.875rem;line-height:1.2;letter-spacing:.2px;font-weight:400;color:var(--studio-gray-70)}.plans-feature-list__item--disabled-message .plans-feature-list__item-description,.plans-feature-list__item-content-wrapper--domain-button .plans-feature-list__item-description{font-weight:700}.plans-feature-list__item-content-wrapper--domain-button:not(.is-unavailable) .plans-feature-list__item-description{color:var(--studio-blue-40)}.plans-feature-list__item-content-wrapper--domain-button:not(.is-unavailable) .plans-feature-list__item-description:focus,.plans-feature-list__item-content-wrapper--domain-button:not(.is-unavailable) .plans-feature-list__item-description:hover{color:var(--studio-blue-30)}.plans-accordion .plans-feature-list__item-content-wrapper--domain-button:not(.is-unavailable) .plans-feature-list__item-description{color:var(--studio-gray-70)}.plans-accordion .plans-feature-list__item-content-wrapper--domain-button:not(.is-unavailable) .plans-feature-list__item-description.is-cta{color:var(--studio-gray-100)}.plans-accordion .plans-feature-list__item-content-wrapper--domain-button:not(.is-unavailable) .plans-feature-list__item-description:focus,.plans-accordion .plans-feature-list__item-content-wrapper--domain-button:not(.is-unavailable) .plans-feature-list__item-description:hover{color:var(--studio-gray-50)}.plans-feature-list__item--disabled-message .plans-feature-list__item-description,.plans-feature-list__item-content-wrapper--domain-button.is-unavailable .plans-feature-list__item-description{color:var(--studio-orange-40)}.plans-feature-list__item-content-wrapper--domain-button.is-unavailable .plans-feature-list__item-description:focus,.plans-feature-list__item-content-wrapper--domain-button.is-unavailable .plans-feature-list__item-description:hover{color:var(--studio-orange-30)}.plans-feature-list__item-content-wrapper--domain-button.is-cta .plans-feature-list__item-description{text-decoration:underline}.plans-feature-list__item--disabled-message .plans-feature-list__item-content-wrapper--domain-button.is-cta .plans-feature-list__item-description,.plans-feature-list__item--disabled-message .plans-feature-list__item-description,.plans-feature-list__item--requires-annual-disabled .plans-feature-list__item-content-wrapper--domain-button.is-cta .plans-feature-list__item-description,.plans-feature-list__item--requires-annual-disabled .plans-feature-list__item-description,.plans-feature-list__item-content-wrapper--domain-button.is-unavailable .plans-feature-list__item-description{text-decoration:line-through}.plans-feature-list__item-url{word-break:break-all}.plans-feature-list__placeholder{animation:onboarding-loading-pulse 1.6s ease-in-out infinite;background:#f0f0f0;color:transparent;display:inline-block;width:200px}.plans-feature-list__placeholder:after{content:"\00a0"}.plans-table{width:100%;display:flex;flex-wrap:wrap}.plan-item{display:inline-flex;min-width:250px;flex-grow:1;flex-basis:0;flex-direction:column;margin-top:30px}.plan-item.badge-next-to-name{color:var(--studio-gray-100)}@media (min-width:480px){.plan-item+.plan-item{margin-left:-1px}}@media (max-width:480px){.plan-item:not(.is-popular){margin-top:-1px}.plan-item.is-open:not(.is-popular){margin-bottom:30px}}.plan-item__viewport{width:100%;height:100%;flex:1;border:1px solid #999;padding:20px}.plan-item:not(.is-popular) .plan-item__heading{display:flex;align-items:center}@media (max-width:480px){.plan-item:not(.is-popular) .plan-item__heading{font-size:1em}}.plan-item__heading.badge-next-to-name{display:flex;justify-content:space-between}.plan-item__name{font-weight:700;font-size:18px;line-height:24px;display:inline-block}@media (max-width:480px){.plan-item__name{font-size:14px}}.plan-item__badge-next-to-name{height:20px;background:rgba(184,230,191,.64);border-radius:4px;color:var(--studio-green-80);padding:2px 5px;font-size:.75rem}.plan-item__tagline{color:var(--studio-gray-80);font-size:.875rem;margin:4px 0}@media (max-width:480px){.plan-item:not(.is-popular) .plan-item__name{font-weight:400}}.plan-item__mobile-expand-all-plans.components-button.is-link{margin:20px auto;color:#757575}.plan-item__badge{position:relative;display:block;background:#000;text-align:center;text-transform:uppercase;color:#fff;padding:0 5px;font-size:.75rem;margin:-24px 0 0;height:24px;line-height:24px}.plan-item__price-amount{font-weight:600;font-size:32px;line-height:24px}.plan-item__price-amount.is-loading{max-width:60px;animation:onboarding-loading-pulse 1.6s ease-in-out infinite;background:#f0f0f0;color:transparent}.plan-item__price-amount.is-loading:after{content:"\00a0"}@media (max-width:480px){.plan-item:not(.is-open) .plan-item__price-amount{font-weight:400;font-size:1em}}.plan-item__summary{width:100%}.plan-item__summary::-webkit-details-marker{display:none}@media (min-width:480px){.plan-item.is-popular .plan-item__summary,.plan-item__summary{pointer-events:none}}@media (max-width:480px){.plan-item:not(.is-open) .plan-item__summary{display:flex}}.plan-item__price-note{font-size:12px;line-height:19px;letter-spacing:-.4px;color:var(--studio-gray-40);margin-top:8px;margin-bottom:10px}.plan-item__details .plan-item__summary .plan-item__price{margin-top:16px;margin-bottom:8px}.plan-item:not(.is-open) .plan-item__summary .plan-item__price{margin-top:0;margin-bottom:0;margin-left:10px;color:#757575}.plan-item__actions{margin-bottom:16px}.plan-item__dropdown-chevron{flex:1;text-align:right}.plan-item.is-open .plan-item__dropdown-chevron{display:none}@media (max-width:480px){.plan-item.is-popular{order:-3}}.plan-item__select-button.components-button{justify-content:center;height:40px;margin-top:15px;padding:0 24px;font-size:.875rem;color:var(--studio-gray-90);border-radius:4px;border:1px solid var(--studio-gray-10)}.plan-item__select-button.components-button:active,.plan-item__select-button.components-button:hover{background:inherit;color:inherit}.plan-item__select-button.components-button:focus{border-color:inherit;box-shadow:0 0 0 1.5px #117ac9}.plan-item__select-button.components-button:disabled{border-color:var(--studio-gray-5);text-decoration:line-through;opacity:.5}.plan-item__select-button.components-button.is-popular,.plan-item__select-button.components-button.is-primary{background:#117ac9;border-color:#117ac9;color:var(--studio-white)}.plan-item__select-button.components-button.is-popular:active:not(:disabled),.plan-item__select-button.components-button.is-popular:hover,.plan-item__select-button.components-button.is-primary:active:not(:disabled),.plan-item__select-button.components-button.is-primary:hover{background:#117ac9;border-color:inherit}.plan-item__select-button.components-button.is-popular:focus,.plan-item__select-button.components-button.is-primary:focus{box-shadow:0 0 0 1.5px #117ac9}.plan-item__select-button.components-button.is-popular:not(.full-width) svg,.plan-item__select-button.components-button.is-primary:not(.full-width) svg{margin-left:-8px;margin-right:10px}.plan-item__select-button.components-button.is-selected{border-color:#117ac9;color:#117ac9;background:#fafcfe}.plan-item__select-button.components-button.is-selected svg{fill:currentColor;stroke:currentColor;transform:translateY(-1px);vertical-align:middle;margin-right:4px}.plan-item__select-button.components-button.full-width{width:100%}.plan-item__price-discount{display:block;font-size:.75rem;font-weight:600;line-height:1.3;letter-spacing:.2px;text-transform:uppercase;color:var(--studio-green-60);margin-bottom:8px}.plan-item__price-discount--disabled{color:var(--studio-gray-40);text-decoration:line-through}.plan-item__price-discount--hidden{visibility:hidden}.plan-item:not(.is-open) .plan-item__price-discount{display:none}.plans-grid__details-heading{margin-bottom:20px}.plans-details__table{padding-left:24px;padding-right:24px;width:100%;border-spacing:0}@media (min-width:600px){.plans-details__table{padding-left:48px;padding-right:48px}}@media (min-width:782px){.plans-details__table{padding-left:96px;padding-right:96px}}@media (min-width:1440px){.plans-details__table{padding-left:0;padding-right:0}}.plans-details__table td,.plans-details__table th{padding:13px 24px}.plans-details__table td:first-child,.plans-details__table th:first-child{padding-left:0;width:20%}@media (min-width:480px){.plans-details__table td:first-child,.plans-details__table th:first-child{width:40%}}.plans-details__table td:not(:first-child),.plans-details__table th:not(:first-child){white-space:nowrap}.plans-details__table .hidden{display:none}.plans-details__header-row th{font-weight:600;font-size:.875rem;line-height:20px;text-transform:uppercase;color:var(--studio-gray-20);padding-top:5px;padding-bottom:5px;border-bottom:1px solid #eaeaeb;text-align:left}thead .plans-details__header-row th:not(:first-child){text-align:center}.plans-details__feature-row td,.plans-details__feature-row th{font-size:.875rem;font-weight:400;line-height:17px;letter-spacing:.2px;border-bottom:1px solid #eaeaeb;vertical-align:middle}.plans-details__feature-row th{text-align:left}.plans-details__feature-row td{text-align:center}.plans-details__placeholder{animation:onboarding-loading-pulse 1.6s ease-in-out infinite;background:#f0f0f0;color:transparent;display:inline-block;width:64px}.plans-details__placeholder:after{content:"\00a0"}.plans-details__placeholder--narrow{width:32px}.plans-details__placeholder--wide{width:96px}.plans-details__select-button.components-button{height:36px;padding:0 18px}@media (min-width:600px){.plans-details__select-button.components-button{height:40px;padding:0 24px}}.plans-details__feature-annual-nudge{display:block;text-transform:uppercase;font-size:10px;font-weight:700;letter-spacing:.02em;line-height:1;margin-bottom:6px}.plans-details__feature-row--enabled .plans-details__feature-annual-nudge{color:var(--studio-green-60)}.plans-details__feature-row--disabled .plans-details__feature-annual-nudge{color:var(--studio-orange-40)}.plans-details__feature-row--disabled .plans-details__feature-annual-nudge+span{text-decoration:line-through}@keyframes onboarding-loading-pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.focused-launch-summary__input .components-text-control__input{font-size:1rem;padding:10px 16px}.focused-launch-summary__input .components-text-control__input .components-base-control__label{margin:0}.focused-launch-summary__mobile-commentary{display:flex;align-items:flex-start;font-size:.875rem;color:var(--studio-gray-60)}.focused-launch-summary__mobile-commentary svg{vertical-align:bottom;fill:var(--studio-gray-20);margin-right:3px;margin-top:-1px}@media (min-width:782px){.focused-launch-summary__mobile-commentary{display:none}}.focused-launch-summary__label{margin-bottom:8px;display:block;font-size:1.25rem;color:var(--studio-gray-90);line-height:24px}@media (min-width:782px){.focused-launch-summary__label{margin-bottom:12px}}.focused-launch-summary__info-icon{margin-left:10px;vertical-align:middle}.focused-launch-summary__section{margin-bottom:40px}.focused-launch-summary__caption{margin:12px 0}.focused-launch-summary__step{display:flex;gap:40px;justify-content:space-between;opacity:.5;transition:opacity .2s ease-in-out}@media (min-width:960px){.focused-launch-summary__step{gap:80px}}@media (min-width:1280px){.focused-launch-summary__step{gap:100px}}.focused-launch-summary__step.highlighted{opacity:1}.focused-launch-summary__side-commentary{display:none}@media (min-width:782px){.focused-launch-summary__side-commentary{border-left:1px solid #eee;display:flex;flex-direction:column;padding-left:40px;width:280px;flex-grow:0;flex-shrink:0}.focused-launch-summary__side-commentary:before{content:"";display:block;height:18px}.focused-launch-summary__side-commentary-title{font-size:1.25rem;line-height:26px;margin:12px 0}.focused-launch-summary__side-commentary-list{list-style:none}.focused-launch-summary__side-commentary-list-item{font-size:.875rem;margin:4px 0;display:flex}.focused-launch-summary__side-commentary-list-item svg{vertical-align:bottom;width:18px;height:18px;margin-right:12px}}@media (min-width:960px){.focused-launch-summary__side-commentary{width:320px}}.focused-launch-summary__side-commentary svg{flex-shrink:0}.focused-launch-summary__data-input{flex-grow:1;flex-shrink:1}.focused-launch-summary__details-link{display:block;margin-top:14px;color:var(--studio-gray-60)}@media (min-width:600px){.focused-launch-summary__actions-wrapper{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap-reverse}}@media (min-width:782px){.focused-launch-summary__actions-wrapper{flex-direction:column-reverse;align-items:flex-start;width:calc(100% - 320px);flex-wrap:nowrap}}@media (min-width:960px){.focused-launch-summary__actions-wrapper{flex-direction:row;align-items:center;width:calc(100% - 400px);flex-wrap:wrap-reverse}}@media (min-width:1280px){.focused-launch-summary__actions-wrapper{width:calc(100% - 420px)}}.focused-launch-summary__ask-for-help{margin-bottom:60px}@media (min-width:600px){.focused-launch-summary__ask-for-help{margin-bottom:0;flex-shrink:0}}.focused-launch-summary__ask-for-help>*{margin:0}.focused-launch-summary__launch-action-bar.action-buttons:not(.is-sticky){margin-left:0}.focused-launch-summary__launch-action-bar .focused-launch-summary__launch-button{flex-grow:1;background-color:#117ac9}.focused-launch-summary__launch-action-bar .focused-launch-summary__launch-button:active:not(:disabled),.focused-launch-summary__launch-action-bar .focused-launch-summary__launch-button:disabled,.focused-launch-summary__launch-action-bar .focused-launch-summary__launch-button:focus:not(:disabled),.focused-launch-summary__launch-action-bar .focused-launch-summary__launch-button:hover:not(:disabled){background:#117ac9}.focused-launch-summary__launch-action-bar .focused-launch-summary__launch-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) #117ac9}.focused-launch-summary__launch-action-bar .focused-launch-summary__launch-button--is-loading{animation:onboarding-loading-pulse 1.6s ease-in-out infinite;background:#117ac9}@media (min-width:600px){.focused-launch-summary__launch-action-bar{flex-shrink:0;margin-right:8px}}@font-face{font-display:swap;font-family:Recoleta;font-weight:400;src:url(https://s1.wp.com/i/fonts/recoleta/400.woff2) format("woff2"),url(https://s1.wp.com/i/fonts/recoleta/400.woff) format("woff")}.wp-brand-font{font-family:"Noto Serif",Georgia,Times New Roman,Times,serif;font-weight:400}[lang*=af] .wp-brand-font,[lang*=ca] .wp-brand-font,[lang*=cs] .wp-brand-font,[lang*=da] .wp-brand-font,[lang*=de] .wp-brand-font,[lang*=en] .wp-brand-font,[lang*=es] .wp-brand-font,[lang*=eu] .wp-brand-font,[lang*=fi] .wp-brand-font,[lang*=fr] .wp-brand-font,[lang*=gl] .wp-brand-font,[lang*=hr] .wp-brand-font,[lang*=hu] .wp-brand-font,[lang*=id] .wp-brand-font,[lang*=is] .wp-brand-font,[lang*=it] .wp-brand-font,[lang*=lv] .wp-brand-font,[lang*=mt] .wp-brand-font,[lang*=nb] .wp-brand-font,[lang*=nl] .wp-brand-font,[lang*=pl] .wp-brand-font,[lang*=pt] .wp-brand-font,[lang*=ro] .wp-brand-font,[lang*=ru] .wp-brand-font,[lang*=sk] .wp-brand-font,[lang*=sl] .wp-brand-font,[lang*=sq] .wp-brand-font,[lang*=sr] .wp-brand-font,[lang*=sv] .wp-brand-font,[lang*=sw] .wp-brand-font,[lang*=tr] .wp-brand-font,[lang*=uz] .wp-brand-font{font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif}.focused-launch-summary__item{background-color:var(--studio-white);border:2px solid var(--studio-gray-5);padding:10px 14px;min-height:64px;border-radius:4px;display:flex;justify-content:space-between;align-items:center;width:100%}.focused-launch-summary__item .focused-launch-summary-item__leading-side{flex-shrink:0;margin-right:8px;display:inline-flex;align-items:center}.focused-launch-summary__item .focused-launch-summary-item__leading-side-badge{margin-left:10px;height:20px;display:inline-flex;align-items:center;line-height:1;font-size:.75rem;background-color:var(--studio-green-5);color:var(--studio-green-80);padding:0 10px;border-radius:4px}.focused-launch-summary__item.is-selected .focused-launch-summary-item__leading-side-badge{background-color:#ddebf8;color:#0f6cb3}.focused-launch-summary__item .focused-launch-summary-item__leading-side-label{color:inherit;font-size:.875rem;font-weight:500;line-height:1}.focused-launch-summary__item:not(.is-selected):not(.is-readonly) .focused-launch-summary-item__leading-side-label{color:var(--studio-gray-90)}.focused-launch-summary__item .focused-launch-summary-item__price-cost{font-size:.875rem}.focused-launch-summary__item:not(.is-selected) .focused-launch-summary-item__price-cost{color:var(--studio-gray-40)}.focused-launch-summary__item.is-selected{border:2px solid #117ac9;color:#117ac9}.focused-launch-summary__item.is-selected .focused-launch-summary-item__price-cost{color:#117ac9;opacity:.68}.focused-launch-summary__item.is-selected .focused-launch-summary-item__leading-side-label{color:#117ac9}.focused-launch-summary__item.is-readonly{color:var(--studio-gray-30);fill:var(--studio-gray-30)}.focused-launch-summary__item:not(.is-readonly){cursor:pointer}.focused-launch-summary__item:not(.is-readonly):hover{border:2px solid #117ac9}.focused-launch-summary__item .focused-launch-summary-item__warning-note{color:#d67709;text-align:right}.focused-launch-summary__item *{vertical-align:middle}.focused-launch-summary__item.is-loading>*{display:none}.focused-launch-summary__item.is-loading:before{content:"";width:100%;height:15px;background:#eee;border-radius:2px;animation:focused-launch__loading-fade 1s ease-in-out infinite}@keyframes focused-launch__loading-fade{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.focused-launch-summary__item+.focused-launch-summary__item{margin-top:10px}
1
+ body.has-focused-launch-modal{overflow:hidden}.launch__focused-modal-overlay.launch__focused-modal-overlay--delay-animation-in{animation-delay:1s;animation-fill-mode:both}.launch__focused-modal-overlay.launch__focused-modal-overlay--delay-animation-in .launch__focused-modal{animation-delay:inherit}.launch__focused-modal.components-modal__frame{transform:none}.launch__focused-modal .components-modal__header{padding:0 20px;margin:0}.launch__focused-modal .components-modal__header .components-modal__icon-container{margin-right:12px}@media (min-width:782px){.launch__focused-modal .components-modal__header{border-bottom:none}.launch__focused-modal .components-modal__header .components-modal__header-heading{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}}.launch__focused-modal .components-modal__content{position:fixed;top:0;left:0;background:var(--studio-white);width:100%;height:100%;padding:0;overflow:auto}.launch__focused-modal.launch__focused-modal--hide-title .components-modal__header{border-bottom:none}.launch__focused-modal.launch__focused-modal--hide-title .components-modal__header-heading{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.launch__focused-modal-close-button.components-button.is-link{position:sticky;top:0;z-index:13;width:0;height:0;overflow:visible;display:flex;align-items:flex-start;color:var(--studio-gray-50)}.launch__focused-modal-close-button.components-button.is-link:hover{color:var(--studio-gray-40)}.launch__focused-modal-close-button.components-button.is-link>span{position:relative;right:60px;padding:0 18px;height:60px;display:flex;align-items:center}.launch__focused-modal-body{position:relative;width:100%;min-width:0;min-height:calc(100% - 60px);padding:24px 20px;display:flex;flex-grow:1;flex-direction:column}@media (min-width:600px){.launch__focused-modal-body{padding:24px 32px 48px}}@media (min-width:782px){.launch__focused-modal-body{border-bottom:none;padding:24px 48px 60px}}@media (min-width:960px){.launch__focused-modal-body{padding:32px 60px 72px;padding:32px 80px 80px}}.launch__focused-modal-body>*{flex:1}.focused-launch-container.focused-launch-success__wrapper{max-width:420px;padding-bottom:100px;flex-grow:0;margin:auto;display:flex;flex-direction:column;align-items:center;text-align:center}.focused-launch-container.focused-launch-success__wrapper .onboarding-title{margin-bottom:12px}.focused-launch-container.focused-launch-success__wrapper .onboarding-subtitle{margin-bottom:32px}.focused-launch-success__wordpress-icon{position:absolute;top:0;left:0}.focused-launch-success__confetti{width:100%;max-width:356px;margin-bottom:-20px}.focused-launch-success__url-copy-button,.focused-launch-success__url-wrapper{border-radius:4px;border:1px solid var(--studio-gray-5)}.focused-launch-success__url-wrapper{display:flex;align-items:center;padding:6px 6px 6px 16px;width:100%;margin-bottom:24px}@media (min-width:600px){.focused-launch-success__url-wrapper{width:auto;max-width:100%;margin-bottom:32px}}.focused-launch-success__url-field{font-size:.75rem;line-height:14px;color:var(--studio-gray-60);flex-grow:0;flex-shrink:1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.focused-launch-success__url-link{fill:var(--studio-gray-50);flex-grow:0;flex-shrink:0;margin-left:4px;margin-right:16px;font-size:0;line-height:1}@media (min-width:600px){.focused-launch-success__url-link{margin-right:24px}}.focused-launch-success__url-copy-button{font-size:.75rem;line-height:14px;color:var(--studio-gray-60);flex-grow:0;flex-shrink:0;margin-left:auto}.focused-launch-success__continue-editing-button{background-color:#117ac9;width:100%;margin-bottom:20px}@media (min-width:600px){.focused-launch-success__continue-editing-button{width:auto}}.onboarding-title{font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif;font-weight:400;letter-spacing:-.4px;font-size:32px;line-height:40px;color:var(--mainColor);margin:0}@media (min-width:480px){.onboarding-title{font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif;font-weight:400;letter-spacing:-.4px;font-size:36px;line-height:40px}}@media (min-width:1080px){.onboarding-title{font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif;font-weight:400;letter-spacing:-.4px;font-size:42px;line-height:57px}}.onboarding-subtitle{font-size:16px;line-height:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:400;letter-spacing:.2px;color:var(--studio-gray-60);margin:5px 0 0}@media (min-width:600px){.onboarding-subtitle{margin-top:0}}.action-buttons{padding:0 20px;border-top:1px solid #e0e0e0;background-color:#fff;position:fixed;bottom:0;right:0;left:0;height:60px;justify-content:space-between;display:flex;align-items:center;z-index:30}@media (min-width:600px){.action-buttons:not(.is-sticky){padding:0;margin-left:20px;position:static;border:none}.action-buttons:not(.is-sticky) .action_buttons__button{margin-left:20px}.action-buttons:not(.is-sticky) .action_buttons__button:first-child{margin-left:0}}.action-buttons.no-sticky{padding:0;margin-left:20px;position:static;border:none}.action-buttons.no-sticky .action_buttons__button{margin-left:20px}.action-buttons.no-sticky .action_buttons__button:first-child{margin-left:0}button.action_buttons__button.components-button{font-size:.875rem;line-height:17px;height:42px;min-width:120px;justify-content:center}button.action_buttons__button.components-button:active,button.action_buttons__button.components-button:focus,button.action_buttons__button.components-button:hover{outline-color:transparent}button.action_buttons__button.components-button:disabled{opacity:.5}button.action_buttons__button.components-button.action-buttons__back{color:var(--studio-gray-50);white-space:nowrap;min-width:0;height:auto}button.action_buttons__button.components-button.action-buttons__next{color:var(--studio-white);box-shadow:0 0 0 1px var(--studio-blue-40)}button.action_buttons__button.components-button.action-buttons__skip{color:var(--studio-gray-50);box-shadow:inset 0 0 0 1px var(--studio-gray-50)}button.action_buttons__button.components-button.action-buttons__skip:active,button.action_buttons__button.components-button.action-buttons__skip:hover{color:var(--studio-gray-60);box-shadow:inset 0 0 0 1px var(--studio-gray-60)}button.action_buttons__button.components-button.action-buttons__skip:focus{color:var(--studio-gray-60);box-shadow:inset 0 0 0 1px #fff,0 0 0 1.5px var(--highlightColor)}button.action_buttons__button.components-button.action-buttons__arrow{justify-content:flex-start;text-decoration:underline;font-weight:500;color:var(--mainColor);padding:0;margin-right:0}@media (min-width:782px){button.action_buttons__button.components-button.action-buttons__arrow{justify-content:flex-end}}button.action_buttons__button.components-button.action-buttons__arrow svg{margin:0 -5px -4px}@media (min-width:600px){button.action_buttons__button.components-button{min-width:160px}}body.is-focused-launch-complete .editor-gutenberg-launch__launch-button{display:none}.focused-launch-container{width:100%;max-width:980px;margin:0 auto}.focused-launch-container.focused-launch-container--wide{max-width:1280px}.focused-launch-details__back-button-wrapper{padding:12px 0;margin:-12px 0 12px}@supports (position:sticky){.focused-launch-details__back-button-wrapper{position:sticky;z-index:11;background:#fff;top:60px}@media (min-width:782px){.focused-launch-details__back-button-wrapper{top:30px;transform:translateY(-50%);background:none;padding-left:24px}}@media (min-width:960px){.focused-launch-details__back-button-wrapper{padding-left:0}}}.focused-launch-details__header{margin-bottom:30px}@media (min-width:782px){.focused-launch-details__header{margin-bottom:55px}}.go-back-button__focused-launch{text-decoration:underline;background:transparent;border:none;padding:0;margin:0 0 24px;cursor:pointer}.go-back-button__focused-launch>*{vertical-align:middle}.go-back-button__focused-launch svg{margin-left:-5px}.go-back-button__focused-launch:hover{opacity:.7}:root{--studio-white:#fff;--studio-black:#000;--studio-gray-0:#f6f7f7;--studio-gray-5:#dcdcde;--studio-gray-10:#c3c4c7;--studio-gray-20:#a7aaad;--studio-gray-30:#8c8f94;--studio-gray-40:#787c82;--studio-gray-50:#646970;--studio-gray-60:#50575e;--studio-gray-70:#3c434a;--studio-gray-80:#2c3338;--studio-gray-90:#1d2327;--studio-gray-100:#101517;--studio-gray:#646970;--studio-blue-0:#e9f0f5;--studio-blue-5:#bbe0fa;--studio-blue-10:#91caf2;--studio-blue-20:#68b3e8;--studio-blue-30:#399ce3;--studio-blue-40:#1689db;--studio-blue-50:#0675c4;--studio-blue-60:#055d9c;--studio-blue-70:#044b7a;--studio-blue-80:#02395c;--studio-blue-90:#01283d;--studio-blue-100:#001621;--studio-blue:#0675c4;--studio-purple-0:#f2e9ed;--studio-purple-5:#ebcee0;--studio-purple-10:#e3afd5;--studio-purple-20:#d48fc8;--studio-purple-30:#c475bd;--studio-purple-40:#b35eb1;--studio-purple-50:#984a9c;--studio-purple-60:#7c3982;--studio-purple-70:#662c6e;--studio-purple-80:#4d2054;--studio-purple-90:#35163b;--studio-purple-100:#1e0c21;--studio-purple:#984a9c;--studio-pink-0:#f5e9ed;--studio-pink-5:#f2ceda;--studio-pink-10:#f7a8c3;--studio-pink-20:#f283aa;--studio-pink-30:#eb6594;--studio-pink-40:#e34c84;--studio-pink-50:#c9356e;--studio-pink-60:#ab235a;--studio-pink-70:#8c1749;--studio-pink-80:#700f3b;--studio-pink-90:#4f092a;--studio-pink-100:#260415;--studio-pink:#c9356e;--studio-red-0:#f7ebec;--studio-red-5:#facfd2;--studio-red-10:#ffabaf;--studio-red-20:#ff8085;--studio-red-30:#f86368;--studio-red-40:#e65054;--studio-red-50:#d63638;--studio-red-60:#b32d2e;--studio-red-70:#8a2424;--studio-red-80:#691c1c;--studio-red-90:#451313;--studio-red-100:#240a0a;--studio-red:#d63638;--studio-orange-0:#f5ece6;--studio-orange-5:#f7dcc6;--studio-orange-10:#ffbf86;--studio-orange-20:#faa754;--studio-orange-30:#e68b28;--studio-orange-40:#d67709;--studio-orange-50:#b26200;--studio-orange-60:#8a4d00;--studio-orange-70:#704000;--studio-orange-80:#543100;--studio-orange-90:#361f00;--studio-orange-100:#1f1200;--studio-orange:#b26200;--studio-yellow-0:#f5f1e1;--studio-yellow-5:#f5e6b3;--studio-yellow-10:#f2d76b;--studio-yellow-20:#f0c930;--studio-yellow-30:#deb100;--studio-yellow-40:#c08c00;--studio-yellow-50:#9d6e00;--studio-yellow-60:#7d5600;--studio-yellow-70:#674600;--studio-yellow-80:#4f3500;--studio-yellow-90:#320;--studio-yellow-100:#1c1300;--studio-yellow:#9d6e00;--studio-green-0:#e6f2e8;--studio-green-5:#b8e6bf;--studio-green-10:#68de86;--studio-green-20:#1ed15a;--studio-green-30:#00ba37;--studio-green-40:#00a32a;--studio-green-50:#008a20;--studio-green-60:#007017;--studio-green-70:#005c12;--studio-green-80:#00450c;--studio-green-90:#003008;--studio-green-100:#001c05;--studio-green:#008a20;--studio-celadon-0:#e4f2ed;--studio-celadon-5:#a7e8d3;--studio-celadon-10:#66deb9;--studio-celadon-20:#31cc9f;--studio-celadon-30:#09b585;--studio-celadon-40:#009e73;--studio-celadon-50:#008763;--studio-celadon-60:#007053;--studio-celadon-70:#005c44;--studio-celadon-80:#004533;--studio-celadon-90:#003024;--studio-celadon-100:#001c15;--studio-celadon:#008763;--studio-wordpress-blue-0:#e6f1f5;--studio-wordpress-blue-5:#bedae6;--studio-wordpress-blue-10:#98c6d9;--studio-wordpress-blue-20:#6ab3d0;--studio-wordpress-blue-30:#3895ba;--studio-wordpress-blue-40:#187aa2;--studio-wordpress-blue-50:#006088;--studio-wordpress-blue-60:#004e6e;--studio-wordpress-blue-70:#003c56;--studio-wordpress-blue-80:#002c40;--studio-wordpress-blue-90:#001d2d;--studio-wordpress-blue-100:#00101c;--studio-wordpress-blue:#006088;--studio-simplenote-blue-0:#e9ecf5;--studio-simplenote-blue-5:#ced9f2;--studio-simplenote-blue-10:#abc1f5;--studio-simplenote-blue-20:#84a4f0;--studio-simplenote-blue-30:#618df2;--studio-simplenote-blue-40:#4678eb;--studio-simplenote-blue-50:#3361cc;--studio-simplenote-blue-60:#1d4fc4;--studio-simplenote-blue-70:#113ead;--studio-simplenote-blue-80:#0d2f85;--studio-simplenote-blue-90:#09205c;--studio-simplenote-blue-100:#05102e;--studio-simplenote-blue:#3361cc;--studio-woocommerce-purple-0:#f7edf7;--studio-woocommerce-purple-5:#e5cfe8;--studio-woocommerce-purple-10:#d6b4e0;--studio-woocommerce-purple-20:#c792e0;--studio-woocommerce-purple-30:#af7dd1;--studio-woocommerce-purple-40:#9a69c7;--studio-woocommerce-purple-50:#7f54b3;--studio-woocommerce-purple-60:#674399;--studio-woocommerce-purple-70:#533582;--studio-woocommerce-purple-80:#3c2861;--studio-woocommerce-purple-90:#271b3d;--studio-woocommerce-purple-100:#140e1f;--studio-woocommerce-purple:#7f54b3;--studio-jetpack-green-0:#f0f2eb;--studio-jetpack-green-5:#d0e6b8;--studio-jetpack-green-10:#9dd977;--studio-jetpack-green-20:#64ca43;--studio-jetpack-green-30:#2fb41f;--studio-jetpack-green-40:#069e08;--studio-jetpack-green-50:#008710;--studio-jetpack-green-60:#007117;--studio-jetpack-green-70:#005b18;--studio-jetpack-green-80:#004515;--studio-jetpack-green-90:#003010;--studio-jetpack-green-100:#001c09;--studio-jetpack-green:#2fb41f;--studio-white-rgb:255,255,255;--studio-black-rgb:0,0,0;--studio-gray-0-rgb:246,247,247;--studio-gray-5-rgb:220,220,222;--studio-gray-10-rgb:195,196,199;--studio-gray-20-rgb:167,170,173;--studio-gray-30-rgb:140,143,148;--studio-gray-40-rgb:120,124,130;--studio-gray-50-rgb:100,105,112;--studio-gray-60-rgb:80,87,94;--studio-gray-70-rgb:60,67,74;--studio-gray-80-rgb:44,51,56;--studio-gray-90-rgb:29,35,39;--studio-gray-100-rgb:16,21,23;--studio-gray-rgb:100,105,112;--studio-blue-0-rgb:233,240,245;--studio-blue-5-rgb:187,224,250;--studio-blue-10-rgb:145,202,242;--studio-blue-20-rgb:104,179,232;--studio-blue-30-rgb:57,156,227;--studio-blue-40-rgb:22,137,219;--studio-blue-50-rgb:6,117,196;--studio-blue-60-rgb:5,93,156;--studio-blue-70-rgb:4,75,122;--studio-blue-80-rgb:2,57,92;--studio-blue-90-rgb:1,40,61;--studio-blue-100-rgb:0,22,33;--studio-blue-rgb:6,117,196;--studio-purple-0-rgb:242,233,237;--studio-purple-5-rgb:235,206,224;--studio-purple-10-rgb:227,175,213;--studio-purple-20-rgb:212,143,200;--studio-purple-30-rgb:196,117,189;--studio-purple-40-rgb:179,94,177;--studio-purple-50-rgb:152,74,156;--studio-purple-60-rgb:124,57,130;--studio-purple-70-rgb:102,44,110;--studio-purple-80-rgb:77,32,84;--studio-purple-90-rgb:53,22,59;--studio-purple-100-rgb:30,12,33;--studio-purple-rgb:152,74,156;--studio-pink-0-rgb:245,233,237;--studio-pink-5-rgb:242,206,218;--studio-pink-10-rgb:247,168,195;--studio-pink-20-rgb:242,131,170;--studio-pink-30-rgb:235,101,148;--studio-pink-40-rgb:227,76,132;--studio-pink-50-rgb:201,53,110;--studio-pink-60-rgb:171,35,90;--studio-pink-70-rgb:140,23,73;--studio-pink-80-rgb:112,15,59;--studio-pink-90-rgb:79,9,42;--studio-pink-100-rgb:38,4,21;--studio-pink-rgb:201,53,110;--studio-red-0-rgb:247,235,236;--studio-red-5-rgb:250,207,210;--studio-red-10-rgb:255,171,175;--studio-red-20-rgb:255,128,133;--studio-red-30-rgb:248,99,104;--studio-red-40-rgb:230,80,84;--studio-red-50-rgb:214,54,56;--studio-red-60-rgb:179,45,46;--studio-red-70-rgb:138,36,36;--studio-red-80-rgb:105,28,28;--studio-red-90-rgb:69,19,19;--studio-red-100-rgb:36,10,10;--studio-red-rgb:214,54,56;--studio-orange-0-rgb:245,236,230;--studio-orange-5-rgb:247,220,198;--studio-orange-10-rgb:255,191,134;--studio-orange-20-rgb:250,167,84;--studio-orange-30-rgb:230,139,40;--studio-orange-40-rgb:214,119,9;--studio-orange-50-rgb:178,98,0;--studio-orange-60-rgb:138,77,0;--studio-orange-70-rgb:112,64,0;--studio-orange-80-rgb:84,49,0;--studio-orange-90-rgb:54,31,0;--studio-orange-100-rgb:31,18,0;--studio-orange-rgb:178,98,0;--studio-yellow-0-rgb:245,241,225;--studio-yellow-5-rgb:245,230,179;--studio-yellow-10-rgb:242,215,107;--studio-yellow-20-rgb:240,201,48;--studio-yellow-30-rgb:222,177,0;--studio-yellow-40-rgb:192,140,0;--studio-yellow-50-rgb:157,110,0;--studio-yellow-60-rgb:125,86,0;--studio-yellow-70-rgb:103,70,0;--studio-yellow-80-rgb:79,53,0;--studio-yellow-90-rgb:51,34,0;--studio-yellow-100-rgb:28,19,0;--studio-yellow-rgb:157,110,0;--studio-green-0-rgb:230,242,232;--studio-green-5-rgb:184,230,191;--studio-green-10-rgb:104,222,134;--studio-green-20-rgb:30,209,90;--studio-green-30-rgb:0,186,55;--studio-green-40-rgb:0,163,42;--studio-green-50-rgb:0,138,32;--studio-green-60-rgb:0,112,23;--studio-green-70-rgb:0,92,18;--studio-green-80-rgb:0,69,12;--studio-green-90-rgb:0,48,8;--studio-green-100-rgb:0,28,5;--studio-green-rgb:0,138,32;--studio-celadon-0-rgb:228,242,237;--studio-celadon-5-rgb:167,232,211;--studio-celadon-10-rgb:102,222,185;--studio-celadon-20-rgb:49,204,159;--studio-celadon-30-rgb:9,181,133;--studio-celadon-40-rgb:0,158,115;--studio-celadon-50-rgb:0,135,99;--studio-celadon-60-rgb:0,112,83;--studio-celadon-70-rgb:0,92,68;--studio-celadon-80-rgb:0,69,51;--studio-celadon-90-rgb:0,48,36;--studio-celadon-100-rgb:0,28,21;--studio-celadon-rgb:0,135,99;--studio-wordpress-blue-0-rgb:230,241,245;--studio-wordpress-blue-5-rgb:190,218,230;--studio-wordpress-blue-10-rgb:152,198,217;--studio-wordpress-blue-20-rgb:106,179,208;--studio-wordpress-blue-30-rgb:56,149,186;--studio-wordpress-blue-40-rgb:24,122,162;--studio-wordpress-blue-50-rgb:0,96,136;--studio-wordpress-blue-60-rgb:0,78,110;--studio-wordpress-blue-70-rgb:0,60,86;--studio-wordpress-blue-80-rgb:0,44,64;--studio-wordpress-blue-90-rgb:0,29,45;--studio-wordpress-blue-100-rgb:0,16,28;--studio-wordpress-blue-rgb:0,96,136;--studio-simplenote-blue-0-rgb:233,236,245;--studio-simplenote-blue-5-rgb:206,217,242;--studio-simplenote-blue-10-rgb:171,193,245;--studio-simplenote-blue-20-rgb:132,164,240;--studio-simplenote-blue-30-rgb:97,141,242;--studio-simplenote-blue-40-rgb:70,120,235;--studio-simplenote-blue-50-rgb:51,97,204;--studio-simplenote-blue-60-rgb:29,79,196;--studio-simplenote-blue-70-rgb:17,62,173;--studio-simplenote-blue-80-rgb:13,47,133;--studio-simplenote-blue-90-rgb:9,32,92;--studio-simplenote-blue-100-rgb:5,16,46;--studio-simplenote-blue-rgb:51,97,204;--studio-woocommerce-purple-0-rgb:247,237,247;--studio-woocommerce-purple-5-rgb:229,207,232;--studio-woocommerce-purple-10-rgb:214,180,224;--studio-woocommerce-purple-20-rgb:199,146,224;--studio-woocommerce-purple-30-rgb:175,125,209;--studio-woocommerce-purple-40-rgb:154,105,199;--studio-woocommerce-purple-50-rgb:127,84,179;--studio-woocommerce-purple-60-rgb:103,67,153;--studio-woocommerce-purple-70-rgb:83,53,130;--studio-woocommerce-purple-80-rgb:60,40,97;--studio-woocommerce-purple-90-rgb:39,27,61;--studio-woocommerce-purple-100-rgb:20,14,31;--studio-woocommerce-purple-rgb:127,84,179;--studio-jetpack-green-0-rgb:240,242,235;--studio-jetpack-green-5-rgb:208,230,184;--studio-jetpack-green-10-rgb:157,217,119;--studio-jetpack-green-20-rgb:100,202,67;--studio-jetpack-green-30-rgb:47,180,31;--studio-jetpack-green-40-rgb:6,158,8;--studio-jetpack-green-50-rgb:0,135,16;--studio-jetpack-green-60-rgb:0,113,23;--studio-jetpack-green-70-rgb:0,91,24;--studio-jetpack-green-80-rgb:0,69,21;--studio-jetpack-green-90-rgb:0,48,16;--studio-jetpack-green-100-rgb:0,28,9;--studio-jetpack-green-rgb:47,180,31}.color-scheme.is-classic-bright .is-nav-unification,:root{--color-primary:var(--studio-blue-50);--color-primary-rgb:var(--studio-blue-50-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--studio-pink-50);--color-accent-rgb:var(--studio-pink-50-rgb);--color-accent-dark:var(--studio-pink-70);--color-accent-dark-rgb:var(--studio-pink-70-rgb);--color-accent-light:var(--studio-pink-30);--color-accent-light-rgb:var(--studio-pink-30-rgb);--color-accent-0:var(--studio-pink-0);--color-accent-0-rgb:var(--studio-pink-0-rgb);--color-accent-5:var(--studio-pink-5);--color-accent-5-rgb:var(--studio-pink-5-rgb);--color-accent-10:var(--studio-pink-10);--color-accent-10-rgb:var(--studio-pink-10-rgb);--color-accent-20:var(--studio-pink-20);--color-accent-20-rgb:var(--studio-pink-20-rgb);--color-accent-30:var(--studio-pink-30);--color-accent-30-rgb:var(--studio-pink-30-rgb);--color-accent-40:var(--studio-pink-40);--color-accent-40-rgb:var(--studio-pink-40-rgb);--color-accent-50:var(--studio-pink-50);--color-accent-50-rgb:var(--studio-pink-50-rgb);--color-accent-60:var(--studio-pink-60);--color-accent-60-rgb:var(--studio-pink-60-rgb);--color-accent-70:var(--studio-pink-70);--color-accent-70-rgb:var(--studio-pink-70-rgb);--color-accent-80:var(--studio-pink-80);--color-accent-80-rgb:var(--studio-pink-80-rgb);--color-accent-90:var(--studio-pink-90);--color-accent-90-rgb:var(--studio-pink-90-rgb);--color-accent-100:var(--studio-pink-100);--color-accent-100-rgb:var(--studio-pink-100-rgb);--color-neutral:var(--studio-gray-50);--color-neutral-rgb:var(--studio-gray-50-rgb);--color-neutral-dark:var(--studio-gray-70);--color-neutral-dark-rgb:var(--studio-gray-70-rgb);--color-neutral-light:var(--studio-gray-30);--color-neutral-light-rgb:var(--studio-gray-30-rgb);--color-neutral-0:var(--studio-gray-0);--color-neutral-0-rgb:var(--studio-gray-0-rgb);--color-neutral-5:var(--studio-gray-5);--color-neutral-5-rgb:var(--studio-gray-5-rgb);--color-neutral-10:var(--studio-gray-10);--color-neutral-10-rgb:var(--studio-gray-10-rgb);--color-neutral-20:var(--studio-gray-20);--color-neutral-20-rgb:var(--studio-gray-20-rgb);--color-neutral-30:var(--studio-gray-30);--color-neutral-30-rgb:var(--studio-gray-30-rgb);--color-neutral-40:var(--studio-gray-40);--color-neutral-40-rgb:var(--studio-gray-40-rgb);--color-neutral-50:var(--studio-gray-50);--color-neutral-50-rgb:var(--studio-gray-50-rgb);--color-neutral-60:var(--studio-gray-60);--color-neutral-60-rgb:var(--studio-gray-60-rgb);--color-neutral-70:var(--studio-gray-70);--color-neutral-70-rgb:var(--studio-gray-70-rgb);--color-neutral-80:var(--studio-gray-80);--color-neutral-80-rgb:var(--studio-gray-80-rgb);--color-neutral-90:var(--studio-gray-90);--color-neutral-90-rgb:var(--studio-gray-90-rgb);--color-neutral-100:var(--studio-gray-100);--color-neutral-100-rgb:var(--studio-gray-100-rgb);--color-success:var(--studio-green-50);--color-success-rgb:var(--studio-green-50-rgb);--color-success-dark:var(--studio-green-70);--color-success-dark-rgb:var(--studio-green-70-rgb);--color-success-light:var(--studio-green-30);--color-success-light-rgb:var(--studio-green-30-rgb);--color-success-0:var(--studio-green-0);--color-success-0-rgb:var(--studio-green-0-rgb);--color-success-5:var(--studio-green-5);--color-success-5-rgb:var(--studio-green-5-rgb);--color-success-10:var(--studio-green-10);--color-success-10-rgb:var(--studio-green-10-rgb);--color-success-20:var(--studio-green-20);--color-success-20-rgb:var(--studio-green-20-rgb);--color-success-30:var(--studio-green-30);--color-success-30-rgb:var(--studio-green-30-rgb);--color-success-40:var(--studio-green-40);--color-success-40-rgb:var(--studio-green-40-rgb);--color-success-50:var(--studio-green-50);--color-success-50-rgb:var(--studio-green-50-rgb);--color-success-60:var(--studio-green-60);--color-success-60-rgb:var(--studio-green-60-rgb);--color-success-70:var(--studio-green-70);--color-success-70-rgb:var(--studio-green-70-rgb);--color-success-80:var(--studio-green-80);--color-success-80-rgb:var(--studio-green-80-rgb);--color-success-90:var(--studio-green-90);--color-success-90-rgb:var(--studio-green-90-rgb);--color-success-100:var(--studio-green-100);--color-success-100-rgb:var(--studio-green-100-rgb);--color-warning:var(--studio-yellow-50);--color-warning-rgb:var(--studio-yellow-50-rgb);--color-warning-dark:var(--studio-yellow-70);--color-warning-dark-rgb:var(--studio-yellow-70-rgb);--color-warning-light:var(--studio-yellow-30);--color-warning-light-rgb:var(--studio-yellow-30-rgb);--color-warning-0:var(--studio-yellow-0);--color-warning-0-rgb:var(--studio-yellow-0-rgb);--color-warning-5:var(--studio-yellow-5);--color-warning-5-rgb:var(--studio-yellow-5-rgb);--color-warning-10:var(--studio-yellow-10);--color-warning-10-rgb:var(--studio-yellow-10-rgb);--color-warning-20:var(--studio-yellow-20);--color-warning-20-rgb:var(--studio-yellow-20-rgb);--color-warning-30:var(--studio-yellow-30);--color-warning-30-rgb:var(--studio-yellow-30-rgb);--color-warning-40:var(--studio-yellow-40);--color-warning-40-rgb:var(--studio-yellow-40-rgb);--color-warning-50:var(--studio-yellow-50);--color-warning-50-rgb:var(--studio-yellow-50-rgb);--color-warning-60:var(--studio-yellow-60);--color-warning-60-rgb:var(--studio-yellow-60-rgb);--color-warning-70:var(--studio-yellow-70);--color-warning-70-rgb:var(--studio-yellow-70-rgb);--color-warning-80:var(--studio-yellow-80);--color-warning-80-rgb:var(--studio-yellow-80-rgb);--color-warning-90:var(--studio-yellow-90);--color-warning-90-rgb:var(--studio-yellow-90-rgb);--color-warning-100:var(--studio-yellow-100);--color-warning-100-rgb:var(--studio-yellow-100-rgb);--color-error:var(--studio-red-50);--color-error-rgb:var(--studio-red-50-rgb);--color-error-dark:var(--studio-red-70);--color-error-dark-rgb:var(--studio-red-70-rgb);--color-error-light:var(--studio-red-30);--color-error-light-rgb:var(--studio-red-30-rgb);--color-error-0:var(--studio-red-0);--color-error-0-rgb:var(--studio-red-0-rgb);--color-error-5:var(--studio-red-5);--color-error-5-rgb:var(--studio-red-5-rgb);--color-error-10:var(--studio-red-10);--color-error-10-rgb:var(--studio-red-10-rgb);--color-error-20:var(--studio-red-20);--color-error-20-rgb:var(--studio-red-20-rgb);--color-error-30:var(--studio-red-30);--color-error-30-rgb:var(--studio-red-30-rgb);--color-error-40:var(--studio-red-40);--color-error-40-rgb:var(--studio-red-40-rgb);--color-error-50:var(--studio-red-50);--color-error-50-rgb:var(--studio-red-50-rgb);--color-error-60:var(--studio-red-60);--color-error-60-rgb:var(--studio-red-60-rgb);--color-error-70:var(--studio-red-70);--color-error-70-rgb:var(--studio-red-70-rgb);--color-error-80:var(--studio-red-80);--color-error-80-rgb:var(--studio-red-80-rgb);--color-error-90:var(--studio-red-90);--color-error-90-rgb:var(--studio-red-90-rgb);--color-error-100:var(--studio-red-100);--color-error-100-rgb:var(--studio-red-100-rgb);--color-surface:var(--studio-white);--color-surface-rgb:var(--studio-white-rgb);--color-surface-backdrop:var(--studio-gray-0);--color-surface-backdrop-rgb:var(--studio-gray-0-rgb);--color-text:var(--studio-gray-80);--color-text-rgb:var(--studio-gray-80-rgb);--color-text-subtle:var(--studio-gray-50);--color-text-subtle-rgb:var(--studio-gray-50-rgb);--color-text-inverted:var(--studio-white);--color-text-inverted-rgb:var(--studio-white-rgb);--color-border:var(--color-neutral-20);--color-border-rgb:var(--color-neutral-20-rgb);--color-border-subtle:var(--color-neutral-5);--color-border-subtle-rgb:var(--color-neutral-5-rgb);--color-border-shadow:var(--color-neutral-0);--color-border-shadow-rgb:var(--color-neutral-0-rgb);--color-border-inverted:var(--studio-white);--color-border-inverted-rgb:var(--studio-white-rgb);--color-link:var(--studio-blue-50);--color-link-rgb:var(--studio-blue-50-rgb);--color-link-dark:var(--studio-blue-70);--color-link-dark-rgb:var(--studio-blue-70-rgb);--color-link-light:var(--studio-blue-30);--color-link-light-rgb:var(--studio-blue-30-rgb);--color-link-0:var(--studio-blue-0);--color-link-0-rgb:var(--studio-blue-0-rgb);--color-link-5:var(--studio-blue-5);--color-link-5-rgb:var(--studio-blue-5-rgb);--color-link-10:var(--studio-blue-10);--color-link-10-rgb:var(--studio-blue-10-rgb);--color-link-20:var(--studio-blue-20);--color-link-20-rgb:var(--studio-blue-20-rgb);--color-link-30:var(--studio-blue-30);--color-link-30-rgb:var(--studio-blue-30-rgb);--color-link-40:var(--studio-blue-40);--color-link-40-rgb:var(--studio-blue-40-rgb);--color-link-50:var(--studio-blue-50);--color-link-50-rgb:var(--studio-blue-50-rgb);--color-link-60:var(--studio-blue-60);--color-link-60-rgb:var(--studio-blue-60-rgb);--color-link-70:var(--studio-blue-70);--color-link-70-rgb:var(--studio-blue-70-rgb);--color-link-80:var(--studio-blue-80);--color-link-80-rgb:var(--studio-blue-80-rgb);--color-link-90:var(--studio-blue-90);--color-link-90-rgb:var(--studio-blue-90-rgb);--color-link-100:var(--studio-blue-100);--color-link-100-rgb:var(--studio-blue-100-rgb);--color-plan-free:var(--studio-gray-30);--color-plan-blogger:var(--studio-celadon-30);--color-plan-personal:var(--studio-blue-30);--color-plan-premium:var(--studio-yellow-30);--color-plan-business:var(--studio-orange-30);--color-plan-ecommerce:var(--studio-purple-30);--color-premium-domain:var(--studio-wordpress-blue-60);--color-jetpack-plan-free:var(--studio-blue-30);--color-jetpack-plan-personal:var(--studio-yellow-30);--color-jetpack-plan-premium:var(--studio-jetpack-green-30);--color-jetpack-plan-professional:var(--studio-purple-30);--color-masterbar-background:var(--studio-blue-60);--color-masterbar-border:var(--studio-blue-70);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-blue-70);--color-masterbar-item-active-background:var(--studio-blue-90);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-20);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-jetpack-masterbar-background:var(--studio-white);--color-jetpack-masterbar-border:var(--studio-gray-5);--color-jetpack-masterbar-text:var(--studio-gray-50);--color-jetpack-masterbar-item-hover-background:var(--studio-gray-5);--color-jetpack-masterbar-item-active-background:var(--studio-gray-20);--color-sidebar-background:var(--color-surface);--color-sidebar-background-rgb:var(--studio-white-rgb);--color-sidebar-border:var(--studio-gray-5);--color-sidebar-text:var(--studio-gray-80);--color-sidebar-text-rgb:var(--studio-gray-80-rgb);--color-sidebar-text-alternative:var(--studio-gray-50);--color-sidebar-gridicon-fill:var(--studio-gray-50);--color-sidebar-menu-selected-background:var(--studio-blue-5);--color-sidebar-menu-selected-background-rgb:var(--studio-blue-5-rgb);--color-sidebar-menu-selected-text:var(--studio-blue-70);--color-sidebar-menu-selected-text-rgb:var(--studio-blue-70-rgb);--color-sidebar-menu-hover-background:var(--studio-gray-5);--color-sidebar-menu-hover-background-rgb:var(--studio-gray-5-rgb);--color-sidebar-menu-hover-text:var(--studio-gray-90);--color-jetpack-onboarding-text:var(--studio-white);--color-jetpack-onboarding-text-rgb:var(--studio-white-rgb);--color-jetpack-onboarding-background:var(--studio-blue-100);--color-jetpack-onboarding-background-rgb:var(--studio-blue-100-rgb);--color-automattic:var(--studio-blue-40);--color-jetpack:var(--studio-jetpack-green);--color-simplenote:var(--studio-simplenote-blue);--color-woocommerce:var(--studio-woocommerce-purple);--color-wordpress-com:var(--studio-wordpress-blue);--color-wordpress-org:#585c60;--color-blogger:#ff5722;--color-eventbrite:#ff8000;--color-facebook:#39579a;--color-godaddy:#5ea95a;--color-google-plus:#df4a32;--color-instagram:#d93174;--color-linkedin:#0976b4;--color-medium:#12100e;--color-pinterest:#cc2127;--color-pocket:#ee4256;--color-print:#f8f8f8;--color-reddit:#5f99cf;--color-skype:#00aff0;--color-stumbleupon:#eb4924;--color-squarespace:#222;--color-telegram:#08c;--color-tumblr:#35465c;--color-twitter:#55acee;--color-whatsapp:#43d854;--color-wix:#faad4d;--color-email:var(--studio-gray-0);--color-podcasting:#9b4dd5;--color-wp-admin-button-background:#008ec2;--color-wp-admin-button-border:#006799;--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#23282d;--theme-base-color-rgb:35,40,45;--theme-submenu-background-color:#131619;--theme-icon-color:#e1eaf2;--theme-highlight-color:#0073aa;--theme-highlight-color-rgb:0,115,170;--theme-notification-color:#d54e21;--color-sidebar-submenu-background:var(--studio-blue-0);--color-sidebar-submenu-text:var(--studio-blue-70);--color-sidebar-submenu-hover-text:var(--color-accent);--color-sidebar-submenu-selected-text:var(--color-accent)}.color-scheme.is-aquatic,.color-scheme.is-aquatic .is-nav-unification{--color-primary:var(--studio-blue-50);--color-primary-rgb:var(--studio-blue-50-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--studio-celadon-50);--color-accent-rgb:var(--studio-celadon-50-rgb);--color-accent-dark:var(--studio-celadon-70);--color-accent-dark-rgb:var(--studio-celadon-70-rgb);--color-accent-light:var(--studio-celadon-30);--color-accent-light-rgb:var(--studio-celadon-30-rgb);--color-accent-0:var(--studio-celadon-0);--color-accent-0-rgb:var(--studio-celadon-0-rgb);--color-accent-5:var(--studio-celadon-5);--color-accent-5-rgb:var(--studio-celadon-5-rgb);--color-accent-10:var(--studio-celadon-10);--color-accent-10-rgb:var(--studio-celadon-10-rgb);--color-accent-20:var(--studio-celadon-20);--color-accent-20-rgb:var(--studio-celadon-20-rgb);--color-accent-30:var(--studio-celadon-30);--color-accent-30-rgb:var(--studio-celadon-30-rgb);--color-accent-40:var(--studio-celadon-40);--color-accent-40-rgb:var(--studio-celadon-40-rgb);--color-accent-50:var(--studio-celadon-50);--color-accent-50-rgb:var(--studio-celadon-50-rgb);--color-accent-60:var(--studio-celadon-60);--color-accent-60-rgb:var(--studio-celadon-60-rgb);--color-accent-70:var(--studio-celadon-70);--color-accent-70-rgb:var(--studio-celadon-70-rgb);--color-accent-80:var(--studio-celadon-80);--color-accent-80-rgb:var(--studio-celadon-80-rgb);--color-accent-90:var(--studio-celadon-90);--color-accent-90-rgb:var(--studio-celadon-90-rgb);--color-accent-100:var(--studio-celadon-100);--color-accent-100-rgb:var(--studio-celadon-100-rgb);--color-link:var(--studio-celadon-50);--color-link-rgb:var(--studio-celadon-50-rgb);--color-link-dark:var(--studio-celadon-70);--color-link-dark-rgb:var(--studio-celadon-70-rgb);--color-link-light:var(--studio-celadon-30);--color-link-light-rgb:var(--studio-celadon-30-rgb);--color-link-0:var(--studio-celadon-0);--color-link-0-rgb:var(--studio-celadon-0-rgb);--color-link-5:var(--studio-celadon-5);--color-link-5-rgb:var(--studio-celadon-5-rgb);--color-link-10:var(--studio-celadon-10);--color-link-10-rgb:var(--studio-celadon-10-rgb);--color-link-20:var(--studio-celadon-20);--color-link-20-rgb:var(--studio-celadon-20-rgb);--color-link-30:var(--studio-celadon-30);--color-link-30-rgb:var(--studio-celadon-30-rgb);--color-link-40:var(--studio-celadon-40);--color-link-40-rgb:var(--studio-celadon-40-rgb);--color-link-50:var(--studio-celadon-50);--color-link-50-rgb:var(--studio-celadon-50-rgb);--color-link-60:var(--studio-celadon-60);--color-link-60-rgb:var(--studio-celadon-60-rgb);--color-link-70:var(--studio-celadon-70);--color-link-70-rgb:var(--studio-celadon-70-rgb);--color-link-80:var(--studio-celadon-80);--color-link-80-rgb:var(--studio-celadon-80-rgb);--color-link-90:var(--studio-celadon-90);--color-link-90-rgb:var(--studio-celadon-90-rgb);--color-link-100:var(--studio-celadon-100);--color-link-100-rgb:var(--studio-celadon-100-rgb);--color-masterbar-background:var(--studio-blue-80);--color-masterbar-border:var(--studio-blue-80);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-blue-90);--color-masterbar-item-active-background:var(--studio-blue-100);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-unread-dot-background:var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-blue-60);--color-sidebar-background-rgb:var(--studio-blue-60-rgb);--color-sidebar-border:var(--studio-blue-70);--color-sidebar-text:var(--studio-white);--color-sidebar-text-rgb:var(--studio-white-rgb);--color-sidebar-text-alternative:var(--studio-blue-5);--color-sidebar-gridicon-fill:var(--studio-blue-5);--color-sidebar-menu-selected-background:var(--studio-yellow-20);--color-sidebar-menu-selected-background-rgb:var(--studio-yellow-20-rgb);--color-sidebar-menu-selected-text:var(--studio-blue-90);--color-sidebar-menu-selected-text-rgb:var(--studio-blue-90-rgb);--color-sidebar-menu-hover-background:var(--studio-blue-50);--color-sidebar-menu-hover-background-rgb:var(--studio-blue-50-rgb);--color-sidebar-menu-hover-text:var(--studio-white);--color-sidebar-submenu-background:var(--studio-blue-80);--color-sidebar-submenu-text:var(--studio-white);--color-sidebar-submenu-hover-text:var(--studio-yellow-20)}.color-scheme.is-blue,.color-scheme.is-blue .is-nav-unification{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#52accc;--theme-base-color-rgb:82,172,204;--theme-submenu-text-color:#cbe6f0;--theme-submenu-background-color:#4796b3;--theme-icon-color:#e5f8ff;--theme-highlight-color:#096484;--theme-highlight-color-rgb:9,100,132;--theme-notification-color:#e1a948;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:#e2ecf1;--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-text-color)}.color-scheme.is-classic-blue,.color-scheme.is-classic-blue .is-nav-unification{--color-primary:var(--studio-blue-50);--color-primary-rgb:var(--studio-blue-50-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--studio-orange-50);--color-accent-rgb:var(--studio-orange-50-rgb);--color-accent-dark:var(--studio-orange-70);--color-accent-dark-rgb:var(--studio-orange-70-rgb);--color-accent-light:var(--studio-orange-30);--color-accent-light-rgb:var(--studio-orange-30-rgb);--color-accent-0:var(--studio-orange-0);--color-accent-0-rgb:var(--studio-orange-0-rgb);--color-accent-5:var(--studio-orange-5);--color-accent-5-rgb:var(--studio-orange-5-rgb);--color-accent-10:var(--studio-orange-10);--color-accent-10-rgb:var(--studio-orange-10-rgb);--color-accent-20:var(--studio-orange-20);--color-accent-20-rgb:var(--studio-orange-20-rgb);--color-accent-30:var(--studio-orange-30);--color-accent-30-rgb:var(--studio-orange-30-rgb);--color-accent-40:var(--studio-orange-40);--color-accent-40-rgb:var(--studio-orange-40-rgb);--color-accent-50:var(--studio-orange-50);--color-accent-50-rgb:var(--studio-orange-50-rgb);--color-accent-60:var(--studio-orange-60);--color-accent-60-rgb:var(--studio-orange-60-rgb);--color-accent-70:var(--studio-orange-70);--color-accent-70-rgb:var(--studio-orange-70-rgb);--color-accent-80:var(--studio-orange-80);--color-accent-80-rgb:var(--studio-orange-80-rgb);--color-accent-90:var(--studio-orange-90);--color-accent-90-rgb:var(--studio-orange-90-rgb);--color-accent-100:var(--studio-orange-100);--color-accent-100-rgb:var(--studio-orange-100-rgb);--color-masterbar-background:var(--studio-blue-60);--color-masterbar-border:var(--studio-blue-70);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-blue-70);--color-masterbar-item-active-background:var(--studio-blue-90);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-gray-5);--color-sidebar-background-rgb:var(--studio-gray-5-rgb);--color-sidebar-border:var(--studio-gray-10);--color-sidebar-text:var(--studio-gray-80);--color-sidebar-text-alternative:var(--studio-gray-50);--color-sidebar-gridicon-fill:var(--studio-gray-50);--color-sidebar-menu-selected-background:var(--studio-gray-60);--color-sidebar-menu-selected-background-rgb:var(--studio-gray-60-rgb);--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:var(--color-surface);--color-sidebar-menu-hover-background-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-text:var(--studio-blue-50);--color-sidebar-submenu-background:var(--studio-blue-60);--color-sidebar-submenu-text:var(--studio-white);--color-sidebar-submenu-hover-text:var(--studio-orange-30)}.color-scheme.is-classic-dark,.color-scheme.is-classic-dark .is-nav-unification{--color-primary:var(--studio-gray-90);--color-primary-rgb:var(--studio-gray-90-rgb);--color-primary-dark:var(--studio-gray-70);--color-primary-dark-rgb:var(--studio-gray-70-rgb);--color-primary-light:var(--studio-gray-30);--color-primary-light-rgb:var(--studio-gray-30-rgb);--color-primary-0:var(--studio-gray-0);--color-primary-0-rgb:var(--studio-gray-0-rgb);--color-primary-5:var(--studio-gray-5);--color-primary-5-rgb:var(--studio-gray-5-rgb);--color-primary-10:var(--studio-gray-10);--color-primary-10-rgb:var(--studio-gray-10-rgb);--color-primary-20:var(--studio-gray-20);--color-primary-20-rgb:var(--studio-gray-20-rgb);--color-primary-30:var(--studio-gray-30);--color-primary-30-rgb:var(--studio-gray-30-rgb);--color-primary-40:var(--studio-gray-40);--color-primary-40-rgb:var(--studio-gray-40-rgb);--color-primary-50:var(--studio-gray-50);--color-primary-50-rgb:var(--studio-gray-50-rgb);--color-primary-60:var(--studio-gray-60);--color-primary-60-rgb:var(--studio-gray-60-rgb);--color-primary-70:var(--studio-gray-70);--color-primary-70-rgb:var(--studio-gray-70-rgb);--color-primary-80:var(--studio-gray-80);--color-primary-80-rgb:var(--studio-gray-80-rgb);--color-primary-90:var(--studio-gray-90);--color-primary-90-rgb:var(--studio-gray-90-rgb);--color-primary-100:var(--studio-gray-100);--color-primary-100-rgb:var(--studio-gray-100-rgb);--color-accent:var(--studio-pink-50);--color-accent-rgb:var(--studio-pink-50-rgb);--color-accent-dark:var(--studio-pink-70);--color-accent-dark-rgb:var(--studio-pink-70-rgb);--color-accent-light:var(--studio-pink-30);--color-accent-light-rgb:var(--studio-pink-30-rgb);--color-accent-0:var(--studio-pink-0);--color-accent-0-rgb:var(--studio-pink-0-rgb);--color-accent-5:var(--studio-pink-5);--color-accent-5-rgb:var(--studio-pink-5-rgb);--color-accent-10:var(--studio-pink-10);--color-accent-10-rgb:var(--studio-pink-10-rgb);--color-accent-20:var(--studio-pink-20);--color-accent-20-rgb:var(--studio-pink-20-rgb);--color-accent-30:var(--studio-pink-30);--color-accent-30-rgb:var(--studio-pink-30-rgb);--color-accent-40:var(--studio-pink-40);--color-accent-40-rgb:var(--studio-pink-40-rgb);--color-accent-50:var(--studio-pink-50);--color-accent-50-rgb:var(--studio-pink-50-rgb);--color-accent-60:var(--studio-pink-60);--color-accent-60-rgb:var(--studio-pink-60-rgb);--color-accent-70:var(--studio-pink-70);--color-accent-70-rgb:var(--studio-pink-70-rgb);--color-accent-80:var(--studio-pink-80);--color-accent-80-rgb:var(--studio-pink-80-rgb);--color-accent-90:var(--studio-pink-90);--color-accent-90-rgb:var(--studio-pink-90-rgb);--color-accent-100:var(--studio-pink-100);--color-accent-100-rgb:var(--studio-pink-100-rgb);--color-neutral:var(--studio-gray-50);--color-neutral-rgb:var(--studio-gray-50-rgb);--color-neutral-dark:var(--studio-gray-70);--color-neutral-dark-rgb:var(--studio-gray-70-rgb);--color-neutral-light:var(--studio-gray-30);--color-neutral-light-rgb:var(--studio-gray-30-rgb);--color-neutral-0:var(--studio-gray-0);--color-neutral-0-rgb:var(--studio-gray-0-rgb);--color-neutral-5:var(--studio-gray-5);--color-neutral-5-rgb:var(--studio-gray-5-rgb);--color-neutral-10:var(--studio-gray-10);--color-neutral-10-rgb:var(--studio-gray-10-rgb);--color-neutral-20:var(--studio-gray-20);--color-neutral-20-rgb:var(--studio-gray-20-rgb);--color-neutral-30:var(--studio-gray-30);--color-neutral-30-rgb:var(--studio-gray-30-rgb);--color-neutral-40:var(--studio-gray-40);--color-neutral-40-rgb:var(--studio-gray-40-rgb);--color-neutral-50:var(--studio-gray-50);--color-neutral-50-rgb:var(--studio-gray-50-rgb);--color-neutral-60:var(--studio-gray-60);--color-neutral-60-rgb:var(--studio-gray-60-rgb);--color-neutral-70:var(--studio-gray-70);--color-neutral-70-rgb:var(--studio-gray-70-rgb);--color-neutral-80:var(--studio-gray-80);--color-neutral-80-rgb:var(--studio-gray-80-rgb);--color-neutral-90:var(--studio-gray-90);--color-neutral-90-rgb:var(--studio-gray-90-rgb);--color-neutral-100:var(--studio-gray-100);--color-neutral-100-rgb:var(--studio-gray-100-rgb);--color-success:var(--studio-green-50);--color-success-rgb:var(--studio-green-50-rgb);--color-success-dark:var(--studio-green-70);--color-success-dark-rgb:var(--studio-green-70-rgb);--color-success-light:var(--studio-green-30);--color-success-light-rgb:var(--studio-green-30-rgb);--color-success-0:var(--studio-green-0);--color-success-0-rgb:var(--studio-green-0-rgb);--color-success-5:var(--studio-green-5);--color-success-5-rgb:var(--studio-green-5-rgb);--color-success-10:var(--studio-green-10);--color-success-10-rgb:var(--studio-green-10-rgb);--color-success-20:var(--studio-green-20);--color-success-20-rgb:var(--studio-green-20-rgb);--color-success-30:var(--studio-green-30);--color-success-30-rgb:var(--studio-green-30-rgb);--color-success-40:var(--studio-green-40);--color-success-40-rgb:var(--studio-green-40-rgb);--color-success-50:var(--studio-green-50);--color-success-50-rgb:var(--studio-green-50-rgb);--color-success-60:var(--studio-green-60);--color-success-60-rgb:var(--studio-green-60-rgb);--color-success-70:var(--studio-green-70);--color-success-70-rgb:var(--studio-green-70-rgb);--color-success-80:var(--studio-green-80);--color-success-80-rgb:var(--studio-green-80-rgb);--color-success-90:var(--studio-green-90);--color-success-90-rgb:var(--studio-green-90-rgb);--color-success-100:var(--studio-green-100);--color-success-100-rgb:var(--studio-green-100-rgb);--color-warning:var(--studio-yellow-50);--color-warning-rgb:var(--studio-yellow-50-rgb);--color-warning-dark:var(--studio-yellow-70);--color-warning-dark-rgb:var(--studio-yellow-70-rgb);--color-warning-light:var(--studio-yellow-30);--color-warning-light-rgb:var(--studio-yellow-30-rgb);--color-warning-0:var(--studio-yellow-0);--color-warning-0-rgb:var(--studio-yellow-0-rgb);--color-warning-5:var(--studio-yellow-5);--color-warning-5-rgb:var(--studio-yellow-5-rgb);--color-warning-10:var(--studio-yellow-10);--color-warning-10-rgb:var(--studio-yellow-10-rgb);--color-warning-20:var(--studio-yellow-20);--color-warning-20-rgb:var(--studio-yellow-20-rgb);--color-warning-30:var(--studio-yellow-30);--color-warning-30-rgb:var(--studio-yellow-30-rgb);--color-warning-40:var(--studio-yellow-40);--color-warning-40-rgb:var(--studio-yellow-40-rgb);--color-warning-50:var(--studio-yellow-50);--color-warning-50-rgb:var(--studio-yellow-50-rgb);--color-warning-60:var(--studio-yellow-60);--color-warning-60-rgb:var(--studio-yellow-60-rgb);--color-warning-70:var(--studio-yellow-70);--color-warning-70-rgb:var(--studio-yellow-70-rgb);--color-warning-80:var(--studio-yellow-80);--color-warning-80-rgb:var(--studio-yellow-80-rgb);--color-warning-90:var(--studio-yellow-90);--color-warning-90-rgb:var(--studio-yellow-90-rgb);--color-warning-100:var(--studio-yellow-100);--color-warning-100-rgb:var(--studio-yellow-100-rgb);--color-error:var(--studio-red-50);--color-error-rgb:var(--studio-red-50-rgb);--color-error-dark:var(--studio-red-70);--color-error-dark-rgb:var(--studio-red-70-rgb);--color-error-light:var(--studio-red-30);--color-error-light-rgb:var(--studio-red-30-rgb);--color-error-0:var(--studio-red-0);--color-error-0-rgb:var(--studio-red-0-rgb);--color-error-5:var(--studio-red-5);--color-error-5-rgb:var(--studio-red-5-rgb);--color-error-10:var(--studio-red-10);--color-error-10-rgb:var(--studio-red-10-rgb);--color-error-20:var(--studio-red-20);--color-error-20-rgb:var(--studio-red-20-rgb);--color-error-30:var(--studio-red-30);--color-error-30-rgb:var(--studio-red-30-rgb);--color-error-40:var(--studio-red-40);--color-error-40-rgb:var(--studio-red-40-rgb);--color-error-50:var(--studio-red-50);--color-error-50-rgb:var(--studio-red-50-rgb);--color-error-60:var(--studio-red-60);--color-error-60-rgb:var(--studio-red-60-rgb);--color-error-70:var(--studio-red-70);--color-error-70-rgb:var(--studio-red-70-rgb);--color-error-80:var(--studio-red-80);--color-error-80-rgb:var(--studio-red-80-rgb);--color-error-90:var(--studio-red-90);--color-error-90-rgb:var(--studio-red-90-rgb);--color-error-100:var(--studio-red-100);--color-error-100-rgb:var(--studio-red-100-rgb);--color-surface:var(--studio-white);--color-surface-rgb:var(--studio-white-rgb);--color-surface-backdrop:var(--studio-gray-0);--color-surface-backdrop-rgb:var(--studio-gray-0-rgb);--color-text:var(--studio-gray-80);--color-text-rgb:var(--studio-gray-80-rgb);--color-text-subtle:var(--studio-gray-50);--color-text-subtle-rgb:var(--studio-gray-50-rgb);--color-text-inverted:var(--studio-white);--color-text-inverted-rgb:var(--studio-white-rgb);--color-border:var(--color-neutral-20);--color-border-rgb:var(--color-neutral-20-rgb);--color-border-subtle:var(--color-neutral-5);--color-border-subtle-rgb:var(--color-neutral-5-rgb);--color-border-shadow:var(--color-neutral-0);--color-border-shadow-rgb:var(--color-neutral-0-rgb);--color-border-inverted:var(--studio-white);--color-border-inverted-rgb:var(--studio-white-rgb);--color-link:var(--studio-blue-50);--color-link-rgb:var(--studio-blue-50-rgb);--color-link-dark:var(--studio-blue-70);--color-link-dark-rgb:var(--studio-blue-70-rgb);--color-link-light:var(--studio-blue-30);--color-link-light-rgb:var(--studio-blue-30-rgb);--color-link-0:var(--studio-blue-0);--color-link-0-rgb:var(--studio-blue-0-rgb);--color-link-5:var(--studio-blue-5);--color-link-5-rgb:var(--studio-blue-5-rgb);--color-link-10:var(--studio-blue-10);--color-link-10-rgb:var(--studio-blue-10-rgb);--color-link-20:var(--studio-blue-20);--color-link-20-rgb:var(--studio-blue-20-rgb);--color-link-30:var(--studio-blue-30);--color-link-30-rgb:var(--studio-blue-30-rgb);--color-link-40:var(--studio-blue-40);--color-link-40-rgb:var(--studio-blue-40-rgb);--color-link-50:var(--studio-blue-50);--color-link-50-rgb:var(--studio-blue-50-rgb);--color-link-60:var(--studio-blue-60);--color-link-60-rgb:var(--studio-blue-60-rgb);--color-link-70:var(--studio-blue-70);--color-link-70-rgb:var(--studio-blue-70-rgb);--color-link-80:var(--studio-blue-80);--color-link-80-rgb:var(--studio-blue-80-rgb);--color-link-90:var(--studio-blue-90);--color-link-90-rgb:var(--studio-blue-90-rgb);--color-link-100:var(--studio-blue-100);--color-link-100-rgb:var(--studio-blue-100-rgb);--color-plan-free:var(--studio-gray-30);--color-plan-blogger:var(--studio-celadon-30);--color-plan-personal:var(--studio-blue-30);--color-plan-premium:var(--studio-yellow-30);--color-plan-business:var(--studio-orange-30);--color-plan-ecommerce:var(--studio-purple-30);--color-premium-domain:var(--studio-wordpress-blue-60);--color-jetpack-plan-free:var(--studio-blue-30);--color-jetpack-plan-personal:var(--studio-yellow-30);--color-jetpack-plan-premium:var(--studio-jetpack-green-30);--color-jetpack-plan-professional:var(--studio-purple-30);--color-masterbar-background:#101517;--color-masterbar-border:#333;--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:#333;--color-masterbar-item-active-background:#23282d;--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-20);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-jetpack-masterbar-background:var(--studio-white);--color-jetpack-masterbar-border:var(--studio-gray-5);--color-jetpack-masterbar-text:var(--studio-gray-50);--color-jetpack-masterbar-item-hover-background:var(--studio-gray-5);--color-jetpack-masterbar-item-active-background:var(--studio-gray-20);--color-sidebar-background:#23282d;--color-sidebar-background-rgb:35,40,45;--color-sidebar-border:#333;--color-sidebar-text:#eee;--color-sidebar-text-rgb:238,238,238;--color-sidebar-text-alternative:#a2aab2;--color-sidebar-gridicon-fill:#a2aab2;--color-sidebar-menu-selected-background:#0073aa;--color-sidebar-menu-selected-background-rgb:0,115,170;--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:#1a1e23;--color-sidebar-menu-hover-background-rgb:26,30,35;--color-sidebar-menu-hover-text:#00b9eb;--color-jetpack-onboarding-text:var(--studio-white);--color-jetpack-onboarding-text-rgb:var(--studio-white-rgb);--color-jetpack-onboarding-background:var(--studio-blue-100);--color-jetpack-onboarding-background-rgb:var(--studio-blue-100-rgb);--color-automattic:var(--studio-blue-40);--color-jetpack:var(--studio-jetpack-green);--color-simplenote:var(--studio-simplenote-blue);--color-woocommerce:var(--studio-woocommerce-purple);--color-wordpress-com:var(--studio-wordpress-blue);--color-wordpress-org:#585c60;--color-blogger:#ff5722;--color-eventbrite:#ff8000;--color-facebook:#39579a;--color-godaddy:#5ea95a;--color-google-plus:#df4a32;--color-instagram:#d93174;--color-linkedin:#0976b4;--color-medium:#12100e;--color-pinterest:#cc2127;--color-pocket:#ee4256;--color-print:#f8f8f8;--color-reddit:#5f99cf;--color-skype:#00aff0;--color-stumbleupon:#eb4924;--color-squarespace:#222;--color-telegram:#08c;--color-tumblr:#35465c;--color-twitter:#55acee;--color-whatsapp:#43d854;--color-wix:#faad4d;--color-email:var(--studio-gray-0);--color-podcasting:#9b4dd5;--color-wp-admin-button-background:#008ec2;--color-wp-admin-button-border:#006799;--color-sidebar-submenu-background:#32373c;--color-sidebar-submenu-text:#b4b9be;--color-sidebar-submenu-hover-text:#00b9eb;--color-sidebar-submenu-selected-text:var(--studio-white)}.color-scheme.is-coffee,.color-scheme.is-coffee .is-nav-unification{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#59524c;--theme-base-color-rgb:89,82,76;--theme-submenu-text-color:#cdcbc9;--theme-submenu-background-color:#46403c;--theme-icon-color:#ece6f6;--theme-highlight-color:#c7a589;--theme-highlight-color-rgb:199,165,137;--theme-notification-color:#9ea476;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-orange-70);--color-primary-dark-rgb:var(--studio-orange-70-rgb);--color-primary-light:var(--studio-orange-30);--color-primary-light-rgb:var(--studio-orange-30-rgb);--color-primary-0:var(--studio-orange-0);--color-primary-0-rgb:var(--studio-orange-0-rgb);--color-primary-5:var(--studio-orange-5);--color-primary-5-rgb:var(--studio-orange-5-rgb);--color-primary-10:var(--studio-orange-10);--color-primary-10-rgb:var(--studio-orange-10-rgb);--color-primary-20:var(--studio-orange-20);--color-primary-20-rgb:var(--studio-orange-20-rgb);--color-primary-30:var(--studio-orange-30);--color-primary-30-rgb:var(--studio-orange-30-rgb);--color-primary-40:var(--studio-orange-40);--color-primary-40-rgb:var(--studio-orange-40-rgb);--color-primary-50:var(--studio-orange-50);--color-primary-50-rgb:var(--studio-orange-50-rgb);--color-primary-60:var(--studio-orange-60);--color-primary-60-rgb:var(--studio-orange-60-rgb);--color-primary-70:var(--studio-orange-70);--color-primary-70-rgb:var(--studio-orange-70-rgb);--color-primary-80:var(--studio-orange-80);--color-primary-80-rgb:var(--studio-orange-80-rgb);--color-primary-90:var(--studio-orange-90);--color-primary-90-rgb:var(--studio-orange-90-rgb);--color-primary-100:var(--studio-orange-100);--color-primary-100-rgb:var(--studio-orange-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-orange-70);--color-accent-dark-rgb:var(--studio-orange-70-rgb);--color-accent-light:var(--studio-orange-30);--color-accent-light-rgb:var(--studio-orange-30-rgb);--color-accent-0:var(--studio-orange-0);--color-accent-0-rgb:var(--studio-orange-0-rgb);--color-accent-5:var(--studio-orange-5);--color-accent-5-rgb:var(--studio-orange-5-rgb);--color-accent-10:var(--studio-orange-10);--color-accent-10-rgb:var(--studio-orange-10-rgb);--color-accent-20:var(--studio-orange-20);--color-accent-20-rgb:var(--studio-orange-20-rgb);--color-accent-30:var(--studio-orange-30);--color-accent-30-rgb:var(--studio-orange-30-rgb);--color-accent-40:var(--studio-orange-40);--color-accent-40-rgb:var(--studio-orange-40-rgb);--color-accent-50:var(--studio-orange-50);--color-accent-50-rgb:var(--studio-orange-50-rgb);--color-accent-60:var(--studio-orange-60);--color-accent-60-rgb:var(--studio-orange-60-rgb);--color-accent-70:var(--studio-orange-70);--color-accent-70-rgb:var(--studio-orange-70-rgb);--color-accent-80:var(--studio-orange-80);--color-accent-80-rgb:var(--studio-orange-80-rgb);--color-accent-90:var(--studio-orange-90);--color-accent-90-rgb:var(--studio-orange-90-rgb);--color-accent-100:var(--studio-orange-100);--color-accent-100-rgb:var(--studio-orange-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--studio-gray-0);--color-sidebar-gridicon-fill:var(--studio-gray-0);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-menu-hover:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-highlight-color)}.color-scheme.is-contrast,.color-scheme.is-contrast .is-nav-unification{--color-primary:var(--studio-gray-80);--color-primary-rgb:var(--studio-gray-80-rgb);--color-primary-dark:var(--studio-gray-100);--color-primary-dark-rgb:var(--studio-gray-100-rgb);--color-primary-light:var(--studio-gray-60);--color-primary-light-rgb:var(--studio-gray-60-rgb);--color-primary-0:var(--studio-gray-0);--color-primary-0-rgb:var(--studio-gray-0-rgb);--color-primary-5:var(--studio-gray-5);--color-primary-5-rgb:var(--studio-gray-5-rgb);--color-primary-10:var(--studio-gray-10);--color-primary-10-rgb:var(--studio-gray-10-rgb);--color-primary-20:var(--studio-gray-20);--color-primary-20-rgb:var(--studio-gray-20-rgb);--color-primary-30:var(--studio-gray-30);--color-primary-30-rgb:var(--studio-gray-30-rgb);--color-primary-40:var(--studio-gray-40);--color-primary-40-rgb:var(--studio-gray-40-rgb);--color-primary-50:var(--studio-gray-50);--color-primary-50-rgb:var(--studio-gray-50-rgb);--color-primary-60:var(--studio-gray-60);--color-primary-60-rgb:var(--studio-gray-60-rgb);--color-primary-70:var(--studio-gray-70);--color-primary-70-rgb:var(--studio-gray-70-rgb);--color-primary-80:var(--studio-gray-80);--color-primary-80-rgb:var(--studio-gray-80-rgb);--color-primary-90:var(--studio-gray-90);--color-primary-90-rgb:var(--studio-gray-90-rgb);--color-primary-100:var(--studio-gray-100);--color-primary-100-rgb:var(--studio-gray-100-rgb);--color-accent:var(--studio-blue-70);--color-accent-rgb:var(--studio-blue-70-rgb);--color-accent-dark:var(--studio-blue-90);--color-accent-dark-rgb:var(--studio-blue-90-rgb);--color-accent-light:var(--studio-blue-50);--color-accent-light-rgb:var(--studio-blue-50-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-surface-backdrop:var(--studio-white);--color-surface-backdrop-rgb:var(--studio-white-rgb);--color-text:var(--studio-gray-100);--color-text-rgb:var(--studio-gray-100-rgb);--color-text-subtle:var(--studio-gray-70);--color-text-subtle-rgb:var(--studio-gray-70-rgb);--color-link:var(--studio-blue-70);--color-link-rgb:var(--studio-blue-70-rgb);--color-link-dark:var(--studio-blue-100);--color-link-dark-rgb:var(--studio-blue-100-rgb);--color-link-light:var(--studio-blue-50);--color-link-light-rgb:var(--studio-blue-50-rgb);--color-link-0:var(--studio-blue-0);--color-link-0-rgb:var(--studio-blue-0-rgb);--color-link-5:var(--studio-blue-5);--color-link-5-rgb:var(--studio-blue-5-rgb);--color-link-10:var(--studio-blue-10);--color-link-10-rgb:var(--studio-blue-10-rgb);--color-link-20:var(--studio-blue-20);--color-link-20-rgb:var(--studio-blue-20-rgb);--color-link-30:var(--studio-blue-30);--color-link-30-rgb:var(--studio-blue-30-rgb);--color-link-40:var(--studio-blue-40);--color-link-40-rgb:var(--studio-blue-40-rgb);--color-link-50:var(--studio-blue-50);--color-link-50-rgb:var(--studio-blue-50-rgb);--color-link-60:var(--studio-blue-60);--color-link-60-rgb:var(--studio-blue-60-rgb);--color-link-70:var(--studio-blue-70);--color-link-70-rgb:var(--studio-blue-70-rgb);--color-link-80:var(--studio-blue-80);--color-link-80-rgb:var(--studio-blue-80-rgb);--color-link-90:var(--studio-blue-90);--color-link-90-rgb:var(--studio-blue-90-rgb);--color-link-100:var(--studio-blue-100);--color-link-100-rgb:var(--studio-blue-100-rgb);--color-premium-domain:var(--studio-gray-100);--color-masterbar-background:var(--studio-gray-100);--color-masterbar-border:var(--studio-gray-90);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-gray-80);--color-masterbar-item-active-background:var(--studio-gray-60);--color-masterbar-item-new-editor-background:var(--studio-gray-70);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-90);--color-masterbar-unread-dot-background:var(--studio-yellow-20);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-70);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-70);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--color-surface);--color-sidebar-background-rgb:var(--studio-white-rgb);--color-sidebar-border:var(--studio-gray-5);--color-sidebar-text:var(--studio-gray-90);--color-sidebar-text-rgb:var(--studio-gray-90-rgb);--color-sidebar-text-alternative:var(--studio-gray-90);--color-sidebar-gridicon-fill:var(--studio-gray-90);--color-sidebar-menu-selected-background:var(--studio-gray-100);--color-sidebar-menu-selected-background-rgb:var(--studio-gray-100-rgb);--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:var(--studio-gray-60);--color-sidebar-menu-hover-background-rgb:var(--studio-gray-60-rgb);--color-sidebar-menu-hover-text:var(--studio-white);--color-sidebar-submenu-background:var(--studio-gray-90);--color-sidebar-submenu-text:var(--studio-gray-10);--color-sidebar-submenu-hover-text:var(--color-masterbar-unread-dot-background);--color-sidebar-submenu-selected-text:var(--studio-white)}.color-scheme.is-ectoplasm,.color-scheme.is-ectoplasm .is-nav-unification{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#523f6d;--theme-base-color-rgb:82,63,109;--theme-submenu-text-color:#cbc5d3;--theme-submenu-background-color:#413256;--theme-icon-color:#ece6f6;--theme-highlight-color:#a3b745;--theme-highlight-color-rgb:163,183,69;--theme-notification-color:#d46f15;--ectoplasm-green-0:#f2f5e1;--ectoplasm-green-5:#e9f5b3;--ectoplasm-green-10:#daf26b;--ectoplasm-green-20:#cdf030;--ectoplasm-green-30:#b5de00;--ectoplasm-green-40:#9bc000;--ectoplasm-green-50:#7f9d00;--ectoplasm-green-60:#647d00;--ectoplasm-green-70:#536700;--ectoplasm-green-80:#3f4f00;--ectoplasm-green-90:#293300;--ectoplasm-green-100:#161c00;--ectoplasm-green:#7f9d00;--ectoplasm-green-0-rgb:242,245,225;--ectoplasm-green-5-rgb:233,245,179;--ectoplasm-green-10-rgb:218,242,107;--ectoplasm-green-20-rgb:205,240,48;--ectoplasm-green-30-rgb:181,222,0;--ectoplasm-green-40-rgb:155,192,0;--ectoplasm-green-50-rgb:127,157,0;--ectoplasm-green-60-rgb:100,125,0;--ectoplasm-green-70-rgb:83,103,0;--ectoplasm-green-80-rgb:63,79,0;--ectoplasm-green-90-rgb:41,51,0;--ectoplasm-green-100-rgb:22,28,0;--ectoplasm-green-rgb:127,157,0;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--ectoplasm-green-70);--color-primary-dark-rgb:var(--ectoplasm-green-70-rgb);--color-primary-light:var(--ectoplasm-green-30);--color-primary-light-rgb:var(--ectoplasm-green-30-rgb);--color-primary-0:var(--ectoplasm-green-0);--color-primary-0-rgb:var(--ectoplasm-green-0-rgb);--color-primary-5:var(--ectoplasm-green-5);--color-primary-5-rgb:var(--ectoplasm-green-5-rgb);--color-primary-10:var(--ectoplasm-green-10);--color-primary-10-rgb:var(--ectoplasm-green-10-rgb);--color-primary-20:var(--ectoplasm-green-20);--color-primary-20-rgb:var(--ectoplasm-green-20-rgb);--color-primary-30:var(--ectoplasm-green-30);--color-primary-30-rgb:var(--ectoplasm-green-30-rgb);--color-primary-40:var(--ectoplasm-green-40);--color-primary-40-rgb:var(--ectoplasm-green-40-rgb);--color-primary-50:var(--ectoplasm-green-50);--color-primary-50-rgb:var(--ectoplasm-green-50-rgb);--color-primary-60:var(--ectoplasm-green-60);--color-primary-60-rgb:var(--ectoplasm-green-60-rgb);--color-primary-70:var(--ectoplasm-green-70);--color-primary-70-rgb:var(--ectoplasm-green-70-rgb);--color-primary-80:var(--ectoplasm-green-80);--color-primary-80-rgb:var(--ectoplasm-green-80-rgb);--color-primary-90:var(--ectoplasm-green-90);--color-primary-90-rgb:var(--ectoplasm-green-90-rgb);--color-primary-100:var(--ectoplasm-green-100);--color-primary-100-rgb:var(--ectoplasm-green-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--ectoplasm-green-70);--color-accent-dark-rgb:var(--ectoplasm-green-70-rgb);--color-accent-light:var(--ectoplasm-green-30);--color-accent-light-rgb:var(--ectoplasm-green-30-rgb);--color-accent-0:var(--ectoplasm-green-0);--color-accent-0-rgb:var(--ectoplasm-green-0-rgb);--color-accent-5:var(--ectoplasm-green-5);--color-accent-5-rgb:var(--ectoplasm-green-5-rgb);--color-accent-10:var(--ectoplasm-green-10);--color-accent-10-rgb:var(--ectoplasm-green-10-rgb);--color-accent-20:var(--ectoplasm-green-20);--color-accent-20-rgb:var(--ectoplasm-green-20-rgb);--color-accent-30:var(--ectoplasm-green-30);--color-accent-30-rgb:var(--ectoplasm-green-30-rgb);--color-accent-40:var(--ectoplasm-green-40);--color-accent-40-rgb:var(--ectoplasm-green-40-rgb);--color-accent-50:var(--ectoplasm-green-50);--color-accent-50-rgb:var(--ectoplasm-green-50-rgb);--color-accent-60:var(--ectoplasm-green-60);--color-accent-60-rgb:var(--ectoplasm-green-60-rgb);--color-accent-70:var(--ectoplasm-green-70);--color-accent-70-rgb:var(--ectoplasm-green-70-rgb);--color-accent-80:var(--ectoplasm-green-80);--color-accent-80-rgb:var(--ectoplasm-green-80-rgb);--color-accent-90:var(--ectoplasm-green-90);--color-accent-90-rgb:var(--ectoplasm-green-90-rgb);--color-accent-100:var(--ectoplasm-green-100);--color-accent-100-rgb:var(--ectoplasm-green-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--theme-text-color);--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-highlight-color)}.color-scheme.is-light,.color-scheme.is-light .is-nav-unification{--theme-text-color:#333;--theme-text-color-rgb:51,51,51;--theme-base-color:#e5e5e5;--theme-base-color-rgb:229,229,229;--theme-submenu-text-color:#686868;--theme-submenu-background-color:#fff;--theme-icon-color:#999;--theme-highlight-color:#04a4cc;--theme-highlight-color-rgb:4,164,204;--theme-notification-color:#d64e07;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-black);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-90);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--studio-gray-90);--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:#888;--color-sidebar-menu-selected-background-rgb:136,136,136;--color-sidebar-menu-selected-text:#fff;--color-sidebar-menu-selected-text-rgb:255,255,255;--color-sidebar-menu-hover-background:#888;--color-sidebar-menu-hover-background-rgb:136,136,136;--color-sidebar-menu-hover-text:#fff;--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-highlight-color);--color-sidebar-submenu-selected-text:#333}.color-scheme.is-light .is-nav-unification .masterbar__item-notifications .gridicon,.color-scheme.is-light .masterbar__item-notifications .gridicon{fill:#000}.color-scheme.is-midnight,.color-scheme.is-midnight .is-nav-unification{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#363b3f;--theme-base-color-rgb:54,59,63;--theme-submenu-text-color:#c3c4c5;--theme-submenu-background-color:#26292c;--theme-icon-color:#ece6f6;--theme-highlight-color:#e14d43;--theme-highlight-color-rgb:225,77,67;--theme-notification-color:#69a8bb;--midnight-blue-0:#e1eef5;--midnight-blue-5:#b3ddf5;--midnight-blue-10:#6bbff2;--midnight-blue-20:#30a2f0;--midnight-blue-30:#007fde;--midnight-blue-40:#006ac0;--midnight-blue-50:#00549d;--midnight-blue-60:#00417d;--midnight-blue-70:#003567;--midnight-blue-80:#00284f;--midnight-blue-90:#001a33;--midnight-blue-100:#000e1c;--midnight-blue:#00549d;--midnight-blue-0-rgb:225,238,245;--midnight-blue-5-rgb:179,221,245;--midnight-blue-10-rgb:107,191,242;--midnight-blue-20-rgb:48,162,240;--midnight-blue-30-rgb:0,127,222;--midnight-blue-40-rgb:0,106,192;--midnight-blue-50-rgb:0,84,157;--midnight-blue-60-rgb:0,65,125;--midnight-blue-70-rgb:0,53,103;--midnight-blue-80-rgb:0,40,79;--midnight-blue-90-rgb:0,26,51;--midnight-blue-100-rgb:0,14,28;--midnight-blue-rgb:0,84,157;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--midnight-blue-70);--color-primary-dark-rgb:var(--midnight-blue-70-rgb);--color-primary-light:var(--midnight-blue-30);--color-primary-light-rgb:var(--midnight-blue-30-rgb);--color-primary-0:var(--midnight-blue-0);--color-primary-0-rgb:var(--midnight-blue-0-rgb);--color-primary-5:var(--midnight-blue-5);--color-primary-5-rgb:var(--midnight-blue-5-rgb);--color-primary-10:var(--midnight-blue-10);--color-primary-10-rgb:var(--midnight-blue-10-rgb);--color-primary-20:var(--midnight-blue-20);--color-primary-20-rgb:var(--midnight-blue-20-rgb);--color-primary-30:var(--midnight-blue-30);--color-primary-30-rgb:var(--midnight-blue-30-rgb);--color-primary-40:var(--midnight-blue-40);--color-primary-40-rgb:var(--midnight-blue-40-rgb);--color-primary-50:var(--midnight-blue-50);--color-primary-50-rgb:var(--midnight-blue-50-rgb);--color-primary-60:var(--midnight-blue-60);--color-primary-60-rgb:var(--midnight-blue-60-rgb);--color-primary-70:var(--midnight-blue-70);--color-primary-70-rgb:var(--midnight-blue-70-rgb);--color-primary-80:var(--midnight-blue-80);--color-primary-80-rgb:var(--midnight-blue-80-rgb);--color-primary-90:var(--midnight-blue-90);--color-primary-90-rgb:var(--midnight-blue-90-rgb);--color-primary-100:var(--midnight-blue-100);--color-primary-100-rgb:var(--midnight-blue-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--midnight-blue-70);--color-accent-dark-rgb:var(--midnight-blue-70-rgb);--color-accent-light:var(--midnight-blue-30);--color-accent-light-rgb:var(--midnight-blue-30-rgb);--color-accent-0:var(--midnight-blue-0);--color-accent-0-rgb:var(--midnight-blue-0-rgb);--color-accent-5:var(--midnight-blue-5);--color-accent-5-rgb:var(--midnight-blue-5-rgb);--color-accent-10:var(--midnight-blue-10);--color-accent-10-rgb:var(--midnight-blue-10-rgb);--color-accent-20:var(--midnight-blue-20);--color-accent-20-rgb:var(--midnight-blue-20-rgb);--color-accent-30:var(--midnight-blue-30);--color-accent-30-rgb:var(--midnight-blue-30-rgb);--color-accent-40:var(--midnight-blue-40);--color-accent-40-rgb:var(--midnight-blue-40-rgb);--color-accent-50:var(--midnight-blue-50);--color-accent-50-rgb:var(--midnight-blue-50-rgb);--color-accent-60:var(--midnight-blue-60);--color-accent-60-rgb:var(--midnight-blue-60-rgb);--color-accent-70:var(--midnight-blue-70);--color-accent-70-rgb:var(--midnight-blue-70-rgb);--color-accent-80:var(--midnight-blue-80);--color-accent-80-rgb:var(--midnight-blue-80-rgb);--color-accent-90:var(--midnight-blue-90);--color-accent-90-rgb:var(--midnight-blue-90-rgb);--color-accent-100:var(--midnight-blue-100);--color-accent-100-rgb:var(--midnight-blue-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--theme-text-color);--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-highlight-color)}.color-scheme.is-modern,.color-scheme.is-modern .is-nav-unification{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#1e1e1e;--theme-base-color-rgb:30,30,30;--theme-submenu-text-color:#bcbcbc;--theme-submenu-background-color:#0c0c0c;--theme-icon-color:#ece6f6;--theme-highlight-color:#3858e9;--theme-highlight-color-rgb:56,88,233;--theme-notification-color:#3858e9;--color-link:var(--theme-highlight-color);--color-link-dark:#183ad6;--color-link-light:#667fee;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--studio-gray-10);--color-sidebar-gridicon-fill:var(--studio-gray-0);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:#33f078}.color-scheme.is-nightfall,.color-scheme.is-nightfall .is-nav-unification{--color-primary:var(--studio-gray-90);--color-primary-rgb:var(--studio-gray-90-rgb);--color-primary-dark:var(--studio-gray-70);--color-primary-dark-rgb:var(--studio-gray-70-rgb);--color-primary-light:var(--studio-gray-30);--color-primary-light-rgb:var(--studio-gray-30-rgb);--color-primary-0:var(--studio-gray-0);--color-primary-0-rgb:var(--studio-gray-0-rgb);--color-primary-5:var(--studio-gray-5);--color-primary-5-rgb:var(--studio-gray-5-rgb);--color-primary-10:var(--studio-gray-10);--color-primary-10-rgb:var(--studio-gray-10-rgb);--color-primary-20:var(--studio-gray-20);--color-primary-20-rgb:var(--studio-gray-20-rgb);--color-primary-30:var(--studio-gray-30);--color-primary-30-rgb:var(--studio-gray-30-rgb);--color-primary-40:var(--studio-gray-40);--color-primary-40-rgb:var(--studio-gray-40-rgb);--color-primary-50:var(--studio-gray-50);--color-primary-50-rgb:var(--studio-gray-50-rgb);--color-primary-60:var(--studio-gray-60);--color-primary-60-rgb:var(--studio-gray-60-rgb);--color-primary-70:var(--studio-gray-70);--color-primary-70-rgb:var(--studio-gray-70-rgb);--color-primary-80:var(--studio-gray-80);--color-primary-80-rgb:var(--studio-gray-80-rgb);--color-primary-90:var(--studio-gray-90);--color-primary-90-rgb:var(--studio-gray-90-rgb);--color-primary-100:var(--studio-gray-100);--color-primary-100-rgb:var(--studio-gray-100-rgb);--color-accent:var(--studio-blue-50);--color-accent-rgb:var(--studio-blue-50-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-link:var(--studio-blue-50);--color-link-rgb:var(--studio-blue-50-rgb);--color-link-dark:var(--studio-blue-70);--color-link-dark-rgb:var(--studio-blue-70-rgb);--color-link-light:var(--studio-blue-30);--color-link-light-rgb:var(--studio-blue-30-rgb);--color-link-0:var(--studio-blue-0);--color-link-0-rgb:var(--studio-blue-0-rgb);--color-link-5:var(--studio-blue-5);--color-link-5-rgb:var(--studio-blue-5-rgb);--color-link-10:var(--studio-blue-10);--color-link-10-rgb:var(--studio-blue-10-rgb);--color-link-20:var(--studio-blue-20);--color-link-20-rgb:var(--studio-blue-20-rgb);--color-link-30:var(--studio-blue-30);--color-link-30-rgb:var(--studio-blue-30-rgb);--color-link-40:var(--studio-blue-40);--color-link-40-rgb:var(--studio-blue-40-rgb);--color-link-50:var(--studio-blue-50);--color-link-50-rgb:var(--studio-blue-50-rgb);--color-link-60:var(--studio-blue-60);--color-link-60-rgb:var(--studio-blue-60-rgb);--color-link-70:var(--studio-blue-70);--color-link-70-rgb:var(--studio-blue-70-rgb);--color-link-80:var(--studio-blue-80);--color-link-80-rgb:var(--studio-blue-80-rgb);--color-link-90:var(--studio-blue-90);--color-link-90-rgb:var(--studio-blue-90-rgb);--color-link-100:var(--studio-blue-100);--color-link-100-rgb:var(--studio-blue-100-rgb);--color-masterbar-background:var(--studio-blue-100);--color-masterbar-border:var(--studio-blue-100);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-blue-90);--color-masterbar-item-active-background:var(--studio-blue-80);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-blue-80);--color-sidebar-background-rgb:var(--studio-blue-80-rgb);--color-sidebar-border:var(--studio-blue-90);--color-sidebar-text:var(--studio-blue-5);--color-sidebar-text-rgb:var(--studio-blue-5-rgb);--color-sidebar-text-alternative:var(--studio-blue-20);--color-sidebar-gridicon-fill:var(--studio-blue-10);--color-sidebar-menu-selected-background:var(--studio-blue-100);--color-sidebar-menu-selected-background-rgb:var(--studio-blue-100-rgb);--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:var(--studio-blue-70);--color-sidebar-menu-hover-background-rgb:var(--studio-blue-70-rgb);--color-sidebar-menu-hover-text:var(--studio-white);--color-sidebar-submenu-background:var(--studio-blue-90);--color-sidebar-submenu-text:var(--studio-white);--color-sidebar-submenu-hover-text:var(--studio-blue-20);--color-sidebar-submenu-selected-text:var(--studio-white)}.color-scheme.is-ocean,.color-scheme.is-ocean .is-nav-unification{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#738e96;--theme-base-color-rgb:115,142,150;--theme-submenu-text-color:#d5dde0;--theme-submenu-background-color:#627c83;--theme-icon-color:#f2fcff;--theme-highlight-color:#9ebaa0;--theme-highlight-color-rgb:158,186,160;--theme-notification-color:#aa9d88;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-celadon-70);--color-primary-dark-rgb:var(--studio-celadon-70-rgb);--color-primary-light:var(--studio-celadon-30);--color-primary-light-rgb:var(--studio-celadon-30-rgb);--color-primary-0:var(--studio-celadon-0);--color-primary-0-rgb:var(--studio-celadon-0-rgb);--color-primary-5:var(--studio-celadon-5);--color-primary-5-rgb:var(--studio-celadon-5-rgb);--color-primary-10:var(--studio-celadon-10);--color-primary-10-rgb:var(--studio-celadon-10-rgb);--color-primary-20:var(--studio-celadon-20);--color-primary-20-rgb:var(--studio-celadon-20-rgb);--color-primary-30:var(--studio-celadon-30);--color-primary-30-rgb:var(--studio-celadon-30-rgb);--color-primary-40:var(--studio-celadon-40);--color-primary-40-rgb:var(--studio-celadon-40-rgb);--color-primary-50:var(--studio-celadon-50);--color-primary-50-rgb:var(--studio-celadon-50-rgb);--color-primary-60:var(--studio-celadon-60);--color-primary-60-rgb:var(--studio-celadon-60-rgb);--color-primary-70:var(--studio-celadon-70);--color-primary-70-rgb:var(--studio-celadon-70-rgb);--color-primary-80:var(--studio-celadon-80);--color-primary-80-rgb:var(--studio-celadon-80-rgb);--color-primary-90:var(--studio-celadon-90);--color-primary-90-rgb:var(--studio-celadon-90-rgb);--color-primary-100:var(--studio-celadon-100);--color-primary-100-rgb:var(--studio-celadon-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-celadon-70);--color-accent-dark-rgb:var(--studio-celadon-70-rgb);--color-accent-light:var(--studio-celadon-30);--color-accent-light-rgb:var(--studio-celadon-30-rgb);--color-accent-0:var(--studio-celadon-0);--color-accent-0-rgb:var(--studio-celadon-0-rgb);--color-accent-5:var(--studio-celadon-5);--color-accent-5-rgb:var(--studio-celadon-5-rgb);--color-accent-10:var(--studio-celadon-10);--color-accent-10-rgb:var(--studio-celadon-10-rgb);--color-accent-20:var(--studio-celadon-20);--color-accent-20-rgb:var(--studio-celadon-20-rgb);--color-accent-30:var(--studio-celadon-30);--color-accent-30-rgb:var(--studio-celadon-30-rgb);--color-accent-40:var(--studio-celadon-40);--color-accent-40-rgb:var(--studio-celadon-40-rgb);--color-accent-50:var(--studio-celadon-50);--color-accent-50-rgb:var(--studio-celadon-50-rgb);--color-accent-60:var(--studio-celadon-60);--color-accent-60-rgb:var(--studio-celadon-60-rgb);--color-accent-70:var(--studio-celadon-70);--color-accent-70-rgb:var(--studio-celadon-70-rgb);--color-accent-80:var(--studio-celadon-80);--color-accent-80-rgb:var(--studio-celadon-80-rgb);--color-accent-90:var(--studio-celadon-90);--color-accent-90-rgb:var(--studio-celadon-90-rgb);--color-accent-100:var(--studio-celadon-100);--color-accent-100-rgb:var(--studio-celadon-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--theme-text-color);--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-highlight-color)}.color-scheme.is-powder-snow,.color-scheme.is-powder-snow .is-nav-unification{--color-primary:var(--studio-gray-90);--color-primary-rgb:var(--studio-gray-90-rgb);--color-primary-dark:var(--studio-gray-70);--color-primary-dark-rgb:var(--studio-gray-70-rgb);--color-primary-light:var(--studio-gray-30);--color-primary-light-rgb:var(--studio-gray-30-rgb);--color-primary-0:var(--studio-gray-0);--color-primary-0-rgb:var(--studio-gray-0-rgb);--color-primary-5:var(--studio-gray-5);--color-primary-5-rgb:var(--studio-gray-5-rgb);--color-primary-10:var(--studio-gray-10);--color-primary-10-rgb:var(--studio-gray-10-rgb);--color-primary-20:var(--studio-gray-20);--color-primary-20-rgb:var(--studio-gray-20-rgb);--color-primary-30:var(--studio-gray-30);--color-primary-30-rgb:var(--studio-gray-30-rgb);--color-primary-40:var(--studio-gray-40);--color-primary-40-rgb:var(--studio-gray-40-rgb);--color-primary-50:var(--studio-gray-50);--color-primary-50-rgb:var(--studio-gray-50-rgb);--color-primary-60:var(--studio-gray-60);--color-primary-60-rgb:var(--studio-gray-60-rgb);--color-primary-70:var(--studio-gray-70);--color-primary-70-rgb:var(--studio-gray-70-rgb);--color-primary-80:var(--studio-gray-80);--color-primary-80-rgb:var(--studio-gray-80-rgb);--color-primary-90:var(--studio-gray-90);--color-primary-90-rgb:var(--studio-gray-90-rgb);--color-primary-100:var(--studio-gray-100);--color-primary-100-rgb:var(--studio-gray-100-rgb);--color-accent:var(--studio-blue-50);--color-accent-rgb:var(--studio-blue-50-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-link:var(--studio-blue-50);--color-link-rgb:var(--studio-blue-50-rgb);--color-link-dark:var(--studio-blue-70);--color-link-dark-rgb:var(--studio-blue-70-rgb);--color-link-light:var(--studio-blue-30);--color-link-light-rgb:var(--studio-blue-30-rgb);--color-link-0:var(--studio-blue-0);--color-link-0-rgb:var(--studio-blue-0-rgb);--color-link-5:var(--studio-blue-5);--color-link-5-rgb:var(--studio-blue-5-rgb);--color-link-10:var(--studio-blue-10);--color-link-10-rgb:var(--studio-blue-10-rgb);--color-link-20:var(--studio-blue-20);--color-link-20-rgb:var(--studio-blue-20-rgb);--color-link-30:var(--studio-blue-30);--color-link-30-rgb:var(--studio-blue-30-rgb);--color-link-40:var(--studio-blue-40);--color-link-40-rgb:var(--studio-blue-40-rgb);--color-link-50:var(--studio-blue-50);--color-link-50-rgb:var(--studio-blue-50-rgb);--color-link-60:var(--studio-blue-60);--color-link-60-rgb:var(--studio-blue-60-rgb);--color-link-70:var(--studio-blue-70);--color-link-70-rgb:var(--studio-blue-70-rgb);--color-link-80:var(--studio-blue-80);--color-link-80-rgb:var(--studio-blue-80-rgb);--color-link-90:var(--studio-blue-90);--color-link-90-rgb:var(--studio-blue-90-rgb);--color-link-100:var(--studio-blue-100);--color-link-100-rgb:var(--studio-blue-100-rgb);--color-masterbar-background:var(--studio-gray-100);--color-masterbar-border:var(--studio-gray-90);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-gray-80);--color-masterbar-item-active-background:var(--studio-gray-70);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-gray-5);--color-sidebar-background-rgb:var(--studio-gray-5-rgb);--color-sidebar-border:var(--studio-gray-10);--color-sidebar-text:var(--studio-gray-80);--color-sidebar-text-rgb:var(--studio-gray-80-rgb);--color-sidebar-text-alternative:var(--studio-gray-60);--color-sidebar-gridicon-fill:var(--studio-gray-50);--color-sidebar-menu-selected-background:var(--studio-gray-60);--color-sidebar-menu-selected-background-rgb:var(--studio-gray-60-rgb);--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:var(--color-surface);--color-sidebar-menu-hover-background-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-text:var(--studio-blue-60);--color-sidebar-submenu-background:var(--studio-gray-10);--color-sidebar-submenu-text:var(--studio-gray-80);--color-sidebar-submenu-hover-text:var(--studio-blue-60);--color-sidebar-submenu-selected-text:var(--studio-gray-80)}.color-scheme.is-sakura,.color-scheme.is-sakura .is-nav-unification{--color-primary:var(--studio-celadon-50);--color-primary-rgb:var(--studio-celadon-50-rgb);--color-primary-dark:var(--studio-celadon-70);--color-primary-dark-rgb:var(--studio-celadon-70-rgb);--color-primary-light:var(--studio-celadon-30);--color-primary-light-rgb:var(--studio-celadon-30-rgb);--color-primary-0:var(--studio-celadon-0);--color-primary-0-rgb:var(--studio-celadon-0-rgb);--color-primary-5:var(--studio-celadon-5);--color-primary-5-rgb:var(--studio-celadon-5-rgb);--color-primary-10:var(--studio-celadon-10);--color-primary-10-rgb:var(--studio-celadon-10-rgb);--color-primary-20:var(--studio-celadon-20);--color-primary-20-rgb:var(--studio-celadon-20-rgb);--color-primary-30:var(--studio-celadon-30);--color-primary-30-rgb:var(--studio-celadon-30-rgb);--color-primary-40:var(--studio-celadon-40);--color-primary-40-rgb:var(--studio-celadon-40-rgb);--color-primary-50:var(--studio-celadon-50);--color-primary-50-rgb:var(--studio-celadon-50-rgb);--color-primary-60:var(--studio-celadon-60);--color-primary-60-rgb:var(--studio-celadon-60-rgb);--color-primary-70:var(--studio-celadon-70);--color-primary-70-rgb:var(--studio-celadon-70-rgb);--color-primary-80:var(--studio-celadon-80);--color-primary-80-rgb:var(--studio-celadon-80-rgb);--color-primary-90:var(--studio-celadon-90);--color-primary-90-rgb:var(--studio-celadon-90-rgb);--color-primary-100:var(--studio-celadon-100);--color-primary-100-rgb:var(--studio-celadon-100-rgb);--color-accent:var(--studio-blue-50);--color-accent-rgb:var(--studio-blue-50-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-link:var(--studio-celadon-50);--color-link-rgb:var(--studio-celadon-50-rgb);--color-link-dark:var(--studio-celadon-70);--color-link-dark-rgb:var(--studio-celadon-70-rgb);--color-link-light:var(--studio-celadon-30);--color-link-light-rgb:var(--studio-celadon-30-rgb);--color-link-0:var(--studio-celadon-0);--color-link-0-rgb:var(--studio-celadon-0-rgb);--color-link-5:var(--studio-celadon-5);--color-link-5-rgb:var(--studio-celadon-5-rgb);--color-link-10:var(--studio-celadon-10);--color-link-10-rgb:var(--studio-celadon-10-rgb);--color-link-20:var(--studio-celadon-20);--color-link-20-rgb:var(--studio-celadon-20-rgb);--color-link-30:var(--studio-celadon-30);--color-link-30-rgb:var(--studio-celadon-30-rgb);--color-link-40:var(--studio-celadon-40);--color-link-40-rgb:var(--studio-celadon-40-rgb);--color-link-50:var(--studio-celadon-50);--color-link-50-rgb:var(--studio-celadon-50-rgb);--color-link-60:var(--studio-celadon-60);--color-link-60-rgb:var(--studio-celadon-60-rgb);--color-link-70:var(--studio-celadon-70);--color-link-70-rgb:var(--studio-celadon-70-rgb);--color-link-80:var(--studio-celadon-80);--color-link-80-rgb:var(--studio-celadon-80-rgb);--color-link-90:var(--studio-celadon-90);--color-link-90-rgb:var(--studio-celadon-90-rgb);--color-link-100:var(--studio-celadon-100);--color-link-100-rgb:var(--studio-celadon-100-rgb);--color-masterbar-background:var(--studio-celadon-70);--color-masterbar-border:var(--studio-celadon-80);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-celadon-80);--color-masterbar-item-active-background:var(--studio-celadon-90);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-pink-5);--color-sidebar-background-rgb:var(--studio-pink-5-rgb);--color-sidebar-border:var(--studio-pink-10);--color-sidebar-text:var(--studio-pink-80);--color-sidebar-text-rgb:var(--studio-pink-80-rgb);--color-sidebar-text-alternative:var(--studio-pink-60);--color-sidebar-gridicon-fill:var(--studio-pink-70);--color-sidebar-menu-selected-background:var(--studio-blue-50);--color-sidebar-menu-selected-background-rgb:var(--studio-blue-50-rgb);--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:var(--studio-pink-10);--color-sidebar-menu-hover-background-rgb:var(--studio-pink-10-rgb);--color-sidebar-menu-hover-text:var(--studio-pink-90);--color-sidebar-submenu-background:var(--studio-pink-90);--color-sidebar-submenu-text:var(--studio-pink-0);--color-sidebar-submenu-hover-text:var(--studio-blue-20);--color-sidebar-submenu-selected-text:var(--studio-pink-0)}.color-scheme.is-sunrise,.color-scheme.is-sunrise .is-nav-unification{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#cf4944;--theme-base-color-rgb:207,73,68;--theme-submenu-text-color:#f1c8c7;--theme-submenu-background-color:#be3631;--theme-submenu-hover-text-color:#f7e3d3;--theme-icon-color:#f3f1f1;--theme-highlight-color:#dd823b;--theme-highlight-color-rgb:221,130,59;--theme-notification-color:#ccaf0b;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-orange-70);--color-primary-dark-rgb:var(--studio-orange-70-rgb);--color-primary-light:var(--studio-orange-30);--color-primary-light-rgb:var(--studio-orange-30-rgb);--color-primary-0:var(--studio-orange-0);--color-primary-0-rgb:var(--studio-orange-0-rgb);--color-primary-5:var(--studio-orange-5);--color-primary-5-rgb:var(--studio-orange-5-rgb);--color-primary-10:var(--studio-orange-10);--color-primary-10-rgb:var(--studio-orange-10-rgb);--color-primary-20:var(--studio-orange-20);--color-primary-20-rgb:var(--studio-orange-20-rgb);--color-primary-30:var(--studio-orange-30);--color-primary-30-rgb:var(--studio-orange-30-rgb);--color-primary-40:var(--studio-orange-40);--color-primary-40-rgb:var(--studio-orange-40-rgb);--color-primary-50:var(--studio-orange-50);--color-primary-50-rgb:var(--studio-orange-50-rgb);--color-primary-60:var(--studio-orange-60);--color-primary-60-rgb:var(--studio-orange-60-rgb);--color-primary-70:var(--studio-orange-70);--color-primary-70-rgb:var(--studio-orange-70-rgb);--color-primary-80:var(--studio-orange-80);--color-primary-80-rgb:var(--studio-orange-80-rgb);--color-primary-90:var(--studio-orange-90);--color-primary-90-rgb:var(--studio-orange-90-rgb);--color-primary-100:var(--studio-orange-100);--color-primary-100-rgb:var(--studio-orange-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-orange-70);--color-accent-dark-rgb:var(--studio-orange-70-rgb);--color-accent-light:var(--studio-orange-30);--color-accent-light-rgb:var(--studio-orange-30-rgb);--color-accent-0:var(--studio-orange-0);--color-accent-0-rgb:var(--studio-orange-0-rgb);--color-accent-5:var(--studio-orange-5);--color-accent-5-rgb:var(--studio-orange-5-rgb);--color-accent-10:var(--studio-orange-10);--color-accent-10-rgb:var(--studio-orange-10-rgb);--color-accent-20:var(--studio-orange-20);--color-accent-20-rgb:var(--studio-orange-20-rgb);--color-accent-30:var(--studio-orange-30);--color-accent-30-rgb:var(--studio-orange-30-rgb);--color-accent-40:var(--studio-orange-40);--color-accent-40-rgb:var(--studio-orange-40-rgb);--color-accent-50:var(--studio-orange-50);--color-accent-50-rgb:var(--studio-orange-50-rgb);--color-accent-60:var(--studio-orange-60);--color-accent-60-rgb:var(--studio-orange-60-rgb);--color-accent-70:var(--studio-orange-70);--color-accent-70-rgb:var(--studio-orange-70-rgb);--color-accent-80:var(--studio-orange-80);--color-accent-80-rgb:var(--studio-orange-80-rgb);--color-accent-90:var(--studio-orange-90);--color-accent-90-rgb:var(--studio-orange-90-rgb);--color-accent-100:var(--studio-orange-100);--color-accent-100-rgb:var(--studio-orange-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--studio-gray-0);--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-submenu-hover-text-color)}.color-scheme.is-sunset,.color-scheme.is-sunset .is-nav-unification{--color-primary:var(--studio-red-50);--color-primary-rgb:var(--studio-red-50-rgb);--color-primary-dark:var(--studio-red-70);--color-primary-dark-rgb:var(--studio-red-70-rgb);--color-primary-light:var(--studio-red-30);--color-primary-light-rgb:var(--studio-red-30-rgb);--color-primary-0:var(--studio-red-0);--color-primary-0-rgb:var(--studio-red-0-rgb);--color-primary-5:var(--studio-red-5);--color-primary-5-rgb:var(--studio-red-5-rgb);--color-primary-10:var(--studio-red-10);--color-primary-10-rgb:var(--studio-red-10-rgb);--color-primary-20:var(--studio-red-20);--color-primary-20-rgb:var(--studio-red-20-rgb);--color-primary-30:var(--studio-red-30);--color-primary-30-rgb:var(--studio-red-30-rgb);--color-primary-40:var(--studio-red-40);--color-primary-40-rgb:var(--studio-red-40-rgb);--color-primary-50:var(--studio-red-50);--color-primary-50-rgb:var(--studio-red-50-rgb);--color-primary-60:var(--studio-red-60);--color-primary-60-rgb:var(--studio-red-60-rgb);--color-primary-70:var(--studio-red-70);--color-primary-70-rgb:var(--studio-red-70-rgb);--color-primary-80:var(--studio-red-80);--color-primary-80-rgb:var(--studio-red-80-rgb);--color-primary-90:var(--studio-red-90);--color-primary-90-rgb:var(--studio-red-90-rgb);--color-primary-100:var(--studio-red-100);--color-primary-100-rgb:var(--studio-red-100-rgb);--color-accent:var(--studio-orange-50);--color-accent-rgb:var(--studio-orange-50-rgb);--color-accent-dark:var(--studio-orange-70);--color-accent-dark-rgb:var(--studio-orange-70-rgb);--color-accent-light:var(--studio-orange-30);--color-accent-light-rgb:var(--studio-orange-30-rgb);--color-accent-0:var(--studio-orange-0);--color-accent-0-rgb:var(--studio-orange-0-rgb);--color-accent-5:var(--studio-orange-5);--color-accent-5-rgb:var(--studio-orange-5-rgb);--color-accent-10:var(--studio-orange-10);--color-accent-10-rgb:var(--studio-orange-10-rgb);--color-accent-20:var(--studio-orange-20);--color-accent-20-rgb:var(--studio-orange-20-rgb);--color-accent-30:var(--studio-orange-30);--color-accent-30-rgb:var(--studio-orange-30-rgb);--color-accent-40:var(--studio-orange-40);--color-accent-40-rgb:var(--studio-orange-40-rgb);--color-accent-50:var(--studio-orange-50);--color-accent-50-rgb:var(--studio-orange-50-rgb);--color-accent-60:var(--studio-orange-60);--color-accent-60-rgb:var(--studio-orange-60-rgb);--color-accent-70:var(--studio-orange-70);--color-accent-70-rgb:var(--studio-orange-70-rgb);--color-accent-80:var(--studio-orange-80);--color-accent-80-rgb:var(--studio-orange-80-rgb);--color-accent-90:var(--studio-orange-90);--color-accent-90-rgb:var(--studio-orange-90-rgb);--color-accent-100:var(--studio-orange-100);--color-accent-100-rgb:var(--studio-orange-100-rgb);--color-link:var(--studio-orange-50);--color-link-rgb:var(--studio-orange-50-rgb);--color-link-dark:var(--studio-orange-70);--color-link-dark-rgb:var(--studio-orange-70-rgb);--color-link-light:var(--studio-orange-30);--color-link-light-rgb:var(--studio-orange-30-rgb);--color-link-0:var(--studio-orange-0);--color-link-0-rgb:var(--studio-orange-0-rgb);--color-link-5:var(--studio-orange-5);--color-link-5-rgb:var(--studio-orange-5-rgb);--color-link-10:var(--studio-orange-10);--color-link-10-rgb:var(--studio-orange-10-rgb);--color-link-20:var(--studio-orange-20);--color-link-20-rgb:var(--studio-orange-20-rgb);--color-link-30:var(--studio-orange-30);--color-link-30-rgb:var(--studio-orange-30-rgb);--color-link-40:var(--studio-orange-40);--color-link-40-rgb:var(--studio-orange-40-rgb);--color-link-50:var(--studio-orange-50);--color-link-50-rgb:var(--studio-orange-50-rgb);--color-link-60:var(--studio-orange-60);--color-link-60-rgb:var(--studio-orange-60-rgb);--color-link-70:var(--studio-orange-70);--color-link-70-rgb:var(--studio-orange-70-rgb);--color-link-80:var(--studio-orange-80);--color-link-80-rgb:var(--studio-orange-80-rgb);--color-link-90:var(--studio-orange-90);--color-link-90-rgb:var(--studio-orange-90-rgb);--color-link-100:var(--studio-orange-100);--color-link-100-rgb:var(--studio-orange-100-rgb);--color-masterbar-background:var(--studio-red-80);--color-masterbar-border:var(--studio-red-80);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-red-90);--color-masterbar-item-active-background:var(--studio-red-100);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-red-70);--color-sidebar-background-rgb:var(--studio-red-70-rgb);--color-sidebar-border:var(--studio-red-80);--color-sidebar-text:var(--studio-white);--color-sidebar-text-rgb:var(--studio-white-rgb);--color-sidebar-text-alternative:var(--studio-red-10);--color-sidebar-gridicon-fill:var(--studio-red-5);--color-sidebar-menu-selected-background:var(--studio-yellow-20);--color-sidebar-menu-selected-background-rgb:var(--studio-yellow-20-rgb);--color-sidebar-menu-selected-text:var(--studio-yellow-80);--color-sidebar-menu-selected-text-rgb:var(--studio-yellow-80-rgb);--color-sidebar-menu-hover-background:var(--studio-red-80);--color-sidebar-menu-hover-background-rgb:var(--studio-red-80-rgb);--color-sidebar-menu-hover-text:var(--studio-white);--color-sidebar-submenu-background:var(--studio-red-60);--color-sidebar-submenu-text:var(--studio-white);--color-sidebar-submenu-hover-text:var(--studio-yellow-20);--color-sidebar-submenu-selected-text:var(--studio-white)}.color-scheme.is-jetpack-cloud,.theme-jetpack-cloud{--color-primary:var(--studio-jetpack-green);--color-primary-rgb:var(--studio-jetpack-green-rgb);--color-primary-dark:var(--studio-jetpack-green-70);--color-primary-dark-rgb:var(--studio-jetpack-green-70-rgb);--color-primary-light:var(--studio-jetpack-green-30);--color-primary-light-rgb:var(--studio-jetpack-green-30-rgb);--color-primary-0:var(--studio-jetpack-green-0);--color-primary-0-rgb:var(--studio-jetpack-green-0-rgb);--color-primary-5:var(--studio-jetpack-green-5);--color-primary-5-rgb:var(--studio-jetpack-green-5-rgb);--color-primary-10:var(--studio-jetpack-green-10);--color-primary-10-rgb:var(--studio-jetpack-green-10-rgb);--color-primary-20:var(--studio-jetpack-green-20);--color-primary-20-rgb:var(--studio-jetpack-green-20-rgb);--color-primary-30:var(--studio-jetpack-green-30);--color-primary-30-rgb:var(--studio-jetpack-green-30-rgb);--color-primary-40:var(--studio-jetpack-green-40);--color-primary-40-rgb:var(--studio-jetpack-green-40-rgb);--color-primary-50:var(--studio-jetpack-green-50);--color-primary-50-rgb:var(--studio-jetpack-green-50-rgb);--color-primary-60:var(--studio-jetpack-green-60);--color-primary-60-rgb:var(--studio-jetpack-green-60-rgb);--color-primary-70:var(--studio-jetpack-green-70);--color-primary-70-rgb:var(--studio-jetpack-green-70-rgb);--color-primary-80:var(--studio-jetpack-green-80);--color-primary-80-rgb:var(--studio-jetpack-green-80-rgb);--color-primary-90:var(--studio-jetpack-green-90);--color-primary-90-rgb:var(--studio-jetpack-green-90-rgb);--color-primary-100:var(--studio-jetpack-green-100);--color-primary-100-rgb:var(--studio-jetpack-green-100-rgb);--color-accent:var(--studio-jetpack-green);--color-accent-rgb:var(--studio-jetpack-green-rgb);--color-accent-dark:var(--studio-jetpack-green-70);--color-accent-dark-rgb:var(--studio-jetpack-green-70-rgb);--color-accent-light:var(--studio-jetpack-green-30);--color-accent-light-rgb:var(--studio-jetpack-green-30-rgb);--color-accent-0:var(--studio-jetpack-green-0);--color-accent-0-rgb:var(--studio-jetpack-green-0-rgb);--color-accent-5:var(--studio-jetpack-green-5);--color-accent-5-rgb:var(--studio-jetpack-green-5-rgb);--color-accent-10:var(--studio-jetpack-green-10);--color-accent-10-rgb:var(--studio-jetpack-green-10-rgb);--color-accent-20:var(--studio-jetpack-green-20);--color-accent-20-rgb:var(--studio-jetpack-green-20-rgb);--color-accent-30:var(--studio-jetpack-green-30);--color-accent-30-rgb:var(--studio-jetpack-green-30-rgb);--color-accent-40:var(--studio-jetpack-green-40);--color-accent-40-rgb:var(--studio-jetpack-green-40-rgb);--color-accent-50:var(--studio-jetpack-green-50);--color-accent-50-rgb:var(--studio-jetpack-green-50-rgb);--color-accent-60:var(--studio-jetpack-green-60);--color-accent-60-rgb:var(--studio-jetpack-green-60-rgb);--color-accent-70:var(--studio-jetpack-green-70);--color-accent-70-rgb:var(--studio-jetpack-green-70-rgb);--color-accent-80:var(--studio-jetpack-green-80);--color-accent-80-rgb:var(--studio-jetpack-green-80-rgb);--color-accent-90:var(--studio-jetpack-green-90);--color-accent-90-rgb:var(--studio-jetpack-green-90-rgb);--color-accent-100:var(--studio-jetpack-green-100);--color-accent-100-rgb:var(--studio-jetpack-green-100-rgb);--color-link:var(--studio-jetpack-green-40);--color-link-rgb:var(--studio-jetpack-green-40-rgb);--color-link-dark:var(--studio-jetpack-green-60);--color-link-dark-rgb:var(--studio-jetpack-green-60-rgb);--color-link-light:var(--studio-jetpack-green-20);--color-link-light-rgb:var(--studio-jetpack-green-20-rgb);--color-link-0:var(--studio-jetpack-green-0);--color-link-0-rgb:var(--studio-jetpack-green-0-rgb);--color-link-5:var(--studio-jetpack-green-5);--color-link-5-rgb:var(--studio-jetpack-green-5-rgb);--color-link-10:var(--studio-jetpack-green-10);--color-link-10-rgb:var(--studio-jetpack-green-10-rgb);--color-link-20:var(--studio-jetpack-green-20);--color-link-20-rgb:var(--studio-jetpack-green-20-rgb);--color-link-30:var(--studio-jetpack-green-30);--color-link-30-rgb:var(--studio-jetpack-green-30-rgb);--color-link-40:var(--studio-jetpack-green-40);--color-link-40-rgb:var(--studio-jetpack-green-40-rgb);--color-link-50:var(--studio-jetpack-green-50);--color-link-50-rgb:var(--studio-jetpack-green-50-rgb);--color-link-60:var(--studio-jetpack-green-60);--color-link-60-rgb:var(--studio-jetpack-green-60-rgb);--color-link-70:var(--studio-jetpack-green-70);--color-link-70-rgb:var(--studio-jetpack-green-70-rgb);--color-link-80:var(--studio-jetpack-green-80);--color-link-80-rgb:var(--studio-jetpack-green-80-rgb);--color-link-90:var(--studio-jetpack-green-90);--color-link-90-rgb:var(--studio-jetpack-green-90-rgb);--color-link-100:var(--studio-jetpack-green-100);--color-link-100-rgb:var(--studio-jetpack-green-100-rgb);--color-masterbar-background:var(--studio-white);--color-masterbar-border:var(--studio-gray-5);--color-masterbar-text:var(--studio-gray-50);--color-masterbar-item-hover-background:var(--studio-white);--color-masterbar-item-active-background:var(--studio-white);--color-masterbar-item-new-editor-background:var(--studio-white);--color-masterbar-item-new-editor-hover-background:var(--studio-white);--color-masterbar-unread-dot-background:var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-white);--color-sidebar-background-rgb:var(--studio-white-rgb);--color-sidebar-border:var(--studio-gray-5);--color-sidebar-text:var(--studio-gray-60);--color-sidebar-text-rgb:var(--studio-gray-60-rgb);--color-sidebar-text-alternative:var(--studio-gray-60);--color-sidebar-gridicon-fill:var(--studio-gray-60);--color-sidebar-menu-selected-text:var(--studio-jetpack-green-50);--color-sidebar-menu-selected-text-rgb:var(--studio-jetpack-green-50-rgb);--color-sidebar-menu-selected-background:var(--studio-jetpack-green-5);--color-sidebar-menu-selected-background-rgb:var(--studio-jetpack-green-5-rgb);--color-sidebar-menu-hover-text:var(--studio-gray-90);--color-sidebar-menu-hover-background:var(--studio-gray-5);--color-sidebar-menu-hover-background-rgb:var(--studio-gray-5-rgb);--color-scary-0:var(--studio-red-0);--color-scary-5:var(--studio-red-5);--color-scary-40:var(--studio-red-40);--color-scary-50:var(--studio-red-50);--color-scary-60:var(--studio-red-60)}.domain-picker__empty-state{display:flex;justify-content:center;flex-direction:column}.domain-picker__empty-state--text{max-width:320px;font-size:.875rem;margin:10px 0;color:#757575}@media (min-width:480px){.domain-picker__empty-state{flex-direction:row;align-items:center}.domain-picker__empty-state--text{margin:15px 10px}}.domain-picker__show-more{margin-top:20px;text-align:center}.domain-picker__search{position:relative;margin-bottom:20px}.domain-picker__search input[type=text].components-text-control__input{padding:6px 40px 6px 16px;height:38px;background:#f0f0f0;border:none}.domain-picker__search input[type=text].components-text-control__input::placeholder{color:var(--studio-black)}.domain-picker__search input[type=text].components-text-control__input:focus{box-shadow:0 0 0 2px var(--studio-blue-30);background:var(--studio-white)}.domain-picker__search svg{position:absolute;top:6px;right:8px}.domain-picker__suggestion-item-group{flex-grow:1}.domain-picker__suggestion-sections{flex:1}.domain-picker__suggestion-group-label{margin:1.5em 0 .5em;text-transform:uppercase;color:var(--studio-gray-40);font-size:.75rem;letter-spacing:1px;font-weight:700}.domain-picker__suggestion-item{font-size:.875rem;line-height:17px;display:flex;justify-content:space-between;align-items:center;width:100%;min-height:58px;background:var(--studio-white);border:1px solid var(--studio-gray-5);padding:10px 14px;position:relative;text-align:left;cursor:pointer;outline-color:#117ac9}.domain-picker__suggestion-item.type-radio{outline:none}.domain-picker__suggestion-item.type-individual-item{min-height:64px;border-width:2px}.domain-picker__suggestion-item.type-individual-item.is-selected,.domain-picker__suggestion-item.type-individual-item:hover{border-color:#117ac9}.domain-picker__suggestion-item.type-link{display:flex;flex-direction:column;align-items:flex-start}@media (min-width:782px){.domain-picker__suggestion-item.type-link{flex-direction:row;align-items:center}}.domain-picker__suggestion-item.placeholder{cursor:default}.domain-picker__sugggested-items-container .domain-picker__suggestion-item.type-individual-item,.domain-picker__sugggested-items-container .domain-picker__suggestion-item:first-child{border-top-left-radius:5px;border-top-right-radius:5px}.domain-picker__sugggested-items-container .domain-picker__suggestion-item.type-individual-item,.domain-picker__sugggested-items-container .domain-picker__suggestion-item:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.domain-picker__suggestion-item+.domain-picker__suggestion-item{margin-top:-1px}.domain-picker__suggestion-item+.domain-picker__suggestion-item.type-individual-item{margin-top:12px}.domain-picker__suggestion-item.is-unavailable{color:var(--studio-gray-40)}.domain-picker__suggestion-item:nth-child(8){transform:translateY(20px);opacity:0;animation:domain-picker-item-slide-up .1s ease-in forwards;animation-delay:40ms}.domain-picker__suggestion-item:nth-child(9){transform:translateY(20px);opacity:0;animation:domain-picker-item-slide-up .1s ease-in forwards;animation-delay:80ms}.domain-picker__suggestion-item:nth-child(10){transform:translateY(20px);opacity:0;animation:domain-picker-item-slide-up .1s ease-in forwards;animation-delay:.12s}.domain-picker__suggestion-item:nth-child(11){transform:translateY(20px);opacity:0;animation:domain-picker-item-slide-up .1s ease-in forwards;animation-delay:.16s}.domain-picker__suggestion-item:nth-child(12){transform:translateY(20px);opacity:0;animation:domain-picker-item-slide-up .1s ease-in forwards;animation-delay:.2s}.domain-picker__suggestion-item:nth-child(13){transform:translateY(20px);opacity:0;animation:domain-picker-item-slide-up .1s ease-in forwards;animation-delay:.24s}.domain-picker__suggestion-item:nth-child(14){transform:translateY(20px);opacity:0;animation:domain-picker-item-slide-up .1s ease-in forwards;animation-delay:.28s}@keyframes domain-picker-item-slide-up{to{transform:translateY(0);opacity:1}}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;box-shadow:0 0 0 transparent;transition:box-shadow .1s linear;border-radius:2px;font-size:16px;line-height:normal;border:1px solid #1e1e1e;transition:none;border-radius:50%;width:24px;height:24px;width:16px;height:16px;min-width:16px;padding:0;margin:1px 12px 0 0;vertical-align:middle;position:relative}@media (prefers-reduced-motion:reduce){.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle{transition-duration:0s}}@media (min-width:600px){.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle{font-size:13px;line-height:normal}}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle::-moz-placeholder{opacity:1;color:rgba(30,30,30,.62)}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle:-ms-input-placeholder{color:rgba(30,30,30,.62)}.is-dark-theme .domain-picker__suggestion-item .domain-picker__suggestion-radio-circle::-webkit-input-placeholder{color:hsla(0,0%,100%,.65)}.is-dark-theme .domain-picker__suggestion-item .domain-picker__suggestion-radio-circle::-moz-placeholder{opacity:1;color:hsla(0,0%,100%,.65)}.is-dark-theme .domain-picker__suggestion-item .domain-picker__suggestion-radio-circle:-ms-input-placeholder{color:hsla(0,0%,100%,.65)}@media (min-width:600px){.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle{height:20px;width:20px}}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle:checked:before{width:8px;height:8px;transform:translate(7px,7px);margin:0;background-color:#fff;border:4px solid #fff}@media (min-width:600px){.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle:checked:before{transform:translate(5px,5px)}}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle:focus{box-shadow:0 0 0 2px #fff,0 0 0 3.5px var(--wp-admin-theme-color);outline:2px solid transparent}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle.is-checked{border-color:var(--studio-blue-30);background-color:var(--studio-blue-30)}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle.is-checked:before{display:none}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle.is-checked:after{content:"";width:100%;height:100%;border:2px solid #fff;border-radius:50%;position:absolute;margin:0;background:transparent}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle.is-checked:focus,.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle:not(.is-unavailable):focus,.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle:not(.is-unavailable):hover{border-color:var(--studio-blue-30);box-shadow:0 0 0 1px var(--studio-blue-30)}.domain-picker__suggestion-item .domain-picker__suggestion-radio-circle.is-unavailable{border-color:var(--studio-gray-40)}.domain-picker__suggestion-item:focus .domain-picker__suggestion-radio-circle{border-color:var(--studio-blue-30);box-shadow:0 0 0 1px var(--studio-blue-30)}.domain-picker__suggestion-item .components-spinner{margin:1px 10px 0 0}.domain-picker__suggestion-item-name{flex-grow:1;flex-basis:2px;letter-spacing:.4px;margin-right:10px;word-break:break-all}@media (min-width:782px){.domain-picker__suggestion-item-name{margin-right:24px}}.domain-picker__suggestion-item-name .domain-picker__suggestion-item-name-inner{display:flex;align-items:center;flex-wrap:wrap}.domain-picker__suggestion-item-name .domain-picker__sub-domain{word-break:break-word}.domain-picker__suggestion-item-name.placeholder{animation:onboarding-loading-pulse 1.6s ease-in-out infinite;background:#f0f0f0;color:transparent;max-width:30%;margin-right:auto}.domain-picker__suggestion-item-name.placeholder:after{content:"\00a0"}.domain-picker__suggestion-item.type-individual-item.is-selected .domain-picker__suggestion-item-name{color:#117ac9}.domain-picker__domain-tld{color:var(--studio-blue-40);word-break:keep-all;margin-right:5px}.domain-picker__suggestion-item.is-unavailable .domain-picker__domain-tld{color:var(--studio-gray-40)}.domain-picker__domain-wrapper{direction:ltr}.domain-picker__domain-wrapper.with-margin{margin-right:10px}.domain-picker__domain-wrapper.with-bold-text{font-weight:500}.domain-picker__suggestion-item.type-individual-item .domain-picker__domain-tld{font-weight:500;color:unset}.domain-picker__info-tooltip{margin-right:10px;cursor:pointer;z-index:100001}.domain-picker__badge{display:inline-flex;border-radius:2px;padding:0 10px;line-height:20px;height:20px;align-items:center;font-size:10px;text-transform:uppercase;vertical-align:middle;background-color:var(--studio-blue-50);color:var(--color-text-inverted);margin:2px 0}.domain-picker__suggestion-item.type-individual-item .domain-picker__badge{color:var(--studio-green-80);background-color:var(--studio-green-5);border-radius:4px;text-transform:unset;font-size:.75rem}.domain-picker__suggestion-item.type-individual-item.is-selected .domain-picker__badge{color:#0f6cb3;background-color:#ddebf8}.domain-picker__price{color:var(--studio-gray-40);text-align:right;flex-basis:0;flex-grow:1;transition:opacity .2s ease-in-out}.domain-picker__price:not(.is-paid){display:none}.domain-picker__price:not(:last-child){text-align:left}@media (min-width:600px){.domain-picker__price{flex-basis:1px}.domain-picker__price:not(.is-paid){display:inline}}.domain-picker__price.placeholder{animation:onboarding-loading-pulse 1.6s ease-in-out infinite;background:#f0f0f0;color:transparent;min-width:64px}.domain-picker__price.placeholder:after{content:"\00a0"}.domain-picker__suggestion-item.is-free .domain-picker__price{flex-grow:0.1}.domain-picker__suggestion-item.type-individual-item .domain-picker__price{display:flex;flex-direction:column-reverse}.domain-picker__suggestion-item.type-individual-item .domain-picker__price:not(.is-paid){display:block}@media (min-width:782px){.domain-picker__suggestion-item.type-individual-item .domain-picker__price{display:block}}.domain-picker__price-inclusive{color:var(--studio-green-40);display:none}@media (min-width:600px){.domain-picker__price-inclusive{display:inline}}.domain-picker__price-inclusive strong{font-weight:700}.domain-picker__price-renewal{display:none;font-size:.75rem}.domain-picker__suggestion-item.type-individual-item .domain-picker__price-inclusive{display:block;line-height:20px}.domain-picker__suggestion-item.type-individual-item .domain-picker__price-inclusive strong{font-weight:500}.domain-picker__suggestion-item.type-individual-item.is-selected .domain-picker__price-inclusive{color:#117ac9}.domain-picker__price-cost{text-decoration:line-through}.domain-picker__suggestion-item.type-individual-item.is-selected .domain-picker__price-cost{color:#117ac9;opacity:.68}.domain-picker__suggestion-item.type-button{flex-direction:column;align-items:flex-start}.domain-picker__suggestion-item.type-button .domain-picker__price.is-paid{display:flex;flex-wrap:wrap}.domain-picker__suggestion-item.type-button .domain-picker__price-inclusive{display:inline}.domain-picker__suggestion-item.type-button .domain-picker__price-inclusive:before{content:"\00a0"}.domain-picker__suggestion-item.type-button .domain-picker__price-renewal{display:inline;width:100%}@media (min-width:782px){.domain-picker__suggestion-item.type-button{flex-direction:row;align-items:center}.domain-picker__suggestion-item.type-button .domain-picker__price-inclusive{order:-1}.domain-picker__suggestion-item.type-button .domain-picker__price-inclusive:before{content:none}.domain-picker__suggestion-item.type-button .domain-picker__price-inclusive:after{content:"\00a0"}}.domain-picker__body{display:flex}@media (max-width:480px){.domain-picker__body{display:block}.domain-picker__body .domain-picker__aside{width:100%;padding:0}}.domain-picker__aside{width:220px;padding-right:30px}.domain-picker__change-subdomain-tip,.domain-picker__item-tip{font-size:.75rem;color:var(--studio-gray-40);word-break:normal}.domain-picker__error.components-notice{margin:0}.domain-picker__error .domain-picker__error-message{font-size:.875rem;line-height:17px}.domain-picker__error .domain-picker__error-retry-btn{margin-top:16px}.domain-picker__suggestion-select-button.components-button.is-secondary{justify-content:center;width:100%;min-width:140px;box-shadow:inset 0 0 0 1px var(--studio-gray-10);color:var(--mainColor)}.domain-picker__suggestion-select-button.components-button.is-secondary.is-selected,.domain-picker__suggestion-select-button.components-button.is-secondary:focus,.domain-picker__suggestion-select-button.components-button.is-secondary:hover{box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color-darker-10);color:var(--wp-admin-theme-color-darker-10)}@media (min-width:782px){.domain-picker__suggestion-select-button.components-button.is-secondary{width:auto}}.domain-picker__action{margin-top:1rem;width:100%}@media (min-width:782px){.domain-picker__action{margin-top:0;width:auto}}.info-tooltip.components-button.has-icon.has-text svg{margin-right:0}.info-tooltip .components-popover__content>div{color:var(--color-neutral-50);font-size:.875rem;padding:16px;text-align:left}.info-tooltip .components-popover__content>div a{color:var(--studio-blue-40)}@media (max-width:480px){.domain-categories{margin-bottom:20px}.domain-categories .domain-categories__dropdown-button.components-button{display:block;margin-bottom:0}.domain-categories .domain-categories__item-group{display:none}.domain-categories.is-open .domain-categories__item-group{display:block}}.domain-categories__dropdown-button.components-button{width:100%;text-align:center;margin-bottom:8px;height:40px;border:1px solid var(--studio-gray-5);display:none}.domain-categories__dropdown-button.components-button>*{vertical-align:middle}.domain-categories__dropdown-button.components-button svg{margin-left:5px}@media (max-width:480px){.domain-categories__item-group{text-align:center;border:1px solid var(--studio-gray-5);margin-top:-1px}}.domain-categories__item .components-button{color:var(--studio-gray-100);width:100%;text-align:left}.domain-categories__item .components-button:focus,.domain-categories__item .components-button:hover{color:var(--studio-gray-100);box-shadow:none;font-weight:600;text-decoration:underline}.domain-categories__item.is-selected .components-button{font-weight:600;text-decoration:underline}@media (max-width:480px){.domain-categories__item .components-button{display:block;text-align:center}}html:not(.accessible-focus) .domain-categories__item .components-button:focus{box-shadow:none}.plans-grid{margin-bottom:85px}@media (min-width:600px){.plans-grid{margin-bottom:0}}.plans-grid__header{margin:48px 0 38.4px;display:flex;justify-content:space-between;align-items:center}@media (min-width:600px){.plans-grid__header{margin:64px 0 51.2px}}@media (min-width:782px){.plans-grid__header{margin:80px 0 64px}}.plans-grid__toggle{margin:-24px 0 32px}@media (min-width:782px){.plans-grid__toggle{margin-bottom:40px}}.plans-grid__details{margin-top:70px}.plans-grid__details-container{padding-bottom:120px}@media (max-width:1439px){.plans-grid__details-container{overflow-x:auto;width:100%;position:absolute;left:0}}.plans-grid__details-heading .plans-ui-title{color:var(--studio-black);margin-bottom:40px;font-size:32px;line-height:40px;letter-spacing:.2px}.plans-interval-toggle{display:flex;justify-content:center}.plans-interval-toggle .segmented-control{-webkit-tap-highlight-color:transparent;background-color:#f2f2f2;border-radius:6px;height:auto;overflow:hidden}.plans-interval-toggle--monthly .segmented-control{margin-bottom:60px}@media (min-width:782px){.plans-interval-toggle--monthly .segmented-control{margin-bottom:0}}.plans-interval-toggle .segmented-control__item .segmented-control__link,.plans-interval-toggle .segmented-control__item:first-of-type .segmented-control__link,.plans-interval-toggle .segmented-control__item:last-of-type .segmented-control__link{border-radius:5px;margin:2px;padding:0}.plans-interval-toggle .segmented-control__item{margin:0}.plans-interval-toggle .segmented-control__item.segmented-control__item:not(.is-selected) .segmented-control__link{background-color:transparent;border:.5px solid transparent;box-shadow:none}.plans-interval-toggle .segmented-control__item.is-selected .segmented-control__link{background-color:var(--studio-white);border:.5px solid #f5f5f5;box-shadow:0 3px 8px rgba(0,0,0,.12),0 3px 1px rgba(0,0,0,.04)}.plans-interval-toggle .segmented-control__item.is-selected .segmented-control__link:focus,.plans-interval-toggle .segmented-control__item.is-selected .segmented-control__link:hover,.plans-interval-toggle .segmented-control__item:not(.is-selected) .segmented-control__link:focus,.plans-interval-toggle .segmented-control__item:not(.is-selected) .segmented-control__link:hover{border-color:var(--studio-gray-10)}.plans-interval-toggle .segmented-control__text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:.875rem;font-weight:500;letter-spacing:.16px;color:var(--studio-gray-90)}.plans-interval-toggle__label{display:inline-flex;align-items:center;justify-content:center;height:32px;min-width:102px;padding:0 16px}.components-popover.plans-interval-toggle__popover--mobile{display:block}@media (min-width:782px){.components-popover.plans-interval-toggle__popover--mobile{display:none}}.components-popover.plans-interval-toggle__popover--desktop[data-y-axis=middle]{display:none}@media (min-width:782px){.components-popover.plans-interval-toggle__popover--desktop[data-y-axis=middle]{display:flex}}.components-popover.plans-interval-toggle__popover .components-popover__content{padding:8px 10px;min-width:auto;width:232px;box-sizing:border-box;background-color:var(--studio-gray-100);border-color:var(--studio-gray-100);color:var(--studio-white);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:.75rem;font-weight:400;text-align:left;white-space:normal}.components-popover.plans-interval-toggle__popover:not(.is-without-arrow):after,.components-popover.plans-interval-toggle__popover:not(.is-without-arrow):before{border-color:var(--studio-gray-100)}.components-popover.plans-interval-toggle__popover:not(.is-without-arrow)[data-y-axis=bottom]:after,.components-popover.plans-interval-toggle__popover:not(.is-without-arrow)[data-y-axis=bottom]:before,.components-popover.plans-interval-toggle__popover:not(.is-without-arrow)[data-y-axis=top]:after,.components-popover.plans-interval-toggle__popover:not(.is-without-arrow)[data-y-axis=top]:before{border-left-color:transparent;border-right-color:transparent}.components-popover.plans-interval-toggle__popover:not(.is-without-arrow)[data-y-axis=middle]:after,.components-popover.plans-interval-toggle__popover:not(.is-without-arrow)[data-y-axis=middle]:before{border-bottom-color:transparent;border-top-color:transparent}.segmented-control{display:flex;margin:0;border-radius:2px;background-color:var(--color-surface);list-style:none}.segmented-control__item{flex:1 1 auto;cursor:pointer}.segmented-control__item:first-of-type .segmented-control__link{border-top-left-radius:2px;border-bottom-left-radius:2px}.segmented-control__item:last-of-type .segmented-control__link{border-right:1px solid var(--color-neutral-10);border-top-right-radius:2px;border-bottom-right-radius:2px}.segmented-control__item.is-selected+.segmented-control__item .segmented-control__link{border-left-color:var(--color-neutral-70)}.segmented-control__link{display:block;padding:8px 12px;border:1px solid var(--color-neutral-10);border-right:none;font-size:.875rem;line-height:18px;color:var(--color-text-subtle);text-align:center;transition:color .1s linear,background-color .1s linear}.segmented-control__link:focus{color:var(--color-neutral-70);outline:none;background-color:var(--color-neutral-0)}.segmented-control__item.is-selected .segmented-control__link{border-color:var(--color-neutral-70);color:var(--color-neutral-70)}.notouch .segmented-control__link:hover{color:var(--color-neutral-70);background-color:var(--color-neutral-0)}.segmented-control__text{display:block;max-width:100%;color:inherit;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.segmented-control.is-compact .segmented-control__link{font-size:.875rem;padding:4px 8px}.segmented-control.is-primary .segmented-control__item.is-selected .segmented-control__link{border-color:var(--color-primary);background-color:var(--color-primary);color:var(--color-text-inverted)}.segmented-control.is-primary .segmented-control__item.is-selected .segmented-control__link:focus{background-color:var(--color-primary-dark);border-color:var(--color-primary-dark)}.segmented-control.is-primary .segmented-control__item.is-selected+.segmented-control__item .segmented-control__link{border-left-color:var(--color-primary)}.notouch .segmented-control.is-primary .segmented-control__link:hover,.segmented-control.is-primary .segmented-control__link:focus{background-color:var(--color-neutral-0)}.notouch .segmented-control.is-primary .segmented-control__item.is-selected .segmented-control__link:hover{background-color:var(--color-primary-light)}.plans-accordion__actions{text-align:center}.plans-accordion__plan-item-group{width:100%;display:flex;flex-direction:column}.plans-accordion__toggle-all-button.components-button.is-link{margin:22px auto;color:#757575}@media (min-width:782px){.plans-accordion__toggle-all-button.components-button.is-link{margin:32px auto}}.plans-accordion__recommend-hint{color:var(--studio-gray-40);font-size:.875rem;text-align:right;margin-bottom:16px}.plans-accordion__recommend-hint svg{fill:var(--studio-yellow-30);margin-right:8px;position:relative;top:2px}.plans-accordion__placeholder{animation:onboarding-loading-pulse 1.6s ease-in-out infinite;background:#f0f0f0;color:transparent;display:inline-block;width:64px}.plans-accordion__placeholder:after{content:"\00a0"}.plans-accordion__placeholder--narrow{width:32px}.plans-accordion__placeholder--wide{width:96px}.plans-accordion-item{display:block;flex-grow:1;flex-basis:0;flex-direction:column}.plans-accordion-item.is-disabled{background-color:var(--studio-gray-5)}.plans-accordion-item__viewport{width:100%;height:100%;padding:20px;border:1px solid var(--studio-gray-5)}.plans-accordion-item+.plans-accordion-item .plans-accordion-item__viewport{border-top:0}@media (min-width:600px){.plans-accordion-item__viewport{padding:32px}}.plans-accordion-item:first-of-type .plans-accordion-item__viewport{border-top-left-radius:5px;border-top-right-radius:5px}.plans-accordion-item:last-of-type .plans-accordion-item__viewport{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.plans-accordion-item.has-badge .plans-accordion-item__viewport{border-top-width:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}@media (min-width:600px){.plans-accordion-item.has-badge .plans-accordion-item__viewport{border-top-width:1px;border-top-left-radius:5px;border-top-right-radius:5px}}.plans-accordion-item:not(.is-open) .plans-accordion-item__viewport{padding:0}.plans-accordion-item__name{display:inline-block;font-size:1rem;line-height:1.2}@media (min-width:600px){.plans-accordion-item__name{font-size:1.5rem}}.plans-accordion-item:not(.is-open) .plans-accordion-item__name{font-size:.875rem}@media (min-width:600px){.plans-accordion-item:not(.is-open) .plans-accordion-item__name{font-size:.875rem}}.plans-accordion-item.is-primary .plans-accordion-item__name{font-size:1.25rem}@media (min-width:600px){.plans-accordion-item.is-primary .plans-accordion-item__name{font-size:1.5rem}}.plans-accordion-item__description{font-size:.875rem;color:var(--studio-gray-50);margin-top:4px;display:none}.plans-accordion-item:not(.is-open) .plans-accordion-item__description{display:none}@media (min-width:600px){.plans-accordion-item__description{display:block}}.plans-accordion-item__domain-name{font-size:.875rem}ul.plans-accordion-item__feature-item-group{margin:0;column-count:1}@media (min-width:600px){ul.plans-accordion-item__feature-item-group{column-count:2}}@media (min-width:960px){ul.plans-accordion-item__feature-item-group{column-count:3}}.plans-accordion-item__badge{border-top-left-radius:5px;border-top-right-radius:5px;margin-bottom:-1px}.plans-accordion-item__badge>span{display:block;height:24px;line-height:24px;padding:0 14px;background:#000;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-align:center;text-transform:uppercase}@media (min-width:600px){.plans-accordion-item__badge{position:relative;top:-12px;height:0;overflow:visible;text-align:center;border-radius:0}.plans-accordion-item__badge>span{display:inline-block;border-radius:2px}}.plans-accordion-item__price-amount{font-size:1.5rem}@media (min-width:600px){.plans-accordion-item__price-amount{text-align:right;font-size:2rem}}.plans-accordion-item__price-amount.is-loading{max-width:60px;animation:onboarding-loading-pulse 1.6s ease-in-out infinite;background:#f0f0f0;color:transparent}@media (min-width:600px){.plans-accordion-item__price-amount.is-loading{max-width:none}}.plans-accordion-item__price-amount.is-loading:after{content:"\00a0"}.plans-accordion-item__price-amount>span{display:none;font-size:1rem;line-height:1.2;color:var(--studio-gray-40);position:relative;top:-1px;margin-left:1px}@media (min-width:600px){.plans-accordion-item__price-amount>span{display:inline-block}}.plans-accordion-item:not(.is-open) .plans-accordion-item__price-amount{font-size:.875rem;line-height:1.2}.plans-accordion-item:not(.is-open) .plans-accordion-item__price-amount>span{display:none}.plans-accordion-item__header{display:block;width:100%;cursor:pointer}.plans-accordion-item:not(.is-open) .plans-accordion-item__header{display:flex;align-items:baseline;padding:16px 12px}@media (min-width:600px){.plans-accordion-item:not(.is-open) .plans-accordion-item__header{padding:16px 24px}}.plans-accordion-item.is-primary .plans-accordion-item__header{cursor:default}@media (min-width:600px){.plans-accordion-item__header{display:flex}}.plans-accordion-item__price{margin-top:12px}.plans-accordion-item:not(.is-open) .plans-accordion-item__price{margin-top:0;margin-left:8px;color:var(--studio-gray-40)}@media (min-width:600px){.plans-accordion-item__price{margin-top:0;margin-left:auto}}.plans-accordion-item__disabled-label{margin-left:8px;color:var(--studio-gray-40)}.plans-accordion-item__price-note{display:block;font-size:.75rem;line-height:1.5;color:var(--studio-gray-40);margin-bottom:8px}.plans-accordion-item:not(.is-open) .plans-accordion-item__price-note{display:none}@media (min-width:600px){.plans-accordion-item__price-note{margin-bottom:12px;text-align:right}}.plans-accordion-item__price-discount{display:block;font-size:.75rem;font-weight:600;line-height:1.3;letter-spacing:.2px;text-transform:uppercase;color:var(--studio-green-60)}.plans-accordion-item__price-discount--disabled{color:var(--studio-gray-40);text-decoration:line-through}.plans-accordion-item:not(.is-open) .plans-accordion-item__price-discount{display:none}@media (min-width:600px){.plans-accordion-item__price-discount{text-align:right;margin-left:auto;max-width:170px}}@media (min-width:960px){.plans-accordion-item__price-discount{max-width:none}}.plans-accordion-item__actions{margin-top:16px}@media (min-width:600px){.plans-accordion-item__actions{margin-top:24px}}.plans-accordion-item__actions--paid-plan-margin{margin-top:20px}@media (min-width:782px){.plans-accordion-item__actions--paid-plan-margin{margin-top:-10px}}.plans-accordion-item__dropdown-chevron{flex:1;text-align:right;position:relative;top:-2px}@media (min-width:600px){.plans-accordion-item__dropdown-chevron{right:-8px}}.plans-accordion-item.is-open .plans-accordion-item__dropdown-chevron{display:none}.plans-accordion-item__placeholder{animation:onboarding-loading-pulse 1.6s ease-in-out infinite;background:#f0f0f0;color:transparent;display:inline-block;width:64px}.plans-accordion-item__placeholder:after{content:"\00a0"}.plans-accordion-item__placeholder--narrow{width:32px}.plans-accordion-item__placeholder--wide{width:96px}.plans-feature-list{margin-top:16px}@media (min-width:600px){.plans-feature-list{margin-top:24px}}.plans-accordion .plans-feature-list{margin-top:24px}@media (min-width:600px){.plans-accordion .plans-feature-list{margin-top:36px}}ul.plans-feature-list__item-group{margin:0}ul.plans-feature-list__item-group--columns{display:flex;flex-wrap:wrap}@media (min-width:480px){@supports (display:grid){ul.plans-feature-list__item-group--columns{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}}.plans-feature-list__item{flex:300px 0 1;margin:4px 0}.plans-feature-list__item+.plans-feature-list__item--requires-annual-disabled,.plans-feature-list__item+.plans-feature-list__item--requires-annual-enabled{margin-top:8px}.plans-feature-list__item-group--columns .plans-feature-list__item{margin-right:10px;align-self:flex-end}@media (min-width:480px){@supports (display:grid){.plans-feature-list__item-group--columns .plans-feature-list__item{align-self:end}}}.plans-feature-list__item-content-wrapper,.plans-feature-list__item-content-wrapper.components-button.is-link{display:flex;align-items:flex-end;padding:0;text-decoration:none}.plans-feature-list__item-content-wrapper.components-button.is-link.plans-feature-list__item-content-wrapper--domain-button,.plans-feature-list__item-content-wrapper.plans-feature-list__item-content-wrapper--domain-button{cursor:pointer}.plans-feature-list__item-bullet-icon{flex-grow:0;flex-shrink:0;margin-right:6px;color:var(--studio-gray-100)}.plans-accordion .plans-feature-list__item-bullet-icon{color:var(--studio-green-60)}.plans-feature-list__item--disabled-message .plans-feature-list__item-bullet-icon,.plans-feature-list__item--requires-annual-disabled .plans-feature-list__item-bullet-icon,.plans-feature-list__item-content-wrapper--domain-button.is-unavailable .plans-feature-list__item-bullet-icon{color:var(--studio-orange-40)}.plans-feature-list__item-bullet-icon,.plans-feature-list__item-bullet-icon path{fill:currentColor;stroke:currentColor}.plans-feature-list__item-text{flex:1;max-width:100%;margin-bottom:1px}.plans-feature-list__item-annual-nudge{display:block;text-transform:uppercase;font-size:10px;font-weight:700;letter-spacing:.02em;line-height:1;margin-bottom:6px}.plans-feature-list__item--requires-annual-enabled .plans-feature-list__item-annual-nudge{color:var(--studio-green-60)}.plans-feature-list__item--requires-annual-disabled .plans-feature-list__item-annual-nudge{color:var(--studio-orange-40)}.plans-feature-list__item-description{font-size:.875rem;line-height:1.2;letter-spacing:.2px;font-weight:400;color:var(--studio-gray-70)}.plans-feature-list__item--disabled-message .plans-feature-list__item-description,.plans-feature-list__item-content-wrapper--domain-button .plans-feature-list__item-description{font-weight:700}.plans-feature-list__item-content-wrapper--domain-button:not(.is-unavailable) .plans-feature-list__item-description{color:var(--studio-blue-40)}.plans-feature-list__item-content-wrapper--domain-button:not(.is-unavailable) .plans-feature-list__item-description:focus,.plans-feature-list__item-content-wrapper--domain-button:not(.is-unavailable) .plans-feature-list__item-description:hover{color:var(--studio-blue-30)}.plans-accordion .plans-feature-list__item-content-wrapper--domain-button:not(.is-unavailable) .plans-feature-list__item-description{color:var(--studio-gray-70)}.plans-accordion .plans-feature-list__item-content-wrapper--domain-button:not(.is-unavailable) .plans-feature-list__item-description.is-cta{color:var(--studio-gray-100)}.plans-accordion .plans-feature-list__item-content-wrapper--domain-button:not(.is-unavailable) .plans-feature-list__item-description:focus,.plans-accordion .plans-feature-list__item-content-wrapper--domain-button:not(.is-unavailable) .plans-feature-list__item-description:hover{color:var(--studio-gray-50)}.plans-feature-list__item--disabled-message .plans-feature-list__item-description,.plans-feature-list__item-content-wrapper--domain-button.is-unavailable .plans-feature-list__item-description{color:var(--studio-orange-40)}.plans-feature-list__item-content-wrapper--domain-button.is-unavailable .plans-feature-list__item-description:focus,.plans-feature-list__item-content-wrapper--domain-button.is-unavailable .plans-feature-list__item-description:hover{color:var(--studio-orange-30)}.plans-feature-list__item-content-wrapper--domain-button.is-cta .plans-feature-list__item-description{text-decoration:underline}.plans-feature-list__item--disabled-message .plans-feature-list__item-content-wrapper--domain-button.is-cta .plans-feature-list__item-description,.plans-feature-list__item--disabled-message .plans-feature-list__item-description,.plans-feature-list__item--requires-annual-disabled .plans-feature-list__item-content-wrapper--domain-button.is-cta .plans-feature-list__item-description,.plans-feature-list__item--requires-annual-disabled .plans-feature-list__item-description,.plans-feature-list__item-content-wrapper--domain-button.is-unavailable .plans-feature-list__item-description{text-decoration:line-through}.plans-feature-list__item-url{word-break:break-all}.plans-feature-list__placeholder{animation:onboarding-loading-pulse 1.6s ease-in-out infinite;background:#f0f0f0;color:transparent;display:inline-block;width:200px}.plans-feature-list__placeholder:after{content:"\00a0"}.plans-table{width:100%;display:flex;flex-wrap:wrap}.plan-item{display:inline-flex;min-width:250px;flex-grow:1;flex-basis:0;flex-direction:column;margin-top:30px}.plan-item.badge-next-to-name{color:var(--studio-gray-100)}@media (min-width:480px){.plan-item+.plan-item{margin-left:-1px}}@media (max-width:480px){.plan-item:not(.is-popular){margin-top:-1px}.plan-item.is-open:not(.is-popular){margin-bottom:30px}}.plan-item__viewport{width:100%;height:100%;flex:1;border:1px solid #999;padding:20px}.plan-item:not(.is-popular) .plan-item__heading{display:flex;align-items:center}@media (max-width:480px){.plan-item:not(.is-popular) .plan-item__heading{font-size:1em}}.plan-item__heading.badge-next-to-name{display:flex;justify-content:space-between}.plan-item__name{font-weight:700;font-size:18px;line-height:24px;display:inline-block}@media (max-width:480px){.plan-item__name{font-size:14px}}.plan-item__badge-next-to-name{height:20px;background:rgba(184,230,191,.64);border-radius:4px;color:var(--studio-green-80);padding:2px 5px;font-size:.75rem}.plan-item__tagline{color:var(--studio-gray-80);font-size:.875rem;margin:4px 0}@media (max-width:480px){.plan-item:not(.is-popular) .plan-item__name{font-weight:400}}.plan-item__mobile-expand-all-plans.components-button.is-link{margin:20px auto;color:#757575}.plan-item__badge{position:relative;display:block;background:#000;text-align:center;text-transform:uppercase;color:#fff;padding:0 5px;font-size:.75rem;margin:-24px 0 0;height:24px;line-height:24px}.plan-item__price-amount{font-weight:600;font-size:32px;line-height:24px}.plan-item__price-amount.is-loading{max-width:60px;animation:onboarding-loading-pulse 1.6s ease-in-out infinite;background:#f0f0f0;color:transparent}.plan-item__price-amount.is-loading:after{content:"\00a0"}@media (max-width:480px){.plan-item:not(.is-open) .plan-item__price-amount{font-weight:400;font-size:1em}}.plan-item__summary{width:100%}.plan-item__summary::-webkit-details-marker{display:none}@media (min-width:480px){.plan-item.is-popular .plan-item__summary,.plan-item__summary{pointer-events:none}}@media (max-width:480px){.plan-item:not(.is-open) .plan-item__summary{display:flex}}.plan-item__price-note{font-size:12px;line-height:19px;letter-spacing:-.4px;color:var(--studio-gray-40);margin-top:8px;margin-bottom:10px}.plan-item__details .plan-item__summary .plan-item__price{margin-top:16px;margin-bottom:8px}.plan-item:not(.is-open) .plan-item__summary .plan-item__price{margin-top:0;margin-bottom:0;margin-left:10px;color:#757575}.plan-item__actions{margin-bottom:16px}.plan-item__dropdown-chevron{flex:1;text-align:right}.plan-item.is-open .plan-item__dropdown-chevron{display:none}@media (max-width:480px){.plan-item.is-popular{order:-3}}.plan-item__select-button.components-button{justify-content:center;height:40px;margin-top:15px;padding:0 24px;font-size:.875rem;color:var(--studio-gray-90);border-radius:4px;border:1px solid var(--studio-gray-10)}.plan-item__select-button.components-button:active,.plan-item__select-button.components-button:hover{background:inherit;color:inherit}.plan-item__select-button.components-button:focus{border-color:inherit;box-shadow:0 0 0 1.5px #117ac9}.plan-item__select-button.components-button:disabled{border-color:var(--studio-gray-5);text-decoration:line-through;opacity:.5}.plan-item__select-button.components-button.is-popular,.plan-item__select-button.components-button.is-primary{background:#117ac9;border-color:#117ac9;color:var(--studio-white)}.plan-item__select-button.components-button.is-popular:active:not(:disabled),.plan-item__select-button.components-button.is-popular:hover,.plan-item__select-button.components-button.is-primary:active:not(:disabled),.plan-item__select-button.components-button.is-primary:hover{background:#117ac9;border-color:inherit}.plan-item__select-button.components-button.is-popular:focus,.plan-item__select-button.components-button.is-primary:focus{box-shadow:0 0 0 1.5px #117ac9}.plan-item__select-button.components-button.is-popular:not(.full-width) svg,.plan-item__select-button.components-button.is-primary:not(.full-width) svg{margin-left:-8px;margin-right:10px}.plan-item__select-button.components-button.is-selected{border-color:#117ac9;color:#117ac9;background:#fafcfe}.plan-item__select-button.components-button.is-selected svg{fill:currentColor;stroke:currentColor;transform:translateY(-1px);vertical-align:middle;margin-right:4px}.plan-item__select-button.components-button.full-width{width:100%}.plan-item__price-discount{display:block;font-size:.75rem;font-weight:600;line-height:1.3;letter-spacing:.2px;text-transform:uppercase;color:var(--studio-green-60);margin-bottom:8px}.plan-item__price-discount--disabled{color:var(--studio-gray-40);text-decoration:line-through}.plan-item__price-discount--hidden{visibility:hidden}.plan-item:not(.is-open) .plan-item__price-discount{display:none}.plans-grid__details-heading{margin-bottom:20px}.plans-details__table{padding-left:24px;padding-right:24px;width:100%;border-spacing:0}@media (min-width:600px){.plans-details__table{padding-left:48px;padding-right:48px}}@media (min-width:782px){.plans-details__table{padding-left:96px;padding-right:96px}}@media (min-width:1440px){.plans-details__table{padding-left:0;padding-right:0}}.plans-details__table td,.plans-details__table th{padding:13px 24px}.plans-details__table td:first-child,.plans-details__table th:first-child{padding-left:0;width:20%}@media (min-width:480px){.plans-details__table td:first-child,.plans-details__table th:first-child{width:40%}}.plans-details__table td:not(:first-child),.plans-details__table th:not(:first-child){white-space:nowrap}.plans-details__table .hidden{display:none}.plans-details__header-row th{font-weight:600;font-size:.875rem;line-height:20px;text-transform:uppercase;color:var(--studio-gray-20);padding-top:5px;padding-bottom:5px;border-bottom:1px solid #eaeaeb;text-align:left}thead .plans-details__header-row th:not(:first-child){text-align:center}.plans-details__feature-row td,.plans-details__feature-row th{font-size:.875rem;font-weight:400;line-height:17px;letter-spacing:.2px;border-bottom:1px solid #eaeaeb;vertical-align:middle}.plans-details__feature-row th{text-align:left}.plans-details__feature-row td{text-align:center}.plans-details__placeholder{animation:onboarding-loading-pulse 1.6s ease-in-out infinite;background:#f0f0f0;color:transparent;display:inline-block;width:64px}.plans-details__placeholder:after{content:"\00a0"}.plans-details__placeholder--narrow{width:32px}.plans-details__placeholder--wide{width:96px}.plans-details__select-button.components-button{height:36px;padding:0 18px}@media (min-width:600px){.plans-details__select-button.components-button{height:40px;padding:0 24px}}.plans-details__feature-annual-nudge{display:block;text-transform:uppercase;font-size:10px;font-weight:700;letter-spacing:.02em;line-height:1;margin-bottom:6px}.plans-details__feature-row--enabled .plans-details__feature-annual-nudge{color:var(--studio-green-60)}.plans-details__feature-row--disabled .plans-details__feature-annual-nudge{color:var(--studio-orange-40)}.plans-details__feature-row--disabled .plans-details__feature-annual-nudge+span{text-decoration:line-through}@keyframes onboarding-loading-pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.focused-launch-summary__input .components-text-control__input{font-size:1rem;padding:10px 16px}.focused-launch-summary__input .components-text-control__input .components-base-control__label{margin:0}.focused-launch-summary__mobile-commentary{display:flex;align-items:flex-start;font-size:.875rem;color:var(--studio-gray-60)}.focused-launch-summary__mobile-commentary svg{vertical-align:bottom;fill:var(--studio-gray-20);margin-right:3px;margin-top:-1px}@media (min-width:782px){.focused-launch-summary__mobile-commentary{display:none}}.focused-launch-summary__label{margin-bottom:8px;display:block;font-size:1.25rem;color:var(--studio-gray-90);line-height:24px}@media (min-width:782px){.focused-launch-summary__label{margin-bottom:12px}}.focused-launch-summary__info-icon{margin-left:10px;vertical-align:middle}.focused-launch-summary__section{margin-bottom:40px}.focused-launch-summary__caption{margin:12px 0}.focused-launch-summary__step{display:flex;gap:40px;justify-content:space-between;opacity:.5;transition:opacity .2s ease-in-out}@media (min-width:960px){.focused-launch-summary__step{gap:80px}}@media (min-width:1280px){.focused-launch-summary__step{gap:100px}}.focused-launch-summary__step.highlighted{opacity:1}.focused-launch-summary__side-commentary{display:none}@media (min-width:782px){.focused-launch-summary__side-commentary{border-left:1px solid #eee;display:flex;flex-direction:column;padding-left:40px;width:280px;flex-grow:0;flex-shrink:0}.focused-launch-summary__side-commentary:before{content:"";display:block;height:18px}.focused-launch-summary__side-commentary-title{font-size:1.25rem;line-height:26px;margin:12px 0}.focused-launch-summary__side-commentary-list{list-style:none}.focused-launch-summary__side-commentary-list-item{font-size:.875rem;margin:4px 0;display:flex}.focused-launch-summary__side-commentary-list-item svg{vertical-align:bottom;width:18px;height:18px;margin-right:12px}}@media (min-width:960px){.focused-launch-summary__side-commentary{width:320px}}.focused-launch-summary__side-commentary svg{flex-shrink:0}.focused-launch-summary__data-input{flex-grow:1;flex-shrink:1}.focused-launch-summary__details-link{display:block;margin-top:14px;color:var(--studio-gray-60)}@media (min-width:600px){.focused-launch-summary__actions-wrapper{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap-reverse}}@media (min-width:782px){.focused-launch-summary__actions-wrapper{flex-direction:column-reverse;align-items:flex-start;width:calc(100% - 320px);flex-wrap:nowrap}}@media (min-width:960px){.focused-launch-summary__actions-wrapper{flex-direction:row;align-items:center;width:calc(100% - 400px);flex-wrap:wrap-reverse}}@media (min-width:1280px){.focused-launch-summary__actions-wrapper{width:calc(100% - 420px)}}.focused-launch-summary__ask-for-help{margin-bottom:60px}@media (min-width:600px){.focused-launch-summary__ask-for-help{margin-bottom:0;flex-shrink:0}}.focused-launch-summary__ask-for-help>*{margin:0}.focused-launch-summary__launch-action-bar.action-buttons:not(.is-sticky){margin-left:0}.focused-launch-summary__launch-action-bar .focused-launch-summary__launch-button{flex-grow:1;background-color:#117ac9}.focused-launch-summary__launch-action-bar .focused-launch-summary__launch-button:active:not(:disabled),.focused-launch-summary__launch-action-bar .focused-launch-summary__launch-button:disabled,.focused-launch-summary__launch-action-bar .focused-launch-summary__launch-button:focus:not(:disabled),.focused-launch-summary__launch-action-bar .focused-launch-summary__launch-button:hover:not(:disabled){background:#117ac9}.focused-launch-summary__launch-action-bar .focused-launch-summary__launch-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) #117ac9}.focused-launch-summary__launch-action-bar .focused-launch-summary__launch-button--is-loading{animation:onboarding-loading-pulse 1.6s ease-in-out infinite;background:#117ac9}@media (min-width:600px){.focused-launch-summary__launch-action-bar{flex-shrink:0;margin-right:8px}}@font-face{font-display:swap;font-family:Recoleta;font-weight:400;src:url(https://s1.wp.com/i/fonts/recoleta/400.woff2) format("woff2"),url(https://s1.wp.com/i/fonts/recoleta/400.woff) format("woff")}.wp-brand-font{font-family:"Noto Serif",Georgia,Times New Roman,Times,serif;font-weight:400}[lang*=af] .wp-brand-font,[lang*=ca] .wp-brand-font,[lang*=cs] .wp-brand-font,[lang*=da] .wp-brand-font,[lang*=de] .wp-brand-font,[lang*=en] .wp-brand-font,[lang*=es] .wp-brand-font,[lang*=eu] .wp-brand-font,[lang*=fi] .wp-brand-font,[lang*=fr] .wp-brand-font,[lang*=gl] .wp-brand-font,[lang*=hr] .wp-brand-font,[lang*=hu] .wp-brand-font,[lang*=id] .wp-brand-font,[lang*=is] .wp-brand-font,[lang*=it] .wp-brand-font,[lang*=lv] .wp-brand-font,[lang*=mt] .wp-brand-font,[lang*=nb] .wp-brand-font,[lang*=nl] .wp-brand-font,[lang*=pl] .wp-brand-font,[lang*=pt] .wp-brand-font,[lang*=ro] .wp-brand-font,[lang*=ru] .wp-brand-font,[lang*=sk] .wp-brand-font,[lang*=sl] .wp-brand-font,[lang*=sq] .wp-brand-font,[lang*=sr] .wp-brand-font,[lang*=sv] .wp-brand-font,[lang*=sw] .wp-brand-font,[lang*=tr] .wp-brand-font,[lang*=uz] .wp-brand-font{font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif}.focused-launch-summary__item{background-color:var(--studio-white);border:2px solid var(--studio-gray-5);padding:10px 14px;min-height:64px;border-radius:4px;display:flex;justify-content:space-between;align-items:center;width:100%}.focused-launch-summary__item .focused-launch-summary-item__leading-side{flex-shrink:0;margin-right:8px;display:inline-flex;align-items:center}.focused-launch-summary__item .focused-launch-summary-item__leading-side-badge{margin-left:10px;height:20px;display:inline-flex;align-items:center;line-height:1;font-size:.75rem;background-color:var(--studio-green-5);color:var(--studio-green-80);padding:0 10px;border-radius:4px}.focused-launch-summary__item.is-selected .focused-launch-summary-item__leading-side-badge{background-color:#ddebf8;color:#0f6cb3}.focused-launch-summary__item .focused-launch-summary-item__leading-side-label{color:inherit;font-size:.875rem;font-weight:500;line-height:1}.focused-launch-summary__item:not(.is-selected):not(.is-readonly) .focused-launch-summary-item__leading-side-label{color:var(--studio-gray-90)}.focused-launch-summary__item .focused-launch-summary-item__price-cost{font-size:.875rem}.focused-launch-summary__item:not(.is-selected) .focused-launch-summary-item__price-cost{color:var(--studio-gray-40)}.focused-launch-summary__item.is-selected{border:2px solid #117ac9;color:#117ac9}.focused-launch-summary__item.is-selected .focused-launch-summary-item__price-cost{color:#117ac9;opacity:.68}.focused-launch-summary__item.is-selected .focused-launch-summary-item__leading-side-label{color:#117ac9}.focused-launch-summary__item.is-readonly{color:var(--studio-gray-30);fill:var(--studio-gray-30)}.focused-launch-summary__item:not(.is-readonly){cursor:pointer}.focused-launch-summary__item:not(.is-readonly):hover{border:2px solid #117ac9}.focused-launch-summary__item .focused-launch-summary-item__warning-note{color:#d67709;text-align:right}.focused-launch-summary__item *{vertical-align:middle}.focused-launch-summary__item.is-loading>*{display:none}.focused-launch-summary__item.is-loading:before{content:"";width:100%;height:15px;background:#eee;border-radius:2px;animation:focused-launch__loading-fade 1s ease-in-out infinite}@keyframes focused-launch__loading-fade{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.focused-launch-summary__item+.focused-launch-summary__item{margin-top:10px}
editor-site-launch/dist/focused-launch.js CHANGED
@@ -3,12 +3,12 @@
3
  Copyright (c) 2017 Jed Watson.
4
  Licensed under the MIT License (MIT), see
5
  http://jedwatson.github.io/classnames
6
- */!function(){"use strict";var r={}.hasOwnProperty;function i(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var o=typeof n;if("string"===o||"number"===o)e.push(n);else if(Array.isArray(n)&&n.length){var a=i.apply(null,n);a&&e.push(a)}else if("object"===o)for(var c in n)r.call(n,c)&&n[c]&&e.push(c)}}return e.join(" ")}e.exports?(i.default=i,e.exports=i):void 0===(n=function(){return i}.apply(t,[]))||(e.exports=n)}()},3421:function(e,t){"use strict";var n=decodeURIComponent,r=encodeURIComponent,i=/; */,o=/^[\u0009\u0020-\u007e\u0080-\u00ff]+$/;function a(e,t){try{return t(e)}catch(n){return e}}},382:function(e){"use strict";var t,n="object"==typeof Reflect?Reflect:null,r=n&&"function"==typeof n.apply?n.apply:function(e,t,n){return Function.prototype.apply.call(e,t,n)};t=n&&"function"==typeof n.ownKeys?n.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var i=Number.isNaN||function(e){return e!=e};function o(){o.init.call(this)}e.exports=o,e.exports.once=function(e,t){return new Promise((function(n,r){function i(){void 0!==o&&e.removeListener("error",o),n([].slice.call(arguments))}var o;"error"!==t&&(o=function(n){e.removeListener(t,i),r(n)},e.once("error",o)),e.once(t,i)}))},o.EventEmitter=o,o.prototype._events=void 0,o.prototype._eventsCount=0,o.prototype._maxListeners=void 0;var a=10;function c(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function s(e){return void 0===e._maxListeners?o.defaultMaxListeners:e._maxListeners}function u(e,t,n,r){var i,o,a,u;if(c(n),void 0===(o=e._events)?(o=e._events=Object.create(null),e._eventsCount=0):(void 0!==o.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),o=e._events),a=o[t]),void 0===a)a=o[t]=n,++e._eventsCount;else if("function"==typeof a?a=o[t]=r?[n,a]:[a,n]:r?a.unshift(n):a.push(n),(i=s(e))>0&&a.length>i&&!a.warned){a.warned=!0;var l=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");l.name="MaxListenersExceededWarning",l.emitter=e,l.type=t,l.count=a.length,u=l,console&&console.warn&&console.warn(u)}return e}function l(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function d(e,t,n){var r={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},i=l.bind(r);return i.listener=n,r.wrapFn=i,i}function f(e,t,n){var r=e._events;if(void 0===r)return[];var i=r[t];return void 0===i?[]:"function"==typeof i?n?[i.listener||i]:[i]:n?function(e){for(var t=new Array(e.length),n=0;n<t.length;++n)t[n]=e[n].listener||e[n];return t}(i):m(i,i.length)}function p(e){var t=this._events;if(void 0!==t){var n=t[e];if("function"==typeof n)return 1;if(void 0!==n)return n.length}return 0}function m(e,t){for(var n=new Array(t),r=0;r<t;++r)n[r]=e[r];return n}Object.defineProperty(o,"defaultMaxListeners",{enumerable:!0,get:function(){return a},set:function(e){if("number"!=typeof e||e<0||i(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");a=e}}),o.init=function(){void 0!==this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},o.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||i(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this},o.prototype.getMaxListeners=function(){return s(this)},o.prototype.emit=function(e){for(var t=[],n=1;n<arguments.length;n++)t.push(arguments[n]);var i="error"===e,o=this._events;if(void 0!==o)i=i&&void 0===o.error;else if(!i)return!1;if(i){var a;if(t.length>0&&(a=t[0]),a instanceof Error)throw a;var c=new Error("Unhandled error."+(a?" ("+a.message+")":""));throw c.context=a,c}var s=o[e];if(void 0===s)return!1;if("function"==typeof s)r(s,this,t);else{var u=s.length,l=m(s,u);for(n=0;n<u;++n)r(l[n],this,t)}return!0},o.prototype.addListener=function(e,t){return u(this,e,t,!1)},o.prototype.on=o.prototype.addListener,o.prototype.prependListener=function(e,t){return u(this,e,t,!0)},o.prototype.once=function(e,t){return c(t),this.on(e,d(this,e,t)),this},o.prototype.prependOnceListener=function(e,t){return c(t),this.prependListener(e,d(this,e,t)),this},o.prototype.removeListener=function(e,t){var n,r,i,o,a;if(c(t),void 0===(r=this._events))return this;if(void 0===(n=r[e]))return this;if(n===t||n.listener===t)0==--this._eventsCount?this._events=Object.create(null):(delete r[e],r.removeListener&&this.emit("removeListener",e,n.listener||t));else if("function"!=typeof n){for(i=-1,o=n.length-1;o>=0;o--)if(n[o]===t||n[o].listener===t){a=n[o].listener,i=o;break}if(i<0)return this;0===i?n.shift():function(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}(n,i),1===n.length&&(r[e]=n[0]),void 0!==r.removeListener&&this.emit("removeListener",e,a||t)}return this},o.prototype.off=o.prototype.removeListener,o.prototype.removeAllListeners=function(e){var t,n,r;if(void 0===(n=this._events))return this;if(void 0===n.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==n[e]&&(0==--this._eventsCount?this._events=Object.create(null):delete n[e]),this;if(0===arguments.length){var i,o=Object.keys(n);for(r=0;r<o.length;++r)"removeListener"!==(i=o[r])&&this.removeAllListeners(i);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(t=n[e]))this.removeListener(e,t);else if(void 0!==t)for(r=t.length-1;r>=0;r--)this.removeListener(e,t[r]);return this},o.prototype.listeners=function(e){return f(this,e,!0)},o.prototype.rawListeners=function(e){return f(this,e,!1)},o.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):p.call(e,t)},o.prototype.listenerCount=p,o.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},5695:function(e){"use strict";e.exports=function(e,t){t||(t={}),"function"==typeof t&&(t={cmp:t});var n,r="boolean"==typeof t.cycles&&t.cycles,i=t.cmp&&(n=t.cmp,function(e){return function(t,r){var i={key:t,value:e[t]},o={key:r,value:e[r]};return n(i,o)}}),o=[];return function e(t){if(t&&t.toJSON&&"function"==typeof t.toJSON&&(t=t.toJSON()),void 0!==t){if("number"==typeof t)return isFinite(t)?""+t:"null";if("object"!=typeof t)return JSON.stringify(t);var n,a;if(Array.isArray(t)){for(a="[",n=0;n<t.length;n++)n&&(a+=","),a+=e(t[n])||"null";return a+"]"}if(null===t)return"null";if(-1!==o.indexOf(t)){if(r)return JSON.stringify("__cycle__");throw new TypeError("Converting circular structure to JSON")}var c=o.push(t)-1,s=Object.keys(t).sort(i&&i(t));for(a="",n=0;n<s.length;n++){var u=s[n],l=e(t[u]);l&&(a&&(a+=","),a+=JSON.stringify(u)+":"+l)}return o.splice(c,1),"{"+a+"}"}}(e)}},7201:function(e){"use strict";function t(e){return function(){return e}}var n=function(){};n.thatReturns=t,n.thatReturnsFalse=t(!1),n.thatReturnsTrue=t(!0),n.thatReturnsNull=t(null),n.thatReturnsThis=function(){return this},n.thatReturnsArgument=function(e){return e},e.exports=n},4983:function(e){"use strict";e.exports=function(e,t,n,r,i,o,a,c){if(!e){var s;if(void 0===t)s=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var u=[n,r,i,o,a,c],l=0;(s=new Error(t.replace(/%s/g,(function(){return u[l++]})))).name="Invariant Violation"}throw s.framesToPop=1,s}}},6590:function(e,t,n){"use strict";var r=n(7201);e.exports=r},8051:function(e){"use strict";var t="__global_unique_id__";e.exports=function(){return window[t]=(window[t]||0)+1}},4495:function(e,t,n){"use strict";var r=n(212),i=n(9561);function o(){this.pending=null,this.pendingTotal=0,this.blockSize=this.constructor.blockSize,this.outSize=this.constructor.outSize,this.hmacStrength=this.constructor.hmacStrength,this.padLength=this.constructor.padLength/8,this.endian="big",this._delta8=this.blockSize/8,this._delta32=this.blockSize/32}t.BlockHash=o,o.prototype.update=function(e,t){if(e=r.toArray(e,t),this.pending?this.pending=this.pending.concat(e):this.pending=e,this.pendingTotal+=e.length,this.pending.length>=this._delta8){var n=(e=this.pending).length%this._delta8;this.pending=e.slice(e.length-n,e.length),0===this.pending.length&&(this.pending=null),e=r.join32(e,0,e.length-n,this.endian);for(var i=0;i<e.length;i+=this._delta32)this._update(e,i,i+this._delta32)}return this},o.prototype.digest=function(e){return this.update(this._pad()),i(null===this.pending),this._digest(e)},o.prototype._pad=function(){var e=this.pendingTotal,t=this._delta8,n=t-(e+this.padLength)%t,r=new Array(n+this.padLength);r[0]=128;for(var i=1;i<n;i++)r[i]=0;if(e<<=3,"big"===this.endian){for(var o=8;o<this.padLength;o++)r[i++]=0;r[i++]=0,r[i++]=0,r[i++]=0,r[i++]=0,r[i++]=e>>>24&255,r[i++]=e>>>16&255,r[i++]=e>>>8&255,r[i++]=255&e}else for(r[i++]=255&e,r[i++]=e>>>8&255,r[i++]=e>>>16&255,r[i++]=e>>>24&255,r[i++]=0,r[i++]=0,r[i++]=0,r[i++]=0,o=8;o<this.padLength;o++)r[i++]=0;return r}},5079:function(e,t,n){"use strict";var r=n(212),i=n(4495),o=n(713),a=r.rotl32,c=r.sum32,s=r.sum32_5,u=o.ft_1,l=i.BlockHash,d=[1518500249,1859775393,2400959708,3395469782];function f(){if(!(this instanceof f))return new f;l.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.W=new Array(80)}r.inherits(f,l),e.exports=f,f.blockSize=512,f.outSize=160,f.hmacStrength=80,f.padLength=64,f.prototype._update=function(e,t){for(var n=this.W,r=0;r<16;r++)n[r]=e[t+r];for(;r<n.length;r++)n[r]=a(n[r-3]^n[r-8]^n[r-14]^n[r-16],1);var i=this.h[0],o=this.h[1],l=this.h[2],f=this.h[3],p=this.h[4];for(r=0;r<n.length;r++){var m=~~(r/20),g=s(a(i,5),u(m,o,l,f),p,n[r],d[m]);p=f,f=l,l=a(o,30),o=i,i=g}this.h[0]=c(this.h[0],i),this.h[1]=c(this.h[1],o),this.h[2]=c(this.h[2],l),this.h[3]=c(this.h[3],f),this.h[4]=c(this.h[4],p)},f.prototype._digest=function(e){return"hex"===e?r.toHex32(this.h,"big"):r.split32(this.h,"big")}},8032:function(e,t,n){"use strict";var r=n(212),i=n(4495),o=n(713),a=n(9561),c=r.sum32,s=r.sum32_4,u=r.sum32_5,l=o.ch32,d=o.maj32,f=o.s0_256,p=o.s1_256,m=o.g0_256,g=o.g1_256,h=i.BlockHash,v=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298];function y(){if(!(this instanceof y))return new y;h.call(this),this.h=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.k=v,this.W=new Array(64)}r.inherits(y,h),e.exports=y,y.blockSize=512,y.outSize=256,y.hmacStrength=192,y.padLength=64,y.prototype._update=function(e,t){for(var n=this.W,r=0;r<16;r++)n[r]=e[t+r];for(;r<n.length;r++)n[r]=s(g(n[r-2]),n[r-7],m(n[r-15]),n[r-16]);var i=this.h[0],o=this.h[1],h=this.h[2],v=this.h[3],y=this.h[4],_=this.h[5],b=this.h[6],E=this.h[7];for(a(this.k.length===n.length),r=0;r<n.length;r++){var S=u(E,p(y),l(y,_,b),this.k[r],n[r]),w=c(f(i),d(i,o,h));E=b,b=_,_=y,y=c(v,S),v=h,h=o,o=i,i=c(S,w)}this.h[0]=c(this.h[0],i),this.h[1]=c(this.h[1],o),this.h[2]=c(this.h[2],h),this.h[3]=c(this.h[3],v),this.h[4]=c(this.h[4],y),this.h[5]=c(this.h[5],_),this.h[6]=c(this.h[6],b),this.h[7]=c(this.h[7],E)},y.prototype._digest=function(e){return"hex"===e?r.toHex32(this.h,"big"):r.split32(this.h,"big")}},713:function(e,t,n){"use strict";var r=n(212).rotr32;function i(e,t,n){return e&t^~e&n}function o(e,t,n){return e&t^e&n^t&n}function a(e,t,n){return e^t^n}t.ft_1=function(e,t,n,r){return 0===e?i(t,n,r):1===e||3===e?a(t,n,r):2===e?o(t,n,r):void 0},t.ch32=i,t.maj32=o,t.p32=a,t.s0_256=function(e){return r(e,2)^r(e,13)^r(e,22)},t.s1_256=function(e){return r(e,6)^r(e,11)^r(e,25)},t.g0_256=function(e){return r(e,7)^r(e,18)^e>>>3},t.g1_256=function(e){return r(e,17)^r(e,19)^e>>>10}},212:function(e,t,n){"use strict";var r=n(9561),i=n(1285);function o(e,t){return 55296==(64512&e.charCodeAt(t))&&(!(t<0||t+1>=e.length)&&56320==(64512&e.charCodeAt(t+1)))}function a(e){return(e>>>24|e>>>8&65280|e<<8&16711680|(255&e)<<24)>>>0}function c(e){return 1===e.length?"0"+e:e}function s(e){return 7===e.length?"0"+e:6===e.length?"00"+e:5===e.length?"000"+e:4===e.length?"0000"+e:3===e.length?"00000"+e:2===e.length?"000000"+e:1===e.length?"0000000"+e:e}t.inherits=i,t.toArray=function(e,t){if(Array.isArray(e))return e.slice();if(!e)return[];var n=[];if("string"==typeof e)if(t){if("hex"===t)for((e=e.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(e="0"+e),i=0;i<e.length;i+=2)n.push(parseInt(e[i]+e[i+1],16))}else for(var r=0,i=0;i<e.length;i++){var a=e.charCodeAt(i);a<128?n[r++]=a:a<2048?(n[r++]=a>>6|192,n[r++]=63&a|128):o(e,i)?(a=65536+((1023&a)<<10)+(1023&e.charCodeAt(++i)),n[r++]=a>>18|240,n[r++]=a>>12&63|128,n[r++]=a>>6&63|128,n[r++]=63&a|128):(n[r++]=a>>12|224,n[r++]=a>>6&63|128,n[r++]=63&a|128)}else for(i=0;i<e.length;i++)n[i]=0|e[i];return n},t.toHex=function(e){for(var t="",n=0;n<e.length;n++)t+=c(e[n].toString(16));return t},t.htonl=a,t.toHex32=function(e,t){for(var n="",r=0;r<e.length;r++){var i=e[r];"little"===t&&(i=a(i)),n+=s(i.toString(16))}return n},t.zero2=c,t.zero8=s,t.join32=function(e,t,n,i){var o=n-t;r(o%4==0);for(var a=new Array(o/4),c=0,s=t;c<a.length;c++,s+=4){var u;u="big"===i?e[s]<<24|e[s+1]<<16|e[s+2]<<8|e[s+3]:e[s+3]<<24|e[s+2]<<16|e[s+1]<<8|e[s],a[c]=u>>>0}return a},t.split32=function(e,t){for(var n=new Array(4*e.length),r=0,i=0;r<e.length;r++,i+=4){var o=e[r];"big"===t?(n[i]=o>>>24,n[i+1]=o>>>16&255,n[i+2]=o>>>8&255,n[i+3]=255&o):(n[i+3]=o>>>24,n[i+2]=o>>>16&255,n[i+1]=o>>>8&255,n[i]=255&o)}return n},t.rotr32=function(e,t){return e>>>t|e<<32-t},t.rotl32=function(e,t){return e<<t|e>>>32-t},t.sum32=function(e,t){return e+t>>>0},t.sum32_3=function(e,t,n){return e+t+n>>>0},t.sum32_4=function(e,t,n,r){return e+t+n+r>>>0},t.sum32_5=function(e,t,n,r,i){return e+t+n+r+i>>>0},t.sum64=function(e,t,n,r){var i=e[t],o=r+e[t+1]>>>0,a=(o<r?1:0)+n+i;e[t]=a>>>0,e[t+1]=o},t.sum64_hi=function(e,t,n,r){return(t+r>>>0<t?1:0)+e+n>>>0},t.sum64_lo=function(e,t,n,r){return t+r>>>0},t.sum64_4_hi=function(e,t,n,r,i,o,a,c){var s=0,u=t;return s+=(u=u+r>>>0)<t?1:0,s+=(u=u+o>>>0)<o?1:0,e+n+i+a+(s+=(u=u+c>>>0)<c?1:0)>>>0},t.sum64_4_lo=function(e,t,n,r,i,o,a,c){return t+r+o+c>>>0},t.sum64_5_hi=function(e,t,n,r,i,o,a,c,s,u){var l=0,d=t;return l+=(d=d+r>>>0)<t?1:0,l+=(d=d+o>>>0)<o?1:0,l+=(d=d+c>>>0)<c?1:0,e+n+i+a+s+(l+=(d=d+u>>>0)<u?1:0)>>>0},t.sum64_5_lo=function(e,t,n,r,i,o,a,c,s,u){return t+r+o+c+u>>>0},t.rotr64_hi=function(e,t,n){return(t<<32-n|e>>>n)>>>0},t.rotr64_lo=function(e,t,n){return(e<<32-n|t>>>n)>>>0},t.shr64_hi=function(e,t,n){return e>>>n},t.shr64_lo=function(e,t,n){return(e<<32-n|t>>>n)>>>0}},7547:function(e,t,n){"use strict";n.d(t,{lX:function(){return b},q_:function(){return N},PP:function(){return A},ob:function(){return f},Hp:function(){return p},Ep:function(){return d}});var r=n(7560),i=n(7613),o=n(838),a=n(1898);function c(e){return"/"===e.charAt(0)?e:"/"+e}function s(e){return"/"===e.charAt(0)?e.substr(1):e}function u(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function l(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function d(e){var t=e.pathname,n=e.search,r=e.hash,i=t||"/";return n&&"?"!==n&&(i+="?"===n.charAt(0)?n:"?"+n),r&&"#"!==r&&(i+="#"===r.charAt(0)?r:"#"+r),i}function f(e,t,n,o){var a;"string"==typeof e?(a=function(e){var t=e||"/",n="",r="",i=t.indexOf("#");-1!==i&&(r=t.substr(i),t=t.substr(0,i));var o=t.indexOf("?");return-1!==o&&(n=t.substr(o),t=t.substr(0,o)),{pathname:t,search:"?"===n?"":n,hash:"#"===r?"":r}}(e)).state=t:(void 0===(a=(0,r.Z)({},e)).pathname&&(a.pathname=""),a.search?"?"!==a.search.charAt(0)&&(a.search="?"+a.search):a.search="",a.hash?"#"!==a.hash.charAt(0)&&(a.hash="#"+a.hash):a.hash="",void 0!==t&&void 0===a.state&&(a.state=t));try{a.pathname=decodeURI(a.pathname)}catch(c){throw c instanceof URIError?new URIError('Pathname "'+a.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):c}return n&&(a.key=n),o?a.pathname?"/"!==a.pathname.charAt(0)&&(a.pathname=(0,i.Z)(a.pathname,o.pathname)):a.pathname=o.pathname:a.pathname||(a.pathname="/"),a}function p(e,t){return e.pathname===t.pathname&&e.search===t.search&&e.hash===t.hash&&e.key===t.key&&(0,o.Z)(e.state,t.state)}function m(){var e=null;var t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,n,r,i){if(null!=e){var o="function"==typeof e?e(t,n):e;"string"==typeof o?"function"==typeof r?r(o,i):i(!0):i(!1!==o)}else i(!0)},appendListener:function(e){var n=!0;function r(){n&&e.apply(void 0,arguments)}return t.push(r),function(){n=!1,t=t.filter((function(e){return e!==r}))}},notifyListeners:function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];t.forEach((function(e){return e.apply(void 0,n)}))}}}var g=!("undefined"==typeof window||!window.document||!window.document.createElement);function h(e,t){t(window.confirm(e))}var v="popstate",y="hashchange";function _(){try{return window.history.state||{}}catch(e){return{}}}function b(e){void 0===e&&(e={}),g||(0,a.Z)(!1);var t,n=window.history,i=(-1===(t=window.navigator.userAgent).indexOf("Android 2.")&&-1===t.indexOf("Android 4.0")||-1===t.indexOf("Mobile Safari")||-1!==t.indexOf("Chrome")||-1!==t.indexOf("Windows Phone"))&&window.history&&"pushState"in window.history,o=!(-1===window.navigator.userAgent.indexOf("Trident")),s=e,p=s.forceRefresh,b=void 0!==p&&p,E=s.getUserConfirmation,S=void 0===E?h:E,w=s.keyLength,P=void 0===w?6:w,C=e.basename?l(c(e.basename)):"";function N(e){var t=e||{},n=t.key,r=t.state,i=window.location,o=i.pathname+i.search+i.hash;return C&&(o=u(o,C)),f(o,r,n)}function x(){return Math.random().toString(36).substr(2,P)}var A=m();function O(e){(0,r.Z)(B,e),B.length=n.length,A.notifyListeners(B.location,B.action)}function L(e){(function(e){return void 0===e.state&&-1===navigator.userAgent.indexOf("CriOS")})(e)||k(N(e.state))}function T(){k(N(_()))}var I=!1;function k(e){if(I)I=!1,O();else{A.confirmTransitionTo(e,"POP",S,(function(t){t?O({action:"POP",location:e}):function(e){var t=B.location,n=R.indexOf(t.key);-1===n&&(n=0);var r=R.indexOf(e.key);-1===r&&(r=0);var i=n-r;i&&(I=!0,Z(i))}(e)}))}}var D=N(_()),R=[D.key];function F(e){return C+d(e)}function Z(e){n.go(e)}var j=0;function M(e){1===(j+=e)&&1===e?(window.addEventListener(v,L),o&&window.addEventListener(y,T)):0===j&&(window.removeEventListener(v,L),o&&window.removeEventListener(y,T))}var U=!1;var B={length:n.length,action:"POP",location:D,createHref:F,push:function(e,t){var r="PUSH",o=f(e,t,x(),B.location);A.confirmTransitionTo(o,r,S,(function(e){if(e){var t=F(o),a=o.key,c=o.state;if(i)if(n.pushState({key:a,state:c},null,t),b)window.location.href=t;else{var s=R.indexOf(B.location.key),u=R.slice(0,s+1);u.push(o.key),R=u,O({action:r,location:o})}else window.location.href=t}}))},replace:function(e,t){var r="REPLACE",o=f(e,t,x(),B.location);A.confirmTransitionTo(o,r,S,(function(e){if(e){var t=F(o),a=o.key,c=o.state;if(i)if(n.replaceState({key:a,state:c},null,t),b)window.location.replace(t);else{var s=R.indexOf(B.location.key);-1!==s&&(R[s]=o.key),O({action:r,location:o})}else window.location.replace(t)}}))},go:Z,goBack:function(){Z(-1)},goForward:function(){Z(1)},block:function(e){void 0===e&&(e=!1);var t=A.setPrompt(e);return U||(M(1),U=!0),function(){return U&&(U=!1,M(-1)),t()}},listen:function(e){var t=A.appendListener(e);return M(1),function(){M(-1),t()}}};return B}var E="hashchange",S={hashbang:{encodePath:function(e){return"!"===e.charAt(0)?e:"!/"+s(e)},decodePath:function(e){return"!"===e.charAt(0)?e.substr(1):e}},noslash:{encodePath:s,decodePath:c},slash:{encodePath:c,decodePath:c}};function w(e){var t=e.indexOf("#");return-1===t?e:e.slice(0,t)}function P(){var e=window.location.href,t=e.indexOf("#");return-1===t?"":e.substring(t+1)}function C(e){window.location.replace(w(window.location.href)+"#"+e)}function N(e){void 0===e&&(e={}),g||(0,a.Z)(!1);var t=window.history,n=(window.navigator.userAgent.indexOf("Firefox"),e),i=n.getUserConfirmation,o=void 0===i?h:i,s=n.hashType,p=void 0===s?"slash":s,v=e.basename?l(c(e.basename)):"",y=S[p],_=y.encodePath,b=y.decodePath;function N(){var e=b(P());return v&&(e=u(e,v)),f(e)}var x=m();function A(e){(0,r.Z)(U,e),U.length=t.length,x.notifyListeners(U.location,U.action)}var O=!1,L=null;function T(){var e,t,n=P(),r=_(n);if(n!==r)C(r);else{var i=N(),a=U.location;if(!O&&(t=i,(e=a).pathname===t.pathname&&e.search===t.search&&e.hash===t.hash))return;if(L===d(i))return;L=null,function(e){if(O)O=!1,A();else{var t="POP";x.confirmTransitionTo(e,t,o,(function(n){n?A({action:t,location:e}):function(e){var t=U.location,n=R.lastIndexOf(d(t));-1===n&&(n=0);var r=R.lastIndexOf(d(e));-1===r&&(r=0);var i=n-r;i&&(O=!0,F(i))}(e)}))}}(i)}}var I=P(),k=_(I);I!==k&&C(k);var D=N(),R=[d(D)];function F(e){t.go(e)}var Z=0;function j(e){1===(Z+=e)&&1===e?window.addEventListener(E,T):0===Z&&window.removeEventListener(E,T)}var M=!1;var U={length:t.length,action:"POP",location:D,createHref:function(e){var t=document.querySelector("base"),n="";return t&&t.getAttribute("href")&&(n=w(window.location.href)),n+"#"+_(v+d(e))},push:function(e,t){var n="PUSH",r=f(e,void 0,void 0,U.location);x.confirmTransitionTo(r,n,o,(function(e){if(e){var t=d(r),i=_(v+t);if(P()!==i){L=t,function(e){window.location.hash=e}(i);var o=R.lastIndexOf(d(U.location)),a=R.slice(0,o+1);a.push(t),R=a,A({action:n,location:r})}else A()}}))},replace:function(e,t){var n="REPLACE",r=f(e,void 0,void 0,U.location);x.confirmTransitionTo(r,n,o,(function(e){if(e){var t=d(r),i=_(v+t);P()!==i&&(L=t,C(i));var o=R.indexOf(d(U.location));-1!==o&&(R[o]=t),A({action:n,location:r})}}))},go:F,goBack:function(){F(-1)},goForward:function(){F(1)},block:function(e){void 0===e&&(e=!1);var t=x.setPrompt(e);return M||(j(1),M=!0),function(){return M&&(M=!1,j(-1)),t()}},listen:function(e){var t=x.appendListener(e);return j(1),function(){j(-1),t()}}};return U}function x(e,t,n){return Math.min(Math.max(e,t),n)}function A(e){void 0===e&&(e={});var t=e,n=t.getUserConfirmation,i=t.initialEntries,o=void 0===i?["/"]:i,a=t.initialIndex,c=void 0===a?0:a,s=t.keyLength,u=void 0===s?6:s,l=m();function p(e){(0,r.Z)(b,e),b.length=b.entries.length,l.notifyListeners(b.location,b.action)}function g(){return Math.random().toString(36).substr(2,u)}var h=x(c,0,o.length-1),v=o.map((function(e){return f(e,void 0,"string"==typeof e?g():e.key||g())})),y=d;function _(e){var t=x(b.index+e,0,b.entries.length-1),r=b.entries[t];l.confirmTransitionTo(r,"POP",n,(function(e){e?p({action:"POP",location:r,index:t}):p()}))}var b={length:v.length,action:"POP",location:v[h],index:h,entries:v,createHref:y,push:function(e,t){var r="PUSH",i=f(e,t,g(),b.location);l.confirmTransitionTo(i,r,n,(function(e){if(e){var t=b.index+1,n=b.entries.slice(0);n.length>t?n.splice(t,n.length-t,i):n.push(i),p({action:r,location:i,index:t,entries:n})}}))},replace:function(e,t){var r="REPLACE",i=f(e,t,g(),b.location);l.confirmTransitionTo(i,r,n,(function(e){e&&(b.entries[b.index]=i,p({action:r,location:i}))}))},go:_,goBack:function(){_(-1)},goForward:function(){_(1)},canGo:function(e){var t=b.index+e;return t>=0&&t<b.entries.length},block:function(e){return void 0===e&&(e=!1),l.setPrompt(e)},listen:function(e){return l.appendListener(e)}};return b}},3463:function(e,t,n){"use strict";var r=n(8570),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},c={};function s(e){return r.isMemo(e)?a:c[e.$$typeof]||i}c[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},c[r.Memo]=a;var u=Object.defineProperty,l=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,p=Object.getPrototypeOf,m=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(m){var i=p(n);i&&i!==m&&e(t,i,r)}var a=l(n);d&&(a=a.concat(d(n)));for(var c=s(t),g=s(n),h=0;h<a.length;++h){var v=a[h];if(!(o[v]||r&&r[v]||g&&g[v]||c&&c[v])){var y=f(n,v);try{u(t,v,y)}catch(_){}}}}return t}},1285:function(e){"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}}},7010:function(e,t,n){"use strict";var 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},i=c(n(3804)),o=c(n(3631)),a=c(n(2586));function c(e){return e&&e.__esModule?e:{default:e}}var s=void 0;function u(e,t){var n,a,c,l,d,f,p,m,g=[],h={};for(f=0;f<e.length;f++)if("string"!==(d=e[f]).type){if(!t.hasOwnProperty(d.value)||void 0===t[d.value])throw new Error("Invalid interpolation, missing component node: `"+d.value+"`");if("object"!==r(t[d.value]))throw new Error("Invalid interpolation, component node must be a ReactElement or null: `"+d.value+"`","\n> "+s);if("componentClose"===d.type)throw new Error("Missing opening component token: `"+d.value+"`");if("componentOpen"===d.type){n=t[d.value],c=f;break}g.push(t[d.value])}else g.push(d.value);return n&&(l=function(e,t){var n,r,i=t[e],o=0;for(r=e+1;r<t.length;r++)if((n=t[r]).value===i.value){if("componentOpen"===n.type){o++;continue}if("componentClose"===n.type){if(0===o)return r;o--}}throw new Error("Missing closing component token `"+i.value+"`")}(c,e),p=u(e.slice(c+1,l),t),a=i.default.cloneElement(n,{},p),g.push(a),l<e.length-1&&(m=u(e.slice(l+1),t),g=g.concat(m))),1===g.length?g[0]:(g.forEach((function(e,t){e&&(h["interpolation-child-"+t]=e)})),(0,o.default)(h))}t.Z=function(e){var t=e.mixedString,n=e.components,i=e.throwErrors;if(s=t,!n)return t;if("object"!==(void 0===n?"undefined":r(n))){if(i)throw new Error("Interpolation Error: unable to process `"+t+"` because components is not an object");return t}var o=(0,a.default)(t);try{return u(o,n)}catch(c){if(i)throw new Error("Interpolation Error: unable to process `"+t+"` because of error `"+c.message+"`");return t}}},2586:function(e){"use strict";function t(e){return e.match(/^\{\{\//)?{type:"componentClose",value:e.replace(/\W/g,"")}:e.match(/\/\}\}$/)?{type:"componentSelfClosing",value:e.replace(/\W/g,"")}:e.match(/^\{\{/)?{type:"componentOpen",value:e.replace(/\W/g,"")}:{type:"string",value:e}}e.exports=function(e){return e.split(/(\{\{\/?\s*\w+\s*\/?\}\})/g).map(t)}},7839:function(e,t,n){var r=n(382),i=n(1285);function o(e){if(!(this instanceof o))return new o(e);"number"==typeof e&&(e={max:e}),e||(e={}),r.EventEmitter.call(this),this.cache={},this.head=this.tail=null,this.length=0,this.max=e.max||1e3,this.maxAge=e.maxAge||0}e.exports=o,i(o,r.EventEmitter),Object.defineProperty(o.prototype,"keys",{get:function(){return Object.keys(this.cache)}}),o.prototype.clear=function(){this.cache={},this.head=this.tail=null,this.length=0},o.prototype.remove=function(e){if("string"!=typeof e&&(e=""+e),this.cache.hasOwnProperty(e)){var t=this.cache[e];return delete this.cache[e],this._unlink(e,t.prev,t.next),t.value}},o.prototype._unlink=function(e,t,n){this.length--,0===this.length?this.head=this.tail=null:this.head===e?(this.head=t,this.cache[this.head].next=null):this.tail===e?(this.tail=n,this.cache[this.tail].prev=null):(this.cache[t].next=n,this.cache[n].prev=t)},o.prototype.peek=function(e){if(this.cache.hasOwnProperty(e)){var t=this.cache[e];if(this._checkAge(e,t))return t.value}},o.prototype.set=function(e,t){var n;if("string"!=typeof e&&(e=""+e),this.cache.hasOwnProperty(e)){if((n=this.cache[e]).value=t,this.maxAge&&(n.modified=Date.now()),e===this.head)return t;this._unlink(e,n.prev,n.next)}else n={value:t,modified:0,next:null,prev:null},this.maxAge&&(n.modified=Date.now()),this.cache[e]=n,this.length===this.max&&this.evict();return this.length++,n.next=null,n.prev=this.head,this.head&&(this.cache[this.head].next=e),this.head=e,this.tail||(this.tail=e),t},o.prototype._checkAge=function(e,t){return!(this.maxAge&&Date.now()-t.modified>this.maxAge)||(this.remove(e),this.emit("evict",{key:e,value:t.value}),!1)},o.prototype.get=function(e){if("string"!=typeof e&&(e=""+e),this.cache.hasOwnProperty(e)){var t=this.cache[e];if(this._checkAge(e,t))return this.head!==e&&(e===this.tail?(this.tail=t.next,this.cache[this.tail].prev=null):this.cache[t.prev].next=t.next,this.cache[t.next].prev=t.prev,this.cache[this.head].next=e,t.prev=this.head,t.next=null,this.head=e),t.value}},o.prototype.evict=function(){if(this.tail){var e=this.tail,t=this.remove(this.tail);this.emit("evict",{key:e,value:t})}}},8919:function(e,t,n){"use strict";var r=n(3804),i=n.n(r),o=n(7111),a=n.n(o),c=n(3980),s=n.n(c),u=n(8051),l=n.n(u),d=1073741823;function f(e){var t=[];return{on:function(e){t.push(e)},off:function(e){t=t.filter((function(t){return t!==e}))},get:function(){return e},set:function(n,r){e=n,t.forEach((function(t){return t(e,r)}))}}}var p=i().createContext||function(e,t){var n,i,o="__create-react-context-"+l()()+"__",c=function(e){function n(){var t;return(t=e.apply(this,arguments)||this).emitter=f(t.props.value),t}a()(n,e);var r=n.prototype;return r.getChildContext=function(){var e;return(e={})[o]=this.emitter,e},r.componentWillReceiveProps=function(e){if(this.props.value!==e.value){var n,r=this.props.value,i=e.value;((o=r)===(a=i)?0!==o||1/o==1/a:o!=o&&a!=a)?n=0:(n="function"==typeof t?t(r,i):d,0!==(n|=0)&&this.emitter.set(e.value,n))}var o,a},r.render=function(){return this.props.children},n}(r.Component);c.childContextTypes=((n={})[o]=s().object.isRequired,n);var u=function(t){function n(){var e;return(e=t.apply(this,arguments)||this).state={value:e.getValue()},e.onUpdate=function(t,n){0!=((0|e.observedBits)&n)&&e.setState({value:e.getValue()})},e}a()(n,t);var r=n.prototype;return r.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=null==t?d:t},r.componentDidMount=function(){this.context[o]&&this.context[o].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=null==e?d:e},r.componentWillUnmount=function(){this.context[o]&&this.context[o].off(this.onUpdate)},r.getValue=function(){return this.context[o]?this.context[o].get():e},r.render=function(){return(e=this.props.children,Array.isArray(e)?e[0]:e)(this.state.value);var e},n}(r.Component);return u.contextTypes=((i={})[o]=s().object,i),{Provider:c,Consumer:u}};t.Z=p},118:function(){},4017:function(){},6528:function(){},3440:function(){},469:function(){},7097:function(){},111:function(){},2811:function(){},8432:function(){},7440:function(){},6468:function(){},1587:function(){},3001:function(){},1085:function(){},8991:function(){},5668:function(){},7713:function(){},566:function(){},2764:function(){},1698:function(){},9528:function(){},9561:function(e){function t(e,t){if(!e)throw new Error(t||"Assertion failed")}e.exports=t,t.equal=function(e,t,n){if(e!=t)throw new Error(n||"Assertion failed: "+e+" != "+t)}},1378:function(e){var t=1e3,n=60*t,r=60*n,i=24*r,o=7*i,a=365.25*i;function c(e,t,n,r){var i=t>=1.5*n;return Math.round(e/n)+" "+r+(i?"s":"")}e.exports=function(e,s){s=s||{};var u=typeof e;if("string"===u&&e.length>0)return function(e){if((e=String(e)).length>100)return;var c=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!c)return;var s=parseFloat(c[1]);switch((c[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return s*a;case"weeks":case"week":case"w":return s*o;case"days":case"day":case"d":return s*i;case"hours":case"hour":case"hrs":case"hr":case"h":return s*r;case"minutes":case"minute":case"mins":case"min":case"m":return s*n;case"seconds":case"second":case"secs":case"sec":case"s":return s*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return s;default:return}}(e);if("number"===u&&isFinite(e))return s.long?function(e){var o=Math.abs(e);if(o>=i)return c(e,o,i,"day");if(o>=r)return c(e,o,r,"hour");if(o>=n)return c(e,o,n,"minute");if(o>=t)return c(e,o,t,"second");return e+" ms"}(e):function(e){var o=Math.abs(e);if(o>=i)return Math.round(e/i)+"d";if(o>=r)return Math.round(e/r)+"h";if(o>=n)return Math.round(e/n)+"m";if(o>=t)return Math.round(e/t)+"s";return e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},7320:function(e){"use strict";
7
  /*
8
  object-assign
9
  (c) Sindre Sorhus
10
  @license MIT
11
- */var t=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function i(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}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(i){return!1}}()?Object.assign:function(e,o){for(var a,c,s=i(e),u=1;u<arguments.length;u++){for(var l in a=Object(arguments[u]))n.call(a,l)&&(s[l]=a[l]);if(t){c=t(a);for(var d=0;d<c.length;d++)r.call(a,c[d])&&(s[c[d]]=a[c[d]])}}return s}},99:function(e,t,n){var r=n(243);e.exports=p,e.exports.parse=o,e.exports.compile=function(e,t){return c(o(e,t),t)},e.exports.tokensToFunction=c,e.exports.tokensToRegExp=f;var i=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function o(e,t){for(var n,r=[],o=0,a=0,c="",l=t&&t.delimiter||"/";null!=(n=i.exec(e));){var d=n[0],f=n[1],p=n.index;if(c+=e.slice(a,p),a=p+d.length,f)c+=f[1];else{var m=e[a],g=n[2],h=n[3],v=n[4],y=n[5],_=n[6],b=n[7];c&&(r.push(c),c="");var E=null!=g&&null!=m&&m!==g,S="+"===_||"*"===_,w="?"===_||"*"===_,P=n[2]||l,C=v||y;r.push({name:h||o++,prefix:g||"",delimiter:P,optional:w,repeat:S,partial:E,asterisk:!!b,pattern:C?u(C):b?".*":"[^"+s(P)+"]+?"})}}return a<e.length&&(c+=e.substr(a)),c&&r.push(c),r}function a(e){return encodeURI(e).replace(/[\/?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function c(e,t){for(var n=new Array(e.length),i=0;i<e.length;i++)"object"==typeof e[i]&&(n[i]=new RegExp("^(?:"+e[i].pattern+")$",d(t)));return function(t,i){for(var o="",c=t||{},s=(i||{}).pretty?a:encodeURIComponent,u=0;u<e.length;u++){var l=e[u];if("string"!=typeof l){var d,f=c[l.name];if(null==f){if(l.optional){l.partial&&(o+=l.prefix);continue}throw new TypeError('Expected "'+l.name+'" to be defined')}if(r(f)){if(!l.repeat)throw new TypeError('Expected "'+l.name+'" to not repeat, but received `'+JSON.stringify(f)+"`");if(0===f.length){if(l.optional)continue;throw new TypeError('Expected "'+l.name+'" to not be empty')}for(var p=0;p<f.length;p++){if(d=s(f[p]),!n[u].test(d))throw new TypeError('Expected all "'+l.name+'" to match "'+l.pattern+'", but received `'+JSON.stringify(d)+"`");o+=(0===p?l.prefix:l.delimiter)+d}}else{if(d=l.asterisk?encodeURI(f).replace(/[?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})):s(f),!n[u].test(d))throw new TypeError('Expected "'+l.name+'" to match "'+l.pattern+'", but received "'+d+'"');o+=l.prefix+d}}else o+=l}return o}}function s(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function u(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function l(e,t){return e.keys=t,e}function d(e){return e&&e.sensitive?"":"i"}function f(e,t,n){r(t)||(n=t||n,t=[]);for(var i=(n=n||{}).strict,o=!1!==n.end,a="",c=0;c<e.length;c++){var u=e[c];if("string"==typeof u)a+=s(u);else{var f=s(u.prefix),p="(?:"+u.pattern+")";t.push(u),u.repeat&&(p+="(?:"+f+p+")*"),a+=p=u.optional?u.partial?f+"("+p+")?":"(?:"+f+"("+p+"))?":f+"("+p+")"}}var m=s(n.delimiter||"/"),g=a.slice(-m.length)===m;return i||(a=(g?a.slice(0,-m.length):a)+"(?:"+m+"(?=$))?"),a+=o?"$":i&&g?"":"(?="+m+"|$)",l(new RegExp("^"+a,d(n)),t)}function p(e,t,n){return r(t)||(n=t||n,t=[]),n=n||{},e instanceof RegExp?function(e,t){var n=e.source.match(/\((?!\?)/g);if(n)for(var r=0;r<n.length;r++)t.push({name:r,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return l(e,t)}(e,t):r(e)?function(e,t,n){for(var r=[],i=0;i<e.length;i++)r.push(p(e[i],t,n).source);return l(new RegExp("(?:"+r.join("|")+")",d(n)),t)}(e,t,n):function(e,t,n){return f(o(e,n),t,n)}(e,t,n)}},243:function(e){e.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},8650:function(e){var t,n=window.ProgressEvent,r=!!n;try{t=new n("loaded"),r="loaded"===t.type,t=null}catch(i){r=!1}e.exports=r?n:"function"==typeof document.createEvent?function(e,t){var n=document.createEvent("Event");return n.initEvent(e,!1,!1),t?(n.lengthComputable=Boolean(t.lengthComputable),n.loaded=Number(t.loaded)||0,n.total=Number(t.total)||0):(n.lengthComputable=!1,n.loaded=n.total=0),n}:function(e,t){var n=document.createEventObject();return n.type=e,t?(n.lengthComputable=Boolean(t.lengthComputable),n.loaded=Number(t.loaded)||0,n.total=Number(t.total)||0):(n.lengthComputable=!1,n.loaded=n.total=0),n}},8262:function(e,t,n){"use strict";var r=n(3586);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,n,i,o,a){if(a!==r){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:i};return n.PropTypes=n,n}},3980:function(e,t,n){e.exports=n(8262)()},3586:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},5527:function(e,t,n){"use strict";var r=String.prototype.replace,i=/%20/g,o=n(2493),a={RFC1738:"RFC1738",RFC3986:"RFC3986"};e.exports=o.assign({default:a.RFC3986,formatters:{RFC1738:function(e){return r.call(e,i,"+")},RFC3986:function(e){return String(e)}}},a)},9126:function(e,t,n){"use strict";var r=n(6845),i=n(9166),o=n(5527);e.exports={formats:o,parse:i,stringify:r}},9166:function(e,t,n){"use strict";var r=n(2493),i=Object.prototype.hasOwnProperty,o=Array.isArray,a={allowDots:!1,allowPrototypes:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:r.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},c=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},s=function(e,t){return e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},u=function(e,t,n,r){if(e){var o=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,a=/(\[[^[\]]*])/g,c=n.depth>0&&/(\[[^[\]]*])/.exec(o),u=c?o.slice(0,c.index):o,l=[];if(u){if(!n.plainObjects&&i.call(Object.prototype,u)&&!n.allowPrototypes)return;l.push(u)}for(var d=0;n.depth>0&&null!==(c=a.exec(o))&&d<n.depth;){if(d+=1,!n.plainObjects&&i.call(Object.prototype,c[1].slice(1,-1))&&!n.allowPrototypes)return;l.push(c[1])}return c&&l.push("["+o.slice(c.index)+"]"),function(e,t,n,r){for(var i=r?t:s(t,n),o=e.length-1;o>=0;--o){var a,c=e[o];if("[]"===c&&n.parseArrays)a=[].concat(i);else{a=n.plainObjects?Object.create(null):{};var u="["===c.charAt(0)&&"]"===c.charAt(c.length-1)?c.slice(1,-1):c,l=parseInt(u,10);n.parseArrays||""!==u?!isNaN(l)&&c!==u&&String(l)===u&&l>=0&&n.parseArrays&&l<=n.arrayLimit?(a=[])[l]=i:a[u]=i:a={0:i}}i=a}return i}(l,t,n,r)}};e.exports=function(e,t){var n=function(e){if(!e)return a;if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t=void 0===e.charset?a.charset:e.charset;return{allowDots:void 0===e.allowDots?a.allowDots:!!e.allowDots,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:a.allowPrototypes,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:a.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:a.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:a.comma,decoder:"function"==typeof e.decoder?e.decoder:a.decoder,delimiter:"string"==typeof e.delimiter||r.isRegExp(e.delimiter)?e.delimiter:a.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:a.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:a.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:a.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:a.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:a.strictNullHandling}}(t);if(""===e||null==e)return n.plainObjects?Object.create(null):{};for(var l="string"==typeof e?function(e,t){var n,u={},l=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,d=t.parameterLimit===1/0?void 0:t.parameterLimit,f=l.split(t.delimiter,d),p=-1,m=t.charset;if(t.charsetSentinel)for(n=0;n<f.length;++n)0===f[n].indexOf("utf8=")&&("utf8=%E2%9C%93"===f[n]?m="utf-8":"utf8=%26%2310003%3B"===f[n]&&(m="iso-8859-1"),p=n,n=f.length);for(n=0;n<f.length;++n)if(n!==p){var g,h,v=f[n],y=v.indexOf("]="),_=-1===y?v.indexOf("="):y+1;-1===_?(g=t.decoder(v,a.decoder,m,"key"),h=t.strictNullHandling?null:""):(g=t.decoder(v.slice(0,_),a.decoder,m,"key"),h=r.maybeMap(s(v.slice(_+1),t),(function(e){return t.decoder(e,a.decoder,m,"value")}))),h&&t.interpretNumericEntities&&"iso-8859-1"===m&&(h=c(h)),v.indexOf("[]=")>-1&&(h=o(h)?[h]:h),i.call(u,g)?u[g]=r.combine(u[g],h):u[g]=h}return u}(e,n):e,d=n.plainObjects?Object.create(null):{},f=Object.keys(l),p=0;p<f.length;++p){var m=f[p],g=u(m,l[m],n,"string"==typeof e);d=r.merge(d,g,n)}return r.compact(d)}},6845:function(e,t,n){"use strict";var r=n(2493),i=n(5527),o=Object.prototype.hasOwnProperty,a={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},c=Array.isArray,s=Array.prototype.push,u=function(e,t){s.apply(e,c(t)?t:[t])},l=Date.prototype.toISOString,d=i.default,f={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:r.encode,encodeValuesOnly:!1,format:d,formatter:i.formatters[d],indices:!1,serializeDate:function(e){return l.call(e)},skipNulls:!1,strictNullHandling:!1},p=function e(t,n,i,o,a,s,l,d,p,m,g,h,v){var y,_=t;if("function"==typeof l?_=l(n,_):_ instanceof Date?_=m(_):"comma"===i&&c(_)&&(_=r.maybeMap(_,(function(e){return e instanceof Date?m(e):e})).join(",")),null===_){if(o)return s&&!h?s(n,f.encoder,v,"key"):n;_=""}if("string"==typeof(y=_)||"number"==typeof y||"boolean"==typeof y||"symbol"==typeof y||"bigint"==typeof y||r.isBuffer(_))return s?[g(h?n:s(n,f.encoder,v,"key"))+"="+g(s(_,f.encoder,v,"value"))]:[g(n)+"="+g(String(_))];var b,E=[];if(void 0===_)return E;if(c(l))b=l;else{var S=Object.keys(_);b=d?S.sort(d):S}for(var w=0;w<b.length;++w){var P=b[w],C=_[P];if(!a||null!==C){var N=c(_)?"function"==typeof i?i(n,P):n:n+(p?"."+P:"["+P+"]");u(E,e(C,N,i,o,a,s,l,d,p,m,g,h,v))}}return E};e.exports=function(e,t){var n,r=e,s=function(e){if(!e)return f;if(null!==e.encoder&&void 0!==e.encoder&&"function"!=typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||f.charset;if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var n=i.default;if(void 0!==e.format){if(!o.call(i.formatters,e.format))throw new TypeError("Unknown format option provided.");n=e.format}var r=i.formatters[n],a=f.filter;return("function"==typeof e.filter||c(e.filter))&&(a=e.filter),{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:f.addQueryPrefix,allowDots:void 0===e.allowDots?f.allowDots:!!e.allowDots,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:f.charsetSentinel,delimiter:void 0===e.delimiter?f.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:f.encode,encoder:"function"==typeof e.encoder?e.encoder:f.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:f.encodeValuesOnly,filter:a,formatter:r,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:f.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:f.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:f.strictNullHandling}}(t);"function"==typeof s.filter?r=(0,s.filter)("",r):c(s.filter)&&(n=s.filter);var l,d=[];if("object"!=typeof r||null===r)return"";l=t&&t.arrayFormat in a?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var m=a[l];n||(n=Object.keys(r)),s.sort&&n.sort(s.sort);for(var g=0;g<n.length;++g){var h=n[g];s.skipNulls&&null===r[h]||u(d,p(r[h],h,m,s.strictNullHandling,s.skipNulls,s.encode?s.encoder:null,s.filter,s.sort,s.allowDots,s.serializeDate,s.formatter,s.encodeValuesOnly,s.charset))}var v=d.join(s.delimiter),y=!0===s.addQueryPrefix?"?":"";return s.charsetSentinel&&("iso-8859-1"===s.charset?y+="utf8=%26%2310003%3B&":y+="utf8=%E2%9C%93&"),v.length>0?y+v:""}},2493:function(e){"use strict";var t=Object.prototype.hasOwnProperty,n=Array.isArray,r=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),i=function(e,t){for(var n=t&&t.plainObjects?Object.create(null):{},r=0;r<e.length;++r)void 0!==e[r]&&(n[r]=e[r]);return n};e.exports={arrayToObject:i,assign:function(e,t){return Object.keys(t).reduce((function(e,n){return e[n]=t[n],e}),e)},combine:function(e,t){return[].concat(e,t)},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],r=[],i=0;i<t.length;++i)for(var o=t[i],a=o.obj[o.prop],c=Object.keys(a),s=0;s<c.length;++s){var u=c[s],l=a[u];"object"==typeof l&&null!==l&&-1===r.indexOf(l)&&(t.push({obj:a,prop:u}),r.push(l))}return function(e){for(;e.length>1;){var t=e.pop(),r=t.obj[t.prop];if(n(r)){for(var i=[],o=0;o<r.length;++o)void 0!==r[o]&&i.push(r[o]);t.obj[t.prop]=i}}}(t),e},decode:function(e,t,n){var r=e.replace(/\+/g," ");if("iso-8859-1"===n)return r.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(r)}catch(i){return r}},encode:function(e,t,n){if(0===e.length)return e;var i=e;if("symbol"==typeof e?i=Symbol.prototype.toString.call(e):"string"!=typeof e&&(i=String(e)),"iso-8859-1"===n)return escape(i).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var o="",a=0;a<i.length;++a){var c=i.charCodeAt(a);45===c||46===c||95===c||126===c||c>=48&&c<=57||c>=65&&c<=90||c>=97&&c<=122?o+=i.charAt(a):c<128?o+=r[c]:c<2048?o+=r[192|c>>6]+r[128|63&c]:c<55296||c>=57344?o+=r[224|c>>12]+r[128|c>>6&63]+r[128|63&c]:(a+=1,c=65536+((1023&c)<<10|1023&i.charCodeAt(a)),o+=r[240|c>>18]+r[128|c>>12&63]+r[128|c>>6&63]+r[128|63&c])}return o},isBuffer:function(e){return!(!e||"object"!=typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(n(e)){for(var r=[],i=0;i<e.length;i+=1)r.push(t(e[i]));return r}return t(e)},merge:function e(r,o,a){if(!o)return r;if("object"!=typeof o){if(n(r))r.push(o);else{if(!r||"object"!=typeof r)return[r,o];(a&&(a.plainObjects||a.allowPrototypes)||!t.call(Object.prototype,o))&&(r[o]=!0)}return r}if(!r||"object"!=typeof r)return[r].concat(o);var c=r;return n(r)&&!n(o)&&(c=i(r,a)),n(r)&&n(o)?(o.forEach((function(n,i){if(t.call(r,i)){var o=r[i];o&&"object"==typeof o&&n&&"object"==typeof n?r[i]=e(o,n,a):r.push(n)}else r[i]=n})),r):Object.keys(o).reduce((function(n,r){var i=o[r];return t.call(n,r)?n[r]=e(n[r],i,a):n[r]=i,n}),c)}}},3631:function(e,t,n){"use strict";var r=n(3804),i="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,o=n(7201),a=n(4983),c=n(6590),s="function"==typeof Symbol&&Symbol.iterator;function u(e,t){return e&&"object"==typeof e&&null!=e.key?(n=e.key,r={"=":"=0",":":"=2"},"$"+(""+n).replace(/[=:]/g,(function(e){return r[e]}))):t.toString(36);var n,r}function l(e,t,n,r){var o,c=typeof e;if("undefined"!==c&&"boolean"!==c||(e=null),null===e||"string"===c||"number"===c||"object"===c&&e.$$typeof===i)return n(r,e,""===t?"."+u(e,0):t),1;var d=0,f=""===t?".":t+":";if(Array.isArray(e))for(var p=0;p<e.length;p++)d+=l(o=e[p],f+u(o,p),n,r);else{var m=function(e){var t=e&&(s&&e[s]||e["@@iterator"]);if("function"==typeof t)return t}(e);if(m){0;for(var g,h=m.call(e),v=0;!(g=h.next()).done;)d+=l(o=g.value,f+u(o,v++),n,r)}else if("object"===c){0;var y=""+e;a(!1,"Objects are not valid as a React child (found: %s).%s","[object Object]"===y?"object with keys {"+Object.keys(e).join(", ")+"}":y,"")}}return d}var d=/\/+/g;function f(e){return(""+e).replace(d,"$&/")}var p,m,g=h,h=function(e){var t=this;if(t.instancePool.length){var n=t.instancePool.pop();return t.call(n,e),n}return new t(e)},v=function(e){var t=this;a(e instanceof t,"Trying to release an instance into a pool of a different type."),e.destructor(),t.instancePool.length<t.poolSize&&t.instancePool.push(e)};function y(e,t,n,r){this.result=e,this.keyPrefix=t,this.func=n,this.context=r,this.count=0}function _(e,t,n){var i,a,c=e.result,s=e.keyPrefix,u=e.func,l=e.context,d=u.call(l,t,e.count++);Array.isArray(d)?b(d,c,n,o.thatReturnsArgument):null!=d&&(r.isValidElement(d)&&(i=d,a=s+(!d.key||t&&t.key===d.key?"":f(d.key)+"/")+n,d=r.cloneElement(i,{key:a},void 0!==i.props?i.props.children:void 0)),c.push(d))}function b(e,t,n,r,i){var o="";null!=n&&(o=f(n)+"/");var a=y.getPooled(t,o,r,i);!function(e,t,n){null==e||l(e,"",t,n)}(e,_,a),y.release(a)}y.prototype.destructor=function(){this.result=null,this.keyPrefix=null,this.func=null,this.context=null,this.count=0},p=function(e,t,n,r){var i=this;if(i.instancePool.length){var o=i.instancePool.pop();return i.call(o,e,t,n,r),o}return new i(e,t,n,r)},(m=y).instancePool=[],m.getPooled=p||g,m.poolSize||(m.poolSize=10),m.release=v;e.exports=function(e){if("object"!=typeof e||!e||Array.isArray(e))return c(!1,"React.addons.createFragment only accepts a single object. Got: %s",e),e;if(r.isValidElement(e))return c(!1,"React.addons.createFragment does not accept a ReactElement without a wrapper object."),e;a(1!==e.nodeType,"React.addons.createFragment(...): Encountered an invalid child; DOM elements are not valid children of React components.");var t=[];for(var n in e)b(e[n],t,n,o.thatReturnsArgument);return t}},6866:function(e,t){"use strict";
12
  /** @license React v16.13.1
13
  * react-is.production.min.js
14
  *
@@ -16,7 +16,7 @@ object-assign
16
  *
17
  * This source code is licensed under the MIT license found in the
18
  * LICENSE file in the root directory of this source tree.
19
- */var n="function"==typeof Symbol&&Symbol.for,r=n?Symbol.for("react.element"):60103,i=n?Symbol.for("react.portal"):60106,o=n?Symbol.for("react.fragment"):60107,a=n?Symbol.for("react.strict_mode"):60108,c=n?Symbol.for("react.profiler"):60114,s=n?Symbol.for("react.provider"):60109,u=n?Symbol.for("react.context"):60110,l=n?Symbol.for("react.async_mode"):60111,d=n?Symbol.for("react.concurrent_mode"):60111,f=n?Symbol.for("react.forward_ref"):60112,p=n?Symbol.for("react.suspense"):60113,m=n?Symbol.for("react.suspense_list"):60120,g=n?Symbol.for("react.memo"):60115,h=n?Symbol.for("react.lazy"):60116,v=n?Symbol.for("react.block"):60121,y=n?Symbol.for("react.fundamental"):60117,_=n?Symbol.for("react.responder"):60118,b=n?Symbol.for("react.scope"):60119;function E(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case l:case d:case o:case c:case a:case p:return e;default:switch(e=e&&e.$$typeof){case u:case f:case h:case g:case s:return e;default:return t}}case i:return t}}}function S(e){return E(e)===d}t.AsyncMode=l,t.ConcurrentMode=d,t.ContextConsumer=u,t.ContextProvider=s,t.Element=r,t.ForwardRef=f,t.Fragment=o,t.Lazy=h,t.Memo=g,t.Portal=i,t.Profiler=c,t.StrictMode=a,t.Suspense=p,t.isAsyncMode=function(e){return S(e)||E(e)===l},t.isConcurrentMode=S,t.isContextConsumer=function(e){return E(e)===u},t.isContextProvider=function(e){return E(e)===s},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===r},t.isForwardRef=function(e){return E(e)===f},t.isFragment=function(e){return E(e)===o},t.isLazy=function(e){return E(e)===h},t.isMemo=function(e){return E(e)===g},t.isPortal=function(e){return E(e)===i},t.isProfiler=function(e){return E(e)===c},t.isStrictMode=function(e){return E(e)===a},t.isSuspense=function(e){return E(e)===p},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===d||e===c||e===a||e===p||e===m||"object"==typeof e&&null!==e&&(e.$$typeof===h||e.$$typeof===g||e.$$typeof===s||e.$$typeof===u||e.$$typeof===f||e.$$typeof===y||e.$$typeof===_||e.$$typeof===b||e.$$typeof===v)},t.typeOf=E},8570:function(e,t,n){"use strict";e.exports=n(6866)},7933:function(e,t,n){"use strict";n.d(t,{rU:function(){return h}});var r=n(7267),i=n(5307),o=n(3804),a=n.n(o),c=n(7547),s=(n(3980),n(7560)),u=n(8283),l=n(1898);a().Component;a().Component;var d=function(e,t){return"function"==typeof e?e(t):e},f=function(e,t){return"string"==typeof e?(0,c.ob)(e,null,null,t):e},p=function(e){return e},m=a().forwardRef;void 0===m&&(m=p);var g=m((function(e,t){var n=e.innerRef,r=e.navigate,i=e.onClick,o=(0,u.Z)(e,["innerRef","navigate","onClick"]),c=o.target,l=(0,s.Z)({},o,{onClick:function(e){try{i&&i(e)}catch(t){throw e.preventDefault(),t}e.defaultPrevented||0!==e.button||c&&"_self"!==c||function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e)||(e.preventDefault(),r())}});return l.ref=p!==m&&t||n,a().createElement("a",l)}));var h=m((function(e,t){var n=e.component,i=void 0===n?g:n,o=e.replace,c=e.to,h=e.innerRef,v=(0,u.Z)(e,["component","replace","to","innerRef"]);return a().createElement(r.s6.Consumer,null,(function(e){e||(0,l.Z)(!1);var n=e.history,r=f(d(c,e.location),e.location),u=r?n.createHref(r):"",g=(0,s.Z)({},v,{href:u,navigate:function(){var t=d(c,e.location);(o?n.replace:n.push)(t)}});return p!==m?g.ref=t||h:g.innerRef=h,a().createElement(i,g)}))})),v=function(e){return e},y=a().forwardRef;void 0===y&&(y=v);y((function(e,t){var n=e["aria-current"],i=void 0===n?"page":n,o=e.activeClassName,c=void 0===o?"active":o,p=e.activeStyle,m=e.className,g=e.exact,_=e.isActive,b=e.location,E=e.strict,S=e.style,w=e.to,P=e.innerRef,C=(0,u.Z)(e,["aria-current","activeClassName","activeStyle","className","exact","isActive","location","strict","style","to","innerRef"]);return a().createElement(r.s6.Consumer,null,(function(e){e||(0,l.Z)(!1);var n=b||e.location,o=f(d(w,n),n),u=o.pathname,N=u&&u.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1"),x=N?(0,r.LX)(n.pathname,{path:N,exact:g,strict:E}):null,A=!!(_?_(x,n):x),O=A?function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.filter((function(e){return e})).join(" ")}(m,c):m,L=A?(0,s.Z)({},S,{},p):S,T=(0,s.Z)({"aria-current":A&&i||null,className:O,style:L,to:o},C);return v!==y?T.ref=t||P:T.innerRef=P,a().createElement(h,T)}))}))},7267:function(e,t,n){"use strict";n.d(t,{VA:function(){return g},l_:function(){return b},AW:function(){return P},F0:function(){return m},rs:function(){return L},s6:function(){return p},LX:function(){return w},k6:function(){return I},TH:function(){return k}});var r=n(5307),i=n(3804),o=n.n(i),a=(n(3980),n(7547)),c=n(8919),s=n(1898),u=n(7560),l=n(99),d=n.n(l),f=(n(8570),n(8283)),p=(n(3463),function(e){var t=(0,c.Z)();return t.displayName=e,t}("Router")),m=function(e){function t(t){var n;return(n=e.call(this,t)||this).state={location:t.history.location},n._isMounted=!1,n._pendingLocation=null,t.staticContext||(n.unlisten=t.history.listen((function(e){n._isMounted?n.setState({location:e}):n._pendingLocation=e}))),n}(0,r.Z)(t,e),t.computeRootMatch=function(e){return{path:"/",url:"/",params:{},isExact:"/"===e}};var n=t.prototype;return n.componentDidMount=function(){this._isMounted=!0,this._pendingLocation&&this.setState({location:this._pendingLocation})},n.componentWillUnmount=function(){this.unlisten&&this.unlisten()},n.render=function(){return o().createElement(p.Provider,{children:this.props.children||null,value:{history:this.props.history,location:this.state.location,match:t.computeRootMatch(this.state.location.pathname),staticContext:this.props.staticContext}})},t}(o().Component);var g=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(t=e.call.apply(e,[this].concat(r))||this).history=(0,a.PP)(t.props),t}return(0,r.Z)(t,e),t.prototype.render=function(){return o().createElement(m,{history:this.history,children:this.props.children})},t}(o().Component);var h=function(e){function t(){return e.apply(this,arguments)||this}(0,r.Z)(t,e);var n=t.prototype;return n.componentDidMount=function(){this.props.onMount&&this.props.onMount.call(this,this)},n.componentDidUpdate=function(e){this.props.onUpdate&&this.props.onUpdate.call(this,this,e)},n.componentWillUnmount=function(){this.props.onUnmount&&this.props.onUnmount.call(this,this)},n.render=function(){return null},t}(o().Component);var v={},y=0;function _(e,t){return void 0===e&&(e="/"),void 0===t&&(t={}),"/"===e?e:function(e){if(v[e])return v[e];var t=d().compile(e);return y<1e4&&(v[e]=t,y++),t}(e)(t,{pretty:!0})}function b(e){var t=e.computedMatch,n=e.to,r=e.push,i=void 0!==r&&r;return o().createElement(p.Consumer,null,(function(e){e||(0,s.Z)(!1);var r=e.history,c=e.staticContext,l=i?r.push:r.replace,d=(0,a.ob)(t?"string"==typeof n?_(n,t.params):(0,u.Z)({},n,{pathname:_(n.pathname,t.params)}):n);return c?(l(d),null):o().createElement(h,{onMount:function(){l(d)},onUpdate:function(e,t){var n=(0,a.ob)(t.to);(0,a.Hp)(n,(0,u.Z)({},d,{key:n.key}))||l(d)},to:n})}))}var E={},S=0;function w(e,t){void 0===t&&(t={}),("string"==typeof t||Array.isArray(t))&&(t={path:t});var n=t,r=n.path,i=n.exact,o=void 0!==i&&i,a=n.strict,c=void 0!==a&&a,s=n.sensitive,u=void 0!==s&&s;return[].concat(r).reduce((function(t,n){if(!n&&""!==n)return null;if(t)return t;var r=function(e,t){var n=""+t.end+t.strict+t.sensitive,r=E[n]||(E[n]={});if(r[e])return r[e];var i=[],o={regexp:d()(e,i,t),keys:i};return S<1e4&&(r[e]=o,S++),o}(n,{end:o,strict:c,sensitive:u}),i=r.regexp,a=r.keys,s=i.exec(e);if(!s)return null;var l=s[0],f=s.slice(1),p=e===l;return o&&!p?null:{path:n,url:"/"===n&&""===l?"/":l,isExact:p,params:a.reduce((function(e,t,n){return e[t.name]=f[n],e}),{})}}),null)}var P=function(e){function t(){return e.apply(this,arguments)||this}return(0,r.Z)(t,e),t.prototype.render=function(){var e=this;return o().createElement(p.Consumer,null,(function(t){t||(0,s.Z)(!1);var n=e.props.location||t.location,r=e.props.computedMatch?e.props.computedMatch:e.props.path?w(n.pathname,e.props):t.match,i=(0,u.Z)({},t,{location:n,match:r}),a=e.props,c=a.children,l=a.component,d=a.render;return Array.isArray(c)&&0===c.length&&(c=null),o().createElement(p.Provider,{value:i},i.match?c?"function"==typeof c?c(i):c:l?o().createElement(l,i):d?d(i):null:"function"==typeof c?c(i):null)}))},t}(o().Component);function C(e){return"/"===e.charAt(0)?e:"/"+e}function N(e,t){if(!e)return t;var n=C(e);return 0!==t.pathname.indexOf(n)?t:(0,u.Z)({},t,{pathname:t.pathname.substr(n.length)})}function x(e){return"string"==typeof e?e:(0,a.Ep)(e)}function A(e){return function(){(0,s.Z)(!1)}}function O(){}o().Component;var L=function(e){function t(){return e.apply(this,arguments)||this}return(0,r.Z)(t,e),t.prototype.render=function(){var e=this;return o().createElement(p.Consumer,null,(function(t){t||(0,s.Z)(!1);var n,r,i=e.props.location||t.location;return o().Children.forEach(e.props.children,(function(e){if(null==r&&o().isValidElement(e)){n=e;var a=e.props.path||e.props.from;r=a?w(i.pathname,(0,u.Z)({},e.props,{path:a})):t.match}})),r?o().cloneElement(n,{location:i,computedMatch:r}):null}))},t}(o().Component);var T=o().useContext;function I(){return T(p).history}function k(){return T(p).location}},7613:function(e,t){"use strict";function n(e){return"/"===e.charAt(0)}function r(e,t){for(var n=t,r=n+1,i=e.length;r<i;n+=1,r+=1)e[n]=e[r];e.pop()}t.Z=function(e,t){void 0===t&&(t="");var i,o=e&&e.split("/")||[],a=t&&t.split("/")||[],c=e&&n(e),s=t&&n(t),u=c||s;if(e&&n(e)?a=o:o.length&&(a.pop(),a=a.concat(o)),!a.length)return"/";if(a.length){var l=a[a.length-1];i="."===l||".."===l||""===l}else i=!1;for(var d=0,f=a.length;f>=0;f--){var p=a[f];"."===p?r(a,f):".."===p?(r(a,f),d++):d&&(r(a,f),d--)}if(!u)for(;d--;d)a.unshift("..");!u||""===a[0]||a[0]&&n(a[0])||a.unshift("");var m=a.join("/");return i&&"/"!==m.substr(-1)&&(m+="/"),m}},9830:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=n(1184),i={contextDelimiter:"",onMissingKey:null};function o(e,t){var n;for(n in this.data=e,this.pluralForms={},this.options={},i)this.options[n]=void 0!==t&&n in t?t[n]:i[n]}o.prototype.getPluralForm=function(e,t){var n,i,o,a=this.pluralForms[e];return a||("function"!=typeof(o=(n=this.data[e][""])["Plural-Forms"]||n["plural-forms"]||n.plural_forms)&&(i=function(e){var t,n,r;for(t=e.split(";"),n=0;n<t.length;n++)if(0===(r=t[n].trim()).indexOf("plural="))return r.substr(7)}(n["Plural-Forms"]||n["plural-forms"]||n.plural_forms),o=(0,r.Z)(i)),a=this.pluralForms[e]=o),a(t)},o.prototype.dcnpgettext=function(e,t,n,r,i){var o,a,c;return o=void 0===i?0:this.getPluralForm(e,i),a=n,t&&(a=t+this.options.contextDelimiter+n),(c=this.data[e][a])&&c[o]?c[o]:(this.options.onMissingKey&&this.options.onMissingKey(n,e),0===o?n:r)}},365:function(e,t,n){"use strict";n.d(t,{y:function(){return r}});var r=function(){try{return window.self!==window.top}catch(e){return!0}};!window||!window._currentSiteType||window._currentSiteType},272:function(e,t,n){"use strict";n.r(t);n(8318),n(5631)},5631:function(e,t,n){"use strict";var r,i,o=n(3027),a=n(3804),c=n.n(a),s=n(1200),u=n(5707),l=n(791),d=n(8152),f=n(365),p=n(8318),m=n(8550),g=n(1157);r="a8c-editor-editor-focused-launch",i={render:function(){var e,t=window._currentSiteId,n=(0,u.useSelect)((function(e){return e(p.j4).isSiteLaunched(t)}),[t]),r=(0,u.useSelect)((function(e){return e(p.sC).getState()}),[]).isFocusedLaunchOpen,i=(0,u.useDispatch)(p.sC).openFocusedLaunch;c().useEffect((function(){n&&document.body.classList.add("is-focused-launch-complete")}),[n]);var a=(0,l.hasQueryArg)((0,m.O0)(),g.nU);return c().useEffect((function(){a&&!n&&i()}),[a,n,i]),r?(0,o.createElement)(d.Z,{locale:null===(e=window.wpcomEditorSiteLaunch)||void 0===e?void 0:e.locale,openCheckout:m.Rd,redirectTo:m.gQ,siteId:t,getCurrentLaunchFlowUrl:m.O0,isInIframe:(0,f.y)(),isLaunchImmediately:a}):null}},(0,s.registerPlugin)(r,i)},1157:function(e,t,n){"use strict";n.d(t,{Js:function(){return r},nU:function(){return i}});var r="focused-launch",i="should_launch"},8318:function(e,t,n){"use strict";n.d(t,{j4:function(){return r},sC:function(){return i}});n(8681);var r="automattic/site",i="automattic/launch"},8550:function(e,t,n){"use strict";n.d(t,{O0:function(){return l},gQ:function(){return d},Rd:function(){return f}});var r=n(417),i=n.n(r),o=n(1260),a=n.n(o),c=n(5799),s=n(791),u=n(1157),l=function(){var e,t,n;return null!==(e=null===(t=window)||void 0===t||null===(n=t.calypsoifyGutenberg)||void 0===n?void 0:n.currentCalypsoUrl)&&void 0!==e?e:window.location.href},d=function(e){var t="https://wordpress.com";try{var n,r;t=new URL((null===(n=window)||void 0===n||null===(r=n.calypsoifyGutenberg)||void 0===r?void 0:r.currentCalypsoUrl)||"").origin}catch(o){}var i=e.startsWith("/")?e:"/".concat(e);!function(e){window.top.location.href=e}("".concat(t).concat(i))},f=function(){var e,t,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window._currentSiteId.toString(),r=arguments.length>1&&void 0!==arguments[1]&&arguments[1],o=arguments.length>2?arguments[2]:void 0,f="a8c.wpcom-block-editor.openCheckoutModal",p=(null===(e=window)||void 0===e||null===(t=e.wpcomEditorSiteLaunch)||void 0===t?void 0:t.launchFlow)===u.Js,m=l().split("?")[0];if((0,c.hasAction)(f)&&p&&!r)(0,c.doAction)(f,{checkoutOnSuccessCallback:o,isFocusedLaunch:!0,redirectTo:(0,s.addQueryArgs)(m,a()({},u.nU,!0))});else{var g=(0,s.addQueryArgs)("/checkout/".concat(n),i()({},!r&&{redirect_to:"/home/".concat(n)}));d(g)}}},6115:function(e,t,n){"use strict";n.d(t,{jN:function(){return r.jN},Sn:function(){return i.Sn},Lo:function(){return i.Lo},k9:function(){return i.k9}});n(1694),n(6209),n(9377);var r=n(9792),i=n(3722)},9377:function(e,t,n){"use strict";"undefined"!=typeof window&&window.addEventListener("popstate",(function(){null}))},9792:function(e,t,n){"use strict";n.d(t,{jN:function(){return p}});n(1068);var r,i=n(417),o=n.n(i),a=(n(5182),n(1205)),c=(n(3421),n(382)),s=n(4898),u=(n(6209),n(1694),n(9377),n(9358)),l=["a8c_cookie_banner_ok","wcadmin_storeprofiler_create_jetpack_account","wcadmin_storeprofiler_connect_store","wcadmin_storeprofiler_login_jetpack_account","wcadmin_storeprofiler_payment_login","wcadmin_storeprofiler_payment_create_account","calypso_checkout_switch_to_p_24","calypso_checkout_composite_p24_submit_clicked"];Promise.resolve();function d(e){"undefined"!=typeof window&&(window._tkq=window._tkq||[],window._tkq.push(e))}"undefined"!=typeof document&&(0,s.ve)("//stats.wp.com/w2.js?1");var f=new c.EventEmitter;function p(e,t){if(t=t||{},(0,u.Z)('Record event "%s" called with props %o',e,t),e.startsWith("calypso_")||(0,a.includes)(l,e)){if(r){var n=r(t);t=o()(o()({},t),n)}t=(0,a.omitBy)(t,a.isUndefined),(0,u.Z)('Recording event "%s" with actual props %o',e,t),d(["recordEvent",e,t]),f.emit("record-event",e,t)}else(0,u.Z)('- Event name must be prefixed by "calypso_" or added to `EVENT_NAME_EXCEPTIONS`')}},3722:function(e,t,n){"use strict";n.d(t,{Sn:function(){return o},Lo:function(){return a},k9:function(){return c}});var r=n(6374),i=n(9792);function o(e){var t=e.railcarId,n=e.uiAlgo,r=e.uiPosition,o=e.fetchAlgo,a=e.result,c=e.query;(0,i.jN)("calypso_traintracks_render",{railcar:t,ui_algo:n,ui_position:r,fetch_algo:o,rec_result:a,fetch_query:c})}function a(e){var t=e.railcarId,n=e.action;(0,i.jN)("calypso_traintracks_interact",{railcar:t,action:n})}function c(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"recommendation";return"".concat((0,r.Z)().replace(/-/g,""),"-").concat(e)}},6209:function(e,t,n){"use strict";n(4)},9358:function(e,t,n){"use strict";var r=n(8049),i=n.n(r);t.Z=i()("calypso:analytics")},1694:function(e,t,n){"use strict";n(9358)},4:function(e,t,n){"use strict";n(8032)},3600:function(e,t,n){"use strict";n.r(t),n.d(t,{receiveCategories:function(){return r},fetchDomainSuggestions:function(){return i},receiveDomainAvailability:function(){return o},receiveDomainSuggestionsSuccess:function(){return a},receiveDomainSuggestionsError:function(){return c}});var r=function(e){return{type:"RECEIVE_CATEGORIES",categories:e}},i=function(){return{type:"FETCH_DOMAIN_SUGGESTIONS",timeStamp:Date.now()}},o=function(e,t){return{type:"RECEIVE_DOMAIN_AVAILABILITY",domainName:e,availability:t}},a=function(e,t){return{type:"RECEIVE_DOMAIN_SUGGESTIONS_SUCCESS",queryObject:e,suggestions:t,timeStamp:Date.now()}},c=function(e){return{type:"RECEIVE_DOMAIN_SUGGESTIONS_ERROR",errorMessage:e,timeStamp:Date.now()}}},584:function(e,t,n){"use strict";n.d(t,{L:function(){return i},r:function(){return r}});var r,i="automattic/domains/suggestions";!function(e){e.Failure="failure",e.Pending="pending",e.Success="success",e.Uninitialized="uninitialized"}(r||(r={}))},8077:function(e,t,n){"use strict";n.d(t,{z:function(){return d}});var r=n(5707),i=n(584),o=n(3717),a=n(3600),c=n(2269),s=n(267),u=n(3661),l=!1;function d(e){var t=e.vendor;return l||(l=!0,(0,r.registerStore)(i.L,{actions:a,controls:u.ai,reducer:o.Z,resolvers:c,selectors:(0,s.Z)(t)})),i.L}},3717:function(e,t,n){"use strict";var r=n(1260),i=n.n(r),o=n(417),a=n.n(o),c=n(5707),s=n(584),u=n(4211),l={state:s.r.Uninitialized,data:{},errorMessage:null,lastUpdated:-1/0,pendingSince:void 0},d=(0,c.combineReducers)({categories:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_CATEGORIES"===t.type?t.categories:e},domainSuggestions:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:l,t=arguments.length>1?arguments[1]:void 0;return"FETCH_DOMAIN_SUGGESTIONS"===t.type?a()(a()({},e),{},{state:s.r.Pending,errorMessage:null,pendingSince:t.timeStamp}):"RECEIVE_DOMAIN_SUGGESTIONS_SUCCESS"===t.type?a()(a()({},e),{},{state:s.r.Success,data:a()(a()({},e.data),{},i()({},(0,u.L)(t.queryObject),t.suggestions)),errorMessage:null,lastUpdated:t.timeStamp,pendingSince:void 0}):"RECEIVE_DOMAIN_SUGGESTIONS_ERROR"===t.type?a()(a()({},e),{},{state:s.r.Failure,errorMessage:t.errorMessage,lastUpdated:t.timeStamp,pendingSince:void 0}):e},availability:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_DOMAIN_AVAILABILITY"===t.type?a()(a()({},e),{},i()({},t.domainName,t.availability)):e}});t.Z=d},2269:function(e,t,n){"use strict";n.r(t),n.d(t,{isAvailable:function(){return f},getCategories:function(){return p},__internalGetDomainSuggestions:function(){return m}});var r=n(417),i=n.n(r),o=n(9126),a=n(1481),c=n(3600),s=n(3661),u=n(4211),l=regeneratorRuntime.mark(p),d=regeneratorRuntime.mark(m),f=regeneratorRuntime.mark((function e(t){var n,r,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n="https://public-api.wordpress.com/rest/v1.3/domains/".concat(encodeURIComponent(t),"/is-available?is_cart_pre_check=true"),e.prev=1,e.next=4,(0,s.An)(n);case 4:return r=e.sent,i=r.body,e.abrupt("return",(0,c.receiveDomainAvailability)(t,i));case 9:return e.prev=9,e.t0=e.catch(1),e.abrupt("return",(0,c.receiveDomainAvailability)(t,{domain_name:t,mappable:"unknown",status:"unknown",supports_privacy:!1}));case 12:case"end":return e.stop()}}),e,null,[[1,9]])}));function p(){var e;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,(0,s.An)("https://public-api.wordpress.com/wpcom/v2/onboarding/domains/categories");case 2:return e=t.sent,t.abrupt("return",(0,c.receiveCategories)(e.body));case 4:case"end":return t.stop()}}),l)}function m(e){var t,n;return regeneratorRuntime.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(e.query){r.next=2;break}return r.abrupt("return",(0,c.receiveDomainSuggestionsError)("Empty query"));case 2:return r.next=4,(0,c.fetchDomainSuggestions)();case 4:return r.prev=4,r.next=7,(0,s._9)({apiVersion:"1.1",path:"/domains/suggestions",query:(0,o.stringify)(e)});case 7:t=r.sent,r.next=13;break;case 10:return r.prev=10,r.t0=r.catch(4),r.abrupt("return",(0,c.receiveDomainSuggestionsError)(r.t0.message||(0,a.Iu)("Error while fetching server response")));case 13:if(t&&""!==t){r.next=15;break}return r.abrupt("return",(0,c.receiveDomainSuggestionsError)((0,a.Iu)("Invalid response from the server")));case 15:return n=t.map((function(e){return i()(i()({},e),e.raw_price&&e.currency_code&&{cost:(0,u._)(e.raw_price,e.currency_code)})})),r.abrupt("return",(0,c.receiveDomainSuggestionsSuccess)(e,n));case 17:case"end":return r.stop()}}),d,null,[[4,10]])}},267:function(e,t,n){"use strict";var r=n(417),i=n.n(r),o=n(5182),a=n.n(o),c=n(5707),s=n(584),u=n(4211);t.Z=function(e){function t(t,n){return i()(i()({include_wordpressdotcom:n.only_wordpressdotcom||!1,include_dotblogsubdomain:!1,only_wordpressdotcom:!1,quantity:5,vendor:e},n),{},{query:t.trim().toLocaleLowerCase()})}return{getCategories:function(e){return[].concat(a()(e.categories.filter((function(e){return null!==e.tier})).sort((function(e,t){return e>t?1:-1}))),a()(e.categories.filter((function(e){return null===e.tier})).sort((function(e,t){return e.title.localeCompare(t.title)}))))},getDomainSuggestions:function(e,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=t(n,r);return(0,c.select)(s.L).__internalGetDomainSuggestions(i)},getDomainState:function(e){return e.domainSuggestions.state},getDomainErrorMessage:function(e){return e.domainSuggestions.errorMessage},getDomainSuggestionVendor:function(){return e},isLoadingDomainSuggestions:function(e,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=t(n,r);return(0,c.select)("core/data").isResolving(s.L,"__internalGetDomainSuggestions",[i])},__internalGetDomainSuggestions:function(e,t){return e.domainSuggestions.data[(0,u.L)(t)]},isAvailable:function(e,t){return e.availability[t]},getDomainAvailabilities:function(e){return e.availability}}}},4211:function(e,t,n){"use strict";n.d(t,{L:function(){return a},_:function(){return c}});var r=n(5695),i=n.n(r),o=n(1621),a=i();function c(e,t){return(0,o.ZP)(e,t,{stripZeros:!0})}},6108:function(e,t,n){"use strict";n.r(t),n.d(t,{setSidebarFullscreen:function(){return o},unsetSidebarFullscreen:function(){return a},setStep:function(){return c},setSiteTitle:function(){return s},setDomain:function(){return u},unsetDomain:function(){return l},confirmDomainSelection:function(){return d},setDomainSearch:function(){return f},setPlanProductId:function(){return m},unsetPlanProductId:function(){return g},updatePlan:function(){return h},openSidebar:function(){return v},closeSidebar:function(){return y},openFocusedLaunch:function(){return _},closeFocusedLaunch:function(){return b},enableAnchorFm:function(){return E},showSiteTitleStep:function(){return S},setModalDismissible:function(){return w},unsetModalDismissible:function(){return P},showModalTitle:function(){return C},hideModalTitle:function(){return N},enablePersistentSuccessView:function(){return x},disablePersistentSuccessView:function(){return A}});var r=n(5707),i=n(9149),o=function(){return{type:"SET_SIDEBAR_FULLSCREEN"}},a=function(){return{type:"UNSET_SIDEBAR_FULLSCREEN"}},c=function(e){return{type:"SET_STEP",step:e}},s=function(e){return{type:"SET_SITE_TITLE",title:e}},u=function(e){return{type:"SET_DOMAIN",domain:e}},l=function(){return{type:"UNSET_DOMAIN"}},d=function(){return{type:"CONFIRM_DOMAIN_SELECTION"}},f=function(e){return{type:"SET_DOMAIN_SEARCH",domainSearch:e}},p=function(e){return{type:"SET_PLAN_BILLING_PERIOD",billingPeriod:e}},m=regeneratorRuntime.mark((function e(t){var n,o,a;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if((0,r.select)(i.Fs).isPlanProductFree(t)){e.next=6;break}return o=(0,r.select)(i.Fs).getPlanProductById(t),a=null!==(n=null==o?void 0:o.billingPeriod)&&void 0!==n?n:"ANNUALLY",e.next=6,p(a);case 6:return e.abrupt("return",{type:"SET_PLAN_PRODUCT_ID",planProductId:t});case 7:case"end":return e.stop()}}),e)})),g=function(){return{type:"UNSET_PLAN_PRODUCT_ID"}};function h(e){return m(e)}var v=function(){return{type:"OPEN_SIDEBAR"}},y=function(){return{type:"CLOSE_SIDEBAR"}},_=function(){return{type:"OPEN_FOCUSED_LAUNCH"}},b=function(){return{type:"CLOSE_FOCUSED_LAUNCH"}},E=function(){return{type:"ENABLE_ANCHOR_FM"}},S=function(){return{type:"SHOW_SITE_TITLE_STEP"}},w=function(){return{type:"SET_MODAL_DISMISSIBLE"}},P=function(){return{type:"UNSET_MODAL_DISMISSIBLE"}},C=function(){return{type:"SHOW_MODAL_TITLE"}},N=function(){return{type:"HIDE_MODAL_TITLE"}},x=function(){return{type:"ENABLE_SUCCESS_VIEW"}},A=function(){return{type:"DISABLE_SUCCESS_VIEW"}}},9149:function(e,t,n){"use strict";n.d(t,{Ls:function(){return r},Fs:function(){return i}});var r="automattic/launch",i="automattic/onboard/plans"},3610:function(e,t,n){"use strict";n.d(t,{y:function(){return r},M:function(){return i}});var r={Name:"name",Domain:"domain",Plan:"plan",Final:"final"},i=[r.Name,r.Domain,r.Plan,r.Final]},1635:function(e,t,n){"use strict";n.d(t,{z:function(){return d}});var r=n(9866),i=n(5707),o=n(9149),a=n(4648),c=n(6108),s=n(7092),u=n(594);(0,i.use)(i.plugins.persistence,u.Z);var l=!1;function d(){return l||(l=!0,(0,i.registerStore)(o.Ls,{actions:c,controls:r.controls,reducer:a.Z,selectors:s,persist:["domain","domainSearch","planProductId","planBillingPeriod","confirmedDomainSelection","isAnchorFm","isSiteTitleStepVisible","siteTitle"]})),o.Ls}},594:function(e,t,n){"use strict";var r=n(492);t.Z=(0,r.Z)("WP_LAUNCH")},4648:function(e,t,n){"use strict";var r=n(5707),i=n(3610),o=(0,r.combineReducers)({step:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:i.y.Name,t=arguments.length>1?arguments[1]:void 0;return"SET_STEP"===t.type?t.step:e},siteTitle:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0,t=arguments.length>1?arguments[1]:void 0;return"SET_SITE_TITLE"===t.type?t.title:e},domain:function(e,t){return"SET_DOMAIN"===t.type?t.domain:"UNSET_DOMAIN"!==t.type?e:void 0},confirmedDomainSelection:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"CONFIRM_DOMAIN_SELECTION"===t.type||e},domainSearch:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1?arguments[1]:void 0;return"SET_DOMAIN_SEARCH"===t.type?t.domainSearch:e},planBillingPeriod:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"ANNUALLY",t=arguments.length>1?arguments[1]:void 0;return"SET_PLAN_BILLING_PERIOD"===t.type?t.billingPeriod:e},planProductId:function(e,t){return"SET_PLAN_PRODUCT_ID"===t.type?t.planProductId:"UNSET_PLAN_PRODUCT_ID"!==t.type?e:void 0},isSidebarOpen:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"OPEN_SIDEBAR"===t.type||"CLOSE_SIDEBAR"!==t.type&&e},isSidebarFullscreen:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"SET_SIDEBAR_FULLSCREEN"===t.type||"UNSET_SIDEBAR_FULLSCREEN"!==t.type&&e},isAnchorFm:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"ENABLE_ANCHOR_FM"===t.type||e},isFocusedLaunchOpen:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"OPEN_FOCUSED_LAUNCH"===t.type||"CLOSE_FOCUSED_LAUNCH"!==t.type&&e},isSiteTitleStepVisible:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"SHOW_SITE_TITLE_STEP"===t.type||e},isModalDismissible:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=arguments.length>1?arguments[1]:void 0;return"SET_MODAL_DISMISSIBLE"===t.type||"UNSET_MODAL_DISMISSIBLE"!==t.type&&e},isModalTitleVisible:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=arguments.length>1?arguments[1]:void 0;return"SHOW_MODAL_TITLE"===t.type||"HIDE_MODAL_TITLE"!==t.type&&e}});t.Z=o},7092:function(e,t,n){"use strict";n.r(t),n.d(t,{getLaunchSequence:function(){return a},getLaunchStep:function(){return c},getState:function(){return s},hasPaidDomain:function(){return u},getSelectedDomain:function(){return l},getSelectedPlanProductId:function(){return d},getLastPlanBillingPeriod:function(){return f},isSelectedPlanPaid:function(){return p},hasSelectedDomain:function(){return m},isStepCompleted:function(){return g},isFlowCompleted:function(){return h},isFlowStarted:function(){return v},getFirstIncompleteStep:function(){return y},getSiteTitle:function(){return _},getCurrentStep:function(){return b},getDomainSearch:function(){return E}});var r=n(5707),i=n(3610),o=n(9149),a=function(){return i.M},c=function(){return i.y},s=function(e){return e},u=function(e){return!!e.domain&&!e.domain.is_free},l=function(e){return e.domain},d=function(e){return e.planProductId},f=function(e){return e.planBillingPeriod},p=function(e){return void 0!==e.planProductId&&!(0,r.select)(o.Fs).isPlanProductFree(e.planProductId)},m=function(e){return!!l(e)||e.confirmedDomainSelection},g=function(e,t){if(t===i.y.Plan)return!!d(e);if(t===i.y.Name){var n=(0,r.select)("core").getEntityRecord("root","site",void 0);return!(null==n||!n.title)}return t===i.y.Domain&&(0,r.select)(o.Ls).hasSelectedDomain()},h=function(e){return i.M.slice(0,i.M.length-1).every((function(t){return g(e,t)}))},v=function(e){return i.M.some((function(t){return g(e,t)}))},y=function(e){return i.M.find((function(t){return!g(e,t)}))},_=function(e){return null==e?void 0:e.siteTitle},b=function(e){return e.step},E=function(e){return e.domainSearch}},492:function(e,t,n){"use strict";function r(e){var t=e,n=e+"_TS",r={},i={getItem:function(e){return r.hasOwnProperty(e)?r[e]:null},setItem:function(e,t){r[e]=String(t)},removeItem:function(e){delete r[e]}},o=function(){try{return window.localStorage.setItem("WP_ONBOARD_TEST","1"),window.localStorage.removeItem("WP_ONBOARD_TEST"),!0}catch(e){return!1}}()?window.localStorage:i;return{storageKey:t,storage:{getItem:function(e){var r=o.getItem(n);return r&&function(e){var t=Number(e);return Boolean(t)&&t+6048e5>Date.now()}(r)&&!new URLSearchParams(window.location.search).has("fresh")?o.getItem(e):(o.removeItem(t),o.removeItem(n),null)},setItem:function(e,t){o.setItem(n,JSON.stringify(Date.now())),o.setItem(e,t)}}}}n.d(t,{Z:function(){return r}})},9068:function(e,t,n){"use strict";n.r(t),n.d(t,{setFeatures:function(){return r},setFeaturesByType:function(){return i},setPlans:function(){return o},setPlanProducts:function(){return a},resetPlan:function(){return c}});var r=function(e,t){return{type:"SET_FEATURES",features:e,locale:t}},i=function(e,t){return{type:"SET_FEATURES_BY_TYPE",featuresByType:e,locale:t}},o=function(e,t){return{type:"SET_PLANS",plans:e,locale:t}},a=function(e){return{type:"SET_PLAN_PRODUCTS",products:e}},c=function(){return{type:"RESET_PLAN"}}},4703:function(e,t,n){"use strict";n.d(t,{Ls:function(){return r},Ho:function(){return i},TO:function(){return o},YS:function(){return a},Gz:function(){return c},hx:function(){return s},iL:function(){return u},xT:function(){return l},AX:function(){return d},bS:function(){return f},UB:function(){return p},BV:function(){return m},nN:function(){return g}});var r="automattic/onboard/plans",i=1,o="free",a="personal",c="premium",s="business",u="ecommerce",l=[o,a,c,s,u],d=c,f=["personal-bundle","value_bundle","business-bundle","ecommerce-bundle"],p=["personal-bundle-monthly","value_bundle_monthly","business-bundle-monthly","ecommerce-bundle-monthly"],m=["free_plan"].concat(f,p),g=["custom-domain","support-live","priority-support"]},9734:function(e,t,n){"use strict";n.d(t,{z2:function(){return d}});var r=n(5707),i=n(4703),o=n(9438),a=n(9068),c=n(7738),s=n(5261),u=n(3661),l=!1;function d(){return l||(l=!0,(0,r.registerStore)(i.Ls,{resolvers:s,actions:a,controls:u.ai,reducer:o.ZP,selectors:c})),i.Ls}},9438:function(e,t,n){"use strict";var r=n(1260),i=n.n(r),o=n(417),a=n.n(o),c=n(5707),s=(0,c.combineReducers)({features:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_FEATURES":return a()(a()({},e),{},i()({},t.locale,t.features));default:return e}},featuresByType:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_FEATURES_BY_TYPE":return a()(a()({},e),{},i()({},t.locale,t.featuresByType));default:return e}},planProducts:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_PLAN_PRODUCTS":return t.products;default:return e}},plans:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_PLANS":return a()(a()({},e),{},i()({},t.locale,t.plans));default:return e}}});t.ZP=s},5261:function(e,t,n){"use strict";n.r(t),n.d(t,{getSupportedPlans:function(){return g}});var r=n(9126),i=n(1621),o=n(9068),a=n(4703),c=n(3661),s=regeneratorRuntime.mark(g);function u(e){return(0,i.ZP)(12*e.raw_price,e.currency_code,{stripZeros:!0})}function l(e){return(0,i.ZP)(e.raw_price,e.currency_code,{stripZeros:!0})}function d(e){return e.reduce((function(e,t){return e[t.id]={id:t.id,name:t.name,description:t.description,type:"checkbox",requiresAnnuallyBilledPlan:a.nN.indexOf(t.id)>-1},e}),{})}function f(e,t){var n=Object.keys(t).find((function(n){return t[n].name===e}));return!!n&&t[n].requiresAnnuallyBilledPlan}function p(e,t){var n=e.highlighted_features.map((function(e){return{name:e,requiresAnnuallyBilledPlan:f(e,t)}}));return n.sort((function(e,t){return Number(t.requiresAnnuallyBilledPlan)-Number(e.requiresAnnuallyBilledPlan)})),n}function m(e,t){var n=a.BV.reduce((function(n,r){var o=e.find((function(e){return e.product_slug===r}));if(!o)return n;var a,c=t.find((function(e){return e.productIds.indexOf(o.product_id)>-1}));return n.push({productId:o.product_id,billingPeriod:31===o.bill_period?"MONTHLY":"ANNUALLY",periodAgnosticSlug:c.periodAgnosticSlug,storeSlug:o.product_slug,rawPrice:o.raw_price,pathSlug:o.path_slug,price:31===(null==o?void 0:o.bill_period)||0===o.raw_price?l(o):(a=o,(0,i.ZP)(a.raw_price/12,a.currency_code,{stripZeros:!0})),annualPrice:31===(null==o?void 0:o.bill_period)?u(o):l(o)}),n}),[]);return function(e){for(var t=function(t){var n=e.find((function(e){return e.storeSlug===a.bS[t]})),r=e.find((function(e){return e.storeSlug===a.UB[t]}));if(n&&r){var i=12*r.rawPrice,o=n.rawPrice,c=Math.round(100*(1-o/i));n.annualDiscount=c,r.annualDiscount=c}},n=0;n<a.bS.length;n++)t(n)}(n),n}function g(){var e,t,n,i,u,l,f,g=arguments;return regeneratorRuntime.wrap((function(s){for(;;)switch(s.prev=s.next){case 0:return e=g.length>0&&void 0!==g[0]?g[0]:"en",s.next=3,(0,c._9)({path:"/plans",query:(0,r.stringify)({locale:e}),apiVersion:"1.5"});case 3:return t=s.sent,s.next=6,(0,c.An)("https://public-api.wordpress.com/wpcom/v2/plans/details?locale=".concat(encodeURIComponent(e)),{mode:"cors",credentials:"omit"});case 6:return n=s.sent,i=n.body,u=d(i.features),l=i.plans.map((function(e){var t,n=null===(t=e.nonlocalized_short_name)||void 0===t?void 0:t.toLowerCase();return{description:e.tagline,features:p(e,u),storage:e.storage,title:e.short_name,featuresSlugs:e.features.reduce((function(e,t){return e[t]=!0,e}),{}),isFree:n===a.TO,isPopular:n===a.Gz,periodAgnosticSlug:n,productIds:e.products.map((function(e){return e.plan_id}))}})),f=m(t,l),s.next=13,(0,o.setPlans)(l,e);case 13:return s.next=15,(0,o.setPlanProducts)(f);case 15:return s.next=17,(0,o.setFeatures)(u,e);case 17:return s.next=19,(0,o.setFeaturesByType)(i.features_by_type,e);case 19:case"end":return s.stop()}}),s)}},7738:function(e,t,n){"use strict";n.r(t),n.d(t,{getFeatures:function(){return c},getFeaturesByType:function(){return s},getPlanByProductId:function(){return u},getPlanProductById:function(){return l},getPlanByPeriodAgnosticSlug:function(){return d},getDefaultPaidPlan:function(){return f},getDefaultFreePlan:function(){return p},getSupportedPlans:function(){return m},getPlansProducts:function(){return g},getPrices:function(){return h},getPlanByPath:function(){return v},getPlanProduct:function(){return y},isPlanEcommerce:function(){return _},isPlanFree:function(){return b},isPlanProductFree:function(){return E}});var r=n(5707),i=n(4703),o=n(3613),a=n.n(o),c=function(e,t){var n;return null!==(n=e.features[t])&&void 0!==n?n:{}},s=function(e,t){var n;return null!==(n=e.featuresByType[t])&&void 0!==n?n:[]},u=function(e,t,n){if(t)return(0,r.select)(i.Ls).getSupportedPlans(n).find((function(e){return e.productIds.indexOf(t)>-1}))},l=function(e,t){if(t)return(0,r.select)(i.Ls).getPlansProducts().find((function(e){return e.productId===t}))},d=function(e,t,n){if(t)return(0,r.select)(i.Ls).getSupportedPlans(n).find((function(e){return e.periodAgnosticSlug===t}))},f=function(e,t){return(0,r.select)(i.Ls).getSupportedPlans(t).find((function(e){return e.periodAgnosticSlug===i.AX}))},p=function(e,t){return(0,r.select)(i.Ls).getSupportedPlans(t).find((function(e){return e.periodAgnosticSlug===i.TO}))},m=function(e,t){var n;return null!==(n=e.plans[t])&&void 0!==n?n:[]},g=function(e){return e.planProducts},h=function(e,t){return a()("getPrices",{alternative:"getPlanProduct().price"}),(0,r.select)(i.Ls).getPlansProducts().reduce((function(e,t){return e[t.storeSlug]=t.price,e}),{})},v=function(e,t,n){if(t){var o=(0,r.select)(i.Ls).getPlansProducts().find((function(e){return e.pathSlug===t}));if(o)return(0,r.select)(i.Ls).getSupportedPlans(n).find((function(e){return e.periodAgnosticSlug===(null==o?void 0:o.periodAgnosticSlug)}))}},y=function(e,t,n){if(t&&n){var o=(0,r.select)(i.Ls).getPlansProducts();return t===i.TO?o.find((function(e){return e.periodAgnosticSlug===t})):o.find((function(e){return e.billingPeriod===n&&e.periodAgnosticSlug===t}))}},_=function(e,t){return t===i.iL},b=function(e,t){return t===i.TO},E=function(e,t){return t===i.Ho}},8459:function(e,t,n){"use strict";n.d(t,{d:function(){return u}});var r=n(417),i=n.n(r),o=n(2220),a=n.n(o),c=n(3661),s=n(2699);function u(e){var t=regeneratorRuntime.mark(p),n=regeneratorRuntime.mark(y),r=regeneratorRuntime.mark(_),o=regeneratorRuntime.mark(b),u=regeneratorRuntime.mark(E),l=function(){return{type:"FETCH_NEW_SITE"}},d=function(e){return{type:"RECEIVE_NEW_SITE",response:e}},f=function(e){return{type:"RECEIVE_NEW_SITE_FAILED",error:e}};function p(n){var r,o,s,u,l;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,{type:"FETCH_NEW_SITE"};case 2:return t.prev=2,r=n.authToken,o=a()(n,["authToken"]),s={client_id:e.client_id,client_secret:e.client_secret,find_available_url:!0,public:-1},u=i()(i()(i()({},s),o),{},{validate:!1}),t.next=8,(0,c._9)({path:"/sites/new",apiVersion:"1.1",method:"post",body:u,token:r});case 8:return l=t.sent,t.next=11,d(l);case 11:return t.abrupt("return",!0);case 14:return t.prev=14,t.t0=t.catch(2),t.next=18,f(t.t0);case 18:return t.abrupt("return",!1);case 19:case"end":return t.stop()}}),t,null,[[2,14]])}var m=function(e,t){return{type:"RECEIVE_SITE_TITLE",siteId:e,title:t}},g=function(e){return{type:"LAUNCH_SITE_START",siteId:e}},h=function(e){return{type:"LAUNCH_SITE_SUCCESS",siteId:e}},v=function(e,t){return{type:"LAUNCH_SITE_FAILURE",siteId:e,error:t}};function y(e){return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,g(e);case 2:return t.prev=2,t.next=5,(0,c._9)({path:"/sites/".concat(e,"/launch"),apiVersion:"1.1",method:"post"});case 5:return t.next=7,h(e);case 7:t.next=13;break;case 9:return t.prev=9,t.t0=t.catch(2),t.next=13,v(e,s.Hc.INTERNAL);case 13:case"end":return t.stop()}}),n,null,[[2,9]])}function _(e){var t;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,(0,c._9)({path:"/me/shopping-cart/"+e,apiVersion:"1.1",method:"GET"});case 2:return t=n.sent,n.abrupt("return",t);case 4:case"end":return n.stop()}}),r)}function b(e,t){var n;return regeneratorRuntime.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return r.next=2,(0,c._9)({path:"/me/shopping-cart/"+e,apiVersion:"1.1",method:"POST",body:t});case 2:return n=r.sent,r.abrupt("return",n);case 4:case"end":return r.stop()}}),o)}function E(e,t){return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.prev=0,n.next=3,(0,c._9)({path:"/sites/".concat(encodeURIComponent(e),"/settings"),apiVersion:"1.4",body:{blogname:t},method:"POST"});case 3:return n.next=5,m(e,t);case 5:n.next=9;break;case 7:n.prev=7,n.t0=n.catch(0);case 9:case"end":return n.stop()}}),u,null,[[0,7]])}return{receiveSiteDomains:function(e,t){return{type:"RECEIVE_SITE_DOMAINS",siteId:e,domains:t}},saveSiteTitle:E,receiveSiteTitle:m,fetchNewSite:l,fetchSite:function(){return{type:"FETCH_SITE"}},receiveNewSite:d,receiveNewSiteFailed:f,resetNewSiteFailed:function(){return{type:"RESET_RECEIVE_NEW_SITE_FAILED"}},createSite:p,receiveSite:function(e,t){return{type:"RECEIVE_SITE",siteId:e,response:t}},receiveSiteFailed:function(e,t){return{type:"RECEIVE_SITE_FAILED",siteId:e,response:t}},reset:function(){return{type:"RESET_SITE_STORE"}},launchSite:y,launchSiteStart:g,launchSiteSuccess:h,launchSiteFailure:v,getCart:_,setCart:b}}},2005:function(e,t,n){"use strict";n.d(t,{L:function(){return r}});var r="automattic/site"},2369:function(e,t,n){"use strict";n.d(t,{z2:function(){return d}});var r=n(5707),i=n(2005),o=n(2701),a=n(8459),c=n(7862),s=n(4309),u=n(3661),l=!1;function d(e){return l||(l=!0,(0,r.registerStore)(i.L,{actions:(0,a.d)(e),controls:u.ai,reducer:o.ZP,resolvers:c,selectors:s})),i.L}},2701:function(e,t,n){"use strict";var r=n(2220),i=n.n(r),o=n(4582),a=n.n(o),c=n(1260),s=n.n(c),u=n(417),l=n.n(u),d=n(5707),f=n(2699),p=(0,d.combineReducers)({data:function(e,t){return"RECEIVE_NEW_SITE"===t.type?t.response.blog_details:"RECEIVE_NEW_SITE_FAILED"!==t.type&&"RESET_SITE_STORE"!==t.type?e:void 0},error:function(e,t){switch(t.type){case"FETCH_NEW_SITE":case"RECEIVE_NEW_SITE":case"RESET_SITE_STORE":case"RESET_RECEIVE_NEW_SITE_FAILED":return;case"RECEIVE_NEW_SITE_FAILED":return{error:t.error.error,status:t.error.status,statusCode:t.error.statusCode,name:t.error.name,message:t.error.message}}return e},isFetching:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"FETCH_NEW_SITE":return!0;case"RECEIVE_NEW_SITE":case"RECEIVE_NEW_SITE_FAILED":case"RESET_SITE_STORE":case"RESET_RECEIVE_NEW_SITE_FAILED":return!1}return e}}),m=(0,d.combineReducers)({isFetchingSiteDetails:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"FETCH_SITE":return!0;case"RECEIVE_SITE":case"RECEIVE_SITE_FAILED":return!1}return e},newSite:p,sites:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;if("RECEIVE_SITE"===t.type)return l()(l()({},e),{},s()({},t.siteId,t.response));if("RECEIVE_SITE_FAILED"===t.type){var n=t.siteId,r=(e[n],i()(e,[n].map(a())));return l()({},r)}return"RESET_SITE_STORE"===t.type?{}:"RECEIVE_SITE_TITLE"===t.type?l()(l()({},e),{},s()({},t.siteId,l()(l()({},e[t.siteId]),{},{name:t.title}))):e},launchStatus:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"LAUNCH_SITE_START"===t.type?l()(l()({},e),{},s()({},t.siteId,{status:f.uS.IN_PROGRESS,errorCode:void 0})):"LAUNCH_SITE_SUCCESS"===t.type?l()(l()({},e),{},s()({},t.siteId,{status:f.uS.SUCCESS,errorCode:void 0})):"LAUNCH_SITE_FAILURE"===t.type?l()(l()({},e),{},s()({},t.siteId,{status:f.uS.FAILURE,errorCode:t.error})):e},sitesDomains:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_SITE_DOMAINS"===t.type?l()(l()({},e),{},s()({},t.siteId,t.domains)):e}});t.ZP=m},7862:function(e,t,n){"use strict";n.r(t),n.d(t,{getSite:function(){return s},getSiteDomains:function(){return u}});var r=n(5707),i=n(3661),o=n(2005),a=regeneratorRuntime.mark(s),c=regeneratorRuntime.mark(u);function s(e){var t;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,(0,r.dispatch)(o.L).fetchSite();case 2:return n.prev=2,n.next=5,(0,i._9)({path:"/sites/"+encodeURIComponent(e),apiVersion:"1.1"});case 5:return t=n.sent,n.next=8,(0,r.dispatch)(o.L).receiveSite(e,t);case 8:n.next=14;break;case 10:return n.prev=10,n.t0=n.catch(2),n.next=14,(0,r.dispatch)(o.L).receiveSiteFailed(e,void 0);case 14:case"end":return n.stop()}}),a,null,[[2,10]])}function u(e){var t;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.prev=0,n.next=3,(0,i._9)({path:"/sites/"+encodeURIComponent(e)+"/domains",apiVersion:"1.2"});case 3:return t=n.sent,n.next=6,(0,r.dispatch)(o.L).receiveSiteDomains(e,null==t?void 0:t.domains);case 6:n.next=10;break;case 8:n.prev=8,n.t0=n.catch(0);case 10:case"end":return n.stop()}}),c,null,[[0,8]])}},4309:function(e,t,n){"use strict";n.r(t),n.d(t,{getState:function(){return a},getNewSite:function(){return c},getNewSiteError:function(){return s},isFetchingSite:function(){return u},isFetchingSiteDetails:function(){return l},isNewSite:function(){return d},getSite:function(){return f},getSiteTitle:function(){return p},isSiteLaunched:function(){return m},isSiteLaunching:function(){return g},getSiteDomains:function(){return h},getPrimarySiteDomain:function(){return v},getSiteSubdomain:function(){return y}});var r=n(5707),i=n(2005),o=n(2699),a=function(e){return e},c=function(e){return e.newSite.data},s=function(e){return e.newSite.error},u=function(e){return e.newSite.isFetching},l=function(e){return e.isFetchingSiteDetails},d=function(e){return!!e.newSite.data},f=function(e,t){return e.sites[t]},p=function(e,t){var n;return null===(n=(0,r.select)(i.L).getSite(t))||void 0===n?void 0:n.name},m=function(e,t){var n;return(null===(n=e.launchStatus[t])||void 0===n?void 0:n.status)===o.uS.SUCCESS},g=function(e,t){var n;return(null===(n=e.launchStatus[t])||void 0===n?void 0:n.status)===o.uS.IN_PROGRESS},h=function(e,t){return e.sitesDomains[t]},v=function(e,t){var n;return null===(n=(0,r.select)(i.L).getSiteDomains(t))||void 0===n?void 0:n.find((function(e){return e.primary_domain}))},y=function(e,t){var n;return null===(n=(0,r.select)(i.L).getSiteDomains(t))||void 0===n?void 0:n.find((function(e){return e.is_subdomain}))}},2699:function(e,t,n){"use strict";var r,i,o;n.d(t,{Hc:function(){return i},uS:function(){return o}}),function(e){e[e.PublicIndexed=1]="PublicIndexed",e[e.PublicNotIndexed=0]="PublicNotIndexed",e[e.Private=-1]="Private"}(r||(r={})),function(e){e.INTERNAL="internal"}(i||(i={})),function(e){e.UNINITIALIZED="unintialized",e.IN_PROGRESS="in_progress",e.SUCCESS="success",e.FAILURE="failure"}(o||(o={}))},4366:function(e,t,n){"use strict";n.d(t,{L:function(){return r}});var r="automattic/wpcom-features"},2613:function(e,t,n){"use strict";n.d(t,{$:function(){return c}});var r=n(4703),i=r.YS,o=r.Gz,a=r.hx,c={domain:{id:"domain",minSupportedPlan:i},store:{id:"store",minSupportedPlan:r.iL},seo:{id:"seo",minSupportedPlan:a},plugins:{id:"plugins",minSupportedPlan:a},"ad-free":{id:"ad-free",minSupportedPlan:i},"image-storage":{id:"image-storage",minSupportedPlan:o},"video-storage":{id:"video-storage",minSupportedPlan:o},support:{id:"support",minSupportedPlan:a}}},182:function(e,t,n){"use strict";n.d(t,{z:function(){return u}});var r=n(9866),i=n(5707),o=n(4366),a=n(8638),c=n(335),s=!1;function u(){return s||(s=!0,(0,i.registerStore)(o.L,{controls:r.controls,reducer:a.Z,selectors:c})),o.L}},8638:function(e,t,n){"use strict";var r=n(2613);t.Z=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:r.$;return e}},335:function(e,t,n){"use strict";n.r(t),n.d(t,{getAllFeatures:function(){return i},getRecommendedPlanSlug:function(){return o}});var r=n(4703),i=function(e){return e},o=function(e,t){var n=i(e);if(t.length)return t.reduce((function(e,t){var i=n[t].minSupportedPlan;return r.xT.indexOf(i)>r.xT.indexOf(e)?i:e}),n[t[0]].minSupportedPlan)}},3661:function(e,t,n){"use strict";n.d(t,{_9:function(){return c},An:function(){return s},ai:function(){return u}});var r,i=n(2954),o=n.n(i),a=n(8552),c=function(e){return{type:"WPCOM_REQUEST",request:e}},s=function(e,t){return{type:"FETCH_AND_PARSE",resource:e,options:t}},u={WPCOM_REQUEST:function(e){var t=e.request;return(0,a.ZP)(t)},FETCH_AND_PARSE:(r=o()(regeneratorRuntime.mark((function e(t){var n,r,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=t.resource,r=t.options,e.next=3,window.fetch(n,r);case 3:return i=e.sent,e.t0=i.ok,e.next=7,i.json();case 7:return e.t1=e.sent,e.abrupt("return",{ok:e.t0,body:e.t1});case 9:case"end":return e.stop()}}),e)}))),function(_x){return r.apply(this,arguments)}),RELOAD_PROXY:function(){(0,a.sS)()},REQUEST_ALL_BLOGS_ACCESS:function(){return(0,a.Vw)()},WAIT:function(e){var t=e.ms;return new Promise((function(e){return setTimeout(e,t)}))}}},3300:function(e,t,n){"use strict";n.d(t,{gB:function(){return i},au:function(){return o},F9:function(){return a},dP:function(){return c},GN:function(){return s},vn:function(){return u}});var r=n(8077),i=5,o=10,a=2,c=300,s=r.z({vendor:"variation2_front"}),u=["available","available_premium"]},4948:function(e,t,n){"use strict";var r=n(1068),i=n.n(r),o=n(3027),a=(n(3804),n(7997)),c=n(5869),s=n(3383),u=n(2779),l=n.n(u),d=n(9215),f=n(5707),p=n(3300);n(118);t.Z=function(e){var t=e.onSelect,n=e.selected,__=(0,d.QT)().__,r=(0,o.useState)(!1),u=i()(r,2),m=u[0],g=u[1],h=function(e){g(!1),t(e)},v=(0,f.useSelect)((function(e){return e(p.GN).getCategories()})),y=__("All Categories","full-site-editing");return(0,o.createElement)("div",{className:l()("domain-categories",{"is-open":m})},(0,o.createElement)(a.Button,{className:"domain-categories__dropdown-button",onClick:function(){return g(!m)}},(0,o.createElement)("span",null,null!=n?n:y),(0,o.createElement)(c.Z,{icon:s.Z,size:16})),(0,o.createElement)("ul",{className:"domain-categories__item-group"},(0,o.createElement)("li",{className:l()("domain-categories__item",{"is-selected":!n})},(0,o.createElement)(a.Button,{onClick:function(){return h()}},__("View all","full-site-editing"))),v.map((function(e){var t=e.slug,r=e.title;return(0,o.createElement)("li",{key:t,className:l()("domain-categories__item",{"is-selected":t===n})},(0,o.createElement)(a.Button,{onClick:function(){return h(t)}},r))}))))}},1052:function(e,t,n){"use strict";n.d(t,{q:function(){return o}});var r=n(3027),i=(n(3804),n(9215)),o=function(){var e=(0,i.QT)(),__=e.__,t=e.isRTL;return(0,r.createElement)("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 300 40",xmlSpace:"preserve",width:"300",style:t()?{transform:"scaleX(-1)"}:void 0},(0,r.createElement)("rect",{x:"0",width:"310",height:"50",rx:"10",fill:"#D8D8D8"}),(0,r.createElement)("rect",{x:"8",y:"8",width:"25",height:"25",rx:"5",fill:"#fff"}),(0,r.createElement)("rect",{x:"40",y:"8",width:"25",height:"25",rx:"5",fill:"#fff"}),(0,r.createElement)("rect",{x:"72",y:"8",width:"300",height:"25",rx:"5",fill:"#fff"}),(0,r.createElement)("text",{x:"80",y:"26",direction:"ltr",textAnchor:t()?"end":"start",transform:t()?"scale(-1,1) translate(-160,0)":void 0},(0,r.createElement)("tspan",{fill:"#999"},(0,r.createElement)("tspan",null,"https://")),(0,r.createElement)("tspan",{fill:"#515151",dx:"4.5"},__("example.com","full-site-editing"))))}},7047:function(e,t,n){"use strict";var r=n(1068),i=n.n(r),o=n(3027),a=n(3804),c=n.n(a),s=n(5707),u=n(1205),l=n(7997),d=n(5869),f=n(7108),p=n(6115),m=n(584),g=n(9215),h=n(947),v=n(7226),y=n(4531),_=n(5241),b=n(1045),E=n(1071),S=n(4948),w=n(3300),P=n(1052),C=(n(4017),function(e){var t=e.groupItems,n=e.children;return t?(0,o.createElement)("div",{className:"domain-picker__suggestion-item-group"},n):(0,o.createElement)(a.Fragment,null,n)}),N=function(e){var t=e.children;return(0,o.createElement)("p",{className:"domain-picker__suggestion-group-label"},t)};t.ZP=function(e){var t,n=e.header,r=e.showDomainCategories,x=e.onDomainSelect,A=e.onExistingSubdomainSelect,O=e.quantity,L=void 0===O?w.gB:O,T=e.quantityExpanded,I=void 0===T?w.au:T,k=e.onDomainSearchBlur,D=void 0===k?u.noop:k,R=e.analyticsFlowId,F=e.analyticsUiAlgo,Z=e.initialDomainSearch,j=void 0===Z?"":Z,M=e.onSetDomainSearch,U=void 0===M?u.noop:M,B=e.currentDomain,V=e.isCheckingDomainAvailability,H=e.existingSubdomain,z=e.segregateFreeAndPaid,$=void 0!==z&&z,W=e.showSearchField,G=void 0===W||W,q=e.itemType,Y=void 0===q?h.tr:q,K=e.locale,Q=e.areDependenciesLoading,J=void 0!==Q&&Q,X=e.orderSubDomainsLast,ee=void 0!==X&&X,te=e.onUseYourDomainClick,__=(0,g.QT)().__,ne=__("Search for a domain","full-site-editing"),re=(0,a.useState)(!1),ie=i()(re,2),oe=ie[0],ae=ie[1],ce=(0,a.useState)(j),se=i()(ce,2),ue=se[0],le=se[1],de=(0,a.useState)(),fe=i()(de,2),pe=fe[0],me=fe[1],ge=(0,s.useSelect)((function(e){return e(w.GN).getDomainSuggestionVendor()})),he=(0,_.O)(ue.trim(),I,pe,K)||{},ve=he.allDomainSuggestions,ye=he.errorMessage,_e=he.state,be=he.retryRequest,Ee=null==ve?void 0:ve.slice(H?1:0,oe?I:L),Se=(0,b.$)(Ee,H,B);Se&&(null==Ee||Ee.push(Se));var we=(0,E.P)();(0,a.useEffect)((function(){ae(!1)}),[ue]);var Pe=(0,a.useState)(),Ce=i()(Pe,2),Ne=Ce[0],xe=Ce[1];(0,a.useEffect)((function(){ve&&xe((0,p.k9)("suggestion"))}),[ve,xe]),(0,a.useEffect)((function(){G||le(j)}),[j,G]);var Ae=c().useRef([]);(0,a.useEffect)((function(){var e,t;oe&&(null===(e=Ae.current[L])||void 0===e||null===(t=e.focus)||void 0===t||t.call(e))}),[oe,L]);var Oe=function(e,t,n,r){var i="/domains/search/".concat(ge,"/").concat(R).concat(pe?"/"+pe:"");(0,p.Sn)({uiAlgo:"/".concat(R,"/").concat(F),fetchAlgo:i,query:ue,railcarId:t,result:r?e+"#recommended":e,uiPosition:n})},Le=_e===m.r.Failure,Te=(null===(t=ue.trim)||void 0===t?void 0:t.call(ue).length)<=1,Ie=!Le&&!Te,ke=!Le&&Te,De=L;Se&&(De+=1),te&&(De+=1),H&&(De-=1);var Re=["professional"];return H&&Re.unshift("sub-domain"),ee&&Re.reverse(),(0,o.createElement)("div",{className:"domain-picker"},n&&n,G&&(0,o.createElement)("div",{className:"domain-picker__search"},(0,o.createElement)("div",{className:"domain-picker__search-icon"},(0,o.createElement)(d.Z,{icon:f.Z})),(0,o.createElement)(l.TextControl,{hideLabelFromVision:!0,label:ne,placeholder:ne,onChange:function(e){le(e),U(e)},onBlur:function(e){D&&D(e.currentTarget.value)},value:ue,dir:"ltr"})),Le&&(0,o.createElement)(l.Notice,{className:"domain-picker__error",status:"error",isDismissible:!1},(0,o.createElement)("p",{className:"domain-picker__error-message"},ye||__("An error has occurred, please check your connection and retry.","full-site-editing")),(0,o.createElement)(l.Button,{isPrimary:!0,className:"domain-picker__error-retry-btn",onClick:be},__("Retry","full-site-editing"))),(Ie||J)&&(0,o.createElement)("div",{className:"domain-picker__body"},r&&(0,o.createElement)("div",{className:"domain-picker__aside"},(0,o.createElement)(S.Z,{selected:pe,onSelect:me})),(0,o.createElement)("div",{className:"domain-picker__suggestion-sections"},(0,o.createElement)("div",{className:"domain-picker__sugggested-items-container"},Re.map((function(e){return"sub-domain"===e?(0,o.createElement)(a.Fragment,{key:e},$&&(0,o.createElement)(N,null,__("Keep sub-domain","full-site-editing")),(0,o.createElement)(C,{key:e,groupItems:$},!J&&H&&(0,o.createElement)(h.ZP,{key:null==H?void 0:H.domain_name,domain:null==H?void 0:H.domain_name,cost:"Free",isFree:!0,isExistingSubdomain:!0,railcarId:Ne?"".concat(Ne,0):void 0,onRender:function(){return Oe(null==H?void 0:H.domain_name,"".concat(Ne,0),0,!1)},selected:(null==B?void 0:B.domain_name)===(null==H?void 0:H.domain_name),onSelect:function(){null==A||A(null==H?void 0:H.domain_name)},type:Y})||(0,o.createElement)(v.Z,{type:Y}))):(0,o.createElement)(a.Fragment,{key:e},$&&(0,o.createElement)(N,null,__("Professional domains","full-site-editing")),(0,o.createElement)(C,{key:e,groupItems:$},!J&&(null==Ee?void 0:Ee.map((function(e,t){var n,r=null!=H&&H.domain_name?t+1:t,i=1===r,a=null===(n=we[null==e?void 0:e.domain_name])||void 0===n?void 0:n.status,c=!a||(null===w.vn||void 0===w.vn?void 0:w.vn.indexOf(a))>-1;return(0,o.createElement)(h.ZP,{ref:function(e){Ae.current[r]=e},key:e.domain_name,isUnavailable:!c,domain:e.domain_name,cost:e.cost,isLoading:(null==B?void 0:B.domain_name)===e.domain_name&&V,hstsRequired:e.hsts_required,isFree:e.is_free,isRecommended:i,railcarId:Ne?"".concat(Ne).concat(r):void 0,onRender:function(){return Oe(e.domain_name,"".concat(Ne).concat(r),r,i)},onSelect:function(){x(e)},selected:(null==B?void 0:B.domain_name)===e.domain_name,type:Y})})))||(0,u.times)(De,(function(e){return(0,o.createElement)(v.Z,{type:Y,key:e})})),te&&!!Ee&&(0,o.createElement)(y.Z,{onClick:te})))}))),!oe&&L<I&&(null==ve?void 0:ve.length)&&(null==ve?void 0:ve.length)>L&&(0,o.createElement)("div",{className:"domain-picker__show-more"},(0,o.createElement)(l.Button,{onClick:function(){return ae(!0)},isLink:!0},__("View more results","full-site-editing"))))),ke&&!J&&(0,o.createElement)("div",{className:"domain-picker__empty-state"},(0,o.createElement)("p",{className:"domain-picker__empty-state--text"},__("A domain name is the site address people type in their browser to visit your site.","full-site-editing")),(0,o.createElement)("div",null,(0,o.createElement)(P.q,null))))}},7226:function(e,t,n){"use strict";var r=n(3027),i=(n(3804),n(2779)),o=n.n(i);t.Z=function(e){var t=e.type;return(0,r.createElement)("div",{className:o()("domain-picker__suggestion-item placeholder","type-".concat(t))},(0,r.createElement)("div",{className:"domain-picker__suggestion-item-name placeholder"}),(0,r.createElement)("div",{className:"domain-picker__price placeholder"}))}},5179:function(e,t,n){"use strict";var r=n(8527),i=n.n(r),o=n(2220),a=n.n(o),c=n(3027),s=n(3804),u=s.forwardRef((function(e,t){var n=e.type,r=e.disabled,o=a()(e,["type","disabled"]);return"button"===n?(0,c.createElement)("div",o):(0,c.createElement)("button",i()({ref:t,disabled:r},o))}));t.Z=u},947:function(e,t,n){"use strict";n.d(t,{tr:function(){return _},En:function(){return b}});var r=n(8527),i=n.n(r),o=n(1068),a=n.n(o),c=n(3027),s=n(3804),u=n(2779),l=n.n(u),d=n(9215),f=n(6115),p=n(7498),m=n(7997),g=n(1417),h=n(3163),v=n(1749),y=n(5179),_="radio",b="button",E="individual-item",S=function(e){var t=e.isUnavailable,n=e.domain,r=e.isLoading,i=e.cost,o=e.railcarId,u=e.hstsRequired,S=void 0!==u&&u,w=e.isFree,P=void 0!==w&&w,C=e.isExistingSubdomain,N=void 0!==C&&C,x=e.isRecommended,A=void 0!==x&&x,O=e.onSelect,L=e.onRender,T=e.selected,I=e.type,k=void 0===I?_:I,D=e.buttonRef,__=(0,d.QT)().__,R=(0,p.Iu)(),F=(0,g.useViewportMatch)("small","<"),Z=n.indexOf("."),j=n.slice(0,Z),M=n.slice(Z),U=s.useState(),B=a()(U,2),V=B[0],H=B[1],z=s.useState(),$=a()(z,2),W=$[0],G=$[1],q=__("Default","full-site-editing"),Y=__("Free","full-site-editing"),K=__("Included in paid plans","full-site-editing"),Q=__("Included with annual plans","full-site-editing"),J=__("<strong>First year included</strong> in paid plans","full-site-editing"),X=k===E?q:Y,ee=F?K:(0,c.createInterpolateElement)(J,{strong:(0,c.createElement)("strong",null)}),te=k===E?ee:F?Y:Q;s.useEffect((function(){n!==V&&W!==o&&o&&(L(),H(n),G(o))}),[n,V,W,o,L]);var ne=function(){W&&(0,f.Lo)({action:"domain_selected",railcarId:W}),O(n)},re=__("Selected","full-site-editing"),ie=__("Select","full-site-editing");return(0,c.createElement)(y.Z,{ref:D,type:k,key:j,className:l()("domain-picker__suggestion-item",{"is-free":P,"is-selected":T,"is-unavailable":t},"type-".concat(k)),onClick:"button"!==k?ne:void 0,disabled:t},k===_&&(r?(0,c.createElement)(m.Spinner,null):(0,c.createElement)("span",{className:l()("domain-picker__suggestion-radio-circle",{"is-checked":T,"is-unavailable":t})})),(0,c.createElement)("div",{className:"domain-picker__suggestion-item-name"},(0,c.createElement)("div",{className:"domain-picker__suggestion-item-name-inner"},(0,c.createElement)("span",{className:l()("domain-picker__domain-wrapper",{"with-margin":!S})},(0,c.createElement)("span",{className:"domain-picker__domain-sub-domain"},j),(0,c.createElement)("span",{className:"domain-picker__domain-tld"},M)),A&&!t&&(0,c.createElement)("div",{className:"domain-picker__badge is-recommended"},__("Recommended","full-site-editing")),S&&(0,c.createElement)(v.Z,{position:F?"bottom center":"middle right",noArrow:!1,className:"domain-picker__info-tooltip"},(0,c.createInterpolateElement)(__("All domains ending with <tld /> require an SSL certificate to host a website. When you host this domain at WordPress.com an SSL certificate is included. <learn_more_link>Learn more</learn_more_link>","full-site-editing"),{tld:(0,c.createElement)("b",null,M),learn_more_link:(0,c.createElement)("a",{target:"_blank",rel:"noreferrer",href:R("https://wordpress.com/support/https-ssl")})}))),N&&k!==E&&(0,c.createElement)("div",{className:"domain-picker__change-subdomain-tip"},__("You can change your free subdomain later under Domain Settings.","full-site-editing"))),(0,c.createElement)("div",{className:l()("domain-picker__price",{"is-paid":!P})},t&&__("Unavailable","full-site-editing"),P&&!t&&X,!P&&!t&&(0,c.createElement)(c.Fragment,null,(0,c.createElement)("span",{className:"domain-picker__price-cost"},(0,h.sprintf)(__("%s/year","full-site-editing"),i)),(0,c.createElement)("span",{className:"domain-picker__price-inclusive"}," ",te," "),(0,c.createElement)("span",{className:"domain-picker__price-renewal"},(0,h.sprintf)(__("Renews at: %s /year","full-site-editing"),i)))),k===b&&(r?(0,c.createElement)(m.Spinner,null):(0,c.createElement)("div",{className:"domain-picker__action"},(0,c.createElement)(m.Button,{ref:D,isSecondary:!0,className:l()("domain-picker__suggestion-select-button",{"is-selected":T&&!t}),disabled:t,onClick:ne},T&&!t?re:ie))))};t.ZP=s.forwardRef((function(e,t){return(0,c.createElement)(S,i()({},e,{buttonRef:t}))}))},4531:function(e,t,n){"use strict";var r=n(3027),i=(n(3804),n(9211)),o=n(9215),a=n(5179);t.Z=function(e){var t=e.onClick,n=(0,o.QT)(),__=n.__,_x=n._x;return(0,r.createElement)(a.Z,{type:"button",className:"domain-picker__suggestion-item type-link",onClick:t},(0,r.createElement)("div",{className:"domain-picker__suggestion-item-name"},(0,r.createElement)("span",{className:"domain-picker__domain-wrapper with-margin with-bold-text"},__("Already own a domain?","full-site-editing")),(0,r.createElement)("div",null,(0,r.createElement)("span",{className:"domain-picker__item-tip"},_x("You can use it as your site's address.","Upgrades: Register domain description","full-site-editing")))),(0,r.createElement)(i.b4,{arrow:"right",onClick:t},_x("Use a domain I own","Domain transfer or mapping suggestion button","full-site-editing")))}},1071:function(e,t,n){"use strict";n.d(t,{P:function(){return o}});var r=n(5707),i=n(3300);function o(){return(0,r.useSelect)((function(e){return e(i.GN).getDomainAvailabilities()}),[])}},5241:function(e,t,n){"use strict";n.d(t,{O:function(){return l}});var r=n(417),i=n.n(r),o=n(1068),a=n.n(o),c=n(5707),s=n(7127),u=n(3300);function l(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2?arguments[2]:void 0,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"en",o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{},l=(0,s.Z)(e,u.dP),d=a()(l,1),f=d[0],p=(0,c.useDispatch)(u.GN),m=p.invalidateResolutionForStoreSelector;return(0,c.useSelect)((function(e){if(f&&!(f.length<u.F9)){var a=e(u.GN),c=a.getDomainSuggestions,s=a.getDomainState,l=a.getDomainErrorMessage;return{allDomainSuggestions:c(f,i()({include_wordpressdotcom:!0,include_dotblogsubdomain:!1,quantity:t+1,locale:r,category_slug:n},o)),state:s(),errorMessage:l(),retryRequest:function(){m("__internalGetDomainSuggestions")}}}}),[f,n,t])}},1045:function(e,t,n){"use strict";n.d(t,{$:function(){return s}});var r=n(5182),i=n.n(r),o=n(1068),a=n.n(o),c=n(3804);function s(e,t,n){var r=c.useState(),o=a()(r,2),s=o[0],u=o[1],l=t&&Array.isArray(e)?[t].concat(i()(e)):e;if(c.useEffect((function(){var e=null==l?void 0:l.some((function(e){return e.domain_name===(null==n?void 0:n.domain_name)}));null!=l&&l.length&&!e&&u(n)}),[n,l]),!(null==l?void 0:l.some((function(e){return(null==e?void 0:e.domain_name)===(null==s?void 0:s.domain_name)}))))return s}},1749:function(e,t,n){"use strict";var r=n(1068),i=n.n(r),o=n(3027),a=n(3804),c=n(2779),s=n.n(c),u=n(7997),l=n(5614);n(6528);t.Z=function(e){var t=e.children,n=e.className,r=e.id,c=e.position,d=void 0===c?"bottom center":c,f=e.noArrow,p=void 0===f||f,m=(0,a.useState)(!1),g=i()(m,2),h=g[0],v=g[1];return(0,o.createElement)((function(e){return(0,o.createElement)(u.Button,e)}),{icon:l.Z,onClick:function(e){v(!h),e.stopPropagation()},className:"info-tooltip","data-testid":"info-tooltip"},h&&(0,o.createElement)(u.Popover,{id:r,className:s()("info-tooltip__content",n),onClose:function(){v(!1)},position:d,noArrow:p},t))}},7356:function(e,t,n){"use strict";function r(e){if(e)return{domain_name:e,relevance:1,supports_privacy:!0,vendor:"",cost:"",product_id:0,product_slug:"",raw_price:0,currency_code:""}}function i(e){return void 0!==e.normalize&&!!e.normalize("NFD").replace(/[\u0300-\u036f]/g,"").match(/[a-z0-9-.\s]/i)}n.d(t,{n:function(){return r},Q:function(){return i}})},3759:function(e,t,n){"use strict";n.d(t,{X:function(){return i}});var r={AED:{symbol:"د.إ.‏",grouping:",",decimal:".",precision:2},AFN:{symbol:"؋",grouping:",",decimal:".",precision:2},ALL:{symbol:"Lek",grouping:".",decimal:",",precision:2},AMD:{symbol:"֏",grouping:",",decimal:".",precision:2},ANG:{symbol:"ƒ",grouping:",",decimal:".",precision:2},AOA:{symbol:"Kz",grouping:",",decimal:".",precision:2},ARS:{symbol:"$",grouping:".",decimal:",",precision:2},AUD:{symbol:"A$",grouping:",",decimal:".",precision:2},AWG:{symbol:"ƒ",grouping:",",decimal:".",precision:2},AZN:{symbol:"₼",grouping:" ",decimal:",",precision:2},BAM:{symbol:"КМ",grouping:".",decimal:",",precision:2},BBD:{symbol:"Bds$",grouping:",",decimal:".",precision:2},BDT:{symbol:"৳",grouping:",",decimal:".",precision:0},BGN:{symbol:"лв.",grouping:" ",decimal:",",precision:2},BHD:{symbol:"د.ب.‏",grouping:",",decimal:".",precision:3},BIF:{symbol:"FBu",grouping:",",decimal:".",precision:0},BMD:{symbol:"$",grouping:",",decimal:".",precision:2},BND:{symbol:"$",grouping:".",decimal:",",precision:0},BOB:{symbol:"Bs",grouping:".",decimal:",",precision:2},BRL:{symbol:"R$",grouping:".",decimal:",",precision:2},BSD:{symbol:"$",grouping:",",decimal:".",precision:2},BTC:{symbol:"Ƀ",grouping:",",decimal:".",precision:2},BTN:{symbol:"Nu.",grouping:",",decimal:".",precision:1},BWP:{symbol:"P",grouping:",",decimal:".",precision:2},BYR:{symbol:"р.",grouping:" ",decimal:",",precision:2},BZD:{symbol:"BZ$",grouping:",",decimal:".",precision:2},CAD:{symbol:"C$",grouping:",",decimal:".",precision:2},CDF:{symbol:"FC",grouping:",",decimal:".",precision:2},CHF:{symbol:"CHF",grouping:"'",decimal:".",precision:2},CLP:{symbol:"$",grouping:".",decimal:",",precision:2},CNY:{symbol:"¥",grouping:",",decimal:".",precision:2},COP:{symbol:"$",grouping:".",decimal:",",precision:2},CRC:{symbol:"₡",grouping:".",decimal:",",precision:2},CUC:{symbol:"CUC",grouping:",",decimal:".",precision:2},CUP:{symbol:"$MN",grouping:",",decimal:".",precision:2},CVE:{symbol:"$",grouping:",",decimal:".",precision:2},CZK:{symbol:"Kč",grouping:" ",decimal:",",precision:2},DJF:{symbol:"Fdj",grouping:",",decimal:".",precision:0},DKK:{symbol:"kr.",grouping:"",decimal:",",precision:2},DOP:{symbol:"RD$",grouping:",",decimal:".",precision:2},DZD:{symbol:"د.ج.‏",grouping:",",decimal:".",precision:2},EGP:{symbol:"ج.م.‏",grouping:",",decimal:".",precision:2},ERN:{symbol:"Nfk",grouping:",",decimal:".",precision:2},ETB:{symbol:"ETB",grouping:",",decimal:".",precision:2},EUR:{symbol:"€",grouping:".",decimal:",",precision:2},FJD:{symbol:"FJ$",grouping:",",decimal:".",precision:2},FKP:{symbol:"£",grouping:",",decimal:".",precision:2},GBP:{symbol:"£",grouping:",",decimal:".",precision:2},GEL:{symbol:"Lari",grouping:" ",decimal:",",precision:2},GHS:{symbol:"₵",grouping:",",decimal:".",precision:2},GIP:{symbol:"£",grouping:",",decimal:".",precision:2},GMD:{symbol:"D",grouping:",",decimal:".",precision:2},GNF:{symbol:"FG",grouping:",",decimal:".",precision:0},GTQ:{symbol:"Q",grouping:",",decimal:".",precision:2},GYD:{symbol:"G$",grouping:",",decimal:".",precision:2},HKD:{symbol:"HK$",grouping:",",decimal:".",precision:2},HNL:{symbol:"L.",grouping:",",decimal:".",precision:2},HRK:{symbol:"kn",grouping:".",decimal:",",precision:2},HTG:{symbol:"G",grouping:",",decimal:".",precision:2},HUF:{symbol:"Ft",grouping:".",decimal:",",precision:0},IDR:{symbol:"Rp",grouping:".",decimal:",",precision:0},ILS:{symbol:"₪",grouping:",",decimal:".",precision:2},INR:{symbol:"₹",grouping:",",decimal:".",precision:2},IQD:{symbol:"د.ع.‏",grouping:",",decimal:".",precision:2},IRR:{symbol:"﷼",grouping:",",decimal:"/",precision:2},ISK:{symbol:"kr.",grouping:".",decimal:",",precision:0},JMD:{symbol:"J$",grouping:",",decimal:".",precision:2},JOD:{symbol:"د.ا.‏",grouping:",",decimal:".",precision:3},JPY:{symbol:"¥",grouping:",",decimal:".",precision:0},KES:{symbol:"S",grouping:",",decimal:".",precision:2},KGS:{symbol:"сом",grouping:" ",decimal:"-",precision:2},KHR:{symbol:"៛",grouping:",",decimal:".",precision:0},KMF:{symbol:"CF",grouping:",",decimal:".",precision:2},KPW:{symbol:"₩",grouping:",",decimal:".",precision:0},KRW:{symbol:"₩",grouping:",",decimal:".",precision:0},KWD:{symbol:"د.ك.‏",grouping:",",decimal:".",precision:3},KYD:{symbol:"$",grouping:",",decimal:".",precision:2},KZT:{symbol:"₸",grouping:" ",decimal:"-",precision:2},LAK:{symbol:"₭",grouping:",",decimal:".",precision:0},LBP:{symbol:"ل.ل.‏",grouping:",",decimal:".",precision:2},LKR:{symbol:"₨",grouping:",",decimal:".",precision:0},LRD:{symbol:"L$",grouping:",",decimal:".",precision:2},LSL:{symbol:"M",grouping:",",decimal:".",precision:2},LYD:{symbol:"د.ل.‏",grouping:",",decimal:".",precision:3},MAD:{symbol:"د.م.‏",grouping:",",decimal:".",precision:2},MDL:{symbol:"lei",grouping:",",decimal:".",precision:2},MGA:{symbol:"Ar",grouping:",",decimal:".",precision:0},MKD:{symbol:"ден.",grouping:".",decimal:",",precision:2},MMK:{symbol:"K",grouping:",",decimal:".",precision:2},MNT:{symbol:"₮",grouping:" ",decimal:",",precision:2},MOP:{symbol:"MOP$",grouping:",",decimal:".",precision:2},MRO:{symbol:"UM",grouping:",",decimal:".",precision:2},MTL:{symbol:"₤",grouping:",",decimal:".",precision:2},MUR:{symbol:"₨",grouping:",",decimal:".",precision:2},MVR:{symbol:"MVR",grouping:",",decimal:".",precision:1},MWK:{symbol:"MK",grouping:",",decimal:".",precision:2},MXN:{symbol:"MX$",grouping:",",decimal:".",precision:2},MYR:{symbol:"RM",grouping:",",decimal:".",precision:2},MZN:{symbol:"MT",grouping:",",decimal:".",precision:0},NAD:{symbol:"N$",grouping:",",decimal:".",precision:2},NGN:{symbol:"₦",grouping:",",decimal:".",precision:2},NIO:{symbol:"C$",grouping:",",decimal:".",precision:2},NOK:{symbol:"kr",grouping:" ",decimal:",",precision:2},NPR:{symbol:"₨",grouping:",",decimal:".",precision:2},NZD:{symbol:"NZ$",grouping:",",decimal:".",precision:2},OMR:{symbol:"﷼",grouping:",",decimal:".",precision:3},PAB:{symbol:"B/.",grouping:",",decimal:".",precision:2},PEN:{symbol:"S/.",grouping:",",decimal:".",precision:2},PGK:{symbol:"K",grouping:",",decimal:".",precision:2},PHP:{symbol:"₱",grouping:",",decimal:".",precision:2},PKR:{symbol:"₨",grouping:",",decimal:".",precision:2},PLN:{symbol:"zł",grouping:" ",decimal:",",precision:2},PYG:{symbol:"₲",grouping:".",decimal:",",precision:2},QAR:{symbol:"﷼",grouping:",",decimal:".",precision:2},RON:{symbol:"lei",grouping:".",decimal:",",precision:2},RSD:{symbol:"Дин.",grouping:".",decimal:",",precision:2},RUB:{symbol:"₽",grouping:" ",decimal:",",precision:2},RWF:{symbol:"RWF",grouping:" ",decimal:",",precision:2},SAR:{symbol:"﷼",grouping:",",decimal:".",precision:2},SBD:{symbol:"S$",grouping:",",decimal:".",precision:2},SCR:{symbol:"₨",grouping:",",decimal:".",precision:2},SDD:{symbol:"LSd",grouping:",",decimal:".",precision:2},SDG:{symbol:"£‏",grouping:",",decimal:".",precision:2},SEK:{symbol:"kr",grouping:",",decimal:".",precision:2},SGD:{symbol:"S$",grouping:",",decimal:".",precision:2},SHP:{symbol:"£",grouping:",",decimal:".",precision:2},SLL:{symbol:"Le",grouping:",",decimal:".",precision:2},SOS:{symbol:"S",grouping:",",decimal:".",precision:2},SRD:{symbol:"$",grouping:",",decimal:".",precision:2},STD:{symbol:"Db",grouping:",",decimal:".",precision:2},SVC:{symbol:"₡",grouping:",",decimal:".",precision:2},SYP:{symbol:"£",grouping:",",decimal:".",precision:2},SZL:{symbol:"E",grouping:",",decimal:".",precision:2},THB:{symbol:"฿",grouping:",",decimal:".",precision:2},TJS:{symbol:"TJS",grouping:" ",decimal:";",precision:2},TMT:{symbol:"m",grouping:" ",decimal:",",precision:0},TND:{symbol:"د.ت.‏",grouping:",",decimal:".",precision:3},TOP:{symbol:"T$",grouping:",",decimal:".",precision:2},TRY:{symbol:"TL",grouping:".",decimal:",",precision:2},TTD:{symbol:"TT$",grouping:",",decimal:".",precision:2},TVD:{symbol:"$T",grouping:",",decimal:".",precision:2},TWD:{symbol:"NT$",grouping:",",decimal:".",precision:2},TZS:{symbol:"TSh",grouping:",",decimal:".",precision:2},UAH:{symbol:"₴",grouping:" ",decimal:",",precision:2},UGX:{symbol:"USh",grouping:",",decimal:".",precision:2},USD:{symbol:"$",grouping:",",decimal:".",precision:2},UYU:{symbol:"$U",grouping:".",decimal:",",precision:2},UZS:{symbol:"сўм",grouping:" ",decimal:",",precision:2},VEB:{symbol:"Bs.",grouping:",",decimal:".",precision:2},VEF:{symbol:"Bs. F.",grouping:".",decimal:",",precision:2},VND:{symbol:"₫",grouping:".",decimal:",",precision:1},VUV:{symbol:"VT",grouping:",",decimal:".",precision:0},WST:{symbol:"WS$",grouping:",",decimal:".",precision:2},XAF:{symbol:"F",grouping:",",decimal:".",precision:2},XCD:{symbol:"$",grouping:",",decimal:".",precision:2},XOF:{symbol:"F",grouping:" ",decimal:",",precision:2},XPF:{symbol:"F",grouping:",",decimal:".",precision:2},YER:{symbol:"﷼",grouping:",",decimal:".",precision:2},ZAR:{symbol:"R",grouping:" ",decimal:",",precision:2},ZMW:{symbol:"ZK",grouping:",",decimal:".",precision:2},WON:{symbol:"₩",grouping:",",decimal:".",precision:2}};function i(e){return r[e]||{symbol:"$",grouping:",",decimal:".",precision:2}}},1621:function(e,t,n){"use strict";n.d(t,{ZP:function(){return c}});var r=n(417),i=n.n(r),o=n(1481),a=n(3759);function c(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=(0,a.X)(t);if(!r||isNaN(e))return null;var c=i()(i()({},r),n),u=c.decimal,l=c.grouping,d=c.precision,f=c.symbol,p=e<0?"-":"",m=(0,o.Y4)(Math.abs(e),{decimals:d,thousandsSep:l,decPoint:u});return n.stripZeros&&(m=s(m,u)),"".concat(p).concat(f).concat(m)}function s(e,t){var n=new RegExp("\\".concat(t,"0+$"));return e.replace(n,"")}},914:function(e,t,n){"use strict";var r=n(5182),i=n.n(r),o=n(1260),a=n.n(o),c=n(8049),s=n.n(c),u=n(7010),l=n(9830),d=n(7839),f=n.n(d),p=n(5079),m=n.n(p),g=n(382),h=n(6668),v=n(3),y=s()("i18n-calypso"),_="number_format_decimals",b="number_format_thousands_sep",E="messages",S=[function(e){return e}],w={};function P(){O.throwErrors&&"undefined"!=typeof window&&window.console&&window.console.warn&&window.console.warn.apply(window.console,arguments)}function C(e){return Array.prototype.slice.call(e)}function N(e){var t=e[0];("string"!=typeof t||e.length>3||e.length>2&&"object"==typeof e[1]&&"object"==typeof e[2])&&P("Deprecated Invocation: `translate()` accepts ( string, [string], [object] ). These arguments passed:",C(e),". See https://github.com/Automattic/i18n-calypso#translate-method"),2===e.length&&"string"==typeof t&&"string"==typeof e[1]&&P("Invalid Invocation: `translate()` requires an options object for plural translations, but passed:",C(e));for(var n={},r=0;r<e.length;r++)"object"==typeof e[r]&&(n=e[r]);if("string"==typeof t?n.original=t:"object"==typeof n.original&&(n.plural=n.original.plural,n.count=n.original.count,n.original=n.original.single),"string"==typeof e[1]&&(n.plural=e[1]),void 0===n.original)throw new Error("Translate called without a `string` value as first argument.");return n}function x(e,t){return e.dcnpgettext(E,t.context,t.original,t.plural,t.count)}function A(e,t){for(var n=S.length-1;n>=0;n--){var r=S[n](Object.assign({},t)),i=r.context?r.context+""+r.original:r.original;if(e.state.locale[i])return x(e.state.tannin,r)}return null}function O(){if(!(this instanceof O))return new O;this.defaultLocaleSlug="en",this.defaultPluralForms=function(e){return 1===e?0:1},this.state={numberFormatSettings:{},tannin:void 0,locale:void 0,localeSlug:void 0,localeVariant:void 0,textDirection:void 0,translations:f()({max:100})},this.componentUpdateHooks=[],this.translateHooks=[],this.stateObserver=new g.EventEmitter,this.stateObserver.setMaxListeners(0),this.configure()}O.throwErrors=!1,O.prototype.on=function(){var e;(e=this.stateObserver).on.apply(e,arguments)},O.prototype.off=function(){var e;(e=this.stateObserver).off.apply(e,arguments)},O.prototype.emit=function(){var e;(e=this.stateObserver).emit.apply(e,arguments)},O.prototype.numberFormat=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n="number"==typeof t?t:t.decimals||0,r=t.decPoint||this.state.numberFormatSettings.decimal_point||".",i=t.thousandsSep||this.state.numberFormatSettings.thousands_sep||",";return(0,v.Z)(e,n,r,i)},O.prototype.configure=function(e){Object.assign(this,e||{}),this.setLocale()},O.prototype.setLocale=function(e){var t,n,r;if(e&&e[""]&&e[""]["key-hash"]){var i=e[""]["key-hash"],o=function(e,t){var n=!1===t?"":String(t);if(void 0!==w[n+e])return w[n+e];var r=m()().update(e).digest("hex");return w[n+e]=t?r.substr(0,t):r},c=function(e){return function(t){return t.context?(t.original=o(t.context+String.fromCharCode(4)+t.original,e),delete t.context):t.original=o(t.original,e),t}};if("sha1"===i.substr(0,4))if(4===i.length)S.push(c(!1));else{var s=i.substr(5).indexOf("-");if(s<0){var u=Number(i.substr(5));S.push(c(u))}else for(var d=Number(i.substr(5,s)),f=Number(i.substr(6+s)),p=d;p<=f;p++)S.push(c(p))}}if(e&&e[""].localeSlug)if(e[""].localeSlug===this.state.localeSlug){if(e===this.state.locale)return;Object.assign(this.state.locale,e)}else this.state.locale=Object.assign({},e);else this.state.locale={"":{localeSlug:this.defaultLocaleSlug,plural_forms:this.defaultPluralForms}};this.state.localeSlug=this.state.locale[""].localeSlug,this.state.localeVariant=this.state.locale[""].localeVariant,this.state.textDirection=(null===(t=this.state.locale["text directionltr"])||void 0===t?void 0:t[0])||(null===(n=this.state.locale[""])||void 0===n||null===(r=n.momentjs_locale)||void 0===r?void 0:r.textDirection),this.state.tannin=new l.Z(a()({},E,this.state.locale)),this.state.numberFormatSettings.decimal_point=x(this.state.tannin,N([_])),this.state.numberFormatSettings.thousands_sep=x(this.state.tannin,N([b])),this.state.numberFormatSettings.decimal_point===_&&(this.state.numberFormatSettings.decimal_point="."),this.state.numberFormatSettings.thousands_sep===b&&(this.state.numberFormatSettings.thousands_sep=","),this.stateObserver.emit("change")},O.prototype.getLocale=function(){return this.state.locale},O.prototype.getLocaleSlug=function(){return this.state.localeSlug},O.prototype.getLocaleVariant=function(){return this.state.localeVariant},O.prototype.isRtl=function(){return"rtl"===this.state.textDirection},O.prototype.addTranslations=function(e){for(var t in e)""!==t&&(this.state.tannin.data.messages[t]=e[t]);this.stateObserver.emit("change")},O.prototype.hasTranslation=function(){return!!A(this,N(arguments))},O.prototype.translate=function(){var e=N(arguments),t=A(this,e);if(t||(t=x(this.state.tannin,e)),e.args){var n=Array.isArray(e.args)?e.args.slice(0):[e.args];n.unshift(t);try{t=h.Z.apply(void 0,i()(n))}catch(o){if(!window||!window.console)return;var r=this.throwErrors?"error":"warn";"string"!=typeof o?window.console[r](o):window.console[r]("i18n sprintf error:",n)}}return e.components&&(t=(0,u.Z)({mixedString:t,components:e.components,throwErrors:this.throwErrors})),this.translateHooks.forEach((function(n){t=n(t,e)})),t},O.prototype.reRenderTranslations=function(){y("Re-rendering all translations due to external request"),this.stateObserver.emit("change")},O.prototype.registerComponentUpdateHook=function(e){this.componentUpdateHooks.push(e)},O.prototype.registerTranslateHook=function(e){this.translateHooks.push(e)},t.Z=O},1481:function(e,t,n){"use strict";n.d(t,{Y4:function(){return s},Iu:function(){return u}});var r=n(914),i=n(3493),o=n(975),a=n(8373),c=new r.Z,s=c.numberFormat.bind(c),u=c.translate.bind(c),l=(c.configure.bind(c),c.setLocale.bind(c),c.getLocale.bind(c),c.getLocaleSlug.bind(c),c.getLocaleVariant.bind(c),c.isRtl.bind(c),c.addTranslations.bind(c),c.reRenderTranslations.bind(c),c.registerComponentUpdateHook.bind(c),c.registerTranslateHook.bind(c),c.state,c.stateObserver,c.on.bind(c),c.off.bind(c),c.emit.bind(c),(0,i.Z)(c),(0,o.Z)(c),(0,a.Z)(c));l.useRtl,l.withRtl},3493:function(e,t,n){"use strict";n.d(t,{Z:function(){return b}});var r=n(417),i=n.n(r),o=n(85),a=n.n(o),c=n(5198),s=n.n(c),u=n(8111),l=n.n(u),d=n(270),f=n.n(d),p=n(4564),m=n.n(p),g=n(1260),h=n.n(g),v=n(3027),y=n(3804),_=n.n(y);function b(e){var t={numberFormat:e.numberFormat.bind(e),translate:e.translate.bind(e)};return function(n){var r,o,c=n.displayName||n.name||"";return o=r=function(r){f()(c,r);var o=m()(c);function c(){var e;a()(this,c);for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return e=o.call.apply(o,[this].concat(n)),h()(l()(e),"boundForceUpdate",e.forceUpdate.bind(l()(e))),e}return s()(c,[{key:"componentDidMount",value:function(){e.on("change",this.boundForceUpdate)}},{key:"componentWillUnmount",value:function(){e.off("change",this.boundForceUpdate)}},{key:"render",value:function(){var r=i()(i()({locale:e.getLocaleSlug()},this.props),t);return(0,v.createElement)(n,r)}}]),c}(_().Component),h()(r,"displayName","Localized("+c+")"),o}}},3:function(e,t,n){"use strict";function r(e,t,n,r){e=(e+"").replace(/[^0-9+\-Ee.]/g,"");var i=isFinite(+e)?+e:0,o=isFinite(+t)?Math.abs(t):0,a=void 0===r?",":r,c=void 0===n?".":n,s="";return(s=(o?
20
  /*
21
  * Exposes number format capability
22
  *
@@ -24,4 +24,4 @@ object-assign
24
  * @license See CREDITS.md
25
  * @see https://github.com/kvz/phpjs/blob/ffe1356af23a6f2512c84c954dd4e828e92579fa/functions/strings/number_format.js
26
  */
27
- function(e,t){var n=Math.pow(10,t);return""+(Math.round(e*n)/n).toFixed(t)}(i,o):""+Math.round(i)).split("."))[0].length>3&&(s[0]=s[0].replace(/\B(?=(?:\d{3})+(?!\d))/g,a)),(s[1]||"").length<o&&(s[1]=s[1]||"",s[1]+=new Array(o-s[1].length+1).join("0")),s.join(c)}n.d(t,{Z:function(){return r}})},8373:function(e,t,n){"use strict";n.d(t,{Z:function(){return u}});var r=n(8527),i=n.n(r),o=n(3027),a=n(3804),c=n(6718),s=n(1417);function u(e){var t={getCurrentValue:function(){return e.isRtl()},subscribe:function(t){return e.on("change",t),function(){return e.off("change",t)}}};function n(){return(0,c.useSubscription)(t)}var r=(0,s.createHigherOrderComponent)((function(e){return(0,a.forwardRef)((function(t,r){var a=n();return(0,o.createElement)(e,i()({},t,{isRtl:a,ref:r}))}))}),"WithRTL");return{useRtl:n,withRtl:r}}},975:function(e,t,n){"use strict";n.d(t,{Z:function(){return c}});var r=n(1068),i=n.n(r),o=n(3804),a=n.n(o);function c(e){function t(){var t=e.translate.bind(e);return Object.defineProperty(t,"localeSlug",{get:e.getLocaleSlug.bind(e)}),t}return function(){var n=a().useState(t),r=i()(n,2),o=r[0],c=r[1];return a().useEffect((function(){var n=function(){return c(t)};return e.on("change",n),function(){return e.off("change",n)}}),[]),o}}},849:function(e,t,n){"use strict";n.d(t,{Iw:function(){return u},bU:function(){return l}});var r=n(8527),i=n.n(r),o=n(3027),a=n(3804),c=n(1417),s=(0,a.createContext)("en"),u=function(e){var t=e.children,n=e.localeSlug;return(0,o.createElement)(s.Provider,{value:n},t)};function l(){return(0,a.useContext)(s)}(0,c.createHigherOrderComponent)((function(e){return function(t){var n=l();return(0,o.createElement)(e,i()({locale:n},t))}}),"withLocale")},4655:function(e,t,n){"use strict";n.d(t,{GG:function(){return r},iT:function(){return i},xn:function(){return o},Xb:function(){return a},xN:function(){return c},hI:function(){return s},mL:function(){return u},vS:function(){return l},_r:function(){return d}});var r=["en","ja","es","pt","fr","pt-br"],i=["en","fr","de"],o=["en","fr","de"],a={"pt-br":"br",br:"bre",zh:"zh-cn","zh-hk":"zh-tw","zh-sg":"zh-cn",kr:"ko"},c=["en","en-gb"],s=["ar","de","en","es","fr","he","id","it","ja","ko","nl","pt-br","ru","sv","tr","zh-cn","zh-tw"],u=["ar","de","el","en","es","fa","fi","fr","id","it","ja","nl","pt","pt-br","ru","sv","th","tl","tr"],l=["es","pt-br","de","fr","he","ja","it","nl","ru","tr","id","zh-cn","zh-tw","ko","ar","sv"],d=["en","ar","de","es","fr","he","id","it","ja","ko","nl","pt-br","ro","ru","sv","tr","zh-cn","zh-tw"]},7498:function(e,t,n){"use strict";n.d(t,{Iu:function(){return h}});var r=n(8527),i=n.n(r),o=n(3027),a=n(3804),c=n(1417),s=n(849),u=n(4655),l="http://__domain__.invalid",d=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return function(n,r){return t.includes(r)&&"en"!==r&&n.pathname.substr(0,r.length+2)!=="/"+r+"/"&&(n.host="".concat(u.Xb[r]||r,".").concat(e)),n}},f=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return function(r,i){return r.host="wordpress.com","object"==typeof n&&n instanceof RegExp&&!n.test(r.pathname)&&(t=[]),r.pathname=e+r.pathname,t.includes(i)&&"en"!==i&&(r.pathname=i+r.pathname),r}},p=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;return function(n,r){return"object"==typeof t&&t instanceof RegExp&&!t.test(n.pathname)||e.includes(r)&&"en"!==r&&(n.pathname=r+n.pathname),n}},m={"wordpress.com/support/":p(u.hI),"wordpress.com/forums/":p(u.mL),"wordpress.com/blog/":p(u.GG,/^\/blog\/?$/),"wordpress.com/tos/":p(u.vS),"wordpress.com/wp-admin/":d("wordpress.com",u.vS),"wordpress.com/wp-login.php":d("wordpress.com",u.vS),"jetpack.com":d("jetpack.com",u._r),"en.support.wordpress.com":f("/support",u.hI),"en.blog.wordpress.com":f("/blog",u.GG,/^\/$/),"en.forums.wordpress.com":f("/forums",u.mL),"automattic.com/privacy/":p(u.iT),"automattic.com/cookies/":p(u.xn),"wordpress.com/help/contact/":function(e,t,n){return n?e:(e.pathname=e.pathname.replace(/\/help\//,"/support/"),p(u.hI)(e,t))},"wordpress.com":p(u.vS)};function g(e,t){var n,r=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];try{n=new URL(String(e),l)}catch(c){return e}if(n.origin===l)return e;n.protocol="https:",n.hostname="",n.pathname.endsWith(".php")||(n.pathname=(n.pathname+"/").replace(/\/+$/,"/"));var i=n.pathname.substr(0,1+n.pathname.indexOf("/",1));if("en.wordpress.com"===n.host&&(n.host="wordpress.com"),"/"+t+"/"===i)return n.href;for(var o=[n.host,n.host+i,n.host+n.pathname],a=o.length-1;a>=0;a--)if(o[a]in m)return m[o[a]](n,t,r).href;return e}function h(){var e=(0,s.bU)();return(0,a.useCallback)((function(t,n,r){return g(t,n||e,r)}),[e])}(0,c.createHigherOrderComponent)((function(e){return function(t){var n=h();return(0,o.createElement)(e,i()({localizeUrl:n},t))}}),"withLocalizeUrl")},7469:function(e,t,n){"use strict";n.d(t,{s:function(){return r}});var r="focused-launch"},6357:function(e,t,n){"use strict";var r=n(417),i=n.n(r),o=n(3804),a=n(791),c=function(e){window.location.href=e},s=o.createContext({siteId:0,redirectTo:c,getCurrentLaunchFlowUrl:function(){return window.location.href},openCheckout:function(e,t){c((0,a.addQueryArgs)("/checkout/".concat(e),i()({preLaunch:1},!t&&{redirect_to:"/home/".concat(e)})))},flow:"launch",isInIframe:!1});t.Z=s},1918:function(e,t,n){"use strict";var r=n(3027),i=n(3804),o=n(7267),a=n(3163),c=n(7047),s=n(7356),u=n(947),l=n(5915),d=n(6115),f=n(849),p=n(5144),m=n(6956),g=n(780),h=n(7469),v=n(1319),y=n(6357),__=(n(3440),a.__),_="domain_step";t.Z=function(){var e=i.useContext(y.Z),t=e.getCurrentLaunchFlowUrl,n=e.redirectTo,a=(0,f.bU)(),b=(0,p.j)().siteSubdomain,E=(0,m.f)(),S=E.domainSearch,w=E.setDomainSearch,P=(0,g.my)(),C=P.onDomainSelect,N=P.onExistingSubdomainSelect,x=P.currentDomain,A=(0,o.k6)(),O=function(){A.goBack()},L=t();return(0,r.createElement)("div",{className:"focused-launch-container"},(0,r.createElement)("div",{className:"focused-launch-details__back-button-wrapper"},(0,r.createElement)(v.Z,{onClick:O})),(0,r.createElement)("div",{className:"focused-launch-details__header"},(0,r.createElement)(l.b,null,__("Choose a domain","full-site-editing")),(0,r.createElement)(l.D,null,__("Free for the first year with any paid plan.","full-site-editing"))),(0,r.createElement)("div",{className:"focused-launch-details__body"},(0,r.createElement)(c.ZP,{initialDomainSearch:S,onSetDomainSearch:w,onDomainSearchBlur:function(e){(0,d.jN)("calypso_newsite_domain_search_blur",{flow:h.s,query:e,where:_})},currentDomain:x,existingSubdomain:(0,s.n)(null==b?void 0:b.domain),onDomainSelect:function(e){C(e),O()},onExistingSubdomainSelect:function(){N(),O()},analyticsFlowId:h.s,analyticsUiAlgo:_,segregateFreeAndPaid:!0,locale:a,itemType:u.En,onUseYourDomainClick:function(){var e="/start/new-launch/domains-launch/use-your-domain?siteSlug=".concat(null==b?void 0:b.domain,"&source=").concat(L);n(e)}})))}},1319:function(e,t,n){"use strict";var r=n(8527),i=n.n(r),o=n(2220),a=n.n(o),c=n(3027),s=(n(3804),n(3163)),u=n(5869),l=n(1100),d=n(2779),f=n.n(d),p=n(9211),__=(n(469),s.__);t.Z=function(e){var t=e.className,n=a()(e,["className"]);return(0,c.createElement)(p.xE,i()({},n,{className:f()("go-back-button__focused-launch",t)}),(0,c.createElement)(u.Z,{icon:l.Z}),__("Go back","full-site-editing"))}},1342:function(e,t,n){"use strict";var r=n(1068),i=n.n(r),o=n(3027),a=n(3804),c=n(7267),s=n(5707),u=n(737),l=n(3073),d=n(6321),f=n(3821),p=n(1918),m=n(1796),g=n(4195),h=n(1120),v=n(780),y=n(6698);n(111);t.Z=function(){var e=(0,l.W)(),t=e.hasPaidPlan,n=e.isSiteLaunched,r=e.isSiteLaunching,_=(0,s.useSelect)((function(e){var t=e(h.sC).getState().planProductId;return[e(h.sC).hasSelectedDomain(),t]})),b=i()(_,2),E=b[0],S=b[1],w=(0,v.cU)(),P=(0,s.useDispatch)(h.sC).setDomain;a.useEffect((function(){!E&&w&&P(w)}),[E,w,P]);var C=(0,y.eM)(),N=(0,s.useDispatch)(h.sC).setPlanProductId,x=a.useRef(!0);a.useEffect((function(){S&&(x.current=!1)}),[S]),a.useEffect((function(){!S&&C&&!t&&x.current&&N(C)}),[S,C,N,t,x]);var A=(0,s.useDispatch)(h.sC).unsetPlanProductId;return a.useEffect((function(){t&&A()}),[t,A]),(0,o.createElement)(c.VA,null,(0,o.createElement)(u.Z,{selector:".components-modal__content"}),(n||r)&&(0,o.createElement)(c.l_,{to:d.A.Success}),(0,o.createElement)(c.rs,null,(0,o.createElement)(c.AW,{path:d.A.DomainDetails},(0,o.createElement)(p.Z,null)),(0,o.createElement)(c.AW,{path:d.A.PlanDetails},(0,o.createElement)(m.Z,null)),(0,o.createElement)(c.AW,{path:d.A.Success},(0,o.createElement)(g.Z,null)),(0,o.createElement)(c.AW,{path:d.A.Summary},(0,o.createElement)(f.Z,null))))}},1796:function(e,t,n){"use strict";var r=n(3027),i=(n(3804),n(5707)),o=n(3163),a=n(5315),c=n(5915),s=n(7267),u=n(849),l=n(1120),d=n(1319),__=(n(7097),o.__);t.Z=function(){var e=(0,u.bU)(),t=(0,i.useSelect)((function(e){return e(l.sC).getSelectedDomain()})),n=(0,i.useSelect)((function(e){return e(l.sC).getSelectedPlanProductId()})),f=(0,s.k6)(),p=(0,i.useDispatch)(l.sC).updatePlan,m=t&&!t.is_free,g=function(){f.goBack()};return(0,r.createElement)("div",{className:"focused-launch-container focused-launch-container--wide"},(0,r.createElement)("div",{className:"focused-launch-details__back-button-wrapper"},(0,r.createElement)(d.Z,{onClick:g})),(0,r.createElement)("div",{className:"focused-launch-details__header"},(0,r.createElement)(c.b,{tagName:"h2"},__("Select a plan","full-site-editing")),(0,r.createElement)(c.D,{tagName:"h3"},(0,o.sprintf)(__("There's no risk, you can cancel for a full refund within %1$d days.","full-site-editing"),14))),(0,r.createElement)("div",{className:"focused-launch-details__body"},(0,r.createElement)(a.Z,{currentDomain:t,onPlanSelect:function(e){p(e),g()},currentPlanProductId:n,onPickDomainClick:g,customTagLines:{free:__("Best for getting started","full-site-editing"),business:__("Best for small businesses","full-site-editing")},showPlanTaglines:!0,popularBadgeVariation:"NEXT_TO_NAME",disabledPlans:m?{free:__("Unavailable with domain","full-site-editing")}:void 0,CTAVariation:"FULL_WIDTH",locale:e,hidePlansComparison:!0,defaultAllPlansExpanded:!0})))}},6321:function(e,t,n){"use strict";var r;n.d(t,{A:function(){return r}}),function(e){e.Summary="/",e.PlanDetails="/plan-details",e.DomainDetails="/domain-details",e.Success="/success"}(r||(r={}))},2929:function(e,t,n){"use strict";var r=n(3027),i=(n(3804),n(7997));t.Z=function(e){var t=e.className;return(0,r.createElement)(i.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 356 136",role:"presentation",className:t},(0,r.createElement)(i.Rect,{x:"314.913",y:"59.963",width:"7",height:"22",rx:"3.5",transform:"rotate(-50 314.913 59.963)",fill:"#984A9C"}),(0,r.createElement)(i.Rect,{y:"121.876",width:"5.091",height:"16",rx:"2.545",transform:"rotate(-50 0 121.876)",fill:"#64CA43"}),(0,r.createElement)(i.Rect,{x:"21.447",y:"85.104",width:"7",height:"22",rx:"3.5",transform:"rotate(-120 21.447 85.104)",fill:"#37E788"}),(0,r.createElement)(i.Rect,{x:"75",y:"61.64",width:"4",height:"12.571",rx:"2",transform:"rotate(130 75 61.64)",fill:"#FF2D55"}),(0,r.createElement)(i.Rect,{x:"247.461",y:"63.86",width:"4.773",height:"15",rx:"2.386",transform:"rotate(118 247.461 63.86)",fill:"#E7C037"}),(0,r.createElement)(i.Rect,{x:"97",y:"2.529",width:"4.773",height:"15",rx:"2.386",transform:"rotate(-32 97 2.53)",fill:"#117AC9"}),(0,r.createElement)(i.Rect,{x:"323.638",y:"110.513",width:"5.091",height:"16",rx:"2.545",transform:"rotate(40 323.638 110.513)",fill:"#3361CC"}),(0,r.createElement)(i.Rect,{x:"160.138",y:"27",width:"7",height:"22",rx:"3.5",transform:"rotate(40 160.138 27)",fill:"#FF8085"}),(0,r.createElement)(i.Circle,{cx:"40.5",cy:"101.095",r:"4.5",fill:"#F0B849"}),(0,r.createElement)(i.Circle,{cx:"20.928",cy:"47.751",r:"3",fill:"#BF5AF2"}),(0,r.createElement)(i.Circle,{cx:"341",cy:"134",r:"2",fill:"#F0C930"}),(0,r.createElement)(i.Circle,{cx:"131",cy:"83",r:"2",fill:"#3361CC"}),(0,r.createElement)(i.Circle,{cx:"214.5",cy:"13.5",r:"2.5",fill:"#37E688"}),(0,r.createElement)(i.Circle,{cx:"352.763",cy:"98.263",r:"3",fill:"#009E73"}),(0,r.createElement)(i.Circle,{cx:"285.181",cy:"60.541",r:"3",fill:"#FF3B30"}))}},4195:function(e,t,n){"use strict";var r=n(1068),i=n.n(r),o=n(3027),a=n(3804),c=n(3163),s=n(5915),u=n(9211),l=n(5869),d=n(2042),f=n(7997),p=n(5707),m=n(5144),g=n(2929),h=n(6357),v=n(1120),__=(n(2811),c.__);t.Z=function(){var e=a.useContext(h.Z),t=e.redirectTo,n=e.siteId,r=e.getCurrentLaunchFlowUrl,c=(0,p.useSelect)((function(e){return e(v.j4).isSiteLaunching(n)})),y=(0,p.useSelect)((function(e){return e(v.sC).isSelectedPlanPaid()}),[]),_=(0,p.useDispatch)(v.sC),b=_.unsetModalDismissible,E=_.hideModalTitle,S=_.closeFocusedLaunch,w=(0,m.j)(),P=w.siteSubdomain,C=w.sitePrimaryDomain,N=a.useState(""),x=i()(N,2),A=x[0],O=x[1],L=a.useState(!1),T=i()(L,2),I=T[0],k=T[1];a.useEffect((function(){O("https://".concat(null==C?void 0:C.domain))}),[C]),a.useEffect((function(){b(),E()}),[b,E]);var D=__("Your site will be live shortly.","full-site-editing"),R=__("Congratulations, your website is now live. We're excited to watch you grow with WordPress.","full-site-editing"),F=__("Copy Link","full-site-editing"),Z=__("Copied!","full-site-editing");return(0,o.createElement)("div",{className:"focused-launch-container focused-launch-success__wrapper"},(0,o.createElement)(g.Z,{className:"focused-launch-success__confetti"}),(0,o.createElement)(s.b,{tagName:"h2"},__("Hooray!","full-site-editing")),(0,o.createElement)(s.D,{tagName:"h3"},c?D:R),!c&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)("div",{className:"focused-launch-success__url-wrapper"},(0,o.createElement)("span",{className:"focused-launch-success__url-field"},A),(0,o.createElement)("a",{href:A,target:"_blank",rel:"noopener noreferrer",className:"focused-launch-success__url-link","aria-label":__("Visit site","full-site-editing")},(0,o.createElement)(l.Z,{icon:d.Z,size:16})),(0,o.createElement)(f.ClipboardButton,{text:A,onCopy:function(){return k(!0)},onFinishCopy:function(){return k(!1)},className:"focused-launch-success__url-copy-button"},I?Z:F)),(0,o.createElement)(u.aW,{onClick:function(){if(y){var e,n=null===(e=new URL(r()||""))||void 0===e?void 0:e.pathname;t(n||"/page/".concat(null==P?void 0:P.domain,"/home"))}else S()},className:"focused-launch-success__continue-editing-button"},__("Continue Editing","full-site-editing")),(0,o.createElement)(u.xE,{onClick:function(){t("/home/".concat(null==P?void 0:P.domain))}},__("Back home","full-site-editing"))))}},4245:function(e,t,n){"use strict";n.d(t,{gw:function(){return l},Pw:function(){return d}});var r=n(8527),i=n.n(r),o=n(2220),a=n.n(o),c=n(3027),s=(n(3804),n(2779)),u=n.n(s),l=(n(8432),function(e){var t=e.label,n=e.badgeText;return(0,c.createElement)("div",{className:"focused-launch-summary-item__leading-side"},(0,c.createElement)("span",{className:"focused-launch-summary-item__leading-side-label"},t),n?(0,c.createElement)("span",{className:"focused-launch-summary-item__leading-side-badge"},n):null)}),d=function(e){var t=e.nodeType,n=e.children;return(0,c.createElement)("div",{className:u()({"focused-launch-summary-item__warning-note":"WARNING"===t,"focused-launch-summary-item__price-cost":"PRICE"===t})},n)};t.ZP=function(e){var t=e.children,n=e.isSelected,r=void 0!==n&&n,o=e.readOnly,s=void 0!==o&&o,l=e.isLoading,d=a()(e,["children","isSelected","readOnly","isLoading"]);return(0,c.createElement)("button",i()({},d,{disabled:s,className:u()("focused-launch-summary__item",{"is-selected":r,"is-readonly":s,"is-loading":l})}),null==t?void 0:t[0],null==t?void 0:t[1])}},3821:function(e,t,n){"use strict";var r=n(1068),i=n.n(r),o=n(3027),a=n(3804),c=n(7933),s=n(5915),u=n(9211),l=n(3163),d=n(7997),f=n(7047),p=n(7356),m=n(2779),g=n.n(m),h=n(5869),v=n(9806),y=n(5707),_=n(849),b=n(7498),E=n(6321),S=n(6698),w=n(3073),P=n(4557),C=n(5144),N=n(780),x=n(6956),A=n(8039),O=n(4245),L=n(1120),T=n(6357),I=n(7469),__=(n(7440),l.__),k=(0,o.createElement)(d.SVG,{viewBox:"0 0 24 24"},(0,o.createElement)(d.Path,{d:"M12 15.8c-3.7 0-6.8-3-6.8-6.8s3-6.8 6.8-6.8c3.7 0 6.8 3 6.8 6.8s-3.1 6.8-6.8 6.8zm0-12C9.1 3.8 6.8 6.1 6.8 9s2.4 5.2 5.2 5.2c2.9 0 5.2-2.4 5.2-5.2S14.9 3.8 12 3.8zM8 17.5h8V19H8zM10 20.5h4V22h-4z"})),D=(0,o.createElement)(d.SVG,{className:"focused-launch-summary__info-icon",viewBox:"0 0 24 24",width:"16"},(0,o.createElement)(d.Circle,{cx:"12",cy:"12",stroke:"#8C8F94",strokeWidth:"2",r:"10",fill:"transparent"}),(0,o.createElement)(d.Rect,{x:"10.5",y:"5",width:"3",height:"3",fill:"#8C8F94"}),(0,o.createElement)(d.Rect,{x:"10.5",y:"10",width:"3",height:"8",fill:"#8C8F94"})),R=function(e){var t=e.input,n=e.commentary,r=e.highlighted;return(0,o.createElement)("div",{className:g()("focused-launch-summary__step",{highlighted:r})},(0,o.createElement)("div",{className:"focused-launch-summary__data-input"},(0,o.createElement)("div",{className:"focused-launch-summary__section"},t)),(0,o.createElement)("div",{className:"focused-launch-summary__side-commentary"},n))},F=function(e){var t=e.stepIndex,n=e.value,r=e.onChange,i=e.onBlur;return(0,o.createElement)(R,{highlighted:!0,input:(0,o.createElement)(d.TextControl,{className:"focused-launch-summary__input",label:(0,o.createElement)("label",{className:"focused-launch-summary__label"},t&&"".concat(t,". "),__("Name your site","full-site-editing")),value:n,onChange:r,onBlur:i})})},Z=function(e){var t=e.stepIndex,n=e.existingSubdomain,r=e.currentDomain,i=e.initialDomainSearch,a=e.hasPaidDomain,s=e.onDomainSelect,u=e.onExistingSubdomainSelect,l=e.isLoading,p=e.highlighted,m=(0,_.bU)();return(0,o.createElement)(R,{highlighted:!!p,input:a?(0,o.createElement)(o.Fragment,null,(0,o.createElement)("label",{className:"focused-launch-summary__label"},__("Your domain","full-site-editing"),(0,o.createElement)(d.Tooltip,{position:"top center",text:__("Changes to your purchased domain can be managed from your Domains page.","full-site-editing")},(0,o.createElement)("span",null,D)),(0,o.createElement)("p",{className:"focused-launch-summary__mobile-commentary"},(0,o.createElement)(h.Z,{icon:k}),(0,o.createElement)("span",null,(0,o.createInterpolateElement)(__("<strong>Unique domains</strong> help build brand trust","full-site-editing"),{strong:(0,o.createElement)("strong",null)})))),(0,o.createElement)(O.ZP,{readOnly:!0},(0,o.createElement)(O.gw,{label:(null==r?void 0:r.domain_name)||""}),(0,o.createElement)(O.Pw,{nodeType:"PRICE"},(0,o.createElement)(h.Z,{icon:v.Z,size:18})," ",__("Purchased","full-site-editing")))):(0,o.createElement)(o.Fragment,null,(0,o.createElement)(f.ZP,{header:(0,o.createElement)(o.Fragment,null,(0,o.createElement)("label",{className:"focused-launch-summary__label"},t&&"".concat(t,". "),__("Confirm your domain","full-site-editing")),(0,o.createElement)("p",{className:"focused-launch-summary__mobile-commentary"},(0,o.createElement)(h.Z,{icon:k}),(0,o.createElement)("span",null,(0,o.createInterpolateElement)(__("<strong>46.9%</strong> of registered domains are <strong>.com</strong>","full-site-editing"),{strong:(0,o.createElement)("strong",null)})))),areDependenciesLoading:l,existingSubdomain:n,currentDomain:r,onDomainSelect:s,onExistingSubdomainSelect:u,initialDomainSearch:i,showSearchField:!1,analyticsFlowId:I.s,analyticsUiAlgo:"summary_domain_step",quantity:3,quantityExpanded:3,itemType:"individual-item",locale:m,orderSubDomainsLast:!0}),(0,o.createElement)(c.rU,{to:E.A.DomainDetails,className:"focused-launch-summary__details-link"},__("View all domains","full-site-editing"))),commentary:(0,o.createElement)(o.Fragment,null,a?(0,o.createElement)("p",{className:"focused-launch-summary__side-commentary-title"},(0,o.createInterpolateElement)(__("<strong>Unique domains</strong> help build brand recognition and trust","full-site-editing"),{strong:(0,o.createElement)("strong",null)})):(0,o.createElement)(o.Fragment,null,(0,o.createElement)("p",{className:"focused-launch-summary__side-commentary-title"},(0,o.createInterpolateElement)(__("<strong>46.9%</strong> of globally registered domains are <strong>.com</strong>","full-site-editing"),{strong:(0,o.createElement)("strong",null)})),(0,o.createElement)("ul",{className:"focused-launch-summary__side-commentary-list"},(0,o.createElement)("li",{className:"focused-launch-summary__side-commentary-list-item"},(0,o.createElement)(h.Z,{icon:v.Z}),__("Stand out with a unique domain","full-site-editing")),(0,o.createElement)("li",{className:"focused-launch-summary__side-commentary-list-item"},(0,o.createElement)(h.Z,{icon:v.Z}),__("Easy to remember and easy to share","full-site-editing")),(0,o.createElement)("li",{className:"focused-launch-summary__side-commentary-list-item"},(0,o.createElement)(h.Z,{icon:v.Z}),__("Builds brand recognition and trust","full-site-editing")))))})},j=function(e){var t=e.stepIndex,n=e.highlighted,r=e.hasPaidPlan,s=void 0!==r&&r,u=e.hasPaidDomain,f=void 0!==u&&u,p=e.selectedPaidDomain,m=void 0!==p&&p,g=(0,_.bU)(),b=(0,y.useDispatch)(L.sC).setPlanProductId,P=(0,y.useSelect)((function(e){return[e(L.sC).getSelectedPlanProductId(),e(L.sC).getLastPlanBillingPeriod()]})),C=i()(P,2),N=C[0],x=C[1],A=(0,y.useSelect)((function(e){var t=e(L.Fs);return{selectedPlan:t.getPlanByProductId(N,g),selectedPlanProduct:t.getPlanProductById(N)}})),T=A.selectedPlan,I=A.selectedPlanProduct,F=a.useState(),Z=i()(F,2),j=Z[0],M=Z[1],U=a.useState(),B=i()(U,2),V=B[0],H=B[1],z=(0,S.xn)(x),$=z.defaultPaidPlan,W=z.defaultFreePlan,G=z.defaultPaidPlanProduct,q=z.defaultFreePlanProduct;a.useEffect((function(){T&&$&&!T.isFree&&T.periodAgnosticSlug!==$.periodAgnosticSlug&&(M(T),H(I))}),[T,$,j,I]);var Y=function(e){return e&&e.periodAgnosticSlug===(null==T?void 0:T.periodAgnosticSlug)},K=(0,w.W)().sitePlan,Q=j?[$,j,W]:[$,W],J=V?[G,V,q]:[G,q],X=__("Popular","full-site-editing"),ee=__("Free","full-site-editing"),te=__("Not available with your domain selection","full-site-editing");return(0,o.createElement)(R,{highlighted:!!n,input:s?(0,o.createElement)(o.Fragment,null,(0,o.createElement)("label",{className:"focused-launch-summary__label"},__("Your plan","full-site-editing"),(0,o.createElement)(d.Tooltip,{position:"top center",text:__("Changes to your purchased plan can be managed from your Plans page.","full-site-editing")},(0,o.createElement)("span",null,D)),(0,o.createElement)("p",{className:"focused-launch-summary__mobile-commentary focused-launch-summary__mobile-only"},(0,o.createElement)(h.Z,{icon:k}),(0,o.createElement)("span",null,(0,o.createInterpolateElement)(__("More than <strong>38%</strong> of the internet uses <strong>WordPress</strong>","full-site-editing"),{strong:(0,o.createElement)("strong",null)})))),(0,o.createElement)("div",null,(0,o.createElement)(O.ZP,{readOnly:!0},(0,o.createElement)(O.gw,{label:(0,l.sprintf)(__("%s Plan","full-site-editing"),null==K?void 0:K.product_name_short)}),(0,o.createElement)(O.Pw,{nodeType:"PRICE"},(0,o.createElement)(h.Z,{icon:v.Z,size:18})," ",__("Purchased","full-site-editing"))))):(0,o.createElement)(o.Fragment,null,(0,o.createElement)("label",{className:"focused-launch-summary__label"},t&&"".concat(t,". "),__("Confirm your plan","full-site-editing")),(0,o.createElement)("p",{className:"focused-launch-summary__mobile-commentary focused-launch-summary__mobile-only"},(0,o.createElement)(h.Z,{icon:k}),(0,o.createElement)("span",null,(0,o.createInterpolateElement)(__("Grow your business with <strong>WordPress Business</strong>","full-site-editing"),{strong:(0,o.createElement)("strong",null)}))),(0,o.createElement)("div",null,Q.map((function(e,t){var n,r,i=J[t];return e&&i&&e.periodAgnosticSlug===(null==i?void 0:i.periodAgnosticSlug)?(0,o.createElement)(O.ZP,{key:e.periodAgnosticSlug,isLoading:!W||!$,onClick:function(){var e;return b(null===(e=J[t])||void 0===e?void 0:e.productId)},isSelected:Y(e),readOnly:e.isFree&&(f||m)},(0,o.createElement)(O.gw,{label:(0,l.sprintf)(__("%s Plan","full-site-editing"),null!==(n=e.title)&&void 0!==n?n:""),badgeText:e.isPopular?X:""}),e.isFree?(0,o.createElement)(O.Pw,{nodeType:f||m?"WARNING":"PRICE"},f||m?te:ee):(0,o.createElement)(O.Pw,{nodeType:"PRICE"},(0,o.createElement)("span",null,null===(r=J[t])||void 0===r?void 0:r.price),(0,o.createElement)("span",null,__("/mo","full-site-editing")))):(0,o.createElement)(O.ZP,{key:t,isLoading:!0})}))),(0,o.createElement)(c.rU,{to:E.A.PlanDetails,className:"focused-launch-summary__details-link"},__("View all plans","full-site-editing"))),commentary:s?(0,o.createElement)("p",{className:"focused-launch-summary__side-commentary-title"},(0,o.createInterpolateElement)(__("More than <strong>38%</strong> of the internet uses <strong>WordPress</strong>","full-site-editing"),{strong:(0,o.createElement)("strong",null)})):(0,o.createElement)(o.Fragment,null,(0,o.createElement)("p",{className:"focused-launch-summary__side-commentary-title"},(0,o.createInterpolateElement)(__("Monetize your site with <strong>WordPress Premium</strong>","full-site-editing"),{strong:(0,o.createElement)("strong",null)})),(0,o.createElement)("ul",{className:"focused-launch-summary__side-commentary-list"},(0,o.createElement)("li",{className:"focused-launch-summary__side-commentary-list-item"},(0,o.createElement)(h.Z,{icon:v.Z}),__("Advanced tools and customization","full-site-editing")),(0,o.createElement)("li",{className:"focused-launch-summary__side-commentary-list-item"},(0,o.createElement)(h.Z,{icon:v.Z}),__("Unlimited premium themes","full-site-editing")),(0,o.createElement)("li",{className:"focused-launch-summary__side-commentary-list-item"},(0,o.createElement)(h.Z,{icon:v.Z}),__("Accept payments","full-site-editing"))))})};t.Z=function(){var e=a.useContext(T.Z).siteId,t=(0,y.useSelect)((function(e){var t=e(L.sC),n=t.getState(),r=n.isSiteTitleStepVisible,i=n.domain,o=n.planProductId;return[t.hasSelectedDomain(),r,i,o]}),[]),n=i()(t,4),r=n[0],c=n[1],l=n[2],f=n[3],m=(0,y.useSelect)((function(e){return e(L.sC).isSelectedPlanPaid()}),[]),h=(0,y.useDispatch)(L.j4).launchSite,v=(0,y.useDispatch)(L.sC),E=v.setModalDismissible,S=v.unsetModalDismissible,O=v.showModalTitle,I=v.showSiteTitleStep,k=(0,P.Z)(),D=k.title,R=k.isValidTitle,M=k.isDefaultTitle,U=k.updateTitle,B=(0,C.j)(),V=B.siteSubdomain,H=B.hasPaidDomain,z=(0,N.my)(),$=z.onDomainSelect,W=z.onExistingSubdomainSelect,G=z.currentDomain,q=(0,x.f)(),Y=q.domainSearch,K=q.isLoading,Q=(0,w.W)().hasPaidPlan,J=(0,_.bU)(),X=(0,b.Iu)(),ee=(0,A.j)(),te=ee.goToCheckoutAndLaunch,ne=ee.isCartUpdating;a.useEffect((function(){ne?S():E(),O()}),[ne,E,O,S]),a.useEffect((function(){!c&&M&&I()}),[M,I,c,D]);var re=!!f||!!r||R,ie=!!r||!!f,oe=[],ae=[];c&&ae.push((function(e){var t=e.stepIndex,n=e.forwardStepIndex;return(0,o.createElement)(F,{stepIndex:n?t:void 0,key:t,value:D||"",onChange:U})})),(H?oe:ae).push((function(e){var t=e.stepIndex,n=e.forwardStepIndex;return(0,o.createElement)(Z,{highlighted:re,stepIndex:n?t:void 0,key:t,existingSubdomain:(0,p.n)(null==V?void 0:V.domain),currentDomain:G,initialDomainSearch:Y,hasPaidDomain:H,isLoading:K,onDomainSelect:$,onExistingSubdomainSelect:W})})),(Q?oe:ae).push((function(e){var t=e.stepIndex,n=e.forwardStepIndex;return(0,o.createElement)(j,{highlighted:ie,hasPaidPlan:Q,selectedPaidDomain:l&&!l.is_free,hasPaidDomain:H,stepIndex:n?t:void 0,key:t})}));var ce=D&&(H||r)&&(Q||f),se=__("You're ready to launch","full-site-editing"),ue=__("You're almost there","full-site-editing"),le=__("You're good to go! Launch your site and share your site address.","full-site-editing"),de=__("Prepare for launch! Confirm a few final things before you take it live.","full-site-editing");return(0,o.createElement)("div",{className:"focused-launch-container"},(0,o.createElement)("div",{className:"focused-launch-summary__section"},(0,o.createElement)(s.b,{tagName:"h2"},H&&Q?se:ue),(0,o.createElement)(s.D,{tagName:"p",className:"focused-launch-summary__caption"},H&&Q?le:de)),oe.map((function(e,t){return e({stepIndex:t+1,forwardStepIndex:!1})})),ae.map((function(e,t){return e({stepIndex:t+1,forwardStepIndex:ae.length>1})})),(0,o.createElement)("div",{className:"focused-launch-summary__actions-wrapper"},(0,o.createElement)(u.ZP,{className:"focused-launch-summary__launch-action-bar"},(0,o.createElement)(u.aW,{className:g()("focused-launch-summary__launch-button",{"focused-launch-summary__launch-button--is-loading":ne}),disabled:!ce||ne,onClick:function(){l||m?te():h(e)}},__("Launch your site","full-site-editing"))),(0,o.createElement)("div",{className:"focused-launch-summary__ask-for-help"},(0,o.createElement)("p",null,__("Questions? Our experts can assist.","full-site-editing")),(0,o.createElement)(d.Button,{isLink:!0,href:X("https://wordpress.com/help/contact",J),target:"_blank",rel:"noopener noreferrer"},__("Ask a Happiness Engineer","full-site-editing")))))}},8039:function(e,t,n){"use strict";n.d(t,{j:function(){return h}});var r=n(417),i=n.n(r),o=n(2954),a=n.n(o),c=n(1068),s=n.n(c),u=n(3804),l=n(5707),d=n(849),f=n(1120),p=n(6357),m=n(6950),g=n(5144);function h(){var e=u.useContext(p.Z),t=e.siteId,n=e.flow,r=e.openCheckout,o=e.isInIframe,c=(0,d.bU)(),h=(0,l.useSelect)((function(e){return[e(f.sC).getSelectedPlanProductId(),e(f.sC).getSelectedDomain()]})),v=s()(h,2),y=v[0],_=v[1],b=(0,l.useSelect)((function(e){var t=e(f.Fs),n=t.getPlanByProductId(y,c);return{planProduct:t.getPlanProductById(y),isEcommercePlan:t.isPlanEcommerce(null==n?void 0:n.periodAgnosticSlug)}}),[y,c]),E=b.planProduct,S=b.isEcommercePlan,w=(0,g.j)().siteSubdomain,P=(0,l.useDispatch)(f.j4),C=P.getCart,N=P.setCart,x=P.launchSite,A=function(){return x(t)},O=u.useState(!1),L=s()(O,2),T=L[0],I=L[1],k=function(){var e=a()(regeneratorRuntime.mark((function e(){var r,o,a;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!T){e.next=2;break}return e.abrupt("return");case 2:return I(!0),r=_&&(0,m.K9)(_,n),o=E&&(0,m.An)(E,n),e.next=7,C(t);case 7:return a=e.sent,e.next=10,N(t,i()(i()({},a),{},{products:[o,r]}));case 10:I(!1);case 11:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),D=function(){var e=a()(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,k();case 2:r(null==w?void 0:w.domain,S,A);case 3:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),R=function(){var e=a()(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o&&!S){e.next=3;break}return e.next=3,x(t);case 3:D();case 4:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}();return{goToCheckout:D,goToCheckoutAndLaunch:R,isCartUpdating:T}}},6956:function(e,t,n){"use strict";n.d(t,{f:function(){return l}});var r=n(5707),i=n(3300),o=n(7356),a=n(1120),c=n(4557),s=n(3073),u=n(5144);function l(){var e,t,n=(0,r.useSelect)((function(e){return e(a.sC).getDomainSearch()}),[]),l=(0,c.Z)(),d=l.isDefaultTitle,f=l.title,p=(0,s.W)().isLoadingSite,m=(0,u.j)().siteSubdomain,g=(0,r.useDispatch)(a.sC).setDomainSearch,h=void 0!==f&&f.length>=i.F9&&!d?f:"";return{domainSearch:null!==(e=n.trim()||function(e){return(0,o.Q)(e)?e:""}(h)||(null==m||null===(t=m.domain)||void 0===t?void 0:t.split(".")[0]))&&void 0!==e?e:"",isLoading:p,setDomainSearch:g}}},780:function(e,t,n){"use strict";n.d(t,{cU:function(){return g},my:function(){return h}});var r=n(2954),i=n.n(r),o=n(1068),a=n.n(o),c=n(3804),s=n(5707),u=n(4211),l=n(7356),d=n(1120),f=n(6357),p=n(6950),m=n(5144);function g(){var e=function(){var e=c.useContext(f.Z).siteId,t=(0,s.useDispatch)(d.j4).getCart,n=c.useState(void 0),r=a()(n,2),o=r[0],u=r[1];return c.useEffect((function(){i()(regeneratorRuntime.mark((function n(){var r,i,o;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,t(e);case 2:i=n.sent,o=null===(r=i.products)||void 0===r?void 0:r.find((function(e){return(0,p.pf)(e)})),u(o);case 5:case"end":return n.stop()}}),n)})))()}),[e,t,u]),o}(),t=null==e?void 0:e.meta,n=(0,s.useSelect)((function(e){if(t)return e(d.GN).isAvailable(t)}),[t]);if(e&&t&&n&&"available"===n.status)return{hsts_required:n.hsts_required,domain_name:t,raw_price:e.cost,currency_code:e.currency,supports_privacy:e.extra.privacy_available,is_free:!1,product_id:e.product_id,product_slug:e.product_slug,cost:u._(e.cost,e.currency)}}function h(){var e,t=(0,s.useDispatch)(d.sC),n=t.setDomain,r=t.unsetDomain,i=t.unsetPlanProductId,o=t.confirmDomainSelection,a=(0,s.useSelect)((function(e){return e(d.sC).getState()})),c=a.domain,u=a.planProductId,f=a.confirmedDomainSelection,p=(0,s.useSelect)((function(e){return e(d.Fs).isPlanProductFree(u)})),g=(0,m.j)(),h=g.siteSubdomain,v=g.hasPaidDomain,y=g.sitePrimaryDomain;return c?e=c:v?e=(0,l.n)(null==y?void 0:y.domain):f&&(e=(0,l.n)(null==h?void 0:h.domain)),{onDomainSelect:function(e){o(),n(e),p&&i()},onExistingSubdomainSelect:function(){o(),r()},selectedDomain:c,currentDomain:e}}},6698:function(e,t,n){"use strict";n.d(t,{xn:function(){return p},eM:function(){return m}});var r=n(2954),i=n.n(r),o=n(1068),a=n.n(o),c=n(3804),s=n(5707),u=n(849),l=n(1120),d=n(6357),f=n(6950);function p(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"ANNUALLY",t=(0,u.bU)();return(0,s.useSelect)((function(n){var r=n(l.Fs),i=r.getDefaultFreePlan(t),o=r.getDefaultPaidPlan(t),a=r.getPlanProduct(null==o?void 0:o.periodAgnosticSlug,e);return{defaultFreePlan:i,defaultPaidPlan:o,defaultFreePlanProduct:r.getPlanProduct(null==i?void 0:i.periodAgnosticSlug,e),defaultPaidPlanProduct:a}}),[e,t])}function m(){var e=function(){var e=c.useContext(d.Z).siteId,t=(0,s.useDispatch)(l.j4).getCart,n=c.useState(void 0),r=a()(n,2),o=r[0],u=r[1];return c.useEffect((function(){i()(regeneratorRuntime.mark((function n(){var r,i,o;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,t(e);case 2:i=n.sent,o=null===(r=i.products)||void 0===r?void 0:r.find((function(e){return(0,f.HM)(e)})),u(o);case 5:case"end":return n.stop()}}),n)})))()}),[e,t,u]),o}();return null==e?void 0:e.product_id}},5144:function(e,t,n){"use strict";n.d(t,{j:function(){return c}});var r=n(3804),i=n(5707),o=n(1120),a=n(6357);function c(){var e=r.useContext(a.Z).siteId,t=(0,i.useSelect)((function(t){return t(o.j4).getPrimarySiteDomain(e)}));return{sitePrimaryDomain:t,siteSubdomain:(0,i.useSelect)((function(t){return t(o.j4).getSiteSubdomain(e)})),hasPaidDomain:t&&!(null!=t&&t.is_subdomain)}}},3073:function(e,t,n){"use strict";n.d(t,{W:function(){return u}});var r=n(1068),i=n.n(r),o=n(3804),a=n(5707),c=n(1120),s=n(6357);function u(){var e,t,n=o.useContext(s.Z).siteId,r=(0,a.useSelect)((function(e){var t=e(c.j4);return[t.getSite(n),t.isSiteLaunched(n),t.isSiteLaunching(n),t.isFetchingSiteDetails()]}),[n]),u=i()(r,4),l=u[0],d=u[1],f=u[2],p=u[3];return{sitePlan:null==l?void 0:l.plan,hasPaidPlan:l&&!(null!==(e=l.plan)&&void 0!==e&&e.is_free),isSiteLaunched:d,isSiteLaunching:f,selectedFeatures:null==l||null===(t=l.options)||void 0===t?void 0:t.selected_features,isLoadingSite:!!p}}},4557:function(e,t,n){"use strict";n.d(t,{Z:function(){return p}});var r=n(1068),i=n.n(r),o=n(3804),a=n(669),c=n(3163),s=n(5707),u=n(849),l=n(4655),d=n(1120),f=n(6357),__=c.__;function p(){var e=(0,o.useContext)(f.Z).siteId,t=(0,u.bU)(),n=(0,s.useSelect)((function(t){return t(d.j4).getSiteTitle(e)}),[e]),r=(0,s.useSelect)((function(e){return e(d.sC).getSiteTitle()}),[]),c=(0,s.useDispatch)(d.sC).setSiteTitle,p=(0,s.useDispatch)(d.j4).saveSiteTitle,m=(0,a.Z)(p,1e3),g=i()(m,1)[0],h=void 0===r,v=h?n:r;(0,o.useEffect)((function(){h||g(e,r)}),[r,g,e,h]);var y=__("Site Title","full-site-editing"),_=void 0!==v&&v===y,b=void 0!==v&&""!==v&&!_;return-1===l.xN.indexOf(t)&&(_=!(null!=r&&r.trim()),b=void 0!==v&&""!==v),{isDefaultTitle:_,isValidTitle:b,title:v,updateTitle:c}}},8152:function(e,t,n){"use strict";var r=n(3027),i=n(3804),o=n(2779),a=n.n(o),c=n(3163),s=n(7997),u=n(5869),l=n(1742),d=n(5707),f=n(849),p=n(1342),m=n(4195),g=n(6357),h=n(1120),v=n(7469),__=(n(6468),c.__);t.Z=function(e){var t=e.locale,n=void 0===t?"en":t,o=e.siteId,c=e.openCheckout,y=e.redirectTo,_=e.getCurrentLaunchFlowUrl,b=e.isInIframe,E=e.isLaunchImmediately,S=(0,d.useSelect)((function(e){return e(h.sC).getState()})),w=S.isModalDismissible,P=S.isModalTitleVisible,C=(0,d.useDispatch)(h.j4).launchSite,N=(0,d.useDispatch)(h.sC),x=N.closeFocusedLaunch,A=N.unsetPlanProductId;return i.useEffect((function(){E&&(A(),C(o))}),[E,A,C,o]),(0,r.createElement)(f.Iw,{localeSlug:n},(0,r.createElement)(s.Modal,{open:!0,className:a()("launch__focused-modal",{"launch__focused-modal--hide-title":!P}),bodyOpenClassName:"has-focused-launch-modal",overlayClassName:a()("launch__focused-modal-overlay",{"launch__focused-modal-overlay--delay-animation-in":E}),onRequestClose:x,title:__("Complete setup","full-site-editing"),icon:(0,r.createElement)(u.Z,{icon:l.Z,size:36}),isDismissible:w,shouldCloseOnEsc:w,shouldCloseOnClickOutside:w},(0,r.createElement)("div",{className:"launch__focused-modal-body"},(0,r.createElement)(g.Z.Provider,{value:{siteId:o,redirectTo:y,openCheckout:c,flow:v.s,getCurrentLaunchFlowUrl:_,isInIframe:b}},E?(0,r.createElement)(m.Z,null):(0,r.createElement)(p.Z,null)))))}},1120:function(e,t,n){"use strict";n.d(t,{j4:function(){return c},Fs:function(){return s},GN:function(){return u},sC:function(){return l}});var r=n(2369),i=n(9734),o=n(8077),a=n(1635),c=r.z2({client_id:"",client_secret:""}),s=i.z2(),u=o.z({vendor:"variation2_front"}),l=a.z()},6950:function(e,t,n){"use strict";n.d(t,{An:function(){return i},K9:function(){return o},pf:function(){return a},HM:function(){return c}});var r=n(4703),i=function(e,t){return{product_id:e.productId,product_slug:e.storeSlug,extra:{source:t}}},o=function(e,t){if(null!=e&&e.product_id)return{meta:null==e?void 0:e.domain_name,product_id:null==e?void 0:e.product_id,extra:{privacy_available:null==e?void 0:e.supports_privacy,privacy:null==e?void 0:e.supports_privacy,source:t},product_cost_display:e.cost,currency_code:e.currency_code,product_slug:e.product_slug,cost:e.raw_price,currency:e.currency_code}},a=function(e){return!!e.is_domain_registration},c=function(e){return r.BV.indexOf(e.product_slug)>-1}},3340:function(e,t,n){"use strict";n.d(t,{hg:function(){return c},lZ:function(){return s},_W:function(){return l},Yt:function(){return d}});var r=n(8049),i=n.n(r)()("lib/load-script/callback-handler"),o=new Map;function a(){return o}function c(e){return a().has(e)}function s(e,t){var n=a();c(e)?(i('Adding a callback for an existing script from "'.concat(e,'"')),n.get(e).add(t)):(i('Adding a callback for a new script from "'.concat(e,'"')),n.set(e,new Set([t])))}function u(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=a(),r=n.get(e);if(r){var o='Executing callbacks for "'.concat(e,'"')+(null===t?" with success":' with error "'.concat(t,'"'));i(o),r.forEach((function(e){"function"==typeof e&&e(t)})),n.delete(e)}}function l(){var e=this.getAttribute("src");i('Handling successful request for "'.concat(e,'"')),u(e),this.onload=null}function d(){var e=this.getAttribute("src");i('Handling failed request for "'.concat(e,'"')),u(e,new Error('Failed to load script "'.concat(e,'"'))),this.onerror=null}},5606:function(e,t,n){"use strict";n.d(t,{C:function(){return c},k:function(){return s}});var r=n(8049),i=n.n(r),o=n(3340),a=i()("lib/load-script/dom-operations");function c(e){a('Creating script element for "'.concat(e,'"'));var t=document.createElement("script");return t.src=e,t.type="text/javascript",t.async=!0,t.onload=o._W,t.onerror=o.Yt,t}function s(e){a("Attaching element to head"),document.head.appendChild(e)}},4898:function(e,t,n){"use strict";n.d(t,{ve:function(){return c}});var r=n(8049),i=n.n(r),o=n(3340),a=n(5606);i()("package/load-script");function c(e,t){if(!(0,o.hg)(e)&&(0,a.k)((0,a.C)(e)),"function"!=typeof t)return new Promise((function(t,n){(0,o.lZ)(e,(function(e){null===e?t():n(e)}))}));(0,o.lZ)(e,t)}},9211:function(e,t,n){"use strict";n.d(t,{xE:function(){return g},aW:function(){return h},b4:function(){return v}});var r=n(8527),i=n.n(r),o=n(2220),a=n.n(o),c=n(3027),s=(n(3804),n(2779)),u=n.n(s),l=n(7997),d=n(9215),f=n(5869),p=n(1100),m=n(2481);n(1587);t.ZP=function(e){var t=e.className,n=e.children,r=e.sticky,i=void 0===r?null:r,o="";return!0===i&&(o="is-sticky"),!1===i&&(o="no-sticky"),(0,c.createElement)("div",{className:u()("action-buttons",t,o)},n)};var g=function(e){var t=e.className,n=e.children,r=a()(e,["className","children"]),__=(0,d.QT)().__;return(0,c.createElement)(l.Button,i()({className:u()("action_buttons__button action-buttons__back",t),isLink:!0},r),n||__("Go back","full-site-editing"))},h=function(e){var t=e.className,n=e.children,r=a()(e,["className","children"]),__=(0,d.QT)().__;return(0,c.createElement)(l.Button,i()({className:u()("action_buttons__button action-buttons__next",t),isPrimary:!0},r),n||__("Continue","full-site-editing"))},v=function(e){var t=e.className,n=e.children,r=e.arrow,o=void 0===r?"right":r,s=a()(e,["className","children","arrow"]);return(0,c.createElement)(l.Button,i()({className:u()("action_buttons__button action-buttons__arrow action-buttons__arrow--".concat(o),t)},s),"left"===o&&(0,c.createElement)(f.Z,{icon:p.Z}),n,"right"===o&&(0,c.createElement)(f.Z,{icon:m.Z}))}},737:function(e,t,n){"use strict";var r=n(3804),i=n(7267);t.Z=function(e){var t=e.selector,n=(0,i.TH)().pathname;return r.useEffect((function(){var e;t?null===(e=document.querySelector(t))||void 0===e||e.scrollTo(0,0):window.scrollTo(0,0)}),[t,n]),null}},5915:function(e,t,n){"use strict";n.d(t,{b:function(){return a},D:function(){return c}});var r=n(3804),i=n(2779),o=n.n(i),a=(n(3001),function(e){var t=e.className,n=e.children,i=e.tagName,a=void 0===i?"h1":i;return r.createElement(a,{className:o()("onboarding-title",t)},n)}),c=function(e){var t=e.className,n=e.children,i=e.tagName,a=void 0===i?"h2":i;return r.createElement(a,{className:o()("onboarding-subtitle",t)},n)}},1201:function(e,t,n){"use strict";n.d(t,{N:function(){return o}});var r=n(5707),i=n(9255),o=function(e,t){var n=(0,r.useSelect)((function(n){var r=n(i.F).getSupportedPlans(e),o=r.map((function(e){return n(i.F).getPlanProduct(e.periodAgnosticSlug,t)})).map((function(e){return null==e?void 0:e.annualDiscount})).filter((function(e){return!!e}));return{supportedPlans:r,annualDiscounts:o}}));return{supportedPlans:n.supportedPlans,maxAnnualDiscount:n.annualDiscounts.reduce((function(e,t){return Math.max(e,t)}),0)}}},130:function(e,t,n){"use strict";var r=n(3027),i=(n(3804),n(2779)),o=n.n(i),a=n(9215),c=n(3163),s=n(9211),u=n(5707),l=n(373),d=n(9255),f=(n(1085),(0,r.createElement)("svg",{width:"8",viewBox:"0 0 8 4"},(0,r.createElement)("path",{d:"M0 0 L8 0 L4 4 L0 0",fill:"currentColor"})));t.Z=function(e){var t,n=e.slug,i=e.name,p=e.description,m=e.features,g=e.billingPeriod,h=e.domain,v=e.badge,y=e.isFree,_=void 0!==y&&y,b=e.isOpen,E=void 0!==b&&b,S=e.isPrimary,w=void 0!==S&&S,P=e.onSelect,C=e.onPickDomainClick,N=e.onToggle,x=e.disabledLabel,__=(0,a.QT)().__,A=(0,u.useSelect)((function(e){return e(d.F).getPlanProduct(n,g)})),O=function(){!x&&(null==N||N(n,!E))},L=__("billed annually","full-site-editing"),T=__("per month, billed monthly","full-site-editing");return(0,r.createElement)("div",{className:o()("plans-accordion-item",{"is-open":E,"is-primary":w,"has-badge":!!v,"is-disabled":!!x})},v&&(0,r.createElement)("div",{className:"plans-accordion-item__badge"},(0,r.createElement)("span",null,v)),(0,r.createElement)("div",{className:"plans-accordion-item__viewport"},(0,r.createElement)("div",{className:"plans-accordion-item__details"},(0,r.createElement)("div",{tabIndex:0,role:"button",onClick:O,onKeyDown:function(e){return 32===e.keyCode&&O()},className:"plans-accordion-item__header"},(0,r.createElement)("div",{className:"plans-accordion-item__heading"},(0,r.createElement)("div",{className:"plans-accordion-item__name"},i),(0,r.createElement)("div",{className:"plans-accordion-item__description"},p)),(0,r.createElement)("div",{className:"plans-accordion-item__price"},(0,r.createElement)("div",{className:o()("plans-accordion-item__price-amount",{"is-loading":!(null!=A&&A.price)})},(null==A?void 0:A.price)||"  ",(null==A?void 0:A.price)&&(0,r.createElement)("span",null,__("/mo","full-site-editing"))),(0,r.createElement)("div",{className:"plans-accordion-item__price-note"},_&&__("free forever","full-site-editing"),!_&&("ANNUALLY"===g?L:T)),!_&&(0,r.createElement)("div",{className:o()("plans-accordion-item__price-discount",{"plans-accordion-item__price-discount--disabled":"ANNUALLY"!==g})},(0,c.sprintf)(__("Save %(discountRate)s%% by paying annually","full-site-editing"),{discountRate:null!==(t=null==A?void 0:A.annualDiscount)&&void 0!==t?t:0}))),(0,r.createElement)("div",{className:"plans-accordion-item__disabled-label"},x),!E&&(0,r.createElement)("div",{className:"plans-accordion-item__dropdown-chevron"},f)),(0,r.createElement)("div",{className:o()("plans-accordion-item__actions",{"plans-accordion-item__actions--paid-plan-margin":!_}),hidden:!E},(0,r.createElement)(s.aW,{"data-e2e-button":_?"freePlan":"paidPlan",onClick:function(){P(null==A?void 0:A.productId)}},__("Select","full-site-editing"))),(0,r.createElement)(l.Z,{features:m,billingPeriod:g,domain:h,isFree:_,isOpen:E,onPickDomain:C,multiColumn:!0}))))}},4416:function(e,t,n){"use strict";var r=n(3027),i=(n(3804),n(2779)),o=n.n(i),a=n(9211),c=n(7891),s=(n(1085),(0,r.createElement)("svg",{width:"8",viewBox:"0 0 8 4"},(0,r.createElement)("path",{d:"M0 0 L8 0 L4 4 L0 0",fill:"currentColor"})));t.Z=function(e){var t=e.isOpen,n=e.isPrimary;return(0,r.createElement)("div",{className:o()("plans-accordion-item",{"is-open":t,"is-primary":n})},(0,r.createElement)("div",{className:"plans-accordion-item__viewport"},(0,r.createElement)("div",{className:"plans-accordion-item__details"},(0,r.createElement)("div",{tabIndex:0,role:"button",className:"plans-accordion-item__header"},(0,r.createElement)("div",{className:"plans-accordion-item__heading"},(0,r.createElement)("div",{className:"plans-accordion-item__name"},(0,r.createElement)("span",{className:"plans-accordion-item__placeholder"},"")),(0,r.createElement)("div",{className:"plans-accordion-item__description"},(0,r.createElement)("span",{className:"plans-accordion-item__placeholder plans-accordion-item__placeholder--wide"},""))),(0,r.createElement)("div",{className:"plans-accordion-item__price"},(0,r.createElement)("div",{className:"plans-accordion-item__price-amount"},(0,r.createElement)("span",{className:"plans-accordion-item__placeholder"},"")),(0,r.createElement)("div",{className:"plans-accordion-item__price-note"},(0,r.createElement)("span",{className:"plans-accordion-item__placeholder plans-accordion-item__placeholder--wide"},""))),(0,r.createElement)("div",{className:"plans-accordion-item__disabled-label"},""),!t&&(0,r.createElement)("div",{className:"plans-accordion-item__dropdown-chevron"},s)),(0,r.createElement)("div",{className:"plans-accordion-item__actions",hidden:!t},(0,r.createElement)(a.aW,{disabled:!0},(0,r.createElement)("span",null,""))),(0,r.createElement)(c.Z,{isOpen:t,multiColumn:!0}))))}},222:function(e,t,n){"use strict";var r=n(5182),i=n.n(r),o=n(1068),a=n.n(o),c=n(3027),s=n(3804),u=n(5707),l=n(9215),d=n(7997),f=n(5869),p=n(130),m=n(4416),g=n(9255),h=n(1201),v=(n(8991),(0,c.createElement)(d.SVG,{viewBox:"0 0 24 24"},(0,c.createElement)(d.Path,{d:"M12 15.8c-3.7 0-6.8-3-6.8-6.8s3-6.8 6.8-6.8c3.7 0 6.8 3 6.8 6.8s-3.1 6.8-6.8 6.8zm0-12C9.1 3.8 6.8 6.1 6.8 9s2.4 5.2 5.2 5.2c2.9 0 5.2-2.4 5.2-5.2S14.9 3.8 12 3.8zM8 17.5h8V19H8zM10 20.5h4V22h-4z"})));t.Z=function(e){var t,n,r=e.selectedFeatures,o=void 0===r?[]:r,y=e.selectedPlanProductId,_=e.onPlanSelect,b=e.onPickDomainClick,E=e.currentDomain,S=e.disabledPlans,w=e.locale,P=e.billingPeriod,__=(0,l.QT)().__,C=(0,h.N)(w,P).supportedPlans,N=!(null!=C&&C.length),x=(0,u.useSelect)((function(e){var t=e(g.F);return{popularPlan:t.getDefaultPaidPlan(w),getPlanProduct:t.getPlanProduct}})),A=x.popularPlan,O=x.getPlanProduct,L=(0,u.useSelect)((function(e){return e(g.J).getRecommendedPlanSlug(o)})),T=(0,u.useSelect)((function(e){return e(g.F).getPlanByPeriodAgnosticSlug(L,w)})),I=T||A,k=__("Recommended for you","full-site-editing"),D=__("Popular","full-site-editing"),R=C.filter((function(e){return e.periodAgnosticSlug!==(null==I?void 0:I.periodAgnosticSlug)})),F=[null==I?void 0:I.periodAgnosticSlug],Z=(0,s.useState)(F),j=a()(Z,2),M=j[0],U=j[1],B=!N&&M.length>=C.length,V=function(e,t){U(t?[].concat(i()(M),[e]):M.filter((function(t){return t!==e})))},H=__("Collapse all plans","full-site-editing"),z=__("Show all plans","full-site-editing");return(0,c.createElement)("div",{className:"plans-accordion"},(0,c.createElement)("div",{className:"plans-accordion__plan-item-group"},N?(0,c.createElement)(m.Z,{isOpen:!0,isPrimary:!0}):I&&(0,c.createElement)(c.Fragment,null,T&&(0,c.createElement)("div",{className:"plans-accordion__recommend-hint"},(0,c.createElement)(f.Z,{icon:v,size:16}),(0,c.createElement)("span",null,__("Based on the features you selected.","full-site-editing"))),(0,c.createElement)(p.Z,{key:I.periodAgnosticSlug,slug:I.periodAgnosticSlug,name:null==I?void 0:I.title.toString(),description:null==I?void 0:I.description.toString(),features:null!==(t=I.features)&&void 0!==t?t:[],billingPeriod:P,domain:E,badge:T?k:D,isFree:I.isFree,isOpen:!0,isPrimary:!0,isSelected:!!y&&y===(null===(n=O(I.periodAgnosticSlug,P))||void 0===n?void 0:n.productId),onSelect:_,onPickDomainClick:b}))),(0,c.createElement)("div",{className:"plans-accordion__actions"},(0,c.createElement)(d.Button,{className:"plans-accordion__toggle-all-button",onClick:function(){U(B?F:C.map((function(e){return e.periodAgnosticSlug})))},isLink:!0},B?H:z)),(0,c.createElement)("div",{className:"plans-accordion__plan-item-group"},N?[1,2,3,4].map((function(e){return(0,c.createElement)(m.Z,{key:e})})):R.map((function(e){var t,n;return(0,c.createElement)(p.Z,{key:e.periodAgnosticSlug,slug:e.periodAgnosticSlug,name:null==e?void 0:e.title.toString(),description:null==e?void 0:e.description.toString(),features:null!==(t=e.features)&&void 0!==t?t:[],billingPeriod:P,domain:E,isFree:e.isFree,isOpen:M.indexOf(e.periodAgnosticSlug)>-1&&!(null!=S&&S[e.periodAgnosticSlug]),isSelected:!!y&&y===(null===(n=O(e.periodAgnosticSlug,P))||void 0===n?void 0:n.productId),onSelect:_,onPickDomainClick:b,onToggle:V,disabledLabel:null==S?void 0:S[e.periodAgnosticSlug]})}))))}},4689:function(e,t,n){"use strict";var r=n(3027),i=(n(3804),n(2779)),o=n.n(i),a=n(9215),c=n(5707),s=n(7997),u=n(5869),l=n(9806),d=n(8565),f=n(9255),p=(n(5668),(0,r.createElement)(u.Z,{icon:l.Z,size:25})),m=(0,r.createElement)(u.Z,{icon:d.Z,size:25});t.Z=function(e){var t=e.onSelect,n=e.locale,i=e.billingPeriod,u=(0,a.QT)(),__=u.__,l=u.hasTranslation,d=(0,c.useSelect)((function(e){var t=e(f.F),r=t.getPlanProduct,o=t.getFeatures,a=t.getFeaturesByType,c=(0,t.getSupportedPlans)(n),s=c.map((function(e){return r(e.periodAgnosticSlug,i)}));return{supportedPlans:c,planProducts:s,features:o(n),featuresByType:a(n)}})),g=d.supportedPlans,h=d.planProducts,v=d.features,y=d.featuresByType,_=!(null!=g&&g.length),b=[1,2,3,4,5],E=__("Monthly price (billed yearly)","full-site-editing"),S=__("Monthly subscription (billed yearly)","full-site-editing"),w="en"===n||null!=l&&l("Monthly price (billed yearly)","full-site-editing")?E:S,P=__("Monthly subscription","full-site-editing"),C=__("Included with annual plans","full-site-editing"),N=__("Only included with annual plans","full-site-editing");return(0,r.createElement)("div",{className:"plans-details"},(0,r.createElement)("table",{className:"plans-details__table"},(0,r.createElement)("thead",null,(0,r.createElement)("tr",{className:"plans-details__header-row"},(0,r.createElement)("th",null,__("Feature","full-site-editing")),_?b.map((function(e){return(0,r.createElement)("th",{key:e},(0,r.createElement)("span",{className:"plans-details__placeholder"},""))})):g.map((function(e){return(0,r.createElement)("th",{key:e.periodAgnosticSlug},e.title)})))),_?(0,r.createElement)("tbody",null,b.map((function(e,t){return(0,r.createElement)("tr",{className:"plans-details__feature-row",key:t},(0,r.createElement)("th",{key:e},(0,r.createElement)("span",{className:"plans-details__placeholder plans-details__placeholder--wide"},"")),b.map((function(e){return(0,r.createElement)("td",{key:e})})))}))):y.map((function(e){var t;return(0,r.createElement)("tbody",{key:e.id},e.name&&(0,r.createElement)("tr",{className:"plans-details__header-row"},(0,r.createElement)("th",{colSpan:6},e.name)),null===(t=e.features)||void 0===t?void 0:t.map((function(e,t){return(0,r.createElement)("tr",{className:o()("plans-details__feature-row",{"plans-details__feature-row--enabled":v[e].requiresAnnuallyBilledPlan&&"ANNUALLY"===i,"plans-details__feature-row--disabled":v[e].requiresAnnuallyBilledPlan&&"ANNUALLY"!==i}),key:t},(0,r.createElement)("th",null,v[e].requiresAnnuallyBilledPlan&&(0,r.createElement)("span",{className:"plans-details__feature-annual-nudge","aria-label":"ANNUALLY"===i?C:N},__("Included with annual plans","full-site-editing")),(0,r.createElement)("span",null,v[e].name)),g.map((function(t,n){var o;return"storage"===e?(0,r.createElement)("td",{key:n},t.storage):(0,r.createElement)("td",{key:n},null!==(o=t.featuresSlugs)&&void 0!==o&&o[e]?(0,r.createElement)(r.Fragment,null,v[e].requiresAnnuallyBilledPlan&&"ANNUALLY"!==i?(0,r.createElement)(r.Fragment,null,(0,r.createElement)("span",{className:"hidden"},__("Unavailable","full-site-editing")),m):(0,r.createElement)(r.Fragment,null,(0,r.createElement)("span",{className:"hidden"},__("Available","full-site-editing")),p)):(0,r.createElement)(r.Fragment,null,(0,r.createElement)("span",{className:"hidden"},__("Unavailable","full-site-editing"))))})))})))})),(0,r.createElement)("tbody",null,(0,r.createElement)("tr",{className:"plans-details__header-row"},(0,r.createElement)("th",{colSpan:6},__("Sign up","full-site-editing"))),(0,r.createElement)("tr",{className:"plans-details__feature-row",key:"price"},(0,r.createElement)("th",null,"ANNUALLY"===i?w:P),_?b.map((function(e){return(0,r.createElement)("td",{key:e},(0,r.createElement)("span",{className:"plans-details__placeholder"},""))})):g.map((function(e,t){var n;return(0,r.createElement)("td",{key:e.periodAgnosticSlug},null===(n=h[t])||void 0===n?void 0:n.price)}))),(0,r.createElement)("tr",{className:"plans-details__feature-row",key:"cta"},(0,r.createElement)("th",null),_?b.map((function(e){return(0,r.createElement)("td",{key:e},(0,r.createElement)(s.Button,{className:"plans-details__select-button",isPrimary:!0,disabled:!0},(0,r.createElement)("span",{className:"plans-details__placeholder plans-details__placeholder--narrow"},""))," ")})):g.map((function(e,n){return(0,r.createElement)("td",{key:e.periodAgnosticSlug},(0,r.createElement)(s.Button,{className:"plans-details__select-button",onClick:function(){var e;t(null===(e=h[n])||void 0===e?void 0:e.productId)},isPrimary:!0},(0,r.createElement)("span",null,__("Select","full-site-editing"))))}))))))}},373:function(e,t,n){"use strict";var r=n(8527),i=n.n(r),o=n(3027),a=(n(3804),n(2779)),c=n.n(a),s=n(7997),u=n(5869),l=n(9806),d=n(8565),f=n(9215),p=(n(7713),function(e){var t=e.className;return(0,o.createElement)(u.Z,{className:t,icon:l.Z,size:18})}),m=function(e){var t=e.className;return(0,o.createElement)(u.Z,{className:t,icon:d.Z,size:18})},g=function(e){var t=e.children,n=e.className;return(0,o.createElement)("span",{className:n},t)},h=function(e){var t=e.billingPeriod,__=e.__,n=__("Included with annual plans","full-site-editing"),r=__("Only included with annual plans","full-site-editing");return(0,o.createElement)("span",{className:"plans-feature-list__item-annual-nudge","aria-label":"ANNUALLY"===t?n:r},n)};var v=function(e,t){var n=e.bulletIcon,r=e.textNode,i=e.requiresAnnuallyBilledPlan,a=e.contentWrapperNode,s=void 0===a?g:a,u=e.listItemExtraClassName,l=e.billingPeriod,__=(0,f.QT)().__;return(0,o.createElement)("li",{key:t,className:c()("plans-feature-list__item",{"plans-feature-list__item--requires-annual-enabled":i&&"ANNUALLY"===l,"plans-feature-list__item--requires-annual-disabled":i&&"ANNUALLY"!==l},u)},(0,o.createElement)(s,{className:"plans-feature-list__item-content-wrapper"},(0,o.createElement)(n,{className:"plans-feature-list__item-bullet-icon"}),(0,o.createElement)("span",{className:"plans-feature-list__item-text"},i&&(0,o.createElement)(h,{billingPeriod:l,__:__}),(0,o.createElement)("span",{className:"plans-feature-list__item-description"},r))))};t.Z=function(e){var t=e.features,n=e.domain,r=e.billingPeriod,a=e.isFree,u=void 0!==a&&a,l=e.isOpen,d=void 0!==l&&l,g=e.onPickDomain,h=e.disabledLabel,y=e.multiColumn,_=void 0!==y&&y,__=(0,f.QT)().__,b=function(e,t,n,__){var r="plans-feature-list__item-content-wrapper--domain-button";return{NO_DOMAIN:{FREE_PLAN:null,PAID_PLAN:{wrapperClassName:c()(r,"is-cta"),bulletIcon:"ANNUALLY"===n?p:m,requiresAnnuallyBilledPlan:!0,domainMessage:(0,o.createElement)(o.Fragment,null,__("Pick a free domain (1 year)","full-site-editing"))}},FREE_DOMAIN:{FREE_PLAN:null,PAID_PLAN:{wrapperClassName:c()(r,"is-cta"),bulletIcon:"ANNUALLY"===n?p:m,requiresAnnuallyBilledPlan:!0,domainMessage:(0,o.createElement)(o.Fragment,null,__("Pick a free domain (1 year)","full-site-editing"))}},PAID_DOMAIN:{FREE_PLAN:{wrapperClassName:c()(r,"is-unavailable"),bulletIcon:m,requiresAnnuallyBilledPlan:!1,domainMessage:(0,o.createElement)(o.Fragment,null,(0,o.createInterpolateElement)(__("<url /> is not included","full-site-editing"),{url:(0,o.createElement)("span",{className:"plans-feature-list__item-url"},null==t?void 0:t.domain_name)}))},PAID_PLAN:{wrapperClassName:r,bulletIcon:"ANNUALLY"===n?p:m,requiresAnnuallyBilledPlan:!0,domainMessage:(0,o.createElement)(o.Fragment,null,(0,o.createInterpolateElement)(__("<url /> is included","full-site-editing"),{url:(0,o.createElement)("span",{className:"plans-feature-list__item-url"},null==t?void 0:t.domain_name)}))}}}[t&&(t.is_free?"FREE_DOMAIN":"PAID_DOMAIN")||"NO_DOMAIN"][e?"FREE_PLAN":"PAID_PLAN"]}(u,n,r,__),E=[];return h?E.push({bulletIcon:m,textNode:h,requiresAnnuallyBilledPlan:!1,listItemExtraClassName:"plans-feature-list__item--disabled-message"}):b&&E.push({bulletIcon:b.bulletIcon,textNode:b.domainMessage,requiresAnnuallyBilledPlan:b.requiresAnnuallyBilledPlan,contentWrapperNode:function(e){var t=e.children,n=e.className;return(0,o.createElement)(s.Button,{className:c()(b.wrapperClassName,n),onClick:g,isLink:!0},t)}}),t.forEach((function(e){var t=e.name,n=e.requiresAnnuallyBilledPlan;return E.push({bulletIcon:n&&"MONTHLY"===r?m:p,textNode:t,requiresAnnuallyBilledPlan:n})})),(0,o.createElement)("div",{className:"plans-feature-list",hidden:!d},(0,o.createElement)("ul",{className:c()("plans-feature-list__item-group",{"plans-feature-list__item-group--columns":_})},E.map((function(e,t){return(0,o.createElement)(v,i()({},e,{billingPeriod:r,key:t}))}))))}},7891:function(e,t,n){"use strict";var r=n(3027),i=(n(3804),n(2779)),o=n.n(i);n(7713);t.Z=function(e){var t=e.isOpen,n=void 0!==t&&t,i=e.multiColumn,a=void 0!==i&&i,c=Array.from(Array(10).keys());return(0,r.createElement)("div",{className:"plans-feature-list",hidden:!n},(0,r.createElement)("ul",{className:o()("plans-feature-list__item-group",{"plans-feature-list__item-group--columns":a})},c.map((function(e){return(0,r.createElement)("li",{key:e,className:"plans-feature-list__item"},(0,r.createElement)("span",{className:"plans-feature-list__placeholder"},""))}))))}},5315:function(e,t,n){"use strict";var r=n(1068),i=n.n(r),o=n(3027),a=n(3804),c=n(5707),s=n(9215),u=n(5915),l=n(8049),d=n.n(l),f=n(6795),p=n(222),m=n(4689),g=n(1954),h=n(1201),v=n(9255),y=(n(566),d()("plans-grid"));t.Z=function(e){var t=e.header,n=e.selectedFeatures,r=e.currentPlanProductId,l=e.currentDomain,d=e.onPlanSelect,_=e.onPickDomainClick,b=e.disabledPlans,E=e.isAccordion,S=e.locale,w=e.showPlanTaglines,P=void 0!==w&&w,C=e.CTAVariation,N=void 0===C?"NORMAL":C,x=e.popularBadgeVariation,A=void 0===x?"ON_TOP":x,O=e.customTagLines,L=e.hidePlansComparison,T=void 0!==L&&L,I=e.defaultAllPlansExpanded,k=void 0!==I&&I,D=e.onBillingPeriodChange,__=(0,s.QT)().__,R=(0,c.useSelect)((function(e){var t;return null===(t=e(v.F).getPlanProductById(r))||void 0===t?void 0:t.billingPeriod})),F=a.useState(R||"ANNUALLY"),Z=i()(F,2),j=Z[0],M=Z[1];a.useEffect((function(){D&&D(j)}),[j,D]);var U=(0,h.N)(S,j).maxAnnualDiscount;return E&&y("PlansGrid accordion version is active"),(0,o.createElement)("div",{className:"plans-grid"},t&&(0,o.createElement)("div",{className:"plans-grid__header"},t),(0,o.createElement)(g.Z,{intervalType:j,onChange:M,maxMonthlyDiscountPercentage:U,className:"plans-grid__toggle"}),(0,o.createElement)("div",{className:"plans-grid__table"},(0,o.createElement)("div",{className:"plans-grid__table-container"},E?(0,o.createElement)(p.Z,{selectedFeatures:n,selectedPlanProductId:r,onPlanSelect:d,currentDomain:l,onPickDomainClick:_,disabledPlans:b,locale:S,billingPeriod:j}):(0,o.createElement)(f.Z,{popularBadgeVariation:A,CTAVariation:N,selectedPlanProductId:r,onPlanSelect:d,customTagLines:O,currentDomain:l,onPickDomainClick:_,disabledPlans:b,locale:S,showTaglines:P,defaultAllPlansExpanded:k,billingPeriod:j}))),!T&&(0,o.createElement)("div",{className:"plans-grid__details"},(0,o.createElement)("div",{className:"plans-grid__details-heading"},(0,o.createElement)(u.b,{tagName:"h2"},__("Detailed comparison","full-site-editing"))),(0,o.createElement)("div",{className:"plans-grid__details-container"},(0,o.createElement)(m.Z,{onSelect:d,locale:S,billingPeriod:j}))))}},1954:function(e,t,n){"use strict";var r=n(3027),i=(n(3804),n(9215)),o=n(3163),a=n(7997),c=n(2779),s=n.n(c),u=n(5532),l=(n(2764),function(e){var t=e.children,n={desktop:"middle right",mobile:"bottom center"};return(0,r.createElement)(r.Fragment,null,Object.keys(n).map((function(e){return(0,r.createElement)(a.Popover,{key:e,className:s()("plans-interval-toggle__popover","plans-interval-toggle__popover--".concat(e)),position:n[e],noArrow:!1},t)})))});t.Z=function(e){var t=e.onChange,n=e.intervalType,a=e.maxMonthlyDiscountPercentage,c=e.className,d=void 0===c?"":c,__=(0,i.QT)().__;return(0,r.createElement)("div",{className:s()("plans-interval-toggle",{"plans-interval-toggle--monthly":"MONTHLY"===n},d)},(0,r.createElement)(u.Z,null,(0,r.createElement)(u.Z.Item,{selected:"MONTHLY"===n,onClick:function(){return t("MONTHLY")}},(0,r.createElement)("span",{className:"plans-interval-toggle__label"},__("Pay monthly","full-site-editing"))),(0,r.createElement)(u.Z.Item,{selected:"ANNUALLY"===n,onClick:function(){return t("ANNUALLY")}},(0,r.createElement)("span",{className:"plans-interval-toggle__label"},__("Pay annually","full-site-editing")),"MONTHLY"===n&&a&&(0,r.createElement)(l,null,(0,o.sprintf)(__("Save up to %(maxDiscount)d%% by paying annually and get a free domain for one year","full-site-editing"),{maxDiscount:a})))))}},6795:function(e,t,n){"use strict";var r=n(1068),i=n.n(r),o=n(3027),a=n(3804),c=n(5707),s=n(2893),u=n(1201),l=n(9255);n(1698);t.Z=function(e){var t=e.selectedPlanProductId,n=e.onPlanSelect,r=e.onPickDomainClick,d=e.currentDomain,f=e.disabledPlans,p=e.locale,m=e.billingPeriod,g=e.showTaglines,h=void 0!==g&&g,v=e.CTAVariation,y=void 0===v?"NORMAL":v,_=e.popularBadgeVariation,b=void 0===_?"ON_TOP":_,E=e.customTagLines,S=e.defaultAllPlansExpanded,w=void 0!==S&&S,P=(0,u.N)(p,m).supportedPlans,C=(0,a.useState)(w),N=i()(C,2),x=N[0],A=N[1],O=(0,c.useSelect)((function(e){return e(l.F).getPlanProduct}));return(0,o.createElement)("div",{className:"plans-table"},P.filter((function(e){return!!e})).map((function(e){var i,a,c;return(0,o.createElement)(s.Z,{popularBadgeVariation:b,allPlansExpanded:x,key:e.periodAgnosticSlug,slug:e.periodAgnosticSlug,domain:d,tagline:null!==(i=h&&(null==E?void 0:E[e.periodAgnosticSlug]))&&void 0!==i?i:e.description,CTAVariation:y,features:null!==(a=e.features)&&void 0!==a?a:[],billingPeriod:m,isPopular:e.isPopular,isFree:e.isFree,name:null==e?void 0:e.title.toString(),isSelected:!!t&&t===(null===(c=O(e.periodAgnosticSlug,m))||void 0===c?void 0:c.productId),onSelect:n,onPickDomainClick:r,onToggleExpandAll:function(){return A((function(e){return!e}))},disabledLabel:null==f?void 0:f[e.periodAgnosticSlug]})})))}},2893:function(e,t,n){"use strict";var r=n(1068),i=n.n(r),o=n(3027),a=n(3804),c=n(2779),s=n.n(c),u=n(7997),l=n(1417),d=n(3163),f=n(9215),p=n(5707),m=n(5869),g=n(9806),h=n(373),v=n(9255),y=(0,o.createElement)(m.Z,{icon:g.Z,size:17}),_=(0,o.createElement)("svg",{width:"8",viewBox:"0 0 8 4"},(0,o.createElement)("path",{d:"M0 0 L8 0 L4 4 L0 0",fill:"currentColor"}));t.Z=function(e){var t,n=e.slug,r=e.name,c=e.tagline,m=e.isPopular,g=void 0!==m&&m,b=e.isFree,E=void 0!==b&&b,S=e.domain,w=e.features,P=e.billingPeriod,C=e.onSelect,N=e.onPickDomainClick,x=e.onToggleExpandAll,A=e.allPlansExpanded,O=e.disabledLabel,L=e.CTAVariation,T=void 0===L?"NORMAL":L,I=e.popularBadgeVariation,k=void 0===I?"ON_TOP":I,D=e.isSelected,__=(0,f.QT)().__,R=(0,p.useSelect)((function(e){return e(v.F).getPlanProduct(n,P)})),F=a.useState(!1),Z=i()(F,2),j=Z[0],M=Z[1],U=(0,l.useViewportMatch)("mobile",">=");a.useEffect((function(){M(A)}),[A]);var B=A||U||g||j,V=__("Choose","full-site-editing"),H=__("Current Selection","full-site-editing"),z=__("Select %s","full-site-editing"),$=__("billed annually","full-site-editing"),W=__("per month, billed monthly","full-site-editing"),G=__("Collapse all plans","full-site-editing"),q=__("Expand all plans","full-site-editing");return(0,o.createElement)("div",{className:s()("plan-item",{"is-popular":g,"is-open":B,"badge-next-to-name":"NEXT_TO_NAME"===k})},g&&"ON_TOP"===k&&(0,o.createElement)("span",{className:"plan-item__badge"},__("Popular","full-site-editing")),(0,o.createElement)("div",{className:s()("plan-item__viewport",{"is-popular":g})},(0,o.createElement)("div",{className:"plan-item__details"},(0,o.createElement)("div",{tabIndex:0,role:"button",onClick:function(){return M((function(e){return!e}))},onKeyDown:function(e){return 32===e.keyCode&&M((function(e){return!e}))},className:"plan-item__summary"},(0,o.createElement)("div",{className:s()("plan-item__heading",{"badge-next-to-name":"NEXT_TO_NAME"===k})},(0,o.createElement)("div",{className:"plan-item__name"},r),g&&"NEXT_TO_NAME"===k&&(0,o.createElement)("span",{className:"plan-item__badge-next-to-name"},__("Popular","full-site-editing"))),c&&(0,o.createElement)("p",{className:"plan-item__tagline"},c),(0,o.createElement)("div",{className:"plan-item__price"},(0,o.createElement)("div",{className:s()("plan-item__price-amount",{"is-loading":!(null!=R&&R.price)})},(null==R?void 0:R.price)||" ")),!B&&(0,o.createElement)("div",{className:"plan-item__dropdown-chevron"},_)),(0,o.createElement)("div",{hidden:!B},(0,o.createElement)("div",{className:"plan-item__price-note"},E&&__("free forever","full-site-editing"),!E&&("ANNUALLY"===P?$:W)),(0,o.createElement)("div",{className:s()("plan-item__price-discount",{"plan-item__price-discount--disabled":"ANNUALLY"!==P,"plan-item__price-discount--hidden":E}),"aria-hidden":E?"true":"false"},(0,d.sprintf)(__("Save %(discountRate)s%% by paying annually","full-site-editing"),{discountRate:null!==(t=null==R?void 0:R.annualDiscount)&&void 0!==t?t:0})),(0,o.createElement)("div",{className:"plan-item__actions"},"NORMAL"===T?(0,o.createElement)(u.Button,{className:"plan-item__select-button",onClick:function(){C(null==R?void 0:R.productId)},isPrimary:!0,disabled:!!O},(0,o.createElement)("span",null,null!=O?O:V)):(0,o.createElement)(u.Button,{className:s()("plan-item__select-button full-width",{"is-selected":D,"is-popular":g}),onClick:function(){C(null==R?void 0:R.productId)},isPrimary:g,disabled:!!O},(0,o.createElement)("span",null,null!=O?O:(0,o.createElement)(o.Fragment,null,D?y:"",D?(0,d.sprintf)(H,r):(0,d.sprintf)(z,r))))),(0,o.createElement)(h.Z,{features:w,domain:S,isFree:E,isOpen:B,onPickDomain:N,disabledLabel:O&&(0,d.sprintf)(__("%s is not included","full-site-editing"),null==S?void 0:S.domain_name),billingPeriod:P})))),g&&!U&&(0,o.createElement)(u.Button,{onClick:x,className:"plan-item__mobile-expand-all-plans",isLink:!0},A?G:q))}},5532:function(e,t,n){"use strict";n.d(t,{Z:function(){return E}});var r=n(85),i=n.n(r),o=n(5198),a=n.n(o),c=n(270),s=n.n(c),u=n(4564),l=n.n(u),d=n(1260),f=n.n(d),p=n(3027),m=n(3980),g=n.n(m),h=n(3804),v=n.n(h),y=n(2779),_=n.n(y),b=n(8268),E=(n(9528),function(e){s()(n,e);var t=l()(n);function n(){return i()(this,n),t.apply(this,arguments)}return a()(n,[{key:"render",value:function(){var e={"is-compact":this.props.compact,"is-primary":this.props.primary};return(0,p.createElement)("ul",{className:_()("segmented-control",e,this.props.className),style:this.props.style,role:"radiogroup"},this.props.children)}}]),n}(v().Component));f()(E,"Item",b.Z),f()(E,"propTypes",{className:g().string,compact:g().bool,primary:g().bool,style:g().object,children:g().node.isRequired})},8268:function(e,t,n){"use strict";var r=n(85),i=n.n(r),o=n(5198),a=n.n(o),c=n(8111),s=n.n(c),u=n(270),l=n.n(u),d=n(4564),f=n.n(d),p=n(1260),m=n.n(p),g=n(3027),h=n(3980),v=n.n(h),y=n(3804),_=n.n(y),b=n(2779),E=n.n(b),S=function(e){l()(n,e);var t=f()(n);function n(){var e;i()(this,n);for(var r=arguments.length,o=new Array(r),a=0;a<r;a++)o[a]=arguments[a];return e=t.call.apply(t,[this].concat(o)),m()(s()(e),"handleKeyEvent",(function(e){switch(e.keyCode){case 13:case 32:e.preventDefault(),document.activeElement.click()}})),e}return a()(n,[{key:"render",value:function(){var e=E()({"segmented-control__item":!0,"is-selected":this.props.selected}),t=E()("segmented-control__link",m()({},"item-index-".concat(this.props.index),null!=this.props.index));return(0,g.createElement)("li",{className:e},(0,g.createElement)("a",{href:this.props.path,className:t,onClick:this.props.onClick,title:this.props.title,"data-e2e-value":this.props.value,role:"radio",tabIndex:0,"aria-checked":this.props.selected,onKeyDown:this.handleKeyEvent},(0,g.createElement)("span",{className:"segmented-control__text"},this.props.children)))}}]),n}(_().Component);m()(S,"propTypes",{children:v().node.isRequired,path:v().string,selected:v().bool,title:v().string,value:v().string,onClick:v().func,index:v().number}),m()(S,"defaultProps",{selected:!1}),t.Z=S},9255:function(e,t,n){"use strict";n.d(t,{F:function(){return o},J:function(){return a}});var r=n(9734),i=n(182),o=r.z2(),a=i.z()},9215:function(e,t,n){"use strict";n.d(t,{QT:function(){return m}});var r=n(5182),i=n.n(r),o=n(8527),a=n.n(o),c=(n(1068),n(3027)),s=n(3804),u=n(3163),l=n(1417),d=n(5799),f={__:u.__,_n:u._n,_nx:u._nx,_x:u._x,isRTL:u.isRTL,setLocaleData:u.setLocaleData},p=s.createContext(h()),m=function(){return s.useContext(p)};(0,l.createHigherOrderComponent)((function(e){return function(t){var n=m();return(0,c.createElement)(e,a()({},n,t))}}),"withI18n");function g(e,t,n){var r=e[t],o=n.hasFilter,a=n.applyFilters;return o("preTranslation")||o("postTranslation")?function(){for(var e=arguments.length,o=new Array(e),c=0;c<e;c++)o[c]=arguments[c];var s=a("preTranslation",o,t,n);return a("postTranslation",r.apply(void 0,i()(s)),s,t,n)}:r}function h(e,t){var n=e?(0,u.createI18n)(e):f,r=e?function(t,n){return function(e,t,n){return("string"==typeof n?"".concat(n,"",t):t)in e}(e,t,n)}:void 0,i=null!=t?t:(0,d.createHooks)(),o=i.addFilter,a=i.removeFilter,c={addFilter:o,removeFilter:a,hasFilter:i.hasFilter,applyFilters:i.applyFilters};return{__:g(n,"__",c),_n:g(n,"_n",c),_nx:g(n,"_nx",c),_x:g(n,"_x",c),isRTL:n.isRTL,localeData:e,hasTranslation:r,addFilter:o,removeFilter:a}}},8552:function(e,t,n){"use strict";n.d(t,{Vw:function(){return E},sS:function(){return N}});var r,i=n(2278),o=n(2884),a=n.n(o),c=n(8650),s=n.n(c),u=n(8049),l=n.n(u)()("wpcom-proxy-request"),d="https://public-api.wordpress.com",f=window.location.protocol+"//"+window.location.host,p=function(){var e=!1;try{window.postMessage({toString:function(){e=!0}},"*")}catch(t){}return e}(),m=function(){try{return new window.File(["a"],"test.jpg",{type:"image/jpeg"}),!0}catch(e){return!1}}(),g=null,h=!1,v={},y=!!window.ProgressEvent&&!!window.FormData;l('using "origin": %o',f);var _=function(e,t){var n=Object.assign({},e);l("request(%o)",n),g||C();var o=(0,i.Z)();n.callback=o,n.supports_args=!0,n.supports_error_obj=!0,n.supports_progress=y,n.method=String(n.method||"GET").toUpperCase(),l("params object: %o",n);var a=new window.XMLHttpRequest;if(a.params=n,v[o]=a,"function"==typeof t){var c=!1,s=function(e){if(!c){c=!0;var n=e.error||e.err||e;l("error: ",n),l("headers: ",e.headers),t(n,null,e.headers)}};a.addEventListener("load",(function(e){if(!c){c=!0;var n=e.response||a.response;l("body: ",n),l("headers: ",e.headers),t(null,n,e.headers)}})),a.addEventListener("abort",s),a.addEventListener("error",s)}return"function"==typeof n.onStreamRecord&&delete n.onStreamRecord,h?S(n):(l("buffering API request since proxying <iframe> is not yet loaded"),r.push(n)),a},b=function(e,t){return"function"==typeof t?_(e,t):new Promise((function(t,n){_(e,(function(e,r){e?n(e):t(r)}))}))};function E(){return b({metaAPI:{accessAllUsersBlogs:!0}})}function S(e){l("sending API request to proxy <iframe> %o",e),e.formData&&function(e){if(!window.chrome||!m)return;for(var t=0;t<e.length;t++){var n=P(e[t][1]);n&&(e[t][1]=new window.File([n],n.name,{type:n.type}))}}(e.formData),g.contentWindow.postMessage(p?JSON.stringify(e):e,d)}function w(e){return e&&"[object File]"===Object.prototype.toString.call(e)}function P(e){return w(e)?e:"object"==typeof e&&w(e.fileContents)?e.fileContents:null}function C(){l("install()"),g&&(l("uninstall()"),window.removeEventListener("message",x),document.body.removeChild(g),h=!1,g=null),r=[],window.addEventListener("message",x),(g=document.createElement("iframe")).src=d+"/wp-admin/rest-proxy/?v=2.0#"+f,g.style.display="none",document.body.appendChild(g)}var N=function(){C()};function x(e){if(l("onmessage"),e.origin===d)if(e.source===g.contentWindow){var t=e.data;if(!t)return l("no `data`, bailing");if("ready"!==t){if(p&&"string"==typeof t&&(t=JSON.parse(t)),t.upload||t.download)return function(e){l('got "progress" event: %o',e);var t=v[e.callbackId];if(t){var n=new(s())("progress",e);(e.upload?t.upload:t).dispatchEvent(n)}}(t);if(!t.length)return l("`e.data` doesn't appear to be an Array, bailing...");var n=t[t.length-1];if(!(n in v))return l("bailing, no matching request with callback: %o",n);var i,o=v[n],c=o.params,u=t[0],f=t[1],m=t[2];if(207===f||delete v[n],c.metaAPI?f="metaAPIupdated"===u?200:500:l("got %o status code for URL: %o",f,c.path),"object"==typeof m)if(m.status=f,i=m["Content-Type"],/^application[/]x-ndjson($|;)/.test(i))return void A(o,new Error("stream mode processing is not yet implemented for wpcom-proxy-request"),m);if(f&&2===Math.floor(f/100))!function(e,t,n){var r=new(s())("load");r.data=r.body=r.response=t,r.headers=n,e.dispatchEvent(r)}(o,u,m);else A(o,a()(c,f,u),m)}else!function(){if(l('proxy <iframe> "load" event'),h=!0,r){for(var e=0;e<r.length;e++)S(r[e]);r=null}}()}else l("ignoring message... iframe elements do not match");else l("ignoring message... %o !== %o",e.origin,d)}function A(e,t,n){var r=new(s())("error");r.error=r.err=t,r.headers=n,e.dispatchEvent(r)}t.ZP=b},8049:function(e,t,n){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;var n="color: "+this.color;t.splice(1,0,n,"color: inherit");var r=0,i=0;t[0].replace(/%[a-zA-Z%]/g,(function(e){"%%"!==e&&(r++,"%c"===e&&(i=r))})),t.splice(i,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(n){}},t.load=function(){var e;try{e=t.storage.getItem("debug")}catch(n){}!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG);return e},t.useColors=function(){if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage=function(){try{return localStorage}catch(e){}}(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||function(){},e.exports=n(2632)(t),e.exports.formatters.j=function(e){try{return JSON.stringify(e)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}},2632:function(e,t,n){var r=n(5182);e.exports=function(e){function t(e){var n;function r(){for(var e=arguments.length,i=new Array(e),o=0;o<e;o++)i[o]=arguments[o];if(r.enabled){var a=r,c=Number(new Date),s=c-(n||c);a.diff=s,a.prev=n,a.curr=c,n=c,i[0]=t.coerce(i[0]),"string"!=typeof i[0]&&i.unshift("%O");var u=0;i[0]=i[0].replace(/%([a-zA-Z%])/g,(function(e,n){if("%%"===e)return e;u++;var r=t.formatters[n];if("function"==typeof r){var o=i[u];e=r.call(a,o),i.splice(u,1),u--}return e})),t.formatArgs.call(a,i);var l=a.log||t.log;l.apply(a,i)}}return r.namespace=e,r.enabled=t.enabled(e),r.useColors=t.useColors(),r.color=t.selectColor(e),r.destroy=i,r.extend=o,"function"==typeof t.init&&t.init(r),t.instances.push(r),r}function i(){var e=t.instances.indexOf(this);return-1!==e&&(t.instances.splice(e,1),!0)}function o(e,n){var r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function a(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){var e=[].concat(r(t.names.map(a)),r(t.skips.map(a).map((function(e){return"-"+e})))).join(",");return t.enable(""),e},t.enable=function(e){var n;t.save(e),t.names=[],t.skips=[];var r=("string"==typeof e?e:"").split(/[\s,]+/),i=r.length;for(n=0;n<i;n++)r[n]&&("-"===(e=r[n].replace(/\*/g,".*?"))[0]?t.skips.push(new RegExp("^"+e.substr(1)+"$")):t.names.push(new RegExp("^"+e+"$")));for(n=0;n<t.instances.length;n++){var o=t.instances[n];o.enabled=t.enabled(o.namespace)}},t.enabled=function(e){if("*"===e[e.length-1])return!0;var n,r;for(n=0,r=t.skips.length;n<r;n++)if(t.skips[n].test(e))return!1;for(n=0,r=t.names.length;n<r;n++)if(t.names[n].test(e))return!0;return!1},t.humanize=n(1378),Object.keys(e).forEach((function(n){t[n]=e[n]})),t.instances=[],t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){for(var n=0,r=0;r<e.length;r++)n=(n<<5)-n+e.charCodeAt(r),n|=0;return t.colors[Math.abs(n)%t.colors.length]},t.enable(t.load()),t}},1898:function(e,t){"use strict";var n="Invariant failed";t.Z=function(e,t){if(!e)throw new Error(n)}},3830:function(e,t,n){"use strict";var r=n(956);e.exports=function(){var e=r.apply(r,arguments);return e.charAt(0).toUpperCase()+e.slice(1)}},956:function(e){"use strict";e.exports=function(){var e=[].map.call(arguments,(function(e){return e.trim()})).filter((function(e){return e.length})).join("-");return e.length?1!==e.length&&/[_.\- ]+/.test(e)?e.replace(/^[_.\- ]+/,"").toLowerCase().replace(/[_.\- ]+(\w|$)/g,(function(e,t){return t.toUpperCase()})):e[0]===e[0].toLowerCase()&&e.slice(1)!==e.slice(1).toLowerCase()?e:e.toLowerCase():""}},7127:function(e,t,n){"use strict";n.d(t,{Z:function(){return a}});var r=n(3804),i=n(669);function o(e,t){return e===t}function a(e,t,n){var a=n&&n.equalityFn?n.equalityFn:o,c=(0,r.useState)(e),s=c[0],u=c[1],l=(0,i.Z)((0,r.useCallback)((function(e){return u(e)}),[]),t,n),d=l[0],f=l[1],p=(0,r.useRef)(e);return(0,r.useEffect)((function(){a(p.current,e)||(d(e),p.current=e)}),[e,d,a]),[s,f]}},669:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r=n(3804);function i(e,t,n){void 0===n&&(n={});var i=n.maxWait,o=(0,r.useRef)(null),a=(0,r.useRef)([]),c=n.leading,s=(0,r.useRef)(!1),u=(0,r.useRef)(null),l=(0,r.useRef)(!1),d=(0,r.useRef)(e);d.current=e;var f=(0,r.useCallback)((function(){clearTimeout(u.current),clearTimeout(o.current),o.current=null,a.current=[],u.current=null,s.current=!1}),[]);(0,r.useEffect)((function(){return function(){l.current=!0}}),[]);return[(0,r.useCallback)((function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];if(a.current=e,clearTimeout(u.current),!u.current&&c&&!s.current)return d.current.apply(d,e),void(s.current=!0);u.current=setTimeout((function(){f(),l.current||d.current.apply(d,e)}),t),i&&!o.current&&(o.current=setTimeout((function(){var e=a.current;f(),l.current||d.current.apply(null,e)}),i))}),[i,t,f,c]),f,function(){u.current&&(d.current.apply(null,a.current),f())}]}},8186:function(e,t,n){"use strict";var r=n(7320),i=n(3804);t.useSubscription=function(e){var t=e.getCurrentValue,n=e.subscribe,o=i.useState((function(){return{getCurrentValue:t,subscribe:n,value:t()}}));e=o[0];var a=o[1];return o=e.value,e.getCurrentValue===t&&e.subscribe===n||(o=t(),a({getCurrentValue:t,subscribe:n,value:o})),i.useDebugValue(o),i.useEffect((function(){function e(){if(!i){var e=t();a((function(i){return i.getCurrentValue!==t||i.subscribe!==n||i.value===e?i:r({},i,{value:e})}))}}var i=!1,o=n(e);return e(),function(){i=!0,o()}}),[t,n]),o}},6718:function(e,t,n){"use strict";e.exports=n(8186)},838:function(e,t){"use strict";function n(e){return e.valueOf?e.valueOf():Object.prototype.valueOf.call(e)}t.Z=function e(t,r){if(t===r)return!0;if(null==t||null==r)return!1;if(Array.isArray(t))return Array.isArray(r)&&t.length===r.length&&t.every((function(t,n){return e(t,r[n])}));if("object"==typeof t||"object"==typeof r){var i=n(t),o=n(r);return i!==t||o!==r?e(i,o):Object.keys(Object.assign({},t,r)).every((function(n){return e(t[n],r[n])}))}return!1}},2884:function(e,t,n){var r=n(3830),i=n(7260);function o(e,t){if(t)if("number"==typeof t)a(e,t);else{t.status_code&&a(e,t.status_code),t.error&&(e.name=s(t.error)),t.error_description&&(e.message=t.error_description);var n=t.errors;if(n)o(e,n.length?n[0]:n);for(var r in t)e[r]=t[r];e.status&&(t.method||t.path)&&c(e)}}function a(e,t){e.name=s(i[t]),e.status=e.statusCode=t,c(e)}function c(e){var t=e.status,n=e.method,r=e.path,i=t+" status code",o=n||r;o&&(i+=' for "'),n&&(i+=n),o&&(i+=" "),r&&(i+=r),o&&(i+='"'),e.message=i}function s(e){return r(String(e).replace(/error$/i,""),"error")}e.exports=function e(){for(var t=new Error,n=0;n<arguments.length;n++)o(t,arguments[n]);"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(t,e);return t}},7260:function(e){e.exports={100:"Continue",101:"Switching Protocols",102:"Processing",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",208:"Already Reported",226:"IM Used",300:"Multiple Choices",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"I'm a teapot",421:"Misdirected Request",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Unordered Collection",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",509:"Bandwidth Limit Exceeded",510:"Not Extended",511:"Network Authentication Required"}},4024:function(e,t){"use strict";for(var n=[],r=0;r<256;++r)n[r]=(r+256).toString(16).substr(1);t.Z=function(e,t){var r=t||0,i=n;return[i[e[r++]],i[e[r++]],i[e[r++]],i[e[r++]],"-",i[e[r++]],i[e[r++]],"-",i[e[r++]],i[e[r++]],"-",i[e[r++]],i[e[r++]],"-",i[e[r++]],i[e[r++]],i[e[r++]],i[e[r++]],i[e[r++]],i[e[r++]]].join("")}},9771:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto),i=new Uint8Array(16);function o(){if(!r)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return r(i)}},6374:function(e,t,n){"use strict";var r=n(9771),i=n(4024);t.Z=function(e,t,n){var o=t&&n||0;"string"==typeof e&&(t="binary"===e?new Array(16):null,e=null);var a=(e=e||{}).random||(e.rng||r.Z)();if(a[6]=15&a[6]|64,a[8]=63&a[8]|128,t)for(var c=0;c<16;++c)t[o+c]=a[c];return t||(0,i.Z)(a)}},4947:function(e,t){"use strict";for(var n=[],r=0;r<256;++r)n[r]=(r+256).toString(16).substr(1);t.Z=function(e,t){var r=t||0,i=n;return[i[e[r++]],i[e[r++]],i[e[r++]],i[e[r++]],"-",i[e[r++]],i[e[r++]],"-",i[e[r++]],i[e[r++]],"-",i[e[r++]],i[e[r++]],"-",i[e[r++]],i[e[r++]],i[e[r++]],i[e[r++]],i[e[r++]],i[e[r++]]].join("")}},4750:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto),i=new Uint8Array(16);function o(){if(!r)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return r(i)}},2278:function(e,t,n){"use strict";var r=n(4750),i=n(4947);t.Z=function(e,t,n){var o=t&&n||0;"string"==typeof e&&(t="binary"===e?new Array(16):null,e=null);var a=(e=e||{}).random||(e.rng||r.Z)();if(a[6]=15&a[6]|64,a[8]=63&a[8]|128,t)for(var c=0;c<16;++c)t[o+c]=a[c];return t||(0,i.Z)(a)}},3804:function(e){"use strict";e.exports=window.React},8681:function(e){"use strict";e.exports=window["a8c-fse-common-data-stores"]},1205:function(e){"use strict";e.exports=window.lodash},7997:function(e){"use strict";e.exports=window.wp.components},1417:function(e){"use strict";e.exports=window.wp.compose},5707:function(e){"use strict";e.exports=window.wp.data},9866:function(e){"use strict";e.exports=window.wp.dataControls},3613:function(e){"use strict";e.exports=window.wp.deprecated},3027:function(e){"use strict";e.exports=window.wp.element},5799:function(e){"use strict";e.exports=window.wp.hooks},3163:function(e){"use strict";e.exports=window.wp.i18n},1200:function(e){"use strict";e.exports=window.wp.plugins},2418:function(e){"use strict";e.exports=window.wp.primitives},791:function(e){"use strict";e.exports=window.wp.url}},t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={exports:{}};return e[r](i,i.exports,n),i.exports}return n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n(272)}());
3
  Copyright (c) 2017 Jed Watson.
4
  Licensed under the MIT License (MIT), see
5
  http://jedwatson.github.io/classnames
6
+ */!function(){"use strict";var r={}.hasOwnProperty;function i(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var o=typeof n;if("string"===o||"number"===o)e.push(n);else if(Array.isArray(n)&&n.length){var a=i.apply(null,n);a&&e.push(a)}else if("object"===o)for(var c in n)r.call(n,c)&&n[c]&&e.push(c)}}return e.join(" ")}e.exports?(i.default=i,e.exports=i):void 0===(n=function(){return i}.apply(t,[]))||(e.exports=n)}()},3421:function(e,t){"use strict";var n=decodeURIComponent,r=encodeURIComponent,i=/; */,o=/^[\u0009\u0020-\u007e\u0080-\u00ff]+$/;function a(e,t){try{return t(e)}catch(n){return e}}},382:function(e){"use strict";var t,n="object"==typeof Reflect?Reflect:null,r=n&&"function"==typeof n.apply?n.apply:function(e,t,n){return Function.prototype.apply.call(e,t,n)};t=n&&"function"==typeof n.ownKeys?n.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var i=Number.isNaN||function(e){return e!=e};function o(){o.init.call(this)}e.exports=o,e.exports.once=function(e,t){return new Promise((function(n,r){function i(){void 0!==o&&e.removeListener("error",o),n([].slice.call(arguments))}var o;"error"!==t&&(o=function(n){e.removeListener(t,i),r(n)},e.once("error",o)),e.once(t,i)}))},o.EventEmitter=o,o.prototype._events=void 0,o.prototype._eventsCount=0,o.prototype._maxListeners=void 0;var a=10;function c(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function s(e){return void 0===e._maxListeners?o.defaultMaxListeners:e._maxListeners}function u(e,t,n,r){var i,o,a,u;if(c(n),void 0===(o=e._events)?(o=e._events=Object.create(null),e._eventsCount=0):(void 0!==o.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),o=e._events),a=o[t]),void 0===a)a=o[t]=n,++e._eventsCount;else if("function"==typeof a?a=o[t]=r?[n,a]:[a,n]:r?a.unshift(n):a.push(n),(i=s(e))>0&&a.length>i&&!a.warned){a.warned=!0;var l=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");l.name="MaxListenersExceededWarning",l.emitter=e,l.type=t,l.count=a.length,u=l,console&&console.warn&&console.warn(u)}return e}function l(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function d(e,t,n){var r={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},i=l.bind(r);return i.listener=n,r.wrapFn=i,i}function f(e,t,n){var r=e._events;if(void 0===r)return[];var i=r[t];return void 0===i?[]:"function"==typeof i?n?[i.listener||i]:[i]:n?function(e){for(var t=new Array(e.length),n=0;n<t.length;++n)t[n]=e[n].listener||e[n];return t}(i):m(i,i.length)}function p(e){var t=this._events;if(void 0!==t){var n=t[e];if("function"==typeof n)return 1;if(void 0!==n)return n.length}return 0}function m(e,t){for(var n=new Array(t),r=0;r<t;++r)n[r]=e[r];return n}Object.defineProperty(o,"defaultMaxListeners",{enumerable:!0,get:function(){return a},set:function(e){if("number"!=typeof e||e<0||i(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");a=e}}),o.init=function(){void 0!==this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},o.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||i(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this},o.prototype.getMaxListeners=function(){return s(this)},o.prototype.emit=function(e){for(var t=[],n=1;n<arguments.length;n++)t.push(arguments[n]);var i="error"===e,o=this._events;if(void 0!==o)i=i&&void 0===o.error;else if(!i)return!1;if(i){var a;if(t.length>0&&(a=t[0]),a instanceof Error)throw a;var c=new Error("Unhandled error."+(a?" ("+a.message+")":""));throw c.context=a,c}var s=o[e];if(void 0===s)return!1;if("function"==typeof s)r(s,this,t);else{var u=s.length,l=m(s,u);for(n=0;n<u;++n)r(l[n],this,t)}return!0},o.prototype.addListener=function(e,t){return u(this,e,t,!1)},o.prototype.on=o.prototype.addListener,o.prototype.prependListener=function(e,t){return u(this,e,t,!0)},o.prototype.once=function(e,t){return c(t),this.on(e,d(this,e,t)),this},o.prototype.prependOnceListener=function(e,t){return c(t),this.prependListener(e,d(this,e,t)),this},o.prototype.removeListener=function(e,t){var n,r,i,o,a;if(c(t),void 0===(r=this._events))return this;if(void 0===(n=r[e]))return this;if(n===t||n.listener===t)0==--this._eventsCount?this._events=Object.create(null):(delete r[e],r.removeListener&&this.emit("removeListener",e,n.listener||t));else if("function"!=typeof n){for(i=-1,o=n.length-1;o>=0;o--)if(n[o]===t||n[o].listener===t){a=n[o].listener,i=o;break}if(i<0)return this;0===i?n.shift():function(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}(n,i),1===n.length&&(r[e]=n[0]),void 0!==r.removeListener&&this.emit("removeListener",e,a||t)}return this},o.prototype.off=o.prototype.removeListener,o.prototype.removeAllListeners=function(e){var t,n,r;if(void 0===(n=this._events))return this;if(void 0===n.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==n[e]&&(0==--this._eventsCount?this._events=Object.create(null):delete n[e]),this;if(0===arguments.length){var i,o=Object.keys(n);for(r=0;r<o.length;++r)"removeListener"!==(i=o[r])&&this.removeAllListeners(i);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(t=n[e]))this.removeListener(e,t);else if(void 0!==t)for(r=t.length-1;r>=0;r--)this.removeListener(e,t[r]);return this},o.prototype.listeners=function(e){return f(this,e,!0)},o.prototype.rawListeners=function(e){return f(this,e,!1)},o.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):p.call(e,t)},o.prototype.listenerCount=p,o.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},5695:function(e){"use strict";e.exports=function(e,t){t||(t={}),"function"==typeof t&&(t={cmp:t});var n,r="boolean"==typeof t.cycles&&t.cycles,i=t.cmp&&(n=t.cmp,function(e){return function(t,r){var i={key:t,value:e[t]},o={key:r,value:e[r]};return n(i,o)}}),o=[];return function e(t){if(t&&t.toJSON&&"function"==typeof t.toJSON&&(t=t.toJSON()),void 0!==t){if("number"==typeof t)return isFinite(t)?""+t:"null";if("object"!=typeof t)return JSON.stringify(t);var n,a;if(Array.isArray(t)){for(a="[",n=0;n<t.length;n++)n&&(a+=","),a+=e(t[n])||"null";return a+"]"}if(null===t)return"null";if(-1!==o.indexOf(t)){if(r)return JSON.stringify("__cycle__");throw new TypeError("Converting circular structure to JSON")}var c=o.push(t)-1,s=Object.keys(t).sort(i&&i(t));for(a="",n=0;n<s.length;n++){var u=s[n],l=e(t[u]);l&&(a&&(a+=","),a+=JSON.stringify(u)+":"+l)}return o.splice(c,1),"{"+a+"}"}}(e)}},7201:function(e){"use strict";function t(e){return function(){return e}}var n=function(){};n.thatReturns=t,n.thatReturnsFalse=t(!1),n.thatReturnsTrue=t(!0),n.thatReturnsNull=t(null),n.thatReturnsThis=function(){return this},n.thatReturnsArgument=function(e){return e},e.exports=n},4983:function(e){"use strict";e.exports=function(e,t,n,r,i,o,a,c){if(!e){var s;if(void 0===t)s=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var u=[n,r,i,o,a,c],l=0;(s=new Error(t.replace(/%s/g,(function(){return u[l++]})))).name="Invariant Violation"}throw s.framesToPop=1,s}}},6590:function(e,t,n){"use strict";var r=n(7201);e.exports=r},8051:function(e){"use strict";var t="__global_unique_id__";e.exports=function(){return window[t]=(window[t]||0)+1}},4495:function(e,t,n){"use strict";var r=n(212),i=n(9561);function o(){this.pending=null,this.pendingTotal=0,this.blockSize=this.constructor.blockSize,this.outSize=this.constructor.outSize,this.hmacStrength=this.constructor.hmacStrength,this.padLength=this.constructor.padLength/8,this.endian="big",this._delta8=this.blockSize/8,this._delta32=this.blockSize/32}t.BlockHash=o,o.prototype.update=function(e,t){if(e=r.toArray(e,t),this.pending?this.pending=this.pending.concat(e):this.pending=e,this.pendingTotal+=e.length,this.pending.length>=this._delta8){var n=(e=this.pending).length%this._delta8;this.pending=e.slice(e.length-n,e.length),0===this.pending.length&&(this.pending=null),e=r.join32(e,0,e.length-n,this.endian);for(var i=0;i<e.length;i+=this._delta32)this._update(e,i,i+this._delta32)}return this},o.prototype.digest=function(e){return this.update(this._pad()),i(null===this.pending),this._digest(e)},o.prototype._pad=function(){var e=this.pendingTotal,t=this._delta8,n=t-(e+this.padLength)%t,r=new Array(n+this.padLength);r[0]=128;for(var i=1;i<n;i++)r[i]=0;if(e<<=3,"big"===this.endian){for(var o=8;o<this.padLength;o++)r[i++]=0;r[i++]=0,r[i++]=0,r[i++]=0,r[i++]=0,r[i++]=e>>>24&255,r[i++]=e>>>16&255,r[i++]=e>>>8&255,r[i++]=255&e}else for(r[i++]=255&e,r[i++]=e>>>8&255,r[i++]=e>>>16&255,r[i++]=e>>>24&255,r[i++]=0,r[i++]=0,r[i++]=0,r[i++]=0,o=8;o<this.padLength;o++)r[i++]=0;return r}},5079:function(e,t,n){"use strict";var r=n(212),i=n(4495),o=n(713),a=r.rotl32,c=r.sum32,s=r.sum32_5,u=o.ft_1,l=i.BlockHash,d=[1518500249,1859775393,2400959708,3395469782];function f(){if(!(this instanceof f))return new f;l.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.W=new Array(80)}r.inherits(f,l),e.exports=f,f.blockSize=512,f.outSize=160,f.hmacStrength=80,f.padLength=64,f.prototype._update=function(e,t){for(var n=this.W,r=0;r<16;r++)n[r]=e[t+r];for(;r<n.length;r++)n[r]=a(n[r-3]^n[r-8]^n[r-14]^n[r-16],1);var i=this.h[0],o=this.h[1],l=this.h[2],f=this.h[3],p=this.h[4];for(r=0;r<n.length;r++){var m=~~(r/20),g=s(a(i,5),u(m,o,l,f),p,n[r],d[m]);p=f,f=l,l=a(o,30),o=i,i=g}this.h[0]=c(this.h[0],i),this.h[1]=c(this.h[1],o),this.h[2]=c(this.h[2],l),this.h[3]=c(this.h[3],f),this.h[4]=c(this.h[4],p)},f.prototype._digest=function(e){return"hex"===e?r.toHex32(this.h,"big"):r.split32(this.h,"big")}},8032:function(e,t,n){"use strict";var r=n(212),i=n(4495),o=n(713),a=n(9561),c=r.sum32,s=r.sum32_4,u=r.sum32_5,l=o.ch32,d=o.maj32,f=o.s0_256,p=o.s1_256,m=o.g0_256,g=o.g1_256,h=i.BlockHash,v=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298];function y(){if(!(this instanceof y))return new y;h.call(this),this.h=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.k=v,this.W=new Array(64)}r.inherits(y,h),e.exports=y,y.blockSize=512,y.outSize=256,y.hmacStrength=192,y.padLength=64,y.prototype._update=function(e,t){for(var n=this.W,r=0;r<16;r++)n[r]=e[t+r];for(;r<n.length;r++)n[r]=s(g(n[r-2]),n[r-7],m(n[r-15]),n[r-16]);var i=this.h[0],o=this.h[1],h=this.h[2],v=this.h[3],y=this.h[4],b=this.h[5],_=this.h[6],E=this.h[7];for(a(this.k.length===n.length),r=0;r<n.length;r++){var S=u(E,p(y),l(y,b,_),this.k[r],n[r]),w=c(f(i),d(i,o,h));E=_,_=b,b=y,y=c(v,S),v=h,h=o,o=i,i=c(S,w)}this.h[0]=c(this.h[0],i),this.h[1]=c(this.h[1],o),this.h[2]=c(this.h[2],h),this.h[3]=c(this.h[3],v),this.h[4]=c(this.h[4],y),this.h[5]=c(this.h[5],b),this.h[6]=c(this.h[6],_),this.h[7]=c(this.h[7],E)},y.prototype._digest=function(e){return"hex"===e?r.toHex32(this.h,"big"):r.split32(this.h,"big")}},713:function(e,t,n){"use strict";var r=n(212).rotr32;function i(e,t,n){return e&t^~e&n}function o(e,t,n){return e&t^e&n^t&n}function a(e,t,n){return e^t^n}t.ft_1=function(e,t,n,r){return 0===e?i(t,n,r):1===e||3===e?a(t,n,r):2===e?o(t,n,r):void 0},t.ch32=i,t.maj32=o,t.p32=a,t.s0_256=function(e){return r(e,2)^r(e,13)^r(e,22)},t.s1_256=function(e){return r(e,6)^r(e,11)^r(e,25)},t.g0_256=function(e){return r(e,7)^r(e,18)^e>>>3},t.g1_256=function(e){return r(e,17)^r(e,19)^e>>>10}},212:function(e,t,n){"use strict";var r=n(9561),i=n(1285);function o(e,t){return 55296==(64512&e.charCodeAt(t))&&(!(t<0||t+1>=e.length)&&56320==(64512&e.charCodeAt(t+1)))}function a(e){return(e>>>24|e>>>8&65280|e<<8&16711680|(255&e)<<24)>>>0}function c(e){return 1===e.length?"0"+e:e}function s(e){return 7===e.length?"0"+e:6===e.length?"00"+e:5===e.length?"000"+e:4===e.length?"0000"+e:3===e.length?"00000"+e:2===e.length?"000000"+e:1===e.length?"0000000"+e:e}t.inherits=i,t.toArray=function(e,t){if(Array.isArray(e))return e.slice();if(!e)return[];var n=[];if("string"==typeof e)if(t){if("hex"===t)for((e=e.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(e="0"+e),i=0;i<e.length;i+=2)n.push(parseInt(e[i]+e[i+1],16))}else for(var r=0,i=0;i<e.length;i++){var a=e.charCodeAt(i);a<128?n[r++]=a:a<2048?(n[r++]=a>>6|192,n[r++]=63&a|128):o(e,i)?(a=65536+((1023&a)<<10)+(1023&e.charCodeAt(++i)),n[r++]=a>>18|240,n[r++]=a>>12&63|128,n[r++]=a>>6&63|128,n[r++]=63&a|128):(n[r++]=a>>12|224,n[r++]=a>>6&63|128,n[r++]=63&a|128)}else for(i=0;i<e.length;i++)n[i]=0|e[i];return n},t.toHex=function(e){for(var t="",n=0;n<e.length;n++)t+=c(e[n].toString(16));return t},t.htonl=a,t.toHex32=function(e,t){for(var n="",r=0;r<e.length;r++){var i=e[r];"little"===t&&(i=a(i)),n+=s(i.toString(16))}return n},t.zero2=c,t.zero8=s,t.join32=function(e,t,n,i){var o=n-t;r(o%4==0);for(var a=new Array(o/4),c=0,s=t;c<a.length;c++,s+=4){var u;u="big"===i?e[s]<<24|e[s+1]<<16|e[s+2]<<8|e[s+3]:e[s+3]<<24|e[s+2]<<16|e[s+1]<<8|e[s],a[c]=u>>>0}return a},t.split32=function(e,t){for(var n=new Array(4*e.length),r=0,i=0;r<e.length;r++,i+=4){var o=e[r];"big"===t?(n[i]=o>>>24,n[i+1]=o>>>16&255,n[i+2]=o>>>8&255,n[i+3]=255&o):(n[i+3]=o>>>24,n[i+2]=o>>>16&255,n[i+1]=o>>>8&255,n[i]=255&o)}return n},t.rotr32=function(e,t){return e>>>t|e<<32-t},t.rotl32=function(e,t){return e<<t|e>>>32-t},t.sum32=function(e,t){return e+t>>>0},t.sum32_3=function(e,t,n){return e+t+n>>>0},t.sum32_4=function(e,t,n,r){return e+t+n+r>>>0},t.sum32_5=function(e,t,n,r,i){return e+t+n+r+i>>>0},t.sum64=function(e,t,n,r){var i=e[t],o=r+e[t+1]>>>0,a=(o<r?1:0)+n+i;e[t]=a>>>0,e[t+1]=o},t.sum64_hi=function(e,t,n,r){return(t+r>>>0<t?1:0)+e+n>>>0},t.sum64_lo=function(e,t,n,r){return t+r>>>0},t.sum64_4_hi=function(e,t,n,r,i,o,a,c){var s=0,u=t;return s+=(u=u+r>>>0)<t?1:0,s+=(u=u+o>>>0)<o?1:0,e+n+i+a+(s+=(u=u+c>>>0)<c?1:0)>>>0},t.sum64_4_lo=function(e,t,n,r,i,o,a,c){return t+r+o+c>>>0},t.sum64_5_hi=function(e,t,n,r,i,o,a,c,s,u){var l=0,d=t;return l+=(d=d+r>>>0)<t?1:0,l+=(d=d+o>>>0)<o?1:0,l+=(d=d+c>>>0)<c?1:0,e+n+i+a+s+(l+=(d=d+u>>>0)<u?1:0)>>>0},t.sum64_5_lo=function(e,t,n,r,i,o,a,c,s,u){return t+r+o+c+u>>>0},t.rotr64_hi=function(e,t,n){return(t<<32-n|e>>>n)>>>0},t.rotr64_lo=function(e,t,n){return(e<<32-n|t>>>n)>>>0},t.shr64_hi=function(e,t,n){return e>>>n},t.shr64_lo=function(e,t,n){return(e<<32-n|t>>>n)>>>0}},7547:function(e,t,n){"use strict";n.d(t,{lX:function(){return _},q_:function(){return N},PP:function(){return A},ob:function(){return f},Hp:function(){return p},Ep:function(){return d}});var r=n(7560),i=n(7613),o=n(838),a=n(1898);function c(e){return"/"===e.charAt(0)?e:"/"+e}function s(e){return"/"===e.charAt(0)?e.substr(1):e}function u(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function l(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function d(e){var t=e.pathname,n=e.search,r=e.hash,i=t||"/";return n&&"?"!==n&&(i+="?"===n.charAt(0)?n:"?"+n),r&&"#"!==r&&(i+="#"===r.charAt(0)?r:"#"+r),i}function f(e,t,n,o){var a;"string"==typeof e?(a=function(e){var t=e||"/",n="",r="",i=t.indexOf("#");-1!==i&&(r=t.substr(i),t=t.substr(0,i));var o=t.indexOf("?");return-1!==o&&(n=t.substr(o),t=t.substr(0,o)),{pathname:t,search:"?"===n?"":n,hash:"#"===r?"":r}}(e)).state=t:(void 0===(a=(0,r.Z)({},e)).pathname&&(a.pathname=""),a.search?"?"!==a.search.charAt(0)&&(a.search="?"+a.search):a.search="",a.hash?"#"!==a.hash.charAt(0)&&(a.hash="#"+a.hash):a.hash="",void 0!==t&&void 0===a.state&&(a.state=t));try{a.pathname=decodeURI(a.pathname)}catch(c){throw c instanceof URIError?new URIError('Pathname "'+a.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):c}return n&&(a.key=n),o?a.pathname?"/"!==a.pathname.charAt(0)&&(a.pathname=(0,i.Z)(a.pathname,o.pathname)):a.pathname=o.pathname:a.pathname||(a.pathname="/"),a}function p(e,t){return e.pathname===t.pathname&&e.search===t.search&&e.hash===t.hash&&e.key===t.key&&(0,o.Z)(e.state,t.state)}function m(){var e=null;var t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,n,r,i){if(null!=e){var o="function"==typeof e?e(t,n):e;"string"==typeof o?"function"==typeof r?r(o,i):i(!0):i(!1!==o)}else i(!0)},appendListener:function(e){var n=!0;function r(){n&&e.apply(void 0,arguments)}return t.push(r),function(){n=!1,t=t.filter((function(e){return e!==r}))}},notifyListeners:function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];t.forEach((function(e){return e.apply(void 0,n)}))}}}var g=!("undefined"==typeof window||!window.document||!window.document.createElement);function h(e,t){t(window.confirm(e))}var v="popstate",y="hashchange";function b(){try{return window.history.state||{}}catch(e){return{}}}function _(e){void 0===e&&(e={}),g||(0,a.Z)(!1);var t,n=window.history,i=(-1===(t=window.navigator.userAgent).indexOf("Android 2.")&&-1===t.indexOf("Android 4.0")||-1===t.indexOf("Mobile Safari")||-1!==t.indexOf("Chrome")||-1!==t.indexOf("Windows Phone"))&&window.history&&"pushState"in window.history,o=!(-1===window.navigator.userAgent.indexOf("Trident")),s=e,p=s.forceRefresh,_=void 0!==p&&p,E=s.getUserConfirmation,S=void 0===E?h:E,w=s.keyLength,P=void 0===w?6:w,C=e.basename?l(c(e.basename)):"";function N(e){var t=e||{},n=t.key,r=t.state,i=window.location,o=i.pathname+i.search+i.hash;return C&&(o=u(o,C)),f(o,r,n)}function x(){return Math.random().toString(36).substr(2,P)}var A=m();function O(e){(0,r.Z)(B,e),B.length=n.length,A.notifyListeners(B.location,B.action)}function T(e){(function(e){return void 0===e.state&&-1===navigator.userAgent.indexOf("CriOS")})(e)||k(N(e.state))}function L(){k(N(b()))}var I=!1;function k(e){if(I)I=!1,O();else{A.confirmTransitionTo(e,"POP",S,(function(t){t?O({action:"POP",location:e}):function(e){var t=B.location,n=F.indexOf(t.key);-1===n&&(n=0);var r=F.indexOf(e.key);-1===r&&(r=0);var i=n-r;i&&(I=!0,Z(i))}(e)}))}}var D=N(b()),F=[D.key];function R(e){return C+d(e)}function Z(e){n.go(e)}var j=0;function M(e){1===(j+=e)&&1===e?(window.addEventListener(v,T),o&&window.addEventListener(y,L)):0===j&&(window.removeEventListener(v,T),o&&window.removeEventListener(y,L))}var U=!1;var B={length:n.length,action:"POP",location:D,createHref:R,push:function(e,t){var r="PUSH",o=f(e,t,x(),B.location);A.confirmTransitionTo(o,r,S,(function(e){if(e){var t=R(o),a=o.key,c=o.state;if(i)if(n.pushState({key:a,state:c},null,t),_)window.location.href=t;else{var s=F.indexOf(B.location.key),u=F.slice(0,s+1);u.push(o.key),F=u,O({action:r,location:o})}else window.location.href=t}}))},replace:function(e,t){var r="REPLACE",o=f(e,t,x(),B.location);A.confirmTransitionTo(o,r,S,(function(e){if(e){var t=R(o),a=o.key,c=o.state;if(i)if(n.replaceState({key:a,state:c},null,t),_)window.location.replace(t);else{var s=F.indexOf(B.location.key);-1!==s&&(F[s]=o.key),O({action:r,location:o})}else window.location.replace(t)}}))},go:Z,goBack:function(){Z(-1)},goForward:function(){Z(1)},block:function(e){void 0===e&&(e=!1);var t=A.setPrompt(e);return U||(M(1),U=!0),function(){return U&&(U=!1,M(-1)),t()}},listen:function(e){var t=A.appendListener(e);return M(1),function(){M(-1),t()}}};return B}var E="hashchange",S={hashbang:{encodePath:function(e){return"!"===e.charAt(0)?e:"!/"+s(e)},decodePath:function(e){return"!"===e.charAt(0)?e.substr(1):e}},noslash:{encodePath:s,decodePath:c},slash:{encodePath:c,decodePath:c}};function w(e){var t=e.indexOf("#");return-1===t?e:e.slice(0,t)}function P(){var e=window.location.href,t=e.indexOf("#");return-1===t?"":e.substring(t+1)}function C(e){window.location.replace(w(window.location.href)+"#"+e)}function N(e){void 0===e&&(e={}),g||(0,a.Z)(!1);var t=window.history,n=(window.navigator.userAgent.indexOf("Firefox"),e),i=n.getUserConfirmation,o=void 0===i?h:i,s=n.hashType,p=void 0===s?"slash":s,v=e.basename?l(c(e.basename)):"",y=S[p],b=y.encodePath,_=y.decodePath;function N(){var e=_(P());return v&&(e=u(e,v)),f(e)}var x=m();function A(e){(0,r.Z)(U,e),U.length=t.length,x.notifyListeners(U.location,U.action)}var O=!1,T=null;function L(){var e,t,n=P(),r=b(n);if(n!==r)C(r);else{var i=N(),a=U.location;if(!O&&(t=i,(e=a).pathname===t.pathname&&e.search===t.search&&e.hash===t.hash))return;if(T===d(i))return;T=null,function(e){if(O)O=!1,A();else{var t="POP";x.confirmTransitionTo(e,t,o,(function(n){n?A({action:t,location:e}):function(e){var t=U.location,n=F.lastIndexOf(d(t));-1===n&&(n=0);var r=F.lastIndexOf(d(e));-1===r&&(r=0);var i=n-r;i&&(O=!0,R(i))}(e)}))}}(i)}}var I=P(),k=b(I);I!==k&&C(k);var D=N(),F=[d(D)];function R(e){t.go(e)}var Z=0;function j(e){1===(Z+=e)&&1===e?window.addEventListener(E,L):0===Z&&window.removeEventListener(E,L)}var M=!1;var U={length:t.length,action:"POP",location:D,createHref:function(e){var t=document.querySelector("base"),n="";return t&&t.getAttribute("href")&&(n=w(window.location.href)),n+"#"+b(v+d(e))},push:function(e,t){var n="PUSH",r=f(e,void 0,void 0,U.location);x.confirmTransitionTo(r,n,o,(function(e){if(e){var t=d(r),i=b(v+t);if(P()!==i){T=t,function(e){window.location.hash=e}(i);var o=F.lastIndexOf(d(U.location)),a=F.slice(0,o+1);a.push(t),F=a,A({action:n,location:r})}else A()}}))},replace:function(e,t){var n="REPLACE",r=f(e,void 0,void 0,U.location);x.confirmTransitionTo(r,n,o,(function(e){if(e){var t=d(r),i=b(v+t);P()!==i&&(T=t,C(i));var o=F.indexOf(d(U.location));-1!==o&&(F[o]=t),A({action:n,location:r})}}))},go:R,goBack:function(){R(-1)},goForward:function(){R(1)},block:function(e){void 0===e&&(e=!1);var t=x.setPrompt(e);return M||(j(1),M=!0),function(){return M&&(M=!1,j(-1)),t()}},listen:function(e){var t=x.appendListener(e);return j(1),function(){j(-1),t()}}};return U}function x(e,t,n){return Math.min(Math.max(e,t),n)}function A(e){void 0===e&&(e={});var t=e,n=t.getUserConfirmation,i=t.initialEntries,o=void 0===i?["/"]:i,a=t.initialIndex,c=void 0===a?0:a,s=t.keyLength,u=void 0===s?6:s,l=m();function p(e){(0,r.Z)(_,e),_.length=_.entries.length,l.notifyListeners(_.location,_.action)}function g(){return Math.random().toString(36).substr(2,u)}var h=x(c,0,o.length-1),v=o.map((function(e){return f(e,void 0,"string"==typeof e?g():e.key||g())})),y=d;function b(e){var t=x(_.index+e,0,_.entries.length-1),r=_.entries[t];l.confirmTransitionTo(r,"POP",n,(function(e){e?p({action:"POP",location:r,index:t}):p()}))}var _={length:v.length,action:"POP",location:v[h],index:h,entries:v,createHref:y,push:function(e,t){var r="PUSH",i=f(e,t,g(),_.location);l.confirmTransitionTo(i,r,n,(function(e){if(e){var t=_.index+1,n=_.entries.slice(0);n.length>t?n.splice(t,n.length-t,i):n.push(i),p({action:r,location:i,index:t,entries:n})}}))},replace:function(e,t){var r="REPLACE",i=f(e,t,g(),_.location);l.confirmTransitionTo(i,r,n,(function(e){e&&(_.entries[_.index]=i,p({action:r,location:i}))}))},go:b,goBack:function(){b(-1)},goForward:function(){b(1)},canGo:function(e){var t=_.index+e;return t>=0&&t<_.entries.length},block:function(e){return void 0===e&&(e=!1),l.setPrompt(e)},listen:function(e){return l.appendListener(e)}};return _}},3463:function(e,t,n){"use strict";var r=n(8570),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},c={};function s(e){return r.isMemo(e)?a:c[e.$$typeof]||i}c[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},c[r.Memo]=a;var u=Object.defineProperty,l=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,p=Object.getPrototypeOf,m=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(m){var i=p(n);i&&i!==m&&e(t,i,r)}var a=l(n);d&&(a=a.concat(d(n)));for(var c=s(t),g=s(n),h=0;h<a.length;++h){var v=a[h];if(!(o[v]||r&&r[v]||g&&g[v]||c&&c[v])){var y=f(n,v);try{u(t,v,y)}catch(b){}}}}return t}},1285:function(e){"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}}},7010:function(e,t,n){"use strict";var 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},i=c(n(3804)),o=c(n(3631)),a=c(n(2586));function c(e){return e&&e.__esModule?e:{default:e}}var s=void 0;function u(e,t){var n,a,c,l,d,f,p,m,g=[],h={};for(f=0;f<e.length;f++)if("string"!==(d=e[f]).type){if(!t.hasOwnProperty(d.value)||void 0===t[d.value])throw new Error("Invalid interpolation, missing component node: `"+d.value+"`");if("object"!==r(t[d.value]))throw new Error("Invalid interpolation, component node must be a ReactElement or null: `"+d.value+"`","\n> "+s);if("componentClose"===d.type)throw new Error("Missing opening component token: `"+d.value+"`");if("componentOpen"===d.type){n=t[d.value],c=f;break}g.push(t[d.value])}else g.push(d.value);return n&&(l=function(e,t){var n,r,i=t[e],o=0;for(r=e+1;r<t.length;r++)if((n=t[r]).value===i.value){if("componentOpen"===n.type){o++;continue}if("componentClose"===n.type){if(0===o)return r;o--}}throw new Error("Missing closing component token `"+i.value+"`")}(c,e),p=u(e.slice(c+1,l),t),a=i.default.cloneElement(n,{},p),g.push(a),l<e.length-1&&(m=u(e.slice(l+1),t),g=g.concat(m))),1===g.length?g[0]:(g.forEach((function(e,t){e&&(h["interpolation-child-"+t]=e)})),(0,o.default)(h))}t.Z=function(e){var t=e.mixedString,n=e.components,i=e.throwErrors;if(s=t,!n)return t;if("object"!==(void 0===n?"undefined":r(n))){if(i)throw new Error("Interpolation Error: unable to process `"+t+"` because components is not an object");return t}var o=(0,a.default)(t);try{return u(o,n)}catch(c){if(i)throw new Error("Interpolation Error: unable to process `"+t+"` because of error `"+c.message+"`");return t}}},2586:function(e){"use strict";function t(e){return e.match(/^\{\{\//)?{type:"componentClose",value:e.replace(/\W/g,"")}:e.match(/\/\}\}$/)?{type:"componentSelfClosing",value:e.replace(/\W/g,"")}:e.match(/^\{\{/)?{type:"componentOpen",value:e.replace(/\W/g,"")}:{type:"string",value:e}}e.exports=function(e){return e.split(/(\{\{\/?\s*\w+\s*\/?\}\})/g).map(t)}},7839:function(e,t,n){var r=n(382),i=n(1285);function o(e){if(!(this instanceof o))return new o(e);"number"==typeof e&&(e={max:e}),e||(e={}),r.EventEmitter.call(this),this.cache={},this.head=this.tail=null,this.length=0,this.max=e.max||1e3,this.maxAge=e.maxAge||0}e.exports=o,i(o,r.EventEmitter),Object.defineProperty(o.prototype,"keys",{get:function(){return Object.keys(this.cache)}}),o.prototype.clear=function(){this.cache={},this.head=this.tail=null,this.length=0},o.prototype.remove=function(e){if("string"!=typeof e&&(e=""+e),this.cache.hasOwnProperty(e)){var t=this.cache[e];return delete this.cache[e],this._unlink(e,t.prev,t.next),t.value}},o.prototype._unlink=function(e,t,n){this.length--,0===this.length?this.head=this.tail=null:this.head===e?(this.head=t,this.cache[this.head].next=null):this.tail===e?(this.tail=n,this.cache[this.tail].prev=null):(this.cache[t].next=n,this.cache[n].prev=t)},o.prototype.peek=function(e){if(this.cache.hasOwnProperty(e)){var t=this.cache[e];if(this._checkAge(e,t))return t.value}},o.prototype.set=function(e,t){var n;if("string"!=typeof e&&(e=""+e),this.cache.hasOwnProperty(e)){if((n=this.cache[e]).value=t,this.maxAge&&(n.modified=Date.now()),e===this.head)return t;this._unlink(e,n.prev,n.next)}else n={value:t,modified:0,next:null,prev:null},this.maxAge&&(n.modified=Date.now()),this.cache[e]=n,this.length===this.max&&this.evict();return this.length++,n.next=null,n.prev=this.head,this.head&&(this.cache[this.head].next=e),this.head=e,this.tail||(this.tail=e),t},o.prototype._checkAge=function(e,t){return!(this.maxAge&&Date.now()-t.modified>this.maxAge)||(this.remove(e),this.emit("evict",{key:e,value:t.value}),!1)},o.prototype.get=function(e){if("string"!=typeof e&&(e=""+e),this.cache.hasOwnProperty(e)){var t=this.cache[e];if(this._checkAge(e,t))return this.head!==e&&(e===this.tail?(this.tail=t.next,this.cache[this.tail].prev=null):this.cache[t.prev].next=t.next,this.cache[t.next].prev=t.prev,this.cache[this.head].next=e,t.prev=this.head,t.next=null,this.head=e),t.value}},o.prototype.evict=function(){if(this.tail){var e=this.tail,t=this.remove(this.tail);this.emit("evict",{key:e,value:t})}}},8919:function(e,t,n){"use strict";var r=n(3804),i=n.n(r),o=n(7111),a=n.n(o),c=n(3980),s=n.n(c),u=n(8051),l=n.n(u),d=1073741823;function f(e){var t=[];return{on:function(e){t.push(e)},off:function(e){t=t.filter((function(t){return t!==e}))},get:function(){return e},set:function(n,r){e=n,t.forEach((function(t){return t(e,r)}))}}}var p=i().createContext||function(e,t){var n,i,o="__create-react-context-"+l()()+"__",c=function(e){function n(){var t;return(t=e.apply(this,arguments)||this).emitter=f(t.props.value),t}a()(n,e);var r=n.prototype;return r.getChildContext=function(){var e;return(e={})[o]=this.emitter,e},r.componentWillReceiveProps=function(e){if(this.props.value!==e.value){var n,r=this.props.value,i=e.value;((o=r)===(a=i)?0!==o||1/o==1/a:o!=o&&a!=a)?n=0:(n="function"==typeof t?t(r,i):d,0!==(n|=0)&&this.emitter.set(e.value,n))}var o,a},r.render=function(){return this.props.children},n}(r.Component);c.childContextTypes=((n={})[o]=s().object.isRequired,n);var u=function(t){function n(){var e;return(e=t.apply(this,arguments)||this).state={value:e.getValue()},e.onUpdate=function(t,n){0!=((0|e.observedBits)&n)&&e.setState({value:e.getValue()})},e}a()(n,t);var r=n.prototype;return r.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=null==t?d:t},r.componentDidMount=function(){this.context[o]&&this.context[o].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=null==e?d:e},r.componentWillUnmount=function(){this.context[o]&&this.context[o].off(this.onUpdate)},r.getValue=function(){return this.context[o]?this.context[o].get():e},r.render=function(){return(e=this.props.children,Array.isArray(e)?e[0]:e)(this.state.value);var e},n}(r.Component);return u.contextTypes=((i={})[o]=s().object,i),{Provider:c,Consumer:u}};t.Z=p},118:function(){},4017:function(){},6528:function(){},3440:function(){},469:function(){},7097:function(){},111:function(){},2811:function(){},8432:function(){},7440:function(){},6468:function(){},1587:function(){},3001:function(){},1085:function(){},8991:function(){},5668:function(){},7713:function(){},566:function(){},2764:function(){},1698:function(){},9528:function(){},9561:function(e){function t(e,t){if(!e)throw new Error(t||"Assertion failed")}e.exports=t,t.equal=function(e,t,n){if(e!=t)throw new Error(n||"Assertion failed: "+e+" != "+t)}},1378:function(e){var t=1e3,n=60*t,r=60*n,i=24*r,o=7*i,a=365.25*i;function c(e,t,n,r){var i=t>=1.5*n;return Math.round(e/n)+" "+r+(i?"s":"")}e.exports=function(e,s){s=s||{};var u=typeof e;if("string"===u&&e.length>0)return function(e){if((e=String(e)).length>100)return;var c=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!c)return;var s=parseFloat(c[1]);switch((c[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return s*a;case"weeks":case"week":case"w":return s*o;case"days":case"day":case"d":return s*i;case"hours":case"hour":case"hrs":case"hr":case"h":return s*r;case"minutes":case"minute":case"mins":case"min":case"m":return s*n;case"seconds":case"second":case"secs":case"sec":case"s":return s*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return s;default:return}}(e);if("number"===u&&isFinite(e))return s.long?function(e){var o=Math.abs(e);if(o>=i)return c(e,o,i,"day");if(o>=r)return c(e,o,r,"hour");if(o>=n)return c(e,o,n,"minute");if(o>=t)return c(e,o,t,"second");return e+" ms"}(e):function(e){var o=Math.abs(e);if(o>=i)return Math.round(e/i)+"d";if(o>=r)return Math.round(e/r)+"h";if(o>=n)return Math.round(e/n)+"m";if(o>=t)return Math.round(e/t)+"s";return e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},7320:function(e){"use strict";
7
  /*
8
  object-assign
9
  (c) Sindre Sorhus
10
  @license MIT
11
+ */var t=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function i(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}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(i){return!1}}()?Object.assign:function(e,o){for(var a,c,s=i(e),u=1;u<arguments.length;u++){for(var l in a=Object(arguments[u]))n.call(a,l)&&(s[l]=a[l]);if(t){c=t(a);for(var d=0;d<c.length;d++)r.call(a,c[d])&&(s[c[d]]=a[c[d]])}}return s}},99:function(e,t,n){var r=n(243);e.exports=p,e.exports.parse=o,e.exports.compile=function(e,t){return c(o(e,t),t)},e.exports.tokensToFunction=c,e.exports.tokensToRegExp=f;var i=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function o(e,t){for(var n,r=[],o=0,a=0,c="",l=t&&t.delimiter||"/";null!=(n=i.exec(e));){var d=n[0],f=n[1],p=n.index;if(c+=e.slice(a,p),a=p+d.length,f)c+=f[1];else{var m=e[a],g=n[2],h=n[3],v=n[4],y=n[5],b=n[6],_=n[7];c&&(r.push(c),c="");var E=null!=g&&null!=m&&m!==g,S="+"===b||"*"===b,w="?"===b||"*"===b,P=n[2]||l,C=v||y;r.push({name:h||o++,prefix:g||"",delimiter:P,optional:w,repeat:S,partial:E,asterisk:!!_,pattern:C?u(C):_?".*":"[^"+s(P)+"]+?"})}}return a<e.length&&(c+=e.substr(a)),c&&r.push(c),r}function a(e){return encodeURI(e).replace(/[\/?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function c(e,t){for(var n=new Array(e.length),i=0;i<e.length;i++)"object"==typeof e[i]&&(n[i]=new RegExp("^(?:"+e[i].pattern+")$",d(t)));return function(t,i){for(var o="",c=t||{},s=(i||{}).pretty?a:encodeURIComponent,u=0;u<e.length;u++){var l=e[u];if("string"!=typeof l){var d,f=c[l.name];if(null==f){if(l.optional){l.partial&&(o+=l.prefix);continue}throw new TypeError('Expected "'+l.name+'" to be defined')}if(r(f)){if(!l.repeat)throw new TypeError('Expected "'+l.name+'" to not repeat, but received `'+JSON.stringify(f)+"`");if(0===f.length){if(l.optional)continue;throw new TypeError('Expected "'+l.name+'" to not be empty')}for(var p=0;p<f.length;p++){if(d=s(f[p]),!n[u].test(d))throw new TypeError('Expected all "'+l.name+'" to match "'+l.pattern+'", but received `'+JSON.stringify(d)+"`");o+=(0===p?l.prefix:l.delimiter)+d}}else{if(d=l.asterisk?encodeURI(f).replace(/[?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})):s(f),!n[u].test(d))throw new TypeError('Expected "'+l.name+'" to match "'+l.pattern+'", but received "'+d+'"');o+=l.prefix+d}}else o+=l}return o}}function s(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function u(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function l(e,t){return e.keys=t,e}function d(e){return e&&e.sensitive?"":"i"}function f(e,t,n){r(t)||(n=t||n,t=[]);for(var i=(n=n||{}).strict,o=!1!==n.end,a="",c=0;c<e.length;c++){var u=e[c];if("string"==typeof u)a+=s(u);else{var f=s(u.prefix),p="(?:"+u.pattern+")";t.push(u),u.repeat&&(p+="(?:"+f+p+")*"),a+=p=u.optional?u.partial?f+"("+p+")?":"(?:"+f+"("+p+"))?":f+"("+p+")"}}var m=s(n.delimiter||"/"),g=a.slice(-m.length)===m;return i||(a=(g?a.slice(0,-m.length):a)+"(?:"+m+"(?=$))?"),a+=o?"$":i&&g?"":"(?="+m+"|$)",l(new RegExp("^"+a,d(n)),t)}function p(e,t,n){return r(t)||(n=t||n,t=[]),n=n||{},e instanceof RegExp?function(e,t){var n=e.source.match(/\((?!\?)/g);if(n)for(var r=0;r<n.length;r++)t.push({name:r,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return l(e,t)}(e,t):r(e)?function(e,t,n){for(var r=[],i=0;i<e.length;i++)r.push(p(e[i],t,n).source);return l(new RegExp("(?:"+r.join("|")+")",d(n)),t)}(e,t,n):function(e,t,n){return f(o(e,n),t,n)}(e,t,n)}},243:function(e){e.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},8650:function(e){var t,n=window.ProgressEvent,r=!!n;try{t=new n("loaded"),r="loaded"===t.type,t=null}catch(i){r=!1}e.exports=r?n:"function"==typeof document.createEvent?function(e,t){var n=document.createEvent("Event");return n.initEvent(e,!1,!1),t?(n.lengthComputable=Boolean(t.lengthComputable),n.loaded=Number(t.loaded)||0,n.total=Number(t.total)||0):(n.lengthComputable=!1,n.loaded=n.total=0),n}:function(e,t){var n=document.createEventObject();return n.type=e,t?(n.lengthComputable=Boolean(t.lengthComputable),n.loaded=Number(t.loaded)||0,n.total=Number(t.total)||0):(n.lengthComputable=!1,n.loaded=n.total=0),n}},8262:function(e,t,n){"use strict";var r=n(3586);function i(){}function o(){}o.resetWarningCache=i,e.exports=function(){function e(e,t,n,i,o,a){if(a!==r){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:i};return n.PropTypes=n,n}},3980:function(e,t,n){e.exports=n(8262)()},3586:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},5527:function(e,t,n){"use strict";var r=String.prototype.replace,i=/%20/g,o=n(2493),a={RFC1738:"RFC1738",RFC3986:"RFC3986"};e.exports=o.assign({default:a.RFC3986,formatters:{RFC1738:function(e){return r.call(e,i,"+")},RFC3986:function(e){return String(e)}}},a)},9126:function(e,t,n){"use strict";var r=n(6845),i=n(9166),o=n(5527);e.exports={formats:o,parse:i,stringify:r}},9166:function(e,t,n){"use strict";var r=n(2493),i=Object.prototype.hasOwnProperty,o=Array.isArray,a={allowDots:!1,allowPrototypes:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:r.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},c=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},s=function(e,t){return e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},u=function(e,t,n,r){if(e){var o=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,a=/(\[[^[\]]*])/g,c=n.depth>0&&/(\[[^[\]]*])/.exec(o),u=c?o.slice(0,c.index):o,l=[];if(u){if(!n.plainObjects&&i.call(Object.prototype,u)&&!n.allowPrototypes)return;l.push(u)}for(var d=0;n.depth>0&&null!==(c=a.exec(o))&&d<n.depth;){if(d+=1,!n.plainObjects&&i.call(Object.prototype,c[1].slice(1,-1))&&!n.allowPrototypes)return;l.push(c[1])}return c&&l.push("["+o.slice(c.index)+"]"),function(e,t,n,r){for(var i=r?t:s(t,n),o=e.length-1;o>=0;--o){var a,c=e[o];if("[]"===c&&n.parseArrays)a=[].concat(i);else{a=n.plainObjects?Object.create(null):{};var u="["===c.charAt(0)&&"]"===c.charAt(c.length-1)?c.slice(1,-1):c,l=parseInt(u,10);n.parseArrays||""!==u?!isNaN(l)&&c!==u&&String(l)===u&&l>=0&&n.parseArrays&&l<=n.arrayLimit?(a=[])[l]=i:a[u]=i:a={0:i}}i=a}return i}(l,t,n,r)}};e.exports=function(e,t){var n=function(e){if(!e)return a;if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t=void 0===e.charset?a.charset:e.charset;return{allowDots:void 0===e.allowDots?a.allowDots:!!e.allowDots,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:a.allowPrototypes,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:a.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:a.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:a.comma,decoder:"function"==typeof e.decoder?e.decoder:a.decoder,delimiter:"string"==typeof e.delimiter||r.isRegExp(e.delimiter)?e.delimiter:a.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:a.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:a.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:a.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:a.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:a.strictNullHandling}}(t);if(""===e||null==e)return n.plainObjects?Object.create(null):{};for(var l="string"==typeof e?function(e,t){var n,u={},l=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,d=t.parameterLimit===1/0?void 0:t.parameterLimit,f=l.split(t.delimiter,d),p=-1,m=t.charset;if(t.charsetSentinel)for(n=0;n<f.length;++n)0===f[n].indexOf("utf8=")&&("utf8=%E2%9C%93"===f[n]?m="utf-8":"utf8=%26%2310003%3B"===f[n]&&(m="iso-8859-1"),p=n,n=f.length);for(n=0;n<f.length;++n)if(n!==p){var g,h,v=f[n],y=v.indexOf("]="),b=-1===y?v.indexOf("="):y+1;-1===b?(g=t.decoder(v,a.decoder,m,"key"),h=t.strictNullHandling?null:""):(g=t.decoder(v.slice(0,b),a.decoder,m,"key"),h=r.maybeMap(s(v.slice(b+1),t),(function(e){return t.decoder(e,a.decoder,m,"value")}))),h&&t.interpretNumericEntities&&"iso-8859-1"===m&&(h=c(h)),v.indexOf("[]=")>-1&&(h=o(h)?[h]:h),i.call(u,g)?u[g]=r.combine(u[g],h):u[g]=h}return u}(e,n):e,d=n.plainObjects?Object.create(null):{},f=Object.keys(l),p=0;p<f.length;++p){var m=f[p],g=u(m,l[m],n,"string"==typeof e);d=r.merge(d,g,n)}return r.compact(d)}},6845:function(e,t,n){"use strict";var r=n(2493),i=n(5527),o=Object.prototype.hasOwnProperty,a={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},c=Array.isArray,s=Array.prototype.push,u=function(e,t){s.apply(e,c(t)?t:[t])},l=Date.prototype.toISOString,d=i.default,f={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:r.encode,encodeValuesOnly:!1,format:d,formatter:i.formatters[d],indices:!1,serializeDate:function(e){return l.call(e)},skipNulls:!1,strictNullHandling:!1},p=function e(t,n,i,o,a,s,l,d,p,m,g,h,v){var y,b=t;if("function"==typeof l?b=l(n,b):b instanceof Date?b=m(b):"comma"===i&&c(b)&&(b=r.maybeMap(b,(function(e){return e instanceof Date?m(e):e})).join(",")),null===b){if(o)return s&&!h?s(n,f.encoder,v,"key"):n;b=""}if("string"==typeof(y=b)||"number"==typeof y||"boolean"==typeof y||"symbol"==typeof y||"bigint"==typeof y||r.isBuffer(b))return s?[g(h?n:s(n,f.encoder,v,"key"))+"="+g(s(b,f.encoder,v,"value"))]:[g(n)+"="+g(String(b))];var _,E=[];if(void 0===b)return E;if(c(l))_=l;else{var S=Object.keys(b);_=d?S.sort(d):S}for(var w=0;w<_.length;++w){var P=_[w],C=b[P];if(!a||null!==C){var N=c(b)?"function"==typeof i?i(n,P):n:n+(p?"."+P:"["+P+"]");u(E,e(C,N,i,o,a,s,l,d,p,m,g,h,v))}}return E};e.exports=function(e,t){var n,r=e,s=function(e){if(!e)return f;if(null!==e.encoder&&void 0!==e.encoder&&"function"!=typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||f.charset;if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var n=i.default;if(void 0!==e.format){if(!o.call(i.formatters,e.format))throw new TypeError("Unknown format option provided.");n=e.format}var r=i.formatters[n],a=f.filter;return("function"==typeof e.filter||c(e.filter))&&(a=e.filter),{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:f.addQueryPrefix,allowDots:void 0===e.allowDots?f.allowDots:!!e.allowDots,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:f.charsetSentinel,delimiter:void 0===e.delimiter?f.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:f.encode,encoder:"function"==typeof e.encoder?e.encoder:f.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:f.encodeValuesOnly,filter:a,formatter:r,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:f.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:f.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:f.strictNullHandling}}(t);"function"==typeof s.filter?r=(0,s.filter)("",r):c(s.filter)&&(n=s.filter);var l,d=[];if("object"!=typeof r||null===r)return"";l=t&&t.arrayFormat in a?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var m=a[l];n||(n=Object.keys(r)),s.sort&&n.sort(s.sort);for(var g=0;g<n.length;++g){var h=n[g];s.skipNulls&&null===r[h]||u(d,p(r[h],h,m,s.strictNullHandling,s.skipNulls,s.encode?s.encoder:null,s.filter,s.sort,s.allowDots,s.serializeDate,s.formatter,s.encodeValuesOnly,s.charset))}var v=d.join(s.delimiter),y=!0===s.addQueryPrefix?"?":"";return s.charsetSentinel&&("iso-8859-1"===s.charset?y+="utf8=%26%2310003%3B&":y+="utf8=%E2%9C%93&"),v.length>0?y+v:""}},2493:function(e){"use strict";var t=Object.prototype.hasOwnProperty,n=Array.isArray,r=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),i=function(e,t){for(var n=t&&t.plainObjects?Object.create(null):{},r=0;r<e.length;++r)void 0!==e[r]&&(n[r]=e[r]);return n};e.exports={arrayToObject:i,assign:function(e,t){return Object.keys(t).reduce((function(e,n){return e[n]=t[n],e}),e)},combine:function(e,t){return[].concat(e,t)},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],r=[],i=0;i<t.length;++i)for(var o=t[i],a=o.obj[o.prop],c=Object.keys(a),s=0;s<c.length;++s){var u=c[s],l=a[u];"object"==typeof l&&null!==l&&-1===r.indexOf(l)&&(t.push({obj:a,prop:u}),r.push(l))}return function(e){for(;e.length>1;){var t=e.pop(),r=t.obj[t.prop];if(n(r)){for(var i=[],o=0;o<r.length;++o)void 0!==r[o]&&i.push(r[o]);t.obj[t.prop]=i}}}(t),e},decode:function(e,t,n){var r=e.replace(/\+/g," ");if("iso-8859-1"===n)return r.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(r)}catch(i){return r}},encode:function(e,t,n){if(0===e.length)return e;var i=e;if("symbol"==typeof e?i=Symbol.prototype.toString.call(e):"string"!=typeof e&&(i=String(e)),"iso-8859-1"===n)return escape(i).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var o="",a=0;a<i.length;++a){var c=i.charCodeAt(a);45===c||46===c||95===c||126===c||c>=48&&c<=57||c>=65&&c<=90||c>=97&&c<=122?o+=i.charAt(a):c<128?o+=r[c]:c<2048?o+=r[192|c>>6]+r[128|63&c]:c<55296||c>=57344?o+=r[224|c>>12]+r[128|c>>6&63]+r[128|63&c]:(a+=1,c=65536+((1023&c)<<10|1023&i.charCodeAt(a)),o+=r[240|c>>18]+r[128|c>>12&63]+r[128|c>>6&63]+r[128|63&c])}return o},isBuffer:function(e){return!(!e||"object"!=typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(n(e)){for(var r=[],i=0;i<e.length;i+=1)r.push(t(e[i]));return r}return t(e)},merge:function e(r,o,a){if(!o)return r;if("object"!=typeof o){if(n(r))r.push(o);else{if(!r||"object"!=typeof r)return[r,o];(a&&(a.plainObjects||a.allowPrototypes)||!t.call(Object.prototype,o))&&(r[o]=!0)}return r}if(!r||"object"!=typeof r)return[r].concat(o);var c=r;return n(r)&&!n(o)&&(c=i(r,a)),n(r)&&n(o)?(o.forEach((function(n,i){if(t.call(r,i)){var o=r[i];o&&"object"==typeof o&&n&&"object"==typeof n?r[i]=e(o,n,a):r.push(n)}else r[i]=n})),r):Object.keys(o).reduce((function(n,r){var i=o[r];return t.call(n,r)?n[r]=e(n[r],i,a):n[r]=i,n}),c)}}},3631:function(e,t,n){"use strict";var r=n(3804),i="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,o=n(7201),a=n(4983),c=n(6590),s="function"==typeof Symbol&&Symbol.iterator;function u(e,t){return e&&"object"==typeof e&&null!=e.key?(n=e.key,r={"=":"=0",":":"=2"},"$"+(""+n).replace(/[=:]/g,(function(e){return r[e]}))):t.toString(36);var n,r}function l(e,t,n,r){var o,c=typeof e;if("undefined"!==c&&"boolean"!==c||(e=null),null===e||"string"===c||"number"===c||"object"===c&&e.$$typeof===i)return n(r,e,""===t?"."+u(e,0):t),1;var d=0,f=""===t?".":t+":";if(Array.isArray(e))for(var p=0;p<e.length;p++)d+=l(o=e[p],f+u(o,p),n,r);else{var m=function(e){var t=e&&(s&&e[s]||e["@@iterator"]);if("function"==typeof t)return t}(e);if(m){0;for(var g,h=m.call(e),v=0;!(g=h.next()).done;)d+=l(o=g.value,f+u(o,v++),n,r)}else if("object"===c){0;var y=""+e;a(!1,"Objects are not valid as a React child (found: %s).%s","[object Object]"===y?"object with keys {"+Object.keys(e).join(", ")+"}":y,"")}}return d}var d=/\/+/g;function f(e){return(""+e).replace(d,"$&/")}var p,m,g=h,h=function(e){var t=this;if(t.instancePool.length){var n=t.instancePool.pop();return t.call(n,e),n}return new t(e)},v=function(e){var t=this;a(e instanceof t,"Trying to release an instance into a pool of a different type."),e.destructor(),t.instancePool.length<t.poolSize&&t.instancePool.push(e)};function y(e,t,n,r){this.result=e,this.keyPrefix=t,this.func=n,this.context=r,this.count=0}function b(e,t,n){var i,a,c=e.result,s=e.keyPrefix,u=e.func,l=e.context,d=u.call(l,t,e.count++);Array.isArray(d)?_(d,c,n,o.thatReturnsArgument):null!=d&&(r.isValidElement(d)&&(i=d,a=s+(!d.key||t&&t.key===d.key?"":f(d.key)+"/")+n,d=r.cloneElement(i,{key:a},void 0!==i.props?i.props.children:void 0)),c.push(d))}function _(e,t,n,r,i){var o="";null!=n&&(o=f(n)+"/");var a=y.getPooled(t,o,r,i);!function(e,t,n){null==e||l(e,"",t,n)}(e,b,a),y.release(a)}y.prototype.destructor=function(){this.result=null,this.keyPrefix=null,this.func=null,this.context=null,this.count=0},p=function(e,t,n,r){var i=this;if(i.instancePool.length){var o=i.instancePool.pop();return i.call(o,e,t,n,r),o}return new i(e,t,n,r)},(m=y).instancePool=[],m.getPooled=p||g,m.poolSize||(m.poolSize=10),m.release=v;e.exports=function(e){if("object"!=typeof e||!e||Array.isArray(e))return c(!1,"React.addons.createFragment only accepts a single object. Got: %s",e),e;if(r.isValidElement(e))return c(!1,"React.addons.createFragment does not accept a ReactElement without a wrapper object."),e;a(1!==e.nodeType,"React.addons.createFragment(...): Encountered an invalid child; DOM elements are not valid children of React components.");var t=[];for(var n in e)_(e[n],t,n,o.thatReturnsArgument);return t}},6866:function(e,t){"use strict";
12
  /** @license React v16.13.1
13
  * react-is.production.min.js
14
  *
16
  *
17
  * This source code is licensed under the MIT license found in the
18
  * LICENSE file in the root directory of this source tree.
19
+ */var n="function"==typeof Symbol&&Symbol.for,r=n?Symbol.for("react.element"):60103,i=n?Symbol.for("react.portal"):60106,o=n?Symbol.for("react.fragment"):60107,a=n?Symbol.for("react.strict_mode"):60108,c=n?Symbol.for("react.profiler"):60114,s=n?Symbol.for("react.provider"):60109,u=n?Symbol.for("react.context"):60110,l=n?Symbol.for("react.async_mode"):60111,d=n?Symbol.for("react.concurrent_mode"):60111,f=n?Symbol.for("react.forward_ref"):60112,p=n?Symbol.for("react.suspense"):60113,m=n?Symbol.for("react.suspense_list"):60120,g=n?Symbol.for("react.memo"):60115,h=n?Symbol.for("react.lazy"):60116,v=n?Symbol.for("react.block"):60121,y=n?Symbol.for("react.fundamental"):60117,b=n?Symbol.for("react.responder"):60118,_=n?Symbol.for("react.scope"):60119;function E(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case l:case d:case o:case c:case a:case p:return e;default:switch(e=e&&e.$$typeof){case u:case f:case h:case g:case s:return e;default:return t}}case i:return t}}}function S(e){return E(e)===d}t.AsyncMode=l,t.ConcurrentMode=d,t.ContextConsumer=u,t.ContextProvider=s,t.Element=r,t.ForwardRef=f,t.Fragment=o,t.Lazy=h,t.Memo=g,t.Portal=i,t.Profiler=c,t.StrictMode=a,t.Suspense=p,t.isAsyncMode=function(e){return S(e)||E(e)===l},t.isConcurrentMode=S,t.isContextConsumer=function(e){return E(e)===u},t.isContextProvider=function(e){return E(e)===s},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===r},t.isForwardRef=function(e){return E(e)===f},t.isFragment=function(e){return E(e)===o},t.isLazy=function(e){return E(e)===h},t.isMemo=function(e){return E(e)===g},t.isPortal=function(e){return E(e)===i},t.isProfiler=function(e){return E(e)===c},t.isStrictMode=function(e){return E(e)===a},t.isSuspense=function(e){return E(e)===p},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===d||e===c||e===a||e===p||e===m||"object"==typeof e&&null!==e&&(e.$$typeof===h||e.$$typeof===g||e.$$typeof===s||e.$$typeof===u||e.$$typeof===f||e.$$typeof===y||e.$$typeof===b||e.$$typeof===_||e.$$typeof===v)},t.typeOf=E},8570:function(e,t,n){"use strict";e.exports=n(6866)},7933:function(e,t,n){"use strict";n.d(t,{rU:function(){return h}});var r=n(7267),i=n(5307),o=n(3804),a=n.n(o),c=n(7547),s=(n(3980),n(7560)),u=n(8283),l=n(1898);a().Component;a().Component;var d=function(e,t){return"function"==typeof e?e(t):e},f=function(e,t){return"string"==typeof e?(0,c.ob)(e,null,null,t):e},p=function(e){return e},m=a().forwardRef;void 0===m&&(m=p);var g=m((function(e,t){var n=e.innerRef,r=e.navigate,i=e.onClick,o=(0,u.Z)(e,["innerRef","navigate","onClick"]),c=o.target,l=(0,s.Z)({},o,{onClick:function(e){try{i&&i(e)}catch(t){throw e.preventDefault(),t}e.defaultPrevented||0!==e.button||c&&"_self"!==c||function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e)||(e.preventDefault(),r())}});return l.ref=p!==m&&t||n,a().createElement("a",l)}));var h=m((function(e,t){var n=e.component,i=void 0===n?g:n,o=e.replace,c=e.to,h=e.innerRef,v=(0,u.Z)(e,["component","replace","to","innerRef"]);return a().createElement(r.s6.Consumer,null,(function(e){e||(0,l.Z)(!1);var n=e.history,r=f(d(c,e.location),e.location),u=r?n.createHref(r):"",g=(0,s.Z)({},v,{href:u,navigate:function(){var t=d(c,e.location);(o?n.replace:n.push)(t)}});return p!==m?g.ref=t||h:g.innerRef=h,a().createElement(i,g)}))})),v=function(e){return e},y=a().forwardRef;void 0===y&&(y=v);y((function(e,t){var n=e["aria-current"],i=void 0===n?"page":n,o=e.activeClassName,c=void 0===o?"active":o,p=e.activeStyle,m=e.className,g=e.exact,b=e.isActive,_=e.location,E=e.strict,S=e.style,w=e.to,P=e.innerRef,C=(0,u.Z)(e,["aria-current","activeClassName","activeStyle","className","exact","isActive","location","strict","style","to","innerRef"]);return a().createElement(r.s6.Consumer,null,(function(e){e||(0,l.Z)(!1);var n=_||e.location,o=f(d(w,n),n),u=o.pathname,N=u&&u.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1"),x=N?(0,r.LX)(n.pathname,{path:N,exact:g,strict:E}):null,A=!!(b?b(x,n):x),O=A?function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.filter((function(e){return e})).join(" ")}(m,c):m,T=A?(0,s.Z)({},S,{},p):S,L=(0,s.Z)({"aria-current":A&&i||null,className:O,style:T,to:o},C);return v!==y?L.ref=t||P:L.innerRef=P,a().createElement(h,L)}))}))},7267:function(e,t,n){"use strict";n.d(t,{VA:function(){return g},l_:function(){return _},AW:function(){return P},F0:function(){return m},rs:function(){return T},s6:function(){return p},LX:function(){return w},k6:function(){return I},TH:function(){return k}});var r=n(5307),i=n(3804),o=n.n(i),a=(n(3980),n(7547)),c=n(8919),s=n(1898),u=n(7560),l=n(99),d=n.n(l),f=(n(8570),n(8283)),p=(n(3463),function(e){var t=(0,c.Z)();return t.displayName=e,t}("Router")),m=function(e){function t(t){var n;return(n=e.call(this,t)||this).state={location:t.history.location},n._isMounted=!1,n._pendingLocation=null,t.staticContext||(n.unlisten=t.history.listen((function(e){n._isMounted?n.setState({location:e}):n._pendingLocation=e}))),n}(0,r.Z)(t,e),t.computeRootMatch=function(e){return{path:"/",url:"/",params:{},isExact:"/"===e}};var n=t.prototype;return n.componentDidMount=function(){this._isMounted=!0,this._pendingLocation&&this.setState({location:this._pendingLocation})},n.componentWillUnmount=function(){this.unlisten&&this.unlisten()},n.render=function(){return o().createElement(p.Provider,{children:this.props.children||null,value:{history:this.props.history,location:this.state.location,match:t.computeRootMatch(this.state.location.pathname),staticContext:this.props.staticContext}})},t}(o().Component);var g=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(t=e.call.apply(e,[this].concat(r))||this).history=(0,a.PP)(t.props),t}return(0,r.Z)(t,e),t.prototype.render=function(){return o().createElement(m,{history:this.history,children:this.props.children})},t}(o().Component);var h=function(e){function t(){return e.apply(this,arguments)||this}(0,r.Z)(t,e);var n=t.prototype;return n.componentDidMount=function(){this.props.onMount&&this.props.onMount.call(this,this)},n.componentDidUpdate=function(e){this.props.onUpdate&&this.props.onUpdate.call(this,this,e)},n.componentWillUnmount=function(){this.props.onUnmount&&this.props.onUnmount.call(this,this)},n.render=function(){return null},t}(o().Component);var v={},y=0;function b(e,t){return void 0===e&&(e="/"),void 0===t&&(t={}),"/"===e?e:function(e){if(v[e])return v[e];var t=d().compile(e);return y<1e4&&(v[e]=t,y++),t}(e)(t,{pretty:!0})}function _(e){var t=e.computedMatch,n=e.to,r=e.push,i=void 0!==r&&r;return o().createElement(p.Consumer,null,(function(e){e||(0,s.Z)(!1);var r=e.history,c=e.staticContext,l=i?r.push:r.replace,d=(0,a.ob)(t?"string"==typeof n?b(n,t.params):(0,u.Z)({},n,{pathname:b(n.pathname,t.params)}):n);return c?(l(d),null):o().createElement(h,{onMount:function(){l(d)},onUpdate:function(e,t){var n=(0,a.ob)(t.to);(0,a.Hp)(n,(0,u.Z)({},d,{key:n.key}))||l(d)},to:n})}))}var E={},S=0;function w(e,t){void 0===t&&(t={}),("string"==typeof t||Array.isArray(t))&&(t={path:t});var n=t,r=n.path,i=n.exact,o=void 0!==i&&i,a=n.strict,c=void 0!==a&&a,s=n.sensitive,u=void 0!==s&&s;return[].concat(r).reduce((function(t,n){if(!n&&""!==n)return null;if(t)return t;var r=function(e,t){var n=""+t.end+t.strict+t.sensitive,r=E[n]||(E[n]={});if(r[e])return r[e];var i=[],o={regexp:d()(e,i,t),keys:i};return S<1e4&&(r[e]=o,S++),o}(n,{end:o,strict:c,sensitive:u}),i=r.regexp,a=r.keys,s=i.exec(e);if(!s)return null;var l=s[0],f=s.slice(1),p=e===l;return o&&!p?null:{path:n,url:"/"===n&&""===l?"/":l,isExact:p,params:a.reduce((function(e,t,n){return e[t.name]=f[n],e}),{})}}),null)}var P=function(e){function t(){return e.apply(this,arguments)||this}return(0,r.Z)(t,e),t.prototype.render=function(){var e=this;return o().createElement(p.Consumer,null,(function(t){t||(0,s.Z)(!1);var n=e.props.location||t.location,r=e.props.computedMatch?e.props.computedMatch:e.props.path?w(n.pathname,e.props):t.match,i=(0,u.Z)({},t,{location:n,match:r}),a=e.props,c=a.children,l=a.component,d=a.render;return Array.isArray(c)&&0===c.length&&(c=null),o().createElement(p.Provider,{value:i},i.match?c?"function"==typeof c?c(i):c:l?o().createElement(l,i):d?d(i):null:"function"==typeof c?c(i):null)}))},t}(o().Component);function C(e){return"/"===e.charAt(0)?e:"/"+e}function N(e,t){if(!e)return t;var n=C(e);return 0!==t.pathname.indexOf(n)?t:(0,u.Z)({},t,{pathname:t.pathname.substr(n.length)})}function x(e){return"string"==typeof e?e:(0,a.Ep)(e)}function A(e){return function(){(0,s.Z)(!1)}}function O(){}o().Component;var T=function(e){function t(){return e.apply(this,arguments)||this}return(0,r.Z)(t,e),t.prototype.render=function(){var e=this;return o().createElement(p.Consumer,null,(function(t){t||(0,s.Z)(!1);var n,r,i=e.props.location||t.location;return o().Children.forEach(e.props.children,(function(e){if(null==r&&o().isValidElement(e)){n=e;var a=e.props.path||e.props.from;r=a?w(i.pathname,(0,u.Z)({},e.props,{path:a})):t.match}})),r?o().cloneElement(n,{location:i,computedMatch:r}):null}))},t}(o().Component);var L=o().useContext;function I(){return L(p).history}function k(){return L(p).location}},7613:function(e,t){"use strict";function n(e){return"/"===e.charAt(0)}function r(e,t){for(var n=t,r=n+1,i=e.length;r<i;n+=1,r+=1)e[n]=e[r];e.pop()}t.Z=function(e,t){void 0===t&&(t="");var i,o=e&&e.split("/")||[],a=t&&t.split("/")||[],c=e&&n(e),s=t&&n(t),u=c||s;if(e&&n(e)?a=o:o.length&&(a.pop(),a=a.concat(o)),!a.length)return"/";if(a.length){var l=a[a.length-1];i="."===l||".."===l||""===l}else i=!1;for(var d=0,f=a.length;f>=0;f--){var p=a[f];"."===p?r(a,f):".."===p?(r(a,f),d++):d&&(r(a,f),d--)}if(!u)for(;d--;d)a.unshift("..");!u||""===a[0]||a[0]&&n(a[0])||a.unshift("");var m=a.join("/");return i&&"/"!==m.substr(-1)&&(m+="/"),m}},9830:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=n(1184),i={contextDelimiter:"",onMissingKey:null};function o(e,t){var n;for(n in this.data=e,this.pluralForms={},this.options={},i)this.options[n]=void 0!==t&&n in t?t[n]:i[n]}o.prototype.getPluralForm=function(e,t){var n,i,o,a=this.pluralForms[e];return a||("function"!=typeof(o=(n=this.data[e][""])["Plural-Forms"]||n["plural-forms"]||n.plural_forms)&&(i=function(e){var t,n,r;for(t=e.split(";"),n=0;n<t.length;n++)if(0===(r=t[n].trim()).indexOf("plural="))return r.substr(7)}(n["Plural-Forms"]||n["plural-forms"]||n.plural_forms),o=(0,r.Z)(i)),a=this.pluralForms[e]=o),a(t)},o.prototype.dcnpgettext=function(e,t,n,r,i){var o,a,c;return o=void 0===i?0:this.getPluralForm(e,i),a=n,t&&(a=t+this.options.contextDelimiter+n),(c=this.data[e][a])&&c[o]?c[o]:(this.options.onMissingKey&&this.options.onMissingKey(n,e),0===o?n:r)}},365:function(e,t,n){"use strict";n.d(t,{y:function(){return r}});var r=function(){try{return window.self!==window.top}catch(e){return!0}};!window||!window._currentSiteType||window._currentSiteType},272:function(e,t,n){"use strict";n.r(t);n(8318),n(5631)},5631:function(e,t,n){"use strict";var r,i,o=n(3027),a=n(3804),c=n.n(a),s=n(1200),u=n(5707),l=n(791),d=n(8152),f=n(365),p=n(8318),m=n(8550),g=n(1157);r="a8c-editor-editor-focused-launch",i={render:function(){var e,t=window._currentSiteId,n=(0,u.useSelect)((function(e){return e(p.j4).isSiteLaunched(t)}),[t]),r=(0,u.useSelect)((function(e){return e(p.sC).getState()}),[]).isFocusedLaunchOpen,i=(0,u.useDispatch)(p.sC).openFocusedLaunch;c().useEffect((function(){n&&document.body.classList.add("is-focused-launch-complete")}),[n]);var a=(0,l.hasQueryArg)((0,m.O0)(),g.nU);return c().useEffect((function(){a&&!n&&i()}),[a,n,i]),r?(0,o.createElement)(d.Z,{locale:null===(e=window.wpcomEditorSiteLaunch)||void 0===e?void 0:e.locale,openCheckout:m.Rd,redirectTo:m.gQ,siteId:t,getCurrentLaunchFlowUrl:m.O0,isInIframe:(0,f.y)(),isLaunchImmediately:a}):null}},(0,s.registerPlugin)(r,i)},1157:function(e,t,n){"use strict";n.d(t,{Js:function(){return r},nU:function(){return i}});var r="focused-launch",i="should_launch"},8318:function(e,t,n){"use strict";n.d(t,{j4:function(){return r},sC:function(){return i}});n(8681);var r="automattic/site",i="automattic/launch"},8550:function(e,t,n){"use strict";n.d(t,{O0:function(){return l},gQ:function(){return d},Rd:function(){return f}});var r=n(417),i=n.n(r),o=n(1260),a=n.n(o),c=n(5799),s=n(791),u=n(1157),l=function(){var e,t,n;return null!==(e=null===(t=window)||void 0===t||null===(n=t.calypsoifyGutenberg)||void 0===n?void 0:n.currentCalypsoUrl)&&void 0!==e?e:window.location.href},d=function(e){var t="https://wordpress.com";try{var n,r;t=new URL((null===(n=window)||void 0===n||null===(r=n.calypsoifyGutenberg)||void 0===r?void 0:r.currentCalypsoUrl)||"").origin}catch(o){}var i=e.startsWith("/")?e:"/".concat(e);!function(e){window.top.location.href=e}("".concat(t).concat(i))},f=function(){var e,t,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window._currentSiteId.toString(),r=arguments.length>1&&void 0!==arguments[1]&&arguments[1],o=arguments.length>2?arguments[2]:void 0,f="a8c.wpcom-block-editor.openCheckoutModal",p=(null===(e=window)||void 0===e||null===(t=e.wpcomEditorSiteLaunch)||void 0===t?void 0:t.launchFlow)===u.Js,m=l().split("?")[0];if((0,c.hasAction)(f)&&p&&!r)(0,c.doAction)(f,{checkoutOnSuccessCallback:o,isFocusedLaunch:!0,redirectTo:(0,s.addQueryArgs)(m,a()({},u.nU,!0))});else{var g=(0,s.addQueryArgs)("/checkout/".concat(n),i()({},!r&&{redirect_to:"/home/".concat(n)}));d(g)}}},6115:function(e,t,n){"use strict";n.d(t,{jN:function(){return r.jN},Sn:function(){return i.Sn},Lo:function(){return i.Lo},k9:function(){return i.k9}});n(1694),n(6209),n(9377);var r=n(9792),i=n(3722)},9377:function(e,t,n){"use strict";"undefined"!=typeof window&&window.addEventListener("popstate",(function(){null}))},9792:function(e,t,n){"use strict";n.d(t,{jN:function(){return p}});n(1068);var r,i=n(417),o=n.n(i),a=(n(5182),n(1205)),c=(n(3421),n(382)),s=n(4898),u=(n(6209),n(1694),n(9377),n(9358)),l=["a8c_cookie_banner_ok","wcadmin_storeprofiler_create_jetpack_account","wcadmin_storeprofiler_connect_store","wcadmin_storeprofiler_login_jetpack_account","wcadmin_storeprofiler_payment_login","wcadmin_storeprofiler_payment_create_account","calypso_checkout_switch_to_p_24","calypso_checkout_composite_p24_submit_clicked"];Promise.resolve();function d(e){"undefined"!=typeof window&&(window._tkq=window._tkq||[],window._tkq.push(e))}"undefined"!=typeof document&&(0,s.ve)("//stats.wp.com/w2.js?1");var f=new c.EventEmitter;function p(e,t){if(t=t||{},(0,u.Z)('Record event "%s" called with props %o',e,t),e.startsWith("calypso_")||(0,a.includes)(l,e)){if(r){var n=r(t);t=o()(o()({},t),n)}t=(0,a.omitBy)(t,a.isUndefined),(0,u.Z)('Recording event "%s" with actual props %o',e,t),d(["recordEvent",e,t]),f.emit("record-event",e,t)}else(0,u.Z)('- Event name must be prefixed by "calypso_" or added to `EVENT_NAME_EXCEPTIONS`')}},3722:function(e,t,n){"use strict";n.d(t,{Sn:function(){return o},Lo:function(){return a},k9:function(){return c}});var r=n(6374),i=n(9792);function o(e){var t=e.railcarId,n=e.uiAlgo,r=e.uiPosition,o=e.fetchAlgo,a=e.result,c=e.query;(0,i.jN)("calypso_traintracks_render",{railcar:t,ui_algo:n,ui_position:r,fetch_algo:o,rec_result:a,fetch_query:c})}function a(e){var t=e.railcarId,n=e.action;(0,i.jN)("calypso_traintracks_interact",{railcar:t,action:n})}function c(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"recommendation";return"".concat((0,r.Z)().replace(/-/g,""),"-").concat(e)}},6209:function(e,t,n){"use strict";n(4)},9358:function(e,t,n){"use strict";var r=n(8049),i=n.n(r);t.Z=i()("calypso:analytics")},1694:function(e,t,n){"use strict";n(9358)},4:function(e,t,n){"use strict";n(8032)},3600:function(e,t,n){"use strict";n.r(t),n.d(t,{receiveCategories:function(){return r},fetchDomainSuggestions:function(){return i},receiveDomainAvailability:function(){return o},receiveDomainSuggestionsSuccess:function(){return a},receiveDomainSuggestionsError:function(){return c}});var r=function(e){return{type:"RECEIVE_CATEGORIES",categories:e}},i=function(){return{type:"FETCH_DOMAIN_SUGGESTIONS",timeStamp:Date.now()}},o=function(e,t){return{type:"RECEIVE_DOMAIN_AVAILABILITY",domainName:e,availability:t}},a=function(e,t){return{type:"RECEIVE_DOMAIN_SUGGESTIONS_SUCCESS",queryObject:e,suggestions:t,timeStamp:Date.now()}},c=function(e){return{type:"RECEIVE_DOMAIN_SUGGESTIONS_ERROR",errorMessage:e,timeStamp:Date.now()}}},584:function(e,t,n){"use strict";n.d(t,{L:function(){return i},r:function(){return r}});var r,i="automattic/domains/suggestions";!function(e){e.Failure="failure",e.Pending="pending",e.Success="success",e.Uninitialized="uninitialized"}(r||(r={}))},8077:function(e,t,n){"use strict";n.d(t,{z:function(){return d}});var r=n(5707),i=n(584),o=n(3717),a=n(3600),c=n(2269),s=n(267),u=n(3661),l=!1;function d(e){var t=e.vendor;return l||(l=!0,(0,r.registerStore)(i.L,{actions:a,controls:u.ai,reducer:o.Z,resolvers:c,selectors:(0,s.Z)(t)})),i.L}},3717:function(e,t,n){"use strict";var r=n(1260),i=n.n(r),o=n(417),a=n.n(o),c=n(5707),s=n(584),u=n(4211),l={state:s.r.Uninitialized,data:{},errorMessage:null,lastUpdated:-1/0,pendingSince:void 0},d=(0,c.combineReducers)({categories:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_CATEGORIES"===t.type?t.categories:e},domainSuggestions:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:l,t=arguments.length>1?arguments[1]:void 0;return"FETCH_DOMAIN_SUGGESTIONS"===t.type?a()(a()({},e),{},{state:s.r.Pending,errorMessage:null,pendingSince:t.timeStamp}):"RECEIVE_DOMAIN_SUGGESTIONS_SUCCESS"===t.type?a()(a()({},e),{},{state:s.r.Success,data:a()(a()({},e.data),{},i()({},(0,u.L)(t.queryObject),t.suggestions)),errorMessage:null,lastUpdated:t.timeStamp,pendingSince:void 0}):"RECEIVE_DOMAIN_SUGGESTIONS_ERROR"===t.type?a()(a()({},e),{},{state:s.r.Failure,errorMessage:t.errorMessage,lastUpdated:t.timeStamp,pendingSince:void 0}):e},availability:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_DOMAIN_AVAILABILITY"===t.type?a()(a()({},e),{},i()({},t.domainName,t.availability)):e}});t.Z=d},2269:function(e,t,n){"use strict";n.r(t),n.d(t,{isAvailable:function(){return f},getCategories:function(){return p},__internalGetDomainSuggestions:function(){return m}});var r=n(417),i=n.n(r),o=n(9126),a=n(1481),c=n(3600),s=n(3661),u=n(4211),l=regeneratorRuntime.mark(p),d=regeneratorRuntime.mark(m),f=regeneratorRuntime.mark((function e(t){var n,r,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n="https://public-api.wordpress.com/rest/v1.3/domains/".concat(encodeURIComponent(t),"/is-available?is_cart_pre_check=true"),e.prev=1,e.next=4,(0,s.An)(n);case 4:return r=e.sent,i=r.body,e.abrupt("return",(0,c.receiveDomainAvailability)(t,i));case 9:return e.prev=9,e.t0=e.catch(1),e.abrupt("return",(0,c.receiveDomainAvailability)(t,{domain_name:t,mappable:"unknown",status:"unknown",supports_privacy:!1}));case 12:case"end":return e.stop()}}),e,null,[[1,9]])}));function p(){var e;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,(0,s.An)("https://public-api.wordpress.com/wpcom/v2/onboarding/domains/categories");case 2:return e=t.sent,t.abrupt("return",(0,c.receiveCategories)(e.body));case 4:case"end":return t.stop()}}),l)}function m(e){var t,n;return regeneratorRuntime.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(e.query){r.next=2;break}return r.abrupt("return",(0,c.receiveDomainSuggestionsError)("Empty query"));case 2:return r.next=4,(0,c.fetchDomainSuggestions)();case 4:return r.prev=4,r.next=7,(0,s._9)({apiVersion:"1.1",path:"/domains/suggestions",query:(0,o.stringify)(e)});case 7:t=r.sent,r.next=13;break;case 10:return r.prev=10,r.t0=r.catch(4),r.abrupt("return",(0,c.receiveDomainSuggestionsError)(r.t0.message||(0,a.Iu)("Error while fetching server response")));case 13:if(t&&""!==t){r.next=15;break}return r.abrupt("return",(0,c.receiveDomainSuggestionsError)((0,a.Iu)("Invalid response from the server")));case 15:return n=t.map((function(e){return i()(i()({},e),e.raw_price&&e.currency_code&&{cost:(0,u._)(e.raw_price,e.currency_code)})})),r.abrupt("return",(0,c.receiveDomainSuggestionsSuccess)(e,n));case 17:case"end":return r.stop()}}),d,null,[[4,10]])}},267:function(e,t,n){"use strict";var r=n(417),i=n.n(r),o=n(5182),a=n.n(o),c=n(5707),s=n(584),u=n(4211);t.Z=function(e){function t(t,n){return i()(i()({include_wordpressdotcom:n.only_wordpressdotcom||!1,include_dotblogsubdomain:!1,only_wordpressdotcom:!1,quantity:5,vendor:e},n),{},{query:t.trim().toLocaleLowerCase()})}return{getCategories:function(e){return[].concat(a()(e.categories.filter((function(e){return null!==e.tier})).sort((function(e,t){return e>t?1:-1}))),a()(e.categories.filter((function(e){return null===e.tier})).sort((function(e,t){return e.title.localeCompare(t.title)}))))},getDomainSuggestions:function(e,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=t(n,r);return(0,c.select)(s.L).__internalGetDomainSuggestions(i)},getDomainState:function(e){return e.domainSuggestions.state},getDomainErrorMessage:function(e){return e.domainSuggestions.errorMessage},getDomainSuggestionVendor:function(){return e},isLoadingDomainSuggestions:function(e,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=t(n,r);return(0,c.select)("core/data").isResolving(s.L,"__internalGetDomainSuggestions",[i])},__internalGetDomainSuggestions:function(e,t){return e.domainSuggestions.data[(0,u.L)(t)]},isAvailable:function(e,t){return e.availability[t]},getDomainAvailabilities:function(e){return e.availability}}}},4211:function(e,t,n){"use strict";n.d(t,{L:function(){return a},_:function(){return c}});var r=n(5695),i=n.n(r),o=n(1621),a=i();function c(e,t){return(0,o.ZP)(e,t,{stripZeros:!0})}},6108:function(e,t,n){"use strict";n.r(t),n.d(t,{setSidebarFullscreen:function(){return o},unsetSidebarFullscreen:function(){return a},setStep:function(){return c},setSiteTitle:function(){return s},setDomain:function(){return u},unsetDomain:function(){return l},confirmDomainSelection:function(){return d},setDomainSearch:function(){return f},setPlanProductId:function(){return m},unsetPlanProductId:function(){return g},updatePlan:function(){return h},openSidebar:function(){return v},closeSidebar:function(){return y},openFocusedLaunch:function(){return b},closeFocusedLaunch:function(){return _},enableAnchorFm:function(){return E},showSiteTitleStep:function(){return S},setModalDismissible:function(){return w},unsetModalDismissible:function(){return P},showModalTitle:function(){return C},hideModalTitle:function(){return N},enablePersistentSuccessView:function(){return x},disablePersistentSuccessView:function(){return A}});var r=n(5707),i=n(9149),o=function(){return{type:"SET_SIDEBAR_FULLSCREEN"}},a=function(){return{type:"UNSET_SIDEBAR_FULLSCREEN"}},c=function(e){return{type:"SET_STEP",step:e}},s=function(e){return{type:"SET_SITE_TITLE",title:e}},u=function(e){return{type:"SET_DOMAIN",domain:e}},l=function(){return{type:"UNSET_DOMAIN"}},d=function(){return{type:"CONFIRM_DOMAIN_SELECTION"}},f=function(e){return{type:"SET_DOMAIN_SEARCH",domainSearch:e}},p=function(e){return{type:"SET_PLAN_BILLING_PERIOD",billingPeriod:e}},m=regeneratorRuntime.mark((function e(t){var n,o,a;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if((0,r.select)(i.Fs).isPlanProductFree(t)){e.next=6;break}return o=(0,r.select)(i.Fs).getPlanProductById(t),a=null!==(n=null==o?void 0:o.billingPeriod)&&void 0!==n?n:"ANNUALLY",e.next=6,p(a);case 6:return e.abrupt("return",{type:"SET_PLAN_PRODUCT_ID",planProductId:t});case 7:case"end":return e.stop()}}),e)})),g=function(){return{type:"UNSET_PLAN_PRODUCT_ID"}};function h(e){return m(e)}var v=function(){return{type:"OPEN_SIDEBAR"}},y=function(){return{type:"CLOSE_SIDEBAR"}},b=function(){return{type:"OPEN_FOCUSED_LAUNCH"}},_=function(){return{type:"CLOSE_FOCUSED_LAUNCH"}},E=function(){return{type:"ENABLE_ANCHOR_FM"}},S=function(){return{type:"SHOW_SITE_TITLE_STEP"}},w=function(){return{type:"SET_MODAL_DISMISSIBLE"}},P=function(){return{type:"UNSET_MODAL_DISMISSIBLE"}},C=function(){return{type:"SHOW_MODAL_TITLE"}},N=function(){return{type:"HIDE_MODAL_TITLE"}},x=function(){return{type:"ENABLE_SUCCESS_VIEW"}},A=function(){return{type:"DISABLE_SUCCESS_VIEW"}}},9149:function(e,t,n){"use strict";n.d(t,{Ls:function(){return r},Fs:function(){return i}});var r="automattic/launch",i="automattic/onboard/plans"},3610:function(e,t,n){"use strict";n.d(t,{y:function(){return r},M:function(){return i}});var r={Name:"name",Domain:"domain",Plan:"plan",Final:"final"},i=[r.Name,r.Domain,r.Plan,r.Final]},1635:function(e,t,n){"use strict";n.d(t,{z:function(){return d}});var r=n(9866),i=n(5707),o=n(9149),a=n(4648),c=n(6108),s=n(7092),u=n(594);(0,i.use)(i.plugins.persistence,u.Z);var l=!1;function d(){return l||(l=!0,(0,i.registerStore)(o.Ls,{actions:c,controls:r.controls,reducer:a.Z,selectors:s,persist:["domain","domainSearch","planProductId","planBillingPeriod","confirmedDomainSelection","isAnchorFm","isSiteTitleStepVisible","siteTitle"]})),o.Ls}},594:function(e,t,n){"use strict";var r=n(492);t.Z=(0,r.Z)("WP_LAUNCH")},4648:function(e,t,n){"use strict";var r=n(5707),i=n(3610),o=(0,r.combineReducers)({step:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:i.y.Name,t=arguments.length>1?arguments[1]:void 0;return"SET_STEP"===t.type?t.step:e},siteTitle:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0,t=arguments.length>1?arguments[1]:void 0;return"SET_SITE_TITLE"===t.type?t.title:e},domain:function(e,t){return"SET_DOMAIN"===t.type?t.domain:"UNSET_DOMAIN"!==t.type?e:void 0},confirmedDomainSelection:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"CONFIRM_DOMAIN_SELECTION"===t.type||e},domainSearch:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1?arguments[1]:void 0;return"SET_DOMAIN_SEARCH"===t.type?t.domainSearch:e},planBillingPeriod:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"ANNUALLY",t=arguments.length>1?arguments[1]:void 0;return"SET_PLAN_BILLING_PERIOD"===t.type?t.billingPeriod:e},planProductId:function(e,t){return"SET_PLAN_PRODUCT_ID"===t.type?t.planProductId:"UNSET_PLAN_PRODUCT_ID"!==t.type?e:void 0},isSidebarOpen:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"OPEN_SIDEBAR"===t.type||"CLOSE_SIDEBAR"!==t.type&&e},isSidebarFullscreen:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"SET_SIDEBAR_FULLSCREEN"===t.type||"UNSET_SIDEBAR_FULLSCREEN"!==t.type&&e},isAnchorFm:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"ENABLE_ANCHOR_FM"===t.type||e},isFocusedLaunchOpen:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"OPEN_FOCUSED_LAUNCH"===t.type||"CLOSE_FOCUSED_LAUNCH"!==t.type&&e},isSiteTitleStepVisible:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"SHOW_SITE_TITLE_STEP"===t.type||e},isModalDismissible:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=arguments.length>1?arguments[1]:void 0;return"SET_MODAL_DISMISSIBLE"===t.type||"UNSET_MODAL_DISMISSIBLE"!==t.type&&e},isModalTitleVisible:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=arguments.length>1?arguments[1]:void 0;return"SHOW_MODAL_TITLE"===t.type||"HIDE_MODAL_TITLE"!==t.type&&e}});t.Z=o},7092:function(e,t,n){"use strict";n.r(t),n.d(t,{getLaunchSequence:function(){return a},getLaunchStep:function(){return c},getState:function(){return s},hasPaidDomain:function(){return u},getSelectedDomain:function(){return l},getSelectedPlanProductId:function(){return d},getLastPlanBillingPeriod:function(){return f},isSelectedPlanPaid:function(){return p},hasSelectedDomain:function(){return m},isStepCompleted:function(){return g},isFlowCompleted:function(){return h},isFlowStarted:function(){return v},getFirstIncompleteStep:function(){return y},getSiteTitle:function(){return b},getCurrentStep:function(){return _},getDomainSearch:function(){return E}});var r=n(5707),i=n(3610),o=n(9149),a=function(){return i.M},c=function(){return i.y},s=function(e){return e},u=function(e){return!!e.domain&&!e.domain.is_free},l=function(e){return e.domain},d=function(e){return e.planProductId},f=function(e){return e.planBillingPeriod},p=function(e){return void 0!==e.planProductId&&!(0,r.select)(o.Fs).isPlanProductFree(e.planProductId)},m=function(e){return!!l(e)||e.confirmedDomainSelection},g=function(e,t){if(t===i.y.Plan)return!!d(e);if(t===i.y.Name){var n=(0,r.select)("core").getEntityRecord("root","site",void 0);return!(null==n||!n.title)}return t===i.y.Domain&&(0,r.select)(o.Ls).hasSelectedDomain()},h=function(e){return i.M.slice(0,i.M.length-1).every((function(t){return g(e,t)}))},v=function(e){return i.M.some((function(t){return g(e,t)}))},y=function(e){return i.M.find((function(t){return!g(e,t)}))},b=function(e){return null==e?void 0:e.siteTitle},_=function(e){return e.step},E=function(e){return e.domainSearch}},492:function(e,t,n){"use strict";function r(e){var t=e,n=e+"_TS",r={},i={getItem:function(e){return r.hasOwnProperty(e)?r[e]:null},setItem:function(e,t){r[e]=String(t)},removeItem:function(e){delete r[e]}},o=function(){try{return window.localStorage.setItem("WP_ONBOARD_TEST","1"),window.localStorage.removeItem("WP_ONBOARD_TEST"),!0}catch(e){return!1}}()?window.localStorage:i;return{storageKey:t,storage:{getItem:function(e){var r=o.getItem(n);return r&&function(e){var t=Number(e);return Boolean(t)&&t+6048e5>Date.now()}(r)&&!new URLSearchParams(window.location.search).has("fresh")?o.getItem(e):(o.removeItem(t),o.removeItem(n),null)},setItem:function(e,t){o.setItem(n,JSON.stringify(Date.now())),o.setItem(e,t)}}}}n.d(t,{Z:function(){return r}})},9068:function(e,t,n){"use strict";n.r(t),n.d(t,{setFeatures:function(){return r},setFeaturesByType:function(){return i},setPlans:function(){return o},setPlanProducts:function(){return a},resetPlan:function(){return c}});var r=function(e,t){return{type:"SET_FEATURES",features:e,locale:t}},i=function(e,t){return{type:"SET_FEATURES_BY_TYPE",featuresByType:e,locale:t}},o=function(e,t){return{type:"SET_PLANS",plans:e,locale:t}},a=function(e){return{type:"SET_PLAN_PRODUCTS",products:e}},c=function(){return{type:"RESET_PLAN"}}},4703:function(e,t,n){"use strict";n.d(t,{Ls:function(){return r},Ho:function(){return i},TO:function(){return o},YS:function(){return a},Gz:function(){return c},hx:function(){return s},iL:function(){return u},xT:function(){return l},AX:function(){return d},bS:function(){return f},UB:function(){return p},BV:function(){return m},nN:function(){return g}});var r="automattic/onboard/plans",i=1,o="free",a="personal",c="premium",s="business",u="ecommerce",l=[o,a,c,s,u],d=c,f=["personal-bundle","value_bundle","business-bundle","ecommerce-bundle"],p=["personal-bundle-monthly","value_bundle_monthly","business-bundle-monthly","ecommerce-bundle-monthly"],m=["free_plan"].concat(f,p),g=["custom-domain","support-live","priority-support"]},9734:function(e,t,n){"use strict";n.d(t,{z2:function(){return d}});var r=n(5707),i=n(4703),o=n(9438),a=n(9068),c=n(7738),s=n(5261),u=n(3661),l=!1;function d(){return l||(l=!0,(0,r.registerStore)(i.Ls,{resolvers:s,actions:a,controls:u.ai,reducer:o.ZP,selectors:c})),i.Ls}},9438:function(e,t,n){"use strict";var r=n(1260),i=n.n(r),o=n(417),a=n.n(o),c=n(5707),s=(0,c.combineReducers)({features:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_FEATURES":return a()(a()({},e),{},i()({},t.locale,t.features));default:return e}},featuresByType:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_FEATURES_BY_TYPE":return a()(a()({},e),{},i()({},t.locale,t.featuresByType));default:return e}},planProducts:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_PLAN_PRODUCTS":return t.products;default:return e}},plans:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_PLANS":return a()(a()({},e),{},i()({},t.locale,t.plans));default:return e}}});t.ZP=s},5261:function(e,t,n){"use strict";n.r(t),n.d(t,{getSupportedPlans:function(){return g}});var r=n(9126),i=n(1621),o=n(9068),a=n(4703),c=n(3661),s=regeneratorRuntime.mark(g);function u(e){return(0,i.ZP)(12*e.raw_price,e.currency_code,{stripZeros:!0})}function l(e){return(0,i.ZP)(e.raw_price,e.currency_code,{stripZeros:!0})}function d(e){return e.reduce((function(e,t){return e[t.id]={id:t.id,name:t.name,description:t.description,type:"checkbox",requiresAnnuallyBilledPlan:a.nN.indexOf(t.id)>-1},e}),{})}function f(e,t){var n=Object.keys(t).find((function(n){return t[n].name===e}));return!!n&&t[n].requiresAnnuallyBilledPlan}function p(e,t){var n=e.highlighted_features.map((function(e){return{name:e,requiresAnnuallyBilledPlan:f(e,t)}}));return n.sort((function(e,t){return Number(t.requiresAnnuallyBilledPlan)-Number(e.requiresAnnuallyBilledPlan)})),n}function m(e,t){var n=a.BV.reduce((function(n,r){var o=e.find((function(e){return e.product_slug===r}));if(!o)return n;var a,c=t.find((function(e){return e.productIds.indexOf(o.product_id)>-1}));return n.push({productId:o.product_id,billingPeriod:31===o.bill_period?"MONTHLY":"ANNUALLY",periodAgnosticSlug:c.periodAgnosticSlug,storeSlug:o.product_slug,rawPrice:o.raw_price,pathSlug:o.path_slug,price:31===(null==o?void 0:o.bill_period)||0===o.raw_price?l(o):(a=o,(0,i.ZP)(a.raw_price/12,a.currency_code,{stripZeros:!0})),annualPrice:31===(null==o?void 0:o.bill_period)?u(o):l(o)}),n}),[]);return function(e){for(var t=function(t){var n=e.find((function(e){return e.storeSlug===a.bS[t]})),r=e.find((function(e){return e.storeSlug===a.UB[t]}));if(n&&r){var i=12*r.rawPrice,o=n.rawPrice,c=Math.round(100*(1-o/i));n.annualDiscount=c,r.annualDiscount=c}},n=0;n<a.bS.length;n++)t(n)}(n),n}function g(){var e,t,n,i,u,l,f,g=arguments;return regeneratorRuntime.wrap((function(s){for(;;)switch(s.prev=s.next){case 0:return e=g.length>0&&void 0!==g[0]?g[0]:"en",s.next=3,(0,c._9)({path:"/plans",query:(0,r.stringify)({locale:e}),apiVersion:"1.5"});case 3:return t=s.sent,s.next=6,(0,c.An)("https://public-api.wordpress.com/wpcom/v2/plans/details?locale=".concat(encodeURIComponent(e)),{mode:"cors",credentials:"omit"});case 6:return n=s.sent,i=n.body,u=d(i.features),l=i.plans.map((function(e){var t,n=null===(t=e.nonlocalized_short_name)||void 0===t?void 0:t.toLowerCase();return{description:e.tagline,features:p(e,u),storage:e.storage,title:e.short_name,featuresSlugs:e.features.reduce((function(e,t){return e[t]=!0,e}),{}),isFree:n===a.TO,isPopular:n===a.Gz,periodAgnosticSlug:n,productIds:e.products.map((function(e){return e.plan_id}))}})),f=m(t,l),s.next=13,(0,o.setPlans)(l,e);case 13:return s.next=15,(0,o.setPlanProducts)(f);case 15:return s.next=17,(0,o.setFeatures)(u,e);case 17:return s.next=19,(0,o.setFeaturesByType)(i.features_by_type,e);case 19:case"end":return s.stop()}}),s)}},7738:function(e,t,n){"use strict";n.r(t),n.d(t,{getFeatures:function(){return c},getFeaturesByType:function(){return s},getPlanByProductId:function(){return u},getPlanProductById:function(){return l},getPlanByPeriodAgnosticSlug:function(){return d},getDefaultPaidPlan:function(){return f},getDefaultFreePlan:function(){return p},getSupportedPlans:function(){return m},getPlansProducts:function(){return g},getPrices:function(){return h},getPlanByPath:function(){return v},getPlanProduct:function(){return y},isPlanEcommerce:function(){return b},isPlanFree:function(){return _},isPlanProductFree:function(){return E}});var r=n(5707),i=n(3613),o=n.n(i),a=n(4703),c=function(e,t){var n;return null!==(n=e.features[t])&&void 0!==n?n:{}},s=function(e,t){var n;return null!==(n=e.featuresByType[t])&&void 0!==n?n:[]},u=function(e,t,n){if(t)return(0,r.select)(a.Ls).getSupportedPlans(n).find((function(e){return e.productIds.indexOf(t)>-1}))},l=function(e,t){if(t)return(0,r.select)(a.Ls).getPlansProducts().find((function(e){return e.productId===t}))},d=function(e,t,n){if(t)return(0,r.select)(a.Ls).getSupportedPlans(n).find((function(e){return e.periodAgnosticSlug===t}))},f=function(e,t){return(0,r.select)(a.Ls).getSupportedPlans(t).find((function(e){return e.periodAgnosticSlug===a.AX}))},p=function(e,t){return(0,r.select)(a.Ls).getSupportedPlans(t).find((function(e){return e.periodAgnosticSlug===a.TO}))},m=function(e,t){var n;return null!==(n=e.plans[t])&&void 0!==n?n:[]},g=function(e){return e.planProducts},h=function(e,t){return o()("getPrices",{alternative:"getPlanProduct().price"}),(0,r.select)(a.Ls).getPlansProducts().reduce((function(e,t){return e[t.storeSlug]=t.price,e}),{})},v=function(e,t,n){if(t){var i=(0,r.select)(a.Ls).getPlansProducts().find((function(e){return e.pathSlug===t}));if(i)return(0,r.select)(a.Ls).getSupportedPlans(n).find((function(e){return e.periodAgnosticSlug===i.periodAgnosticSlug}))}},y=function(e,t,n){if(t&&n)return(0,r.select)(a.Ls).getPlansProducts().find((function(e){var r=e.periodAgnosticSlug===t,i=t===a.TO||e.billingPeriod===n;return r&&i}))},b=function(e,t){return t===a.iL},_=function(e,t){return t===a.TO},E=function(e,t){return t===a.Ho}},8459:function(e,t,n){"use strict";n.d(t,{d:function(){return u}});var r=n(417),i=n.n(r),o=n(2220),a=n.n(o),c=n(3661),s=n(2699);function u(e){var t=regeneratorRuntime.mark(p),n=regeneratorRuntime.mark(y),r=regeneratorRuntime.mark(b),o=regeneratorRuntime.mark(_),u=regeneratorRuntime.mark(E),l=function(){return{type:"FETCH_NEW_SITE"}},d=function(e){return{type:"RECEIVE_NEW_SITE",response:e}},f=function(e){return{type:"RECEIVE_NEW_SITE_FAILED",error:e}};function p(n){var r,o,s,u,l;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,{type:"FETCH_NEW_SITE"};case 2:return t.prev=2,r=n.authToken,o=a()(n,["authToken"]),s={client_id:e.client_id,client_secret:e.client_secret,find_available_url:!0,public:-1},u=i()(i()(i()({},s),o),{},{validate:!1}),t.next=8,(0,c._9)({path:"/sites/new",apiVersion:"1.1",method:"post",body:u,token:r});case 8:return l=t.sent,t.next=11,d(l);case 11:return t.abrupt("return",!0);case 14:return t.prev=14,t.t0=t.catch(2),t.next=18,f(t.t0);case 18:return t.abrupt("return",!1);case 19:case"end":return t.stop()}}),t,null,[[2,14]])}var m=function(e,t){return{type:"RECEIVE_SITE_TITLE",siteId:e,title:t}},g=function(e){return{type:"LAUNCH_SITE_START",siteId:e}},h=function(e){return{type:"LAUNCH_SITE_SUCCESS",siteId:e}},v=function(e,t){return{type:"LAUNCH_SITE_FAILURE",siteId:e,error:t}};function y(e){return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,g(e);case 2:return t.prev=2,t.next=5,(0,c._9)({path:"/sites/".concat(e,"/launch"),apiVersion:"1.1",method:"post"});case 5:return t.next=7,h(e);case 7:t.next=13;break;case 9:return t.prev=9,t.t0=t.catch(2),t.next=13,v(e,s.Hc.INTERNAL);case 13:case"end":return t.stop()}}),n,null,[[2,9]])}function b(e){var t;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,(0,c._9)({path:"/me/shopping-cart/"+e,apiVersion:"1.1",method:"GET"});case 2:return t=n.sent,n.abrupt("return",t);case 4:case"end":return n.stop()}}),r)}function _(e,t){var n;return regeneratorRuntime.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return r.next=2,(0,c._9)({path:"/me/shopping-cart/"+e,apiVersion:"1.1",method:"POST",body:t});case 2:return n=r.sent,r.abrupt("return",n);case 4:case"end":return r.stop()}}),o)}function E(e,t){return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.prev=0,n.next=3,(0,c._9)({path:"/sites/".concat(encodeURIComponent(e),"/settings"),apiVersion:"1.4",body:{blogname:t},method:"POST"});case 3:return n.next=5,m(e,t);case 5:n.next=9;break;case 7:n.prev=7,n.t0=n.catch(0);case 9:case"end":return n.stop()}}),u,null,[[0,7]])}return{receiveSiteDomains:function(e,t){return{type:"RECEIVE_SITE_DOMAINS",siteId:e,domains:t}},saveSiteTitle:E,receiveSiteTitle:m,fetchNewSite:l,fetchSite:function(){return{type:"FETCH_SITE"}},receiveNewSite:d,receiveNewSiteFailed:f,resetNewSiteFailed:function(){return{type:"RESET_RECEIVE_NEW_SITE_FAILED"}},createSite:p,receiveSite:function(e,t){return{type:"RECEIVE_SITE",siteId:e,response:t}},receiveSiteFailed:function(e,t){return{type:"RECEIVE_SITE_FAILED",siteId:e,response:t}},reset:function(){return{type:"RESET_SITE_STORE"}},launchSite:y,launchSiteStart:g,launchSiteSuccess:h,launchSiteFailure:v,getCart:b,setCart:_}}},2005:function(e,t,n){"use strict";n.d(t,{L:function(){return r}});var r="automattic/site"},2369:function(e,t,n){"use strict";n.d(t,{z2:function(){return d}});var r=n(5707),i=n(2005),o=n(2701),a=n(8459),c=n(7862),s=n(4309),u=n(3661),l=!1;function d(e){return l||(l=!0,(0,r.registerStore)(i.L,{actions:(0,a.d)(e),controls:u.ai,reducer:o.ZP,resolvers:c,selectors:s})),i.L}},2701:function(e,t,n){"use strict";var r=n(2220),i=n.n(r),o=n(4582),a=n.n(o),c=n(1260),s=n.n(c),u=n(417),l=n.n(u),d=n(5707),f=n(2699),p=(0,d.combineReducers)({data:function(e,t){return"RECEIVE_NEW_SITE"===t.type?t.response.blog_details:"RECEIVE_NEW_SITE_FAILED"!==t.type&&"RESET_SITE_STORE"!==t.type?e:void 0},error:function(e,t){switch(t.type){case"FETCH_NEW_SITE":case"RECEIVE_NEW_SITE":case"RESET_SITE_STORE":case"RESET_RECEIVE_NEW_SITE_FAILED":return;case"RECEIVE_NEW_SITE_FAILED":return{error:t.error.error,status:t.error.status,statusCode:t.error.statusCode,name:t.error.name,message:t.error.message}}return e},isFetching:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"FETCH_NEW_SITE":return!0;case"RECEIVE_NEW_SITE":case"RECEIVE_NEW_SITE_FAILED":case"RESET_SITE_STORE":case"RESET_RECEIVE_NEW_SITE_FAILED":return!1}return e}}),m=(0,d.combineReducers)({isFetchingSiteDetails:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"FETCH_SITE":return!0;case"RECEIVE_SITE":case"RECEIVE_SITE_FAILED":return!1}return e},newSite:p,sites:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;if("RECEIVE_SITE"===t.type)return l()(l()({},e),{},s()({},t.siteId,t.response));if("RECEIVE_SITE_FAILED"===t.type){var n=t.siteId,r=(e[n],i()(e,[n].map(a())));return l()({},r)}return"RESET_SITE_STORE"===t.type?{}:"RECEIVE_SITE_TITLE"===t.type?l()(l()({},e),{},s()({},t.siteId,l()(l()({},e[t.siteId]),{},{name:t.title}))):e},launchStatus:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"LAUNCH_SITE_START"===t.type?l()(l()({},e),{},s()({},t.siteId,{status:f.uS.IN_PROGRESS,errorCode:void 0})):"LAUNCH_SITE_SUCCESS"===t.type?l()(l()({},e),{},s()({},t.siteId,{status:f.uS.SUCCESS,errorCode:void 0})):"LAUNCH_SITE_FAILURE"===t.type?l()(l()({},e),{},s()({},t.siteId,{status:f.uS.FAILURE,errorCode:t.error})):e},sitesDomains:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_SITE_DOMAINS"===t.type?l()(l()({},e),{},s()({},t.siteId,t.domains)):e}});t.ZP=m},7862:function(e,t,n){"use strict";n.r(t),n.d(t,{getSite:function(){return s},getSiteDomains:function(){return u}});var r=n(5707),i=n(3661),o=n(2005),a=regeneratorRuntime.mark(s),c=regeneratorRuntime.mark(u);function s(e){var t;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,(0,r.dispatch)(o.L).fetchSite();case 2:return n.prev=2,n.next=5,(0,i._9)({path:"/sites/"+encodeURIComponent(e),apiVersion:"1.1"});case 5:return t=n.sent,n.next=8,(0,r.dispatch)(o.L).receiveSite(e,t);case 8:n.next=14;break;case 10:return n.prev=10,n.t0=n.catch(2),n.next=14,(0,r.dispatch)(o.L).receiveSiteFailed(e,void 0);case 14:case"end":return n.stop()}}),a,null,[[2,10]])}function u(e){var t;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.prev=0,n.next=3,(0,i._9)({path:"/sites/"+encodeURIComponent(e)+"/domains",apiVersion:"1.2"});case 3:return t=n.sent,n.next=6,(0,r.dispatch)(o.L).receiveSiteDomains(e,null==t?void 0:t.domains);case 6:n.next=10;break;case 8:n.prev=8,n.t0=n.catch(0);case 10:case"end":return n.stop()}}),c,null,[[0,8]])}},4309:function(e,t,n){"use strict";n.r(t),n.d(t,{getState:function(){return a},getNewSite:function(){return c},getNewSiteError:function(){return s},isFetchingSite:function(){return u},isFetchingSiteDetails:function(){return l},isNewSite:function(){return d},getSite:function(){return f},getSiteTitle:function(){return p},isSiteLaunched:function(){return m},isSiteLaunching:function(){return g},getSiteDomains:function(){return h},getPrimarySiteDomain:function(){return v},getSiteSubdomain:function(){return y}});var r=n(5707),i=n(2005),o=n(2699),a=function(e){return e},c=function(e){return e.newSite.data},s=function(e){return e.newSite.error},u=function(e){return e.newSite.isFetching},l=function(e){return e.isFetchingSiteDetails},d=function(e){return!!e.newSite.data},f=function(e,t){return e.sites[t]},p=function(e,t){var n;return null===(n=(0,r.select)(i.L).getSite(t))||void 0===n?void 0:n.name},m=function(e,t){var n;return(null===(n=e.launchStatus[t])||void 0===n?void 0:n.status)===o.uS.SUCCESS},g=function(e,t){var n;return(null===(n=e.launchStatus[t])||void 0===n?void 0:n.status)===o.uS.IN_PROGRESS},h=function(e,t){return e.sitesDomains[t]},v=function(e,t){var n;return null===(n=(0,r.select)(i.L).getSiteDomains(t))||void 0===n?void 0:n.find((function(e){return e.primary_domain}))},y=function(e,t){var n;return null===(n=(0,r.select)(i.L).getSiteDomains(t))||void 0===n?void 0:n.find((function(e){return e.is_subdomain}))}},2699:function(e,t,n){"use strict";var r,i,o;n.d(t,{Hc:function(){return i},uS:function(){return o}}),function(e){e[e.PublicIndexed=1]="PublicIndexed",e[e.PublicNotIndexed=0]="PublicNotIndexed",e[e.Private=-1]="Private"}(r||(r={})),function(e){e.INTERNAL="internal"}(i||(i={})),function(e){e.UNINITIALIZED="unintialized",e.IN_PROGRESS="in_progress",e.SUCCESS="success",e.FAILURE="failure"}(o||(o={}))},4366:function(e,t,n){"use strict";n.d(t,{L:function(){return r}});var r="automattic/wpcom-features"},2613:function(e,t,n){"use strict";n.d(t,{$:function(){return c}});var r=n(4703),i=r.YS,o=r.Gz,a=r.hx,c={domain:{id:"domain",minSupportedPlan:i},store:{id:"store",minSupportedPlan:r.iL},seo:{id:"seo",minSupportedPlan:a},plugins:{id:"plugins",minSupportedPlan:a},"ad-free":{id:"ad-free",minSupportedPlan:i},"image-storage":{id:"image-storage",minSupportedPlan:o},"video-storage":{id:"video-storage",minSupportedPlan:o},support:{id:"support",minSupportedPlan:a}}},182:function(e,t,n){"use strict";n.d(t,{z:function(){return u}});var r=n(9866),i=n(5707),o=n(4366),a=n(8638),c=n(335),s=!1;function u(){return s||(s=!0,(0,i.registerStore)(o.L,{controls:r.controls,reducer:a.Z,selectors:c})),o.L}},8638:function(e,t,n){"use strict";var r=n(2613);t.Z=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:r.$;return e}},335:function(e,t,n){"use strict";n.r(t),n.d(t,{getAllFeatures:function(){return i},getRecommendedPlanSlug:function(){return o}});var r=n(4703),i=function(e){return e},o=function(e,t){var n=i(e);if(t.length)return t.reduce((function(e,t){var i=n[t].minSupportedPlan;return r.xT.indexOf(i)>r.xT.indexOf(e)?i:e}),n[t[0]].minSupportedPlan)}},3661:function(e,t,n){"use strict";n.d(t,{_9:function(){return c},An:function(){return s},ai:function(){return u}});var r,i=n(2954),o=n.n(i),a=n(8552),c=function(e){return{type:"WPCOM_REQUEST",request:e}},s=function(e,t){return{type:"FETCH_AND_PARSE",resource:e,options:t}},u={WPCOM_REQUEST:function(e){var t=e.request;return(0,a.ZP)(t)},FETCH_AND_PARSE:(r=o()(regeneratorRuntime.mark((function e(t){var n,r,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=t.resource,r=t.options,e.next=3,window.fetch(n,r);case 3:return i=e.sent,e.t0=i.ok,e.next=7,i.json();case 7:return e.t1=e.sent,e.abrupt("return",{ok:e.t0,body:e.t1});case 9:case"end":return e.stop()}}),e)}))),function(_x){return r.apply(this,arguments)}),RELOAD_PROXY:function(){(0,a.sS)()},REQUEST_ALL_BLOGS_ACCESS:function(){return(0,a.Vw)()},WAIT:function(e){var t=e.ms;return new Promise((function(e){return setTimeout(e,t)}))}}},3300:function(e,t,n){"use strict";n.d(t,{gB:function(){return i},au:function(){return o},F9:function(){return a},dP:function(){return c},GN:function(){return s},vn:function(){return u}});var r=n(8077),i=5,o=10,a=2,c=300,s=r.z({vendor:"variation2_front"}),u=["available","available_premium"]},4948:function(e,t,n){"use strict";var r=n(1068),i=n.n(r),o=n(3027),a=(n(3804),n(7997)),c=n(5869),s=n(3383),u=n(2779),l=n.n(u),d=n(9215),f=n(5707),p=n(3300);n(118);t.Z=function(e){var t=e.onSelect,n=e.selected,__=(0,d.QT)().__,r=(0,o.useState)(!1),u=i()(r,2),m=u[0],g=u[1],h=function(e){g(!1),t(e)},v=(0,f.useSelect)((function(e){return e(p.GN).getCategories()})),y=__("All Categories","full-site-editing");return(0,o.createElement)("div",{className:l()("domain-categories",{"is-open":m})},(0,o.createElement)(a.Button,{className:"domain-categories__dropdown-button",onClick:function(){return g(!m)}},(0,o.createElement)("span",null,null!=n?n:y),(0,o.createElement)(c.Z,{icon:s.Z,size:16})),(0,o.createElement)("ul",{className:"domain-categories__item-group"},(0,o.createElement)("li",{className:l()("domain-categories__item",{"is-selected":!n})},(0,o.createElement)(a.Button,{onClick:function(){return h()}},__("View all","full-site-editing"))),v.map((function(e){var t=e.slug,r=e.title;return(0,o.createElement)("li",{key:t,className:l()("domain-categories__item",{"is-selected":t===n})},(0,o.createElement)(a.Button,{onClick:function(){return h(t)}},r))}))))}},1052:function(e,t,n){"use strict";n.d(t,{q:function(){return o}});var r=n(3027),i=(n(3804),n(9215)),o=function(){var e=(0,i.QT)(),__=e.__,t=e.isRTL;return(0,r.createElement)("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 300 40",xmlSpace:"preserve",width:"300",style:t()?{transform:"scaleX(-1)"}:void 0},(0,r.createElement)("rect",{x:"0",width:"310",height:"50",rx:"10",fill:"#D8D8D8"}),(0,r.createElement)("rect",{x:"8",y:"8",width:"25",height:"25",rx:"5",fill:"#fff"}),(0,r.createElement)("rect",{x:"40",y:"8",width:"25",height:"25",rx:"5",fill:"#fff"}),(0,r.createElement)("rect",{x:"72",y:"8",width:"300",height:"25",rx:"5",fill:"#fff"}),(0,r.createElement)("text",{x:"80",y:"26",direction:"ltr",textAnchor:t()?"end":"start",transform:t()?"scale(-1,1) translate(-160,0)":void 0},(0,r.createElement)("tspan",{fill:"#999"},(0,r.createElement)("tspan",null,"https://")),(0,r.createElement)("tspan",{fill:"#515151",dx:"4.5"},__("example.com","full-site-editing"))))}},7047:function(e,t,n){"use strict";var r=n(1068),i=n.n(r),o=n(3027),a=n(3804),c=n.n(a),s=n(5707),u=n(1205),l=n(7997),d=n(5869),f=n(7108),p=n(6115),m=n(584),g=n(9215),h=n(947),v=n(7226),y=n(4531),b=n(5241),_=n(1045),E=n(1071),S=n(4948),w=n(3300),P=n(1052),C=(n(4017),function(e){var t=e.groupItems,n=e.children;return t?(0,o.createElement)("div",{className:"domain-picker__suggestion-item-group"},n):(0,o.createElement)(a.Fragment,null,n)}),N=function(e){var t=e.children;return(0,o.createElement)("p",{className:"domain-picker__suggestion-group-label"},t)};t.ZP=function(e){var t,n=e.header,r=e.showDomainCategories,x=e.onDomainSelect,A=e.onExistingSubdomainSelect,O=e.quantity,T=void 0===O?w.gB:O,L=e.quantityExpanded,I=void 0===L?w.au:L,k=e.onDomainSearchBlur,D=void 0===k?u.noop:k,F=e.analyticsFlowId,R=e.analyticsUiAlgo,Z=e.initialDomainSearch,j=void 0===Z?"":Z,M=e.onSetDomainSearch,U=void 0===M?u.noop:M,B=e.currentDomain,V=e.isCheckingDomainAvailability,H=e.existingSubdomain,z=e.segregateFreeAndPaid,$=void 0!==z&&z,W=e.showSearchField,G=void 0===W||W,q=e.itemType,Y=void 0===q?h.tr:q,K=e.locale,Q=e.areDependenciesLoading,J=void 0!==Q&&Q,X=e.orderSubDomainsLast,ee=void 0!==X&&X,te=e.onUseYourDomainClick,__=(0,g.QT)().__,ne=__("Search for a domain","full-site-editing"),re=(0,a.useState)(!1),ie=i()(re,2),oe=ie[0],ae=ie[1],ce=(0,a.useState)(j),se=i()(ce,2),ue=se[0],le=se[1],de=(0,a.useState)(),fe=i()(de,2),pe=fe[0],me=fe[1],ge=(0,s.useSelect)((function(e){return e(w.GN).getDomainSuggestionVendor()})),he=(0,b.O)(ue.trim(),I,pe,K)||{},ve=he.allDomainSuggestions,ye=he.errorMessage,be=he.state,_e=he.retryRequest,Ee=null==ve?void 0:ve.slice(H?1:0,oe?I:T),Se=(0,_.$)(Ee,H,B);Se&&(null==Ee||Ee.push(Se));var we=(0,E.P)();(0,a.useEffect)((function(){ae(!1)}),[ue]);var Pe=(0,a.useState)(),Ce=i()(Pe,2),Ne=Ce[0],xe=Ce[1];(0,a.useEffect)((function(){ve&&xe((0,p.k9)("suggestion"))}),[ve,xe]),(0,a.useEffect)((function(){G||le(j)}),[j,G]);var Ae=c().useRef([]);(0,a.useEffect)((function(){var e,t;oe&&(null===(e=Ae.current[T])||void 0===e||null===(t=e.focus)||void 0===t||t.call(e))}),[oe,T]);var Oe=function(e,t,n,r){var i="/domains/search/".concat(ge,"/").concat(F).concat(pe?"/"+pe:"");(0,p.Sn)({uiAlgo:"/".concat(F,"/").concat(R),fetchAlgo:i,query:ue,railcarId:t,result:r?e+"#recommended":e,uiPosition:n})},Te=be===m.r.Failure,Le=(null===(t=ue.trim)||void 0===t?void 0:t.call(ue).length)<=1,Ie=!Te&&!Le,ke=!Te&&Le,De=T;Se&&(De+=1),te&&(De+=1),H&&(De-=1);var Fe=["professional"];return H&&Fe.unshift("sub-domain"),ee&&Fe.reverse(),(0,o.createElement)("div",{className:"domain-picker"},n&&n,G&&(0,o.createElement)("div",{className:"domain-picker__search"},(0,o.createElement)("div",{className:"domain-picker__search-icon"},(0,o.createElement)(d.Z,{icon:f.Z})),(0,o.createElement)(l.TextControl,{hideLabelFromVision:!0,label:ne,placeholder:ne,onChange:function(e){le(e),U(e)},onBlur:function(e){D&&D(e.currentTarget.value)},value:ue,dir:"ltr"})),Te&&(0,o.createElement)(l.Notice,{className:"domain-picker__error",status:"error",isDismissible:!1},(0,o.createElement)("p",{className:"domain-picker__error-message"},ye||__("An error has occurred, please check your connection and retry.","full-site-editing")),(0,o.createElement)(l.Button,{isPrimary:!0,className:"domain-picker__error-retry-btn",onClick:_e},__("Retry","full-site-editing"))),(Ie||J)&&(0,o.createElement)("div",{className:"domain-picker__body"},r&&(0,o.createElement)("div",{className:"domain-picker__aside"},(0,o.createElement)(S.Z,{selected:pe,onSelect:me})),(0,o.createElement)("div",{className:"domain-picker__suggestion-sections"},(0,o.createElement)("div",{className:"domain-picker__sugggested-items-container"},Fe.map((function(e){return"sub-domain"===e?(0,o.createElement)(a.Fragment,{key:e},$&&(0,o.createElement)(N,null,__("Keep sub-domain","full-site-editing")),(0,o.createElement)(C,{key:e,groupItems:$},!J&&H&&(0,o.createElement)(h.ZP,{key:null==H?void 0:H.domain_name,domain:null==H?void 0:H.domain_name,cost:"Free",isFree:!0,isExistingSubdomain:!0,railcarId:Ne?"".concat(Ne,0):void 0,onRender:function(){return Oe(null==H?void 0:H.domain_name,"".concat(Ne,0),0,!1)},selected:(null==B?void 0:B.domain_name)===(null==H?void 0:H.domain_name),onSelect:function(){null==A||A(null==H?void 0:H.domain_name)},type:Y})||(0,o.createElement)(v.Z,{type:Y}))):(0,o.createElement)(a.Fragment,{key:e},$&&(0,o.createElement)(N,null,__("Professional domains","full-site-editing")),(0,o.createElement)(C,{key:e,groupItems:$},!J&&(null==Ee?void 0:Ee.map((function(e,t){var n,r=null!=H&&H.domain_name?t+1:t,i=1===r,a=null===(n=we[null==e?void 0:e.domain_name])||void 0===n?void 0:n.status,c=!a||(null===w.vn||void 0===w.vn?void 0:w.vn.indexOf(a))>-1;return(0,o.createElement)(h.ZP,{ref:function(e){Ae.current[r]=e},key:e.domain_name,isUnavailable:!c,domain:e.domain_name,cost:e.cost,isLoading:(null==B?void 0:B.domain_name)===e.domain_name&&V,hstsRequired:e.hsts_required,isFree:e.is_free,isRecommended:i,railcarId:Ne?"".concat(Ne).concat(r):void 0,onRender:function(){return Oe(e.domain_name,"".concat(Ne).concat(r),r,i)},onSelect:function(){x(e)},selected:(null==B?void 0:B.domain_name)===e.domain_name,type:Y})})))||(0,u.times)(De,(function(e){return(0,o.createElement)(v.Z,{type:Y,key:e})})),te&&!!Ee&&(0,o.createElement)(y.Z,{onClick:te})))}))),!oe&&T<I&&(null==ve?void 0:ve.length)&&(null==ve?void 0:ve.length)>T&&(0,o.createElement)("div",{className:"domain-picker__show-more"},(0,o.createElement)(l.Button,{onClick:function(){return ae(!0)},isLink:!0},__("View more results","full-site-editing"))))),ke&&!J&&(0,o.createElement)("div",{className:"domain-picker__empty-state"},(0,o.createElement)("p",{className:"domain-picker__empty-state--text"},__("A domain name is the site address people type in their browser to visit your site.","full-site-editing")),(0,o.createElement)("div",null,(0,o.createElement)(P.q,null))))}},7226:function(e,t,n){"use strict";var r=n(3027),i=(n(3804),n(2779)),o=n.n(i);t.Z=function(e){var t=e.type;return(0,r.createElement)("div",{className:o()("domain-picker__suggestion-item placeholder","type-".concat(t))},(0,r.createElement)("div",{className:"domain-picker__suggestion-item-name placeholder"}),(0,r.createElement)("div",{className:"domain-picker__price placeholder"}))}},5179:function(e,t,n){"use strict";var r=n(8527),i=n.n(r),o=n(2220),a=n.n(o),c=n(3027),s=n(3804),u=s.forwardRef((function(e,t){var n=e.type,r=e.disabled,o=a()(e,["type","disabled"]);return"button"===n?(0,c.createElement)("div",o):(0,c.createElement)("button",i()({ref:t,disabled:r},o))}));t.Z=u},947:function(e,t,n){"use strict";n.d(t,{tr:function(){return _},En:function(){return E}});var r=n(8527),i=n.n(r),o=n(1068),a=n.n(o),c=n(3027),s=n(3804),u=n(2779),l=n.n(u),d=n(9215),f=n(849),p=n(6115),m=n(7498),g=n(7997),h=n(1417),v=n(3163),y=n(1749),b=n(5179),_="radio",E="button",S="individual-item",w=function(e){var t=e.isUnavailable,n=e.domain,r=e.isLoading,i=e.cost,o=e.railcarId,u=e.hstsRequired,w=void 0!==u&&u,P=e.isFree,C=void 0!==P&&P,N=e.isExistingSubdomain,x=void 0!==N&&N,A=e.isRecommended,O=void 0!==A&&A,T=e.onSelect,L=e.onRender,I=e.selected,k=e.type,D=void 0===k?_:k,F=e.buttonRef,R=(0,d.QT)(),__=R.__,Z=R.hasTranslation,j=(0,f.bU)(),M=(0,m.Iu)(),U=!(0,h.useViewportMatch)("small",">="),B=n.indexOf("."),V=n.slice(0,B),H=n.slice(B),z=s.useState(),$=a()(z,2),W=$[0],G=$[1],q=s.useState(),Y=a()(q,2),K=Y[0],Q=Y[1],J=__("Default","full-site-editing"),X=__("Free","full-site-editing"),ee=D===S?J:X,te=__("Included with annual plans","full-site-editing"),ne=__("Included in annual plans","full-site-editing"),re="en"===j||null!=Z&&Z("Included in annual plans")?ne:te,ie=__("<strong>First year included</strong> in paid plans","full-site-editing"),oe=__("<strong>First year included</strong> in annual plans","full-site-editing"),ae="en"===j||null!=Z&&Z("<strong>First year included</strong> in annual plans")?oe:ie,ce=U?re:(0,c.createInterpolateElement)(ae,{strong:(0,c.createElement)("strong",null)});s.useEffect((function(){n!==W&&K!==o&&o&&(L(),G(n),Q(o))}),[n,W,K,o,L]);var se=function(){K&&(0,p.Lo)({action:"domain_selected",railcarId:K}),T(n)},ue=__("Selected","full-site-editing"),le=__("Select","full-site-editing");return(0,c.createElement)(b.Z,{ref:F,type:D,key:V,className:l()("domain-picker__suggestion-item",{"is-free":C,"is-selected":I,"is-unavailable":t},"type-".concat(D)),onClick:"button"!==D?se:void 0,disabled:t},D===_&&(r?(0,c.createElement)(g.Spinner,null):(0,c.createElement)("span",{className:l()("domain-picker__suggestion-radio-circle",{"is-checked":I,"is-unavailable":t})})),(0,c.createElement)("div",{className:"domain-picker__suggestion-item-name"},(0,c.createElement)("div",{className:"domain-picker__suggestion-item-name-inner"},(0,c.createElement)("span",{className:l()("domain-picker__domain-wrapper",{"with-margin":!w})},(0,c.createElement)("span",{className:"domain-picker__domain-sub-domain"},V),(0,c.createElement)("span",{className:"domain-picker__domain-tld"},H)),O&&!t&&(0,c.createElement)("div",{className:"domain-picker__badge is-recommended"},__("Recommended","full-site-editing")),w&&(0,c.createElement)(y.Z,{position:U?"bottom center":"middle right",noArrow:!1,className:"domain-picker__info-tooltip"},(0,c.createInterpolateElement)(__("All domains ending with <tld /> require an SSL certificate to host a website. When you host this domain at WordPress.com an SSL certificate is included. <learn_more_link>Learn more</learn_more_link>","full-site-editing"),{tld:(0,c.createElement)("b",null,H),learn_more_link:(0,c.createElement)("a",{target:"_blank",rel:"noreferrer",href:M("https://wordpress.com/support/https-ssl")})}))),x&&D!==S&&(0,c.createElement)("div",{className:"domain-picker__change-subdomain-tip"},__("You can change your free subdomain later under Domain Settings.","full-site-editing"))),(0,c.createElement)("div",{className:l()("domain-picker__price",{"is-paid":!C})},t&&__("Unavailable","full-site-editing"),C&&!t&&ee,!C&&!t&&(0,c.createElement)(c.Fragment,null,(0,c.createElement)("span",{className:"domain-picker__price-cost"},(0,v.sprintf)(__("%s/year","full-site-editing"),i)),(0,c.createElement)("span",{className:"domain-picker__price-inclusive"}," ",ce," "),(0,c.createElement)("span",{className:"domain-picker__price-renewal"},(0,v.sprintf)(__("Renews at: %s /year","full-site-editing"),i)))),D===E&&(r?(0,c.createElement)(g.Spinner,null):(0,c.createElement)("div",{className:"domain-picker__action"},(0,c.createElement)(g.Button,{ref:F,isSecondary:!0,className:l()("domain-picker__suggestion-select-button",{"is-selected":I&&!t}),disabled:t,onClick:se},I&&!t?ue:le))))};t.ZP=s.forwardRef((function(e,t){return(0,c.createElement)(w,i()({},e,{buttonRef:t}))}))},4531:function(e,t,n){"use strict";var r=n(3027),i=(n(3804),n(9211)),o=n(9215),a=n(5179);t.Z=function(e){var t=e.onClick,n=(0,o.QT)(),__=n.__,_x=n._x;return(0,r.createElement)(a.Z,{type:"button",className:"domain-picker__suggestion-item type-link",onClick:t},(0,r.createElement)("div",{className:"domain-picker__suggestion-item-name"},(0,r.createElement)("span",{className:"domain-picker__domain-wrapper with-margin with-bold-text"},__("Already own a domain?","full-site-editing")),(0,r.createElement)("div",null,(0,r.createElement)("span",{className:"domain-picker__item-tip"},_x("You can use it as your site's address.","Upgrades: Register domain description","full-site-editing")))),(0,r.createElement)(i.b4,{arrow:"right",onClick:t},_x("Use a domain I own","Domain transfer or mapping suggestion button","full-site-editing")))}},1071:function(e,t,n){"use strict";n.d(t,{P:function(){return o}});var r=n(5707),i=n(3300);function o(){return(0,r.useSelect)((function(e){return e(i.GN).getDomainAvailabilities()}),[])}},5241:function(e,t,n){"use strict";n.d(t,{O:function(){return l}});var r=n(417),i=n.n(r),o=n(1068),a=n.n(o),c=n(5707),s=n(7127),u=n(3300);function l(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2?arguments[2]:void 0,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"en",o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{},l=(0,s.Z)(e,u.dP),d=a()(l,1),f=d[0],p=(0,c.useDispatch)(u.GN),m=p.invalidateResolutionForStoreSelector;return(0,c.useSelect)((function(e){if(f&&!(f.length<u.F9)){var a=e(u.GN),c=a.getDomainSuggestions,s=a.getDomainState,l=a.getDomainErrorMessage;return{allDomainSuggestions:c(f,i()({include_wordpressdotcom:!0,include_dotblogsubdomain:!1,quantity:t+1,locale:r,category_slug:n},o)),state:s(),errorMessage:l(),retryRequest:function(){m("__internalGetDomainSuggestions")}}}}),[f,n,t])}},1045:function(e,t,n){"use strict";n.d(t,{$:function(){return s}});var r=n(5182),i=n.n(r),o=n(1068),a=n.n(o),c=n(3804);function s(e,t,n){var r=c.useState(),o=a()(r,2),s=o[0],u=o[1],l=t&&Array.isArray(e)?[t].concat(i()(e)):e;if(c.useEffect((function(){var e=null==l?void 0:l.some((function(e){return e.domain_name===(null==n?void 0:n.domain_name)}));null!=l&&l.length&&!e&&u(n)}),[n,l]),!(null==l?void 0:l.some((function(e){return(null==e?void 0:e.domain_name)===(null==s?void 0:s.domain_name)}))))return s}},1749:function(e,t,n){"use strict";var r=n(1068),i=n.n(r),o=n(3027),a=n(3804),c=n(2779),s=n.n(c),u=n(7997),l=n(5614);n(6528);t.Z=function(e){var t=e.children,n=e.className,r=e.id,c=e.position,d=void 0===c?"bottom center":c,f=e.noArrow,p=void 0===f||f,m=(0,a.useState)(!1),g=i()(m,2),h=g[0],v=g[1];return(0,o.createElement)((function(e){return(0,o.createElement)(u.Button,e)}),{icon:l.Z,onClick:function(e){v(!h),e.stopPropagation()},className:"info-tooltip","data-testid":"info-tooltip"},h&&(0,o.createElement)(u.Popover,{id:r,className:s()("info-tooltip__content",n),onClose:function(){v(!1)},position:d,noArrow:p},t))}},7356:function(e,t,n){"use strict";function r(e){if(e)return{domain_name:e,relevance:1,supports_privacy:!0,vendor:"",cost:"",product_id:0,product_slug:"",raw_price:0,currency_code:""}}function i(e){return void 0!==e.normalize&&!!e.normalize("NFD").replace(/[\u0300-\u036f]/g,"").match(/[a-z0-9-.\s]/i)}n.d(t,{n:function(){return r},Q:function(){return i}})},3759:function(e,t,n){"use strict";n.d(t,{X:function(){return i}});var r={AED:{symbol:"د.إ.‏",grouping:",",decimal:".",precision:2},AFN:{symbol:"؋",grouping:",",decimal:".",precision:2},ALL:{symbol:"Lek",grouping:".",decimal:",",precision:2},AMD:{symbol:"֏",grouping:",",decimal:".",precision:2},ANG:{symbol:"ƒ",grouping:",",decimal:".",precision:2},AOA:{symbol:"Kz",grouping:",",decimal:".",precision:2},ARS:{symbol:"$",grouping:".",decimal:",",precision:2},AUD:{symbol:"A$",grouping:",",decimal:".",precision:2},AWG:{symbol:"ƒ",grouping:",",decimal:".",precision:2},AZN:{symbol:"₼",grouping:" ",decimal:",",precision:2},BAM:{symbol:"КМ",grouping:".",decimal:",",precision:2},BBD:{symbol:"Bds$",grouping:",",decimal:".",precision:2},BDT:{symbol:"৳",grouping:",",decimal:".",precision:0},BGN:{symbol:"лв.",grouping:" ",decimal:",",precision:2},BHD:{symbol:"د.ب.‏",grouping:",",decimal:".",precision:3},BIF:{symbol:"FBu",grouping:",",decimal:".",precision:0},BMD:{symbol:"$",grouping:",",decimal:".",precision:2},BND:{symbol:"$",grouping:".",decimal:",",precision:0},BOB:{symbol:"Bs",grouping:".",decimal:",",precision:2},BRL:{symbol:"R$",grouping:".",decimal:",",precision:2},BSD:{symbol:"$",grouping:",",decimal:".",precision:2},BTC:{symbol:"Ƀ",grouping:",",decimal:".",precision:2},BTN:{symbol:"Nu.",grouping:",",decimal:".",precision:1},BWP:{symbol:"P",grouping:",",decimal:".",precision:2},BYR:{symbol:"р.",grouping:" ",decimal:",",precision:2},BZD:{symbol:"BZ$",grouping:",",decimal:".",precision:2},CAD:{symbol:"C$",grouping:",",decimal:".",precision:2},CDF:{symbol:"FC",grouping:",",decimal:".",precision:2},CHF:{symbol:"CHF",grouping:"'",decimal:".",precision:2},CLP:{symbol:"$",grouping:".",decimal:",",precision:2},CNY:{symbol:"¥",grouping:",",decimal:".",precision:2},COP:{symbol:"$",grouping:".",decimal:",",precision:2},CRC:{symbol:"₡",grouping:".",decimal:",",precision:2},CUC:{symbol:"CUC",grouping:",",decimal:".",precision:2},CUP:{symbol:"$MN",grouping:",",decimal:".",precision:2},CVE:{symbol:"$",grouping:",",decimal:".",precision:2},CZK:{symbol:"Kč",grouping:" ",decimal:",",precision:2},DJF:{symbol:"Fdj",grouping:",",decimal:".",precision:0},DKK:{symbol:"kr.",grouping:"",decimal:",",precision:2},DOP:{symbol:"RD$",grouping:",",decimal:".",precision:2},DZD:{symbol:"د.ج.‏",grouping:",",decimal:".",precision:2},EGP:{symbol:"ج.م.‏",grouping:",",decimal:".",precision:2},ERN:{symbol:"Nfk",grouping:",",decimal:".",precision:2},ETB:{symbol:"ETB",grouping:",",decimal:".",precision:2},EUR:{symbol:"€",grouping:".",decimal:",",precision:2},FJD:{symbol:"FJ$",grouping:",",decimal:".",precision:2},FKP:{symbol:"£",grouping:",",decimal:".",precision:2},GBP:{symbol:"£",grouping:",",decimal:".",precision:2},GEL:{symbol:"Lari",grouping:" ",decimal:",",precision:2},GHS:{symbol:"₵",grouping:",",decimal:".",precision:2},GIP:{symbol:"£",grouping:",",decimal:".",precision:2},GMD:{symbol:"D",grouping:",",decimal:".",precision:2},GNF:{symbol:"FG",grouping:",",decimal:".",precision:0},GTQ:{symbol:"Q",grouping:",",decimal:".",precision:2},GYD:{symbol:"G$",grouping:",",decimal:".",precision:2},HKD:{symbol:"HK$",grouping:",",decimal:".",precision:2},HNL:{symbol:"L.",grouping:",",decimal:".",precision:2},HRK:{symbol:"kn",grouping:".",decimal:",",precision:2},HTG:{symbol:"G",grouping:",",decimal:".",precision:2},HUF:{symbol:"Ft",grouping:".",decimal:",",precision:0},IDR:{symbol:"Rp",grouping:".",decimal:",",precision:0},ILS:{symbol:"₪",grouping:",",decimal:".",precision:2},INR:{symbol:"₹",grouping:",",decimal:".",precision:2},IQD:{symbol:"د.ع.‏",grouping:",",decimal:".",precision:2},IRR:{symbol:"﷼",grouping:",",decimal:"/",precision:2},ISK:{symbol:"kr.",grouping:".",decimal:",",precision:0},JMD:{symbol:"J$",grouping:",",decimal:".",precision:2},JOD:{symbol:"د.ا.‏",grouping:",",decimal:".",precision:3},JPY:{symbol:"¥",grouping:",",decimal:".",precision:0},KES:{symbol:"S",grouping:",",decimal:".",precision:2},KGS:{symbol:"сом",grouping:" ",decimal:"-",precision:2},KHR:{symbol:"៛",grouping:",",decimal:".",precision:0},KMF:{symbol:"CF",grouping:",",decimal:".",precision:2},KPW:{symbol:"₩",grouping:",",decimal:".",precision:0},KRW:{symbol:"₩",grouping:",",decimal:".",precision:0},KWD:{symbol:"د.ك.‏",grouping:",",decimal:".",precision:3},KYD:{symbol:"$",grouping:",",decimal:".",precision:2},KZT:{symbol:"₸",grouping:" ",decimal:"-",precision:2},LAK:{symbol:"₭",grouping:",",decimal:".",precision:0},LBP:{symbol:"ل.ل.‏",grouping:",",decimal:".",precision:2},LKR:{symbol:"₨",grouping:",",decimal:".",precision:0},LRD:{symbol:"L$",grouping:",",decimal:".",precision:2},LSL:{symbol:"M",grouping:",",decimal:".",precision:2},LYD:{symbol:"د.ل.‏",grouping:",",decimal:".",precision:3},MAD:{symbol:"د.م.‏",grouping:",",decimal:".",precision:2},MDL:{symbol:"lei",grouping:",",decimal:".",precision:2},MGA:{symbol:"Ar",grouping:",",decimal:".",precision:0},MKD:{symbol:"ден.",grouping:".",decimal:",",precision:2},MMK:{symbol:"K",grouping:",",decimal:".",precision:2},MNT:{symbol:"₮",grouping:" ",decimal:",",precision:2},MOP:{symbol:"MOP$",grouping:",",decimal:".",precision:2},MRO:{symbol:"UM",grouping:",",decimal:".",precision:2},MTL:{symbol:"₤",grouping:",",decimal:".",precision:2},MUR:{symbol:"₨",grouping:",",decimal:".",precision:2},MVR:{symbol:"MVR",grouping:",",decimal:".",precision:1},MWK:{symbol:"MK",grouping:",",decimal:".",precision:2},MXN:{symbol:"MX$",grouping:",",decimal:".",precision:2},MYR:{symbol:"RM",grouping:",",decimal:".",precision:2},MZN:{symbol:"MT",grouping:",",decimal:".",precision:0},NAD:{symbol:"N$",grouping:",",decimal:".",precision:2},NGN:{symbol:"₦",grouping:",",decimal:".",precision:2},NIO:{symbol:"C$",grouping:",",decimal:".",precision:2},NOK:{symbol:"kr",grouping:" ",decimal:",",precision:2},NPR:{symbol:"₨",grouping:",",decimal:".",precision:2},NZD:{symbol:"NZ$",grouping:",",decimal:".",precision:2},OMR:{symbol:"﷼",grouping:",",decimal:".",precision:3},PAB:{symbol:"B/.",grouping:",",decimal:".",precision:2},PEN:{symbol:"S/.",grouping:",",decimal:".",precision:2},PGK:{symbol:"K",grouping:",",decimal:".",precision:2},PHP:{symbol:"₱",grouping:",",decimal:".",precision:2},PKR:{symbol:"₨",grouping:",",decimal:".",precision:2},PLN:{symbol:"zł",grouping:" ",decimal:",",precision:2},PYG:{symbol:"₲",grouping:".",decimal:",",precision:2},QAR:{symbol:"﷼",grouping:",",decimal:".",precision:2},RON:{symbol:"lei",grouping:".",decimal:",",precision:2},RSD:{symbol:"Дин.",grouping:".",decimal:",",precision:2},RUB:{symbol:"₽",grouping:" ",decimal:",",precision:2},RWF:{symbol:"RWF",grouping:" ",decimal:",",precision:2},SAR:{symbol:"﷼",grouping:",",decimal:".",precision:2},SBD:{symbol:"S$",grouping:",",decimal:".",precision:2},SCR:{symbol:"₨",grouping:",",decimal:".",precision:2},SDD:{symbol:"LSd",grouping:",",decimal:".",precision:2},SDG:{symbol:"£‏",grouping:",",decimal:".",precision:2},SEK:{symbol:"kr",grouping:",",decimal:".",precision:2},SGD:{symbol:"S$",grouping:",",decimal:".",precision:2},SHP:{symbol:"£",grouping:",",decimal:".",precision:2},SLL:{symbol:"Le",grouping:",",decimal:".",precision:2},SOS:{symbol:"S",grouping:",",decimal:".",precision:2},SRD:{symbol:"$",grouping:",",decimal:".",precision:2},STD:{symbol:"Db",grouping:",",decimal:".",precision:2},SVC:{symbol:"₡",grouping:",",decimal:".",precision:2},SYP:{symbol:"£",grouping:",",decimal:".",precision:2},SZL:{symbol:"E",grouping:",",decimal:".",precision:2},THB:{symbol:"฿",grouping:",",decimal:".",precision:2},TJS:{symbol:"TJS",grouping:" ",decimal:";",precision:2},TMT:{symbol:"m",grouping:" ",decimal:",",precision:0},TND:{symbol:"د.ت.‏",grouping:",",decimal:".",precision:3},TOP:{symbol:"T$",grouping:",",decimal:".",precision:2},TRY:{symbol:"TL",grouping:".",decimal:",",precision:2},TTD:{symbol:"TT$",grouping:",",decimal:".",precision:2},TVD:{symbol:"$T",grouping:",",decimal:".",precision:2},TWD:{symbol:"NT$",grouping:",",decimal:".",precision:2},TZS:{symbol:"TSh",grouping:",",decimal:".",precision:2},UAH:{symbol:"₴",grouping:" ",decimal:",",precision:2},UGX:{symbol:"USh",grouping:",",decimal:".",precision:2},USD:{symbol:"$",grouping:",",decimal:".",precision:2},UYU:{symbol:"$U",grouping:".",decimal:",",precision:2},UZS:{symbol:"сўм",grouping:" ",decimal:",",precision:2},VEB:{symbol:"Bs.",grouping:",",decimal:".",precision:2},VEF:{symbol:"Bs. F.",grouping:".",decimal:",",precision:2},VND:{symbol:"₫",grouping:".",decimal:",",precision:1},VUV:{symbol:"VT",grouping:",",decimal:".",precision:0},WST:{symbol:"WS$",grouping:",",decimal:".",precision:2},XAF:{symbol:"F",grouping:",",decimal:".",precision:2},XCD:{symbol:"$",grouping:",",decimal:".",precision:2},XOF:{symbol:"F",grouping:" ",decimal:",",precision:2},XPF:{symbol:"F",grouping:",",decimal:".",precision:2},YER:{symbol:"﷼",grouping:",",decimal:".",precision:2},ZAR:{symbol:"R",grouping:" ",decimal:",",precision:2},ZMW:{symbol:"ZK",grouping:",",decimal:".",precision:2},WON:{symbol:"₩",grouping:",",decimal:".",precision:2}};function i(e){return r[e]||{symbol:"$",grouping:",",decimal:".",precision:2}}},1621:function(e,t,n){"use strict";n.d(t,{ZP:function(){return c}});var r=n(417),i=n.n(r),o=n(1481),a=n(3759);function c(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=(0,a.X)(t);if(!r||isNaN(e))return null;var c=i()(i()({},r),n),u=c.decimal,l=c.grouping,d=c.precision,f=c.symbol,p=e<0?"-":"",m=(0,o.Y4)(Math.abs(e),{decimals:d,thousandsSep:l,decPoint:u});return n.stripZeros&&(m=s(m,u)),"".concat(p).concat(f).concat(m)}function s(e,t){var n=new RegExp("\\".concat(t,"0+$"));return e.replace(n,"")}},914:function(e,t,n){"use strict";var r=n(5182),i=n.n(r),o=n(1260),a=n.n(o),c=n(8049),s=n.n(c),u=n(7010),l=n(9830),d=n(7839),f=n.n(d),p=n(5079),m=n.n(p),g=n(382),h=n(6668),v=n(3),y=s()("i18n-calypso"),b="number_format_decimals",_="number_format_thousands_sep",E="messages",S=[function(e){return e}],w={};function P(){O.throwErrors&&"undefined"!=typeof window&&window.console&&window.console.warn&&window.console.warn.apply(window.console,arguments)}function C(e){return Array.prototype.slice.call(e)}function N(e){var t=e[0];("string"!=typeof t||e.length>3||e.length>2&&"object"==typeof e[1]&&"object"==typeof e[2])&&P("Deprecated Invocation: `translate()` accepts ( string, [string], [object] ). These arguments passed:",C(e),". See https://github.com/Automattic/i18n-calypso#translate-method"),2===e.length&&"string"==typeof t&&"string"==typeof e[1]&&P("Invalid Invocation: `translate()` requires an options object for plural translations, but passed:",C(e));for(var n={},r=0;r<e.length;r++)"object"==typeof e[r]&&(n=e[r]);if("string"==typeof t?n.original=t:"object"==typeof n.original&&(n.plural=n.original.plural,n.count=n.original.count,n.original=n.original.single),"string"==typeof e[1]&&(n.plural=e[1]),void 0===n.original)throw new Error("Translate called without a `string` value as first argument.");return n}function x(e,t){return e.dcnpgettext(E,t.context,t.original,t.plural,t.count)}function A(e,t){for(var n=S.length-1;n>=0;n--){var r=S[n](Object.assign({},t)),i=r.context?r.context+""+r.original:r.original;if(e.state.locale[i])return x(e.state.tannin,r)}return null}function O(){if(!(this instanceof O))return new O;this.defaultLocaleSlug="en",this.defaultPluralForms=function(e){return 1===e?0:1},this.state={numberFormatSettings:{},tannin:void 0,locale:void 0,localeSlug:void 0,localeVariant:void 0,textDirection:void 0,translations:f()({max:100})},this.componentUpdateHooks=[],this.translateHooks=[],this.stateObserver=new g.EventEmitter,this.stateObserver.setMaxListeners(0),this.configure()}O.throwErrors=!1,O.prototype.on=function(){var e;(e=this.stateObserver).on.apply(e,arguments)},O.prototype.off=function(){var e;(e=this.stateObserver).off.apply(e,arguments)},O.prototype.emit=function(){var e;(e=this.stateObserver).emit.apply(e,arguments)},O.prototype.numberFormat=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n="number"==typeof t?t:t.decimals||0,r=t.decPoint||this.state.numberFormatSettings.decimal_point||".",i=t.thousandsSep||this.state.numberFormatSettings.thousands_sep||",";return(0,v.Z)(e,n,r,i)},O.prototype.configure=function(e){Object.assign(this,e||{}),this.setLocale()},O.prototype.setLocale=function(e){var t,n,r;if(e&&e[""]&&e[""]["key-hash"]){var i=e[""]["key-hash"],o=function(e,t){var n=!1===t?"":String(t);if(void 0!==w[n+e])return w[n+e];var r=m()().update(e).digest("hex");return w[n+e]=t?r.substr(0,t):r},c=function(e){return function(t){return t.context?(t.original=o(t.context+String.fromCharCode(4)+t.original,e),delete t.context):t.original=o(t.original,e),t}};if("sha1"===i.substr(0,4))if(4===i.length)S.push(c(!1));else{var s=i.substr(5).indexOf("-");if(s<0){var u=Number(i.substr(5));S.push(c(u))}else for(var d=Number(i.substr(5,s)),f=Number(i.substr(6+s)),p=d;p<=f;p++)S.push(c(p))}}if(e&&e[""].localeSlug)if(e[""].localeSlug===this.state.localeSlug){if(e===this.state.locale)return;Object.assign(this.state.locale,e)}else this.state.locale=Object.assign({},e);else this.state.locale={"":{localeSlug:this.defaultLocaleSlug,plural_forms:this.defaultPluralForms}};this.state.localeSlug=this.state.locale[""].localeSlug,this.state.localeVariant=this.state.locale[""].localeVariant,this.state.textDirection=(null===(t=this.state.locale["text directionltr"])||void 0===t?void 0:t[0])||(null===(n=this.state.locale[""])||void 0===n||null===(r=n.momentjs_locale)||void 0===r?void 0:r.textDirection),this.state.tannin=new l.Z(a()({},E,this.state.locale)),this.state.numberFormatSettings.decimal_point=x(this.state.tannin,N([b])),this.state.numberFormatSettings.thousands_sep=x(this.state.tannin,N([_])),this.state.numberFormatSettings.decimal_point===b&&(this.state.numberFormatSettings.decimal_point="."),this.state.numberFormatSettings.thousands_sep===_&&(this.state.numberFormatSettings.thousands_sep=","),this.stateObserver.emit("change")},O.prototype.getLocale=function(){return this.state.locale},O.prototype.getLocaleSlug=function(){return this.state.localeSlug},O.prototype.getLocaleVariant=function(){return this.state.localeVariant},O.prototype.isRtl=function(){return"rtl"===this.state.textDirection},O.prototype.addTranslations=function(e){for(var t in e)""!==t&&(this.state.tannin.data.messages[t]=e[t]);this.stateObserver.emit("change")},O.prototype.hasTranslation=function(){return!!A(this,N(arguments))},O.prototype.translate=function(){var e=N(arguments),t=A(this,e);if(t||(t=x(this.state.tannin,e)),e.args){var n=Array.isArray(e.args)?e.args.slice(0):[e.args];n.unshift(t);try{t=h.Z.apply(void 0,i()(n))}catch(o){if(!window||!window.console)return;var r=this.throwErrors?"error":"warn";"string"!=typeof o?window.console[r](o):window.console[r]("i18n sprintf error:",n)}}return e.components&&(t=(0,u.Z)({mixedString:t,components:e.components,throwErrors:this.throwErrors})),this.translateHooks.forEach((function(n){t=n(t,e)})),t},O.prototype.reRenderTranslations=function(){y("Re-rendering all translations due to external request"),this.stateObserver.emit("change")},O.prototype.registerComponentUpdateHook=function(e){this.componentUpdateHooks.push(e)},O.prototype.registerTranslateHook=function(e){this.translateHooks.push(e)},t.Z=O},1481:function(e,t,n){"use strict";n.d(t,{Y4:function(){return s},Iu:function(){return u}});var r=n(914),i=n(3493),o=n(975),a=n(8373),c=new r.Z,s=c.numberFormat.bind(c),u=c.translate.bind(c),l=(c.configure.bind(c),c.setLocale.bind(c),c.getLocale.bind(c),c.getLocaleSlug.bind(c),c.getLocaleVariant.bind(c),c.isRtl.bind(c),c.addTranslations.bind(c),c.reRenderTranslations.bind(c),c.registerComponentUpdateHook.bind(c),c.registerTranslateHook.bind(c),c.state,c.stateObserver,c.on.bind(c),c.off.bind(c),c.emit.bind(c),(0,i.Z)(c),(0,o.Z)(c),(0,a.Z)(c));l.useRtl,l.withRtl},3493:function(e,t,n){"use strict";n.d(t,{Z:function(){return _}});var r=n(417),i=n.n(r),o=n(85),a=n.n(o),c=n(5198),s=n.n(c),u=n(8111),l=n.n(u),d=n(270),f=n.n(d),p=n(4564),m=n.n(p),g=n(1260),h=n.n(g),v=n(3027),y=n(3804),b=n.n(y);function _(e){var t={numberFormat:e.numberFormat.bind(e),translate:e.translate.bind(e)};return function(n){var r,o,c=n.displayName||n.name||"";return o=r=function(r){f()(c,r);var o=m()(c);function c(){var e;a()(this,c);for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return e=o.call.apply(o,[this].concat(n)),h()(l()(e),"boundForceUpdate",e.forceUpdate.bind(l()(e))),e}return s()(c,[{key:"componentDidMount",value:function(){e.on("change",this.boundForceUpdate)}},{key:"componentWillUnmount",value:function(){e.off("change",this.boundForceUpdate)}},{key:"render",value:function(){var r=i()(i()({locale:e.getLocaleSlug()},this.props),t);return(0,v.createElement)(n,r)}}]),c}(b().Component),h()(r,"displayName","Localized("+c+")"),o}}},3:function(e,t,n){"use strict";function r(e,t,n,r){e=(e+"").replace(/[^0-9+\-Ee.]/g,"");var i=isFinite(+e)?+e:0,o=isFinite(+t)?Math.abs(t):0,a=void 0===r?",":r,c=void 0===n?".":n,s="";return(s=(o?
20
  /*
21
  * Exposes number format capability
22
  *
24
  * @license See CREDITS.md
25
  * @see https://github.com/kvz/phpjs/blob/ffe1356af23a6f2512c84c954dd4e828e92579fa/functions/strings/number_format.js
26
  */
27
+ function(e,t){var n=Math.pow(10,t);return""+(Math.round(e*n)/n).toFixed(t)}(i,o):""+Math.round(i)).split("."))[0].length>3&&(s[0]=s[0].replace(/\B(?=(?:\d{3})+(?!\d))/g,a)),(s[1]||"").length<o&&(s[1]=s[1]||"",s[1]+=new Array(o-s[1].length+1).join("0")),s.join(c)}n.d(t,{Z:function(){return r}})},8373:function(e,t,n){"use strict";n.d(t,{Z:function(){return u}});var r=n(8527),i=n.n(r),o=n(3027),a=n(3804),c=n(6718),s=n(1417);function u(e){var t={getCurrentValue:function(){return e.isRtl()},subscribe:function(t){return e.on("change",t),function(){return e.off("change",t)}}};function n(){return(0,c.useSubscription)(t)}var r=(0,s.createHigherOrderComponent)((function(e){return(0,a.forwardRef)((function(t,r){var a=n();return(0,o.createElement)(e,i()({},t,{isRtl:a,ref:r}))}))}),"WithRTL");return{useRtl:n,withRtl:r}}},975:function(e,t,n){"use strict";n.d(t,{Z:function(){return c}});var r=n(1068),i=n.n(r),o=n(3804),a=n.n(o);function c(e){function t(){var t=e.translate.bind(e);return Object.defineProperty(t,"localeSlug",{get:e.getLocaleSlug.bind(e)}),t}return function(){var n=a().useState(t),r=i()(n,2),o=r[0],c=r[1];return a().useEffect((function(){var n=function(){return c(t)};return e.on("change",n),function(){return e.off("change",n)}}),[]),o}}},849:function(e,t,n){"use strict";n.d(t,{Iw:function(){return u},bU:function(){return l}});var r=n(8527),i=n.n(r),o=n(3027),a=n(3804),c=n(1417),s=(0,a.createContext)("en"),u=function(e){var t=e.children,n=e.localeSlug;return(0,o.createElement)(s.Provider,{value:n},t)};function l(){return(0,a.useContext)(s)}(0,c.createHigherOrderComponent)((function(e){return function(t){var n=l();return(0,o.createElement)(e,i()({locale:n},t))}}),"withLocale")},4655:function(e,t,n){"use strict";n.d(t,{GG:function(){return r},iT:function(){return i},xn:function(){return o},Xb:function(){return a},xN:function(){return c},hI:function(){return s},mL:function(){return u},vS:function(){return l},_r:function(){return d}});var r=["en","ja","es","pt","fr","pt-br"],i=["en","fr","de"],o=["en","fr","de"],a={"pt-br":"br",br:"bre",zh:"zh-cn","zh-hk":"zh-tw","zh-sg":"zh-cn",kr:"ko"},c=["en","en-gb"],s=["ar","de","en","es","fr","he","id","it","ja","ko","nl","pt-br","ru","sv","tr","zh-cn","zh-tw"],u=["ar","de","el","en","es","fa","fi","fr","id","it","ja","nl","pt","pt-br","ru","sv","th","tl","tr"],l=["es","pt-br","de","fr","he","ja","it","nl","ru","tr","id","zh-cn","zh-tw","ko","ar","sv"],d=["en","ar","de","es","fr","he","id","it","ja","ko","nl","pt-br","ro","ru","sv","tr","zh-cn","zh-tw"]},7498:function(e,t,n){"use strict";n.d(t,{Iu:function(){return h}});var r=n(8527),i=n.n(r),o=n(3027),a=n(3804),c=n(1417),s=n(849),u=n(4655),l="http://__domain__.invalid",d=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return function(n,r){return t.includes(r)&&"en"!==r&&n.pathname.substr(0,r.length+2)!=="/"+r+"/"&&(n.host="".concat(u.Xb[r]||r,".").concat(e)),n}},f=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return function(r,i){return r.host="wordpress.com","object"==typeof n&&n instanceof RegExp&&!n.test(r.pathname)&&(t=[]),r.pathname=e+r.pathname,t.includes(i)&&"en"!==i&&(r.pathname=i+r.pathname),r}},p=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;return function(n,r){return"object"==typeof t&&t instanceof RegExp&&!t.test(n.pathname)||e.includes(r)&&"en"!==r&&(n.pathname=r+n.pathname),n}},m={"wordpress.com/support/":p(u.hI),"wordpress.com/forums/":p(u.mL),"wordpress.com/blog/":p(u.GG,/^\/blog\/?$/),"wordpress.com/tos/":p(u.vS),"wordpress.com/wp-admin/":d("wordpress.com",u.vS),"wordpress.com/wp-login.php":d("wordpress.com",u.vS),"jetpack.com":d("jetpack.com",u._r),"en.support.wordpress.com":f("/support",u.hI),"en.blog.wordpress.com":f("/blog",u.GG,/^\/$/),"en.forums.wordpress.com":f("/forums",u.mL),"automattic.com/privacy/":p(u.iT),"automattic.com/cookies/":p(u.xn),"wordpress.com/help/contact/":function(e,t,n){return n?e:(e.pathname=e.pathname.replace(/\/help\//,"/support/"),p(u.hI)(e,t))},"wordpress.com":p(u.vS)};function g(e,t){var n,r=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];try{n=new URL(String(e),l)}catch(c){return e}if(n.origin===l)return e;n.protocol="https:",n.hostname="",n.pathname.endsWith(".php")||(n.pathname=(n.pathname+"/").replace(/\/+$/,"/"));var i=n.pathname.substr(0,1+n.pathname.indexOf("/",1));if("en.wordpress.com"===n.host&&(n.host="wordpress.com"),"/"+t+"/"===i)return n.href;for(var o=[n.host,n.host+i,n.host+n.pathname],a=o.length-1;a>=0;a--)if(o[a]in m)return m[o[a]](n,t,r).href;return e}function h(){var e=(0,s.bU)();return(0,a.useCallback)((function(t,n,r){return g(t,n||e,r)}),[e])}(0,c.createHigherOrderComponent)((function(e){return function(t){var n=h();return(0,o.createElement)(e,i()({localizeUrl:n},t))}}),"withLocalizeUrl")},7469:function(e,t,n){"use strict";n.d(t,{s:function(){return r}});var r="focused-launch"},6357:function(e,t,n){"use strict";var r=n(417),i=n.n(r),o=n(3804),a=n(791),c=function(e){window.location.href=e},s=o.createContext({siteId:0,redirectTo:c,getCurrentLaunchFlowUrl:function(){return window.location.href},openCheckout:function(e,t){c((0,a.addQueryArgs)("/checkout/".concat(e),i()({preLaunch:1},!t&&{redirect_to:"/home/".concat(e)})))},flow:"launch",isInIframe:!1});t.Z=s},1918:function(e,t,n){"use strict";var r=n(3027),i=n(3804),o=n(7267),a=n(7047),c=n(7356),s=n(947),u=n(5915),l=n(6115),d=n(849),f=n(9215),p=n(5144),m=n(6956),g=n(780),h=n(7469),v=n(1319),y=n(6357),b=(n(3440),"domain_step");t.Z=function(){var e=i.useContext(y.Z),t=e.getCurrentLaunchFlowUrl,n=e.redirectTo,_=(0,f.QT)(),__=_.__,E=_.hasTranslation,S=(0,d.bU)(),w=(0,p.j)().siteSubdomain,P=(0,m.f)(),C=P.domainSearch,N=P.setDomainSearch,x=(0,g.my)(),A=x.onDomainSelect,O=x.onExistingSubdomainSelect,T=x.currentDomain,L=(0,o.k6)(),I=function(){L.goBack()},k=t(),D=__("Free for the first year with any paid plan.","full-site-editing"),F=__("Free for the first year with any annual plan.","full-site-editing"),R="en"===S||null!=E&&E("Free for the first year with any annual plan.")?F:D;return(0,r.createElement)("div",{className:"focused-launch-container"},(0,r.createElement)("div",{className:"focused-launch-details__back-button-wrapper"},(0,r.createElement)(v.Z,{onClick:I})),(0,r.createElement)("div",{className:"focused-launch-details__header"},(0,r.createElement)(u.b,null,__("Choose a domain","full-site-editing")),(0,r.createElement)(u.D,null,R)),(0,r.createElement)("div",{className:"focused-launch-details__body"},(0,r.createElement)(a.ZP,{initialDomainSearch:C,onSetDomainSearch:N,onDomainSearchBlur:function(e){(0,l.jN)("calypso_newsite_domain_search_blur",{flow:h.s,query:e,where:b})},currentDomain:T,existingSubdomain:(0,c.n)(null==w?void 0:w.domain),onDomainSelect:function(e){A(e),I()},onExistingSubdomainSelect:function(){O(),I()},analyticsFlowId:h.s,analyticsUiAlgo:b,segregateFreeAndPaid:!0,locale:S,itemType:s.En,onUseYourDomainClick:function(){var e="/start/new-launch/domains-launch/use-your-domain?siteSlug=".concat(null==w?void 0:w.domain,"&source=").concat(k);n(e)}})))}},1319:function(e,t,n){"use strict";var r=n(8527),i=n.n(r),o=n(2220),a=n.n(o),c=n(3027),s=(n(3804),n(3163)),u=n(5869),l=n(1100),d=n(2779),f=n.n(d),p=n(9211),__=(n(469),s.__);t.Z=function(e){var t=e.className,n=a()(e,["className"]);return(0,c.createElement)(p.xE,i()({},n,{className:f()("go-back-button__focused-launch",t)}),(0,c.createElement)(u.Z,{icon:l.Z}),__("Go back","full-site-editing"))}},1342:function(e,t,n){"use strict";var r=n(1068),i=n.n(r),o=n(3027),a=n(3804),c=n(7267),s=n(5707),u=n(737),l=n(3073),d=n(6321),f=n(3821),p=n(1918),m=n(1796),g=n(4195),h=n(1120),v=n(780),y=n(6698);n(111);t.Z=function(){var e=(0,l.W)(),t=e.hasPaidPlan,n=e.isSiteLaunched,r=e.isSiteLaunching,b=(0,s.useSelect)((function(e){var t=e(h.sC).getState().planProductId;return[e(h.sC).hasSelectedDomain(),t]})),_=i()(b,2),E=_[0],S=_[1],w=(0,v.cU)(),P=(0,s.useDispatch)(h.sC).setDomain;a.useEffect((function(){!E&&w&&P(w)}),[E,w,P]);var C=(0,y.eM)(),N=(0,s.useDispatch)(h.sC).setPlanProductId,x=a.useRef(!0);a.useEffect((function(){S&&(x.current=!1)}),[S]),a.useEffect((function(){!S&&C&&!t&&x.current&&N(C)}),[S,C,N,t,x]);var A=(0,s.useDispatch)(h.sC).unsetPlanProductId;return a.useEffect((function(){t&&A()}),[t,A]),(0,o.createElement)(c.VA,null,(0,o.createElement)(u.Z,{selector:".components-modal__content"}),(n||r)&&(0,o.createElement)(c.l_,{to:d.A.Success}),(0,o.createElement)(c.rs,null,(0,o.createElement)(c.AW,{path:d.A.DomainDetails},(0,o.createElement)(p.Z,null)),(0,o.createElement)(c.AW,{path:d.A.PlanDetails},(0,o.createElement)(m.Z,null)),(0,o.createElement)(c.AW,{path:d.A.Success},(0,o.createElement)(g.Z,null)),(0,o.createElement)(c.AW,{path:d.A.Summary},(0,o.createElement)(f.Z,null))))}},1796:function(e,t,n){"use strict";var r=n(3027),i=(n(3804),n(5707)),o=n(3163),a=n(5315),c=n(5915),s=n(7267),u=n(849),l=n(1120),d=n(1319),__=(n(7097),o.__);t.Z=function(){var e=(0,u.bU)(),t=(0,i.useSelect)((function(e){return e(l.sC).getSelectedDomain()})),n=(0,i.useSelect)((function(e){return e(l.sC).getSelectedPlanProductId()})),f=(0,s.k6)(),p=(0,i.useDispatch)(l.sC).updatePlan,m=t&&!t.is_free,g=function(){f.goBack()};return(0,r.createElement)("div",{className:"focused-launch-container focused-launch-container--wide"},(0,r.createElement)("div",{className:"focused-launch-details__back-button-wrapper"},(0,r.createElement)(d.Z,{onClick:g})),(0,r.createElement)("div",{className:"focused-launch-details__header"},(0,r.createElement)(c.b,{tagName:"h2"},__("Select a plan","full-site-editing")),(0,r.createElement)(c.D,{tagName:"h3"},(0,o.sprintf)(__("There's no risk, you can cancel for a full refund within %1$d days.","full-site-editing"),14))),(0,r.createElement)("div",{className:"focused-launch-details__body"},(0,r.createElement)(a.Z,{currentDomain:t,onPlanSelect:function(e){p(e),g()},currentPlanProductId:n,onPickDomainClick:g,customTagLines:{free:__("Best for getting started","full-site-editing"),business:__("Best for small businesses","full-site-editing")},showPlanTaglines:!0,popularBadgeVariation:"NEXT_TO_NAME",disabledPlans:m?{free:__("Unavailable with domain","full-site-editing")}:void 0,CTAVariation:"FULL_WIDTH",locale:e,hidePlansComparison:!0,defaultAllPlansExpanded:!0})))}},6321:function(e,t,n){"use strict";var r;n.d(t,{A:function(){return r}}),function(e){e.Summary="/",e.PlanDetails="/plan-details",e.DomainDetails="/domain-details",e.Success="/success"}(r||(r={}))},2929:function(e,t,n){"use strict";var r=n(3027),i=(n(3804),n(7997));t.Z=function(e){var t=e.className;return(0,r.createElement)(i.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 356 136",role:"presentation",className:t},(0,r.createElement)(i.Rect,{x:"314.913",y:"59.963",width:"7",height:"22",rx:"3.5",transform:"rotate(-50 314.913 59.963)",fill:"#984A9C"}),(0,r.createElement)(i.Rect,{y:"121.876",width:"5.091",height:"16",rx:"2.545",transform:"rotate(-50 0 121.876)",fill:"#64CA43"}),(0,r.createElement)(i.Rect,{x:"21.447",y:"85.104",width:"7",height:"22",rx:"3.5",transform:"rotate(-120 21.447 85.104)",fill:"#37E788"}),(0,r.createElement)(i.Rect,{x:"75",y:"61.64",width:"4",height:"12.571",rx:"2",transform:"rotate(130 75 61.64)",fill:"#FF2D55"}),(0,r.createElement)(i.Rect,{x:"247.461",y:"63.86",width:"4.773",height:"15",rx:"2.386",transform:"rotate(118 247.461 63.86)",fill:"#E7C037"}),(0,r.createElement)(i.Rect,{x:"97",y:"2.529",width:"4.773",height:"15",rx:"2.386",transform:"rotate(-32 97 2.53)",fill:"#117AC9"}),(0,r.createElement)(i.Rect,{x:"323.638",y:"110.513",width:"5.091",height:"16",rx:"2.545",transform:"rotate(40 323.638 110.513)",fill:"#3361CC"}),(0,r.createElement)(i.Rect,{x:"160.138",y:"27",width:"7",height:"22",rx:"3.5",transform:"rotate(40 160.138 27)",fill:"#FF8085"}),(0,r.createElement)(i.Circle,{cx:"40.5",cy:"101.095",r:"4.5",fill:"#F0B849"}),(0,r.createElement)(i.Circle,{cx:"20.928",cy:"47.751",r:"3",fill:"#BF5AF2"}),(0,r.createElement)(i.Circle,{cx:"341",cy:"134",r:"2",fill:"#F0C930"}),(0,r.createElement)(i.Circle,{cx:"131",cy:"83",r:"2",fill:"#3361CC"}),(0,r.createElement)(i.Circle,{cx:"214.5",cy:"13.5",r:"2.5",fill:"#37E688"}),(0,r.createElement)(i.Circle,{cx:"352.763",cy:"98.263",r:"3",fill:"#009E73"}),(0,r.createElement)(i.Circle,{cx:"285.181",cy:"60.541",r:"3",fill:"#FF3B30"}))}},4195:function(e,t,n){"use strict";var r=n(1068),i=n.n(r),o=n(3027),a=n(3804),c=n(3163),s=n(5915),u=n(9211),l=n(5869),d=n(2042),f=n(7997),p=n(5707),m=n(5144),g=n(2929),h=n(6357),v=n(1120),__=(n(2811),c.__);t.Z=function(){var e=a.useContext(h.Z),t=e.redirectTo,n=e.siteId,r=e.getCurrentLaunchFlowUrl,c=(0,p.useSelect)((function(e){return e(v.j4).isSiteLaunching(n)})),y=(0,p.useSelect)((function(e){return e(v.sC).isSelectedPlanPaid()}),[]),b=(0,p.useDispatch)(v.sC),_=b.unsetModalDismissible,E=b.hideModalTitle,S=b.closeFocusedLaunch,w=(0,m.j)(),P=w.siteSubdomain,C=w.sitePrimaryDomain,N=a.useState(""),x=i()(N,2),A=x[0],O=x[1],T=a.useState(!1),L=i()(T,2),I=L[0],k=L[1];a.useEffect((function(){O("https://".concat(null==C?void 0:C.domain))}),[C]),a.useEffect((function(){_(),E()}),[_,E]);var D=__("Your site will be live shortly.","full-site-editing"),F=__("Congratulations, your website is now live. We're excited to watch you grow with WordPress.","full-site-editing"),R=__("Copy Link","full-site-editing"),Z=__("Copied!","full-site-editing");return(0,o.createElement)("div",{className:"focused-launch-container focused-launch-success__wrapper"},(0,o.createElement)(g.Z,{className:"focused-launch-success__confetti"}),(0,o.createElement)(s.b,{tagName:"h2"},__("Hooray!","full-site-editing")),(0,o.createElement)(s.D,{tagName:"h3"},c?D:F),!c&&(0,o.createElement)(o.Fragment,null,(0,o.createElement)("div",{className:"focused-launch-success__url-wrapper"},(0,o.createElement)("span",{className:"focused-launch-success__url-field"},A),(0,o.createElement)("a",{href:A,target:"_blank",rel:"noopener noreferrer",className:"focused-launch-success__url-link","aria-label":__("Visit site","full-site-editing")},(0,o.createElement)(l.Z,{icon:d.Z,size:16})),(0,o.createElement)(f.ClipboardButton,{text:A,onCopy:function(){return k(!0)},onFinishCopy:function(){return k(!1)},className:"focused-launch-success__url-copy-button"},I?Z:R)),(0,o.createElement)(u.aW,{onClick:function(){if(y){var e,n=null===(e=new URL(r()||""))||void 0===e?void 0:e.pathname;t(n||"/page/".concat(null==P?void 0:P.domain,"/home"))}else S()},className:"focused-launch-success__continue-editing-button"},__("Continue Editing","full-site-editing")),(0,o.createElement)(u.xE,{onClick:function(){t("/home/".concat(null==P?void 0:P.domain))}},__("Back home","full-site-editing"))))}},4245:function(e,t,n){"use strict";n.d(t,{gw:function(){return l},Pw:function(){return d}});var r=n(8527),i=n.n(r),o=n(2220),a=n.n(o),c=n(3027),s=(n(3804),n(2779)),u=n.n(s),l=(n(8432),function(e){var t=e.label,n=e.badgeText;return(0,c.createElement)("div",{className:"focused-launch-summary-item__leading-side"},(0,c.createElement)("span",{className:"focused-launch-summary-item__leading-side-label"},t),n?(0,c.createElement)("span",{className:"focused-launch-summary-item__leading-side-badge"},n):null)}),d=function(e){var t=e.nodeType,n=e.children;return(0,c.createElement)("div",{className:u()({"focused-launch-summary-item__warning-note":"WARNING"===t,"focused-launch-summary-item__price-cost":"PRICE"===t})},n)};t.ZP=function(e){var t=e.children,n=e.isSelected,r=void 0!==n&&n,o=e.readOnly,s=void 0!==o&&o,l=e.isLoading,d=a()(e,["children","isSelected","readOnly","isLoading"]);return(0,c.createElement)("button",i()({},d,{disabled:s,className:u()("focused-launch-summary__item",{"is-selected":r,"is-readonly":s,"is-loading":l})}),null==t?void 0:t[0],null==t?void 0:t[1])}},3821:function(e,t,n){"use strict";var r=n(1068),i=n.n(r),o=n(3027),a=n(3804),c=n(7933),s=n(5915),u=n(9211),l=n(3163),d=n(7997),f=n(7047),p=n(7356),m=n(2779),g=n.n(m),h=n(5869),v=n(9806),y=n(5707),b=n(849),_=n(7498),E=n(6321),S=n(6698),w=n(3073),P=n(4557),C=n(5144),N=n(780),x=n(6956),A=n(8039),O=n(4245),T=n(1120),L=n(6357),I=n(7469),__=(n(7440),l.__),k=(0,o.createElement)(d.SVG,{viewBox:"0 0 24 24"},(0,o.createElement)(d.Path,{d:"M12 15.8c-3.7 0-6.8-3-6.8-6.8s3-6.8 6.8-6.8c3.7 0 6.8 3 6.8 6.8s-3.1 6.8-6.8 6.8zm0-12C9.1 3.8 6.8 6.1 6.8 9s2.4 5.2 5.2 5.2c2.9 0 5.2-2.4 5.2-5.2S14.9 3.8 12 3.8zM8 17.5h8V19H8zM10 20.5h4V22h-4z"})),D=(0,o.createElement)(d.SVG,{className:"focused-launch-summary__info-icon",viewBox:"0 0 24 24",width:"16"},(0,o.createElement)(d.Circle,{cx:"12",cy:"12",stroke:"#8C8F94",strokeWidth:"2",r:"10",fill:"transparent"}),(0,o.createElement)(d.Rect,{x:"10.5",y:"5",width:"3",height:"3",fill:"#8C8F94"}),(0,o.createElement)(d.Rect,{x:"10.5",y:"10",width:"3",height:"8",fill:"#8C8F94"})),F=function(e){var t=e.input,n=e.commentary,r=e.highlighted;return(0,o.createElement)("div",{className:g()("focused-launch-summary__step",{highlighted:r})},(0,o.createElement)("div",{className:"focused-launch-summary__data-input"},(0,o.createElement)("div",{className:"focused-launch-summary__section"},t)),(0,o.createElement)("div",{className:"focused-launch-summary__side-commentary"},n))},R=function(e){var t=e.stepIndex,n=e.value,r=e.onChange,i=e.onBlur;return(0,o.createElement)(F,{highlighted:!0,input:(0,o.createElement)(d.TextControl,{className:"focused-launch-summary__input",label:(0,o.createElement)("label",{className:"focused-launch-summary__label"},t&&"".concat(t,". "),__("Name your site","full-site-editing")),value:n,onChange:r,onBlur:i})})},Z=function(e){var t=e.stepIndex,n=e.existingSubdomain,r=e.currentDomain,i=e.initialDomainSearch,a=e.hasPaidDomain,s=e.onDomainSelect,u=e.onExistingSubdomainSelect,l=e.isLoading,p=e.highlighted,m=(0,b.bU)();return(0,o.createElement)(F,{highlighted:!!p,input:a?(0,o.createElement)(o.Fragment,null,(0,o.createElement)("label",{className:"focused-launch-summary__label"},__("Your domain","full-site-editing"),(0,o.createElement)(d.Tooltip,{position:"top center",text:__("Changes to your purchased domain can be managed from your Domains page.","full-site-editing")},(0,o.createElement)("span",null,D)),(0,o.createElement)("p",{className:"focused-launch-summary__mobile-commentary"},(0,o.createElement)(h.Z,{icon:k}),(0,o.createElement)("span",null,(0,o.createInterpolateElement)(__("<strong>Unique domains</strong> help build brand trust","full-site-editing"),{strong:(0,o.createElement)("strong",null)})))),(0,o.createElement)(O.ZP,{readOnly:!0},(0,o.createElement)(O.gw,{label:(null==r?void 0:r.domain_name)||""}),(0,o.createElement)(O.Pw,{nodeType:"PRICE"},(0,o.createElement)(h.Z,{icon:v.Z,size:18})," ",__("Purchased","full-site-editing")))):(0,o.createElement)(o.Fragment,null,(0,o.createElement)(f.ZP,{header:(0,o.createElement)(o.Fragment,null,(0,o.createElement)("label",{className:"focused-launch-summary__label"},t&&"".concat(t,". "),__("Confirm your domain","full-site-editing")),(0,o.createElement)("p",{className:"focused-launch-summary__mobile-commentary"},(0,o.createElement)(h.Z,{icon:k}),(0,o.createElement)("span",null,(0,o.createInterpolateElement)(__("<strong>46.9%</strong> of registered domains are <strong>.com</strong>","full-site-editing"),{strong:(0,o.createElement)("strong",null)})))),areDependenciesLoading:l,existingSubdomain:n,currentDomain:r,onDomainSelect:s,onExistingSubdomainSelect:u,initialDomainSearch:i,showSearchField:!1,analyticsFlowId:I.s,analyticsUiAlgo:"summary_domain_step",quantity:3,quantityExpanded:3,itemType:"individual-item",locale:m,orderSubDomainsLast:!0}),(0,o.createElement)(c.rU,{to:E.A.DomainDetails,className:"focused-launch-summary__details-link"},__("View all domains","full-site-editing"))),commentary:(0,o.createElement)(o.Fragment,null,a?(0,o.createElement)("p",{className:"focused-launch-summary__side-commentary-title"},(0,o.createInterpolateElement)(__("<strong>Unique domains</strong> help build brand recognition and trust","full-site-editing"),{strong:(0,o.createElement)("strong",null)})):(0,o.createElement)(o.Fragment,null,(0,o.createElement)("p",{className:"focused-launch-summary__side-commentary-title"},(0,o.createInterpolateElement)(__("<strong>46.9%</strong> of globally registered domains are <strong>.com</strong>","full-site-editing"),{strong:(0,o.createElement)("strong",null)})),(0,o.createElement)("ul",{className:"focused-launch-summary__side-commentary-list"},(0,o.createElement)("li",{className:"focused-launch-summary__side-commentary-list-item"},(0,o.createElement)(h.Z,{icon:v.Z}),__("Stand out with a unique domain","full-site-editing")),(0,o.createElement)("li",{className:"focused-launch-summary__side-commentary-list-item"},(0,o.createElement)(h.Z,{icon:v.Z}),__("Easy to remember and easy to share","full-site-editing")),(0,o.createElement)("li",{className:"focused-launch-summary__side-commentary-list-item"},(0,o.createElement)(h.Z,{icon:v.Z}),__("Builds brand recognition and trust","full-site-editing")))))})},j=function(e){var t=e.stepIndex,n=e.highlighted,r=e.hasPaidPlan,s=void 0!==r&&r,u=e.hasPaidDomain,f=void 0!==u&&u,p=e.selectedPaidDomain,m=void 0!==p&&p,g=(0,b.bU)(),_=(0,y.useDispatch)(T.sC).setPlanProductId,P=(0,y.useSelect)((function(e){return[e(T.sC).getSelectedPlanProductId(),e(T.sC).getLastPlanBillingPeriod()]})),C=i()(P,2),N=C[0],x=C[1],A=(0,y.useSelect)((function(e){var t=e(T.Fs);return{selectedPlan:t.getPlanByProductId(N,g),selectedPlanProduct:t.getPlanProductById(N)}})),L=A.selectedPlan,I=A.selectedPlanProduct,R=a.useState(),Z=i()(R,2),j=Z[0],M=Z[1],U=a.useState(),B=i()(U,2),V=B[0],H=B[1],z=(0,S.xn)(x),$=z.defaultPaidPlan,W=z.defaultFreePlan,G=z.defaultPaidPlanProduct,q=z.defaultFreePlanProduct;a.useEffect((function(){L&&$&&!L.isFree&&L.periodAgnosticSlug!==$.periodAgnosticSlug&&(M(L),H(I))}),[L,$,j,I]);var Y=function(e){return e&&e.periodAgnosticSlug===(null==L?void 0:L.periodAgnosticSlug)},K=(0,w.W)().sitePlan,Q=j?[$,j,W]:[$,W],J=V?[G,V,q]:[G,q],X=__("Popular","full-site-editing"),ee=__("Free","full-site-editing"),te=__("Not available with your domain selection","full-site-editing");return(0,o.createElement)(F,{highlighted:!!n,input:s?(0,o.createElement)(o.Fragment,null,(0,o.createElement)("label",{className:"focused-launch-summary__label"},__("Your plan","full-site-editing"),(0,o.createElement)(d.Tooltip,{position:"top center",text:__("Changes to your purchased plan can be managed from your Plans page.","full-site-editing")},(0,o.createElement)("span",null,D)),(0,o.createElement)("p",{className:"focused-launch-summary__mobile-commentary focused-launch-summary__mobile-only"},(0,o.createElement)(h.Z,{icon:k}),(0,o.createElement)("span",null,(0,o.createInterpolateElement)(__("More than <strong>38%</strong> of the internet uses <strong>WordPress</strong>","full-site-editing"),{strong:(0,o.createElement)("strong",null)})))),(0,o.createElement)("div",null,(0,o.createElement)(O.ZP,{readOnly:!0},(0,o.createElement)(O.gw,{label:(0,l.sprintf)(__("%s Plan","full-site-editing"),null==K?void 0:K.product_name_short)}),(0,o.createElement)(O.Pw,{nodeType:"PRICE"},(0,o.createElement)(h.Z,{icon:v.Z,size:18})," ",__("Purchased","full-site-editing"))))):(0,o.createElement)(o.Fragment,null,(0,o.createElement)("label",{className:"focused-launch-summary__label"},t&&"".concat(t,". "),__("Confirm your plan","full-site-editing")),(0,o.createElement)("p",{className:"focused-launch-summary__mobile-commentary focused-launch-summary__mobile-only"},(0,o.createElement)(h.Z,{icon:k}),(0,o.createElement)("span",null,(0,o.createInterpolateElement)(__("Grow your business with <strong>WordPress Business</strong>","full-site-editing"),{strong:(0,o.createElement)("strong",null)}))),(0,o.createElement)("div",null,Q.map((function(e,t){var n,r,i=J[t];return e&&i&&e.periodAgnosticSlug===(null==i?void 0:i.periodAgnosticSlug)?(0,o.createElement)(O.ZP,{key:e.periodAgnosticSlug,isLoading:!W||!$,onClick:function(){var e;return _(null===(e=J[t])||void 0===e?void 0:e.productId)},isSelected:Y(e),readOnly:e.isFree&&(f||m)},(0,o.createElement)(O.gw,{label:(0,l.sprintf)(__("%s Plan","full-site-editing"),null!==(n=e.title)&&void 0!==n?n:""),badgeText:e.isPopular?X:""}),e.isFree?(0,o.createElement)(O.Pw,{nodeType:f||m?"WARNING":"PRICE"},f||m?te:ee):(0,o.createElement)(O.Pw,{nodeType:"PRICE"},(0,o.createElement)("span",null,null===(r=J[t])||void 0===r?void 0:r.price),(0,o.createElement)("span",null,__("/mo","full-site-editing")))):(0,o.createElement)(O.ZP,{key:t,isLoading:!0})}))),(0,o.createElement)(c.rU,{to:E.A.PlanDetails,className:"focused-launch-summary__details-link"},__("View all plans","full-site-editing"))),commentary:s?(0,o.createElement)("p",{className:"focused-launch-summary__side-commentary-title"},(0,o.createInterpolateElement)(__("More than <strong>38%</strong> of the internet uses <strong>WordPress</strong>","full-site-editing"),{strong:(0,o.createElement)("strong",null)})):(0,o.createElement)(o.Fragment,null,(0,o.createElement)("p",{className:"focused-launch-summary__side-commentary-title"},(0,o.createInterpolateElement)(__("Monetize your site with <strong>WordPress Premium</strong>","full-site-editing"),{strong:(0,o.createElement)("strong",null)})),(0,o.createElement)("ul",{className:"focused-launch-summary__side-commentary-list"},(0,o.createElement)("li",{className:"focused-launch-summary__side-commentary-list-item"},(0,o.createElement)(h.Z,{icon:v.Z}),__("Advanced tools and customization","full-site-editing")),(0,o.createElement)("li",{className:"focused-launch-summary__side-commentary-list-item"},(0,o.createElement)(h.Z,{icon:v.Z}),__("Unlimited premium themes","full-site-editing")),(0,o.createElement)("li",{className:"focused-launch-summary__side-commentary-list-item"},(0,o.createElement)(h.Z,{icon:v.Z}),__("Accept payments","full-site-editing"))))})};t.Z=function(){var e=a.useContext(L.Z).siteId,t=(0,y.useSelect)((function(e){var t=e(T.sC),n=t.getState(),r=n.isSiteTitleStepVisible,i=n.domain,o=n.planProductId;return[t.hasSelectedDomain(),r,i,o]}),[]),n=i()(t,4),r=n[0],c=n[1],l=n[2],f=n[3],m=(0,y.useSelect)((function(e){return e(T.sC).isSelectedPlanPaid()}),[]),h=(0,y.useDispatch)(T.j4).launchSite,v=(0,y.useDispatch)(T.sC),E=v.setModalDismissible,S=v.unsetModalDismissible,O=v.showModalTitle,I=v.showSiteTitleStep,k=(0,P.Z)(),D=k.title,F=k.isValidTitle,M=k.isDefaultTitle,U=k.updateTitle,B=(0,C.j)(),V=B.siteSubdomain,H=B.hasPaidDomain,z=(0,N.my)(),$=z.onDomainSelect,W=z.onExistingSubdomainSelect,G=z.currentDomain,q=(0,x.f)(),Y=q.domainSearch,K=q.isLoading,Q=(0,w.W)().hasPaidPlan,J=(0,b.bU)(),X=(0,_.Iu)(),ee=(0,A.j)(),te=ee.goToCheckoutAndLaunch,ne=ee.isCartUpdating;a.useEffect((function(){ne?S():E(),O()}),[ne,E,O,S]),a.useEffect((function(){!c&&M&&I()}),[M,I,c,D]);var re=!!f||!!r||F,ie=!!r||!!f,oe=[],ae=[];c&&ae.push((function(e){var t=e.stepIndex,n=e.forwardStepIndex;return(0,o.createElement)(R,{stepIndex:n?t:void 0,key:t,value:D||"",onChange:U})})),(H?oe:ae).push((function(e){var t=e.stepIndex,n=e.forwardStepIndex;return(0,o.createElement)(Z,{highlighted:re,stepIndex:n?t:void 0,key:t,existingSubdomain:(0,p.n)(null==V?void 0:V.domain),currentDomain:G,initialDomainSearch:Y,hasPaidDomain:H,isLoading:K,onDomainSelect:$,onExistingSubdomainSelect:W})})),(Q?oe:ae).push((function(e){var t=e.stepIndex,n=e.forwardStepIndex;return(0,o.createElement)(j,{highlighted:ie,hasPaidPlan:Q,selectedPaidDomain:l&&!l.is_free,hasPaidDomain:H,stepIndex:n?t:void 0,key:t})}));var ce=D&&(H||r)&&(Q||f),se=__("You're ready to launch","full-site-editing"),ue=__("You're almost there","full-site-editing"),le=__("You're good to go! Launch your site and share your site address.","full-site-editing"),de=__("Prepare for launch! Confirm a few final things before you take it live.","full-site-editing");return(0,o.createElement)("div",{className:"focused-launch-container"},(0,o.createElement)("div",{className:"focused-launch-summary__section"},(0,o.createElement)(s.b,{tagName:"h2"},H&&Q?se:ue),(0,o.createElement)(s.D,{tagName:"p",className:"focused-launch-summary__caption"},H&&Q?le:de)),oe.map((function(e,t){return e({stepIndex:t+1,forwardStepIndex:!1})})),ae.map((function(e,t){return e({stepIndex:t+1,forwardStepIndex:ae.length>1})})),(0,o.createElement)("div",{className:"focused-launch-summary__actions-wrapper"},(0,o.createElement)(u.ZP,{className:"focused-launch-summary__launch-action-bar"},(0,o.createElement)(u.aW,{className:g()("focused-launch-summary__launch-button",{"focused-launch-summary__launch-button--is-loading":ne}),disabled:!ce||ne,onClick:function(){l||m?te():h(e)}},__("Launch your site","full-site-editing"))),(0,o.createElement)("div",{className:"focused-launch-summary__ask-for-help"},(0,o.createElement)("p",null,__("Questions? Our experts can assist.","full-site-editing")),(0,o.createElement)(d.Button,{isLink:!0,href:X("https://wordpress.com/help/contact",J),target:"_blank",rel:"noopener noreferrer"},__("Ask a Happiness Engineer","full-site-editing")))))}},8039:function(e,t,n){"use strict";n.d(t,{j:function(){return h}});var r=n(417),i=n.n(r),o=n(2954),a=n.n(o),c=n(1068),s=n.n(c),u=n(3804),l=n(5707),d=n(849),f=n(1120),p=n(6357),m=n(6950),g=n(5144);function h(){var e=u.useContext(p.Z),t=e.siteId,n=e.flow,r=e.openCheckout,o=e.isInIframe,c=(0,d.bU)(),h=(0,l.useSelect)((function(e){return[e(f.sC).getSelectedPlanProductId(),e(f.sC).getSelectedDomain()]})),v=s()(h,2),y=v[0],b=v[1],_=(0,l.useSelect)((function(e){var t=e(f.Fs),n=t.getPlanByProductId(y,c);return{planProduct:t.getPlanProductById(y),isEcommercePlan:t.isPlanEcommerce(null==n?void 0:n.periodAgnosticSlug)}}),[y,c]),E=_.planProduct,S=_.isEcommercePlan,w=(0,g.j)().siteSubdomain,P=(0,l.useDispatch)(f.j4),C=P.getCart,N=P.setCart,x=P.launchSite,A=function(){return x(t)},O=u.useState(!1),T=s()(O,2),L=T[0],I=T[1],k=function(){var e=a()(regeneratorRuntime.mark((function e(){var r,o,a;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!L){e.next=2;break}return e.abrupt("return");case 2:return I(!0),r=b&&(0,m.K9)(b,n),o=E&&(0,m.An)(E,n),e.next=7,C(t);case 7:return a=e.sent,e.next=10,N(t,i()(i()({},a),{},{products:[o,r]}));case 10:I(!1);case 11:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),D=function(){var e=a()(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,k();case 2:r(null==w?void 0:w.domain,S,A);case 3:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),F=function(){var e=a()(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o&&!S){e.next=3;break}return e.next=3,x(t);case 3:D();case 4:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}();return{goToCheckout:D,goToCheckoutAndLaunch:F,isCartUpdating:L}}},6956:function(e,t,n){"use strict";n.d(t,{f:function(){return l}});var r=n(5707),i=n(3300),o=n(7356),a=n(1120),c=n(4557),s=n(3073),u=n(5144);function l(){var e,t,n=(0,r.useSelect)((function(e){return e(a.sC).getDomainSearch()}),[]),l=(0,c.Z)(),d=l.isDefaultTitle,f=l.title,p=(0,s.W)().isLoadingSite,m=(0,u.j)().siteSubdomain,g=(0,r.useDispatch)(a.sC).setDomainSearch,h=void 0!==f&&f.length>=i.F9&&!d?f:"";return{domainSearch:null!==(e=n.trim()||function(e){return(0,o.Q)(e)?e:""}(h)||(null==m||null===(t=m.domain)||void 0===t?void 0:t.split(".")[0]))&&void 0!==e?e:"",isLoading:p,setDomainSearch:g}}},780:function(e,t,n){"use strict";n.d(t,{cU:function(){return g},my:function(){return h}});var r=n(2954),i=n.n(r),o=n(1068),a=n.n(o),c=n(3804),s=n(5707),u=n(4211),l=n(7356),d=n(1120),f=n(6357),p=n(6950),m=n(5144);function g(){var e=function(){var e=c.useContext(f.Z).siteId,t=(0,s.useDispatch)(d.j4).getCart,n=c.useState(void 0),r=a()(n,2),o=r[0],u=r[1];return c.useEffect((function(){i()(regeneratorRuntime.mark((function n(){var r,i,o;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,t(e);case 2:i=n.sent,o=null===(r=i.products)||void 0===r?void 0:r.find((function(e){return(0,p.pf)(e)})),u(o);case 5:case"end":return n.stop()}}),n)})))()}),[e,t,u]),o}(),t=null==e?void 0:e.meta,n=(0,s.useSelect)((function(e){if(t)return e(d.GN).isAvailable(t)}),[t]);if(e&&t&&n&&"available"===n.status)return{hsts_required:n.hsts_required,domain_name:t,raw_price:e.cost,currency_code:e.currency,supports_privacy:e.extra.privacy_available,is_free:!1,product_id:e.product_id,product_slug:e.product_slug,cost:u._(e.cost,e.currency)}}function h(){var e,t=(0,s.useDispatch)(d.sC),n=t.setDomain,r=t.unsetDomain,i=t.unsetPlanProductId,o=t.confirmDomainSelection,a=(0,s.useSelect)((function(e){return e(d.sC).getState()})),c=a.domain,u=a.planProductId,f=a.confirmedDomainSelection,p=(0,s.useSelect)((function(e){return e(d.Fs).isPlanProductFree(u)})),g=(0,m.j)(),h=g.siteSubdomain,v=g.hasPaidDomain,y=g.sitePrimaryDomain;return c?e=c:v?e=(0,l.n)(null==y?void 0:y.domain):f&&(e=(0,l.n)(null==h?void 0:h.domain)),{onDomainSelect:function(e){o(),n(e),p&&i()},onExistingSubdomainSelect:function(){o(),r()},selectedDomain:c,currentDomain:e}}},6698:function(e,t,n){"use strict";n.d(t,{xn:function(){return p},eM:function(){return m}});var r=n(2954),i=n.n(r),o=n(1068),a=n.n(o),c=n(3804),s=n(5707),u=n(849),l=n(1120),d=n(6357),f=n(6950);function p(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"ANNUALLY",t=(0,u.bU)();return(0,s.useSelect)((function(n){var r=n(l.Fs),i=r.getDefaultFreePlan(t),o=r.getDefaultPaidPlan(t),a=r.getPlanProduct(null==o?void 0:o.periodAgnosticSlug,e);return{defaultFreePlan:i,defaultPaidPlan:o,defaultFreePlanProduct:r.getPlanProduct(null==i?void 0:i.periodAgnosticSlug,e),defaultPaidPlanProduct:a}}),[e,t])}function m(){var e=function(){var e=c.useContext(d.Z).siteId,t=(0,s.useDispatch)(l.j4).getCart,n=c.useState(void 0),r=a()(n,2),o=r[0],u=r[1];return c.useEffect((function(){i()(regeneratorRuntime.mark((function n(){var r,i,o;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,t(e);case 2:i=n.sent,o=null===(r=i.products)||void 0===r?void 0:r.find((function(e){return(0,f.HM)(e)})),u(o);case 5:case"end":return n.stop()}}),n)})))()}),[e,t,u]),o}();return null==e?void 0:e.product_id}},5144:function(e,t,n){"use strict";n.d(t,{j:function(){return c}});var r=n(3804),i=n(5707),o=n(1120),a=n(6357);function c(){var e=r.useContext(a.Z).siteId,t=(0,i.useSelect)((function(t){return t(o.j4).getPrimarySiteDomain(e)}));return{sitePrimaryDomain:t,siteSubdomain:(0,i.useSelect)((function(t){return t(o.j4).getSiteSubdomain(e)})),hasPaidDomain:t&&!(null!=t&&t.is_subdomain)}}},3073:function(e,t,n){"use strict";n.d(t,{W:function(){return u}});var r=n(1068),i=n.n(r),o=n(3804),a=n(5707),c=n(1120),s=n(6357);function u(){var e,t,n=o.useContext(s.Z).siteId,r=(0,a.useSelect)((function(e){var t=e(c.j4);return[t.getSite(n),t.isSiteLaunched(n),t.isSiteLaunching(n),t.isFetchingSiteDetails()]}),[n]),u=i()(r,4),l=u[0],d=u[1],f=u[2],p=u[3];return{sitePlan:null==l?void 0:l.plan,hasPaidPlan:l&&!(null!==(e=l.plan)&&void 0!==e&&e.is_free),isSiteLaunched:d,isSiteLaunching:f,selectedFeatures:null==l||null===(t=l.options)||void 0===t?void 0:t.selected_features,isLoadingSite:!!p}}},4557:function(e,t,n){"use strict";n.d(t,{Z:function(){return p}});var r=n(1068),i=n.n(r),o=n(3804),a=n(669),c=n(3163),s=n(5707),u=n(849),l=n(4655),d=n(1120),f=n(6357),__=c.__;function p(){var e=(0,o.useContext)(f.Z).siteId,t=(0,u.bU)(),n=(0,s.useSelect)((function(t){return t(d.j4).getSiteTitle(e)}),[e]),r=(0,s.useSelect)((function(e){return e(d.sC).getSiteTitle()}),[]),c=(0,s.useDispatch)(d.sC).setSiteTitle,p=(0,s.useDispatch)(d.j4).saveSiteTitle,m=(0,a.Z)(p,1e3),g=i()(m,1)[0],h=void 0===r,v=h?n:r;(0,o.useEffect)((function(){h||g(e,r)}),[r,g,e,h]);var y=__("Site Title","full-site-editing"),b=void 0!==v&&v===y,_=void 0!==v&&""!==v&&!b;return-1===l.xN.indexOf(t)&&(b=!(null!=r&&r.trim()),_=void 0!==v&&""!==v),{isDefaultTitle:b,isValidTitle:_,title:v,updateTitle:c}}},8152:function(e,t,n){"use strict";var r=n(3027),i=n(3804),o=n(2779),a=n.n(o),c=n(3163),s=n(7997),u=n(5869),l=n(1742),d=n(5707),f=n(849),p=n(1342),m=n(4195),g=n(6357),h=n(1120),v=n(7469),__=(n(6468),c.__);t.Z=function(e){var t=e.locale,n=void 0===t?"en":t,o=e.siteId,c=e.openCheckout,y=e.redirectTo,b=e.getCurrentLaunchFlowUrl,_=e.isInIframe,E=e.isLaunchImmediately,S=(0,d.useSelect)((function(e){return e(h.sC).getState()})),w=S.isModalDismissible,P=S.isModalTitleVisible,C=(0,d.useDispatch)(h.j4).launchSite,N=(0,d.useDispatch)(h.sC),x=N.closeFocusedLaunch,A=N.unsetPlanProductId;return i.useEffect((function(){E&&(A(),C(o))}),[E,A,C,o]),(0,r.createElement)(f.Iw,{localeSlug:n},(0,r.createElement)(s.Modal,{open:!0,className:a()("launch__focused-modal",{"launch__focused-modal--hide-title":!P}),bodyOpenClassName:"has-focused-launch-modal",overlayClassName:a()("launch__focused-modal-overlay",{"launch__focused-modal-overlay--delay-animation-in":E}),onRequestClose:x,title:__("Complete setup","full-site-editing"),icon:(0,r.createElement)(u.Z,{icon:l.Z,size:36}),isDismissible:w,shouldCloseOnEsc:w,shouldCloseOnClickOutside:w},(0,r.createElement)("div",{className:"launch__focused-modal-body"},(0,r.createElement)(g.Z.Provider,{value:{siteId:o,redirectTo:y,openCheckout:c,flow:v.s,getCurrentLaunchFlowUrl:b,isInIframe:_}},E?(0,r.createElement)(m.Z,null):(0,r.createElement)(p.Z,null)))))}},1120:function(e,t,n){"use strict";n.d(t,{j4:function(){return c},Fs:function(){return s},GN:function(){return u},sC:function(){return l}});var r=n(2369),i=n(9734),o=n(8077),a=n(1635),c=r.z2({client_id:"",client_secret:""}),s=i.z2(),u=o.z({vendor:"variation2_front"}),l=a.z()},6950:function(e,t,n){"use strict";n.d(t,{An:function(){return i},K9:function(){return o},pf:function(){return a},HM:function(){return c}});var r=n(4703),i=function(e,t){return{product_id:e.productId,product_slug:e.storeSlug,extra:{source:t}}},o=function(e,t){if(null!=e&&e.product_id)return{meta:null==e?void 0:e.domain_name,product_id:null==e?void 0:e.product_id,extra:{privacy_available:null==e?void 0:e.supports_privacy,privacy:null==e?void 0:e.supports_privacy,source:t},product_cost_display:e.cost,currency_code:e.currency_code,product_slug:e.product_slug,cost:e.raw_price,currency:e.currency_code}},a=function(e){return!!e.is_domain_registration},c=function(e){return r.BV.indexOf(e.product_slug)>-1}},3340:function(e,t,n){"use strict";n.d(t,{hg:function(){return c},lZ:function(){return s},_W:function(){return l},Yt:function(){return d}});var r=n(8049),i=n.n(r)()("lib/load-script/callback-handler"),o=new Map;function a(){return o}function c(e){return a().has(e)}function s(e,t){var n=a();c(e)?(i('Adding a callback for an existing script from "'.concat(e,'"')),n.get(e).add(t)):(i('Adding a callback for a new script from "'.concat(e,'"')),n.set(e,new Set([t])))}function u(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=a(),r=n.get(e);if(r){var o='Executing callbacks for "'.concat(e,'"')+(null===t?" with success":' with error "'.concat(t,'"'));i(o),r.forEach((function(e){"function"==typeof e&&e(t)})),n.delete(e)}}function l(){var e=this.getAttribute("src");i('Handling successful request for "'.concat(e,'"')),u(e),this.onload=null}function d(){var e=this.getAttribute("src");i('Handling failed request for "'.concat(e,'"')),u(e,new Error('Failed to load script "'.concat(e,'"'))),this.onerror=null}},5606:function(e,t,n){"use strict";n.d(t,{C:function(){return c},k:function(){return s}});var r=n(8049),i=n.n(r),o=n(3340),a=i()("lib/load-script/dom-operations");function c(e){a('Creating script element for "'.concat(e,'"'));var t=document.createElement("script");return t.src=e,t.type="text/javascript",t.async=!0,t.onload=o._W,t.onerror=o.Yt,t}function s(e){a("Attaching element to head"),document.head.appendChild(e)}},4898:function(e,t,n){"use strict";n.d(t,{ve:function(){return c}});var r=n(8049),i=n.n(r),o=n(3340),a=n(5606);i()("package/load-script");function c(e,t){if(!(0,o.hg)(e)&&(0,a.k)((0,a.C)(e)),"function"!=typeof t)return new Promise((function(t,n){(0,o.lZ)(e,(function(e){null===e?t():n(e)}))}));(0,o.lZ)(e,t)}},9211:function(e,t,n){"use strict";n.d(t,{xE:function(){return g},aW:function(){return h},b4:function(){return v}});var r=n(8527),i=n.n(r),o=n(2220),a=n.n(o),c=n(3027),s=(n(3804),n(2779)),u=n.n(s),l=n(7997),d=n(9215),f=n(5869),p=n(1100),m=n(2481);n(1587);t.ZP=function(e){var t=e.className,n=e.children,r=e.sticky,i=void 0===r?null:r,o="";return!0===i&&(o="is-sticky"),!1===i&&(o="no-sticky"),(0,c.createElement)("div",{className:u()("action-buttons",t,o)},n)};var g=function(e){var t=e.className,n=e.children,r=a()(e,["className","children"]),__=(0,d.QT)().__;return(0,c.createElement)(l.Button,i()({className:u()("action_buttons__button action-buttons__back",t),isLink:!0},r),n||__("Go back","full-site-editing"))},h=function(e){var t=e.className,n=e.children,r=a()(e,["className","children"]),__=(0,d.QT)().__;return(0,c.createElement)(l.Button,i()({className:u()("action_buttons__button action-buttons__next",t),isPrimary:!0},r),n||__("Continue","full-site-editing"))},v=function(e){var t=e.className,n=e.children,r=e.arrow,o=void 0===r?"right":r,s=a()(e,["className","children","arrow"]);return(0,c.createElement)(l.Button,i()({className:u()("action_buttons__button action-buttons__arrow action-buttons__arrow--".concat(o),t)},s),"left"===o&&(0,c.createElement)(f.Z,{icon:p.Z}),n,"right"===o&&(0,c.createElement)(f.Z,{icon:m.Z}))}},737:function(e,t,n){"use strict";var r=n(3804),i=n(7267);t.Z=function(e){var t=e.selector,n=(0,i.TH)().pathname;return r.useEffect((function(){var e;t?null===(e=document.querySelector(t))||void 0===e||e.scrollTo(0,0):window.scrollTo(0,0)}),[t,n]),null}},5915:function(e,t,n){"use strict";n.d(t,{b:function(){return a},D:function(){return c}});var r=n(3804),i=n(2779),o=n.n(i),a=(n(3001),function(e){var t=e.className,n=e.children,i=e.tagName,a=void 0===i?"h1":i;return r.createElement(a,{className:o()("onboarding-title",t)},n)}),c=function(e){var t=e.className,n=e.children,i=e.tagName,a=void 0===i?"h2":i;return r.createElement(a,{className:o()("onboarding-subtitle",t)},n)}},1201:function(e,t,n){"use strict";n.d(t,{N:function(){return o}});var r=n(5707),i=n(9255),o=function(e,t){var n=(0,r.useSelect)((function(n){var r=n(i.F).getSupportedPlans(e),o=r.map((function(e){return n(i.F).getPlanProduct(e.periodAgnosticSlug,t)})).map((function(e){return null==e?void 0:e.annualDiscount})).filter((function(e){return!!e}));return{supportedPlans:r,annualDiscounts:o}}));return{supportedPlans:n.supportedPlans,maxAnnualDiscount:n.annualDiscounts.reduce((function(e,t){return Math.max(e,t)}),0)}}},130:function(e,t,n){"use strict";var r=n(3027),i=(n(3804),n(2779)),o=n.n(i),a=n(9215),c=n(849),s=n(3163),u=n(9211),l=n(5707),d=n(373),f=n(9255),p=(n(1085),(0,r.createElement)("svg",{width:"8",viewBox:"0 0 8 4"},(0,r.createElement)("path",{d:"M0 0 L8 0 L4 4 L0 0",fill:"currentColor"})));t.Z=function(e){var t,n=e.slug,i=e.name,m=e.description,g=e.features,h=e.billingPeriod,v=e.domain,y=e.badge,b=e.isFree,_=void 0!==b&&b,E=e.isOpen,S=void 0!==E&&E,w=e.isPrimary,P=void 0!==w&&w,C=e.onSelect,N=e.onPickDomainClick,x=e.onToggle,A=e.disabledLabel,O=(0,a.QT)(),__=O.__,T=O.hasTranslation,L=(0,c.bU)(),I=(0,l.useSelect)((function(e){return e(f.F).getPlanProduct(n,h)})),k=function(){!A&&(null==x||x(n,!S))},D=__("billed annually","full-site-editing"),F=__("billed as %s annually","full-site-editing"),R="en"===L||null!=T&&T("billed as %s annually")?(0,s.sprintf)(F,null==I?void 0:I.annualPrice):D,Z=__("per month, billed monthly","full-site-editing"),j=__("billed monthly","full-site-editing"),M="en"===L||null!=T&&T("billed monthly")?j:Z;return(0,r.createElement)("div",{className:o()("plans-accordion-item",{"is-open":S,"is-primary":P,"has-badge":!!y,"is-disabled":!!A})},y&&(0,r.createElement)("div",{className:"plans-accordion-item__badge"},(0,r.createElement)("span",null,y)),(0,r.createElement)("div",{className:"plans-accordion-item__viewport"},(0,r.createElement)("div",{className:"plans-accordion-item__details"},(0,r.createElement)("div",{tabIndex:0,role:"button",onClick:k,onKeyDown:function(e){return 32===e.keyCode&&k()},className:"plans-accordion-item__header"},(0,r.createElement)("div",{className:"plans-accordion-item__heading"},(0,r.createElement)("div",{className:"plans-accordion-item__name"},i),(0,r.createElement)("div",{className:"plans-accordion-item__description"},m)),(0,r.createElement)("div",{className:"plans-accordion-item__price"},(0,r.createElement)("div",{className:o()("plans-accordion-item__price-amount",{"is-loading":!(null!=I&&I.price)})},(null==I?void 0:I.price)||"  ",(null==I?void 0:I.price)&&(0,r.createElement)("span",null,__("/mo","full-site-editing"))),(0,r.createElement)("div",{className:"plans-accordion-item__price-note"},_&&__("free forever","full-site-editing"),!_&&("ANNUALLY"===h?R:M)),!_&&(0,r.createElement)("div",{className:o()("plans-accordion-item__price-discount",{"plans-accordion-item__price-discount--disabled":"ANNUALLY"!==h})},(0,s.sprintf)(__("Save %(discountRate)s%% by paying annually","full-site-editing"),{discountRate:null!==(t=null==I?void 0:I.annualDiscount)&&void 0!==t?t:0}))),(0,r.createElement)("div",{className:"plans-accordion-item__disabled-label"},A),!S&&(0,r.createElement)("div",{className:"plans-accordion-item__dropdown-chevron"},p)),(0,r.createElement)("div",{className:o()("plans-accordion-item__actions",{"plans-accordion-item__actions--paid-plan-margin":!_}),hidden:!S},(0,r.createElement)(u.aW,{"data-e2e-button":_?"freePlan":"paidPlan",onClick:function(){C(null==I?void 0:I.productId)}},__("Select","full-site-editing"))),(0,r.createElement)(d.Z,{features:g,billingPeriod:h,domain:v,isFree:_,isOpen:S,onPickDomain:N,multiColumn:!0}))))}},4416:function(e,t,n){"use strict";var r=n(3027),i=(n(3804),n(2779)),o=n.n(i),a=n(9211),c=n(7891),s=(n(1085),(0,r.createElement)("svg",{width:"8",viewBox:"0 0 8 4"},(0,r.createElement)("path",{d:"M0 0 L8 0 L4 4 L0 0",fill:"currentColor"})));t.Z=function(e){var t=e.isOpen,n=e.isPrimary;return(0,r.createElement)("div",{className:o()("plans-accordion-item",{"is-open":t,"is-primary":n})},(0,r.createElement)("div",{className:"plans-accordion-item__viewport"},(0,r.createElement)("div",{className:"plans-accordion-item__details"},(0,r.createElement)("div",{tabIndex:0,role:"button",className:"plans-accordion-item__header"},(0,r.createElement)("div",{className:"plans-accordion-item__heading"},(0,r.createElement)("div",{className:"plans-accordion-item__name"},(0,r.createElement)("span",{className:"plans-accordion-item__placeholder"},"")),(0,r.createElement)("div",{className:"plans-accordion-item__description"},(0,r.createElement)("span",{className:"plans-accordion-item__placeholder plans-accordion-item__placeholder--wide"},""))),(0,r.createElement)("div",{className:"plans-accordion-item__price"},(0,r.createElement)("div",{className:"plans-accordion-item__price-amount"},(0,r.createElement)("span",{className:"plans-accordion-item__placeholder"},"")),(0,r.createElement)("div",{className:"plans-accordion-item__price-note"},(0,r.createElement)("span",{className:"plans-accordion-item__placeholder plans-accordion-item__placeholder--wide"},""))),(0,r.createElement)("div",{className:"plans-accordion-item__disabled-label"},""),!t&&(0,r.createElement)("div",{className:"plans-accordion-item__dropdown-chevron"},s)),(0,r.createElement)("div",{className:"plans-accordion-item__actions",hidden:!t},(0,r.createElement)(a.aW,{disabled:!0},(0,r.createElement)("span",null,""))),(0,r.createElement)(c.Z,{isOpen:t,multiColumn:!0}))))}},222:function(e,t,n){"use strict";var r=n(5182),i=n.n(r),o=n(1068),a=n.n(o),c=n(3027),s=n(3804),u=n(5707),l=n(9215),d=n(7997),f=n(5869),p=n(130),m=n(4416),g=n(9255),h=n(1201),v=(n(8991),(0,c.createElement)(d.SVG,{viewBox:"0 0 24 24"},(0,c.createElement)(d.Path,{d:"M12 15.8c-3.7 0-6.8-3-6.8-6.8s3-6.8 6.8-6.8c3.7 0 6.8 3 6.8 6.8s-3.1 6.8-6.8 6.8zm0-12C9.1 3.8 6.8 6.1 6.8 9s2.4 5.2 5.2 5.2c2.9 0 5.2-2.4 5.2-5.2S14.9 3.8 12 3.8zM8 17.5h8V19H8zM10 20.5h4V22h-4z"})));t.Z=function(e){var t,n,r=e.selectedFeatures,o=void 0===r?[]:r,y=e.selectedPlanProductId,b=e.onPlanSelect,_=e.onPickDomainClick,E=e.currentDomain,S=e.disabledPlans,w=e.locale,P=e.billingPeriod,__=(0,l.QT)().__,C=(0,h.N)(w,P).supportedPlans,N=!(null!=C&&C.length),x=(0,u.useSelect)((function(e){var t=e(g.F);return{popularPlan:t.getDefaultPaidPlan(w),getPlanProduct:t.getPlanProduct}})),A=x.popularPlan,O=x.getPlanProduct,T=(0,u.useSelect)((function(e){return e(g.J).getRecommendedPlanSlug(o)})),L=(0,u.useSelect)((function(e){return e(g.F).getPlanByPeriodAgnosticSlug(T,w)})),I=L||A,k=__("Recommended for you","full-site-editing"),D=__("Popular","full-site-editing"),F=C.filter((function(e){return e.periodAgnosticSlug!==(null==I?void 0:I.periodAgnosticSlug)})),R=[null==I?void 0:I.periodAgnosticSlug],Z=(0,s.useState)(R),j=a()(Z,2),M=j[0],U=j[1],B=!N&&M.length>=C.length,V=function(e,t){U(t?[].concat(i()(M),[e]):M.filter((function(t){return t!==e})))},H=__("Collapse all plans","full-site-editing"),z=__("Show all plans","full-site-editing");return(0,c.createElement)("div",{className:"plans-accordion"},(0,c.createElement)("div",{className:"plans-accordion__plan-item-group"},N?(0,c.createElement)(m.Z,{isOpen:!0,isPrimary:!0}):I&&(0,c.createElement)(c.Fragment,null,L&&(0,c.createElement)("div",{className:"plans-accordion__recommend-hint"},(0,c.createElement)(f.Z,{icon:v,size:16}),(0,c.createElement)("span",null,__("Based on the features you selected.","full-site-editing"))),(0,c.createElement)(p.Z,{key:I.periodAgnosticSlug,slug:I.periodAgnosticSlug,name:null==I?void 0:I.title.toString(),description:null==I?void 0:I.description.toString(),features:null!==(t=I.features)&&void 0!==t?t:[],billingPeriod:P,domain:E,badge:L?k:D,isFree:I.isFree,isOpen:!0,isPrimary:!0,isSelected:!!y&&y===(null===(n=O(I.periodAgnosticSlug,P))||void 0===n?void 0:n.productId),onSelect:b,onPickDomainClick:_}))),(0,c.createElement)("div",{className:"plans-accordion__actions"},(0,c.createElement)(d.Button,{className:"plans-accordion__toggle-all-button",onClick:function(){U(B?R:C.map((function(e){return e.periodAgnosticSlug})))},isLink:!0},B?H:z)),(0,c.createElement)("div",{className:"plans-accordion__plan-item-group"},N?[1,2,3,4].map((function(e){return(0,c.createElement)(m.Z,{key:e})})):F.map((function(e){var t,n;return(0,c.createElement)(p.Z,{key:e.periodAgnosticSlug,slug:e.periodAgnosticSlug,name:null==e?void 0:e.title.toString(),description:null==e?void 0:e.description.toString(),features:null!==(t=e.features)&&void 0!==t?t:[],billingPeriod:P,domain:E,isFree:e.isFree,isOpen:M.indexOf(e.periodAgnosticSlug)>-1&&!(null!=S&&S[e.periodAgnosticSlug]),isSelected:!!y&&y===(null===(n=O(e.periodAgnosticSlug,P))||void 0===n?void 0:n.productId),onSelect:b,onPickDomainClick:_,onToggle:V,disabledLabel:null==S?void 0:S[e.periodAgnosticSlug]})}))))}},4689:function(e,t,n){"use strict";var r=n(3027),i=(n(3804),n(2779)),o=n.n(i),a=n(9215),c=n(5707),s=n(7997),u=n(5869),l=n(9806),d=n(8565),f=n(9255),p=(n(5668),(0,r.createElement)(u.Z,{icon:l.Z,size:25})),m=(0,r.createElement)(u.Z,{icon:d.Z,size:25});t.Z=function(e){var t=e.onSelect,n=e.locale,i=e.billingPeriod,u=(0,a.QT)(),__=u.__,l=u.hasTranslation,d=(0,c.useSelect)((function(e){var t=e(f.F),r=t.getPlanProduct,o=t.getFeatures,a=t.getFeaturesByType,c=(0,t.getSupportedPlans)(n),s=c.map((function(e){return r(e.periodAgnosticSlug,i)}));return{supportedPlans:c,planProducts:s,features:o(n),featuresByType:a(n)}})),g=d.supportedPlans,h=d.planProducts,v=d.features,y=d.featuresByType,b=!(null!=g&&g.length),_=[1,2,3,4,5],E=__("Monthly price (billed yearly)","full-site-editing"),S=__("Monthly subscription (billed yearly)","full-site-editing"),w="en"===n||null!=l&&l("Monthly price (billed yearly)","full-site-editing")?E:S,P=__("Monthly subscription","full-site-editing"),C=__("Included with annual plans","full-site-editing"),N=__("Only included with annual plans","full-site-editing");return(0,r.createElement)("div",{className:"plans-details"},(0,r.createElement)("table",{className:"plans-details__table"},(0,r.createElement)("thead",null,(0,r.createElement)("tr",{className:"plans-details__header-row"},(0,r.createElement)("th",null,__("Feature","full-site-editing")),b?_.map((function(e){return(0,r.createElement)("th",{key:e},(0,r.createElement)("span",{className:"plans-details__placeholder"},""))})):g.map((function(e){return(0,r.createElement)("th",{key:e.periodAgnosticSlug},e.title)})))),b?(0,r.createElement)("tbody",null,_.map((function(e,t){return(0,r.createElement)("tr",{className:"plans-details__feature-row",key:t},(0,r.createElement)("th",{key:e},(0,r.createElement)("span",{className:"plans-details__placeholder plans-details__placeholder--wide"},"")),_.map((function(e){return(0,r.createElement)("td",{key:e})})))}))):y.map((function(e){var t;return(0,r.createElement)("tbody",{key:e.id},e.name&&(0,r.createElement)("tr",{className:"plans-details__header-row"},(0,r.createElement)("th",{colSpan:6},e.name)),null===(t=e.features)||void 0===t?void 0:t.map((function(e,t){return(0,r.createElement)("tr",{className:o()("plans-details__feature-row",{"plans-details__feature-row--enabled":v[e].requiresAnnuallyBilledPlan&&"ANNUALLY"===i,"plans-details__feature-row--disabled":v[e].requiresAnnuallyBilledPlan&&"ANNUALLY"!==i}),key:t},(0,r.createElement)("th",null,v[e].requiresAnnuallyBilledPlan&&(0,r.createElement)("span",{className:"plans-details__feature-annual-nudge","aria-label":"ANNUALLY"===i?C:N},__("Included with annual plans","full-site-editing")),(0,r.createElement)("span",null,v[e].name)),g.map((function(t,n){var o;return"storage"===e?(0,r.createElement)("td",{key:n},t.storage):(0,r.createElement)("td",{key:n},null!==(o=t.featuresSlugs)&&void 0!==o&&o[e]?(0,r.createElement)(r.Fragment,null,v[e].requiresAnnuallyBilledPlan&&"ANNUALLY"!==i?(0,r.createElement)(r.Fragment,null,(0,r.createElement)("span",{className:"hidden"},__("Unavailable","full-site-editing")),m):(0,r.createElement)(r.Fragment,null,(0,r.createElement)("span",{className:"hidden"},__("Available","full-site-editing")),p)):(0,r.createElement)(r.Fragment,null,(0,r.createElement)("span",{className:"hidden"},__("Unavailable","full-site-editing"))))})))})))})),(0,r.createElement)("tbody",null,(0,r.createElement)("tr",{className:"plans-details__header-row"},(0,r.createElement)("th",{colSpan:6},__("Sign up","full-site-editing"))),(0,r.createElement)("tr",{className:"plans-details__feature-row",key:"price"},(0,r.createElement)("th",null,"ANNUALLY"===i?w:P),b?_.map((function(e){return(0,r.createElement)("td",{key:e},(0,r.createElement)("span",{className:"plans-details__placeholder"},""))})):g.map((function(e,t){var n;return(0,r.createElement)("td",{key:e.periodAgnosticSlug},null===(n=h[t])||void 0===n?void 0:n.price)}))),(0,r.createElement)("tr",{className:"plans-details__feature-row",key:"cta"},(0,r.createElement)("th",null),b?_.map((function(e){return(0,r.createElement)("td",{key:e},(0,r.createElement)(s.Button,{className:"plans-details__select-button",isPrimary:!0,disabled:!0},(0,r.createElement)("span",{className:"plans-details__placeholder plans-details__placeholder--narrow"},""))," ")})):g.map((function(e,n){return(0,r.createElement)("td",{key:e.periodAgnosticSlug},(0,r.createElement)(s.Button,{className:"plans-details__select-button",onClick:function(){var e;t(null===(e=h[n])||void 0===e?void 0:e.productId)},isPrimary:!0},(0,r.createElement)("span",null,__("Select","full-site-editing"))))}))))))}},373:function(e,t,n){"use strict";var r=n(8527),i=n.n(r),o=n(3027),a=(n(3804),n(2779)),c=n.n(a),s=n(7997),u=n(5869),l=n(9806),d=n(8565),f=n(9215),p=(n(7713),function(e){var t=e.className;return(0,o.createElement)(u.Z,{className:t,icon:l.Z,size:18})}),m=function(e){var t=e.className;return(0,o.createElement)(u.Z,{className:t,icon:d.Z,size:18})},g=function(e){var t=e.children,n=e.className;return(0,o.createElement)("span",{className:n},t)},h=function(e){var t=e.billingPeriod,__=e.__,n=__("Included with annual plans","full-site-editing"),r=__("Only included with annual plans","full-site-editing");return(0,o.createElement)("span",{className:"plans-feature-list__item-annual-nudge","aria-label":"ANNUALLY"===t?n:r},n)};var v=function(e,t){var n=e.bulletIcon,r=e.textNode,i=e.requiresAnnuallyBilledPlan,a=e.contentWrapperNode,s=void 0===a?g:a,u=e.listItemExtraClassName,l=e.billingPeriod,__=(0,f.QT)().__;return(0,o.createElement)("li",{key:t,className:c()("plans-feature-list__item",{"plans-feature-list__item--requires-annual-enabled":i&&"ANNUALLY"===l,"plans-feature-list__item--requires-annual-disabled":i&&"ANNUALLY"!==l},u)},(0,o.createElement)(s,{className:"plans-feature-list__item-content-wrapper"},(0,o.createElement)(n,{className:"plans-feature-list__item-bullet-icon"}),(0,o.createElement)("span",{className:"plans-feature-list__item-text"},i&&(0,o.createElement)(h,{billingPeriod:l,__:__}),(0,o.createElement)("span",{className:"plans-feature-list__item-description"},r))))};t.Z=function(e){var t=e.features,n=e.domain,r=e.billingPeriod,a=e.isFree,u=void 0!==a&&a,l=e.isOpen,d=void 0!==l&&l,g=e.onPickDomain,h=e.disabledLabel,y=e.multiColumn,b=void 0!==y&&y,__=(0,f.QT)().__,_=function(e,t,n,__){var r="plans-feature-list__item-content-wrapper--domain-button";return{NO_DOMAIN:{FREE_PLAN:null,PAID_PLAN:{wrapperClassName:c()(r,"is-cta"),bulletIcon:"ANNUALLY"===n?p:m,requiresAnnuallyBilledPlan:!0,domainMessage:(0,o.createElement)(o.Fragment,null,__("Pick a free domain (1 year)","full-site-editing"))}},FREE_DOMAIN:{FREE_PLAN:null,PAID_PLAN:{wrapperClassName:c()(r,"is-cta"),bulletIcon:"ANNUALLY"===n?p:m,requiresAnnuallyBilledPlan:!0,domainMessage:(0,o.createElement)(o.Fragment,null,__("Pick a free domain (1 year)","full-site-editing"))}},PAID_DOMAIN:{FREE_PLAN:{wrapperClassName:c()(r,"is-unavailable"),bulletIcon:m,requiresAnnuallyBilledPlan:!1,domainMessage:(0,o.createElement)(o.Fragment,null,(0,o.createInterpolateElement)(__("<url /> is not included","full-site-editing"),{url:(0,o.createElement)("span",{className:"plans-feature-list__item-url"},null==t?void 0:t.domain_name)}))},PAID_PLAN:{wrapperClassName:r,bulletIcon:"ANNUALLY"===n?p:m,requiresAnnuallyBilledPlan:!0,domainMessage:(0,o.createElement)(o.Fragment,null,(0,o.createInterpolateElement)(__("<url /> is included","full-site-editing"),{url:(0,o.createElement)("span",{className:"plans-feature-list__item-url"},null==t?void 0:t.domain_name)}))}}}[t&&(t.is_free?"FREE_DOMAIN":"PAID_DOMAIN")||"NO_DOMAIN"][e?"FREE_PLAN":"PAID_PLAN"]}(u,n,r,__),E=[];return h?E.push({bulletIcon:m,textNode:h,requiresAnnuallyBilledPlan:!1,listItemExtraClassName:"plans-feature-list__item--disabled-message"}):_&&E.push({bulletIcon:_.bulletIcon,textNode:_.domainMessage,requiresAnnuallyBilledPlan:_.requiresAnnuallyBilledPlan,contentWrapperNode:function(e){var t=e.children,n=e.className;return(0,o.createElement)(s.Button,{className:c()(_.wrapperClassName,n),onClick:g,isLink:!0},t)}}),t.forEach((function(e){var t=e.name,n=e.requiresAnnuallyBilledPlan;return E.push({bulletIcon:n&&"MONTHLY"===r?m:p,textNode:t,requiresAnnuallyBilledPlan:n})})),(0,o.createElement)("div",{className:"plans-feature-list",hidden:!d},(0,o.createElement)("ul",{className:c()("plans-feature-list__item-group",{"plans-feature-list__item-group--columns":b})},E.map((function(e,t){return(0,o.createElement)(v,i()({},e,{billingPeriod:r,key:t}))}))))}},7891:function(e,t,n){"use strict";var r=n(3027),i=(n(3804),n(2779)),o=n.n(i);n(7713);t.Z=function(e){var t=e.isOpen,n=void 0!==t&&t,i=e.multiColumn,a=void 0!==i&&i,c=Array.from(Array(10).keys());return(0,r.createElement)("div",{className:"plans-feature-list",hidden:!n},(0,r.createElement)("ul",{className:o()("plans-feature-list__item-group",{"plans-feature-list__item-group--columns":a})},c.map((function(e){return(0,r.createElement)("li",{key:e,className:"plans-feature-list__item"},(0,r.createElement)("span",{className:"plans-feature-list__placeholder"},""))}))))}},5315:function(e,t,n){"use strict";var r=n(1068),i=n.n(r),o=n(3027),a=n(3804),c=n(5707),s=n(9215),u=n(5915),l=n(8049),d=n.n(l),f=n(6795),p=n(222),m=n(4689),g=n(1954),h=n(1201),v=n(9255),y=(n(566),d()("plans-grid"));t.Z=function(e){var t=e.header,n=e.selectedFeatures,r=e.currentPlanProductId,l=e.currentDomain,d=e.onPlanSelect,b=e.onPickDomainClick,_=e.disabledPlans,E=e.isAccordion,S=e.locale,w=e.showPlanTaglines,P=void 0!==w&&w,C=e.CTAVariation,N=void 0===C?"NORMAL":C,x=e.popularBadgeVariation,A=void 0===x?"ON_TOP":x,O=e.customTagLines,T=e.hidePlansComparison,L=void 0!==T&&T,I=e.defaultAllPlansExpanded,k=void 0!==I&&I,D=e.onBillingPeriodChange,__=(0,s.QT)().__,F=(0,c.useSelect)((function(e){var t;return null===(t=e(v.F).getPlanProductById(r))||void 0===t?void 0:t.billingPeriod})),R=a.useState(F||"ANNUALLY"),Z=i()(R,2),j=Z[0],M=Z[1];a.useEffect((function(){D&&D(j)}),[j,D]);var U=(0,h.N)(S,j).maxAnnualDiscount;return E&&y("PlansGrid accordion version is active"),(0,o.createElement)("div",{className:"plans-grid"},t&&(0,o.createElement)("div",{className:"plans-grid__header"},t),(0,o.createElement)(g.Z,{intervalType:j,onChange:M,maxMonthlyDiscountPercentage:U,className:"plans-grid__toggle"}),(0,o.createElement)("div",{className:"plans-grid__table"},(0,o.createElement)("div",{className:"plans-grid__table-container"},E?(0,o.createElement)(p.Z,{selectedFeatures:n,selectedPlanProductId:r,onPlanSelect:d,currentDomain:l,onPickDomainClick:b,disabledPlans:_,locale:S,billingPeriod:j}):(0,o.createElement)(f.Z,{popularBadgeVariation:A,CTAVariation:N,selectedPlanProductId:r,onPlanSelect:d,customTagLines:O,currentDomain:l,onPickDomainClick:b,disabledPlans:_,locale:S,showTaglines:P,defaultAllPlansExpanded:k,billingPeriod:j}))),!L&&(0,o.createElement)("div",{className:"plans-grid__details"},(0,o.createElement)("div",{className:"plans-grid__details-heading"},(0,o.createElement)(u.b,{tagName:"h2"},__("Detailed comparison","full-site-editing"))),(0,o.createElement)("div",{className:"plans-grid__details-container"},(0,o.createElement)(m.Z,{onSelect:d,locale:S,billingPeriod:j}))))}},1954:function(e,t,n){"use strict";var r=n(3027),i=(n(3804),n(9215)),o=n(849),a=n(3163),c=n(7997),s=n(2779),u=n.n(s),l=n(5532),d=(n(2764),function(e){var t=e.children,n={desktop:"middle right",mobile:"bottom center"};return(0,r.createElement)(r.Fragment,null,Object.keys(n).map((function(e){return(0,r.createElement)(c.Popover,{key:e,className:u()("plans-interval-toggle__popover","plans-interval-toggle__popover--".concat(e)),position:n[e],noArrow:!1},t)})))});t.Z=function(e){var t=e.onChange,n=e.intervalType,c=e.maxMonthlyDiscountPercentage,s=e.className,f=void 0===s?"":s,p=(0,i.QT)(),__=p.__,m=p.hasTranslation,g=(0,o.bU)(),h=__("Pay monthly","full-site-editing"),v=__("Monthly","full-site-editing"),y="en"===g||null!=m&&m("Monthly")?v:h,b=__("Pay annually","full-site-editing"),_=__("Annually","full-site-editing"),E="en"===g||null!=m&&m("Annually")?_:b;return(0,r.createElement)("div",{className:u()("plans-interval-toggle",{"plans-interval-toggle--monthly":"MONTHLY"===n},f)},(0,r.createElement)(l.Z,null,(0,r.createElement)(l.Z.Item,{selected:"MONTHLY"===n,onClick:function(){return t("MONTHLY")}},(0,r.createElement)("span",{className:"plans-interval-toggle__label"},y)),(0,r.createElement)(l.Z.Item,{selected:"ANNUALLY"===n,onClick:function(){return t("ANNUALLY")}},(0,r.createElement)("span",{className:"plans-interval-toggle__label"},E),"MONTHLY"===n&&c&&(0,r.createElement)(d,null,(0,a.sprintf)(__("Save up to %(maxDiscount)d%% by paying annually and get a free domain for one year","full-site-editing"),{maxDiscount:c})))))}},6795:function(e,t,n){"use strict";var r=n(1068),i=n.n(r),o=n(3027),a=n(3804),c=n(5707),s=n(2893),u=n(1201),l=n(9255);n(1698);t.Z=function(e){var t=e.selectedPlanProductId,n=e.onPlanSelect,r=e.onPickDomainClick,d=e.currentDomain,f=e.disabledPlans,p=e.locale,m=e.billingPeriod,g=e.showTaglines,h=void 0!==g&&g,v=e.CTAVariation,y=void 0===v?"NORMAL":v,b=e.popularBadgeVariation,_=void 0===b?"ON_TOP":b,E=e.customTagLines,S=e.defaultAllPlansExpanded,w=void 0!==S&&S,P=(0,u.N)(p,m).supportedPlans,C=(0,a.useState)(w),N=i()(C,2),x=N[0],A=N[1],O=(0,c.useSelect)((function(e){return e(l.F).getPlanProduct}));return(0,o.createElement)("div",{className:"plans-table"},P.filter((function(e){return!!e})).map((function(e){var i,a,c;return(0,o.createElement)(s.Z,{popularBadgeVariation:_,allPlansExpanded:x,key:e.periodAgnosticSlug,slug:e.periodAgnosticSlug,domain:d,tagline:null!==(i=h&&(null==E?void 0:E[e.periodAgnosticSlug]))&&void 0!==i?i:e.description,CTAVariation:y,features:null!==(a=e.features)&&void 0!==a?a:[],billingPeriod:m,isPopular:e.isPopular,isFree:e.isFree,name:null==e?void 0:e.title.toString(),isSelected:!!t&&t===(null===(c=O(e.periodAgnosticSlug,m))||void 0===c?void 0:c.productId),onSelect:n,onPickDomainClick:r,onToggleExpandAll:function(){return A((function(e){return!e}))},disabledLabel:null==f?void 0:f[e.periodAgnosticSlug]})})))}},2893:function(e,t,n){"use strict";var r=n(1068),i=n.n(r),o=n(3027),a=n(3804),c=n(2779),s=n.n(c),u=n(7997),l=n(1417),d=n(3163),f=n(9215),p=n(849),m=n(5707),g=n(5869),h=n(9806),v=n(373),y=n(9255),b=(0,o.createElement)(g.Z,{icon:h.Z,size:17}),_=(0,o.createElement)("svg",{width:"8",viewBox:"0 0 8 4"},(0,o.createElement)("path",{d:"M0 0 L8 0 L4 4 L0 0",fill:"currentColor"}));t.Z=function(e){var t,n=e.slug,r=e.name,c=e.tagline,g=e.isPopular,h=void 0!==g&&g,E=e.isFree,S=void 0!==E&&E,w=e.domain,P=e.features,C=e.billingPeriod,N=e.onSelect,x=e.onPickDomainClick,A=e.onToggleExpandAll,O=e.allPlansExpanded,T=e.disabledLabel,L=e.CTAVariation,I=void 0===L?"NORMAL":L,k=e.popularBadgeVariation,D=void 0===k?"ON_TOP":k,F=e.isSelected,R=(0,f.QT)(),__=R.__,Z=R.hasTranslation,j=(0,p.bU)(),M=(0,m.useSelect)((function(e){return e(y.F).getPlanProduct(n,C)})),U=a.useState(!1),B=i()(U,2),V=B[0],H=B[1],z=(0,l.useViewportMatch)("mobile",">=");a.useEffect((function(){H(O)}),[O]);var $=O||z||h||V,W=__("Choose","full-site-editing"),G=__("Current Selection","full-site-editing"),q=__("Select %s","full-site-editing"),Y=__("billed annually","full-site-editing"),K=__("per month, billed as %s annually","full-site-editing"),Q="en"===j||null!=Z&&Z("per month, billed as %s annually")?(0,d.sprintf)(K,null==M?void 0:M.annualPrice):Y,J=__("per month, billed monthly","full-site-editing"),X=__("Collapse all plans","full-site-editing"),ee=__("Expand all plans","full-site-editing");return(0,o.createElement)("div",{className:s()("plan-item",{"is-popular":h,"is-open":$,"badge-next-to-name":"NEXT_TO_NAME"===D})},h&&"ON_TOP"===D&&(0,o.createElement)("span",{className:"plan-item__badge"},__("Popular","full-site-editing")),(0,o.createElement)("div",{className:s()("plan-item__viewport",{"is-popular":h})},(0,o.createElement)("div",{className:"plan-item__details"},(0,o.createElement)("div",{tabIndex:0,role:"button",onClick:function(){return H((function(e){return!e}))},onKeyDown:function(e){return 32===e.keyCode&&H((function(e){return!e}))},className:"plan-item__summary"},(0,o.createElement)("div",{className:s()("plan-item__heading",{"badge-next-to-name":"NEXT_TO_NAME"===D})},(0,o.createElement)("div",{className:"plan-item__name"},r),h&&"NEXT_TO_NAME"===D&&(0,o.createElement)("span",{className:"plan-item__badge-next-to-name"},__("Popular","full-site-editing"))),c&&(0,o.createElement)("p",{className:"plan-item__tagline"},c),(0,o.createElement)("div",{className:"plan-item__price"},(0,o.createElement)("div",{className:s()("plan-item__price-amount",{"is-loading":!(null!=M&&M.price)})},(null==M?void 0:M.price)||" ")),!$&&(0,o.createElement)("div",{className:"plan-item__dropdown-chevron"},_)),(0,o.createElement)("div",{hidden:!$},(0,o.createElement)("div",{className:"plan-item__price-note"},S&&__("free forever","full-site-editing"),!S&&("ANNUALLY"===C?Q:J)),(0,o.createElement)("div",{className:s()("plan-item__price-discount",{"plan-item__price-discount--disabled":"ANNUALLY"!==C,"plan-item__price-discount--hidden":S}),"aria-hidden":S?"true":"false"},(0,d.sprintf)(__("Save %(discountRate)s%% by paying annually","full-site-editing"),{discountRate:null!==(t=null==M?void 0:M.annualDiscount)&&void 0!==t?t:0})),(0,o.createElement)("div",{className:"plan-item__actions"},"NORMAL"===I?(0,o.createElement)(u.Button,{className:"plan-item__select-button",onClick:function(){N(null==M?void 0:M.productId)},isPrimary:!0,disabled:!!T},(0,o.createElement)("span",null,null!=T?T:W)):(0,o.createElement)(u.Button,{className:s()("plan-item__select-button full-width",{"is-selected":F,"is-popular":h}),onClick:function(){N(null==M?void 0:M.productId)},isPrimary:h,disabled:!!T},(0,o.createElement)("span",null,null!=T?T:(0,o.createElement)(o.Fragment,null,F?b:"",F?G:(0,d.sprintf)(q,r))))),(0,o.createElement)(v.Z,{features:P,domain:w,isFree:S,isOpen:$,onPickDomain:x,disabledLabel:T&&(0,d.sprintf)(__("%s is not included","full-site-editing"),null==w?void 0:w.domain_name),billingPeriod:C})))),h&&!z&&(0,o.createElement)(u.Button,{onClick:A,className:"plan-item__mobile-expand-all-plans",isLink:!0},O?X:ee))}},5532:function(e,t,n){"use strict";n.d(t,{Z:function(){return E}});var r=n(85),i=n.n(r),o=n(5198),a=n.n(o),c=n(270),s=n.n(c),u=n(4564),l=n.n(u),d=n(1260),f=n.n(d),p=n(3027),m=n(3980),g=n.n(m),h=n(3804),v=n.n(h),y=n(2779),b=n.n(y),_=n(8268),E=(n(9528),function(e){s()(n,e);var t=l()(n);function n(){return i()(this,n),t.apply(this,arguments)}return a()(n,[{key:"render",value:function(){var e={"is-compact":this.props.compact,"is-primary":this.props.primary};return(0,p.createElement)("ul",{className:b()("segmented-control",e,this.props.className),style:this.props.style,role:"radiogroup"},this.props.children)}}]),n}(v().Component));f()(E,"Item",_.Z),f()(E,"propTypes",{className:g().string,compact:g().bool,primary:g().bool,style:g().object,children:g().node.isRequired})},8268:function(e,t,n){"use strict";var r=n(85),i=n.n(r),o=n(5198),a=n.n(o),c=n(8111),s=n.n(c),u=n(270),l=n.n(u),d=n(4564),f=n.n(d),p=n(1260),m=n.n(p),g=n(3027),h=n(3980),v=n.n(h),y=n(3804),b=n.n(y),_=n(2779),E=n.n(_),S=function(e){l()(n,e);var t=f()(n);function n(){var e;i()(this,n);for(var r=arguments.length,o=new Array(r),a=0;a<r;a++)o[a]=arguments[a];return e=t.call.apply(t,[this].concat(o)),m()(s()(e),"handleKeyEvent",(function(e){switch(e.keyCode){case 13:case 32:e.preventDefault(),document.activeElement.click()}})),e}return a()(n,[{key:"render",value:function(){var e=E()({"segmented-control__item":!0,"is-selected":this.props.selected}),t=E()("segmented-control__link",m()({},"item-index-".concat(this.props.index),null!=this.props.index));return(0,g.createElement)("li",{className:e},(0,g.createElement)("a",{href:this.props.path,className:t,onClick:this.props.onClick,title:this.props.title,"data-e2e-value":this.props.value,role:"radio",tabIndex:0,"aria-checked":this.props.selected,onKeyDown:this.handleKeyEvent},(0,g.createElement)("span",{className:"segmented-control__text"},this.props.children)))}}]),n}(b().Component);m()(S,"propTypes",{children:v().node.isRequired,path:v().string,selected:v().bool,title:v().string,value:v().string,onClick:v().func,index:v().number}),m()(S,"defaultProps",{selected:!1}),t.Z=S},9255:function(e,t,n){"use strict";n.d(t,{F:function(){return o},J:function(){return a}});var r=n(9734),i=n(182),o=r.z2(),a=i.z()},9215:function(e,t,n){"use strict";n.d(t,{QT:function(){return m}});var r=n(5182),i=n.n(r),o=n(8527),a=n.n(o),c=(n(1068),n(3027)),s=n(3804),u=n(3163),l=n(1417),d=n(5799),f={__:u.__,_n:u._n,_nx:u._nx,_x:u._x,isRTL:u.isRTL,setLocaleData:u.setLocaleData},p=s.createContext(h()),m=function(){return s.useContext(p)};(0,l.createHigherOrderComponent)((function(e){return function(t){var n=m();return(0,c.createElement)(e,a()({},n,t))}}),"withI18n");function g(e,t,n){var r=e[t],o=n.hasFilter,a=n.applyFilters;return o("preTranslation")||o("postTranslation")?function(){for(var e=arguments.length,o=new Array(e),c=0;c<e;c++)o[c]=arguments[c];var s=a("preTranslation",o,t,n);return a("postTranslation",r.apply(void 0,i()(s)),s,t,n)}:r}function h(e,t){var n=e?(0,u.createI18n)(e):f,r=e?function(t,n){return function(e,t,n){return("string"==typeof n?"".concat(n,"",t):t)in e}(e,t,n)}:void 0,i=null!=t?t:(0,d.createHooks)(),o=i.addFilter,a=i.removeFilter,c={addFilter:o,removeFilter:a,hasFilter:i.hasFilter,applyFilters:i.applyFilters};return{__:g(n,"__",c),_n:g(n,"_n",c),_nx:g(n,"_nx",c),_x:g(n,"_x",c),isRTL:n.isRTL,localeData:e,hasTranslation:r,addFilter:o,removeFilter:a}}},8552:function(e,t,n){"use strict";n.d(t,{Vw:function(){return E},sS:function(){return N}});var r,i=n(2278),o=n(2884),a=n.n(o),c=n(8650),s=n.n(c),u=n(8049),l=n.n(u)()("wpcom-proxy-request"),d="https://public-api.wordpress.com",f=window.location.protocol+"//"+window.location.host,p=function(){var e=!1;try{window.postMessage({toString:function(){e=!0}},"*")}catch(t){}return e}(),m=function(){try{return new window.File(["a"],"test.jpg",{type:"image/jpeg"}),!0}catch(e){return!1}}(),g=null,h=!1,v={},y=!!window.ProgressEvent&&!!window.FormData;l('using "origin": %o',f);var b=function(e,t){var n=Object.assign({},e);l("request(%o)",n),g||C();var o=(0,i.Z)();n.callback=o,n.supports_args=!0,n.supports_error_obj=!0,n.supports_progress=y,n.method=String(n.method||"GET").toUpperCase(),l("params object: %o",n);var a=new window.XMLHttpRequest;if(a.params=n,v[o]=a,"function"==typeof t){var c=!1,s=function(e){if(!c){c=!0;var n=e.error||e.err||e;l("error: ",n),l("headers: ",e.headers),t(n,null,e.headers)}};a.addEventListener("load",(function(e){if(!c){c=!0;var n=e.response||a.response;l("body: ",n),l("headers: ",e.headers),t(null,n,e.headers)}})),a.addEventListener("abort",s),a.addEventListener("error",s)}return"function"==typeof n.onStreamRecord&&delete n.onStreamRecord,h?S(n):(l("buffering API request since proxying <iframe> is not yet loaded"),r.push(n)),a},_=function(e,t){return"function"==typeof t?b(e,t):new Promise((function(t,n){b(e,(function(e,r){e?n(e):t(r)}))}))};function E(){return _({metaAPI:{accessAllUsersBlogs:!0}})}function S(e){l("sending API request to proxy <iframe> %o",e),e.formData&&function(e){if(!window.chrome||!m)return;for(var t=0;t<e.length;t++){var n=P(e[t][1]);n&&(e[t][1]=new window.File([n],n.name,{type:n.type}))}}(e.formData),g.contentWindow.postMessage(p?JSON.stringify(e):e,d)}function w(e){return e&&"[object File]"===Object.prototype.toString.call(e)}function P(e){return w(e)?e:"object"==typeof e&&w(e.fileContents)?e.fileContents:null}function C(){l("install()"),g&&(l("uninstall()"),window.removeEventListener("message",x),document.body.removeChild(g),h=!1,g=null),r=[],window.addEventListener("message",x),(g=document.createElement("iframe")).src=d+"/wp-admin/rest-proxy/?v=2.0#"+f,g.style.display="none",document.body.appendChild(g)}var N=function(){C()};function x(e){if(l("onmessage"),e.origin===d)if(e.source===g.contentWindow){var t=e.data;if(!t)return l("no `data`, bailing");if("ready"!==t){if(p&&"string"==typeof t&&(t=JSON.parse(t)),t.upload||t.download)return function(e){l('got "progress" event: %o',e);var t=v[e.callbackId];if(t){var n=new(s())("progress",e);(e.upload?t.upload:t).dispatchEvent(n)}}(t);if(!t.length)return l("`e.data` doesn't appear to be an Array, bailing...");var n=t[t.length-1];if(!(n in v))return l("bailing, no matching request with callback: %o",n);var i,o=v[n],c=o.params,u=t[0],f=t[1],m=t[2];if(207===f||delete v[n],c.metaAPI?f="metaAPIupdated"===u?200:500:l("got %o status code for URL: %o",f,c.path),"object"==typeof m)if(m.status=f,i=m["Content-Type"],/^application[/]x-ndjson($|;)/.test(i))return void A(o,new Error("stream mode processing is not yet implemented for wpcom-proxy-request"),m);if(f&&2===Math.floor(f/100))!function(e,t,n){var r=new(s())("load");r.data=r.body=r.response=t,r.headers=n,e.dispatchEvent(r)}(o,u,m);else A(o,a()(c,f,u),m)}else!function(){if(l('proxy <iframe> "load" event'),h=!0,r){for(var e=0;e<r.length;e++)S(r[e]);r=null}}()}else l("ignoring message... iframe elements do not match");else l("ignoring message... %o !== %o",e.origin,d)}function A(e,t,n){var r=new(s())("error");r.error=r.err=t,r.headers=n,e.dispatchEvent(r)}t.ZP=_},8049:function(e,t,n){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;var n="color: "+this.color;t.splice(1,0,n,"color: inherit");var r=0,i=0;t[0].replace(/%[a-zA-Z%]/g,(function(e){"%%"!==e&&(r++,"%c"===e&&(i=r))})),t.splice(i,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(n){}},t.load=function(){var e;try{e=t.storage.getItem("debug")}catch(n){}!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG);return e},t.useColors=function(){if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage=function(){try{return localStorage}catch(e){}}(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||function(){},e.exports=n(2632)(t),e.exports.formatters.j=function(e){try{return JSON.stringify(e)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}},2632:function(e,t,n){var r=n(5182);e.exports=function(e){function t(e){var n;function r(){for(var e=arguments.length,i=new Array(e),o=0;o<e;o++)i[o]=arguments[o];if(r.enabled){var a=r,c=Number(new Date),s=c-(n||c);a.diff=s,a.prev=n,a.curr=c,n=c,i[0]=t.coerce(i[0]),"string"!=typeof i[0]&&i.unshift("%O");var u=0;i[0]=i[0].replace(/%([a-zA-Z%])/g,(function(e,n){if("%%"===e)return e;u++;var r=t.formatters[n];if("function"==typeof r){var o=i[u];e=r.call(a,o),i.splice(u,1),u--}return e})),t.formatArgs.call(a,i);var l=a.log||t.log;l.apply(a,i)}}return r.namespace=e,r.enabled=t.enabled(e),r.useColors=t.useColors(),r.color=t.selectColor(e),r.destroy=i,r.extend=o,"function"==typeof t.init&&t.init(r),t.instances.push(r),r}function i(){var e=t.instances.indexOf(this);return-1!==e&&(t.instances.splice(e,1),!0)}function o(e,n){var r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function a(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){var e=[].concat(r(t.names.map(a)),r(t.skips.map(a).map((function(e){return"-"+e})))).join(",");return t.enable(""),e},t.enable=function(e){var n;t.save(e),t.names=[],t.skips=[];var r=("string"==typeof e?e:"").split(/[\s,]+/),i=r.length;for(n=0;n<i;n++)r[n]&&("-"===(e=r[n].replace(/\*/g,".*?"))[0]?t.skips.push(new RegExp("^"+e.substr(1)+"$")):t.names.push(new RegExp("^"+e+"$")));for(n=0;n<t.instances.length;n++){var o=t.instances[n];o.enabled=t.enabled(o.namespace)}},t.enabled=function(e){if("*"===e[e.length-1])return!0;var n,r;for(n=0,r=t.skips.length;n<r;n++)if(t.skips[n].test(e))return!1;for(n=0,r=t.names.length;n<r;n++)if(t.names[n].test(e))return!0;return!1},t.humanize=n(1378),Object.keys(e).forEach((function(n){t[n]=e[n]})),t.instances=[],t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){for(var n=0,r=0;r<e.length;r++)n=(n<<5)-n+e.charCodeAt(r),n|=0;return t.colors[Math.abs(n)%t.colors.length]},t.enable(t.load()),t}},1898:function(e,t){"use strict";var n="Invariant failed";t.Z=function(e,t){if(!e)throw new Error(n)}},3830:function(e,t,n){"use strict";var r=n(956);e.exports=function(){var e=r.apply(r,arguments);return e.charAt(0).toUpperCase()+e.slice(1)}},956:function(e){"use strict";e.exports=function(){var e=[].map.call(arguments,(function(e){return e.trim()})).filter((function(e){return e.length})).join("-");return e.length?1!==e.length&&/[_.\- ]+/.test(e)?e.replace(/^[_.\- ]+/,"").toLowerCase().replace(/[_.\- ]+(\w|$)/g,(function(e,t){return t.toUpperCase()})):e[0]===e[0].toLowerCase()&&e.slice(1)!==e.slice(1).toLowerCase()?e:e.toLowerCase():""}},7127:function(e,t,n){"use strict";n.d(t,{Z:function(){return a}});var r=n(3804),i=n(669);function o(e,t){return e===t}function a(e,t,n){var a=n&&n.equalityFn?n.equalityFn:o,c=(0,r.useState)(e),s=c[0],u=c[1],l=(0,i.Z)((0,r.useCallback)((function(e){return u(e)}),[]),t,n),d=l[0],f=l[1],p=(0,r.useRef)(e);return(0,r.useEffect)((function(){a(p.current,e)||(d(e),p.current=e)}),[e,d,a]),[s,f]}},669:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r=n(3804);function i(e,t,n){void 0===n&&(n={});var i=n.maxWait,o=(0,r.useRef)(null),a=(0,r.useRef)([]),c=n.leading,s=(0,r.useRef)(!1),u=(0,r.useRef)(null),l=(0,r.useRef)(!1),d=(0,r.useRef)(e);d.current=e;var f=(0,r.useCallback)((function(){clearTimeout(u.current),clearTimeout(o.current),o.current=null,a.current=[],u.current=null,s.current=!1}),[]);(0,r.useEffect)((function(){return function(){l.current=!0}}),[]);return[(0,r.useCallback)((function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];if(a.current=e,clearTimeout(u.current),!u.current&&c&&!s.current)return d.current.apply(d,e),void(s.current=!0);u.current=setTimeout((function(){f(),l.current||d.current.apply(d,e)}),t),i&&!o.current&&(o.current=setTimeout((function(){var e=a.current;f(),l.current||d.current.apply(null,e)}),i))}),[i,t,f,c]),f,function(){u.current&&(d.current.apply(null,a.current),f())}]}},8186:function(e,t,n){"use strict";var r=n(7320),i=n(3804);t.useSubscription=function(e){var t=e.getCurrentValue,n=e.subscribe,o=i.useState((function(){return{getCurrentValue:t,subscribe:n,value:t()}}));e=o[0];var a=o[1];return o=e.value,e.getCurrentValue===t&&e.subscribe===n||(o=t(),a({getCurrentValue:t,subscribe:n,value:o})),i.useDebugValue(o),i.useEffect((function(){function e(){if(!i){var e=t();a((function(i){return i.getCurrentValue!==t||i.subscribe!==n||i.value===e?i:r({},i,{value:e})}))}}var i=!1,o=n(e);return e(),function(){i=!0,o()}}),[t,n]),o}},6718:function(e,t,n){"use strict";e.exports=n(8186)},838:function(e,t){"use strict";function n(e){return e.valueOf?e.valueOf():Object.prototype.valueOf.call(e)}t.Z=function e(t,r){if(t===r)return!0;if(null==t||null==r)return!1;if(Array.isArray(t))return Array.isArray(r)&&t.length===r.length&&t.every((function(t,n){return e(t,r[n])}));if("object"==typeof t||"object"==typeof r){var i=n(t),o=n(r);return i!==t||o!==r?e(i,o):Object.keys(Object.assign({},t,r)).every((function(n){return e(t[n],r[n])}))}return!1}},2884:function(e,t,n){var r=n(3830),i=n(7260);function o(e,t){if(t)if("number"==typeof t)a(e,t);else{t.status_code&&a(e,t.status_code),t.error&&(e.name=s(t.error)),t.error_description&&(e.message=t.error_description);var n=t.errors;if(n)o(e,n.length?n[0]:n);for(var r in t)e[r]=t[r];e.status&&(t.method||t.path)&&c(e)}}function a(e,t){e.name=s(i[t]),e.status=e.statusCode=t,c(e)}function c(e){var t=e.status,n=e.method,r=e.path,i=t+" status code",o=n||r;o&&(i+=' for "'),n&&(i+=n),o&&(i+=" "),r&&(i+=r),o&&(i+='"'),e.message=i}function s(e){return r(String(e).replace(/error$/i,""),"error")}e.exports=function e(){for(var t=new Error,n=0;n<arguments.length;n++)o(t,arguments[n]);"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(t,e);return t}},7260:function(e){e.exports={100:"Continue",101:"Switching Protocols",102:"Processing",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",208:"Already Reported",226:"IM Used",300:"Multiple Choices",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"I'm a teapot",421:"Misdirected Request",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Unordered Collection",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",509:"Bandwidth Limit Exceeded",510:"Not Extended",511:"Network Authentication Required"}},4024:function(e,t){"use strict";for(var n=[],r=0;r<256;++r)n[r]=(r+256).toString(16).substr(1);t.Z=function(e,t){var r=t||0,i=n;return[i[e[r++]],i[e[r++]],i[e[r++]],i[e[r++]],"-",i[e[r++]],i[e[r++]],"-",i[e[r++]],i[e[r++]],"-",i[e[r++]],i[e[r++]],"-",i[e[r++]],i[e[r++]],i[e[r++]],i[e[r++]],i[e[r++]],i[e[r++]]].join("")}},9771:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto),i=new Uint8Array(16);function o(){if(!r)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return r(i)}},6374:function(e,t,n){"use strict";var r=n(9771),i=n(4024);t.Z=function(e,t,n){var o=t&&n||0;"string"==typeof e&&(t="binary"===e?new Array(16):null,e=null);var a=(e=e||{}).random||(e.rng||r.Z)();if(a[6]=15&a[6]|64,a[8]=63&a[8]|128,t)for(var c=0;c<16;++c)t[o+c]=a[c];return t||(0,i.Z)(a)}},4947:function(e,t){"use strict";for(var n=[],r=0;r<256;++r)n[r]=(r+256).toString(16).substr(1);t.Z=function(e,t){var r=t||0,i=n;return[i[e[r++]],i[e[r++]],i[e[r++]],i[e[r++]],"-",i[e[r++]],i[e[r++]],"-",i[e[r++]],i[e[r++]],"-",i[e[r++]],i[e[r++]],"-",i[e[r++]],i[e[r++]],i[e[r++]],i[e[r++]],i[e[r++]],i[e[r++]]].join("")}},4750:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto),i=new Uint8Array(16);function o(){if(!r)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return r(i)}},2278:function(e,t,n){"use strict";var r=n(4750),i=n(4947);t.Z=function(e,t,n){var o=t&&n||0;"string"==typeof e&&(t="binary"===e?new Array(16):null,e=null);var a=(e=e||{}).random||(e.rng||r.Z)();if(a[6]=15&a[6]|64,a[8]=63&a[8]|128,t)for(var c=0;c<16;++c)t[o+c]=a[c];return t||(0,i.Z)(a)}},3804:function(e){"use strict";e.exports=window.React},8681:function(e){"use strict";e.exports=window["a8c-fse-common-data-stores"]},1205:function(e){"use strict";e.exports=window.lodash},7997:function(e){"use strict";e.exports=window.wp.components},1417:function(e){"use strict";e.exports=window.wp.compose},5707:function(e){"use strict";e.exports=window.wp.data},9866:function(e){"use strict";e.exports=window.wp.dataControls},3613:function(e){"use strict";e.exports=window.wp.deprecated},3027:function(e){"use strict";e.exports=window.wp.element},5799:function(e){"use strict";e.exports=window.wp.hooks},3163:function(e){"use strict";e.exports=window.wp.i18n},1200:function(e){"use strict";e.exports=window.wp.plugins},2418:function(e){"use strict";e.exports=window.wp.primitives},791:function(e){"use strict";e.exports=window.wp.url}},t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={exports:{}};return e[r](i,i.exports,n),i.exports}return n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n(272)}());
editor-site-launch/dist/focused-launch.rtl.css CHANGED
@@ -1 +1 @@
1
- body.has-focused-launch-modal{overflow:hidden}.launch__focused-modal-overlay.launch__focused-modal-overlay--delay-animation-in{animation-delay:1s;animation-fill-mode:both}.launch__focused-modal-overlay.launch__focused-modal-overlay--delay-animation-in .launch__focused-modal{animation-delay:inherit}.launch__focused-modal.components-modal__frame{transform:none}.launch__focused-modal .components-modal__header{padding:0 20px;margin:0}.launch__focused-modal .components-modal__header .components-modal__icon-container{margin-left:12px}@media (min-width:782px){.launch__focused-modal .components-modal__header{border-bottom:none}.launch__focused-modal .components-modal__header .components-modal__header-heading{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}}.launch__focused-modal .components-modal__content{position:fixed;top:0;right:0;background:var(--studio-white);width:100%;height:100%;padding:0;overflow:auto}.launch__focused-modal.launch__focused-modal--hide-title .components-modal__header{border-bottom:none}.launch__focused-modal.launch__focused-modal--hide-title .components-modal__header-heading{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.launch__focused-modal-close-button.components-button.is-link{position:sticky;top:0;z-index:13;width:0;height:0;overflow:visible;display:flex;align-items:flex-start;color:var(--studio-gray-50)}.launch__focused-modal-close-button.components-button.is-link:hover{color:var(--studio-gray-40)}.launch__focused-modal-close-button.components-button.is-link>span{position:relative;left:60px;padding:0 18px;height:60px;display:flex;align-items:center}.launch__focused-modal-body{position:relative;width:100%;min-width:0;min-height:calc(100% - 60px);padding:24px 20px;display:flex;flex-grow:1;flex-direction:column}@media (min-width:600px){.launch__focused-modal-body{padding:24px 32px 48px}}@media (min-width:782px){.launch__focused-modal-body{border-bottom:none;padding:24px 48px 60px}}@media (min-width:960px){.launch__focused-modal-body{padding:32px 60px 72px;padding:32px 80px 80px}}.launch__focused-modal-body>*{flex:1}.focused-launch-container.focused-launch-success__wrapper{max-width:420px;padding-bottom:100px;flex-grow:0;margin:auto;display:flex;flex-direction:column;align-items:center;text-align:center}.focused-launch-container.focused-launch-success__wrapper .onboarding-title{margin-bottom:12px}.focused-launch-container.focused-launch-success__wrapper .onboarding-subtitle{margin-bottom:32px}.focused-launch-success__wordpress-icon{position:absolute;top:0;right:0}.focused-launch-success__confetti{width:100%;max-width:356px;margin-bottom:-20px}.focused-launch-success__url-copy-button,.focused-launch-success__url-wrapper{border-radius:4px;border:1px solid var(--studio-gray-5)}.focused-launch-success__url-wrapper{display:flex;align-items:center;padding:6px 16px 6px 6px;width:100%;margin-bottom:24px}@media (min-width:600px){.focused-launch-success__url-wrapper{width:auto;max-width:100%;margin-bottom:32px}}.focused-launch-success__url-field{font-size:.75rem;line-height:14px;color:var(--studio-gray-60);flex-grow:0;flex-shrink:1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.focused-launch-success__url-link{fill:var(--studio-gray-50);flex-grow:0;flex-shrink:0;margin-right:4px;margin-left:16px;font-size:0;line-height:1}@media (min-width:600px){.focused-launch-success__url-link{margin-left:24px}}.focused-launch-success__url-copy-button{font-size:.75rem;line-height:14px;color:var(--studio-gray-60);flex-grow:0;flex-shrink:0;margin-right:auto}.focused-launch-success__continue-editing-button{background-color:#117ac9;width:100%;margin-bottom:20px}@media (min-width:600px){.focused-launch-success__continue-editing-button{width:auto}}.onboarding-title{font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif;font-weight:400;letter-spacing:-.4px;font-size:32px;line-height:40px;color:var(--mainColor);margin:0}@media (min-width:480px){.onboarding-title{font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif;font-weight:400;letter-spacing:-.4px;font-size:36px;line-height:40px}}@media (min-width:1080px){.onboarding-title{font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif;font-weight:400;letter-spacing:-.4px;font-size:42px;line-height:57px}}.onboarding-subtitle{font-size:16px;line-height:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:400;letter-spacing:.2px;color:var(--studio-gray-60);margin:5px 0 0}@media (min-width:600px){.onboarding-subtitle{margin-top:0}}.action-buttons{padding:0 20px;border-top:1px solid #e0e0e0;background-color:#fff;position:fixed;bottom:0;left:0;right:0;height:60px;justify-content:space-between;display:flex;align-items:center;z-index:30}@media (min-width:600px){.action-buttons:not(.is-sticky){padding:0;margin-right:20px;position:static;border:none}.action-buttons:not(.is-sticky) .action_buttons__button{margin-right:20px}.action-buttons:not(.is-sticky) .action_buttons__button:first-child{margin-right:0}}.action-buttons.no-sticky{padding:0;margin-right:20px;position:static;border:none}.action-buttons.no-sticky .action_buttons__button{margin-right:20px}.action-buttons.no-sticky .action_buttons__button:first-child{margin-right:0}button.action_buttons__button.components-button{font-size:.875rem;line-height:17px;height:42px;min-width:120px;justify-content:center}button.action_buttons__button.components-button:active,button.action_buttons__button.components-button:focus,button.action_buttons__button.components-button:hover{outline-color:transparent}button.action_buttons__button.components-button:disabled{opacity:.5}button.action_buttons__button.components-button.action-buttons__back{color:var(--studio-gray-50);white-space:nowrap;min-width:0;height:auto}button.action_buttons__button.components-button.action-buttons__next{color:var(--studio-white);box-shadow:0 0 0 1px var(--studio-blue-40)}button.action_buttons__button.components-button.action-buttons__skip{color:var(--studio-gray-50);box-shadow:inset 0 0 0 1px var(--studio-gray-50)}button.action_buttons__button.components-button.action-buttons__skip:active,button.action_buttons__button.components-button.action-buttons__skip:hover{color:var(--studio-gray-60);box-shadow:inset 0 0 0 1px var(--studio-gray-60)}button.action_buttons__button.components-button.action-buttons__skip:focus{color:var(--studio-gray-60);box-shadow:inset 0 0 0 1px #fff,0 0 0 1.5px var(--highlightColor)}button.action_buttons__button.components-button.action-buttons__arrow{justify-content:flex-start;text-decoration:underline;font-weight:500;color:var(--mainColor);padding:0;margin-left:0}@media (min-width:782px){button.action_buttons__button.components-button.action-buttons__arrow{justify-content:flex-end}}button.action_buttons__button.components-button.action-buttons__arrow svg{margin:0 -5px -4px}@media (min-width:600px){button.action_buttons__button.components-button{min-width:160px}}body.is-focused-launch-complete .editor-gutenberg-launch__launch-button{display:none}.focused-launch-container{width:100%;max-width:980px;margin:0 auto}.focused-launch-container.focused-launch-container--wide{max-width:1280px}.focused-launch-details__back-button-wrapper{padding:12px 0;margin:-12px 0 12px}@supports (position:sticky){.focused-launch-details__back-button-wrapper{position:sticky;z-index:11;background:#fff;top:60px}@media (min-width:782px){.focused-launch-details__back-button-wrapper{top:30px;transform:translateY(-50%);background:none;padding-right:24px}}@media (min-width:960px){.focused-launch-details__back-button-wrapper{padding-right:0}}}.focused-launch-details__header{margin-bottom:30px}@media (min-width:782px){.focused-launch-details__header{margin-bottom:55px}}.go-back-button__focused-launch{text-decoration:underline;background:transparent;border:none;padding:0;margin:0 0 24px;cursor:pointer}.go-back-button__focused-launch>*{vertical-align:middle}.go-back-button__focused-launch svg{margin-right:-5px}.go-back-button__focused-launch:hover{opacity:.7}:root{--studio-white:#fff;--studio-black:#000;--studio-gray-0:#f6f7f7;--studio-gray-5:#dcdcde;--studio-gray-10:#c3c4c7;--studio-gray-20:#a7aaad;--studio-gray-30:#8c8f94;--studio-gray-40:#787c82;--studio-gray-50:#646970;--studio-gray-60:#50575e;--studio-gray-70:#3c434a;--studio-gray-80:#2c3338;--studio-gray-90:#1d2327;--studio-gray-100:#101517;--studio-gray:#646970;--studio-blue-0:#e9f0f5;--studio-blue-5:#bbe0fa;--studio-blue-10:#91caf2;--studio-blue-20:#68b3e8;--studio-blue-30:#399ce3;--studio-blue-40:#1689db;--studio-blue-50:#0675c4;--studio-blue-60:#055d9c;--studio-blue-70:#044b7a;--studio-blue-80:#02395c;--studio-blue-90:#01283d;--studio-blue-100:#001621;--studio-blue:#0675c4;--studio-purple-0:#f2e9ed;--studio-purple-5:#ebcee0;--studio-purple-10:#e3afd5;--studio-purple-20:#d48fc8;--studio-purple-30:#c475bd;--studio-purple-40:#b35eb1;--studio-purple-50:#984a9c;--studio-purple-60:#7c3982;--studio-purple-70:#662c6e;--studio-purple-80:#4d2054;--studio-purple-90:#35163b;--studio-purple-100:#1e0c21;--studio-purple:#984a9c;--studio-pink-0:#f5e9ed;--studio-pink-5:#f2ceda;--studio-pink-10:#f7a8c3;--studio-pink-20:#f283aa;--studio-pink-30:#eb6594;--studio-pink-40:#e34c84;--studio-pink-50:#c9356e;--studio-pink-60:#ab235a;--studio-pink-70:#8c1749;--studio-pink-80:#700f3b;--studio-pink-90:#4f092a;--studio-pink-100:#260415;--studio-pink:#c9356e;--studio-red-0:#f7ebec;--studio-red-5:#facfd2;--studio-red-10:#ffabaf;--studio-red-20:#ff8085;--studio-red-30:#f86368;--studio-red-40:#e65054;--studio-red-50:#d63638;--studio-red-60:#b32d2e;--studio-red-70:#8a2424;--studio-red-80:#691c1c;--studio-red-90:#451313;--studio-red-100:#240a0a;--studio-red:#d63638;--studio-orange-0:#f5ece6;--studio-orange-5:#f7dcc6;--studio-orange-10:#ffbf86;--studio-orange-20:#faa754;--studio-orange-30:#e68b28;--studio-orange-40:#d67709;--studio-orange-50:#b26200;--studio-orange-60:#8a4d00;--studio-orange-70:#704000;--studio-orange-80:#543100;--studio-orange-90:#361f00;--studio-orange-100:#1f1200;--studio-orange:#b26200;--studio-yellow-0:#f5f1e1;--studio-yellow-5:#f5e6b3;--studio-yellow-10:#f2d76b;--studio-yellow-20:#f0c930;--studio-yellow-30:#deb100;--studio-yellow-40:#c08c00;--studio-yellow-50:#9d6e00;--studio-yellow-60:#7d5600;--studio-yellow-70:#674600;--studio-yellow-80:#4f3500;--studio-yellow-90:#320;--studio-yellow-100:#1c1300;--studio-yellow:#9d6e00;--studio-green-0:#e6f2e8;--studio-green-5:#b8e6bf;--studio-green-10:#68de86;--studio-green-20:#1ed15a;--studio-green-30:#00ba37;--studio-green-40:#00a32a;--studio-green-50:#008a20;--studio-green-60:#007017;--studio-green-70:#005c12;--studio-green-80:#00450c;--studio-green-90:#003008;--studio-green-100:#001c05;--studio-green:#008a20;--studio-celadon-0:#e4f2ed;--studio-celadon-5:#a7e8d3;--studio-celadon-10:#66deb9;--studio-celadon-20:#31cc9f;--studio-celadon-30:#09b585;--studio-celadon-40:#009e73;--studio-celadon-50:#008763;--studio-celadon-60:#007053;--studio-celadon-70:#005c44;--studio-celadon-80:#004533;--studio-celadon-90:#003024;--studio-celadon-100:#001c15;--studio-celadon:#008763;--studio-wordpress-blue-0:#e6f1f5;--studio-wordpress-blue-5:#bedae6;--studio-wordpress-blue-10:#98c6d9;--studio-wordpress-blue-20:#6ab3d0;--studio-wordpress-blue-30:#3895ba;--studio-wordpress-blue-40:#187aa2;--studio-wordpress-blue-50:#006088;--studio-wordpress-blue-60:#004e6e;--studio-wordpress-blue-70:#003c56;--studio-wordpress-blue-80:#002c40;--studio-wordpress-blue-90:#001d2d;--studio-wordpress-blue-100:#00101c;--studio-wordpress-blue:#006088;--studio-simplenote-blue-0:#e9ecf5;--studio-simplenote-blue-5:#ced9f2;--studio-simplenote-blue-10:#abc1f5;--studio-simplenote-blue-20:#84a4f0;--studio-simplenote-blue-30:#618df2;--studio-simplenote-blue-40:#4678eb;--studio-simplenote-blue-50:#3361cc;--studio-simplenote-blue-60:#1d4fc4;--studio-simplenote-blue-70:#113ead;--studio-simplenote-blue-80:#0d2f85;--studio-simplenote-blue-90:#09205c;--studio-simplenote-blue-100:#05102e;--studio-simplenote-blue:#3361cc;--studio-woocommerce-purple-0:#f7edf7;--studio-woocommerce-purple-5:#e5cfe8;--studio-woocommerce-purple-10:#d6b4e0;--studio-woocommerce-purple-20:#c792e0;--studio-woocommerce-purple-30:#af7dd1;--studio-woocommerce-purple-40:#9a69c7;--studio-woocommerce-purple-50:#7f54b3;--studio-woocommerce-purple-60:#674399;--studio-woocommerce-purple-70:#533582;--studio-woocommerce-purple-80:#3c2861;--studio-woocommerce-purple-90:#271b3d;--studio-woocommerce-purple-100:#140e1f;--studio-woocommerce-purple:#7f54b3;--studio-jetpack-green-0:#f0f2eb;--studio-jetpack-green-5:#d0e6b8;--studio-jetpack-green-10:#9dd977;--studio-jetpack-green-20:#64ca43;--studio-jetpack-green-30:#2fb41f;--studio-jetpack-green-40:#069e08;--studio-jetpack-green-50:#008710;--studio-jetpack-green-60:#007117;--studio-jetpack-green-70:#005b18;--studio-jetpack-green-80:#004515;--studio-jetpack-green-90:#003010;--studio-jetpack-green-100:#001c09;--studio-jetpack-green:#2fb41f;--studio-white-rgb:255,255,255;--studio-black-rgb:0,0,0;--studio-gray-0-rgb:246,247,247;--studio-gray-5-rgb:220,220,222;--studio-gray-10-rgb:195,196,199;--studio-gray-20-rgb:167,170,173;--studio-gray-30-rgb:140,143,148;--studio-gray-40-rgb:120,124,130;--studio-gray-50-rgb:100,105,112;--studio-gray-60-rgb:80,87,94;--studio-gray-70-rgb:60,67,74;--studio-gray-80-rgb:44,51,56;--studio-gray-90-rgb:29,35,39;--studio-gray-100-rgb:16,21,23;--studio-gray-rgb:100,105,112;--studio-blue-0-rgb:233,240,245;--studio-blue-5-rgb:187,224,250;--studio-blue-10-rgb:145,202,242;--studio-blue-20-rgb:104,179,232;--studio-blue-30-rgb:57,156,227;--studio-blue-40-rgb:22,137,219;--studio-blue-50-rgb:6,117,196;--studio-blue-60-rgb:5,93,156;--studio-blue-70-rgb:4,75,122;--studio-blue-80-rgb:2,57,92;--studio-blue-90-rgb:1,40,61;--studio-blue-100-rgb:0,22,33;--studio-blue-rgb:6,117,196;--studio-purple-0-rgb:242,233,237;--studio-purple-5-rgb:235,206,224;--studio-purple-10-rgb:227,175,213;--studio-purple-20-rgb:212,143,200;--studio-purple-30-rgb:196,117,189;--studio-purple-40-rgb:179,94,177;--studio-purple-50-rgb:152,74,156;--studio-purple-60-rgb:124,57,130;--studio-purple-70-rgb:102,44,110;--studio-purple-80-rgb:77,32,84;--studio-purple-90-rgb:53,22,59;--studio-purple-100-rgb:30,12,33;--studio-purple-rgb:152,74,156;--studio-pink-0-rgb:245,233,237;--studio-pink-5-rgb:242,206,218;--studio-pink-10-rgb:247,168,195;--studio-pink-20-rgb:242,131,170;--studio-pink-30-rgb:235,101,148;--studio-pink-40-rgb:227,76,132;--studio-pink-50-rgb:201,53,110;--studio-pink-60-rgb:171,35,90;--studio-pink-70-rgb:140,23,73;--studio-pink-80-rgb:112,15,59;--studio-pink-90-rgb:79,9,42;--studio-pink-100-rgb:38,4,21;--studio-pink-rgb:201,53,110;--studio-red-0-rgb:247,235,236;--studio-red-5-rgb:250,207,210;--studio-red-10-rgb:255,171,175;--studio-red-20-rgb:255,128,133;--studio-red-30-rgb:248,99,104;--studio-red-40-rgb:230,80,84;--studio-red-50-rgb:214,54,56;--studio-red-60-rgb:179,45,46;--studio-red-70-rgb:138,36,36;--studio-red-80-rgb:105,28,28;--studio-red-90-rgb:69,19,19;--studio-red-100-rgb:36,10,10;--studio-red-rgb:214,54,56;--studio-orange-0-rgb:245,236,230;--studio-orange-5-rgb:247,220,198;--studio-orange-10-rgb:255,191,134;--studio-orange-20-rgb:250,167,84;--studio-orange-30-rgb:230,139,40;--studio-orange-40-rgb:214,119,9;--studio-orange-50-rgb:178,98,0;--studio-orange-60-rgb:138,77,0;--studio-orange-70-rgb:112,64,0;--studio-orange-80-rgb:84,49,0;--studio-orange-90-rgb:54,31,0;--studio-orange-100-rgb:31,18,0;--studio-orange-rgb:178,98,0;--studio-yellow-0-rgb:245,241,225;--studio-yellow-5-rgb:245,230,179;--studio-yellow-10-rgb:242,215,107;--studio-yellow-20-rgb:240,201,48;--studio-yellow-30-rgb:222,177,0;--studio-yellow-40-rgb:192,140,0;--studio-yellow-50-rgb:157,110,0;--studio-yellow-60-rgb:125,86,0;--studio-yellow-70-rgb:103,70,0;--studio-yellow-80-rgb:79,53,0;--studio-yellow-90-rgb:51,34,0;--studio-yellow-100-rgb:28,19,0;--studio-yellow-rgb:157,110,0;--studio-green-0-rgb:230,242,232;--studio-green-5-rgb:184,230,191;--studio-green-10-rgb:104,222,134;--studio-green-20-rgb:30,209,90;--studio-green-30-rgb:0,186,55;--studio-green-40-rgb:0,163,42;--studio-green-50-rgb:0,138,32;--studio-green-60-rgb:0,112,23;--studio-green-70-rgb:0,92,18;--studio-green-80-rgb:0,69,12;--studio-green-90-rgb:0,48,8;--studio-green-100-rgb:0,28,5;--studio-green-rgb:0,138,32;--studio-celadon-0-rgb:228,242,237;--studio-celadon-5-rgb:167,232,211;--studio-celadon-10-rgb:102,222,185;--studio-celadon-20-rgb:49,204,159;--studio-celadon-30-rgb:9,181,133;--studio-celadon-40-rgb:0,158,115;--studio-celadon-50-rgb:0,135,99;--studio-celadon-60-rgb:0,112,83;--studio-celadon-70-rgb:0,92,68;--studio-celadon-80-rgb:0,69,51;--studio-celadon-90-rgb:0,48,36;--studio-celadon-100-rgb:0,28,21;--studio-celadon-rgb:0,135,99;--studio-wordpress-blue-0-rgb:230,241,245;--studio-wordpress-blue-5-rgb:190,218,230;--studio-wordpress-blue-10-rgb:152,198,217;--studio-wordpress-blue-20-rgb:106,179,208;--studio-wordpress-blue-30-rgb:56,149,186;--studio-wordpress-blue-40-rgb:24,122,162;--studio-wordpress-blue-50-rgb:0,96,136;--studio-wordpress-blue-60-rgb:0,78,110;--studio-wordpress-blue-70-rgb:0,60,86;--studio-wordpress-blue-80-rgb:0,44,64;--studio-wordpress-blue-90-rgb:0,29,45;--studio-wordpress-blue-100-rgb:0,16,28;--studio-wordpress-blue-rgb:0,96,136;--studio-simplenote-blue-0-rgb:233,236,245;--studio-simplenote-blue-5-rgb:206,217,242;--studio-simplenote-blue-10-rgb:171,193,245;--studio-simplenote-blue-20-rgb:132,164,240;--studio-simplenote-blue-30-rgb:97,141,242;--studio-simplenote-blue-40-rgb:70,120,235;--studio-simplenote-blue-50-rgb:51,97,204;--studio-simplenote-blue-60-rgb:29,79,196;--studio-simplenote-blue-70-rgb:17,62,173;--studio-simplenote-blue-80-rgb:13,47,133;--studio-simplenote-blue-90-rgb:9,32,92;--studio-simplenote-blue-100-rgb:5,16,46;--studio-simplenote-blue-rgb:51,97,204;--studio-woocommerce-purple-0-rgb:247,237,247;--studio-woocommerce-purple-5-rgb:229,207,232;--studio-woocommerce-purple-10-rgb:214,180,224;--studio-woocommerce-purple-20-rgb:199,146,224;--studio-woocommerce-purple-30-rgb:175,125,209;--studio-woocommerce-purple-40-rgb:154,105,199;--studio-woocommerce-purple-50-rgb:127,84,179;--studio-woocommerce-purple-60-rgb:103,67,153;--studio-woocommerce-purple-70-rgb:83,53,130;--studio-woocommerce-purple-80-rgb:60,40,97;--studio-woocommerce-purple-90-rgb:39,27,61;--studio-woocommerce-purple-100-rgb:20,14,31;--studio-woocommerce-purple-rgb:127,84,179;--studio-jetpack-green-0-rgb:240,242,235;--studio-jetpack-green-5-rgb:208,230,184;--studio-jetpack-green-10-rgb:157,217,119;--studio-jetpack-green-20-rgb:100,202,67;--studio-jetpack-green-30-rgb:47,180,31;--studio-jetpack-green-40-rgb:6,158,8;--studio-jetpack-green-50-rgb:0,135,16;--studio-jetpack-green-60-rgb:0,113,23;--studio-jetpack-green-70-rgb:0,91,24;--studio-jetpack-green-80-rgb:0,69,21;--studio-jetpack-green-90-rgb:0,48,16;--studio-jetpack-green-100-rgb:0,28,9;--studio-jetpack-green-rgb:47,180,31}.color-scheme.is-classic-bright .is-nav-unification,:root{--color-primary:var(--studio-blue-50);--color-primary-rgb:var(--studio-blue-50-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--studio-pink-50);--color-accent-rgb:var(--studio-pink-50-rgb);--color-accent-dark:var(--studio-pink-70);--color-accent-dark-rgb:var(--studio-pink-70-rgb);--color-accent-light:var(--studio-pink-30);--color-accent-light-rgb:var(--studio-pink-30-rgb);--color-accent-0:var(--studio-pink-0);--color-accent-0-rgb:var(--studio-pink-0-rgb);--color-accent-5:var(--studio-pink-5);--color-accent-5-rgb:var(--studio-pink-5-rgb);--color-accent-10:var(--studio-pink-10);--color-accent-10-rgb:var(--studio-pink-10-rgb);--color-accent-20:var(--studio-pink-20);--color-accent-20-rgb:var(--studio-pink-20-rgb);--color-accent-30:var(--studio-pink-30);--color-accent-30-rgb:var(--studio-pink-30-rgb);--color-accent-40:var(--studio-pink-40);--color-accent-40-rgb:var(--studio-pink-40-rgb);--color-accent-50:var(--studio-pink-50);--color-accent-50-rgb:var(--studio-pink-50-rgb);--color-accent-60:var(--studio-pink-60);--color-accent-60-rgb:var(--studio-pink-60-rgb);--color-accent-70:var(--studio-pink-70);--color-accent-70-rgb:var(--studio-pink-70-rgb);--color-accent-80:var(--studio-pink-80);--color-accent-80-rgb:var(--studio-pink-80-rgb);--color-accent-90:var(--studio-pink-90);--color-accent-90-rgb:var(--studio-pink-90-rgb);--color-accent-100:var(--studio-pink-100);--color-accent-100-rgb:var(--studio-pink-100-rgb);--color-neutral:var(--studio-gray-50);--color-neutral-rgb:var(--studio-gray-50-rgb);--color-neutral-dark:var(--studio-gray-70);--color-neutral-dark-rgb:var(--studio-gray-70-rgb);--color-neutral-light:var(--studio-gray-30);--color-neutral-light-rgb:var(--studio-gray-30-rgb);--color-neutral-0:var(--studio-gray-0);--color-neutral-0-rgb:var(--studio-gray-0-rgb);--color-neutral-5:var(--studio-gray-5);--color-neutral-5-rgb:var(--studio-gray-5-rgb);--color-neutral-10:var(--studio-gray-10);--color-neutral-10-rgb:var(--studio-gray-10-rgb);--color-neutral-20:var(--studio-gray-20);--color-neutral-20-rgb:var(--studio-gray-20-rgb);--color-neutral-30:var(--studio-gray-30);--color-neutral-30-rgb:var(--studio-gray-30-rgb);--color-neutral-40:var(--studio-gray-40);--color-neutral-40-rgb:var(--studio-gray-40-rgb);--color-neutral-50:var(--studio-gray-50);--color-neutral-50-rgb:var(--studio-gray-50-rgb);--color-neutral-60:var(--studio-gray-60);--color-neutral-60-rgb:var(--studio-gray-60-rgb);--color-neutral-70:var(--studio-gray-70);--color-neutral-70-rgb:var(--studio-gray-70-rgb);--color-neutral-80:var(--studio-gray-80);--color-neutral-80-rgb:var(--studio-gray-80-rgb);--color-neutral-90:var(--studio-gray-90);--color-neutral-90-rgb:var(--studio-gray-90-rgb);--color-neutral-100:var(--studio-gray-100);--color-neutral-100-rgb:var(--studio-gray-100-rgb);--color-success:var(--studio-green-50);--color-success-rgb:var(--studio-green-50-rgb);--color-success-dark:var(--studio-green-70);--color-success-dark-rgb:var(--studio-green-70-rgb);--color-success-light:var(--studio-green-30);--color-success-light-rgb:var(--studio-green-30-rgb);--color-success-0:var(--studio-green-0);--color-success-0-rgb:var(--studio-green-0-rgb);--color-success-5:var(--studio-green-5);--color-success-5-rgb:var(--studio-green-5-rgb);--color-success-10:var(--studio-green-10);--color-success-10-rgb:var(--studio-green-10-rgb);--color-success-20:var(--studio-green-20);--color-success-20-rgb:var(--studio-green-20-rgb);--color-success-30:var(--studio-green-30);--color-success-30-rgb:var(--studio-green-30-rgb);--color-success-40:var(--studio-green-40);--color-success-40-rgb:var(--studio-green-40-rgb);--color-success-50:var(--studio-green-50);--color-success-50-rgb:var(--studio-green-50-rgb);--color-success-60:var(--studio-green-60);--color-success-60-rgb:var(--studio-green-60-rgb);--color-success-70:var(--studio-green-70);--color-success-70-rgb:var(--studio-green-70-rgb);--color-success-80:var(--studio-green-80);--color-success-80-rgb:var(--studio-green-80-rgb);--color-success-90:var(--studio-green-90);--color-success-90-rgb:var(--studio-green-90-rgb);--color-success-100:var(--studio-green-100);--color-success-100-rgb:var(--studio-green-100-rgb);--color-warning:var(--studio-yellow-50);--color-warning-rgb:var(--studio-yellow-50-rgb);--color-warning-dark:var(--studio-yellow-70);--color-warning-dark-rgb:var(--studio-yellow-70-rgb);--color-warning-light:var(--studio-yellow-30);--color-warning-light-rgb:var(--studio-yellow-30-rgb);--color-warning-0:var(--studio-yellow-0);--color-warning-0-rgb:var(--studio-yellow-0-rgb);--color-warning-5:var(--studio-yellow-5);--color-warning-5-rgb:var(--studio-yellow-5-rgb);--color-warning-10:var(--studio-yellow-10);--color-warning-10-rgb:var(--studio-yellow-10-rgb);--color-warning-20:var(--studio-yellow-20);--color-warning-20-rgb:var(--studio-yellow-20-rgb);--color-warning-30:var(--studio-yellow-30);--color-warning-30-rgb:var(--studio-yellow-30-rgb);--color-warning-40:var(--studio-yellow-40);--color-warning-40-rgb:var(--studio-yellow-40-rgb);--color-warning-50:var(--studio-yellow-50);--color-warning-50-rgb:var(--studio-yellow-50-rgb);--color-warning-60:var(--studio-yellow-60);--color-warning-60-rgb:var(--studio-yellow-60-rgb);--color-warning-70:var(--studio-yellow-70);--color-warning-70-rgb:var(--studio-yellow-70-rgb);--color-warning-80:var(--studio-yellow-80);--color-warning-80-rgb:var(--studio-yellow-80-rgb);--color-warning-90:var(--studio-yellow-90);--color-warning-90-rgb:var(--studio-yellow-90-rgb);--color-warning-100:var(--studio-yellow-100);--color-warning-100-rgb:var(--studio-yellow-100-rgb);--color-error:var(--studio-red-50);--color-error-rgb:var(--studio-red-50-rgb);--color-error-dark:var(--studio-red-70);--color-error-dark-rgb:var(--studio-red-70-rgb);--color-error-light:var(--studio-red-30);--color-error-light-rgb:var(--studio-red-30-rgb);--color-error-0:var(--studio-red-0);--color-error-0-rgb:var(--studio-red-0-rgb);--color-error-5:var(--studio-red-5);--color-error-5-rgb:var(--studio-red-5-rgb);--color-error-10:var(--studio-red-10);--color-error-10-rgb:var(--studio-red-10-rgb);--color-error-20:var(--studio-red-20);--color-error-20-rgb:var(--studio-red-20-rgb);--color-error-30:var(--studio-red-30);--color-error-30-rgb:var(--studio-red-30-rgb);--color-error-40:var(--studio-red-40);--color-error-40-rgb:var(--studio-red-40-rgb);--color-error-50:var(--studio-red-50);--color-error-50-rgb:var(--studio-red-50-rgb);--color-error-60:var(--studio-red-60);--color-error-60-rgb:var(--studio-red-60-rgb);--color-error-70:var(--studio-red-70);--color-error-70-rgb:var(--studio-red-70-rgb);--color-error-80:var(--studio-red-80);--color-error-80-rgb:var(--studio-red-80-rgb);--color-error-90:var(--studio-red-90);--color-error-90-rgb:var(--studio-red-90-rgb);--color-error-100:var(--studio-red-100);--color-error-100-rgb:var(--studio-red-100-rgb);--color-surface:var(--studio-white);--color-surface-rgb:var(--studio-white-rgb);--color-surface-backdrop:var(--studio-gray-0);--color-surface-backdrop-rgb:var(--studio-gray-0-rgb);--color-text:var(--studio-gray-80);--color-text-rgb:var(--studio-gray-80-rgb);--color-text-subtle:var(--studio-gray-50);--color-text-subtle-rgb:var(--studio-gray-50-rgb);--color-text-inverted:var(--studio-white);--color-text-inverted-rgb:var(--studio-white-rgb);--color-border:var(--color-neutral-20);--color-border-rgb:var(--color-neutral-20-rgb);--color-border-subtle:var(--color-neutral-5);--color-border-subtle-rgb:var(--color-neutral-5-rgb);--color-border-shadow:var(--color-neutral-0);--color-border-shadow-rgb:var(--color-neutral-0-rgb);--color-border-inverted:var(--studio-white);--color-border-inverted-rgb:var(--studio-white-rgb);--color-link:var(--studio-blue-50);--color-link-rgb:var(--studio-blue-50-rgb);--color-link-dark:var(--studio-blue-70);--color-link-dark-rgb:var(--studio-blue-70-rgb);--color-link-light:var(--studio-blue-30);--color-link-light-rgb:var(--studio-blue-30-rgb);--color-link-0:var(--studio-blue-0);--color-link-0-rgb:var(--studio-blue-0-rgb);--color-link-5:var(--studio-blue-5);--color-link-5-rgb:var(--studio-blue-5-rgb);--color-link-10:var(--studio-blue-10);--color-link-10-rgb:var(--studio-blue-10-rgb);--color-link-20:var(--studio-blue-20);--color-link-20-rgb:var(--studio-blue-20-rgb);--color-link-30:var(--studio-blue-30);--color-link-30-rgb:var(--studio-blue-30-rgb);--color-link-40:var(--studio-blue-40);--color-link-40-rgb:var(--studio-blue-40-rgb);--color-link-50:var(--studio-blue-50);--color-link-50-rgb:var(--studio-blue-50-rgb);--color-link-60:var(--studio-blue-60);--color-link-60-rgb:var(--studio-blue-60-rgb);--color-link-70:var(--studio-blue-70);--color-link-70-rgb:var(--studio-blue-70-rgb);--color-link-80:var(--studio-blue-80);--color-link-80-rgb:var(--studio-blue-80-rgb);--color-link-90:var(--studio-blue-90);--color-link-90-rgb:var(--studio-blue-90-rgb);--color-link-100:var(--studio-blue-100);--color-link-100-rgb:var(--studio-blue-100-rgb);--color-plan-free:var(--studio-gray-30);--color-plan-blogger:var(--studio-celadon-30);--color-plan-personal:var(--studio-blue-30);--color-plan-premium:var(--studio-yellow-30);--color-plan-business:var(--studio-orange-30);--color-plan-ecommerce:var(--studio-purple-30);--color-premium-domain:var(--studio-wordpress-blue-60);--color-jetpack-plan-free:var(--studio-blue-30);--color-jetpack-plan-personal:var(--studio-yellow-30);--color-jetpack-plan-premium:var(--studio-jetpack-green-30);--color-jetpack-plan-professional:var(--studio-purple-30);--color-masterbar-background:var(--studio-blue-60);--color-masterbar-border:var(--studio-blue-70);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-blue-70);--color-masterbar-item-active-background:var(--studio-blue-90);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-20);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-jetpack-masterbar-background:var(--studio-white);--color-jetpack-masterbar-border:var(--studio-gray-5);--color-jetpack-masterbar-text:var(--studio-gray-50);--color-jetpack-masterbar-item-hover-background:var(--studio-gray-5);--color-jetpack-masterbar-item-active-background:var(--studio-gray-20);--color-sidebar-background:var(--color-surface);--color-sidebar-background-rgb:var(--studio-white-rgb);--color-sidebar-border:var(--studio-gray-5);--color-sidebar-text:var(--studio-gray-80);--color-sidebar-text-rgb:var(--studio-gray-80-rgb);--color-sidebar-text-alternative:var(--studio-gray-50);--color-sidebar-gridicon-fill:var(--studio-gray-50);--color-sidebar-menu-selected-background:var(--studio-blue-5);--color-sidebar-menu-selected-background-rgb:var(--studio-blue-5-rgb);--color-sidebar-menu-selected-text:var(--studio-blue-70);--color-sidebar-menu-selected-text-rgb:var(--studio-blue-70-rgb);--color-sidebar-menu-hover-background:var(--studio-gray-5);--color-sidebar-menu-hover-background-rgb:var(--studio-gray-5-rgb);--color-sidebar-menu-hover-text:var(--studio-gray-90);--color-jetpack-onboarding-text:var(--studio-white);--color-jetpack-onboarding-text-rgb:var(--studio-white-rgb);--color-jetpack-onboarding-background:var(--studio-blue-100);--color-jetpack-onboarding-background-rgb:var(--studio-blue-100-rgb);--color-automattic:var(--studio-blue-40);--color-jetpack:var(--studio-jetpack-green);--color-simplenote:var(--studio-simplenote-blue);--color-woocommerce:var(--studio-woocommerce-purple);--color-wordpress-com:var(--studio-wordpress-blue);--color-wordpress-org:#585c60;--color-blogger:#ff5722;--color-eventbrite:#ff8000;--color-facebook:#39579a;--color-godaddy:#5ea95a;--color-google-plus:#df4a32;--color-instagram:#d93174;--color-linkedin:#0976b4;--color-medium:#12100e;--color-pinterest:#cc2127;--color-pocket:#ee4256;--color-print:#f8f8f8;--color-reddit:#5f99cf;--color-skype:#00aff0;--color-stumbleupon:#eb4924;--color-squarespace:#222;--color-telegram:#08c;--color-tumblr:#35465c;--color-twitter:#55acee;--color-whatsapp:#43d854;--color-wix:#faad4d;--color-email:var(--studio-gray-0);--color-podcasting:#9b4dd5;--color-wp-admin-button-background:#008ec2;--color-wp-admin-button-border:#006799;--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#23282d;--theme-base-color-rgb:35,40,45;--theme-submenu-background-color:#131619;--theme-icon-color:#e1eaf2;--theme-highlight-color:#0073aa;--theme-highlight-color-rgb:0,115,170;--theme-notification-color:#d54e21;--color-sidebar-submenu-background:var(--studio-blue-0);--color-sidebar-submenu-text:var(--studio-blue-70);--color-sidebar-submenu-hover-text:var(--color-accent);--color-sidebar-submenu-selected-text:var(--color-accent)}.color-scheme.is-aquatic,.color-scheme.is-aquatic .is-nav-unification{--color-primary:var(--studio-blue-50);--color-primary-rgb:var(--studio-blue-50-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--studio-celadon-50);--color-accent-rgb:var(--studio-celadon-50-rgb);--color-accent-dark:var(--studio-celadon-70);--color-accent-dark-rgb:var(--studio-celadon-70-rgb);--color-accent-light:var(--studio-celadon-30);--color-accent-light-rgb:var(--studio-celadon-30-rgb);--color-accent-0:var(--studio-celadon-0);--color-accent-0-rgb:var(--studio-celadon-0-rgb);--color-accent-5:var(--studio-celadon-5);--color-accent-5-rgb:var(--studio-celadon-5-rgb);--color-accent-10:var(--studio-celadon-10);--color-accent-10-rgb:var(--studio-celadon-10-rgb);--color-accent-20:var(--studio-celadon-20);--color-accent-20-rgb:var(--studio-celadon-20-rgb);--color-accent-30:var(--studio-celadon-30);--color-accent-30-rgb:var(--studio-celadon-30-rgb);--color-accent-40:var(--studio-celadon-40);--color-accent-40-rgb:var(--studio-celadon-40-rgb);--color-accent-50:var(--studio-celadon-50);--color-accent-50-rgb:var(--studio-celadon-50-rgb);--color-accent-60:var(--studio-celadon-60);--color-accent-60-rgb:var(--studio-celadon-60-rgb);--color-accent-70:var(--studio-celadon-70);--color-accent-70-rgb:var(--studio-celadon-70-rgb);--color-accent-80:var(--studio-celadon-80);--color-accent-80-rgb:var(--studio-celadon-80-rgb);--color-accent-90:var(--studio-celadon-90);--color-accent-90-rgb:var(--studio-celadon-90-rgb);--color-accent-100:var(--studio-celadon-100);--color-accent-100-rgb:var(--studio-celadon-100-rgb);--color-link:var(--studio-celadon-50);--color-link-rgb:var(--studio-celadon-50-rgb);--color-link-dark:var(--studio-celadon-70);--color-link-dark-rgb:var(--studio-celadon-70-rgb);--color-link-light:var(--studio-celadon-30);--color-link-light-rgb:var(--studio-celadon-30-rgb);--color-link-0:var(--studio-celadon-0);--color-link-0-rgb:var(--studio-celadon-0-rgb);--color-link-5:var(--studio-celadon-5);--color-link-5-rgb:var(--studio-celadon-5-rgb);--color-link-10:var(--studio-celadon-10);--color-link-10-rgb:var(--studio-celadon-10-rgb);--color-link-20:var(--studio-celadon-20);--color-link-20-rgb:var(--studio-celadon-20-rgb);--color-link-30:var(--studio-celadon-30);--color-link-30-rgb:var(--studio-celadon-30-rgb);--color-link-40:var(--studio-celadon-40);--color-link-40-rgb:var(--studio-celadon-40-rgb);--color-link-50:var(--studio-celadon-50);--color-link-50-rgb:var(--studio-celadon-50-rgb);--color-link-60:var(--studio-celadon-60);--color-link-60-rgb:var(--studio-celadon-60-rgb);--color-link-70:var(--studio-celadon-70);--color-link-70-rgb:var(--studio-celadon-70-rgb);--color-link-80:var(--studio-celadon-80);--color-link-80-rgb:var(--studio-celadon-80-rgb);--color-link-90:var(--studio-celadon-90);--color-link-90-rgb:var(--studio-celadon-90-rgb);--color-link-100:var(--studio-celadon-100);--color-link-100-rgb:var(--studio-celadon-100-rgb);--color-masterbar-background:var(--studio-blue-80);--color-masterbar-border:var(--studio-blue-80);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-blue-90);--color-masterbar-item-active-background:var(--studio-blue-100);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-unread-dot-background:var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-blue-60);--color-sidebar-background-rgb:var(--studio-blue-60-rgb);--color-sidebar-border:var(--studio-blue-70);--color-sidebar-text:var(--studio-white);--color-sidebar-text-rgb:var(--studio-white-rgb);--color-sidebar-text-alternative:var(--studio-blue-5);--color-sidebar-gridicon-fill:var(--studio-blue-5);--color-sidebar-menu-selected-background:var(--studio-yellow-20);--color-sidebar-menu-selected-background-rgb:var(--studio-yellow-20-rgb);--color-sidebar-menu-selected-text:var(--studio-blue-90);--color-sidebar-menu-selected-text-rgb:var(--studio-blue-90-rgb);--color-sidebar-menu-hover-background:var(--studio-blue-50);--color-sidebar-menu-hover-background-rgb:var(--studio-blue-50-rgb);--color-sidebar-menu-hover-text:var(--studio-white);--color-sidebar-submenu-background:var(--studio-blue-80);--color-sidebar-submenu-text:var(--studio-white);--color-sidebar-submenu-hover-text:var(--studio-yellow-20)}.color-scheme.is-blue,.color-scheme.is-blue .is-nav-unification{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#52accc;--theme-base-color-rgb:82,172,204;--theme-submenu-text-color:#cbe6f0;--theme-submenu-background-color:#4796b3;--theme-icon-color:#e5f8ff;--theme-highlight-color:#096484;--theme-highlight-color-rgb:9,100,132;--theme-notification-color:#e1a948;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:#e2ecf1;--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-text-color)}.color-scheme.is-classic-blue,.color-scheme.is-classic-blue .is-nav-unification{--color-primary:var(--studio-blue-50);--color-primary-rgb:var(--studio-blue-50-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--studio-orange-50);--color-accent-rgb:var(--studio-orange-50-rgb);--color-accent-dark:var(--studio-orange-70);--color-accent-dark-rgb:var(--studio-orange-70-rgb);--color-accent-light:var(--studio-orange-30);--color-accent-light-rgb:var(--studio-orange-30-rgb);--color-accent-0:var(--studio-orange-0);--color-accent-0-rgb:var(--studio-orange-0-rgb);--color-accent-5:var(--studio-orange-5);--color-accent-5-rgb:var(--studio-orange-5-rgb);--color-accent-10:var(--studio-orange-10);--color-accent-10-rgb:var(--studio-orange-10-rgb);--color-accent-20:var(--studio-orange-20);--color-accent-20-rgb:var(--studio-orange-20-rgb);--color-accent-30:var(--studio-orange-30);--color-accent-30-rgb:var(--studio-orange-30-rgb);--color-accent-40:var(--studio-orange-40);--color-accent-40-rgb:var(--studio-orange-40-rgb);--color-accent-50:var(--studio-orange-50);--color-accent-50-rgb:var(--studio-orange-50-rgb);--color-accent-60:var(--studio-orange-60);--color-accent-60-rgb:var(--studio-orange-60-rgb);--color-accent-70:var(--studio-orange-70);--color-accent-70-rgb:var(--studio-orange-70-rgb);--color-accent-80:var(--studio-orange-80);--color-accent-80-rgb:var(--studio-orange-80-rgb);--color-accent-90:var(--studio-orange-90);--color-accent-90-rgb:var(--studio-orange-90-rgb);--color-accent-100:var(--studio-orange-100);--color-accent-100-rgb:var(--studio-orange-100-rgb);--color-masterbar-background:var(--studio-blue-60);--color-masterbar-border:var(--studio-blue-70);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-blue-70);--color-masterbar-item-active-background:var(--studio-blue-90);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-gray-5);--color-sidebar-background-rgb:var(--studio-gray-5-rgb);--color-sidebar-border:var(--studio-gray-10);--color-sidebar-text:var(--studio-gray-80);--color-sidebar-text-alternative:var(--studio-gray-50);--color-sidebar-gridicon-fill:var(--studio-gray-50);--color-sidebar-menu-selected-background:var(--studio-gray-60);--color-sidebar-menu-selected-background-rgb:var(--studio-gray-60-rgb);--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:var(--color-surface);--color-sidebar-menu-hover-background-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-text:var(--studio-blue-50);--color-sidebar-submenu-background:var(--studio-blue-60);--color-sidebar-submenu-text:var(--studio-white);--color-sidebar-submenu-hover-text:var(--studio-orange-30)}.color-scheme.is-classic-dark,.color-scheme.is-classic-dark .is-nav-unification{--color-primary:var(--studio-gray-90);--color-primary-rgb:var(--studio-gray-90-rgb);--color-primary-dark:var(--studio-gray-70);--color-primary-dark-rgb:var(--studio-gray-70-rgb);--color-primary-light:var(--studio-gray-30);--color-primary-light-rgb:var(--studio-gray-30-rgb);--color-primary-0:var(--studio-gray-0);--color-primary-0-rgb:var(--studio-gray-0-rgb);--color-primary-5:var(--studio-gray-5);--color-primary-5-rgb:var(--studio-gray-5-rgb);--color-primary-10:var(--studio-gray-10);--color-primary-10-rgb:var(--studio-gray-10-rgb);--color-primary-20:var(--studio-gray-20);--color-primary-20-rgb:var(--studio-gray-20-rgb);--color-primary-30:var(--studio-gray-30);--color-primary-30-rgb:var(--studio-gray-30-rgb);--color-primary-40:var(--studio-gray-40);--color-primary-40-rgb:var(--studio-gray-40-rgb);--color-primary-50:var(--studio-gray-50);--color-primary-50-rgb:var(--studio-gray-50-rgb);--color-primary-60:var(--studio-gray-60);--color-primary-60-rgb:var(--studio-gray-60-rgb);--color-primary-70:var(--studio-gray-70);--color-primary-70-rgb:var(--studio-gray-70-rgb);--color-primary-80:var(--studio-gray-80);--color-primary-80-rgb:var(--studio-gray-80-rgb);--color-primary-90:var(--studio-gray-90);--color-primary-90-rgb:var(--studio-gray-90-rgb);--color-primary-100:var(--studio-gray-100);--color-primary-100-rgb:var(--studio-gray-100-rgb);--color-accent:var(--studio-pink-50);--color-accent-rgb:var(--studio-pink-50-rgb);--color-accent-dark:var(--studio-pink-70);--color-accent-dark-rgb:var(--studio-pink-70-rgb);--color-accent-light:var(--studio-pink-30);--color-accent-light-rgb:var(--studio-pink-30-rgb);--color-accent-0:var(--studio-pink-0);--color-accent-0-rgb:var(--studio-pink-0-rgb);--color-accent-5:var(--studio-pink-5);--color-accent-5-rgb:var(--studio-pink-5-rgb);--color-accent-10:var(--studio-pink-10);--color-accent-10-rgb:var(--studio-pink-10-rgb);--color-accent-20:var(--studio-pink-20);--color-accent-20-rgb:var(--studio-pink-20-rgb);--color-accent-30:var(--studio-pink-30);--color-accent-30-rgb:var(--studio-pink-30-rgb);--color-accent-40:var(--studio-pink-40);--color-accent-40-rgb:var(--studio-pink-40-rgb);--color-accent-50:var(--studio-pink-50);--color-accent-50-rgb:var(--studio-pink-50-rgb);--color-accent-60:var(--studio-pink-60);--color-accent-60-rgb:var(--studio-pink-60-rgb);--color-accent-70:var(--studio-pink-70);--color-accent-70-rgb:var(--studio-pink-70-rgb);--color-accent-80:var(--studio-pink-80);--color-accent-80-rgb:var(--studio-pink-80-rgb);--color-accent-90:var(--studio-pink-90);--color-accent-90-rgb:var(--studio-pink-90-rgb);--color-accent-100:var(--studio-pink-100);--color-accent-100-rgb:var(--studio-pink-100-rgb);--color-neutral:var(--studio-gray-50);--color-neutral-rgb:var(--studio-gray-50-rgb);--color-neutral-dark:var(--studio-gray-70);--color-neutral-dark-rgb:var(--studio-gray-70-rgb);--color-neutral-light:var(--studio-gray-30);--color-neutral-light-rgb:var(--studio-gray-30-rgb);--color-neutral-0:var(--studio-gray-0);--color-neutral-0-rgb:var(--studio-gray-0-rgb);--color-neutral-5:var(--studio-gray-5);--color-neutral-5-rgb:var(--studio-gray-5-rgb);--color-neutral-10:var(--studio-gray-10);--color-neutral-10-rgb:var(--studio-gray-10-rgb);--color-neutral-20:var(--studio-gray-20);--color-neutral-20-rgb:var(--studio-gray-20-rgb);--color-neutral-30:var(--studio-gray-30);--color-neutral-30-rgb:var(--studio-gray-30-rgb);--color-neutral-40:var(--studio-gray-40);--color-neutral-40-rgb:var(--studio-gray-40-rgb);--color-neutral-50:var(--studio-gray-50);--color-neutral-50-rgb:var(--studio-gray-50-rgb);--color-neutral-60:var(--studio-gray-60);--color-neutral-60-rgb:var(--studio-gray-60-rgb);--color-neutral-70:var(--studio-gray-70);--color-neutral-70-rgb:var(--studio-gray-70-rgb);--color-neutral-80:var(--studio-gray-80);--color-neutral-80-rgb:var(--studio-gray-80-rgb);--color-neutral-90:var(--studio-gray-90);--color-neutral-90-rgb:var(--studio-gray-90-rgb);--color-neutral-100:var(--studio-gray-100);--color-neutral-100-rgb:var(--studio-gray-100-rgb);--color-success:var(--studio-green-50);--color-success-rgb:var(--studio-green-50-rgb);--color-success-dark:var(--studio-green-70);--color-success-dark-rgb:var(--studio-green-70-rgb);--color-success-light:var(--studio-green-30);--color-success-light-rgb:var(--studio-green-30-rgb);--color-success-0:var(--studio-green-0);--color-success-0-rgb:var(--studio-green-0-rgb);--color-success-5:var(--studio-green-5);--color-success-5-rgb:var(--studio-green-5-rgb);--color-success-10:var(--studio-green-10);--color-success-10-rgb:var(--studio-green-10-rgb);--color-success-20:var(--studio-green-20);--color-success-20-rgb:var(--studio-green-20-rgb);--color-success-30:var(--studio-green-30);--color-success-30-rgb:var(--studio-green-30-rgb);--color-success-40:var(--studio-green-40);--color-success-40-rgb:var(--studio-green-40-rgb);--color-success-50:var(--studio-green-50);--color-success-50-rgb:var(--studio-green-50-rgb);--color-success-60:var(--studio-green-60);--color-success-60-rgb:var(--studio-green-60-rgb);--color-success-70:var(--studio-green-70);--color-success-70-rgb:var(--studio-green-70-rgb);--color-success-80:var(--studio-green-80);--color-success-80-rgb:var(--studio-green-80-rgb);--color-success-90:var(--studio-green-90);--color-success-90-rgb:var(--studio-green-90-rgb);--color-success-100:var(--studio-green-100);--color-success-100-rgb:var(--studio-green-100-rgb);--color-warning:var(--studio-yellow-50);--color-warning-rgb:var(--studio-yellow-50-rgb);--color-warning-dark:var(--studio-yellow-70);--color-warning-dark-rgb:var(--studio-yellow-70-rgb);--color-warning-light:var(--studio-yellow-30);--color-warning-light-rgb:var(--studio-yellow-30-rgb);--color-warning-0:var(--studio-yellow-0);--color-warning-0-rgb:var(--studio-yellow-0-rgb);--color-warning-5:var(--studio-yellow-5);--color-warning-5-rgb:var(--studio-yellow-5-rgb);--color-warning-10:var(--studio-yellow-10);--color-warning-10-rgb:var(--studio-yellow-10-rgb);--color-warning-20:var(--studio-yellow-20);--color-warning-20-rgb:var(--studio-yellow-20-rgb);--color-warning-30:var(--studio-yellow-30);--color-warning-30-rgb:var(--studio-yellow-30-rgb);--color-warning-40:var(--studio-yellow-40);--color-warning-40-rgb:var(--studio-yellow-40-rgb);--color-warning-50:var(--studio-yellow-50);--color-warning-50-rgb:var(--studio-yellow-50-rgb);--color-warning-60:var(--studio-yellow-60);--color-warning-60-rgb:var(--studio-yellow-60-rgb);--color-warning-70:var(--studio-yellow-70);--color-warning-70-rgb:var(--studio-yellow-70-rgb);--color-warning-80:var(--studio-yellow-80);--color-warning-80-rgb:var(--studio-yellow-80-rgb);--color-warning-90:var(--studio-yellow-90);--color-warning-90-rgb:var(--studio-yellow-90-rgb);--color-warning-100:var(--studio-yellow-100);--color-warning-100-rgb:var(--studio-yellow-100-rgb);--color-error:var(--studio-red-50);--color-error-rgb:var(--studio-red-50-rgb);--color-error-dark:var(--studio-red-70);--color-error-dark-rgb:var(--studio-red-70-rgb);--color-error-light:var(--studio-red-30);--color-error-light-rgb:var(--studio-red-30-rgb);--color-error-0:var(--studio-red-0);--color-error-0-rgb:var(--studio-red-0-rgb);--color-error-5:var(--studio-red-5);--color-error-5-rgb:var(--studio-red-5-rgb);--color-error-10:var(--studio-red-10);--color-error-10-rgb:var(--studio-red-10-rgb);--color-error-20:var(--studio-red-20);--color-error-20-rgb:var(--studio-red-20-rgb);--color-error-30:var(--studio-red-30);--color-error-30-rgb:var(--studio-red-30-rgb);--color-error-40:var(--studio-red-40);--color-error-40-rgb:var(--studio-red-40-rgb);--color-error-50:var(--studio-red-50);--color-error-50-rgb:var(--studio-red-50-rgb);--color-error-60:var(--studio-red-60);--color-error-60-rgb:var(--studio-red-60-rgb);--color-error-70:var(--studio-red-70);--color-error-70-rgb:var(--studio-red-70-rgb);--color-error-80:var(--studio-red-80);--color-error-80-rgb:var(--studio-red-80-rgb);--color-error-90:var(--studio-red-90);--color-error-90-rgb:var(--studio-red-90-rgb);--color-error-100:var(--studio-red-100);--color-error-100-rgb:var(--studio-red-100-rgb);--color-surface:var(--studio-white);--color-surface-rgb:var(--studio-white-rgb);--color-surface-backdrop:var(--studio-gray-0);--color-surface-backdrop-rgb:var(--studio-gray-0-rgb);--color-text:var(--studio-gray-80);--color-text-rgb:var(--studio-gray-80-rgb);--color-text-subtle:var(--studio-gray-50);--color-text-subtle-rgb:var(--studio-gray-50-rgb);--color-text-inverted:var(--studio-white);--color-text-inverted-rgb:var(--studio-white-rgb);--color-border:var(--color-neutral-20);--color-border-rgb:var(--color-neutral-20-rgb);--color-border-subtle:var(--color-neutral-5);--color-border-subtle-rgb:var(--color-neutral-5-rgb);--color-border-shadow:var(--color-neutral-0);--color-border-shadow-rgb:var(--color-neutral-0-rgb);--color-border-inverted:var(--studio-white);--color-border-inverted-rgb:var(--studio-white-rgb);--color-link:var(--studio-blue-50);--color-link-rgb:var(--studio-blue-50-rgb);--color-link-dark:var(--studio-blue-70);--color-link-dark-rgb:var(--studio-blue-70-rgb);--color-link-light:var(--studio-blue-30);--color-link-light-rgb:var(--studio-blue-30-rgb);--color-link-0:var(--studio-blue-0);--color-link-0-rgb:var(--studio-blue-0-rgb);--color-link-5:var(--studio-blue-5);--color-link-5-rgb:var(--studio-blue-5-rgb);--color-link-10:var(--studio-blue-10);--color-link-10-rgb:var(--studio-blue-10-rgb);--color-link-20:var(--studio-blue-20);--color-link-20-rgb:var(--studio-blue-20-rgb);--color-link-30:var(--studio-blue-30);--color-link-30-rgb:var(--studio-blue-30-rgb);--color-link-40:var(--studio-blue-40);--color-link-40-rgb:var(--studio-blue-40-rgb);--color-link-50:var(--studio-blue-50);--color-link-50-rgb:var(--studio-blue-50-rgb);--color-link-60:var(--studio-blue-60);--color-link-60-rgb:var(--studio-blue-60-rgb);--color-link-70:var(--studio-blue-70);--color-link-70-rgb:var(--studio-blue-70-rgb);--color-link-80:var(--studio-blue-80);--color-link-80-rgb:var(--studio-blue-80-rgb);--color-link-90:var(--studio-blue-90);--color-link-90-rgb:var(--studio-blue-90-rgb);--color-link-100:var(--studio-blue-100);--color-link-100-rgb:var(--studio-blue-100-rgb);--color-plan-free:var(--studio-gray-30);--color-plan-blogger:var(--studio-celadon-30);--color-plan-personal:var(--studio-blue-30);--color-plan-premium:var(--studio-yellow-30);--color-plan-business:var(--studio-orange-30);--color-plan-ecommerce:var(--studio-purple-30);--color-premium-domain:var(--studio-wordpress-blue-60);--color-jetpack-plan-free:var(--studio-blue-30);--color-jetpack-plan-personal:var(--studio-yellow-30);--color-jetpack-plan-premium:var(--studio-jetpack-green-30);--color-jetpack-plan-professional:var(--studio-purple-30);--color-masterbar-background:#101517;--color-masterbar-border:#333;--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:#333;--color-masterbar-item-active-background:#23282d;--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-20);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-jetpack-masterbar-background:var(--studio-white);--color-jetpack-masterbar-border:var(--studio-gray-5);--color-jetpack-masterbar-text:var(--studio-gray-50);--color-jetpack-masterbar-item-hover-background:var(--studio-gray-5);--color-jetpack-masterbar-item-active-background:var(--studio-gray-20);--color-sidebar-background:#23282d;--color-sidebar-background-rgb:35,40,45;--color-sidebar-border:#333;--color-sidebar-text:#eee;--color-sidebar-text-rgb:238,238,238;--color-sidebar-text-alternative:#a2aab2;--color-sidebar-gridicon-fill:#a2aab2;--color-sidebar-menu-selected-background:#0073aa;--color-sidebar-menu-selected-background-rgb:0,115,170;--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:#1a1e23;--color-sidebar-menu-hover-background-rgb:26,30,35;--color-sidebar-menu-hover-text:#00b9eb;--color-jetpack-onboarding-text:var(--studio-white);--color-jetpack-onboarding-text-rgb:var(--studio-white-rgb);--color-jetpack-onboarding-background:var(--studio-blue-100);--color-jetpack-onboarding-background-rgb:var(--studio-blue-100-rgb);--color-automattic:var(--studio-blue-40);--color-jetpack:var(--studio-jetpack-green);--color-simplenote:var(--studio-simplenote-blue);--color-woocommerce:var(--studio-woocommerce-purple);--color-wordpress-com:var(--studio-wordpress-blue);--color-wordpress-org:#585c60;--color-blogger:#ff5722;--color-eventbrite:#ff8000;--color-facebook:#39579a;--color-godaddy:#5ea95a;--color-google-plus:#df4a32;--color-instagram:#d93174;--color-linkedin:#0976b4;--color-medium:#12100e;--color-pinterest:#cc2127;--color-pocket:#ee4256;--color-print:#f8f8f8;--color-reddit:#5f99cf;--color-skype:#00aff0;--color-stumbleupon:#eb4924;--color-squarespace:#222;--color-telegram:#08c;--color-tumblr:#35465c;--color-twitter:#55acee;--color-whatsapp:#43d854;--color-wix:#faad4d;--color-email:var(--studio-gray-0);--color-podcasting:#9b4dd5;--color-wp-admin-button-background:#008ec2;--color-wp-admin-button-border:#006799;--color-sidebar-submenu-background:#32373c;--color-sidebar-submenu-text:#b4b9be;--color-sidebar-submenu-hover-text:#00b9eb;--color-sidebar-submenu-selected-text:var(--studio-white)}.color-scheme.is-coffee,.color-scheme.is-coffee .is-nav-unification{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#59524c;--theme-base-color-rgb:89,82,76;--theme-submenu-text-color:#cdcbc9;--theme-submenu-background-color:#46403c;--theme-icon-color:#ece6f6;--theme-highlight-color:#c7a589;--theme-highlight-color-rgb:199,165,137;--theme-notification-color:#9ea476;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-orange-70);--color-primary-dark-rgb:var(--studio-orange-70-rgb);--color-primary-light:var(--studio-orange-30);--color-primary-light-rgb:var(--studio-orange-30-rgb);--color-primary-0:var(--studio-orange-0);--color-primary-0-rgb:var(--studio-orange-0-rgb);--color-primary-5:var(--studio-orange-5);--color-primary-5-rgb:var(--studio-orange-5-rgb);--color-primary-10:var(--studio-orange-10);--color-primary-10-rgb:var(--studio-orange-10-rgb);--color-primary-20:var(--studio-orange-20);--color-primary-20-rgb:var(--studio-orange-20-rgb);--color-primary-30:var(--studio-orange-30);--color-primary-30-rgb:var(--studio-orange-30-rgb);--color-primary-40:var(--studio-orange-40);--color-primary-40-rgb:var(--studio-orange-40-rgb);--color-primary-50:var(--studio-orange-50);--color-primary-50-rgb:var(--studio-orange-50-rgb);--color-primary-60:var(--studio-orange-60);--color-primary-60-rgb:var(--studio-orange-60-rgb);--color-primary-70:var(--studio-orange-70);--color-primary-70-rgb:var(--studio-orange-70-rgb);--color-primary-80:var(--studio-orange-80);--color-primary-80-rgb:var(--studio-orange-80-rgb);--color-primary-90:var(--studio-orange-90);--color-primary-90-rgb:var(--studio-orange-90-rgb);--color-primary-100:var(--studio-orange-100);--color-primary-100-rgb:var(--studio-orange-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-orange-70);--color-accent-dark-rgb:var(--studio-orange-70-rgb);--color-accent-light:var(--studio-orange-30);--color-accent-light-rgb:var(--studio-orange-30-rgb);--color-accent-0:var(--studio-orange-0);--color-accent-0-rgb:var(--studio-orange-0-rgb);--color-accent-5:var(--studio-orange-5);--color-accent-5-rgb:var(--studio-orange-5-rgb);--color-accent-10:var(--studio-orange-10);--color-accent-10-rgb:var(--studio-orange-10-rgb);--color-accent-20:var(--studio-orange-20);--color-accent-20-rgb:var(--studio-orange-20-rgb);--color-accent-30:var(--studio-orange-30);--color-accent-30-rgb:var(--studio-orange-30-rgb);--color-accent-40:var(--studio-orange-40);--color-accent-40-rgb:var(--studio-orange-40-rgb);--color-accent-50:var(--studio-orange-50);--color-accent-50-rgb:var(--studio-orange-50-rgb);--color-accent-60:var(--studio-orange-60);--color-accent-60-rgb:var(--studio-orange-60-rgb);--color-accent-70:var(--studio-orange-70);--color-accent-70-rgb:var(--studio-orange-70-rgb);--color-accent-80:var(--studio-orange-80);--color-accent-80-rgb:var(--studio-orange-80-rgb);--color-accent-90:var(--studio-orange-90);--color-accent-90-rgb:var(--studio-orange-90-rgb);--color-accent-100:var(--studio-orange-100);--color-accent-100-rgb:var(--studio-orange-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--studio-gray-0);--color-sidebar-gridicon-fill:var(--studio-gray-0);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-menu-hover:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-highlight-color)}.color-scheme.is-contrast,.color-scheme.is-contrast .is-nav-unification{--color-primary:var(--studio-gray-80);--color-primary-rgb:var(--studio-gray-80-rgb);--color-primary-dark:var(--studio-gray-100);--color-primary-dark-rgb:var(--studio-gray-100-rgb);--color-primary-light:var(--studio-gray-60);--color-primary-light-rgb:var(--studio-gray-60-rgb);--color-primary-0:var(--studio-gray-0);--color-primary-0-rgb:var(--studio-gray-0-rgb);--color-primary-5:var(--studio-gray-5);--color-primary-5-rgb:var(--studio-gray-5-rgb);--color-primary-10:var(--studio-gray-10);--color-primary-10-rgb:var(--studio-gray-10-rgb);--color-primary-20:var(--studio-gray-20);--color-primary-20-rgb:var(--studio-gray-20-rgb);--color-primary-30:var(--studio-gray-30);--color-primary-30-rgb:var(--studio-gray-30-rgb);--color-primary-40:var(--studio-gray-40);--color-primary-40-rgb:var(--studio-gray-40-rgb);--color-primary-50:var(--studio-gray-50);--color-primary-50-rgb:var(--studio-gray-50-rgb);--color-primary-60:var(--studio-gray-60);--color-primary-60-rgb:var(--studio-gray-60-rgb);--color-primary-70:var(--studio-gray-70);--color-primary-70-rgb:var(--studio-gray-70-rgb);--color-primary-80:var(--studio-gray-80);--color-primary-80-rgb:var(--studio-gray-80-rgb);--color-primary-90:var(--studio-gray-90);--color-primary-90-rgb:var(--studio-gray-90-rgb);--color-primary-100:var(--studio-gray-100);--color-primary-100-rgb:var(--studio-gray-100-rgb);--color-accent:var(--studio-blue-70);--color-accent-rgb:var(--studio-blue-70-rgb);--color-accent-dark:var(--studio-blue-90);--color-accent-dark-rgb:var(--studio-blue-90-rgb);--color-accent-light:var(--studio-blue-50);--color-accent-light-rgb:var(--studio-blue-50-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-surface-backdrop:var(--studio-white);--color-surface-backdrop-rgb:var(--studio-white-rgb);--color-text:var(--studio-gray-100);--color-text-rgb:var(--studio-gray-100-rgb);--color-text-subtle:var(--studio-gray-70);--color-text-subtle-rgb:var(--studio-gray-70-rgb);--color-link:var(--studio-blue-70);--color-link-rgb:var(--studio-blue-70-rgb);--color-link-dark:var(--studio-blue-100);--color-link-dark-rgb:var(--studio-blue-100-rgb);--color-link-light:var(--studio-blue-50);--color-link-light-rgb:var(--studio-blue-50-rgb);--color-link-0:var(--studio-blue-0);--color-link-0-rgb:var(--studio-blue-0-rgb);--color-link-5:var(--studio-blue-5);--color-link-5-rgb:var(--studio-blue-5-rgb);--color-link-10:var(--studio-blue-10);--color-link-10-rgb:var(--studio-blue-10-rgb);--color-link-20:var(--studio-blue-20);--color-link-20-rgb:var(--studio-blue-20-rgb);--color-link-30:var(--studio-blue-30);--color-link-30-rgb:var(--studio-blue-30-rgb);--color-link-40:var(--studio-blue-40);--color-link-40-rgb:var(--studio-blue-40-rgb);--color-link-50:var(--studio-blue-50);--color-link-50-rgb:var(--studio-blue-50-rgb);--color-link-60:var(--studio-blue-60);--color-link-60-rgb:var(--studio-blue-60-rgb);--color-link-70:var(--studio-blue-70);--color-link-70-rgb:var(--studio-blue-70-rgb);--color-link-80:var(--studio-blue-80);--color-link-80-rgb:var(--studio-blue-80-rgb);--color-link-90:var(--studio-blue-90);--color-link-90-rgb:var(--studio-blue-90-rgb);--color-link-100:var(--studio-blue-100);--color-link-100-rgb:var(--studio-blue-100-rgb);--color-premium-domain:var(--studio-gray-100);--color-masterbar-background:var(--studio-gray-100);--color-masterbar-border:var(--studio-gray-90);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-gray-80);--color-masterbar-item-active-background:var(--studio-gray-60);--color-masterbar-item-new-editor-background:var(--studio-gray-70);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-90);--color-masterbar-unread-dot-background:var(--studio-yellow-20);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-70);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-70);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--color-surface);--color-sidebar-background-rgb:var(--studio-white-rgb);--color-sidebar-border:var(--studio-gray-5);--color-sidebar-text:var(--studio-gray-90);--color-sidebar-text-rgb:var(--studio-gray-90-rgb);--color-sidebar-text-alternative:var(--studio-gray-90);--color-sidebar-gridicon-fill:var(--studio-gray-90);--color-sidebar-menu-selected-background:var(--studio-gray-100);--color-sidebar-menu-selected-background-rgb:var(--studio-gray-100-rgb);--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:var(--studio-gray-60);--color-sidebar-menu-hover-background-rgb:var(--studio-gray-60-rgb);--color-sidebar-menu-hover-text:var(--studio-white);--color-sidebar-submenu-background:var(--studio-gray-90);--color-sidebar-submenu-text:var(--studio-gray-10);--color-sidebar-submenu-hover-text:var(--color-masterbar-unread-dot-background);--color-sidebar-submenu-selected-text:var(--studio-white)}.color-scheme.is-ectoplasm,.color-scheme.is-ectoplasm .is-nav-unification{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#523f6d;--theme-base-color-rgb:82,63,109;--theme-submenu-text-color:#cbc5d3;--theme-submenu-background-color:#413256;--theme-icon-color:#ece6f6;--theme-highlight-color:#a3b745;--theme-highlight-color-rgb:163,183,69;--theme-notification-color:#d46f15;--ectoplasm-green-0:#f2f5e1;--ectoplasm-green-5:#e9f5b3;--ectoplasm-green-10:#daf26b;--ectoplasm-green-20:#cdf030;--ectoplasm-green-30:#b5de00;--ectoplasm-green-40:#9bc000;--ectoplasm-green-50:#7f9d00;--ectoplasm-green-60:#647d00;--ectoplasm-green-70:#536700;--ectoplasm-green-80:#3f4f00;--ectoplasm-green-90:#293300;--ectoplasm-green-100:#161c00;--ectoplasm-green:#7f9d00;--ectoplasm-green-0-rgb:242,245,225;--ectoplasm-green-5-rgb:233,245,179;--ectoplasm-green-10-rgb:218,242,107;--ectoplasm-green-20-rgb:205,240,48;--ectoplasm-green-30-rgb:181,222,0;--ectoplasm-green-40-rgb:155,192,0;--ectoplasm-green-50-rgb:127,157,0;--ectoplasm-green-60-rgb:100,125,0;--ectoplasm-green-70-rgb:83,103,0;--ectoplasm-green-80-rgb:63,79,0;--ectoplasm-green-90-rgb:41,51,0;--ectoplasm-green-100-rgb:22,28,0;--ectoplasm-green-rgb:127,157,0;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--ectoplasm-green-70);--color-primary-dark-rgb:var(--ectoplasm-green-70-rgb);--color-primary-light:var(--ectoplasm-green-30);--color-primary-light-rgb:var(--ectoplasm-green-30-rgb);--color-primary-0:var(--ectoplasm-green-0);--color-primary-0-rgb:var(--ectoplasm-green-0-rgb);--color-primary-5:var(--ectoplasm-green-5);--color-primary-5-rgb:var(--ectoplasm-green-5-rgb);--color-primary-10:var(--ectoplasm-green-10);--color-primary-10-rgb:var(--ectoplasm-green-10-rgb);--color-primary-20:var(--ectoplasm-green-20);--color-primary-20-rgb:var(--ectoplasm-green-20-rgb);--color-primary-30:var(--ectoplasm-green-30);--color-primary-30-rgb:var(--ectoplasm-green-30-rgb);--color-primary-40:var(--ectoplasm-green-40);--color-primary-40-rgb:var(--ectoplasm-green-40-rgb);--color-primary-50:var(--ectoplasm-green-50);--color-primary-50-rgb:var(--ectoplasm-green-50-rgb);--color-primary-60:var(--ectoplasm-green-60);--color-primary-60-rgb:var(--ectoplasm-green-60-rgb);--color-primary-70:var(--ectoplasm-green-70);--color-primary-70-rgb:var(--ectoplasm-green-70-rgb);--color-primary-80:var(--ectoplasm-green-80);--color-primary-80-rgb:var(--ectoplasm-green-80-rgb);--color-primary-90:var(--ectoplasm-green-90);--color-primary-90-rgb:var(--ectoplasm-green-90-rgb);--color-primary-100:var(--ectoplasm-green-100);--color-primary-100-rgb:var(--ectoplasm-green-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--ectoplasm-green-70);--color-accent-dark-rgb:var(--ectoplasm-green-70-rgb);--color-accent-light:var(--ectoplasm-green-30);--color-accent-light-rgb:var(--ectoplasm-green-30-rgb);--color-accent-0:var(--ectoplasm-green-0);--color-accent-0-rgb:var(--ectoplasm-green-0-rgb);--color-accent-5:var(--ectoplasm-green-5);--color-accent-5-rgb:var(--ectoplasm-green-5-rgb);--color-accent-10:var(--ectoplasm-green-10);--color-accent-10-rgb:var(--ectoplasm-green-10-rgb);--color-accent-20:var(--ectoplasm-green-20);--color-accent-20-rgb:var(--ectoplasm-green-20-rgb);--color-accent-30:var(--ectoplasm-green-30);--color-accent-30-rgb:var(--ectoplasm-green-30-rgb);--color-accent-40:var(--ectoplasm-green-40);--color-accent-40-rgb:var(--ectoplasm-green-40-rgb);--color-accent-50:var(--ectoplasm-green-50);--color-accent-50-rgb:var(--ectoplasm-green-50-rgb);--color-accent-60:var(--ectoplasm-green-60);--color-accent-60-rgb:var(--ectoplasm-green-60-rgb);--color-accent-70:var(--ectoplasm-green-70);--color-accent-70-rgb:var(--ectoplasm-green-70-rgb);--color-accent-80:var(--ectoplasm-green-80);--color-accent-80-rgb:var(--ectoplasm-green-80-rgb);--color-accent-90:var(--ectoplasm-green-90);--color-accent-90-rgb:var(--ectoplasm-green-90-rgb);--color-accent-100:var(--ectoplasm-green-100);--color-accent-100-rgb:var(--ectoplasm-green-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--theme-text-color);--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-highlight-color)}.color-scheme.is-light,.color-scheme.is-light .is-nav-unification{--theme-text-color:#333;--theme-text-color-rgb:51,51,51;--theme-base-color:#e5e5e5;--theme-base-color-rgb:229,229,229;--theme-submenu-text-color:#686868;--theme-submenu-background-color:#fff;--theme-icon-color:#999;--theme-highlight-color:#04a4cc;--theme-highlight-color-rgb:4,164,204;--theme-notification-color:#d64e07;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-black);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-90);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--studio-gray-90);--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:#888;--color-sidebar-menu-selected-background-rgb:136,136,136;--color-sidebar-menu-selected-text:#fff;--color-sidebar-menu-selected-text-rgb:255,255,255;--color-sidebar-menu-hover-background:#888;--color-sidebar-menu-hover-background-rgb:136,136,136;--color-sidebar-menu-hover-text:#fff;--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-highlight-color);--color-sidebar-submenu-selected-text:#333}.color-scheme.is-light .is-nav-unification .masterbar__item-notifications .gridicon,.color-scheme.is-light .masterbar__item-notifications .gridicon{fill:#000}.color-scheme.is-midnight,.color-scheme.is-midnight .is-nav-unification{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#363b3f;--theme-base-color-rgb:54,59,63;--theme-submenu-text-color:#c3c4c5;--theme-submenu-background-color:#26292c;--theme-icon-color:#ece6f6;--theme-highlight-color:#e14d43;--theme-highlight-color-rgb:225,77,67;--theme-notification-color:#69a8bb;--midnight-blue-0:#e1eef5;--midnight-blue-5:#b3ddf5;--midnight-blue-10:#6bbff2;--midnight-blue-20:#30a2f0;--midnight-blue-30:#007fde;--midnight-blue-40:#006ac0;--midnight-blue-50:#00549d;--midnight-blue-60:#00417d;--midnight-blue-70:#003567;--midnight-blue-80:#00284f;--midnight-blue-90:#001a33;--midnight-blue-100:#000e1c;--midnight-blue:#00549d;--midnight-blue-0-rgb:225,238,245;--midnight-blue-5-rgb:179,221,245;--midnight-blue-10-rgb:107,191,242;--midnight-blue-20-rgb:48,162,240;--midnight-blue-30-rgb:0,127,222;--midnight-blue-40-rgb:0,106,192;--midnight-blue-50-rgb:0,84,157;--midnight-blue-60-rgb:0,65,125;--midnight-blue-70-rgb:0,53,103;--midnight-blue-80-rgb:0,40,79;--midnight-blue-90-rgb:0,26,51;--midnight-blue-100-rgb:0,14,28;--midnight-blue-rgb:0,84,157;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--midnight-blue-70);--color-primary-dark-rgb:var(--midnight-blue-70-rgb);--color-primary-light:var(--midnight-blue-30);--color-primary-light-rgb:var(--midnight-blue-30-rgb);--color-primary-0:var(--midnight-blue-0);--color-primary-0-rgb:var(--midnight-blue-0-rgb);--color-primary-5:var(--midnight-blue-5);--color-primary-5-rgb:var(--midnight-blue-5-rgb);--color-primary-10:var(--midnight-blue-10);--color-primary-10-rgb:var(--midnight-blue-10-rgb);--color-primary-20:var(--midnight-blue-20);--color-primary-20-rgb:var(--midnight-blue-20-rgb);--color-primary-30:var(--midnight-blue-30);--color-primary-30-rgb:var(--midnight-blue-30-rgb);--color-primary-40:var(--midnight-blue-40);--color-primary-40-rgb:var(--midnight-blue-40-rgb);--color-primary-50:var(--midnight-blue-50);--color-primary-50-rgb:var(--midnight-blue-50-rgb);--color-primary-60:var(--midnight-blue-60);--color-primary-60-rgb:var(--midnight-blue-60-rgb);--color-primary-70:var(--midnight-blue-70);--color-primary-70-rgb:var(--midnight-blue-70-rgb);--color-primary-80:var(--midnight-blue-80);--color-primary-80-rgb:var(--midnight-blue-80-rgb);--color-primary-90:var(--midnight-blue-90);--color-primary-90-rgb:var(--midnight-blue-90-rgb);--color-primary-100:var(--midnight-blue-100);--color-primary-100-rgb:var(--midnight-blue-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--midnight-blue-70);--color-accent-dark-rgb:var(--midnight-blue-70-rgb);--color-accent-light:var(--midnight-blue-30);--color-accent-light-rgb:var(--midnight-blue-30-rgb);--color-accent-0:var(--midnight-blue-0);--color-accent-0-rgb:var(--midnight-blue-0-rgb);--color-accent-5:var(--midnight-blue-5);--color-accent-5-rgb:var(--midnight-blue-5-rgb);--color-accent-10:var(--midnight-blue-10);--color-accent-10-rgb:var(--midnight-blue-10-rgb);--color-accent-20:var(--midnight-blue-20);--color-accent-20-rgb:var(--midnight-blue-20-rgb);--color-accent-30:var(--midnight-blue-30);--color-accent-30-rgb:var(--midnight-blue-30-rgb);--color-accent-40:var(--midnight-blue-40);--color-accent-40-rgb:var(--midnight-blue-40-rgb);--color-accent-50:var(--midnight-blue-50);--color-accent-50-rgb:var(--midnight-blue-50-rgb);--color-accent-60:var(--midnight-blue-60);--color-accent-60-rgb:var(--midnight-blue-60-rgb);--color-accent-70:var(--midnight-blue-70);--color-accent-70-rgb:var(--midnight-blue-70-rgb);--color-accent-80:var(--midnight-blue-80);--color-accent-80-rgb:var(--midnight-blue-80-rgb);--color-accent-90:var(--midnight-blue-90);--color-accent-90-rgb:var(--midnight-blue-90-rgb);--color-accent-100:var(--midnight-blue-100);--color-accent-100-rgb:var(--midnight-blue-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--theme-text-color);--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-highlight-color)}.color-scheme.is-modern,.color-scheme.is-modern .is-nav-unification{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#1e1e1e;--theme-base-color-rgb:30,30,30;--theme-submenu-text-color:#bcbcbc;--theme-submenu-background-color:#0c0c0c;--theme-icon-color:#ece6f6;--theme-highlight-color:#3858e9;--theme-highlight-color-rgb:56,88,233;--theme-notification-color:#3858e9;--color-link:var(--theme-highlight-color);--color-link-dark:#183ad6;--color-link-light:#667fee;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--studio-gray-10);--color-sidebar-gridicon-fill:var(--studio-gray-0);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:#33f078}.color-scheme.is-nightfall,.color-scheme.is-nightfall .is-nav-unification{--color-primary:var(--studio-gray-90);--color-primary-rgb:var(--studio-gray-90-rgb);--color-primary-dark:var(--studio-gray-70);--color-primary-dark-rgb:var(--studio-gray-70-rgb);--color-primary-light:var(--studio-gray-30);--color-primary-light-rgb:var(--studio-gray-30-rgb);--color-primary-0:var(--studio-gray-0);--color-primary-0-rgb:var(--studio-gray-0-rgb);--color-primary-5:var(--studio-gray-5);--color-primary-5-rgb:var(--studio-gray-5-rgb);--color-primary-10:var(--studio-gray-10);--color-primary-10-rgb:var(--studio-gray-10-rgb);--color-primary-20:var(--studio-gray-20);--color-primary-20-rgb:var(--studio-gray-20-rgb);--color-primary-30:var(--studio-gray-30);--color-primary-30-rgb:var(--studio-gray-30-rgb);--color-primary-40:var(--studio-gray-40);--color-primary-40-rgb:var(--studio-gray-40-rgb);--color-primary-50:var(--studio-gray-50);--color-primary-50-rgb:var(--studio-gray-50-rgb);--color-primary-60:var(--studio-gray-60);--color-primary-60-rgb:var(--studio-gray-60-rgb);--color-primary-70:var(--studio-gray-70);--color-primary-70-rgb:var(--studio-gray-70-rgb);--color-primary-80:var(--studio-gray-80);--color-primary-80-rgb:var(--studio-gray-80-rgb);--color-primary-90:var(--studio-gray-90);--color-primary-90-rgb:var(--studio-gray-90-rgb);--color-primary-100:var(--studio-gray-100);--color-primary-100-rgb:var(--studio-gray-100-rgb);--color-accent:var(--studio-blue-50);--color-accent-rgb:var(--studio-blue-50-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-link:var(--studio-blue-50);--color-link-rgb:var(--studio-blue-50-rgb);--color-link-dark:var(--studio-blue-70);--color-link-dark-rgb:var(--studio-blue-70-rgb);--color-link-light:var(--studio-blue-30);--color-link-light-rgb:var(--studio-blue-30-rgb);--color-link-0:var(--studio-blue-0);--color-link-0-rgb:var(--studio-blue-0-rgb);--color-link-5:var(--studio-blue-5);--color-link-5-rgb:var(--studio-blue-5-rgb);--color-link-10:var(--studio-blue-10);--color-link-10-rgb:var(--studio-blue-10-rgb);--color-link-20:var(--studio-blue-20);--color-link-20-rgb:var(--studio-blue-20-rgb);--color-link-30:var(--studio-blue-30);--color-link-30-rgb:var(--studio-blue-30-rgb);--color-link-40:var(--studio-blue-40);--color-link-40-rgb:var(--studio-blue-40-rgb);--color-link-50:var(--studio-blue-50);--color-link-50-rgb:var(--studio-blue-50-rgb);--color-link-60:var(--studio-blue-60);--color-link-60-rgb:var(--studio-blue-60-rgb);--color-link-70:var(--studio-blue-70);--color-link-70-rgb:var(--studio-blue-70-rgb);--color-link-80:var(--studio-blue-80);--color-link-80-rgb:var(--studio-blue-80-rgb);--color-link-90:var(--studio-blue-90);--color-link-90-rgb:var(--studio-blue-90-rgb);--color-link-100:var(--studio-blue-100);--color-link-100-rgb:var(--studio-blue-100-rgb);--color-masterbar-background:var(--studio-blue-100);--color-masterbar-border:var(--studio-blue-100);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-blue-90);--color-masterbar-item-active-background:var(--studio-blue-80);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-blue-80);--color-sidebar-background-rgb:var(--studio-blue-80-rgb);--color-sidebar-border:var(--studio-blue-90);--color-sidebar-text:var(--studio-blue-5);--color-sidebar-text-rgb:var(--studio-blue-5-rgb);--color-sidebar-text-alternative:var(--studio-blue-20);--color-sidebar-gridicon-fill:var(--studio-blue-10);--color-sidebar-menu-selected-background:var(--studio-blue-100);--color-sidebar-menu-selected-background-rgb:var(--studio-blue-100-rgb);--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:var(--studio-blue-70);--color-sidebar-menu-hover-background-rgb:var(--studio-blue-70-rgb);--color-sidebar-menu-hover-text:var(--studio-white);--color-sidebar-submenu-background:var(--studio-blue-90);--color-sidebar-submenu-text:var(--studio-white);--color-sidebar-submenu-hover-text:var(--studio-blue-20);--color-sidebar-submenu-selected-text:var(--studio-white)}.color-scheme.is-ocean,.color-scheme.is-ocean .is-nav-unification{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#738e96;--theme-base-color-rgb:115,142,150;--theme-submenu-text-color:#d5dde0;--theme-submenu-background-color:#627c83;--theme-icon-color:#f2fcff;--theme-highlight-color:#9ebaa0;--theme-highlight-color-rgb:158,186,160;--theme-notification-color:#aa9d88;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-celadon-70);--color-primary-dark-rgb:var(--studio-celadon-70-rgb);--color-primary-light:var(--studio-celadon-30);--color-primary-light-rgb:var(--studio-celadon-30-rgb);--color-primary-0:var(--studio-celadon-0);--color-primary-0-rgb:var(--studio-celadon-0-rgb);--color-primary-5:var(--studio-celadon-5);--color-primary-5-rgb:var(--studio-celadon-5-rgb);--color-primary-10:var(--studio-celadon-10);--color-primary-10-rgb:var(--studio-celadon-10-rgb);--color-primary-20:var(--studio-celadon-20);--color-primary-20-rgb:var(--studio-celadon-20-rgb);--color-primary-30:var(--studio-celadon-30);--color-primary-30-rgb:var(--studio-celadon-30-rgb);--color-primary-40:var(--studio-celadon-40);--color-primary-40-rgb:var(--studio-celadon-40-rgb);--color-primary-50:var(--studio-celadon-50);--color-primary-50-rgb:var(--studio-celadon-50-rgb);--color-primary-60:var(--studio-celadon-60);--color-primary-60-rgb:var(--studio-celadon-60-rgb);--color-primary-70:var(--studio-celadon-70);--color-primary-70-rgb:var(--studio-celadon-70-rgb);--color-primary-80:var(--studio-celadon-80);--color-primary-80-rgb:var(--studio-celadon-80-rgb);--color-primary-90:var(--studio-celadon-90);--color-primary-90-rgb:var(--studio-celadon-90-rgb);--color-primary-100:var(--studio-celadon-100);--color-primary-100-rgb:var(--studio-celadon-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-celadon-70);--color-accent-dark-rgb:var(--studio-celadon-70-rgb);--color-accent-light:var(--studio-celadon-30);--color-accent-light-rgb:var(--studio-celadon-30-rgb);--color-accent-0:var(--studio-celadon-0);--color-accent-0-rgb:var(--studio-celadon-0-rgb);--color-accent-5:var(--studio-celadon-5);--color-accent-5-rgb:var(--studio-celadon-5-rgb);--color-accent-10:var(--studio-celadon-10);--color-accent-10-rgb:var(--studio-celadon-10-rgb);--color-accent-20:var(--studio-celadon-20);--color-accent-20-rgb:var(--studio-celadon-20-rgb);--color-accent-30:var(--studio-celadon-30);--color-accent-30-rgb:var(--studio-celadon-30-rgb);--color-accent-40:var(--studio-celadon-40);--color-accent-40-rgb:var(--studio-celadon-40-rgb);--color-accent-50:var(--studio-celadon-50);--color-accent-50-rgb:var(--studio-celadon-50-rgb);--color-accent-60:var(--studio-celadon-60);--color-accent-60-rgb:var(--studio-celadon-60-rgb);--color-accent-70:var(--studio-celadon-70);--color-accent-70-rgb:var(--studio-celadon-70-rgb);--color-accent-80:var(--studio-celadon-80);--color-accent-80-rgb:var(--studio-celadon-80-rgb);--color-accent-90:var(--studio-celadon-90);--color-accent-90-rgb:var(--studio-celadon-90-rgb);--color-accent-100:var(--studio-celadon-100);--color-accent-100-rgb:var(--studio-celadon-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--theme-text-color);--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-highlight-color)}.color-scheme.is-powder-snow,.color-scheme.is-powder-snow .is-nav-unification{--color-primary:var(--studio-gray-90);--color-primary-rgb:var(--studio-gray-90-rgb);--color-primary-dark:var(--studio-gray-70);--color-primary-dark-rgb:var(--studio-gray-70-rgb);--color-primary-light:var(--studio-gray-30);--color-primary-light-rgb:var(--studio-gray-30-rgb);--color-primary-0:var(--studio-gray-0);--color-primary-0-rgb:var(--studio-gray-0-rgb);--color-primary-5:var(--studio-gray-5);--color-primary-5-rgb:var(--studio-gray-5-rgb);--color-primary-10:var(--studio-gray-10);--color-primary-10-rgb:var(--studio-gray-10-rgb);--color-primary-20:var(--studio-gray-20);--color-primary-20-rgb:var(--studio-gray-20-rgb);--color-primary-30:var(--studio-gray-30);--color-primary-30-rgb:var(--studio-gray-30-rgb);--color-primary-40:var(--studio-gray-40);--color-primary-40-rgb:var(--studio-gray-40-rgb);--color-primary-50:var(--studio-gray-50);--color-primary-50-rgb:var(--studio-gray-50-rgb);--color-primary-60:var(--studio-gray-60);--color-primary-60-rgb:var(--studio-gray-60-rgb);--color-primary-70:var(--studio-gray-70);--color-primary-70-rgb:var(--studio-gray-70-rgb);--color-primary-80:var(--studio-gray-80);--color-primary-80-rgb:var(--studio-gray-80-rgb);--color-primary-90:var(--studio-gray-90);--color-primary-90-rgb:var(--studio-gray-90-rgb);--color-primary-100:var(--studio-gray-100);--color-primary-100-rgb:var(--studio-gray-100-rgb);--color-accent:var(--studio-blue-50);--color-accent-rgb:var(--studio-blue-50-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-link:var(--studio-blue-50);--color-link-rgb:var(--studio-blue-50-rgb);--color-link-dark:var(--studio-blue-70);--color-link-dark-rgb:var(--studio-blue-70-rgb);--color-link-light:var(--studio-blue-30);--color-link-light-rgb:var(--studio-blue-30-rgb);--color-link-0:var(--studio-blue-0);--color-link-0-rgb:var(--studio-blue-0-rgb);--color-link-5:var(--studio-blue-5);--color-link-5-rgb:var(--studio-blue-5-rgb);--color-link-10:var(--studio-blue-10);--color-link-10-rgb:var(--studio-blue-10-rgb);--color-link-20:var(--studio-blue-20);--color-link-20-rgb:var(--studio-blue-20-rgb);--color-link-30:var(--studio-blue-30);--color-link-30-rgb:var(--studio-blue-30-rgb);--color-link-40:var(--studio-blue-40);--color-link-40-rgb:var(--studio-blue-40-rgb);--color-link-50:var(--studio-blue-50);--color-link-50-rgb:var(--studio-blue-50-rgb);--color-link-60:var(--studio-blue-60);--color-link-60-rgb:var(--studio-blue-60-rgb);--color-link-70:var(--studio-blue-70);--color-link-70-rgb:var(--studio-blue-70-rgb);--color-link-80:var(--studio-blue-80);--color-link-80-rgb:var(--studio-blue-80-rgb);--color-link-90:var(--studio-blue-90);--color-link-90-rgb:var(--studio-blue-90-rgb);--color-link-100:var(--studio-blue-100);--color-link-100-rgb:var(--studio-blue-100-rgb);--color-masterbar-background:var(--studio-gray-100);--color-masterbar-border:var(--studio-gray-90);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-gray-80);--color-masterbar-item-active-background:var(--studio-gray-70);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-gray-5);--color-sidebar-background-rgb:var(--studio-gray-5-rgb);--color-sidebar-border:var(--studio-gray-10);--color-sidebar-text:var(--studio-gray-80);--color-sidebar-text-rgb:var(--studio-gray-80-rgb);--color-sidebar-text-alternative:var(--studio-gray-60);--color-sidebar-gridicon-fill:var(--studio-gray-50);--color-sidebar-menu-selected-background:var(--studio-gray-60);--color-sidebar-menu-selected-background-rgb:var(--studio-gray-60-rgb);--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:var(--color-surface);--color-sidebar-menu-hover-background-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-text:var(--studio-blue-60);--color-sidebar-submenu-background:var(--studio-gray-10);--color-sidebar-submenu-text:var(--studio-gray-80);--color-sidebar-submenu-hover-text:var(--studio-blue-60);--color-sidebar-submenu-selected-text:var(--studio-gray-80)}.color-scheme.is-sakura,.color-scheme.is-sakura .is-nav-unification{--color-primary:var(--studio-celadon-50);--color-primary-rgb:var(--studio-celadon-50-rgb);--color-primary-dark:var(--studio-celadon-70);--color-primary-dark-rgb:var(--studio-celadon-70-rgb);--color-primary-light:var(--studio-celadon-30);--color-primary-light-rgb:var(--studio-celadon-30-rgb);--color-primary-0:var(--studio-celadon-0);--color-primary-0-rgb:var(--studio-celadon-0-rgb);--color-primary-5:var(--studio-celadon-5);--color-primary-5-rgb:var(--studio-celadon-5-rgb);--color-primary-10:var(--studio-celadon-10);--color-primary-10-rgb:var(--studio-celadon-10-rgb);--color-primary-20:var(--studio-celadon-20);--color-primary-20-rgb:var(--studio-celadon-20-rgb);--color-primary-30:var(--studio-celadon-30);--color-primary-30-rgb:var(--studio-celadon-30-rgb);--color-primary-40:var(--studio-celadon-40);--color-primary-40-rgb:var(--studio-celadon-40-rgb);--color-primary-50:var(--studio-celadon-50);--color-primary-50-rgb:var(--studio-celadon-50-rgb);--color-primary-60:var(--studio-celadon-60);--color-primary-60-rgb:var(--studio-celadon-60-rgb);--color-primary-70:var(--studio-celadon-70);--color-primary-70-rgb:var(--studio-celadon-70-rgb);--color-primary-80:var(--studio-celadon-80);--color-primary-80-rgb:var(--studio-celadon-80-rgb);--color-primary-90:var(--studio-celadon-90);--color-primary-90-rgb:var(--studio-celadon-90-rgb);--color-primary-100:var(--studio-celadon-100);--color-primary-100-rgb:var(--studio-celadon-100-r