!function t(e,n,r){function i(o,a){if(!n[o]){if(!e[o]){var u="function"==typeof require&&require;if(!a&&u)return u(o,!0);if(s)return s(o,!0);var l=new Error("Cannot find module '"+o+"'");throw l.code="MODULE_NOT_FOUND",l}var c=n[o]={exports:{}};e[o][0].call(c.exports,function(t){var n=e[o][1][t];return i(n?n:t)},c,c.exports,t,e,n,r)}return n[o].exports}for(var s="function"==typeof require&&require,o=0;oe?-1:u+10>e?e-u+26+26:c+26>e?e-c:l+26>e?e-l+26:void 0}function n(t){function n(t){l[h++]=t}var r,i,o,a,u,l;if(t.length%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var c=t.length;u="="===t.charAt(c-2)?2:"="===t.charAt(c-1)?1:0,l=new s(3*t.length/4-u),o=u>0?t.length-4:t.length;var h=0;for(r=0,i=0;o>r;r+=4,i+=3)a=e(t.charAt(r))<<18|e(t.charAt(r+1))<<12|e(t.charAt(r+2))<<6|e(t.charAt(r+3)),n((16711680&a)>>16),n((65280&a)>>8),n(255&a);return 2===u?(a=e(t.charAt(r))<<2|e(t.charAt(r+1))>>4,n(255&a)):1===u&&(a=e(t.charAt(r))<<10|e(t.charAt(r+1))<<4|e(t.charAt(r+2))>>2,n(a>>8&255),n(255&a)),l}function i(t){function e(t){return r.charAt(t)}function n(t){return e(t>>18&63)+e(t>>12&63)+e(t>>6&63)+e(63&t)}var i,s,o,a=t.length%3,u="";for(i=0,o=t.length-a;o>i;i+=3)s=(t[i]<<16)+(t[i+1]<<8)+t[i+2],u+=n(s);switch(a){case 1:s=t[t.length-1],u+=e(s>>2),u+=e(s<<4&63),u+="==";break;case 2:s=(t[t.length-2]<<8)+t[t.length-1],u+=e(s>>10),u+=e(s>>4&63),u+=e(s<<2&63),u+="="}return u}var s="undefined"!=typeof Uint8Array?Uint8Array:Array,o="+".charCodeAt(0),a="/".charCodeAt(0),u="0".charCodeAt(0),l="a".charCodeAt(0),c="A".charCodeAt(0);t.toByteArray=n,t.fromByteArray=i}("undefined"==typeof n?this.base64js={}:n)},{}],2:[function(t,e,n){function r(t,e,n){if(!(this instanceof r))return new r(t,e,n);var i,s=typeof t;if("number"===s)i=t>0?t>>>0:0;else if("string"===s)"base64"===e&&(t=k(t)),i=r.byteLength(t,e);else{if("object"!==s||null===t)throw new TypeError("must start with number, buffer, array or string");"Buffer"===t.type&&j(t.data)&&(t=t.data),i=+t.length>0?Math.floor(+t.length):0}if(this.length>N)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+N.toString(16)+" bytes");var o;r.TYPED_ARRAY_SUPPORT?o=r._augment(new Uint8Array(i)):(o=this,o.length=i,o._isBuffer=!0);var a;if(r.TYPED_ARRAY_SUPPORT&&"number"==typeof t.byteLength)o._set(t);else if(A(t))if(r.isBuffer(t))for(a=0;i>a;a++)o[a]=t.readUInt8(a);else for(a=0;i>a;a++)o[a]=(t[a]%256+256)%256;else if("string"===s)o.write(t,0,e);else if("number"===s&&!r.TYPED_ARRAY_SUPPORT&&!n)for(a=0;i>a;a++)o[a]=0;return o}function i(t,e,n,r){n=Number(n)||0;var i=t.length-n;r?(r=Number(r),r>i&&(r=i)):r=i;var s=e.length;if(s%2!==0)throw new Error("Invalid hex string");r>s/2&&(r=s/2);for(var o=0;r>o;o++){var a=parseInt(e.substr(2*o,2),16);if(isNaN(a))throw new Error("Invalid hex string");t[n+o]=a}return o}function s(t,e,n,r){var i=D(S(e),t,n,r);return i}function o(t,e,n,r){var i=D(C(e),t,n,r);return i}function a(t,e,n,r){return o(t,e,n,r)}function u(t,e,n,r){var i=D(O(e),t,n,r);return i}function l(t,e,n,r){var i=D($(e),t,n,r,2);return i}function c(t,e,n){return 0===e&&n===t.length?M.fromByteArray(t):M.fromByteArray(t.slice(e,n))}function h(t,e,n){var r="",i="";n=Math.min(t.length,n);for(var s=e;n>s;s++)t[s]<=127?(r+=I(i)+String.fromCharCode(t[s]),i=""):i+="%"+t[s].toString(16);return r+I(i)}function f(t,e,n){var r="";n=Math.min(t.length,n);for(var i=e;n>i;i++)r+=String.fromCharCode(t[i]);return r}function p(t,e,n){return f(t,e,n)}function d(t,e,n){var r=t.length;(!e||0>e)&&(e=0),(!n||0>n||n>r)&&(n=r);for(var i="",s=e;n>s;s++)i+=T(t[s]);return i}function v(t,e,n){for(var r=t.slice(e,n),i="",s=0;st)throw new RangeError("offset is not uint");if(t+e>n)throw new RangeError("Trying to access beyond buffer length")}function m(t,e,n,i,s,o){if(!r.isBuffer(t))throw new TypeError("buffer must be a Buffer instance");if(e>s||o>e)throw new TypeError("value is out of bounds");if(n+i>t.length)throw new TypeError("index out of range")}function b(t,e,n,r){0>e&&(e=65535+e+1);for(var i=0,s=Math.min(t.length-n,2);s>i;i++)t[n+i]=(e&255<<8*(r?i:1-i))>>>8*(r?i:1-i)}function y(t,e,n,r){0>e&&(e=4294967295+e+1);for(var i=0,s=Math.min(t.length-n,4);s>i;i++)t[n+i]=e>>>8*(r?i:3-i)&255}function w(t,e,n,r,i,s){if(e>i||s>e)throw new TypeError("value is out of bounds");if(n+r>t.length)throw new TypeError("index out of range")}function _(t,e,n,r,i){return i||w(t,e,n,4,3.4028234663852886e38,-3.4028234663852886e38),P.write(t,e,n,r,23,4),n+4}function x(t,e,n,r,i){return i||w(t,e,n,8,1.7976931348623157e308,-1.7976931348623157e308),P.write(t,e,n,r,52,8),n+8}function k(t){for(t=E(t).replace(B,"");t.length%4!==0;)t+="=";return t}function E(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function A(t){return j(t)||r.isBuffer(t)||t&&"object"==typeof t&&"number"==typeof t.length}function T(t){return 16>t?"0"+t.toString(16):t.toString(16)}function S(t){for(var e=[],n=0;n=r)e.push(r);else{var i=n;r>=55296&&57343>=r&&n++;for(var s=encodeURIComponent(t.slice(i,n+1)).substr(1).split("%"),o=0;o>8,r=e%256,i.push(r),i.push(n);return i}function O(t){return M.toByteArray(t)}function D(t,e,n,r,i){i&&(r-=r%i);for(var s=0;r>s&&!(s+n>=e.length||s>=t.length);s++)e[s+n]=t[s];return s}function I(t){try{return decodeURIComponent(t)}catch(e){return String.fromCharCode(65533)}}var M=t("base64-js"),P=t("ieee754"),j=t("is-array");n.Buffer=r,n.SlowBuffer=r,n.INSPECT_MAX_BYTES=50,r.poolSize=8192;var N=1073741823;r.TYPED_ARRAY_SUPPORT=function(){try{var t=new ArrayBuffer(0),e=new Uint8Array(t);return e.foo=function(){return 42},42===e.foo()&&"function"==typeof e.subarray&&0===new Uint8Array(1).subarray(1,1).byteLength}catch(n){return!1}}(),r.isBuffer=function(t){return!(null==t||!t._isBuffer)},r.compare=function(t,e){if(!r.isBuffer(t)||!r.isBuffer(e))throw new TypeError("Arguments must be Buffers");for(var n=t.length,i=e.length,s=0,o=Math.min(n,i);o>s&&t[s]===e[s];s++);return s!==o&&(n=t[s],i=e[s]),i>n?-1:n>i?1:0},r.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"raw":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},r.concat=function(t,e){if(!j(t))throw new TypeError("Usage: Buffer.concat(list[, length])");if(0===t.length)return new r(0);if(1===t.length)return t[0];var n;if(void 0===e)for(e=0,n=0;n>>1;break;case"utf8":case"utf-8":n=S(t).length;break;case"base64":n=O(t).length;break;default:n=t.length}return n},r.prototype.length=void 0,r.prototype.parent=void 0,r.prototype.toString=function(t,e,n){var r=!1;if(e>>>=0,n=void 0===n||n===1/0?this.length:n>>>0,t||(t="utf8"),0>e&&(e=0),n>this.length&&(n=this.length),e>=n)return"";for(;;)switch(t){case"hex":return d(this,e,n);case"utf8":case"utf-8":return h(this,e,n);case"ascii":return f(this,e,n);case"binary":return p(this,e,n);case"base64":return c(this,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return v(this,e,n);default:if(r)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),r=!0}},r.prototype.equals=function(t){if(!r.isBuffer(t))throw new TypeError("Argument must be a Buffer");return 0===r.compare(this,t)},r.prototype.inspect=function(){var t="",e=n.INSPECT_MAX_BYTES;return this.length>0&&(t=this.toString("hex",0,e).match(/.{2}/g).join(" "),this.length>e&&(t+=" ... ")),""},r.prototype.compare=function(t){if(!r.isBuffer(t))throw new TypeError("Argument must be a Buffer");return r.compare(this,t)},r.prototype.get=function(t){return console.log(".get() is deprecated. Access using array indexes instead."),this.readUInt8(t)},r.prototype.set=function(t,e){return console.log(".set() is deprecated. Access using array indexes instead."),this.writeUInt8(t,e)},r.prototype.write=function(t,e,n,r){if(isFinite(e))isFinite(n)||(r=n,n=void 0);else{var c=r;r=e,e=n,n=c}e=Number(e)||0;var h=this.length-e;n?(n=Number(n),n>h&&(n=h)):n=h,r=String(r||"utf8").toLowerCase();var f;switch(r){case"hex":f=i(this,t,e,n);break;case"utf8":case"utf-8":f=s(this,t,e,n);break;case"ascii":f=o(this,t,e,n);break;case"binary":f=a(this,t,e,n);break;case"base64":f=u(this,t,e,n);break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":f=l(this,t,e,n);break;default:throw new TypeError("Unknown encoding: "+r)}return f},r.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}},r.prototype.slice=function(t,e){var n=this.length;if(t=~~t,e=void 0===e?n:~~e,0>t?(t+=n,0>t&&(t=0)):t>n&&(t=n),0>e?(e+=n,0>e&&(e=0)):e>n&&(e=n),t>e&&(e=t),r.TYPED_ARRAY_SUPPORT)return r._augment(this.subarray(t,e));for(var i=e-t,s=new r(i,void 0,!0),o=0;i>o;o++)s[o]=this[o+t];return s},r.prototype.readUInt8=function(t,e){return e||g(t,1,this.length),this[t]},r.prototype.readUInt16LE=function(t,e){return e||g(t,2,this.length),this[t]|this[t+1]<<8},r.prototype.readUInt16BE=function(t,e){return e||g(t,2,this.length),this[t]<<8|this[t+1]},r.prototype.readUInt32LE=function(t,e){return e||g(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},r.prototype.readUInt32BE=function(t,e){return e||g(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},r.prototype.readInt8=function(t,e){return e||g(t,1,this.length),128&this[t]?-1*(255-this[t]+1):this[t]},r.prototype.readInt16LE=function(t,e){e||g(t,2,this.length);var n=this[t]|this[t+1]<<8;return 32768&n?4294901760|n:n},r.prototype.readInt16BE=function(t,e){e||g(t,2,this.length);var n=this[t+1]|this[t]<<8;return 32768&n?4294901760|n:n},r.prototype.readInt32LE=function(t,e){return e||g(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},r.prototype.readInt32BE=function(t,e){return e||g(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},r.prototype.readFloatLE=function(t,e){return e||g(t,4,this.length),P.read(this,t,!0,23,4)},r.prototype.readFloatBE=function(t,e){return e||g(t,4,this.length),P.read(this,t,!1,23,4)},r.prototype.readDoubleLE=function(t,e){return e||g(t,8,this.length),P.read(this,t,!0,52,8)},r.prototype.readDoubleBE=function(t,e){return e||g(t,8,this.length),P.read(this,t,!1,52,8)},r.prototype.writeUInt8=function(t,e,n){return t=+t,e>>>=0,n||m(this,t,e,1,255,0),r.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),this[e]=t,e+1},r.prototype.writeUInt16LE=function(t,e,n){return t=+t,e>>>=0,n||m(this,t,e,2,65535,0),r.TYPED_ARRAY_SUPPORT?(this[e]=t,this[e+1]=t>>>8):b(this,t,e,!0),e+2},r.prototype.writeUInt16BE=function(t,e,n){return t=+t,e>>>=0,n||m(this,t,e,2,65535,0),r.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=t):b(this,t,e,!1),e+2},r.prototype.writeUInt32LE=function(t,e,n){return t=+t,e>>>=0,n||m(this,t,e,4,4294967295,0),r.TYPED_ARRAY_SUPPORT?(this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=t):y(this,t,e,!0),e+4},r.prototype.writeUInt32BE=function(t,e,n){return t=+t,e>>>=0,n||m(this,t,e,4,4294967295,0),r.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=t):y(this,t,e,!1),e+4},r.prototype.writeInt8=function(t,e,n){return t=+t,e>>>=0,n||m(this,t,e,1,127,-128),r.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),0>t&&(t=255+t+1),this[e]=t,e+1},r.prototype.writeInt16LE=function(t,e,n){return t=+t,e>>>=0,n||m(this,t,e,2,32767,-32768),r.TYPED_ARRAY_SUPPORT?(this[e]=t,this[e+1]=t>>>8):b(this,t,e,!0),e+2},r.prototype.writeInt16BE=function(t,e,n){return t=+t,e>>>=0,n||m(this,t,e,2,32767,-32768),r.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=t):b(this,t,e,!1),e+2},r.prototype.writeInt32LE=function(t,e,n){return t=+t,e>>>=0,n||m(this,t,e,4,2147483647,-2147483648),r.TYPED_ARRAY_SUPPORT?(this[e]=t,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24):y(this,t,e,!0),e+4},r.prototype.writeInt32BE=function(t,e,n){return t=+t,e>>>=0,n||m(this,t,e,4,2147483647,-2147483648),0>t&&(t=4294967295+t+1),r.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=t):y(this,t,e,!1),e+4},r.prototype.writeFloatLE=function(t,e,n){return _(this,t,e,!0,n)},r.prototype.writeFloatBE=function(t,e,n){return _(this,t,e,!1,n)},r.prototype.writeDoubleLE=function(t,e,n){return x(this,t,e,!0,n)},r.prototype.writeDoubleBE=function(t,e,n){return x(this,t,e,!1,n)},r.prototype.copy=function(t,e,n,i){var s=this;if(n||(n=0),i||0===i||(i=this.length),e||(e=0),i!==n&&0!==t.length&&0!==s.length){if(n>i)throw new TypeError("sourceEnd < sourceStart");if(0>e||e>=t.length)throw new TypeError("targetStart out of bounds");if(0>n||n>=s.length)throw new TypeError("sourceStart out of bounds");if(0>i||i>s.length)throw new TypeError("sourceEnd out of bounds");i>this.length&&(i=this.length),t.length-eo||!r.TYPED_ARRAY_SUPPORT)for(var a=0;o>a;a++)t[a+e]=this[a+n];else t._set(this.subarray(n,n+o),e)}},r.prototype.fill=function(t,e,n){if(t||(t=0),e||(e=0),n||(n=this.length),e>n)throw new TypeError("end < start");if(n!==e&&0!==this.length){if(0>e||e>=this.length)throw new TypeError("start out of bounds");if(0>n||n>this.length)throw new TypeError("end out of bounds");var r;if("number"==typeof t)for(r=e;n>r;r++)this[r]=t;else{var i=S(t.toString()),s=i.length;for(r=e;n>r;r++)this[r]=i[r%s]}return this}},r.prototype.toArrayBuffer=function(){if("undefined"!=typeof Uint8Array){if(r.TYPED_ARRAY_SUPPORT)return new r(this).buffer;for(var t=new Uint8Array(this.length),e=0,n=t.length;n>e;e+=1)t[e]=this[e];return t.buffer}throw new TypeError("Buffer.toArrayBuffer not supported in this browser")};var L=r.prototype;r._augment=function(t){return t.constructor=r,t._isBuffer=!0,t._get=t.get,t._set=t.set,t.get=L.get,t.set=L.set,t.write=L.write,t.toString=L.toString,t.toLocaleString=L.toString,t.toJSON=L.toJSON,t.equals=L.equals,t.compare=L.compare,t.copy=L.copy,t.slice=L.slice,t.readUInt8=L.readUInt8,t.readUInt16LE=L.readUInt16LE,t.readUInt16BE=L.readUInt16BE,t.readUInt32LE=L.readUInt32LE,t.readUInt32BE=L.readUInt32BE,t.readInt8=L.readInt8,t.readInt16LE=L.readInt16LE,t.readInt16BE=L.readInt16BE,t.readInt32LE=L.readInt32LE,t.readInt32BE=L.readInt32BE,t.readFloatLE=L.readFloatLE,t.readFloatBE=L.readFloatBE,t.readDoubleLE=L.readDoubleLE,t.readDoubleBE=L.readDoubleBE,t.writeUInt8=L.writeUInt8,t.writeUInt16LE=L.writeUInt16LE,t.writeUInt16BE=L.writeUInt16BE,t.writeUInt32LE=L.writeUInt32LE,t.writeUInt32BE=L.writeUInt32BE,t.writeInt8=L.writeInt8,t.writeInt16LE=L.writeInt16LE,t.writeInt16BE=L.writeInt16BE,t.writeInt32LE=L.writeInt32LE,t.writeInt32BE=L.writeInt32BE,t.writeFloatLE=L.writeFloatLE,t.writeFloatBE=L.writeFloatBE,t.writeDoubleLE=L.writeDoubleLE,t.writeDoubleBE=L.writeDoubleBE,t.fill=L.fill,t.inspect=L.inspect,t.toArrayBuffer=L.toArrayBuffer,t};var B=/[^+\/0-9A-z]/g},{"base64-js":1,ieee754:14,"is-array":16}],3:[function(t,e,n){(function(t){var n=function(){"use strict";function e(n,r,i,s){function a(n,i){if(null===n)return null;if(0==i)return n;var u,f;if("object"!=typeof n)return n;if(e.__isArray(n))u=[];else if(e.__isRegExp(n))u=new RegExp(n.source,o(n)),n.lastIndex&&(u.lastIndex=n.lastIndex);else if(e.__isDate(n))u=new Date(n.getTime());else{if(h&&t.isBuffer(n))return u=new t(n.length),n.copy(u),u;"undefined"==typeof s?(f=Object.getPrototypeOf(n),u=Object.create(f)):(u=Object.create(s),f=s)}if(r){var p=l.indexOf(n);if(-1!=p)return c[p];l.push(n),c.push(u)}for(var d in n){var v;f&&(v=Object.getOwnPropertyDescriptor(f,d)),v&&null==v.set||(u[d]=a(n[d],i-1))}return u}var u;"object"==typeof r&&(i=r.depth,s=r.prototype,u=r.filter,r=r.circular);var l=[],c=[],h="undefined"!=typeof t;return"undefined"==typeof r&&(r=!0),"undefined"==typeof i&&(i=1/0),a(n,i)}function n(t){return Object.prototype.toString.call(t)}function r(t){return"object"==typeof t&&"[object Date]"===n(t)}function i(t){return"object"==typeof t&&"[object Array]"===n(t)}function s(t){return"object"==typeof t&&"[object RegExp]"===n(t)}function o(t){var e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),e}return e.clonePrototype=function(t){if(null===t)return null;var e=function(){};return e.prototype=t,new e},e.__objToStr=n,e.__isDate=r,e.__isArray=i,e.__isRegExp=s,e.__getRegExpFlags=o,e}();"object"==typeof e&&e.exports&&(e.exports=n)}).call(this,t("buffer").Buffer)},{buffer:2}],4:[function(t,e,n){function r(t,e){return Math.pow(t[0]-e[0],2)+Math.pow(t[1]-e[1],2)+Math.pow(t[2]-e[2],2)}var i=t("color-name"),s={};for(var o in i)i.hasOwnProperty(o)&&(s[i[o]]=o);var a=e.exports={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};for(var u in a)if(a.hasOwnProperty(u)){if(!("channels"in a[u]))throw new Error("missing channels property: "+u);if(!("labels"in a[u]))throw new Error("missing channel labels property: "+u);if(a[u].labels.length!==a[u].channels)throw new Error("channel and label counts mismatch: "+u);var l=a[u].channels,c=a[u].labels;delete a[u].channels,delete a[u].labels,Object.defineProperty(a[u],"channels",{value:l}),Object.defineProperty(a[u],"labels",{value:c})}a.rgb.hsl=function(t){var e,n,r,i=t[0]/255,s=t[1]/255,o=t[2]/255,a=Math.min(i,s,o),u=Math.max(i,s,o),l=u-a;return u===a?e=0:i===u?e=(s-o)/l:s===u?e=2+(o-i)/l:o===u&&(e=4+(i-s)/l),e=Math.min(60*e,360),0>e&&(e+=360),r=(a+u)/2,n=u===a?0:.5>=r?l/(u+a):l/(2-u-a),[e,100*n,100*r]},a.rgb.hsv=function(t){var e,n,r,i=t[0],s=t[1],o=t[2],a=Math.min(i,s,o),u=Math.max(i,s,o),l=u-a;return n=0===u?0:l/u*1e3/10,u===a?e=0:i===u?e=(s-o)/l:s===u?e=2+(o-i)/l:o===u&&(e=4+(i-s)/l),e=Math.min(60*e,360),0>e&&(e+=360),r=u/255*1e3/10,[e,n,r]},a.rgb.hwb=function(t){var e=t[0],n=t[1],r=t[2],i=a.rgb.hsl(t)[0],s=1/255*Math.min(e,Math.min(n,r));return r=1-1/255*Math.max(e,Math.max(n,r)),[i,100*s,100*r]},a.rgb.cmyk=function(t){var e,n,r,i,s=t[0]/255,o=t[1]/255,a=t[2]/255;return i=Math.min(1-s,1-o,1-a),e=(1-s-i)/(1-i)||0,n=(1-o-i)/(1-i)||0,r=(1-a-i)/(1-i)||0,[100*e,100*n,100*r,100*i]},a.rgb.keyword=function(t){var e=s[t];if(e)return e;var n,o=1/0;for(var a in i)if(i.hasOwnProperty(a)){var u=i[a],l=r(t,u);o>l&&(o=l,n=a)}return n},a.keyword.rgb=function(t){return i[t]},a.rgb.xyz=function(t){var e=t[0]/255,n=t[1]/255,r=t[2]/255;e=e>.04045?Math.pow((e+.055)/1.055,2.4):e/12.92,n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92,r=r>.04045?Math.pow((r+.055)/1.055,2.4):r/12.92;var i=.4124*e+.3576*n+.1805*r,s=.2126*e+.7152*n+.0722*r,o=.0193*e+.1192*n+.9505*r;return[100*i,100*s,100*o]},a.rgb.lab=function(t){var e,n,r,i=a.rgb.xyz(t),s=i[0],o=i[1],u=i[2];return s/=95.047,o/=100,u/=108.883,s=s>.008856?Math.pow(s,1/3):7.787*s+16/116,o=o>.008856?Math.pow(o,1/3):7.787*o+16/116,u=u>.008856?Math.pow(u,1/3):7.787*u+16/116,e=116*o-16,n=500*(s-o),r=200*(o-u),[e,n,r]},a.hsl.rgb=function(t){var e,n,r,i,s,o=t[0]/360,a=t[1]/100,u=t[2]/100;if(0===a)return s=255*u,[s,s,s];n=.5>u?u*(1+a):u+a-u*a,e=2*u-n,i=[0,0,0];for(var l=0;3>l;l++)r=o+1/3*-(l-1),0>r&&r++,r>1&&r--,s=1>6*r?e+6*(n-e)*r:1>2*r?n:2>3*r?e+(n-e)*(2/3-r)*6:e,i[l]=255*s;return i},a.hsl.hsv=function(t){var e,n,r=t[0],i=t[1]/100,s=t[2]/100,o=i,a=Math.max(s,.01);return s*=2,i*=1>=s?s:2-s,o*=1>=a?a:2-a,n=(s+i)/2,e=0===s?2*o/(a+o):2*i/(s+i),[r,100*e,100*n]},a.hsv.rgb=function(t){var e=t[0]/60,n=t[1]/100,r=t[2]/100,i=Math.floor(e)%6,s=e-Math.floor(e),o=255*r*(1-n),a=255*r*(1-n*s),u=255*r*(1-n*(1-s));switch(r*=255,i){case 0:return[r,u,o];case 1:return[a,r,o];case 2:return[o,r,u];case 3:return[o,a,r];case 4:return[u,o,r];case 5:return[r,o,a]}},a.hsv.hsl=function(t){var e,n,r,i=t[0],s=t[1]/100,o=t[2]/100,a=Math.max(o,.01);return r=(2-s)*o,e=(2-s)*a,n=s*a,n/=1>=e?e:2-e,n=n||0,r/=2,[i,100*n,100*r]},a.hwb.rgb=function(t){var e,n,r,i,s=t[0]/360,o=t[1]/100,a=t[2]/100,u=o+a;u>1&&(o/=u,a/=u),e=Math.floor(6*s),n=1-a,r=6*s-e,0!==(1&e)&&(r=1-r),i=o+r*(n-o);var l,c,h;switch(e){default:case 6:case 0:l=n,c=i,h=o;break;case 1:l=i,c=n,h=o;break;case 2:l=o,c=n,h=i;break;case 3:l=o,c=i,h=n;break;case 4:l=i,c=o,h=n;break;case 5:l=n,c=o,h=i}return[255*l,255*c,255*h]},a.cmyk.rgb=function(t){var e,n,r,i=t[0]/100,s=t[1]/100,o=t[2]/100,a=t[3]/100;return e=1-Math.min(1,i*(1-a)+a),n=1-Math.min(1,s*(1-a)+a),r=1-Math.min(1,o*(1-a)+a),[255*e,255*n,255*r]},a.xyz.rgb=function(t){var e,n,r,i=t[0]/100,s=t[1]/100,o=t[2]/100;return e=3.2406*i+-1.5372*s+o*-.4986,n=i*-.9689+1.8758*s+.0415*o,r=.0557*i+s*-.204+1.057*o,e=e>.0031308?1.055*Math.pow(e,1/2.4)-.055:12.92*e,n=n>.0031308?1.055*Math.pow(n,1/2.4)-.055:12.92*n,r=r>.0031308?1.055*Math.pow(r,1/2.4)-.055:12.92*r,e=Math.min(Math.max(0,e),1),n=Math.min(Math.max(0,n),1),r=Math.min(Math.max(0,r),1),[255*e,255*n,255*r]},a.xyz.lab=function(t){var e,n,r,i=t[0],s=t[1],o=t[2];return i/=95.047,s/=100,o/=108.883,i=i>.008856?Math.pow(i,1/3):7.787*i+16/116,s=s>.008856?Math.pow(s,1/3):7.787*s+16/116,o=o>.008856?Math.pow(o,1/3):7.787*o+16/116,e=116*s-16,n=500*(i-s),r=200*(s-o),[e,n,r]},a.lab.xyz=function(t){var e,n,r,i=t[0],s=t[1],o=t[2];n=(i+16)/116,e=s/500+n,r=n-o/200;var a=Math.pow(n,3),u=Math.pow(e,3),l=Math.pow(r,3);return n=a>.008856?a:(n-16/116)/7.787,e=u>.008856?u:(e-16/116)/7.787,r=l>.008856?l:(r-16/116)/7.787,e*=95.047,n*=100,r*=108.883,[e,n,r]},a.lab.lch=function(t){var e,n,r,i=t[0],s=t[1],o=t[2];return e=Math.atan2(o,s),n=360*e/2/Math.PI,0>n&&(n+=360),r=Math.sqrt(s*s+o*o),[i,r,n]},a.lch.lab=function(t){var e,n,r,i=t[0],s=t[1],o=t[2];return r=o/360*2*Math.PI,e=s*Math.cos(r),n=s*Math.sin(r),[i,e,n]},a.rgb.ansi16=function(t){var e=t[0],n=t[1],r=t[2],i=1 in arguments?arguments[1]:a.rgb.hsv(t)[2];if(i=Math.round(i/50),0===i)return 30;var s=30+(Math.round(r/255)<<2|Math.round(n/255)<<1|Math.round(e/255));return 2===i&&(s+=60),s},a.hsv.ansi16=function(t){return a.rgb.ansi16(a.hsv.rgb(t),t[2])},a.rgb.ansi256=function(t){var e=t[0],n=t[1],r=t[2];if(e===n&&n===r)return 8>e?16:e>248?231:Math.round((e-8)/247*24)+232;var i=16+36*Math.round(e/255*5)+6*Math.round(n/255*5)+Math.round(r/255*5);return i},a.ansi16.rgb=function(t){var e=t%10;if(0===e||7===e)return t>50&&(e+=3.5),e=e/10.5*255,[e,e,e];var n=.5*(~~(t>50)+1),r=(1&e)*n*255,i=(e>>1&1)*n*255,s=(e>>2&1)*n*255;return[r,i,s]},a.ansi256.rgb=function(t){if(t>=232){var e=10*(t-232)+8;return[e,e,e]}t-=16;var n,r=Math.floor(t/36)/5*255,i=Math.floor((n=t%36)/6)/5*255,s=n%6/5*255;return[r,i,s]},a.rgb.hex=function(t){var e=((255&Math.round(t[0]))<<16)+((255&Math.round(t[1]))<<8)+(255&Math.round(t[2])),n=e.toString(16).toUpperCase();return"000000".substring(n.length)+n},a.hex.rgb=function(t){var e=t.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!e)return[0,0,0];var n=e[0];3===e[0].length&&(n=n.split("").map(function(t){return t+t}).join(""));var r=parseInt(n,16),i=r>>16&255,s=r>>8&255,o=255&r;return[i,s,o]},a.rgb.hcg=function(t){var e,n,r=t[0]/255,i=t[1]/255,s=t[2]/255,o=Math.max(Math.max(r,i),s),a=Math.min(Math.min(r,i),s),u=o-a;return e=1>u?a/(1-u):0,n=0>=u?0:o===r?(i-s)/u%6:o===i?2+(s-r)/u:4+(r-i)/u+4,n/=6,n%=1,[360*n,100*u,100*e]},a.hsl.hcg=function(t){var e=t[1]/100,n=t[2]/100,r=1,i=0;return r=.5>n?2*e*n:2*e*(1-n),1>r&&(i=(n-.5*r)/(1-r)),[t[0],100*r,100*i]},a.hsv.hcg=function(t){var e=t[1]/100,n=t[2]/100,r=e*n,i=0;return 1>r&&(i=(n-r)/(1-r)),[t[0],100*r,100*i]},a.hcg.rgb=function(t){var e=t[0]/360,n=t[1]/100,r=t[2]/100;if(0===n)return[255*r,255*r,255*r];var i=[0,0,0],s=e%1*6,o=s%1,a=1-o,u=0;switch(Math.floor(s)){case 0:i[0]=1,i[1]=o,i[2]=0;break;case 1:i[0]=a,i[1]=1,i[2]=0;break;case 2:i[0]=0,i[1]=1,i[2]=o;break;case 3:i[0]=0,i[1]=a,i[2]=1;break;case 4:i[0]=o,i[1]=0,i[2]=1;break;default:i[0]=1,i[1]=0,i[2]=a}return u=(1-n)*r,[255*(n*i[0]+u),255*(n*i[1]+u),255*(n*i[2]+u)]},a.hcg.hsv=function(t){var e=t[1]/100,n=t[2]/100,r=e+n*(1-e),i=0;return r>0&&(i=e/r),[t[0],100*i,100*r]},a.hcg.hsl=function(t){var e=t[1]/100,n=t[2]/100,r=n*(1-e)+.5*e,i=0;return r>0&&.5>r?i=e/(2*r):r>=.5&&1>r&&(i=e/(2*(1-r))),[t[0],100*i,100*r]},a.hcg.hwb=function(t){var e=t[1]/100,n=t[2]/100,r=e+n*(1-e);return[t[0],100*(r-e),100*(1-r)]},a.hwb.hcg=function(t){var e=t[1]/100,n=t[2]/100,r=1-n,i=r-e,s=0;return 1>i&&(s=(r-i)/(1-i)),[t[0],100*i,100*s]},a.apple.rgb=function(t){return[t[0]/65535*255,t[1]/65535*255,t[2]/65535*255]},a.rgb.apple=function(t){return[t[0]/255*65535,t[1]/255*65535,t[2]/255*65535]},a.gray.rgb=function(t){return[t[0]/100*255,t[0]/100*255,t[0]/100*255]},a.gray.hsl=a.gray.hsv=function(t){return[0,0,t[0]]},a.gray.hwb=function(t){return[0,100,t[0]]},a.gray.cmyk=function(t){return[0,0,0,t[0]]},a.gray.lab=function(t){return[t[0],0,0]},a.gray.hex=function(t){var e=255&Math.round(t[0]/100*255),n=(e<<16)+(e<<8)+e,r=n.toString(16).toUpperCase();return"000000".substring(r.length)+r},a.rgb.gray=function(t){var e=(t[0]+t[1]+t[2])/3;return[e/255*100]}},{"color-name":7}],5:[function(t,e,n){function r(t){var e=function(e){return void 0===e||null===e?e:(arguments.length>1&&(e=Array.prototype.slice.call(arguments)),t(e))};return"conversion"in t&&(e.conversion=t.conversion),e}function i(t){var e=function(e){if(void 0===e||null===e)return e;arguments.length>1&&(e=Array.prototype.slice.call(arguments));var n=t(e);if("object"==typeof n)for(var r=n.length,i=0;r>i;i++)n[i]=Math.round(n[i]);return n};return"conversion"in t&&(e.conversion=t.conversion),e}var s=t("./conversions"),o=t("./route"),a={},u=Object.keys(s);u.forEach(function(t){a[t]={},Object.defineProperty(a[t],"channels",{value:s[t].channels}),Object.defineProperty(a[t],"labels",{value:s[t].labels});var e=o(t),n=Object.keys(e);n.forEach(function(n){var s=e[n];a[t][n]=i(s),a[t][n].raw=r(s)})}),e.exports=a},{"./conversions":4,"./route":6}],6:[function(t,e,n){function r(){for(var t={},e=u.length,n=0;e>n;n++)t[u[n]]={distance:-1,parent:null};return t}function i(t){var e=r(),n=[t];for(e[t].distance=0;n.length;)for(var i=n.pop(),s=Object.keys(a[i]),o=s.length,u=0;o>u;u++){var l=s[u],c=e[l];-1===c.distance&&(c.distance=e[i].distance+1,c.parent=i,n.unshift(l))}return e}function s(t,e){return function(n){return e(t(n))}}function o(t,e){for(var n=[e[t].parent,t],r=a[e[t].parent][t],i=e[t].parent;e[i].parent;)n.unshift(e[i].parent),r=s(a[e[i].parent][i],r),i=e[i].parent;return r.conversion=n,r}var a=t("./conversions"),u=Object.keys(a);e.exports=function(t){for(var e=i(t),n={},r=Object.keys(e),s=r.length,a=0;s>a;a++){var u=r[a],l=e[u];null!==l.parent&&(n[u]=o(u,e))}return n}},{"./conversions":4}],7:[function(t,e,n){e.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}},{}],8:[function(t,e,n){function r(t){if(t){var e=/^#([a-fA-F0-9]{3})$/,n=/^#([a-fA-F0-9]{6})$/,r=/^rgba?\(\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/,i=/^rgba?\(\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/,s=/(\D+)/,o=[0,0,0],a=1,u=t.match(e);if(u){u=u[1];for(var l=0;le||t[3]&&t[3]<1?h(t,e):"rgb("+t[0]+", "+t[1]+", "+t[2]+")"}function h(t,e){return void 0===e&&(e=void 0!==t[3]?t[3]:1),"rgba("+t[0]+", "+t[1]+", "+t[2]+", "+e+")"}function f(t,e){if(1>e||t[3]&&t[3]<1)return p(t,e);var n=Math.round(t[0]/255*100),r=Math.round(t[1]/255*100),i=Math.round(t[2]/255*100);return"rgb("+n+"%, "+r+"%, "+i+"%)"}function p(t,e){var n=Math.round(t[0]/255*100),r=Math.round(t[1]/255*100),i=Math.round(t[2]/255*100);return"rgba("+n+"%, "+r+"%, "+i+"%, "+(e||t[3]||1)+")"}function d(t,e){return 1>e||t[3]&&t[3]<1?v(t,e):"hsl("+t[0]+", "+t[1]+"%, "+t[2]+"%)"}function v(t,e){return void 0===e&&(e=void 0!==t[3]?t[3]:1),"hsla("+t[0]+", "+t[1]+"%, "+t[2]+"%, "+e+")"}function g(t,e){return void 0===e&&(e=void 0!==t[3]?t[3]:1),"hwb("+t[0]+", "+t[1]+"%, "+t[2]+"%"+(void 0!==e&&1!==e?", "+e:"")+")"}function m(t){return _[t.slice(0,3)]}function b(t,e,n){return Math.min(Math.max(e,t),n)}function y(t){var e=t.toString(16).toUpperCase();return e.length<2?"0"+e:e}var w=t("color-name");e.exports={getRgba:r,getHsla:i,getRgb:o,getHsl:a,getHwb:s,getAlpha:u,hexString:l,rgbString:c,rgbaString:h,percentString:f,percentaString:p,hslString:d,hslaString:v,hwbString:g,keyword:m};var _={};for(var x in w)_[w[x]]=x},{"color-name":7}],9:[function(t,e,n){var r=t("clone"),i=t("color-convert"),s=t("color-string"),o=function(t){if(t instanceof o)return t;if(!(this instanceof o))return new o(t);this.values={rgb:[0,0,0],hsl:[0,0,0],hsv:[0,0,0],hwb:[0,0,0],cmyk:[0,0,0,0],alpha:1};var e;if("string"==typeof t)if(e=s.getRgba(t))this.setValues("rgb",e);else if(e=s.getHsla(t))this.setValues("hsl",e);else{if(!(e=s.getHwb(t)))throw new Error('Unable to parse color from string "'+t+'"');this.setValues("hwb",e)}else if("object"==typeof t)if(e=t,void 0!==e.r||void 0!==e.red)this.setValues("rgb",e);else if(void 0!==e.l||void 0!==e.lightness)this.setValues("hsl",e);else if(void 0!==e.v||void 0!==e.value)this.setValues("hsv",e);else if(void 0!==e.w||void 0!==e.whiteness)this.setValues("hwb",e);else{if(void 0===e.c&&void 0===e.cyan)throw new Error("Unable to parse color from object "+JSON.stringify(t));this.setValues("cmyk",e)}};o.prototype={rgb:function(){return this.setSpace("rgb",arguments)},hsl:function(){return this.setSpace("hsl",arguments)},hsv:function(){return this.setSpace("hsv",arguments)},hwb:function(){return this.setSpace("hwb",arguments)},cmyk:function(){return this.setSpace("cmyk",arguments)},rgbArray:function(){return this.values.rgb},hslArray:function(){return this.values.hsl},hsvArray:function(){return this.values.hsv},hwbArray:function(){return 1!==this.values.alpha?this.values.hwb.concat([this.values.alpha]):this.values.hwb},cmykArray:function(){return this.values.cmyk},rgbaArray:function(){var t=this.values.rgb;return t.concat([this.values.alpha])},rgbaArrayNormalized:function(){for(var t=this.values.rgb,e=[],n=0;3>n;n++)e[n]=t[n]/255;return e.push(this.values.alpha),e},hslaArray:function(){var t=this.values.hsl;return t.concat([this.values.alpha])},alpha:function(t){return void 0===t?this.values.alpha:(this.setValues("alpha",t),this)},red:function(t){return this.setChannel("rgb",0,t)},green:function(t){return this.setChannel("rgb",1,t)},blue:function(t){return this.setChannel("rgb",2,t)},hue:function(t){return t&&(t%=360,t=0>t?360+t:t),this.setChannel("hsl",0,t)},saturation:function(t){return this.setChannel("hsl",1,t)},lightness:function(t){return this.setChannel("hsl",2,t)},saturationv:function(t){return this.setChannel("hsv",1,t)},whiteness:function(t){return this.setChannel("hwb",1,t)},blackness:function(t){return this.setChannel("hwb",2,t)},value:function(t){return this.setChannel("hsv",2,t)},cyan:function(t){return this.setChannel("cmyk",0,t)},magenta:function(t){return this.setChannel("cmyk",1,t)},yellow:function(t){return this.setChannel("cmyk",2,t)},black:function(t){return this.setChannel("cmyk",3,t)},hexString:function(){return s.hexString(this.values.rgb)},rgbString:function(){return s.rgbString(this.values.rgb,this.values.alpha)},rgbaString:function(){return s.rgbaString(this.values.rgb,this.values.alpha)},percentString:function(){return s.percentString(this.values.rgb,this.values.alpha)},hslString:function(){return s.hslString(this.values.hsl,this.values.alpha)},hslaString:function(){return s.hslaString(this.values.hsl,this.values.alpha)},hwbString:function(){return s.hwbString(this.values.hwb,this.values.alpha)},keyword:function(){return s.keyword(this.values.rgb,this.values.alpha)},rgbNumber:function(){return this.values.rgb[0]<<16|this.values.rgb[1]<<8|this.values.rgb[2]},luminosity:function(){for(var t=this.values.rgb,e=[],n=0;n=r?r/12.92:Math.pow((r+.055)/1.055,2.4)}return.2126*e[0]+.7152*e[1]+.0722*e[2]},contrast:function(t){var e=this.luminosity(),n=t.luminosity();return e>n?(e+.05)/(n+.05):(n+.05)/(e+.05)},level:function(t){var e=this.contrast(t);return e>=7.1?"AAA":e>=4.5?"AA":""},dark:function(){var t=this.values.rgb,e=(299*t[0]+587*t[1]+114*t[2])/1e3;return 128>e},light:function(){return!this.dark()},negate:function(){for(var t=[],e=0;3>e;e++)t[e]=255-this.values.rgb[e];return this.setValues("rgb",t),this},lighten:function(t){return this.values.hsl[2]+=this.values.hsl[2]*t,this.setValues("hsl",this.values.hsl),this},darken:function(t){return this.values.hsl[2]-=this.values.hsl[2]*t,this.setValues("hsl",this.values.hsl),this},saturate:function(t){return this.values.hsl[1]+=this.values.hsl[1]*t,this.setValues("hsl",this.values.hsl),this},desaturate:function(t){return this.values.hsl[1]-=this.values.hsl[1]*t,this.setValues("hsl",this.values.hsl),this},whiten:function(t){return this.values.hwb[1]+=this.values.hwb[1]*t,this.setValues("hwb",this.values.hwb),this},blacken:function(t){return this.values.hwb[2]+=this.values.hwb[2]*t,this.setValues("hwb",this.values.hwb),this},greyscale:function(){var t=this.values.rgb,e=.3*t[0]+.59*t[1]+.11*t[2];return this.setValues("rgb",[e,e,e]),this},clearer:function(t){return this.setValues("alpha",this.values.alpha-this.values.alpha*t),this},opaquer:function(t){return this.setValues("alpha",this.values.alpha+this.values.alpha*t),this},rotate:function(t){var e=this.values.hsl[0];return e=(e+t)%360,e=0>e?360+e:e,this.values.hsl[0]=e,this.setValues("hsl",this.values.hsl),this},mix:function(t,e){var n=this,r=t,i=void 0===e?.5:e,s=2*i-1,o=n.alpha()-r.alpha(),a=((s*o===-1?s:(s+o)/(1+s*o))+1)/2,u=1-a;return this.rgb(a*n.red()+u*r.red(),a*n.green()+u*r.green(),a*n.blue()+u*r.blue()).alpha(n.alpha()*i+r.alpha()*(1-i))},toJSON:function(){return this.rgb()},clone:function(){var t=new o;return t.values=r(this.values),t}},o.prototype.getValues=function(t){for(var e={},n=0;nr;++r)n[r].apply(this,e)}return this},r.prototype.listeners=function(t){return this._callbacks=this._callbacks||{},this._callbacks[t]||[]},r.prototype.hasListeners=function(t){return!!this.listeners(t).length}},{}],12:[function(t,e,n){var n=e.exports=function(t){t||(t={}),"string"==typeof t&&(t={cookie:t}),void 0===t.cookie&&(t.cookie="");var e={};return e.get=function(e){for(var n=t.cookie.split(/;\s*/),r=0;r]/;e.exports=r},{}],14:[function(t,e,n){n.read=function(t,e,n,r,i){var s,o,a=8*i-r-1,u=(1<>1,c=-7,h=n?i-1:0,f=n?-1:1,p=t[e+h];for(h+=f,s=p&(1<<-c)-1,p>>=-c,c+=a;c>0;s=256*s+t[e+h],h+=f,c-=8);for(o=s&(1<<-c)-1,s>>=-c,c+=r;c>0;o=256*o+t[e+h],h+=f,c-=8);if(0===s)s=1-l;else{if(s===u)return o?NaN:(p?-1:1)*(1/0);o+=Math.pow(2,r),s-=l}return(p?-1:1)*o*Math.pow(2,s-r)},n.write=function(t,e,n,r,i,s){var o,a,u,l=8*s-i-1,c=(1<>1,f=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,p=r?0:s-1,d=r?1:-1,v=0>e||0===e&&0>1/e?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(a=isNaN(e)?1:0,o=c):(o=Math.floor(Math.log(e)/Math.LN2),e*(u=Math.pow(2,-o))<1&&(o--,u*=2),e+=o+h>=1?f/u:f*Math.pow(2,1-h),e*u>=2&&(o++,u/=2),o+h>=c?(a=0,o=c):o+h>=1?(a=(e*u-1)*Math.pow(2,i),o+=h):(a=e*Math.pow(2,h-1)*Math.pow(2,i),o=0));i>=8;t[n+p]=255&a,p+=d,a/=256,i-=8);for(o=o<0;t[n+p]=255&o,p+=d,o/=256,l-=8);t[n+p-d]|=128*v}},{}],15:[function(t,e,n){var r={};e.exports=function(t,e){if(!r[t]){r[t]=!0;var n=document.createElement("style");n.setAttribute("type","text/css"),"textContent"in n?n.textContent=t:n.styleSheet.cssText=t;var i=document.getElementsByTagName("head")[0];e&&e.prepend?i.insertBefore(n,i.childNodes[0]):i.appendChild(n)}}},{}],16:[function(t,e,n){var r=Array.isArray,i=Object.prototype.toString;e.exports=r||function(t){return!!t&&"[object Array]"==i.call(t)}},{}],17:[function(t,e,n){var r,i=Object.prototype,s=i.hasOwnProperty,o=i.toString;"function"==typeof Symbol&&(r=Symbol.prototype.valueOf);var a=function(t){return t!==t},u={"boolean":1,number:1,string:1,undefined:1},l=/^([A-Za-z0-9+\/]{4})*([A-Za-z0-9+\/]{4}|[A-Za-z0-9+\/]{3}=|[A-Za-z0-9+\/]{2}==)$/,c=/^[A-Fa-f0-9]+$/,h=e.exports={};h.a=h.type=function(t,e){return typeof t===e},h.defined=function(t){return"undefined"!=typeof t},h.empty=function(t){var e,n=o.call(t);if("[object Array]"===n||"[object Arguments]"===n||"[object String]"===n)return 0===t.length;if("[object Object]"===n){for(e in t)if(s.call(t,e))return!1;return!0}return!1},h.equal=function(t,e){var n=t===e;if(n)return!0;var r,i=o.call(t);if(i!==o.call(e))return!1;if("[object Object]"===i){for(r in t)if(!(h.equal(t[r],e[r])&&r in e))return!1;for(r in e)if(!(h.equal(t[r],e[r])&&r in t))return!1;return!0}if("[object Array]"===i){if(r=t.length,r!==e.length)return!1;for(;--r;)if(!h.equal(t[r],e[r]))return!1;return!0}return"[object Function]"===i?t.prototype===e.prototype:"[object Date]"===i?t.getTime()===e.getTime():n},h.hosted=function(t,e){var n=typeof e[t];return"object"===n?!!e[t]:!u[n]},h.instance=h["instanceof"]=function(t,e){return t instanceof e},h.nil=h["null"]=function(t){return null===t},h.undef=h.undefined=function(t){return"undefined"==typeof t},h.args=h.arguments=function(t){var e="[object Arguments]"===o.call(t),n=!h.array(t)&&h.arraylike(t)&&h.object(t)&&h.fn(t.callee);return e||n},h.array=function(t){return"[object Array]"===o.call(t)},h.args.empty=function(t){return h.args(t)&&0===t.length},h.array.empty=function(t){return h.array(t)&&0===t.length},h.arraylike=function(t){return!!t&&!h["boolean"](t)&&s.call(t,"length")&&isFinite(t.length)&&h.number(t.length)&&t.length>=0},h["boolean"]=function(t){return"[object Boolean]"===o.call(t)},h["false"]=function(t){return h["boolean"](t)&&Boolean(Number(t))===!1},h["true"]=function(t){return h["boolean"](t)&&Boolean(Number(t))===!0},h.date=function(t){return"[object Date]"===o.call(t)},h.element=function(t){return void 0!==t&&"undefined"!=typeof HTMLElement&&t instanceof HTMLElement&&1===t.nodeType},h.error=function(t){return"[object Error]"===o.call(t)},h.fn=h["function"]=function(t){var e="undefined"!=typeof window&&t===window.alert;return e||"[object Function]"===o.call(t)},h.number=function(t){return"[object Number]"===o.call(t)},h.infinite=function(t){return t===1/0||t===-(1/0)},h.decimal=function(t){return h.number(t)&&!a(t)&&!h.infinite(t)&&t%1!==0},h.divisibleBy=function(t,e){var n=h.infinite(t),r=h.infinite(e),i=h.number(t)&&!a(t)&&h.number(e)&&!a(e)&&0!==e;return n||r||i&&t%e===0},h["int"]=function(t){return h.number(t)&&!a(t)&&t%1===0},h.maximum=function(t,e){if(a(t))throw new TypeError("NaN is not a valid value");if(!h.arraylike(e))throw new TypeError("second argument must be array-like");for(var n=e.length;--n>=0;)if(t=0;)if(t>e[n])return!1;return!0},h.nan=function(t){return!h.number(t)||t!==t},h.even=function(t){return h.infinite(t)||h.number(t)&&t===t&&t%2===0},h.odd=function(t){return h.infinite(t)||h.number(t)&&t===t&&t%2!==0},h.ge=function(t,e){if(a(t)||a(e))throw new TypeError("NaN is not a valid value");return!h.infinite(t)&&!h.infinite(e)&&t>=e},h.gt=function(t,e){if(a(t)||a(e))throw new TypeError("NaN is not a valid value");return!h.infinite(t)&&!h.infinite(e)&&t>e},h.le=function(t,e){if(a(t)||a(e))throw new TypeError("NaN is not a valid value");return!h.infinite(t)&&!h.infinite(e)&&e>=t},h.lt=function(t,e){if(a(t)||a(e))throw new TypeError("NaN is not a valid value");return!h.infinite(t)&&!h.infinite(e)&&e>t},h.within=function(t,e,n){if(a(t)||a(e)||a(n))throw new TypeError("NaN is not a valid value");if(!h.number(t)||!h.number(e)||!h.number(n))throw new TypeError("all arguments must be numbers");var r=h.infinite(t)||h.infinite(e)||h.infinite(n);return r||t>=e&&n>=t},h.object=function(t){return"[object Object]"===o.call(t)},h.hash=function(t){return h.object(t)&&t.constructor===Object&&!t.nodeType&&!t.setInterval},h.regexp=function(t){return"[object RegExp]"===o.call(t)},h.string=function(t){return"[object String]"===o.call(t)},h.base64=function(t){return h.string(t)&&(!t.length||l.test(t))},h.hex=function(t){return h.string(t)&&(!t.length||c.test(t))},h.symbol=function(t){return"function"==typeof Symbol&&"[object Symbol]"===o.call(t)&&"symbol"==typeof r.call(t)}},{}],18:[function(t,e,n){var r=t("./_root"),i=r.Symbol;e.exports=i},{"./_root":27}],19:[function(t,e,n){function r(t){return null==t?void 0===t?u:a:l&&l in Object(t)?s(t):o(t)}var i=t("./_Symbol"),s=t("./_getRawTag"),o=t("./_objectToString"),a="[object Null]",u="[object Undefined]",l=i?i.toStringTag:void 0;e.exports=r},{"./_Symbol":18,"./_getRawTag":23,"./_objectToString":26}],20:[function(t,e,n){function r(t,e,n,r){for(var o=-1,a=s(i((e-t)/(n||1)),0),u=Array(a);a--;)u[r?a:++o]=t,t+=n;return u}var i=Math.ceil,s=Math.max;e.exports=r},{}],21:[function(t,e,n){function r(t){return function(e,n,r){return r&&"number"!=typeof r&&s(e,n,r)&&(n=r=void 0),e=o(e),void 0===n?(n=e,e=0):n=o(n),r=void 0===r?n>e?1:-1:o(r),i(e,n,r,t)}}var i=t("./_baseRange"),s=t("./_isIterateeCall"),o=t("./toFinite");e.exports=r},{"./_baseRange":20,"./_isIterateeCall":25,"./toFinite":38}],22:[function(t,e,n){(function(t){var n="object"==typeof t&&t&&t.Object===Object&&t;e.exports=n}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],23:[function(t,e,n){function r(t){var e=o.call(t,u),n=t[u];try{t[u]=void 0;var r=!0}catch(i){}var s=a.call(t);return r&&(e?t[u]=n:delete t[u]),s}var i=t("./_Symbol"),s=Object.prototype,o=s.hasOwnProperty,a=s.toString,u=i?i.toStringTag:void 0;e.exports=r},{"./_Symbol":18}],24:[function(t,e,n){function r(t,e){return e=null==e?i:e,!!e&&("number"==typeof t||s.test(t))&&t>-1&&t%1==0&&e>t}var i=9007199254740991,s=/^(?:0|[1-9]\d*)$/;e.exports=r},{}],25:[function(t,e,n){function r(t,e,n){if(!a(n))return!1;var r=typeof e;return("number"==r?s(n)&&o(e,n.length):"string"==r&&e in n)?i(n[e],t):!1}var i=t("./eq"),s=t("./isArrayLike"),o=t("./_isIndex"),a=t("./isObject");e.exports=r},{"./_isIndex":24,"./eq":28,"./isArrayLike":29,"./isObject":34}],26:[function(t,e,n){function r(t){return s.call(t)}var i=Object.prototype,s=i.toString;e.exports=r},{}],27:[function(t,e,n){var r=t("./_freeGlobal"),i="object"==typeof self&&self&&self.Object===Object&&self,s=r||i||Function("return this")();e.exports=s},{"./_freeGlobal":22}],28:[function(t,e,n){function r(t,e){return t===e||t!==t&&e!==e}e.exports=r},{}],29:[function(t,e,n){function r(t){return null!=t&&s(t.length)&&!i(t)}var i=t("./isFunction"),s=t("./isLength");e.exports=r},{"./isFunction":31,"./isLength":32}],30:[function(t,e,n){function r(t){return t===!0||t===!1||s(t)&&i(t)==o}var i=t("./_baseGetTag"),s=t("./isObjectLike"),o="[object Boolean]";e.exports=r},{"./_baseGetTag":19,"./isObjectLike":35}],31:[function(t,e,n){function r(t){if(!s(t))return!1;var e=i(t);return e==a||e==u||e==o||e==l}var i=t("./_baseGetTag"),s=t("./isObject"),o="[object AsyncFunction]",a="[object Function]",u="[object GeneratorFunction]",l="[object Proxy]";e.exports=r},{"./_baseGetTag":19,"./isObject":34}],32:[function(t,e,n){function r(t){return"number"==typeof t&&t>-1&&t%1==0&&i>=t}var i=9007199254740991;e.exports=r},{}],33:[function(t,e,n){function r(t){return"number"==typeof t||s(t)&&i(t)==o}var i=t("./_baseGetTag"),s=t("./isObjectLike"),o="[object Number]";e.exports=r},{"./_baseGetTag":19,"./isObjectLike":35}],34:[function(t,e,n){function r(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}e.exports=r},{}],35:[function(t,e,n){function r(t){return null!=t&&"object"==typeof t}e.exports=r},{}],36:[function(t,e,n){function r(t){return"symbol"==typeof t||s(t)&&i(t)==o}var i=t("./_baseGetTag"),s=t("./isObjectLike"),o="[object Symbol]";e.exports=r},{"./_baseGetTag":19,"./isObjectLike":35}],37:[function(t,e,n){var r=t("./_createRange"),i=r();e.exports=i},{"./_createRange":21}],38:[function(t,e,n){function r(t){if(!t)return 0===t?t:0;if(t=i(t),t===s||t===-s){var e=0>t?-1:1;return e*o}return t===t?t:0}var i=t("./toNumber"),s=1/0,o=1.7976931348623157e308;e.exports=r},{"./toNumber":39}],39:[function(t,e,n){function r(t){if("number"==typeof t)return t;if(s(t))return o;if(i(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=i(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=t.replace(a,"");var n=l.test(t);return n||c.test(t)?h(t.slice(2),n?2:8):u.test(t)?o:+t}var i=t("./isObject"),s=t("./isSymbol"),o=NaN,a=/^\s+|\s+$/g,u=/^[-+]0x[0-9a-f]+$/i,l=/^0b[01]+$/i,c=/^0o[0-7]+$/i,h=parseInt;e.exports=r},{"./isObject":34,"./isSymbol":36}],40:[function(t,e,n){e.exports='\n\n
\n \n
\n\n
\n
\n\n
\n
{{{ likelyHtml }}}
\n \n
\n\n
\n \n
\n\n
\n \n
\n\n
\n \n
\n\n
\n
\n\n \n\n\n\n'},{}],41:[function(t,e,n){var r=t("vue"),i=r.extend({methods:{c:function(t){return this.$root.c(t)},t:function(t){return this.$root.t(t)}}});e.exports=i},{vue:126}],42:[function(t,e,n){e.exports='\n'},{}],43:[function(t,e,n){var r=(t("color"),t("./base")),i=r.extend({template:t("./button.html"),paramAttributes:["action","type","disabled"],data:function(){return{action:"",type:"primary",disabled:!1}},computed:{background:function(){return"primary"===this.type?this.c("primary"):"icon"===this.type?this.c("primary"):"transparent"},foreground:function(){return"primary"===this.type?this.c("background"):"icon"===this.type?this.c("background"):this.c("foreground")}},methods:{submit:function(){this.$dispatch(this.action)}}});e.exports=i},{"./base":41,"./button.html":42,color:9}],44:[function(t,e,n){e.exports='\n \n\n'},{}],45:[function(t,e,n){var r=(t("color"),t("./base")),i=r.extend({template:t("./link.html"),paramAttributes:["href","target"],data:function(){return{href:"",target:""}}});e.exports=i},{"./base":41,"./link.html":44,color:9}],46:[function(t,e,n){e.exports='
\n
\n \n
\n \n
\n
\n
\n\n
\n
\n {{lowLegend}}\n
\n
\n {{highLegend}}
\n
\n \n'},{}],47:[function(t,e,n){var r=t("./base"),i=t("is"),s=t("lodash/range");e.exports=r.extend({template:t("./scale.html"),paramAttributes:["action","value","show-numbers","min","max","low-legend","high-legend"],data:function(){return{min:0,max:10,highlightedValue:null,value:null,action:"",showNumbers:!1,lowLegend:"",highLegend:""}},computed:{visibleValue:function(){return i.number(this.highlightedValue)?this.highlightedValue:this.value},numbers:function(){return s(parseInt(this.min,10),parseInt(this.max,10)+1)}},methods:{highlightValue:function(t){this.highlightedValue=t},unhighlightValue:function(){this.highlightedValue=null},setValue:function(t){this.value=t,this.action&&this.$dispatch(this.action,t)},getButtonStyle:function(t){var e=this.visibleValue>=t&&null!=this.visibleValue;return{"background-color":e?this.c("primary"):this.c("light"),color:e?this.c("background"):this.c("foreground")}}}})},{"./base":41,"./scale.html":46,is:17,"lodash/range":37}],48:[function(t,e,n){e.exports='\n'},{}],49:[function(t,e,n){var r=(t("color"),t("./base")),i=r.extend({template:t("./textarea.html"),paramAttributes:["placeholder","value"],data:function(){return{value:"",placeholder:"",focused:!1}},methods:{focus:function(){this.$$.textarea.focus()},onFocus:function(){this.focused=!0},onBlur:function(){this.focused=!1}}});e.exports=i},{"./base":41,"./textarea.html":48,color:9}],50:[function(t,e,n){e.exports='\n\n
\n ✕\n
\n\n
\n
\n\n
\n
{{{ likelyHtml }}}
\n \n
\n
\n\n
\n
\n
\n
\n\n
\n
\n
\n
\n\n
\n
\n
\n
\n\n
\n
\n\n\n'},{}],51:[function(t,e,n){e.exports='\n\n\n \n\n
{{ t(\'FOLLOWUP\') }}
\n\n \n \n \n\n \n\n
\n
\n {{t(\'SUBMIT\')}}\n
\n
\n\n'},{}],52:[function(t,e,n){e.exports='
\n
{{t(\'THANKS\')}}
\n
\n'},{}],53:[function(t,e,n){function r(t){t=t||{};var e={};o.forEach(function(n){i.defined(t[n])&&(e[n]=t[n])}),i.defined(t.preview)&&(e.embed=t.preview),e.state||(e.state=i.number(e.rating)?"feedback":"rating"),this.survey=new s({data:e}),this.survey.$mount(),this.survey.$appendTo(t.parent||document.body)}var i=t("is"),s=t("./survey"),o=["rating","feedback","reason","visible","state","translation","serviceName","poweredBy","skin","theme","position","embed","test","showNumbers","requireFeedback","colors","questions","answers","size"];r.prototype={get el(){return this.survey.$el},destroy:function(){this.survey.$destroy(!0)},remove:function(){this.survey.$remove()},on:function(t,e){return this.survey.$on(t,e)},show:function(){this.survey.show()},hide:function(){this.survey.hide()}},o.forEach(function(t){Object.defineProperty(r.prototype,t,{get:function(){return this.survey[t]},set:function(e){this.survey[t]=e}})}),Object.defineProperty(r.prototype,"preview",{get:function(){return this.survey.embed},set:function(t){this.survey.embed=t}}),e.exports=r},{"./survey":60,is:17}],54:[function(t,e,n){e.exports='.nps-fade{opacity:1;-webkit-transition:opacity 500ms;transition:opacity 500ms}.nps-fade-enter,.nps-fade-leave{opacity:0}.nps-slide-enter,.nps-slide-leave{bottom:-600px !important}.nps-next{-webkit-transition:height 500ms;transition:height 500ms}.nps-next>div{-webkit-transition:top 500ms;transition:top 500ms}.nps-next>div>div{-webkit-transition:opacity 500ms;transition:opacity 500ms}.nps-expand{max-height:800px;overflow:hidden;-webkit-transition:max-height 500ms, opacity 500ms;transition:max-height 500ms, opacity 500ms}.nps-expand-enter,.nps-expand-leave{max-height:0px;opacity:0}.nps-Bar{position:fixed;bottom:0;left:0;right:0;text-align:center;-webkit-transition:bottom 500ms;transition:bottom 500ms;z-index:2147483647;padding:0 20px;max-height:100vh;overflow:auto}.nps-embed .nps-Bar{position:absolute;max-height:100%}.nps-Bar .nps-PoweredBy{position:absolute;bottom:10px;right:20px}.nps-embed .nps-Bar .nps-PoweredBy{display:none}@media (max-width: 700px){.nps-Bar .nps-PoweredBy{display:none}}.nps-Bar .nps-Scale{margin-left:auto;margin-right:auto}.nps-Bar .nps-Survey-bounding{max-width:600px;margin:20px auto}.nps-Bar .nps-Title{font-size:14px}.nps-Dialog{background-color:white;border-width:2px;border-style:solid;margin:auto;padding:20px;position:fixed;width:417px;z-index:2147483647;-webkit-transition:all 500ms;transition:all 500ms;box-sizing:border-box}.nps-embed .nps-Dialog{position:absolute}.nps-Dialog--top{top:20px}.nps-Dialog--middle{top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}.nps-Dialog--bottom{bottom:20px}.nps-Dialog--left{-webkit-transition:left 500ms;transition:left 500ms;left:20px}.nps-Dialog--left.nps-show-enter,.nps-Dialog--left.nps-show-leave{left:-500px}.nps-Dialog--center{left:0;right:0}.nps-Dialog--center.nps-Dialog--top.nps-show-enter,.nps-Dialog--center.nps-Dialog--top.nps-show-leave{top:-500px}.nps-Dialog--center.nps-Dialog--middle{-webkit-transform:translate(0, -50%) scale(1);transform:translate(0, -50%) scale(1)}.nps-Dialog--center.nps-Dialog--middle.nps-show-enter,.nps-Dialog--center.nps-Dialog--middle.nps-show-leave{-webkit-transform:translate(0, -50%) scale(0);transform:translate(0, -50%) scale(0)}.nps-Dialog--center.nps-Dialog--bottom{bottom:20px}.nps-Dialog--center.nps-Dialog--bottom.nps-show-enter,.nps-Dialog--center.nps-Dialog--bottom.nps-show-leave{bottom:-500px}.nps-Dialog--right{right:20px}.nps-Dialog--right.nps-show-enter,.nps-Dialog--right.nps-show-leave{right:-500px}.nps-Dialog .nps-Title{margin-right:20px}.nps-Dialog-close{float:right;font-weight:bold;padding:0;cursor:pointer;background:transparent;border:0;font-size:16px;width:30px;height:30px;color:white;position:absolute;right:0;top:0}.nps-Dialog-close:focus{outline:0}.nps-Dialog-FeedbackPoweredBy{position:absolute;bottom:0;line-height:30px;left:0}.nps-Feedback{text-align:left}.nps-Feedback-reason{margin-top:10px}.nps-Feedback-reason label{display:block;font-weight:normal}.nps-Feedback-reason input{margin-right:8px;margin-left:4px;position:relative;top:-2px}.nps-Feedback-submit{margin-top:10px;float:right}.nps-Panel{border-width:2px;border-style:solid;background-color:white}.nps-Panel{font-size:16px;color:#333;max-width:600px;min-width:375px;margin:20px auto;padding:20px}@media (max-width: 480px){.nps-Survey .nps-Panel{border-width:0;min-width:initial;font-size:14px;box-shadow:none}}.nps-Panel .nps-Survey--powered-by{line-height:38px}.nps-Panel .nps-Title{font-size:18px}.nps-Panel .nps-Rating{margin-bottom:20px}.nps-PoweredBy{font-size:12px;margin-top:20px}.nps-PoweredBy>a{text-decoration:none;font-weight:bold}.nps-Survey{color:#333;font-family:sans-serif;font-weight:normal;font-size:14px;line-height:1.42857143}.nps-Survey-buttons{float:right;margin-top:14px}.nps-Survey-bounding{position:relative;overflow:hidden}.nps-Survey-content{position:relative;top:0}.nps-Title{font-size:16px}.nps-cf:before,.nps-cf:after{content:" ";display:table}.nps-cf:after{clear:both}.nps-left{text-align:left}.nps-center{text-align:center}.nps-margin-t20{margin-top:20px}.nps-Button{display:inline-block;zoom:1;line-height:normal;white-space:nowrap;vertical-align:baseline;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-family:inherit;font-size:100%;padding:0.5em 1em;text-decoration:none;border:0}.nps-Button::-moz-focus-inner{padding:0;border:0}.nps-Button:focus{outline:0}.nps-Button[disabled]{border:none;background-image:none;opacity:0.40;cursor:default;box-shadow:none}.nps-Button--simple{border:0;cursor:pointer;padding:10px}.nps-Button--icon{width:30px;height:30px;padding:0}.nps-Button--simple:focus,.nps-Button--simple:hover{outline:none}.nps-Link{padding:0.5em 1em;text-decoration:none}.nps-Textarea{margin-top:14px;height:80px;border-width:2px;border-style:solid;font-size:14px;padding:7px 10px;width:100%;resize:vertical;box-sizing:border-box;-webkit-transition:border-color 300ms, background-color 300ms;transition:border-color 300ms, background-color 300ms}.nps-Textarea:focus{outline:0}.nps-Scale{margin-top:14px;display:inline-block}.nps-Scale-values{margin-bottom:4px;text-align:center}.nps-Scale-value{display:inline-block;padding-right:2px;vertical-align:middle;line-height:1;font-size:1.5em}.nps-Scale-value:last-of-type{padding-right:0}.nps-Scale-value:hover{cursor:pointer}.nps-Scale-button{border-radius:50%;width:32px;height:32px;text-align:center;line-height:32px;font-size:12px}@media (max-width: 480px){.nps-Scale-button{width:22px;height:22px;line-height:22px}}.nps-small .nps-Scale-button{width:22px;height:22px;line-height:22px}.nps-Scale-hint{font-size:12px;font-style:italic}.nps-Scale-hint--unlikely{float:left;padding-right:10px}.nps-Scale-hint--likely{float:right;padding-left:10px}.nps-Survey[dir="rtl"] .nps-Scale-hint--unlikely{float:right}.nps-Survey[dir="rtl"] .nps-Scale-hint--likely{float:left}'; },{}],55:[function(t,e,n){e.exports={US:"us",HOW_LIKELY_US:"How likely are you to recommend us to your friends and colleagues?",HOW_LIKELY:"How likely are you to recommend {{service_name}} to your friends and colleagues?",UNLIKELY:"Not at all likely",LIKELY:"Extremely likely",FOLLOWUP:"What could we do to improve?",DISMISS:"Close",SUBMIT:"Submit Feedback",THANKS:"Thank you for your feedback!",FILLED:"You have already filled the survey.",POWERED_BY:"Powered by %s",LOW_LEGEND:"Disagree",HIGH_LEGEND:"Agree"}},{}],56:[function(t,e,n){e.exports='\n\n
\n
\n\n
\n
{{{ likelyHtml }}}
\n
\n\n
\n
\n
\n
\n\n
\n
\n\n
\n
\n\n\n\n
\n'},{}],57:[function(t,e,n){e.exports='\n {{{ poweredByHtml }}}\n\n'},{}],58:[function(t,e,n){e.exports='\n\n \n\n\n'},{}],59:[function(t,e,n){e.exports='
\n