Gutenberg Blocks – Ultimate Addons for Gutenberg - Version 2.0.3

Version Description

  • FRIDAY, 19TH AUGUST 2022 =
  • Decision: Instead of deprecating some blocks, we decided to call them "legacy" blocks. Legacy blocks work fine and will get support/bug fixes.
  • Improvement: Removed deprecation notices from the settings of the blocks.
  • Improvement: Added a setting to set default values for "column gap" & "row gap" in the container.
  • Fix: Advance Columns - Full-width layout not getting full width on the frontend.
  • Fix: Padding in some blocks were not visible in the editor for old user.
  • Fix: Post Grid - Content padding getting applied to post image.
  • Fix: Icon List - Fixed word wrapping and breaking behavior.
  • Fix: Info Box, Heading, Call to Action - overridden text color on frontend when used in the Cover Block.
  • Fix: Post Carousel, Grid, and Masonry - Disabled 'Read More' links in the editor and ensured pointer is shown on button hover.
  • Fix: Post layout - Title color turns white when background image position is set.
  • Fix: Table of contents - Headings not scroll when Cyrillic and English combination is used.
  • Fix: Backward Compatibility border issues on front-end in multiple blocks
Download this release

Release Info

Developer brainstormworg
Plugin Icon Gutenberg Blocks – Ultimate Addons for Gutenberg
Version 2.0.3
Comparing to
See all releases

Code changes from version 2.0.2 to 2.0.3

admin-core/ajax/common-settings.php CHANGED
@@ -66,6 +66,7 @@ class Common_Settings extends Ajax_Base {
66
  'copy_paste',
67
  'content_width',
68
  'container_global_padding',
 
69
  'blocks_editor_spacing',
70
  'recaptcha_site_key_v2',
71
  'recaptcha_secret_key_v2',
@@ -401,6 +402,41 @@ class Common_Settings extends Ajax_Base {
401
 
402
  }
403
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
404
  /**
405
  * Save settings.
406
  *
66
  'copy_paste',
67
  'content_width',
68
  'container_global_padding',
69
+ 'container_global_elements_gap',
70
  'blocks_editor_spacing',
71
  'recaptcha_site_key_v2',
72
  'recaptcha_secret_key_v2',
402
 
403
  }
404
 
405
+ /**
406
+ * Save settings.
407
+ *
408
+ * @return void
409
+ */
410
+ public function container_global_elements_gap() {
411
+
412
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
413
+
414
+ if ( ! current_user_can( 'manage_options' ) ) {
415
+ wp_send_json_error( $response_data );
416
+ }
417
+
418
+ /**
419
+ * Nonce verification
420
+ */
421
+ if ( ! check_ajax_referer( 'uag_container_global_elements_gap', 'security', false ) ) {
422
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
423
+ wp_send_json_error( $response_data );
424
+ }
425
+
426
+ if ( empty( $_POST ) ) {
427
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
428
+ wp_send_json_error( $response_data );
429
+ }
430
+
431
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uag_container_global_elements_gap', sanitize_text_field( $_POST['value'] ) );
432
+
433
+ $response_data = array(
434
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
435
+ );
436
+ wp_send_json_success( $response_data );
437
+
438
+ }
439
+
440
  /**
441
  * Save settings.
442
  *
admin-core/assets/build/dashboard-app.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-element', 'wp-i18n'), 'version' => 'b441fc45e1307abc1a5ff7394c2fc0bd');
1
+ <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-element', 'wp-i18n'), 'version' => '01aef35fc6029316457f3ba324667ec9');
admin-core/assets/build/dashboard-app.js CHANGED
@@ -1 +1 @@
1
- !function(){var e={679:function(e,t,a){"use strict";var n=a(864),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},r={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},l={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},o={};function s(e){return n.isMemo(e)?l:o[e.$$typeof]||i}o[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},o[n.Memo]=l;var u=Object.defineProperty,c=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,m=Object.getOwnPropertyDescriptor,f=Object.getPrototypeOf,g=Object.prototype;e.exports=function e(t,a,n){if("string"!=typeof a){if(g){var i=f(a);i&&i!==g&&e(t,i,n)}var l=c(a);d&&(l=l.concat(d(a)));for(var o=s(t),p=s(a),h=0;h<l.length;++h){var v=l[h];if(!(r[v]||n&&n[v]||p&&p[v]||o&&o[v])){var b=m(a,v);try{u(t,v,b)}catch(e){}}}}return t}},826:function(e){e.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},779:function(e,t,a){var n=a(826);e.exports=function e(t,a,i){return n(a)||(i=a||i,a=[]),i=i||{},t instanceof RegExp?function(e,t){var a=e.source.match(/\((?!\?)/g);if(a)for(var n=0;n<a.length;n++)t.push({name:n,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return c(e,t)}(t,a):n(t)?function(t,a,n){for(var i=[],r=0;r<t.length;r++)i.push(e(t[r],a,n).source);return c(new RegExp("(?:"+i.join("|")+")",d(n)),a)}(t,a,i):function(e,t,a){return m(r(e,a),t,a)}(t,a,i)},e.exports.parse=r,e.exports.compile=function(e,t){return o(r(e,t),t)},e.exports.tokensToFunction=o,e.exports.tokensToRegExp=m;var i=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function r(e,t){for(var a,n=[],r=0,l=0,o="",c=t&&t.delimiter||"/";null!=(a=i.exec(e));){var d=a[0],m=a[1],f=a.index;if(o+=e.slice(l,f),l=f+d.length,m)o+=m[1];else{var g=e[l],p=a[2],h=a[3],v=a[4],b=a[5],w=a[6],y=a[7];o&&(n.push(o),o="");var x=null!=p&&null!=g&&g!==p,D="+"===w||"*"===w,E="?"===w||"*"===w,C=a[2]||c,k=v||b;n.push({name:h||r++,prefix:p||"",delimiter:C,optional:E,repeat:D,partial:x,asterisk:!!y,pattern:k?u(k):y?".*":"[^"+s(C)+"]+?"})}}return l<e.length&&(o+=e.substr(l)),o&&n.push(o),n}function l(e){return encodeURI(e).replace(/[\/?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function o(e,t){for(var a=new Array(e.length),i=0;i<e.length;i++)"object"==typeof e[i]&&(a[i]=new RegExp("^(?:"+e[i].pattern+")$",d(t)));return function(t,i){for(var r="",o=t||{},s=(i||{}).pretty?l:encodeURIComponent,u=0;u<e.length;u++){var c=e[u];if("string"!=typeof c){var d,m=o[c.name];if(null==m){if(c.optional){c.partial&&(r+=c.prefix);continue}throw new TypeError('Expected "'+c.name+'" to be defined')}if(n(m)){if(!c.repeat)throw new TypeError('Expected "'+c.name+'" to not repeat, but received `'+JSON.stringify(m)+"`");if(0===m.length){if(c.optional)continue;throw new TypeError('Expected "'+c.name+'" to not be empty')}for(var f=0;f<m.length;f++){if(d=s(m[f]),!a[u].test(d))throw new TypeError('Expected all "'+c.name+'" to match "'+c.pattern+'", but received `'+JSON.stringify(d)+"`");r+=(0===f?c.prefix:c.delimiter)+d}}else{if(d=c.asterisk?encodeURI(m).replace(/[?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})):s(m),!a[u].test(d))throw new TypeError('Expected "'+c.name+'" to match "'+c.pattern+'", but received "'+d+'"');r+=c.prefix+d}}else r+=c}return r}}function s(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function u(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function c(e,t){return e.keys=t,e}function d(e){return e&&e.sensitive?"":"i"}function m(e,t,a){n(t)||(a=t||a,t=[]);for(var i=(a=a||{}).strict,r=!1!==a.end,l="",o=0;o<e.length;o++){var u=e[o];if("string"==typeof u)l+=s(u);else{var m=s(u.prefix),f="(?:"+u.pattern+")";t.push(u),u.repeat&&(f+="(?:"+m+f+")*"),l+=f=u.optional?u.partial?m+"("+f+")?":"(?:"+m+"("+f+"))?":m+"("+f+")"}}var g=s(a.delimiter||"/"),p=l.slice(-g.length)===g;return i||(l=(p?l.slice(0,-g.length):l)+"(?:"+g+"(?=$))?"),l+=r?"$":i&&p?"":"(?="+g+"|$)",c(new RegExp("^"+l,d(a)),t)}},703:function(e,t,a){"use strict";var n=a(414);function i(){}function r(){}r.resetWarningCache=i,e.exports=function(){function e(e,t,a,i,r,l){if(l!==n){var o=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw o.name="Invariant Violation",o}}function t(){return e}e.isRequired=e;var a={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:r,resetWarningCache:i};return a.PropTypes=a,a}},697:function(e,t,a){e.exports=a(703)()},414:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},639:function(e,t,a){"use strict";var n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e},i=function(){function e(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(t,a,n){return a&&e(t.prototype,a),n&&e(t,n),t}}(),r=a(196),l=s(r),o=s(a(697));function s(e){return e&&e.__esModule?e:{default:e}}var u={position:"absolute",top:0,left:0,visibility:"hidden",height:0,overflow:"scroll",whiteSpace:"pre"},c=["extraWidth","injectStyles","inputClassName","inputRef","inputStyle","minWidth","onAutosize","placeholderIsMinWidth"],d=function(e,t){t.style.fontSize=e.fontSize,t.style.fontFamily=e.fontFamily,t.style.fontWeight=e.fontWeight,t.style.fontStyle=e.fontStyle,t.style.letterSpacing=e.letterSpacing,t.style.textTransform=e.textTransform},m=!("undefined"==typeof window||!window.navigator)&&/MSIE |Trident\/|Edge\//.test(window.navigator.userAgent),f=function(){return m?"_"+Math.random().toString(36).substr(2,12):void 0},g=function(e){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var a=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));return a.inputRef=function(e){a.input=e,"function"==typeof a.props.inputRef&&a.props.inputRef(e)},a.placeHolderSizerRef=function(e){a.placeHolderSizer=e},a.sizerRef=function(e){a.sizer=e},a.state={inputWidth:e.minWidth,inputId:e.id||f(),prevId:e.id},a}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),i(t,null,[{key:"getDerivedStateFromProps",value:function(e,t){var a=e.id;return a!==t.prevId?{inputId:a||f(),prevId:a}:null}}]),i(t,[{key:"componentDidMount",value:function(){this.mounted=!0,this.copyInputStyles(),this.updateInputWidth()}},{key:"componentDidUpdate",value:function(e,t){t.inputWidth!==this.state.inputWidth&&"function"==typeof this.props.onAutosize&&this.props.onAutosize(this.state.inputWidth),this.updateInputWidth()}},{key:"componentWillUnmount",value:function(){this.mounted=!1}},{key:"copyInputStyles",value:function(){if(this.mounted&&window.getComputedStyle){var e=this.input&&window.getComputedStyle(this.input);e&&(d(e,this.sizer),this.placeHolderSizer&&d(e,this.placeHolderSizer))}}},{key:"updateInputWidth",value:function(){if(this.mounted&&this.sizer&&void 0!==this.sizer.scrollWidth){var e=void 0;e=this.props.placeholder&&(!this.props.value||this.props.value&&this.props.placeholderIsMinWidth)?Math.max(this.sizer.scrollWidth,this.placeHolderSizer.scrollWidth)+2:this.sizer.scrollWidth+2,(e+="number"===this.props.type&&void 0===this.props.extraWidth?16:parseInt(this.props.extraWidth)||0)<this.props.minWidth&&(e=this.props.minWidth),e!==this.state.inputWidth&&this.setState({inputWidth:e})}}},{key:"getInput",value:function(){return this.input}},{key:"focus",value:function(){this.input.focus()}},{key:"blur",value:function(){this.input.blur()}},{key:"select",value:function(){this.input.select()}},{key:"renderStyles",value:function(){var e=this.props.injectStyles;return m&&e?l.default.createElement("style",{dangerouslySetInnerHTML:{__html:"input#"+this.state.inputId+"::-ms-clear {display: none;}"}}):null}},{key:"render",value:function(){var e=[this.props.defaultValue,this.props.value,""].reduce((function(e,t){return null!=e?e:t})),t=n({},this.props.style);t.display||(t.display="inline-block");var a=n({boxSizing:"content-box",width:this.state.inputWidth+"px"},this.props.inputStyle),i=function(e,t){var a={};for(var n in e)t.indexOf(n)>=0||Object.prototype.hasOwnProperty.call(e,n)&&(a[n]=e[n]);return a}(this.props,[]);return function(e){c.forEach((function(t){return delete e[t]}))}(i),i.className=this.props.inputClassName,i.id=this.state.inputId,i.style=a,l.default.createElement("div",{className:this.props.className,style:t},this.renderStyles(),l.default.createElement("input",n({},i,{ref:this.inputRef})),l.default.createElement("div",{ref:this.sizerRef,style:u},e),this.props.placeholder?l.default.createElement("div",{ref:this.placeHolderSizerRef,style:u},this.props.placeholder):null)}}]),t}(r.Component);g.propTypes={className:o.default.string,defaultValue:o.default.any,extraWidth:o.default.oneOfType([o.default.number,o.default.string]),id:o.default.string,injectStyles:o.default.bool,inputClassName:o.default.string,inputRef:o.default.func,inputStyle:o.default.object,minWidth:o.default.oneOfType([o.default.number,o.default.string]),onAutosize:o.default.func,onChange:o.default.func,placeholder:o.default.string,placeholderIsMinWidth:o.default.bool,style:o.default.object,value:o.default.any},g.defaultProps={minWidth:1,injectStyles:!0},t.Z=g},921:function(e,t){"use strict";var a="function"==typeof Symbol&&Symbol.for,n=a?Symbol.for("react.element"):60103,i=a?Symbol.for("react.portal"):60106,r=a?Symbol.for("react.fragment"):60107,l=a?Symbol.for("react.strict_mode"):60108,o=a?Symbol.for("react.profiler"):60114,s=a?Symbol.for("react.provider"):60109,u=a?Symbol.for("react.context"):60110,c=a?Symbol.for("react.async_mode"):60111,d=a?Symbol.for("react.concurrent_mode"):60111,m=a?Symbol.for("react.forward_ref"):60112,f=a?Symbol.for("react.suspense"):60113,g=a?Symbol.for("react.suspense_list"):60120,p=a?Symbol.for("react.memo"):60115,h=a?Symbol.for("react.lazy"):60116,v=a?Symbol.for("react.block"):60121,b=a?Symbol.for("react.fundamental"):60117,w=a?Symbol.for("react.responder"):60118,y=a?Symbol.for("react.scope"):60119;function x(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case c:case d:case r:case o:case l:case f:return e;default:switch(e=e&&e.$$typeof){case u:case m:case h:case p:case s:return e;default:return t}}case i:return t}}}function D(e){return x(e)===d}t.AsyncMode=c,t.ConcurrentMode=d,t.ContextConsumer=u,t.ContextProvider=s,t.Element=n,t.ForwardRef=m,t.Fragment=r,t.Lazy=h,t.Memo=p,t.Portal=i,t.Profiler=o,t.StrictMode=l,t.Suspense=f,t.isAsyncMode=function(e){return D(e)||x(e)===c},t.isConcurrentMode=D,t.isContextConsumer=function(e){return x(e)===u},t.isContextProvider=function(e){return x(e)===s},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return x(e)===m},t.isFragment=function(e){return x(e)===r},t.isLazy=function(e){return x(e)===h},t.isMemo=function(e){return x(e)===p},t.isPortal=function(e){return x(e)===i},t.isProfiler=function(e){return x(e)===o},t.isStrictMode=function(e){return x(e)===l},t.isSuspense=function(e){return x(e)===f},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===d||e===o||e===l||e===f||e===g||"object"==typeof e&&null!==e&&(e.$$typeof===h||e.$$typeof===p||e.$$typeof===s||e.$$typeof===u||e.$$typeof===m||e.$$typeof===b||e.$$typeof===w||e.$$typeof===y||e.$$typeof===v)},t.typeOf=x},864:function(e,t,a){"use strict";e.exports=a(921)},359:function(e,t){"use strict";if("function"==typeof Symbol&&Symbol.for){var a=Symbol.for;a("react.element"),a("react.portal"),a("react.fragment"),a("react.strict_mode"),a("react.profiler"),a("react.provider"),a("react.context"),a("react.forward_ref"),a("react.suspense"),a("react.suspense_list"),a("react.memo"),a("react.lazy"),a("react.block"),a("react.server.block"),a("react.fundamental"),a("react.debug_trace_mode"),a("react.legacy_hidden")}},973:function(e,t,a){"use strict";a(359)},196:function(e){"use strict";e.exports=window.React}},t={};function a(n){var i=t[n];if(void 0!==i)return i.exports;var r=t[n]={exports:{}};return e[n](r,r.exports,a),r.exports}a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,{a:t}),t},a.d=function(e,t){for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){"use strict";var e,t,n,i=window.wp.element,r=a(196),l=a.n(r),o=window.ReactDOM,s=a.n(o);function u(){return u=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e},u.apply(this,arguments)}function c(e,t){if(null==e)return{};var a,n,i={},r=Object.keys(e);for(n=0;n<r.length;n++)a=r[n],t.indexOf(a)>=0||(i[a]=e[a]);return i}function d(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,n=new Array(t);a<t;a++)n[a]=e[a];return n}function m(e,t){var a;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(a=function(e,t){if(e){if("string"==typeof e)return d(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?d(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){a&&(e=a);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(a=e[Symbol.iterator]()).next.bind(a)}function f(e,t){if(e in t){for(var a=t[e],n=arguments.length,i=new Array(n>2?n-2:0),r=2;r<n;r++)i[r-2]=arguments[r];return"function"==typeof a?a.apply(void 0,i):a}var l=new Error('Tried to handle "'+e+'" but there is no handler defined. Only defined handlers are: '+Object.keys(t).map((function(e){return'"'+e+'"'})).join(", ")+".");throw Error.captureStackTrace&&Error.captureStackTrace(l,f),l}function g(a){var n=a.props,i=a.slot,r=a.defaultTag,l=a.features,o=a.visible,s=void 0===o||o,d=a.name;if(s)return p(n,i,r,d);var m=null!=l?l:e.None;if(m&e.Static){var g=n.static,h=void 0!==g&&g,v=c(n,["static"]);if(h)return p(v,i,r,d)}if(m&e.RenderStrategy){var b,w=n.unmount,y=void 0===w||w,x=c(n,["unmount"]);return f(y?t.Unmount:t.Hidden,((b={})[t.Unmount]=function(){return null},b[t.Hidden]=function(){return p(u({},x,{hidden:!0,style:{display:"none"}}),i,r,d)},b))}return p(n,i,r,d)}function p(e,t,a,n){var i;void 0===t&&(t={});var l=v(e,["unmount","static"]),o=l.as,s=void 0===o?a:o,u=l.children,d=l.refName,f=void 0===d?"ref":d,g=c(l,["as","children","refName"]),p=void 0!==e.ref?((i={})[f]=e.ref,i):{},h="function"==typeof u?u(t):u;if(g.className&&"function"==typeof g.className&&(g.className=g.className(t)),s===r.Fragment&&Object.keys(g).length>0){if(!(0,r.isValidElement)(h)||Array.isArray(h)&&h.length>1)throw new Error(['Passing props on "Fragment"!',"","The current component <"+n+' /> is rendering a "Fragment".',"However we need to passthrough the following props:",Object.keys(g).map((function(e){return" - "+e})).join("\n"),"","You can apply a few solutions:",['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".',"Render a single element as the child so that we can forward the props onto that element."].map((function(e){return" - "+e})).join("\n")].join("\n"));return(0,r.cloneElement)(h,Object.assign({},function(e,t,a){for(var n,i=Object.assign({},e),r=function(){var a,r=n.value;void 0!==e[r]&&void 0!==t[r]&&Object.assign(i,((a={})[r]=function(a){a.defaultPrevented||e[r](a),a.defaultPrevented||t[r](a)},a))},l=m(["onClick"]);!(n=l()).done;)r();return i}(function(e){var t=Object.assign({},e);for(var a in t)void 0===t[a]&&delete t[a];return t}(v(g,["ref"])),h.props),p))}return(0,r.createElement)(s,Object.assign({},v(g,["ref"]),s!==r.Fragment&&p),h)}function h(e){var t;return Object.assign((0,r.forwardRef)(e),{displayName:null!=(t=e.displayName)?t:e.name})}function v(e,t){void 0===t&&(t=[]);for(var a,n=Object.assign({},e),i=m(t);!(a=i()).done;){var r=a.value;r in n&&delete n[r]}return n}function b(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];var n=(0,r.useRef)(t);return(0,r.useEffect)((function(){n.current=t}),[t]),(0,r.useCallback)((function(e){for(var t,a=m(n.current);!(t=a()).done;){var i=t.value;null!=i&&("function"==typeof i?i(e):i.current=e)}}),[n])}function w(e){for(var t,a,n=e.parentElement,i=null;n&&!(n instanceof HTMLFieldSetElement);)n instanceof HTMLLegendElement&&(i=n),n=n.parentElement;var r=null!=(t=""===(null==(a=n)?void 0:a.getAttribute("disabled")))&&t;return(!r||!function(e){if(!e)return!1;for(var t=e.previousElementSibling;null!==t;){if(t instanceof HTMLLegendElement)return!1;t=t.previousElementSibling}return!0}(i))&&r}!function(e){e[e.None=0]="None",e[e.RenderStrategy=1]="RenderStrategy",e[e.Static=2]="Static"}(e||(e={})),function(e){e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden"}(t||(t={})),function(e){e.Space=" ",e.Enter="Enter",e.Escape="Escape",e.Backspace="Backspace",e.ArrowLeft="ArrowLeft",e.ArrowUp="ArrowUp",e.ArrowRight="ArrowRight",e.ArrowDown="ArrowDown",e.Home="Home",e.End="End",e.PageUp="PageUp",e.PageDown="PageDown",e.Tab="Tab"}(n||(n={}));var y="undefined"!=typeof window?r.useLayoutEffect:r.useEffect,x={serverHandoffComplete:!1};function D(){var e=(0,r.useState)(x.serverHandoffComplete),t=e[0],a=e[1];return(0,r.useEffect)((function(){!0!==t&&a(!0)}),[t]),(0,r.useEffect)((function(){!1===x.serverHandoffComplete&&(x.serverHandoffComplete=!0)}),[]),t}var E=0;function C(){return++E}function k(){var e=D(),t=(0,r.useState)(e?C:null),a=t[0],n=t[1];return y((function(){null===a&&n(C())}),[a]),null!=a?""+a:void 0}var S,_,O,N,T=(0,r.createContext)(null);function A(){return(0,r.useContext)(T)}function M(e){var t=e.value,a=e.children;return l().createElement(T.Provider,{value:t},a)}function P(e){var t;if(e.type)return e.type;var a=null!=(t=e.as)?t:"button";return"string"==typeof a&&"button"===a.toLowerCase()?"button":void 0}function L(e,t){var a=(0,r.useState)((function(){return P(e)})),n=a[0],i=a[1];return y((function(){i(P(e))}),[e.type,e.as]),y((function(){n||t.current&&t.current instanceof HTMLButtonElement&&!t.current.hasAttribute("type")&&i("button")}),[n,t]),n}T.displayName="OpenClosedContext",function(e){e[e.Open=0]="Open",e[e.Closed=1]="Closed"}(S||(S={})),function(e){e[e.Open=0]="Open",e[e.Closed=1]="Closed"}(O||(O={})),function(e){e[e.ToggleDisclosure=0]="ToggleDisclosure",e[e.CloseDisclosure=1]="CloseDisclosure",e[e.SetButtonId=2]="SetButtonId",e[e.SetPanelId=3]="SetPanelId",e[e.LinkPanel=4]="LinkPanel",e[e.UnlinkPanel=5]="UnlinkPanel"}(N||(N={}));var I=((_={})[N.ToggleDisclosure]=function(e){var t;return u({},e,{disclosureState:f(e.disclosureState,(t={},t[O.Open]=O.Closed,t[O.Closed]=O.Open,t))})},_[N.CloseDisclosure]=function(e){return e.disclosureState===O.Closed?e:u({},e,{disclosureState:O.Closed})},_[N.LinkPanel]=function(e){return!0===e.linkedPanel?e:u({},e,{linkedPanel:!0})},_[N.UnlinkPanel]=function(e){return!1===e.linkedPanel?e:u({},e,{linkedPanel:!1})},_[N.SetButtonId]=function(e,t){return e.buttonId===t.buttonId?e:u({},e,{buttonId:t.buttonId})},_[N.SetPanelId]=function(e,t){return e.panelId===t.panelId?e:u({},e,{panelId:t.panelId})},_),V=(0,r.createContext)(null);function R(e){var t=(0,r.useContext)(V);if(null===t){var a=new Error("<"+e+" /> is missing a parent <"+W.name+" /> component.");throw Error.captureStackTrace&&Error.captureStackTrace(a,R),a}return t}V.displayName="DisclosureContext";var F=(0,r.createContext)(null);function H(e){var t=(0,r.useContext)(F);if(null===t){var a=new Error("<"+e+" /> is missing a parent <"+W.name+" /> component.");throw Error.captureStackTrace&&Error.captureStackTrace(a,H),a}return t}F.displayName="DisclosureAPIContext";var j=(0,r.createContext)(null);function B(e,t){return f(t.type,I,e,t)}j.displayName="DisclosurePanelContext";var U=r.Fragment;function W(e){var t,a=e.defaultOpen,n=void 0!==a&&a,i=c(e,["defaultOpen"]),o="headlessui-disclosure-button-"+k(),s="headlessui-disclosure-panel-"+k(),u=(0,r.useReducer)(B,{disclosureState:n?O.Open:O.Closed,linkedPanel:!1,buttonId:o,panelId:s}),d=u[0].disclosureState,m=u[1];(0,r.useEffect)((function(){return m({type:N.SetButtonId,buttonId:o})}),[o,m]),(0,r.useEffect)((function(){return m({type:N.SetPanelId,panelId:s})}),[s,m]);var p=(0,r.useCallback)((function(e){m({type:N.CloseDisclosure});var t=e?e instanceof HTMLElement?e:e.current instanceof HTMLElement?e.current:document.getElementById(o):document.getElementById(o);null==t||t.focus()}),[m,o]),h=(0,r.useMemo)((function(){return{close:p}}),[p]),v=(0,r.useMemo)((function(){return{open:d===O.Open,close:p}}),[d,p]);return l().createElement(V.Provider,{value:u},l().createElement(F.Provider,{value:h},l().createElement(M,{value:f(d,(t={},t[O.Open]=S.Open,t[O.Closed]=S.Closed,t))},g({props:i,slot:v,defaultTag:U,name:"Disclosure"}))))}var G=h((function e(t,a){var i=R([W.name,e.name].join(".")),l=i[0],o=i[1],s=(0,r.useRef)(null),c=b(s,a),d=(0,r.useContext)(j),m=null!==d&&d===l.panelId,f=(0,r.useCallback)((function(e){var t;if(m){if(l.disclosureState===O.Closed)return;switch(e.key){case n.Space:case n.Enter:e.preventDefault(),e.stopPropagation(),o({type:N.ToggleDisclosure}),null==(t=document.getElementById(l.buttonId))||t.focus()}}else switch(e.key){case n.Space:case n.Enter:e.preventDefault(),e.stopPropagation(),o({type:N.ToggleDisclosure})}}),[o,m,l.disclosureState]),p=(0,r.useCallback)((function(e){e.key===n.Space&&e.preventDefault()}),[]),h=(0,r.useCallback)((function(e){var a;w(e.currentTarget)||t.disabled||(m?(o({type:N.ToggleDisclosure}),null==(a=document.getElementById(l.buttonId))||a.focus()):o({type:N.ToggleDisclosure}))}),[o,t.disabled,l.buttonId,m]),v=(0,r.useMemo)((function(){return{open:l.disclosureState===O.Open}}),[l]),y=L(t,s);return g({props:u({},t,m?{ref:c,type:y,onKeyDown:f,onClick:h}:{ref:c,id:l.buttonId,type:y,"aria-expanded":t.disabled?void 0:l.disclosureState===O.Open,"aria-controls":l.linkedPanel?l.panelId:void 0,onKeyDown:f,onKeyUp:p,onClick:h}),slot:v,defaultTag:"button",name:"Disclosure.Button"})})),z=e.RenderStrategy|e.Static,Z=h((function e(t,a){var n=R([W.name,e.name].join(".")),i=n[0],o=n[1],s=H([W.name,e.name].join(".")).close,c=b(a,(function(){i.linkedPanel||o({type:N.LinkPanel})})),d=A(),m=null!==d?d===S.Open:i.disclosureState===O.Open;(0,r.useEffect)((function(){return function(){return o({type:N.UnlinkPanel})}}),[o]),(0,r.useEffect)((function(){var e;i.disclosureState!==O.Closed||null!=(e=t.unmount)&&!e||o({type:N.UnlinkPanel})}),[i.disclosureState,t.unmount,o]);var f=(0,r.useMemo)((function(){return{open:i.disclosureState===O.Open,close:s}}),[i,s]),p={ref:c,id:i.panelId},h=t;return l().createElement(j.Provider,{value:i.panelId},g({props:u({},h,p),slot:f,defaultTag:"div",features:z,visible:m,name:"Disclosure.Panel"}))}));function K(e,t){return K=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},K(e,t)}function $(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,K(e,t)}W.Button=G,W.Panel=Z;var Y=a(697),J=a.n(Y);function q(){return q=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e},q.apply(this,arguments)}function X(e){return"/"===e.charAt(0)}function Q(e,t){for(var a=t,n=a+1,i=e.length;n<i;a+=1,n+=1)e[a]=e[n];e.pop()}var ee=function(e,t){if(!e)throw new Error("Invariant failed")};function te(e){return"/"===e.charAt(0)?e:"/"+e}function ae(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function ne(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function ie(e){var t=e.pathname,a=e.search,n=e.hash,i=t||"/";return a&&"?"!==a&&(i+="?"===a.charAt(0)?a:"?"+a),n&&"#"!==n&&(i+="#"===n.charAt(0)?n:"#"+n),i}function re(e,t,a,n){var i;"string"==typeof e?(i=function(e){var t=e||"/",a="",n="",i=t.indexOf("#");-1!==i&&(n=t.substr(i),t=t.substr(0,i));var r=t.indexOf("?");return-1!==r&&(a=t.substr(r),t=t.substr(0,r)),{pathname:t,search:"?"===a?"":a,hash:"#"===n?"":n}}(e),i.state=t):(void 0===(i=q({},e)).pathname&&(i.pathname=""),i.search?"?"!==i.search.charAt(0)&&(i.search="?"+i.search):i.search="",i.hash?"#"!==i.hash.charAt(0)&&(i.hash="#"+i.hash):i.hash="",void 0!==t&&void 0===i.state&&(i.state=t));try{i.pathname=decodeURI(i.pathname)}catch(e){throw e instanceof URIError?new URIError('Pathname "'+i.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):e}return a&&(i.key=a),n?i.pathname?"/"!==i.pathname.charAt(0)&&(i.pathname=function(e,t){void 0===t&&(t="");var a,n=e&&e.split("/")||[],i=t&&t.split("/")||[],r=e&&X(e),l=t&&X(t),o=r||l;if(e&&X(e)?i=n:n.length&&(i.pop(),i=i.concat(n)),!i.length)return"/";if(i.length){var s=i[i.length-1];a="."===s||".."===s||""===s}else a=!1;for(var u=0,c=i.length;c>=0;c--){var d=i[c];"."===d?Q(i,c):".."===d?(Q(i,c),u++):u&&(Q(i,c),u--)}if(!o)for(;u--;u)i.unshift("..");!o||""===i[0]||i[0]&&X(i[0])||i.unshift("");var m=i.join("/");return a&&"/"!==m.substr(-1)&&(m+="/"),m}(i.pathname,n.pathname)):i.pathname=n.pathname:i.pathname||(i.pathname="/"),i}function le(){var e=null,t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,a,n,i){if(null!=e){var r="function"==typeof e?e(t,a):e;"string"==typeof r?"function"==typeof n?n(r,i):i(!0):i(!1!==r)}else i(!0)},appendListener:function(e){var a=!0;function n(){a&&e.apply(void 0,arguments)}return t.push(n),function(){a=!1,t=t.filter((function(e){return e!==n}))}},notifyListeners:function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];t.forEach((function(e){return e.apply(void 0,a)}))}}}var oe=!("undefined"==typeof window||!window.document||!window.document.createElement);function se(e,t){t(window.confirm(e))}var ue="popstate",ce="hashchange";function de(){try{return window.history.state||{}}catch(e){return{}}}function me(e){void 0===e&&(e={}),oe||ee(!1);var t,a=window.history,n=(-1===(t=window.navigator.userAgent).indexOf("Android 2.")&&-1===t.indexOf("Android 4.0")||-1===t.indexOf("Mobile Safari")||-1!==t.indexOf("Chrome")||-1!==t.indexOf("Windows Phone"))&&window.history&&"pushState"in window.history,i=!(-1===window.navigator.userAgent.indexOf("Trident")),r=e,l=r.forceRefresh,o=void 0!==l&&l,s=r.getUserConfirmation,u=void 0===s?se:s,c=r.keyLength,d=void 0===c?6:c,m=e.basename?ne(te(e.basename)):"";function f(e){var t=e||{},a=t.key,n=t.state,i=window.location,r=i.pathname+i.search+i.hash;return m&&(r=ae(r,m)),re(r,n,a)}function g(){return Math.random().toString(36).substr(2,d)}var p=le();function h(e){q(O,e),O.length=a.length,p.notifyListeners(O.location,O.action)}function v(e){(function(e){return void 0===e.state&&-1===navigator.userAgent.indexOf("CriOS")})(e)||y(f(e.state))}function b(){y(f(de()))}var w=!1;function y(e){w?(w=!1,h()):p.confirmTransitionTo(e,"POP",u,(function(t){t?h({action:"POP",location:e}):function(e){var t=O.location,a=D.indexOf(t.key);-1===a&&(a=0);var n=D.indexOf(e.key);-1===n&&(n=0);var i=a-n;i&&(w=!0,C(i))}(e)}))}var x=f(de()),D=[x.key];function E(e){return m+ie(e)}function C(e){a.go(e)}var k=0;function S(e){1===(k+=e)&&1===e?(window.addEventListener(ue,v),i&&window.addEventListener(ce,b)):0===k&&(window.removeEventListener(ue,v),i&&window.removeEventListener(ce,b))}var _=!1,O={length:a.length,action:"POP",location:x,createHref:E,push:function(e,t){var i="PUSH",r=re(e,t,g(),O.location);p.confirmTransitionTo(r,i,u,(function(e){if(e){var t=E(r),l=r.key,s=r.state;if(n)if(a.pushState({key:l,state:s},null,t),o)window.location.href=t;else{var u=D.indexOf(O.location.key),c=D.slice(0,u+1);c.push(r.key),D=c,h({action:i,location:r})}else window.location.href=t}}))},replace:function(e,t){var i="REPLACE",r=re(e,t,g(),O.location);p.confirmTransitionTo(r,i,u,(function(e){if(e){var t=E(r),l=r.key,s=r.state;if(n)if(a.replaceState({key:l,state:s},null,t),o)window.location.replace(t);else{var u=D.indexOf(O.location.key);-1!==u&&(D[u]=r.key),h({action:i,location:r})}else window.location.replace(t)}}))},go:C,goBack:function(){C(-1)},goForward:function(){C(1)},block:function(e){void 0===e&&(e=!1);var t=p.setPrompt(e);return _||(S(1),_=!0),function(){return _&&(_=!1,S(-1)),t()}},listen:function(e){var t=p.appendListener(e);return S(1),function(){S(-1),t()}}};return O}var fe=1073741823,ge="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==a.g?a.g:{};function pe(e){var t=[];return{on:function(e){t.push(e)},off:function(e){t=t.filter((function(t){return t!==e}))},get:function(){return e},set:function(a,n){e=a,t.forEach((function(t){return t(e,n)}))}}}var he=l().createContext||function(e,t){var a,n,i,l="__create-react-context-"+((ge[i="__global_unique_id__"]=(ge[i]||0)+1)+"__"),o=function(e){function a(){var t;return(t=e.apply(this,arguments)||this).emitter=pe(t.props.value),t}$(a,e);var n=a.prototype;return n.getChildContext=function(){var e;return(e={})[l]=this.emitter,e},n.componentWillReceiveProps=function(e){if(this.props.value!==e.value){var a,n=this.props.value,i=e.value;((r=n)===(l=i)?0!==r||1/r==1/l:r!=r&&l!=l)?a=0:(a="function"==typeof t?t(n,i):fe,0!=(a|=0)&&this.emitter.set(e.value,a))}var r,l},n.render=function(){return this.props.children},a}(r.Component);o.childContextTypes=((a={})[l]=J().object.isRequired,a);var s=function(t){function a(){var e;return(e=t.apply(this,arguments)||this).state={value:e.getValue()},e.onUpdate=function(t,a){0!=((0|e.observedBits)&a)&&e.setState({value:e.getValue()})},e}$(a,t);var n=a.prototype;return n.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=null==t?fe:t},n.componentDidMount=function(){this.context[l]&&this.context[l].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=null==e?fe:e},n.componentWillUnmount=function(){this.context[l]&&this.context[l].off(this.onUpdate)},n.getValue=function(){return this.context[l]?this.context[l].get():e},n.render=function(){return(e=this.props.children,Array.isArray(e)?e[0]:e)(this.state.value);var e},a}(r.Component);return s.contextTypes=((n={})[l]=J().object,n),{Provider:o,Consumer:s}},ve=he,be=a(779),we=a.n(be);function ye(e,t){if(null==e)return{};var a,n,i={},r=Object.keys(e);for(n=0;n<r.length;n++)a=r[n],t.indexOf(a)>=0||(i[a]=e[a]);return i}a(864),a(679);var xe=function(e){var t=ve();return t.displayName=e,t},De=xe("Router-History"),Ee=function(e){var t=ve();return t.displayName=e,t},Ce=Ee("Router"),ke=function(e){function t(t){var a;return(a=e.call(this,t)||this).state={location:t.history.location},a._isMounted=!1,a._pendingLocation=null,t.staticContext||(a.unlisten=t.history.listen((function(e){a._isMounted?a.setState({location:e}):a._pendingLocation=e}))),a}$(t,e),t.computeRootMatch=function(e){return{path:"/",url:"/",params:{},isExact:"/"===e}};var a=t.prototype;return a.componentDidMount=function(){this._isMounted=!0,this._pendingLocation&&this.setState({location:this._pendingLocation})},a.componentWillUnmount=function(){this.unlisten&&this.unlisten()},a.render=function(){return l().createElement(Ce.Provider,{value:{history:this.props.history,location:this.state.location,match:t.computeRootMatch(this.state.location.pathname),staticContext:this.props.staticContext}},l().createElement(De.Provider,{children:this.props.children||null,value:this.props.history}))},t}(l().Component);l().Component,l().Component;var Se={},_e=0;function Oe(e,t){void 0===t&&(t={}),("string"==typeof t||Array.isArray(t))&&(t={path:t});var a=t,n=a.path,i=a.exact,r=void 0!==i&&i,l=a.strict,o=void 0!==l&&l,s=a.sensitive,u=void 0!==s&&s;return[].concat(n).reduce((function(t,a){if(!a&&""!==a)return null;if(t)return t;var n=function(e,t){var a=""+t.end+t.strict+t.sensitive,n=Se[a]||(Se[a]={});if(n[e])return n[e];var i=[],r={regexp:we()(e,i,t),keys:i};return _e<1e4&&(n[e]=r,_e++),r}(a,{end:r,strict:o,sensitive:u}),i=n.regexp,l=n.keys,s=i.exec(e);if(!s)return null;var c=s[0],d=s.slice(1),m=e===c;return r&&!m?null:{path:a,url:"/"===a&&""===c?"/":c,isExact:m,params:l.reduce((function(e,t,a){return e[t.name]=d[a],e}),{})}}),null)}var Ne=function(e){function t(){return e.apply(this,arguments)||this}return $(t,e),t.prototype.render=function(){var e=this;return l().createElement(Ce.Consumer,null,(function(t){t||ee(!1);var a=e.props.location||t.location,n=q({},t,{location:a,match:e.props.computedMatch?e.props.computedMatch:e.props.path?Oe(a.pathname,e.props):t.match}),i=e.props,r=i.children,o=i.component,s=i.render;return Array.isArray(r)&&0===r.length&&(r=null),l().createElement(Ce.Provider,{value:n},n.match?r?"function"==typeof r?r(n):r:o?l().createElement(o,n):s?s(n):null:"function"==typeof r?r(n):null)}))},t}(l().Component);l().Component;var Te=function(e){function t(){return e.apply(this,arguments)||this}return $(t,e),t.prototype.render=function(){var e=this;return l().createElement(Ce.Consumer,null,(function(t){t||ee(!1);var a,n,i=e.props.location||t.location;return l().Children.forEach(e.props.children,(function(e){if(null==n&&l().isValidElement(e)){a=e;var r=e.props.path||e.props.from;n=r?Oe(i.pathname,q({},e.props,{path:r})):t.match}})),n?l().cloneElement(a,{location:i,computedMatch:n}):null}))},t}(l().Component),Ae=l().useContext;function Me(){return Ae(Ce).location}var Pe=function(e){function t(){for(var t,a=arguments.length,n=new Array(a),i=0;i<a;i++)n[i]=arguments[i];return(t=e.call.apply(e,[this].concat(n))||this).history=me(t.props),t}return $(t,e),t.prototype.render=function(){return l().createElement(ke,{history:this.history,children:this.props.children})},t}(l().Component);l().Component;var Le=function(e,t){return"function"==typeof e?e(t):e},Ie=function(e,t){return"string"==typeof e?re(e,null,null,t):e},Ve=function(e){return e},Re=l().forwardRef;void 0===Re&&(Re=Ve);var Fe=Re((function(e,t){var a=e.innerRef,n=e.navigate,i=e.onClick,r=ye(e,["innerRef","navigate","onClick"]),o=r.target,s=q({},r,{onClick:function(e){try{i&&i(e)}catch(t){throw e.preventDefault(),t}e.defaultPrevented||0!==e.button||o&&"_self"!==o||function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e)||(e.preventDefault(),n())}});return s.ref=Ve!==Re&&t||a,l().createElement("a",s)})),He=Re((function(e,t){var a=e.component,n=void 0===a?Fe:a,i=e.replace,r=e.to,o=e.innerRef,s=ye(e,["component","replace","to","innerRef"]);return l().createElement(Ce.Consumer,null,(function(e){e||ee(!1);var a=e.history,u=Ie(Le(r,e.location),e.location),c=u?a.createHref(u):"",d=q({},s,{href:c,navigate:function(){var t=Le(r,e.location);(i?a.replace:a.push)(t)}});return Ve!==Re?d.ref=t||o:d.innerRef=o,l().createElement(n,d)}))})),je=function(e){return e},Be=l().forwardRef;void 0===Be&&(Be=je),Be((function(e,t){var a=e["aria-current"],n=void 0===a?"page":a,i=e.activeClassName,r=void 0===i?"active":i,o=e.activeStyle,s=e.className,u=e.exact,c=e.isActive,d=e.location,m=e.sensitive,f=e.strict,g=e.style,p=e.to,h=e.innerRef,v=ye(e,["aria-current","activeClassName","activeStyle","className","exact","isActive","location","sensitive","strict","style","to","innerRef"]);return l().createElement(Ce.Consumer,null,(function(e){e||ee(!1);var a=d||e.location,i=Ie(Le(p,a),a),b=i.pathname,w=b&&b.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1"),y=w?Oe(a.pathname,{path:w,exact:u,sensitive:m,strict:f}):null,x=!!(c?c(y,a):y),D=x?function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter((function(e){return e})).join(" ")}(s,r):s,E=x?q({},g,{},o):g,C=q({"aria-current":x&&n||null,className:D,style:E,to:i},v);return je!==Be?C.ref=t||h:C.innerRef=h,l().createElement(He,C)}))}));var Ue,We=window.wp.i18n;function Ge(){var e=(0,r.useRef)(!1);return(0,r.useEffect)((function(){return e.current=!0,function(){e.current=!1}}),[]),e}function ze(){var e=[],t={requestAnimationFrame:function(e){function t(){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(){var e=requestAnimationFrame.apply(void 0,arguments);t.add((function(){return cancelAnimationFrame(e)}))})),nextFrame:function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];t.requestAnimationFrame((function(){t.requestAnimationFrame.apply(t,a)}))},setTimeout:function(e){function t(){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(){var e=setTimeout.apply(void 0,arguments);t.add((function(){return clearTimeout(e)}))})),add:function(t){e.push(t)},dispose:function(){for(var t,a=m(e.splice(0));!(t=a()).done;){(0,t.value)()}}};return t}function Ze(e){for(var t,a=arguments.length,n=new Array(a>1?a-1:0),i=1;i<a;i++)n[i-1]=arguments[i];e&&n.length>0&&(t=e.classList).add.apply(t,n)}function Ke(e){for(var t,a=arguments.length,n=new Array(a>1?a-1:0),i=1;i<a;i++)n[i-1]=arguments[i];e&&n.length>0&&(t=e.classList).remove.apply(t,n)}function $e(e,t,a,n,i,r){var l=ze(),o=void 0!==r?function(e){var t={called:!1};return function(){if(!t.called)return t.called=!0,e.apply(void 0,arguments)}}(r):function(){};return Ke.apply(void 0,[e].concat(i)),Ze.apply(void 0,[e].concat(t,a)),l.nextFrame((function(){Ke.apply(void 0,[e].concat(a)),Ze.apply(void 0,[e].concat(n)),l.add(function(e,t){var a=ze();if(!e)return a.dispose;var n=getComputedStyle(e),i=[n.transitionDuration,n.transitionDelay].map((function(e){var t=e.split(",").filter(Boolean).map((function(e){return e.includes("ms")?parseFloat(e):1e3*parseFloat(e)})).sort((function(e,t){return t-e}))[0];return void 0===t?0:t})),r=i[0],l=i[1];return 0!==r?a.setTimeout((function(){t(Ue.Finished)}),r+l):t(Ue.Finished),a.add((function(){return t(Ue.Cancelled)})),a.dispose}(e,(function(a){return Ke.apply(void 0,[e].concat(n,t)),Ze.apply(void 0,[e].concat(i)),o(a)})))})),l.add((function(){return Ke.apply(void 0,[e].concat(t,a,n,i))})),l.add((function(){return o(Ue.Cancelled)})),l.dispose}function Ye(e){return void 0===e&&(e=""),(0,r.useMemo)((function(){return e.split(" ").filter((function(e){return e.trim().length>1}))}),[e])}!function(e){e.Finished="finished",e.Cancelled="cancelled"}(Ue||(Ue={}));var Je,qe=(0,r.createContext)(null);qe.displayName="TransitionContext",function(e){e.Visible="visible",e.Hidden="hidden"}(Je||(Je={}));var Xe=(0,r.createContext)(null);function Qe(e){return"children"in e?Qe(e.children):e.current.filter((function(e){return e.state===Je.Visible})).length>0}function et(e){var a=(0,r.useRef)(e),n=(0,r.useRef)([]),i=Ge();(0,r.useEffect)((function(){a.current=e}),[e]);var l=(0,r.useCallback)((function(e,r){var l;void 0===r&&(r=t.Hidden);var o=n.current.findIndex((function(t){return t.id===e}));-1!==o&&(f(r,((l={})[t.Unmount]=function(){n.current.splice(o,1)},l[t.Hidden]=function(){n.current[o].state=Je.Hidden},l)),!Qe(n)&&i.current&&(null==a.current||a.current()))}),[a,i,n]),o=(0,r.useCallback)((function(e){var a=n.current.find((function(t){return t.id===e}));return a?a.state!==Je.Visible&&(a.state=Je.Visible):n.current.push({id:e,state:Je.Visible}),function(){return l(e,t.Unmount)}}),[n,l]);return(0,r.useMemo)((function(){return{children:n,register:o,unregister:l}}),[o,l,n])}function tt(){}Xe.displayName="NestingContext";var at=["beforeEnter","afterEnter","beforeLeave","afterLeave"];function nt(e){for(var t,a={},n=m(at);!(t=n()).done;){var i,r=t.value;a[r]=null!=(i=e[r])?i:tt}return a}var it=e.RenderStrategy;function rt(e){var a,n=e.beforeEnter,i=e.afterEnter,o=e.beforeLeave,s=e.afterLeave,d=e.enter,m=e.enterFrom,p=e.enterTo,h=e.entered,v=e.leave,b=e.leaveFrom,w=e.leaveTo,x=c(e,["beforeEnter","afterEnter","beforeLeave","afterLeave","enter","enterFrom","enterTo","entered","leave","leaveFrom","leaveTo"]),E=(0,r.useRef)(null),C=(0,r.useState)(Je.Visible),_=C[0],O=C[1],N=x.unmount?t.Unmount:t.Hidden,T=function(){var e=(0,r.useContext)(qe);if(null===e)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}(),A=T.show,P=T.appear,L=T.initial,I=function(){var e=(0,r.useContext)(Xe);if(null===e)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}(),V=I.register,R=I.unregister,F=k(),H=(0,r.useRef)(!1),j=et((function(){H.current||(O(Je.Hidden),R(F),$.current.afterLeave())}));y((function(){if(F)return V(F)}),[V,F]),y((function(){var e;N===t.Hidden&&F&&(A&&_!==Je.Visible?O(Je.Visible):f(_,((e={})[Je.Hidden]=function(){return R(F)},e[Je.Visible]=function(){return V(F)},e)))}),[_,F,V,R,A,N]);var B=Ye(d),U=Ye(m),W=Ye(p),G=Ye(h),z=Ye(v),Z=Ye(b),K=Ye(w),$=function(e){var t=(0,r.useRef)(nt(e));return(0,r.useEffect)((function(){t.current=nt(e)}),[e]),t}({beforeEnter:n,afterEnter:i,beforeLeave:o,afterLeave:s}),Y=D();(0,r.useEffect)((function(){if(Y&&_===Je.Visible&&null===E.current)throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?")}),[E,_,Y]);var J=L&&!P;y((function(){var e=E.current;if(e&&!J)return H.current=!0,A&&$.current.beforeEnter(),A||$.current.beforeLeave(),A?$e(e,B,U,W,G,(function(e){H.current=!1,e===Ue.Finished&&$.current.afterEnter()})):$e(e,z,Z,K,G,(function(e){H.current=!1,e===Ue.Finished&&(Qe(j)||(O(Je.Hidden),R(F),$.current.afterLeave()))}))}),[$,F,H,R,j,E,J,A,B,U,W,z,Z,K]);var q={ref:E},X=x;return l().createElement(Xe.Provider,{value:j},l().createElement(M,{value:f(_,(a={},a[Je.Visible]=S.Open,a[Je.Hidden]=S.Closed,a))},g({props:u({},X,q),defaultTag:"div",features:it,visible:_===Je.Visible,name:"Transition.Child"})))}function lt(e){var t,a=e.show,n=e.appear,i=void 0!==n&&n,o=e.unmount,s=c(e,["show","appear","unmount"]),d=A();if(void 0===a&&null!==d&&(a=f(d,((t={})[S.Open]=!0,t[S.Closed]=!1,t))),![!0,!1].includes(a))throw new Error("A <Transition /> is used but it is missing a `show={true | false}` prop.");var m=(0,r.useState)(a?Je.Visible:Je.Hidden),p=m[0],h=m[1],v=et((function(){h(Je.Hidden)})),b=function(){var e=(0,r.useRef)(!0);return(0,r.useEffect)((function(){e.current=!1}),[]),e.current}(),w=(0,r.useMemo)((function(){return{show:a,appear:i||!b,initial:b}}),[a,i,b]);(0,r.useEffect)((function(){a?h(Je.Visible):Qe(v)||h(Je.Hidden)}),[a,v]);var y={unmount:o};return l().createElement(Xe.Provider,{value:v},l().createElement(qe.Provider,{value:w},g({props:u({},y,{as:r.Fragment,children:l().createElement(rt,Object.assign({},y,s))}),defaultTag:r.Fragment,features:it,visible:p===Je.Visible,name:"Transition"})))}function ot(e,t,a){var n=(0,r.useRef)(t);n.current=t,(0,r.useEffect)((function(){function t(e){n.current.call(window,e)}return window.addEventListener(e,t,a),function(){return window.removeEventListener(e,t,a)}}),[e,a])}lt.Child=function(e){var t=null!==(0,r.useContext)(qe),a=null!==A();return!t&&a?l().createElement(lt,Object.assign({},e)):l().createElement(rt,Object.assign({},e))},lt.Root=lt;var st,ut,ct,dt,mt,ft=["[contentEditable=true]","[tabindex]","a[href]","area[href]","button:not([disabled])","iframe","input:not([disabled])","select:not([disabled])","textarea:not([disabled])"].map((function(e){return e+":not([tabindex='-1'])"})).join(",");function gt(e){null==e||e.focus({preventScroll:!0})}function pt(e,t){var a=Array.isArray(e)?e.slice().sort((function(e,t){var a=e.compareDocumentPosition(t);return a&Node.DOCUMENT_POSITION_FOLLOWING?-1:a&Node.DOCUMENT_POSITION_PRECEDING?1:0})):function(e){return void 0===e&&(e=document.body),null==e?[]:Array.from(e.querySelectorAll(ft))}(e),n=document.activeElement,i=function(){if(t&(st.First|st.Next))return ct.Next;if(t&(st.Previous|st.Last))return ct.Previous;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")}(),r=function(){if(t&st.First)return 0;if(t&st.Previous)return Math.max(0,a.indexOf(n))-1;if(t&st.Next)return Math.max(0,a.indexOf(n))+1;if(t&st.Last)return a.length-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")}(),l=t&st.NoScroll?{preventScroll:!0}:{},o=0,s=a.length,u=void 0;do{var c;if(o>=s||o+s<=0)return ut.Error;var d=r+o;if(t&st.WrapAround)d=(d+s)%s;else{if(d<0)return ut.Underflow;if(d>=s)return ut.Overflow}null==(c=u=a[d])||c.focus(l),o+=i}while(u!==document.activeElement);return u.hasAttribute("tabindex")||u.setAttribute("tabindex","0"),ut.Success}!function(e){e[e.First=1]="First",e[e.Previous=2]="Previous",e[e.Next=4]="Next",e[e.Last=8]="Last",e[e.WrapAround=16]="WrapAround",e[e.NoScroll=32]="NoScroll"}(st||(st={})),function(e){e[e.Error=0]="Error",e[e.Overflow=1]="Overflow",e[e.Success=2]="Success",e[e.Underflow=3]="Underflow"}(ut||(ut={})),function(e){e[e.Previous=-1]="Previous",e[e.Next=1]="Next"}(ct||(ct={})),function(e){e[e.Strict=0]="Strict",e[e.Loose=1]="Loose"}(dt||(dt={})),function(e){e[e.None=1]="None",e[e.InitialFocus=2]="InitialFocus",e[e.TabLock=4]="TabLock",e[e.FocusLock=8]="FocusLock",e[e.RestoreFocus=16]="RestoreFocus",e[e.All=30]="All"}(mt||(mt={}));var ht=new Set,vt=new Map;function bt(e){e.setAttribute("aria-hidden","true"),e.inert=!0}function wt(e){var t=vt.get(e);t&&(null===t["aria-hidden"]?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",t["aria-hidden"]),e.inert=t.inert)}var yt=(0,r.createContext)(!1);function xt(e){return l().createElement(yt.Provider,{value:e.force},e.children)}var Dt=r.Fragment;function Et(e){var t=e,a=function(){var e=(0,r.useContext)(yt),t=(0,r.useContext)(kt),a=(0,r.useState)((function(){if(!e&&null!==t)return null;if("undefined"==typeof window)return null;var a=document.getElementById("headlessui-portal-root");if(a)return a;var n=document.createElement("div");return n.setAttribute("id","headlessui-portal-root"),document.body.appendChild(n)})),n=a[0],i=a[1];return(0,r.useEffect)((function(){null!==n&&(document.body.contains(n)||document.body.appendChild(n))}),[n]),(0,r.useEffect)((function(){e||null!==t&&i(t.current)}),[t,i,e]),n}(),n=(0,r.useState)((function(){return"undefined"==typeof window?null:document.createElement("div")}))[0],i=D();return y((function(){if(a&&n)return a.appendChild(n),function(){var e;a&&n&&(a.removeChild(n),a.childNodes.length<=0&&(null==(e=a.parentElement)||e.removeChild(a)))}}),[a,n]),i&&a&&n?(0,o.createPortal)(g({props:t,defaultTag:Dt,name:"Portal"}),n):null}var Ct=r.Fragment,kt=(0,r.createContext)(null);Et.Group=function(e){var t=e.target,a=c(e,["target"]);return l().createElement(kt.Provider,{value:t},g({props:a,defaultTag:Ct,name:"Popover.Group"}))};var St=(0,r.createContext)(null);function _t(){var e=(0,r.useContext)(St);if(null===e){var t=new Error("You used a <Description /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(t,_t),t}return e}function Ot(){var e=(0,r.useState)([]),t=e[0],a=e[1];return[t.length>0?t.join(" "):void 0,(0,r.useMemo)((function(){return function(e){var t=(0,r.useCallback)((function(e){return a((function(t){return[].concat(t,[e])})),function(){return a((function(t){var a=t.slice(),n=a.indexOf(e);return-1!==n&&a.splice(n,1),a}))}}),[]),n=(0,r.useMemo)((function(){return{register:t,slot:e.slot,name:e.name,props:e.props}}),[t,e.slot,e.name,e.props]);return l().createElement(St.Provider,{value:n},e.children)}}),[a])]}function Nt(e){var t=_t(),a="headlessui-description-"+k();y((function(){return t.register(a)}),[a,t.register]);var n=e,i=u({},t.props,{id:a});return g({props:u({},n,i),slot:t.slot||{},defaultTag:"p",name:t.name||"Description"})}var Tt,At,Mt,Pt,Lt=(0,r.createContext)((function(){}));function It(e){var t=e.children,a=e.onUpdate,n=e.type,i=e.element,o=(0,r.useContext)(Lt),s=(0,r.useCallback)((function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];null==a||a.apply(void 0,t),o.apply(void 0,t)}),[o,a]);return y((function(){return s(Tt.Add,n,i),function(){return s(Tt.Remove,n,i)}}),[s,n,i]),l().createElement(Lt.Provider,{value:s},t)}Lt.displayName="StackContext",function(e){e[e.Add=0]="Add",e[e.Remove=1]="Remove"}(Tt||(Tt={})),function(e){e[e.Open=0]="Open",e[e.Closed=1]="Closed"}(Mt||(Mt={})),function(e){e[e.SetTitleId=0]="SetTitleId"}(Pt||(Pt={}));var Vt=((At={})[Pt.SetTitleId]=function(e,t){return e.titleId===t.id?e:u({},e,{titleId:t.id})},At),Rt=(0,r.createContext)(null);function Ft(e){var t=(0,r.useContext)(Rt);if(null===t){var a=new Error("<"+e+" /> is missing a parent <"+Wt.displayName+" /> component.");throw Error.captureStackTrace&&Error.captureStackTrace(a,Ft),a}return t}function Ht(e,t){return f(t.type,Vt,e,t)}Rt.displayName="DialogContext";var jt=e.RenderStrategy|e.Static,Bt=h((function(e,t){var a,i=e.open,o=e.onClose,s=e.initialFocus,d=c(e,["open","onClose","initialFocus"]),p=(0,r.useState)(0),h=p[0],v=p[1],w=A();void 0===i&&null!==w&&(i=f(w,((a={})[S.Open]=!0,a[S.Closed]=!1,a)));var x=(0,r.useRef)(new Set),E=(0,r.useRef)(null),C=b(E,t),_=e.hasOwnProperty("open")||null!==w,O=e.hasOwnProperty("onClose");if(!_&&!O)throw new Error("You have to provide an `open` and an `onClose` prop to the `Dialog` component.");if(!_)throw new Error("You provided an `onClose` prop to the `Dialog`, but forgot an `open` prop.");if(!O)throw new Error("You provided an `open` prop to the `Dialog`, but forgot an `onClose` prop.");if("boolean"!=typeof i)throw new Error("You provided an `open` prop to the `Dialog`, but the value is not a boolean. Received: "+i);if("function"!=typeof o)throw new Error("You provided an `onClose` prop to the `Dialog`, but the value is not a function. Received: "+o);var N=i?Mt.Open:Mt.Closed,T=null!==w?w===S.Open:N===Mt.Open,M=(0,r.useReducer)(Ht,{titleId:null,descriptionId:null}),P=M[0],L=M[1],I=(0,r.useCallback)((function(){return o(!1)}),[o]),V=(0,r.useCallback)((function(e){return L({type:Pt.SetTitleId,id:e})}),[L]),R=D()&&N===Mt.Open,F=h>1,H=null!==(0,r.useContext)(Rt);(function(e,t,a){void 0===t&&(t=mt.All);var i=void 0===a?{}:a,l=i.initialFocus,o=i.containers,s=(0,r.useRef)("undefined"!=typeof window?document.activeElement:null),u=(0,r.useRef)(null),c=Ge(),d=Boolean(t&mt.RestoreFocus),f=Boolean(t&mt.InitialFocus);(0,r.useEffect)((function(){d&&(s.current=document.activeElement)}),[d]),(0,r.useEffect)((function(){if(d)return function(){gt(s.current),s.current=null}}),[d]),(0,r.useEffect)((function(){if(f&&e.current){var t=document.activeElement;if(null==l?void 0:l.current){if((null==l?void 0:l.current)===t)return void(u.current=t)}else if(e.current.contains(t))return void(u.current=t);(null==l?void 0:l.current)?gt(l.current):pt(e.current,st.First)===ut.Error&&console.warn("There are no focusable elements inside the <FocusTrap />"),u.current=document.activeElement}}),[e,l,f]),ot("keydown",(function(a){t&mt.TabLock&&e.current&&a.key===n.Tab&&(a.preventDefault(),pt(e.current,(a.shiftKey?st.Previous:st.Next)|st.WrapAround)===ut.Success&&(u.current=document.activeElement))})),ot("focus",(function(a){if(t&mt.FocusLock){var n=new Set(null==o?void 0:o.current);if(n.add(e),n.size){var i=u.current;if(i&&c.current){var r=a.target;r&&r instanceof HTMLElement?function(e,t){for(var a,n=m(e);!(a=n()).done;){var i;if(null==(i=a.value.current)?void 0:i.contains(t))return!0}return!1}(n,r)?(u.current=r,gt(r)):(a.preventDefault(),a.stopPropagation(),gt(i)):gt(u.current)}}}}),!0)})(E,R?f(F?"parent":"leaf",{parent:mt.RestoreFocus,leaf:mt.All}):mt.None,{initialFocus:s,containers:x}),function(e,t){void 0===t&&(t=!0),y((function(){if(t&&e.current){var a=e.current;ht.add(a);for(var n,i=m(vt.keys());!(n=i()).done;){var r=n.value;r.contains(a)&&(wt(r),vt.delete(r))}return document.querySelectorAll("body > *").forEach((function(e){if(e instanceof HTMLElement){for(var t,a=m(ht);!(t=a()).done;){var n=t.value;if(e.contains(n))return}1===ht.size&&(vt.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),bt(e))}})),function(){if(ht.delete(a),ht.size>0)document.querySelectorAll("body > *").forEach((function(e){if(e instanceof HTMLElement&&!vt.has(e)){for(var t,a=m(ht);!(t=a()).done;){var n=t.value;if(e.contains(n))return}vt.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),bt(e)}}));else for(var e,t=m(vt.keys());!(e=t()).done;){var n=e.value;wt(n),vt.delete(n)}}}}),[t])}(E,!!F&&R),ot("mousedown",(function(e){var t,a=e.target;N===Mt.Open&&(F||(null==(t=E.current)?void 0:t.contains(a))||I())})),ot("keydown",(function(e){e.key===n.Escape&&N===Mt.Open&&(F||(e.preventDefault(),e.stopPropagation(),I()))})),(0,r.useEffect)((function(){if(N===Mt.Open&&!H){var e=document.documentElement.style.overflow,t=document.documentElement.style.paddingRight,a=window.innerWidth-document.documentElement.clientWidth;return document.documentElement.style.overflow="hidden",document.documentElement.style.paddingRight=a+"px",function(){document.documentElement.style.overflow=e,document.documentElement.style.paddingRight=t}}}),[N,H]),(0,r.useEffect)((function(){if(N===Mt.Open&&E.current){var e=new IntersectionObserver((function(e){for(var t,a=m(e);!(t=a()).done;){var n=t.value;0===n.boundingClientRect.x&&0===n.boundingClientRect.y&&0===n.boundingClientRect.width&&0===n.boundingClientRect.height&&I()}}));return e.observe(E.current),function(){return e.disconnect()}}}),[N,E,I]);var j=Ot(),B=j[0],U=j[1],W="headlessui-dialog-"+k(),G=(0,r.useMemo)((function(){return[{dialogState:N,close:I,setTitleId:V},P]}),[N,P,I,V]),z=(0,r.useMemo)((function(){return{open:N===Mt.Open}}),[N]),Z={ref:C,id:W,role:"dialog","aria-modal":N===Mt.Open||void 0,"aria-labelledby":P.titleId,"aria-describedby":B,onClick:function(e){e.stopPropagation()}},K=d;return l().createElement(It,{type:"Dialog",element:E,onUpdate:(0,r.useCallback)((function(e,t,a){var n;"Dialog"===t&&f(e,((n={})[Tt.Add]=function(){x.current.add(a),v((function(e){return e+1}))},n[Tt.Remove]=function(){x.current.add(a),v((function(e){return e-1}))},n))}),[])},l().createElement(xt,{force:!0},l().createElement(Et,null,l().createElement(Rt.Provider,{value:G},l().createElement(Et.Group,{target:E},l().createElement(xt,{force:!1},l().createElement(U,{slot:z,name:"Dialog.Description"},g({props:u({},K,Z),slot:z,defaultTag:"div",features:jt,visible:T,name:"Dialog"}))))))))})),Ut=h((function e(t,a){var n=Ft([Wt.displayName,e.name].join("."))[0],i=n.dialogState,l=n.close,o=b(a),s="headlessui-dialog-overlay-"+k(),c=(0,r.useCallback)((function(e){if(e.target===e.currentTarget){if(w(e.currentTarget))return e.preventDefault();e.preventDefault(),e.stopPropagation(),l()}}),[l]),d=(0,r.useMemo)((function(){return{open:i===Mt.Open}}),[i]);return g({props:u({},t,{ref:o,id:s,"aria-hidden":!0,onClick:c}),slot:d,defaultTag:"div",name:"Dialog.Overlay"})})),Wt=Object.assign(Bt,{Overlay:Ut,Title:function e(t){var a=Ft([Wt.displayName,e.name].join("."))[0],n=a.dialogState,i=a.setTitleId,l="headlessui-dialog-title-"+k();(0,r.useEffect)((function(){return i(l),function(){return i(null)}}),[l,i]);var o=(0,r.useMemo)((function(){return{open:n===Mt.Open}}),[n]);return g({props:u({},t,{id:l}),slot:o,defaultTag:"h2",name:"Dialog.Title"})},Description:Nt}),Gt=function(e){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true"},e),r.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"}))},zt=function(e){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true"},e),r.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"}))},Zt=()=>{const e=uag_react.global_data.changelog_data,[t,a]=(0,r.useState)(!1);return(0,i.createElement)(r.Fragment,null,(0,i.createElement)("button",{onClick:()=>a(!0),title:(0,We.__)("What's New?","ultimate-addons-for-gutenberg"),className:"w-10 h-10 flex items-center justify-center cursor-pointer rounded-full border border-slate-200"},(0,i.createElement)("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M8.16667 3.90182V15.0335C8.16667 15.8434 7.51008 16.5 6.70015 16.5C6.08038 16.5 5.52752 16.1104 5.31907 15.5267L3.53039 10.4024M14 9.83333C15.3807 9.83333 16.5 8.71404 16.5 7.33333C16.5 5.95262 15.3807 4.83333 14 4.83333M3.53039 10.4024C2.33691 9.89508 1.5 8.71194 1.5 7.33333C1.5 5.49238 2.99238 4 4.83333 4H6.36007C9.77727 4 12.7141 2.97159 14 1.5L14 13.1667C12.7141 11.6951 9.77727 10.6667 6.36007 10.6667L4.83331 10.6667C4.37098 10.6667 3.93064 10.5725 3.53039 10.4024Z",stroke:"#475569",strokeWidth:"1.4",strokeLinecap:"round",strokeLinejoin:"round"}))),(0,i.createElement)(lt.Root,{show:t,as:r.Fragment},(0,i.createElement)(Wt,{as:"div",className:"fixed inset-0 overflow-hidden",onClose:a},(0,i.createElement)("div",{className:"absolute inset-0 overflow-hidden"},(0,i.createElement)(Wt.Overlay,{className:"absolute inset-0"}),(0,i.createElement)("div",{className:"fixed inset-y-0 right-0 pl-10 max-w-full flex sm:mt-[2rem]"},(0,i.createElement)(lt.Child,{as:r.Fragment,enter:"transform transition ease-in-out duration-150 sm:duration-150",enterFrom:"translate-x-full",enterTo:"translate-x-0",leave:"transform transition ease-in-out duration-300 sm:duration-300",leaveFrom:"translate-x-0",leaveTo:"translate-x-full"},(0,i.createElement)("div",{className:"w-screen max-w-md shadow-overlay-left"},(0,i.createElement)("div",{className:"h-full flex flex-col bg-white shadow-xl"},(0,i.createElement)("div",{className:"px-4 sm:px-6 h-16 shadow flex items-center justify-between z-50"},(0,i.createElement)(Wt.Title,{className:"text-lg font-medium text-gray-900"}," ",(0,We.__)("What's New?","ultimate-addons-for-gutenberg")," "),(0,i.createElement)("div",{className:"flex items-center"},(0,i.createElement)("button",{type:"button",className:"bg-white rounded-md text-gray-400 hover:text-gray-500 focus:outline-none",onClick:()=>a(!1)},(0,i.createElement)(zt,{className:"h-6 w-6","aria-hidden":"true"})))),(0,i.createElement)("div",{className:"relative flex-1 overflow-y-auto"},(0,i.createElement)("div",{className:"relative grid bg-white divide-y divide-gray-200"},e.map(((t,a)=>{const n=e[a].title,r=e[a].description,l=e[a].date;return(0,i.createElement)("a",{key:n,href:"https://wpspectra.com/changelog/",className:"px-6 py-5 block rounded-[0.2rem] transition ease-in-out duration-150",target:"_blank",rel:"noreferrer noopener"},(0,i.createElement)("p",{className:"text-sm mb-1 font-medium text-slate-800",dangerouslySetInnerHTML:{__html:n}}),(0,i.createElement)("p",{className:"text-xs text-slate-500",dangerouslySetInnerHTML:{__html:l}}),(0,i.createElement)("p",{className:"mt-3 spectra-changelog-description",dangerouslySetInnerHTML:{__html:r}}))}))))))))))))};function Kt(){const e=[{name:(0,We.__)("Welcome","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:""},{name:(0,We.__)("Blocks / Extensions","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:"blocks"},{name:(0,We.__)("Settings","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:"settings"}],t=new URLSearchParams(Me()?.search),a=t.get("page")?t.get("page"):uag_react.home_slug,n=t.get("path")?t.get("path"):"";return(0,i.createElement)(W,{as:"nav",className:"bg-white shadow"},(0,i.createElement)("div",{className:"max-w-3xl mx-auto px-6 lg:max-w-7xl"},(0,i.createElement)("div",{className:"relative flex justify-between h-16"},(0,i.createElement)("div",{className:"flex-1 flex items-center justify-center sm:items-stretch sm:justify-start"},(0,i.createElement)("a",{href:uag_react.uag_base_url,className:"flex-shrink-0 flex items-center"},(0,i.createElement)("img",{className:"lg:block h-[2.6rem] w-auto",src:uag_react.logo_url,alt:"Workflow"})),(0,i.createElement)("div",{className:"sm:ml-8 sm:flex sm:space-x-8"},e.map(((e,t)=>(0,i.createElement)(He,{index:t,key:`?page=${e.slug}&path=${e.path}`,to:{pathname:"options-general.php",search:`?page=${e.slug}${""!==e.path?"&path="+e.path:""}`},className:a===e.slug&&n===e.path?"border-spectra text-spectra active:text-spectra focus:text-spectra focus-visible:text-spectra-hover hover:text-spectra-hover inline-flex items-center px-1 border-b-2 text-[0.940rem] font-medium":"border-transparent text-slate-500 active:text-spectra focus-visible:border-slate-300 focus-visible:text-slate-800 hover:border-slate-300 hover:text-slate-800 inline-flex items-center px-1 border-b-2 text-[0.940rem] font-medium"},e.name))))),(0,i.createElement)("div",{className:"absolute inset-y-0 right-0 flex items-center pr-2 sm:static sm:inset-auto sm:ml-6 sm:pr-0"},(0,i.createElement)(Zt,null)))))}var $t=()=>{const e="1"===new URLSearchParams(Me()?.search).get("spectra-activation-redirect")?1:0;return(0,i.createElement)("main",{className:"py-[2.43rem]"},(0,i.createElement)("div",{className:"max-w-3xl mx-auto px-6 lg:max-w-7xl"},(0,i.createElement)("h1",{className:"sr-only"},"Page title"),(0,i.createElement)("div",{className:"grid grid-cols-1 gap-4 items-start lg:grid-cols-3 lg:gap-5 xl:gap-10"},(0,i.createElement)("div",{className:"grid grid-cols-1 gap-4 lg:col-span-2 h-full"},(0,i.createElement)("section",{"aria-labelledby":"section-1-title h-full"},(0,i.createElement)("h2",{className:"sr-only",id:"section-1-title"},"Section title"),(0,i.createElement)("div",{className:"rounded-md bg-white overflow-hidden shadow-sm flex flex-col justify-center h-full"},(0,i.createElement)("div",{className:"p-12 pt-[2.2rem]"},(0,i.createElement)("h2",{className:"text-slate-800 text-[1.8rem] leading-[2.4rem] pb-3 font-medium text-left"},(0,We.__)("Welcome to Spectra!","ultimate-addons-for-gutenberg")),(0,i.createElement)("p",{className:"text-slate-500 pb-7"},(0,We.__)("We designed Spectra to be intuitive but we do recommend learning how it works by checking our comprehensive documentation and watching the video below. Enjoy your time with Spectra!","ultimate-addons-for-gutenberg")),(0,i.createElement)("div",{className:"mr-[80px] spectra-video-container"},(0,i.createElement)("iframe",{className:"spectra-video",src:`https://www.youtube.com/embed/GLNzTxArR6Y?showinfo=0&autoplay=${e}&mute=${e}&rel=0`,allow:"autoplay",title:"YouTube video player",frameBorder:"0",allowFullScreen:!0})),(0,i.createElement)("span",{className:"relative z-0 inline-flex pt-6 justify-start w-full"},(0,i.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra focus-visible:bg-spectra-hover hover:bg-spectra-hover focus:outline-none mr-4",onClick:()=>{window.open(uag_react.wp_pages_url,"_blank")}},(0,We.__)("Create New Page","ultimate-addons-for-gutenberg")),(0,i.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-slate-300 shadow-sm text-sm font-medium rounded-md text-slate-500 bg-white focus-visible:bg-slate-50 hover:bg-slate-50 focus:outline-none",onClick:()=>{window.open("https://wpspectra.com/","_blank")}},(0,We.__)("Visit Our Website","ultimate-addons-for-gutenberg"))))))),(0,i.createElement)("div",{className:"space-y-4 flex h-full flex-col justify-between"},(0,i.createElement)("section",{"aria-labelledby":"section-2-title"},(0,i.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,i.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,i.createElement)("div",{className:"p-8 pr-10"},(0,i.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,We.__)("Knowledge Base","ultimate-addons-for-gutenberg")),(0,i.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,We.__)("Learn everything you need to know about the Spectra plugin with our comprehensive documentation.","ultimate-addons-for-gutenberg")),(0,i.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://wpspectra.com/docs/",target:"_blank",rel:"noreferrer"},(0,We.__)("Browse Now","ultimate-addons-for-gutenberg")),(0,i.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://wpspectra.com/docs/",target:"_blank",rel:"noreferrer"}," → ")))),(0,i.createElement)("section",{"aria-labelledby":"section-2-title"},(0,i.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,i.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,i.createElement)("div",{className:"p-8 pr-10"},(0,i.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,We.__)("Get 5-star Support","ultimate-addons-for-gutenberg")),(0,i.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,We.__)("Need some help? Our awesome support team is here to help you with any question you have.","ultimate-addons-for-gutenberg")),(0,i.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://wpspectra.com/support/",target:"_blank",rel:"noreferrer"},(0,We.__)("Get Support","ultimate-addons-for-gutenberg")),(0,i.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://wpspectra.com/support/",target:"_blank",rel:"noreferrer"}," → ")))),(0,i.createElement)("section",{"aria-labelledby":"section-2-title"},(0,i.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,i.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,i.createElement)("div",{className:"p-8 pr-10"},(0,i.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,We.__)("Join the Community","ultimate-addons-for-gutenberg")),(0,i.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,We.__)("Got a question about the plugin, want to share your awesome project or just say hi? Join our wonderful community!","ultimate-addons-for-gutenberg")),(0,i.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://www.facebook.com/groups/wpspectra",target:"_blank",rel:"noreferrer"},(0,We.__)("Join Now","ultimate-addons-for-gutenberg")),(0,i.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://www.facebook.com/groups/wpspectra",target:"_blank",rel:"noreferrer"}," → "))))))))},Yt=window.wp.apiFetch,Jt=a.n(Yt),qt=l().createContext(null),Xt=function(e){e()},Qt=function(){return Xt},ea={notify:function(){},get:function(){return[]}};function ta(e,t){var a,n=ea;function i(){l.onStateChange&&l.onStateChange()}function r(){a||(a=t?t.addNestedSub(i):e.subscribe(i),n=function(){var e=Qt(),t=null,a=null;return{clear:function(){t=null,a=null},notify:function(){e((function(){for(var e=t;e;)e.callback(),e=e.next}))},get:function(){for(var e=[],a=t;a;)e.push(a),a=a.next;return e},subscribe:function(e){var n=!0,i=a={callback:e,next:null,prev:a};return i.prev?i.prev.next=i:t=i,function(){n&&null!==t&&(n=!1,i.next?i.next.prev=i.prev:a=i.prev,i.prev?i.prev.next=i.next:t=i.next)}}}}())}var l={addNestedSub:function(e){return r(),n.subscribe(e)},notifyNestedSubs:function(){n.notify()},handleChangeWrapper:i,isSubscribed:function(){return Boolean(a)},trySubscribe:r,tryUnsubscribe:function(){a&&(a(),a=void 0,n.clear(),n=ea)},getListeners:function(){return n}};return l}var aa="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement?r.useLayoutEffect:r.useEffect;function na(){return(0,r.useContext)(qt)}function ia(e){void 0===e&&(e=qt);var t=e===qt?na:function(){return(0,r.useContext)(e)};return function(){return t().store}}a(973);var ra=ia();function la(e){void 0===e&&(e=qt);var t=e===qt?ra:ia(e);return function(){return t().dispatch}}var oa=la(),sa=function(e,t){return e===t};function ua(e){void 0===e&&(e=qt);var t=e===qt?na:function(){return(0,r.useContext)(e)};return function(e,a){void 0===a&&(a=sa);var n=t(),i=function(e,t,a,n){var i,l=(0,r.useReducer)((function(e){return e+1}),0)[1],o=(0,r.useMemo)((function(){return ta(a,n)}),[a,n]),s=(0,r.useRef)(),u=(0,r.useRef)(),c=(0,r.useRef)(),d=(0,r.useRef)(),m=a.getState();try{if(e!==u.current||m!==c.current||s.current){var f=e(m);i=void 0!==d.current&&t(f,d.current)?d.current:f}else i=d.current}catch(e){throw s.current&&(e.message+="\nThe error may be correlated with this previous error:\n"+s.current.stack+"\n\n"),e}return aa((function(){u.current=e,c.current=m,d.current=i,s.current=void 0})),aa((function(){function e(){try{var e=a.getState();if(e===c.current)return;var n=u.current(e);if(t(n,d.current))return;d.current=n,c.current=e}catch(e){s.current=e}l()}return o.onStateChange=e,o.trySubscribe(),e(),function(){return o.tryUnsubscribe()}}),[a,o]),i}(e,a,n.store,n.subscription);return(0,r.useDebugValue)(i),i}}var ca,da=ua();ca=o.unstable_batchedUpdates,Xt=ca;const ma=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")};var fa=()=>{const e=new URLSearchParams(Me()?.search),t=uag_react.blocks_info,a=oa(),n=da((e=>e.blocksStatuses)),l=da((e=>e.activeBlocksFilterTab)),[o,s]=(0,r.useState)([]),u=[{name:"All",slug:"all"},{name:"Core",slug:"core"},{name:"Creative",slug:"creative"},{name:"Content",slug:"content"},{name:"Post",slug:"post"},{name:"Social",slug:"social"},{name:"Form",slug:"form"},{name:"SEO",slug:"seo"},{name:"Extensions",slug:"extensions"}];return(0,r.useEffect)((()=>{const n=e.get("path"),i=e.get("filterTab");a({type:"UPDATE_BLOCKS_ACTIVE_FILTER_TAB",payload:i&&"blocks"===n?i:"all"});const r={...o};t.map((e=>(e.admin_categories?.map((t=>(r[t]||(r[t]=[]),r[t].push(e.slug),t))),e))),s(r)}),[]),(0,i.createElement)("div",{className:"mx-auto mb-6 px-6 lg:max-w-[80rem]"},(0,i.createElement)("div",{className:"w-full sm:hidden"},(0,i.createElement)("label",{htmlFor:"tabs",className:"sr-only"},"Select a tab"),(0,i.createElement)("select",{id:"tabs",name:"tabs",className:"w-full spectra-admin__input-field spectra-admin__dropdown",style:{maxWidth:"100%"}},u.map((e=>(0,i.createElement)("option",{key:e.name},e.name))))),(0,i.createElement)("div",{className:"hidden justify-between items-center space-y-4 sm:flex sm:flex-col lg:space-y-0 lg:flex-row"},(0,i.createElement)("nav",{className:"flex -ml-4 flex-wrap justify-center lg:justify-start","aria-label":"Tabs"},u.map((e=>(0,i.createElement)(He,{to:{pathname:"options-general.php",search:`?page=spectra&path=blocks&filterTab=${e.slug}`},key:e.name,className:ma(e.slug===l?"bg-white text-slate-800 active:text-slate-800 focus:text-slate-800 hover:text-slate-800 shadow shadow-focused":"text-slate-500 focus:text-slate-500 focus-visible:border-slate-200 active:text-slate-500 hover:text-slate-500 hover:border-slate-200","px-4 py-1 ml-4 my-1 font-medium text-sm rounded-2xl cursor-pointer border border-transparent transition"),onClick:()=>{a({type:"UPDATE_BLOCKS_ACTIVE_FILTER_TAB",payload:e.slug})}},e.name)))),(0,i.createElement)("span",{className:"z-0 flex shadow-sm rounded-[0.2rem] justify-center"},(0,i.createElement)("button",{type:"button",className:"focus:bg-indigo-50 focus:text-slate-500 focus-visible:text-spectra hover:bg-indigo-50 hover:text-spectra -ml-px relative inline-flex items-center px-4 py-2 border border-slate-200 bg-white text-sm font-medium text-slate-500 focus:z-10 focus:outline-none rounded-l-md transition",onClick:()=>{const e={...n};for(const t in n)("all"===l||o[l]&&o[l].includes(t))&&(e[t]="block");a({type:"UPDATE_BLOCK_STATUSES",payload:e}),"extensions"!==l&&"all"!==l||(a({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:"enabled"}),a({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:"enabled"}),a({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:"enabled"}));const t=new window.FormData;t.append("action","uag_blocks_activation_and_deactivation"),t.append("security",uag_react.blocks_activation_and_deactivation_nonce),t.append("value",JSON.stringify(e)),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))}},"Activate all"),(0,i.createElement)("button",{type:"button",className:"focus:bg-indigo-50 focus:text-slate-500 focus-visible:text-spectra hover:bg-indigo-50 hover:text-spectra -ml-px relative inline-flex items-center px-4 py-2 border border-slate-200 bg-white text-sm font-medium text-slate-500 focus:z-10 focus:outline-none rounded-r-md transition",onClick:()=>{const e={...n};for(const t in n)("all"===l||o[l]&&o[l].includes(t))&&(e[t]="disabled");a({type:"UPDATE_BLOCK_STATUSES",payload:e}),"extensions"!==l&&"all"!==l||(a({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:"disabled"}),a({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:"disabled"}),a({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:"disabled"}));const t=new window.FormData;t.append("action","uag_blocks_activation_and_deactivation"),t.append("security",uag_react.blocks_activation_and_deactivation_nonce),t.append("value",JSON.stringify(e)),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))}},"Deactivate all"))))};const ga="#1e293b";var pa={section:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M21 15V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19L3 15M21 15L3 15M21 15V9M3 15L3 9M21 9V5C21 3.89543 20.1046 3 19 3L5 3C3.89543 3 3 3.89543 3 5L3 9M21 9L3 9",stroke:ga,strokeWidth:1.4})),buttons:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M7 17.5H17M7 6.5H17M5 10H19C20.1046 10 21 9.10457 21 8V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V8C3 9.10457 3.89543 10 5 10ZM5 21H19C20.1046 21 21 20.1046 21 19V16C21 14.8954 20.1046 14 19 14H5C3.89543 14 3 14.8954 3 16V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"advanced-heading":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M8 7V12.8333M8 12.8333V17M8 12.8333H16M16 12.8333V7M16 12.8333V17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"google-map":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M9 3.00002L4.10557 5.44723C3.428 5.78601 3 6.47854 3 7.23608V20.382C3 21.1254 3.78231 21.6089 4.44721 21.2764L9 19M9 3.00002L15 5.00002M9 3.00002V19M9 19L15 21M15 5.00002L19.5528 2.72362C20.2177 2.39117 21 2.87467 21 3.61805V16.7639C21 17.5215 20.572 18.214 19.8944 18.5528L15 21M15 5.00002V21",stroke:ga,strokeWidth:1.4})),"info-box":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M7 13H17M7 16.5H15.3333M9 8C9 8.55228 8.55228 9 8 9C7.44772 9 7 8.55228 7 8C7 7.44772 7.44772 7 8 7C8.55228 7 9 7.44772 9 8ZM5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"post-carousel":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M0 17C1.10457 17 2 16.1046 2 15V8C2 6.89543 1.10457 6 0 6M24 17C22.8954 17 22 16.1046 22 15V8C22 6.89543 22.8954 6 24 6M7 17H17C18.1046 17 19 16.1046 19 15V8C19 6.89543 18.1046 6 17 6H7C5.89543 6 5 6.89543 5 8V15C5 16.1046 5.89543 17 7 17Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M8 11H12.5M8 14H16",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"post-masonry":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M3 14C3 12.8954 3.89543 12 5 12H8C9.10457 12 10 12.8954 10 14V21C10 22.1046 9.10457 23 8 23H5C3.89543 23 3 22.1046 3 21V14Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M14 3C14 1.89543 14.8954 1 16 1H19C20.1046 1 21 1.89543 21 3V10C21 11.1046 20.1046 12 19 12H16C14.8954 12 14 11.1046 14 10V3Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M14 18C14 16.8954 14.8954 16 16 16H19C20.1046 16 21 16.8954 21 18V21C21 22.1046 20.1046 23 19 23H16C14.8954 23 14 22.1046 14 21V18Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M3 3C3 1.89543 3.89543 1 5 1H8C9.10457 1 10 1.89543 10 3V6C10 7.10457 9.10457 8 8 8H5C3.89543 8 3 7.10457 3 6V3Z",stroke:ga,strokeWidth:1.4})),"post-grid":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M3 16C3 14.8954 3.89543 14 5 14H8C9.10457 14 10 14.8954 10 16V19C10 20.1046 9.10457 21 8 21H5C3.89543 21 3 20.1046 3 19V16Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M14 16C14 14.8954 14.8954 14 16 14H19C20.1046 14 21 14.8954 21 16V19C21 20.1046 20.1046 21 19 21H16C14.8954 21 14 20.1046 14 19V16Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M3 5C3 3.89543 3.89543 3 5 3H8C9.10457 3 10 3.89543 10 5V8C10 9.10457 9.10457 10 8 10H5C3.89543 10 3 9.10457 3 8V5Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M14 5C14 3.89543 14.8954 3 16 3H19C20.1046 3 21 3.89543 21 5V8C21 9.10457 20.1046 10 19 10H16C14.8954 10 14 9.10457 14 8V5Z",stroke:ga,strokeWidth:1.4})),testimonial:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M15.5 9.42857C15.5 10.2175 14.903 10.8571 14.1667 10.8571C13.4303 10.8571 12.8333 10.2175 12.8333 9.42857C12.8333 8.63959 13.4303 8 14.1667 8C14.903 8 15.5 8.63959 15.5 9.42857ZM15.5 9.42857C15.5 9.42857 15.5 11.5714 13.5 13M11.1667 9.42857C11.1667 10.2175 10.5697 10.8571 9.83333 10.8571C9.09695 10.8571 8.5 10.2175 8.5 9.42857C8.5 8.63959 9.09695 8 9.83333 8C10.5697 8 11.1667 8.63959 11.1667 9.42857ZM11.1667 9.42857C11.1667 9.42857 11.1667 11.5714 9.16667 13M12 21L14.4142 18.5858C14.7893 18.2107 15.298 18 15.8284 18H19C20.1046 18 21 17.1046 21 16V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V16C3 17.1046 3.89543 18 5 18H8.17157C8.70201 18 9.21071 18.2107 9.58579 18.5858L12 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"cf7-styler":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M4.51555 17C6.13007 19.412 8.87958 21 12 21C15.1204 21 17.8699 19.412 19.4845 17M4.51555 17C3.55827 15.5699 3 13.8501 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 13.8501 20.4417 15.5699 19.4845 17M4.51555 17C5.75777 17 7.12889 15 8.43944 13M19.4845 17C18.2422 17 16.8711 15 15.5606 13M8.43944 13C9.75 11 11 9 12 9C13 9 14.25 11 15.5606 13M8.43944 13L9.09522 14.2607C9.47211 14.9852 10.5116 14.9769 10.8768 14.2464L11.3795 13.241C11.6848 12.6305 12.4984 12.4984 12.9811 12.9811L13.4309 13.4309C13.7632 13.7632 14.282 13.8193 14.6776 13.5658L15.5606 13",stroke:ga,strokeWidth:1.4})),"gf-styler":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M17 12V15H7L6.99998 12.9996C6.99998 10.7905 8.79083 9.00001 10.9999 9.00001H17.5M3.33984 8.71466V15.2854C3.33984 16.0317 3.75541 16.7159 4.41768 17.0601L11.0779 20.5208C11.656 20.8212 12.3442 20.8212 12.9223 20.5208L19.5825 17.0601C20.2448 16.7159 20.6604 16.0317 20.6604 15.2854V8.71466C20.6604 7.96832 20.2448 7.28407 19.5825 6.93995L12.9223 3.47918C12.3442 3.1788 11.656 3.1788 11.0779 3.47918L4.41768 6.93995C3.75541 7.28407 3.33984 7.96832 3.33984 8.71466Z",stroke:ga,strokeWidth:1.4})),"content-timeline":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M12.0001 3V7M12.0001 21V17M12.0001 7H15.0001M12.0001 7V12M15.0001 7C15.0001 8.10457 15.8954 9 17 9H19C20.1046 9 21 8.10457 21 7C21 5.89543 20.1046 5 19 5H17C15.8954 5 15.0001 5.89543 15.0001 7ZM12.0001 12H9M12.0001 12V17M9 12C9 13.1046 8.10457 14 7 14H5C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10H7C8.10457 10 9 10.8954 9 12ZM12.0001 17H15.0001M15.0001 17C15.0001 18.1046 15.8954 19 17 19H19C20.1046 19 21 18.1046 21 17C21 15.8954 20.1046 15 19 15H17C15.8954 15 15.0001 15.8954 15.0001 17Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"call-to-action":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M16.4545 16.4545L14.6364 21L11 11L21 14.6364L16.4545 16.4545ZM16.4545 16.4545L21 21M9 16.9291C5.60771 16.4439 3 13.5265 3 10C3 6.13401 6.13401 3 10 3C13.5265 3 16.4439 5.60771 16.9291 9M8.5 12.5987C7.6033 12.0799 7 11.1104 7 10C7 8.34315 8.34315 7 10 7C11.1104 7 12.0799 7.6033 12.5987 8.5",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"post-timeline":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M4 3V6M4 6C2.89543 6 2 6.89543 2 8C2 9.10457 2.89543 10 4 10M4 6C5.10457 6 6 6.89543 6 8C6 9.10457 5.10457 10 4 10M4 10V14M4 14C2.89543 14 2 14.8954 2 16C2 17.1046 2.89543 18 4 18M4 14C5.10457 14 6 14.8954 6 16C6 17.1046 5.10457 18 4 18M4 18V21M11 18H19C20.1046 18 21 17.1046 21 16C21 14.8954 20.1046 14 19 14H11C9.89543 14 9 14.8954 9 16C9 17.1046 9.89543 18 11 18ZM11 10H19C20.1046 10 21 9.10457 21 8C21 6.89543 20.1046 6 19 6H11C9.89543 6 9 6.89543 9 8C9 9.10457 9.89543 10 11 10Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"icon-list":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M11 5H21M11 12H21M11 19H21",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,i.createElement)("path",{d:"M7 5C7 6.10457 6.10457 7 5 7C3.89543 7 3 6.10457 3 5C3 3.89543 3.89543 3 5 3C6.10457 3 7 3.89543 7 5Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,i.createElement)("path",{d:"M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,i.createElement)("path",{d:"M7 19C7 20.1046 6.10457 21 5 21C3.89543 21 3 20.1046 3 19C3 17.8954 3.89543 17 5 17C6.10457 17 7 17.8954 7 19Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),team:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M17 20H22V18C22 16.3431 20.6569 15 19 15C18.0444 15 17.1931 15.4468 16.6438 16.1429M17 20H7M17 20V18C17 17.3438 16.8736 16.717 16.6438 16.1429M7 20H2V18C2 16.3431 3.34315 15 5 15C5.95561 15 6.80686 15.4468 7.35625 16.1429M7 20V18C7 17.3438 7.12642 16.717 7.35625 16.1429M7.35625 16.1429C8.0935 14.301 9.89482 13 12 13C14.1052 13 15.9065 14.301 16.6438 16.1429M15 7C15 8.65685 13.6569 10 12 10C10.3431 10 9 8.65685 9 7C9 5.34315 10.3431 4 12 4C13.6569 4 15 5.34315 15 7ZM21 10C21 11.1046 20.1046 12 19 12C17.8954 12 17 11.1046 17 10C17 8.89543 17.8954 8 19 8C20.1046 8 21 8.89543 21 10ZM7 10C7 11.1046 6.10457 12 5 12C3.89543 12 3 11.1046 3 10C3 8.89543 3.89543 8 5 8C6.10457 8 7 8.89543 7 10Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),tabs:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M10 3V6C10 7.10457 10.8954 8 12 8H15.5M15.5 8H21M15.5 8V3M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4})),"social-share":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M9 12C9 13.1046 8.10457 14 7 14C5.89543 14 5 13.1046 5 12C5 10.8954 5.89543 10 7 10C8.10457 10 9 10.8954 9 12Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M19 6C19 7.10457 18.1046 8 17 8C15.8954 8 15 7.10457 15 6C15 4.89543 15.8954 4 17 4C18.1046 4 19 4.89543 19 6Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M19 18C19 19.1046 18.1046 20 17 20C15.8954 20 15 19.1046 15 18C15 16.8954 15.8954 16 17 16C18.1046 16 19 16.8954 19 18Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M9 10.5L15 7M9 13.5L15 17",stroke:ga,strokeWidth:1.4})),"restaurant-menu":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M17.7472 5.05554C17.5824 4.84998 17.3481 4.68976 17.074 4.59515C16.8912 4.53203 16.696 4.5 16.5 4.5M16.5 4.5C16.4022 4.5 16.3042 4.50797 16.2074 4.52402C15.9164 4.57225 15.6491 4.6913 15.4393 4.86612C15.2296 5.04093 15.0867 5.26366 15.0288 5.50614C14.9709 5.74861 15.0006 5.99995 15.1142 6.22835C15.2277 6.45676 15.42 6.65199 15.6666 6.78934C15.9133 6.92669 16.2033 7 16.5 7C16.7967 7 17.0867 7.07331 17.3334 7.21066C17.58 7.34802 17.7723 7.54324 17.8858 7.77165C17.9994 8.00005 18.0291 8.25139 17.9712 8.49386C17.9133 8.73634 17.7704 8.95907 17.5607 9.13388C17.3509 9.3087 17.0836 9.42775 16.7926 9.47598C16.6958 9.49203 16.5978 9.5 16.5 9.5M16.5 4.5V4M15.2528 8.94446C15.4176 9.15003 15.6519 9.31024 15.926 9.40485C16.1088 9.46797 16.304 9.5 16.5 9.5M16.5 9.5V10",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,i.createElement)("path",{d:"M17.7472 15.0555C17.5824 14.85 17.3481 14.6898 17.074 14.5952C16.8912 14.532 16.696 14.5 16.5 14.5M16.5 14.5C16.4022 14.5 16.3042 14.508 16.2074 14.524C15.9164 14.5723 15.6491 14.6913 15.4393 14.8661C15.2296 15.0409 15.0867 15.2637 15.0288 15.5061C14.9709 15.7486 15.0006 15.9999 15.1142 16.2284C15.2277 16.4568 15.42 16.652 15.6666 16.7893C15.9133 16.9267 16.2033 17 16.5 17C16.7967 17 17.0867 17.0733 17.3334 17.2107C17.58 17.348 17.7723 17.5432 17.8858 17.7716C17.9994 18.0001 18.0291 18.2514 17.9712 18.4939C17.9133 18.7363 17.7704 18.9591 17.5607 19.1339C17.3509 19.3087 17.0836 19.4278 16.7926 19.476C16.6958 19.492 16.5978 19.5 16.5 19.5M16.5 14.5V14M15.2528 18.9445C15.4176 19.15 15.6519 19.3102 15.926 19.4049C16.1088 19.468 16.304 19.5 16.5 19.5M16.5 19.5V20",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,i.createElement)("path",{d:"M6 5H12M6 15H12M6 8H9M6 18H9",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,i.createElement)("path",{d:"M3 3C3 1.89543 3.89543 1 5 1H19C20.1046 1 21 1.89543 21 3V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),blockquote:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M7 7H17M7 11H9M17 11.8571C17 12.3305 16.6418 12.7143 16.2 12.7143C15.7582 12.7143 15.4 12.3305 15.4 11.8571C15.4 11.3838 15.7582 11 16.2 11C16.6418 11 17 11.3838 17 11.8571ZM17 11.8571C17 11.8571 17 13.1429 15.8 14M13.6 11.8571C13.6 12.3305 13.2418 12.7143 12.8 12.7143C12.3582 12.7143 12 12.3305 12 11.8571C12 11.3838 12.3582 11 12.8 11C13.2418 11 13.6 11.3838 13.6 11.8571ZM13.6 11.8571C13.6 11.8571 13.6 13.1429 12.4 14M3 21V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V16C21 17.1046 20.1046 18 19 18H7.66667C7.23393 18 6.81286 18.1404 6.46667 18.4L3 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),columns:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M15 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H15M15 3V21M15 3H9M15 21H9M9 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H9M9 3V21",stroke:ga,strokeWidth:1.4})),"marketing-button":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M7 20.9895H17M4 16.9895H20",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,i.createElement)("path",{d:"M10 7H19M3 11H21C22.1046 11 23 10.1046 23 9V5C23 3.89543 22.1046 3 21 3H3C1.89543 3 1 3.89543 1 5V9C1 10.1046 1.89543 11 3 11ZM7 7C7 7.55228 6.55228 8 6 8C5.44772 8 5 7.55228 5 7C5 6.44772 5.44772 6 6 6C6.55228 6 7 6.44772 7 7Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"table-of-contents":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M7 16H13M7 12H15.3333M7 8H17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),faq:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M9.00006 9C9.50006 8 10.5001 7 12.0001 7C13.5002 7 15.0001 8.5 15.0001 10C15.0001 11.4553 14.0588 12.4399 13.0843 12.8686C13.0248 12.8948 12.9619 12.9116 12.8992 12.9285C12.4001 13.0627 12.0001 13.4804 12.0001 14M12.0001 17H12.0101M21.0001 12C21.0001 16.9706 16.9706 21 12.0001 21C10.5124 21 9.1091 20.6391 7.87286 20C7.19356 19.6488 3.56466 21.5054 3 21C2.43678 20.4959 4.93748 17.6302 4.51561 17C3.55833 15.5699 3.00006 13.8501 3.00006 12C3.00006 7.02944 7.0295 3 12.0001 3C16.9706 3 21.0001 7.02944 21.0001 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),forms:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M7 10H17M7 7H10.5M9 17H15M7 13H17M13.5 7H17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"how-to":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M13 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V11M13 3L21 11M13 3V9C13 10.1046 13.8954 11 15 11H21M10 11H17M10 7H13M10 15H17M7 7H7.1M7 11H7.1M7 15H7.1",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"inline-notice":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M3 21H21M3 3H21M10 12H19M3 17H21C22.1046 17 23 16.1046 23 15V9C23 7.89543 22.1046 7 21 7H3C1.89543 7 1 7.89543 1 9V15C1 16.1046 1.89543 17 3 17ZM7 12C7 12.5523 6.55228 13 6 13C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11C6.55228 11 7 11.4477 7 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"wp-search":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M3 21L9 15M7 10C7 13.866 10.134 17 14 17C17.866 17 21 13.866 21 10C21 6.13401 17.866 3 14 3C10.134 3 7 6.13401 7 10Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"taxonomy-list":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M10 16H17M10 12H15M10 8H17M6.98999 8H6.99999M6.98999 12H6.99999M6.98999 16H6.99999M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),review:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M7 10.5H17M9.5 7H9.51M6.99 7H7M12 7H12.01M7 14H14M12 21L14.4142 18.5858C14.7893 18.2107 15.298 18 15.8284 18H19C20.1046 18 21 17.1046 21 16V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V16C3 17.1046 3.89543 18 5 18H8.17157C8.70201 18 9.21071 18.2107 9.58579 18.5858L12 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),lottie:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M7 17C7 17 12 17.5 12 12C12 6.5 17 7 17 7M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"star-rating":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M11.103 7.81696C11.4698 7.07371 12.5297 7.07371 12.8965 7.81696L13.8243 9.69697C13.97 9.99211 14.2516 10.1967 14.5773 10.244L16.652 10.5455C17.4722 10.6647 17.7997 11.6726 17.2062 12.2512L15.7049 13.7146C15.4692 13.9443 15.3617 14.2753 15.4173 14.5997L15.7717 16.666C15.9118 17.4829 15.0544 18.1059 14.3208 17.7202L12.4651 16.7446C12.1738 16.5915 11.8257 16.5915 11.5344 16.7446L9.67874 17.7202C8.94511 18.1059 8.08768 17.4829 8.22779 16.666L8.58219 14.5997C8.63783 14.2753 8.53028 13.9443 8.29459 13.7146L6.79332 12.2512C6.1998 11.6726 6.52731 10.6647 7.34753 10.5455L9.42225 10.244C9.74796 10.1967 10.0295 9.99211 10.1752 9.69697L11.103 7.81696Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M18.4424 14.106L20.1846 14.8943C21.0283 15.2761 21.9613 14.5667 21.7842 13.6782L21.6155 12.8313C21.5377 12.4411 21.6806 12.0403 21.99 11.7808L22.6034 11.2662C23.3499 10.6399 22.9822 9.44941 22.0043 9.32712L20.8958 9.18848C20.5373 9.14365 20.2219 8.93603 20.0458 8.62895L19.4377 7.56859C19.003 6.81047 17.8817 6.81047 17.447 7.56859L16.559 9.11719M5.55765 14.106L3.8154 14.8943C2.97172 15.2761 2.0387 14.5667 2.21577 13.6782L2.38454 12.8313C2.46229 12.4411 2.3194 12.0403 2.01002 11.7808L1.39664 11.2662C0.650069 10.6399 1.01784 9.44941 1.99569 9.32712L3.1042 9.18848C3.46273 9.14365 3.77814 8.93603 3.95423 8.62895L4.56227 7.56859C4.997 6.81047 6.11829 6.81047 6.55302 7.56859L7.44104 9.11719",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"display-conditions":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M14.8291 12C14.8291 13.4202 13.5623 14.5714 11.9996 14.5714C10.4369 14.5714 9.17004 13.4202 9.17004 12C9.17004 10.5798 10.4369 9.42857 11.9996 9.42857C13.5623 9.42857 14.8291 10.5798 14.8291 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.createElement)("path",{d:"M3 12C4.20187 8.52247 7.77678 6 12 6C16.2232 6 19.7982 8.5225 21 12C19.7981 15.4775 16.2232 18 12 18C7.77678 18 4.20185 15.4775 3 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"masonry-gallery":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M14 21V18C14 16.8954 14.8954 16 16 16H19C20.1046 16 21 16.8954 21 18V21M14 21C14 22.1046 14.8954 23 16 23H19C20.1046 23 21 22.1046 21 21M14 21L16.0343 19.6438C16.6315 19.2457 17.3962 19.1981 18.0381 19.5191L21 21M14 10C14 11.1046 14.8954 12 16 12H19C20.1046 12 21 11.1046 21 10M14 10V3C14 1.89543 14.8954 1 16 1H19C20.1046 1 21 1.89543 21 3V10M14 10V10C14 9.37526 14.3122 8.79185 14.8321 8.4453L16.0343 7.64381C16.6315 7.24569 17.3962 7.19808 18.0381 7.51906L20.1056 8.55279C20.6537 8.82687 21 9.38713 21 10V10M3 21C3 22.1046 3.89543 23 5 23H8C9.10457 23 10 22.1046 10 21M3 21V14C3 12.8954 3.89543 12 5 12H8C9.10457 12 10 12.8954 10 14V21M3 21V21C3 20.3753 3.31223 19.7918 3.83205 19.4453L5.03429 18.6438C5.63146 18.2457 6.39617 18.1981 7.03811 18.5191L9.10557 19.5528C9.65374 19.8269 10 20.3871 10 21V21M3 6V3C3 1.89543 3.89543 1 5 1H8C9.10457 1 10 1.89543 10 3V6M3 6C3 7.10457 3.89543 8 5 8H8C9.10457 8 10 7.10457 10 6M3 6L5.03429 4.64381C5.63146 4.24569 6.39617 4.19808 7.03811 4.51906L10 6M7 15H7.1M18 4H18.1",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"responsive-conditions":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M16 19H3C1.89543 19 1 18.1046 1 17V7C1 5.89543 1.89543 5 3 5H20C21.1046 5 22 5.89543 22 7V9M16 19V11C16 9.89543 16.8954 9 18 9H21C22.1046 9 23 9.89543 23 11V19C23 20.1046 22.1046 21 21 21H18C16.8954 21 16 20.1046 16 19Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,i.createElement)("path",{d:"M3.5 12H3.51M19.5 18.5H19.51",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),container:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M3 16C3 14.8954 3.89543 14 5 14H8C9.10457 14 10 14.8954 10 16V19C10 20.1046 9.10457 21 8 21H5C3.89543 21 3 20.1046 3 19V16Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M14 16C14 14.8954 14.8954 14 16 14H19C20.1046 14 21 14.8954 21 16V19C21 20.1046 20.1046 21 19 21H16C14.8954 21 14 20.1046 14 19V16Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M3 5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V8C21 9.10457 20.1046 10 19 10H5C3.89543 10 3 9.10457 3 8V5Z",stroke:ga,strokeWidth:1.4})),image:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M3 17L7.41995 12.58C8.26284 11.7372 9.65125 11.8141 10.3959 12.7449L11.789 14.4863C12.4639 15.3298 13.6866 15.4851 14.5508 14.8369L15.6123 14.0408C16.4086 13.4436 17.5228 13.5228 18.2265 14.2265L21 17M17 8C17 8.55228 16.5523 9 16 9C15.4477 9 15 8.55228 15 8C15 7.44772 15.4477 7 16 7C16.5523 7 17 7.44772 17 8ZM5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4}))},ha=(0,r.createContext)(null);function va(){var e=(0,r.useContext)(ha);if(null===e){var t=new Error("You used a <Label /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(t,va),t}return e}var ba=(0,r.createContext)(null);ba.displayName="GroupContext";var wa=r.Fragment;function ya(e){var t=e.checked,a=e.onChange,i=c(e,["checked","onChange"]),l="headlessui-switch-"+k(),o=(0,r.useContext)(ba),s=(0,r.useRef)(null),d=b(s,null===o?null:o.setSwitch),m=(0,r.useCallback)((function(){return a(!t)}),[a,t]),f=(0,r.useCallback)((function(e){if(w(e.currentTarget))return e.preventDefault();e.preventDefault(),m()}),[m]),p=(0,r.useCallback)((function(e){e.key!==n.Tab&&e.preventDefault(),e.key===n.Space&&m()}),[m]),h=(0,r.useCallback)((function(e){return e.preventDefault()}),[]),v=(0,r.useMemo)((function(){return{checked:t}}),[t]);return g({props:u({},i,{id:l,ref:d,role:"switch",type:L(e,s),tabIndex:0,"aria-checked":t,"aria-labelledby":null==o?void 0:o.labelledby,"aria-describedby":null==o?void 0:o.describedby,onClick:f,onKeyUp:p,onKeyPress:h}),slot:v,defaultTag:"button",name:"Switch"})}ya.Group=function(e){var t=(0,r.useState)(null),a=t[0],n=t[1],i=function(){var e=(0,r.useState)([]),t=e[0],a=e[1];return[t.length>0?t.join(" "):void 0,(0,r.useMemo)((function(){return function(e){var t=(0,r.useCallback)((function(e){return a((function(t){return[].concat(t,[e])})),function(){return a((function(t){var a=t.slice(),n=a.indexOf(e);return-1!==n&&a.splice(n,1),a}))}}),[]),n=(0,r.useMemo)((function(){return{register:t,slot:e.slot,name:e.name,props:e.props}}),[t,e.slot,e.name,e.props]);return l().createElement(ha.Provider,{value:n},e.children)}}),[a])]}(),o=i[0],s=i[1],u=Ot(),c=u[0],d=u[1],m=(0,r.useMemo)((function(){return{switch:a,setSwitch:n,labelledby:o,describedby:c}}),[a,n,o,c]);return l().createElement(d,{name:"Switch.Description"},l().createElement(s,{name:"Switch.Label",props:{onClick:function(){a&&(a.click(),a.focus({preventScroll:!0}))}}},l().createElement(ba.Provider,{value:m},g({props:e,defaultTag:wa,name:"Switch.Group"}))))},ya.Label=function(e){var t=e.passive,a=void 0!==t&&t,n=c(e,["passive"]),i=va(),r="headlessui-label-"+k();y((function(){return i.register(r)}),[r,i.register]);var l=u({},i.props,{id:r}),o=u({},n,l);return a&&delete o.onClick,g({props:o,slot:i.slot||{},defaultTag:"label",name:i.name||"Label"})},ya.Description=Nt;const xa=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")};var Da=e=>{const{link:t,slug:a,title:n,deprecated:r}=e.blockInfo,l=oa(),o=da((e=>e.blocksStatuses)),s="disabled"!==o[a];return(0,i.createElement)("div",{key:a,className:xa(s?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,i.createElement)("div",{className:"flex-shrink-0 opacity-80"},pa[a]),(0,i.createElement)("div",{className:"uagb-admin-block-card__title flex-1 min-w-0"},(0,i.createElement)("p",{className:"text-base font-medium text-slate-800"},n,r&&(0,i.createElement)("div",{className:"inline-block align-top max-h-4 px-1.5 py-1 ml-1.5 text-[10px] leading-[10px] border border-slate-200 text-slate-400 rounded spectra-admin__block-label"},(0,We.__)("Deprecated","ultimate-addons-for-gutenberg"))),(0,i.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:`https://wpspectra.com/blocks/${t}`,target:"_blank",rel:"noreferrer"},(0,We.__)("Live Demo","ultimate-addons-for-gutenberg"))),(0,i.createElement)(ya,{checked:s,onChange:()=>{let e="disabled";s||(e=a);const t={...o};t[a]=e,l({type:"UPDATE_BLOCK_STATUSES",payload:t});const n=new window.FormData;n.append("action","uag_blocks_activation_and_deactivation"),n.append("security",uag_react.blocks_activation_and_deactivation_nonce),n.append("value",JSON.stringify(t)),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{l({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:xa(s?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:xa(s?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))};function Ea(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ca=()=>{const e=da((e=>e.enableDisplayConditions)),t=oa(),a="disabled"!==e;return(0,r.useEffect)((()=>{const t=new window.FormData;t.append("action","uag_enable_block_condition"),t.append("security",uag_react.enable_block_condition_nonce),t.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{}))}),[e]),(0,i.createElement)("div",{key:"display-conditons",className:Ea(a?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,i.createElement)("div",{className:"flex-shrink-0 ml-0"},pa["display-conditions"]),(0,i.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,i.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,We.__)("Display Conditions","ultimate-addons-for-gutenberg"),(0,i.createElement)("div",{className:"inline-block align-top max-h-4 px-1.5 py-1 ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,We.__)("Extension","ultimate-addons-for-gutenberg"))),(0,i.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/display-conditions-blocks/",target:"_blank",rel:"noreferrer"},(0,We.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===e?"enabled":"disabled",t({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:a})},className:Ea(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Ea(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))};function ka(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Sa=()=>{const e=da((e=>e.enableMasonryExtension)),t=oa(),a="disabled"!==e;return(0,r.useEffect)((()=>{const t=new window.FormData;t.append("action","uag_enable_masonry_gallery"),t.append("security",uag_react.enable_masonry_gallery_nonce),t.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{}))}),[e]),(0,i.createElement)("div",{key:"masonry-gallery",className:ka(a?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,i.createElement)("div",{className:"flex-shrink-0"},pa["masonry-gallery"]),(0,i.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,i.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,We.__)("Masonry Gallery","ultimate-addons-for-gutenberg"),(0,i.createElement)("div",{className:"inline-block align-top max-h-4 px-1.5 py-1 ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,We.__)("Extension","ultimate-addons-for-gutenberg"))),(0,i.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/masonry-image-gallery/",target:"_blank",rel:"noreferrer"},(0,We.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===e?"enabled":"disabled",t({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:a})},className:ka(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:ka(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))};function _a(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Oa=()=>{const e=da((e=>e.enableResponsiveConditions)),t=oa(),a="disabled"!==e;return(0,r.useEffect)((()=>{const t=new window.FormData;t.append("action","uag_enable_block_responsive"),t.append("security",uag_react.enable_block_responsive_nonce),t.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{}))}),[e]),(0,i.createElement)("div",{key:"display-responsive-conditons",className:_a(a?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,i.createElement)("div",{className:"flex-shrink-0 ml-0"},pa["responsive-conditions"]),(0,i.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,i.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,We.__)("Responsive Conditions","ultimate-addons-for-gutenberg"),(0,i.createElement)("div",{className:"inline-block align-top max-h-4 px-1.5 py-1 ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,We.__)("Extension","ultimate-addons-for-gutenberg"))),(0,i.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/responsive-conditions/",target:"_blank",rel:"noreferrer"},(0,We.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===e?"enabled":"disabled",t({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:a})},className:_a(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:_a(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))},Na=()=>(0,i.createElement)(i.Fragment,null,(0,i.createElement)(Oa,null),(0,i.createElement)(Ca,null),(0,i.createElement)(Sa,null)),Ta=()=>{const e=da((e=>e.activeBlocksFilterTab)),t=uag_react.blocks_info.map(((t,a)=>t.admin_categories?.includes(e)||"all"===e?(0,i.createElement)(Da,{key:a,blockInfo:t}):""));return(0,i.createElement)("div",{className:"lg:max-w-[80rem] mx-auto grid grid-flow-row auto-rows-min grid-cols-2 gap-6 sm:grid-cols-3 px-6 py-4"},t,("extensions"===e||"all"===e)&&(0,i.createElement)(Na,null))},Aa=function(e){const{fontSize:t,width:a,style:n}=e;return(0,i.createElement)("div",{className:"uag-skeleton uag-skeleton--text uag-skeleton--wave",style:{fontSize:t,width:a,...n}})},Ma=function(e){const{width:t,height:a,style:n}=e;return(0,i.createElement)("div",{className:"uag-skeleton uag-skeleton--rect uag-skeleton--wave",style:{width:t,height:a,...n}})},Pa=()=>(0,i.createElement)(i.Fragment,null,(0,i.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mt-10 mb-8 font-semibold text-2xl"},(0,i.createElement)(Ma,{width:"75px",height:"32px"})),(0,i.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mb-[2.43rem]"},(0,i.createElement)("div",{className:"hidden justify-between sm:flex"},(0,i.createElement)("nav",{className:"flex space-x-4","aria-label":"Tabs"},(0,i.createElement)(Ma,{width:"25px",height:"35px"}),(0,i.createElement)(Ma,{width:"50px",height:"35px"}),(0,i.createElement)(Ma,{width:"50px",height:"35px"}),(0,i.createElement)(Ma,{width:"33px",height:"35px"}),(0,i.createElement)(Ma,{width:"37px",height:"35px"}),(0,i.createElement)(Ma,{width:"33px",height:"35px"}),(0,i.createElement)(Ma,{width:"27px",height:"35px"}),(0,i.createElement)(Ma,{width:"71px",height:"35px"})),(0,i.createElement)("span",{className:"z-0 flex shadow-sm rounded-[0.2rem] justify-center"},(0,i.createElement)(Ma,{width:"100px",height:"40px",style:{marginRight:"10px"}}),(0,i.createElement)(Ma,{width:"100px",height:"40px"})))),(0,i.createElement)("div",{className:"lg:max-w-[80rem] mx-auto grid grid-cols-2 gap-6 sm:grid-cols-3 p-6 pt-0"},Array(36).fill().map((e=>(0,i.createElement)(Ma,{key:e,width:"400px",height:"80px"}))))),La=()=>{const e=da((e=>e.initialStateSetFlag));return e?(0,i.createElement)(i.Fragment,null,(0,i.createElement)("div",{className:"mx-auto px-6 mt-10 mb-8 font-semibold text-2xl lg:max-w-[80rem]"},"Blocks / Extensions"),(0,i.createElement)(fa,null),(0,i.createElement)(Ta,null)):(0,i.createElement)(Pa,null)},Ia={"asset-generation":(0,i.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M1 1V6H1.58152M16.9381 8C16.446 4.05369 13.0796 1 9 1C5.64262 1 2.76829 3.06817 1.58152 6M1.58152 6H6M17 17V12H16.4185M16.4185 12C15.2317 14.9318 12.3574 17 9 17C4.92038 17 1.55399 13.9463 1.06189 10M16.4185 12H12",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),templates:(0,i.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M1 2C1 1.44772 1.44772 1 2 1H16C16.5523 1 17 1.44772 17 2V4C17 4.55228 16.5523 5 16 5H2C1.44772 5 1 4.55228 1 4V2Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.createElement)("path",{d:"M1 10C1 9.44772 1.44772 9 2 9H8C8.55228 9 9 9.44772 9 10V16C9 16.5523 8.55228 17 8 17H2C1.44772 17 1 16.5523 1 16V10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.createElement)("path",{d:"M13 10C13 9.44772 13.4477 9 14 9H16C16.5523 9 17 9.44772 17 10V16C17 16.5523 16.5523 17 16 17H14C13.4477 17 13 16.5523 13 16V10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"version-control":(0,i.createElement)("svg",{className:"flex-shrink-0 mr-4 fill-inherit",stroke:"none",width:"16",height:"20",viewBox:"0 0 16 20",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M5.70711 11.2929C5.31658 10.9024 4.68342 10.9024 4.29289 11.2929C3.90237 11.6834 3.90237 12.3166 4.29289 12.7071L5.70711 11.2929ZM7 14L6.29289 14.7071C6.68342 15.0976 7.31658 15.0976 7.70711 14.7071L7 14ZM11.7071 10.7071C12.0976 10.3166 12.0976 9.68342 11.7071 9.29289C11.3166 8.90237 10.6834 8.90237 10.2929 9.29289L11.7071 10.7071ZM14 5V17H16V5H14ZM13 18H3V20H13V18ZM2 17V5H0V17H2ZM3 4H5V2H3V4ZM11 4H13V2H11V4ZM3 18C2.44772 18 2 17.5523 2 17H0C0 18.6569 1.34315 20 3 20V18ZM14 17C14 17.5523 13.5523 18 13 18V20C14.6569 20 16 18.6569 16 17H14ZM16 5C16 3.34315 14.6569 2 13 2V4C13.5523 4 14 4.44772 14 5H16ZM2 5C2 4.44772 2.44772 4 3 4V2C1.34315 2 0 3.34315 0 5H2ZM4.29289 12.7071L6.29289 14.7071L7.70711 13.2929L5.70711 11.2929L4.29289 12.7071ZM7.70711 14.7071L11.7071 10.7071L10.2929 9.29289L6.29289 13.2929L7.70711 14.7071ZM7 2H9V0H7V2ZM9 4H7V6H9V4ZM7 4C6.44772 4 6 3.55228 6 3H4C4 4.65685 5.34315 6 7 6V4ZM10 3C10 3.55228 9.55228 4 9 4V6C10.6569 6 12 4.65685 12 3H10ZM9 2C9.55228 2 10 2.44772 10 3H12C12 1.34315 10.6569 0 9 0V2ZM7 0C5.34315 0 4 1.34315 4 3H6C6 2.44772 6.44772 2 7 2V0Z"})),"fonts-performance":(0,i.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"20",viewBox:"0 0 18 20",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M10 8V1L1 12H8L8 19L17 8L10 8Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"global-settings":(0,i.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M8.32463 2.31731C8.75103 0.560897 11.249 0.560897 11.6754 2.31731C11.9508 3.45193 13.2507 3.99038 14.2478 3.38285C15.7913 2.44239 17.5576 4.2087 16.6172 5.75218C16.0096 6.74925 16.5481 8.04918 17.6827 8.32463C19.4391 8.75103 19.4391 11.249 17.6827 11.6754C16.5481 11.9508 16.0096 13.2507 16.6172 14.2478C17.5576 15.7913 15.7913 17.5576 14.2478 16.6172C13.2507 16.0096 11.9508 16.5481 11.6754 17.6827C11.249 19.4391 8.75103 19.4391 8.32463 17.6827C8.04918 16.5481 6.74926 16.0096 5.75219 16.6172C4.2087 17.5576 2.44239 15.7913 3.38285 14.2478C3.99038 13.2507 3.45193 11.9508 2.31731 11.6754C0.560897 11.249 0.560897 8.75103 2.31731 8.32463C3.45193 8.04918 3.99037 6.74926 3.38285 5.75218C2.44239 4.2087 4.2087 2.44239 5.75219 3.38285C6.74926 3.99037 8.04918 3.45193 8.32463 2.31731Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.createElement)("path",{d:"M13 10C13 11.6569 11.6569 13 10 13C8.34315 13 7 11.6569 7 10C7 8.34315 8.34315 7 10 7C11.6569 7 13 8.34315 13 10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"block-settings":(0,i.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M1 3C1 1.89543 1.89543 1 3 1H5C6.10457 1 7 1.89543 7 3V5C7 6.10457 6.10457 7 5 7H3C1.89543 7 1 6.10457 1 5V3Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.createElement)("path",{d:"M11 3C11 1.89543 11.8954 1 13 1H15C16.1046 1 17 1.89543 17 3V5C17 6.10457 16.1046 7 15 7H13C11.8954 7 11 6.10457 11 5V3Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.createElement)("path",{d:"M1 13C1 11.8954 1.89543 11 3 11H5C6.10457 11 7 11.8954 7 13V15C7 16.1046 6.10457 17 5 17H3C1.89543 17 1 16.1046 1 15V13Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.createElement)("path",{d:"M11 13C11 11.8954 11.8954 11 13 11H15C16.1046 11 17 11.8954 17 13V15C17 16.1046 16.1046 17 15 17H13C11.8954 17 11 16.1046 11 15V13Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"coming-soon":(0,i.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M10 6V10L13 13M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))};function Va(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ra=()=>{const e=oa(),t=da((e=>e.enableFileGeneration)),a="disabled"!==t;return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("File Generation","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_FILE_GENERATION",payload:a});const n=uag_react.enable_file_generation_nonce,i=new window.FormData;i.append("action","uag_enable_file_generation"),i.append("security",n),i.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:i}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Va(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Va(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Spectra loads the CSS and JS inline on the page by default. If you want to generate separate CSS and JS files for Spectra blocks, enable this option. Please read ","ultimate-addons-for-gutenberg"),(0,i.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://wpspectra.com/clean-html-with-uag/?utm_source=uag-dashboard&utm_medium=link&utm_campaign=uag-dashboard",target:"_blank",rel:"noreferrer"}," ",(0,We.__)("this article","ultimate-addons-for-gutenberg")," "),(0,We.__)(" to learn the difference between generating CSS and JS inline and in a separate file.","ultimate-addons-for-gutenberg")))},Fa=()=>{const[e,t]=(0,r.useState)(!1);return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Asset Regeneration","ultimate-addons-for-gutenberg")),(0,i.createElement)("div",{className:"flex justify-right items-center"},!0===e&&(0,i.createElement)("p",{className:"text-sm text-lime-600 pr-2"},(0,We.__)("Assets Regenerated!","ultimate-addons-for-gutenberg")),(0,i.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra transition focus:bg-spectra-hover hover:bg-spectra-hover focus:outline-none",onClick:()=>{t("loading");const e=new window.FormData;e.append("action","uag_regenerate_assets"),e.append("security",uag_react.regenerate_assets_nonce),e.append("value",!0),Jt()({url:uag_react.ajax_url,method:"POST",body:e}).then((e=>{e.success&&(setTimeout((function(){t(!1)}),2e3),t(!0))}))}},(0,We.__)("Regenerate Assets","ultimate-addons-for-gutenberg"),"loading"===e&&(0,i.createElement)("svg",{className:"animate-spin -mr-1 ml-3 h-5 w-5 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},(0,i.createElement)("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),(0,i.createElement)("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"}))))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Facing issues with style, layout, color or another page element? Use this option to regenerate CSS and Javascript assets. It can help with all kinds of asset issues.","ultimate-addons-for-gutenberg")))};function Ha(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var ja=()=>{const e=oa(),t=da((e=>e.enableTemplates)),a="no"!==t;return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Enable Templates Button","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="no"===t?"yes":"no",e({type:"UPDATE_TEMPLATES_BUTTON",payload:a});const n=uag_react.enable_templates_button_nonce,i=new window.FormData;i.append("action","uag_enable_templates_button"),i.append("security",n),i.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:i}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Ha(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Ha(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Spectra comes with a stunning library of page templates and block patterns. This library is accessible with the Templates button while editing the page or post. Manage the visibility of that button with this option.","ultimate-addons-for-gutenberg")))},Ba=e=>{const{openPopup:t,setopenPopup:a,previousVersionSelect:n,setconfirmPopup:l}=e,[o,s]=(0,r.useState)(t),u=(0,r.useRef)(null);return(0,r.useEffect)((()=>{s(t)}),[t]),(0,i.createElement)(lt.Root,{show:o,as:r.Fragment},(0,i.createElement)(Wt,{as:"div",className:"fixed backdrop-blur-sm z-10 inset-0 overflow-y-auto",initialFocus:u,onClose:s},(0,i.createElement)("div",{className:"flex items-end justify-center min-h-screen pt-4 px-4 pb-20 text-center sm:block sm:p-0"},(0,i.createElement)(lt.Child,{as:r.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in duration-200",leaveFrom:"opacity-100",leaveTo:"opacity-0"},(0,i.createElement)(Wt.Overlay,{className:"fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity"})),(0,i.createElement)("span",{className:"hidden sm:inline-block sm:align-middle sm:h-screen","aria-hidden":"true"},"​"),(0,i.createElement)(lt.Child,{as:r.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95",enterTo:"opacity-100 translate-y-0 sm:scale-100",leave:"ease-in duration-200",leaveFrom:"opacity-100 translate-y-0 sm:scale-100",leaveTo:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"},(0,i.createElement)("div",{className:"inline-block align-bottom bg-white rounded-lg px-4 pt-5 pb-4 text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-lg sm:w-full sm:p-6"},(0,i.createElement)("div",{className:"sm:flex sm:items-start"},(0,i.createElement)("div",{className:"mx-auto flex-shrink-0 flex items-center justify-center h-12 w-12 rounded-full bg-red-50 sm:mx-0 sm:h-16 sm:w-16"},(0,i.createElement)("svg",{className:"h-8 w-8 stroke-red-600",viewBox:"0 0 34 33",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M17 9.83333V16.5M17 23.1667H17.0167M32 16.5C32 24.7843 25.2843 31.5 17 31.5C8.71573 31.5 2 24.7843 2 16.5C2 8.21573 8.71573 1.5 17 1.5C25.2843 1.5 32 8.21573 32 16.5Z",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round"}))),(0,i.createElement)("div",{className:"mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left"},(0,i.createElement)(Wt.Title,{as:"h3",className:"text-2xl font-semibold text-slate-800"},(0,We.__)("Rollback to Previous Version","ultimate-addons-for-gutenberg")),(0,i.createElement)("p",{className:"mt-2 text-sm text-slate-500"},(0,We.__)(`Are you sure you want to rollback to Spectra v${n}?`,"ultimate-addons-for-gutenberg")))),(0,i.createElement)("div",{className:"mt-6 sm:flex sm:flex-row sm:ml-20"},(0,i.createElement)("button",{type:"button",className:"w-full inline-flex justify-center rounded border border-transparent shadow-sm px-4 py-2 bg-red-600 text-base font-medium text-white focus:bg-red-700 hover:bg-red-700 focus:outline-none sm:mr-3 sm:w-auto sm:text-sm",onClick:()=>{const e=uag_react.rollback_url.replace("VERSION",n);a(!1),l(!0),window.location.href=e}},(0,We.__)("Rollback","ultimate-addons-for-gutenberg")),(0,i.createElement)("button",{type:"button",className:"mt-3 w-full inline-flex justify-center rounded border border-slate-200 shadow-sm px-4 py-2 bg-white text-base font-medium text-slate-800 focus:bg-gray-50 hover:bg-gray-50 focus:outline-none sm:mt-0 sm:w-auto sm:text-sm",onClick:()=>{a(!t)},ref:u},(0,We.__)("Cancel","ultimate-addons-for-gutenberg"))))))))},Ua=()=>{const e=uag_react.global_data.uag_previous_versions,[t,a]=(0,r.useState)(e[0].value),[n,l]=(0,r.useState)(!1),[o,s]=(0,r.useState)(!1);return(0,i.createElement)(i.Fragment,null,(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Rollback to Previous Version","ultimate-addons-for-gutenberg")),(0,i.createElement)("div",{className:"flex justify-right"},(0,i.createElement)("select",{id:"location",name:"location",className:"block h-9 mr-2 sm:text-sm spectra-admin__input-field spectra-admin__dropdown",onBlur:e=>{a(e.target.value)}},e.map((e=>(0,i.createElement)("option",{key:e.value,value:e.value},e.label)))),(0,i.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra transition focus:bg-spectra-hover hover:bg-spectra-hover focus:outline-none h-9",onClick:()=>{l(!0)}},o&&(0,i.createElement)("svg",{className:"animate-spin -ml-1 mr-3 h-5 w-5 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},(0,i.createElement)("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),(0,i.createElement)("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})),(0,We.__)("Rollback","ultimate-addons-for-gutenberg")))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)(`Experiencing an issue with Spectra version ${uag_react.plugin_ver}? Roll back to a previous version to help troubleshoot the issue.`,"ultimate-addons-for-gutenberg"))),(0,i.createElement)(Ba,{openPopup:n,setopenPopup:l,previousVersionSelect:t,setconfirmPopup:s}))};function Wa(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ga=()=>{const e=oa(),t=da((e=>e.enableBeta)),a="no"!==t;return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Enable Beta","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="no"===t?"yes":"no",e({type:"UPDATE_BETA",payload:a});const n=new window.FormData;n.append("action","uag_enable_beta_updates"),n.append("security",uag_react.enable_beta_updates_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Wa(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500")},(0,i.createElement)("span",{"aria-hidden":"true",className:Wa(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable this option to turn on beta updates and be notified when a new beta version of Spectra is available. The beta version will not install automatically, you will have to install it when you get a notification. It is recommended to try beta on a test environment only.","ultimate-addons-for-gutenberg")))};function za(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Za(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function Ka(e,t,a){return t&&Za(e.prototype,t),a&&Za(e,a),e}function $a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&K(e,t)}function Ya(e){return Ya="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Ya(e)}function Ja(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function qa(e,t){return!t||"object"!==Ya(t)&&"function"!=typeof t?Ja(e):t}function Xa(e){return Xa=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},Xa(e)}var Qa=Number.isNaN||function(e){return"number"==typeof e&&e!=e};function en(e,t){if(e.length!==t.length)return!1;for(var a=0;a<e.length;a++)if(!((n=e[a])===(i=t[a])||Qa(n)&&Qa(i)))return!1;var n,i;return!0}var tn=function(e,t){var a;void 0===t&&(t=en);var n,i=[],r=!1;return function(){for(var l=[],o=0;o<arguments.length;o++)l[o]=arguments[o];return r&&a===this&&t(l,i)||(n=e.apply(this,l),r=!0,a=this,i=l),n}},an=function(){function e(e){this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.before=null}var t=e.prototype;return t.insert=function(e){if(this.ctr%(this.isSpeedy?65e3:1)==0){var t,a=function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t}(this);t=0===this.tags.length?this.before:this.tags[this.tags.length-1].nextSibling,this.container.insertBefore(a,t),this.tags.push(a)}var n=this.tags[this.tags.length-1];if(this.isSpeedy){var i=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(n);try{var r=105===e.charCodeAt(1)&&64===e.charCodeAt(0);i.insertRule(e,r?0:i.cssRules.length)}catch(e){}}else n.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach((function(e){return e.parentNode.removeChild(e)})),this.tags=[],this.ctr=0},e}(),nn=function(e){function t(e,n,s,u,m){for(var f,g,p,h,y,D=0,E=0,C=0,k=0,S=0,M=0,L=p=f=0,V=0,R=0,F=0,H=0,j=s.length,B=j-1,U="",W="",G="",z="";V<j;){if(g=s.charCodeAt(V),V===B&&0!==E+k+C+D&&(0!==E&&(g=47===E?10:47),k=C=D=0,j++,B++),0===E+k+C+D){if(V===B&&(0<R&&(U=U.replace(d,"")),0<U.trim().length)){switch(g){case 32:case 9:case 59:case 13:case 10:break;default:U+=s.charAt(V)}g=59}switch(g){case 123:for(f=(U=U.trim()).charCodeAt(0),p=1,H=++V;V<j;){switch(g=s.charCodeAt(V)){case 123:p++;break;case 125:p--;break;case 47:switch(g=s.charCodeAt(V+1)){case 42:case 47:e:{for(L=V+1;L<B;++L)switch(s.charCodeAt(L)){case 47:if(42===g&&42===s.charCodeAt(L-1)&&V+2!==L){V=L+1;break e}break;case 10:if(47===g){V=L+1;break e}}V=L}}break;case 91:g++;case 40:g++;case 34:case 39:for(;V++<B&&s.charCodeAt(V)!==g;);}if(0===p)break;V++}if(p=s.substring(H,V),0===f&&(f=(U=U.replace(c,"").trim()).charCodeAt(0)),64===f){switch(0<R&&(U=U.replace(d,"")),g=U.charCodeAt(1)){case 100:case 109:case 115:case 45:R=n;break;default:R=A}if(H=(p=t(n,R,p,g,m+1)).length,0<P&&(y=o(3,p,R=a(A,U,F),n,O,_,H,g,m,u),U=R.join(""),void 0!==y&&0===(H=(p=y.trim()).length)&&(g=0,p="")),0<H)switch(g){case 115:U=U.replace(x,l);case 100:case 109:case 45:p=U+"{"+p+"}";break;case 107:p=(U=U.replace(v,"$1 $2"))+"{"+p+"}",p=1===T||2===T&&r("@"+p,3)?"@-webkit-"+p+"@"+p:"@"+p;break;default:p=U+p,112===u&&(W+=p,p="")}else p=""}else p=t(n,a(n,U,F),p,u,m+1);G+=p,p=F=R=L=f=0,U="",g=s.charCodeAt(++V);break;case 125:case 59:if(1<(H=(U=(0<R?U.replace(d,""):U).trim()).length))switch(0===L&&(f=U.charCodeAt(0),45===f||96<f&&123>f)&&(H=(U=U.replace(" ",":")).length),0<P&&void 0!==(y=o(1,U,n,e,O,_,W.length,u,m,u))&&0===(H=(U=y.trim()).length)&&(U="\0\0"),f=U.charCodeAt(0),g=U.charCodeAt(1),f){case 0:break;case 64:if(105===g||99===g){z+=U+s.charAt(V);break}default:58!==U.charCodeAt(H-1)&&(W+=i(U,f,g,U.charCodeAt(2)))}F=R=L=f=0,U="",g=s.charCodeAt(++V)}}switch(g){case 13:case 10:47===E?E=0:0===1+f&&107!==u&&0<U.length&&(R=1,U+="\0"),0<P*I&&o(0,U,n,e,O,_,W.length,u,m,u),_=1,O++;break;case 59:case 125:if(0===E+k+C+D){_++;break}default:switch(_++,h=s.charAt(V),g){case 9:case 32:if(0===k+D+E)switch(S){case 44:case 58:case 9:case 32:h="";break;default:32!==g&&(h=" ")}break;case 0:h="\\0";break;case 12:h="\\f";break;case 11:h="\\v";break;case 38:0===k+E+D&&(R=F=1,h="\f"+h);break;case 108:if(0===k+E+D+N&&0<L)switch(V-L){case 2:112===S&&58===s.charCodeAt(V-3)&&(N=S);case 8:111===M&&(N=M)}break;case 58:0===k+E+D&&(L=V);break;case 44:0===E+C+k+D&&(R=1,h+="\r");break;case 34:case 39:0===E&&(k=k===g?0:0===k?g:k);break;case 91:0===k+E+C&&D++;break;case 93:0===k+E+C&&D--;break;case 41:0===k+E+D&&C--;break;case 40:0===k+E+D&&(0===f&&(2*S+3*M==533||(f=1)),C++);break;case 64:0===E+C+k+D+L+p&&(p=1);break;case 42:case 47:if(!(0<k+D+C))switch(E){case 0:switch(2*g+3*s.charCodeAt(V+1)){case 235:E=47;break;case 220:H=V,E=42}break;case 42:47===g&&42===S&&H+2!==V&&(33===s.charCodeAt(H+2)&&(W+=s.substring(H,V+1)),h="",E=0)}}0===E&&(U+=h)}M=S,S=g,V++}if(0<(H=W.length)){if(R=n,0<P&&void 0!==(y=o(2,W,R,e,O,_,H,u,m,u))&&0===(W=y).length)return z+W+G;if(W=R.join(",")+"{"+W+"}",0!=T*N){switch(2!==T||r(W,2)||(N=0),N){case 111:W=W.replace(w,":-moz-$1")+W;break;case 112:W=W.replace(b,"::-webkit-input-$1")+W.replace(b,"::-moz-$1")+W.replace(b,":-ms-input-$1")+W}N=0}}return z+W+G}function a(e,t,a){var i=t.trim().split(p);t=i;var r=i.length,l=e.length;switch(l){case 0:case 1:var o=0;for(e=0===l?"":e[0]+" ";o<r;++o)t[o]=n(e,t[o],a).trim();break;default:var s=o=0;for(t=[];o<r;++o)for(var u=0;u<l;++u)t[s++]=n(e[u]+" ",i[o],a).trim()}return t}function n(e,t,a){var n=t.charCodeAt(0);switch(33>n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(h,"$1"+e.trim());case 58:return e.trim()+t.replace(h,"$1"+e.trim());default:if(0<1*a&&0<t.indexOf("\f"))return t.replace(h,(58===e.charCodeAt(0)?"":"$1")+e.trim())}return e+t}function i(e,t,a,n){var l=e+";",o=2*t+3*a+4*n;if(944===o){e=l.indexOf(":",9)+1;var s=l.substring(e,l.length-1).trim();return s=l.substring(0,e).trim()+s+";",1===T||2===T&&r(s,1)?"-webkit-"+s+s:s}if(0===T||2===T&&!r(l,1))return l;switch(o){case 1015:return 97===l.charCodeAt(10)?"-webkit-"+l+l:l;case 951:return 116===l.charCodeAt(3)?"-webkit-"+l+l:l;case 963:return 110===l.charCodeAt(5)?"-webkit-"+l+l:l;case 1009:if(100!==l.charCodeAt(4))break;case 969:case 942:return"-webkit-"+l+l;case 978:return"-webkit-"+l+"-moz-"+l+l;case 1019:case 983:return"-webkit-"+l+"-moz-"+l+"-ms-"+l+l;case 883:if(45===l.charCodeAt(8))return"-webkit-"+l+l;if(0<l.indexOf("image-set(",11))return l.replace(S,"$1-webkit-$2")+l;break;case 932:if(45===l.charCodeAt(4))switch(l.charCodeAt(5)){case 103:return"-webkit-box-"+l.replace("-grow","")+"-webkit-"+l+"-ms-"+l.replace("grow","positive")+l;case 115:return"-webkit-"+l+"-ms-"+l.replace("shrink","negative")+l;case 98:return"-webkit-"+l+"-ms-"+l.replace("basis","preferred-size")+l}return"-webkit-"+l+"-ms-"+l+l;case 964:return"-webkit-"+l+"-ms-flex-"+l+l;case 1023:if(99!==l.charCodeAt(8))break;return"-webkit-box-pack"+(s=l.substring(l.indexOf(":",15)).replace("flex-","").replace("space-between","justify"))+"-webkit-"+l+"-ms-flex-pack"+s+l;case 1005:return f.test(l)?l.replace(m,":-webkit-")+l.replace(m,":-moz-")+l:l;case 1e3:switch(t=(s=l.substring(13).trim()).indexOf("-")+1,s.charCodeAt(0)+s.charCodeAt(t)){case 226:s=l.replace(y,"tb");break;case 232:s=l.replace(y,"tb-rl");break;case 220:s=l.replace(y,"lr");break;default:return l}return"-webkit-"+l+"-ms-"+s+l;case 1017:if(-1===l.indexOf("sticky",9))break;case 975:switch(t=(l=e).length-10,o=(s=(33===l.charCodeAt(t)?l.substring(0,t):l).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|s.charCodeAt(7))){case 203:if(111>s.charCodeAt(8))break;case 115:l=l.replace(s,"-webkit-"+s)+";"+l;break;case 207:case 102:l=l.replace(s,"-webkit-"+(102<o?"inline-":"")+"box")+";"+l.replace(s,"-webkit-"+s)+";"+l.replace(s,"-ms-"+s+"box")+";"+l}return l+";";case 938:if(45===l.charCodeAt(5))switch(l.charCodeAt(6)){case 105:return s=l.replace("-items",""),"-webkit-"+l+"-webkit-box-"+s+"-ms-flex-"+s+l;case 115:return"-webkit-"+l+"-ms-flex-item-"+l.replace(E,"")+l;default:return"-webkit-"+l+"-ms-flex-line-pack"+l.replace("align-content","").replace(E,"")+l}break;case 973:case 989:if(45!==l.charCodeAt(3)||122===l.charCodeAt(4))break;case 931:case 953:if(!0===k.test(e))return 115===(s=e.substring(e.indexOf(":")+1)).charCodeAt(0)?i(e.replace("stretch","fill-available"),t,a,n).replace(":fill-available",":stretch"):l.replace(s,"-webkit-"+s)+l.replace(s,"-moz-"+s.replace("fill-",""))+l;break;case 962:if(l="-webkit-"+l+(102===l.charCodeAt(5)?"-ms-"+l:"")+l,211===a+n&&105===l.charCodeAt(13)&&0<l.indexOf("transform",10))return l.substring(0,l.indexOf(";",27)+1).replace(g,"$1-webkit-$2")+l}return l}function r(e,t){var a=e.indexOf(1===t?":":"{"),n=e.substring(0,3!==t?a:10);return a=e.substring(a+1,e.length-1),L(2!==t?n:n.replace(C,"$1"),a,t)}function l(e,t){var a=i(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return a!==t+";"?a.replace(D," or ($1)").substring(4):"("+t+")"}function o(e,t,a,n,i,r,l,o,s,c){for(var d,m=0,f=t;m<P;++m)switch(d=M[m].call(u,e,f,a,n,i,r,l,o,s,c)){case void 0:case!1:case!0:case null:break;default:f=d}if(f!==t)return f}function s(e){return void 0!==(e=e.prefix)&&(L=null,e?"function"!=typeof e?T=1:(T=2,L=e):T=0),s}function u(e,a){var n=e;if(33>n.charCodeAt(0)&&(n=n.trim()),n=[n],0<P){var i=o(-1,a,n,n,O,_,0,0,0,0);void 0!==i&&"string"==typeof i&&(a=i)}var r=t(A,n,a,0,0);return 0<P&&void 0!==(i=o(-2,r,n,n,O,_,r.length,0,0,0))&&(r=i),N=0,_=O=1,r}var c=/^\0+/g,d=/[\0\r\f]/g,m=/: */g,f=/zoo|gra/,g=/([,: ])(transform)/g,p=/,\r+?/g,h=/([\t\r\n ])*\f?&/g,v=/@(k\w+)\s*(\S*)\s*/,b=/::(place)/g,w=/:(read-only)/g,y=/[svh]\w+-[tblr]{2}/,x=/\(\s*(.*)\s*\)/g,D=/([\s\S]*?);/g,E=/-self|flex-/g,C=/[^]*?(:[rp][el]a[\w-]+)[^]*/,k=/stretch|:\s*\w+\-(?:conte|avail)/,S=/([^-])(image-set\()/,_=1,O=1,N=0,T=1,A=[],M=[],P=0,L=null,I=0;return u.use=function e(t){switch(t){case void 0:case null:P=M.length=0;break;default:if("function"==typeof t)M[P++]=t;else if("object"==typeof t)for(var a=0,n=t.length;a<n;++a)e(t[a]);else I=0|!!t}return e},u.set=s,void 0!==e&&s(e),u},rn="/*|*/";function ln(e){e&&on.current.insert(e+"}")}var on={current:null},sn=function(e,t,a,n,i,r,l,o,s,u){switch(e){case 1:switch(t.charCodeAt(0)){case 64:return on.current.insert(t+";"),"";case 108:if(98===t.charCodeAt(2))return""}break;case 2:if(0===o)return t+rn;break;case 3:switch(o){case 102:case 112:return on.current.insert(a[0]+t),"";default:return t+(0===u?rn:"")}case-2:t.split("/*|*/}").forEach(ln)}};function un(e,t,a){var n="";return a.split(" ").forEach((function(a){void 0!==e[a]?t.push(e[a]):n+=a+" "})),n}var cn,dn,mn=function(e,t,a){var n=e.key+"-"+t.name;if(!1===a&&void 0===e.registered[n]&&(e.registered[n]=t.styles),void 0===e.inserted[t.name]){var i=t;do{e.insert("."+n,i,e.sheet,!0),i=i.next}while(void 0!==i)}},fn=function(e){for(var t,a=0,n=0,i=e.length;i>=4;++n,i-=4)t=1540483477*(65535&(t=255&e.charCodeAt(n)|(255&e.charCodeAt(++n))<<8|(255&e.charCodeAt(++n))<<16|(255&e.charCodeAt(++n))<<24))+(59797*(t>>>16)<<16),a=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&a)+(59797*(a>>>16)<<16);switch(i){case 3:a^=(255&e.charCodeAt(n+2))<<16;case 2:a^=(255&e.charCodeAt(n+1))<<8;case 1:a=1540483477*(65535&(a^=255&e.charCodeAt(n)))+(59797*(a>>>16)<<16)}return(((a=1540483477*(65535&(a^=a>>>13))+(59797*(a>>>16)<<16))^a>>>15)>>>0).toString(36)},gn={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},pn=/[A-Z]|^ms/g,hn=/_EMO_([^_]+?)_([^]*?)_EMO_/g,vn=function(e){return 45===e.charCodeAt(1)},bn=function(e){return null!=e&&"boolean"!=typeof e},wn=(cn=function(e){return vn(e)?e:e.replace(pn,"-$&").toLowerCase()},dn={},function(e){return void 0===dn[e]&&(dn[e]=cn(e)),dn[e]}),yn=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(hn,(function(e,t,a){return Dn={name:t,styles:a,next:Dn},t}))}return 1===gn[e]||vn(e)||"number"!=typeof t||0===t?t:t+"px"};function xn(e,t,a,n){if(null==a)return"";if(void 0!==a.__emotion_styles)return a;switch(typeof a){case"boolean":return"";case"object":if(1===a.anim)return Dn={name:a.name,styles:a.styles,next:Dn},a.name;if(void 0!==a.styles){var i=a.next;if(void 0!==i)for(;void 0!==i;)Dn={name:i.name,styles:i.styles,next:Dn},i=i.next;return a.styles+";"}return function(e,t,a){var n="";if(Array.isArray(a))for(var i=0;i<a.length;i++)n+=xn(e,t,a[i],!1);else for(var r in a){var l=a[r];if("object"!=typeof l)null!=t&&void 0!==t[l]?n+=r+"{"+t[l]+"}":bn(l)&&(n+=wn(r)+":"+yn(r,l)+";");else if(!Array.isArray(l)||"string"!=typeof l[0]||null!=t&&void 0!==t[l[0]]){var o=xn(e,t,l,!1);switch(r){case"animation":case"animationName":n+=wn(r)+":"+o+";";break;default:n+=r+"{"+o+"}"}}else for(var s=0;s<l.length;s++)bn(l[s])&&(n+=wn(r)+":"+yn(r,l[s])+";")}return n}(e,t,a);case"function":if(void 0!==e){var r=Dn,l=a(e);return Dn=r,xn(e,t,l,n)}}if(null==t)return a;var o=t[a];return void 0===o||n?a:o}var Dn,En=/label:\s*([^\s;\n{]+)\s*;/g,Cn=function(e,t,a){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var n=!0,i="";Dn=void 0;var r=e[0];null==r||void 0===r.raw?(n=!1,i+=xn(a,t,r,!1)):i+=r[0];for(var l=1;l<e.length;l++)i+=xn(a,t,e[l],46===i.charCodeAt(i.length-1)),n&&(i+=r[l]);En.lastIndex=0;for(var o,s="";null!==(o=En.exec(i));)s+="-"+o[1];return{name:fn(i)+s,styles:i,next:Dn}},kn=Object.prototype.hasOwnProperty,Sn=(0,r.createContext)("undefined"!=typeof HTMLElement?function(e){void 0===e&&(e={});var t,a=e.key||"css";void 0!==e.prefix&&(t={prefix:e.prefix});var n,i=new nn(t),r={};n=e.container||document.head;var l,o=document.querySelectorAll("style[data-emotion-"+a+"]");Array.prototype.forEach.call(o,(function(e){e.getAttribute("data-emotion-"+a).split(" ").forEach((function(e){r[e]=!0})),e.parentNode!==n&&n.appendChild(e)})),i.use(e.stylisPlugins)(sn),l=function(e,t,a,n){var r=t.name;on.current=a,i(e,t.styles),n&&(s.inserted[r]=!0)};var s={key:a,sheet:new an({key:a,container:n,nonce:e.nonce,speedy:e.speedy}),nonce:e.nonce,inserted:r,registered:{},insert:l};return s}():null),On=(0,r.createContext)({}),Nn=(Sn.Provider,function(e){var t=function(t,a){return(0,r.createElement)(Sn.Consumer,null,(function(n){return e(t,n,a)}))};return(0,r.forwardRef)(t)}),Tn="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",An=function(e,t){var a={};for(var n in t)kn.call(t,n)&&(a[n]=t[n]);return a[Tn]=e,a},Mn=function(e,t,a,n){var i=null===a?t.css:t.css(a);"string"==typeof i&&void 0!==e.registered[i]&&(i=e.registered[i]);var l=t[Tn],o=[i],s="";"string"==typeof t.className?s=un(e.registered,o,t.className):null!=t.className&&(s=t.className+" ");var u=Cn(o);mn(e,u,"string"==typeof l),s+=e.key+"-"+u.name;var c={};for(var d in t)kn.call(t,d)&&"css"!==d&&d!==Tn&&(c[d]=t[d]);return c.ref=n,c.className=s,(0,r.createElement)(l,c)},Pn=Nn((function(e,t,a){return"function"==typeof e.css?(0,r.createElement)(On.Consumer,null,(function(n){return Mn(t,e,n,a)})):Mn(t,e,null,a)})),Ln=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return Cn(t)},In=function(e,t){var a=arguments;if(null==t||!kn.call(t,"css"))return r.createElement.apply(void 0,a);var n=a.length,i=new Array(n);i[0]=Pn,i[1]=An(e,t);for(var l=2;l<n;l++)i[l]=a[l];return r.createElement.apply(null,i)},Vn=(r.Component,function e(t){for(var a=t.length,n=0,i="";n<a;n++){var r=t[n];if(null!=r){var l=void 0;switch(typeof r){case"boolean":break;case"object":if(Array.isArray(r))l=e(r);else for(var o in l="",r)r[o]&&o&&(l&&(l+=" "),l+=o);break;default:l=r}l&&(i&&(i+=" "),i+=l)}}return i});function Rn(e,t,a){var n=[],i=un(e,n,a);return n.length<2?a:i+t(n)}var Fn=Nn((function(e,t){return(0,r.createElement)(On.Consumer,null,(function(a){var n=function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];var i=Cn(a,t.registered);return mn(t,i,!1),t.key+"-"+i.name},i={css:n,cx:function(){for(var e=arguments.length,a=new Array(e),i=0;i<e;i++)a[i]=arguments[i];return Rn(t.registered,n,Vn(a))},theme:a};return e.children(i)}))}));function Hn(e,t){if(null==e)return{};var a,n,i=ye(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(n=0;n<r.length;n++)a=r[n],t.indexOf(a)>=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(i[a]=e[a])}return i}function jn(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,n=new Array(t);a<t;a++)n[a]=e[a];return n}function Bn(e,t){if(e){if("string"==typeof e)return jn(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?jn(e,t):void 0}}function Un(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var a=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=a){var n,i,r=[],_n=!0,l=!1;try{for(a=a.call(e);!(_n=(n=a.next()).done)&&(r.push(n.value),!t||r.length!==t);_n=!0);}catch(e){l=!0,i=e}finally{try{_n||null==a.return||a.return()}finally{if(l)throw i}}return r}}(e,t)||Bn(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Wn(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}var Gn=a(639),zn=function(){};function Zn(e,t){return t?"-"===t[0]?e+t:e+"__"+t:e}function Kn(e,t,a){var n=[a];if(t&&e)for(var i in t)t.hasOwnProperty(i)&&t[i]&&n.push("".concat(Zn(e,i)));return n.filter((function(e){return e})).map((function(e){return String(e).trim()})).join(" ")}var $n=function(e){return Array.isArray(e)?e.filter(Boolean):"object"===Ya(e)&&null!==e?[e]:[]};function Yn(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function Jn(e){return Yn(e)?window.pageYOffset:e.scrollTop}function qn(e,t){Yn(e)?window.scrollTo(0,t):e.scrollTop=t}function Xn(e,t,a,n){return a*((e=e/n-1)*e*e+1)+t}function Qn(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:200,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:zn,i=Jn(e),r=t-i,l=10,o=0;function s(){var t=Xn(o+=l,i,r,a);qn(e,t),o<a?window.requestAnimationFrame(s):n(e)}s()}function ei(){try{return document.createEvent("TouchEvent"),!0}catch(e){return!1}}function ti(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function ai(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?ti(Object(a),!0).forEach((function(t){Wn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):ti(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function ni(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,n=Xa(e);if(t){var i=Xa(this).constructor;a=Reflect.construct(n,arguments,i)}else a=n.apply(this,arguments);return qa(this,a)}}function ii(e){var t=e.maxHeight,a=e.menuEl,n=e.minHeight,i=e.placement,r=e.shouldScroll,l=e.isFixedPosition,o=e.theme.spacing,s=function(e){var t=getComputedStyle(e),a="absolute"===t.position,n=/(auto|scroll)/,i=document.documentElement;if("fixed"===t.position)return i;for(var r=e;r=r.parentElement;)if(t=getComputedStyle(r),(!a||"static"!==t.position)&&n.test(t.overflow+t.overflowY+t.overflowX))return r;return i}(a),u={placement:"bottom",maxHeight:t};if(!a||!a.offsetParent)return u;var c=s.getBoundingClientRect().height,d=a.getBoundingClientRect(),m=d.bottom,f=d.height,g=d.top,p=a.offsetParent.getBoundingClientRect().top,h=window.innerHeight,v=Jn(s),b=parseInt(getComputedStyle(a).marginBottom,10),w=parseInt(getComputedStyle(a).marginTop,10),y=p-w,x=h-g,D=y+v,E=c-v-g,C=m-h+v+b,k=v+g-w,S=160;switch(i){case"auto":case"bottom":if(x>=f)return{placement:"bottom",maxHeight:t};if(E>=f&&!l)return r&&Qn(s,C,S),{placement:"bottom",maxHeight:t};if(!l&&E>=n||l&&x>=n)return r&&Qn(s,C,S),{placement:"bottom",maxHeight:l?x-b:E-b};if("auto"===i||l){var _=t,O=l?y:D;return O>=n&&(_=Math.min(O-b-o.controlHeight,t)),{placement:"top",maxHeight:_}}if("bottom"===i)return qn(s,C),{placement:"bottom",maxHeight:t};break;case"top":if(y>=f)return{placement:"top",maxHeight:t};if(D>=f&&!l)return r&&Qn(s,k,S),{placement:"top",maxHeight:t};if(!l&&D>=n||l&&y>=n){var N=t;return(!l&&D>=n||l&&y>=n)&&(N=l?y-w:D-w),r&&Qn(s,k,S),{placement:"top",maxHeight:N}}return{placement:"bottom",maxHeight:t};default:throw new Error('Invalid placement provided "'.concat(i,'".'))}return u}var ri=function(e){return"auto"===e?"bottom":e},li=(0,r.createContext)({getPortalPlacement:null}),oi=function(e){$a(a,e);var t=ni(a);function a(){var e;za(this,a);for(var n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];return(e=t.call.apply(t,[this].concat(i))).state={maxHeight:e.props.maxMenuHeight,placement:null},e.getPlacement=function(t){var a=e.props,n=a.minMenuHeight,i=a.maxMenuHeight,r=a.menuPlacement,l=a.menuPosition,o=a.menuShouldScrollIntoView,s=a.theme;if(t){var u="fixed"===l,c=ii({maxHeight:i,menuEl:t,minHeight:n,placement:r,shouldScroll:o&&!u,isFixedPosition:u,theme:s}),d=e.context.getPortalPlacement;d&&d(c),e.setState(c)}},e.getUpdatedProps=function(){var t=e.props.menuPlacement,a=e.state.placement||ri(t);return ai(ai({},e.props),{},{placement:a,maxHeight:e.state.maxHeight})},e}return Ka(a,[{key:"render",value:function(){return(0,this.props.children)({ref:this.getPlacement,placerProps:this.getUpdatedProps()})}}]),a}(r.Component);oi.contextType=li;var si=function(e){var t=e.theme,a=t.spacing.baseUnit;return{color:t.colors.neutral40,padding:"".concat(2*a,"px ").concat(3*a,"px"),textAlign:"center"}},ui=si,ci=si,di=function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.innerProps;return In("div",q({css:i("noOptionsMessage",e),className:n({"menu-notice":!0,"menu-notice--no-options":!0},a)},r),t)};di.defaultProps={children:"No options"};var mi=function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.innerProps;return In("div",q({css:i("loadingMessage",e),className:n({"menu-notice":!0,"menu-notice--loading":!0},a)},r),t)};mi.defaultProps={children:"Loading..."};var fi=function(e){$a(a,e);var t=ni(a);function a(){var e;za(this,a);for(var n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];return(e=t.call.apply(t,[this].concat(i))).state={placement:null},e.getPortalPlacement=function(t){var a=t.placement;a!==ri(e.props.menuPlacement)&&e.setState({placement:a})},e}return Ka(a,[{key:"render",value:function(){var e=this.props,t=e.appendTo,a=e.children,n=e.controlElement,i=e.menuPlacement,r=e.menuPosition,l=e.getStyles,s="fixed"===r;if(!t&&!s||!n)return null;var u=this.state.placement||ri(i),c=function(e){var t=e.getBoundingClientRect();return{bottom:t.bottom,height:t.height,left:t.left,right:t.right,top:t.top,width:t.width}}(n),d=s?0:window.pageYOffset,m=c[u]+d,f=In("div",{css:l("menuPortal",{offset:m,position:r,rect:c})},a);return In(li.Provider,{value:{getPortalPlacement:this.getPortalPlacement}},t?(0,o.createPortal)(f,t):f)}}]),a}(r.Component),gi=Array.isArray,pi=Object.keys,hi=Object.prototype.hasOwnProperty;function vi(e,t){if(e===t)return!0;if(e&&t&&"object"==Ya(e)&&"object"==Ya(t)){var a,n,i,r=gi(e),l=gi(t);if(r&&l){if((n=e.length)!=t.length)return!1;for(a=n;0!=a--;)if(!vi(e[a],t[a]))return!1;return!0}if(r!=l)return!1;var o=e instanceof Date,s=t instanceof Date;if(o!=s)return!1;if(o&&s)return e.getTime()==t.getTime();var u=e instanceof RegExp,c=t instanceof RegExp;if(u!=c)return!1;if(u&&c)return e.toString()==t.toString();var d=pi(e);if((n=d.length)!==pi(t).length)return!1;for(a=n;0!=a--;)if(!hi.call(t,d[a]))return!1;for(a=n;0!=a--;)if(!("_owner"===(i=d[a])&&e.$$typeof||vi(e[i],t[i])))return!1;return!0}return e!=e&&t!=t}function bi(e,t){try{return vi(e,t)}catch(e){if(e.message&&e.message.match(/stack|recursion/i))return console.warn("Warning: react-fast-compare does not handle circular references.",e.name,e.message),!1;throw e}}function wi(){var e,t,a=(e=["\n 0%, 80%, 100% { opacity: 0; }\n 40% { opacity: 1; }\n"],t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}})));return wi=function(){return a},a}var yi={name:"19bqh2r",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;"},xi=function(e){var t=e.size,a=Hn(e,["size"]);return In("svg",q({height:t,width:t,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:yi},a))},Di=function(e){return In(xi,q({size:20},e),In("path",{d:"M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"}))},Ei=function(e){return In(xi,q({size:20},e),In("path",{d:"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"}))},Ci=function(e){var t=e.isFocused,a=e.theme,n=a.spacing.baseUnit,i=a.colors;return{label:"indicatorContainer",color:t?i.neutral60:i.neutral20,display:"flex",padding:2*n,transition:"color 150ms",":hover":{color:t?i.neutral80:i.neutral40}}},ki=Ci,Si=Ci,_i=function(){var e=Ln.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}(wi()),Oi=function(e){var t=e.delay,a=e.offset;return In("span",{css:Ln({animation:"".concat(_i," 1s ease-in-out ").concat(t,"ms infinite;"),backgroundColor:"currentColor",borderRadius:"1em",display:"inline-block",marginLeft:a?"1em":null,height:"1em",verticalAlign:"top",width:"1em"},"")})},Ni=function(e){var t=e.className,a=e.cx,n=e.getStyles,i=e.innerProps,r=e.isRtl;return In("div",q({},i,{css:n("loadingIndicator",e),className:a({indicator:!0,"loading-indicator":!0},t)}),In(Oi,{delay:0,offset:r}),In(Oi,{delay:160,offset:!0}),In(Oi,{delay:320,offset:!r}))};function Ti(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Ai(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Ti(Object(a),!0).forEach((function(t){Wn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Ti(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function Mi(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Pi(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Mi(Object(a),!0).forEach((function(t){Wn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Mi(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}Ni.defaultProps={size:4};var Li=function(e){return{label:"input",background:0,border:0,fontSize:"inherit",opacity:e?0:1,outline:0,padding:0,color:"inherit"}};function Ii(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Vi(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Ii(Object(a),!0).forEach((function(t){Wn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Ii(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var Ri=function(e){var t=e.children,a=e.innerProps;return In("div",a,t)},Fi=Ri,Hi=Ri,ji=function(e){var t=e.children,a=e.className,n=e.components,i=e.cx,r=e.data,l=e.getStyles,o=e.innerProps,s=e.isDisabled,u=e.removeProps,c=e.selectProps,d=n.Container,m=n.Label,f=n.Remove;return In(Fn,null,(function(n){var g=n.css,p=n.cx;return In(d,{data:r,innerProps:Vi(Vi({},o),{},{className:p(g(l("multiValue",e)),i({"multi-value":!0,"multi-value--is-disabled":s},a))}),selectProps:c},In(m,{data:r,innerProps:{className:p(g(l("multiValueLabel",e)),i({"multi-value__label":!0},a))},selectProps:c},t),In(f,{data:r,innerProps:Vi({className:p(g(l("multiValueRemove",e)),i({"multi-value__remove":!0},a))},u),selectProps:c}))}))};function Bi(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Ui(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Bi(Object(a),!0).forEach((function(t){Wn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Bi(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}ji.defaultProps={cropWithEllipsis:!0};for(var Wi={ClearIndicator:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.innerProps;return In("div",q({},r,{css:i("clearIndicator",e),className:n({indicator:!0,"clear-indicator":!0},a)}),t||In(Di,null))},Control:function(e){var t=e.children,a=e.cx,n=e.getStyles,i=e.className,r=e.isDisabled,l=e.isFocused,o=e.innerRef,s=e.innerProps,u=e.menuIsOpen;return In("div",q({ref:o,css:n("control",e),className:a({control:!0,"control--is-disabled":r,"control--is-focused":l,"control--menu-is-open":u},i)},s),t)},DropdownIndicator:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.innerProps;return In("div",q({},r,{css:i("dropdownIndicator",e),className:n({indicator:!0,"dropdown-indicator":!0},a)}),t||In(Ei,null))},DownChevron:Ei,CrossIcon:Di,Group:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.Heading,l=e.headingProps,o=e.label,s=e.theme,u=e.selectProps;return In("div",{css:i("group",e),className:n({group:!0},a)},In(r,q({},l,{selectProps:u,theme:s,getStyles:i,cx:n}),o),In("div",null,t))},GroupHeading:function(e){var t=e.className,a=e.cx,n=e.getStyles,i=e.theme,r=(e.selectProps,Hn(e,["className","cx","getStyles","theme","selectProps"]));return In("div",q({css:n("groupHeading",Ai({theme:i},r)),className:a({"group-heading":!0},t)},r))},IndicatorsContainer:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles;return In("div",{css:i("indicatorsContainer",e),className:n({indicators:!0},a)},t)},IndicatorSeparator:function(e){var t=e.className,a=e.cx,n=e.getStyles,i=e.innerProps;return In("span",q({},i,{css:n("indicatorSeparator",e),className:a({"indicator-separator":!0},t)}))},Input:function(e){var t=e.className,a=e.cx,n=e.getStyles,i=e.innerRef,r=e.isHidden,l=e.isDisabled,o=e.theme,s=(e.selectProps,Hn(e,["className","cx","getStyles","innerRef","isHidden","isDisabled","theme","selectProps"]));return In("div",{css:n("input",Pi({theme:o},s))},In(Gn.Z,q({className:a({input:!0},t),inputRef:i,inputStyle:Li(r),disabled:l},s)))},LoadingIndicator:Ni,Menu:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.innerRef,l=e.innerProps;return In("div",q({css:i("menu",e),className:n({menu:!0},a)},l,{ref:r}),t)},MenuList:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.isMulti,l=e.innerRef,o=e.innerProps;return In("div",q({css:i("menuList",e),className:n({"menu-list":!0,"menu-list--is-multi":r},a),ref:l},o),t)},MenuPortal:fi,LoadingMessage:mi,NoOptionsMessage:di,MultiValue:ji,MultiValueContainer:Fi,MultiValueLabel:Hi,MultiValueRemove:function(e){var t=e.children,a=e.innerProps;return In("div",a,t||In(Di,{size:14}))},Option:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.isDisabled,l=e.isFocused,o=e.isSelected,s=e.innerRef,u=e.innerProps;return In("div",q({css:i("option",e),className:n({option:!0,"option--is-disabled":r,"option--is-focused":l,"option--is-selected":o},a),ref:s},u),t)},Placeholder:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.innerProps;return In("div",q({css:i("placeholder",e),className:n({placeholder:!0},a)},r),t)},SelectContainer:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.innerProps,l=e.isDisabled,o=e.isRtl;return In("div",q({css:i("container",e),className:n({"--is-disabled":l,"--is-rtl":o},a)},r),t)},SingleValue:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.isDisabled,l=e.innerProps;return In("div",q({css:i("singleValue",e),className:n({"single-value":!0,"single-value--is-disabled":r},a)},l),t)},ValueContainer:function(e){var t=e.children,a=e.className,n=e.cx,i=e.isMulti,r=e.getStyles,l=e.hasValue;return In("div",{css:r("valueContainer",e),className:n({"value-container":!0,"value-container--is-multi":i,"value-container--has-value":l},a)},t)}},Gi=function(e){return Ui(Ui({},Wi),e.components)},zi=[{base:"A",letters:"AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",letters:"Ꜳ"},{base:"AE",letters:"ÆǼǢ"},{base:"AO",letters:"Ꜵ"},{base:"AU",letters:"Ꜷ"},{base:"AV",letters:"ꜸꜺ"},{base:"AY",letters:"Ꜽ"},{base:"B",letters:"BⒷBḂḄḆɃƂƁ"},{base:"C",letters:"CⒸCĆĈĊČÇḈƇȻꜾ"},{base:"D",letters:"DⒹDḊĎḌḐḒḎĐƋƊƉꝹ"},{base:"DZ",letters:"DZDŽ"},{base:"Dz",letters:"DzDž"},{base:"E",letters:"EⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ"},{base:"F",letters:"FⒻFḞƑꝻ"},{base:"G",letters:"GⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾ"},{base:"H",letters:"HⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",letters:"IⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",letters:"JⒿJĴɈ"},{base:"K",letters:"KⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",letters:"LⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",letters:"LJ"},{base:"Lj",letters:"Lj"},{base:"M",letters:"MⓂMḾṀṂⱮƜ"},{base:"N",letters:"NⓃNǸŃÑṄŇṆŅṊṈȠƝꞐꞤ"},{base:"NJ",letters:"NJ"},{base:"Nj",letters:"Nj"},{base:"O",letters:"OⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OI",letters:"Ƣ"},{base:"OO",letters:"Ꝏ"},{base:"OU",letters:"Ȣ"},{base:"P",letters:"PⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",letters:"QⓆQꝖꝘɊ"},{base:"R",letters:"RⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",letters:"SⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",letters:"TⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"TZ",letters:"Ꜩ"},{base:"U",letters:"UⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",letters:"VⓋVṼṾƲꝞɅ"},{base:"VY",letters:"Ꝡ"},{base:"W",letters:"WⓌWẀẂŴẆẄẈⱲ"},{base:"X",letters:"XⓍXẊẌ"},{base:"Y",letters:"YⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",letters:"ZⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",letters:"aⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐ"},{base:"aa",letters:"ꜳ"},{base:"ae",letters:"æǽǣ"},{base:"ao",letters:"ꜵ"},{base:"au",letters:"ꜷ"},{base:"av",letters:"ꜹꜻ"},{base:"ay",letters:"ꜽ"},{base:"b",letters:"bⓑbḃḅḇƀƃɓ"},{base:"c",letters:"cⓒcćĉċčçḉƈȼꜿↄ"},{base:"d",letters:"dⓓdḋďḍḑḓḏđƌɖɗꝺ"},{base:"dz",letters:"dzdž"},{base:"e",letters:"eⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇɛǝ"},{base:"f",letters:"fⓕfḟƒꝼ"},{base:"g",letters:"gⓖgǵĝḡğġǧģǥɠꞡᵹꝿ"},{base:"h",letters:"hⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",letters:"ƕ"},{base:"i",letters:"iⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",letters:"jⓙjĵǰɉ"},{base:"k",letters:"kⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",letters:"lⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇ"},{base:"lj",letters:"lj"},{base:"m",letters:"mⓜmḿṁṃɱɯ"},{base:"n",letters:"nⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥ"},{base:"nj",letters:"nj"},{base:"o",letters:"oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿɔꝋꝍɵ"},{base:"oi",letters:"ƣ"},{base:"ou",letters:"ȣ"},{base:"oo",letters:"ꝏ"},{base:"p",letters:"pⓟpṕṗƥᵽꝑꝓꝕ"},{base:"q",letters:"qⓠqɋꝗꝙ"},{base:"r",letters:"rⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",letters:"sⓢsßśṥŝṡšṧṣṩșşȿꞩꞅẛ"},{base:"t",letters:"tⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"tz",letters:"ꜩ"},{base:"u",letters:"uⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",letters:"vⓥvṽṿʋꝟʌ"},{base:"vy",letters:"ꝡ"},{base:"w",letters:"wⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",letters:"xⓧxẋẍ"},{base:"y",letters:"yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",letters:"zⓩzźẑżžẓẕƶȥɀⱬꝣ"}],Zi=new RegExp("["+zi.map((function(e){return e.letters})).join("")+"]","g"),Ki={},$i=0;$i<zi.length;$i++)for(var Yi=zi[$i],Ji=0;Ji<Yi.letters.length;Ji++)Ki[Yi.letters[Ji]]=Yi.base;var qi=function(e){return e.replace(Zi,(function(e){return Ki[e]}))};function Xi(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}var Qi=function(e){return e.replace(/^\s+|\s+$/g,"")},er=function(e){return"".concat(e.label," ").concat(e.value)},tr={name:"1laao21-a11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap;"},ar=function(e){return In("span",q({css:tr},e))};function nr(e){e.in,e.out,e.onExited,e.appear,e.enter,e.exit;var t=e.innerRef,a=(e.emotion,Hn(e,["in","out","onExited","appear","enter","exit","innerRef","emotion"]));return In("input",q({ref:t},a,{css:Ln({label:"dummyInput",background:0,border:0,fontSize:"inherit",outline:0,padding:0,width:1,color:"transparent",left:-100,opacity:0,position:"relative",transform:"scale(0)"},"")}))}var ir=function(e){$a(i,e);var t,a,n=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=Xa(t);if(a){var i=Xa(this).constructor;e=Reflect.construct(n,arguments,i)}else e=n.apply(this,arguments);return qa(this,e)});function i(){return za(this,i),n.apply(this,arguments)}return Ka(i,[{key:"componentDidMount",value:function(){this.props.innerRef((0,o.findDOMNode)(this))}},{key:"componentWillUnmount",value:function(){this.props.innerRef(null)}},{key:"render",value:function(){return this.props.children}}]),i}(r.Component),rr=["boxSizing","height","overflow","paddingRight","position"],lr={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"};function or(e){e.preventDefault()}function sr(e){e.stopPropagation()}function ur(){var e=this.scrollTop,t=this.scrollHeight,a=e+this.offsetHeight;0===e?this.scrollTop=1:a===t&&(this.scrollTop=e-1)}function cr(){return"ontouchstart"in window||navigator.maxTouchPoints}var dr=!(!window.document||!window.document.createElement),mr=0,fr=function(e){$a(i,e);var t,a,n=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=Xa(t);if(a){var i=Xa(this).constructor;e=Reflect.construct(n,arguments,i)}else e=n.apply(this,arguments);return qa(this,e)});function i(){var e;za(this,i);for(var t=arguments.length,a=new Array(t),r=0;r<t;r++)a[r]=arguments[r];return(e=n.call.apply(n,[this].concat(a))).originalStyles={},e.listenerOptions={capture:!1,passive:!1},e}return Ka(i,[{key:"componentDidMount",value:function(){var e=this;if(dr){var t=this.props,a=t.accountForScrollbars,n=t.touchScrollTarget,i=document.body,r=i&&i.style;if(a&&rr.forEach((function(t){var a=r&&r[t];e.originalStyles[t]=a})),a&&mr<1){var l=parseInt(this.originalStyles.paddingRight,10)||0,o=document.body?document.body.clientWidth:0,s=window.innerWidth-o+l||0;Object.keys(lr).forEach((function(e){var t=lr[e];r&&(r[e]=t)})),r&&(r.paddingRight="".concat(s,"px"))}i&&cr()&&(i.addEventListener("touchmove",or,this.listenerOptions),n&&(n.addEventListener("touchstart",ur,this.listenerOptions),n.addEventListener("touchmove",sr,this.listenerOptions))),mr+=1}}},{key:"componentWillUnmount",value:function(){var e=this;if(dr){var t=this.props,a=t.accountForScrollbars,n=t.touchScrollTarget,i=document.body,r=i&&i.style;mr=Math.max(mr-1,0),a&&mr<1&&rr.forEach((function(t){var a=e.originalStyles[t];r&&(r[t]=a)})),i&&cr()&&(i.removeEventListener("touchmove",or,this.listenerOptions),n&&(n.removeEventListener("touchstart",ur,this.listenerOptions),n.removeEventListener("touchmove",sr,this.listenerOptions)))}}},{key:"render",value:function(){return null}}]),i}(r.Component);fr.defaultProps={accountForScrollbars:!0};var gr={name:"1dsbpcp",styles:"position:fixed;left:0;bottom:0;right:0;top:0;"},pr=function(e){$a(i,e);var t,a,n=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=Xa(t);if(a){var i=Xa(this).constructor;e=Reflect.construct(n,arguments,i)}else e=n.apply(this,arguments);return qa(this,e)});function i(){var e;za(this,i);for(var t=arguments.length,a=new Array(t),r=0;r<t;r++)a[r]=arguments[r];return(e=n.call.apply(n,[this].concat(a))).state={touchScrollTarget:null},e.getScrollTarget=function(t){t!==e.state.touchScrollTarget&&e.setState({touchScrollTarget:t})},e.blurSelectInput=function(){document.activeElement&&document.activeElement.blur()},e}return Ka(i,[{key:"render",value:function(){var e=this.props,t=e.children,a=e.isEnabled,n=this.state.touchScrollTarget;return a?In("div",null,In("div",{onClick:this.blurSelectInput,css:gr}),In(ir,{innerRef:this.getScrollTarget},t),n?In(fr,{touchScrollTarget:n}):null):t}}]),i}(r.PureComponent);var hr=function(e){$a(i,e);var t,a,n=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=Xa(t);if(a){var i=Xa(this).constructor;e=Reflect.construct(n,arguments,i)}else e=n.apply(this,arguments);return qa(this,e)});function i(){var e;za(this,i);for(var t=arguments.length,a=new Array(t),r=0;r<t;r++)a[r]=arguments[r];return(e=n.call.apply(n,[this].concat(a))).isBottom=!1,e.isTop=!1,e.scrollTarget=void 0,e.touchStart=void 0,e.cancelScroll=function(e){e.preventDefault(),e.stopPropagation()},e.handleEventDelta=function(t,a){var n=e.props,i=n.onBottomArrive,r=n.onBottomLeave,l=n.onTopArrive,o=n.onTopLeave,s=e.scrollTarget,u=s.scrollTop,c=s.scrollHeight,d=s.clientHeight,m=e.scrollTarget,f=a>0,g=c-d-u,p=!1;g>a&&e.isBottom&&(r&&r(t),e.isBottom=!1),f&&e.isTop&&(o&&o(t),e.isTop=!1),f&&a>g?(i&&!e.isBottom&&i(t),m.scrollTop=c,p=!0,e.isBottom=!0):!f&&-a>u&&(l&&!e.isTop&&l(t),m.scrollTop=0,p=!0,e.isTop=!0),p&&e.cancelScroll(t)},e.onWheel=function(t){e.handleEventDelta(t,t.deltaY)},e.onTouchStart=function(t){e.touchStart=t.changedTouches[0].clientY},e.onTouchMove=function(t){var a=e.touchStart-t.changedTouches[0].clientY;e.handleEventDelta(t,a)},e.getScrollTarget=function(t){e.scrollTarget=t},e}return Ka(i,[{key:"componentDidMount",value:function(){this.startListening(this.scrollTarget)}},{key:"componentWillUnmount",value:function(){this.stopListening(this.scrollTarget)}},{key:"startListening",value:function(e){e&&("function"==typeof e.addEventListener&&e.addEventListener("wheel",this.onWheel,!1),"function"==typeof e.addEventListener&&e.addEventListener("touchstart",this.onTouchStart,!1),"function"==typeof e.addEventListener&&e.addEventListener("touchmove",this.onTouchMove,!1))}},{key:"stopListening",value:function(e){e&&("function"==typeof e.removeEventListener&&e.removeEventListener("wheel",this.onWheel,!1),"function"==typeof e.removeEventListener&&e.removeEventListener("touchstart",this.onTouchStart,!1),"function"==typeof e.removeEventListener&&e.removeEventListener("touchmove",this.onTouchMove,!1))}},{key:"render",value:function(){return l().createElement(ir,{innerRef:this.getScrollTarget},this.props.children)}}]),i}(r.Component);function vr(e){var t=e.isEnabled,a=void 0===t||t,n=Hn(e,["isEnabled"]);return a?l().createElement(hr,n):n.children}var br=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=t.isSearchable,n=t.isMulti,i=t.label,r=t.isDisabled,l=t.tabSelectsValue;switch(e){case"menu":return"Use Up and Down to choose options".concat(r?"":", press Enter to select the currently focused option",", press Escape to exit the menu").concat(l?", press Tab to select the option and exit the menu":"",".");case"input":return"".concat(i||"Select"," is focused ").concat(a?",type to refine list":"",", press Down to open the menu, ").concat(n?" press left to focus selected values":"");case"value":return"Use left and right to toggle between focused values, press Backspace to remove the currently focused value"}},wr=function(e,t){var a=t.value,n=t.isDisabled;if(a)switch(e){case"deselect-option":case"pop-value":case"remove-value":return"option ".concat(a,", deselected.");case"select-option":return"option ".concat(a,n?" is disabled. Select another option.":", selected.")}},yr=function(e){return!!e.isDisabled},xr={clearIndicator:Si,container:function(e){var t=e.isDisabled;return{label:"container",direction:e.isRtl?"rtl":null,pointerEvents:t?"none":null,position:"relative"}},control:function(e){var t=e.isDisabled,a=e.isFocused,n=e.theme,i=n.colors,r=n.borderRadius,l=n.spacing;return{label:"control",alignItems:"center",backgroundColor:t?i.neutral5:i.neutral0,borderColor:t?i.neutral10:a?i.primary:i.neutral20,borderRadius:r,borderStyle:"solid",borderWidth:1,boxShadow:a?"0 0 0 1px ".concat(i.primary):null,cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:l.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms","&:hover":{borderColor:a?i.primary:i.neutral30}}},dropdownIndicator:ki,group:function(e){var t=e.theme.spacing;return{paddingBottom:2*t.baseUnit,paddingTop:2*t.baseUnit}},groupHeading:function(e){var t=e.theme.spacing;return{label:"group",color:"#999",cursor:"default",display:"block",fontSize:"75%",fontWeight:"500",marginBottom:"0.25em",paddingLeft:3*t.baseUnit,paddingRight:3*t.baseUnit,textTransform:"uppercase"}},indicatorsContainer:function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},indicatorSeparator:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing.baseUnit,i=a.colors;return{label:"indicatorSeparator",alignSelf:"stretch",backgroundColor:t?i.neutral10:i.neutral20,marginBottom:2*n,marginTop:2*n,width:1}},input:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing,i=a.colors;return{margin:n.baseUnit/2,paddingBottom:n.baseUnit/2,paddingTop:n.baseUnit/2,visibility:t?"hidden":"visible",color:i.neutral80}},loadingIndicator:function(e){var t=e.isFocused,a=e.size,n=e.theme,i=n.colors,r=n.spacing.baseUnit;return{label:"loadingIndicator",color:t?i.neutral60:i.neutral20,display:"flex",padding:2*r,transition:"color 150ms",alignSelf:"center",fontSize:a,lineHeight:1,marginRight:a,textAlign:"center",verticalAlign:"middle"}},loadingMessage:ci,menu:function(e){var t,a=e.placement,n=e.theme,i=n.borderRadius,r=n.spacing,l=n.colors;return Wn(t={label:"menu"},function(e){return e?{bottom:"top",top:"bottom"}[e]:"bottom"}(a),"100%"),Wn(t,"backgroundColor",l.neutral0),Wn(t,"borderRadius",i),Wn(t,"boxShadow","0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)"),Wn(t,"marginBottom",r.menuGutter),Wn(t,"marginTop",r.menuGutter),Wn(t,"position","absolute"),Wn(t,"width","100%"),Wn(t,"zIndex",1),t},menuList:function(e){var t=e.maxHeight,a=e.theme.spacing.baseUnit;return{maxHeight:t,overflowY:"auto",paddingBottom:a,paddingTop:a,position:"relative",WebkitOverflowScrolling:"touch"}},menuPortal:function(e){var t=e.rect,a=e.offset,n=e.position;return{left:t.left,position:n,top:a,width:t.width,zIndex:1}},multiValue:function(e){var t=e.theme,a=t.spacing,n=t.borderRadius;return{label:"multiValue",backgroundColor:t.colors.neutral10,borderRadius:n/2,display:"flex",margin:a.baseUnit/2,minWidth:0}},multiValueLabel:function(e){var t=e.theme,a=t.borderRadius,n=t.colors,i=e.cropWithEllipsis;return{borderRadius:a/2,color:n.neutral80,fontSize:"85%",overflow:"hidden",padding:3,paddingLeft:6,textOverflow:i?"ellipsis":null,whiteSpace:"nowrap"}},multiValueRemove:function(e){var t=e.theme,a=t.spacing,n=t.borderRadius,i=t.colors;return{alignItems:"center",borderRadius:n/2,backgroundColor:e.isFocused&&i.dangerLight,display:"flex",paddingLeft:a.baseUnit,paddingRight:a.baseUnit,":hover":{backgroundColor:i.dangerLight,color:i.danger}}},noOptionsMessage:ui,option:function(e){var t=e.isDisabled,a=e.isFocused,n=e.isSelected,i=e.theme,r=i.spacing,l=i.colors;return{label:"option",backgroundColor:n?l.primary:a?l.primary25:"transparent",color:t?l.neutral20:n?l.neutral0:"inherit",cursor:"default",display:"block",fontSize:"inherit",padding:"".concat(2*r.baseUnit,"px ").concat(3*r.baseUnit,"px"),width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",":active":{backgroundColor:!t&&(n?l.primary:l.primary50)}}},placeholder:function(e){var t=e.theme,a=t.spacing;return{label:"placeholder",color:t.colors.neutral50,marginLeft:a.baseUnit/2,marginRight:a.baseUnit/2,position:"absolute",top:"50%",transform:"translateY(-50%)"}},singleValue:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing,i=a.colors;return{label:"singleValue",color:t?i.neutral40:i.neutral80,marginLeft:n.baseUnit/2,marginRight:n.baseUnit/2,maxWidth:"calc(100% - ".concat(2*n.baseUnit,"px)"),overflow:"hidden",position:"absolute",textOverflow:"ellipsis",whiteSpace:"nowrap",top:"50%",transform:"translateY(-50%)"}},valueContainer:function(e){var t=e.theme.spacing;return{alignItems:"center",display:"flex",flex:1,flexWrap:"wrap",padding:"".concat(t.baseUnit/2,"px ").concat(2*t.baseUnit,"px"),WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"}}},Dr={borderRadius:4,colors:{primary:"#2684FF",primary75:"#4C9AFF",primary50:"#B2D4FF",primary25:"#DEEBFF",danger:"#DE350B",dangerLight:"#FFBDAD",neutral0:"hsl(0, 0%, 100%)",neutral5:"hsl(0, 0%, 95%)",neutral10:"hsl(0, 0%, 90%)",neutral20:"hsl(0, 0%, 80%)",neutral30:"hsl(0, 0%, 70%)",neutral40:"hsl(0, 0%, 60%)",neutral50:"hsl(0, 0%, 50%)",neutral60:"hsl(0, 0%, 40%)",neutral70:"hsl(0, 0%, 30%)",neutral80:"hsl(0, 0%, 20%)",neutral90:"hsl(0, 0%, 10%)"},spacing:{baseUnit:4,controlHeight:38,menuGutter:8}};function Er(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Cr(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Er(Object(a),!0).forEach((function(t){Wn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Er(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var kr={backspaceRemovesValue:!0,blurInputOnSelect:ei(),captureMenuScroll:!ei(),closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:function(e,t){var a=function(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Xi(Object(a),!0).forEach((function(t){Wn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Xi(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}({ignoreCase:!0,ignoreAccents:!0,stringify:er,trim:!0,matchFrom:"any"},undefined),n=a.ignoreCase,i=a.ignoreAccents,r=a.stringify,l=a.trim,o=a.matchFrom,s=l?Qi(t):t,u=l?Qi(r(e)):r(e);return n&&(s=s.toLowerCase(),u=u.toLowerCase()),i&&(s=qi(s),u=qi(u)),"start"===o?u.substr(0,s.length)===s:u.indexOf(s)>-1},formatGroupLabel:function(e){return e.label},getOptionLabel:function(e){return e.label},getOptionValue:function(e){return e.value},isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:yr,loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!function(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch(e){return!1}}(),noOptionsMessage:function(){return"No options"},openMenuOnFocus:!1,openMenuOnClick:!0,options:[],pageSize:5,placeholder:"Select...",screenReaderStatus:function(e){var t=e.count;return"".concat(t," result").concat(1!==t?"s":""," available")},styles:{},tabIndex:"0",tabSelectsValue:!0},Sr=1,_r=function(e){$a(i,e);var t,a,n=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=Xa(t);if(a){var i=Xa(this).constructor;e=Reflect.construct(n,arguments,i)}else e=n.apply(this,arguments);return qa(this,e)});function i(e){var t;za(this,i),(t=n.call(this,e)).state={ariaLiveSelection:"",ariaLiveContext:"",focusedOption:null,focusedValue:null,inputIsHidden:!1,isFocused:!1,menuOptions:{render:[],focusable:[]},selectValue:[]},t.blockOptionHover=!1,t.isComposing=!1,t.clearFocusValueOnUpdate=!1,t.commonProps=void 0,t.components=void 0,t.hasGroups=!1,t.initialTouchX=0,t.initialTouchY=0,t.inputIsHiddenAfterUpdate=void 0,t.instancePrefix="",t.openAfterFocus=!1,t.scrollToFocusedOptionOnUpdate=!1,t.userIsDragging=void 0,t.controlRef=null,t.getControlRef=function(e){t.controlRef=e},t.focusedOptionRef=null,t.getFocusedOptionRef=function(e){t.focusedOptionRef=e},t.menuListRef=null,t.getMenuListRef=function(e){t.menuListRef=e},t.inputRef=null,t.getInputRef=function(e){t.inputRef=e},t.cacheComponents=function(e){t.components=Gi({components:e})},t.focus=t.focusInput,t.blur=t.blurInput,t.onChange=function(e,a){var n=t.props,i=n.onChange,r=n.name;i(e,Cr(Cr({},a),{},{name:r}))},t.setValue=function(e){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"set-value",n=arguments.length>2?arguments[2]:void 0,i=t.props,r=i.closeMenuOnSelect,l=i.isMulti;t.onInputChange("",{action:"set-value"}),r&&(t.inputIsHiddenAfterUpdate=!l,t.onMenuClose()),t.clearFocusValueOnUpdate=!0,t.onChange(e,{action:a,option:n})},t.selectOption=function(e){var a,n=t.props,i=n.blurInputOnSelect,r=n.isMulti,l=t.state.selectValue;if(r)if(t.isOptionSelected(e,l)){var o=t.getOptionValue(e);t.setValue(l.filter((function(e){return t.getOptionValue(e)!==o})),"deselect-option",e),t.announceAriaLiveSelection({event:"deselect-option",context:{value:t.getOptionLabel(e)}})}else t.isOptionDisabled(e,l)?t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e),isDisabled:!0}}):(t.setValue([].concat(function(e){if(Array.isArray(e))return jn(e)}(a=l)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(a)||Bn(a)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),[e]),"select-option",e),t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e)}}));else t.isOptionDisabled(e,l)?t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e),isDisabled:!0}}):(t.setValue(e,"select-option"),t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e)}}));i&&t.blurInput()},t.removeValue=function(e){var a=t.state.selectValue,n=t.getOptionValue(e),i=a.filter((function(e){return t.getOptionValue(e)!==n}));t.onChange(i.length?i:null,{action:"remove-value",removedValue:e}),t.announceAriaLiveSelection({event:"remove-value",context:{value:e?t.getOptionLabel(e):""}}),t.focusInput()},t.clearValue=function(){t.onChange(null,{action:"clear"})},t.popValue=function(){var e=t.state.selectValue,a=e[e.length-1],n=e.slice(0,e.length-1);t.announceAriaLiveSelection({event:"pop-value",context:{value:a?t.getOptionLabel(a):""}}),t.onChange(n.length?n:null,{action:"pop-value",removedValue:a})},t.getValue=function(){return t.state.selectValue},t.cx=function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];return Kn.apply(void 0,[t.props.classNamePrefix].concat(a))},t.getOptionLabel=function(e){return t.props.getOptionLabel(e)},t.getOptionValue=function(e){return t.props.getOptionValue(e)},t.getStyles=function(e,a){var n=xr[e](a);n.boxSizing="border-box";var i=t.props.styles[e];return i?i(n,a):n},t.getElementId=function(e){return"".concat(t.instancePrefix,"-").concat(e)},t.getActiveDescendentId=function(){var e=t.props.menuIsOpen,a=t.state,n=a.menuOptions,i=a.focusedOption;if(i&&e){var r=n.focusable.indexOf(i),l=n.render[r];return l&&l.key}},t.announceAriaLiveSelection=function(e){var a=e.event,n=e.context;t.setState({ariaLiveSelection:wr(a,n)})},t.announceAriaLiveContext=function(e){var a=e.event,n=e.context;t.setState({ariaLiveContext:br(a,Cr(Cr({},n),{},{label:t.props["aria-label"]}))})},t.onMenuMouseDown=function(e){0===e.button&&(e.stopPropagation(),e.preventDefault(),t.focusInput())},t.onMenuMouseMove=function(e){t.blockOptionHover=!1},t.onControlMouseDown=function(e){var a=t.props.openMenuOnClick;t.state.isFocused?t.props.menuIsOpen?"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&t.onMenuClose():a&&t.openMenu("first"):(a&&(t.openAfterFocus=!0),t.focusInput()),"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&e.preventDefault()},t.onDropdownIndicatorMouseDown=function(e){if(!(e&&"mousedown"===e.type&&0!==e.button||t.props.isDisabled)){var a=t.props,n=a.isMulti,i=a.menuIsOpen;t.focusInput(),i?(t.inputIsHiddenAfterUpdate=!n,t.onMenuClose()):t.openMenu("first"),e.preventDefault(),e.stopPropagation()}},t.onClearIndicatorMouseDown=function(e){e&&"mousedown"===e.type&&0!==e.button||(t.clearValue(),e.stopPropagation(),t.openAfterFocus=!1,"touchend"===e.type?t.focusInput():setTimeout((function(){return t.focusInput()})))},t.onScroll=function(e){"boolean"==typeof t.props.closeMenuOnScroll?e.target instanceof HTMLElement&&Yn(e.target)&&t.props.onMenuClose():"function"==typeof t.props.closeMenuOnScroll&&t.props.closeMenuOnScroll(e)&&t.props.onMenuClose()},t.onCompositionStart=function(){t.isComposing=!0},t.onCompositionEnd=function(){t.isComposing=!1},t.onTouchStart=function(e){var a=e.touches,n=a&&a.item(0);n&&(t.initialTouchX=n.clientX,t.initialTouchY=n.clientY,t.userIsDragging=!1)},t.onTouchMove=function(e){var a=e.touches,n=a&&a.item(0);if(n){var i=Math.abs(n.clientX-t.initialTouchX),r=Math.abs(n.clientY-t.initialTouchY);t.userIsDragging=i>5||r>5}},t.onTouchEnd=function(e){t.userIsDragging||(t.controlRef&&!t.controlRef.contains(e.target)&&t.menuListRef&&!t.menuListRef.contains(e.target)&&t.blurInput(),t.initialTouchX=0,t.initialTouchY=0)},t.onControlTouchEnd=function(e){t.userIsDragging||t.onControlMouseDown(e)},t.onClearIndicatorTouchEnd=function(e){t.userIsDragging||t.onClearIndicatorMouseDown(e)},t.onDropdownIndicatorTouchEnd=function(e){t.userIsDragging||t.onDropdownIndicatorMouseDown(e)},t.handleInputChange=function(e){var a=e.currentTarget.value;t.inputIsHiddenAfterUpdate=!1,t.onInputChange(a,{action:"input-change"}),t.props.menuIsOpen||t.onMenuOpen()},t.onInputFocus=function(e){var a=t.props,n=a.isSearchable,i=a.isMulti;t.props.onFocus&&t.props.onFocus(e),t.inputIsHiddenAfterUpdate=!1,t.announceAriaLiveContext({event:"input",context:{isSearchable:n,isMulti:i}}),t.setState({isFocused:!0}),(t.openAfterFocus||t.props.openMenuOnFocus)&&t.openMenu("first"),t.openAfterFocus=!1},t.onInputBlur=function(e){t.menuListRef&&t.menuListRef.contains(document.activeElement)?t.inputRef.focus():(t.props.onBlur&&t.props.onBlur(e),t.onInputChange("",{action:"input-blur"}),t.onMenuClose(),t.setState({focusedValue:null,isFocused:!1}))},t.onOptionHover=function(e){t.blockOptionHover||t.state.focusedOption===e||t.setState({focusedOption:e})},t.shouldHideSelectedOptions=function(){var e=t.props,a=e.hideSelectedOptions,n=e.isMulti;return void 0===a?n:a},t.onKeyDown=function(e){var a=t.props,n=a.isMulti,i=a.backspaceRemovesValue,r=a.escapeClearsValue,l=a.inputValue,o=a.isClearable,s=a.isDisabled,u=a.menuIsOpen,c=a.onKeyDown,d=a.tabSelectsValue,m=a.openMenuOnFocus,f=t.state,g=f.focusedOption,p=f.focusedValue,h=f.selectValue;if(!(s||"function"==typeof c&&(c(e),e.defaultPrevented))){switch(t.blockOptionHover=!0,e.key){case"ArrowLeft":if(!n||l)return;t.focusValue("previous");break;case"ArrowRight":if(!n||l)return;t.focusValue("next");break;case"Delete":case"Backspace":if(l)return;if(p)t.removeValue(p);else{if(!i)return;n?t.popValue():o&&t.clearValue()}break;case"Tab":if(t.isComposing)return;if(e.shiftKey||!u||!d||!g||m&&t.isOptionSelected(g,h))return;t.selectOption(g);break;case"Enter":if(229===e.keyCode)break;if(u){if(!g)return;if(t.isComposing)return;t.selectOption(g);break}return;case"Escape":u?(t.inputIsHiddenAfterUpdate=!1,t.onInputChange("",{action:"menu-close"}),t.onMenuClose()):o&&r&&t.clearValue();break;case" ":if(l)return;if(!u){t.openMenu("first");break}if(!g)return;t.selectOption(g);break;case"ArrowUp":u?t.focusOption("up"):t.openMenu("last");break;case"ArrowDown":u?t.focusOption("down"):t.openMenu("first");break;case"PageUp":if(!u)return;t.focusOption("pageup");break;case"PageDown":if(!u)return;t.focusOption("pagedown");break;case"Home":if(!u)return;t.focusOption("first");break;case"End":if(!u)return;t.focusOption("last");break;default:return}e.preventDefault()}},t.buildMenuOptions=function(e,a){var n=e.inputValue,i=void 0===n?"":n,r=e.options,l=function(e,n){var r=t.isOptionDisabled(e,a),l=t.isOptionSelected(e,a),o=t.getOptionLabel(e),s=t.getOptionValue(e);if(!(t.shouldHideSelectedOptions()&&l||!t.filterOption({label:o,value:s,data:e},i))){var u=r?void 0:function(){return t.onOptionHover(e)},c=r?void 0:function(){return t.selectOption(e)},d="".concat(t.getElementId("option"),"-").concat(n);return{innerProps:{id:d,onClick:c,onMouseMove:u,onMouseOver:u,tabIndex:-1},data:e,isDisabled:r,isSelected:l,key:d,label:o,type:"option",value:s}}};return r.reduce((function(e,a,n){if(a.options){t.hasGroups||(t.hasGroups=!0);var i=a.options.map((function(t,a){var i=l(t,"".concat(n,"-").concat(a));return i&&e.focusable.push(t),i})).filter(Boolean);if(i.length){var r="".concat(t.getElementId("group"),"-").concat(n);e.render.push({type:"group",key:r,data:a,options:i})}}else{var o=l(a,"".concat(n));o&&(e.render.push(o),e.focusable.push(a))}return e}),{render:[],focusable:[]})};var a=e.value;t.cacheComponents=tn(t.cacheComponents,bi).bind(Ja(t)),t.cacheComponents(e.components),t.instancePrefix="react-select-"+(t.props.instanceId||++Sr);var r=$n(a);t.buildMenuOptions=tn(t.buildMenuOptions,(function(e,t){var a=Un(e,2),n=a[0],i=a[1],r=Un(t,2),l=r[0];return i===r[1]&&n.inputValue===l.inputValue&&n.options===l.options})).bind(Ja(t));var l=e.menuIsOpen?t.buildMenuOptions(e,r):{render:[],focusable:[]};return t.state.menuOptions=l,t.state.selectValue=r,t}return Ka(i,[{key:"componentDidMount",value:function(){this.startListeningComposition(),this.startListeningToTouch(),this.props.closeMenuOnScroll&&document&&document.addEventListener&&document.addEventListener("scroll",this.onScroll,!0),this.props.autoFocus&&this.focusInput()}},{key:"UNSAFE_componentWillReceiveProps",value:function(e){var t=this.props,a=t.options,n=t.value,i=t.menuIsOpen,r=t.inputValue;if(this.cacheComponents(e.components),e.value!==n||e.options!==a||e.menuIsOpen!==i||e.inputValue!==r){var l=$n(e.value),o=e.menuIsOpen?this.buildMenuOptions(e,l):{render:[],focusable:[]},s=this.getNextFocusedValue(l),u=this.getNextFocusedOption(o.focusable);this.setState({menuOptions:o,selectValue:l,focusedOption:u,focusedValue:s})}null!=this.inputIsHiddenAfterUpdate&&(this.setState({inputIsHidden:this.inputIsHiddenAfterUpdate}),delete this.inputIsHiddenAfterUpdate)}},{key:"componentDidUpdate",value:function(e){var t,a,n,i,r,l=this.props,o=l.isDisabled,s=l.menuIsOpen,u=this.state.isFocused;(u&&!o&&e.isDisabled||u&&s&&!e.menuIsOpen)&&this.focusInput(),u&&o&&!e.isDisabled&&this.setState({isFocused:!1},this.onMenuClose),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(t=this.menuListRef,a=this.focusedOptionRef,n=t.getBoundingClientRect(),i=a.getBoundingClientRect(),r=a.offsetHeight/3,i.bottom+r>n.bottom?qn(t,Math.min(a.offsetTop+a.clientHeight-t.offsetHeight+r,t.scrollHeight)):i.top-r<n.top&&qn(t,Math.max(a.offsetTop-r,0)),this.scrollToFocusedOptionOnUpdate=!1)}},{key:"componentWillUnmount",value:function(){this.stopListeningComposition(),this.stopListeningToTouch(),document.removeEventListener("scroll",this.onScroll,!0)}},{key:"onMenuOpen",value:function(){this.props.onMenuOpen()}},{key:"onMenuClose",value:function(){var e=this.props,t=e.isSearchable,a=e.isMulti;this.announceAriaLiveContext({event:"input",context:{isSearchable:t,isMulti:a}}),this.onInputChange("",{action:"menu-close"}),this.props.onMenuClose()}},{key:"onInputChange",value:function(e,t){this.props.onInputChange(e,t)}},{key:"focusInput",value:function(){this.inputRef&&this.inputRef.focus()}},{key:"blurInput",value:function(){this.inputRef&&this.inputRef.blur()}},{key:"openMenu",value:function(e){var t=this,a=this.state,n=a.selectValue,i=a.isFocused,r=this.buildMenuOptions(this.props,n),l=this.props,o=l.isMulti,s=l.tabSelectsValue,u="first"===e?0:r.focusable.length-1;if(!o){var c=r.focusable.indexOf(n[0]);c>-1&&(u=c)}this.scrollToFocusedOptionOnUpdate=!(i&&this.menuListRef),this.inputIsHiddenAfterUpdate=!1,this.setState({menuOptions:r,focusedValue:null,focusedOption:r.focusable[u]},(function(){t.onMenuOpen(),t.announceAriaLiveContext({event:"menu",context:{tabSelectsValue:s}})}))}},{key:"focusValue",value:function(e){var t=this.props,a=t.isMulti,n=t.isSearchable,i=this.state,r=i.selectValue,l=i.focusedValue;if(a){this.setState({focusedOption:null});var o=r.indexOf(l);l||(o=-1,this.announceAriaLiveContext({event:"value"}));var s=r.length-1,u=-1;if(r.length){switch(e){case"previous":u=0===o?0:-1===o?s:o-1;break;case"next":o>-1&&o<s&&(u=o+1)}-1===u&&this.announceAriaLiveContext({event:"input",context:{isSearchable:n,isMulti:a}}),this.setState({inputIsHidden:-1!==u,focusedValue:r[u]})}}}},{key:"focusOption",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"first",t=this.props,a=t.pageSize,n=t.tabSelectsValue,i=this.state,r=i.focusedOption,l=i.menuOptions,o=l.focusable;if(o.length){var s=0,u=o.indexOf(r);r||(u=-1,this.announceAriaLiveContext({event:"menu",context:{tabSelectsValue:n}})),"up"===e?s=u>0?u-1:o.length-1:"down"===e?s=(u+1)%o.length:"pageup"===e?(s=u-a)<0&&(s=0):"pagedown"===e?(s=u+a)>o.length-1&&(s=o.length-1):"last"===e&&(s=o.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:o[s],focusedValue:null}),this.announceAriaLiveContext({event:"menu",context:{isDisabled:yr(o[s]),tabSelectsValue:n}})}}},{key:"getTheme",value:function(){return this.props.theme?"function"==typeof this.props.theme?this.props.theme(Dr):Cr(Cr({},Dr),this.props.theme):Dr}},{key:"getCommonProps",value:function(){var e=this.clearValue,t=this.cx,a=this.getStyles,n=this.getValue,i=this.setValue,r=this.selectOption,l=this.props,o=l.isMulti,s=l.isRtl,u=l.options;return{cx:t,clearValue:e,getStyles:a,getValue:n,hasValue:this.hasValue(),isMulti:o,isRtl:s,options:u,selectOption:r,setValue:i,selectProps:l,theme:this.getTheme()}}},{key:"getNextFocusedValue",value:function(e){if(this.clearFocusValueOnUpdate)return this.clearFocusValueOnUpdate=!1,null;var t=this.state,a=t.focusedValue,n=t.selectValue.indexOf(a);if(n>-1){if(e.indexOf(a)>-1)return a;if(n<e.length)return e[n]}return null}},{key:"getNextFocusedOption",value:function(e){var t=this.state.focusedOption;return t&&e.indexOf(t)>-1?t:e[0]}},{key:"hasValue",value:function(){return this.state.selectValue.length>0}},{key:"hasOptions",value:function(){return!!this.state.menuOptions.render.length}},{key:"countOptions",value:function(){return this.state.menuOptions.focusable.length}},{key:"isClearable",value:function(){var e=this.props,t=e.isClearable,a=e.isMulti;return void 0===t?a:t}},{key:"isOptionDisabled",value:function(e,t){return"function"==typeof this.props.isOptionDisabled&&this.props.isOptionDisabled(e,t)}},{key:"isOptionSelected",value:function(e,t){var a=this;if(t.indexOf(e)>-1)return!0;if("function"==typeof this.props.isOptionSelected)return this.props.isOptionSelected(e,t);var n=this.getOptionValue(e);return t.some((function(e){return a.getOptionValue(e)===n}))}},{key:"filterOption",value:function(e,t){return!this.props.filterOption||this.props.filterOption(e,t)}},{key:"formatOptionLabel",value:function(e,t){if("function"==typeof this.props.formatOptionLabel){var a=this.props.inputValue,n=this.state.selectValue;return this.props.formatOptionLabel(e,{context:t,inputValue:a,selectValue:n})}return this.getOptionLabel(e)}},{key:"formatGroupLabel",value:function(e){return this.props.formatGroupLabel(e)}},{key:"startListeningComposition",value:function(){document&&document.addEventListener&&(document.addEventListener("compositionstart",this.onCompositionStart,!1),document.addEventListener("compositionend",this.onCompositionEnd,!1))}},{key:"stopListeningComposition",value:function(){document&&document.removeEventListener&&(document.removeEventListener("compositionstart",this.onCompositionStart),document.removeEventListener("compositionend",this.onCompositionEnd))}},{key:"startListeningToTouch",value:function(){document&&document.addEventListener&&(document.addEventListener("touchstart",this.onTouchStart,!1),document.addEventListener("touchmove",this.onTouchMove,!1),document.addEventListener("touchend",this.onTouchEnd,!1))}},{key:"stopListeningToTouch",value:function(){document&&document.removeEventListener&&(document.removeEventListener("touchstart",this.onTouchStart),document.removeEventListener("touchmove",this.onTouchMove),document.removeEventListener("touchend",this.onTouchEnd))}},{key:"constructAriaLiveMessage",value:function(){var e=this.state,t=e.ariaLiveContext,a=e.selectValue,n=e.focusedValue,i=e.focusedOption,r=this.props,l=r.options,o=r.menuIsOpen,s=r.inputValue,u=r.screenReaderStatus,c=n?function(e){var t=e.focusedValue,a=e.selectValue;return"value ".concat((0,e.getOptionLabel)(t)," focused, ").concat(a.indexOf(t)+1," of ").concat(a.length,".")}({focusedValue:n,getOptionLabel:this.getOptionLabel,selectValue:a}):"",d=i&&o?function(e){var t=e.focusedOption,a=e.options;return"option ".concat((0,e.getOptionLabel)(t)," focused").concat(t.isDisabled?" disabled":"",", ").concat(a.indexOf(t)+1," of ").concat(a.length,".")}({focusedOption:i,getOptionLabel:this.getOptionLabel,options:l}):"",m=function(e){var t=e.inputValue;return"".concat(e.screenReaderMessage).concat(t?" for search term "+t:"",".")}({inputValue:s,screenReaderMessage:u({count:this.countOptions()})});return"".concat(c," ").concat(d," ").concat(m," ").concat(t)}},{key:"renderInput",value:function(){var e=this.props,t=e.isDisabled,a=e.isSearchable,n=e.inputId,i=e.inputValue,r=e.tabIndex,o=e.form,s=this.components.Input,u=this.state.inputIsHidden,c=n||this.getElementId("input"),d={"aria-autocomplete":"list","aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"]};if(!a)return l().createElement(nr,q({id:c,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:zn,onFocus:this.onInputFocus,readOnly:!0,disabled:t,tabIndex:r,form:o,value:""},d));var m=this.commonProps,f=m.cx,g=m.theme,p=m.selectProps;return l().createElement(s,q({autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",cx:f,getStyles:this.getStyles,id:c,innerRef:this.getInputRef,isDisabled:t,isHidden:u,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,selectProps:p,spellCheck:"false",tabIndex:r,form:o,theme:g,type:"text",value:i},d))}},{key:"renderPlaceholderOrValue",value:function(){var e=this,t=this.components,a=t.MultiValue,n=t.MultiValueContainer,i=t.MultiValueLabel,r=t.MultiValueRemove,o=t.SingleValue,s=t.Placeholder,u=this.commonProps,c=this.props,d=c.controlShouldRenderValue,m=c.isDisabled,f=c.isMulti,g=c.inputValue,p=c.placeholder,h=this.state,v=h.selectValue,b=h.focusedValue,w=h.isFocused;if(!this.hasValue()||!d)return g?null:l().createElement(s,q({},u,{key:"placeholder",isDisabled:m,isFocused:w}),p);if(f){var y=v.map((function(t,o){var s=t===b;return l().createElement(a,q({},u,{components:{Container:n,Label:i,Remove:r},isFocused:s,isDisabled:m,key:"".concat(e.getOptionValue(t)).concat(o),index:o,removeProps:{onClick:function(){return e.removeValue(t)},onTouchEnd:function(){return e.removeValue(t)},onMouseDown:function(e){e.preventDefault(),e.stopPropagation()}},data:t}),e.formatOptionLabel(t,"value"))}));return y}if(g)return null;var x=v[0];return l().createElement(o,q({},u,{data:x,isDisabled:m}),this.formatOptionLabel(x,"value"))}},{key:"renderClearIndicator",value:function(){var e=this.components.ClearIndicator,t=this.commonProps,a=this.props,n=a.isDisabled,i=a.isLoading,r=this.state.isFocused;if(!this.isClearable()||!e||n||!this.hasValue()||i)return null;var o={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"};return l().createElement(e,q({},t,{innerProps:o,isFocused:r}))}},{key:"renderLoadingIndicator",value:function(){var e=this.components.LoadingIndicator,t=this.commonProps,a=this.props,n=a.isDisabled,i=a.isLoading,r=this.state.isFocused;return e&&i?l().createElement(e,q({},t,{innerProps:{"aria-hidden":"true"},isDisabled:n,isFocused:r})):null}},{key:"renderIndicatorSeparator",value:function(){var e=this.components,t=e.DropdownIndicator,a=e.IndicatorSeparator;if(!t||!a)return null;var n=this.commonProps,i=this.props.isDisabled,r=this.state.isFocused;return l().createElement(a,q({},n,{isDisabled:i,isFocused:r}))}},{key:"renderDropdownIndicator",value:function(){var e=this.components.DropdownIndicator;if(!e)return null;var t=this.commonProps,a=this.props.isDisabled,n=this.state.isFocused,i={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"};return l().createElement(e,q({},t,{innerProps:i,isDisabled:a,isFocused:n}))}},{key:"renderMenu",value:function(){var e=this,t=this.components,a=t.Group,n=t.GroupHeading,i=t.Menu,r=t.MenuList,o=t.MenuPortal,s=t.LoadingMessage,u=t.NoOptionsMessage,c=t.Option,d=this.commonProps,m=this.state,f=m.focusedOption,g=m.menuOptions,p=this.props,h=p.captureMenuScroll,v=p.inputValue,b=p.isLoading,w=p.loadingMessage,y=p.minMenuHeight,x=p.maxMenuHeight,D=p.menuIsOpen,E=p.menuPlacement,C=p.menuPosition,k=p.menuPortalTarget,S=p.menuShouldBlockScroll,_=p.menuShouldScrollIntoView,O=p.noOptionsMessage,N=p.onMenuScrollToTop,T=p.onMenuScrollToBottom;if(!D)return null;var A,M=function(t){var a=f===t.data;return t.innerRef=a?e.getFocusedOptionRef:void 0,l().createElement(c,q({},d,t,{isFocused:a}),e.formatOptionLabel(t.data,"menu"))};if(this.hasOptions())A=g.render.map((function(t){if("group"===t.type){t.type;var i=Hn(t,["type"]),r="".concat(t.key,"-heading");return l().createElement(a,q({},d,i,{Heading:n,headingProps:{id:r,data:t.data},label:e.formatGroupLabel(t.data)}),t.options.map((function(e){return M(e)})))}if("option"===t.type)return M(t)}));else if(b){var P=w({inputValue:v});if(null===P)return null;A=l().createElement(s,d,P)}else{var L=O({inputValue:v});if(null===L)return null;A=l().createElement(u,d,L)}var I={minMenuHeight:y,maxMenuHeight:x,menuPlacement:E,menuPosition:C,menuShouldScrollIntoView:_},V=l().createElement(oi,q({},d,I),(function(t){var a=t.ref,n=t.placerProps,o=n.placement,s=n.maxHeight;return l().createElement(i,q({},d,I,{innerRef:a,innerProps:{onMouseDown:e.onMenuMouseDown,onMouseMove:e.onMenuMouseMove},isLoading:b,placement:o}),l().createElement(vr,{isEnabled:h,onTopArrive:N,onBottomArrive:T},l().createElement(pr,{isEnabled:S},l().createElement(r,q({},d,{innerRef:e.getMenuListRef,isLoading:b,maxHeight:s}),A))))}));return k||"fixed"===C?l().createElement(o,q({},d,{appendTo:k,controlElement:this.controlRef,menuPlacement:E,menuPosition:C}),V):V}},{key:"renderFormField",value:function(){var e=this,t=this.props,a=t.delimiter,n=t.isDisabled,i=t.isMulti,r=t.name,o=this.state.selectValue;if(r&&!n){if(i){if(a){var s=o.map((function(t){return e.getOptionValue(t)})).join(a);return l().createElement("input",{name:r,type:"hidden",value:s})}var u=o.length>0?o.map((function(t,a){return l().createElement("input",{key:"i-".concat(a),name:r,type:"hidden",value:e.getOptionValue(t)})})):l().createElement("input",{name:r,type:"hidden"});return l().createElement("div",null,u)}var c=o[0]?this.getOptionValue(o[0]):"";return l().createElement("input",{name:r,type:"hidden",value:c})}}},{key:"renderLiveRegion",value:function(){return this.state.isFocused?l().createElement(ar,{"aria-live":"polite"},l().createElement("span",{id:"aria-selection-event"}," ",this.state.ariaLiveSelection),l().createElement("span",{id:"aria-context"}," ",this.constructAriaLiveMessage())):null}},{key:"render",value:function(){var e=this.components,t=e.Control,a=e.IndicatorsContainer,n=e.SelectContainer,i=e.ValueContainer,r=this.props,o=r.className,s=r.id,u=r.isDisabled,c=r.menuIsOpen,d=this.state.isFocused,m=this.commonProps=this.getCommonProps();return l().createElement(n,q({},m,{className:o,innerProps:{id:s,onKeyDown:this.onKeyDown},isDisabled:u,isFocused:d}),this.renderLiveRegion(),l().createElement(t,q({},m,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:u,isFocused:d,menuIsOpen:c}),l().createElement(i,q({},m,{isDisabled:u}),this.renderPlaceholderOrValue(),this.renderInput()),l().createElement(a,q({},m,{isDisabled:u}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}]),i}(r.Component);_r.defaultProps=kr;r.Component;var Or,Nr,Tr,Ar=(Or=_r,Tr=Nr=function(e){$a(i,e);var t,a,n=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=Xa(t);if(a){var i=Xa(this).constructor;e=Reflect.construct(n,arguments,i)}else e=n.apply(this,arguments);return qa(this,e)});function i(){var e;za(this,i);for(var t=arguments.length,a=new Array(t),r=0;r<t;r++)a[r]=arguments[r];return(e=n.call.apply(n,[this].concat(a))).select=void 0,e.state={inputValue:void 0!==e.props.inputValue?e.props.inputValue:e.props.defaultInputValue,menuIsOpen:void 0!==e.props.menuIsOpen?e.props.menuIsOpen:e.props.defaultMenuIsOpen,value:void 0!==e.props.value?e.props.value:e.props.defaultValue},e.onChange=function(t,a){e.callProp("onChange",t,a),e.setState({value:t})},e.onInputChange=function(t,a){var n=e.callProp("onInputChange",t,a);e.setState({inputValue:void 0!==n?n:t})},e.onMenuOpen=function(){e.callProp("onMenuOpen"),e.setState({menuIsOpen:!0})},e.onMenuClose=function(){e.callProp("onMenuClose"),e.setState({menuIsOpen:!1})},e}return Ka(i,[{key:"focus",value:function(){this.select.focus()}},{key:"blur",value:function(){this.select.blur()}},{key:"getProp",value:function(e){return void 0!==this.props[e]?this.props[e]:this.state[e]}},{key:"callProp",value:function(e){if("function"==typeof this.props[e]){for(var t,a=arguments.length,n=new Array(a>1?a-1:0),i=1;i<a;i++)n[i-1]=arguments[i];return(t=this.props)[e].apply(t,n)}}},{key:"render",value:function(){var e=this,t=this.props,a=(t.defaultInputValue,t.defaultMenuIsOpen,t.defaultValue,Hn(t,["defaultInputValue","defaultMenuIsOpen","defaultValue"]));return l().createElement(Or,q({},a,{ref:function(t){e.select=t},inputValue:this.getProp("inputValue"),menuIsOpen:this.getProp("menuIsOpen"),onChange:this.onChange,onInputChange:this.onInputChange,onMenuClose:this.onMenuClose,onMenuOpen:this.onMenuOpen,value:this.getProp("value")}))}}]),i}(r.Component),Nr.defaultProps={defaultInputValue:"",defaultMenuIsOpen:!1,defaultValue:null},Tr),Mr=Ar,Pr={Default:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Arial:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Georgia:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Helvetica:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},"Times New Roman":{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},ABeeZee:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Abel:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Abhaya Libre":{v:["regular","500","600","700","800"],subset:["latin-ext","sinhala","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"Abril Fatface":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aclonica:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Acme:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Actor:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Adamina:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Advent Pro":{v:["100","200","300","regular","500","600","700"],subset:["latin-ext","greek","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal"]},"Aguafina Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Akronim:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aladin:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aldrich:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Alef:{v:["regular","700"],subset:["hebrew","latin"],weight:["Default","400","700"],i:["normal"]},Alegreya:{v:["regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","700","800","900"],i:["normal","italic"]},"Alegreya SC":{v:["regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","700","800","900"],i:["normal","italic"]},"Alegreya Sans":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal","italic"]},"Alegreya Sans SC":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal","italic"]},"Alex Brush":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Alfa Slab One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Alice:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin"],weight:["Default","400"],i:["normal"]},Alike:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Alike Angular":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Allan:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Allerta:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Allerta Stencil":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Allura:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Almendra:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Almendra Display":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Almendra SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Amarante:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Amaranth:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Amatic SC":{v:["regular","700"],subset:["cyrillic","latin-ext","hebrew","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Amethysta:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Amiko:{v:["regular","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","600","700"],i:["normal"]},Amiri:{v:["regular","italic","700","700italic"],subset:["latin-ext","arabic","latin"],weight:["Default","400","700"],i:["normal","italic"]},Amita:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Anaheim:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Andada:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Andika:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Angkor:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Annie Use Your Telescope":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Anonymous Pro":{v:["regular","italic","700","700italic"],subset:["cyrillic","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Antic:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Antic Didone":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Antic Slab":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Anton:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Arapey:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Arbutus:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Arbutus Slab":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Architects Daughter":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Archivo:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Archivo Black":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Archivo Narrow":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Aref Ruqaa":{v:["regular","700"],subset:["arabic","latin"],weight:["Default","400","700"],i:["normal"]},"Arima Madurai":{v:["100","200","300","regular","500","700","800","900"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","100","200","300","400","500","700","800","900"],i:["normal"]},Arimo:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Arizonia:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Armata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Arsenal:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Artifika:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Arvo:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Arya:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Asap:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Asap Condensed":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Asar:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Asset:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Assistant:{v:["200","300","regular","600","700","800"],subset:["hebrew","latin"],weight:["Default","200","300","400","600","700","800"],i:["normal"]},Astloch:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Asul:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Athiti:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Atma:{v:["300","regular","500","600","700"],subset:["latin-ext","bengali","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Atomic Age":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Aubrey:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Audiowide:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Autour One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Average:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Average Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Averia Gruesa Libre":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Averia Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Averia Sans Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Averia Serif Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Bad Script":{v:["regular"],subset:["cyrillic","latin"],weight:["Default","400"],i:["normal"]},Bahiana:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Baloo:{v:["regular"],subset:["latin-ext","devanagari","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhai":{v:["regular"],subset:["latin-ext","gujarati","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhaijaan":{v:["regular"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhaina":{v:["regular"],subset:["latin-ext","oriya","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Chettan":{v:["regular"],subset:["malayalam","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Da":{v:["regular"],subset:["latin-ext","vietnamese","bengali","latin"],weight:["Default","400"],i:["normal"]},"Baloo Paaji":{v:["regular"],subset:["latin-ext","gurmukhi","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Tamma":{v:["regular"],subset:["latin-ext","vietnamese","latin","kannada"],weight:["Default","400"],i:["normal"]},"Baloo Tammudu":{v:["regular"],subset:["latin-ext","telugu","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Thambi":{v:["regular"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Balthazar:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bangers:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Barlow:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Barlow Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Barlow Semi Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Barrio:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Basic:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Battambang:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},Baumans:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bayon:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Belgrano:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bellefair:{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},Belleza:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},BenchNine:{v:["300","regular","700"],subset:["latin-ext","latin"],weight:["Default","300","400","700"],i:["normal"]},Bentham:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Berkshire Swash":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Bevan:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bigelow Rules":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bigshot One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bilbo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bilbo Swash Caps":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},BioRhyme:{v:["200","300","regular","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal"]},"BioRhyme Expanded":{v:["200","300","regular","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal"]},Biryani:{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},Bitter:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Black And White Picture":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Black Han Sans":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Black Ops One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Bokor:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Bonbon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Boogaloo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bowlby One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bowlby One SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Brawler:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bree Serif":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bubblegum Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bubbler One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Buda:{v:["300"],subset:["latin"],weight:["Default","300"],i:[]},Buenard:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Bungee:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Hairline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Inline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Outline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Shade":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Butcherman:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Butterfly Kids":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cabin:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Cabin Condensed":{v:["regular","500","600","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Cabin Sketch":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Caesar Dressing":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cagliostro:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cairo:{v:["200","300","regular","600","700","900"],subset:["latin-ext","arabic","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal"]},Calligraffitti:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cambay:{v:["regular","italic","700","700italic"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal","italic"]},Cambo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Candal:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cantarell:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Cantata One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cantora One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Capriola:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cardo:{v:["regular","italic","700"],subset:["greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Carme:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carrois Gothic":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carrois Gothic SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carter One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Catamaran:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","tamil","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Caudex:{v:["regular","italic","700","700italic"],subset:["greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Caveat:{v:["regular","700"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Caveat Brush":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cedarville Cursive":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Ceviche One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Changa:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","arabic","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Changa One":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Chango:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chathura:{v:["100","300","regular","700","800"],subset:["telugu","latin"],weight:["Default","100","300","400","700","800"],i:["normal"]},"Chau Philomene One":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Chela One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Chelsea Market":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chenla:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Cherry Cream Soda":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Cherry Swash":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Chewy:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Chicle:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chivo:{v:["300","300italic","regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","300","400","700","900"],i:["normal","italic"]},Chonburi:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Cinzel:{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},"Cinzel Decorative":{v:["regular","700","900"],subset:["latin"],weight:["Default","400","700","900"],i:["normal"]},"Clicker Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Coda:{v:["regular","800"],subset:["latin-ext","latin"],weight:["Default","400","800"],i:["normal"]},"Coda Caption":{v:["800"],subset:["latin-ext","latin"],weight:["Default","800"],i:[]},Codystar:{v:["300","regular"],subset:["latin-ext","latin"],weight:["Default","300","400"],i:["normal"]},Coiny:{v:["regular"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Combo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Comfortaa:{v:["300","regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","700"],i:["normal"]},"Coming Soon":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Concert One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Condiment:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Content:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},"Contrail One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Convergence:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cookie:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Copse:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Corben:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Cormorant:{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant Garamond":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant Infant":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant SC":{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Cormorant Unicase":{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Cormorant Upright":{v:["300","regular","500","600","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Courgette:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cousine:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Coustard:{v:["regular","900"],subset:["latin"],weight:["Default","400","900"],i:["normal"]},"Covered By Your Grace":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Crafty Girls":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Creepster:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Crete Round":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Crimson Text":{v:["regular","italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","400","600","700"],i:["normal","italic"]},"Croissant One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Crushed:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cuprum:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Cute Font":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Cutive:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cutive Mono":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Damion:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Dancing Script":{v:["regular","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Dangrek:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"David Libre":{v:["regular","500","700"],subset:["latin-ext","hebrew","vietnamese","latin"],weight:["Default","400","500","700"],i:["normal"]},"Dawning of a New Day":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Days One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Dekko:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Delius:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Delius Swash Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Delius Unicase":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Della Respira":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Denk One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Devonshire:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dhurjati:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Didact Gothic":{v:["regular"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},Diplomata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Diplomata SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Do Hyeon":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Dokdo:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Domine:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Donegal One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Doppio One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dorsa:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Dosis:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Dr Sugiyama":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Duru Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dynalight:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"EB Garamond":{v:["regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","600","700","800"],i:["normal","italic"]},"Eagle Lake":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"East Sea Dokdo":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Eater:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Economica:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Eczar:{v:["regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"El Messiri":{v:["regular","500","600","700"],subset:["cyrillic","arabic","latin"],weight:["Default","400","500","600","700"],i:["normal"]},Electrolize:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Elsie:{v:["regular","900"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal"]},"Elsie Swash Caps":{v:["regular","900"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal"]},"Emblema One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Emilys Candy":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Encode Sans":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Expanded":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Semi Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Semi Expanded":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Engagement:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Englebert:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Enriqueta:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Erica One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Esteban:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Euphoria Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ewert:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Exo:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Exo 2":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Expletus Sans":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Fanwood Text":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Farsan:{v:["regular"],subset:["latin-ext","gujarati","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Fascinate:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fascinate Inline":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Faster One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fasthand:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Fauna One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Faustina:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Federant:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Federo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Felipa:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Fenix:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Finger Paint":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fira Mono":{v:["regular","500","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400","500","700"],i:["normal"]},"Fira Sans":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fira Sans Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fira Sans Extra Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fjalla One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fjord One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Flamenco:{v:["300","regular"],subset:["latin"],weight:["Default","300","400"],i:["normal"]},Flavors:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fondamento:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Fontdiner Swanky":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Forum:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Francois One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Frank Ruhl Libre":{v:["300","regular","500","700","900"],subset:["latin-ext","hebrew","latin"],weight:["Default","300","400","500","700","900"],i:["normal"]},"Freckle Face":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fredericka the Great":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fredoka One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Freehand:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Fresca:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Frijole:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fruktur:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fugaz One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"GFS Didot":{v:["regular"],subset:["greek"],weight:["Default","400"],i:["normal"]},"GFS Neohellenic":{v:["regular","italic","700","700italic"],subset:["greek"],weight:["Default","400","700"],i:["normal","italic"]},Gabriela:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin"],weight:["Default","400"],i:["normal"]},Gaegu:{v:["300","regular","700"],subset:["korean","latin"],weight:["Default","300","400","700"],i:["normal"]},Gafata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Galada:{v:["regular"],subset:["bengali","latin"],weight:["Default","400"],i:["normal"]},Galdeano:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Galindo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Gamja Flower":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Gentium Basic":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Gentium Book Basic":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Geo:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Geostar:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Geostar Fill":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Germania One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Gidugu:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Gilda Display":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Give You Glory":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Glass Antiqua":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Glegoo:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},"Gloria Hallelujah":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Goblin One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Gochi Hand":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Gorditas:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Gothic A1":{v:["100","200","300","regular","500","600","700","800","900"],subset:["korean","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Goudy Bookletter 1911":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Graduate:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Grand Hotel":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Gravitas One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Great Vibes":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Griffy:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Gruppo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Gudea:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Gugi:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Gurajada:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Habibi:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Halant:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hammersmith One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Hanalei:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Hanalei Fill":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Handlee:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Hanuman:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},"Happy Monkey":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Harmattan:{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},"Headland One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Heebo:{v:["100","300","regular","500","700","800","900"],subset:["hebrew","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},"Henny Penny":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Herr Von Muellerhoff":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Hi Melody":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Hind:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Guntur":{v:["300","regular","500","600","700"],subset:["latin-ext","telugu","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Madurai":{v:["300","regular","500","600","700"],subset:["latin-ext","tamil","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Siliguri":{v:["300","regular","500","600","700"],subset:["latin-ext","bengali","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Vadodara":{v:["300","regular","500","600","700"],subset:["latin-ext","gujarati","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Holtwood One SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Homemade Apple":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Homenaje:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IBM Plex Mono":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Sans":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Sans Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Serif":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IM Fell DW Pica":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell DW Pica SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell Double Pica":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell Double Pica SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell English":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell English SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell French Canon":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell French Canon SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell Great Primer":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell Great Primer SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Iceberg:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Iceland:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Imprima:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Inconsolata:{v:["regular","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Inder:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Indie Flower":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Inika:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Inknut Antiqua":{v:["300","regular","500","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700","800","900"],i:["normal"]},"Irish Grover":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Istok Web":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Italiana:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Italianno:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Itim:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Jacques Francois":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Jacques Francois Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Jaldi:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},"Jim Nightshade":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Jockey One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Jolly Lodger":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Jomhuria:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},"Josefin Sans":{v:["100","100italic","300","300italic","regular","italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","300","400","600","700"],i:["normal","italic"]},"Josefin Slab":{v:["100","100italic","300","300italic","regular","italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","100","300","400","600","700"],i:["normal","italic"]},"Joti One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Jua:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Judson:{v:["regular","italic","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Julee:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Julius Sans One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Junge:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Jura:{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Just Another Hand":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Just Me Again Down Here":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kadwa:{v:["regular","700"],subset:["devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Kalam:{v:["300","regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","700"],i:["normal"]},Kameron:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Kanit:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Kantumruy:{v:["300","regular","700"],subset:["khmer"],weight:["Default","300","400","700"],i:["normal"]},Karla:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Karma:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Katibeh:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},"Kaushan Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kavivanar:{v:["regular"],subset:["latin-ext","tamil","latin"],weight:["Default","400"],i:["normal"]},Kavoon:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kdam Thmor":{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Keania One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kelly Slab":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kenia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Khand:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Khmer:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Khula:{v:["300","regular","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","600","700","800"],i:["normal"]},"Kirang Haerang":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Kite One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Knewave:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kosugi:{v:["regular"],subset:["cyrillic","japanese","latin"],weight:["Default","400"],i:["normal"]},"Kosugi Maru":{v:["regular"],subset:["cyrillic","japanese","latin"],weight:["Default","400"],i:["normal"]},"Kotta One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Koulen:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Kranky:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Kreon:{v:["300","regular","700"],subset:["latin"],weight:["Default","300","400","700"],i:["normal"]},Kristi:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Krona One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kumar One":{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},"Kumar One Outline":{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Kurale:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},"La Belle Aurore":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Laila:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Lakki Reddy":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Lalezar:{v:["regular"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Lancelot:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Lateef:{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},Lato:{v:["100","100italic","300","300italic","regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","300","400","700","900"],i:["normal","italic"]},"League Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Leckerli One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ledger:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Lekton:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Lemon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Lemonada:{v:["300","regular","600","700"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","300","400","600","700"],i:["normal"]},"Libre Barcode 128":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 128 Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Extended":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Extended Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Baskerville":{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Libre Franklin":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Life Savers":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Lilita One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Lily Script One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Limelight:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Linden Hill":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Lobster:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Lobster Two":{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Londrina Outline":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Sketch":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Solid":{v:["100","300","regular","900"],subset:["latin"],weight:["Default","100","300","400","900"],i:["normal"]},Lora:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Love Ya Like A Sister":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Loved by the King":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Lovers Quarrel":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Luckiest Guy":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Lusitana:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Lustria:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"M PLUS 1p":{v:["100","300","regular","500","700","800","900"],subset:["cyrillic","cyrillic-ext","greek-ext","japanese","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},"M PLUS Rounded 1c":{v:["100","300","regular","500","700","800","900"],subset:["cyrillic","cyrillic-ext","greek-ext","japanese","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},Macondo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Macondo Swash Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mada:{v:["200","300","regular","500","600","700","900"],subset:["arabic","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},Magra:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Maiden Orange":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Maitree:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Mako:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mallanna:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Mandali:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Manuale:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Marcellus:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Marcellus SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Marck Script":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Margarine:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Markazi Text":{v:["regular","500","600","700"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Marko One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Marmelad:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Martel:{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},"Martel Sans":{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},Marvel:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Mate:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"Mate SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Maven Pro":{v:["regular","500","700","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","700","900"],i:["normal"]},McLaren:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Meddon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},MedievalSharp:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Medula One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Meera Inimai":{v:["regular"],subset:["tamil","latin"],weight:["Default","400"],i:["normal"]},Megrim:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Meie Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Merienda:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Merienda One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Merriweather:{v:["300","300italic","regular","italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","700","900"],i:["normal","italic"]},"Merriweather Sans":{v:["300","300italic","regular","italic","700","700italic","800","800italic"],subset:["latin-ext","latin"],weight:["Default","300","400","700","800"],i:["normal","italic"]},Metal:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Metal Mania":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Metamorphous:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Metrophobic:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Michroma:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Milonga:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Miltonian:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Miltonian Tattoo":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mina:{v:["regular","700"],subset:["latin-ext","bengali","latin"],weight:["Default","400","700"],i:["normal"]},Miniver:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Miriam Libre":{v:["regular","700"],subset:["latin-ext","hebrew","latin"],weight:["Default","400","700"],i:["normal"]},Mirza:{v:["regular","500","600","700"],subset:["latin-ext","arabic","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Miss Fajardose":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mitr:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Modak:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},"Modern Antiqua":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mogra:{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Molengo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Molle:{v:["italic"],subset:["latin-ext","latin"],weight:["Default"],i:["italic"]},Monda:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Monofett:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Monoton:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Monsieur La Doulaise":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Montaga:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Montez:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Montserrat:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Montserrat Alternates":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Montserrat Subrayada":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Moul:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Moulpali:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Mountains of Christmas":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Mouse Memoirs":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr Bedfort":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr Dafoe":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr De Haviland":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mrs Saint Delafield":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mrs Sheppards":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mukta:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Mahee":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","gurmukhi","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Malar":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","tamil","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Vaani":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","gujarati","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},Muli:{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Mystery Quest":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},NTR:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Nanum Brush Script":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Nanum Gothic":{v:["regular","700","800"],subset:["korean","latin"],weight:["Default","400","700","800"],i:["normal"]},"Nanum Gothic Coding":{v:["regular","700"],subset:["korean","latin"],weight:["Default","400","700"],i:["normal"]},"Nanum Myeongjo":{v:["regular","700","800"],subset:["korean","latin"],weight:["Default","400","700","800"],i:["normal"]},"Nanum Pen Script":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Neucha:{v:["regular"],subset:["cyrillic","latin"],weight:["Default","400"],i:["normal"]},Neuton:{v:["200","300","regular","italic","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal","italic"]},"New Rocker":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"News Cycle":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Niconne:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Nixie One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Nobile:{v:["regular","italic","500","500italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","500","700"],i:["normal","italic"]},Nokora:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},Norican:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Nosifer:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Nothing You Could Do":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Noticia Text":{v:["regular","italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Sans":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","devanagari","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Sans JP":{v:["100","300","regular","500","700","900"],subset:["japanese","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Noto Sans KR":{v:["100","300","regular","500","700","900"],subset:["korean","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Noto Serif":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Serif JP":{v:["200","300","regular","500","600","700","900"],subset:["japanese","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Noto Serif KR":{v:["200","300","regular","500","600","700","900"],subset:["korean","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Nova Cut":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Flat":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Mono":{v:["regular"],subset:["greek","latin"],weight:["Default","400"],i:["normal"]},"Nova Oval":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Round":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Slim":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Square":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Numans:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Nunito:{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Nunito Sans":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Odor Mean Chey":{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Offside:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Old Standard TT":{v:["regular","italic","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Oldenburg:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Oleo Script":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Oleo Script Swash Caps":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Open Sans":{v:["300","300italic","regular","italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","600","700","800"],i:["normal","italic"]},"Open Sans Condensed":{v:["300","300italic","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","700"],i:[]},Oranienbaum:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Orbitron:{v:["regular","500","700","900"],subset:["latin"],weight:["Default","400","500","700","900"],i:["normal"]},Oregano:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Orienta:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Original Surfer":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Oswald:{v:["200","300","regular","500","600","700"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},"Over the Rainbow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Overlock:{v:["regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},"Overlock SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Overpass:{v:["100","100italic","200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","600","700","800","900"],i:["normal","italic"]},"Overpass Mono":{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},Ovo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Oxygen:{v:["300","regular","700"],subset:["latin-ext","latin"],weight:["Default","300","400","700"],i:["normal"]},"Oxygen Mono":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"PT Mono":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"PT Sans":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"PT Sans Caption":{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"PT Sans Narrow":{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"PT Serif":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"PT Serif Caption":{v:["regular","italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Pacifico:{v:["regular"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Padauk:{v:["regular","700"],subset:["myanmar","latin"],weight:["Default","400","700"],i:["normal"]},Palanquin:{v:["100","200","300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal"]},"Palanquin Dark":{v:["regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700"],i:["normal"]},Pangolin:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Paprika:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Parisienne:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Passero One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Passion One":{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},"Pathway Gothic One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Patrick Hand":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Patrick Hand SC":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Pattaya:{v:["regular"],subset:["cyrillic","latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Patua One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Pavanam:{v:["regular"],subset:["latin-ext","tamil","latin"],weight:["Default","400"],i:["normal"]},"Paytone One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Peddana:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Peralta:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Permanent Marker":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Petit Formal Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Petrona:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Philosopher:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Piedra:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Pinyon Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pirata One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Plaster:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Play:{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Playball:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Playfair Display":{v:["regular","italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},"Playfair Display SC":{v:["regular","italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},Podkova:{v:["regular","500","600","700","800"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"Poiret One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Poller One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Poly:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Pompiere:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pontano Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Poor Story":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Poppins:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Port Lligat Sans":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Port Lligat Slab":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pragati Narrow":{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Prata:{v:["regular"],subset:["cyrillic","cyrillic-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Preahvihear:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Press Start 2P":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},Pridi:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},"Princess Sofia":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Prociono:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Prompt:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Prosto One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Proza Libre":{v:["regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["latin-ext","latin"],weight:["Default","400","500","600","700","800"],i:["normal","italic"]},Puritan:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Purple Purse":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Quando:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Quantico:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Quattrocento:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Quattrocento Sans":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Questrial:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Quicksand:{v:["300","regular","500","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","300","400","500","700"],i:["normal"]},Quintessential:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Qwigley:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Racing Sans One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Radley:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Rajdhani:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Rakkas:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},Raleway:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Raleway Dots":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ramabhadra:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Ramaraja:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Rambla:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Rammetto One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ranchers:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Rancho:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ranga:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Rasa:{v:["300","regular","500","600","700"],subset:["latin-ext","gujarati","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Rationale:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Ravi Prakash":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Redressed:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Reem Kufi":{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},"Reenie Beanie":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Revalia:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Rhodium Libre":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Ribeye:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ribeye Marrow":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Righteous:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Risque:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Roboto:{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal","italic"]},"Roboto Condensed":{v:["300","300italic","regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Roboto Mono":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700"],i:["normal","italic"]},"Roboto Slab":{v:["100","300","regular","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","700"],i:["normal"]},Rochester:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Rock Salt":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Rokkitt:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Romanesco:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ropa Sans":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Rosario:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Rosarivo:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Rouge Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Rozha One":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Rubik:{v:["300","300italic","regular","italic","500","500italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","hebrew","latin"],weight:["Default","300","400","500","700","900"],i:["normal","italic"]},"Rubik Mono One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruda:{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},Rufina:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Ruge Boogie":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruluko:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Rum Raisin":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ruslan Display":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Russo One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruthie:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Rye:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sacramento:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sahitya:{v:["regular","700"],subset:["devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sail:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Saira:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Extra Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Semi Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Salsa:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sanchez:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Sancreek:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sansita:{v:["regular","italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","700","800","900"],i:["normal","italic"]},Sarala:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sarina:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sarpanch:{v:["regular","500","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800","900"],i:["normal"]},Satisfy:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Sawarabi Gothic":{v:["regular"],subset:["cyrillic","japanese","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Sawarabi Mincho":{v:["regular"],subset:["japanese","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Scada:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Scheherazade:{v:["regular","700"],subset:["arabic","latin"],weight:["Default","400","700"],i:["normal"]},Schoolbell:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Scope One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Seaweed Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Secular One":{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},"Sedgwick Ave":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Sedgwick Ave Display":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Sevillana:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Seymour One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Shadows Into Light":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Shadows Into Light Two":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Shanti:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Share:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Share Tech":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Share Tech Mono":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Shojumaru:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Short Stack":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Shrikhand:{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Siemreap:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Sigmar One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Signika:{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},"Signika Negative":{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},Simonetta:{v:["regular","italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal","italic"]},Sintony:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Sirin Stencil":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Six Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Skranji:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Slabo 13px":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Slabo 27px":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Slackey:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Smokum:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Smythe:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sniglet:{v:["regular","800"],subset:["latin-ext","latin"],weight:["Default","400","800"],i:["normal"]},Snippet:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Snowburst One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Sofadi One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sofia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Song Myung":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Sonsie One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Sorts Mill Goudy":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Source Code Pro":{v:["200","300","regular","500","600","700","900"],subset:["latin-ext","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Source Sans Pro":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal","italic"]},"Source Serif Pro":{v:["regular","600","700"],subset:["latin-ext","latin"],weight:["Default","400","600","700"],i:["normal"]},"Space Mono":{v:["regular","italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Special Elite":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Spectral:{v:["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal","italic"]},"Spectral SC":{v:["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal","italic"]},"Spicy Rice":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Spinnaker:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Spirax:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Squada One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Sree Krushnadevaraya":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Sriracha:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Stalemate:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stalinist One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stardos Stencil":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Stint Ultra Condensed":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stint Ultra Expanded":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Stoke:{v:["300","regular"],subset:["latin-ext","latin"],weight:["Default","300","400"],i:["normal"]},Strait:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Stylish:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Sue Ellen Francisco":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Suez One":{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},Sumana:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sunflower:{v:["300","500","700"],subset:["korean","latin"],weight:["Default","300","500","700"],i:[]},Sunshiney:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Supermercado One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sura:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Suranna:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Suravaram:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Suwannaphum:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Swanky and Moo Moo":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Syncopate:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Tajawal:{v:["200","300","regular","500","700","800","900"],subset:["arabic","latin"],weight:["Default","200","300","400","500","700","800","900"],i:["normal"]},Tangerine:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Taprom:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Tauri:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Taviraj:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Teko:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Telex:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Tenali Ramakrishna":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Tenor Sans":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Text Me One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"The Girl Next Door":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Tienne:{v:["regular","700","900"],subset:["latin"],weight:["Default","400","700","900"],i:["normal"]},Tillana:{v:["regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},Timmana:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Tinos:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Titan One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Titillium Web":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","900"],subset:["latin-ext","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal","italic"]},"Trade Winds":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Trirong:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Trocchi:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Trochut:{v:["regular","italic","700"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Trykker:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Tulpen One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ubuntu:{v:["300","300italic","regular","italic","500","500italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","300","400","500","700"],i:["normal","italic"]},"Ubuntu Condensed":{v:["regular"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},"Ubuntu Mono":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Ultra:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Uncial Antiqua":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Underdog:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Unica One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},UnifrakturCook:{v:["700"],subset:["latin"],weight:["Default","700"],i:[]},UnifrakturMaguntia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Unkempt:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Unlock:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Unna:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},VT323:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Vampiro One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Varela:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Varela Round":{v:["regular"],subset:["latin-ext","hebrew","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Vast Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Vesper Libre":{v:["regular","500","700","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","700","900"],i:["normal"]},Vibur:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Vidaloka:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Viga:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Voces:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Volkhov:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Vollkorn:{v:["regular","italic","600","600italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","600","700","900"],i:["normal","italic"]},"Vollkorn SC":{v:["regular","600","700","900"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","600","700","900"],i:["normal"]},Voltaire:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Waiting for the Sunrise":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Wallpoet:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Walter Turncoat":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Warnes:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Wellfleet:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Wendy One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Wire One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Work Sans":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Yanone Kaffeesatz":{v:["200","300","regular","700"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","700"],i:["normal"]},Yantramanav:{v:["100","300","regular","500","700","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Yatra One":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Yellowtail:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Yeon Sung":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Yeseva One":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Yesteryear:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Yrsa:{v:["300","regular","500","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Zeyada:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Zilla Slab":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Zilla Slab Highlight":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Sora:{v:["regular"],subset:["latin"],weight:["Default","100","200","300","400","500","600","700","800"],i:["normal","bold"]},"DM Sans":{v:["regular"],subset:["latin"],weight:["Default","400","500","700"],i:["normal","bold","italic"]},"DM Serif Display":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"DM Serif Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Inter:{v:["regular"],subset:["latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]}};function Lr(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ir=()=>{const e=oa(),t=da((e=>e.enableSelectedFontFamilies)),a=da((e=>e.selectedFontFamilies)),n="disabled"!==t,r=[],l=uag_admin_react.spectra_custom_fonts;return Object.keys(Pr).map((e=>{"Default"!==e&&r.push({value:e,label:e})})),Object.keys(l).map((e=>{"Default"!==e&&r.push({value:e,label:e})})),(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Allow Only Selected Fonts","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:n,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_SELECTED_FONT_FAMILIES",payload:a});const n=new window.FormData;n.append("action","uag_load_select_font_globally"),n.append("security",uag_react.load_select_font_globally_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Lr(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Lr(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Spectra offers 700+ Google font options. If this is overwhelming for your clients, you can use this option to show only limited number of fonts in the block settings.","ultimate-addons-for-gutenberg")),(0,i.createElement)(Mr,{isMulti:!0,placeholder:(0,We.__)("Select the font families you want"),defaultValue:a,onChange:a=>(a=>{if("enabled"===t){e({type:"UPDATE_SELECTED_FONT_FAMILIES",payload:a});const t="uag_select_font_globally",n=uag_react.select_font_globally_nonce,i=new window.FormData;i.append("action",t),i.append("security",n),i.append("value",JSON.stringify(a)),Jt()({url:uag_react.ajax_url,method:"POST",body:i}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))}})(a),options:r,maxMenuHeight:140,minMenuHeight:70,isSearchable:!0,className:"mt-4 w-9/12 h-10 transition",theme:e=>({...e,colors:{...e.colors,primary:"#94a3b8"}}),styles:{control:e=>({...e,cursor:"pointer",fontSize:"0.875rem",lineHeight:"1.25rem",borderRadius:"0.375rem",color:"#64748b",borderColor:"#e2e8f0",boxShadow:"none"}),placeholder:e=>({...e,color:"#94a3b8"}),multiValue:e=>({...e,marging:"0",borderRadius:"0.25rem",backgroundColor:"#e2e8f0"}),multiValueLabel:e=>({...e,color:"#64748b"}),multiValueRemove:e=>({...e,color:"#64748b","&:hover":{color:"#ef4444",backgroundColor:"#e2e8f0"}})},components:{IndicatorSeparator:()=>null}}))};function Vr(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Rr=()=>{const e=oa(),t=da((e=>e.enableLoadFontsLocally)),a="disabled"!==t;return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flextext-lg leading-8 font-medium text-gray-900"},(0,We.__)("Load Google Fonts Locally","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_LOAD_FONTS_LOCALLY",payload:a});const n=new window.FormData;n.append("action","uag_load_gfonts_locally"),n.append("security",uag_react.load_gfonts_locally_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Vr(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Vr(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable this option to download Google fonts and save them on your server. This can be great for improving speed of your website and to comply with GDPR laws.","ultimate-addons-for-gutenberg")))};function Fr(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Hr=()=>{const e=oa(),t=da((e=>e.enableLoadFontsLocally)),a=da((e=>e.enablePreloadLocalFonts)),n="disabled"!==a;return(0,i.createElement)("section",{className:`uag-font-select-${t} block border-b border-solid border-slate-200 px-12 py-8 justify-between`},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Preload Local Fonts","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:n,onChange:()=>{let t;t="disabled"===a?"enabled":"disabled",e({type:"UPDATE_ENABLE_PRELOAD_LOCAL_FONTS",payload:t});const n=new window.FormData;n.append("action","uag_preload_local_fonts"),n.append("security",uag_react.preload_local_fonts_nonce),n.append("value",t),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Fr(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Fr(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This option will load the font files right away on page load. Preloading Local Fonts can speeds up your website even further.","ultimate-addons-for-gutenberg")))};function jr(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Br=()=>{const e=oa(),t=da((e=>e.enableCollapsePanels)),a="disabled"!==t;return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Collapse Panels","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_COLLAPSE_PANELS",payload:a});const n=new window.FormData;n.append("action","uag_collapse_panels"),n.append("security",uag_react.collapse_panels_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:jr(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:jr(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)('Enable the "Collapse Panels" option if you want to Collapse all other Panels in your Blocks Settings except for the one which is clicked This way you have only one Panel of Settings in front of you to Focus on.',"ultimate-addons-for-gutenberg")))};function Ur(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Wr=()=>{const e=oa(),t=da((e=>e.enableCopyPasteStyles)),a="disabled"!==t;return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Copy Paste Styles","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_COPY_PASTE_STYLES",payload:a});const n=new window.FormData;n.append("action","uag_copy_paste"),n.append("security",uag_react.copy_paste_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Ur(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Ur(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)('Enable the "Copy Paste Styles" option to have the ability to copy & paste Spectra & Core Gutenberg Blocks Styles.',"ultimate-addons-for-gutenberg")))},Gr=()=>{const e=oa(),t=da((e=>e.contentWidth));return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Default Content Width","ultimate-addons-for-gutenberg")),(0,i.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,i.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:t,onChange:t=>{const a=t.target.value;e({type:"UPDATE_CONTENT_WIDTH",payload:a});const n=new window.FormData;n.append("action","uag_content_width"),n.append("security",uag_react.content_width_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},type:"number",placeholder:"1140",min:0,max:1600}),(0,i.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,We.__)("px","ultimate-addons-for-gutenberg")))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This setting will apply to Container Block's default Content Width.","ultimate-addons-for-gutenberg")),"Spectra"!==uag_react.uag_content_width_set_by&&(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500 italic"},(0,We.__)(`The current Content width is applied from ${uag_react.uag_content_width_set_by}.`,"ultimate-addons-for-gutenberg")))},zr=()=>{const e=oa(),t=da((e=>e.blocksEditorSpacing));return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Blocks Editor Spacing","ultimate-addons-for-gutenberg")),(0,i.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,i.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:t,onChange:t=>{const a=t.target.value;e({type:"UPDATE_BLOCKS_EDITOR_SPACING",payload:a});const n=new window.FormData;n.append("action","uag_blocks_editor_spacing"),n.append("security",uag_react.blocks_editor_spacing_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},type:"number",placeholder:"0",min:0,max:100}),(0,i.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,We.__)("px","ultimate-addons-for-gutenberg")))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This setting will apply spacing in between all blocks inside block editor.","ultimate-addons-for-gutenberg")))};function Zr(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Kr=()=>{const e=oa(),[t,a]=(0,r.useState)([]),[n,l]=(0,r.useState)(!1),o=da((e=>e.enableComingSoonMode)),s=da((e=>e.comingSoonPage)),u="disabled"!==o,c=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";const t=new window.FormData;t.append("action","uag_fetch_pages"),t.append("security",uag_react.fetch_pages_nonce),t.append("keyword",e),l(!0),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((e=>{l(!1),a(e.data)}))};return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Enable Coming Soon Mode","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:u,onChange:()=>{let t;t="disabled"===o?"enabled":"disabled",e({type:"UPDATE_ENABLE_COMING_SOON",payload:t});const a=new window.FormData;a.append("action","uag_enable_coming_soon_mode"),a.append("security",uag_react.enable_coming_soon_mode_nonce),a.append("value",t),Jt()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Zr(u?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Zr(u?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Is your website still in the making? Is it not yet ready for other people to see?","ultimate-addons-for-gutenberg")),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable the coming soon mode. Only the page you select below will be displayed to people who are not logged in.","ultimate-addons-for-gutenberg")),(0,i.createElement)(Mr,{isMulti:!1,placeholder:(0,We.__)("Select the page you want"),defaultValue:s,onChange:t=>(t=>{e({type:"UPDATE_COMING_SOON_PAGE",payload:t.value});const a=new window.FormData;a.append("action","uag_coming_soon_page"),a.append("security",uag_react.coming_soon_page_nonce),a.append("value",t.value),Jt()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))})(t),onInputChange:e=>{0===t.filter((t=>t.label.toLowerCase().includes(e))).length&&c(e)},options:t,maxMenuHeight:140,minMenuHeight:70,isSearchable:!0,className:"mt-4 w-9/12 h-10 transition",isLoading:n,onMenuOpen:c,theme:e=>({...e,colors:{...e.colors,primary:"#94a3b8"}}),styles:{control:e=>({...e,cursor:"pointer",fontSize:"0.875rem",lineHeight:"1.25rem",borderRadius:"0.375rem",color:"#64748b",borderColor:"#e2e8f0",boxShadow:"none"}),placeholder:e=>({...e,color:"#94a3b8"}),singleValue:e=>({...e,color:"#64748b"})},components:{IndicatorSeparator:()=>null}}))},$r=()=>(0,i.createElement)(i.Fragment,null,(0,i.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mt-10 mb-8 font-semibold text-2xl"},(0,i.createElement)(Ma,{width:"100px",height:"32px"})),(0,i.createElement)("main",{className:"max-w-[77rem] mx-auto my-[2.43rem] bg-white rounded-md shadow overflow-hidden h-[36rem]"},(0,i.createElement)("div",{className:"lg:grid lg:grid-cols-12 h-full"},(0,i.createElement)("aside",{className:"py-6 sm:px-6 lg:py-6 lg:px-5 lg:col-span-3"},(0,i.createElement)("nav",{className:"space-y-1"},Array(7).fill().map(((e,t)=>(0,i.createElement)("div",{key:`setting${t}`,className:"flex justify-left items-center py-3 space-x-3"},(0,i.createElement)(Ma,{key:`icon${t}`,width:"24px",height:"24px"}),(0,i.createElement)(Aa,{key:t,width:"120px",fontSize:"16px"})))))),(0,i.createElement)("div",{className:"border-l lg:col-span-9 p-8"},(0,i.createElement)(Aa,{fontSize:"35px",width:"225px"}),(0,i.createElement)(Aa,{width:"80%"}),(0,i.createElement)("div",{className:"h-8"}),(0,i.createElement)(Aa,{fontSize:"35px",width:"300px"}),(0,i.createElement)(Aa,{width:"60%"}),(0,i.createElement)("div",{className:"h-8"}),(0,i.createElement)(Aa,{fontSize:"35px",width:"210px"}),(0,i.createElement)(Aa,{width:"65%"}))))),Yr=()=>{const e=oa(),t=da((e=>e.siteKeyV2)),a=da((e=>e.secretKeyV2)),n=da((e=>e.siteKeyV3)),r=da((e=>e.secretKeyV3));return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Form","ultimate-addons-for-gutenberg"))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("To enable reCAPTCHA for your form, please follow the steps mentioned ","ultimate-addons-for-gutenberg"),(0,i.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://www.google.com/recaptcha/admin/create",target:"_blank",rel:"noreferrer"},(0,We.__)("here. ","ultimate-addons-for-gutenberg"))),(0,i.createElement)("h4",{className:"mt-8 font-medium text-sm text-slate-800 spectra-recaptcha__heading"},(0,We.__)("reCAPTCHA v2","ultimate-addons-for-gutenberg")),(0,i.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,We.__)("Site Key v2","ultimate-addons-for-gutenberg"),value:t,name:"site_key_v2",onChange:t=>{const a=t.target.value;e({type:"UPDATE_RECAPTCHA_SITE_KEY_V2",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_site_key_v2"),n.append("security",uag_react.recaptcha_site_key_v2_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},id:"grid-zip",type:"text"}),(0,i.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,We.__)("Secret Key v2","ultimate-addons-for-gutenberg"),id:"grid-zip",value:a,name:"secret_key_v2",onChange:t=>{const a=t.target.value;e({type:"UPDATE_RECAPTCHA_SECRET_KEY_V2",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_secret_key_v2"),n.append("security",uag_react.recaptcha_secret_key_v2_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},type:"text"}),(0,i.createElement)("h4",{className:"mt-8 font-medium text-sm text-slate-800 spectra-recaptcha__heading"},(0,We.__)("reCAPTCHA v3","ultimate-addons-for-gutenberg")),(0,i.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,We.__)("Site Key v3","ultimate-addons-for-gutenberg"),id:"grid-zip",type:"text",value:n,name:"site_key_v3",onChange:t=>{const a=t.target.value;e({type:"UPDATE_RECAPTCHA_SITE_KEY_V3",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_site_key_v3"),n.append("security",uag_react.recaptcha_site_key_v3_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))}}),(0,i.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,We.__)("Secret Key v3","ultimate-addons-for-gutenberg"),id:"grid-zip",type:"text",value:r,name:"secret_key_v3",onChange:t=>{const a=t.target.value;e({type:"UPDATE_RECAPTCHA_SECRET_KEY_V3",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_secret_key_v3"),n.append("security",uag_react.recaptcha_secret_key_v3_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))}}))};function Jr(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var qr=()=>{const e=oa(),t=da((e=>e.enableFontAwesome5)),a="disabled"!==t;return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Load Font Awesome 5 Support","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_FONT_AWESOME_5",payload:a});const n=new window.FormData;n.append("action","uag_load_font_awesome_5"),n.append("security",uag_react.load_font_awesome_5_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Jr(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Jr(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable this to make sure all previously used Font Awesome 5 icons are displayed correctly while using the Font Awesome 6 library.","ultimate-addons-for-gutenberg")))};function Xr(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Qr=()=>{const e=oa(),t=da((e=>e.enableAutoBlockRecovery)),a="disabled"!==t;return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Automatic Block Recovery","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_AUTO_BLOCK_RECOVERY",payload:a});const n=new window.FormData;n.append("action","uag_auto_block_recovery"),n.append("security",uag_react.auto_block_recovery_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Xr(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Xr(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)('Enable this to automatically recover any erroneous blocks that may occur on your web pages. This will save you time spent on clicking all those "Attempt Block Recovery" Buttons.',"ultimate-addons-for-gutenberg")))},el=()=>{const e=da((e=>e.containerGlobalPadding));(0,r.useEffect)((()=>{"default"===e&&a(10)}),[]);const t=oa(),a=e=>{t({type:"UPDATE_CONTAINER_GLOBAL_PADDING",payload:e});const a=new window.FormData;a.append("action","uag_container_global_padding"),a.append("security",uag_react.container_global_padding_nonce),a.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))};return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Container Padding","ultimate-addons-for-gutenberg")),(0,i.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,i.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:e,onChange:e=>{const t=e.target.value;a(t)},type:"number",placeholder:"",min:0,max:100}),(0,i.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,We.__)("px","ultimate-addons-for-gutenberg")))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This setting will apply default padding in the Container Block.","ultimate-addons-for-gutenberg")))};function tl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var al=()=>{const e=new URLSearchParams(Me()?.search),t=oa(),a=da((e=>e.activeSettingsNavigationTab)),n=da((e=>e.initialStateSetFlag)),l=[{name:(0,We.__)("Editor Options","ultimate-addons-for-gutenberg"),slug:"global-settings",icon:Ia["global-settings"]},{name:(0,We.__)("Asset Generation","ultimate-addons-for-gutenberg"),slug:"asset-generation",icon:Ia["asset-generation"]},{name:(0,We.__)("Templates","ultimate-addons-for-gutenberg"),slug:"templates",icon:Ia.templates},{name:(0,We.__)("Version Control","ultimate-addons-for-gutenberg"),slug:"version-control",icon:Ia["version-control"]},{name:(0,We.__)("Performance","ultimate-addons-for-gutenberg"),slug:"fonts-performance",icon:Ia["fonts-performance"]},{name:(0,We.__)("Block Settings","ultimate-addons-for-gutenberg"),slug:"block-settings",icon:Ia["block-settings"]},{name:(0,We.__)("Coming Soon","ultimate-addons-for-gutenberg"),slug:"coming-soon",icon:Ia["coming-soon"]}];return(0,r.useEffect)((()=>{const a=e.get("path"),n=e.get("settings");t({type:"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB",payload:n&&"settings"===a?n:"global-settings"})}),[n]),n?(0,i.createElement)("div",{className:"px-6 w-full"},(0,i.createElement)("div",{className:"mx-auto mt-10 mb-8 font-semibold text-2xl lg:max-w-[80rem]"},"Settings"),(0,i.createElement)("main",{className:"mx-auto my-[2.43rem] bg-white rounded-md shadow overflow-hidden min-h-[36rem] lg:max-w-[80rem]"},(0,i.createElement)("div",{className:"lg:grid lg:grid-cols-12 min-h-[36rem] h-full"},(0,i.createElement)("aside",{className:"py-6 sm:px-6 lg:py-6 lg:px-0 lg:col-span-3"},(0,i.createElement)("nav",{className:"space-y-1"},l.map((e=>(0,i.createElement)(He,{to:{pathname:"options-general.php",search:`?page=spectra&path=settings&settings=${e.slug}`},key:e.name,className:tl(a===e.slug?"border-spectra text-spectra focus:text-spectra-hover active:text-spectra hover:text-spectra-hover stroke-spectra fill-spectra focus:stroke-spectra focus:fill-spectra hover:stroke-spectra hover:fill-spectra":"border-white text-slate-800 stroke-slate-800 fill-slate-800 focus:text-slate-900 focus:border-slate-200 focus:stroke-slate-900 focus:fill-slate-900 hover:text-slate-900 hover:border-slate-200 hover:stroke-slate-900 hover:fill-slate-900","border-l-4 group cursor-pointer py-3 pl-5 flex items-center text-base font-medium"),onClick:()=>{t({type:"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB",payload:e.slug})}},e.icon,(0,i.createElement)("span",{className:"truncate"},e.name)))))),(0,i.createElement)("div",{className:"lg:col-span-9 border-l spectra__settings"},"global-settings"===a&&(0,i.createElement)(i.Fragment,null,(0,i.createElement)(Gr,null),(0,i.createElement)(el,null),(0,i.createElement)(zr,null),(0,i.createElement)(Br,null),(0,i.createElement)(Wr,null),(0,i.createElement)(Qr,null),"yes"===uag_react.global_data.uagb_old_user_less_than_2&&(0,i.createElement)(qr,null)),"asset-generation"===a&&(0,i.createElement)(i.Fragment,null,(0,i.createElement)(Ra,null),(0,i.createElement)(Fa,null)),"templates"===a&&(0,i.createElement)(ja,null),"version-control"===a&&(0,i.createElement)(i.Fragment,null,(0,i.createElement)(Ua,null),(0,i.createElement)(Ga,null)),"fonts-performance"===a&&(0,i.createElement)(i.Fragment,null,(0,i.createElement)(Rr,null),(0,i.createElement)(Hr,null),(0,i.createElement)(Ir,null)),"block-settings"===a&&(0,i.createElement)(i.Fragment,null,(0,i.createElement)(Yr,null)),"coming-soon"===a&&(0,i.createElement)(i.Fragment,null,(0,i.createElement)(Kr,null)))))):(0,i.createElement)($r,null)},nl=function(){const e=new URLSearchParams(Me().search),t=e.get("page"),a=e.get("path"),n=e.get("event");let r=(0,i.createElement)("p",null,"Default route fallback");if(uag_react.home_slug===t)if("getting-started"===n)r=(0,i.createElement)($t,null);else switch(a){case"blocks":r=(0,i.createElement)(La,null);break;case"settings":r=(0,i.createElement)(al,null);break;default:r=(0,i.createElement)($t,null)}return(0,i.createElement)(i.Fragment,null,r)},il=function(e){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true"},e),r.createElement("path",{fillRule:"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",clipRule:"evenodd"}))};function rl(){const e=oa(),t=da((e=>e.settingsSavedNotification));return(0,r.useEffect)((()=>{!0===t&&setTimeout((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!1})}),2e3)}),[t]),(0,i.createElement)(r.Fragment,null,(0,i.createElement)("div",{"aria-live":"assertive",className:"fixed inset-10 z-10 flex items-end px-4 py-6 pointer-events-none sm:p-6 sm:items-start"},(0,i.createElement)("div",{className:"w-full flex flex-col items-center space-y-4 sm:items-end"},(0,i.createElement)(lt,{show:t,as:r.Fragment,enter:"transform ease-out duration-300 transition",enterFrom:"translate-y-2 opacity-0 sm:translate-y-0 sm:translate-x-2",enterTo:"translate-y-0 opacity-100 sm:translate-x-0",leave:"transition ease-in duration-100",leaveFrom:"opacity-100",leaveTo:"opacity-0"},(0,i.createElement)("div",{className:"max-w-sm w-full bg-white shadow-lg rounded-lg pointer-events-auto ring-1 ring-black ring-opacity-5 overflow-hidden"},(0,i.createElement)("div",{className:"p-4"},(0,i.createElement)("div",{className:"flex items-start"},(0,i.createElement)("div",{className:"flex-shrink-0"},(0,i.createElement)(Gt,{className:"h-6 w-6 text-green-400","aria-hidden":"true"})),(0,i.createElement)("div",{className:"ml-3 w-0 flex-1 pt-0.5"},(0,i.createElement)("p",{className:"text-sm font-medium text-gray-900"},(0,We.__)("Successfully saved!","ultimate-addons-for-gutenberg"))),(0,i.createElement)("div",{className:"ml-4 flex-shrink-0 flex"},(0,i.createElement)("button",{className:"bg-white rounded-md inline-flex text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500",onClick:()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!1})}},(0,i.createElement)("span",{className:"sr-only"},"Close"),(0,i.createElement)(il,{className:"h-5 w-5","aria-hidden":"true"}))))))))))}function ll(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var ol="function"==typeof Symbol&&Symbol.observable||"@@observable",sl=function(){return Math.random().toString(36).substring(7).split("").join(".")},ul={INIT:"@@redux/INIT"+sl(),REPLACE:"@@redux/REPLACE"+sl(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+sl()}};function cl(e){if("object"!=typeof e||null===e)return!1;for(var t=e;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}const dl=function e(t,a,n){var i;if("function"==typeof a&&"function"==typeof n||"function"==typeof n&&"function"==typeof arguments[3])throw new Error(ll(0));if("function"==typeof a&&void 0===n&&(n=a,a=void 0),void 0!==n){if("function"!=typeof n)throw new Error(ll(1));return n(e)(t,a)}if("function"!=typeof t)throw new Error(ll(2));var r=t,l=a,o=[],s=o,u=!1;function c(){s===o&&(s=o.slice())}function d(){if(u)throw new Error(ll(3));return l}function m(e){if("function"!=typeof e)throw new Error(ll(4));if(u)throw new Error(ll(5));var t=!0;return c(),s.push(e),function(){if(t){if(u)throw new Error(ll(6));t=!1,c();var a=s.indexOf(e);s.splice(a,1),o=null}}}function f(e){if(!cl(e))throw new Error(ll(7));if(void 0===e.type)throw new Error(ll(8));if(u)throw new Error(ll(9));try{u=!0,l=r(l,e)}finally{u=!1}for(var t=o=s,a=0;a<t.length;a++)(0,t[a])();return e}function g(e){if("function"!=typeof e)throw new Error(ll(10));r=e,f({type:ul.REPLACE})}function p(){var e,t=m;return(e={subscribe:function(e){if("object"!=typeof e||null===e)throw new Error(ll(11));function a(){e.next&&e.next(d())}return a(),{unsubscribe:t(a)}}})[ol]=function(){return this},e}return f({type:ul.INIT}),(i={dispatch:f,subscribe:m,getState:d,replaceReducer:g})[ol]=p,i}((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"UPDATE_INITIAL_STATE":return{...t.payload};case"UPDATE_INITIAL_STATE_FLAG":return{...e,initialStateSetFlag:t.payload};case"UPDATE_BLOCKS_ACTIVE_FILTER_TAB":return{...e,activeBlocksFilterTab:t.payload};case"UPDATE_BLOCK_STATUSES":return{...e,blocksStatuses:t.payload};case"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB":return{...e,activeSettingsNavigationTab:t.payload};case"UPDATE_FILE_GENERATION":return{...e,enableFileGeneration:t.payload};case"UPDATE_TEMPLATES_BUTTON":return{...e,enableTemplates:t.payload};case"UPDATE_BETA":return{...e,enableBeta:t.payload};case"UPDATE_ENABLE_SELECTED_FONT_FAMILIES":return{...e,enableSelectedFontFamilies:t.payload};case"UPDATE_SELECTED_FONT_FAMILIES":return{...e,selectedFontFamilies:t.payload};case"UPDATE_ENABLE_LOAD_FONTS_LOCALLY":return{...e,enableLoadFontsLocally:t.payload};case"UPDATE_ENABLE_PRELOAD_LOCAL_FONTS":return{...e,enablePreloadLocalFonts:t.payload};case"UPDATE_ENABLE_COLLAPSE_PANELS":return{...e,enableCollapsePanels:t.payload};case"UPDATE_ENABLE_COPY_PASTE_STYLES":return{...e,enableCopyPasteStyles:t.payload};case"UPDATE_ENABLE_DISPLAY_CONDITIONS":return{...e,enableDisplayConditions:t.payload};case"UPDATE_ENABLE_MASONRY_EXTENSION":return{...e,enableMasonryExtension:t.payload};case"UPDATE_ENABLE_RESPONSIVE_CONDITIONS":return{...e,enableResponsiveConditions:t.payload};case"UPDATE_CONTENT_WIDTH":return{...e,contentWidth:t.payload};case"UPDATE_RECAPTCHA_SITE_KEY_V2":return{...e,siteKeyV2:t.payload};case"UPDATE_RECAPTCHA_SITE_KEY_V3":return{...e,siteKeyV3:t.payload};case"UPDATE_RECAPTCHA_SECRET_KEY_V2":return{...e,secretKeyV2:t.payload};case"UPDATE_RECAPTCHA_SECRET_KEY_V3":return{...e,secretKeyV3:t.payload};case"UPDATE_SETTINGS_SAVED_NOTIFICATION":return{...e,settingsSavedNotification:t.payload};case"UPDATE_ENABLE_COMING_SOON":return{...e,enableComingSoonMode:t.payload};case"UPDATE_COMING_SOON_PAGE":return{...e,comingSoonPage:t.payload};case"UPDATE_BLOCKS_EDITOR_SPACING":return{...e,blocksEditorSpacing:t.payload};case"UPDATE_ENABLE_FONT_AWESOME_5":return{...e,enableFontAwesome5:t.payload};case"UPDATE_ENABLE_AUTO_BLOCK_RECOVERY":return{...e,enableAutoBlockRecovery:t.payload};case"UPDATE_CONTAINER_GLOBAL_PADDING":return{...e,containerGlobalPadding:t.payload};default:return e}}),{initialStateSetFlag:!1,activeBlocksFilterTab:"all",activeSettingsNavigationTab:"",blocksStatuses:[],enableFileGeneration:"",enableTemplates:"",enableBeta:"",enableSelectedFontFamilies:"",selectedFontFamilies:"",enableLoadFontsLocally:"",enablePreloadLocalFonts:"",enableCollapsePanels:"",enableCopyPasteStyles:"",enableDisplayConditions:"",enableMasonryExtension:"",enableResponsiveConditions:"",contentWidth:"",siteKeyV2:"",siteKeyV3:"",secretKeyV2:"",secretKeyV3:"",settingsSavedNotification:!1,enableComingSoonMode:"disabled",comingSoonPage:"",blocksEditorSpacing:"",containerGlobalPadding:"",enableFontAwesome5:"yes"===uag_react.global_data.uagb_old_user_less_than_2?"enabled":"disabled",enableAutoBlockRecovery:"yes"===uag_react.global_data.uagb_old_user_less_than_2?"enabled":"disabled"},window.__REDUX_DEVTOOLS_EXTENSION__&&window.__REDUX_DEVTOOLS_EXTENSION__());var ml,fl=dl;fl.getState().initialStateSetFlag||(ml=fl,Jt()({path:"/uag/v1/admin/commonsettings/"}).then((e=>{const t={initialStateSetFlag:!0,activeBlocksFilterTab:"all",activeSettingsNavigationTab:"global-settings",settingsSavedNotification:!1,blocksStatuses:e.blocks_activation_and_deactivation,enableFileGeneration:e.enable_file_generation,enableTemplates:e.enable_templates_button,enableBeta:e.enable_beta_updates,enableSelectedFontFamilies:e.load_select_font_globally,selectedFontFamilies:e.select_font_globally,enableLoadFontsLocally:e.load_gfonts_locally,enablePreloadLocalFonts:e.preload_local_fonts,enableCollapsePanels:e.collapse_panels,enableCopyPasteStyles:e.copy_paste,enableDisplayConditions:e.enable_block_condition,enableMasonryExtension:e.enable_masonry_gallery,enableResponsiveConditions:e.enable_block_responsive,contentWidth:e.content_width,siteKeyV2:e.recaptcha_site_key_v2,secretKeyV2:e.recaptcha_secret_key_v2,siteKeyV3:e.recaptcha_site_key_v3,secretKeyV3:e.recaptcha_secret_key_v3,enableComingSoonMode:e.enable_coming_soon_mode,comingSoonPage:e.coming_soon_page,blocksEditorSpacing:e.blocks_editor_spacing,containerGlobalPadding:e.container_global_padding,enableFontAwesome5:e.load_font_awesome_5,enableAutoBlockRecovery:e.auto_block_recovery};ml.dispatch({type:"UPDATE_INITIAL_STATE",payload:t})}))),s().render((0,i.createElement)((function(e){var t=e.store,a=e.context,n=e.children,i=(0,r.useMemo)((function(){var e=ta(t);return e.onStateChange=e.notifyNestedSubs,{store:t,subscription:e}}),[t]),o=(0,r.useMemo)((function(){return t.getState()}),[t]);aa((function(){var e=i.subscription;return e.trySubscribe(),o!==t.getState()&&e.notifyNestedSubs(),function(){e.tryUnsubscribe(),e.onStateChange=null}}),[i,o]);var s=a||qt;return l().createElement(s.Provider,{value:i},n)}),{store:fl},(0,i.createElement)((()=>(0,i.createElement)(Pe,null,(0,i.createElement)(Kt,null),(0,i.createElement)(rl,null),(0,i.createElement)(Te,null,(0,i.createElement)(Ne,{path:"/"},(0,i.createElement)(nl,null))))),null)),document.getElementById("uag-dashboard-app"))}()}();
1
+ !function(){var e={679:function(e,t,a){"use strict";var n=a(864),i={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},r={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},l={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},o={};function s(e){return n.isMemo(e)?l:o[e.$$typeof]||i}o[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},o[n.Memo]=l;var u=Object.defineProperty,c=Object.getOwnPropertyNames,m=Object.getOwnPropertySymbols,d=Object.getOwnPropertyDescriptor,f=Object.getPrototypeOf,g=Object.prototype;e.exports=function e(t,a,n){if("string"!=typeof a){if(g){var i=f(a);i&&i!==g&&e(t,i,n)}var l=c(a);m&&(l=l.concat(m(a)));for(var o=s(t),p=s(a),h=0;h<l.length;++h){var v=l[h];if(!(r[v]||n&&n[v]||p&&p[v]||o&&o[v])){var b=d(a,v);try{u(t,v,b)}catch(e){}}}}return t}},826:function(e){e.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},779:function(e,t,a){var n=a(826);e.exports=function e(t,a,i){return n(a)||(i=a||i,a=[]),i=i||{},t instanceof RegExp?function(e,t){var a=e.source.match(/\((?!\?)/g);if(a)for(var n=0;n<a.length;n++)t.push({name:n,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return c(e,t)}(t,a):n(t)?function(t,a,n){for(var i=[],r=0;r<t.length;r++)i.push(e(t[r],a,n).source);return c(new RegExp("(?:"+i.join("|")+")",m(n)),a)}(t,a,i):function(e,t,a){return d(r(e,a),t,a)}(t,a,i)},e.exports.parse=r,e.exports.compile=function(e,t){return o(r(e,t),t)},e.exports.tokensToFunction=o,e.exports.tokensToRegExp=d;var i=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function r(e,t){for(var a,n=[],r=0,l=0,o="",c=t&&t.delimiter||"/";null!=(a=i.exec(e));){var m=a[0],d=a[1],f=a.index;if(o+=e.slice(l,f),l=f+m.length,d)o+=d[1];else{var g=e[l],p=a[2],h=a[3],v=a[4],b=a[5],w=a[6],y=a[7];o&&(n.push(o),o="");var x=null!=p&&null!=g&&g!==p,D="+"===w||"*"===w,E="?"===w||"*"===w,C=a[2]||c,k=v||b;n.push({name:h||r++,prefix:p||"",delimiter:C,optional:E,repeat:D,partial:x,asterisk:!!y,pattern:k?u(k):y?".*":"[^"+s(C)+"]+?"})}}return l<e.length&&(o+=e.substr(l)),o&&n.push(o),n}function l(e){return encodeURI(e).replace(/[\/?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function o(e,t){for(var a=new Array(e.length),i=0;i<e.length;i++)"object"==typeof e[i]&&(a[i]=new RegExp("^(?:"+e[i].pattern+")$",m(t)));return function(t,i){for(var r="",o=t||{},s=(i||{}).pretty?l:encodeURIComponent,u=0;u<e.length;u++){var c=e[u];if("string"!=typeof c){var m,d=o[c.name];if(null==d){if(c.optional){c.partial&&(r+=c.prefix);continue}throw new TypeError('Expected "'+c.name+'" to be defined')}if(n(d)){if(!c.repeat)throw new TypeError('Expected "'+c.name+'" to not repeat, but received `'+JSON.stringify(d)+"`");if(0===d.length){if(c.optional)continue;throw new TypeError('Expected "'+c.name+'" to not be empty')}for(var f=0;f<d.length;f++){if(m=s(d[f]),!a[u].test(m))throw new TypeError('Expected all "'+c.name+'" to match "'+c.pattern+'", but received `'+JSON.stringify(m)+"`");r+=(0===f?c.prefix:c.delimiter)+m}}else{if(m=c.asterisk?encodeURI(d).replace(/[?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})):s(d),!a[u].test(m))throw new TypeError('Expected "'+c.name+'" to match "'+c.pattern+'", but received "'+m+'"');r+=c.prefix+m}}else r+=c}return r}}function s(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function u(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function c(e,t){return e.keys=t,e}function m(e){return e&&e.sensitive?"":"i"}function d(e,t,a){n(t)||(a=t||a,t=[]);for(var i=(a=a||{}).strict,r=!1!==a.end,l="",o=0;o<e.length;o++){var u=e[o];if("string"==typeof u)l+=s(u);else{var d=s(u.prefix),f="(?:"+u.pattern+")";t.push(u),u.repeat&&(f+="(?:"+d+f+")*"),l+=f=u.optional?u.partial?d+"("+f+")?":"(?:"+d+"("+f+"))?":d+"("+f+")"}}var g=s(a.delimiter||"/"),p=l.slice(-g.length)===g;return i||(l=(p?l.slice(0,-g.length):l)+"(?:"+g+"(?=$))?"),l+=r?"$":i&&p?"":"(?="+g+"|$)",c(new RegExp("^"+l,m(a)),t)}},703:function(e,t,a){"use strict";var n=a(414);function i(){}function r(){}r.resetWarningCache=i,e.exports=function(){function e(e,t,a,i,r,l){if(l!==n){var o=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw o.name="Invariant Violation",o}}function t(){return e}e.isRequired=e;var a={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:r,resetWarningCache:i};return a.PropTypes=a,a}},697:function(e,t,a){e.exports=a(703)()},414:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},639:function(e,t,a){"use strict";var n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e},i=function(){function e(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(t,a,n){return a&&e(t.prototype,a),n&&e(t,n),t}}(),r=a(196),l=s(r),o=s(a(697));function s(e){return e&&e.__esModule?e:{default:e}}var u={position:"absolute",top:0,left:0,visibility:"hidden",height:0,overflow:"scroll",whiteSpace:"pre"},c=["extraWidth","injectStyles","inputClassName","inputRef","inputStyle","minWidth","onAutosize","placeholderIsMinWidth"],m=function(e,t){t.style.fontSize=e.fontSize,t.style.fontFamily=e.fontFamily,t.style.fontWeight=e.fontWeight,t.style.fontStyle=e.fontStyle,t.style.letterSpacing=e.letterSpacing,t.style.textTransform=e.textTransform},d=!("undefined"==typeof window||!window.navigator)&&/MSIE |Trident\/|Edge\//.test(window.navigator.userAgent),f=function(){return d?"_"+Math.random().toString(36).substr(2,12):void 0},g=function(e){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var a=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));return a.inputRef=function(e){a.input=e,"function"==typeof a.props.inputRef&&a.props.inputRef(e)},a.placeHolderSizerRef=function(e){a.placeHolderSizer=e},a.sizerRef=function(e){a.sizer=e},a.state={inputWidth:e.minWidth,inputId:e.id||f(),prevId:e.id},a}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),i(t,null,[{key:"getDerivedStateFromProps",value:function(e,t){var a=e.id;return a!==t.prevId?{inputId:a||f(),prevId:a}:null}}]),i(t,[{key:"componentDidMount",value:function(){this.mounted=!0,this.copyInputStyles(),this.updateInputWidth()}},{key:"componentDidUpdate",value:function(e,t){t.inputWidth!==this.state.inputWidth&&"function"==typeof this.props.onAutosize&&this.props.onAutosize(this.state.inputWidth),this.updateInputWidth()}},{key:"componentWillUnmount",value:function(){this.mounted=!1}},{key:"copyInputStyles",value:function(){if(this.mounted&&window.getComputedStyle){var e=this.input&&window.getComputedStyle(this.input);e&&(m(e,this.sizer),this.placeHolderSizer&&m(e,this.placeHolderSizer))}}},{key:"updateInputWidth",value:function(){if(this.mounted&&this.sizer&&void 0!==this.sizer.scrollWidth){var e=void 0;e=this.props.placeholder&&(!this.props.value||this.props.value&&this.props.placeholderIsMinWidth)?Math.max(this.sizer.scrollWidth,this.placeHolderSizer.scrollWidth)+2:this.sizer.scrollWidth+2,(e+="number"===this.props.type&&void 0===this.props.extraWidth?16:parseInt(this.props.extraWidth)||0)<this.props.minWidth&&(e=this.props.minWidth),e!==this.state.inputWidth&&this.setState({inputWidth:e})}}},{key:"getInput",value:function(){return this.input}},{key:"focus",value:function(){this.input.focus()}},{key:"blur",value:function(){this.input.blur()}},{key:"select",value:function(){this.input.select()}},{key:"renderStyles",value:function(){var e=this.props.injectStyles;return d&&e?l.default.createElement("style",{dangerouslySetInnerHTML:{__html:"input#"+this.state.inputId+"::-ms-clear {display: none;}"}}):null}},{key:"render",value:function(){var e=[this.props.defaultValue,this.props.value,""].reduce((function(e,t){return null!=e?e:t})),t=n({},this.props.style);t.display||(t.display="inline-block");var a=n({boxSizing:"content-box",width:this.state.inputWidth+"px"},this.props.inputStyle),i=function(e,t){var a={};for(var n in e)t.indexOf(n)>=0||Object.prototype.hasOwnProperty.call(e,n)&&(a[n]=e[n]);return a}(this.props,[]);return function(e){c.forEach((function(t){return delete e[t]}))}(i),i.className=this.props.inputClassName,i.id=this.state.inputId,i.style=a,l.default.createElement("div",{className:this.props.className,style:t},this.renderStyles(),l.default.createElement("input",n({},i,{ref:this.inputRef})),l.default.createElement("div",{ref:this.sizerRef,style:u},e),this.props.placeholder?l.default.createElement("div",{ref:this.placeHolderSizerRef,style:u},this.props.placeholder):null)}}]),t}(r.Component);g.propTypes={className:o.default.string,defaultValue:o.default.any,extraWidth:o.default.oneOfType([o.default.number,o.default.string]),id:o.default.string,injectStyles:o.default.bool,inputClassName:o.default.string,inputRef:o.default.func,inputStyle:o.default.object,minWidth:o.default.oneOfType([o.default.number,o.default.string]),onAutosize:o.default.func,onChange:o.default.func,placeholder:o.default.string,placeholderIsMinWidth:o.default.bool,style:o.default.object,value:o.default.any},g.defaultProps={minWidth:1,injectStyles:!0},t.Z=g},921:function(e,t){"use strict";var a="function"==typeof Symbol&&Symbol.for,n=a?Symbol.for("react.element"):60103,i=a?Symbol.for("react.portal"):60106,r=a?Symbol.for("react.fragment"):60107,l=a?Symbol.for("react.strict_mode"):60108,o=a?Symbol.for("react.profiler"):60114,s=a?Symbol.for("react.provider"):60109,u=a?Symbol.for("react.context"):60110,c=a?Symbol.for("react.async_mode"):60111,m=a?Symbol.for("react.concurrent_mode"):60111,d=a?Symbol.for("react.forward_ref"):60112,f=a?Symbol.for("react.suspense"):60113,g=a?Symbol.for("react.suspense_list"):60120,p=a?Symbol.for("react.memo"):60115,h=a?Symbol.for("react.lazy"):60116,v=a?Symbol.for("react.block"):60121,b=a?Symbol.for("react.fundamental"):60117,w=a?Symbol.for("react.responder"):60118,y=a?Symbol.for("react.scope"):60119;function x(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case c:case m:case r:case o:case l:case f:return e;default:switch(e=e&&e.$$typeof){case u:case d:case h:case p:case s:return e;default:return t}}case i:return t}}}function D(e){return x(e)===m}t.AsyncMode=c,t.ConcurrentMode=m,t.ContextConsumer=u,t.ContextProvider=s,t.Element=n,t.ForwardRef=d,t.Fragment=r,t.Lazy=h,t.Memo=p,t.Portal=i,t.Profiler=o,t.StrictMode=l,t.Suspense=f,t.isAsyncMode=function(e){return D(e)||x(e)===c},t.isConcurrentMode=D,t.isContextConsumer=function(e){return x(e)===u},t.isContextProvider=function(e){return x(e)===s},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return x(e)===d},t.isFragment=function(e){return x(e)===r},t.isLazy=function(e){return x(e)===h},t.isMemo=function(e){return x(e)===p},t.isPortal=function(e){return x(e)===i},t.isProfiler=function(e){return x(e)===o},t.isStrictMode=function(e){return x(e)===l},t.isSuspense=function(e){return x(e)===f},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===m||e===o||e===l||e===f||e===g||"object"==typeof e&&null!==e&&(e.$$typeof===h||e.$$typeof===p||e.$$typeof===s||e.$$typeof===u||e.$$typeof===d||e.$$typeof===b||e.$$typeof===w||e.$$typeof===y||e.$$typeof===v)},t.typeOf=x},864:function(e,t,a){"use strict";e.exports=a(921)},359:function(e,t){"use strict";if("function"==typeof Symbol&&Symbol.for){var a=Symbol.for;a("react.element"),a("react.portal"),a("react.fragment"),a("react.strict_mode"),a("react.profiler"),a("react.provider"),a("react.context"),a("react.forward_ref"),a("react.suspense"),a("react.suspense_list"),a("react.memo"),a("react.lazy"),a("react.block"),a("react.server.block"),a("react.fundamental"),a("react.debug_trace_mode"),a("react.legacy_hidden")}},973:function(e,t,a){"use strict";a(359)},196:function(e){"use strict";e.exports=window.React}},t={};function a(n){var i=t[n];if(void 0!==i)return i.exports;var r=t[n]={exports:{}};return e[n](r,r.exports,a),r.exports}a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,{a:t}),t},a.d=function(e,t){for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){"use strict";var e,t,n,i=window.wp.element,r=a(196),l=a.n(r),o=window.ReactDOM,s=a.n(o);function u(){return u=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e},u.apply(this,arguments)}function c(e,t){if(null==e)return{};var a,n,i={},r=Object.keys(e);for(n=0;n<r.length;n++)a=r[n],t.indexOf(a)>=0||(i[a]=e[a]);return i}function m(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,n=new Array(t);a<t;a++)n[a]=e[a];return n}function d(e,t){var a;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(a=function(e,t){if(e){if("string"==typeof e)return m(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?m(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){a&&(e=a);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(a=e[Symbol.iterator]()).next.bind(a)}function f(e,t){if(e in t){for(var a=t[e],n=arguments.length,i=new Array(n>2?n-2:0),r=2;r<n;r++)i[r-2]=arguments[r];return"function"==typeof a?a.apply(void 0,i):a}var l=new Error('Tried to handle "'+e+'" but there is no handler defined. Only defined handlers are: '+Object.keys(t).map((function(e){return'"'+e+'"'})).join(", ")+".");throw Error.captureStackTrace&&Error.captureStackTrace(l,f),l}function g(a){var n=a.props,i=a.slot,r=a.defaultTag,l=a.features,o=a.visible,s=void 0===o||o,m=a.name;if(s)return p(n,i,r,m);var d=null!=l?l:e.None;if(d&e.Static){var g=n.static,h=void 0!==g&&g,v=c(n,["static"]);if(h)return p(v,i,r,m)}if(d&e.RenderStrategy){var b,w=n.unmount,y=void 0===w||w,x=c(n,["unmount"]);return f(y?t.Unmount:t.Hidden,((b={})[t.Unmount]=function(){return null},b[t.Hidden]=function(){return p(u({},x,{hidden:!0,style:{display:"none"}}),i,r,m)},b))}return p(n,i,r,m)}function p(e,t,a,n){var i;void 0===t&&(t={});var l=v(e,["unmount","static"]),o=l.as,s=void 0===o?a:o,u=l.children,m=l.refName,f=void 0===m?"ref":m,g=c(l,["as","children","refName"]),p=void 0!==e.ref?((i={})[f]=e.ref,i):{},h="function"==typeof u?u(t):u;if(g.className&&"function"==typeof g.className&&(g.className=g.className(t)),s===r.Fragment&&Object.keys(g).length>0){if(!(0,r.isValidElement)(h)||Array.isArray(h)&&h.length>1)throw new Error(['Passing props on "Fragment"!',"","The current component <"+n+' /> is rendering a "Fragment".',"However we need to passthrough the following props:",Object.keys(g).map((function(e){return" - "+e})).join("\n"),"","You can apply a few solutions:",['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".',"Render a single element as the child so that we can forward the props onto that element."].map((function(e){return" - "+e})).join("\n")].join("\n"));return(0,r.cloneElement)(h,Object.assign({},function(e,t,a){for(var n,i=Object.assign({},e),r=function(){var a,r=n.value;void 0!==e[r]&&void 0!==t[r]&&Object.assign(i,((a={})[r]=function(a){a.defaultPrevented||e[r](a),a.defaultPrevented||t[r](a)},a))},l=d(["onClick"]);!(n=l()).done;)r();return i}(function(e){var t=Object.assign({},e);for(var a in t)void 0===t[a]&&delete t[a];return t}(v(g,["ref"])),h.props),p))}return(0,r.createElement)(s,Object.assign({},v(g,["ref"]),s!==r.Fragment&&p),h)}function h(e){var t;return Object.assign((0,r.forwardRef)(e),{displayName:null!=(t=e.displayName)?t:e.name})}function v(e,t){void 0===t&&(t=[]);for(var a,n=Object.assign({},e),i=d(t);!(a=i()).done;){var r=a.value;r in n&&delete n[r]}return n}function b(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];var n=(0,r.useRef)(t);return(0,r.useEffect)((function(){n.current=t}),[t]),(0,r.useCallback)((function(e){for(var t,a=d(n.current);!(t=a()).done;){var i=t.value;null!=i&&("function"==typeof i?i(e):i.current=e)}}),[n])}function w(e){for(var t,a,n=e.parentElement,i=null;n&&!(n instanceof HTMLFieldSetElement);)n instanceof HTMLLegendElement&&(i=n),n=n.parentElement;var r=null!=(t=""===(null==(a=n)?void 0:a.getAttribute("disabled")))&&t;return(!r||!function(e){if(!e)return!1;for(var t=e.previousElementSibling;null!==t;){if(t instanceof HTMLLegendElement)return!1;t=t.previousElementSibling}return!0}(i))&&r}!function(e){e[e.None=0]="None",e[e.RenderStrategy=1]="RenderStrategy",e[e.Static=2]="Static"}(e||(e={})),function(e){e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden"}(t||(t={})),function(e){e.Space=" ",e.Enter="Enter",e.Escape="Escape",e.Backspace="Backspace",e.ArrowLeft="ArrowLeft",e.ArrowUp="ArrowUp",e.ArrowRight="ArrowRight",e.ArrowDown="ArrowDown",e.Home="Home",e.End="End",e.PageUp="PageUp",e.PageDown="PageDown",e.Tab="Tab"}(n||(n={}));var y="undefined"!=typeof window?r.useLayoutEffect:r.useEffect,x={serverHandoffComplete:!1};function D(){var e=(0,r.useState)(x.serverHandoffComplete),t=e[0],a=e[1];return(0,r.useEffect)((function(){!0!==t&&a(!0)}),[t]),(0,r.useEffect)((function(){!1===x.serverHandoffComplete&&(x.serverHandoffComplete=!0)}),[]),t}var E=0;function C(){return++E}function k(){var e=D(),t=(0,r.useState)(e?C:null),a=t[0],n=t[1];return y((function(){null===a&&n(C())}),[a]),null!=a?""+a:void 0}var _,S,O,N,T=(0,r.createContext)(null);function A(){return(0,r.useContext)(T)}function M(e){var t=e.value,a=e.children;return l().createElement(T.Provider,{value:t},a)}function P(e){var t;if(e.type)return e.type;var a=null!=(t=e.as)?t:"button";return"string"==typeof a&&"button"===a.toLowerCase()?"button":void 0}function L(e,t){var a=(0,r.useState)((function(){return P(e)})),n=a[0],i=a[1];return y((function(){i(P(e))}),[e.type,e.as]),y((function(){n||t.current&&t.current instanceof HTMLButtonElement&&!t.current.hasAttribute("type")&&i("button")}),[n,t]),n}T.displayName="OpenClosedContext",function(e){e[e.Open=0]="Open",e[e.Closed=1]="Closed"}(_||(_={})),function(e){e[e.Open=0]="Open",e[e.Closed=1]="Closed"}(O||(O={})),function(e){e[e.ToggleDisclosure=0]="ToggleDisclosure",e[e.CloseDisclosure=1]="CloseDisclosure",e[e.SetButtonId=2]="SetButtonId",e[e.SetPanelId=3]="SetPanelId",e[e.LinkPanel=4]="LinkPanel",e[e.UnlinkPanel=5]="UnlinkPanel"}(N||(N={}));var I=((S={})[N.ToggleDisclosure]=function(e){var t;return u({},e,{disclosureState:f(e.disclosureState,(t={},t[O.Open]=O.Closed,t[O.Closed]=O.Open,t))})},S[N.CloseDisclosure]=function(e){return e.disclosureState===O.Closed?e:u({},e,{disclosureState:O.Closed})},S[N.LinkPanel]=function(e){return!0===e.linkedPanel?e:u({},e,{linkedPanel:!0})},S[N.UnlinkPanel]=function(e){return!1===e.linkedPanel?e:u({},e,{linkedPanel:!1})},S[N.SetButtonId]=function(e,t){return e.buttonId===t.buttonId?e:u({},e,{buttonId:t.buttonId})},S[N.SetPanelId]=function(e,t){return e.panelId===t.panelId?e:u({},e,{panelId:t.panelId})},S),V=(0,r.createContext)(null);function R(e){var t=(0,r.useContext)(V);if(null===t){var a=new Error("<"+e+" /> is missing a parent <"+W.name+" /> component.");throw Error.captureStackTrace&&Error.captureStackTrace(a,R),a}return t}V.displayName="DisclosureContext";var F=(0,r.createContext)(null);function H(e){var t=(0,r.useContext)(F);if(null===t){var a=new Error("<"+e+" /> is missing a parent <"+W.name+" /> component.");throw Error.captureStackTrace&&Error.captureStackTrace(a,H),a}return t}F.displayName="DisclosureAPIContext";var j=(0,r.createContext)(null);function B(e,t){return f(t.type,I,e,t)}j.displayName="DisclosurePanelContext";var U=r.Fragment;function W(e){var t,a=e.defaultOpen,n=void 0!==a&&a,i=c(e,["defaultOpen"]),o="headlessui-disclosure-button-"+k(),s="headlessui-disclosure-panel-"+k(),u=(0,r.useReducer)(B,{disclosureState:n?O.Open:O.Closed,linkedPanel:!1,buttonId:o,panelId:s}),m=u[0].disclosureState,d=u[1];(0,r.useEffect)((function(){return d({type:N.SetButtonId,buttonId:o})}),[o,d]),(0,r.useEffect)((function(){return d({type:N.SetPanelId,panelId:s})}),[s,d]);var p=(0,r.useCallback)((function(e){d({type:N.CloseDisclosure});var t=e?e instanceof HTMLElement?e:e.current instanceof HTMLElement?e.current:document.getElementById(o):document.getElementById(o);null==t||t.focus()}),[d,o]),h=(0,r.useMemo)((function(){return{close:p}}),[p]),v=(0,r.useMemo)((function(){return{open:m===O.Open,close:p}}),[m,p]);return l().createElement(V.Provider,{value:u},l().createElement(F.Provider,{value:h},l().createElement(M,{value:f(m,(t={},t[O.Open]=_.Open,t[O.Closed]=_.Closed,t))},g({props:i,slot:v,defaultTag:U,name:"Disclosure"}))))}var G=h((function e(t,a){var i=R([W.name,e.name].join(".")),l=i[0],o=i[1],s=(0,r.useRef)(null),c=b(s,a),m=(0,r.useContext)(j),d=null!==m&&m===l.panelId,f=(0,r.useCallback)((function(e){var t;if(d){if(l.disclosureState===O.Closed)return;switch(e.key){case n.Space:case n.Enter:e.preventDefault(),e.stopPropagation(),o({type:N.ToggleDisclosure}),null==(t=document.getElementById(l.buttonId))||t.focus()}}else switch(e.key){case n.Space:case n.Enter:e.preventDefault(),e.stopPropagation(),o({type:N.ToggleDisclosure})}}),[o,d,l.disclosureState]),p=(0,r.useCallback)((function(e){e.key===n.Space&&e.preventDefault()}),[]),h=(0,r.useCallback)((function(e){var a;w(e.currentTarget)||t.disabled||(d?(o({type:N.ToggleDisclosure}),null==(a=document.getElementById(l.buttonId))||a.focus()):o({type:N.ToggleDisclosure}))}),[o,t.disabled,l.buttonId,d]),v=(0,r.useMemo)((function(){return{open:l.disclosureState===O.Open}}),[l]),y=L(t,s);return g({props:u({},t,d?{ref:c,type:y,onKeyDown:f,onClick:h}:{ref:c,id:l.buttonId,type:y,"aria-expanded":t.disabled?void 0:l.disclosureState===O.Open,"aria-controls":l.linkedPanel?l.panelId:void 0,onKeyDown:f,onKeyUp:p,onClick:h}),slot:v,defaultTag:"button",name:"Disclosure.Button"})})),z=e.RenderStrategy|e.Static,Z=h((function e(t,a){var n=R([W.name,e.name].join(".")),i=n[0],o=n[1],s=H([W.name,e.name].join(".")).close,c=b(a,(function(){i.linkedPanel||o({type:N.LinkPanel})})),m=A(),d=null!==m?m===_.Open:i.disclosureState===O.Open;(0,r.useEffect)((function(){return function(){return o({type:N.UnlinkPanel})}}),[o]),(0,r.useEffect)((function(){var e;i.disclosureState!==O.Closed||null!=(e=t.unmount)&&!e||o({type:N.UnlinkPanel})}),[i.disclosureState,t.unmount,o]);var f=(0,r.useMemo)((function(){return{open:i.disclosureState===O.Open,close:s}}),[i,s]),p={ref:c,id:i.panelId},h=t;return l().createElement(j.Provider,{value:i.panelId},g({props:u({},h,p),slot:f,defaultTag:"div",features:z,visible:d,name:"Disclosure.Panel"}))}));function K(e,t){return K=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},K(e,t)}function $(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,K(e,t)}W.Button=G,W.Panel=Z;var Y=a(697),J=a.n(Y);function q(){return q=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e},q.apply(this,arguments)}function X(e){return"/"===e.charAt(0)}function Q(e,t){for(var a=t,n=a+1,i=e.length;n<i;a+=1,n+=1)e[a]=e[n];e.pop()}var ee=function(e,t){if(!e)throw new Error("Invariant failed")};function te(e){return"/"===e.charAt(0)?e:"/"+e}function ae(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function ne(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function ie(e){var t=e.pathname,a=e.search,n=e.hash,i=t||"/";return a&&"?"!==a&&(i+="?"===a.charAt(0)?a:"?"+a),n&&"#"!==n&&(i+="#"===n.charAt(0)?n:"#"+n),i}function re(e,t,a,n){var i;"string"==typeof e?(i=function(e){var t=e||"/",a="",n="",i=t.indexOf("#");-1!==i&&(n=t.substr(i),t=t.substr(0,i));var r=t.indexOf("?");return-1!==r&&(a=t.substr(r),t=t.substr(0,r)),{pathname:t,search:"?"===a?"":a,hash:"#"===n?"":n}}(e),i.state=t):(void 0===(i=q({},e)).pathname&&(i.pathname=""),i.search?"?"!==i.search.charAt(0)&&(i.search="?"+i.search):i.search="",i.hash?"#"!==i.hash.charAt(0)&&(i.hash="#"+i.hash):i.hash="",void 0!==t&&void 0===i.state&&(i.state=t));try{i.pathname=decodeURI(i.pathname)}catch(e){throw e instanceof URIError?new URIError('Pathname "'+i.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):e}return a&&(i.key=a),n?i.pathname?"/"!==i.pathname.charAt(0)&&(i.pathname=function(e,t){void 0===t&&(t="");var a,n=e&&e.split("/")||[],i=t&&t.split("/")||[],r=e&&X(e),l=t&&X(t),o=r||l;if(e&&X(e)?i=n:n.length&&(i.pop(),i=i.concat(n)),!i.length)return"/";if(i.length){var s=i[i.length-1];a="."===s||".."===s||""===s}else a=!1;for(var u=0,c=i.length;c>=0;c--){var m=i[c];"."===m?Q(i,c):".."===m?(Q(i,c),u++):u&&(Q(i,c),u--)}if(!o)for(;u--;u)i.unshift("..");!o||""===i[0]||i[0]&&X(i[0])||i.unshift("");var d=i.join("/");return a&&"/"!==d.substr(-1)&&(d+="/"),d}(i.pathname,n.pathname)):i.pathname=n.pathname:i.pathname||(i.pathname="/"),i}function le(){var e=null,t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,a,n,i){if(null!=e){var r="function"==typeof e?e(t,a):e;"string"==typeof r?"function"==typeof n?n(r,i):i(!0):i(!1!==r)}else i(!0)},appendListener:function(e){var a=!0;function n(){a&&e.apply(void 0,arguments)}return t.push(n),function(){a=!1,t=t.filter((function(e){return e!==n}))}},notifyListeners:function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];t.forEach((function(e){return e.apply(void 0,a)}))}}}var oe=!("undefined"==typeof window||!window.document||!window.document.createElement);function se(e,t){t(window.confirm(e))}var ue="popstate",ce="hashchange";function me(){try{return window.history.state||{}}catch(e){return{}}}function de(e){void 0===e&&(e={}),oe||ee(!1);var t,a=window.history,n=(-1===(t=window.navigator.userAgent).indexOf("Android 2.")&&-1===t.indexOf("Android 4.0")||-1===t.indexOf("Mobile Safari")||-1!==t.indexOf("Chrome")||-1!==t.indexOf("Windows Phone"))&&window.history&&"pushState"in window.history,i=!(-1===window.navigator.userAgent.indexOf("Trident")),r=e,l=r.forceRefresh,o=void 0!==l&&l,s=r.getUserConfirmation,u=void 0===s?se:s,c=r.keyLength,m=void 0===c?6:c,d=e.basename?ne(te(e.basename)):"";function f(e){var t=e||{},a=t.key,n=t.state,i=window.location,r=i.pathname+i.search+i.hash;return d&&(r=ae(r,d)),re(r,n,a)}function g(){return Math.random().toString(36).substr(2,m)}var p=le();function h(e){q(O,e),O.length=a.length,p.notifyListeners(O.location,O.action)}function v(e){(function(e){return void 0===e.state&&-1===navigator.userAgent.indexOf("CriOS")})(e)||y(f(e.state))}function b(){y(f(me()))}var w=!1;function y(e){w?(w=!1,h()):p.confirmTransitionTo(e,"POP",u,(function(t){t?h({action:"POP",location:e}):function(e){var t=O.location,a=D.indexOf(t.key);-1===a&&(a=0);var n=D.indexOf(e.key);-1===n&&(n=0);var i=a-n;i&&(w=!0,C(i))}(e)}))}var x=f(me()),D=[x.key];function E(e){return d+ie(e)}function C(e){a.go(e)}var k=0;function _(e){1===(k+=e)&&1===e?(window.addEventListener(ue,v),i&&window.addEventListener(ce,b)):0===k&&(window.removeEventListener(ue,v),i&&window.removeEventListener(ce,b))}var S=!1,O={length:a.length,action:"POP",location:x,createHref:E,push:function(e,t){var i="PUSH",r=re(e,t,g(),O.location);p.confirmTransitionTo(r,i,u,(function(e){if(e){var t=E(r),l=r.key,s=r.state;if(n)if(a.pushState({key:l,state:s},null,t),o)window.location.href=t;else{var u=D.indexOf(O.location.key),c=D.slice(0,u+1);c.push(r.key),D=c,h({action:i,location:r})}else window.location.href=t}}))},replace:function(e,t){var i="REPLACE",r=re(e,t,g(),O.location);p.confirmTransitionTo(r,i,u,(function(e){if(e){var t=E(r),l=r.key,s=r.state;if(n)if(a.replaceState({key:l,state:s},null,t),o)window.location.replace(t);else{var u=D.indexOf(O.location.key);-1!==u&&(D[u]=r.key),h({action:i,location:r})}else window.location.replace(t)}}))},go:C,goBack:function(){C(-1)},goForward:function(){C(1)},block:function(e){void 0===e&&(e=!1);var t=p.setPrompt(e);return S||(_(1),S=!0),function(){return S&&(S=!1,_(-1)),t()}},listen:function(e){var t=p.appendListener(e);return _(1),function(){_(-1),t()}}};return O}var fe=1073741823,ge="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==a.g?a.g:{};function pe(e){var t=[];return{on:function(e){t.push(e)},off:function(e){t=t.filter((function(t){return t!==e}))},get:function(){return e},set:function(a,n){e=a,t.forEach((function(t){return t(e,n)}))}}}var he=l().createContext||function(e,t){var a,n,i,l="__create-react-context-"+((ge[i="__global_unique_id__"]=(ge[i]||0)+1)+"__"),o=function(e){function a(){var t;return(t=e.apply(this,arguments)||this).emitter=pe(t.props.value),t}$(a,e);var n=a.prototype;return n.getChildContext=function(){var e;return(e={})[l]=this.emitter,e},n.componentWillReceiveProps=function(e){if(this.props.value!==e.value){var a,n=this.props.value,i=e.value;((r=n)===(l=i)?0!==r||1/r==1/l:r!=r&&l!=l)?a=0:(a="function"==typeof t?t(n,i):fe,0!=(a|=0)&&this.emitter.set(e.value,a))}var r,l},n.render=function(){return this.props.children},a}(r.Component);o.childContextTypes=((a={})[l]=J().object.isRequired,a);var s=function(t){function a(){var e;return(e=t.apply(this,arguments)||this).state={value:e.getValue()},e.onUpdate=function(t,a){0!=((0|e.observedBits)&a)&&e.setState({value:e.getValue()})},e}$(a,t);var n=a.prototype;return n.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=null==t?fe:t},n.componentDidMount=function(){this.context[l]&&this.context[l].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=null==e?fe:e},n.componentWillUnmount=function(){this.context[l]&&this.context[l].off(this.onUpdate)},n.getValue=function(){return this.context[l]?this.context[l].get():e},n.render=function(){return(e=this.props.children,Array.isArray(e)?e[0]:e)(this.state.value);var e},a}(r.Component);return s.contextTypes=((n={})[l]=J().object,n),{Provider:o,Consumer:s}},ve=he,be=a(779),we=a.n(be);function ye(e,t){if(null==e)return{};var a,n,i={},r=Object.keys(e);for(n=0;n<r.length;n++)a=r[n],t.indexOf(a)>=0||(i[a]=e[a]);return i}a(864),a(679);var xe=function(e){var t=ve();return t.displayName=e,t},De=xe("Router-History"),Ee=function(e){var t=ve();return t.displayName=e,t},Ce=Ee("Router"),ke=function(e){function t(t){var a;return(a=e.call(this,t)||this).state={location:t.history.location},a._isMounted=!1,a._pendingLocation=null,t.staticContext||(a.unlisten=t.history.listen((function(e){a._isMounted?a.setState({location:e}):a._pendingLocation=e}))),a}$(t,e),t.computeRootMatch=function(e){return{path:"/",url:"/",params:{},isExact:"/"===e}};var a=t.prototype;return a.componentDidMount=function(){this._isMounted=!0,this._pendingLocation&&this.setState({location:this._pendingLocation})},a.componentWillUnmount=function(){this.unlisten&&this.unlisten()},a.render=function(){return l().createElement(Ce.Provider,{value:{history:this.props.history,location:this.state.location,match:t.computeRootMatch(this.state.location.pathname),staticContext:this.props.staticContext}},l().createElement(De.Provider,{children:this.props.children||null,value:this.props.history}))},t}(l().Component);l().Component,l().Component;var _e={},Se=0;function Oe(e,t){void 0===t&&(t={}),("string"==typeof t||Array.isArray(t))&&(t={path:t});var a=t,n=a.path,i=a.exact,r=void 0!==i&&i,l=a.strict,o=void 0!==l&&l,s=a.sensitive,u=void 0!==s&&s;return[].concat(n).reduce((function(t,a){if(!a&&""!==a)return null;if(t)return t;var n=function(e,t){var a=""+t.end+t.strict+t.sensitive,n=_e[a]||(_e[a]={});if(n[e])return n[e];var i=[],r={regexp:we()(e,i,t),keys:i};return Se<1e4&&(n[e]=r,Se++),r}(a,{end:r,strict:o,sensitive:u}),i=n.regexp,l=n.keys,s=i.exec(e);if(!s)return null;var c=s[0],m=s.slice(1),d=e===c;return r&&!d?null:{path:a,url:"/"===a&&""===c?"/":c,isExact:d,params:l.reduce((function(e,t,a){return e[t.name]=m[a],e}),{})}}),null)}var Ne=function(e){function t(){return e.apply(this,arguments)||this}return $(t,e),t.prototype.render=function(){var e=this;return l().createElement(Ce.Consumer,null,(function(t){t||ee(!1);var a=e.props.location||t.location,n=q({},t,{location:a,match:e.props.computedMatch?e.props.computedMatch:e.props.path?Oe(a.pathname,e.props):t.match}),i=e.props,r=i.children,o=i.component,s=i.render;return Array.isArray(r)&&0===r.length&&(r=null),l().createElement(Ce.Provider,{value:n},n.match?r?"function"==typeof r?r(n):r:o?l().createElement(o,n):s?s(n):null:"function"==typeof r?r(n):null)}))},t}(l().Component);l().Component;var Te=function(e){function t(){return e.apply(this,arguments)||this}return $(t,e),t.prototype.render=function(){var e=this;return l().createElement(Ce.Consumer,null,(function(t){t||ee(!1);var a,n,i=e.props.location||t.location;return l().Children.forEach(e.props.children,(function(e){if(null==n&&l().isValidElement(e)){a=e;var r=e.props.path||e.props.from;n=r?Oe(i.pathname,q({},e.props,{path:r})):t.match}})),n?l().cloneElement(a,{location:i,computedMatch:n}):null}))},t}(l().Component),Ae=l().useContext;function Me(){return Ae(Ce).location}var Pe=function(e){function t(){for(var t,a=arguments.length,n=new Array(a),i=0;i<a;i++)n[i]=arguments[i];return(t=e.call.apply(e,[this].concat(n))||this).history=de(t.props),t}return $(t,e),t.prototype.render=function(){return l().createElement(ke,{history:this.history,children:this.props.children})},t}(l().Component);l().Component;var Le=function(e,t){return"function"==typeof e?e(t):e},Ie=function(e,t){return"string"==typeof e?re(e,null,null,t):e},Ve=function(e){return e},Re=l().forwardRef;void 0===Re&&(Re=Ve);var Fe=Re((function(e,t){var a=e.innerRef,n=e.navigate,i=e.onClick,r=ye(e,["innerRef","navigate","onClick"]),o=r.target,s=q({},r,{onClick:function(e){try{i&&i(e)}catch(t){throw e.preventDefault(),t}e.defaultPrevented||0!==e.button||o&&"_self"!==o||function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e)||(e.preventDefault(),n())}});return s.ref=Ve!==Re&&t||a,l().createElement("a",s)})),He=Re((function(e,t){var a=e.component,n=void 0===a?Fe:a,i=e.replace,r=e.to,o=e.innerRef,s=ye(e,["component","replace","to","innerRef"]);return l().createElement(Ce.Consumer,null,(function(e){e||ee(!1);var a=e.history,u=Ie(Le(r,e.location),e.location),c=u?a.createHref(u):"",m=q({},s,{href:c,navigate:function(){var t=Le(r,e.location);(i?a.replace:a.push)(t)}});return Ve!==Re?m.ref=t||o:m.innerRef=o,l().createElement(n,m)}))})),je=function(e){return e},Be=l().forwardRef;void 0===Be&&(Be=je),Be((function(e,t){var a=e["aria-current"],n=void 0===a?"page":a,i=e.activeClassName,r=void 0===i?"active":i,o=e.activeStyle,s=e.className,u=e.exact,c=e.isActive,m=e.location,d=e.sensitive,f=e.strict,g=e.style,p=e.to,h=e.innerRef,v=ye(e,["aria-current","activeClassName","activeStyle","className","exact","isActive","location","sensitive","strict","style","to","innerRef"]);return l().createElement(Ce.Consumer,null,(function(e){e||ee(!1);var a=m||e.location,i=Ie(Le(p,a),a),b=i.pathname,w=b&&b.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1"),y=w?Oe(a.pathname,{path:w,exact:u,sensitive:d,strict:f}):null,x=!!(c?c(y,a):y),D=x?function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter((function(e){return e})).join(" ")}(s,r):s,E=x?q({},g,{},o):g,C=q({"aria-current":x&&n||null,className:D,style:E,to:i},v);return je!==Be?C.ref=t||h:C.innerRef=h,l().createElement(He,C)}))}));var Ue,We=window.wp.i18n;function Ge(){var e=(0,r.useRef)(!1);return(0,r.useEffect)((function(){return e.current=!0,function(){e.current=!1}}),[]),e}function ze(){var e=[],t={requestAnimationFrame:function(e){function t(){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(){var e=requestAnimationFrame.apply(void 0,arguments);t.add((function(){return cancelAnimationFrame(e)}))})),nextFrame:function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];t.requestAnimationFrame((function(){t.requestAnimationFrame.apply(t,a)}))},setTimeout:function(e){function t(){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(){var e=setTimeout.apply(void 0,arguments);t.add((function(){return clearTimeout(e)}))})),add:function(t){e.push(t)},dispose:function(){for(var t,a=d(e.splice(0));!(t=a()).done;){(0,t.value)()}}};return t}function Ze(e){for(var t,a=arguments.length,n=new Array(a>1?a-1:0),i=1;i<a;i++)n[i-1]=arguments[i];e&&n.length>0&&(t=e.classList).add.apply(t,n)}function Ke(e){for(var t,a=arguments.length,n=new Array(a>1?a-1:0),i=1;i<a;i++)n[i-1]=arguments[i];e&&n.length>0&&(t=e.classList).remove.apply(t,n)}function $e(e,t,a,n,i,r){var l=ze(),o=void 0!==r?function(e){var t={called:!1};return function(){if(!t.called)return t.called=!0,e.apply(void 0,arguments)}}(r):function(){};return Ke.apply(void 0,[e].concat(i)),Ze.apply(void 0,[e].concat(t,a)),l.nextFrame((function(){Ke.apply(void 0,[e].concat(a)),Ze.apply(void 0,[e].concat(n)),l.add(function(e,t){var a=ze();if(!e)return a.dispose;var n=getComputedStyle(e),i=[n.transitionDuration,n.transitionDelay].map((function(e){var t=e.split(",").filter(Boolean).map((function(e){return e.includes("ms")?parseFloat(e):1e3*parseFloat(e)})).sort((function(e,t){return t-e}))[0];return void 0===t?0:t})),r=i[0],l=i[1];return 0!==r?a.setTimeout((function(){t(Ue.Finished)}),r+l):t(Ue.Finished),a.add((function(){return t(Ue.Cancelled)})),a.dispose}(e,(function(a){return Ke.apply(void 0,[e].concat(n,t)),Ze.apply(void 0,[e].concat(i)),o(a)})))})),l.add((function(){return Ke.apply(void 0,[e].concat(t,a,n,i))})),l.add((function(){return o(Ue.Cancelled)})),l.dispose}function Ye(e){return void 0===e&&(e=""),(0,r.useMemo)((function(){return e.split(" ").filter((function(e){return e.trim().length>1}))}),[e])}!function(e){e.Finished="finished",e.Cancelled="cancelled"}(Ue||(Ue={}));var Je,qe=(0,r.createContext)(null);qe.displayName="TransitionContext",function(e){e.Visible="visible",e.Hidden="hidden"}(Je||(Je={}));var Xe=(0,r.createContext)(null);function Qe(e){return"children"in e?Qe(e.children):e.current.filter((function(e){return e.state===Je.Visible})).length>0}function et(e){var a=(0,r.useRef)(e),n=(0,r.useRef)([]),i=Ge();(0,r.useEffect)((function(){a.current=e}),[e]);var l=(0,r.useCallback)((function(e,r){var l;void 0===r&&(r=t.Hidden);var o=n.current.findIndex((function(t){return t.id===e}));-1!==o&&(f(r,((l={})[t.Unmount]=function(){n.current.splice(o,1)},l[t.Hidden]=function(){n.current[o].state=Je.Hidden},l)),!Qe(n)&&i.current&&(null==a.current||a.current()))}),[a,i,n]),o=(0,r.useCallback)((function(e){var a=n.current.find((function(t){return t.id===e}));return a?a.state!==Je.Visible&&(a.state=Je.Visible):n.current.push({id:e,state:Je.Visible}),function(){return l(e,t.Unmount)}}),[n,l]);return(0,r.useMemo)((function(){return{children:n,register:o,unregister:l}}),[o,l,n])}function tt(){}Xe.displayName="NestingContext";var at=["beforeEnter","afterEnter","beforeLeave","afterLeave"];function nt(e){for(var t,a={},n=d(at);!(t=n()).done;){var i,r=t.value;a[r]=null!=(i=e[r])?i:tt}return a}var it=e.RenderStrategy;function rt(e){var a,n=e.beforeEnter,i=e.afterEnter,o=e.beforeLeave,s=e.afterLeave,m=e.enter,d=e.enterFrom,p=e.enterTo,h=e.entered,v=e.leave,b=e.leaveFrom,w=e.leaveTo,x=c(e,["beforeEnter","afterEnter","beforeLeave","afterLeave","enter","enterFrom","enterTo","entered","leave","leaveFrom","leaveTo"]),E=(0,r.useRef)(null),C=(0,r.useState)(Je.Visible),S=C[0],O=C[1],N=x.unmount?t.Unmount:t.Hidden,T=function(){var e=(0,r.useContext)(qe);if(null===e)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}(),A=T.show,P=T.appear,L=T.initial,I=function(){var e=(0,r.useContext)(Xe);if(null===e)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}(),V=I.register,R=I.unregister,F=k(),H=(0,r.useRef)(!1),j=et((function(){H.current||(O(Je.Hidden),R(F),$.current.afterLeave())}));y((function(){if(F)return V(F)}),[V,F]),y((function(){var e;N===t.Hidden&&F&&(A&&S!==Je.Visible?O(Je.Visible):f(S,((e={})[Je.Hidden]=function(){return R(F)},e[Je.Visible]=function(){return V(F)},e)))}),[S,F,V,R,A,N]);var B=Ye(m),U=Ye(d),W=Ye(p),G=Ye(h),z=Ye(v),Z=Ye(b),K=Ye(w),$=function(e){var t=(0,r.useRef)(nt(e));return(0,r.useEffect)((function(){t.current=nt(e)}),[e]),t}({beforeEnter:n,afterEnter:i,beforeLeave:o,afterLeave:s}),Y=D();(0,r.useEffect)((function(){if(Y&&S===Je.Visible&&null===E.current)throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?")}),[E,S,Y]);var J=L&&!P;y((function(){var e=E.current;if(e&&!J)return H.current=!0,A&&$.current.beforeEnter(),A||$.current.beforeLeave(),A?$e(e,B,U,W,G,(function(e){H.current=!1,e===Ue.Finished&&$.current.afterEnter()})):$e(e,z,Z,K,G,(function(e){H.current=!1,e===Ue.Finished&&(Qe(j)||(O(Je.Hidden),R(F),$.current.afterLeave()))}))}),[$,F,H,R,j,E,J,A,B,U,W,z,Z,K]);var q={ref:E},X=x;return l().createElement(Xe.Provider,{value:j},l().createElement(M,{value:f(S,(a={},a[Je.Visible]=_.Open,a[Je.Hidden]=_.Closed,a))},g({props:u({},X,q),defaultTag:"div",features:it,visible:S===Je.Visible,name:"Transition.Child"})))}function lt(e){var t,a=e.show,n=e.appear,i=void 0!==n&&n,o=e.unmount,s=c(e,["show","appear","unmount"]),m=A();if(void 0===a&&null!==m&&(a=f(m,((t={})[_.Open]=!0,t[_.Closed]=!1,t))),![!0,!1].includes(a))throw new Error("A <Transition /> is used but it is missing a `show={true | false}` prop.");var d=(0,r.useState)(a?Je.Visible:Je.Hidden),p=d[0],h=d[1],v=et((function(){h(Je.Hidden)})),b=function(){var e=(0,r.useRef)(!0);return(0,r.useEffect)((function(){e.current=!1}),[]),e.current}(),w=(0,r.useMemo)((function(){return{show:a,appear:i||!b,initial:b}}),[a,i,b]);(0,r.useEffect)((function(){a?h(Je.Visible):Qe(v)||h(Je.Hidden)}),[a,v]);var y={unmount:o};return l().createElement(Xe.Provider,{value:v},l().createElement(qe.Provider,{value:w},g({props:u({},y,{as:r.Fragment,children:l().createElement(rt,Object.assign({},y,s))}),defaultTag:r.Fragment,features:it,visible:p===Je.Visible,name:"Transition"})))}function ot(e,t,a){var n=(0,r.useRef)(t);n.current=t,(0,r.useEffect)((function(){function t(e){n.current.call(window,e)}return window.addEventListener(e,t,a),function(){return window.removeEventListener(e,t,a)}}),[e,a])}lt.Child=function(e){var t=null!==(0,r.useContext)(qe),a=null!==A();return!t&&a?l().createElement(lt,Object.assign({},e)):l().createElement(rt,Object.assign({},e))},lt.Root=lt;var st,ut,ct,mt,dt,ft=["[contentEditable=true]","[tabindex]","a[href]","area[href]","button:not([disabled])","iframe","input:not([disabled])","select:not([disabled])","textarea:not([disabled])"].map((function(e){return e+":not([tabindex='-1'])"})).join(",");function gt(e){null==e||e.focus({preventScroll:!0})}function pt(e,t){var a=Array.isArray(e)?e.slice().sort((function(e,t){var a=e.compareDocumentPosition(t);return a&Node.DOCUMENT_POSITION_FOLLOWING?-1:a&Node.DOCUMENT_POSITION_PRECEDING?1:0})):function(e){return void 0===e&&(e=document.body),null==e?[]:Array.from(e.querySelectorAll(ft))}(e),n=document.activeElement,i=function(){if(t&(st.First|st.Next))return ct.Next;if(t&(st.Previous|st.Last))return ct.Previous;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")}(),r=function(){if(t&st.First)return 0;if(t&st.Previous)return Math.max(0,a.indexOf(n))-1;if(t&st.Next)return Math.max(0,a.indexOf(n))+1;if(t&st.Last)return a.length-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")}(),l=t&st.NoScroll?{preventScroll:!0}:{},o=0,s=a.length,u=void 0;do{var c;if(o>=s||o+s<=0)return ut.Error;var m=r+o;if(t&st.WrapAround)m=(m+s)%s;else{if(m<0)return ut.Underflow;if(m>=s)return ut.Overflow}null==(c=u=a[m])||c.focus(l),o+=i}while(u!==document.activeElement);return u.hasAttribute("tabindex")||u.setAttribute("tabindex","0"),ut.Success}!function(e){e[e.First=1]="First",e[e.Previous=2]="Previous",e[e.Next=4]="Next",e[e.Last=8]="Last",e[e.WrapAround=16]="WrapAround",e[e.NoScroll=32]="NoScroll"}(st||(st={})),function(e){e[e.Error=0]="Error",e[e.Overflow=1]="Overflow",e[e.Success=2]="Success",e[e.Underflow=3]="Underflow"}(ut||(ut={})),function(e){e[e.Previous=-1]="Previous",e[e.Next=1]="Next"}(ct||(ct={})),function(e){e[e.Strict=0]="Strict",e[e.Loose=1]="Loose"}(mt||(mt={})),function(e){e[e.None=1]="None",e[e.InitialFocus=2]="InitialFocus",e[e.TabLock=4]="TabLock",e[e.FocusLock=8]="FocusLock",e[e.RestoreFocus=16]="RestoreFocus",e[e.All=30]="All"}(dt||(dt={}));var ht=new Set,vt=new Map;function bt(e){e.setAttribute("aria-hidden","true"),e.inert=!0}function wt(e){var t=vt.get(e);t&&(null===t["aria-hidden"]?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",t["aria-hidden"]),e.inert=t.inert)}var yt=(0,r.createContext)(!1);function xt(e){return l().createElement(yt.Provider,{value:e.force},e.children)}var Dt=r.Fragment;function Et(e){var t=e,a=function(){var e=(0,r.useContext)(yt),t=(0,r.useContext)(kt),a=(0,r.useState)((function(){if(!e&&null!==t)return null;if("undefined"==typeof window)return null;var a=document.getElementById("headlessui-portal-root");if(a)return a;var n=document.createElement("div");return n.setAttribute("id","headlessui-portal-root"),document.body.appendChild(n)})),n=a[0],i=a[1];return(0,r.useEffect)((function(){null!==n&&(document.body.contains(n)||document.body.appendChild(n))}),[n]),(0,r.useEffect)((function(){e||null!==t&&i(t.current)}),[t,i,e]),n}(),n=(0,r.useState)((function(){return"undefined"==typeof window?null:document.createElement("div")}))[0],i=D();return y((function(){if(a&&n)return a.appendChild(n),function(){var e;a&&n&&(a.removeChild(n),a.childNodes.length<=0&&(null==(e=a.parentElement)||e.removeChild(a)))}}),[a,n]),i&&a&&n?(0,o.createPortal)(g({props:t,defaultTag:Dt,name:"Portal"}),n):null}var Ct=r.Fragment,kt=(0,r.createContext)(null);Et.Group=function(e){var t=e.target,a=c(e,["target"]);return l().createElement(kt.Provider,{value:t},g({props:a,defaultTag:Ct,name:"Popover.Group"}))};var _t=(0,r.createContext)(null);function St(){var e=(0,r.useContext)(_t);if(null===e){var t=new Error("You used a <Description /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(t,St),t}return e}function Ot(){var e=(0,r.useState)([]),t=e[0],a=e[1];return[t.length>0?t.join(" "):void 0,(0,r.useMemo)((function(){return function(e){var t=(0,r.useCallback)((function(e){return a((function(t){return[].concat(t,[e])})),function(){return a((function(t){var a=t.slice(),n=a.indexOf(e);return-1!==n&&a.splice(n,1),a}))}}),[]),n=(0,r.useMemo)((function(){return{register:t,slot:e.slot,name:e.name,props:e.props}}),[t,e.slot,e.name,e.props]);return l().createElement(_t.Provider,{value:n},e.children)}}),[a])]}function Nt(e){var t=St(),a="headlessui-description-"+k();y((function(){return t.register(a)}),[a,t.register]);var n=e,i=u({},t.props,{id:a});return g({props:u({},n,i),slot:t.slot||{},defaultTag:"p",name:t.name||"Description"})}var Tt,At,Mt,Pt,Lt=(0,r.createContext)((function(){}));function It(e){var t=e.children,a=e.onUpdate,n=e.type,i=e.element,o=(0,r.useContext)(Lt),s=(0,r.useCallback)((function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];null==a||a.apply(void 0,t),o.apply(void 0,t)}),[o,a]);return y((function(){return s(Tt.Add,n,i),function(){return s(Tt.Remove,n,i)}}),[s,n,i]),l().createElement(Lt.Provider,{value:s},t)}Lt.displayName="StackContext",function(e){e[e.Add=0]="Add",e[e.Remove=1]="Remove"}(Tt||(Tt={})),function(e){e[e.Open=0]="Open",e[e.Closed=1]="Closed"}(Mt||(Mt={})),function(e){e[e.SetTitleId=0]="SetTitleId"}(Pt||(Pt={}));var Vt=((At={})[Pt.SetTitleId]=function(e,t){return e.titleId===t.id?e:u({},e,{titleId:t.id})},At),Rt=(0,r.createContext)(null);function Ft(e){var t=(0,r.useContext)(Rt);if(null===t){var a=new Error("<"+e+" /> is missing a parent <"+Wt.displayName+" /> component.");throw Error.captureStackTrace&&Error.captureStackTrace(a,Ft),a}return t}function Ht(e,t){return f(t.type,Vt,e,t)}Rt.displayName="DialogContext";var jt=e.RenderStrategy|e.Static,Bt=h((function(e,t){var a,i=e.open,o=e.onClose,s=e.initialFocus,m=c(e,["open","onClose","initialFocus"]),p=(0,r.useState)(0),h=p[0],v=p[1],w=A();void 0===i&&null!==w&&(i=f(w,((a={})[_.Open]=!0,a[_.Closed]=!1,a)));var x=(0,r.useRef)(new Set),E=(0,r.useRef)(null),C=b(E,t),S=e.hasOwnProperty("open")||null!==w,O=e.hasOwnProperty("onClose");if(!S&&!O)throw new Error("You have to provide an `open` and an `onClose` prop to the `Dialog` component.");if(!S)throw new Error("You provided an `onClose` prop to the `Dialog`, but forgot an `open` prop.");if(!O)throw new Error("You provided an `open` prop to the `Dialog`, but forgot an `onClose` prop.");if("boolean"!=typeof i)throw new Error("You provided an `open` prop to the `Dialog`, but the value is not a boolean. Received: "+i);if("function"!=typeof o)throw new Error("You provided an `onClose` prop to the `Dialog`, but the value is not a function. Received: "+o);var N=i?Mt.Open:Mt.Closed,T=null!==w?w===_.Open:N===Mt.Open,M=(0,r.useReducer)(Ht,{titleId:null,descriptionId:null}),P=M[0],L=M[1],I=(0,r.useCallback)((function(){return o(!1)}),[o]),V=(0,r.useCallback)((function(e){return L({type:Pt.SetTitleId,id:e})}),[L]),R=D()&&N===Mt.Open,F=h>1,H=null!==(0,r.useContext)(Rt);(function(e,t,a){void 0===t&&(t=dt.All);var i=void 0===a?{}:a,l=i.initialFocus,o=i.containers,s=(0,r.useRef)("undefined"!=typeof window?document.activeElement:null),u=(0,r.useRef)(null),c=Ge(),m=Boolean(t&dt.RestoreFocus),f=Boolean(t&dt.InitialFocus);(0,r.useEffect)((function(){m&&(s.current=document.activeElement)}),[m]),(0,r.useEffect)((function(){if(m)return function(){gt(s.current),s.current=null}}),[m]),(0,r.useEffect)((function(){if(f&&e.current){var t=document.activeElement;if(null==l?void 0:l.current){if((null==l?void 0:l.current)===t)return void(u.current=t)}else if(e.current.contains(t))return void(u.current=t);(null==l?void 0:l.current)?gt(l.current):pt(e.current,st.First)===ut.Error&&console.warn("There are no focusable elements inside the <FocusTrap />"),u.current=document.activeElement}}),[e,l,f]),ot("keydown",(function(a){t&dt.TabLock&&e.current&&a.key===n.Tab&&(a.preventDefault(),pt(e.current,(a.shiftKey?st.Previous:st.Next)|st.WrapAround)===ut.Success&&(u.current=document.activeElement))})),ot("focus",(function(a){if(t&dt.FocusLock){var n=new Set(null==o?void 0:o.current);if(n.add(e),n.size){var i=u.current;if(i&&c.current){var r=a.target;r&&r instanceof HTMLElement?function(e,t){for(var a,n=d(e);!(a=n()).done;){var i;if(null==(i=a.value.current)?void 0:i.contains(t))return!0}return!1}(n,r)?(u.current=r,gt(r)):(a.preventDefault(),a.stopPropagation(),gt(i)):gt(u.current)}}}}),!0)})(E,R?f(F?"parent":"leaf",{parent:dt.RestoreFocus,leaf:dt.All}):dt.None,{initialFocus:s,containers:x}),function(e,t){void 0===t&&(t=!0),y((function(){if(t&&e.current){var a=e.current;ht.add(a);for(var n,i=d(vt.keys());!(n=i()).done;){var r=n.value;r.contains(a)&&(wt(r),vt.delete(r))}return document.querySelectorAll("body > *").forEach((function(e){if(e instanceof HTMLElement){for(var t,a=d(ht);!(t=a()).done;){var n=t.value;if(e.contains(n))return}1===ht.size&&(vt.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),bt(e))}})),function(){if(ht.delete(a),ht.size>0)document.querySelectorAll("body > *").forEach((function(e){if(e instanceof HTMLElement&&!vt.has(e)){for(var t,a=d(ht);!(t=a()).done;){var n=t.value;if(e.contains(n))return}vt.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),bt(e)}}));else for(var e,t=d(vt.keys());!(e=t()).done;){var n=e.value;wt(n),vt.delete(n)}}}}),[t])}(E,!!F&&R),ot("mousedown",(function(e){var t,a=e.target;N===Mt.Open&&(F||(null==(t=E.current)?void 0:t.contains(a))||I())})),ot("keydown",(function(e){e.key===n.Escape&&N===Mt.Open&&(F||(e.preventDefault(),e.stopPropagation(),I()))})),(0,r.useEffect)((function(){if(N===Mt.Open&&!H){var e=document.documentElement.style.overflow,t=document.documentElement.style.paddingRight,a=window.innerWidth-document.documentElement.clientWidth;return document.documentElement.style.overflow="hidden",document.documentElement.style.paddingRight=a+"px",function(){document.documentElement.style.overflow=e,document.documentElement.style.paddingRight=t}}}),[N,H]),(0,r.useEffect)((function(){if(N===Mt.Open&&E.current){var e=new IntersectionObserver((function(e){for(var t,a=d(e);!(t=a()).done;){var n=t.value;0===n.boundingClientRect.x&&0===n.boundingClientRect.y&&0===n.boundingClientRect.width&&0===n.boundingClientRect.height&&I()}}));return e.observe(E.current),function(){return e.disconnect()}}}),[N,E,I]);var j=Ot(),B=j[0],U=j[1],W="headlessui-dialog-"+k(),G=(0,r.useMemo)((function(){return[{dialogState:N,close:I,setTitleId:V},P]}),[N,P,I,V]),z=(0,r.useMemo)((function(){return{open:N===Mt.Open}}),[N]),Z={ref:C,id:W,role:"dialog","aria-modal":N===Mt.Open||void 0,"aria-labelledby":P.titleId,"aria-describedby":B,onClick:function(e){e.stopPropagation()}},K=m;return l().createElement(It,{type:"Dialog",element:E,onUpdate:(0,r.useCallback)((function(e,t,a){var n;"Dialog"===t&&f(e,((n={})[Tt.Add]=function(){x.current.add(a),v((function(e){return e+1}))},n[Tt.Remove]=function(){x.current.add(a),v((function(e){return e-1}))},n))}),[])},l().createElement(xt,{force:!0},l().createElement(Et,null,l().createElement(Rt.Provider,{value:G},l().createElement(Et.Group,{target:E},l().createElement(xt,{force:!1},l().createElement(U,{slot:z,name:"Dialog.Description"},g({props:u({},K,Z),slot:z,defaultTag:"div",features:jt,visible:T,name:"Dialog"}))))))))})),Ut=h((function e(t,a){var n=Ft([Wt.displayName,e.name].join("."))[0],i=n.dialogState,l=n.close,o=b(a),s="headlessui-dialog-overlay-"+k(),c=(0,r.useCallback)((function(e){if(e.target===e.currentTarget){if(w(e.currentTarget))return e.preventDefault();e.preventDefault(),e.stopPropagation(),l()}}),[l]),m=(0,r.useMemo)((function(){return{open:i===Mt.Open}}),[i]);return g({props:u({},t,{ref:o,id:s,"aria-hidden":!0,onClick:c}),slot:m,defaultTag:"div",name:"Dialog.Overlay"})})),Wt=Object.assign(Bt,{Overlay:Ut,Title:function e(t){var a=Ft([Wt.displayName,e.name].join("."))[0],n=a.dialogState,i=a.setTitleId,l="headlessui-dialog-title-"+k();(0,r.useEffect)((function(){return i(l),function(){return i(null)}}),[l,i]);var o=(0,r.useMemo)((function(){return{open:n===Mt.Open}}),[n]);return g({props:u({},t,{id:l}),slot:o,defaultTag:"h2",name:"Dialog.Title"})},Description:Nt}),Gt=function(e){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true"},e),r.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"}))},zt=function(e){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true"},e),r.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"}))},Zt=()=>{const e=uag_react.global_data.changelog_data,[t,a]=(0,r.useState)(!1);return(0,i.createElement)(r.Fragment,null,(0,i.createElement)("button",{onClick:()=>a(!0),title:(0,We.__)("What's New?","ultimate-addons-for-gutenberg"),className:"w-10 h-10 flex items-center justify-center cursor-pointer rounded-full border border-slate-200"},(0,i.createElement)("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M8.16667 3.90182V15.0335C8.16667 15.8434 7.51008 16.5 6.70015 16.5C6.08038 16.5 5.52752 16.1104 5.31907 15.5267L3.53039 10.4024M14 9.83333C15.3807 9.83333 16.5 8.71404 16.5 7.33333C16.5 5.95262 15.3807 4.83333 14 4.83333M3.53039 10.4024C2.33691 9.89508 1.5 8.71194 1.5 7.33333C1.5 5.49238 2.99238 4 4.83333 4H6.36007C9.77727 4 12.7141 2.97159 14 1.5L14 13.1667C12.7141 11.6951 9.77727 10.6667 6.36007 10.6667L4.83331 10.6667C4.37098 10.6667 3.93064 10.5725 3.53039 10.4024Z",stroke:"#475569",strokeWidth:"1.4",strokeLinecap:"round",strokeLinejoin:"round"}))),(0,i.createElement)(lt.Root,{show:t,as:r.Fragment},(0,i.createElement)(Wt,{as:"div",className:"fixed inset-0 overflow-hidden",onClose:a},(0,i.createElement)("div",{className:"absolute inset-0 overflow-hidden"},(0,i.createElement)(Wt.Overlay,{className:"absolute inset-0"}),(0,i.createElement)("div",{className:"fixed inset-y-0 right-0 pl-10 max-w-full flex sm:mt-[2rem]"},(0,i.createElement)(lt.Child,{as:r.Fragment,enter:"transform transition ease-in-out duration-150 sm:duration-150",enterFrom:"translate-x-full",enterTo:"translate-x-0",leave:"transform transition ease-in-out duration-300 sm:duration-300",leaveFrom:"translate-x-0",leaveTo:"translate-x-full"},(0,i.createElement)("div",{className:"w-screen max-w-md shadow-overlay-left"},(0,i.createElement)("div",{className:"h-full flex flex-col bg-white shadow-xl"},(0,i.createElement)("div",{className:"px-4 sm:px-6 h-16 shadow flex items-center justify-between z-50"},(0,i.createElement)(Wt.Title,{className:"text-lg font-medium text-gray-900"}," ",(0,We.__)("What's New?","ultimate-addons-for-gutenberg")," "),(0,i.createElement)("div",{className:"flex items-center"},(0,i.createElement)("button",{type:"button",className:"bg-white rounded-md text-gray-400 hover:text-gray-500 focus:outline-none",onClick:()=>a(!1)},(0,i.createElement)(zt,{className:"h-6 w-6","aria-hidden":"true"})))),(0,i.createElement)("div",{className:"relative flex-1 overflow-y-auto"},(0,i.createElement)("div",{className:"relative grid bg-white divide-y divide-gray-200"},e.map(((t,a)=>{const n=e[a].title,r=e[a].description,l=e[a].date;return(0,i.createElement)("a",{key:n,href:"https://wpspectra.com/changelog/",className:"px-6 py-5 block rounded-[0.2rem] transition ease-in-out duration-150",target:"_blank",rel:"noreferrer noopener"},(0,i.createElement)("p",{className:"text-sm mb-1 font-medium text-slate-800",dangerouslySetInnerHTML:{__html:n}}),(0,i.createElement)("p",{className:"text-xs text-slate-500",dangerouslySetInnerHTML:{__html:l}}),(0,i.createElement)("p",{className:"mt-3 spectra-changelog-description",dangerouslySetInnerHTML:{__html:r}}))}))))))))))))};function Kt(){const e=[{name:(0,We.__)("Welcome","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:""},{name:(0,We.__)("Blocks / Extensions","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:"blocks"},{name:(0,We.__)("Settings","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:"settings"}],t=new URLSearchParams(Me()?.search),a=t.get("page")?t.get("page"):uag_react.home_slug,n=t.get("path")?t.get("path"):"";return(0,i.createElement)(W,{as:"nav",className:"bg-white shadow"},(0,i.createElement)("div",{className:"max-w-3xl mx-auto px-6 lg:max-w-7xl"},(0,i.createElement)("div",{className:"relative flex justify-between h-16"},(0,i.createElement)("div",{className:"flex-1 flex items-center justify-center sm:items-stretch sm:justify-start"},(0,i.createElement)("a",{href:uag_react.uag_base_url,className:"flex-shrink-0 flex items-center"},(0,i.createElement)("img",{className:"lg:block h-[2.6rem] w-auto",src:uag_react.logo_url,alt:"Workflow"})),(0,i.createElement)("div",{className:"sm:ml-8 sm:flex sm:space-x-8"},e.map(((e,t)=>(0,i.createElement)(He,{index:t,key:`?page=${e.slug}&path=${e.path}`,to:{pathname:"options-general.php",search:`?page=${e.slug}${""!==e.path?"&path="+e.path:""}`},className:a===e.slug&&n===e.path?"border-spectra text-spectra active:text-spectra focus:text-spectra focus-visible:text-spectra-hover hover:text-spectra-hover inline-flex items-center px-1 border-b-2 text-[0.940rem] font-medium":"border-transparent text-slate-500 active:text-spectra focus-visible:border-slate-300 focus-visible:text-slate-800 hover:border-slate-300 hover:text-slate-800 inline-flex items-center px-1 border-b-2 text-[0.940rem] font-medium"},e.name))))),(0,i.createElement)("div",{className:"absolute inset-y-0 right-0 flex items-center pr-2 sm:static sm:inset-auto sm:ml-6 sm:pr-0"},(0,i.createElement)(Zt,null)))))}var $t=()=>{const e="1"===new URLSearchParams(Me()?.search).get("spectra-activation-redirect")?1:0;return(0,i.createElement)("main",{className:"py-[2.43rem]"},(0,i.createElement)("div",{className:"max-w-3xl mx-auto px-6 lg:max-w-7xl"},(0,i.createElement)("h1",{className:"sr-only"},"Page title"),(0,i.createElement)("div",{className:"grid grid-cols-1 gap-4 items-start lg:grid-cols-3 lg:gap-5 xl:gap-10"},(0,i.createElement)("div",{className:"grid grid-cols-1 gap-4 lg:col-span-2 h-full"},(0,i.createElement)("section",{"aria-labelledby":"section-1-title h-full"},(0,i.createElement)("h2",{className:"sr-only",id:"section-1-title"},"Section title"),(0,i.createElement)("div",{className:"rounded-md bg-white overflow-hidden shadow-sm flex flex-col justify-center h-full"},(0,i.createElement)("div",{className:"p-12 pt-[2.2rem]"},(0,i.createElement)("h2",{className:"text-slate-800 text-[1.8rem] leading-[2.4rem] pb-3 font-medium text-left"},(0,We.__)("Welcome to Spectra!","ultimate-addons-for-gutenberg")),(0,i.createElement)("p",{className:"text-slate-500 pb-7"},(0,We.__)("We designed Spectra to be intuitive but we do recommend learning how it works by checking our comprehensive documentation and watching the video below. Enjoy your time with Spectra!","ultimate-addons-for-gutenberg")),(0,i.createElement)("div",{className:"mr-[80px] spectra-video-container"},(0,i.createElement)("iframe",{className:"spectra-video",src:`https://www.youtube.com/embed/GLNzTxArR6Y?showinfo=0&autoplay=${e}&mute=${e}&rel=0`,allow:"autoplay",title:"YouTube video player",frameBorder:"0",allowFullScreen:!0})),(0,i.createElement)("span",{className:"relative z-0 inline-flex pt-6 justify-start w-full"},(0,i.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra focus-visible:bg-spectra-hover hover:bg-spectra-hover focus:outline-none mr-4",onClick:()=>{window.open(uag_react.wp_pages_url,"_blank")}},(0,We.__)("Create New Page","ultimate-addons-for-gutenberg")),(0,i.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-slate-300 shadow-sm text-sm font-medium rounded-md text-slate-500 bg-white focus-visible:bg-slate-50 hover:bg-slate-50 focus:outline-none",onClick:()=>{window.open("https://wpspectra.com/","_blank")}},(0,We.__)("Visit Our Website","ultimate-addons-for-gutenberg"))))))),(0,i.createElement)("div",{className:"space-y-4 flex h-full flex-col justify-between"},(0,i.createElement)("section",{"aria-labelledby":"section-2-title"},(0,i.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,i.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,i.createElement)("div",{className:"p-8 pr-10"},(0,i.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,We.__)("Knowledge Base","ultimate-addons-for-gutenberg")),(0,i.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,We.__)("Learn everything you need to know about the Spectra plugin with our comprehensive documentation.","ultimate-addons-for-gutenberg")),(0,i.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://wpspectra.com/docs/",target:"_blank",rel:"noreferrer"},(0,We.__)("Browse Now","ultimate-addons-for-gutenberg")),(0,i.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://wpspectra.com/docs/",target:"_blank",rel:"noreferrer"}," → ")))),(0,i.createElement)("section",{"aria-labelledby":"section-2-title"},(0,i.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,i.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,i.createElement)("div",{className:"p-8 pr-10"},(0,i.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,We.__)("Get 5-star Support","ultimate-addons-for-gutenberg")),(0,i.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,We.__)("Need some help? Our awesome support team is here to help you with any question you have.","ultimate-addons-for-gutenberg")),(0,i.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://wpspectra.com/support/",target:"_blank",rel:"noreferrer"},(0,We.__)("Get Support","ultimate-addons-for-gutenberg")),(0,i.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://wpspectra.com/support/",target:"_blank",rel:"noreferrer"}," → ")))),(0,i.createElement)("section",{"aria-labelledby":"section-2-title"},(0,i.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,i.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,i.createElement)("div",{className:"p-8 pr-10"},(0,i.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,We.__)("Join the Community","ultimate-addons-for-gutenberg")),(0,i.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,We.__)("Got a question about the plugin, want to share your awesome project or just say hi? Join our wonderful community!","ultimate-addons-for-gutenberg")),(0,i.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://www.facebook.com/groups/wpspectra",target:"_blank",rel:"noreferrer"},(0,We.__)("Join Now","ultimate-addons-for-gutenberg")),(0,i.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://www.facebook.com/groups/wpspectra",target:"_blank",rel:"noreferrer"}," → "))))))))},Yt=window.wp.apiFetch,Jt=a.n(Yt),qt=l().createContext(null),Xt=function(e){e()},Qt=function(){return Xt},ea={notify:function(){},get:function(){return[]}};function ta(e,t){var a,n=ea;function i(){l.onStateChange&&l.onStateChange()}function r(){a||(a=t?t.addNestedSub(i):e.subscribe(i),n=function(){var e=Qt(),t=null,a=null;return{clear:function(){t=null,a=null},notify:function(){e((function(){for(var e=t;e;)e.callback(),e=e.next}))},get:function(){for(var e=[],a=t;a;)e.push(a),a=a.next;return e},subscribe:function(e){var n=!0,i=a={callback:e,next:null,prev:a};return i.prev?i.prev.next=i:t=i,function(){n&&null!==t&&(n=!1,i.next?i.next.prev=i.prev:a=i.prev,i.prev?i.prev.next=i.next:t=i.next)}}}}())}var l={addNestedSub:function(e){return r(),n.subscribe(e)},notifyNestedSubs:function(){n.notify()},handleChangeWrapper:i,isSubscribed:function(){return Boolean(a)},trySubscribe:r,tryUnsubscribe:function(){a&&(a(),a=void 0,n.clear(),n=ea)},getListeners:function(){return n}};return l}var aa="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement?r.useLayoutEffect:r.useEffect;function na(){return(0,r.useContext)(qt)}function ia(e){void 0===e&&(e=qt);var t=e===qt?na:function(){return(0,r.useContext)(e)};return function(){return t().store}}a(973);var ra=ia();function la(e){void 0===e&&(e=qt);var t=e===qt?ra:ia(e);return function(){return t().dispatch}}var oa=la(),sa=function(e,t){return e===t};function ua(e){void 0===e&&(e=qt);var t=e===qt?na:function(){return(0,r.useContext)(e)};return function(e,a){void 0===a&&(a=sa);var n=t(),i=function(e,t,a,n){var i,l=(0,r.useReducer)((function(e){return e+1}),0)[1],o=(0,r.useMemo)((function(){return ta(a,n)}),[a,n]),s=(0,r.useRef)(),u=(0,r.useRef)(),c=(0,r.useRef)(),m=(0,r.useRef)(),d=a.getState();try{if(e!==u.current||d!==c.current||s.current){var f=e(d);i=void 0!==m.current&&t(f,m.current)?m.current:f}else i=m.current}catch(e){throw s.current&&(e.message+="\nThe error may be correlated with this previous error:\n"+s.current.stack+"\n\n"),e}return aa((function(){u.current=e,c.current=d,m.current=i,s.current=void 0})),aa((function(){function e(){try{var e=a.getState();if(e===c.current)return;var n=u.current(e);if(t(n,m.current))return;m.current=n,c.current=e}catch(e){s.current=e}l()}return o.onStateChange=e,o.trySubscribe(),e(),function(){return o.tryUnsubscribe()}}),[a,o]),i}(e,a,n.store,n.subscription);return(0,r.useDebugValue)(i),i}}var ca,ma=ua();ca=o.unstable_batchedUpdates,Xt=ca;const da=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")};var fa=()=>{const e=new URLSearchParams(Me()?.search),t=uag_react.blocks_info,a=oa(),n=ma((e=>e.blocksStatuses)),l=ma((e=>e.activeBlocksFilterTab)),[o,s]=(0,r.useState)([]),u=[{name:"All",slug:"all"},{name:"Core",slug:"core"},{name:"Creative",slug:"creative"},{name:"Content",slug:"content"},{name:"Post",slug:"post"},{name:"Social",slug:"social"},{name:"Form",slug:"form"},{name:"SEO",slug:"seo"},{name:"Extensions",slug:"extensions"}];return(0,r.useEffect)((()=>{const n=e.get("path"),i=e.get("filterTab");a({type:"UPDATE_BLOCKS_ACTIVE_FILTER_TAB",payload:i&&"blocks"===n?i:"all"});const r={...o};t.map((e=>(e.admin_categories?.map((t=>(r[t]||(r[t]=[]),r[t].push(e.slug),t))),e))),s(r)}),[]),(0,i.createElement)("div",{className:"mx-auto mb-6 px-6 lg:max-w-[80rem]"},(0,i.createElement)("div",{className:"w-full sm:hidden"},(0,i.createElement)("label",{htmlFor:"tabs",className:"sr-only"},"Select a tab"),(0,i.createElement)("select",{id:"tabs",name:"tabs",className:"w-full spectra-admin__input-field spectra-admin__dropdown",style:{maxWidth:"100%"}},u.map((e=>(0,i.createElement)("option",{key:e.name},e.name))))),(0,i.createElement)("div",{className:"hidden justify-between items-center space-y-4 sm:flex sm:flex-col lg:space-y-0 lg:flex-row"},(0,i.createElement)("nav",{className:"flex -ml-4 flex-wrap justify-center lg:justify-start","aria-label":"Tabs"},u.map((e=>(0,i.createElement)(He,{to:{pathname:"options-general.php",search:`?page=spectra&path=blocks&filterTab=${e.slug}`},key:e.name,className:da(e.slug===l?"bg-white text-slate-800 active:text-slate-800 focus:text-slate-800 hover:text-slate-800 shadow shadow-focused":"text-slate-500 focus:text-slate-500 focus-visible:border-slate-200 active:text-slate-500 hover:text-slate-500 hover:border-slate-200","px-4 py-1 ml-4 my-1 font-medium text-sm rounded-2xl cursor-pointer border border-transparent transition"),onClick:()=>{a({type:"UPDATE_BLOCKS_ACTIVE_FILTER_TAB",payload:e.slug})}},e.name)))),(0,i.createElement)("span",{className:"z-0 flex shadow-sm rounded-[0.2rem] justify-center"},(0,i.createElement)("button",{type:"button",className:"focus:bg-indigo-50 focus:text-slate-500 focus-visible:text-spectra hover:bg-indigo-50 hover:text-spectra -ml-px relative inline-flex items-center px-4 py-2 border border-slate-200 bg-white text-sm font-medium text-slate-500 focus:z-10 focus:outline-none rounded-l-md transition",onClick:()=>{const e={...n};for(const t in n)("all"===l||o[l]&&o[l].includes(t))&&(e[t]="block");a({type:"UPDATE_BLOCK_STATUSES",payload:e}),"extensions"!==l&&"all"!==l||(a({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:"enabled"}),a({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:"enabled"}),a({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:"enabled"}));const t=new window.FormData;t.append("action","uag_blocks_activation_and_deactivation"),t.append("security",uag_react.blocks_activation_and_deactivation_nonce),t.append("value",JSON.stringify(e)),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))}},"Activate all"),(0,i.createElement)("button",{type:"button",className:"focus:bg-indigo-50 focus:text-slate-500 focus-visible:text-spectra hover:bg-indigo-50 hover:text-spectra -ml-px relative inline-flex items-center px-4 py-2 border border-slate-200 bg-white text-sm font-medium text-slate-500 focus:z-10 focus:outline-none rounded-r-md transition",onClick:()=>{const e={...n};for(const t in n)("all"===l||o[l]&&o[l].includes(t))&&(e[t]="disabled");a({type:"UPDATE_BLOCK_STATUSES",payload:e}),"extensions"!==l&&"all"!==l||(a({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:"disabled"}),a({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:"disabled"}),a({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:"disabled"}));const t=new window.FormData;t.append("action","uag_blocks_activation_and_deactivation"),t.append("security",uag_react.blocks_activation_and_deactivation_nonce),t.append("value",JSON.stringify(e)),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))}},"Deactivate all"))))};const ga="#1e293b";var pa={section:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M21 15V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19L3 15M21 15L3 15M21 15V9M3 15L3 9M21 9V5C21 3.89543 20.1046 3 19 3L5 3C3.89543 3 3 3.89543 3 5L3 9M21 9L3 9",stroke:ga,strokeWidth:1.4})),buttons:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M7 17.5H17M7 6.5H17M5 10H19C20.1046 10 21 9.10457 21 8V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V8C3 9.10457 3.89543 10 5 10ZM5 21H19C20.1046 21 21 20.1046 21 19V16C21 14.8954 20.1046 14 19 14H5C3.89543 14 3 14.8954 3 16V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"advanced-heading":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M8 7V12.8333M8 12.8333V17M8 12.8333H16M16 12.8333V7M16 12.8333V17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"google-map":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M9 3.00002L4.10557 5.44723C3.428 5.78601 3 6.47854 3 7.23608V20.382C3 21.1254 3.78231 21.6089 4.44721 21.2764L9 19M9 3.00002L15 5.00002M9 3.00002V19M9 19L15 21M15 5.00002L19.5528 2.72362C20.2177 2.39117 21 2.87467 21 3.61805V16.7639C21 17.5215 20.572 18.214 19.8944 18.5528L15 21M15 5.00002V21",stroke:ga,strokeWidth:1.4})),"info-box":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M7 13H17M7 16.5H15.3333M9 8C9 8.55228 8.55228 9 8 9C7.44772 9 7 8.55228 7 8C7 7.44772 7.44772 7 8 7C8.55228 7 9 7.44772 9 8ZM5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"post-carousel":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M0 17C1.10457 17 2 16.1046 2 15V8C2 6.89543 1.10457 6 0 6M24 17C22.8954 17 22 16.1046 22 15V8C22 6.89543 22.8954 6 24 6M7 17H17C18.1046 17 19 16.1046 19 15V8C19 6.89543 18.1046 6 17 6H7C5.89543 6 5 6.89543 5 8V15C5 16.1046 5.89543 17 7 17Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M8 11H12.5M8 14H16",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"post-masonry":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M3 14C3 12.8954 3.89543 12 5 12H8C9.10457 12 10 12.8954 10 14V21C10 22.1046 9.10457 23 8 23H5C3.89543 23 3 22.1046 3 21V14Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M14 3C14 1.89543 14.8954 1 16 1H19C20.1046 1 21 1.89543 21 3V10C21 11.1046 20.1046 12 19 12H16C14.8954 12 14 11.1046 14 10V3Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M14 18C14 16.8954 14.8954 16 16 16H19C20.1046 16 21 16.8954 21 18V21C21 22.1046 20.1046 23 19 23H16C14.8954 23 14 22.1046 14 21V18Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M3 3C3 1.89543 3.89543 1 5 1H8C9.10457 1 10 1.89543 10 3V6C10 7.10457 9.10457 8 8 8H5C3.89543 8 3 7.10457 3 6V3Z",stroke:ga,strokeWidth:1.4})),"post-grid":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M3 16C3 14.8954 3.89543 14 5 14H8C9.10457 14 10 14.8954 10 16V19C10 20.1046 9.10457 21 8 21H5C3.89543 21 3 20.1046 3 19V16Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M14 16C14 14.8954 14.8954 14 16 14H19C20.1046 14 21 14.8954 21 16V19C21 20.1046 20.1046 21 19 21H16C14.8954 21 14 20.1046 14 19V16Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M3 5C3 3.89543 3.89543 3 5 3H8C9.10457 3 10 3.89543 10 5V8C10 9.10457 9.10457 10 8 10H5C3.89543 10 3 9.10457 3 8V5Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M14 5C14 3.89543 14.8954 3 16 3H19C20.1046 3 21 3.89543 21 5V8C21 9.10457 20.1046 10 19 10H16C14.8954 10 14 9.10457 14 8V5Z",stroke:ga,strokeWidth:1.4})),testimonial:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M15.5 9.42857C15.5 10.2175 14.903 10.8571 14.1667 10.8571C13.4303 10.8571 12.8333 10.2175 12.8333 9.42857C12.8333 8.63959 13.4303 8 14.1667 8C14.903 8 15.5 8.63959 15.5 9.42857ZM15.5 9.42857C15.5 9.42857 15.5 11.5714 13.5 13M11.1667 9.42857C11.1667 10.2175 10.5697 10.8571 9.83333 10.8571C9.09695 10.8571 8.5 10.2175 8.5 9.42857C8.5 8.63959 9.09695 8 9.83333 8C10.5697 8 11.1667 8.63959 11.1667 9.42857ZM11.1667 9.42857C11.1667 9.42857 11.1667 11.5714 9.16667 13M12 21L14.4142 18.5858C14.7893 18.2107 15.298 18 15.8284 18H19C20.1046 18 21 17.1046 21 16V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V16C3 17.1046 3.89543 18 5 18H8.17157C8.70201 18 9.21071 18.2107 9.58579 18.5858L12 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"cf7-styler":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M4.51555 17C6.13007 19.412 8.87958 21 12 21C15.1204 21 17.8699 19.412 19.4845 17M4.51555 17C3.55827 15.5699 3 13.8501 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 13.8501 20.4417 15.5699 19.4845 17M4.51555 17C5.75777 17 7.12889 15 8.43944 13M19.4845 17C18.2422 17 16.8711 15 15.5606 13M8.43944 13C9.75 11 11 9 12 9C13 9 14.25 11 15.5606 13M8.43944 13L9.09522 14.2607C9.47211 14.9852 10.5116 14.9769 10.8768 14.2464L11.3795 13.241C11.6848 12.6305 12.4984 12.4984 12.9811 12.9811L13.4309 13.4309C13.7632 13.7632 14.282 13.8193 14.6776 13.5658L15.5606 13",stroke:ga,strokeWidth:1.4})),"gf-styler":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M17 12V15H7L6.99998 12.9996C6.99998 10.7905 8.79083 9.00001 10.9999 9.00001H17.5M3.33984 8.71466V15.2854C3.33984 16.0317 3.75541 16.7159 4.41768 17.0601L11.0779 20.5208C11.656 20.8212 12.3442 20.8212 12.9223 20.5208L19.5825 17.0601C20.2448 16.7159 20.6604 16.0317 20.6604 15.2854V8.71466C20.6604 7.96832 20.2448 7.28407 19.5825 6.93995L12.9223 3.47918C12.3442 3.1788 11.656 3.1788 11.0779 3.47918L4.41768 6.93995C3.75541 7.28407 3.33984 7.96832 3.33984 8.71466Z",stroke:ga,strokeWidth:1.4})),"content-timeline":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M12.0001 3V7M12.0001 21V17M12.0001 7H15.0001M12.0001 7V12M15.0001 7C15.0001 8.10457 15.8954 9 17 9H19C20.1046 9 21 8.10457 21 7C21 5.89543 20.1046 5 19 5H17C15.8954 5 15.0001 5.89543 15.0001 7ZM12.0001 12H9M12.0001 12V17M9 12C9 13.1046 8.10457 14 7 14H5C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10H7C8.10457 10 9 10.8954 9 12ZM12.0001 17H15.0001M15.0001 17C15.0001 18.1046 15.8954 19 17 19H19C20.1046 19 21 18.1046 21 17C21 15.8954 20.1046 15 19 15H17C15.8954 15 15.0001 15.8954 15.0001 17Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"call-to-action":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M16.4545 16.4545L14.6364 21L11 11L21 14.6364L16.4545 16.4545ZM16.4545 16.4545L21 21M9 16.9291C5.60771 16.4439 3 13.5265 3 10C3 6.13401 6.13401 3 10 3C13.5265 3 16.4439 5.60771 16.9291 9M8.5 12.5987C7.6033 12.0799 7 11.1104 7 10C7 8.34315 8.34315 7 10 7C11.1104 7 12.0799 7.6033 12.5987 8.5",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"post-timeline":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M4 3V6M4 6C2.89543 6 2 6.89543 2 8C2 9.10457 2.89543 10 4 10M4 6C5.10457 6 6 6.89543 6 8C6 9.10457 5.10457 10 4 10M4 10V14M4 14C2.89543 14 2 14.8954 2 16C2 17.1046 2.89543 18 4 18M4 14C5.10457 14 6 14.8954 6 16C6 17.1046 5.10457 18 4 18M4 18V21M11 18H19C20.1046 18 21 17.1046 21 16C21 14.8954 20.1046 14 19 14H11C9.89543 14 9 14.8954 9 16C9 17.1046 9.89543 18 11 18ZM11 10H19C20.1046 10 21 9.10457 21 8C21 6.89543 20.1046 6 19 6H11C9.89543 6 9 6.89543 9 8C9 9.10457 9.89543 10 11 10Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"icon-list":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M11 5H21M11 12H21M11 19H21",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,i.createElement)("path",{d:"M7 5C7 6.10457 6.10457 7 5 7C3.89543 7 3 6.10457 3 5C3 3.89543 3.89543 3 5 3C6.10457 3 7 3.89543 7 5Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,i.createElement)("path",{d:"M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,i.createElement)("path",{d:"M7 19C7 20.1046 6.10457 21 5 21C3.89543 21 3 20.1046 3 19C3 17.8954 3.89543 17 5 17C6.10457 17 7 17.8954 7 19Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),team:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M17 20H22V18C22 16.3431 20.6569 15 19 15C18.0444 15 17.1931 15.4468 16.6438 16.1429M17 20H7M17 20V18C17 17.3438 16.8736 16.717 16.6438 16.1429M7 20H2V18C2 16.3431 3.34315 15 5 15C5.95561 15 6.80686 15.4468 7.35625 16.1429M7 20V18C7 17.3438 7.12642 16.717 7.35625 16.1429M7.35625 16.1429C8.0935 14.301 9.89482 13 12 13C14.1052 13 15.9065 14.301 16.6438 16.1429M15 7C15 8.65685 13.6569 10 12 10C10.3431 10 9 8.65685 9 7C9 5.34315 10.3431 4 12 4C13.6569 4 15 5.34315 15 7ZM21 10C21 11.1046 20.1046 12 19 12C17.8954 12 17 11.1046 17 10C17 8.89543 17.8954 8 19 8C20.1046 8 21 8.89543 21 10ZM7 10C7 11.1046 6.10457 12 5 12C3.89543 12 3 11.1046 3 10C3 8.89543 3.89543 8 5 8C6.10457 8 7 8.89543 7 10Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),tabs:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M10 3V6C10 7.10457 10.8954 8 12 8H15.5M15.5 8H21M15.5 8V3M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4})),"social-share":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M9 12C9 13.1046 8.10457 14 7 14C5.89543 14 5 13.1046 5 12C5 10.8954 5.89543 10 7 10C8.10457 10 9 10.8954 9 12Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M19 6C19 7.10457 18.1046 8 17 8C15.8954 8 15 7.10457 15 6C15 4.89543 15.8954 4 17 4C18.1046 4 19 4.89543 19 6Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M19 18C19 19.1046 18.1046 20 17 20C15.8954 20 15 19.1046 15 18C15 16.8954 15.8954 16 17 16C18.1046 16 19 16.8954 19 18Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M9 10.5L15 7M9 13.5L15 17",stroke:ga,strokeWidth:1.4})),"restaurant-menu":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M17.7472 5.05554C17.5824 4.84998 17.3481 4.68976 17.074 4.59515C16.8912 4.53203 16.696 4.5 16.5 4.5M16.5 4.5C16.4022 4.5 16.3042 4.50797 16.2074 4.52402C15.9164 4.57225 15.6491 4.6913 15.4393 4.86612C15.2296 5.04093 15.0867 5.26366 15.0288 5.50614C14.9709 5.74861 15.0006 5.99995 15.1142 6.22835C15.2277 6.45676 15.42 6.65199 15.6666 6.78934C15.9133 6.92669 16.2033 7 16.5 7C16.7967 7 17.0867 7.07331 17.3334 7.21066C17.58 7.34802 17.7723 7.54324 17.8858 7.77165C17.9994 8.00005 18.0291 8.25139 17.9712 8.49386C17.9133 8.73634 17.7704 8.95907 17.5607 9.13388C17.3509 9.3087 17.0836 9.42775 16.7926 9.47598C16.6958 9.49203 16.5978 9.5 16.5 9.5M16.5 4.5V4M15.2528 8.94446C15.4176 9.15003 15.6519 9.31024 15.926 9.40485C16.1088 9.46797 16.304 9.5 16.5 9.5M16.5 9.5V10",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,i.createElement)("path",{d:"M17.7472 15.0555C17.5824 14.85 17.3481 14.6898 17.074 14.5952C16.8912 14.532 16.696 14.5 16.5 14.5M16.5 14.5C16.4022 14.5 16.3042 14.508 16.2074 14.524C15.9164 14.5723 15.6491 14.6913 15.4393 14.8661C15.2296 15.0409 15.0867 15.2637 15.0288 15.5061C14.9709 15.7486 15.0006 15.9999 15.1142 16.2284C15.2277 16.4568 15.42 16.652 15.6666 16.7893C15.9133 16.9267 16.2033 17 16.5 17C16.7967 17 17.0867 17.0733 17.3334 17.2107C17.58 17.348 17.7723 17.5432 17.8858 17.7716C17.9994 18.0001 18.0291 18.2514 17.9712 18.4939C17.9133 18.7363 17.7704 18.9591 17.5607 19.1339C17.3509 19.3087 17.0836 19.4278 16.7926 19.476C16.6958 19.492 16.5978 19.5 16.5 19.5M16.5 14.5V14M15.2528 18.9445C15.4176 19.15 15.6519 19.3102 15.926 19.4049C16.1088 19.468 16.304 19.5 16.5 19.5M16.5 19.5V20",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,i.createElement)("path",{d:"M6 5H12M6 15H12M6 8H9M6 18H9",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,i.createElement)("path",{d:"M3 3C3 1.89543 3.89543 1 5 1H19C20.1046 1 21 1.89543 21 3V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),blockquote:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M7 7H17M7 11H9M17 11.8571C17 12.3305 16.6418 12.7143 16.2 12.7143C15.7582 12.7143 15.4 12.3305 15.4 11.8571C15.4 11.3838 15.7582 11 16.2 11C16.6418 11 17 11.3838 17 11.8571ZM17 11.8571C17 11.8571 17 13.1429 15.8 14M13.6 11.8571C13.6 12.3305 13.2418 12.7143 12.8 12.7143C12.3582 12.7143 12 12.3305 12 11.8571C12 11.3838 12.3582 11 12.8 11C13.2418 11 13.6 11.3838 13.6 11.8571ZM13.6 11.8571C13.6 11.8571 13.6 13.1429 12.4 14M3 21V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V16C21 17.1046 20.1046 18 19 18H7.66667C7.23393 18 6.81286 18.1404 6.46667 18.4L3 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),columns:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M15 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H15M15 3V21M15 3H9M15 21H9M9 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H9M9 3V21",stroke:ga,strokeWidth:1.4})),"marketing-button":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M7 20.9895H17M4 16.9895H20",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,i.createElement)("path",{d:"M10 7H19M3 11H21C22.1046 11 23 10.1046 23 9V5C23 3.89543 22.1046 3 21 3H3C1.89543 3 1 3.89543 1 5V9C1 10.1046 1.89543 11 3 11ZM7 7C7 7.55228 6.55228 8 6 8C5.44772 8 5 7.55228 5 7C5 6.44772 5.44772 6 6 6C6.55228 6 7 6.44772 7 7Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"table-of-contents":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M7 16H13M7 12H15.3333M7 8H17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),faq:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M9.00006 9C9.50006 8 10.5001 7 12.0001 7C13.5002 7 15.0001 8.5 15.0001 10C15.0001 11.4553 14.0588 12.4399 13.0843 12.8686C13.0248 12.8948 12.9619 12.9116 12.8992 12.9285C12.4001 13.0627 12.0001 13.4804 12.0001 14M12.0001 17H12.0101M21.0001 12C21.0001 16.9706 16.9706 21 12.0001 21C10.5124 21 9.1091 20.6391 7.87286 20C7.19356 19.6488 3.56466 21.5054 3 21C2.43678 20.4959 4.93748 17.6302 4.51561 17C3.55833 15.5699 3.00006 13.8501 3.00006 12C3.00006 7.02944 7.0295 3 12.0001 3C16.9706 3 21.0001 7.02944 21.0001 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),forms:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M7 10H17M7 7H10.5M9 17H15M7 13H17M13.5 7H17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"how-to":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M13 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V11M13 3L21 11M13 3V9C13 10.1046 13.8954 11 15 11H21M10 11H17M10 7H13M10 15H17M7 7H7.1M7 11H7.1M7 15H7.1",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"inline-notice":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M3 21H21M3 3H21M10 12H19M3 17H21C22.1046 17 23 16.1046 23 15V9C23 7.89543 22.1046 7 21 7H3C1.89543 7 1 7.89543 1 9V15C1 16.1046 1.89543 17 3 17ZM7 12C7 12.5523 6.55228 13 6 13C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11C6.55228 11 7 11.4477 7 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"wp-search":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M3 21L9 15M7 10C7 13.866 10.134 17 14 17C17.866 17 21 13.866 21 10C21 6.13401 17.866 3 14 3C10.134 3 7 6.13401 7 10Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"taxonomy-list":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M10 16H17M10 12H15M10 8H17M6.98999 8H6.99999M6.98999 12H6.99999M6.98999 16H6.99999M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),review:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M7 10.5H17M9.5 7H9.51M6.99 7H7M12 7H12.01M7 14H14M12 21L14.4142 18.5858C14.7893 18.2107 15.298 18 15.8284 18H19C20.1046 18 21 17.1046 21 16V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V16C3 17.1046 3.89543 18 5 18H8.17157C8.70201 18 9.21071 18.2107 9.58579 18.5858L12 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),lottie:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M7 17C7 17 12 17.5 12 12C12 6.5 17 7 17 7M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"star-rating":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M11.103 7.81696C11.4698 7.07371 12.5297 7.07371 12.8965 7.81696L13.8243 9.69697C13.97 9.99211 14.2516 10.1967 14.5773 10.244L16.652 10.5455C17.4722 10.6647 17.7997 11.6726 17.2062 12.2512L15.7049 13.7146C15.4692 13.9443 15.3617 14.2753 15.4173 14.5997L15.7717 16.666C15.9118 17.4829 15.0544 18.1059 14.3208 17.7202L12.4651 16.7446C12.1738 16.5915 11.8257 16.5915 11.5344 16.7446L9.67874 17.7202C8.94511 18.1059 8.08768 17.4829 8.22779 16.666L8.58219 14.5997C8.63783 14.2753 8.53028 13.9443 8.29459 13.7146L6.79332 12.2512C6.1998 11.6726 6.52731 10.6647 7.34753 10.5455L9.42225 10.244C9.74796 10.1967 10.0295 9.99211 10.1752 9.69697L11.103 7.81696Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M18.4424 14.106L20.1846 14.8943C21.0283 15.2761 21.9613 14.5667 21.7842 13.6782L21.6155 12.8313C21.5377 12.4411 21.6806 12.0403 21.99 11.7808L22.6034 11.2662C23.3499 10.6399 22.9822 9.44941 22.0043 9.32712L20.8958 9.18848C20.5373 9.14365 20.2219 8.93603 20.0458 8.62895L19.4377 7.56859C19.003 6.81047 17.8817 6.81047 17.447 7.56859L16.559 9.11719M5.55765 14.106L3.8154 14.8943C2.97172 15.2761 2.0387 14.5667 2.21577 13.6782L2.38454 12.8313C2.46229 12.4411 2.3194 12.0403 2.01002 11.7808L1.39664 11.2662C0.650069 10.6399 1.01784 9.44941 1.99569 9.32712L3.1042 9.18848C3.46273 9.14365 3.77814 8.93603 3.95423 8.62895L4.56227 7.56859C4.997 6.81047 6.11829 6.81047 6.55302 7.56859L7.44104 9.11719",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"display-conditions":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M14.8291 12C14.8291 13.4202 13.5623 14.5714 11.9996 14.5714C10.4369 14.5714 9.17004 13.4202 9.17004 12C9.17004 10.5798 10.4369 9.42857 11.9996 9.42857C13.5623 9.42857 14.8291 10.5798 14.8291 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.createElement)("path",{d:"M3 12C4.20187 8.52247 7.77678 6 12 6C16.2232 6 19.7982 8.5225 21 12C19.7981 15.4775 16.2232 18 12 18C7.77678 18 4.20185 15.4775 3 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"masonry-gallery":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M14 21V18C14 16.8954 14.8954 16 16 16H19C20.1046 16 21 16.8954 21 18V21M14 21C14 22.1046 14.8954 23 16 23H19C20.1046 23 21 22.1046 21 21M14 21L16.0343 19.6438C16.6315 19.2457 17.3962 19.1981 18.0381 19.5191L21 21M14 10C14 11.1046 14.8954 12 16 12H19C20.1046 12 21 11.1046 21 10M14 10V3C14 1.89543 14.8954 1 16 1H19C20.1046 1 21 1.89543 21 3V10M14 10V10C14 9.37526 14.3122 8.79185 14.8321 8.4453L16.0343 7.64381C16.6315 7.24569 17.3962 7.19808 18.0381 7.51906L20.1056 8.55279C20.6537 8.82687 21 9.38713 21 10V10M3 21C3 22.1046 3.89543 23 5 23H8C9.10457 23 10 22.1046 10 21M3 21V14C3 12.8954 3.89543 12 5 12H8C9.10457 12 10 12.8954 10 14V21M3 21V21C3 20.3753 3.31223 19.7918 3.83205 19.4453L5.03429 18.6438C5.63146 18.2457 6.39617 18.1981 7.03811 18.5191L9.10557 19.5528C9.65374 19.8269 10 20.3871 10 21V21M3 6V3C3 1.89543 3.89543 1 5 1H8C9.10457 1 10 1.89543 10 3V6M3 6C3 7.10457 3.89543 8 5 8H8C9.10457 8 10 7.10457 10 6M3 6L5.03429 4.64381C5.63146 4.24569 6.39617 4.19808 7.03811 4.51906L10 6M7 15H7.1M18 4H18.1",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"responsive-conditions":(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M16 19H3C1.89543 19 1 18.1046 1 17V7C1 5.89543 1.89543 5 3 5H20C21.1046 5 22 5.89543 22 7V9M16 19V11C16 9.89543 16.8954 9 18 9H21C22.1046 9 23 9.89543 23 11V19C23 20.1046 22.1046 21 21 21H18C16.8954 21 16 20.1046 16 19Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,i.createElement)("path",{d:"M3.5 12H3.51M19.5 18.5H19.51",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),container:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M3 16C3 14.8954 3.89543 14 5 14H8C9.10457 14 10 14.8954 10 16V19C10 20.1046 9.10457 21 8 21H5C3.89543 21 3 20.1046 3 19V16Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M14 16C14 14.8954 14.8954 14 16 14H19C20.1046 14 21 14.8954 21 16V19C21 20.1046 20.1046 21 19 21H16C14.8954 21 14 20.1046 14 19V16Z",stroke:ga,strokeWidth:1.4}),(0,i.createElement)("path",{d:"M3 5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V8C21 9.10457 20.1046 10 19 10H5C3.89543 10 3 9.10457 3 8V5Z",stroke:ga,strokeWidth:1.4})),image:(0,i.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,i.createElement)("path",{d:"M3 17L7.41995 12.58C8.26284 11.7372 9.65125 11.8141 10.3959 12.7449L11.789 14.4863C12.4639 15.3298 13.6866 15.4851 14.5508 14.8369L15.6123 14.0408C16.4086 13.4436 17.5228 13.5228 18.2265 14.2265L21 17M17 8C17 8.55228 16.5523 9 16 9C15.4477 9 15 8.55228 15 8C15 7.44772 15.4477 7 16 7C16.5523 7 17 7.44772 17 8ZM5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4}))},ha=(0,r.createContext)(null);function va(){var e=(0,r.useContext)(ha);if(null===e){var t=new Error("You used a <Label /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(t,va),t}return e}var ba=(0,r.createContext)(null);ba.displayName="GroupContext";var wa=r.Fragment;function ya(e){var t=e.checked,a=e.onChange,i=c(e,["checked","onChange"]),l="headlessui-switch-"+k(),o=(0,r.useContext)(ba),s=(0,r.useRef)(null),m=b(s,null===o?null:o.setSwitch),d=(0,r.useCallback)((function(){return a(!t)}),[a,t]),f=(0,r.useCallback)((function(e){if(w(e.currentTarget))return e.preventDefault();e.preventDefault(),d()}),[d]),p=(0,r.useCallback)((function(e){e.key!==n.Tab&&e.preventDefault(),e.key===n.Space&&d()}),[d]),h=(0,r.useCallback)((function(e){return e.preventDefault()}),[]),v=(0,r.useMemo)((function(){return{checked:t}}),[t]);return g({props:u({},i,{id:l,ref:m,role:"switch",type:L(e,s),tabIndex:0,"aria-checked":t,"aria-labelledby":null==o?void 0:o.labelledby,"aria-describedby":null==o?void 0:o.describedby,onClick:f,onKeyUp:p,onKeyPress:h}),slot:v,defaultTag:"button",name:"Switch"})}ya.Group=function(e){var t=(0,r.useState)(null),a=t[0],n=t[1],i=function(){var e=(0,r.useState)([]),t=e[0],a=e[1];return[t.length>0?t.join(" "):void 0,(0,r.useMemo)((function(){return function(e){var t=(0,r.useCallback)((function(e){return a((function(t){return[].concat(t,[e])})),function(){return a((function(t){var a=t.slice(),n=a.indexOf(e);return-1!==n&&a.splice(n,1),a}))}}),[]),n=(0,r.useMemo)((function(){return{register:t,slot:e.slot,name:e.name,props:e.props}}),[t,e.slot,e.name,e.props]);return l().createElement(ha.Provider,{value:n},e.children)}}),[a])]}(),o=i[0],s=i[1],u=Ot(),c=u[0],m=u[1],d=(0,r.useMemo)((function(){return{switch:a,setSwitch:n,labelledby:o,describedby:c}}),[a,n,o,c]);return l().createElement(m,{name:"Switch.Description"},l().createElement(s,{name:"Switch.Label",props:{onClick:function(){a&&(a.click(),a.focus({preventScroll:!0}))}}},l().createElement(ba.Provider,{value:d},g({props:e,defaultTag:wa,name:"Switch.Group"}))))},ya.Label=function(e){var t=e.passive,a=void 0!==t&&t,n=c(e,["passive"]),i=va(),r="headlessui-label-"+k();y((function(){return i.register(r)}),[r,i.register]);var l=u({},i.props,{id:r}),o=u({},n,l);return a&&delete o.onClick,g({props:o,slot:i.slot||{},defaultTag:"label",name:i.name||"Label"})},ya.Description=Nt;const xa=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")};var Da=e=>{const{link:t,slug:a,title:n,deprecated:r}=e.blockInfo,l=oa(),o=ma((e=>e.blocksStatuses)),s="disabled"!==o[a];return(0,i.createElement)("div",{key:a,className:xa(s?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,i.createElement)("div",{className:"flex-shrink-0 opacity-80"},pa[a]),(0,i.createElement)("div",{className:"uagb-admin-block-card__title flex-1 min-w-0"},(0,i.createElement)("p",{className:"text-base font-medium text-slate-800"},n,r&&(0,i.createElement)("div",{className:"inline-block align-top max-h-4 px-1.5 py-1 ml-1.5 text-[10px] leading-[10px] border border-slate-200 text-slate-400 rounded spectra-admin__block-label"},(0,We.__)("Legacy","ultimate-addons-for-gutenberg"))),(0,i.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:`https://wpspectra.com/blocks/${t}`,target:"_blank",rel:"noreferrer"},(0,We.__)("Live Demo","ultimate-addons-for-gutenberg"))),(0,i.createElement)(ya,{checked:s,onChange:()=>{let e="disabled";s||(e=a);const t={...o};t[a]=e,l({type:"UPDATE_BLOCK_STATUSES",payload:t});const n=new window.FormData;n.append("action","uag_blocks_activation_and_deactivation"),n.append("security",uag_react.blocks_activation_and_deactivation_nonce),n.append("value",JSON.stringify(t)),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{l({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:xa(s?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:xa(s?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))};function Ea(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ca=()=>{const e=ma((e=>e.enableDisplayConditions)),t=oa(),a="disabled"!==e;return(0,r.useEffect)((()=>{const t=new window.FormData;t.append("action","uag_enable_block_condition"),t.append("security",uag_react.enable_block_condition_nonce),t.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{}))}),[e]),(0,i.createElement)("div",{key:"display-conditons",className:Ea(a?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,i.createElement)("div",{className:"flex-shrink-0 ml-0"},pa["display-conditions"]),(0,i.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,i.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,We.__)("Display Conditions","ultimate-addons-for-gutenberg"),(0,i.createElement)("div",{className:"inline-block align-top max-h-4 px-1.5 py-1 ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,We.__)("Extension","ultimate-addons-for-gutenberg"))),(0,i.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/display-conditions-blocks/",target:"_blank",rel:"noreferrer"},(0,We.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===e?"enabled":"disabled",t({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:a})},className:Ea(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Ea(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))};function ka(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var _a=()=>{const e=ma((e=>e.enableMasonryExtension)),t=oa(),a="disabled"!==e;return(0,r.useEffect)((()=>{const t=new window.FormData;t.append("action","uag_enable_masonry_gallery"),t.append("security",uag_react.enable_masonry_gallery_nonce),t.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{}))}),[e]),(0,i.createElement)("div",{key:"masonry-gallery",className:ka(a?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,i.createElement)("div",{className:"flex-shrink-0"},pa["masonry-gallery"]),(0,i.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,i.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,We.__)("Masonry Gallery","ultimate-addons-for-gutenberg"),(0,i.createElement)("div",{className:"inline-block align-top max-h-4 px-1.5 py-1 ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,We.__)("Extension","ultimate-addons-for-gutenberg"))),(0,i.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/masonry-image-gallery/",target:"_blank",rel:"noreferrer"},(0,We.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===e?"enabled":"disabled",t({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:a})},className:ka(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:ka(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))};function Sa(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Oa=()=>{const e=ma((e=>e.enableResponsiveConditions)),t=oa(),a="disabled"!==e;return(0,r.useEffect)((()=>{const t=new window.FormData;t.append("action","uag_enable_block_responsive"),t.append("security",uag_react.enable_block_responsive_nonce),t.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{}))}),[e]),(0,i.createElement)("div",{key:"display-responsive-conditons",className:Sa(a?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,i.createElement)("div",{className:"flex-shrink-0 ml-0"},pa["responsive-conditions"]),(0,i.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,i.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,We.__)("Responsive Conditions","ultimate-addons-for-gutenberg"),(0,i.createElement)("div",{className:"inline-block align-top max-h-4 px-1.5 py-1 ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,We.__)("Extension","ultimate-addons-for-gutenberg"))),(0,i.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/responsive-conditions/",target:"_blank",rel:"noreferrer"},(0,We.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===e?"enabled":"disabled",t({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:a})},className:Sa(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Sa(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))},Na=()=>(0,i.createElement)(i.Fragment,null,(0,i.createElement)(Oa,null),(0,i.createElement)(Ca,null),(0,i.createElement)(_a,null)),Ta=()=>{const e=ma((e=>e.activeBlocksFilterTab)),t=uag_react.blocks_info.map(((t,a)=>t.admin_categories?.includes(e)||"all"===e?(0,i.createElement)(Da,{key:a,blockInfo:t}):""));return(0,i.createElement)("div",{className:"lg:max-w-[80rem] mx-auto grid grid-flow-row auto-rows-min grid-cols-2 gap-6 sm:grid-cols-3 px-6 py-4"},t,("extensions"===e||"all"===e)&&(0,i.createElement)(Na,null))},Aa=function(e){const{fontSize:t,width:a,style:n}=e;return(0,i.createElement)("div",{className:"uag-skeleton uag-skeleton--text uag-skeleton--wave",style:{fontSize:t,width:a,...n}})},Ma=function(e){const{width:t,height:a,style:n}=e;return(0,i.createElement)("div",{className:"uag-skeleton uag-skeleton--rect uag-skeleton--wave",style:{width:t,height:a,...n}})},Pa=()=>(0,i.createElement)(i.Fragment,null,(0,i.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mt-10 mb-8 font-semibold text-2xl"},(0,i.createElement)(Ma,{width:"75px",height:"32px"})),(0,i.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mb-[2.43rem]"},(0,i.createElement)("div",{className:"hidden justify-between sm:flex"},(0,i.createElement)("nav",{className:"flex space-x-4","aria-label":"Tabs"},(0,i.createElement)(Ma,{width:"25px",height:"35px"}),(0,i.createElement)(Ma,{width:"50px",height:"35px"}),(0,i.createElement)(Ma,{width:"50px",height:"35px"}),(0,i.createElement)(Ma,{width:"33px",height:"35px"}),(0,i.createElement)(Ma,{width:"37px",height:"35px"}),(0,i.createElement)(Ma,{width:"33px",height:"35px"}),(0,i.createElement)(Ma,{width:"27px",height:"35px"}),(0,i.createElement)(Ma,{width:"71px",height:"35px"})),(0,i.createElement)("span",{className:"z-0 flex shadow-sm rounded-[0.2rem] justify-center"},(0,i.createElement)(Ma,{width:"100px",height:"40px",style:{marginRight:"10px"}}),(0,i.createElement)(Ma,{width:"100px",height:"40px"})))),(0,i.createElement)("div",{className:"lg:max-w-[80rem] mx-auto grid grid-cols-2 gap-6 sm:grid-cols-3 p-6 pt-0"},Array(36).fill().map((e=>(0,i.createElement)(Ma,{key:e,width:"400px",height:"80px"}))))),La=()=>{const e=ma((e=>e.initialStateSetFlag));return e?(0,i.createElement)(i.Fragment,null,(0,i.createElement)("div",{className:"mx-auto px-6 mt-10 mb-8 font-semibold text-2xl lg:max-w-[80rem]"},"Blocks / Extensions"),(0,i.createElement)(fa,null),(0,i.createElement)(Ta,null)):(0,i.createElement)(Pa,null)},Ia={"asset-generation":(0,i.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M1 1V6H1.58152M16.9381 8C16.446 4.05369 13.0796 1 9 1C5.64262 1 2.76829 3.06817 1.58152 6M1.58152 6H6M17 17V12H16.4185M16.4185 12C15.2317 14.9318 12.3574 17 9 17C4.92038 17 1.55399 13.9463 1.06189 10M16.4185 12H12",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),templates:(0,i.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M1 2C1 1.44772 1.44772 1 2 1H16C16.5523 1 17 1.44772 17 2V4C17 4.55228 16.5523 5 16 5H2C1.44772 5 1 4.55228 1 4V2Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.createElement)("path",{d:"M1 10C1 9.44772 1.44772 9 2 9H8C8.55228 9 9 9.44772 9 10V16C9 16.5523 8.55228 17 8 17H2C1.44772 17 1 16.5523 1 16V10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.createElement)("path",{d:"M13 10C13 9.44772 13.4477 9 14 9H16C16.5523 9 17 9.44772 17 10V16C17 16.5523 16.5523 17 16 17H14C13.4477 17 13 16.5523 13 16V10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"version-control":(0,i.createElement)("svg",{className:"flex-shrink-0 mr-4 fill-inherit",stroke:"none",width:"16",height:"20",viewBox:"0 0 16 20",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M5.70711 11.2929C5.31658 10.9024 4.68342 10.9024 4.29289 11.2929C3.90237 11.6834 3.90237 12.3166 4.29289 12.7071L5.70711 11.2929ZM7 14L6.29289 14.7071C6.68342 15.0976 7.31658 15.0976 7.70711 14.7071L7 14ZM11.7071 10.7071C12.0976 10.3166 12.0976 9.68342 11.7071 9.29289C11.3166 8.90237 10.6834 8.90237 10.2929 9.29289L11.7071 10.7071ZM14 5V17H16V5H14ZM13 18H3V20H13V18ZM2 17V5H0V17H2ZM3 4H5V2H3V4ZM11 4H13V2H11V4ZM3 18C2.44772 18 2 17.5523 2 17H0C0 18.6569 1.34315 20 3 20V18ZM14 17C14 17.5523 13.5523 18 13 18V20C14.6569 20 16 18.6569 16 17H14ZM16 5C16 3.34315 14.6569 2 13 2V4C13.5523 4 14 4.44772 14 5H16ZM2 5C2 4.44772 2.44772 4 3 4V2C1.34315 2 0 3.34315 0 5H2ZM4.29289 12.7071L6.29289 14.7071L7.70711 13.2929L5.70711 11.2929L4.29289 12.7071ZM7.70711 14.7071L11.7071 10.7071L10.2929 9.29289L6.29289 13.2929L7.70711 14.7071ZM7 2H9V0H7V2ZM9 4H7V6H9V4ZM7 4C6.44772 4 6 3.55228 6 3H4C4 4.65685 5.34315 6 7 6V4ZM10 3C10 3.55228 9.55228 4 9 4V6C10.6569 6 12 4.65685 12 3H10ZM9 2C9.55228 2 10 2.44772 10 3H12C12 1.34315 10.6569 0 9 0V2ZM7 0C5.34315 0 4 1.34315 4 3H6C6 2.44772 6.44772 2 7 2V0Z"})),"fonts-performance":(0,i.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"20",viewBox:"0 0 18 20",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M10 8V1L1 12H8L8 19L17 8L10 8Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"global-settings":(0,i.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M8.32463 2.31731C8.75103 0.560897 11.249 0.560897 11.6754 2.31731C11.9508 3.45193 13.2507 3.99038 14.2478 3.38285C15.7913 2.44239 17.5576 4.2087 16.6172 5.75218C16.0096 6.74925 16.5481 8.04918 17.6827 8.32463C19.4391 8.75103 19.4391 11.249 17.6827 11.6754C16.5481 11.9508 16.0096 13.2507 16.6172 14.2478C17.5576 15.7913 15.7913 17.5576 14.2478 16.6172C13.2507 16.0096 11.9508 16.5481 11.6754 17.6827C11.249 19.4391 8.75103 19.4391 8.32463 17.6827C8.04918 16.5481 6.74926 16.0096 5.75219 16.6172C4.2087 17.5576 2.44239 15.7913 3.38285 14.2478C3.99038 13.2507 3.45193 11.9508 2.31731 11.6754C0.560897 11.249 0.560897 8.75103 2.31731 8.32463C3.45193 8.04918 3.99037 6.74926 3.38285 5.75218C2.44239 4.2087 4.2087 2.44239 5.75219 3.38285C6.74926 3.99037 8.04918 3.45193 8.32463 2.31731Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.createElement)("path",{d:"M13 10C13 11.6569 11.6569 13 10 13C8.34315 13 7 11.6569 7 10C7 8.34315 8.34315 7 10 7C11.6569 7 13 8.34315 13 10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"block-settings":(0,i.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M1 3C1 1.89543 1.89543 1 3 1H5C6.10457 1 7 1.89543 7 3V5C7 6.10457 6.10457 7 5 7H3C1.89543 7 1 6.10457 1 5V3Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.createElement)("path",{d:"M11 3C11 1.89543 11.8954 1 13 1H15C16.1046 1 17 1.89543 17 3V5C17 6.10457 16.1046 7 15 7H13C11.8954 7 11 6.10457 11 5V3Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.createElement)("path",{d:"M1 13C1 11.8954 1.89543 11 3 11H5C6.10457 11 7 11.8954 7 13V15C7 16.1046 6.10457 17 5 17H3C1.89543 17 1 16.1046 1 15V13Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,i.createElement)("path",{d:"M11 13C11 11.8954 11.8954 11 13 11H15C16.1046 11 17 11.8954 17 13V15C17 16.1046 16.1046 17 15 17H13C11.8954 17 11 16.1046 11 15V13Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"coming-soon":(0,i.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M10 6V10L13 13M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))};function Va(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ra=()=>{const e=oa(),t=ma((e=>e.enableFileGeneration)),a="disabled"!==t;return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("File Generation","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_FILE_GENERATION",payload:a});const n=uag_react.enable_file_generation_nonce,i=new window.FormData;i.append("action","uag_enable_file_generation"),i.append("security",n),i.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:i}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Va(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Va(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Spectra loads the CSS and JS inline on the page by default. If you want to generate separate CSS and JS files for Spectra blocks, enable this option. Please read ","ultimate-addons-for-gutenberg"),(0,i.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://wpspectra.com/clean-html-with-uag/?utm_source=uag-dashboard&utm_medium=link&utm_campaign=uag-dashboard",target:"_blank",rel:"noreferrer"}," ",(0,We.__)("this article","ultimate-addons-for-gutenberg")," "),(0,We.__)(" to learn the difference between generating CSS and JS inline and in a separate file.","ultimate-addons-for-gutenberg")))},Fa=()=>{const[e,t]=(0,r.useState)(!1);return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Asset Regeneration","ultimate-addons-for-gutenberg")),(0,i.createElement)("div",{className:"flex justify-right items-center"},!0===e&&(0,i.createElement)("p",{className:"text-sm text-lime-600 pr-2"},(0,We.__)("Assets Regenerated!","ultimate-addons-for-gutenberg")),(0,i.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra transition focus:bg-spectra-hover hover:bg-spectra-hover focus:outline-none",onClick:()=>{t("loading");const e=new window.FormData;e.append("action","uag_regenerate_assets"),e.append("security",uag_react.regenerate_assets_nonce),e.append("value",!0),Jt()({url:uag_react.ajax_url,method:"POST",body:e}).then((e=>{e.success&&(setTimeout((function(){t(!1)}),2e3),t(!0))}))}},(0,We.__)("Regenerate Assets","ultimate-addons-for-gutenberg"),"loading"===e&&(0,i.createElement)("svg",{className:"animate-spin -mr-1 ml-3 h-5 w-5 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},(0,i.createElement)("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),(0,i.createElement)("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"}))))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Facing issues with style, layout, color or another page element? Use this option to regenerate CSS and Javascript assets. It can help with all kinds of asset issues.","ultimate-addons-for-gutenberg")))};function Ha(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var ja=()=>{const e=oa(),t=ma((e=>e.enableTemplates)),a="no"!==t;return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Enable Templates Button","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="no"===t?"yes":"no",e({type:"UPDATE_TEMPLATES_BUTTON",payload:a});const n=uag_react.enable_templates_button_nonce,i=new window.FormData;i.append("action","uag_enable_templates_button"),i.append("security",n),i.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:i}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Ha(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Ha(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Spectra comes with a stunning library of page templates and block patterns. This library is accessible with the Templates button while editing the page or post. Manage the visibility of that button with this option.","ultimate-addons-for-gutenberg")))},Ba=e=>{const{openPopup:t,setopenPopup:a,previousVersionSelect:n,setconfirmPopup:l}=e,[o,s]=(0,r.useState)(t),u=(0,r.useRef)(null);return(0,r.useEffect)((()=>{s(t)}),[t]),(0,i.createElement)(lt.Root,{show:o,as:r.Fragment},(0,i.createElement)(Wt,{as:"div",className:"fixed backdrop-blur-sm z-10 inset-0 overflow-y-auto",initialFocus:u,onClose:s},(0,i.createElement)("div",{className:"flex items-end justify-center min-h-screen pt-4 px-4 pb-20 text-center sm:block sm:p-0"},(0,i.createElement)(lt.Child,{as:r.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in duration-200",leaveFrom:"opacity-100",leaveTo:"opacity-0"},(0,i.createElement)(Wt.Overlay,{className:"fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity"})),(0,i.createElement)("span",{className:"hidden sm:inline-block sm:align-middle sm:h-screen","aria-hidden":"true"},"​"),(0,i.createElement)(lt.Child,{as:r.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95",enterTo:"opacity-100 translate-y-0 sm:scale-100",leave:"ease-in duration-200",leaveFrom:"opacity-100 translate-y-0 sm:scale-100",leaveTo:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"},(0,i.createElement)("div",{className:"inline-block align-bottom bg-white rounded-lg px-4 pt-5 pb-4 text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-lg sm:w-full sm:p-6"},(0,i.createElement)("div",{className:"sm:flex sm:items-start"},(0,i.createElement)("div",{className:"mx-auto flex-shrink-0 flex items-center justify-center h-12 w-12 rounded-full bg-red-50 sm:mx-0 sm:h-16 sm:w-16"},(0,i.createElement)("svg",{className:"h-8 w-8 stroke-red-600",viewBox:"0 0 34 33",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,i.createElement)("path",{d:"M17 9.83333V16.5M17 23.1667H17.0167M32 16.5C32 24.7843 25.2843 31.5 17 31.5C8.71573 31.5 2 24.7843 2 16.5C2 8.21573 8.71573 1.5 17 1.5C25.2843 1.5 32 8.21573 32 16.5Z",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round"}))),(0,i.createElement)("div",{className:"mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left"},(0,i.createElement)(Wt.Title,{as:"h3",className:"text-2xl font-semibold text-slate-800"},(0,We.__)("Rollback to Previous Version","ultimate-addons-for-gutenberg")),(0,i.createElement)("p",{className:"mt-2 text-sm text-slate-500"},(0,We.__)(`Are you sure you want to rollback to Spectra v${n}?`,"ultimate-addons-for-gutenberg")))),(0,i.createElement)("div",{className:"mt-6 sm:flex sm:flex-row sm:ml-20"},(0,i.createElement)("button",{type:"button",className:"w-full inline-flex justify-center rounded border border-transparent shadow-sm px-4 py-2 bg-red-600 text-base font-medium text-white focus:bg-red-700 hover:bg-red-700 focus:outline-none sm:mr-3 sm:w-auto sm:text-sm",onClick:()=>{const e=uag_react.rollback_url.replace("VERSION",n);a(!1),l(!0),window.location.href=e}},(0,We.__)("Rollback","ultimate-addons-for-gutenberg")),(0,i.createElement)("button",{type:"button",className:"mt-3 w-full inline-flex justify-center rounded border border-slate-200 shadow-sm px-4 py-2 bg-white text-base font-medium text-slate-800 focus:bg-gray-50 hover:bg-gray-50 focus:outline-none sm:mt-0 sm:w-auto sm:text-sm",onClick:()=>{a(!t)},ref:u},(0,We.__)("Cancel","ultimate-addons-for-gutenberg"))))))))},Ua=()=>{const e=uag_react.global_data.uag_previous_versions,[t,a]=(0,r.useState)(e[0].value),[n,l]=(0,r.useState)(!1),[o,s]=(0,r.useState)(!1);return(0,i.createElement)(i.Fragment,null,(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Rollback to Previous Version","ultimate-addons-for-gutenberg")),(0,i.createElement)("div",{className:"flex justify-right"},(0,i.createElement)("select",{id:"location",name:"location",className:"block h-9 mr-2 sm:text-sm spectra-admin__input-field spectra-admin__dropdown",onBlur:e=>{a(e.target.value)}},e.map((e=>(0,i.createElement)("option",{key:e.value,value:e.value},e.label)))),(0,i.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra transition focus:bg-spectra-hover hover:bg-spectra-hover focus:outline-none h-9",onClick:()=>{l(!0)}},o&&(0,i.createElement)("svg",{className:"animate-spin -ml-1 mr-3 h-5 w-5 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},(0,i.createElement)("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),(0,i.createElement)("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})),(0,We.__)("Rollback","ultimate-addons-for-gutenberg")))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)(`Experiencing an issue with Spectra version ${uag_react.plugin_ver}? Roll back to a previous version to help troubleshoot the issue.`,"ultimate-addons-for-gutenberg"))),(0,i.createElement)(Ba,{openPopup:n,setopenPopup:l,previousVersionSelect:t,setconfirmPopup:s}))};function Wa(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ga=()=>{const e=oa(),t=ma((e=>e.enableBeta)),a="no"!==t;return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Enable Beta","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="no"===t?"yes":"no",e({type:"UPDATE_BETA",payload:a});const n=new window.FormData;n.append("action","uag_enable_beta_updates"),n.append("security",uag_react.enable_beta_updates_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Wa(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500")},(0,i.createElement)("span",{"aria-hidden":"true",className:Wa(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable this option to turn on beta updates and be notified when a new beta version of Spectra is available. The beta version will not install automatically, you will have to install it when you get a notification. It is recommended to try beta on a test environment only.","ultimate-addons-for-gutenberg")))};function za(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Za(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function Ka(e,t,a){return t&&Za(e.prototype,t),a&&Za(e,a),e}function $a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&K(e,t)}function Ya(e){return Ya="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Ya(e)}function Ja(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function qa(e,t){return!t||"object"!==Ya(t)&&"function"!=typeof t?Ja(e):t}function Xa(e){return Xa=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},Xa(e)}var Qa=Number.isNaN||function(e){return"number"==typeof e&&e!=e};function en(e,t){if(e.length!==t.length)return!1;for(var a=0;a<e.length;a++)if(!((n=e[a])===(i=t[a])||Qa(n)&&Qa(i)))return!1;var n,i;return!0}var tn=function(e,t){var a;void 0===t&&(t=en);var n,i=[],r=!1;return function(){for(var l=[],o=0;o<arguments.length;o++)l[o]=arguments[o];return r&&a===this&&t(l,i)||(n=e.apply(this,l),r=!0,a=this,i=l),n}},an=function(){function e(e){this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.before=null}var t=e.prototype;return t.insert=function(e){if(this.ctr%(this.isSpeedy?65e3:1)==0){var t,a=function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t}(this);t=0===this.tags.length?this.before:this.tags[this.tags.length-1].nextSibling,this.container.insertBefore(a,t),this.tags.push(a)}var n=this.tags[this.tags.length-1];if(this.isSpeedy){var i=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(n);try{var r=105===e.charCodeAt(1)&&64===e.charCodeAt(0);i.insertRule(e,r?0:i.cssRules.length)}catch(e){}}else n.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach((function(e){return e.parentNode.removeChild(e)})),this.tags=[],this.ctr=0},e}(),nn=function(e){function t(e,n,s,u,d){for(var f,g,p,h,y,D=0,E=0,C=0,k=0,_=0,M=0,L=p=f=0,V=0,R=0,F=0,H=0,j=s.length,B=j-1,U="",W="",G="",z="";V<j;){if(g=s.charCodeAt(V),V===B&&0!==E+k+C+D&&(0!==E&&(g=47===E?10:47),k=C=D=0,j++,B++),0===E+k+C+D){if(V===B&&(0<R&&(U=U.replace(m,"")),0<U.trim().length)){switch(g){case 32:case 9:case 59:case 13:case 10:break;default:U+=s.charAt(V)}g=59}switch(g){case 123:for(f=(U=U.trim()).charCodeAt(0),p=1,H=++V;V<j;){switch(g=s.charCodeAt(V)){case 123:p++;break;case 125:p--;break;case 47:switch(g=s.charCodeAt(V+1)){case 42:case 47:e:{for(L=V+1;L<B;++L)switch(s.charCodeAt(L)){case 47:if(42===g&&42===s.charCodeAt(L-1)&&V+2!==L){V=L+1;break e}break;case 10:if(47===g){V=L+1;break e}}V=L}}break;case 91:g++;case 40:g++;case 34:case 39:for(;V++<B&&s.charCodeAt(V)!==g;);}if(0===p)break;V++}if(p=s.substring(H,V),0===f&&(f=(U=U.replace(c,"").trim()).charCodeAt(0)),64===f){switch(0<R&&(U=U.replace(m,"")),g=U.charCodeAt(1)){case 100:case 109:case 115:case 45:R=n;break;default:R=A}if(H=(p=t(n,R,p,g,d+1)).length,0<P&&(y=o(3,p,R=a(A,U,F),n,O,S,H,g,d,u),U=R.join(""),void 0!==y&&0===(H=(p=y.trim()).length)&&(g=0,p="")),0<H)switch(g){case 115:U=U.replace(x,l);case 100:case 109:case 45:p=U+"{"+p+"}";break;case 107:p=(U=U.replace(v,"$1 $2"))+"{"+p+"}",p=1===T||2===T&&r("@"+p,3)?"@-webkit-"+p+"@"+p:"@"+p;break;default:p=U+p,112===u&&(W+=p,p="")}else p=""}else p=t(n,a(n,U,F),p,u,d+1);G+=p,p=F=R=L=f=0,U="",g=s.charCodeAt(++V);break;case 125:case 59:if(1<(H=(U=(0<R?U.replace(m,""):U).trim()).length))switch(0===L&&(f=U.charCodeAt(0),45===f||96<f&&123>f)&&(H=(U=U.replace(" ",":")).length),0<P&&void 0!==(y=o(1,U,n,e,O,S,W.length,u,d,u))&&0===(H=(U=y.trim()).length)&&(U="\0\0"),f=U.charCodeAt(0),g=U.charCodeAt(1),f){case 0:break;case 64:if(105===g||99===g){z+=U+s.charAt(V);break}default:58!==U.charCodeAt(H-1)&&(W+=i(U,f,g,U.charCodeAt(2)))}F=R=L=f=0,U="",g=s.charCodeAt(++V)}}switch(g){case 13:case 10:47===E?E=0:0===1+f&&107!==u&&0<U.length&&(R=1,U+="\0"),0<P*I&&o(0,U,n,e,O,S,W.length,u,d,u),S=1,O++;break;case 59:case 125:if(0===E+k+C+D){S++;break}default:switch(S++,h=s.charAt(V),g){case 9:case 32:if(0===k+D+E)switch(_){case 44:case 58:case 9:case 32:h="";break;default:32!==g&&(h=" ")}break;case 0:h="\\0";break;case 12:h="\\f";break;case 11:h="\\v";break;case 38:0===k+E+D&&(R=F=1,h="\f"+h);break;case 108:if(0===k+E+D+N&&0<L)switch(V-L){case 2:112===_&&58===s.charCodeAt(V-3)&&(N=_);case 8:111===M&&(N=M)}break;case 58:0===k+E+D&&(L=V);break;case 44:0===E+C+k+D&&(R=1,h+="\r");break;case 34:case 39:0===E&&(k=k===g?0:0===k?g:k);break;case 91:0===k+E+C&&D++;break;case 93:0===k+E+C&&D--;break;case 41:0===k+E+D&&C--;break;case 40:0===k+E+D&&(0===f&&(2*_+3*M==533||(f=1)),C++);break;case 64:0===E+C+k+D+L+p&&(p=1);break;case 42:case 47:if(!(0<k+D+C))switch(E){case 0:switch(2*g+3*s.charCodeAt(V+1)){case 235:E=47;break;case 220:H=V,E=42}break;case 42:47===g&&42===_&&H+2!==V&&(33===s.charCodeAt(H+2)&&(W+=s.substring(H,V+1)),h="",E=0)}}0===E&&(U+=h)}M=_,_=g,V++}if(0<(H=W.length)){if(R=n,0<P&&void 0!==(y=o(2,W,R,e,O,S,H,u,d,u))&&0===(W=y).length)return z+W+G;if(W=R.join(",")+"{"+W+"}",0!=T*N){switch(2!==T||r(W,2)||(N=0),N){case 111:W=W.replace(w,":-moz-$1")+W;break;case 112:W=W.replace(b,"::-webkit-input-$1")+W.replace(b,"::-moz-$1")+W.replace(b,":-ms-input-$1")+W}N=0}}return z+W+G}function a(e,t,a){var i=t.trim().split(p);t=i;var r=i.length,l=e.length;switch(l){case 0:case 1:var o=0;for(e=0===l?"":e[0]+" ";o<r;++o)t[o]=n(e,t[o],a).trim();break;default:var s=o=0;for(t=[];o<r;++o)for(var u=0;u<l;++u)t[s++]=n(e[u]+" ",i[o],a).trim()}return t}function n(e,t,a){var n=t.charCodeAt(0);switch(33>n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(h,"$1"+e.trim());case 58:return e.trim()+t.replace(h,"$1"+e.trim());default:if(0<1*a&&0<t.indexOf("\f"))return t.replace(h,(58===e.charCodeAt(0)?"":"$1")+e.trim())}return e+t}function i(e,t,a,n){var l=e+";",o=2*t+3*a+4*n;if(944===o){e=l.indexOf(":",9)+1;var s=l.substring(e,l.length-1).trim();return s=l.substring(0,e).trim()+s+";",1===T||2===T&&r(s,1)?"-webkit-"+s+s:s}if(0===T||2===T&&!r(l,1))return l;switch(o){case 1015:return 97===l.charCodeAt(10)?"-webkit-"+l+l:l;case 951:return 116===l.charCodeAt(3)?"-webkit-"+l+l:l;case 963:return 110===l.charCodeAt(5)?"-webkit-"+l+l:l;case 1009:if(100!==l.charCodeAt(4))break;case 969:case 942:return"-webkit-"+l+l;case 978:return"-webkit-"+l+"-moz-"+l+l;case 1019:case 983:return"-webkit-"+l+"-moz-"+l+"-ms-"+l+l;case 883:if(45===l.charCodeAt(8))return"-webkit-"+l+l;if(0<l.indexOf("image-set(",11))return l.replace(_,"$1-webkit-$2")+l;break;case 932:if(45===l.charCodeAt(4))switch(l.charCodeAt(5)){case 103:return"-webkit-box-"+l.replace("-grow","")+"-webkit-"+l+"-ms-"+l.replace("grow","positive")+l;case 115:return"-webkit-"+l+"-ms-"+l.replace("shrink","negative")+l;case 98:return"-webkit-"+l+"-ms-"+l.replace("basis","preferred-size")+l}return"-webkit-"+l+"-ms-"+l+l;case 964:return"-webkit-"+l+"-ms-flex-"+l+l;case 1023:if(99!==l.charCodeAt(8))break;return"-webkit-box-pack"+(s=l.substring(l.indexOf(":",15)).replace("flex-","").replace("space-between","justify"))+"-webkit-"+l+"-ms-flex-pack"+s+l;case 1005:return f.test(l)?l.replace(d,":-webkit-")+l.replace(d,":-moz-")+l:l;case 1e3:switch(t=(s=l.substring(13).trim()).indexOf("-")+1,s.charCodeAt(0)+s.charCodeAt(t)){case 226:s=l.replace(y,"tb");break;case 232:s=l.replace(y,"tb-rl");break;case 220:s=l.replace(y,"lr");break;default:return l}return"-webkit-"+l+"-ms-"+s+l;case 1017:if(-1===l.indexOf("sticky",9))break;case 975:switch(t=(l=e).length-10,o=(s=(33===l.charCodeAt(t)?l.substring(0,t):l).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|s.charCodeAt(7))){case 203:if(111>s.charCodeAt(8))break;case 115:l=l.replace(s,"-webkit-"+s)+";"+l;break;case 207:case 102:l=l.replace(s,"-webkit-"+(102<o?"inline-":"")+"box")+";"+l.replace(s,"-webkit-"+s)+";"+l.replace(s,"-ms-"+s+"box")+";"+l}return l+";";case 938:if(45===l.charCodeAt(5))switch(l.charCodeAt(6)){case 105:return s=l.replace("-items",""),"-webkit-"+l+"-webkit-box-"+s+"-ms-flex-"+s+l;case 115:return"-webkit-"+l+"-ms-flex-item-"+l.replace(E,"")+l;default:return"-webkit-"+l+"-ms-flex-line-pack"+l.replace("align-content","").replace(E,"")+l}break;case 973:case 989:if(45!==l.charCodeAt(3)||122===l.charCodeAt(4))break;case 931:case 953:if(!0===k.test(e))return 115===(s=e.substring(e.indexOf(":")+1)).charCodeAt(0)?i(e.replace("stretch","fill-available"),t,a,n).replace(":fill-available",":stretch"):l.replace(s,"-webkit-"+s)+l.replace(s,"-moz-"+s.replace("fill-",""))+l;break;case 962:if(l="-webkit-"+l+(102===l.charCodeAt(5)?"-ms-"+l:"")+l,211===a+n&&105===l.charCodeAt(13)&&0<l.indexOf("transform",10))return l.substring(0,l.indexOf(";",27)+1).replace(g,"$1-webkit-$2")+l}return l}function r(e,t){var a=e.indexOf(1===t?":":"{"),n=e.substring(0,3!==t?a:10);return a=e.substring(a+1,e.length-1),L(2!==t?n:n.replace(C,"$1"),a,t)}function l(e,t){var a=i(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return a!==t+";"?a.replace(D," or ($1)").substring(4):"("+t+")"}function o(e,t,a,n,i,r,l,o,s,c){for(var m,d=0,f=t;d<P;++d)switch(m=M[d].call(u,e,f,a,n,i,r,l,o,s,c)){case void 0:case!1:case!0:case null:break;default:f=m}if(f!==t)return f}function s(e){return void 0!==(e=e.prefix)&&(L=null,e?"function"!=typeof e?T=1:(T=2,L=e):T=0),s}function u(e,a){var n=e;if(33>n.charCodeAt(0)&&(n=n.trim()),n=[n],0<P){var i=o(-1,a,n,n,O,S,0,0,0,0);void 0!==i&&"string"==typeof i&&(a=i)}var r=t(A,n,a,0,0);return 0<P&&void 0!==(i=o(-2,r,n,n,O,S,r.length,0,0,0))&&(r=i),N=0,S=O=1,r}var c=/^\0+/g,m=/[\0\r\f]/g,d=/: */g,f=/zoo|gra/,g=/([,: ])(transform)/g,p=/,\r+?/g,h=/([\t\r\n ])*\f?&/g,v=/@(k\w+)\s*(\S*)\s*/,b=/::(place)/g,w=/:(read-only)/g,y=/[svh]\w+-[tblr]{2}/,x=/\(\s*(.*)\s*\)/g,D=/([\s\S]*?);/g,E=/-self|flex-/g,C=/[^]*?(:[rp][el]a[\w-]+)[^]*/,k=/stretch|:\s*\w+\-(?:conte|avail)/,_=/([^-])(image-set\()/,S=1,O=1,N=0,T=1,A=[],M=[],P=0,L=null,I=0;return u.use=function e(t){switch(t){case void 0:case null:P=M.length=0;break;default:if("function"==typeof t)M[P++]=t;else if("object"==typeof t)for(var a=0,n=t.length;a<n;++a)e(t[a]);else I=0|!!t}return e},u.set=s,void 0!==e&&s(e),u},rn="/*|*/";function ln(e){e&&on.current.insert(e+"}")}var on={current:null},sn=function(e,t,a,n,i,r,l,o,s,u){switch(e){case 1:switch(t.charCodeAt(0)){case 64:return on.current.insert(t+";"),"";case 108:if(98===t.charCodeAt(2))return""}break;case 2:if(0===o)return t+rn;break;case 3:switch(o){case 102:case 112:return on.current.insert(a[0]+t),"";default:return t+(0===u?rn:"")}case-2:t.split("/*|*/}").forEach(ln)}};function un(e,t,a){var n="";return a.split(" ").forEach((function(a){void 0!==e[a]?t.push(e[a]):n+=a+" "})),n}var cn,mn,dn=function(e,t,a){var n=e.key+"-"+t.name;if(!1===a&&void 0===e.registered[n]&&(e.registered[n]=t.styles),void 0===e.inserted[t.name]){var i=t;do{e.insert("."+n,i,e.sheet,!0),i=i.next}while(void 0!==i)}},fn=function(e){for(var t,a=0,n=0,i=e.length;i>=4;++n,i-=4)t=1540483477*(65535&(t=255&e.charCodeAt(n)|(255&e.charCodeAt(++n))<<8|(255&e.charCodeAt(++n))<<16|(255&e.charCodeAt(++n))<<24))+(59797*(t>>>16)<<16),a=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&a)+(59797*(a>>>16)<<16);switch(i){case 3:a^=(255&e.charCodeAt(n+2))<<16;case 2:a^=(255&e.charCodeAt(n+1))<<8;case 1:a=1540483477*(65535&(a^=255&e.charCodeAt(n)))+(59797*(a>>>16)<<16)}return(((a=1540483477*(65535&(a^=a>>>13))+(59797*(a>>>16)<<16))^a>>>15)>>>0).toString(36)},gn={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},pn=/[A-Z]|^ms/g,hn=/_EMO_([^_]+?)_([^]*?)_EMO_/g,vn=function(e){return 45===e.charCodeAt(1)},bn=function(e){return null!=e&&"boolean"!=typeof e},wn=(cn=function(e){return vn(e)?e:e.replace(pn,"-$&").toLowerCase()},mn={},function(e){return void 0===mn[e]&&(mn[e]=cn(e)),mn[e]}),yn=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(hn,(function(e,t,a){return Dn={name:t,styles:a,next:Dn},t}))}return 1===gn[e]||vn(e)||"number"!=typeof t||0===t?t:t+"px"};function xn(e,t,a,n){if(null==a)return"";if(void 0!==a.__emotion_styles)return a;switch(typeof a){case"boolean":return"";case"object":if(1===a.anim)return Dn={name:a.name,styles:a.styles,next:Dn},a.name;if(void 0!==a.styles){var i=a.next;if(void 0!==i)for(;void 0!==i;)Dn={name:i.name,styles:i.styles,next:Dn},i=i.next;return a.styles+";"}return function(e,t,a){var n="";if(Array.isArray(a))for(var i=0;i<a.length;i++)n+=xn(e,t,a[i],!1);else for(var r in a){var l=a[r];if("object"!=typeof l)null!=t&&void 0!==t[l]?n+=r+"{"+t[l]+"}":bn(l)&&(n+=wn(r)+":"+yn(r,l)+";");else if(!Array.isArray(l)||"string"!=typeof l[0]||null!=t&&void 0!==t[l[0]]){var o=xn(e,t,l,!1);switch(r){case"animation":case"animationName":n+=wn(r)+":"+o+";";break;default:n+=r+"{"+o+"}"}}else for(var s=0;s<l.length;s++)bn(l[s])&&(n+=wn(r)+":"+yn(r,l[s])+";")}return n}(e,t,a);case"function":if(void 0!==e){var r=Dn,l=a(e);return Dn=r,xn(e,t,l,n)}}if(null==t)return a;var o=t[a];return void 0===o||n?a:o}var Dn,En=/label:\s*([^\s;\n{]+)\s*;/g,Cn=function(e,t,a){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var n=!0,i="";Dn=void 0;var r=e[0];null==r||void 0===r.raw?(n=!1,i+=xn(a,t,r,!1)):i+=r[0];for(var l=1;l<e.length;l++)i+=xn(a,t,e[l],46===i.charCodeAt(i.length-1)),n&&(i+=r[l]);En.lastIndex=0;for(var o,s="";null!==(o=En.exec(i));)s+="-"+o[1];return{name:fn(i)+s,styles:i,next:Dn}},kn=Object.prototype.hasOwnProperty,Sn=(0,r.createContext)("undefined"!=typeof HTMLElement?function(e){void 0===e&&(e={});var t,a=e.key||"css";void 0!==e.prefix&&(t={prefix:e.prefix});var n,i=new nn(t),r={};n=e.container||document.head;var l,o=document.querySelectorAll("style[data-emotion-"+a+"]");Array.prototype.forEach.call(o,(function(e){e.getAttribute("data-emotion-"+a).split(" ").forEach((function(e){r[e]=!0})),e.parentNode!==n&&n.appendChild(e)})),i.use(e.stylisPlugins)(sn),l=function(e,t,a,n){var r=t.name;on.current=a,i(e,t.styles),n&&(s.inserted[r]=!0)};var s={key:a,sheet:new an({key:a,container:n,nonce:e.nonce,speedy:e.speedy}),nonce:e.nonce,inserted:r,registered:{},insert:l};return s}():null),On=(0,r.createContext)({}),Nn=(Sn.Provider,function(e){var t=function(t,a){return(0,r.createElement)(Sn.Consumer,null,(function(n){return e(t,n,a)}))};return(0,r.forwardRef)(t)}),Tn="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",An=function(e,t){var a={};for(var n in t)kn.call(t,n)&&(a[n]=t[n]);return a[Tn]=e,a},Mn=function(e,t,a,n){var i=null===a?t.css:t.css(a);"string"==typeof i&&void 0!==e.registered[i]&&(i=e.registered[i]);var l=t[Tn],o=[i],s="";"string"==typeof t.className?s=un(e.registered,o,t.className):null!=t.className&&(s=t.className+" ");var u=Cn(o);dn(e,u,"string"==typeof l),s+=e.key+"-"+u.name;var c={};for(var m in t)kn.call(t,m)&&"css"!==m&&m!==Tn&&(c[m]=t[m]);return c.ref=n,c.className=s,(0,r.createElement)(l,c)},Pn=Nn((function(e,t,a){return"function"==typeof e.css?(0,r.createElement)(On.Consumer,null,(function(n){return Mn(t,e,n,a)})):Mn(t,e,null,a)})),Ln=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return Cn(t)},In=function(e,t){var a=arguments;if(null==t||!kn.call(t,"css"))return r.createElement.apply(void 0,a);var n=a.length,i=new Array(n);i[0]=Pn,i[1]=An(e,t);for(var l=2;l<n;l++)i[l]=a[l];return r.createElement.apply(null,i)},Vn=(r.Component,function e(t){for(var a=t.length,n=0,i="";n<a;n++){var r=t[n];if(null!=r){var l=void 0;switch(typeof r){case"boolean":break;case"object":if(Array.isArray(r))l=e(r);else for(var o in l="",r)r[o]&&o&&(l&&(l+=" "),l+=o);break;default:l=r}l&&(i&&(i+=" "),i+=l)}}return i});function Rn(e,t,a){var n=[],i=un(e,n,a);return n.length<2?a:i+t(n)}var Fn=Nn((function(e,t){return(0,r.createElement)(On.Consumer,null,(function(a){var n=function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];var i=Cn(a,t.registered);return dn(t,i,!1),t.key+"-"+i.name},i={css:n,cx:function(){for(var e=arguments.length,a=new Array(e),i=0;i<e;i++)a[i]=arguments[i];return Rn(t.registered,n,Vn(a))},theme:a};return e.children(i)}))}));function Hn(e,t){if(null==e)return{};var a,n,i=ye(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(n=0;n<r.length;n++)a=r[n],t.indexOf(a)>=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(i[a]=e[a])}return i}function jn(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,n=new Array(t);a<t;a++)n[a]=e[a];return n}function Bn(e,t){if(e){if("string"==typeof e)return jn(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?jn(e,t):void 0}}function Un(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var a=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=a){var n,i,r=[],_n=!0,l=!1;try{for(a=a.call(e);!(_n=(n=a.next()).done)&&(r.push(n.value),!t||r.length!==t);_n=!0);}catch(e){l=!0,i=e}finally{try{_n||null==a.return||a.return()}finally{if(l)throw i}}return r}}(e,t)||Bn(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Wn(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}var Gn=a(639),zn=function(){};function Zn(e,t){return t?"-"===t[0]?e+t:e+"__"+t:e}function Kn(e,t,a){var n=[a];if(t&&e)for(var i in t)t.hasOwnProperty(i)&&t[i]&&n.push("".concat(Zn(e,i)));return n.filter((function(e){return e})).map((function(e){return String(e).trim()})).join(" ")}var $n=function(e){return Array.isArray(e)?e.filter(Boolean):"object"===Ya(e)&&null!==e?[e]:[]};function Yn(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function Jn(e){return Yn(e)?window.pageYOffset:e.scrollTop}function qn(e,t){Yn(e)?window.scrollTo(0,t):e.scrollTop=t}function Xn(e,t,a,n){return a*((e=e/n-1)*e*e+1)+t}function Qn(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:200,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:zn,i=Jn(e),r=t-i,l=10,o=0;function s(){var t=Xn(o+=l,i,r,a);qn(e,t),o<a?window.requestAnimationFrame(s):n(e)}s()}function ei(){try{return document.createEvent("TouchEvent"),!0}catch(e){return!1}}function ti(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function ai(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?ti(Object(a),!0).forEach((function(t){Wn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):ti(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function ni(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,n=Xa(e);if(t){var i=Xa(this).constructor;a=Reflect.construct(n,arguments,i)}else a=n.apply(this,arguments);return qa(this,a)}}function ii(e){var t=e.maxHeight,a=e.menuEl,n=e.minHeight,i=e.placement,r=e.shouldScroll,l=e.isFixedPosition,o=e.theme.spacing,s=function(e){var t=getComputedStyle(e),a="absolute"===t.position,n=/(auto|scroll)/,i=document.documentElement;if("fixed"===t.position)return i;for(var r=e;r=r.parentElement;)if(t=getComputedStyle(r),(!a||"static"!==t.position)&&n.test(t.overflow+t.overflowY+t.overflowX))return r;return i}(a),u={placement:"bottom",maxHeight:t};if(!a||!a.offsetParent)return u;var c=s.getBoundingClientRect().height,m=a.getBoundingClientRect(),d=m.bottom,f=m.height,g=m.top,p=a.offsetParent.getBoundingClientRect().top,h=window.innerHeight,v=Jn(s),b=parseInt(getComputedStyle(a).marginBottom,10),w=parseInt(getComputedStyle(a).marginTop,10),y=p-w,x=h-g,D=y+v,E=c-v-g,C=d-h+v+b,k=v+g-w,_=160;switch(i){case"auto":case"bottom":if(x>=f)return{placement:"bottom",maxHeight:t};if(E>=f&&!l)return r&&Qn(s,C,_),{placement:"bottom",maxHeight:t};if(!l&&E>=n||l&&x>=n)return r&&Qn(s,C,_),{placement:"bottom",maxHeight:l?x-b:E-b};if("auto"===i||l){var S=t,O=l?y:D;return O>=n&&(S=Math.min(O-b-o.controlHeight,t)),{placement:"top",maxHeight:S}}if("bottom"===i)return qn(s,C),{placement:"bottom",maxHeight:t};break;case"top":if(y>=f)return{placement:"top",maxHeight:t};if(D>=f&&!l)return r&&Qn(s,k,_),{placement:"top",maxHeight:t};if(!l&&D>=n||l&&y>=n){var N=t;return(!l&&D>=n||l&&y>=n)&&(N=l?y-w:D-w),r&&Qn(s,k,_),{placement:"top",maxHeight:N}}return{placement:"bottom",maxHeight:t};default:throw new Error('Invalid placement provided "'.concat(i,'".'))}return u}var ri=function(e){return"auto"===e?"bottom":e},li=(0,r.createContext)({getPortalPlacement:null}),oi=function(e){$a(a,e);var t=ni(a);function a(){var e;za(this,a);for(var n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];return(e=t.call.apply(t,[this].concat(i))).state={maxHeight:e.props.maxMenuHeight,placement:null},e.getPlacement=function(t){var a=e.props,n=a.minMenuHeight,i=a.maxMenuHeight,r=a.menuPlacement,l=a.menuPosition,o=a.menuShouldScrollIntoView,s=a.theme;if(t){var u="fixed"===l,c=ii({maxHeight:i,menuEl:t,minHeight:n,placement:r,shouldScroll:o&&!u,isFixedPosition:u,theme:s}),m=e.context.getPortalPlacement;m&&m(c),e.setState(c)}},e.getUpdatedProps=function(){var t=e.props.menuPlacement,a=e.state.placement||ri(t);return ai(ai({},e.props),{},{placement:a,maxHeight:e.state.maxHeight})},e}return Ka(a,[{key:"render",value:function(){return(0,this.props.children)({ref:this.getPlacement,placerProps:this.getUpdatedProps()})}}]),a}(r.Component);oi.contextType=li;var si=function(e){var t=e.theme,a=t.spacing.baseUnit;return{color:t.colors.neutral40,padding:"".concat(2*a,"px ").concat(3*a,"px"),textAlign:"center"}},ui=si,ci=si,mi=function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.innerProps;return In("div",q({css:i("noOptionsMessage",e),className:n({"menu-notice":!0,"menu-notice--no-options":!0},a)},r),t)};mi.defaultProps={children:"No options"};var di=function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.innerProps;return In("div",q({css:i("loadingMessage",e),className:n({"menu-notice":!0,"menu-notice--loading":!0},a)},r),t)};di.defaultProps={children:"Loading..."};var fi=function(e){$a(a,e);var t=ni(a);function a(){var e;za(this,a);for(var n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];return(e=t.call.apply(t,[this].concat(i))).state={placement:null},e.getPortalPlacement=function(t){var a=t.placement;a!==ri(e.props.menuPlacement)&&e.setState({placement:a})},e}return Ka(a,[{key:"render",value:function(){var e=this.props,t=e.appendTo,a=e.children,n=e.controlElement,i=e.menuPlacement,r=e.menuPosition,l=e.getStyles,s="fixed"===r;if(!t&&!s||!n)return null;var u=this.state.placement||ri(i),c=function(e){var t=e.getBoundingClientRect();return{bottom:t.bottom,height:t.height,left:t.left,right:t.right,top:t.top,width:t.width}}(n),m=s?0:window.pageYOffset,d=c[u]+m,f=In("div",{css:l("menuPortal",{offset:d,position:r,rect:c})},a);return In(li.Provider,{value:{getPortalPlacement:this.getPortalPlacement}},t?(0,o.createPortal)(f,t):f)}}]),a}(r.Component),gi=Array.isArray,pi=Object.keys,hi=Object.prototype.hasOwnProperty;function vi(e,t){if(e===t)return!0;if(e&&t&&"object"==Ya(e)&&"object"==Ya(t)){var a,n,i,r=gi(e),l=gi(t);if(r&&l){if((n=e.length)!=t.length)return!1;for(a=n;0!=a--;)if(!vi(e[a],t[a]))return!1;return!0}if(r!=l)return!1;var o=e instanceof Date,s=t instanceof Date;if(o!=s)return!1;if(o&&s)return e.getTime()==t.getTime();var u=e instanceof RegExp,c=t instanceof RegExp;if(u!=c)return!1;if(u&&c)return e.toString()==t.toString();var m=pi(e);if((n=m.length)!==pi(t).length)return!1;for(a=n;0!=a--;)if(!hi.call(t,m[a]))return!1;for(a=n;0!=a--;)if(!("_owner"===(i=m[a])&&e.$$typeof||vi(e[i],t[i])))return!1;return!0}return e!=e&&t!=t}function bi(e,t){try{return vi(e,t)}catch(e){if(e.message&&e.message.match(/stack|recursion/i))return console.warn("Warning: react-fast-compare does not handle circular references.",e.name,e.message),!1;throw e}}function wi(){var e,t,a=(e=["\n 0%, 80%, 100% { opacity: 0; }\n 40% { opacity: 1; }\n"],t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}})));return wi=function(){return a},a}var yi={name:"19bqh2r",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;"},xi=function(e){var t=e.size,a=Hn(e,["size"]);return In("svg",q({height:t,width:t,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:yi},a))},Di=function(e){return In(xi,q({size:20},e),In("path",{d:"M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"}))},Ei=function(e){return In(xi,q({size:20},e),In("path",{d:"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"}))},Ci=function(e){var t=e.isFocused,a=e.theme,n=a.spacing.baseUnit,i=a.colors;return{label:"indicatorContainer",color:t?i.neutral60:i.neutral20,display:"flex",padding:2*n,transition:"color 150ms",":hover":{color:t?i.neutral80:i.neutral40}}},ki=Ci,_i=Ci,Si=function(){var e=Ln.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}(wi()),Oi=function(e){var t=e.delay,a=e.offset;return In("span",{css:Ln({animation:"".concat(Si," 1s ease-in-out ").concat(t,"ms infinite;"),backgroundColor:"currentColor",borderRadius:"1em",display:"inline-block",marginLeft:a?"1em":null,height:"1em",verticalAlign:"top",width:"1em"},"")})},Ni=function(e){var t=e.className,a=e.cx,n=e.getStyles,i=e.innerProps,r=e.isRtl;return In("div",q({},i,{css:n("loadingIndicator",e),className:a({indicator:!0,"loading-indicator":!0},t)}),In(Oi,{delay:0,offset:r}),In(Oi,{delay:160,offset:!0}),In(Oi,{delay:320,offset:!r}))};function Ti(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Ai(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Ti(Object(a),!0).forEach((function(t){Wn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Ti(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function Mi(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Pi(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Mi(Object(a),!0).forEach((function(t){Wn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Mi(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}Ni.defaultProps={size:4};var Li=function(e){return{label:"input",background:0,border:0,fontSize:"inherit",opacity:e?0:1,outline:0,padding:0,color:"inherit"}};function Ii(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Vi(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Ii(Object(a),!0).forEach((function(t){Wn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Ii(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var Ri=function(e){var t=e.children,a=e.innerProps;return In("div",a,t)},Fi=Ri,Hi=Ri,ji=function(e){var t=e.children,a=e.className,n=e.components,i=e.cx,r=e.data,l=e.getStyles,o=e.innerProps,s=e.isDisabled,u=e.removeProps,c=e.selectProps,m=n.Container,d=n.Label,f=n.Remove;return In(Fn,null,(function(n){var g=n.css,p=n.cx;return In(m,{data:r,innerProps:Vi(Vi({},o),{},{className:p(g(l("multiValue",e)),i({"multi-value":!0,"multi-value--is-disabled":s},a))}),selectProps:c},In(d,{data:r,innerProps:{className:p(g(l("multiValueLabel",e)),i({"multi-value__label":!0},a))},selectProps:c},t),In(f,{data:r,innerProps:Vi({className:p(g(l("multiValueRemove",e)),i({"multi-value__remove":!0},a))},u),selectProps:c}))}))};function Bi(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Ui(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Bi(Object(a),!0).forEach((function(t){Wn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Bi(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}ji.defaultProps={cropWithEllipsis:!0};for(var Wi={ClearIndicator:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.innerProps;return In("div",q({},r,{css:i("clearIndicator",e),className:n({indicator:!0,"clear-indicator":!0},a)}),t||In(Di,null))},Control:function(e){var t=e.children,a=e.cx,n=e.getStyles,i=e.className,r=e.isDisabled,l=e.isFocused,o=e.innerRef,s=e.innerProps,u=e.menuIsOpen;return In("div",q({ref:o,css:n("control",e),className:a({control:!0,"control--is-disabled":r,"control--is-focused":l,"control--menu-is-open":u},i)},s),t)},DropdownIndicator:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.innerProps;return In("div",q({},r,{css:i("dropdownIndicator",e),className:n({indicator:!0,"dropdown-indicator":!0},a)}),t||In(Ei,null))},DownChevron:Ei,CrossIcon:Di,Group:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.Heading,l=e.headingProps,o=e.label,s=e.theme,u=e.selectProps;return In("div",{css:i("group",e),className:n({group:!0},a)},In(r,q({},l,{selectProps:u,theme:s,getStyles:i,cx:n}),o),In("div",null,t))},GroupHeading:function(e){var t=e.className,a=e.cx,n=e.getStyles,i=e.theme,r=(e.selectProps,Hn(e,["className","cx","getStyles","theme","selectProps"]));return In("div",q({css:n("groupHeading",Ai({theme:i},r)),className:a({"group-heading":!0},t)},r))},IndicatorsContainer:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles;return In("div",{css:i("indicatorsContainer",e),className:n({indicators:!0},a)},t)},IndicatorSeparator:function(e){var t=e.className,a=e.cx,n=e.getStyles,i=e.innerProps;return In("span",q({},i,{css:n("indicatorSeparator",e),className:a({"indicator-separator":!0},t)}))},Input:function(e){var t=e.className,a=e.cx,n=e.getStyles,i=e.innerRef,r=e.isHidden,l=e.isDisabled,o=e.theme,s=(e.selectProps,Hn(e,["className","cx","getStyles","innerRef","isHidden","isDisabled","theme","selectProps"]));return In("div",{css:n("input",Pi({theme:o},s))},In(Gn.Z,q({className:a({input:!0},t),inputRef:i,inputStyle:Li(r),disabled:l},s)))},LoadingIndicator:Ni,Menu:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.innerRef,l=e.innerProps;return In("div",q({css:i("menu",e),className:n({menu:!0},a)},l,{ref:r}),t)},MenuList:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.isMulti,l=e.innerRef,o=e.innerProps;return In("div",q({css:i("menuList",e),className:n({"menu-list":!0,"menu-list--is-multi":r},a),ref:l},o),t)},MenuPortal:fi,LoadingMessage:di,NoOptionsMessage:mi,MultiValue:ji,MultiValueContainer:Fi,MultiValueLabel:Hi,MultiValueRemove:function(e){var t=e.children,a=e.innerProps;return In("div",a,t||In(Di,{size:14}))},Option:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.isDisabled,l=e.isFocused,o=e.isSelected,s=e.innerRef,u=e.innerProps;return In("div",q({css:i("option",e),className:n({option:!0,"option--is-disabled":r,"option--is-focused":l,"option--is-selected":o},a),ref:s},u),t)},Placeholder:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.innerProps;return In("div",q({css:i("placeholder",e),className:n({placeholder:!0},a)},r),t)},SelectContainer:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.innerProps,l=e.isDisabled,o=e.isRtl;return In("div",q({css:i("container",e),className:n({"--is-disabled":l,"--is-rtl":o},a)},r),t)},SingleValue:function(e){var t=e.children,a=e.className,n=e.cx,i=e.getStyles,r=e.isDisabled,l=e.innerProps;return In("div",q({css:i("singleValue",e),className:n({"single-value":!0,"single-value--is-disabled":r},a)},l),t)},ValueContainer:function(e){var t=e.children,a=e.className,n=e.cx,i=e.isMulti,r=e.getStyles,l=e.hasValue;return In("div",{css:r("valueContainer",e),className:n({"value-container":!0,"value-container--is-multi":i,"value-container--has-value":l},a)},t)}},Gi=function(e){return Ui(Ui({},Wi),e.components)},zi=[{base:"A",letters:"AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",letters:"Ꜳ"},{base:"AE",letters:"ÆǼǢ"},{base:"AO",letters:"Ꜵ"},{base:"AU",letters:"Ꜷ"},{base:"AV",letters:"ꜸꜺ"},{base:"AY",letters:"Ꜽ"},{base:"B",letters:"BⒷBḂḄḆɃƂƁ"},{base:"C",letters:"CⒸCĆĈĊČÇḈƇȻꜾ"},{base:"D",letters:"DⒹDḊĎḌḐḒḎĐƋƊƉꝹ"},{base:"DZ",letters:"DZDŽ"},{base:"Dz",letters:"DzDž"},{base:"E",letters:"EⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ"},{base:"F",letters:"FⒻFḞƑꝻ"},{base:"G",letters:"GⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾ"},{base:"H",letters:"HⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",letters:"IⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",letters:"JⒿJĴɈ"},{base:"K",letters:"KⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",letters:"LⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",letters:"LJ"},{base:"Lj",letters:"Lj"},{base:"M",letters:"MⓂMḾṀṂⱮƜ"},{base:"N",letters:"NⓃNǸŃÑṄŇṆŅṊṈȠƝꞐꞤ"},{base:"NJ",letters:"NJ"},{base:"Nj",letters:"Nj"},{base:"O",letters:"OⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OI",letters:"Ƣ"},{base:"OO",letters:"Ꝏ"},{base:"OU",letters:"Ȣ"},{base:"P",letters:"PⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",letters:"QⓆQꝖꝘɊ"},{base:"R",letters:"RⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",letters:"SⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",letters:"TⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"TZ",letters:"Ꜩ"},{base:"U",letters:"UⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",letters:"VⓋVṼṾƲꝞɅ"},{base:"VY",letters:"Ꝡ"},{base:"W",letters:"WⓌWẀẂŴẆẄẈⱲ"},{base:"X",letters:"XⓍXẊẌ"},{base:"Y",letters:"YⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",letters:"ZⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",letters:"aⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐ"},{base:"aa",letters:"ꜳ"},{base:"ae",letters:"æǽǣ"},{base:"ao",letters:"ꜵ"},{base:"au",letters:"ꜷ"},{base:"av",letters:"ꜹꜻ"},{base:"ay",letters:"ꜽ"},{base:"b",letters:"bⓑbḃḅḇƀƃɓ"},{base:"c",letters:"cⓒcćĉċčçḉƈȼꜿↄ"},{base:"d",letters:"dⓓdḋďḍḑḓḏđƌɖɗꝺ"},{base:"dz",letters:"dzdž"},{base:"e",letters:"eⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇɛǝ"},{base:"f",letters:"fⓕfḟƒꝼ"},{base:"g",letters:"gⓖgǵĝḡğġǧģǥɠꞡᵹꝿ"},{base:"h",letters:"hⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",letters:"ƕ"},{base:"i",letters:"iⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",letters:"jⓙjĵǰɉ"},{base:"k",letters:"kⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",letters:"lⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇ"},{base:"lj",letters:"lj"},{base:"m",letters:"mⓜmḿṁṃɱɯ"},{base:"n",letters:"nⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥ"},{base:"nj",letters:"nj"},{base:"o",letters:"oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿɔꝋꝍɵ"},{base:"oi",letters:"ƣ"},{base:"ou",letters:"ȣ"},{base:"oo",letters:"ꝏ"},{base:"p",letters:"pⓟpṕṗƥᵽꝑꝓꝕ"},{base:"q",letters:"qⓠqɋꝗꝙ"},{base:"r",letters:"rⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",letters:"sⓢsßśṥŝṡšṧṣṩșşȿꞩꞅẛ"},{base:"t",letters:"tⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"tz",letters:"ꜩ"},{base:"u",letters:"uⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",letters:"vⓥvṽṿʋꝟʌ"},{base:"vy",letters:"ꝡ"},{base:"w",letters:"wⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",letters:"xⓧxẋẍ"},{base:"y",letters:"yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",letters:"zⓩzźẑżžẓẕƶȥɀⱬꝣ"}],Zi=new RegExp("["+zi.map((function(e){return e.letters})).join("")+"]","g"),Ki={},$i=0;$i<zi.length;$i++)for(var Yi=zi[$i],Ji=0;Ji<Yi.letters.length;Ji++)Ki[Yi.letters[Ji]]=Yi.base;var qi=function(e){return e.replace(Zi,(function(e){return Ki[e]}))};function Xi(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}var Qi=function(e){return e.replace(/^\s+|\s+$/g,"")},er=function(e){return"".concat(e.label," ").concat(e.value)},tr={name:"1laao21-a11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap;"},ar=function(e){return In("span",q({css:tr},e))};function nr(e){e.in,e.out,e.onExited,e.appear,e.enter,e.exit;var t=e.innerRef,a=(e.emotion,Hn(e,["in","out","onExited","appear","enter","exit","innerRef","emotion"]));return In("input",q({ref:t},a,{css:Ln({label:"dummyInput",background:0,border:0,fontSize:"inherit",outline:0,padding:0,width:1,color:"transparent",left:-100,opacity:0,position:"relative",transform:"scale(0)"},"")}))}var ir=function(e){$a(i,e);var t,a,n=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=Xa(t);if(a){var i=Xa(this).constructor;e=Reflect.construct(n,arguments,i)}else e=n.apply(this,arguments);return qa(this,e)});function i(){return za(this,i),n.apply(this,arguments)}return Ka(i,[{key:"componentDidMount",value:function(){this.props.innerRef((0,o.findDOMNode)(this))}},{key:"componentWillUnmount",value:function(){this.props.innerRef(null)}},{key:"render",value:function(){return this.props.children}}]),i}(r.Component),rr=["boxSizing","height","overflow","paddingRight","position"],lr={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"};function or(e){e.preventDefault()}function sr(e){e.stopPropagation()}function ur(){var e=this.scrollTop,t=this.scrollHeight,a=e+this.offsetHeight;0===e?this.scrollTop=1:a===t&&(this.scrollTop=e-1)}function cr(){return"ontouchstart"in window||navigator.maxTouchPoints}var mr=!(!window.document||!window.document.createElement),dr=0,fr=function(e){$a(i,e);var t,a,n=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=Xa(t);if(a){var i=Xa(this).constructor;e=Reflect.construct(n,arguments,i)}else e=n.apply(this,arguments);return qa(this,e)});function i(){var e;za(this,i);for(var t=arguments.length,a=new Array(t),r=0;r<t;r++)a[r]=arguments[r];return(e=n.call.apply(n,[this].concat(a))).originalStyles={},e.listenerOptions={capture:!1,passive:!1},e}return Ka(i,[{key:"componentDidMount",value:function(){var e=this;if(mr){var t=this.props,a=t.accountForScrollbars,n=t.touchScrollTarget,i=document.body,r=i&&i.style;if(a&&rr.forEach((function(t){var a=r&&r[t];e.originalStyles[t]=a})),a&&dr<1){var l=parseInt(this.originalStyles.paddingRight,10)||0,o=document.body?document.body.clientWidth:0,s=window.innerWidth-o+l||0;Object.keys(lr).forEach((function(e){var t=lr[e];r&&(r[e]=t)})),r&&(r.paddingRight="".concat(s,"px"))}i&&cr()&&(i.addEventListener("touchmove",or,this.listenerOptions),n&&(n.addEventListener("touchstart",ur,this.listenerOptions),n.addEventListener("touchmove",sr,this.listenerOptions))),dr+=1}}},{key:"componentWillUnmount",value:function(){var e=this;if(mr){var t=this.props,a=t.accountForScrollbars,n=t.touchScrollTarget,i=document.body,r=i&&i.style;dr=Math.max(dr-1,0),a&&dr<1&&rr.forEach((function(t){var a=e.originalStyles[t];r&&(r[t]=a)})),i&&cr()&&(i.removeEventListener("touchmove",or,this.listenerOptions),n&&(n.removeEventListener("touchstart",ur,this.listenerOptions),n.removeEventListener("touchmove",sr,this.listenerOptions)))}}},{key:"render",value:function(){return null}}]),i}(r.Component);fr.defaultProps={accountForScrollbars:!0};var gr={name:"1dsbpcp",styles:"position:fixed;left:0;bottom:0;right:0;top:0;"},pr=function(e){$a(i,e);var t,a,n=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=Xa(t);if(a){var i=Xa(this).constructor;e=Reflect.construct(n,arguments,i)}else e=n.apply(this,arguments);return qa(this,e)});function i(){var e;za(this,i);for(var t=arguments.length,a=new Array(t),r=0;r<t;r++)a[r]=arguments[r];return(e=n.call.apply(n,[this].concat(a))).state={touchScrollTarget:null},e.getScrollTarget=function(t){t!==e.state.touchScrollTarget&&e.setState({touchScrollTarget:t})},e.blurSelectInput=function(){document.activeElement&&document.activeElement.blur()},e}return Ka(i,[{key:"render",value:function(){var e=this.props,t=e.children,a=e.isEnabled,n=this.state.touchScrollTarget;return a?In("div",null,In("div",{onClick:this.blurSelectInput,css:gr}),In(ir,{innerRef:this.getScrollTarget},t),n?In(fr,{touchScrollTarget:n}):null):t}}]),i}(r.PureComponent);var hr=function(e){$a(i,e);var t,a,n=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=Xa(t);if(a){var i=Xa(this).constructor;e=Reflect.construct(n,arguments,i)}else e=n.apply(this,arguments);return qa(this,e)});function i(){var e;za(this,i);for(var t=arguments.length,a=new Array(t),r=0;r<t;r++)a[r]=arguments[r];return(e=n.call.apply(n,[this].concat(a))).isBottom=!1,e.isTop=!1,e.scrollTarget=void 0,e.touchStart=void 0,e.cancelScroll=function(e){e.preventDefault(),e.stopPropagation()},e.handleEventDelta=function(t,a){var n=e.props,i=n.onBottomArrive,r=n.onBottomLeave,l=n.onTopArrive,o=n.onTopLeave,s=e.scrollTarget,u=s.scrollTop,c=s.scrollHeight,m=s.clientHeight,d=e.scrollTarget,f=a>0,g=c-m-u,p=!1;g>a&&e.isBottom&&(r&&r(t),e.isBottom=!1),f&&e.isTop&&(o&&o(t),e.isTop=!1),f&&a>g?(i&&!e.isBottom&&i(t),d.scrollTop=c,p=!0,e.isBottom=!0):!f&&-a>u&&(l&&!e.isTop&&l(t),d.scrollTop=0,p=!0,e.isTop=!0),p&&e.cancelScroll(t)},e.onWheel=function(t){e.handleEventDelta(t,t.deltaY)},e.onTouchStart=function(t){e.touchStart=t.changedTouches[0].clientY},e.onTouchMove=function(t){var a=e.touchStart-t.changedTouches[0].clientY;e.handleEventDelta(t,a)},e.getScrollTarget=function(t){e.scrollTarget=t},e}return Ka(i,[{key:"componentDidMount",value:function(){this.startListening(this.scrollTarget)}},{key:"componentWillUnmount",value:function(){this.stopListening(this.scrollTarget)}},{key:"startListening",value:function(e){e&&("function"==typeof e.addEventListener&&e.addEventListener("wheel",this.onWheel,!1),"function"==typeof e.addEventListener&&e.addEventListener("touchstart",this.onTouchStart,!1),"function"==typeof e.addEventListener&&e.addEventListener("touchmove",this.onTouchMove,!1))}},{key:"stopListening",value:function(e){e&&("function"==typeof e.removeEventListener&&e.removeEventListener("wheel",this.onWheel,!1),"function"==typeof e.removeEventListener&&e.removeEventListener("touchstart",this.onTouchStart,!1),"function"==typeof e.removeEventListener&&e.removeEventListener("touchmove",this.onTouchMove,!1))}},{key:"render",value:function(){return l().createElement(ir,{innerRef:this.getScrollTarget},this.props.children)}}]),i}(r.Component);function vr(e){var t=e.isEnabled,a=void 0===t||t,n=Hn(e,["isEnabled"]);return a?l().createElement(hr,n):n.children}var br=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=t.isSearchable,n=t.isMulti,i=t.label,r=t.isDisabled,l=t.tabSelectsValue;switch(e){case"menu":return"Use Up and Down to choose options".concat(r?"":", press Enter to select the currently focused option",", press Escape to exit the menu").concat(l?", press Tab to select the option and exit the menu":"",".");case"input":return"".concat(i||"Select"," is focused ").concat(a?",type to refine list":"",", press Down to open the menu, ").concat(n?" press left to focus selected values":"");case"value":return"Use left and right to toggle between focused values, press Backspace to remove the currently focused value"}},wr=function(e,t){var a=t.value,n=t.isDisabled;if(a)switch(e){case"deselect-option":case"pop-value":case"remove-value":return"option ".concat(a,", deselected.");case"select-option":return"option ".concat(a,n?" is disabled. Select another option.":", selected.")}},yr=function(e){return!!e.isDisabled},xr={clearIndicator:_i,container:function(e){var t=e.isDisabled;return{label:"container",direction:e.isRtl?"rtl":null,pointerEvents:t?"none":null,position:"relative"}},control:function(e){var t=e.isDisabled,a=e.isFocused,n=e.theme,i=n.colors,r=n.borderRadius,l=n.spacing;return{label:"control",alignItems:"center",backgroundColor:t?i.neutral5:i.neutral0,borderColor:t?i.neutral10:a?i.primary:i.neutral20,borderRadius:r,borderStyle:"solid",borderWidth:1,boxShadow:a?"0 0 0 1px ".concat(i.primary):null,cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:l.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms","&:hover":{borderColor:a?i.primary:i.neutral30}}},dropdownIndicator:ki,group:function(e){var t=e.theme.spacing;return{paddingBottom:2*t.baseUnit,paddingTop:2*t.baseUnit}},groupHeading:function(e){var t=e.theme.spacing;return{label:"group",color:"#999",cursor:"default",display:"block",fontSize:"75%",fontWeight:"500",marginBottom:"0.25em",paddingLeft:3*t.baseUnit,paddingRight:3*t.baseUnit,textTransform:"uppercase"}},indicatorsContainer:function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},indicatorSeparator:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing.baseUnit,i=a.colors;return{label:"indicatorSeparator",alignSelf:"stretch",backgroundColor:t?i.neutral10:i.neutral20,marginBottom:2*n,marginTop:2*n,width:1}},input:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing,i=a.colors;return{margin:n.baseUnit/2,paddingBottom:n.baseUnit/2,paddingTop:n.baseUnit/2,visibility:t?"hidden":"visible",color:i.neutral80}},loadingIndicator:function(e){var t=e.isFocused,a=e.size,n=e.theme,i=n.colors,r=n.spacing.baseUnit;return{label:"loadingIndicator",color:t?i.neutral60:i.neutral20,display:"flex",padding:2*r,transition:"color 150ms",alignSelf:"center",fontSize:a,lineHeight:1,marginRight:a,textAlign:"center",verticalAlign:"middle"}},loadingMessage:ci,menu:function(e){var t,a=e.placement,n=e.theme,i=n.borderRadius,r=n.spacing,l=n.colors;return Wn(t={label:"menu"},function(e){return e?{bottom:"top",top:"bottom"}[e]:"bottom"}(a),"100%"),Wn(t,"backgroundColor",l.neutral0),Wn(t,"borderRadius",i),Wn(t,"boxShadow","0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)"),Wn(t,"marginBottom",r.menuGutter),Wn(t,"marginTop",r.menuGutter),Wn(t,"position","absolute"),Wn(t,"width","100%"),Wn(t,"zIndex",1),t},menuList:function(e){var t=e.maxHeight,a=e.theme.spacing.baseUnit;return{maxHeight:t,overflowY:"auto",paddingBottom:a,paddingTop:a,position:"relative",WebkitOverflowScrolling:"touch"}},menuPortal:function(e){var t=e.rect,a=e.offset,n=e.position;return{left:t.left,position:n,top:a,width:t.width,zIndex:1}},multiValue:function(e){var t=e.theme,a=t.spacing,n=t.borderRadius;return{label:"multiValue",backgroundColor:t.colors.neutral10,borderRadius:n/2,display:"flex",margin:a.baseUnit/2,minWidth:0}},multiValueLabel:function(e){var t=e.theme,a=t.borderRadius,n=t.colors,i=e.cropWithEllipsis;return{borderRadius:a/2,color:n.neutral80,fontSize:"85%",overflow:"hidden",padding:3,paddingLeft:6,textOverflow:i?"ellipsis":null,whiteSpace:"nowrap"}},multiValueRemove:function(e){var t=e.theme,a=t.spacing,n=t.borderRadius,i=t.colors;return{alignItems:"center",borderRadius:n/2,backgroundColor:e.isFocused&&i.dangerLight,display:"flex",paddingLeft:a.baseUnit,paddingRight:a.baseUnit,":hover":{backgroundColor:i.dangerLight,color:i.danger}}},noOptionsMessage:ui,option:function(e){var t=e.isDisabled,a=e.isFocused,n=e.isSelected,i=e.theme,r=i.spacing,l=i.colors;return{label:"option",backgroundColor:n?l.primary:a?l.primary25:"transparent",color:t?l.neutral20:n?l.neutral0:"inherit",cursor:"default",display:"block",fontSize:"inherit",padding:"".concat(2*r.baseUnit,"px ").concat(3*r.baseUnit,"px"),width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",":active":{backgroundColor:!t&&(n?l.primary:l.primary50)}}},placeholder:function(e){var t=e.theme,a=t.spacing;return{label:"placeholder",color:t.colors.neutral50,marginLeft:a.baseUnit/2,marginRight:a.baseUnit/2,position:"absolute",top:"50%",transform:"translateY(-50%)"}},singleValue:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing,i=a.colors;return{label:"singleValue",color:t?i.neutral40:i.neutral80,marginLeft:n.baseUnit/2,marginRight:n.baseUnit/2,maxWidth:"calc(100% - ".concat(2*n.baseUnit,"px)"),overflow:"hidden",position:"absolute",textOverflow:"ellipsis",whiteSpace:"nowrap",top:"50%",transform:"translateY(-50%)"}},valueContainer:function(e){var t=e.theme.spacing;return{alignItems:"center",display:"flex",flex:1,flexWrap:"wrap",padding:"".concat(t.baseUnit/2,"px ").concat(2*t.baseUnit,"px"),WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"}}},Dr={borderRadius:4,colors:{primary:"#2684FF",primary75:"#4C9AFF",primary50:"#B2D4FF",primary25:"#DEEBFF",danger:"#DE350B",dangerLight:"#FFBDAD",neutral0:"hsl(0, 0%, 100%)",neutral5:"hsl(0, 0%, 95%)",neutral10:"hsl(0, 0%, 90%)",neutral20:"hsl(0, 0%, 80%)",neutral30:"hsl(0, 0%, 70%)",neutral40:"hsl(0, 0%, 60%)",neutral50:"hsl(0, 0%, 50%)",neutral60:"hsl(0, 0%, 40%)",neutral70:"hsl(0, 0%, 30%)",neutral80:"hsl(0, 0%, 20%)",neutral90:"hsl(0, 0%, 10%)"},spacing:{baseUnit:4,controlHeight:38,menuGutter:8}};function Er(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Cr(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Er(Object(a),!0).forEach((function(t){Wn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Er(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var kr={backspaceRemovesValue:!0,blurInputOnSelect:ei(),captureMenuScroll:!ei(),closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:function(e,t){var a=function(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Xi(Object(a),!0).forEach((function(t){Wn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Xi(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}({ignoreCase:!0,ignoreAccents:!0,stringify:er,trim:!0,matchFrom:"any"},undefined),n=a.ignoreCase,i=a.ignoreAccents,r=a.stringify,l=a.trim,o=a.matchFrom,s=l?Qi(t):t,u=l?Qi(r(e)):r(e);return n&&(s=s.toLowerCase(),u=u.toLowerCase()),i&&(s=qi(s),u=qi(u)),"start"===o?u.substr(0,s.length)===s:u.indexOf(s)>-1},formatGroupLabel:function(e){return e.label},getOptionLabel:function(e){return e.label},getOptionValue:function(e){return e.value},isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:yr,loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!function(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch(e){return!1}}(),noOptionsMessage:function(){return"No options"},openMenuOnFocus:!1,openMenuOnClick:!0,options:[],pageSize:5,placeholder:"Select...",screenReaderStatus:function(e){var t=e.count;return"".concat(t," result").concat(1!==t?"s":""," available")},styles:{},tabIndex:"0",tabSelectsValue:!0},_r=1,Sr=function(e){$a(i,e);var t,a,n=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=Xa(t);if(a){var i=Xa(this).constructor;e=Reflect.construct(n,arguments,i)}else e=n.apply(this,arguments);return qa(this,e)});function i(e){var t;za(this,i),(t=n.call(this,e)).state={ariaLiveSelection:"",ariaLiveContext:"",focusedOption:null,focusedValue:null,inputIsHidden:!1,isFocused:!1,menuOptions:{render:[],focusable:[]},selectValue:[]},t.blockOptionHover=!1,t.isComposing=!1,t.clearFocusValueOnUpdate=!1,t.commonProps=void 0,t.components=void 0,t.hasGroups=!1,t.initialTouchX=0,t.initialTouchY=0,t.inputIsHiddenAfterUpdate=void 0,t.instancePrefix="",t.openAfterFocus=!1,t.scrollToFocusedOptionOnUpdate=!1,t.userIsDragging=void 0,t.controlRef=null,t.getControlRef=function(e){t.controlRef=e},t.focusedOptionRef=null,t.getFocusedOptionRef=function(e){t.focusedOptionRef=e},t.menuListRef=null,t.getMenuListRef=function(e){t.menuListRef=e},t.inputRef=null,t.getInputRef=function(e){t.inputRef=e},t.cacheComponents=function(e){t.components=Gi({components:e})},t.focus=t.focusInput,t.blur=t.blurInput,t.onChange=function(e,a){var n=t.props,i=n.onChange,r=n.name;i(e,Cr(Cr({},a),{},{name:r}))},t.setValue=function(e){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"set-value",n=arguments.length>2?arguments[2]:void 0,i=t.props,r=i.closeMenuOnSelect,l=i.isMulti;t.onInputChange("",{action:"set-value"}),r&&(t.inputIsHiddenAfterUpdate=!l,t.onMenuClose()),t.clearFocusValueOnUpdate=!0,t.onChange(e,{action:a,option:n})},t.selectOption=function(e){var a,n=t.props,i=n.blurInputOnSelect,r=n.isMulti,l=t.state.selectValue;if(r)if(t.isOptionSelected(e,l)){var o=t.getOptionValue(e);t.setValue(l.filter((function(e){return t.getOptionValue(e)!==o})),"deselect-option",e),t.announceAriaLiveSelection({event:"deselect-option",context:{value:t.getOptionLabel(e)}})}else t.isOptionDisabled(e,l)?t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e),isDisabled:!0}}):(t.setValue([].concat(function(e){if(Array.isArray(e))return jn(e)}(a=l)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(a)||Bn(a)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),[e]),"select-option",e),t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e)}}));else t.isOptionDisabled(e,l)?t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e),isDisabled:!0}}):(t.setValue(e,"select-option"),t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e)}}));i&&t.blurInput()},t.removeValue=function(e){var a=t.state.selectValue,n=t.getOptionValue(e),i=a.filter((function(e){return t.getOptionValue(e)!==n}));t.onChange(i.length?i:null,{action:"remove-value",removedValue:e}),t.announceAriaLiveSelection({event:"remove-value",context:{value:e?t.getOptionLabel(e):""}}),t.focusInput()},t.clearValue=function(){t.onChange(null,{action:"clear"})},t.popValue=function(){var e=t.state.selectValue,a=e[e.length-1],n=e.slice(0,e.length-1);t.announceAriaLiveSelection({event:"pop-value",context:{value:a?t.getOptionLabel(a):""}}),t.onChange(n.length?n:null,{action:"pop-value",removedValue:a})},t.getValue=function(){return t.state.selectValue},t.cx=function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];return Kn.apply(void 0,[t.props.classNamePrefix].concat(a))},t.getOptionLabel=function(e){return t.props.getOptionLabel(e)},t.getOptionValue=function(e){return t.props.getOptionValue(e)},t.getStyles=function(e,a){var n=xr[e](a);n.boxSizing="border-box";var i=t.props.styles[e];return i?i(n,a):n},t.getElementId=function(e){return"".concat(t.instancePrefix,"-").concat(e)},t.getActiveDescendentId=function(){var e=t.props.menuIsOpen,a=t.state,n=a.menuOptions,i=a.focusedOption;if(i&&e){var r=n.focusable.indexOf(i),l=n.render[r];return l&&l.key}},t.announceAriaLiveSelection=function(e){var a=e.event,n=e.context;t.setState({ariaLiveSelection:wr(a,n)})},t.announceAriaLiveContext=function(e){var a=e.event,n=e.context;t.setState({ariaLiveContext:br(a,Cr(Cr({},n),{},{label:t.props["aria-label"]}))})},t.onMenuMouseDown=function(e){0===e.button&&(e.stopPropagation(),e.preventDefault(),t.focusInput())},t.onMenuMouseMove=function(e){t.blockOptionHover=!1},t.onControlMouseDown=function(e){var a=t.props.openMenuOnClick;t.state.isFocused?t.props.menuIsOpen?"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&t.onMenuClose():a&&t.openMenu("first"):(a&&(t.openAfterFocus=!0),t.focusInput()),"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&e.preventDefault()},t.onDropdownIndicatorMouseDown=function(e){if(!(e&&"mousedown"===e.type&&0!==e.button||t.props.isDisabled)){var a=t.props,n=a.isMulti,i=a.menuIsOpen;t.focusInput(),i?(t.inputIsHiddenAfterUpdate=!n,t.onMenuClose()):t.openMenu("first"),e.preventDefault(),e.stopPropagation()}},t.onClearIndicatorMouseDown=function(e){e&&"mousedown"===e.type&&0!==e.button||(t.clearValue(),e.stopPropagation(),t.openAfterFocus=!1,"touchend"===e.type?t.focusInput():setTimeout((function(){return t.focusInput()})))},t.onScroll=function(e){"boolean"==typeof t.props.closeMenuOnScroll?e.target instanceof HTMLElement&&Yn(e.target)&&t.props.onMenuClose():"function"==typeof t.props.closeMenuOnScroll&&t.props.closeMenuOnScroll(e)&&t.props.onMenuClose()},t.onCompositionStart=function(){t.isComposing=!0},t.onCompositionEnd=function(){t.isComposing=!1},t.onTouchStart=function(e){var a=e.touches,n=a&&a.item(0);n&&(t.initialTouchX=n.clientX,t.initialTouchY=n.clientY,t.userIsDragging=!1)},t.onTouchMove=function(e){var a=e.touches,n=a&&a.item(0);if(n){var i=Math.abs(n.clientX-t.initialTouchX),r=Math.abs(n.clientY-t.initialTouchY);t.userIsDragging=i>5||r>5}},t.onTouchEnd=function(e){t.userIsDragging||(t.controlRef&&!t.controlRef.contains(e.target)&&t.menuListRef&&!t.menuListRef.contains(e.target)&&t.blurInput(),t.initialTouchX=0,t.initialTouchY=0)},t.onControlTouchEnd=function(e){t.userIsDragging||t.onControlMouseDown(e)},t.onClearIndicatorTouchEnd=function(e){t.userIsDragging||t.onClearIndicatorMouseDown(e)},t.onDropdownIndicatorTouchEnd=function(e){t.userIsDragging||t.onDropdownIndicatorMouseDown(e)},t.handleInputChange=function(e){var a=e.currentTarget.value;t.inputIsHiddenAfterUpdate=!1,t.onInputChange(a,{action:"input-change"}),t.props.menuIsOpen||t.onMenuOpen()},t.onInputFocus=function(e){var a=t.props,n=a.isSearchable,i=a.isMulti;t.props.onFocus&&t.props.onFocus(e),t.inputIsHiddenAfterUpdate=!1,t.announceAriaLiveContext({event:"input",context:{isSearchable:n,isMulti:i}}),t.setState({isFocused:!0}),(t.openAfterFocus||t.props.openMenuOnFocus)&&t.openMenu("first"),t.openAfterFocus=!1},t.onInputBlur=function(e){t.menuListRef&&t.menuListRef.contains(document.activeElement)?t.inputRef.focus():(t.props.onBlur&&t.props.onBlur(e),t.onInputChange("",{action:"input-blur"}),t.onMenuClose(),t.setState({focusedValue:null,isFocused:!1}))},t.onOptionHover=function(e){t.blockOptionHover||t.state.focusedOption===e||t.setState({focusedOption:e})},t.shouldHideSelectedOptions=function(){var e=t.props,a=e.hideSelectedOptions,n=e.isMulti;return void 0===a?n:a},t.onKeyDown=function(e){var a=t.props,n=a.isMulti,i=a.backspaceRemovesValue,r=a.escapeClearsValue,l=a.inputValue,o=a.isClearable,s=a.isDisabled,u=a.menuIsOpen,c=a.onKeyDown,m=a.tabSelectsValue,d=a.openMenuOnFocus,f=t.state,g=f.focusedOption,p=f.focusedValue,h=f.selectValue;if(!(s||"function"==typeof c&&(c(e),e.defaultPrevented))){switch(t.blockOptionHover=!0,e.key){case"ArrowLeft":if(!n||l)return;t.focusValue("previous");break;case"ArrowRight":if(!n||l)return;t.focusValue("next");break;case"Delete":case"Backspace":if(l)return;if(p)t.removeValue(p);else{if(!i)return;n?t.popValue():o&&t.clearValue()}break;case"Tab":if(t.isComposing)return;if(e.shiftKey||!u||!m||!g||d&&t.isOptionSelected(g,h))return;t.selectOption(g);break;case"Enter":if(229===e.keyCode)break;if(u){if(!g)return;if(t.isComposing)return;t.selectOption(g);break}return;case"Escape":u?(t.inputIsHiddenAfterUpdate=!1,t.onInputChange("",{action:"menu-close"}),t.onMenuClose()):o&&r&&t.clearValue();break;case" ":if(l)return;if(!u){t.openMenu("first");break}if(!g)return;t.selectOption(g);break;case"ArrowUp":u?t.focusOption("up"):t.openMenu("last");break;case"ArrowDown":u?t.focusOption("down"):t.openMenu("first");break;case"PageUp":if(!u)return;t.focusOption("pageup");break;case"PageDown":if(!u)return;t.focusOption("pagedown");break;case"Home":if(!u)return;t.focusOption("first");break;case"End":if(!u)return;t.focusOption("last");break;default:return}e.preventDefault()}},t.buildMenuOptions=function(e,a){var n=e.inputValue,i=void 0===n?"":n,r=e.options,l=function(e,n){var r=t.isOptionDisabled(e,a),l=t.isOptionSelected(e,a),o=t.getOptionLabel(e),s=t.getOptionValue(e);if(!(t.shouldHideSelectedOptions()&&l||!t.filterOption({label:o,value:s,data:e},i))){var u=r?void 0:function(){return t.onOptionHover(e)},c=r?void 0:function(){return t.selectOption(e)},m="".concat(t.getElementId("option"),"-").concat(n);return{innerProps:{id:m,onClick:c,onMouseMove:u,onMouseOver:u,tabIndex:-1},data:e,isDisabled:r,isSelected:l,key:m,label:o,type:"option",value:s}}};return r.reduce((function(e,a,n){if(a.options){t.hasGroups||(t.hasGroups=!0);var i=a.options.map((function(t,a){var i=l(t,"".concat(n,"-").concat(a));return i&&e.focusable.push(t),i})).filter(Boolean);if(i.length){var r="".concat(t.getElementId("group"),"-").concat(n);e.render.push({type:"group",key:r,data:a,options:i})}}else{var o=l(a,"".concat(n));o&&(e.render.push(o),e.focusable.push(a))}return e}),{render:[],focusable:[]})};var a=e.value;t.cacheComponents=tn(t.cacheComponents,bi).bind(Ja(t)),t.cacheComponents(e.components),t.instancePrefix="react-select-"+(t.props.instanceId||++_r);var r=$n(a);t.buildMenuOptions=tn(t.buildMenuOptions,(function(e,t){var a=Un(e,2),n=a[0],i=a[1],r=Un(t,2),l=r[0];return i===r[1]&&n.inputValue===l.inputValue&&n.options===l.options})).bind(Ja(t));var l=e.menuIsOpen?t.buildMenuOptions(e,r):{render:[],focusable:[]};return t.state.menuOptions=l,t.state.selectValue=r,t}return Ka(i,[{key:"componentDidMount",value:function(){this.startListeningComposition(),this.startListeningToTouch(),this.props.closeMenuOnScroll&&document&&document.addEventListener&&document.addEventListener("scroll",this.onScroll,!0),this.props.autoFocus&&this.focusInput()}},{key:"UNSAFE_componentWillReceiveProps",value:function(e){var t=this.props,a=t.options,n=t.value,i=t.menuIsOpen,r=t.inputValue;if(this.cacheComponents(e.components),e.value!==n||e.options!==a||e.menuIsOpen!==i||e.inputValue!==r){var l=$n(e.value),o=e.menuIsOpen?this.buildMenuOptions(e,l):{render:[],focusable:[]},s=this.getNextFocusedValue(l),u=this.getNextFocusedOption(o.focusable);this.setState({menuOptions:o,selectValue:l,focusedOption:u,focusedValue:s})}null!=this.inputIsHiddenAfterUpdate&&(this.setState({inputIsHidden:this.inputIsHiddenAfterUpdate}),delete this.inputIsHiddenAfterUpdate)}},{key:"componentDidUpdate",value:function(e){var t,a,n,i,r,l=this.props,o=l.isDisabled,s=l.menuIsOpen,u=this.state.isFocused;(u&&!o&&e.isDisabled||u&&s&&!e.menuIsOpen)&&this.focusInput(),u&&o&&!e.isDisabled&&this.setState({isFocused:!1},this.onMenuClose),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(t=this.menuListRef,a=this.focusedOptionRef,n=t.getBoundingClientRect(),i=a.getBoundingClientRect(),r=a.offsetHeight/3,i.bottom+r>n.bottom?qn(t,Math.min(a.offsetTop+a.clientHeight-t.offsetHeight+r,t.scrollHeight)):i.top-r<n.top&&qn(t,Math.max(a.offsetTop-r,0)),this.scrollToFocusedOptionOnUpdate=!1)}},{key:"componentWillUnmount",value:function(){this.stopListeningComposition(),this.stopListeningToTouch(),document.removeEventListener("scroll",this.onScroll,!0)}},{key:"onMenuOpen",value:function(){this.props.onMenuOpen()}},{key:"onMenuClose",value:function(){var e=this.props,t=e.isSearchable,a=e.isMulti;this.announceAriaLiveContext({event:"input",context:{isSearchable:t,isMulti:a}}),this.onInputChange("",{action:"menu-close"}),this.props.onMenuClose()}},{key:"onInputChange",value:function(e,t){this.props.onInputChange(e,t)}},{key:"focusInput",value:function(){this.inputRef&&this.inputRef.focus()}},{key:"blurInput",value:function(){this.inputRef&&this.inputRef.blur()}},{key:"openMenu",value:function(e){var t=this,a=this.state,n=a.selectValue,i=a.isFocused,r=this.buildMenuOptions(this.props,n),l=this.props,o=l.isMulti,s=l.tabSelectsValue,u="first"===e?0:r.focusable.length-1;if(!o){var c=r.focusable.indexOf(n[0]);c>-1&&(u=c)}this.scrollToFocusedOptionOnUpdate=!(i&&this.menuListRef),this.inputIsHiddenAfterUpdate=!1,this.setState({menuOptions:r,focusedValue:null,focusedOption:r.focusable[u]},(function(){t.onMenuOpen(),t.announceAriaLiveContext({event:"menu",context:{tabSelectsValue:s}})}))}},{key:"focusValue",value:function(e){var t=this.props,a=t.isMulti,n=t.isSearchable,i=this.state,r=i.selectValue,l=i.focusedValue;if(a){this.setState({focusedOption:null});var o=r.indexOf(l);l||(o=-1,this.announceAriaLiveContext({event:"value"}));var s=r.length-1,u=-1;if(r.length){switch(e){case"previous":u=0===o?0:-1===o?s:o-1;break;case"next":o>-1&&o<s&&(u=o+1)}-1===u&&this.announceAriaLiveContext({event:"input",context:{isSearchable:n,isMulti:a}}),this.setState({inputIsHidden:-1!==u,focusedValue:r[u]})}}}},{key:"focusOption",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"first",t=this.props,a=t.pageSize,n=t.tabSelectsValue,i=this.state,r=i.focusedOption,l=i.menuOptions,o=l.focusable;if(o.length){var s=0,u=o.indexOf(r);r||(u=-1,this.announceAriaLiveContext({event:"menu",context:{tabSelectsValue:n}})),"up"===e?s=u>0?u-1:o.length-1:"down"===e?s=(u+1)%o.length:"pageup"===e?(s=u-a)<0&&(s=0):"pagedown"===e?(s=u+a)>o.length-1&&(s=o.length-1):"last"===e&&(s=o.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:o[s],focusedValue:null}),this.announceAriaLiveContext({event:"menu",context:{isDisabled:yr(o[s]),tabSelectsValue:n}})}}},{key:"getTheme",value:function(){return this.props.theme?"function"==typeof this.props.theme?this.props.theme(Dr):Cr(Cr({},Dr),this.props.theme):Dr}},{key:"getCommonProps",value:function(){var e=this.clearValue,t=this.cx,a=this.getStyles,n=this.getValue,i=this.setValue,r=this.selectOption,l=this.props,o=l.isMulti,s=l.isRtl,u=l.options;return{cx:t,clearValue:e,getStyles:a,getValue:n,hasValue:this.hasValue(),isMulti:o,isRtl:s,options:u,selectOption:r,setValue:i,selectProps:l,theme:this.getTheme()}}},{key:"getNextFocusedValue",value:function(e){if(this.clearFocusValueOnUpdate)return this.clearFocusValueOnUpdate=!1,null;var t=this.state,a=t.focusedValue,n=t.selectValue.indexOf(a);if(n>-1){if(e.indexOf(a)>-1)return a;if(n<e.length)return e[n]}return null}},{key:"getNextFocusedOption",value:function(e){var t=this.state.focusedOption;return t&&e.indexOf(t)>-1?t:e[0]}},{key:"hasValue",value:function(){return this.state.selectValue.length>0}},{key:"hasOptions",value:function(){return!!this.state.menuOptions.render.length}},{key:"countOptions",value:function(){return this.state.menuOptions.focusable.length}},{key:"isClearable",value:function(){var e=this.props,t=e.isClearable,a=e.isMulti;return void 0===t?a:t}},{key:"isOptionDisabled",value:function(e,t){return"function"==typeof this.props.isOptionDisabled&&this.props.isOptionDisabled(e,t)}},{key:"isOptionSelected",value:function(e,t){var a=this;if(t.indexOf(e)>-1)return!0;if("function"==typeof this.props.isOptionSelected)return this.props.isOptionSelected(e,t);var n=this.getOptionValue(e);return t.some((function(e){return a.getOptionValue(e)===n}))}},{key:"filterOption",value:function(e,t){return!this.props.filterOption||this.props.filterOption(e,t)}},{key:"formatOptionLabel",value:function(e,t){if("function"==typeof this.props.formatOptionLabel){var a=this.props.inputValue,n=this.state.selectValue;return this.props.formatOptionLabel(e,{context:t,inputValue:a,selectValue:n})}return this.getOptionLabel(e)}},{key:"formatGroupLabel",value:function(e){return this.props.formatGroupLabel(e)}},{key:"startListeningComposition",value:function(){document&&document.addEventListener&&(document.addEventListener("compositionstart",this.onCompositionStart,!1),document.addEventListener("compositionend",this.onCompositionEnd,!1))}},{key:"stopListeningComposition",value:function(){document&&document.removeEventListener&&(document.removeEventListener("compositionstart",this.onCompositionStart),document.removeEventListener("compositionend",this.onCompositionEnd))}},{key:"startListeningToTouch",value:function(){document&&document.addEventListener&&(document.addEventListener("touchstart",this.onTouchStart,!1),document.addEventListener("touchmove",this.onTouchMove,!1),document.addEventListener("touchend",this.onTouchEnd,!1))}},{key:"stopListeningToTouch",value:function(){document&&document.removeEventListener&&(document.removeEventListener("touchstart",this.onTouchStart),document.removeEventListener("touchmove",this.onTouchMove),document.removeEventListener("touchend",this.onTouchEnd))}},{key:"constructAriaLiveMessage",value:function(){var e=this.state,t=e.ariaLiveContext,a=e.selectValue,n=e.focusedValue,i=e.focusedOption,r=this.props,l=r.options,o=r.menuIsOpen,s=r.inputValue,u=r.screenReaderStatus,c=n?function(e){var t=e.focusedValue,a=e.selectValue;return"value ".concat((0,e.getOptionLabel)(t)," focused, ").concat(a.indexOf(t)+1," of ").concat(a.length,".")}({focusedValue:n,getOptionLabel:this.getOptionLabel,selectValue:a}):"",m=i&&o?function(e){var t=e.focusedOption,a=e.options;return"option ".concat((0,e.getOptionLabel)(t)," focused").concat(t.isDisabled?" disabled":"",", ").concat(a.indexOf(t)+1," of ").concat(a.length,".")}({focusedOption:i,getOptionLabel:this.getOptionLabel,options:l}):"",d=function(e){var t=e.inputValue;return"".concat(e.screenReaderMessage).concat(t?" for search term "+t:"",".")}({inputValue:s,screenReaderMessage:u({count:this.countOptions()})});return"".concat(c," ").concat(m," ").concat(d," ").concat(t)}},{key:"renderInput",value:function(){var e=this.props,t=e.isDisabled,a=e.isSearchable,n=e.inputId,i=e.inputValue,r=e.tabIndex,o=e.form,s=this.components.Input,u=this.state.inputIsHidden,c=n||this.getElementId("input"),m={"aria-autocomplete":"list","aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"]};if(!a)return l().createElement(nr,q({id:c,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:zn,onFocus:this.onInputFocus,readOnly:!0,disabled:t,tabIndex:r,form:o,value:""},m));var d=this.commonProps,f=d.cx,g=d.theme,p=d.selectProps;return l().createElement(s,q({autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",cx:f,getStyles:this.getStyles,id:c,innerRef:this.getInputRef,isDisabled:t,isHidden:u,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,selectProps:p,spellCheck:"false",tabIndex:r,form:o,theme:g,type:"text",value:i},m))}},{key:"renderPlaceholderOrValue",value:function(){var e=this,t=this.components,a=t.MultiValue,n=t.MultiValueContainer,i=t.MultiValueLabel,r=t.MultiValueRemove,o=t.SingleValue,s=t.Placeholder,u=this.commonProps,c=this.props,m=c.controlShouldRenderValue,d=c.isDisabled,f=c.isMulti,g=c.inputValue,p=c.placeholder,h=this.state,v=h.selectValue,b=h.focusedValue,w=h.isFocused;if(!this.hasValue()||!m)return g?null:l().createElement(s,q({},u,{key:"placeholder",isDisabled:d,isFocused:w}),p);if(f){var y=v.map((function(t,o){var s=t===b;return l().createElement(a,q({},u,{components:{Container:n,Label:i,Remove:r},isFocused:s,isDisabled:d,key:"".concat(e.getOptionValue(t)).concat(o),index:o,removeProps:{onClick:function(){return e.removeValue(t)},onTouchEnd:function(){return e.removeValue(t)},onMouseDown:function(e){e.preventDefault(),e.stopPropagation()}},data:t}),e.formatOptionLabel(t,"value"))}));return y}if(g)return null;var x=v[0];return l().createElement(o,q({},u,{data:x,isDisabled:d}),this.formatOptionLabel(x,"value"))}},{key:"renderClearIndicator",value:function(){var e=this.components.ClearIndicator,t=this.commonProps,a=this.props,n=a.isDisabled,i=a.isLoading,r=this.state.isFocused;if(!this.isClearable()||!e||n||!this.hasValue()||i)return null;var o={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"};return l().createElement(e,q({},t,{innerProps:o,isFocused:r}))}},{key:"renderLoadingIndicator",value:function(){var e=this.components.LoadingIndicator,t=this.commonProps,a=this.props,n=a.isDisabled,i=a.isLoading,r=this.state.isFocused;return e&&i?l().createElement(e,q({},t,{innerProps:{"aria-hidden":"true"},isDisabled:n,isFocused:r})):null}},{key:"renderIndicatorSeparator",value:function(){var e=this.components,t=e.DropdownIndicator,a=e.IndicatorSeparator;if(!t||!a)return null;var n=this.commonProps,i=this.props.isDisabled,r=this.state.isFocused;return l().createElement(a,q({},n,{isDisabled:i,isFocused:r}))}},{key:"renderDropdownIndicator",value:function(){var e=this.components.DropdownIndicator;if(!e)return null;var t=this.commonProps,a=this.props.isDisabled,n=this.state.isFocused,i={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"};return l().createElement(e,q({},t,{innerProps:i,isDisabled:a,isFocused:n}))}},{key:"renderMenu",value:function(){var e=this,t=this.components,a=t.Group,n=t.GroupHeading,i=t.Menu,r=t.MenuList,o=t.MenuPortal,s=t.LoadingMessage,u=t.NoOptionsMessage,c=t.Option,m=this.commonProps,d=this.state,f=d.focusedOption,g=d.menuOptions,p=this.props,h=p.captureMenuScroll,v=p.inputValue,b=p.isLoading,w=p.loadingMessage,y=p.minMenuHeight,x=p.maxMenuHeight,D=p.menuIsOpen,E=p.menuPlacement,C=p.menuPosition,k=p.menuPortalTarget,_=p.menuShouldBlockScroll,S=p.menuShouldScrollIntoView,O=p.noOptionsMessage,N=p.onMenuScrollToTop,T=p.onMenuScrollToBottom;if(!D)return null;var A,M=function(t){var a=f===t.data;return t.innerRef=a?e.getFocusedOptionRef:void 0,l().createElement(c,q({},m,t,{isFocused:a}),e.formatOptionLabel(t.data,"menu"))};if(this.hasOptions())A=g.render.map((function(t){if("group"===t.type){t.type;var i=Hn(t,["type"]),r="".concat(t.key,"-heading");return l().createElement(a,q({},m,i,{Heading:n,headingProps:{id:r,data:t.data},label:e.formatGroupLabel(t.data)}),t.options.map((function(e){return M(e)})))}if("option"===t.type)return M(t)}));else if(b){var P=w({inputValue:v});if(null===P)return null;A=l().createElement(s,m,P)}else{var L=O({inputValue:v});if(null===L)return null;A=l().createElement(u,m,L)}var I={minMenuHeight:y,maxMenuHeight:x,menuPlacement:E,menuPosition:C,menuShouldScrollIntoView:S},V=l().createElement(oi,q({},m,I),(function(t){var a=t.ref,n=t.placerProps,o=n.placement,s=n.maxHeight;return l().createElement(i,q({},m,I,{innerRef:a,innerProps:{onMouseDown:e.onMenuMouseDown,onMouseMove:e.onMenuMouseMove},isLoading:b,placement:o}),l().createElement(vr,{isEnabled:h,onTopArrive:N,onBottomArrive:T},l().createElement(pr,{isEnabled:_},l().createElement(r,q({},m,{innerRef:e.getMenuListRef,isLoading:b,maxHeight:s}),A))))}));return k||"fixed"===C?l().createElement(o,q({},m,{appendTo:k,controlElement:this.controlRef,menuPlacement:E,menuPosition:C}),V):V}},{key:"renderFormField",value:function(){var e=this,t=this.props,a=t.delimiter,n=t.isDisabled,i=t.isMulti,r=t.name,o=this.state.selectValue;if(r&&!n){if(i){if(a){var s=o.map((function(t){return e.getOptionValue(t)})).join(a);return l().createElement("input",{name:r,type:"hidden",value:s})}var u=o.length>0?o.map((function(t,a){return l().createElement("input",{key:"i-".concat(a),name:r,type:"hidden",value:e.getOptionValue(t)})})):l().createElement("input",{name:r,type:"hidden"});return l().createElement("div",null,u)}var c=o[0]?this.getOptionValue(o[0]):"";return l().createElement("input",{name:r,type:"hidden",value:c})}}},{key:"renderLiveRegion",value:function(){return this.state.isFocused?l().createElement(ar,{"aria-live":"polite"},l().createElement("span",{id:"aria-selection-event"}," ",this.state.ariaLiveSelection),l().createElement("span",{id:"aria-context"}," ",this.constructAriaLiveMessage())):null}},{key:"render",value:function(){var e=this.components,t=e.Control,a=e.IndicatorsContainer,n=e.SelectContainer,i=e.ValueContainer,r=this.props,o=r.className,s=r.id,u=r.isDisabled,c=r.menuIsOpen,m=this.state.isFocused,d=this.commonProps=this.getCommonProps();return l().createElement(n,q({},d,{className:o,innerProps:{id:s,onKeyDown:this.onKeyDown},isDisabled:u,isFocused:m}),this.renderLiveRegion(),l().createElement(t,q({},d,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:u,isFocused:m,menuIsOpen:c}),l().createElement(i,q({},d,{isDisabled:u}),this.renderPlaceholderOrValue(),this.renderInput()),l().createElement(a,q({},d,{isDisabled:u}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}]),i}(r.Component);Sr.defaultProps=kr;r.Component;var Or,Nr,Tr,Ar=(Or=Sr,Tr=Nr=function(e){$a(i,e);var t,a,n=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=Xa(t);if(a){var i=Xa(this).constructor;e=Reflect.construct(n,arguments,i)}else e=n.apply(this,arguments);return qa(this,e)});function i(){var e;za(this,i);for(var t=arguments.length,a=new Array(t),r=0;r<t;r++)a[r]=arguments[r];return(e=n.call.apply(n,[this].concat(a))).select=void 0,e.state={inputValue:void 0!==e.props.inputValue?e.props.inputValue:e.props.defaultInputValue,menuIsOpen:void 0!==e.props.menuIsOpen?e.props.menuIsOpen:e.props.defaultMenuIsOpen,value:void 0!==e.props.value?e.props.value:e.props.defaultValue},e.onChange=function(t,a){e.callProp("onChange",t,a),e.setState({value:t})},e.onInputChange=function(t,a){var n=e.callProp("onInputChange",t,a);e.setState({inputValue:void 0!==n?n:t})},e.onMenuOpen=function(){e.callProp("onMenuOpen"),e.setState({menuIsOpen:!0})},e.onMenuClose=function(){e.callProp("onMenuClose"),e.setState({menuIsOpen:!1})},e}return Ka(i,[{key:"focus",value:function(){this.select.focus()}},{key:"blur",value:function(){this.select.blur()}},{key:"getProp",value:function(e){return void 0!==this.props[e]?this.props[e]:this.state[e]}},{key:"callProp",value:function(e){if("function"==typeof this.props[e]){for(var t,a=arguments.length,n=new Array(a>1?a-1:0),i=1;i<a;i++)n[i-1]=arguments[i];return(t=this.props)[e].apply(t,n)}}},{key:"render",value:function(){var e=this,t=this.props,a=(t.defaultInputValue,t.defaultMenuIsOpen,t.defaultValue,Hn(t,["defaultInputValue","defaultMenuIsOpen","defaultValue"]));return l().createElement(Or,q({},a,{ref:function(t){e.select=t},inputValue:this.getProp("inputValue"),menuIsOpen:this.getProp("menuIsOpen"),onChange:this.onChange,onInputChange:this.onInputChange,onMenuClose:this.onMenuClose,onMenuOpen:this.onMenuOpen,value:this.getProp("value")}))}}]),i}(r.Component),Nr.defaultProps={defaultInputValue:"",defaultMenuIsOpen:!1,defaultValue:null},Tr),Mr=Ar,Pr={Default:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Arial:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Georgia:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Helvetica:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},"Times New Roman":{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},ABeeZee:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Abel:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Abhaya Libre":{v:["regular","500","600","700","800"],subset:["latin-ext","sinhala","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"Abril Fatface":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aclonica:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Acme:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Actor:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Adamina:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Advent Pro":{v:["100","200","300","regular","500","600","700"],subset:["latin-ext","greek","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal"]},"Aguafina Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Akronim:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aladin:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aldrich:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Alef:{v:["regular","700"],subset:["hebrew","latin"],weight:["Default","400","700"],i:["normal"]},Alegreya:{v:["regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","700","800","900"],i:["normal","italic"]},"Alegreya SC":{v:["regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","700","800","900"],i:["normal","italic"]},"Alegreya Sans":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal","italic"]},"Alegreya Sans SC":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal","italic"]},"Alex Brush":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Alfa Slab One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Alice:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin"],weight:["Default","400"],i:["normal"]},Alike:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Alike Angular":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Allan:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Allerta:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Allerta Stencil":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Allura:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Almendra:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Almendra Display":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Almendra SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Amarante:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Amaranth:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Amatic SC":{v:["regular","700"],subset:["cyrillic","latin-ext","hebrew","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Amethysta:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Amiko:{v:["regular","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","600","700"],i:["normal"]},Amiri:{v:["regular","italic","700","700italic"],subset:["latin-ext","arabic","latin"],weight:["Default","400","700"],i:["normal","italic"]},Amita:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Anaheim:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Andada:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Andika:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Angkor:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Annie Use Your Telescope":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Anonymous Pro":{v:["regular","italic","700","700italic"],subset:["cyrillic","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Antic:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Antic Didone":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Antic Slab":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Anton:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Arapey:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Arbutus:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Arbutus Slab":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Architects Daughter":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Archivo:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Archivo Black":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Archivo Narrow":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Aref Ruqaa":{v:["regular","700"],subset:["arabic","latin"],weight:["Default","400","700"],i:["normal"]},"Arima Madurai":{v:["100","200","300","regular","500","700","800","900"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","100","200","300","400","500","700","800","900"],i:["normal"]},Arimo:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Arizonia:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Armata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Arsenal:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Artifika:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Arvo:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Arya:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Asap:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Asap Condensed":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Asar:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Asset:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Assistant:{v:["200","300","regular","600","700","800"],subset:["hebrew","latin"],weight:["Default","200","300","400","600","700","800"],i:["normal"]},Astloch:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Asul:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Athiti:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Atma:{v:["300","regular","500","600","700"],subset:["latin-ext","bengali","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Atomic Age":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Aubrey:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Audiowide:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Autour One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Average:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Average Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Averia Gruesa Libre":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Averia Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Averia Sans Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Averia Serif Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Bad Script":{v:["regular"],subset:["cyrillic","latin"],weight:["Default","400"],i:["normal"]},Bahiana:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Baloo:{v:["regular"],subset:["latin-ext","devanagari","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhai":{v:["regular"],subset:["latin-ext","gujarati","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhaijaan":{v:["regular"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhaina":{v:["regular"],subset:["latin-ext","oriya","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Chettan":{v:["regular"],subset:["malayalam","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Da":{v:["regular"],subset:["latin-ext","vietnamese","bengali","latin"],weight:["Default","400"],i:["normal"]},"Baloo Paaji":{v:["regular"],subset:["latin-ext","gurmukhi","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Tamma":{v:["regular"],subset:["latin-ext","vietnamese","latin","kannada"],weight:["Default","400"],i:["normal"]},"Baloo Tammudu":{v:["regular"],subset:["latin-ext","telugu","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Thambi":{v:["regular"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Balthazar:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bangers:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Barlow:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Barlow Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Barlow Semi Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Barrio:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Basic:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Battambang:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},Baumans:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bayon:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Belgrano:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bellefair:{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},Belleza:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},BenchNine:{v:["300","regular","700"],subset:["latin-ext","latin"],weight:["Default","300","400","700"],i:["normal"]},Bentham:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Berkshire Swash":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Bevan:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bigelow Rules":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bigshot One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bilbo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bilbo Swash Caps":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},BioRhyme:{v:["200","300","regular","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal"]},"BioRhyme Expanded":{v:["200","300","regular","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal"]},Biryani:{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},Bitter:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Black And White Picture":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Black Han Sans":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Black Ops One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Bokor:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Bonbon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Boogaloo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bowlby One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bowlby One SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Brawler:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bree Serif":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bubblegum Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bubbler One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Buda:{v:["300"],subset:["latin"],weight:["Default","300"],i:[]},Buenard:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Bungee:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Hairline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Inline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Outline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Shade":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Butcherman:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Butterfly Kids":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cabin:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Cabin Condensed":{v:["regular","500","600","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Cabin Sketch":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Caesar Dressing":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cagliostro:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cairo:{v:["200","300","regular","600","700","900"],subset:["latin-ext","arabic","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal"]},Calligraffitti:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cambay:{v:["regular","italic","700","700italic"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal","italic"]},Cambo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Candal:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cantarell:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Cantata One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cantora One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Capriola:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cardo:{v:["regular","italic","700"],subset:["greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Carme:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carrois Gothic":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carrois Gothic SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carter One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Catamaran:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","tamil","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Caudex:{v:["regular","italic","700","700italic"],subset:["greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Caveat:{v:["regular","700"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Caveat Brush":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cedarville Cursive":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Ceviche One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Changa:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","arabic","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Changa One":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Chango:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chathura:{v:["100","300","regular","700","800"],subset:["telugu","latin"],weight:["Default","100","300","400","700","800"],i:["normal"]},"Chau Philomene One":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Chela One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Chelsea Market":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chenla:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Cherry Cream Soda":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Cherry Swash":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Chewy:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Chicle:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chivo:{v:["300","300italic","regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","300","400","700","900"],i:["normal","italic"]},Chonburi:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Cinzel:{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},"Cinzel Decorative":{v:["regular","700","900"],subset:["latin"],weight:["Default","400","700","900"],i:["normal"]},"Clicker Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Coda:{v:["regular","800"],subset:["latin-ext","latin"],weight:["Default","400","800"],i:["normal"]},"Coda Caption":{v:["800"],subset:["latin-ext","latin"],weight:["Default","800"],i:[]},Codystar:{v:["300","regular"],subset:["latin-ext","latin"],weight:["Default","300","400"],i:["normal"]},Coiny:{v:["regular"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Combo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Comfortaa:{v:["300","regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","700"],i:["normal"]},"Coming Soon":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Concert One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Condiment:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Content:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},"Contrail One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Convergence:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cookie:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Copse:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Corben:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Cormorant:{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant Garamond":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant Infant":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant SC":{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Cormorant Unicase":{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Cormorant Upright":{v:["300","regular","500","600","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Courgette:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cousine:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Coustard:{v:["regular","900"],subset:["latin"],weight:["Default","400","900"],i:["normal"]},"Covered By Your Grace":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Crafty Girls":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Creepster:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Crete Round":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Crimson Text":{v:["regular","italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","400","600","700"],i:["normal","italic"]},"Croissant One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Crushed:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cuprum:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Cute Font":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Cutive:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cutive Mono":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Damion:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Dancing Script":{v:["regular","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Dangrek:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"David Libre":{v:["regular","500","700"],subset:["latin-ext","hebrew","vietnamese","latin"],weight:["Default","400","500","700"],i:["normal"]},"Dawning of a New Day":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Days One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Dekko:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Delius:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Delius Swash Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Delius Unicase":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Della Respira":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Denk One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Devonshire:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dhurjati:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Didact Gothic":{v:["regular"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},Diplomata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Diplomata SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Do Hyeon":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Dokdo:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Domine:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Donegal One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Doppio One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dorsa:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Dosis:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Dr Sugiyama":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Duru Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dynalight:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"EB Garamond":{v:["regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","600","700","800"],i:["normal","italic"]},"Eagle Lake":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"East Sea Dokdo":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Eater:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Economica:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Eczar:{v:["regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"El Messiri":{v:["regular","500","600","700"],subset:["cyrillic","arabic","latin"],weight:["Default","400","500","600","700"],i:["normal"]},Electrolize:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Elsie:{v:["regular","900"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal"]},"Elsie Swash Caps":{v:["regular","900"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal"]},"Emblema One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Emilys Candy":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Encode Sans":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Expanded":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Semi Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Semi Expanded":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Engagement:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Englebert:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Enriqueta:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Erica One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Esteban:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Euphoria Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ewert:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Exo:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Exo 2":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Expletus Sans":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Fanwood Text":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Farsan:{v:["regular"],subset:["latin-ext","gujarati","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Fascinate:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fascinate Inline":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Faster One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fasthand:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Fauna One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Faustina:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Federant:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Federo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Felipa:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Fenix:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Finger Paint":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fira Mono":{v:["regular","500","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400","500","700"],i:["normal"]},"Fira Sans":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fira Sans Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fira Sans Extra Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fjalla One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fjord One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Flamenco:{v:["300","regular"],subset:["latin"],weight:["Default","300","400"],i:["normal"]},Flavors:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fondamento:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Fontdiner Swanky":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Forum:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Francois One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Frank Ruhl Libre":{v:["300","regular","500","700","900"],subset:["latin-ext","hebrew","latin"],weight:["Default","300","400","500","700","900"],i:["normal"]},"Freckle Face":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fredericka the Great":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fredoka One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Freehand:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Fresca:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Frijole:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fruktur:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fugaz One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"GFS Didot":{v:["regular"],subset:["greek"],weight:["Default","400"],i:["normal"]},"GFS Neohellenic":{v:["regular","italic","700","700italic"],subset:["greek"],weight:["Default","400","700"],i:["normal","italic"]},Gabriela:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin"],weight:["Default","400"],i:["normal"]},Gaegu:{v:["300","regular","700"],subset:["korean","latin"],weight:["Default","300","400","700"],i:["normal"]},Gafata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Galada:{v:["regular"],subset:["bengali","latin"],weight:["Default","400"],i:["normal"]},Galdeano:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Galindo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Gamja Flower":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Gentium Basic":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Gentium Book Basic":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Geo:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Geostar:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Geostar Fill":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Germania One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Gidugu:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Gilda Display":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Give You Glory":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Glass Antiqua":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Glegoo:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},"Gloria Hallelujah":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Goblin One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Gochi Hand":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Gorditas:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Gothic A1":{v:["100","200","300","regular","500","600","700","800","900"],subset:["korean","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Goudy Bookletter 1911":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Graduate:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Grand Hotel":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Gravitas One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Great Vibes":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Griffy:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Gruppo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Gudea:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Gugi:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Gurajada:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Habibi:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Halant:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hammersmith One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Hanalei:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Hanalei Fill":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Handlee:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Hanuman:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},"Happy Monkey":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Harmattan:{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},"Headland One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Heebo:{v:["100","300","regular","500","700","800","900"],subset:["hebrew","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},"Henny Penny":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Herr Von Muellerhoff":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Hi Melody":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Hind:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Guntur":{v:["300","regular","500","600","700"],subset:["latin-ext","telugu","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Madurai":{v:["300","regular","500","600","700"],subset:["latin-ext","tamil","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Siliguri":{v:["300","regular","500","600","700"],subset:["latin-ext","bengali","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Vadodara":{v:["300","regular","500","600","700"],subset:["latin-ext","gujarati","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Holtwood One SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Homemade Apple":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Homenaje:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IBM Plex Mono":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Sans":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Sans Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Serif":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IM Fell DW Pica":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell DW Pica SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell Double Pica":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell Double Pica SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell English":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell English SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell French Canon":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell French Canon SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell Great Primer":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell Great Primer SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Iceberg:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Iceland:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Imprima:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Inconsolata:{v:["regular","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Inder:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Indie Flower":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Inika:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Inknut Antiqua":{v:["300","regular","500","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700","800","900"],i:["normal"]},"Irish Grover":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Istok Web":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Italiana:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Italianno:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Itim:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Jacques Francois":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Jacques Francois Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Jaldi:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},"Jim Nightshade":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Jockey One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Jolly Lodger":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Jomhuria:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},"Josefin Sans":{v:["100","100italic","300","300italic","regular","italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","300","400","600","700"],i:["normal","italic"]},"Josefin Slab":{v:["100","100italic","300","300italic","regular","italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","100","300","400","600","700"],i:["normal","italic"]},"Joti One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Jua:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Judson:{v:["regular","italic","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Julee:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Julius Sans One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Junge:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Jura:{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Just Another Hand":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Just Me Again Down Here":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kadwa:{v:["regular","700"],subset:["devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Kalam:{v:["300","regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","700"],i:["normal"]},Kameron:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Kanit:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Kantumruy:{v:["300","regular","700"],subset:["khmer"],weight:["Default","300","400","700"],i:["normal"]},Karla:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Karma:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Katibeh:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},"Kaushan Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kavivanar:{v:["regular"],subset:["latin-ext","tamil","latin"],weight:["Default","400"],i:["normal"]},Kavoon:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kdam Thmor":{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Keania One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kelly Slab":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kenia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Khand:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Khmer:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Khula:{v:["300","regular","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","600","700","800"],i:["normal"]},"Kirang Haerang":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Kite One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Knewave:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kosugi:{v:["regular"],subset:["cyrillic","japanese","latin"],weight:["Default","400"],i:["normal"]},"Kosugi Maru":{v:["regular"],subset:["cyrillic","japanese","latin"],weight:["Default","400"],i:["normal"]},"Kotta One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Koulen:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Kranky:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Kreon:{v:["300","regular","700"],subset:["latin"],weight:["Default","300","400","700"],i:["normal"]},Kristi:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Krona One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kumar One":{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},"Kumar One Outline":{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Kurale:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},"La Belle Aurore":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Laila:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Lakki Reddy":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Lalezar:{v:["regular"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Lancelot:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Lateef:{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},Lato:{v:["100","100italic","300","300italic","regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","300","400","700","900"],i:["normal","italic"]},"League Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Leckerli One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ledger:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Lekton:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Lemon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Lemonada:{v:["300","regular","600","700"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","300","400","600","700"],i:["normal"]},"Libre Barcode 128":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 128 Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Extended":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Extended Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Baskerville":{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Libre Franklin":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Life Savers":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Lilita One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Lily Script One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Limelight:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Linden Hill":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Lobster:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Lobster Two":{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Londrina Outline":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Sketch":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Solid":{v:["100","300","regular","900"],subset:["latin"],weight:["Default","100","300","400","900"],i:["normal"]},Lora:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Love Ya Like A Sister":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Loved by the King":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Lovers Quarrel":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Luckiest Guy":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Lusitana:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Lustria:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"M PLUS 1p":{v:["100","300","regular","500","700","800","900"],subset:["cyrillic","cyrillic-ext","greek-ext","japanese","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},"M PLUS Rounded 1c":{v:["100","300","regular","500","700","800","900"],subset:["cyrillic","cyrillic-ext","greek-ext","japanese","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},Macondo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Macondo Swash Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mada:{v:["200","300","regular","500","600","700","900"],subset:["arabic","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},Magra:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Maiden Orange":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Maitree:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Mako:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mallanna:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Mandali:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Manuale:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Marcellus:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Marcellus SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Marck Script":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Margarine:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Markazi Text":{v:["regular","500","600","700"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Marko One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Marmelad:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Martel:{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},"Martel Sans":{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},Marvel:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Mate:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"Mate SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Maven Pro":{v:["regular","500","700","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","700","900"],i:["normal"]},McLaren:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Meddon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},MedievalSharp:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Medula One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Meera Inimai":{v:["regular"],subset:["tamil","latin"],weight:["Default","400"],i:["normal"]},Megrim:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Meie Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Merienda:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Merienda One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Merriweather:{v:["300","300italic","regular","italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","700","900"],i:["normal","italic"]},"Merriweather Sans":{v:["300","300italic","regular","italic","700","700italic","800","800italic"],subset:["latin-ext","latin"],weight:["Default","300","400","700","800"],i:["normal","italic"]},Metal:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Metal Mania":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Metamorphous:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Metrophobic:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Michroma:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Milonga:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Miltonian:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Miltonian Tattoo":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mina:{v:["regular","700"],subset:["latin-ext","bengali","latin"],weight:["Default","400","700"],i:["normal"]},Miniver:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Miriam Libre":{v:["regular","700"],subset:["latin-ext","hebrew","latin"],weight:["Default","400","700"],i:["normal"]},Mirza:{v:["regular","500","600","700"],subset:["latin-ext","arabic","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Miss Fajardose":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mitr:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Modak:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},"Modern Antiqua":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mogra:{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Molengo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Molle:{v:["italic"],subset:["latin-ext","latin"],weight:["Default"],i:["italic"]},Monda:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Monofett:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Monoton:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Monsieur La Doulaise":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Montaga:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Montez:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Montserrat:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Montserrat Alternates":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Montserrat Subrayada":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Moul:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Moulpali:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Mountains of Christmas":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Mouse Memoirs":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr Bedfort":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr Dafoe":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr De Haviland":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mrs Saint Delafield":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mrs Sheppards":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mukta:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Mahee":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","gurmukhi","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Malar":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","tamil","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Vaani":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","gujarati","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},Muli:{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Mystery Quest":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},NTR:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Nanum Brush Script":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Nanum Gothic":{v:["regular","700","800"],subset:["korean","latin"],weight:["Default","400","700","800"],i:["normal"]},"Nanum Gothic Coding":{v:["regular","700"],subset:["korean","latin"],weight:["Default","400","700"],i:["normal"]},"Nanum Myeongjo":{v:["regular","700","800"],subset:["korean","latin"],weight:["Default","400","700","800"],i:["normal"]},"Nanum Pen Script":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Neucha:{v:["regular"],subset:["cyrillic","latin"],weight:["Default","400"],i:["normal"]},Neuton:{v:["200","300","regular","italic","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal","italic"]},"New Rocker":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"News Cycle":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Niconne:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Nixie One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Nobile:{v:["regular","italic","500","500italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","500","700"],i:["normal","italic"]},Nokora:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},Norican:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Nosifer:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Nothing You Could Do":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Noticia Text":{v:["regular","italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Sans":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","devanagari","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Sans JP":{v:["100","300","regular","500","700","900"],subset:["japanese","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Noto Sans KR":{v:["100","300","regular","500","700","900"],subset:["korean","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Noto Serif":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Serif JP":{v:["200","300","regular","500","600","700","900"],subset:["japanese","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Noto Serif KR":{v:["200","300","regular","500","600","700","900"],subset:["korean","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Nova Cut":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Flat":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Mono":{v:["regular"],subset:["greek","latin"],weight:["Default","400"],i:["normal"]},"Nova Oval":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Round":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Slim":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Square":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Numans:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Nunito:{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Nunito Sans":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Odor Mean Chey":{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Offside:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Old Standard TT":{v:["regular","italic","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Oldenburg:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Oleo Script":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Oleo Script Swash Caps":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Open Sans":{v:["300","300italic","regular","italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","600","700","800"],i:["normal","italic"]},"Open Sans Condensed":{v:["300","300italic","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","700"],i:[]},Oranienbaum:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Orbitron:{v:["regular","500","700","900"],subset:["latin"],weight:["Default","400","500","700","900"],i:["normal"]},Oregano:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Orienta:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Original Surfer":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Oswald:{v:["200","300","regular","500","600","700"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},"Over the Rainbow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Overlock:{v:["regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},"Overlock SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Overpass:{v:["100","100italic","200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","600","700","800","900"],i:["normal","italic"]},"Overpass Mono":{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},Ovo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Oxygen:{v:["300","regular","700"],subset:["latin-ext","latin"],weight:["Default","300","400","700"],i:["normal"]},"Oxygen Mono":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"PT Mono":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"PT Sans":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"PT Sans Caption":{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"PT Sans Narrow":{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"PT Serif":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"PT Serif Caption":{v:["regular","italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Pacifico:{v:["regular"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Padauk:{v:["regular","700"],subset:["myanmar","latin"],weight:["Default","400","700"],i:["normal"]},Palanquin:{v:["100","200","300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal"]},"Palanquin Dark":{v:["regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700"],i:["normal"]},Pangolin:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Paprika:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Parisienne:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Passero One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Passion One":{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},"Pathway Gothic One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Patrick Hand":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Patrick Hand SC":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Pattaya:{v:["regular"],subset:["cyrillic","latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Patua One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Pavanam:{v:["regular"],subset:["latin-ext","tamil","latin"],weight:["Default","400"],i:["normal"]},"Paytone One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Peddana:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Peralta:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Permanent Marker":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Petit Formal Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Petrona:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Philosopher:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Piedra:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Pinyon Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pirata One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Plaster:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Play:{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Playball:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Playfair Display":{v:["regular","italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},"Playfair Display SC":{v:["regular","italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},Podkova:{v:["regular","500","600","700","800"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"Poiret One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Poller One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Poly:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Pompiere:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pontano Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Poor Story":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Poppins:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Port Lligat Sans":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Port Lligat Slab":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pragati Narrow":{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Prata:{v:["regular"],subset:["cyrillic","cyrillic-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Preahvihear:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Press Start 2P":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},Pridi:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},"Princess Sofia":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Prociono:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Prompt:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Prosto One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Proza Libre":{v:["regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["latin-ext","latin"],weight:["Default","400","500","600","700","800"],i:["normal","italic"]},Puritan:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Purple Purse":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Quando:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Quantico:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Quattrocento:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Quattrocento Sans":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Questrial:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Quicksand:{v:["300","regular","500","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","300","400","500","700"],i:["normal"]},Quintessential:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Qwigley:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Racing Sans One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Radley:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Rajdhani:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Rakkas:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},Raleway:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Raleway Dots":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ramabhadra:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Ramaraja:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Rambla:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Rammetto One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ranchers:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Rancho:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ranga:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Rasa:{v:["300","regular","500","600","700"],subset:["latin-ext","gujarati","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Rationale:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Ravi Prakash":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Redressed:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Reem Kufi":{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},"Reenie Beanie":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Revalia:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Rhodium Libre":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Ribeye:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ribeye Marrow":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Righteous:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Risque:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Roboto:{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal","italic"]},"Roboto Condensed":{v:["300","300italic","regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Roboto Mono":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700"],i:["normal","italic"]},"Roboto Slab":{v:["100","300","regular","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","700"],i:["normal"]},Rochester:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Rock Salt":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Rokkitt:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Romanesco:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ropa Sans":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Rosario:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Rosarivo:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Rouge Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Rozha One":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Rubik:{v:["300","300italic","regular","italic","500","500italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","hebrew","latin"],weight:["Default","300","400","500","700","900"],i:["normal","italic"]},"Rubik Mono One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruda:{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},Rufina:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Ruge Boogie":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruluko:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Rum Raisin":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ruslan Display":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Russo One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruthie:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Rye:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sacramento:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sahitya:{v:["regular","700"],subset:["devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sail:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Saira:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Extra Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Semi Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Salsa:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sanchez:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Sancreek:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sansita:{v:["regular","italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","700","800","900"],i:["normal","italic"]},Sarala:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sarina:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sarpanch:{v:["regular","500","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800","900"],i:["normal"]},Satisfy:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Sawarabi Gothic":{v:["regular"],subset:["cyrillic","japanese","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Sawarabi Mincho":{v:["regular"],subset:["japanese","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Scada:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Scheherazade:{v:["regular","700"],subset:["arabic","latin"],weight:["Default","400","700"],i:["normal"]},Schoolbell:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Scope One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Seaweed Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Secular One":{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},"Sedgwick Ave":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Sedgwick Ave Display":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Sevillana:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Seymour One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Shadows Into Light":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Shadows Into Light Two":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Shanti:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Share:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Share Tech":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Share Tech Mono":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Shojumaru:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Short Stack":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Shrikhand:{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Siemreap:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Sigmar One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Signika:{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},"Signika Negative":{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},Simonetta:{v:["regular","italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal","italic"]},Sintony:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Sirin Stencil":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Six Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Skranji:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Slabo 13px":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Slabo 27px":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Slackey:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Smokum:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Smythe:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sniglet:{v:["regular","800"],subset:["latin-ext","latin"],weight:["Default","400","800"],i:["normal"]},Snippet:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Snowburst One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Sofadi One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sofia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Song Myung":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Sonsie One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Sorts Mill Goudy":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Source Code Pro":{v:["200","300","regular","500","600","700","900"],subset:["latin-ext","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Source Sans Pro":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal","italic"]},"Source Serif Pro":{v:["regular","600","700"],subset:["latin-ext","latin"],weight:["Default","400","600","700"],i:["normal"]},"Space Mono":{v:["regular","italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Special Elite":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Spectral:{v:["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal","italic"]},"Spectral SC":{v:["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal","italic"]},"Spicy Rice":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Spinnaker:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Spirax:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Squada One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Sree Krushnadevaraya":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Sriracha:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Stalemate:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stalinist One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stardos Stencil":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Stint Ultra Condensed":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stint Ultra Expanded":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Stoke:{v:["300","regular"],subset:["latin-ext","latin"],weight:["Default","300","400"],i:["normal"]},Strait:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Stylish:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Sue Ellen Francisco":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Suez One":{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},Sumana:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sunflower:{v:["300","500","700"],subset:["korean","latin"],weight:["Default","300","500","700"],i:[]},Sunshiney:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Supermercado One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sura:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Suranna:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Suravaram:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Suwannaphum:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Swanky and Moo Moo":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Syncopate:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Tajawal:{v:["200","300","regular","500","700","800","900"],subset:["arabic","latin"],weight:["Default","200","300","400","500","700","800","900"],i:["normal"]},Tangerine:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Taprom:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Tauri:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Taviraj:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Teko:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Telex:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Tenali Ramakrishna":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Tenor Sans":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Text Me One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"The Girl Next Door":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Tienne:{v:["regular","700","900"],subset:["latin"],weight:["Default","400","700","900"],i:["normal"]},Tillana:{v:["regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},Timmana:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Tinos:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Titan One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Titillium Web":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","900"],subset:["latin-ext","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal","italic"]},"Trade Winds":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Trirong:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Trocchi:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Trochut:{v:["regular","italic","700"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Trykker:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Tulpen One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ubuntu:{v:["300","300italic","regular","italic","500","500italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","300","400","500","700"],i:["normal","italic"]},"Ubuntu Condensed":{v:["regular"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},"Ubuntu Mono":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Ultra:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Uncial Antiqua":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Underdog:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Unica One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},UnifrakturCook:{v:["700"],subset:["latin"],weight:["Default","700"],i:[]},UnifrakturMaguntia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Unkempt:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Unlock:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Unna:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},VT323:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Vampiro One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Varela:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Varela Round":{v:["regular"],subset:["latin-ext","hebrew","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Vast Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Vesper Libre":{v:["regular","500","700","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","700","900"],i:["normal"]},Vibur:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Vidaloka:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Viga:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Voces:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Volkhov:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Vollkorn:{v:["regular","italic","600","600italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","600","700","900"],i:["normal","italic"]},"Vollkorn SC":{v:["regular","600","700","900"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","600","700","900"],i:["normal"]},Voltaire:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Waiting for the Sunrise":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Wallpoet:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Walter Turncoat":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Warnes:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Wellfleet:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Wendy One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Wire One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Work Sans":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Yanone Kaffeesatz":{v:["200","300","regular","700"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","700"],i:["normal"]},Yantramanav:{v:["100","300","regular","500","700","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Yatra One":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Yellowtail:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Yeon Sung":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Yeseva One":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Yesteryear:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Yrsa:{v:["300","regular","500","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Zeyada:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Zilla Slab":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Zilla Slab Highlight":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Sora:{v:["regular"],subset:["latin"],weight:["Default","100","200","300","400","500","600","700","800"],i:["normal","bold"]},"DM Sans":{v:["regular"],subset:["latin"],weight:["Default","400","500","700"],i:["normal","bold","italic"]},"DM Serif Display":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"DM Serif Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Inter:{v:["regular"],subset:["latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]}};function Lr(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ir=()=>{const e=oa(),t=ma((e=>e.enableSelectedFontFamilies)),a=ma((e=>e.selectedFontFamilies)),n="disabled"!==t,r=[],l=uag_admin_react.spectra_custom_fonts;return Object.keys(Pr).map((e=>{"Default"!==e&&r.push({value:e,label:e})})),Object.keys(l).map((e=>{"Default"!==e&&r.push({value:e,label:e})})),(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Allow Only Selected Fonts","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:n,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_SELECTED_FONT_FAMILIES",payload:a});const n=new window.FormData;n.append("action","uag_load_select_font_globally"),n.append("security",uag_react.load_select_font_globally_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Lr(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Lr(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Spectra offers 700+ Google font options. If this is overwhelming for your clients, you can use this option to show only limited number of fonts in the block settings.","ultimate-addons-for-gutenberg")),(0,i.createElement)(Mr,{isMulti:!0,placeholder:(0,We.__)("Select the font families you want"),defaultValue:a,onChange:a=>(a=>{if("enabled"===t){e({type:"UPDATE_SELECTED_FONT_FAMILIES",payload:a});const t="uag_select_font_globally",n=uag_react.select_font_globally_nonce,i=new window.FormData;i.append("action",t),i.append("security",n),i.append("value",JSON.stringify(a)),Jt()({url:uag_react.ajax_url,method:"POST",body:i}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))}})(a),options:r,maxMenuHeight:140,minMenuHeight:70,isSearchable:!0,className:"mt-4 w-9/12 h-10 transition",theme:e=>({...e,colors:{...e.colors,primary:"#94a3b8"}}),styles:{control:e=>({...e,cursor:"pointer",fontSize:"0.875rem",lineHeight:"1.25rem",borderRadius:"0.375rem",color:"#64748b",borderColor:"#e2e8f0",boxShadow:"none"}),placeholder:e=>({...e,color:"#94a3b8"}),multiValue:e=>({...e,marging:"0",borderRadius:"0.25rem",backgroundColor:"#e2e8f0"}),multiValueLabel:e=>({...e,color:"#64748b"}),multiValueRemove:e=>({...e,color:"#64748b","&:hover":{color:"#ef4444",backgroundColor:"#e2e8f0"}})},components:{IndicatorSeparator:()=>null}}))};function Vr(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Rr=()=>{const e=oa(),t=ma((e=>e.enableLoadFontsLocally)),a="disabled"!==t;return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flextext-lg leading-8 font-medium text-gray-900"},(0,We.__)("Load Google Fonts Locally","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_LOAD_FONTS_LOCALLY",payload:a});const n=new window.FormData;n.append("action","uag_load_gfonts_locally"),n.append("security",uag_react.load_gfonts_locally_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Vr(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Vr(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable this option to download Google fonts and save them on your server. This can be great for improving speed of your website and to comply with GDPR laws.","ultimate-addons-for-gutenberg")))};function Fr(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Hr=()=>{const e=oa(),t=ma((e=>e.enableLoadFontsLocally)),a=ma((e=>e.enablePreloadLocalFonts)),n="disabled"!==a;return(0,i.createElement)("section",{className:`uag-font-select-${t} block border-b border-solid border-slate-200 px-12 py-8 justify-between`},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Preload Local Fonts","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:n,onChange:()=>{let t;t="disabled"===a?"enabled":"disabled",e({type:"UPDATE_ENABLE_PRELOAD_LOCAL_FONTS",payload:t});const n=new window.FormData;n.append("action","uag_preload_local_fonts"),n.append("security",uag_react.preload_local_fonts_nonce),n.append("value",t),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Fr(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Fr(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This option will load the font files right away on page load. Preloading Local Fonts can speeds up your website even further.","ultimate-addons-for-gutenberg")))};function jr(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Br=()=>{const e=oa(),t=ma((e=>e.enableCollapsePanels)),a="disabled"!==t;return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Collapse Panels","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_COLLAPSE_PANELS",payload:a});const n=new window.FormData;n.append("action","uag_collapse_panels"),n.append("security",uag_react.collapse_panels_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:jr(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:jr(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)('Enable the "Collapse Panels" option if you want to Collapse all other Panels in your Blocks Settings except for the one which is clicked This way you have only one Panel of Settings in front of you to Focus on.',"ultimate-addons-for-gutenberg")))};function Ur(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Wr=()=>{const e=oa(),t=ma((e=>e.enableCopyPasteStyles)),a="disabled"!==t;return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Copy Paste Styles","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_COPY_PASTE_STYLES",payload:a});const n=new window.FormData;n.append("action","uag_copy_paste"),n.append("security",uag_react.copy_paste_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Ur(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Ur(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)('Enable the "Copy Paste Styles" option to have the ability to copy & paste Spectra & Core Gutenberg Blocks Styles.',"ultimate-addons-for-gutenberg")))},Gr=()=>{const e=oa(),t=ma((e=>e.contentWidth));return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Default Content Width","ultimate-addons-for-gutenberg")),(0,i.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,i.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:t,onChange:t=>{const a=t.target.value;e({type:"UPDATE_CONTENT_WIDTH",payload:a});const n=new window.FormData;n.append("action","uag_content_width"),n.append("security",uag_react.content_width_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},type:"number",placeholder:"1140",min:0,max:1600}),(0,i.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,We.__)("px","ultimate-addons-for-gutenberg")))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This setting will apply to Container Block's default Content Width.","ultimate-addons-for-gutenberg")),"Spectra"!==uag_react.uag_content_width_set_by&&(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500 italic"},(0,We.__)(`The current Content width is applied from ${uag_react.uag_content_width_set_by}.`,"ultimate-addons-for-gutenberg")))},zr=()=>{const e=oa(),t=ma((e=>e.blocksEditorSpacing));return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Blocks Editor Spacing","ultimate-addons-for-gutenberg")),(0,i.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,i.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:t,onChange:t=>{const a=t.target.value;e({type:"UPDATE_BLOCKS_EDITOR_SPACING",payload:a});const n=new window.FormData;n.append("action","uag_blocks_editor_spacing"),n.append("security",uag_react.blocks_editor_spacing_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},type:"number",placeholder:"0",min:0,max:100}),(0,i.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,We.__)("px","ultimate-addons-for-gutenberg")))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This setting will apply spacing in between all blocks inside block editor.","ultimate-addons-for-gutenberg")))};function Zr(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Kr=()=>{const e=oa(),[t,a]=(0,r.useState)([]),[n,l]=(0,r.useState)(!1),o=ma((e=>e.enableComingSoonMode)),s=ma((e=>e.comingSoonPage)),u="disabled"!==o,c=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";const t=new window.FormData;t.append("action","uag_fetch_pages"),t.append("security",uag_react.fetch_pages_nonce),t.append("keyword",e),l(!0),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((e=>{l(!1),a(e.data)}))};return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Enable Coming Soon Mode","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:u,onChange:()=>{let t;t="disabled"===o?"enabled":"disabled",e({type:"UPDATE_ENABLE_COMING_SOON",payload:t});const a=new window.FormData;a.append("action","uag_enable_coming_soon_mode"),a.append("security",uag_react.enable_coming_soon_mode_nonce),a.append("value",t),Jt()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Zr(u?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Zr(u?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Is your website still in the making? Is it not yet ready for other people to see?","ultimate-addons-for-gutenberg")),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable the coming soon mode. Only the page you select below will be displayed to people who are not logged in.","ultimate-addons-for-gutenberg")),(0,i.createElement)(Mr,{isMulti:!1,placeholder:(0,We.__)("Select the page you want"),defaultValue:s,onChange:t=>(t=>{e({type:"UPDATE_COMING_SOON_PAGE",payload:t.value});const a=new window.FormData;a.append("action","uag_coming_soon_page"),a.append("security",uag_react.coming_soon_page_nonce),a.append("value",t.value),Jt()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))})(t),onInputChange:e=>{0===t.filter((t=>t.label.toLowerCase().includes(e))).length&&c(e)},options:t,maxMenuHeight:140,minMenuHeight:70,isSearchable:!0,className:"mt-4 w-9/12 h-10 transition",isLoading:n,onMenuOpen:c,theme:e=>({...e,colors:{...e.colors,primary:"#94a3b8"}}),styles:{control:e=>({...e,cursor:"pointer",fontSize:"0.875rem",lineHeight:"1.25rem",borderRadius:"0.375rem",color:"#64748b",borderColor:"#e2e8f0",boxShadow:"none"}),placeholder:e=>({...e,color:"#94a3b8"}),singleValue:e=>({...e,color:"#64748b"})},components:{IndicatorSeparator:()=>null}}))},$r=()=>(0,i.createElement)(i.Fragment,null,(0,i.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mt-10 mb-8 font-semibold text-2xl"},(0,i.createElement)(Ma,{width:"100px",height:"32px"})),(0,i.createElement)("main",{className:"max-w-[77rem] mx-auto my-[2.43rem] bg-white rounded-md shadow overflow-hidden h-[36rem]"},(0,i.createElement)("div",{className:"lg:grid lg:grid-cols-12 h-full"},(0,i.createElement)("aside",{className:"py-6 sm:px-6 lg:py-6 lg:px-5 lg:col-span-3"},(0,i.createElement)("nav",{className:"space-y-1"},Array(7).fill().map(((e,t)=>(0,i.createElement)("div",{key:`setting${t}`,className:"flex justify-left items-center py-3 space-x-3"},(0,i.createElement)(Ma,{key:`icon${t}`,width:"24px",height:"24px"}),(0,i.createElement)(Aa,{key:t,width:"120px",fontSize:"16px"})))))),(0,i.createElement)("div",{className:"border-l lg:col-span-9 p-8"},(0,i.createElement)(Aa,{fontSize:"35px",width:"225px"}),(0,i.createElement)(Aa,{width:"80%"}),(0,i.createElement)("div",{className:"h-8"}),(0,i.createElement)(Aa,{fontSize:"35px",width:"300px"}),(0,i.createElement)(Aa,{width:"60%"}),(0,i.createElement)("div",{className:"h-8"}),(0,i.createElement)(Aa,{fontSize:"35px",width:"210px"}),(0,i.createElement)(Aa,{width:"65%"}))))),Yr=()=>{const e=oa(),t=ma((e=>e.siteKeyV2)),a=ma((e=>e.secretKeyV2)),n=ma((e=>e.siteKeyV3)),r=ma((e=>e.secretKeyV3));return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Form","ultimate-addons-for-gutenberg"))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("To enable reCAPTCHA for your form, please follow the steps mentioned ","ultimate-addons-for-gutenberg"),(0,i.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://www.google.com/recaptcha/admin/create",target:"_blank",rel:"noreferrer"},(0,We.__)("here. ","ultimate-addons-for-gutenberg"))),(0,i.createElement)("h4",{className:"mt-8 font-medium text-sm text-slate-800 spectra-recaptcha__heading"},(0,We.__)("reCAPTCHA v2","ultimate-addons-for-gutenberg")),(0,i.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,We.__)("Site Key v2","ultimate-addons-for-gutenberg"),value:t,name:"site_key_v2",onChange:t=>{const a=t.target.value;e({type:"UPDATE_RECAPTCHA_SITE_KEY_V2",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_site_key_v2"),n.append("security",uag_react.recaptcha_site_key_v2_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},id:"grid-zip",type:"text"}),(0,i.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,We.__)("Secret Key v2","ultimate-addons-for-gutenberg"),id:"grid-zip",value:a,name:"secret_key_v2",onChange:t=>{const a=t.target.value;e({type:"UPDATE_RECAPTCHA_SECRET_KEY_V2",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_secret_key_v2"),n.append("security",uag_react.recaptcha_secret_key_v2_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},type:"text"}),(0,i.createElement)("h4",{className:"mt-8 font-medium text-sm text-slate-800 spectra-recaptcha__heading"},(0,We.__)("reCAPTCHA v3","ultimate-addons-for-gutenberg")),(0,i.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,We.__)("Site Key v3","ultimate-addons-for-gutenberg"),id:"grid-zip",type:"text",value:n,name:"site_key_v3",onChange:t=>{const a=t.target.value;e({type:"UPDATE_RECAPTCHA_SITE_KEY_V3",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_site_key_v3"),n.append("security",uag_react.recaptcha_site_key_v3_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))}}),(0,i.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,We.__)("Secret Key v3","ultimate-addons-for-gutenberg"),id:"grid-zip",type:"text",value:r,name:"secret_key_v3",onChange:t=>{const a=t.target.value;e({type:"UPDATE_RECAPTCHA_SECRET_KEY_V3",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_secret_key_v3"),n.append("security",uag_react.recaptcha_secret_key_v3_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))}}))};function Jr(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var qr=()=>{const e=oa(),t=ma((e=>e.enableFontAwesome5)),a="disabled"!==t;return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Load Font Awesome 5 Support","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_FONT_AWESOME_5",payload:a});const n=new window.FormData;n.append("action","uag_load_font_awesome_5"),n.append("security",uag_react.load_font_awesome_5_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Jr(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Jr(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable this to make sure all previously used Font Awesome 5 icons are displayed correctly while using the Font Awesome 6 library.","ultimate-addons-for-gutenberg")))};function Xr(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Qr=()=>{const e=oa(),t=ma((e=>e.enableAutoBlockRecovery)),a="disabled"!==t;return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Automatic Block Recovery","ultimate-addons-for-gutenberg")),(0,i.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_AUTO_BLOCK_RECOVERY",payload:a});const n=new window.FormData;n.append("action","uag_auto_block_recovery"),n.append("security",uag_react.auto_block_recovery_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))},className:Xr(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,i.createElement)("span",{"aria-hidden":"true",className:Xr(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)('Enable this to automatically recover any erroneous blocks that may occur on your web pages. This will save you time spent on clicking all those "Attempt Block Recovery" Buttons.',"ultimate-addons-for-gutenberg")))},el=()=>{const e=ma((e=>e.containerGlobalPadding));(0,r.useEffect)((()=>{"default"===e&&a(10)}),[]);const t=oa(),a=e=>{t({type:"UPDATE_CONTAINER_GLOBAL_PADDING",payload:e});const a=new window.FormData;a.append("action","uag_container_global_padding"),a.append("security",uag_react.container_global_padding_nonce),a.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))};return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Container Padding","ultimate-addons-for-gutenberg")),(0,i.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,i.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:e,onChange:e=>{const t=e.target.value;a(t)},type:"number",placeholder:"",min:0,max:100}),(0,i.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,We.__)("px","ultimate-addons-for-gutenberg")))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This setting will apply default padding in the Container Block.","ultimate-addons-for-gutenberg")))},tl=()=>{const e=ma((e=>e.containerGlobalElementsGap)),t=oa();return(0,i.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,i.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,i.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Container Elements Gap","ultimate-addons-for-gutenberg")),(0,i.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,i.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:e,onChange:e=>{(e=>{t({type:"UPDATE_CONTAINER_GLOBAL_ELEMENTS_GAP",payload:e});const a=new window.FormData;a.append("action","uag_container_global_elements_gap"),a.append("security",uag_react.container_global_elements_gap_nonce),a.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!0})}))})(e.target.value)},type:"number",placeholder:"",min:0,max:100}),(0,i.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,We.__)("px","ultimate-addons-for-gutenberg")))),(0,i.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This setting will apply default Row & Column Gaps in the Container Block.","ultimate-addons-for-gutenberg")))};function al(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var nl=()=>{const e=new URLSearchParams(Me()?.search),t=oa(),a=ma((e=>e.activeSettingsNavigationTab)),n=ma((e=>e.initialStateSetFlag)),l=[{name:(0,We.__)("Editor Options","ultimate-addons-for-gutenberg"),slug:"global-settings",icon:Ia["global-settings"]},{name:(0,We.__)("Asset Generation","ultimate-addons-for-gutenberg"),slug:"asset-generation",icon:Ia["asset-generation"]},{name:(0,We.__)("Templates","ultimate-addons-for-gutenberg"),slug:"templates",icon:Ia.templates},{name:(0,We.__)("Version Control","ultimate-addons-for-gutenberg"),slug:"version-control",icon:Ia["version-control"]},{name:(0,We.__)("Performance","ultimate-addons-for-gutenberg"),slug:"fonts-performance",icon:Ia["fonts-performance"]},{name:(0,We.__)("Block Settings","ultimate-addons-for-gutenberg"),slug:"block-settings",icon:Ia["block-settings"]},{name:(0,We.__)("Coming Soon","ultimate-addons-for-gutenberg"),slug:"coming-soon",icon:Ia["coming-soon"]}];return(0,r.useEffect)((()=>{const a=e.get("path"),n=e.get("settings");t({type:"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB",payload:n&&"settings"===a?n:"global-settings"})}),[n]),n?(0,i.createElement)("div",{className:"px-6 w-full"},(0,i.createElement)("div",{className:"mx-auto mt-10 mb-8 font-semibold text-2xl lg:max-w-[80rem]"},"Settings"),(0,i.createElement)("main",{className:"mx-auto my-[2.43rem] bg-white rounded-md shadow overflow-hidden min-h-[36rem] lg:max-w-[80rem]"},(0,i.createElement)("div",{className:"lg:grid lg:grid-cols-12 min-h-[36rem] h-full"},(0,i.createElement)("aside",{className:"py-6 sm:px-6 lg:py-6 lg:px-0 lg:col-span-3"},(0,i.createElement)("nav",{className:"space-y-1"},l.map((e=>(0,i.createElement)(He,{to:{pathname:"options-general.php",search:`?page=spectra&path=settings&settings=${e.slug}`},key:e.name,className:al(a===e.slug?"border-spectra text-spectra focus:text-spectra-hover active:text-spectra hover:text-spectra-hover stroke-spectra fill-spectra focus:stroke-spectra focus:fill-spectra hover:stroke-spectra hover:fill-spectra":"border-white text-slate-800 stroke-slate-800 fill-slate-800 focus:text-slate-900 focus:border-slate-200 focus:stroke-slate-900 focus:fill-slate-900 hover:text-slate-900 hover:border-slate-200 hover:stroke-slate-900 hover:fill-slate-900","border-l-4 group cursor-pointer py-3 pl-5 flex items-center text-base font-medium"),onClick:()=>{t({type:"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB",payload:e.slug})}},e.icon,(0,i.createElement)("span",{className:"truncate"},e.name)))))),(0,i.createElement)("div",{className:"lg:col-span-9 border-l spectra__settings"},"global-settings"===a&&(0,i.createElement)(i.Fragment,null,(0,i.createElement)(Gr,null),(0,i.createElement)(el,null),(0,i.createElement)(tl,null),(0,i.createElement)(zr,null),(0,i.createElement)(Br,null),(0,i.createElement)(Wr,null),(0,i.createElement)(Qr,null),"yes"===uag_react.global_data.uagb_old_user_less_than_2&&(0,i.createElement)(qr,null)),"asset-generation"===a&&(0,i.createElement)(i.Fragment,null,(0,i.createElement)(Ra,null),(0,i.createElement)(Fa,null)),"templates"===a&&(0,i.createElement)(ja,null),"version-control"===a&&(0,i.createElement)(i.Fragment,null,(0,i.createElement)(Ua,null),(0,i.createElement)(Ga,null)),"fonts-performance"===a&&(0,i.createElement)(i.Fragment,null,(0,i.createElement)(Rr,null),(0,i.createElement)(Hr,null),(0,i.createElement)(Ir,null)),"block-settings"===a&&(0,i.createElement)(i.Fragment,null,(0,i.createElement)(Yr,null)),"coming-soon"===a&&(0,i.createElement)(i.Fragment,null,(0,i.createElement)(Kr,null)))))):(0,i.createElement)($r,null)},il=function(){const e=new URLSearchParams(Me().search),t=e.get("page"),a=e.get("path"),n=e.get("event");let r=(0,i.createElement)("p",null,"Default route fallback");if(uag_react.home_slug===t)if("getting-started"===n)r=(0,i.createElement)($t,null);else switch(a){case"blocks":r=(0,i.createElement)(La,null);break;case"settings":r=(0,i.createElement)(nl,null);break;default:r=(0,i.createElement)($t,null)}return(0,i.createElement)(i.Fragment,null,r)},rl=function(e){return r.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true"},e),r.createElement("path",{fillRule:"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",clipRule:"evenodd"}))};function ll(){const e=oa(),t=ma((e=>e.settingsSavedNotification));return(0,r.useEffect)((()=>{!0===t&&setTimeout((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!1})}),2e3)}),[t]),(0,i.createElement)(r.Fragment,null,(0,i.createElement)("div",{"aria-live":"assertive",className:"fixed inset-10 z-10 flex items-end px-4 py-6 pointer-events-none sm:p-6 sm:items-start"},(0,i.createElement)("div",{className:"w-full flex flex-col items-center space-y-4 sm:items-end"},(0,i.createElement)(lt,{show:t,as:r.Fragment,enter:"transform ease-out duration-300 transition",enterFrom:"translate-y-2 opacity-0 sm:translate-y-0 sm:translate-x-2",enterTo:"translate-y-0 opacity-100 sm:translate-x-0",leave:"transition ease-in duration-100",leaveFrom:"opacity-100",leaveTo:"opacity-0"},(0,i.createElement)("div",{className:"max-w-sm w-full bg-white shadow-lg rounded-lg pointer-events-auto ring-1 ring-black ring-opacity-5 overflow-hidden"},(0,i.createElement)("div",{className:"p-4"},(0,i.createElement)("div",{className:"flex items-start"},(0,i.createElement)("div",{className:"flex-shrink-0"},(0,i.createElement)(Gt,{className:"h-6 w-6 text-green-400","aria-hidden":"true"})),(0,i.createElement)("div",{className:"ml-3 w-0 flex-1 pt-0.5"},(0,i.createElement)("p",{className:"text-sm font-medium text-gray-900"},(0,We.__)("Successfully saved!","ultimate-addons-for-gutenberg"))),(0,i.createElement)("div",{className:"ml-4 flex-shrink-0 flex"},(0,i.createElement)("button",{className:"bg-white rounded-md inline-flex text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500",onClick:()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:!1})}},(0,i.createElement)("span",{className:"sr-only"},"Close"),(0,i.createElement)(rl,{className:"h-5 w-5","aria-hidden":"true"}))))))))))}function ol(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var sl="function"==typeof Symbol&&Symbol.observable||"@@observable",ul=function(){return Math.random().toString(36).substring(7).split("").join(".")},cl={INIT:"@@redux/INIT"+ul(),REPLACE:"@@redux/REPLACE"+ul(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+ul()}};function ml(e){if("object"!=typeof e||null===e)return!1;for(var t=e;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}const dl=function e(t,a,n){var i;if("function"==typeof a&&"function"==typeof n||"function"==typeof n&&"function"==typeof arguments[3])throw new Error(ol(0));if("function"==typeof a&&void 0===n&&(n=a,a=void 0),void 0!==n){if("function"!=typeof n)throw new Error(ol(1));return n(e)(t,a)}if("function"!=typeof t)throw new Error(ol(2));var r=t,l=a,o=[],s=o,u=!1;function c(){s===o&&(s=o.slice())}function m(){if(u)throw new Error(ol(3));return l}function d(e){if("function"!=typeof e)throw new Error(ol(4));if(u)throw new Error(ol(5));var t=!0;return c(),s.push(e),function(){if(t){if(u)throw new Error(ol(6));t=!1,c();var a=s.indexOf(e);s.splice(a,1),o=null}}}function f(e){if(!ml(e))throw new Error(ol(7));if(void 0===e.type)throw new Error(ol(8));if(u)throw new Error(ol(9));try{u=!0,l=r(l,e)}finally{u=!1}for(var t=o=s,a=0;a<t.length;a++)(0,t[a])();return e}function g(e){if("function"!=typeof e)throw new Error(ol(10));r=e,f({type:cl.REPLACE})}function p(){var e,t=d;return(e={subscribe:function(e){if("object"!=typeof e||null===e)throw new Error(ol(11));function a(){e.next&&e.next(m())}return a(),{unsubscribe:t(a)}}})[sl]=function(){return this},e}return f({type:cl.INIT}),(i={dispatch:f,subscribe:d,getState:m,replaceReducer:g})[sl]=p,i}((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"UPDATE_INITIAL_STATE":return{...t.payload};case"UPDATE_INITIAL_STATE_FLAG":return{...e,initialStateSetFlag:t.payload};case"UPDATE_BLOCKS_ACTIVE_FILTER_TAB":return{...e,activeBlocksFilterTab:t.payload};case"UPDATE_BLOCK_STATUSES":return{...e,blocksStatuses:t.payload};case"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB":return{...e,activeSettingsNavigationTab:t.payload};case"UPDATE_FILE_GENERATION":return{...e,enableFileGeneration:t.payload};case"UPDATE_TEMPLATES_BUTTON":return{...e,enableTemplates:t.payload};case"UPDATE_BETA":return{...e,enableBeta:t.payload};case"UPDATE_ENABLE_SELECTED_FONT_FAMILIES":return{...e,enableSelectedFontFamilies:t.payload};case"UPDATE_SELECTED_FONT_FAMILIES":return{...e,selectedFontFamilies:t.payload};case"UPDATE_ENABLE_LOAD_FONTS_LOCALLY":return{...e,enableLoadFontsLocally:t.payload};case"UPDATE_ENABLE_PRELOAD_LOCAL_FONTS":return{...e,enablePreloadLocalFonts:t.payload};case"UPDATE_ENABLE_COLLAPSE_PANELS":return{...e,enableCollapsePanels:t.payload};case"UPDATE_ENABLE_COPY_PASTE_STYLES":return{...e,enableCopyPasteStyles:t.payload};case"UPDATE_ENABLE_DISPLAY_CONDITIONS":return{...e,enableDisplayConditions:t.payload};case"UPDATE_ENABLE_MASONRY_EXTENSION":return{...e,enableMasonryExtension:t.payload};case"UPDATE_ENABLE_RESPONSIVE_CONDITIONS":return{...e,enableResponsiveConditions:t.payload};case"UPDATE_CONTENT_WIDTH":return{...e,contentWidth:t.payload};case"UPDATE_RECAPTCHA_SITE_KEY_V2":return{...e,siteKeyV2:t.payload};case"UPDATE_RECAPTCHA_SITE_KEY_V3":return{...e,siteKeyV3:t.payload};case"UPDATE_RECAPTCHA_SECRET_KEY_V2":return{...e,secretKeyV2:t.payload};case"UPDATE_RECAPTCHA_SECRET_KEY_V3":return{...e,secretKeyV3:t.payload};case"UPDATE_SETTINGS_SAVED_NOTIFICATION":return{...e,settingsSavedNotification:t.payload};case"UPDATE_ENABLE_COMING_SOON":return{...e,enableComingSoonMode:t.payload};case"UPDATE_COMING_SOON_PAGE":return{...e,comingSoonPage:t.payload};case"UPDATE_BLOCKS_EDITOR_SPACING":return{...e,blocksEditorSpacing:t.payload};case"UPDATE_ENABLE_FONT_AWESOME_5":return{...e,enableFontAwesome5:t.payload};case"UPDATE_ENABLE_AUTO_BLOCK_RECOVERY":return{...e,enableAutoBlockRecovery:t.payload};case"UPDATE_CONTAINER_GLOBAL_PADDING":return{...e,containerGlobalPadding:t.payload};case"UPDATE_CONTAINER_GLOBAL_ELEMENTS_GAP":return{...e,containerGlobalElementsGap:t.payload};default:return e}}),{initialStateSetFlag:!1,activeBlocksFilterTab:"all",activeSettingsNavigationTab:"",blocksStatuses:[],enableFileGeneration:"",enableTemplates:"",enableBeta:"",enableSelectedFontFamilies:"",selectedFontFamilies:"",enableLoadFontsLocally:"",enablePreloadLocalFonts:"",enableCollapsePanels:"",enableCopyPasteStyles:"",enableDisplayConditions:"",enableMasonryExtension:"",enableResponsiveConditions:"",contentWidth:"",siteKeyV2:"",siteKeyV3:"",secretKeyV2:"",secretKeyV3:"",settingsSavedNotification:!1,enableComingSoonMode:"disabled",comingSoonPage:"",blocksEditorSpacing:"",containerGlobalPadding:"",containerGlobalElementsGap:20,enableFontAwesome5:"yes"===uag_react.global_data.uagb_old_user_less_than_2?"enabled":"disabled",enableAutoBlockRecovery:"yes"===uag_react.global_data.uagb_old_user_less_than_2?"enabled":"disabled"},window.__REDUX_DEVTOOLS_EXTENSION__&&window.__REDUX_DEVTOOLS_EXTENSION__());var fl,gl=dl;gl.getState().initialStateSetFlag||(fl=gl,Jt()({path:"/uag/v1/admin/commonsettings/"}).then((e=>{const t={initialStateSetFlag:!0,activeBlocksFilterTab:"all",activeSettingsNavigationTab:"global-settings",settingsSavedNotification:!1,blocksStatuses:e.blocks_activation_and_deactivation,enableFileGeneration:e.enable_file_generation,enableTemplates:e.enable_templates_button,enableBeta:e.enable_beta_updates,enableSelectedFontFamilies:e.load_select_font_globally,selectedFontFamilies:e.select_font_globally,enableLoadFontsLocally:e.load_gfonts_locally,enablePreloadLocalFonts:e.preload_local_fonts,enableCollapsePanels:e.collapse_panels,enableCopyPasteStyles:e.copy_paste,enableDisplayConditions:e.enable_block_condition,enableMasonryExtension:e.enable_masonry_gallery,enableResponsiveConditions:e.enable_block_responsive,contentWidth:e.content_width,siteKeyV2:e.recaptcha_site_key_v2,secretKeyV2:e.recaptcha_secret_key_v2,siteKeyV3:e.recaptcha_site_key_v3,secretKeyV3:e.recaptcha_secret_key_v3,enableComingSoonMode:e.enable_coming_soon_mode,comingSoonPage:e.coming_soon_page,blocksEditorSpacing:e.blocks_editor_spacing,containerGlobalPadding:e.container_global_padding,containerGlobalElementsGap:e.container_global_elements_gap,enableFontAwesome5:e.load_font_awesome_5,enableAutoBlockRecovery:e.auto_block_recovery};fl.dispatch({type:"UPDATE_INITIAL_STATE",payload:t})}))),s().render((0,i.createElement)((function(e){var t=e.store,a=e.context,n=e.children,i=(0,r.useMemo)((function(){var e=ta(t);return e.onStateChange=e.notifyNestedSubs,{store:t,subscription:e}}),[t]),o=(0,r.useMemo)((function(){return t.getState()}),[t]);aa((function(){var e=i.subscription;return e.trySubscribe(),o!==t.getState()&&e.notifyNestedSubs(),function(){e.tryUnsubscribe(),e.onStateChange=null}}),[i,o]);var s=a||qt;return l().createElement(s.Provider,{value:i},n)}),{store:gl},(0,i.createElement)((()=>(0,i.createElement)(Pe,null,(0,i.createElement)(Kt,null),(0,i.createElement)(ll,null),(0,i.createElement)(Te,null,(0,i.createElement)(Ne,{path:"/"},(0,i.createElement)(il,null))))),null)),document.getElementById("uag-dashboard-app"))}()}();
admin-core/inc/admin-helper.php CHANGED
@@ -62,6 +62,7 @@ class Admin_Helper {
62
  'changelog_data' => $changelog_data,
63
  'content_width' => $content_width,
64
  'container_global_padding' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_container_global_padding', 'default' ),
 
65
  'recaptcha_site_key_v2' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_recaptcha_site_key_v2', '' ),
66
  'recaptcha_secret_key_v2' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_recaptcha_secret_key_v2', '' ),
67
  'recaptcha_site_key_v3' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_recaptcha_site_key_v3', '' ),
62
  'changelog_data' => $changelog_data,
63
  'content_width' => $content_width,
64
  'container_global_padding' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_container_global_padding', 'default' ),
65
+ 'container_global_elements_gap' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_container_global_elements_gap', 20 ),
66
  'recaptcha_site_key_v2' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_recaptcha_site_key_v2', '' ),
67
  'recaptcha_secret_key_v2' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_recaptcha_secret_key_v2', '' ),
68
  'recaptcha_site_key_v3' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_recaptcha_site_key_v3', '' ),
assets/css/blocks/columns.css CHANGED
@@ -1 +1 @@
1
- [class*="uagb-columns__columns-"],.uagb-columns__inner-wrap{position:relative;margin-left:auto;margin-right:auto;z-index:2;display:flex;flex-wrap:nowrap}.uagb-columns__wrap{position:relative;margin-left:auto;margin-right:auto}.uagb-columns__wrap .uagb-columns__overlay,.uagb-columns__wrap .uagb-columns__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute}.uagb-columns__wrap .uagb-columns__video-wrap{overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.uagb-columns__wrap .uagb-columns__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}.uagb-columns__wrap .uagb-columns__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr;z-index:1}.uagb-columns__wrap .uagb-columns__shape-top{top:-3px}.uagb-columns__wrap .uagb-columns__shape-bottom{bottom:-3px}.uagb-columns__wrap .uagb-columns__shape[data-negative="false"].uagb-columns__shape-bottom,.uagb-columns__wrap .uagb-columns__shape[data-negative="true"].uagb-columns__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-columns__wrap .uagb-columns__shape.uagb-columns__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-columns__wrap .uagb-columns__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-columns__wrap .uagb-columns__shape .uagb-columns__shape-fill{fill:#333;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-columns__wrap .uagb-columns__shape.uagb-columns__shape-above-content{z-index:9;pointer-events:none}.uagb-columns__valign-center .uagb-column__wrap,.uagb-columns__valign-middle .uagb-column__wrap{display:flex;flex-direction:column;justify-content:center}.uagb-columns__valign-top .uagb-column__wrap{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.uagb-columns__valign-bottom .uagb-column__wrap{display:flex;flex-direction:column;justify-content:flex-end}.uagb-columns__columns-1>.uagb-column__wrap{width:100%}.uagb-columns__columns-2>.uagb-column__wrap{width:50%}.uagb-columns__columns-3>.uagb-column__wrap{width:33.33%}.uagb-columns__columns-4>.uagb-column__wrap{width:25%}.uagb-columns__columns-5>.uagb-column__wrap{width:20%}.uagb-columns__columns-6>.uagb-column__wrap{width:16.66%}.uagb-columns__gap-nogap>.wp-block[data-type="uagb/column"]{padding:0}.uagb-columns__gap-default>.wp-block[data-type="uagb/column"]{padding:10px}.uagb-columns__gap-narrow>.wp-block[data-type="uagb/column"]{padding:5px}.uagb-columns__gap-extended>.wp-block[data-type="uagb/column"]{padding:15px}.uagb-columns__gap-wide>.wp-block[data-type="uagb/column"]{padding:20px}.uagb-columns__gap-wider>.wp-block[data-type="uagb/column"]{padding:30px}@media (max-width: 976px){.uagb-columns__stack-tablet>.uagb-columns__columns-1>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-2>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-3>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-4>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-5>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-6>.uagb-column__wrap{width:100% !important}.uagb-columns__stack-tablet{display:block}.uagb-columns__stack-tablet>.uagb-columns__inner-wrap{display:block}.uagb-columns__stack-tablet.uagb-columns__reverse-tablet{display:flex;flex-direction:column-reverse}.uagb-columns__reverse-tablet{display:flex;flex-direction:row-reverse}}@media (max-width: 767px){.uagb-columns__stack-mobile>.uagb-columns__columns-1>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-2>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-3>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-4>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-5>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-6>.uagb-column__wrap{width:100% !important}.uagb-columns__stack-mobile{display:block}.uagb-columns__stack-mobile>.uagb-columns__inner-wrap{display:block}.uagb-columns__stack-mobile.uagb-columns__reverse-mobile{display:flex;flex-direction:column-reverse}.uagb-columns__reverse-mobile{display:flex;flex-direction:row-reverse}}@media (min-width: 768px) and (max-width: 1024px){.wp-block-uagb-columns.uagb-columns__wrap.uagb-columns__background-image{background-attachment:scroll}}@media (max-width: 449px){.uagb-columns__wrap .uagb-column__wrap.uagb-column__background-image{background-attachment:scroll !important}}
1
+ [class*="uagb-columns__columns-"],.uagb-columns__inner-wrap{position:relative;margin-left:auto;margin-right:auto;z-index:2;display:flex;flex-wrap:nowrap;width:100%}.uagb-columns__wrap{position:relative;margin-left:auto;margin-right:auto}.uagb-columns__wrap .uagb-columns__overlay,.uagb-columns__wrap .uagb-columns__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute}.uagb-columns__wrap .uagb-columns__video-wrap{overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.uagb-columns__wrap .uagb-columns__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}.uagb-columns__wrap .uagb-columns__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr;z-index:1}.uagb-columns__wrap .uagb-columns__shape-top{top:-3px}.uagb-columns__wrap .uagb-columns__shape-bottom{bottom:-3px}.uagb-columns__wrap .uagb-columns__shape[data-negative="false"].uagb-columns__shape-bottom,.uagb-columns__wrap .uagb-columns__shape[data-negative="true"].uagb-columns__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-columns__wrap .uagb-columns__shape.uagb-columns__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-columns__wrap .uagb-columns__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-columns__wrap .uagb-columns__shape .uagb-columns__shape-fill{fill:#333;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-columns__wrap .uagb-columns__shape.uagb-columns__shape-above-content{z-index:9;pointer-events:none}.uagb-columns__valign-center .uagb-column__wrap,.uagb-columns__valign-middle .uagb-column__wrap{display:flex;flex-direction:column;justify-content:center}.uagb-columns__valign-top .uagb-column__wrap{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.uagb-columns__valign-bottom .uagb-column__wrap{display:flex;flex-direction:column;justify-content:flex-end}.uagb-columns__columns-1>.uagb-column__wrap{width:100%}.uagb-columns__columns-2>.uagb-column__wrap{width:50%}.uagb-columns__columns-3>.uagb-column__wrap{width:33.33%}.uagb-columns__columns-4>.uagb-column__wrap{width:25%}.uagb-columns__columns-5>.uagb-column__wrap{width:20%}.uagb-columns__columns-6>.uagb-column__wrap{width:16.66%}.uagb-columns__gap-nogap>.uagb-columns__inner-wrap>.wp-block[data-type="uagb/column"]{padding:0}.uagb-columns__gap-default>.uagb-columns__inner-wrap>.wp-block[data-type="uagb/column"]{padding:10px}.uagb-columns__gap-narrow>.uagb-columns__inner-wrap>.wp-block[data-type="uagb/column"]{padding:5px}.uagb-columns__gap-extended>.uagb-columns__inner-wrap>.wp-block[data-type="uagb/column"]{padding:15px}.uagb-columns__gap-wide>.uagb-columns__inner-wrap>.wp-block[data-type="uagb/column"]{padding:20px}.uagb-columns__gap-wider>.uagb-columns__inner-wrap>.wp-block[data-type="uagb/column"]{padding:30px}@media (max-width: 976px){.uagb-columns__stack-tablet>.uagb-columns__columns-1>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-2>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-3>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-4>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-5>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-6>.uagb-column__wrap{width:100% !important}.uagb-columns__stack-tablet{display:block}.uagb-columns__stack-tablet>.uagb-columns__inner-wrap{display:block}.uagb-columns__stack-tablet.uagb-columns__reverse-tablet{display:flex;flex-direction:column-reverse}.uagb-columns__reverse-tablet{display:flex;flex-direction:row-reverse}}@media (max-width: 767px){.uagb-columns__stack-mobile>.uagb-columns__columns-1>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-2>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-3>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-4>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-5>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-6>.uagb-column__wrap{width:100% !important}.uagb-columns__stack-mobile{display:block}.uagb-columns__stack-mobile>.uagb-columns__inner-wrap{display:block}.uagb-columns__stack-mobile.uagb-columns__reverse-mobile{display:flex;flex-direction:column-reverse}.uagb-columns__reverse-mobile{display:flex;flex-direction:row-reverse}}@media (min-width: 768px) and (max-width: 1024px){.wp-block-uagb-columns.uagb-columns__wrap.uagb-columns__background-image{background-attachment:scroll}}@media (max-width: 449px){.uagb-columns__wrap .uagb-column__wrap.uagb-column__background-image{background-attachment:scroll !important}}
assets/css/blocks/icon-list-child.css CHANGED
@@ -1 +1 @@
1
- .wp-block-uagb-icon-list-child{position:relative}.wp-block-uagb-icon-list-child>a{position:absolute;top:0;left:0;width:100%;height:100%}img.uagb-icon-list__source-image{max-width:unset}.wp-block-uagb-icon-list-child .uagb-icon-list__label{word-break:break-all}
1
+ .wp-block-uagb-icon-list-child{position:relative}.wp-block-uagb-icon-list-child>a{position:absolute;top:0;left:0;width:100%;height:100%}img.uagb-icon-list__source-image{max-width:unset}.wp-block-uagb-icon-list-child .uagb-icon-list__label{word-break:break-word}
assets/css/blocks/post.css CHANGED
@@ -1 +1 @@
1
- .uagb-post-grid{margin:0 auto;position:relative}.uagb-post-grid:not(.is-grid) .uagb-post__inner-wrap{background-clip:content-box !important}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.default{margin:5px 5px 5px 0}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted{background:#444;color:#fff;border-radius:2px;flex-direction:row;align-items:flex-end;padding:6px 8px;line-height:1;margin-right:5px;margin-bottom:20px}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted a{color:#fff}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy a{text-decoration:none;color:inherit}.uagb-post-grid .uagb-post__load-more-wrap{width:100%;position:absolute;bottom:-30px}.uagb-post-grid .uagb-post__load-more-wrap .uagb-post-pagination-button{cursor:pointer}.uagb-post-grid .uagb-post__load-more-wrap a{color:inherit}.uagb-post-grid.is-grid article{float:left;display:inline-block}.uagb-post-grid.uagb-post__items.is-masonry{display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.uagb-post-grid.uagb-post__items.is-carousel{display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.uagb-post-grid.is-grid .uagb-post__inner-wrap{height:100%}.uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap{height:auto}.uagb-post-grid.is-masonry .uagb-post__inner-wrap{height:auto}.uagb-post-grid .uagb-post__inner-wrap>p{display:none}.uagb-post-grid .uagb-post__author span,.uagb-post-grid .uagb-post__comment span,.uagb-post-grid .uagb-post__taxonomy span,.uagb-post-grid .uagb-post__date span{font-size:inherit;line-height:inherit;width:inherit;height:inherit;margin-right:4px;vertical-align:bottom}.uagb-post-grid.uagb-post__columns-8:not(.is-grid) article{width:12.5%}.uagb-post-grid.uagb-post__columns-7:not(.is-grid) article{width:14.28%}.uagb-post-grid.uagb-post__columns-6:not(.is-grid) article{width:16.66%}.uagb-post-grid.uagb-post__columns-5:not(.is-grid) article{width:20%}.uagb-post-grid.uagb-post__columns-4:not(.is-grid) article{width:25%}.uagb-post-grid.uagb-post__columns-3:not(.is-grid) article{width:33.33%}.uagb-post-grid.uagb-post__columns-2:not(.is-grid) article{width:50%}.uagb-post-grid.uagb-post__columns-1:not(.is-grid) article{width:100%}@media only screen and (max-width: 600px){.uagb-post-grid div[class*="columns"].is-grid{grid-template-columns:1fr}}.uagb-post-grid .uagb-post__image img{display:block;width:100%}.uagb-post-grid .uagb-post__title{margin-top:0;margin-bottom:0;word-break:break-word}.uagb-post-grid .uagb-post__title a{color:inherit;box-shadow:none;transition:0.3s ease;text-decoration:none}.uagb-post-grid .uagb-post__title a:hover{text-decoration:none}.uagb-post-grid .uagb-post__title a:focus{text-decoration:none}.uagb-post-grid .uagb-post__title a:active{text-decoration:none}.uagb-post-grid .uagb-post-grid-byline>*{margin-right:10px}.uagb-post-grid .uagb-post-grid-byline,.uagb-post-grid .uagb-post__taxonomy{text-transform:capitalize;font-size:14px;font-weight:500;line-height:23px;text-decoration:none}.uagb-post-grid .uagb-post-grid-byline a,.uagb-post-grid .uagb-post-grid-byline a:focus,.uagb-post-grid .uagb-post-grid-byline a:active{color:inherit;font-size:inherit;text-decoration:none}.uagb-post-grid .uagb-post__title a,.uagb-post-grid .uagb-post__title a:focus,.uagb-post-grid .uagb-post__title a:active{color:inherit;font-size:inherit}.uagb-post-grid .uagb-post__author,.uagb-post-grid .uagb-post__date,.uagb-post-grid .uagb-post__comment{display:inline-block;word-break:break-all}.uagb-post-grid .uagb-post__author:not(:last-child)::after,.uagb-post-grid .uagb-post__date:not(:last-child)::after,.uagb-post-grid .uagb-post__comment:not(:last-child)::after{content:"\B7";vertical-align:middle;align-self:center;margin:0 5px;line-height:1}.uagb-post-grid .uagb-post__comment,.uagb-post-grid .uagb-post__taxonomy{display:inline-block}.uagb-post-grid .uagb-post__author a{box-shadow:none}.uagb-post-grid .uagb-post__author a:hover{color:inherit;box-shadow:0 -1px 0 inset}.uagb-post-grid .uagb-post__excerpt{word-break:break-word}.uagb-post-grid .uagb-post__inner-wrap p:last-of-type{margin-bottom:0}.uagb-post-grid .uagb-post__cta{border:none;display:inline-block;background:none}.uagb-post-grid .uagb-post__excerpt p{color:inherit}.is-grid.uagb-post__items{display:grid}.is-grid.uagb-post__columns-5{grid-template-columns:auto auto auto auto auto}.is-grid.uagb-post__columns-4{grid-template-columns:auto auto auto auto}.is-grid.uagb-post__columns-3{grid-template-columns:auto auto auto}.is-grid.uagb-post__columns-2{grid-template-columns:auto auto}.is-grid.uagb-post__columns-1{grid-template-columns:auto}.is-grid:last-child .uagb-post-pagination-wrap{grid-column:1 / -1}.uagb-post__image-position-background .uagb-post__link-complete-box{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}.uagb-post__image-position-background.uagb-post__image-enabled .uagb-post__text{color:#fff}.uagb-post__image-position-background.uagb-post__image-enabled .uagb-post__text.uagb-post__title a,.uagb-post__image-position-background.uagb-post__image-enabled .uagb-post__text a{color:#fff}.uagb-post__image-position-background .uagb-post__text{opacity:1;position:relative;z-index:10;overflow:hidden}.uagb-post__image-position-background .uagb-post__inner-wrap{position:relative;width:100%}.uagb-post__image-position-background .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted,.uagb-post__image-position-background .uagb-post__inner-wrap .uagb-post__taxonomy.default{position:relative;z-index:999;margin-top:20px}.uagb-post__image-position-background .uagb-post__image img{position:absolute;width:auto;height:auto;min-width:100%;max-width:none;left:50%;top:50%;transform:translate(-50%, -50%);min-height:100%}.uagb-post__image-position-background .uagb-post__image{background-size:cover;background-repeat:no-repeat;background-position:center;overflow:hidden;text-align:center;position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.uagb-post__image-position-background .uagb-post__image::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-color:rgba(255,255,255,0.5)}.uagb-slick-carousel .is-carousel{padding:0}.uagb-post-grid[data-equal-height="yes"] .uagb-post__inner-wrap{display:inline-block;height:100%}.uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:-45px;z-index:1}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:-45px;right:auto}.uagb-post__arrow-outside.uagb-post-grid .slick-next{right:-45px}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next{left:auto;right:-45px}.uagb-post__arrow-inside.uagb-post-grid .slick-prev{left:25px;z-index:1}[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-prev{left:auto;right:25px}.uagb-post__arrow-inside.uagb-post-grid .slick-next{right:25px}[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-next{left:25px;right:auto}.uagb-post-grid.is-grid article,.uagb-post-grid.is-masonry article,.uagb-post-grid.is-carousel article{box-sizing:border-box}@media (max-width: 976px){.uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:15px;z-index:1}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:auto;right:15px}.uagb-post__arrow-outside.uagb-post-grid .slick-next{right:15px}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next{left:15px;right:auto}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-1 article{width:100%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-2 article{width:50%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-3 article{width:33.33%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-4 article{width:25%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-5 article{width:20%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-6 article{width:16.66%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-7 article{width:14.28%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-8 article{width:12.5%}.is-grid.uagb-post__columns-tablet-5{grid-template-columns:auto auto auto auto auto}.is-grid.uagb-post__columns-tablet-4{grid-template-columns:auto auto auto auto}.is-grid.uagb-post__columns-tablet-3{grid-template-columns:auto auto auto}.is-grid.uagb-post__columns-tablet-2{grid-template-columns:auto auto}.is-grid.uagb-post__columns-tablet-1{grid-template-columns:auto}}@media (max-width: 767px){:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-1 article{width:100%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-2 article{width:50%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-3 article{width:33.33%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-4 article{width:25%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-5 article{width:20%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-6 article{width:16.66%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-7 article{width:14.28%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-8 article{width:12.5%}.is-grid.uagb-post__columns-mobile-5{grid-template-columns:auto auto auto auto auto}.is-grid.uagb-post__columns-mobile-4{grid-template-columns:auto auto auto auto}.is-grid.uagb-post__columns-mobile-3{grid-template-columns:auto auto auto}.is-grid.uagb-post__columns-mobile-2{grid-template-columns:auto auto}.is-grid.uagb-post__columns-mobile-1{grid-template-columns:auto}}.entry .entry-content .uagb-post-grid a{text-decoration:none}.uagb-post-pagination-wrap{display:flex;width:100%;flex-wrap:wrap}.uagb-post-pagination-wrap a.page-numbers,.uagb-post-pagination-wrap span.page-numbers.current{padding:5px 10px;margin:0;display:flex;margin-right:4px;margin-bottom:5px}.uagb-post-grid .uagb-post-inf-loader{margin:0 auto;min-height:58px;line-height:58px;width:160px;text-align:center}.uagb-post-grid .uagb-post-inf-loader div{width:18px;height:18px;background-color:#0085ba;-webkit-border-radius:100%;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}
1
+ .uagb-post-grid{margin:0 auto;position:relative}.uagb-post-grid:not(.is-grid) .uagb-post__inner-wrap{background-clip:content-box !important}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.default{margin:5px 5px 5px 0}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted{background:#444;color:#fff;border-radius:2px;flex-direction:row;align-items:flex-end;padding:6px 8px;line-height:1;margin-right:5px;margin-bottom:20px}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted a{color:#fff}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy a{text-decoration:none;color:inherit}.uagb-post-grid .uagb-post__load-more-wrap{width:100%;position:absolute;bottom:-30px}.uagb-post-grid .uagb-post__load-more-wrap .uagb-post-pagination-button{cursor:pointer}.uagb-post-grid .uagb-post__load-more-wrap a{color:inherit}.uagb-post-grid.is-grid article{float:left;display:inline-block}.uagb-post-grid.uagb-post__items.is-masonry{display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.uagb-post-grid.uagb-post__items.is-carousel{display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.uagb-post-grid.is-grid .uagb-post__inner-wrap{height:100%}.uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap{height:auto}.uagb-post-grid.is-masonry .uagb-post__inner-wrap{height:auto}.uagb-post-grid .uagb-post__inner-wrap>p{display:none}.uagb-post-grid .uagb-post__author span,.uagb-post-grid .uagb-post__comment span,.uagb-post-grid .uagb-post__taxonomy span,.uagb-post-grid .uagb-post__date span{font-size:inherit;line-height:inherit;width:inherit;height:inherit;margin-right:4px;vertical-align:bottom}.uagb-post-grid.uagb-post__columns-8:not(.is-grid) article{width:12.5%}.uagb-post-grid.uagb-post__columns-7:not(.is-grid) article{width:14.28%}.uagb-post-grid.uagb-post__columns-6:not(.is-grid) article{width:16.66%}.uagb-post-grid.uagb-post__columns-5:not(.is-grid) article{width:20%}.uagb-post-grid.uagb-post__columns-4:not(.is-grid) article{width:25%}.uagb-post-grid.uagb-post__columns-3:not(.is-grid) article{width:33.33%}.uagb-post-grid.uagb-post__columns-2:not(.is-grid) article{width:50%}.uagb-post-grid.uagb-post__columns-1:not(.is-grid) article{width:100%}@media only screen and (max-width: 600px){.uagb-post-grid div[class*="columns"].is-grid{grid-template-columns:1fr}}.uagb-post-grid .uagb-post__image img{display:block;width:100%}.uagb-post-grid .uagb-post__title{margin-top:0;margin-bottom:0;word-break:break-word}.uagb-post-grid .uagb-post__title a{color:inherit;box-shadow:none;transition:0.3s ease;text-decoration:none}.uagb-post-grid .uagb-post__title a:hover{text-decoration:none}.uagb-post-grid .uagb-post__title a:focus{text-decoration:none}.uagb-post-grid .uagb-post__title a:active{text-decoration:none}.uagb-post-grid .uagb-post-grid-byline>*{margin-right:10px}.uagb-post-grid .uagb-post-grid-byline,.uagb-post-grid .uagb-post__taxonomy{text-transform:capitalize;font-size:14px;font-weight:500;line-height:23px;text-decoration:none}.uagb-post-grid .uagb-post-grid-byline a,.uagb-post-grid .uagb-post-grid-byline a:focus,.uagb-post-grid .uagb-post-grid-byline a:active{color:inherit;font-size:inherit;text-decoration:none}.uagb-post-grid .uagb-post__title a,.uagb-post-grid .uagb-post__title a:focus,.uagb-post-grid .uagb-post__title a:active{color:inherit;font-size:inherit}.uagb-post-grid .uagb-post__author,.uagb-post-grid .uagb-post__date,.uagb-post-grid .uagb-post__comment{display:inline-block;word-break:break-all}.uagb-post-grid .uagb-post__author:not(:last-child)::after,.uagb-post-grid .uagb-post__date:not(:last-child)::after,.uagb-post-grid .uagb-post__comment:not(:last-child)::after{content:"\B7";vertical-align:middle;align-self:center;margin:0 5px;line-height:1}.uagb-post-grid .uagb-post__comment,.uagb-post-grid .uagb-post__taxonomy{display:inline-block}.uagb-post-grid .uagb-post__author a{box-shadow:none}.uagb-post-grid .uagb-post__author a:hover{color:inherit;box-shadow:0 -1px 0 inset}.uagb-post-grid .uagb-post__excerpt{word-break:break-word}.uagb-post-grid .uagb-post__inner-wrap p:last-of-type{margin-bottom:0}.uagb-post-grid .uagb-post__cta{border:none;display:inline-block;background:none}.uagb-post-grid .uagb-post__excerpt p{color:inherit}.is-grid.uagb-post__items{display:grid}.is-grid.uagb-post__columns-5{grid-template-columns:auto auto auto auto auto}.is-grid.uagb-post__columns-4{grid-template-columns:auto auto auto auto}.is-grid.uagb-post__columns-3{grid-template-columns:auto auto auto}.is-grid.uagb-post__columns-2{grid-template-columns:auto auto}.is-grid.uagb-post__columns-1{grid-template-columns:auto}.is-grid:last-child .uagb-post-pagination-wrap{grid-column:1 / -1}.uagb-post__image-position-background .uagb-post__link-complete-box{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}.uagb-post__image-position-background.uagb-post__image-enabled .uagb-post__text{color:#fff}.uagb-post__image-position-background .uagb-post__text{opacity:1;position:relative;z-index:10;overflow:hidden}.uagb-post__image-position-background .uagb-post__inner-wrap{position:relative;width:100%}.uagb-post__image-position-background .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted,.uagb-post__image-position-background .uagb-post__inner-wrap .uagb-post__taxonomy.default{position:relative;z-index:999;margin-top:20px}.uagb-post__image-position-background .uagb-post__image img{position:absolute;width:auto;height:auto;min-width:100%;max-width:none;left:50%;top:50%;transform:translate(-50%, -50%);min-height:100%}.uagb-post__image-position-background .uagb-post__image{background-size:cover;background-repeat:no-repeat;background-position:center;overflow:hidden;text-align:center;position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.uagb-post__image-position-background .uagb-post__image::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-color:rgba(255,255,255,0.5)}.uagb-slick-carousel .is-carousel{padding:0}.uagb-post-grid[data-equal-height="yes"] .uagb-post__inner-wrap{display:inline-block;height:100%}.uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:-45px;z-index:1}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:-45px;right:auto}.uagb-post__arrow-outside.uagb-post-grid .slick-next{right:-45px}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next{left:auto;right:-45px}.uagb-post__arrow-inside.uagb-post-grid .slick-prev{left:25px;z-index:1}[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-prev{left:auto;right:25px}.uagb-post__arrow-inside.uagb-post-grid .slick-next{right:25px}[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-next{left:25px;right:auto}.uagb-post-grid.is-grid article,.uagb-post-grid.is-masonry article,.uagb-post-grid.is-carousel article{box-sizing:border-box}@media (max-width: 976px){.uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:15px;z-index:1}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:auto;right:15px}.uagb-post__arrow-outside.uagb-post-grid .slick-next{right:15px}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next{left:15px;right:auto}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-1 article{width:100%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-2 article{width:50%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-3 article{width:33.33%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-4 article{width:25%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-5 article{width:20%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-6 article{width:16.66%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-7 article{width:14.28%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-8 article{width:12.5%}.is-grid.uagb-post__columns-tablet-5{grid-template-columns:auto auto auto auto auto}.is-grid.uagb-post__columns-tablet-4{grid-template-columns:auto auto auto auto}.is-grid.uagb-post__columns-tablet-3{grid-template-columns:auto auto auto}.is-grid.uagb-post__columns-tablet-2{grid-template-columns:auto auto}.is-grid.uagb-post__columns-tablet-1{grid-template-columns:auto}}@media (max-width: 767px){:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-1 article{width:100%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-2 article{width:50%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-3 article{width:33.33%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-4 article{width:25%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-5 article{width:20%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-6 article{width:16.66%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-7 article{width:14.28%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-8 article{width:12.5%}.is-grid.uagb-post__columns-mobile-5{grid-template-columns:auto auto auto auto auto}.is-grid.uagb-post__columns-mobile-4{grid-template-columns:auto auto auto auto}.is-grid.uagb-post__columns-mobile-3{grid-template-columns:auto auto auto}.is-grid.uagb-post__columns-mobile-2{grid-template-columns:auto auto}.is-grid.uagb-post__columns-mobile-1{grid-template-columns:auto}}.entry .entry-content .uagb-post-grid a{text-decoration:none}.uagb-post-pagination-wrap{display:flex;width:100%;flex-wrap:wrap}.uagb-post-pagination-wrap a.page-numbers,.uagb-post-pagination-wrap span.page-numbers.current{padding:5px 10px;margin:0;display:flex;margin-right:4px;margin-bottom:5px}.uagb-post-grid .uagb-post-inf-loader{margin:0 auto;min-height:58px;line-height:58px;width:160px;text-align:center}.uagb-post-grid .uagb-post-inf-loader div{width:18px;height:18px;background-color:#0085ba;-webkit-border-radius:100%;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}
assets/js/table-of-contents.js CHANGED
@@ -153,16 +153,19 @@ UAGBTableOfContents = { // eslint-disable-line no-undef
153
 
154
  e.preventDefault();
155
 
156
- const hash = e.target.getAttribute( 'href' );
157
- if ( hash !== '' ) {
158
  const node = document.querySelector( '.wp-block-uagb-table-of-contents' ); // eslint-disable-line no-undef
159
 
160
  scrollData = node.getAttribute( 'data-scroll' );
161
  scrollOffset = node.getAttribute( 'data-offset' );
162
  let offset = null;
163
- if ( document?.querySelector( hash ) ) {
 
164
 
165
- offset = document.querySelector( hash )?.getBoundingClientRect().top + window.scrollY;
 
 
166
  }
167
  if ( scrollData ) {
168
  if ( null !== offset ) {
@@ -244,7 +247,9 @@ UAGBTableOfContents = { // eslint-disable-line no-undef
244
  const searchText = divsArr[i].innerText;
245
  for ( let j = 0; j < aTags.length; j++ ) {
246
  if ( aTags[j].textContent === searchText ) {
247
- headerText = aTags[j].setAttribute( 'href' , ' ' );
 
 
248
  }
249
  }
250
  }
153
 
154
  e.preventDefault();
155
 
156
+ let hash = e.target.getAttribute( 'href' );
157
+ if ( hash ) {
158
  const node = document.querySelector( '.wp-block-uagb-table-of-contents' ); // eslint-disable-line no-undef
159
 
160
  scrollData = node.getAttribute( 'data-scroll' );
161
  scrollOffset = node.getAttribute( 'data-offset' );
162
  let offset = null;
163
+
164
+ hash = hash.substring( 1 );
165
 
166
+ if ( document?.querySelector( "[id='" + hash + "']" ) ) {
167
+
168
+ offset = document.querySelector( "[id='" + hash + "']" )?.getBoundingClientRect().top + window.scrollY;
169
  }
170
  if ( scrollData ) {
171
  if ( null !== offset ) {
247
  const searchText = divsArr[i].innerText;
248
  for ( let j = 0; j < aTags.length; j++ ) {
249
  if ( aTags[j].textContent === searchText ) {
250
+ const randomID = '#toc_' + Math.random();
251
+ aTags[j].setAttribute( 'href' , randomID );
252
+ headerText = randomID.substring( 1 );
253
  }
254
  }
255
  }
assets/js/table-of-contents.min.js CHANGED
@@ -1 +1 @@
1
- let scrollData=!0,scrollOffset=30,scrolltoTop=!1,scrollElement=null;UAGBTableOfContents={init(e){null!==document.querySelector(".uagb-toc__list")&&document.querySelector(".uagb-toc__list").addEventListener("click",UAGBTableOfContents._scroll),null!==document.querySelector(".uagb-toc__scroll-top")&&document.querySelector(".uagb-toc__scroll-top").addEventListener("click",UAGBTableOfContents._scrollTop);const t=document.querySelector(e);null!==document.querySelector(".uagb-toc__wrap svg")&&t&&t.querySelector(".uagb-toc__wrap svg")?.addEventListener("click",function(){const e=this.closest(".wp-block-uagb-table-of-contents");e.classList.contains("uagb-toc__collapse")?(e.classList.remove("uagb-toc__collapse"),UAGBTableOfContents._slideDown(t.querySelector(".wp-block-uagb-table-of-contents .uagb-toc__list-wrap"),500)):(e.classList.add("uagb-toc__collapse"),UAGBTableOfContents._slideUp(t.querySelector(".wp-block-uagb-table-of-contents.uagb-toc__collapse .uagb-toc__list-wrap"),500))}),document.addEventListener("scroll",UAGBTableOfContents._showHideScroll)},_slideUp(e,t){e.style.transitionProperty="height, margin, padding",e.style.transitionDuration=t+"ms",e.style.boxSizing="border-box",e.style.height=e.offsetHeight+"px",e.offsetHeight,e.style.overflow="hidden",e.style.height=0,e.style.paddingTop=0,e.style.paddingBottom=0,e.style.marginTop=0,e.style.marginBottom=0,window.setTimeout(()=>{e.style.display="none",e.style.removeProperty("height"),e.style.removeProperty("padding-top"),e.style.removeProperty("padding-bottom"),e.style.removeProperty("margin-top"),e.style.removeProperty("margin-bottom"),e.style.removeProperty("overflow"),e.style.removeProperty("transition-duration"),e.style.removeProperty("transition-property")},t)},_slideDown(e,t){e.style?.removeProperty("display");let o=window?.getComputedStyle(e).display;"none"===o&&(o="block"),e.style.display=o;var l=e.offsetHeight;e.style.overflow="hidden",e.style.height=0,e.style.paddingTop=0,e.style.paddingBottom=0,e.style.marginTop=0,e.style.marginBottom=0,e.offsetHeight,e.style.boxSizing="border-box",e.style.transitionProperty="height, margin, padding",e.style.transitionDuration=t+"ms",e.style.height=l+"px",e.style.removeProperty("padding-top"),e.style.removeProperty("padding-bottom"),e.style.removeProperty("margin-top"),e.style.removeProperty("margin-bottom"),window.setTimeout(()=>{e.style.removeProperty("height"),e.style.removeProperty("overflow"),e.style.removeProperty("transition-duration"),e.style.removeProperty("transition-property")},t)},hyperLinks(){const e=window.location.hash.substring(0);if(""!==e&&!/[^a-z0-9_-]$/.test(e)){var t=encodeURI(e.substring(0));if(null!==document.querySelector(t)){const o=document.querySelector(".wp-block-uagb-table-of-contents");scrollOffset=o.getAttribute("data-offset");t=document.querySelector(e).offsetTop;null!==t&&scroll({top:t-scrollOffset,behavior:"smooth"})}}},_showHideScroll(){null!==(scrollElement=document.querySelector(".uagb-toc__scroll-top"))&&(300<window.scrollY&&scrolltoTop?scrollElement.classList.add("uagb-toc__show-scroll"):scrollElement.classList.remove("uagb-toc__show-scroll"))},_scrollTop(){window.scrollTo({top:0,behavior:"smooth"})},_scroll(t){t.preventDefault();t=t.target.getAttribute("href");if(""!==t){const o=document.querySelector(".wp-block-uagb-table-of-contents");scrollData=o.getAttribute("data-scroll"),scrollOffset=o.getAttribute("data-offset");let e=null;document?.querySelector(t)&&(e=document.querySelector(t)?.getBoundingClientRect().top+window.scrollY),scrollData?null!==e&&scroll({top:e-scrollOffset,behavior:"smooth"}):scroll({top:e,behavior:"auto"})}},_run(e,t){const o=document.querySelector(t),l=(null!==o.querySelector(".uag-toc__collapsible-wrap")&&0<o.querySelector(".uag-toc__collapsible-wrap").length&&o.querySelector(".uagb-toc__title-wrap").classList.add("uagb-toc__is-collapsible"),[]);let r;void 0!==e.mappingHeaders&&(e.mappingHeaders.forEach(function(e,t){!0===e&&l.push("h"+(t+1))}),r=null!==l?l.join(","):"");var s=void 0!==r&&""!==r?document.body.querySelectorAll(r):document.body.querySelectorAll("h1, h2, h3, h4, h5, h6");if(0!==s.length){const u=o.querySelector(".uagb-toc__list-wrap"),n=Array.from(s);for(let e=0;e<n.length;e++){let t=function(e){if(!e)return e;e=e.toString().toLowerCase().replace(/\…+/g,"").replace(/\u2013|\u2014/g,"").replace(/&(amp;)/g,"").replace(/[&]nbsp[;]/gi,"-").replace(/[^a-z0-9 -_]/gi,"").replace(/&(mdash;)/g,"").replace(/\s+/g,"-").replace(/[&\/\\#,^!+()$~%.\[\]'":*?;-_<>{}@‘’”“|]/g,"").replace(/\-\-+/g,"-").replace(/^-+/,"").replace(/-+$/,"");return decodeURI(encodeURIComponent(e))}(n[e].innerText);if(t.length<1){const a=u.getElementsByTagName("a");var p=n[e].innerText;for(let e=0;e<a.length;e++)a[e].textContent===p&&(t=a[e].setAttribute("href"," "))}const c=document.createElement("span");c.id=t,c.className="uag-toc__heading-anchor",n[e].prepend(c)}}scrolltoTop=e.scrollToTop;if(null===(scrollElement=document.querySelector(".uagb-toc__scroll-top"))){const i=document.createElement("div");i.classList.add("uagb-toc__scroll-top"),i.innerHTML='<svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve"><path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/></svg>',document.body.appendChild(i)}null!==scrollElement&&scrollElement.classList.add("uagb-toc__show-scroll"),UAGBTableOfContents._showHideScroll(),UAGBTableOfContents.hyperLinks(),UAGBTableOfContents.init(t)}};
1
+ let scrollData=!0,scrollOffset=30,scrolltoTop=!1,scrollElement=null;UAGBTableOfContents={init(e){null!==document.querySelector(".uagb-toc__list")&&document.querySelector(".uagb-toc__list").addEventListener("click",UAGBTableOfContents._scroll),null!==document.querySelector(".uagb-toc__scroll-top")&&document.querySelector(".uagb-toc__scroll-top").addEventListener("click",UAGBTableOfContents._scrollTop);const t=document.querySelector(e);null!==document.querySelector(".uagb-toc__wrap svg")&&t&&t.querySelector(".uagb-toc__wrap svg")?.addEventListener("click",function(){const e=this.closest(".wp-block-uagb-table-of-contents");e.classList.contains("uagb-toc__collapse")?(e.classList.remove("uagb-toc__collapse"),UAGBTableOfContents._slideDown(t.querySelector(".wp-block-uagb-table-of-contents .uagb-toc__list-wrap"),500)):(e.classList.add("uagb-toc__collapse"),UAGBTableOfContents._slideUp(t.querySelector(".wp-block-uagb-table-of-contents.uagb-toc__collapse .uagb-toc__list-wrap"),500))}),document.addEventListener("scroll",UAGBTableOfContents._showHideScroll)},_slideUp(e,t){e.style.transitionProperty="height, margin, padding",e.style.transitionDuration=t+"ms",e.style.boxSizing="border-box",e.style.height=e.offsetHeight+"px",e.offsetHeight,e.style.overflow="hidden",e.style.height=0,e.style.paddingTop=0,e.style.paddingBottom=0,e.style.marginTop=0,e.style.marginBottom=0,window.setTimeout(()=>{e.style.display="none",e.style.removeProperty("height"),e.style.removeProperty("padding-top"),e.style.removeProperty("padding-bottom"),e.style.removeProperty("margin-top"),e.style.removeProperty("margin-bottom"),e.style.removeProperty("overflow"),e.style.removeProperty("transition-duration"),e.style.removeProperty("transition-property")},t)},_slideDown(e,t){e.style?.removeProperty("display");let o=window?.getComputedStyle(e).display;"none"===o&&(o="block"),e.style.display=o;var l=e.offsetHeight;e.style.overflow="hidden",e.style.height=0,e.style.paddingTop=0,e.style.paddingBottom=0,e.style.marginTop=0,e.style.marginBottom=0,e.offsetHeight,e.style.boxSizing="border-box",e.style.transitionProperty="height, margin, padding",e.style.transitionDuration=t+"ms",e.style.height=l+"px",e.style.removeProperty("padding-top"),e.style.removeProperty("padding-bottom"),e.style.removeProperty("margin-top"),e.style.removeProperty("margin-bottom"),window.setTimeout(()=>{e.style.removeProperty("height"),e.style.removeProperty("overflow"),e.style.removeProperty("transition-duration"),e.style.removeProperty("transition-property")},t)},hyperLinks(){const e=window.location.hash.substring(0);if(""!==e&&!/[^a-z0-9_-]$/.test(e)){var t=encodeURI(e.substring(0));if(null!==document.querySelector(t)){const o=document.querySelector(".wp-block-uagb-table-of-contents");scrollOffset=o.getAttribute("data-offset");t=document.querySelector(e).offsetTop;null!==t&&scroll({top:t-scrollOffset,behavior:"smooth"})}}},_showHideScroll(){null!==(scrollElement=document.querySelector(".uagb-toc__scroll-top"))&&(300<window.scrollY&&scrolltoTop?scrollElement.classList.add("uagb-toc__show-scroll"):scrollElement.classList.remove("uagb-toc__show-scroll"))},_scrollTop(){window.scrollTo({top:0,behavior:"smooth"})},_scroll(e){e.preventDefault();let t=e.target.getAttribute("href");if(t){const o=document.querySelector(".wp-block-uagb-table-of-contents");scrollData=o.getAttribute("data-scroll"),scrollOffset=o.getAttribute("data-offset");let e=null;t=t.substring(1),document?.querySelector("[id='"+t+"']")&&(e=document.querySelector("[id='"+t+"']")?.getBoundingClientRect().top+window.scrollY),scrollData?null!==e&&scroll({top:e-scrollOffset,behavior:"smooth"}):scroll({top:e,behavior:"auto"})}},_run(e,t){const o=document.querySelector(t),l=(null!==o.querySelector(".uag-toc__collapsible-wrap")&&0<o.querySelector(".uag-toc__collapsible-wrap").length&&o.querySelector(".uagb-toc__title-wrap").classList.add("uagb-toc__is-collapsible"),[]);let r;void 0!==e.mappingHeaders&&(e.mappingHeaders.forEach(function(e,t){!0===e&&l.push("h"+(t+1))}),r=null!==l?l.join(","):"");var p=void 0!==r&&""!==r?document.body.querySelectorAll(r):document.body.querySelectorAll("h1, h2, h3, h4, h5, h6");if(0!==p.length){const d=o.querySelector(".uagb-toc__list-wrap"),s=Array.from(p);for(let e=0;e<s.length;e++){let t=function(e){if(!e)return e;e=e.toString().toLowerCase().replace(/\…+/g,"").replace(/\u2013|\u2014/g,"").replace(/&(amp;)/g,"").replace(/[&]nbsp[;]/gi,"-").replace(/[^a-z0-9 -_]/gi,"").replace(/&(mdash;)/g,"").replace(/\s+/g,"-").replace(/[&\/\\#,^!+()$~%.\[\]'":*?;-_<>{}@‘’”“|]/g,"").replace(/\-\-+/g,"-").replace(/^-+/,"").replace(/-+$/,"");return decodeURI(encodeURIComponent(e))}(s[e].innerText);if(t.length<1){const c=d.getElementsByTagName("a");var u=s[e].innerText;for(let e=0;e<c.length;e++)if(c[e].textContent===u){const a="#toc_"+Math.random();c[e].setAttribute("href",a),t=a.substring(1)}}const n=document.createElement("span");n.id=t,n.className="uag-toc__heading-anchor",s[e].prepend(n)}}scrolltoTop=e.scrollToTop;if(null===(scrollElement=document.querySelector(".uagb-toc__scroll-top"))){const i=document.createElement("div");i.classList.add("uagb-toc__scroll-top"),i.innerHTML='<svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve"><path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/></svg>',document.body.appendChild(i)}null!==scrollElement&&scrollElement.classList.add("uagb-toc__show-scroll"),UAGBTableOfContents._showHideScroll(),UAGBTableOfContents.hyperLinks(),UAGBTableOfContents.init(t)}};
blocks-config/post/class-uagb-post.php CHANGED
@@ -808,6 +808,18 @@ if ( ! class_exists( 'UAGB_Post' ) ) {
808
  'paddingLeftMobile' => array(
809
  'type' => 'number',
810
  ),
 
 
 
 
 
 
 
 
 
 
 
 
811
  'paddingBtnTop' => array(
812
  'type' => 'number',
813
  ),
808
  'paddingLeftMobile' => array(
809
  'type' => 'number',
810
  ),
811
+ 'paddingTopTablet' => array(
812
+ 'type' => 'number',
813
+ ),
814
+ 'paddingBottomTablet' => array(
815
+ 'type' => 'number',
816
+ ),
817
+ 'paddingRightTablet' => array(
818
+ 'type' => 'number',
819
+ ),
820
+ 'paddingLeftTablet' => array(
821
+ 'type' => 'number',
822
+ ),
823
  'paddingBtnTop' => array(
824
  'type' => 'number',
825
  ),
classes/class-uagb-block-helper.php CHANGED
@@ -505,9 +505,9 @@ if ( ! class_exists( 'UAGB_Block_Helper' ) ) {
505
  $overall_border_css
506
  ),
507
  '.is-grid .uagb-post__inner-wrap .uagb-post__image:first-child' => array(
508
- 'padding-left' => UAGB_Helper::get_css_value( - $paddingLeft, $attr['contentPaddingUnit'] ),
509
- 'padding-right' => UAGB_Helper::get_css_value( - $paddingRight, $attr['contentPaddingUnit'] ),
510
- 'padding-top' => UAGB_Helper::get_css_value( - $paddingTop, $attr['contentPaddingUnit'] ),
511
  ),
512
  ':not(.is-grid) .uagb-post__inner-wrap .uagb-post__text:last-child' => array(
513
  'margin-bottom' => UAGB_Helper::get_css_value( $paddingBottom, $attr['contentPaddingUnit'] ),
@@ -707,6 +707,11 @@ if ( ! class_exists( 'UAGB_Block_Helper' ) ) {
707
  'margin-right' => UAGB_Helper::get_css_value( (int) ( -$rowGapMobile / 2 ), $attr['rowGapUnit'] ),
708
  'margin-left' => UAGB_Helper::get_css_value( (int) ( -$rowGapMobile / 2 ), $attr['rowGapUnit'] ),
709
  ),
 
 
 
 
 
710
  );
711
 
712
  return $m_selector;
@@ -726,6 +731,11 @@ if ( ! class_exists( 'UAGB_Block_Helper' ) ) {
726
  $border_css_tablet = self::uag_generate_border_css( $attr, 'btn', 'tablet' );
727
  $overall_border_css_tablet = self::uag_generate_border_css( $attr, 'overall', 'tablet' );
728
 
 
 
 
 
 
729
  $paddingBtnTopTablet = isset( $attr['paddingBtnTopTablet'] ) ? $attr['paddingBtnTopTablet'] : $attr['btnVPadding'];
730
  $paddingBtnBottomTablet = isset( $attr['paddingBtnBottomTablet'] ) ? $attr['paddingBtnBottomTablet'] : $attr['btnVPadding'];
731
  $paddingBtnLeftTablet = isset( $attr['paddingBtnLeftTablet'] ) ? $attr['paddingBtnLeftTablet'] : $attr['btnHPadding'];
@@ -758,10 +768,10 @@ if ( ! class_exists( 'UAGB_Block_Helper' ) ) {
758
  ),
759
  ' .uagb-post__inner-wrap' => array_merge(
760
  array(
761
- 'padding-top' => UAGB_Helper::get_css_value( $attr['paddingTopTablet'], $attr['tabletPaddingUnit'] ),
762
- 'padding-bottom' => UAGB_Helper::get_css_value( $attr['paddingBottomTablet'], $attr['tabletPaddingUnit'] ),
763
- 'padding-left' => UAGB_Helper::get_css_value( $attr['paddingLeftTablet'], $attr['tabletPaddingUnit'] ),
764
- 'padding-right' => UAGB_Helper::get_css_value( $attr['paddingRightTablet'], $attr['tabletPaddingUnit'] ),
765
  ),
766
  $overall_border_css_tablet
767
  ),
@@ -787,6 +797,11 @@ if ( ! class_exists( 'UAGB_Block_Helper' ) ) {
787
  'margin-right' => UAGB_Helper::get_css_value( (int) ( -$rowGapTablet / 2 ), $attr['rowGapUnit'] ),
788
  'margin-left' => UAGB_Helper::get_css_value( (int) ( -$rowGapTablet / 2 ), $attr['rowGapUnit'] ),
789
  ),
 
 
 
 
 
790
  );
791
 
792
  return $t_selector;
@@ -1583,7 +1598,7 @@ if ( ! class_exists( 'UAGB_Block_Helper' ) ) {
1583
  if ( $border_style ) {
1584
  $gen_border_css['border-style'] = $border_style;
1585
  }
1586
- return wp_parse_args( $current_css, $gen_border_css );
1587
  }
1588
 
1589
  /**
505
  $overall_border_css
506
  ),
507
  '.is-grid .uagb-post__inner-wrap .uagb-post__image:first-child' => array(
508
+ 'margin-left' => UAGB_Helper::get_css_value( - $paddingLeft, $attr['contentPaddingUnit'] ),
509
+ 'margin-right' => UAGB_Helper::get_css_value( - $paddingRight, $attr['contentPaddingUnit'] ),
510
+ 'margin-top' => UAGB_Helper::get_css_value( - $paddingTop, $attr['contentPaddingUnit'] ),
511
  ),
512
  ':not(.is-grid) .uagb-post__inner-wrap .uagb-post__text:last-child' => array(
513
  'margin-bottom' => UAGB_Helper::get_css_value( $paddingBottom, $attr['contentPaddingUnit'] ),
707
  'margin-right' => UAGB_Helper::get_css_value( (int) ( -$rowGapMobile / 2 ), $attr['rowGapUnit'] ),
708
  'margin-left' => UAGB_Helper::get_css_value( (int) ( -$rowGapMobile / 2 ), $attr['rowGapUnit'] ),
709
  ),
710
+ '.is-grid .uagb-post__inner-wrap .uagb-post__image:first-child' => array(
711
+ 'margin-left' => UAGB_Helper::get_css_value( - (int) ( $paddingLeftMobile ), $attr['mobilePaddingBtnUnit'] ),
712
+ 'margin-right' => UAGB_Helper::get_css_value( - (int) ( $paddingRightMobile ), $attr['mobilePaddingBtnUnit'] ),
713
+ 'margin-top' => UAGB_Helper::get_css_value( - (int) ( $paddingTopMobile ), $attr['mobilePaddingBtnUnit'] ),
714
+ ),
715
  );
716
 
717
  return $m_selector;
731
  $border_css_tablet = self::uag_generate_border_css( $attr, 'btn', 'tablet' );
732
  $overall_border_css_tablet = self::uag_generate_border_css( $attr, 'overall', 'tablet' );
733
 
734
+ $paddingTopTablet = isset( $attr['paddingTopTablet'] ) ? $attr['paddingTopTablet'] : $attr['contentPadding'];
735
+ $paddingBottomTablet = isset( $attr['paddingBottomTablet'] ) ? $attr['paddingBottomTablet'] : $attr['contentPadding'];
736
+ $paddingLeftTablet = isset( $attr['paddingLeftTablet'] ) ? $attr['paddingLeftTablet'] : $attr['contentPadding'];
737
+ $paddingRightTablet = isset( $attr['paddingRightTablet'] ) ? $attr['paddingRightTablet'] : $attr['contentPadding'];
738
+
739
  $paddingBtnTopTablet = isset( $attr['paddingBtnTopTablet'] ) ? $attr['paddingBtnTopTablet'] : $attr['btnVPadding'];
740
  $paddingBtnBottomTablet = isset( $attr['paddingBtnBottomTablet'] ) ? $attr['paddingBtnBottomTablet'] : $attr['btnVPadding'];
741
  $paddingBtnLeftTablet = isset( $attr['paddingBtnLeftTablet'] ) ? $attr['paddingBtnLeftTablet'] : $attr['btnHPadding'];
768
  ),
769
  ' .uagb-post__inner-wrap' => array_merge(
770
  array(
771
+ 'padding-top' => UAGB_Helper::get_css_value( $paddingTopTablet, $attr['tabletPaddingUnit'] ),
772
+ 'padding-bottom' => UAGB_Helper::get_css_value( $paddingBottomTablet, $attr['tabletPaddingUnit'] ),
773
+ 'padding-left' => UAGB_Helper::get_css_value( $paddingLeftTablet, $attr['tabletPaddingUnit'] ),
774
+ 'padding-right' => UAGB_Helper::get_css_value( $paddingRightTablet, $attr['tabletPaddingUnit'] ),
775
  ),
776
  $overall_border_css_tablet
777
  ),
797
  'margin-right' => UAGB_Helper::get_css_value( (int) ( -$rowGapTablet / 2 ), $attr['rowGapUnit'] ),
798
  'margin-left' => UAGB_Helper::get_css_value( (int) ( -$rowGapTablet / 2 ), $attr['rowGapUnit'] ),
799
  ),
800
+ '.is-grid .uagb-post__inner-wrap .uagb-post__image:first-child' => array(
801
+ 'margin-left' => UAGB_Helper::get_css_value( - (int) ( $paddingLeftTablet ), $attr['tabletPaddingUnit'] ),
802
+ 'margin-right' => UAGB_Helper::get_css_value( - (int) ( $paddingRightTablet ), $attr['tabletPaddingUnit'] ),
803
+ 'margin-top' => UAGB_Helper::get_css_value( - (int) ( $paddingTopTablet ), $attr['tabletPaddingUnit'] ),
804
+ ),
805
  );
806
 
807
  return $t_selector;
1598
  if ( $border_style ) {
1599
  $gen_border_css['border-style'] = $border_style;
1600
  }
1601
+ return wp_parse_args( $gen_border_css, $current_css );
1602
  }
1603
 
1604
  /**
classes/class-uagb-init-blocks.php CHANGED
@@ -562,6 +562,8 @@ class UAGB_Init_Blocks {
562
  $container_padding = 10;
563
  }
564
 
 
 
565
  wp_localize_script(
566
  'uagb-block-editor-js',
567
  'uagb_blocks_info',
@@ -595,6 +597,7 @@ class UAGB_Init_Blocks {
595
  'copy_paste' => UAGB_Admin_Helper::get_admin_settings_option( 'uag_copy_paste', 'enabled' ),
596
  'content_width' => $content_width,
597
  'container_global_padding' => $container_padding,
 
598
  'recaptcha_site_key_v2' => UAGB_Admin_Helper::get_admin_settings_option( 'uag_recaptcha_site_key_v2', '' ),
599
  'recaptcha_site_key_v3' => UAGB_Admin_Helper::get_admin_settings_option( 'uag_recaptcha_site_key_v3', '' ),
600
  'recaptcha_secret_key_v2' => UAGB_Admin_Helper::get_admin_settings_option( 'uag_recaptcha_secret_key_v2', '' ),
562
  $container_padding = 10;
563
  }
564
 
565
+ $container_elements_gap = UAGB_Admin_Helper::get_admin_settings_option( 'uag_container_global_elements_gap', 20 );
566
+
567
  wp_localize_script(
568
  'uagb-block-editor-js',
569
  'uagb_blocks_info',
597
  'copy_paste' => UAGB_Admin_Helper::get_admin_settings_option( 'uag_copy_paste', 'enabled' ),
598
  'content_width' => $content_width,
599
  'container_global_padding' => $container_padding,
600
+ 'container_elements_gap' => $container_elements_gap,
601
  'recaptcha_site_key_v2' => UAGB_Admin_Helper::get_admin_settings_option( 'uag_recaptcha_site_key_v2', '' ),
602
  'recaptcha_site_key_v3' => UAGB_Admin_Helper::get_admin_settings_option( 'uag_recaptcha_site_key_v3', '' ),
603
  'recaptcha_secret_key_v2' => UAGB_Admin_Helper::get_admin_settings_option( 'uag_recaptcha_secret_key_v2', '' ),
classes/class-uagb-loader.php CHANGED
@@ -75,7 +75,7 @@ if ( ! class_exists( 'UAGB_Loader' ) ) {
75
  define( 'UAGB_BASE', plugin_basename( UAGB_FILE ) );
76
  define( 'UAGB_DIR', plugin_dir_path( UAGB_FILE ) );
77
  define( 'UAGB_URL', plugins_url( '/', UAGB_FILE ) );
78
- define( 'UAGB_VER', '2.0.2' );
79
  define( 'UAGB_MODULES_DIR', UAGB_DIR . 'modules/' );
80
  define( 'UAGB_MODULES_URL', UAGB_URL . 'modules/' );
81
  define( 'UAGB_SLUG', 'spectra' );
75
  define( 'UAGB_BASE', plugin_basename( UAGB_FILE ) );
76
  define( 'UAGB_DIR', plugin_dir_path( UAGB_FILE ) );
77
  define( 'UAGB_URL', plugins_url( '/', UAGB_FILE ) );
78
+ define( 'UAGB_VER', '2.0.3' );
79
  define( 'UAGB_MODULES_DIR', UAGB_DIR . 'modules/' );
80
  define( 'UAGB_MODULES_URL', UAGB_URL . 'modules/' );
81
  define( 'UAGB_SLUG', 'spectra' );
dist/blocks.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keyboard-shortcuts', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-url'), 'version' => '775908cc966c69a576f355a046fdb587');
1
+ <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keyboard-shortcuts', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-url'), 'version' => '98a7ced71123aac5e8208e64e8afb346');
dist/blocks.js CHANGED
@@ -12,6 +12,6 @@ Object(g.__)("%s units","ultimate-addons-for-gutenberg"),e.name),onClick:()=>{re
12
  /* translators: abbreviation for units */
13
  Object(l.__)("%s units","ultimate-addons-for-gutenberg"),t.name),key:t.name},y.a.createElement(o.Button,{key:t.unitValue,className:"uagb-number-control__units--"+t.name,isSmall:!0,isPrimary:e.unit.value===t.unitValue,isSecondary:e.unit.value!==t.unitValue,"aria-pressed":e.unit.value===t.unitValue,"aria-label":Object(l.sprintf)(
14
  /* translators: abbreviation for units */
15
- Object(l.__)("%s units","ultimate-addons-for-gutenberg"),t.name),onClick:()=>b(t.unitValue)},t.unitValue)))),a})(p)))),y.a.createElement("div",{className:"uagb-number-control__mobile-controls"},y.a.createElement(n.a,{label:e.label,responsive:e.responsive}),y.a.createElement(o.__experimentalNumberControl,{labelPosition:"edge",disabled:e.disabled,isShiftStepEnabled:i,max:r,min:s,onChange:u,value:c,step:(null==e?void 0:e.step)||1})),e.help&&y.a.createElement("p",{className:"uag-control-help-notice"},e.help))};h.defaultProps={label:Object(l.__)("Margin","ultimate-addons-for-gutenberg"),className:"",allowReset:!0,isShiftStepEnabled:!0,max:1/0,min:-1/0,resetFallbackValue:"",placeholder:null,unit:["px","em"],displayUnit:!0,responsive:!1},t.a=h},function(e,t,a){"use strict";var i=a(1),o=a(17),n=a(27),l=a(59),r=a(37),s=a(0),c=a.n(s),p=a(20),u=a.n(p);const b={prefix:u.a.string,borderStyleLabel:u.a.string,borderWidthLabel:u.a.string,borderRadiusLabel:u.a.string,borderColorLabel:u.a.string},g={borderStyleLabel:Object(i.__)("Style","ultimate-addons-for-gutenberg"),borderWidthLabel:Object(i.__)("Width","ultimate-addons-for-gutenberg"),borderRadiusLabel:Object(i.__)("Radius","ultimate-addons-for-gutenberg"),borderColorLabel:Object(i.__)("Color","ultimate-addons-for-gutenberg"),borderHoverColorLabel:Object(i.__)("Hover Color","ultimate-addons-for-gutenberg")},d=e=>{const{attributes:t,setAttributes:a,disabledBorderTitle:s,disableBottomSeparator:p=!1,deviceType:u,prefix:b,borderStyleLabel:g,borderWidthLabel:d,borderRadiusLabel:y,borderColorLabel:m,borderHoverColorLabel:f,showWidth:h,label:_=Object(i.__)("Border","ultimate-addons-for-gutenberg"),normalTabLabel:v=Object(i.__)("Normal","ultimate-addons-for-gutenberg"),hoverTabLabel:T=Object(i.__)("Hover","ultimate-addons-for-gutenberg"),borderRadiusHelp:C}=e,w=[{name:"normal",title:v}];w.push({name:"hover",title:T});const P=t[b+"BorderStyle"],k=c.a.createElement(o.a,{label:m,colorValue:t[b+"BorderColor"]?t[b+"BorderColor"]:"",data:{value:t[b+"BorderColor"],label:b+"BorderColor"},setAttributes:a}),x=c.a.createElement(o.a,{label:f,colorValue:t[b+"BorderHColor"]?t[b+"BorderHColor"]:"",data:{value:t[b+"BorderHColor"],label:b+"BorderHColor"},setAttributes:a});return c.a.createElement(c.a.Fragment,null,!s&&c.a.createElement("h2",null,_),c.a.createElement(n.a,{label:g,data:{value:P,label:b+"BorderStyle"},setAttributes:a,options:[{value:"none",label:Object(i.__)("None","ultimate-addons-for-gutenberg")},{value:"solid",label:Object(i.__)("Solid","ultimate-addons-for-gutenberg")},{value:"dotted",label:Object(i.__)("Dotted","ultimate-addons-for-gutenberg")},{value:"dashed",label:Object(i.__)("Dashed","ultimate-addons-for-gutenberg")},{value:"double",label:Object(i.__)("Double","ultimate-addons-for-gutenberg")},{value:"groove",label:Object(i.__)("Groove","ultimate-addons-for-gutenberg")},{value:"inset",label:Object(i.__)("Inset","ultimate-addons-for-gutenberg")},{value:"outset",label:Object(i.__)("Outset","ultimate-addons-for-gutenberg")},{value:"ridge",label:Object(i.__)("Ridge","ultimate-addons-for-gutenberg")}]}),void 0!==P&&"none"!==P&&!1!==h&&c.a.createElement(r.a,{label:d,valueTop:{value:t[b+"BorderTopWidth"],label:b+"BorderTopWidth"},valueRight:{value:t[b+"BorderRightWidth"],label:b+"BorderRightWidth"},valueBottom:{value:t[b+"BorderBottomWidth"],label:b+"BorderBottomWidth"},valueLeft:{value:t[b+"BorderLeftWidth"],label:b+"BorderLeftWidth"},valueTopTablet:{value:t[b+"BorderTopWidthTablet"],label:b+"BorderTopWidthTablet"},valueRightTablet:{value:t[b+"BorderRightWidthTablet"],label:b+"BorderRightWidthTablet"},valueBottomTablet:{value:t[b+"BorderBottomWidthTablet"],label:b+"BorderBottomWidthTablet"},valueLeftTablet:{value:t[b+"BorderLeftWidthTablet"],label:b+"BorderLeftWidthTablet"},valueTopMobile:{value:t[b+"BorderTopWidthMobile"],label:b+"BorderTopWidthMobile"},valueRightMobile:{value:t[b+"BorderRightWidthMobile"],label:b+"BorderRightWidthMobile"},valueBottomMobile:{value:t[b+"BorderBottomWidthMobile"],label:b+"BorderBottomWidthMobile"},valueLeftMobile:{value:t[b+"BorderLeftWidthMobile"],label:b+"BorderLeftWidthMobile"},disableUnits:!0,deviceType:u,attributes:t,setAttributes:a,link:{value:t[b+"BorderLink"],label:b+"BorderLink"}}),c.a.createElement(r.a,{label:y,valueTop:{value:t[b+"BorderTopLeftRadius"],label:b+"BorderTopLeftRadius"},valueRight:{value:t[b+"BorderTopRightRadius"],label:b+"BorderTopRightRadius"},valueBottom:{value:t[b+"BorderBottomRightRadius"],label:b+"BorderBottomRightRadius"},valueLeft:{value:t[b+"BorderBottomLeftRadius"],label:b+"BorderBottomLeftRadius"},valueTopTablet:{value:t[b+"BorderTopLeftRadiusTablet"],label:b+"BorderTopLeftRadiusTablet"},valueRightTablet:{value:t[b+"BorderTopRightRadiusTablet"],label:b+"BorderTopRightRadiusTablet"},valueBottomTablet:{value:t[b+"BorderBottomRightRadiusTablet"],label:b+"BorderBottomRightRadiusTablet"},valueLeftTablet:{value:t[b+"BorderBottomLeftRadiusTablet"],label:b+"BorderBottomLeftRadiusTablet"},valueTopMobile:{value:t[b+"BorderTopLeftRadiusMobile"],label:b+"BorderTopLeftRadiusMobile"},valueRightMobile:{value:t[b+"BorderTopRightRadiusMobile"],label:b+"BorderTopRightRadiusMobile"},valueBottomMobile:{value:t[b+"BorderBottomRightRadiusMobile"],label:b+"BorderBottomRightRadiusMobile"},valueLeftMobile:{value:t[b+"BorderBottomLeftRadiusMobile"],label:b+"BorderBottomLeftRadiusMobile"},units:[{name:Object(i.__)("Pixel","ultimate-addons-for-gutenberg"),unitValue:"px"},{name:Object(i.__)("%","ultimate-addons-for-gutenberg"),unitValue:"%"}],unit:{value:t[b+"BorderRadiusUnit"],label:b+"BorderRadiusUnit"},mUnit:{value:t[b+"BorderRadiusUnitMobile"],label:b+"BorderRadiusUnitMobile"},tUnit:{value:t[b+"BorderRadiusUnitTablet"],label:b+"BorderRadiusUnitTablet"},deviceType:u,attributes:t,setAttributes:a,link:{value:t[b+"BorderRadiusLink"],label:b+"BorderRadiusLink"},help:C||!1}),"none"!==P&&c.a.createElement(l.a,{tabs:w,normal:k,hover:x,active:"",disableBottomSeparator:p}))};t.a=d,d.propTypes=b,d.defaultProps=g},function(e,t,a){"use strict";var i,o=a(7),n=a(1),l=a(2),r=a(14),s=a.n(r),c=a(119),p=0,u={injectType:"lazySingletonStyleTag",attributes:{id:"uagb-editor-styles"},insert:"head",singleton:!0},b={};b.locals=c.a.locals||{},b.use=function(){return p++||(i=s()(c.a,u)),b},b.unuse=function(){p>0&&!--p&&(i(),i=null)};var g=b,d=a(0),y=a.n(d),m=a(9),f=a(4),h=a.n(f),_=a(41);const v=e=>{Object(d.useLayoutEffect)(()=>(g.use(),()=>{g.unuse()}),[]);const{setAttributes:t,presets:a,presetInputType:i,label:n,className:r}=e,s=[];a&&a.map(e=>{if(null!=e&&e.attributes)for(const t of null==e?void 0:e.attributes)s.includes(null==t?void 0:t.label)||s.push(null==t?void 0:t.label);return e});const[c,p]=Object(l.useState)(""),u=e=>{p(e),a&&a.map(i=>{var o,n;return i.value&&("default"!==e&&"default"===i.value&&i.attributes&&i.attributes.map(e=>(t({[e.label]:e.value}),e)),i.value&&i.value===e&&i.attributes&&(null===(o=a[1])||void 0===o||null===(n=o.defaultPresetAttributes)||void 0===n||n.map(e=>{var i,o;return t({[e.label]:null===(i=a[0])||void 0===i||null===(o=i.defaultAttributes[e.label])||void 0===o?void 0:o.default}),e}),i.attributes.map(e=>(t({[e.label]:e.value}),e)),i.childAttributes&&b(i))),i})},b=e=>{const{getSelectedBlock:t}=Object(m.select)("core/block-editor");let a=[];t().innerBlocks&&(a=t().innerBlocks);const i=[];a.map(e=>(e.clientId&&i.push(e.clientId),e));const o={};e.childAttributes.map(e=>(o[e.label]=e.value,e)),i.map(e=>(Object(m.dispatch)("core/block-editor").updateBlockAttributes(e,o),e))},f=a.map(e=>{if(!e.value)return"";const t=e.value,a=c===t;return y.a.createElement(y.a.Fragment,null,y.a.createElement("input",{key:t,className:"uag-presets-radio-input",type:"radio",value:t,checked:a,onChange:()=>u(t),onClick:()=>u(t)}),y.a.createElement("label",{htmlFor:t,className:"uag-presets-radio-input-label",dangerouslySetInnerHTML:{__html:e.icon},onClick:()=>u(t)}))}),v=y.a.createElement(o.SelectControl,{className:"uagb-presets-dropdown",onChange:u,options:a,label:n}),T=y.a.createElement(y.a.Fragment,null,y.a.createElement("div",{className:"uagb-presets-radio-image-wrap"},f));return y.a.createElement("div",{className:h()(r,"uagb-presets-main-wrap","components-base-control")},y.a.createElement("div",{className:"uagb-presets-label-reset-wrap"},y.a.createElement("label",{htmlFor:"uag-presets-label",className:"uag-presets-label"},n),y.a.createElement(_.a,{attributeNames:s,setAttributes:t,onReset:()=>{p(""),(()=>{const{getSelectedBlock:e}=Object(m.select)("core/block-editor");let t=[];e().innerBlocks&&(t=e().innerBlocks);const i=[];t.map(e=>(e.clientId&&i.push(e.clientId),e));const o={};a.map(e=>(null!=e&&e.childAttributes&&(null==e||e.childAttributes.map(e=>{var t,i,n,l;return null!==(t=a[1])&&void 0!==t&&t.defaultChildAttributes&&null!==(i=a[1])&&void 0!==i&&i.defaultChildAttributes[e.label]&&void 0!==(null===(n=a[1])||void 0===n?void 0:n.defaultChildAttributes[e.label].default)&&(o[e.label]=null===(l=a[1])||void 0===l?void 0:l.defaultChildAttributes[e.label].default),e})),e)),i.map(e=>(Object(m.dispatch)("core/block-editor").updateBlockAttributes(e,o),e))})()}})),"dropdown"===i&&v,"radioImage"===i&&T)};v.defaultProps={presetInputType:"dropdown",label:Object(n.__)("Select Preset","ultimate-addons-for-gutenberg")},t.a=y.a.memo(v)},function(e,t){e.exports=window.ReactDOM},function(e,t,a){"use strict";var i=a(1),o=a(12);const n=Object(o.a)("btn"),l={blockName:{type:"string",default:"post-carousel"},pauseOnHover:{type:"boolean",default:!0},enableOffset:{type:"boolean",default:!1},infiniteLoop:{type:"boolean",default:!0},transitionSpeed:{type:"number",default:500},arrowDots:{type:"string",default:"arrows_dots"},autoplay:{type:"boolean",default:!0},autoplaySpeed:{type:"number",default:2e3},arrowSize:{type:"number",default:24,UAGCopyPaste:{styleType:"arrow-size"}},arrowBorderSize:{type:"number",default:0,UAGCopyPaste:{styleType:"arrow-border-size"}},arrowBorderRadius:{type:"number",default:0,UAGCopyPaste:{styleType:"arrow-border-radius"}},arrowDistance:{type:"number",UAGCopyPaste:{styleType:"arrow-distance"}},arrowDistanceTablet:{type:"number",UAGCopyPaste:{styleType:"arrow-distance-tablet"}},arrowDistanceMobile:{type:"number",UAGCopyPaste:{styleType:"arrow-distance-mobile"}},arrowColor:{type:"string",default:"#000",UAGCopyPaste:{styleType:"arrow-color"}},equalHeight:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"post-equal-height"}},layoutConfig:{type:"array",default:["uagb/post-image","uagb/post-taxonomy","uagb/post-title","uagb/post-meta","uagb/post-excerpt","uagb/post-button"]},post_type:{type:"string",default:"carousel"},inheritFromTheme:{type:"boolean",default:!0},block_id:{type:"string",default:"not_set"},categories:{type:"string"},postType:{type:"string",default:"post"},postDisplaytext:{type:"string",default:"No post found!"},taxonomyType:{type:"string",default:"category"},postsToShow:{type:"number",default:6},displayPostDate:{type:"boolean",default:!0},displayPostExcerpt:{type:"boolean",default:!0},excerptLength:{type:"number",default:15},displayPostAuthor:{type:"boolean",default:!1},displayPostTitle:{type:"boolean",default:!0},displayPostComment:{type:"boolean",default:!0},displayPostTaxonomy:{type:"boolean",default:!1},displayPostImage:{type:"boolean",default:!0},imgSize:{type:"string",default:"large",UAGCopyPaste:{styleType:"image-size"}},imgPosition:{type:"string",default:"top",UAGCopyPaste:{styleType:"image-position"}},linkBox:{type:"boolean"},bgOverlayColor:{type:"string",default:"#ffffff",UAGCopyPaste:{styleType:"post-bg-overlay-color"}},overlayOpacity:{type:"number",default:"50",UAGCopyPaste:{styleType:"post-overlay-opacity"}},displayPostLink:{type:"boolean",default:!0},newTab:{type:"boolean",default:!1},ctaText:{type:"string",default:Object(i.__)("Read More","ultimate-addons-for-gutenberg")},btnHPadding:{type:"number",default:10,UAGCopyPaste:{styleType:"btn-horizontal-padding"}},btnVPadding:{type:"number",default:5,UAGCopyPaste:{styleType:"btn-vertical-padding"}},btnBorderWidth:{type:"number",UAGCopyPaste:{styleType:"post-border-width"},default:1},btnBorderStyle:{type:"string",default:"none",UAGCopyPaste:{styleType:"btn-border-style"}},btnBorderColor:{type:"string",default:"",UAGCopyPaste:{styleType:"btn-border-color"}},btnBorderHColor:{type:"string",UAGCopyPaste:{styleType:"btn-border-hover-color"}},btnBorderRadius:{type:"number",default:0,UAGCopyPaste:{styleType:"btn-border-radius"}},columns:{type:"number",default:3},tcolumns:{type:"number",default:2},mcolumns:{type:"number",default:1},align:{type:"string",default:"left",UAGCopyPaste:{styleType:"post-align"}},width:{type:"string",default:"wide",UAGCopyPaste:{styleType:"post-width"}},order:{type:"string",default:"desc"},orderBy:{type:"string",default:"date"},rowGap:{type:"number",default:20,UAGCopyPaste:{styleType:"post-bottom-padding"}},rowGapTablet:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding"}},rowGapMobile:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding"}},columnGap:{type:"number",default:20,UAGCopyPaste:{styleType:"post-bottom-padding"}},columnGapTablet:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding"}},columnGapMobile:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding"}},bgColor:{type:"string",default:"#f6f6f6",UAGCopyPaste:{styleType:"post-bg-color"}},titleColor:{type:"string",UAGCopyPaste:{styleType:"main-title-color"},default:""},titleTag:{type:"string",default:"h4"},titleFontSize:{type:"number",default:"",UAGCopyPaste:{styleType:"main-title-font-size"}},titleFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-font-size-type"}},titleFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-mobile"}},titleFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-tablet"}},titleFontFamily:{type:"string",default:"",UAGCopyPaste:{styleType:"main-title-font-family"}},titleFontWeight:{type:"string",UAGCopyPaste:{styleType:"main-title-font-weight"}},titleFontStyle:{type:"string",UAGCopyPaste:{styleType:"main-title-font-style"}},titleLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"main-title-line-height-type"}},titleLineHeight:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height"}},titleLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},titleLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-mobile"}},titleLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"main-title-loads-google-fonts"}},metaColor:{type:"string",default:"#777777",UAGCopyPaste:{styleType:"prefix-color"}},metaFontSize:{type:"number",default:"",UAGCopyPaste:{styleType:"prefix-font-size"}},metaFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"prefix-font-size-type"}},metaFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-mobile"}},metaFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-tablet"}},metaFontFamily:{type:"string",default:"",UAGCopyPaste:{styleType:"prefix-font-family"}},metaFontWeight:{type:"string",UAGCopyPaste:{styleType:"prefix-font-weight"}},metaFontStyle:{type:"string",UAGCopyPaste:{styleType:"prefix-font-style"}},metaLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"prefix-line-height-type"}},metaLineHeight:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height"}},metaLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height-tablet"}},metaLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height-mobile"}},metaLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"prefix-load-google-fonts"}},excerptColor:{type:"string",default:"",UAGCopyPaste:{styleType:"desc-color"}},excerptFontSize:{type:"number",default:"",UAGCopyPaste:{styleType:"desc-font-size"}},excerptFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-font-size-type"}},excerptFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"}},excerptFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"}},excerptFontFamily:{type:"string",UAGCopyPaste:{styleType:"desc-font-family"},default:""},excerptFontWeight:{type:"string",UAGCopyPaste:{styleType:"desc-font-weight"}},excerptFontStyle:{type:"string",UAGCopyPaste:{styleType:"desc-font-style"}},excerptLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"desc-line-height-type"}},excerptLineHeight:{type:"number",UAGCopyPaste:{styleType:"desc-line-height"}},excerptLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},excerptLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},excerptLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"desc-load-google-fonts"}},displayPostContentRadio:{type:"string",default:"excerpt"},ctaColor:{type:"string",UAGCopyPaste:{styleType:"btn-color"}},ctaBgColor:{type:"string",UAGCopyPaste:{styleType:"btn-bg-color"}},ctaHColor:{type:"string",UAGCopyPaste:{styleType:"btn-hover-color"}},ctaBgHColor:{type:"string",UAGCopyPaste:{styleType:"btn-bg-hover-color"}},ctaFontSize:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-font-size"}},ctaFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-font-size-type"}},ctaFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"btn-font-size-mobile"}},ctaFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"btn-font-size-tablet"}},ctaFontFamily:{type:"string",default:"",UAGCopyPaste:{styleType:"btn-font-family"}},ctaFontWeight:{type:"string",UAGCopyPaste:{styleType:"btn-font-weight"}},ctaFontStyle:{type:"string",UAGCopyPaste:{styleType:"btn-font-style"}},ctaLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"btn-line-height-type"}},ctaLineHeight:{type:"number",UAGCopyPaste:{styleType:"btn-line-height"}},ctaLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"btn-line-height-tablet"}},ctaLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"btn-line-height-mobile"}},ctaLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"btn-load-google-fonts"}},paddingTop:{type:"number",UAGCopyPaste:{styleType:"post-top-padding"}},paddingBottom:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding"}},paddingRight:{type:"number",UAGCopyPaste:{styleType:"post-right-padding"}},paddingLeft:{type:"number",UAGCopyPaste:{styleType:"post-left-padding"}},paddingTopMobile:{type:"number",UAGCopyPaste:{styleType:"post-top-padding-mobile"}},paddingBottomMobile:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding-mobile"}},paddingRightMobile:{type:"number",UAGCopyPaste:{styleType:"post-right-padding-mobile"}},paddingLeftMobile:{type:"number",UAGCopyPaste:{styleType:"post-left-padding-mobile"}},paddingBtnTop:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding"}},paddingBtnBottom:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding"}},paddingBtnRight:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding"}},paddingBtnLeft:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding"}},contentPadding:{type:"number",default:20,UAGCopyPaste:{styleType:"post-content-padding"}},contentPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"post-content-padding-mobile"}},ctaBottomSpace:{type:"number",default:0,UAGCopyPaste:{styleType:"btn-bottom-margin"}},ctaBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-margin"}},ctaBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-margin"}},imageBottomSpace:{type:"number",default:15,UAGCopyPaste:{styleType:"image-bottom-margin"}},imageBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"image-bottom-margin"}},imageBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"image-bottom-margin"}},titleBottomSpace:{type:"number",default:15,UAGCopyPaste:{styleType:"main-title-bottom-margin"}},titleBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin"}},titleBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin"}},metaBottomSpace:{type:"number",default:15,UAGCopyPaste:{styleType:"prefix-bottom-margin"}},metaBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-bottom-margin"}},metaBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-bottom-margin"}},excerptBottomSpace:{type:"number",default:25,UAGCopyPaste:{styleType:"desc-bottom-margin"}},excerptBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin"}},excerptBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin"}},excludeCurrentPost:{type:"boolean",default:!1},titleTransform:{type:"string",UAGCopyPaste:{styleType:"main-title-transform"}},metaTransform:{type:"string",UAGCopyPaste:{styleType:"prefix-transform"}},excerptTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},ctaTransform:{type:"string",UAGCopyPaste:{styleType:"btn-transform"}},titleDecoration:{type:"string",UAGCopyPaste:{styleType:"main-title-decoration"}},metaDecoration:{type:"string",UAGCopyPaste:{styleType:"prefix-decoration"}},excerptDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},ctaDecoration:{type:"string",UAGCopyPaste:{styleType:"btn-decoration"}},contentPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"post-content-padding-unit"}},rowGapUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"row-gap-unit"}},columnGapUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-gap-unit"}},excerptBottomSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-bottom-margin-unit"}},paginationSpacingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"pagination-spacing-unit"}},imageBottomSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"image-bottom-margin-unit"}},titleBottomSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-bottom-margin-unit"}},metaBottomSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"prefix-bottom-margin-unit"}},ctaBottomSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-bottom-margin-unit"}},paddingBtnUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit"}},mobilePaddingBtnUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit-mobile"}},tabletPaddingBtnUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit-tablet"}},paddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"post-padding-unit"}},mobilePaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"post-padding-unit-mobile"}},tabletPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"post-padding-unit-tablet"}},isPreview:{type:"boolean",default:!1},postsOffset:{type:"number",default:0},taxStyle:{type:"string",default:"default"},taxDivider:{type:"string",default:" , "},displayPostTaxonomyAboveTitle:{type:"string",default:"withMeta"},hideTaxonomyIcon:{type:"boolean",default:!0},highlightedTextColor:{type:"string",default:""},highlightedTextBgColor:{type:"string",default:""},titleLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"title-letter-spacing"}},titleLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"title-letter-spacing-tablet"}},titleLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"title-letter-spacing-mobile"}},titleLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"title-letter-spacing-type"}},metaLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"meta-letter-spacing"}},metaLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"meta-letter-spacing-tablet"}},metaLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"meta-letter-spacing-mobile"}},metaLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"meta-letter-spacing-type"}},excerptLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"excerpt-letter-spacing"}},excerptLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"excerpt-letter-spacing-tablet"}},excerptLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"excerpt-letter-spacing-mobile"}},excerptLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"excerpt-letter-spacing-type"}},ctaLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"cta-letter-spacing"}},ctaLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"cta-letter-spacing-tablet"}},ctaLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"cta-letter-spacing-mobile"}},ctaLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"cta-letter-spacing-type"}},...n};t.a=l},function(e,t,a){"use strict";var i,o=a(14),n=a.n(o),l=a(117),r=0,s={injectType:"lazySingletonStyleTag",attributes:{id:"uagb-editor-styles"},insert:"head",singleton:!0},c={};c.locals=l.a.locals||{},c.use=function(){return r++||(i=n()(l.a,s)),c},c.unuse=function(){r>0&&!--r&&(i(),i=null)};var p=c,u=a(0),b=a.n(u),g=a(4),d=a.n(g),y=a(1),m=a(2),f=a(9),h=a(23);const _=e=>{Object(u.useLayoutEffect)(()=>(p.use(),()=>{p.unuse()}),[]);const t=Object(h.a)("uagSettingState"),{defaultTab:a,children:i,tabs:o}=e,[n,l]=Object(m.useState)(a||o[0]),r=Object(m.useRef)();let s;Object(m.useEffect)(()=>{s=r.current.closest(".components-panel")});const c=()=>{const e=document.querySelector(".uagb-inspector-tabs-container");let t=document.querySelector(".uagb-tab-content-general"),a=document.querySelector(".uagb-tab-content-style"),i=document.querySelector(".uagb-tab-content-advance");if(e){const o=e.parentElement;o&&(t=t||"",a=a||"",i=i||"",o.prepend(e,t,a,i))}};Object(m.useEffect)(()=>{var e,a;c();const{getSelectedBlock:i}=Object(f.select)("core/block-editor"),o=null===(e=i())||void 0===e?void 0:e.name;var r,p;return t&&t[o]&&n!==(null===(a=t[o])||void 0===a?void 0:a.selectedTab)?(l((null===(r=t[o])||void 0===r?void 0:r.selectedTab)||"general"),s&&s.setAttribute("data-uagb-tab",(null===(p=t[o])||void 0===p?void 0:p.selectedTab)||"general")):s&&s.setAttribute("data-uagb-tab","general"),()=>{if(s){const e=s.querySelector(".uagb-inspector-tabs-container");e&&null!==e||s.removeAttribute("data-uagb-tab")}}},[]);const g=e=>{var a;c(),l(e),s&&s.setAttribute("data-uagb-tab",e);const{getSelectedBlock:i}=Object(f.select)("core/block-editor"),o=null===(a=i())||void 0===a?void 0:a.name,n={...t,[o]:{selectedTab:e}},r=Object(h.a)();r&&r.setItem("uagSettingState",JSON.stringify(n))};return b.a.createElement(b.a.Fragment,null,b.a.createElement("div",{className:"uagb-inspector-tabs-container"},b.a.createElement("div",{ref:r,className:d()("uagb-inspector-tabs","uagb-inspector-tabs-count-"+o.length,n)},o.indexOf("general")>-1&&b.a.createElement("button",{className:d()({"uagb-active":"general"===n}),onClick:()=>g("general")},b.a.createElement("svg",{xmlns:"https://www.w3.org/2000/svg",width:"16",height:"15"},b.a.createElement("path",{fillRule:"nonzero",d:"M14.346 0H1.654C1.017 0 .5.517.5 1.154v12.692C.5 14.483 1.017 15 1.654 15h12.692c.637 0 1.154-.517 1.154-1.154V1.154C15.5.517 14.983 0 14.346 0zm-5.77 13.846v-5.77h5.77v5.77h-5.77z"})),b.a.createElement("h5",null,Object(y.__)("General"))),o.indexOf("style")>-1&&b.a.createElement("button",{className:d()({"uagb-active":"style"===n}),onClick:()=>g("style")},b.a.createElement("svg",{xmlns:"https://www.w3.org/2000/svg",width:"18",height:"21"},b.a.createElement("g",{fillRule:"nonzero"},b.a.createElement("path",{d:"M15.12 12.091a.814.814 0 00-.68-.378.814.814 0 00-.68.378c-.531.863-2.252 3.807-2.252 5.09 0 1.598 1.317 2.901 2.932 2.901s2.933-1.303 2.933-2.902c0-1.303-1.722-4.226-2.253-5.089zm-1.041 3.828c-.043.063-.744 1.198-.213 1.976a.52.52 0 01.064.358.409.409 0 01-.191.294.608.608 0 01-.255.084.476.476 0 01-.383-.21c-.871-1.283.149-2.902.192-2.986a.517.517 0 01.297-.21.534.534 0 01.361.063c.192.126.255.42.128.63zM13.314 10.388l1.36-.147c.446-.042.807-.337.935-.736.127-.4.042-.862-.276-1.157L7.258.294c-.255-.252-.68-.252-.957 0a.68.68 0 000 .947l.34.336-5.1 5.047C.82 7.339.5 8.348.67 9.379c.128.652.489 1.24.956 1.703l3.082 3.05c.467.462 1.062.82 1.72.946a3.134 3.134 0 002.785-.863l3.612-3.575a.74.74 0 01.489-.252zM7.576 2.502l5.759 5.7H2.073c.085-.232.212-.463.403-.653l5.1-5.047z"}))),b.a.createElement("h5",null,Object(y.__)("Style"))),o.indexOf("advance")>-1&&b.a.createElement("button",{className:d()({"uagb-active":"advance"===n}),onClick:()=>g("advance")},b.a.createElement("svg",{xmlns:"https://www.w3.org/2000/svg",width:"17",height:"16"},b.a.createElement("path",{fillRule:"nonzero",d:"M15.666 6.325c-.277-.05-.572-.082-.85-.115a6.385 6.385 0 00-.571-1.389c.18-.229.343-.457.523-.686a.994.994 0 00-.098-1.291l-.997-.997a.994.994 0 00-1.291-.098c-.23.163-.458.343-.687.523a6.954 6.954 0 00-1.39-.589c-.032-.277-.08-.572-.113-.85A.987.987 0 009.21 0H7.805a1 1 0 00-.98.834c-.05.277-.082.572-.115.85-.474.13-.947.326-1.389.571-.229-.18-.457-.343-.686-.523a.994.994 0 00-1.291.098l-.997.997a.994.994 0 00-.098 1.291c.163.23.343.458.523.687a6.954 6.954 0 00-.589 1.39c-.277.032-.572.08-.85.113A.987.987 0 00.5 7.29v1.406a1 1 0 00.834.98c.277.05.572.082.85.115.13.474.326.947.571 1.389-.18.229-.343.457-.523.686a.994.994 0 00.098 1.291l.997.997a.994.994 0 001.291.098c.23-.163.458-.343.687-.523.441.245.899.442 1.39.589.032.294.08.572.113.85.066.473.49.833.981.833h1.406a1 1 0 00.98-.834c.05-.277.082-.572.115-.85.474-.13.947-.326 1.389-.571.229.18.457.343.686.523a.994.994 0 001.291-.098l.997-.997a.994.994 0 00.098-1.291 19.095 19.095 0 00-.523-.687c.245-.441.442-.899.589-1.39.277-.032.572-.08.85-.113a.987.987 0 00.833-.981V7.305a1 1 0 00-.834-.98zM8.492 11.57a3.571 3.571 0 01-3.563-3.563 3.571 3.571 0 013.563-3.563 3.571 3.571 0 013.563 3.563 3.571 3.571 0 01-3.563 3.563z"})),b.a.createElement("h5",null,Object(y.__)("Advanced"))))),Array.isArray(i)&&m.Children.map(i,(e,t)=>{if(!e.key)throw new Error("props.key not found in <InspectorTab />, you must use `key` prop");return Object(m.cloneElement)(e,{index:t,isActive:e.key===n})}))};_.defaultProps={defaultTab:"general",tabs:["general","style","advance"]},t.a=_},function(e,t,a){"use strict";var i=a(12);const o=Object(i.a)("container"),n={block_id:{type:"string"},htmlTag:{type:"string",default:"div"},htmlTagLink:{type:"object"},contentWidth:{type:"string",default:"alignfull",UAGCopyPaste:{styleType:"content-width"}},innerContentWidth:{type:"string",default:"alignwide",UAGCopyPaste:{styleType:"inner-content-width"}},widthDesktop:{type:"number",default:100,UAGCopyPaste:{styleType:"container-width-desktop"}},widthTablet:{type:"number",UAGCopyPaste:{styleType:"container-width-tablet"}},widthMobile:{type:"number",default:100,UAGCopyPaste:{styleType:"container-width-mobile"}},widthType:{type:"string",default:"%",UAGCopyPaste:{styleType:"container-width-type"}},innerContentCustomWidthDesktop:{type:"number",default:uagb_blocks_info.content_width},innerContentCustomWidthTablet:{type:"number",default:1024},innerContentCustomWidthMobile:{type:"number",default:767},innerContentCustomWidthType:{type:"string",default:"px"},minHeightDesktop:{type:"number",UAGCopyPaste:{styleType:"container-min-height-desktop"}},minHeightTablet:{type:"number",UAGCopyPaste:{styleType:"container-min-height-tablet"}},minHeightMobile:{type:"number",UAGCopyPaste:{styleType:"container-min-height-mobile"}},minHeightType:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-min-height-type"}},directionDesktop:{type:"string",default:"column",UAGCopyPaste:{styleType:"container-direction-desktop"}},directionTablet:{type:"string",UAGCopyPaste:{styleType:"container-direction-tablet"}},directionMobile:{type:"string",UAGCopyPaste:{styleType:"container-direction-mobile"}},alignItemsDesktop:{type:"string",default:"center",UAGCopyPaste:{styleType:"container-align-items-desktop"}},alignItemsTablet:{type:"string",UAGCopyPaste:{styleType:"container-align-items-tablet"}},alignItemsMobile:{type:"string",UAGCopyPaste:{styleType:"container-align-items-mobile"}},justifyContentDesktop:{type:"string",default:"center",UAGCopyPaste:{styleType:"container-justify-content-desktop"}},justifyContentTablet:{type:"string",UAGCopyPaste:{styleType:"container-justify-content-tablet"}},justifyContentMobile:{type:"string",UAGCopyPaste:{styleType:"container-justify-content-mobile"}},wrapDesktop:{type:"string",default:"nowrap",UAGCopyPaste:{styleType:"container-wrap-desktop"}},wrapTablet:{type:"string",UAGCopyPaste:{styleType:"container-wrap-tablet"}},wrapMobile:{type:"string",default:"wrap",UAGCopyPaste:{styleType:"container-wrap-mobile"}},alignContentDesktop:{type:"string",default:"",UAGCopyPaste:{styleType:"container-align-content-desktop"}},alignContentTablet:{type:"string",UAGCopyPaste:{styleType:"container-align-content-tablet"}},alignContentMobile:{type:"string",UAGCopyPaste:{styleType:"container-align-content-mobile"}},backgroundType:{type:"string",default:"none",UAGCopyPaste:{styleType:"container-bg-type"}},backgroundImageDesktop:{type:"object",UAGCopyPaste:{styleType:"container-bg-image-desktop"}},backgroundImageTablet:{type:"object",UAGCopyPaste:{styleType:"container-bg-image-tablet"}},backgroundImageMobile:{type:"object",UAGCopyPaste:{styleType:"container-bg-image-mobile"}},backgroundPositionDesktop:{type:"object",default:{x:.5,y:.5},UAGCopyPaste:{styleType:"container-bg-position-desktop"}},backgroundPositionTablet:{type:"object",UAGCopyPaste:{styleType:"container-bg-position-tablet"}},backgroundPositionMobile:{type:"object",UAGCopyPaste:{styleType:"container-bg-position-mobile"}},backgroundSizeDesktop:{type:"string",default:"cover",UAGCopyPaste:{styleType:"container-bg-size-desktop"}},backgroundSizeTablet:{type:"string",UAGCopyPaste:{styleType:"container-bg-size-tablet"}},backgroundSizeMobile:{type:"string",UAGCopyPaste:{styleType:"container-bg-size-mobile"}},backgroundRepeatDesktop:{type:"string",default:"no-repeat",UAGCopyPaste:{styleType:"container-bg-repeat-desktop"}},backgroundRepeatTablet:{type:"string",UAGCopyPaste:{styleType:"container-bg-repeat-tablet"}},backgroundRepeatMobile:{type:"string",UAGCopyPaste:{styleType:"container-bg-repeat-mobile"}},backgroundAttachmentDesktop:{type:"string",default:"scroll",UAGCopyPaste:{styleType:"container-bg-attachment-desktop"}},backgroundAttachmentTablet:{type:"string",UAGCopyPaste:{styleType:"container-bg-attachment-tablet"}},backgroundAttachmentMobile:{type:"string",UAGCopyPaste:{styleType:"container-bg-attachment-mobile"}},backgroundColor:{type:"string",UAGCopyPaste:{styleType:"container-bg-color"}},backgroundOpacity:{type:"number",UAGCopyPaste:{styleType:"container-bg-opacity"}},backgroundImageColor:{type:"string",UAGCopyPaste:{styleType:"container-bg-image-color"},default:"#FFFFFF75"},gradientValue:{type:"string",default:"linear-gradient(90deg, rgba(6, 147, 227, 0.5) 0%, rgba(155, 81, 224, 0.5) 100%)",UAGCopyPaste:{styleType:"container-bg-gradient-value"}},borderStyle:{type:"string"},borderWidth:{type:"number"},borderRadius:{type:"number"},borderColor:{type:"string"},borderHoverColor:{type:"string"},boxShadowColor:{type:"string",default:"#00000070",UAGCopyPaste:{styleType:"container-box-shadow-color"}},boxShadowHOffset:{type:"number",default:0,UAGCopyPaste:{styleType:"container-box-shadow-hoffset"}},boxShadowVOffset:{type:"number",default:0,UAGCopyPaste:{styleType:"container-box-shadow-voffset"}},boxShadowBlur:{type:"number",UAGCopyPaste:{styleType:"container-box-shadow-blur"}},boxShadowSpread:{type:"number",UAGCopyPaste:{styleType:"container-box-shadow-spread"}},boxShadowPosition:{type:"string",default:"outset",UAGCopyPaste:{styleType:"container-box-shadow-position"}},boxShadowColorHover:{type:"string",UAGCopyPaste:{styleType:"container-box-shadow-color-hover"}},boxShadowHOffsetHover:{type:"number",default:0,UAGCopyPaste:{styleType:"container-box-shadow-hoffset-hover"}},boxShadowVOffsetHover:{type:"number",default:0,UAGCopyPaste:{styleType:"container-box-shadow-voffset-hover"}},boxShadowBlurHover:{type:"number",UAGCopyPaste:{styleType:"container-box-shadow-blur-hover"}},boxShadowSpreadHover:{type:"number",UAGCopyPaste:{styleType:"container-box-shadow-spread-hover"}},boxShadowPositionHover:{type:"string",default:"outset",UAGCopyPaste:{styleType:"container-box-shadow-position-hover"}},topPaddingDesktop:{type:"number",UAGCopyPaste:{styleType:"container-top-padding-desktop"},default:uagb_blocks_info.container_global_padding},bottomPaddingDesktop:{type:"number",UAGCopyPaste:{styleType:"container-bottom-padding-desktop"},default:uagb_blocks_info.container_global_padding},leftPaddingDesktop:{type:"number",UAGCopyPaste:{styleType:"container-left-padding-desktop"},default:uagb_blocks_info.container_global_padding},rightPaddingDesktop:{type:"number",UAGCopyPaste:{styleType:"container-right-padding-desktop"},default:uagb_blocks_info.container_global_padding},topPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"container-top-padding-tablet"},default:uagb_blocks_info.container_global_padding},bottomPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"container-bottom-padding-tablet"},default:uagb_blocks_info.container_global_padding},leftPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"container-left-padding-tablet"},default:uagb_blocks_info.container_global_padding},rightPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"container-right-padding-tablet"},default:uagb_blocks_info.container_global_padding},topPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"container-top-padding-mobile"},default:uagb_blocks_info.container_global_padding},bottomPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"container-bottom-padding-mobile"},default:uagb_blocks_info.container_global_padding},leftPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"container-left-padding-mobile"},default:uagb_blocks_info.container_global_padding},rightPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"container-right-padding-mobile"},default:uagb_blocks_info.container_global_padding},paddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-padding-type"}},paddingTypeTablet:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-padding-type-tablet"}},paddingTypeMobile:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-padding-type-mobile"}},paddingLink:{type:"boolean",default:!0},topMarginDesktop:{type:"number",UAGCopyPaste:{styleType:"container-top-margin-desktop"}},bottomMarginDesktop:{type:"number",UAGCopyPaste:{styleType:"container-bottom-margin-desktop"}},leftMarginDesktop:{type:"number",UAGCopyPaste:{styleType:"container-left-margin-desktop"}},rightMarginDesktop:{type:"number",UAGCopyPaste:{styleType:"container-right-margin-desktop"}},topMarginTablet:{type:"number",UAGCopyPaste:{styleType:"container-top-margin-tablet"}},bottomMarginTablet:{type:"number",UAGCopyPaste:{styleType:"container-bottom-margin-tablet"}},leftMarginTablet:{type:"number",UAGCopyPaste:{styleType:"container-left-margin-tablet"}},rightMarginTablet:{type:"number",UAGCopyPaste:{styleType:"container-right-margin-tablet"}},topMarginMobile:{type:"number",UAGCopyPaste:{styleType:"container-top-margin-mobile"}},bottomMarginMobile:{type:"number",UAGCopyPaste:{styleType:"container-bottom-margin-mobile"}},leftMarginMobile:{type:"number",UAGCopyPaste:{styleType:"container-left-margin-mobile"}},rightMarginMobile:{type:"number",UAGCopyPaste:{styleType:"container-right-margin-mobile"}},marginType:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-margin-type"}},marginTypeTablet:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-margin-type-tablet"}},marginTypeMobile:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-margin-type-mobile"}},marginLink:{type:"boolean",default:!0},variationSelected:{type:"boolean",default:!1},rowGapDesktop:{type:"number",UAGCopyPaste:{styleType:"container-row-gap-desktop"},default:20},rowGapTablet:{type:"number",UAGCopyPaste:{styleType:"container-row-gap-tablet"}},rowGapMobile:{type:"number",UAGCopyPaste:{styleType:"container-row-gap-mobile"}},rowGapType:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-row-gap-type"}},rowGapTypeTablet:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-row-gap-type-tablet"}},rowGapTypeMobile:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-row-gap-type-mobile"}},columnGapDesktop:{type:"number",UAGCopyPaste:{styleType:"container-column-gap-desktop"},default:20},columnGapTablet:{type:"number",UAGCopyPaste:{styleType:"container-column-gap-tablet"}},columnGapMobile:{type:"number",UAGCopyPaste:{styleType:"container-column-gap-mobile"}},columnGapType:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-column-gap-type"}},columnGapTypeTablet:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-column-gap-type-tablet"}},columnGapTypeMobile:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-column-gap-type-mobile"}},isPreview:{type:"boolean",default:!1},isBlockRootParent:{type:"boolean",default:!1},bottomType:{type:"string",default:"none",UAGCopyPaste:{styleType:"container-bottom-type"}},bottomColor:{type:"string",UAGCopyPaste:{styleType:"container-bottom-color"},default:"#333"},bottomHeight:{type:"number",UAGCopyPaste:{styleType:"container-bottom-height"}},bottomHeightTablet:{type:"number",UAGCopyPaste:{styleType:"container-bottom-height-tablet"}},bottomHeightMobile:{type:"number",UAGCopyPaste:{styleType:"container-bottom-height-mobile"}},bottomWidth:{type:"number",UAGCopyPaste:{styleType:"container-bottom-width"},default:100},topType:{type:"string",default:"none",UAGCopyPaste:{styleType:"container-top-type"}},topColor:{type:"string",default:"#333",UAGCopyPaste:{styleType:"container-top-color"}},topHeight:{type:"number",UAGCopyPaste:{styleType:"container-top-height"}},topHeightTablet:{type:"number",UAGCopyPaste:{styleType:"container-top-height-tablet"}},topHeightMobile:{type:"number",UAGCopyPaste:{styleType:"container-top-height-mobile"}},topWidth:{type:"number",UAGCopyPaste:{styleType:"container-top-width"},default:100},topFlip:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"container-top-flip"}},bottomFlip:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"container-bottom-flip"}},topInvert:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"container-top-invert"}},bottomInvert:{type:"boolean",default:!0,UAGCopyPaste:{styleType:"container-bottom-invert"}},topContentAboveShape:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"container-top-content-above-shape"}},bottomContentAboveShape:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"container-bottom-content-above-shape"}},blockDescendants:{type:"array",default:[]},widthSetByUser:{type:"boolean",default:!1},backgroundCustomSizeDesktop:{type:"number",UAGCopyPaste:{styleType:"background-custom-size-desktop"},default:100},backgroundCustomSizeTablet:{type:"number",UAGCopyPaste:{styleType:"background-custom-size-tablet"}},backgroundCustomSizeMobile:{type:"number",UAGCopyPaste:{styleType:"background-custom-size-mobile"}},backgroundCustomSizeType:{type:"string",default:"%",UAGCopyPaste:{styleType:"background-custom-size-type"}},overlayType:{type:"string",default:"none",UAGCopyPaste:{styleType:"background-overlay-type"}},customPosition:{type:"string",default:"default",UAGCopyPaste:{styleType:"background-image-position-type"}},xPositionDesktop:{type:"number",UAGCopyPaste:{styleType:"background-image-x-position-desktop"},default:""},xPositionTablet:{type:"number",UAGCopyPaste:{styleType:"background-image-x-position-tablet"}},xPositionMobile:{type:"number",UAGCopyPaste:{styleType:"background-image-x-position-mobile"}},xPositionType:{type:"string",default:"px"},xPositionTypeTablet:{type:"string",default:"px"},xPositionTypeMobile:{type:"string",default:"px"},yPositionDesktop:{type:"number",UAGCopyPaste:{styleType:"background-image-y-position-desktop"},default:""},yPositionTablet:{type:"number",UAGCopyPaste:{styleType:"background-image-y-position-tablet"}},yPositionMobile:{type:"number",UAGCopyPaste:{styleType:"background-image-y-position-mobile"}},yPositionType:{type:"string",default:"px"},yPositionTypeTablet:{type:"string",default:"px"},yPositionTypeMobile:{type:"string",default:"px"},backgroundVideoColor:{type:"string",UAGCopyPaste:{styleType:"bg-video-color"},default:"#FFFFFF75"},backgroundVideo:{type:"object",UAGCopyPaste:{styleType:"bg-video"}},backgroundVideoOpacity:{type:"number",UAGCopyPaste:{styleType:"bg-video-opacity"},default:.5},textColor:{type:"string",UAGCopyPaste:{styleType:"desc-color"},default:"inherit"},linkColor:{type:"string",UAGCopyPaste:{styleType:"btn-color"}},linkHoverColor:{type:"string",UAGCopyPaste:{styleType:"btn-hover-color"}},innerContentCustomWidthTypeTablet:{type:"string",default:"px"},innerContentCustomWidthTypeMobile:{type:"string",default:"px"},widthTypeTablet:{type:"string",default:"%"},widthTypeMobile:{type:"string",default:"%"},minHeightTypeTablet:{type:"string",default:"px"},minHeightTypeMobile:{type:"string",default:"px"},topHeightType:{type:"string",default:"px"},topHeightTypeTablet:{type:"string",default:"px"},topHeightTypeMobile:{type:"string",default:"px"},bottomHeightType:{type:"string",default:"px"},bottomHeightTypeTablet:{type:"string",default:"px"},bottomHeightTypeMobile:{type:"string",default:"px"},overflow:{type:"string",default:"visible"},topDividerWidthType:{type:"string",default:"%"},bottomDividerWidthType:{type:"string",default:"%"},topDividerHeightType:{type:"string",default:"px"},bottomDividerHeightType:{type:"string",default:"px"},...o};t.a=n},function(e,t,a){"use strict";var i=a(12),o=a(1);const n=Object(i.a)("highLight"),l={block_id:{type:"string"},classMigrate:{type:"boolean",default:!1},blockBackgroundType:{type:"string",default:"classic",UAGCopyPaste:{styleType:"block-blackground-type"}},blockGradientBackground:{type:"string",default:"linear-gradient(90deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%)",UAGCopyPaste:{styleType:"block-gradient-blackground"}},blockBackground:{type:"string",UAGCopyPaste:{styleType:"block-blackground"}},headingTitleToggle:{type:"boolean",default:!0},headingTitle:{source:"html",selector:".uagb-heading-text",default:Object(o.__)("Your Attractive Heading","ultimate-addons-for-gutenberg")},headingId:{type:"string"},headingDescToggle:{type:"boolean",default:!1},headingDesc:{source:"html",selector:".uagb-desc-text"},headingAlign:{type:"string",default:"left",UAGCopyPaste:{styleType:"overall-alignment"}},headingAlignTablet:{type:"string",default:"",UAGCopyPaste:{styleType:"overall-alignment-tablet"}},headingAlignMobile:{type:"string",default:"",UAGCopyPaste:{styleType:"overall-alignment-mobile"}},headingColorType:{type:"string",default:"classic",UAGCopyPaste:{styleType:"main-title-color-type"}},headingColor:{type:"string",UAGCopyPaste:{styleType:"main-title-color"}},headingGradientColor:{type:"string",default:"linear-gradient(90deg, rgb(155, 81, 224) 0%, rgb(6, 147, 227) 100%)",UAGCopyPaste:{styleType:"main-title-gradient-color"}},subHeadingColor:{type:"string",UAGCopyPaste:{styleType:"desc-color"}},separatorColor:{type:"string",default:"#0170b9",UAGCopyPaste:{styleType:"separator-color"}},headingTag:{type:"string",default:"h2"},level:{type:"number",default:2},seperatorStyle:{type:"string",default:"none",UAGCopyPaste:{styleType:"separator-style"}},separatorHeight:{type:"number",UAGCopyPaste:{styleType:"separator-thickness"},default:2},separatorHeightType:{type:"string",default:"px",UAGCopyPaste:{styleType:"separator-height-type"}},separatorWidth:{type:"number",UAGCopyPaste:{styleType:"separator-width"},default:12},separatorWidthTablet:{type:"number",UAGCopyPaste:{styleType:"separator-width"}},separatorWidthMobile:{type:"number",UAGCopyPaste:{styleType:"separator-width"}},separatorWidthType:{type:"string",default:"%",UAGCopyPaste:{styleType:"separator-width-type"}},headSpace:{type:"number",default:15,UAGCopyPaste:{styleType:"main-title-bottom-margin"}},headSpaceMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"main-title-bottom-margin-tablet"}},headSpaceTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"main-title-bottom-margin-mobile"}},headSpaceType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-unit-type"}},headFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"main-title-font-family"}},headFontWeight:{type:"string",UAGCopyPaste:{styleType:"main-title-font-weight"}},headFontStyle:{type:"string",default:"normal",UAGCopyPaste:{styleType:"main-title-font-style"}},headTransform:{type:"string",UAGCopyPaste:{styleType:"main-title-transform"}},headDecoration:{type:"string",UAGCopyPaste:{styleType:"main-title-decoration"}},headFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-font-size-type"}},headLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"main-title-line-height-type"}},headFontSize:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size"}},headFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-tablet"}},headFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-mobile"}},headLineHeight:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height"}},headLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},headLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-mobile"}},headLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing"}},headLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-tablet"}},headLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-mobile"}},headLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-letter-spacing-type"}},headShadowColor:{type:"string",default:""},headShadowHOffset:{type:"number",default:0},headShadowVOffset:{type:"number",default:0},headShadowBlur:{type:"number",default:10},subHeadFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"desc-font-family"}},subHeadFontWeight:{type:"string",UAGCopyPaste:{styleType:"desc-font-weight"}},subHeadFontStyle:{type:"string",default:"normal",UAGCopyPaste:{styleType:"desc-font-style"}},subHeadTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},subHeadDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},subHeadFontSize:{type:"number",UAGCopyPaste:{styleType:"desc-font-size"}},subHeadFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-font-size-type"}},subHeadFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"}},subHeadFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"}},subHeadLineHeight:{type:"number",UAGCopyPaste:{styleType:"desc-line-height"}},subHeadLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"desc-line-height-type"}},subHeadLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},subHeadLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},subHeadLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},subHeadLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},subHeadLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},subHeadLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}},separatorSpace:{type:"number",default:15,UAGCopyPaste:{styleType:"separator-bottom-margin"}},separatorSpaceTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"separator-bottom-margin"}},separatorSpaceMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"separator-bottom-margin"}},separatorSpaceType:{type:"string",default:"px",UAGCopyPaste:{styleType:"separator-width-type"}},headLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"main-title-load-google-fonts"}},subHeadLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"desc-load-google-fonts"}},separatorHoverColor:{type:"string",UAGCopyPaste:{styleType:"separator-hover-color"}},isPreview:{type:"boolean",default:!1},blockTopPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-top-padding"}},blockRightPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-right-padding"}},blockLeftPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-left-padding"}},blockBottomPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-bottom-padding"}},blockTopPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-top-padding-tablet"}},blockRightPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-right-padding-tablet"}},blockLeftPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-left-padding-tablet"}},blockBottomPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-bottom-padding-tablet"}},blockTopPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-top-padding-mobile"}},blockRightPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-right-padding-mobile"}},blockLeftPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-left-padding-mobile"}},blockBottomPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-bottom-padding-mobile"}},blockPaddingUnit:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-padding-unit"}},blockPaddingUnitTablet:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-padding-unit-tablet"}},blockPaddingUnitMobile:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-padding-unit-mobile"}},blockPaddingLink:{type:"boolean",default:!1,isUAGStyle:!0},blockTopMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-top-margin"}},blockRightMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-right-margin"}},blockLeftMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-left-margin"}},blockBottomMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-bottom-margin"}},blockTopMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-top-margin-tablet"}},blockRightMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-right-margin-tablet"}},blockLeftMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-left-margin-tablet"}},blockBottomMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-bottom-margin-tablet"}},blockTopMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-top-margin-mobile"}},blockRightMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-right-margin-mobile"}},blockLeftMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-left-margin-mobile"}},blockBottomMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-bottom-margin-mobile"}},blockMarginUnit:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-margin-unit"}},blockMarginUnitTablet:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-margin-unit-tablet"}},blockMarginUnitMobile:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-margin-unit-mobile"}},blockMarginLink:{type:"boolean",default:!1,isUAGStyle:!0},linkColor:{type:"string",default:"#007cba",UAGCopyPaste:{styleType:"link-color"}},linkHColor:{type:"string",default:"",UAGCopyPaste:{styleType:"link-hover-color"}},highLightColor:{type:"string",default:"#fff",UAGCopyPaste:{styleType:"highlight-color"}},highLightBackground:{type:"string",default:"#007cba",UAGCopyPaste:{styleType:"highlight-background"}},highLightLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"highlight-load-google-fonts"}},highLightFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"highlight-font-family"}},highLightFontWeight:{type:"string",UAGCopyPaste:{styleType:"highlight-font-weight"}},highLightFontStyle:{type:"string",default:"normal",UAGCopyPaste:{styleType:"highlight-font-style"}},highLightTransform:{type:"string",UAGCopyPaste:{styleType:"highlight-font-transform"}},highLightDecoration:{type:"string",UAGCopyPaste:{styleType:"highlight-font-decoration"}},highLightFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"highlight-font-size-type"}},highLightLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"highlight-line-height-type"}},highLightFontSize:{type:"number",UAGCopyPaste:{styleType:"highlight-font-size"}},highLightFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"highlight-font-size-tablet"}},highLightFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"highlight-font-size-mobile"}},highLightLineHeight:{type:"number",UAGCopyPaste:{styleType:"highlight-line-height"}},highLightLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"highlight-line-height-tablet"}},highLightLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"highlight-line-height-mobile"}},highLightLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"highlight-letter-spacing"}},highLightLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"highlight-letter-spacing-tablet"}},highLightLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"highlight-letter-spacing-mobile"}},highLightLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"highlight-letter-spacing-type"}},highLightTopPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-top-padding"}},highLightRightPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-right-padding"}},highLightLeftPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-left-padding"}},highLightBottomPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-bottom-padding"}},highLightTopPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-top-padding-tablet"}},highLightRightPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-right-padding-tablet"}},highLightLeftPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-left-padding-tablet"}},highLightBottomPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-bottom-padding-tablet"}},highLightTopPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-top-padding-mobile"}},highLightRightPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-right-padding-mobile"}},highLightLeftPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-left-padding-mobile"}},highLightBottomPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-bottom-padding-mobile"}},highLightPaddingUnit:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-padding-unit"}},highLightPaddingUnitTablet:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-padding-unit-tablet"}},highLightPaddingUnitMobile:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-padding-unit-mobile"}},highLightPaddingLink:{type:"boolean",default:!1,isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-padding-link"}},...n};t.a=l},function(e,t,a){"use strict";var i=a(12);const o={inheritFromTheme:{type:"boolean",default:!1},block_id:{type:"string"},align:{type:"string",default:"center",UAGCopyPaste:{styleType:"btn-align"}},gap:{type:"number",default:10},stack:{type:"string",default:"none"},loadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"btn-load-google-fonts"}},fontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"btn-font-family"}},fontWeight:{type:"string",UAGCopyPaste:{styleType:"btn-font-weight"}},label:{type:"html",default:"Click Here"},link:{type:"string",default:""},target:{type:"string",default:"_self"},size:{type:"number",UAGCopyPaste:{styleType:"btn-size"}},vPadding:{type:"number",UAGCopyPaste:{styleType:"btn-vertical-padding"}},hPadding:{type:"number",UAGCopyPaste:{styleType:"btn-horizontal-padding"}},topPadding:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding"}},rightPadding:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding"}},bottomPadding:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding"}},leftPadding:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding"}},topMobilePadding:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding-mobile"}},rightMobilePadding:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding-mobile"}},bottomMobilePadding:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding-mobile"}},leftMobilePadding:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding-mobile"}},topTabletPadding:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding-tablet"}},rightTabletPadding:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding-tablet"}},bottomTabletPadding:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding-tablet"}},leftTabletPadding:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding-tablet"}},paddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit"}},gradientValue:{type:"string",default:"",UAGCopyPaste:{styleType:"btn-bg-gradient-value"}},hovergradientValue:{type:"string",default:"",UAGCopyPaste:{styleType:"btn-hbg-gradient-value"}},mobilePaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit-mobile"}},tabletPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit-tablet"}},paddingLink:{type:"boolean",default:!0},color:{type:"string",default:"",UAGCopyPaste:{styleType:"btn-color"}},background:{type:"string",default:"",UAGCopyPaste:{styleType:"btn-bg-color"}},hColor:{type:"string",default:"#fff",UAGCopyPaste:{styleType:"btn-hover-color"}},hBackground:{type:"string",default:"",UAGCopyPaste:{styleType:"btn-h-background"}},sizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-size-unit"}},sizeMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-size-mobile"}},sizeTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-size-tablet"}},lineHeight:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-line-height"}},lineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"btn-line-height-type"}},lineHeightMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-line-height-mobile"}},lineHeightTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-line-height-tablet"}},opensInNewTab:{type:"boolean"},noFollow:{type:"boolean",default:!1},icon:{type:"string",default:"arrow-right"},iconPosition:{type:"string",default:"after"},iconSpace:{type:"number",default:8,UAGCopyPaste:{styleType:"btn-icon-space"}},iconSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"btn-icon-space-tablet"}},iconSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"btn-icon-space-mobile"}},fontStyle:{type:"string",UAGCopyPaste:{styleType:"btn-font-style"}},transform:{type:"string",UAGCopyPaste:{styleType:"btn-transform"}},decoration:{type:"string",UAGCopyPaste:{styleType:"btn-decoration"}},backgroundType:{type:"string",default:"color",UAGCopyPaste:{styleType:"btn-background-type"}},hoverbackgroundType:{type:"string",default:"color",UAGCopyPaste:{styleType:"btn-hbackground-type"}},topMargin:{type:"number",UAGCopyPaste:{styleType:"btn-top-margin"}},rightMargin:{type:"number",UAGCopyPaste:{styleType:"btn-right-margin"}},bottomMargin:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-margin"}},leftMargin:{type:"number",UAGCopyPaste:{styleType:"btn-left-margin"}},topMarginTablet:{type:"number",UAGCopyPaste:{styleType:"btn-top-margin-tablet"}},rightMarginTablet:{type:"number",UAGCopyPaste:{styleType:"btn-right-margin-tablet"}},bottomMarginTablet:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-margin-tablet"}},leftMarginTablet:{type:"number",UAGCopyPaste:{styleType:"btn-left-margin-tablet"}},topMarginMobile:{type:"number",UAGCopyPaste:{styleType:"btn-top-margin-mobile"}},rightMarginMobile:{type:"number",UAGCopyPaste:{styleType:"btn-right-margin-mobile"}},bottomMarginMobile:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-margin-mobile"}},leftMarginMobile:{type:"number",UAGCopyPaste:{styleType:"btn-left-margin-mobile"}},marginType:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-margin-type"}},marginLink:{type:"string",default:!0},boxShadowColor:{type:"string",default:"#000",UAGCopyPaste:{styleType:"btn-box-shadow-color"}},boxShadowHOffset:{type:"number",default:0,UAGCopyPaste:{styleType:"btn-box-shadow-h-offset"}},boxShadowVOffset:{type:"number",default:0,UAGCopyPaste:{styleType:"btn-box-shadow-v-offset"}},boxShadowBlur:{type:"number",UAGCopyPaste:{styleType:"btn-box-shadow-blur"}},boxShadowSpread:{type:"number",UAGCopyPaste:{styleType:"btn-box-shadow-spread"}},boxShadowPosition:{type:"string",default:"outset",UAGCopyPaste:{styleType:"btn-box-shadow-position"}},iconColor:{type:"string",UAGCopyPaste:{styleType:"btn-icon-color"}},iconHColor:{type:"string",UAGCopyPaste:{styleType:"btn-icon-hover-color"}},iconSize:{type:"number",default:15,UAGCopyPaste:{styleType:"btn-icon-size"}},iconSizeTablet:{type:"number",UAGCopyPaste:{styleType:"btn-icon-size-tablet"}},iconSizeMobile:{type:"number",UAGCopyPaste:{styleType:"btn-icon-size-mobile"}},removeText:{type:"boolean",default:!1},borderWidth:{type:"number",default:""},borderRadius:{type:"number"},borderStyle:{type:"string",default:"none"},borderColor:{type:"string",default:"#000"},borderHColor:{type:"string",default:""},...Object(i.a)("btn"),letterSpacing:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing"}},letterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-tablet"}},letterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-mobile"}},letterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-letter-spacing-type"}},showIcon:{type:"boolean",default:!1}};t.a=o},function(e,t,a){"use strict";var i=a(12);const o={inheritFromTheme:{type:"boolean",default:!0},prefixTitle:{source:"html",selector:"span.uagb-ifb-title-prefix",default:"Prefix"},classMigrate:{type:"boolean",default:!1},infoBoxTitle:{source:"html",selector:"h1,h2,h3,h4,h5,h6",default:"Info Box"},headingDesc:{source:"html",selector:"p",default:"Click here to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo."},headingAlign:{type:"string",default:"center",UAGCopyPaste:{styleType:"overall-alignment"}},headingAlignTablet:{type:"string",default:"",UAGCopyPaste:{styleType:"overall-alignment-tablet"}},headingAlignMobile:{type:"string",default:"",UAGCopyPaste:{styleType:"overall-alignment-mobile"}},headingColor:{type:"string",UAGCopyPaste:{styleType:"main-title-color"}},subHeadingColor:{type:"string",UAGCopyPaste:{styleType:"desc-color"}},prefixColor:{type:"string",UAGCopyPaste:{styleType:"prefix-color"}},icon:{type:"string",default:"circle-check"},iconimgPosition:{type:"string",default:"above-title",UAGCopyPaste:{styleType:"icon-img-position"}},iconSize:{type:"number",default:30,UAGCopyPaste:{styleType:"icon-size"}},iconSizeType:{type:"String",default:"px",UAGCopyPaste:{styleType:"icon-size-type"}},iconHover:{type:"string",default:"",UAGCopyPaste:{styleType:"icon-hover-color"}},iconBgHover:{type:"string",default:"",UAGCopyPaste:{styleType:"icon-bg-hover-color"}},iconColor:{type:"string",default:"#333",UAGCopyPaste:{styleType:"icon-color"}},prefixTag:{type:"string",default:"h3"},prefixFontSize:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size"}},prefixFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"prefix-font-size-type"}},prefixFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-tablet"}},prefixFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-mobile"}},prefixFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"prefix-font-family"}},prefixFontWeight:{type:"string",UAGCopyPaste:{styleType:"prefix-font-weight"}},prefixFontStyle:{type:"string",UAGCopyPaste:{styleType:"prefix-font-style"}},prefixLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"prefix-line-height-type"}},prefixLineHeight:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height"}},prefixLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height-tablet"}},prefixTransform:{type:"string",UAGCopyPaste:{styleType:"prefix-transform"}},prefixDecoration:{type:"string",UAGCopyPaste:{styleType:"prefix-decoration"}},prefixLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height-mobile"}},prefixLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"prefix-load-google-font"}},headingTag:{type:"string",default:"h3"},headFontSize:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size"}},headFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-font-size-type"}},headFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-tablet"}},headFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-mobile"}},headFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"main-title-font-family"}},headFontWeight:{type:"string",UAGCopyPaste:{styleType:"main-title-font-weight"}},headFontStyle:{type:"string",UAGCopyPaste:{styleType:"main-title-font-style"}},headTransform:{type:"string",UAGCopyPaste:{styleType:"main-title-transform"}},headDecoration:{type:"string",UAGCopyPaste:{styleType:"main-title-decoration"}},headLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing"}},headLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-tablet"}},headLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-mobile"}},headLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-letter-spacing-type"}},subHeadTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},subHeadDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},headLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"main-title-line-height-type"}},headLineHeight:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height"}},headLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},headLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},headLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"main-title-load-google-fonts"}},subHeadFontSize:{type:"number",UAGCopyPaste:{styleType:"desc-font-size"}},subHeadFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-font-size-type"}},subHeadFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"}},subHeadFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"}},subHeadFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"desc-font-family"}},subHeadFontWeight:{type:"string",UAGCopyPaste:{styleType:"desc-font-weight"}},subHeadFontStyle:{type:"string",UAGCopyPaste:{styleType:"desc-font-style"}},subHeadLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"desc-line-height-type"}},subHeadLineHeight:{type:"number",UAGCopyPaste:{styleType:"desc-line-height"}},subHeadLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},subHeadLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},subHeadLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"desc-load-google-fonts"}},subHeadLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},subHeadLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},subHeadLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},subHeadLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}},headSpace:{type:"number",default:10,UAGCopyPaste:{styleType:"main-title-bottom-margin"}},subHeadSpace:{type:"number",default:20,UAGCopyPaste:{styleType:"desc-bottom-margin"}},seperatorSpace:{type:"number",default:0,UAGCopyPaste:{styleType:"separator-bottom-margin"}},iconimgBorderRadius:{type:"number",default:0,UAGCopyPaste:{styleType:"icon-border-radius"}},source_type:{type:"string",default:"icon"},block_id:{type:"string",default:"not_set"},sourceAlign:{type:"string",default:"top"},ctaTarget:{type:"boolean",default:!1},ctaIcon:{type:"string",default:""},ctaIconPosition:{type:"string",default:"after"},ctaIconSpace:{type:"number",default:5,UAGCopyPaste:{styleType:"btn-icon-space"}},ctaIconSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"btn-icon-space"}},ctaIconSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"btn-icon-space"}},ctaIconSpaceType:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-icon-space-type"}},seperatorPosition:{type:"string",default:"after_title",UAGCopyPaste:{styleType:"seperator-position"}},seperatorStyle:{type:"string",default:"none",UAGCopyPaste:{styleType:"separator-style"}},seperatorColor:{type:"string",UAGCopyPaste:{styleType:"separator-color"},default:"#333"},seperatorWidth:{type:"number",UAGCopyPaste:{styleType:"separator-width"},default:30},seperatorWidthTablet:{type:"number",UAGCopyPaste:{styleType:"separator-width"}},seperatorWidthMobile:{type:"number",UAGCopyPaste:{styleType:"separator-width"}},separatorWidthType:{type:"string",default:"%",UAGCopyPaste:{styleType:"separator-width-type"}},seperatorThickness:{type:"number",default:2,UAGCopyPaste:{styleType:"separator-thickness"}},thicknessUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"separator-thickness-unit"}},ctaType:{type:"string",default:"none"},ctaText:{type:"html",default:"Read More"},ctaLink:{type:"string",default:"#"},ctaLinkColor:{type:"string",UAGCopyPaste:{styleType:"btn-color"}},ctaTransform:{type:"string",UAGCopyPaste:{styleType:"btn-transform"}},ctaDecoration:{type:"string",UAGCopyPaste:{styleType:"btn-decoration"}},ctaFontSize:{type:"number",UAGCopyPaste:{styleType:"btn-font-size"}},ctaFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-font-size-type"}},ctaFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"btn-font-size-mobile"}},ctaFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"btn-font-size-tablet"}},ctaFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"btn-font-family"}},ctaFontWeight:{type:"string",UAGCopyPaste:{styleType:"btn-font-weight"}},ctaFontStyle:{type:"string",UAGCopyPaste:{styleType:"btn-font-style"}},ctaLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"cta-line-height-type"}},ctaLineHeight:{type:"number",UAGCopyPaste:{styleType:"cta-line-height"}},ctaLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"cta-line-height-tablet"}},ctaLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"cta-line-height-mobile"}},ctaLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"cta-letter-spacing"}},ctaLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"cta-letter-spacing-tablet"}},ctaLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"cta-letter-spacing-mobile"}},ctaLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"cta-letter-spacing-type"}},ctaLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"cta-load-google-font"}},ctaBtnLinkColor:{type:"string",UAGCopyPaste:{styleType:"btn-color"}},ctaLinkHoverColor:{type:"string",default:"",UAGCopyPaste:{styleType:"btn-hover-color"}},ctaBgColor:{type:"string",UAGCopyPaste:{styleType:"btn-bg-color"}},ctaBgHoverColor:{type:"string",UAGCopyPaste:{styleType:"btn-bg-hover-color"}},ctaBorderColor:{type:"string"},ctaBorderhoverColor:{type:"string"},ctaBorderStyle:{type:"string"},ctaBtnVertPadding:{type:"number",UAGCopyPaste:{styleType:"btn-vertical-padding"}},ctaBtnHrPadding:{type:"number",UAGCopyPaste:{styleType:"btn-horizontal-padding"}},ctaBorderWidth:{type:"number"},ctaBorderRadius:{type:"number"},iconLeftMargin:{type:"number",UAGCopyPaste:{styleType:"icon-left-margin"}},iconRightMargin:{type:"number",UAGCopyPaste:{styleType:"icon-right-margin"}},iconTopMargin:{type:"number",UAGCopyPaste:{styleType:"icon-top-margin"}},iconBottomMargin:{type:"number",UAGCopyPaste:{styleType:"icon-bottom-margin"}},iconImage:{type:"object",default:{url:"",alt:"InfoBox placeholder img"}},imageSize:{type:"string",default:"thumbnail",UAGCopyPaste:{styleType:"image-size"}},imageWidth:{type:"number",UAGCopyPaste:{styleType:"image-width"},default:""},imageWidthMobile:{type:"number",UAGCopyPaste:{styleType:"image-width-mobile"}},imageWidthTablet:{type:"number",UAGCopyPaste:{styleType:"image-width-tablet"}},imageWidthType:{type:"boolean",default:!0,UAGCopyPaste:{styleType:"image-width-type"}},stack:{type:"string",default:"tablet"},showPrefix:{type:"boolean",default:!1},showTitle:{type:"boolean",default:!0},showIcon:{type:"boolean",default:!0},showDesc:{type:"boolean",default:!0},iconMarginTopTablet:{type:"number",UAGCopyPaste:{styleType:"icon-top-margin-tablet"}},iconMarginRightTablet:{type:"number",UAGCopyPaste:{styleType:"icon-right-margin-tablet"}},iconMarginBottomTablet:{type:"number",UAGCopyPaste:{styleType:"icon-bottom-margin-tablet"}},iconMarginLeftTablet:{type:"number",UAGCopyPaste:{styleType:"icon-left-margin-tablet"}},iconMarginTopMobile:{type:"number",UAGCopyPaste:{styleType:"icon-top-margin-mobile"}},iconMarginRightMobile:{type:"number",UAGCopyPaste:{styleType:"icon-right-margin-mobile"}},iconMarginBottomMobile:{type:"number",UAGCopyPaste:{styleType:"icon-bottom-margin-mobile"}},iconMarginLeftMobile:{type:"number",UAGCopyPaste:{styleType:"icon-left-margin-mobile"}},iconMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"icon-margin-unit"}},iconMobileMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"icon-margin-unit-mobile"}},iconTabletMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"icon-margin-unit-tablet"}},spacingLink:{type:"boolean",default:!1},paddingspacingLink:{type:"boolean",default:!1},paddingBtnUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit"}},mobilePaddingBtnUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-mobile-unit"}},tabletPaddingBtnUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-tablet-unit"}},paddingBtnTop:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding"}},paddingBtnBottom:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding"}},paddingBtnLeft:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding"}},paddingBtnRight:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding"}},paddingBtnTopTablet:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding-tablet"}},paddingBtnRightTablet:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding-tablet"}},paddingBtnBottomTablet:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding-tablet"}},paddingBtnLeftTablet:{type:"number",UAGCopyPaste:{styleType:"btn-padding-tablet"}},paddingBtnTopMobile:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding-mobile"}},paddingBtnRightMobile:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding-mobile"}},paddingBtnBottomMobile:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding-mobile"}},paddingBtnLeftMobile:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding-mobile"}},imageWidthUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"image-width-unit"}},imageWidthUnitTablet:{type:"string",default:"px",UAGCopyPaste:{styleType:"image-width-unit-tablet"}},imageWidthUnitMobile:{type:"string",default:"px",UAGCopyPaste:{styleType:"image-width-unit-mobile"}},iconimgBorderRadiusUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"icon-border-radius-unit"}},prefixTopMargin:{type:"number",UAGCopyPaste:{styleType:"prefix-top-margin"},default:5},prefixRightMargin:{type:"number",UAGCopyPaste:{styleType:"prefix-right-margin"}},prefixSpace:{type:"number",UAGCopyPaste:{styleType:"prefix-bottom-margin"},default:10},prefixLeftMargin:{type:"number",UAGCopyPaste:{styleType:"prefix-left-margin"}},prefixMarginTopTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-top-margin-tablet"}},prefixMarginRightTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-right-margin-tablet"}},prefixTabletSpace:{type:"number",UAGCopyPaste:{styleType:"prefix-bottom-margin-tablet"}},prefixMarginLeftTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-left-margin-tablet"}},prefixMarginTopMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-top-margin-mobile"}},prefixMarginRightMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-right-margin-mobile"}},prefixMobileSpace:{type:"number",UAGCopyPaste:{styleType:"prefix-bottom-margin-mobile"}},prefixMarginLeftMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-left-margin-mobile"}},prefixSpaceUnit:{type:"number",default:"px",UAGCopyPaste:{styleType:"prefix-margin-unit"}},prefixMobileMarginUnit:{type:"number",default:"px",UAGCopyPaste:{styleType:"prefix-margin-mobile-unit"}},prefixTabletMarginUnit:{type:"number",default:"px",UAGCopyPaste:{styleType:"prefix-margin-tablet-unit"}},prefixLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},prefixLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},prefixLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},prefixLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}},headTopMargin:{type:"number",UAGCopyPaste:{styleType:"main-title-top-margin"}},headRightMargin:{type:"number",UAGCopyPaste:{styleType:"main-title-right-margin"}},headLeftMargin:{type:"number",UAGCopyPaste:{styleType:"main-title-left-margin"}},headMarginTopTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-top-margin-tablet"}},headMarginRightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-right-margin-tablet"}},headTabletSpace:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin-tablet"}},headMarginLeftTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-margin-mobile"}},headMarginTopMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-top-margin-mobile"}},headMarginRightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-right-margin-mobile"}},headMobileSpace:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin-mobile"}},headMarginLeftMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-left-margin-mobile"}},headSpaceUnit:{type:"number",UAGCopyPaste:{styleType:"main-title-margin-unit"},default:"px"},headMobileMarginUnit:{type:"number",UAGCopyPaste:{styleType:"main-title-margin-unit-mobile"},default:"px"},headTabletMarginUnit:{type:"number",UAGCopyPaste:{styleType:"main-title-margin-unit-tablet"},default:"px"},blockTopPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-top-padding"}},blockRightPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-right-padding"}},blockLeftPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-left-padding"}},blockBottomPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-bottom-padding"}},blockTopPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-top-padding-tablet"}},blockRightPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-right-padding-tablet"}},blockLeftPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-left-padding-tablet"}},blockBottomPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-bottom-padding-tablet"}},blockTopPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-top-padding-mobile"}},blockRightPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-right-padding-mobile"}},blockLeftPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-left-padding-mobile"}},blockBottomPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-bottom-padding-mobile"}},blockPaddingUnit:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-padding-unit"}},blockPaddingUnitTablet:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-padding-unit-tablet"}},blockPaddingUnitMobile:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-padding-unit-mobile"}},blockPaddingLink:{type:"boolean",default:!0,isUAGStyle:!0},separatorTopMargin:{type:"number",UAGCopyPaste:{styleType:"separator-top-margin"}},separatorRightMargin:{type:"number",UAGCopyPaste:{styleType:"separator-right-margin"}},separatorLeftMargin:{type:"number",UAGCopyPaste:{styleType:"separator-left-margin"}},separatorMarginTopTablet:{type:"number",UAGCopyPaste:{styleType:"separator-top-margin-tablet"}},separatorMarginRightTablet:{type:"number",UAGCopyPaste:{styleType:"separator-right-margin-tablet"}},seperatorTabletSpace:{type:"number",UAGCopyPaste:{styleType:"separator-bottom-margin-tablet"}},separatorMarginLeftTablet:{type:"number",UAGCopyPaste:{styleType:"separator-left-margin-tablet"}},separatorMarginTopMobile:{type:"number",UAGCopyPaste:{styleType:"separator-top-margin-mobile"}},separatorMarginRightMobile:{type:"number",UAGCopyPaste:{styleType:"separator-right-margin-mobile"}},seperatorMobileSpace:{type:"number",UAGCopyPaste:{styleType:"separator-bottom-margin-mobile"}},separatorMarginLeftMobile:{type:"number",UAGCopyPaste:{styleType:"separator-left-margin-mobile"}},seperatorSpaceUnit:{type:"number",default:"px",UAGCopyPaste:{styleType:"separator-margin-unit"}},separatorMobileMarginUnit:{type:"number",UAGCopyPaste:{styleType:"separator-margin-unit-mobile"},default:"px"},separatorTabletMarginUnit:{type:"number",UAGCopyPaste:{styleType:"separator-margin-unit-tablet"},default:"px"},subHeadTopMargin:{type:"number",UAGCopyPaste:{styleType:"desc-top-margin"}},subHeadRightMargin:{type:"number",UAGCopyPaste:{styleType:"desc-right-margin"}},subHeadLeftMargin:{type:"number",UAGCopyPaste:{styleType:"desc-left-margin"}},subHeadMarginTopTablet:{type:"number",UAGCopyPaste:{styleType:"desc-top-margin-tablet"}},subHeadMarginRightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-right-margin-tablet"}},subHeadTabletSpace:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin-tablet"}},subHeadMarginLeftTablet:{type:"number",UAGCopyPaste:{styleType:"desc-left-margin-tablet"}},subHeadMarginTopMobile:{type:"number",UAGCopyPaste:{styleType:"desc-top-margin-mobile"}},subHeadMarginRightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-right-margin-mobile"}},subHeadMobileSpace:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin-mobile"}},subHeadMarginLeftMobile:{type:"number",UAGCopyPaste:{styleType:"desc-left-margin-mobile"}},subHeadSpaceUnit:{type:"number",UAGCopyPaste:{styleType:"desc-margin-unit"},default:"px"},subHeadMobileMarginUnit:{type:"number",UAGCopyPaste:{styleType:"desc-margin-unit-mobile"},default:"px"},subHeadTabletMarginUnit:{type:"number",UAGCopyPaste:{styleType:"desc-margin-unit-tablet"},default:"px"},isPreview:{type:"boolean",default:!1},iconView:{type:"string",default:"none"},iconShape:{type:"string",default:"Circle"},iconBackgroundColor:{type:"string",default:"#6EC1E3",UAGCopyPaste:{styleType:"icon-bg-color"}},iconBackgroundHoverColor:{type:"string",default:"",UAGCopyPaste:{styleType:"icon-bg-hover-color"}},iconBorderWidth:{type:"number",default:3,UAGCopyPaste:{styleType:"icon-border-width"}},...Object(i.a)("btn")};t.a=o},function(e,t,a){"use strict";t.a={block_id:{type:"string"},classMigrate:{type:"boolean",default:!1},align:{type:"string",default:"center",UAGCopyPaste:{styleType:"overall-alignment"}},tag:{type:"string",default:"h3"},title:{selector:"h1,h2,h3,h4,h5,h6,span,div",default:"John Doe"},prefix:{selector:"div.uagb-team__prefix",default:"Designation"},description_text:{selector:"p",default:"Click here to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo."},titleColor:{type:"string",UAGCopyPaste:{styleType:"main-title-color"}},prefixColor:{type:"string",default:"#888888",UAGCopyPaste:{styleType:"prefix-color"}},descColor:{type:"string",UAGCopyPaste:{styleType:"desc-color"}},socialColor:{type:"string",default:"#333",UAGCopyPaste:{styleType:"icon-color"}},socialHoverColor:{type:"string",UAGCopyPaste:{styleType:"icon-hover-color"}},titleFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"main-title-font-family"}},titleFontWeight:{type:"string",UAGCopyPaste:{styleType:"main-title-font-weight"}},titleFontStyle:{type:"string",default:"normal",UAGCopyPaste:{styleType:"main-title-font-style"}},titleTransform:{type:"string",UAGCopyPaste:{styleType:"main-title-transform"}},titleDecoration:{type:"string",UAGCopyPaste:{styleType:"main-title-decoration"}},titleFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-font-size-type"}},titleLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"main-title-line-height-type"}},titleFontSize:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size"}},titleFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-tablet"}},titleFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-mobile"}},titleLineHeight:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height"}},titleLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},titleLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-mobile"}},prefixFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"prefix-font-family"}},prefixFontWeight:{type:"string",UAGCopyPaste:{styleType:"prefix-font-weight"}},prefixFontStyle:{type:"string",UAGCopyPaste:{styleType:"prefix-font-style"}},prefixTransform:{type:"string",UAGCopyPaste:{styleType:"prefix-transform"}},prefixDecoration:{type:"string",UAGCopyPaste:{styleType:"prefix-decoration"}},prefixFontSizeType:{type:"string",UAGCopyPaste:{styleType:"prefix-font-size-type"},default:"px"},prefixLineHeightType:{type:"string",UAGCopyPaste:{styleType:"prefix-line-height-type"},default:"em"},prefixFontSize:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size"},default:15},prefixFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-tablet"}},prefixFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-mobile"}},prefixLineHeight:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height"}},prefixLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height-tablet"}},prefixLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height-mobile"}},descFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"desc-font-family"}},descFontWeight:{type:"string",UAGCopyPaste:{styleType:"desc-font-weight"}},descFontStyle:{type:"string",UAGCopyPaste:{styleType:"desc-font-style"},default:"normal"},descTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},descDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},descFontSizeType:{type:"string",UAGCopyPaste:{styleType:"desc-font-size-type"},default:"px"},descLineHeightType:{type:"string",UAGCopyPaste:{styleType:"desc-line-height-type"},default:"em"},descFontSize:{type:"number",UAGCopyPaste:{styleType:"desc-font-size"}},descFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"}},descFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"}},descLineHeight:{type:"number",UAGCopyPaste:{styleType:"desc-line-height"}},descLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},descLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},socialFontSize:{type:"number",UAGCopyPaste:{styleType:"icon-size"},default:20},socialFontSizeType:{type:"string",UAGCopyPaste:{styleType:"icon-size-type"},default:"px"},socialFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"icon-size-mobile"}},socialFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"icon-size-tablet"}},image:{type:"object",default:null},imgStyle:{type:"string",UAGCopyPaste:{styleType:"image-style"},default:"normal"},imgPosition:{type:"string",UAGCopyPaste:{styleType:"image-position"},default:"above"},imgAlign:{type:"string",UAGCopyPaste:{styleType:"image-align"},default:"top"},imgSize:{type:"string",default:"thumbnail",UAGCopyPaste:{styleType:"image-size"}},imgWidth:{type:"number",default:100,UAGCopyPaste:{styleType:"image-width"}},imgWidthMobile:{type:"number",UAGCopyPaste:{styleType:"image-width-mobile"}},imgWidthTablet:{type:"number",UAGCopyPaste:{styleType:"image-width-tablet"}},titleSpace:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin"},default:6},titleSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin-mobile"}},titleSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin-tablet"}},prefixSpace:{type:"number",UAGCopyPaste:{styleType:"prefix-bottom-margin"},default:11},prefixSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-bottom-margin-tablet"}},prefixSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-bottom-margin-mobile"}},descSpace:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin"},default:18},descSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin-tablet"}},descSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin-mobile"}},imgLeftMargin:{type:"number",UAGCopyPaste:{styleType:"image-left-margin"}},imgRightMargin:{type:"number",UAGCopyPaste:{styleType:"image-right-margin"}},imgTopMargin:{type:"number",UAGCopyPaste:{styleType:"image-top-margin"}},imgBottomMargin:{type:"number",UAGCopyPaste:{styleType:"image-bottom-margin"},default:15},socialEnable:{type:"boolean",default:!0},socialSpace:{type:"number",UAGCopyPaste:{styleType:"icon-bottom-margin"},default:20},socialSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"icon-bottom-margin-tablet"}},socialSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"icon-bottom-margin-mobile"}},socialTarget:{type:"boolean",default:!1},twitterIcon:{type:"string",default:"twitter"},fbIcon:{type:"string",default:"facebook"},linkedinIcon:{type:"string",default:"linkedin"},pinIcon:{type:"string",default:"pinterest"},twitterLink:{type:"string",default:"#"},fbLink:{type:"string",default:"#"},linkedinLink:{type:"string",default:"#"},pinLink:{type:"string",default:"#"},stack:{type:"string",default:"tablet"},titleLoadGoogleFonts:{type:"boolean",UAGCopyPaste:{styleType:"main-title-load-google-fonts"},default:!1},prefixLoadGoogleFonts:{type:"boolean",UAGCopyPaste:{styleType:"prefix-load-google-fonts"},default:!1},descLoadGoogleFonts:{type:"boolean",UAGCopyPaste:{styleType:"desc-load-google-fonts"},default:!1},imageLeftMargin:{type:"number",default:20,UAGCopyPaste:{styleType:"image-left-margin"}},imageRightMargin:{type:"number",UAGCopyPaste:{styleType:"image-right-margin"},default:20},imageTopMargin:{type:"number",UAGCopyPaste:{styleType:"image-top-margin"}},imageBottomMargin:{type:"number",UAGCopyPaste:{styleType:"image-bottom-margin"}},imageMarginTopTablet:{type:"number",UAGCopyPaste:{styleType:"image-top-margin-tablet"}},imageMarginRightTablet:{type:"number",default:"auto",UAGCopyPaste:{styleType:"image-right-margin-tablet"}},imageMarginBottomTablet:{type:"number",UAGCopyPaste:{styleType:"image-bottom-margin-tablet"}},imageMarginLeftTablet:{type:"number",UAGCopyPaste:{styleType:"image-left-margin-tablet"},default:"auto"},imageMarginTopMobile:{type:"number",UAGCopyPaste:{styleType:"image-top-margin-mobile"}},imageMarginRightMobile:{type:"number",UAGCopyPaste:{styleType:"image-right-margin-mobile"},default:"auto"},imageMarginBottomMobile:{type:"number",UAGCopyPaste:{styleType:"image-bottom-margin-mobile"}},imageMarginLeftMobile:{type:"number",default:"auto",UAGCopyPaste:{styleType:"image-left-margin-mobile"}},imageMarginUnit:{type:"string",UAGCopyPaste:{styleType:"image-margin-unit"},default:"px"},tabletImageMarginUnit:{type:"string",UAGCopyPaste:{styleType:"image-margin-unit-tablet"},default:"px"},mobileImageMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"image-margin-unit-mobile"}},spacingLink:{type:"boolean",default:!1},isPreview:{type:"boolean",default:!1},titleLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing"}},titleLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-tablet"}},titleLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-mobile"}},titleLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-letter-spacing-type"}},prefixLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"main-prefix-letter-spacing"}},prefixLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"main-prefix-letter-spacing-tablet"}},prefixLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"main-prefix-letter-spacing-mobile"}},prefixLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-prefix-letter-spacing-type"}},descLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},descLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},descLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},descLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}}}},function(e,t,a){"use strict";var i=a(1);const o={block_id:{type:"string"},description:{type:"string",default:Object(i.__)("Lorem ipsum dolor sit amet, consectetur adipiscing elit.")},title:{type:"string",default:Object(i.__)("Menu Item")},price:{type:"string",default:Object(i.__)("$9")},image:{type:"object",default:{url:uagb_blocks_info.uagb_url+"/admin/assets/images/uag-placeholder.svg"}},imagePosition:{type:"string",default:"left",UAGCopyPaste:{styleType:"image-position"}},imageAlignment:{type:"string",default:"top",UAGCopyPaste:{styleType:"image-align"}},imageSize:{type:"string",default:"medium",UAGCopyPaste:{styleType:"image-size"}},headingTag:{type:"string",default:"h4"},columns:{type:"number",default:2},tcolumns:{type:"number",default:2},mcolumns:{type:"number",default:1},headingAlign:{type:"string",default:"left",UAGCopyPaste:{styleType:"main-title-align"}},stack:{type:"string",default:"tablet"},imgAlign:{type:"string",UAGCopyPaste:{styleType:"image-align"},default:"side"},showImage:{type:"boolean",default:!0}};t.a=o},function(e,t,a){"use strict";var i=a(12);const o={block_id:{type:"string"},classMigrate:{type:"boolean",default:!1},showDescription:{type:"boolean",default:!0},align:{type:"string",default:"center",UAGCopyPaste:{styleType:"overall-alignment"}},textAlign:{type:"string",default:"center",UAGCopyPaste:{styleType:"main-title-align"}},link:{type:"string",default:"#"},linkTarget:{type:"boolean",default:!1},titleSpace:{type:"number",default:0,UAGCopyPaste:{styleType:"main-title-bottom-margin"}},titleSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin-tablet"}},titleSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin-mobile"}},titleSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-bottom-margin"}},borderStyle:{type:"string",default:""},borderWidth:{type:"number",default:""},borderRadius:{type:"number",default:""},borderColor:{type:"string",default:""},borderHoverColor:{type:"string"},vPadding:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-vertical-padding"}},hPadding:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-horizontal-padding"}},vPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"btn-vertical-padding-tablet"}},hPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"btn-horizontal-padding-tablet"}},vPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"btn-vertical-padding-mobile"}},hPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"btn-horizontal-padding-mobile"}},paddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit"}},backgroundType:{type:"string",default:"color",UAGCopyPaste:{styleType:"btn-bg-type"}},backgroundColor:{type:"string",default:"",UAGCopyPaste:{styleType:"btn-bg-color"}},backgroundHoverColor:{type:"string",UAGCopyPaste:{styleType:"btn-bg-hover-color"}},gradientColor1:{type:"string",default:"#0170b9",UAGCopyPaste:{styleType:"btn-gradient-color-1"}},gradientColor2:{type:"string",default:"#06558a",UAGCopyPaste:{styleType:"btn-gradient-color-2"}},gradientType:{type:"string",default:"linear",UAGCopyPaste:{styleType:"btn-gradient-color-type"}},gradientLocation1:{type:"number",default:0,UAGCopyPaste:{styleType:"btn-gradient-location-1"}},gradientLocation2:{type:"number",default:100,UAGCopyPaste:{styleType:"btn-gradient-location-2"}},gradientAngle:{type:"number",default:0,UAGCopyPaste:{styleType:"btn-gradient-angel"}},backgroundOpacity:{type:"number",UAGCopyPaste:{styleType:"btn-bg-opacity"}},backgroundHoverOpacity:{type:"number",UAGCopyPaste:{styleType:"btn-bg-hover-opacity"}},titleColor:{type:"string",default:"",UAGCopyPaste:{styleType:"main-title-color"}},titleHoverColor:{type:"string",UAGCopyPaste:{styleType:"main-title-hover-color"}},iconColor:{type:"string",default:"",UAGCopyPaste:{styleType:"icon-color"}},iconHoverColor:{type:"string",default:"",UAGCopyPaste:{styleType:"icon-hover-color"}},prefixColor:{type:"string",default:"",UAGCopyPaste:{styleType:"desc-color"}},prefixHoverColor:{type:"string",UAGCopyPaste:{styleType:"desc-hover-color"}},heading:{source:"html",selector:"h1,h2,h3,h4,h5,h6,span,p",default:"Subscribe Now"},prefix:{source:"html",selector:".uagb-marketing-btn__prefix",default:"Get access to Premium Features for FREE for a year!"},icon:{type:"string",default:"up-right-from-square"},iconPosition:{type:"string",default:"after"},iconSpace:{type:"number",default:10,UAGCopyPaste:{styleType:"btn-icon-space"}},iconSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"btn-icon-space-tablet"}},iconSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"btn-icon-space-mobile"}},titleLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"main-title-load-google-fonts"}},titleFontFamily:{type:"string",UAGCopyPaste:{styleType:"main-title-font-family"},default:"Default"},titleFontWeight:{type:"string",UAGCopyPaste:{styleType:"main-title-font-weight"}},titleFontStyle:{type:"string",UAGCopyPaste:{styleType:"main-title-font-style"}},titleFontSize:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size"},default:20},titleFontSizeType:{type:"string",UAGCopyPaste:{styleType:"main-title-font-size-type"},default:"px"},titleFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-tablet"},default:20},titleFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-mobile"},default:20},titleLineHeightType:{type:"string",UAGCopyPaste:{styleType:"main-title-line-height-type"},default:"em"},titleLineHeight:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height"}},titleLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},titleLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-mobile"}},titleTag:{type:"string",default:"span"},prefixLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"desc-load-google-font"}},prefixFontFamily:{type:"string",UAGCopyPaste:{styleType:"desc-font-family"},default:"Default"},prefixFontWeight:{type:"string",UAGCopyPaste:{styleType:"desc-font-weight"}},prefixFontStyle:{type:"string",UAGCopyPaste:{styleType:"desc-font-style"}},prefixFontSize:{type:"number",UAGCopyPaste:{styleType:"desc-font-size"},default:14},prefixFontSizeType:{type:"string",UAGCopyPaste:{styleType:"desc-font-size-unit"},default:"px"},prefixFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"},default:14},prefixFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"},default:14},prefixLineHeightType:{type:"string",UAGCopyPaste:{styleType:"desc-line-height-type"},default:"em"},prefixLineHeight:{type:"number",UAGCopyPaste:{styleType:"desc-line-height"},default:2},prefixLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},prefixLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},iconFontSize:{type:"number",default:20,UAGCopyPaste:{styleType:"icon-size"}},iconFontSizeType:{type:"string",UAGCopyPaste:{styleType:"icon-size-type"},default:"px"},iconFontSizeTablet:{type:"number",default:20,UAGCopyPaste:{styleType:"icon-size-tablet"}},iconFontSizeMobile:{type:"number",default:20,UAGCopyPaste:{styleType:"icon-size-mobile"}},spacingLink:{type:"boolean",default:!1},paddingBtnUnit:{type:"string",UAGCopyPaste:{styleType:"btn-padding-unit"},default:"px"},mobilePaddingBtnUnit:{type:"string",UAGCopyPaste:{styleType:"btn-padding-unit-mobile"},default:"px"},tabletPaddingBtnUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit-tablet"}},paddingBtnTop:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-top-padding"}},paddingBtnBottom:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-bottom-padding"}},paddingBtnLeft:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-left-padding"}},paddingBtnRight:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-right-padding"}},paddingBtnTopTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-top-padding-tablet"}},paddingBtnRightTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-right-padding-tablet"}},paddingBtnBottomTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-bottom-padding-tablet"}},paddingBtnLeftTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-left-padding-tablet"}},paddingBtnTopMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-top-padding-mobile"}},paddingBtnRightMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-right-padding-mobile"}},paddingBtnBottomMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-bottom-padding-mobile"}},paddingBtnLeftMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-left-padding-mobile"}},titleTransform:{type:"string",UAGCopyPaste:{styleType:"main-title-transform"}},titleDecoration:{type:"string",UAGCopyPaste:{styleType:"main-title-decoration"}},prefixTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},prefixDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},isPreview:{type:"boolean",default:!1},...Object(i.a)("btn"),titleLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing"}},titleLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-tablet"}},titleLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-mobile"}},titleLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-letter-spacing-type"}},prefixLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},prefixLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},prefixLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},prefixLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}}};t.a=o},function(e,t,a){"use strict";var i=a(12);const o={block_id:{type:"string"},layout:{type:"string",default:"accordion"},inactiveOtherItems:{type:"boolean",default:!0},expandFirstItem:{type:"boolean",default:!0},enableSchemaSupport:{type:"boolean",default:!1},align:{type:"string",default:"left",UAGCopyPaste:{styleType:"overall-alignment"}},enableSeparator:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"enable-separator"}},rowsGap:{type:"number",default:10,UAGCopyPaste:{styleType:"row-gap"}},rowsGapTablet:{type:"number",UAGCopyPaste:{styleType:"row-gap-tablet"}},rowsGapMobile:{type:"number",UAGCopyPaste:{styleType:"row-gap-mobile"}},rowsGapUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"row-gap-type"}},columnsGap:{type:"number",default:10,UAGCopyPaste:{styleType:"column-gap"}},columnsGapTablet:{type:"number",UAGCopyPaste:{styleType:"column-gap-tablet"}},columnsGapMobile:{type:"number",UAGCopyPaste:{styleType:"column-gap-mobile"}},columnsGapUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-gap-type"}},boxBgColor:{type:"string",UAGCopyPaste:{styleType:"faq-bg-color"},default:""},boxBgHoverColor:{type:"string",UAGCopyPaste:{styleType:"faq-bg-hover-color"},default:""},boxPaddingTypeMobile:{type:"string",UAGCopyPaste:{styleType:"faq-padding-type-mobile"},default:"px"},boxPaddingTypeTablet:{type:"string",default:"px",UAGCopyPaste:{styleType:"faq-padding-type-tablet"}},boxPaddingTypeDesktop:{type:"string",default:"px",UAGCopyPaste:{styleType:"faq-padding-type-desktop"}},vBoxPaddingMobile:{type:"number",default:10,UAGCopyPaste:{styleType:"faq-vertical-padding-mobile"}},hBoxPaddingMobile:{type:"number",default:10,UAGCopyPaste:{styleType:"faq-horizontal-padding-mobile"}},vBoxPaddingTablet:{type:"number",default:10,UAGCopyPaste:{styleType:"faq-vertical-padding-tablet"}},hBoxPaddingTablet:{type:"number",default:10,UAGCopyPaste:{styleType:"faq-horizontal-padding-tablet"}},vBoxPaddingDesktop:{type:"number",default:10,UAGCopyPaste:{styleType:"faq-vertical-padding-desktop"}},hBoxPaddingDesktop:{type:"number",default:10,UAGCopyPaste:{styleType:"faq-horizontal-padding-desktop"}},borderStyle:{type:"string"},borderWidth:{type:"number"},borderRadius:{type:"number"},borderColor:{type:"string"},borderHoverColor:{type:"string"},questionTextColor:{type:"string",UAGCopyPaste:{styleType:"main-title-color"}},questionTextActiveColor:{type:"string",UAGCopyPaste:{styleType:"main-title-hover-color"}},questionTextBgColor:{type:"string",UAGCopyPaste:{styleType:"main-title-bg-color"}},questionTextActiveBgColor:{type:"string",UAGCopyPaste:{styleType:"main-title-hover-bg-color"}},questionPaddingTypeDesktop:{type:"string",UAGCopyPaste:{styleType:"main-title-padding-type-desktop"},default:"px"},questionPaddingTypeTablet:{type:"string",UAGCopyPaste:{styleType:"main-title-padding-type-tablet"},default:"px"},questionPaddingTypeMobile:{type:"string",UAGCopyPaste:{styleType:"main-title-padding-type-mobile"},default:"px"},vquestionPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-vertical-padding-mobile"},default:10},vquestionPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-vertical-padding-tablet"},default:10},vquestionPaddingDesktop:{type:"number",UAGCopyPaste:{styleType:"main-title-vertical-padding-desktop"},default:10},hquestionPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-horizontal-padding-mobile"},default:10},hquestionPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-horizontal-padding-tablet"},default:10},hquestionPaddingDesktop:{type:"number",UAGCopyPaste:{styleType:"main-title-horizontal-padding-desktop"},default:10},answerTextColor:{type:"string",UAGCopyPaste:{styleType:"desc-color"}},answerPaddingTypeDesktop:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-padding-type-desktop"}},answerPaddingTypeTablet:{type:"string",UAGCopyPaste:{styleType:"desc-padding-type-tablet"},default:"px"},answerPaddingTypeMobile:{type:"string",UAGCopyPaste:{styleType:"desc-padding-type-mobile"},default:"px"},vanswerPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-vertical-padding-mobile"},default:10},vanswerPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-vertical-padding-tablet"},default:10},vanswerPaddingDesktop:{type:"number",UAGCopyPaste:{styleType:"desc-vertical-padding-desktop"},default:10},hanswerPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-horizontal-padding-mobile"},default:10},hanswerPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-horizontal-padding-tablet"},default:10},hanswerPaddingDesktop:{type:"number",UAGCopyPaste:{styleType:"desc-horizontal-padding-desktop"},default:10},iconColor:{type:"string",UAGCopyPaste:{styleType:"icon-color"}},iconActiveColor:{type:"string",UAGCopyPaste:{styleType:"icon-hover-color"}},gapBtwIconQUestion:{type:"number",default:10,UAGCopyPaste:{styleType:"icon-spacing"}},gapBtwIconQUestionTablet:{type:"number",UAGCopyPaste:{styleType:"icon-spacing-tablet"}},gapBtwIconQUestionMobile:{type:"number",UAGCopyPaste:{styleType:"icon-spacing-mobile"}},questionloadGoogleFonts:{type:"boolean",UAGCopyPaste:{styleType:"main-title-load-google-fonts"},default:!1},answerloadGoogleFonts:{type:"boolean",UAGCopyPaste:{styleType:"desc-load-google-fonts"},default:!1},questionFontFamily:{type:"string",UAGCopyPaste:{styleType:"main-title-font-family"},default:"Default"},questionFontWeight:{type:"string",UAGCopyPaste:{styleType:"main-title-font-weight"}},questionFontStyle:{type:"string",UAGCopyPaste:{styleType:"main-title-font-style"},default:"normal"},questionTransform:{type:"string",UAGCopyPaste:{styleType:"main-title-transform"}},questionDecoration:{type:"string",UAGCopyPaste:{styleType:"main-title-decoration"}},questionFontSize:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size"}},questionFontSizeType:{type:"string",UAGCopyPaste:{styleType:"main-title-font-size-type"},default:"px"},questionFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-tablet"}},questionFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-mobile"}},questionLineHeight:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height"}},questionLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"main-title-line-height-type"}},questionLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},questionLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-mobile"}},answerFontFamily:{type:"string",UAGCopyPaste:{styleType:"desc-font-family"},default:"Default"},answerFontWeight:{type:"string",UAGCopyPaste:{styleType:"desc-font-weight"}},answerFontStyle:{type:"string",UAGCopyPaste:{styleType:"desc-font-style"},default:"normal"},answerTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},answerDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},answerFontSize:{type:"number",UAGCopyPaste:{styleType:"desc-font-size"}},answerFontSizeType:{type:"string",UAGCopyPaste:{styleType:"desc-font-size-type"},default:"px"},answerFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"}},answerFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"}},answerLineHeight:{type:"number",UAGCopyPaste:{styleType:"desc-line-height"}},answerLineHeightType:{type:"string",UAGCopyPaste:{styleType:"desc-line-height-type"},default:"em"},answerLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},answerLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},icon:{type:"string",default:"plus"},iconActive:{type:"string",default:"minus"},iconAlign:{type:"string",default:"row",UAGCopyPaste:{styleType:"icon-align"}},iconSize:{type:"number",default:12,UAGCopyPaste:{styleType:"icon-size"}},iconSizeTablet:{type:"number",UAGCopyPaste:{styleType:"icon-size-tablet"}},iconSizeMobile:{type:"number",UAGCopyPaste:{styleType:"icon-size-mobile"}},iconSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"icon-size-type"}},columns:{type:"number",default:2,UAGCopyPaste:{styleType:"column-count"}},tcolumns:{type:"number",default:2,UAGCopyPaste:{styleType:"column-count-tablet"}},mcolumns:{type:"number",default:1,UAGCopyPaste:{styleType:"column-count-mobile"}},schema:{type:"string",default:""},enableToggle:{type:"boolean",default:!0},equalHeight:{type:"boolean",default:!0,UAGCopyPaste:{styleType:"equal-height"}},questionLeftPaddingTablet:{type:"number",default:10,UAGCopyPaste:{styleType:"main-title-left-padding-tablet"}},questionBottomPaddingTablet:{type:"number",default:10,UAGCopyPaste:{styleType:"main-title-bottom-padding-tablet"}},questionLeftPaddingDesktop:{type:"number",default:10,UAGCopyPaste:{styleType:"main-title-left-padding-desktop"}},questionBottomPaddingDesktop:{type:"number",default:10,UAGCopyPaste:{styleType:"main-title-bottom-padding-desktop"}},questionLeftPaddingMobile:{type:"number",default:10,UAGCopyPaste:{styleType:"main-title-left-padding-mobile"}},questionBottomPaddingMobile:{type:"number",default:10,UAGCopyPaste:{styleType:"main-title-bottom-padding-mobile"}},headingTag:{type:"html",selector:"span,p,h1,h2,h3,h4,h5,h6",default:"span"},questionSpacingLink:{type:"boolean",default:!1},answerSpacingLink:{type:"boolean",default:!1},answerTopPadding:{type:"number",UAGCopyPaste:{styleType:"desc-top-padding"}},answerRightPadding:{type:"number",UAGCopyPaste:{styleType:"desc-right-padding"}},answerBottomPadding:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-padding"}},answerLeftPadding:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding"}},answerTopPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-top-padding-tablet"}},answerRightPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-right-padding-tablet"}},answerBottomPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-padding-tablet"}},answerLeftPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding-tablet"}},answerTopPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-top-padding-mobile"}},answerRightPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-right-padding-mobile"}},answerBottomPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-padding-mobile"}},answerLeftPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding-mobile"}},isPreview:{type:"boolean",default:!1},...Object(i.a)("overall",{borderStyle:"solid",borderTopWidth:1,borderRightWidth:1,borderBottomWidth:1,borderLeftWidth:1,borderTopLeftRadius:2,borderTopRightRadius:2,borderBottomLeftRadius:2,borderBottomRightRadius:2,borderColor:"#1e1e1e",borderHColor:""}),questionLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing"}},questionLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-tablet"}},questionLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-mobile"}},questionLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-letter-spacing-type"}},answerLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},answerLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},answerLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},answerLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}}};t.a=o},function(e,t,a){"use strict";var i=a(1),o=a(12);const n=Object(o.a)("successMsg"),l=Object(o.a)("errorMsg"),r=Object(o.a)("field",{borderStyle:"solid",borderTopLeftRadius:3,borderTopRightRadius:3,borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopWidth:1,borderRightWidth:1,borderLeftWidth:1,borderBottomWidth:1,borderColor:"#bdbdbd",borderHColor:""}),s=Object(o.a)("checkBoxToggle",{borderStyle:"solid",borderTopLeftRadius:3,borderTopRightRadius:3,borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopWidth:1,borderRightWidth:1,borderLeftWidth:1,borderBottomWidth:1,borderColor:"#1e1e1e",borderHColor:"#017cba"}),c=Object(o.a)("btn"),p={block_id:{type:"string"},formPaddingTop:{type:"number",default:25,UAGCopyPaste:{styleType:"block-top-padding"}},formPaddingRight:{type:"number",default:25,UAGCopyPaste:{styleType:"block-right-padding"}},formPaddingBottom:{type:"number",default:25,UAGCopyPaste:{styleType:"block-bottom-padding"}},formPaddingLeft:{type:"number",default:25,UAGCopyPaste:{styleType:"block-left-padding"}},formPaddingTopTab:{type:"number",default:25,UAGCopyPaste:{styleType:"block-top-padding-tablet"}},formPaddingRightTab:{type:"number",default:25,UAGCopyPaste:{styleType:"block-right-padding-tablet"}},formPaddingBottomTab:{type:"number",default:25,UAGCopyPaste:{styleType:"block-bottom-padding-tablet"}},formPaddingLeftTab:{type:"number",default:25,UAGCopyPaste:{styleType:"block-left-padding-tablet"}},formPaddingTopMob:{type:"number",default:25,UAGCopyPaste:{styleType:"block-top-padding-mobile"}},formPaddingRightMob:{type:"number",default:25,UAGCopyPaste:{styleType:"block-right-padding-mobile"}},formPaddingBottomMob:{type:"number",default:25,UAGCopyPaste:{styleType:"block-bottom-padding-mobile"}},formPaddingLeftMob:{type:"number",default:25,UAGCopyPaste:{styleType:"block-left-padding-mobile"}},formPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"block-padding-unit"}},formPaddingUnitTab:{type:"string",default:"px",UAGCopyPaste:{styleType:"block-padding-unit-tablet"}},formPaddingUnitMob:{type:"string",default:"px",UAGCopyPaste:{styleType:"block-padding-unit-mobile"}},formPaddingLink:{type:"boolean",default:!0},submitButtonText:{type:"string",default:Object(i.__)("Submit","ultimate-addons-for-gutenberg")},formLabel:{type:"string",default:Object(i.__)("Spectra Form","ultimate-addons-for-gutenberg")},buttonAlign:{type:"string",default:"left"},buttonAlignTablet:{type:"string",default:""},buttonAlignMobile:{type:"string",default:""},confirmationType:{type:"string",default:"message"},confirmationMessage:{type:"string",default:Object(i.__)("The form has been submitted successfully!","ultimate-addons-for-gutenberg")},failedMessage:{type:"string",default:Object(i.__)("There has been some error while submitting the form. Please verify all form fields again.","ultimate-addons-for-gutenberg")},failedMessageTextColor:{type:"string",UAGCopyPaste:{styleType:"failed-msg-text-color"},default:""},failedMessageBorderColor:{type:"string",default:"red"},failedMessageBGColor:{type:"string",UAGCopyPaste:{styleType:"failed-msg-bg-color"},default:""},failedMessageBorderStyle:{type:"string",default:"solid"},failedMessageBorderWidth:{type:"number",default:3},confirmationUrl:{type:"string"},sendAfterSubmitEmail:{type:"boolean",default:!0},afterSubmitToEmail:{type:"string",default:""},afterSubmitCcEmail:{type:"string",default:""},afterSubmitBccEmail:{type:"string",default:""},afterSubmitEmailSubject:{type:"string",default:Object(i.__)("Form Submission","ultimate-addons-for-gutenberg")},submitColor:{type:"string",UAGCopyPaste:{styleType:"btn-color"},default:""},submitColorHover:{type:"string",UAGCopyPaste:{styleType:"btn-hover-color"},default:""},submitBgColor:{type:"string",UAGCopyPaste:{styleType:"btn-bg-color"},default:""},submitBgColorHover:{type:"string",UAGCopyPaste:{styleType:"btn-bg-hover-color"},default:""},buttonSize:{type:"string",default:"medium",UAGCopyPaste:{styleType:"btn-color"}},submitborderStyle:{type:"string"},submitborderWidth:{type:"number"},submitborderRadius:{type:"number"},submitborderColor:{type:"string"},submitborderHoverColor:{type:"string"},hPaddingSubmit:{type:"number",UAGCopyPaste:{styleType:"btn-horizontal-padding"}},vPaddingSubmit:{type:"number",UAGCopyPaste:{styleType:"btn-vertical-padding"}},submitTextloadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"btn-load-google-fontst"}},submitTextFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"btn-font-family"}},submitTextFontWeight:{type:"string",UAGCopyPaste:{styleType:"btn-font-weight"}},submitTextFontSize:{type:"number",default:15,UAGCopyPaste:{styleType:"btn-font-size"}},submitTextFontSizeType:{type:"string",UAGCopyPaste:{styleType:"btn-font-size-type"},default:"px"},submitTextFontSizeTablet:{type:"number",default:15,UAGCopyPaste:{styleType:"btn-font-size-tablet"}},submitTextFontSizeMobile:{type:"number",default:15,UAGCopyPaste:{styleType:"btn-font-size-mobile"}},submitTextLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"btn-line-height-type"}},submitTextLineHeight:{type:"number",UAGCopyPaste:{styleType:"btn-line-height"}},submitTextLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"btn-line-height-tablet"}},submitTextLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"btn-line-height-mobile"}},labelloadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"main-title-load-google-fonts"}},labelFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"main-title-font-family"}},labelFontWeight:{type:"string",UAGCopyPaste:{styleType:"main-title-font-weight"}},labelFontSize:{type:"number",default:15,UAGCopyPaste:{styleType:"main-title-font-size"}},labelFontSizeType:{type:"string",UAGCopyPaste:{styleType:"main-title-font-size-type"},default:"px"},labelFontSizeTablet:{type:"number",default:15,UAGCopyPaste:{styleType:"main-title-font-size-tablet"}},labelFontSizeMobile:{type:"number",default:15,UAGCopyPaste:{styleType:"main-title-font-size-mobile"}},labelLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"main-title-line-height-type"}},labelLineHeight:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height"}},labelLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},labelLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-mobile"}},labelGap:{type:"number",default:10,UAGCopyPaste:{styleType:"main-title-bottom-margin"}},labelGapTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin-tablet"}},labelGapMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-margin-bottom-mobile"}},labelGapUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-margin-unit"}},inputloadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"input-load-google-fonts"}},inputFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"input-font-family"}},inputFontWeight:{type:"string",UAGCopyPaste:{styleType:"input-font-weight"}},inputFontSize:{type:"number",UAGCopyPaste:{styleType:"input-font-size"}},inputFontSizeType:{type:"string",UAGCopyPaste:{styleType:"input-font-size-type"},default:"px"},inputFontSizeTablet:{type:"number",default:15,UAGCopyPaste:{styleType:"input-font-size-tablet"}},inputFontSizeMobile:{type:"number",default:15,UAGCopyPaste:{styleType:"input-font-size-mobile"}},inputLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"input-line-height-type"}},inputLineHeight:{type:"number",UAGCopyPaste:{styleType:"input-line-height"}},toggleSize:{type:"number",UAGCopyPaste:{styleType:"toggle-size"},default:15},toggleSizeTablet:{type:"number",UAGCopyPaste:{styleType:"toggle-size"}},toggleSizeMobile:{type:"number",UAGCopyPaste:{styleType:"toggle-size"}},toggleWidthSize:{type:"number",UAGCopyPaste:{styleType:"toggle-width-size"},default:0},toggleWidthSizeTablet:{type:"number",UAGCopyPaste:{styleType:"toggle-width-size"}},toggleWidthSizeMobile:{type:"number",UAGCopyPaste:{styleType:"toggle-width-size"}},toggleColor:{type:"string",default:"#ffffff",UAGCopyPaste:{styleType:"toggle-color"}},toggleActiveColor:{type:"string",default:"#017cba",UAGCopyPaste:{styleType:"toggle-active-color"}},toggleDotColor:{type:"string",default:"#1e1e1e",UAGCopyPaste:{styleType:"toggle-dot-color"}},toggleDotActiveColor:{type:"string",default:"#ffffff",UAGCopyPaste:{styleType:"toggle-dot-active-color"}},toggleBorderStyle:{type:"string"},toggleBorderWidth:{type:"number"},toggleBorderRadius:{type:"number"},toggleBorderColor:{type:"string"},toggleBorderActiveColor:{type:"string"},inputLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"input-line-height-tablet"}},inputLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"input-line-height-mobile"}},labelColor:{type:"string",UAGCopyPaste:{styleType:"main-title-color"},default:""},labelHoverColor:{type:"string",UAGCopyPaste:{styleType:"main-title-hover-color"},default:""},inputColor:{type:"string",UAGCopyPaste:{styleType:"input-color"},default:""},bgColor:{type:"string",UAGCopyPaste:{styleType:"input-bg-color"},default:""},bgHoverColor:{type:"string",UAGCopyPaste:{styleType:"input-bg-hover-color"},default:""},bgActiveColor:{type:"string",UAGCopyPaste:{styleType:"input-bg-active-color"},default:""},inputplaceholderColor:{type:"string",UAGCopyPaste:{styleType:"input-placeholder-color"},default:"#abb8c3"},inputplaceholderHoverColor:{type:"string",UAGCopyPaste:{styleType:"input-placeholder-hover-color"},default:"#abb8c3"},inputplaceholderActiveColor:{type:"string",UAGCopyPaste:{styleType:"input-placeholder-active-color"},default:"#abb8c3"},inputactiveColor:{type:"string",UAGCopyPaste:{styleType:"input-active-color"},default:"#000000"},inputborderStyle:{type:"string"},inputborderWidth:{type:"number"},inputborderRadius:{type:"number"},inputborderColor:{type:"string"},inputborderHoverColor:{type:"string"},hPaddingField:{type:"number",default:10,UAGCopyPaste:{styleType:"field-h-padding"}},vPaddingField:{type:"number",default:10,UAGCopyPaste:{styleType:"field-v-padding"}},fieldGap:{type:"number",default:20,UAGCopyPaste:{styleType:"field-gap"}},fieldGapTablet:{type:"number",UAGCopyPaste:{styleType:"field-gap"}},fieldGapMobile:{type:"number",UAGCopyPaste:{styleType:"field-gap"}},formStyle:{type:"string",default:"boxed",UAGCopyPaste:{styleType:"form-style"}},overallAlignment:{type:"string",default:"left",UAGCopyPaste:{styleType:"overall-alignment"}},reCaptchaEnable:{type:"boolean",default:!1},reCaptchaType:{type:"string",default:"v2"},reCaptchaSiteKeyV2:{type:"string",default:""},reCaptchaSecretKeyV2:{type:"string",default:""},reCaptchaSiteKeyV3:{type:"string",default:""},reCaptchaSecretKeyV3:{type:"string",default:""},hidereCaptchaBatch:{type:"boolean",default:!1},successMessageTextColor:{type:"string",UAGCopyPaste:{styleType:"success-msg-color"},default:""},successMessageBGColor:{type:"string",UAGCopyPaste:{styleType:"success-msg-bg-color"},default:""},successMessageBorderColor:{type:"string",UAGCopyPaste:{styleType:"success-msg-border-color"},default:"green"},successMessageBorderStyle:{type:"string",UAGCopyPaste:{styleType:"success-msg-border-style"},default:"solid"},successMessageBorderWidth:{type:"number",UAGCopyPaste:{styleType:"success-msg-border-width"},default:3},captchaMessage:{type:"string",default:Object(i.__)("Please fill up the above captcha.","ultimate-addons-for-gutenberg")},successMessageBorderRadius:{type:"number",default:6,UAGCopyPaste:{styleType:"success-msg-border-radius"}},successMessageHoverBorderColor:{type:"string",default:"yellowgreen",UAGCopyPaste:{styleType:"success-msg-hover-border-color"}},failedMessageBorderRadius:{type:"number",default:6,UAGCopyPaste:{styleType:"failed-msg-border-radius"}},failedMessageHoverBorderColor:{type:"string",default:"deeppink",UAGCopyPaste:{styleType:"failed-msg-hover-border-color"}},paddingBtnTop:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding"}},paddingBtnRight:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding"}},paddingBtnBottom:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding"}},paddingBtnLeft:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding"}},paddingBtnTopTablet:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding-tablet"}},paddingBtnRightTablet:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding-tablet"}},paddingBtnBottomTablet:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding-tablet"}},paddingBtnLeftTablet:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding-tablet"}},paddingBtnTopMobile:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding-mobile"}},paddingBtnRightMobile:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding-mobile"}},paddingBtnBottomMobile:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding-mobile"}},paddingBtnLeftMobile:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding-mobile"}},paddingBtnUnit:{type:"string",UAGCopyPaste:{styleType:"btn-padding-unit"},default:"px"},mobilePaddingBtnUnit:{type:"string",UAGCopyPaste:{styleType:"btn-padding-unit-mobile"},default:"px"},tabletPaddingBtnUnit:{type:"string",UAGCopyPaste:{styleType:"btn-padding-unit-tablet"},default:"px"},paddingspacingLink:{type:"boolean",default:!1},submitTextTransform:{type:"string",UAGCopyPaste:{styleType:"btn-transform"}},submitTextDecoration:{type:"string",UAGCopyPaste:{styleType:"btn-decoration"}},labelTransform:{type:"string",UAGCopyPaste:{styleType:"main-title-transform"}},labelDecoration:{type:"string",UAGCopyPaste:{styleType:"main-title-decoration"}},inputTransform:{type:"string",UAGCopyPaste:{styleType:"input-transform"}},inputDecoration:{type:"string",UAGCopyPaste:{styleType:"input-decoration"}},fieldGapType:{type:"string",default:"px",UAGCopyPaste:{styleType:"field-gap-type"}},paddingFieldTop:{type:"number",default:12,UAGCopyPaste:{styleType:"field-top-padding"}},paddingFieldRight:{type:"number",default:12,UAGCopyPaste:{styleType:"field-right-padding"}},paddingFieldBottom:{type:"number",default:12,UAGCopyPaste:{styleType:"field-bottom-padding"}},paddingFieldLeft:{type:"number",default:12,UAGCopyPaste:{styleType:"field-left-padding"}},paddingFieldTopTablet:{type:"number",UAGCopyPaste:{styleType:"field-top-padding-tablet"}},paddingFieldRightTablet:{type:"number",UAGCopyPaste:{styleType:"field-right-padding-tablet"}},paddingFieldBottomTablet:{type:"number",UAGCopyPaste:{styleType:"field-bottom-padding-tablet"}},paddingFieldLeftTablet:{type:"number",UAGCopyPaste:{styleType:"field-left-padding-tablet"}},paddingFieldTopMobile:{type:"number",UAGCopyPaste:{styleType:"field-top-padding-mobile"}},paddingFieldRightMobile:{type:"number",UAGCopyPaste:{styleType:"field-right-padding-mobile"}},paddingFieldBottomMobile:{type:"number",UAGCopyPaste:{styleType:"field-bottom-padding-mobile"}},paddingFieldLeftMobile:{type:"number",UAGCopyPaste:{styleType:"field-left-padding-mobile"}},paddingFieldUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"field-padding-unit"}},paddingFieldUnitmobile:{type:"string",default:"px",UAGCopyPaste:{styleType:"field-padding-unit-mobile"}},paddingFieldUnitTablet:{type:"string",default:"px",UAGCopyPaste:{styleType:"field-padding-unit-tablet"}},paddingFieldLink:{type:"boolean",default:!1},toggleSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"toggle-size-type"}},submitTextFontStyle:{type:"string",default:"normal",UAGCopyPaste:{styleType:"btn-font-style"}},labelFontStyle:{type:"string",default:"normal",UAGCopyPaste:{styleType:"main-title-font-style"}},inputFontStyle:{type:"string",default:"normal",UAGCopyPaste:{styleType:"input-font-style"}},displayLabels:{type:"boolean",default:!0,UAGCopyPaste:{styleType:"display-labels"}},isPreview:{type:"boolean",default:!1},...n,...l,...r,...s,...c,labelLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"label-letter-spacing"}},labelLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"label-letter-spacing-tablet"}},labelLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"label-letter-spacing-mobile"}},labelLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"label-letter-spacing-type"}},inputLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"input-letter-spacing"}},inputLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"input-letter-spacing-tablet"}},inputLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"input-letter-spacing-mobile"}},inputLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"input-letter-spacing-type"}},submitTextLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"submit-letter-spacing"}},submitTextLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"submit-letter-spacing-tablet"}},submitTextLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"submit-letter-spacing-mobile"}},submitTextLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"submit-letter-spacing-type"}}};t.a=p},function(e,t,a){"use strict";var i=a(1),o=a(12);const n=Object(o.a)("tab",{borderStyle:"solid",borderTopWidth:1,borderRightWidth:1,borderBottomWidth:1,borderLeftWidth:1,borderColor:"#e0e0e0"}),l={block_id:{type:"string"},tabHeaders:{type:"array",default:[Object(i.__)("Tab 1","ultimate-addons-for-gutenberg"),Object(i.__)("Tab 2","ultimate-addons-for-gutenberg"),Object(i.__)("Tab 3","ultimate-addons-for-gutenberg")]},tabActive:{type:"number",default:0},tabActiveFrontend:{type:"number",default:0},tabsStyleD:{type:"string",default:"hstyle1",UAGCopyPaste:{styleType:"tabs-style"}},tabsStyleT:{type:"string",default:"vstyle6",UAGCopyPaste:{styleType:"tabs-style-tablet"}},tabsStyleM:{type:"string",default:"stack1",UAGCopyPaste:{styleType:"tabs-style-mobile"}},headerBgColor:{type:"string",UAGCopyPaste:{styleType:"main-title-bg-color"}},headerTextColor:{type:"string",default:"",UAGCopyPaste:{styleType:"main-title-color"}},bodyBgColor:{type:"string",UAGCopyPaste:{styleType:"desc-bg-color"}},bodyTextColor:{type:"string",UAGCopyPaste:{styleType:"desc-color"}},borderStyle:{type:"string"},borderWidth:{type:"number"},borderRadius:{type:"number"},borderColor:{type:"string"},borderHoverColor:{type:"string"},activeTabBgColor:{type:"string",default:"",UAGCopyPaste:{styleType:"main-title-hover-color"}},activeTabTextColor:{type:"string",default:"",UAGCopyPaste:{styleType:"main-title-hover-bg-color"}},tabTitleLeftMargin:{type:"number",UAGCopyPaste:{styleType:"main-title-left-margin"}},tabTitleRightMargin:{type:"number",UAGCopyPaste:{styleType:"main-title-right-margin"}},tabTitleTopMargin:{type:"number",UAGCopyPaste:{styleType:"main-title-top-margin"}},tabTitleBottomMargin:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin"}},tabTitleLeftMarginTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-left-margin-tablet"}},tabTitleRightMarginTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-right-margin-tablet"}},tabTitleTopMarginTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-top-margin-tablet"}},tabTitleBottomMarginTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin-tablet"}},tabTitleLeftMarginMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-left-margin-mobile"}},tabTitleRightMarginMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-right-margin-mobile"}},tabTitleTopMarginMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-top-margin-mobile"}},tabTitleBottomMarginMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin-mobile"}},tabTitleMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-unit-margin"}},mobiletabTitleMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-margin-unit-mobile"}},tablettabTitleMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-margin-unit-tablet"}},tabTitleMarginLink:{type:"boolean",default:!1},tabBodyLeftMargin:{type:"number",UAGCopyPaste:{styleType:"desc-left-margin"}},tabBodyRightMargin:{type:"number",UAGCopyPaste:{styleType:"desc-right-margin"}},tabBodyTopMargin:{type:"number",UAGCopyPaste:{styleType:"desc-top-margin"}},tabBodyBottomMargin:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin"}},tabBodyLeftMarginTablet:{type:"number",UAGCopyPaste:{styleType:"desc-left-margin-tablet"}},tabBodyRightMarginTablet:{type:"number",UAGCopyPaste:{styleType:"desc-right-margin-tablet"}},tabBodyTopMarginTablet:{type:"number",UAGCopyPaste:{styleType:"desc-top-margin-tablet"}},tabBodyBottomMarginTablet:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin-tablet"}},tabBodyLeftMarginMobile:{type:"number",UAGCopyPaste:{styleType:"desc-left-margin-mobile"}},tabBodyRightMarginMobile:{type:"number",UAGCopyPaste:{styleType:"desc-right-margin-mobile"}},tabBodyTopMarginMobile:{type:"number",UAGCopyPaste:{styleType:"desc-top-margin-mobile"}},tabBodyBottomMarginMobile:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin-mobile"}},tabBodyMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-margin-unit"}},mobiletabBodyMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-margin-unit-mobile"}},tablettabBodyMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-margin-unit-tablet"}},tabBodyMarginLink:{type:"boolean",default:!1},tabBodyVertPadding:{type:"number",UAGCopyPaste:{styleType:"desc-vertical-padding"}},tabBodyHrPadding:{type:"number",UAGCopyPaste:{styleType:"desc-horizontal-padding"}},tabTitleLeftPadding:{type:"number",UAGCopyPaste:{styleType:"main-title-left-padding"}},tabTitleRightPadding:{type:"number",UAGCopyPaste:{styleType:"main-title-right-padding"}},tabTitleTopPadding:{type:"number",UAGCopyPaste:{styleType:"main-title-top-padding"}},tabTitleBottomPadding:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-padding"}},tabTitleLeftPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-left-padding-tablet"}},tabTitleRightPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-right-padding-tablet"}},tabTitleTopPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-top-padding-tablet"}},tabTitleBottomPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-padding-tablet"}},tabTitleLeftPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-left-padding-mobile"}},tabTitleRightPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-right-padding-mobile"}},tabTitleTopPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-top-padding-mobile"}},tabTitleBottomPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-padding-mobile"}},tabTitlePaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-padding-unit"}},mobiletabTitlePaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-padding-unit-mobile"}},tablettabTitlePaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-padding-unit-tablet"}},tabTitlePaddingLink:{type:"boolean",default:!1},tabBodyLeftPadding:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding"}},tabBodyRightPadding:{type:"number",UAGCopyPaste:{styleType:"desc-right-padding"}},tabBodyTopPadding:{type:"number",UAGCopyPaste:{styleType:"desc-top-padding"}},tabBodyBottomPadding:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-padding"}},tabBodyLeftPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding-tablet"}},tabBodyRightPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-right-padding-tablet"}},tabBodyTopPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-top-padding-tablet"}},tabBodyBottomPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-padding-tablet"}},tabBodyLeftPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding-mobile"}},tabBodyRightPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-right-padding-mobile"}},tabBodyTopPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-top-padding-mobile"}},tabBodyBottomPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-padding-mobile"}},tabBodyPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-padding-unit"}},mobiletabBodyPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-padding-unit-mobile"}},tablettabBodyPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-padding-unit-tablet"}},tabBodyPaddingLink:{type:"boolean",default:!1},tabTitleVertPadding:{type:"number",UAGCopyPaste:{styleType:"main-title-vertical-padding"}},tabTitleHrPadding:{type:"number",UAGCopyPaste:{styleType:"main-title-horizontal-padding"}},titleFontSize:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size"}},titleFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-font-unit-size"}},titleFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-tablet"}},titleFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-mobile"}},titleFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"main-title-font-family"}},titleFontWeight:{type:"string",UAGCopyPaste:{styleType:"main-title-font-weight"}},titleLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"main-title-line-height-type"}},titleLineHeight:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height"}},titleLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},titleLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-mobile"}},titleLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"main-title-load-google-fonts"}},titleTransform:{type:"string",default:"normal",UAGCopyPaste:{styleType:"main-title-transform"}},titleDecoration:{type:"string",default:"none",UAGCopyPaste:{styleType:"main-title-decoration"}},tabAlign:{type:"string",default:"left",UAGCopyPaste:{styleType:"overall-alignment"}},titleAlign:{type:"string",default:"center",UAGCopyPaste:{styleType:"main-title-align"}},showIcon:{type:"boolean",default:!1},icon:{type:"string"},iconPosition:{type:"string",default:"left",UAGCopyPaste:{styleType:"tab-icon-position"}},iconSpacing:{type:"string",default:10,UAGCopyPaste:{styleType:"tab-icon-spacing"}},iconSpacingTablet:{type:"string",UAGCopyPaste:{styleType:"tab-icon-spacing"}},iconSpacingMobile:{type:"string",UAGCopyPaste:{styleType:"tab-icon-spacing"}},iconColor:{type:"string",UAGCopyPaste:{styleType:"icon-color"}},iconSize:{type:"number",default:16,UAGCopyPaste:{styleType:"icon-size"}},iconSizeTablet:{type:"number",UAGCopyPaste:{styleType:"icon-size"}},iconSizeMobile:{type:"number",UAGCopyPaste:{styleType:"icon-size"}},activeiconColor:{type:"string",UAGCopyPaste:{styleType:"icon-hover-color"}},titleFontStyle:{type:"string",UAGCopyPaste:{styleType:"main-title-font-style"},default:"normal"},isPreview:{type:"boolean",default:!1},...n,titleLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing"}},titleLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-tablet"}},titleLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-mobile"}},titleLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-letter-spacing-type"}}};t.a=l},function(e,t,a){"use strict";var i=a(12);const o=Object(i.a)("overlay",{borderStyle:"solid"}),n={block_id:{type:"string"},isPreview:{type:"boolean",default:!1},layout:{type:"string",default:"default",UAGCopyPaste:{styleType:"image-layout"}},url:{type:"string",default:""},urlTablet:{type:"string",default:""},urlMobile:{type:"string",default:""},alt:{type:"string",default:""},enableCaption:{type:"boolean",default:!1},caption:{type:"string",default:""},align:{type:"string",default:"",UAGCopyPaste:{styleType:"image-align"}},alignTablet:{type:"string",default:"",UAGCopyPaste:{styleType:"image-align-tablet"}},alignMobile:{type:"string",default:"",UAGCopyPaste:{styleType:"image-align-mobile"}},id:{type:"integer",default:""},href:{type:"string",default:""},rel:{type:"string",default:""},linkClass:{type:"string",default:""},linkDestination:{type:"string",default:""},title:{type:"string",default:""},width:{type:"integer",default:"",UAGCopyPaste:{styleType:"image-width"}},widthTablet:{type:"integer",default:"",UAGCopyPaste:{styleType:"image-width-tablet"}},widthMobile:{type:"integer",default:"",UAGCopyPaste:{styleType:"image-width-mobile"}},height:{type:"integer",default:"",UAGCopyPaste:{styleType:"image-height"}},heightTablet:{type:"integer",default:"",UAGCopyPaste:{styleType:"image-height-tablet"}},heightMobile:{type:"integer",default:"",UAGCopyPaste:{styleType:"image-height-mobile"}},naturalWidth:{type:"integer",default:""},naturalHeight:{type:"integer",default:""},linkTarget:{type:"string",default:""},sizeSlug:{type:"string",default:""},sizeSlugTablet:{type:"string",default:""},sizeSlugMobile:{type:"string",default:""},imageTopMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-top-margin"}},imageRightMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-right-margin"}},imageLeftMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-left-margin"}},imageBottomMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-bottom-margin"}},imageTopMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-top-margin-tablet"}},imageRightMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-right-margin-tablet"}},imageLeftMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-left-margin-tablet"}},imageBottomMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-bottom-margin-tablet"}},imageTopMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-top-margin-mobile"}},imageRightMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-right-margin-mobile"}},imageLeftMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-left-margin-mobile"}},imageBottomMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-bottom-margin-mobile"}},imageMarginUnit:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-margin-unit"}},imageMarginUnitTablet:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-margin-unit-tablet"}},imageMarginUnitMobile:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-margin-unit-mobile"}},imageMarginLink:{type:"boolean",default:!0,isUAGStyle:!0},captionText:{type:"string",default:""},captionShowOn:{type:"string",default:"hover"},captionLoadGoogleFonts:{type:"boolean",default:!1,isUAGStyle:!0},captionColor:{type:"string",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-color"}},captionAlign:{type:"string",default:"center",UAGCopyPaste:{styleType:"desc-align"}},captionFontFamily:{type:"string",default:"Default",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-font-family"}},captionFontWeight:{type:"string",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-font-weight"}},captionFontStyle:{type:"string",default:"normal",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-font-style"}},captionTransform:{type:"string",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-transform"}},captionDecoration:{type:"string",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-decoration"}},captionFontSizeType:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-font-size-type"}},captionLineHeightType:{type:"string",default:"em",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-line-height-type"}},captionFontSize:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-font-size"}},captionFontSizeTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-font-size-tablet"}},captionFontSizeMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-font-size-mobile"}},captionLineHeight:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-line-height"}},captionLineHeightTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-line-height-tablet"}},captionLineHeightMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-line-height-mobile"}},captionTopMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-top-margin"}},captionRightMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-right-margin"}},captionLeftMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-left-margin"}},captionBottomMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-bottom-margin"}},captionTopMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-top-margin-tablet"}},captionRightMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-right-margin-tablet"}},captionLeftMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-left-margin-tablet"}},captionBottomMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-bottom-margin-tablet"}},captionTopMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-top-margin-mobile"}},captionRightMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-right-margin-mobile"}},captionLeftMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-left-margin-mobile"}},captionBottomMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-bottom-margin-mobile"}},captionMarginUnit:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-margin-unit"}},captionMarginUnitTablet:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-margin-unit-tablet"}},captionMarginUnitMobile:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-margin-unit-mobile"}},captionMarginLink:{type:"boolean",default:!1,isUAGStyle:!0},heading:{type:"string",default:""},headingShowOn:{type:"string",default:"always"},headingTag:{type:"string",default:"h2"},headingId:{type:"string"},headingLoadGoogleFonts:{type:"boolean",default:!1,isUAGStyle:!0},headingColor:{type:"string",default:"#fff",UAGCopyPaste:{styleType:"main-title-color"}},headingFontFamily:{type:"string",default:"Default",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-font-family"}},headingFontWeight:{type:"string",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-font-weight"}},headingFontStyle:{type:"string",default:"normal",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-font-style"}},headingTransform:{type:"string",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-transform"}},headingDecoration:{type:"string",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-decoration"}},headingFontSizeType:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-font-size-type"}},headingLineHeightType:{type:"string",default:"em",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-line-height"}},headingFontSize:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-font-size"}},headingFontSizeTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-font-size-tablet"}},headingFontSizeMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-font-size-mobile"}},headingLineHeight:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-line-height"}},headingLineHeightTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},headingLineHeightMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-line-height-mobile"}},headingTopMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-top-margin"}},headingRightMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-right-margin"}},headingLeftMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-left-margin"}},headingBottomMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-bottom-margin"}},headingTopMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-top-margin-tablet"}},headingRightMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-right-margin-tablet"}},headingLeftMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-left-margin-tablet"}},headingBottomMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-bottom-margin-tablet"}},headingTopMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-top-margin-mobile"}},headingRightMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-right-margin-mobile"}},headingLeftMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-left-margin-mobile"}},headingBottomMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-bottom-margin-mobile"}},headingMarginUnit:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-margin-unit"}},headingMarginUnitTablet:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-margin-unit-tablet"}},headingMarginUnitMobile:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-margin-unit-mobile"}},headingMarginLink:{type:"boolean",default:!1,isUAGStyle:!0},overlayPositionFromEdge:{type:"number",default:15,UAGCopyPaste:{styleType:"overlay-position-from-edge"}},overlayPositionFromEdgeUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"overlay-position-from-edge-unit"}},overlayContentPosition:{type:"string",default:"center center",UAGCopyPaste:{styleType:"overlay-content-position"}},overlayBackground:{type:"string",default:"",UAGCopyPaste:{styleType:"overlay-background"}},overlayOpacity:{type:"float",default:.2,UAGCopyPaste:{styleType:"overlay-opacity"}},overlayHoverOpacity:{type:"number",default:1,UAGCopyPaste:{styleType:"overlay-hover-opacity"}},seperatorShowOn:{type:"string",default:"hover",UAGCopyPaste:{styleType:"seperator-show-on"}},seperatorStyle:{type:"string",default:"none",UAGCopyPaste:{styleType:"separator-style"}},seperatorColor:{type:"string",default:"#fff",UAGCopyPaste:{styleType:"separator-color"}},seperatorPosition:{type:"string",default:"after_title"},seperatorWidth:{type:"number",default:30,UAGCopyPaste:{styleType:"separator-width"}},separatorWidthType:{type:"string",default:"%",UAGCopyPaste:{styleType:"separator-width-type"}},seperatorThickness:{type:"number",default:2,UAGCopyPaste:{styleType:"separator-thickness"}},seperatorThicknessUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"separator-width-unit"}},seperatorTopMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-top-margin"}},seperatorRightMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-right-margin"}},seperatorLeftMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-left-margin"}},seperatorBottomMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-bottom-margin"}},seperatorTopMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-top-margin-tablet"}},seperatorRightMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-right-margin-tablet"}},seperatorLeftMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-left-margin-tablet"}},seperatorBottomMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-bottom-margin-tablet"}},seperatorTopMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-top-margin-mobile"}},seperatorRightMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-right-margin-mobile"}},seperatorLeftMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-left-margin-mobile"}},seperatorBottomMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-bottom-margin-mobile"}},seperatorMarginUnit:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-margin-unit"}},seperatorMarginUnitTablet:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-margin-unit-tablet"}},seperatorMarginUnitMobile:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-margin-unit-mobile"}},seperatorMarginLink:{type:"boolean",default:!1,isUAGStyle:!0},imageHoverEffect:{type:"string",default:"static"},objectFit:{type:"string"},objectFitTablet:{type:"string"},objectFitMobile:{type:"string"},imageBoxShadowColor:{type:"string",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-shadow-color"}},imageBoxShadowHOffset:{type:"number",isUAGStyle:!0,default:0,UAGCopyPaste:{styleType:"image-shadow-h-offset"}},imageBoxShadowVOffset:{type:"number",default:0,isUAGStyle:!0,UAGCopyPaste:{styleType:"image-shadow-v-offset"}},imageBoxShadowBlur:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-shadow-blur"}},imageBoxShadowSpread:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-shadow-spread"}},imageBoxShadowPosition:{type:"string",default:"outset",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-shadow-position"}},maskShape:{type:"string",default:"none"},maskCustomShape:{type:"object",default:{url:"",alt:"mask shape"}},maskSize:{type:"string",default:"auto"},maskPosition:{type:"string",default:"center center"},maskRepeat:{type:"string",default:"no-repeat"},headingLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},headingLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},headingLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},headingLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}},captionLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},captionLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},captionLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},captionLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}},customHeightSetDesktop:{type:"boolean",default:!1},customHeightSetTablet:{type:"boolean",default:!1},customHeightSetMobile:{type:"boolean",default:!1},...Object(i.a)("image"),...o};t.a=n},function(e,t,a){"use strict";var i=a(1),o=a(12);const n=Object(o.a)("btn"),l=Object(o.a)("paginationMasonry"),r={blockName:{type:"string",default:"post-masonry"},enableOffset:{type:"boolean",default:!1},paginationType:{type:"string",default:"none",UAGCopyPaste:{styleType:"pagination-type"}},paginationEventType:{type:"string",default:"button"},buttonText:{type:"string",default:"Load More"},paginationAlign:{type:"string",default:"center",UAGCopyPaste:{styleType:"pagination-alignment"}},paginationTextColor:{type:"string",default:"",UAGCopyPaste:{styleType:"pagination-color"}},paginationMasonryBgColor:{type:"string",default:"",UAGCopyPaste:{styleType:"pagination-bg-color"}},paginationBgHoverColor:{type:"string",UAGCopyPaste:{styleType:"pagination-bg-hover-color"}},paginationTextHoverColor:{type:"string",UAGCopyPaste:{styleType:"pagination-hover-color"}},paginationMasonryBorderStyle:{type:"string",default:"solid",UAGCopyPaste:{styleType:"pagination-border-style"}},paginationMasonryBorderWidth:{type:"number",default:1,UAGCopyPaste:{styleType:"pagination-border-size"}},paginationMasonryBorderRadius:{type:"number",default:2,UAGCopyPaste:{styleType:"pagination-border-radius"}},paginationMasonryBorderColor:{type:"string",default:"",UAGCopyPaste:{styleType:"pagination-border-color"}},paginationMasonryBorderHColor:{type:"string",default:"",UAGCopyPaste:{styleType:"pagination-border-active-color"}},paginationFontSize:{type:"number",default:13,UAGCopyPaste:{styleType:"pagination-font-size"}},loaderColor:{type:"string",default:"#0085ba",UAGCopyPaste:{styleType:"post-loader-color"}},loaderSize:{type:"number",default:18,UAGCopyPaste:{styleType:"post-loader-size"}},vpaginationButtonPaddingMobile:{type:"number",default:8,UAGCopyPaste:{styleType:"pagination-vertical-padding-mobile"}},vpaginationButtonPaddingTablet:{type:"number",default:8,UAGCopyPaste:{styleType:"pagination-vertical-padding-tablet"}},vpaginationButtonPaddingDesktop:{type:"number",default:8,UAGCopyPaste:{styleType:"pagination-vertical-padding-desktop"}},hpaginationButtonPaddingMobile:{type:"number",default:12,UAGCopyPaste:{styleType:"pagination-horizontal-padding-mobile"}},hpaginationButtonPaddingTablet:{type:"number",default:12,UAGCopyPaste:{styleType:"pagination-horizontal-padding-tablet"}},hpaginationButtonPaddingDesktop:{type:"number",default:12,UAGCopyPaste:{styleType:"pagination-horizontal-padding-desktop"}},layoutConfig:{type:"array",default:["uagb/post-image","uagb/post-taxonomy","uagb/post-title","uagb/post-meta","uagb/post-excerpt","uagb/post-button"]},post_type:{type:"string",default:"masonry"},mobilepaginationButtonPaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"pagination-padding-type-mobile"}},tabletpaginationButtonPaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"pagination-padding-type-tablet"}},paginationButtonPaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"pagination-padding-type"}},inheritFromTheme:{type:"boolean",default:!0},block_id:{type:"string",default:"not_set"},categories:{type:"string"},postType:{type:"string",default:"post"},postDisplaytext:{type:"string",default:"No post found!"},taxonomyType:{type:"string",default:"category"},postsToShow:{type:"number",default:6},displayPostDate:{type:"boolean",default:!0},displayPostExcerpt:{type:"boolean",default:!0},excerptLength:{type:"number",default:15},displayPostAuthor:{type:"boolean",default:!1},displayPostTitle:{type:"boolean",default:!0},displayPostComment:{type:"boolean",default:!0},displayPostTaxonomy:{type:"boolean",default:!1},displayPostImage:{type:"boolean",default:!0},imgSize:{type:"string",default:"large",UAGCopyPaste:{styleType:"image-size"}},imgPosition:{type:"string",default:"top",UAGCopyPaste:{styleType:"image-position"}},linkBox:{type:"boolean"},bgOverlayColor:{type:"string",default:"#ffffff",UAGCopyPaste:{styleType:"post-bg-overlay-color"}},overlayOpacity:{type:"number",default:"50",UAGCopyPaste:{styleType:"post-overlay-opacity"}},displayPostLink:{type:"boolean",default:!0},newTab:{type:"boolean",default:!1},ctaText:{type:"string",default:Object(i.__)("Read More","ultimate-addons-for-gutenberg")},btnHPadding:{type:"number",default:10,UAGCopyPaste:{styleType:"btn-horizontal-padding"}},btnVPadding:{type:"number",default:5,UAGCopyPaste:{styleType:"btn-vertical-padding"}},btnBorderWidth:{type:"number",UAGCopyPaste:{styleType:"post-border-width"},default:1},btnBorderStyle:{type:"string",default:"none",UAGCopyPaste:{styleType:"btn-border-style"}},btnBorderColor:{type:"string",default:"",UAGCopyPaste:{styleType:"btn-border-color"}},btnBorderHColor:{type:"string",UAGCopyPaste:{styleType:"btn-border-hover-color"}},btnBorderRadius:{type:"number",default:0,UAGCopyPaste:{styleType:"btn-border-radius"}},columns:{type:"number",default:3},tcolumns:{type:"number",default:2},mcolumns:{type:"number",default:1},align:{type:"string",default:"left",UAGCopyPaste:{styleType:"post-align"}},width:{type:"string",default:"wide",UAGCopyPaste:{styleType:"post-width"}},order:{type:"string",default:"desc"},orderBy:{type:"string",default:"date"},rowGap:{type:"number",default:20,UAGCopyPaste:{styleType:"post-bottom-padding"}},rowGapTablet:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding"}},rowGapMobile:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding"}},columnGap:{type:"number",default:20,UAGCopyPaste:{styleType:"post-bottom-padding"}},columnGapTablet:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding"}},columnGapMobile:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding"}},bgColor:{type:"string",default:"#f6f6f6",UAGCopyPaste:{styleType:"post-bg-color"}},titleColor:{type:"string",UAGCopyPaste:{styleType:"main-title-color"},default:""},titleTag:{type:"string",default:"h4"},titleFontSize:{type:"number",default:"",UAGCopyPaste:{styleType:"main-title-font-size"}},titleFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-font-size-type"}},titleFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-mobile"}},titleFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-tablet"}},titleFontFamily:{type:"string",default:"",UAGCopyPaste:{styleType:"main-title-font-family"}},titleFontWeight:{type:"string",UAGCopyPaste:{styleType:"main-title-font-weight"}},titleFontStyle:{type:"string",UAGCopyPaste:{styleType:"main-title-font-style"}},titleLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"main-title-line-height-type"}},titleLineHeight:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height"}},titleLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},titleLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-mobile"}},titleLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"main-title-loads-google-fonts"}},metaColor:{type:"string",default:"#777777",UAGCopyPaste:{styleType:"prefix-color"}},metaFontSize:{type:"number",default:"",UAGCopyPaste:{styleType:"prefix-font-size"}},metaFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"prefix-font-size-type"}},metaFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-mobile"}},metaFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-tablet"}},metaFontFamily:{type:"string",default:"",UAGCopyPaste:{styleType:"prefix-font-family"}},metaFontWeight:{type:"string",UAGCopyPaste:{styleType:"prefix-font-weight"}},metaFontStyle:{type:"string",UAGCopyPaste:{styleType:"prefix-font-style"}},metaLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"prefix-line-height-type"}},metaLineHeight:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height"}},metaLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height-tablet"}},metaLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height-mobile"}},metaLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"prefix-load-google-fonts"}},excerptColor:{type:"string",default:"",UAGCopyPaste:{styleType:"desc-color"}},excerptFontSize:{type:"number",default:"",UAGCopyPaste:{styleType:"desc-font-size"}},excerptFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-font-size-type"}},excerptFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"}},excerptFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"}},excerptFontFamily:{type:"string",UAGCopyPaste:{styleType:"desc-font-family"},default:""},excerptFontWeight:{type:"string",UAGCopyPaste:{styleType:"desc-font-weight"}},excerptFontStyle:{type:"string",UAGCopyPaste:{styleType:"desc-font-style"}},excerptLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"desc-line-height-type"}},excerptLineHeight:{type:"number",UAGCopyPaste:{styleType:"desc-line-height"}},excerptLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},excerptLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},excerptLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"desc-load-google-fonts"}},displayPostContentRadio:{type:"string",default:"excerpt"},ctaColor:{type:"string",UAGCopyPaste:{styleType:"btn-color"}},ctaBgColor:{type:"string",UAGCopyPaste:{styleType:"btn-bg-color"}},ctaHColor:{type:"string",UAGCopyPaste:{styleType:"btn-hover-color"}},ctaBgHColor:{type:"string",UAGCopyPaste:{styleType:"btn-bg-hover-color"}},ctaFontSize:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-font-size"}},ctaFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-font-size-type"}},ctaFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"btn-font-size-mobile"}},ctaFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"btn-font-size-tablet"}},ctaFontFamily:{type:"string",default:"",UAGCopyPaste:{styleType:"btn-font-family"}},ctaFontWeight:{type:"string",UAGCopyPaste:{styleType:"btn-font-weight"}},ctaFontStyle:{type:"string",UAGCopyPaste:{styleType:"btn-font-style"}},ctaLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"btn-line-height-type"}},ctaLineHeight:{type:"number",UAGCopyPaste:{styleType:"btn-line-height"}},ctaLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"btn-line-height-tablet"}},ctaLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"btn-line-height-mobile"}},ctaLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"btn-load-google-fonts"}},paddingTop:{type:"number",UAGCopyPaste:{styleType:"post-top-padding"}},paddingBottom:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding"}},paddingRight:{type:"number",UAGCopyPaste:{styleType:"post-right-padding"}},paddingLeft:{type:"number",UAGCopyPaste:{styleType:"post-left-padding"}},paddingTopMobile:{type:"number",UAGCopyPaste:{styleType:"post-top-padding-mobile"}},paddingBottomMobile:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding-mobile"}},paddingRightMobile:{type:"number",UAGCopyPaste:{styleType:"post-right-padding-mobile"}},paddingLeftMobile:{type:"number",UAGCopyPaste:{styleType:"post-left-padding-mobile"}},paddingBtnTop:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding"}},paddingBtnBottom:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding"}},paddingBtnRight:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding"}},paddingBtnLeft:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding"}},contentPadding:{type:"number",default:20,UAGCopyPaste:{styleType:"post-content-padding"}},contentPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"post-content-padding-mobile"}},ctaBottomSpace:{type:"number",default:0,UAGCopyPaste:{styleType:"btn-bottom-margin"}},ctaBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-margin"}},ctaBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-margin"}},imageBottomSpace:{type:"number",default:15,UAGCopyPaste:{styleType:"image-bottom-margin"}},imageBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"image-bottom-margin"}},imageBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"image-bottom-margin"}},titleBottomSpace:{type:"number",default:15,UAGCopyPaste:{styleType:"main-title-bottom-margin"}},titleBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin"}},titleBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin"}},metaBottomSpace:{type:"number",default:15,UAGCopyPaste:{styleType:"prefix-bottom-margin"}},metaBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-bottom-margin"}},metaBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-bottom-margin"}},excerptBottomSpace:{type:"number",default:25,UAGCopyPaste:{styleType:"desc-bottom-margin"}},excerptBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin"}},excerptBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin"}},excludeCurrentPost:{type:"boolean",default:!1},titleTransform:{type:"string",UAGCopyPaste:{styleType:"main-title-transform"}},metaTransform:{type:"string",UAGCopyPaste:{styleType:"prefix-transform"}},excerptTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},ctaTransform:{type:"string",UAGCopyPaste:{styleType:"btn-transform"}},titleDecoration:{type:"string",UAGCopyPaste:{styleType:"main-title-decoration"}},metaDecoration:{type:"string",UAGCopyPaste:{styleType:"prefix-decoration"}},excerptDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},ctaDecoration:{type:"string",UAGCopyPaste:{styleType:"btn-decoration"}},contentPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"post-content-padding-unit"}},rowGapUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"row-gap-unit"}},columnGapUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-gap-unit"}},excerptBottomSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-bottom-margin-unit"}},paginationSpacingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"pagination-spacing-unit"}},imageBottomSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"image-bottom-margin-unit"}},titleBottomSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-bottom-margin-unit"}},metaBottomSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"prefix-bottom-margin-unit"}},ctaBottomSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-bottom-margin-unit"}},paddingBtnUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit"}},mobilePaddingBtnUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit-mobile"}},tabletPaddingBtnUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit-tablet"}},paddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"post-padding-unit"}},mobilePaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"post-padding-unit-mobile"}},tabletPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"post-padding-unit-tablet"}},isPreview:{type:"boolean",default:!1},postsOffset:{type:"number",default:0},taxStyle:{type:"string",default:"default"},taxDivider:{type:"string",default:" , "},displayPostTaxonomyAboveTitle:{type:"string",default:"withMeta"},hideTaxonomyIcon:{type:"boolean",default:!0},highlightedTextColor:{type:"string",default:""},highlightedTextBgColor:{type:"string",default:""},titleLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"title-letter-spacing"}},titleLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"title-letter-spacing-tablet"}},titleLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"title-letter-spacing-mobile"}},titleLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"title-letter-spacing-type"}},metaLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"meta-letter-spacing"}},metaLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"meta-letter-spacing-tablet"}},metaLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"meta-letter-spacing-mobile"}},metaLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"meta-letter-spacing-type"}},excerptLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"excerpt-letter-spacing"}},excerptLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"excerpt-letter-spacing-tablet"}},excerptLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"excerpt-letter-spacing-mobile"}},excerptLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"excerpt-letter-spacing-type"}},ctaLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"cta-letter-spacing"}},ctaLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"cta-letter-spacing-tablet"}},ctaLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"cta-letter-spacing-mobile"}},ctaLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"cta-letter-spacing-type"}},...n,...l};t.a=r},function(e,t,a){"use strict";var i=a(12);const o={classMigrate:{type:"boolean",default:!1},align:{type:"string",default:"center",UAGCopyPaste:{styleType:"column-align"}},block_id:{type:"string"},mobilePaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-padding-unit-mobile"}},tabletPaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-padding-unit-tablet"}},desktopPaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-padding-unit-desktop"}},topPadding:{type:"number",default:20,UAGCopyPaste:{styleType:"column-top-padding"}},bottomPadding:{type:"number",default:20,UAGCopyPaste:{styleType:"column-bottom-padding"}},leftPadding:{type:"number",default:20,UAGCopyPaste:{styleType:"column-left-padding"}},rightPadding:{type:"number",default:20,UAGCopyPaste:{styleType:"column-right-padding"}},mobileMarginType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-margin-unit-mobile"}},tabletMarginType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-margin-unit-tablet"}},desktopMarginType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-margin-unit-desktop"}},topMargin:{type:"number",default:0,UAGCopyPaste:{styleType:"column-top-margin"}},bottomMargin:{type:"number",default:0,UAGCopyPaste:{styleType:"column-bottom-margin"}},leftMargin:{type:"number",default:0,UAGCopyPaste:{styleType:"column-left-margin"}},rightMargin:{type:"number",default:0,UAGCopyPaste:{styleType:"column-right-margin"}},topPaddingTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"column-top-padding-tablet"}},bottomPaddingTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"column-bottom-padding-tablet"}},leftPaddingTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"column-left-padding-tablet"}},rightPaddingTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"column-right-padding-tablet"}},topMarginTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"column-top-margin-tablet"}},bottomMarginTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"column-bottom-margin-tablet"}},leftMarginTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"column-left-margin-tablet"}},rightMarginTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"column-right-margin-tablet"}},topPaddingMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"column-top-padding-mobile"}},bottomPaddingMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"column-bottom-padding-mobile"}},leftPaddingMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"column-left-padding-mobile"}},rightPaddingMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"column-right-padding-mobile"}},topMarginMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"column-top-margin-mobile"}},bottomMarginMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"column-bottom-margin-mobile"}},leftMarginMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"column-left-margin-mobile"}},rightMarginMobile:{type:"number",UAGCopyPaste:{styleType:"column-right-margin-mobile"},default:""},contentWidth:{type:"string",default:"boxed",UAGCopyPaste:{styleType:"column-content-width"}},width:{type:"number",default:900,UAGCopyPaste:{styleType:"column-width"}},innerWidth:{type:"number",default:1140,UAGCopyPaste:{styleType:"column-inner-width"}},innerWidthType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-inner-width-unit"}},themeWidth:{type:"boolean",default:!1},tag:{type:"string",default:"section"},backgroundType:{type:"string",default:"none",UAGCopyPaste:{styleType:"column-bg-type"}},backgroundImage:{type:"object"},backgroundPosition:{type:"string",UAGCopyPaste:{styleType:"column-bg-position"},default:"center-center"},backgroundSize:{type:"string",UAGCopyPaste:{styleType:"column-bg-size"},default:"cover"},backgroundRepeat:{type:"string",UAGCopyPaste:{styleType:"column-bg-repeat"},default:"no-repeat"},backgroundAttachment:{type:"string",UAGCopyPaste:{styleType:"column-bg-attachment"},default:"scroll"},backgroundVideo:{type:"object"},backgroundColor:{type:"string",UAGCopyPaste:{styleType:"column-bg-color"}},gradientColor1:{type:"string",UAGCopyPaste:{styleType:"column-gradient-color-1"}},gradientColor2:{type:"string",UAGCopyPaste:{styleType:"column-gradient-color-2"}},gradientType:{type:"string",UAGCopyPaste:{styleType:"column-gradient-type"},default:"linear"},gradientLocation1:{type:"number",UAGCopyPaste:{styleType:"column-gradient-location-1"},default:0},gradientLocation2:{type:"number",UAGCopyPaste:{styleType:"column-gradient-location-2"},default:100},gradientAngle:{type:"number",UAGCopyPaste:{styleType:"column-gradient-angle"},default:0},gradientPosition:{type:"string",UAGCopyPaste:{styleType:"column-gradient-position"},default:"center center"},backgroundOpacity:{type:"number",UAGCopyPaste:{styleType:"column-bg-opacity"},default:0},backgroundVideoOpacity:{type:"number",UAGCopyPaste:{styleType:"column-bg-video-opacity"},default:50},backgroundVideoColor:{type:"string",UAGCopyPaste:{styleType:"column-video-color"}},backgroundImageColor:{type:"string",UAGCopyPaste:{styleType:"column-bg-img-color"}},borderStyle:{type:"string"},borderWidth:{type:"number"},borderRadius:{type:"number"},borderColor:{type:"string"},borderHoverColor:{type:"string"},overlayType:{type:"string",UAGCopyPaste:{styleType:"column-overlay-type"},default:"color"},gradientOverlayColor1:{type:"string",UAGCopyPaste:{styleType:"column-gradient-overlay-color-1"}},gradientOverlayColor2:{type:"string",UAGCopyPaste:{styleType:"column-gradient-overlay-color-2"}},gradientOverlayType:{type:"string",UAGCopyPaste:{styleType:"column-gradient-overlay-type"},default:"linear"},gradientOverlayLocation1:{type:"number",UAGCopyPaste:{styleType:"column-gradient-overlay-location-1"},default:0},gradientOverlayLocation2:{type:"number",UAGCopyPaste:{styleType:"column-gradient-overlay-location-2"},default:100},gradientOverlayAngle:{type:"number",UAGCopyPaste:{styleType:"column-gradient-overlay-angle"},default:0},gradientOverlayPosition:{type:"string",UAGCopyPaste:{styleType:"column-gradient-overlay-position"},default:"center center"},boxShadowColor:{type:"string",UAGCopyPaste:{styleType:"column-box-shadow-color"}},boxShadowHOffset:{type:"number",UAGCopyPaste:{styleType:"column-box-shadow-h-offset"},default:0},boxShadowVOffset:{type:"number",default:0,UAGCopyPaste:{styleType:"column-box-shadow-v-offset"}},boxShadowBlur:{type:"number",UAGCopyPaste:{styleType:"column-box-shadow-blur"}},boxShadowSpread:{type:"number",UAGCopyPaste:{styleType:"column-box-shadow-spread"}},boxShadowPosition:{type:"string",default:"outset",UAGCopyPaste:{styleType:"column-box-shadow-position"}},gradientValue:{type:"string",default:"linear-gradient(90deg, rgb(6, 147, 227, 0.5) 0%, rgb(155, 81, 224, 0.5) 100%)",UAGCopyPaste:{styleType:"column-gradient-value"}},spacingLink:{type:"boolean",default:!1},marginspacingLink:{type:"boolean",default:!1},isPreview:{type:"boolean",default:!1},...Object(i.a)("overall",{borderTopWidth:1,borderRightWidth:1,borderBottomWidth:1,borderLeftWidth:1,borderStyle:"none"})};t.a=o},function(e,t,a){"use strict";var i=a(12);const o=[];for(let e=1;e<=3;e++){const e="I have been working with these guys for years now! With lots of hard work and timely communication, they made sure they delivered the best to me. Highly recommended!",t="John Doe ",a="Company Name";o.push({description:e,name:t,company:a,image:""})}const n={test_item_count:{type:"number",default:3},classMigrate:{type:"boolean",default:!1},test_block:{type:"array",default:o},headingAlign:{type:"string",default:"center",UAGCopyPaste:{styleType:"main-title-align"}},headingAlignTablet:{type:"string",default:"center",UAGCopyPaste:{styleType:"main-title-align-tablet"}},headingAlignMobile:{type:"string",default:"center",UAGCopyPaste:{styleType:"main-title-align-mobile"}},descColor:{type:"string",default:"#333",UAGCopyPaste:{styleType:"desc-color"}},companyColor:{type:"string",default:"#888888",UAGCopyPaste:{styleType:"prefix-color"}},authorColor:{type:"string",UAGCopyPaste:{styleType:"author-color"},default:"#333"},iconimgStyle:{type:"string",UAGCopyPaste:{styleType:"image-style"},default:"circle"},imagePosition:{type:"string",UAGCopyPaste:{styleType:"image-position"},default:"bottom"},imageAlignment:{type:"string",UAGCopyPaste:{styleType:"image-align"},default:"top"},nameFontSizeType:{type:"string",UAGCopyPaste:{styleType:"author-font-size-type"},default:"px"},nameFontSize:{type:"number",default:20,UAGCopyPaste:{styleType:"author-font-size"}},nameFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"author-font-size-tablet"}},nameFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"author-font-size-mobile"}},nameFontFamily:{type:"string",UAGCopyPaste:{styleType:"author-font-family"},default:"Default"},nameFontWeight:{type:"string",default:"500",UAGCopyPaste:{styleType:"author-font-weight"}},nameFontStyle:{type:"string",UAGCopyPaste:{styleType:"author-font-style"}},nameLineHeightType:{type:"string",UAGCopyPaste:{styleType:"author-line-height-type"},default:"em"},nameLineHeight:{type:"number",default:2,UAGCopyPaste:{styleType:"author-line-height"}},nameLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"author-line-height-tablet"}},nameLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"author-line-height-mobile"}},nameLoadGoogleFonts:{type:"boolean",default:!1},companyFontSizeType:{type:"string",UAGCopyPaste:{styleType:"prefix-font-size-type"},default:"px"},companyFontSize:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size"}},companyFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-tablet"}},companyFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-mobile"}},companyFontFamily:{type:"string",UAGCopyPaste:{styleType:"prefix-font-family"},default:"Default"},companyFontWeight:{type:"string",UAGCopyPaste:{styleType:"prefix-font-weight"}},companyFontStyle:{type:"string",UAGCopyPaste:{styleType:"prefix-font-style"}},companyLineHeightType:{type:"string",UAGCopyPaste:{styleType:"prefix-line-height-type"},default:"em"},companyLineHeight:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height"}},companyLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height-tablet"}},companyLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height-mobile"}},companyLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"prefix-load-google-fonts"}},descFontSizeType:{type:"string",UAGCopyPaste:{styleType:"desc-font-size-type"},default:"px"},descFontSize:{type:"number",default:18,UAGCopyPaste:{styleType:"desc-font-size"}},descFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"}},descFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"}},descFontFamily:{type:"string",UAGCopyPaste:{styleType:"desc-font-family"},default:"Default"},descFontWeight:{type:"string",default:"400",UAGCopyPaste:{styleType:"desc-font-weight"}},descFontStyle:{type:"string",UAGCopyPaste:{styleType:"desc-font-style"}},descLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"desc-line-height-type"}},descLineHeight:{type:"number",default:1.6,UAGCopyPaste:{styleType:"desc-line-height"}},descLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},descLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},descLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"desc-load-google-fonts"}},nameSpace:{type:"number",default:5,UAGCopyPaste:{styleType:"author-bottom-margin"}},nameSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"author-bottom-margin-mobile"}},nameSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"author-bottom-margin-tablet"}},descSpace:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin"},default:20},descSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin-tablet"}},descSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin-mobile"}},block_id:{type:"string",default:"not_set"},authorSpace:{type:"number",default:5,UAGCopyPaste:{styleType:"author-bottom-margin"}},imgVrPadding:{type:"number",default:10,UAGCopyPaste:{styleType:"image-vertical-padding"}},imgHrPadding:{type:"number",default:10,UAGCopyPaste:{styleType:"image-horizontal-padding"}},imgTopPadding:{type:"number",UAGCopyPaste:{styleType:"image-top-padding"},default:10},imgBottomPadding:{type:"number",UAGCopyPaste:{styleType:"image-bottom-padding"},default:10},iconImage:{type:"object",default:{url:"",alt:"InfoBox placeholder img"}},imageSize:{type:"string",UAGCopyPaste:{styleType:"image-size"},default:"thumbnail"},imageWidth:{type:"number",UAGCopyPaste:{styleType:"image-width"},default:60},imageWidthMobile:{type:"number",UAGCopyPaste:{styleType:"image-width-mobile"}},imageWidthTablet:{type:"number",UAGCopyPaste:{styleType:"image-width-tablet"}},columns:{type:"number",default:1},tcolumns:{type:"number",default:1},mcolumns:{type:"number",default:1},pauseOnHover:{type:"boolean",default:!0},infiniteLoop:{type:"boolean",default:!0},transitionSpeed:{type:"number",default:500},autoplay:{type:"boolean",default:!0},autoplaySpeed:{type:"number",default:2e3},arrowDots:{type:"string",default:"arrows_dots"},arrowSize:{type:"number",default:20,UAGCopyPaste:{styleType:"arrow-size"}},arrowBorderSize:{type:"number",default:0,UAGCopyPaste:{styleType:"arrow-border-size"}},arrowBorderSizeUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"arrow-unit"}},arrowBorderRadius:{type:"number",default:0,UAGCopyPaste:{styleType:"arrow-border-radius"}},arrowBorderRadiusUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"arrow-unit"}},arrowColor:{type:"string",default:"#333",UAGCopyPaste:{styleType:"arrow-color"}},rowGap:{type:"number",default:10,UAGCopyPaste:{styleType:"row-gap"}},rowGapMobile:{type:"number",UAGCopyPaste:{styleType:"row-gap-mobile"}},rowGapTablet:{type:"number",UAGCopyPaste:{styleType:"row-gap-tablet"}},columnGap:{type:"number",default:10,UAGCopyPaste:{styleType:"column-gap"}},columnGapMobile:{type:"number",UAGCopyPaste:{styleType:"column-gap-mobile"}},columnGapTablet:{type:"number",UAGCopyPaste:{styleType:"column-gap-tablet"}},contentPadding:{type:"number",default:5,UAGCopyPaste:{styleType:"content-padding"}},backgroundType:{type:"string",default:"none",UAGCopyPaste:{styleType:"column-bg-type"}},backgroundImage:{type:"object",UAGCopyPaste:{styleType:"column-bg-image"}},backgroundPosition:{type:"string",UAGCopyPaste:{styleType:"column-bg-position"},default:"center-center"},backgroundSize:{type:"string",default:"cover",UAGCopyPaste:{styleType:"column-bg-size"}},backgroundRepeat:{type:"string",default:"no-repeat",UAGCopyPaste:{styleType:"column-bg-repeat"}},backgroundColor:{type:"string",UAGCopyPaste:{styleType:"column-bg-color"}},backgroundImageColor:{type:"string",UAGCopyPaste:{styleType:"column-bg-image-color"}},borderStyle:{type:"string",default:"none"},borderWidth:{type:"number"},borderRadius:{type:"number"},borderColor:{type:"string"},backgroundOpacity:{type:"number",UAGCopyPaste:{styleType:"column-bg-opacity"}},stack:{type:"string",default:"tablet"},imageWidthType:{type:"string",UAGCopyPaste:{styleType:"image-width-type"},default:"px"},arrowSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"arrow-size-type"}},rowGapType:{type:"string",default:"px",UAGCopyPaste:{styleType:"row-gap-unit"}},columnGapType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-gap-unit"}},descSpaceType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-bottom-margin-unit"}},nameSpaceType:{type:"string",default:"px",UAGCopyPaste:{styleType:"author-bottom-margin-type"}},borderHoverColor:{type:"string"},overlayType:{type:"string",UAGCopyPaste:{styleType:"column-overlay-type"},default:"color"},backgroundAttachment:{type:"string",UAGCopyPaste:{styleType:"column-bg-attachment"}},gradientValue:{type:"string",default:"linear-gradient(90deg, rgb(6, 147, 227, 0.5) 0%, rgb(155, 81, 224, 0.5) 100%)",UAGCopyPaste:{styleType:"column-gradient-value"}},descTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},descDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},nameTransform:{type:"string",UAGCopyPaste:{styleType:"author-transform"}},nameDecoration:{type:"string",UAGCopyPaste:{styleType:"author-decoration"}},companyTransform:{type:"string",UAGCopyPaste:{styleType:"prefix-transform"}},companyDecoration:{type:"string",UAGCopyPaste:{styleType:"prefix-decoration"}},paddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-padding-unit"}},mobilePaddingUnit:{type:"string",UAGCopyPaste:{styleType:"desc-padding-unit-mobile"},default:"px"},tabletPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-padding-unit-tablet"}},paddingTop:{type:"number",UAGCopyPaste:{styleType:"desc-top-padding"}},paddingBottom:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-padding"}},paddingLeft:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding"}},paddingRight:{type:"number",UAGCopyPaste:{styleType:"desc-right-padding"}},paddingTopTablet:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding-tablet"}},paddingRightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding-tablet"}},paddingBottomTablet:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding-tablet"}},paddingLeftTablet:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding-tablet"}},paddingTopMobile:{type:"number",UAGCopyPaste:{styleType:"desc-top-padding-mobile"}},paddingRightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-right-padding-mobile"}},paddingBottomMobile:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-padding-mobile"}},paddingLeftMobile:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding-mobile"}},imgspacingLink:{type:"boolean"},spacingLink:{type:"boolean"},imgpaddingTop:{type:"number",UAGCopyPaste:{styleType:"image-top-padding"}},imgpaddingRight:{type:"number",UAGCopyPaste:{styleType:"image-right-padding"}},imgpaddingBottom:{type:"number",UAGCopyPaste:{styleType:"image-bottom-padding"}},imgpaddingLeft:{type:"number",UAGCopyPaste:{styleType:"image-left-padding"}},imgpaddingTopTablet:{type:"number",UAGCopyPaste:{styleType:"image-top-padding-tablet"}},imgpaddingRightTablet:{type:"number",UAGCopyPaste:{styleType:"image-right-padding-tablet"}},imgpaddingBottomTablet:{type:"number",UAGCopyPaste:{styleType:"image-bottom-padding-tablet"}},imgpaddingLeftTablet:{type:"number",UAGCopyPaste:{styleType:"image-left-padding-tablet"}},imgpaddingTopMobile:{type:"number",UAGCopyPaste:{styleType:"image-top-padding-mobile"}},imgpaddingRightMobile:{type:"number",UAGCopyPaste:{styleType:"image-right-padding-mobile"}},imgpaddingBottomMobile:{type:"number",UAGCopyPaste:{styleType:"image-bottom-padding-mobile"}},imgpaddingLeftMobile:{type:"number",UAGCopyPaste:{styleType:"image-left-padding-mobile"}},imgpaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"image-padding-unit"}},imgmobilePaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"image-padding-unit-mobile"}},imgtabletPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"image-padding-unit-tablet"}},gradientColor1:{type:"string",UAGCopyPaste:{styleType:"column-gradient-color-1"}},gradientColor2:{type:"string",UAGCopyPaste:{styleType:"column-gradient-color-2"}},gradientType:{type:"string",UAGCopyPaste:{styleType:"column-gradient-type"},default:"linear"},gradientLocation1:{type:"number",default:0,UAGCopyPaste:{styleType:"column-gradient-location-1"}},gradientLocation2:{type:"number",UAGCopyPaste:{styleType:"column-gradient-location-2"},default:100},gradientAngle:{type:"number",UAGCopyPaste:{styleType:"column-gradient-angle"},default:0},gradientPosition:{type:"string",UAGCopyPaste:{styleType:"column-gradient-position"},default:"center center"},isPreview:{type:"boolean",default:!1},equalHeight:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"post-equal-height"}},...Object(i.a)("overall",{borderStyle:"none",borderTopWidth:1,borderRightWidth:1,borderBottomWidth:1,borderLeftWidth:1}),nameLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing"}},nameLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-tablet"}},nameLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-mobile"}},nameLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-letter-spacing-type"}},descLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},descLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},descLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},descLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}},companyLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},companyLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},companyLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},companyLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}}};t.a=n},function(e,t,a){"use strict";t.a={block_id:{type:"string"},address:{type:"string",default:"Brainstorm Force"},height:{type:"number",default:300,UAGCopyPaste:{styleType:"map-height"}},heightTablet:{type:"number",default:300,UAGCopyPaste:{styleType:"map-height"}},heightMobile:{type:"number",default:300,UAGCopyPaste:{styleType:"map-height"}},zoom:{type:"number",default:12},language:{type:"string",default:"en"},isPreview:{type:"boolean",default:!1}}},function(e,t,a){"use strict";t.a={block_id:{type:"string"},label:{type:"html",selector:".uagb-icon-list__label",default:"List item"},image_icon:{type:"string",default:"icon"},hideLabel:{type:"boolean",default:!1},disableIcon:{type:"boolean",default:!1},icon:{type:"string",default:""},image:{type:"object"},icon_color:{type:"string",default:"",UAGCopyPaste:{styleType:"icon-color"}},label_color:{type:"string",UAGCopyPaste:{styleType:"main-title-color"}},icon_hover_color:{type:"string",UAGCopyPaste:{styleType:"icon-hover-color"}},label_hover_color:{type:"string",UAGCopyPaste:{styleType:"main-title-hover-color"}},icon_bg_color:{type:"string",UAGCopyPaste:{styleType:"icon-bg-color"},default:""},icon_bg_hover_color:{type:"string",UAGCopyPaste:{styleType:"icon-bg-hover-color"}},icon_border_color:{type:"string",UAGCopyPaste:{styleType:"icon-border-color"},default:""},icon_border_hover_color:{type:"string",UAGCopyPaste:{styleType:"icon-border-hover-color"}},link:{type:"string",default:"#"},target:{type:"boolean",default:!1},disableLink:{type:"boolean",default:!1},fromParentIcon:{type:"string",default:"circle-arrow-right"},childTopMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-top-margin"}},childRightMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-right-margin"}},childLeftMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-left-margin"}},childBottomMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-bottom-margin"}},childTopMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-top-margin-tablet"}},childRightMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-right-margin-tablet"}},childLeftMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-left-margin-tablet"}},childBottomMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-bottom-margin-tablet"}},childTopMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-top-margin-mobile"}},childRightMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-right-margin-mobile"}},childLeftMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-left-margin-mobile"}},childBottomMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-bottom-margin-mobile"}},childMarginUnit:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-margin-unit"}},childMarginUnitTablet:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-margin-unit-tablet"}},childMarginUnitMobile:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-margin-unit-mobile"}},childMarginLink:{type:"boolean",default:!1,isUAGStyle:!0},childTopPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-top-padding"}},childRightPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-right-padding"}},childLeftPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-left-padding"}},childBottomPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-bottom-padding"}},childTopPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-top-padding-tablet"}},childRightPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-right-padding-tablet"}},childLeftPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-left-padding-tablet"}},childBottomPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-bottom-padding-tablet"}},childTopPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-top-padding-mobile"}},childRightPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-right-padding-mobile"}},childLeftPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-left-padding-mobile"}},childBottomPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-bottom-padding-mobile"}},childPaddingUnit:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-padding-unit"}},childPaddingUnitTablet:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-padding-unit-tablet"}},childPaddingUnitMobile:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-padding-unit-mobile"}},childPaddingLink:{type:"boolean",default:!0,isUAGStyle:!0}}},function(e,t,a){"use strict";var i=a(12);const o={block_id:{type:"string"},classMigrate:{type:"boolean",default:!1},align:{type:"string",default:"center",UAGCopyPaste:{styleType:"column-align"}},alignTablet:{type:"string",default:"",UAGCopyPaste:{styleType:"column-align-tablet"}},alignMobile:{type:"string",default:"",UAGCopyPaste:{styleType:"column-align-mobile"}},topPadding:{type:"number",default:"",UAGCopyPaste:{styleType:"column-top-padding"}},bottomPadding:{type:"number",default:"",UAGCopyPaste:{styleType:"column-bottom-padding"}},leftPadding:{type:"number",default:"",UAGCopyPaste:{styleType:"column-left-padding"}},rightPadding:{type:"number",default:"",UAGCopyPaste:{styleType:"column-right-padding"}},topMargin:{type:"number",UAGCopyPaste:{styleType:"column-top-margin"},default:""},bottomMargin:{type:"number",UAGCopyPaste:{styleType:"column-bottom-margin"},default:""},leftMargin:{type:"number",UAGCopyPaste:{styleType:"column-left-margin"},default:""},rightMargin:{type:"number",UAGCopyPaste:{styleType:"column-right-margin"},default:""},topPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"column-top-padding-tablet"},default:""},bottomPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"column-bottom-padding-tablet"},default:""},leftPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"column-left-padding-tablet"},default:""},rightPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"column-right-padding-tablet"},default:""},topMarginTablet:{type:"number",UAGCopyPaste:{styleType:"column-top-margin-tablet"},default:""},bottomMarginTablet:{type:"number",UAGCopyPaste:{styleType:"column-bottom-margin-tablet"},default:""},leftMarginTablet:{type:"number",UAGCopyPaste:{styleType:"column-left-margin-tablet"},default:""},rightMarginTablet:{type:"number",UAGCopyPaste:{styleType:"column-right-margin-tablet"},default:""},topPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"column-top-padding-mobile"},default:""},bottomPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"column-bottom-padding-mobile"},default:""},leftPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"column-left-padding-mobile"},default:""},rightPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"column-right-padding-mobile"},default:""},paddingLink:{type:"boolean",default:!1},marginLink:{type:"boolean",default:!1},topMarginMobile:{type:"number",UAGCopyPaste:{styleType:"column-top-margin-mobile"},default:""},bottomMarginMobile:{type:"number",UAGCopyPaste:{styleType:"column-bottom-margin-mobile"},default:""},leftMarginMobile:{type:"number",UAGCopyPaste:{styleType:"column-left-margin-mobile"},default:""},rightMarginMobile:{type:"number",UAGCopyPaste:{styleType:"column-right-margin-mobile"},default:""},colWidth:{type:"number",default:"",UAGCopyPaste:{styleType:"column-width"}},colWidthTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"column-width-tablet"}},colWidthMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"column-width-mobile"}},backgroundType:{type:"string",UAGCopyPaste:{styleType:"column-background-type"}},backgroundImage:{type:"object",UAGCopyPaste:{styleType:"column-background-image"}},backgroundPosition:{type:"string",default:"center-center",UAGCopyPaste:{styleType:"column-background-position"}},backgroundSize:{type:"string",default:"cover",UAGCopyPaste:{styleType:"column-background-size"}},backgroundRepeat:{type:"string",default:"no-repeat",UAGCopyPaste:{styleType:"column-background-repeat"}},backgroundAttachment:{type:"string",default:"scroll",UAGCopyPaste:{styleType:"column-background-attachment"}},backgroundColor:{type:"string",UAGCopyPaste:{styleType:"column-background-color"}},gradientColor1:{type:"string",UAGCopyPaste:{styleType:"column-gradient-color-1"}},gradientColor2:{type:"string",UAGCopyPaste:{styleType:"column-gradient-color-2"}},gradientType:{type:"string",default:"linear",UAGCopyPaste:{styleType:"column-gradient-type"}},gradientLocation1:{type:"number",default:0,UAGCopyPaste:{styleType:"column-gradient-location-1"}},gradientLocation2:{type:"number",default:100,UAGCopyPaste:{styleType:"column-gradient-location-2"}},gradientAngle:{type:"number",default:0,UAGCopyPaste:{styleType:"column-gradient-angle"}},backgroundOpacity:{type:"number",UAGCopyPaste:{styleType:"column-background-opacity"}},backgroundImageColor:{type:"string",UAGCopyPaste:{styleType:"column-background-image-color"}},borderStyle:{type:"string",default:"none"},borderWidth:{type:"number"},borderRadius:{type:"number"},borderColor:{type:"string"},borderHoverColor:{type:"string"},overlayType:{type:"string",default:"color",UAGCopyPaste:{styleType:"column-overlay-type"}},gradientOverlayColor1:{type:"string",UAGCopyPaste:{styleType:"column-gradient-overlay-color-1"}},gradientOverlayColor2:{type:"string",UAGCopyPaste:{styleType:"column-gradient-overlay-color-2"}},gradientOverlayType:{type:"string",default:"linear",UAGCopyPaste:{styleType:"column-gradient-overlay-type"}},gradientOverlayLocation1:{type:"number",default:0,UAGCopyPaste:{styleType:"column-gradient-overlay-location-1"}},gradientOverlayLocation2:{type:"number",default:100,UAGCopyPaste:{styleType:"column-gradient-overlay-location-2"}},gradientOverlayAngle:{type:"number",default:0,UAGCopyPaste:{styleType:"column-gradient-overlay-angle"}},mobileMarginType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-margin-unit-mobile"}},tabletMarginType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-margin-unit-tablet"}},desktopMarginType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-margin-unit-desktop"}},mobilePaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-padding-unit-mobile"}},tabletPaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-padding-unit-tablet"}},desktopPaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-padding-unit-desktop"}},gradientValue:{type:"string",default:"",UAGCopyPaste:{styleType:"column-gradient-value"}},...Object(i.a)("column")};t.a=o},function(e,t,a){"use strict";var i=a(12);const o={block_id:{type:"string"},classMigrate:{type:"boolean",default:!1},columns:{type:"number",default:2},align:{type:"string",UAGCopyPaste:{styleType:"column-align"}},vAlign:{type:"string",UAGCopyPaste:{styleType:"column-v-align"}},stack:{type:"string",default:"mobile"},columnGap:{type:"string",default:"10",UAGCopyPaste:{styleType:"column-gap"}},topPadding:{type:"number",default:20,UAGCopyPaste:{styleType:"column-top-padding"}},bottomPadding:{type:"number",UAGCopyPaste:{styleType:"column-bottom-padding"},default:20},leftPadding:{type:"number",UAGCopyPaste:{styleType:"column-left-padding"},default:20},rightPadding:{type:"number",UAGCopyPaste:{styleType:"column-right-padding"},default:20},topPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"column-top-padding-tablet"}},bottomPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"column-bottom-padding-tablet"}},leftPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"column-left-padding-tablet"}},rightPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"column-right-padding-tablet"}},topPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"column-top-padding-mobile"}},bottomPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"column-bottom-padding-mobile"}},leftPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"column-left-padding-mobile"}},rightPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"column-right-padding-mobile"}},topMargin:{type:"number",UAGCopyPaste:{styleType:"column-top-margin"},default:0},bottomMargin:{type:"number",UAGCopyPaste:{styleType:"column-top-margin"},default:0},topMarginDesktop:{type:"number",UAGCopyPaste:{styleType:"column-top-margin-desktop"},default:0},rightMarginDesktop:{type:"number",UAGCopyPaste:{styleType:"column-right-margin-desktop"},default:0},leftMarginDesktop:{type:"number",UAGCopyPaste:{styleType:"column-left-margin-desktop"},default:0},bottomMarginDesktop:{type:"number",UAGCopyPaste:{styleType:"column-bottom-margin-desktop"},default:0},topMarginMobile:{type:"number",UAGCopyPaste:{styleType:"column-top-margin-mobile"}},rightMarginMobile:{type:"number",UAGCopyPaste:{styleType:"column-right-margin-mobile"}},leftMarginMobile:{type:"number",UAGCopyPaste:{styleType:"column-left-margin-mobile"}},bottomMarginMobile:{type:"number",UAGCopyPaste:{styleType:"column-bottom-margin-mobile"}},topMarginTablet:{type:"number",UAGCopyPaste:{styleType:"column-top-margin-tablet"}},rightMarginTablet:{type:"number",UAGCopyPaste:{styleType:"column-right-margin-tablet"}},leftMarginTablet:{type:"number",UAGCopyPaste:{styleType:"column-left-margin-tablet"}},bottomMarginTablet:{type:"number",UAGCopyPaste:{styleType:"column-bottom-margin-tablet"}},contentWidth:{type:"string",default:"theme",UAGCopyPaste:{styleType:"column-content-width"}},width:{type:"number",UAGCopyPaste:{styleType:"column-width"},default:900},widthType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-width-type"}},tag:{type:"string",default:"section"},backgroundType:{type:"string",default:"none",UAGCopyPaste:{styleType:"column-bg-type"}},backgroundImage:{type:"object",UAGCopyPaste:{styleType:"column-bg-image"}},backgroundPosition:{type:"string",UAGCopyPaste:{styleType:"column-bg-position"},default:"center-center"},backgroundSize:{type:"string",UAGCopyPaste:{styleType:"column-bg-size"},default:"cover"},backgroundRepeat:{type:"string",UAGCopyPaste:{styleType:"column-bg-repeat"},default:"no-repeat"},backgroundAttachment:{type:"string",UAGCopyPaste:{styleType:"column-bg-attachment"},default:"scroll"},backgroundVideo:{type:"object",UAGCopyPaste:{styleType:"column-bg-video"}},backgroundColor:{type:"string",UAGCopyPaste:{styleType:"column-bg-color"}},overlayType:{type:"string",default:"color",UAGCopyPaste:{styleType:"column-overlay-type"}},gradientColor1:{type:"string",UAGCopyPaste:{styleType:"column-gradient-color-1"}},gradientColor2:{type:"string",UAGCopyPaste:{styleType:"column-gradient-color-2"}},gradientType:{type:"string",default:"linear",UAGCopyPaste:{styleType:"column-gradient-type"}},gradientLocation1:{type:"number",default:0,UAGCopyPaste:{styleType:"column-gradient-location-1"}},gradientLocation2:{type:"number",default:100,UAGCopyPaste:{styleType:"column-gradient-location-2"}},gradientAngle:{type:"number",default:0,UAGCopyPaste:{styleType:"column-gradient-angle"}},gradientPosition:{type:"string",default:"center center",UAGCopyPaste:{styleType:"column-gradient-position"}},backgroundOpacity:{type:"number",UAGCopyPaste:{styleType:"column-bg-opacity"}},backgroundVideoOpacity:{type:"number",UAGCopyPaste:{styleType:"column-bg-video-opacity"},default:50},backgroundVideoColor:{type:"string",UAGCopyPaste:{styleType:"column-bg-video-color"}},backgroundImageColor:{type:"string",UAGCopyPaste:{styleType:"column-bg-image-color"}},borderStyle:{type:"string",default:"none"},borderWidth:{type:"number"},borderRadius:{type:"number"},borderColor:{type:"string"},borderHoverColor:{type:"string"},bottomType:{type:"string",default:"none",UAGCopyPaste:{styleType:"column-bottom-type"}},bottomColor:{type:"string",UAGCopyPaste:{styleType:"column-bottom-color"},default:"#333"},bottomHeight:{type:"number",UAGCopyPaste:{styleType:"column-bottom-height"}},bottomHeightTablet:{type:"number",UAGCopyPaste:{styleType:"column-bottom-height-tablet"}},bottomHeightMobile:{type:"number",UAGCopyPaste:{styleType:"column-bottom-height-mobile"}},bottomWidth:{type:"number",UAGCopyPaste:{styleType:"column-bottom-width"}},topType:{type:"string",default:"none",UAGCopyPaste:{styleType:"column-top-type"}},topColor:{type:"string",default:"#333",UAGCopyPaste:{styleType:"column-top-color"}},topHeight:{type:"number",UAGCopyPaste:{styleType:"column-top-height"}},topHeightTablet:{type:"number",UAGCopyPaste:{styleType:"column-top-height-tablet"}},topHeightMobile:{type:"number",UAGCopyPaste:{styleType:"column-top-height-mobile"}},topWidth:{type:"number",UAGCopyPaste:{styleType:"column-top-width"}},topFlip:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"column-top-flip"}},bottomFlip:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"column-bottom-flip"}},reverseTablet:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"column-reverse-tablet"}},reverseMobile:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"column-reverse-mobile"}},topDividerOpacity:{type:"number",default:100,UAGCopyPaste:{styleType:"column-top-divider-opacity"}},bottomDividerOpacity:{type:"number",default:100,UAGCopyPaste:{styleType:"column-bottom-divider-opacity"}},topContentAboveShape:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"column-top-content-above-shape"}},bottomContentAboveShape:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"column-bottom-content-above-shape"}},mobileMarginType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-margin-type-mobile"}},tabletMarginType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-margin-type-tablet"}},desktopMarginType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-margin-type-desktop"}},mobilePaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-padding-type-mobile"}},tabletPaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-padding-type-tablet"}},desktopPaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-padding-type-desktop"}},paddingLink:{type:"boolean",default:!1},marginLink:{type:"boolean",default:!1},boxShadowColor:{type:"string",UAGCopyPaste:{styleType:"column-box-shadow-color"}},boxShadowHOffset:{type:"number",UAGCopyPaste:{styleType:"column-box-shadow-hoffset"},default:0},boxShadowVOffset:{type:"number",default:0,UAGCopyPaste:{styleType:"column-box-shadow-voffset"}},boxShadowBlur:{type:"number",UAGCopyPaste:{styleType:"column-box-shadow-blur"}},boxShadowSpread:{type:"number",UAGCopyPaste:{styleType:"column-box-shadow-spread"}},boxShadowPosition:{type:"string",default:"outset",UAGCopyPaste:{styleType:"column-box-shadow-position"}},gradientValue:{type:"string",default:"linear-gradient(90deg, rgb(6, 147, 227, 0.5) 0%, rgb(155, 81, 224, 0.5) 100%)",UAGCopyPaste:{styleType:"column-gradient-value"}},isPreview:{type:"boolean",default:!1},...Object(i.a)("columns")};t.a=o},function(e,t,a){"use strict";t.a={block_id:{type:"string"},classMigrate:{type:"boolean",default:!1},skinStyle:{type:"string",default:"border",UAGCopyPaste:{styleType:"skin-style"}},align:{type:"string",default:"left",UAGCopyPaste:{styleType:"overall-alignment"}},descriptionText:{selector:"div.uagb-blockquote__content",default:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo."},descColor:{type:"string",UAGCopyPaste:{styleType:"desc-color"}},descFontSize:{type:"number",default:18,UAGCopyPaste:{styleType:"desc-font-size"}},descFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-font-size-type"}},descFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"}},descFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"}},descFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"desc-font-family"}},descFontWeight:{type:"string",UAGCopyPaste:{styleType:"desc-font-weight"}},descFontStyle:{type:"string",default:"italic",UAGCopyPaste:{styleType:"desc-font-style"}},descLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"desc-line-height-type"}},descLineHeight:{type:"number",default:1.5,UAGCopyPaste:{styleType:"desc-line-height"}},descLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},descLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},descLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"desc-load-google-fonts"}},descSpace:{type:"number",default:25,UAGCopyPaste:{styleType:"desc-bottom-margin"}},descSpaceTablet:{type:"number",default:20,UAGCopyPaste:{styleType:"desc-bottom-margin"}},descSpaceMobile:{type:"number",default:15,UAGCopyPaste:{styleType:"desc-bottom-margin"}},descSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-bottom-margin-unit"}},author:{selector:".uagb-blockquote__author",default:"Author Name"},authorColor:{type:"string",default:"#888888",UAGCopyPaste:{styleType:"author-color"}},authorFontSize:{type:"number",UAGCopyPaste:{styleType:"author-font-size"}},authorFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"author-font-size-type"}},authorFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"author-font-size-tablet"}},authorFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"author-font-size-mobile"}},authorFontFamily:{type:"string",UAGCopyPaste:{styleType:"author-font-family"},default:"Default"},authorFontWeight:{type:"string",UAGCopyPaste:{styleType:"author-font-weight"}},authorFontStyle:{type:"string",UAGCopyPaste:{styleType:"author-font-style"}},authorLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"author-line-height-type"}},authorLineHeight:{type:"number",UAGCopyPaste:{styleType:"author-line-height"}},authorLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"author-line-height-tablet"}},authorLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"author-line-height-mobile"}},authorLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"author-load-google-fonts"}},authorSpace:{type:"number",default:15,UAGCopyPaste:{styleType:"author-bottom-margin"}},authorSpaceTablet:{type:"number",default:15,UAGCopyPaste:{styleType:"author-bottom-margin"}},authorSpaceMobile:{type:"number",default:15,UAGCopyPaste:{styleType:"author-bottom-margin"}},authorSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"author-bottom-margin-type"}},authorImage:{type:"object",default:{url:"",alt:"Author Image"}},authorImageSize:{type:"string",default:"thumbnail",UAGCopyPaste:{styleType:"author-image-size"}},authorImageWidth:{type:"number",default:40,UAGCopyPaste:{styleType:"author-image-width"}},authorImageWidthTablet:{type:"number",default:35,UAGCopyPaste:{styleType:"author-image-width"}},authorImageWidthMobile:{type:"number",default:30,UAGCopyPaste:{styleType:"author-image-width"}},authorImageWidthUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"author-image-width-unit"}},authorImageGap:{type:"number",default:10,UAGCopyPaste:{styleType:"author-image-gap"}},authorImageGapTablet:{type:"number",default:10,UAGCopyPaste:{styleType:"author-image-gap-tablet"}},authorImageGapMobile:{type:"number",default:10,UAGCopyPaste:{styleType:"author-image-gap-mobile"}},authorImageGapUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"author-image-gap-unit"}},authorImgBorderRadius:{type:"number",default:100,UAGCopyPaste:{styleType:"author-image-border-radius"}},authorImgBorderRadiusTablet:{type:"number",default:100,UAGCopyPaste:{styleType:"author-image-border-radius"}},authorImgBorderRadiusMobile:{type:"number",default:100,UAGCopyPaste:{styleType:"author-image-border-radius"}},authorImgBorderRadiusUnit:{type:"string",default:"%",UAGCopyPaste:{styleType:"author-image-border-radius-unit"}},authorImgPosition:{type:"string",default:"left",UAGCopyPaste:{styleType:"author-image-position"}},stack:{type:"string",default:"none"},enableTweet:{type:"boolean",default:!0},iconView:{type:"string",default:"icon_text"},iconSkin:{type:"string",default:"classic",UAGCopyPaste:{styleType:"icon-skin"}},iconLabel:{type:"string",default:"Tweet"},iconShareVia:{type:"string",default:""},iconTargetUrl:{type:"string",default:"current"},customUrl:{type:"string"},tweetLinkColor:{type:"string",default:"#1DA1F2",UAGCopyPaste:{styleType:"btn-color"}},tweetBtnColor:{type:"string",default:"#fff",UAGCopyPaste:{styleType:"btn-color"}},tweetBtnBgColor:{type:"string",default:"#1DA1F2",UAGCopyPaste:{styleType:"btn-bg-color"}},tweetBtnHoverColor:{type:"string",UAGCopyPaste:{styleType:"btn-hover-color"}},tweetBtnBgHoverColor:{type:"string",default:"#1DA1F2",UAGCopyPaste:{styleType:"btn-bg-hover-color"}},tweetBtnFontSize:{type:"number",default:15,UAGCopyPaste:{styleType:"btn-font-size"}},tweetBtnFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-font-size-unit"}},tweetBtnFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"btn-font-size-tablet"}},tweetBtnFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"btn-font-size-mobile"}},tweetBtnFontFamily:{type:"string",UAGCopyPaste:{styleType:"btn-font-family"},default:"Default"},tweetBtnFontWeight:{type:"string",UAGCopyPaste:{styleType:"btn-fonr-weight"}},tweetBtnFontStyle:{type:"string",UAGCopyPaste:{styleType:"btn-font-style"}},tweetBtnLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"btn-line-height-type"}},tweetBtnLineHeight:{type:"number",UAGCopyPaste:{styleType:"btn-line-height"}},tweetBtnLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"btn-line-height-tablet"}},tweetBtnLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"btn-line-height-mobile"}},tweetBtnLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"btn-load-google-fonts"}},tweetBtnHrPadding:{type:"number",default:10,UAGCopyPaste:{styleType:"btn-hr-padding"}},tweetBtnVrPadding:{type:"number",default:10,UAGCopyPaste:{styleType:"btn-vr-padding"}},tweetIconSpacing:{type:"number",default:10,UAGCopyPaste:{styleType:"tweet-icon-spacing"}},tweetIconSpacingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"tweet-icon-spacing-unit"}},borderColor:{type:"string",default:"#abb8c3",UAGCopyPaste:{styleType:"desc-border-color"}},borderStyle:{type:"string",default:"solid",UAGCopyPaste:{styleType:"desc-border-style"}},borderWidth:{type:"number",default:4,UAGCopyPaste:{styleType:"desc-border-width"}},borderGap:{type:"number",default:15,UAGCopyPaste:{styleType:"desc-border-gap"}},borderGapTablet:{type:"number",default:15,UAGCopyPaste:{styleType:"desc-border-gap"}},borderGapMobile:{type:"number",default:15,UAGCopyPaste:{styleType:"desc-border-gap"}},borderGapUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-border-gap-unit"}},verticalPadding:{type:"number",UAGCopyPaste:{styleType:"desc-vertical-padding"}},verticalPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-vertical-padding"}},verticalPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-vertical-padding"}},verticalPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-vertical-padding-unit"}},quoteStyle:{type:"string",default:"style_2",UAGCopyPaste:{styleType:"quote-style"}},quoteColor:{type:"string",default:"#3d3d3d",UAGCopyPaste:{styleType:"desc-color"}},quoteSize:{type:"number",default:25,UAGCopyPaste:{styleType:"icon-size"}},quoteSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"icon-size-type"}},quoteSizeTablet:{type:"number",UAGCopyPaste:{styleType:"icon-size-tablet"}},quoteSizeMobile:{type:"number",UAGCopyPaste:{styleType:"icon-size-mobile"}},quotePadding:{type:"number",default:10,UAGCopyPaste:{styleType:"desc-padding"}},quoteUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-margin-unit"}},quotePaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-padding-unit"}},quotePaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-padding-tablet"}},quotePaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-padding-mobile"}},quoteBorderRadius:{type:"number",default:100,UAGCopyPaste:{styleType:"desc-border-radius"}},quoteBorderRadiusUnit:{type:"string",default:"%",UAGCopyPaste:{styleType:"desc-border-radius-unit"}},quoteBgColor:{type:"string",default:"#f4f4f4",UAGCopyPaste:{styleType:"desc-bg-color"}},quoteTopMargin:{type:"number",UAGCopyPaste:{styleType:"desc-top-margin"}},quoteBottomMargin:{type:"number",default:15,UAGCopyPaste:{styleType:"desc-bottom-margin"}},quoteLeftMargin:{type:"number",UAGCopyPaste:{styleType:"desc-left-margin"}},quoteRightMargin:{type:"number",default:20,UAGCopyPaste:{styleType:"desc-right-margin"}},quoteTopMarginTablet:{type:"number",UAGCopyPaste:{styleType:"desc-top-margin-tablet"}},quoteBottomMarginTablet:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin-tablet"}},quoteLeftMarginTablet:{type:"number",UAGCopyPaste:{styleType:"desc-left-margin-tablet"}},quoteRightMarginTablet:{type:"number",UAGCopyPaste:{styleType:"desc-right-margin-tablet"}},quoteTopMarginMobile:{type:"number",UAGCopyPaste:{styleType:"desc-top-margin-mobile"}},quoteBottomMarginMobile:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin-mobile"}},quoteLeftMarginMobile:{type:"number",UAGCopyPaste:{styleType:"desc-left-margin-mobile"}},quoteRightMarginMobile:{type:"number",UAGCopyPaste:{styleType:"desc-right-margin-mobile"}},quotemobileUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-margin-unit-mobile"}},quotetabletUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-margin-unit-tablet"}},quoteHoverColor:{type:"string",UAGCopyPaste:{styleType:"desc-hover-color"}},quoteBgHoverColor:{type:"string",UAGCopyPaste:{styleType:"desc-bg-hover-color"}},borderHoverColor:{type:"string",UAGCopyPaste:{styleType:"desc-border-hover-color"}},borderWidthUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-border-width-unit"}},paddingBtnTop:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding"}},paddingBtnBottom:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding"}},paddingBtnLeft:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding"}},paddingBtnRight:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding"}},paddingBtnTopTablet:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding-tablet"}},paddingBtnRightTablet:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding-tablet"}},paddingBtnBottomTablet:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding-tablet"}},paddingBtnLeftTablet:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding-tablet"}},paddingBtnTopMobile:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding-mobile"}},paddingBtnRightMobile:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding-mobile"}},paddingBtnBottomMobile:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding-mobile"}},paddingBtnLeftMobile:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding-mobile"}},paddingBtnUnit:{type:"string",UAGCopyPaste:{styleType:"btn-padding-unit"},default:"px"},mobilePaddingBtnUnit:{type:"string",UAGCopyPaste:{styleType:"btn-padding-unit-mobile"},default:"px"},tabletPaddingBtnUnit:{type:"string",UAGCopyPaste:{styleType:"btn-padding-unit-tablet"},default:"px"},btnspacingLink:{type:"boolean",default:!1},spacingLink:{type:"boolean",default:!1},descTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},authorTransform:{type:"string",UAGCopyPaste:{styleType:"author-transform"}},tweetBtnTransform:{type:"string",UAGCopyPaste:{styleType:"btn-transform"}},descDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},authorDecoration:{type:"string",UAGCopyPaste:{styleType:"author-decoration"}},tweetBtnDecoration:{type:"string",UAGCopyPaste:{styleType:"btn-decoration"}},isPreview:{type:"boolean",default:!1},descLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},descLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},descLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},descLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}},authorLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"author-letter-spacing"}},authorLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"author-letter-spacing-tablet"}},authorLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"author-letter-spacing-mobile"}},authorLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"author-letter-spacing-type"}},tweetBtnLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"tweetBtn-letter-spacing"}},tweetBtnLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"tweetBtn-letter-spacing-tablet"}},tweetBtnLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"tweetBtn-letter-spacing-mobile"}},tweetBtnLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"tweetBtn-letter-spacing-type"}},buttonLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"button-letter-spacing"}}}},function(e,t,a){"use strict";var i=a(1);const o={block_id:{type:"string"},name:{type:"string",default:Object(i.__)("Step","ultimate-addons-for-gutenberg")},description:{type:"string",default:Object(i.__)("Click here to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.")},url:{type:"string",default:"#"},urlType:{type:"string",default:"all"},urlText:{type:"string",default:Object(i.__)("Read More","ultimate-addons-for-gutenberg")},urlTarget:{type:"boolean",default:!1},image:{type:"object",default:{url:"",alt:"Image Placeholder"}},imageSize:{type:"string",default:"thumbnail",UAGCopyPaste:{styleType:"image-size"}},urlFontSize:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size"}},urlFontSizeType:{type:"string",UAGCopyPaste:{styleType:"prefix-font-size-type"},default:"px"},urlFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-mobile"}},urlFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-tablet"}},urlFontFamily:{type:"string",UAGCopyPaste:{styleType:"prefix-font-family"},default:"Default"},urlFontWeight:{type:"string",UAGCopyPaste:{styleType:"prefix-font-weight"}},urlFontStyle:{type:"string",default:"normal",UAGCopyPaste:{styleType:"prefix-font-style"}},urlTransform:{type:"string",UAGCopyPaste:{styleType:"prefix-transform"}},urlDecoration:{type:"string",UAGCopyPaste:{styleType:"prefix-decoration"}},urlLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"prefix-load-google-fonts"}},titleFontSize:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size"}},titleFontSizeType:{type:"string",UAGCopyPaste:{styleType:"main-title-font-size-type"},default:"px"},titleFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-mobile"}},titleFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-tablet"}},titleFontFamily:{type:"string",UAGCopyPaste:{styleType:"main-title-font-family"},default:"Default"},titleFontWeight:{type:"string",UAGCopyPaste:{styleType:"main-title-font-weight"}},titleFontStyle:{type:"string",UAGCopyPaste:{styleType:"main-title-font-style"},default:"normal"},titleTransform:{type:"string",UAGCopyPaste:{styleType:"main-title-transform"}},titleDecoration:{type:"string",UAGCopyPaste:{styleType:"main-title-decoration"}},titleLoadGoogleFonts:{type:"boolean",UAGCopyPaste:{styleType:"main-title-load-google-fonts"},default:!1},descriptionFontSize:{type:"number",UAGCopyPaste:{styleType:"desc-font-size"}},descriptionFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-font-size-type"}},descriptionFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"}},descriptionFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"}},descriptionFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"desc-font-family"}},descriptionFontWeight:{type:"string",UAGCopyPaste:{styleType:"desc-font-weight"}},descriptionFontStyle:{type:"string",default:"normal",UAGCopyPaste:{styleType:"desc-font-style"}},descriptionTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},descriptionDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},descriptionLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"desc-load-google-fonts"}},imgPosition:{type:"string",default:"above-title"},titleColor:{type:"string",UAGCopyPaste:{styleType:"main-title-color"}},descriptionColor:{type:"string",UAGCopyPaste:{styleType:"desc-color"}},urlColor:{type:"string",UAGCopyPaste:{styleType:"prefix-color"}},titleLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing"}},titleLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-tablet"}},titleLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-mobile"}},titleLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-letter-spacing-type"}},titleLineHeight:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height"}},titleLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},titleLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-mobile"}},titleLineHeightType:{type:"string",UAGCopyPaste:{styleType:"main-title-line-height-type"},default:"em"},descriptionLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},descriptionLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},descriptionLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},descriptionLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}},descriptionLineHeight:{type:"number",UAGCopyPaste:{styleType:"desc-line-height"}},descriptionLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"desc-line-height-type"}},descriptionLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},descriptionLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},urlLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},urlLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},urlLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},urlLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}},urlLineHeight:{type:"number",UAGCopyPaste:{styleType:"desc-line-height"}},urlLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"desc-line-height-type"}},urlLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},urlLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}}};t.a=o},function(e,t,a){"use strict";var i=a(1);const o={ID:{type:"string",default:""},itemType:{type:"string",default:Object(i.__)("Product")},itemSubtype:{type:"string",default:""},reviewPublisher:{type:"string",default:""},bookAuthorName:{type:"string",default:""},isbn:{type:"string",default:""},provider:{type:"string",default:""},appCategory:{type:"string",default:""},operatingSystem:{type:"string",default:""},datecreated:{type:"string",default:"Dec 19 2020"},directorname:{type:"string",default:""},overallAlignment:{type:"string",default:"left",UAGCopyPaste:{styleType:"overall-align"}},schema:{type:"string",default:""},rTitle:{type:"string",default:"Spectra: Gutenberg Blocks"},rContent:{type:"string",default:"Whether you’re a beginner, marketer, web designer or developer, Spectra includes all the tools and resources you can trust to succeed online."},rAuthor:{type:"string",default:"– Brainstorm Force"},headingTag:{type:"string",default:"h3"},block_id:{type:"string",default:""},mainimage:{type:"object",default:{url:uagb_blocks_info.uagb_url+"/admin/assets/images/placeholder.png"}},imgSize:{type:"string",default:"thumbnail",UAGCopyPaste:{styleType:"image-size"}},authorName:{type:"string",default:""},itemName:{type:"string",default:""},items:{type:"string",default:'[{"label":"Feature #1","value":5},{"label":"Feature #2","value":5},{"label":"Feature #3","value":5}]'},description:{type:"string",default:""},descriptionAlign:{type:"string",default:"left"},imgURL:{type:"string",default:""},imgID:{type:"number"},imgAlt:{type:"string",default:""},parts:{type:"array",default:[{label:"",value:0}]},starCount:{type:"number",default:5},summaryTitle:{type:"string",default:Object(i.__)("Summary")},summaryDescription:{type:"string",default:"Whether you’re a beginner, marketer, web designer or developer, Spectra includes all the tools and resources you can trust to succeed online."},callToActionText:{type:"string",default:""},ctaLink:{type:"string",default:"#"},inactiveStarColor:{type:"string",default:"#888888",UAGCopyPaste:{styleType:"icon-unmarked-color"}},activeStarColor:{type:"string",default:"#eeee00",UAGCopyPaste:{styleType:"icon-marked-color"}},authorColor:{type:"string",default:"",UAGCopyPaste:{styleType:"author-color"}},summaryColor:{type:"string",default:"",UAGCopyPaste:{styleType:"desc-color"}},titleAlign:{type:"string",default:"left",UAGCopyPaste:{styleType:"main-title-align"}},authorAlign:{type:"string",default:"left",UAGCopyPaste:{styleType:"author-align"}},enableCTA:{type:"boolean",default:!0},ctaNoFollow:{type:"boolean",default:!0},ctaOpenInNewTab:{type:"boolean",default:!0},enableReviewSchema:{type:"boolean",default:!0},enableImage:{type:"boolean",default:!0},enableDescription:{type:"boolean",default:!0},enableSchema:{type:"boolean",default:!0},starOutlineColor:{type:"string",UAGCopyPaste:{styleType:"icon-outline-color"},default:"#000000"},starActiveColor:{type:"string",UAGCopyPaste:{styleType:"icon-color"},default:"#ccd6df"},imageSize:{type:"number",UAGCopyPaste:{styleType:"image-size"},default:100},brand:{type:"string",default:""},sku:{type:"string",default:""},identifier:{type:"string",default:""},identifierType:{type:"string",default:"gtin"},ctaTarget:{type:"boolean",default:!1},offerType:{type:"string",default:"Offer"},offerStatus:{type:"string",default:""},offerPrice:{type:"string",default:0},offerCurrency:{type:"string",default:"USD"},offerExpiry:{type:"string",default:"Dec 19 2020"},datepublish:{type:"string",default:"Dec 19 2020"},featuresTitle:{type:"string",default:Object(i.__)("List Of Features:")},featuresAvgText:{type:"string",default:Object(i.__)("Average Ratings")},feature_count:{type:"number",default:1},showFeature:{type:"boolean",default:!0},showAuthor:{type:"boolean",default:!0},starSize:{type:"number",default:20,UAGCopyPaste:{styleType:"icon-size"}},starColor:{type:"string",UAGCopyPaste:{styleType:"icon-color"},default:"#f0ad4e"},selectedStars:{type:"number",default:0},starAlign:{type:"string",UAGCopyPaste:{styleType:"icon-align"},default:"left"},descColor:{type:"string",UAGCopyPaste:{styleType:"desc-color"},default:""},titleColor:{type:"string",UAGCopyPaste:{styleType:"main-title-color"},default:""},pricevalue:{type:"string",default:"US$65"},pricetext:{type:"string",default:"Price"},availabilityvalue:{type:"string",default:Object(i.__)("Instock")},availabilitytext:{type:"string",default:Object(i.__)("Availability")},contentVrPadding:{type:"number",UAGCopyPaste:{styleType:"desc-vertical-padding"},default:15},contentHrPadding:{type:"number",default:50,UAGCopyPaste:{styleType:"desc-horizontal-padding"}},topPadding:{type:"number",UAGCopyPaste:{styleType:"overall-top-padding"},default:15},bottomPadding:{type:"number",UAGCopyPaste:{styleType:"overall-bottom-padding"},default:15},rightPadding:{type:"number",UAGCopyPaste:{styleType:"overall-right-padding"},default:50},leftPadding:{type:"number",UAGCopyPaste:{styleType:"overall-left-padding"},default:50},paddingTopMobile:{type:"number",UAGCopyPaste:{styleType:"overall-top-padding-mobile"}},paddingBottomMobile:{type:"number",UAGCopyPaste:{styleType:"overall-bottom-padding-mobile"}},paddingRightMobile:{type:"number",UAGCopyPaste:{styleType:"overall-right-padding-mobile"}},paddingLeftMobile:{type:"number",UAGCopyPaste:{styleType:"overall-left-padding-mobile"}},paddingTopTablet:{type:"number",UAGCopyPaste:{styleType:"overall-top-padding-tablet"}},paddingBottomTablet:{type:"number",UAGCopyPaste:{styleType:"overall-bottom-padding-tablet"}},paddingRightTablet:{type:"number",UAGCopyPaste:{styleType:"overall-right-padding-tablet"}},paddingLeftTablet:{type:"number",UAGCopyPaste:{styleType:"overall-left-padding-tablet"}},spacingLink:{type:"boolean",default:!1},paddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"overall-padding-unit"}},mobilePaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"overall-padding-unit-mobile"}},tabletPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"overall-padding-unit-tablet"}},star_gap:{type:"number",default:100,UAGCopyPaste:{styleType:"icon-gap"}},contentColor:{type:"string",default:"",UAGCopyPaste:{styleType:"desc-color"}},author:{type:"string",default:""},headFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"main-title-font-family"}},headFontWeight:{type:"string",UAGCopyPaste:{styleType:"main-title-font-weight"}},headFontStyle:{type:"string",UAGCopyPaste:{styleType:"main-title-font-style"},default:"normal"},headTransform:{type:"string",UAGCopyPaste:{styleType:"main-title-transform"}},headDecoration:{type:"string",UAGCopyPaste:{styleType:"main-title-decoration"}},headFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-font-size-type"}},headLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"main-title-line-height-type"}},headFontSize:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size"}},headFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-tablet"}},headFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-mobile"}},headLineHeight:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height"}},headLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},headLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-mobile"}},subHeadFontFamily:{type:"string",UAGCopyPaste:{styleType:"desc-font-family"},default:""},subHeadFontWeight:{type:"string",UAGCopyPaste:{styleType:"desc-font-weight"}},subHeadFontStyle:{type:"string",UAGCopyPaste:{styleType:"desc-font-style"},default:"normal"},subHeadTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},subHeadDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},subHeadFontSize:{type:"number",UAGCopyPaste:{styleType:"desc-font-size"}},subHeadFontSizeType:{type:"string",UAGCopyPaste:{styleType:"desc-font-size-type"},default:"px"},subHeadFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"}},subHeadFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"}},subHeadLineHeight:{type:"number",UAGCopyPaste:{styleType:"desc-line-height"}},subHeadLineHeightType:{type:"string",UAGCopyPaste:{styleType:"desc-line-height-type"},default:"em"},subHeadLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},subHeadLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},separatorSpace:{type:"number",default:15,UAGCopyPaste:{styleType:"separator-bottom-margin"}},headLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"main-title-load-google-fonts"}},subHeadLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"desc-load-google-fonts"}},contentFontFamily:{type:"string",UAGCopyPaste:{styleType:"desc-font-family"},default:"Default"},contentLoadGoogleFonts:{type:"boolean",UAGCopyPaste:{styleType:"desc-load-google-fonts"},default:!1},contentFontWeight:{type:"string",UAGCopyPaste:{styleType:"desc-font-weight"}},contentFontStyle:{type:"string",UAGCopyPaste:{styleType:"desc-font-style"},default:"normal"},contentTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},contentDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},contentFontSize:{type:"number",UAGCopyPaste:{styleType:"desc-font-size"}},contentFontSizeType:{type:"string",UAGCopyPaste:{styleType:"desc-font-size-type"},default:"px"},contentFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"}},contentFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"}},contentLineHeight:{type:"number",UAGCopyPaste:{styleType:"desc-line-height"}},contentLineHeightType:{type:"string",UAGCopyPaste:{styleType:"desc-line-height-type"},default:"em"},contentLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},contentLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},isPreview:{type:"boolean",default:!1},headLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing"}},headLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-tablet"}},headLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-mobile"}},headLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-letter-spacing-type"}},subHeadLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},subHeadLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},subHeadLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},subHeadLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}},contentLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},contentLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},contentLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},contentLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}}};t.a=o},function(e,t,a){"use strict";var i=a(1);const o={isPreview:{type:"boolean",default:!1},block_id:{type:"string"},textareaName:{type:"string",default:Object(i.__)("Message","ultimate-addons-for-gutenberg")},textareaRequired:{type:"boolean",default:!1},rows:{type:"number",default:4},placeholder:{type:"string",default:Object(i.__)("Enter your message","ultimate-addons-for-gutenberg")},autocomplete:{type:"string",default:"off"}};t.a=o},function(e,t,a){"use strict";t.a=function(e){return(e=(e=(e=(e=e.replace("far ","")).replace("fas ","")).replace("fab ","")).replace("fa-","")).replace("fa ","")}},function(e,t,a){"use strict";var i=r(a(179)),o=r(a(184)),n=r(a(154)),l=r(a(151));function r(e){return e&&e.__esModule?e:{default:e}}e.exports={Transition:l.default,TransitionGroup:n.default,ReplaceTransition:o.default,CSSTransition:i.default}},function(e,t){e.exports=window.wp.keyboardShortcuts},,,function(e,t,a){"use strict";var i=a(2);const o={triangle:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M500,98.9L0,6.1V0h1000v6.1L500,98.9z"})),wave_brush:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 283.5 27.8",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M283.5,9.7c0,0-7.3,4.3-14,4.6c-6.8,0.3-12.6,0-20.9-1.5c-11.3-2-33.1-10.1-44.7-5.7\ts-12.1,4.6-18,7.4c-6.6,3.2-20,9.6-36.6,9.3C131.6,23.5,99.5,7.2,86.3,8c-1.4,0.1-6.6,0.8-10.5,2c-3.8,1.2-9.4,3.8-17,4.7\tc-3.2,0.4-8.3,1.1-14.2,0.9c-1.5-0.1-6.3-0.4-12-1.6c-5.7-1.2-11-3.1-15.8-3.7C6.5,9.2,0,10.8,0,10.8V0h283.5V9.7z M260.8,11.3\tc-0.7-1-2-0.4-4.3-0.4c-2.3,0-6.1-1.2-5.8-1.1c0.3,0.1,3.1,1.5,6,1.9C259.7,12.2,261.4,12.3,260.8,11.3z M242.4,8.6\tc0,0-2.4-0.2-5.6-0.9c-3.2-0.8-10.3-2.8-15.1-3.5c-8.2-1.1-15.8,0-15.1,0.1c0.8,0.1,9.6-0.6,17.6,1.1c3.3,0.7,9.3,2.2,12.4,2.7\tC239.9,8.7,242.4,8.6,242.4,8.6z M185.2,8.5c1.7-0.7-13.3,4.7-18.5,6.1c-2.1,0.6-6.2,1.6-10,2c-3.9,0.4-8.9,0.4-8.8,0.5\tc0,0.2,5.8,0.8,11.2,0c5.4-0.8,5.2-1.1,7.6-1.6C170.5,14.7,183.5,9.2,185.2,8.5z M199.1,6.9c0.2,0-0.8-0.4-4.8,1.1\tc-4,1.5-6.7,3.5-6.9,3.7c-0.2,0.1,3.5-1.8,6.6-3C197,7.5,199,6.9,199.1,6.9z M283,6c-0.1,0.1-1.9,1.1-4.8,2.5s-6.9,2.8-6.7,2.7\tc0.2,0,3.5-0.6,7.4-2.5C282.8,6.8,283.1,5.9,283,6z M31.3,11.6c0.1-0.2-1.9-0.2-4.5-1.2s-5.4-1.6-7.8-2C15,7.6,7.3,8.5,7.7,8.6\tC8,8.7,15.9,8.3,20.2,9.3c2.2,0.5,2.4,0.5,5.7,1.6S31.2,11.9,31.3,11.6z M73,9.2c0.4-0.1,3.5-1.6,8.4-2.6c4.9-1.1,8.9-0.5,8.9-0.8\tc0-0.3-1-0.9-6.2-0.3S72.6,9.3,73,9.2z M71.6,6.7C71.8,6.8,75,5.4,77.3,5c2.3-0.3,1.9-0.5,1.9-0.6c0-0.1-1.1-0.2-2.7,0.2\tC74.8,5.1,71.4,6.6,71.6,6.7z M93.6,4.4c0.1,0.2,3.5,0.8,5.6,1.8c2.1,1,1.8,0.6,1.9,0.5c0.1-0.1-0.8-0.8-2.4-1.3\tC97.1,4.8,93.5,4.2,93.6,4.4z M65.4,11.1c-0.1,0.3,0.3,0.5,1.9-0.2s2.6-1.3,2.2-1.2s-0.9,0.4-2.5,0.8C65.3,10.9,65.5,10.8,65.4,11.1\tz M34.5,12.4c-0.2,0,2.1,0.8,3.3,0.9c1.2,0.1,2,0.1,2-0.2c0-0.3-0.1-0.5-1.6-0.4C36.6,12.8,34.7,12.4,34.5,12.4z M152.2,21.1\tc-0.1,0.1-2.4-0.3-7.5-0.3c-5,0-13.6-2.4-17.2-3.5c-3.6-1.1,10,3.9,16.5,4.1C150.5,21.6,152.3,21,152.2,21.1z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M269.6,18c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3\tC267.7,18.8,269.7,18,269.6,18z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M227.4,9.8c-0.2-0.1-4.5-1-9.5-1.2c-5-0.2-12.7,0.6-12.3,0.5c0.3-0.1,5.9-1.8,13.3-1.2\tS227.6,9.9,227.4,9.8z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M204.5,13.4c-0.1-0.1,2-1,3.2-1.1c1.2-0.1,2,0,2,0.3c0,0.3-0.1,0.5-1.6,0.4\tC206.4,12.9,204.6,13.5,204.5,13.4z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M201,10.6c0-0.1-4.4,1.2-6.3,2.2c-1.9,0.9-6.2,3.1-6.1,3.1c0.1,0.1,4.2-1.6,6.3-2.6\tS201,10.7,201,10.6z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M154.5,26.7c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3\tC152.6,27.5,154.6,26.8,154.5,26.7z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M41.9,19.3c0,0,1.2-0.3,2.9-0.1c1.7,0.2,5.8,0.9,8.2,0.7c4.2-0.4,7.4-2.7,7-2.6\tc-0.4,0-4.3,2.2-8.6,1.9c-1.8-0.1-5.1-0.5-6.7-0.4S41.9,19.3,41.9,19.3z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M75.5,12.6c0.2,0.1,2-0.8,4.3-1.1c2.3-0.2,2.1-0.3,2.1-0.5c0-0.1-1.8-0.4-3.4,0\tC76.9,11.5,75.3,12.5,75.5,12.6z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M15.6,13.2c0-0.1,4.3,0,6.7,0.5c2.4,0.5,5,1.9,5,2c0,0.1-2.7-0.8-5.1-1.4\tC19.9,13.7,15.7,13.3,15.6,13.2z"})),tilt:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M0,6V0h1000v100L0,6z"})),mountains:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",opacity:"0.33",d:"M473,67.3c-203.9,88.3-263.1-34-320.3,0C66,119.1,0,59.7,0,59.7V0h1000v59.7 c0,0-62.1,26.1-94.9,29.3c-32.8,3.3-62.8-12.3-75.8-22.1C806,49.6,745.3,8.7,694.9,4.7S492.4,59,473,67.3z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",opacity:"0.66",d:"M734,67.3c-45.5,0-77.2-23.2-129.1-39.1c-28.6-8.7-150.3-10.1-254,39.1 s-91.7-34.4-149.2,0C115.7,118.3,0,39.8,0,39.8V0h1000v36.5c0,0-28.2-18.5-92.1-18.5C810.2,18.1,775.7,67.3,734,67.3z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M766.1,28.9c-200-57.5-266,65.5-395.1,19.5C242,1.8,242,5.4,184.8,20.6C128,35.8,132.3,44.9,89.9,52.5C28.6,63.7,0,0,0,0 h1000c0,0-9.9,40.9-83.6,48.1S829.6,47,766.1,28.9z"})),waves:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7 c23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4 c21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z"})),wave_pattern:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1047.1 3.7",preserveAspectRatio:"xMidYMin slice"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M1047.1,0C557,0,8.9,0,0,0v1.6c0,0,0.6-1.5,2.7-0.3C3.9,2,6.1,4.1,8.3,3.5c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3C13.8,2,16,4.1,18.2,3.5c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3C23.6,2,25.9,4.1,28,3.5c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3C63,2,65.3,4.1,67.4,3.5\tC68.3,3.3,69,1.6,69,1.6s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tC82.7,2,85,4.1,87.1,3.5c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3C92.6,2,94.8,4.1,97,3.5c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.6-0.4V0z M2.5,1.2C2.5,1.2,2.5,1.2,2.5,1.2C2.5,1.2,2.5,1.2,2.5,1.2z M2.7,1.4c0.1,0,0.1,0.1,0.1,0.1C2.8,1.4,2.8,1.4,2.7,1.4z"})),drops:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 283.5 27.8",preserveAspectRatio:"xMidYMax slice"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M0 0v1.4c.6.7 1.1 1.4 1.4 2 2 3.8 2.2 6.6 1.8 10.8-.3 3.3-2.4 9.4 0 12.3 1.7 2 3.7 1.4 4.6-.9 1.4-3.8-.7-8.2-.6-12 .1-3.7 3.2-5.5 6.9-4.9 4 .6 4.8 4 4.9 7.4.1 1.8-1.1 7 0 8.5.6.8 1.6 1.2 2.4.5 1.4-1.1.1-5.4.1-6.9.1-3.7.3-8.6 4.1-10.5 5-2.5 6.2 1.6 5.4 5.6-.4 1.7-1 9.2 2.9 6.3 1.5-1.1.7-3.5.5-4.9-.4-2.4-.4-4.3 1-6.5.9-1.4 2.4-3.1 4.2-3 2.4.1 2.7 2.2 4 3.7 1.5 1.8 1.8 2.2 3 .1 1.1-1.9 1.2-2.8 3.6-3.3 1.3-.3 4.8-1.4 5.9-.5 1.5 1.1.6 2.8.4 4.3-.2 1.1-.6 4 1.8 3.4 1.7-.4-.3-4.1.6-5.6 1.3-2.2 5.8-1.4 7 .5 1.3 2.1.5 5.8.1 8.1s-1.2 5-.6 7.4c1.3 5.1 4.4.9 4.3-2.4-.1-4.4-2-8.8-.5-13 .9-2.4 4.6-6.6 7.7-4.5 2.7 1.8.5 7.8.2 10.3-.2 1.7-.8 4.6.2 6.2.9 1.4 2 1.5 2.6-.3.5-1.5-.9-4.5-1-6.1-.2-1.7-.4-3.7.2-5.4 1.8-5.6 3.5 2.4 6.3.6 1.4-.9 4.3-9.4 6.1-3.1.6 2.2-1.3 7.8.7 8.9 4.2 2.3 1.5-7.1 2.2-8 3.1-4 4.7 3.8 6.1 4.1 3.1.7 2.8-7.9 8.1-4.5 1.7 1.1 2.9 3.3 3.2 5.2.4 2.2-1 4.5-.6 6.6 1 4.3 4.4 1.5 4.4-1.7 0-2.7-3-8.3 1.4-9.1 4.4-.9 7.3 3.5 7.8 6.9.3 2-1.5 10.9 1.3 11.3 4.1.6-3.2-15.7 4.8-15.8 4.7-.1 2.8 4.1 3.9 6.6 1 2.4 2.1 1 2.3-.8.3-1.9-.9-3.2 1.3-4.3 5.9-2.9 5.9 5.4 5.5 8.5-.3 2-1.7 8.4 2 8.1 6.9-.5-2.8-16.9 4.8-18.7 4.7-1.2 6.1 3.6 6.3 7.1.1 1.7-1.2 8.1.6 9.1 3.5 2 1.9-7 2-8.4.2-4 1.2-9.6 6.4-9.8 4.7-.2 3.2 4.6 2.7 7.5-.4 2.2 1.3 8.6 3.8 4.4 1.1-1.9-.3-4.1-.3-6 0-1.7.4-3.2 1.3-4.6 1-1.6 2.9-3.5 5.1-2.9 2.5.6 2.3 4.1 4.1 4.9 1.9.8 1.6-.9 2.3-2.1 1.2-2.1 2.1-2.1 4.4-2.4 1.4-.2 3.6-1.5 4.9-.5 2.3 1.7-.7 4.4.1 6.5.6 1.5 2.1 1.7 2.8.3.7-1.4-1.1-3.4-.3-4.8 1.4-2.5 6.2-1.2 7.2 1 2.3 4.8-3.3 12-.2 16.3 3 4.1 3.9-2.8 3.8-4.8-.4-4.3-2.1-8.9 0-13.1 1.3-2.5 5.9-5.7 7.9-2.4 2 3.2-1.3 9.8-.8 13.4.5 4.4 3.5 3.3 2.7-.8-.4-1.9-2.4-10 .6-11.1 3.7-1.4 2.8 7.2 6.5.4 2.2-4.1 4.9-3.1 5.2 1.2.1 1.5-.6 3.1-.4 4.6.2 1.9 1.8 3.7 3.3 1.3 1-1.6-2.6-10.4 2.9-7.3 2.6 1.5 1.6 6.5 4.8 2.7 1.3-1.5 1.7-3.6 4-3.7 2.2-.1 4 2.3 4.8 4.1 1.3 2.9-1.5 8.4.9 10.3 4.2 3.3 3-5.5 2.7-6.9-.6-3.9 1-7.2 5.5-5 4.1 2.1 4.3 7.7 4.1 11.6 0 .8-.6 9.5 2.5 5.2 1.2-1.7-.1-7.7.1-9.6.3-2.9 1.2-5.5 4.3-6.2 4.5-1 7.7 1.5 7.4 5.8-.2 3.5-1.8 7.7-.5 11.1 1 2.7 3.6 2.8 5 .2 1.6-3.1 0-8.3-.4-11.6-.4-4.2-.2-7 1.8-10.8 0 0-.1.1-.1.2-.2.4-.3.7-.4.8v.1c-.1.2-.1.2 0 0v-.1l.4-.8c0-.1.1-.1.1-.2.2-.4.5-.8.8-1.2V0H0zM282.7 3.4z"})),clouds:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 283.5 27.8",preserveAspectRatio:"xMidYMax slice"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M0 0v6.7c1.9-.8 4.7-1.4 8.5-1 9.5 1.1 11.1 6 11.1 6s2.1-.7 4.3-.2c2.1.5 2.8 2.6 2.8 2.6s.2-.5 1.4-.7c1.2-.2 1.7.2 1.7.2s0-2.1 1.9-2.8c1.9-.7 3.6.7 3.6.7s.7-2.9 3.1-4.1 4.7 0 4.7 0 1.2-.5 2.4 0 1.7 1.4 1.7 1.4h1.4c.7 0 1.2.7 1.2.7s.8-1.8 4-2.2c3.5-.4 5.3 2.4 6.2 4.4.4-.4 1-.7 1.8-.9 2.8-.7 4 .7 4 .7s1.7-5 11.1-6c9.5-1.1 12.3 3.9 12.3 3.9s1.2-4.8 5.7-5.7c4.5-.9 6.8 1.8 6.8 1.8s.6-.6 1.5-.9c.9-.2 1.9-.2 1.9-.2s5.2-6.4 12.6-3.3c7.3 3.1 4.7 9 4.7 9s1.9-.9 4 0 2.8 2.4 2.8 2.4 1.9-1.2 4.5-1.2 4.3 1.2 4.3 1.2.2-1 1.4-1.7 2.1-.7 2.1-.7-.5-3.1 2.1-5.5 5.7-1.4 5.7-1.4 1.5-2.3 4.2-1.1c2.7 1.2 1.7 5.2 1.7 5.2s.3-.1 1.3.5c.5.4.8.8.9 1.1.5-1.4 2.4-5.8 8.4-4 7.1 2.1 3.5 8.9 3.5 8.9s.8-.4 2 0 1.1 1.1 1.1 1.1 1.1-1.1 2.3-1.1 2.1.5 2.1.5 1.9-3.6 6.2-1.2 1.9 6.4 1.9 6.4 2.6-2.4 7.4 0c3.4 1.7 3.9 4.9 3.9 4.9s3.3-6.9 10.4-7.9 11.5 2.6 11.5 2.6.8 0 1.2.2c.4.2.9.9.9.9s4.4-3.1 8.3.2c1.9 1.7 1.5 5 1.5 5s.3-1.1 1.6-1.4c1.3-.3 2.3.2 2.3.2s-.1-1.2.5-1.9 1.9-.9 1.9-.9-4.7-9.3 4.4-13.4c5.6-2.5 9.2.9 9.2.9s5-6.2 15.9-6.2 16.1 8.1 16.1 8.1.7-.2 1.6-.4V0H0z"})),zigzag:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1800 5.8",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M5.4.4l5.4 5.3L16.5.4l5.4 5.3L27.5.4 33 5.7 38.6.4l5.5 5.4h.1L49.9.4l5.4 5.3L60.9.4l5.5 5.3L72 .4l5.5 5.3L83.1.4l5.4 5.3L94.1.4l5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3L161 .4l5.4 5.3L172 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3L261 .4l5.4 5.3L272 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3L361 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3L461 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1L550 .4l5.4 5.3L561 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2L650 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2L750 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2L850 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4V0H-.2v5.8z"})),pyramids:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M761.9,44.1L643.1,27.2L333.8,98L0,3.8V0l1000,0v3.9"})),triangle_asymmetrical:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M738,99l262-93V0H0v5.6L738,99z"})),tilt_opacity:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 2600 131.1",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M0 0L2600 0 2600 69.1 0 0z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",opacity:"0.5",d:"M0 0L2600 0 2600 69.1 0 69.1z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",opacity:"0.25",d:"M2600 0L0 0 0 130.1 2600 69.1z"})),fan_opacity:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 283.5 19.6",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",opacity:"0.33",d:"M0 0L0 18.8 141.8 4.1 283.5 18.8 283.5 0z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",opacity:"0.33",d:"M0 0L0 12.6 141.8 4 283.5 12.6 283.5 0z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",opacity:"0.33",d:"M0 0L0 6.4 141.8 4 283.5 6.4 283.5 0z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M0 0L0 1.2 141.8 4 283.5 1.2 283.5 0z"})),curve:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M1000,4.3V0H0v4.3C0.9,23.1,126.7,99.2,500,100S1000,22.7,1000,4.3z"})),curve_asymmetrical:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M0,0c0,0,0,6,0,6.7c0,18,240.2,93.6,615.2,92.6C989.8,98.5,1000,25,1000,6.7c0-0.7,0-6.7,0-6.7H0z"})),arrow:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 700 10",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M350,10L340,0h20L350,10z"})),arrow_split:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 20",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M0,0v3c0,0,393.8,0,483.4,0c9.2,0,16.6,7.4,16.6,16.6c0-9.1,7.4-16.6,16.6-16.6C606.2,3,1000,3,1000,3V0H0z"})),book:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M194,99c186.7,0.7,305-78.3,306-97.2c1,18.9,119.3,97.9,306,97.2c114.3-0.3,194,0.3,194,0.3s0-91.7,0-100c0,0,0,0,0-0 L0,0v99.3C0,99.3,79.7,98.7,194,99z"})),curve_reverse:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 937.5 120",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M937,129.8V-0.1H0v129.9C0,62.6,209.6,8.2,468.4,8.2S936.9,62.6,937,129.8z"})),curve_asym_reverse:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 937.5 120",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M937.5,124.3V0H0v124.3C0,100.8,227.4,2.9,578.9,4.1C926.9,0.3,937.5,100.4,937.5,124.3z"}))};t.a=o},function(e,t,a){"use strict";t.a=e=>{const{limit:t,id:a,className:i,inactiveStarColor:o,onClick:n,style:l,starOutlineColor:r,value:s,activeStarColor:c}=e;return React.createElement("div",{className:i,style:Object.assign({display:"flex",flexDirection:"flex-row"},l)},[...Array(t).keys()].map(t=>React.createElement("svg",{xmlns:"https://www.w3.org/2000/svg",key:t,height:"20",width:"20",viewBox:"0 0 150 150",onMouseOver:()=>(t=>{e.setStateValue({displayValue:t+(e.value-t==1?.5:1),displayColor:e.selectedStarColor})})(t),onMouseOut:()=>{e.setStateValue({displayValue:e.value,displayColor:e.activeStarColor})},onClick:()=>n||(t=>{const{setValue:a,value:i}=e;a(i===t+1?t+.5:t+1),e.setStateValue({displayValue:i===t+1?t+.5:t+1})})(t)},React.createElement("defs",null,React.createElement("mask",{id:`uagb_review_star_filter-${a}-${t}`},React.createElement("rect",{height:"150",width:150*(s-t>0?s-t<1?s-t:1:0),y:"0",x:"0",fill:"#fff"}))),React.createElement("path",{fill:o,strokeWidth:"2.5",d:"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z",stroke:r}),React.createElement("path",{className:"star",id:"star"+t,mask:`url(#uagb_review_star_filter-${a}-${t})`,fill:c,strokeWidth:"2.5",d:"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z",stroke:r}))))}},function(e,t,a){"use strict";var i=a(2);const o={triangle:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M500,98.9L0,6.1V0h1000v6.1L500,98.9z"})),wave_brush:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 283.5 27.8",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M283.5,9.7c0,0-7.3,4.3-14,4.6c-6.8,0.3-12.6,0-20.9-1.5c-11.3-2-33.1-10.1-44.7-5.7\ts-12.1,4.6-18,7.4c-6.6,3.2-20,9.6-36.6,9.3C131.6,23.5,99.5,7.2,86.3,8c-1.4,0.1-6.6,0.8-10.5,2c-3.8,1.2-9.4,3.8-17,4.7\tc-3.2,0.4-8.3,1.1-14.2,0.9c-1.5-0.1-6.3-0.4-12-1.6c-5.7-1.2-11-3.1-15.8-3.7C6.5,9.2,0,10.8,0,10.8V0h283.5V9.7z M260.8,11.3\tc-0.7-1-2-0.4-4.3-0.4c-2.3,0-6.1-1.2-5.8-1.1c0.3,0.1,3.1,1.5,6,1.9C259.7,12.2,261.4,12.3,260.8,11.3z M242.4,8.6\tc0,0-2.4-0.2-5.6-0.9c-3.2-0.8-10.3-2.8-15.1-3.5c-8.2-1.1-15.8,0-15.1,0.1c0.8,0.1,9.6-0.6,17.6,1.1c3.3,0.7,9.3,2.2,12.4,2.7\tC239.9,8.7,242.4,8.6,242.4,8.6z M185.2,8.5c1.7-0.7-13.3,4.7-18.5,6.1c-2.1,0.6-6.2,1.6-10,2c-3.9,0.4-8.9,0.4-8.8,0.5\tc0,0.2,5.8,0.8,11.2,0c5.4-0.8,5.2-1.1,7.6-1.6C170.5,14.7,183.5,9.2,185.2,8.5z M199.1,6.9c0.2,0-0.8-0.4-4.8,1.1\tc-4,1.5-6.7,3.5-6.9,3.7c-0.2,0.1,3.5-1.8,6.6-3C197,7.5,199,6.9,199.1,6.9z M283,6c-0.1,0.1-1.9,1.1-4.8,2.5s-6.9,2.8-6.7,2.7\tc0.2,0,3.5-0.6,7.4-2.5C282.8,6.8,283.1,5.9,283,6z M31.3,11.6c0.1-0.2-1.9-0.2-4.5-1.2s-5.4-1.6-7.8-2C15,7.6,7.3,8.5,7.7,8.6\tC8,8.7,15.9,8.3,20.2,9.3c2.2,0.5,2.4,0.5,5.7,1.6S31.2,11.9,31.3,11.6z M73,9.2c0.4-0.1,3.5-1.6,8.4-2.6c4.9-1.1,8.9-0.5,8.9-0.8\tc0-0.3-1-0.9-6.2-0.3S72.6,9.3,73,9.2z M71.6,6.7C71.8,6.8,75,5.4,77.3,5c2.3-0.3,1.9-0.5,1.9-0.6c0-0.1-1.1-0.2-2.7,0.2\tC74.8,5.1,71.4,6.6,71.6,6.7z M93.6,4.4c0.1,0.2,3.5,0.8,5.6,1.8c2.1,1,1.8,0.6,1.9,0.5c0.1-0.1-0.8-0.8-2.4-1.3\tC97.1,4.8,93.5,4.2,93.6,4.4z M65.4,11.1c-0.1,0.3,0.3,0.5,1.9-0.2s2.6-1.3,2.2-1.2s-0.9,0.4-2.5,0.8C65.3,10.9,65.5,10.8,65.4,11.1\tz M34.5,12.4c-0.2,0,2.1,0.8,3.3,0.9c1.2,0.1,2,0.1,2-0.2c0-0.3-0.1-0.5-1.6-0.4C36.6,12.8,34.7,12.4,34.5,12.4z M152.2,21.1\tc-0.1,0.1-2.4-0.3-7.5-0.3c-5,0-13.6-2.4-17.2-3.5c-3.6-1.1,10,3.9,16.5,4.1C150.5,21.6,152.3,21,152.2,21.1z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M269.6,18c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3\tC267.7,18.8,269.7,18,269.6,18z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M227.4,9.8c-0.2-0.1-4.5-1-9.5-1.2c-5-0.2-12.7,0.6-12.3,0.5c0.3-0.1,5.9-1.8,13.3-1.2\tS227.6,9.9,227.4,9.8z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M204.5,13.4c-0.1-0.1,2-1,3.2-1.1c1.2-0.1,2,0,2,0.3c0,0.3-0.1,0.5-1.6,0.4\tC206.4,12.9,204.6,13.5,204.5,13.4z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M201,10.6c0-0.1-4.4,1.2-6.3,2.2c-1.9,0.9-6.2,3.1-6.1,3.1c0.1,0.1,4.2-1.6,6.3-2.6\tS201,10.7,201,10.6z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M154.5,26.7c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3\tC152.6,27.5,154.6,26.8,154.5,26.7z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M41.9,19.3c0,0,1.2-0.3,2.9-0.1c1.7,0.2,5.8,0.9,8.2,0.7c4.2-0.4,7.4-2.7,7-2.6\tc-0.4,0-4.3,2.2-8.6,1.9c-1.8-0.1-5.1-0.5-6.7-0.4S41.9,19.3,41.9,19.3z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M75.5,12.6c0.2,0.1,2-0.8,4.3-1.1c2.3-0.2,2.1-0.3,2.1-0.5c0-0.1-1.8-0.4-3.4,0\tC76.9,11.5,75.3,12.5,75.5,12.6z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M15.6,13.2c0-0.1,4.3,0,6.7,0.5c2.4,0.5,5,1.9,5,2c0,0.1-2.7-0.8-5.1-1.4\tC19.9,13.7,15.7,13.3,15.6,13.2z"})),tilt:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M0,6V0h1000v100L0,6z"})),mountains:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",opacity:"0.33",d:"M473,67.3c-203.9,88.3-263.1-34-320.3,0C66,119.1,0,59.7,0,59.7V0h1000v59.7 c0,0-62.1,26.1-94.9,29.3c-32.8,3.3-62.8-12.3-75.8-22.1C806,49.6,745.3,8.7,694.9,4.7S492.4,59,473,67.3z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",opacity:"0.66",d:"M734,67.3c-45.5,0-77.2-23.2-129.1-39.1c-28.6-8.7-150.3-10.1-254,39.1 s-91.7-34.4-149.2,0C115.7,118.3,0,39.8,0,39.8V0h1000v36.5c0,0-28.2-18.5-92.1-18.5C810.2,18.1,775.7,67.3,734,67.3z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M766.1,28.9c-200-57.5-266,65.5-395.1,19.5C242,1.8,242,5.4,184.8,20.6C128,35.8,132.3,44.9,89.9,52.5C28.6,63.7,0,0,0,0 h1000c0,0-9.9,40.9-83.6,48.1S829.6,47,766.1,28.9z"})),waves:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7 c23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4 c21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z"})),wave_pattern:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1047.1 3.7",preserveAspectRatio:"xMidYMin slice"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M1047.1,0C557,0,8.9,0,0,0v1.6c0,0,0.6-1.5,2.7-0.3C3.9,2,6.1,4.1,8.3,3.5c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3C13.8,2,16,4.1,18.2,3.5c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3C23.6,2,25.9,4.1,28,3.5c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3C63,2,65.3,4.1,67.4,3.5\tC68.3,3.3,69,1.6,69,1.6s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tC82.7,2,85,4.1,87.1,3.5c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3C92.6,2,94.8,4.1,97,3.5c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.6-0.4V0z M2.5,1.2C2.5,1.2,2.5,1.2,2.5,1.2C2.5,1.2,2.5,1.2,2.5,1.2z M2.7,1.4c0.1,0,0.1,0.1,0.1,0.1C2.8,1.4,2.8,1.4,2.7,1.4z"})),drops:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 283.5 27.8",preserveAspectRatio:"xMidYMax slice"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M0 0v1.4c.6.7 1.1 1.4 1.4 2 2 3.8 2.2 6.6 1.8 10.8-.3 3.3-2.4 9.4 0 12.3 1.7 2 3.7 1.4 4.6-.9 1.4-3.8-.7-8.2-.6-12 .1-3.7 3.2-5.5 6.9-4.9 4 .6 4.8 4 4.9 7.4.1 1.8-1.1 7 0 8.5.6.8 1.6 1.2 2.4.5 1.4-1.1.1-5.4.1-6.9.1-3.7.3-8.6 4.1-10.5 5-2.5 6.2 1.6 5.4 5.6-.4 1.7-1 9.2 2.9 6.3 1.5-1.1.7-3.5.5-4.9-.4-2.4-.4-4.3 1-6.5.9-1.4 2.4-3.1 4.2-3 2.4.1 2.7 2.2 4 3.7 1.5 1.8 1.8 2.2 3 .1 1.1-1.9 1.2-2.8 3.6-3.3 1.3-.3 4.8-1.4 5.9-.5 1.5 1.1.6 2.8.4 4.3-.2 1.1-.6 4 1.8 3.4 1.7-.4-.3-4.1.6-5.6 1.3-2.2 5.8-1.4 7 .5 1.3 2.1.5 5.8.1 8.1s-1.2 5-.6 7.4c1.3 5.1 4.4.9 4.3-2.4-.1-4.4-2-8.8-.5-13 .9-2.4 4.6-6.6 7.7-4.5 2.7 1.8.5 7.8.2 10.3-.2 1.7-.8 4.6.2 6.2.9 1.4 2 1.5 2.6-.3.5-1.5-.9-4.5-1-6.1-.2-1.7-.4-3.7.2-5.4 1.8-5.6 3.5 2.4 6.3.6 1.4-.9 4.3-9.4 6.1-3.1.6 2.2-1.3 7.8.7 8.9 4.2 2.3 1.5-7.1 2.2-8 3.1-4 4.7 3.8 6.1 4.1 3.1.7 2.8-7.9 8.1-4.5 1.7 1.1 2.9 3.3 3.2 5.2.4 2.2-1 4.5-.6 6.6 1 4.3 4.4 1.5 4.4-1.7 0-2.7-3-8.3 1.4-9.1 4.4-.9 7.3 3.5 7.8 6.9.3 2-1.5 10.9 1.3 11.3 4.1.6-3.2-15.7 4.8-15.8 4.7-.1 2.8 4.1 3.9 6.6 1 2.4 2.1 1 2.3-.8.3-1.9-.9-3.2 1.3-4.3 5.9-2.9 5.9 5.4 5.5 8.5-.3 2-1.7 8.4 2 8.1 6.9-.5-2.8-16.9 4.8-18.7 4.7-1.2 6.1 3.6 6.3 7.1.1 1.7-1.2 8.1.6 9.1 3.5 2 1.9-7 2-8.4.2-4 1.2-9.6 6.4-9.8 4.7-.2 3.2 4.6 2.7 7.5-.4 2.2 1.3 8.6 3.8 4.4 1.1-1.9-.3-4.1-.3-6 0-1.7.4-3.2 1.3-4.6 1-1.6 2.9-3.5 5.1-2.9 2.5.6 2.3 4.1 4.1 4.9 1.9.8 1.6-.9 2.3-2.1 1.2-2.1 2.1-2.1 4.4-2.4 1.4-.2 3.6-1.5 4.9-.5 2.3 1.7-.7 4.4.1 6.5.6 1.5 2.1 1.7 2.8.3.7-1.4-1.1-3.4-.3-4.8 1.4-2.5 6.2-1.2 7.2 1 2.3 4.8-3.3 12-.2 16.3 3 4.1 3.9-2.8 3.8-4.8-.4-4.3-2.1-8.9 0-13.1 1.3-2.5 5.9-5.7 7.9-2.4 2 3.2-1.3 9.8-.8 13.4.5 4.4 3.5 3.3 2.7-.8-.4-1.9-2.4-10 .6-11.1 3.7-1.4 2.8 7.2 6.5.4 2.2-4.1 4.9-3.1 5.2 1.2.1 1.5-.6 3.1-.4 4.6.2 1.9 1.8 3.7 3.3 1.3 1-1.6-2.6-10.4 2.9-7.3 2.6 1.5 1.6 6.5 4.8 2.7 1.3-1.5 1.7-3.6 4-3.7 2.2-.1 4 2.3 4.8 4.1 1.3 2.9-1.5 8.4.9 10.3 4.2 3.3 3-5.5 2.7-6.9-.6-3.9 1-7.2 5.5-5 4.1 2.1 4.3 7.7 4.1 11.6 0 .8-.6 9.5 2.5 5.2 1.2-1.7-.1-7.7.1-9.6.3-2.9 1.2-5.5 4.3-6.2 4.5-1 7.7 1.5 7.4 5.8-.2 3.5-1.8 7.7-.5 11.1 1 2.7 3.6 2.8 5 .2 1.6-3.1 0-8.3-.4-11.6-.4-4.2-.2-7 1.8-10.8 0 0-.1.1-.1.2-.2.4-.3.7-.4.8v.1c-.1.2-.1.2 0 0v-.1l.4-.8c0-.1.1-.1.1-.2.2-.4.5-.8.8-1.2V0H0zM282.7 3.4z"})),clouds:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 283.5 27.8",preserveAspectRatio:"xMidYMax slice"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M0 0v6.7c1.9-.8 4.7-1.4 8.5-1 9.5 1.1 11.1 6 11.1 6s2.1-.7 4.3-.2c2.1.5 2.8 2.6 2.8 2.6s.2-.5 1.4-.7c1.2-.2 1.7.2 1.7.2s0-2.1 1.9-2.8c1.9-.7 3.6.7 3.6.7s.7-2.9 3.1-4.1 4.7 0 4.7 0 1.2-.5 2.4 0 1.7 1.4 1.7 1.4h1.4c.7 0 1.2.7 1.2.7s.8-1.8 4-2.2c3.5-.4 5.3 2.4 6.2 4.4.4-.4 1-.7 1.8-.9 2.8-.7 4 .7 4 .7s1.7-5 11.1-6c9.5-1.1 12.3 3.9 12.3 3.9s1.2-4.8 5.7-5.7c4.5-.9 6.8 1.8 6.8 1.8s.6-.6 1.5-.9c.9-.2 1.9-.2 1.9-.2s5.2-6.4 12.6-3.3c7.3 3.1 4.7 9 4.7 9s1.9-.9 4 0 2.8 2.4 2.8 2.4 1.9-1.2 4.5-1.2 4.3 1.2 4.3 1.2.2-1 1.4-1.7 2.1-.7 2.1-.7-.5-3.1 2.1-5.5 5.7-1.4 5.7-1.4 1.5-2.3 4.2-1.1c2.7 1.2 1.7 5.2 1.7 5.2s.3-.1 1.3.5c.5.4.8.8.9 1.1.5-1.4 2.4-5.8 8.4-4 7.1 2.1 3.5 8.9 3.5 8.9s.8-.4 2 0 1.1 1.1 1.1 1.1 1.1-1.1 2.3-1.1 2.1.5 2.1.5 1.9-3.6 6.2-1.2 1.9 6.4 1.9 6.4 2.6-2.4 7.4 0c3.4 1.7 3.9 4.9 3.9 4.9s3.3-6.9 10.4-7.9 11.5 2.6 11.5 2.6.8 0 1.2.2c.4.2.9.9.9.9s4.4-3.1 8.3.2c1.9 1.7 1.5 5 1.5 5s.3-1.1 1.6-1.4c1.3-.3 2.3.2 2.3.2s-.1-1.2.5-1.9 1.9-.9 1.9-.9-4.7-9.3 4.4-13.4c5.6-2.5 9.2.9 9.2.9s5-6.2 15.9-6.2 16.1 8.1 16.1 8.1.7-.2 1.6-.4V0H0z"})),zigzag:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1800 5.8",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M5.4.4l5.4 5.3L16.5.4l5.4 5.3L27.5.4 33 5.7 38.6.4l5.5 5.4h.1L49.9.4l5.4 5.3L60.9.4l5.5 5.3L72 .4l5.5 5.3L83.1.4l5.4 5.3L94.1.4l5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3L161 .4l5.4 5.3L172 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3L261 .4l5.4 5.3L272 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3L361 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3L461 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1L550 .4l5.4 5.3L561 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2L650 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2L750 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2L850 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4V0H-.2v5.8z"})),pyramids:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M761.9,44.1L643.1,27.2L333.8,98L0,3.8V0l1000,0v3.9"})),triangle_asymmetrical:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M738,99l262-93V0H0v5.6L738,99z"})),tilt_opacity:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 2600 131.1",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M0 0L2600 0 2600 69.1 0 0z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",opacity:"0.5",d:"M0 0L2600 0 2600 69.1 0 69.1z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",opacity:"0.25",d:"M2600 0L0 0 0 130.1 2600 69.1z"})),fan_opacity:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 283.5 19.6",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",opacity:"0.33",d:"M0 0L0 18.8 141.8 4.1 283.5 18.8 283.5 0z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",opacity:"0.33",d:"M0 0L0 12.6 141.8 4 283.5 12.6 283.5 0z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",opacity:"0.33",d:"M0 0L0 6.4 141.8 4 283.5 6.4 283.5 0z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M0 0L0 1.2 141.8 4 283.5 1.2 283.5 0z"})),curve:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M1000,4.3V0H0v4.3C0.9,23.1,126.7,99.2,500,100S1000,22.7,1000,4.3z"})),curve_asymmetrical:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M0,0c0,0,0,6,0,6.7c0,18,240.2,93.6,615.2,92.6C989.8,98.5,1000,25,1000,6.7c0-0.7,0-6.7,0-6.7H0z"})),arrow:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 700 10",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M350,10L340,0h20L350,10z"})),arrow_split:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 20",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M0,0v3c0,0,393.8,0,483.4,0c9.2,0,16.6,7.4,16.6,16.6c0-9.1,7.4-16.6,16.6-16.6C606.2,3,1000,3,1000,3V0H0z"})),book:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M194,99c186.7,0.7,305-78.3,306-97.2c1,18.9,119.3,97.9,306,97.2c114.3-0.3,194,0.3,194,0.3s0-91.7,0-100c0,0,0,0,0-0 L0,0v99.3C0,99.3,79.7,98.7,194,99z"})),curve_reverse:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 937.5 120",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M937,129.8V-0.1H0v129.9C0,62.6,209.6,8.2,468.4,8.2S936.9,62.6,937,129.8z"})),curve_asym_reverse:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 937.5 120",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M937.5,124.3V0H0v124.3C0,100.8,227.4,2.9,578.9,4.1C926.9,0.3,937.5,100.4,937.5,124.3z"}))};t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,'.uagb-container-variation-picker .uagb-variation-close {\n font-size: 35px;\n background: none;\n color: #d5dadf;\n cursor: pointer;\n border: none;\n box-shadow: none;\n display: flex;\n align-self: flex-end;\n position: absolute;\n top: 3px;\n z-index: 999999;\n outline: none; }\n\n.uagb-container-variation-picker .components-button,\n.uagb-container-variation-picker .components-button.is-secondary,\n.uagb-container-variation-picker .components-button.is-tertiary,\n.uagb-container-variation-picker .components-button:hover:not(:disabled) {\n box-shadow: none;\n outline: none;\n color: #d5dadf; }\n .uagb-container-variation-picker .components-button svg,\n .uagb-container-variation-picker .components-button.is-secondary svg,\n .uagb-container-variation-picker .components-button.is-tertiary svg,\n .uagb-container-variation-picker .components-button:hover:not(:disabled) svg {\n width: 100px;\n height: 50px;\n color: #d5dadf; }\n\n.uagb-container-variation-picker .components-button:hover:not(:disabled) svg {\n color: #bcc0c4; }\n\n.uagb-container-variation-picker .block-editor-block-variation-picker__skip .components-button {\n color: #0073aa; }\n\n.uagb-container-variation-picker .components-placeholder {\n align-items: center;\n border: 1px dashed #d5dadf;\n box-shadow: none; }\n .uagb-container-variation-picker .components-placeholder.components-placeholder {\n align-items: center; }\n .uagb-container-variation-picker .components-placeholder.is-large .components-placeholder__label,\n .uagb-container-variation-picker .components-placeholder .components-placeholder__label {\n font-size: 18px;\n font-weight: 400;\n margin-bottom: 0;\n color: #556068; }\n\n.uagb-container-variation-picker .block-editor-block-variation-picker__variation::before {\n padding-bottom: 0; }\n\n.uagb-container-variation-picker .components-placeholder__fieldset {\n align-items: center; }\n\n.uagb-container-variation-picker .block-editor-block-variation-picker__variations {\n width: 70%;\n justify-content: center; }\n .uagb-container-variation-picker .block-editor-block-variation-picker__variations > li {\n margin: 8px 30px 0 0;\n flex-basis: content;\n width: 80px; }\n\n.uagb-editor-preview-mode-tablet .components-button.is-secondary:hover:not(:disabled),\n.uagb-editor-preview-mode-mobile .components-button.is-secondary:hover:not(:disabled) {\n box-shadow: none;\n outline: none;\n color: #d5dadf; }\n\n.uagb-editor-preview-mode-tablet .components-placeholder__fieldset,\n.uagb-editor-preview-mode-mobile .components-placeholder__fieldset {\n max-width: 100% !important; }\n .uagb-editor-preview-mode-tablet .components-placeholder__fieldset .block-editor-block-variation-picker__variations,\n .uagb-editor-preview-mode-mobile .components-placeholder__fieldset .block-editor-block-variation-picker__variations {\n justify-content: center !important; }\n\n#customize-theme-controls .uagb-container-variation-picker .block-editor-block-variation-picker__variations {\n width: 300px; }\n\n#customize-theme-controls .uagb-container-variation-picker .uagb-variation-close {\n right: 0;\n top: -8px; }\n\n#customize-theme-controls .uagb-container-variation-picker .components-placeholder__label .dashicon {\n display: none; }\n\n@media only screen and (min-width: 1024px) {\n .is-root-container {\n margin-left: 10px;\n margin-right: 10px; } }\n\n.wp-block-uagb-container::before {\n content: "";\n position: absolute;\n border: 1px dashed #d5dadf;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0; }\n\n.uagb-container-has-children.wp-block-uagb-container::before {\n border: 0; }\n\n.is-root-container > .uagb-container-has-children.wp-block-uagb-container > .uagb-container-inner-blocks-wrap > .block-editor-inner-blocks > .wp-block,\n.is-root-container > .uagb-container-has-children.wp-block-uagb-container > .uagb-container-inner-blocks-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {\n margin: 0;\n padding: 0;\n width: 100%; }\n\n.wp-block-uagb-container {\n display: flex; }\n .wp-block-uagb-container > .uagb-container-inner-blocks-wrap > .block-editor-inner-blocks,\n .wp-block-uagb-container > .uagb-container-inner-blocks-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout,\n .wp-block-uagb-container > .block-editor-inner-blocks,\n .wp-block-uagb-container > .block-editor-inner-blocks > .block-editor-block-list__layout {\n display: flex;\n width: 100%;\n height: 100%; }\n .wp-block-uagb-container > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {\n margin: 0;\n padding: 0;\n width: 100%; }\n .wp-block-uagb-container .block-editor-block-list__layout .block-list-appender.wp-block {\n width: auto; }\n .wp-block-uagb-container .block-editor-block-list__layout .block-list-appender.wp-block button {\n color: #a0a7ac;\n font-size: 62px;\n border: none;\n box-shadow: none; }\n .wp-block-uagb-container .block-editor-block-list__layout .block-list-appender.wp-block button svg {\n width: 36px;\n height: 36px; }\n\n.block-editor-block-list__empty-block-inserter .block-editor-inserter {\n right: -35px; }\n\n.uag-container-block-inserter .components-button {\n color: #1e1e1e; }\n\n.wp-block-uagb-container > .uagb-container-inner-blocks-wrap > .block-editor-inner-blocks {\n z-index: 2; }\n\n.wp-block-uagb-container > .uagb-container-inner-blocks-wrap {\n width: 100%; }\n',""]),t.a=o},function(e,t){e.exports=window.wp.richText},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,"/* stylelint-disable color-hex-case, color-hex-length */\n.uagb-select-control--layout-inline .components-select-control {\n align-items: center;\n display: grid;\n grid-template-columns: 50% 50%;\n margin-bottom: 25px;\n color: #50575E; }\n\n.uagb-select-control--layout-inline .uagb-control__header,\n.uagb-select-control--layout-inline .uag-control-label,\n.uagb-select-control--layout-inline .components-select-control label.components-input-control__label {\n margin-bottom: 0; }\n\n.uagb-select-control--layout-inline:last-child .components-select-control {\n margin-bottom: 0; }\n",""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,'.uag-range-control .uagb-range-control__mobile-controls {\n display: flex;\n width: 100%;\n align-items: center; }\n .uag-range-control .uagb-range-control__mobile-controls .components-base-control.components-range-control {\n -webkit-tap-highlight-color: transparent;\n box-sizing: border-box;\n align-items: flex-start;\n -webkit-box-pack: start;\n justify-content: flex-start;\n margin-right: 20px;\n position: relative;\n width: 100%;\n margin-bottom: 0;\n max-height: 30px; }\n .uag-range-control .uagb-range-control__mobile-controls .components-base-control.components-range-control .components-range-control__tooltip {\n left: 45%; }\n .uag-range-control .uagb-range-control__mobile-controls .components-input-control__container {\n flex: 0 0 0%;\n width: 100%; }\n .uag-range-control .uagb-range-control__mobile-controls .components-number-control {\n width: 35%;\n margin-left: 10px; }\n .uag-range-control .uagb-range-control__mobile-controls .components-number-control .components-input-control__input {\n padding: 0 1px 0 8px !important;\n text-align: left;\n font-size: 14px; }\n\n/*.components-panel__body {\n\t.components-font-size-picker__controls {\n\t\talign-items: center;\n\t\tdisplay: flex;\n\t\tjustify-content: space-between;\n\t\tmargin-bottom: 0;\n\t\tmax-width: 248px;\n\t}\n\t.components-font-size-picker__select {\n\t\tmargin-bottom: 0 !important;\n\t\twidth: 115px;\n\t}\n\t.components-font-size-picker__select .components-base-control__field {\n\t\tmargin-bottom: 0;\n\t}\n\t.components-font-size-picker__select .components-base-control__field {\n\t\tmargin-bottom: 0;\n\t}\n\t.components-font-size-picker__select .components-base-control__label {\n\t\tdisplay: none;\n\t\tmargin-bottom: 5px;\n\t\tvisibility: hidden;\n\t}\n\tinput[type="number"].uagb-range-control__number {\n\t\tborder-left: 1px solid #d5dadf;\n\t\t-webkit-border-radius: 3px 0 0 3px;\n\t\tborder-right: 1px solid #d5dadf;\n\t\tborder-color: #d5dadf;\n\t}\n}*/\n/*.components-panel__body {\n\t.uagb-range-control__mobile-controls-item {\n\t\tbox-shadow: unset !important;\n\t\tborder-radius: unset;\n\t\t&.uagb-range-control__mobile-controls-item--padding.components-button.is-secondary:active:not(:disabled),\n\t\t.uagb-range-control__mobile-controls-item.uagb-range-control__mobile-controls-item--padding.components-button.is-tertiary:active:not(:disabled) {\n\t\t\tbackground: #fff;\n\t\t\tcolor: black;\n\t\t}\n\t}\n}*/\n',""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,"/* Reset Gutenberg Css */\n/* stylelint-disable color-hex-case, color-hex-length */\n.spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select {\n display: flex;\n width: 100%;\n flex-direction: column; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select__wrapper {\n align-items: center;\n display: grid;\n grid-template-columns: 50% 50%;\n height: 30px; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select__wrapper label {\n margin-bottom: 0; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__input input {\n box-shadow: none;\n border: none;\n min-height: 30px; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__control {\n cursor: pointer; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__control:hover {\n border: 1px solid #E6E7E9; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__menu {\n z-index: 99999; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__indicators {\n height: 30px; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__dropdown-indicator {\n padding-left: 6px; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__dropdown-indicator svg {\n fill: #50575E;\n height: 14px;\n width: 14px; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__dropdown-indicator:hover {\n color: #50575E; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__value-container {\n top: 0; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__value-container > div {\n margin: 0;\n padding: 0; }\n",""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,'/* stylelint-disable color-hex-case, color-hex-length */\n.uagb-advanced-color-settings-container {\n display: flex;\n align-items: center; }\n .uagb-advanced-color-settings-container .uagb-beside-color-click {\n display: flex;\n align-items: center; }\n .uagb-advanced-color-settings-container .uagb-color-icon-indicate {\n height: auto;\n position: relative;\n transform: scale(1);\n transition: transform 0.1s ease;\n border-radius: 50%;\n padding: 0; }\n .uagb-advanced-color-settings-container .uagb-has-alpha {\n background-image: linear-gradient(45deg, #ddd 25%, transparent 0), linear-gradient(-45deg, #ddd 25%, transparent 0), linear-gradient(45deg, transparent 75%, #ddd 0), linear-gradient(-45deg, transparent 75%, #ddd 0);\n background-size: 10px 10px;\n background-position: 0 0, 0 5px, 5px -5px, -5px 0; }\n .uagb-advanced-color-settings-container .uagb-beside-color-label {\n flex-grow: 1;\n margin: 0; }\n .uagb-advanced-color-settings-container .uagb-color-icon-indicate\n.component-color-indicator.uagb-advanced-color-indicate {\n width: 28px;\n height: 28px;\n border-radius: 50%;\n margin: 0; }\n .uagb-advanced-color-settings-container .uagb-advanced-color-indicate.uag-global-indicator::before {\n content: "\\f11f";\n font-family: dashicons;\n position: absolute;\n font-size: 16px;\n top: 6px;\n left: 7px; }\n .uagb-advanced-color-settings-container .uag-global-icon-black::before {\n color: #000; }\n .uagb-advanced-color-settings-container .uag-global-icon-white::before {\n color: #fff; }\n\n.uagb-popover-color .components-popover__content {\n overflow-x: hidden;\n overflow-y: auto; }\n\n.uagb-popover-color .components-circular-option-picker {\n padding: 2px 0 10px 5px; }\n .uagb-popover-color .components-circular-option-picker .components-circular-option-picker__swatches {\n margin-right: 0;\n text-align: left;\n padding-left: 10px; }\n\n.uagb-popover-color .uagb-clear-btn-inside-picker {\n margin: 5px 20px 20px 15px;\n padding: 0 8px;\n border: 1px solid #ccc;\n box-shadow: none; }\n',""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,"/* Normal & Hover Tabs CSS*/\n/* stylelint-disable color-hex-case, color-hex-length */\n.uag-control-tabs {\n margin: 0 -16px;\n padding: 0 16px; }\n .uag-control-tabs.uag-control-tabs-three-tabs .components-tab-panel__tabs > .components-button {\n width: 31.3%; }\n .uag-control-tabs > .components-tab-panel__tabs {\n justify-content: space-between;\n margin: 0 -16px 25px;\n padding: 0 16px;\n border-bottom: 1px solid #E6E7E9; }\n .uag-control-tabs > .components-tab-panel__tabs > .components-button {\n width: 47%;\n text-align: center;\n justify-content: center;\n border: 1px solid #E6E7E9;\n border-radius: 3px 3px 0 0;\n color: #50575E;\n background-color: #F0F0F1;\n max-height: 30px;\n font-size: 13px;\n border-bottom: 0;\n margin-bottom: -1px; }\n .uag-control-tabs > .components-tab-panel__tabs > .components-button.active-tab {\n color: #007CBA;\n background: #FFFFFF; }\n .uag-control-tabs > .components-tab-panel__tabs > .components-button:focus:not(:disabled) {\n box-shadow: none; }\n .uag-control-tabs .components-base-control {\n margin-bottom: 25px; }\n .uag-control-tabs .components-base-control .components-base-control,\n .uag-control-tabs .components-base-control .components-base-control__field {\n padding-top: 0;\n margin-bottom: 0; }\n .uag-control-tabs .components-base-control:last-child {\n margin-bottom: 0; }\n",""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,"/* stylelint-disable color-hex-case, color-hex-length */\n.spectra-separator {\n width: 100%;\n height: 1px;\n margin: 25px 0;\n background-color: #E6E7E9; }\n\n.uagb-inspector-tab .components-panel__body .spectra-separator {\n width: auto;\n margin: 25px -16px; }\n",""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,'/* stylelint-disable color-hex-case, color-hex-length */\n.uagb-spacing-control {\n position: relative;\n display: inline-block; }\n .uagb-spacing-control .components-base-control__label {\n margin-bottom: 5px; }\n .uagb-spacing-control .components-base-control__help {\n margin-top: -8px; }\n .uagb-spacing-control input[type="number"].uagb-spacing-control__number,\n .uagb-spacing-control .uagb-spacing-control__link {\n border-left: 1px solid;\n border-right: 1px solid;\n border-color: #E6E7E9;\n color: #50575E;\n border-radius: 0;\n box-shadow: none !important;\n height: 30px;\n margin: 0 -1px 0 0;\n padding-right: 1px;\n width: 25%; }\n .uagb-spacing-control input[type="number"].uagb-spacing-control__number:focus {\n z-index: 1;\n outline-offset: -1px;\n outline: 1px solid #CCCCCC; }\n .uagb-spacing-control .uagb-spacing-control__link {\n border: 1px solid #959595;\n background-color: #959595;\n color: #FFFFFF;\n justify-content: center;\n display: flex;\n align-items: center;\n padding: 2px 0;\n font-size: 12px;\n line-height: 28px;\n cursor: pointer;\n transition: none; }\n .uagb-spacing-control .uagb-spacing-control__link.uagb-spacing-control-disconnected {\n border-color: #E6E7E9;\n background-color: #FFFFFF;\n color: #959595; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls button[type="button"] > span {\n cursor: pointer;\n width: 15px;\n height: 15px;\n font-size: 15px; }\n .uagb-spacing-control .uagb-spacing-control__inputs > :first-child.uagb-spacing-control__number {\n -webkit-border-radius: 3px 0 0 3px;\n -moz-border-radius: 3px 0 0 3px;\n border-radius: 3px 0 0 3px; }\n .uagb-spacing-control .uagb-spacing-control__inputs > :last-child {\n -webkit-border-radius: 0 3px 3px 0;\n -moz-border-radius: 0 3px 3px 0;\n border-radius: 0 3px 3px 0; }\n .uagb-spacing-control .uagb-control__actions .components-tab-panel__tabs {\n padding-right: 4px;\n margin-right: 0; }\n .uagb-spacing-control .uagb-spacing-control__inputs {\n display: flex; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item {\n border: 0;\n display: none;\n font-size: 10px;\n height: 30px;\n justify-content: center;\n left: 50px;\n line-height: 12px;\n padding: 0;\n position: absolute;\n text-align: center;\n text-shadow: none;\n top: -5px;\n width: 26px;\n z-index: 1;\n box-shadow: unset;\n border-radius: unset;\n color: unset; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item.is-active {\n display: block; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item:focus:enabled {\n box-shadow: inset 0 0 0 1px #fff; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item:focus:enabled svg {\n fill: #fff; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item svg {\n position: relative; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item.uagb-spacing-control__mobile-controls-item--spacing.components-button.is-secondary:active:not(:disabled), .uagb-spacing-control .uagb-spacing-control__mobile-controls-item.uagb-spacing-control__mobile-controls-item--spacing.components-button.is-tertiary:active:not(:disabled) {\n background: #fff;\n color: #50575E; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item.components-button.is-secondary:hover:not(:disabled), .uagb-spacing-control .uagb-spacing-control__mobile-controls-item.components-button.is-tertiary:hover:not(:disabled) {\n color: unset;\n background: unset;\n box-shadow: unset; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item--default svg {\n top: 3px; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item--desktop svg {\n top: 3px; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item--tablet svg {\n top: 3px; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item--mobile svg {\n top: 3px; }\n .uagb-spacing-control .uagb-spacing-control__input-labels {\n display: flex;\n margin-bottom: -3px; }\n .uagb-spacing-control .uagb-spacing-control__input-labels span {\n text-align: center;\n width: 20%; }\n .uagb-spacing-control .uagb-spacing-control__input-labels .uagb-spacing-control__link-label {\n width: 10%; }\n .uagb-spacing-control .uagb-control__label {\n margin-bottom: 0;\n width: 50%; }\n .uagb-spacing-control .uagb-spacing-control__number-label {\n color: #CCCCCC;\n display: block;\n font-size: 10px;\n margin-top: 5px; }\n\n/*.components-panel .block-editor-block-inspector .uagb-inspector-tab .uagb-spacing-control.components-base-control:last-child{\n\tmargin-bottom: 15px;\n}*/\n',""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,'.components-panel[data-uagb-tab] {\n z-index: 99; }\n .components-panel[data-uagb-tab]:not([data-uagb-tab="advance"]) .components-panel__body.block-editor-block-inspector__advanced,\n .components-panel[data-uagb-tab]:not([data-uagb-tab="advance"]) .components-panel__body.editor-block-inspector__advanced.block-editor-block-inspector__advanced,\n .components-panel[data-uagb-tab]:not([data-uagb-tab="advance"]) .block-editor-block-inspector > div > .components-panel__body {\n display: none; }\n .components-panel[data-uagb-tab] .block-editor-block-card {\n padding-bottom: 25px;\n position: relative;\n z-index: 1;\n overflow: hidden; }\n .components-panel[data-uagb-tab] .block-editor-block-card::before {\n content: "";\n position: absolute;\n top: 0;\n left: -16px;\n right: -16px;\n bottom: 0;\n background: #fff;\n z-index: -1; }\n .components-panel[data-uagb-tab] .components-panel__body.edit-post-settings-sidebar__panel-block .block-editor-block-card {\n overflow: unset; }\n .components-panel[data-uagb-tab] .components-panel__body.edit-post-settings-sidebar__panel-block .block-editor-block-card::before {\n top: -16px; }\n\n.components-panel[data-uagb-tab="advance"] .block-editor-block-inspector__advanced {\n border-color: transparent; }\n\n.uagb-inspector-tabs {\n display: flex;\n position: relative;\n background: #fff;\n z-index: 9; }\n .uagb-inspector-tabs::after {\n content: "";\n position: absolute;\n left: 0;\n bottom: 0;\n top: 50%;\n right: 0;\n z-index: 0;\n background: #fff;\n pointer-events: none; }\n .uagb-inspector-tabs button {\n flex-grow: 1;\n flex-basis: 0;\n display: inline-flex;\n flex-direction: column;\n height: 65px;\n align-items: center;\n justify-content: center;\n border: none;\n position: relative;\n border-radius: 10px;\n background: #fff;\n cursor: pointer; }\n .uagb-inspector-tabs button::after, .uagb-inspector-tabs button::before {\n z-index: 1;\n content: "";\n position: absolute;\n top: 0;\n left: -0.5px;\n right: -0.5px;\n bottom: 50%;\n border: 1px solid transparent;\n border-bottom: none;\n pointer-events: none; }\n .uagb-inspector-tabs button::after {\n top: 50%;\n bottom: 0;\n border-color: #d6d9dd;\n border-bottom: 1px solid #d6d9dd;\n border-top: none; }\n .uagb-inspector-tabs button:not(.uagb-active)::after {\n background: #fff; }\n .uagb-inspector-tabs button.uagb-active {\n background: #fff;\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0; }\n .uagb-inspector-tabs button.uagb-active::before {\n border-color: #d6d9dd;\n border-top-color: #0085ba;\n border-top-width: 4px; }\n .uagb-inspector-tabs button.uagb-active::after {\n border-color: transparent; }\n .uagb-inspector-tabs button.uagb-active + button {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 10px; }\n .uagb-inspector-tabs button.uagb-active + button::after {\n border-bottom-right-radius: 0;\n border-right-color: transparent; }\n .uagb-inspector-tabs button.uagb-active + button + button {\n border-bottom-left-radius: 0; }\n .uagb-inspector-tabs button.uagb-active + button + button::after {\n border-bottom-left-radius: 0;\n border-left-color: transparent; }\n .uagb-inspector-tabs button:first-child {\n border-bottom-left-radius: 0; }\n .uagb-inspector-tabs button:first-child::after {\n border-bottom-left-radius: 0;\n border-left-color: transparent; }\n .uagb-inspector-tabs button:first-child.uagb-active::after {\n border-left-color: #d6d9dd; }\n .uagb-inspector-tabs button:first-child::before, .uagb-inspector-tabs button:first-child::after {\n left: -1px; }\n .uagb-inspector-tabs button:last-child {\n border-bottom-right-radius: 0; }\n .uagb-inspector-tabs button:last-child::after {\n border-bottom-right-radius: 0;\n border-right-color: transparent; }\n .uagb-inspector-tabs button:last-child.uagb-active::after {\n border-right-color: #d6d9dd; }\n .uagb-inspector-tabs button:last-child::before, .uagb-inspector-tabs button:last-child::after {\n right: 0; }\n .uagb-inspector-tabs button:focus {\n outline: none; }\n .uagb-inspector-tabs button h5 {\n margin: 6px 0 0;\n font-size: 13px;\n font-weight: 400;\n line-height: 1.2; }\n .uagb-inspector-tabs button h5,\n .uagb-inspector-tabs button svg {\n z-index: 2;\n fill: #585858; }\n .uagb-inspector-tabs button.uagb-active h5 {\n color: #0085ba; }\n .uagb-inspector-tabs button:focus path,\n .uagb-inspector-tabs button.uagb-active path {\n fill: #0085ba; }\n .uagb-inspector-tabs.advance.uagb-inspector-tabs-count-3 button:first-child {\n border-bottom-right-radius: 0; }\n .uagb-inspector-tabs.advance.uagb-inspector-tabs-count-3 button:first-child::after {\n border-bottom-right-radius: 0;\n border-right-color: transparent; }\n .uagb-inspector-tabs.advance.uagb-inspector-tabs-count-3 button:first-child + button {\n border-bottom-left-radius: 0; }\n .uagb-inspector-tabs.advance.uagb-inspector-tabs-count-3 button:first-child + button::after {\n border-bottom-left-radius: 0;\n border-left-color: transparent; }\n\n.components-panel .components-panel__body .uagb-inspector-tabs-container {\n position: static !important;\n margin-left: -16px;\n margin-right: -16px;\n border-top: 0 !important;\n top: 0 !important; }\n\n.uagb-inspector-tabs-container {\n position: sticky;\n top: -3px;\n z-index: 9;\n border-top: calc(0.1em + 1px) solid #f2f4f5; }\n\n.uagb-inspector-tab .components-panel__body:first-child,\n.edit-post-settings-sidebar__panel-block .uagb-inspector-tab .components-panel__body:first-child {\n margin-top: 0;\n border-top: none !important; }\n',""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,'/* Multi Button Gap */\n/* stylelint-disable color-hex-case, color-hex-length */\n.uagb-multi-button-button-group {\n display: flex;\n width: 100%; }\n .uagb-multi-button-button-group .uagb-multi-button {\n width: 100%;\n justify-content: center;\n height: unset;\n padding: 6px;\n line-height: 16px;\n min-height: 30px; }\n .uagb-multi-button-button-group .uagb-multi-button:first-child {\n -webkit-border-radius: 3px 0 0 3px;\n -moz-border-radius: 3px 0 0 3px;\n border-radius: 3px 0 0 3px; }\n .uagb-multi-button-button-group .uagb-multi-button:last-child {\n -webkit-border-radius: 0 3px 3px 0;\n -moz-border-radius: 0 3px 3px 0;\n border-radius: 0 3px 3px 0; }\n .uagb-multi-button-button-group button.uagb-multi-button.is-secondary {\n color: #50575E;\n box-shadow: inset 0 0 0 1px #E6E7E9; }\n .uagb-multi-button-button-group .uagb-multi-button.is-secondary:hover:not(:disabled),\n .uagb-multi-button-button-group .uagb-multi-button-grou[aria-label="Gap"]\n.uagb-multi-button.is-tertiary:hover:not(:disabled) {\n color: #1D2327;\n box-shadow: inset 0 0 0 1px #E6E7E9; }\n .uagb-multi-button-button-group .uagb-multi-button.is-secondary,\n .uagb-multi-button-button-group .uagb-multi-button.is-tertiary {\n color: #50575E; }\n .uagb-multi-button-button-group .uagb-multi-button.is-secondary:active:not(:disabled),\n .uagb-multi-button-button-group .uagb-multi-button-grou[aria-label="Gap"]\n.uagb-multi-button.is-tertiary:active:not(:disabled) {\n background: #FFFFFF;\n box-shadow: inset 0 0 0 1px #E6E7E9; }\n .uagb-multi-button-button-group button.uagb-multi-button {\n font-size: 13px;\n font-weight: 400; }\n .uagb-multi-button-button-group svg {\n width: 18px;\n fill: #50575E; }\n .uagb-multi-button-button-group svg path {\n fill: inherit; }\n\n.uagb-multi-buttons-control.uag-multibutton-icons .uagb-multi-button {\n padding: 3px; }\n\n.spectra-multi-buttons__color-scheme--primary button.uagb-multi-button.is-primary.is-primary {\n color: #007CBA;\n background-color: #DCF2FF;\n border-color: #CDE9F9;\n box-shadow: inset 0 0 0 1px #CDE9F9; }\n .spectra-multi-buttons__color-scheme--primary button.uagb-multi-button.is-primary.is-primary svg {\n fill: #007CBA; }\n\n.spectra-multi-buttons__color-scheme--secondary button.uagb-multi-button.is-primary.is-primary {\n color: #FFFFFF;\n background-color: #959595;\n border-color: #959595;\n box-shadow: inset 0 0 0 1px #959595; }\n .spectra-multi-buttons__color-scheme--secondary button.uagb-multi-button.is-primary.is-primary svg {\n fill: #FFFFFF; }\n\n.spectra-multi-buttons__layout--inline {\n align-items: center;\n display: grid;\n grid-template-columns: 50% 50%; }\n .spectra-multi-buttons__layout--inline .uagb-control__header,\n .spectra-multi-buttons__layout--inline .uag-control-label {\n margin-bottom: 0; }\n',""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,".uagb-presets-radio-image-wrap {\n display: grid;\n grid-column-gap: 16px;\n grid-template-columns: repeat(2, 1fr);\n grid-row-gap: 14px; }\n .uagb-presets-radio-image-wrap .uag-presets-radio-input {\n display: none; }\n .uagb-presets-radio-image-wrap .uag-presets-radio-input-label {\n position: relative;\n display: inline-block; }\n .uagb-presets-radio-image-wrap svg {\n width: 100%;\n height: auto;\n border-radius: 3px;\n fill: #898e95;\n border: 1px solid #dadada;\n color: #898e95;\n background-color: #f0f0f1;\n transition: background 0.08s ease, box-shadow 0.08s ease; }\n .uagb-presets-radio-image-wrap .uag-presets-radio-input:checked + .uag-presets-radio-input-label svg {\n background-color: #007cba;\n border: 1px solid #00608f; }\n .uagb-presets-radio-image-wrap .uag-presets-radio-image-clickable {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n width: 100%;\n height: 100%; }\n\n.uagb-inspector-tab .components-panel__body .uag-presets-label {\n line-height: 2.4; }\n\n.uagb-presets-label-reset-wrap {\n display: flex;\n justify-content: space-between; }\n\n.uagb-presets-main-wrap.border-none svg {\n border: none; }\n",""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,"/* stylelint-disable color-hex-case, color-hex-length */\n.uag-number-control .uagb-number-control__mobile-controls {\n align-items: center;\n display: grid;\n grid-template-columns: 75% 25%;\n color: #50575E; }\n .uag-number-control .uagb-number-control__mobile-controls .uag-control-label {\n margin-bottom: 0; }\n .uag-number-control .uagb-number-control__mobile-controls .components-number-control .components-input-control__input {\n padding: 0 4px !important;\n text-align: center; }\n .uag-number-control .uagb-number-control__mobile-controls .components-input-control__container {\n flex: 0 0 0%;\n width: 100%; }\n .uag-number-control .uagb-number-control__mobile-controls .components-number-control {\n display: grid;\n width: 88%;\n margin-left: 5px; }\n\n.uag-number-control .uagb-control__header {\n display: grid;\n grid-template-columns: 100%;\n justify-items: end;\n justify-content: end; }\n",""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,".uagb-post__title {\n margin-top: 15px;\n margin-bottom: 15px;\n word-break: break-word; }\n\n.uagb-post__title a {\n box-shadow: none;\n color: inherit;\n text-decoration: none;\n transition: 0.3s ease; }\n .uagb-post__title a:hover {\n text-decoration: none; }\n .uagb-post__title a:focus {\n text-decoration: none; }\n .uagb-post__title a:active {\n text-decoration: none; }\n\n.uagb-post__title a,\n.uagb-post__title a:focus,\n.uagb-post__title a:active {\n color: inherit;\n font-size: inherit; }\n\n.uagb-post__image-position-background .uagb-post__text {\n position: relative;\n z-index: 10;\n opacity: 1;\n overflow: hidden; }\n",""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,'.uagb-post__image-position-background .uagb-post__image img {\n position: absolute;\n top: 50%;\n left: 50%;\n width: auto;\n height: auto;\n max-width: none;\n min-width: 100%;\n min-height: 100%;\n transform: translate(-50%, -50%); }\n\n.uagb-post__image-position-background .uagb-post__image {\n position: absolute;\n background-position: center;\n background-repeat: no-repeat;\n background-size: cover;\n text-align: center;\n overflow: hidden;\n top: 0;\n left: 0;\n z-index: 2;\n width: 100%;\n height: 100%; }\n\n.uagb-post__image-position-background .uagb-post__image::before {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 1;\n width: 100%;\n height: 100%;\n background-color: rgba(255, 255, 255, 0.5);\n content: ""; }\n\n.uagb-post__image img {\n display: block;\n width: 100%; }\n',""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,".uagb-post__cta {\n display: inline-block;\n margin-bottom: 15px;\n background: none;\n border-color: #3b3b3b;\n border-style: none;\n border-width: 1px;\n border-radius: 0;\n color: #fff; }\n",""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,'.uagb-post-grid-byline {\n text-transform: uppercase;\n font-size: 11px;\n letter-spacing: 1px; }\n .uagb-post-grid-byline .uagb-post__author,\n .uagb-post-grid-byline .uagb-post__date {\n display: inline-block;\n word-break: break-all; }\n .uagb-post-grid-byline .uagb-post__author:not(:last-child)::after,\n .uagb-post-grid-byline .uagb-post__date:not(:last-child)::after {\n vertical-align: middle;\n margin: 0 5px;\n line-height: 1;\n content: "\\B7"; }\n .uagb-post-grid-byline .uagb-post__author a {\n box-shadow: none; }\n .uagb-post-grid-byline .uagb-post__author a:hover {\n box-shadow: 0 -1px 0 inset;\n color: inherit; }\n .uagb-post-grid-byline .uagb-post__author span,\n .uagb-post-grid-byline .uagb-post__comment span,\n .uagb-post-grid-byline .uagb-post__taxonomy span,\n .uagb-post-grid-byline .uagb-post__date span {\n width: inherit;\n height: inherit;\n margin-right: 4px;\n font-size: inherit;\n line-height: inherit; }\n\n.uagb-post__taxonomy div {\n display: inline-block; }\n\n.uagb-post-grid-byline a,\n.uagb-post-grid-byline a:focus,\n.uagb-post-grid-byline a:active {\n color: inherit;\n font-size: inherit; }\n',""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,".edit-post-visual-editor .wp-block-gallery.uag-masonry {\n /* For Backword */\n /* End Backword */ }\n .edit-post-visual-editor .wp-block-gallery.uag-masonry ul.blocks-gallery-grid {\n column-count: 4;\n column-gap: 1em;\n display: block; }\n .edit-post-visual-editor .wp-block-gallery.uag-masonry ul.blocks-gallery-grid li.blocks-gallery-item {\n display: block;\n grid-template-rows: 1fr auto;\n margin: 0 0 1em 0;\n break-inside: avoid;\n width: unset; }\n .edit-post-visual-editor .wp-block-gallery.uag-masonry.blocks-gallery-grid {\n column-count: 3;\n column-gap: 1em;\n display: block; }\n .edit-post-visual-editor .wp-block-gallery.uag-masonry.blocks-gallery-grid figure.wp-block-image:not(#individual-image) {\n display: block;\n grid-template-rows: 1fr auto;\n margin: 0 0 1em 0;\n break-inside: avoid;\n width: unset; }\n\n.uag-copy-paste-styles-popover .components-menu-item__shortcut {\n white-space: nowrap; }\n\n.uag-copy-paste-styles-popover .components-menu-item__item {\n min-width: 100%;\n justify-content: space-around; }\n\n.uag-copy-paste-styles-popover .components-popover__content {\n border: 1px solid #1e1e1e;\n box-shadow: none; }\n\n.uag-copy-paste-styles-popover .components-button {\n padding: 10px;\n justify-content: center; }\n\n.uag-hide-desktop,\n.uagb-editor-preview-at-desktop.uag-hide-desktop,\n.uagb-editor-preview-at-tablet.uag-hide-tab,\n.uagb-editor-preview-at-m
12
  /* translators: abbreviation for units */
13
  Object(l.__)("%s units","ultimate-addons-for-gutenberg"),t.name),key:t.name},y.a.createElement(o.Button,{key:t.unitValue,className:"uagb-number-control__units--"+t.name,isSmall:!0,isPrimary:e.unit.value===t.unitValue,isSecondary:e.unit.value!==t.unitValue,"aria-pressed":e.unit.value===t.unitValue,"aria-label":Object(l.sprintf)(
14
  /* translators: abbreviation for units */