Creating Wealth eBook | butternutrition (2024)

Creating Wealth eBook | butternutrition (1)

',s=h.lazyLoad?e("

",{class:`owl-video-tn ${d}`,srcType:i}):e("

",{class:"owl-video-tn",style:`opacity:1;background-image:url(${i})`}),t.after(s),t.after('

')};if(t.wrap(e("

",{class:"owl-video-wrapper",style:r})),this._core.settings.lazyLoad&&(l="data-src",d="owl-lazy"),o.length)return p(o.attr(l)),o.remove(),!1;"youtube"===i.type?(n=`//img.youtube.com/vi/${i.id}/hqdefault.jpg`,p(n)):"vimeo"===i.type?e.ajax({type:"GET",url:`//vimeo.com/api/v2/video/${i.id}.json`,jsonp:"callback",dataType:"jsonp",success(e){n=e[0].thumbnail_large,p(n)}}):"vzaar"===i.type&&e.ajax({type:"GET",url:`//vzaar.com/api/videos/${i.id}.json`,jsonp:"callback",dataType:"jsonp",success(e){n=e.framegrab_url,p(n)}})},a.prototype.stop=function(){this._core.trigger("stop",null,"video"),this._playing.find(".owl-video-frame").remove(),this._playing.removeClass("owl-video-playing"),this._playing=null,this._core.leave("playing"),this._core.trigger("stopped",null,"video")},a.prototype.play=function(t){let i,s,a=e(t.target).closest(`.${this._core.settings.itemClass}`),n=this._videos[a.attr("data-video")],r=n.width||"100%",o=n.height||this._core.$stage.height();this._playing||(this._core.enter("playing"),this._core.trigger("play",null,"video"),a=this._core.items(this._core.relative(a.index())),this._core.reset(a.index()),(i=e('

')).attr("height",o),i.attr("width",r),"youtube"===n.type?i.attr("src",`//www.youtube.com/embed/${n.id}?autoplay=1&rel=0&v=${n.id}`):"vimeo"===n.type?i.attr("src",`//player.vimeo.com/video/${n.id}?autoplay=1`):"vzaar"===n.type&&i.attr("src",`//view.vzaar.com/${n.id}/player?autoplay=true`),s=e(i).wrap('

