Full Site Editing - Version 2.8.10

Version Description

  • Premium Content: Fix selection of payment plans (https://github.com/Automattic/wp-calypso/pull/47944)
  • Coming soon: Check for coming soon mode on 404 (https://github.com/Automattic/wp-calypso/pull/47945)
  • Onboarding: Add support for RTL site launch stylesheet (https://github.com/Automattic/wp-calypso/pull/47890)
  • Coming soon: Show Coming Soon on blog post pages (https://github.com/Automattic/wp-calypso/pull/47853)
Download this release

Release Info

Developer apeatling
Plugin Icon wp plugin Full Site Editing
Version 2.8.10
Comparing to
See all releases

Code changes from version 2.8.9 to 2.8.10

coming-soon/coming-soon.php CHANGED
@@ -13,7 +13,7 @@ namespace A8C\FSE\Coming_soon;
13
  * @return boolean
14
  */
15
  function should_show_coming_soon_page() {
16
- if ( ! is_singular() && ! is_archive() && ! is_search() && ! is_front_page() ) {
17
  return false;
18
  }
19
 
13
  * @return boolean
14
  */
15
  function should_show_coming_soon_page() {
16
+ if ( ! is_singular() && ! is_archive() && ! is_search() && ! is_front_page() && ! is_home() && ! is_404() ) {
17
  return false;
18
  }
19
 
editor-site-launch/dist/editor-site-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-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '3ced6f8dd21df34cebad78b70211d07f');
1
+ <?php return array('dependencies' => array('a8c-fse-common-data-stores', 'lodash', 'react', 'wp-components', 'wp-compose', 'wp-data', 'wp-data-controls', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '7b89823e889823438834a80d015d76da');
editor-site-launch/dist/editor-site-launch.css CHANGED
@@ -1 +1 @@
1
- .nux-launch-step__header{margin:48px 0 38.4px;display:flex;justify-content:space-between;align-items:center}@media (min-width:600px){.nux-launch-step__header{margin:64px 0 51.2px}}@media (min-width:782px){.nux-launch-step__header{margin:80px 0 64px}}.nux-launch-step__header .action-buttons{display:none}@media (min-width:782px){.nux-launch-step__header .action-buttons{display:block}}.nux-launch-step__body{margin:0 0 48px}@media (min-width:600px){.nux-launch-step__body{margin:0 0 64px}}@media (min-width:782px){.nux-launch-step__body{margin:0 0 80px}}.nux-launch-step__footer{margin-left:-24px;margin-right:-24px;position:-webkit-sticky;position:sticky;bottom:0}@media (min-width:600px){.nux-launch-step__footer{margin-left:-48px;margin-right:-48px}}@media (min-width:782px){.nux-launch-step__footer{margin-left:-96px;margin-right:-96px}}.nux-launch-step__footer .action-buttons{position:relative}@media (min-width:782px){.nux-launch-step__footer{display:none}}.nux-launch-step__input{position:relative;margin-bottom:20px}.nux-launch-step__input input[type=text].components-text-control__input{padding:6px 40px 6px 16px;height:38px;background:#f0f0f0;border:none}.nux-launch-step__input input[type=text].components-text-control__input:-ms-input-placeholder{color:var(--studio-black)}.nux-launch-step__input input[type=text].components-text-control__input::placeholder{color:var(--studio-black)}.nux-launch-step__input input[type=text].components-text-control__input:focus{box-shadow:0 0 0 2px var(--studio-blue-30);background:var(--studio-white)}.nux-launch-step__input svg{position:absolute;top:6px;right:8px}.nux-launch-step__input-hint{display:flex;align-items:center;color:var(--studio-gray-50);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;line-height:14px}.nux-launch-step__input-hint>.components-tip svg{margin-right:10px}.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 #ddd;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)}@media (min-width:600px){button.action_buttons__button.components-button{min-width:160px}}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:checked:after{top:0;left:0}: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:#e9eff5;--studio-blue-5:#c5d9ed;--studio-blue-10:#9ec2e6;--studio-blue-20:#72aee6;--studio-blue-30:#5198d9;--studio-blue-40:#3582c4;--studio-blue-50:#2271b1;--studio-blue-60:#135e96;--studio-blue-70:#0a4b78;--studio-blue-80:#043959;--studio-blue-90:#01263a;--studio-blue-100:#00131c;--studio-blue:#2271b1;--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:#a7e8d4;--studio-celadon-10:#63d6b6;--studio-celadon-20:#2ebd99;--studio-celadon-30:#09a884;--studio-celadon-40:#009172;--studio-celadon-50:#007e65;--studio-celadon-60:#006753;--studio-celadon-70:#005042;--studio-celadon-80:#003b30;--studio-celadon-90:#002721;--studio-celadon-100:#001c17;--studio-celadon:#007e65;--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,239,245;--studio-blue-5-rgb:197,217,237;--studio-blue-10-rgb:158,194,230;--studio-blue-20-rgb:114,174,230;--studio-blue-30-rgb:81,152,217;--studio-blue-40-rgb:53,130,196;--studio-blue-50-rgb:34,113,177;--studio-blue-60-rgb:19,94,150;--studio-blue-70-rgb:10,75,120;--studio-blue-80-rgb:4,57,89;--studio-blue-90-rgb:1,38,58;--studio-blue-100-rgb:0,19,28;--studio-blue-rgb:34,113,177;--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,212;--studio-celadon-10-rgb:99,214,182;--studio-celadon-20-rgb:46,189,153;--studio-celadon-30-rgb:9,168,132;--studio-celadon-40-rgb:0,145,114;--studio-celadon-50-rgb:0,126,101;--studio-celadon-60-rgb:0,103,83;--studio-celadon-70-rgb:0,80,66;--studio-celadon-80-rgb:0,59,48;--studio-celadon-90-rgb:0,39,33;--studio-celadon-100-rgb:0,28,23;--studio-celadon-rgb:0,126,101;--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-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-highlight-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-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-highlight-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:#555d66}@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:-ms-input-placeholder{color:#000;color:var(--studio-black)}.domain-picker__search input[type=text].components-text-control__input::placeholder{color:#000;color:var(--studio-black)}.domain-picker__search input[type=text].components-text-control__input:focus{box-shadow:0 0 0 2px #5198d9;box-shadow:0 0 0 2px var(--studio-blue-30);background:#fff;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:#787c82;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:#fff;background:var(--studio-white);border:1px solid #dcdcde;border:1px solid var(--studio-gray-5);padding:10px 14px;position:relative;text-align:left;cursor:pointer}.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.placeholder{cursor:default}.domain-picker__suggestion-item.type-individual-item,.domain-picker__suggestion-item:first-of-type{border-top-left-radius:5px;border-top-right-radius:5px}.domain-picker__suggestion-item.type-individual-item,.domain-picker__suggestion-item:last-of-type{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:#787c82;color:var(--studio-gray-40)}.domain-picker__suggestion-item:nth-child(7){transform:translateY(20px);opacity:0;animation:domain-picker-item-slide-up .1s ease-in forwards;animation-delay:0ms}.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 input[type=radio].domain-picker__suggestion-radio-button{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: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 input[type=radio].domain-picker__suggestion-radio-button{transition-duration:0s}}@media (min-width:600px){.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button{font-size:13px;line-height:normal}}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:focus{border-color:#007cba;border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px #007cba;box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button::-moz-placeholder{opacity:1;color:rgba(30,30,30,.62)}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:-ms-input-placeholder{color:rgba(30,30,30,.62)}.is-dark-theme .domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button::-webkit-input-placeholder{color:hsla(0,0%,100%,.65)}.is-dark-theme .domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button::-moz-placeholder{opacity:1;color:hsla(0,0%,100%,.65)}.is-dark-theme .domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:-ms-input-placeholder{color:hsla(0,0%,100%,.65)}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:checked:before{width:7px;height:7px;margin:8px 0 0 8px;background-color:#fff;border:3px solid #fff}@media (min-width:782px){.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:checked:before{width:6px;height:6px;margin:4px 0 0 4px}}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:focus{box-shadow:0 0 0 2px #fff,0 0 0 3.5px #007cba;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 input[type=radio].domain-picker__suggestion-radio-button:checked{background:#007cba;background:var(--wp-admin-theme-color);border-color:#007cba;border-color:var(--wp-admin-theme-color);border-color:#5198d9;border-color:var(--studio-blue-30);background-color:#5198d9;background-color:var(--studio-blue-30)}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:checked:before{display:none}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:checked:after{content:"";width:14px;height:14px;border:2px solid #fff;border-radius:50%;position:absolute;margin:0;background:transparent}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:checked:focus,.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:not(:disabled):focus,.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:not(:disabled):hover{border-color:#5198d9;border-color:var(--studio-blue-30);box-shadow:0 0 0 1px #5198d9;box-shadow:0 0 0 1px var(--studio-blue-30)}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:disabled{border-color:#787c82;border-color:var(--studio-gray-40)}.domain-picker__suggestion-item.type-individual-item input[type=radio].domain-picker__suggestion-radio-button{display:none}.domain-picker__suggestion-item .components-spinner{margin:1px 10px 0 0}.domain-picker__suggestion-item-name{flex-grow:2;flex-basis:2px;letter-spacing:.4px;margin-right:10px}@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__domain-name{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:#3582c4;color:var(--studio-blue-40)}.domain-picker__domain-tld.with-margin{margin-right:10px}.domain-picker__suggestion-item.is-unavailable .domain-picker__domain-tld{color:#787c82;color:var(--studio-gray-40)}.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:1}.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:#2271b1;background-color:var(--studio-blue-50);color:#fff;color:var(--color-text-inverted);margin:2px 0}.domain-picker__suggestion-item.type-individual-item .domain-picker__badge{color:#00450c;color:var(--studio-green-80);background-color:#b8e6bf;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:#787c82;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.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:#00a32a;color:var(--studio-green-40);display:none}@media (min-width:600px){.domain-picker__price-inclusive{display:inline}}.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__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{font-size:.75rem;color:#787c82;color:var(--studio-gray-40)}.domain-picker__error{margin-top:24px}.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{min-width:140px;justify-content:center}.domain-picker__suggestion-select-button.components-button.is-secondary:not(:hover):not(.is-selected){box-shadow:inset 0 0 0 1px #c3c4c7;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{box-shadow:inset 0 0 0 1px #006ba1;box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color-darker-10);color:#006ba1;color:var(--wp-admin-theme-color-darker-10)}.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}.nux-launch-modal.step-plan .nux-launch-step__body,.nux-launch-modal.step-plan .plans-grid{margin-bottom:0}.nux-launch-modal.step-plan .plans-grid__details-container{position:relative;margin-left:-24px;margin-right:-24px;width:calc(100% + 48px)}@media (min-width:600px){.nux-launch-modal.step-plan .plans-grid__details-container{margin-left:-48px;margin-right:-48px}}@media (min-width:782px){.nux-launch-modal.step-plan .plans-grid__details-container{margin-left:-96px;margin-right:-96px}}@media (min-width:600px){.nux-launch-modal.step-plan .plans-grid__details-container{width:calc(100% + 96px)}}@media (min-width:782px){.nux-launch-modal.step-plan .plans-grid__details-container{width:calc(100% + 192px)}}.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__details{margin-top:70px}.plans-grid__details-container{padding-bottom:120px}@media (max-width:1440px){.plans-grid__details-container{overflow-x:auto;width:100%;position:absolute;left:0;padding-left:24px;padding-right:24px}}@media (max-width:1440px) and (min-width:600px){.plans-grid__details-container{padding-left:48px;padding-right:48px}}@media (max-width:1440px) and (min-width:782px){.plans-grid__details-container{padding-left:96px;padding-right:96px}}.plans-grid__details-heading .plans-ui-title{color:var(--studio-black);margin-bottom:40px;font-size:32px;line-height:40px;letter-spacing:.2px}.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:#555d66}@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}}.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{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)}.plans-accordion-item:not(.is-open) .plans-accordion-item__price-note{display:none}.plans-accordion-item__actions{margin-top:16px}@media (min-width:600px){.plans-accordion-item__actions{margin-top:24px}}.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:24px}@media (min-width:600px){.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))}}}ul.plans-feature-list__item-group--columns .plans-feature-list__item{margin-right:10px}.plans-feature-list__item{flex:300px 0 1;font-size:.875rem;line-height:20px;letter-spacing:.2px;margin:4px 0;color:#555d66}.plans-feature-list__item svg{margin-right:1px;vertical-align:middle}.plans-feature-list__item>svg path{fill:var(--studio-green-40);stroke:var(--studio-green-40)}.plans-feature-list__item--disabled-message{font-weight:700;color:var(--studio-orange-40)}.plans-feature-list__item--disabled-message>svg path{fill:var(--studio-orange-40);stroke:var(--studio-orange-40)}.plans-feature-list__domain-summary{font-size:.875rem;line-height:22px;margin-top:10px}.plans-feature-list__domain-summary.components-button.is-link{text-decoration:none;font-size:.875rem;color:var(--studio-blue-40);padding:0;display:flex}.plans-feature-list__domain-summary.components-button.is-link.is-free{font-weight:700;color:var(--studio-orange-40);text-decoration:line-through}.plans-feature-list__domain-summary.components-button.is-link.is-free svg path{fill:var(--studio-orange-40);stroke:var(--studio-orange-40)}.plans-feature-list__domain-summary.components-button.is-link>svg{flex-shrink:0}.plans-feature-list__domain-summary .plans-feature-list__item-url{word-break:break-all}.plans-feature-list__domain-summary svg:first-child{margin-right:5px;vertical-align:middle}.plans-feature-list__domain-summary svg:first-child path{fill:var(--studio-green-40);stroke:var(--studio-green-40)}.plans-feature-list__domain-summary.is-picked{font-weight:700}.plans-feature-list__domain-summary.is-cta{font-weight:700;padding:0}.plans-feature-list__domain-summary.is-cta.components-button.is-link{color:var(--studio-blue-40)}.plans-feature-list__domain-summary.is-cta svg:first-child path{fill:var(--studio-green-40);stroke:var(--studio-green-40);margin-top:5px}.plans-feature-list__domain-summary.is-cta svg:last-child{fill:var(--studio-blue-40);stroke:var(--studio-blue-40);margin-left:8px}.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)}.plan-item .plans-feature-list__domain-summary svg path,.plan-item .plans-feature-list__item svg path{fill:var(--studio-gray-100);stroke: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:#555d66}.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:#555d66}.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.is-primary{padding:0 24px;height:40px}.plan-item__select-button.components-button.is-primary:disabled{opacity:.5}.plan-item__select-button.components-button.is-primary svg{margin-left:-8px;margin-right:10px}.plan-item__select-button.full-width.components-button{padding:0 24px;height:40px;width:100%;justify-content:center;font-size:.875rem;border-radius:4px;margin-top:15px}.plan-item__select-button.full-width.components-button:not(.is-primary){border:2px solid var(--studio-gray-5)}.plans-grid__details-heading{margin-bottom:20px}.plans-details__table{width:100%;border-spacing: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}}.nux-launch__feature-list{padding:20px}.nux-launch__feature-list p{margin:10px 0 0}.nux-launch__feature-list-title{margin:0 0 10px;color:#555d66;font-weight:400}ul.nux-launch__feature-item-group{margin:0}.nux-launch__feature-item{font-size:.875rem;line-height:20px;letter-spacing:.2px;margin:4px 0;vertical-align:middle;color:#555d66;display:flex;align-items:flex-start}.nux-launch__feature-item svg{display:block;margin-right:6px;margin-top:2px}.nux-launch__feature-item svg path{fill:var(--studio-green-40);stroke:var(--studio-green-40)}.nux-launch__submit-button.components-button.is-primary{background:var(--color-accent);border:1px solid var(--color-accent-dark);width:100%;justify-content:center}.nux-launch__submit-button.components-button.is-primary:active,.nux-launch__submit-button.components-button.is-primary:hover{background:var(--color-accent-dark)}.nux-launch__submit-button.components-button.is-primary:disabled{color:#fff;opacity:.5}.nux-launch__submit-button.components-button.is-primary:disabled:hover{background:var(--color-accent)}.nux-launch__summary-item p{margin:0;word-break:break-word}.nux-launch__summary-item .components-tip{margin-top:10px}.nux-launch__summary-item .components-tip svg{align-self:flex-start}.nux-launch__summary-item__plan-name{color:var(--color-text)}.nux-launch__summary-item__domain-name{font-weight:600}.nux-launch__summary-item__domain-name.is-loading{animation:onboarding-loading-pulse 1.6s ease-in-out infinite;background:#f0f0f0;color:transparent}.nux-launch__summary-item__domain-name.is-loading:after{content:"\00a0"}.nux-launch-menu h4{text-transform:uppercase;margin-bottom:16px}.nux-launch-menu__item-group{margin:0 -12px}.nux-launch-menu__item.components-button.is-link{font-size:.875rem;line-height:17px;display:flex;color:var(--studio-gray-30);width:100%;text-align:left;text-decoration:none;padding:16px 14px}.nux-launch-menu__item.components-button.is-link:hover{color:initial}.nux-launch-menu__item.components-button.is-link:focus{box-shadow:none}.nux-launch-menu__item.components-button.is-link svg{margin-right:10px;color:var(--studio-gray-10);position:relative;top:1px;left:-1px}@media (min-width:782px){.nux-launch-menu__item.components-button.is-link.is-current{background:var(--studio-blue-0);color:initial}.nux-launch-menu__item.components-button.is-link.is-current svg{color:initial}}.nux-launch-menu__item.components-button.is-link.is-completed svg{color:var(--studio-green-40);top:0;left:0}.nux-launch-sidebar{margin-left:24px;margin-right:24px;display:flex;flex-direction:column;height:100%;background:var(--studio-white);padding-top:60px}@media (min-width:600px){.nux-launch-sidebar{margin-left:48px;margin-right:48px}}@media (min-width:782px){.nux-launch-sidebar{margin-left:96px;margin-right:96px;display:block;height:auto;margin:0 24px;padding-top:0}}@media (min-width:782px){.nux-launch-sidebar h1.onboarding-title{font-size:1.5rem}.nux-launch-sidebar h2.onboarding-subtitle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:400;font-size:.875rem;line-height:1.5;color:var(--studio-gray-60)}}.nux-launch-sidebar__header{margin:48px 0 38.4px}@media (min-width:600px){.nux-launch-sidebar__header{margin:64px 0 51.2px}}@media (min-width:782px){.nux-launch-sidebar__header{margin:80px 0 64px}}.nux-launch-sidebar__body{flex-grow:1;margin:0 0 48px}@media (min-width:600px){.nux-launch-sidebar__body{margin:0 0 64px}}@media (min-width:782px){.nux-launch-sidebar__body{margin:0 0 80px}}.nux-launch-sidebar__footer{margin-left:-24px;margin-right:-24px;position:-webkit-sticky;position:sticky;bottom:0}@media (min-width:600px){.nux-launch-sidebar__footer{margin-left:-48px;margin-right:-48px}}@media (min-width:782px){.nux-launch-sidebar__footer{margin-left:-96px;margin-right:-96px}}.nux-launch-sidebar__footer .action-buttons{position:relative;justify-content:flex-end}@media (min-width:782px){.nux-launch-sidebar__footer{display:none}}.nux-launch-progress{display:flex;align-items:center;font-weight:600}body.has-nux-launch-modal{overflow:hidden}.nux-launch-modal.components-modal__frame{transform:none}.nux-launch-modal .components-modal__header{display:none}.nux-launch-modal .components-modal__content{left:0;height:100%;padding:0;overflow:auto}.nux-launch-modal-header,.nux-launch-modal .components-modal__content{position:fixed;top:0;display:flex;background:var(--studio-white);width:100%}.nux-launch-modal-header{margin-left:-24px;margin-right:-24px;height:60px;border-bottom:1px solid #ddd;z-index:10}@media (min-width:600px){.nux-launch-modal-header{margin-left:-48px;margin-right:-48px}}@media (min-width:782px){.nux-launch-modal-header{margin-left:-96px;margin-right:-96px;position:relative;border-bottom:none}}.nux-launch-modal-header .nux-launch-progress{height:60px}@media (min-width:782px){.nux-launch-modal-header .nux-launch-progress{display:none}}.nux-launch-modal-header__wp-logo{display:flex;align-items:center;justify-content:center;width:60px;height:60px}.nux-launch-modal-body{position:relative;flex-grow:1;min-width:0;display:flex;flex-direction:column;margin-left:24px;margin-right:24px;padding-top:60px}@media (min-width:600px){.nux-launch-modal-body{margin-left:48px;margin-right:48px}}@media (min-width:782px){.nux-launch-modal-body{margin-left:96px;margin-right:96px}}.nux-launch-modal-body .nux-launch-step__body{flex-grow:1}.is-sidebar-fullscreen .nux-launch-modal-body{overflow:hidden}@media (min-width:782px){.nux-launch-modal-body{padding-top:0}}.nux-launch-modal-aside{position:absolute;top:0;left:-200%;width:100%;height:100%;background:var(--studio-white);z-index:12}@media (max-width:782px){.is-sidebar-fullscreen .nux-launch-modal-aside{left:0}}@media (min-width:782px){.nux-launch-modal-aside{position:-webkit-sticky;position:sticky;top:0;left:auto;width:280px;min-width:280px;max-width:280px;border-left:1px solid var(--studio-gray-5)}}.nux-launch-modal__close-button.components-button.is-link{position:-webkit-sticky;position:sticky;top:0;z-index:13;width:0;height:0;overflow:visible;display:flex;align-items:flex-start;color:var(--studio-gray-50)}.nux-launch-modal__close-button.components-button.is-link:hover{color:var(--studio-gray-40)}.nux-launch-modal__close-button.components-button.is-link>span{position:relative;right:60px;padding:0 18px;height:60px;display:flex;align-items:center}.nux-launch-modal-body__launching{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-size:1rem}body.has-focused-launch-modal{overflow:hidden}.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:-webkit-sticky;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}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{margin-bottom:24px}.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}.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}}@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 .5s 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-container:not(:focus-within) .focused-launch-summary__step{opacity:1}.focused-launch-summary__step:focus-within{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__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}}@media (min-width:782px){.focused-launch-summary__actions-wrapper{flex-direction:column-reverse;align-items:flex-start;gap:20px;width:calc(100% - 320px)}}@media (min-width:960px){.focused-launch-summary__actions-wrapper{flex-direction:row;align-items:center;width:calc(100% - 400px)}}@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}}.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:1}@media (min-width:600px){.focused-launch-summary__launch-action-bar .focused-launch-summary__launch-button{flex:0}}@media (min-width:600px){.focused-launch-summary__launch-action-bar{flex-shrink:0;margin-right:8px}}:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-20:#005a87}@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
+ .nux-launch-step__header{margin:48px 0 38.4px;display:flex;justify-content:space-between;align-items:center}@media (min-width:600px){.nux-launch-step__header{margin:64px 0 51.2px}}@media (min-width:782px){.nux-launch-step__header{margin:80px 0 64px}}.nux-launch-step__header .action-buttons{display:none}@media (min-width:782px){.nux-launch-step__header .action-buttons{display:block}}.nux-launch-step__body{margin:0 0 48px}@media (min-width:600px){.nux-launch-step__body{margin:0 0 64px}}@media (min-width:782px){.nux-launch-step__body{margin:0 0 80px}}.nux-launch-step__footer{margin-left:-24px;margin-right:-24px;position:-webkit-sticky;position:sticky;bottom:0}@media (min-width:600px){.nux-launch-step__footer{margin-left:-48px;margin-right:-48px}}@media (min-width:782px){.nux-launch-step__footer{margin-left:-96px;margin-right:-96px}}.nux-launch-step__footer .action-buttons{position:relative}@media (min-width:782px){.nux-launch-step__footer{display:none}}.nux-launch-step__input{position:relative;margin-bottom:20px}.nux-launch-step__input input[type=text].components-text-control__input{padding:6px 40px 6px 16px;height:38px;background:#f0f0f0;border:none}.nux-launch-step__input input[type=text].components-text-control__input:-ms-input-placeholder{color:var(--studio-black)}.nux-launch-step__input input[type=text].components-text-control__input::placeholder{color:var(--studio-black)}.nux-launch-step__input input[type=text].components-text-control__input:focus{box-shadow:0 0 0 2px var(--studio-blue-30);background:var(--studio-white)}.nux-launch-step__input svg{position:absolute;top:6px;right:8px}.nux-launch-step__input-hint{display:flex;align-items:center;color:var(--studio-gray-50);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;line-height:14px}.nux-launch-step__input-hint>.components-tip svg{margin-right:10px}.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 #ddd;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)}@media (min-width:600px){button.action_buttons__button.components-button{min-width:160px}}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:checked:after{top:0;left:0}: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:#e9eff5;--studio-blue-5:#c5d9ed;--studio-blue-10:#9ec2e6;--studio-blue-20:#72aee6;--studio-blue-30:#5198d9;--studio-blue-40:#3582c4;--studio-blue-50:#2271b1;--studio-blue-60:#135e96;--studio-blue-70:#0a4b78;--studio-blue-80:#043959;--studio-blue-90:#01263a;--studio-blue-100:#00131c;--studio-blue:#2271b1;--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:#a7e8d4;--studio-celadon-10:#63d6b6;--studio-celadon-20:#2ebd99;--studio-celadon-30:#09a884;--studio-celadon-40:#009172;--studio-celadon-50:#007e65;--studio-celadon-60:#006753;--studio-celadon-70:#005042;--studio-celadon-80:#003b30;--studio-celadon-90:#002721;--studio-celadon-100:#001c17;--studio-celadon:#007e65;--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,239,245;--studio-blue-5-rgb:197,217,237;--studio-blue-10-rgb:158,194,230;--studio-blue-20-rgb:114,174,230;--studio-blue-30-rgb:81,152,217;--studio-blue-40-rgb:53,130,196;--studio-blue-50-rgb:34,113,177;--studio-blue-60-rgb:19,94,150;--studio-blue-70-rgb:10,75,120;--studio-blue-80-rgb:4,57,89;--studio-blue-90-rgb:1,38,58;--studio-blue-100-rgb:0,19,28;--studio-blue-rgb:34,113,177;--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,212;--studio-celadon-10-rgb:99,214,182;--studio-celadon-20-rgb:46,189,153;--studio-celadon-30-rgb:9,168,132;--studio-celadon-40-rgb:0,145,114;--studio-celadon-50-rgb:0,126,101;--studio-celadon-60-rgb:0,103,83;--studio-celadon-70-rgb:0,80,66;--studio-celadon-80-rgb:0,59,48;--studio-celadon-90-rgb:0,39,33;--studio-celadon-100-rgb:0,28,23;--studio-celadon-rgb:0,126,101;--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-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-highlight-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-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-highlight-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:#555d66}@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:-ms-input-placeholder{color:#000;color:var(--studio-black)}.domain-picker__search input[type=text].components-text-control__input::placeholder{color:#000;color:var(--studio-black)}.domain-picker__search input[type=text].components-text-control__input:focus{box-shadow:0 0 0 2px #5198d9;box-shadow:0 0 0 2px var(--studio-blue-30);background:#fff;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:#787c82;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:#fff;background:var(--studio-white);border:1px solid #dcdcde;border:1px solid var(--studio-gray-5);padding:10px 14px;position:relative;text-align:left;cursor:pointer}.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.placeholder{cursor:default}.domain-picker__suggestion-item.type-individual-item,.domain-picker__suggestion-item:first-of-type{border-top-left-radius:5px;border-top-right-radius:5px}.domain-picker__suggestion-item.type-individual-item,.domain-picker__suggestion-item:last-of-type{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:#787c82;color:var(--studio-gray-40)}.domain-picker__suggestion-item:nth-child(7){transform:translateY(20px);opacity:0;animation:domain-picker-item-slide-up .1s ease-in forwards;animation-delay:0ms}.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 input[type=radio].domain-picker__suggestion-radio-button{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: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 input[type=radio].domain-picker__suggestion-radio-button{transition-duration:0s}}@media (min-width:600px){.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button{font-size:13px;line-height:normal}}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:focus{border-color:#007cba;border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px #007cba;box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button::-moz-placeholder{opacity:1;color:rgba(30,30,30,.62)}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:-ms-input-placeholder{color:rgba(30,30,30,.62)}.is-dark-theme .domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button::-webkit-input-placeholder{color:hsla(0,0%,100%,.65)}.is-dark-theme .domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button::-moz-placeholder{opacity:1;color:hsla(0,0%,100%,.65)}.is-dark-theme .domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:-ms-input-placeholder{color:hsla(0,0%,100%,.65)}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:checked:before{width:7px;height:7px;margin:8px 0 0 8px;background-color:#fff;border:3px solid #fff}@media (min-width:782px){.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:checked:before{width:6px;height:6px;margin:4px 0 0 4px}}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:focus{box-shadow:0 0 0 2px #fff,0 0 0 3.5px #007cba;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 input[type=radio].domain-picker__suggestion-radio-button:checked{background:#007cba;background:var(--wp-admin-theme-color);border-color:#007cba;border-color:var(--wp-admin-theme-color);border-color:#5198d9;border-color:var(--studio-blue-30);background-color:#5198d9;background-color:var(--studio-blue-30)}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:checked:before{display:none}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:checked:after{content:"";width:14px;height:14px;border:2px solid #fff;border-radius:50%;position:absolute;margin:0;background:transparent}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:checked:focus,.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:not(:disabled):focus,.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:not(:disabled):hover{border-color:#5198d9;border-color:var(--studio-blue-30);box-shadow:0 0 0 1px #5198d9;box-shadow:0 0 0 1px var(--studio-blue-30)}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:disabled{border-color:#787c82;border-color:var(--studio-gray-40)}.domain-picker__suggestion-item.type-individual-item input[type=radio].domain-picker__suggestion-radio-button{display:none}.domain-picker__suggestion-item .components-spinner{margin:1px 10px 0 0}.domain-picker__suggestion-item-name{flex-grow:2;flex-basis:2px;letter-spacing:.4px;margin-right:10px}@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:#3582c4;color:var(--studio-blue-40)}.domain-picker__suggestion-item.is-unavailable .domain-picker__domain-tld{color:#787c82;color:var(--studio-gray-40)}.domain-picker__domain-wrapper{direction:ltr}.domain-picker__domain-wrapper.with-margin{margin-right:10px}.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:1}.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:#2271b1;background-color:var(--studio-blue-50);color:#fff;color:var(--color-text-inverted);margin:2px 0}.domain-picker__suggestion-item.type-individual-item .domain-picker__badge{color:#00450c;color:var(--studio-green-80);background-color:#b8e6bf;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:#787c82;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.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:#00a32a;color:var(--studio-green-40);display:none}@media (min-width:600px){.domain-picker__price-inclusive{display:inline}}.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__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{font-size:.75rem;color:#787c82;color:var(--studio-gray-40)}.domain-picker__error{margin-top:24px}.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{min-width:140px;justify-content:center}.domain-picker__suggestion-select-button.components-button.is-secondary:not(:hover):not(.is-selected){box-shadow:inset 0 0 0 1px #c3c4c7;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{box-shadow:inset 0 0 0 1px #006ba1;box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color-darker-10);color:#006ba1;color:var(--wp-admin-theme-color-darker-10)}.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}.nux-launch-modal.step-plan .nux-launch-step__body,.nux-launch-modal.step-plan .plans-grid{margin-bottom:0}.nux-launch-modal.step-plan .plans-grid__details-container{position:relative;margin-left:-24px;margin-right:-24px;width:calc(100% + 48px)}@media (min-width:600px){.nux-launch-modal.step-plan .plans-grid__details-container{margin-left:-48px;margin-right:-48px}}@media (min-width:782px){.nux-launch-modal.step-plan .plans-grid__details-container{margin-left:-96px;margin-right:-96px}}@media (min-width:600px){.nux-launch-modal.step-plan .plans-grid__details-container{width:calc(100% + 96px)}}@media (min-width:782px){.nux-launch-modal.step-plan .plans-grid__details-container{width:calc(100% + 192px)}}.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__details{margin-top:70px}.plans-grid__details-container{padding-bottom:120px}@media (max-width:1440px){.plans-grid__details-container{overflow-x:auto;width:100%;position:absolute;left:0;padding-left:24px;padding-right:24px}}@media (max-width:1440px) and (min-width:600px){.plans-grid__details-container{padding-left:48px;padding-right:48px}}@media (max-width:1440px) and (min-width:782px){.plans-grid__details-container{padding-left:96px;padding-right:96px}}.plans-grid__details-heading .plans-ui-title{color:var(--studio-black);margin-bottom:40px;font-size:32px;line-height:40px;letter-spacing:.2px}.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:#555d66}@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}}.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{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)}.plans-accordion-item:not(.is-open) .plans-accordion-item__price-note{display:none}.plans-accordion-item__actions{margin-top:16px}@media (min-width:600px){.plans-accordion-item__actions{margin-top:24px}}.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:24px}@media (min-width:600px){.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))}}}ul.plans-feature-list__item-group--columns .plans-feature-list__item{margin-right:10px}.plans-feature-list__item{flex:300px 0 1;font-size:.875rem;line-height:20px;letter-spacing:.2px;margin:4px 0;color:#555d66}.plans-feature-list__item svg{margin-right:1px;vertical-align:middle}.plans-feature-list__item>svg path{fill:var(--studio-green-40);stroke:var(--studio-green-40)}.plans-feature-list__item--disabled-message{font-weight:700;color:var(--studio-orange-40)}.plans-feature-list__item--disabled-message>svg path{fill:var(--studio-orange-40);stroke:var(--studio-orange-40)}.plans-feature-list__domain-summary{font-size:.875rem;line-height:22px;margin-top:10px}.plans-feature-list__domain-summary.components-button.is-link{text-decoration:none;font-size:.875rem;color:var(--studio-blue-40);padding:0;display:flex}.plans-feature-list__domain-summary.components-button.is-link.is-free{font-weight:700;color:var(--studio-orange-40);text-decoration:line-through}.plans-feature-list__domain-summary.components-button.is-link.is-free svg path{fill:var(--studio-orange-40);stroke:var(--studio-orange-40)}.plans-feature-list__domain-summary.components-button.is-link>svg{flex-shrink:0}.plans-feature-list__domain-summary .plans-feature-list__item-url{word-break:break-all}.plans-feature-list__domain-summary svg:first-child{margin-right:5px;vertical-align:middle}.plans-feature-list__domain-summary svg:first-child path{fill:var(--studio-green-40);stroke:var(--studio-green-40)}.plans-feature-list__domain-summary.is-picked{font-weight:700}.plans-feature-list__domain-summary.is-cta{font-weight:700;padding:0}.plans-feature-list__domain-summary.is-cta.components-button.is-link{color:var(--studio-blue-40)}.plans-feature-list__domain-summary.is-cta svg:first-child path{fill:var(--studio-green-40);stroke:var(--studio-green-40);margin-top:5px}.plans-feature-list__domain-summary.is-cta svg:last-child{fill:var(--studio-blue-40);stroke:var(--studio-blue-40);margin-left:8px}.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)}.plan-item .plans-feature-list__domain-summary svg path,.plan-item .plans-feature-list__item svg path{fill:var(--studio-gray-100);stroke: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:#555d66}.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:#555d66}.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{padding:0 24px;height:40px}.plan-item__select-button.components-button:disabled{text-decoration:line-through;opacity:.5}.plan-item__select-button.components-button:not(.is-primary){color:var(--studio-gray-90)}.plan-item__select-button.components-button:not(.is-primary):hover{color:inherit}.plan-item__select-button.components-button.full-width{width:100%;justify-content:center;font-size:.875rem;border-radius:4px;margin-top:15px;border:1px solid var(--studio-gray-5)}.plan-item__select-button.components-button.is-primary{border:0}.plan-item__select-button.components-button.is-primary svg{margin-left:-8px;margin-right:10px}.plans-grid__details-heading{margin-bottom:20px}.plans-details__table{width:100%;border-spacing: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}}.nux-launch__feature-list{padding:20px}.nux-launch__feature-list p{margin:10px 0 0}.nux-launch__feature-list-title{margin:0 0 10px;color:#555d66;font-weight:400}ul.nux-launch__feature-item-group{margin:0}.nux-launch__feature-item{font-size:.875rem;line-height:20px;letter-spacing:.2px;margin:4px 0;vertical-align:middle;color:#555d66;display:flex;align-items:flex-start}.nux-launch__feature-item svg{display:block;margin-right:6px;margin-top:2px}.nux-launch__feature-item svg path{fill:var(--studio-green-40);stroke:var(--studio-green-40)}.nux-launch__submit-button.components-button.is-primary{background:var(--color-accent);border:1px solid var(--color-accent-dark);width:100%;justify-content:center}.nux-launch__submit-button.components-button.is-primary:active,.nux-launch__submit-button.components-button.is-primary:hover{background:var(--color-accent-dark)}.nux-launch__submit-button.components-button.is-primary:disabled{color:#fff;opacity:.5}.nux-launch__submit-button.components-button.is-primary:disabled:hover{background:var(--color-accent)}.nux-launch__summary-item p{margin:0;word-break:break-word}.nux-launch__summary-item .components-tip{margin-top:10px}.nux-launch__summary-item .components-tip svg{align-self:flex-start}.nux-launch__summary-item__plan-name{color:var(--color-text)}.nux-launch__summary-item__domain-name{font-weight:600}.nux-launch__summary-item__domain-name.is-loading{animation:onboarding-loading-pulse 1.6s ease-in-out infinite;background:#f0f0f0;color:transparent}.nux-launch__summary-item__domain-name.is-loading:after{content:"\00a0"}.nux-launch-menu h4{text-transform:uppercase;margin-bottom:16px}.nux-launch-menu__item-group{margin:0 -12px}.nux-launch-menu__item.components-button.is-link{font-size:.875rem;line-height:17px;display:flex;color:var(--studio-gray-30);width:100%;text-align:left;text-decoration:none;padding:16px 14px}.nux-launch-menu__item.components-button.is-link:hover{color:initial}.nux-launch-menu__item.components-button.is-link:focus{box-shadow:none}.nux-launch-menu__item.components-button.is-link svg{margin-right:10px;color:var(--studio-gray-10);position:relative;top:1px;left:-1px}@media (min-width:782px){.nux-launch-menu__item.components-button.is-link.is-current{background:var(--studio-blue-0);color:initial}.nux-launch-menu__item.components-button.is-link.is-current svg{color:initial}}.nux-launch-menu__item.components-button.is-link.is-completed svg{color:var(--studio-green-40);top:0;left:0}.nux-launch-sidebar{margin-left:24px;margin-right:24px;display:flex;flex-direction:column;height:100%;background:var(--studio-white);padding-top:60px}@media (min-width:600px){.nux-launch-sidebar{margin-left:48px;margin-right:48px}}@media (min-width:782px){.nux-launch-sidebar{margin-left:96px;margin-right:96px;display:block;height:auto;margin:0 24px;padding-top:0}}@media (min-width:782px){.nux-launch-sidebar h1.onboarding-title{font-size:1.5rem}.nux-launch-sidebar h2.onboarding-subtitle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:400;font-size:.875rem;line-height:1.5;color:var(--studio-gray-60)}}.nux-launch-sidebar__header{margin:48px 0 38.4px}@media (min-width:600px){.nux-launch-sidebar__header{margin:64px 0 51.2px}}@media (min-width:782px){.nux-launch-sidebar__header{margin:80px 0 64px}}.nux-launch-sidebar__body{flex-grow:1;margin:0 0 48px}@media (min-width:600px){.nux-launch-sidebar__body{margin:0 0 64px}}@media (min-width:782px){.nux-launch-sidebar__body{margin:0 0 80px}}.nux-launch-sidebar__footer{margin-left:-24px;margin-right:-24px;position:-webkit-sticky;position:sticky;bottom:0}@media (min-width:600px){.nux-launch-sidebar__footer{margin-left:-48px;margin-right:-48px}}@media (min-width:782px){.nux-launch-sidebar__footer{margin-left:-96px;margin-right:-96px}}.nux-launch-sidebar__footer .action-buttons{position:relative;justify-content:flex-end}@media (min-width:782px){.nux-launch-sidebar__footer{display:none}}.nux-launch-progress{display:flex;align-items:center;font-weight:600}body.has-nux-launch-modal{overflow:hidden}.nux-launch-modal.components-modal__frame{transform:none}.nux-launch-modal .components-modal__header{display:none}.nux-launch-modal .components-modal__content{left:0;height:100%;padding:0;overflow:auto}.nux-launch-modal-header,.nux-launch-modal .components-modal__content{position:fixed;top:0;display:flex;background:var(--studio-white);width:100%}.nux-launch-modal-header{margin-left:-24px;margin-right:-24px;height:60px;border-bottom:1px solid #ddd;z-index:10}@media (min-width:600px){.nux-launch-modal-header{margin-left:-48px;margin-right:-48px}}@media (min-width:782px){.nux-launch-modal-header{margin-left:-96px;margin-right:-96px;position:relative;border-bottom:none}}.nux-launch-modal-header .nux-launch-progress{height:60px}@media (min-width:782px){.nux-launch-modal-header .nux-launch-progress{display:none}}.nux-launch-modal-header__wp-logo{display:flex;align-items:center;justify-content:center;width:60px;height:60px}.nux-launch-modal-body{position:relative;flex-grow:1;min-width:0;display:flex;flex-direction:column;margin-left:24px;margin-right:24px;padding-top:60px}@media (min-width:600px){.nux-launch-modal-body{margin-left:48px;margin-right:48px}}@media (min-width:782px){.nux-launch-modal-body{margin-left:96px;margin-right:96px}}.nux-launch-modal-body .nux-launch-step__body{flex-grow:1}.is-sidebar-fullscreen .nux-launch-modal-body{overflow:hidden}@media (min-width:782px){.nux-launch-modal-body{padding-top:0}}.nux-launch-modal-aside{position:absolute;top:0;left:-200%;width:100%;height:100%;background:var(--studio-white);z-index:12}@media (max-width:782px){.is-sidebar-fullscreen .nux-launch-modal-aside{left:0}}@media (min-width:782px){.nux-launch-modal-aside{position:-webkit-sticky;position:sticky;top:0;left:auto;width:280px;min-width:280px;max-width:280px;border-left:1px solid var(--studio-gray-5)}}.nux-launch-modal__close-button.components-button.is-link{position:-webkit-sticky;position:sticky;top:0;z-index:13;width:0;height:0;overflow:visible;display:flex;align-items:flex-start;color:var(--studio-gray-50)}.nux-launch-modal__close-button.components-button.is-link:hover{color:var(--studio-gray-40)}.nux-launch-modal__close-button.components-button.is-link>span{position:relative;right:60px;padding:0 18px;height:60px;display:flex;align-items:center}.nux-launch-modal-body__launching{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-size:1rem}body.has-focused-launch-modal{overflow:hidden}.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:-webkit-sticky;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}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{margin-bottom:24px}.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}.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}}@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 .5s 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-container:not(:focus-within) .focused-launch-summary__step{opacity:1}.focused-launch-summary__step:focus-within{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__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}}@media (min-width:782px){.focused-launch-summary__actions-wrapper{flex-direction:column-reverse;align-items:flex-start;gap:20px;width:calc(100% - 320px)}}@media (min-width:960px){.focused-launch-summary__actions-wrapper{flex-direction:row;align-items:center;width:calc(100% - 400px)}}@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}}.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:1}@media (min-width:600px){.focused-launch-summary__launch-action-bar .focused-launch-summary__launch-button{flex:0}}@media (min-width:600px){.focused-launch-summary__launch-action-bar{flex-shrink:0;margin-right:8px}}:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-20:#005a87}@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/editor-site-launch.js CHANGED
@@ -3,20 +3,20 @@
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 n={}.hasOwnProperty;function i(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var o=typeof r;if("string"===o||"number"===o)e.push(r);else if(Array.isArray(r)&&r.length){var a=i.apply(null,r);a&&e.push(a)}else if("object"===o)for(var c in r)n.call(r,c)&&r[c]&&e.push(c)}}return e.join(" ")}e.exports?(i.default=i,e.exports=i):void 0===(r=function(){return i}.apply(t,[]))||(e.exports=r)}()},function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t,n){"use strict";n.d(t,"d",(function(){return r})),n.d(t,"e",(function(){return i})),n.d(t,"f",(function(){return o})),n.d(t,"b",(function(){return a})),n.d(t,"c",(function(){return c})),n.d(t,"g",(function(){return s})),n.d(t,"a",(function(){return l})),n.d(t,"i",(function(){return u})),n.d(t,"j",(function(){return d})),n.d(t,"k",(function(){return f})),n.d(t,"h",(function(){return m}));var r="free_plan",i="personal-bundle",o="value_bundle",a="business-bundle",c="ecommerce-bundle",s="automattic/onboard/plans",l=o,u=[i,o,a,c],d=["beginner","personal","premium","business","ecommerce"],f=[r,i,o,a,c],m={USD:{format:"SYMBOL_THEN_AMOUNT",symbol:"$",decimal:2},GBP:{format:"SYMBOL_THEN_AMOUNT",symbol:"£",decimal:2},JPY:{format:"SYMBOL_THEN_AMOUNT",symbol:"¥",decimal:0},BRL:{format:"SYMBOL_THEN_AMOUNT",symbol:"R$",decimal:2},EUR:{format:"SYMBOL_THEN_AMOUNT",symbol:"€",decimal:2},NZD:{format:"SYMBOL_THEN_AMOUNT",symbol:"NZ$",decimal:2},AUD:{format:"SYMBOL_THEN_AMOUNT",symbol:"A$",decimal:2},CAD:{format:"SYMBOL_THEN_AMOUNT",symbol:"C$",decimal:2},IDR:{format:"AMOUNT_THEN_SYMBOL",symbol:"Rp",decimal:0},INR:{format:"AMOUNT_THEN_SYMBOL",symbol:"₹",decimal:0},ILS:{format:"AMOUNT_THEN_SYMBOL",symbol:"₪",decimal:2},RUB:{format:"AMOUNT_THEN_SYMBOL",symbol:"₽",decimal:2},MXN:{format:"SYMBOL_THEN_AMOUNT",symbol:"MX$",decimal:2},SEK:{format:"AMOUNT_THEN_SYMBOL",symbol:"SEK",decimal:2},HUF:{format:"AMOUNT_THEN_SYMBOL",symbol:"Ft",decimal:0},CHF:{format:"AMOUNT_THEN_SYMBOL",symbol:"CHF",decimal:2},CZK:{format:"AMOUNT_THEN_SYMBOL",symbol:"Kč",decimal:2},DKK:{format:"AMOUNT_THEN_SYMBOL",symbol:"Dkr",decimal:2},HKD:{format:"AMOUNT_THEN_SYMBOL",symbol:"HK$",decimal:2},NOK:{format:"AMOUNT_THEN_SYMBOL",symbol:"Kr",decimal:2},PHP:{format:"AMOUNT_THEN_SYMBOL",symbol:"₱",decimal:2},PLN:{format:"AMOUNT_THEN_SYMBOL",symbol:"PLN",decimal:2},SGD:{format:"SYMBOL_THEN_AMOUNT",symbol:"S$",decimal:2},TWD:{format:"SYMBOL_THEN_AMOUNT",symbol:"NT$",decimal:0},THB:{format:"SYMBOL_THEN_AMOUNT",symbol:"฿",decimal:2},TRY:{format:"AMOUNT_THEN_SYMBOL",symbol:"TL",decimal:2}}},function(e,t){!function(){e.exports=this.wp.primitives}()},function(e,t,n){t.log=function(){var e;return"object"==typeof console&&console.log&&(e=console).log.apply(e,arguments)},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"],e.exports=n(101)(t),e.exports.formatters.j=function(e){try{return JSON.stringify(e)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}},function(e,t,n){var r=n(102),i=n(103),o=n(58),a=n(104);e.exports=function(e){return r(e)||i(e)||o(e)||a()}},function(e,t,n){"use strict";n.d(t,"c",(function(){return P})),n.d(t,"b",(function(){return T})),n.d(t,"a",(function(){return A}));var r,i=n(26),o=n.n(i),a=n(152),c=n(73),s=n.n(c),l=n(46),u=n.n(l),d=n(13),f=n.n(d)()("wpcom-proxy-request"),m="https://public-api.wordpress.com",p=window.location.protocol+"//"+window.location.host,h=function(){var e=!1;try{window.postMessage({toString:function(){e=!0}},"*")}catch(t){}return e}(),b=function(){try{return new window.File(["a"],"test.jpg",{type:"image/jpeg"}),!0}catch(e){return!1}}(),g=null,v=!1,y={},O=!!window.ProgressEvent&&!!window.FormData;f('using "origin": %o',p);var _=function(e,t){var n=Object.assign({},e);f("request(%o)",n),g||x();var i=Object(a.a)();n.callback=i,n.supports_args=!0,n.supports_error_obj=!0,n.supports_progress=O,n.method=String(n.method||"GET").toUpperCase(),f("params object: %o",n);var o=new window.XMLHttpRequest;if(o.params=n,y[i]=o,"function"==typeof t){var c=!1,s=function(e){if(!c){c=!0;var n=e.error||e.err||e;f("error: ",n),f("headers: ",e.headers),t(n,null,e.headers)}};o.addEventListener("load",(function(e){if(!c){c=!0;var n=e.response||o.response;f("body: ",n),f("headers: ",e.headers),t(null,n,e.headers)}})),o.addEventListener("abort",s),o.addEventListener("error",s)}return v?j(n):(f("buffering API request since proxying <iframe> is not yet loaded"),r.push(n)),o},E=function(e,t){return"function"==typeof t?_(e,t):new Promise((function(t,n){_(e,(function(e,r){e?n(e):t(r)}))}))};function j(e){f("sending API request to proxy <iframe> %o",e),e.formData&&function(e){if(!window.chrome||!b)return;for(var t=0;t<e.length;t++){var n=w(e[t][1]);n&&(e[t][1]=new window.File([n],n.name,{type:n.type}))}}(e.formData),g.contentWindow.postMessage(h?JSON.stringify(e):e,m)}function S(e){return e&&"[object File]"===Object.prototype.toString.call(e)}function w(e){return S(e)?e:"object"==typeof e&&S(e.fileContents)?e.fileContents:null}function x(){f("install()"),g&&(f("uninstall()"),window.removeEventListener("message",C),document.body.removeChild(g),v=!1,g=null),r=[],window.addEventListener("message",C),(g=document.createElement("iframe")).src=m+"/wp-admin/rest-proxy/?v=2.0#"+p,g.style.display="none",document.body.appendChild(g)}function C(e){if(f("onmessage"),e.origin===m)if(e.source===g.contentWindow){var t=e.data;if(!t)return f("no `data`, bailing");if("ready"!==t){if(h&&"string"==typeof t&&(t=JSON.parse(t)),t.upload||t.download)return function(e){f('got "progress" event: %o',e);var t=y[e.callbackId];if(t){var n=new u.a("progress",e);(e.upload?t.upload:t).dispatchEvent(n)}}(t);if(!t.length)return f("`e.data` doesn't appear to be an Array, bailing...");var n=t[t.length-1];if(!(n in y))return f("bailing, no matching request with callback: %o",n);var i=y[n],o=i.params,a=t[0],c=t[1],l=t[2];if(207===c||delete y[n],o.metaAPI?c="metaAPIupdated"===a?200:500:f("got %o status code for URL: %o",c,o.path),"object"==typeof l&&(l.status=c),c&&2===Math.floor(c/100))!function(e,t,n){var r=new u.a("load");r.data=r.body=r.response=t,r.headers=n,e.dispatchEvent(r)}(i,a,l);else!function(e,t,n){var r=new u.a("error");r.error=r.err=t,r.headers=n,e.dispatchEvent(r)}(i,s()(o,c,a),l)}else!function(){if(f('proxy <iframe> "load" event'),v=!0,r){for(var e=0;e<r.length;e++)j(r[e]);r=null}}()}else f("ignoring message... iframe elements do not match");else f("ignoring message... %o !== %o",e.origin,m)}var k,N=E,P=function(e){return{type:"WPCOM_REQUEST",request:e}},T=function(e,t){return{type:"FETCH_AND_PARSE",resource:e,options:t}},A={WPCOM_REQUEST:function(e){var t=e.request;return N(t)},FETCH_AND_PARSE:(k=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(e){return k.apply(this,arguments)}),RELOAD_PROXY:function(){x()},REQUEST_ALL_BLOGS_ACCESS:function(){return E({metaAPI:{accessAllUsersBlogs:!0}})},WAIT:function(e){var t=e.ms;return new Promise((function(e){return setTimeout(e,t)}))}}},function(e,t){function n(){return e.exports=n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},n.apply(this,arguments)}e.exports=n},function(e,t,n){var r=n(118);e.exports=function(e,t){if(null==e)return{};var n,i,o=r(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}},function(e,t,n){"use strict";var r=n(60);n.d(t,"DomainSuggestions",(function(){return r}));var i=n(52);n.d(t,"Plans",(function(){return i}));var o=n(70);n.d(t,"Site",(function(){return o}));var a=n(71);n.d(t,"Launch",(function(){return a}));var c=n(72);n.d(t,"WPCOMFeatures",(function(){return c}))},function(e,t,n){"use strict";n.d(t,"b",(function(){return i})),n.d(t,"a",(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={}))},,function(e,t){!function(){e.exports=this.lodash}()},function(e,t){!function(){e.exports=this.wp.hooks}()},function(e,t,n){"use strict";n.r(t),n.d(t,"receiveCategories",(function(){return r})),n.d(t,"fetchDomainSuggestions",(function(){return i})),n.d(t,"receiveDomainAvailability",(function(){return o})),n.d(t,"receiveDomainSuggestionsSuccess",(function(){return a})),n.d(t,"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()}}},function(e,t){!function(){e.exports=this.wp.compose}()},,function(e,t){function n(e,t,n,r,i,o,a){try{var c=e[o](a),s=c.value}catch(l){return void n(l)}c.done?t(s):Promise.resolve(s).then(r,i)}e.exports=function(e){return function(){var t=this,r=arguments;return new Promise((function(i,o){var a=e.apply(t,r);function c(e){n(a,i,o,c,s,"next",e)}function s(e){n(a,i,o,c,s,"throw",e)}c(void 0)}))}}},,,,function(e,t){e.exports=function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}},function(e,t){!function(){e.exports=this.wp.dataControls}()},,function(e,t,n){"use strict";var r,i="object"==typeof Reflect?Reflect:null,o=i&&"function"==typeof i.apply?i.apply:function(e,t,n){return Function.prototype.apply.call(e,t,n)};r=i&&"function"==typeof i.ownKeys?i.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var a=Number.isNaN||function(e){return e!=e};function c(){c.init.call(this)}e.exports=c,c.EventEmitter=c,c.prototype._events=void 0,c.prototype._eventsCount=0,c.prototype._maxListeners=void 0;var s=10;function l(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function u(e){return void 0===e._maxListeners?c.defaultMaxListeners:e._maxListeners}function d(e,t,n,r){var i,o,a,c;if(l(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=u(e))>0&&a.length>i&&!a.warned){a.warned=!0;var s=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");s.name="MaxListenersExceededWarning",s.emitter=e,s.type=t,s.count=a.length,c=s,console&&console.warn&&console.warn(c)}return e}function f(){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 m(e,t,n){var r={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},i=f.bind(r);return i.listener=n,r.wrapFn=i,i}function p(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):b(i,i.length)}function h(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 b(e,t){for(var n=new Array(t),r=0;r<t;++r)n[r]=e[r];return n}Object.defineProperty(c,"defaultMaxListeners",{enumerable:!0,get:function(){return s},set:function(e){if("number"!=typeof e||e<0||a(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");s=e}}),c.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},c.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||a(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},c.prototype.getMaxListeners=function(){return u(this)},c.prototype.emit=function(e){for(var t=[],n=1;n<arguments.length;n++)t.push(arguments[n]);var r="error"===e,i=this._events;if(void 0!==i)r=r&&void 0===i.error;else if(!r)return!1;if(r){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=i[e];if(void 0===s)return!1;if("function"==typeof s)o(s,this,t);else{var l=s.length,u=b(s,l);for(n=0;n<l;++n)o(u[n],this,t)}return!0},c.prototype.addListener=function(e,t){return d(this,e,t,!1)},c.prototype.on=c.prototype.addListener,c.prototype.prependListener=function(e,t){return d(this,e,t,!0)},c.prototype.once=function(e,t){return l(t),this.on(e,m(this,e,t)),this},c.prototype.prependOnceListener=function(e,t){return l(t),this.prependListener(e,m(this,e,t)),this},c.prototype.removeListener=function(e,t){var n,r,i,o,a;if(l(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},c.prototype.off=c.prototype.removeListener,c.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},c.prototype.listeners=function(e){return p(this,e,!0)},c.prototype.rawListeners=function(e){return p(this,e,!1)},c.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):h.call(e,t)},c.prototype.listenerCount=h,c.prototype.eventNames=function(){return this._eventsCount>0?r(this._events):[]}},function(e,t){e.exports=function(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}},function(e,t,n){"use strict";var r=n(50),i=n(64);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 l;l="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]=l>>>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,l=t;return s+=(l=l+r>>>0)<t?1:0,s+=(l=l+o>>>0)<o?1:0,e+n+i+a+(s+=(l=l+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,l){var u=0,d=t;return u+=(d=d+r>>>0)<t?1:0,u+=(d=d+o>>>0)<o?1:0,u+=(d=d+c>>>0)<c?1:0,e+n+i+a+s+(u+=(d=d+l>>>0)<l?1:0)>>>0},t.sum64_5_lo=function(e,t,n,r,i,o,a,c,s,l){return t+r+o+c+l>>>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}},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,"a",(function(){return r}))},function(e,t){!function(){e.exports=this.wp.plugins}()},function(e,t){!function(){e.exports=this.wp.url}()},function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n(75),i=n.n(r).a},function(e,t,n){"use strict";var r=n(106),i=n(107),o=n(62);e.exports={formats:o,parse:i,stringify:r}},function(e,t){e.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}},function(e,t){function n(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}e.exports=function(e,t,r){return t&&n(e.prototype,t),r&&n(e,r),e}},function(e,t,n){var r=n(112);e.exports=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&r(e,t)}},function(e,t,n){var r=n(113),i=n(114),o=n(115);e.exports=function(e){var t=i();return function(){var n,i=r(e);if(t){var a=r(this).constructor;n=Reflect.construct(i,arguments,a)}else n=i.apply(this,arguments);return o(this,n)}}},function(e,t,n){"use strict";var r=n(69),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 l=Object.defineProperty,u=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,m=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(p){var i=m(n);i&&i!==p&&e(t,i,r)}var a=u(n);d&&(a=a.concat(d(n)));for(var c=s(t),h=s(n),b=0;b<a.length;++b){var g=a[b];if(!(o[g]||r&&r[g]||h&&h[g]||c&&c[g])){var v=f(n,g);try{l(t,g,v)}catch(y){}}}}return t}},function(e,t){var n,r=window.ProgressEvent,i=!!r;try{n=new r("loaded"),i="loaded"===n.type,n=null}catch(o){i=!1}e.exports=i?r:"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}},function(e,t,n){"use strict";
7
  /*!
8
  * cookie
9
  * Copyright(c) 2012-2014 Roman Shtylman
10
  * Copyright(c) 2015 Douglas Christopher Wilson
11
  * MIT Licensed
12
- */t.parse=function(e,t){if("string"!=typeof e)throw new TypeError("argument str must be a string");for(var n={},i=t||{},a=e.split(o),s=i.decode||r,l=0;l<a.length;l++){var u=a[l],d=u.indexOf("=");if(!(d<0)){var f=u.substr(0,d).trim(),m=u.substr(++d,u.length).trim();'"'==m[0]&&(m=m.slice(1,-1)),null==n[f]&&(n[f]=c(m,s))}}return n},t.serialize=function(e,t,n){var r=n||{},o=r.encode||i;if("function"!=typeof o)throw new TypeError("option encode is invalid");if(!a.test(e))throw new TypeError("argument name is invalid");var c=o(t);if(c&&!a.test(c))throw new TypeError("argument val is invalid");var s=e+"="+c;if(null!=r.maxAge){var l=r.maxAge-0;if(isNaN(l))throw new Error("maxAge should be a Number");s+="; Max-Age="+Math.floor(l)}if(r.domain){if(!a.test(r.domain))throw new TypeError("option domain is invalid");s+="; Domain="+r.domain}if(r.path){if(!a.test(r.path))throw new TypeError("option path is invalid");s+="; Path="+r.path}if(r.expires){if("function"!=typeof r.expires.toUTCString)throw new TypeError("option expires is invalid");s+="; Expires="+r.expires.toUTCString()}r.httpOnly&&(s+="; HttpOnly");r.secure&&(s+="; Secure");if(r.sameSite){switch("string"==typeof r.sameSite?r.sameSite.toLowerCase():r.sameSite){case!0:s+="; SameSite=Strict";break;case"lax":s+="; SameSite=Lax";break;case"strict":s+="; SameSite=Strict";break;case"none":s+="; SameSite=None";break;default:throw new TypeError("option sameSite is invalid")}}return s};var r=decodeURIComponent,i=encodeURIComponent,o=/; */,a=/^[\u0009\u0020-\u007e\u0080-\u00ff]+$/;function c(e,t){try{return t(e)}catch(n){return e}}},,function(e,t,n){"use strict";var r=Object.prototype.hasOwnProperty,i=Array.isArray,o=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),a=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:a,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"}],n=[],r=0;r<t.length;++r)for(var o=t[r],a=o.obj[o.prop],c=Object.keys(a),s=0;s<c.length;++s){var l=c[s],u=a[l];"object"==typeof u&&null!==u&&-1===n.indexOf(u)&&(t.push({obj:a,prop:l}),n.push(u))}return function(e){for(;e.length>1;){var t=e.pop(),n=t.obj[t.prop];if(i(n)){for(var r=[],o=0;o<n.length;++o)void 0!==n[o]&&r.push(n[o]);t.obj[t.prop]=r}}}(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 r=e;if("symbol"==typeof e?r=Symbol.prototype.toString.call(e):"string"!=typeof e&&(r=String(e)),"iso-8859-1"===n)return escape(r).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var i="",a=0;a<r.length;++a){var c=r.charCodeAt(a);45===c||46===c||95===c||126===c||c>=48&&c<=57||c>=65&&c<=90||c>=97&&c<=122?i+=r.charAt(a):c<128?i+=o[c]:c<2048?i+=o[192|c>>6]+o[128|63&c]:c<55296||c>=57344?i+=o[224|c>>12]+o[128|c>>6&63]+o[128|63&c]:(a+=1,c=65536+((1023&c)<<10|1023&r.charCodeAt(a)),i+=o[240|c>>18]+o[128|c>>12&63]+o[128|c>>6&63]+o[128|63&c])}return i},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(i(e)){for(var n=[],r=0;r<e.length;r+=1)n.push(t(e[r]));return n}return t(e)},merge:function e(t,n,o){if(!n)return t;if("object"!=typeof n){if(i(t))t.push(n);else{if(!t||"object"!=typeof t)return[t,n];(o&&(o.plainObjects||o.allowPrototypes)||!r.call(Object.prototype,n))&&(t[n]=!0)}return t}if(!t||"object"!=typeof t)return[t].concat(n);var c=t;return i(t)&&!i(n)&&(c=a(t,o)),i(t)&&i(n)?(n.forEach((function(n,i){if(r.call(t,i)){var a=t[i];a&&"object"==typeof a&&n&&"object"==typeof n?t[i]=e(a,n,o):t.push(n)}else t[i]=n})),t):Object.keys(n).reduce((function(t,i){var a=n[i];return r.call(t,i)?t[i]=e(t[i],a,o):t[i]=a,t}),c)}}},function(e,t){function n(e,t){if(!e)throw new Error(t||"Assertion failed")}e.exports=n,n.equal=function(e,t,n){if(e!=t)throw new Error(n||"Assertion failed: "+e+" != "+t)}},function(e,t){function n(t){return"function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?e.exports=n=function(e){return typeof e}:e.exports=n=function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},n(t)}e.exports=n},function(e,t,n){"use strict";n.r(t),n.d(t,"PLAN_FREE",(function(){return s.d})),n.d(t,"PLAN_PERSONAL",(function(){return s.e})),n.d(t,"PLAN_PREMIUM",(function(){return s.f})),n.d(t,"PLAN_BUSINESS",(function(){return s.b})),n.d(t,"PLAN_ECOMMERCE",(function(){return s.c})),n.d(t,"plansPaths",(function(){return s.j})),n.d(t,"register",(function(){return V}));var r={};n.r(r),n.d(r,"setFeatures",(function(){return m})),n.d(r,"setFeaturesByType",(function(){return p})),n.d(r,"setPlans",(function(){return h})),n.d(r,"setPrices",(function(){return b})),n.d(r,"resetPlan",(function(){return g}));var i={};n.r(i),n.d(i,"getFeatures",(function(){return v})),n.d(i,"getFeaturesByType",(function(){return y})),n.d(i,"getPlanBySlug",(function(){return O})),n.d(i,"getDefaultPaidPlan",(function(){return _})),n.d(i,"getDefaultFreePlan",(function(){return E})),n.d(i,"getSupportedPlans",(function(){return j})),n.d(i,"getPlanByPath",(function(){return S})),n.d(i,"getPlansDetails",(function(){return w})),n.d(i,"getPlansPaths",(function(){return x})),n.d(i,"getPrices",(function(){return C})),n.d(i,"isPlanEcommerce",(function(){return k})),n.d(i,"isPlanFree",(function(){return N}));var o={};n.r(o),n.d(o,"getPrices",(function(){return F})),n.d(o,"getPlansDetails",(function(){return B}));var a,c=n(3),s=n(11),l=n(10),u=n.n(l),d=(a={},u()(a,s.d,""),u()(a,s.e,""),u()(a,s.f,""),u()(a,s.b,""),u()(a,s.c,""),a),f=Object(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 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 t.featuresByType;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 t.plans;default:return e}},prices:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:d,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_PRICES":return t.prices;default:return e}},supportedPlanSlugs:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:s.k,t=arguments.length>1?arguments[1]:void 0;return t.type,e}}),m=function(e){return{type:"SET_FEATURES",features:e}},p=function(e){return{type:"SET_FEATURES_BY_TYPE",featuresByType:e}},h=function(e){return{type:"SET_PLANS",plans:e}},b=function(e){return{type:"SET_PRICES",prices:e}},g=function(){return{type:"RESET_PLAN"}},v=function(e){return e.features},y=function(e){return e.featuresByType},O=function(e,t){var n;return null!==(n=e.plans[t])&&void 0!==n?n:void 0},_=function(e,t){var n;return null===(n=Object(c.select)(s.g).getPlansDetails(t))||void 0===n?void 0:n.plans[s.a]},E=function(e,t){var n;return null===(n=Object(c.select)(s.g).getPlansDetails(t))||void 0===n?void 0:n.plans[s.d]},j=function(e){var t=[];return e.supportedPlanSlugs.forEach((function(n){n in e.plans&&t.push(e.plans[n])})),t},S=function(e,t){return t?j(e).find((function(e){return(null==e?void 0:e.pathSlug)===t})):void 0},w=function(e,t){return e},x=function(e){return j(e).map((function(e){return null==e?void 0:e.pathSlug}))},C=function(e,t){return e.prices},k=function(e,t){return t===s.c},N=function(e,t){return t===s.d},P=n(6),T=n.n(P),A=n(40),L=n(15),D=regeneratorRuntime.mark(F),R=regeneratorRuntime.mark(B);function I(e){var t=s.h[e.currency_code],n=e.raw_price/12;return Number.isInteger(n)||(n=n.toFixed(t.decimal)),"AMOUNT_THEN_SYMBOL"===t.format?"".concat(n).concat(t.symbol):"".concat(t.symbol).concat(n)}function F(){var e,t,n,r,i=arguments;return regeneratorRuntime.wrap((function(o){for(;;)switch(o.prev=o.next){case 0:return e=i.length>0&&void 0!==i[0]?i[0]:"en",o.next=3,Object(L.c)({path:"/plans",query:Object(A.stringify)({locale:e}),apiVersion:"1.5"});case 3:return t=o.sent,n=t.filter((function(e){return-1!==s.k.indexOf(e.product_slug)})),r=n.reduce((function(e,t){return e[t.product_slug]=I(t),e}),{}),o.next=8,b(r);case 8:case"end":return o.stop()}}),D)}var M={Free:s.d,Personal:s.e,Premium:s.f,Business:s.b,eCommerce:s.c};function B(){var e,t,n,r,i,o=arguments;return regeneratorRuntime.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return e=o.length>0&&void 0!==o[0]?o[0]:"en",a.prev=1,a.next=4,Object(L.b)("https://public-api.wordpress.com/wpcom/v2/plans/details?locale=".concat(encodeURIComponent(e)),{mode:"cors",credentials:"omit"});case 4:return t=a.sent,n=t.body,r={},i={},n.features.forEach((function(e){var t;i[e.id]={id:e.id,name:e.name,description:e.description,type:null!==(t=e.type)&&void 0!==t?t:"checkbox"}})),n.plans.forEach((function(e){var t,n={title:e.short_name,description:e.tagline,productId:e.products[0].plan_id,storeSlug:M[e.nonlocalized_short_name],features:e.highlighted_features,pathSlug:null===(t=e.nonlocalized_short_name)||void 0===t?void 0:t.toLowerCase(),featuresSlugs:e.features.reduce((function(e,t){return T()(T()({},e),{},u()({},t,!0))}),{}),storage:e.storage};"Free"===e.nonlocalized_short_name&&(n.isFree=!0),"Premium"===e.nonlocalized_short_name&&(n.isPopular=!0),r[M[e.nonlocalized_short_name]]=n})),a.next=12,h(r);case 12:return a.next=14,m(i);case 14:return a.next=16,p(n.features_by_type);case 16:a.next=21;break;case 18:return a.prev=18,a.t0=a.catch(1),a.abrupt("return");case 21:case"end":return a.stop()}}),R,null,[[1,18]])}var U=!1;function V(){return U||(U=!0,Object(c.registerStore)(s.g,{resolvers:o,actions:r,controls:L.a,reducer:f,selectors:i})),s.g}},function(e,t,n){var r=n(142);e.exports=m,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="",u=t&&t.delimiter||"/";null!=(n=i.exec(e));){var d=n[0],f=n[1],m=n.index;if(c+=e.slice(a,m),a=m+d.length,f)c+=f[1];else{var p=e[a],h=n[2],b=n[3],g=n[4],v=n[5],y=n[6],O=n[7];c&&(r.push(c),c="");var _=null!=h&&null!=p&&p!==h,E="+"===y||"*"===y,j="?"===y||"*"===y,S=n[2]||u,w=g||v;r.push({name:b||o++,prefix:h||"",delimiter:S,optional:j,repeat:E,partial:_,asterisk:!!O,pattern:w?l(w):O?".*":"[^"+s(S)+"]+?"})}}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,l=0;l<e.length;l++){var u=e[l];if("string"!=typeof u){var d,f=c[u.name];if(null==f){if(u.optional){u.partial&&(o+=u.prefix);continue}throw new TypeError('Expected "'+u.name+'" to be defined')}if(r(f)){if(!u.repeat)throw new TypeError('Expected "'+u.name+'" to not repeat, but received `'+JSON.stringify(f)+"`");if(0===f.length){if(u.optional)continue;throw new TypeError('Expected "'+u.name+'" to not be empty')}for(var m=0;m<f.length;m++){if(d=s(f[m]),!n[l].test(d))throw new TypeError('Expected all "'+u.name+'" to match "'+u.pattern+'", but received `'+JSON.stringify(d)+"`");o+=(0===m?u.prefix:u.delimiter)+d}}else{if(d=u.asterisk?encodeURI(f).replace(/[?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})):s(f),!n[l].test(d))throw new TypeError('Expected "'+u.name+'" to match "'+u.pattern+'", but received "'+d+'"');o+=u.prefix+d}}else o+=u}return o}}function s(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function l(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function u(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 l=e[c];if("string"==typeof l)a+=s(l);else{var f=s(l.prefix),m="(?:"+l.pattern+")";t.push(l),l.repeat&&(m+="(?:"+f+m+")*"),a+=m=l.optional?l.partial?f+"("+m+")?":"(?:"+f+"("+m+"))?":f+"("+m+")"}}var p=s(n.delimiter||"/"),h=a.slice(-p.length)===p;return i||(a=(h?a.slice(0,-p.length):a)+"(?:"+p+"(?=$))?"),a+=o?"$":i&&h?"":"(?="+p+"|$)",u(new RegExp("^"+a,d(n)),t)}function m(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 u(e,t)}(e,t):r(e)?function(e,t,n){for(var r=[],i=0;i<e.length;i++)r.push(m(e[i],t,n).source);return u(new RegExp("(?:"+r.join("|")+")",d(n)),t)}(e,t,n):function(e,t,n){return f(o(e,n),t,n)}(e,t,n)}},,,,,function(e,t,n){var r=n(59);e.exports=function(e,t){if(e){if("string"==typeof e)return r(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(e,t):void 0}}},function(e,t){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}},function(e,t,n){"use strict";n.r(t),n.d(t,"register",(function(){return m}));var r=n(3),i=n(19),o=n(74),a=n(23),c=n(84),s=n(80),l=n(15),u=n(61);for(var d in u)["default","register"].indexOf(d)<0&&function(e){n.d(t,e,(function(){return u[e]}))}(d);var f=!1;function m(e){var t=e.vendor;return f||(f=!0,Object(r.registerStore)(i.b,{actions:a,controls:l.a,reducer:o.a,resolvers:c,selectors:Object(s.a)(t)})),i.b}},function(e,t){},function(e,t,n){"use strict";var r=String.prototype.replace,i=/%20/g,o=n(49),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)},function(e,t,n){"use strict";function r(e){return function(){return e}}var i=function(){};i.thatReturns=r,i.thatReturnsFalse=r(!1),i.thatReturnsTrue=r(!0),i.thatReturnsNull=r(null),i.thatReturnsThis=function(){return this},i.thatReturnsArgument=function(e){return e},e.exports=i},function(e,t){"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}}},function(e,t,n){"use strict";var r=n(35),i=n(50);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}},function(e,t,n){"use strict";var r=n(35).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}},function(e,t,n){},function(e,t,n){},function(e,t,n){"use strict";e.exports=n(131)},function(e,t,n){"use strict";n.r(t),n.d(t,"Visibility",(function(){return j})),n.d(t,"register",(function(){return M}));var r={};n.r(r),n.d(r,"getSite",(function(){return _})),n.d(r,"getSiteDomains",(function(){return E}));var i={};n.r(i),n.d(i,"getState",(function(){return S})),n.d(i,"getNewSite",(function(){return w})),n.d(i,"getNewSiteError",(function(){return x})),n.d(i,"isFetchingSite",(function(){return C})),n.d(i,"isFetchingSiteDetails",(function(){return k})),n.d(i,"isNewSite",(function(){return N})),n.d(i,"getSite",(function(){return P})),n.d(i,"getSiteTitle",(function(){return T})),n.d(i,"isSiteLaunched",(function(){return A})),n.d(i,"isSiteLaunching",(function(){return L})),n.d(i,"getSiteDomains",(function(){return D})),n.d(i,"getPrimarySiteDomain",(function(){return R})),n.d(i,"getSiteSubdomain",(function(){return I}));var o=n(3),a="automattic/site",c=n(17),s=n.n(c),l=n(81),u=n.n(l),d=n(10),f=n.n(d),m=n(6),p=n.n(m),h=Object(o.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}}),b=Object(o.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:h,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 p()(p()({},e),{},f()({},t.siteId,t.response));if("RECEIVE_SITE_FAILED"===t.type){var n=t.siteId,r=(e[n],s()(e,[n].map(u.a)));return p()({},r)}return"RESET_SITE_STORE"===t.type?{}:"RECEIVE_SITE_TITLE"===t.type?p()(p()({},e),{},f()({},t.siteId,p()(p()({},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?p()(p()({},e),{},f()({},t.siteId,{isSiteLaunched:!1,isSiteLaunching:!0})):"LAUNCH_SITE_COMPLETE"===t.type?p()(p()({},e),{},f()({},t.siteId,{isSiteLaunched:!0,isSiteLaunching:!1})):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?p()(p()({},e),{},f()({},t.siteId,t.domains)):e}}),g=n(15);function v(e){var t=regeneratorRuntime.mark(u),n=regeneratorRuntime.mark(h),r=regeneratorRuntime.mark(b),i=regeneratorRuntime.mark(v),o=regeneratorRuntime.mark(y),a=function(){return{type:"FETCH_NEW_SITE"}},c=function(e){return{type:"RECEIVE_NEW_SITE",response:e}},l=function(e){return{type:"RECEIVE_NEW_SITE_FAILED",error:e}};function u(n){var r,i,o,a,u;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,i=s()(n,["authToken"]),o={client_id:e.client_id,client_secret:e.client_secret,find_available_url:!0,public:-1},a=p()(p()(p()({},o),i),{},{validate:!1}),t.next=8,Object(g.c)({path:"/sites/new",apiVersion:"1.1",method:"post",body:a,token:r});case 8:return u=t.sent,t.next=11,c(u);case 11:return t.abrupt("return",!0);case 14:return t.prev=14,t.t0=t.catch(2),t.next=18,l(t.t0);case 18:return t.abrupt("return",!1);case 19:case"end":return t.stop()}}),t,null,[[2,14]])}var d=function(e,t){return{type:"RECEIVE_SITE_TITLE",siteId:e,title:t}},f=function(e){return{type:"LAUNCH_SITE_START",siteId:e}},m=function(e){return{type:"LAUNCH_SITE_COMPLETE",siteId:e}};function h(e){return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,f(e);case 2:return t.next=4,Object(g.c)({path:"/sites/".concat(e,"/launch"),apiVersion:"1.1",method:"post"});case 4:return t.next=6,m(e);case 6:return t.abrupt("return",!0);case 7:case"end":return t.stop()}}),n)}function b(e){var t;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,Object(g.c)({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 v(e,t){var n;return regeneratorRuntime.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return r.next=2,Object(g.c)({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()}}),i)}function y(e,t){return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.prev=0,n.next=3,Object(g.c)({path:"/sites/".concat(encodeURIComponent(e),"/settings"),apiVersion:"1.4",body:{blogname:t},method:"POST"});case 3:return n.next=5,d(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()}}),o,null,[[0,7]])}return{receiveSiteDomains:function(e,t){return{type:"RECEIVE_SITE_DOMAINS",siteId:e,domains:t}},saveSiteTitle:y,receiveSiteTitle:d,fetchNewSite:a,fetchSite:function(){return{type:"FETCH_SITE"}},receiveNewSite:c,receiveNewSiteFailed:l,resetNewSiteFailed:function(){return{type:"RESET_RECEIVE_NEW_SITE_FAILED"}},createSite:u,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:h,launchSiteStart:f,launchSiteComplete:m,getCart:b,setCart:v}}var y=regeneratorRuntime.mark(_),O=regeneratorRuntime.mark(E);function _(e){var t;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,Object(o.dispatch)(a).fetchSite();case 2:return n.prev=2,n.next=5,Object(g.c)({path:"/sites/"+encodeURIComponent(e),apiVersion:"1.1"});case 5:return t=n.sent,n.next=8,Object(o.dispatch)(a).receiveSite(e,t);case 8:n.next=14;break;case 10:return n.prev=10,n.t0=n.catch(2),n.next=14,Object(o.dispatch)(a).receiveSiteFailed(e,void 0);case 14:case"end":return n.stop()}}),y,null,[[2,10]])}function E(e){var t;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.prev=0,n.next=3,Object(g.c)({path:"/sites/"+encodeURIComponent(e)+"/domains",apiVersion:"1.2"});case 3:return t=n.sent,n.next=6,Object(o.dispatch)(a).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()}}),O,null,[[0,8]])}var j,S=function(e){return e},w=function(e){return e.newSite.data},x=function(e){return e.newSite.error},C=function(e){return e.newSite.isFetching},k=function(e){return e.isFetchingSiteDetails},N=function(e){return!!e.newSite.data},P=function(e,t){return e.sites[t]},T=function(e,t){var n;return null===(n=Object(o.select)(a).getSite(t))||void 0===n?void 0:n.name},A=function(e,t){var n;return null===(n=e.launchStatus[t])||void 0===n?void 0:n.isSiteLaunched},L=function(e,t){var n;return null===(n=e.launchStatus[t])||void 0===n?void 0:n.isSiteLaunching},D=function(e,t){return e.sitesDomains[t]},R=function(e,t){var n;return null===(n=Object(o.select)(a).getSiteDomains(t))||void 0===n?void 0:n.find((function(e){return e.primary_domain}))},I=function(e,t){var n;return null===(n=Object(o.select)(a).getSiteDomains(t))||void 0===n?void 0:n.find((function(e){return e.is_subdomain}))};!function(e){e[e.PublicIndexed=1]="PublicIndexed",e[e.PublicNotIndexed=0]="PublicNotIndexed",e[e.Private=-1]="Private"}(j||(j={}));var F=!1;function M(e){return F||(F=!0,Object(o.registerStore)(a,{actions:v(e),controls:g.a,reducer:b,resolvers:r,selectors:i})),a}},function(e,t,n){"use strict";n.r(t),n.d(t,"STORE_KEY",(function(){return c})),n.d(t,"register",(function(){return Q}));var r={};n.r(r),n.d(r,"setSidebarFullscreen",(function(){return f})),n.d(r,"unsetSidebarFullscreen",(function(){return m})),n.d(r,"setStep",(function(){return p})),n.d(r,"setDomain",(function(){return h})),n.d(r,"unsetDomain",(function(){return b})),n.d(r,"confirmDomainSelection",(function(){return g})),n.d(r,"setDomainSearch",(function(){return v})),n.d(r,"setPlan",(function(){return y})),n.d(r,"unsetPlan",(function(){return O})),n.d(r,"updatePlan",(function(){return _})),n.d(r,"openSidebar",(function(){return E})),n.d(r,"closeSidebar",(function(){return j})),n.d(r,"openFocusedLaunch",(function(){return S})),n.d(r,"closeFocusedLaunch",(function(){return w})),n.d(r,"enableExperimental",(function(){return x})),n.d(r,"showSiteTitleStep",(function(){return C})),n.d(r,"setModalDismissible",(function(){return k})),n.d(r,"unsetModalDismissible",(function(){return N})),n.d(r,"showModalTitle",(function(){return P})),n.d(r,"hideModalTitle",(function(){return T}));var i={};n.r(i),n.d(i,"getLaunchSequence",(function(){return A})),n.d(i,"getLaunchStep",(function(){return L})),n.d(i,"getState",(function(){return D})),n.d(i,"hasPaidDomain",(function(){return R})),n.d(i,"getSelectedDomain",(function(){return I})),n.d(i,"getSelectedPlan",(function(){return F})),n.d(i,"getPaidPlan",(function(){return M})),n.d(i,"hasSelectedDomain",(function(){return B})),n.d(i,"isStepCompleted",(function(){return U})),n.d(i,"isFlowCompleted",(function(){return V})),n.d(i,"isFlowStarted",(function(){return z})),n.d(i,"getFirstIncompleteStep",(function(){return H})),n.d(i,"isSiteTitleStepVisible",(function(){return q})),n.d(i,"isModalDismissible",(function(){return $})),n.d(i,"isModalTitleVisible",(function(){return W})),n.d(i,"isFocusedLaunchOpen",(function(){return G}));var o=n(31),a=n(3),c="automattic/launch",s={Name:"name",Domain:"domain",Plan:"plan",Final:"final"},l=[s.Name,s.Domain,s.Plan,s.Final],u=Object(a.combineReducers)({step:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:s.Name,t=arguments.length>1?arguments[1]:void 0;return"SET_STEP"===t.type?t.step: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},plan:function(e,t){return"SET_PLAN"===t.type?t.plan:"UNSET_PLAN"!==t.type?e:void 0},paidPlan:function(e,t){var n;return"SET_PLAN"!==t.type||(null===(n=t.plan)||void 0===n?void 0:n.isFree)?e:t.plan},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},isExperimental:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"ENABLE_EXPERIMENTAL"===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}}),d=regeneratorRuntime.mark(_),f=function(){return{type:"SET_SIDEBAR_FULLSCREEN"}},m=function(){return{type:"UNSET_SIDEBAR_FULLSCREEN"}},p=function(e){return{type:"SET_STEP",step:e}},h=function(e){return{type:"SET_DOMAIN",domain:e}},b=function(){return{type:"UNSET_DOMAIN"}},g=function(){return{type:"CONFIRM_DOMAIN_SELECTION"}},v=function(e){return{type:"SET_DOMAIN_SEARCH",domainSearch:e}},y=function(e){return{type:"SET_PLAN",plan:e}},O=function(){return{type:"UNSET_PLAN"}};function _(e){var t;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,Object(o.select)("automattic/onboard/plans","getPlanBySlug",e);case 2:return t=n.sent,n.next=5,y(t);case 5:case"end":return n.stop()}}),d)}var E=function(){return{type:"OPEN_SIDEBAR"}},j=function(){return{type:"CLOSE_SIDEBAR"}},S=function(){return{type:"OPEN_FOCUSED_LAUNCH"}},w=function(){return{type:"CLOSE_FOCUSED_LAUNCH"}},x=function(){return{type:"ENABLE_EXPERIMENTAL"}},C=function(){return{type:"SHOW_SITE_TITLE_STEP"}},k=function(){return{type:"SET_MODAL_DISMISSIBLE"}},N=function(){return{type:"UNSET_MODAL_DISMISSIBLE"}},P=function(){return{type:"SHOW_MODAL_TITLE"}},T=function(){return{type:"HIDE_MODAL_TITLE"}},A=function(){return l},L=function(){return s},D=function(e){return e},R=function(e){return!!e.domain&&!e.domain.is_free},I=function(e){return e.domain},F=function(e){return e.plan},M=function(e){return e.paidPlan},B=function(e){return!!I(e)||e.confirmedDomainSelection},U=function(e,t){if(t===s.Plan)return!!F(e);if(t===s.Name){var n=Object(a.select)("core").getEntityRecord("root","site",void 0);return!!(null==n?void 0:n.title)}return t===s.Domain&&Object(a.select)(c).hasSelectedDomain()},V=function(e){return l.slice(0,l.length-1).every((function(t){return U(e,t)}))},z=function(e){return l.some((function(t){return U(e,t)}))},H=function(e){return l.find((function(t){return!U(e,t)}))},q=function(e){return e.isSiteTitleStepVisible},$=function(e){return e.isModalDismissible},W=function(e){return e.isModalTitleVisible},G=function(e){return e.isFocusedLaunchOpen},Y=n(36),K=Object(Y.a)("WP_LAUNCH");Object(a.use)(a.plugins.persistence,K);var X=!1;function Q(){return X||(X=!0,Object(a.registerStore)(c,{actions:r,controls:o.controls,reducer:u,selectors:i,persist:["domain","domainSearch","plan","confirmedDomainSelection","isExperimental","isSiteTitleStepVisible"]})),c}},function(e,t,n){"use strict";n.r(t),n.d(t,"featuresList",(function(){return d})),n.d(t,"register",(function(){return b}));var r={};n.r(r),n.d(r,"getAllFeatures",(function(){return m})),n.d(r,"getRecommendedPlanSlug",(function(){return p}));var i=n(31),o=n(3),a="automattic/wpcom-features",c=n(11),s=c.e,l=c.f,u=c.b,d={domain:{id:"domain",minSupportedPlan:s},store:{id:"store",minSupportedPlan:c.c},seo:{id:"seo",minSupportedPlan:u},plugins:{id:"plugins",minSupportedPlan:u},"ad-free":{id:"ad-free",minSupportedPlan:s},"image-storage":{id:"image-storage",minSupportedPlan:l},"video-storage":{id:"video-storage",minSupportedPlan:l},support:{id:"support",minSupportedPlan:u}},f=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:d;return e},m=function(e){return e},p=function(e,t){var n=m(e);return t.length?t.reduce((function(e,t){var r=n[t].minSupportedPlan;return c.i.indexOf(r)>c.i.indexOf(e)?r:e}),n[t[0]].minSupportedPlan):""},h=!1;function b(){return h||(h=!0,Object(o.registerStore)(a,{controls:i.controls,reducer:f,selectors:r})),a}},function(e,t,n){var r=n(98),i=n(100);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}},function(e,t,n){"use strict";var r=n(10),i=n.n(r),o=n(6),a=n.n(o),c=n(3),s=n(19),l=n(39),u={state:s.a.Uninitialized,data:{},errorMessage:null,lastUpdated:-1/0,pendingSince:void 0},d=Object(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]:u,t=arguments.length>1?arguments[1]:void 0;return"FETCH_DOMAIN_SUGGESTIONS"===t.type?a()(a()({},e),{},{state:s.a.Pending,errorMessage:null,pendingSince:t.timeStamp}):"RECEIVE_DOMAIN_SUGGESTIONS_SUCCESS"===t.type?a()(a()({},e),{},{state:s.a.Success,data:a()(a()({},e.data),{},i()({},Object(l.a)(t.queryObject),t.suggestions)),errorMessage:null,lastUpdated:t.timeStamp,pendingSince:void 0}):"RECEIVE_DOMAIN_SUGGESTIONS_ERROR"===t.type?a()(a()({},e),{},{state:s.a.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.a=d},function(e,t,n){"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 l=s[n],u=e(t[l]);u&&(a&&(a+=","),a+=JSON.stringify(l)+":"+u)}return o.splice(c,1),"{"+a+"}"}}(e)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});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(1)),o=c(n(108)),a=c(n(111));function c(e){return e&&e.__esModule?e:{default:e}}var s=void 0;function l(e,t){var n,a,c,u,d,f,m,p,h=[],b={};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}h.push(t[d.value])}else h.push(d.value);return n&&(u=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),m=l(e.slice(c+1,u),t),a=i.default.cloneElement(n,{},m),h.push(a),u<e.length-1&&(p=l(e.slice(u+1),t),h=h.concat(p))),1===h.length?h[0]:(h.forEach((function(e,t){e&&(b["interpolation-child-"+t]=e)})),(0,o.default)(b))}t.default=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 l(o,n)}catch(c){if(i)throw new Error("Interpolation Error: unable to process `"+t+"` because of error `"+c.message+"`");return t}}},function(e,t,n){var r=n(33),i=n(64);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})}}},function(e,t,n){"use strict";var r=n(35),i=n(65),o=n(66),a=r.rotl32,c=r.sum32,s=r.sum32_5,l=o.ft_1,u=i.BlockHash,d=[1518500249,1859775393,2400959708,3395469782];function f(){if(!(this instanceof f))return new f;u.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.W=new Array(80)}r.inherits(f,u),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],u=this.h[2],f=this.h[3],m=this.h[4];for(r=0;r<n.length;r++){var p=~~(r/20),h=s(a(i,5),l(p,o,u,f),m,n[r],d[p]);m=f,f=u,u=a(o,30),o=i,i=h}this.h[0]=c(this.h[0],i),this.h[1]=c(this.h[1],o),this.h[2]=c(this.h[2],u),this.h[3]=c(this.h[3],f),this.h[4]=c(this.h[4],m)},f.prototype._digest=function(e){return"hex"===e?r.toHex32(this.h,"big"):r.split32(this.h,"big")}},function(e,t,n){"use strict";e.exports=n(116)},function(e,t,n){"use strict";var r=n(6),i=n.n(r),o=n(14),a=n.n(o),c=n(3),s=n(19),l=n(39);t.a=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 Object(c.select)(s.b).__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 Object(c.select)("core/data").isResolving(s.b,"__internalGetDomainSuggestions",[i])},__internalGetDomainSuggestions:function(e,t){return e.domainSuggestions.data[Object(l.a)(t)]},isAvailable:function(e,t){return e.availability[t]},getDomainAvailabilities:function(e){return e.availability}}}},function(e,t,n){var r=n(51),i=n(119);e.exports=function(e){var t=i(e,"string");return"symbol"===r(t)?t:String(t)}},function(e,t,n){"use strict";var r=n(35),i=n(65),o=n(66),a=n(50),c=r.sum32,s=r.sum32_4,l=r.sum32_5,u=o.ch32,d=o.maj32,f=o.s0_256,m=o.s1_256,p=o.g0_256,h=o.g1_256,b=i.BlockHash,g=[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 v(){if(!(this instanceof v))return new v;b.call(this),this.h=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.k=g,this.W=new Array(64)}r.inherits(v,b),e.exports=v,v.blockSize=512,v.outSize=256,v.hmacStrength=192,v.padLength=64,v.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(h(n[r-2]),n[r-7],p(n[r-15]),n[r-16]);var i=this.h[0],o=this.h[1],b=this.h[2],g=this.h[3],v=this.h[4],y=this.h[5],O=this.h[6],_=this.h[7];for(a(this.k.length===n.length),r=0;r<n.length;r++){var E=l(_,m(v),u(v,y,O),this.k[r],n[r]),j=c(f(i),d(i,o,b));_=O,O=y,y=v,v=c(g,E),g=b,b=o,o=i,i=c(E,j)}this.h[0]=c(this.h[0],i),this.h[1]=c(this.h[1],o),this.h[2]=c(this.h[2],b),this.h[3]=c(this.h[3],g),this.h[4]=c(this.h[4],v),this.h[5]=c(this.h[5],y),this.h[6]=c(this.h[6],O),this.h[7]=c(this.h[7],_)},v.prototype._digest=function(e){return"hex"===e?r.toHex32(this.h,"big"):r.split32(this.h,"big")}},function(e,t,n){"use strict";var r="__global_unique_id__";e.exports=function(){return window[r]=(window[r]||0)+1}},function(e,t,n){"use strict";n.r(t),n.d(t,"isAvailable",(function(){return ge})),n.d(t,"getCategories",(function(){return ve})),n.d(t,"__internalGetDomainSuggestions",(function(){return ye}));var r,i,o,a,c=n(40),s=n(14),l=n.n(s),u=n(10),d=n.n(u),f=n(13),m=n.n(f),p=n(76),h=n.n(p);r={"(":9,"!":8,"*":7,"/":7,"%":7,"+":6,"-":6,"<":5,"<=":5,">":5,">=":5,"==":4,"!=":4,"&&":3,"||":2,"?":1,"?:":1},i=["(","?"],o={")":["("],":":["?","?:"]},a=/<=|>=|==|!=|&&|\|\||\?:|\(|!|\*|\/|%|\+|-|<|>|\?|\)|:/;var b={"!":function(e){return!e},"*":function(e,t){return e*t},"/":function(e,t){return e/t},"%":function(e,t){return e%t},"+":function(e,t){return e+t},"-":function(e,t){return e-t},"<":function(e,t){return e<t},"<=":function(e,t){return e<=t},">":function(e,t){return e>t},">=":function(e,t){return e>=t},"==":function(e,t){return e===t},"!=":function(e,t){return e!==t},"&&":function(e,t){return e&&t},"||":function(e,t){return e||t},"?:":function(e,t,n){if(e)throw t;return n}};function g(e){var t=function(e){for(var t,n,c,s,l=[],u=[];t=e.match(a);){for(n=t[0],(c=e.substr(0,t.index).trim())&&l.push(c);s=u.pop();){if(o[n]){if(o[n][0]===s){n=o[n][1]||n;break}}else if(i.indexOf(s)>=0||r[s]<r[n]){u.push(s);break}l.push(s)}o[n]||u.push(n),e=e.substr(t.index+n.length)}return(e=e.trim())&&l.push(e),l.concat(u.reverse())}(e);return function(e){return function(e,t){var n,r,i,o,a,c,s=[];for(n=0;n<e.length;n++){if(a=e[n],o=b[a]){for(r=o.length,i=Array(r);r--;)i[r]=s.pop();try{c=o.apply(null,i)}catch(l){return l}}else c=t.hasOwnProperty(a)?t[a]:+a;s.push(c)}return s[0]}(t,e)}}var v={contextDelimiter:"",onMissingKey:null};function y(e,t){var n;for(n in this.data=e,this.pluralForms={},this.options={},v)this.options[n]=void 0!==t&&n in t?t[n]:v[n]}y.prototype.getPluralForm=function(e,t){var n,r,i,o,a=this.pluralForms[e];return a||("function"!=typeof(i=(n=this.data[e][""])["Plural-Forms"]||n["plural-forms"]||n.plural_forms)&&(r=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=g(r),i=function(e){return+o({n:e})}),a=this.pluralForms[e]=i),a(t)},y.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)};var O=n(77),_=n.n(O),E=n(78),j=n.n(E),S=n(33),w=/%(((\d+)\$)|(\(([$_a-zA-Z][$_a-zA-Z0-9]*)\)))?[ +0#-]*\d*(\.(\d+|\*))?(ll|[lhqL])?([cduxXefgsp%])/g;function x(e,t){var n;if(!Array.isArray(t))for(t=new Array(arguments.length-1),n=1;n<arguments.length;n++)t[n-1]=arguments[n];return n=1,e.replace(w,(function(){var e,r,i,o,a;return e=arguments[3],r=arguments[5],"%"===(o=arguments[9])?"%":("*"===(i=arguments[7])&&(i=t[n-1],n++),void 0!==r?t[0]&&"object"==typeof t[0]&&t[0].hasOwnProperty(r)&&(a=t[0][r]):(void 0===e&&(e=n),n++,a=t[e-1]),"f"===o?a=parseFloat(a)||0:"d"===o&&(a=parseInt(a)||0),void 0!==i&&("f"===o?a=a.toFixed(i):"s"===o&&(a=a.substr(0,i))),null!=a?a:"")}))}
13
  /*
14
  * Exposes number format capability
15
  *
16
  * @copyright Copyright (c) 2013 Kevin van Zonneveld (http://kvz.io) and Contributors (http://phpjs.org/authors).
17
  * @license See CREDITS.md
18
  * @see https://github.com/kvz/phpjs/blob/ffe1356af23a6f2512c84c954dd4e828e92579fa/functions/strings/number_format.js
19
- */function C(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?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)}var k=m()("i18n-calypso"),N="number_format_decimals",P="number_format_thousands_sep",T="messages",A=[function(e){return e}],L={};function D(){B.throwErrors&&"undefined"!=typeof window&&window.console&&window.console.warn&&window.console.warn.apply(window.console,arguments)}function R(e){return Array.prototype.slice.call(e)}function I(e){var t=e[0];("string"!=typeof t||e.length>3||e.length>2&&"object"==typeof e[1]&&"object"==typeof e[2])&&D("Deprecated Invocation: `translate()` accepts ( string, [string], [object] ). These arguments passed:",R(e),". See https://github.com/Automattic/i18n-calypso#translate-method"),2===e.length&&"string"==typeof t&&"string"==typeof e[1]&&D("Invalid Invocation: `translate()` requires an options object for plural translations, but passed:",R(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 F(e,t){return e.dcnpgettext(T,t.context,t.original,t.plural,t.count)}function M(e,t){for(var n=A.length-1;n>=0;n--){var r=A[n](Object.assign({},t)),i=r.context?r.context+""+r.original:r.original;if(e.state.locale[i])return F(e.state.tannin,r)}return null}function B(){if(!(this instanceof B))return new B;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:_()({max:100})},this.componentUpdateHooks=[],this.translateHooks=[],this.stateObserver=new S.EventEmitter,this.stateObserver.setMaxListeners(0),this.configure()}B.throwErrors=!1,B.prototype.on=function(){var e;(e=this.stateObserver).on.apply(e,arguments)},B.prototype.off=function(){var e;(e=this.stateObserver).off.apply(e,arguments)},B.prototype.emit=function(){var e;(e=this.stateObserver).emit.apply(e,arguments)},B.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 C(e,n,r,i)},B.prototype.configure=function(e){Object.assign(this,e||{}),this.setLocale()},B.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!==L[n+e])return L[n+e];var r=j()().update(e).digest("hex");return L[n+e]=t?r.substr(0,t):r},a=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)A.push(a(!1));else{var c=i.substr(5).indexOf("-");if(c<0){var s=Number(i.substr(5));A.push(a(s))}else for(var l=Number(i.substr(5,c)),u=Number(i.substr(6+c)),f=l;f<=u;f++)A.push(a(f))}}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 y(d()({},T,this.state.locale)),this.state.numberFormatSettings.decimal_point=F(this.state.tannin,I([N])),this.state.numberFormatSettings.thousands_sep=F(this.state.tannin,I([P])),this.state.numberFormatSettings.decimal_point===N&&(this.state.numberFormatSettings.decimal_point="."),this.state.numberFormatSettings.thousands_sep===P&&(this.state.numberFormatSettings.thousands_sep=","),this.stateObserver.emit("change")},B.prototype.getLocale=function(){return this.state.locale},B.prototype.getLocaleSlug=function(){return this.state.localeSlug},B.prototype.getLocaleVariant=function(){return this.state.localeVariant},B.prototype.isRtl=function(){return"rtl"===this.state.textDirection},B.prototype.addTranslations=function(e){for(var t in e)""!==t&&(this.state.tannin.data.messages[t]=e[t]);this.stateObserver.emit("change")},B.prototype.hasTranslation=function(){return!!M(this,I(arguments))},B.prototype.translate=function(){var e=I(arguments),t=M(this,e);if(t||(t=F(this.state.tannin,e)),e.args){var n=Array.isArray(e.args)?e.args.slice(0):[e.args];n.unshift(t);try{t=x.apply(void 0,l()(n))}catch(i){if(!window||!window.console)return;var r=this.throwErrors?"error":"warn";"string"!=typeof i?window.console[r](i):window.console[r]("i18n sprintf error:",n)}}return e.components&&(t=h()({mixedString:t,components:e.components,throwErrors:this.throwErrors})),this.translateHooks.forEach((function(n){t=n(t,e)})),t},B.prototype.reRenderTranslations=function(){k("Re-rendering all translations due to external request"),this.stateObserver.emit("change")},B.prototype.registerComponentUpdateHook=function(e){this.componentUpdateHooks.push(e)},B.prototype.registerTranslateHook=function(e){this.translateHooks.push(e)};var U=B,V=n(6),z=n.n(V),H=n(41),q=n.n(H),$=n(42),W=n.n($),G=n(30),Y=n.n(G),K=n(43),X=n.n(K),Q=n(44),J=n.n(Q),Z=n(0),ee=n(1),te=n.n(ee),ne=n(7),re=n.n(ne),ie=n(16),oe=n.n(ie),ae=n(79),ce=n(24);var se,le,ue=new U,de=(ue.numberFormat.bind(ue),ue.translate.bind(ue)),fe=(ue.configure.bind(ue),ue.setLocale.bind(ue),ue.getLocale.bind(ue),ue.getLocaleSlug.bind(ue),ue.getLocaleVariant.bind(ue),ue.isRtl.bind(ue),ue.addTranslations.bind(ue),ue.reRenderTranslations.bind(ue),ue.registerComponentUpdateHook.bind(ue),ue.registerTranslateHook.bind(ue),ue.state,ue.stateObserver,ue.on.bind(ue),ue.off.bind(ue),ue.emit.bind(ue),le={numberFormat:(se=ue).numberFormat.bind(se),translate:se.translate.bind(se)},function(e){function t(){var t=e.translate.bind(e);return Object.defineProperty(t,"localeSlug",{get:e.getLocaleSlug.bind(e)}),t}}(ue),function(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 Object(ae.useSubscription)(t)}var r=Object(ce.createHigherOrderComponent)((function(e){return Object(ee.forwardRef)((function(t,r){var i=n();return Object(Z.createElement)(e,oe()({},t,{isRtl:i,ref:r}))}))}),"WithRTL");return{useRtl:n,withRtl:r}}(ue)),me=(fe.useRtl,fe.withRtl,n(23)),pe=n(15),he=regeneratorRuntime.mark(ve),be=regeneratorRuntime.mark(ye),ge=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,Object(pe.b)(n);case 4:return r=e.sent,i=r.body,e.abrupt("return",Object(me.receiveDomainAvailability)(t,i));case 9:return e.prev=9,e.t0=e.catch(1),e.abrupt("return",Object(me.receiveDomainAvailability)(t,{domain_name:t,mappable:"unknown",status:"unknown",supports_privacy:!1}));case 12:case"end":return e.stop()}}),e,null,[[1,9]])}));function ve(){var e;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,Object(pe.b)("https://public-api.wordpress.com/wpcom/v2/onboarding/domains/categories");case 2:return e=t.sent,t.abrupt("return",Object(me.receiveCategories)(e.body));case 4:case"end":return t.stop()}}),he)}function ye(e){var t;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(e.query){n.next=2;break}return n.abrupt("return",Object(me.receiveDomainSuggestionsError)("Empty query"));case 2:return n.next=4,Object(me.fetchDomainSuggestions)();case 4:return n.prev=4,n.next=7,Object(pe.c)({apiVersion:"1.1",path:"/domains/suggestions",query:Object(c.stringify)(e)});case 7:t=n.sent,n.next=13;break;case 10:return n.prev=10,n.t0=n.catch(4),n.abrupt("return",Object(me.receiveDomainSuggestionsError)(n.t0.message||de("Error while fetching server response")));case 13:if(t&&""!==t){n.next=15;break}return n.abrupt("return",Object(me.receiveDomainSuggestionsError)(de("Invalid response from the server")));case 15:return n.abrupt("return",Object(me.receiveDomainSuggestionsSuccess)(e,t));case 16:case"end":return n.stop()}}),be,null,[[4,10]])}},,,,,,,,function(e,t){!function(){e.exports=this["a8c-fse-common-data-stores"]}()},function(e,t){e.exports=function(e){if(Array.isArray(e))return e}},function(e,t){e.exports=function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,i=!1,o=void 0;try{for(var a,c=e[Symbol.iterator]();!(r=(a=c.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(s){i=!0,o=s}finally{try{r||null==c.return||c.return()}finally{if(i)throw o}}return n}}},function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}},function(e,t,n){},function(e,t,n){},function(e,t,n){"use strict";var r=n(99);e.exports=function(){var e=r.apply(r,arguments);return e.charAt(0).toUpperCase()+e.slice(1)}},function(e,t,n){"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():""}},function(e,t){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"}},function(e,t,n){var r=n(14);e.exports=function(e){function t(e){for(var t=0,n=0;n<e.length;n++)t=(t<<5)-t+e.charCodeAt(n),t|=0;return i.colors[Math.abs(t)%i.colors.length]}function i(e){var n;function r(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[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,t[0]=i.coerce(t[0]),"string"!=typeof t[0]&&t.unshift("%O");var l=0;t[0]=t[0].replace(/%([a-zA-Z%])/g,(function(e,n){if("%%"===e)return e;l++;var r=i.formatters[n];if("function"==typeof r){var o=t[l];e=r.call(a,o),t.splice(l,1),l--}return e})),i.formatArgs.call(a,t);var u=a.log||i.log;u.apply(a,t)}}return r.namespace=e,r.enabled=i.enabled(e),r.useColors=i.useColors(),r.color=t(e),r.destroy=o,r.extend=a,"function"==typeof i.init&&i.init(r),i.instances.push(r),r}function o(){var e=i.instances.indexOf(this);return-1!==e&&(i.instances.splice(e,1),!0)}function a(e,t){var n=i(this.namespace+(void 0===t?":":t)+e);return n.log=this.log,n}function c(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return i.debug=i,i.default=i,i.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},i.disable=function(){var e=[].concat(r(i.names.map(c)),r(i.skips.map(c).map((function(e){return"-"+e})))).join(",");return i.enable(""),e},i.enable=function(e){var t;i.save(e),i.names=[],i.skips=[];var n=("string"==typeof e?e:"").split(/[\s,]+/),r=n.length;for(t=0;t<r;t++)n[t]&&("-"===(e=n[t].replace(/\*/g,".*?"))[0]?i.skips.push(new RegExp("^"+e.substr(1)+"$")):i.names.push(new RegExp("^"+e+"$")));for(t=0;t<i.instances.length;t++){var o=i.instances[t];o.enabled=i.enabled(o.namespace)}},i.enabled=function(e){if("*"===e[e.length-1])return!0;var t,n;for(t=0,n=i.skips.length;t<n;t++)if(i.skips[t].test(e))return!1;for(t=0,n=i.names.length;t<n;t++)if(i.names[t].test(e))return!0;return!1},i.humanize=n(105),Object.keys(e).forEach((function(t){i[t]=e[t]})),i.instances=[],i.names=[],i.skips=[],i.formatters={},i.selectColor=t,i.enable(i.load()),i}},function(e,t,n){var r=n(59);e.exports=function(e){if(Array.isArray(e))return r(e)}},function(e,t){e.exports=function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}},function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}},function(e,t){var n=1e3,r=60*n,i=60*r,o=24*i,a=7*o,c=365.25*o;function s(e,t,n,r){var i=t>=1.5*n;return Math.round(e/n)+" "+r+(i?"s":"")}e.exports=function(e,t){t=t||{};var l=typeof e;if("string"===l&&e.length>0)return function(e){if((e=String(e)).length>100)return;var t=/^(-?(?:\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(!t)return;var s=parseFloat(t[1]);switch((t[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return s*c;case"weeks":case"week":case"w":return s*a;case"days":case"day":case"d":return s*o;case"hours":case"hour":case"hrs":case"hr":case"h":return s*i;case"minutes":case"minute":case"mins":case"min":case"m":return s*r;case"seconds":case"second":case"secs":case"sec":case"s":return s*n;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return s;default:return}}(e);if("number"===l&&isFinite(e))return t.long?function(e){var t=Math.abs(e);if(t>=o)return s(e,t,o,"day");if(t>=i)return s(e,t,i,"hour");if(t>=r)return s(e,t,r,"minute");if(t>=n)return s(e,t,n,"second");return e+" ms"}(e):function(e){var t=Math.abs(e);if(t>=o)return Math.round(e/o)+"d";if(t>=i)return Math.round(e/i)+"h";if(t>=r)return Math.round(e/r)+"m";if(t>=n)return Math.round(e/n)+"s";return e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},function(e,t,n){"use strict";var r=n(49),i=n(62),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,l=function(e,t){s.apply(e,c(t)?t:[t])},u=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 u.call(e)},skipNulls:!1,strictNullHandling:!1},m=function e(t,n,i,o,a,s,u,d,m,p,h,b,g){var v,y=t;if("function"==typeof u?y=u(n,y):y instanceof Date?y=p(y):"comma"===i&&c(y)&&(y=r.maybeMap(y,(function(e){return e instanceof Date?p(e):e})).join(",")),null===y){if(o)return s&&!b?s(n,f.encoder,g,"key"):n;y=""}if("string"==typeof(v=y)||"number"==typeof v||"boolean"==typeof v||"symbol"==typeof v||"bigint"==typeof v||r.isBuffer(y))return s?[h(b?n:s(n,f.encoder,g,"key"))+"="+h(s(y,f.encoder,g,"value"))]:[h(n)+"="+h(String(y))];var O,_=[];if(void 0===y)return _;if(c(u))O=u;else{var E=Object.keys(y);O=d?E.sort(d):E}for(var j=0;j<O.length;++j){var S=O[j],w=y[S];if(!a||null!==w){var x=c(y)?"function"==typeof i?i(n,S):n:n+(m?"."+S:"["+S+"]");l(_,e(w,x,i,o,a,s,u,d,m,p,h,b,g))}}return _};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 u,d=[];if("object"!=typeof r||null===r)return"";u=t&&t.arrayFormat in a?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var p=a[u];n||(n=Object.keys(r)),s.sort&&n.sort(s.sort);for(var h=0;h<n.length;++h){var b=n[h];s.skipNulls&&null===r[b]||l(d,m(r[b],b,p,s.strictNullHandling,s.skipNulls,s.encode?s.encoder:null,s.filter,s.sort,s.allowDots,s.serializeDate,s.formatter,s.encodeValuesOnly,s.charset))}var g=d.join(s.delimiter),v=!0===s.addQueryPrefix?"?":"";return s.charsetSentinel&&("iso-8859-1"===s.charset?v+="utf8=%26%2310003%3B&":v+="utf8=%E2%9C%93&"),g.length>0?v+g:""}},function(e,t,n){"use strict";var r=n(49),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},l=function(e,t,n,r){if(e){var o=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,a=/(\[[^[\]]*])/g,c=n.depth>0&&/(\[[^[\]]*])/.exec(o),l=c?o.slice(0,c.index):o,u=[];if(l){if(!n.plainObjects&&i.call(Object.prototype,l)&&!n.allowPrototypes)return;u.push(l)}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;u.push(c[1])}return c&&u.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 l="["===c.charAt(0)&&"]"===c.charAt(c.length-1)?c.slice(1,-1):c,u=parseInt(l,10);n.parseArrays||""!==l?!isNaN(u)&&c!==l&&String(u)===l&&u>=0&&n.parseArrays&&u<=n.arrayLimit?(a=[])[u]=i:a[l]=i:a={0:i}}i=a}return i}(u,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 u="string"==typeof e?function(e,t){var n,l={},u=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,d=t.parameterLimit===1/0?void 0:t.parameterLimit,f=u.split(t.delimiter,d),m=-1,p=t.charset;if(t.charsetSentinel)for(n=0;n<f.length;++n)0===f[n].indexOf("utf8=")&&("utf8=%E2%9C%93"===f[n]?p="utf-8":"utf8=%26%2310003%3B"===f[n]&&(p="iso-8859-1"),m=n,n=f.length);for(n=0;n<f.length;++n)if(n!==m){var h,b,g=f[n],v=g.indexOf("]="),y=-1===v?g.indexOf("="):v+1;-1===y?(h=t.decoder(g,a.decoder,p,"key"),b=t.strictNullHandling?null:""):(h=t.decoder(g.slice(0,y),a.decoder,p,"key"),b=r.maybeMap(s(g.slice(y+1),t),(function(e){return t.decoder(e,a.decoder,p,"value")}))),b&&t.interpretNumericEntities&&"iso-8859-1"===p&&(b=c(b)),g.indexOf("[]=")>-1&&(b=o(b)?[b]:b),i.call(l,h)?l[h]=r.combine(l[h],b):l[h]=b}return l}(e,n):e,d=n.plainObjects?Object.create(null):{},f=Object.keys(u),m=0;m<f.length;++m){var p=f[m],h=l(p,u[p],n,"string"==typeof e);d=r.merge(d,h,n)}return r.compact(d)}},function(e,t,n){"use strict";var r=n(1),i="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,o=n(63),a=n(109),c=n(110),s="function"==typeof Symbol&&Symbol.iterator;function l(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 u(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?"."+l(e,0):t),1;var d=0,f=""===t?".":t+":";if(Array.isArray(e))for(var m=0;m<e.length;m++)d+=u(o=e[m],f+l(o,m),n,r);else{var p=function(e){var t=e&&(s&&e[s]||e["@@iterator"]);if("function"==typeof t)return t}(e);if(p){0;for(var h,b=p.call(e),g=0;!(h=b.next()).done;)d+=u(o=h.value,f+l(o,g++),n,r)}else if("object"===c){0;var v=""+e;a(!1,"Objects are not valid as a React child (found: %s).%s","[object Object]"===v?"object with keys {"+Object.keys(e).join(", ")+"}":v,"")}}return d}var d=/\/+/g;function f(e){return(""+e).replace(d,"$&/")}var m,p,h=b,b=function(e){var t=this;if(t.instancePool.length){var n=t.instancePool.pop();return t.call(n,e),n}return new t(e)},g=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 v(e,t,n,r){this.result=e,this.keyPrefix=t,this.func=n,this.context=r,this.count=0}function y(e,t,n){var i,a,c=e.result,s=e.keyPrefix,l=e.func,u=e.context,d=l.call(u,t,e.count++);Array.isArray(d)?O(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 O(e,t,n,r,i){var o="";null!=n&&(o=f(n)+"/");var a=v.getPooled(t,o,r,i);!function(e,t,n){null==e||u(e,"",t,n)}(e,y,a),v.release(a)}v.prototype.destructor=function(){this.result=null,this.keyPrefix=null,this.func=null,this.context=null,this.count=0},m=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)},(p=v).instancePool=[],p.getPooled=m||h,p.poolSize||(p.poolSize=10),p.release=g;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)O(e[n],t,n,o.thatReturnsArgument);return t}},function(e,t,n){"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 l=[n,r,i,o,a,c],u=0;(s=new Error(t.replace(/%s/g,(function(){return l[u++]})))).name="Invariant Violation"}throw s.framesToPop=1,s}}},function(e,t,n){"use strict";var r=n(63);e.exports=r},function(e,t,n){"use strict";function r(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(r)}},function(e,t){function n(t,r){return e.exports=n=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},n(t,r)}e.exports=n},function(e,t){function n(t){return e.exports=n=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},n(t)}e.exports=n},function(e,t){e.exports=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}},function(e,t,n){var r=n(51),i=n(30);e.exports=function(e,t){return!t||"object"!==r(t)&&"function"!=typeof t?i(e):t}},function(e,t,n){"use strict";
20
  /** @license React v1.3.0
21
  * use-subscription.production.min.js
22
  *
@@ -37,4 +37,4 @@ object-assign
37
  *
38
  * This source code is licensed under the MIT license found in the
39
  * LICENSE file in the root directory of this source tree.
40
- */var r="function"==typeof Symbol&&Symbol.for,i=r?Symbol.for("react.element"):60103,o=r?Symbol.for("react.portal"):60106,a=r?Symbol.for("react.fragment"):60107,c=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,l=r?Symbol.for("react.provider"):60109,u=r?Symbol.for("react.context"):60110,d=r?Symbol.for("react.async_mode"):60111,f=r?Symbol.for("react.concurrent_mode"):60111,m=r?Symbol.for("react.forward_ref"):60112,p=r?Symbol.for("react.suspense"):60113,h=r?Symbol.for("react.suspense_list"):60120,b=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,O=r?Symbol.for("react.responder"):60118,_=r?Symbol.for("react.scope"):60119;function E(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case i:switch(e=e.type){case d:case f:case a:case s:case c:case p:return e;default:switch(e=e&&e.$$typeof){case u:case m:case g:case b:case l:return e;default:return t}}case o:return t}}}function j(e){return E(e)===f}t.AsyncMode=d,t.ConcurrentMode=f,t.ContextConsumer=u,t.ContextProvider=l,t.Element=i,t.ForwardRef=m,t.Fragment=a,t.Lazy=g,t.Memo=b,t.Portal=o,t.Profiler=s,t.StrictMode=c,t.Suspense=p,t.isAsyncMode=function(e){return j(e)||E(e)===d},t.isConcurrentMode=j,t.isContextConsumer=function(e){return E(e)===u},t.isContextProvider=function(e){return E(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===i},t.isForwardRef=function(e){return E(e)===m},t.isFragment=function(e){return E(e)===a},t.isLazy=function(e){return E(e)===g},t.isMemo=function(e){return E(e)===b},t.isPortal=function(e){return E(e)===o},t.isProfiler=function(e){return E(e)===s},t.isStrictMode=function(e){return E(e)===c},t.isSuspense=function(e){return E(e)===p},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===a||e===f||e===s||e===c||e===p||e===h||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===b||e.$$typeof===l||e.$$typeof===u||e.$$typeof===m||e.$$typeof===y||e.$$typeof===O||e.$$typeof===_||e.$$typeof===v)},t.typeOf=E},function(e,t,n){},function(e,t,n){"use strict";var r=n(134);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}},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t){e.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){"use strict";n.r(t);n(92);var r="automattic/launch",i=n(0),o=n(1),a=n.n(o),c=n(3),s=n(37),l=n(22),u=n(6),d=n.n(u),f=n(38),m=function(e){window.location.href=e},p=o.createContext({siteId:0,redirectTo:m,openCheckout:function(e,t){m(Object(f.addQueryArgs)("/checkout/".concat(e),d()({preLaunch:1},!t&&{redirect_to:"/home/".concat(e)})))},flow:"launch"}),h=n(16),b=n.n(h),g=n(24),v=Object(o.createContext)("en"),y=function(e){var t=e.children,n=e.localeSlug;return Object(i.createElement)(v.Provider,{value:n},t)};function O(){return Object(o.useContext)(v)}Object(g.createHigherOrderComponent)((function(e){return function(t){var n=O();return Object(i.createElement)(e,b()({locale:n},t))}}),"withLocale");var _=n(7),E=n.n(_),j=n(9),S=n.n(j),w=n(2),x=n(4);function C(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function k(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}function N(e,t){if(null==e)return{};var n,r,i=k(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}function P(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}var T=function(e){var t=e.icon,n=e.size,r=void 0===n?24:n,o=N(e,["icon","size"]);return Object(i.cloneElement)(t,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?P(Object(n),!0).forEach((function(t){C(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):P(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({width:r,height:r},o))},A=n(12),L=Object(i.createElement)(A.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},Object(i.createElement)(A.Path,{d:"M20 10c0-5.51-4.49-10-10-10C4.48 0 0 4.49 0 10c0 5.52 4.48 10 10 10 5.51 0 10-4.48 10-10zM7.78 15.37L4.37 6.22c.55-.02 1.17-.08 1.17-.08.5-.06.44-1.13-.06-1.11 0 0-1.45.11-2.37.11-.18 0-.37 0-.58-.01C4.12 2.69 6.87 1.11 10 1.11c2.33 0 4.45.87 6.05 2.34-.68-.11-1.65.39-1.65 1.58 0 .74.45 1.36.9 2.1.35.61.55 1.36.55 2.46 0 1.49-1.4 5-1.4 5l-3.03-8.37c.54-.02.82-.17.82-.17.5-.05.44-1.25-.06-1.22 0 0-1.44.12-2.38.12-.87 0-2.33-.12-2.33-.12-.5-.03-.56 1.2-.06 1.22l.92.08 1.26 3.41zM17.41 10c.24-.64.74-1.87.43-4.25.7 1.29 1.05 2.71 1.05 4.25 0 3.29-1.73 6.24-4.4 7.78.97-2.59 1.94-5.2 2.92-7.78zM6.1 18.09C3.12 16.65 1.11 13.53 1.11 10c0-1.3.23-2.48.72-3.59C3.25 10.3 4.67 14.2 6.1 18.09zm4.03-6.63l2.58 6.98c-.86.29-1.76.45-2.71.45-.79 0-1.57-.11-2.29-.33.81-2.38 1.62-4.74 2.42-7.1z"})),D=Object(i.createElement)(A.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(i.createElement)(A.Path,{d:"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"})),R=n(18),I=R.Site.register({client_id:"",client_secret:""}),F=R.Plans.register(),M=R.DomainSuggestions.register({vendor:"variation2_front"}),B=R.Launch.register(),U=n(26),V=n.n(U),z=Object(w.__)("Site Title","full-site-editing"),H=function(e){var t=e.currentSiteTitle,n=void 0===t?"":t,r=e.exact;return void 0!==r&&r?n===z:new RegExp(z,"i").test(n)},q=function(e,t){return{product_id:e.productId,product_slug:e.storeSlug,extra:{source:t}}},$=function(e,t){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}}};function W(){var e=o.useContext(p),t=e.siteId,n=e.flow,r=e.openCheckout,i=Object(c.useSelect)((function(e){return e(B).getState()})),a=i.plan,s=i.domain,l=Object(c.useSelect)((function(e){return e(F).isPlanEcommerce(null==a?void 0:a.storeSlug)})),u=Object(c.useDispatch)(I),f=u.getCart,m=u.setCart;return{goToCheckout:function(){var e=V()(regeneratorRuntime.mark((function e(){var i,o,c;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return i=a&&q(a,n),o=s&&$(s,n),e.next=4,f(t);case 4:return c=e.sent,e.next=7,m(t,d()(d()({},c),{},{products:[i,o]}));case 7:r(t,l);case 8:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()}}function G(){var e,t,n=o.useContext(p).siteId,r=Object(c.useSelect)((function(e){return e(I).getSite(n)})),i=Object(c.useSelect)((function(e){return e(I).isSiteLaunched(n)})),a=Object(c.useSelect)((function(e){return e(I).isSiteLaunching(n)})),s=Object(c.useSelect)((function(e){return e(I).isFetchingSiteDetails()}));return{sitePlan:null==r?void 0:r.plan,isPaidPlan:r&&!(null===(e=r.plan)||void 0===e?void 0:e.is_free),isSiteLaunched:i,isSiteLaunching:a,currentDomainName:(null==r?void 0:r.URL)&&new URL(null==r?void 0:r.URL).hostname,selectedFeatures:null==r||null===(t=r.options)||void 0===t?void 0:t.selected_features,isLoadingSite:!!s}}var Y=n(10),K=n.n(Y),X=(n(120),function(e){var t=e.className,n=e.children,r=e.tagName,i=void 0===r?"h1":r;return o.createElement(i,{className:S()("onboarding-title",t)},n)}),Q=function(e){var t=e.className,n=e.children,r=e.tagName,i=void 0===r?"h2":r;return o.createElement(i,{className:S()("onboarding-subtitle",t)},n)},J=n(17),Z=n.n(J),ee=(n(121),function(e){var t=e.className,n=e.children,r=e.sticky,o=void 0===r?null:r,a="";return!0===o&&(a="is-sticky"),!1===o&&(a="no-sticky"),Object(i.createElement)("div",{className:S()("action-buttons",t,a)},n)}),te=function(e){var t=e.className,n=e.children,r=Z()(e,["className","children"]);return Object(i.createElement)(x.Button,b()({className:S()("action_buttons__button action-buttons__back",t),isLink:!0},r),n||Object(w.__)("Go back","full-site-editing"))},ne=function(e){var t=e.className,n=e.children,r=Z()(e,["className","children"]);return Object(i.createElement)(x.Button,b()({className:S()("action_buttons__button action-buttons__next",t),isPrimary:!0},r),n||Object(w.__)("Continue","full-site-editing"))},re=(n(96),function(e){var t=e.children;return Object(i.createElement)(i.Fragment,null,t)});function ie(){var e=Object(o.useContext)(p).siteId,t=Object(c.useSelect)((function(t){return t(I).getSiteTitle(e)})),n=Object(o.useState)(t),r=E()(n,2),i=r[0],a=r[1];Object(o.useEffect)((function(){a(t)}),[t]);var s=Object(c.useDispatch)(I).saveSiteTitle,l=Object(c.useSelect)((function(e){return e(B).isSiteTitleStepVisible()})),u=Object(c.useDispatch)(B).showSiteTitleStep;return{title:i,updateTitle:a,saveTitle:function(){void 0!==t&&s(e,i)},isSiteTitleStepVisible:l,showSiteTitleStep:u}}n(97);var oe=function(e){var t=e.onPrevStep,n=e.onNextStep,r=ie(),o=r.title,a=r.updateTitle,c=r.saveTitle,s=function(){c(),null==n||n()};return Object(i.createElement)(re,null,Object(i.createElement)("div",{className:"nux-launch-step__header"},Object(i.createElement)("div",null,Object(i.createElement)(X,null,Object(w.__)("Name your site","full-site-editing")),Object(i.createElement)(Q,null,Object(w.__)("Pick a name for your site.","full-site-editing"))),Object(i.createElement)(ee,{sticky:!1},Object(i.createElement)(ne,{onClick:s,disabled:!(null==o?void 0:o.trim())}))),Object(i.createElement)("div",{className:"nux-launch-step__body"},Object(i.createElement)("form",{onSubmit:s},Object(i.createElement)(x.TextControl,{id:"nux-launch-step__input",className:"nux-launch-step__input",onChange:a,onBlur:c,value:o,spellCheck:!1,autoComplete:"off",placeholder:Object(w.__)("Enter site name","full-site-editing"),autoCorrect:"off"}),Object(i.createElement)("div",{className:"nux-launch-step__input-hint"},Object(i.createElement)(x.Tip,{size:18}),Object(i.createElement)("span",null,Object(w.__)("Don't worry, you can change it later.","full-site-editing"))))),Object(i.createElement)("div",{className:"nux-launch-step__footer"},Object(i.createElement)(ee,{sticky:!0},Object(i.createElement)(te,{onClick:function(){null==t||t()}}),Object(i.createElement)(ne,{onClick:s,disabled:!(null==o?void 0:o.trim())}))))},ae=n(14),ce=n.n(ae),se=n(21);function le(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}var ue=function(e){var t=e.icon,n=e.size,r=void 0===n?24:n,o=N(e,["icon","size"]);return Object(i.cloneElement)(t,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?le(Object(n),!0).forEach((function(t){C(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):le(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({width:r,height:r},o))},de=Object(i.createElement)(A.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(i.createElement)(A.Path,{d:"M13.5 6C10.5 6 8 8.5 8 11.5c0 1.1.3 2.1.9 3l-3.4 3 1 1.1 3.4-2.9c1 .9 2.2 1.4 3.6 1.4 3 0 5.5-2.5 5.5-5.5C19 8.5 16.5 6 13.5 6zm0 9.5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z"})),fe=n(13),me=n.n(fe),pe=me()("calypso:analytics");n(82);"undefined"!=typeof window&&window.addEventListener("popstate",(function(){null}));n(47);var he=n(33),be=me()("lib/load-script/callback-handler"),ge=new Map;function ve(){return ge}function ye(e){return ve().has(e)}function Oe(e,t){var n=ve();ye(e)?(be('Adding a callback for an existing script from "'.concat(e,'"')),n.get(e).add(t)):(be('Adding a callback for a new script from "'.concat(e,'"')),n.set(e,new Set([t])))}function _e(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=ve(),r=n.get(e);if(r){var i='Executing callbacks for "'.concat(e,'"')+(null===t?" with success":' with error "'.concat(t,'"'));be(i),r.forEach((function(e){"function"==typeof e&&e(t)})),n.delete(e)}}function Ee(){var e=this.getAttribute("src");be('Handling successful request for "'.concat(e,'"')),_e(e),this.onload=null}function je(){var e=this.getAttribute("src");be('Handling failed request for "'.concat(e,'"')),_e(e,new Error('Failed to load script "'.concat(e,'"'))),this.onerror=null}var Se=me()("lib/load-script/dom-operations");me()("package/load-script");function we(e,t){var n;if(!ye(e)&&(n=function(e){Se('Creating script element for "'.concat(e,'"'));var t=document.createElement("script");return t.src=e,t.type="text/javascript",t.async=!0,t.onload=Ee,t.onerror=je,t}(e),Se("Attaching element to head"),document.head.appendChild(n)),"function"!=typeof t)return new Promise((function(t,n){Oe(e,(function(e){null===e?t():n(e)}))}));Oe(e,t)}var xe,Ce=["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"];Promise.resolve();function ke(e){"undefined"!=typeof window&&(window._tkq=window._tkq||[],window._tkq.push(e))}"undefined"!=typeof document&&we("//stats.wp.com/w2.js?1");var Ne=new he.EventEmitter;function Pe(e,t){if(pe('Record event "%s" called with props %o',e,t=t||{}),e.startsWith("calypso_")||Object(se.includes)(Ce,e)){if(xe){var n=xe(t);t=d()(d()({},t),n)}t=Object(se.omitBy)(t,se.isUndefined),pe('Recording event "%s" with actual props %o',e,t),ke(["recordEvent",e,t]),Ne.emit("record-event",e,t)}else pe('- Event name must be prefixed by "calypso_" or added to `EVENT_NAME_EXCEPTIONS`')}var Te=n(152);var Ae=n(19),Le=Object(i.createElement)(A.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(i.createElement)(A.Path,{d:"M12 3.2c-4.8 0-8.8 3.9-8.8 8.8 0 4.8 3.9 8.8 8.8 8.8 4.8 0 8.8-3.9 8.8-8.8 0-4.8-4-8.8-8.8-8.8zm0 16c-4 0-7.2-3.3-7.2-7.2C4.8 8 8 4.8 12 4.8s7.2 3.3 7.2 7.2c0 4-3.2 7.2-7.2 7.2zM11 17h2v-6h-2v6zm0-8h2V7h-2v2z"})),De=(n(124),function(e){var t=e.children,n=e.className,r=e.id,a=e.position,c=void 0===a?"bottom center":a,s=e.noArrow,l=void 0===s||s,u=Object(o.useState)(!1),d=E()(u,2),f=d[0],m=d[1];return Object(i.createElement)(x.Button,{icon:Le,onClick:function(){m(!f)},className:"info-tooltip","data-testid":"info-tooltip"},f&&Object(i.createElement)(x.Popover,{id:r,className:S()("info-tooltip__content",n),onClose:function(){m(!1)},position:c,noArrow:l},t))}),Re="radio",Ie="button",Fe="individual-item",Me=function(e){var t=e.isUnavailable,n=e.domain,r=e.isLoading,a=e.cost,c=e.railcarId,s=e.hstsRequired,l=void 0!==s&&s,u=e.isFree,d=void 0!==u&&u,f=e.isExistingSubdomain,m=void 0!==f&&f,p=e.isRecommended,h=void 0!==p&&p,b=e.onSelect,v=e.onRender,y=e.selected,O=e.type,_=void 0===O?Re:O,j=Object(g.useViewportMatch)("small","<"),C=n.indexOf("."),k=n.slice(0,C),N=n.slice(C),P=Object(o.useState)(),T=E()(P,2),A=T[0],L=T[1],D=Object(o.useState)(),R=E()(D,2),I=R[0],F=R[1],M=Object(Te.a)(),B=_===Fe?Object(w.__)("Default","full-site-editing"):Object(w.__)("Free","full-site-editing"),U=j?Object(w.__)("Included in paid plans","full-site-editing"):Object(i.createInterpolateElement)(Object(w.__)("<strong>First year included</strong> in paid plans","full-site-editing"),{strong:Object(i.createElement)("strong",null)}),V=_===Fe?U:Object(w.__)("Included in plans","full-site-editing");Object(o.useEffect)((function(){n!==A&&I!==c&&c&&(v(),L(n),F(c))}),[n,A,I,c,v]);var z=function(){var e;I&&Pe("calypso_traintracks_interact",{railcar:(e={action:"domain_selected",railcarId:I}).railcarId,action:e.action}),b(n)};return Object(i.createElement)("label",{className:S()("domain-picker__suggestion-item",{"is-free":d,"is-selected":y,"is-unavailable":t},"type-".concat(_))},[Re,Fe].indexOf(_)>-1&&(r?Object(i.createElement)(x.Spinner,null):Object(i.createElement)("input",{"aria-labelledby":M,className:"domain-picker__suggestion-radio-button",type:"radio",disabled:t,name:"domain-picker-suggestion-option",onChange:z,checked:y&&!t})),Object(i.createElement)("div",{className:"domain-picker__suggestion-item-name"},Object(i.createElement)("div",{className:"domain-picker__suggestion-item-name-inner"},Object(i.createElement)("span",{className:"domain-picker__domain-name"},k),Object(i.createElement)("span",{className:S()("domain-picker__domain-tld",{"with-margin":!l})},N),l&&Object(i.createElement)(De,{position:j?"bottom center":"middle right",noArrow:!1,className:"domain-picker__info-tooltip"},Object(i.createInterpolateElement)(Object(w.__)("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:Object(i.createElement)("b",null,N),learn_more_link:Object(i.createElement)("a",{target:"_blank",rel:"noreferrer",href:"https://wordpress.com/support/https-ssl"})})),h&&!t&&Object(i.createElement)("div",{className:"domain-picker__badge is-recommended"},Object(w.__)("Recommended","full-site-editing"))),m&&_!==Fe&&Object(i.createElement)("div",{className:"domain-picker__change-subdomain-tip"},Object(w.__)("You can change your free subdomain later under Domain Settings.","full-site-editing"))),Object(i.createElement)("div",{className:S()("domain-picker__price",{"is-paid":!d})},t&&Object(w.__)("Unavailable","full-site-editing"),d&&!t&&B,!d&&!t&&Object(i.createElement)(i.Fragment,null,Object(i.createElement)("span",{className:"domain-picker__price-inclusive"}," ",V," "),Object(i.createElement)("span",{className:"domain-picker__price-cost"},Object(w.sprintf)(Object(w.__)("%s/year","full-site-editing"),a)))),_===Ie&&(r?Object(i.createElement)(x.Spinner,null):Object(i.createElement)("div",{className:"domain-picker__action"},Object(i.createElement)(x.Button,{isSecondary:!0,"aria-labelledby":M,className:S()("domain-picker__suggestion-select-button",{"is-selected":y&&!t}),disabled:t,onClick:z},y&&!t?Object(w.__)("Selected","full-site-editing"):Object(w.__)("Select","full-site-editing")))))},Be=function(e){var t=e.type;return Object(i.createElement)("div",{className:S()("domain-picker__suggestion-item placeholder","type-".concat(t))},Object(i.createElement)("div",{className:"domain-picker__suggestion-item-name placeholder"}),Object(i.createElement)("div",{className:"domain-picker__price placeholder"}))};function Ue(e,t){return e===t}function Ve(e,t,n){var r=n&&n.equalityFn?n.equalityFn:Ue,i=Object(o.useState)(e),a=i[0],c=i[1],s=function(e,t,n){void 0===n&&(n={});var r=n.maxWait,i=Object(o.useRef)(null),a=Object(o.useRef)([]),c=n.leading,s=Object(o.useRef)(!1),l=Object(o.useRef)(null),u=Object(o.useRef)(!1),d=Object(o.useRef)(e);d.current=e;var f=Object(o.useCallback)((function(){clearTimeout(l.current),clearTimeout(i.current),i.current=null,a.current=[],l.current=null,s.current=!1}),[]);return Object(o.useEffect)((function(){return function(){u.current=!0}}),[]),[Object(o.useCallback)((function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];if(a.current=e,clearTimeout(l.current),!l.current&&c&&!s.current)return d.current.apply(d,e),void(s.current=!0);l.current=setTimeout((function(){f(),u.current||d.current.apply(d,e)}),t),r&&!i.current&&(i.current=setTimeout((function(){var e=a.current;f(),u.current||d.current.apply(null,e)}),r))}),[r,t,f,c]),f,function(){l.current&&(d.current.apply(null,a.current),f())}]}(Object(o.useCallback)((function(e){return c(e)}),[]),t,n),l=s[0],u=s[1],d=Object(o.useRef)(e);return Object(o.useEffect)((function(){r(d.current,e)||(l(e),d.current=e)}),[e,l,r]),[a,u]}var ze=R.DomainSuggestions.register({vendor:"variation2_front"}),He=["available","available_premium"];var qe=Object(i.createElement)(A.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(i.createElement)(A.Path,{d:"M17 9.4L12 14 7 9.4l-1 1.2 6 5.4 6-5.4z"})),$e=(n(125),function(e){var t=e.onSelect,n=e.selected,r=Object(i.useState)(!1),o=E()(r,2),a=o[0],s=o[1],l=function(e){s(!1),t(e)},u=Object(c.useSelect)((function(e){return e(ze).getCategories()}));return Object(i.createElement)("div",{className:S()("domain-categories",{"is-open":a})},Object(i.createElement)(x.Button,{className:"domain-categories__dropdown-button",onClick:function(){return s(!a)}},Object(i.createElement)("span",null,n||Object(w.__)("All Categories","full-site-editing")),Object(i.createElement)(ue,{icon:qe,size:16})),Object(i.createElement)("ul",{className:"domain-categories__item-group"},Object(i.createElement)("li",{className:S()("domain-categories__item",{"is-selected":!n})},Object(i.createElement)(x.Button,{onClick:function(){return l()}},Object(w.__)("View all","full-site-editing"))),u.map((function(e){var t=e.slug,r=e.title;return Object(i.createElement)("li",{key:t,className:S()("domain-categories__item",{"is-selected":t===n})},Object(i.createElement)(x.Button,{onClick:function(){return l(t)}},r))}))))}),We=function(){return Object(i.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"},Object(i.createElement)("rect",{x:"0",width:"310",height:"50",rx:"10",fill:"#D8D8D8"}),Object(i.createElement)("rect",{x:"8",y:"8",width:"25",height:"25",rx:"5",fill:"#fff"}),Object(i.createElement)("rect",{x:"40",y:"8",width:"25",height:"25",rx:"5",fill:"#fff"}),Object(i.createElement)("rect",{x:"72",y:"8",width:"300",height:"25",rx:"5",fill:"#fff"}),Object(i.createElement)("text",{x:"80",y:"26",fill:"#999"},"https://"),Object(i.createElement)("text",{x:"133",y:"26",fill:"#515151"},Object(w.__)("example.com","full-site-editing")))},Ge=(n(123),function(e){var t=e.groupItems,n=e.children;return t?Object(i.createElement)("div",{className:"domain-picker__suggestion-item-group"},n):Object(i.createElement)(i.Fragment,null,n)}),Ye=function(e){var t,n=e.header,r=e.showDomainCategories,a=e.onDomainSelect,s=e.onExistingSubdomainSelect,l=e.quantity,u=void 0===l?5:l,d=e.quantityExpanded,f=void 0===d?10:d,m=e.onDomainSearchBlur,p=void 0===m?se.noop:m,h=e.analyticsFlowId,b=e.analyticsUiAlgo,g=e.initialDomainSearch,v=void 0===g?"":g,y=e.onSetDomainSearch,O=void 0===y?se.noop:y,_=e.currentDomain,j=e.isCheckingDomainAvailability,S=e.existingSubdomain,C=e.segregateFreeAndPaid,k=void 0!==C&&C,N=e.showSearchField,P=void 0===N||N,T=e.itemType,A=void 0===T?Re:T,L=e.locale,D=e.areDependenciesLoading,R=void 0!==D&&D,I=Object(w.__)("Search for a domain","full-site-editing"),F=Object(o.useState)(!1),M=E()(F,2),B=M[0],U=M[1],V=Object(o.useState)(v),z=E()(V,2),H=z[0],q=z[1],$=Object(o.useState)(),W=E()($,2),G=W[0],Y=W[1],K=Object(o.useState)(),X=E()(K,2),Q=X[0],J=X[1],Z=Object(c.useSelect)((function(e){return e(ze).getDomainSuggestionVendor()})),ee=function(){var e=arguments.length>1?arguments[1]:void 0,t=arguments.length>2?arguments[2]:void 0,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"en",r=Ve(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",300),i=E()(r,1)[0],o=Object(c.useDispatch)(ze).invalidateResolutionForStoreSelector;return Object(c.useSelect)((function(r){if(i&&!(i.length<2)){var a=r(ze),c=a.getDomainSuggestions,s=a.getDomainState,l=a.getDomainErrorMessage;return{allDomainSuggestions:c(i,{include_wordpressdotcom:!0,include_dotblogsubdomain:!1,quantity:e+1,locale:n,category_slug:t}),state:s(),errorMessage:l(),retryRequest:function(){o("__internalGetDomainSuggestions")}}}}),[i,t,e])}(H.trim(),f,G,L)||{},te=ee.allDomainSuggestions,ne=ee.errorMessage,re=ee.state,ie=ee.retryRequest,oe=null==te?void 0:te.slice(S?1:0,B?f:u),ae=S&&Array.isArray(oe)?[S].concat(ce()(oe)):oe,le=null==ae?void 0:ae.some((function(e){return(null==e?void 0:e.domain_name)===(null==Q?void 0:Q.domain_name)}));Q&&!le&&(null==oe||oe.push(Q));var fe=Object(c.useSelect)((function(e){return e(ze).getDomainAvailabilities()}),[]);Object(o.useEffect)((function(){(null==ae?void 0:ae.some((function(e){return e.domain_name===(null==_?void 0:_.domain_name)})))||J(_)}),[_,ae]),Object(o.useEffect)((function(){U(!1)}),[H]);var me=Object(o.useState)(),pe=E()(me,2),he=pe[0],be=pe[1];Object(o.useEffect)((function(){te&&be(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"recommendation";return"".concat(Object(Te.a)().replace(/-/g,""),"-").concat(e)}("suggestion"))}),[te,be]),Object(o.useEffect)((function(){P||q(v)}),[v,P]);var ge=function(e,t,n,r){var i,o="/domains/search/".concat(Z,"/").concat(h).concat(G?"/"+G:"");Pe("calypso_traintracks_render",{railcar:(i={uiAlgo:"/".concat(h,"/").concat(b),fetchAlgo:o,query:H,railcarId:t,result:r?e+"#recommended":e,uiPosition:n}).railcarId,ui_algo:i.uiAlgo,ui_position:i.uiPosition,fetch_algo:i.fetchAlgo,rec_result:i.result,fetch_query:i.query})},ve=re===Ae.a.Failure,ye=(null===(t=H.trim)||void 0===t?void 0:t.call(H).length)<=1,Oe=!ve&&!ye,_e=!ve&&ye,Ee=(Q?u+1:u)-(S?1:0);return Object(i.createElement)("div",{className:"domain-picker"},n&&n,P&&Object(i.createElement)("div",{className:"domain-picker__search"},Object(i.createElement)("div",{className:"domain-picker__search-icon"},Object(i.createElement)(ue,{icon:de})),Object(i.createElement)(x.TextControl,{hideLabelFromVision:!0,label:I,placeholder:I,onChange:function(e){q(e),O(e)},onBlur:function(e){p&&p(e.currentTarget.value)},value:H})),ve&&Object(i.createElement)("div",{className:"domain-picker__error"},Object(i.createElement)("p",{className:"domain-picker__error-message"},Object(w.__)("An error has occurred, please check your connection and retry.","full-site-editing"),ne&&" ".concat(ne)),Object(i.createElement)(x.Button,{isPrimary:!0,className:"domain-picker__error-retry-btn",onClick:ie},Object(w.__)("Retry","full-site-editing"))),(Oe||R)&&Object(i.createElement)("div",{className:"domain-picker__body"},r&&Object(i.createElement)("div",{className:"domain-picker__aside"},Object(i.createElement)($e,{selected:G,onSelect:Y})),Object(i.createElement)("div",{className:"domain-picker__suggestion-sections"},Object(i.createElement)(i.Fragment,null,k&&Object(i.createElement)("p",{className:"domain-picker__suggestion-group-label"},Object(w.__)("Keep sub-domain","full-site-editing")),Object(i.createElement)(Ge,{groupItems:k},(null==S?void 0:S.domain_name)&&Object(i.createElement)(Me,{key:null==S?void 0:S.domain_name,domain:null==S?void 0:S.domain_name,cost:"Free",isFree:!0,isExistingSubdomain:!0,railcarId:he?"".concat(he,0):void 0,onRender:function(){return ge(null==S?void 0:S.domain_name,"".concat(he,0),0,!1)},selected:(null==_?void 0:_.domain_name)===(null==S?void 0:S.domain_name),onSelect:function(){null==s||s(null==S?void 0:S.domain_name)},type:A})),k&&Object(i.createElement)("p",{className:"domain-picker__suggestion-group-label"},Object(w.__)("Professional domains","full-site-editing")),Object(i.createElement)(Ge,{groupItems:k},!R&&(null==oe?void 0:oe.map((function(e,t){var n,r=(null==S?void 0:S.domain_name)?t+1:t,o=1===r,c=null===(n=fe[null==e?void 0:e.domain_name])||void 0===n?void 0:n.status,s=!c||(null==He?void 0:He.indexOf(c))>-1;return Object(i.createElement)(Me,{key:e.domain_name,isUnavailable:!s,domain:e.domain_name,cost:e.cost,isLoading:(null==_?void 0:_.domain_name)===e.domain_name&&j,hstsRequired:e.hsts_required,isFree:e.is_free,isRecommended:o,railcarId:he?"".concat(he).concat(r):void 0,onRender:function(){return ge(e.domain_name,"".concat(he).concat(r),r,o)},onSelect:function(){a(e)},selected:(null==_?void 0:_.domain_name)===e.domain_name,type:A})})))||Object(se.times)(Ee,(function(e){return Object(i.createElement)(Be,{type:A,key:e})})))),!B&&u<f&&(null==te?void 0:te.length)&&(null==te?void 0:te.length)>u&&Object(i.createElement)("div",{className:"domain-picker__show-more"},Object(i.createElement)(x.Button,{onClick:function(){return U(!0)},isLink:!0},Object(w.__)("View more results","full-site-editing"))))),_e&&!R&&Object(i.createElement)("div",{className:"domain-picker__empty-state"},Object(i.createElement)("p",{className:"domain-picker__empty-state--text"},Object(w.__)("A domain name is the site address people type in their browser to visit your site.","full-site-editing")),Object(i.createElement)("div",null,Object(i.createElement)(We,null))))};function Ke(e){if(e)return{domain_name:e,relevance:1,supports_privacy:!0,vendor:"",cost:"",product_id:0,product_slug:""}}function Xe(){var e,t=Object(c.useSelect)((function(e){return e(B).getState()})).domainSearch,n=ie().title,r=G(),i=r.currentDomainName,o=r.isLoadingSite,a=Object(c.useDispatch)(B).setDomainSearch,s=t.trim()||n;s&&!H({currentSiteTitle:s,exact:!0})||(s=null!==(e=null==i?void 0:i.split(".")[0])&&void 0!==e?e:"");return{domainSearch:s,isLoading:o,setDomainSearch:a}}var Qe="gutenboarding",Je=(n(122),function(e){var t=e.onPrevStep,n=e.onNextStep,o=Object(c.useSelect)((function(e){return e(r).getState()})),a=o.plan,s=o.domain,l=G().currentDomainName,u=Xe(),d=u.domainSearch,f=u.setDomainSearch,m=Object(c.useDispatch)(r),p=m.setDomain,h=m.unsetDomain,b=m.unsetPlan,g=m.confirmDomainSelection,v=function(){g(),null==n||n()};return Object(i.createElement)(re,null,Object(i.createElement)("div",{className:"nux-launch-step__header"},Object(i.createElement)("div",null,Object(i.createElement)(X,null,Object(w.__)("Choose a domain","full-site-editing")),Object(i.createElement)(Q,null,Object(w.__)("Free for the first year with any paid plan.","full-site-editing"))),Object(i.createElement)(ee,{sticky:!1},Object(i.createElement)(ne,{onClick:v,disabled:!d}))),Object(i.createElement)("div",{className:"nux-launch-step__body"},Object(i.createElement)(Ye,{analyticsFlowId:Qe,initialDomainSearch:d,onSetDomainSearch:f,onDomainSearchBlur:function(e){Pe("calypso_newsite_domain_search_blur",{flow:Qe,query:e,where:"editor_domain_modal"})},currentDomain:s||Ke(l),existingSubdomain:Ke(l),onDomainSelect:function(e){g(),p(e),(null==a?void 0:a.isFree)&&b()},onExistingSubdomainSelect:function(){h()},analyticsUiAlgo:"editor_domain_modal",segregateFreeAndPaid:!0,locale:document.documentElement.lang})),Object(i.createElement)("div",{className:"nux-launch-step__footer"},Object(i.createElement)(ee,{sticky:!0},Object(i.createElement)(te,{onClick:function(){null==t||t()}}),Object(i.createElement)(ne,{onClick:v,disabled:!d}))))}),Ze=Object(i.createElement)(A.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(i.createElement)(A.Path,{d:"M9 18.6L3.5 13l1-1L9 16.4l9.5-9.9 1 1z"})),et=Object(i.createElement)(A.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(i.createElement)(A.Path,{d:"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"})),tt=(n(68),Object(i.createElement)(ue,{icon:Ze,size:17})),nt=Object(i.createElement)(ue,{icon:et,size:17}),rt=Object(i.createElement)("svg",{width:"8",viewBox:"0 0 8 4"},Object(i.createElement)("path",{d:"M0 0 L8 0 L4 4 L0 0",fill:"currentColor"}));var it=function(e){var t=e.features,n=e.domain,r=e.isFree,o=void 0!==r&&r,a=e.isOpen,c=void 0!==a&&a,s=e.onPickDomain,l=e.disabledLabel,u=e.multiColumn,d=void 0!==u&&u,f=function(e,t,n){return{NO_DOMAIN:{FREE_PLAN:null,PAID_PLAN:{className:"plans-feature-list__domain-summary is-cta",icon:tt,domainMessage:Object(i.createElement)(i.Fragment,null,n("Pick a free domain (1 year)","full-site-editing")," ",rt)}},FREE_DOMAIN:{FREE_PLAN:null,PAID_PLAN:{className:"plans-feature-list__domain-summary is-cta",icon:tt,domainMessage:Object(i.createElement)(i.Fragment,null,n("Pick a free domain (1 year)","full-site-editing")," ",rt)}},PAID_DOMAIN:{FREE_PLAN:{className:"plans-feature-list__domain-summary is-free",icon:nt,domainMessage:Object(i.createElement)("span",null,Object(i.createInterpolateElement)(n("<url /> is not included","full-site-editing"),{url:Object(i.createElement)("span",{className:"plans-feature-list__item-url"},null==t?void 0:t.domain_name)}))},PAID_PLAN:{className:"plans-feature-list__domain-summary is-picked",icon:tt,domainMessage:Object(i.createElement)("span",null,Object(i.createInterpolateElement)(n("<url /> is included","full-site-editing"),{url:Object(i.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"]}(o,n,w.__);return Object(i.createElement)("div",{className:"plans-feature-list",hidden:!c},Object(i.createElement)("ul",{className:S()("plans-feature-list__item-group",{"plans-feature-list__item-group--columns":d})},l?Object(i.createElement)("li",{className:"plans-feature-list__item plans-feature-list__item--disabled-message"},nt," ",Object(i.createElement)("span",null,l)):f&&Object(i.createElement)("li",{className:"plans-feature-list__item"},Object(i.createElement)(x.Button,{className:f.className,onClick:s,isLink:!0},f.icon,f.domainMessage)),t.map((function(e,t){return Object(i.createElement)("li",{key:t,className:"plans-feature-list__item"},tt," ",Object(i.createElement)("span",null,e))}))))},ot=Object(i.createElement)("svg",{width:"8",viewBox:"0 0 8 4"},Object(i.createElement)("path",{d:"M0 0 L8 0 L4 4 L0 0",fill:"currentColor"})),at=function(e){var t=e.slug,n=e.name,r=e.tagline,a=e.price,c=e.isPopular,s=void 0!==c&&c,l=e.isFree,u=void 0!==l&&l,d=e.domain,f=e.features,m=e.onSelect,p=e.onPickDomainClick,h=e.onToggleExpandAll,b=e.allPlansExpanded,v=e.disabledLabel,y=e.CTAVariation,O=void 0===y?"NORMAL":y,_=e.popularBadgeVariation,j=void 0===_?"ON_TOP":_,C=o.useState(!1),k=E()(C,2),N=k[0],P=k[1],T=Object(g.useViewportMatch)("mobile",">=");o.useEffect((function(){P(b)}),[b]);var A=b||T||s||N;return Object(i.createElement)("div",{className:S()("plan-item",{"is-popular":s,"is-open":A,"badge-next-to-name":"NEXT_TO_NAME"===j})},s&&"ON_TOP"===j&&Object(i.createElement)("span",{className:"plan-item__badge"},Object(w.__)("Popular","full-site-editing")),Object(i.createElement)("div",{className:S()("plan-item__viewport",{"is-popular":s})},Object(i.createElement)("div",{className:"plan-item__details"},Object(i.createElement)("div",{tabIndex:0,role:"button",onClick:function(){return P((function(e){return!e}))},onKeyDown:function(e){return 32===e.keyCode&&P((function(e){return!e}))},className:"plan-item__summary"},Object(i.createElement)("div",{className:S()("plan-item__heading",{"badge-next-to-name":"NEXT_TO_NAME"===j})},Object(i.createElement)("div",{className:"plan-item__name"},n),s&&"NEXT_TO_NAME"===j&&Object(i.createElement)("span",{className:"plan-item__badge-next-to-name"},Object(w.__)("Popular","full-site-editing"))),r&&Object(i.createElement)("p",{className:"plan-item__tagline"},r),Object(i.createElement)("div",{className:"plan-item__price"},Object(i.createElement)("div",{className:S()("plan-item__price-amount",{"is-loading":!a})},a||" ")),!A&&Object(i.createElement)("div",{className:"plan-item__dropdown-chevron"},ot)),Object(i.createElement)("div",{hidden:!A},Object(i.createElement)("div",{className:"plan-item__price-note"},u?Object(w.__)("free forever","full-site-editing"):Object(w.__)("per month, billed yearly","full-site-editing")),Object(i.createElement)("div",{className:"plan-item__actions"},"NORMAL"===O?Object(i.createElement)(x.Button,{className:"plan-item__select-button",onClick:function(){m(t)},isPrimary:!0,disabled:!!v},Object(i.createElement)("span",null,Object(w.__)("Choose","full-site-editing"))):Object(i.createElement)(x.Button,{className:"plan-item__select-button full-width",onClick:function(){m(t)},isPrimary:s,disabled:!!v},Object(i.createElement)("span",null,Object(w.sprintf)(Object(w.__)("Select %s","full-site-editing"),n)))),Object(i.createElement)(it,{features:f,domain:d,isFree:u,isOpen:A,onPickDomain:p,disabledLabel:v})))),s&&!T&&Object(i.createElement)(x.Button,{onClick:h,className:"plan-item__mobile-expand-all-plans",isLink:!0},b?Object(w.__)("Collapse all plans","full-site-editing"):Object(w.__)("Expand all plans","full-site-editing")))},ct=R.Plans.register(),st=R.WPCOMFeatures.register(),lt=(n(129),function(e){var t=e.selectedPlanSlug,n=e.onPlanSelect,r=e.onPickDomainClick,a=e.currentDomain,s=e.disabledPlans,l=e.locale,u=e.showTaglines,d=void 0!==u&&u,f=e.CTAVariation,m=void 0===f?"NORMAL":f,p=e.popularBadgeVariation,h=void 0===p?"ON_TOP":p,b=e.customTagLines,g=Object(c.useSelect)((function(e){return e(ct).getSupportedPlans()})),v=Object(c.useSelect)((function(e){return e(ct).getPrices(l)})),y=Object(o.useState)(!1),O=E()(y,2),_=O[0],j=O[1];return Object(i.createElement)("div",{className:"plans-table"},g.map((function(e){var o,c;return e&&Object(i.createElement)(at,{popularBadgeVariation:h,allPlansExpanded:_,key:e.storeSlug,slug:e.storeSlug,domain:a,tagline:null!==(o=d&&(null==b?void 0:b[e.storeSlug]))&&void 0!==o?o:e.description,CTAVariation:m,features:null!==(c=e.features)&&void 0!==c?c:[],isPopular:e.isPopular,isFree:e.isFree,price:v[e.storeSlug],name:null==e?void 0:e.title.toString(),isSelected:e.storeSlug===t,onSelect:n,onPickDomainClick:r,onToggleExpandAll:function(){return j((function(e){return!e}))},disabledLabel:null==s?void 0:s[e.storeSlug]})})))}),ut=(n(67),Object(i.createElement)("svg",{width:"8",viewBox:"0 0 8 4"},Object(i.createElement)("path",{d:"M0 0 L8 0 L4 4 L0 0",fill:"currentColor"}))),dt=function(e){var t=e.slug,n=e.name,r=e.description,o=e.price,a=e.features,c=e.domain,s=e.badge,l=e.isFree,u=void 0!==l&&l,d=e.isOpen,f=void 0!==d&&d,m=e.isPrimary,p=void 0!==m&&m,h=e.onSelect,b=e.onPickDomainClick,g=e.onToggle,v=e.disabledLabel,y=function(){!v&&(null==g||g(t,!f))};return Object(i.createElement)("div",{className:S()("plans-accordion-item",{"is-open":f,"is-primary":p,"has-badge":!!s,"is-disabled":!!v})},s&&Object(i.createElement)("div",{className:"plans-accordion-item__badge"},Object(i.createElement)("span",null,s)),Object(i.createElement)("div",{className:"plans-accordion-item__viewport"},Object(i.createElement)("div",{className:"plans-accordion-item__details"},Object(i.createElement)("div",{tabIndex:0,role:"button",onClick:y,onKeyDown:function(e){return 32===e.keyCode&&y()},className:"plans-accordion-item__header"},Object(i.createElement)("div",{className:"plans-accordion-item__heading"},Object(i.createElement)("div",{className:"plans-accordion-item__name"},n),Object(i.createElement)("div",{className:"plans-accordion-item__description"},r)),Object(i.createElement)("div",{className:"plans-accordion-item__price"},Object(i.createElement)("div",{className:S()("plans-accordion-item__price-amount",{"is-loading":!o})},o||"  ",o&&Object(i.createElement)("span",null,Object(w.__)("/mo","full-site-editing"))),Object(i.createElement)("div",{className:"plans-accordion-item__price-note"},u?Object(w.__)("free forever","full-site-editing"):Object(w.__)("billed annually","full-site-editing"))),Object(i.createElement)("div",{className:"plans-accordion-item__disabled-label"},v),!f&&Object(i.createElement)("div",{className:"plans-accordion-item__dropdown-chevron"},ut)),Object(i.createElement)("div",{className:"plans-accordion-item__actions",hidden:!f},Object(i.createElement)(ne,{onClick:function(){h(t)}},Object(w.__)("Select","full-site-editing"))),Object(i.createElement)(it,{features:a,domain:c,isFree:u,isOpen:f,onPickDomain:b,multiColumn:!0}))))},ft=function(e){var t=e.isOpen,n=void 0!==t&&t,r=e.multiColumn,o=void 0!==r&&r,a=Array.from(Array(10).keys());return Object(i.createElement)("div",{className:"plans-feature-list",hidden:!n},Object(i.createElement)("ul",{className:S()("plans-feature-list__item-group",{"plans-feature-list__item-group--columns":o})},a.map((function(e){return Object(i.createElement)("li",{key:e,className:"plans-feature-list__item"},Object(i.createElement)("span",{className:"plans-feature-list__placeholder"},""))}))))},mt=Object(i.createElement)("svg",{width:"8",viewBox:"0 0 8 4"},Object(i.createElement)("path",{d:"M0 0 L8 0 L4 4 L0 0",fill:"currentColor"})),pt=function(e){var t=e.isOpen,n=e.isPrimary;return Object(i.createElement)("div",{className:S()("plans-accordion-item",{"is-open":t,"is-primary":n})},Object(i.createElement)("div",{className:"plans-accordion-item__viewport"},Object(i.createElement)("div",{className:"plans-accordion-item__details"},Object(i.createElement)("div",{tabIndex:0,role:"button",className:"plans-accordion-item__header"},Object(i.createElement)("div",{className:"plans-accordion-item__heading"},Object(i.createElement)("div",{className:"plans-accordion-item__name"},Object(i.createElement)("span",{className:"plans-accordion-item__placeholder"},"")),Object(i.createElement)("div",{className:"plans-accordion-item__description"},Object(i.createElement)("span",{className:"plans-accordion-item__placeholder plans-accordion-item__placeholder--wide"},""))),Object(i.createElement)("div",{className:"plans-accordion-item__price"},Object(i.createElement)("div",{className:"plans-accordion-item__price-amount"},Object(i.createElement)("span",{className:"plans-accordion-item__placeholder"},"")),Object(i.createElement)("div",{className:"plans-accordion-item__price-note"},Object(i.createElement)("span",{className:"plans-accordion-item__placeholder plans-accordion-item__placeholder--wide"},""))),Object(i.createElement)("div",{className:"plans-accordion-item__disabled-label"},""),!t&&Object(i.createElement)("div",{className:"plans-accordion-item__dropdown-chevron"},mt)),Object(i.createElement)("div",{className:"plans-accordion-item__actions",hidden:!t},Object(i.createElement)(ne,{disabled:!0},Object(i.createElement)("span",null,""))),Object(i.createElement)(ft,{isOpen:t,multiColumn:!0}))))},ht=(n(128),Object(i.createElement)(x.SVG,{viewBox:"0 0 24 24"},Object(i.createElement)(x.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"}))),bt=function(e){var t,n=e.selectedFeatures,r=void 0===n?[]:n,a=e.selectedPlanSlug,s=e.onPlanSelect,l=e.onPickDomainClick,u=e.currentDomain,d=e.disabledPlans,f=e.locale,m=Object(c.useSelect)((function(e){return e(ct).getSupportedPlans()})),p=Object(c.useSelect)((function(e){return e(ct).getPrices(f)})),h=!(null==m?void 0:m.length),b=Object(c.useSelect)((function(e){return e(ct).getDefaultPaidPlan(f)})),g=Object(c.useSelect)((function(e){return e(st).getRecommendedPlanSlug(r)})),v=Object(c.useSelect)((function(e){return e(ct).getPlanBySlug(g)})),y=v||b,O=v?Object(w.__)("Recommended for you","full-site-editing"):Object(w.__)("Popular","full-site-editing"),_=m.filter((function(e){return e.storeSlug!==y.storeSlug})),j=[null==y?void 0:y.storeSlug],S=Object(o.useState)(j),C=E()(S,2),k=C[0],N=C[1],P=!h&&k.length>=m.length,T=function(e,t){N(t?[].concat(ce()(k),[e]):k.filter((function(t){return t!==e})))};return Object(i.createElement)("div",{className:"plans-accordion"},Object(i.createElement)("div",{className:"plans-accordion__plan-item-group"},h?Object(i.createElement)(pt,{isOpen:!0,isPrimary:!0}):y&&Object(i.createElement)(i.Fragment,null,v&&Object(i.createElement)("div",{className:"plans-accordion__recommend-hint"},Object(i.createElement)(ue,{icon:ht,size:16}),Object(i.createElement)("span",null,Object(w.__)("Based on the features you selected.","full-site-editing"))),Object(i.createElement)(dt,{key:y.storeSlug,slug:y.storeSlug,name:null==y?void 0:y.title.toString(),description:null==y?void 0:y.description.toString(),features:null!==(t=y.features)&&void 0!==t?t:[],price:p[y.storeSlug],domain:u,badge:O,isFree:y.isFree,isOpen:!0,isPrimary:!0,isSelected:y.storeSlug===a,onSelect:s,onPickDomainClick:l}))),Object(i.createElement)("div",{className:"plans-accordion__actions"},Object(i.createElement)(x.Button,{className:"plans-accordion__toggle-all-button",onClick:function(){N(P?j:m.map((function(e){return e.storeSlug})))},isLink:!0},P?Object(w.__)("Collapse all plans","full-site-editing"):Object(w.__)("Show all plans","full-site-editing"))),Object(i.createElement)("div",{className:"plans-accordion__plan-item-group"},h?[1,2,3,4].map((function(e){return Object(i.createElement)(pt,{key:e})})):_.map((function(e){var t;return Object(i.createElement)(dt,{key:e.storeSlug,slug:e.storeSlug,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:[],price:p[e.storeSlug],domain:u,isFree:e.isFree,isOpen:k.indexOf(e.storeSlug)>-1&&!(null==d?void 0:d[e.storeSlug]),isSelected:e.storeSlug===a,onSelect:s,onPickDomainClick:l,onToggle:T,disabledLabel:null==d?void 0:d[e.storeSlug]})}))))},gt=(n(130),Object(i.createElement)(ue,{icon:Ze,size:25})),vt=function(e){var t=e.onSelect,n=e.locale,r=Object(c.useSelect)((function(e){return e(ct).getPlansDetails(n)})),o=r.features,a=r.featuresByType,s=r.plans,l=Object(c.useSelect)((function(e){return e(ct).getPrices(n)})),u=Object(c.useSelect)((function(e){return e(ct).getSupportedPlans()})),d=!(null==u?void 0:u.length),f=[1,2,3,4,5];return Object(i.createElement)("div",{className:"plans-details"},Object(i.createElement)("table",{className:"plans-details__table"},Object(i.createElement)("thead",null,Object(i.createElement)("tr",{className:"plans-details__header-row"},Object(i.createElement)("th",null,Object(w.__)("Feature","full-site-editing")),d?f.map((function(e){return Object(i.createElement)("th",{key:e},Object(i.createElement)("span",{className:"plans-details__placeholder"},""))})):u.map((function(e){return Object(i.createElement)("th",{key:e.storeSlug},e.title)})))),d?Object(i.createElement)("tbody",null,f.map((function(e,t){return Object(i.createElement)("tr",{className:"plans-details__feature-row",key:t},Object(i.createElement)("th",{key:e},Object(i.createElement)("span",{className:"plans-details__placeholder plans-details__placeholder--wide"},"")),f.map((function(e){return Object(i.createElement)("td",{key:e})})))}))):a.map((function(e){var t;return Object(i.createElement)("tbody",{key:e.id},e.name&&Object(i.createElement)("tr",{className:"plans-details__header-row"},Object(i.createElement)("th",{colSpan:6},e.name)),null===(t=e.features)||void 0===t?void 0:t.map((function(e,t){return Object(i.createElement)("tr",{className:"plans-details__feature-row",key:t},Object(i.createElement)("th",null,o[e].name),u.map((function(t,n){var r;return"storage"===e?Object(i.createElement)("td",{key:n},s[t.storeSlug][e]):Object(i.createElement)("td",{key:n},(null===(r=s[t.storeSlug].featuresSlugs)||void 0===r?void 0:r[e])?Object(i.createElement)(i.Fragment,null,Object(i.createElement)("span",{className:"hidden"},Object(w.__)("Available","full-site-editing")),gt):Object(i.createElement)(i.Fragment,null,Object(i.createElement)("span",{className:"hidden"},Object(w.__)("Unavailable","full-site-editing"))))})))})))})),Object(i.createElement)("tbody",null,Object(i.createElement)("tr",{className:"plans-details__header-row"},Object(i.createElement)("th",{colSpan:6},Object(w.__)("Sign up","full-site-editing"))),Object(i.createElement)("tr",{className:"plans-details__feature-row",key:"price"},Object(i.createElement)("th",null,Object(w.__)("Monthly subscription (billed yearly)","full-site-editing")),d?f.map((function(e){return Object(i.createElement)("td",{key:e},Object(i.createElement)("span",{className:"plans-details__placeholder"},""))})):u.map((function(e){return Object(i.createElement)("td",{key:e.storeSlug},l[e.storeSlug])}))),Object(i.createElement)("tr",{className:"plans-details__feature-row",key:"cta"},Object(i.createElement)("th",null),d?f.map((function(e){return Object(i.createElement)("td",{key:e},Object(i.createElement)(x.Button,{className:"plans-details__select-button",isPrimary:!0,disabled:!0},Object(i.createElement)("span",{className:"plans-details__placeholder plans-details__placeholder--narrow"},""))," ")})):u.map((function(e){return Object(i.createElement)("td",{key:e.storeSlug},Object(i.createElement)(x.Button,{className:"plans-details__select-button",onClick:function(){t(e.storeSlug)},isPrimary:!0},Object(i.createElement)("span",null,Object(w.__)("Select","full-site-editing"))))}))))))},yt=(n(127),me()("plans-grid")),Ot=function(e){var t,n,r=e.header,o=e.selectedFeatures,a=e.currentPlan,c=e.currentDomain,s=e.onPlanSelect,l=e.onPickDomainClick,u=e.disabledPlans,d=e.isAccordion,f=e.locale,m=e.showPlanTaglines,p=void 0!==m&&m,h=e.CTAVariation,b=void 0===h?"NORMAL":h,g=e.popularBadgeVariation,v=void 0===g?"ON_TOP":g,y=e.customTagLines;return d&&yt("PlansGrid accordion version is active"),Object(i.createElement)("div",{className:"plans-grid"},r&&Object(i.createElement)("div",{className:"plans-grid__header"},r),Object(i.createElement)("div",{className:"plans-grid__table"},Object(i.createElement)("div",{className:"plans-grid__table-container"},d?Object(i.createElement)(bt,{selectedFeatures:o,selectedPlanSlug:null!==(t=null==a?void 0:a.storeSlug)&&void 0!==t?t:"",onPlanSelect:s,currentDomain:c,onPickDomainClick:l,disabledPlans:u,locale:f}):Object(i.createElement)(lt,{popularBadgeVariation:v,CTAVariation:b,selectedPlanSlug:null!==(n=null==a?void 0:a.storeSlug)&&void 0!==n?n:"",onPlanSelect:s,customTagLines:y,currentDomain:c,onPickDomainClick:l,disabledPlans:u,locale:f,showTaglines:p}))),Object(i.createElement)("div",{className:"plans-grid__details"},Object(i.createElement)("div",{className:"plans-grid__details-heading"},Object(i.createElement)(X,{tagName:"h2"},Object(w.__)("Detailed comparison","full-site-editing"))),Object(i.createElement)("div",{className:"plans-grid__details-container"},Object(i.createElement)(vt,{onSelect:s,locale:f}))))},_t=(n(126),function(e){var t,n=e.onPrevStep,o=e.onNextStep,a=Object(c.useSelect)((function(e){return e(r).getSelectedDomain()})),s=Object(c.useSelect)((function(e){return e(r).getLaunchStep()})),l=Object(c.useDispatch)(r),u=l.updatePlan,d=l.setStep,f=G().selectedFeatures,m=a&&!a.is_free;return Object(i.createElement)(re,null,Object(i.createElement)("div",{className:"nux-launch-step__header"},Object(i.createElement)("div",null,Object(i.createElement)(X,null,Object(w.__)("Select a plan","full-site-editing")),Object(i.createElement)(Q,null,Object(w.__)("Pick a plan that’s right for you. Switch plans as your needs change. There’s no risk, you can cancel for a full refund within 30 days.","full-site-editing")))),Object(i.createElement)("div",{className:"nux-launch-step__body"},Object(i.createElement)(Ot,{currentDomain:a,onPlanSelect:function(e){u(e),null==o||o()},onPickDomainClick:function(){d(s.Domain)},disabledPlans:m?K()({},R.Plans.PLAN_FREE,Object(w.__)("Not available with custom domain","full-site-editing")):void 0,isAccordion:!0,selectedFeatures:f,locale:(null===(t=window.wpcomEditorSiteLaunch)||void 0===t?void 0:t.locale)||"en"})),Object(i.createElement)("div",{className:"nux-launch-step__footer"},Object(i.createElement)(ee,{sticky:!0},Object(i.createElement)(te,{onClick:function(){null==n||n()}}))))}),Et=n(34),jt=n.n(Et);var St=function(){function e(e){this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.before=null}var t=e.prototype;return t.insert=function(e){if(this.ctr%(this.isSpeedy?65e3:1)==0){var t,n=function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t}(this);t=0===this.tags.length?this.before:this.tags[this.tags.length-1].nextSibling,this.container.insertBefore(n,t),this.tags.push(n)}var r=this.tags[this.tags.length-1];if(this.isSpeedy){var i=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(r);try{var o=105===e.charCodeAt(1)&&64===e.charCodeAt(0);i.insertRule(e,o?0:i.cssRules.length)}catch(a){0}}else r.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach((function(e){return e.parentNode.removeChild(e)})),this.tags=[],this.ctr=0},e}();var wt=function(e){function t(e,r,s,l,f){for(var m,p,h,b,O,E=0,j=0,S=0,w=0,x=0,A=0,D=h=m=0,I=0,F=0,M=0,B=0,U=s.length,V=U-1,z="",H="",q="",$="";I<U;){if(p=s.charCodeAt(I),I===V&&0!==j+w+S+E&&(0!==j&&(p=47===j?10:47),w=S=E=0,U++,V++),0===j+w+S+E){if(I===V&&(0<F&&(z=z.replace(d,"")),0<z.trim().length)){switch(p){case 32:case 9:case 59:case 13:case 10:break;default:z+=s.charAt(I)}p=59}switch(p){case 123:for(m=(z=z.trim()).charCodeAt(0),h=1,B=++I;I<U;){switch(p=s.charCodeAt(I)){case 123:h++;break;case 125:h--;break;case 47:switch(p=s.charCodeAt(I+1)){case 42:case 47:e:{for(D=I+1;D<V;++D)switch(s.charCodeAt(D)){case 47:if(42===p&&42===s.charCodeAt(D-1)&&I+2!==D){I=D+1;break e}break;case 10:if(47===p){I=D+1;break e}}I=D}}break;case 91:p++;case 40:p++;case 34:case 39:for(;I++<V&&s.charCodeAt(I)!==p;);}if(0===h)break;I++}switch(h=s.substring(B,I),0===m&&(m=(z=z.replace(u,"").trim()).charCodeAt(0)),m){case 64:switch(0<F&&(z=z.replace(d,"")),p=z.charCodeAt(1)){case 100:case 109:case 115:case 45:F=r;break;default:F=T}if(B=(h=t(r,F,h,p,f+1)).length,0<L&&(O=c(3,h,F=n(T,z,M),r,k,C,B,p,f,l),z=F.join(""),void 0!==O&&0===(B=(h=O.trim()).length)&&(p=0,h="")),0<B)switch(p){case 115:z=z.replace(_,a);case 100:case 109:case 45:h=z+"{"+h+"}";break;case 107:h=(z=z.replace(g,"$1 $2"))+"{"+h+"}",h=1===P||2===P&&o("@"+h,3)?"@-webkit-"+h+"@"+h:"@"+h;break;default:h=z+h,112===l&&(H+=h,h="")}else h="";break;default:h=t(r,n(r,z,M),h,l,f+1)}q+=h,h=M=F=D=m=0,z="",p=s.charCodeAt(++I);break;case 125:case 59:if(1<(B=(z=(0<F?z.replace(d,""):z).trim()).length))switch(0===D&&(m=z.charCodeAt(0),45===m||96<m&&123>m)&&(B=(z=z.replace(" ",":")).length),0<L&&void 0!==(O=c(1,z,r,e,k,C,H.length,l,f,l))&&0===(B=(z=O.trim()).length)&&(z="\0\0"),m=z.charCodeAt(0),p=z.charCodeAt(1),m){case 0:break;case 64:if(105===p||99===p){$+=z+s.charAt(I);break}default:58!==z.charCodeAt(B-1)&&(H+=i(z,m,p,z.charCodeAt(2)))}M=F=D=m=0,z="",p=s.charCodeAt(++I)}}switch(p){case 13:case 10:47===j?j=0:0===1+m&&107!==l&&0<z.length&&(F=1,z+="\0"),0<L*R&&c(0,z,r,e,k,C,H.length,l,f,l),C=1,k++;break;case 59:case 125:if(0===j+w+S+E){C++;break}default:switch(C++,b=s.charAt(I),p){case 9:case 32:if(0===w+E+j)switch(x){case 44:case 58:case 9:case 32:b="";break;default:32!==p&&(b=" ")}break;case 0:b="\\0";break;case 12:b="\\f";break;case 11:b="\\v";break;case 38:0===w+j+E&&(F=M=1,b="\f"+b);break;case 108:if(0===w+j+E+N&&0<D)switch(I-D){case 2:112===x&&58===s.charCodeAt(I-3)&&(N=x);case 8:111===A&&(N=A)}break;case 58:0===w+j+E&&(D=I);break;case 44:0===j+S+w+E&&(F=1,b+="\r");break;case 34:case 39:0===j&&(w=w===p?0:0===w?p:w);break;case 91:0===w+j+S&&E++;break;case 93:0===w+j+S&&E--;break;case 41:0===w+j+E&&S--;break;case 40:if(0===w+j+E){if(0===m)switch(2*x+3*A){case 533:break;default:m=1}S++}break;case 64:0===j+S+w+E+D+h&&(h=1);break;case 42:case 47:if(!(0<w+E+S))switch(j){case 0:switch(2*p+3*s.charCodeAt(I+1)){case 235:j=47;break;case 220:B=I,j=42}break;case 42:47===p&&42===x&&B+2!==I&&(33===s.charCodeAt(B+2)&&(H+=s.substring(B,I+1)),b="",j=0)}}0===j&&(z+=b)}A=x,x=p,I++}if(0<(B=H.length)){if(F=r,0<L&&(void 0!==(O=c(2,H,F,e,k,C,B,l,f,l))&&0===(H=O).length))return $+H+q;if(H=F.join(",")+"{"+H+"}",0!=P*N){switch(2!==P||o(H,2)||(N=0),N){case 111:H=H.replace(y,":-moz-$1")+H;break;case 112:H=H.replace(v,"::-webkit-input-$1")+H.replace(v,"::-moz-$1")+H.replace(v,":-ms-input-$1")+H}N=0}}return $+H+q}function n(e,t,n){var i=t.trim().split(h);t=i;var o=i.length,a=e.length;switch(a){case 0:case 1:var c=0;for(e=0===a?"":e[0]+" ";c<o;++c)t[c]=r(e,t[c],n).trim();break;default:var s=c=0;for(t=[];c<o;++c)for(var l=0;l<a;++l)t[s++]=r(e[l]+" ",i[c],n).trim()}return t}function r(e,t,n){var r=t.charCodeAt(0);switch(33>r&&(r=(t=t.trim()).charCodeAt(0)),r){case 38:return t.replace(b,"$1"+e.trim());case 58:return e.trim()+t.replace(b,"$1"+e.trim());default:if(0<1*n&&0<t.indexOf("\f"))return t.replace(b,(58===e.charCodeAt(0)?"":"$1")+e.trim())}return e+t}function i(e,t,n,r){var a=e+";",c=2*t+3*n+4*r;if(944===c){e=a.indexOf(":",9)+1;var s=a.substring(e,a.length-1).trim();return s=a.substring(0,e).trim()+s+";",1===P||2===P&&o(s,1)?"-webkit-"+s+s:s}if(0===P||2===P&&!o(a,1))return a;switch(c){case 1015:return 97===a.charCodeAt(10)?"-webkit-"+a+a:a;case 951:return 116===a.charCodeAt(3)?"-webkit-"+a+a:a;case 963:return 110===a.charCodeAt(5)?"-webkit-"+a+a:a;case 1009:if(100!==a.charCodeAt(4))break;case 969:case 942:return"-webkit-"+a+a;case 978:return"-webkit-"+a+"-moz-"+a+a;case 1019:case 983:return"-webkit-"+a+"-moz-"+a+"-ms-"+a+a;case 883:if(45===a.charCodeAt(8))return"-webkit-"+a+a;if(0<a.indexOf("image-set(",11))return a.replace(x,"$1-webkit-$2")+a;break;case 932:if(45===a.charCodeAt(4))switch(a.charCodeAt(5)){case 103:return"-webkit-box-"+a.replace("-grow","")+"-webkit-"+a+"-ms-"+a.replace("grow","positive")+a;case 115:return"-webkit-"+a+"-ms-"+a.replace("shrink","negative")+a;case 98:return"-webkit-"+a+"-ms-"+a.replace("basis","preferred-size")+a}return"-webkit-"+a+"-ms-"+a+a;case 964:return"-webkit-"+a+"-ms-flex-"+a+a;case 1023:if(99!==a.charCodeAt(8))break;return"-webkit-box-pack"+(s=a.substring(a.indexOf(":",15)).replace("flex-","").replace("space-between","justify"))+"-webkit-"+a+"-ms-flex-pack"+s+a;case 1005:return m.test(a)?a.replace(f,":-webkit-")+a.replace(f,":-moz-")+a:a;case 1e3:switch(t=(s=a.substring(13).trim()).indexOf("-")+1,s.charCodeAt(0)+s.charCodeAt(t)){case 226:s=a.replace(O,"tb");break;case 232:s=a.replace(O,"tb-rl");break;case 220:s=a.replace(O,"lr");break;default:return a}return"-webkit-"+a+"-ms-"+s+a;case 1017:if(-1===a.indexOf("sticky",9))break;case 975:switch(t=(a=e).length-10,c=(s=(33===a.charCodeAt(t)?a.substring(0,t):a).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|s.charCodeAt(7))){case 203:if(111>s.charCodeAt(8))break;case 115:a=a.replace(s,"-webkit-"+s)+";"+a;break;case 207:case 102:a=a.replace(s,"-webkit-"+(102<c?"inline-":"")+"box")+";"+a.replace(s,"-webkit-"+s)+";"+a.replace(s,"-ms-"+s+"box")+";"+a}return a+";";case 938:if(45===a.charCodeAt(5))switch(a.charCodeAt(6)){case 105:return s=a.replace("-items",""),"-webkit-"+a+"-webkit-box-"+s+"-ms-flex-"+s+a;case 115:return"-webkit-"+a+"-ms-flex-item-"+a.replace(j,"")+a;default:return"-webkit-"+a+"-ms-flex-line-pack"+a.replace("align-content","").replace(j,"")+a}break;case 973:case 989:if(45!==a.charCodeAt(3)||122===a.charCodeAt(4))break;case 931:case 953:if(!0===w.test(e))return 115===(s=e.substring(e.indexOf(":")+1)).charCodeAt(0)?i(e.replace("stretch","fill-available"),t,n,r).replace(":fill-available",":stretch"):a.replace(s,"-webkit-"+s)+a.replace(s,"-moz-"+s.replace("fill-",""))+a;break;case 962:if(a="-webkit-"+a+(102===a.charCodeAt(5)?"-ms-"+a:"")+a,211===n+r&&105===a.charCodeAt(13)&&0<a.indexOf("transform",10))return a.substring(0,a.indexOf(";",27)+1).replace(p,"$1-webkit-$2")+a}return a}function o(e,t){var n=e.indexOf(1===t?":":"{"),r=e.substring(0,3!==t?n:10);return n=e.substring(n+1,e.length-1),D(2!==t?r:r.replace(S,"$1"),n,t)}function a(e,t){var n=i(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return n!==t+";"?n.replace(E," or ($1)").substring(4):"("+t+")"}function c(e,t,n,r,i,o,a,c,s,u){for(var d,f=0,m=t;f<L;++f)switch(d=A[f].call(l,e,m,n,r,i,o,a,c,s,u)){case void 0:case!1:case!0:case null:break;default:m=d}if(m!==t)return m}function s(e){return void 0!==(e=e.prefix)&&(D=null,e?"function"!=typeof e?P=1:(P=2,D=e):P=0),s}function l(e,n){var r=e;if(33>r.charCodeAt(0)&&(r=r.trim()),r=[r],0<L){var i=c(-1,n,r,r,k,C,0,0,0,0);void 0!==i&&"string"==typeof i&&(n=i)}var o=t(T,r,n,0,0);return 0<L&&(void 0!==(i=c(-2,o,r,r,k,C,o.length,0,0,0))&&(o=i)),"",N=0,C=k=1,o}var u=/^\0+/g,d=/[\0\r\f]/g,f=/: */g,m=/zoo|gra/,p=/([,: ])(transform)/g,h=/,\r+?/g,b=/([\t\r\n ])*\f?&/g,g=/@(k\w+)\s*(\S*)\s*/,v=/::(place)/g,y=/:(read-only)/g,O=/[svh]\w+-[tblr]{2}/,_=/\(\s*(.*)\s*\)/g,E=/([\s\S]*?);/g,j=/-self|flex-/g,S=/[^]*?(:[rp][el]a[\w-]+)[^]*/,w=/stretch|:\s*\w+\-(?:conte|avail)/,x=/([^-])(image-set\()/,C=1,k=1,N=0,P=1,T=[],A=[],L=0,D=null,R=0;return l.use=function e(t){switch(t){case void 0:case null:L=A.length=0;break;default:if("function"==typeof t)A[L++]=t;else if("object"==typeof t)for(var n=0,r=t.length;n<r;++n)e(t[n]);else R=0|!!t}return e},l.set=s,void 0!==e&&s(e),l},xt=function(e){var t=new WeakMap;return function(n){if(t.has(n))return t.get(n);var r=e(n);return t.set(n,r),r}},Ct="/*|*/";function kt(e){e&&Nt.current.insert(e+"}")}var Nt={current:null},Pt=function(e,t,n,r,i,o,a,c,s,l){switch(e){case 1:switch(t.charCodeAt(0)){case 64:return Nt.current.insert(t+";"),"";case 108:if(98===t.charCodeAt(2))return""}break;case 2:if(0===c)return t+Ct;break;case 3:switch(c){case 102:case 112:return Nt.current.insert(n[0]+t),"";default:return t+(0===l?Ct:"")}case-2:t.split("/*|*/}").forEach(kt)}},Tt=function(e){void 0===e&&(e={});var t,n=e.key||"css";void 0!==e.prefix&&(t={prefix:e.prefix});var r=new wt(t);var i,o={};i=e.container||document.head;var a,c=document.querySelectorAll("style[data-emotion-"+n+"]");Array.prototype.forEach.call(c,(function(e){e.getAttribute("data-emotion-"+n).split(" ").forEach((function(e){o[e]=!0})),e.parentNode!==i&&i.appendChild(e)})),r.use(e.stylisPlugins)(Pt),a=function(e,t,n,i){var o=t.name;Nt.current=n,r(e,t.styles),i&&(s.inserted[o]=!0)};var s={key:n,sheet:new St({key:n,container:i,nonce:e.nonce,speedy:e.speedy}),nonce:e.nonce,inserted:o,registered:{},insert:a};return s};function At(e,t,n){var r="";return n.split(" ").forEach((function(n){void 0!==e[n]?t.push(e[n]):r+=n+" "})),r}var Lt=function(e,t,n){var r=e.key+"-"+t.name;if(!1===n&&void 0===e.registered[r]&&(e.registered[r]=t.styles),void 0===e.inserted[t.name]){var i=t;do{e.insert("."+r,i,e.sheet,!0);i=i.next}while(void 0!==i)}};var Dt=function(e){for(var t,n=e.length,r=n^n,i=0;n>=4;)t=1540483477*(65535&(t=255&e.charCodeAt(i)|(255&e.charCodeAt(++i))<<8|(255&e.charCodeAt(++i))<<16|(255&e.charCodeAt(++i))<<24))+((1540483477*(t>>>16)&65535)<<16),r=1540483477*(65535&r)+((1540483477*(r>>>16)&65535)<<16)^(t=1540483477*(65535&(t^=t>>>24))+((1540483477*(t>>>16)&65535)<<16)),n-=4,++i;switch(n){case 3:r^=(255&e.charCodeAt(i+2))<<16;case 2:r^=(255&e.charCodeAt(i+1))<<8;case 1:r=1540483477*(65535&(r^=255&e.charCodeAt(i)))+((1540483477*(r>>>16)&65535)<<16)}return r=1540483477*(65535&(r^=r>>>13))+((1540483477*(r>>>16)&65535)<<16),((r^=r>>>15)>>>0).toString(36)},Rt={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};var It=function(e){var t={};return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}},Ft=/[A-Z]|^ms/g,Mt=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Bt=function(e){return 45===e.charCodeAt(1)},Ut=function(e){return null!=e&&"boolean"!=typeof e},Vt=It((function(e){return Bt(e)?e:e.replace(Ft,"-$&").toLowerCase()})),zt=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(Mt,(function(e,t,n){return qt={name:t,styles:n,next:qt},t}))}return 1===Rt[e]||Bt(e)||"number"!=typeof t||0===t?t:t+"px"};function Ht(e,t,n,r){if(null==n)return"";if(void 0!==n.__emotion_styles)return n;switch(typeof n){case"boolean":return"";case"object":if(1===n.anim)return qt={name:n.name,styles:n.styles,next:qt},n.name;if(void 0!==n.styles){var i=n.next;if(void 0!==i)for(;void 0!==i;)qt={name:i.name,styles:i.styles,next:qt},i=i.next;return n.styles+";"}return function(e,t,n){var r="";if(Array.isArray(n))for(var i=0;i<n.length;i++)r+=Ht(e,t,n[i],!1);else for(var o in n){var a=n[o];if("object"!=typeof a)null!=t&&void 0!==t[a]?r+=o+"{"+t[a]+"}":Ut(a)&&(r+=Vt(o)+":"+zt(o,a)+";");else if(!Array.isArray(a)||"string"!=typeof a[0]||null!=t&&void 0!==t[a[0]]){var c=Ht(e,t,a,!1);switch(o){case"animation":case"animationName":r+=Vt(o)+":"+c+";";break;default:r+=o+"{"+c+"}"}}else for(var s=0;s<a.length;s++)Ut(a[s])&&(r+=Vt(o)+":"+zt(o,a[s])+";")}return r}(e,t,n);case"function":if(void 0!==e){var o=qt,a=n(e);return qt=o,Ht(e,t,a,r)}break;case"string":}if(null==t)return n;var c=t[n];return void 0===c||r?n:c}var qt,$t=/label:\s*([^\s;\n{]+)\s*;/g;var Wt=function(e,t,n){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var r=!0,i="";qt=void 0;var o=e[0];null==o||void 0===o.raw?(r=!1,i+=Ht(n,t,o,!1)):i+=o[0];for(var a=1;a<e.length;a++)i+=Ht(n,t,e[a],46===i.charCodeAt(i.length-1)),r&&(i+=o[a]);$t.lastIndex=0;for(var c,s="";null!==(c=$t.exec(i));)s+="-"+c[1];return{name:Dt(i)+s,styles:i,next:qt}};var Gt=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Wt(t)},Yt=Object(o.createContext)("undefined"!=typeof HTMLElement?Tt():null),Kt=Object(o.createContext)({}),Xt=(Yt.Provider,function(e){return Object(o.forwardRef)((function(t,n){return Object(o.createElement)(Yt.Consumer,null,(function(r){return e(t,r,n)}))}))});Object.prototype.hasOwnProperty;o.Component;var Qt=function e(t){for(var n=t.length,r=0,i="";r<n;r++){var o=t[r];if(null!=o){var a=void 0;switch(typeof o){case"boolean":break;case"object":if(Array.isArray(o))a=e(o);else for(var c in a="",o)o[c]&&c&&(a&&(a+=" "),a+=c);break;default:a=o}a&&(i&&(i+=" "),i+=a)}}return i};function Jt(e,t,n){var r=[],i=At(e,r,n);return r.length<2?n:i+t(r)}Xt((function(e,t){return Object(o.createElement)(Kt.Consumer,null,(function(n){var r=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];var i=Wt(n,t.registered);return Lt(t,i,!1),t.key+"-"+i.name},i={css:r,cx:function(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];return Jt(t.registered,r,Qt(n))},theme:n},o=e.children(i);return!0,o}))})),n(45);function Zt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}var en=function(e,t){return"function"==typeof t?t(e):function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Zt(n,!0).forEach((function(t){K()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Zt(n).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},e,{},t)},tn=xt((function(e){return xt((function(t){return en(e,t)}))})),nn=function(e){return Object(o.createElement)(Kt.Consumer,null,(function(t){return e.theme!==t&&(t=tn(t)(e.theme)),Object(o.createElement)(Kt.Provider,{value:t},e.children)}))};var rn=Object(i.createElement)(A.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(i.createElement)(A.Path,{d:"M9 18.6L3.5 13l1-1L9 16.4l9.5-9.9 1 1z"}));var on="#F6F7F7",an="#DCDCDE",cn="#8E9196",sn="#646970",ln="#2C3338",un="#008A20",dn="#FFF",fn="#000",mn={colors:{background:on,surface:dn,primary:"#C9356E",primaryBorder:"#700F3B",primaryOver:"#AB235A",highlight:"#006088",highlightBorder:"#002C40",highlightOver:"#004E6E",success:un,discount:un,disabledPaymentButtons:on,disabledPaymentButtonsAccent:an,disabledButtons:"#A7AAAD",borderColor:"#C3C4C7",borderColorLight:an,borderColorDark:sn,upcomingStepBackground:an,textColor:ln,textColorLight:sn,textColorDark:fn,error:"#D63638",warningBackground:"#F7EBEC",outline:"#5198D9",applePayButtonColor:fn,applePayButtonRollOverColor:ln,noticeBackground:ln,defaultNoticeIconBackground:cn,textColorOnDarkBackground:dn,paypalGold:"#F0C443",paypalGoldHover:"#FFB900",modalBackground:"rgba( 255,255,255,0.9 )",disabledField:on,placeHolderTextColor:cn},breakpoints:{desktopUp:"min-width: 960px",tabletUp:"min-width: 700px",bigPhoneUp:"min-width: 480px",smallPhoneUp:"min-width: 400px"},weights:{bold:"600",normal:"400"},fonts:{body:'-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif'},fontSize:{small:"14px"}},pn=n(8),hn=n.n(pn),bn=n(5),gn=n.n(bn),vn={__:w.__,_n:w._n,_nx:w._nx,_x:w._x,isRTL:w.isRTL,setLocaleData:w.setLocaleData},yn=o.createContext(En()),On=function(){return o.useContext(yn)};Object(g.createHigherOrderComponent)((function(e){return function(t){var n=On();return Object(i.createElement)(e,b()({},n,t))}}),"withI18n");function _n(e,t,n){var r=e[t],i=n.hasFilter,o=n.applyFilters;return i("preTranslation")||i("postTranslation")?function(){for(var e=arguments.length,i=new Array(e),a=0;a<e;a++)i[a]=arguments[a];var c=o("preTranslation",i,t,n);return o("postTranslation",r.apply(void 0,ce()(c)),c,t,n)}:r}function En(e,t){var n=e?Object(w.createI18n)(e):vn,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:Object(l.createHooks)(),o=i.addFilter,a=i.removeFilter,c={addFilter:o,removeFilter:a,hasFilter:i.hasFilter,applyFilters:i.applyFilters};return{__:_n(n,"__",c),_n:_n(n,"_n",c),_nx:_n(n,"_nx",c),_x:_n(n,"_x",c),isRTL:n.isRTL,localeData:e,hasTranslation:r,addFilter:o,removeFilter:a}}function jn(e){return e.filter((function(e){return e})).join(" ")}var Sn=n(41),wn=n.n(Sn),xn=n(42),Cn=n.n(xn),kn=n(30),Nn=n.n(kn),Pn=n(43),Tn=n.n(Pn),An=n(44),Ln=n.n(An),Dn=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|download|draggable|encType|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|itemProp|itemScope|itemType|itemID|itemRef|on|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,Rn=It((function(e){return Dn.test(e)||111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&e.charCodeAt(2)<91})),In=function(e){return"theme"!==e&&"innerRef"!==e},Fn=function(e){return"string"==typeof e&&e.charCodeAt(0)>96?Rn:In};function Mn(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Bn(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Mn(n,!0).forEach((function(t){K()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Mn(n).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var Un=function e(t,n){var r,i,a;void 0!==n&&(r=n.label,a=n.target,i=t.__emotion_forwardProp&&n.shouldForwardProp?function(e){return t.__emotion_forwardProp(e)&&n.shouldForwardProp(e)}:n.shouldForwardProp);var c=t.__emotion_real===t,s=c&&t.__emotion_base||t;"function"!=typeof i&&c&&(i=t.__emotion_forwardProp);var l=i||Fn(s),u=!l("as");return function(){var d=arguments,f=c&&void 0!==t.__emotion_styles?t.__emotion_styles.slice(0):[];if(void 0!==r&&f.push("label:"+r+";"),null==d[0]||void 0===d[0].raw)f.push.apply(f,d);else{0,f.push(d[0][0]);for(var m=d.length,p=1;p<m;p++)f.push(d[p],d[0][p])}var h=Xt((function(e,t,n){return Object(o.createElement)(Kt.Consumer,null,(function(r){var c=u&&e.as||s,d="",m=[],p=e;if(null==e.theme){for(var h in p={},e)p[h]=e[h];p.theme=r}"string"==typeof e.className?d=At(t.registered,m,e.className):null!=e.className&&(d=e.className+" ");var b=Wt(f.concat(m),t.registered,p);Lt(t,b,"string"==typeof c);d+=t.key+"-"+b.name,void 0!==a&&(d+=" "+a);var g=u&&void 0===i?Fn(c):l,v={};for(var y in e)u&&"as"===y||g(y)&&(v[y]=e[y]);return v.className=d,v.ref=n||e.innerRef,Object(o.createElement)(c,v)}))}));return h.displayName=void 0!==r?r:"Styled("+("string"==typeof s?s:s.displayName||s.name||"Component")+")",h.defaultProps=t.defaultProps,h.__emotion_real=h,h.__emotion_base=s,h.__emotion_styles=f,h.__emotion_forwardProp=i,Object.defineProperty(h,"toString",{value:function(){return"."+a}}),h.withComponent=function(t,r){return e(t,void 0!==r?Bn({},n||{},{},r):n).apply(void 0,f)},h}}.bind();["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"].forEach((function(e){Un[e]=Un(e)}));var Vn=Un;function zn(){var e=hn()(["\n\tmargin: 2em;\n\ttext-align: center;\n"]);return zn=function(){return e},e}var Hn=me()("composite-checkout:checkout-error-boundary"),qn=function(e){Tn()(n,e);var t=Ln()(n);function n(e){var r;return wn()(this,n),r=t.call(this,e),K()(Nn()(r),"state",{hasError:!1,currentError:null}),r}return Cn()(n,[{key:"componentDidCatch",value:function(e,t){if(this.props.onError){var n="".concat(e.message,"; Stack: ").concat(e.stack,"; Component Stack: ").concat(t.componentStack);Hn("reporting the error",n),this.props.onError(n)}}},{key:"render",value:function(){return this.state.hasError?Object(i.createElement)($n,{errorMessage:this.props.errorMessage}):this.props.children}}],[{key:"getDerivedStateFromError",value:function(e){return{currentError:e,hasError:!0}}}]),n}(a.a.Component);function $n(e){var t=e.errorMessage;return Object(i.createElement)(Kn,null,t)}var Wn,Gn,Yn,Kn=Vn.div(zn());!function(e){e.LOADING="loading",e.READY="ready",e.SUBMITTING="submitting",e.VALIDATING="validating",e.COMPLETE="complete"}(Wn||(Wn={})),function(e){e.SUCCESS="SUCCESS",e.REDIRECT="REDIRECT",e.MANUAL="MANUAL"}(Gn||(Gn={})),function(e){e.NOT_STARTED="not-started",e.PENDING="pending",e.COMPLETE="complete",e.REDIRECTING="redirecting",e.ERROR="error"}(Yn||(Yn={}));var Xn={transactionStatus:Yn.NOT_STARTED,previousTransactionStatus:Yn.NOT_STARTED,transactionError:null,transactionLastResponse:null,transactionRedirectUrl:null,resetTransaction:Jn,setTransactionError:Jn,setTransactionComplete:Jn,setTransactionPending:Jn,setTransactionRedirecting:Jn},Qn={allPaymentMethods:[],paymentMethodId:null,setPaymentMethodId:Jn,showErrorMessage:Jn,showInfoMessage:Jn,showSuccessMessage:Jn,onEvent:Jn,formStatus:Wn.LOADING,setFormStatus:Jn,transactionStatusManager:Xn,paymentProcessors:{}};function Jn(){}var Zn=Object(o.createContext)(Qn);me()("composite-checkout:form-status");function er(){var e=Object(o.useContext)(Zn),t=e.formStatus,n=e.setFormStatus,r=Object(o.useMemo)((function(){return{setFormLoading:function(){return n(Wn.LOADING)},setFormReady:function(){return n(Wn.READY)},setFormSubmitting:function(){return n(Wn.SUBMITTING)},setFormValidating:function(){return n(Wn.VALIDATING)},setFormComplete:function(){return n(Wn.COMPLETE)}}}),[n]);return Object(o.useMemo)((function(){return d()(d()({},r),{},{formStatus:t})}),[t,r])}function tr(){var e=hn()(["\n\tbackground: ",";\n\tcontent: '';\n\tborder-top: 1px solid ",";\n\tpadding: 24px;\n\n\t::before {\n\t\tcontent: '';\n\t\tdisplay: block;\n\t\tborder: 1px solid ",";\n\t\tborder-radius: 3px;\n\t\tfont-size: 14px;\n\t\twidth: 100%;\n\t\theight: 40px;\n\t}\n"]);return tr=function(){return e},e}function nr(){var e=hn()(["\n\tfont-size: 14px;\n\theight: 16px;\n\tcontent: '';\n\tbackground: ",";\n\tcolor: ",";\n\tmargin: 8px 0 0 0;\n\tpadding: 0;\n\tanimation: "," 2s ease-in-out infinite;\n"]);return nr=function(){return e},e}function rr(){var e=hn()(["\n\tfont-size: 14px;\n\theight: 16px;\n\tcontent: '';\n\tbackground: ",";\n\tcolor: ",";\n\tmargin: 8px 0 0 35px;\n\tpadding: 0;\n\tanimation: "," 2s ease-in-out infinite;\n\n\t.rtl & {\n\t\tmargin: 8px 35px 0 0;\n\t}\n"]);return rr=function(){return e},e}function ir(){var e=hn()(["\n\tfont-size: 14px;\n\tcontent: '';\n\tfont-weight: ",";\n\tbackground: ",";\n\tcolor: ",";\n\twidth: 40%;\n\tmargin: 3px 0 0 35px;\n\tpadding: 0;\n\tposition: relative;\n\tanimation: "," 2s ease-in-out infinite;\n\theight: 20px;\n\n\t.rtl & {\n\t\tmargin: 3px 35px 0 0;\n\t}\n\n\t::before {\n\t\tcontent: '';\n\t\tdisplay: block;\n\t\tposition: absolute;\n\t\tleft: -35px;\n\t\ttop: -3px;\n\t\twidth: 27px;\n\t\theight: 27px;\n\t\tbackground: ",";\n\t\tborder-radius: 100%;\n\n\t\t.rtl & {\n\t\t\tright: -35px;\n\t\t\tleft: auto;\n\t\t}\n\t}\n"]);return ir=function(){return e},e}function or(){var e=hn()(["\n 0% {\n opacity: 1;\n }\n\n 70% {\n \topacity: 0.5;\n }\n\n 100% {\n opacity: 1;\n }\n"]);return or=function(){return e},e}function ar(){var e=hn()(["\n\tpadding: 24px;\n\tborder-top: 1px solid ",";\n\n\t:first-of-type {\n\t\tborder-top: 0;\n\t}\n"]);return ar=function(){return e},e}function cr(){var e=hn()(["\n\tdisplay: none;\n\twidth: 100%;\n\n\t@media ( "," ) {\n\t\tdisplay: block;\n\t\tpadding: 24px;\n\t\tbox-sizing: border-box;\n\t\tborder: 1px solid ",";\n\t\tmax-width: 328px;\n\t\tbackground: ",";\n\t\tmargin-left: 24px;\n\t}\n"]);return cr=function(){return e},e}function sr(){var e=hn()(["\n\tbackground: ",";\n\twidth: 100%;\n\n\t@media ( "," ) {\n\t\tborder: 1px solid ",";\n\t\tmax-width: 556px;\n\t\tmargin: 0 auto;\n\t}\n\n\t@media ( "," ) {\n\t\tmargin: 0;\n\t}\n"]);return sr=function(){return e},e}function lr(){var e=hn()(["\n\tdisplay: flex;\n\n\t@media ( "," ) {\n\t\talign-items: flex-start;\n\t\tflex-direction: row;\n\t\tjustify-content: center;\n\t\twidth: 100%;\n\t}\n"]);return lr=function(){return e},e}Vn.div(lr(),(function(e){return e.theme.breakpoints.desktopUp})),Vn.div(sr(),(function(e){return e.theme.colors.surface}),(function(e){return e.theme.breakpoints.tabletUp}),(function(e){return e.theme.colors.borderColorLight}),(function(e){return e.theme.breakpoints.desktopUp})),Vn.div(cr(),(function(e){return e.theme.breakpoints.desktopUp}),(function(e){return e.theme.colors.borderColorLight}),(function(e){return e.theme.colors.surface})),Vn.div(ar(),(function(e){return e.theme.colors.borderColorLight}));var ur=function(){var e=Gt.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}(or());Vn.h1(ir(),(function(e){return e.theme.weights.normal}),(function(e){return e.theme.colors.borderColorLight}),(function(e){return e.theme.colors.borderColorLight}),ur,(function(e){return e.theme.colors.borderColorLight})),Vn.p(rr(),(function(e){return e.theme.colors.borderColorLight}),(function(e){return e.theme.colors.borderColorLight}),ur),Vn.p(nr(),(function(e){return e.theme.colors.borderColorLight}),(function(e){return e.theme.colors.borderColorLight}),ur),Vn.div(tr(),(function(e){return e.theme.colors.background}),(function(e){return e.theme.colors.borderColorLight}),(function(e){return e.theme.colors.borderColorLight}));Yn.NOT_STARTED,Yn.NOT_STARTED;var dr=me()("composite-checkout:payment-methods");function fr(){var e=Object(o.useContext)(Zn),t=e.paymentMethodId,n=e.setPaymentMethodId,r=mr();if(!n)throw new Error("usePaymentMethod can only be used inside a CheckoutProvider");if(!t)return null;var i=r.find((function(e){return e.id===t}));return i||(dr("No payment method found matching id '".concat(t,"' in"),r),null)}function mr(){var e=Object(o.useContext)(Zn).allPaymentMethods;if(!e)throw new Error("useAllPaymentMethods cannot be used outside of CheckoutProvider");return e}me()("composite-checkout:checkout-submit-button");function pr(){var e=hn()(["\n\tdisplay: block;\n\twidth: ",";\n\tfont-size: 16px;\n\tborder-radius: ",";\n\tpadding: ",";\n\tborder: ",";\n\tbackground: ",";\n\tcolor: ",";\n\tfont-weight: ",";\n\ttext-decoration: ",";\n\n\t:hover {\n\t\tbackground: ",";\n\t\tborder-color: ",";\n\t\ttext-decoration: none;\n\t\tcolor: ",";\n\t\tcursor: ",";\n\t}\n\n\t:active {\n\t\tbackground: ",";\n\t\ttext-decoration: ",";\n\t\tcolor: ",";\n\t}\n\n\tsvg {\n\t\tmargin-bottom: -1px;\n\t\ttransform: translateY( 2px );\n\t\tfilter: ",";\n\t\topacity: ",";\n\t}\n\n\t&.is-busy {\n\t\tanimation: components-button__busy-animation 2500ms infinite linear;\n\t\tbackground-image: linear-gradient(\n\t\t\t-45deg,\n\t\t\t"," 28%,\n\t\t\t"," 28%,\n\t\t\t"," 72%,\n\t\t\t"," 72%\n\t\t);\n\t\tbackground-size: 200px 100%;\n\t\topacity: 1;\n\t}\n\n\t@keyframes components-button__busy-animation {\n\t\t0% {\n\t\t\tbackground-position: 200px 0;\n\t\t}\n\t}\n"]);return pr=function(){return e},e}var hr=Vn("button")(pr(),(function(e){return e.fullWidth?"100%":"auto"}),(function(e){return"paypal"===e.buttonType?"50px":"2px"}),(function(e){return"text-button"===e.buttonType?"0":"10px 15px"}),(function(e){return!e.buttonType||e.disabled?"1px solid "+e.theme.colors.borderColor:"0"}),yr,vr,(function(e){var t=e.disabled,n=e.buttonType,r=e.theme;if(t||"text-button"===n)return r.weights.normal;return r.weights.bold}),_r,gr,(function(e){return e.buttonType?"inherit":e.theme.colors.borderColorDark}),vr,(function(e){return e.disabled?"not-allowed":"pointer"}),gr,_r,vr,(function(e){var t=e.buttonType;return"grayscale( ".concat("primary"===t||"paypal"===t?"0":"100"," ) invert( 0 );")}),(function(e){var t=e.buttonType;return"primary"===t||"paypal"===t?"1":"0.5"}),yr,Or,Or,yr),br=function(e){var t=e.className,n=e.buttonType,r=e.isBusy,o=e.children,a=e.fullWidth,c=Z()(e,["className","buttonType","isBusy","children","fullWidth"]),s=jn(["checkout-button"].concat(ce()(n?["is-status-"+n]:[]),ce()(r?["is-busy"]:[]),ce()(t?[t]:[])));return Object(i.createElement)(hr,b()({fullWidth:a,buttonType:n,className:s},c),o)};function gr(e){var t=e.disabled,n=e.buttonType,r=e.theme.colors;if(t)return r.disabledPaymentButtons;switch(n){case"paypal":return r.paypalGoldHover;case"primary":return r.primaryOver;case"secondary":return r.highlightOver;case"text-button":case"borderless":default:return"none"}}function vr(e){var t=e.disabled,n=e.buttonType,r=e.theme.colors;if(t)return r.disabledButtons;switch(n){case"primary":case"secondary":return r.surface;case"text-button":return r.highlight;default:return r.textColor}}function yr(e){var t=e.disabled,n=e.buttonType,r=e.theme.colors;if(t)return r.disabledPaymentButtons;switch(n){case"paypal":return r.paypalGold;case"primary":return r.primary;case"secondary":return r.highlight;default:return"none"}}function Or(e){var t=e.disabled,n=e.buttonType,r=e.theme.colors;if(t)return r.disabledPaymentButtonsAccent;switch(n){case"paypal":return r.paypalGoldHover;case"primary":return r.primaryOver;case"secondary":return r.highlightOver;case"text-button":case"borderless":default:return"none"}}function _r(e){return"text-button"===e.buttonType?"underline":"none"}function Er(){var e=hn()(["\n\tfill: #fff;\n"]);return Er=function(){return e},e}function jr(e){var t=e.className,n=e.id;return Object(i.createElement)(Sr,{width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",className:t},Object(i.createElement)("mask",{id:n+"-check-icon-mask","mask-type":"alpha",maskUnits:"userSpaceOnUse",x:"2",y:"4",width:"16",height:"12"},Object(i.createElement)("path",{d:"M7.32916 13.2292L3.85416 9.75417L2.67083 10.9292L7.32916 15.5875L17.3292 5.58751L16.1542 4.41251L7.32916 13.2292Z"})),Object(i.createElement)("g",{mask:"url(#"+n+"-check-icon-mask)"},Object(i.createElement)("rect",{width:"20",height:"20"})))}jr.propTypes={className:gn.a.string,id:gn.a.string};var Sr=Vn.svg(Er());var wr=function(e){var t=e.value,n=e.onClick,r=e.ariaLabel,o=Z()(e,["value","onClick","ariaLabel"]);return Object(i.createElement)(br,b()({onClick:n,buttonType:"primary","aria-label":r},o),t)};function xr(){var e=Object(o.useContext)(Zn).onEvent;if(!e)throw new Error("useEvents can only be used inside a CheckoutProvider");return e}var Cr=Object(o.createContext)({items:[],total:{id:"title",type:"total",label:"Total",amount:{currency:"USD",value:0,displayValue:"0"}}});function kr(){var e=Object(o.useContext)(Cr),t=e.items,n=e.total;if(!t||!n)throw new Error("useLineItems can only be used inside a CheckoutProvider");return[t,n]}function Nr(){var e=hn()(["\n\tfont-weight: ",";\n"]);return Nr=function(){return e},e}function Pr(){var e=hn()(["\n\tdisplay: flex;\n\tjustify-content: space-between;\n"]);return Pr=function(){return e},e}function Tr(){var e=hn()(["\n\tborder-top: 1px solid ",";\n\tpadding: 24px 20px;\n"]);return Tr=function(){return e},e}function Ar(){var e=hn()(["\n\tcolor: ",";\n\tfont-weight: ",";\n\tpadding: 24px 20px;\n"]);return Ar=function(){return e},e}function Lr(){var e=hn()(["\n\tfont-weight: ",";\n"]);return Lr=function(){return e},e}function Dr(){var e=hn()(["\n\tdisplay: flex;\n\tjustify-content: space-between;\n"]);return Dr=function(){return e},e}function Rr(){var e=hn()(["\n\tmargin: 0;\n\tpadding: 0;\n\tlist-style-type: none;\n"]);return Rr=function(){return e},e}function Ir(){var e=hn()(["\n\tmargin: 0;\n\tpadding: 0;\n"]);return Ir=function(){return e},e}Vn.ul(Ir()),Vn.li(Rr());Vn.span(Dr()),Vn.span(Lr(),(function(e){return e.theme.weights.bold}));Vn.div(Ar(),(function(e){return e.theme.colors.textColor}),(function(e){return e.theme.weights.bold})),Vn.div(Tr(),(function(e){return e.theme.colors.borderColorLight}));var Fr=Vn.div(Pr());Vn(Fr)(Nr(),(function(e){return e.theme.weights.bold}));function Mr(){var e=hn()(["\n\tdisplay: flex;\n\twidth: 100%;\n\tjustify-content: space-between;\n\tfont-weight: ",";\n\tcolor: ",";\n\tfont-size: ",";\n\tpadding: ",";\n\tborder-bottom: ",";\n\n\t:first-of-type {\n\t\tpadding-top: 0;\n\t}\n"]);return Mr=function(){return e},e}function Br(){var e=hn()(["\n\tmargin-bottom: 16px;\n"]);return Br=function(){return e},e}function Ur(e){var t=e.children,n=e.className;return Object(i.createElement)(Vr,{className:jn([n,"order-review-section"])},t)}Ur.propTypes={className:gn.a.string};var Vr=Vn.div(Br());function zr(e){var t=e.item,n=e.className,r="checkout-line-item-".concat(t.id);return Object(i.createElement)("div",{className:jn([n,"checkout-line-item"])},Object(i.createElement)("span",{id:r},t.label),Object(i.createElement)("span",{"aria-labelledby":r},t.amount.displayValue))}zr.propTypes={className:gn.a.string,total:gn.a.bool,isSummaryVisible:gn.a.bool,item:gn.a.shape({label:gn.a.string,amount:gn.a.shape({displayValue:gn.a.string})})};var Hr=Vn(zr)(Mr(),(function(e){var t=e.theme;return e.total?t.weights.bold:t.weights.normal}),(function(e){var t=e.theme;return e.total?t.colors.textColorDark:"inherit"}),(function(e){return e.total?"1.2em":"1em"}),(function(e){var t=e.total;return e.isSummaryVisible||t?0:"24px 0"}),(function(e){var t=e.theme,n=e.total;return e.isSummaryVisible||n?0:"1px solid "+t.colors.borderColorLight}));function qr(e){var t=e.total,n=e.className;return Object(i.createElement)("div",{className:jn([n,"order-review-total"])},Object(i.createElement)(Hr,{total:!0,item:t}))}function $r(e){var t=e.items,n=e.className,r=e.isSummaryVisible;return Object(i.createElement)("div",{className:jn([n,"order-review-line-items"])},t.map((function(e){return Object(i.createElement)(Hr,{isSummaryVisible:r,key:e.id,item:e})})))}function Wr(e){var t=e.className,n=kr(),r=E()(n,2),o=r[0],a=r[1];return Object(i.createElement)("div",{className:jn([t,"checkout-review-order"])},Object(i.createElement)(Ur,null,Object(i.createElement)($r,{items:o})),Object(i.createElement)(Ur,null,Object(i.createElement)(qr,{total:a})))}function Gr(){var e=hn()(["\n\tdisplay: ",";\n"]);return Gr=function(){return e},e}function Yr(){var e=hn()(["\n\tposition: relative;\n\tpadding: 16px 14px 16px 40px;\n\tborder-radius: 3px;\n\tbox-sizing: border-box;\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-wrap: wrap;\n\tjustify-content: space-between;\n\talign-items: flex-start;\n\tfont-size: 14px;\n\n\t.rtl & {\n\t\tpadding: 16px 40px 16px 14px;\n\t}\n\n\t:hover {\n\t\tcursor: pointer;\n\t}\n\n\t::before {\n\t\tdisplay: block;\n\t\twidth: 16px;\n\t\theight: 16px;\n\t\tcontent: '';\n\t\tborder: 1px solid ",";\n\t\tborder-radius: 100%;\n\t\ttop: 19px;\n\t\tleft: 16px;\n\t\tposition: absolute;\n\t\tbackground: ",";\n\t\tbox-sizing: border-box;\n\t\tz-index: 2;\n\n\t\t.rtl & {\n\t\t\tright: 16px;\n\t\t\tleft: auto;\n\t\t}\n\t}\n\n\t::after {\n\t\tdisplay: block;\n\t\twidth: 8px;\n\t\theight: 8px;\n\t\tcontent: '';\n\t\tborder-radius: 100%;\n\t\ttop: 23px;\n\t\tleft: 20px;\n\t\tposition: absolute;\n\t\tbackground: ",";\n\t\tbox-sizing: border-box;\n\t\tz-index: 3;\n\n\t\t.rtl & {\n\t\t\tright: 20px;\n\t\t\tleft: auto;\n\t\t}\n\t}\n\n\t",";\n"]);return Yr=function(){return e},e}function Kr(){var e=hn()(["\n\tposition: absolute;\n\topacity: 0 !important;\n\n\tclear: none;\n\tcursor: pointer;\n\tdisplay: inline-block;\n\tline-height: 0;\n\theight: 16px;\n\tmargin: 2px 0 0;\n\tfloat: left;\n\toutline: 0;\n\tpadding: 0;\n\ttext-align: center;\n\tvertical-align: middle;\n\twidth: 16px;\n\tmin-width: 16px;\n\tappearance: none;\n"]);return Kr=function(){return e},e}function Xr(){var e=hn()(["\n\tposition: relative;\n\tmargin-top: 8px;\n\tborder-radius: 3px;\n\tbox-sizing: border-box;\n\twidth: 100%;\n\toutline: ",";\n\n\t:first-of-type {\n\t\tmargin: 0;\n\t}\n\n\t::before {\n\t\tdisplay: block;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\tposition: absolute;\n\t\ttop: 0;\n\t\tleft: 0;\n\t\tcontent: '';\n\t\tborder: "," solid ",";\n\t\tborder-radius: 3px;\n\t\tbox-sizing: border-box;\n\n\t\t.rtl & {\n\t\t\tright: 0;\n\t\t\tleft: auto;\n\t\t}\n\t}\n\n\t:hover::before {\n\t\tborder: 3px solid ",";\n\t}\n\n\t.payment-logos {\n\t\tdisplay: none;\n\n\t\t@media ( "," ) {\n\t\t\tdisplay: block;\n\t\t\tfilter: grayscale( "," );\n\t\t}\n\t}\n\n\t:hover .payment-logos {\n\t\t@media ( "," ) {\n\t\t\tfilter: grayscale( 0 );\n\t\t}\n\t}\n\n\tsvg {\n\t\tfilter: grayscale( "," );\n\t}\n\n\t:hover svg {\n\t\tfilter: grayscale( 0 );\n\t}\n\n\t",";\n"]);return Xr=function(){return e},e}$r.propTypes={className:gn.a.string,isSummaryVisible:gn.a.bool,items:gn.a.arrayOf(gn.a.shape({label:gn.a.string,amount:gn.a.shape({displayValue:gn.a.string})}))},Wr.propTypes={className:gn.a.string};var Qr=Vn.div(Xr(),(function(e){var t=e.isFocused,n=e.theme;if(t)return n.colors.outline+" solid 2px";return"0"}),(function(e){return e.checked?"3px":"1px"}),(function(e){var t=e.checked,n=e.theme;return t?n.colors.highlight:n.colors.borderColor}),(function(e){return e.theme.colors.highlight}),(function(e){return e.theme.breakpoints.smallPhoneUp}),ni,(function(e){return e.theme.breakpoints.smallPhoneUp}),ni,(function(e){if(!e.disabled)return null;return"\n\t\t::before,\n\t\t:hover::before {\n\t\t\tborder: 1px solid lightgray;\n\t\t}\n\n\t\tsvg,\n\t\t:hover svg {\n\t\t\tfilter: grayscale( 100% );\n\t\t\topacity: 50%;\n\t\t}\n\t"})),Jr=Vn.input(Kr()),Zr=Vn.label(Yr(),(function(e){return e.theme.colors.borderColor}),(function(e){return e.theme.colors.surface}),(function(e){var t=e.checked,n=e.theme;return t?n.colors.highlight:n.colors.surface}),(function(e){if(!e.disabled)return null;return"\n\t\tcolor: lightgray;\n\t\tfont-style: italic;\n\n\t\t:hover {\n\t\t\tcursor: default;\n\t\t}\n\n\t\t::before {\n\t\t\tborder: 1px solid lightgray;\n\t\t\tbackground: lightgray;\n\t\t}\n\n\t\t::after {\n\t\t\tbackground: white;\n\t\t}\n\n\t\tspan {\n\t\t\tcolor: lightgray;\n\t\t}\n\t"})),ei=Vn.div(Gr(),(function(e){return e.checked?"block":"none"}));function ti(e){var t=e.checked,n=e.name,r=e.value,a=e.onChange,c=e.children,s=e.label,l=e.disabled,u=e.id,d=e.ariaLabel,f=Object(o.useState)(!1),m=E()(f,2),p=m[0],h=m[1];return Object(i.createElement)(Qr,{disabled:l,isFocused:p,checked:t},Object(i.createElement)(Jr,{type:"radio",name:n,id:u,disabled:l,value:r,checked:t,onChange:a,onFocus:function(){h(!0)},onBlur:function(){h(!1)},readOnly:!a,"aria-label":d}),Object(i.createElement)(Zr,{checked:t,htmlFor:u,disabled:l},s),c&&Object(i.createElement)(ei,{checked:t},c))}function ni(e){return e.checked?0:"100%"}function ri(){var e=hn()(["\n\tmargin-bottom: 16px;\n"]);return ri=function(){return e},e}ti.propTypes={name:gn.a.string.isRequired,id:gn.a.string.isRequired,label:gn.a.node.isRequired,disabled:gn.a.bool,checked:gn.a.bool,value:gn.a.string.isRequired,onChange:gn.a.func,ariaLabel:gn.a.string.isRequired};var ii=me()("composite-checkout:checkout-payment-methods");function oi(e){var t=e.summary,n=e.isComplete,r=e.className,a=On().__,c=xr(),s=Object(o.useCallback)((function(e){return c({type:"PAYMENT_METHOD_LOAD_ERROR",payload:e})}),[c]),l=fr(),u=function(){var e=Object(o.useContext)(Zn),t=e.paymentMethodId,n=e.setPaymentMethodId;if(!n)throw new Error("usePaymentMethodId can only be used inside a CheckoutProvider");return[t,n]}(),d=E()(u,2)[1],f=function(e){ii("setting payment method to",e),c({type:"PAYMENT_METHOD_SELECT",payload:e}),d(e)},m=mr();return t&&n&&l?(ii("rendering selected paymentMethod",l),Object(i.createElement)("div",{className:jn([r,"checkout-payment-methods"])},Object(i.createElement)(qn,{errorMessage:a("There was a problem with this payment method."),onError:s},Object(i.createElement)(ai,{id:l.id,label:l.label,activeContent:l.activeContent,inactiveContent:l.inactiveContent,checked:!0,summary:!0,ariaLabel:l.getAriaLabel(a)})))):t?(ii("summary requested, but no complete paymentMethod is selected; isComplete:",n,"paymentMethod:",l),null):(ii("rendering paymentMethods",m),Object(i.createElement)("div",{className:jn([r,"checkout-payment-methods"])},Object(i.createElement)(ci,null,m.map((function(e){return Object(i.createElement)(qn,{key:e.id,errorMessage:Object(w.sprintf)(a("There was a problem with the payment method: %s"),e.id),onError:s},Object(i.createElement)(ai,{id:e.id,label:e.label,activeContent:e.activeContent,inactiveContent:e.inactiveContent,checked:(null==l?void 0:l.id)===e.id,onClick:f,ariaLabel:e.getAriaLabel(a)}))})))))}function ai(e){var t=e.id,n=e.label,r=e.activeContent,o=e.inactiveContent,a=e.checked,c=e.onClick,s=e.ariaLabel,l=e.summary,u=er().formStatus;return l?Object(i.createElement)(i.Fragment,null,o&&o):Object(i.createElement)(ti,{name:"paymentMethod",value:t,id:t,checked:a,disabled:u!==Wn.READY,onChange:c?function(){return c(t)}:void 0,ariaLabel:s,label:n},r&&r)}oi.propTypes={summary:gn.a.bool,isComplete:gn.a.bool.isRequired,className:gn.a.string},ai.propTypes={id:gn.a.string.isRequired,onClick:gn.a.func,checked:gn.a.bool.isRequired,ariaLabel:gn.a.string.isRequired,activeContent:gn.a.node,label:gn.a.node,inactiveContent:gn.a.node,summary:gn.a.bool};var ci=Vn.div(ri());function si(){var e=hn()(["\n\tbackground: ",";\n\ttransform: rotateY( 180deg );\n\t// Reason: media query needs to not have spaces within brackets otherwise ie11 doesn't read them\n\t// prettier-ignore\n\t@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {\n\t\tbackface-visibility: visible;\n\t\tz-index: ",";\n\t}\n\n\tsvg {\n\t\tmargin-top: 4px;\n\t}\n"]);return si=function(){return e},e}function li(){var e=hn()(["\n\tbackground: ",";\n\tfont-weight: normal;\n\twidth: 27px;\n\theight: 27px;\n\tline-height: 27px;\n\tbox-sizing: border-box;\n\ttext-align: center;\n\tborder-radius: 50%;\n\tcolor: ",";\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tbackface-visibility: hidden;\n\n\t.rtl & {\n\t\tright: 0;\n\t\tleft: auto;\n\t}\n\n\t// Reason: The IE media query needs to not have spaces within brackets otherwise ie11 doesn't read them\n\t// prettier-ignore\n\t@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {\n\t\tz-index: ",";\n\t}\n"]);return li=function(){return e},e}function ui(){var e=hn()(["\n\tposition: relative;\n\ttransform-origin: center center;\n\ttransition: transform 0.3s 0.1s ease-out;\n\ttransform-style: preserve-3d;\n\ttransform: ",";\n"]);return ui=function(){return e},e}function di(){var e=hn()(["\n\tposition: relative;\n\twidth: 27px;\n\theight: 27px;\n\tmargin-right: 8px;\n\n\t.rtl & {\n\t\tmargin-right: 0;\n\t\tmargin-left: 8px;\n\t}\n"]);return di=function(){return e},e}function fi(){var e=hn()(["\n\tfont-size: 14px;\n\tpadding-top: 1px;\n"]);return fi=function(){return e},e}function mi(){var e=hn()(["\n\tfont-size: 16px;\n\tdisplay: flex;\n\twidth: 100%;\n\talign-items: center;\n\tmargin: 0 0 ",";\n"]);return mi=function(){return e},e}function pi(){var e=hn()(["\n\tcolor: ",";\n\tfont-weight: ",";\n\tmargin-right: ",";\n\tflex: 1;\n\n\t.rtl & {\n\t\tmargin-right: 0;\n\t\tmargin-left: ",";\n\t}\n"]);return pi=function(){return e},e}function hi(){var e=hn()(["\n\tcolor: ",";\n\tfont-size: 14px;\n\tdisplay: ",";\n\tpadding-left: 35px;\n\n\t.rtl & {\n\t\tpadding-right: 35px;\n\t\tpadding-left: 0;\n\t}\n"]);return hi=function(){return e},e}function bi(){var e=hn()(["\n\tcolor: ",";\n\tdisplay: ",";\n\tpadding-left: 35px;\n\n\t.rtl & {\n\t\tpadding-right: 35px;\n\t\tpadding-left: 0;\n\t}\n"]);return bi=function(){return e},e}function gi(){var e=hn()(["\n\tposition: relative;\n\tborder-bottom: 1px solid ",";\n\tpadding: 16px;\n\n\t&.checkout-step {\n\t\tbackground: ",";\n\t}\n\n\t&.checkout-step.is-active,\n\t&.checkout-step.is-complete {\n\t\tbackground: ",";\n\t}\n\n\t@media ( "," ) {\n\t\tpadding: 24px;\n\t}\n"]);return gi=function(){return e},e}function vi(){var e=hn()(["\n\tbackground: ",";\n\tpadding: 24px;\n\tbottom: 0;\n\tleft: 0;\n\tbox-sizing: border-box;\n\twidth: 100%;\n\tz-index: 10;\n\tborder-top-width: 0;\n\tborder-top-style: solid;\n\tborder-top-color: ",";\n\n\t.checkout__step-wrapper--last-step & {\n\t\tborder-top-width: 1px;\n\t\tposition: fixed;\n\t}\n\n\t.rtl & {\n\t\tright: 0;\n\t\tleft: auto;\n\t}\n\n\t.checkout-button {\n\t\twidth: calc( 100% - 60px );\n\t}\n\n\t@media ( "," ) {\n\t\t.checkout-button {\n\t\t\twidth: 100%;\n\t\t}\n\n\t\t.checkout__step-wrapper--last-step & {\n\t\t\tposition: relative;\n\t\t\tborder: 0;\n\t\t}\n\t}\n"]);return vi=function(){return e},e}function yi(){var e=hn()(["\n\tbackground: ",";\n\tbox-sizing: border-box;\n\tmargin: 0 auto;\n\twidth: 100%;\n\n\t&.checkout__step-wrapper--last-step {\n\t\tmargin-bottom: 100px;\n\t}\n\n\t@media ( "," ) {\n\t\tborder: 1px solid ",";\n\t}\n\n\t@media ( "," ) {\n\t\tmax-width: 556px;\n\t}\n\n\t@media ( "," ) {\n\t\tmargin: 0;\n\t\torder: 1;\n\t\twidth: 556px;\n\t}\n"]);return yi=function(){return e},e}function Oi(){var e=hn()(["\n\tbackground: ",";\n\tborder-bottom: 1px solid ",";\n\n\t@media ( "," ) {\n\t\tborder: 1px solid ",";\n\t\tborder-bottom: none 0;\n\t}\n\n\t@media ( "," ) {\n\t\tborder: 1px solid ",";\n\t}\n"]);return Oi=function(){return e},e}function _i(){var e=hn()(["\n\tbox-sizing: border-box;\n\tmargin: 0 auto;\n\twidth: 100%;\n\n\t@media ( "," ) {\n\t\tmax-width: 556px;\n\t}\n\n\t@media ( "," ) {\n\t\tmargin-right: 0;\n\t\tmargin-left: 24px;\n\t\torder: 2;\n\t\twidth: 328px;\n\n\t\t.rtl & {\n\t\t\tmargin-right: 24px;\n\t\t\tmargin-left: 0;\n\t\t}\n\t}\n"]);return _i=function(){return e},e}function Ei(){var e=hn()(["\n\tdisplay: flex;\n\tflex-direction: column;\n\twidth: 100%;\n\n\t@media ( "," ) {\n\t\tmargin: 0 auto 32px;\n\t}\n\n\t@media ( "," ) {\n\t\talign-items: flex-start;\n\t\tflex-direction: row;\n\t\tjustify-content: center;\n\t\tmax-width: none;\n\t}\n"]);return Ei=function(){return e},e}function ji(){var e=hn()(["\n\t*:focus {\n\t\toutline: "," solid 2px;\n\t}\n"]);return ji=function(){return e},e}me()("composite-checkout:checkout"),Vn.div(ji(),(function(e){return e.theme.colors.outline}));var Si=Vn.div(Ei(),(function(e){return e.theme.breakpoints.tabletUp}),(function(e){return e.theme.breakpoints.desktopUp})),wi=Vn.div(_i(),(function(e){return e.theme.breakpoints.tabletUp}),(function(e){return e.theme.breakpoints.desktopUp})),xi=function(e){var t=e.children,n=e.className;return Object(i.createElement)(wi,{className:jn([n,"checkout__summary-area"])},t)},Ci=Vn.div(Oi(),(function(e){return e.theme.colors.surface}),(function(e){return e.theme.colors.borderColorLight}),(function(e){return e.theme.breakpoints.smallPhoneUp}),(function(e){return e.theme.colors.borderColorLight}),(function(e){return e.theme.breakpoints.desktopUp}),(function(e){return e.theme.colors.borderColorLight}));var ki=Vn.div(yi(),(function(e){return e.theme.colors.surface}),(function(e){return e.theme.breakpoints.smallPhoneUp}),(function(e){return e.theme.colors.borderColorLight}),(function(e){return e.theme.breakpoints.tabletUp}),(function(e){return e.theme.breakpoints.desktopUp})),Ni=Vn.div(vi(),(function(e){return e.theme.colors.background}),(function(e){return e.theme.colors.borderColorLight}),(function(e){return e.theme.breakpoints.tabletUp}));var Pi=Vn.div(gi(),(function(e){return e.theme.colors.borderColorLight}),(function(e){return e.theme.colors.background}),(function(e){return e.theme.colors.surface}),(function(e){return e.theme.breakpoints.tabletUp})),Ti=Vn.div(bi(),(function(e){return e.theme.colors.textColor}),(function(e){return e.isVisible?"block":"none"})),Ai=Vn.div(hi(),(function(e){return e.theme.colors.textColorLight}),(function(e){return e.isVisible?"block":"none"}));function Li(e){var t=e.errorMessage,n=e.editButtonText,r=e.editButtonAriaLabel,o=e.nextStepButtonText,a=e.validatingButtonText,c=e.nextStepButtonAriaLabel,s=e.validatingButtonAriaLabel,l=e.isStepActive,u=e.isStepComplete,d=e.className,f=e.stepNumber,m=e.stepId,p=e.titleContent,h=e.goToThisStep,b=e.goToNextStep,g=e.activeStepContent,v=e.formStatus,y=e.completeStepContent,O=e.onError,_=On().__;return Object(i.createElement)(qn,{errorMessage:t||_("There was an error with this step."),onError:O},Object(i.createElement)(Pi,{className:d},Object(i.createElement)(Fi,{id:m,stepNumber:f,title:p,isActive:l,isComplete:u,onEdit:v===Wn.READY&&u&&h&&!l?h:void 0,editButtonText:n||_("Edit"),editButtonAriaLabel:r||_("Edit this step")}),Object(i.createElement)(Ti,{isVisible:l,className:"checkout-steps__step-content"},g,b&&l&&Object(i.createElement)(wr,{onClick:b,value:v===Wn.VALIDATING?a||_("Please wait…"):o||_("Continue"),ariaLabel:v===Wn.VALIDATING?s||_("Please wait…"):c||_("Continue to next step"),buttonType:"primary",disabled:v!==Wn.READY,isBusy:v===Wn.VALIDATING})),u&&y?Object(i.createElement)(Ai,{isVisible:!l,className:"checkout-steps__step-complete-content"},y):null))}Li.propTypes={errorMessage:gn.a.string,onError:gn.a.func,editButtonAriaLabel:gn.a.string,editButtonText:gn.a.string,nextStepButtonText:gn.a.string,nextStepButtonAriaLabel:gn.a.string,isStepActive:gn.a.bool.isRequired,isStepComplete:gn.a.bool.isRequired,className:gn.a.string,stepNumber:gn.a.number,stepId:gn.a.string.isRequired,titleContent:gn.a.node.isRequired,goToThisStep:gn.a.func,goToNextStep:gn.a.func,activeStepContent:gn.a.node,formStatus:gn.a.string,completeStepContent:gn.a.node,validatingButtonText:gn.a.string,validatingButtonAriaLabel:gn.a.string};var Di=Vn.span(pi(),(function(e){return e.isActive?e.theme.colors.textColorDark:e.theme.colors.textColor}),(function(e){return e.isActive?e.theme.weights.bold:e.theme.weights.normal}),(function(e){return e.fullWidth?"0":"8px"}),(function(e){return e.fullWidth?"0":"8px"})),Ri=Vn.h2(mi(),(function(e){return e.isComplete||e.isActive?"8px":"0"})),Ii=Vn(br)(fi());function Fi(e){var t=e.id,n=e.className,r=e.stepNumber,o=e.title,a=e.isActive,c=e.isComplete,s=e.onEdit,l=e.editButtonText,u=e.editButtonAriaLabel,d=On().__,f=!!s;return Object(i.createElement)(Ri,{isComplete:c,isActive:a,className:jn([n,"checkout-step__header"])},Object(i.createElement)(zi,{isComplete:c,isActive:a,id:t},r||null),Object(i.createElement)(Di,{fullWidth:!f,isActive:a},o),f&&Object(i.createElement)(Ii,{className:"checkout-step__edit-button",buttonType:"text-button",onClick:s,"aria-label":u||d("Edit this step")},l||d("Edit")))}var Mi=Vn.div(di()),Bi=Vn.div(ui(),(function(e){return e.isComplete?"rotateY(180deg)":"rotateY(0)"})),Ui=Vn.div(li(),(function(e){var t=e.isComplete,n=e.isActive,r=e.theme;if(n)return r.colors.highlight;if(t)return r.colors.success;return r.colors.upcomingStepBackground}),(function(e){var t=e.isComplete,n=e.isActive,r=e.theme;if(t||n)return r.colors.surface;return r.colors.textColor}),(function(e){return e.isComplete?"0":"1"})),Vi=Vn(Ui)(si(),(function(e){return e.theme.colors.success}),(function(e){return e.isComplete?"1":"0"}));function zi(e){var t=e.isComplete,n=e.isActive,r=e.className,o=e.children,a=e.id,c=!n&&t;return Object(i.createElement)(Mi,{className:jn([r,"checkout-step__stepper"])},Object(i.createElement)(Bi,{isComplete:c},Object(i.createElement)(Ui,{isComplete:c,isActive:n},o),Object(i.createElement)(Vi,null,Object(i.createElement)(jr,{id:a}))))}Fi.propTypes={id:gn.a.string,className:gn.a.string,stepNumber:gn.a.number,title:gn.a.node.isRequired,isActive:gn.a.bool,isComplete:gn.a.bool,editButtonText:gn.a.string,editButtonAriaLabel:gn.a.string,onEdit:gn.a.func},zi.propTypes={id:gn.a.string,className:gn.a.string,isComplete:gn.a.bool,isActive:gn.a.bool};n(132);var Hi,qi,$i=Object(i.createElement)(T,{icon:rn,size:17}),Wi=function(e){var t=e.onNextStep,n=e.onPrevStep,o=Object(c.useSelect)((function(e){return e(r).getSelectedDomain()})),a=Object(c.useSelect)((function(e){return e(r).getSelectedPlan()})),s=Object(c.useSelect)((function(e){var t;return e("automattic/onboard/plans").getPrices((null===(t=window.wpcomEditorSiteLaunch)||void 0===t?void 0:t.locale)||"en")})),l=Object(c.useSelect)((function(e){return e(r).getLaunchStep()})),u=Object(c.useSelect)((function(e){return e(r).isStepCompleted})),d=Object(c.useSelect)((function(e){return e(r).isFlowCompleted()})),f=ie().title,m=G().currentDomainName,p=function(){var e,t=O(),n=Xe().domainSearch;return null===(e=Object(c.useSelect)((function(e){if(n&&!(n.length<2))return e(M).getDomainSuggestions(n,{include_wordpressdotcom:!1,include_dotblogsubdomain:!1,quantity:1,locale:t})}),[n]))||void 0===e?void 0:e[0]}(),h=Xe().domainSearch,b=Object(c.useDispatch)(r).setStep,g=Object(i.createElement)("div",{className:"nux-launch__summary-item"},Object(i.createElement)("p",null,Object(w.__)("Site","full-site-editing"),": ",f)),v=Object(i.createElement)("div",{className:"nux-launch__summary-item"},(null==o?void 0:o.domain_name)?Object(i.createElement)("p",null,Object(w.__)("Custom domain","full-site-editing"),": ",o.domain_name):Object(i.createElement)(i.Fragment,null,Object(i.createElement)("p",null,Object(w.__)("Free site address","full-site-editing"),": ",m),Object(i.createElement)(x.Tip,null,h?Object(i.createInterpolateElement)(Object(w.__)("A custom site address like <DomainName /> (<Link>now available!</Link>) is more unique and can help with your SEO ranking.","full-site-editing"),{DomainName:Object(i.createElement)("span",{className:S()("nux-launch__summary-item__domain-name",{"is-loading":!p})},(null==p?void 0:p.domain_name)||"loading-example.com"),Link:Object(i.createElement)(x.Button,{isLink:!0,onClick:function(){return b(l.Domain)}})}):Object(w.__)("A custom site address is more unique and can help with your SEO ranking.","full-site-editing")))),y=Object(i.createElement)("div",{className:"nux-launch__summary-item"},a&&!(null==a?void 0:a.isFree)?Object(i.createElement)(i.Fragment,null,Object(i.createElement)("p",{className:"nux-launch__summary-item__plan-name"},"WordPress.com ",a.title),Object(w.__)("Plan subscription","full-site-editing"),": ",s[a.storeSlug]," ",Object(w.__)("per month, billed yearly","full-site-editing")):Object(i.createElement)(i.Fragment,null,Object(i.createElement)("p",{className:"nux-launch__summary-item__plan-name"},"WordPress.com Free"),Object(i.createElement)("p",null,Object(w.__)("Plan subscription: Free forever","full-site-editing")),Object(i.createElement)(x.Tip,null,Object(i.createInterpolateElement)(Object(w.__)("<Link>Upgrade to Premium</Link> to get access to 13GB storage space, payment collection options, 24/7 Live Chat support, and more. Not sure? Give it a spin—we offer 30-day full-refunds, guaranteed.","full-site-editing"),{Link:Object(i.createElement)(x.Button,{isLink:!0,onClick:function(){return b(l.Plan)}})}))));return Object(i.createElement)(re,null,Object(i.createElement)("div",{className:"nux-launch-step__header"},Object(i.createElement)("div",null,Object(i.createElement)(X,null,Object(w.__)("Launch your site","full-site-editing")),Object(i.createElement)(Q,null,Object(w.__)("Your site will be made public and ready to share with others.","full-site-editing")))),Object(i.createElement)("div",{className:"nux-launch-step__body"},Object(i.createElement)(nn,{theme:mn},Object(i.createElement)(Si,null,u(l.Plan)&&Object(i.createElement)(xi,null,Object(i.createElement)(Ci,{className:"nux-launch__feature-list"},Object(i.createElement)("h3",{className:"nux-launch__feature-list-title"},Object(w.__)("Included in your plan","full-site-editing")),Object(i.createElement)("ul",{className:"nux-launch__feature-item-group"},null==a?void 0:a.features.map((function(e,t){return Object(i.createElement)("li",{key:t,className:"nux-launch__feature-item"},$i," ",e)}))),Object(i.createElement)("p",null,Object(w.__)("Questions?","full-site-editing")," ",Object(i.createElement)(x.Button,{isLink:!0,href:"https://wordpress.com/help/contact",target:"_blank"},Object(w.__)("Ask a Happiness Engineer","full-site-editing"))))),Object(i.createElement)(ki,null,Object(i.createElement)(Li,{isStepActive:!1,titleContent:Object(w.__)("Your site name","full-site-editing"),isStepComplete:u(l.Name),goToThisStep:function(){return b(l.Name)},completeStepContent:g,stepId:"name",formStatus:Wn.READY}),Object(i.createElement)(Li,{isStepActive:!1,titleContent:Object(w.__)("Your domain","full-site-editing"),isStepComplete:u(l.Domain),goToThisStep:function(){return b(l.Domain)},completeStepContent:v,stepId:"domain",formStatus:Wn.READY}),Object(i.createElement)(Li,{isStepActive:!1,titleContent:Object(w.__)("Your plan","full-site-editing"),isStepComplete:u(l.Plan),goToThisStep:function(){return b(l.Plan)},completeStepContent:y,stepId:"plan",formStatus:Wn.READY}),Object(i.createElement)(Ni,null,Object(i.createElement)(x.Button,{isPrimary:!0,disabled:!d,onClick:t,className:"nux-launch__submit-button"},Object(w.__)("Launch your site","full-site-editing"))))))),Object(i.createElement)("div",{className:"nux-launch-step__footer"},Object(i.createElement)(ee,{sticky:!0},Object(i.createElement)(te,{onClick:function(){null==n||n()}}))))},Gi=(n(135),function(e){var t,n=e.onSubmit,a=Object(c.useSelect)((function(e){return e(r).getState()})).step,s=Object(c.useSelect)((function(e){return e(r).getLaunchStep()})),l=Object(c.useSelect)((function(e){return e(r).getLaunchSequence()})),u=Object(c.useSelect)((function(e){return e(r).getFirstIncompleteStep()})),d=Object(c.useDispatch)(r),f=d.setStep,m=d.setSidebarFullscreen,p=d.unsetSidebarFullscreen,h=(t={},K()(t,s.Name,oe),K()(t,s.Domain,Je),K()(t,s.Plan,_t),K()(t,s.Final,Wi),t),b=l.indexOf(a),g=h[a];return o.useEffect((function(){u&&u!==s.Name&&f(u)}),[]),Object(i.createElement)(g,{onPrevStep:function(){var e=b-1;e<0&&(e=0,m()),f(l[e])},onNextStep:function(){var e=b+1;e>l.length-1&&(null==n||n()),p(),f(l[e])}})}),Yi=Object(i.createElement)(x.SVG,{viewBox:"0 0 24 24"},Object(i.createElement)(x.Circle,{cx:"12",cy:"12",r:"5"})),Ki=function(e){var t=e.title,n=e.isCompleted,r=e.isCurrent,o=e.isDisabled,a=e.onClick;return Object(i.createElement)(x.Button,{className:S()("nux-launch-menu__item",{"is-current":r,"is-completed":n}),onClick:a,disabled:o,isLink:!0},Object(i.createElement)(T,{icon:n?rn:Yi,size:16}),Object(i.createElement)("span",null,t))},Xi=(n(136),function(e){var t,n=e.onMenuItemClick,o=On().__,a=Object(c.useSelect)((function(e){return e(r).getState()})).step,s=Object(c.useSelect)((function(e){return e(r).getLaunchStep()})),l=Object(c.useSelect)((function(e){return e(r).getLaunchSequence()})),u=Object(c.useSelect)((function(e){return e(r).isStepCompleted})),d=Object(c.useSelect)((function(e){return e(r).isFlowStarted()})),f=(t={},K()(t,s.Name,o("Name your site","full-site-editing")),K()(t,s.Domain,o("Select a domain","full-site-editing")),K()(t,s.Plan,o("Select a plan","full-site-editing")),K()(t,s.Final,o("Launch your site","full-site-editing")),t),m=Object(c.useDispatch)(r).setStep;return Object(i.createElement)("div",{className:"nux-launch-menu"},Object(i.createElement)("h4",null,o("Site Launch Steps","full-site-editing")),Object(i.createElement)("div",{className:"nux-launch-menu__item-group"},l.map((function(e){return Object(i.createElement)(Ki,{key:e,title:f[e],isCompleted:u(e),isCurrent:e===a,onClick:function(){return function(e){m(e),n(e)}(e)},isDisabled:e===s.Final&&!d})}))))}),Qi=(n(137),function(){var e=Object(c.useDispatch)(r),t=e.setStep,n=e.unsetSidebarFullscreen,o=Object(c.useSelect)((function(e){return e(r).getLaunchSequence()}));return Object(i.createElement)("div",{className:"nux-launch-sidebar"},Object(i.createElement)("div",{className:"nux-launch-sidebar__header"},Object(i.createElement)(X,null,Object(w.__)("You're almost there!","full-site-editing")),Object(i.createElement)(Q,null,Object(w.__)("Complete the following steps to launch your site. Your site will remain private until you Launch.","full-site-editing"))),Object(i.createElement)("div",{className:"nux-launch-sidebar__body"},Object(i.createElement)(Xi,{onMenuItemClick:function(){n()}})),Object(i.createElement)("div",{className:"nux-launch-sidebar__footer"},Object(i.createElement)(ee,{sticky:!0},Object(i.createElement)(ne,{onClick:function(){t(o[0]),n()}},Object(w.__)("Get Started","full-site-editing")))))}),Ji=(n(138),function(){var e=On().__,t=Object(c.useSelect)((function(e){return e(r).getState()})).step,n=Object(c.useSelect)((function(e){return e(r).getLaunchSequence()})),o=n.indexOf(t)+1,a=n.length,s=Object(w.sprintf)(e("%1$d of %2$d","full-site-editing"),o,a);return Object(i.createElement)("div",{className:"nux-launch-progress"},s)}),Zi=(n(139),function(e){var t=e.onClose,n=o.useContext(p).siteId,a=Object(c.useSelect)((function(e){return e(r).getState()})),s=a.step,l=a.isSidebarFullscreen,u=o.useState(!1),d=E()(u,2),f=d[0],m=d[1],h=Object(c.useDispatch)("automattic/site").launchSite;return function(){var e=o.useContext(p),t=e.siteId,n=e.redirectTo,r=Object(c.useSelect)((function(e){return e(B).getState()})).plan,i=G().isSiteLaunched,a=W().goToCheckout;o.useEffect((function(){if(i){if(r&&!(null==r?void 0:r.isFree))return void a();n("/home/".concat(t))}}),[i])}(),Object(i.createElement)(x.Modal,{open:!0,className:S()("nux-launch-modal","step-".concat(s),l?"is-sidebar-fullscreen":""),overlayClassName:"nux-launch-modal-overlay",bodyOpenClassName:"has-nux-launch-modal",onRequestClose:t,title:""},f?Object(i.createElement)("div",{className:"nux-launch-modal-body__launching"},Object(w.__)("Hooray! Your site will be ready shortly.","full-site-editing")):Object(i.createElement)(i.Fragment,null,Object(i.createElement)("div",{className:"nux-launch-modal-body"},Object(i.createElement)("div",{className:"nux-launch-modal-header"},Object(i.createElement)("div",{className:"nux-launch-modal-header__wp-logo"},Object(i.createElement)(T,{icon:L,size:36})),Object(i.createElement)(Ji,null)),Object(i.createElement)(Gi,{onSubmit:function(){h(n),m(!0)}})),Object(i.createElement)("div",{className:"nux-launch-modal-aside"},Object(i.createElement)(Qi,null)),Object(i.createElement)(x.Button,{isLink:!0,className:"nux-launch-modal__close-button",onClick:t,"aria-label":Object(w.__)("Close dialog","full-site-editing"),disabled:!t},Object(i.createElement)("span",null,Object(i.createElement)(T,{icon:D,size:24})))))}),eo=function(e){var t=e.startsWith("/")?e:"/".concat(e);!function(e){window.top.location.href=e}("".concat("https://wordpress.com").concat(t))},to=function(){var e,t,n,r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null===(e=window)||void 0===e?void 0:e.currentSiteId,i=arguments.length>1&&void 0!==arguments[1]&&arguments[1],o="a8c.wpcom-block-editor.openCheckoutModal",a=null===(t=window)||void 0===t||null===(n=t.calypsoifyGutenberg)||void 0===n?void 0:n.isFocusedLaunchFlow;if(Object(l.hasAction)(o)&&a)Object(l.doAction)(o);else{var c=Object(f.addQueryArgs)("/checkout/".concat(r),d()({},!i&&{redirect_to:"/home/".concat(r)}));eo(c)}};Hi="a8c-editor-site-launch",qi={render:function(){var e,t=Object(c.useSelect)((function(e){return e(r).getState()})).isSidebarOpen,n=Object(c.useDispatch)(r),a=n.closeSidebar,s=n.setSidebarFullscreen,u=n.unsetSidebarFullscreen;return o.useEffect((function(){window.innerWidth<782?s():u()}),[t,s,u]),o.useEffect((function(){var e="a8c.wpcom-block-editor.toggleInlineHelpButton";Object(l.hasAction)(e)&&Object(l.doAction)(e,{hidden:t})}),[t]),t?Object(i.createElement)(y,{localeSlug:null===(e=window.wpcomEditorSiteLaunch)||void 0===e?void 0:e.locale},Object(i.createElement)(p.Provider,{value:{siteId:window._currentSiteId,flow:Qe,redirectTo:eo,openCheckout:to}},Object(i.createElement)(Zi,{onClose:a}))):null}},Object(s.registerPlugin)(Hi,qi);var no=Object(i.createElement)(A.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},Object(i.createElement)(A.Path,{d:"M20 10c0-5.51-4.49-10-10-10C4.48 0 0 4.49 0 10c0 5.52 4.48 10 10 10 5.51 0 10-4.48 10-10zM7.78 15.37L4.37 6.22c.55-.02 1.17-.08 1.17-.08.5-.06.44-1.13-.06-1.11 0 0-1.45.11-2.37.11-.18 0-.37 0-.58-.01C4.12 2.69 6.87 1.11 10 1.11c2.33 0 4.45.87 6.05 2.34-.68-.11-1.65.39-1.65 1.58 0 .74.45 1.36.9 2.1.35.61.55 1.36.55 2.46 0 1.49-1.4 5-1.4 5l-3.03-8.37c.54-.02.82-.17.82-.17.5-.05.44-1.25-.06-1.22 0 0-1.44.12-2.38.12-.87 0-2.33-.12-2.33-.12-.5-.03-.56 1.2-.06 1.22l.92.08 1.26 3.41zM17.41 10c.24-.64.74-1.87.43-4.25.7 1.29 1.05 2.71 1.05 4.25 0 3.29-1.73 6.24-4.4 7.78.97-2.59 1.94-5.2 2.92-7.78zM6.1 18.09C3.12 16.65 1.11 13.53 1.11 10c0-1.3.23-2.48.72-3.59C3.25 10.3 4.67 14.2 6.1 18.09zm4.03-6.63l2.58 6.98c-.86.29-1.76.45-2.71.45-.79 0-1.57-.11-2.29-.33.81-2.38 1.62-4.74 2.42-7.1z"}));function ro(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function io(){return(io=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function oo(e){return"/"===e.charAt(0)}function ao(e,t){for(var n=t,r=n+1,i=e.length;r<i;n+=1,r+=1)e[n]=e[r];e.pop()}var co=function(e,t){void 0===t&&(t="");var n,r=e&&e.split("/")||[],i=t&&t.split("/")||[],o=e&&oo(e),a=t&&oo(t),c=o||a;if(e&&oo(e)?i=r:r.length&&(i.pop(),i=i.concat(r)),!i.length)return"/";if(i.length){var s=i[i.length-1];n="."===s||".."===s||""===s}else n=!1;for(var l=0,u=i.length;u>=0;u--){var d=i[u];"."===d?ao(i,u):".."===d?(ao(i,u),l++):l&&(ao(i,u),l--)}if(!c)for(;l--;l)i.unshift("..");!c||""===i[0]||i[0]&&oo(i[0])||i.unshift("");var f=i.join("/");return n&&"/"!==f.substr(-1)&&(f+="/"),f};function so(e){return e.valueOf?e.valueOf():Object.prototype.valueOf.call(e)}var lo=function e(t,n){if(t===n)return!0;if(null==t||null==n)return!1;if(Array.isArray(t))return Array.isArray(n)&&t.length===n.length&&t.every((function(t,r){return e(t,n[r])}));if("object"==typeof t||"object"==typeof n){var r=so(t),i=so(n);return r!==t||i!==n?e(r,i):Object.keys(Object.assign({},t,n)).every((function(r){return e(t[r],n[r])}))}return!1},uo="Invariant failed";var fo=function(e,t){if(!e)throw new Error(uo)};function mo(e){return"/"===e.charAt(0)?e:"/"+e}function po(e){return"/"===e.charAt(0)?e.substr(1):e}function ho(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 bo(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function go(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 vo(e,t,n,r){var i;"string"==typeof e?(i=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===(i=io({},e)).pathname&&(i.pathname=""),i.search?"?"!==i.search.charAt(0)&&(i.search="?"+i.search):i.search="",i.hash?"#"!==i.hash.charAt(0)&&(i.hash="#"+i.hash):i.hash="",void 0!==t&&void 0===i.state&&(i.state=t));try{i.pathname=decodeURI(i.pathname)}catch(o){throw o instanceof URIError?new URIError('Pathname "'+i.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):o}return n&&(i.key=n),r?i.pathname?"/"!==i.pathname.charAt(0)&&(i.pathname=co(i.pathname,r.pathname)):i.pathname=r.pathname:i.pathname||(i.pathname="/"),i}function yo(){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 Oo=!("undefined"==typeof window||!window.document||!window.document.createElement);function _o(e,t){t(window.confirm(e))}var Eo="popstate",jo="hashchange";function So(){try{return window.history.state||{}}catch(e){return{}}}function wo(e){void 0===e&&(e={}),Oo||fo(!1);var t,n=window.history,r=(-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,i=!(-1===window.navigator.userAgent.indexOf("Trident")),o=e,a=o.forceRefresh,c=void 0!==a&&a,s=o.getUserConfirmation,l=void 0===s?_o:s,u=o.keyLength,d=void 0===u?6:u,f=e.basename?bo(mo(e.basename)):"";function m(e){var t=e||{},n=t.key,r=t.state,i=window.location,o=i.pathname+i.search+i.hash;return f&&(o=ho(o,f)),vo(o,r,n)}function p(){return Math.random().toString(36).substr(2,d)}var h=yo();function b(e){io(k,e),k.length=n.length,h.notifyListeners(k.location,k.action)}function g(e){(function(e){return void 0===e.state&&-1===navigator.userAgent.indexOf("CriOS")})(e)||O(m(e.state))}function v(){O(m(So()))}var y=!1;function O(e){if(y)y=!1,b();else{h.confirmTransitionTo(e,"POP",l,(function(t){t?b({action:"POP",location:e}):function(e){var t=k.location,n=E.indexOf(t.key);-1===n&&(n=0);var r=E.indexOf(e.key);-1===r&&(r=0);var i=n-r;i&&(y=!0,S(i))}(e)}))}}var _=m(So()),E=[_.key];function j(e){return f+go(e)}function S(e){n.go(e)}var w=0;function x(e){1===(w+=e)&&1===e?(window.addEventListener(Eo,g),i&&window.addEventListener(jo,v)):0===w&&(window.removeEventListener(Eo,g),i&&window.removeEventListener(jo,v))}var C=!1;var k={length:n.length,action:"POP",location:_,createHref:j,push:function(e,t){var i="PUSH",o=vo(e,t,p(),k.location);h.confirmTransitionTo(o,i,l,(function(e){if(e){var t=j(o),a=o.key,s=o.state;if(r)if(n.pushState({key:a,state:s},null,t),c)window.location.href=t;else{var l=E.indexOf(k.location.key),u=E.slice(0,l+1);u.push(o.key),E=u,b({action:i,location:o})}else window.location.href=t}}))},replace:function(e,t){var i="REPLACE",o=vo(e,t,p(),k.location);h.confirmTransitionTo(o,i,l,(function(e){if(e){var t=j(o),a=o.key,s=o.state;if(r)if(n.replaceState({key:a,state:s},null,t),c)window.location.replace(t);else{var l=E.indexOf(k.location.key);-1!==l&&(E[l]=o.key),b({action:i,location:o})}else window.location.replace(t)}}))},go:S,goBack:function(){S(-1)},goForward:function(){S(1)},block:function(e){void 0===e&&(e=!1);var t=h.setPrompt(e);return C||(x(1),C=!0),function(){return C&&(C=!1,x(-1)),t()}},listen:function(e){var t=h.appendListener(e);return x(1),function(){x(-1),t()}}};return k}var xo="hashchange",Co={hashbang:{encodePath:function(e){return"!"===e.charAt(0)?e:"!/"+po(e)},decodePath:function(e){return"!"===e.charAt(0)?e.substr(1):e}},noslash:{encodePath:po,decodePath:mo},slash:{encodePath:mo,decodePath:mo}};function ko(e){var t=e.indexOf("#");return-1===t?e:e.slice(0,t)}function No(){var e=window.location.href,t=e.indexOf("#");return-1===t?"":e.substring(t+1)}function Po(e){window.location.replace(ko(window.location.href)+"#"+e)}function To(e){void 0===e&&(e={}),Oo||fo(!1);var t=window.history,n=(window.navigator.userAgent.indexOf("Firefox"),e),r=n.getUserConfirmation,i=void 0===r?_o:r,o=n.hashType,a=void 0===o?"slash":o,c=e.basename?bo(mo(e.basename)):"",s=Co[a],l=s.encodePath,u=s.decodePath;function d(){var e=u(No());return c&&(e=ho(e,c)),vo(e)}var f=yo();function m(e){io(w,e),w.length=t.length,f.notifyListeners(w.location,w.action)}var p=!1,h=null;function b(){var e,t,n=No(),r=l(n);if(n!==r)Po(r);else{var o=d(),a=w.location;if(!p&&(t=o,(e=a).pathname===t.pathname&&e.search===t.search&&e.hash===t.hash))return;if(h===go(o))return;h=null,function(e){if(p)p=!1,m();else{var t="POP";f.confirmTransitionTo(e,t,i,(function(n){n?m({action:t,location:e}):function(e){var t=w.location,n=O.lastIndexOf(go(t));-1===n&&(n=0);var r=O.lastIndexOf(go(e));-1===r&&(r=0);var i=n-r;i&&(p=!0,_(i))}(e)}))}}(o)}}var g=No(),v=l(g);g!==v&&Po(v);var y=d(),O=[go(y)];function _(e){t.go(e)}var E=0;function j(e){1===(E+=e)&&1===e?window.addEventListener(xo,b):0===E&&window.removeEventListener(xo,b)}var S=!1;var w={length:t.length,action:"POP",location:y,createHref:function(e){var t=document.querySelector("base"),n="";return t&&t.getAttribute("href")&&(n=ko(window.location.href)),n+"#"+l(c+go(e))},push:function(e,t){var n="PUSH",r=vo(e,void 0,void 0,w.location);f.confirmTransitionTo(r,n,i,(function(e){if(e){var t=go(r),i=l(c+t);if(No()!==i){h=t,function(e){window.location.hash=e}(i);var o=O.lastIndexOf(go(w.location)),a=O.slice(0,o+1);a.push(t),O=a,m({action:n,location:r})}else m()}}))},replace:function(e,t){var n="REPLACE",r=vo(e,void 0,void 0,w.location);f.confirmTransitionTo(r,n,i,(function(e){if(e){var t=go(r),i=l(c+t);No()!==i&&(h=t,Po(i));var o=O.indexOf(go(w.location));-1!==o&&(O[o]=t),m({action:n,location:r})}}))},go:_,goBack:function(){_(-1)},goForward:function(){_(1)},block:function(e){void 0===e&&(e=!1);var t=f.setPrompt(e);return S||(j(1),S=!0),function(){return S&&(S=!1,j(-1)),t()}},listen:function(e){var t=f.appendListener(e);return j(1),function(){j(-1),t()}}};return w}function Ao(e,t,n){return Math.min(Math.max(e,t),n)}function Lo(e){void 0===e&&(e={});var t=e,n=t.getUserConfirmation,r=t.initialEntries,i=void 0===r?["/"]:r,o=t.initialIndex,a=void 0===o?0:o,c=t.keyLength,s=void 0===c?6:c,l=yo();function u(e){io(b,e),b.length=b.entries.length,l.notifyListeners(b.location,b.action)}function d(){return Math.random().toString(36).substr(2,s)}var f=Ao(a,0,i.length-1),m=i.map((function(e){return vo(e,void 0,"string"==typeof e?d():e.key||d())})),p=go;function h(e){var t=Ao(b.index+e,0,b.entries.length-1),r=b.entries[t];l.confirmTransitionTo(r,"POP",n,(function(e){e?u({action:"POP",location:r,index:t}):u()}))}var b={length:m.length,action:"POP",location:m[f],index:f,entries:m,createHref:p,push:function(e,t){var r="PUSH",i=vo(e,t,d(),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),u({action:r,location:i,index:t,entries:n})}}))},replace:function(e,t){var r="REPLACE",i=vo(e,t,d(),b.location);l.confirmTransitionTo(i,r,n,(function(e){e&&(b.entries[b.index]=i,u({action:r,location:i}))}))},go:h,goBack:function(){h(-1)},goForward:function(){h(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}var Do=n(83),Ro=n.n(Do),Io=1073741823;function Fo(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 Mo=a.a.createContext||function(e,t){var n,r,i="__create-react-context-"+Ro()()+"__",a=function(e){function n(){var t;return(t=e.apply(this,arguments)||this).emitter=Fo(t.props.value),t}jt()(n,e);var r=n.prototype;return r.getChildContext=function(){var e;return(e={})[i]=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):Io,0!==(n|=0)&&this.emitter.set(e.value,n))}var o,a},r.render=function(){return this.props.children},n}(o.Component);a.childContextTypes=((n={})[i]=gn.a.object.isRequired,n);var c=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}jt()(n,t);var r=n.prototype;return r.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=null==t?Io:t},r.componentDidMount=function(){this.context[i]&&this.context[i].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=null==e?Io:e},r.componentWillUnmount=function(){this.context[i]&&this.context[i].off(this.onUpdate)},r.getValue=function(){return this.context[i]?this.context[i].get():e},r.render=function(){return(e=this.props.children,Array.isArray(e)?e[0]:e)(this.state.value);var e},n}(o.Component);return c.contextTypes=((r={})[i]=gn.a.object,r),{Provider:a,Consumer:c}},Bo=n(53),Uo=n.n(Bo),Vo=(n(69),function(e){var t=Mo();return t.displayName=e,t}("Router")),zo=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}ro(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 a.a.createElement(Vo.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}(a.a.Component);var Ho=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=Lo(t.props),t}return ro(t,e),t.prototype.render=function(){return a.a.createElement(zo,{history:this.history,children:this.props.children})},t}(a.a.Component);var qo=function(e){function t(){return e.apply(this,arguments)||this}ro(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}(a.a.Component);var $o={},Wo=0;function Go(e,t){return void 0===e&&(e="/"),void 0===t&&(t={}),"/"===e?e:function(e){if($o[e])return $o[e];var t=Uo.a.compile(e);return Wo<1e4&&($o[e]=t,Wo++),t}(e)(t,{pretty:!0})}function Yo(e){var t=e.computedMatch,n=e.to,r=e.push,i=void 0!==r&&r;return a.a.createElement(Vo.Consumer,null,(function(e){e||fo(!1);var r=e.history,o=e.staticContext,c=i?r.push:r.replace,s=vo(t?"string"==typeof n?Go(n,t.params):io({},n,{pathname:Go(n.pathname,t.params)}):n);return o?(c(s),null):a.a.createElement(qo,{onMount:function(){c(s)},onUpdate:function(e,t){var n,r,i=vo(t.to);n=i,r=io({},s,{key:i.key}),n.pathname===r.pathname&&n.search===r.search&&n.hash===r.hash&&n.key===r.key&&lo(n.state,r.state)||c(s)},to:n})}))}var Ko={},Xo=0;function Qo(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,l=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=Ko[n]||(Ko[n]={});if(r[e])return r[e];var i=[],o={regexp:Uo()(e,i,t),keys:i};return Xo<1e4&&(r[e]=o,Xo++),o}(n,{end:o,strict:c,sensitive:l}),i=r.regexp,a=r.keys,s=i.exec(e);if(!s)return null;var u=s[0],d=s.slice(1),f=e===u;return o&&!f?null:{path:n,url:"/"===n&&""===u?"/":u,isExact:f,params:a.reduce((function(e,t,n){return e[t.name]=d[n],e}),{})}}),null)}var Jo=function(e){function t(){return e.apply(this,arguments)||this}return ro(t,e),t.prototype.render=function(){var e=this;return a.a.createElement(Vo.Consumer,null,(function(t){t||fo(!1);var n=e.props.location||t.location,r=io({},t,{location:n,match:e.props.computedMatch?e.props.computedMatch:e.props.path?Qo(n.pathname,e.props):t.match}),i=e.props,o=i.children,c=i.component,s=i.render;return Array.isArray(o)&&0===o.length&&(o=null),a.a.createElement(Vo.Provider,{value:r},r.match?o?"function"==typeof o?o(r):o:c?a.a.createElement(c,r):s?s(r):null:"function"==typeof o?o(r):null)}))},t}(a.a.Component);function Zo(e){return"/"===e.charAt(0)?e:"/"+e}function ea(e,t){if(!e)return t;var n=Zo(e);return 0!==t.pathname.indexOf(n)?t:io({},t,{pathname:t.pathname.substr(n.length)})}function ta(e){return"string"==typeof e?e:go(e)}function na(e){return function(){fo(!1)}}function ra(){}a.a.Component;var ia=function(e){function t(){return e.apply(this,arguments)||this}return ro(t,e),t.prototype.render=function(){var e=this;return a.a.createElement(Vo.Consumer,null,(function(t){t||fo(!1);var n,r,i=e.props.location||t.location;return a.a.Children.forEach(e.props.children,(function(e){if(null==r&&a.a.isValidElement(e)){n=e;var o=e.props.path||e.props.from;r=o?Qo(i.pathname,io({},e.props,{path:o})):t.match}})),r?a.a.cloneElement(n,{location:i,computedMatch:r}):null}))},t}(a.a.Component);var oa,aa,ca=a.a.useContext;function sa(){return ca(Vo).history}(aa=oa||(oa={})).Summary="/",aa.PlanDetails="/plan-details",aa.DomainDetails="/domain-details",aa.Success="/success";a.a.Component;a.a.Component;var la=function(e,t){return"function"==typeof e?e(t):e},ua=function(e,t){return"string"==typeof e?vo(e,null,null,t):e},da=function(e){return e},fa=a.a.forwardRef;void 0===fa&&(fa=da);var ma=fa((function(e,t){var n=e.innerRef,r=e.navigate,i=e.onClick,o=k(e,["innerRef","navigate","onClick"]),c=o.target,s=io({},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 s.ref=da!==fa&&t||n,a.a.createElement("a",s)}));var pa=fa((function(e,t){var n=e.component,r=void 0===n?ma:n,i=e.replace,o=e.to,c=e.innerRef,s=k(e,["component","replace","to","innerRef"]);return a.a.createElement(Vo.Consumer,null,(function(e){e||fo(!1);var n=e.history,l=ua(la(o,e.location),e.location),u=l?n.createHref(l):"",d=io({},s,{href:u,navigate:function(){var t=la(o,e.location);(i?n.replace:n.push)(t)}});return da!==fa?d.ref=t||c:d.innerRef=c,a.a.createElement(r,d)}))})),ha=function(e){return e},ba=a.a.forwardRef;void 0===ba&&(ba=ha);ba((function(e,t){var n=e["aria-current"],r=void 0===n?"page":n,i=e.activeClassName,o=void 0===i?"active":i,c=e.activeStyle,s=e.className,l=e.exact,u=e.isActive,d=e.location,f=e.strict,m=e.style,p=e.to,h=e.innerRef,b=k(e,["aria-current","activeClassName","activeStyle","className","exact","isActive","location","strict","style","to","innerRef"]);return a.a.createElement(Vo.Consumer,null,(function(e){e||fo(!1);var n=d||e.location,i=ua(la(p,n),n),g=i.pathname,v=g&&g.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1"),y=v?Qo(n.pathname,{path:v,exact:l,strict:f}):null,O=!!(u?u(y,n):y),_=O?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(" ")}(s,o):s,E=O?io({},m,{},c):m,j=io({"aria-current":O&&r||null,className:_,style:E,to:i},b);return ha!==ba?j.ref=t||h:j.innerRef=h,a.a.createElement(pa,j)}))}));function ga(){var e=o.useContext(p).siteId,t=Object(c.useSelect)((function(t){return t(I).getPrimarySiteDomain(e)}));return{sitePrimaryDomain:t,siteSubdomain:Object(c.useSelect)((function(t){return t(I).getSiteSubdomain(e)})),hasPaidDomain:t&&!(null==t?void 0:t.is_subdomain)}}function va(){var e=Object(c.useSelect)((function(e){return e(B).getState()})).plan,t=Object(c.useDispatch)(B),n=t.setDomain,r=t.unsetDomain,i=t.unsetPlan,o=t.confirmDomainSelection;return{onDomainSelect:function(t){o(),n(t),(null==e?void 0:e.isFree)&&i()},onExistingSubdomainSelect:function(){r()},selectedDomain:Object(c.useSelect)((function(e){return e(B).getState()})).domain}}n(148);var ya=function(e){var t=e.label,n=e.badgeText;return Object(i.createElement)("div",{className:"focused-launch-summary-item__leading-side"},Object(i.createElement)("span",{className:"focused-launch-summary-item__leading-side-label"},t),n?Object(i.createElement)("span",{className:"focused-launch-summary-item__leading-side-badge"},n):null)},Oa=function(e){var t=e.nodeType,n=e.children;return Object(i.createElement)("div",{className:S()({"focused-launch-summary-item__warning-note":"WARNING"===t,"focused-launch-summary-item__price-cost":"PRICE"===t})},n)},_a=function(e){var t=e.children,n=e.isSelected,r=void 0!==n&&n,o=e.readOnly,a=void 0!==o&&o,c=e.isLoading,s=Z()(e,["children","isSelected","readOnly","isLoading"]);return Object(i.createElement)("button",b()({},s,{disabled:a,className:S()("focused-launch-summary__item",{"is-selected":r,"is-readonly":a,"is-loading":c})}),t[0],t[1])},Ea="focused-launch",ja=(n(147),Object(i.createElement)(x.SVG,{viewBox:"0 0 24 24"},Object(i.createElement)(x.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"}))),Sa=Object(i.createElement)(x.SVG,{className:"focused-launch-summary__info-icon",viewBox:"0 0 24 24",width:"16"},Object(i.createElement)(x.Circle,{cx:"12",cy:"12",stroke:"#8C8F94",strokeWidth:"2",r:"10",fill:"transparent"}),Object(i.createElement)(x.Rect,{x:"10.5",y:"5",width:"3",height:"3",fill:"#8C8F94"}),Object(i.createElement)(x.Rect,{x:"10.5",y:"10",width:"3",height:"8",fill:"#8C8F94"})),wa=function(e){var t=e.input,n=e.commentary;return Object(i.createElement)("div",{className:"focused-launch-summary__step"},Object(i.createElement)("div",{className:"focused-launch-summary__data-input"},Object(i.createElement)("div",{className:"focused-launch-summary__section"},t)),Object(i.createElement)("div",{className:"focused-launch-summary__side-commentary"},n))},xa=function(e){var t=e.stepIndex,n=e.value,r=e.onChange,o=e.onBlur;return Object(i.createElement)(wa,{input:Object(i.createElement)(x.TextControl,{className:"focused-launch-summary__input",label:Object(i.createElement)("label",{className:"focused-launch-summary__label"},t&&"".concat(t,". "),Object(w.__)("Name your site","full-site-editing")),value:n,onChange:r,onBlur:o,autoFocus:!0})})},Ca=function(e){var t=e.stepIndex,n=e.existingSubdomain,r=e.currentDomain,o=e.initialDomainSearch,a=e.hasPaidDomain,c=e.onDomainSelect,s=e.onExistingSubdomainSelect,l=e.isLoading,u=O();return Object(i.createElement)(wa,{input:a?Object(i.createElement)(i.Fragment,null,Object(i.createElement)("label",{className:"focused-launch-summary__label"},Object(w.__)("Your domain","full-site-editing"),Object(i.createElement)(x.Tooltip,{position:"top center",text:Object(w.__)("Changes to your purchased domain can be managed from your Domains page.","full-site-editing")},Object(i.createElement)("span",null,Sa)),Object(i.createElement)("p",{className:"focused-launch-summary__mobile-commentary"},Object(i.createElement)(ue,{icon:ja}),Object(i.createElement)("span",null,Object(i.createInterpolateElement)(Object(w.__)("<strong>Unique domains</strong> help build brand trust","full-site-editing"),{strong:Object(i.createElement)("strong",null)})))),Object(i.createElement)(_a,{readOnly:!0},Object(i.createElement)(ya,{label:r||""}),Object(i.createElement)(Oa,{nodeType:"PRICE"},Object(i.createElement)(ue,{icon:Ze,size:18})," ",Object(w.__)("Purchased","full-site-editing")))):Object(i.createElement)(i.Fragment,null,Object(i.createElement)(Ye,{header:Object(i.createElement)(i.Fragment,null,Object(i.createElement)("label",{className:"focused-launch-summary__label"},t&&"".concat(t,". "),Object(w.__)("Confirm your domain","full-site-editing")),Object(i.createElement)("p",{className:"focused-launch-summary__mobile-commentary"},Object(i.createElement)(ue,{icon:ja}),Object(i.createElement)("span",null,Object(i.createInterpolateElement)(Object(w.__)("<strong>46.9%</strong> of registered domains are <strong>.com</strong>","full-site-editing"),{strong:Object(i.createElement)("strong",null)})))),areDependenciesLoading:l,existingSubdomain:n,currentDomain:r,onDomainSelect:c,onExistingSubdomainSelect:s,initialDomainSearch:o,showSearchField:!1,analyticsFlowId:Ea,analyticsUiAlgo:"summary_domain_step",quantity:3,quantityExpanded:3,itemType:"individual-item",locale:u}),Object(i.createElement)(pa,{to:oa.DomainDetails,className:"focused-launch-summary__details-link"},Object(w.__)("View all domains","full-site-editing"))),commentary:Object(i.createElement)(i.Fragment,null,a?Object(i.createElement)("p",{className:"focused-launch-summary__side-commentary-title"},Object(i.createInterpolateElement)(Object(w.__)("<strong>Unique domains</strong> help build brand recognition and trust","full-site-editing"),{strong:Object(i.createElement)("strong",null)})):Object(i.createElement)(i.Fragment,null,Object(i.createElement)("p",{className:"focused-launch-summary__side-commentary-title"},Object(i.createInterpolateElement)(Object(w.__)("<strong>46.9%</strong> of globally registered domains are <strong>.com</strong>","full-site-editing"),{strong:Object(i.createElement)("strong",null)})),Object(i.createElement)("ul",{className:"focused-launch-summary__side-commentary-list"},Object(i.createElement)("li",{className:"focused-launch-summary__side-commentary-list-item"},Object(i.createElement)(ue,{icon:Ze}),Object(w.__)("Stand out with a unique domain","full-site-editing")),Object(i.createElement)("li",{className:"focused-launch-summary__side-commentary-list-item"},Object(i.createElement)(ue,{icon:Ze}),Object(w.__)("Easy to remember and easy to share","full-site-editing")),Object(i.createElement)("li",{className:"focused-launch-summary__side-commentary-list-item"},Object(i.createElement)(ue,{icon:Ze}),Object(w.__)("Builds brand recognition and trust","full-site-editing")))))})},ka=function(e){var t,n,r,a,s=e.stepIndex,l=e.hasPaidPlan,u=void 0!==l&&l,d=e.hasPaidDomain,f=void 0!==d&&d,m=e.selectedPaidDomain,p=void 0!==m&&m,h=Object(c.useDispatch)(B),b=h.setPlan,g=h.unsetPlan,v=Object(c.useSelect)((function(e){return e(B).getSelectedPlan()})),y=Object(c.useSelect)((function(e){return e(B).getPaidPlan()})),_=(a=O(),{defaultPaidPlan:Object(c.useSelect)((function(e){return e(F).getDefaultPaidPlan(a)})),defaultFreePlan:Object(c.useSelect)((function(e){return e(F).getDefaultFreePlan(a)})),planPrices:Object(c.useSelect)((function(e){return e(F).getPrices("")}))}),j=_.defaultPaidPlan,S=_.defaultFreePlan,C=_.planPrices,k=o.useState(),N=E()(k,2),P=N[0],T=N[1],A=function(e){return e&&e.storeSlug===(null==v?void 0:v.storeSlug)},L=G().sitePlan;return o.useEffect((function(){p&&v&&v.isFree&&g()}),[p,v,g]),o.useEffect((function(){y!==j&&T(y)}),[y,j]),Object(i.createElement)(wa,{input:u?Object(i.createElement)(i.Fragment,null,Object(i.createElement)("label",{className:"focused-launch-summary__label"},Object(w.__)("Your plan","full-site-editing"),Object(i.createElement)(x.Tooltip,{position:"top center",text:Object(w.__)("Changes to your purchased plan can be managed from your Plans page.","full-site-editing")},Object(i.createElement)("span",null,Sa)),Object(i.createElement)("p",{className:"focused-launch-summary__mobile-commentary focused-launch-summary__mobile-only"},Object(i.createElement)(ue,{icon:ja}),Object(i.createElement)("span",null,Object(i.createInterpolateElement)(Object(w.__)("More than <strong>38%</strong> of the internet uses <strong>WordPress</strong>","full-site-editing"),{strong:Object(i.createElement)("strong",null)})))),Object(i.createElement)("div",null,Object(i.createElement)(_a,{readOnly:!0},Object(i.createElement)(ya,{label:Object(w.sprintf)(Object(w.__)("%s Plan","full-site-editing"),null==L?void 0:L.product_name_short)}),Object(i.createElement)(Oa,{nodeType:"PRICE"},Object(i.createElement)(ue,{icon:Ze,size:18})," ",Object(w.__)("Purchased","full-site-editing"))))):Object(i.createElement)(i.Fragment,null,Object(i.createElement)("label",{className:"focused-launch-summary__label"},s&&"".concat(s,". "),Object(w.__)("Confirm your plan","full-site-editing")),Object(i.createElement)("p",{className:"focused-launch-summary__mobile-commentary focused-launch-summary__mobile-only"},Object(i.createElement)(ue,{icon:ja}),Object(i.createElement)("span",null,Object(i.createInterpolateElement)(Object(w.__)("Grow your business with <strong>WordPress Business</strong>","full-site-editing"),{strong:Object(i.createElement)("strong",null)}))),Object(i.createElement)("div",null,Object(i.createElement)(_a,{isLoading:!S||!j,onClick:function(){return j&&b(j)},isSelected:A(j)},Object(i.createElement)(ya,{label:Object(w.sprintf)(Object(w.__)("%s Plan","full-site-editing"),null!==(t=null==j?void 0:j.title)&&void 0!==t?t:""),badgeText:(null==j?void 0:j.isPopular)?Object(w.__)("Popular","full-site-editing"):""}),Object(i.createElement)(Oa,{nodeType:"PRICE"},Object(i.createElement)("span",null,j&&C[null==j?void 0:j.storeSlug]),Object(i.createElement)("span",null,Object(w.__)("/mo","full-site-editing")))),P&&Object(i.createElement)(_a,{isLoading:!S||!j,onClick:function(){return P&&b(P)},isSelected:A(P)},Object(i.createElement)(ya,{label:Object(w.sprintf)(Object(w.__)("%s Plan","full-site-editing"),null!==(n=null==P?void 0:P.title)&&void 0!==n?n:""),badgeText:(null==P?void 0:P.isPopular)?Object(w.__)("Popular","full-site-editing"):""}),Object(i.createElement)(Oa,{nodeType:"PRICE"},Object(i.createElement)("span",null,P&&C[null==P?void 0:P.storeSlug]),Object(i.createElement)("span",null,Object(w.__)("/mo","full-site-editing")))),Object(i.createElement)(_a,{isLoading:!S||!j,readOnly:f||p,onClick:function(){return S&&b(S)},isSelected:!(f||p)&&(null==v?void 0:v.isFree)},Object(i.createElement)(ya,{label:Object(w.sprintf)(Object(w.__)("%s Plan","full-site-editing"),null!==(r=null==S?void 0:S.title)&&void 0!==r?r:"")}),Object(i.createElement)(Oa,{nodeType:f||p?"WARNING":"PRICE"},f||p?Object(w.__)("Not available with your domain selection","full-site-editing"):Object(w.__)("Free","full-site-editing")))),Object(i.createElement)(pa,{to:oa.PlanDetails,className:"focused-launch-summary__details-link"},Object(w.__)("View all plans","full-site-editing"))),commentary:u?Object(i.createElement)("p",{className:"focused-launch-summary__side-commentary-title"},Object(i.createInterpolateElement)(Object(w.__)("More than <strong>38%</strong> of the internet uses <strong>WordPress</strong>","full-site-editing"),{strong:Object(i.createElement)("strong",null)})):Object(i.createElement)(i.Fragment,null,Object(i.createElement)("p",{className:"focused-launch-summary__side-commentary-title"},Object(i.createInterpolateElement)(Object(w.__)("Monetize your site with <strong>WordPress Premium</strong>","full-site-editing"),{strong:Object(i.createElement)("strong",null)})),Object(i.createElement)("ul",{className:"focused-launch-summary__side-commentary-list"},Object(i.createElement)("li",{className:"focused-launch-summary__side-commentary-list-item"},Object(i.createElement)(ue,{icon:Ze}),Object(w.__)("Advanced tools and customization","full-site-editing")),Object(i.createElement)("li",{className:"focused-launch-summary__side-commentary-list-item"},Object(i.createElement)(ue,{icon:Ze}),Object(w.__)("Unlimited premium themes","full-site-editing")),Object(i.createElement)("li",{className:"focused-launch-summary__side-commentary-list-item"},Object(i.createElement)(ue,{icon:Ze}),Object(w.__)("Accept payments","full-site-editing"))))})},Na=function(){var e=Object(c.useSelect)((function(e){return e(B).hasSelectedDomain()})),t=Object(c.useSelect)((function(e){return e(B).getSelectedDomain()})),n=Object(c.useSelect)((function(e){return e(B).getSelectedPlan()})),r=Object(c.useDispatch)(I).launchSite,a=Object(c.useDispatch)(B),s=a.setModalDismissible,l=a.showModalTitle,u=ie(),d=u.title,f=u.updateTitle,m=u.saveTitle,h=u.isSiteTitleStepVisible,b=u.showSiteTitleStep,g=ga(),v=g.sitePrimaryDomain,y=g.siteSubdomain,O=g.hasPaidDomain,_=va(),E=_.onDomainSelect,j=_.onExistingSubdomainSelect,S=Xe(),x=S.domainSearch,C=S.isLoading,k=G().isPaidPlan,N=o.useContext(p),P=N.siteId,T=N.redirectTo,A=W().goToCheckout;o.useEffect((function(){s(),l()}),[s,l]),o.useEffect((function(){!h&&H({currentSiteTitle:d})&&b()}),[d,b,h]);var L=[],D=[];h&&D.push((function(e){var t=e.stepIndex,n=e.forwardStepIndex;return Object(i.createElement)(xa,{stepIndex:n?t:void 0,key:t,value:d||"",onChange:f,onBlur:m})})),(O?L:D).push((function(e){var n=e.stepIndex,r=e.forwardStepIndex;return Object(i.createElement)(Ca,{stepIndex:r?n:void 0,key:n,existingSubdomain:Ke(null==y?void 0:y.domain),currentDomain:null!=t?t:Ke(null==v?void 0:v.domain),initialDomainSearch:x,hasPaidDomain:O,isLoading:C,onDomainSelect:E,onExistingSubdomainSelect:j})})),(k?L:D).push((function(e){var n=e.stepIndex,r=e.forwardStepIndex;return Object(i.createElement)(ka,{hasPaidPlan:k,selectedPaidDomain:t&&!t.is_free,hasPaidDomain:O,stepIndex:r?n:void 0,key:n})}));var R=d&&(O||e)&&(k||n);return Object(i.createElement)("div",{className:"focused-launch-container"},Object(i.createElement)("div",{className:"focused-launch-summary__section"},Object(i.createElement)(X,{tagName:"h2"},O&&k?Object(w.__)("You're ready to launch","full-site-editing"):Object(w.__)("You're almost there","full-site-editing")),Object(i.createElement)(Q,{tagName:"p",className:"focused-launch-summary__caption"},O&&k?Object(w.__)("You're good to go! Launch your site and share your site address.","full-site-editing"):Object(w.__)("Prepare for launch! Confirm a few final things before you take it live.","full-site-editing"))),L.map((function(e,t){return e({stepIndex:t+1,forwardStepIndex:!1})})),D.map((function(e,t){return e({stepIndex:t+1,forwardStepIndex:D.length>1})})),Object(i.createElement)("div",{className:"focused-launch-summary__actions-wrapper"},Object(i.createElement)(ee,{className:"focused-launch-summary__launch-action-bar"},Object(i.createElement)(ne,{className:"focused-launch-summary__launch-button",disabled:!R,onClick:function(){r(P),(t||n&&!(null==n?void 0:n.isFree))&&A()}},Object(w.__)("Launch your site","full-site-editing"))),Object(i.createElement)("div",{className:"focused-launch-summary__ask-for-help"},Object(i.createElement)("p",null,Object(w.__)("Questions? Our experts can assist.","full-site-editing")),Object(i.createElement)("a",{href:"/help",onClick:function(e){var t=e.target.getAttribute("href");t&&(T(t),e.preventDefault())}},Object(w.__)("Ask a Happiness Engineer","full-site-editing")))))},Pa=Object(i.createElement)(A.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(i.createElement)(A.Path,{d:"M14.6 7l-1.2-1L8 12l5.4 6 1.2-1-4.6-5z"})),Ta=(n(144),function(e){var t=e.className,n=Z()(e,["className"]);return Object(i.createElement)(te,b()({},n,{className:S()("go-back-button__focused-launch",t)}),Object(i.createElement)(ue,{icon:Pa}),Object(w.__)("Go back","full-site-editing"))}),Aa=(n(143),"domain_step"),La=function(){var e=O(),t=G().currentDomainName,n=Xe(),r=n.domainSearch,o=n.setDomainSearch,a=va(),c=a.onDomainSelect,s=a.onExistingSubdomainSelect,l=a.selectedDomain,u=sa(),d=function(){u.goBack()};return Object(i.createElement)("div",{className:"focused-launch-container"},Object(i.createElement)("div",{className:"focused-launch-details__back-button-wrapper"},Object(i.createElement)(Ta,{onClick:d})),Object(i.createElement)("div",{className:"focused-launch-details__header"},Object(i.createElement)(X,null,Object(w.__)("Choose a domain","full-site-editing")),Object(i.createElement)(Q,null,Object(w.__)("Free for the first year with any paid plan.","full-site-editing"))),Object(i.createElement)("div",{className:"focused-launch-details__body"},Object(i.createElement)(Ye,{initialDomainSearch:r,onSetDomainSearch:o,onDomainSearchBlur:function(e){Pe("calypso_newsite_domain_search_blur",{flow:Ea,query:e,where:Aa})},currentDomain:l||Ke(t),existingSubdomain:Ke(t),onDomainSelect:function(e){c(e),d()},onExistingSubdomainSelect:s,analyticsFlowId:Ea,analyticsUiAlgo:Aa,segregateFreeAndPaid:!0,locale:e,itemType:Ie})))},Da=(n(145),function(){var e=O(),t=Object(c.useSelect)((function(e){return e(B).getSelectedDomain()})),n=Object(c.useSelect)((function(e){return e(B).getSelectedPlan()})),r=sa(),o=Object(c.useDispatch)(B).updatePlan,a=t&&!t.is_free,s=function(){r.goBack()};return Object(i.createElement)("div",{className:"focused-launch-container focused-launch-container--wide"},Object(i.createElement)("div",{className:"focused-launch-details__back-button-wrapper"},Object(i.createElement)(Ta,{onClick:s})),Object(i.createElement)("div",{className:"focused-launch-details__header"},Object(i.createElement)(X,{tagName:"h2"},Object(w.__)("Select a plan","full-site-editing")),Object(i.createElement)(Q,{tagName:"h3"},Object(w.__)("There's no risk, you can cancel for a full refund within 30 days.","full-site-editing"))),Object(i.createElement)("div",{className:"focused-launch-details__body"},Object(i.createElement)(Ot,{currentDomain:t,onPlanSelect:function(e){o(e),s()},currentPlan:n,onPickDomainClick:s,customTagLines:{free_plan:Object(w.__)("Best for getting started","full-site-editing"),"business-bundle":Object(w.__)("Best for small businesses","full-site-editing")},showPlanTaglines:!0,popularBadgeVariation:"NEXT_TO_NAME",disabledPlans:a?K()({},R.Plans.PLAN_FREE,Object(w.__)("Not available with custom domain","full-site-editing")):void 0,CTAVariation:"FULL_WIDTH",locale:e})))}),Ra=Object(i.createElement)(A.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(i.createElement)(A.Path,{d:"M18.2 17c0 .7-.6 1.2-1.2 1.2H7c-.7 0-1.2-.6-1.2-1.2V7c0-.7.6-1.2 1.2-1.2h3.2V4.2H7C5.5 4.2 4.2 5.5 4.2 7v10c0 1.5 1.2 2.8 2.8 2.8h10c1.5 0 2.8-1.2 2.8-2.8v-3.6h-1.5V17zM14.9 3v1.5h3.7l-6.4 6.4 1.1 1.1 6.4-6.4v3.7h1.5V3h-6.3z"})),Ia=function(e){var t=e.className;return Object(i.createElement)(x.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 356 136",role:"presentation",className:t},Object(i.createElement)(x.Rect,{x:"314.913",y:"59.963",width:"7",height:"22",rx:"3.5",transform:"rotate(-50 314.913 59.963)",fill:"#984A9C"}),Object(i.createElement)(x.Rect,{y:"121.876",width:"5.091",height:"16",rx:"2.545",transform:"rotate(-50 0 121.876)",fill:"#64CA43"}),Object(i.createElement)(x.Rect,{x:"21.447",y:"85.104",width:"7",height:"22",rx:"3.5",transform:"rotate(-120 21.447 85.104)",fill:"#37E788"}),Object(i.createElement)(x.Rect,{x:"75",y:"61.64",width:"4",height:"12.571",rx:"2",transform:"rotate(130 75 61.64)",fill:"#FF2D55"}),Object(i.createElement)(x.Rect,{x:"247.461",y:"63.86",width:"4.773",height:"15",rx:"2.386",transform:"rotate(118 247.461 63.86)",fill:"#E7C037"}),Object(i.createElement)(x.Rect,{x:"97",y:"2.529",width:"4.773",height:"15",rx:"2.386",transform:"rotate(-32 97 2.53)",fill:"#117AC9"}),Object(i.createElement)(x.Rect,{x:"323.638",y:"110.513",width:"5.091",height:"16",rx:"2.545",transform:"rotate(40 323.638 110.513)",fill:"#3361CC"}),Object(i.createElement)(x.Rect,{x:"160.138",y:"27",width:"7",height:"22",rx:"3.5",transform:"rotate(40 160.138 27)",fill:"#FF8085"}),Object(i.createElement)(x.Circle,{cx:"40.5",cy:"101.095",r:"4.5",fill:"#F0B849"}),Object(i.createElement)(x.Circle,{cx:"20.928",cy:"47.751",r:"3",fill:"#BF5AF2"}),Object(i.createElement)(x.Circle,{cx:"341",cy:"134",r:"2",fill:"#F0C930"}),Object(i.createElement)(x.Circle,{cx:"131",cy:"83",r:"2",fill:"#3361CC"}),Object(i.createElement)(x.Circle,{cx:"214.5",cy:"13.5",r:"2.5",fill:"#37E688"}),Object(i.createElement)(x.Circle,{cx:"352.763",cy:"98.263",r:"3",fill:"#09A884"}),Object(i.createElement)(x.Circle,{cx:"285.181",cy:"60.541",r:"3",fill:"#FF3B30"}))},Fa=(n(146),function(){var e=o.useContext(p),t=e.redirectTo,n=e.siteId,r=Object(c.useSelect)((function(e){return e(I).isSiteLaunching(n)})),a=Object(c.useDispatch)(B),s=a.unsetModalDismissible,l=a.hideModalTitle,u=a.closeFocusedLaunch,d=ga(),f=d.siteSubdomain,m=d.sitePrimaryDomain,h=o.useState(""),b=E()(h,2),g=b[0],v=b[1],y=o.useState(!1),O=E()(y,2),_=O[0],j=O[1];o.useEffect((function(){v("https://".concat(null==m?void 0:m.domain))}),[m]),o.useEffect((function(){s(),l()}),[s,l]);return Object(i.createElement)("div",{className:"focused-launch-container focused-launch-success__wrapper"},Object(i.createElement)(Ia,{className:"focused-launch-success__confetti"}),Object(i.createElement)(X,{tagName:"h2"},Object(w.__)("Hooray!","full-site-editing")),Object(i.createElement)(Q,{tagName:"h3"},r?Object(w.__)("Your site will be live shortly.","__i18n_text_domain__"):Object(w.__)("Congratulations, your website is now live. We're excited to watch you grow with WordPress.","full-site-editing")),!r&&Object(i.createElement)(i.Fragment,null,Object(i.createElement)("div",{className:"focused-launch-success__url-wrapper"},Object(i.createElement)("span",{className:"focused-launch-success__url-field"},g),Object(i.createElement)("a",{href:g,target:"_blank",rel:"noopener noreferrer",className:"focused-launch-success__url-link","aria-label":Object(w.__)("Visit site","full-site-editing")},Object(i.createElement)(ue,{icon:Ra,size:16})),Object(i.createElement)(x.ClipboardButton,{text:g,onCopy:function(){return j(!0)},onFinishCopy:function(){return j(!1)},className:"focused-launch-success__url-copy-button"},_?Object(w.__)("Copied!","full-site-editing"):Object(w.__)("Copy Link","full-site-editing"))),Object(i.createElement)(ne,{onClick:u,className:"focused-launch-success__continue-editing-button"},Object(w.__)("Continue Editing","full-site-editing")),Object(i.createElement)(te,{onClick:function(){t("/home/".concat(null==f?void 0:f.domain))}},Object(w.__)("Back home","full-site-editing"))))}),Ma=(n(141),function(){var e=G(),t=e.isSiteLaunched,n=e.isSiteLaunching;return o.useEffect((function(){(t||n)&&document.body.classList.add("is-focused-launch-complete")}),[t,n]),Object(i.createElement)(Ho,{initialEntries:[oa.Summary]},(t||n)&&Object(i.createElement)(Yo,{to:oa.Success}),Object(i.createElement)(ia,null,Object(i.createElement)(Jo,{path:oa.DomainDetails},Object(i.createElement)(La,null)),Object(i.createElement)(Jo,{path:oa.PlanDetails},Object(i.createElement)(Da,null)),Object(i.createElement)(Jo,{path:oa.Success},Object(i.createElement)(Fa,null)),Object(i.createElement)(Jo,{path:oa.Summary},Object(i.createElement)(Na,null))))}),Ba=(n(140),function(e){var t=e.locale,n=void 0===t?"en":t,r=e.siteId,o=e.openCheckout,a=e.redirectTo,s=Object(c.useSelect)((function(e){return e(B).isModalDismissible()})),l=Object(c.useSelect)((function(e){return e(B).isModalTitleVisible()})),u=Object(c.useDispatch)(B).closeFocusedLaunch;return Object(i.createElement)(y,{localeSlug:n},Object(i.createElement)(x.Modal,{open:!0,className:S()("launch__focused-modal",{"launch__focused-modal--hide-title":!l}),overlayClassName:"launch__focused-modal-overlay",bodyOpenClassName:"has-focused-launch-modal",onRequestClose:u,title:Object(w.__)("Complete setup","full-site-editing"),icon:Object(i.createElement)(ue,{icon:no,size:36}),isDismissible:s,shouldCloseOnEsc:s,shouldCloseOnClickOutside:s},Object(i.createElement)("div",{className:"launch__focused-modal-body"},Object(i.createElement)(p.Provider,{value:{siteId:r,redirectTo:a,openCheckout:o,flow:Ea}},Object(i.createElement)(Ma,null)))))});!function(e,t){Object(s.registerPlugin)(e,t)}("a8c-editor-editor-focused-launch",{render:function(){var e,t=window._currentSiteId;return Object(c.useSelect)((function(e){return e(r).isFocusedLaunchOpen()}))?Object(i.createElement)(Ba,{locale:null===(e=window.wpcomEditorSiteLaunch)||void 0===e?void 0:e.locale,openCheckout:to,redirectTo:eo,siteId:t}):null}})},,,function(e,t,n){"use strict";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)}for(var a=[],c=0;c<256;++c)a[c]=(c+256).toString(16).substr(1);var s=function(e,t){var n=t||0,r=a;return[r[e[n++]],r[e[n++]],r[e[n++]],r[e[n++]],"-",r[e[n++]],r[e[n++]],"-",r[e[n++]],r[e[n++]],"-",r[e[n++]],r[e[n++]],"-",r[e[n++]],r[e[n++]],r[e[n++]],r[e[n++]],r[e[n++]],r[e[n++]]].join("")};t.a=function(e,t,n){var r=t&&n||0;"string"==typeof e&&(t="binary"===e?new Array(16):null,e=null);var i=(e=e||{}).random||(e.rng||o)();if(i[6]=15&i[6]|64,i[8]=63&i[8]|128,t)for(var a=0;a<16;++a)t[r+a]=i[a];return t||s(i)}}]));
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 n={}.hasOwnProperty;function i(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var o=typeof r;if("string"===o||"number"===o)e.push(r);else if(Array.isArray(r)&&r.length){var a=i.apply(null,r);a&&e.push(a)}else if("object"===o)for(var c in r)n.call(r,c)&&r[c]&&e.push(c)}}return e.join(" ")}e.exports?(i.default=i,e.exports=i):void 0===(r=function(){return i}.apply(t,[]))||(e.exports=r)}()},function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t,n){"use strict";n.d(t,"d",(function(){return r})),n.d(t,"e",(function(){return i})),n.d(t,"f",(function(){return o})),n.d(t,"b",(function(){return a})),n.d(t,"c",(function(){return c})),n.d(t,"g",(function(){return s})),n.d(t,"a",(function(){return l})),n.d(t,"i",(function(){return u})),n.d(t,"j",(function(){return d})),n.d(t,"k",(function(){return f})),n.d(t,"h",(function(){return m}));var r="free_plan",i="personal-bundle",o="value_bundle",a="business-bundle",c="ecommerce-bundle",s="automattic/onboard/plans",l=o,u=[i,o,a,c],d=["beginner","personal","premium","business","ecommerce"],f=[r,i,o,a,c],m={USD:{format:"SYMBOL_THEN_AMOUNT",symbol:"$",decimal:2},GBP:{format:"SYMBOL_THEN_AMOUNT",symbol:"£",decimal:2},JPY:{format:"SYMBOL_THEN_AMOUNT",symbol:"¥",decimal:0},BRL:{format:"SYMBOL_THEN_AMOUNT",symbol:"R$",decimal:2},EUR:{format:"SYMBOL_THEN_AMOUNT",symbol:"€",decimal:2},NZD:{format:"SYMBOL_THEN_AMOUNT",symbol:"NZ$",decimal:2},AUD:{format:"SYMBOL_THEN_AMOUNT",symbol:"A$",decimal:2},CAD:{format:"SYMBOL_THEN_AMOUNT",symbol:"C$",decimal:2},IDR:{format:"AMOUNT_THEN_SYMBOL",symbol:"Rp",decimal:0},INR:{format:"AMOUNT_THEN_SYMBOL",symbol:"₹",decimal:0},ILS:{format:"AMOUNT_THEN_SYMBOL",symbol:"₪",decimal:2},RUB:{format:"AMOUNT_THEN_SYMBOL",symbol:"₽",decimal:2},MXN:{format:"SYMBOL_THEN_AMOUNT",symbol:"MX$",decimal:2},SEK:{format:"AMOUNT_THEN_SYMBOL",symbol:"SEK",decimal:2},HUF:{format:"AMOUNT_THEN_SYMBOL",symbol:"Ft",decimal:0},CHF:{format:"AMOUNT_THEN_SYMBOL",symbol:"CHF",decimal:2},CZK:{format:"AMOUNT_THEN_SYMBOL",symbol:"Kč",decimal:2},DKK:{format:"AMOUNT_THEN_SYMBOL",symbol:"Dkr",decimal:2},HKD:{format:"AMOUNT_THEN_SYMBOL",symbol:"HK$",decimal:2},NOK:{format:"AMOUNT_THEN_SYMBOL",symbol:"Kr",decimal:2},PHP:{format:"AMOUNT_THEN_SYMBOL",symbol:"₱",decimal:2},PLN:{format:"AMOUNT_THEN_SYMBOL",symbol:"PLN",decimal:2},SGD:{format:"SYMBOL_THEN_AMOUNT",symbol:"S$",decimal:2},TWD:{format:"SYMBOL_THEN_AMOUNT",symbol:"NT$",decimal:0},THB:{format:"SYMBOL_THEN_AMOUNT",symbol:"฿",decimal:2},TRY:{format:"AMOUNT_THEN_SYMBOL",symbol:"TL",decimal:2}}},function(e,t){!function(){e.exports=this.wp.primitives}()},function(e,t,n){t.log=function(){var e;return"object"==typeof console&&console.log&&(e=console).log.apply(e,arguments)},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"],e.exports=n(101)(t),e.exports.formatters.j=function(e){try{return JSON.stringify(e)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}},function(e,t,n){var r=n(102),i=n(103),o=n(58),a=n(104);e.exports=function(e){return r(e)||i(e)||o(e)||a()}},function(e,t){function n(){return e.exports=n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},n.apply(this,arguments)}e.exports=n},function(e,t,n){"use strict";n.d(t,"c",(function(){return P})),n.d(t,"b",(function(){return T})),n.d(t,"a",(function(){return A}));var r,i=n(26),o=n.n(i),a=n(152),c=n(73),s=n.n(c),l=n(46),u=n.n(l),d=n(13),f=n.n(d)()("wpcom-proxy-request"),m="https://public-api.wordpress.com",p=window.location.protocol+"//"+window.location.host,h=function(){var e=!1;try{window.postMessage({toString:function(){e=!0}},"*")}catch(t){}return e}(),b=function(){try{return new window.File(["a"],"test.jpg",{type:"image/jpeg"}),!0}catch(e){return!1}}(),g=null,v=!1,y={},O=!!window.ProgressEvent&&!!window.FormData;f('using "origin": %o',p);var _=function(e,t){var n=Object.assign({},e);f("request(%o)",n),g||x();var i=Object(a.a)();n.callback=i,n.supports_args=!0,n.supports_error_obj=!0,n.supports_progress=O,n.method=String(n.method||"GET").toUpperCase(),f("params object: %o",n);var o=new window.XMLHttpRequest;if(o.params=n,y[i]=o,"function"==typeof t){var c=!1,s=function(e){if(!c){c=!0;var n=e.error||e.err||e;f("error: ",n),f("headers: ",e.headers),t(n,null,e.headers)}};o.addEventListener("load",(function(e){if(!c){c=!0;var n=e.response||o.response;f("body: ",n),f("headers: ",e.headers),t(null,n,e.headers)}})),o.addEventListener("abort",s),o.addEventListener("error",s)}return v?j(n):(f("buffering API request since proxying <iframe> is not yet loaded"),r.push(n)),o},E=function(e,t){return"function"==typeof t?_(e,t):new Promise((function(t,n){_(e,(function(e,r){e?n(e):t(r)}))}))};function j(e){f("sending API request to proxy <iframe> %o",e),e.formData&&function(e){if(!window.chrome||!b)return;for(var t=0;t<e.length;t++){var n=w(e[t][1]);n&&(e[t][1]=new window.File([n],n.name,{type:n.type}))}}(e.formData),g.contentWindow.postMessage(h?JSON.stringify(e):e,m)}function S(e){return e&&"[object File]"===Object.prototype.toString.call(e)}function w(e){return S(e)?e:"object"==typeof e&&S(e.fileContents)?e.fileContents:null}function x(){f("install()"),g&&(f("uninstall()"),window.removeEventListener("message",C),document.body.removeChild(g),v=!1,g=null),r=[],window.addEventListener("message",C),(g=document.createElement("iframe")).src=m+"/wp-admin/rest-proxy/?v=2.0#"+p,g.style.display="none",document.body.appendChild(g)}function C(e){if(f("onmessage"),e.origin===m)if(e.source===g.contentWindow){var t=e.data;if(!t)return f("no `data`, bailing");if("ready"!==t){if(h&&"string"==typeof t&&(t=JSON.parse(t)),t.upload||t.download)return function(e){f('got "progress" event: %o',e);var t=y[e.callbackId];if(t){var n=new u.a("progress",e);(e.upload?t.upload:t).dispatchEvent(n)}}(t);if(!t.length)return f("`e.data` doesn't appear to be an Array, bailing...");var n=t[t.length-1];if(!(n in y))return f("bailing, no matching request with callback: %o",n);var i=y[n],o=i.params,a=t[0],c=t[1],l=t[2];if(207===c||delete y[n],o.metaAPI?c="metaAPIupdated"===a?200:500:f("got %o status code for URL: %o",c,o.path),"object"==typeof l&&(l.status=c),c&&2===Math.floor(c/100))!function(e,t,n){var r=new u.a("load");r.data=r.body=r.response=t,r.headers=n,e.dispatchEvent(r)}(i,a,l);else!function(e,t,n){var r=new u.a("error");r.error=r.err=t,r.headers=n,e.dispatchEvent(r)}(i,s()(o,c,a),l)}else!function(){if(f('proxy <iframe> "load" event'),v=!0,r){for(var e=0;e<r.length;e++)j(r[e]);r=null}}()}else f("ignoring message... iframe elements do not match");else f("ignoring message... %o !== %o",e.origin,m)}var k,N=E,P=function(e){return{type:"WPCOM_REQUEST",request:e}},T=function(e,t){return{type:"FETCH_AND_PARSE",resource:e,options:t}},A={WPCOM_REQUEST:function(e){var t=e.request;return N(t)},FETCH_AND_PARSE:(k=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(e){return k.apply(this,arguments)}),RELOAD_PROXY:function(){x()},REQUEST_ALL_BLOGS_ACCESS:function(){return E({metaAPI:{accessAllUsersBlogs:!0}})},WAIT:function(e){var t=e.ms;return new Promise((function(e){return setTimeout(e,t)}))}}},function(e,t,n){var r=n(118);e.exports=function(e,t){if(null==e)return{};var n,i,o=r(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)n=a[i],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}},function(e,t,n){"use strict";var r=n(60);n.d(t,"DomainSuggestions",(function(){return r}));var i=n(52);n.d(t,"Plans",(function(){return i}));var o=n(70);n.d(t,"Site",(function(){return o}));var a=n(71);n.d(t,"Launch",(function(){return a}));var c=n(72);n.d(t,"WPCOMFeatures",(function(){return c}))},function(e,t,n){"use strict";n.d(t,"b",(function(){return i})),n.d(t,"a",(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={}))},,function(e,t){!function(){e.exports=this.wp.compose}()},function(e,t){!function(){e.exports=this.lodash}()},function(e,t){!function(){e.exports=this.wp.hooks}()},function(e,t,n){"use strict";n.r(t),n.d(t,"receiveCategories",(function(){return r})),n.d(t,"fetchDomainSuggestions",(function(){return i})),n.d(t,"receiveDomainAvailability",(function(){return o})),n.d(t,"receiveDomainSuggestionsSuccess",(function(){return a})),n.d(t,"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()}}},,function(e,t){function n(e,t,n,r,i,o,a){try{var c=e[o](a),s=c.value}catch(l){return void n(l)}c.done?t(s):Promise.resolve(s).then(r,i)}e.exports=function(e){return function(){var t=this,r=arguments;return new Promise((function(i,o){var a=e.apply(t,r);function c(e){n(a,i,o,c,s,"next",e)}function s(e){n(a,i,o,c,s,"throw",e)}c(void 0)}))}}},,,,function(e,t){e.exports=function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}},function(e,t){!function(){e.exports=this.wp.dataControls}()},,function(e,t,n){"use strict";var r,i="object"==typeof Reflect?Reflect:null,o=i&&"function"==typeof i.apply?i.apply:function(e,t,n){return Function.prototype.apply.call(e,t,n)};r=i&&"function"==typeof i.ownKeys?i.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var a=Number.isNaN||function(e){return e!=e};function c(){c.init.call(this)}e.exports=c,c.EventEmitter=c,c.prototype._events=void 0,c.prototype._eventsCount=0,c.prototype._maxListeners=void 0;var s=10;function l(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function u(e){return void 0===e._maxListeners?c.defaultMaxListeners:e._maxListeners}function d(e,t,n,r){var i,o,a,c;if(l(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=u(e))>0&&a.length>i&&!a.warned){a.warned=!0;var s=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");s.name="MaxListenersExceededWarning",s.emitter=e,s.type=t,s.count=a.length,c=s,console&&console.warn&&console.warn(c)}return e}function f(){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 m(e,t,n){var r={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},i=f.bind(r);return i.listener=n,r.wrapFn=i,i}function p(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):b(i,i.length)}function h(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 b(e,t){for(var n=new Array(t),r=0;r<t;++r)n[r]=e[r];return n}Object.defineProperty(c,"defaultMaxListeners",{enumerable:!0,get:function(){return s},set:function(e){if("number"!=typeof e||e<0||a(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");s=e}}),c.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},c.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||a(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},c.prototype.getMaxListeners=function(){return u(this)},c.prototype.emit=function(e){for(var t=[],n=1;n<arguments.length;n++)t.push(arguments[n]);var r="error"===e,i=this._events;if(void 0!==i)r=r&&void 0===i.error;else if(!r)return!1;if(r){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=i[e];if(void 0===s)return!1;if("function"==typeof s)o(s,this,t);else{var l=s.length,u=b(s,l);for(n=0;n<l;++n)o(u[n],this,t)}return!0},c.prototype.addListener=function(e,t){return d(this,e,t,!1)},c.prototype.on=c.prototype.addListener,c.prototype.prependListener=function(e,t){return d(this,e,t,!0)},c.prototype.once=function(e,t){return l(t),this.on(e,m(this,e,t)),this},c.prototype.prependOnceListener=function(e,t){return l(t),this.prependListener(e,m(this,e,t)),this},c.prototype.removeListener=function(e,t){var n,r,i,o,a;if(l(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},c.prototype.off=c.prototype.removeListener,c.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},c.prototype.listeners=function(e){return p(this,e,!0)},c.prototype.rawListeners=function(e){return p(this,e,!1)},c.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):h.call(e,t)},c.prototype.listenerCount=h,c.prototype.eventNames=function(){return this._eventsCount>0?r(this._events):[]}},function(e,t){e.exports=function(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}},function(e,t,n){"use strict";var r=n(50),i=n(64);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 l;l="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]=l>>>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,l=t;return s+=(l=l+r>>>0)<t?1:0,s+=(l=l+o>>>0)<o?1:0,e+n+i+a+(s+=(l=l+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,l){var u=0,d=t;return u+=(d=d+r>>>0)<t?1:0,u+=(d=d+o>>>0)<o?1:0,u+=(d=d+c>>>0)<c?1:0,e+n+i+a+s+(u+=(d=d+l>>>0)<l?1:0)>>>0},t.sum64_5_lo=function(e,t,n,r,i,o,a,c,s,l){return t+r+o+c+l>>>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}},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,"a",(function(){return r}))},function(e,t){!function(){e.exports=this.wp.plugins}()},function(e,t){!function(){e.exports=this.wp.url}()},function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n(75),i=n.n(r).a},function(e,t,n){"use strict";var r=n(106),i=n(107),o=n(62);e.exports={formats:o,parse:i,stringify:r}},function(e,t){e.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}},function(e,t){function n(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}e.exports=function(e,t,r){return t&&n(e.prototype,t),r&&n(e,r),e}},function(e,t,n){var r=n(112);e.exports=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&r(e,t)}},function(e,t,n){var r=n(113),i=n(114),o=n(115);e.exports=function(e){var t=i();return function(){var n,i=r(e);if(t){var a=r(this).constructor;n=Reflect.construct(i,arguments,a)}else n=i.apply(this,arguments);return o(this,n)}}},function(e,t,n){"use strict";var r=n(69),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 l=Object.defineProperty,u=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,m=Object.getPrototypeOf,p=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(p){var i=m(n);i&&i!==p&&e(t,i,r)}var a=u(n);d&&(a=a.concat(d(n)));for(var c=s(t),h=s(n),b=0;b<a.length;++b){var g=a[b];if(!(o[g]||r&&r[g]||h&&h[g]||c&&c[g])){var v=f(n,g);try{l(t,g,v)}catch(y){}}}}return t}},function(e,t){var n,r=window.ProgressEvent,i=!!r;try{n=new r("loaded"),i="loaded"===n.type,n=null}catch(o){i=!1}e.exports=i?r:"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}},function(e,t,n){"use strict";
7
  /*!
8
  * cookie
9
  * Copyright(c) 2012-2014 Roman Shtylman
10
  * Copyright(c) 2015 Douglas Christopher Wilson
11
  * MIT Licensed
12
+ */t.parse=function(e,t){if("string"!=typeof e)throw new TypeError("argument str must be a string");for(var n={},i=t||{},a=e.split(o),s=i.decode||r,l=0;l<a.length;l++){var u=a[l],d=u.indexOf("=");if(!(d<0)){var f=u.substr(0,d).trim(),m=u.substr(++d,u.length).trim();'"'==m[0]&&(m=m.slice(1,-1)),null==n[f]&&(n[f]=c(m,s))}}return n},t.serialize=function(e,t,n){var r=n||{},o=r.encode||i;if("function"!=typeof o)throw new TypeError("option encode is invalid");if(!a.test(e))throw new TypeError("argument name is invalid");var c=o(t);if(c&&!a.test(c))throw new TypeError("argument val is invalid");var s=e+"="+c;if(null!=r.maxAge){var l=r.maxAge-0;if(isNaN(l))throw new Error("maxAge should be a Number");s+="; Max-Age="+Math.floor(l)}if(r.domain){if(!a.test(r.domain))throw new TypeError("option domain is invalid");s+="; Domain="+r.domain}if(r.path){if(!a.test(r.path))throw new TypeError("option path is invalid");s+="; Path="+r.path}if(r.expires){if("function"!=typeof r.expires.toUTCString)throw new TypeError("option expires is invalid");s+="; Expires="+r.expires.toUTCString()}r.httpOnly&&(s+="; HttpOnly");r.secure&&(s+="; Secure");if(r.sameSite){switch("string"==typeof r.sameSite?r.sameSite.toLowerCase():r.sameSite){case!0:s+="; SameSite=Strict";break;case"lax":s+="; SameSite=Lax";break;case"strict":s+="; SameSite=Strict";break;case"none":s+="; SameSite=None";break;default:throw new TypeError("option sameSite is invalid")}}return s};var r=decodeURIComponent,i=encodeURIComponent,o=/; */,a=/^[\u0009\u0020-\u007e\u0080-\u00ff]+$/;function c(e,t){try{return t(e)}catch(n){return e}}},,function(e,t,n){"use strict";var r=Object.prototype.hasOwnProperty,i=Array.isArray,o=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),a=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:a,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"}],n=[],r=0;r<t.length;++r)for(var o=t[r],a=o.obj[o.prop],c=Object.keys(a),s=0;s<c.length;++s){var l=c[s],u=a[l];"object"==typeof u&&null!==u&&-1===n.indexOf(u)&&(t.push({obj:a,prop:l}),n.push(u))}return function(e){for(;e.length>1;){var t=e.pop(),n=t.obj[t.prop];if(i(n)){for(var r=[],o=0;o<n.length;++o)void 0!==n[o]&&r.push(n[o]);t.obj[t.prop]=r}}}(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 r=e;if("symbol"==typeof e?r=Symbol.prototype.toString.call(e):"string"!=typeof e&&(r=String(e)),"iso-8859-1"===n)return escape(r).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var i="",a=0;a<r.length;++a){var c=r.charCodeAt(a);45===c||46===c||95===c||126===c||c>=48&&c<=57||c>=65&&c<=90||c>=97&&c<=122?i+=r.charAt(a):c<128?i+=o[c]:c<2048?i+=o[192|c>>6]+o[128|63&c]:c<55296||c>=57344?i+=o[224|c>>12]+o[128|c>>6&63]+o[128|63&c]:(a+=1,c=65536+((1023&c)<<10|1023&r.charCodeAt(a)),i+=o[240|c>>18]+o[128|c>>12&63]+o[128|c>>6&63]+o[128|63&c])}return i},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(i(e)){for(var n=[],r=0;r<e.length;r+=1)n.push(t(e[r]));return n}return t(e)},merge:function e(t,n,o){if(!n)return t;if("object"!=typeof n){if(i(t))t.push(n);else{if(!t||"object"!=typeof t)return[t,n];(o&&(o.plainObjects||o.allowPrototypes)||!r.call(Object.prototype,n))&&(t[n]=!0)}return t}if(!t||"object"!=typeof t)return[t].concat(n);var c=t;return i(t)&&!i(n)&&(c=a(t,o)),i(t)&&i(n)?(n.forEach((function(n,i){if(r.call(t,i)){var a=t[i];a&&"object"==typeof a&&n&&"object"==typeof n?t[i]=e(a,n,o):t.push(n)}else t[i]=n})),t):Object.keys(n).reduce((function(t,i){var a=n[i];return r.call(t,i)?t[i]=e(t[i],a,o):t[i]=a,t}),c)}}},function(e,t){function n(e,t){if(!e)throw new Error(t||"Assertion failed")}e.exports=n,n.equal=function(e,t,n){if(e!=t)throw new Error(n||"Assertion failed: "+e+" != "+t)}},function(e,t){function n(t){return"function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?e.exports=n=function(e){return typeof e}:e.exports=n=function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},n(t)}e.exports=n},function(e,t,n){"use strict";n.r(t),n.d(t,"PLAN_FREE",(function(){return s.d})),n.d(t,"PLAN_PERSONAL",(function(){return s.e})),n.d(t,"PLAN_PREMIUM",(function(){return s.f})),n.d(t,"PLAN_BUSINESS",(function(){return s.b})),n.d(t,"PLAN_ECOMMERCE",(function(){return s.c})),n.d(t,"plansPaths",(function(){return s.j})),n.d(t,"register",(function(){return V}));var r={};n.r(r),n.d(r,"setFeatures",(function(){return m})),n.d(r,"setFeaturesByType",(function(){return p})),n.d(r,"setPlans",(function(){return h})),n.d(r,"setPrices",(function(){return b})),n.d(r,"resetPlan",(function(){return g}));var i={};n.r(i),n.d(i,"getFeatures",(function(){return v})),n.d(i,"getFeaturesByType",(function(){return y})),n.d(i,"getPlanBySlug",(function(){return O})),n.d(i,"getDefaultPaidPlan",(function(){return _})),n.d(i,"getDefaultFreePlan",(function(){return E})),n.d(i,"getSupportedPlans",(function(){return j})),n.d(i,"getPlanByPath",(function(){return S})),n.d(i,"getPlansDetails",(function(){return w})),n.d(i,"getPlansPaths",(function(){return x})),n.d(i,"getPrices",(function(){return C})),n.d(i,"isPlanEcommerce",(function(){return k})),n.d(i,"isPlanFree",(function(){return N}));var o={};n.r(o),n.d(o,"getPrices",(function(){return F})),n.d(o,"getPlansDetails",(function(){return B}));var a,c=n(3),s=n(11),l=n(10),u=n.n(l),d=(a={},u()(a,s.d,""),u()(a,s.e,""),u()(a,s.f,""),u()(a,s.b,""),u()(a,s.c,""),a),f=Object(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 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 t.featuresByType;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 t.plans;default:return e}},prices:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:d,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_PRICES":return t.prices;default:return e}},supportedPlanSlugs:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:s.k,t=arguments.length>1?arguments[1]:void 0;return t.type,e}}),m=function(e){return{type:"SET_FEATURES",features:e}},p=function(e){return{type:"SET_FEATURES_BY_TYPE",featuresByType:e}},h=function(e){return{type:"SET_PLANS",plans:e}},b=function(e){return{type:"SET_PRICES",prices:e}},g=function(){return{type:"RESET_PLAN"}},v=function(e){return e.features},y=function(e){return e.featuresByType},O=function(e,t){var n;return null!==(n=e.plans[t])&&void 0!==n?n:void 0},_=function(e,t){var n;return null===(n=Object(c.select)(s.g).getPlansDetails(t))||void 0===n?void 0:n.plans[s.a]},E=function(e,t){var n;return null===(n=Object(c.select)(s.g).getPlansDetails(t))||void 0===n?void 0:n.plans[s.d]},j=function(e){var t=[];return e.supportedPlanSlugs.forEach((function(n){n in e.plans&&t.push(e.plans[n])})),t},S=function(e,t){return t?j(e).find((function(e){return(null==e?void 0:e.pathSlug)===t})):void 0},w=function(e,t){return e},x=function(e){return j(e).map((function(e){return null==e?void 0:e.pathSlug}))},C=function(e,t){return e.prices},k=function(e,t){return t===s.c},N=function(e,t){return t===s.d},P=n(6),T=n.n(P),A=n(40),L=n(16),D=regeneratorRuntime.mark(F),R=regeneratorRuntime.mark(B);function I(e){var t=s.h[e.currency_code],n=e.raw_price/12;return Number.isInteger(n)||(n=n.toFixed(t.decimal)),"AMOUNT_THEN_SYMBOL"===t.format?"".concat(n).concat(t.symbol):"".concat(t.symbol).concat(n)}function F(){var e,t,n,r,i=arguments;return regeneratorRuntime.wrap((function(o){for(;;)switch(o.prev=o.next){case 0:return e=i.length>0&&void 0!==i[0]?i[0]:"en",o.next=3,Object(L.c)({path:"/plans",query:Object(A.stringify)({locale:e}),apiVersion:"1.5"});case 3:return t=o.sent,n=t.filter((function(e){return-1!==s.k.indexOf(e.product_slug)})),r=n.reduce((function(e,t){return e[t.product_slug]=I(t),e}),{}),o.next=8,b(r);case 8:case"end":return o.stop()}}),D)}var M={Free:s.d,Personal:s.e,Premium:s.f,Business:s.b,eCommerce:s.c};function B(){var e,t,n,r,i,o=arguments;return regeneratorRuntime.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return e=o.length>0&&void 0!==o[0]?o[0]:"en",a.prev=1,a.next=4,Object(L.b)("https://public-api.wordpress.com/wpcom/v2/plans/details?locale=".concat(encodeURIComponent(e)),{mode:"cors",credentials:"omit"});case 4:return t=a.sent,n=t.body,r={},i={},n.features.forEach((function(e){var t;i[e.id]={id:e.id,name:e.name,description:e.description,type:null!==(t=e.type)&&void 0!==t?t:"checkbox"}})),n.plans.forEach((function(e){var t,n={title:e.short_name,description:e.tagline,productId:e.products[0].plan_id,storeSlug:M[e.nonlocalized_short_name],features:e.highlighted_features,pathSlug:null===(t=e.nonlocalized_short_name)||void 0===t?void 0:t.toLowerCase(),featuresSlugs:e.features.reduce((function(e,t){return T()(T()({},e),{},u()({},t,!0))}),{}),storage:e.storage};"Free"===e.nonlocalized_short_name&&(n.isFree=!0),"Premium"===e.nonlocalized_short_name&&(n.isPopular=!0),r[M[e.nonlocalized_short_name]]=n})),a.next=12,h(r);case 12:return a.next=14,m(i);case 14:return a.next=16,p(n.features_by_type);case 16:a.next=21;break;case 18:return a.prev=18,a.t0=a.catch(1),a.abrupt("return");case 21:case"end":return a.stop()}}),R,null,[[1,18]])}var U=!1;function V(){return U||(U=!0,Object(c.registerStore)(s.g,{resolvers:o,actions:r,controls:L.a,reducer:f,selectors:i})),s.g}},function(e,t,n){var r=n(142);e.exports=m,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="",u=t&&t.delimiter||"/";null!=(n=i.exec(e));){var d=n[0],f=n[1],m=n.index;if(c+=e.slice(a,m),a=m+d.length,f)c+=f[1];else{var p=e[a],h=n[2],b=n[3],g=n[4],v=n[5],y=n[6],O=n[7];c&&(r.push(c),c="");var _=null!=h&&null!=p&&p!==h,E="+"===y||"*"===y,j="?"===y||"*"===y,S=n[2]||u,w=g||v;r.push({name:b||o++,prefix:h||"",delimiter:S,optional:j,repeat:E,partial:_,asterisk:!!O,pattern:w?l(w):O?".*":"[^"+s(S)+"]+?"})}}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,l=0;l<e.length;l++){var u=e[l];if("string"!=typeof u){var d,f=c[u.name];if(null==f){if(u.optional){u.partial&&(o+=u.prefix);continue}throw new TypeError('Expected "'+u.name+'" to be defined')}if(r(f)){if(!u.repeat)throw new TypeError('Expected "'+u.name+'" to not repeat, but received `'+JSON.stringify(f)+"`");if(0===f.length){if(u.optional)continue;throw new TypeError('Expected "'+u.name+'" to not be empty')}for(var m=0;m<f.length;m++){if(d=s(f[m]),!n[l].test(d))throw new TypeError('Expected all "'+u.name+'" to match "'+u.pattern+'", but received `'+JSON.stringify(d)+"`");o+=(0===m?u.prefix:u.delimiter)+d}}else{if(d=u.asterisk?encodeURI(f).replace(/[?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})):s(f),!n[l].test(d))throw new TypeError('Expected "'+u.name+'" to match "'+u.pattern+'", but received "'+d+'"');o+=u.prefix+d}}else o+=u}return o}}function s(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function l(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function u(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 l=e[c];if("string"==typeof l)a+=s(l);else{var f=s(l.prefix),m="(?:"+l.pattern+")";t.push(l),l.repeat&&(m+="(?:"+f+m+")*"),a+=m=l.optional?l.partial?f+"("+m+")?":"(?:"+f+"("+m+"))?":f+"("+m+")"}}var p=s(n.delimiter||"/"),h=a.slice(-p.length)===p;return i||(a=(h?a.slice(0,-p.length):a)+"(?:"+p+"(?=$))?"),a+=o?"$":i&&h?"":"(?="+p+"|$)",u(new RegExp("^"+a,d(n)),t)}function m(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 u(e,t)}(e,t):r(e)?function(e,t,n){for(var r=[],i=0;i<e.length;i++)r.push(m(e[i],t,n).source);return u(new RegExp("(?:"+r.join("|")+")",d(n)),t)}(e,t,n):function(e,t,n){return f(o(e,n),t,n)}(e,t,n)}},,,,,function(e,t,n){var r=n(59);e.exports=function(e,t){if(e){if("string"==typeof e)return r(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(e,t):void 0}}},function(e,t){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}},function(e,t,n){"use strict";n.r(t),n.d(t,"register",(function(){return m}));var r=n(3),i=n(19),o=n(74),a=n(24),c=n(84),s=n(80),l=n(16),u=n(61);for(var d in u)["default","register"].indexOf(d)<0&&function(e){n.d(t,e,(function(){return u[e]}))}(d);var f=!1;function m(e){var t=e.vendor;return f||(f=!0,Object(r.registerStore)(i.b,{actions:a,controls:l.a,reducer:o.a,resolvers:c,selectors:Object(s.a)(t)})),i.b}},function(e,t){},function(e,t,n){"use strict";var r=String.prototype.replace,i=/%20/g,o=n(49),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)},function(e,t,n){"use strict";function r(e){return function(){return e}}var i=function(){};i.thatReturns=r,i.thatReturnsFalse=r(!1),i.thatReturnsTrue=r(!0),i.thatReturnsNull=r(null),i.thatReturnsThis=function(){return this},i.thatReturnsArgument=function(e){return e},e.exports=i},function(e,t){"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}}},function(e,t,n){"use strict";var r=n(35),i=n(50);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}},function(e,t,n){"use strict";var r=n(35).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}},function(e,t,n){},function(e,t,n){},function(e,t,n){"use strict";e.exports=n(131)},function(e,t,n){"use strict";n.r(t),n.d(t,"Visibility",(function(){return j})),n.d(t,"register",(function(){return M}));var r={};n.r(r),n.d(r,"getSite",(function(){return _})),n.d(r,"getSiteDomains",(function(){return E}));var i={};n.r(i),n.d(i,"getState",(function(){return S})),n.d(i,"getNewSite",(function(){return w})),n.d(i,"getNewSiteError",(function(){return x})),n.d(i,"isFetchingSite",(function(){return C})),n.d(i,"isFetchingSiteDetails",(function(){return k})),n.d(i,"isNewSite",(function(){return N})),n.d(i,"getSite",(function(){return P})),n.d(i,"getSiteTitle",(function(){return T})),n.d(i,"isSiteLaunched",(function(){return A})),n.d(i,"isSiteLaunching",(function(){return L})),n.d(i,"getSiteDomains",(function(){return D})),n.d(i,"getPrimarySiteDomain",(function(){return R})),n.d(i,"getSiteSubdomain",(function(){return I}));var o=n(3),a="automattic/site",c=n(17),s=n.n(c),l=n(81),u=n.n(l),d=n(10),f=n.n(d),m=n(6),p=n.n(m),h=Object(o.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}}),b=Object(o.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:h,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 p()(p()({},e),{},f()({},t.siteId,t.response));if("RECEIVE_SITE_FAILED"===t.type){var n=t.siteId,r=(e[n],s()(e,[n].map(u.a)));return p()({},r)}return"RESET_SITE_STORE"===t.type?{}:"RECEIVE_SITE_TITLE"===t.type?p()(p()({},e),{},f()({},t.siteId,p()(p()({},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?p()(p()({},e),{},f()({},t.siteId,{isSiteLaunched:!1,isSiteLaunching:!0})):"LAUNCH_SITE_COMPLETE"===t.type?p()(p()({},e),{},f()({},t.siteId,{isSiteLaunched:!0,isSiteLaunching:!1})):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?p()(p()({},e),{},f()({},t.siteId,t.domains)):e}}),g=n(16);function v(e){var t=regeneratorRuntime.mark(u),n=regeneratorRuntime.mark(h),r=regeneratorRuntime.mark(b),i=regeneratorRuntime.mark(v),o=regeneratorRuntime.mark(y),a=function(){return{type:"FETCH_NEW_SITE"}},c=function(e){return{type:"RECEIVE_NEW_SITE",response:e}},l=function(e){return{type:"RECEIVE_NEW_SITE_FAILED",error:e}};function u(n){var r,i,o,a,u;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,i=s()(n,["authToken"]),o={client_id:e.client_id,client_secret:e.client_secret,find_available_url:!0,public:-1},a=p()(p()(p()({},o),i),{},{validate:!1}),t.next=8,Object(g.c)({path:"/sites/new",apiVersion:"1.1",method:"post",body:a,token:r});case 8:return u=t.sent,t.next=11,c(u);case 11:return t.abrupt("return",!0);case 14:return t.prev=14,t.t0=t.catch(2),t.next=18,l(t.t0);case 18:return t.abrupt("return",!1);case 19:case"end":return t.stop()}}),t,null,[[2,14]])}var d=function(e,t){return{type:"RECEIVE_SITE_TITLE",siteId:e,title:t}},f=function(e){return{type:"LAUNCH_SITE_START",siteId:e}},m=function(e){return{type:"LAUNCH_SITE_COMPLETE",siteId:e}};function h(e){return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,f(e);case 2:return t.next=4,Object(g.c)({path:"/sites/".concat(e,"/launch"),apiVersion:"1.1",method:"post"});case 4:return t.next=6,m(e);case 6:return t.abrupt("return",!0);case 7:case"end":return t.stop()}}),n)}function b(e){var t;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,Object(g.c)({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 v(e,t){var n;return regeneratorRuntime.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return r.next=2,Object(g.c)({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()}}),i)}function y(e,t){return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.prev=0,n.next=3,Object(g.c)({path:"/sites/".concat(encodeURIComponent(e),"/settings"),apiVersion:"1.4",body:{blogname:t},method:"POST"});case 3:return n.next=5,d(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()}}),o,null,[[0,7]])}return{receiveSiteDomains:function(e,t){return{type:"RECEIVE_SITE_DOMAINS",siteId:e,domains:t}},saveSiteTitle:y,receiveSiteTitle:d,fetchNewSite:a,fetchSite:function(){return{type:"FETCH_SITE"}},receiveNewSite:c,receiveNewSiteFailed:l,resetNewSiteFailed:function(){return{type:"RESET_RECEIVE_NEW_SITE_FAILED"}},createSite:u,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:h,launchSiteStart:f,launchSiteComplete:m,getCart:b,setCart:v}}var y=regeneratorRuntime.mark(_),O=regeneratorRuntime.mark(E);function _(e){var t;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,Object(o.dispatch)(a).fetchSite();case 2:return n.prev=2,n.next=5,Object(g.c)({path:"/sites/"+encodeURIComponent(e),apiVersion:"1.1"});case 5:return t=n.sent,n.next=8,Object(o.dispatch)(a).receiveSite(e,t);case 8:n.next=14;break;case 10:return n.prev=10,n.t0=n.catch(2),n.next=14,Object(o.dispatch)(a).receiveSiteFailed(e,void 0);case 14:case"end":return n.stop()}}),y,null,[[2,10]])}function E(e){var t;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.prev=0,n.next=3,Object(g.c)({path:"/sites/"+encodeURIComponent(e)+"/domains",apiVersion:"1.2"});case 3:return t=n.sent,n.next=6,Object(o.dispatch)(a).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()}}),O,null,[[0,8]])}var j,S=function(e){return e},w=function(e){return e.newSite.data},x=function(e){return e.newSite.error},C=function(e){return e.newSite.isFetching},k=function(e){return e.isFetchingSiteDetails},N=function(e){return!!e.newSite.data},P=function(e,t){return e.sites[t]},T=function(e,t){var n;return null===(n=Object(o.select)(a).getSite(t))||void 0===n?void 0:n.name},A=function(e,t){var n;return null===(n=e.launchStatus[t])||void 0===n?void 0:n.isSiteLaunched},L=function(e,t){var n;return null===(n=e.launchStatus[t])||void 0===n?void 0:n.isSiteLaunching},D=function(e,t){return e.sitesDomains[t]},R=function(e,t){var n;return null===(n=Object(o.select)(a).getSiteDomains(t))||void 0===n?void 0:n.find((function(e){return e.primary_domain}))},I=function(e,t){var n;return null===(n=Object(o.select)(a).getSiteDomains(t))||void 0===n?void 0:n.find((function(e){return e.is_subdomain}))};!function(e){e[e.PublicIndexed=1]="PublicIndexed",e[e.PublicNotIndexed=0]="PublicNotIndexed",e[e.Private=-1]="Private"}(j||(j={}));var F=!1;function M(e){return F||(F=!0,Object(o.registerStore)(a,{actions:v(e),controls:g.a,reducer:b,resolvers:r,selectors:i})),a}},function(e,t,n){"use strict";n.r(t),n.d(t,"STORE_KEY",(function(){return c})),n.d(t,"register",(function(){return Q}));var r={};n.r(r),n.d(r,"setSidebarFullscreen",(function(){return f})),n.d(r,"unsetSidebarFullscreen",(function(){return m})),n.d(r,"setStep",(function(){return p})),n.d(r,"setDomain",(function(){return h})),n.d(r,"unsetDomain",(function(){return b})),n.d(r,"confirmDomainSelection",(function(){return g})),n.d(r,"setDomainSearch",(function(){return v})),n.d(r,"setPlan",(function(){return y})),n.d(r,"unsetPlan",(function(){return O})),n.d(r,"updatePlan",(function(){return _})),n.d(r,"openSidebar",(function(){return E})),n.d(r,"closeSidebar",(function(){return j})),n.d(r,"openFocusedLaunch",(function(){return S})),n.d(r,"closeFocusedLaunch",(function(){return w})),n.d(r,"enableExperimental",(function(){return x})),n.d(r,"showSiteTitleStep",(function(){return C})),n.d(r,"setModalDismissible",(function(){return k})),n.d(r,"unsetModalDismissible",(function(){return N})),n.d(r,"showModalTitle",(function(){return P})),n.d(r,"hideModalTitle",(function(){return T}));var i={};n.r(i),n.d(i,"getLaunchSequence",(function(){return A})),n.d(i,"getLaunchStep",(function(){return L})),n.d(i,"getState",(function(){return D})),n.d(i,"hasPaidDomain",(function(){return R})),n.d(i,"getSelectedDomain",(function(){return I})),n.d(i,"getSelectedPlan",(function(){return F})),n.d(i,"getPaidPlan",(function(){return M})),n.d(i,"hasSelectedDomain",(function(){return B})),n.d(i,"isStepCompleted",(function(){return U})),n.d(i,"isFlowCompleted",(function(){return V})),n.d(i,"isFlowStarted",(function(){return z})),n.d(i,"getFirstIncompleteStep",(function(){return H})),n.d(i,"isSiteTitleStepVisible",(function(){return q})),n.d(i,"isModalDismissible",(function(){return $})),n.d(i,"isModalTitleVisible",(function(){return W})),n.d(i,"isFocusedLaunchOpen",(function(){return G}));var o=n(31),a=n(3),c="automattic/launch",s={Name:"name",Domain:"domain",Plan:"plan",Final:"final"},l=[s.Name,s.Domain,s.Plan,s.Final],u=Object(a.combineReducers)({step:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:s.Name,t=arguments.length>1?arguments[1]:void 0;return"SET_STEP"===t.type?t.step: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},plan:function(e,t){return"SET_PLAN"===t.type?t.plan:"UNSET_PLAN"!==t.type?e:void 0},paidPlan:function(e,t){var n;return"SET_PLAN"!==t.type||(null===(n=t.plan)||void 0===n?void 0:n.isFree)?e:t.plan},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},isExperimental:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return"ENABLE_EXPERIMENTAL"===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}}),d=regeneratorRuntime.mark(_),f=function(){return{type:"SET_SIDEBAR_FULLSCREEN"}},m=function(){return{type:"UNSET_SIDEBAR_FULLSCREEN"}},p=function(e){return{type:"SET_STEP",step:e}},h=function(e){return{type:"SET_DOMAIN",domain:e}},b=function(){return{type:"UNSET_DOMAIN"}},g=function(){return{type:"CONFIRM_DOMAIN_SELECTION"}},v=function(e){return{type:"SET_DOMAIN_SEARCH",domainSearch:e}},y=function(e){return{type:"SET_PLAN",plan:e}},O=function(){return{type:"UNSET_PLAN"}};function _(e){var t;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,Object(o.select)("automattic/onboard/plans","getPlanBySlug",e);case 2:return t=n.sent,n.next=5,y(t);case 5:case"end":return n.stop()}}),d)}var E=function(){return{type:"OPEN_SIDEBAR"}},j=function(){return{type:"CLOSE_SIDEBAR"}},S=function(){return{type:"OPEN_FOCUSED_LAUNCH"}},w=function(){return{type:"CLOSE_FOCUSED_LAUNCH"}},x=function(){return{type:"ENABLE_EXPERIMENTAL"}},C=function(){return{type:"SHOW_SITE_TITLE_STEP"}},k=function(){return{type:"SET_MODAL_DISMISSIBLE"}},N=function(){return{type:"UNSET_MODAL_DISMISSIBLE"}},P=function(){return{type:"SHOW_MODAL_TITLE"}},T=function(){return{type:"HIDE_MODAL_TITLE"}},A=function(){return l},L=function(){return s},D=function(e){return e},R=function(e){return!!e.domain&&!e.domain.is_free},I=function(e){return e.domain},F=function(e){return e.plan},M=function(e){return e.paidPlan},B=function(e){return!!I(e)||e.confirmedDomainSelection},U=function(e,t){if(t===s.Plan)return!!F(e);if(t===s.Name){var n=Object(a.select)("core").getEntityRecord("root","site",void 0);return!!(null==n?void 0:n.title)}return t===s.Domain&&Object(a.select)(c).hasSelectedDomain()},V=function(e){return l.slice(0,l.length-1).every((function(t){return U(e,t)}))},z=function(e){return l.some((function(t){return U(e,t)}))},H=function(e){return l.find((function(t){return!U(e,t)}))},q=function(e){return e.isSiteTitleStepVisible},$=function(e){return e.isModalDismissible},W=function(e){return e.isModalTitleVisible},G=function(e){return e.isFocusedLaunchOpen},Y=n(36),K=Object(Y.a)("WP_LAUNCH");Object(a.use)(a.plugins.persistence,K);var X=!1;function Q(){return X||(X=!0,Object(a.registerStore)(c,{actions:r,controls:o.controls,reducer:u,selectors:i,persist:["domain","domainSearch","plan","confirmedDomainSelection","isExperimental","isSiteTitleStepVisible"]})),c}},function(e,t,n){"use strict";n.r(t),n.d(t,"featuresList",(function(){return d})),n.d(t,"register",(function(){return b}));var r={};n.r(r),n.d(r,"getAllFeatures",(function(){return m})),n.d(r,"getRecommendedPlanSlug",(function(){return p}));var i=n(31),o=n(3),a="automattic/wpcom-features",c=n(11),s=c.e,l=c.f,u=c.b,d={domain:{id:"domain",minSupportedPlan:s},store:{id:"store",minSupportedPlan:c.c},seo:{id:"seo",minSupportedPlan:u},plugins:{id:"plugins",minSupportedPlan:u},"ad-free":{id:"ad-free",minSupportedPlan:s},"image-storage":{id:"image-storage",minSupportedPlan:l},"video-storage":{id:"video-storage",minSupportedPlan:l},support:{id:"support",minSupportedPlan:u}},f=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:d;return e},m=function(e){return e},p=function(e,t){var n=m(e);return t.length?t.reduce((function(e,t){var r=n[t].minSupportedPlan;return c.i.indexOf(r)>c.i.indexOf(e)?r:e}),n[t[0]].minSupportedPlan):""},h=!1;function b(){return h||(h=!0,Object(o.registerStore)(a,{controls:i.controls,reducer:f,selectors:r})),a}},function(e,t,n){var r=n(98),i=n(100);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}},function(e,t,n){"use strict";var r=n(10),i=n.n(r),o=n(6),a=n.n(o),c=n(3),s=n(19),l=n(39),u={state:s.a.Uninitialized,data:{},errorMessage:null,lastUpdated:-1/0,pendingSince:void 0},d=Object(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]:u,t=arguments.length>1?arguments[1]:void 0;return"FETCH_DOMAIN_SUGGESTIONS"===t.type?a()(a()({},e),{},{state:s.a.Pending,errorMessage:null,pendingSince:t.timeStamp}):"RECEIVE_DOMAIN_SUGGESTIONS_SUCCESS"===t.type?a()(a()({},e),{},{state:s.a.Success,data:a()(a()({},e.data),{},i()({},Object(l.a)(t.queryObject),t.suggestions)),errorMessage:null,lastUpdated:t.timeStamp,pendingSince:void 0}):"RECEIVE_DOMAIN_SUGGESTIONS_ERROR"===t.type?a()(a()({},e),{},{state:s.a.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.a=d},function(e,t,n){"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 l=s[n],u=e(t[l]);u&&(a&&(a+=","),a+=JSON.stringify(l)+":"+u)}return o.splice(c,1),"{"+a+"}"}}(e)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});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(1)),o=c(n(108)),a=c(n(111));function c(e){return e&&e.__esModule?e:{default:e}}var s=void 0;function l(e,t){var n,a,c,u,d,f,m,p,h=[],b={};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}h.push(t[d.value])}else h.push(d.value);return n&&(u=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),m=l(e.slice(c+1,u),t),a=i.default.cloneElement(n,{},m),h.push(a),u<e.length-1&&(p=l(e.slice(u+1),t),h=h.concat(p))),1===h.length?h[0]:(h.forEach((function(e,t){e&&(b["interpolation-child-"+t]=e)})),(0,o.default)(b))}t.default=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 l(o,n)}catch(c){if(i)throw new Error("Interpolation Error: unable to process `"+t+"` because of error `"+c.message+"`");return t}}},function(e,t,n){var r=n(33),i=n(64);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})}}},function(e,t,n){"use strict";var r=n(35),i=n(65),o=n(66),a=r.rotl32,c=r.sum32,s=r.sum32_5,l=o.ft_1,u=i.BlockHash,d=[1518500249,1859775393,2400959708,3395469782];function f(){if(!(this instanceof f))return new f;u.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.W=new Array(80)}r.inherits(f,u),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],u=this.h[2],f=this.h[3],m=this.h[4];for(r=0;r<n.length;r++){var p=~~(r/20),h=s(a(i,5),l(p,o,u,f),m,n[r],d[p]);m=f,f=u,u=a(o,30),o=i,i=h}this.h[0]=c(this.h[0],i),this.h[1]=c(this.h[1],o),this.h[2]=c(this.h[2],u),this.h[3]=c(this.h[3],f),this.h[4]=c(this.h[4],m)},f.prototype._digest=function(e){return"hex"===e?r.toHex32(this.h,"big"):r.split32(this.h,"big")}},function(e,t,n){"use strict";e.exports=n(116)},function(e,t,n){"use strict";var r=n(6),i=n.n(r),o=n(14),a=n.n(o),c=n(3),s=n(19),l=n(39);t.a=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 Object(c.select)(s.b).__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 Object(c.select)("core/data").isResolving(s.b,"__internalGetDomainSuggestions",[i])},__internalGetDomainSuggestions:function(e,t){return e.domainSuggestions.data[Object(l.a)(t)]},isAvailable:function(e,t){return e.availability[t]},getDomainAvailabilities:function(e){return e.availability}}}},function(e,t,n){var r=n(51),i=n(119);e.exports=function(e){var t=i(e,"string");return"symbol"===r(t)?t:String(t)}},function(e,t,n){"use strict";var r=n(35),i=n(65),o=n(66),a=n(50),c=r.sum32,s=r.sum32_4,l=r.sum32_5,u=o.ch32,d=o.maj32,f=o.s0_256,m=o.s1_256,p=o.g0_256,h=o.g1_256,b=i.BlockHash,g=[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 v(){if(!(this instanceof v))return new v;b.call(this),this.h=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.k=g,this.W=new Array(64)}r.inherits(v,b),e.exports=v,v.blockSize=512,v.outSize=256,v.hmacStrength=192,v.padLength=64,v.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(h(n[r-2]),n[r-7],p(n[r-15]),n[r-16]);var i=this.h[0],o=this.h[1],b=this.h[2],g=this.h[3],v=this.h[4],y=this.h[5],O=this.h[6],_=this.h[7];for(a(this.k.length===n.length),r=0;r<n.length;r++){var E=l(_,m(v),u(v,y,O),this.k[r],n[r]),j=c(f(i),d(i,o,b));_=O,O=y,y=v,v=c(g,E),g=b,b=o,o=i,i=c(E,j)}this.h[0]=c(this.h[0],i),this.h[1]=c(this.h[1],o),this.h[2]=c(this.h[2],b),this.h[3]=c(this.h[3],g),this.h[4]=c(this.h[4],v),this.h[5]=c(this.h[5],y),this.h[6]=c(this.h[6],O),this.h[7]=c(this.h[7],_)},v.prototype._digest=function(e){return"hex"===e?r.toHex32(this.h,"big"):r.split32(this.h,"big")}},function(e,t,n){"use strict";var r="__global_unique_id__";e.exports=function(){return window[r]=(window[r]||0)+1}},function(e,t,n){"use strict";n.r(t),n.d(t,"isAvailable",(function(){return ge})),n.d(t,"getCategories",(function(){return ve})),n.d(t,"__internalGetDomainSuggestions",(function(){return ye}));var r,i,o,a,c=n(40),s=n(14),l=n.n(s),u=n(10),d=n.n(u),f=n(13),m=n.n(f),p=n(76),h=n.n(p);r={"(":9,"!":8,"*":7,"/":7,"%":7,"+":6,"-":6,"<":5,"<=":5,">":5,">=":5,"==":4,"!=":4,"&&":3,"||":2,"?":1,"?:":1},i=["(","?"],o={")":["("],":":["?","?:"]},a=/<=|>=|==|!=|&&|\|\||\?:|\(|!|\*|\/|%|\+|-|<|>|\?|\)|:/;var b={"!":function(e){return!e},"*":function(e,t){return e*t},"/":function(e,t){return e/t},"%":function(e,t){return e%t},"+":function(e,t){return e+t},"-":function(e,t){return e-t},"<":function(e,t){return e<t},"<=":function(e,t){return e<=t},">":function(e,t){return e>t},">=":function(e,t){return e>=t},"==":function(e,t){return e===t},"!=":function(e,t){return e!==t},"&&":function(e,t){return e&&t},"||":function(e,t){return e||t},"?:":function(e,t,n){if(e)throw t;return n}};function g(e){var t=function(e){for(var t,n,c,s,l=[],u=[];t=e.match(a);){for(n=t[0],(c=e.substr(0,t.index).trim())&&l.push(c);s=u.pop();){if(o[n]){if(o[n][0]===s){n=o[n][1]||n;break}}else if(i.indexOf(s)>=0||r[s]<r[n]){u.push(s);break}l.push(s)}o[n]||u.push(n),e=e.substr(t.index+n.length)}return(e=e.trim())&&l.push(e),l.concat(u.reverse())}(e);return function(e){return function(e,t){var n,r,i,o,a,c,s=[];for(n=0;n<e.length;n++){if(a=e[n],o=b[a]){for(r=o.length,i=Array(r);r--;)i[r]=s.pop();try{c=o.apply(null,i)}catch(l){return l}}else c=t.hasOwnProperty(a)?t[a]:+a;s.push(c)}return s[0]}(t,e)}}var v={contextDelimiter:"",onMissingKey:null};function y(e,t){var n;for(n in this.data=e,this.pluralForms={},this.options={},v)this.options[n]=void 0!==t&&n in t?t[n]:v[n]}y.prototype.getPluralForm=function(e,t){var n,r,i,o,a=this.pluralForms[e];return a||("function"!=typeof(i=(n=this.data[e][""])["Plural-Forms"]||n["plural-forms"]||n.plural_forms)&&(r=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=g(r),i=function(e){return+o({n:e})}),a=this.pluralForms[e]=i),a(t)},y.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)};var O=n(77),_=n.n(O),E=n(78),j=n.n(E),S=n(33),w=/%(((\d+)\$)|(\(([$_a-zA-Z][$_a-zA-Z0-9]*)\)))?[ +0#-]*\d*(\.(\d+|\*))?(ll|[lhqL])?([cduxXefgsp%])/g;function x(e,t){var n;if(!Array.isArray(t))for(t=new Array(arguments.length-1),n=1;n<arguments.length;n++)t[n-1]=arguments[n];return n=1,e.replace(w,(function(){var e,r,i,o,a;return e=arguments[3],r=arguments[5],"%"===(o=arguments[9])?"%":("*"===(i=arguments[7])&&(i=t[n-1],n++),void 0!==r?t[0]&&"object"==typeof t[0]&&t[0].hasOwnProperty(r)&&(a=t[0][r]):(void 0===e&&(e=n),n++,a=t[e-1]),"f"===o?a=parseFloat(a)||0:"d"===o&&(a=parseInt(a)||0),void 0!==i&&("f"===o?a=a.toFixed(i):"s"===o&&(a=a.substr(0,i))),null!=a?a:"")}))}
13
  /*
14
  * Exposes number format capability
15
  *
16
  * @copyright Copyright (c) 2013 Kevin van Zonneveld (http://kvz.io) and Contributors (http://phpjs.org/authors).
17
  * @license See CREDITS.md
18
  * @see https://github.com/kvz/phpjs/blob/ffe1356af23a6f2512c84c954dd4e828e92579fa/functions/strings/number_format.js
19
+ */function C(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?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)}var k=m()("i18n-calypso"),N="number_format_decimals",P="number_format_thousands_sep",T="messages",A=[function(e){return e}],L={};function D(){B.throwErrors&&"undefined"!=typeof window&&window.console&&window.console.warn&&window.console.warn.apply(window.console,arguments)}function R(e){return Array.prototype.slice.call(e)}function I(e){var t=e[0];("string"!=typeof t||e.length>3||e.length>2&&"object"==typeof e[1]&&"object"==typeof e[2])&&D("Deprecated Invocation: `translate()` accepts ( string, [string], [object] ). These arguments passed:",R(e),". See https://github.com/Automattic/i18n-calypso#translate-method"),2===e.length&&"string"==typeof t&&"string"==typeof e[1]&&D("Invalid Invocation: `translate()` requires an options object for plural translations, but passed:",R(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 F(e,t){return e.dcnpgettext(T,t.context,t.original,t.plural,t.count)}function M(e,t){for(var n=A.length-1;n>=0;n--){var r=A[n](Object.assign({},t)),i=r.context?r.context+""+r.original:r.original;if(e.state.locale[i])return F(e.state.tannin,r)}return null}function B(){if(!(this instanceof B))return new B;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:_()({max:100})},this.componentUpdateHooks=[],this.translateHooks=[],this.stateObserver=new S.EventEmitter,this.stateObserver.setMaxListeners(0),this.configure()}B.throwErrors=!1,B.prototype.on=function(){var e;(e=this.stateObserver).on.apply(e,arguments)},B.prototype.off=function(){var e;(e=this.stateObserver).off.apply(e,arguments)},B.prototype.emit=function(){var e;(e=this.stateObserver).emit.apply(e,arguments)},B.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 C(e,n,r,i)},B.prototype.configure=function(e){Object.assign(this,e||{}),this.setLocale()},B.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!==L[n+e])return L[n+e];var r=j()().update(e).digest("hex");return L[n+e]=t?r.substr(0,t):r},a=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)A.push(a(!1));else{var c=i.substr(5).indexOf("-");if(c<0){var s=Number(i.substr(5));A.push(a(s))}else for(var l=Number(i.substr(5,c)),u=Number(i.substr(6+c)),f=l;f<=u;f++)A.push(a(f))}}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 y(d()({},T,this.state.locale)),this.state.numberFormatSettings.decimal_point=F(this.state.tannin,I([N])),this.state.numberFormatSettings.thousands_sep=F(this.state.tannin,I([P])),this.state.numberFormatSettings.decimal_point===N&&(this.state.numberFormatSettings.decimal_point="."),this.state.numberFormatSettings.thousands_sep===P&&(this.state.numberFormatSettings.thousands_sep=","),this.stateObserver.emit("change")},B.prototype.getLocale=function(){return this.state.locale},B.prototype.getLocaleSlug=function(){return this.state.localeSlug},B.prototype.getLocaleVariant=function(){return this.state.localeVariant},B.prototype.isRtl=function(){return"rtl"===this.state.textDirection},B.prototype.addTranslations=function(e){for(var t in e)""!==t&&(this.state.tannin.data.messages[t]=e[t]);this.stateObserver.emit("change")},B.prototype.hasTranslation=function(){return!!M(this,I(arguments))},B.prototype.translate=function(){var e=I(arguments),t=M(this,e);if(t||(t=F(this.state.tannin,e)),e.args){var n=Array.isArray(e.args)?e.args.slice(0):[e.args];n.unshift(t);try{t=x.apply(void 0,l()(n))}catch(i){if(!window||!window.console)return;var r=this.throwErrors?"error":"warn";"string"!=typeof i?window.console[r](i):window.console[r]("i18n sprintf error:",n)}}return e.components&&(t=h()({mixedString:t,components:e.components,throwErrors:this.throwErrors})),this.translateHooks.forEach((function(n){t=n(t,e)})),t},B.prototype.reRenderTranslations=function(){k("Re-rendering all translations due to external request"),this.stateObserver.emit("change")},B.prototype.registerComponentUpdateHook=function(e){this.componentUpdateHooks.push(e)},B.prototype.registerTranslateHook=function(e){this.translateHooks.push(e)};var U=B,V=n(6),z=n.n(V),H=n(41),q=n.n(H),$=n(42),W=n.n($),G=n(30),Y=n.n(G),K=n(43),X=n.n(K),Q=n(44),J=n.n(Q),Z=n(0),ee=n(1),te=n.n(ee),ne=n(7),re=n.n(ne),ie=n(15),oe=n.n(ie),ae=n(79),ce=n(21);var se,le,ue=new U,de=(ue.numberFormat.bind(ue),ue.translate.bind(ue)),fe=(ue.configure.bind(ue),ue.setLocale.bind(ue),ue.getLocale.bind(ue),ue.getLocaleSlug.bind(ue),ue.getLocaleVariant.bind(ue),ue.isRtl.bind(ue),ue.addTranslations.bind(ue),ue.reRenderTranslations.bind(ue),ue.registerComponentUpdateHook.bind(ue),ue.registerTranslateHook.bind(ue),ue.state,ue.stateObserver,ue.on.bind(ue),ue.off.bind(ue),ue.emit.bind(ue),le={numberFormat:(se=ue).numberFormat.bind(se),translate:se.translate.bind(se)},function(e){function t(){var t=e.translate.bind(e);return Object.defineProperty(t,"localeSlug",{get:e.getLocaleSlug.bind(e)}),t}}(ue),function(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 Object(ae.useSubscription)(t)}var r=Object(ce.createHigherOrderComponent)((function(e){return Object(ee.forwardRef)((function(t,r){var i=n();return Object(Z.createElement)(e,oe()({},t,{isRtl:i,ref:r}))}))}),"WithRTL");return{useRtl:n,withRtl:r}}(ue)),me=(fe.useRtl,fe.withRtl,n(24)),pe=n(16),he=regeneratorRuntime.mark(ve),be=regeneratorRuntime.mark(ye),ge=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,Object(pe.b)(n);case 4:return r=e.sent,i=r.body,e.abrupt("return",Object(me.receiveDomainAvailability)(t,i));case 9:return e.prev=9,e.t0=e.catch(1),e.abrupt("return",Object(me.receiveDomainAvailability)(t,{domain_name:t,mappable:"unknown",status:"unknown",supports_privacy:!1}));case 12:case"end":return e.stop()}}),e,null,[[1,9]])}));function ve(){var e;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,Object(pe.b)("https://public-api.wordpress.com/wpcom/v2/onboarding/domains/categories");case 2:return e=t.sent,t.abrupt("return",Object(me.receiveCategories)(e.body));case 4:case"end":return t.stop()}}),he)}function ye(e){var t;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(e.query){n.next=2;break}return n.abrupt("return",Object(me.receiveDomainSuggestionsError)("Empty query"));case 2:return n.next=4,Object(me.fetchDomainSuggestions)();case 4:return n.prev=4,n.next=7,Object(pe.c)({apiVersion:"1.1",path:"/domains/suggestions",query:Object(c.stringify)(e)});case 7:t=n.sent,n.next=13;break;case 10:return n.prev=10,n.t0=n.catch(4),n.abrupt("return",Object(me.receiveDomainSuggestionsError)(n.t0.message||de("Error while fetching server response")));case 13:if(t&&""!==t){n.next=15;break}return n.abrupt("return",Object(me.receiveDomainSuggestionsError)(de("Invalid response from the server")));case 15:return n.abrupt("return",Object(me.receiveDomainSuggestionsSuccess)(e,t));case 16:case"end":return n.stop()}}),be,null,[[4,10]])}},,,,,,,,function(e,t){!function(){e.exports=this["a8c-fse-common-data-stores"]}()},function(e,t){e.exports=function(e){if(Array.isArray(e))return e}},function(e,t){e.exports=function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,i=!1,o=void 0;try{for(var a,c=e[Symbol.iterator]();!(r=(a=c.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(s){i=!0,o=s}finally{try{r||null==c.return||c.return()}finally{if(i)throw o}}return n}}},function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}},function(e,t,n){},function(e,t,n){},function(e,t,n){"use strict";var r=n(99);e.exports=function(){var e=r.apply(r,arguments);return e.charAt(0).toUpperCase()+e.slice(1)}},function(e,t,n){"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():""}},function(e,t){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"}},function(e,t,n){var r=n(14);e.exports=function(e){function t(e){for(var t=0,n=0;n<e.length;n++)t=(t<<5)-t+e.charCodeAt(n),t|=0;return i.colors[Math.abs(t)%i.colors.length]}function i(e){var n;function r(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[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,t[0]=i.coerce(t[0]),"string"!=typeof t[0]&&t.unshift("%O");var l=0;t[0]=t[0].replace(/%([a-zA-Z%])/g,(function(e,n){if("%%"===e)return e;l++;var r=i.formatters[n];if("function"==typeof r){var o=t[l];e=r.call(a,o),t.splice(l,1),l--}return e})),i.formatArgs.call(a,t);var u=a.log||i.log;u.apply(a,t)}}return r.namespace=e,r.enabled=i.enabled(e),r.useColors=i.useColors(),r.color=t(e),r.destroy=o,r.extend=a,"function"==typeof i.init&&i.init(r),i.instances.push(r),r}function o(){var e=i.instances.indexOf(this);return-1!==e&&(i.instances.splice(e,1),!0)}function a(e,t){var n=i(this.namespace+(void 0===t?":":t)+e);return n.log=this.log,n}function c(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return i.debug=i,i.default=i,i.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},i.disable=function(){var e=[].concat(r(i.names.map(c)),r(i.skips.map(c).map((function(e){return"-"+e})))).join(",");return i.enable(""),e},i.enable=function(e){var t;i.save(e),i.names=[],i.skips=[];var n=("string"==typeof e?e:"").split(/[\s,]+/),r=n.length;for(t=0;t<r;t++)n[t]&&("-"===(e=n[t].replace(/\*/g,".*?"))[0]?i.skips.push(new RegExp("^"+e.substr(1)+"$")):i.names.push(new RegExp("^"+e+"$")));for(t=0;t<i.instances.length;t++){var o=i.instances[t];o.enabled=i.enabled(o.namespace)}},i.enabled=function(e){if("*"===e[e.length-1])return!0;var t,n;for(t=0,n=i.skips.length;t<n;t++)if(i.skips[t].test(e))return!1;for(t=0,n=i.names.length;t<n;t++)if(i.names[t].test(e))return!0;return!1},i.humanize=n(105),Object.keys(e).forEach((function(t){i[t]=e[t]})),i.instances=[],i.names=[],i.skips=[],i.formatters={},i.selectColor=t,i.enable(i.load()),i}},function(e,t,n){var r=n(59);e.exports=function(e){if(Array.isArray(e))return r(e)}},function(e,t){e.exports=function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}},function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}},function(e,t){var n=1e3,r=60*n,i=60*r,o=24*i,a=7*o,c=365.25*o;function s(e,t,n,r){var i=t>=1.5*n;return Math.round(e/n)+" "+r+(i?"s":"")}e.exports=function(e,t){t=t||{};var l=typeof e;if("string"===l&&e.length>0)return function(e){if((e=String(e)).length>100)return;var t=/^(-?(?:\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(!t)return;var s=parseFloat(t[1]);switch((t[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return s*c;case"weeks":case"week":case"w":return s*a;case"days":case"day":case"d":return s*o;case"hours":case"hour":case"hrs":case"hr":case"h":return s*i;case"minutes":case"minute":case"mins":case"min":case"m":return s*r;case"seconds":case"second":case"secs":case"sec":case"s":return s*n;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return s;default:return}}(e);if("number"===l&&isFinite(e))return t.long?function(e){var t=Math.abs(e);if(t>=o)return s(e,t,o,"day");if(t>=i)return s(e,t,i,"hour");if(t>=r)return s(e,t,r,"minute");if(t>=n)return s(e,t,n,"second");return e+" ms"}(e):function(e){var t=Math.abs(e);if(t>=o)return Math.round(e/o)+"d";if(t>=i)return Math.round(e/i)+"h";if(t>=r)return Math.round(e/r)+"m";if(t>=n)return Math.round(e/n)+"s";return e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},function(e,t,n){"use strict";var r=n(49),i=n(62),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,l=function(e,t){s.apply(e,c(t)?t:[t])},u=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 u.call(e)},skipNulls:!1,strictNullHandling:!1},m=function e(t,n,i,o,a,s,u,d,m,p,h,b,g){var v,y=t;if("function"==typeof u?y=u(n,y):y instanceof Date?y=p(y):"comma"===i&&c(y)&&(y=r.maybeMap(y,(function(e){return e instanceof Date?p(e):e})).join(",")),null===y){if(o)return s&&!b?s(n,f.encoder,g,"key"):n;y=""}if("string"==typeof(v=y)||"number"==typeof v||"boolean"==typeof v||"symbol"==typeof v||"bigint"==typeof v||r.isBuffer(y))return s?[h(b?n:s(n,f.encoder,g,"key"))+"="+h(s(y,f.encoder,g,"value"))]:[h(n)+"="+h(String(y))];var O,_=[];if(void 0===y)return _;if(c(u))O=u;else{var E=Object.keys(y);O=d?E.sort(d):E}for(var j=0;j<O.length;++j){var S=O[j],w=y[S];if(!a||null!==w){var x=c(y)?"function"==typeof i?i(n,S):n:n+(m?"."+S:"["+S+"]");l(_,e(w,x,i,o,a,s,u,d,m,p,h,b,g))}}return _};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 u,d=[];if("object"!=typeof r||null===r)return"";u=t&&t.arrayFormat in a?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var p=a[u];n||(n=Object.keys(r)),s.sort&&n.sort(s.sort);for(var h=0;h<n.length;++h){var b=n[h];s.skipNulls&&null===r[b]||l(d,m(r[b],b,p,s.strictNullHandling,s.skipNulls,s.encode?s.encoder:null,s.filter,s.sort,s.allowDots,s.serializeDate,s.formatter,s.encodeValuesOnly,s.charset))}var g=d.join(s.delimiter),v=!0===s.addQueryPrefix?"?":"";return s.charsetSentinel&&("iso-8859-1"===s.charset?v+="utf8=%26%2310003%3B&":v+="utf8=%E2%9C%93&"),g.length>0?v+g:""}},function(e,t,n){"use strict";var r=n(49),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},l=function(e,t,n,r){if(e){var o=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,a=/(\[[^[\]]*])/g,c=n.depth>0&&/(\[[^[\]]*])/.exec(o),l=c?o.slice(0,c.index):o,u=[];if(l){if(!n.plainObjects&&i.call(Object.prototype,l)&&!n.allowPrototypes)return;u.push(l)}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;u.push(c[1])}return c&&u.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 l="["===c.charAt(0)&&"]"===c.charAt(c.length-1)?c.slice(1,-1):c,u=parseInt(l,10);n.parseArrays||""!==l?!isNaN(u)&&c!==l&&String(u)===l&&u>=0&&n.parseArrays&&u<=n.arrayLimit?(a=[])[u]=i:a[l]=i:a={0:i}}i=a}return i}(u,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 u="string"==typeof e?function(e,t){var n,l={},u=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,d=t.parameterLimit===1/0?void 0:t.parameterLimit,f=u.split(t.delimiter,d),m=-1,p=t.charset;if(t.charsetSentinel)for(n=0;n<f.length;++n)0===f[n].indexOf("utf8=")&&("utf8=%E2%9C%93"===f[n]?p="utf-8":"utf8=%26%2310003%3B"===f[n]&&(p="iso-8859-1"),m=n,n=f.length);for(n=0;n<f.length;++n)if(n!==m){var h,b,g=f[n],v=g.indexOf("]="),y=-1===v?g.indexOf("="):v+1;-1===y?(h=t.decoder(g,a.decoder,p,"key"),b=t.strictNullHandling?null:""):(h=t.decoder(g.slice(0,y),a.decoder,p,"key"),b=r.maybeMap(s(g.slice(y+1),t),(function(e){return t.decoder(e,a.decoder,p,"value")}))),b&&t.interpretNumericEntities&&"iso-8859-1"===p&&(b=c(b)),g.indexOf("[]=")>-1&&(b=o(b)?[b]:b),i.call(l,h)?l[h]=r.combine(l[h],b):l[h]=b}return l}(e,n):e,d=n.plainObjects?Object.create(null):{},f=Object.keys(u),m=0;m<f.length;++m){var p=f[m],h=l(p,u[p],n,"string"==typeof e);d=r.merge(d,h,n)}return r.compact(d)}},function(e,t,n){"use strict";var r=n(1),i="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,o=n(63),a=n(109),c=n(110),s="function"==typeof Symbol&&Symbol.iterator;function l(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 u(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?"."+l(e,0):t),1;var d=0,f=""===t?".":t+":";if(Array.isArray(e))for(var m=0;m<e.length;m++)d+=u(o=e[m],f+l(o,m),n,r);else{var p=function(e){var t=e&&(s&&e[s]||e["@@iterator"]);if("function"==typeof t)return t}(e);if(p){0;for(var h,b=p.call(e),g=0;!(h=b.next()).done;)d+=u(o=h.value,f+l(o,g++),n,r)}else if("object"===c){0;var v=""+e;a(!1,"Objects are not valid as a React child (found: %s).%s","[object Object]"===v?"object with keys {"+Object.keys(e).join(", ")+"}":v,"")}}return d}var d=/\/+/g;function f(e){return(""+e).replace(d,"$&/")}var m,p,h=b,b=function(e){var t=this;if(t.instancePool.length){var n=t.instancePool.pop();return t.call(n,e),n}return new t(e)},g=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 v(e,t,n,r){this.result=e,this.keyPrefix=t,this.func=n,this.context=r,this.count=0}function y(e,t,n){var i,a,c=e.result,s=e.keyPrefix,l=e.func,u=e.context,d=l.call(u,t,e.count++);Array.isArray(d)?O(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 O(e,t,n,r,i){var o="";null!=n&&(o=f(n)+"/");var a=v.getPooled(t,o,r,i);!function(e,t,n){null==e||u(e,"",t,n)}(e,y,a),v.release(a)}v.prototype.destructor=function(){this.result=null,this.keyPrefix=null,this.func=null,this.context=null,this.count=0},m=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)},(p=v).instancePool=[],p.getPooled=m||h,p.poolSize||(p.poolSize=10),p.release=g;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)O(e[n],t,n,o.thatReturnsArgument);return t}},function(e,t,n){"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 l=[n,r,i,o,a,c],u=0;(s=new Error(t.replace(/%s/g,(function(){return l[u++]})))).name="Invariant Violation"}throw s.framesToPop=1,s}}},function(e,t,n){"use strict";var r=n(63);e.exports=r},function(e,t,n){"use strict";function r(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(r)}},function(e,t){function n(t,r){return e.exports=n=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},n(t,r)}e.exports=n},function(e,t){function n(t){return e.exports=n=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},n(t)}e.exports=n},function(e,t){e.exports=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}},function(e,t,n){var r=n(51),i=n(30);e.exports=function(e,t){return!t||"object"!==r(t)&&"function"!=typeof t?i(e):t}},function(e,t,n){"use strict";
20
  /** @license React v1.3.0
21
  * use-subscription.production.min.js
22
  *
37
  *
38
  * This source code is licensed under the MIT license found in the
39
  * LICENSE file in the root directory of this source tree.
40
+ */var r="function"==typeof Symbol&&Symbol.for,i=r?Symbol.for("react.element"):60103,o=r?Symbol.for("react.portal"):60106,a=r?Symbol.for("react.fragment"):60107,c=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,l=r?Symbol.for("react.provider"):60109,u=r?Symbol.for("react.context"):60110,d=r?Symbol.for("react.async_mode"):60111,f=r?Symbol.for("react.concurrent_mode"):60111,m=r?Symbol.for("react.forward_ref"):60112,p=r?Symbol.for("react.suspense"):60113,h=r?Symbol.for("react.suspense_list"):60120,b=r?Symbol.for("react.memo"):60115,g=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,y=r?Symbol.for("react.fundamental"):60117,O=r?Symbol.for("react.responder"):60118,_=r?Symbol.for("react.scope"):60119;function E(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case i:switch(e=e.type){case d:case f:case a:case s:case c:case p:return e;default:switch(e=e&&e.$$typeof){case u:case m:case g:case b:case l:return e;default:return t}}case o:return t}}}function j(e){return E(e)===f}t.AsyncMode=d,t.ConcurrentMode=f,t.ContextConsumer=u,t.ContextProvider=l,t.Element=i,t.ForwardRef=m,t.Fragment=a,t.Lazy=g,t.Memo=b,t.Portal=o,t.Profiler=s,t.StrictMode=c,t.Suspense=p,t.isAsyncMode=function(e){return j(e)||E(e)===d},t.isConcurrentMode=j,t.isContextConsumer=function(e){return E(e)===u},t.isContextProvider=function(e){return E(e)===l},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===i},t.isForwardRef=function(e){return E(e)===m},t.isFragment=function(e){return E(e)===a},t.isLazy=function(e){return E(e)===g},t.isMemo=function(e){return E(e)===b},t.isPortal=function(e){return E(e)===o},t.isProfiler=function(e){return E(e)===s},t.isStrictMode=function(e){return E(e)===c},t.isSuspense=function(e){return E(e)===p},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===a||e===f||e===s||e===c||e===p||e===h||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===b||e.$$typeof===l||e.$$typeof===u||e.$$typeof===m||e.$$typeof===y||e.$$typeof===O||e.$$typeof===_||e.$$typeof===v)},t.typeOf=E},function(e,t,n){},function(e,t,n){"use strict";var r=n(134);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}},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t){e.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){"use strict";n.r(t);n(92);var r="automattic/launch",i=n(0),o=n(1),a=n.n(o),c=n(3),s=n(37),l=n(23),u=n(6),d=n.n(u),f=n(38),m=function(e){window.location.href=e},p=o.createContext({siteId:0,redirectTo:m,openCheckout:function(e,t){m(Object(f.addQueryArgs)("/checkout/".concat(e),d()({preLaunch:1},!t&&{redirect_to:"/home/".concat(e)})))},flow:"launch"}),h=n(15),b=n.n(h),g=n(21),v=Object(o.createContext)("en"),y=function(e){var t=e.children,n=e.localeSlug;return Object(i.createElement)(v.Provider,{value:n},t)};function O(){return Object(o.useContext)(v)}Object(g.createHigherOrderComponent)((function(e){return function(t){var n=O();return Object(i.createElement)(e,b()({locale:n},t))}}),"withLocale");var _=n(7),E=n.n(_),j=n(9),S=n.n(j),w=n(2),x=n(4);function C(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function k(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}function N(e,t){if(null==e)return{};var n,r,i=k(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}function P(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}var T=function(e){var t=e.icon,n=e.size,r=void 0===n?24:n,o=N(e,["icon","size"]);return Object(i.cloneElement)(t,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?P(Object(n),!0).forEach((function(t){C(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):P(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({width:r,height:r},o))},A=n(12),L=Object(i.createElement)(A.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},Object(i.createElement)(A.Path,{d:"M20 10c0-5.51-4.49-10-10-10C4.48 0 0 4.49 0 10c0 5.52 4.48 10 10 10 5.51 0 10-4.48 10-10zM7.78 15.37L4.37 6.22c.55-.02 1.17-.08 1.17-.08.5-.06.44-1.13-.06-1.11 0 0-1.45.11-2.37.11-.18 0-.37 0-.58-.01C4.12 2.69 6.87 1.11 10 1.11c2.33 0 4.45.87 6.05 2.34-.68-.11-1.65.39-1.65 1.58 0 .74.45 1.36.9 2.1.35.61.55 1.36.55 2.46 0 1.49-1.4 5-1.4 5l-3.03-8.37c.54-.02.82-.17.82-.17.5-.05.44-1.25-.06-1.22 0 0-1.44.12-2.38.12-.87 0-2.33-.12-2.33-.12-.5-.03-.56 1.2-.06 1.22l.92.08 1.26 3.41zM17.41 10c.24-.64.74-1.87.43-4.25.7 1.29 1.05 2.71 1.05 4.25 0 3.29-1.73 6.24-4.4 7.78.97-2.59 1.94-5.2 2.92-7.78zM6.1 18.09C3.12 16.65 1.11 13.53 1.11 10c0-1.3.23-2.48.72-3.59C3.25 10.3 4.67 14.2 6.1 18.09zm4.03-6.63l2.58 6.98c-.86.29-1.76.45-2.71.45-.79 0-1.57-.11-2.29-.33.81-2.38 1.62-4.74 2.42-7.1z"})),D=Object(i.createElement)(A.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(i.createElement)(A.Path,{d:"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"})),R=n(18),I=R.Site.register({client_id:"",client_secret:""}),F=R.Plans.register(),M=R.DomainSuggestions.register({vendor:"variation2_front"}),B=R.Launch.register(),U=n(26),V=n.n(U),z=Object(w.__)("Site Title","full-site-editing"),H=function(e){var t=e.currentSiteTitle,n=void 0===t?"":t,r=e.exact;return void 0!==r&&r?n===z:new RegExp(z,"i").test(n)},q=function(e,t){return{product_id:e.productId,product_slug:e.storeSlug,extra:{source:t}}},$=function(e,t){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}}};function W(){var e=o.useContext(p),t=e.siteId,n=e.flow,r=e.openCheckout,i=Object(c.useSelect)((function(e){return e(B).getState()})),a=i.plan,s=i.domain,l=Object(c.useSelect)((function(e){return e(F).isPlanEcommerce(null==a?void 0:a.storeSlug)})),u=Object(c.useDispatch)(I),f=u.getCart,m=u.setCart;return{goToCheckout:function(){var e=V()(regeneratorRuntime.mark((function e(){var i,o,c;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return i=a&&q(a,n),o=s&&$(s,n),e.next=4,f(t);case 4:return c=e.sent,e.next=7,m(t,d()(d()({},c),{},{products:[i,o]}));case 7:r(t,l);case 8:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()}}function G(){var e,t,n=o.useContext(p).siteId,r=Object(c.useSelect)((function(e){return e(I).getSite(n)})),i=Object(c.useSelect)((function(e){return e(I).isSiteLaunched(n)})),a=Object(c.useSelect)((function(e){return e(I).isSiteLaunching(n)})),s=Object(c.useSelect)((function(e){return e(I).isFetchingSiteDetails()}));return{sitePlan:null==r?void 0:r.plan,isPaidPlan:r&&!(null===(e=r.plan)||void 0===e?void 0:e.is_free),isSiteLaunched:i,isSiteLaunching:a,currentDomainName:(null==r?void 0:r.URL)&&new URL(null==r?void 0:r.URL).hostname,selectedFeatures:null==r||null===(t=r.options)||void 0===t?void 0:t.selected_features,isLoadingSite:!!s}}var Y=n(10),K=n.n(Y),X=(n(120),function(e){var t=e.className,n=e.children,r=e.tagName,i=void 0===r?"h1":r;return o.createElement(i,{className:S()("onboarding-title",t)},n)}),Q=function(e){var t=e.className,n=e.children,r=e.tagName,i=void 0===r?"h2":r;return o.createElement(i,{className:S()("onboarding-subtitle",t)},n)},J=n(17),Z=n.n(J),ee=(n(121),function(e){var t=e.className,n=e.children,r=e.sticky,o=void 0===r?null:r,a="";return!0===o&&(a="is-sticky"),!1===o&&(a="no-sticky"),Object(i.createElement)("div",{className:S()("action-buttons",t,a)},n)}),te=function(e){var t=e.className,n=e.children,r=Z()(e,["className","children"]);return Object(i.createElement)(x.Button,b()({className:S()("action_buttons__button action-buttons__back",t),isLink:!0},r),n||Object(w.__)("Go back","full-site-editing"))},ne=function(e){var t=e.className,n=e.children,r=Z()(e,["className","children"]);return Object(i.createElement)(x.Button,b()({className:S()("action_buttons__button action-buttons__next",t),isPrimary:!0},r),n||Object(w.__)("Continue","full-site-editing"))},re=(n(96),function(e){var t=e.children;return Object(i.createElement)(i.Fragment,null,t)});function ie(){var e=Object(o.useContext)(p).siteId,t=Object(c.useSelect)((function(t){return t(I).getSiteTitle(e)})),n=Object(o.useState)(t),r=E()(n,2),i=r[0],a=r[1];Object(o.useEffect)((function(){a(t)}),[t]);var s=Object(c.useDispatch)(I).saveSiteTitle,l=Object(c.useSelect)((function(e){return e(B).isSiteTitleStepVisible()})),u=Object(c.useDispatch)(B).showSiteTitleStep;return{title:i,updateTitle:a,saveTitle:function(){void 0!==t&&s(e,i)},isSiteTitleStepVisible:l,showSiteTitleStep:u}}n(97);var oe=function(e){var t=e.onPrevStep,n=e.onNextStep,r=ie(),o=r.title,a=r.updateTitle,c=r.saveTitle,s=function(){c(),null==n||n()};return Object(i.createElement)(re,null,Object(i.createElement)("div",{className:"nux-launch-step__header"},Object(i.createElement)("div",null,Object(i.createElement)(X,null,Object(w.__)("Name your site","full-site-editing")),Object(i.createElement)(Q,null,Object(w.__)("Pick a name for your site.","full-site-editing"))),Object(i.createElement)(ee,{sticky:!1},Object(i.createElement)(ne,{onClick:s,disabled:!(null==o?void 0:o.trim())}))),Object(i.createElement)("div",{className:"nux-launch-step__body"},Object(i.createElement)("form",{onSubmit:s},Object(i.createElement)(x.TextControl,{id:"nux-launch-step__input",className:"nux-launch-step__input",onChange:a,onBlur:c,value:o,spellCheck:!1,autoComplete:"off",placeholder:Object(w.__)("Enter site name","full-site-editing"),autoCorrect:"off"}),Object(i.createElement)("div",{className:"nux-launch-step__input-hint"},Object(i.createElement)(x.Tip,{size:18}),Object(i.createElement)("span",null,Object(w.__)("Don't worry, you can change it later.","full-site-editing"))))),Object(i.createElement)("div",{className:"nux-launch-step__footer"},Object(i.createElement)(ee,{sticky:!0},Object(i.createElement)(te,{onClick:function(){null==t||t()}}),Object(i.createElement)(ne,{onClick:s,disabled:!(null==o?void 0:o.trim())}))))},ae=n(14),ce=n.n(ae),se=n(22);function le(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}var ue=function(e){var t=e.icon,n=e.size,r=void 0===n?24:n,o=N(e,["icon","size"]);return Object(i.cloneElement)(t,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?le(Object(n),!0).forEach((function(t){C(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):le(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({width:r,height:r},o))},de=Object(i.createElement)(A.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(i.createElement)(A.Path,{d:"M13.5 6C10.5 6 8 8.5 8 11.5c0 1.1.3 2.1.9 3l-3.4 3 1 1.1 3.4-2.9c1 .9 2.2 1.4 3.6 1.4 3 0 5.5-2.5 5.5-5.5C19 8.5 16.5 6 13.5 6zm0 9.5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z"})),fe=n(13),me=n.n(fe),pe=me()("calypso:analytics");n(82);"undefined"!=typeof window&&window.addEventListener("popstate",(function(){null}));n(47);var he=n(33),be=me()("lib/load-script/callback-handler"),ge=new Map;function ve(){return ge}function ye(e){return ve().has(e)}function Oe(e,t){var n=ve();ye(e)?(be('Adding a callback for an existing script from "'.concat(e,'"')),n.get(e).add(t)):(be('Adding a callback for a new script from "'.concat(e,'"')),n.set(e,new Set([t])))}function _e(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=ve(),r=n.get(e);if(r){var i='Executing callbacks for "'.concat(e,'"')+(null===t?" with success":' with error "'.concat(t,'"'));be(i),r.forEach((function(e){"function"==typeof e&&e(t)})),n.delete(e)}}function Ee(){var e=this.getAttribute("src");be('Handling successful request for "'.concat(e,'"')),_e(e),this.onload=null}function je(){var e=this.getAttribute("src");be('Handling failed request for "'.concat(e,'"')),_e(e,new Error('Failed to load script "'.concat(e,'"'))),this.onerror=null}var Se=me()("lib/load-script/dom-operations");me()("package/load-script");function we(e,t){var n;if(!ye(e)&&(n=function(e){Se('Creating script element for "'.concat(e,'"'));var t=document.createElement("script");return t.src=e,t.type="text/javascript",t.async=!0,t.onload=Ee,t.onerror=je,t}(e),Se("Attaching element to head"),document.head.appendChild(n)),"function"!=typeof t)return new Promise((function(t,n){Oe(e,(function(e){null===e?t():n(e)}))}));Oe(e,t)}var xe,Ce=["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"];Promise.resolve();function ke(e){"undefined"!=typeof window&&(window._tkq=window._tkq||[],window._tkq.push(e))}"undefined"!=typeof document&&we("//stats.wp.com/w2.js?1");var Ne=new he.EventEmitter;function Pe(e,t){if(pe('Record event "%s" called with props %o',e,t=t||{}),e.startsWith("calypso_")||Object(se.includes)(Ce,e)){if(xe){var n=xe(t);t=d()(d()({},t),n)}t=Object(se.omitBy)(t,se.isUndefined),pe('Recording event "%s" with actual props %o',e,t),ke(["recordEvent",e,t]),Ne.emit("record-event",e,t)}else pe('- Event name must be prefixed by "calypso_" or added to `EVENT_NAME_EXCEPTIONS`')}var Te=n(152);var Ae=n(19),Le=["en","ja","es","pt","fr","pt-br"],De={"pt-br":"br",br:"bre",zh:"zh-cn","zh-hk":"zh-tw","zh-sg":"zh-cn",kr:"ko"},Re=["ar","de","en","es","fr","he","id","it","ja","ko","nl","pt-br","ru","sv","tr","zh-cn","zh-tw"],Ie=["es","pt-br","de","fr","he","ja","it","nl","ru","tr","id","zh-cn","zh-tw","ko","ar","sv"],Fe="http://__domain__.invalid",Me=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(De[r]||r,".").concat(e)),n}},Be=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=(De[i]||i)+r.pathname),r}},Ue=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=(De[r]||r)+n.pathname),n}},Ve={"wordpress.com/support/":Ue(Re),"wordpress.com/blog/":Ue(Le,/^\/blog\/?$/),"wordpress.com/tos/":Me("wordpress.com",Ie),"jetpack.com":Me("jetpack.com",["en","ar","de","es","fr","he","id","it","ja","ko","nl","pt-br","ro","ru","sv","tr","zh-cn","zh-tw"]),"en.support.wordpress.com":Be("/support",Re),"en.blog.wordpress.com":Be("/blog",Le,/^\/$/),"en.forums.wordpress.com":Me("forums.wordpress.com",["ar","de","el","en","es","fa","fi","fr","id","it","ja","nl","pt","pt-br","ru","sv","th","tl","tr"]),"automattic.com/privacy/":Ue(["en","fr","de"]),"automattic.com/cookies/":Ue(["en","fr","de"]),"wordpress.com":Me("wordpress.com",Ie)};function ze(e,t){var n=new URL(String(e),Fe);if(n.origin===Fe)return e;if(n.protocol="https:",n.hostname="",n.pathname.endsWith(".php")||(n.pathname=(n.pathname+"/").replace(/\/+$/,"/")),(!t||"en"===t)&&"en.wordpress.com"===n.host)return n.host="wordpress.com",n.href;"en.wordpress.com"===n.host&&(n.host="wordpress.com");for(var r=[n.host,n.host+n.pathname,n.host+n.pathname.substr(0,1+n.pathname.indexOf("/",1))],i=r.length-1;i>=0;i--)if(r[i]in Ve)return Ve[r[i]](n,t).href;return e}function He(){var e=O();return Object(o.useCallback)((function(t,n){return ze(t,n||e)}),[e])}Object(g.createHigherOrderComponent)((function(e){return function(t){var n=He();return Object(i.createElement)(e,b()({localizeUrl:n},t))}}),"withLocalizeUrl");var qe=Object(i.createElement)(A.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(i.createElement)(A.Path,{d:"M12 3.2c-4.8 0-8.8 3.9-8.8 8.8 0 4.8 3.9 8.8 8.8 8.8 4.8 0 8.8-3.9 8.8-8.8 0-4.8-4-8.8-8.8-8.8zm0 16c-4 0-7.2-3.3-7.2-7.2C4.8 8 8 4.8 12 4.8s7.2 3.3 7.2 7.2c0 4-3.2 7.2-7.2 7.2zM11 17h2v-6h-2v6zm0-8h2V7h-2v2z"})),$e=(n(124),function(e){var t=e.children,n=e.className,r=e.id,a=e.position,c=void 0===a?"bottom center":a,s=e.noArrow,l=void 0===s||s,u=Object(o.useState)(!1),d=E()(u,2),f=d[0],m=d[1];return Object(i.createElement)(x.Button,{icon:qe,onClick:function(){m(!f)},className:"info-tooltip","data-testid":"info-tooltip"},f&&Object(i.createElement)(x.Popover,{id:r,className:S()("info-tooltip__content",n),onClose:function(){m(!1)},position:c,noArrow:l},t))}),We="radio",Ge="button",Ye="individual-item",Ke=function(e){var t=e.isUnavailable,n=e.domain,r=e.isLoading,a=e.cost,c=e.railcarId,s=e.hstsRequired,l=void 0!==s&&s,u=e.isFree,d=void 0!==u&&u,f=e.isExistingSubdomain,m=void 0!==f&&f,p=e.isRecommended,h=void 0!==p&&p,b=e.onSelect,v=e.onRender,y=e.selected,O=e.type,_=void 0===O?We:O,j=He(),C=Object(g.useViewportMatch)("small","<"),k=n.indexOf("."),N=n.slice(0,k),P=n.slice(k),T=Object(o.useState)(),A=E()(T,2),L=A[0],D=A[1],R=Object(o.useState)(),I=E()(R,2),F=I[0],M=I[1],B=Object(Te.a)(),U=_===Ye?Object(w.__)("Default","full-site-editing"):Object(w.__)("Free","full-site-editing"),V=C?Object(w.__)("Included in paid plans","full-site-editing"):Object(i.createInterpolateElement)(Object(w.__)("<strong>First year included</strong> in paid plans","full-site-editing"),{strong:Object(i.createElement)("strong",null)}),z=_===Ye?V:Object(w.__)("Included in plans","full-site-editing");Object(o.useEffect)((function(){n!==L&&F!==c&&c&&(v(),D(n),M(c))}),[n,L,F,c,v]);var H=function(){var e;F&&Pe("calypso_traintracks_interact",{railcar:(e={action:"domain_selected",railcarId:F}).railcarId,action:e.action}),b(n)};return Object(i.createElement)("label",{className:S()("domain-picker__suggestion-item",{"is-free":d,"is-selected":y,"is-unavailable":t},"type-".concat(_))},[We,Ye].indexOf(_)>-1&&(r?Object(i.createElement)(x.Spinner,null):Object(i.createElement)("input",{"aria-labelledby":B,className:"domain-picker__suggestion-radio-button",type:"radio",disabled:t,name:"domain-picker-suggestion-option",onChange:H,checked:y&&!t})),Object(i.createElement)("div",{className:"domain-picker__suggestion-item-name"},Object(i.createElement)("div",{className:"domain-picker__suggestion-item-name-inner"},Object(i.createElement)("span",{className:S()("domain-picker__domain-wrapper",{"with-margin":!l})},Object(i.createElement)("span",{className:"domain-picker__domain-sub-domain"},N),Object(i.createElement)("span",{className:"domain-picker__domain-tld"},P)),l&&Object(i.createElement)($e,{position:C?"bottom center":"middle right",noArrow:!1,className:"domain-picker__info-tooltip"},Object(i.createInterpolateElement)(Object(w.__)("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:Object(i.createElement)("b",null,P),learn_more_link:Object(i.createElement)("a",{target:"_blank",rel:"noreferrer",href:j("https://wordpress.com/support/https-ssl")})})),h&&!t&&Object(i.createElement)("div",{className:"domain-picker__badge is-recommended"},Object(w.__)("Recommended","full-site-editing"))),m&&_!==Ye&&Object(i.createElement)("div",{className:"domain-picker__change-subdomain-tip"},Object(w.__)("You can change your free subdomain later under Domain Settings.","full-site-editing"))),Object(i.createElement)("div",{className:S()("domain-picker__price",{"is-paid":!d})},t&&Object(w.__)("Unavailable","full-site-editing"),d&&!t&&U,!d&&!t&&Object(i.createElement)(i.Fragment,null,Object(i.createElement)("span",{className:"domain-picker__price-inclusive"}," ",z," "),Object(i.createElement)("span",{className:"domain-picker__price-cost"},Object(w.sprintf)(Object(w.__)("%s/year","full-site-editing"),a)))),_===Ge&&(r?Object(i.createElement)(x.Spinner,null):Object(i.createElement)("div",{className:"domain-picker__action"},Object(i.createElement)(x.Button,{isSecondary:!0,"aria-labelledby":B,className:S()("domain-picker__suggestion-select-button",{"is-selected":y&&!t}),disabled:t,onClick:H},y&&!t?Object(w.__)("Selected","full-site-editing"):Object(w.__)("Select","full-site-editing")))))},Xe=function(e){var t=e.type;return Object(i.createElement)("div",{className:S()("domain-picker__suggestion-item placeholder","type-".concat(t))},Object(i.createElement)("div",{className:"domain-picker__suggestion-item-name placeholder"}),Object(i.createElement)("div",{className:"domain-picker__price placeholder"}))};function Qe(e,t){return e===t}function Je(e,t,n){var r=n&&n.equalityFn?n.equalityFn:Qe,i=Object(o.useState)(e),a=i[0],c=i[1],s=function(e,t,n){void 0===n&&(n={});var r=n.maxWait,i=Object(o.useRef)(null),a=Object(o.useRef)([]),c=n.leading,s=Object(o.useRef)(!1),l=Object(o.useRef)(null),u=Object(o.useRef)(!1),d=Object(o.useRef)(e);d.current=e;var f=Object(o.useCallback)((function(){clearTimeout(l.current),clearTimeout(i.current),i.current=null,a.current=[],l.current=null,s.current=!1}),[]);return Object(o.useEffect)((function(){return function(){u.current=!0}}),[]),[Object(o.useCallback)((function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];if(a.current=e,clearTimeout(l.current),!l.current&&c&&!s.current)return d.current.apply(d,e),void(s.current=!0);l.current=setTimeout((function(){f(),u.current||d.current.apply(d,e)}),t),r&&!i.current&&(i.current=setTimeout((function(){var e=a.current;f(),u.current||d.current.apply(null,e)}),r))}),[r,t,f,c]),f,function(){l.current&&(d.current.apply(null,a.current),f())}]}(Object(o.useCallback)((function(e){return c(e)}),[]),t,n),l=s[0],u=s[1],d=Object(o.useRef)(e);return Object(o.useEffect)((function(){r(d.current,e)||(l(e),d.current=e)}),[e,l,r]),[a,u]}var Ze=R.DomainSuggestions.register({vendor:"variation2_front"}),et=["available","available_premium"];var tt=Object(i.createElement)(A.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},Object(i.createElement)(A.Path,{d:"M17 9.4L12 14 7 9.4l-1 1.2 6 5.4 6-5.4z"})),nt=(n(125),function(e){var t=e.onSelect,n=e.selected,r=Object(i.useState)(!1),o=E()(r,2),a=o[0],s=o[1],l=function(e){s(!1),t(e)},u=Object(c.useSelect)((function(e){return e(Ze).getCategories()}));return Object(i.createElement)("div",{className:S()("domain-categories",{"is-open":a})},Object(i.createElement)(x.Button,{className:"domain-categories__dropdown-button",onClick:function(){return s(!a)}},Object(i.createElement)("span",null,n||Object(w.__)("All Categories","full-site-editing")),Object(i.createElement)(ue,{icon:tt,size:16})),Object(i.createElement)("ul",{className:"domain-categories__item-group"},Object(i.createElement)("li",{className:S()("domain-categories__item",{"is-selected":!n})},Object(i.createElement)(x.Button,{onClick:function(){return l()}},Object(w.__)("View all","full-site-editing"))),u.map((function(e){var t=e.slug,r=e.title;return Object(i.createElement)("li",{key:t,className:S()("domain-categories__item",{"is-selected":t===n})},Object(i.createElement)(x.Button,{onClick:function(){return l(t)}},r))}))))}),rt={__:w.__,_n:w._n,_nx:w._nx,_x:w._x,isRTL:w.isRTL,setLocaleData:w.setLocaleData},it=o.createContext(ct()),ot=function(){return o.useContext(it)};Object(g.createHigherOrderComponent)((function(e){return function(t){var n=ot();return Object(i.createElement)(e,b()({},n,t))}}),"withI18n");function at(e,t,n){var r=e[t],i=n.hasFilter,o=n.applyFilters;return i("preTranslation")||i("postTranslation")?function(){for(var e=arguments.length,i=new Array(e),a=0;a<e;a++)i[a]=arguments[a];var c=o("preTranslation",i,t,n);return o("postTranslation",r.apply(void 0,ce()(c)),c,t,n)}:r}function ct(e,t){var n=e?Object(w.createI18n)(e):rt,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:Object(l.createHooks)(),o=i.addFilter,a=i.removeFilter,c={addFilter:o,removeFilter:a,hasFilter:i.hasFilter,applyFilters:i.applyFilters};return{__:at(n,"__",c),_n:at(n,"_n",c),_nx:at(n,"_nx",c),_x:at(n,"_x",c),isRTL:n.isRTL,localeData:e,hasTranslation:r,addFilter:o,removeFilter:a}}var st=function(){var e=ot(),t=e.__,n=e.isRTL;return Object(i.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:n()?{transform:"scaleX(-1)"}:void 0},Object(i.createElement)("rect",{x:"0",width:"310",height:"50",rx:"10",fill:"#D8D8D8"}),Object(i.createElement)("rect",{x:"8",y:"8",width:"25",height:"25",rx:"5",fill:"#fff"}),Object(i.createElement)("rect",{x:"40",y:"8",width:"25",height:"25",rx:"5",fill:"#fff"}),Object(i.createElement)("rect",{x:"72",y:"8",width:"300",height:"25",rx:"5",fill:"#fff"}),Object(i.createElement)("text",{x:"80",y:"26",direction:"ltr",textAnchor:n()?"end":"start",transform:n()?"scale(-1,1) translate(-160,0)":void 0},Object(i.createElement)("tspan",{fill:"#999"},Object(i.createElement)("tspan",null,"https://")),Object(i.createElement)("tspan",{fill:"#515151",dx:"4.5"},t("example.com","full-site-editing"))))},lt=(n(123),function(e){var t=e.groupItems,n=e.children;return t?Object(i.createElement)("div",{className:"domain-picker__suggestion-item-group"},n):Object(i.createElement)(i.Fragment,null,n)}),ut=function(e){var t,n=e.header,r=e.showDomainCategories,a=e.onDomainSelect,s=e.onExistingSubdomainSelect,l=e.quantity,u=void 0===l?5:l,d=e.quantityExpanded,f=void 0===d?10:d,m=e.onDomainSearchBlur,p=void 0===m?se.noop:m,h=e.analyticsFlowId,b=e.analyticsUiAlgo,g=e.initialDomainSearch,v=void 0===g?"":g,y=e.onSetDomainSearch,O=void 0===y?se.noop:y,_=e.currentDomain,j=e.isCheckingDomainAvailability,S=e.existingSubdomain,C=e.segregateFreeAndPaid,k=void 0!==C&&C,N=e.showSearchField,P=void 0===N||N,T=e.itemType,A=void 0===T?We:T,L=e.locale,D=e.areDependenciesLoading,R=void 0!==D&&D,I=Object(w.__)("Search for a domain","full-site-editing"),F=Object(o.useState)(!1),M=E()(F,2),B=M[0],U=M[1],V=Object(o.useState)(v),z=E()(V,2),H=z[0],q=z[1],$=Object(o.useState)(),W=E()($,2),G=W[0],Y=W[1],K=Object(o.useState)(),X=E()(K,2),Q=X[0],J=X[1],Z=Object(c.useSelect)((function(e){return e(Ze).getDomainSuggestionVendor()})),ee=function(){var e=arguments.length>1?arguments[1]:void 0,t=arguments.length>2?arguments[2]:void 0,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"en",r=Je(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",300),i=E()(r,1)[0],o=Object(c.useDispatch)(Ze).invalidateResolutionForStoreSelector;return Object(c.useSelect)((function(r){if(i&&!(i.length<2)){var a=r(Ze),c=a.getDomainSuggestions,s=a.getDomainState,l=a.getDomainErrorMessage;return{allDomainSuggestions:c(i,{include_wordpressdotcom:!0,include_dotblogsubdomain:!1,quantity:e+1,locale:n,category_slug:t}),state:s(),errorMessage:l(),retryRequest:function(){o("__internalGetDomainSuggestions")}}}}),[i,t,e])}(H.trim(),f,G,L)||{},te=ee.allDomainSuggestions,ne=ee.errorMessage,re=ee.state,ie=ee.retryRequest,oe=null==te?void 0:te.slice(S?1:0,B?f:u),ae=S&&Array.isArray(oe)?[S].concat(ce()(oe)):oe,le=null==ae?void 0:ae.some((function(e){return(null==e?void 0:e.domain_name)===(null==Q?void 0:Q.domain_name)}));Q&&!le&&(null==oe||oe.push(Q));var fe=Object(c.useSelect)((function(e){return e(Ze).getDomainAvailabilities()}),[]);Object(o.useEffect)((function(){(null==ae?void 0:ae.some((function(e){return e.domain_name===(null==_?void 0:_.domain_name)})))||J(_)}),[_,ae]),Object(o.useEffect)((function(){U(!1)}),[H]);var me=Object(o.useState)(),pe=E()(me,2),he=pe[0],be=pe[1];Object(o.useEffect)((function(){te&&be(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"recommendation";return"".concat(Object(Te.a)().replace(/-/g,""),"-").concat(e)}("suggestion"))}),[te,be]),Object(o.useEffect)((function(){P||q(v)}),[v,P]);var ge=function(e,t,n,r){var i,o="/domains/search/".concat(Z,"/").concat(h).concat(G?"/"+G:"");Pe("calypso_traintracks_render",{railcar:(i={uiAlgo:"/".concat(h,"/").concat(b),fetchAlgo:o,query:H,railcarId:t,result:r?e+"#recommended":e,uiPosition:n}).railcarId,ui_algo:i.uiAlgo,ui_position:i.uiPosition,fetch_algo:i.fetchAlgo,rec_result:i.result,fetch_query:i.query})},ve=re===Ae.a.Failure,ye=(null===(t=H.trim)||void 0===t?void 0:t.call(H).length)<=1,Oe=!ve&&!ye,_e=!ve&&ye,Ee=(Q?u+1:u)-(S?1:0);return Object(i.createElement)("div",{className:"domain-picker"},n&&n,P&&Object(i.createElement)("div",{className:"domain-picker__search"},Object(i.createElement)("div",{className:"domain-picker__search-icon"},Object(i.createElement)(ue,{icon:de})),Object(i.createElement)(x.TextControl,{hideLabelFromVision:!0,label:I,placeholder:I,onChange:function(e){q(e),O(e)},onBlur:function(e){p&&p(e.currentTarget.value)},value:H,dir:"ltr"})),ve&&Object(i.createElement)("div",{className:"domain-picker__error"},Object(i.createElement)("p",{className:"domain-picker__error-message"},Object(w.__)("An error has occurred, please check your connection and retry.","full-site-editing"),ne&&" ".concat(ne)),Object(i.createElement)(x.Button,{isPrimary:!0,className:"domain-picker__error-retry-btn",onClick:ie},Object(w.__)("Retry","full-site-editing"))),(Oe||R)&&Object(i.createElement)("div",{className:"domain-picker__body"},r&&Object(i.createElement)("div",{className:"domain-picker__aside"},Object(i.createElement)(nt,{selected:G,onSelect:Y})),Object(i.createElement)("div",{className:"domain-picker__suggestion-sections"},Object(i.createElement)(i.Fragment,null,k&&Object(i.createElement)("p",{className:"domain-picker__suggestion-group-label"},Object(w.__)("Keep sub-domain","full-site-editing")),Object(i.createElement)(lt,{groupItems:k},(null==S?void 0:S.domain_name)&&Object(i.createElement)(Ke,{key:null==S?void 0:S.domain_name,domain:null==S?void 0:S.domain_name,cost:"Free",isFree:!0,isExistingSubdomain:!0,railcarId:he?"".concat(he,0):void 0,onRender:function(){return ge(null==S?void 0:S.domain_name,"".concat(he,0),0,!1)},selected:(null==_?void 0:_.domain_name)===(null==S?void 0:S.domain_name),onSelect:function(){null==s||s(null==S?void 0:S.domain_name)},type:A})),k&&Object(i.createElement)("p",{className:"domain-picker__suggestion-group-label"},Object(w.__)("Professional domains","full-site-editing")),Object(i.createElement)(lt,{groupItems:k},!R&&(null==oe?void 0:oe.map((function(e,t){var n,r=(null==S?void 0:S.domain_name)?t+1:t,o=1===r,c=null===(n=fe[null==e?void 0:e.domain_name])||void 0===n?void 0:n.status,s=!c||(null==et?void 0:et.indexOf(c))>-1;return Object(i.createElement)(Ke,{key:e.domain_name,isUnavailable:!s,domain:e.domain_name,cost:e.cost,isLoading:(null==_?void 0:_.domain_name)===e.domain_name&&j,hstsRequired:e.hsts_required,isFree:e.is_free,isRecommended:o,railcarId:he?"".concat(he).concat(r):void 0,onRender:function(){return ge(e.domain_name,"".concat(he).concat(r),r,o)},onSelect:function(){a(e)},selected:(null==_?void 0:_.domain_name)===e.domain_name,type:A})})))||Object(se.times)(Ee,(function(e){return Object(i.createElement)(Xe,{type:A,key:e})})))),!B&&u<f&&(null==te?void 0:te.length)&&(null==te?void 0:te.length)>u&&Object(i.createElement)("div",{className:"domain-picker__show-more"},Object(i.createElement)(x.Button,{onClick:function(){return U(!0)},isLink:!0},Object(w.__)("View more results","full-site-editing"))))),_e&&!R&&Object(i.createElement)("div",{className:"domain-picker__empty-state"},Object(i.createElement)("p",{className:"domain-picker__empty-state--text"},Object(w.__)("A domain name is the site address people type in their browser to visit your site.","full-site-editing")),Object(i.createElement)("div",null,Object(i.createElement)(st,null))))};function dt(e){if(e)return{domain_name:e,relevance:1,supports_privacy:!0,vendor:"",cost:"",product_id:0,product_slug:""}}function ft(){var e,t=Object(c.useSelect)((function(e){return e(B).getState()})).domainSearch,n=ie().title,r=G(),i=r.currentDomainName,o=r.isLoadingSite,a=Object(c.useDispatch)(B).setDomainSearch,s=t.trim()||n;s&&!H({currentSiteTitle:s,exact:!0})||(s=null!==(e=null==i?void 0:i.split(".")[0])&&void 0!==e?e:"");return{domainSearch:s,isLoading:o,setDomainSearch:a}}var mt="gutenboarding",pt=(n(122),function(e){var t=e.onPrevStep,n=e.onNextStep,o=Object(c.useSelect)((function(e){return e(r).getState()})),a=o.plan,s=o.domain,l=G().currentDomainName,u=ft(),d=u.domainSearch,f=u.setDomainSearch,m=Object(c.useDispatch)(r),p=m.setDomain,h=m.unsetDomain,b=m.unsetPlan,g=m.confirmDomainSelection,v=function(){g(),null==n||n()};return Object(i.createElement)(re,null,Object(i.createElement)("div",{className:"nux-launch-step__header"},Object(i.createElement)("div",null,Object(i.createElement)(X,null,Object(w.__)("Choose a domain","full-site-editing")),Object(i.createElement)(Q,null,Object(w.__)("Free for the first year with any paid plan.","full-site-editing"))),Object(i.createElement)(ee,{sticky:!1},Object(i.createElement)(ne,{onClick:v,disabled:!d}))),Object(i.createElement)("div",{className:"nux-launch-step__body"},Object(i.createElement)(ut,{analyticsFlowId:mt,initialDomainSearch:d,onSetDomainSearch:f,onDomainSearchBlur:function(e){Pe("calypso_newsite_domain_search_blur",{flow:mt,query:e,where:"editor_domain_modal"})},currentDomain:s||dt(l),existingSubdomain:dt(l),onDomainSelect:function(e){g(),p(e),(null==a?void 0:a.isFree)&&b()},onExistingSubdomainSelect:function(){h()},analyticsUiAlgo:"editor_domain_modal",segregateFreeAndPaid:!0,locale:document.documentElement.lang})),Object(i.createElement)("div",{className:"nux-launch-step__footer"},Object(i.createElement)(ee,{sticky:!0},Object(i.createElement)(te,{onClick:function(){null==t||t()}}),Object(i.createElement)(ne,{onClick:v,disabled:!d}))))}),ht=Object(i.createElement)(A.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(i.createElement)(A.Path,{d:"M9 18.6L3.5 13l1-1L9 16.4l9.5-9.9 1 1z"})),bt=Object(i.createElement)(A.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(i.createElement)(A.Path,{d:"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"})),gt=(n(68),Object(i.createElement)(ue,{icon:ht,size:17})),vt=Object(i.createElement)(ue,{icon:bt,size:17}),yt=Object(i.createElement)("svg",{width:"8",viewBox:"0 0 8 4"},Object(i.createElement)("path",{d:"M0 0 L8 0 L4 4 L0 0",fill:"currentColor"}));var Ot=function(e){var t=e.features,n=e.domain,r=e.isFree,o=void 0!==r&&r,a=e.isOpen,c=void 0!==a&&a,s=e.onPickDomain,l=e.disabledLabel,u=e.multiColumn,d=void 0!==u&&u,f=function(e,t,n){return{NO_DOMAIN:{FREE_PLAN:null,PAID_PLAN:{className:"plans-feature-list__domain-summary is-cta",icon:gt,domainMessage:Object(i.createElement)(i.Fragment,null,n("Pick a free domain (1 year)","full-site-editing")," ",yt)}},FREE_DOMAIN:{FREE_PLAN:null,PAID_PLAN:{className:"plans-feature-list__domain-summary is-cta",icon:gt,domainMessage:Object(i.createElement)(i.Fragment,null,n("Pick a free domain (1 year)","full-site-editing")," ",yt)}},PAID_DOMAIN:{FREE_PLAN:{className:"plans-feature-list__domain-summary is-free",icon:vt,domainMessage:Object(i.createElement)("span",null,Object(i.createInterpolateElement)(n("<url /> is not included","full-site-editing"),{url:Object(i.createElement)("span",{className:"plans-feature-list__item-url"},null==t?void 0:t.domain_name)}))},PAID_PLAN:{className:"plans-feature-list__domain-summary is-picked",icon:gt,domainMessage:Object(i.createElement)("span",null,Object(i.createInterpolateElement)(n("<url /> is included","full-site-editing"),{url:Object(i.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"]}(o,n,w.__);return Object(i.createElement)("div",{className:"plans-feature-list",hidden:!c},Object(i.createElement)("ul",{className:S()("plans-feature-list__item-group",{"plans-feature-list__item-group--columns":d})},l?Object(i.createElement)("li",{className:"plans-feature-list__item plans-feature-list__item--disabled-message"},vt," ",Object(i.createElement)("span",null,l)):f&&Object(i.createElement)("li",{className:"plans-feature-list__item"},Object(i.createElement)(x.Button,{className:f.className,onClick:s,isLink:!0},f.icon,f.domainMessage)),t.map((function(e,t){return Object(i.createElement)("li",{key:t,className:"plans-feature-list__item"},gt," ",Object(i.createElement)("span",null,e))}))))},_t=Object(i.createElement)("svg",{width:"8",viewBox:"0 0 8 4"},Object(i.createElement)("path",{d:"M0 0 L8 0 L4 4 L0 0",fill:"currentColor"})),Et=function(e){var t=e.slug,n=e.name,r=e.tagline,a=e.price,c=e.isPopular,s=void 0!==c&&c,l=e.isFree,u=void 0!==l&&l,d=e.domain,f=e.features,m=e.onSelect,p=e.onPickDomainClick,h=e.onToggleExpandAll,b=e.allPlansExpanded,v=e.disabledLabel,y=e.CTAVariation,O=void 0===y?"NORMAL":y,_=e.popularBadgeVariation,j=void 0===_?"ON_TOP":_,C=o.useState(!1),k=E()(C,2),N=k[0],P=k[1],T=Object(g.useViewportMatch)("mobile",">=");o.useEffect((function(){P(b)}),[b]);var A=b||T||s||N;return Object(i.createElement)("div",{className:S()("plan-item",{"is-popular":s,"is-open":A,"badge-next-to-name":"NEXT_TO_NAME"===j})},s&&"ON_TOP"===j&&Object(i.createElement)("span",{className:"plan-item__badge"},Object(w.__)("Popular","full-site-editing")),Object(i.createElement)("div",{className:S()("plan-item__viewport",{"is-popular":s})},Object(i.createElement)("div",{className:"plan-item__details"},Object(i.createElement)("div",{tabIndex:0,role:"button",onClick:function(){return P((function(e){return!e}))},onKeyDown:function(e){return 32===e.keyCode&&P((function(e){return!e}))},className:"plan-item__summary"},Object(i.createElement)("div",{className:S()("plan-item__heading",{"badge-next-to-name":"NEXT_TO_NAME"===j})},Object(i.createElement)("div",{className:"plan-item__name"},n),s&&"NEXT_TO_NAME"===j&&Object(i.createElement)("span",{className:"plan-item__badge-next-to-name"},Object(w.__)("Popular","full-site-editing"))),r&&Object(i.createElement)("p",{className:"plan-item__tagline"},r),Object(i.createElement)("div",{className:"plan-item__price"},Object(i.createElement)("div",{className:S()("plan-item__price-amount",{"is-loading":!a})},a||" ")),!A&&Object(i.createElement)("div",{className:"plan-item__dropdown-chevron"},_t)),Object(i.createElement)("div",{hidden:!A},Object(i.createElement)("div",{className:"plan-item__price-note"},u?Object(w.__)("free forever","full-site-editing"):Object(w.__)("per month, billed yearly","full-site-editing")),Object(i.createElement)("div",{className:"plan-item__actions"},"NORMAL"===O?Object(i.createElement)(x.Button,{className:"plan-item__select-button",onClick:function(){m(t)},isPrimary:!0,disabled:!!v},Object(i.createElement)("span",null,Object(w.__)("Choose","full-site-editing"))):Object(i.createElement)(x.Button,{className:"plan-item__select-button full-width",onClick:function(){m(t)},isPrimary:s,disabled:!!v},Object(i.createElement)("span",null,Object(w.sprintf)(Object(w.__)("Select %s","full-site-editing"),n)))),Object(i.createElement)(Ot,{features:f,domain:d,isFree:u,isOpen:A,onPickDomain:p,disabledLabel:v})))),s&&!T&&Object(i.createElement)(x.Button,{onClick:h,className:"plan-item__mobile-expand-all-plans",isLink:!0},b?Object(w.__)("Collapse all plans","full-site-editing"):Object(w.__)("Expand all plans","full-site-editing")))},jt=R.Plans.register(),St=R.WPCOMFeatures.register(),wt=(n(129),function(e){var t=e.selectedPlanSlug,n=e.onPlanSelect,r=e.onPickDomainClick,a=e.currentDomain,s=e.disabledPlans,l=e.locale,u=e.showTaglines,d=void 0!==u&&u,f=e.CTAVariation,m=void 0===f?"NORMAL":f,p=e.popularBadgeVariation,h=void 0===p?"ON_TOP":p,b=e.customTagLines,g=Object(c.useSelect)((function(e){return e(jt).getSupportedPlans()})),v=Object(c.useSelect)((function(e){return e(jt).getPrices(l)})),y=Object(o.useState)(!1),O=E()(y,2),_=O[0],j=O[1];return Object(i.createElement)("div",{className:"plans-table"},g.map((function(e){var o,c;return e&&Object(i.createElement)(Et,{popularBadgeVariation:h,allPlansExpanded:_,key:e.storeSlug,slug:e.storeSlug,domain:a,tagline:null!==(o=d&&(null==b?void 0:b[e.storeSlug]))&&void 0!==o?o:e.description,CTAVariation:m,features:null!==(c=e.features)&&void 0!==c?c:[],isPopular:e.isPopular,isFree:e.isFree,price:v[e.storeSlug],name:null==e?void 0:e.title.toString(),isSelected:e.storeSlug===t,onSelect:n,onPickDomainClick:r,onToggleExpandAll:function(){return j((function(e){return!e}))},disabledLabel:null==s?void 0:s[e.storeSlug]})})))}),xt=(n(67),Object(i.createElement)("svg",{width:"8",viewBox:"0 0 8 4"},Object(i.createElement)("path",{d:"M0 0 L8 0 L4 4 L0 0",fill:"currentColor"}))),Ct=function(e){var t=e.slug,n=e.name,r=e.description,o=e.price,a=e.features,c=e.domain,s=e.badge,l=e.isFree,u=void 0!==l&&l,d=e.isOpen,f=void 0!==d&&d,m=e.isPrimary,p=void 0!==m&&m,h=e.onSelect,b=e.onPickDomainClick,g=e.onToggle,v=e.disabledLabel,y=function(){!v&&(null==g||g(t,!f))};return Object(i.createElement)("div",{className:S()("plans-accordion-item",{"is-open":f,"is-primary":p,"has-badge":!!s,"is-disabled":!!v})},s&&Object(i.createElement)("div",{className:"plans-accordion-item__badge"},Object(i.createElement)("span",null,s)),Object(i.createElement)("div",{className:"plans-accordion-item__viewport"},Object(i.createElement)("div",{className:"plans-accordion-item__details"},Object(i.createElement)("div",{tabIndex:0,role:"button",onClick:y,onKeyDown:function(e){return 32===e.keyCode&&y()},className:"plans-accordion-item__header"},Object(i.createElement)("div",{className:"plans-accordion-item__heading"},Object(i.createElement)("div",{className:"plans-accordion-item__name"},n),Object(i.createElement)("div",{className:"plans-accordion-item__description"},r)),Object(i.createElement)("div",{className:"plans-accordion-item__price"},Object(i.createElement)("div",{className:S()("plans-accordion-item__price-amount",{"is-loading":!o})},o||"  ",o&&Object(i.createElement)("span",null,Object(w.__)("/mo","full-site-editing"))),Object(i.createElement)("div",{className:"plans-accordion-item__price-note"},u?Object(w.__)("free forever","full-site-editing"):Object(w.__)("billed annually","full-site-editing"))),Object(i.createElement)("div",{className:"plans-accordion-item__disabled-label"},v),!f&&Object(i.createElement)("div",{className:"plans-accordion-item__dropdown-chevron"},xt)),Object(i.createElement)("div",{className:"plans-accordion-item__actions",hidden:!f},Object(i.createElement)(ne,{onClick:function(){h(t)}},Object(w.__)("Select","full-site-editing"))),Object(i.createElement)(Ot,{features:a,domain:c,isFree:u,isOpen:f,onPickDomain:b,multiColumn:!0}))))},kt=function(e){var t=e.isOpen,n=void 0!==t&&t,r=e.multiColumn,o=void 0!==r&&r,a=Array.from(Array(10).keys());return Object(i.createElement)("div",{className:"plans-feature-list",hidden:!n},Object(i.createElement)("ul",{className:S()("plans-feature-list__item-group",{"plans-feature-list__item-group--columns":o})},a.map((function(e){return Object(i.createElement)("li",{key:e,className:"plans-feature-list__item"},Object(i.createElement)("span",{className:"plans-feature-list__placeholder"},""))}))))},Nt=Object(i.createElement)("svg",{width:"8",viewBox:"0 0 8 4"},Object(i.createElement)("path",{d:"M0 0 L8 0 L4 4 L0 0",fill:"currentColor"})),Pt=function(e){var t=e.isOpen,n=e.isPrimary;return Object(i.createElement)("div",{className:S()("plans-accordion-item",{"is-open":t,"is-primary":n})},Object(i.createElement)("div",{className:"plans-accordion-item__viewport"},Object(i.createElement)("div",{className:"plans-accordion-item__details"},Object(i.createElement)("div",{tabIndex:0,role:"button",className:"plans-accordion-item__header"},Object(i.createElement)("div",{className:"plans-accordion-item__heading"},Object(i.createElement)("div",{className:"plans-accordion-item__name"},Object(i.createElement)("span",{className:"plans-accordion-item__placeholder"},"")),Object(i.createElement)("div",{className:"plans-accordion-item__description"},Object(i.createElement)("span",{className:"plans-accordion-item__placeholder plans-accordion-item__placeholder--wide"},""))),Object(i.createElement)("div",{className:"plans-accordion-item__price"},Object(i.createElement)("div",{className:"plans-accordion-item__price-amount"},Object(i.createElement)("span",{className:"plans-accordion-item__placeholder"},"")),Object(i.createElement)("div",{className:"plans-accordion-item__price-note"},Object(i.createElement)("span",{className:"plans-accordion-item__placeholder plans-accordion-item__placeholder--wide"},""))),Object(i.createElement)("div",{className:"plans-accordion-item__disabled-label"},""),!t&&Object(i.createElement)("div",{className:"plans-accordion-item__dropdown-chevron"},Nt)),Object(i.createElement)("div",{className:"plans-accordion-item__actions",hidden:!t},Object(i.createElement)(ne,{disabled:!0},Object(i.createElement)("span",null,""))),Object(i.createElement)(kt,{isOpen:t,multiColumn:!0}))))},Tt=(n(128),Object(i.createElement)(x.SVG,{viewBox:"0 0 24 24"},Object(i.createElement)(x.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"}))),At=function(e){var t,n=e.selectedFeatures,r=void 0===n?[]:n,a=e.selectedPlanSlug,s=e.onPlanSelect,l=e.onPickDomainClick,u=e.currentDomain,d=e.disabledPlans,f=e.locale,m=Object(c.useSelect)((function(e){return e(jt).getSupportedPlans()})),p=Object(c.useSelect)((function(e){return e(jt).getPrices(f)})),h=!(null==m?void 0:m.length),b=Object(c.useSelect)((function(e){return e(jt).getDefaultPaidPlan(f)})),g=Object(c.useSelect)((function(e){return e(St).getRecommendedPlanSlug(r)})),v=Object(c.useSelect)((function(e){return e(jt).getPlanBySlug(g)})),y=v||b,O=v?Object(w.__)("Recommended for you","full-site-editing"):Object(w.__)("Popular","full-site-editing"),_=m.filter((function(e){return e.storeSlug!==y.storeSlug})),j=[null==y?void 0:y.storeSlug],S=Object(o.useState)(j),C=E()(S,2),k=C[0],N=C[1],P=!h&&k.length>=m.length,T=function(e,t){N(t?[].concat(ce()(k),[e]):k.filter((function(t){return t!==e})))};return Object(i.createElement)("div",{className:"plans-accordion"},Object(i.createElement)("div",{className:"plans-accordion__plan-item-group"},h?Object(i.createElement)(Pt,{isOpen:!0,isPrimary:!0}):y&&Object(i.createElement)(i.Fragment,null,v&&Object(i.createElement)("div",{className:"plans-accordion__recommend-hint"},Object(i.createElement)(ue,{icon:Tt,size:16}),Object(i.createElement)("span",null,Object(w.__)("Based on the features you selected.","full-site-editing"))),Object(i.createElement)(Ct,{key:y.storeSlug,slug:y.storeSlug,name:null==y?void 0:y.title.toString(),description:null==y?void 0:y.description.toString(),features:null!==(t=y.features)&&void 0!==t?t:[],price:p[y.storeSlug],domain:u,badge:O,isFree:y.isFree,isOpen:!0,isPrimary:!0,isSelected:y.storeSlug===a,onSelect:s,onPickDomainClick:l}))),Object(i.createElement)("div",{className:"plans-accordion__actions"},Object(i.createElement)(x.Button,{className:"plans-accordion__toggle-all-button",onClick:function(){N(P?j:m.map((function(e){return e.storeSlug})))},isLink:!0},P?Object(w.__)("Collapse all plans","full-site-editing"):Object(w.__)("Show all plans","full-site-editing"))),Object(i.createElement)("div",{className:"plans-accordion__plan-item-group"},h?[1,2,3,4].map((function(e){return Object(i.createElement)(Pt,{key:e})})):_.map((function(e){var t;return Object(i.createElement)(Ct,{key:e.storeSlug,slug:e.storeSlug,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:[],price:p[e.storeSlug],domain:u,isFree:e.isFree,isOpen:k.indexOf(e.storeSlug)>-1&&!(null==d?void 0:d[e.storeSlug]),isSelected:e.storeSlug===a,onSelect:s,onPickDomainClick:l,onToggle:T,disabledLabel:null==d?void 0:d[e.storeSlug]})}))))},Lt=(n(130),Object(i.createElement)(ue,{icon:ht,size:25})),Dt=function(e){var t=e.onSelect,n=e.locale,r=Object(c.useSelect)((function(e){return e(jt).getPlansDetails(n)})),o=r.features,a=r.featuresByType,s=r.plans,l=Object(c.useSelect)((function(e){return e(jt).getPrices(n)})),u=Object(c.useSelect)((function(e){return e(jt).getSupportedPlans()})),d=!(null==u?void 0:u.length),f=[1,2,3,4,5];return Object(i.createElement)("div",{className:"plans-details"},Object(i.createElement)("table",{className:"plans-details__table"},Object(i.createElement)("thead",null,Object(i.createElement)("tr",{className:"plans-details__header-row"},Object(i.createElement)("th",null,Object(w.__)("Feature","full-site-editing")),d?f.map((function(e){return Object(i.createElement)("th",{key:e},Object(i.createElement)("span",{className:"plans-details__placeholder"},""))})):u.map((function(e){return Object(i.createElement)("th",{key:e.storeSlug},e.title)})))),d?Object(i.createElement)("tbody",null,f.map((function(e,t){return Object(i.createElement)("tr",{className:"plans-details__feature-row",key:t},Object(i.createElement)("th",{key:e},Object(i.createElement)("span",{className:"plans-details__placeholder plans-details__placeholder--wide"},"")),f.map((function(e){return Object(i.createElement)("td",{key:e})})))}))):a.map((function(e){var t;return Object(i.createElement)("tbody",{key:e.id},e.name&&Object(i.createElement)("tr",{className:"plans-details__header-row"},Object(i.createElement)("th",{colSpan:6},e.name)),null===(t=e.features)||void 0===t?void 0:t.map((function(e,t){return Object(i.createElement)("tr",{className:"plans-details__feature-row",key:t},Object(i.createElement)("th",null,o[e].name),u.map((function(t,n){var r;return"storage"===e?Object(i.createElement)("td",{key:n},s[t.storeSlug][e]):Object(i.createElement)("td",{key:n},(null===(r=s[t.storeSlug].featuresSlugs)||void 0===r?void 0:r[e])?Object(i.createElement)(i.Fragment,null,Object(i.createElement)("span",{className:"hidden"},Object(w.__)("Available","full-site-editing")),Lt):Object(i.createElement)(i.Fragment,null,Object(i.createElement)("span",{className:"hidden"},Object(w.__)("Unavailable","full-site-editing"))))})))})))})),Object(i.createElement)("tbody",null,Object(i.createElement)("tr",{className:"plans-details__header-row"},Object(i.createElement)("th",{colSpan:6},Object(w.__)("Sign up","full-site-editing"))),Object(i.createElement)("tr",{className:"plans-details__feature-row",key:"price"},Object(i.createElement)("th",null,Object(w.__)("Monthly subscription (billed yearly)","full-site-editing")),d?f.map((function(e){return Object(i.createElement)("td",{key:e},Object(i.createElement)("span",{className:"plans-details__placeholder"},""))})):u.map((function(e){return Object(i.createElement)("td",{key:e.storeSlug},l[e.storeSlug])}))),Object(i.createElement)("tr",{className:"plans-details__feature-row",key:"cta"},Object(i.createElement)("th",null),d?f.map((function(e){return Object(i.createElement)("td",{key:e},Object(i.createElement)(x.Button,{className:"plans-details__select-button",isPrimary:!0,disabled:!0},Object(i.createElement)("span",{className:"plans-details__placeholder plans-details__placeholder--narrow"},""))," ")})):u.map((function(e){return Object(i.createElement)("td",{key:e.storeSlug},Object(i.createElement)(x.Button,{className:"plans-details__select-button",onClick:function(){t(e.storeSlug)},isPrimary:!0},Object(i.createElement)("span",null,Object(w.__)("Select","full-site-editing"))))}))))))},Rt=(n(127),me()("plans-grid")),It=function(e){var t,n,r=e.header,o=e.selectedFeatures,a=e.currentPlan,c=e.currentDomain,s=e.onPlanSelect,l=e.onPickDomainClick,u=e.disabledPlans,d=e.isAccordion,f=e.locale,m=e.showPlanTaglines,p=void 0!==m&&m,h=e.CTAVariation,b=void 0===h?"NORMAL":h,g=e.popularBadgeVariation,v=void 0===g?"ON_TOP":g,y=e.customTagLines;return d&&Rt("PlansGrid accordion version is active"),Object(i.createElement)("div",{className:"plans-grid"},r&&Object(i.createElement)("div",{className:"plans-grid__header"},r),Object(i.createElement)("div",{className:"plans-grid__table"},Object(i.createElement)("div",{className:"plans-grid__table-container"},d?Object(i.createElement)(At,{selectedFeatures:o,selectedPlanSlug:null!==(t=null==a?void 0:a.storeSlug)&&void 0!==t?t:"",onPlanSelect:s,currentDomain:c,onPickDomainClick:l,disabledPlans:u,locale:f}):Object(i.createElement)(wt,{popularBadgeVariation:v,CTAVariation:b,selectedPlanSlug:null!==(n=null==a?void 0:a.storeSlug)&&void 0!==n?n:"",onPlanSelect:s,customTagLines:y,currentDomain:c,onPickDomainClick:l,disabledPlans:u,locale:f,showTaglines:p}))),Object(i.createElement)("div",{className:"plans-grid__details"},Object(i.createElement)("div",{className:"plans-grid__details-heading"},Object(i.createElement)(X,{tagName:"h2"},Object(w.__)("Detailed comparison","full-site-editing"))),Object(i.createElement)("div",{className:"plans-grid__details-container"},Object(i.createElement)(Dt,{onSelect:s,locale:f}))))},Ft=(n(126),function(e){var t,n=e.onPrevStep,o=e.onNextStep,a=Object(c.useSelect)((function(e){return e(r).getSelectedDomain()})),s=Object(c.useSelect)((function(e){return e(r).getLaunchStep()})),l=Object(c.useDispatch)(r),u=l.updatePlan,d=l.setStep,f=G().selectedFeatures,m=a&&!a.is_free;return Object(i.createElement)(re,null,Object(i.createElement)("div",{className:"nux-launch-step__header"},Object(i.createElement)("div",null,Object(i.createElement)(X,null,Object(w.__)("Select a plan","full-site-editing")),Object(i.createElement)(Q,null,Object(w.__)("Pick a plan that’s right for you. Switch plans as your needs change. There’s no risk, you can cancel for a full refund within 30 days.","full-site-editing")))),Object(i.createElement)("div",{className:"nux-launch-step__body"},Object(i.createElement)(It,{currentDomain:a,onPlanSelect:function(e){u(e),null==o||o()},onPickDomainClick:function(){d(s.Domain)},disabledPlans:m?K()({},R.Plans.PLAN_FREE,Object(w.__)("Not available with custom domain","full-site-editing")):void 0,isAccordion:!0,selectedFeatures:f,locale:(null===(t=window.wpcomEditorSiteLaunch)||void 0===t?void 0:t.locale)||"en"})),Object(i.createElement)("div",{className:"nux-launch-step__footer"},Object(i.createElement)(ee,{sticky:!0},Object(i.createElement)(te,{onClick:function(){null==n||n()}}))))}),Mt=n(34),Bt=n.n(Mt);var Ut=function(){function e(e){this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.before=null}var t=e.prototype;return t.insert=function(e){if(this.ctr%(this.isSpeedy?65e3:1)==0){var t,n=function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t}(this);t=0===this.tags.length?this.before:this.tags[this.tags.length-1].nextSibling,this.container.insertBefore(n,t),this.tags.push(n)}var r=this.tags[this.tags.length-1];if(this.isSpeedy){var i=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(r);try{var o=105===e.charCodeAt(1)&&64===e.charCodeAt(0);i.insertRule(e,o?0:i.cssRules.length)}catch(a){0}}else r.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach((function(e){return e.parentNode.removeChild(e)})),this.tags=[],this.ctr=0},e}();var Vt=function(e){function t(e,r,s,l,f){for(var m,p,h,b,O,E=0,j=0,S=0,w=0,x=0,A=0,D=h=m=0,I=0,F=0,M=0,B=0,U=s.length,V=U-1,z="",H="",q="",$="";I<U;){if(p=s.charCodeAt(I),I===V&&0!==j+w+S+E&&(0!==j&&(p=47===j?10:47),w=S=E=0,U++,V++),0===j+w+S+E){if(I===V&&(0<F&&(z=z.replace(d,"")),0<z.trim().length)){switch(p){case 32:case 9:case 59:case 13:case 10:break;default:z+=s.charAt(I)}p=59}switch(p){case 123:for(m=(z=z.trim()).charCodeAt(0),h=1,B=++I;I<U;){switch(p=s.charCodeAt(I)){case 123:h++;break;case 125:h--;break;case 47:switch(p=s.charCodeAt(I+1)){case 42:case 47:e:{for(D=I+1;D<V;++D)switch(s.charCodeAt(D)){case 47:if(42===p&&42===s.charCodeAt(D-1)&&I+2!==D){I=D+1;break e}break;case 10:if(47===p){I=D+1;break e}}I=D}}break;case 91:p++;case 40:p++;case 34:case 39:for(;I++<V&&s.charCodeAt(I)!==p;);}if(0===h)break;I++}switch(h=s.substring(B,I),0===m&&(m=(z=z.replace(u,"").trim()).charCodeAt(0)),m){case 64:switch(0<F&&(z=z.replace(d,"")),p=z.charCodeAt(1)){case 100:case 109:case 115:case 45:F=r;break;default:F=T}if(B=(h=t(r,F,h,p,f+1)).length,0<L&&(O=c(3,h,F=n(T,z,M),r,k,C,B,p,f,l),z=F.join(""),void 0!==O&&0===(B=(h=O.trim()).length)&&(p=0,h="")),0<B)switch(p){case 115:z=z.replace(_,a);case 100:case 109:case 45:h=z+"{"+h+"}";break;case 107:h=(z=z.replace(g,"$1 $2"))+"{"+h+"}",h=1===P||2===P&&o("@"+h,3)?"@-webkit-"+h+"@"+h:"@"+h;break;default:h=z+h,112===l&&(H+=h,h="")}else h="";break;default:h=t(r,n(r,z,M),h,l,f+1)}q+=h,h=M=F=D=m=0,z="",p=s.charCodeAt(++I);break;case 125:case 59:if(1<(B=(z=(0<F?z.replace(d,""):z).trim()).length))switch(0===D&&(m=z.charCodeAt(0),45===m||96<m&&123>m)&&(B=(z=z.replace(" ",":")).length),0<L&&void 0!==(O=c(1,z,r,e,k,C,H.length,l,f,l))&&0===(B=(z=O.trim()).length)&&(z="\0\0"),m=z.charCodeAt(0),p=z.charCodeAt(1),m){case 0:break;case 64:if(105===p||99===p){$+=z+s.charAt(I);break}default:58!==z.charCodeAt(B-1)&&(H+=i(z,m,p,z.charCodeAt(2)))}M=F=D=m=0,z="",p=s.charCodeAt(++I)}}switch(p){case 13:case 10:47===j?j=0:0===1+m&&107!==l&&0<z.length&&(F=1,z+="\0"),0<L*R&&c(0,z,r,e,k,C,H.length,l,f,l),C=1,k++;break;case 59:case 125:if(0===j+w+S+E){C++;break}default:switch(C++,b=s.charAt(I),p){case 9:case 32:if(0===w+E+j)switch(x){case 44:case 58:case 9:case 32:b="";break;default:32!==p&&(b=" ")}break;case 0:b="\\0";break;case 12:b="\\f";break;case 11:b="\\v";break;case 38:0===w+j+E&&(F=M=1,b="\f"+b);break;case 108:if(0===w+j+E+N&&0<D)switch(I-D){case 2:112===x&&58===s.charCodeAt(I-3)&&(N=x);case 8:111===A&&(N=A)}break;case 58:0===w+j+E&&(D=I);break;case 44:0===j+S+w+E&&(F=1,b+="\r");break;case 34:case 39:0===j&&(w=w===p?0:0===w?p:w);break;case 91:0===w+j+S&&E++;break;case 93:0===w+j+S&&E--;break;case 41:0===w+j+E&&S--;break;case 40:if(0===w+j+E){if(0===m)switch(2*x+3*A){case 533:break;default:m=1}S++}break;case 64:0===j+S+w+E+D+h&&(h=1);break;case 42:case 47:if(!(0<w+E+S))switch(j){case 0:switch(2*p+3*s.charCodeAt(I+1)){case 235:j=47;break;case 220:B=I,j=42}break;case 42:47===p&&42===x&&B+2!==I&&(33===s.charCodeAt(B+2)&&(H+=s.substring(B,I+1)),b="",j=0)}}0===j&&(z+=b)}A=x,x=p,I++}if(0<(B=H.length)){if(F=r,0<L&&(void 0!==(O=c(2,H,F,e,k,C,B,l,f,l))&&0===(H=O).length))return $+H+q;if(H=F.join(",")+"{"+H+"}",0!=P*N){switch(2!==P||o(H,2)||(N=0),N){case 111:H=H.replace(y,":-moz-$1")+H;break;case 112:H=H.replace(v,"::-webkit-input-$1")+H.replace(v,"::-moz-$1")+H.replace(v,":-ms-input-$1")+H}N=0}}return $+H+q}function n(e,t,n){var i=t.trim().split(h);t=i;var o=i.length,a=e.length;switch(a){case 0:case 1:var c=0;for(e=0===a?"":e[0]+" ";c<o;++c)t[c]=r(e,t[c],n).trim();break;default:var s=c=0;for(t=[];c<o;++c)for(var l=0;l<a;++l)t[s++]=r(e[l]+" ",i[c],n).trim()}return t}function r(e,t,n){var r=t.charCodeAt(0);switch(33>r&&(r=(t=t.trim()).charCodeAt(0)),r){case 38:return t.replace(b,"$1"+e.trim());case 58:return e.trim()+t.replace(b,"$1"+e.trim());default:if(0<1*n&&0<t.indexOf("\f"))return t.replace(b,(58===e.charCodeAt(0)?"":"$1")+e.trim())}return e+t}function i(e,t,n,r){var a=e+";",c=2*t+3*n+4*r;if(944===c){e=a.indexOf(":",9)+1;var s=a.substring(e,a.length-1).trim();return s=a.substring(0,e).trim()+s+";",1===P||2===P&&o(s,1)?"-webkit-"+s+s:s}if(0===P||2===P&&!o(a,1))return a;switch(c){case 1015:return 97===a.charCodeAt(10)?"-webkit-"+a+a:a;case 951:return 116===a.charCodeAt(3)?"-webkit-"+a+a:a;case 963:return 110===a.charCodeAt(5)?"-webkit-"+a+a:a;case 1009:if(100!==a.charCodeAt(4))break;case 969:case 942:return"-webkit-"+a+a;case 978:return"-webkit-"+a+"-moz-"+a+a;case 1019:case 983:return"-webkit-"+a+"-moz-"+a+"-ms-"+a+a;case 883:if(45===a.charCodeAt(8))return"-webkit-"+a+a;if(0<a.indexOf("image-set(",11))return a.replace(x,"$1-webkit-$2")+a;break;case 932:if(45===a.charCodeAt(4))switch(a.charCodeAt(5)){case 103:return"-webkit-box-"+a.replace("-grow","")+"-webkit-"+a+"-ms-"+a.replace("grow","positive")+a;case 115:return"-webkit-"+a+"-ms-"+a.replace("shrink","negative")+a;case 98:return"-webkit-"+a+"-ms-"+a.replace("basis","preferred-size")+a}return"-webkit-"+a+"-ms-"+a+a;case 964:return"-webkit-"+a+"-ms-flex-"+a+a;case 1023:if(99!==a.charCodeAt(8))break;return"-webkit-box-pack"+(s=a.substring(a.indexOf(":",15)).replace("flex-","").replace("space-between","justify"))+"-webkit-"+a+"-ms-flex-pack"+s+a;case 1005:return m.test(a)?a.replace(f,":-webkit-")+a.replace(f,":-moz-")+a:a;case 1e3:switch(t=(s=a.substring(13).trim()).indexOf("-")+1,s.charCodeAt(0)+s.charCodeAt(t)){case 226:s=a.replace(O,"tb");break;case 232:s=a.replace(O,"tb-rl");break;case 220:s=a.replace(O,"lr");break;default:return a}return"-webkit-"+a+"-ms-"+s+a;case 1017:if(-1===a.indexOf("sticky",9))break;case 975:switch(t=(a=e).length-10,c=(s=(33===a.charCodeAt(t)?a.substring(0,t):a).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|s.charCodeAt(7))){case 203:if(111>s.charCodeAt(8))break;case 115:a=a.replace(s,"-webkit-"+s)+";"+a;break;case 207:case 102:a=a.replace(s,"-webkit-"+(102<c?"inline-":"")+"box")+";"+a.replace(s,"-webkit-"+s)+";"+a.replace(s,"-ms-"+s+"box")+";"+a}return a+";";case 938:if(45===a.charCodeAt(5))switch(a.charCodeAt(6)){case 105:return s=a.replace("-items",""),"-webkit-"+a+"-webkit-box-"+s+"-ms-flex-"+s+a;case 115:return"-webkit-"+a+"-ms-flex-item-"+a.replace(j,"")+a;default:return"-webkit-"+a+"-ms-flex-line-pack"+a.replace("align-content","").replace(j,"")+a}break;case 973:case 989:if(45!==a.charCodeAt(3)||122===a.charCodeAt(4))break;case 931:case 953:if(!0===w.test(e))return 115===(s=e.substring(e.indexOf(":")+1)).charCodeAt(0)?i(e.replace("stretch","fill-available"),t,n,r).replace(":fill-available",":stretch"):a.replace(s,"-webkit-"+s)+a.replace(s,"-moz-"+s.replace("fill-",""))+a;break;case 962:if(a="-webkit-"+a+(102===a.charCodeAt(5)?"-ms-"+a:"")+a,211===n+r&&105===a.charCodeAt(13)&&0<a.indexOf("transform",10))return a.substring(0,a.indexOf(";",27)+1).replace(p,"$1-webkit-$2")+a}return a}function o(e,t){var n=e.indexOf(1===t?":":"{"),r=e.substring(0,3!==t?n:10);return n=e.substring(n+1,e.length-1),D(2!==t?r:r.replace(S,"$1"),n,t)}function a(e,t){var n=i(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return n!==t+";"?n.replace(E," or ($1)").substring(4):"("+t+")"}function c(e,t,n,r,i,o,a,c,s,u){for(var d,f=0,m=t;f<L;++f)switch(d=A[f].call(l,e,m,n,r,i,o,a,c,s,u)){case void 0:case!1:case!0:case null:break;default:m=d}if(m!==t)return m}function s(e){return void 0!==(e=e.prefix)&&(D=null,e?"function"!=typeof e?P=1:(P=2,D=e):P=0),s}function l(e,n){var r=e;if(33>r.charCodeAt(0)&&(r=r.trim()),r=[r],0<L){var i=c(-1,n,r,r,k,C,0,0,0,0);void 0!==i&&"string"==typeof i&&(n=i)}var o=t(T,r,n,0,0);return 0<L&&(void 0!==(i=c(-2,o,r,r,k,C,o.length,0,0,0))&&(o=i)),"",N=0,C=k=1,o}var u=/^\0+/g,d=/[\0\r\f]/g,f=/: */g,m=/zoo|gra/,p=/([,: ])(transform)/g,h=/,\r+?/g,b=/([\t\r\n ])*\f?&/g,g=/@(k\w+)\s*(\S*)\s*/,v=/::(place)/g,y=/:(read-only)/g,O=/[svh]\w+-[tblr]{2}/,_=/\(\s*(.*)\s*\)/g,E=/([\s\S]*?);/g,j=/-self|flex-/g,S=/[^]*?(:[rp][el]a[\w-]+)[^]*/,w=/stretch|:\s*\w+\-(?:conte|avail)/,x=/([^-])(image-set\()/,C=1,k=1,N=0,P=1,T=[],A=[],L=0,D=null,R=0;return l.use=function e(t){switch(t){case void 0:case null:L=A.length=0;break;default:if("function"==typeof t)A[L++]=t;else if("object"==typeof t)for(var n=0,r=t.length;n<r;++n)e(t[n]);else R=0|!!t}return e},l.set=s,void 0!==e&&s(e),l},zt=function(e){var t=new WeakMap;return function(n){if(t.has(n))return t.get(n);var r=e(n);return t.set(n,r),r}},Ht="/*|*/";function qt(e){e&&$t.current.insert(e+"}")}var $t={current:null},Wt=function(e,t,n,r,i,o,a,c,s,l){switch(e){case 1:switch(t.charCodeAt(0)){case 64:return $t.current.insert(t+";"),"";case 108:if(98===t.charCodeAt(2))return""}break;case 2:if(0===c)return t+Ht;break;case 3:switch(c){case 102:case 112:return $t.current.insert(n[0]+t),"";default:return t+(0===l?Ht:"")}case-2:t.split("/*|*/}").forEach(qt)}},Gt=function(e){void 0===e&&(e={});var t,n=e.key||"css";void 0!==e.prefix&&(t={prefix:e.prefix});var r=new Vt(t);var i,o={};i=e.container||document.head;var a,c=document.querySelectorAll("style[data-emotion-"+n+"]");Array.prototype.forEach.call(c,(function(e){e.getAttribute("data-emotion-"+n).split(" ").forEach((function(e){o[e]=!0})),e.parentNode!==i&&i.appendChild(e)})),r.use(e.stylisPlugins)(Wt),a=function(e,t,n,i){var o=t.name;$t.current=n,r(e,t.styles),i&&(s.inserted[o]=!0)};var s={key:n,sheet:new Ut({key:n,container:i,nonce:e.nonce,speedy:e.speedy}),nonce:e.nonce,inserted:o,registered:{},insert:a};return s};function Yt(e,t,n){var r="";return n.split(" ").forEach((function(n){void 0!==e[n]?t.push(e[n]):r+=n+" "})),r}var Kt=function(e,t,n){var r=e.key+"-"+t.name;if(!1===n&&void 0===e.registered[r]&&(e.registered[r]=t.styles),void 0===e.inserted[t.name]){var i=t;do{e.insert("."+r,i,e.sheet,!0);i=i.next}while(void 0!==i)}};var Xt=function(e){for(var t,n=e.length,r=n^n,i=0;n>=4;)t=1540483477*(65535&(t=255&e.charCodeAt(i)|(255&e.charCodeAt(++i))<<8|(255&e.charCodeAt(++i))<<16|(255&e.charCodeAt(++i))<<24))+((1540483477*(t>>>16)&65535)<<16),r=1540483477*(65535&r)+((1540483477*(r>>>16)&65535)<<16)^(t=1540483477*(65535&(t^=t>>>24))+((1540483477*(t>>>16)&65535)<<16)),n-=4,++i;switch(n){case 3:r^=(255&e.charCodeAt(i+2))<<16;case 2:r^=(255&e.charCodeAt(i+1))<<8;case 1:r=1540483477*(65535&(r^=255&e.charCodeAt(i)))+((1540483477*(r>>>16)&65535)<<16)}return r=1540483477*(65535&(r^=r>>>13))+((1540483477*(r>>>16)&65535)<<16),((r^=r>>>15)>>>0).toString(36)},Qt={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};var Jt=function(e){var t={};return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}},Zt=/[A-Z]|^ms/g,en=/_EMO_([^_]+?)_([^]*?)_EMO_/g,tn=function(e){return 45===e.charCodeAt(1)},nn=function(e){return null!=e&&"boolean"!=typeof e},rn=Jt((function(e){return tn(e)?e:e.replace(Zt,"-$&").toLowerCase()})),on=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(en,(function(e,t,n){return cn={name:t,styles:n,next:cn},t}))}return 1===Qt[e]||tn(e)||"number"!=typeof t||0===t?t:t+"px"};function an(e,t,n,r){if(null==n)return"";if(void 0!==n.__emotion_styles)return n;switch(typeof n){case"boolean":return"";case"object":if(1===n.anim)return cn={name:n.name,styles:n.styles,next:cn},n.name;if(void 0!==n.styles){var i=n.next;if(void 0!==i)for(;void 0!==i;)cn={name:i.name,styles:i.styles,next:cn},i=i.next;return n.styles+";"}return function(e,t,n){var r="";if(Array.isArray(n))for(var i=0;i<n.length;i++)r+=an(e,t,n[i],!1);else for(var o in n){var a=n[o];if("object"!=typeof a)null!=t&&void 0!==t[a]?r+=o+"{"+t[a]+"}":nn(a)&&(r+=rn(o)+":"+on(o,a)+";");else if(!Array.isArray(a)||"string"!=typeof a[0]||null!=t&&void 0!==t[a[0]]){var c=an(e,t,a,!1);switch(o){case"animation":case"animationName":r+=rn(o)+":"+c+";";break;default:r+=o+"{"+c+"}"}}else for(var s=0;s<a.length;s++)nn(a[s])&&(r+=rn(o)+":"+on(o,a[s])+";")}return r}(e,t,n);case"function":if(void 0!==e){var o=cn,a=n(e);return cn=o,an(e,t,a,r)}break;case"string":}if(null==t)return n;var c=t[n];return void 0===c||r?n:c}var cn,sn=/label:\s*([^\s;\n{]+)\s*;/g;var ln=function(e,t,n){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var r=!0,i="";cn=void 0;var o=e[0];null==o||void 0===o.raw?(r=!1,i+=an(n,t,o,!1)):i+=o[0];for(var a=1;a<e.length;a++)i+=an(n,t,e[a],46===i.charCodeAt(i.length-1)),r&&(i+=o[a]);sn.lastIndex=0;for(var c,s="";null!==(c=sn.exec(i));)s+="-"+c[1];return{name:Xt(i)+s,styles:i,next:cn}};var un=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return ln(t)},dn=Object(o.createContext)("undefined"!=typeof HTMLElement?Gt():null),fn=Object(o.createContext)({}),mn=(dn.Provider,function(e){return Object(o.forwardRef)((function(t,n){return Object(o.createElement)(dn.Consumer,null,(function(r){return e(t,r,n)}))}))});Object.prototype.hasOwnProperty;o.Component;var pn=function e(t){for(var n=t.length,r=0,i="";r<n;r++){var o=t[r];if(null!=o){var a=void 0;switch(typeof o){case"boolean":break;case"object":if(Array.isArray(o))a=e(o);else for(var c in a="",o)o[c]&&c&&(a&&(a+=" "),a+=c);break;default:a=o}a&&(i&&(i+=" "),i+=a)}}return i};function hn(e,t,n){var r=[],i=Yt(e,r,n);return r.length<2?n:i+t(r)}mn((function(e,t){return Object(o.createElement)(fn.Consumer,null,(function(n){var r=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];var i=ln(n,t.registered);return Kt(t,i,!1),t.key+"-"+i.name},i={css:r,cx:function(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];return hn(t.registered,r,pn(n))},theme:n},o=e.children(i);return!0,o}))})),n(45);function bn(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}var gn=function(e,t){return"function"==typeof t?t(e):function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?bn(n,!0).forEach((function(t){K()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):bn(n).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},e,{},t)},vn=zt((function(e){return zt((function(t){return gn(e,t)}))})),yn=function(e){return Object(o.createElement)(fn.Consumer,null,(function(t){return e.theme!==t&&(t=vn(t)(e.theme)),Object(o.createElement)(fn.Provider,{value:t},e.children)}))};var On=Object(i.createElement)(A.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(i.createElement)(A.Path,{d:"M9 18.6L3.5 13l1-1L9 16.4l9.5-9.9 1 1z"}));var _n="#F6F7F7",En="#DCDCDE",jn="#8E9196",Sn="#646970",wn="#2C3338",xn="#008A20",Cn="#FFF",kn="#000",Nn={colors:{background:_n,surface:Cn,primary:"#C9356E",primaryBorder:"#700F3B",primaryOver:"#AB235A",highlight:"#2271B1",highlightBorder:"#043959",highlightOver:"#135E96",success:xn,discount:xn,disabledPaymentButtons:_n,disabledPaymentButtonsAccent:En,disabledButtons:"#A7AAAD",borderColor:"#C3C4C7",borderColorLight:En,borderColorDark:Sn,upcomingStepBackground:En,textColor:wn,textColorLight:Sn,textColorDark:kn,error:"#D63638",warningBackground:"#F7EBEC",outline:"#5198D9",applePayButtonColor:kn,applePayButtonRollOverColor:wn,noticeBackground:wn,defaultNoticeIconBackground:jn,textColorOnDarkBackground:Cn,paypalGold:"#F0C443",paypalGoldHover:"#FFB900",modalBackground:"rgba( 255,255,255,0.9 )",disabledField:_n,placeHolderTextColor:jn},breakpoints:{desktopUp:"min-width: 960px",tabletUp:"min-width: 700px",bigPhoneUp:"min-width: 480px",smallPhoneUp:"min-width: 400px"},weights:{bold:"600",normal:"400"},fonts:{body:'-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif'},fontSize:{small:"14px"}},Pn=n(8),Tn=n.n(Pn),An=n(5),Ln=n.n(An);function Dn(e){return e.filter((function(e){return e})).join(" ")}var Rn=n(41),In=n.n(Rn),Fn=n(42),Mn=n.n(Fn),Bn=n(30),Un=n.n(Bn),Vn=n(43),zn=n.n(Vn),Hn=n(44),qn=n.n(Hn),$n=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|download|draggable|encType|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|itemProp|itemScope|itemType|itemID|itemRef|on|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,Wn=Jt((function(e){return $n.test(e)||111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&e.charCodeAt(2)<91})),Gn=function(e){return"theme"!==e&&"innerRef"!==e},Yn=function(e){return"string"==typeof e&&e.charCodeAt(0)>96?Wn:Gn};function Kn(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Xn(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Kn(n,!0).forEach((function(t){K()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Kn(n).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var Qn=function e(t,n){var r,i,a;void 0!==n&&(r=n.label,a=n.target,i=t.__emotion_forwardProp&&n.shouldForwardProp?function(e){return t.__emotion_forwardProp(e)&&n.shouldForwardProp(e)}:n.shouldForwardProp);var c=t.__emotion_real===t,s=c&&t.__emotion_base||t;"function"!=typeof i&&c&&(i=t.__emotion_forwardProp);var l=i||Yn(s),u=!l("as");return function(){var d=arguments,f=c&&void 0!==t.__emotion_styles?t.__emotion_styles.slice(0):[];if(void 0!==r&&f.push("label:"+r+";"),null==d[0]||void 0===d[0].raw)f.push.apply(f,d);else{0,f.push(d[0][0]);for(var m=d.length,p=1;p<m;p++)f.push(d[p],d[0][p])}var h=mn((function(e,t,n){return Object(o.createElement)(fn.Consumer,null,(function(r){var c=u&&e.as||s,d="",m=[],p=e;if(null==e.theme){for(var h in p={},e)p[h]=e[h];p.theme=r}"string"==typeof e.className?d=Yt(t.registered,m,e.className):null!=e.className&&(d=e.className+" ");var b=ln(f.concat(m),t.registered,p);Kt(t,b,"string"==typeof c);d+=t.key+"-"+b.name,void 0!==a&&(d+=" "+a);var g=u&&void 0===i?Yn(c):l,v={};for(var y in e)u&&"as"===y||g(y)&&(v[y]=e[y]);return v.className=d,v.ref=n||e.innerRef,Object(o.createElement)(c,v)}))}));return h.displayName=void 0!==r?r:"Styled("+("string"==typeof s?s:s.displayName||s.name||"Component")+")",h.defaultProps=t.defaultProps,h.__emotion_real=h,h.__emotion_base=s,h.__emotion_styles=f,h.__emotion_forwardProp=i,Object.defineProperty(h,"toString",{value:function(){return"."+a}}),h.withComponent=function(t,r){return e(t,void 0!==r?Xn({},n||{},{},r):n).apply(void 0,f)},h}}.bind();["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"].forEach((function(e){Qn[e]=Qn(e)}));var Jn=Qn;function Zn(){var e=Tn()(["\n\tmargin: 2em;\n\ttext-align: center;\n"]);return Zn=function(){return e},e}var er=me()("composite-checkout:checkout-error-boundary"),tr=function(e){zn()(n,e);var t=qn()(n);function n(e){var r;return In()(this,n),r=t.call(this,e),K()(Un()(r),"state",{hasError:!1,currentError:null}),r}return Mn()(n,[{key:"componentDidCatch",value:function(e,t){if(this.props.onError){var n="".concat(e.message,"; Stack: ").concat(e.stack,"; Component Stack: ").concat(t.componentStack);er("reporting the error",n),this.props.onError(n)}}},{key:"render",value:function(){return this.state.hasError?Object(i.createElement)(nr,{errorMessage:this.props.errorMessage}):this.props.children}}],[{key:"getDerivedStateFromError",value:function(e){return{currentError:e,hasError:!0}}}]),n}(a.a.Component);function nr(e){var t=e.errorMessage;return Object(i.createElement)(ar,null,t)}var rr,ir,or,ar=Jn.div(Zn());!function(e){e.LOADING="loading",e.READY="ready",e.SUBMITTING="submitting",e.VALIDATING="validating",e.COMPLETE="complete"}(rr||(rr={})),function(e){e.SUCCESS="SUCCESS",e.REDIRECT="REDIRECT",e.MANUAL="MANUAL"}(ir||(ir={})),function(e){e.NOT_STARTED="not-started",e.PENDING="pending",e.COMPLETE="complete",e.REDIRECTING="redirecting",e.ERROR="error"}(or||(or={}));var cr={transactionStatus:or.NOT_STARTED,previousTransactionStatus:or.NOT_STARTED,transactionError:null,transactionLastResponse:null,transactionRedirectUrl:null,resetTransaction:lr,setTransactionError:lr,setTransactionComplete:lr,setTransactionPending:lr,setTransactionRedirecting:lr},sr={allPaymentMethods:[],paymentMethodId:null,setPaymentMethodId:lr,showErrorMessage:lr,showInfoMessage:lr,showSuccessMessage:lr,onEvent:lr,formStatus:rr.LOADING,setFormStatus:lr,transactionStatusManager:cr,paymentProcessors:{}};function lr(){}var ur=Object(o.createContext)(sr);me()("composite-checkout:form-status");function dr(){var e=Object(o.useContext)(ur),t=e.formStatus,n=e.setFormStatus,r=Object(o.useMemo)((function(){return{setFormLoading:function(){return n(rr.LOADING)},setFormReady:function(){return n(rr.READY)},setFormSubmitting:function(){return n(rr.SUBMITTING)},setFormValidating:function(){return n(rr.VALIDATING)},setFormComplete:function(){return n(rr.COMPLETE)}}}),[n]);return Object(o.useMemo)((function(){return d()(d()({},r),{},{formStatus:t})}),[t,r])}function fr(){var e=Tn()(["\n\tbackground: ",";\n\tcontent: '';\n\tborder-top: 1px solid ",";\n\tpadding: 24px;\n\n\t::before {\n\t\tcontent: '';\n\t\tdisplay: block;\n\t\tborder: 1px solid ",";\n\t\tborder-radius: 3px;\n\t\tfont-size: 14px;\n\t\twidth: 100%;\n\t\theight: 40px;\n\t}\n"]);return fr=function(){return e},e}function mr(){var e=Tn()(["\n\tfont-size: 14px;\n\theight: 16px;\n\tcontent: '';\n\tbackground: ",";\n\tcolor: ",";\n\tmargin: 8px 0 0 0;\n\tpadding: 0;\n\tanimation: "," 2s ease-in-out infinite;\n"]);return mr=function(){return e},e}function pr(){var e=Tn()(["\n\tfont-size: 14px;\n\theight: 16px;\n\tcontent: '';\n\tbackground: ",";\n\tcolor: ",";\n\tmargin: 8px 0 0 35px;\n\tpadding: 0;\n\tanimation: "," 2s ease-in-out infinite;\n\n\t.rtl & {\n\t\tmargin: 8px 35px 0 0;\n\t}\n"]);return pr=function(){return e},e}function hr(){var e=Tn()(["\n\tfont-size: 14px;\n\tcontent: '';\n\tfont-weight: ",";\n\tbackground: ",";\n\tcolor: ",";\n\twidth: 40%;\n\tmargin: 3px 0 0 35px;\n\tpadding: 0;\n\tposition: relative;\n\tanimation: "," 2s ease-in-out infinite;\n\theight: 20px;\n\n\t.rtl & {\n\t\tmargin: 3px 35px 0 0;\n\t}\n\n\t::before {\n\t\tcontent: '';\n\t\tdisplay: block;\n\t\tposition: absolute;\n\t\tleft: -35px;\n\t\ttop: -3px;\n\t\twidth: 27px;\n\t\theight: 27px;\n\t\tbackground: ",";\n\t\tborder-radius: 100%;\n\n\t\t.rtl & {\n\t\t\tright: -35px;\n\t\t\tleft: auto;\n\t\t}\n\t}\n"]);return hr=function(){return e},e}function br(){var e=Tn()(["\n 0% {\n opacity: 1;\n }\n\n 70% {\n \topacity: 0.5;\n }\n\n 100% {\n opacity: 1;\n }\n"]);return br=function(){return e},e}function gr(){var e=Tn()(["\n\tpadding: 24px;\n\tborder-top: 1px solid ",";\n\n\t:first-of-type {\n\t\tborder-top: 0;\n\t}\n"]);return gr=function(){return e},e}function vr(){var e=Tn()(["\n\tdisplay: none;\n\twidth: 100%;\n\n\t@media ( "," ) {\n\t\tdisplay: block;\n\t\tpadding: 24px;\n\t\tbox-sizing: border-box;\n\t\tborder: 1px solid ",";\n\t\tmax-width: 328px;\n\t\tbackground: ",";\n\t\tmargin-left: 24px;\n\t}\n"]);return vr=function(){return e},e}function yr(){var e=Tn()(["\n\tbackground: ",";\n\twidth: 100%;\n\n\t@media ( "," ) {\n\t\tborder: 1px solid ",";\n\t\tmax-width: 556px;\n\t\tmargin: 0 auto;\n\t}\n\n\t@media ( "," ) {\n\t\tmargin: 0;\n\t}\n"]);return yr=function(){return e},e}function Or(){var e=Tn()(["\n\tdisplay: flex;\n\n\t@media ( "," ) {\n\t\talign-items: flex-start;\n\t\tflex-direction: row;\n\t\tjustify-content: center;\n\t\twidth: 100%;\n\t}\n"]);return Or=function(){return e},e}Jn.div(Or(),(function(e){return e.theme.breakpoints.desktopUp})),Jn.div(yr(),(function(e){return e.theme.colors.surface}),(function(e){return e.theme.breakpoints.tabletUp}),(function(e){return e.theme.colors.borderColorLight}),(function(e){return e.theme.breakpoints.desktopUp})),Jn.div(vr(),(function(e){return e.theme.breakpoints.desktopUp}),(function(e){return e.theme.colors.borderColorLight}),(function(e){return e.theme.colors.surface})),Jn.div(gr(),(function(e){return e.theme.colors.borderColorLight}));var _r=function(){var e=un.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}(br());Jn.h1(hr(),(function(e){return e.theme.weights.normal}),(function(e){return e.theme.colors.borderColorLight}),(function(e){return e.theme.colors.borderColorLight}),_r,(function(e){return e.theme.colors.borderColorLight})),Jn.p(pr(),(function(e){return e.theme.colors.borderColorLight}),(function(e){return e.theme.colors.borderColorLight}),_r),Jn.p(mr(),(function(e){return e.theme.colors.borderColorLight}),(function(e){return e.theme.colors.borderColorLight}),_r),Jn.div(fr(),(function(e){return e.theme.colors.background}),(function(e){return e.theme.colors.borderColorLight}),(function(e){return e.theme.colors.borderColorLight}));or.NOT_STARTED,or.NOT_STARTED;var Er=me()("composite-checkout:payment-methods");function jr(){var e=Object(o.useContext)(ur),t=e.paymentMethodId,n=e.setPaymentMethodId,r=Sr();if(!n)throw new Error("usePaymentMethod can only be used inside a CheckoutProvider");if(!t)return null;var i=r.find((function(e){return e.id===t}));return i||(Er("No payment method found matching id '".concat(t,"' in"),r),null)}function Sr(){var e=Object(o.useContext)(ur).allPaymentMethods;if(!e)throw new Error("useAllPaymentMethods cannot be used outside of CheckoutProvider");return e}me()("composite-checkout:checkout-submit-button");function wr(){var e=Tn()(["\n\tdisplay: block;\n\twidth: ",";\n\tfont-size: 16px;\n\tborder-radius: ",";\n\tpadding: ",";\n\tborder: ",";\n\tbackground: ",";\n\tcolor: ",";\n\tfont-weight: theme.weights.normal;\n\ttext-decoration: ",";\n\n\t:hover {\n\t\tbackground: ",";\n\t\tborder-color: ",";\n\t\ttext-decoration: none;\n\t\tcolor: ",";\n\t\tcursor: ",";\n\t}\n\n\t:active {\n\t\tbackground: ",";\n\t\ttext-decoration: ",";\n\t\tcolor: ",";\n\t}\n\n\tsvg {\n\t\tmargin-bottom: -1px;\n\t\ttransform: translateY( 2px );\n\t\tfilter: ",";\n\t\topacity: ",";\n\t}\n\n\t&.is-busy {\n\t\tanimation: components-button__busy-animation 2500ms infinite linear;\n\t\tbackground-image: linear-gradient(\n\t\t\t-45deg,\n\t\t\t"," 28%,\n\t\t\t"," 28%,\n\t\t\t"," 72%,\n\t\t\t"," 72%\n\t\t);\n\t\tbackground-size: 200px 100%;\n\t\topacity: 1;\n\t}\n\n\t@keyframes components-button__busy-animation {\n\t\t0% {\n\t\t\tbackground-position: 200px 0;\n\t\t}\n\t}\n"]);return wr=function(){return e},e}var xr=Jn("button")(wr(),(function(e){return e.fullWidth?"100%":"auto"}),(function(e){return"paypal"===e.buttonType?"50px":"2px"}),(function(e){return"text-button"===e.buttonType?"0":"10px 15px"}),(function(e){return!e.buttonType||e.disabled?"1px solid "+e.theme.colors.borderColor:"0"}),Pr,Nr,Ar,kr,(function(e){return e.buttonType?"inherit":e.theme.colors.borderColorDark}),Nr,(function(e){return e.disabled?"not-allowed":"pointer"}),kr,Ar,Nr,(function(e){var t=e.buttonType;return"grayscale( ".concat("primary"===t||"paypal"===t?"0":"100"," ) invert( 0 );")}),(function(e){var t=e.buttonType;return"primary"===t||"paypal"===t?"1":"0.5"}),Pr,Tr,Tr,Pr),Cr=function(e){var t=e.className,n=e.buttonType,r=e.isBusy,o=e.children,a=e.fullWidth,c=Z()(e,["className","buttonType","isBusy","children","fullWidth"]),s=Dn(["checkout-button"].concat(ce()(n?["is-status-"+n]:[]),ce()(r?["is-busy"]:[]),ce()(t?[t]:[])));return Object(i.createElement)(xr,b()({fullWidth:a,buttonType:n,className:s},c),o)};function kr(e){var t=e.disabled,n=e.buttonType,r=e.theme.colors;if(t)return r.disabledPaymentButtons;switch(n){case"paypal":return r.paypalGoldHover;case"primary":return r.primaryOver;case"secondary":return r.highlightOver;case"text-button":case"borderless":default:return"none"}}function Nr(e){var t=e.disabled,n=e.buttonType,r=e.theme.colors;if(t)return r.disabledButtons;switch(n){case"primary":case"secondary":return r.surface;case"text-button":return r.highlight;default:return r.textColor}}function Pr(e){var t=e.disabled,n=e.buttonType,r=e.theme.colors;if(t)return r.disabledPaymentButtons;switch(n){case"paypal":return r.paypalGold;case"primary":return r.primary;case"secondary":return r.highlight;default:return"none"}}function Tr(e){var t=e.disabled,n=e.buttonType,r=e.theme.colors;if(t)return r.disabledPaymentButtonsAccent;switch(n){case"paypal":return r.paypalGoldHover;case"primary":return r.primaryOver;case"secondary":return r.highlightOver;case"text-button":case"borderless":default:return"none"}}function Ar(e){return"text-button"===e.buttonType?"underline":"none"}function Lr(){var e=Tn()(["\n\tfill: #fff;\n"]);return Lr=function(){return e},e}function Dr(e){var t=e.className,n=e.id;return Object(i.createElement)(Rr,{width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",className:t},Object(i.createElement)("mask",{id:n+"-check-icon-mask","mask-type":"alpha",maskUnits:"userSpaceOnUse",x:"2",y:"4",width:"16",height:"12"},Object(i.createElement)("path",{d:"M7.32916 13.2292L3.85416 9.75417L2.67083 10.9292L7.32916 15.5875L17.3292 5.58751L16.1542 4.41251L7.32916 13.2292Z"})),Object(i.createElement)("g",{mask:"url(#"+n+"-check-icon-mask)"},Object(i.createElement)("rect",{width:"20",height:"20"})))}Dr.propTypes={className:Ln.a.string,id:Ln.a.string};var Rr=Jn.svg(Lr());var Ir=function(e){var t=e.value,n=e.onClick,r=e.ariaLabel,o=Z()(e,["value","onClick","ariaLabel"]);return Object(i.createElement)(Cr,b()({onClick:n,buttonType:"primary","aria-label":r},o),t)};function Fr(){var e=Object(o.useContext)(ur).onEvent;if(!e)throw new Error("useEvents can only be used inside a CheckoutProvider");return e}var Mr=Object(o.createContext)({items:[],total:{id:"title",type:"total",label:"Total",amount:{currency:"USD",value:0,displayValue:"0"}}});function Br(){var e=Object(o.useContext)(Mr),t=e.items,n=e.total;if(!t||!n)throw new Error("useLineItems can only be used inside a CheckoutProvider");return[t,n]}function Ur(){var e=Tn()(["\n\tfont-weight: ",";\n"]);return Ur=function(){return e},e}function Vr(){var e=Tn()(["\n\tdisplay: flex;\n\tjustify-content: space-between;\n"]);return Vr=function(){return e},e}function zr(){var e=Tn()(["\n\tborder-top: 1px solid ",";\n\tpadding: 24px 20px;\n"]);return zr=function(){return e},e}function Hr(){var e=Tn()(["\n\tcolor: ",";\n\tfont-weight: ",";\n\tpadding: 24px 20px;\n"]);return Hr=function(){return e},e}function qr(){var e=Tn()(["\n\tfont-weight: ",";\n"]);return qr=function(){return e},e}function $r(){var e=Tn()(["\n\tdisplay: flex;\n\tjustify-content: space-between;\n"]);return $r=function(){return e},e}function Wr(){var e=Tn()(["\n\tmargin: 0;\n\tpadding: 0;\n\tlist-style-type: none;\n"]);return Wr=function(){return e},e}function Gr(){var e=Tn()(["\n\tmargin: 0;\n\tpadding: 0;\n"]);return Gr=function(){return e},e}Jn.ul(Gr()),Jn.li(Wr());Jn.span($r()),Jn.span(qr(),(function(e){return e.theme.weights.bold}));Jn.div(Hr(),(function(e){return e.theme.colors.textColor}),(function(e){return e.theme.weights.bold})),Jn.div(zr(),(function(e){return e.theme.colors.borderColorLight}));var Yr=Jn.div(Vr());Jn(Yr)(Ur(),(function(e){return e.theme.weights.bold}));function Kr(){var e=Tn()(["\n\tdisplay: flex;\n\twidth: 100%;\n\tjustify-content: space-between;\n\tfont-weight: ",";\n\tcolor: ",";\n\tfont-size: ",";\n\tpadding: ",";\n\tborder-bottom: ",";\n\n\t:first-of-type {\n\t\tpadding-top: 0;\n\t}\n"]);return Kr=function(){return e},e}function Xr(){var e=Tn()(["\n\tmargin-bottom: 16px;\n"]);return Xr=function(){return e},e}function Qr(e){var t=e.children,n=e.className;return Object(i.createElement)(Jr,{className:Dn([n,"order-review-section"])},t)}Qr.propTypes={className:Ln.a.string};var Jr=Jn.div(Xr());function Zr(e){var t=e.item,n=e.className,r="checkout-line-item-".concat(t.id);return Object(i.createElement)("div",{className:Dn([n,"checkout-line-item"])},Object(i.createElement)("span",{id:r},t.label),Object(i.createElement)("span",{"aria-labelledby":r},t.amount.displayValue))}Zr.propTypes={className:Ln.a.string,total:Ln.a.bool,isSummaryVisible:Ln.a.bool,item:Ln.a.shape({label:Ln.a.string,amount:Ln.a.shape({displayValue:Ln.a.string})})};var ei=Jn(Zr)(Kr(),(function(e){var t=e.theme;return e.total?t.weights.bold:t.weights.normal}),(function(e){var t=e.theme;return e.total?t.colors.textColorDark:"inherit"}),(function(e){return e.total?"1.2em":"1em"}),(function(e){var t=e.total;return e.isSummaryVisible||t?0:"24px 0"}),(function(e){var t=e.theme,n=e.total;return e.isSummaryVisible||n?0:"1px solid "+t.colors.borderColorLight}));function ti(e){var t=e.total,n=e.className;return Object(i.createElement)("div",{className:Dn([n,"order-review-total"])},Object(i.createElement)(ei,{total:!0,item:t}))}function ni(e){var t=e.items,n=e.className,r=e.isSummaryVisible;return Object(i.createElement)("div",{className:Dn([n,"order-review-line-items"])},t.map((function(e){return Object(i.createElement)(ei,{isSummaryVisible:r,key:e.id,item:e})})))}function ri(e){var t=e.className,n=Br(),r=E()(n,2),o=r[0],a=r[1];return Object(i.createElement)("div",{className:Dn([t,"checkout-review-order"])},Object(i.createElement)(Qr,null,Object(i.createElement)(ni,{items:o})),Object(i.createElement)(Qr,null,Object(i.createElement)(ti,{total:a})))}function ii(){var e=Tn()(["\n\tdisplay: ",";\n"]);return ii=function(){return e},e}function oi(){var e=Tn()(["\n\tposition: relative;\n\tpadding: 16px 14px 16px 40px;\n\tborder-radius: 3px;\n\tbox-sizing: border-box;\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-wrap: wrap;\n\tjustify-content: space-between;\n\talign-items: flex-start;\n\tfont-size: 14px;\n\n\t.rtl & {\n\t\tpadding: 16px 40px 16px 14px;\n\t}\n\n\t:hover {\n\t\tcursor: pointer;\n\t}\n\n\t::before {\n\t\tdisplay: block;\n\t\twidth: 16px;\n\t\theight: 16px;\n\t\tcontent: '';\n\t\tborder: 1px solid ",";\n\t\tborder-radius: 100%;\n\t\ttop: 19px;\n\t\tleft: 16px;\n\t\tposition: absolute;\n\t\tbackground: ",";\n\t\tbox-sizing: border-box;\n\t\tz-index: 2;\n\n\t\t.rtl & {\n\t\t\tright: 16px;\n\t\t\tleft: auto;\n\t\t}\n\t}\n\n\t::after {\n\t\tdisplay: block;\n\t\twidth: 8px;\n\t\theight: 8px;\n\t\tcontent: '';\n\t\tborder-radius: 100%;\n\t\ttop: 23px;\n\t\tleft: 20px;\n\t\tposition: absolute;\n\t\tbackground: ",";\n\t\tbox-sizing: border-box;\n\t\tz-index: 3;\n\n\t\t.rtl & {\n\t\t\tright: 20px;\n\t\t\tleft: auto;\n\t\t}\n\t}\n\n\t",";\n"]);return oi=function(){return e},e}function ai(){var e=Tn()(["\n\tposition: absolute;\n\topacity: 0 !important;\n\n\tclear: none;\n\tcursor: pointer;\n\tdisplay: inline-block;\n\tline-height: 0;\n\theight: 16px;\n\tmargin: 2px 0 0;\n\tfloat: left;\n\toutline: 0;\n\tpadding: 0;\n\ttext-align: center;\n\tvertical-align: middle;\n\twidth: 16px;\n\tmin-width: 16px;\n\tappearance: none;\n"]);return ai=function(){return e},e}function ci(){var e=Tn()(["\n\tposition: relative;\n\tmargin-top: 8px;\n\tborder-radius: 3px;\n\tbox-sizing: border-box;\n\twidth: 100%;\n\toutline: ",";\n\n\t:first-of-type {\n\t\tmargin: 0;\n\t}\n\n\t::before {\n\t\tdisplay: block;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\tposition: absolute;\n\t\ttop: 0;\n\t\tleft: 0;\n\t\tcontent: '';\n\t\tborder: "," solid ",";\n\t\tborder-radius: 3px;\n\t\tbox-sizing: border-box;\n\n\t\t.rtl & {\n\t\t\tright: 0;\n\t\t\tleft: auto;\n\t\t}\n\t}\n\n\t:hover::before {\n\t\tborder: 3px solid ",";\n\t}\n\n\t.payment-logos {\n\t\tdisplay: none;\n\n\t\t@media ( "," ) {\n\t\t\tdisplay: block;\n\t\t\tfilter: grayscale( "," );\n\t\t}\n\t}\n\n\t:hover .payment-logos {\n\t\t@media ( "," ) {\n\t\t\tfilter: grayscale( 0 );\n\t\t}\n\t}\n\n\tsvg {\n\t\tfilter: grayscale( "," );\n\t}\n\n\t:hover svg {\n\t\tfilter: grayscale( 0 );\n\t}\n\n\t",";\n"]);return ci=function(){return e},e}ni.propTypes={className:Ln.a.string,isSummaryVisible:Ln.a.bool,items:Ln.a.arrayOf(Ln.a.shape({label:Ln.a.string,amount:Ln.a.shape({displayValue:Ln.a.string})}))},ri.propTypes={className:Ln.a.string};var si=Jn.div(ci(),(function(e){var t=e.isFocused,n=e.theme;if(t)return n.colors.outline+" solid 2px";return"0"}),(function(e){return e.checked?"3px":"1px"}),(function(e){var t=e.checked,n=e.theme;return t?n.colors.highlight:n.colors.borderColor}),(function(e){return e.theme.colors.highlight}),(function(e){return e.theme.breakpoints.smallPhoneUp}),mi,(function(e){return e.theme.breakpoints.smallPhoneUp}),mi,(function(e){if(!e.disabled)return null;return"\n\t\t::before,\n\t\t:hover::before {\n\t\t\tborder: 1px solid lightgray;\n\t\t}\n\n\t\tsvg,\n\t\t:hover svg {\n\t\t\tfilter: grayscale( 100% );\n\t\t\topacity: 50%;\n\t\t}\n\t"})),li=Jn.input(ai()),ui=Jn.label(oi(),(function(e){return e.theme.colors.borderColor}),(function(e){return e.theme.colors.surface}),(function(e){var t=e.checked,n=e.theme;return t?n.colors.highlight:n.colors.surface}),(function(e){if(!e.disabled)return null;return"\n\t\tcolor: lightgray;\n\t\tfont-style: italic;\n\n\t\t:hover {\n\t\t\tcursor: default;\n\t\t}\n\n\t\t::before {\n\t\t\tborder: 1px solid lightgray;\n\t\t\tbackground: lightgray;\n\t\t}\n\n\t\t::after {\n\t\t\tbackground: white;\n\t\t}\n\n\t\tspan {\n\t\t\tcolor: lightgray;\n\t\t}\n\t"})),di=Jn.div(ii(),(function(e){return e.checked?"block":"none"}));function fi(e){var t=e.checked,n=e.name,r=e.value,a=e.onChange,c=e.children,s=e.label,l=e.disabled,u=e.id,d=e.ariaLabel,f=Object(o.useState)(!1),m=E()(f,2),p=m[0],h=m[1];return Object(i.createElement)(si,{disabled:l,isFocused:p,checked:t},Object(i.createElement)(li,{type:"radio",name:n,id:u,disabled:l,value:r,checked:t,onChange:a,onFocus:function(){h(!0)},onBlur:function(){h(!1)},readOnly:!a,"aria-label":d}),Object(i.createElement)(ui,{checked:t,htmlFor:u,disabled:l},s),c&&Object(i.createElement)(di,{checked:t},c))}function mi(e){return e.checked?0:"100%"}function pi(){var e=Tn()(["\n\tmargin-bottom: 16px;\n"]);return pi=function(){return e},e}fi.propTypes={name:Ln.a.string.isRequired,id:Ln.a.string.isRequired,label:Ln.a.node.isRequired,disabled:Ln.a.bool,checked:Ln.a.bool,value:Ln.a.string.isRequired,onChange:Ln.a.func,ariaLabel:Ln.a.string.isRequired};var hi=me()("composite-checkout:checkout-payment-methods");function bi(e){var t=e.summary,n=e.isComplete,r=e.className,a=ot().__,c=Fr(),s=Object(o.useCallback)((function(e){return c({type:"PAYMENT_METHOD_LOAD_ERROR",payload:e})}),[c]),l=jr(),u=function(){var e=Object(o.useContext)(ur),t=e.paymentMethodId,n=e.setPaymentMethodId;if(!n)throw new Error("usePaymentMethodId can only be used inside a CheckoutProvider");return[t,n]}(),d=E()(u,2)[1],f=function(e){hi("setting payment method to",e),c({type:"PAYMENT_METHOD_SELECT",payload:e}),d(e)},m=Sr();return t&&n&&l?(hi("rendering selected paymentMethod",l),Object(i.createElement)("div",{className:Dn([r,"checkout-payment-methods"])},Object(i.createElement)(tr,{errorMessage:a("There was a problem with this payment method."),onError:s},Object(i.createElement)(gi,{id:l.id,label:l.label,activeContent:l.activeContent,inactiveContent:l.inactiveContent,checked:!0,summary:!0,ariaLabel:l.getAriaLabel(a)})))):t?(hi("summary requested, but no complete paymentMethod is selected; isComplete:",n,"paymentMethod:",l),null):(hi("rendering paymentMethods",m),Object(i.createElement)("div",{className:Dn([r,"checkout-payment-methods"])},Object(i.createElement)(vi,null,m.map((function(e){return Object(i.createElement)(tr,{key:e.id,errorMessage:Object(w.sprintf)(a("There was a problem with the payment method: %s"),e.id),onError:s},Object(i.createElement)(gi,{id:e.id,label:e.label,activeContent:e.activeContent,inactiveContent:e.inactiveContent,checked:(null==l?void 0:l.id)===e.id,onClick:f,ariaLabel:e.getAriaLabel(a)}))})))))}function gi(e){var t=e.id,n=e.label,r=e.activeContent,o=e.inactiveContent,a=e.checked,c=e.onClick,s=e.ariaLabel,l=e.summary,u=dr().formStatus;return l?Object(i.createElement)(i.Fragment,null,o&&o):Object(i.createElement)(fi,{name:"paymentMethod",value:t,id:t,checked:a,disabled:u!==rr.READY,onChange:c?function(){return c(t)}:void 0,ariaLabel:s,label:n},r&&r)}bi.propTypes={summary:Ln.a.bool,isComplete:Ln.a.bool.isRequired,className:Ln.a.string},gi.propTypes={id:Ln.a.string.isRequired,onClick:Ln.a.func,checked:Ln.a.bool.isRequired,ariaLabel:Ln.a.string.isRequired,activeContent:Ln.a.node,label:Ln.a.node,inactiveContent:Ln.a.node,summary:Ln.a.bool};var vi=Jn.div(pi());function yi(){var e=Tn()(["\n\tbackground: ",";\n\ttransform: rotateY( 180deg );\n\t// Reason: media query needs to not have spaces within brackets otherwise ie11 doesn't read them\n\t// prettier-ignore\n\t@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {\n\t\tbackface-visibility: visible;\n\t\tz-index: ",";\n\t}\n\n\tsvg {\n\t\tmargin-top: 4px;\n\t}\n"]);return yi=function(){return e},e}function Oi(){var e=Tn()(["\n\tbackground: ",";\n\tfont-weight: normal;\n\twidth: 27px;\n\theight: 27px;\n\tline-height: 27px;\n\tbox-sizing: border-box;\n\ttext-align: center;\n\tborder-radius: 50%;\n\tcolor: ",";\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tbackface-visibility: hidden;\n\n\t.rtl & {\n\t\tright: 0;\n\t\tleft: auto;\n\t}\n\n\t// Reason: The IE media query needs to not have spaces within brackets otherwise ie11 doesn't read them\n\t// prettier-ignore\n\t@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {\n\t\tz-index: ",";\n\t}\n"]);return Oi=function(){return e},e}function _i(){var e=Tn()(["\n\tposition: relative;\n\ttransform-origin: center center;\n\ttransition: transform 0.3s 0.1s ease-out;\n\ttransform-style: preserve-3d;\n\ttransform: ",";\n"]);return _i=function(){return e},e}function Ei(){var e=Tn()(["\n\tposition: relative;\n\twidth: 27px;\n\theight: 27px;\n\tmargin-right: 8px;\n\n\t.rtl & {\n\t\tmargin-right: 0;\n\t\tmargin-left: 8px;\n\t}\n"]);return Ei=function(){return e},e}function ji(){var e=Tn()(["\n\tfont-size: 14px;\n\tpadding-top: 1px;\n"]);return ji=function(){return e},e}function Si(){var e=Tn()(["\n\tfont-size: 16px;\n\tdisplay: flex;\n\twidth: 100%;\n\talign-items: center;\n\tmargin: 0 0 ",";\n"]);return Si=function(){return e},e}function wi(){var e=Tn()(["\n\tcolor: ",";\n\tfont-weight: ",";\n\tmargin-right: ",";\n\tflex: 1;\n\n\t.rtl & {\n\t\tmargin-right: 0;\n\t\tmargin-left: ",";\n\t}\n"]);return wi=function(){return e},e}function xi(){var e=Tn()(["\n\tcolor: ",";\n\tfont-size: 14px;\n\tdisplay: ",";\n\tpadding-left: 35px;\n\n\t.rtl & {\n\t\tpadding-right: 35px;\n\t\tpadding-left: 0;\n\t}\n"]);return xi=function(){return e},e}function Ci(){var e=Tn()(["\n\tcolor: ",";\n\tdisplay: ",";\n\tpadding-left: 35px;\n\n\t.rtl & {\n\t\tpadding-right: 35px;\n\t\tpadding-left: 0;\n\t}\n"]);return Ci=function(){return e},e}function ki(){var e=Tn()(["\n\tposition: relative;\n\tborder-bottom: 1px solid ",";\n\tpadding: 16px;\n\n\t&.checkout-step {\n\t\tbackground: ",";\n\t}\n\n\t&.checkout-step.is-active,\n\t&.checkout-step.is-complete {\n\t\tbackground: ",";\n\t}\n\n\t@media ( "," ) {\n\t\tpadding: 24px;\n\t}\n"]);return ki=function(){return e},e}function Ni(){var e=Tn()(["\n\tbackground: ",";\n\tpadding: 24px;\n\tbottom: 0;\n\tleft: 0;\n\tbox-sizing: border-box;\n\twidth: 100%;\n\tz-index: 10;\n\tborder-top-width: 0;\n\tborder-top-style: solid;\n\tborder-top-color: ",";\n\n\t.checkout__step-wrapper--last-step & {\n\t\tborder-top-width: 1px;\n\t\tposition: fixed;\n\t}\n\n\t.rtl & {\n\t\tright: 0;\n\t\tleft: auto;\n\t}\n\n\t.checkout-button {\n\t\twidth: calc( 100% - 60px );\n\t}\n\n\t@media ( "," ) {\n\t\t.checkout-button {\n\t\t\twidth: 100%;\n\t\t}\n\n\t\t.checkout__step-wrapper--last-step & {\n\t\t\tposition: relative;\n\t\t\tborder: 0;\n\t\t}\n\t}\n"]);return Ni=function(){return e},e}function Pi(){var e=Tn()(["\n\tbackground: ",";\n\tbox-sizing: border-box;\n\tmargin: 0 auto;\n\twidth: 100%;\n\n\t&.checkout__step-wrapper--last-step {\n\t\tmargin-bottom: 100px;\n\t}\n\n\t@media ( "," ) {\n\t\tborder: 1px solid ",";\n\t}\n\n\t@media ( "," ) {\n\t\tmax-width: 556px;\n\t}\n\n\t@media ( "," ) {\n\t\tmargin: 0;\n\t\torder: 1;\n\t\twidth: 556px;\n\t}\n"]);return Pi=function(){return e},e}function Ti(){var e=Tn()(["\n\tbackground: ",";\n\tborder-bottom: 1px solid ",";\n\n\t@media ( "," ) {\n\t\tborder: 1px solid ",";\n\t\tborder-bottom: none 0;\n\t}\n\n\t@media ( "," ) {\n\t\tborder: 1px solid ",";\n\t}\n"]);return Ti=function(){return e},e}function Ai(){var e=Tn()(["\n\tbox-sizing: border-box;\n\tmargin: 0 auto;\n\twidth: 100%;\n\n\t@media ( "," ) {\n\t\tmax-width: 556px;\n\t}\n\n\t@media ( "," ) {\n\t\tmargin-right: 0;\n\t\tmargin-left: 24px;\n\t\torder: 2;\n\t\twidth: 328px;\n\n\t\t.rtl & {\n\t\t\tmargin-right: 24px;\n\t\t\tmargin-left: 0;\n\t\t}\n\t}\n"]);return Ai=function(){return e},e}function Li(){var e=Tn()(["\n\tdisplay: flex;\n\tflex-direction: column;\n\twidth: 100%;\n\n\t@media ( "," ) {\n\t\tmargin: 0 auto 32px;\n\t}\n\n\t@media ( "," ) {\n\t\talign-items: flex-start;\n\t\tflex-direction: row;\n\t\tjustify-content: center;\n\t\tmax-width: none;\n\t}\n"]);return Li=function(){return e},e}function Di(){var e=Tn()(["\n\t*:focus {\n\t\toutline: "," solid 2px;\n\t}\n"]);return Di=function(){return e},e}me()("composite-checkout:checkout"),Jn.div(Di(),(function(e){return e.theme.colors.outline}));var Ri=Jn.div(Li(),(function(e){return e.theme.breakpoints.tabletUp}),(function(e){return e.theme.breakpoints.desktopUp})),Ii=Jn.div(Ai(),(function(e){return e.theme.breakpoints.tabletUp}),(function(e){return e.theme.breakpoints.desktopUp})),Fi=function(e){var t=e.children,n=e.className;return Object(i.createElement)(Ii,{className:Dn([n,"checkout__summary-area"])},t)},Mi=Jn.div(Ti(),(function(e){return e.theme.colors.surface}),(function(e){return e.theme.colors.borderColorLight}),(function(e){return e.theme.breakpoints.smallPhoneUp}),(function(e){return e.theme.colors.borderColorLight}),(function(e){return e.theme.breakpoints.desktopUp}),(function(e){return e.theme.colors.borderColorLight}));var Bi=Jn.div(Pi(),(function(e){return e.theme.colors.surface}),(function(e){return e.theme.breakpoints.smallPhoneUp}),(function(e){return e.theme.colors.borderColorLight}),(function(e){return e.theme.breakpoints.tabletUp}),(function(e){return e.theme.breakpoints.desktopUp})),Ui=Jn.div(Ni(),(function(e){return e.theme.colors.background}),(function(e){return e.theme.colors.borderColorLight}),(function(e){return e.theme.breakpoints.tabletUp}));var Vi=Jn.div(ki(),(function(e){return e.theme.colors.borderColorLight}),(function(e){return e.theme.colors.background}),(function(e){return e.theme.colors.surface}),(function(e){return e.theme.breakpoints.tabletUp})),zi=Jn.div(Ci(),(function(e){return e.theme.colors.textColor}),(function(e){return e.isVisible?"block":"none"})),Hi=Jn.div(xi(),(function(e){return e.theme.colors.textColorLight}),(function(e){return e.isVisible?"block":"none"}));function qi(e){var t=e.errorMessage,n=e.editButtonText,r=e.editButtonAriaLabel,o=e.nextStepButtonText,a=e.validatingButtonText,c=e.nextStepButtonAriaLabel,s=e.validatingButtonAriaLabel,l=e.isStepActive,u=e.isStepComplete,d=e.className,f=e.stepNumber,m=e.stepId,p=e.titleContent,h=e.goToThisStep,b=e.goToNextStep,g=e.activeStepContent,v=e.formStatus,y=e.completeStepContent,O=e.onError,_=ot().__;return Object(i.createElement)(tr,{errorMessage:t||_("There was an error with this step."),onError:O},Object(i.createElement)(Vi,{className:d},Object(i.createElement)(Yi,{id:m,stepNumber:f,title:p,isActive:l,isComplete:u,onEdit:v===rr.READY&&u&&h&&!l?h:void 0,editButtonText:n||_("Edit"),editButtonAriaLabel:r||_("Edit this step")}),Object(i.createElement)(zi,{isVisible:l,className:"checkout-steps__step-content"},g,b&&l&&Object(i.createElement)(Ir,{onClick:b,value:v===rr.VALIDATING?a||_("Please wait…"):o||_("Continue"),ariaLabel:v===rr.VALIDATING?s||_("Please wait…"):c||_("Continue to next step"),buttonType:"primary",disabled:v!==rr.READY,isBusy:v===rr.VALIDATING})),u&&y?Object(i.createElement)(Hi,{isVisible:!l,className:"checkout-steps__step-complete-content"},y):null))}qi.propTypes={errorMessage:Ln.a.string,onError:Ln.a.func,editButtonAriaLabel:Ln.a.string,editButtonText:Ln.a.string,nextStepButtonText:Ln.a.string,nextStepButtonAriaLabel:Ln.a.string,isStepActive:Ln.a.bool.isRequired,isStepComplete:Ln.a.bool.isRequired,className:Ln.a.string,stepNumber:Ln.a.number,stepId:Ln.a.string.isRequired,titleContent:Ln.a.node.isRequired,goToThisStep:Ln.a.func,goToNextStep:Ln.a.func,activeStepContent:Ln.a.node,formStatus:Ln.a.string,completeStepContent:Ln.a.node,validatingButtonText:Ln.a.string,validatingButtonAriaLabel:Ln.a.string};var $i=Jn.span(wi(),(function(e){return e.isActive?e.theme.colors.textColorDark:e.theme.colors.textColor}),(function(e){return e.isActive?e.theme.weights.bold:e.theme.weights.normal}),(function(e){return e.fullWidth?"0":"8px"}),(function(e){return e.fullWidth?"0":"8px"})),Wi=Jn.h2(Si(),(function(e){return e.isComplete||e.isActive?"8px":"0"})),Gi=Jn(Cr)(ji());function Yi(e){var t=e.id,n=e.className,r=e.stepNumber,o=e.title,a=e.isActive,c=e.isComplete,s=e.onEdit,l=e.editButtonText,u=e.editButtonAriaLabel,d=ot().__,f=!!s;return Object(i.createElement)(Wi,{isComplete:c,isActive:a,className:Dn([n,"checkout-step__header"])},Object(i.createElement)(Zi,{isComplete:c,isActive:a,id:t},r||null),Object(i.createElement)($i,{fullWidth:!f,isActive:a},o),f&&Object(i.createElement)(Gi,{className:"checkout-step__edit-button",buttonType:"text-button",onClick:s,"aria-label":u||d("Edit this step")},l||d("Edit")))}var Ki=Jn.div(Ei()),Xi=Jn.div(_i(),(function(e){return e.isComplete?"rotateY(180deg)":"rotateY(0)"})),Qi=Jn.div(Oi(),(function(e){var t=e.isComplete,n=e.isActive,r=e.theme;if(n)return r.colors.highlight;if(t)return r.colors.success;return r.colors.upcomingStepBackground}),(function(e){var t=e.isComplete,n=e.isActive,r=e.theme;if(t||n)return r.colors.surface;return r.colors.textColor}),(function(e){return e.isComplete?"0":"1"})),Ji=Jn(Qi)(yi(),(function(e){return e.theme.colors.success}),(function(e){return e.isComplete?"1":"0"}));function Zi(e){var t=e.isComplete,n=e.isActive,r=e.className,o=e.children,a=e.id,c=!n&&t;return Object(i.createElement)(Ki,{className:Dn([r,"checkout-step__stepper"])},Object(i.createElement)(Xi,{isComplete:c},Object(i.createElement)(Qi,{isComplete:c,isActive:n},o),Object(i.createElement)(Ji,null,Object(i.createElement)(Dr,{id:a}))))}Yi.propTypes={id:Ln.a.string,className:Ln.a.string,stepNumber:Ln.a.number,title:Ln.a.node.isRequired,isActive:Ln.a.bool,isComplete:Ln.a.bool,editButtonText:Ln.a.string,editButtonAriaLabel:Ln.a.string,onEdit:Ln.a.func},Zi.propTypes={id:Ln.a.string,className:Ln.a.string,isComplete:Ln.a.bool,isActive:Ln.a.bool};n(132);var eo,to,no=Object(i.createElement)(T,{icon:On,size:17}),ro=function(e){var t=e.onNextStep,n=e.onPrevStep,o=Object(c.useSelect)((function(e){return e(r).getSelectedDomain()})),a=Object(c.useSelect)((function(e){return e(r).getSelectedPlan()})),s=Object(c.useSelect)((function(e){var t;return e("automattic/onboard/plans").getPrices((null===(t=window.wpcomEditorSiteLaunch)||void 0===t?void 0:t.locale)||"en")})),l=Object(c.useSelect)((function(e){return e(r).getLaunchStep()})),u=Object(c.useSelect)((function(e){return e(r).isStepCompleted})),d=Object(c.useSelect)((function(e){return e(r).isFlowCompleted()})),f=ie().title,m=G().currentDomainName,p=function(){var e,t=O(),n=ft().domainSearch;return null===(e=Object(c.useSelect)((function(e){if(n&&!(n.length<2))return e(M).getDomainSuggestions(n,{include_wordpressdotcom:!1,include_dotblogsubdomain:!1,quantity:1,locale:t})}),[n]))||void 0===e?void 0:e[0]}(),h=ft().domainSearch,b=Object(c.useDispatch)(r).setStep,g=Object(i.createElement)("div",{className:"nux-launch__summary-item"},Object(i.createElement)("p",null,Object(w.__)("Site","full-site-editing"),": ",f)),v=Object(i.createElement)("div",{className:"nux-launch__summary-item"},(null==o?void 0:o.domain_name)?Object(i.createElement)("p",null,Object(w.__)("Custom domain","full-site-editing"),": ",o.domain_name):Object(i.createElement)(i.Fragment,null,Object(i.createElement)("p",null,Object(w.__)("Free site address","full-site-editing"),": ",m),Object(i.createElement)(x.Tip,null,h?Object(i.createInterpolateElement)(Object(w.__)("A custom site address like <DomainName /> (<Link>now available!</Link>) is more unique and can help with your SEO ranking.","full-site-editing"),{DomainName:Object(i.createElement)("span",{className:S()("nux-launch__summary-item__domain-name",{"is-loading":!p})},(null==p?void 0:p.domain_name)||"loading-example.com"),Link:Object(i.createElement)(x.Button,{isLink:!0,onClick:function(){return b(l.Domain)}})}):Object(w.__)("A custom site address is more unique and can help with your SEO ranking.","full-site-editing")))),y=Object(i.createElement)("div",{className:"nux-launch__summary-item"},a&&!(null==a?void 0:a.isFree)?Object(i.createElement)(i.Fragment,null,Object(i.createElement)("p",{className:"nux-launch__summary-item__plan-name"},"WordPress.com ",a.title),Object(w.__)("Plan subscription","full-site-editing"),": ",s[a.storeSlug]," ",Object(w.__)("per month, billed yearly","full-site-editing")):Object(i.createElement)(i.Fragment,null,Object(i.createElement)("p",{className:"nux-launch__summary-item__plan-name"},"WordPress.com Free"),Object(i.createElement)("p",null,Object(w.__)("Plan subscription: Free forever","full-site-editing")),Object(i.createElement)(x.Tip,null,Object(i.createInterpolateElement)(Object(w.__)("<Link>Upgrade to Premium</Link> to get access to 13GB storage space, payment collection options, 24/7 Live Chat support, and more. Not sure? Give it a spin—we offer 30-day full-refunds, guaranteed.","full-site-editing"),{Link:Object(i.createElement)(x.Button,{isLink:!0,onClick:function(){return b(l.Plan)}})}))));return Object(i.createElement)(re,null,Object(i.createElement)("div",{className:"nux-launch-step__header"},Object(i.createElement)("div",null,Object(i.createElement)(X,null,Object(w.__)("Launch your site","full-site-editing")),Object(i.createElement)(Q,null,Object(w.__)("Your site will be made public and ready to share with others.","full-site-editing")))),Object(i.createElement)("div",{className:"nux-launch-step__body"},Object(i.createElement)(yn,{theme:Nn},Object(i.createElement)(Ri,null,u(l.Plan)&&Object(i.createElement)(Fi,null,Object(i.createElement)(Mi,{className:"nux-launch__feature-list"},Object(i.createElement)("h3",{className:"nux-launch__feature-list-title"},Object(w.__)("Included in your plan","full-site-editing")),Object(i.createElement)("ul",{className:"nux-launch__feature-item-group"},null==a?void 0:a.features.map((function(e,t){return Object(i.createElement)("li",{key:t,className:"nux-launch__feature-item"},no," ",e)}))),Object(i.createElement)("p",null,Object(w.__)("Questions?","full-site-editing")," ",Object(i.createElement)(x.Button,{isLink:!0,href:"https://wordpress.com/help/contact",target:"_blank"},Object(w.__)("Ask a Happiness Engineer","full-site-editing"))))),Object(i.createElement)(Bi,null,Object(i.createElement)(qi,{isStepActive:!1,titleContent:Object(w.__)("Your site name","full-site-editing"),isStepComplete:u(l.Name),goToThisStep:function(){return b(l.Name)},completeStepContent:g,stepId:"name",formStatus:rr.READY}),Object(i.createElement)(qi,{isStepActive:!1,titleContent:Object(w.__)("Your domain","full-site-editing"),isStepComplete:u(l.Domain),goToThisStep:function(){return b(l.Domain)},completeStepContent:v,stepId:"domain",formStatus:rr.READY}),Object(i.createElement)(qi,{isStepActive:!1,titleContent:Object(w.__)("Your plan","full-site-editing"),isStepComplete:u(l.Plan),goToThisStep:function(){return b(l.Plan)},completeStepContent:y,stepId:"plan",formStatus:rr.READY}),Object(i.createElement)(Ui,null,Object(i.createElement)(x.Button,{isPrimary:!0,disabled:!d,onClick:t,className:"nux-launch__submit-button"},Object(w.__)("Launch your site","full-site-editing"))))))),Object(i.createElement)("div",{className:"nux-launch-step__footer"},Object(i.createElement)(ee,{sticky:!0},Object(i.createElement)(te,{onClick:function(){null==n||n()}}))))},io=(n(135),function(e){var t,n=e.onSubmit,a=Object(c.useSelect)((function(e){return e(r).getState()})).step,s=Object(c.useSelect)((function(e){return e(r).getLaunchStep()})),l=Object(c.useSelect)((function(e){return e(r).getLaunchSequence()})),u=Object(c.useSelect)((function(e){return e(r).getFirstIncompleteStep()})),d=Object(c.useDispatch)(r),f=d.setStep,m=d.setSidebarFullscreen,p=d.unsetSidebarFullscreen,h=(t={},K()(t,s.Name,oe),K()(t,s.Domain,pt),K()(t,s.Plan,Ft),K()(t,s.Final,ro),t),b=l.indexOf(a),g=h[a];return o.useEffect((function(){u&&u!==s.Name&&f(u)}),[]),Object(i.createElement)(g,{onPrevStep:function(){var e=b-1;e<0&&(e=0,m()),f(l[e])},onNextStep:function(){var e=b+1;e>l.length-1&&(null==n||n()),p(),f(l[e])}})}),oo=Object(i.createElement)(x.SVG,{viewBox:"0 0 24 24"},Object(i.createElement)(x.Circle,{cx:"12",cy:"12",r:"5"})),ao=function(e){var t=e.title,n=e.isCompleted,r=e.isCurrent,o=e.isDisabled,a=e.onClick;return Object(i.createElement)(x.Button,{className:S()("nux-launch-menu__item",{"is-current":r,"is-completed":n}),onClick:a,disabled:o,isLink:!0},Object(i.createElement)(T,{icon:n?On:oo,size:16}),Object(i.createElement)("span",null,t))},co=(n(136),function(e){var t,n=e.onMenuItemClick,o=ot().__,a=Object(c.useSelect)((function(e){return e(r).getState()})).step,s=Object(c.useSelect)((function(e){return e(r).getLaunchStep()})),l=Object(c.useSelect)((function(e){return e(r).getLaunchSequence()})),u=Object(c.useSelect)((function(e){return e(r).isStepCompleted})),d=Object(c.useSelect)((function(e){return e(r).isFlowStarted()})),f=(t={},K()(t,s.Name,o("Name your site","full-site-editing")),K()(t,s.Domain,o("Select a domain","full-site-editing")),K()(t,s.Plan,o("Select a plan","full-site-editing")),K()(t,s.Final,o("Launch your site","full-site-editing")),t),m=Object(c.useDispatch)(r).setStep;return Object(i.createElement)("div",{className:"nux-launch-menu"},Object(i.createElement)("h4",null,o("Site Launch Steps","full-site-editing")),Object(i.createElement)("div",{className:"nux-launch-menu__item-group"},l.map((function(e){return Object(i.createElement)(ao,{key:e,title:f[e],isCompleted:u(e),isCurrent:e===a,onClick:function(){return function(e){m(e),n(e)}(e)},isDisabled:e===s.Final&&!d})}))))}),so=(n(137),function(){var e=Object(c.useDispatch)(r),t=e.setStep,n=e.unsetSidebarFullscreen,o=Object(c.useSelect)((function(e){return e(r).getLaunchSequence()}));return Object(i.createElement)("div",{className:"nux-launch-sidebar"},Object(i.createElement)("div",{className:"nux-launch-sidebar__header"},Object(i.createElement)(X,null,Object(w.__)("You're almost there!","full-site-editing")),Object(i.createElement)(Q,null,Object(w.__)("Complete the following steps to launch your site. Your site will remain private until you Launch.","full-site-editing"))),Object(i.createElement)("div",{className:"nux-launch-sidebar__body"},Object(i.createElement)(co,{onMenuItemClick:function(){n()}})),Object(i.createElement)("div",{className:"nux-launch-sidebar__footer"},Object(i.createElement)(ee,{sticky:!0},Object(i.createElement)(ne,{onClick:function(){t(o[0]),n()}},Object(w.__)("Get Started","full-site-editing")))))}),lo=(n(138),function(){var e=ot().__,t=Object(c.useSelect)((function(e){return e(r).getState()})).step,n=Object(c.useSelect)((function(e){return e(r).getLaunchSequence()})),o=n.indexOf(t)+1,a=n.length,s=Object(w.sprintf)(e("%1$d of %2$d","full-site-editing"),o,a);return Object(i.createElement)("div",{className:"nux-launch-progress"},s)}),uo=(n(139),function(e){var t=e.onClose,n=o.useContext(p).siteId,a=Object(c.useSelect)((function(e){return e(r).getState()})),s=a.step,l=a.isSidebarFullscreen,u=o.useState(!1),d=E()(u,2),f=d[0],m=d[1],h=Object(c.useDispatch)("automattic/site").launchSite;return function(){var e=o.useContext(p),t=e.siteId,n=e.redirectTo,r=Object(c.useSelect)((function(e){return e(B).getState()})).plan,i=G().isSiteLaunched,a=W().goToCheckout;o.useEffect((function(){if(i){if(r&&!(null==r?void 0:r.isFree))return void a();n("/home/".concat(t))}}),[i])}(),Object(i.createElement)(x.Modal,{open:!0,className:S()("nux-launch-modal","step-".concat(s),l?"is-sidebar-fullscreen":""),overlayClassName:"nux-launch-modal-overlay",bodyOpenClassName:"has-nux-launch-modal",onRequestClose:t,title:""},f?Object(i.createElement)("div",{className:"nux-launch-modal-body__launching"},Object(w.__)("Hooray! Your site will be ready shortly.","full-site-editing")):Object(i.createElement)(i.Fragment,null,Object(i.createElement)("div",{className:"nux-launch-modal-body"},Object(i.createElement)("div",{className:"nux-launch-modal-header"},Object(i.createElement)("div",{className:"nux-launch-modal-header__wp-logo"},Object(i.createElement)(T,{icon:L,size:36})),Object(i.createElement)(lo,null)),Object(i.createElement)(io,{onSubmit:function(){h(n),m(!0)}})),Object(i.createElement)("div",{className:"nux-launch-modal-aside"},Object(i.createElement)(so,null)),Object(i.createElement)(x.Button,{isLink:!0,className:"nux-launch-modal__close-button",onClick:t,"aria-label":Object(w.__)("Close dialog","full-site-editing"),disabled:!t},Object(i.createElement)("span",null,Object(i.createElement)(T,{icon:D,size:24})))))}),fo=function(e){var t=e.startsWith("/")?e:"/".concat(e);!function(e){window.top.location.href=e}("".concat("https://wordpress.com").concat(t))},mo=function(){var e,t,n,r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null===(e=window)||void 0===e?void 0:e.currentSiteId,i=arguments.length>1&&void 0!==arguments[1]&&arguments[1],o="a8c.wpcom-block-editor.openCheckoutModal",a=null===(t=window)||void 0===t||null===(n=t.calypsoifyGutenberg)||void 0===n?void 0:n.isFocusedLaunchFlow;if(Object(l.hasAction)(o)&&a)Object(l.doAction)(o);else{var c=Object(f.addQueryArgs)("/checkout/".concat(r),d()({},!i&&{redirect_to:"/home/".concat(r)}));fo(c)}};eo="a8c-editor-site-launch",to={render:function(){var e,t=Object(c.useSelect)((function(e){return e(r).getState()})).isSidebarOpen,n=Object(c.useDispatch)(r),a=n.closeSidebar,s=n.setSidebarFullscreen,u=n.unsetSidebarFullscreen;return o.useEffect((function(){window.innerWidth<782?s():u()}),[t,s,u]),o.useEffect((function(){var e="a8c.wpcom-block-editor.toggleInlineHelpButton";Object(l.hasAction)(e)&&Object(l.doAction)(e,{hidden:t})}),[t]),t?Object(i.createElement)(y,{localeSlug:null===(e=window.wpcomEditorSiteLaunch)||void 0===e?void 0:e.locale},Object(i.createElement)(p.Provider,{value:{siteId:window._currentSiteId,flow:mt,redirectTo:fo,openCheckout:mo}},Object(i.createElement)(uo,{onClose:a}))):null}},Object(s.registerPlugin)(eo,to);var po=Object(i.createElement)(A.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},Object(i.createElement)(A.Path,{d:"M20 10c0-5.51-4.49-10-10-10C4.48 0 0 4.49 0 10c0 5.52 4.48 10 10 10 5.51 0 10-4.48 10-10zM7.78 15.37L4.37 6.22c.55-.02 1.17-.08 1.17-.08.5-.06.44-1.13-.06-1.11 0 0-1.45.11-2.37.11-.18 0-.37 0-.58-.01C4.12 2.69 6.87 1.11 10 1.11c2.33 0 4.45.87 6.05 2.34-.68-.11-1.65.39-1.65 1.58 0 .74.45 1.36.9 2.1.35.61.55 1.36.55 2.46 0 1.49-1.4 5-1.4 5l-3.03-8.37c.54-.02.82-.17.82-.17.5-.05.44-1.25-.06-1.22 0 0-1.44.12-2.38.12-.87 0-2.33-.12-2.33-.12-.5-.03-.56 1.2-.06 1.22l.92.08 1.26 3.41zM17.41 10c.24-.64.74-1.87.43-4.25.7 1.29 1.05 2.71 1.05 4.25 0 3.29-1.73 6.24-4.4 7.78.97-2.59 1.94-5.2 2.92-7.78zM6.1 18.09C3.12 16.65 1.11 13.53 1.11 10c0-1.3.23-2.48.72-3.59C3.25 10.3 4.67 14.2 6.1 18.09zm4.03-6.63l2.58 6.98c-.86.29-1.76.45-2.71.45-.79 0-1.57-.11-2.29-.33.81-2.38 1.62-4.74 2.42-7.1z"}));function ho(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function bo(){return(bo=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function go(e){return"/"===e.charAt(0)}function vo(e,t){for(var n=t,r=n+1,i=e.length;r<i;n+=1,r+=1)e[n]=e[r];e.pop()}var yo=function(e,t){void 0===t&&(t="");var n,r=e&&e.split("/")||[],i=t&&t.split("/")||[],o=e&&go(e),a=t&&go(t),c=o||a;if(e&&go(e)?i=r:r.length&&(i.pop(),i=i.concat(r)),!i.length)return"/";if(i.length){var s=i[i.length-1];n="."===s||".."===s||""===s}else n=!1;for(var l=0,u=i.length;u>=0;u--){var d=i[u];"."===d?vo(i,u):".."===d?(vo(i,u),l++):l&&(vo(i,u),l--)}if(!c)for(;l--;l)i.unshift("..");!c||""===i[0]||i[0]&&go(i[0])||i.unshift("");var f=i.join("/");return n&&"/"!==f.substr(-1)&&(f+="/"),f};function Oo(e){return e.valueOf?e.valueOf():Object.prototype.valueOf.call(e)}var _o=function e(t,n){if(t===n)return!0;if(null==t||null==n)return!1;if(Array.isArray(t))return Array.isArray(n)&&t.length===n.length&&t.every((function(t,r){return e(t,n[r])}));if("object"==typeof t||"object"==typeof n){var r=Oo(t),i=Oo(n);return r!==t||i!==n?e(r,i):Object.keys(Object.assign({},t,n)).every((function(r){return e(t[r],n[r])}))}return!1},Eo="Invariant failed";var jo=function(e,t){if(!e)throw new Error(Eo)};function So(e){return"/"===e.charAt(0)?e:"/"+e}function wo(e){return"/"===e.charAt(0)?e.substr(1):e}function xo(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 Co(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function ko(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 No(e,t,n,r){var i;"string"==typeof e?(i=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===(i=bo({},e)).pathname&&(i.pathname=""),i.search?"?"!==i.search.charAt(0)&&(i.search="?"+i.search):i.search="",i.hash?"#"!==i.hash.charAt(0)&&(i.hash="#"+i.hash):i.hash="",void 0!==t&&void 0===i.state&&(i.state=t));try{i.pathname=decodeURI(i.pathname)}catch(o){throw o instanceof URIError?new URIError('Pathname "'+i.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):o}return n&&(i.key=n),r?i.pathname?"/"!==i.pathname.charAt(0)&&(i.pathname=yo(i.pathname,r.pathname)):i.pathname=r.pathname:i.pathname||(i.pathname="/"),i}function Po(){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 To=!("undefined"==typeof window||!window.document||!window.document.createElement);function Ao(e,t){t(window.confirm(e))}var Lo="popstate",Do="hashchange";function Ro(){try{return window.history.state||{}}catch(e){return{}}}function Io(e){void 0===e&&(e={}),To||jo(!1);var t,n=window.history,r=(-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,i=!(-1===window.navigator.userAgent.indexOf("Trident")),o=e,a=o.forceRefresh,c=void 0!==a&&a,s=o.getUserConfirmation,l=void 0===s?Ao:s,u=o.keyLength,d=void 0===u?6:u,f=e.basename?Co(So(e.basename)):"";function m(e){var t=e||{},n=t.key,r=t.state,i=window.location,o=i.pathname+i.search+i.hash;return f&&(o=xo(o,f)),No(o,r,n)}function p(){return Math.random().toString(36).substr(2,d)}var h=Po();function b(e){bo(k,e),k.length=n.length,h.notifyListeners(k.location,k.action)}function g(e){(function(e){return void 0===e.state&&-1===navigator.userAgent.indexOf("CriOS")})(e)||O(m(e.state))}function v(){O(m(Ro()))}var y=!1;function O(e){if(y)y=!1,b();else{h.confirmTransitionTo(e,"POP",l,(function(t){t?b({action:"POP",location:e}):function(e){var t=k.location,n=E.indexOf(t.key);-1===n&&(n=0);var r=E.indexOf(e.key);-1===r&&(r=0);var i=n-r;i&&(y=!0,S(i))}(e)}))}}var _=m(Ro()),E=[_.key];function j(e){return f+ko(e)}function S(e){n.go(e)}var w=0;function x(e){1===(w+=e)&&1===e?(window.addEventListener(Lo,g),i&&window.addEventListener(Do,v)):0===w&&(window.removeEventListener(Lo,g),i&&window.removeEventListener(Do,v))}var C=!1;var k={length:n.length,action:"POP",location:_,createHref:j,push:function(e,t){var i="PUSH",o=No(e,t,p(),k.location);h.confirmTransitionTo(o,i,l,(function(e){if(e){var t=j(o),a=o.key,s=o.state;if(r)if(n.pushState({key:a,state:s},null,t),c)window.location.href=t;else{var l=E.indexOf(k.location.key),u=E.slice(0,l+1);u.push(o.key),E=u,b({action:i,location:o})}else window.location.href=t}}))},replace:function(e,t){var i="REPLACE",o=No(e,t,p(),k.location);h.confirmTransitionTo(o,i,l,(function(e){if(e){var t=j(o),a=o.key,s=o.state;if(r)if(n.replaceState({key:a,state:s},null,t),c)window.location.replace(t);else{var l=E.indexOf(k.location.key);-1!==l&&(E[l]=o.key),b({action:i,location:o})}else window.location.replace(t)}}))},go:S,goBack:function(){S(-1)},goForward:function(){S(1)},block:function(e){void 0===e&&(e=!1);var t=h.setPrompt(e);return C||(x(1),C=!0),function(){return C&&(C=!1,x(-1)),t()}},listen:function(e){var t=h.appendListener(e);return x(1),function(){x(-1),t()}}};return k}var Fo="hashchange",Mo={hashbang:{encodePath:function(e){return"!"===e.charAt(0)?e:"!/"+wo(e)},decodePath:function(e){return"!"===e.charAt(0)?e.substr(1):e}},noslash:{encodePath:wo,decodePath:So},slash:{encodePath:So,decodePath:So}};function Bo(e){var t=e.indexOf("#");return-1===t?e:e.slice(0,t)}function Uo(){var e=window.location.href,t=e.indexOf("#");return-1===t?"":e.substring(t+1)}function Vo(e){window.location.replace(Bo(window.location.href)+"#"+e)}function zo(e){void 0===e&&(e={}),To||jo(!1);var t=window.history,n=(window.navigator.userAgent.indexOf("Firefox"),e),r=n.getUserConfirmation,i=void 0===r?Ao:r,o=n.hashType,a=void 0===o?"slash":o,c=e.basename?Co(So(e.basename)):"",s=Mo[a],l=s.encodePath,u=s.decodePath;function d(){var e=u(Uo());return c&&(e=xo(e,c)),No(e)}var f=Po();function m(e){bo(w,e),w.length=t.length,f.notifyListeners(w.location,w.action)}var p=!1,h=null;function b(){var e,t,n=Uo(),r=l(n);if(n!==r)Vo(r);else{var o=d(),a=w.location;if(!p&&(t=o,(e=a).pathname===t.pathname&&e.search===t.search&&e.hash===t.hash))return;if(h===ko(o))return;h=null,function(e){if(p)p=!1,m();else{var t="POP";f.confirmTransitionTo(e,t,i,(function(n){n?m({action:t,location:e}):function(e){var t=w.location,n=O.lastIndexOf(ko(t));-1===n&&(n=0);var r=O.lastIndexOf(ko(e));-1===r&&(r=0);var i=n-r;i&&(p=!0,_(i))}(e)}))}}(o)}}var g=Uo(),v=l(g);g!==v&&Vo(v);var y=d(),O=[ko(y)];function _(e){t.go(e)}var E=0;function j(e){1===(E+=e)&&1===e?window.addEventListener(Fo,b):0===E&&window.removeEventListener(Fo,b)}var S=!1;var w={length:t.length,action:"POP",location:y,createHref:function(e){var t=document.querySelector("base"),n="";return t&&t.getAttribute("href")&&(n=Bo(window.location.href)),n+"#"+l(c+ko(e))},push:function(e,t){var n="PUSH",r=No(e,void 0,void 0,w.location);f.confirmTransitionTo(r,n,i,(function(e){if(e){var t=ko(r),i=l(c+t);if(Uo()!==i){h=t,function(e){window.location.hash=e}(i);var o=O.lastIndexOf(ko(w.location)),a=O.slice(0,o+1);a.push(t),O=a,m({action:n,location:r})}else m()}}))},replace:function(e,t){var n="REPLACE",r=No(e,void 0,void 0,w.location);f.confirmTransitionTo(r,n,i,(function(e){if(e){var t=ko(r),i=l(c+t);Uo()!==i&&(h=t,Vo(i));var o=O.indexOf(ko(w.location));-1!==o&&(O[o]=t),m({action:n,location:r})}}))},go:_,goBack:function(){_(-1)},goForward:function(){_(1)},block:function(e){void 0===e&&(e=!1);var t=f.setPrompt(e);return S||(j(1),S=!0),function(){return S&&(S=!1,j(-1)),t()}},listen:function(e){var t=f.appendListener(e);return j(1),function(){j(-1),t()}}};return w}function Ho(e,t,n){return Math.min(Math.max(e,t),n)}function qo(e){void 0===e&&(e={});var t=e,n=t.getUserConfirmation,r=t.initialEntries,i=void 0===r?["/"]:r,o=t.initialIndex,a=void 0===o?0:o,c=t.keyLength,s=void 0===c?6:c,l=Po();function u(e){bo(b,e),b.length=b.entries.length,l.notifyListeners(b.location,b.action)}function d(){return Math.random().toString(36).substr(2,s)}var f=Ho(a,0,i.length-1),m=i.map((function(e){return No(e,void 0,"string"==typeof e?d():e.key||d())})),p=ko;function h(e){var t=Ho(b.index+e,0,b.entries.length-1),r=b.entries[t];l.confirmTransitionTo(r,"POP",n,(function(e){e?u({action:"POP",location:r,index:t}):u()}))}var b={length:m.length,action:"POP",location:m[f],index:f,entries:m,createHref:p,push:function(e,t){var r="PUSH",i=No(e,t,d(),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),u({action:r,location:i,index:t,entries:n})}}))},replace:function(e,t){var r="REPLACE",i=No(e,t,d(),b.location);l.confirmTransitionTo(i,r,n,(function(e){e&&(b.entries[b.index]=i,u({action:r,location:i}))}))},go:h,goBack:function(){h(-1)},goForward:function(){h(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}var $o=n(83),Wo=n.n($o),Go=1073741823;function Yo(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 Ko=a.a.createContext||function(e,t){var n,r,i="__create-react-context-"+Wo()()+"__",a=function(e){function n(){var t;return(t=e.apply(this,arguments)||this).emitter=Yo(t.props.value),t}Bt()(n,e);var r=n.prototype;return r.getChildContext=function(){var e;return(e={})[i]=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):Go,0!==(n|=0)&&this.emitter.set(e.value,n))}var o,a},r.render=function(){return this.props.children},n}(o.Component);a.childContextTypes=((n={})[i]=Ln.a.object.isRequired,n);var c=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}Bt()(n,t);var r=n.prototype;return r.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=null==t?Go:t},r.componentDidMount=function(){this.context[i]&&this.context[i].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=null==e?Go:e},r.componentWillUnmount=function(){this.context[i]&&this.context[i].off(this.onUpdate)},r.getValue=function(){return this.context[i]?this.context[i].get():e},r.render=function(){return(e=this.props.children,Array.isArray(e)?e[0]:e)(this.state.value);var e},n}(o.Component);return c.contextTypes=((r={})[i]=Ln.a.object,r),{Provider:a,Consumer:c}},Xo=n(53),Qo=n.n(Xo),Jo=(n(69),function(e){var t=Ko();return t.displayName=e,t}("Router")),Zo=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}ho(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 a.a.createElement(Jo.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}(a.a.Component);var ea=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=qo(t.props),t}return ho(t,e),t.prototype.render=function(){return a.a.createElement(Zo,{history:this.history,children:this.props.children})},t}(a.a.Component);var ta=function(e){function t(){return e.apply(this,arguments)||this}ho(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}(a.a.Component);var na={},ra=0;function ia(e,t){return void 0===e&&(e="/"),void 0===t&&(t={}),"/"===e?e:function(e){if(na[e])return na[e];var t=Qo.a.compile(e);return ra<1e4&&(na[e]=t,ra++),t}(e)(t,{pretty:!0})}function oa(e){var t=e.computedMatch,n=e.to,r=e.push,i=void 0!==r&&r;return a.a.createElement(Jo.Consumer,null,(function(e){e||jo(!1);var r=e.history,o=e.staticContext,c=i?r.push:r.replace,s=No(t?"string"==typeof n?ia(n,t.params):bo({},n,{pathname:ia(n.pathname,t.params)}):n);return o?(c(s),null):a.a.createElement(ta,{onMount:function(){c(s)},onUpdate:function(e,t){var n,r,i=No(t.to);n=i,r=bo({},s,{key:i.key}),n.pathname===r.pathname&&n.search===r.search&&n.hash===r.hash&&n.key===r.key&&_o(n.state,r.state)||c(s)},to:n})}))}var aa={},ca=0;function sa(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,l=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=aa[n]||(aa[n]={});if(r[e])return r[e];var i=[],o={regexp:Qo()(e,i,t),keys:i};return ca<1e4&&(r[e]=o,ca++),o}(n,{end:o,strict:c,sensitive:l}),i=r.regexp,a=r.keys,s=i.exec(e);if(!s)return null;var u=s[0],d=s.slice(1),f=e===u;return o&&!f?null:{path:n,url:"/"===n&&""===u?"/":u,isExact:f,params:a.reduce((function(e,t,n){return e[t.name]=d[n],e}),{})}}),null)}var la=function(e){function t(){return e.apply(this,arguments)||this}return ho(t,e),t.prototype.render=function(){var e=this;return a.a.createElement(Jo.Consumer,null,(function(t){t||jo(!1);var n=e.props.location||t.location,r=bo({},t,{location:n,match:e.props.computedMatch?e.props.computedMatch:e.props.path?sa(n.pathname,e.props):t.match}),i=e.props,o=i.children,c=i.component,s=i.render;return Array.isArray(o)&&0===o.length&&(o=null),a.a.createElement(Jo.Provider,{value:r},r.match?o?"function"==typeof o?o(r):o:c?a.a.createElement(c,r):s?s(r):null:"function"==typeof o?o(r):null)}))},t}(a.a.Component);function ua(e){return"/"===e.charAt(0)?e:"/"+e}function da(e,t){if(!e)return t;var n=ua(e);return 0!==t.pathname.indexOf(n)?t:bo({},t,{pathname:t.pathname.substr(n.length)})}function fa(e){return"string"==typeof e?e:ko(e)}function ma(e){return function(){jo(!1)}}function pa(){}a.a.Component;var ha=function(e){function t(){return e.apply(this,arguments)||this}return ho(t,e),t.prototype.render=function(){var e=this;return a.a.createElement(Jo.Consumer,null,(function(t){t||jo(!1);var n,r,i=e.props.location||t.location;return a.a.Children.forEach(e.props.children,(function(e){if(null==r&&a.a.isValidElement(e)){n=e;var o=e.props.path||e.props.from;r=o?sa(i.pathname,bo({},e.props,{path:o})):t.match}})),r?a.a.cloneElement(n,{location:i,computedMatch:r}):null}))},t}(a.a.Component);var ba,ga,va=a.a.useContext;function ya(){return va(Jo).history}(ga=ba||(ba={})).Summary="/",ga.PlanDetails="/plan-details",ga.DomainDetails="/domain-details",ga.Success="/success";a.a.Component;a.a.Component;var Oa=function(e,t){return"function"==typeof e?e(t):e},_a=function(e,t){return"string"==typeof e?No(e,null,null,t):e},Ea=function(e){return e},ja=a.a.forwardRef;void 0===ja&&(ja=Ea);var Sa=ja((function(e,t){var n=e.innerRef,r=e.navigate,i=e.onClick,o=k(e,["innerRef","navigate","onClick"]),c=o.target,s=bo({},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 s.ref=Ea!==ja&&t||n,a.a.createElement("a",s)}));var wa=ja((function(e,t){var n=e.component,r=void 0===n?Sa:n,i=e.replace,o=e.to,c=e.innerRef,s=k(e,["component","replace","to","innerRef"]);return a.a.createElement(Jo.Consumer,null,(function(e){e||jo(!1);var n=e.history,l=_a(Oa(o,e.location),e.location),u=l?n.createHref(l):"",d=bo({},s,{href:u,navigate:function(){var t=Oa(o,e.location);(i?n.replace:n.push)(t)}});return Ea!==ja?d.ref=t||c:d.innerRef=c,a.a.createElement(r,d)}))})),xa=function(e){return e},Ca=a.a.forwardRef;void 0===Ca&&(Ca=xa);Ca((function(e,t){var n=e["aria-current"],r=void 0===n?"page":n,i=e.activeClassName,o=void 0===i?"active":i,c=e.activeStyle,s=e.className,l=e.exact,u=e.isActive,d=e.location,f=e.strict,m=e.style,p=e.to,h=e.innerRef,b=k(e,["aria-current","activeClassName","activeStyle","className","exact","isActive","location","strict","style","to","innerRef"]);return a.a.createElement(Jo.Consumer,null,(function(e){e||jo(!1);var n=d||e.location,i=_a(Oa(p,n),n),g=i.pathname,v=g&&g.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1"),y=v?sa(n.pathname,{path:v,exact:l,strict:f}):null,O=!!(u?u(y,n):y),_=O?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(" ")}(s,o):s,E=O?bo({},m,{},c):m,j=bo({"aria-current":O&&r||null,className:_,style:E,to:i},b);return xa!==Ca?j.ref=t||h:j.innerRef=h,a.a.createElement(wa,j)}))}));function ka(){var e=o.useContext(p).siteId,t=Object(c.useSelect)((function(t){return t(I).getPrimarySiteDomain(e)}));return{sitePrimaryDomain:t,siteSubdomain:Object(c.useSelect)((function(t){return t(I).getSiteSubdomain(e)})),hasPaidDomain:t&&!(null==t?void 0:t.is_subdomain)}}function Na(){var e=Object(c.useSelect)((function(e){return e(B).getState()})).plan,t=Object(c.useDispatch)(B),n=t.setDomain,r=t.unsetDomain,i=t.unsetPlan,o=t.confirmDomainSelection;return{onDomainSelect:function(t){o(),n(t),(null==e?void 0:e.isFree)&&i()},onExistingSubdomainSelect:function(){r()},selectedDomain:Object(c.useSelect)((function(e){return e(B).getState()})).domain}}n(148);var Pa=function(e){var t=e.label,n=e.badgeText;return Object(i.createElement)("div",{className:"focused-launch-summary-item__leading-side"},Object(i.createElement)("span",{className:"focused-launch-summary-item__leading-side-label"},t),n?Object(i.createElement)("span",{className:"focused-launch-summary-item__leading-side-badge"},n):null)},Ta=function(e){var t=e.nodeType,n=e.children;return Object(i.createElement)("div",{className:S()({"focused-launch-summary-item__warning-note":"WARNING"===t,"focused-launch-summary-item__price-cost":"PRICE"===t})},n)},Aa=function(e){var t=e.children,n=e.isSelected,r=void 0!==n&&n,o=e.readOnly,a=void 0!==o&&o,c=e.isLoading,s=Z()(e,["children","isSelected","readOnly","isLoading"]);return Object(i.createElement)("button",b()({},s,{disabled:a,className:S()("focused-launch-summary__item",{"is-selected":r,"is-readonly":a,"is-loading":c})}),t[0],t[1])},La="focused-launch",Da=(n(147),Object(i.createElement)(x.SVG,{viewBox:"0 0 24 24"},Object(i.createElement)(x.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"}))),Ra=Object(i.createElement)(x.SVG,{className:"focused-launch-summary__info-icon",viewBox:"0 0 24 24",width:"16"},Object(i.createElement)(x.Circle,{cx:"12",cy:"12",stroke:"#8C8F94",strokeWidth:"2",r:"10",fill:"transparent"}),Object(i.createElement)(x.Rect,{x:"10.5",y:"5",width:"3",height:"3",fill:"#8C8F94"}),Object(i.createElement)(x.Rect,{x:"10.5",y:"10",width:"3",height:"8",fill:"#8C8F94"})),Ia=function(e){var t=e.input,n=e.commentary;return Object(i.createElement)("div",{className:"focused-launch-summary__step"},Object(i.createElement)("div",{className:"focused-launch-summary__data-input"},Object(i.createElement)("div",{className:"focused-launch-summary__section"},t)),Object(i.createElement)("div",{className:"focused-launch-summary__side-commentary"},n))},Fa=function(e){var t=e.stepIndex,n=e.value,r=e.onChange,o=e.onBlur;return Object(i.createElement)(Ia,{input:Object(i.createElement)(x.TextControl,{className:"focused-launch-summary__input",label:Object(i.createElement)("label",{className:"focused-launch-summary__label"},t&&"".concat(t,". "),Object(w.__)("Name your site","full-site-editing")),value:n,onChange:r,onBlur:o,autoFocus:!0})})},Ma=function(e){var t=e.stepIndex,n=e.existingSubdomain,r=e.currentDomain,o=e.initialDomainSearch,a=e.hasPaidDomain,c=e.onDomainSelect,s=e.onExistingSubdomainSelect,l=e.isLoading,u=O();return Object(i.createElement)(Ia,{input:a?Object(i.createElement)(i.Fragment,null,Object(i.createElement)("label",{className:"focused-launch-summary__label"},Object(w.__)("Your domain","full-site-editing"),Object(i.createElement)(x.Tooltip,{position:"top center",text:Object(w.__)("Changes to your purchased domain can be managed from your Domains page.","full-site-editing")},Object(i.createElement)("span",null,Ra)),Object(i.createElement)("p",{className:"focused-launch-summary__mobile-commentary"},Object(i.createElement)(ue,{icon:Da}),Object(i.createElement)("span",null,Object(i.createInterpolateElement)(Object(w.__)("<strong>Unique domains</strong> help build brand trust","full-site-editing"),{strong:Object(i.createElement)("strong",null)})))),Object(i.createElement)(Aa,{readOnly:!0},Object(i.createElement)(Pa,{label:r||""}),Object(i.createElement)(Ta,{nodeType:"PRICE"},Object(i.createElement)(ue,{icon:ht,size:18})," ",Object(w.__)("Purchased","full-site-editing")))):Object(i.createElement)(i.Fragment,null,Object(i.createElement)(ut,{header:Object(i.createElement)(i.Fragment,null,Object(i.createElement)("label",{className:"focused-launch-summary__label"},t&&"".concat(t,". "),Object(w.__)("Confirm your domain","full-site-editing")),Object(i.createElement)("p",{className:"focused-launch-summary__mobile-commentary"},Object(i.createElement)(ue,{icon:Da}),Object(i.createElement)("span",null,Object(i.createInterpolateElement)(Object(w.__)("<strong>46.9%</strong> of registered domains are <strong>.com</strong>","full-site-editing"),{strong:Object(i.createElement)("strong",null)})))),areDependenciesLoading:l,existingSubdomain:n,currentDomain:r,onDomainSelect:c,onExistingSubdomainSelect:s,initialDomainSearch:o,showSearchField:!1,analyticsFlowId:La,analyticsUiAlgo:"summary_domain_step",quantity:3,quantityExpanded:3,itemType:"individual-item",locale:u}),Object(i.createElement)(wa,{to:ba.DomainDetails,className:"focused-launch-summary__details-link"},Object(w.__)("View all domains","full-site-editing"))),commentary:Object(i.createElement)(i.Fragment,null,a?Object(i.createElement)("p",{className:"focused-launch-summary__side-commentary-title"},Object(i.createInterpolateElement)(Object(w.__)("<strong>Unique domains</strong> help build brand recognition and trust","full-site-editing"),{strong:Object(i.createElement)("strong",null)})):Object(i.createElement)(i.Fragment,null,Object(i.createElement)("p",{className:"focused-launch-summary__side-commentary-title"},Object(i.createInterpolateElement)(Object(w.__)("<strong>46.9%</strong> of globally registered domains are <strong>.com</strong>","full-site-editing"),{strong:Object(i.createElement)("strong",null)})),Object(i.createElement)("ul",{className:"focused-launch-summary__side-commentary-list"},Object(i.createElement)("li",{className:"focused-launch-summary__side-commentary-list-item"},Object(i.createElement)(ue,{icon:ht}),Object(w.__)("Stand out with a unique domain","full-site-editing")),Object(i.createElement)("li",{className:"focused-launch-summary__side-commentary-list-item"},Object(i.createElement)(ue,{icon:ht}),Object(w.__)("Easy to remember and easy to share","full-site-editing")),Object(i.createElement)("li",{className:"focused-launch-summary__side-commentary-list-item"},Object(i.createElement)(ue,{icon:ht}),Object(w.__)("Builds brand recognition and trust","full-site-editing")))))})},Ba=function(e){var t,n,r,a,s=e.stepIndex,l=e.hasPaidPlan,u=void 0!==l&&l,d=e.hasPaidDomain,f=void 0!==d&&d,m=e.selectedPaidDomain,p=void 0!==m&&m,h=Object(c.useDispatch)(B),b=h.setPlan,g=h.unsetPlan,v=Object(c.useSelect)((function(e){return e(B).getSelectedPlan()})),y=Object(c.useSelect)((function(e){return e(B).getPaidPlan()})),_=(a=O(),{defaultPaidPlan:Object(c.useSelect)((function(e){return e(F).getDefaultPaidPlan(a)})),defaultFreePlan:Object(c.useSelect)((function(e){return e(F).getDefaultFreePlan(a)})),planPrices:Object(c.useSelect)((function(e){return e(F).getPrices("")}))}),j=_.defaultPaidPlan,S=_.defaultFreePlan,C=_.planPrices,k=o.useState(),N=E()(k,2),P=N[0],T=N[1],A=function(e){return e&&e.storeSlug===(null==v?void 0:v.storeSlug)},L=G().sitePlan;return o.useEffect((function(){p&&v&&v.isFree&&g()}),[p,v,g]),o.useEffect((function(){y!==j&&T(y)}),[y,j]),Object(i.createElement)(Ia,{input:u?Object(i.createElement)(i.Fragment,null,Object(i.createElement)("label",{className:"focused-launch-summary__label"},Object(w.__)("Your plan","full-site-editing"),Object(i.createElement)(x.Tooltip,{position:"top center",text:Object(w.__)("Changes to your purchased plan can be managed from your Plans page.","full-site-editing")},Object(i.createElement)("span",null,Ra)),Object(i.createElement)("p",{className:"focused-launch-summary__mobile-commentary focused-launch-summary__mobile-only"},Object(i.createElement)(ue,{icon:Da}),Object(i.createElement)("span",null,Object(i.createInterpolateElement)(Object(w.__)("More than <strong>38%</strong> of the internet uses <strong>WordPress</strong>","full-site-editing"),{strong:Object(i.createElement)("strong",null)})))),Object(i.createElement)("div",null,Object(i.createElement)(Aa,{readOnly:!0},Object(i.createElement)(Pa,{label:Object(w.sprintf)(Object(w.__)("%s Plan","full-site-editing"),null==L?void 0:L.product_name_short)}),Object(i.createElement)(Ta,{nodeType:"PRICE"},Object(i.createElement)(ue,{icon:ht,size:18})," ",Object(w.__)("Purchased","full-site-editing"))))):Object(i.createElement)(i.Fragment,null,Object(i.createElement)("label",{className:"focused-launch-summary__label"},s&&"".concat(s,". "),Object(w.__)("Confirm your plan","full-site-editing")),Object(i.createElement)("p",{className:"focused-launch-summary__mobile-commentary focused-launch-summary__mobile-only"},Object(i.createElement)(ue,{icon:Da}),Object(i.createElement)("span",null,Object(i.createInterpolateElement)(Object(w.__)("Grow your business with <strong>WordPress Business</strong>","full-site-editing"),{strong:Object(i.createElement)("strong",null)}))),Object(i.createElement)("div",null,Object(i.createElement)(Aa,{isLoading:!S||!j,onClick:function(){return j&&b(j)},isSelected:A(j)},Object(i.createElement)(Pa,{label:Object(w.sprintf)(Object(w.__)("%s Plan","full-site-editing"),null!==(t=null==j?void 0:j.title)&&void 0!==t?t:""),badgeText:(null==j?void 0:j.isPopular)?Object(w.__)("Popular","full-site-editing"):""}),Object(i.createElement)(Ta,{nodeType:"PRICE"},Object(i.createElement)("span",null,j&&C[null==j?void 0:j.storeSlug]),Object(i.createElement)("span",null,Object(w.__)("/mo","full-site-editing")))),P&&Object(i.createElement)(Aa,{isLoading:!S||!j,onClick:function(){return P&&b(P)},isSelected:A(P)},Object(i.createElement)(Pa,{label:Object(w.sprintf)(Object(w.__)("%s Plan","full-site-editing"),null!==(n=null==P?void 0:P.title)&&void 0!==n?n:""),badgeText:(null==P?void 0:P.isPopular)?Object(w.__)("Popular","full-site-editing"):""}),Object(i.createElement)(Ta,{nodeType:"PRICE"},Object(i.createElement)("span",null,P&&C[null==P?void 0:P.storeSlug]),Object(i.createElement)("span",null,Object(w.__)("/mo","full-site-editing")))),Object(i.createElement)(Aa,{isLoading:!S||!j,readOnly:f||p,onClick:function(){return S&&b(S)},isSelected:!(f||p)&&(null==v?void 0:v.isFree)},Object(i.createElement)(Pa,{label:Object(w.sprintf)(Object(w.__)("%s Plan","full-site-editing"),null!==(r=null==S?void 0:S.title)&&void 0!==r?r:"")}),Object(i.createElement)(Ta,{nodeType:f||p?"WARNING":"PRICE"},f||p?Object(w.__)("Not available with your domain selection","full-site-editing"):Object(w.__)("Free","full-site-editing")))),Object(i.createElement)(wa,{to:ba.PlanDetails,className:"focused-launch-summary__details-link"},Object(w.__)("View all plans","full-site-editing"))),commentary:u?Object(i.createElement)("p",{className:"focused-launch-summary__side-commentary-title"},Object(i.createInterpolateElement)(Object(w.__)("More than <strong>38%</strong> of the internet uses <strong>WordPress</strong>","full-site-editing"),{strong:Object(i.createElement)("strong",null)})):Object(i.createElement)(i.Fragment,null,Object(i.createElement)("p",{className:"focused-launch-summary__side-commentary-title"},Object(i.createInterpolateElement)(Object(w.__)("Monetize your site with <strong>WordPress Premium</strong>","full-site-editing"),{strong:Object(i.createElement)("strong",null)})),Object(i.createElement)("ul",{className:"focused-launch-summary__side-commentary-list"},Object(i.createElement)("li",{className:"focused-launch-summary__side-commentary-list-item"},Object(i.createElement)(ue,{icon:ht}),Object(w.__)("Advanced tools and customization","full-site-editing")),Object(i.createElement)("li",{className:"focused-launch-summary__side-commentary-list-item"},Object(i.createElement)(ue,{icon:ht}),Object(w.__)("Unlimited premium themes","full-site-editing")),Object(i.createElement)("li",{className:"focused-launch-summary__side-commentary-list-item"},Object(i.createElement)(ue,{icon:ht}),Object(w.__)("Accept payments","full-site-editing"))))})},Ua=function(){var e=Object(c.useSelect)((function(e){return e(B).hasSelectedDomain()})),t=Object(c.useSelect)((function(e){return e(B).getSelectedDomain()})),n=Object(c.useSelect)((function(e){return e(B).getSelectedPlan()})),r=Object(c.useDispatch)(I).launchSite,a=Object(c.useDispatch)(B),s=a.setModalDismissible,l=a.showModalTitle,u=ie(),d=u.title,f=u.updateTitle,m=u.saveTitle,h=u.isSiteTitleStepVisible,b=u.showSiteTitleStep,g=ka(),v=g.sitePrimaryDomain,y=g.siteSubdomain,O=g.hasPaidDomain,_=Na(),E=_.onDomainSelect,j=_.onExistingSubdomainSelect,S=ft(),x=S.domainSearch,C=S.isLoading,k=G().isPaidPlan,N=o.useContext(p),P=N.siteId,T=N.redirectTo,A=W().goToCheckout;o.useEffect((function(){s(),l()}),[s,l]),o.useEffect((function(){!h&&H({currentSiteTitle:d})&&b()}),[d,b,h]);var L=[],D=[];h&&D.push((function(e){var t=e.stepIndex,n=e.forwardStepIndex;return Object(i.createElement)(Fa,{stepIndex:n?t:void 0,key:t,value:d||"",onChange:f,onBlur:m})})),(O?L:D).push((function(e){var n=e.stepIndex,r=e.forwardStepIndex;return Object(i.createElement)(Ma,{stepIndex:r?n:void 0,key:n,existingSubdomain:dt(null==y?void 0:y.domain),currentDomain:null!=t?t:dt(null==v?void 0:v.domain),initialDomainSearch:x,hasPaidDomain:O,isLoading:C,onDomainSelect:E,onExistingSubdomainSelect:j})})),(k?L:D).push((function(e){var n=e.stepIndex,r=e.forwardStepIndex;return Object(i.createElement)(Ba,{hasPaidPlan:k,selectedPaidDomain:t&&!t.is_free,hasPaidDomain:O,stepIndex:r?n:void 0,key:n})}));var R=d&&(O||e)&&(k||n);return Object(i.createElement)("div",{className:"focused-launch-container"},Object(i.createElement)("div",{className:"focused-launch-summary__section"},Object(i.createElement)(X,{tagName:"h2"},O&&k?Object(w.__)("You're ready to launch","full-site-editing"):Object(w.__)("You're almost there","full-site-editing")),Object(i.createElement)(Q,{tagName:"p",className:"focused-launch-summary__caption"},O&&k?Object(w.__)("You're good to go! Launch your site and share your site address.","full-site-editing"):Object(w.__)("Prepare for launch! Confirm a few final things before you take it live.","full-site-editing"))),L.map((function(e,t){return e({stepIndex:t+1,forwardStepIndex:!1})})),D.map((function(e,t){return e({stepIndex:t+1,forwardStepIndex:D.length>1})})),Object(i.createElement)("div",{className:"focused-launch-summary__actions-wrapper"},Object(i.createElement)(ee,{className:"focused-launch-summary__launch-action-bar"},Object(i.createElement)(ne,{className:"focused-launch-summary__launch-button",disabled:!R,onClick:function(){r(P),(t||n&&!(null==n?void 0:n.isFree))&&A()}},Object(w.__)("Launch your site","full-site-editing"))),Object(i.createElement)("div",{className:"focused-launch-summary__ask-for-help"},Object(i.createElement)("p",null,Object(w.__)("Questions? Our experts can assist.","full-site-editing")),Object(i.createElement)("a",{href:"/help",onClick:function(e){var t=e.target.getAttribute("href");t&&(T(t),e.preventDefault())}},Object(w.__)("Ask a Happiness Engineer","full-site-editing")))))},Va=Object(i.createElement)(A.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(i.createElement)(A.Path,{d:"M14.6 7l-1.2-1L8 12l5.4 6 1.2-1-4.6-5z"})),za=(n(144),function(e){var t=e.className,n=Z()(e,["className"]);return Object(i.createElement)(te,b()({},n,{className:S()("go-back-button__focused-launch",t)}),Object(i.createElement)(ue,{icon:Va}),Object(w.__)("Go back","full-site-editing"))}),Ha=(n(143),"domain_step"),qa=function(){var e=O(),t=G().currentDomainName,n=ft(),r=n.domainSearch,o=n.setDomainSearch,a=Na(),c=a.onDomainSelect,s=a.onExistingSubdomainSelect,l=a.selectedDomain,u=ya(),d=function(){u.goBack()};return Object(i.createElement)("div",{className:"focused-launch-container"},Object(i.createElement)("div",{className:"focused-launch-details__back-button-wrapper"},Object(i.createElement)(za,{onClick:d})),Object(i.createElement)("div",{className:"focused-launch-details__header"},Object(i.createElement)(X,null,Object(w.__)("Choose a domain","full-site-editing")),Object(i.createElement)(Q,null,Object(w.__)("Free for the first year with any paid plan.","full-site-editing"))),Object(i.createElement)("div",{className:"focused-launch-details__body"},Object(i.createElement)(ut,{initialDomainSearch:r,onSetDomainSearch:o,onDomainSearchBlur:function(e){Pe("calypso_newsite_domain_search_blur",{flow:La,query:e,where:Ha})},currentDomain:l||dt(t),existingSubdomain:dt(t),onDomainSelect:function(e){c(e),d()},onExistingSubdomainSelect:s,analyticsFlowId:La,analyticsUiAlgo:Ha,segregateFreeAndPaid:!0,locale:e,itemType:Ge})))},$a=(n(145),function(){var e=O(),t=Object(c.useSelect)((function(e){return e(B).getSelectedDomain()})),n=Object(c.useSelect)((function(e){return e(B).getSelectedPlan()})),r=ya(),o=Object(c.useDispatch)(B).updatePlan,a=t&&!t.is_free,s=function(){r.goBack()};return Object(i.createElement)("div",{className:"focused-launch-container focused-launch-container--wide"},Object(i.createElement)("div",{className:"focused-launch-details__back-button-wrapper"},Object(i.createElement)(za,{onClick:s})),Object(i.createElement)("div",{className:"focused-launch-details__header"},Object(i.createElement)(X,{tagName:"h2"},Object(w.__)("Select a plan","full-site-editing")),Object(i.createElement)(Q,{tagName:"h3"},Object(w.__)("There's no risk, you can cancel for a full refund within 30 days.","full-site-editing"))),Object(i.createElement)("div",{className:"focused-launch-details__body"},Object(i.createElement)(It,{currentDomain:t,onPlanSelect:function(e){o(e),s()},currentPlan:n,onPickDomainClick:s,customTagLines:{free_plan:Object(w.__)("Best for getting started","full-site-editing"),"business-bundle":Object(w.__)("Best for small businesses","full-site-editing")},showPlanTaglines:!0,popularBadgeVariation:"NEXT_TO_NAME",disabledPlans:a?K()({},R.Plans.PLAN_FREE,Object(w.__)("Not available with custom domain","full-site-editing")):void 0,CTAVariation:"FULL_WIDTH",locale:e})))}),Wa=Object(i.createElement)(A.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Object(i.createElement)(A.Path,{d:"M18.2 17c0 .7-.6 1.2-1.2 1.2H7c-.7 0-1.2-.6-1.2-1.2V7c0-.7.6-1.2 1.2-1.2h3.2V4.2H7C5.5 4.2 4.2 5.5 4.2 7v10c0 1.5 1.2 2.8 2.8 2.8h10c1.5 0 2.8-1.2 2.8-2.8v-3.6h-1.5V17zM14.9 3v1.5h3.7l-6.4 6.4 1.1 1.1 6.4-6.4v3.7h1.5V3h-6.3z"})),Ga=function(e){var t=e.className;return Object(i.createElement)(x.SVG,{fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 356 136",role:"presentation",className:t},Object(i.createElement)(x.Rect,{x:"314.913",y:"59.963",width:"7",height:"22",rx:"3.5",transform:"rotate(-50 314.913 59.963)",fill:"#984A9C"}),Object(i.createElement)(x.Rect,{y:"121.876",width:"5.091",height:"16",rx:"2.545",transform:"rotate(-50 0 121.876)",fill:"#64CA43"}),Object(i.createElement)(x.Rect,{x:"21.447",y:"85.104",width:"7",height:"22",rx:"3.5",transform:"rotate(-120 21.447 85.104)",fill:"#37E788"}),Object(i.createElement)(x.Rect,{x:"75",y:"61.64",width:"4",height:"12.571",rx:"2",transform:"rotate(130 75 61.64)",fill:"#FF2D55"}),Object(i.createElement)(x.Rect,{x:"247.461",y:"63.86",width:"4.773",height:"15",rx:"2.386",transform:"rotate(118 247.461 63.86)",fill:"#E7C037"}),Object(i.createElement)(x.Rect,{x:"97",y:"2.529",width:"4.773",height:"15",rx:"2.386",transform:"rotate(-32 97 2.53)",fill:"#117AC9"}),Object(i.createElement)(x.Rect,{x:"323.638",y:"110.513",width:"5.091",height:"16",rx:"2.545",transform:"rotate(40 323.638 110.513)",fill:"#3361CC"}),Object(i.createElement)(x.Rect,{x:"160.138",y:"27",width:"7",height:"22",rx:"3.5",transform:"rotate(40 160.138 27)",fill:"#FF8085"}),Object(i.createElement)(x.Circle,{cx:"40.5",cy:"101.095",r:"4.5",fill:"#F0B849"}),Object(i.createElement)(x.Circle,{cx:"20.928",cy:"47.751",r:"3",fill:"#BF5AF2"}),Object(i.createElement)(x.Circle,{cx:"341",cy:"134",r:"2",fill:"#F0C930"}),Object(i.createElement)(x.Circle,{cx:"131",cy:"83",r:"2",fill:"#3361CC"}),Object(i.createElement)(x.Circle,{cx:"214.5",cy:"13.5",r:"2.5",fill:"#37E688"}),Object(i.createElement)(x.Circle,{cx:"352.763",cy:"98.263",r:"3",fill:"#09A884"}),Object(i.createElement)(x.Circle,{cx:"285.181",cy:"60.541",r:"3",fill:"#FF3B30"}))},Ya=(n(146),function(){var e=o.useContext(p),t=e.redirectTo,n=e.siteId,r=Object(c.useSelect)((function(e){return e(I).isSiteLaunching(n)})),a=Object(c.useDispatch)(B),s=a.unsetModalDismissible,l=a.hideModalTitle,u=a.closeFocusedLaunch,d=ka(),f=d.siteSubdomain,m=d.sitePrimaryDomain,h=o.useState(""),b=E()(h,2),g=b[0],v=b[1],y=o.useState(!1),O=E()(y,2),_=O[0],j=O[1];o.useEffect((function(){v("https://".concat(null==m?void 0:m.domain))}),[m]),o.useEffect((function(){s(),l()}),[s,l]);return Object(i.createElement)("div",{className:"focused-launch-container focused-launch-success__wrapper"},Object(i.createElement)(Ga,{className:"focused-launch-success__confetti"}),Object(i.createElement)(X,{tagName:"h2"},Object(w.__)("Hooray!","full-site-editing")),Object(i.createElement)(Q,{tagName:"h3"},r?Object(w.__)("Your site will be live shortly.","__i18n_text_domain__"):Object(w.__)("Congratulations, your website is now live. We're excited to watch you grow with WordPress.","full-site-editing")),!r&&Object(i.createElement)(i.Fragment,null,Object(i.createElement)("div",{className:"focused-launch-success__url-wrapper"},Object(i.createElement)("span",{className:"focused-launch-success__url-field"},g),Object(i.createElement)("a",{href:g,target:"_blank",rel:"noopener noreferrer",className:"focused-launch-success__url-link","aria-label":Object(w.__)("Visit site","full-site-editing")},Object(i.createElement)(ue,{icon:Wa,size:16})),Object(i.createElement)(x.ClipboardButton,{text:g,onCopy:function(){return j(!0)},onFinishCopy:function(){return j(!1)},className:"focused-launch-success__url-copy-button"},_?Object(w.__)("Copied!","full-site-editing"):Object(w.__)("Copy Link","full-site-editing"))),Object(i.createElement)(ne,{onClick:u,className:"focused-launch-success__continue-editing-button"},Object(w.__)("Continue Editing","full-site-editing")),Object(i.createElement)(te,{onClick:function(){t("/home/".concat(null==f?void 0:f.domain))}},Object(w.__)("Back home","full-site-editing"))))}),Ka=(n(141),function(){var e=G(),t=e.isSiteLaunched,n=e.isSiteLaunching;return o.useEffect((function(){(t||n)&&document.body.classList.add("is-focused-launch-complete")}),[t,n]),Object(i.createElement)(ea,{initialEntries:[ba.Summary]},(t||n)&&Object(i.createElement)(oa,{to:ba.Success}),Object(i.createElement)(ha,null,Object(i.createElement)(la,{path:ba.DomainDetails},Object(i.createElement)(qa,null)),Object(i.createElement)(la,{path:ba.PlanDetails},Object(i.createElement)($a,null)),Object(i.createElement)(la,{path:ba.Success},Object(i.createElement)(Ya,null)),Object(i.createElement)(la,{path:ba.Summary},Object(i.createElement)(Ua,null))))}),Xa=(n(140),function(e){var t=e.locale,n=void 0===t?"en":t,r=e.siteId,o=e.openCheckout,a=e.redirectTo,s=Object(c.useSelect)((function(e){return e(B).isModalDismissible()})),l=Object(c.useSelect)((function(e){return e(B).isModalTitleVisible()})),u=Object(c.useDispatch)(B).closeFocusedLaunch;return Object(i.createElement)(y,{localeSlug:n},Object(i.createElement)(x.Modal,{open:!0,className:S()("launch__focused-modal",{"launch__focused-modal--hide-title":!l}),overlayClassName:"launch__focused-modal-overlay",bodyOpenClassName:"has-focused-launch-modal",onRequestClose:u,title:Object(w.__)("Complete setup","full-site-editing"),icon:Object(i.createElement)(ue,{icon:po,size:36}),isDismissible:s,shouldCloseOnEsc:s,shouldCloseOnClickOutside:s},Object(i.createElement)("div",{className:"launch__focused-modal-body"},Object(i.createElement)(p.Provider,{value:{siteId:r,redirectTo:a,openCheckout:o,flow:La}},Object(i.createElement)(Ka,null)))))});!function(e,t){Object(s.registerPlugin)(e,t)}("a8c-editor-editor-focused-launch",{render:function(){var e,t=window._currentSiteId;return Object(c.useSelect)((function(e){return e(r).isFocusedLaunchOpen()}))?Object(i.createElement)(Xa,{locale:null===(e=window.wpcomEditorSiteLaunch)||void 0===e?void 0:e.locale,openCheckout:mo,redirectTo:fo,siteId:t}):null}})},,,function(e,t,n){"use strict";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)}for(var a=[],c=0;c<256;++c)a[c]=(c+256).toString(16).substr(1);var s=function(e,t){var n=t||0,r=a;return[r[e[n++]],r[e[n++]],r[e[n++]],r[e[n++]],"-",r[e[n++]],r[e[n++]],"-",r[e[n++]],r[e[n++]],"-",r[e[n++]],r[e[n++]],"-",r[e[n++]],r[e[n++]],r[e[n++]],r[e[n++]],r[e[n++]],r[e[n++]]].join("")};t.a=function(e,t,n){var r=t&&n||0;"string"==typeof e&&(t="binary"===e?new Array(16):null,e=null);var i=(e=e||{}).random||(e.rng||o)();if(i[6]=15&i[6]|64,i[8]=63&i[8]|128,t)for(var a=0;a<16;++a)t[r+a]=i[a];return t||s(i)}}]));
editor-site-launch/dist/editor-site-launch.rtl.css CHANGED
@@ -1 +1 @@
1
- .nux-launch-step__header{margin:48px 0 38.4px;display:flex;justify-content:space-between;align-items:center}@media (min-width:600px){.nux-launch-step__header{margin:64px 0 51.2px}}@media (min-width:782px){.nux-launch-step__header{margin:80px 0 64px}}.nux-launch-step__header .action-buttons{display:none}@media (min-width:782px){.nux-launch-step__header .action-buttons{display:block}}.nux-launch-step__body{margin:0 0 48px}@media (min-width:600px){.nux-launch-step__body{margin:0 0 64px}}@media (min-width:782px){.nux-launch-step__body{margin:0 0 80px}}.nux-launch-step__footer{margin-right:-24px;margin-left:-24px;position:-webkit-sticky;position:sticky;bottom:0}@media (min-width:600px){.nux-launch-step__footer{margin-right:-48px;margin-left:-48px}}@media (min-width:782px){.nux-launch-step__footer{margin-right:-96px;margin-left:-96px}}.nux-launch-step__footer .action-buttons{position:relative}@media (min-width:782px){.nux-launch-step__footer{display:none}}.nux-launch-step__input{position:relative;margin-bottom:20px}.nux-launch-step__input input[type=text].components-text-control__input{padding:6px 16px 6px 40px;height:38px;background:#f0f0f0;border:none}.nux-launch-step__input input[type=text].components-text-control__input:-ms-input-placeholder{color:var(--studio-black)}.nux-launch-step__input input[type=text].components-text-control__input::placeholder{color:var(--studio-black)}.nux-launch-step__input input[type=text].components-text-control__input:focus{box-shadow:0 0 0 2px var(--studio-blue-30);background:var(--studio-white)}.nux-launch-step__input svg{position:absolute;top:6px;left:8px}.nux-launch-step__input-hint{display:flex;align-items:center;color:var(--studio-gray-50);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;line-height:14px}.nux-launch-step__input-hint>.components-tip svg{margin-left:10px}.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 #ddd;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)}@media (min-width:600px){button.action_buttons__button.components-button{min-width:160px}}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:checked:after{top:0;right:0}: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:#e9eff5;--studio-blue-5:#c5d9ed;--studio-blue-10:#9ec2e6;--studio-blue-20:#72aee6;--studio-blue-30:#5198d9;--studio-blue-40:#3582c4;--studio-blue-50:#2271b1;--studio-blue-60:#135e96;--studio-blue-70:#0a4b78;--studio-blue-80:#043959;--studio-blue-90:#01263a;--studio-blue-100:#00131c;--studio-blue:#2271b1;--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:#a7e8d4;--studio-celadon-10:#63d6b6;--studio-celadon-20:#2ebd99;--studio-celadon-30:#09a884;--studio-celadon-40:#009172;--studio-celadon-50:#007e65;--studio-celadon-60:#006753;--studio-celadon-70:#005042;--studio-celadon-80:#003b30;--studio-celadon-90:#002721;--studio-celadon-100:#001c17;--studio-celadon:#007e65;--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,239,245;--studio-blue-5-rgb:197,217,237;--studio-blue-10-rgb:158,194,230;--studio-blue-20-rgb:114,174,230;--studio-blue-30-rgb:81,152,217;--studio-blue-40-rgb:53,130,196;--studio-blue-50-rgb:34,113,177;--studio-blue-60-rgb:19,94,150;--studio-blue-70-rgb:10,75,120;--studio-blue-80-rgb:4,57,89;--studio-blue-90-rgb:1,38,58;--studio-blue-100-rgb:0,19,28;--studio-blue-rgb:34,113,177;--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,212;--studio-celadon-10-rgb:99,214,182;--studio-celadon-20-rgb:46,189,153;--studio-celadon-30-rgb:9,168,132;--studio-celadon-40-rgb:0,145,114;--studio-celadon-50-rgb:0,126,101;--studio-celadon-60-rgb:0,103,83;--studio-celadon-70-rgb:0,80,66;--studio-celadon-80-rgb:0,59,48;--studio-celadon-90-rgb:0,39,33;--studio-celadon-100-rgb:0,28,23;--studio-celadon-rgb:0,126,101;--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-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-highlight-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-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-highlight-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:#555d66}@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 16px 6px 40px;height:38px;background:#f0f0f0;border:none}.domain-picker__search input[type=text].components-text-control__input:-ms-input-placeholder{color:#000;color:var(--studio-black)}.domain-picker__search input[type=text].components-text-control__input::placeholder{color:#000;color:var(--studio-black)}.domain-picker__search input[type=text].components-text-control__input:focus{box-shadow:0 0 0 2px #5198d9;box-shadow:0 0 0 2px var(--studio-blue-30);background:#fff;background:var(--studio-white)}.domain-picker__search svg{position:absolute;top:6px;left: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:#787c82;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:#fff;background:var(--studio-white);border:1px solid #dcdcde;border:1px solid var(--studio-gray-5);padding:10px 14px;position:relative;text-align:right;cursor:pointer}.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.placeholder{cursor:default}.domain-picker__suggestion-item.type-individual-item,.domain-picker__suggestion-item:first-of-type{border-top-right-radius:5px;border-top-left-radius:5px}.domain-picker__suggestion-item.type-individual-item,.domain-picker__suggestion-item:last-of-type{border-bottom-right-radius:5px;border-bottom-left-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:#787c82;color:var(--studio-gray-40)}.domain-picker__suggestion-item:nth-child(7){transform:translateY(20px);opacity:0;animation:domain-picker-item-slide-up .1s ease-in forwards;animation-delay:0ms}.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 input[type=radio].domain-picker__suggestion-radio-button{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:16px;height:16px;min-width:16px;padding:0;margin:1px 0 0 12px;vertical-align:middle;position:relative}@media (prefers-reduced-motion:reduce){.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button{transition-duration:0s}}@media (min-width:600px){.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button{font-size:13px;line-height:normal}}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:focus{border-color:#007cba;border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px #007cba;box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button::-moz-placeholder{opacity:1;color:rgba(30,30,30,.62)}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:-ms-input-placeholder{color:rgba(30,30,30,.62)}.is-dark-theme .domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button::-webkit-input-placeholder{color:hsla(0,0%,100%,.65)}.is-dark-theme .domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button::-moz-placeholder{opacity:1;color:hsla(0,0%,100%,.65)}.is-dark-theme .domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:-ms-input-placeholder{color:hsla(0,0%,100%,.65)}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:checked:before{width:7px;height:7px;margin:8px 8px 0 0;background-color:#fff;border:3px solid #fff}@media (min-width:782px){.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:checked:before{width:6px;height:6px;margin:4px 4px 0 0}}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:focus{box-shadow:0 0 0 2px #fff,0 0 0 3.5px #007cba;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 input[type=radio].domain-picker__suggestion-radio-button:checked{background:#007cba;background:var(--wp-admin-theme-color);border-color:#007cba;border-color:var(--wp-admin-theme-color);border-color:#5198d9;border-color:var(--studio-blue-30);background-color:#5198d9;background-color:var(--studio-blue-30)}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:checked:before{display:none}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:checked:after{content:"";width:14px;height:14px;border:2px solid #fff;border-radius:50%;position:absolute;margin:0;background:transparent}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:checked:focus,.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:not(:disabled):focus,.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:not(:disabled):hover{border-color:#5198d9;border-color:var(--studio-blue-30);box-shadow:0 0 0 1px #5198d9;box-shadow:0 0 0 1px var(--studio-blue-30)}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:disabled{border-color:#787c82;border-color:var(--studio-gray-40)}.domain-picker__suggestion-item.type-individual-item input[type=radio].domain-picker__suggestion-radio-button{display:none}.domain-picker__suggestion-item .components-spinner{margin:1px 0 0 10px}.domain-picker__suggestion-item-name{flex-grow:2;flex-basis:2px;letter-spacing:.4px;margin-left:10px}@media (min-width:782px){.domain-picker__suggestion-item-name{margin-left: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__domain-name{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-left: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:#3582c4;color:var(--studio-blue-40)}.domain-picker__domain-tld.with-margin{margin-left:10px}.domain-picker__suggestion-item.is-unavailable .domain-picker__domain-tld{color:#787c82;color:var(--studio-gray-40)}.domain-picker__suggestion-item.type-individual-item .domain-picker__domain-tld{font-weight:500;color:unset}.domain-picker__info-tooltip{margin-left:10px;cursor:pointer;z-index:1}.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:#2271b1;background-color:var(--studio-blue-50);color:#fff;color:var(--color-text-inverted);margin:2px 0}.domain-picker__suggestion-item.type-individual-item .domain-picker__badge{color:#00450c;color:var(--studio-green-80);background-color:#b8e6bf;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:#787c82;color:var(--studio-gray-40);text-align:left;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:right}@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.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:#00a32a;color:var(--studio-green-40);display:none}@media (min-width:600px){.domain-picker__price-inclusive{display:inline}}.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__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-left:30px}.domain-picker__change-subdomain-tip{font-size:.75rem;color:#787c82;color:var(--studio-gray-40)}.domain-picker__error{margin-top:24px}.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{min-width:140px;justify-content:center}.domain-picker__suggestion-select-button.components-button.is-secondary:not(:hover):not(.is-selected){box-shadow:inset 0 0 0 1px #c3c4c7;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{box-shadow:inset 0 0 0 1px #006ba1;box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color-darker-10);color:#006ba1;color:var(--wp-admin-theme-color-darker-10)}.info-tooltip.components-button.has-icon.has-text svg{margin-left:0}.info-tooltip .components-popover__content>div{color:var(--color-neutral-50);font-size:.875rem;padding:16px;text-align:right}.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-right: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:right}.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}.nux-launch-modal.step-plan .nux-launch-step__body,.nux-launch-modal.step-plan .plans-grid{margin-bottom:0}.nux-launch-modal.step-plan .plans-grid__details-container{position:relative;margin-right:-24px;margin-left:-24px;width:calc(100% + 48px)}@media (min-width:600px){.nux-launch-modal.step-plan .plans-grid__details-container{margin-right:-48px;margin-left:-48px}}@media (min-width:782px){.nux-launch-modal.step-plan .plans-grid__details-container{margin-right:-96px;margin-left:-96px}}@media (min-width:600px){.nux-launch-modal.step-plan .plans-grid__details-container{width:calc(100% + 96px)}}@media (min-width:782px){.nux-launch-modal.step-plan .plans-grid__details-container{width:calc(100% + 192px)}}.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__details{margin-top:70px}.plans-grid__details-container{padding-bottom:120px}@media (max-width:1440px){.plans-grid__details-container{overflow-x:auto;width:100%;position:absolute;right:0;padding-right:24px;padding-left:24px}}@media (max-width:1440px) and (min-width:600px){.plans-grid__details-container{padding-right:48px;padding-left:48px}}@media (max-width:1440px) and (min-width:782px){.plans-grid__details-container{padding-right:96px;padding-left:96px}}.plans-grid__details-heading .plans-ui-title{color:var(--studio-black);margin-bottom:40px;font-size:32px;line-height:40px;letter-spacing:.2px}.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:#555d66}@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:left;margin-bottom:16px}.plans-accordion__recommend-hint svg{fill:var(--studio-yellow-30);margin-left: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-right-radius:5px;border-top-left-radius:5px}.plans-accordion-item:last-of-type .plans-accordion-item__viewport{border-bottom-right-radius:5px;border-bottom-left-radius:5px}.plans-accordion-item.has-badge .plans-accordion-item__viewport{border-top-width:0;border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:5px;border-bottom-left-radius:5px}@media (min-width:600px){.plans-accordion-item.has-badge .plans-accordion-item__viewport{border-top-width:1px}}.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-right-radius:5px;border-top-left-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{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-right: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-right:8px;color:var(--studio-gray-40)}@media (min-width:600px){.plans-accordion-item__price{margin-top:0;margin-right:auto}}.plans-accordion-item__disabled-label{margin-right: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)}.plans-accordion-item:not(.is-open) .plans-accordion-item__price-note{display:none}.plans-accordion-item__actions{margin-top:16px}@media (min-width:600px){.plans-accordion-item__actions{margin-top:24px}}.plans-accordion-item__dropdown-chevron{flex:1;text-align:left;position:relative;top:-2px}@media (min-width:600px){.plans-accordion-item__dropdown-chevron{left:-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:24px}@media (min-width:600px){.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))}}}ul.plans-feature-list__item-group--columns .plans-feature-list__item{margin-left:10px}.plans-feature-list__item{flex:300px 0 1;font-size:.875rem;line-height:20px;letter-spacing:.2px;margin:4px 0;color:#555d66}.plans-feature-list__item svg{margin-left:1px;vertical-align:middle}.plans-feature-list__item>svg path{fill:var(--studio-green-40);stroke:var(--studio-green-40)}.plans-feature-list__item--disabled-message{font-weight:700;color:var(--studio-orange-40)}.plans-feature-list__item--disabled-message>svg path{fill:var(--studio-orange-40);stroke:var(--studio-orange-40)}.plans-feature-list__domain-summary{font-size:.875rem;line-height:22px;margin-top:10px}.plans-feature-list__domain-summary.components-button.is-link{text-decoration:none;font-size:.875rem;color:var(--studio-blue-40);padding:0;display:flex}.plans-feature-list__domain-summary.components-button.is-link.is-free{font-weight:700;color:var(--studio-orange-40);text-decoration:line-through}.plans-feature-list__domain-summary.components-button.is-link.is-free svg path{fill:var(--studio-orange-40);stroke:var(--studio-orange-40)}.plans-feature-list__domain-summary.components-button.is-link>svg{flex-shrink:0}.plans-feature-list__domain-summary .plans-feature-list__item-url{word-break:break-all}.plans-feature-list__domain-summary svg:first-child{margin-left:5px;vertical-align:middle}.plans-feature-list__domain-summary svg:first-child path{fill:var(--studio-green-40);stroke:var(--studio-green-40)}.plans-feature-list__domain-summary.is-picked{font-weight:700}.plans-feature-list__domain-summary.is-cta{font-weight:700;padding:0}.plans-feature-list__domain-summary.is-cta.components-button.is-link{color:var(--studio-blue-40)}.plans-feature-list__domain-summary.is-cta svg:first-child path{fill:var(--studio-green-40);stroke:var(--studio-green-40);margin-top:5px}.plans-feature-list__domain-summary.is-cta svg:last-child{fill:var(--studio-blue-40);stroke:var(--studio-blue-40);margin-right:8px}.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)}.plan-item .plans-feature-list__domain-summary svg path,.plan-item .plans-feature-list__item svg path{fill:var(--studio-gray-100);stroke:var(--studio-gray-100)}@media (min-width:480px){.plan-item+.plan-item{margin-right:-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:#555d66}.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-right:10px;color:#555d66}.plan-item__actions{margin-bottom:16px}.plan-item__dropdown-chevron{flex:1;text-align:left}.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.is-primary{padding:0 24px;height:40px}.plan-item__select-button.components-button.is-primary:disabled{opacity:.5}.plan-item__select-button.components-button.is-primary svg{margin-right:-8px;margin-left:10px}.plan-item__select-button.full-width.components-button{padding:0 24px;height:40px;width:100%;justify-content:center;font-size:.875rem;border-radius:4px;margin-top:15px}.plan-item__select-button.full-width.components-button:not(.is-primary){border:2px solid var(--studio-gray-5)}.plans-grid__details-heading{margin-bottom:20px}.plans-details__table{width:100%;border-spacing: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-right: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:right}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:right}.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}}.nux-launch__feature-list{padding:20px}.nux-launch__feature-list p{margin:10px 0 0}.nux-launch__feature-list-title{margin:0 0 10px;color:#555d66;font-weight:400}ul.nux-launch__feature-item-group{margin:0}.nux-launch__feature-item{font-size:.875rem;line-height:20px;letter-spacing:.2px;margin:4px 0;vertical-align:middle;color:#555d66;display:flex;align-items:flex-start}.nux-launch__feature-item svg{display:block;margin-left:6px;margin-top:2px}.nux-launch__feature-item svg path{fill:var(--studio-green-40);stroke:var(--studio-green-40)}.nux-launch__submit-button.components-button.is-primary{background:var(--color-accent);border:1px solid var(--color-accent-dark);width:100%;justify-content:center}.nux-launch__submit-button.components-button.is-primary:active,.nux-launch__submit-button.components-button.is-primary:hover{background:var(--color-accent-dark)}.nux-launch__submit-button.components-button.is-primary:disabled{color:#fff;opacity:.5}.nux-launch__submit-button.components-button.is-primary:disabled:hover{background:var(--color-accent)}.nux-launch__summary-item p{margin:0;word-break:break-word}.nux-launch__summary-item .components-tip{margin-top:10px}.nux-launch__summary-item .components-tip svg{align-self:flex-start}.nux-launch__summary-item__plan-name{color:var(--color-text)}.nux-launch__summary-item__domain-name{font-weight:600}.nux-launch__summary-item__domain-name.is-loading{animation:onboarding-loading-pulse 1.6s ease-in-out infinite;background:#f0f0f0;color:transparent}.nux-launch__summary-item__domain-name.is-loading:after{content:"\00a0"}.nux-launch-menu h4{text-transform:uppercase;margin-bottom:16px}.nux-launch-menu__item-group{margin:0 -12px}.nux-launch-menu__item.components-button.is-link{font-size:.875rem;line-height:17px;display:flex;color:var(--studio-gray-30);width:100%;text-align:right;text-decoration:none;padding:16px 14px}.nux-launch-menu__item.components-button.is-link:hover{color:initial}.nux-launch-menu__item.components-button.is-link:focus{box-shadow:none}.nux-launch-menu__item.components-button.is-link svg{margin-left:10px;color:var(--studio-gray-10);position:relative;top:1px;right:-1px}@media (min-width:782px){.nux-launch-menu__item.components-button.is-link.is-current{background:var(--studio-blue-0);color:initial}.nux-launch-menu__item.components-button.is-link.is-current svg{color:initial}}.nux-launch-menu__item.components-button.is-link.is-completed svg{color:var(--studio-green-40);top:0;right:0}.nux-launch-sidebar{margin-right:24px;margin-left:24px;display:flex;flex-direction:column;height:100%;background:var(--studio-white);padding-top:60px}@media (min-width:600px){.nux-launch-sidebar{margin-right:48px;margin-left:48px}}@media (min-width:782px){.nux-launch-sidebar{margin-right:96px;margin-left:96px;display:block;height:auto;margin:0 24px;padding-top:0}}@media (min-width:782px){.nux-launch-sidebar h1.onboarding-title{font-size:1.5rem}.nux-launch-sidebar h2.onboarding-subtitle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:400;font-size:.875rem;line-height:1.5;color:var(--studio-gray-60)}}.nux-launch-sidebar__header{margin:48px 0 38.4px}@media (min-width:600px){.nux-launch-sidebar__header{margin:64px 0 51.2px}}@media (min-width:782px){.nux-launch-sidebar__header{margin:80px 0 64px}}.nux-launch-sidebar__body{flex-grow:1;margin:0 0 48px}@media (min-width:600px){.nux-launch-sidebar__body{margin:0 0 64px}}@media (min-width:782px){.nux-launch-sidebar__body{margin:0 0 80px}}.nux-launch-sidebar__footer{margin-right:-24px;margin-left:-24px;position:-webkit-sticky;position:sticky;bottom:0}@media (min-width:600px){.nux-launch-sidebar__footer{margin-right:-48px;margin-left:-48px}}@media (min-width:782px){.nux-launch-sidebar__footer{margin-right:-96px;margin-left:-96px}}.nux-launch-sidebar__footer .action-buttons{position:relative;justify-content:flex-end}@media (min-width:782px){.nux-launch-sidebar__footer{display:none}}.nux-launch-progress{display:flex;align-items:center;font-weight:600}body.has-nux-launch-modal{overflow:hidden}.nux-launch-modal.components-modal__frame{transform:none}.nux-launch-modal .components-modal__header{display:none}.nux-launch-modal .components-modal__content{right:0;height:100%;padding:0;overflow:auto}.nux-launch-modal-header,.nux-launch-modal .components-modal__content{position:fixed;top:0;display:flex;background:var(--studio-white);width:100%}.nux-launch-modal-header{margin-right:-24px;margin-left:-24px;height:60px;border-bottom:1px solid #ddd;z-index:10}@media (min-width:600px){.nux-launch-modal-header{margin-right:-48px;margin-left:-48px}}@media (min-width:782px){.nux-launch-modal-header{margin-right:-96px;margin-left:-96px;position:relative;border-bottom:none}}.nux-launch-modal-header .nux-launch-progress{height:60px}@media (min-width:782px){.nux-launch-modal-header .nux-launch-progress{display:none}}.nux-launch-modal-header__wp-logo{display:flex;align-items:center;justify-content:center;width:60px;height:60px}.nux-launch-modal-body{position:relative;flex-grow:1;min-width:0;display:flex;flex-direction:column;margin-right:24px;margin-left:24px;padding-top:60px}@media (min-width:600px){.nux-launch-modal-body{margin-right:48px;margin-left:48px}}@media (min-width:782px){.nux-launch-modal-body{margin-right:96px;margin-left:96px}}.nux-launch-modal-body .nux-launch-step__body{flex-grow:1}.is-sidebar-fullscreen .nux-launch-modal-body{overflow:hidden}@media (min-width:782px){.nux-launch-modal-body{padding-top:0}}.nux-launch-modal-aside{position:absolute;top:0;right:-200%;width:100%;height:100%;background:var(--studio-white);z-index:12}@media (max-width:782px){.is-sidebar-fullscreen .nux-launch-modal-aside{right:0}}@media (min-width:782px){.nux-launch-modal-aside{position:-webkit-sticky;position:sticky;top:0;right:auto;width:280px;min-width:280px;max-width:280px;border-right:1px solid var(--studio-gray-5)}}.nux-launch-modal__close-button.components-button.is-link{position:-webkit-sticky;position:sticky;top:0;z-index:13;width:0;height:0;overflow:visible;display:flex;align-items:flex-start;color:var(--studio-gray-50)}.nux-launch-modal__close-button.components-button.is-link:hover{color:var(--studio-gray-40)}.nux-launch-modal__close-button.components-button.is-link>span{position:relative;left:60px;padding:0 18px;height:60px;display:flex;align-items:center}.nux-launch-modal-body__launching{position:absolute;top:0;right:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-size:1rem}body.has-focused-launch-modal{overflow:hidden}.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:-webkit-sticky;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}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{margin-bottom:24px}.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}.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}}@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-left: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-right: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 .5s 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-container:not(:focus-within) .focused-launch-summary__step{opacity:1}.focused-launch-summary__step:focus-within{opacity:1}.focused-launch-summary__side-commentary{display:none}@media (min-width:782px){.focused-launch-summary__side-commentary{border-right:1px solid #eee;display:flex;flex-direction:column;padding-right: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-left:12px}}@media (min-width:960px){.focused-launch-summary__side-commentary{width:320px}}.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}}@media (min-width:782px){.focused-launch-summary__actions-wrapper{flex-direction:column-reverse;align-items:flex-start;gap:20px;width:calc(100% - 320px)}}@media (min-width:960px){.focused-launch-summary__actions-wrapper{flex-direction:row;align-items:center;width:calc(100% - 400px)}}@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}}.focused-launch-summary__ask-for-help>*{margin:0}.focused-launch-summary__launch-action-bar.action-buttons:not(.is-sticky){margin-right:0}.focused-launch-summary__launch-action-bar .focused-launch-summary__launch-button{flex:1}@media (min-width:600px){.focused-launch-summary__launch-action-bar .focused-launch-summary__launch-button{flex:0}}@media (min-width:600px){.focused-launch-summary__launch-action-bar{flex-shrink:0;margin-left:8px}}:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-20:#005a87}@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-left:8px;display:inline-flex;align-items:center}.focused-launch-summary__item .focused-launch-summary-item__leading-side-badge{margin-right: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:left}.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
+ .nux-launch-step__header{margin:48px 0 38.4px;display:flex;justify-content:space-between;align-items:center}@media (min-width:600px){.nux-launch-step__header{margin:64px 0 51.2px}}@media (min-width:782px){.nux-launch-step__header{margin:80px 0 64px}}.nux-launch-step__header .action-buttons{display:none}@media (min-width:782px){.nux-launch-step__header .action-buttons{display:block}}.nux-launch-step__body{margin:0 0 48px}@media (min-width:600px){.nux-launch-step__body{margin:0 0 64px}}@media (min-width:782px){.nux-launch-step__body{margin:0 0 80px}}.nux-launch-step__footer{margin-right:-24px;margin-left:-24px;position:-webkit-sticky;position:sticky;bottom:0}@media (min-width:600px){.nux-launch-step__footer{margin-right:-48px;margin-left:-48px}}@media (min-width:782px){.nux-launch-step__footer{margin-right:-96px;margin-left:-96px}}.nux-launch-step__footer .action-buttons{position:relative}@media (min-width:782px){.nux-launch-step__footer{display:none}}.nux-launch-step__input{position:relative;margin-bottom:20px}.nux-launch-step__input input[type=text].components-text-control__input{padding:6px 16px 6px 40px;height:38px;background:#f0f0f0;border:none}.nux-launch-step__input input[type=text].components-text-control__input:-ms-input-placeholder{color:var(--studio-black)}.nux-launch-step__input input[type=text].components-text-control__input::placeholder{color:var(--studio-black)}.nux-launch-step__input input[type=text].components-text-control__input:focus{box-shadow:0 0 0 2px var(--studio-blue-30);background:var(--studio-white)}.nux-launch-step__input svg{position:absolute;top:6px;left:8px}.nux-launch-step__input-hint{display:flex;align-items:center;color:var(--studio-gray-50);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;line-height:14px}.nux-launch-step__input-hint>.components-tip svg{margin-left:10px}.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 #ddd;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)}@media (min-width:600px){button.action_buttons__button.components-button{min-width:160px}}.domain-picker__suggestion-item input[type=radio].domain-picker__suggestion-radio-button:checked:after{top:0;right:0}: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:#e9eff5;--studio-blue-5:#c5d9ed;--studio-blue-10:#9ec2e6;--studio-blue-20:#72aee6;--studio-blue-30:#5198d9;--studio-blue-40:#3582c4;--studio-blue-50:#2271b1;--studio-blue-60:#135e96;--studio-blue-70:#0a4b78;--studio-blue-80:#043959;--studio-blue-90:#01263a;--studio-blue-100:#00131c;--studio-blue:#2271b1;--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:#a7e8d4;--studio-celadon-10:#63d6b6;--studio-celadon-20:#2ebd99;--studio-celadon-30:#09a884;--studio-celadon-40:#009172;--studio-celadon-50:#007e65;--studio-celadon-60:#006753;--studio-celadon-70:#005042;--studio-celadon-80:#003b30;--studio-celadon-90:#002721;--studio-celadon-100:#001c17;--studio-celadon:#007e65;--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,239,245;--studio-blue-5-rgb:197,217,237;--studio-blue-10-rgb:158,194,230;--studio-blue-20-rgb:114,174,230;--studio-blue-30-rgb:81,152,217;--studio-blue-40-rgb:53,130,196;--studio-blue-50-rgb:34,113,177;--studio-blue-60-rgb:19,94,150;--studio-blue-70-rgb:10,75,120;--studio-blue-80-rgb:4,57,89;--studio-blue-90-rgb:1,38,58;--studio-blue-100-rgb:0,19,28;--studio-blue-rgb:34,113,177;--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,212;--studio-celadon-10-rgb:99,214,182;--studio-celadon-20-rgb:46,189,153;--studio-celadon-30-rgb:9,168,132;--studio-celadon-40-rgb:0,145,114;--studio-celadon-50-rgb:0,126,101;--studio-celadon-60-rgb:0,103,83;--studio-celadon-70-rgb:0,80,66;--studio-celadon-80-rgb:0,59,48;--studio-celadon-90-rgb:0,39,33;--studio-celadon-100-rgb:0,28,23;--studio-celadon-rgb:0,126,101;--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-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-highlight-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);