Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 

1 zeile
30 KiB

  1. (window.webpackJsonp=window.webpackJsonp||[]).push([[11],{"+QN0":function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));var i=n("q1tI"),r=n.n(i),o=r.a.createContext(void 0),u=r.a.createContext(!1);function s(t){return t&&"undefined"!==typeof window?(window.ReactQueryClientContext||(window.ReactQueryClientContext=o),window.ReactQueryClientContext):o}var a=function(t){var e=t.client,n=t.contextSharing,i=void 0!==n&&n,o=t.children;r.a.useEffect((function(){return e.mount(),function(){e.unmount()}}),[e]);var a=s(i);return(r.a.createElement(u.Provider,{value:i},r.a.createElement(a.Provider,{value:e},o)))}},"1ZD8":function(t,e,n){"use strict";var i=n("C4XL");n.o(i,"QueryClient")&&n.d(e,"QueryClient",(function(){return i.QueryClient})),n.o(i,"QueryClientProvider")&&n.d(e,"QueryClientProvider",(function(){return i.QueryClientProvider}));var r=n("KtxU");n.o(r,"QueryClient")&&n.d(e,"QueryClient",(function(){return r.QueryClient})),n.o(r,"QueryClientProvider")&&n.d(e,"QueryClientProvider",(function(){return r.QueryClientProvider}))},"1aiA":function(t,e,n){"use strict";var i=n("GBAL"),r=n("i8i4"),o=n.n(r).a.unstable_batchedUpdates;i.a.setBatchNotifyFunction(o)},C4XL:function(t,e,n){"use strict";var i=n("PC6D");n.d(e,"QueryClient",(function(){return i.a}));var r=n("tCF2");n.o(r,"QueryClientProvider")&&n.d(e,"QueryClientProvider",(function(){return r.QueryClientProvider}))},"G8/n":function(t,e,n){"use strict";n.d(e,"a",(function(){return o})),n.d(e,"b",(function(){return u}));var i=n("q/uT"),r=console||{error:i.h,warn:i.h,log:i.h};function o(){return r}function u(t){r=t}},GBAL:function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n("q/uT"),r=new(function(){function t(){this.queue=[],this.transactions=0,this.notifyFn=function(t){t()},this.batchNotifyFn=function(t){t()}}var e=t.prototype;return e.batch=function(t){this.transactions++;var e=t();return this.transactions--,this.transactions||this.flush(),e},e.schedule=function(t){var e=this;this.transactions?this.queue.push(t):Object(i.m)((function(){e.notifyFn(t)}))},e.batchCalls=function(t){var e=this;return function(){for(var n=arguments.length,i=new Array(n),r=0;r<n;r++)i[r]=arguments[r];e.schedule((function(){t.apply(void 0,i)}))}},e.flush=function(){var t=this,e=this.queue;this.queue=[],e.length&&Object(i.m)((function(){t.batchNotifyFn((function(){e.forEach((function(e){t.notifyFn(e)}))}))}))},e.setNotifyFunction=function(t){this.notifyFn=t},e.setBatchNotifyFunction=function(t){this.batchNotifyFn=t},t}())},KtxU:function(t,e,n){"use strict";n("1aiA"),n("xOaM");var i=n("+QN0");n.d(e,"QueryClientProvider",(function(){return i.a}));var r=n("aclS");n.o(r,"QueryClient")&&n.d(e,"QueryClient",(function(){return r.QueryClient}))},LHRF:function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var i=n("dI71"),r=n("q/uT"),o=n("wx14"),u=n("GBAL"),s=n("G8/n"),a=n("x4JK"),c=function(){function t(t){this.defaultOptions=t.defaultOptions,this.setOptions(t.options),this.observers=[],this.cache=t.cache,this.queryKey=t.queryKey,this.queryHash=t.queryHash,this.initialState=t.state||this.getDefaultState(this.options),this.state=this.initialState,this.scheduleGc()}var e=t.prototype;return e.setOptions=function(t){var e;this.options=Object(o.a)({},this.defaultOptions,t),this.cacheTime=Math.max(this.cacheTime||0,null!=(e=this.options.cacheTime)?e:3e5)},e.setDefaultOptions=function(t){this.defaultOptions=t},e.scheduleGc=function(){var t=this;this.clearGcTimeout(),Object(r.f)(this.cacheTime)&&(this.gcTimeout=setTimeout((function(){t.optionalRemove()}),this.cacheTime))},e.clearGcTimeout=function(){clearTimeout(this.gcTimeout),this.gcTimeout=void 0},e.optionalRemove=function(){this.observers.length||this.state.isFetching||this.cache.remove(this)},e.setData=function(t,e){var n,i,o=this.state.data,u=Object(r.b)(t,o);return(null==(n=(i=this.options).isDataEqual)?void 0:n.call(i,o,u))?u=o:!1!==this.options.structuralSharing&&(u=Object(r.l)(o,u)),this.dispatch({data:u,type:"success",dataUpdatedAt:null==e?void 0:e.updatedAt}),u},e.setState=function(t,e){this.dispatch({type:"setState",state:t,setStateOptions:e})},e.cancel=function(t){var e,n=this.promise;return null==(e=this.retryer)||e.cancel(t),n?n.then(r.h).catch(r.h):Promise.resolve()},e.destroy=function(){this.clearGcTimeout(),this.cancel({silent:!0})},e.reset=function(){this.destroy(),this.setState(this.initialState)},e.isActive=function(){return this.observers.some((function(t){return!1!==t.options.enabled}))},e.isFetching=function(){return this.state.isFetching},e.isStale=function(){return this.state.isInvalidated||!this.state.dataUpdatedAt||this.observers.some((function(t){return t.getCurrentResult().isStale}))},e.isStaleByTime=function(t){return void 0===t&&(t=0),this.state.isInvalidated||!this.state.dataUpdatedAt||!Object(r.o)(this.state.dataUpdatedAt,t)},e.onFocus=function(){var t,e=this.observers.find((function(t){return t.shouldFetchOnWindowFocus()}));e&&e.refetch(),null==(t=this.retryer)||t.continue()},e.onOnline=function(){var t,e=this.observers.find((function(t){return t.shouldFetchOnReconnect()}));e&&e.refetch(),null==(t=this.retryer)||t.continue()},e.addObserver=function(t){-1===this.observers.indexOf(t)&&(this.observers.push(t),this.clearGcTimeout(),this.cache.notify({type:"observerAdded",query:this,observer:t}))},e.removeObserver=function(t){-1!==this.observers.indexOf(t)&&(this.observers=this.observers.filter((function(e){return e!==t})),this.observers.length||(this.retryer&&(this.retryer.isTransportCancelable?this.retryer.cancel({revert:!0}):this.retryer.cancelRetry()),this.cacheTime?this.scheduleGc():this.cache.remove(this)),this.cache.notify({type:"observerRemoved",query:this,observer:t}))},e.invalidate=function(){this.state.isInvalidated||this.dispatch({type:"invalidate"})},e.fetch=function(t,e){var n,i,o=this;if(this.state.isFetching)if(this.state.dataUpdatedAt&&(null==e?void 0:e.cancelRefetch))this.cancel({silent:!0});else if(this.promise)return this.promise;if(t&&this.setOptions(t),!this.options.queryFn){var u=this.observers.find((function(t){return t.options.queryFn}));u&&this.setOptions(u.options)}var c,f,h=Object(r.a)(this.queryKey),l={queryKey:h,pageParam:void 0},d={fetchOptions:e,options:this.options,queryKey:h,state:this.state,fetchFn:function(){return o.options.queryFn?o.options.queryFn(l):Promise.reject("Missing queryFn")}};(null==(n=this.options.behavior)?void 0:n.onFetch)&&(null==(c=this.options.behavior)||c.onFetch(d));(this.revertState=this.state,this.state.isFetching&&this.state.fetchMeta===(null==(i=d.fetchOptions)?void 0:i.meta))||this.dispatch({type:"fetch",meta:null==(f=d.fetchOptions)?void 0:f.meta});return this.retryer=new a.a({fn:d.fetchFn,onSuccess:function(t){o.setData(t),0===o.cacheTime&&o.optionalRemove()},onError:function(t){Object(a.c)(t)&&t.silent||o.dispatch({type:"error",error:t}),Object(a.c)(t)||(o.cache.config.onError&&o.cache.config.onError(t,o),Object(s.a)().error(t)),0===o.cacheTime&&o.optionalRemove()},onFail:function(){o.dispatch({type:"failed"})},onPause:function(){o.dispatch({type:"pause"})},onContinue:function(){o.dispatch({type:"continue"})},retry:d.options.retry,retryDelay:d.options.retryDelay}),this.promise=this.retryer.promise,this.promise},e.dispatch=function(t){var e=this;this.state=this.reducer(this.state,t),u.a.batch((function(){e.observers.forEach((function(e){e.onQueryUpdate(t)})),e.cache.notify({query:e,type:"queryUpdated",action:t})}))},e.getDefaultState=function(t){var e="function"===typeof t.initialData?t.initialData():t.initialData,n="undefined"!==typeof t.initialData?"function"===typeof t.initialDataUpdatedAt?t.initialDataUpdatedAt():t.initialDataUpdatedAt:0,i="undefined"!==typeof e;return{data:e,dataUpdateCount:0,dataUpdatedAt:i?null!=n?n:Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchMeta:null,isFetching:!1,isInvalidated:!1,isPaused:!1,status:i?"success":"idle"}},e.reducer=function(t,e){var n,i;switch(e.type){case"failed":return Object(o.a)({},t,{fetchFailureCount:t.fetchFailureCount+1});case"pause":return Object(o.a)({},t,{isPaused:!0});case"continue":return Object(o.a)({},t,{isPaused:!1});case"fetch":return Object(o.a)({},t,{fetchFailureCount:0,fetchMeta:null!=(n=e.meta)?n:null,isFetching:!0,isPaused:!1,status:t.dataUpdatedAt?t.status:"loading"});case"success":return Object(o.a)({},t,{data:e.data,dataUpdateCount:t.dataUpdateCount+1,dataUpdatedAt:null!=(i=e.dataUpdatedAt)?i:Date.now(),error:null,fetchFailureCount:0,isFetching:!1,isInvalidated:!1,isPaused:!1,status:"success"});case"error":var r=e.error;return Object(a.c)(r)&&r.revert&&this.revertState?Object(o.a)({},this.revertState):Object(o.a)({},t,{error:r,errorUpdateCount:t.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:t.fetchFailureCount+1,isFetching:!1,isPaused:!1,status:"error"});case"invalidate":return Object(o.a)({},t,{isInvalidated:!0});case"setState":return Object(o.a)({},t,e.state);default:return t}},t}(),f=function(t){function e(e){var n;return(n=t.call(this)||this).config=e||{},n.queries=[],n.queriesMap={},n}Object(i.a)(e,t);var n=e.prototype;return n.build=function(t,e,n){var i,o=e.queryKey,u=null!=(i=e.queryHash)?i:Object(r.d)(o,e),s=this.get(u);return s||(s=new c({cache:this,queryKey:o,queryHash:u,options:t.defaultQueryOptions(e),state:n,defaultOptions:t.getQueryDefaults(o)}),this.add(s)),s},n.add=function(t){this.queriesMap[t.queryHash]||(this.queriesMap[t.queryHash]=t,this.queries.push(t),this.notify({type:"queryAdded",query:t}))},n.remove=function(t){var e=this.queriesMap[t.queryHash];e&&(t.destroy(),this.queries=this.queries.filter((function(e){return e!==t})),e===t&&delete this.queriesMap[t.queryHash],this.notify({type:"queryRemoved",query:t}))},n.clear=function(){var t=this;u.a.batch((function(){t.queries.forEach((function(e){t.remove(e)}))}))},n.get=function(t){return this.queriesMap[t]},n.getAll=function(){return this.queries},n.find=function(t,e){var n=Object(r.i)(t,e)[0];return"undefined"===typeof n.exact&&(n.exact=!0),this.queries.find((function(t){return Object(r.g)(n,t)}))},n.findAll=function(t,e){var n=Object(r.i)(t,e)[0];return n?this.queries.filter((function(t){return Object(r.g)(n,t)})):this.queries},n.notify=function(t){var e=this;u.a.batch((function(){e.listeners.forEach((function(e){e(t)}))}))},n.onFocus=function(){var t=this;u.a.batch((function(){t.queries.forEach((function(t){t.onFocus()}))}))},n.onOnline=function(){var t=this;u.a.batch((function(){t.queries.forEach((function(t){t.onOnline()}))}))},e}(n("S6zn").a)},PC6D:function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var i=n("wx14"),r=n("q/uT"),o=n("LHRF"),u=n("mKIw"),s=n("Yyzc"),a=n("c6YU"),c=n("GBAL"),f=n("x4JK");function h(t,e){return null==t.getNextPageParam?void 0:t.getNextPageParam(e[e.length-1],e)}function l(t,e){return null==t.getPreviousPageParam?void 0:t.getPreviousPageParam(e[0],e)}var d=function(){function t(t){void 0===t&&(t={}),this.queryCache=t.queryCache||new o.a,this.mutationCache=t.mutationCache||new u.a,this.defaultOptions=t.defaultOptions||{},this.queryDefaults=[],this.mutationDefaults=[]}var e=t.prototype;return e.mount=function(){var t=this;this.unsubscribeFocus=s.a.subscribe((function(){s.a.isFocused()&&a.a.isOnline()&&(t.mutationCache.onFocus(),t.queryCache.onFocus())})),this.unsubscribeOnline=a.a.subscribe((function(){s.a.isFocused()&&a.a.isOnline()&&(t.mutationCache.onOnline(),t.queryCache.onOnline())}))},e.unmount=function(){var t,e;null==(t=this.unsubscribeFocus)||t.call(this),null==(e=this.unsubscribeOnline)||e.call(this)},e.isFetching=function(t,e){var n=Object(r.i)(t,e)[0];return n.fetching=!0,this.queryCache.findAll(n).length},e.getQueryData=function(t,e){var n;return null==(n=this.queryCache.find(t,e))?void 0:n.state.data},e.setQueryData=function(t,e,n){var i=Object(r.j)(t),o=this.defaultQueryOptions(i);return this.queryCache.build(this,o).setData(e,n)},e.getQueryState=function(t,e){var n;return null==(n=this.queryCache.find(t,e))?void 0:n.state},e.removeQueries=function(t,e){var n=Object(r.i)(t,e)[0],i=this.queryCache;c.a.batch((function(){i.findAll(n).forEach((function(t){i.remove(t)}))}))},e.resetQueries=function(t,e,n){var o=this,u=Object(r.i)(t,e,n),s=u[0],a=u[1],f=this.queryCache,h=Object(i.a)({},s,{active:!0});return c.a.batch((function(){return f.findAll(s).forEach((function(t){t.reset()})),o.refetchQueries(h,a)}))},e.cancelQueries=function(t,e,n){var i=this,o=Object(r.i)(t,e,n),u=o[0],s=o[1],a=void 0===s?{}:s;"undefined"===typeof a.revert&&(a.revert=!0);var f=c.a.batch((function(){return i.queryCache.findAll(u).map((function(t){return t.cancel(a)}))}));return Promise.all(f).then(r.h).catch(r.h)},e.invalidateQueries=function(t,e,n){var o,u,s=this,a=Object(r.i)(t,e,n),f=a[0],h=a[1],l=Object(i.a)({},f,{active:null==(o=f.refetchActive)||o,inactive:null!=(u=f.refetchInactive)&&u});return c.a.batch((function(){return s.queryCache.findAll(f).forEach((function(t){t.invalidate()})),s.refetchQueries(l,h)}))},e.refetchQueries=function(t,e,n){var i=this,o=Object(r.i)(t,e,n),u=o[0],s=o[1],a=c.a.batch((function(){return i.queryCache.findAll(u).map((function(t){return t.fetch()}))})),f=Promise.all(a).then(r.h);return(null==s?void 0:s.throwOnError)||(f=f.catch(r.h)),f},e.fetchQuery=function(t,e,n){var i=Object(r.j)(t,e,n),o=this.defaultQueryOptions(i);"undefined"===typeof o.retry&&(o.retry=!1);var u=this.queryCache.build(this,o);return u.isStaleByTime(o.staleTime)?u.fetch(o):Promise.resolve(u.state.data)},e.prefetchQuery=function(t,e,n){return this.fetchQuery(t,e,n).then(r.h).catch(r.h)},e.fetchInfiniteQuery=function(t,e,n){var i=Object(r.j)(t,e,n);return i.behavior={onFetch:function(t){t.fetchFn=function(){var e,n,i,r,o,u=null==(e=t.fetchOptions)?void 0:null==(n=e.meta)?void 0:n.fetchMore,s=null==u?void 0:u.pageParam,a="forward"===(null==u?void 0:u.direction),c="backward"===(null==u?void 0:u.direction),d=(null==(i=t.state.data)?void 0:i.pages)||[],v=(null==(r=t.state.data)?void 0:r.pageParams)||[],y=v,p=!1,b=t.options.queryFn||function(){return Promise.reject("Missing queryFn")},m=function(e,n,i,r){if(p)return Promise.reject("Cancelled");if("undefined"===typeof i&&!n&&e.length)return Promise.resolve(e);var o={queryKey:t.queryKey,pageParam:i},u=b(o),s=Promise.resolve(u).then((function(t){return y=r?[i].concat(y):[].concat(y,[i]),r?[t].concat(e):[].concat(e,[t])}));return Object(f.b)(u)&&(s.cancel=u.cancel),s};if(d.length)if(a){var O="undefined"!==typeof s,g=O?s:h(t.options,d);o=m(d,O,g)}else if(c){var j="undefined"!==typeof s,q=j?s:l(t.options,d);o=m(d,j,q,!0)}else!function(){y=[];var e="undefined"===typeof t.options.getNextPageParam;o=m([],e,v[0]);for(var n=function(n){o=o.then((function(i){var r=e?v[n]:h(t.options,i);return m(i,e,r)}))},i=1;i<d.length;i++)n(i)}();else o=m([]);var C=o.then((function(t){return{pages:t,pageParams:y}}));return C.cancel=function(){p=!0,Object(f.b)(o)&&o.cancel()},C}}},this.fetchQuery(i)},e.prefetchInfiniteQuery=function(t,e,n){return this.fetchInfiniteQuery(t,e,n).then(r.h).catch(r.h)},e.cancelMutations=function(){var t=this,e=c.a.batch((function(){return t.mutationCache.getAll().map((function(t){return t.cancel()}))}));return Promise.all(e).then(r.h).catch(r.h)},e.resumePausedMutations=function(){return this.getMutationCache().resumePausedMutations()},e.executeMutation=function(t){return this.mutationCache.build(this,t).execute()},e.getQueryCache=function(){return this.queryCache},e.getMutationCache=function(){return this.mutationCache},e.getDefaultOptions=function(){return this.defaultOptions},e.setDefaultOptions=function(t){this.defaultOptions=t},e.setQueryDefaults=function(t,e){var n=this.queryDefaults.find((function(e){return Object(r.c)(t)===Object(r.c)(e.queryKey)}));n?n.defaultOptions=e:this.queryDefaults.push({queryKey:t,defaultOptions:e})},e.getQueryDefaults=function(t){var e;return t?null==(e=this.queryDefaults.find((function(e){return Object(r.k)(t,e.queryKey)})))?void 0:e.defaultOptions:void 0},e.setMutationDefaults=function(t,e){var n=this.mutationDefaults.find((function(e){return Object(r.c)(t)===Object(r.c)(e.mutationKey)}));n?n.defaultOptions=e:this.mutationDefaults.push({mutationKey:t,defaultOptions:e})},e.getMutationDefaults=function(t){var e;return t?null==(e=this.mutationDefaults.find((function(e){return Object(r.k)(t,e.mutationKey)})))?void 0:e.defaultOptions:void 0},e.defaultQueryOptions=function(t){if(null==t?void 0:t._defaulted)return t;var e=Object(i.a)({},this.defaultOptions.queries,this.getQueryDefaults(null==t?void 0:t.queryKey),t,{_defaulted:!0});return!e.queryHash&&e.queryKey&&(e.queryHash=Object(r.d)(e.queryKey,e)),e},e.defaultQueryObserverOptions=function(t){return this.defaultQueryOptions(t)},e.defaultMutationOptions=function(t){return(null==t?void 0:t._defaulted)?t:Object(i.a)({},this.defaultOptions.mutations,this.getMutationDefaults(null==t?void 0:t.mutationKey),t,{_defaulted:!0})},e.clear=function(){this.queryCache.clear(),this.mutationCache.clear()},t}()},S6zn:function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var i=function(){function t(){this.listeners=[]}var e=t.prototype;return e.subscribe=function(t){var e=this,n=t||function(){};return this.listeners.push(n),this.onSubscribe(),function(){e.listeners=e.listeners.filter((function(t){return t!==n})),e.onUnsubscribe()}},e.hasListeners=function(){return this.listeners.length>0},e.onSubscribe=function(){},e.onUnsubscribe=function(){},t}()},UsYt:function(t,e,n){"use strict";n.d(e,"a",(function(){return v}));var i=n("wx14"),r=n("rePB"),o=n("Ff2n"),u=n("q1tI"),s=n.n(u),a=n("TSYQ"),c=n.n(a),f=n("R/WZ"),h={cardBody:{padding:"0.9375rem 1.875rem",flex:"1 1 auto"}},l=s.a.createElement,d=Object(f.a)(h);function v(t){var e,n=d(),u=t.className,s=t.children,a=Object(o.a)(t,["className","children"]),f=c()((e={},Object(r.a)(e,n.cardBody,!0),Object(r.a)(e,u,void 0!==u),e));return l("div",Object(i.a)({className:f},a),s)}},Yyzc:function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var i=n("dI71"),r=n("S6zn"),o=n("q/uT"),u=new(function(t){function e(){return t.apply(this,arguments)||this}Object(i.a)(e,t);var n=e.prototype;return n.onSubscribe=function(){this.removeEventListener||this.setDefaultEventListener()},n.setEventListener=function(t){var e=this;this.removeEventListener&&this.removeEventListener(),this.removeEventListener=t((function(t){"boolean"===typeof t?e.setFocused(t):e.onFocus()}))},n.setFocused=function(t){this.focused=t,t&&this.onFocus()},n.onFocus=function(){this.listeners.forEach((function(t){t()}))},n.isFocused=function(){return"boolean"===typeof this.focused?this.focused:"undefined"===typeof document||[void 0,"visible","prerender"].includes(document.visibilityState)},n.setDefaultEventListener=function(){var t;!o.e&&(null==(t=window)?void 0:t.addEventListener)&&this.setEventListener((function(t){return window.addEventListener("visibilitychange",t,!1),window.addEventListener("focus",t,!1),function(){window.removeEventListener("visibilitychange",t),window.removeEventListener("focus",t)}}))},e}(r.a))},Z2Lm:function(t,e,n){"use strict";n.d(e,"a",(function(){return y}));var i=n("rePB"),r=n("ODXe"),o=n("q1tI"),u=n.n(o),s=n("TSYQ"),a=n.n(s),c=n("R/WZ"),f=function(t){return{parallax:{height:"90vh",maxHeight:"1000px",overflow:"hidden",position:"relative",backgroundPosition:"center top",backgroundSize:"cover",margin:"0",padding:"0",border:"0",display:"flex",alignItems:"center"},filter:{"&:before":{background:"rgba(0, 0, 0, 0.5)"},"&:after,&:before":{position:"absolute",zIndex:"1",width:"100%",height:"100%",display:"block",left:"0",top:"0",content:"''"}},small:{height:"380px"},parallaxResponsive:Object(i.a)({},t.breakpoints.down("md"),{minHeight:"660px"})}},h=u.a.createElement;function l(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function d(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?l(Object(n),!0).forEach((function(e){Object(i.a)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):l(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var v=Object(c.a)(f);function y(t){var e,n=u.a.useState("translate3d(0,0px,0)"),o=Object(r.a)(n,2),s=o[0],c=o[1];u.a.useEffect((function(){return window.innerWidth>=768&&window.addEventListener("scroll",f),function(){window.innerWidth>=768&&window.removeEventListener("scroll",f)}}));var f=function(){var t=window.pageYOffset/3;c("translate3d(0,"+t+"px,0)")},l=t.filter,y=t.className,p=t.children,b=t.style,m=t.image,O=t.small,g=t.responsive,j=v(),q=a()((e={},Object(i.a)(e,j.parallax,!0),Object(i.a)(e,j.filter,l),Object(i.a)(e,j.small,O),Object(i.a)(e,j.parallaxResponsive,g),Object(i.a)(e,y,void 0!==y),e));return h("div",{className:q,style:d({},b,{backgroundImage:"url("+m+")",transform:s})},p)}},aclS:function(t,e){},c6YU:function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var i=n("dI71"),r=n("S6zn"),o=n("q/uT"),u=new(function(t){function e(){return t.apply(this,arguments)||this}Object(i.a)(e,t);var n=e.prototype;return n.onSubscribe=function(){this.removeEventListener||this.setDefaultEventListener()},n.setEventListener=function(t){var e=this;this.removeEventListener&&this.removeEventListener(),this.removeEventListener=t((function(t){"boolean"===typeof t?e.setOnline(t):e.onOnline()}))},n.setOnline=function(t){this.online=t,t&&this.onOnline()},n.onOnline=function(){this.listeners.forEach((function(t){t()}))},n.isOnline=function(){return"boolean"===typeof this.online?this.online:"undefined"===typeof navigator||"undefined"===typeof navigator.onLine||navigator.onLine},n.setDefaultEventListener=function(){var t;!o.e&&(null==(t=window)?void 0:t.addEventListener)&&this.setEventListener((function(t){return window.addEventListener("online",t,!1),window.addEventListener("offline",t,!1),function(){window.removeEventListener("online",t),window.removeEventListener("offline",t)}}))},e}(r.a))},mKIw:function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var i=n("dI71"),r=n("GBAL"),o=n("wx14"),u=n("G8/n"),s=n("x4JK"),a=n("q/uT"),c=function(){function t(t){this.options=Object(o.a)({},t.defaultOptions,t.options),this.mutationId=t.mutationId,this.mutationCache=t.mutationCache,this.observers=[],this.state=t.state||{context:void 0,data:void 0,error:null,failureCount:0,isPaused:!1,status:"idle",variables:void 0}}var e=t.prototype;return e.setState=function(t){this.dispatch({type:"setState",state:t})},e.addObserver=function(t){-1===this.observers.indexOf(t)&&this.observers.push(t)},e.removeObserver=function(t){this.observers=this.observers.filter((function(e){return e!==t}))},e.cancel=function(){return this.retryer?(this.retryer.cancel(),this.retryer.promise.then(a.h).catch(a.h)):Promise.resolve()},e.continue=function(){return this.retryer?(this.retryer.continue(),this.retryer.promise):this.execute()},e.execute=function(){var t,e=this,n="loading"===this.state.status,i=Promise.resolve();return n||(this.dispatch({type:"loading",variables:this.options.variables}),i=i.then((function(){return null==e.options.onMutate?void 0:e.options.onMutate(e.state.variables)})).then((function(t){t!==e.state.context&&e.dispatch({type:"loading",context:t,variables:e.state.variables})}))),i.then((function(){return e.executeMutation()})).then((function(e){t=e})).then((function(){return null==e.options.onSuccess?void 0:e.options.onSuccess(t,e.state.variables,e.state.context)})).then((function(){return null==e.options.onSettled?void 0:e.options.onSettled(t,null,e.state.variables,e.state.context)})).then((function(){return e.dispatch({type:"success",data:t}),t})).catch((function(t){return e.mutationCache.config.onError&&e.mutationCache.config.onError(t,e.state.variables,e.state.context,e),Object(u.a)().error(t),Promise.resolve().then((function(){return null==e.options.onError?void 0:e.options.onError(t,e.state.variables,e.state.context)})).then((function(){return null==e.options.onSettled?void 0:e.options.onSettled(void 0,t,e.state.variables,e.state.context)})).then((function(){throw e.dispatch({type:"error",error:t}),t}))}))},e.executeMutation=function(){var t,e=this;return this.retryer=new s.a({fn:function(){return e.options.mutationFn?e.options.mutationFn(e.state.variables):Promise.reject("No mutationFn found")},onFail:function(){e.dispatch({type:"failed"})},onPause:function(){e.dispatch({type:"pause"})},onContinue:function(){e.dispatch({type:"continue"})},retry:null!=(t=this.options.retry)?t:0,retryDelay:this.options.retryDelay}),this.retryer.promise},e.dispatch=function(t){var e=this;this.state=function(t,e){switch(e.type){case"failed":return Object(o.a)({},t,{failureCount:t.failureCount+1});case"pause":return Object(o.a)({},t,{isPaused:!0});case"continue":return Object(o.a)({},t,{isPaused:!1});case"loading":return Object(o.a)({},t,{context:e.context,data:void 0,error:null,isPaused:!1,status:"loading",variables:e.variables});case"success":return Object(o.a)({},t,{data:e.data,error:null,status:"success",isPaused:!1});case"error":return Object(o.a)({},t,{data:void 0,error:e.error,failureCount:t.failureCount+1,isPaused:!1,status:"error"});case"setState":return Object(o.a)({},t,e.state);default:return t}}(this.state,t),r.a.batch((function(){e.observers.forEach((function(e){e.onMutationUpdate(t)})),e.mutationCache.notify(e)}))},t}();var f=function(t){function e(e){var n;return(n=t.call(this)||this).config=e||{},n.mutations=[],n.mutationId=0,n}Object(i.a)(e,t);var n=e.prototype;return n.build=function(t,e,n){var i=new c({mutationCache:this,mutationId:++this.mutationId,options:t.defaultMutationOptions(e),state:n,defaultOptions:e.mutationKey?t.getMutationDefaults(e.mutationKey):void 0});return this.add(i),i},n.add=function(t){this.mutations.push(t),this.notify(t)},n.remove=function(t){this.mutations=this.mutations.filter((function(e){return e!==t})),t.cancel(),this.notify(t)},n.clear=function(){var t=this;r.a.batch((function(){t.mutations.forEach((function(e){t.remove(e)}))}))},n.getAll=function(){return this.mutations},n.notify=function(t){var e=this;r.a.batch((function(){e.listeners.forEach((function(e){e(t)}))}))},n.onFocus=function(){this.resumePausedMutations()},n.onOnline=function(){this.resumePausedMutations()},n.resumePausedMutations=function(){var t=this.mutations.filter((function(t){return t.state.isPaused}));return r.a.batch((function(){return t.reduce((function(t,e){return t.then((function(){return e.continue().catch(a.h)}))}),Promise.resolve())}))},e}(n("S6zn").a)},"q/uT":function(t,e,n){"use strict";n.d(e,"e",(function(){return r})),n.d(e,"h",(function(){return o})),n.d(e,"b",(function(){return u})),n.d(e,"f",(function(){return s})),n.d(e,"a",(function(){return a})),n.d(e,"o",(function(){return c})),n.d(e,"j",(function(){return f})),n.d(e,"i",(function(){return h})),n.d(e,"g",(function(){return l})),n.d(e,"d",(function(){return d})),n.d(e,"c",(function(){return v})),n.d(e,"k",(function(){return y})),n.d(e,"l",(function(){return p})),n.d(e,"n",(function(){return g})),n.d(e,"m",(function(){return j}));var i=n("wx14"),r="undefined"===typeof window;function o(){}function u(t,e){return"function"===typeof t?t(e):t}function s(t){return"number"===typeof t&&t>=0&&t!==1/0}function a(t){return Array.isArray(t)?t:[t]}function c(t,e){return Math.max(t+(e||0)-Date.now(),0)}function f(t,e,n){return O(t)?"function"===typeof e?Object(i.a)({},n,{queryKey:t,queryFn:e}):Object(i.a)({},e,{queryKey:t}):t}function h(t,e,n){return O(t)?[Object(i.a)({},e,{queryKey:t}),n]:[t||{},e]}function l(t,e){var n,i=t.active,r=t.exact,o=t.fetching,u=t.inactive,s=t.predicate,a=t.queryKey,c=t.stale;if(O(a))if(r){if(e.queryHash!==d(a,e.options))return!1}else if(!y(e.queryKey,a))return!1;return!1===u||i&&!u?n=!0:(!1===i||u&&!i)&&(n=!1),("boolean"!==typeof n||e.isActive()===n)&&(("boolean"!==typeof c||e.isStale()===c)&&(("boolean"!==typeof o||e.isFetching()===o)&&!(s&&!s(e))))}function d(t,e){return((null==e?void 0:e.queryKeyHashFn)||v)(t)}function v(t){var e,n=Array.isArray(t)?t:[t];return e=n,JSON.stringify(e,(function(t,e){return b(e)?Object.keys(e).sort().reduce((function(t,n){return t[n]=e[n],t}),{}):e}))}function y(t,e){return function t(e,n){if(e===n)return!0;if(typeof e!==typeof n)return!1;if(e&&n&&"object"===typeof e&&"object"===typeof n)return!Object.keys(n).some((function(i){return!t(e[i],n[i])}));return!1}(a(t),a(e))}function p(t,e){if(t===e)return t;var n=Array.isArray(t)&&Array.isArray(e);if(n||b(t)&&b(e)){for(var i=n?t.length:Object.keys(t).length,r=n?e:Object.keys(e),o=r.length,u=n?[]:{},s=0,a=0;a<o;a++){var c=n?a:r[a];u[c]=p(t[c],e[c]),u[c]===t[c]&&s++}return i===o&&s===i?t:u}return e}function b(t){if(!m(t))return!1;var e=t.constructor;if("undefined"===typeof e)return!0;var n=e.prototype;return!!m(n)&&!!n.hasOwnProperty("isPrototypeOf")}function m(t){return"[object Object]"===Object.prototype.toString.call(t)}function O(t){return"string"===typeof t||Array.isArray(t)}function g(t){return new Promise((function(e){setTimeout(e,t)}))}function j(t){Promise.resolve().then(t).catch((function(t){return setTimeout((function(){throw t}))}))}},tCF2:function(t,e){},x4JK:function(t,e,n){"use strict";n.d(e,"b",(function(){return s})),n.d(e,"c",(function(){return c})),n.d(e,"a",(function(){return f}));var i=n("Yyzc"),r=n("c6YU"),o=n("q/uT");function u(t){return Math.min(1e3*Math.pow(2,t),3e4)}function s(t){return"function"===typeof(null==t?void 0:t.cancel)}var a=function(t){this.revert=null==t?void 0:t.revert,this.silent=null==t?void 0:t.silent};function c(t){return t instanceof a}var f=function(t){var e,n,c,f,h=this,l=!1;this.cancel=function(t){return null==e?void 0:e(t)},this.cancelRetry=function(){l=!0},this.continue=function(){return null==n?void 0:n()},this.failureCount=0,this.isPaused=!1,this.isResolved=!1,this.isTransportCancelable=!1,this.promise=new Promise((function(t,e){c=t,f=e}));var d=function(e){h.isResolved||(h.isResolved=!0,null==t.onSuccess||t.onSuccess(e),null==n||n(),c(e))},v=function(e){h.isResolved||(h.isResolved=!0,null==t.onError||t.onError(e),null==n||n(),f(e))};!function c(){if(!h.isResolved){var f;try{f=t.fn()}catch(y){f=Promise.reject(y)}e=function(t){if(!h.isResolved&&(v(new a(t)),s(f)))try{f.cancel()}catch(e){}},h.isTransportCancelable=s(f),Promise.resolve(f).then(d).catch((function(e){var s,a;if(!h.isResolved){var f=null!=(s=t.retry)?s:3,d=null!=(a=t.retryDelay)?a:u,y="function"===typeof d?d(h.failureCount,e):d,p=!0===f||"number"===typeof f&&h.failureCount<f||"function"===typeof f&&f(h.failureCount,e);!l&&p?(h.failureCount++,null==t.onFail||t.onFail(h.failureCount,e),Object(o.n)(y).then((function(){if(!i.a.isFocused()||!r.a.isOnline())return new Promise((function(e){n=e,h.isPaused=!0,null==t.onPause||t.onPause()})).then((function(){n=void 0,h.isPaused=!1,null==t.onContinue||t.onContinue()}))})).then((function(){l?v(e):c()}))):v(e)}}))}}()}},xOaM:function(t,e,n){"use strict";var i=n("G8/n"),r=console;r&&Object(i.b)(r)}}]);