').insertAfter(a.find(".owl-video")),this._playing=a.addClass("owl-video-playing"))},a.prototype.isInFullScreen=function(){const t=i.fullscreenElement||i.mozFullScreenElement||i.webkitFullscreenElement;return t&&e(t).parent().hasClass("owl-video-frame")},a.prototype.destroy=function(){let e,t;for(e in this._core.$element.off("click.owl.video"),this._handlers)this._core.$element.off(e,this._handlers[e]);for(t in Object.getOwnPropertyNames(this))"function"!=typeof this[t]&&(this[t]=null)},e.fn.owlCarousel.Constructor.Plugins.Video=a}(window.Zepto||window.jQuery,window,document),s=window.Zepto||window.jQuery,window,document,(a=function(e){this.core=e,this.core.options=s.extend({},a.Defaults,this.core.options),this.swapping=!0,this.previous=void 0,this.next=void 0,this.handlers={"change.owl.carousel":s.proxy(function(e){e.namespace&&"position"==e.property.name&&(this.previous=this.core.current(),this.next=e.property.value)},this),"drag.owl.carousel dragged.owl.carousel translated.owl.carousel":s.proxy(function(e){e.namespace&&(this.swapping="translated"==e.type)},this),"translate.owl.carousel":s.proxy(function(e){e.namespace&&this.swapping&&(this.core.options.animateOut||this.core.options.animateIn)&&this.swap()},this)},this.core.$element.on(this.handlers)}).Defaults={animateOut:!1,animateIn:!1},a.prototype.swap=function(){if(1!==this.core.settings.items)return;if(!s.support.animation||!s.support.transition)return;this.core.speed(0);let e,t=s.proxy(this.clear,this),i=this.core.$stage.children().eq(this.previous),a=this.core.$stage.children().eq(this.next),n=this.core.settings.animateIn,r=this.core.settings.animateOut;this.core.current()!==this.previous&&(r&&(e=this.core.coordinates(this.previous)-this.core.coordinates(this.next),i.one(s.support.animation.end,t).css({left:`${e}px`}).addClass("animated owl-animated-out").addClass(r)),n&&a.one(s.support.animation.end,t).addClass("animated owl-animated-in").addClass(n))},a.prototype.clear=function(e){s(e.target).css({left:""}).removeClass("animated owl-animated-out owl-animated-in").removeClass(this.core.settings.animateIn).removeClass(this.core.settings.animateOut),this.core.onTransitionEnd()},a.prototype.destroy=function(){let e,t;for(e in this.handlers)this.core.$element.off(e,this.handlers[e]);for(t in Object.getOwnPropertyNames(this))"function"!=typeof this[t]&&(this[t]=null)},s.fn.owlCarousel.Constructor.Plugins.Animate=a,/** * Autoplay Plugin * @version 2.3.4 * @author Bartosz Wojciechowski * @author Artus Kolanowski * @author David Deutsch * @author Tom De Caluwé * @license The MIT License (MIT) */function(e,t,i,s){var a=function(t){this._core=t,this._call=null,this._time=0,this._timeout=0,this._paused=!0,this._handlers={"changed.owl.carousel":e.proxy(function(e){e.namespace&&"settings"===e.property.name?this._core.settings.autoplay?this.play():this.stop():e.namespace&&"position"===e.property.name&&this._paused&&(this._time=0)},this),"initialized.owl.carousel":e.proxy(function(e){e.namespace&&this._core.settings.autoplay&&this.play()},this),"play.owl.autoplay":e.proxy(function(e,t,i){e.namespace&&this.play(t,i)},this),"stop.owl.autoplay":e.proxy(function(e){e.namespace&&this.stop()},this),"mouseover.owl.autoplay":e.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"mouseleave.owl.autoplay":e.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.play()},this),"touchstart.owl.core":e.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"touchend.owl.core":e.proxy(function(){this._core.settings.autoplayHoverPause&&this.play()},this)},this._core.$element.on(this._handlers),this._core.options=e.extend({},a.Defaults,this._core.options)};a.Defaults={autoplay:!1,autoplayTimeout:5e3,autoplayHoverPause:!1,autoplaySpeed:!1},a.prototype._next=function(s){this._call=t.setTimeout(e.proxy(this._next,this,s),this._timeout*(Math.round(this.read()/this._timeout)+1)-this.read()),this._core.is("interacting")||i.hidden||this._core.next(s||this._core.settings.autoplaySpeed)},a.prototype.read=function(){return(new Date).getTime()-this._time},a.prototype.play=function(i,s){let a;this._core.is("rotating")||this._core.enter("rotating"),i=i||this._core.settings.autoplayTimeout,a=Math.min(this._time%(this._timeout||i),i),this._paused?(this._time=this.read(),this._paused=!1):t.clearTimeout(this._call),this._time+=this.read()%i-a,this._timeout=i,this._call=t.setTimeout(e.proxy(this._next,this,s),i-a)},a.prototype.stop=function(){this._core.is("rotating")&&(this._time=0,this._paused=!0,t.clearTimeout(this._call),this._core.leave("rotating"))},a.prototype.pause=function(){this._core.is("rotating")&&!this._paused&&(this._time=this.read(),this._paused=!0,t.clearTimeout(this._call))},a.prototype.destroy=function(){let e,t;for(e in this.stop(),this._handlers)this._core.$element.off(e,this._handlers[e]);for(t in Object.getOwnPropertyNames(this))"function"!=typeof this[t]&&(this[t]=null)},e.fn.owlCarousel.Constructor.Plugins.autoplay=a}(window.Zepto||window.jQuery,window,document),/** * Navigation Plugin * @version 2.3.4 * @author Artus Kolanowski * @author David Deutsch * @license The MIT License (MIT) */function(e,t,i,s){var a=function(t){this._core=t,this._initialized=!1,this._pages=[],this._controls={},this._templates=[],this.$element=this._core.$element,this._overrides={next:this._core.next,prev:this._core.prev,to:this._core.to},this._handlers={"prepared.owl.carousel":e.proxy(function(t){t.namespace&&this._core.settings.dotsData&&this._templates.push(`

${e(t.content).find("[data-dot]").addBack("[data-dot]").attr("data-dot")}

