-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path490.js
1 lines (1 loc) · 73.6 KB
/
490.js
1
"use strict";(("undefined"!=typeof self?self:global).webpackChunkclient_web=("undefined"!=typeof self?self:global).webpackChunkclient_web||[]).push([[490],{14403:(e,t,n)=>{n.d(t,{Ay:()=>Be});var r=n(5482);function i(e,t){var n=t&&t.cache?t.cache:b,r=t&&t.serializer?t.serializer:f;return(t&&t.strategy?t.strategy:c)(e,{cache:n,serializer:r})}function a(e,t,n,r){var i,a=null==(i=r)||"number"==typeof i||"boolean"==typeof i?r:n(r),o=t.get(a);return void 0===o&&(o=e.call(this,r),t.set(a,o)),o}function o(e,t,n){var r=Array.prototype.slice.call(arguments,3),i=n(r),a=t.get(i);return void 0===a&&(a=e.apply(this,r),t.set(i,a)),a}function s(e,t,n,r,i){return n.bind(t,e,r,i)}function c(e,t){return s(e,this,1===e.length?a:o,t.cache.create(),t.serializer)}var h,u,l,f=function(){return JSON.stringify(arguments)},p=function(){function e(){this.cache=Object.create(null)}return e.prototype.get=function(e){return this.cache[e]},e.prototype.set=function(e,t){this.cache[e]=t},e}(),b={create:function(){return new p}},d={variadic:function(e,t){return s(e,this,o,t.cache.create(),t.serializer)},monadic:function(e,t){return s(e,this,a,t.cache.create(),t.serializer)}};function g(e){return e.type===u.literal}function m(e){return e.type===u.argument}function v(e){return e.type===u.number}function _(e){return e.type===u.date}function E(e){return e.type===u.time}function y(e){return e.type===u.select}function A(e){return e.type===u.plural}function L(e){return e.type===u.pound}function H(e){return e.type===u.tag}function T(e){return!(!e||"object"!=typeof e||e.type!==l.number)}function B(e){return!(!e||"object"!=typeof e||e.type!==l.dateTime)}!function(e){e[e.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",e[e.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",e[e.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",e[e.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",e[e.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",e[e.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",e[e.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",e[e.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",e[e.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",e[e.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",e[e.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",e[e.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",e[e.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",e[e.INVALID_TAG=23]="INVALID_TAG",e[e.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",e[e.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",e[e.UNCLOSED_TAG=27]="UNCLOSED_TAG"}(h||(h={})),function(e){e[e.literal=0]="literal",e[e.argument=1]="argument",e[e.number=2]="number",e[e.date=3]="date",e[e.time=4]="time",e[e.select=5]="select",e[e.plural=6]="plural",e[e.pound=7]="pound",e[e.tag=8]="tag"}(u||(u={})),function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"}(l||(l={}));var C=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,S=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function P(e){var t={};return e.replace(S,(function(e){var n=e.length;switch(e[0]){case"G":t.era=4===n?"long":5===n?"narrow":"short";break;case"y":t.year=2===n?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":t.month=["numeric","2-digit","short","long","narrow"][n-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":t.day=["numeric","2-digit"][n-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":t.weekday=4===n?"long":5===n?"narrow":"short";break;case"e":if(n<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"c":if(n<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"a":t.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":t.hourCycle="h12",t.hour=["numeric","2-digit"][n-1];break;case"H":t.hourCycle="h23",t.hour=["numeric","2-digit"][n-1];break;case"K":t.hourCycle="h11",t.hour=["numeric","2-digit"][n-1];break;case"k":t.hourCycle="h24",t.hour=["numeric","2-digit"][n-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":t.minute=["numeric","2-digit"][n-1];break;case"s":t.second=["numeric","2-digit"][n-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":t.timeZoneName=n<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""})),t}var w=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;var N=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,I=/^(@+)?(\+|#+)?[rs]?$/g,O=/(\*)(0+)|(#+)(0+)|(0+)/g,M=/^(0+)$/;function R(e){var t={};return"r"===e[e.length-1]?t.roundingPriority="morePrecision":"s"===e[e.length-1]&&(t.roundingPriority="lessPrecision"),e.replace(I,(function(e,n,r){return"string"!=typeof r?(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length):"+"===r?t.minimumSignificantDigits=n.length:"#"===n[0]?t.maximumSignificantDigits=n.length:(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length+("string"==typeof r?r.length:0)),""})),t}function F(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function U(e){var t;if("E"===e[0]&&"E"===e[1]?(t={notation:"engineering"},e=e.slice(2)):"E"===e[0]&&(t={notation:"scientific"},e=e.slice(1)),t){var n=e.slice(0,2);if("+!"===n?(t.signDisplay="always",e=e.slice(2)):"+?"===n&&(t.signDisplay="exceptZero",e=e.slice(2)),!M.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function G(e){var t=F(e);return t||{}}function k(e){for(var t={},n=0,i=e;n<i.length;n++){var a=i[n];switch(a.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=a.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=a.options[0].replace(/^(.*?)-/,"");continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=(0,r.__assign)((0,r.__assign)((0,r.__assign)({},t),{notation:"scientific"}),a.options.reduce((function(e,t){return(0,r.__assign)((0,r.__assign)({},e),G(t))}),{}));continue;case"engineering":t=(0,r.__assign)((0,r.__assign)((0,r.__assign)({},t),{notation:"engineering"}),a.options.reduce((function(e,t){return(0,r.__assign)((0,r.__assign)({},e),G(t))}),{}));continue;case"notation-simple":t.notation="standard";continue;case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(a.options[0]);continue;case"rounding-mode-floor":t.roundingMode="floor";continue;case"rounding-mode-ceiling":t.roundingMode="ceil";continue;case"rounding-mode-down":t.roundingMode="trunc";continue;case"rounding-mode-up":t.roundingMode="expand";continue;case"rounding-mode-half-even":t.roundingMode="halfEven";continue;case"rounding-mode-half-down":t.roundingMode="halfTrunc";continue;case"rounding-mode-half-up":t.roundingMode="halfExpand";continue;case"integer-width":if(a.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");a.options[0].replace(O,(function(e,n,r,i,a,o){if(n)t.minimumIntegerDigits=r.length;else{if(i&&a)throw new Error("We currently do not support maximum integer digits");if(o)throw new Error("We currently do not support exact integer digits")}return""}));continue}if(M.test(a.stem))t.minimumIntegerDigits=a.stem.length;else if(N.test(a.stem)){if(a.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");a.stem.replace(N,(function(e,n,r,i,a,o){return"*"===r?t.minimumFractionDigits=n.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:a&&o?(t.minimumFractionDigits=a.length,t.maximumFractionDigits=a.length+o.length):(t.minimumFractionDigits=n.length,t.maximumFractionDigits=n.length),""}));var o=a.options[0];"w"===o?t=(0,r.__assign)((0,r.__assign)({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=(0,r.__assign)((0,r.__assign)({},t),R(o)))}else if(I.test(a.stem))t=(0,r.__assign)((0,r.__assign)({},t),R(a.stem));else{var s=F(a.stem);s&&(t=(0,r.__assign)((0,r.__assign)({},t),s));var c=U(a.stem);c&&(t=(0,r.__assign)((0,r.__assign)({},t),c))}}return t}var D,x={"001":["H","h"],419:["h","H","hB","hb"],AC:["H","h","hb","hB"],AD:["H","hB"],AE:["h","hB","hb","H"],AF:["H","hb","hB","h"],AG:["h","hb","H","hB"],AI:["H","h","hb","hB"],AL:["h","H","hB"],AM:["H","hB"],AO:["H","hB"],AR:["h","H","hB","hb"],AS:["h","H"],AT:["H","hB"],AU:["h","hb","H","hB"],AW:["H","hB"],AX:["H"],AZ:["H","hB","h"],BA:["H","hB","h"],BB:["h","hb","H","hB"],BD:["h","hB","H"],BE:["H","hB"],BF:["H","hB"],BG:["H","hB","h"],BH:["h","hB","hb","H"],BI:["H","h"],BJ:["H","hB"],BL:["H","hB"],BM:["h","hb","H","hB"],BN:["hb","hB","h","H"],BO:["h","H","hB","hb"],BQ:["H"],BR:["H","hB"],BS:["h","hb","H","hB"],BT:["h","H"],BW:["H","h","hb","hB"],BY:["H","h"],BZ:["H","h","hb","hB"],CA:["h","hb","H","hB"],CC:["H","h","hb","hB"],CD:["hB","H"],CF:["H","h","hB"],CG:["H","hB"],CH:["H","hB","h"],CI:["H","hB"],CK:["H","h","hb","hB"],CL:["h","H","hB","hb"],CM:["H","h","hB"],CN:["H","hB","hb","h"],CO:["h","H","hB","hb"],CP:["H"],CR:["h","H","hB","hb"],CU:["h","H","hB","hb"],CV:["H","hB"],CW:["H","hB"],CX:["H","h","hb","hB"],CY:["h","H","hb","hB"],CZ:["H"],DE:["H","hB"],DG:["H","h","hb","hB"],DJ:["h","H"],DK:["H"],DM:["h","hb","H","hB"],DO:["h","H","hB","hb"],DZ:["h","hB","hb","H"],EA:["H","h","hB","hb"],EC:["h","H","hB","hb"],EE:["H","hB"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],ER:["h","H"],ES:["H","hB","h","hb"],ET:["hB","hb","h","H"],FI:["H"],FJ:["h","hb","H","hB"],FK:["H","h","hb","hB"],FM:["h","hb","H","hB"],FO:["H","h"],FR:["H","hB"],GA:["H","hB"],GB:["H","h","hb","hB"],GD:["h","hb","H","hB"],GE:["H","hB","h"],GF:["H","hB"],GG:["H","h","hb","hB"],GH:["h","H"],GI:["H","h","hb","hB"],GL:["H","h"],GM:["h","hb","H","hB"],GN:["H","hB"],GP:["H","hB"],GQ:["H","hB","h","hb"],GR:["h","H","hb","hB"],GT:["h","H","hB","hb"],GU:["h","hb","H","hB"],GW:["H","hB"],GY:["h","hb","H","hB"],HK:["h","hB","hb","H"],HN:["h","H","hB","hb"],HR:["H","hB"],HU:["H","h"],IC:["H","h","hB","hb"],ID:["H"],IE:["H","h","hb","hB"],IL:["H","hB"],IM:["H","h","hb","hB"],IN:["h","H"],IO:["H","h","hb","hB"],IQ:["h","hB","hb","H"],IR:["hB","H"],IS:["H"],IT:["H","hB"],JE:["H","h","hb","hB"],JM:["h","hb","H","hB"],JO:["h","hB","hb","H"],JP:["H","K","h"],KE:["hB","hb","H","h"],KG:["H","h","hB","hb"],KH:["hB","h","H","hb"],KI:["h","hb","H","hB"],KM:["H","h","hB","hb"],KN:["h","hb","H","hB"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],KW:["h","hB","hb","H"],KY:["h","hb","H","hB"],KZ:["H","hB"],LA:["H","hb","hB","h"],LB:["h","hB","hb","H"],LC:["h","hb","H","hB"],LI:["H","hB","h"],LK:["H","h","hB","hb"],LR:["h","hb","H","hB"],LS:["h","H"],LT:["H","h","hb","hB"],LU:["H","h","hB"],LV:["H","hB","hb","h"],LY:["h","hB","hb","H"],MA:["H","h","hB","hb"],MC:["H","hB"],MD:["H","hB"],ME:["H","hB","h"],MF:["H","hB"],MG:["H","h"],MH:["h","hb","H","hB"],MK:["H","h","hb","hB"],ML:["H"],MM:["hB","hb","H","h"],MN:["H","h","hb","hB"],MO:["h","hB","hb","H"],MP:["h","hb","H","hB"],MQ:["H","hB"],MR:["h","hB","hb","H"],MS:["H","h","hb","hB"],MT:["H","h"],MU:["H","h"],MV:["H","h"],MW:["h","hb","H","hB"],MX:["h","H","hB","hb"],MY:["hb","hB","h","H"],MZ:["H","hB"],NA:["h","H","hB","hb"],NC:["H","hB"],NE:["H"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NI:["h","H","hB","hb"],NL:["H","hB"],NO:["H","h"],NP:["H","h","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],NZ:["h","hb","H","hB"],OM:["h","hB","hb","H"],PA:["h","H","hB","hb"],PE:["h","H","hB","hb"],PF:["H","h","hB"],PG:["h","H"],PH:["h","hB","hb","H"],PK:["h","hB","H"],PL:["H","h"],PM:["H","hB"],PN:["H","h","hb","hB"],PR:["h","H","hB","hb"],PS:["h","hB","hb","H"],PT:["H","hB"],PW:["h","H"],PY:["h","H","hB","hb"],QA:["h","hB","hb","H"],RE:["H","hB"],RO:["H","hB"],RS:["H","hB","h"],RU:["H"],RW:["H","h"],SA:["h","hB","hb","H"],SB:["h","hb","H","hB"],SC:["H","h","hB"],SD:["h","hB","hb","H"],SE:["H"],SG:["h","hb","H","hB"],SH:["H","h","hb","hB"],SI:["H","hB"],SJ:["H"],SK:["H"],SL:["h","hb","H","hB"],SM:["H","h","hB"],SN:["H","h","hB"],SO:["h","H"],SR:["H","hB"],SS:["h","hb","H","hB"],ST:["H","hB"],SV:["h","H","hB","hb"],SX:["H","h","hb","hB"],SY:["h","hB","hb","H"],SZ:["h","hb","H","hB"],TA:["H","h","hb","hB"],TC:["h","hb","H","hB"],TD:["h","H","hB"],TF:["H","h","hB"],TG:["H","hB"],TH:["H","h"],TJ:["H","h"],TL:["H","hB","hb","h"],TM:["H","h"],TN:["h","hB","hb","H"],TO:["h","H"],TR:["H","hB"],TT:["h","hb","H","hB"],TW:["hB","hb","h","H"],TZ:["hB","hb","H","h"],UA:["H","hB","h"],UG:["hB","hb","H","h"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],UY:["h","H","hB","hb"],UZ:["H","hB","h"],VA:["H","h","hB"],VC:["h","hb","H","hB"],VE:["h","H","hB","hb"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],VN:["H","h"],VU:["h","H"],WF:["H","hB"],WS:["h","H"],XK:["H","hB","h"],YE:["h","hB","hb","H"],YT:["H","hB"],ZA:["H","h","hb","hB"],ZM:["h","hb","H","hB"],ZW:["H","h"],"af-ZA":["H","h","hB","hb"],"ar-001":["h","hB","hb","H"],"ca-ES":["H","h","hB"],"en-001":["h","hb","H","hB"],"en-HK":["h","hb","H","hB"],"en-IL":["H","h","hb","hB"],"en-MY":["h","hb","H","hB"],"es-BR":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"gu-IN":["hB","hb","h","H"],"hi-IN":["hB","h","H"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],"ta-IN":["hB","h","hb","H"],"te-IN":["hB","h","H"],"zu-ZA":["H","hB","hb","h"]};function V(e){var t=e.hourCycle;if(void 0===t&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var n,r=e.language;return"root"!==r&&(n=e.maximize().region),(x[n||""]||x[r||""]||x["".concat(r,"-001")]||x["001"])[0]}var j=new RegExp("^".concat(C.source,"*")),X=new RegExp("".concat(C.source,"*$"));function K(e,t){return{start:e,end:t}}var z=!!String.prototype.startsWith&&"_a".startsWith("a",1),Z=!!String.fromCodePoint,Y=!!Object.fromEntries,$=!!String.prototype.codePointAt,W=!!String.prototype.trimStart,J=!!String.prototype.trimEnd,q=!!Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},Q=!0;try{Q="a"===(null===(D=se("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===D?void 0:D[0])}catch(e){Q=!1}var ee,te=z?function(e,t,n){return e.startsWith(t,n)}:function(e,t,n){return e.slice(n,n+t.length)===t},ne=Z?String.fromCodePoint:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var n,r="",i=e.length,a=0;i>a;){if((n=e[a++])>1114111)throw RangeError(n+" is not a valid code point");r+=n<65536?String.fromCharCode(n):String.fromCharCode(55296+((n-=65536)>>10),n%1024+56320)}return r},re=Y?Object.fromEntries:function(e){for(var t={},n=0,r=e;n<r.length;n++){var i=r[n],a=i[0],o=i[1];t[a]=o}return t},ie=$?function(e,t){return e.codePointAt(t)}:function(e,t){var n=e.length;if(!(t<0||t>=n)){var r,i=e.charCodeAt(t);return i<55296||i>56319||t+1===n||(r=e.charCodeAt(t+1))<56320||r>57343?i:r-56320+(i-55296<<10)+65536}},ae=W?function(e){return e.trimStart()}:function(e){return e.replace(j,"")},oe=J?function(e){return e.trimEnd()}:function(e){return e.replace(X,"")};function se(e,t){return new RegExp(e,t)}if(Q){var ce=se("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");ee=function(e,t){var n;return ce.lastIndex=t,null!==(n=ce.exec(e)[1])&&void 0!==n?n:""}}else ee=function(e,t){for(var n=[];;){var r=ie(e,t);if(void 0===r||le(r)||fe(r))break;n.push(r),t+=r>=65536?2:1}return ne.apply(void 0,n)};var he=function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,n){for(var r=[];!this.isEOF();){var i=this.char();if(123===i){if((a=this.parseArgument(e,n)).err)return a;r.push(a.val)}else{if(125===i&&e>0)break;if(35!==i||"plural"!==t&&"selectordinal"!==t){if(60===i&&!this.ignoreTag&&47===this.peek()){if(n)break;return this.error(h.UNMATCHED_CLOSING_TAG,K(this.clonePosition(),this.clonePosition()))}if(60===i&&!this.ignoreTag&&ue(this.peek()||0)){if((a=this.parseTag(e,t)).err)return a;r.push(a.val)}else{var a;if((a=this.parseLiteral(e,t)).err)return a;r.push(a.val)}}else{var o=this.clonePosition();this.bump(),r.push({type:u.pound,location:K(o,this.clonePosition())})}}}return{val:r,err:null}},e.prototype.parseTag=function(e,t){var n=this.clonePosition();this.bump();var r=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:u.literal,value:"<".concat(r,"/>"),location:K(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var a=i.val,o=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!ue(this.char()))return this.error(h.INVALID_TAG,K(o,this.clonePosition()));var s=this.clonePosition();return r!==this.parseTagName()?this.error(h.UNMATCHED_CLOSING_TAG,K(s,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:u.tag,value:r,children:a,location:K(n,this.clonePosition())},err:null}:this.error(h.INVALID_TAG,K(o,this.clonePosition())))}return this.error(h.UNCLOSED_TAG,K(n,this.clonePosition()))}return this.error(h.INVALID_TAG,K(n,this.clonePosition()))},e.prototype.parseTagName=function(){var e,t=this.offset();for(this.bump();!this.isEOF()&&(45===(e=this.char())||46===e||e>=48&&e<=57||95===e||e>=97&&e<=122||e>=65&&e<=90||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var n=this.clonePosition(),r="";;){var i=this.tryParseQuote(t);if(i)r+=i;else{var a=this.tryParseUnquoted(e,t);if(a)r+=a;else{var o=this.tryParseLeftAngleBracket();if(!o)break;r+=o}}}var s=K(n,this.clonePosition());return{val:{type:u.literal,value:r,location:s},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60!==this.char()||!this.ignoreTag&&(ue(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e},e.prototype.tryParseQuote=function(e){if(this.isEOF()||39!==this.char())return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if("plural"===e||"selectordinal"===e)break;return null;default:return null}this.bump();var t=[this.char()];for(this.bump();!this.isEOF();){var n=this.char();if(39===n){if(39!==this.peek()){this.bump();break}t.push(39),this.bump()}else t.push(n);this.bump()}return ne.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var n=this.char();return 60===n||123===n||35===n&&("plural"===t||"selectordinal"===t)||125===n&&e>0?null:(this.bump(),ne(n))},e.prototype.parseArgument=function(e,t){var n=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(h.EXPECT_ARGUMENT_CLOSING_BRACE,K(n,this.clonePosition()));if(125===this.char())return this.bump(),this.error(h.EMPTY_ARGUMENT,K(n,this.clonePosition()));var r=this.parseIdentifierIfPossible().value;if(!r)return this.error(h.MALFORMED_ARGUMENT,K(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(h.EXPECT_ARGUMENT_CLOSING_BRACE,K(n,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:u.argument,value:r,location:K(n,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(h.EXPECT_ARGUMENT_CLOSING_BRACE,K(n,this.clonePosition())):this.parseArgumentOptions(e,t,r,n);default:return this.error(h.MALFORMED_ARGUMENT,K(n,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),n=ee(this.message,t),r=t+n.length;return this.bumpTo(r),{value:n,location:K(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,n,i){var a,o=this.clonePosition(),s=this.parseIdentifierIfPossible().value,c=this.clonePosition();switch(s){case"":return this.error(h.EXPECT_ARGUMENT_TYPE,K(o,c));case"number":case"date":case"time":this.bumpSpace();var f=null;if(this.bumpIf(",")){this.bumpSpace();var p=this.clonePosition();if((y=this.parseSimpleArgStyleIfPossible()).err)return y;if(0===(m=oe(y.val)).length)return this.error(h.EXPECT_ARGUMENT_STYLE,K(this.clonePosition(),this.clonePosition()));f={style:m,styleLocation:K(p,this.clonePosition())}}if((A=this.tryParseArgumentClose(i)).err)return A;var b=K(i,this.clonePosition());if(f&&te(null==f?void 0:f.style,"::",0)){var d=ae(f.style.slice(2));if("number"===s)return(y=this.parseNumberSkeletonFromString(d,f.styleLocation)).err?y:{val:{type:u.number,value:n,location:b,style:y.val},err:null};if(0===d.length)return this.error(h.EXPECT_DATE_TIME_SKELETON,b);var g=d;this.locale&&(g=function(e,t){for(var n="",r=0;r<e.length;r++){var i=e.charAt(r);if("j"===i){for(var a=0;r+1<e.length&&e.charAt(r+1)===i;)a++,r++;var o=1+(1&a),s=a<2?1:3+(a>>1),c=V(t);for("H"!=c&&"k"!=c||(s=0);s-- >0;)n+="a";for(;o-- >0;)n=c+n}else n+="J"===i?"H":i}return n}(d,this.locale));var m={type:l.dateTime,pattern:g,location:f.styleLocation,parsedOptions:this.shouldParseSkeletons?P(g):{}};return{val:{type:"date"===s?u.date:u.time,value:n,location:b,style:m},err:null}}return{val:{type:"number"===s?u.number:"date"===s?u.date:u.time,value:n,location:b,style:null!==(a=null==f?void 0:f.style)&&void 0!==a?a:null},err:null};case"plural":case"selectordinal":case"select":var v=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(h.EXPECT_SELECT_ARGUMENT_OPTIONS,K(v,(0,r.__assign)({},v)));this.bumpSpace();var _=this.parseIdentifierIfPossible(),E=0;if("select"!==s&&"offset"===_.value){if(!this.bumpIf(":"))return this.error(h.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,K(this.clonePosition(),this.clonePosition()));var y;if(this.bumpSpace(),(y=this.tryParseDecimalInteger(h.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,h.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return y;this.bumpSpace(),_=this.parseIdentifierIfPossible(),E=y.val}var A,L=this.tryParsePluralOrSelectOptions(e,s,t,_);if(L.err)return L;if((A=this.tryParseArgumentClose(i)).err)return A;var H=K(i,this.clonePosition());return"select"===s?{val:{type:u.select,value:n,options:re(L.val),location:H},err:null}:{val:{type:u.plural,value:n,options:re(L.val),offset:E,pluralType:"plural"===s?"cardinal":"ordinal",location:H},err:null};default:return this.error(h.INVALID_ARGUMENT_TYPE,K(o,c))}},e.prototype.tryParseArgumentClose=function(e){return this.isEOF()||125!==this.char()?this.error(h.EXPECT_ARGUMENT_CLOSING_BRACE,K(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();){switch(this.char()){case 39:this.bump();var n=this.clonePosition();if(!this.bumpUntil("'"))return this.error(h.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,K(n,this.clonePosition()));this.bump();break;case 123:e+=1,this.bump();break;case 125:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var n=[];try{n=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");for(var t=[],n=0,r=e.split(w).filter((function(e){return e.length>0}));n<r.length;n++){var i=r[n].split("/");if(0===i.length)throw new Error("Invalid number skeleton");for(var a=i[0],o=i.slice(1),s=0,c=o;s<c.length;s++)if(0===c[s].length)throw new Error("Invalid number skeleton");t.push({stem:a,options:o})}return t}(e)}catch(e){return this.error(h.INVALID_NUMBER_SKELETON,t)}return{val:{type:l.number,tokens:n,location:t,parsedOptions:this.shouldParseSkeletons?k(n):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(e,t,n,r){for(var i,a=!1,o=[],s=new Set,c=r.value,u=r.location;;){if(0===c.length){var l=this.clonePosition();if("select"===t||!this.bumpIf("="))break;var f=this.tryParseDecimalInteger(h.EXPECT_PLURAL_ARGUMENT_SELECTOR,h.INVALID_PLURAL_ARGUMENT_SELECTOR);if(f.err)return f;u=K(l,this.clonePosition()),c=this.message.slice(l.offset,this.offset())}if(s.has(c))return this.error("select"===t?h.DUPLICATE_SELECT_ARGUMENT_SELECTOR:h.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,u);"other"===c&&(a=!0),this.bumpSpace();var p=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===t?h.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:h.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,K(this.clonePosition(),this.clonePosition()));var b=this.parseMessage(e+1,t,n);if(b.err)return b;var d=this.tryParseArgumentClose(p);if(d.err)return d;o.push([c,{value:b.val,location:K(p,this.clonePosition())}]),s.add(c),this.bumpSpace(),c=(i=this.parseIdentifierIfPossible()).value,u=i.location}return 0===o.length?this.error("select"===t?h.EXPECT_SELECT_ARGUMENT_SELECTOR:h.EXPECT_PLURAL_ARGUMENT_SELECTOR,K(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!a?this.error(h.MISSING_OTHER_CLAUSE,K(this.clonePosition(),this.clonePosition())):{val:o,err:null}},e.prototype.tryParseDecimalInteger=function(e,t){var n=1,r=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(n=-1);for(var i=!1,a=0;!this.isEOF();){var o=this.char();if(!(o>=48&&o<=57))break;i=!0,a=10*a+(o-48),this.bump()}var s=K(r,this.clonePosition());return i?q(a*=n)?{val:a,err:null}:this.error(t,s):this.error(e,s)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var e=this.position.offset;if(e>=this.message.length)throw Error("out of bound");var t=ie(this.message,e);if(void 0===t)throw Error("Offset ".concat(e," is at invalid UTF-16 code unit boundary"));return t},e.prototype.error=function(e,t){return{val:null,err:{kind:e,message:this.message,location:t}}},e.prototype.bump=function(){if(!this.isEOF()){var e=this.char();10===e?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=e<65536?1:2)}},e.prototype.bumpIf=function(e){if(te(this.message,e,this.offset())){for(var t=0;t<e.length;t++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(e){var t=this.offset(),n=this.message.indexOf(e,t);return n>=0?(this.bumpTo(n),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(e){if(this.offset()>e)throw Error("targetOffset ".concat(e," must be greater than or equal to the current offset ").concat(this.offset()));for(e=Math.min(e,this.message.length);;){var t=this.offset();if(t===e)break;if(t>e)throw Error("targetOffset ".concat(e," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&le(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this.offset(),n=this.message.charCodeAt(t+(e>=65536?2:1));return null!=n?n:null},e}();function ue(e){return e>=97&&e<=122||e>=65&&e<=90}function le(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||8233===e}function fe(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function pe(e){e.forEach((function(e){if(delete e.location,y(e)||A(e))for(var t in e.options)delete e.options[t].location,pe(e.options[t].value);else v(e)&&T(e.style)||(_(e)||E(e))&&B(e.style)?delete e.style.location:H(e)&&pe(e.children)}))}function be(e,t){void 0===t&&(t={}),t=(0,r.__assign)({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var n=new he(e,t).parse();if(n.err){var i=SyntaxError(h[n.err.kind]);throw i.location=n.err.location,i.originalMessage=n.err.message,i}return(null==t?void 0:t.captureLocation)||pe(n.val),n.val}var de;!function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"}(de||(de={}));var ge,me=function(e){function t(t,n,r){var i=e.call(this,t)||this;return i.code=n,i.originalMessage=r,i}return(0,r.__extends)(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),ve=function(e){function t(t,n,r,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(n,'". Options are "').concat(Object.keys(r).join('", "'),'"'),de.INVALID_VALUE,i)||this}return(0,r.__extends)(t,e),t}(me),_e=function(e){function t(t,n,r){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(n),de.INVALID_VALUE,r)||this}return(0,r.__extends)(t,e),t}(me),Ee=function(e){function t(t,n){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(n,'"'),de.MISSING_VALUE,n)||this}return(0,r.__extends)(t,e),t}(me);function ye(e){return"function"==typeof e}function Ae(e,t,n,r,i,a,o){if(1===e.length&&g(e[0]))return[{type:ge.literal,value:e[0].value}];for(var s=[],c=0,h=e;c<h.length;c++){var u=h[c];if(g(u))s.push({type:ge.literal,value:u.value});else if(L(u))"number"==typeof a&&s.push({type:ge.literal,value:n.getNumberFormat(t).format(a)});else{var l=u.value;if(!i||!(l in i))throw new Ee(l,o);var f=i[l];if(m(u))f&&"string"!=typeof f&&"number"!=typeof f||(f="string"==typeof f||"number"==typeof f?String(f):""),s.push({type:"string"==typeof f?ge.literal:ge.object,value:f});else if(_(u)){var p="string"==typeof u.style?r.date[u.style]:B(u.style)?u.style.parsedOptions:void 0;s.push({type:ge.literal,value:n.getDateTimeFormat(t,p).format(f)})}else if(E(u)){p="string"==typeof u.style?r.time[u.style]:B(u.style)?u.style.parsedOptions:r.time.medium;s.push({type:ge.literal,value:n.getDateTimeFormat(t,p).format(f)})}else if(v(u)){(p="string"==typeof u.style?r.number[u.style]:T(u.style)?u.style.parsedOptions:void 0)&&p.scale&&(f*=p.scale||1),s.push({type:ge.literal,value:n.getNumberFormat(t,p).format(f)})}else{if(H(u)){var b=u.children,d=u.value,C=i[d];if(!ye(C))throw new _e(d,"function",o);var S=C(Ae(b,t,n,r,i,a).map((function(e){return e.value})));Array.isArray(S)||(S=[S]),s.push.apply(s,S.map((function(e){return{type:"string"==typeof e?ge.literal:ge.object,value:e}})))}if(y(u)){if(!(P=u.options[f]||u.options.other))throw new ve(u.value,f,Object.keys(u.options),o);s.push.apply(s,Ae(P.value,t,n,r,i))}else if(A(u)){var P;if(!(P=u.options["=".concat(f)])){if(!Intl.PluralRules)throw new me('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',de.MISSING_INTL_API,o);var w=n.getPluralRules(t,{type:u.pluralType}).select(f-(u.offset||0));P=u.options[w]||u.options.other}if(!P)throw new ve(u.value,f,Object.keys(u.options),o);s.push.apply(s,Ae(P.value,t,n,r,i,f-(u.offset||0)))}else;}}}return function(e){return e.length<2?e:e.reduce((function(e,t){var n=e[e.length-1];return n&&n.type===ge.literal&&t.type===ge.literal?n.value+=t.value:e.push(t),e}),[])}(s)}function Le(e,t){return t?Object.keys(e).reduce((function(n,i){var a,o;return n[i]=(a=e[i],(o=t[i])?(0,r.__assign)((0,r.__assign)((0,r.__assign)({},a||{}),o||{}),Object.keys(a).reduce((function(e,t){return e[t]=(0,r.__assign)((0,r.__assign)({},a[t]),o[t]||{}),e}),{})):a),n}),(0,r.__assign)({},e)):e}function He(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,n){e[t]=n}}}}}!function(e){e[e.literal=0]="literal",e[e.object=1]="object"}(ge||(ge={}));var Te=function(){function e(t,n,a,o){void 0===n&&(n=e.defaultLocale);var s,c=this;if(this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(e){var t=c.formatToParts(e);if(1===t.length)return t[0].value;var n=t.reduce((function(e,t){return e.length&&t.type===ge.literal&&"string"==typeof e[e.length-1]?e[e.length-1]+=t.value:e.push(t.value),e}),[]);return n.length<=1?n[0]||"":n},this.formatToParts=function(e){return Ae(c.ast,c.locales,c.formatters,c.formats,e,void 0,c.message)},this.resolvedOptions=function(){var e;return{locale:(null===(e=c.resolvedLocale)||void 0===e?void 0:e.toString())||Intl.NumberFormat.supportedLocalesOf(c.locales)[0]}},this.getAst=function(){return c.ast},this.locales=n,this.resolvedLocale=e.resolveLocale(n),"string"==typeof t){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");var h=o||{},u=(h.formatters,(0,r.__rest)(h,["formatters"]));this.ast=e.__parse(t,(0,r.__assign)((0,r.__assign)({},u),{locale:this.resolvedLocale}))}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=Le(e.formats,a),this.formatters=o&&o.formatters||(void 0===(s=this.formatterCache)&&(s={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:i((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.NumberFormat).bind.apply(e,(0,r.__spreadArray)([void 0],t,!1)))}),{cache:He(s.number),strategy:d.variadic}),getDateTimeFormat:i((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.DateTimeFormat).bind.apply(e,(0,r.__spreadArray)([void 0],t,!1)))}),{cache:He(s.dateTime),strategy:d.variadic}),getPluralRules:i((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.PluralRules).bind.apply(e,(0,r.__spreadArray)([void 0],t,!1)))}),{cache:He(s.pluralRules),strategy:d.variadic})})}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=(new Intl.NumberFormat).resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(e){if(void 0!==Intl.Locale){var t=Intl.NumberFormat.supportedLocalesOf(e);return t.length>0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])}},e.__parse=be,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();const Be=Te},17353:(e,t,n)=>{n.r(t),n.d(t,{astroAlternateSet:()=>i,astroSet:()=>r,audiobooksAccessOnlySet:()=>E,basicTierAlternateSet:()=>A,basicTierSet:()=>y,premiumAlternateSet:()=>f,premiumDuoAlternateSet:()=>b,premiumDuoSet:()=>p,premiumFallbackAlternateSet:()=>H,premiumFallbackSet:()=>L,premiumFamilyAlternateSet:()=>v,premiumFamilySet:()=>m,premiumLiteAlternateSet:()=>S,premiumLiteSet:()=>C,premiumMiniSet:()=>_,premiumSet:()=>l,premiumStudentAlternateSet:()=>g,premiumStudentSet:()=>d,spotifyBrand2AlternateSet:()=>c,spotifyBrand2Set:()=>s,spotifyBrand3AlternateSet:()=>u,spotifyBrand3Set:()=>h,spotifyBrandAlternateSet:()=>o,spotifyBrandSet:()=>a,spotifyFreeAlternateSet:()=>B,spotifyFreeSet:()=>T});var r={background:{base:"#101822",highlight:"#182434",press:"#2b405b",elevated:{base:"#182434",highlight:"#1f2e42",press:"#101822"},tinted:{base:"#101822",highlight:"#101822",press:"#101822"}},text:{base:"#ffffff",brightAccent:"#f3ff46",subdued:"#ffffff",negative:"#ffffff",warning:"#ffffff",positive:"#ffffff",announcement:"#ffffff"},essential:{base:"#ffffff",brightAccent:"#f3ff46",subdued:"#ffffff",negative:"#ffffff",warning:"#ffffff",positive:"#ffffff",announcement:"#ffffff"},decorative:{base:"#ffffff",subdued:"#1d2b3e"}},i={background:{base:"#f3ff46",highlight:"#e2f100",press:"#bbc800",elevated:{base:"#f3ff46",highlight:"#e2f100",press:"#c7d500"},tinted:{base:"#f3ff46",highlight:"#f3ff46",press:"#f3ff46"}},text:{base:"#000000",brightAccent:"#101822",subdued:"#000000",negative:"#000000",warning:"#000000",positive:"#000000",announcement:"#000000"},essential:{base:"#000000",brightAccent:"#101822",subdued:"#000000",negative:"#000000",warning:"#000000",positive:"#000000",announcement:"#000000"},decorative:{base:"#000000",subdued:"#d1df00"}},a={background:{base:"#283ea3",highlight:"#233790",press:"#152054",elevated:{base:"#233790",highlight:"#233790",press:"#152054"},tinted:{base:"#283ea3",highlight:"#283ea3",press:"#283ea3"}},text:{base:"#1ed760",brightAccent:"#ffffff",subdued:"#1ed760",negative:"#1ed760",warning:"#1ed760",positive:"#1ed760",announcement:"#1ed760"},essential:{base:"#1ed760",brightAccent:"#ffffff",subdued:"#1ed760",negative:"#1ed760",warning:"#1ed760",positive:"#1ed760",announcement:"#1ed760"},decorative:{base:"#1ed760",subdued:"#324dcb"}},o={background:{base:"#1ed760",highlight:"#3be477",press:"#1abc54",elevated:{base:"#3be477",highlight:"#3be477",press:"#1abc54"},tinted:{base:"#1ed760",highlight:"#1ed760",press:"#1ed760"}},text:{base:"#283ea3",brightAccent:"#000000",subdued:"#283ea3",negative:"#283ea3",warning:"#283ea3",positive:"#283ea3",announcement:"#283ea3"},essential:{base:"#283ea3",brightAccent:"#000000",subdued:"#283ea3",negative:"#283ea3",warning:"#283ea3",positive:"#283ea3",announcement:"#283ea3"},decorative:{base:"#283ea3",subdued:"#1abc54"}},s={background:{base:"#c5f0c9",highlight:"#e6f9e8",press:"#81de8a",elevated:{base:"#e6f9e8",highlight:"#e6f9e8",press:"#81de8a"},tinted:{base:"#c5f0c9",highlight:"#c5f0c9",press:"#c5f0c9"}},text:{base:"#cd1400",brightAccent:"#000000",subdued:"#cd1400",negative:"#cd1400",warning:"#cd1400",positive:"#cd1400",announcement:"#cd1400"},essential:{base:"#cd1400",brightAccent:"#000000",subdued:"#cd1400",negative:"#cd1400",warning:"#cd1400",positive:"#cd1400",announcement:"#cd1400"},decorative:{base:"#cd1400",subdued:"#a3e7a9"}},c={background:{base:"#cd1400",highlight:"#bc1300",press:"#8d0e00",elevated:{base:"#bc1300",highlight:"#bc1300",press:"#8d0e00"},tinted:{base:"#cd1400",highlight:"#cd1400",press:"#cd1400"}},text:{base:"#c5f0c9",brightAccent:"#ffffff",subdued:"#c5f0c9",negative:"#c5f0c9",warning:"#c5f0c9",positive:"#c5f0c9",announcement:"#c5f0c9"},essential:{base:"#c5f0c9",brightAccent:"#ffffff",subdued:"#c5f0c9",negative:"#c5f0c9",warning:"#c5f0c9",positive:"#c5f0c9",announcement:"#c5f0c9"},decorative:{base:"#c5f0c9",subdued:"#ee1700"}},h={background:{base:"#fce54f",highlight:"#fef4b5",press:"#e6c804",elevated:{base:"#fef4b5",highlight:"#fef4b5",press:"#e6c804"},tinted:{base:"#fce54f",highlight:"#fce54f",press:"#fce54f"}},text:{base:"#b02897",brightAccent:"#000000",subdued:"#b02897",negative:"#b02897",warning:"#b02897",positive:"#b02897",announcement:"#b02897"},essential:{base:"#b02897",brightAccent:"#000000",subdued:"#b02897",negative:"#b02897",warning:"#b02897",positive:"#b02897",announcement:"#b02897"},decorative:{base:"#b02897",subdued:"#e6c804"}},u={background:{base:"#b02897",highlight:"#a1258a",press:"#771b66",elevated:{base:"#a1258a",highlight:"#a1258a",press:"#771b66"},tinted:{base:"#b02897",highlight:"#b02897",press:"#b02897"}},text:{base:"#fce54f",brightAccent:"#ffffff",subdued:"#fce54f",negative:"#fce54f",warning:"#fce54f",positive:"#fce54f",announcement:"#fce54f"},essential:{base:"#fce54f",brightAccent:"#ffffff",subdued:"#fce54f",negative:"#fce54f",warning:"#fce54f",positive:"#fce54f",announcement:"#fce54f"},decorative:{base:"#fce54f",subdued:"#cd2fb0"}},l={background:{base:"#ffd2d7",highlight:"#ffe5e8",press:"#ffadb6",elevated:{base:"#ffe5e8",highlight:"#ffe5e8",press:"#ffadb6"},tinted:{base:"#ffd2d7",highlight:"#ffd2d7",press:"#ffd2d7"}},text:{base:"#000000",subdued:"#000000",brightAccent:"#000000",negative:"#000000",warning:"#000000",positive:"#000000",announcement:"#000000"},essential:{base:"#000000",subdued:"#000000",brightAccent:"#000000",negative:"#000000",warning:"#000000",positive:"#000000",announcement:"#000000"},decorative:{base:"#000000",subdued:"#ffb9c1"}},f={background:{base:"#000000",highlight:"#141414",press:"#343434",elevated:{base:"#141414",highlight:"#141414",press:"#343434"},tinted:{base:"#000000",highlight:"#000000",press:"#000000"}},text:{base:"#ffd2d7",brightAccent:"#ffffff",subdued:"#ffd2d7",negative:"#ffd2d7",warning:"#ffd2d7",positive:"#ffd2d7",announcement:"#ffd2d7"},essential:{base:"#ffd2d7",brightAccent:"#ffffff",subdued:"#ffd2d7",negative:"#ffd2d7",warning:"#ffd2d7",positive:"#ffd2d7",announcement:"#ffd2d7"},decorative:{base:"#ffd2d7",subdued:"#1f1f1f"}},p={background:{base:"#ffc862",highlight:"#ffd994",press:"#fda400",elevated:{base:"#ffd994",highlight:"#ffd994",press:"#fda400"},tinted:{base:"#ffc862",highlight:"#ffc862",press:"#ffc862"}},text:{base:"#000000",brightAccent:"#000000",subdued:"#000000",negative:"#000000",warning:"#000000",positive:"#000000",announcement:"#000000"},essential:{base:"#000000",brightAccent:"#000000",subdued:"#000000",negative:"#000000",warning:"#000000",positive:"#000000",announcement:"#000000"},decorative:{base:"#000000",subdued:"#ffb223"}},b={background:{base:"#000000",highlight:"#141414",press:"#343434",elevated:{base:"#141414",highlight:"#141414",press:"#343434"},tinted:{base:"#000000",highlight:"#000000",press:"#000000"}},text:{base:"#ffffff",brightAccent:"#ffc862",subdued:"#ffffff",negative:"#ffffff",warning:"#ffffff",positive:"#ffffff",announcement:"#ffffff"},essential:{base:"#ffffff",brightAccent:"#ffc862",subdued:"#ffffff",negative:"#ffffff",warning:"#ffffff",positive:"#ffffff",announcement:"#ffffff"},decorative:{base:"#ffffff",subdued:"#1f1f1f"}},d={background:{base:"#c4b1d4",highlight:"#cebfdc",press:"#b197c6",elevated:{base:"#cebfdc",highlight:"#cebfdc",press:"#b197c6"},tinted:{base:"#c4b1d4",highlight:"#c4b1d4",press:"#c4b1d4"}},text:{base:"#000000",subdued:"#000000",brightAccent:"#000000",negative:"#000000",warning:"#000000",positive:"#000000",announcement:"#000000"},essential:{base:"#000000",subdued:"#000000",brightAccent:"#000000",negative:"#000000",warning:"#000000",positive:"#000000",announcement:"#000000"},decorative:{base:"#000000",subdued:"#b299c7"}},g={background:{base:"#000000",highlight:"#141414",press:"#343434",elevated:{base:"#141414",highlight:"#141414",press:"#343434"},tinted:{base:"#000000",highlight:"#000000",press:"#000000"}},text:{base:"#c4b1d4",brightAccent:"#ffffff",subdued:"#c4b1d4",negative:"#c4b1d4",warning:"#c4b1d4",positive:"#c4b1d4",announcement:"#c4b1d4"},essential:{base:"#c4b1d4",brightAccent:"#ffffff",subdued:"#c4b1d4",negative:"#c4b1d4",warning:"#c4b1d4",positive:"#c4b1d4",announcement:"#c4b1d4"},decorative:{base:"#c4b1d4",subdued:"#1f1f1f"}},m={background:{base:"#a5bbd1",highlight:"#b5c7d9",press:"#87a5c2",elevated:{base:"#b5c7d9",highlight:"#b5c7d9",press:"#87a5c2"},tinted:{base:"#a5bbd1",highlight:"#a5bbd1",press:"#a5bbd1"}},text:{base:"#000000",subdued:"#000000",brightAccent:"#000000",negative:"#000000",warning:"#000000",positive:"#000000",announcement:"#000000"},essential:{base:"#000000",subdued:"#000000",brightAccent:"#000000",negative:"#000000",warning:"#000000",positive:"#000000",announcement:"#000000"},decorative:{base:"#000000",subdued:"#88a5c2"}},v={background:{base:"#000000",highlight:"#141414",press:"#343434",elevated:{base:"#141414",highlight:"#141414",press:"#343434"},tinted:{base:"#000000",highlight:"#000000",press:"#000000"}},text:{base:"#a5bbd1",brightAccent:"#ffffff",subdued:"#a5bbd1",negative:"#a5bbd1",warning:"#a5bbd1",positive:"#a5bbd1",announcement:"#a5bbd1"},essential:{base:"#a5bbd1",brightAccent:"#ffffff",subdued:"#a5bbd1",negative:"#a5bbd1",warning:"#a5bbd1",positive:"#a5bbd1",announcement:"#a5bbd1"},decorative:{base:"#a5bbd1",subdued:"#1f1f1f"}},_={background:{base:"#cff56a",highlight:"#eefccb",press:"#a5de0f",elevated:{base:"#eefccb",highlight:"#eefccb",press:"#a5de0f"},tinted:{base:"#cff56a",highlight:"#cff56a",press:"#cff56a"}},text:{base:"#000000",subdued:"#000000",brightAccent:"#000000",negative:"#000000",warning:"#000000",positive:"#000000",announcement:"#000000"},essential:{base:"#000000",subdued:"#000000",brightAccent:"#000000",negative:"#000000",warning:"#000000",positive:"#000000",announcement:"#000000"},decorative:{base:"#000000",subdued:"#a8e20f"}},E={background:{base:"#c9e3db",highlight:"#e0efea",press:"#9ecdbe",elevated:{base:"#e0efea",highlight:"#e0efea",press:"#9ecdbe"},tinted:{base:"#c9e3db",highlight:"#c9e3db",press:"#c9e3db"}},text:{base:"#000000",subdued:"#000000",brightAccent:"#000000",negative:"#000000",warning:"#000000",positive:"#000000",announcement:"#000000"},essential:{base:"#000000",subdued:"#000000",brightAccent:"#000000",negative:"#000000",warning:"#000000",positive:"#000000",announcement:"#000000"},decorative:{base:"#000000",subdued:"#a7d1c4"}},y={background:{base:"#f6f6f6",highlight:"#e7e7e7",press:"#bfbfbf",elevated:{base:"#e7e7e7",highlight:"#e7e7e7",press:"#bfbfbf"},tinted:{base:"#f6f6f6",highlight:"#f6f6f6",press:"#f6f6f6"}},text:{base:"#000000",subdued:"#000000",brightAccent:"#000000",negative:"#000000",warning:"#000000",positive:"#000000",announcement:"#000000"},essential:{base:"#000000",subdued:"#000000",brightAccent:"#000000",negative:"#000000",warning:"#000000",positive:"#000000",announcement:"#000000"},decorative:{base:"#000000",subdued:"#d6d6d6"}},A={background:{base:"#000000",highlight:"#141414",press:"#343434",elevated:{base:"#141414",highlight:"#141414",press:"#343434"},tinted:{base:"#000000",highlight:"#000000",press:"#000000"}},text:{base:"#f6f6f6",subdued:"#f6f6f6",brightAccent:"#f6f6f6",negative:"#f6f6f6",warning:"#f6f6f6",positive:"#f6f6f6",announcement:"#f6f6f6"},essential:{base:"#f6f6f6",subdued:"#f6f6f6",brightAccent:"#f6f6f6",negative:"#f6f6f6",warning:"#f6f6f6",positive:"#f6f6f6",announcement:"#f6f6f6"},decorative:{base:"#f6f6f6",subdued:"#1f1f1f"}},L={background:{base:"#f8f8f8",highlight:"#e9e9e9",press:"#c1c1c1",elevated:{base:"#e9e9e9",highlight:"#e9e9e9",press:"#c1c1c1"},tinted:{base:"#f8f8f8",highlight:"#f8f8f8",press:"#f8f8f8"}},text:{base:"#000000",subdued:"#000000",brightAccent:"#000000",negative:"#000000",warning:"#000000",positive:"#000000",announcement:"#000000"},essential:{base:"#000000",subdued:"#000000",brightAccent:"#000000",negative:"#000000",warning:"#000000",positive:"#000000",announcement:"#000000"},decorative:{base:"#000000",subdued:"#d8d8d8"}},H={background:{base:"#000000",highlight:"#141414",press:"#343434",elevated:{base:"#141414",highlight:"#141414",press:"#343434"},tinted:{base:"#000000",highlight:"#000000",press:"#000000"}},text:{base:"#f8f8f8",subdued:"#f8f8f8",brightAccent:"#f8f8f8",negative:"#f8f8f8",warning:"#f8f8f8",positive:"#f8f8f8",announcement:"#f8f8f8"},essential:{base:"#f8f8f8",subdued:"#f8f8f8",brightAccent:"#f8f8f8",negative:"#f8f8f8",warning:"#f8f8f8",positive:"#f8f8f8",announcement:"#f8f8f8"},decorative:{base:"#f8f8f8",subdued:"#1f1f1f"}},T={background:{base:"#b3b3b3",highlight:"#bfbfbf",press:"#9d9d9d",elevated:{base:"#bfbfbf",highlight:"#bfbfbf",press:"#9d9d9d"},tinted:{base:"#b3b3b3",highlight:"#b3b3b3",press:"#b3b3b3"}},text:{base:"#000000",subdued:"#000000",brightAccent:"#000000",negative:"#000000",warning:"#000000",positive:"#000000",announcement:"#000000"},essential:{base:"#000000",subdued:"#000000",brightAccent:"#000000",negative:"#000000",warning:"#000000",positive:"#000000",announcement:"#000000"},decorative:{base:"#000000",subdued:"#9b9b9b"}},B={background:{base:"#000000",highlight:"#141414",press:"#343434",elevated:{base:"#141414",highlight:"#141414",press:"#343434"},tinted:{base:"#000000",highlight:"#000000",press:"#000000"}},text:{base:"#b3b3b3",brightAccent:"#ffffff",subdued:"#b3b3b3",negative:"#b3b3b3",warning:"#b3b3b3",positive:"#b3b3b3",announcement:"#b3b3b3"},essential:{base:"#b3b3b3",brightAccent:"#ffffff",subdued:"#b3b3b3",negative:"#b3b3b3",warning:"#b3b3b3",positive:"#b3b3b3",announcement:"#b3b3b3"},decorative:{base:"#b3b3b3",subdued:"#1f1f1f"}},C={background:{base:"#c5f0c9",highlight:"#e6f9e8",press:"#81de8a",elevated:{base:"#e6f9e8",highlight:"#e6f9e8",press:"#81de8a"},tinted:{base:"#c5f0c9",highlight:"#c5f0c9",press:"#c5f0c9"}},text:{base:"#000000",subdued:"#000000",brightAccent:"#000000",negative:"#000000",warning:"#000000",positive:"#000000",announcement:"#000000"},essential:{base:"#000000",subdued:"#000000",brightAccent:"#000000",negative:"#000000",warning:"#000000",positive:"#000000",announcement:"#000000"},decorative:{base:"#000000",subdued:"#a3e7a9"}},S={background:{base:"#000000",highlight:"#141414",press:"#343434",elevated:{base:"#141414",highlight:"#141414",press:"#343434"},tinted:{base:"#000000",highlight:"#000000",press:"#000000"}},text:{base:"#c5f0c9",brightAccent:"#ffffff",subdued:"#c5f0c9",negative:"#c5f0c9",warning:"#c5f0c9",positive:"#c5f0c9",announcement:"#c5f0c9"},essential:{base:"#c5f0c9",brightAccent:"#ffffff",subdued:"#c5f0c9",negative:"#c5f0c9",warning:"#c5f0c9",positive:"#c5f0c9",announcement:"#c5f0c9"},decorative:{base:"#c5f0c9",subdued:"#1f1f1f"}}},10993:(e,t,n)=>{n.d(t,{z:()=>a});var r=n(30758),i=n(12323);function a(e){var t,n,a,o,s,c=e.size?i.$Z[e.size]:e.iconSize,h=(0,i._C)([{size:16,svgContent:"<path d='M13.5 5.71v2.857l2.193 3.809a.75.75 0 0 1-.65 1.124H10.5a2.5 2.5 0 0 1-5 0H.957a.75.75 0 0 1-.65-1.124L2.5 8.569V5.5A5.5 5.5 0 0 1 8.521.024a3.974 3.974 0 0 0-.49 1.476H8a4 4 0 0 0-4 4v3.27a.75.75 0 0 1-.1.373L2.255 12h11.49L12.1 9.142a.75.75 0 0 1-.1-.374V6a4 4 0 0 0 1.5-.29zM8 14.5a1 1 0 0 0 1-1H7a1 1 0 0 0 1 1z'/><path d='M14 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0z'/>"},{size:24,svgContent:"<path d='M17.5 10.5v3.877L19.587 18H4.414L6.5 14.378V8.5a5.5 5.5 0 0 1 5.187-5.491 5.972 5.972 0 0 1 .922-1.985A7.5 7.5 0 0 0 4.5 8.5v5.344L.954 20h7.582a3.5 3.5 0 1 0 6.929 0h7.581L19.5 13.842v-3.684a5.988 5.988 0 0 1-2 .342zm-7 10c0-.176.03-.344.085-.5h2.83a1.5 1.5 0 1 1-2.915.5z'/><path d='M14.5 4.5a3 3 0 1 0 6 0 3 3 0 0 0-6 0z'/>"}],c||24),u=null!==(t=e.autoMirror)&&void 0!==t&&t;return r.createElement(i.In,Object.assign({},e,{autoMirror:u,viewBox:"0 0 ".concat(h.size," ").concat(h.size),dangerouslySetInnerHTML:{__html:"".concat((o=e.title,s=e.titleId,o?"<title ".concat(s?'id="'.concat(s,'"'):"",">").concat(o,"</title>"):"")).concat((n=e.desc,a=e.descId,n?"<desc ".concat(a?'id="'.concat(a,'"'):"",">").concat(n,"</desc>"):"")).concat(h.svgContent)}}))}},85746:(e,t,n)=>{n.d(t,{z:()=>u});var r=n(32511),i=n(30758),a=n(8143),o=n(21528),s=n(13822),c=n(59804).Ay.div.withConfig({displayName:"Container__OverlayPortalContainer",componentId:"sc-1vwgkyp-0"})(["position:fixed;"," pointer-events:none;z-index:",";"],(function(e){var t=e.$overlayPosition,n=t.top,r=t.left,i=t.width,a=t.height;return"\n inset-block-start: ".concat(n,"px;\n inset-inline-start: ").concat(r,"px;\n inline-size: ").concat(i,"px;\n block-size: ").concat(a,"px;\n ")}),s.sZ),h=["overlayPosition","closeOverlay","domNode","className"],u=function(e){var t=e.overlayPosition,n=void 0===t?{width:0,height:0,top:0,left:0}:t,s=e.closeOverlay,u=e.domNode,l=void 0===u?document.body:u,f=e.className,p=(0,r.A)(e,h);return(0,i.useEffect)((function(){return s?(window.addEventListener("scroll",s,!0),function(){window.removeEventListener("scroll",s,!0)}):function(){}}),[s]),(0,a.createPortal)(i.createElement(c,Object.assign({className:(0,o.ZP)(["encore-layout-themes"],f),$overlayPosition:n},p)),l)}},66968:(e,t,n)=>{n.d(t,{h:()=>s});var r=n(13822),i=n(59804),a=n(87150),o="17px",s=i.Ay.div.withConfig({displayName:"Overlay",componentId:"sc-u80gmt-0"})(["display:flex;min-width:296px;pointer-events:none;position:absolute;z-index:",";",";",";",";",";",";",";",";",";",";",";",";",";"],r.sZ,(function(e){return"top"===e.$placement&&(0,a.AH)(["inset-block-end:100%;justify-content:center;inset-inline-start:50%;transform:translate(-50%,-12px);[dir='rtl'] &&{transform:translate(50%,-12px);}"])}),(function(e){return"topStart"===e.$placement&&(0,a.AH)(["inset-block-end:100%;justify-content:flex-end;inset-inline-end:50%;transform:translate(",",-12px);[dir='rtl'] &&{transform:translate(-",",-12px);}"],o,o)}),(function(e){return"topEnd"===e.$placement&&(0,a.AH)(["inset-block-end:100%;justify-content:flex-start;inset-inline-start:50%;transform:translate(-",",-12px);[dir='rtl'] &&{transform:translate(",",-12px);}"],o,o)}),(function(e){return"bottom"===e.$placement&&(0,a.AH)(["justify-content:center;inset-inline-start:50%;inset-block-start:100%;transform:translate(-50%,12px);[dir='rtl'] &&{transform:translate(50%,12px);}"])}),(function(e){return"bottomStart"===e.$placement&&(0,a.AH)(["justify-content:flex-end;inset-inline-end:50%;inset-block-start:100%;transform:translate(",",12px);[dir='rtl'] &&{transform:translate(-",",12px);}"],o,o)}),(function(e){return"bottomEnd"===e.$placement&&(0,a.AH)(["justify-content:flex-start;inset-inline-start:50%;inset-block-start:100%;transform:translate(-",",12px);[dir='rtl'] &&{transform:translate(",",12px);}"],o,o)}),(function(e){return"start"===e.$placement&&(0,a.AH)(["justify-content:flex-end;inset-inline-end:100%;inset-block-start:50%;transform:translate(-12px,-50%);[dir='rtl'] &&{transform:translate(12px,-50%);}"])}),(function(e){return"startTop"===e.$placement&&(0,a.AH)(["inset-block-end:50%;justify-content:flex-end;inset-inline-end:100%;transform:translate(-12px,",");[dir='rtl'] &&{transform:translate(12px,",");}"],o,o)}),(function(e){return"startBottom"===e.$placement&&(0,a.AH)(["justify-content:flex-end;inset-inline-end:100%;inset-block-start:50%;transform:translate(-12px,-",");[dir='rtl'] &&{transform:translate(12px,-",");}"],o,o)}),(function(e){return"end"===e.$placement&&(0,a.AH)(["justify-content:flex-start;inset-inline-start:100%;inset-block-start:50%;transform:translate(12px,-50%);[dir='rtl'] &&{transform:translate(-12px,-50%);}"])}),(function(e){return"endTop"===e.$placement&&(0,a.AH)(["inset-block-end:50%;justify-content:flex-start;inset-inline-start:100%;transform:translate(12px,",");[dir='rtl'] &&{transform:translate(-12px,",");}"],o,o)}),(function(e){return"endBottom"===e.$placement&&(0,a.AH)(["justify-content:flex-start;inset-inline-start:100%;inset-block-start:50%;transform:translate(12px,-",");[dir='rtl'] &&{transform:translate(-12px,-",");}"],o,o)}))},44994:(e,t,n)=>{n.d(t,{m:()=>_,T:()=>v});var r=n(32511),i=n(30758),a=n(63616),o=n(42861),s=n(36923),c=n(70585),h=n(32037),u=n(21528),l=n(97294),f=n(66271),p=["colorSet","placement","className","id","trigger","label","description","aria-label","withPortal"],b=i.forwardRef((function(e,t){var n=e.colorSet,a=e.placement,o=e.className,s=e.id,b=e.trigger,d=e.label,g=e.description,m=e["aria-label"],_=e.withPortal,E=(0,r.A)(e,p),y=(0,i.useState)(!1),A=(0,l.A)(y,2),L=A[0],H=A[1],T={};return d&&(T["aria-labelledby"]=s),g&&(T["aria-label"]=m,T["aria-describedby"]=s),i.createElement(f.k,{overlay:i.createElement(v,Object.assign({ref:t,id:s,$isVisible:L,"aria-hidden":!0},E),d||g),onShow:function(){return H(!0)},onHide:function(){return H(!1)},placement:a,withPortal:_,className:(0,u.ZP)([(0,c.W3)("bodySmall"),(0,h.Ju)(n)],o)},b(T))})),d=n(59804),g=n(87150),m=["colorSet","className","isVisible"],v=d.Ay.div.withConfig({displayName:"Tooltip__TooltipWrapper",componentId:"sc-muq3yw-0"})(["",""],(function(e){var t=e.$isVisible;return(0,g.AH)(["",";",";padding-block:",";padding-inline:",";text-transform:initial;color:var(--text-base,",");overflow-wrap:break-word;opacity:",";"],(0,o.W)(),(0,s.Lw)({maxWidth:"240px"}),(0,c.po)("tighter-2","8px"),(0,c.po)("tighter","12px"),h.Jl.text.base,t?1:0)})),_=i.forwardRef((function(e,t){var n=e.colorSet,o=void 0===n?"base":n,s=e.className,l=e.isVisible,f=void 0===l||l,p=(0,r.A)(e,m);return p.trigger?i.createElement(b,Object.assign({ref:t,className:(0,h.Ju)(o,s),role:"tooltip","data-encore-id":a.j.Tooltip},p)):i.createElement(v,Object.assign({$isVisible:f,ref:t,className:(0,u.ZP)([(0,c.W3)("bodySmall"),(0,h.Ju)(o)],s),role:"tooltip","data-encore-id":a.j.Tooltip},p))}))},66271:(e,t,n)=>{n.d(t,{k:()=>H});var r=n(3205),i=n(32511),a=n(30758),o=n(63616),s=n(67899),c=n(85746),h=n(66968),u=n(59804),l=u.Ay.span.withConfig({displayName:"Trigger",componentId:"sc-1q.mjssw-0"})(["display:inline-flex;position:relative;"]);var f=n(33813),p=n(21528),b=["children","overlay","placement","withPortal","closeOverlay","domNode","className"];function d(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 g=a.forwardRef((function(e,t){var n=e.children,r=e.overlay,u=e.placement,d=e.withPortal,g=e.closeOverlay,m=e.domNode,v=e.className,_=(0,i.A)(e,b);return u&&(0,f.PO)(u,"OverlayTrigger"),a.createElement(l,Object.assign({},_,{ref:t,className:(0,p.ZP)(["overlay-trigger"],v),"data-encore-id":o.j.OverlayTrigger}),n,r&&(d&&(0,p.YY)()&&"function"!=typeof t&&null!=t&&t.current?a.createElement(c.z,{overlayPosition:t.current.getBoundingClientRect(),closeOverlay:g,domNode:m},a.createElement(h.h,{className:(0,p.ZP)(["overlay-trigger__overlay"]),$placement:(0,s.E)(u)},r)):a.createElement(h.h,{className:(0,p.ZP)(["overlay-trigger__overlay"]),$placement:(0,s.E)(u)},r)))})),m=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?d(Object(n),!0).forEach((function(t){(0,r.A)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):d(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},s.G),v=Object.assign(g,m),_=["children","onShow","onHide","withPortal","domNode"];function E(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 y=u.Ay.span.withConfig({displayName:"TooltipTrigger__TriggerContainer",componentId:"sc-13ojzs2-0"})(["display:inline-flex;"]),A=a.forwardRef((function(e,t){var n=e.children,r=e.onShow,s=void 0===r?function(){}:r,c=e.onHide,h=void 0===c?function(){}:c,u=e.withPortal,l=e.domNode,f=(0,i.A)(e,_),p=a.useRef(null),b=null,d=function(e){h(e),b&&(window.clearTimeout(b),b=null)};(0,a.useEffect)((function(){return function(){b&&window.clearTimeout(b)}}),[b]);var g={},m="onMouseOver",E="onMouseOut";return"undefined"!=typeof window&&"PointerEvent"in window&&(m="onPointerEnter",E="onPointerLeave"),g[m]=s,g[E]=d,a.createElement(v,Object.assign({},f,{withPortal:u,domNode:l,ref:u?t||p:null,closeOverlay:d,"data-encore-id":o.j.TooltipTrigger}),a.createElement(y,Object.assign({},g,{onFocus:s,onBlur:d,onKeyDown:function(e){27===e.which&&h(e)}}),n))})),L=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?E(Object(n),!0).forEach((function(t){(0,r.A)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):E(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},s.G),H=Object.assign(A,L)},47517:(e,t,n)=>{n.d(t,{K:()=>f});var r=n(32511),i=n(30758),a=n(63616),o=n(13505),s=n(33813),c=n(59804),h=n(21528),u=["as","listStyleReset","condensed","variant","weight"],l=(0,c.Ay)(o.E).withConfig({displayName:"TypeListItem__TypeListItemElement",componentId:"sc-q1l2mf-0"})(["display:list-item;padding-block-end:",";",";"],(function(e){return!e.$condensed&&"1em"}),(function(e){return e.$listStyleReset&&"list-style-type: none"})),f=i.forwardRef((function(e,t){var n=e.as,o=void 0===n?"li":n,c=e.listStyleReset,f=void 0!==c&&c,p=e.condensed,b=e.variant,d=e.weight,g=(0,r.A)(e,u);return b&&(0,s.VV)("TypeListItem",b,d),i.createElement(l,Object.assign({},g,{ref:t,forwardedAs:o,variant:b&&(0,h.xs)(b,d),$condensed:p,$listStyleReset:f,"data-encore-id":a.j.TypeListItem}))}))},37:(e,t,n)=>{n.d(t,{Z:()=>s});const r="music",i="6.0.0",a="default",o="12.2.0";function s(e){return new c(e)}class c{constructor(e){this._path=[{name:"desktop-premium-page",...e.data}],e?.parentAbsoluteLocation&&(this._parentAbsoluteLocation=e.parentAbsoluteLocation)}heroContainerFactory(e){return new c.HeroContainerEventFactory({path:this._path,parentAbsoluteLocation:this._parentAbsoluteLocation,data:e})}educationListContainerFactory(){return new c.EducationListContainerEventFactory({path:this._path,parentAbsoluteLocation:this._parentAbsoluteLocation})}storefrontContainerFactory(e){return new c.StorefrontContainerEventFactory({path:this._path,parentAbsoluteLocation:this._parentAbsoluteLocation,data:e})}comparisonTableFactory(){return new c.ComparisonTableEventFactory({path:this._path,parentAbsoluteLocation:this._parentAbsoluteLocation})}_getCurrentLocation(){return{pathNodes:this._path,specMode:[a,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[i,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const e=this._parentAbsoluteLocation?.locations;return{locations:[...e||[],this._getCurrentLocation()]}}impression(){return{app:r,generatorVersion:o,specificationVersion:i,specificationMode:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}}!function(e){e.HeroContainerEventFactory=class{constructor({path:e,parentAbsoluteLocation:t,data:n}){this._path=e.concat({...n,name:"hero_container"}),t&&(this._parentAbsoluteLocation=t)}heroCheckoutButtonFactory(t){return new e.HeroContainerEventFactory.HeroCheckoutButtonEventFactory({path:this._path,parentAbsoluteLocation:this._parentAbsoluteLocation,data:t})}heroViewPlansButtonFactory(){return new e.HeroContainerEventFactory.HeroViewPlansButtonEventFactory({path:this._path,parentAbsoluteLocation:this._parentAbsoluteLocation})}_getCurrentLocation(){return{pathNodes:this._path,specMode:[a,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[i,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const e=this._parentAbsoluteLocation?.locations;return{locations:[...e||[],this._getCurrentLocation()]}}impression(){return{app:r,generatorVersion:o,specificationVersion:i,specificationMode:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}}}(c||(c={})),function(e){e.EducationListContainerEventFactory=class{constructor({path:e,parentAbsoluteLocation:t,data:n}){this._path=e.concat({name:"education_list_container"}),t&&(this._parentAbsoluteLocation=t)}_getCurrentLocation(){return{pathNodes:this._path,specMode:[a,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[i,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const e=this._parentAbsoluteLocation?.locations;return{locations:[...e||[],this._getCurrentLocation()]}}impression(){return{app:r,generatorVersion:o,specificationVersion:i,specificationMode:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}}}(c||(c={})),function(e){e.StorefrontContainerEventFactory=class{constructor({path:e,parentAbsoluteLocation:t,data:n}){this._path=e.concat({...n,name:"storefront_container"}),t&&(this._parentAbsoluteLocation=t)}planCardFactory(t){return new e.StorefrontContainerEventFactory.PlanCardEventFactory({path:this._path,parentAbsoluteLocation:this._parentAbsoluteLocation,data:t})}_getCurrentLocation(){return{pathNodes:this._path,specMode:[a,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[i,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const e=this._parentAbsoluteLocation?.locations;return{locations:[...e||[],this._getCurrentLocation()]}}impression(){return{app:r,generatorVersion:o,specificationVersion:i,specificationMode:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}}}(c||(c={})),function(e){e.ComparisonTableEventFactory=class{constructor({path:e,parentAbsoluteLocation:t,data:n}){this._path=e.concat({name:"comparison_table"}),t&&(this._parentAbsoluteLocation=t)}premiumFeatureFactory(t){return new e.ComparisonTableEventFactory.PremiumFeatureEventFactory({path:this._path,parentAbsoluteLocation:this._parentAbsoluteLocation,data:t})}_getCurrentLocation(){return{pathNodes:this._path,specMode:[a,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[i,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const e=this._parentAbsoluteLocation?.locations;return{locations:[...e||[],this._getCurrentLocation()]}}impression(){return{app:r,generatorVersion:o,specificationVersion:i,specificationMode:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}}}(c||(c={})),function(e){!function(e){e.HeroCheckoutButtonEventFactory=class{constructor({path:e,parentAbsoluteLocation:t,data:n}){this._path=e.concat({...n,name:"hero_checkout_button"}),t&&(this._parentAbsoluteLocation=t)}_getCurrentLocation(){return{pathNodes:this._path,specMode:[a,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[i,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const e=this._parentAbsoluteLocation?.locations;return{locations:[...e||[],this._getCurrentLocation()]}}hitNavigateToExternalUri({destination:e}){return{actionParameterNames:["destination"],actionParameterValues:[e.toString()],actionName:"navigate_to_external_uri",actionVersion:1,app:r,generatorVersion:o,interactionType:"hit",specificationMode:a,specificationVersion:i,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}}}(e.HeroContainerEventFactory||(e.HeroContainerEventFactory={}))}(c||(c={})),function(e){!function(e){e.HeroViewPlansButtonEventFactory=class{constructor({path:e,parentAbsoluteLocation:t,data:n}){this._path=e.concat({name:"hero_view_plans_button"}),t&&(this._parentAbsoluteLocation=t)}_getCurrentLocation(){return{pathNodes:this._path,specMode:[a,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[i,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const e=this._parentAbsoluteLocation?.locations;return{locations:[...e||[],this._getCurrentLocation()]}}hitQuickScroll(){return{actionName:"quick_scroll",actionVersion:1,app:r,generatorVersion:o,interactionType:"hit",specificationMode:a,specificationVersion:i,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}}}(e.HeroContainerEventFactory||(e.HeroContainerEventFactory={}))}(c||(c={})),function(e){!function(t){t.PlanCardEventFactory=class{constructor({path:e,parentAbsoluteLocation:t,data:n}){this._path=e.concat({...n,name:"plan_card"}),t&&(this._parentAbsoluteLocation=t)}planCardButtonFactory(t){return new e.StorefrontContainerEventFactory.PlanCardEventFactory.PlanCardButtonEventFactory({path:this._path,parentAbsoluteLocation:this._parentAbsoluteLocation,data:t})}_getCurrentLocation(){return{pathNodes:this._path,specMode:[a,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[i,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const e=this._parentAbsoluteLocation?.locations;return{locations:[...e||[],this._getCurrentLocation()]}}impression(){return{app:r,generatorVersion:o,specificationVersion:i,specificationMode:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}}}(e.StorefrontContainerEventFactory||(e.StorefrontContainerEventFactory={}))}(c||(c={})),function(e){!function(e){e.PremiumFeatureEventFactory=class{constructor({path:e,parentAbsoluteLocation:t,data:n}){this._path=e.concat({...n,name:"premium_feature"}),t&&(this._parentAbsoluteLocation=t)}_getCurrentLocation(){return{pathNodes:this._path,specMode:[a,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[i,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const e=this._parentAbsoluteLocation?.locations;return{locations:[...e||[],this._getCurrentLocation()]}}impression(){return{app:r,generatorVersion:o,specificationVersion:i,specificationMode:a,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}}}(e.ComparisonTableEventFactory||(e.ComparisonTableEventFactory={}))}(c||(c={})),function(e){!function(e){!function(e){e.PlanCardButtonEventFactory=class{constructor({path:e,parentAbsoluteLocation:t,data:n}){this._path=e.concat({...n,name:"plan_card_button"}),t&&(this._parentAbsoluteLocation=t)}_getCurrentLocation(){return{pathNodes:this._path,specMode:[a,...[...Array(this._path.length-1)].map((()=>""))],specVersion:[i,...[...Array(this._path.length-1)].map((()=>""))]}}getAbsoluteLocation(){const e=this._parentAbsoluteLocation?.locations;return{locations:[...e||[],this._getCurrentLocation()]}}hitNavigateToExternalUri({destination:e}){return{actionParameterNames:["destination"],actionParameterValues:[e.toString()],actionName:"navigate_to_external_uri",actionVersion:1,app:r,generatorVersion:o,interactionType:"hit",specificationMode:a,specificationVersion:i,annotatorConfigurationVersion:"",annotatorVersion:"",location:this._getCurrentLocation(),parentAbsoluteLocation:this._parentAbsoluteLocation}}}}(e.PlanCardEventFactory||(e.PlanCardEventFactory={}))}(e.StorefrontContainerEventFactory||(e.StorefrontContainerEventFactory={}))}(c||(c={}))}}]);