CINXE.COM
Customizr Pro theme trusted by 100K+users | Press Customizr
<!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="ie ie8" lang="en-US"> <![endif]--> <!--[if !(IE 7) | !(IE 8) ]><!--> <html lang="en-US" class="no-js"> <!--<![endif]--> <head><meta charset="UTF-8" /><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.5.1",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],this.interceptedClickListeners=[],this._interceptClickListeners(this),window.addEventListener("pageshow",e=>{this.persisted=e.persisted,this.everythingLoaded&&this._triggerLastFunctions()}),document.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(e){if(document.hidden){e._triggerListener();return}this.triggerEvents.forEach(t=>window.addEventListener(t,e.userEventHandler,{passive:!0})),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(e=>window.removeEventListener(e,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!0),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))})}_interceptClickListeners(e){EventTarget.prototype.addEventListenerBase=EventTarget.prototype.addEventListener,EventTarget.prototype.addEventListener=function(t,i,r){"click"!==t||e.windowLoaded||i===e.clickHandler||e.interceptedClickListeners.push({target:this,func:i,options:r}),(this||window).addEventListenerBase(t,i,r)}}_disableOtherEventListeners(e,t){this.interceptedClickListeners.forEach(i=>{i.target===e&&(t?e.removeEventListener("click",i.func,i.options):e.addEventListener("click",i.func,i.options))}),e.parentNode!==document.documentElement&&this._disableOtherEventListeners(e.parentNode,t)}_waitForPendingClicks(){return new Promise(e=>{this._isClickPending?this._pendingClickFinished=e:e()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(e,t,i){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(i,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript][data-rocket-src]").forEach(t=>{let i=t.getAttribute("data-rocket-src");if(i&&0!==i.indexOf("data:")){0===i.indexOf("//")&&(i=location.protocol+i);try{let r=new URL(i).origin;r!==location.origin&&e.push({src:r,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}catch(n){}}}),e=[...new Map(e.map(e=>[JSON.stringify(e),e])).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._pendingWebpackRequests(this),await this._triggerWindowLoad()}catch(e){console.error(e)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this.everythingLoaded=!0,this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{e.hasAttribute("data-rocket-src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)})}async _transformScript(e){if(await this._littleBreath(),!0===e.noModule&&"noModule"in HTMLScriptElement.prototype){e.setAttribute("data-rocket-status","skipped");return}return new Promise(t=>{let i;function r(){(i||e).setAttribute("data-rocket-status","executed"),t()}try{if(navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)i=document.createElement("script"),[...e.attributes].forEach(e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),"data-rocket-src"===t&&(t="src"),i.setAttribute(t,e.nodeValue))}),e.text&&(i.text=e.text),i.hasAttribute("src")?(i.addEventListener("load",r),i.addEventListener("error",function(){i.setAttribute("data-rocket-status","failed"),t()}),setTimeout(()=>{i.isConnected||t()},1)):(i.text=e.text,r()),e.parentNode.replaceChild(i,e);else{let n=e.getAttribute("data-rocket-type"),s=e.getAttribute("data-rocket-src");n?(e.type=n,e.removeAttribute("data-rocket-type")):e.removeAttribute("type"),e.addEventListener("load",r),e.addEventListener("error",function(){e.setAttribute("data-rocket-status","failed"),t()}),s?(e.removeAttribute("data-rocket-src"),e.src=s):e.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(e.text)))}}catch(a){e.setAttribute("data-rocket-status","failed"),t()}})}async _loadScriptsFromList(e){let t=e.shift();return t&&t.isConnected?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var i=document.createDocumentFragment();e.forEach(e=>{let r=e.getAttribute&&e.getAttribute("data-rocket-src")||e.src;if(r){let n=document.createElement("link");n.href=r,n.rel=t,"preconnect"!==t&&(n.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),e.crossOrigin&&(n.crossOrigin=e.crossOrigin),e.integrity&&(n.integrity=e.integrity),i.appendChild(n),this.trash.push(n)}}),document.head.appendChild(i)}_delayEventListeners(e){let t={};function i(i,r){return t[r].eventsToRewrite.indexOf(i)>=0&&!e.everythingLoaded?"rocket-"+i:i}function r(e,r){var n;!t[n=e]&&(t[n]={originalFunctions:{add:n.addEventListener,remove:n.removeEventListener},eventsToRewrite:[]},n.addEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.add.apply(n,arguments)},n.removeEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.remove.apply(n,arguments)}),t[e].eventsToRewrite.push(r)}function n(t,i){let r=t[i];t[i]=null,Object.defineProperty(t,i,{get:()=>r||function(){},set(n){e.everythingLoaded?r=n:t["rocket"+i]=r=n}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t;function i(t){return e.everythingLoaded?t:t.split(" ").map(e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e).join(" ")}function r(r){if(r&&r.fn&&!e.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(t){return e.domReadyFired?t.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>t.bind(document)(r)),r([])};let n=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){return this[0]===window&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=i(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let t=arguments[0][e];delete arguments[0][e],arguments[0][i(e)]=t})),n.apply(this,arguments),this},e.allJQueries.push(r)}t=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>t,set(e){r(e)}})}async _pendingWebpackRequests(e){let t=document.querySelector("script[data-webpack]");async function i(){return new Promise(e=>{t.addEventListener("load",e),t.addEventListener("error",e)})}t&&(await i(),await e._requestAnimFrame(),await e._pendingWebpackRequests(e))}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded"))}async _triggerWindowLoad(){await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(e=>e(window).trigger("rocket-jquery-load")),await this._littleBreath();let e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted}),this.windowLoaded=!0}_triggerLastFunctions(){document.onreadystatechange&&document.onreadystatechange(),window.onload&&window.onload(),window.onpageshow&&window.onpageshow({persisted:this.persisted})}_handleDocumentWrite(){let e=new Map;document.write=document.writeln=function(t){let i=document.currentScript;i||console.error("WPRocket unable to document.write this: "+t);let r=document.createRange(),n=i.parentElement,s=e.get(i);void 0===s&&(s=i.nextSibling,e.set(i,s));let a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(e=>setTimeout(e)):new Promise(e=>requestAnimationFrame(e))}_emptyTrash(){this.trash.forEach(e=>e.remove())}static run(){let e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script> <meta http-equiv="X-UA-Compatible" content="IE=EDGE" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="profile" href="https://gmpg.org/xfn/11" /> <link rel="pingback" href="https://presscustomizr.com/xmlrpc.php" /> <script type="rocketlazyloadscript">(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script> <title>Customizr Pro theme trusted by 100K+users | Press Customizr</title><link rel="preload" href="https://presscustomizr.com/wp-content/uploads/2018/12/Press-Customizr_H-55px_Plan-de-travail-1.svg" as="image" /><link rel="preload" href="https://presscustomizr.com/wp-content/uploads/2019/10/2.jpg" as="image" /><link rel="preload" href="https://presscustomizr.com/wp-content/uploads/2019/10/3.jpg" as="image" /><style id="perfmatters-used-css">:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none;}:where(.wp-block-columns){margin-bottom:1.75em;}:where(.wp-block-columns.has-background){padding:1.25em 2.375em;}:where(.wp-block-post-comments input[type=submit]){border:none;}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff;}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000;}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%;}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px;}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px;}.wp-block-embed{overflow-wrap:break-word;}.wp-block-embed figcaption{margin-bottom:1em;margin-top:.5em;}.wp-block-embed iframe{max-width:100%;}.wp-block-embed__wrapper{position:relative;}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%;}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%;}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%;}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%;}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%;}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%;}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%;}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%;}:where(.wp-block-file){margin-bottom:1.5em;}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em;}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none;}@keyframes turn-on-visibility{0%{opacity:0;}to{opacity:1;}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible;}99%{opacity:0;visibility:visible;}to{opacity:0;visibility:hidden;}}@keyframes lightbox-zoom-in{0%{transform:translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) / 2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));}to{transform:translate(-50%,-50%) scale(1);}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible;}99%{visibility:visible;}to{transform:translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) / 2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden;}}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1;}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8;}ol,ul{box-sizing:border-box;}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em;}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em;}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em);}to{opacity:1;transform:translateY(0);}}:where(p.has-text-color:not(.has-link-color)) a{color:inherit;}:where(.wp-block-post-excerpt){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap);}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em;}:where(.wp-block-pullquote){margin:0 0 1em;}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px;}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px;}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px;}:where(.wp-block-term-description){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap);}:where(pre.wp-block-verse){font-family:inherit;}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px;}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important;}.screen-reader-text:focus{background-color:#ddd;clip:auto !important;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000;}html :where(.has-border-color){border-style:solid;}html :where([style*=border-top-color]){border-top-style:solid;}html :where([style*=border-right-color]){border-right-style:solid;}html :where([style*=border-bottom-color]){border-bottom-style:solid;}html :where([style*=border-left-color]){border-left-style:solid;}html :where([style*=border-width]){border-style:solid;}html :where([style*=border-top-width]){border-top-style:solid;}html :where([style*=border-right-width]){border-right-style:solid;}html :where([style*=border-bottom-width]){border-bottom-style:solid;}html :where([style*=border-left-width]){border-left-style:solid;}html :where(img[class*=wp-image-]){height:auto;max-width:100%;}:where(figure){margin:0 0 1em;}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px);}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px;}}:root{--edd-blocks-light-grey:#eee;}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important;}.sektion-wrapper *,.sektion-wrapper *::before,.sektion-wrapper *::after{box-sizing:border-box;}.sektion-wrapper span,.sektion-wrapper applet,.sektion-wrapper object,.sektion-wrapper iframe,.sektion-wrapper h1,.sektion-wrapper h2,.sektion-wrapper h3,.sektion-wrapper h4,.sektion-wrapper h5,.sektion-wrapper h6,.sektion-wrapper p,.sektion-wrapper blockquote,.sektion-wrapper pre,.sektion-wrapper a,.sektion-wrapper abbr,.sektion-wrapper acronym,.sektion-wrapper address,.sektion-wrapper big,.sektion-wrapper cite,.sektion-wrapper code,.sektion-wrapper del,.sektion-wrapper dfn,.sektion-wrapper em,.sektion-wrapper img,.sektion-wrapper ins,.sektion-wrapper kbd,.sektion-wrapper q,.sektion-wrapper s,.sektion-wrapper samp,.sektion-wrapper small,.sektion-wrapper strike,.sektion-wrapper strong,.sektion-wrapper sub,.sektion-wrapper sup,.sektion-wrapper tt,.sektion-wrapper var,.sektion-wrapper b,.sektion-wrapper u,.sektion-wrapper i,.sektion-wrapper center,.sektion-wrapper dl,.sektion-wrapper dt,.sektion-wrapper dd,.sektion-wrapper ol,.sektion-wrapper ul,.sektion-wrapper li,.sektion-wrapper fieldset,.sektion-wrapper form,.sektion-wrapper label,.sektion-wrapper legend,.sektion-wrapper table,.sektion-wrapper caption,.sektion-wrapper tbody,.sektion-wrapper tfoot,.sektion-wrapper thead,.sektion-wrapper tr,.sektion-wrapper th,.sektion-wrapper td,.sektion-wrapper article,.sektion-wrapper aside,.sektion-wrapper canvas,.sektion-wrapper details,.sektion-wrapper embed,.sektion-wrapper figure:not([class*="wp-block-"]),.sektion-wrapper figcaption,.sektion-wrapper footer,.sektion-wrapper header,.sektion-wrapper hgroup,.sektion-wrapper menu,.sektion-wrapper nav,.sektion-wrapper output,.sektion-wrapper ruby,.sektion-wrapper section,.sektion-wrapper summary,.sektion-wrapper time,.sektion-wrapper mark,.sektion-wrapper audio,.sektion-wrapper video{border:none;font-size:inherit;line-height:inherit;margin:0;padding:0;}.sektion-wrapper ol,.sektion-wrapper ul{list-style:none;}.sektion-wrapper img{max-width:100%;vertical-align:middle;border-style:none;display:inline;}[data-sek-level="location"]{clear:both;font-size:16px;}.sek-section,.sek-column,.sek-module{display:flex;align-items:center;}.sek-column-inner,.sek-module-inner{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-column-inner{display:flex;flex-direction:column;}.sek-module{align-self:center;width:100%;max-width:100%;}[data-sek-is-nested="true"] .sek-container-fluid{padding-right:0;padding-left:0;}[data-sek-has-bg="true"]{background-size:cover;background-repeat:no-repeat;background-position:50% 50%;}[data-sek-level="location"] [data-sek-bg-parallax="true"]{background-attachment:fixed;background-size:cover;}[data-sek-level="location"] .sek-has-bg{position:relative;}@supports (-webkit-overflow-scrolling:touch){body [data-sek-level="location"] [data-sek-bg-parallax="true"],body [data-sek-level="location"] [data-sek-bg-fixed="true"]{background-attachment:scroll;}}[data-sek-level="location"] [data-sek-level]{-webkit-transition:0s linear;-o-transition:0s linear;transition:0s linear;-webkit-transition-property:background-position;-o-transition-property:background-position;transition-property:background-position;}[data-sek-level][data-sek-video-bg-src]{position:relative;}body:not(.customizer-preview) .sek-animate-candidate:not(.sek-animate-displayed-before-starting){opacity:0;}.sek-service-font,.sek-module .sek-module-inner .sek-btn{font-family:sans-serif;}.sek-container-fluid{width:100%;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto;}.sek-row{display:flex;flex-wrap:wrap;margin-right:-10px;margin-left:-10px;}.sek-col-8,.sek-col-9,.sek-col-10,.sek-col-11,.sek-col-12,.sek-col-14,.sek-col-16,.sek-col-20,.sek-col-25,.sek-col-30,.sek-col-33,.sek-col-40,.sek-col-50,.sek-col-60,.sek-col-66,.sek-col-70,.sek-col-75,.sek-col-80,.sek-col-83,.sek-col-90,.sek-col-100,.sek-col-base,.sek-col,.sek-col-auto{position:relative;width:100%;min-height:1px;padding-right:10px;padding-left:10px;}.sek-col-base{flex:0 0 100%;max-width:100%;}@media (min-width:768px){.sek-col-50{flex:0 0 50%;max-width:50%;}.sek-col-100{flex:0 0 100%;max-width:100%;}}.sektion-wrapper{word-wrap:break-word;}.sek-module .sek-module-inner ul{list-style:disc;}.sek-module .sek-module-inner ol{list-style:decimal;}.sek-module .sek-module-inner ol>li::before{content:none;}.sek-module .sek-module-inner ul,.sek-module .sek-module-inner ol{padding:0;line-height:1.5;margin:0 0 1.5rem 3rem;}.sek-module .sek-module-inner ul>li,.sek-module .sek-module-inner ol>li{padding:.15rem .25rem;}.sek-module .sek-module-inner li>ul,.sek-module .sek-module-inner li>ol{margin-bottom:0;}.sek-module-inner figure{text-align:center;}.sek-module .sek-module-inner .sek-btn{display:inline-block;font-weight:400;line-height:1.25em;text-align:center;white-space:normal;word-break:break-all;vertical-align:middle;user-select:none;border:1px solid transparent;padding:.5em 1em;border-radius:2px;border-width:2px;border-style:solid;font-size:1em;cursor:pointer;text-decoration:none;text-transform:none;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}.sek-module .sek-module-inner .sek-btn:focus,.sek-module .sek-module-inner .sek-btn:hover{text-decoration:none;}.sek-module .sek-module-inner .sek-btn:focus,.sek-module .sek-module-inner .focus.sek-btn{outline:0;box-shadow:0 0 0 2px rgba(2,117,216,.25);}.sek-module .sek-module-inner .disabled.sek-btn,.sek-module .sek-module-inner .sek-btn:disabled{cursor:not-allowed;opacity:.65;box-shadow:none;}.sek-module .sek-module-inner .sek-btn:active,.sek-module .sek-module-inner .active.sek-btn{background-image:none;box-shadow:0 0 0 2px rgba(2,117,216,.25);}.sektion-wrapper button,.sektion-wrapper [type="button"],.sektion-wrapper [type="reset"],.sektion-wrapper [type="submit"]{-webkit-appearance:button;}.sektion-wrapper button::-moz-focus-inner,.sektion-wrapper [type="button"]::-moz-focus-inner,.sektion-wrapper [type="reset"]::-moz-focus-inner,.sektion-wrapper [type="submit"]::-moz-focus-inner{padding:0;border-style:none;}button.sek-btn,[type="button"].sek-btn,[type="reset"].sek-btn,[type="submit"].sek-btn{-wekbit-appearance:none !important;background:transparent;}[data-sek-level="module"] .sek-module-inner .wp-caption figcaption{color:#6d6d6d;font-style:italic;max-width:100%;font-size:14px;font-weight:500;line-height:1.4;padding:4px;margin-top:1rem;}[data-sek-level="module"] .sek-module-inner figure{display:block;}[data-sek-level="module"] .sek-module-inner [class*="wp-block-"]:not(:last-child){margin-bottom:1.5em;}[data-sek-level="module"] .sek-module-inner [role=search].search-form{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;float:right;}@media (max-width:767.98px){[data-sek-level="module"] .sek-module-inner [role=search].search-form{float:none;}}[data-sek-level="module"] .sek-module-inner [role=search].search-form label{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:5px;}[data-sek-level="module"] .sek-module-inner [role=search].search-form label input{padding-left:5px;line-height:20px;width:100%;max-width:185px;min-width:80px;}@media (max-width:767.98px){[data-sek-level="module"] .sek-module-inner [role=search].search-form label input{max-width:none;}}[data-sek-level="module"] .sek-module-inner [role=search].search-form input[type=submit]{line-height:15px;}[data-sek-level="module"] .sek-module-inner input[type="submit"]{background:gray;color:#fff;padding:10px 10px;font-weight:400;display:inline-block;border:none;cursor:pointer;-webkit-border-radius:3px;border-radius:3px;}[data-sek-level="module"] .sek-module-inner .search-form input[type="search"]{margin:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:0;border-radius:0;background:#fff;border:2px solid #ddd;color:#777;display:block;max-width:100%;padding:7px 8px;}[data-sek-module-type="czr_divider_module"]{text-align:center;}[data-sek-module-type="czr_divider_module"] .sek-module-inner{font-size:0;line-height:0;}.sek-module-inner .sek-divider{border-top:1px solid #5a5a5a;display:inline-block;width:100%;margin-top:15px;margin-bottom:15px;font-size:1rem;}.sek-module-inner .sek-spacer{height:20px;}[data-sek-module-type="czr_tiny_mce_editor_module"] a{text-decoration:underline;}[data-sek-module-type="czr_shortcode_module"] [data-sek-use-flexbox="true"]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.sek-module-inner{line-height:1.5em;}.sek-module-inner h1,.sek-module-inner h2,.sek-module-inner h3,.sek-module-inner h4,.sek-module-inner h5,.sek-module-inner h6,.sek-module-inner p{line-height:1.5em;font-weight:400;margin:.6em 0;}.sek-module-inner h1{font-size:2.48em;}.sek-module-inner h2{font-size:2.07em;}.sek-module-inner h4{font-size:1.44em;}.sek-module-inner h5{font-size:1.2em;}.sek-module-inner p{margin:0 0 1em;padding:0;}.sek-module-inner a{text-decoration:none;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:color .2s ease-in-out;-o-transition:color .2s ease-in-out;transition:color .2s ease-in-out;}.sek-module-inner img{height:auto;max-width:100%;border:none;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;}[data-sek-module-type="czr_tiny_mce_editor_module"] .sek-module-inner a:not(.wp-block-button__link),[data-sek-module-type="czr_shortcode_module"] .sek-module-inner a:not(.wp-block-button__link),[data-sek-module-type="czr_accordion_module"] .sek-module-inner a:not(.wp-block-button__link),[data-sek-module-type="czr_simple_html_module"] .sek-module-inner a:not(.wp-block-button__link){text-decoration:underline;}body .sektion-wrapper .sek-row [data-sek-level="module"] .sek-module-inner a:not(.sek-btn):not(.button):focus{background:none;}body .sek-module-inner h1:before,body .sek-module-inner h2:before,body .sek-module-inner h3:before,body .sek-module-inner h4:before,body .sek-module-inner h5:before,body .sek-module-inner h6:before{content:none;background:none;}@font-face{font-display:swap;font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal;}:root{--swiper-theme-color:#007aff;}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box;}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0);}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;}:root{--swiper-navigation-size:44px;}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent;}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg);}}@keyframes edd-icon-spin{0%{transform:rotate(0deg);}to{transform:rotate(359deg);}}.edd_purchase_submit_wrapper{position:relative;}@keyframes edd-spinning{0%{transform:rotate(0deg);}to{transform:rotate(1turn);}}#edd-purchase-button,.edd-submit,[type=submit].edd-submit{display:inline-block;padding:6px 12px;margin:0;font-size:14px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid #ccc;border-radius:4px;box-shadow:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}.edd-submit.button:focus,[type=submit].edd-submit:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}.edd-submit.button:active{background-image:none;outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125);}.edd-submit.button,.edd-submit.button.gray,.edd-submit.button:visited{color:#333;background:#f0f0f0;border-color:#ccc;}.edd-submit.button.gray:active,.edd-submit.button.gray:focus,.edd-submit.button.gray:hover,.edd-submit.button:active,.edd-submit.button:focus,.edd-submit.button:hover{color:#333;background:#ebebeb;border-color:#adadad;}.edd-submit.button.red{color:#fff;background:#d9534f;border-color:#d43f3a;}.edd-submit.button.red:active,.edd-submit.button.red:focus,.edd-submit.button.red:hover{color:#fff;background:#d2322d;border-color:#ac2925;}.edd-submit.button.red:active{background-image:none;}.edd-submit.button.green{color:#fff;background:#5cb85c;border-color:#4cae4c;}.edd-submit.button.green:active,.edd-submit.button.green:focus,.edd-submit.button.green:hover{color:#fff;background:#47a447;border-color:#398439;}.edd-submit.button.green:active{background-image:none;}.edd-submit.button.yellow{color:#fff;background:#f0ad4e;border-color:#eea236;}.edd-submit.button.yellow:active,.edd-submit.button.yellow:focus,.edd-submit.button.yellow:hover{color:#fff;background:#ed9c28;border-color:#d58512;}.edd-submit.button.yellow:active{background-image:none;}*,*::before,*::after{box-sizing:border-box;}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent;}@-ms-viewport{width:device-width;}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block;}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff;}[tabindex="-1"]:focus{outline:0 !important;}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;}p{margin-top:0;margin-bottom:1rem;}ol,ul,dl{margin-top:0;margin-bottom:1rem;}ol ol,ul ul,ol ul,ul ol{margin-bottom:0;}b,strong{font-weight:bolder;}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;}a:hover{color:#0056b3;text-decoration:underline;}a:not([href]):not([tabindex]){color:inherit;text-decoration:none;}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none;}a:not([href]):not([tabindex]):focus{outline:0;}figure{margin:0 0 1rem;}img{vertical-align:middle;border-style:none;}label{display:inline-block;margin-bottom:.5rem;}button{border-radius:0;}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}button,input{overflow:visible;}button,select{text-transform:none;}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none;}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0;}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}[type="search"]{outline-offset:-2px;-webkit-appearance:none;}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button;}[hidden]{display:none !important;}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}@media (min-width:576px){.container{max-width:540px;}}@media (min-width:768px){.container{max-width:720px;}}@media (min-width:992px){.container{max-width:960px;}}@media (min-width:1200px){.container{max-width:1140px;}}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;}.col{-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none;}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}@media (min-width:576px){.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none;}}@media (min-width:768px){.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}}@media (min-width:992px){.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none;}}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;}.clearfix::after{display:block;clear:both;content:"";}.d-none{display:none !important;}.d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;}@media (min-width:992px){.d-lg-none{display:none !important;}.d-lg-block{display:block !important;}}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;}.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}.justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important;}.justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important;}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;}.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;}.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}}@media print{*,*::before,*::after{text-shadow:none !important;box-shadow:none !important;}a:not(.btn){text-decoration:underline;}tr,img{page-break-inside:avoid;}p,h2,h3{orphans:3;widows:3;}h2,h3{page-break-after:avoid;}@page{size:a3;}body{min-width:992px !important;}.container{min-width:992px !important;}}body{font-family:"Source Sans Pro",Arial,sans-serif;line-height:1.55;font-size:.9375em;color:#333;}h1{font-size:2.48832em;}h2{font-size:2.0736em;}h4{font-size:1.44em;}h5{font-size:1.2em;}h1,h2,h3,h4,h5,h6{font-weight:400;color:#303133;line-height:1.25em;}h1,h2,h3,h4,h5,h6,p{margin-top:1.25em;}li p{margin-top:0;}.small,.tabs .nav-link,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,label,input[type=number],form.czr-form.search-form button[type=submit],.grid-container__alternate .entry-footer,.grid-container__classic .tc-content,.grid-container__plain .post-info,.grid-container__plain .author-info,.grid-container__plain .post-tags,.grid-container__square-mini .czr-related-post,.grid-container__square-mini .entry-header,.grid-container__square-mini blockquote,.entry-header .tax__container,.entry-header .post-info,.page__header .header-content .post-info,.post-section-title,.post-author .post-author__wrapper .post-author-title,.post-author__wrapper figure figcaption .action-link,.post-author__wrapper figure figcaption .comment-reply-link,.pagination.post-pagination,.comment-meta time,#cancel-comment-reply-link,.comment-respond .comment-notes,.comment-respond .logged-in-as,.wp-caption-text,.wp-block-image figcaption,.widget_calendar thead tr,.widget_calendar caption,.widget_calendar tfoot,.colophon__row .footer__credits,.woocommerce .woocommerce-message,.woocommerce .woocommerce-error-list,.woocommerce .woocommerce-info,small{font-size:.833333em;}.demi-small,.nav__menu,table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) th,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th,.woocommerce table.shop_table th,table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) td,#add_payment_method .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce table.shop_table td,.page-breadcrumbs,.post-navigation .page-numbers,.post-navigation a,.sidebar{font-size:.95em;}.semi-bold,.btn-more,.btn-small,.btn-edit,a.external,.tax__container a,.czr-overlay .overlay-content .nav__container nav,.entry-footer .post-info a,.grid-container__plain .author-info .author-meta a,.archive-header .header-bottom a,.entry-header .header-bottom a,.page__header .header-content .post-info,.comment-author a,.comment-link,.footer__wrapper h5{font-weight:500;}.bold,.nav__menu,.dropdown-menu.czr-dropdown-menu .nav__link,.btn-large,blockquote,.entry-link,.grid-container__classic .format-link .tc-grid-caption .entry-summary,.post-author .post-author__wrapper .post-author-title,.action-link,.comment-reply-link,#cancel-comment-reply-link,.pingback-list li.pingback .excerpt,.pingback-list li.pingback sup,.widget_recent_comments li,.widget_calendar caption,.widget_calendar tfoot{font-weight:600;}.thick,label,.woocommerce .woocommerce-message,.woocommerce .woocommerce-error-list,.woocommerce .woocommerce-info,strong{font-weight:700;}.service-font,.btn,button[type="submit"],input[type=submit],.woocommerce button.button[type=submit],.woocommerce #respond input#submit,.woocommerce input#submit,.woocommerce input.button,.woocommerce a.button,.woocommerce .button.add_to_cart_button,.woocommerce input#submit.alt.disabled,.woocommerce input.button.alt.disabled,.woocommerce button.button.alt.disabled,.woocommerce a.button.alt.disabled,.woocommerce input#submit.alt,.woocommerce input.button.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.tax__container a,.tagcloud a,.tag__link,.entry-header .post-info,.entry-footer,.archive-header .header-bottom,.entry-header .header-bottom,.comment-meta time,.widget_calendar thead tr{font-family:sans-serif;letter-spacing:1px;}.caps,.nav__menu,button[type="submit"],input[type=submit],.btn-more,.btn-large,table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) th,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th,.woocommerce table.shop_table th,.tax__container a,form.czr-form label,.czr-overlay .overlay-content .nav__container nav,.post-section-title,.post-navigation .page-numbers,.post-navigation a,.post-author__wrapper figure figcaption .action-link,.post-author__wrapper figure figcaption .comment-reply-link,.action-link,.comment-reply-link,#cancel-comment-reply-link,.sidebar .widget-title,.widget_categories li,.widget_calendar caption,.widget_calendar tfoot{text-transform:uppercase;}.letter-spacing-1,.nav__menu,.grid-container__classic .tc-grid-caption .tc-g-cont blockquote,.page__header .header-content .post-info,.widget_categories li,.widget_calendar caption,.widget_calendar tfoot,.colophon__row .footer__credits{letter-spacing:1px;}.letter-spacing-2,table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) th,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th,.woocommerce table.shop_table th,.tax__container a,label,.czr-overlay .overlay-content .nav__container nav,.post-section-title,.post-navigation .page-numbers,.post-navigation a,.action-link,.comment-reply-link,.pingback-list li.pingback sup,.sidebar .widget-title,.woocommerce .woocommerce-message,.woocommerce .woocommerce-error-list,.woocommerce .woocommerce-info{letter-spacing:2px;}@font-face{font-display:swap;font-family:"customizr";src:url("https://presscustomizr.com/wp-content/cache/min/1/wp-content/themes/customizr-pro/assets/front/css/../../../../../../../../../themes/customizr-pro/assets/shared/fonts/customizr/customizr.eot?12839698");src:url("https://presscustomizr.com/wp-content/cache/min/1/wp-content/themes/customizr-pro/assets/front/css/../../../../../../../../../themes/customizr-pro/assets/shared/fonts/customizr/customizr.eot?12839698#iefix") format("embedded-opentype"),url("https://presscustomizr.com/wp-content/cache/min/1/wp-content/themes/customizr-pro/assets/front/css/../../../../../../../../../themes/customizr-pro/assets/shared/fonts/customizr/customizr.woff2?128396981") format("woff2"),url("https://presscustomizr.com/wp-content/cache/min/1/wp-content/themes/customizr-pro/assets/front/css/../../../../../../../../../themes/customizr-pro/assets/shared/fonts/customizr/customizr.woff?12839698") format("woff"),url("https://presscustomizr.com/wp-content/cache/min/1/wp-content/themes/customizr-pro/assets/front/css/../../../../../../../../../themes/customizr-pro/assets/shared/fonts/customizr/customizr.ttf?12839698") format("truetype"),url("https://presscustomizr.com/wp-content/cache/min/1/wp-content/themes/customizr-pro/assets/front/css/../../../../../../../../../themes/customizr-pro/assets/shared/fonts/customizr/customizr.svg?12839698#customizr") format("svg");font-weight:400;font-style:normal;}[class^="icn-"]:before,[class*=" icn-"]:before{content:"";font-family:"customizr";font-style:normal;font-weight:400;speak:none;vertical-align:middle;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.icn-search:before{content:"";}.icn-up-small:before{content:"";}.display-flex,.branding__container,.branding__container .branding,.branding__container .mobile-utils__wrapper,.nav__utils,.nav__utils li,.topbar-contact__info,.topbar-nav__container,.topbar-nav__menu-wrapper,.czr-cover-sections>section,.grid-container__square-mini .grid__item,.post-navigation .meta-nav{display:-webkit-box;display:-ms-flexbox;display:flex;}.inline-list-nospace,.inline-list,.czr-contact-info,.socials,.tags{list-style:none;}.inline-list-nospace li,.inline-list li,.czr-contact-info li,.socials li,.tags li{display:inline-block;}.inline-list-nospace li:before,.inline-list li:before,.czr-contact-info li:before,.socials li:before,.tags li:before{content:none;}[class*=czr__r-w]{position:relative;display:block;padding:0;overflow:hidden;}[class*=czr__r-w]::before{display:block;content:"";}.screen-reader-text,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.screen-reader-text:active,.screen-reader-text:focus,.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;white-space:nowrap;}.screen-reader-text.skip-link{background-color:#f1f1f1;box-shadow:0 0 2px 2px rgba(0,0,0,.6);color:#21759b;font-weight:700;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;height:auto;width:auto;}.screen-reader-text.skip-link:focus{position:absolute;z-index:100000;}.czr-collapse{display:none;}body,html{padding:0;margin:0;-webkit-font-smoothing:antialiased;}body{text-align:inherit;}.wp-caption,img{max-width:100%;height:auto;}a{transition:color .3s ease;}a{text-decoration:none;color:#5a5a5a;}a:hover,a:active,a.current-active{text-decoration:none;outline:none;}a:hover,a:focus,a:active,a.active{color:#3b3b3b;}a:focus{outline-offset:-1px;}a img{border:none;}h1,h2,h3,h4,h5,h6{text-rendering:optimizelegibility;}ul,ol{list-style:none;}ul li,ol li{line-height:1.55em;}ul,ol{margin:0;padding:0;}strong{font-weight:700;}figure{text-align:center;}::-moz-selection{text-shadow:none;background:#5a5a5a;color:#fff;}::selection{text-shadow:none;background:#5a5a5a;color:#fff;}img::selection{background:transparent;}img::-moz-selection{background:transparent;}p{word-wrap:break-word;}.clearfix{}.clearfix:before,.clearfix:after{content:"";display:table;}.clearfix:after{clear:both;}.header-skin-light .ham__toggler-span-wrapper .line{background:#313131;}.header-skin-light .tc-header .socials a,.header-skin-light .tc-header .socials a:focus,.header-skin-light .tc-header .socials a:active{color:#313131;}.header-skin-light .tc-header .socials a:hover{color:rgba(49,49,49,.7);}.header-skin-light #tc-sn .tc-sn-inner,.header-skin-light .tc-header{color:#313131;background:#fff;}.header-skin-light .tc-header{border-bottom-color:rgba(49,49,49,.09);}.header-skin-light .header-contact__info a,.header-skin-light .header-contact__info a:focus,.header-skin-light .header-contact__info a:active,.header-skin-light .nav__utils a,.header-skin-light .nav__utils a:focus,.header-skin-light .nav__utils a:active{color:#313131;}.header-skin-light .header-contact__info a:hover,.header-skin-light .nav__utils a:hover{color:rgba(49,49,49,.7);}.header-skin-light .nav__utils .ham-toggler-menu.czr-collapsed:hover .line{background-color:rgba(49,49,49,.7);}.header-skin-light [class*=nav__menu] .nav__link,.header-skin-light [class*=nav__menu] .nav__link-wrapper .caret__dropdown-toggler{color:#313131;}.header-skin-light [class*=nav__menu] .nav__title::before{background-color:#313131;}.header-skin-light [class*=nav__menu] .nav__link:hover,.header-skin-light [class*=nav__menu] .nav__link-wrapper .caret__dropdown-toggler:hover,.header-skin-light [class*=nav__menu] .show:not(.dropdown-item)>.nav__link,.header-skin-light [class*=nav__menu] .show:not(.dropdown-item)>.nav__link-wrapper .nav__link{color:#777;}.header-skin-light .vertical-nav>li:not(:last-of-type),.header-skin-light .mobile-nav__container,.header-skin-light .header-search__container,.header-skin-light .mobile-nav__nav{border-color:rgba(49,49,49,.075);}.header-skin-light .tc-header .czr-form label,.header-skin-light .czr-overlay .czr-form label{color:#313131;}.header-skin-light .tc-header .czr-form input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']),.header-skin-light .tc-header .czr-form textarea,.header-skin-light .tc-header .czr-form .form-control,.header-skin-light .czr-overlay .czr-form input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']),.header-skin-light .czr-overlay .czr-form textarea,.header-skin-light .czr-overlay .czr-form .form-control{color:#313131;border-color:#313131;}.tc-header:not(.header-transparent){box-shadow:0 2px 2px rgba(102,102,102,.08);}.vertical-nav>li:not(:last-of-type),.tc-header,.topbar-navbar__wrapper,.mobile-nav__container,.mobile-nav__nav,.header-search__container{border-bottom:1px solid;}.mobile-nav__nav{border-top:1px solid;backface-visibility:hidden;}.primary-navbar__wrapper,.topbar-navbar__wrapper,.mobile-navbar__wrapper,.mobile-navbar__row,.mobile-nav__container,.mobile-nav__nav{background:inherit;}.branding a:focus{outline:thin dotted;outline:-webkit-focus-ring-color auto 5px;}.czr-link-hover-underline [class*=nav__menu] .nav__title{position:relative;}.czr-link-hover-underline [class*=nav__menu] .nav__title:before{content:"";position:absolute;width:100%;height:2px;bottom:1px;left:0;visibility:hidden;-webkit-transform:translate3d(0,0,0) scaleX(0);transform:translate3d(0,0,0) scaleX(0);transition:all .3s ease 0s;}.czr-link-hover-underline [class*=nav__menu] .nav__title:hover::before{visibility:visible;-webkit-transform:translate3d(0,0,0) scaleX(1);transform:translate3d(0,0,0) scaleX(1);}.nav__menu .menu-item{margin:0 6.25px;padding:0;}.nav__menu .menu-item .nav__link{overflow:hidden;padding:0 6.25px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.nav__menu .menu-item .nav__link .nav__title{padding:10px 0 5px 0;margin-bottom:5px;}.nav li:not(.mini_cart_item) a:focus,.nav li:not(.mini_cart_item) a:hover{background:transparent !important;}.regular-nav.nav__menu{margin:0 -12.5px;}.utils_links,.ham-toggler-menu,.woocart.cart-contents,.search-toggle_btn{padding:1.25em 15px;-ms-flex-item-align:center;align-self:center;display:block;height:auto;position:relative;}@media (max-width:767px){.mobile-navbar__wrapper .utils_links,.mobile-navbar__wrapper .ham-toggler-menu,.mobile-navbar__wrapper .woocart.cart-contents,.mobile-navbar__wrapper .search-toggle_btn{padding:1.25em 10px;}}.ham-toggler-menu{-webkit-appearance:none;background:transparent;border:none;cursor:pointer;}.ham__toggler-span-wrapper{height:12px;position:relative;width:20px;display:block;}.ham__toggler-span-wrapper .line{display:block;width:20px;height:1.4px;position:absolute;-webkit-border-radius:5px;-webkit-background-clip:padding-box;-moz-border-radius:5px;-moz-background-clip:padding;border-radius:5px;background-clip:padding-box;transition:all ease .35s;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.ham__toggler-span-wrapper .line.line-1{top:0;}.ham__toggler-span-wrapper .line.line-2{top:50%;}.ham__toggler-span-wrapper .line.line-3{top:100%;}.ham-toggler-menu:hover .line{-webkit-transform:translate(-3px,0);transform:translate(-3px,0);width:26px;}.ham-toggler-menu:not(.czr-collapsed) .line-1{-webkit-transform:translate(-3px,6px) rotate(45deg);transform:translate(-3px,6px) rotate(45deg);width:28px;}.ham-toggler-menu:not(.czr-collapsed) .line-2{opacity:0;}.ham-toggler-menu:not(.czr-collapsed) .line-3{-webkit-transform:translate(-3px,-6px) rotate(-45deg);transform:translate(-3px,-6px) rotate(-45deg);width:28px;}.czr-search-expand{display:none;background:#fff;position:absolute;z-index:100;top:49px;width:340px;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.1);box-shadow:0 1px 0 rgba(255,255,255,.1);}.czr-search-expand .czr-search-expand-inner{border:1px solid #eee;box-shadow:0 0 5px rgba(0,0,0,.2),0 1px 0 rgba(255,255,255,.15);transition:-webkit-transform .35s ease-in-out,height .25s ease-in-out,background-color .45s ease-in-out;transition:transform .35s ease-in-out,height .25s ease-in-out,background-color .45s ease-in-out;padding:15px;}.czr-search-expand .czr-search-expand-inner .form-group{margin:0;}.czr-search-expand .czr-search-expand-inner .form-group .czr-search-field{outline:none !important;color:#313131 !important;border-color:#313131 !important;}@media (max-width:992px){.czr-search-expand{display:none !important;}}.vertical-nav.mobile-nav__menu{margin:0 -12.5px;}.primary-navbar__wrapper .branding__container.col{max-width:85%;width:auto;}.primary-navbar__wrapper.has-horizontal-menu .branding__container{max-width:33%;}.mobile-navbar__wrapper .branding__container{position:static;}.branding{padding-top:.425em;padding-bottom:.425em;overflow:hidden;}.branding .col-auto{max-width:100%;padding-right:0;padding-left:0;flex-shrink:1;}.branding .navbar-brand{font-size:2.4em;line-height:1.5em;margin:0;vertical-align:middle;display:inline-block;padding-top:.25rem;padding-bottom:.25rem;white-space:nowrap;max-width:100%;height:auto;color:#313131;}.navbar-brand img{width:auto;max-width:100%;}.branding__container .branding,.branding__container .mobile-utils__wrapper{flex-shrink:1;}.mobile-utils__wrapper .header-search__container{display:block;border-bottom:none;margin:37.5px auto;}.nav__utils{flex-shrink:0;padding:0;max-width:100%;}@media (max-width:767px){.mobile-navbar__wrapper .nav__utils .utils{margin-right:-10px;margin-left:-10px;}}.header-search__container{margin:37.5px 0 18.75px 0;}.header-search__container .czr-form .form-group{margin:12.5px 0 18.75px 0;padding-bottom:1.25em;}.mobile-nav__container{padding:0;}.primary-navbar__wrapper{-ms-flex-wrap:nowrap;flex-wrap:nowrap;}.primary-navbar__wrapper .branding__container,.primary-navbar__wrapper .primary-nav__utils li,.primary-navbar__wrapper .primary-nav__wrapper,.primary-navbar__wrapper .primary-nav__menu-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;}.primary-navbar__wrapper .primary-nav__wrapper{margin:0 -15px;}.primary-navbar__wrapper .primary-nav__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}.primary-navbar__wrapper .primary-nav__menu-wrapper{width:100%;}.primary-navbar__wrapper .primary-nav__nav{flex-shrink:1;-ms-flex-preferred-size:auto;flex-basis:auto;}.primary-navbar__wrapper .col{max-width:100%;}[class*=logo_right] .mobile-navbar__row,[class*=logo_right] .primary-navbar__row,[class*=logo_right] .branding__container,[class*=logo_right] .branding__container .flex-row,[class*=logo_right] .primary-nav__wrapper,[class*=logo_right] .nav__utils .utils{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}[class*=logo_right] .branding__container .branding-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;}.tc-header{position:relative;z-index:100;}.mobile-sticky,.desktop-sticky{box-shadow:0 0 5px rgba(0,0,0,.2),0 1px 0 rgba(255,255,255,.15);transition:-webkit-transform .35s ease-in-out,height .25s ease-in-out,background-color .45s ease-in-out;transition:transform .35s ease-in-out,height .25s ease-in-out,background-color .45s ease-in-out;}.mobile-sticky .mobile-nav__nav{position:absolute;width:100%;box-shadow:0 6px 8px 0 rgba(120,120,120,.9);}.mobile-sticky .mobile-nav__nav .mobile-nav__inner{max-height:90vh;overflow:auto;}.sticky-brand-shrink-on .desktop-sticky .navbar-brand img,.sticky-brand-shrink-on .desktop-sticky .navbar-brand,.sticky-brand-shrink-on .desktop-sticky .header-tagline{transition:all .35s;}.mobile-navbar__wrapper .branding{padding-top:4px;padding-bottom:4px;}.mobile-navbar__wrapper .branding .navbar-brand{font-size:1.5em;}.mobile-navbar__wrapper .navbar-brand-sitelogo img{max-height:36px !important;transition:all .35s ease-in-out;}.mobile-navbar__wrapper .mobile-nav__inner{margin-bottom:20px;}@media (min-width:768px){.mobile-navbar__wrapper .branding{padding-top:5px;padding-bottom:5px;}.mobile-navbar__wrapper .navbar-brand-sitelogo img{max-height:45px !important;max-width:100%;}}.czr-contact-info,.socials{margin:0 -6.5px;}.czr-contact-info li,.socials li{padding:0 6.5px;}.czr-contact-info a,.socials a{display:block;}.btn,button[type="submit"],input[type=submit],.woocommerce button.button[type=submit],.woocommerce #respond input#submit,.woocommerce input#submit,.woocommerce input.button,.woocommerce a.button,.woocommerce .button.add_to_cart_button,.woocommerce input#submit.alt.disabled,.woocommerce input.button.alt.disabled,.woocommerce button.button.alt.disabled,.woocommerce a.button.alt.disabled,.woocommerce input#submit.alt,.woocommerce input.button.alt,.woocommerce a.button.alt,.woocommerce button.button.alt{display:inline-block;font-weight:400;line-height:1.25;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid transparent;padding:.5em 1em;border-radius:2px;border-width:2px;border-style:solid;font-size:1em;cursor:pointer;text-decoration:none;transition:all .2s ease-in-out;}.btn:focus,button:focus[type="submit"],input:focus[type=submit],.woocommerce button.button:focus[type=submit],.woocommerce #respond input#submit:focus,.woocommerce input#submit:focus,.woocommerce input.button:focus,.woocommerce a.button:focus,.woocommerce .button.add_to_cart_button:focus,.woocommerce button.button.alt:focus,.btn:hover,button:hover[type="submit"],input:hover[type=submit],.woocommerce button.button:hover[type=submit],.woocommerce #respond input#submit:hover,.woocommerce input#submit:hover,.woocommerce input.button:hover,.woocommerce a.button:hover,.woocommerce .button.add_to_cart_button:hover,.woocommerce button.button.alt:hover{text-decoration:none;}.btn:focus,button:focus[type="submit"],input:focus[type=submit],.woocommerce button.button:focus[type=submit],.woocommerce #respond input#submit:focus,.woocommerce input#submit:focus,.woocommerce input.button:focus,.woocommerce a.button:focus,.woocommerce .button.add_to_cart_button:focus,.woocommerce button.button.alt:focus,.focus.btn,button.focus[type="submit"],input.focus[type=submit],.woocommerce button.focus.button[type=submit],.woocommerce #respond input.focus#submit,.woocommerce input.focus#submit,.woocommerce input.focus.button,.woocommerce a.focus.button,.woocommerce .focus.button.add_to_cart_button,.woocommerce button.focus.button.alt{outline:0;box-shadow:0 0 0 2px rgba(2,117,216,.25);}.disabled.btn,button.disabled[type="submit"],input.disabled[type=submit],.woocommerce button.disabled.button[type=submit],.woocommerce #respond input.disabled#submit,.woocommerce input.disabled#submit,.woocommerce input.disabled.button,.woocommerce a.disabled.button,.woocommerce .disabled.button.add_to_cart_button,.woocommerce input.disabled#submit.alt,.woocommerce input.disabled.button.alt,.woocommerce button.disabled.button.alt,.woocommerce a.disabled.button.alt,.btn:disabled,button:disabled[type="submit"],input:disabled[type=submit],.woocommerce button.button:disabled[type=submit],.woocommerce #respond input#submit:disabled,.woocommerce input#submit:disabled,.woocommerce input.button:disabled,.woocommerce a.button:disabled,.woocommerce .button.add_to_cart_button:disabled,.woocommerce button.button.alt:disabled{cursor:not-allowed;opacity:.65;box-shadow:none;}.btn:active,button:active[type="submit"],input:active[type=submit],.woocommerce button.button:active[type=submit],.woocommerce #respond input#submit:active,.woocommerce input#submit:active,.woocommerce input.button:active,.woocommerce a.button:active,.woocommerce .button.add_to_cart_button:active,.woocommerce button.button.alt:active,.active.btn,button.active[type="submit"],input.active[type=submit],.woocommerce button.active.button[type=submit],.woocommerce #respond input.active#submit,.woocommerce input.active#submit,.woocommerce input.active.button,.woocommerce a.active.button,.woocommerce .active.button.add_to_cart_button,.woocommerce button.active.button.alt{background-image:none;box-shadow:0 0 0 2px rgba(2,117,216,.25);}.btn-skin-dark,button[type="submit"],input[type=submit],.woocommerce input#submit[class*=alt],.woocommerce input.button[class*=alt],.woocommerce a.button[class*=alt],.woocommerce button.button[class*=alt],.woocommerce input#submit.alt.disabled,.woocommerce input.button.alt.disabled,.woocommerce button.button.alt.disabled,.woocommerce a.button.alt.disabled{background-color:#3b3b3b;color:#fff;border-color:#3b3b3b;}.btn-skin-dark:hover,button:hover[type="submit"],input:hover[type=submit],.woocommerce input#submit:hover[class*=alt],.woocommerce input.button:hover[class*=alt],.woocommerce a.button:hover[class*=alt],.woocommerce button.button:hover[class*=alt],.woocommerce input#submit.alt.disabled:hover,.woocommerce input.button.alt.disabled:hover,.woocommerce button.button.alt.disabled:hover,.woocommerce a.button.alt.disabled:hover,.btn-skin-dark:focus,button:focus[type="submit"],input:focus[type=submit],.woocommerce input#submit:focus[class*=alt],.woocommerce input.button:focus[class*=alt],.woocommerce a.button:focus[class*=alt],.woocommerce button.button:focus[class*=alt],.woocommerce input#submit.alt.disabled:focus,.woocommerce input.button.alt.disabled:focus,.woocommerce button.button.alt.disabled:focus,.woocommerce a.button.alt.disabled:focus,.btn-skin-dark:active,button:active[type="submit"],input:active[type=submit],.woocommerce input#submit:active[class*=alt],.woocommerce input.button:active[class*=alt],.woocommerce a.button:active[class*=alt],.woocommerce button.button:active[class*=alt],.woocommerce input#submit.alt.disabled:active,.woocommerce input.button.alt.disabled:active,.woocommerce button.button.alt.disabled:active,.woocommerce a.button.alt.disabled:active{color:#3b3b3b;background-color:transparent;border-color:#3b3b3b;}.btn-skin-dark,button[type="submit"],input[type=submit],.woocommerce input#submit[class*=alt],.woocommerce input.button[class*=alt],.woocommerce a.button[class*=alt],.woocommerce button.button[class*=alt],.woocommerce input#submit.alt.disabled,.woocommerce input.button.alt.disabled,.woocommerce button.button.alt.disabled,.woocommerce a.button.alt.disabled{background-color:#3b3b3b;color:#fff;border-color:#3b3b3b;}.btn-skin-dark:hover,button:hover[type="submit"],input:hover[type=submit],.woocommerce input#submit:hover[class*=alt],.woocommerce input.button:hover[class*=alt],.woocommerce a.button:hover[class*=alt],.woocommerce button.button:hover[class*=alt],.woocommerce input#submit.alt.disabled:hover,.woocommerce input.button.alt.disabled:hover,.woocommerce button.button.alt.disabled:hover,.woocommerce a.button.alt.disabled:hover,.btn-skin-dark:focus,button:focus[type="submit"],input:focus[type=submit],.woocommerce input#submit:focus[class*=alt],.woocommerce input.button:focus[class*=alt],.woocommerce a.button:focus[class*=alt],.woocommerce button.button:focus[class*=alt],.woocommerce input#submit.alt.disabled:focus,.woocommerce input.button.alt.disabled:focus,.woocommerce button.button.alt.disabled:focus,.woocommerce a.button.alt.disabled:focus,.btn-skin-dark:active,button:active[type="submit"],input:active[type=submit],.woocommerce input#submit:active[class*=alt],.woocommerce input.button:active[class*=alt],.woocommerce a.button:active[class*=alt],.woocommerce button.button:active[class*=alt],.woocommerce input#submit.alt.disabled:active,.woocommerce input.button.alt.disabled:active,.woocommerce button.button.alt.disabled:active,.woocommerce a.button.alt.disabled:active{color:#3b3b3b;background-color:transparent;border-color:#3b3b3b;}button[type="submit"],input[type=submit]{cursor:pointer;line-height:inherit;}.czr-btta{background-color:rgba(59,59,59,.2);color:#fff;display:none;width:46px;height:45px;position:fixed !important;bottom:100px;cursor:pointer;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;z-index:100;border-width:1px;padding:0;}.czr-btta:hover,.czr-btta:focus,.czr-btta:active{background-color:rgba(59,59,59,.8);}.czr-btta.right{right:-45px;}.czr-btta i{line-height:43px;display:inline-block;}.czr-btta i:before{font-weight:700;}@media (min-width:576px){.czr-btta{display:block;}}.tabs li,.woocommerce #content div.product .woocommerce-tabs ul.tabs li{position:relative;font-size:1.44em;width:100%;text-align:center;padding:0;margin:0 0 -2px;}@media (min-width:576px){.tabs li,.woocommerce #content div.product .woocommerce-tabs ul.tabs li{width:auto;text-align:left;}.tabs li+li,.woocommerce #content div.product .woocommerce-tabs ul.tabs li+li{padding-left:1.25em;margin-left:0;}}.tabs .nav-link,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a{color:#777;position:relative;padding:.625em 0;}.tabs .nav-link:before,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:before{content:"";position:absolute;width:100%;height:2px;bottom:1px;left:0;visibility:visible;background-color:transparent;-webkit-transform:scaleX(1);transform:scaleX(1);}.tabs .nav-link::before,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a::before{transition:all .2s,.3s ease;-webkit-transform:scale(0);transform:scale(0);}.tabs .nav-link:hover,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,.tabs .nav-link.active,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a.active,.tabs .nav-link.active:hover,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a.active:hover,.tabs .nav-link.active:focus,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a.active:focus{background-color:transparent;}.tabs .nav-link.active::before,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a.active::before{-webkit-transform:scale(1);transform:scale(1);}@-webkit-keyframes czr-mr-loader{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1;}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7;}100%{opacity:0;}}@keyframes czr-mr-loader{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1;}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7;}100%{opacity:0;}}html.no-js [id*=czr-slider-loader-wrapper]{display:none;}.czr-link-hover-underline .widgets-list-layout-links a,.czr-link-hover-underline .widget_archive a,.czr-link-hover-underline .widget_nav_menu a,.czr-link-hover-underline .widget_rss ul a,.czr-link-hover-underline .widget_recent_entries a,.czr-link-hover-underline .widget_product_categories a,.czr-link-hover-underline .widget_categories a,.czr-link-hover-underline .widget_meta a,.czr-link-hover-underline .widget_recent_comments a,.czr-link-hover-underline .widget_pages a,.czr-link-hover-underline .widget_calendar a{position:relative;display:inline-block;text-decoration:none;}.czr-link-hover-underline .widgets-list-layout-links a:before,.czr-link-hover-underline .widget_archive a:before,.czr-link-hover-underline .widget_nav_menu a:before,.czr-link-hover-underline .widget_rss ul a:before,.czr-link-hover-underline .widget_recent_entries a:before,.czr-link-hover-underline .widget_product_categories a:before,.czr-link-hover-underline .widget_categories a:before,.czr-link-hover-underline .widget_meta a:before,.czr-link-hover-underline .widget_recent_comments a:before,.czr-link-hover-underline .widget_pages a:before,.czr-link-hover-underline .widget_calendar a:before{content:"";position:absolute;width:100%;height:1px;bottom:.5px;left:0;visibility:hidden;-webkit-transform:translate3d(0,0,0) scaleX(0);transform:translate3d(0,0,0) scaleX(0);transition:all .3s ease 0s;}.czr-link-hover-underline .widgets-list-layout-links a:hover::before,.czr-link-hover-underline .widget_archive a:hover::before,.czr-link-hover-underline .widget_nav_menu a:hover::before,.czr-link-hover-underline .widget_rss ul a:hover::before,.czr-link-hover-underline .widget_recent_entries a:hover::before,.czr-link-hover-underline .widget_product_categories a:hover::before,.czr-link-hover-underline .widget_categories a:hover::before,.czr-link-hover-underline .widget_meta a:hover::before,.czr-link-hover-underline .widget_recent_comments a:hover::before,.czr-link-hover-underline .widget_pages a:hover::before,.czr-link-hover-underline .widget_calendar a:hover::before{visibility:visible;-webkit-transform:translate3d(0,0,0) scaleX(1);transform:translate3d(0,0,0) scaleX(1);}label{color:#313131;font-family:sans-serif;max-width:100%;margin-bottom:.3em;}input,textarea,select{display:block;line-height:initial;padding:7.5px 15px 7.5px 15px;margin:auto;border:1px solid #eceeef;border-radius:2px;max-width:100%;font:inherit;font-weight:400;box-shadow:inset 0 2px 1px rgba(0,0,0,.025);transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;}input:focus,textarea:focus,select:focus{border-style:solid;}input[type=checkbox],input[type=radio]{display:inline-block;font-size:1em;margin:0;padding:.5em;text-align:center;line-height:normal;vertical-align:middle;}input[type=number]{padding-right:4px;padding-left:8px;}input[type="file"],input[type="range"]{background-color:transparent !important;padding:0;border:0;box-shadow:none;width:auto;}form.czr-form.search-form .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;}form.czr-form.search-form label{position:relative !important;margin-right:5px;-webkit-box-flex:1;-ms-flex:1;flex:1;}form.czr-form.search-form label:before,form.czr-form.search-form label:after{content:"";display:table;}form.czr-form.search-form label:after{clear:both;}form.czr-form.search-form label input{padding-left:26px;line-height:30px;width:100%;}form.czr-form.search-form button[type=submit]{padding:0 10px;font-weight:600;display:inline-block;cursor:pointer;-webkit-border-radius:3px;border-radius:3px;line-height:31px;font-size:15px;height:35px;text-transform:none;}form.czr-form.search-form button[type=submit]:hover{background-color:#fff;}form.czr-form label{font-size:1em;}form.czr-form label i{float:right;text-align:right;width:2em;height:2em;}form.czr-form label i::before{margin:0;}form.czr-form input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']),form.czr-form textarea{border:none;border-bottom:2px solid #313131;padding:0 0 2px;color:#202020;position:relative;box-shadow:none;width:100%;background:transparent;}form.czr-form .czr-focus{position:relative;margin-top:2.5em;}form.czr-form .czr-focus label{display:block;position:absolute;z-index:1;color:#aaa;transition:-ms-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;}form.czr-form .czr-focus label span{float:left;}form.czr-form .czr-focus:not(.in-focus) label{cursor:pointer;}.czr-search-field{padding-right:2em;}.czr-search-field::-ms-clear{display:none;}@-webkit-keyframes autofill{to{background:transparent;color:inherit;}}.czr-search-field:-webkit-autofill{-webkit-animation-name:autofill;-webkit-animation-fill-mode:both;}.no-js img{opacity:1 !important;}#tc-page-wrap{position:relative;background:inherit;z-index:1;word-wrap:break-word;}#tc-page-wrap::before,#tc-page-wrap::after,#main-wrapper::before,#main-wrapper::after{display:table;content:"";line-height:0;}.container[role="main"]{margin-top:2em;}ol{counter-reset:item;}ol>li:before{content:counters(item,".") ".";counter-increment:item;padding-right:.5em;word-wrap:normal;word-break:normal;}ol ol,ol ul,ul ol,ul ul{margin-left:1em;}@media (max-width:575px){ol ol,ol ul,ul ol,ul ul{margin-left:0;}}.fp-title,.fp-button,[class*=fp-text-]{width:90%;margin-left:auto;margin-right:auto;}[class*=fp-text-]{margin:1.5em auto;color:#777;}.page.czr-full-layout.czr-no-sidebar #tc-page-wrap,.single.czr-full-layout.czr-no-sidebar #tc-page-wrap{overflow-x:hidden;}.footer__wrapper{font-size:90%;}.footer-skin-dark .footer__wrapper{color:#fff;background:#313131;border-top:1px solid transparent;}.footer-skin-dark .footer__wrapper h1,.footer-skin-dark .footer__wrapper h2,.footer-skin-dark .footer__wrapper h3,.footer-skin-dark .footer__wrapper h4,.footer-skin-dark .footer__wrapper h5,.footer-skin-dark .footer__wrapper h6{color:#fff;}.footer-skin-dark .footer__wrapper a{color:#777;}.footer-skin-dark .footer__wrapper a:hover,.footer-skin-dark .footer__wrapper a:active,.footer-skin-dark .footer__wrapper a:focus{color:#fff;}.footer-skin-dark .footer__wrapper a:hover.btn,.footer-skin-dark .footer__wrapper a:active.btn,.footer-skin-dark .footer__wrapper a:focus.btn{background:transparent;border-color:#fff;}.footer-skin-dark .footer__wrapper .widget a:before{background-color:rgba(255,255,255,.5);}.footer-skin-dark .footer__wrapper #colophon{background:#242424;}.footer-skin-dark .footer__wrapper label{color:#fff;}.footer-skin-dark .footer__wrapper .czr-form .form-group label{color:#fff;}.footer-skin-dark .footer__wrapper .czr-form input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']),.footer-skin-dark .footer__wrapper .czr-form textarea,.footer-skin-dark .footer__wrapper .czr-form .form-control{color:#fff;border-color:#fff;}.footer__wrapper .widget__wrapper{padding-top:3.75em;padding-bottom:1.875em;}.footer__wrapper .widget>h5{margin-bottom:1.25em;}.footer__wrapper .widget__wrapper .widget{margin-bottom:2.5em;}.footer__wrapper .widget__wrapper .widget li:not(:last-of-type){margin-bottom:.625em;}@media (max-width:991px){.footer__wrapper .widget{padding:1.25em;}}.footer__wrapper .colophon__row{padding-top:.625em;padding-bottom:.625em;font-size:1.2em;}.colophon__row .footer__credits{color:#777;vertical-align:middle;display:inline-block;line-height:1.6em;}.colophon__row .footer__credits p{margin:0;}footer#footer .colophon__row .footer__credits a.fab{font-family:"Font Awesome 5 Brands" !important;}.colophon__row .footer__credits{font-size:.82rem;}.colophon__row .footer__credits,.colophon__row .social-links{margin:1em 0;}@media (max-width:575px){.colophon__row{text-align:center;}}.footer__wrapper .colophon__row [class*=col]{max-width:100%;}.woocommerce #content div.product .woocommerce-tabs ul.tabs{padding:0;margin:0;overflow:inherit;}.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce #content div.product .woocommerce-tabs ul.tabs::after{display:none;}.woocommerce #content div.product .woocommerce-tabs ul.tabs li{border:none;background-color:transparent;}.woocommerce #content div.product .woocommerce-tabs ul.tabs li a{font-size:1.2em;display:block;font-weight:400;}.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a::before{-webkit-transform:scale(1);transform:scale(1);}.woocommerce #content div.product .woocommerce-tabs ul.tabs li::before,.woocommerce #content div.product .woocommerce-tabs ul.tabs li::after{display:none;}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{vertical-align:middle;}.woocommerce div.product form.cart .variations label{margin-bottom:0;}input[type=radio]:checked::before{background-color:#5a5a5a;}input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus,textarea:focus{border-color:gray;}input[type=checkbox]:checked::before{color:#5a5a5a;}.tabs .nav-link:hover,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,.tabs .nav-link.active,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a.active,.tabs .nav-link.active:hover,.tabs .nav-link.active:focus{color:#3b3b3b;}.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a::before,.post-info a:not(.btn):hover span::after,.post-info a:not(.btn):hover span::before,.grid-container__classic .post-type__icon:hover,[class*="grid-container__"] .hover .entry-title a::after,[class*="grid-container__"] .hover .woocommerce .woocommerce-products-header .page-title a::after,.woocommerce .woocommerce-products-header [class*="grid-container__"] .hover .page-title a::after,[class*="grid-container__"] .entry-title a:hover::after,[class*="grid-container__"] .woocommerce .woocommerce-products-header .page-title a:hover::after,.woocommerce .woocommerce-products-header [class*="grid-container__"] .page-title a:hover::after,.sidebar .widget-title::after,.czr-link-hover-underline .widgets-list-layout-links a:not(.btn)::before,.czr-link-hover-underline .widget_archive a:not(.btn)::before,.czr-link-hover-underline .widget_nav_menu a:not(.btn)::before,.czr-link-hover-underline .widget_rss ul a:not(.btn)::before,.czr-link-hover-underline .widget_recent_entries a:not(.btn)::before,.czr-link-hover-underline .widget_product_categories a:not(.btn)::before,.czr-link-hover-underline .widget_categories a:not(.btn)::before,.czr-link-hover-underline .widget_meta a:not(.btn)::before,.czr-link-hover-underline .widget_recent_comments a:not(.btn)::before,.czr-link-hover-underline .widget_pages a:not(.btn)::before,.czr-link-hover-underline .widget_calendar a:not(.btn)::before,a.czr-format-link::before,.comment-author a::before,.comment-link::before,.tabs .nav-link.active::before,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a.active::before{background-color:#3b3b3b;}@media (min-width:768px){body .mobile-navbar__wrapper .navbar-brand-sitelogo img{max-height:none !important;max-width:100%;}}@media (max-width:480px){body .mobile-navbar__wrapper .navbar-brand-sitelogo img{max-width:200px !important;min-width:200px !important;}}body .mobile-navbar__wrapper .navbar-brand-sitelogo img{max-height:none !important;}.primary-nav__utils a.pc-account-icon,.mobile-utils__wrapper a.pc-account-icon{-ms-flex-item-align:center;align-self:center;display:block;height:auto;position:relative;}.ribbon-wrapper{width:100px;height:99px;overflow:hidden;position:absolute;top:-3px;left:-3px;z-index:10;}.ribbon-wrapper .ribbon{font:bold 15px sans-serif;color:#333;color:#fff;text-align:center;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);position:relative;padding:7px 0;top:21px;left:-33px;width:150px;background-color:#fcac34;text-shadow:none;-webkit-box-shadow:0 3px 4px rgba(0,0,0,.15);-moz-box-shadow:0 3px 4px rgba(0,0,0,.15);box-shadow:0 3px 4px rgba(0,0,0,.15);}.ribbon-wrapper .ribbon.green{background-color:#26c15f;}span.darker{color:#000;}.tooltip-candidate{cursor:help;}.tooltip-candidate>span.tooltip_hover:before{display:none;}.tooltip-candidate>span.tooltip_hover{color:#fff;line-height:22px;white-space:normal;width:300px;padding:20px;text-align:left;margin-top:0;margin-left:60px;opacity:0;background:#585858;visibility:hidden;z-index:10000;position:absolute;font-size:14px;font-style:normal;border-radius:4px;text-shadow:none;box-shadow:0 5px 20px rgba(25,31,35,.23);-moz-box-shadow:0 5px 20px rgba(25,31,35,.23);-webkit-box-shadow:0 5px 20px rgba(25,31,35,.23);-webkit-transition-property:opacity,margin-top,visibility,margin-left;-webkit-transition-duration:.4s,.3s,.4s,.15s;-webkit-transition-timing-function:ease-in-out,ease-in-out,ease-in-out,ease-in-out;-moz-transition-property:opacity,margin-top,visibility,margin-left;-moz-transition-duration:.4s,.3s,.4s,.15s;-moz-transition-timing-function:ease-in-out,ease-in-out,ease-in-out,ease-in-out;-o-transition-property:opacity,margin-top,visibility,margin-left;-o-transition-duration:.4s,.3s,.4s,.15s;-o-transition-timing-function:ease-in-out,ease-in-out,ease-in-out,ease-in-out;transition-property:opacity,margin-top,visibility,margin-left;transition-duration:.4s,.3s,.4s,.15s;transition-timing-function:ease-in-out,ease-in-out,ease-in-out,ease-in-out;}.tooltip-candidate>span.tooltip_hover br{display:block !important;}.tooltip-candidate:hover>span.tooltip_hover{opacity:1;text-decoration:none;visibility:visible;overflow:visible;margin-top:-20px;display:inline;margin-left:40px;}.tooltip-candidate>span.tooltip_hover a{color:#fff;}.tooltip-candidate>span.tooltip_hover [class*=fa-]{color:#fff;}.lifetime .tooltip-candidate>span.tooltip_hover{margin-left:-500px;text-align:right;}.lifetime .tooltip-candidate:hover>span.tooltip_hover{margin-left:-500px;}.tooltip-candidate span.tooltip_hover b{width:15px;height:15px;left:-7px;top:21px;position:absolute;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);background:#585858;}.lifetime .tooltip-candidate span.tooltip_hover b{left:292px;}@media only screen and (max-width:768px){.tooltip-candidate:hover>span.tooltip_hover,.tooltip-candidate>span.tooltip_hover{display:none !important;}}.price-item{font-size:.97em;text-align:center;position:relative;border-radius:10px;border:1px solid #eee;padding-top:20px;margin-bottom:10px;}.featured-plan{-webkit-box-shadow:0 2px 31px rgba(0,0,0,.19);-moz-box-shadow:0 2px 31px rgba(0,0,0,.19);box-shadow:0 2px 31px rgba(0,0,0,.19);}.price-title{position:relative;padding:38px 25px 30px 25px;background-color:#fff;border-top-left-radius:10px;border-top-right-radius:10px;}.price-text-title{margin:0 0 30px;letter-spacing:1.8px !important;font-size:21px;line-height:1.5em;}.price-amount-currency{color:#294a8d;font-size:48px;display:block;margin-bottom:25px;line-height:1;letter-spacing:2px;position:relative;}.price-amount-currency .pr-currency{font-size:27px;position:relative;top:-12px;}.normal-price{display:inline;left:3%;top:25%;text-decoration:line-through;color:#fcac34;font-size:.3em;opacity:.8;text-shadow:none;}span.savings{display:block;font-size:.8rem;color:#b5b2bf;padding-top:9px;opacity:.8;}.red{color:red !important;font-size:1rem !important;}.price-item ul.price-item-details{background-color:#efefef;padding:13px 30px;list-style:none;margin:0;position:relative;}.price-item ul.price-item-details li{padding:1px;font-size:.95rem;text-shadow:none;color:#6c6c6c;}.price-item .edd_purchase_submit_wrapper{position:relative;min-height:112px;padding:0 10px;}.page .edd-add-to-cart,.page .edd_go_to_checkout{padding:11px 41px !important;font-size:24px !important;text-shadow:none;margin:20px 0;text-transform:uppercase;}.price-item a.edd-submit{margin-bottom:10px;margin-bottom:3px;margin-top:20px;text-decoration:none !important;position:relative;}.page .edd-add-to-cart,.page .edd_go_to_checkout{padding:11px 41px !important;font-size:24px !important;text-shadow:none;margin:20px 0;text-transform:uppercase;}.price-item.one a.edd-submit{background-color:#294a8d;border-color:#1774ac;}.price-item.one [class*=fa-],.price-item.one .colored{color:#294a8d;}.price-item.one a.edd-submit:hover,.price-item.one a.edd-submit:focus{background-color:#1774ac;border-color:#1774ac;}.price-item.two a.edd-submit{background-color:#26c15f;border-color:#21a552;}.price-item.two a.edd-submit:hover,.price-item.two a.edd-submit:focus{background-color:#21a552;border-color:#21a552;}.price-item.two .pr-currency,.price-item.two .pr-amount,.price-item.two [class*=fa-],.price-item.two .colored{color:#26c15f;}.price-item.three .pr-currency,.price-item.three .pr-amount,.price-item.three [class*=fa-],.price-item.three .colored{color:#fcac34;}.price-item .bundle-description{text-transform:uppercase;font-size:15px;}@media (min-width:979px) and (max-width:1200px){.price-title{height:344px;}.price-item-details li{font-size:.75rem;}}@media (min-width:768px) and (max-width:978px){.price-amount-currency{font-size:40px;}.price-item{font-size:14px;line-height:1.5em;}.price-item-details li{font-size:.75rem;}.price-amount-currency .pr-currency{font-size:25px;top:-13px;}}@media (max-width:1200px){.price-text-title{font-size:17px;}}.pr-table-guarantees [class*=fa-]{color:#fcac34;}ul.pro-features{list-style-type:none !important;padding:0;margin:0 0 10px;}ul.pro-features li{padding:3px 0;line-height:1.5em;margin-bottom:8px;font-size:18px;}ul.pro-features li>i{color:#f0ac4d;}.nb-plans-connected-to-right-switcher-title{display:none;}.nb-site-nb-switcher-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;}.nb-site-nb-switcher-wrapper .nb-site-nb-switcher-title{color:#294a8d;font-size:23px;font-weight:400;text-transform:uppercase;cursor:pointer;}.nb-site-nb-switcher-title.nb-checked{font-weight:700;cursor:initial;}.nb-site-nb-switcher-wrapper .nb-site-nb-switcher-title.nb-title-right{left:46px;position:relative;color:#26c15f;}.nb-site-nb-switcher{margin:5px 0;text-align:center;}.nb-site-nb-switcher input{position:absolute;left:-9999px;}.nb-site-nb-switcher label{position:relative;left:23px;top:3px;padding-left:20px;padding-top:25px;cursor:pointer;width:65px;height:33px;}.nb-site-nb-switcher label::after,.nb-site-nb-switcher label::before{content:"";position:absolute;height:32px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;}.nb-site-nb-switcher label::before{left:0;top:0;background-color:#adadad;border-radius:50px;z-index:0;width:100%;height:100%;}.nb-site-nb-switcher label::after{left:-1px;top:0;background-color:#fff;border-radius:50%;width:33px;height:33px;}.nb-site-nb-switcher input:checked+label::after{left:33px;}.nb-site-nb-switcher input:checked+label::before{background-color:#26c15f;border-color:#26c15f;}body .pc-cookie-consent{left:50%;position:fixed;z-index:8000;padding:10px;display:none;justify-content:center;border:1px solid #ccc;max-width:100%;width:100%;bottom:0;transform:translate(-50%,0);text-align:center;background:#ededed;}.pc-cookie-consent p:first-child{margin-right:10px;}.pc-cookie-consent p{margin:0;font-size:.8em;align-self:center;}body .pc-cookie-consent button{vertical-align:middle;display:inline-block;font-weight:400;line-height:1.25em;text-align:center;border:1px solid transparent;padding:.5em 1em;border-radius:2px;border-width:2px;border-style:solid;font-size:1em;cursor:pointer;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;background:#1b315e;color:#fff;margin:.5em;}#pc-cookie-consent-close{border:1px solid #ccc;background:none;color:inherit;}#pc-cookie-consent-close:hover{cursor:pointer;background:#1b315e;color:#fff;}.sek-column-inner [data-sek-module-type="czr_img_slider_module"]{width:calc(100% + 20px);max-width:calc(100% + 20px);}[data-sek-module-type="czr_img_slider_module"] .sek-carousel-img [src*="data:image/gif;"]{display:none;}[data-sek-module-type="czr_img_slider_module"] .sek-swiper-loading .sek-carousel-img img{display:none;}[data-sek-module-type="czr_img_slider_module"] .swiper{width:100%;height:100%;overflow:hidden;}[data-sek-module-type="czr_img_slider_module"] .swiper .swiper-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:400px;}@media (max-width:575.98px){[data-sek-module-type="czr_img_slider_module"] .swiper .swiper-wrapper{height:200px;}}[data-sek-module-type="czr_img_slider_module"] .swiper[data-sek-image-layout="nimble-wizard"] .sek-carousel-img{height:100%;overflow:hidden;}[data-sek-module-type="czr_img_slider_module"] .swiper[data-sek-image-layout="nimble-wizard"] .sek-carousel-img img{max-width:none;opacity:0;transition:opacity .15s ease-in-out;}[data-sek-module-type="czr_img_slider_module"] .swiper[data-sek-image-layout="height-100"] .sek-carousel-img{height:100%;width:auto;overflow:hidden;}[data-sek-module-type="czr_img_slider_module"] .swiper[data-sek-image-layout="height-100"] .sek-carousel-img img{width:auto;height:100%;max-width:none;}[data-sek-module-type="czr_img_slider_module"] .swiper[data-sek-image-layout="cover"] .sek-carousel-img{height:100%;width:100%;overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;}[data-sek-module-type="czr_img_slider_module"] .swiper[data-sek-image-layout="cover"] .sek-carousel-img img{width:100%;height:100%;max-width:none;-o-object-fit:cover;object-fit:cover;}[data-sek-module-type="czr_img_slider_module"] .swiper-slide{text-align:center;font-size:18px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;}[data-sek-module-type="czr_img_slider_module"] .swiper-slide[data-sek-slide-link]{cursor:pointer;}[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-carousel-img{width:100%;}[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-carousel-img img{width:100%;}[data-sek-module-type="czr_img_slider_module"] .swiper-slide[data-sek-has-overlay="true"] .sek-carousel-img::after{content:"";left:0;right:0;bottom:0;top:0;position:absolute;background-color:#000;opacity:.3;}[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav{cursor:pointer;}[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-chevron{display:inline-block;border-right:2px solid #fff;border-bottom:2px solid #fff;width:11px;height:11px;}[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-prev{left:0;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0;}[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-prev .sek-chevron{-webkit-transform:rotate(-225deg);transform:rotate(-225deg);}[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-next{right:0;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px;}[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-next .sek-chevron{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-prev,[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-next{position:absolute;z-index:2;top:calc(50% - 30px);text-align:center;margin-top:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:block;height:60px;width:50px;opacity:.6;background-color:rgba(32,32,32,.4);transition:all .3s cubic-bezier(.39,.575,.565,1);line-height:64px;cursor:pointer;font-size:18px;}[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-prev:hover,[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-next:hover{background-color:rgba(32,32,32,.7);opacity:1;width:100px;}@media (max-width:575.98px){[data-sek-module-type="czr_img_slider_module"] [data-sek-hide-nav-on-mobile="true"] .sek-swiper-nav{display:none;}}.sek-accord-wrapper{text-align:left;}.sek-accord-wrapper .sek-accord-item{border:1px solid #e3e3e3;overflow:hidden;}.sek-accord-wrapper .sek-accord-item:not(:last-child){margin-bottom:0;}.sek-accord-wrapper .sek-accord-item .sek-accord-title{cursor:pointer;color:#565656;background:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:15px 20px;border-top:none;border-right:none;border-left:none;border-bottom:1px solid #e3e3e3;font-size:16px;line-height:1.5em;font-weight:600;-ms-flex-positive:1;flex-grow:1;}.sek-accord-wrapper .sek-accord-item .sek-accord-title:hover *{color:#1e261f;}.sek-accord-wrapper .sek-accord-item .sek-accord-title:hover .expander span{background:#1e261f;}[data-sek-expanded="true"] .sek-accord-title *{color:#1e261f;}[data-sek-expanded="true"] .sek-accord-title .expander span{background:#1e261f;}.sek-accord-wrapper .sek-accord-item .sek-accord-title .sek-inner-accord-title{padding-right:10px;max-width:calc(100% - 30px);}.sek-accord-wrapper .sek-accord-item .sek-accord-title .sek-inner-accord-title,.sek-accord-wrapper .sek-accord-item .sek-accord-title .expander span{transition:all .15s ease-in-out;}.sek-accord-wrapper .sek-accord-item .sek-accord-title .expander{color:#1e261f;width:30px;height:30px;padding:0;margin:0;outline:none;border:0;background:none;box-shadow:none;font-size:1.5em;position:relative;cursor:pointer;}.sek-accord-wrapper .sek-accord-item .sek-accord-title .expander span{position:absolute;transition:.3s;background:#565656;border-radius:2px;}.sek-accord-wrapper .sek-accord-item .sek-accord-title .expander span:first-of-type{top:25%;bottom:25%;width:10%;left:45%;}.sek-accord-wrapper .sek-accord-item .sek-accord-title .expander span:last-of-type{left:25%;right:25%;height:10%;top:45%;}[data-sek-expanded="true"] .expander span:first-of-type,[data-sek-expanded="true"] .expander span:last-of-type{-webkit-transform:rotate(90deg);transform:rotate(90deg);}[data-sek-expanded="true"] .expander span:last-of-type{left:50%;right:50%;}[data-sek-has-global-border="true"][data-sek-has-title-border="true"] [data-sek-expanded="false"] .sek-accord-title{border-bottom:none;}[data-sek-has-global-border="true"][data-sek-has-title-border="true"] .sek-accord-item:not(:last-child){border-bottom:none;}.sek-accord-wrapper .sek-accord-item[data-sek-expanded="true"] .sek-accord-title .expander span:first-of-type,.sek-accord-wrapper .sek-accord-item[data-sek-expanded="true"] .sek-accord-title .expander span:last-of-type{-webkit-transform:rotate(90deg);transform:rotate(90deg);}.sek-accord-wrapper .sek-accord-item[data-sek-expanded="true"] .sek-accord-title .expander span:last-of-type{left:50%;right:50%;}.sek-accord-wrapper .sek-accord-item .sek-accord-content{padding:15px 20px;background:#f2f2f2;color:#1e261f;font-size:16px;line-height:1.5em;}.sek-accord-wrapper .sek-accord-item[data-sek-expanded="true"]>.sek-accord-content{display:block;}.sek-accord-wrapper .sek-accord-item[data-sek-expanded="false"]>.sek-accord-content{display:none;}[data-sek-module-type="czr_image_module"]{text-align:center;}[data-sek-module-type="czr_image_module"] img{border:0 solid #f2f2f2;}[data-sek-module-type="czr_image_module"] .box-shadow img{-webkit-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0;-moz-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0;box-shadow:rgba(0,0,0,.25) 0 3px 11px 0;}[data-sek-module-type="czr_image_module"] figure img{-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;}[data-sek-module-type="czr_button_module"] .sek-module-inner{text-align:center;}.nb-loc .sek-module .sek-module-inner .sek-btn{background:#020202;color:#fff;padding:.5em 1em;margin:.5em;}.nb-loc .sek-module .sek-module-inner .sek-btn i{margin:0 8px;}.nb-loc .sek-module .sek-module-inner .sek-btn:hover,.nb-loc .sek-module .sek-module-inner .sek-btn:focus,.nb-loc .sek-module .sek-module-inner .sek-btn:active{color:#fff;background-color:#282828;text-decoration:none;}[data-sek-module-type="czr_button_module"] .sek-module-inner .sek-btn:focus,[data-sek-module-type="czr_button_module"] .sek-module-inner .sek-btn:hover{text-decoration:none;}.sek-btn-inner{display:flex;align-items:center;}.sek-btn-inner .sek-btn-text{width:100%;text-align:center;}.sek-btn.box-shadow{-webkit-box-shadow:0 3px 8px rgba(0,0,0,.2) !important;box-shadow:0 3px 8px rgba(0,0,0,.2) !important;}.sek-btn.box-shadow.push-effect:active{transform:translateY(2px);}.sek-module-inner .sek-heading{text-align:center;margin:.6em 0;display:block;}.sek-module-inner .sek-heading>a{color:inherit;font-size:inherit;}[data-sek-id="__nimble__1ea4846dacaa"]{background-position:50% 0%;background-repeat:no-repeat;position:relative;height:83vh;padding-top:200px;padding-bottom:200px;}[data-sek-id="__nimble__1ea4846dacaa"]::before,[data-sek-id="__nimble__1ea4846dacaa"]>.sek-bg-video-wrapper::after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000;opacity:.5;}[data-sek-id="__nimble__1ea4846dacaa"]>*{position:relative;}[data-sek-id="__nimble__10f44f648ead"]{padding-left:20px;padding-right:20px;}.nb-loc .sek-row [data-sek-id="__nimble__0131041240f8"] .sek-module-inner>.sek-heading{font-size:70px;line-height:2em;color:#fff;margin-bottom:14px;}.nb-loc .sek-row [data-sek-id="__nimble__9b7499aa8323"] .sek-module-inner,.nb-loc .sek-row [data-sek-id="__nimble__9b7499aa8323"] .sek-module-inner p,.nb-loc .sek-row [data-sek-id="__nimble__9b7499aa8323"] .sek-module-inner a,.nb-loc .sek-row [data-sek-id="__nimble__9b7499aa8323"] .sek-module-inner li{text-align:center;font-family:"Roboto";font-size:25px;color:#fff;}.nb-loc .sek-row [data-sek-id="__nimble__eeb1736ab322"] .sek-module-inner,.nb-loc .sek-row [data-sek-id="__nimble__eeb1736ab322"] .sek-module-inner p,.nb-loc .sek-row [data-sek-id="__nimble__eeb1736ab322"] .sek-module-inner a,.nb-loc .sek-row [data-sek-id="__nimble__eeb1736ab322"] .sek-module-inner li{text-align:center;font-size:25px;color:#eea236;}[data-sek-id="__nimble__b8acb824219b"]{margin-top:20px;}.nb-loc .sek-row [data-sek-id="__nimble__b8acb824219b"] .sek-module-inner .sek-btn:hover,.nb-loc .sek-row [data-sek-id="__nimble__b8acb824219b"] .sek-module-inner .sek-btn:focus{background-color:#ed9c28;}[data-sek-id="__nimble__b8acb824219b"] .sek-module-inner .sek-btn{border:1px solid #d58512;}.nb-loc .sek-row [data-sek-id="__nimble__b8acb824219b"] .sek-module-inner .sek-btn{background-color:#f0ad4e;border-radius:10px;font-family:"Roboto";font-size:20px;color:#fff;}.nb-loc .sek-row [data-sek-id="__nimble__b8acb824219b"] .sek-module-inner{text-align:center;}body .nb-loc [data-sek-id="__nimble__c93c35d0b1fb"]>.sek-container-fluid>.sek-sektion-inner{max-width:1170px;margin:0 auto;}body .nb-loc [data-sek-id="__nimble__c93c35d0b1fb"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}[data-sek-id="__nimble__c93c35d0b1fb"]{padding-top:80px;padding-bottom:80px;margin-bottom:0;}.nb-loc .sek-row [data-sek-id="__nimble__280a6a79ed69"] .sek-module-inner,.nb-loc .sek-row [data-sek-id="__nimble__280a6a79ed69"] .sek-module-inner p,.nb-loc .sek-row [data-sek-id="__nimble__280a6a79ed69"] .sek-module-inner a,.nb-loc .sek-row [data-sek-id="__nimble__280a6a79ed69"] .sek-module-inner li{text-align:justify;font-size:19px;}.nb-loc .sek-row [data-sek-id="__nimble__ef7fb4925330"] .sek-module-inner .sek-btn:hover,.nb-loc .sek-row [data-sek-id="__nimble__ef7fb4925330"] .sek-module-inner .sek-btn:focus{background-color:#ed9c28;}[data-sek-id="__nimble__ef7fb4925330"] .sek-module-inner .sek-btn{border:1px solid #d58512;}.nb-loc .sek-row [data-sek-id="__nimble__ef7fb4925330"] .sek-module-inner .sek-btn{background-color:#f0ad4e;border-radius:5px;padding-top:.5em;padding-bottom:.5em;padding-right:1em;padding-left:1em;margin-bottom:1em;font-family:"Roboto";font-size:17px;color:#fff;}.nb-loc .sek-row [data-sek-id="__nimble__ef7fb4925330"] .sek-module-inner{text-align:right;}.nb-loc .sek-row [data-sek-id="__nimble__b516612b8c79"] .sek-module-inner .sek-btn:hover,.nb-loc .sek-row [data-sek-id="__nimble__b516612b8c79"] .sek-module-inner .sek-btn:focus{background-color:#d8d8d8;}[data-sek-id="__nimble__b516612b8c79"] .sek-module-inner .sek-btn{border:1px solid #ccc;}.nb-loc .sek-row [data-sek-id="__nimble__b516612b8c79"] .sek-module-inner .sek-btn{background-color:#f0f0f0;border-radius:5px;padding-top:.5em;padding-bottom:.5em;padding-right:1em;padding-left:1em;margin-bottom:1em;font-family:"Roboto";font-size:17px;color:#333;}.nb-loc .sek-row [data-sek-id="__nimble__b516612b8c79"] .sek-module-inner{text-align:left;}body .nb-loc [data-sek-id="__nimble__4fae3a49d690"]>.sek-container-fluid>.sek-sektion-inner{max-width:1170px;margin:0 auto;}body .nb-loc [data-sek-id="__nimble__4fae3a49d690"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}[data-sek-id="__nimble__4fae3a49d690"]{padding-top:20px;}.nb-loc .sek-row [data-sek-id="__nimble__652b70e5c115"] .sek-module-inner{color:red;}.nb-loc .sek-row [data-sek-id="__nimble__652b70e5c115"],.nb-loc .sek-row [data-sek-id="__nimble__652b70e5c115"] p,.nb-loc .sek-row [data-sek-id="__nimble__652b70e5c115"] a,.nb-loc .sek-row [data-sek-id="__nimble__652b70e5c115"] .sek-btn,.nb-loc .sek-row [data-sek-id="__nimble__652b70e5c115"] button,.nb-loc .sek-row [data-sek-id="__nimble__652b70e5c115"] input,.nb-loc .sek-row [data-sek-id="__nimble__652b70e5c115"] select,.nb-loc .sek-row [data-sek-id="__nimble__652b70e5c115"] optgroup,.nb-loc .sek-row [data-sek-id="__nimble__652b70e5c115"] textarea{text-align:center;font-size:19px;}[data-sek-id="__nimble__4016c804c091"]{padding-top:20px;padding-bottom:30px;}[data-sek-id="__nimble__e94af4b35fbe"]{padding-right:10px;padding-left:10px;padding-top:20px;padding-bottom:20px;}.nb-loc .sek-row [data-sek-id="__nimble__e94af4b35fbe"] .sek-module-inner{font-size:14px;line-height:1.7em;font-weight:700;}.nb-loc .sek-row [data-sek-id="__nimble__e94af4b35fbe"],.nb-loc .sek-row [data-sek-id="__nimble__e94af4b35fbe"] p,.nb-loc .sek-row [data-sek-id="__nimble__e94af4b35fbe"] a,.nb-loc .sek-row [data-sek-id="__nimble__e94af4b35fbe"] .sek-btn,.nb-loc .sek-row [data-sek-id="__nimble__e94af4b35fbe"] button,.nb-loc .sek-row [data-sek-id="__nimble__e94af4b35fbe"] input,.nb-loc .sek-row [data-sek-id="__nimble__e94af4b35fbe"] select,.nb-loc .sek-row [data-sek-id="__nimble__e94af4b35fbe"] optgroup,.nb-loc .sek-row [data-sek-id="__nimble__e94af4b35fbe"] textarea{text-align:center;font-size:.9em;line-height:2em;}.nb-loc .sek-row [data-sek-id="__nimble__93856b9557a8"] .sek-divider{border-top-color:#eee;}.nb-loc .sek-row [data-sek-id="__nimble__cf8dfb1c4c8a"] .sek-module-inner,.nb-loc .sek-row [data-sek-id="__nimble__cf8dfb1c4c8a"] .sek-module-inner p,.nb-loc .sek-row [data-sek-id="__nimble__cf8dfb1c4c8a"] .sek-module-inner a,.nb-loc .sek-row [data-sek-id="__nimble__cf8dfb1c4c8a"] .sek-module-inner li{font-size:25px;letter-spacing:1px;}.nb-loc .sek-row [data-sek-id="__nimble__747cdd53cdce"] .sek-module-inner,.nb-loc .sek-row [data-sek-id="__nimble__747cdd53cdce"] .sek-module-inner p,.nb-loc .sek-row [data-sek-id="__nimble__747cdd53cdce"] .sek-module-inner a,.nb-loc .sek-row [data-sek-id="__nimble__747cdd53cdce"] .sek-module-inner li{font-size:14px;}.nb-loc .sek-row [data-sek-id="__nimble__9b341a635ac9"] .sek-divider{border-top-color:#eee;}body .nb-loc [data-sek-id="__nimble__a2f94ac5137f"]>.sek-container-fluid>.sek-sektion-inner{max-width:1170%;margin:0 auto;}body .nb-loc [data-sek-id="__nimble__a2f94ac5137f"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}[data-sek-id="__nimble__a2f94ac5137f"]{padding-top:80px;padding-bottom:80px;}[data-sek-id="__nimble__bb5eb46ee132"]{width:80%;}.nb-loc .sek-row [data-sek-id="__nimble__bb5eb46ee132"] .sek-module-inner,.nb-loc .sek-row [data-sek-id="__nimble__bb5eb46ee132"] .sek-module-inner p,.nb-loc .sek-row [data-sek-id="__nimble__bb5eb46ee132"] .sek-module-inner a,.nb-loc .sek-row [data-sek-id="__nimble__bb5eb46ee132"] .sek-module-inner li{text-align:center;font-size:16px;}body .nb-loc [data-sek-id="__nimble__ba0ebc547e94"]>.sek-container-fluid>.sek-sektion-inner{max-width:800px;margin:0 auto;}body .nb-loc [data-sek-id="__nimble__ba0ebc547e94"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}[data-sek-id="__nimble__6df03ddccb0d"]{height:430px;}[data-sek-id="__nimble__6df03ddccb0d"] .sek-module-inner .swiper .swiper-wrapper{height:auto;}body .nb-loc [data-sek-id="__nimble__2cd97bcb7887"]>.sek-container-fluid>.sek-sektion-inner{max-width:1170px;margin:0 auto;}body .nb-loc [data-sek-id="__nimble__2cd97bcb7887"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}[data-sek-id="__nimble__2cd97bcb7887"]{padding-top:80px;padding-bottom:80px;}.nb-loc .sek-row [data-sek-id="__nimble__a1a3853d18d4"] .sek-module-inner,.nb-loc .sek-row [data-sek-id="__nimble__a1a3853d18d4"] .sek-module-inner p,.nb-loc .sek-row [data-sek-id="__nimble__a1a3853d18d4"] .sek-module-inner a,.nb-loc .sek-row [data-sek-id="__nimble__a1a3853d18d4"] .sek-module-inner li{font-size:15px;color:#707070;}body .nb-loc [data-sek-id="__nimble__6d2a265e6aaf"]>.sek-container-fluid>.sek-sektion-inner{max-width:1170px;margin:0 auto;}body .nb-loc [data-sek-id="__nimble__6d2a265e6aaf"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}[data-sek-id="__nimble__6d2a265e6aaf"]{padding-top:80px;padding-bottom:80px;}.nb-loc .sek-row [data-sek-id="__nimble__53e1077b7f70"] .sek-module-inner,.nb-loc .sek-row [data-sek-id="__nimble__53e1077b7f70"] .sek-module-inner p,.nb-loc .sek-row [data-sek-id="__nimble__53e1077b7f70"] .sek-module-inner a,.nb-loc .sek-row [data-sek-id="__nimble__53e1077b7f70"] .sek-module-inner li{color:#6b6b6b;font-style:italic;}body .nb-loc [data-sek-id="__nimble__972f615100eb"]>.sek-container-fluid>.sek-sektion-inner{max-width:1170px;margin:0 auto;}body .nb-loc [data-sek-id="__nimble__972f615100eb"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}[data-sek-id="__nimble__972f615100eb"]{padding-top:80px;padding-bottom:80px;margin-bottom:0;}.nb-loc .sek-row [data-sek-id="__nimble__8d250c45b042"] .sek-module-inner,.nb-loc .sek-row [data-sek-id="__nimble__8d250c45b042"] .sek-module-inner p,.nb-loc .sek-row [data-sek-id="__nimble__8d250c45b042"] .sek-module-inner a,.nb-loc .sek-row [data-sek-id="__nimble__8d250c45b042"] .sek-module-inner li{text-align:justify;font-size:19px;}.nb-loc .sek-row [data-sek-id="__nimble__72c15ba4228e"] .sek-divider{border-top-color:#eee;}.nb-loc .sek-row [data-sek-id="__nimble__87bf2b080976"] .sek-module-inner .sek-btn:hover,.nb-loc .sek-row [data-sek-id="__nimble__87bf2b080976"] .sek-module-inner .sek-btn:focus{background-color:#ed9c28;}[data-sek-id="__nimble__87bf2b080976"] .sek-module-inner .sek-btn{border:1px solid #d58512;}.nb-loc .sek-row [data-sek-id="__nimble__87bf2b080976"] .sek-module-inner .sek-btn{background-color:#f0ad4e;border-radius:2px;font-family:"Roboto";font-size:18px;color:#fff;}.nb-loc .sek-row [data-sek-id="__nimble__87bf2b080976"] .sek-module-inner{text-align:center;}.nb-loc .sek-row [data-sek-id="__nimble__b545fac05919"] .sek-divider{border-top-color:#eee;}body .nb-loc [data-sek-id="__nimble__795695bebced"]>.sek-container-fluid>.sek-sektion-inner{max-width:1170px;margin:0 auto;}body .nb-loc [data-sek-id="__nimble__795695bebced"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}[data-sek-id="__nimble__795695bebced"]{margin-top:80px;margin-bottom:80px;}.nb-loc .sek-row [data-sek-id="__nimble__61e5fdb3f259"] .sek-module-inner,.nb-loc .sek-row [data-sek-id="__nimble__61e5fdb3f259"] .sek-module-inner p,.nb-loc .sek-row [data-sek-id="__nimble__61e5fdb3f259"] .sek-module-inner a,.nb-loc .sek-row [data-sek-id="__nimble__61e5fdb3f259"] .sek-module-inner li{text-align:justify;font-size:19px;}body .nb-loc [data-sek-id="__nimble__0ab7efba917f"]>.sek-container-fluid>.sek-sektion-inner{max-width:1170px;margin:0 auto;}body .nb-loc [data-sek-id="__nimble__0ab7efba917f"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}[data-sek-id="__nimble__0ab7efba917f"]{padding-top:80px;padding-bottom:80px;}.nb-loc .sek-row [data-sek-id="__nimble__da6ab1c2fca6"] .sek-module-inner,.nb-loc .sek-row [data-sek-id="__nimble__da6ab1c2fca6"] .sek-module-inner p,.nb-loc .sek-row [data-sek-id="__nimble__da6ab1c2fca6"] .sek-module-inner a,.nb-loc .sek-row [data-sek-id="__nimble__da6ab1c2fca6"] .sek-module-inner li{text-align:justify;font-size:19px;}.nb-loc .sek-row [data-sek-id="__nimble__4c4e8023c6bb"] .sek-divider{border-top-color:#eee;}.nb-loc .sek-row [data-sek-id="__nimble__383b6a90c792"] .sek-module-inner .sek-btn:hover,.nb-loc .sek-row [data-sek-id="__nimble__383b6a90c792"] .sek-module-inner .sek-btn:focus{background-color:#ed9c28;}[data-sek-id="__nimble__383b6a90c792"] .sek-module-inner .sek-btn{border:1px solid #d58512;}.nb-loc .sek-row [data-sek-id="__nimble__383b6a90c792"] .sek-module-inner .sek-btn{background-color:#f0ad4e;border-radius:2px;font-family:"Roboto";font-size:18px;color:#fff;}.nb-loc .sek-row [data-sek-id="__nimble__383b6a90c792"] .sek-module-inner{text-align:center;}.nb-loc .sek-row [data-sek-id="__nimble__0b061ccf2dd5"] .sek-divider{border-top-color:#eee;}body .nb-loc [data-sek-id="__nimble__6ba6e19711da"]>.sek-container-fluid>.sek-sektion-inner{max-width:1170px;margin:0 auto;}body .nb-loc [data-sek-id="__nimble__6ba6e19711da"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}[data-sek-id="__nimble__6ba6e19711da"]{margin-top:80px;margin-bottom:80px;}.nb-loc .sek-row [data-sek-id="__nimble__8b45842942e5"] .sek-module-inner,.nb-loc .sek-row [data-sek-id="__nimble__8b45842942e5"] .sek-module-inner p,.nb-loc .sek-row [data-sek-id="__nimble__8b45842942e5"] .sek-module-inner a,.nb-loc .sek-row [data-sek-id="__nimble__8b45842942e5"] .sek-module-inner li{text-align:justify;font-size:19px;}body .nb-loc [data-sek-id="__nimble__8a770eb0f3b2"]>.sek-container-fluid>.sek-sektion-inner{max-width:1170px;margin:0 auto;}body .nb-loc [data-sek-id="__nimble__8a770eb0f3b2"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}[data-sek-id="__nimble__8a770eb0f3b2"]{padding-top:80px;padding-bottom:80px;}.nb-loc .sek-row [data-sek-id="__nimble__8888e3a78426"] .sek-module-inner,.nb-loc .sek-row [data-sek-id="__nimble__8888e3a78426"] .sek-module-inner p,.nb-loc .sek-row [data-sek-id="__nimble__8888e3a78426"] .sek-module-inner a,.nb-loc .sek-row [data-sek-id="__nimble__8888e3a78426"] .sek-module-inner li{text-align:justify;font-size:19px;}.nb-loc .sek-row [data-sek-id="__nimble__95c3af1efdad"] .sek-divider{border-top-color:#eee;}.nb-loc .sek-row [data-sek-id="__nimble__abc250ddbac0"] .sek-module-inner .sek-btn:hover,.nb-loc .sek-row [data-sek-id="__nimble__abc250ddbac0"] .sek-module-inner .sek-btn:focus{background-color:#ed9c28;}[data-sek-id="__nimble__abc250ddbac0"] .sek-module-inner .sek-btn{border:1px solid #d58512;}.nb-loc .sek-row [data-sek-id="__nimble__abc250ddbac0"] .sek-module-inner .sek-btn{background-color:#f0ad4e;border-radius:2px;font-family:"Roboto";font-size:18px;color:#fff;}.nb-loc .sek-row [data-sek-id="__nimble__abc250ddbac0"] .sek-module-inner{text-align:center;}.nb-loc .sek-row [data-sek-id="__nimble__265ffdd5d460"] .sek-divider{border-top-color:#eee;}body .nb-loc [data-sek-id="__nimble__8eb7eefbb21d"]>.sek-container-fluid>.sek-sektion-inner{max-width:1170px;margin:0 auto;}body .nb-loc [data-sek-id="__nimble__8eb7eefbb21d"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}[data-sek-id="__nimble__8eb7eefbb21d"]{padding-top:80px;padding-bottom:80px;}.nb-loc .sek-row [data-sek-id="__nimble__0dc883bc9050"] .sek-module-inner,.nb-loc .sek-row [data-sek-id="__nimble__0dc883bc9050"] .sek-module-inner p,.nb-loc .sek-row [data-sek-id="__nimble__0dc883bc9050"] .sek-module-inner a,.nb-loc .sek-row [data-sek-id="__nimble__0dc883bc9050"] .sek-module-inner li{text-align:justify;font-size:19px;}body .nb-loc [data-sek-id="__nimble__53df1bfea39e"]>.sek-container-fluid>.sek-sektion-inner{max-width:1170px;margin:0 auto;}body .nb-loc [data-sek-id="__nimble__53df1bfea39e"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}[data-sek-id="__nimble__53df1bfea39e"]{padding-top:80px;padding-bottom:80px;}.nb-loc .sek-row [data-sek-id="__nimble__873c0d1f4e2c"] .sek-module-inner,.nb-loc .sek-row [data-sek-id="__nimble__873c0d1f4e2c"] .sek-module-inner p,.nb-loc .sek-row [data-sek-id="__nimble__873c0d1f4e2c"] .sek-module-inner a,.nb-loc .sek-row [data-sek-id="__nimble__873c0d1f4e2c"] .sek-module-inner li{text-align:justify;font-size:19px;}.nb-loc .sek-row [data-sek-id="__nimble__3ea8ca54d41c"] .sek-divider{border-top-color:#eee;}.nb-loc .sek-row [data-sek-id="__nimble__c1c045036d84"] .sek-module-inner .sek-btn:hover,.nb-loc .sek-row [data-sek-id="__nimble__c1c045036d84"] .sek-module-inner .sek-btn:focus{background-color:#ed9c28;}[data-sek-id="__nimble__c1c045036d84"] .sek-module-inner .sek-btn{border:1px solid #d58512;}.nb-loc .sek-row [data-sek-id="__nimble__c1c045036d84"] .sek-module-inner .sek-btn{background-color:#f0ad4e;border-radius:2px;font-family:"Roboto";font-size:18px;color:#fff;}.nb-loc .sek-row [data-sek-id="__nimble__c1c045036d84"] .sek-module-inner{text-align:center;}.nb-loc .sek-row [data-sek-id="__nimble__c9d484ed94f7"] .sek-divider{border-top-color:#eee;}body .nb-loc [data-sek-id="__nimble__1fd38c0350e9"]>.sek-container-fluid>.sek-sektion-inner{max-width:1170px;margin:0 auto;}body .nb-loc [data-sek-id="__nimble__1fd38c0350e9"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}[data-sek-id="__nimble__1fd38c0350e9"]{padding-top:80px;padding-bottom:80px;}.nb-loc .sek-row [data-sek-id="__nimble__aea8163d647f"] .sek-module-inner>.sek-heading{font-size:36px;}.nb-loc .sek-row [data-sek-id="__nimble__cddf9bde4264"] .sek-module-inner,.nb-loc .sek-row [data-sek-id="__nimble__cddf9bde4264"] .sek-module-inner p,.nb-loc .sek-row [data-sek-id="__nimble__cddf9bde4264"] .sek-module-inner a,.nb-loc .sek-row [data-sek-id="__nimble__cddf9bde4264"] .sek-module-inner li{text-align:justify;font-size:19px;}body .nb-loc [data-sek-id="__nimble__94f785f6ffdd"]>.sek-container-fluid>.sek-sektion-inner{max-width:1170px;margin:0 auto;}body .nb-loc [data-sek-id="__nimble__94f785f6ffdd"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}[data-sek-id="__nimble__94f785f6ffdd"]{padding-top:80px;padding-bottom:80px;}.nb-loc .sek-row [data-sek-id="__nimble__1f7b3b74384f"] .sek-module-inner,.nb-loc .sek-row [data-sek-id="__nimble__1f7b3b74384f"] .sek-module-inner p,.nb-loc .sek-row [data-sek-id="__nimble__1f7b3b74384f"] .sek-module-inner a,.nb-loc .sek-row [data-sek-id="__nimble__1f7b3b74384f"] .sek-module-inner li{text-align:justify;font-size:19px;}.nb-loc .sek-row [data-sek-id="__nimble__1c998c2b0829"] .sek-divider{border-top-color:#eee;}.nb-loc .sek-row [data-sek-id="__nimble__667f1441ba6f"] .sek-module-inner .sek-btn:hover,.nb-loc .sek-row [data-sek-id="__nimble__667f1441ba6f"] .sek-module-inner .sek-btn:focus{background-color:#ed9c28;}[data-sek-id="__nimble__667f1441ba6f"] .sek-module-inner .sek-btn{border:1px solid #d58512;}.nb-loc .sek-row [data-sek-id="__nimble__667f1441ba6f"] .sek-module-inner .sek-btn{background-color:#f0ad4e;border-radius:2px;font-family:"Roboto";font-size:18px;color:#fff;}.nb-loc .sek-row [data-sek-id="__nimble__667f1441ba6f"] .sek-module-inner{text-align:center;}.nb-loc .sek-row [data-sek-id="__nimble__1b6f0a7d057c"] .sek-divider{border-top-color:#eee;}body .nb-loc [data-sek-id="__nimble__f6816e85666b"]>.sek-container-fluid>.sek-sektion-inner{max-width:1170px;margin:0 auto;}body .nb-loc [data-sek-id="__nimble__f6816e85666b"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}[data-sek-id="__nimble__f6816e85666b"]{padding-top:80px;padding-bottom:80px;}.nb-loc .sek-row [data-sek-id="__nimble__df1de2d9b1ca"] .sek-module-inner>.sek-heading{font-size:36px;}.nb-loc .sek-row [data-sek-id="__nimble__dbc0ba57154e"] .sek-module-inner,.nb-loc .sek-row [data-sek-id="__nimble__dbc0ba57154e"] .sek-module-inner p,.nb-loc .sek-row [data-sek-id="__nimble__dbc0ba57154e"] .sek-module-inner a,.nb-loc .sek-row [data-sek-id="__nimble__dbc0ba57154e"] .sek-module-inner li{text-align:justify;font-size:19px;}[data-sek-id="__nimble__0634d6eeaed8"]{padding-top:20px;padding-bottom:20px;}.nb-loc .sek-row [data-sek-id="__nimble__480414250919"] .sek-module-inner,.nb-loc .sek-row [data-sek-id="__nimble__480414250919"] .sek-module-inner p,.nb-loc .sek-row [data-sek-id="__nimble__480414250919"] .sek-module-inner a,.nb-loc .sek-row [data-sek-id="__nimble__480414250919"] .sek-module-inner li{text-align:center;}.nb-loc .sek-row [data-sek-id="__nimble__f8c5d5d51367"] .sek-spacer{height:40px;}.nb-loc .sek-row [data-sek-id="__nimble__098f4ef9a8ac"] .sek-module-inner>.sek-heading{color:#214185;}@media (min-width:575px) and (max-width:767px){[data-sek-level="location"] [data-sek-id="__nimble__17fba00bf620"]{display:none;}}@media (min-width:768px){[data-sek-level="location"] [data-sek-id="__nimble__1ea4846dacaa"] .sek-sektion-inner>.sek-col-100[data-sek-id="__nimble__10f44f648ead"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}[data-sek-level="location"] [data-sek-id="__nimble__c93c35d0b1fb"] .sek-sektion-inner>.sek-col-50[data-sek-id="__nimble__068ff6607971"]{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}[data-sek-level="location"] [data-sek-id="__nimble__c93c35d0b1fb"] .sek-sektion-inner>.sek-col-50[data-sek-id="__nimble__47234eaffb72"]{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}[data-sek-level="location"] [data-sek-id="__nimble__6d2a265e6aaf"] .sek-sektion-inner>.sek-col-100[data-sek-id="__nimble__02ce781388a3"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}[data-sek-level="location"] [data-sek-id="__nimble__972f615100eb"] .sek-sektion-inner>.sek-col-50[data-sek-id="__nimble__85356fffc9c4"]{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}[data-sek-level="location"] [data-sek-id="__nimble__972f615100eb"] .sek-sektion-inner>.sek-col-50[data-sek-id="__nimble__eeaea302f57f"]{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}[data-sek-level="location"] [data-sek-id="__nimble__795695bebced"] .sek-sektion-inner>.sek-col-50[data-sek-id="__nimble__508d8f90e6f5"]{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}[data-sek-level="location"] [data-sek-id="__nimble__795695bebced"] .sek-sektion-inner>.sek-col-50[data-sek-id="__nimble__6bc1b85bf9ff"]{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}[data-sek-level="location"] [data-sek-id="__nimble__0ab7efba917f"] .sek-sektion-inner>.sek-col-50[data-sek-id="__nimble__5492fe1b9696"]{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}[data-sek-level="location"] [data-sek-id="__nimble__0ab7efba917f"] .sek-sektion-inner>.sek-col-50[data-sek-id="__nimble__1ef341e42ecf"]{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}[data-sek-level="location"] [data-sek-id="__nimble__6ba6e19711da"] .sek-sektion-inner>.sek-col-50[data-sek-id="__nimble__298175c910e0"]{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}[data-sek-level="location"] [data-sek-id="__nimble__6ba6e19711da"] .sek-sektion-inner>.sek-col-50[data-sek-id="__nimble__6fe614634baa"]{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}[data-sek-level="location"] [data-sek-id="__nimble__8a770eb0f3b2"] .sek-sektion-inner>.sek-col-50[data-sek-id="__nimble__7939d8d4c1b9"]{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}[data-sek-level="location"] [data-sek-id="__nimble__8a770eb0f3b2"] .sek-sektion-inner>.sek-col-50[data-sek-id="__nimble__0e8e2decf565"]{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}[data-sek-level="location"] [data-sek-id="__nimble__8eb7eefbb21d"] .sek-sektion-inner>.sek-col-50[data-sek-id="__nimble__363395f03c1b"]{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}[data-sek-level="location"] [data-sek-id="__nimble__8eb7eefbb21d"] .sek-sektion-inner>.sek-col-50[data-sek-id="__nimble__b1eb06bc1f47"]{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}[data-sek-level="location"] [data-sek-id="__nimble__53df1bfea39e"] .sek-sektion-inner>.sek-col-50[data-sek-id="__nimble__54f07e62202d"]{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}[data-sek-level="location"] [data-sek-id="__nimble__53df1bfea39e"] .sek-sektion-inner>.sek-col-50[data-sek-id="__nimble__6b373473c197"]{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}[data-sek-level="location"] [data-sek-id="__nimble__1fd38c0350e9"] .sek-sektion-inner>.sek-col-50[data-sek-id="__nimble__1c9dd1857bdd"]{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}[data-sek-level="location"] [data-sek-id="__nimble__1fd38c0350e9"] .sek-sektion-inner>.sek-col-50[data-sek-id="__nimble__6d01d868d268"]{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}[data-sek-level="location"] [data-sek-id="__nimble__94f785f6ffdd"] .sek-sektion-inner>.sek-col-50[data-sek-id="__nimble__b29013703f8a"]{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}[data-sek-level="location"] [data-sek-id="__nimble__94f785f6ffdd"] .sek-sektion-inner>.sek-col-50[data-sek-id="__nimble__75cd056026f1"]{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}[data-sek-level="location"] [data-sek-id="__nimble__f6816e85666b"] .sek-sektion-inner>.sek-col-50[data-sek-id="__nimble__58ce36626d63"]{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}[data-sek-level="location"] [data-sek-id="__nimble__f6816e85666b"] .sek-sektion-inner>.sek-col-50[data-sek-id="__nimble__468838bb2edc"]{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}}@media (max-width:768px){.sek-sektion-inner>[data-sek-id="__nimble__10f44f648ead"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__068ff6607971"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__47234eaffb72"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__02ce781388a3"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__85356fffc9c4"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__eeaea302f57f"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__508d8f90e6f5"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__6bc1b85bf9ff"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__5492fe1b9696"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__1ef341e42ecf"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__298175c910e0"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__6fe614634baa"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__7939d8d4c1b9"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__0e8e2decf565"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__363395f03c1b"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__b1eb06bc1f47"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__54f07e62202d"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__6b373473c197"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__1c9dd1857bdd"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__6d01d868d268"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__b29013703f8a"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__75cd056026f1"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__58ce36626d63"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__468838bb2edc"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}}@media (min-width:768px){[data-sek-level="location"] [data-sek-id="__nimble__17fba00bf620"]{display:none;}}@media (max-width:767px){[data-sek-id="__nimble__1ea4846dacaa"]{padding-top:150px;padding-bottom:150px;}.nb-loc .sek-row [data-sek-id="__nimble__0131041240f8"] .sek-module-inner>.sek-heading{font-size:40px;}.nb-loc .sek-row [data-sek-id="__nimble__9b7499aa8323"] .sek-module-inner,.nb-loc .sek-row [data-sek-id="__nimble__9b7499aa8323"] .sek-module-inner p,.nb-loc .sek-row [data-sek-id="__nimble__9b7499aa8323"] .sek-module-inner a,.nb-loc .sek-row [data-sek-id="__nimble__9b7499aa8323"] .sek-module-inner li{font-size:17px;}.nb-loc .sek-row [data-sek-id="__nimble__eeb1736ab322"] .sek-module-inner,.nb-loc .sek-row [data-sek-id="__nimble__eeb1736ab322"] .sek-module-inner p,.nb-loc .sek-row [data-sek-id="__nimble__eeb1736ab322"] .sek-module-inner a,.nb-loc .sek-row [data-sek-id="__nimble__eeb1736ab322"] .sek-module-inner li{font-size:20px;}.nb-loc .sek-row [data-sek-id="__nimble__b8acb824219b"] .sek-module-inner .sek-btn{font-size:18px;}body .nb-loc [data-sek-id="__nimble__c93c35d0b1fb"]>.sek-container-fluid>.sek-sektion-inner{}body .nb-loc [data-sek-id="__nimble__c93c35d0b1fb"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}.nb-loc .sek-row [data-sek-id="__nimble__ef7fb4925330"] .sek-module-inner .sek-btn{font-size:18px;}.nb-loc .sek-row [data-sek-id="__nimble__b516612b8c79"] .sek-module-inner .sek-btn{font-size:18px;}body .nb-loc [data-sek-id="__nimble__4fae3a49d690"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}.nb-loc .sek-row [data-sek-id="__nimble__e94af4b35fbe"] .sek-module-inner{font-size:13px;}body .nb-loc [data-sek-id="__nimble__a2f94ac5137f"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}[data-sek-id="__nimble__bb5eb46ee132"]{width:100%;}body .nb-loc [data-sek-id="__nimble__ba0ebc547e94"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}body .nb-loc [data-sek-id="__nimble__2cd97bcb7887"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}body .nb-loc [data-sek-id="__nimble__6d2a265e6aaf"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}body .nb-loc [data-sek-id="__nimble__972f615100eb"]>.sek-container-fluid>.sek-sektion-inner{}body .nb-loc [data-sek-id="__nimble__972f615100eb"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}body .nb-loc [data-sek-id="__nimble__795695bebced"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}body .nb-loc [data-sek-id="__nimble__0ab7efba917f"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}body .nb-loc [data-sek-id="__nimble__6ba6e19711da"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}body .nb-loc [data-sek-id="__nimble__8a770eb0f3b2"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}body .nb-loc [data-sek-id="__nimble__8eb7eefbb21d"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}body .nb-loc [data-sek-id="__nimble__53df1bfea39e"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}body .nb-loc [data-sek-id="__nimble__1fd38c0350e9"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}.nb-loc .sek-row [data-sek-id="__nimble__aea8163d647f"] .sek-module-inner>.sek-heading{font-size:31px;}body .nb-loc [data-sek-id="__nimble__94f785f6ffdd"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}body .nb-loc [data-sek-id="__nimble__f6816e85666b"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}.nb-loc .sek-row [data-sek-id="__nimble__df1de2d9b1ca"] .sek-module-inner>.sek-heading{font-size:31px;}}@media (max-width:576px){.sek-sektion-inner>[data-sek-id="__nimble__10f44f648ead"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__068ff6607971"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__47234eaffb72"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__02ce781388a3"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__85356fffc9c4"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__eeaea302f57f"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__508d8f90e6f5"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__6bc1b85bf9ff"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__5492fe1b9696"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__1ef341e42ecf"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__298175c910e0"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__6fe614634baa"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__7939d8d4c1b9"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__0e8e2decf565"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__363395f03c1b"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__b1eb06bc1f47"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__54f07e62202d"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__6b373473c197"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__1c9dd1857bdd"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__6d01d868d268"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__b29013703f8a"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__75cd056026f1"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__58ce36626d63"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.sek-sektion-inner>[data-sek-id="__nimble__468838bb2edc"]{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}}@media (max-width:575px){[data-sek-id="__nimble__1ea4846dacaa"]{background-position:50% 50%;padding-top:100px;padding-bottom:100px;}[data-sek-id="__nimble__10f44f648ead"]{padding-left:0;padding-right:0;}.nb-loc .sek-row [data-sek-id="__nimble__0131041240f8"] .sek-module-inner>.sek-heading{font-size:30px;}.nb-loc .sek-row [data-sek-id="__nimble__9b7499aa8323"] .sek-module-inner,.nb-loc .sek-row [data-sek-id="__nimble__9b7499aa8323"] .sek-module-inner p,.nb-loc .sek-row [data-sek-id="__nimble__9b7499aa8323"] .sek-module-inner a,.nb-loc .sek-row [data-sek-id="__nimble__9b7499aa8323"] .sek-module-inner li{font-size:16px;}.nb-loc .sek-row [data-sek-id="__nimble__b8acb824219b"] .sek-module-inner .sek-btn{font-size:16px;}body .nb-loc [data-sek-id="__nimble__c93c35d0b1fb"]>.sek-container-fluid>.sek-sektion-inner{}body .nb-loc [data-sek-id="__nimble__c93c35d0b1fb"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}.nb-loc .sek-row [data-sek-id="__nimble__ef7fb4925330"] .sek-module-inner{text-align:center;}.nb-loc .sek-row [data-sek-id="__nimble__ef7fb4925330"] .sek-module-inner .sek-btn{font-size:16px;}.nb-loc .sek-row [data-sek-id="__nimble__b516612b8c79"] .sek-module-inner{text-align:center;}.nb-loc .sek-row [data-sek-id="__nimble__b516612b8c79"] .sek-module-inner .sek-btn{font-size:16px;}body .nb-loc [data-sek-id="__nimble__4fae3a49d690"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}[data-sek-level="location"] [data-sek-id="__nimble__17fba00bf620"]{display:none;}body .nb-loc [data-sek-id="__nimble__a2f94ac5137f"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}body .nb-loc [data-sek-id="__nimble__ba0ebc547e94"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}[data-sek-id="__nimble__6df03ddccb0d"]{height:230px;}body .nb-loc [data-sek-id="__nimble__2cd97bcb7887"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}body .nb-loc [data-sek-id="__nimble__6d2a265e6aaf"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}body .nb-loc [data-sek-id="__nimble__972f615100eb"]>.sek-container-fluid>.sek-sektion-inner{}body .nb-loc [data-sek-id="__nimble__972f615100eb"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}body .nb-loc [data-sek-id="__nimble__795695bebced"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}body .nb-loc [data-sek-id="__nimble__0ab7efba917f"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}body .nb-loc [data-sek-id="__nimble__6ba6e19711da"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}body .nb-loc [data-sek-id="__nimble__8a770eb0f3b2"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}body .nb-loc [data-sek-id="__nimble__8eb7eefbb21d"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}body .nb-loc [data-sek-id="__nimble__53df1bfea39e"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}body .nb-loc [data-sek-id="__nimble__1fd38c0350e9"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}body .nb-loc [data-sek-id="__nimble__94f785f6ffdd"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}body .nb-loc [data-sek-id="__nimble__f6816e85666b"]>.sek-container-fluid{padding-left:inherit;padding-right:inherit;}}@media (min-width:480px){[data-sek-id="__nimble__29d60e8b82b9"] .sek-sektion-inner>.sek-section-custom-breakpoint-col-50{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}}</style> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- The SEO Framework by Sybre Waaijer --> <meta name="robots" content="max-snippet:-1,max-image-preview:standard,max-video-preview:-1" /> <link rel="canonical" href="https://presscustomizr.com/customizr-pro/" /> <meta name="description" content="Premium version of the popular Customizr theme, downloaded 3+ millions times on WordPress.org" /> <meta property="og:type" content="website" /> <meta property="og:locale" content="en_US" /> <meta property="og:site_name" content="Press Customizr" /> <meta property="og:title" content="Customizr Pro theme trusted by 100K+users | Press Customizr" /> <meta property="og:description" content="Premium version of the popular Customizr theme, downloaded 3+ millions times on WordPress.org" /> <meta property="og:url" content="https://presscustomizr.com/customizr-pro/" /> <meta property="og:image" content="https://presscustomizr.com/wp-content/uploads/2016/12/presscustomizr-icon.png" /> <meta property="og:image:width" content="32" /> <meta property="og:image:height" content="32" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Customizr Pro theme trusted by 100K+users | Press Customizr" /> <meta name="twitter:description" content="Premium version of the popular Customizr theme, downloaded 3+ millions times on WordPress.org" /> <meta name="twitter:image" content="https://presscustomizr.com/wp-content/uploads/2016/12/presscustomizr-icon.png" /> <script type="application/ld+json">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://presscustomizr.com/#/schema/WebSite","url":"https://presscustomizr.com/","name":"Press Customizr","description":"WordPress themes and plugins for pro","inLanguage":"en-US","potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://presscustomizr.com/search/{search_term_string}/"},"query-input":"required name=search_term_string"},"publisher":{"@type":"Organization","@id":"https://presscustomizr.com/#/schema/Organization","name":"Press Customizr","url":"https://presscustomizr.com/","logo":{"@type":"ImageObject","url":"https://presscustomizr.com/wp-content/uploads/2016/12/presscustomizr-icon.png","contentUrl":"https://presscustomizr.com/wp-content/uploads/2016/12/presscustomizr-icon.png","width":32,"height":32}}},{"@type":"WebPage","@id":"https://presscustomizr.com/customizr-pro/","url":"https://presscustomizr.com/customizr-pro/","name":"Customizr Pro theme trusted by 100K+users | Press Customizr","description":"Premium version of the popular Customizr theme, downloaded 3+ millions times on WordPress.org","inLanguage":"en-US","isPartOf":{"@id":"https://presscustomizr.com/#/schema/WebSite"},"breadcrumb":{"@type":"BreadcrumbList","@id":"https://presscustomizr.com/#/schema/BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":"https://presscustomizr.com/","name":"Press Customizr"},{"@type":"ListItem","position":2,"name":"Customizr Pro theme trusted by 100K+users"}]},"potentialAction":{"@type":"ReadAction","target":"https://presscustomizr.com/customizr-pro/"}}]}</script> <!-- / The SEO Framework by Sybre Waaijer | 16.53ms meta | 20.34ms boot --> <link rel='dns-prefetch' href='//cdn.recapture.io' /> <link rel="alternate" type="application/rss+xml" title="Press Customizr » Feed" href="https://presscustomizr.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Press Customizr » Comments Feed" href="https://presscustomizr.com/comments/feed/" /> <link rel='stylesheet' id='wp-block-library-css' data-pmdelayedstyle="https://presscustomizr.com/wp-includes/css/dist/block-library/style.min.css?ver=6.7.1" media='all' /> <link data-minify="1" rel='stylesheet' id='edd-blocks-css' data-pmdelayedstyle="https://presscustomizr.com/wp-content/cache/min/1/wp-content/plugins/easy-digital-downloads/includes/blocks/assets/css/edd-blocks.css?ver=1715960103" media='all' /> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <link rel='stylesheet' id='sek-base-light-css' data-pmdelayedstyle="https://presscustomizr.com/wp-content/plugins/nimble-builder/assets/front/css/sek-base-light.min.css?ver=3.3.4" media='all' /> <link data-minify="1" rel='stylesheet' id='nb-swiper-css' data-pmdelayedstyle="https://presscustomizr.com/wp-content/cache/min/1/wp-content/plugins/nimble-builder/assets/front/css/libs/swiper-bundle.min.css?ver=1732302471" media='all' /> <link rel='stylesheet' id='edd-styles-css' data-pmdelayedstyle="https://presscustomizr.com/wp-content/plugins/easy-digital-downloads/assets/css/edd.min.css?ver=3.2.12" media='all' /> <link data-minify="1" rel='stylesheet' id='edd-recurring-css' data-pmdelayedstyle="https://presscustomizr.com/wp-content/cache/min/1/wp-content/plugins/edd-recurring/assets/css/styles.css?ver=1715960103" media='all' /> <link data-minify="1" rel='stylesheet' id='customizr-main-css' data-pmdelayedstyle="https://presscustomizr.com/wp-content/cache/min/1/wp-content/themes/customizr-pro/assets/front/css/style.css?ver=1715960103" media='all' /> <style id='customizr-main-inline-css'> ::-moz-selection{background-color:#294a8d} ::selection{background-color:#294a8d} a, .btn-skin:active, .btn-skin:focus, .btn-skin:hover, .btn-skin.inverted, .grid-container__classic .post-type__icon, .post-type__icon:hover .icn-format, .grid-container__classic .post-type__icon:hover .icn-format, [class*='grid-container__'] .entry-title a.czr-title:hover, input[type=checkbox]:checked::before{color:#294a8d} .czr-css-loader > div , .btn-skin, .btn-skin:active, .btn-skin:focus, .btn-skin:hover, .btn-skin-h-dark, .btn-skin-h-dark.inverted:active, .btn-skin-h-dark.inverted:focus, .btn-skin-h-dark.inverted:hover{border-color:#294a8d} .tc-header.border-top{border-top-color:#294a8d} [class*='grid-container__'] .entry-title a:hover::after, .grid-container__classic .post-type__icon, .btn-skin, .btn-skin.inverted:active, .btn-skin.inverted:focus, .btn-skin.inverted:hover, .btn-skin-h-dark, .btn-skin-h-dark.inverted:active, .btn-skin-h-dark.inverted:focus, .btn-skin-h-dark.inverted:hover, .sidebar .widget-title::after, input[type=radio]:checked::before{background-color:#294a8d} .btn-skin-light:active, .btn-skin-light:focus, .btn-skin-light:hover, .btn-skin-light.inverted{color:#3c6ac6} input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus, textarea:focus, .btn-skin-light, .btn-skin-light.inverted, .btn-skin-light:active, .btn-skin-light:focus, .btn-skin-light:hover, .btn-skin-light.inverted:active, .btn-skin-light.inverted:focus, .btn-skin-light.inverted:hover{border-color:#3c6ac6} .btn-skin-light, .btn-skin-light.inverted:active, .btn-skin-light.inverted:focus, .btn-skin-light.inverted:hover{background-color:#3c6ac6} .btn-skin-lightest:active, .btn-skin-lightest:focus, .btn-skin-lightest:hover, .btn-skin-lightest.inverted{color:#5079cc} .btn-skin-lightest, .btn-skin-lightest.inverted, .btn-skin-lightest:active, .btn-skin-lightest:focus, .btn-skin-lightest:hover, .btn-skin-lightest.inverted:active, .btn-skin-lightest.inverted:focus, .btn-skin-lightest.inverted:hover{border-color:#5079cc} .btn-skin-lightest, .btn-skin-lightest.inverted:active, .btn-skin-lightest.inverted:focus, .btn-skin-lightest.inverted:hover{background-color:#5079cc} .pagination, a:hover, a:focus, a:active, .btn-skin-dark:active, .btn-skin-dark:focus, .btn-skin-dark:hover, .btn-skin-dark.inverted, .btn-skin-dark-oh:active, .btn-skin-dark-oh:focus, .btn-skin-dark-oh:hover, .post-info a:not(.btn):hover, .grid-container__classic .post-type__icon .icn-format, [class*='grid-container__'] .hover .entry-title a, .widget-area a:not(.btn):hover, a.czr-format-link:hover, .format-link.hover a.czr-format-link, button[type=submit]:hover, button[type=submit]:active, button[type=submit]:focus, input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus, .tabs .nav-link:hover, .tabs .nav-link.active, .tabs .nav-link.active:hover, .tabs .nav-link.active:focus{color:#1b315e} .grid-container__classic.tc-grid-border .grid__item, .btn-skin-dark, .btn-skin-dark.inverted, button[type=submit], input[type=submit], .btn-skin-dark:active, .btn-skin-dark:focus, .btn-skin-dark:hover, .btn-skin-dark.inverted:active, .btn-skin-dark.inverted:focus, .btn-skin-dark.inverted:hover, .btn-skin-h-dark:active, .btn-skin-h-dark:focus, .btn-skin-h-dark:hover, .btn-skin-h-dark.inverted, .btn-skin-h-dark.inverted, .btn-skin-h-dark.inverted, .btn-skin-dark-oh:active, .btn-skin-dark-oh:focus, .btn-skin-dark-oh:hover, .btn-skin-dark-oh.inverted:active, .btn-skin-dark-oh.inverted:focus, .btn-skin-dark-oh.inverted:hover, button[type=submit]:hover, button[type=submit]:active, button[type=submit]:focus, input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus{border-color:#1b315e} .btn-skin-dark, .btn-skin-dark.inverted:active, .btn-skin-dark.inverted:focus, .btn-skin-dark.inverted:hover, .btn-skin-h-dark:active, .btn-skin-h-dark:focus, .btn-skin-h-dark:hover, .btn-skin-h-dark.inverted, .btn-skin-h-dark.inverted, .btn-skin-h-dark.inverted, .btn-skin-dark-oh.inverted:active, .btn-skin-dark-oh.inverted:focus, .btn-skin-dark-oh.inverted:hover, .grid-container__classic .post-type__icon:hover, button[type=submit], input[type=submit], .czr-link-hover-underline .widgets-list-layout-links a:not(.btn)::before, .czr-link-hover-underline .widget_archive a:not(.btn)::before, .czr-link-hover-underline .widget_nav_menu a:not(.btn)::before, .czr-link-hover-underline .widget_rss ul a:not(.btn)::before, .czr-link-hover-underline .widget_recent_entries a:not(.btn)::before, .czr-link-hover-underline .widget_categories a:not(.btn)::before, .czr-link-hover-underline .widget_meta a:not(.btn)::before, .czr-link-hover-underline .widget_recent_comments a:not(.btn)::before, .czr-link-hover-underline .widget_pages a:not(.btn)::before, .czr-link-hover-underline .widget_calendar a:not(.btn)::before, [class*='grid-container__'] .hover .entry-title a::after, a.czr-format-link::before, .comment-author a::before, .comment-link::before, .tabs .nav-link.active::before{background-color:#1b315e} .btn-skin-dark-shaded:active, .btn-skin-dark-shaded:focus, .btn-skin-dark-shaded:hover, .btn-skin-dark-shaded.inverted{background-color:rgba(27,49,94,0.2)} .btn-skin-dark-shaded, .btn-skin-dark-shaded.inverted:active, .btn-skin-dark-shaded.inverted:focus, .btn-skin-dark-shaded.inverted:hover{background-color:rgba(27,49,94,0.8)}.navbar-brand,.header-tagline,h1,h2,h3,.tc-dropcap { font-family : 'Roboto'; } body { font-family : 'Roboto'; } body { font-size : 1.00rem; line-height : 1.5em; } </style> <link data-minify="1" rel='stylesheet' id='customizr-style-css' data-pmdelayedstyle="https://presscustomizr.com/wp-content/cache/min/1/wp-content/themes/tc/style.css?ver=1715960103" media='all' /> <link data-minify="1" rel='stylesheet' id='sek-dyn-skp__post_page_101003-css' data-pmdelayedstyle="https://presscustomizr.com/wp-content/cache/min/1/wp-content/uploads/nimble_css/skp__post_page_101003.css?ver=1715960162" media='all' /> <script id="nb-js-app-js-extra"> var sekFrontLocalized = {"isDevMode":"","isCustomizing":"","frontNonce":{"id":"SEKFrontNonce","handle":"97b68b933e"},"skope_id":"skp__post_page_101003","recaptcha_public_key":"","lazyload_enabled":"1","video_bg_lazyload_enabled":"1","load_front_assets_on_dynamically":"","assetVersion":"3.3.4","frontAssetsPath":"https:\/\/presscustomizr.com\/wp-content\/plugins\/nimble-builder\/assets\/front\/","contextuallyActiveModules":{"czr_heading_module":["__nimble__0131041240f8","__nimble__766d3d92d7dd","__nimble__c1a6faebf106","__nimble__7c8a75706d9c","__nimble__7146f4a140ed","__nimble__9c5467e113e2","__nimble__460e4ad6596f","__nimble__e357e9858a63","__nimble__0a130ab9f8e2","__nimble__fc8c22638658","__nimble__fb708f301c19","__nimble__7a2fa0984381","__nimble__5a393aad7f07","__nimble__aea8163d647f","__nimble__f2dafb694113","__nimble__df1de2d9b1ca","__nimble__098f4ef9a8ac"],"czr_tiny_mce_editor_module":["__nimble__9b7499aa8323","__nimble__eeb1736ab322","__nimble__280a6a79ed69","__nimble__cf8dfb1c4c8a","__nimble__17fba00bf620","__nimble__747cdd53cdce","__nimble__bb5eb46ee132","__nimble__2397a2f88f0f","__nimble__a1a3853d18d4","__nimble__b37cbcef6d38","__nimble__53e1077b7f70","__nimble__8d250c45b042","__nimble__61e5fdb3f259","__nimble__da6ab1c2fca6","__nimble__8b45842942e5","__nimble__8888e3a78426","__nimble__0dc883bc9050","__nimble__873c0d1f4e2c","__nimble__cddf9bde4264","__nimble__1f7b3b74384f","__nimble__dbc0ba57154e","__nimble__480414250919"],"czr_button_module":["__nimble__b8acb824219b","__nimble__ef7fb4925330","__nimble__b516612b8c79","__nimble__87bf2b080976","__nimble__383b6a90c792","__nimble__abc250ddbac0","__nimble__c1c045036d84","__nimble__667f1441ba6f"],"czr_gif_image_module":["__nimble__8b16460a3f62","__nimble__31afa47d4f5a","__nimble__5dfb1b8bbf38","__nimble__01de1d014e1b","__nimble__5a797cece92d","__nimble__9d5cd351da35","__nimble__93240b4b8ac8","__nimble__5f0c3887ef56","__nimble__fbc2749d320d","__nimble__0a36921259b8"],"czr_simple_html_module":["__nimble__652b70e5c115","__nimble__4016c804c091","__nimble__dd96ec648021","__nimble__962a21ceb4dc","__nimble__9c5649995872","__nimble__52feeaba9f4f","__nimble__e94af4b35fbe","__nimble__4932251e063f"],"czr_divider_module":["__nimble__93856b9557a8","__nimble__9b341a635ac9","__nimble__72c15ba4228e","__nimble__b545fac05919","__nimble__4c4e8023c6bb","__nimble__0b061ccf2dd5","__nimble__95c3af1efdad","__nimble__265ffdd5d460","__nimble__3ea8ca54d41c","__nimble__c9d484ed94f7","__nimble__1c998c2b0829","__nimble__1b6f0a7d057c"],"czr_img_slider_module":["__nimble__6df03ddccb0d"],"czr_accordion_module":["__nimble__8f42e2f5c5da","__nimble__855b9878f9f6"],"czr_image_module":["__nimble__45a10d4d1db1","__nimble__f2a9fbaa76be"],"czr_spacer_module":["__nimble__f8c5d5d51367"]},"fontAwesomeAlreadyEnqueued":"","partialFrontScripts":{"slider-module":"nb-needs-swiper","menu-module":"nb-needs-menu-js","front-parallax":"nb-needs-parallax","accordion-module":"nb-needs-accordion"},"anim_css_url":"https:\/\/presscustomizr.com\/wp-content\/plugins\/nimble-builder-pro\/assets\/front\/css\/animate.min.css?1.0.14"}; </script> <script type="rocketlazyloadscript" id="nb-js-app-js-after"> window.nb_={},function(e,t){if(window.nb_={isArray:function(e){return Array.isArray(e)||"[object Array]"===toString.call(e)},inArray:function(e,t){return!(!nb_.isArray(e)||nb_.isUndefined(t))&&e.indexOf(t)>-1},isUndefined:function(e){return void 0===e},isObject:function(e){var t=typeof e;return"function"===t||"object"===t&&!!e},errorLog:function(){nb_.isUndefined(console)||"function"!=typeof window.console.log||console.log.apply(console,arguments)},hasPreloadSupport:function(e){var t=document.createElement("link").relList;return!(!t||!t.supports)&&t.supports("preload")},listenTo:function(e,t){nb_.eventsListenedTo.push(e);var n={"nb-jquery-loaded":function(){return"undefined"!=typeof jQuery},"nb-app-ready":function(){return void 0!==window.nb_&&nb_.wasListenedTo("nb-jquery-loaded")},"nb-swipebox-parsed":function(){return"undefined"!=typeof jQuery&&void 0!==jQuery.fn.swipebox},"nb-main-swiper-parsed":function(){return void 0!==window.Swiper}},o=function(o){nb_.isUndefined(n[e])||!1!==n[e]()?t():nb_.errorLog("Nimble error => an event callback could not be fired because conditions not met => ",e,nb_.eventsListenedTo,t)};"function"==typeof t?nb_.wasEmitted(e)?o():document.addEventListener(e,o):nb_.errorLog("Nimble error => listenTo func param is not a function for event => ",e)},eventsEmitted:[],eventsListenedTo:[],emit:function(e,t){if(!(nb_.isUndefined(t)||t.fire_once)||!nb_.wasEmitted(e)){var n=document.createEvent("Event");n.initEvent(e,!0,!0),document.dispatchEvent(n),nb_.eventsEmitted.push(e)}},wasListenedTo:function(e){return"string"==typeof e&&nb_.inArray(nb_.eventsListenedTo,e)},wasEmitted:function(e){return"string"==typeof e&&nb_.inArray(nb_.eventsEmitted,e)},isInScreen:function(e){if(!nb_.isObject(e))return!1;var t=e.getBoundingClientRect(),n=Math.max(document.documentElement.clientHeight,window.innerHeight);return!(t.bottom<0||t.top-n>=0)},isCustomizing:function(){return!1},isLazyLoadEnabled:function(){return!nb_.isCustomizing()&&!1},preloadOrDeferAsset:function(e){if(e=e||{},nb_.preloadedAssets=nb_.preloadedAssets||[],!nb_.inArray(nb_.preloadedAssets,e.id)){var t,n=document.getElementsByTagName("head")[0],o=function(){if("style"===e.as)this.setAttribute("rel","stylesheet"),this.setAttribute("type","text/css"),this.setAttribute("media","all");else{var t=document.createElement("script");t.setAttribute("src",e.href),t.setAttribute("id",e.id),"script"===e.as&&t.setAttribute("defer","defer"),n.appendChild(t),i.call(this)}e.eventOnLoad&&nb_.emit(e.eventOnLoad)},i=function(){if(this&&this.parentNode&&this.parentNode.contains(this))try{this.parentNode.removeChild(this)}catch(e){nb_.errorLog("NB error when removing a script el",el)}};("font"!==e.as||nb_.hasPreloadSupport())&&(t=document.createElement("link"),"script"===e.as?e.onEvent?nb_.listenTo(e.onEvent,function(){o.call(t)}):o.call(t):(t.setAttribute("href",e.href),"style"===e.as?t.setAttribute("rel",nb_.hasPreloadSupport()?"preload":"stylesheet"):"font"===e.as&&nb_.hasPreloadSupport()&&t.setAttribute("rel","preload"),t.setAttribute("id",e.id),t.setAttribute("as",e.as),"font"===e.as&&(t.setAttribute("type",e.type),t.setAttribute("crossorigin","anonymous")),t.onload=function(){this.onload=null,"font"!==e.as?e.onEvent?nb_.listenTo(e.onEvent,function(){o.call(t)}):o.call(t):e.eventOnLoad&&nb_.emit(e.eventOnLoad)},t.onerror=function(t){nb_.errorLog("Nimble preloadOrDeferAsset error",t,e)}),n.appendChild(t),nb_.preloadedAssets.push(e.id),i.call(e.scriptEl))}},mayBeRevealBG:function(){this.getAttribute("data-sek-src")&&(this.setAttribute("style",'background-image:url("'+this.getAttribute("data-sek-src")+'")'),this.className+=" sek-lazy-loaded",this.querySelectorAll(".sek-css-loader").forEach(function(e){nb_.isObject(e)&&e.parentNode.removeChild(e)}))}},window.NodeList&&!NodeList.prototype.forEach&&(NodeList.prototype.forEach=function(e,t){t=t||window;for(var n=0;n<this.length;n++)e.call(t,this[n],n,this)}),nb_.listenTo("nb-docready",function(){var e=document.querySelectorAll("div.sek-has-bg");!nb_.isObject(e)||e.length<1||e.forEach(function(e){nb_.isObject(e)&&(window.sekFrontLocalized&&window.sekFrontLocalized.lazyload_enabled?nb_.isInScreen(e)&&nb_.mayBeRevealBG.call(e):nb_.mayBeRevealBG.call(e))})}),"complete"===document.readyState||"loading"!==document.readyState&&!document.documentElement.doScroll)nb_.emit("nb-docready");else{var n=function(){nb_.wasEmitted("nb-docready")||nb_.emit("nb-docready")};document.addEventListener("DOMContentLoaded",n),window.addEventListener("load",n)}}(window,document),function(){var e=function(){var e="nb-jquery-loaded";nb_.wasEmitted(e)||nb_.emit(e)},t=function(n){n=n||0,void 0!==window.jQuery?e():n<30?setTimeout(function(){t(++n)},200):window.console&&window.console.log&&console.log("Nimble Builder problem : jQuery.js was not detected on your website")},n=document.getElementById("nb-jquery");n&&n.addEventListener("load",function(){e()}),t()}(),window,document,nb_.listenTo("nb-jquery-loaded",function(){sekFrontLocalized.load_front_assets_on_dynamically&&(nb_.scriptsLoadingStatus={},nb_.ajaxLoadScript=function(e){jQuery(function(t){e=t.extend({path:"",complete:"",loadcheck:!1},e),nb_.scriptsLoadingStatus[e.path]&&"pending"===nb_.scriptsLoadingStatus[e.path].state()||(nb_.scriptsLoadingStatus[e.path]=nb_.scriptsLoadingStatus[e.path]||t.Deferred(),jQuery.ajax({url:sekFrontLocalized.frontAssetsPath+e.path+"?"+sekFrontLocalized.assetVersion,cache:!0,dataType:"script"}).done(function(){"function"!=typeof e.loadcheck||e.loadcheck()?"function"==typeof e.complete&&e.complete():nb_.errorLog("ajaxLoadScript success but loadcheck failed for => "+e.path)}).fail(function(){nb_.errorLog("ajaxLoadScript failed for => "+e.path)}))})})}),nb_.listenTo("nb-jquery-loaded",function(){jQuery(function(e){sekFrontLocalized.load_front_assets_on_dynamically&&(nb_.ajaxLoadScript({path:sekFrontLocalized.isDevMode?"js/ccat-nimble-front.js":"js/ccat-nimble-front.min.js"}),e.each(sekFrontLocalized.partialFrontScripts,function(e,t){nb_.listenTo(t,function(){nb_.ajaxLoadScript({path:sekFrontLocalized.isDevMode?"js/partials/"+e+".js":"js/partials/"+e+".min.js"})})}))})}); </script> <script type="rocketlazyloadscript" id="nb-jquery" data-rocket-src="https://presscustomizr.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://presscustomizr.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://presscustomizr.com/wp-content/cache/min/1/sdk/v1/ra-queue.min.js?ver=1715960103" id="recapture_frontend_script-js"></script> <script type="rocketlazyloadscript" id="recapture_frontend_script-js-after"> if (!window.ra) { window.ra = function() { window.ra.q.push([].slice.call(arguments)); }; window.ra.q = []; } ra('init', ['h1pv8inc']); ra('initCartId'); ra('email'); ra('page'); </script> <script type="rocketlazyloadscript" data-rocket-src="https://presscustomizr.com/wp-includes/js/underscore.min.js?ver=1.13.7" id="underscore-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://presscustomizr.com/wp-content/themes/customizr-pro/assets/front/js/libs/modernizr.min.js?ver=2.4.24" id="modernizr-js"></script> <script id="tc-scripts-js-extra"> var CZRParams = {"assetsPath":"https:\/\/presscustomizr.com\/wp-content\/themes\/customizr-pro\/assets\/front\/","mainScriptUrl":"https:\/\/presscustomizr.com\/wp-content\/themes\/customizr-pro\/assets\/front\/js\/tc-scripts.min.js?2.4.24","deferFontAwesome":"1","fontAwesomeUrl":"https:\/\/presscustomizr.com\/wp-content\/themes\/customizr-pro\/assets\/shared\/fonts\/fa\/css\/fontawesome-all.min.css?2.4.24","_disabled":[],"centerSliderImg":"1","isLightBoxEnabled":"1","SmoothScroll":{"Enabled":true,"Options":{"touchpadSupport":false}},"isAnchorScrollEnabled":"","anchorSmoothScrollExclude":{"simple":["[class*=edd]",".carousel-control","[data-toggle=\"modal\"]","[data-toggle=\"dropdown\"]","[data-toggle=\"czr-dropdown\"]","[data-toggle=\"tooltip\"]","[data-toggle=\"popover\"]","[data-toggle=\"collapse\"]","[data-toggle=\"czr-collapse\"]","[data-toggle=\"tab\"]","[data-toggle=\"pill\"]","[data-toggle=\"czr-pill\"]","[class*=upme]","[class*=um-]"],"deep":{"classes":[],"ids":[]}},"timerOnScrollAllBrowsers":"1","centerAllImg":"1","HasComments":"","LoadModernizr":"1","stickyHeader":"","extLinksStyle":"1","extLinksTargetExt":"1","extLinksSkipSelectors":{"classes":["btn","button"],"ids":[]},"dropcapEnabled":"","dropcapWhere":{"post":"","page":""},"dropcapMinWords":"50","dropcapSkipSelectors":{"tags":["IMG","IFRAME","H1","H2","H3","H4","H5","H6","BLOCKQUOTE","UL","OL"],"classes":["btn"],"id":[]},"imgSmartLoadEnabled":"1","imgSmartLoadOpts":{"parentSelectors":["[class*=grid-container], .article-container",".__before_main_wrapper",".widget-front",".post-related-articles",".tc-singular-thumbnail-wrapper",".sek-module-inner"],"opts":{"excludeImg":[".tc-holder-img"]}},"imgSmartLoadsForSliders":"","pluginCompats":[],"isWPMobile":"","menuStickyUserSettings":{"desktop":"stick_up","mobile":"stick_up"},"adminAjaxUrl":"https:\/\/presscustomizr.com\/wp-admin\/admin-ajax.php","ajaxUrl":"https:\/\/presscustomizr.com\/?czrajax=1","frontNonce":{"id":"CZRFrontNonce","handle":"cfb230310f"},"isDevMode":"","isModernStyle":"1","i18n":{"Permanently dismiss":"Permanently dismiss"},"frontNotifications":{"welcome":{"enabled":false,"content":"","dismissAction":"dismiss_welcome_note_front"}},"preloadGfonts":"1","googleFonts":"Roboto","version":"2.4.24"}; </script> <script type="rocketlazyloadscript" data-rocket-src="https://presscustomizr.com/wp-content/themes/customizr-pro/assets/front/js/tc-scripts.min.js?ver=2.4.24" id="tc-scripts-js" defer></script> <link rel="https://api.w.org/" href="https://presscustomizr.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://presscustomizr.com/wp-json/wp/v2/pages/101003" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://presscustomizr.com/xmlrpc.php?rsd" /> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> (function(c,l,a,r,i,t,y){ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};t=l.createElement(r);t.async=1; t.src="https://www.clarity.ms/tag/"+i+"?ref=wordpress";y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); })(window, document, "clarity", "script", "m9q4xjpclz"); </script> <script type="rocketlazyloadscript" data-minify="1" id='llscript8360' data-rocket-src='https://presscustomizr.com/wp-content/cache/min/1/js.js?ver=1715960103'></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript">document.documentElement.className += " js";</script> <style id="sek-gif-lazy-load-module" type="text/css"> [data-sek-module-type="czr_gif_image_module"] .sek-lazy-gif { display: none; } [data-sek-module-type="czr_gif_image_module"] { text-align: center; } </style> <script type="rocketlazyloadscript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-21197113-22', 'auto'); ga('send', 'pageview'); </script> <script type="rocketlazyloadscript" id="tc-customizr-pro-scripts" data-rocket-type="text/javascript"> jQuery(function ($) { //ga $('a.edd-add-to-cart').on('click' , function(){ ga('send', 'event', 'click', 'purchase-customizr-pro', 'yes'); }); }); </script> <link rel="preload" as="font" type="font/woff2" href="https://presscustomizr.com/wp-content/themes/customizr-pro/assets/shared/fonts/customizr/customizr.woff2?128396981" crossorigin="anonymous"/> <link rel="icon" href="https://presscustomizr.com/wp-content/uploads/2016/12/presscustomizr-icon.png" sizes="32x32" /> <link rel="icon" href="https://presscustomizr.com/wp-content/uploads/2016/12/presscustomizr-icon.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://presscustomizr.com/wp-content/uploads/2016/12/presscustomizr-icon.png" /> <meta name="msapplication-TileImage" content="https://presscustomizr.com/wp-content/uploads/2016/12/presscustomizr-icon.png" /> <noscript><style>.perfmatters-lazy[data-src]{display:none !important;}</style></noscript><style>.perfmatters-lazy-youtube{position:relative;width:100%;max-width:100%;height:0;padding-bottom:56.23%;overflow:hidden}.perfmatters-lazy-youtube img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;max-width:100%;height:auto;margin:auto;border:none;cursor:pointer;transition:.5s all;-webkit-transition:.5s all;-moz-transition:.5s all}.perfmatters-lazy-youtube img:hover{-webkit-filter:brightness(75%)}.perfmatters-lazy-youtube .play{position:absolute;top:50%;left:50%;right:auto;width:68px;height:48px;margin-left:-34px;margin-top:-24px;background:url(https://presscustomizr.com/wp-content/plugins/perfmatters/img/youtube.svg) no-repeat;background-position:center;background-size:cover;pointer-events:none;filter:grayscale(1)}.perfmatters-lazy-youtube:hover .play{filter:grayscale(0)}.perfmatters-lazy-youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99}.wp-has-aspect-ratio .wp-block-embed__wrapper{position:relative;}.wp-has-aspect-ratio .perfmatters-lazy-youtube{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding-bottom:0}</style></head> <body class="nb-3-3-4 nb-pro-1-0-14 nimble-has-local-data-skp__post_page_101003 nimble-no-group-site-tmpl-skp__all_page page-template page-template-custom-page page-template-custom-page-php page page-id-101003 wp-embed-responsive sek-hide-rc-badge edd-js-none czr-link-hover-underline header-skin-light footer-skin-dark czr-no-sidebar tc-center-images czr-full-layout customizr-pro-2-4-24-with-child-theme"> <style>.edd-js-none .edd-has-js, .edd-js .edd-no-js, body.edd-js input.edd-no-js { display: none; }</style> <script type="rocketlazyloadscript">/* <![CDATA[ */(function(){var c = document.body.classList;c.remove('edd-js-none');c.add('edd-js');})();/* ]]> */</script> <a class="screen-reader-text skip-link" href="#content">Skip to content</a> <div id="tc-page-wrap" class=""> <header class="tpnav-header__header tc-header sl-logo_left sticky-brand-shrink-on sticky-transparent czr-submenu-fade czr-submenu-move" > <div class="sektion-wrapper nb-loc " data-sek-level="location" data-sek-id="before_header_local" data-sek-is-global-location="false" > <div data-sek-level="section" data-sek-id="__nimble__8c03372814e5" class="sek-section sek-has-modules " > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__41a8ed68a7c6" class="sek-column sek-col-base sek-col-100 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__098f4ef9a8ac" data-sek-module-type="czr_heading_module" class="sek-module " title="" > <div class="sek-module-inner"> <h5 class="sek-heading"><span data-offset-key="aiooj-1-0">✅</span> Customizr Pro is fully compatible with WordPress 6+</h5> </div> </div> </div> </div> </div> </div> </div> </div><div class="primary-navbar__wrapper d-none d-lg-block has-horizontal-menu desktop-sticky" > <div class="container"> <div class="row align-items-center flex-row primary-navbar__row"> <div class="branding__container col col-auto" > <div class="branding align-items-center flex-column "> <div class="branding-row d-flex flex-row align-items-center align-self-start"> <div class="navbar-brand col-auto " > <a class="navbar-brand-sitelogo" href="https://presscustomizr.com/" aria-label="Press Customizr | WordPress themes and plugins for pro" > <img data-perfmatters-preload src="https://presscustomizr.com/wp-content/uploads/2018/12/Press-Customizr_H-55px_Plan-de-travail-1.svg" alt="Back Home" style="min-width:250px;max-width:350px;max-height:100px;width: 290px;" data-no-retina="" class=" attachment-175248" width="" height=""> </a> </div> </div> </div> </div> <div class="primary-nav__container justify-content-lg-around col col-lg-auto flex-lg-column" > <div class="primary-nav__wrapper flex-lg-row align-items-center justify-content-end"> <nav class="primary-nav__nav col" id="primary-nav"> <div class="nav__menu-wrapper primary-nav__menu-wrapper justify-content-end czr-open-on-hover" > <ul id="main-menu" class="primary-nav__menu regular-nav nav__menu nav"><li id="menu-item-357664" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-357664"><a href="https://presscustomizr.com/nimble-builder-pro/" class="nav__link"><span class="nav__title">Nimble Builder Pro</span></a></li> <li id="menu-item-101018" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-101003 current_page_item current-active menu-item-101018"><a href="https://presscustomizr.com/customizr-pro/" aria-current="page" class="nav__link"><span class="nav__title">Customizr Pro</span></a></li> <li id="menu-item-194683" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-194683"><a href="https://presscustomizr.com/hueman-pro/" class="nav__link"><span class="nav__title">Hueman Pro</span></a></li> <li id="menu-item-471" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-471"><a href="https://presscustomizr.com/blog/" class="nav__link"><span class="nav__title">Blog</span></a></li> </ul></div> </nav> <div class="primary-nav__utils nav__utils col-auto" > <ul class="nav utils flex-row flex-nowrap regular-nav"> <li class="nav__search " > <a href="#" class="search-toggle_btn icn-search czr-overlay-toggle_btn" aria-expanded="false"><span class="sr-only">Search</span></a> <div class="czr-search-expand"> <div class="czr-search-expand-inner"><div class="search-form__container " > <form action="https://presscustomizr.com/" method="get" class="czr-form search-form"> <div class="form-group czr-focus"> <label for="s-677f7936d7bbb" id="lsearch-677f7936d7bbb"> <span class="screen-reader-text">Search</span> <input id="s-677f7936d7bbb" class="form-control czr-search-field" name="s" type="search" value="" aria-describedby="lsearch-677f7936d7bbb" placeholder="Search …"> </label> <button type="submit" class="button"><i class="icn-search"></i><span class="screen-reader-text">Search …</span></button> </div> </form> </div></div> </div> </li> <li><a title="Visit your account" href="https://presscustomizr.com/account" class="pc-account-icon"><i class="far fa-user"></i></a></li> </ul> </div> </div> </div> </div> </div> </div> <div class="mobile-navbar__wrapper d-lg-none mobile-sticky" > <div class="branding__container justify-content-between align-items-center container" > <div class="branding flex-column"> <div class="branding-row d-flex align-self-start flex-row align-items-center"> <div class="navbar-brand col-auto " > <a class="navbar-brand-sitelogo" href="https://presscustomizr.com/" aria-label="Press Customizr | WordPress themes and plugins for pro" > <img data-perfmatters-preload src="https://presscustomizr.com/wp-content/uploads/2018/12/Press-Customizr_H-55px_Plan-de-travail-1.svg" alt="Back Home" style="min-width:250px;max-width:350px;max-height:100px;width: 290px;" data-no-retina="" class=" attachment-175248" width="" height=""> </a> </div> </div> </div> <div class="mobile-utils__wrapper nav__utils regular-nav"> <ul class="nav utils row flex-row flex-nowrap"> <li><a title="Visit your account" href="https://presscustomizr.com/account" class="pc-account-icon"><i class="far fa-user"></i></a></li> <li class="hamburger-toggler__container " > <button class="ham-toggler-menu czr-collapsed" data-toggle="czr-collapse" data-target="#mobile-nav"><span class="ham__toggler-span-wrapper"><span class="line line-1"></span><span class="line line-2"></span><span class="line line-3"></span></span><span class="screen-reader-text">Menu</span></button> </li> </ul> </div> </div> <div class="mobile-nav__container " > <nav class="mobile-nav__nav flex-column czr-collapse" id="mobile-nav"> <div class="mobile-nav__inner container"> <div class="header-search__container "> <div class="search-form__container " > <form action="https://presscustomizr.com/" method="get" class="czr-form search-form"> <div class="form-group czr-focus"> <label for="s-677f7936d898d" id="lsearch-677f7936d898d"> <span class="screen-reader-text">Search</span> <input id="s-677f7936d898d" class="form-control czr-search-field" name="s" type="search" value="" aria-describedby="lsearch-677f7936d898d" placeholder="Search …"> </label> <button type="submit" class="button"><i class="icn-search"></i><span class="screen-reader-text">Search …</span></button> </div> </form> </div></div><div class="nav__menu-wrapper mobile-nav__menu-wrapper czr-open-on-click" > <ul id="mobile-nav-menu" class="mobile-nav__menu vertical-nav nav__menu flex-column nav"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-357664"><a href="https://presscustomizr.com/nimble-builder-pro/" class="nav__link"><span class="nav__title">Nimble Builder Pro</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-101003 current_page_item current-active menu-item-101018"><a href="https://presscustomizr.com/customizr-pro/" aria-current="page" class="nav__link"><span class="nav__title">Customizr Pro</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-194683"><a href="https://presscustomizr.com/hueman-pro/" class="nav__link"><span class="nav__title">Hueman Pro</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-471"><a href="https://presscustomizr.com/blog/" class="nav__link"><span class="nav__title">Blog</span></a></li> </ul></div> </div> </nav> </div></div></header> <div class="sektion-wrapper nb-loc " data-sek-level="location" data-sek-id="loop_start" data-sek-is-global-location="false" > <div data-sek-level="section" data-sek-id="__nimble__1ea4846dacaa" class="sek-section sek-has-modules sek-has-bg " data-sek-has-bg="true" data-sek-src="https://presscustomizr.com/wp-content/uploads/2019/11/2019-11-25_13-55-51.jpg" data-sek-lazy-bg="true" data-sek-bg-parallax="true" data-bg-width="1200" data-bg-height="673" data-sek-parallax-force="40" data-sek-video-bg-src="https://presscustomizr.com/wp-content/uploads/2019/11/clouds_mountains.mp4" data-sek-video-bg-loop="true" data-sek-video-bg-on-mobile="false" ><div class="sek-css-loader sek-mr-loader"><div></div><div></div><div></div></div> <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__10f44f648ead" class="sek-column sek-col-base sek-col-100 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__0131041240f8" data-sek-module-type="czr_heading_module" class="sek-module " title="" > <div class="sek-module-inner"> <h1 class="sek-heading">Customizr Pro</h1> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__9b7499aa8323" data-sek-module-type="czr_tiny_mce_editor_module" class="sek-module " title="" > <div class="sek-module-inner"> <p>Premium version of the popular Customizr theme, top rated theme WordPress.org</p> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__eeb1736ab322" data-sek-module-type="czr_tiny_mce_editor_module" class="sek-module sek-animate-candidate" title="" data-sek-animation='{"type":"headShake","delay":"0","duration":"1s","repeat":"yes","infinite":"yes","repeat_nb":"0","repeat_delay":"2000"}' data-sek-anim-type="headShake"> <div class="sek-module-inner"> <p> · <strong style="font-size:1.1em;"> FLASH SALE 🎉 ! Get 20% off at checkout with code JAN25 only until January 15th, 2025!</strong> · </p> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__b8acb824219b" data-sek-module-type="czr_button_module" class="sek-module " title="" > <div class="sek-module-inner"> <a class="sek-btn box-shadow push-effect" href="#purchase" ><span class="sek-btn-inner"><i class="fas fa-download"></i><span class="sek-btn-text">Get it now</span></span></a> </div> </div> </div> </div> </div> </div> </div><div data-sek-level="section" data-sek-id="__nimble__c93c35d0b1fb" class="sek-section sek-has-modules " > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__068ff6607971" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__8b16460a3f62" data-sek-module-type="czr_gif_image_module" class="sek-module " title="" > <div class="sek-module-inner"> <figure class="" title="Silver-iphone-customizr-2"><img width="400" height="661" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-sek-src="https://presscustomizr.com/wp-content/uploads/2019/10/Silver-iphone-customizr-2.jpg" class="attachment-large size-large no-lazy" alt="" decoding="async" fetchpriority="high" data-sek-srcset="https://presscustomizr.com/wp-content/uploads/2019/10/Silver-iphone-customizr-2.jpg 400w, https://presscustomizr.com/wp-content/uploads/2019/10/Silver-iphone-customizr-2-182x300.jpg 182w" data-sek-sizes="(max-width: 400px) 100vw, 400px" /></figure> </div> </div> </div> </div><div data-sek-level="column" data-sek-id="__nimble__47234eaffb72" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__766d3d92d7dd" data-sek-module-type="czr_heading_module" class="sek-module " title="" > <div class="sek-module-inner"> <h2 class="sek-heading">Your visitors expect a perfect experience on mobile devices.</h2> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__280a6a79ed69" data-sek-module-type="czr_tiny_mce_editor_module" class="sek-module " title="" > <div class="sek-module-inner"> <div class="inner-vertical-center"> <p>In 2025, more people search on mobile devices than computers, and your visitors are five times more likely to leave a mobile site that isn’t mobile-friendly.</p> <p>The Customizr Pro theme loads fast and look almost like an app on smartphones. It has been designed to increase your traffic and engage your visitors. You can easily create the websites that your visitor expect, professional-looking with conversion oriented features.</p> </div> </div> </div> <div data-sek-level="section" data-sek-id="__nimble__29d60e8b82b9" data-sek-is-nested="true" class="sek-section sek-has-modules " > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__877bbfa1c3a9" class="sek-column sek-col-base sek-section-custom-breakpoint-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__ef7fb4925330" data-sek-module-type="czr_button_module" class="sek-module " title="" > <div class="sek-module-inner"> <a class="sek-btn box-shadow push-effect" href="#purchase" ><span class="sek-btn-inner"><i class="fas fa-download"></i><span class="sek-btn-text">Get it now</span></span></a> </div> </div> </div> </div><div data-sek-level="column" data-sek-id="__nimble__1d6851adca4b" class="sek-column sek-col-base sek-section-custom-breakpoint-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__b516612b8c79" data-sek-module-type="czr_button_module" class="sek-module " title="" > <div class="sek-module-inner"> <a class="sek-btn box-shadow push-effect" href="https://demo.presscustomizr.com/" ><span class="sek-btn-inner"><span class="sek-btn-text">Demo</span><i class="fas fa-external-link-alt"></i></span></a> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div><div data-sek-level="section" data-sek-id="__nimble__4fae3a49d690" class="sek-section sek-has-modules " > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__51a45cd18ca6" class="sek-column sek-col-base sek-col-100 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__c1a6faebf106" data-sek-module-type="czr_heading_module" class="sek-module " title="" > <div class="sek-module-inner"> <h2 class="sek-heading">Choose your plan</h2> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__652b70e5c115" data-sek-module-type="czr_simple_html_module" class="sek-module sek-animate-candidate" title="" data-sek-animation='{"type":"headShake","delay":"0","duration":"1.1s","repeat":"yes","infinite":"yes","repeat_nb":"0","repeat_delay":"6000"}' data-sek-anim-type="headShake"> <div class="sek-module-inner"> <p> <span class="special-offer-heading"> · <strong style="font-size:1.1em;"> FLASH SALE 🎉 ! Get 20% off at checkout with code JAN25 only until January 15th, 2025!</strong> · </span></p> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__4016c804c091" data-sek-module-type="czr_simple_html_module" class="sek-module " title="" > <div class="sek-module-inner"> <div class="nb-site-nb-switcher-wrapper"> <span class="nb-site-nb-switcher-title nb-title-left nb-checked">Customizr Pro</span> <div class="nb-site-nb-switcher"> <input type="checkbox" id="nb-site-nb-choices"> <label for="nb-site-nb-choices"></label> </div> <span class="nb-site-nb-switcher-title nb-title-right">Premium Bundle</span> </div> </div> </div> <div data-sek-level="section" data-sek-id="__nimble__dacecd7bcffa" data-sek-is-nested="true" class="sek-section sek-has-modules nb-plans-connected-to-left-switcher-title" id="purchase" > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__a94d90188e70" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__dd96ec648021" data-sek-module-type="czr_simple_html_module" class="sek-module " title="" > <div class="sek-module-inner"> <div class="price-item one"> <div class="price-title"> <h4 class="price-text-title">CUSTOMIZR PRO</h4> <div class="price-amount-currency has-special-price"> <!-- <div class="normal-price colored red"> <span class="normal-pr-currency red">$</span> <span class="normal-pr-amount red">69</span> </div> --> <span class="pr-currency ">$</span> <span class="pr-amount">49</span> <!-- <span class="pr-label">/ per year</span> --> <!-- span class="savings"> </span> --> </div> <span class="pr-subtitle tooltip-candidate"><i class="fas fa-cloud-download-alt"></i> Immediate access to Customizr Pro <br><span class="tc-stars" style="color:#1984c4;font-size: 18px;">★★★★★ <span style="text-shadow: none;font-size: 0.9em;">Pro version of one of the best rated theme on WordPress.org</span></span> <!-- <br/>Premium version of the most 5-stars reviewed blog/magazine theme on WordPress.org <span style="font-size: 0.8em;" class="fas fa-info-circle"> </span>. --> <span class="tooltip_hover"> <b></b>We are proud that the Customizr theme has received one of the highest number of 5-stars reviews ever among more than 5000+ themes on WordPress.org as of January 9th 2025, with five stars reviews.<em style="font-size:13px"> (source : http://wordpress.org/themes/customizr/)</em>. </span> </span> </div> <ul class="price-item-details"> <li><span class="darker"><strong>Unlimited websites</strong></span> activation</li> <li> <span class="darker tooltip-candidate">Yearly subscription <span style="font-size: 0.8em;color:#a8a8a8;" class="fas fa-info-circle"> </span> <span class="tooltip_hover"> <b></b>A subscription billed yearly until cancelled. </span> </span> </li> <li>1 year access to product updates</li> <li>1 year access to product support</li> <!-- <li> <span class="tooltip-candidate"><span class="darker">Unlimited usage</span> <span style="font-size: 0.8em;color:#a8a8a8;" class="fas fa-info-circle"> </span> <span class="tooltip_hover"> <b></b>Once purchased, it's yours. You can use it as long as you want, it will never be locked or downgraded. </span> </span> </li> --> <li class="colored"> <span class="tooltip-candidate"><strong>15 days money back guarantee</strong> <span style="font-size: 0.8em;color:#a8a8a8;" class="fas fa-info-circle"> </span> <span class="tooltip_hover"> <b></b>We offer a 15-days money back guarantee on all purchases. If you are not happy with your plan, we will refund your purchase. No questions asked! </span> </span> </li> </ul> <div class="edd_purchase_submit_wrapper"> <a href="https://presscustomizr.com/checkout?edd_action=add_to_cart&download_id=40282&edd_options[price_id]=3" class="edd-submit button yellow edd_go_to_checkout"><span class="edd-add-to-cart-label">Buy Now</span></a> </div><!--end .edd_purchase_submit_wrapper--> </div> </div> </div> </div> </div><div data-sek-level="column" data-sek-id="__nimble__42b1b317d047" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__962a21ceb4dc" data-sek-module-type="czr_simple_html_module" class="sek-module " title="" > <div class="sek-module-inner"> <div class="price-item three lifetime featured-plan"> <div class="ribbon-wrapper"><div class="ribbon">Best value</div></div> <div class="price-title"> <h4 class="price-text-title"><span class="fas fa-gift"> </span>CUSTOMIZR PRO - <span class="colored">LIFETIME</span></h4> <div class="price-amount-currency has-special-price"> <div class="normal-price red"> <span class="normal-pr-currency red">$</span> <span class="normal-pr-amount red">199</span> </div> <span class="pr-currency">$</span> <span class="pr-amount">99</span> <!-- <span class="pr-label">/ one time</span> --> <!-- <span class="savings colored">Includes 2 premium themes + 2 plugins.</span> --> </div> <span class="pr-subtitle tooltip-candidate"><i class="fas fa-cloud-download-alt"></i> Immediate access to Customizr Pro <br><span class="tc-stars colored" style="font-size: 18px;">★★★★★ <span style="text-shadow: none;font-size: 0.9em;">Pro version of one of the best rated theme on WordPress.org</span></span> <!-- <br/>Premium version of the most 5-stars reviewed blog/magazine theme on WordPress.org <span style="font-size: 0.8em;" class="fas fa-info-circle"> </span>. --> <span class="tooltip_hover"> <b></b>We are proud that the Customizr theme has received one of the highest number of 5-stars reviews ever among more than 5000+ themes on WordPress.org as of January 9th 2025, with five stars reviews.<em style="font-size:13px"> (source : http://wordpress.org/themes/customizr/)</em>. </span> </span> </div> <ul class="price-item-details"> <li><span class="darker"><strong>Unlimited websites</strong></span> activation</li> <li> <span class="darker tooltip-candidate">🌟 <strong>One-time payment</strong> <span style="font-size: 0.8em;color:#a8a8a8;" class="fas fa-info-circle"> </span> <span class="tooltip_hover"> <b></b>This is a one-time payment, no renewal needed. </span> </span> </li> <li>🌟 <span class="darker"><strong>Lifetime</strong></span> access to product updates</li> <li>🌟 <span class="darker"><strong>Lifetime</strong></span> access to product support</li> <!-- <li> <span class="tooltip-candidate"><span class="darker">Unlimited usage</span> <span style="font-size: 0.8em;color:#a8a8a8;" class="fas fa-info-circle"> </span> <span class="tooltip_hover"> <b></b>Once purchased, it's yours. You can use it as long as you want, it will never be locked or downgraded. </span> </span> </li> --> <li class="colored"> <span class="tooltip-candidate"><strong>15 days money back guarantee</strong> <span style="font-size: 0.8em;color:#a8a8a8;" class="fas fa-info-circle"> </span> <span class="tooltip_hover"> <b></b>We offer a 15-days money back guarantee on all purchases. If you are not happy with your plan, we will refund your purchase. No questions asked! </span> </span> </li> </ul> <div class="edd_purchase_submit_wrapper"> <a href="https://presscustomizr.com/checkout?edd_action=add_to_cart&download_id=40282&edd_options[price_id]=4" class="edd-submit button yellow edd_go_to_checkout"><span class="edd-add-to-cart-label">Buy Now</span></a> </div><!--end .edd_purchase_submit_wrapper --> </div> </div> </div> </div> </div> </div> </div> </div> <div data-sek-level="section" data-sek-id="__nimble__62fbf2ff7672" data-sek-is-nested="true" class="sek-section sek-has-modules nb-plans-connected-to-right-switcher-title" id="purchase" > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__ab72052e9e65" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__9c5649995872" data-sek-module-type="czr_simple_html_module" class="sek-module " title="" > <div class="sek-module-inner"> <div class="price-item two"> <div class="ribbon-wrapper"><div class="ribbon green">Popular</div></div> <div class="price-title"> <h4 class="price-text-title">PREMIUM BUNDLE</h4> <div class="price-amount-currency has-special-price"> <!-- <div class="normal-price colored red"> <span class="normal-pr-currency red">$</span> <span class="normal-pr-amount red">149</span> </div> --> <span class="pr-currency">$</span> <span class="pr-amount">99</span> <!-- <span class="pr-label">/ per year</span> --> <span class="savings bundle-description colored">Includes 2 premium themes + 3 premium plugins.</span> </div> <div class="pr-subtitle"> <span class="tooltip-candidate"><i class="fas fa-cloud-download-alt"></i> Immediate access to Customizr Pro <span class="tooltip_hover"> <b></b>Premium version of the popular Customizr theme, downloaded 3+ millions times on WordPress.org. More details <a href="https://presscustomizr.com/customizr-pro" target="_blank">here</a> <i class="fas fa-external-link-alt"></i>. </span> </span> <br> <span class="tooltip-candidate"><span class="fas fa-plus"></span> Hueman Pro theme, <span class="tooltip_hover"> <b></b>Premium version of Hueman, best reviewed theme ever for blogs and magazines on WordPress.org. More details <a href="https://presscustomizr.com/hueman-pro" target="_blank">here</a> <i class="fas fa-external-link-alt"></i>. </span> </span> <br> <span class="tooltip-candidate"><span class="fas fa-plus"></span> Nimble Builder Pro, <span class="tooltip_hover"> <b></b>Premium version of Nimble Builder, popular page builder used by 50K+ websites. Compatible with any WordPress theme. More details <a href="https://presscustomizr.com/nimble-builder-pro" target="_blank">here</a> <i class="fas fa-external-link-alt"></i>. </span> </span> <br/> <span class="tooltip-candidate"><span class="fas fa-plus"></span> WordPress Font Customizer <span class="tooltip_hover"> <b></b>Premium WordPress plugin allowing to customize any text in live preview. Compatible with any WordPress theme. More details <a href="https://presscustomizr.com/extension/wordpress-font-customizer/" target="_blank">here</a> <i class="fas fa-external-link-alt"></i>. </span> </span>, <br> <span class="tooltip-candidate"><span class="fas fa-plus"></span> Featured Pages Unlimited <span class="tooltip_hover"> <b></b>Premium WordPress plugin allowing to easily and nicely feature your important content ( post, page, product, ... ). Compatible with any WordPress theme. More details <a href="https://presscustomizr.com/extension/featured-pages-unlimited/" target="_blank">here</a> <i class="fas fa-external-link-alt"></i>. </span> </span> </div> </div> <ul class="price-item-details"> <!-- <li> <span class="tooltip-candidate"><span class="darker">Perpetual license</span> <span class="tooltip_hover"> <b></b>Once purchased, it's yours. You can use it as long as you want, it will never be locked or downgraded. </span> </span> </li> --> <li><span class="darker"><strong>Unlimited websites</strong></span> activation</li> <li> <span class="darker tooltip-candidate">Yearly subscription <span style="font-size: 0.8em;color:#a8a8a8;" class="fas fa-info-circle"> </span> <span class="tooltip_hover"> <b></b>A subscription billed yearly until cancelled. </span> </span> </li> <li>1 year access to product updates</li> <li>1 year access to product support</li> <li class="colored"> <span class="tooltip-candidate"><strong>15 days money back guarantee </strong><span style="font-size: 0.8em;color:#a8a8a8;" class="fas fa-info-circle"> </span> <span class="tooltip_hover"> <b></b>We offer a 15-days money back guarantee on all purchases. If you are not happy with your plan, we will refund your purchase. No questions asked! </span> </span> </li> </ul> <div class="edd_purchase_submit_wrapper"> <a href="https://presscustomizr.com/checkout?edd_action=add_to_cart&download_id=357962" class="edd-submit button yellow edd_go_to_checkout"><span class="edd-add-to-cart-label">Buy Now</span></a> </div><!--end .edd_purchase_submit_wrapper--> </div> </div> </div> </div> </div><div data-sek-level="column" data-sek-id="__nimble__e459b149f2fd" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__52feeaba9f4f" data-sek-module-type="czr_simple_html_module" class="sek-module " title="" > <div class="sek-module-inner"> <div class="price-item featured-plan three lifetime"> <div class="test ribbon-wrapper"><div class="ribbon">Best value</div></div> <div class="price-title"> <h4 class="price-text-title"><span class="fas fa-gift"> </span>PREMIUM BUNDLE - <span class="colored" style="font-size:1.1em;">LIFETIME</span></h4> <div class="price-amount-currency has-special-price"> <div class="normal-price red"> <span class="normal-pr-currency red">$</span> <span class="normal-pr-amount red">299</span> </div> <span class="pr-currency">$</span> <span class="pr-amount">199</span> <!-- <span class="pr-label">/ one time</span> --> <span class="savings bundle-description colored">Includes 2 premium themes + 3 premium plugins.</span> </div> <div class="pr-subtitle"> <span class="tooltip-candidate"><i class="fas fa-cloud-download-alt"></i> Immediate access to Customizr Pro <span class="tooltip_hover"> <b></b>Premium version of the popular Customizr theme, downloaded 3+ millions times on WordPress.org. More details <a href="https://presscustomizr.com/customizr-pro" target="_blank">here</a> <i class="fas fa-external-link-alt"></i>. </span> </span> <br> <span class="tooltip-candidate"><span class="fas fa-plus"></span> Hueman Pro theme, <span class="tooltip_hover"> <b></b>The premium version of Hueman, best reviewed theme ever for blogs and magazines on WordPress.org. More details <a href="https://presscustomizr.com/hueman-pro" target="_blank">here</a> <i class="fas fa-external-link-alt"></i>. </span> </span> <br> <span class="tooltip-candidate"><span class="fas fa-plus"></span> Nimble Builder Pro, <span class="tooltip_hover"> <b></b>Premium version of Nimble Builder, popular page builder used by 50K+ websites. Compatible with any WordPress theme. More details <a href="https://presscustomizr.com/nimble-builder-pro" target="_blank">here</a> <i class="fas fa-external-link-alt"></i>. </span> </span> <br/> <span class="tooltip-candidate"><span class="fas fa-plus"></span> WordPress Font Customizer, <span class="tooltip_hover"> <b></b>Premium WordPress plugin allowing to customize any text in live preview. Compatible with any WordPress theme. More details <a href="https://presscustomizr.com/extension/wordpress-font-customizer/" target="_blank">here</a> <i class="fas fa-external-link-alt"></i>. </span> </span> <br> <span class="tooltip-candidate"><span class="fas fa-plus"></span> Featured Pages Unlimited <span class="tooltip_hover"> <b></b>Premium WordPress plugin allowing to easily and nicely feature your important content ( post, page, product, ... ). Compatible with any WordPress theme. More details <a href="https://presscustomizr.com/extension/featured-pages-unlimited/" target="_blank">here</a> <i class="fas fa-external-link-alt"></i>. </span> </span> </div> </div> <ul class="price-item-details"> <!-- <li> <span class="tooltip-candidate"><span class="darker">Perpetual license</span> <span class="tooltip_hover"> <b></b>Once purchased, it's yours. You can use it as long as you want, it will never be locked or downgraded. </span> </span> </li> --> <li><span class="darker"><strong>Unlimited websites</strong></span> activation</li> <li> <span class="darker tooltip-candidate">🌟 <strong>One-time payment</strong> <span style="font-size: 0.8em;color:#a8a8a8;" class="fas fa-info-circle"> </span> <span class="tooltip_hover"> <b></b>This is a one-time payment, no renewal needed. </span> </span> </li> <li>🌟 <span class="darker"><strong>Lifetime</strong></span> access to product updates</li> <li>🌟 <span class="darker"><strong>Lifetime</strong></span> access to product support</li> <li class="colored"> <span class="tooltip-candidate"><strong>15 days money back guarantee </strong><span style="font-size: 0.8em;color:#a8a8a8;" class="fas fa-info-circle"> </span> <span class="tooltip_hover"> <b></b>We offer a 15-days money back guarantee on all purchases. If you are not happy with your plan, we will refund your purchase. No questions asked! </span> </span> </li> </ul> <div class="edd_purchase_submit_wrapper"> <a href="https://presscustomizr.com/checkout?edd_action=add_to_cart&download_id=357953" class="edd-submit button yellow edd_go_to_checkout"><span class="edd-add-to-cart-label">Buy Now</span></a> </div><!--end .edd_purchase_submit_wrapper --> </div> </div> </div> </div> </div> </div> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__e94af4b35fbe" data-sek-module-type="czr_simple_html_module" class="sek-module " title="" > <div class="sek-module-inner"> <div class="pr-table-guarantees clearfix"> <span class="larger"><span class="fas fa-eye"></span> Live Customization : preview your changes in real-time in the live customizer and safely publish once ready.</span><br> <span class="fa fas fa-mobile-alt"></span> <span class="fa fas fa-tablet-alt"></span> <span class="fa fas fa-desktop"></span> Perfect display on all devices ∕ <span class="fab fa-safari"></span> <span class="fab fa-chrome"></span> <span class="fab fa-firefox"></span> <span class="fab fa-internet-explorer"></span> Tested with all major browsers ∕ <span class="fas fa-code"></span> Validated HTML markup ∕ <span class="fas fa-rocket"></span> Optimized performances and SEO ∕ <span class="fas fa-chart-line"></span> Designed to increase conversions ∕ <span class="fas fa-shopping-bag"></span> Ready for WooCommerce ∕ <span class="fab fa-wordpress-simple"></span> <span class="far fa-check-circle"></span> Tested with the latest WordPress version (v6.7.1) ∕ <span class="fas fa-book"></span> Complete documentation ∕ <span class="fas fa-sync"></span> An average of 2 updates / months ∕ <span class="fas fa-language"></span> Translation ready </div> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__93856b9557a8" data-sek-module-type="czr_divider_module" class="sek-module " title="" > <div class="sek-module-inner"> <span class="sek-divider"></span> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__cf8dfb1c4c8a" data-sek-module-type="czr_tiny_mce_editor_module" class="sek-module " title="" > <div class="sek-module-inner"> <p style="text-align: center;"><span style="color: #1984c4;"><a href="#faq">FREQUENTLY ASKED QUESTIONS</a></span></p> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__17fba00bf620" data-sek-module-type="czr_tiny_mce_editor_module" class="sek-module sek-hidden-on-desktops sek-hidden-on-tablets sek-hidden-on-mobiles " title="" > <div class="sek-module-inner"> <p style="text-align: center;">Last update : <span style="color: #1984c4;"><strong>December 2024</strong></span></p> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__747cdd53cdce" data-sek-module-type="czr_tiny_mce_editor_module" class="sek-module " title="" > <div class="sek-module-inner"> <p style="text-align: center;">Current Version : 2.4.27 ( <a style="z-index: 1000; position: relative;" href="#changelog">see the changelog</a> )</p> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__9b341a635ac9" data-sek-module-type="czr_divider_module" class="sek-module " title="" > <div class="sek-module-inner"> <span class="sek-divider"></span> </div> </div> </div> </div> </div> </div> </div><div data-sek-level="section" data-sek-id="__nimble__a2f94ac5137f" class="sek-section sek-has-modules " > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__80e6187baae9" class="sek-column sek-col-base sek-col-100 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__7c8a75706d9c" data-sek-module-type="czr_heading_module" class="sek-module " title="" > <div class="sek-module-inner"> <h2 class="sek-heading">Thousands of Customizr fans can’t be wrong.</h2> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__bb5eb46ee132" data-sek-module-type="czr_tiny_mce_editor_module" class="sek-module " title="" > <div class="sek-module-inner"> <p>Users of the Customizr theme have created successful websites for their businesses or personal sites. </p> <p>The Customizr Pro theme is the result of many years of development and improvements, mostly based on feedback from our users. We are <a class="open-changelog" href="https://presscustomizr.com/customizr-pro/#changelog">continuously updating</a> our WordPress theme with the latest web technologies, to keep our customers satisfied with a fast and beautiful website.</p> <p>We are proud to receive incredible feedbacks.</p> </div> </div> <div data-sek-level="section" data-sek-id="__nimble__ba0ebc547e94" data-sek-is-nested="true" class="sek-section sek-has-modules " > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__70d510fb10eb" class="sek-column sek-col-base sek-col-100 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__6df03ddccb0d" data-sek-module-type="czr_img_slider_module" class="sek-module " title="" > <div class="sek-module-inner"> <div class="swiper sek-swiper-loading sek-swiper__nimble__6df03ddccb0d" data-sek-swiper-id="__nimble__6df03ddccb0d" data-sek-autoplay="false" data-sek-autoplay-delay="3000" data-sek-pause-on-hover="true" data-sek-loop="true" data-sek-image-layout="height-100" data-sek-navtype="arrows" data-sek-is-multislide="true" data-sek-hide-nav-on-mobile="false" data-sek-lazyload="true" > <div class="swiper-wrapper"> <div class="swiper-slide" title="" data-sek-item-id="3b90b2ca5252" data-sek-has-overlay="false"><figure class="sek-carousel-img"><img width="611" height="369" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-sek-src="https://presscustomizr.com/wp-content/uploads/2019/10/1.jpg" class="attachment-large size-large no-lazy" alt="" /></figure></div><div class="swiper-slide" title="" data-sek-item-id="9d3b88673a36" data-sek-has-overlay="false"><figure class="sek-carousel-img"><img data-perfmatters-preload width="611" height="313" src="https://presscustomizr.com/wp-content/uploads/2019/10/2.jpg" class="attachment-large size-large swiper-lazy no-lazy" alt="" data-srcset="https://presscustomizr.com/wp-content/uploads/2019/10/2.jpg 611w, https://presscustomizr.com/wp-content/uploads/2019/10/2-300x154.jpg 300w, https://presscustomizr.com/wp-content/uploads/2019/10/2-570x292.jpg 570w" data-sek-img-sizes="(max-width: 611px) 100vw, 611px" /><div class="swiper-lazy-preloader"></div></figure></div><div class="swiper-slide" title="" data-sek-item-id="60ef6bac314e" data-sek-has-overlay="false"><figure class="sek-carousel-img"><img data-perfmatters-preload width="611" height="334" src="https://presscustomizr.com/wp-content/uploads/2019/10/3.jpg" class="attachment-large size-large swiper-lazy no-lazy" alt="" data-srcset="https://presscustomizr.com/wp-content/uploads/2019/10/3.jpg 611w, https://presscustomizr.com/wp-content/uploads/2019/10/3-300x164.jpg 300w, https://presscustomizr.com/wp-content/uploads/2019/10/3-570x312.jpg 570w" data-sek-img-sizes="(max-width: 611px) 100vw, 611px" /><div class="swiper-lazy-preloader"></div></figure></div><div class="swiper-slide" title="" data-sek-item-id="819a3542aa33" data-sek-has-overlay="false"><figure class="sek-carousel-img"><img width="611" height="418" src="https://presscustomizr.com/wp-content/uploads/2019/10/4.jpg" class="attachment-large size-large swiper-lazy no-lazy" alt="" data-srcset="https://presscustomizr.com/wp-content/uploads/2019/10/4.jpg 611w, https://presscustomizr.com/wp-content/uploads/2019/10/4-300x205.jpg 300w, https://presscustomizr.com/wp-content/uploads/2019/10/4-570x390.jpg 570w" data-sek-img-sizes="(max-width: 611px) 100vw, 611px" /><div class="swiper-lazy-preloader"></div></figure></div><div class="swiper-slide" title="" data-sek-item-id="a8648063e6fd" data-sek-has-overlay="false"><figure class="sek-carousel-img"><img width="611" height="289" src="https://presscustomizr.com/wp-content/uploads/2019/10/5.jpg" class="attachment-large size-large swiper-lazy no-lazy" alt="" data-srcset="https://presscustomizr.com/wp-content/uploads/2019/10/5.jpg 611w, https://presscustomizr.com/wp-content/uploads/2019/10/5-300x142.jpg 300w, https://presscustomizr.com/wp-content/uploads/2019/10/5-570x270.jpg 570w" data-sek-img-sizes="(max-width: 611px) 100vw, 611px" /><div class="swiper-lazy-preloader"></div></figure></div><div class="swiper-slide" title="" data-sek-item-id="fac096abfb42" data-sek-has-overlay="false"><figure class="sek-carousel-img"><img width="611" height="289" src="https://presscustomizr.com/wp-content/uploads/2019/10/6.jpg" class="attachment-large size-large swiper-lazy no-lazy" alt="" data-srcset="https://presscustomizr.com/wp-content/uploads/2019/10/6.jpg 611w, https://presscustomizr.com/wp-content/uploads/2019/10/6-300x142.jpg 300w, https://presscustomizr.com/wp-content/uploads/2019/10/6-570x270.jpg 570w" data-sek-img-sizes="(max-width: 611px) 100vw, 611px" /><div class="swiper-lazy-preloader"></div></figure></div><div class="swiper-slide" title="" data-sek-item-id="a1d374026c75" data-sek-has-overlay="false"><figure class="sek-carousel-img"><img width="611" height="369" src="https://presscustomizr.com/wp-content/uploads/2019/10/7.jpg" class="attachment-large size-large swiper-lazy no-lazy" alt="" data-srcset="https://presscustomizr.com/wp-content/uploads/2019/10/7.jpg 611w, https://presscustomizr.com/wp-content/uploads/2019/10/7-300x181.jpg 300w, https://presscustomizr.com/wp-content/uploads/2019/10/7-570x344.jpg 570w" data-sek-img-sizes="(max-width: 611px) 100vw, 611px" /><div class="swiper-lazy-preloader"></div></figure></div><div class="swiper-slide" title="" data-sek-item-id="c455043e0c0c" data-sek-has-overlay="false"><figure class="sek-carousel-img"><img width="611" height="310" src="https://presscustomizr.com/wp-content/uploads/2019/10/8.jpg" class="attachment-large size-large swiper-lazy no-lazy" alt="" data-srcset="https://presscustomizr.com/wp-content/uploads/2019/10/8.jpg 611w, https://presscustomizr.com/wp-content/uploads/2019/10/8-300x152.jpg 300w, https://presscustomizr.com/wp-content/uploads/2019/10/8-570x289.jpg 570w" data-sek-img-sizes="(max-width: 611px) 100vw, 611px" /><div class="swiper-lazy-preloader"></div></figure></div><div class="swiper-slide" title="" data-sek-item-id="e7fc4f6a305f" data-sek-has-overlay="false"><figure class="sek-carousel-img"><img width="611" height="397" src="https://presscustomizr.com/wp-content/uploads/2019/10/9.jpg" class="attachment-large size-large swiper-lazy no-lazy" alt="" data-srcset="https://presscustomizr.com/wp-content/uploads/2019/10/9.jpg 611w, https://presscustomizr.com/wp-content/uploads/2019/10/9-300x195.jpg 300w, https://presscustomizr.com/wp-content/uploads/2019/10/9-570x370.jpg 570w" data-sek-img-sizes="(max-width: 611px) 100vw, 611px" /><div class="swiper-lazy-preloader"></div></figure></div><div class="swiper-slide" title="" data-sek-item-id="bbbfd262560f" data-sek-has-overlay="false"><figure class="sek-carousel-img"><img width="611" height="292" src="https://presscustomizr.com/wp-content/uploads/2019/10/10.jpg" class="attachment-large size-large swiper-lazy no-lazy" alt="" data-srcset="https://presscustomizr.com/wp-content/uploads/2019/10/10.jpg 611w, https://presscustomizr.com/wp-content/uploads/2019/10/10-300x143.jpg 300w, https://presscustomizr.com/wp-content/uploads/2019/10/10-570x272.jpg 570w" data-sek-img-sizes="(max-width: 611px) 100vw, 611px" /><div class="swiper-lazy-preloader"></div></figure></div> </div> <div class="sek-swiper-nav"> <div class="sek-swiper-arrows sek-swiper-prev sek-swiper-prev__nimble__6df03ddccb0d" title="previous"><div class="sek-chevron"></div></div> <div class="sek-swiper-arrows sek-swiper-next sek-swiper-next__nimble__6df03ddccb0d" title="next"><div class="sek-chevron"></div></div> </div> <div class="sek-css-loader sek-mr-loader"><div></div><div></div><div></div></div> </div> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__2397a2f88f0f" data-sek-module-type="czr_tiny_mce_editor_module" class="sek-module " title="" > <div class="sek-module-inner"> <p style="text-align: center;"><a href="https://wordpress.org/support/theme/customizr/reviews/?filter=5" target="_blank" rel="noopener">Read more reviews</a></p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div><div data-sek-level="section" data-sek-id="__nimble__2cd97bcb7887" class="sek-section sek-has-modules " > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__d2433ca4e4f7" class="sek-column sek-col-base sek-col-100 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__7146f4a140ed" data-sek-module-type="czr_heading_module" class="sek-module " title="" > <div class="sek-module-inner"> <h2 class="sek-heading">Upgrading to Customizr Pro is simple and safe.</h2> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__a1a3853d18d4" data-sek-module-type="czr_tiny_mce_editor_module" class="sek-module " title="" > <div class="sek-module-inner"> <p>Based on our users feedback, we decided not to add too many unnecessary features that are often slowing down websites. We have, rather, focused on the key ones that help you increase your trafic and engage your visitors.</p> <p>When you <a href="#install">install Customizr Pro</a>, your existing settings and customizations, and all features of Customizr free are preserved, <strong>and you'll get instant access to the following additional premium features :</strong></p> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__4932251e063f" data-sek-module-type="czr_simple_html_module" class="sek-module " title="" > <div class="sek-module-inner"> <ul class="pro-features"> <li><i class="far fa-check-circle"></i> <strong>Featured Pages Unlimited </strong>. Engaging your visitors has never been easier. Feature any content on your home page. Worth $29 as stand-alone plugin.</li> <li><i class="far fa-check-circle"></i> <strong>Contact Informations Block </strong>. Optional pro module to display various contact infos and opening hours on top of your header.</li> <li><i class="far fa-check-circle"></i> <strong>Infinite Scroll</strong>. In the Customizr Pro theme, you can enable the infinite scrolling for any list of posts, like on your home page for example. Your posts are loaded dynamically as your visitors scroll down the page, like on a Facebook wall. This <strong>significantly speed up your website</strong>, in particular on mobile devices. Check how cool it looks on your mobile in the <a href="http://demo.presscustomizr.com/" target="_blank">demo.</a><p></p></li> <li><i class="far fa-check-circle"></i> <strong>Font Customizer </strong>. A totally unique and awesome module, allowing you to style any text of your website in live preview with 650+ fonts and 40+ typography effects. Worth $29 as stand-alone plugin. (more details <a href="#feature-font-customizer" target="_blank">here</a>)</li> <li><i class="far fa-check-circle"></i> <strong>Post Grid Customizer </strong>. Turn your blog posts and portfolio into clean and fluid grids with a masonry layout on desktop devices and looking perfect on mobiles.</li> <li><i class="far fa-check-circle"></i> <strong>Footer Customizer </strong>. Easily customize your footer credits and copyrights in <a href="#feature-footer-customizer">live preview.</a></li> <li><i class="far fa-check-circle"></i> Display a <strong>full width and mobile ready carousel of your latest posts</strong> in any posts or pages in a few clicks. You can also pick a specific post category for your carousel.</li> <li><i class="far fa-check-circle"></i> <strong>Menu Customizer </strong>. Reveal your side menu with a collection of cool effects.</li> <li><i class="far fa-check-circle"></i> <strong>Custom Scripts </strong>. Add your Google Analytics or any custom scripts and css stylesheets safely from the live customizer.</li> <li><i class="far fa-check-circle"></i> <strong>Free updates and support</strong>(*). As a Customizr Pro user, you have access to automatic updates from your WordPress dashboard and <a href="#feature-support">support by email.</a></li> <li><i class="far fa-check-circle"></i> <strong>Comprehensive documentation</strong>. Customizr Pro is super easy to use. But if you need help, you'll find answers in our complete <a href="#feature-documentation">online documentation</a>.</li> </ul> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__b37cbcef6d38" data-sek-module-type="czr_tiny_mce_editor_module" class="sek-module " title="" > <div class="sek-module-inner"> <p>Visit the <a href="http://demo.presscustomizr.com/" target="_blank" rel="noopener">demo here.</a></p> <p class="lighter"><i>(*) We release an average of 2 updates by months including new features, plugin compatibility fixes, bug fixes. We always test the newest WordPress version several weeks before the official release to make sure it is 100% compliant with Customizr Pro.</i></p> </div> </div> </div> </div> </div> </div> </div><div data-sek-level="section" data-sek-id="__nimble__6d2a265e6aaf" class="sek-section sek-has-modules " id="faq" > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__02ce781388a3" class="sek-column sek-col-base sek-col-100 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__9c5467e113e2" data-sek-module-type="czr_heading_module" class="sek-module " title="" > <div class="sek-module-inner"> <h2 class="sek-heading">Frequently Asked Questions</h2> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__53e1077b7f70" data-sek-module-type="czr_tiny_mce_editor_module" class="sek-module " title="" > <div class="sek-module-inner"> <p>Below are some frequently asked questions you may have before purchasing the theme.</p> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__8f42e2f5c5da" data-sek-module-type="czr_accordion_module" class="sek-module " title="" > <div class="sek-module-inner"> <div class="sek-accord-wrapper" data-sek-accord-id="__nimble__8f42e2f5c5da" data-sek-is-multi-item="true" data-sek-first-expanded="false" data-sek-one-expanded="true" data-sek-has-global-border="true" data-sek-has-title-border="true" role="tablist"> <div class="sek-accord-item" data-sek-item-id="9aab8b7f5c67" data-sek-expanded="false"><div id="sek-tab-title-9aab8b7f5c67" class="sek-accord-title" role="tab" aria-controls="sek-tab-content-9aab8b7f5c67"><span class="sek-inner-accord-title">How will I receive, download and install my theme ?</span><div class="expander"><span></span><span></span></div></div><div id="sek-tab-content-9aab8b7f5c67" class="sek-accord-content" role="tabpanel" aria-labelledby="sek-tab-title-9aab8b7f5c67"><p>As soon as you order is completed, you’ll be able to download your product right from the payment confirmation page. <br />You will also receive a purchase receipt email including a download link to your product.<br />You can connect at any time on <a href="http://presscustomizr.com/account/">your account on presscustomizr.com</a>, and download your purchased product from there.</p> <h4>Installing your theme</h4> <p>The theme is delivered as <strong> .zip file</strong>. ( <a href="https://en.wikipedia.org/wiki/Zip_(file_format)" target="_blank" rel="noopener"><em>what is a .zip file on wikipedia ?</em></a> )</p> <p><b>You don’t need to unzip the .zip file</b>.</p> <ol data-children-count="0"> <li>Log into your WordPress site</li> <li>In your WordPress administration, go to Appearance > Themes > Add New.</li> <li>From there you’ll see an option for “Upload” at the top of the screen. Click the “Browse” button, navigate your computer files and select the .ZIP file for your downloaded extension. For an in-depth documentation about WordPress theme manual installation, read the <a href="http://codex.wordpress.org/Using_Themes">official WordPress.org documentation.</a></li> <li>Click on <strong>Activate</strong> and you’re ready to go 🎉 !</li> </ol> <p><em><strong>Note : If you use a Mac</strong>, you might need to change your preferences in <strong>Safari to stop automatically unzipping files</strong>. More about this <a href="http://apple.stackexchange.com/questions/961/how-to-stop-safari-from-unzipping-files-after-download">here.</a></em></p> <p></p> <h4>Activation of your product key</h4> <p>You will receive an activation key along with your purchase email confirmation. You will need to <a href="http://docs.presscustomizr.com/article/11-how-to-activate-your-product-key" target="_blank" rel="noopener">activate it on your website</a>. As long as this key is valid, it will allow you to get automatic updates for your theme.</p> </div></div><div class="sek-accord-item" data-sek-item-id="706a238be62e" data-sek-expanded="false"><div id="sek-tab-title-706a238be62e" class="sek-accord-title" role="tab" aria-controls="sek-tab-content-706a238be62e"><span class="sek-inner-accord-title">Can I upgrade my plan after signing up ?</span><div class="expander"><span></span><span></span></div></div><div id="sek-tab-content-706a238be62e" class="sek-accord-content" role="tabpanel" aria-labelledby="sek-tab-title-706a238be62e"><p>Yes ! You can upgrade your plan at a prorated rate on <a href="http://docs.presscustomizr.com/article/18-how-can-i-upgrade-my-current-package" target="_blank" rel="noopener">your account page</a> when logged into our site. The prorated rate means that you’ll be charged for the price difference between your current plan and the new one.</p> </div></div><div class="sek-accord-item" data-sek-item-id="d9ae2d03e8c4" data-sek-expanded="false"><div id="sek-tab-title-d9ae2d03e8c4" class="sek-accord-title" role="tab" aria-controls="sek-tab-content-d9ae2d03e8c4"><span class="sek-inner-accord-title">Will my yearly subscription renew automatically?</span><div class="expander"><span></span><span></span></div></div><div id="sek-tab-content-d9ae2d03e8c4" class="sek-accord-content" role="tabpanel" aria-labelledby="sek-tab-title-d9ae2d03e8c4"><p>Yes. Your yearly subscription will automatically renew after one year. <span class="VIiyi" lang="en"><span class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="fr" data-phrase-index="0">A reminder email is sent two weeks before the renewal so you can decide whether or not you want to keep your plan active.</span></span> <br />You can cancel the subscription at any time on <a href="https://presscustomizr.com/account" target="_blank" rel="noopener">your account page</a>. However an active license key is required to receive updates and get support.</p> </div></div><div class="sek-accord-item" data-sek-item-id="6693f154cb26" data-sek-expanded="false"><div id="sek-tab-title-6693f154cb26" class="sek-accord-title" role="tab" aria-controls="sek-tab-content-6693f154cb26"><span class="sek-inner-accord-title">What happens if I cancel my yearly subscription ?</span><div class="expander"><span></span><span></span></div></div><div id="sek-tab-content-6693f154cb26" class="sek-accord-content" role="tabpanel" aria-labelledby="sek-tab-title-6693f154cb26"><div> <div>You can cancel your subscription at anytime from <a href="https://presscustomizr.com/account" target="_blank" rel="noopener">your account</a>. After cancellation, you won’t be charged anymore and your license key will be active until expiration of your yearly plan.</p> <p>When you plan expires, you don’t receive updates anymore and you can’t access premium product support.</p> </div> </div> </div></div><div class="sek-accord-item" data-sek-item-id="0a3af2679f70" data-sek-expanded="false"><div id="sek-tab-title-0a3af2679f70" class="sek-accord-title" role="tab" aria-controls="sek-tab-content-0a3af2679f70"><span class="sek-inner-accord-title">How does Lifetime plan work ?</span><div class="expander"><span></span><span></span></div></div><div id="sek-tab-content-0a3af2679f70" class="sek-accord-content" role="tabpanel" aria-labelledby="sek-tab-title-0a3af2679f70"><p>Unlike yearly subscription, <strong>lifetime plan is a one-time payment</strong>. Once purchased, you’ll get lifetime access to product updates and support. You’ll have access to all current and future premium features and bug fixes.</p> </div></div><div class="sek-accord-item" data-sek-item-id="a68c9c43e949" data-sek-expanded="false"><div id="sek-tab-title-a68c9c43e949" class="sek-accord-title" role="tab" aria-controls="sek-tab-content-a68c9c43e949"><span class="sek-inner-accord-title">Can I use my premium theme for my websites and for customer sites ?</span><div class="expander"><span></span><span></span></div></div><div id="sek-tab-content-a68c9c43e949" class="sek-accord-content" role="tabpanel" aria-labelledby="sek-tab-title-a68c9c43e949"><p>Yes! You can install and activate your theme on personal or client websites.<br />The <em>unlimited websites</em> plan allows you to install and activate the theme on as many websites as you want.</p> </div></div><div class="sek-accord-item" data-sek-item-id="ee5f14ef9ed4" data-sek-expanded="false"><div id="sek-tab-title-ee5f14ef9ed4" class="sek-accord-title" role="tab" aria-controls="sek-tab-content-ee5f14ef9ed4"><span class="sek-inner-accord-title">Will I lose my previous settings used in the free theme ?</span><div class="expander"><span></span><span></span></div></div><div id="sek-tab-content-ee5f14ef9ed4" class="sek-accord-content" role="tabpanel" aria-labelledby="sek-tab-title-ee5f14ef9ed4"><p>No of course. All settings created with the free theme will be preserved when installing the pro one.</p> </div></div><div class="sek-accord-item" data-sek-item-id="aa0cbfe2a76b" data-sek-expanded="false"><div id="sek-tab-title-aa0cbfe2a76b" class="sek-accord-title" role="tab" aria-controls="sek-tab-content-aa0cbfe2a76b"><span class="sek-inner-accord-title">What's your refund policy ?</span><div class="expander"><span></span><span></span></div></div><div id="sek-tab-content-aa0cbfe2a76b" class="sek-accord-content" role="tabpanel" aria-labelledby="sek-tab-title-aa0cbfe2a76b"><p>If you are unhappy with your purchase, we will gladly refund your money without questions. You can apply for a refund within 15 days of purchase.</p> </div></div><div class="sek-accord-item" data-sek-item-id="818ecf8f699f" data-sek-expanded="false"><div id="sek-tab-title-818ecf8f699f" class="sek-accord-title" role="tab" aria-controls="sek-tab-content-818ecf8f699f"><span class="sek-inner-accord-title">Can I get an invoice for my purchase ?</span><div class="expander"><span></span><span></span></div></div><div id="sek-tab-content-818ecf8f699f" class="sek-accord-content" role="tabpanel" aria-labelledby="sek-tab-title-818ecf8f699f"><p>Yes. After completing your order, you’ll receive a purchased receipt by email with a direct link to your PDF invoice.</p> </div></div><div class="sek-accord-item" data-sek-item-id="996346993acf" data-sek-expanded="false"><div id="sek-tab-title-996346993acf" class="sek-accord-title" role="tab" aria-controls="sek-tab-content-996346993acf"><span class="sek-inner-accord-title">🙋 Who we are and how to contact us</span><div class="expander"><span></span><span></span></div></div><div id="sek-tab-content-996346993acf" class="sek-accord-content" role="tabpanel" aria-labelledby="sek-tab-title-996346993acf"><div>We are a French 🇫🇷 company founded in 2014, specialized in WordPress design and development. We create high quality themes and plugins that have received hundreds of <span data-offset-key="8gc43-0-0">⭐️</span><span data-offset-key="8gc43-1-0">⭐️</span><span data-offset-key="8gc43-2-0">⭐️</span><span data-offset-key="8gc43-3-0">⭐️</span><span data-offset-key="8gc43-4-0">⭐️</span> reviews. We focus on simplicity for users and modularity for developers.</p> </div> <div>In 2025, we are proud that our WordPress products power the websites of 200K+ businesses and individuals around the world.</div> <p></p> <div>📨 You can get in touch with us on our <a href="https://presscustomizr.com/contact" target="_blank" rel="noopener">contact page</a>, we’re always happy to help our customers 🙂.</div> </div></div> </div> </div> </div> </div> </div> </div> </div> </div><div data-sek-level="section" data-sek-id="__nimble__972f615100eb" class="sek-section sek-has-modules " id="install" > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__85356fffc9c4" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__45a10d4d1db1" data-sek-module-type="czr_image_module" class="sek-module " title="" > <div class="sek-module-inner"> <figure class=" sek-img" title="2019-11-18_15-15-28"><img width="688" height="437" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-sek-src="https://presscustomizr.com/wp-content/uploads/2019/11/2019-11-18_15-15-28.png" class="attachment-large size-large no-lazy" alt="" /></figure> </div> </div> </div> </div><div data-sek-level="column" data-sek-id="__nimble__eeaea302f57f" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__460e4ad6596f" data-sek-module-type="czr_heading_module" class="sek-module " title="" > <div class="sek-module-inner"> <h2 class="sek-heading">Installing Customizr Pro only takes a few clicks</h2> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__8d250c45b042" data-sek-module-type="czr_tiny_mce_editor_module" class="sek-module " title="" > <div class="sek-module-inner"> <div class="inner-vertical-center"> <p>You need of course <a href="http://docs.presscustomizr.com/article/163-first-steps-with-wordpress" target="_blank" rel="noopener">WordPress</a> installed on the server of your web domain. Don’t worry, any domain reseller or hosting companies will install WordPress for you 🙂.</p> <p>In your WordPress Dashboard ( yourdomain.com/wp-admin ), click on Appearance > Themes > Add New, then :</p> <ol> <li>Click on the “Upload Theme” button,</li> <li>Choose the zip file of Customizr Pro that you have downloaded after your purchase,</li> <li>Click on “Install Now”.</li> </ol> </div> </div> </div> </div> </div> </div> </div> </div><div data-sek-level="section" data-sek-id="__nimble__5d689f8b43d5" class="sek-section sek-has-modules " > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__036ddb7dc26a" class="sek-column sek-col-base sek-col-100 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__72c15ba4228e" data-sek-module-type="czr_divider_module" class="sek-module " title="" > <div class="sek-module-inner"> <span class="sek-divider"></span> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__87bf2b080976" data-sek-module-type="czr_button_module" class="sek-module " title="" > <div class="sek-module-inner"> <a class="sek-btn box-shadow push-effect" href="#purchase" ><span class="sek-btn-inner"><span class="sek-btn-text">Purchase now</span><i class="fas fa-download"></i></span></a> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__b545fac05919" data-sek-module-type="czr_divider_module" class="sek-module " title="" > <div class="sek-module-inner"> <span class="sek-divider"></span> </div> </div> </div> </div> </div> </div> </div><div data-sek-level="section" data-sek-id="__nimble__795695bebced" class="sek-section sek-has-modules " id="feature-font-customizer" > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__508d8f90e6f5" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__e357e9858a63" data-sek-module-type="czr_heading_module" class="sek-module " title="" > <div class="sek-module-inner"> <h2 class="sek-heading">Web Design is 95% typography</h2> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__61e5fdb3f259" data-sek-module-type="czr_tiny_mce_editor_module" class="sek-module " title="" > <div class="sek-module-inner"> <p>Customizr Pro includes a totally unique font customizer module ( worth $29 as stand-alone plugin ), allowing you to instantly select and preview live 650+ Google Fonts and 40+ effects.</p> <p>Any text of your site can be customized : titles, paragraphs, links, or even custom css selectors. You can for example create attractive headings like on <a href="http://demo-hueman.presscustomizr.com/category/food/" target="_blank" rel="noopener">this page</a> in a few clicks.</p> </div> </div> </div> </div><div data-sek-level="column" data-sek-id="__nimble__6bc1b85bf9ff" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__31afa47d4f5a" data-sek-module-type="czr_gif_image_module" class="sek-module " title="" > <div class="sek-module-inner"> <figure class="" title="font_customizer"><img width="660" height="381" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-sek-src="https://presscustomizr.com/wp-content/uploads/2019/10/font_customizer.png" class="attachment-large size-large no-lazy" alt="" decoding="async" data-sek-srcset="https://presscustomizr.com/wp-content/uploads/2019/10/font_customizer.png 660w, https://presscustomizr.com/wp-content/uploads/2019/10/font_customizer-300x173.png 300w, https://presscustomizr.com/wp-content/uploads/2019/10/font_customizer-570x329.png 570w" data-sek-sizes="(max-width: 660px) 100vw, 660px" /><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="sek-lazy-gif zizi-not-loaded" data-sek-gif-src="https://presscustomizr.com/wp-content/uploads/2019/10/font_customizer1.gif"></figure> </div> </div> </div> </div> </div> </div> </div><div data-sek-level="section" data-sek-id="__nimble__0ab7efba917f" class="sek-section sek-has-modules " > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__5492fe1b9696" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__5dfb1b8bbf38" data-sek-module-type="czr_gif_image_module" class="sek-module " title="" > <div class="sek-module-inner"> <figure class="" title="customize_portfolio"><img width="660" height="389" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-sek-src="https://presscustomizr.com/wp-content/uploads/2019/10/customize_portfolio.png" class="attachment-large size-large no-lazy" alt="" decoding="async" data-sek-srcset="https://presscustomizr.com/wp-content/uploads/2019/10/customize_portfolio.png 660w, https://presscustomizr.com/wp-content/uploads/2019/10/customize_portfolio-300x177.png 300w, https://presscustomizr.com/wp-content/uploads/2019/10/customize_portfolio-570x336.png 570w" data-sek-sizes="(max-width: 660px) 100vw, 660px" /><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="sek-lazy-gif zizi-not-loaded" data-sek-gif-src="https://presscustomizr.com/wp-content/uploads/2019/10/customize_portfolio.gif"></figure> </div> </div> </div> </div><div data-sek-level="column" data-sek-id="__nimble__1ef341e42ecf" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__0a130ab9f8e2" data-sek-module-type="czr_heading_module" class="sek-module " title="" > <div class="sek-module-inner"> <h2 class="sek-heading">Design beautiful portfolios</h2> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__da6ab1c2fca6" data-sek-module-type="czr_tiny_mce_editor_module" class="sek-module " title="" > <div class="sek-module-inner"> <p>Take full control of your posts or portfolio grids with many customizations features and effects : you'll rediscover how attractive a list of posts can be.</p> </div> </div> </div> </div> </div> </div> </div><div data-sek-level="section" data-sek-id="__nimble__cd9021b6dfff" class="sek-section sek-has-modules " > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__b1984c862d78" class="sek-column sek-col-base sek-col-100 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__4c4e8023c6bb" data-sek-module-type="czr_divider_module" class="sek-module " title="" > <div class="sek-module-inner"> <span class="sek-divider"></span> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__383b6a90c792" data-sek-module-type="czr_button_module" class="sek-module " title="" > <div class="sek-module-inner"> <a class="sek-btn box-shadow push-effect" href="#purchase" ><span class="sek-btn-inner"><span class="sek-btn-text">Purchase now</span><i class="fas fa-download"></i></span></a> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__0b061ccf2dd5" data-sek-module-type="czr_divider_module" class="sek-module " title="" > <div class="sek-module-inner"> <span class="sek-divider"></span> </div> </div> </div> </div> </div> </div> </div><div data-sek-level="section" data-sek-id="__nimble__6ba6e19711da" class="sek-section sek-has-modules " > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__298175c910e0" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__fc8c22638658" data-sek-module-type="czr_heading_module" class="sek-module " title="" > <div class="sek-module-inner"> <h2 class="sek-heading">Your visitors want to see more pictures !</h2> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__8b45842942e5" data-sek-module-type="czr_tiny_mce_editor_module" class="sek-module " title="" > <div class="sek-module-inner"> <p>Feature your work or products as gallery carousels on your home or blog page, and without slowing down your website : our technology loads your images on demand. Documented <a href="http://docs.presscustomizr.com/article/310-how-to-display-your-image-galleries-as-a-carousel-in-post-lists" target="_blank" rel="noopener">here</a>.</p> </div> </div> </div> </div><div data-sek-level="column" data-sek-id="__nimble__6fe614634baa" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__01de1d014e1b" data-sek-module-type="czr_gif_image_module" class="sek-module " title="" > <div class="sek-module-inner"> <figure class="" title="gallery_carousel_in_customizr_pro"><img width="601" height="466" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-sek-src="https://presscustomizr.com/wp-content/uploads/2019/10/gallery_carousel_in_customizr_pro.png" class="attachment-large size-large no-lazy" alt="" decoding="async" data-sek-srcset="https://presscustomizr.com/wp-content/uploads/2019/10/gallery_carousel_in_customizr_pro.png 601w, https://presscustomizr.com/wp-content/uploads/2019/10/gallery_carousel_in_customizr_pro-300x233.png 300w, https://presscustomizr.com/wp-content/uploads/2019/10/gallery_carousel_in_customizr_pro-570x442.png 570w" data-sek-sizes="(max-width: 601px) 100vw, 601px" /><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="sek-lazy-gif zizi-not-loaded" data-sek-gif-src="https://presscustomizr.com/wp-content/uploads/2019/10/gallery_carousel_in_customizr_pro.gif"></figure> </div> </div> </div> </div> </div> </div> </div><div data-sek-level="section" data-sek-id="__nimble__8a770eb0f3b2" class="sek-section sek-has-modules " id="woocommerce" > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__7939d8d4c1b9" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__5a797cece92d" data-sek-module-type="czr_gif_image_module" class="sek-module " title="" > <div class="sek-module-inner"> <figure class="" title="2017-05-05_18-54-57"><img width="800" height="608" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-sek-src="https://presscustomizr.com/wp-content/uploads/2019/10/2017-05-05_18-54-57.jpg" class="attachment-large size-large no-lazy" alt="" decoding="async" data-sek-srcset="https://presscustomizr.com/wp-content/uploads/2019/10/2017-05-05_18-54-57.jpg 800w, https://presscustomizr.com/wp-content/uploads/2019/10/2017-05-05_18-54-57-300x228.jpg 300w, https://presscustomizr.com/wp-content/uploads/2019/10/2017-05-05_18-54-57-768x584.jpg 768w, https://presscustomizr.com/wp-content/uploads/2019/10/2017-05-05_18-54-57-570x433.jpg 570w" data-sek-sizes="(max-width: 800px) 100vw, 800px" /><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="sek-lazy-gif zizi-not-loaded" data-sek-gif-src="https://presscustomizr.com/wp-content/uploads/2019/10/woocommerce_ready.gif"></figure> </div> </div> </div> </div><div data-sek-level="column" data-sek-id="__nimble__0e8e2decf565" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__fb708f301c19" data-sek-module-type="czr_heading_module" class="sek-module " title="" > <div class="sek-module-inner"> <h2 class="sek-heading">Ready for WooCommerce</h2> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__8888e3a78426" data-sek-module-type="czr_tiny_mce_editor_module" class="sek-module " title="" > <div class="sek-module-inner"> <p>100% compatible with WooCommerce to create your online store.</p> <p>Start selling your products with Customizr Pro and WooCommerce. The theme includes features like a header shopping cart and a clean and professional product list grid.</p> </div> </div> </div> </div> </div> </div> </div><div data-sek-level="section" data-sek-id="__nimble__abebf1520e43" class="sek-section sek-has-modules " > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__4c4a1e1d5430" class="sek-column sek-col-base sek-col-100 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__95c3af1efdad" data-sek-module-type="czr_divider_module" class="sek-module " title="" > <div class="sek-module-inner"> <span class="sek-divider"></span> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__abc250ddbac0" data-sek-module-type="czr_button_module" class="sek-module " title="" > <div class="sek-module-inner"> <a class="sek-btn box-shadow push-effect" href="#purchase" ><span class="sek-btn-inner"><span class="sek-btn-text">Purchase now</span><i class="fas fa-download"></i></span></a> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__265ffdd5d460" data-sek-module-type="czr_divider_module" class="sek-module " title="" > <div class="sek-module-inner"> <span class="sek-divider"></span> </div> </div> </div> </div> </div> </div> </div><div data-sek-level="section" data-sek-id="__nimble__8eb7eefbb21d" class="sek-section sek-has-modules " id="feature-footer-customizer" > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__363395f03c1b" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__9d5cd351da35" data-sek-module-type="czr_gif_image_module" class="sek-module " title="" > <div class="sek-module-inner"> <figure class="" title="footer"><img width="660" height="382" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-sek-src="https://presscustomizr.com/wp-content/uploads/2019/10/footer.gif" class="attachment-large size-large no-lazy" alt="" decoding="async" /><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="sek-lazy-gif zizi-not-loaded" data-sek-gif-src="https://presscustomizr.com/wp-content/uploads/2019/10/footer.png"></figure> </div> </div> </div> </div><div data-sek-level="column" data-sek-id="__nimble__b1eb06bc1f47" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__7a2fa0984381" data-sek-module-type="czr_heading_module" class="sek-module " title="" > <div class="sek-module-inner"> <h2 class="sek-heading">Edit your footer credits live</h2> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__0dc883bc9050" data-sek-module-type="czr_tiny_mce_editor_module" class="sek-module " title="" > <div class="sek-module-inner"> <p>Your footer credits are something you might think is not worth designing. But when you think about it, they're displayed on all of your pages. That's why we've made them ridiculously simple to customize for you. ( the devil is in the details <img decoding="async" class="wp-smiley tc-smart-loaded" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-sek-src="https://presscustomizr.com/wp-includes/images/smilies/simple-smile.png" alt=":)" /> )</p> </div> </div> </div> </div> </div> </div> </div><div data-sek-level="section" data-sek-id="__nimble__53df1bfea39e" class="sek-section sek-has-modules " > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__54f07e62202d" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__5a393aad7f07" data-sek-module-type="czr_heading_module" class="sek-module " title="" > <div class="sek-module-inner"> <h2 class="sek-heading">Feature any content</h2> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__873c0d1f4e2c" data-sek-module-type="czr_tiny_mce_editor_module" class="sek-module " title="" > <div class="sek-module-inner"> <p>Feature any content (post, pages, custom post type) of your website on your most visited page : home. Also available as a standalone plugin working in any WordPress theme : the Featured Pages Unlimited plugin (worth $29 as stand-alone plugin).</p> </div> </div> </div> </div><div data-sek-level="column" data-sek-id="__nimble__6b373473c197" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__93240b4b8ac8" data-sek-module-type="czr_gif_image_module" class="sek-module " title="" > <div class="sek-module-inner"> <figure class="" title="featured_pages"><img width="660" height="389" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-sek-src="https://presscustomizr.com/wp-content/uploads/2019/10/featured_pages.png" class="attachment-large size-large no-lazy" alt="" decoding="async" data-sek-srcset="https://presscustomizr.com/wp-content/uploads/2019/10/featured_pages.png 660w, https://presscustomizr.com/wp-content/uploads/2019/10/featured_pages-300x177.png 300w, https://presscustomizr.com/wp-content/uploads/2019/10/featured_pages-570x336.png 570w" data-sek-sizes="(max-width: 660px) 100vw, 660px" /><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="sek-lazy-gif zizi-not-loaded" data-sek-gif-src="https://presscustomizr.com/wp-content/uploads/2019/10/featured_pages.gif"></figure> </div> </div> </div> </div> </div> </div> </div><div data-sek-level="section" data-sek-id="__nimble__040183846180" class="sek-section sek-has-modules " > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__1456f08fff67" class="sek-column sek-col-base sek-col-100 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__3ea8ca54d41c" data-sek-module-type="czr_divider_module" class="sek-module " title="" > <div class="sek-module-inner"> <span class="sek-divider"></span> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__c1c045036d84" data-sek-module-type="czr_button_module" class="sek-module " title="" > <div class="sek-module-inner"> <a class="sek-btn box-shadow push-effect" href="#purchase" ><span class="sek-btn-inner"><span class="sek-btn-text">Purchase now</span><i class="fas fa-download"></i></span></a> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__c9d484ed94f7" data-sek-module-type="czr_divider_module" class="sek-module " title="" > <div class="sek-module-inner"> <span class="sek-divider"></span> </div> </div> </div> </div> </div> </div> </div><div data-sek-level="section" data-sek-id="__nimble__1fd38c0350e9" class="sek-section sek-has-modules " > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__1c9dd1857bdd" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__aea8163d647f" data-sek-module-type="czr_heading_module" class="sek-module " title="" > <div class="sek-module-inner"> <h2 class="sek-heading"><span class="fa fas fa-mobile-alt"></span> <span class="fa fas fa-tablet-alt"></span> <span class="fa fas fa-desktop"></span> Responsive</h2> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__cddf9bde4264" data-sek-module-type="czr_tiny_mce_editor_module" class="sek-module " title="" > <div class="sek-module-inner"> <p>We are continuously improving our product to provide an optimal user experience for your visitors. With the Customizr theme, your website <strong>loads fast</strong> and <strong>adapts nicely on any device</strong> : smartphone, tablet, laptop, or desktop.</p> </div> </div> </div> </div><div data-sek-level="column" data-sek-id="__nimble__6d01d868d268" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__5f0c3887ef56" data-sek-module-type="czr_gif_image_module" class="sek-module " title="" > <div class="sek-module-inner"> <figure class="" title="responsive-device-660"><img width="660" height="461" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-sek-src="https://presscustomizr.com/wp-content/uploads/2019/10/responsive-device-660.jpg" class="attachment-large size-large no-lazy" alt="" decoding="async" data-sek-srcset="https://presscustomizr.com/wp-content/uploads/2019/10/responsive-device-660.jpg 660w, https://presscustomizr.com/wp-content/uploads/2019/10/responsive-device-660-300x210.jpg 300w, https://presscustomizr.com/wp-content/uploads/2019/10/responsive-device-660-570x398.jpg 570w" data-sek-sizes="(max-width: 660px) 100vw, 660px" /></figure> </div> </div> </div> </div> </div> </div> </div><div data-sek-level="section" data-sek-id="__nimble__94f785f6ffdd" class="sek-section sek-has-modules " id="feature-documentation" > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__b29013703f8a" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__fbc2749d320d" data-sek-module-type="czr_gif_image_module" class="sek-module " title="" > <div class="sek-module-inner"> <figure class="" title="documentation"><img width="660" height="381" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-sek-src="https://presscustomizr.com/wp-content/uploads/2019/10/documentation.png" class="attachment-large size-large no-lazy" alt="" decoding="async" data-sek-srcset="https://presscustomizr.com/wp-content/uploads/2019/10/documentation.png 660w, https://presscustomizr.com/wp-content/uploads/2019/10/documentation-300x173.png 300w, https://presscustomizr.com/wp-content/uploads/2019/10/documentation-570x329.png 570w" data-sek-sizes="(max-width: 660px) 100vw, 660px" /><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="sek-lazy-gif zizi-not-loaded" data-sek-gif-src="https://presscustomizr.com/wp-content/uploads/2019/10/documentation.gif"></figure> </div> </div> </div> </div><div data-sek-level="column" data-sek-id="__nimble__75cd056026f1" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__f2dafb694113" data-sek-module-type="czr_heading_module" class="sek-module " title="" > <div class="sek-module-inner"> <h2 class="sek-heading">Beautifully documented</h2> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__1f7b3b74384f" data-sek-module-type="czr_tiny_mce_editor_module" class="sek-module " title="" > <div class="sek-module-inner"> <p>We put a lot of work in our <a title="visit the documentation" href="http://docs.presscustomizr.com" target="_blank" rel="noopener">documentation</a> and we hope you'll love browsing it. You can instantly find answers with our suggested results. If you think something is missing, contact us and we'll add it.</p> </div> </div> </div> </div> </div> </div> </div><div data-sek-level="section" data-sek-id="__nimble__a28eb3b3cf4d" class="sek-section sek-has-modules " > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__dceb8855e127" class="sek-column sek-col-base sek-col-100 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__1c998c2b0829" data-sek-module-type="czr_divider_module" class="sek-module " title="" > <div class="sek-module-inner"> <span class="sek-divider"></span> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__667f1441ba6f" data-sek-module-type="czr_button_module" class="sek-module " title="" > <div class="sek-module-inner"> <a class="sek-btn box-shadow push-effect" href="#purchase" ><span class="sek-btn-inner"><span class="sek-btn-text">Purchase now</span><i class="fas fa-download"></i></span></a> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__1b6f0a7d057c" data-sek-module-type="czr_divider_module" class="sek-module " title="" > <div class="sek-module-inner"> <span class="sek-divider"></span> </div> </div> </div> </div> </div> </div> </div><div data-sek-level="section" data-sek-id="__nimble__f6816e85666b" class="sek-section sek-has-modules " id="feature-support" > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__58ce36626d63" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__df1de2d9b1ca" data-sek-module-type="czr_heading_module" class="sek-module " title="" > <div class="sek-module-inner"> <h2 class="sek-heading">World Class Support from WordPress Experts</h2> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__dbc0ba57154e" data-sek-module-type="czr_tiny_mce_editor_module" class="sek-module " title="" > <div class="sek-module-inner"> <p>Customizr Pro is super easy to use, but if you <a title="Head over to our support helpdesk" href="http://presscustomizr.com/support" target="_blank" rel="noopener">need help</a>, our team of developer is here to make your life easier.</p> <p style="text-align: left;">That's why our beloved customers give us industry leading happiness ratings.</p> <p style="text-align: center;"><em><span style="font-size: 12pt;">Our average resolution time is less than 12h00.</span></em></p> </div> </div> </div> </div><div data-sek-level="column" data-sek-id="__nimble__468838bb2edc" class="sek-column sek-col-base sek-col-50 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__0a36921259b8" data-sek-module-type="czr_gif_image_module" class="sek-module " title="" > <div class="sek-module-inner"> <figure class="" title="happiness-jan-fev2016_comp"><img width="660" height="333" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-sek-src="https://presscustomizr.com/wp-content/uploads/2019/10/happiness-jan-fev2016_comp.png" class="attachment-large size-large no-lazy" alt="" decoding="async" data-sek-srcset="https://presscustomizr.com/wp-content/uploads/2019/10/happiness-jan-fev2016_comp.png 660w, https://presscustomizr.com/wp-content/uploads/2019/10/happiness-jan-fev2016_comp-300x151.png 300w, https://presscustomizr.com/wp-content/uploads/2019/10/happiness-jan-fev2016_comp-570x288.png 570w" data-sek-sizes="(max-width: 660px) 100vw, 660px" /></figure> </div> </div> </div> </div> </div> </div> </div><div data-sek-level="section" data-sek-id="__nimble__0634d6eeaed8" class="sek-section sek-has-modules " > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__335f09e8041c" class="sek-column sek-col-base sek-col-100 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__480414250919" data-sek-module-type="czr_tiny_mce_editor_module" class="sek-module " title="" > <div class="sek-module-inner"> <p>Our WordPress themes and plugins have been featured on the following websites</p> </div> </div> <div data-sek-level="module" data-sek-id="__nimble__f2a9fbaa76be" data-sek-module-type="czr_image_module" class="sek-module " title="" > <div class="sek-module-inner"> <figure class=" sek-img" title="customizr_featured_on"><img width="1114" height="86" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-sek-src="https://presscustomizr.com/wp-content/uploads/2019/10/customizr_featured_on.png" class="attachment-original size-original no-lazy" alt="" /></figure> </div> </div> </div> </div> </div> </div> </div><div data-sek-level="section" data-sek-id="__nimble__350b83989962" class="sek-section sek-has-modules " id="changelog" > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__3aa07c085a08" class="sek-column sek-col-base sek-col-100 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__855b9878f9f6" data-sek-module-type="czr_accordion_module" class="sek-module " title="" > <div class="sek-module-inner"> <div class="sek-accord-wrapper" data-sek-accord-id="__nimble__855b9878f9f6" data-sek-is-multi-item="false" data-sek-first-expanded="false" data-sek-one-expanded="true" data-sek-has-global-border="true" data-sek-has-title-border="true" role="tablist"> <div class="sek-accord-item" data-sek-item-id="697ca499b75d" data-sek-expanded="false"><div id="sek-tab-title-697ca499b75d" class="sek-accord-title" role="tab" aria-controls="sek-tab-content-697ca499b75d"><span class="sek-inner-accord-title">Changelog</span><div class="expander"><span></span><span></span></div></div><div id="sek-tab-content-697ca499b75d" class="sek-accord-content" role="tabpanel" aria-labelledby="sek-tab-title-697ca499b75d"><p><div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body\"> <div class=\"markdown-body my-3\" data-pjax=\"true\" data-test-selector=\"body-content\" data-view-component=\"true\"> <div class=\"markdown-body my-3\" data-pjax=\"true\" data-test-selector=\"body-content\" data-view-component=\"true\"> <strong>= 2.4.27 December 10th 2024 =</strong> <ul> <li>Fixed issue caused by WP 6.7 update</li> </ul> <strong> = 2.4.26 November 29th 2024 =</strong> <ul> <li>Fixed issue caused by WP 6.7 update</li> <li>Fixed global menus unresponsive</li> </ul> <strong>= 2.4.25 April 6th 2024 =</strong> <ul> <li>Fixed Vulnerability</li> <li>Updated PHP 8 compatibility</li> </ul> <strong>= 2.4.24 May 8th 2023 =</strong> <ul> <li>Solved the blank customizer page issue</li> <li>Fix warning in category pages</li> </ul> <strong>= 2.4.23 August 29th 2022 =</strong> <ul> <li>Created option to disable Google Fonts from loading</li> <li>GDPR compliance</li> </ul> <strong>= 2.4.22 December 6th 2021 =</strong> <ul> <li>checked : [WP 5.9] preliminary successfull tests with the beta version of WordPress 5.9</li> <li>update : [admin] admin page wording</li> </ul> </div> <strong>= 2.4.21 October 27th 2021 =</strong> <ul> <li>fixed : [HTML] removed type attribute for script elements</li> <li>fixed : [HTML] removed type attribute for style elements</li> <li>fixed : [CSS] The first argument to the linear-gradient function should be \"to top\", not \"top\" as per w3 specification</li> <li>fixed : [CSS] minor box-shadow property fix</li> <li>fixed : [CSS] value hidden doesn\'t exist for property webkit-backface-visibility</li> </ul> </div> <strong>= 2.4.20 October 6th 2021 =</strong> <ul> <li>fixed : [CSS] minor CSS W3C validation error</li> <li>fixed : [CSS][customizer] improved style for textareas</li> <li>improved : [admin] update notice style and wording</li> </ul> </div> <strong>= 2.4.19 September 20th 2021 =</strong> <ul> <li>fixed : [PHP] improved compatibility with PHP 8.0</li> </ul> </div> <strong>= 2.4.18 September 10th 2021 =</strong> <ul> <li>fixed : Using Tickets add-on for The Events Calendar generates a bug</li> <li>improved : update notice now includes a link to changelog</li> <li>added : sms and map icon in social list</li> <li>improved : design of the theme\'s admin page</li> </ul> </div> <strong>= 2.4.17 September 2nd 2021 =</strong> <ul> <li>fixed : [PHP8] improved compatibility with PHP8, fix social links displayed in sidebars even when unchecked in customizer options</li> </ul> </div> <strong>= 2.4.16 August 25th 2021 =</strong> <ul> <li>fixed : [header][PHP8] tagline and social links in header might be displayed even when unchecked in options</li> <li>fixed : [table style] disable CSS rule table-layout: fixed; on mobile devices to prevent displaying unreadable tables</li> </ul> </div> <strong>= 2.4.15 July 28th 2021 =</strong> <ul> <li>fixed : [PHP8] theme updater possible error with PHP8</li> </ul> </div> <strong>= 2.4.14 July 19th, 2021 =</strong> <ul> <li>100% compatible with WordPress 5.8</li> <li>fixed : [lazy load] compatibility with Nimble Builder</li> </ul> </div> <strong>= 2.4.13 June 21st, 2021 =</strong> <ul> <li>fixed : [PHP] removed various deprecated calls in head and header</li> </ul> <strong>= 2.4.12 June 1st, 2021 =</strong> <ul> <li>fixed : [performance] Using wp_cache_set() can break sites using persistent caching like Memcached</li> <li>fixed : [PHP8] compatibility issue ( required parameter follows optional parameter )</li> <li>fixed : [accessibility] improve accessibility of checkbox toggle for slider options</li> <li>fixed : [markup] remove W3C deprecated attributes for script and style tags</li> </ul> </div> <strong>= 2.4.11 May 26th, 2021 =</strong> <ul> <li>fixed : [accessibility] accessibility of toggle checkboxes in the customizer</li> </ul> </div> <strong>= 2.4.9 April 12th, 2021 =</strong> <ul> <li>fixed : [WooCommerce] checkboxes on checkout page can be broken when Font Awesome icons are not loaded</li> </ul> </div> <strong>= 2.4.8 March 30th, 2021 =</strong> <ul> <li>fixed : [header] when centered on desktop, the site title stays left aligned</li> <li>fixed : [PHP] error when global font-size left blank. \"Unsupported operand types: string / int\"</li> <li>successufully tested with WP 5.7</li> </ul> </div> <strong>= 2.4.7 February 2nd, 2021 =</strong> <ul> <li>fixed : [header] top offset issue when user logged in</li> <li>fixed : Conflict with OptimizePress3</li> <li>updated : Font Awesome icons to latest version (v5.15.2)</li> <li>added : [social links] added Tiktok icon</li> </ul> </div> <strong>= 2.4.6 January 22nd, 2021 =</strong> <ul> <li>fixed : [effect] effect not applied on all expected selectors due to an error in the inline javascript code</li> </ul> </div> <strong>= 2.4.5 January 17th, 2021 =</strong> <ul> <li>fixed : [PHP 8] error Uncaught ValueError: Unknown format specifier “;” in core/czr-customize-ccat.php:966</li> </ul> </div> <strong>= 2.4.4 January 13th, 2021 =</strong> <ul> <li>added : [featured pages] support for shortcodes in fp custom text</li> <li>added : [social links] mastodon icon</li> </ul> </div> <strong>= 2.4.3 January 8th, 2021 =</strong> <ul> <li>fixed : [PHP 8.0] broken value checks on boolean options</li> </ul> </div> <strong>= 2.4.1 January 5th, 2021 =</strong> <ul> <li>fixed : [performance] preload customizr.woff2 font</li> <li>fixed : [performance][php] removed duplicated queries for \'template\' option and thumbnail models</li> <li>fixed : [performance] improve loading performance of Font awesome icons to comply with Google lighthouse metrics ( preload warning removed )</li> <li>improved : [performance][footer] replaced font awesome WP icon</li> </ul> </div> <strong>= 2.4.0 December 22nd, 2020 =</strong> <ul> <li>fixed : [PHP 8] Fix deprecation notices for optional function parameters declared before required parameter</li> </ul> </div> <strong>= 2.3.14 December 10th, 2020 =</strong> <ul> <li>fixed : [WP 5.6][WP 5.7] replaced deprecated shorthands</li> <li>fixed : [WP 5.6][fancybox] Close (x) link not working on pop-up image in galleries</li> <li>fixed : [WP Gallery Block] padding style conflict created by the theme</li> </ul> </div> <strong>= 2.3.13 December 2nd, 2020 =</strong> <ul> <li>fixed : [links] external links icons not displayed</li> </ul> </div> <strong>= 2.3.12 December 1st, 2020 =</strong> <ul> <li>fixed : [menu] javascript error on click on menu item with an anchor link</li> </ul> </div> <strong>= 2.3.11 December 1st, 2020 =</strong> <ul> <li>fixed : [headings] H3 heading size not smaller enough than H2 makes it difficult to distinguish</li> <li>fixed : [WP 5.7] remove jquery-migrate dependencies</li> <li>improved : [Font customizer][performance][JS] remove webfontload library from front js</li> <li>improved : [Font customizer][performance][JS] write front js inline</li> <li>improved : [Font customizer][performance][CSS] write base front CSS inline + load stylesheet for effects only when needed</li> <li>improved : [Font customizer][performance][CSS] loads Google effect images locally</li> <li>improved : [Home Features Pages][performance] print front js inline</li> </ul> </div> <strong>= 2.3.10 November 23rd, 2020 =</strong> <ul> <li>fixed : [Links][classical style] when underline is disabled, hovering/activating a link should display the underline</li> </ul> </div> <strong>= 2.3.9 November 19th, 2020 =</strong> <ul> <li>added : [CSS][links] added a new option to opt-out underline on links. Option located in customizer > Global Settings > Formatting</li> </ul> </div> <strong>= 2.3.8 November 17th, 2020 =</strong> <ul> <li>fixed : [javascript] console warning when resizing in console due to an error in flickity slider script</li> </ul> <strong>= 2.3.7 November 17th, 2020 =</strong> <ul> <li>fixed : [TRT requirement][accessibility] Links within content must be underlined</li> <li>fixed : [WP 5.6][jQuery] adapt to WP jQuery updated version. Prepare removal of jQuery Migrate in future WP 5.7 ( <a href=\"https://make.wordpress.org/core/2020/06/29/updating-jquery-version-shipped-with-wordpress/\" rel=\"nofollow\">https://make.wordpress.org/core/2020/06/29/updating-jquery-version-shipped-with-wordpress/</a> )</li> </ul> </div> <strong>= 2.3.6 November 4th, 2020 =</strong> <ul> <li>fixed : [PHP] possible warning => \"Deprecated: Invalid characters passed for attempted conversion\" when converting hex colors</li> <li>added : support for auto-update</li> </ul> </div> <strong>= 2.3.5 November 2nd, 2020 =</strong> <ul> <li>tested : [WordPress] Customizr v4.3.5 is 100% compatible with WP 5.5.3</li> <li>fixed : [Menu] right clicking a parent menu item breaks sub-menu items auto-collapse</li> <li>fixed : [CSS] add back the \"home\" CSS class to body tag when user picked option \"Don\'t show any posts or page\"</li> <li>fixed : [Infinite scrool] WooCommerce, if infinite scroll is not supported,remove the \"load more products\" button</li> <li>added : [Infinite scroll] implement a new filters \'czr_infinite_scroll_handle_text\' allowing developers to replace the text \"Load more...\" by a custom one</li> </ul> </div> <strong>= 2.3.4 October 7th, 2020 =</strong> <ul> <li>added : [CSS] add current theme version as CSS class to body tag</li> </ul> </div> <strong>= 2.3.3 September 18, 2020 =</strong> <ul> <li>fixed : [admin] security issue</li> </ul> </div> <strong>= 2.3.2 September 9, 2020</strong> <ul> <li>fixed : Color picker CSS broken <a href=\"https://github.com/presscustomizr/hueman-pro-addons/issues/214\">https://github.com/presscustomizr/hueman-pro-addons/issues/214</a></li> <li>improved : Successfully tested with WP 5.5.1.</li> </ul> </div> <strong>= 2.3.1 August 28 2020 =</strong> <ul> <li>fixed : [search icon] when displayed on the left in the main header, search field is partially hidden when revealed</li> <li>fixed : [script][admin] loading failed for the czrSelect2.min.js</li> </ul> </div> <strong>= 2.3.0 July 21st 2020 =</strong> <ul> <li>Customizr Pro has been successfully tested with WP 5.5</li> <li>fixed : [compatibility with WP 5.5] adapt customizer color-picker script with latest version of WP 5.5</li> </ul> </div> <strong>= 2.2.9 July 16th 2020 =</strong> <ul> <li>fixed : [Admin] possible PHP error in admin</li> </ul> </div> <strong>= 2.2.8 July 16th 2020 =</strong> <ul> <li>fixed : [Theme check] adapt to latest additions by theme review team</li> <li>fixed : [magnific popup] should not be loaded when ligthbox option is unchecked</li> <li>improved : [performances] preload Google Fonts by default</li> </ul> </div> <strong>= 2.2.7 May 30th 2020 =</strong> <ul> <li>added : [search form] on desktop new simple default mode for search form in header. Full screen search is optional in Customizing ▸ Header ▸ Design settings for desktops and laptops ▸ Search icon</li> <li>added : [post metas] add a way to hook before and after</li> <li>fixed : [post date] user defined date format is not taken into account when rendering dates</li> <li>fixed : [comments] when using a plugin like wpdiscuz the comment link (in post heading) links to nowhere</li> </ul> </div> <strong>= 2.2.6 May 14th 2020 =</strong> <ul> <li>fixed : [javascript] possible error due to missing underscore.js asset when \"lightbox image\" option is unchecked</li> </ul> </div> <strong>= 2.2.5 May 14th 2020 =</strong> <ul> <li>fixed : [Javascript][plugin compatibility] including underscore in the main script can break other plugins</li> <li>fixed : [slider arrows][mobile] next/previous arrows are hiding a significant part of the image</li> <li>fixed : [Woocommerce][Gutenberg] products blocks don’t work</li> <li>fixed : fixed [Post navigation][mobile] navigation words are cut out</li> <li>fixed : [Search form] gutenberg search block style is broken</li> <li>fixed : [TRT] add new required fields in style.css</li> <li>improved : [javascript] make sure maybe deprecated $.browser exists before using it</li> <li>added : [template][hooks] add new hooks before and after post heading title in post lists</li> <li>added : [Font Customizer][performance] add an option to disable totally Font Customizer if needed</li> <li>added : [Font Customizer][performance] added display=swap parameter to Google fonts to ensure text remains visible during webfont load</li> </ul> </div> <strong>= 2.2.4 April 20th 2020 =</strong> <ul> <li>fixed : [Horizontal Menus] submenu expansion on click is broken</li> <li>fixed : [Menus] make sure the cursor is a pointer for a menu item, even when it has no href attribute</li> <li>fixed : [Lazy loading] images are not lazy loaded when dynamic content is inserted in the DOM</li> <li>fixed : [Font Customizer] possible php warning displayed when generating CSS rules for line-height</li> </ul> </div> <strong>= 2.2.3 April 15th 2020 =</strong> <ul> <li>fixed : [Mobile menu] regression introduced when improving mobile menu in last update.</li> </ul> </div> <strong>= 2.2.2 April 14th 2020 =</strong> <ul> <li>fixed : [Mobile menu] on mobile menu, when the parent item has no href attribute, the submenu can only be expanded by clicking on the caret icon, and not on the parent menu item title</li> <li>fixed : [Horizontal Menu] on touch devices, 2 touches were needed to expand submenus in horizontal menus</li> <li>updated : [infinite scroll] \"Load more posts\" is replaced by neutral \"Load more\"</li> <li>improved : [masonry] javascript improvements</li> </ul> </div> <strong>= 2.2.1 March 26th 2020 =</strong> <ul> <li>fixed : retina display issue with Gif images</li> <li>added : a new option to preload Google fonts. Disabled by default</li> </ul> <strong>= 2.2.0 March 19th 2020 =</strong> <ul> <li>fixed : style conflict with the Ninja Forms date picker</li> <li>added : [performance] new options to defer Font Awesome icons and javascript in order to avoid render blocking issues</li> </ul> <strong>= 2.1.45 February 18th 2020 =</strong> <ul> <li>fixed : [javascript] potential breakage of front js when using a cache plugin along with masonry and/or infinite scrolling</li> <li>fixed : [security] added rel=\"noopener noreferrer\" to footer credits external links to improve performance and prevent security vulnerabilities</li> <li>improved : [performance] removed Vivus.js library and $.fn.animateSvg().Could also break front javascript when using cache plugins and that $.fn.animateSvg() was invoked too early</li> </ul> </div> <strong>= 2.1.44 February 17th 2020 =</strong> <ul> <li>fixed : html markup errors when displaying post pagination</li> <li>fixed : [Featured Pages] html error => missing space between data-color attribute</li> <li>fixed : [Html] the \"navigation\" role is unnecessary for element</li> <li>fixed : [Html] the \"banner\" role is unnecessary for header element</li> <li>fixed : error when computing colors with rgb to rgba</li> <li>improved : disable front page navigation by default</li> <li>improved : [asset] update fontawesome to latest version</li> <li>added : support for Viber link in social links</li> <li>added : featured image in singular => added a new option allowing users to display the image in its original dimensions</li> </ul> <strong>= 2.1.43 January 31st 2020 =</strong> <ul> <li>fixed : removed support for HTML 5 \"async\" on main js script because of a potential conflict with masonry grid.</li> </ul> </div> <strong>= 2.1.42 January 30th 2020 =</strong> <ul> <li>fixed : text on search button might not be visible on a dark background</li> <li>improved : replace \"Search\" text by an icon on search button</li> <li>improved : added support for HTML 5 \"async\"</li> <li>improved : Post default layout should be full width for new users</li> </ul> </div> <strong>= 2.1.41 January 27th 2020 =</strong> <ul> <li>fixed : text in search button can be truncated in sidebar</li> </ul> </div> <strong>= 2.1.40 January 21st 2020 =</strong> <ul> <li>fixed : [Search form] current implementation can be misleading => added a search button next to the search input field</li> <li>added : \"flipboard\" social network to the list of icons</li> </ul> </div> <strong>= 2.1.39 December 23rd 2019 =</strong> <ul> <li>fixed : Improves security for links to cross-orign destinations (social profiles, footer credits) => Add rel=\"noopener\" or rel=\"noreferrer\" when relevant</li> <li>fixed : display categories below the title when the post list layout is set to plain text full content</li> </ul> </div> <strong>= 2.1.38 December 12th 2019 =</strong> <ul> <li>fixed : php error when inserting a WP gallery with Nimble WP editor module, which breaks customizer preview</li> <li>fixed : missing vertical spacing for WP galleries inserted with Nimble Builder WP editor</li> </ul> <strong>= 2.1.37 November 27th 2019 =</strong> <ul> <li>fixed : broken style for caption of images and galleries when embedded as Gutenberg blocks</li> <li>improved : removed unused files to reduces theme\'s folder size</li> <li>updated : Nimble Builder admin notification</li> </ul> <strong>= 2.1.36 November 14th 2019 =</strong> <ul> <li><strong>successfully tested with WordPress 5.3</strong></li> <li>improved : fine tuning of post/page navigation options, in particular for the case when home is a static page</li> <li>improved : config page now provides child theme information</li> <li>added : Viber icon to social links</li> </ul> <strong>= 2.1.35 October 22nd 2019 =</strong> <ul> <li>fixed : form fields, select, textarea, input, should be centered by default</li> <li>fixed : font-size might be too small in WordPress text editor</li> <li>fixed : post format meta boxes for the block editor</li> <li>added : implement skip to content for TRT requirement (<a href=\"https://make.wordpress.org/accessibility/handbook/markup/skip-links/\" rel=\"nofollow\">https://make.wordpress.org/accessibility/handbook/markup/skip-links/</a>)</li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div></p> </div></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="sektion-wrapper nb-loc " data-sek-level="location" data-sek-id="__before_footer" data-sek-is-global-location="false" > <div data-sek-level="section" data-sek-id="__nimble__18e1a8025e65" class="sek-section sek-has-modules " > <div class="sek-container-fluid"> <div class="sek-row sek-sektion-inner"> <div data-sek-level="column" data-sek-id="__nimble__18bb77396e6d" class="sek-column sek-col-base sek-col-100 " > <div class="sek-column-inner "> <div data-sek-level="module" data-sek-id="__nimble__f8c5d5d51367" data-sek-module-type="czr_spacer_module" class="sek-module " title="" > <div class="sek-module-inner"> <div class="sek-spacer"></div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="pc-cookie-consent"> <p>By continuing to use this site you consent to the use of cookies in accordance with our <a href="/privacy-policy" target="_blank">cookie policy</a>.</p> <p><button id="pc-cookie-consent-accept" type="button">Accept</button><button type="button" id="pc-cookie-consent-close">X</button></p> </div> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> jQuery(function($) { var getCookie = function(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); } return null; }; // Set cookie var setCookie = function(name,value,days) { if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); var expires = "; expires="+date.toGMTString(); } else var expires = ""; document.cookie = name+"="+value+expires+"; path=/"; }; if( "accepted" !== getCookie("pc-cookie-policy") ) { $('.pc-cookie-consent').addClass('pc-cookie-consent-not-yet-accepted'); } else { $('.pc-cookie-consent').removeClass('pc-cookie-consent-not-yet-accepted'); } $('body').on('click', '.pc-cookie-consent button', function() { if ( $(this).is('#pc-cookie-consent-accept') ) { setCookie("pc-cookie-policy", "accepted", 3650); } $('.pc-cookie-consent').removeClass('pc-cookie-consent-not-yet-accepted'); }); }); </script> <footer id="footer" class="footer__wrapper" > <div id="footer-widget-area" class="widget__wrapper" role="complementary" > <div class="container widget__container"> <div class="row"> <div id="footer_one" class="col-md-4 col-12"> <aside id="nav_menu-5" class="widget widget_nav_menu"><h5 class="widget-title">Useful pages</h5><div class="menu-footer-various-pages-container"><ul id="menu-footer-various-pages" class="menu"><li id="menu-item-98322" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-98322"><a href="https://presscustomizr.com/account/">Your account</a></li> <li id="menu-item-98325" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-98325"><a href="https://presscustomizr.com/support/">Product Support</a></li> <li id="menu-item-98324" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-98324"><a href="http://docs.presscustomizr.com/">Documentation</a></li> <li id="menu-item-360124" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-360124"><a href="https://presscustomizr.com/category/customizr-releases/">Customizr theme release notes</a></li> <li id="menu-item-360125" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-360125"><a href="https://presscustomizr.com/category/hueman-releases/">Hueman theme release notes</a></li> </ul></div></aside> </div> <div id="footer_two" class="col-md-4 col-12"> <aside id="nav_menu-3" class="widget widget_nav_menu"><h5 class="widget-title">Company</h5><div class="menu-legal-footer-menu-container"><ul id="menu-legal-footer-menu" class="menu"><li id="menu-item-94937" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-94937"><a href="https://presscustomizr.com/about/">About</a></li> <li id="menu-item-240668" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-240668"><a href="https://presscustomizr.com/blog/">Blog</a></li> <li id="menu-item-94940" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-94940"><a rel="privacy-policy" href="https://presscustomizr.com/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-94941" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-94941"><a href="https://presscustomizr.com/terms-of-sale/">Terms of sale</a></li> <li id="menu-item-94939" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-94939"><a href="https://presscustomizr.com/contact/">Contact Us</a></li> </ul></div></aside> </div> <div id="footer_three" class="col-md-4 col-12"> <aside id="nav_menu-4" class="widget widget_nav_menu"><h5 class="widget-title">Products and Services</h5><div class="menu-products-and-services-container"><ul id="menu-products-and-services" class="menu"><li id="menu-item-357663" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-357663"><a href="https://presscustomizr.com/nimble-builder-pro/">Nimble Builder Pro</a></li> <li id="menu-item-218811" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-101003 current_page_item menu-item-218811"><a href="https://presscustomizr.com/customizr-pro/" aria-current="page">Customizr Pro theme</a></li> <li id="menu-item-194687" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-194687"><a href="https://presscustomizr.com/hueman-pro/">Hueman Pro theme</a></li> <li id="menu-item-313701" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-313701"><a href="https://presscustomizr.com/customizr/">Customizr Theme</a></li> <li id="menu-item-313702" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-313702"><a href="https://presscustomizr.com/hueman/">Hueman Theme</a></li> </ul></div></aside><aside id="search-4" class="widget widget_search"><div class="search-form__container " > <form action="https://presscustomizr.com/" method="get" class="czr-form search-form"> <div class="form-group czr-focus"> <label for="s-677f793720332" id="lsearch-677f793720332"> <span class="screen-reader-text">Search</span> <input id="s-677f793720332" class="form-control czr-search-field" name="s" type="search" value="" aria-describedby="lsearch-677f793720332" placeholder="Search …"> </label> <button type="submit" class="button"><i class="icn-search"></i><span class="screen-reader-text">Search …</span></button> </div> </form> </div></aside> </div> </div> </div> </div> <div id="colophon" class="colophon " > <div class="container"> <div class="colophon__row row flex-row justify-content-between"> <div class="col-12 col-sm-auto"> <div id="footer__credits" class="footer__credits credits" > <p class="czr-copyright"> <span class="fc-copyright"> <span class="fc-copyright-text">© 2025</span> <span class="fc-copyright-link"><a href="https://presscustomizr.com" title="Press Customizr" rel="bookmark" >Press Customizr</a></span> <span class="fc-separator ">–</span> <span class="fc-copyright-after-text">All rights reserved</span> </span> </p> </div> </div> <div class="col-12 col-sm-auto"> <div class="social-links"> <ul class="socials " > <li ><a rel="nofollow noopener noreferrer" class="social-icon icon-twitter" title="Follow me on Twitter" aria-label="Follow me on Twitter" href="https://twitter.com/presscustomizr" target="_blank" ><i class="fab fa-twitter"></i></a></li> <li ><a rel="nofollow noopener noreferrer" class="social-icon icon-facebook" title="Follow me on Facebook" aria-label="Follow me on Facebook" href="https://www.facebook.com/presscustomizr/" target="_blank" ><i class="fab fa-facebook"></i></a></li> <li ><a rel="nofollow noopener noreferrer" class="social-icon icon-github" title="Follow us on Github" aria-label="Follow us on Github" href="https://github.com/presscustomizr" target="_blank" ><i class="fab fa-github"></i></a></li></ul> </div> </div> </div> </div> </div> </footer> </div><!-- end #tc-page-wrap --> <button class="btn czr-btt czr-btta right" ><i class="icn-up-small"></i></button> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> //return void() //always fired on dom ready //@params : { delay : in ms, suggested : [ suggested doc page list ] } var _fireBeaconOnScroll = function( params ) { jQuery( function($) { if ( ! _.isObject( params ) ) return; params = _.extend( { delay : 60000, suggested : [ '5865416b90336009736c0370',//What is Press Customizr and what can we do for you ? '561776fa9033602f2d9bb131',//What is WordPress and how can I create a website with it ? '58692f2ec697915403a08878',//I want to create a website like the one I am coming from and linking to you. '55faed0cc697913bc9927d5f' //If I have questions or if I need help, how can I contact you ? ], fireOnScroll : true, autoOpen : true }, params ); var scrolled = false; var _fire = function() { if ( scrolled ) return; // Inject script $('script:first').before( $('<script>', { id : 'helpscout-beacon-script' })); $('#helpscout-beacon-script').append( '!function(e,t,n){function a(){var e=t.getElementsByTagName("script")[0],n=t.createElement("script");n.type="text/javascript",n.async=!0,n.src="https://beacon-v2.helpscout.net",e.parentNode.insertBefore(n,e)}if(e.Beacon=n=function(t,n,a){e.Beacon.readyQueue.push({method:t,options:n,data:a})},n.readyQueue=[],"complete"===t.readyState)return a();e.attachEvent?e.attachEvent("onload",a):e.addEventListener("load",a,!1)}(window,document,window.Beacon||function(){});' ); if ( _.isUndefined( Beacon ) ) return; scrolled = true; // Hide Helpscout button Beacon('on', 'open', function() { _.delay( function() { var $frame_one = $('iframe', '#beacon-container').first().contents(), _style; if ( false != $frame_one.length ) { _style = $.parseHTML( '.c-PoweredBy__link {display:none;}' ); $frame_one.find('head').append( $( '<style/>', { id : 'custom-style', html:_style } ) ); } }, 1000 ); }); Beacon('on', 'ready', function() { // Setup suggested articles if ( params.suggested && _.isArray( params.suggested ) && ! _.isEmpty( params.suggested ) ) { window.Beacon('suggest', params.suggested ); } // Shall we open after a delay ? _.delay( function() { // Shall if ( ! params.autoOpen ) return; window.Beacon('open'); }, params.delay ); }); if ( window.Beacon ) { //HS.beacon.init(); window.Beacon('init', '3754a975-2592-4b73-94b7-1f0a0e71c6f6'); Beacon('config', { docsEnabled: true, // hideFABOnMobile:true, // hideFABLabelOnMobile:true, mode: 'selfService', display: { style: 'icon', iconImage: 'search', }, // messaging: { // chatEnabled: true, // chat: { // customFieldsEnabled: true, // }, // contactForm: { // customFieldsEnabled: true, // showName: true, // }, // }, labels: { suggestedForYou: 'Browse our knowledge base', }, }); } };//_fire if ( ! params.fireOnScroll ) { _fire();//fire on page load } else { $( window ).on( 'scroll' , _.throttle( _fire , 100 ) ); } });//jQuery( function($) {}) };//_fireBeaconOnScroll _fireBeaconOnScroll( { delay : 120000, suggested : [ '586520aec697915403a07cb7',//What are the benefits of Customizr Pro compared to other WordPress themes ? '561776fa9033602f2d9bb131',//What is a WordPress theme and how can I create a website with it ? '5864f79a90336009736c00de',// How do I purchase your product and what are the payment options ? '55f52dc29033600550f6accc',//How will I get and download my purchased theme or plugin ? // '55f07be290336020dbcdff3b',// How to upgrade from Customizr free to Customizr Pro // '55ffcbda903360105cb2f1eb',//Will my Customizr child theme still work with Customizr Pro ? // '586915b790336009736c0d3c',//Which price option would be the best for me ? //'5865416b90336009736c0370',//What is Press Customizr and what can we do for you ? '55faed0cc697913bc9927d5f'//If I have questions or if I need help, how can I contact you ? ] }); </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> jQuery(function($) { // PLAN SWITCHER $('body').on('change', '.nb-site-nb-switcher input', function() { var _checked = $(this).is(':checked'); if ( !_checked ) { $('.nb-plans-connected-to-left-switcher-title').show(); $('.nb-plans-connected-to-right-switcher-title').hide(); $('.nb-title-right').removeClass('nb-checked'); $('.nb-title-left').addClass('nb-checked'); } else { $('.nb-plans-connected-to-left-switcher-title').hide(); $('.nb-plans-connected-to-right-switcher-title').show(); $('.nb-title-right').addClass('nb-checked'); $('.nb-title-left').removeClass('nb-checked'); } }); $('body').on('click', '.nb-site-nb-switcher-title', function() { var _checked = $(this).closest('.nb-site-nb-switcher-wrapper').find('.nb-site-nb-switcher input').is(':checked'); if ( _checked && $(this).hasClass('nb-checked') ) return; if ( !_checked && $(this).hasClass('nb-checked') ) return; $(this).closest('.nb-site-nb-switcher-wrapper').find('.nb-site-nb-switcher label').trigger('click'); }); // LOADER ON "BUY NOW" $('body').on('click', '.price-item .edd-submit', function() { $(this).find('.edd-add-to-cart-label').css('opacity', '0'); $(this).append('<span class="edd-loading" aria-label="Loading"></span>'); $(this).find('.edd-loading').css('opacity', '1'); }); }); </script> <style id='nimble-global-inline-style-inline-css'> .nb-loc [data-sek-level], .nb-loc [data-sek-level] p, .nb-loc [data-sek-level] .sek-btn, .nb-loc [data-sek-level] button, .nb-loc [data-sek-level] input, .nb-loc [data-sek-level] select, .nb-loc [data-sek-level] optgroup, .nb-loc [data-sek-level] textarea, .nb-loc [data-sek-level] ul, .nb-loc [data-sek-level] ol, .nb-loc [data-sek-level] li{font-family:'Roboto';} </style> <script id="edd-ajax-js-extra"> var edd_scripts = {"ajaxurl":"https:\/\/presscustomizr.com\/wp-admin\/admin-ajax.php","position_in_cart":"","has_purchase_links":"","already_in_cart_message":"You have already added this item to your cart","empty_cart_message":"Your cart is empty","loading":"Loading","select_option":"Please select an option","is_checkout":"0","default_gateway":"stripe","redirect_to_checkout":"1","checkout_page":"https:\/\/presscustomizr.com\/checkout\/","permalinks":"1","quantities_enabled":"","taxes_enabled":"0","current_page":"101003"}; </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://presscustomizr.com/wp-content/cache/min/1/wp-content/plugins/easy-digital-downloads/assets/js/edd-ajax.js?ver=1715960103" id="edd-ajax-js"></script> <script type="rocketlazyloadscript" id="rocket-browser-checker-js-after"> "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); </script> <script id="rocket-preload-links-js-extra"> var RocketPreloadLinksConfig = {"excludeUris":"\/edd-sl\/|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/edd-sl\/|\/checkout\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/presscustomizr.com","onHoverDelay":"100","rateThrottle":"3"}; </script> <script type="rocketlazyloadscript" id="rocket-preload-links-js-after"> (function() { "use strict";var r="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},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://presscustomizr.com/wp-content/cache/min/1/wp-content/themes/tc/inc/nimble-modules/modules-registration/assets/gif_lazy_load_module.js?ver=1715960103" id="czr-lazy-gif-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://presscustomizr.com/wp-includes/js/comment-reply.min.js?ver=6.7.1" id="comment-reply-js" async data-wp-strategy="async"></script> <script type="rocketlazyloadscript" data-rocket-src="https://presscustomizr.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script> <script id="perfmatters-lazy-load-js-before"> window.lazyLoadOptions={elements_selector:"img[data-src],.perfmatters-lazy,.perfmatters-lazy-css-bg",thresholds:"0px 0px",class_loading:"pmloading",class_loaded:"pmloaded",callback_loaded:function(element){if(element.tagName==="IFRAME"){if(element.classList.contains("pmloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener("LazyLoad::Initialized",function(e){var lazyLoadInstance=e.detail.instance;var target=document.querySelector("body");var observer=new MutationObserver(function(mutations){lazyLoadInstance.update()});var config={childList:!0,subtree:!0};observer.observe(target,config);});function perfmattersLazyLoadYouTube(e){var t=document.createElement("iframe"),r="ID?";r+=0===e.dataset.query.length?"":e.dataset.query+"&",r+="autoplay=1",t.setAttribute("src",r.replace("ID",e.dataset.src)),t.setAttribute("frameborder","0"),t.setAttribute("allowfullscreen","1"),t.setAttribute("allow","accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),e.replaceChild(t,e.firstChild)} </script> <script async src="https://presscustomizr.com/wp-content/plugins/perfmatters/js/lazyload.min.js?ver=6.2.6" id="perfmatters-lazy-load-js"></script> <script type="rocketlazyloadscript" id="nb_main_front_js_preloading-js-after"> nb_.listenTo('nb-docready', function() { nb_.preloadOrDeferAsset( { id : 'nb-main-js', as : 'script', href : "https://presscustomizr.com/wp-content/plugins/nimble-builder/assets/front/js/ccat-nimble-front.min.js?v=3.3.4", scriptEl : document.getElementById('nb-load-main-script') }); }); nb_.listenTo('nb-needs-swiper', function() { nb_.preloadOrDeferAsset( { id : "slider-module", as : 'script', href : "https://presscustomizr.com/wp-content/plugins/nimble-builder/assets/front/js/partials/slider-module.min.js?v=3.3.4", scriptEl : document.getElementById('nb-load-script-slider-module') }); }); nb_.listenTo('nb-needs-menu-js', function() { nb_.preloadOrDeferAsset( { id : "menu-module", as : 'script', href : "https://presscustomizr.com/wp-content/plugins/nimble-builder/assets/front/js/partials/menu-module.min.js?v=3.3.4", scriptEl : document.getElementById('nb-load-script-menu-module') }); }); nb_.listenTo('nb-needs-parallax', function() { nb_.preloadOrDeferAsset( { id : "front-parallax", as : 'script', href : "https://presscustomizr.com/wp-content/plugins/nimble-builder/assets/front/js/partials/front-parallax.min.js?v=3.3.4", scriptEl : document.getElementById('nb-load-script-front-parallax') }); }); nb_.listenTo('nb-needs-accordion', function() { nb_.preloadOrDeferAsset( { id : "accordion-module", as : 'script', href : "https://presscustomizr.com/wp-content/plugins/nimble-builder/assets/front/js/partials/accordion-module.min.js?v=3.3.4", scriptEl : document.getElementById('nb-load-script-accordion-module') }); }); </script> <script type="rocketlazyloadscript" id="nb_preload_gfonts-js-after"> nb_.preloadOrDeferAsset( { id : 'sek-gfonts-local-and-global', as : 'style', href : '//fonts.googleapis.com/css?family=Roboto:regular&display=swap', scriptEl : document.currentScript } ); </script> <script type="rocketlazyloadscript" id="nb_preload_front_assets-js-after"> nb_.listenTo('nb-needs-swipebox', function() { nb_.preloadOrDeferAsset( { id : 'nb-swipebox', as : 'script', href : "https://presscustomizr.com/wp-content/plugins/nimble-builder/assets/front/js/libs/jquery-swipebox.min.js?3.3.4", onEvent : 'nb-docready', // scriptEl : document.currentScript }); nb_.preloadOrDeferAsset( { id : 'nb-swipebox-style', as : 'style', href : "https://presscustomizr.com/wp-content/plugins/nimble-builder/assets/front/css/libs/swipebox.min.css?3.3.4", onEvent : 'nb-docready', // scriptEl : document.currentScript }); }); nb_.listenTo('nb-needs-swiper', function() { nb_.preloadOrDeferAsset( { id : 'nb-swiper', as : 'script', href : "https://presscustomizr.com/wp-content/plugins/nimble-builder/assets/front/js/libs/swiper-bundle.min.js?3.3.4", onEvent : 'nb-docready', // scriptEl : document.currentScript }); }); nb_.listenTo('nb-needs-videobg-js', function() { nb_.preloadOrDeferAsset( { id : 'nb-video-bg-plugin', as : 'script', href : "https://presscustomizr.com/wp-content/plugins/nimble-builder/assets/front/js/libs/nimble-video-bg.min.js?3.3.4", onEvent : 'nb-docready', // scriptEl : document.currentScript }); }); nb_.listenTo('nb-needs-fa', function() { nb_.preloadOrDeferAsset( { id : 'nb-font-awesome', as : 'style', href : "https://presscustomizr.com/wp-content/plugins/nimble-builder/assets/front/fonts/css/fontawesome-all.min.css?3.3.4", onEvent : 'nb-docready', scriptEl : document.currentScript }); }); </script> <script type="rocketlazyloadscript" id="nb_emit_nb-needs-videobg-js-js-after"> (function(){if(window.nb_){nb_.emit("nb-needs-videobg-js");}})(); </script> <script type="rocketlazyloadscript" id="nb_emit_nb-needs-parallax-js-after"> (function(){if(window.nb_){nb_.emit("nb-needs-parallax");}})(); </script> <script type="rocketlazyloadscript" id="nb_emit_nb-needs-animate-js-css-js-after"> (function(){if(window.nb_){nb_.emit("nb-needs-animate-js-css");}})(); </script> <script type="rocketlazyloadscript" id="nb_emit_nb-needs-fa-js-after"> (function(){if(window.nb_){nb_.emit("nb-needs-fa");}})(); </script> <script type="rocketlazyloadscript" id="nb_emit_nb-needs-swiper-js-after"> (function(){if(window.nb_){nb_.emit("nb-needs-swiper");}})(); </script> <script type="rocketlazyloadscript" id="nb_emit_nb-needs-accordion-js-after"> (function(){if(window.nb_){nb_.emit("nb-needs-accordion");}})(); </script> <script type="rocketlazyloadscript" id="nb-load-animate-css"> nb_.listenTo('nb-needs-animate-js-css', function() { nb_.preloadOrDeferAsset( { id : 'nb-animate-css', as : 'style', href : "https://presscustomizr.com/wp-content/plugins/nimble-builder-pro/assets/front/css/animate.min.css?1.0.14", //onEvent : 'nb-docready', scriptEl : document.currentScript, eventOnLoad : 'animate-css-loaded' }); }); </script> <script type="rocketlazyloadscript" id="nb-load-animate-js"> // Make sure we load anim js when CSS file is ready nb_.listenTo( 'animate-css-loaded', function() { nb_.preloadOrDeferAsset( { id : 'nb-animate-js', as : 'script', href : "https://presscustomizr.com/wp-content/plugins/nimble-builder-pro/assets/front/js/partials/nb-anim.min.js?1.0.14", onEvent : 'nb-docready', scriptEl : document.currentScript }); }); </script> <script type="rocketlazyloadscript" id="fpu-front-localized">var FPUFront = {"Spanvalue":"4","ThemeName":"customizr-pro","imageCentered":"1","smartLoad":"1"};</script> <script type="rocketlazyloadscript" id="nb-load-pro-front-script"> nb_.preloadOrDeferAsset( { id : 'nb-pro-front-js', as : 'script', href : "https://presscustomizr.com/wp-content/plugins/nimble-builder-pro/assets/front/js/ccat-nb-pro-front.min.js?ver=1.0.14", onEvent : 'nb-app-ready', scriptEl : document.getElementById('nb-load-pro-front-script') }); </script> <script type="text/javascript" id="perfmatters-delayed-styles-js">!function(){const e=["keydown","mousemove","wheel","touchmove","touchstart","touchend"];function t(){document.querySelectorAll("link[data-pmdelayedstyle]").forEach(function(e){e.setAttribute("href",e.getAttribute("data-pmdelayedstyle"))}),e.forEach(function(e){window.removeEventListener(e,t,{passive:!0})})}e.forEach(function(e){window.addEventListener(e,t,{passive:!0})})}();</script></body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1736407351 -->