`)},this),"added.owl.carousel":e.proxy(function(e){e.namespace&&this._core.settings.dotsData&&this._templates.splice(e.position,0,this._templates.pop())},this),"remove.owl.carousel":e.proxy(function(e){e.namespace&&this._core.settings.dotsData&&this._templates.splice(e.position,1)},this),"changed.owl.carousel":e.proxy(function(e){e.namespace&&"position"==e.property.name&&this.draw()},this),"initialized.owl.carousel":e.proxy(function(e){e.namespace&&!this._initialized&&(this._core.trigger("initialize",null,"navigation"),this.initialize(),this.update(),this.draw(),this._initialized=!0,this._core.trigger("initialized",null,"navigation"))},this),"refreshed.owl.carousel":e.proxy(function(e){e.namespace&&this._initialized&&(this._core.trigger("refresh",null,"navigation"),this.update(),this.draw(),this._core.trigger("refreshed",null,"navigation"))},this)},this._core.options=e.extend({},a.Defaults,this._core.options),this.$element.on(this._handlers)};a.Defaults={nav:!1,navText:['',''],navSpeed:!1,navElement:'button type="button" role="presentation"',navContainer:!1,navContainerClass:"owl-nav",navClass:["owl-prev","owl-next"],slideBy:1,dotClass:"owl-dot",dotsClass:"owl-dots",dots:!0,dotsEach:!1,dotsData:!1,dotsSpeed:!1,dotsContainer:!1},a.prototype.initialize=function(){let t,i=this._core.settings;for(t in this._controls.$relative=(i.navContainer?e(i.navContainer):e("

").addClass(i.navContainerClass).appendTo(this.$element)).addClass("disabled"),this._controls.$previous=e(`<${i.navElement}>`).addClass(i.navClass[0]).html(i.navText[0]).prependTo(this._controls.$relative).on("click",e.proxy(function(e){this.prev(i.navSpeed)},this)),this._controls.$next=e(`<${i.navElement}>`).addClass(i.navClass[1]).html(i.navText[1]).appendTo(this._controls.$relative).on("click",e.proxy(function(e){this.next(i.navSpeed)},this)),i.dotsData||(this._templates=[e('

'),n.append(r)),h.extend(t,{$el:n,el:n[0],$dragEl:r,dragEl:r[0]}),a.draggable&&t.enableDraggable()}},destroy:function(){this.scrollbar.disableDraggable()}},G={setTransform:function(e,t){var i=this.rtl,a=s(e),n=i?-1:1,r=a.attr("data-swiper-parallax")||"0",o=a.attr("data-swiper-parallax-x"),l=a.attr("data-swiper-parallax-y"),d=a.attr("data-swiper-parallax-scale"),h=a.attr("data-swiper-parallax-opacity");if(o||l?(o=o||"0",l=l||"0"):this.isHorizontal()?(o=r,l="0"):(l=r,o="0"),o=0<=o.indexOf("%")?parseInt(o,10)*t*n+"%":o*t*n+"px",l=0<=l.indexOf("%")?parseInt(l,10)*t+"%":l*t+"px",null!=h){var p=h-(h-1)*(1-Math.abs(t));a[0].style.opacity=p}if(null==d)a.transform("translate3d("+o+", "+l+", 0px)");else{var c=d-(d-1)*(1-Math.abs(t));a.transform("translate3d("+o+", "+l+", 0px) scale("+c+")")}},setTranslate:function(){var e=this,t=e.$el,i=e.slides,a=e.progress,n=e.snapGrid;t.children("[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y]").each(function(t,i){e.parallax.setTransform(i,a)}),i.each(function(t,i){var r=i.progress;1

s.maxRatio&&(i.scale=s.maxRatio-1+Math.pow(i.scale-s.maxRatio+1,.5)),i.scalea.touchesStart.x))return void(a.isTouched=!1);if(!t.isHorizontal()&&(Math.floor(a.minY)===Math.floor(a.startY)&&a.touchesCurrent.ya.touchesStart.y))return void(a.isTouched=!1)}e.preventDefault(),e.stopPropagation(),a.isMoved=!0,a.currentX=a.touchesCurrent.x-a.touchesStart.x+a.startX,a.currentY=a.touchesCurrent.y-a.touchesStart.y+a.startY,a.currentXa.maxX&&(a.currentX=a.maxX-1+Math.pow(a.currentX-a.maxX+1,.8)),a.currentYa.maxY&&(a.currentY=a.maxY-1+Math.pow(a.currentY-a.maxY+1,.8)),n.prevPositionX||(n.prevPositionX=a.touchesCurrent.x),n.prevPositionY||(n.prevPositionY=a.touchesCurrent.y),n.prevTime||(n.prevTime=Date.now()),n.x=(a.touchesCurrent.x-n.prevPositionX)/(Date.now()-n.prevTime)/2,n.y=(a.touchesCurrent.y-n.prevPositionY)/(Date.now()-n.prevTime)/2,Math.abs(a.touchesCurrent.x-n.prevPositionX)<2&&(n.x=0),Math.abs(a.touchesCurrent.y-n.prevPositionY)<2&&(n.y=0),n.prevPositionX=a.touchesCurrent.x,n.prevPositionY=a.touchesCurrent.y,n.prevTime=Date.now(),s.$imageWrapEl.transform("translate3d("+a.currentX+"px, "+a.currentY+"px,0)")}}},onTouchEnd:function(){var e=this.zoom,t=e.gesture,i=e.image,s=e.velocity;if(t.$imageEl&&0!==t.$imageEl.length){if(!i.isTouched||!i.isMoved)return i.isTouched=!1,void(i.isMoved=!1);i.isTouched=!1,i.isMoved=!1;var a=300,n=300,r=s.x*a,o=i.currentX+r,l=s.y*n,d=i.currentY+l;0!==s.x&&(a=Math.abs((o-i.currentX)/s.x)),0!==s.y&&(n=Math.abs((d-i.currentY)/s.y));var h=Math.max(a,n);i.currentX=o,i.currentY=d;var p=i.width*e.scale,c=i.height*e.scale;i.minX=Math.min(t.slideWidth/2-p/2,0),i.maxX=-i.minX,i.minY=Math.min(t.slideHeight/2-c/2,0),i.maxY=-i.minY,i.currentX=Math.max(Math.min(i.currentX,i.maxX),i.minX),i.currentY=Math.max(Math.min(i.currentY,i.maxY),i.minY),t.$imageWrapEl.transition(h).transform("translate3d("+i.currentX+"px, "+i.currentY+"px,0)")}},onTransitionEnd:function(){var e=this.zoom,t=e.gesture;t.$slideEl&&this.previousIndex!==this.activeIndex&&(t.$imageEl.transform("translate3d(0,0,0) scale(1)"),t.$imageWrapEl.transform("translate3d(0,0,0)"),e.scale=1,e.currentScale=1,t.$slideEl=void 0,t.$imageEl=void 0,t.$imageWrapEl=void 0)},toggle:function(e){var t=this.zoom;t.scale&&1!==t.scale?t.out():t.in(e)},in:function(e){var t,i,a,n,r,o,l,d,h,p,c,u,m,f,v,g,w=this,y=w.zoom,b=w.params.zoom,x=y.gesture,T=y.image;x.$slideEl||(x.$slideEl=w.clickedSlide?s(w.clickedSlide):w.slides.eq(w.activeIndex),x.$imageEl=x.$slideEl.find("img, svg, canvas"),x.$imageWrapEl=x.$imageEl.parent("."+b.containerClass)),x.$imageEl&&0!==x.$imageEl.length&&(x.$slideEl.addClass(""+b.zoomedSlideClass),void 0===T.touchesStart.x&&e?(t="touchend"===e.type?e.changedTouches[0].pageX:e.pageX,i="touchend"===e.type?e.changedTouches[0].pageY:e.pageY):(t=T.touchesStart.x,i=T.touchesStart.y),y.scale=x.$imageWrapEl.attr("data-swiper-zoom")||b.maxRatio,y.currentScale=x.$imageWrapEl.attr("data-swiper-zoom")||b.maxRatio,e?(v=x.$slideEl[0].offsetWidth,g=x.$slideEl[0].offsetHeight,a=x.$slideEl.offset().left+v/2-t,n=x.$slideEl.offset().top+g/2-i,l=x.$imageEl[0].offsetWidth,d=x.$imageEl[0].offsetHeight,h=l*y.scale,p=d*y.scale,m=-(c=Math.min(v/2-h/2,0)),f=-(u=Math.min(g/2-p/2,0)),(r=a*y.scale)>1]<=t?s=a:i=a;return i}(this.x,e),n=r-1,(e-this.x[n])*(this.y[r]-this.y[n])/(this.x[r]-this.x[n])+this.y[n]):0},this},getInterpolateFunction:function(e){var t=this;t.controller.spline||(t.controller.spline=t.params.loop?new Y.LinearSpline(t.slidesGrid,e.slidesGrid):new Y.LinearSpline(t.snapGrid,e.snapGrid))},setTranslate:function(e,t){var i,s,a=this,n=a.controller.control;function r(e){var t=a.rtlTranslate?-a.translate:a.translate;"slide"===a.params.controller.by&&(a.controller.getInterpolateFunction(e),s=-a.controller.spline.interpolate(-t)),s&&"container"!==a.params.controller.by||(i=(e.maxTranslate()-e.minTranslate())/(a.maxTranslate()-a.minTranslate()),s=(t-a.minTranslate())*i+e.minTranslate()),a.params.controller.inverse&&(s=e.maxTranslate()-s),e.updateProgress(s),e.setTranslate(s,a),e.updateActiveIndex(),e.updateSlidesClasses()}if(Array.isArray(n))for(var o=0;o
'),a.append(e)),e.css({height:r+"px"})):0===(e=i.find(".swiper-cube-shadow")).length&&(e=s(''),i.append(e)));for(var f=0;f
'),v.append(S)),0===_.length&&(_=s(''),v.append(_)),S.length&&(S[0].style.opacity=Math.max(-b,0)),_.length&&(_[0].style.opacity=Math.max(b,0))}}if(a.css({"-webkit-transform-origin":"50% 50% -"+d/2+"px","-moz-transform-origin":"50% 50% -"+d/2+"px","-ms-transform-origin":"50% 50% -"+d/2+"px","transform-origin":"50% 50% -"+d/2+"px"}),h.shadow)if(p)e.transform("translate3d(0px, "+(r/2+h.shadowOffset)+"px, "+-r/2+"px) rotateX(90deg) rotateZ(0deg) scale("+h.shadowScale+")");else{var M=Math.abs(m)-90*Math.floor(Math.abs(m)/90),$=1.5-(Math.sin(2*M*Math.PI/360)/2+Math.cos(2*M*Math.PI/360)/2),z=h.shadowScale,P=h.shadowScale/$,k=h.shadowOffset;e.transform("scale3d("+z+", 1, "+P+") translate3d(0px, "+(o/2+k)+"px, "+-o/2/P+"px) rotateX(-90deg)")}var L=c.isSafari||c.isUiWebView?-d/2:0;a.transform("translate3d(0px,0,"+L+"px) rotateX("+(t.isHorizontal()?0:m)+"deg) rotateY("+(t.isHorizontal()?-m:0)+"deg)")},setTransition:function(e){var t=this.$el;this.slides.transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e),this.params.cubeEffect.shadow&&!this.isHorizontal()&&t.find(".swiper-cube-shadow").transition(e)}},Q={setTranslate:function(){for(var e=this,t=e.slides,i=e.rtlTranslate,a=0;a'),n.append(p)),0===c.length&&(c=s(''),n.append(c)),p.length&&(p[0].style.opacity=Math.max(-r,0)),c.length&&(c[0].style.opacity=Math.max(r,0))}n.transform("translate3d("+d+"px, "+h+"px, 0px) rotateX("+l+"deg) rotateY("+o+"deg)")}},setTransition:function(e){var t=this,i=t.slides,s=t.activeIndex,a=t.$wrapperEl;if(i.transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e),t.params.virtualTranslate&&0!==e){var n=!1;i.eq(s).transitionEnd(function(){if(!n&&t&&!t.destroyed){n=!0,t.animating=!1;for(var e=["webkitTransitionEnd","transitionend"],i=0;i'),v.append(S)),0===_.length&&(_=s(''),v.append(_)),S.length&&(S[0].style.opacity=0')}}),Object.keys(R).forEach(function(t){e.a11y[t]=R[t].bind(e)})},on:{init:function(){this.params.a11y.enabled&&(this.a11y.init(),this.a11y.updateNavigation())},toEdge:function(){this.params.a11y.enabled&&this.a11y.updateNavigation()},fromEdge:function(){this.params.a11y.enabled&&this.a11y.updateNavigation()},paginationUpdate:function(){this.params.a11y.enabled&&this.a11y.updatePagination()},destroy:function(){this.params.a11y.enabled&&this.a11y.destroy()}}},{name:"history",params:{history:{enabled:!1,replaceState:!1,key:"slides"}},create:function(){var e=this;h.extend(e,{history:{init:W.init.bind(e),setHistory:W.setHistory.bind(e),setHistoryPopState:W.setHistoryPopState.bind(e),scrollToSlide:W.scrollToSlide.bind(e),destroy:W.destroy.bind(e)}})},on:{init:function(){this.params.history.enabled&&this.history.init()},destroy:function(){this.params.history.enabled&&this.history.destroy()},transitionEnd:function(){this.history.initialized&&this.history.setHistory(this.params.history.key,this.activeIndex)}}},{name:"hash-navigation",params:{hashNavigation:{enabled:!1,replaceState:!1,watchState:!1}},create:function(){var e=this;h.extend(e,{hashNavigation:{initialized:!1,init:F.init.bind(e),destroy:F.destroy.bind(e),setHash:F.setHash.bind(e),onHashCange:F.onHashCange.bind(e)}})},on:{init:function(){this.params.hashNavigation.enabled&&this.hashNavigation.init()},destroy:function(){this.params.hashNavigation.enabled&&this.hashNavigation.destroy()},transitionEnd:function(){this.hashNavigation.initialized&&this.hashNavigation.setHash()}}},{name:"autoplay",params:{autoplay:{enabled:!1,delay:3e3,waitForTransition:!0,disableOnInteraction:!0,stopOnLastSlide:!1,reverseDirection:!1}},create:function(){var e=this;h.extend(e,{autoplay:{running:!1,paused:!1,run:q.run.bind(e),start:q.start.bind(e),stop:q.stop.bind(e),pause:q.pause.bind(e),onTransitionEnd:function(t){e&&!e.destroyed&&e.$wrapperEl&&t.target===this&&(e.$wrapperEl[0].removeEventListener("transitionend",e.autoplay.onTransitionEnd),e.$wrapperEl[0].removeEventListener("webkitTransitionEnd",e.autoplay.onTransitionEnd),e.autoplay.paused=!1,e.autoplay.running?e.autoplay.run():e.autoplay.stop())}}})},on:{init:function(){this.params.autoplay.enabled&&this.autoplay.start()},beforeTransitionStart:function(e,t){this.autoplay.running&&(t||!this.params.autoplay.disableOnInteraction?this.autoplay.pause(e):this.autoplay.stop())},sliderFirstMove:function(){this.autoplay.running&&(this.params.autoplay.disableOnInteraction?this.autoplay.stop():this.autoplay.pause())},destroy:function(){this.autoplay.running&&this.autoplay.stop()}}},{name:"effect-fade",params:{fadeEffect:{crossFade:!1}},create:function(){h.extend(this,{fadeEffect:{setTranslate:U.setTranslate.bind(this),setTransition:U.setTransition.bind(this)}})},on:{beforeInit:function(){var e=this;if("fade"===e.params.effect){e.classNames.push(e.params.containerModifierClass+"fade");var t={slidesPerView:1,slidesPerColumn:1,slidesPerGroup:1,watchSlidesProgress:!0,spaceBetween:0,virtualTranslate:!0};h.extend(e.params,t),h.extend(e.originalParams,t)}},setTranslate:function(){"fade"===this.params.effect&&this.fadeEffect.setTranslate()},setTransition:function(e){"fade"===this.params.effect&&this.fadeEffect.setTransition(e)}}},{name:"effect-cube",params:{cubeEffect:{slideShadows:!0,shadow:!0,shadowOffset:20,shadowScale:.94}},create:function(){h.extend(this,{cubeEffect:{setTranslate:K.setTranslate.bind(this),setTransition:K.setTransition.bind(this)}})},on:{beforeInit:function(){var e=this;if("cube"===e.params.effect){e.classNames.push(e.params.containerModifierClass+"cube"),e.classNames.push(e.params.containerModifierClass+"3d");var t={slidesPerView:1,slidesPerColumn:1,slidesPerGroup:1,watchSlidesProgress:!0,resistanceRatio:0,spaceBetween:0,centeredSlides:!1,virtualTranslate:!0};h.extend(e.params,t),h.extend(e.originalParams,t)}},setTranslate:function(){"cube"===this.params.effect&&this.cubeEffect.setTranslate()},setTransition:function(e){"cube"===this.params.effect&&this.cubeEffect.setTransition(e)}}},{name:"effect-flip",params:{flipEffect:{slideShadows:!0,limitRotation:!0}},create:function(){h.extend(this,{flipEffect:{setTranslate:Q.setTranslate.bind(this),setTransition:Q.setTransition.bind(this)}})},on:{beforeInit:function(){var e=this;if("flip"===e.params.effect){e.classNames.push(e.params.containerModifierClass+"flip"),e.classNames.push(e.params.containerModifierClass+"3d");var t={slidesPerView:1,slidesPerColumn:1,slidesPerGroup:1,watchSlidesProgress:!0,spaceBetween:0,virtualTranslate:!0};h.extend(e.params,t),h.extend(e.originalParams,t)}},setTranslate:function(){"flip"===this.params.effect&&this.flipEffect.setTranslate()},setTransition:function(e){"flip"===this.params.effect&&this.flipEffect.setTransition(e)}}},{name:"effect-coverflow",params:{coverflowEffect:{rotate:50,stretch:0,depth:100,modifier:1,slideShadows:!0}},create:function(){h.extend(this,{coverflowEffect:{setTranslate:Z.setTranslate.bind(this),setTransition:Z.setTransition.bind(this)}})},on:{beforeInit:function(){var e=this;"coverflow"===e.params.effect&&(e.classNames.push(e.params.containerModifierClass+"coverflow"),e.classNames.push(e.params.containerModifierClass+"3d"),e.params.watchSlidesProgress=!0,e.originalParams.watchSlidesProgress=!0)},setTranslate:function(){"coverflow"===this.params.effect&&this.coverflowEffect.setTranslate()},setTransition:function(e){"coverflow"===this.params.effect&&this.coverflowEffect.setTransition(e)}}},{name:"thumbs",params:{thumbs:{swiper:null,slideThumbActiveClass:"swiper-slide-thumb-active",thumbsContainerClass:"swiper-container-thumbs"}},create:function(){h.extend(this,{thumbs:{swiper:null,init:J.init.bind(this),update:J.update.bind(this),onThumbClick:J.onThumbClick.bind(this)}})},on:{beforeInit:function(){var e=this.params.thumbs;e&&e.swiper&&(this.thumbs.init(),this.thumbs.update(!0))},slideChange:function(){this.thumbs.swiper&&this.thumbs.update()},update:function(){this.thumbs.swiper&&this.thumbs.update()},resize:function(){this.thumbs.swiper&&this.thumbs.update()},observerUpdate:function(){this.thumbs.swiper&&this.thumbs.update()},setTransition:function(e){var t=this.thumbs.swiper;t&&t.setTransition(e)},beforeDestroy:function(){var e=this.thumbs.swiper;e&&this.thumbs.swiperCreated&&e&&e.destroy()}}}];return void 0===_.use&&(_.use=_.Class.use,_.installModule=_.Class.installModule),_.use(ee),_}()},function(e,t,i){i(0),i(1),e.exports=i(3)},function(e,t,i){"use strict";n(i(0));var s=n(i(1)),a=n(i(4));function n(e){return e&&e.__esModule?e:{default:e}}window.Swiper=s.default,window.testimonial=a.default,jQuery(document).ready(e=>{(0,a.default)(e)})},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){(0,s.default)(e),(0,a.default)(e),(0,n.default)(e),(0,r.default)(e),(0,o.default)(e),(0,l.default)(e),(0,d.default)(e),(0,h.default)(e)};var s=p(i(5)),a=p(i(6)),n=p(i(7)),r=p(i(8)),o=p(i(9)),l=p(i(10)),d=p(i(11)),h=p(i(12));function p(e){return e&&e.__esModule?e:{default:e}}},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){e(".js-widget__testimonials-type-1-wrap").each((t,i)=>{const s=e(i).find(".js-testimonials-type-1"),a={items:1,nav:!0,navText:["",""],navElement:"button",dotsContainer:e(i).find(".js-testimonials-type-1-dots")};s.owlCarousel(a)})}},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){e(".js-widget__testimonials-type-2-wrap").each((t,i)=>{e(i).find(".js-testimonials-type-2").owlCarousel({items:1,responsive:{768:{items:2},992:{items:3}}})})}},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){e(".js-widget__testimonials-type-3-wrap").each((t,i)=>{const s=e(i).find(".js-testimonials-type-3-content"),a=e(i).find(".js-testimonials-type-3-avatar"),n={items:1,dots:!1,loop:!0,autoplay:!0,autoplayTimeout:3e3,autoplaySpeed:700,mouseDrag:!1,touchDrag:!1,pullDrag:!1};s.owlCarousel(n),a.owlCarousel(n)})}},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){e(".js-widget__testimonials-type-4-wrap").each((t,i)=>{const s=e(i).find(".js-testimonials-type-4"),a={items:1,dotsContainer:e(i).find(".js-widget__testimonials-type-4-pagination"),autoHeight:!0};s.owlCarousel(a)})}},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){e(".js-widget__testimonials-type-6-wrap").each((t,i)=>{e(i).find(".js-testimonials-type-6").owlCarousel({items:1,loop:!0,dots:!1,autoHeight:!0,nav:!0,navText:['',''],navContainer:".widget__testimonials-type-6__nav"})})}},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){if(e(".swiper-model9").length){new Swiper(".swiper-model9",{speed:400,spaceBetween:17,autoHeight:!0,loop:!0,slidesPerView:2,pagination:{el:".swiper-pagination9",clickable:!0},navigation:{nextEl:".swiper-button-next9",prevEl:".swiper-button-prev9"},breakpoints:{767:{slidesPerView:1,spaceBetween:10},991:{slidesPerView:2,spaceBetween:17}}})}}},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){if(e(".swiper-model10").length){new Swiper(".swiper-model10",{speed:400,loop:!0,autoHeight:!0,spaceBetween:20})}}},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){if(e(".swiper-model11").length){new Swiper(".swiper-model11",{speed:400,spaceBetween:20,loop:!0,autoHeight:!0,pagination:{el:".swiper-pagination11",clickable:!0},navigation:{nextEl:".swiper-button-next11",prevEl:".swiper-button-prev11"}})}}}]); } catch(e) { if (typeof console !== 'undefined') { console.error(e); } }

Transform Yourself From The Inside Out — Just Like 2,300+ Women Already Have!

Creating Wealth eBook | butternutrition (2)

YES! I want instant access to the 'Creating Wealth' ebook!

IF YOU'VE GOT NUTRITIONAL DEBT, CHANCES ARE YOU ALSO...

Just want to feel NORMAL again, without having nutrition and diet consume your thoughts and time

Are overwhelmed with nutritional information and are confused about what is HELPFUL versus what is HARMFUL and have no idea what to prioritize to get results

Want to BREAK FREE of the vicious cycle of self abuse that is dieting and insufficient fueling of your body

Feel like your life is on hold while you wait to feel whole again

Are throwing precious money down the drain on supplements, quick fixes and superfoods instead of getting STRATEGIC with your eating method

Feel like you’re spinning your wheels with your current efforts and worried if you will ever ESCAPE your symptoms and find the missing piece to your health puzzle

Want to LOOK and FEEL good from the inside out!

Creating Wealth eBook | butternutrition (3)

Get Instant Access!

WHO AM I AND WHY YOU SHOULD LISTEN:

You're probably asking yourself, "what the heck does this woman know about nutritional debt and what makes her an authority on the subject?" I'm glad you asked...

My name is Catherine and I'm a Nutritional Therapy Practitioner. About 13 years ago I found myself drowning in nutritional debt. Drowning so bad, my digestion was weak, I had no energy, and I couldn't even go to a yoga class without feeling what felt like uncomfortable bricks sitting in my stomach. Unfortunately, that was just the beginning of a long journey with poor digestion, food intolerances, and low energy. After years of exhausted research, appointments with naturopathic doctors who told me I was "fine" after expensive diagnostic techniques, and thinking I might never see the light, something started to change.

Years later, my learnings and the changes I made to overcome the devastating amount of nutritional debt I'd amassed became teachings on the overwhelmingly popular Butter Nutrition blog that has reached over 22 million people.

Writing the Creating Wealth eBook was my way of outlining exactly how to get out of nutritional debt, so you don't have to suffer through all the trial, error, research, and misery that I did on my journey!

Not to mention, feel better way faster...

IMAGINE FOR A MINUTE...

>> If you had a step by step plan laid out for you that was already proven to work.

>> If you had complete clarity, focus and direction when it comes to where to start, what exactly to do, what to eat, and how to prepare it.

>> If you had a specific step-by-step plan to free yourself of your energy, dieting, and digestive constraints.

>> If you had the ability to reverse your nutritional debt and build back up your body safely and naturally.

>> If this plan allowed you to completely shift the quality of your life and you were only one decision away from making it a reality.

How much would that be worth to you?

How much time, energy and money would it save you?

Why are you waiting?

YES! I want instant access to the 'Creating Wealth' ebook!

WHAT'S INCLUDED:

Creating Wealth eBook | butternutrition (5)

Worksheets to Outline your Custom Own Nutrition Plan

Learn how to use the information in the Creating Wealth eBook to customize your own personalized nutrition plan (for where YOUR body’s at, not anyone else’s)!

Creating Wealth eBook | butternutrition (6)

Food Journal to Track your Progress (Using Simple Biofeedback Methods)

Check in with your body by using simple biofeedback methods to see how you’re progressing on your Creating Wealth nutrition plan over time!

Creating Wealth eBook | butternutrition (7)

140 Pages of Content in PDF Format

Understand the WHY behind what you’re doing with in-depth information (hint: you’re a lot more likely to follow through if you understand exactly WHY you are doing what you’re doing)!

Creating Wealth eBook | butternutrition (8)

Grocery Shopping Guide

Navigate the grocery store with ease and keep your pantry stocked with all the right nutrient dense foods with this easy to follow shopping guide.

Creating Wealth eBook | butternutrition (9)

Supplement Guide

Are your typical supplements helpful or harmful for where your body’s at? Learn about what supplements are best designed to work the best with YOUR body

Creating Wealth eBook | butternutrition (10)

Over 30 Simple Recipes

Get meal and snack recipe ideas that work with your body to get the best results!

...a sneak peak inside this game-changing ebook..

Creating Wealth eBook | butternutrition (11)

EYE OPENING INFORMATION THAT WILL CHANGE THE WAY YOU THINK ABOUT NUTRITION:

>> Loaded with "under the radar" nutrition secrets to tweak your eating in small ways for BIG returns.

>> Learn the "only number" you should count (but only for a few days) while you're getting used to your new nutrition plan (hint: it's NOT calories)!

>> Discover the real food "recipe" for healthy hormone production without drugs so you can get your natural glow back!

>> How to "flip the switch" on BLOATING and digestive distress so you can start optimizing your body's ability to absorb nutrients!

>> See how you can use real food therapeutically instead of supplements so you can STOP throwing away money and desiring products that don't work.

>> Understand why your liver's health is EXTREMELY important what your body REALLY needs to support it (hint: it's NOT a detox diet or a cleanse!)

>> Learn simple hacks for identifying problem foods that can SLOW your progress and increase inflammation in your body, acting as a barrier to your success.

>> How to create your own FOOLPROOF nutritional wealth building plan so you can start living on premium fuel and taking personal responsibility for your health!

YES! I want instant access to the 'Creating Wealth' ebook!

WHAT READERS ARE SAYING:

Creating Wealth eBook | butternutrition (12)

"This book contains so many important keys about healing the body with food. Catherine helps you understand which foods will help create nutritional wealth, and also how to make sure your body is actually absorbing the nutrients you’re feeding it. She also talks about one very important and often overlooked aspect of your health – listening to your body! This book really gets down into the nitty-gritty and covers so many details other books leave out. A definite must-read if you want to master your health!"

Elizabeth Walling, The Nourished Life blog
Creating Wealth eBook | butternutrition (13)

Your book has provided an amass of necessary information; steeped in the teachings of holistic and functional nutrition, your E-book clears the clutter of current diet obsessions and fads by clearly demonstrating to the reader, "How to HEAL" your own body with nature's greatest Medicine.... Whole Foods!

Eugene Olea, Holistic Nutrition Intuitive and Researcher
Creating Wealth eBook | butternutrition (14)

"The eBook is very well written: organized, concise, yet full of very important details.

As a fitness enthusiast sliding into menopause, I have been struggling with nutrition and health issues for a decade. I have gone to multiple trainers, nutritionists, and functional medicine doctors. I have read a bookcase full of books and multiple health related articles each day. Your book puts most information in one place, while being easy to read and understand. I would highly recommend your book as a first step for someone working to improve their health."

Tamara, Butter Nutrition Subscriber
Creating Wealth eBook | butternutrition (15)

"Creating Wealth has really helped me understand the connection between food and how it nourishes my body. I love Catherine’s approach… rather than deprivation, she focuses on INCREASING nutrition to bring the body back into balance. Since reading her materials, I have noticed an improvement in my hormones because I have been giving my body more of what it needs. So grateful for the knowledge to take better care of my body!”

Mary, Nature + Nurture blog
Creating Wealth eBook | butternutrition (16)

"I wish I had read this book YEARS ago! It would have saved me money, years of making nutrition mistakes, and missing out on truly nourishing my body. I love my new nutrition strategy and plan!"

Marie, Butter Nutrition Subscriber

READY TO LOOK AND FEEL BETTER FROM THE INSIDE OUT?

Get started with a sane nutrition approach now!

Creating Wealth eBook | butternutrition (17)

YES! I want instant access to the 'Creating Wealth' ebook!

HERE IS MY "YOU'VE GOT TO BE CRAZY GUARANTEE"

I 100% guarantee that you'll love this product, or I'll return your $24.95 and let you keep the Creating Wealth eBook anyways.

I’ll take all the risk on this.

If you don’t feel that The Creating Wealth eBook or any eCourses that you choose to add on to your purchase (shown below) are more than what you invested, drop me an email within 30 days of purchase and I’ll refund you.

No questions asked. Fair enough?

Creating Wealth eBook | butternutrition (2024)
Top Articles
Latest Posts
Article information

Author: Kimberely Baumbach CPA

Last Updated:

Views: 6381

Rating: 4 / 5 (41 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Kimberely Baumbach CPA

Birthday: 1996-01-14

Address: 8381 Boyce Course, Imeldachester, ND 74681

Phone: +3571286597580

Job: Product Banking Analyst

Hobby: Cosplaying, Inline skating, Amateur radio, Baton twirling, Mountaineering, Flying, Archery

Introduction: My name is Kimberely Baumbach CPA, I am a gorgeous, bright, charming, encouraging, zealous, lively, good person who loves writing and wants to share my knowledge and understanding with you.