/g,">")))})),e}},{}],43:[function(t,e,n){"use strict";var r=t("./validate-selector"),i=t("./filter-style-keys"),o=t("./filter-style-values");function s(t,e,n){var i,a,u=t+"{";return e=e||{},!function(t){return/^@media\s+/i.test(t)}(t)?(i=n(e),a=o(i),Object.keys(a).forEach((function(t){u+=t+":"+a[t]+";"}))):Object.keys(e).forEach((function(t){r(t)&&(u+=s(t,e[t],n))})),u+="}"}e.exports=function(t,e,n){var o,a=0,u=document.createElement("style");function c(t){return i(t,e,n)}return document.querySelector("head").appendChild(u),o=u.sheet||u.styleSheet,t=t||{},e=e||[],Object.keys(t).forEach((function(e){var n;if(r(e)){n=s(e,t[e],c);try{o.insertRule?o.insertRule(n,a):o.addRule(e,n.replace(/^[^{]+/,"").replace(/{|}/g,""),a),a++}catch(t){if(!t instanceof SyntaxError)throw t}}})),u}},{"./filter-style-keys":41,"./filter-style-values":42,"./validate-selector":44}],44:[function(t,e,n){"use strict";e.exports=function(t){return 0!==t.trim().length&&(!/supports/i.test(t)&&(!/import/i.test(t)&&(!/\{|\}/.test(t)&&!/-1}(t)}}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"@braintree/browser-detection/is-android":3,"@braintree/browser-detection/is-chrome":5,"@braintree/browser-detection/is-chrome-os":4,"@braintree/browser-detection/is-ie9":11,"@braintree/browser-detection/is-ios":13}],48:[function(t,e,n){"use strict";var r=t("./parse-pattern"),i=t("../is-backspace");function o(t){this.setPattern(t)}o.prototype.setPattern=function(t){if("string"!=typeof t)throw new Error("A valid pattern string is required");this.pattern=r(t)},o.prototype.format=function(t){var e,n,r,i=t.value,o=0,s="",a={start:t.selection.start,end:t.selection.end};for(e=0;ei.length));e++)if(n.isPermaChar)null==r&&s.length!==n.index||(s+=n.value,n.index<=a.start&&a.start++,n.index<=a.end&&a.end++);else for(;o1&&(n.cid=e[1])})),i={f:t.substr(0,32),fp:n,bu:!1,s:C},o.text=JSON.stringify(i)},N.prototype.request=function(t,e){var n=this,i=new d((function(e,i){var o,s,c,l,d,f=Boolean("payment_methods/credit_cards"===t.endpoint&&n.getConfiguration().gatewayConfiguration.creditCards.collectDeviceData);if("graphQLApi"!==t.api&&(t.method?t.endpoint||(o="options.endpoint"):o="options.method"),o)throw new a({type:E.CLIENT_OPTION_REQUIRED.type,code:E.CLIENT_OPTION_REQUIRED.code,message:o+" is required when making a request."});if(s="api"in t?t.api:"clientApi",l={method:t.method,graphQL:n._graphQL,timeout:t.timeout,metadata:n._configuration.analyticsMetadata},"clientApi"===s)c=n._clientApiBaseUrl,l.data=p(n._configuration,t.data);else{if("graphQLApi"!==s)throw new a({type:E.CLIENT_OPTION_INVALID.type,code:E.CLIENT_OPTION_INVALID.code,message:"options.api is invalid."});c=_[n._configuration.gatewayConfiguration.environment],t.endpoint="",l.method="post",l.data=y({clientSdkMetadata:{source:n._configuration.analyticsMetadata.source,integration:n._configuration.analyticsMetadata.integration,sessionId:n._configuration.analyticsMetadata.sessionId}},t.data),l.headers={Authorization:"Bearer "+((d=n._configuration).authorizationFingerprint||d.authorization),"Braintree-Version":r}}l.url=c+t.endpoint,l.sendAnalyticsEvent=function(t){g.sendEvent(n,t)},n._request(l,(function(t,r,o){var c,l;l=function(t,e){var n;-1===t?n=new a(E.CLIENT_REQUEST_TIMEOUT):403===t?n=new a(E.CLIENT_AUTHORIZATION_INSUFFICIENT):429===t?n=new a(E.CLIENT_RATE_LIMITED):t>=500?n=new a(E.CLIENT_GATEWAY_NETWORK):(t<200||t>=400)&&(n=u(e,{type:E.CLIENT_REQUEST_ERROR.type,code:E.CLIENT_REQUEST_ERROR.code,message:E.CLIENT_REQUEST_ERROR.message}));if(n)return n.details=n.details||{},n.details.httpStatus=t,n}(o,t),l?i(l):"graphQLApi"===s&&r.errors?i(u(r.errors,{type:E.CLIENT_GRAPHQL_REQUEST_ERROR.type,code:E.CLIENT_GRAPHQL_REQUEST_ERROR.code,message:E.CLIENT_GRAPHQL_REQUEST_ERROR.message})):(c=y({_httpStatus:o},r),f&&c.creditCards&&c.creditCards.length>0&&(n._findOrCreateFraudnetJSON(c.creditCards[0].nonce),T.loadScript({src:x,forceScriptReload:!0})),e(c))}))}));return"function"==typeof e?(e=h(m(e)),void i.then((function(t){e(null,t,t._httpStatus)})).catch((function(t){var n=t&&t.details&&t.details.httpStatus;e(t,null,n)}))):i},N.prototype.toJSON=function(){return this.getConfiguration()},N.prototype.getVersion=function(){return v},N.prototype.teardown=f((function(){return delete O[this.getConfiguration().authorization],I(this,b(N.prototype)),d.resolve()})),e.exports=N},{"../lib/add-metadata":111,"../lib/analytics":112,"../lib/assets":113,"../lib/assign":114,"../lib/braintree-error":115,"../lib/constants":119,"../lib/convert-methods-to-error":120,"../lib/convert-to-braintree-error":121,"../lib/create-authorization-data":122,"../lib/deferred":124,"../lib/is-verified-domain":129,"../lib/methods":131,"../lib/once":132,"../lib/promise":133,"./constants":66,"./errors":67,"./get-configuration":68,"./request":79,"./request/graphql":77,"@braintree/wrap-promise":21}],66:[function(t,e,n){"use strict";e.exports={BRAINTREE_VERSION:"2018-05-10"}},{}],67:[function(t,e,n){"use strict";var r=t("../lib/braintree-error");e.exports={CLIENT_GATEWAY_CONFIGURATION_INVALID_DOMAIN:{type:r.types.MERCHANT,code:"CLIENT_GATEWAY_CONFIGURATION_INVALID_DOMAIN"},CLIENT_OPTION_REQUIRED:{type:r.types.MERCHANT,code:"CLIENT_OPTION_REQUIRED"},CLIENT_OPTION_INVALID:{type:r.types.MERCHANT,code:"CLIENT_OPTION_INVALID"},CLIENT_MISSING_GATEWAY_CONFIGURATION:{type:r.types.INTERNAL,code:"CLIENT_MISSING_GATEWAY_CONFIGURATION",message:"Missing gatewayConfiguration."},CLIENT_INVALID_AUTHORIZATION:{type:r.types.MERCHANT,code:"CLIENT_INVALID_AUTHORIZATION",message:"Authorization is invalid. Make sure your client token or tokenization key is valid."},CLIENT_GATEWAY_NETWORK:{type:r.types.NETWORK,code:"CLIENT_GATEWAY_NETWORK",message:"Cannot contact the gateway at this time."},CLIENT_REQUEST_TIMEOUT:{type:r.types.NETWORK,code:"CLIENT_REQUEST_TIMEOUT",message:"Request timed out waiting for a reply."},CLIENT_REQUEST_ERROR:{type:r.types.NETWORK,code:"CLIENT_REQUEST_ERROR",message:"There was a problem with your request."},CLIENT_GRAPHQL_REQUEST_ERROR:{type:r.types.NETWORK,code:"CLIENT_GRAPHQL_REQUEST_ERROR",message:"There was a problem with your request."},CLIENT_RATE_LIMITED:{type:r.types.MERCHANT,code:"CLIENT_RATE_LIMITED",message:"You are being rate-limited; please try again in a few minutes."},CLIENT_AUTHORIZATION_INSUFFICIENT:{type:r.types.MERCHANT,code:"CLIENT_AUTHORIZATION_INSUFFICIENT",message:"The authorization used has insufficient privileges."}}},{"../lib/braintree-error":115}],68:[function(t,e,n){(function(n){"use strict";var r=t("../lib/braintree-error"),i=t("../lib/promise"),o=t("@braintree/wrap-promise"),s=t("./request"),a=t("../lib/vendor/uuid"),u=t("../lib/constants"),c=t("./errors"),l=t("./request/graphql"),p=t("../lib/constants").GRAPHQL_URLS,d=t("../lib/is-date-string-before-or-on"),f=t("./constants").BRAINTREE_VERSION;e.exports={getConfiguration:o((function(t){return new i((function(e,i){var o,h,m,y,g=a(),E={merchantAppId:n.location.host,platform:u.PLATFORM,sdkVersion:u.VERSION,source:u.SOURCE,integration:u.INTEGRATION,integrationType:u.INTEGRATION,sessionId:g};h=t.attrs,m=t.configUrl,h._meta=E,h.braintreeLibraryVersion=u.BRAINTREE_LIBRARY_VERSION,h.configVersion="3",y={url:m,method:"GET",data:h},h.authorizationFingerprint&&t.graphQL?(d(t.graphQL.date,f)&&(y.graphQL=new l({graphQL:{url:t.graphQL.url,features:["configuration"]}})),y.metadata=E):h.tokenizationKey&&(y.graphQL=new l({graphQL:{url:p[t.environment],features:["configuration"]}}),y.metadata=E),s(y,(function(t,n,s){var a;if(t)return a=403===s?c.CLIENT_AUTHORIZATION_INSUFFICIENT:c.CLIENT_GATEWAY_NETWORK,void i(new r({type:a.type,code:a.code,message:a.message,details:{originalError:t}}));o={authorizationType:h.tokenizationKey?"TOKENIZATION_KEY":"CLIENT_TOKEN",authorizationFingerprint:h.authorizationFingerprint,analyticsMetadata:E,gatewayConfiguration:n},e(o)}))}))}))}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"../lib/braintree-error":115,"../lib/constants":119,"../lib/is-date-string-before-or-on":128,"../lib/promise":133,"../lib/vendor/uuid":138,"./constants":66,"./errors":67,"./request":79,"./request/graphql":77,"@braintree/wrap-promise":21}],69:[function(t,e,n){"use strict";var r=t("../../lib/querystring"),i=t("../../lib/assign").assign,o=t("./prep-body"),s=t("./parse-body"),a=t("./xhr"),u=a.isAvailable,c=t("./graphql/request"),l=t("./default-request");function p(t,e,n){var d,f,h,m,y,g,E,v=t.url,_=t.graphQL,b=t.timeout,I=a.getRequestObject(),T=n,A=Boolean(_&&_.isGraphQLRequest(v,t.data));t.headers=i({"Content-Type":"application/json"},t.headers),v=(h=A?new c(t):new l(t)).getUrl(),m=h.getBody(),y=h.getMethod(),g=h.getHeaders(),"GET"===y&&(v=r.queryify(v,m),m=null),u?I.onreadystatechange=function(){if(4===I.readyState){if(0===I.status&&A)return delete t.graphQL,void p(t,e,n);if(E=s(I.responseText),f=h.adaptResponseBody(E),(d=h.determineStatus(I.status,E))>=400||d<200){if(A&&function(t){var e=!t.data&&t.errors&&t.errors[0]&&t.errors[0].extensions&&t.errors[0].extensions.errorClass;return"UNKNOWN"===e||"INTERNAL"===e}(E))return delete t.graphQL,void p(t,e,n);if(e<1&&function(t){return!t||408===t}(d))return e++,void p(t,e,n);T(f||"error",null,d||500)}else T(null,f,d)}}:(t.headers&&(v=r.queryify(v,g)),I.onload=function(){T(null,s(I.responseText),I.status)},I.onerror=function(){T("error",null,500)},I.onprogress=function(){},I.ontimeout=function(){T("timeout",null,-1)});try{I.open(y,v,!0)}catch(r){if(!A)throw r;return delete t.graphQL,void p(t,e,n)}I.timeout=b,u&&Object.keys(g).forEach((function(t){I.setRequestHeader(t,g[t])}));try{I.send(o(y,m))}catch(t){}}e.exports={request:function(t,e){p(t,0,e)}}},{"../../lib/assign":114,"../../lib/querystring":134,"./default-request":70,"./graphql/request":78,"./parse-body":82,"./prep-body":83,"./xhr":84}],70:[function(t,e,n){"use strict";function r(t){this._url=t.url,this._data=t.data,this._method=t.method,this._headers=t.headers}r.prototype.getUrl=function(){return this._url},r.prototype.getBody=function(){return this._data},r.prototype.getMethod=function(){return this._method},r.prototype.getHeaders=function(){return this._headers},r.prototype.adaptResponseBody=function(t){return t},r.prototype.determineStatus=function(t){return t},e.exports=r},{}],71:[function(t,e,n){(function(t){"use strict";e.exports=function(){return t.navigator.userAgent}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],72:[function(t,e,n){"use strict";var r=t("./error"),i=t("../../../../lib/assign").assign,o={AMERICAN_EXPRESS:"American Express",DISCOVER:"Discover",INTERNATIONAL_MAESTRO:"Maestro",JCB:"JCB",MASTERCARD:"MasterCard",SOLO:"Solo",UK_MAESTRO:"UK Maestro",UNION_PAY:"UnionPay",VISA:"Visa"},s={VISA:"visa",MASTERCARD:"mastercard",DISCOVER:"discover",AMERICAN_EXPRESS:"amex"},a={VISA:"Visa",MASTERCARD:"MasterCard",DISCOVER:"Discover",AMERICAN_EXPRESS:"American Express"},u={VISA:"visa",MASTERCARD:"mastercard",DISCOVER:"discover",AMERICAN_EXPRESS:"amex"},c={VISA:"visa",MASTERCARD:"master",DISCOVER:"discover",AMERICAN_EXPRESS:"amex",DINERS:"diners",INTERNATIONAL_MAESTRO:"maestro",JCB:"jcb"};function l(t,e){return t.reduce((function(t,n){return e.hasOwnProperty(n)?t.concat(e[n]):t}),[])}e.exports=function(t,e){var n;return n=t.data&&!t.errors?function(t,e){var n,r=t.data.clientConfiguration;n={environment:r.environment.toLowerCase(),clientApiUrl:r.clientApiUrl,assetsUrl:r.assetsUrl,analytics:{url:r.analyticsUrl},merchantId:r.merchantId,venmo:"off"},r.supportedFeatures&&(n.graphQL={url:e._graphQL._config.url,features:r.supportedFeatures.map((function(t){return t.toLowerCase()}))});r.braintreeApi&&(n.braintreeApi=r.braintreeApi);r.applePayWeb&&(n.applePayWeb=r.applePayWeb,n.applePayWeb.supportedNetworks=l(r.applePayWeb.supportedCardBrands,s),delete n.applePayWeb.supportedCardBrands);r.ideal&&(n.ideal=r.ideal);r.kount&&(n.kount={kountMerchantId:r.kount.merchantId});r.creditCard?(n.challenges=r.creditCard.challenges.map((function(t){return t.toLowerCase()})),n.creditCards={supportedCardTypes:l(r.creditCard.supportedCardBrands,o)},n.threeDSecureEnabled=r.creditCard.threeDSecureEnabled,n.threeDSecure=r.creditCard.threeDSecure):(n.challenges=[],n.creditCards={supportedCardTypes:[]},n.threeDSecureEnabled=!1);r.googlePay&&(n.androidPay={displayName:r.googlePay.displayName,enabled:!0,environment:r.googlePay.environment.toLowerCase(),googleAuthorizationFingerprint:r.googlePay.googleAuthorization,paypalClientId:r.googlePay.paypalClientId,supportedNetworks:l(r.googlePay.supportedCardBrands,u)});r.venmo&&(n.payWithVenmo={merchantId:r.venmo.merchantId,accessToken:r.venmo.accessToken,environment:r.venmo.environment.toLowerCase()});r.paypal?(n.paypalEnabled=!0,n.paypal=i({},r.paypal),n.paypal.currencyIsoCode=n.paypal.currencyCode,n.paypal.environment=n.paypal.environment.toLowerCase(),delete n.paypal.currencyCode):n.paypalEnabled=!1;r.unionPay&&(n.unionPay={enabled:!0,merchantAccountId:r.unionPay.merchantAccountId});r.visaCheckout&&(n.visaCheckout={apikey:r.visaCheckout.apiKey,externalClientId:r.visaCheckout.externalClientId,supportedCardTypes:l(r.visaCheckout.supportedCardBrands,a)});r.masterpass&&(n.masterpass={merchantCheckoutId:r.masterpass.merchantCheckoutId,supportedNetworks:l(r.masterpass.supportedCardBrands,c)});r.usBankAccount&&(n.usBankAccount={routeId:r.usBankAccount.routeId,plaid:{publicKey:r.usBankAccount.plaidPublicKey}});return n}(t,e):r(t),n}},{"../../../../lib/assign":114,"./error":74}],73:[function(t,e,n){"use strict";var r=t("./error"),i={AMERICAN_EXPRESS:"American Express",DINERS:"Discover",DISCOVER:"Discover",INTERNATIONAL_MAESTRO:"Maestro",JCB:"JCB",MASTERCARD:"MasterCard",UK_MAESTRO:"Maestro",UNION_PAY:"Union Pay",VISA:"Visa"},o={YES:"Yes",NO:"No",UNKNOWN:"Unknown"},s={PSDTWO:"psd2"};e.exports=function(t){return t.data&&!t.errors?function(t){var e,n,r=t.data.tokenizeCreditCard,a=r.creditCard,u=a.last4?a.last4.substr(2,4):"",c=a.binData;c&&(["commercial","debit","durbinRegulated","healthcare","payroll","prepaid"].forEach((function(t){c[t]?c[t]=o[c[t]]:c[t]="Unknown"})),["issuingBank","countryOfIssuance","productId"].forEach((function(t){c[t]||(c[t]="Unknown")})));e={creditCards:[{binData:c,consumed:!1,description:u?"ending in "+u:"",nonce:r.token,details:{expirationMonth:a.expirationMonth,expirationYear:a.expirationYear,bin:a.bin||"",cardType:i[a.brandCode]||"Unknown",lastFour:a.last4||"",lastTwo:u},type:"CreditCard",threeDSecureInfo:null}]},r.authenticationInsight&&(n=r.authenticationInsight.customerAuthenticationRegulationEnvironment,e.creditCards[0].authenticationInsight={regulationEnvironment:s[n]||n.toLowerCase()});return e}(t):r(t)}},{"./error":74}],74:[function(t,e,n){"use strict";function r(t,e,n){var i,o=e.extensions.legacyCode,s=t[0];1!==t.length?(n.forEach((function(t){t.field===s&&(i=t)})),i||(i={field:s,fieldErrors:[]},n.push(i)),r(t.slice(1),e,i.fieldErrors)):n.push({code:o,field:s,message:e.message})}function i(t){return{creditCard:"Credit card is invalid"}[t[0].field]}e.exports=function(t){var e,n=t.errors&&t.errors[0]&&t.errors[0].extensions&&t.errors[0].extensions.errorClass;return e="VALIDATION"===n?function(t){var e=function(t){var e=[];return t.forEach((function(t){t.extensions&&t.extensions.inputPath&&r(t.extensions.inputPath.slice(1),t,e)})),e}(t.errors);if(0===e.length)return{error:{message:t.errors[0].message}};return{error:{message:i(e)},fieldErrors:e}}(t):n?function(t){return{error:{message:t.errors[0].message},fieldErrors:[]}}(t):{error:{message:"There was a problem serving your request"},fieldErrors:[]},e}},{}],75:[function(t,e,n){"use strict";e.exports=function(){return{query:"query ClientConfiguration { clientConfiguration { analyticsUrl environment merchantId assetsUrl clientApiUrl creditCard { supportedCardBrands challenges threeDSecureEnabled threeDSecure { cardinalAuthenticationJWT } } applePayWeb { countryCode currencyCode merchantIdentifier supportedCardBrands } googlePay { displayName supportedCardBrands environment googleAuthorization paypalClientId } ideal { routeId assetsUrl } kount { merchantId } masterpass { merchantCheckoutId supportedCardBrands } paypal { displayName clientId privacyUrl userAgreementUrl assetsUrl environment environmentNoNetwork unvettedMerchant braintreeClientId billingAgreementsEnabled merchantAccountId currencyCode payeeEmail } unionPay { merchantAccountId } usBankAccount { routeId plaidPublicKey } venmo { merchantId accessToken environment } visaCheckout { apiKey externalClientId supportedCardBrands } braintreeApi { accessToken url } supportedFeatures } }",operationName:"ClientConfiguration"}}},{}],76:[function(t,e,n){"use strict";var r=t("../../../../lib/assign").assign;function i(t,e){var n=t.creditCard,i=n&&n.billingAddress,o=n&&n.expirationDate,s=n&&(n.expirationMonth||o&&o.split("/")[0].trim()),a=n&&(n.expirationYear||o&&o.split("/")[1].trim()),u={input:{creditCard:{number:n&&n.number,expirationMonth:s,expirationYear:a,cvv:n&&n.cvv,cardholderName:n&&n.cardholderName},options:{}}};return e.hasAuthenticationInsight&&(u.authenticationInsightInput={merchantAccountId:t.merchantAccountId}),i&&(u.input.creditCard.billingAddress=i),u.input=function(t,e){var n;t.creditCard&&t.creditCard.options&&"boolean"==typeof t.creditCard.options.validate?n=t.creditCard.options.validate:t.authorizationFingerprint&&t.tokenizationKey||t.authorizationFingerprint?n=!0:t.tokenizationKey&&(n=!1);"boolean"==typeof n&&(e.options=r({validate:n},e.options));return e}(t,u.input),u}e.exports=function(t){var e,n,r,o={hasAuthenticationInsight:Boolean(t.authenticationInsight&&t.merchantAccountId)};return{query:(e=o,n=e.hasAuthenticationInsight,r="mutation TokenizeCreditCard($input: TokenizeCreditCardInput!",n&&(r+=", $authenticationInsightInput: AuthenticationInsightInput!"),r+=") { tokenizeCreditCard(input: $input) { token creditCard { bin brandCode last4 expirationMonth expirationYear binData { prepaid healthcare debit durbinRegulated commercial payroll issuingBank countryOfIssuance productId } } ",n&&(r+=" authenticationInsight(input: $authenticationInsightInput) { customerAuthenticationRegulationEnvironment }"),r+=" } }"),variables:i(t,o),operationName:"TokenizeCreditCard"}}},{"../../../../lib/assign":114}],77:[function(t,e,n){"use strict";var r=t("../../browser-detection"),i={tokenize_credit_cards:"payment_methods/credit_cards",configuration:"configuration"},o=["creditCard.options.unionPayEnrollment"];function s(t){this._config=t.graphQL}s.prototype.getGraphQLEndpoint=function(){return this._config.url},s.prototype.isGraphQLRequest=function(t,e){var n,s=this.getClientApiPath(t);return!(!this._isGraphQLEnabled()||!s||r.isIe9())&&(n=this._config.features.some((function(t){return i[t]===s})),!function(t){return o.some((function(e){return void 0!==e.split(".").reduce((function(t,e){return t&&t[e]}),t)}))}(e)&&n)},s.prototype.getClientApiPath=function(t){var e,n=t.split("/client_api/v1/");return n.length>1&&(e=n[1].split("?")[0]),e},s.prototype._isGraphQLEnabled=function(){return Boolean(this._config)},e.exports=s},{"../../browser-detection":64}],78:[function(t,e,n){"use strict";var r=t("../../constants").BRAINTREE_VERSION,i=t("../../../lib/assign").assign,o=t("./generators/credit-card-tokenization"),s=t("./adapters/credit-card-tokenization"),a=t("./generators/configuration"),u=t("./adapters/configuration"),c={"payment_methods/credit_cards":o,configuration:a},l={"payment_methods/credit_cards":s,configuration:u};function p(t){var e=t.graphQL.getClientApiPath(t.url);this._graphQL=t.graphQL,this._data=t.data,this._method=t.method,this._headers=t.headers,this._clientSdkMetadata={source:t.metadata.source,integration:t.metadata.integration,sessionId:t.metadata.sessionId},this._sendAnalyticsEvent=t.sendAnalyticsEvent||Function.prototype,this._generator=c[e],this._adapter=l[e],this._sendAnalyticsEvent("graphql.init")}function d(t){var e={};return Object.keys(t).forEach((function(n){var r,i=-1===(r=n).indexOf("_")?r:r.toLowerCase().replace(/(\_\w)/g,(function(t){return t[1].toUpperCase()}));"object"==typeof t[n]?e[i]=d(t[n]):"number"==typeof t[n]?e[i]=String(t[n]):e[i]=t[n]})),e}p.prototype.getUrl=function(){return this._graphQL.getGraphQLEndpoint()},p.prototype.getBody=function(){var t=d(this._data),e=this._generator(t),n=i({clientSdkMetadata:this._clientSdkMetadata},e);return JSON.stringify(n)},p.prototype.getMethod=function(){return"POST"},p.prototype.getHeaders=function(){var t,e;return this._data.authorizationFingerprint?(this._sendAnalyticsEvent("graphql.authorization-fingerprint"),t=this._data.authorizationFingerprint):(this._sendAnalyticsEvent("graphql.tokenization-key"),t=this._data.tokenizationKey),e={Authorization:"Bearer "+t,"Braintree-Version":r},i({},this._headers,e)},p.prototype.adaptResponseBody=function(t){return this._adapter(t,this)},p.prototype.determineStatus=function(t,e){var n,r;return 200===t?(r=e.errors&&e.errors[0]&&e.errors[0].extensions&&e.errors[0].extensions.errorClass,n=e.data&&!e.errors?200:"VALIDATION"===r?422:"AUTHORIZATION"===r?403:"AUTHENTICATION"===r?401:function(t,e){return!t&&e.errors[0].message}(r,e)?403:500):n=t||500,this._sendAnalyticsEvent("graphql.status."+t),this._sendAnalyticsEvent("graphql.determinedStatus."+n),n},e.exports=p},{"../../../lib/assign":114,"../../constants":66,"./adapters/configuration":72,"./adapters/credit-card-tokenization":73,"./generators/configuration":75,"./generators/credit-card-tokenization":76}],79:[function(t,e,n){"use strict";var r,i=t("../../lib/once"),o=t("./jsonp-driver"),s=t("./ajax-driver"),a=t("./get-user-agent"),u=t("./is-http");e.exports=function(t,e){e=i(e||Function.prototype),t.method=(t.method||"GET").toUpperCase(),t.timeout=null==t.timeout?6e4:t.timeout,t.data=t.data||{},null==r&&(r=!(u()&&/MSIE\s(8|9)/.test(a()))),r?s.request(t,e):o.request(t,e)}},{"../../lib/once":132,"./ajax-driver":69,"./get-user-agent":71,"./is-http":80,"./jsonp-driver":81}],80:[function(t,e,n){(function(t){"use strict";e.exports=function(){return"http:"===t.location.protocol}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],81:[function(t,e,n){(function(n){"use strict";var r,i=t("../../lib/vendor/uuid"),o=t("../../lib/querystring"),s={};function a(t){try{delete n[t]}catch(e){n[t]=null}}e.exports={request:function(t,e){var u,c="callback_json_"+i().replace(/-/g,""),l=t.url,p=t.data,d=t.method,f=t.timeout;l=o.queryify(l,p),u=function(t,e){var r=document.createElement("script"),i=!1;return r.src=t,r.async=!0,r.onerror=function(){n[e]({message:"error",status:500})},r.onload=r.onreadystatechange=function(){i||this.readyState&&"loaded"!==this.readyState&&"complete"!==this.readyState||(i=!0,r.onload=r.onreadystatechange=null)},r}(l=o.queryify(l,{_method:d,callback:c}),c),function(t,e,r){n[r]=function(n){var i=n.status||500,o=null,u=null;delete n.status,i>=400||i<200?o=n:u=n,a(r),function(t){t&&t.parentNode&&t.parentNode.removeChild(t)}(t),clearTimeout(s[r]),e(o,u,i)}}(u,e,c),function(t,e){s[e]=setTimeout((function(){s[e]=null,n[e]({error:"timeout",status:-1}),n[e]=function(){a(e)}}),t)}(f,c),r||(r=document.getElementsByTagName("head")[0]),r.appendChild(u)}}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"../../lib/querystring":134,"../../lib/vendor/uuid":138}],82:[function(t,e,n){"use strict";e.exports=function(t){try{t=JSON.parse(t)}catch(t){}return t}},{}],83:[function(t,e,n){"use strict";e.exports=function(t,e){if("string"!=typeof t)throw new Error("Method must be a string");return"get"!==t.toLowerCase()&&null!=e&&(e="string"==typeof e?e:JSON.stringify(e)),e}},{}],84:[function(t,e,n){(function(t){"use strict";var n=t.XMLHttpRequest&&"withCredentials"in new t.XMLHttpRequest;e.exports={isAvailable:n,getRequestObject:function(){return n?new t.XMLHttpRequest:new t.XDomainRequest}}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],85:[function(t,e,n){"use strict";var r=t("../../lib/braintree-error"),i=t("../shared/errors"),o=t("../shared/constants").allowedAttributes;e.exports=function(t,e){var n;return o.hasOwnProperty(t)?null==e||function(t,e){if("string"===o[t])return"string"==typeof e||"number"==typeof e;if("boolean"===o[t])return"true"===String(e)||"false"===String(e);return!1}(t,e)||(n=new r({type:i.HOSTED_FIELDS_ATTRIBUTE_VALUE_NOT_ALLOWED.type,code:i.HOSTED_FIELDS_ATTRIBUTE_VALUE_NOT_ALLOWED.code,message:'Value "'+e+'" is not allowed for "'+t+'" attribute.'})):n=new r({type:i.HOSTED_FIELDS_ATTRIBUTE_NOT_SUPPORTED.type,code:i.HOSTED_FIELDS_ATTRIBUTE_NOT_SUPPORTED.code,message:'The "'+t+'" attribute is not supported in Hosted Fields.'}),n}},{"../../lib/braintree-error":115,"../shared/constants":107,"../shared/errors":108}],86:[function(t,e,n){"use strict";e.exports={assembleIFrames:function(t){var e,n,r=[];for(e=0;e0;return"number"in t&&(e.number=t.number.replace(/[-\s]/g,"")),"cvv"in t&&(e.cvv=t.cvv),"expirationMonth"in t&&(e.expiration_month=t.expirationMonth),"expirationYear"in t&&(2===t.expirationYear.length?e.expiration_year="20"+t.expirationYear:e.expiration_year=t.expirationYear),r&&(e.billing_address=n),"cardholderName"in t&&(e.cardholderName=t.cardholderName),e}},{}],100:[function(t,e,n){"use strict";e.exports={getFrameName:function(){return window.name.replace("braintree-hosted-field-","")}}},{}],101:[function(t,e,n){(function(n){"use strict";var r=t("../../lib/assign").assign,i=t("../../lib/bus"),o=t("../../lib/promise"),s=t("../../lib/convert-to-braintree-error"),a=t("./get-frame-name"),u=t("./assemble-iframes"),c=t("../../client/client"),l=t("inject-stylesheet").injectWithAllowlist,p=t("./models/credit-card-form").CreditCardForm,d=t("./components/field-component").FieldComponent,f=t("../../lib/analytics"),h=t("../../lib/braintree-error"),m=t("../shared/constants"),y=t("../shared/errors"),g=m.events,E=m.allowedStyles,v=m.tokenizationErrorCodes,_=t("./format-card-request-data"),b=t("./normalize-card-type"),I=t("../shared/focus-intercept").destroy,T=["company","countryCodeNumeric","countryCodeAlpha2","countryCodeAlpha3","countryName","extendedAddress","locality","region","firstName","lastName","postalCode","streetAddress"];function A(t){var e=document.createDocumentFragment(),n=document.createElement("label"),r=document.createElement("input");return n.setAttribute("for",t+"-autofill-field"),n.textContent=t,r.id=t+"-autofill-field",r.className="autofill-field",r.type="text",r.name=t,r.setAttribute("tabindex",-1),r.setAttribute("autocomplete",m.autocompleteMappings[t]),e.appendChild(n),e.appendChild(r),e}function C(t){return function(e){var n,r,i,o,s,u,c;e&&e.month&&e.year&&(n=a.getFrameName(),i=e.month,o=e.year,s=e.cvv,2===o.length&&(o=String((new Date).getFullYear()).substring(0,2)+o),"expirationDate"===n?r=i+" / "+o:"expirationMonth"===n?r=i:"expirationYear"===n?r=o:"cvv"===n&&s&&(r=s),r&&(t.input.updateModel("value",r),t.input.shouldMask?t.input.maskValue(r):t.input.element.value=r,u=t.input.element,(c=u.getAttribute("placeholder"))&&(u.setAttribute("placeholder",""),u.setAttribute("placeholder",c))))}}function x(t,e){return function(n,i){var a;o.resolve(t).then((function(u){var c,l,p=n.fieldsToTokenize,d=e.isEmpty(p),m=e.invalidFieldKeys(p),g=0===m.length,E=n.authenticationInsight,b=E&&E.merchantAccountId;return d?(i([new h(y.HOSTED_FIELDS_FIELDS_EMPTY)]),o.resolve()):g?(n=n||{},c=function(t,e){var n=r({},e.billingAddress),i=e.cardholderName;Object.keys(n).forEach((function(e){(-1===T.indexOf(e)||t.hasOwnProperty(e))&&delete n[e]})),i&&(n.cardholderName=i);return r({},t,n)}(e.getCardData(p),n),(l=_(c)).options={validate:!0===n.vault},a={_meta:{source:"hosted-fields"},creditCard:l},b&&(a.authenticationInsight=!0,a.merchantAccountId=b),u.request({api:"clientApi",method:"post",endpoint:"payment_methods/credit_cards",data:a}).then((function(e){var n=e.creditCards[0],r={nonce:n.nonce,details:n.details,description:n.description,type:n.type,binData:n.binData};n.authenticationInsight&&(r.authenticationInsight=n.authenticationInsight),f.sendEvent(t,"custom.hosted-fields.tokenization.succeeded"),i([null,r])})).catch((function(e){var n=function(t){var e,n,r,i=t.details&&t.details.httpStatus;if(403===i)e=t;else if(i<500){try{r=(n=h.findRootError(t)).fieldErrors[0].fieldErrors[0].code}catch(t){}v.hasOwnProperty(r)?e=s(n,v[r]):(e=new h(y.HOSTED_FIELDS_FAILED_TOKENIZATION)).details={originalError:t}}else(e=new h(y.HOSTED_FIELDS_TOKENIZATION_NETWORK_ERROR)).details={originalError:t};return e}(e);f.sendEvent(t,"custom.hosted-fields.tokenization.failed"),i([n])}))):(i([new h({type:y.HOSTED_FIELDS_FIELDS_INVALID.type,code:y.HOSTED_FIELDS_FIELDS_INVALID.code,message:y.HOSTED_FIELDS_FIELDS_INVALID.message,details:{invalidFieldKeys:m}})]),o.resolve())}))}}function O(t){var e=new p(t),r=u.assembleIFrames(window.parent),i=new o((function(t){n.bus.emit(g.READY_FOR_CLIENT,(function(e){t(new c(e))}))})).then((function(n){var r,i=t.fields.number;return i&&(i.supportedCardBrands||i.rejectUnsupportedCards)&&(r=function(t,e){var n,r=t.getConfiguration().gatewayConfiguration.creditCards,i=r&&r.supportedCardTypes.map(b);return e=e||{},n=(i=i||[]).reduce((function(t,e){return t[e]=!0,t}),{}),Object.keys(e).forEach((function(t){n[b(t)]=e[t]})),n}(n,i.supportedCardBrands),e.setSupportedCardTypes(r),e.validateField("number")),n}));return r.forEach((function(t){try{t.braintree.hostedFields.initialize(e)}catch(t){}})),f.sendEvent(i,"custom.hosted-fields.load.succeeded"),n.bus.on(g.TOKENIZATION_REQUEST,(function(t,n){x(i,e)(t,n)})),n.cardForm=e,i}e.exports={initialize:function(t){var e,r=a.getFrameName(),i=document.createElement("form");i.setAttribute("novalidate",!0),i.setAttribute("action","#"),i.addEventListener("submit",(function(t){t.preventDefault()})),l(t.configuration.styles,E),e=new d({cardForm:t,type:r}),i.appendChild(e.element),"number"===r&&function(t){var e=A("expiration-month"),r=A("expiration-year"),i=A("cvv"),o=e.querySelector("input"),s=r.querySelector("input"),a=i.querySelector("input");o.addEventListener("keydown",(function(){setTimeout((function(){!function(t){t.style.position="relative",t.style.position="absolute"}(t),n.bus.emit(g.AUTOFILL_EXPIRATION_DATE,{month:o.value,year:s.value,cvv:a.value})}),5)})),t.appendChild(e),t.appendChild(r),t.appendChild(i)}(i),n.bus.on(g.AUTOFILL_EXPIRATION_DATE,C(e)),n.bus.on(g.REMOVE_FOCUS_INTERCEPTS,I),document.body.appendChild(i),function(){var t;if(!n.placeholderShim)return;if(!(t=document.querySelector("input[data-braintree-name]")))return;n.placeholderShim(t)}()},create:function(){var t=location.hash.slice(1,location.hash.length),e=a.getFrameName();n.bus=new i({channel:t}),n.bus.emit(g.FRAME_READY,{field:e},O)},orchestrate:O,createTokenizationHandler:x,autofillHandler:C}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"../../client/client":65,"../../lib/analytics":112,"../../lib/assign":114,"../../lib/braintree-error":115,"../../lib/bus":118,"../../lib/convert-to-braintree-error":121,"../../lib/promise":133,"../shared/constants":107,"../shared/errors":108,"../shared/focus-intercept":109,"./assemble-iframes":86,"./components/field-component":95,"./format-card-request-data":99,"./get-frame-name":100,"./models/credit-card-form":102,"./normalize-card-type":104,"inject-stylesheet":40}],102:[function(t,e,n){(function(n){"use strict";var r=t("./evented-model"),i=t("../../shared/get-card-types"),o=t("card-validator"),s=t("../compare-possible-card-types"),a=t("../../shared/constants"),u=t("../normalize-card-type"),c=t("../remove-ignorable-characters"),l=a.events,p=a.externalEvents,d=a.allowedFields,f=!1;function h(t){this._fieldKeys=Object.keys(t.fields).filter((function(t){return d.hasOwnProperty(t)})),this.configuration=t,this.setSupportedCardTypes(t.supportedCardTypes),r.apply(this,arguments),this._fieldKeys.forEach(function(t){var e=v(this,t);this.on("change:"+t+".value",m(this,t)),this.on("change:"+t+".isFocused",y(this,t)),this.on("change:"+t+".isEmpty",E(this,t)),this.on("change:"+t+".isValid",e),this.on("change:"+t+".isPotentiallyValid",e)}.bind(this)),this.on("change:number.value",this._onNumberChange.bind(this)),this.on("change:possibleCardTypes",function(){this.validateField("cvv")}.bind(this)),this.on("change:possibleCardTypes",g(this,"number"))}function m(t,e){return function(){t.set(e+".isEmpty",""===t.get(e+".value")),t.validateField(e)}}function y(t,e){return function(r){f||(f=!0,n.bus.emit(l.CARD_FORM_ENTRY_HAS_BEGUN)),t._fieldKeys.forEach((function(n){n!==e&&t.set(n+".isFocused",!1)})),t.emitEvent(e,r?p.FOCUS:p.BLUR)}}function g(t,e){return function(){t.emitEvent(e,p.CARD_TYPE_CHANGE)}}function E(t,e){return function(){var n=t.get(e+".isEmpty")?p.EMPTY:p.NOT_EMPTY;t.emitEvent(e,n)}}function v(t,e){return function(){t.emitEvent(e,p.VALIDITY_CHANGE)}}function _(t){var e,n,r;return r=(t=t.replace(/[\/\-\s]/g,"")).charAt(0),0===t.length?e=n="":"0"===r||"1"===r?(e=t.slice(0,2),n=t.slice(2)):(e="0"+r,n=t.slice(1)),{month:e,year:n}}h.prototype=Object.create(r.prototype,{constructor:h}),h.prototype.setSupportedCardTypes=function(t){t=t?Object.keys(t).reduce((function(e,n){return t[n]&&e.push(n),e}),[]):i("").map((function(t){return t.type})),this.supportedCardTypes=t.map(u)},h.prototype.resetAttributes=function(){var t=((new Date).getMonth()+1).toString(),e=(new Date).getFullYear().toString();return this._fieldKeys.reduce(function(n,r){var i=this.configuration.fields[r],o=null!=i.select,s=null!=i.placeholder;return n[r]={value:"",isFocused:!1,isValid:!1,isPotentiallyValid:!0},o&&!s&&("expirationMonth"===r?n[r].value=t:"expirationYear"===r&&(n[r].value=e),"expirationMonth"!==r&&"expirationYear"!==r||(n[r].isValid=!0)),n[r].isEmpty=""===n[r].value,n}.bind(this),{possibleCardTypes:this.getCardTypes("")})},h.prototype.emitEvent=function(t,e){var r,i=this.get("possibleCardTypes"),o=this._fieldKeys.reduce(function(t,e){var n=this.get(e);return t[e]={isEmpty:n.isEmpty,isValid:n.isValid,isPotentiallyValid:n.isPotentiallyValid,isFocused:n.isFocused},t}.bind(this),{});r=i.map((function(t){return{niceType:t.niceType,type:t.type,code:t.code,supported:t.supported}})),n.bus.emit(l.INPUT_EVENT,{merchantPayload:{cards:r,emittedBy:t,fields:o},type:e})},h.prototype._onSplitDateChange=function(){var t,e=this.get("expirationMonth.value"),n=this.get("expirationYear.value"),r=o.expirationMonth(e),i=o.expirationYear(n);r.isValid&&i.isValid?(t=o.expirationDate(e+n),this.set("expirationMonth.isValid",t.isValid),this.set("expirationMonth.isPotentiallyValid",t.isPotentiallyValid),this.set("expirationYear.isValid",t.isValid),this.set("expirationYear.isPotentiallyValid",t.isPotentiallyValid)):(this.set("expirationMonth.isValid",r.isValid),this.set("expirationMonth.isPotentiallyValid",r.isPotentiallyValid),this.set("expirationYear.isValid",i.isValid),this.set("expirationYear.isPotentiallyValid",i.isPotentiallyValid))},h.prototype._onNumberChange=function(t,e){var r=this.getCardTypes(t),i=this.get("possibleCardTypes"),o=e.old;s(r,i)||this.set("possibleCardTypes",r),(!o||o.length<6)&&t&&t.length>=6&&n.bus.emit(l.BIN_AVAILABLE,t.substr(0,6))},h.prototype.validateField=function(t){var e,n=this.get(t+".value"),r=o[t];e="cvv"===t?this._validateCvv(n,{minLength:this.configuration.fields.cvv&&this.configuration.fields.cvv.minlength}):"postalCode"===t?r(n,{minLength:this.configuration.fields.postalCode&&this.configuration.fields.postalCode.minlength}):"expirationDate"===t?r(_(n)):"number"===t?this._validateNumber(n):r(n),"expirationMonth"===t||"expirationYear"===t?this._onSplitDateChange():(this.set(t+".isValid",e.isValid),this.set(t+".isPotentiallyValid",e.isPotentiallyValid))},h.prototype._validateNumber=function(t){var e,n=o.number(t,{luhnValidateUnionPay:!0,maxLength:this.configuration.fields.number.maxCardLength}),r=n.card;return r&&"mastercard"===r.type&&(r.type="master-card"),(e=this.getCardTypes(t).filter((function(t){return r&&t.type===r.type}))[0])&&!1===Boolean(e.supported)&&(delete n.card,n.isValid=!1,n.isPotentiallyValid=!1),n},h.prototype._validateCvv=function(t,e){var n,r;return r=(e=e||{}).minLength,-1===this._fieldKeys.indexOf("number")?o.cvv(t,r||[3,4]):(n=this.get("possibleCardTypes").map((function(t){return t.code.size})),n=n.filter((function(t,e,n){return n.indexOf(t)===e})),o.cvv(t,n))},h.prototype.getCardData=function(t){var e,n={},r=[];return-1!==(t=this._filterCustomFieldKeys(t)).indexOf("number")&&r.push("number"),-1!==t.indexOf("cvv")&&r.push("cvv"),-1!==t.indexOf("postalCode")&&r.push("postalCode"),-1!==t.indexOf("expirationMonth")&&r.push("expirationMonth"),-1!==t.indexOf("expirationYear")&&r.push("expirationYear"),-1!==t.indexOf("expirationDate")&&(e=_(this.get("expirationDate.value")),n.expirationMonth=e.month,n.expirationYear=e.year),r.reduce(function(t,e){return t[e]=this.get(e+".value"),t}.bind(this),n),n},h.prototype.isEmpty=function(t){return(t=this._filterCustomFieldKeys(t)).every(function(t){return 0===this.get(t).value.length}.bind(this))},h.prototype.invalidFieldKeys=function(t){return(t=this._filterCustomFieldKeys(t)).filter(function(t){return!this.get(t).isValid}.bind(this))},h.prototype.getCardTypes=function(t){return i(c(t)).map(function(t){var e=u(t.type);return t.supported=this.supportedCardTypes.indexOf(e)>=0,t}.bind(this))},h.prototype._resetCardFormHasStartedBeingFilled=function(){f=!1},h.prototype._filterCustomFieldKeys=function(t){return t?t.filter(function(t){return this._fieldKeys.indexOf(t)>-1}.bind(this)):this._fieldKeys},e.exports={CreditCardForm:h}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{"../../shared/constants":107,"../../shared/get-card-types":110,"../compare-possible-card-types":87,"../normalize-card-type":104,"../remove-ignorable-characters":105,"./evented-model":103,"card-validator":22}],103:[function(t,e,n){"use strict";var r=t("@braintree/event-emitter");function i(){r.call(this),this._attributes=this.resetAttributes()}r.createChild(i),i.prototype.get=function(t){var e,n,r,i=this._attributes;if(null==t)return i;for(r=t.split("."),e=0;e-1,i=e[2]===a.BACK||e[2]===a.FORWARD,Boolean(n&&r&&i)))}};e.exports=u},{"./browser-detection":106,"./constants":107,"@braintree/class-list":15}],110:[function(t,e,n){"use strict";var r=t("credit-card-type");e.exports=function(t){var e=r(t);return e.forEach((function(t){"mastercard"===t.type&&(t.type="master-card")})),e}},{"credit-card-type":32}],111:[function(t,e,n){"use strict";var r=t("./create-authorization-data"),i=t("./json-clone"),o=t("./constants");e.exports=function(t,e){var n,s=e?i(e):{},a=r(t.authorization).attrs,u=i(t.analyticsMetadata);for(n in s.braintreeLibraryVersion=o.BRAINTREE_LIBRARY_VERSION,s._meta)s._meta.hasOwnProperty(n)&&(u[n]=s._meta[n]);return s._meta=u,a.tokenizationKey?s.tokenizationKey=a.tokenizationKey:s.authorizationFingerprint=a.authorizationFingerprint,s}},{"./constants":119,"./create-authorization-data":122,"./json-clone":130}],112:[function(t,e,n){"use strict";var r=t("./promise"),i=t("./constants"),o=t("./add-metadata");e.exports={sendEvent:function(t,e,n){var s=Date.now();return r.resolve(t).then((function(t){var r=Date.now(),a=t.getConfiguration(),u=t._request,c=a.gatewayConfiguration.analytics.url,l={analytics:[{kind:i.ANALYTICS_PREFIX+e,isAsync:Math.floor(r/1e3)!==Math.floor(s/1e3),timestamp:s}]};u({url:c,method:"post",data:o(a,l),timeout:i.ANALYTICS_REQUEST_TIMEOUT_MS},n)}))}}},{"./add-metadata":111,"./constants":119,"./promise":133}],113:[function(t,e,n){"use strict";var r=t("@braintree/asset-loader/load-script");e.exports={loadScript:r}},{"@braintree/asset-loader/load-script":2}],114:[function(t,e,n){"use strict";var r="function"==typeof Object.assign?Object.assign:i;function i(t){var e,n,r;for(e=1;e/g,">"):""}},{}],136:[function(t,e,n){(function(t){"use strict";var n,r=!1;try{n=Object.defineProperty({},"passive",{get:function(){r=!0}}),t.addEventListener("testPassive",null,n),t.removeEventListener("testPassive",null,n)}catch(t){}e.exports=r}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],137:[function(t,e,n){(function(t){"use strict";var n="function"==typeof t.atob?t.atob:r;function r(t){var e,n,r,i,o,s,a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",u="";if(!new RegExp("^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})([=]{1,2})?$").test(t))throw new Error("Non base64 encoded input passed to window.atob polyfill");s=0;do{e=(63&a.indexOf(t.charAt(s++)))<<2|(i=a.indexOf(t.charAt(s++)))>>4&3,n=(15&i)<<4|(o=a.indexOf(t.charAt(s++)))>>2&15,r=(3&o)<<6|63&a.indexOf(t.charAt(s++)),u+=String.fromCharCode(e)+(n?String.fromCharCode(n):"")+(r?String.fromCharCode(r):"")}while(s