/*
 * com.bwd.lib.sectionspro
 */

.sections-stack.s-pro.eq-height,.sections-stack.s-pro.eq-height > .shear-wrapper{margin-top:0 !important}.sections-stack.s-pro.top-margin-none{margin-top:0}.sections-stack.s-pro.bot-margin-none{margin-bottom:0}.sections-stack.s-pro .inner-content{position:relative}.sections-stack.s-pro .content-wrapper.fill-content{height:100%}.sections-stack.s-pro .content-wrapper > .content{margin:0;padding:0}.sections-stack.s-pro .shear-inner::before,.sections-stack.s-pro .shear-inner::after{-webkit-box-sizing:border-box !important;box-sizing:border-box !important;pointer-events:none !important;position:absolute;top:0;height:100%;left:0;width:100%;content:""}.sections-stack.s-pro.allow-pull-out > .shear-wrapper > .shear-inner.full-height,.sections-stack.s-pro.allow-pull-out > .shear-wrapper > .shear-inner > .inner-content.v-center,.sections-stack.s-pro.allow-pull-out > .shear-wrapper > .shear-inner.fixed-height > .inner-content{overflow:visible !important}


/*
 * animate
 */

:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animated{animation-duration:var(--animate-duration);animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.repeat-1{animation-iteration-count:var(--animate-repeat)}.animated.repeat-2{animation-iteration-count:calc(var(--animate-repeat) * 2)}.animated.repeat-3{animation-iteration-count:calc(var(--animate-repeat) * 3)}.animated.delay-1s{animation-delay:var(--animate-delay)}.animated.delay-2s{animation-delay:calc(var(--animate-delay) * 2)}.animated.delay-3s{animation-delay:calc(var(--animate-delay) * 3)}.animated.delay-4s{animation-delay:calc(var(--animate-delay) * 4)}.animated.delay-5s{animation-delay:calc(var(--animate-delay) * 5)}.animated.faster{animation-duration:calc(var(--animate-duration) / 2)}.animated.fast{animation-duration:calc(var(--animate-duration) * 0.8)}.animated.slow{animation-duration:calc(var(--animate-duration) * 2)}.animated.slower{animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion:reduce){.animated{animation-duration:1ms !important;transition-duration:1ms !important;animation-iteration-count:1 !important}.animated[class*='Out']{opacity:0}}@keyframes bounce{from,20%,53%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,0,0) scaleY(0.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale3d(1,1,1)}}.pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{from{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,0.75,1)}40%{transform:scale3d(0.75,1.25,1)}50%{transform:scale3d(1.15,0.85,1)}65%{transform:scale3d(0.95,1.05,1)}75%{transform:scale3d(1.05,0.95,1)}to{transform:scale3d(1,1,1)}}.rubberBand{animation-name:rubberBand}@keyframes shakeX{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shakeX{animation-name:shakeX}@keyframes shakeY{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scale3d(1,1,1)}}.tada{animation-name:tada}@keyframes wobble{from{transform:translate3d(0,0,0)}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:translate3d(0,0,0)}}.wobble{animation-name:wobble}@keyframes jello{from,11.1%,to{transform:translate3d(0,0,0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-name:heartBeat;animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:0.7}80%{transform:translateY(0px) scale(0.7);opacity:0.7}100%{transform:scale(1);opacity:1}}.backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:0.7}80%{transform:translateX(0px) scale(0.7);opacity:0.7}100%{transform:scale(1);opacity:1}}.backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:0.7}80%{transform:translateX(0px) scale(0.7);opacity:0.7}100%{transform:scale(1);opacity:1}}.backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:0.7}80%{transform:translateY(0px) scale(0.7);opacity:0.7}100%{transform:scale(1);opacity:1}}.backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0px) scale(0.7);opacity:0.7}100%{transform:translateY(700px) scale(0.7);opacity:0.7}}.backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0px) scale(0.7);opacity:0.7}100%{transform:translateX(-2000px) scale(0.7);opacity:0.7}}.backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0px) scale(0.7);opacity:0.7}100%{transform:translateX(2000px) scale(0.7);opacity:0.7}}.backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0px) scale(0.7);opacity:0.7}100%{transform:translateY(-700px) scale(0.7);opacity:0.7}}.backOutUp{animation-name:backOutUp}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:scale3d(0.3,0.3,0.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(0.97,0.97,0.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-duration:calc(var(--animate-duration) * 0.75);animation-name:bounceIn}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(0.9)}75%{transform:translate3d(0,-10px,0) scaleY(0.95)}90%{transform:translate3d(0,5px,0) scaleY(0.985)}to{opacity:1;transform:translate3d(0,0,0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(0.98)}90%{transform:translate3d(5px,0,0) scaleX(0.995)}to{opacity:1;transform:translate3d(0,0,0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(0.98)}90%{transform:translate3d(-5px,0,0) scaleX(0.995)}to{opacity:1;transform:translate3d(0,0,0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(0.9)}75%{transform:translate3d(0,10px,0) scaleY(0.95)}90%{transform:translate3d(0,-5px,0) scaleY(0.985)}to{opacity:1;transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(0.9,0.9,0.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(0.3,0.3,0.3)}}.bounceOut{animation-duration:calc(var(--animate-duration) * 0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(0.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(0.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{from{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{from{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{from{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{from{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{from{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95,0.95,0.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{opacity:1;transform:perspective(400px)}}.flipInX{backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0,1,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{opacity:1;transform:perspective(400px)}}.flipInY{backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-duration:calc(var(--animate-duration) * 0.75);animation-name:flipOutX;backface-visibility:visible !important}@keyframes flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{animation-duration:calc(var(--animate-duration) * 0.75);backface-visibility:visible !important;animation-name:flipOutY}@keyframes lightSpeedInRight{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{opacity:1;transform:translate3d(0,0,0)}}.lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{from{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{opacity:1;transform:translate3d(0,0,0)}}.lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{from{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{from{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{from{transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{from{transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{from{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{from{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{from{transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{from{opacity:1}to{transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{from{opacity:1}to{transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{from{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{from{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{from{opacity:1}to{transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:calc(var(--animate-duration) * 2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{from{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:translate3d(0,0,0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{from{opacity:0;transform:scale3d(0.3,0.3,0.3)}50%{opacity:1}to{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3,0.3,0.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}to{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px,0,0)}}.zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(0.1) translate3d(2000px,0,0)}}.zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}to{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}



.sections-stack .content.preload-content{opacity:0}html.no-js .sections-stack .content.preload-content{opacity:1}.sections-stack video.video-bg{max-width:none}
@media screen and (min-width:40em){.row.collapse-tablet-up .columns{padding-left:0!important;padding-right:0!important}}

.font-weight-100{font-weight:100}.font-weight-200{font-weight:200}.font-weight-300{font-weight:300}.font-weight-400{font-weight:400}.font-weight-500{font-weight:500}.font-weight-600{font-weight:600}.font-weight-700{font-weight:700}.font-weight-800{font-weight:800}.font-weight-900{font-weight:900}.font-style-normal{font-style:normal}.font-style-italic{font-style:italic}
.com_bigwhiteduck_stacks_paragraphpro_stack p.text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-left{text-align:left}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-right{text-align:right}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify{text-align:justify}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-inherit{text-align:inherit}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center + ul{display:table;margin:0 auto;text-align:left}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify.small-only-just-left{text-align:left !important}}

.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}
 #foundation-loader{display:block;background-color:rgba(255, 255, 255, 1.00)}#foundation-loader .loader-inner > div{background-color:rgba(0, 0, 0, 1.00)}#foundation-loader .ball-grid-pulse,#foundation-loader .ball-grid-beat,#foundation-loader .semi-circle-spin{margin:0 auto;-webkit-transform:translateY(40%);-moz-transform:translateY(40%);-ms-transform:translateY(40%);-o-transform:translateY(40%);transform:translateY(40%)}#foundation-loader .loader-inner > div,#foundation-loader .ball-rotate > div:before,#foundation-loader .ball-rotate > div:after,#foundation-loader .ball-clip-rotate-pulse > div:first-child,#foundation-loader .pacman > div:nth-child(3),#foundation-loader .pacman > div:nth-child(4),#foundation-loader .pacman > div:nth-child(5),#foundation-loader .pacman > div:nth-child(6){background-color:rgba(0, 0, 0, 1.00)}#foundation-loader .square-spin > div,#foundation-loader .ball-clip-rotate > div{background-color:rgba(0, 0, 0, 1.00);border-color:rgba(0, 0, 0, 1.00)}#foundation-loader .ball-clip-rotate > div{border-bottom-color:transparent}#foundation-loader .ball-clip-rotate-pulse > div:last-child,#foundation-loader .ball-clip-rotate-multiple > div:last-child{background-color:transparent;border-color:rgba(0, 0, 0, 1.00) transparent rgba(0, 0, 0, 1.00) transparent}#foundation-loader .ball-clip-rotate-multiple > div{background-color:transparent;border-color:transparent rgba(0, 0, 0, 1.00) transparent rgba(0, 0, 0, 1.00)}#foundation-loader .ball-scale-ripple > div,#foundation-loader .ball-scale-ripple-multiple > div,#foundation-loader .ball-triangle-path > div{background-color:transparent;border-color:rgba(0, 0, 0, 1.00)}#foundation-loader .triangle-skew-spin > div{background-color:transparent;border-left-color:transparent;border-right-color:transparent;border-bottom-color:rgba(0, 0, 0, 1.00)}#foundation-loader .pacman > div:first-of-type,#foundation-loader .pacman > div:nth-child(2){background-color:transparent;border-right-color:transparent;border-top-color:rgba(0, 0, 0, 1.00);border-left-color:rgba(0, 0, 0, 1.00);border-bottom-color:rgba(0, 0, 0, 1.00)}#foundation-loader .semi-circle-spin > div{width:35px;height:35px;background-color:transparent;background-image:-webkit-linear-gradient(transparent 0%,transparent 70%,rgba(0, 0, 0, 1.00) 30%,rgba(0, 0, 0, 1.00) 100%);background-image:linear-gradient(transparent 0%,transparent 70%,rgba(0, 0, 0, 1.00) 30%,rgba(0, 0, 0, 1.00) 100%)}.stacks_top{opacity:0} .theme-version{display:block}.theme-version.number-110,#stacks_in_1635401{display:none}.stacks_out{overflow:visible !important}.stacks_in{overflow:visible}::selection{color:rgba(229, 230, 227, 1.00);background:rgba(0, 0, 0, 1.00);}::-moz-selection{color:rgba(229, 230, 227, 1.00);background:rgba(0, 0, 0, 1.00);}body,.font-family-text{font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-weight:400}h1,.font-family-h1{font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-style:normal;font-weight:600}h1 a,.font-family-h1 a{font-family:inherit}h2,h3,h4,h5,h6,.font-family-h2{font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-style:normal;font-weight:300}h2 a,h3 a,h4 a,h5 a,h6 a,.font-family-h2 a{font-family:inherit}body{background-color:#FFFFFF;}.hide-for-touch,.show-for-touch{display:none}.no-js .hide-for-touch{display:block}.vegas-loading{display:none}.vegas-background{-ms-interpolation-mode:bicubic;image-rendering:optimizeQuality;max-width:none !important}.vegas-overlay,.vegas-background{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.hide-overflow{overflow:hidden !important}.columns > .equalizer.small-up{height:100%}@media only screen and (min-width:40.063em){.columns > .equalizer.medium-up{height:100%}}@media only screen and (min-width:62.563em){.columns > .equalizer.large-up{height:100%}}@media only screen and (max-width:40em){.row.collapse-small > .columns{padding-left:0;padding-right:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row.collapse-medium > .columns{padding-left:0;padding-right:0}}@media only screen and (max-width:40em){.row .row.collapse-small{margin:0;width:auto}.row .row.collapse-small::before,.row .row.collapse-small::after{content:" ";display:table}.row .row.collapse-small::after{clear:both}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row .row.collapse-medium{margin:0;width:auto}.row .row.collapse-medium::before,.row .row.collapse-medium::after{content:" ";display:table}.row .row.collapse-medium::after{clear:both}}.row.divider > .columns:not(:first-child):before{content:" ";margin:0 -0.9375rem;position:absolute}@media only screen and (max-width:40em){.row.divider-medium-up > .columns::before,.row.divider-large-up > .columns::before,.small-12::before{display:none}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row.divider-large-up > .columns::before,.medium-12::before{display:none}}@media only screen and (min-width:62.563em){.large-12:before{display:none}}.floating-body.radius{border-radius:3px}.floating-body.radius > .columns > .stacks_out:first-child > .stacks_in > .top-bar-wrapper:not(.fixed){border-top-right-radius:3px;border-top-left-radius:3px}.floating-body .top-bar-wrapper.contain-to-grid.fixed{max-width:1400px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.radius{background-clip:padding-box}img{color:#FFFFFF}img.radius{border-radius:3px}img.round{border-radius:1000px}.row{max-width:1400px !important;}.row.max-edge{max-width:100% !important}body{color:rgba(0, 0, 0, 1.00)}a{color:rgba(165, 0, 119, 1.00);text-decoration:none;font-weight:inherit}a:hover{color:rgba(204, 102, 68, 1.00)}a.close,a.close-reveal-modal{text-decoration:none}.alt{color:rgba(255, 255, 255, 1.00)}.alt a{color:rgba(0, 140, 186, 1.00)}.alt a:hover{color:rgba(0, 102, 136, 1.00)}.alt small{color:rgba(255, 255, 255, 1.00)}h1,h2,h3,h4,h5,h6{color:rgba(0, 0, 0, 1.00);margin-top:0}h1.alt,h2.alt,h3.alt,h4.alt,h5.alt,h6.alt{color:rgba(255, 255, 255, 1.00)}h1.subheader,h2.subheader,h3.subheader,h4.subheader,h5.subheader,h6.subheader{color:rgba(0, 0, 0, 1.00)}h1.subheader.alt,h2.subheader.alt,h3.subheader.alt,h4.subheader.alt,h5.subheader.alt,h6.subheader.alt{color:rgba(255, 255, 255, 1.00)}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:30%;color:rgba(0, 0, 0, 1.00)}h1{font-size:2.50rem}h2{font-size:1.69rem}h3{font-size:1.50rem}h4{font-size:1.12rem}h5{font-size:1.12rem}h6{font-size:1.00rem}@media only screen and (min-width:40.063em){h1{font-size:6.00rem}h2{font-size:2.50rem}h3{font-size:2.00rem}h4{font-size:1.44rem}h5{font-size:8.00rem}h6{font-size:1.00rem}}code{color:rgba(165, 0, 119, 1.00)}hr,blockquote,abbr,acronym,.vcard{border-color:rgba(221, 221, 221, 1.00)}hr.alt,blockquote.alt,abbr.alt,acronym.alt,.vcard.alt{border-color:rgba(221, 221, 221, 1.00)}blockquote,blockquote p{color:rgba(0, 0, 0, 1.00)}blockquote cite,blockquote cite a,blockquote p cite,blockquote p cite a{color:rgba(0, 0, 0, 1.00)}blockquote.alt,blockquote.alt p,blockquote p.alt,blockquote p.alt p{color:rgba(255, 255, 255, 1.00)}blockquote.alt cite,blockquote.alt cite a,blockquote.alt p cite,blockquote.alt p cite a,blockquote p.alt cite,blockquote p.alt cite a,blockquote p.alt p cite,blockquote p.alt p cite a{color:rgba(255, 255, 255, 1.00)}.flex-video{margin-bottom:0}.contain-to-grid .top-bar{max-width:1400px}.top-bar .top-bar-section ul li > a.button{background-color:rgba(0, 0, 0, 1.00);color:rgba(229, 230, 227, 1.00)}.top-bar .top-bar-section ul li > a.button:hover{color:rgba(229, 230, 227, 1.00);background-color:rgba(0, 0, 0, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary{background-color:rgba(109, 109, 99, 1.00);color:rgba(109, 109, 99, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary:hover{color:rgba(109, 109, 99, 1.00);background-color:rgba(103, 103, 94, 1.00)}.top-bar .top-bar-section ul li > a.button.alert{background-color:rgba(165, 0, 119, 1.00)}.top-bar .top-bar-section ul li > a.button.alert:hover{background-color:rgba(156, 0, 113, 1.00)}.top-bar .top-bar-section ul li > a.button.success{background-color:rgba(214, 120, 109, 1.00)}.top-bar .top-bar-section ul li > a.button.success:hover{background-color:rgba(203, 114, 103, 1.00)}.top-bar .top-bar-section ul li > a.button.radius{border-radius:3px}.alert-box{background-color:rgba(0, 0, 0, 1.00);color:rgba(229, 230, 227, 1.00);border-color:rgba(0, 0, 0, 1.00)}.alert-box a:not(.close){color:rgba(229, 230, 227, 1.00);text-decoration:underline}.alert-box.secondary{background-color:rgba(109, 109, 99, 1.00);color:rgba(109, 109, 99, 1.00);border-color:rgba(103, 103, 94, 1.00)}.alert-box.alert{background-color:rgba(165, 0, 119, 1.00);border-color:rgba(156, 0, 113, 1.00)}.alert-box.success{background-color:rgba(214, 120, 109, 1.00);border-color:rgba(203, 114, 103, 1.00)}.alert-box.warning{background-color:rgba(229, 230, 227, 1.00);border-color:rgba(217, 218, 215, 1.00)}.alert-box.info{background-color:rgba(160, 211, 232, 1.00);color:rgba(163, 163, 148, 1.00);border-color:rgba(152, 200, 220, 1.00)}.alert-box.radius{border-radius:3px}.breadcrumbs{background-color:rgba(109, 109, 99, 1.00);border-color:rgba(103, 103, 94, 1.00);color:rgba(109, 109, 99, 1.00)}.breadcrumbs .current a{color:rgba(109, 109, 99, 1.00)}.breadcrumbs.radius{border-radius:3px}.breadcrumbs header{display:inline}.breadcrumbs .fa{font-size:1em}.breadcrumbs .unavailable{color:rgba(109, 109, 99, 1.00)}.breadcrumbs li:before{color:rgba(163, 163, 148, 1.00)}.breadcrumbs *:first-child:before{margin:0 .75rem}.button{background-color:rgba(0, 0, 0, 1.00);color:rgba(229, 230, 227, 1.00)}.button:hover{color:rgba(229, 230, 227, 1.00);background-color:rgba(0, 0, 0, 1.00)}.button.secondary{background-color:rgba(109, 109, 99, 1.00);color:rgba(109, 109, 99, 1.00)}.button.secondary:hover{color:rgba(109, 109, 99, 1.00);background-color:rgba(103, 103, 94, 1.00)}.button.alert{background-color:rgba(165, 0, 119, 1.00)}.button.alert:hover{background-color:rgba(156, 0, 113, 1.00)}.button.success{background-color:rgba(214, 120, 109, 1.00)}.button.success:hover{background-color:rgba(203, 114, 103, 1.00)}.button.radius{border-radius:3px}.button.ghost{background-color:transparent;border-width:1px;border-color:rgba(0, 0, 0, 1.00);color:rgba(0, 0, 0, 1.00)}.button.ghost:hover{color:rgba(229, 230, 227, 1.00);border-color:rgba(0, 0, 0, 1.00);background-color:rgba(0, 0, 0, 1.00)}.button.ghost.secondary{border-color:rgba(109, 109, 99, 1.00);color:rgba(109, 109, 99, 1.00)}.button.ghost.secondary:hover{color:rgba(109, 109, 99, 1.00);border-color:rgba(103, 103, 94, 1.00);background-color:rgba(103, 103, 94, 1.00)}.button.ghost.alert{border-color:rgba(165, 0, 119, 1.00);color:rgba(165, 0, 119, 1.00)}.button.ghost.alert:hover{color:rgba(229, 230, 227, 1.00);border-color:rgba(156, 0, 113, 1.00);background-color:rgba(156, 0, 113, 1.00)}.button.ghost.success{border-color:rgba(214, 120, 109, 1.00);color:rgba(214, 120, 109, 1.00)}.button.ghost.success:hover{color:rgba(229, 230, 227, 1.00);border-color:rgba(203, 114, 103, 1.00);background-color:rgba(203, 114, 103, 1.00)}.split.button.radius span{border-top-right-radius:3px;border-bottom-right-radius:3px}.split.button span::after{border-top-color:rgba(229, 230, 227, 1.00)}.split.button.secondary span::after{border-top-color:rgba(109, 109, 99, 1.00)}.button-group.radius > *:first-child,.button-group.radius > *:first-child > a,.button-group.radius > *:first-child > button,.button-group.radius > *:first-child > .button{border-bottom-left-radius:3px;border-top-left-radius:3px}.button-group.radius > *:last-child,.button-group.radius > *:last-child > a,.button-group.radius > *:last-child > button,.button-group.radius > *:last-child > .button{border-top-right-radius:3px;border-bottom-right-radius:3px}.icon-bar{background-color:rgba(0, 0, 0, 1.00);color:rgba(229, 230, 227, 1.00)}.icon-bar > .item{cursor:pointer;color:rgba(229, 230, 227, 1.00)}.icon-bar > .item label,.icon-bar > .item i{color:rgba(229, 230, 227, 1.00)}.icon-bar > .item:hover{color:rgba(229, 230, 227, 1.00);background-color:rgba(0, 0, 0, 1.00)}.icon-bar.secondary{background-color:rgba(109, 109, 99, 1.00);color:rgba(109, 109, 99, 1.00)}.icon-bar.secondary > .item{color:rgba(109, 109, 99, 1.00)}.icon-bar.secondary > .item label,.icon-bar.secondary > .item i{color:rgba(109, 109, 99, 1.00)}.icon-bar.secondary > .item:hover{background-color:rgba(103, 103, 94, 1.00);color:rgba(109, 109, 99, 1.00)}form[data-abide] .error label{color:rgba(165, 0, 119, 1.00)}form[data-abide] .error small.error,form[data-abide] .error span.error{background-color:rgba(165, 0, 119, 1.00);color:rgba(229, 230, 227, 1.00)}input[type="radio"]{margin-left:1px}select:focus{margin-left:3px}form input[type="text"],form input[type="password"],form input[type="date"],form input[type="datetime"],form input[type="datetime-local"],form input[type="month"],form input[type="week"],form input[type="email"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="time"],form input[type="url"],form textarea,form select{color:rgba(0, 0, 0, 1.00)}form input[type="text"]:focus,form input[type="password"]:focus,form input[type="date"]:focus,form input[type="datetime"]:focus,form input[type="datetime-local"]:focus,form input[type="month"]:focus,form input[type="week"]:focus,form input[type="email"]:focus,form input[type="number"]:focus,form input[type="search"]:focus,form input[type="tel"]:focus,form input[type="time"]:focus,form input[type="url"]:focus,form textarea:focus,form select:focus{border-color:rgba(0, 0, 0, 1.00)}form fieldset{border-color:rgba(221, 221, 221, 1.00)}form legend{background-color:#FFFFFF}form label{color:rgba(0, 0, 0, 1.00)}form.radius input[type="text"],form.radius input[type="password"],form.radius input[type="date"],form.radius input[type="datetime"],form.radius input[type="datetime-local"],form.radius input[type="month"],form.radius input[type="week"],form.radius input[type="email"],form.radius input[type="number"],form.radius input[type="search"],form.radius input[type="tel"],form.radius input[type="time"],form.radius input[type="url"],form.radius textarea,form.radius select,form.radius small.error{border-radius:3px}form.radius span.prefix,form.radius label.prefix{border-bottom-left-radius:3px;border-top-left-radius:3px}form.radius span.postfix,form.radius label.postfix{border-top-right-radius:3px;border-bottom-right-radius:3px}form.radius .input-group > *:first-child,form.radius .input-group > *:first-child *{border-bottom-left-radius:3px;border-top-left-radius:3px}form.radius .input-group > *:last-child,form.radius .input-group > *:last-child *{border-top-right-radius:3px;border-bottom-right-radius:3px}.range-slider{background-color:rgba(229, 230, 227, 1.00);border-color:rgba(199, 200, 197, 1.00)}.range-slider .range-slider-handle{background-color:rgba(0, 0, 0, 1.00)}.range-slider .range-slider-handle:hover{background-color:rgba(0, 0, 0, 1.00)}.range-slider .range-slider-active-segment{background-color:rgba(199, 200, 197, 1.00)}.range-slider.secondary{background-color:rgba(109, 109, 99, 1.00);border-color:rgba(79, 79, 69, 1.00)}.range-slider.secondary .range-slider-handle{background-color:rgba(109, 109, 99, 1.00)}.range-slider.secondary .range-slider-handle:hover{background-color:rgba(103, 103, 94, 1.00)}.range-slider.secondary .range-slider-active-segment{background-color:rgba(79, 79, 69, 1.00)}.slider-display{display:block;margin-top:20px}div.switch label{background-color:rgba(109, 109, 99, 1.00)}div.switch label::after{background-color:rgba(229, 230, 227, 1.00)}div.switch input:checked + label{background-color:rgba(0, 0, 0, 1.00)}.label{background-color:rgba(0, 0, 0, 1.00);color:rgba(229, 230, 227, 1.00);margin-bottom:0}.label.secondary{background-color:rgba(109, 109, 99, 1.00);color:rgba(109, 109, 99, 1.00)}.label.alert{background-color:rgba(165, 0, 119, 1.00)}.label.success{background-color:rgba(214, 120, 109, 1.00)}.label.radius{border-radius:3px}.alert-box .close{opacity:0.5}.slideshow-wrapper{min-height:50px;z-index:10}.orbit-container .orbit-bullets li{cursor:pointer;background:rgba(109, 109, 99, 1.00)}.orbit-container .orbit-bullets li.active,.orbit-container .orbit-bullets li:hover{background:rgba(0, 0, 0, 1.00)}.accordion .accordion-navigation > a{background-color:rgba(0, 0, 0, 1.00);color:rgba(229, 230, 227, 1.00)}.accordion .accordion-navigation > a:hover{background-color:rgba(0, 0, 0, 1.00)}.accordion .accordion-navigation > a.radius{border-radius:3px}.accordion .accordion-navigation > a.round{border-radius:1000px}.accordion .accordion-navigation.active > a{background-color:rgba(0, 0, 0, 1.00)}.accordion .accordion-navigation > .content{background-color:transparent !important}.accordion.secondary .accordion-navigation > a{background-color:rgba(109, 109, 99, 1.00);color:rgba(109, 109, 99, 1.00)}.accordion.secondary .accordion-navigation > a:hover{background-color:rgba(103, 103, 94, 1.00)}.accordion.secondary .accordion-navigation.active > a{background-color:rgba(103, 103, 94, 1.00)}.tabs li.tab-title > a{background-color:rgba(0, 0, 0, 1.00);color:rgba(229, 230, 227, 1.00)}.tabs li.tab-title > a:hover{background-color:rgba(0, 0, 0, 1.00)}.tabs li.tab-title.active > a{color:rgba(229, 230, 227, 1.00);background-color:rgba(0, 0, 0, 1.00)}.tabs.secondary li.tab-title > a{background-color:rgba(109, 109, 99, 1.00);color:rgba(109, 109, 99, 1.00)}.tabs.secondary li.tab-title > a:hover{background-color:rgba(103, 103, 94, 1.00)}.tabs.secondary li.tab-title.active > a{color:rgba(109, 109, 99, 1.00);background-color:rgba(103, 103, 94, 1.00)}.tabs.radius li.tab-title:first-child a{border-bottom-left-radius:3px;border-top-left-radius:3px}.tabs.radius li.tab-title:last-child a{border-top-right-radius:3px;border-bottom-right-radius:3px}.th.radius{border-radius:3px}.th:hover,.th:focus{box-shadow:0 0 6px 1px rgba(0, 0, 0, 1.00)}.f-dropdown,.f-dropdown.content{background-color:rgba(251, 252, 250, 1.00);border-color:rgba(200, 201, 200, 1.00);color:rgba(51, 51, 51, 1.00)}.f-dropdown::before,.f-dropdown.content::before{border-color:transparent transparent rgba(251, 252, 250, 1.00) transparent}.f-dropdown::after,.f-dropdown.content::after{border-color:transparent transparent rgba(200, 201, 200, 1.00) transparent}.f-dropdown li a,.f-dropdown.content li a{color:rgba(51, 51, 51, 1.00)}.f-dropdown li:hover,.f-dropdown.content li:hover{background-color:rgba(0,0,0,0.1)}.f-dropdown.radius,.f-dropdown.content.radius{border-radius:3px}.tooltip{border-radius:3px;background-color:rgba(51, 51, 51, 1.00);color:rgba(251, 252, 250, 1.00)}.panel{background-color:rgba(114, 114, 103, 1.00);border-color:rgba(103, 103, 94, 1.00)}.panel.callout{background-color:rgba(0, 0, 0, 1.00);border-color:rgba(0, 0, 0, 1.00)}.panel.radius{border-radius:3px}.panel p{color:rgba(0, 0, 0, 1.00)}.panel p a{color:rgba(165, 0, 119, 1.00)}.panel p.alt{color:rgba(255, 255, 255, 1.00)}.panel p.alt a{color:rgba(0, 140, 186, 1.00)}.panel p.alt a:hover{color:rgba(0, 102, 136, 1.00)}.panel p.alt small{color:rgba(255, 255, 255, 1.00)}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6{color:rgba(0, 0, 0, 1.00)}.panel h1.alt,.panel h2.alt,.panel h3.alt,.panel h4.alt,.panel h5.alt,.panel h6.alt{color:rgba(255, 255, 255, 1.00)}.panel h1.subheader,.panel h2.subheader,.panel h3.subheader,.panel h4.subheader,.panel h5.subheader,.panel h6.subheader{color:rgba(0, 0, 0, 1.00)}.panel h1.subheader.alt,.panel h2.subheader.alt,.panel h3.subheader.alt,.panel h4.subheader.alt,.panel h5.subheader.alt,.panel h6.subheader.alt{color:rgba(255, 255, 255, 1.00)}.pricing-table.primary .title{background-color:rgba(0, 0, 0, 1.00);color:rgba(229, 230, 227, 1.00)}.pricing-table.primary .price{color:rgba(0, 0, 0, 1.00)}.pricing-table.primary .description{color:rgba(0, 0, 0, 1.00)}.pricing-table.primary .bullet-item{color:rgba(0, 0, 0, 1.00)}.pricing-table.secondary .title{background-color:rgba(109, 109, 99, 1.00);color:rgba(109, 109, 99, 1.00)}.pricing-table.secondary .price{color:rgba(0, 0, 0, 1.00)}.pricing-table.secondary .description{color:rgba(0, 0, 0, 1.00)}.pricing-table.secondary .bullet-item{color:rgba(0, 0, 0, 1.00)}.pricing-table.radius{border-radius:3px}.pricing-table.radius .title{border-top-right-radius:3px;border-top-left-radius:3px}.pricing-table.radius .cta-button{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.side-nav li a:not(.button){color:rgba(165, 0, 119, 1.00)}.side-nav li a:not(.button):hover{background-color:rgba(243, 243, 243, 1.00);color:rgba(204, 102, 68, 1.00)}.side-nav li.active > a:first-child:not(.button){color:rgba(165, 0, 119, 1.00)}.side-nav li.active:not(.has-dropdown) a:not(.button){color:rgba(140, 0, 101, 1.00)}.side-nav header{color:rgba(0, 0, 0, 1.00);margin-top:1rem;margin-bottom:0.5rem}.side-nav label{color:rgba(0, 0, 0, 1.00)}.side-nav li.divider{border-top-color:rgba(221, 221, 221, 1.00)}.side-nav.alt li a:not(.button){color:rgba(0, 140, 186, 1.00)}.side-nav.alt li a:not(.button):hover{background-color:rgba(243, 243, 243, 1.00);color:rgba(0, 102, 136, 1.00)}.side-nav.alt li.active > a:first-child:not(.button){color:rgba(0, 140, 186, 1.00)}.side-nav.alt li.active:not(.has-dropdown) a:not(.button){color:rgba(0, 119, 158, 1.00)}.side-nav.alt header{color:rgba(255, 255, 255, 1.00)}.side-nav.alt label{color:rgba(255, 255, 255, 1.00)}.side-nav.alt li.divider{border-top-color:rgba(221, 221, 221, 1.00)}.sub-nav dt,.sub-nav dd,.sub-nav li{float:none;display:inline-block}.sub-nav dt a:not(.button),.sub-nav dd a:not(.button),.sub-nav li a:not(.button){color:rgba(0, 0, 0, 1.00)}.sub-nav dt a:not(.button):hover,.sub-nav dd a:not(.button):hover,.sub-nav li a:not(.button):hover{color:rgba(0, 0, 0, 1.00)}.sub-nav dt.active a:not(.button),.sub-nav dd.active a:not(.button),.sub-nav li.active a:not(.button){color:rgba(229, 230, 227, 1.00);background-color:rgba(0, 0, 0, 1.00)}.sub-nav dt.active a:not(.button):hover,.sub-nav dd.active a:not(.button):hover,.sub-nav li.active a:not(.button):hover{background-color:rgba(0, 0, 0, 1.00)}.sub-nav dt.active a:not(.button).secondary,.sub-nav dd.active a:not(.button).secondary,.sub-nav li.active a:not(.button).secondary{color:rgba(109, 109, 99, 1.00);background-color:rgba(109, 109, 99, 1.00)}.sub-nav dt.active a:not(.button).secondary:hover,.sub-nav dd.active a:not(.button).secondary:hover,.sub-nav li.active a:not(.button).secondary:hover{background-color:rgba(103, 103, 94, 1.00)}.sub-nav.secondary dt a:not(.button),.sub-nav.secondary dd a:not(.button),.sub-nav.secondary li a:not(.button){color:rgba(109, 109, 99, 1.00)}.sub-nav.secondary dt a:not(.button):hover,.sub-nav.secondary dd a:not(.button):hover,.sub-nav.secondary li a:not(.button):hover{color:rgba(103, 103, 94, 1.00)}.sub-nav.secondary dt.active a:not(.button),.sub-nav.secondary dd.active a:not(.button),.sub-nav.secondary li.active a:not(.button){color:rgba(109, 109, 99, 1.00);background-color:rgba(109, 109, 99, 1.00)}.sub-nav.secondary dt.active a:not(.button):hover,.sub-nav.secondary dd.active a:not(.button):hover,.sub-nav.secondary li.active a:not(.button):hover{background-color:rgba(103, 103, 94, 1.00)}.reveal-modal{z-index:9999;background-color:rgba(251, 252, 250, 1.00);color:rgba(51, 51, 51, 1.00)}.reveal-modal .close-reveal-modal{color:rgba(165, 0, 119, 1.00)}.reveal-modal-bg{z-index:9998;background:rgba(0,0,0,0.60)}nav.inline-nav ul.inline-list li{float:none;display:inline-block}nav.inline-nav ul.inline-list li:first-child{margin-left:0}nav.inline-nav ul.inline-list li.active{border-width:0 0 1px 0;border-style:solid;border-bottom-color:rgba(165, 0, 119, 1.00)}nav.inline-nav ul.inline-list.alt li.active{border-bottom-color:rgba(0, 140, 186, 1.00)}.clearing-blackout{background-color:rgba(251, 252, 250, 1.00)}.clearing-assembled .clearing-container .visible-img,.clearing-assembled .clearing-container .clearing-caption{background-color:rgba(251, 252, 250, 1.00)}.clearing-assembled .clearing-container .carousel{background-color:rgba(238, 239, 237, 1.00)}.clearing-assembled .clearing-container .clearing-close{color:rgba(165, 0, 119, 1.00)}.clearing-assembled .clearing-container .clearing-close:hover,.clearing-assembled .clearing-container .clearing-close:focus{color:rgba(165, 0, 119, 1.00)}.clearing-assembled .clearing-container .clearing-main-next > span{border-color:transparent;border-left-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-main-prev > span{border-color:transparent;border-right-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-caption{color:rgba(51, 51, 51, 1.00)}.copyright{color:rgba(0, 0, 0, 1.00);font-size:0.9rem}.copyright a{color:rgba(165, 0, 119, 1.00)}.copyright a:hover{color:rgba(204, 102, 68, 1.00)}.fn-text-header{color:rgba(0, 0, 0, 1.00)}.fn-text-link a{color:rgba(165, 0, 119, 1.00)}.fn-text-link a:hover{color:rgba(204, 102, 68, 1.00)}.fn-text-text{color:rgba(0, 0, 0, 1.00)}.fn-text-text p,.fn-text-text div{color:rgba(0, 0, 0, 1.00)}.fn-text-accent{color:rgba(221, 221, 221, 1.00)}.fn-text-code-text{color:rgba(165, 0, 119, 1.00)}.fn-text-header-alt{color:rgba(255, 255, 255, 1.00)}.fn-text-link-alt a{color:rgba(0, 140, 186, 1.00)}.fn-text-link-alt a:hover{color:rgba(0, 102, 136, 1.00)}.fn-text-text-alt{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt p,.fn-text-text-alt div{color:rgba(255, 255, 255, 1.00)}.fn-text-accent-alt{color:rgba(221, 221, 221, 1.00)}.fn-text-primary{color:rgba(0, 0, 0, 1.00)}.fn-text-primary-text{color:rgba(229, 230, 227, 1.00)}.fn-text-primary-text p,.fn-text-primary-text div{color:rgba(229, 230, 227, 1.00)}.fn-text-secondary{color:rgba(109, 109, 99, 1.00)}.fn-text-secondary-text{color:rgba(109, 109, 99, 1.00)}.fn-text-secondary-text p,.fn-text-secondary-text div{color:rgba(109, 109, 99, 1.00)}.fn-text-alert{color:rgba(165, 0, 119, 1.00)}.fn-text-success{color:rgba(214, 120, 109, 1.00)}.fn-text-warning{color:rgba(229, 230, 227, 1.00)}.fn-text-info{color:rgba(160, 211, 232, 1.00)}.fn-text-callout{color:rgba(0, 0, 0, 1.00)}.fn-text-modal{color:rgba(251, 252, 250, 1.00)}.fn-text-modal-close{color:rgba(165, 0, 119, 1.00)}.fn-text-modal-text{color:rgba(51, 51, 51, 1.00)}.fn-text-modal-text p,.fn-text-modal-text div{color:rgba(51, 51, 51, 1.00)}.fn-bg-header{background-color:rgba(0, 0, 0, 1.00)}.fn-bg-text{background-color:rgba(0, 0, 0, 1.00)}.fn-bg-link{background-color:rgba(165, 0, 119, 1.00)}.fn-bg-link-hover{background-color:rgba(204, 102, 68, 1.00)}.fn-bg-accent{background-color:rgba(221, 221, 221, 1.00)}.fn-bg-code-text{background-color:rgba(165, 0, 119, 1.00)}.fn-bg-modal-text{background-color:rgba(51, 51, 51, 1.00)}.fn-bg-header-alt{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-text-alt{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-link-alt{background-color:rgba(0, 140, 186, 1.00)}.fn-bg-link-hover-alt{background-color:rgba(0, 102, 136, 1.00)}.fn-bg-accent-alt{background-color:rgba(221, 221, 221, 1.00)}.fn-bg-primary{background-color:rgba(0, 0, 0, 1.00)}.fn-bg-primary-text{background-color:rgba(229, 230, 227, 1.00)}.fn-bg-secondary{background-color:rgba(109, 109, 99, 1.00)}.fn-bg-secondary-text{background-color:rgba(109, 109, 99, 1.00)}.fn-bg-alert{background-color:rgba(165, 0, 119, 1.00)}.fn-bg-success{background-color:rgba(214, 120, 109, 1.00)}.fn-bg-warning{background-color:rgba(229, 230, 227, 1.00)}.fn-bg-info{background-color:rgba(160, 211, 232, 1.00)}.fn-bg-callout{background-color:rgba(0, 0, 0, 1.00)}.fn-bg-modal{background-color:rgba(251, 252, 250, 1.00)}.fn-bg-modal-close{background-color:rgba(165, 0, 119, 1.00)}.fn-backdrop{background-color:rgba(0,0,0,0.60)}.fn-backdrop-solid{background-color:rgb(0,0,0)}.fn-scheme-primary{background-color:rgba(0, 0, 0, 1.00);color:rgba(229, 230, 227, 1.00)}.fn-scheme-primary div,.fn-scheme-primary p{color:rgba(229, 230, 227, 1.00)}.fn-scheme-primary.button:hover{background-color:rgba(0, 0, 0, 1.00)}.fn-scheme-secondary{background-color:rgba(109, 109, 99, 1.00);color:rgba(109, 109, 99, 1.00)}.fn-scheme-secondary div,.fn-scheme-secondary p{color:rgba(109, 109, 99, 1.00)}.fn-scheme-secondary.button:hover{background-color:rgba(103, 103, 94, 1.00)}.fn-scheme-modal{background-color:rgba(251, 252, 250, 1.00);color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal div,.fn-scheme-modal p{color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal .close{color:rgba(165, 0, 119, 1.00)}


@font-face{font-family:montserrat-v12-latin-800;font-style:normal;font-weight:normal;src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-800.eot");src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-800.eot?#iefix") format("embedded-opentype");src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-800.svg#font-pro") format("svg");src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-800.otf") format("opentype");src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-800.ttf") format("truetype");src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-800.woff2") format("woff2");src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-800.woff") format("woff");}@font-face{font-family:montserrat-v12-latin-800;font-style:normal;font-weight:bold;src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-600.eot");src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-600.eot?#iefix") format("embedded-opentype");src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-600.svg#font-pro") format("svg");src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-600.otf") format("opentype");src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-600.ttf") format("truetype");src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-600.woff2") format("woff2");src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-600.woff") format("woff");}
 .font-vault-1 > a, h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, h3,.font-family-h3,h3 a,.font-family-h3 a, h4,.font-family-h4,h4 a,.font-family-h4 a, .font-vault-1,.font-vault-1 > li,.font-vault-1 > *,  .h1, h2, h3, .fontpro-stacks_in_2555201{font-family:"montserrat-v12-latin-800",sans-serif }

@font-face{font-family:montserrat-v12-latin-regular;font-style:normal;font-weight:normal;src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-regular.eot");src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-regular.eot?#iefix") format("embedded-opentype");src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-regular.svg#font-pro") format("svg");src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-regular.ttf") format("truetype");src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-regular.woff") format("woff");}
 .font-vault-2 > a, h3,.font-family-h3,h3 a,.font-family-h3 a, h4,.font-family-h4,h4 a,.font-family-h4 a, h5,.font-family-h5,h5 a,.font-family-h5 a, h6,.font-family-h6,h6 a,.font-family-h6 a, .font-vault-2,.font-vault-2 > li,  .h3, h4, h5, h6, .fontpro-stacks_in_2555202{font-family:"montserrat-v12-latin-regular",sans-serif }

@font-face{font-family:montserrat-v12-latin-600;font-style:normal;font-weight:normal;src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-600.eot");src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-600.eot?#iefix") format("embedded-opentype");src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-600.svg#font-pro") format("svg");src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-600.otf") format("opentype");src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-600.ttf") format("truetype");src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-600.woff2") format("woff2");src:url("https://www.anjasziele.de/resources/montserrat-v12-latin-600.woff") format("woff");}
 .font-vault-3 > a, html,body, p:not(.custom-font),.font-family-text,.text_stack:not(.custom-font), .font-vault-3,.font-vault-3 > li,.font-vault-3 > *,  .p,, .fontpro-stacks_in_2555203{font-family:"montserrat-v12-latin-600",sans-serif }p:not(.custom-font),p.font-family-text:not(.custom-font),.text_stack:not(.custom-font){font-family:"montserrat-v12-latin-600",sans-serif }

/*
1.5.0.1
- hotfix: display bug with dropdown items in edit mode
*/
#stacks_in_2555371 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_2555371 > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline-style:none;
  box-shadow:none;
  border-color:transparent;
}

#stacks_in_2555371 .clean-menu-extra {
  display: none;
}
#clean-menu_stacks_in_2555371 .clean-menu-logo .cm-logo-right {
  white-space: nowrap;
}
#clean-menu_stacks_in_2555371 .clean-menu-logo .cm-logo-right * {
  margin: 0;
  display: flex;
  align-self: center;
}
#clean-menu-full_stacks_in_2555371.cm-full-menu li > a:hover,
#clean-menu_stacks_in_2555371 li > a:hover {
  text-decoration: none;
}

#stacks_in_2555371 nav {
  border: 0px solid transparent;
}
#clean-menu_stacks_in_2555371 {
  max-width: 2040px;
  box-sizing: border-box;
  padding: 0px 20px;
  
  margin: 0 auto;
  
}
/* compatability fixes */
#clean-menu_stacks_in_2555371 ul {
  margin: 0;
}
#clean-menu-full_stacks_in_2555371.cm-full-menu ul,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#clean-menu_stacks_in_2555371 ul li > a:after,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul li > a:after {
  align-self: center;
}
/* --- */
#clean-menu-full_stacks_in_2555371.cm-full-menu,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  top: 0;
  left: 0;
}
#clean-menu-full_stacks_in_2555371.cm-full-menu ul,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul {
  text-decoration: none;
  list-style: none;
  margin: 0;
  display: block;
  padding: 0px 0px;
  background: transparent;
}
#clean-menu-full_stacks_in_2555371.cm-full-menu ul {
  padding: 6px 0px;
}
#clean-menu-full_stacks_in_2555371.cm-full-menu ul li,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  background: transparent;
}
#clean-menu-full_stacks_in_2555371.cm-full-menu ul li > a,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul li > a {
  padding: 5px 20px;
  margin: 0;
  line-height: 1;
  background: transparent;
  display: inline-block;
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  padding: 6px 0px;
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul li > a {
  padding: 6px 20px;
}
#clean-menu-full_stacks_in_2555371.cm-full-menu ul > li > a {
  font-weight: bold;
}
#clean-menu-full_stacks_in_2555371.cm-full-menu ul > li > .cm-custom-content {
  padding: 4px 20px 4px 20px;
}
#clean-menu-full_stacks_in_2555371.cm-full-menu ul ul > li > .cm-custom-content {
  padding: 4px 20px 4px 30px;
}
#clean-menu-full_stacks_in_2555371.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
  padding: 4px 20px 4px 0px;
}
#clean-menu-full_stacks_in_2555371.cm-full-menu ul ul > li > a,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul ul {
  padding: 6px 20px;
  font-weight: normal;
  line-height: 1;
  height: auto;
}
#clean-menu-full_stacks_in_2555371.cm-full-menu ul > div,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul > div {
  padding: 20px;
}
#clean-menu-full_stacks_in_2555371.cm-full-menu ul > div a,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul > div a {
  display: block;
  padding: 0;
}
#clean-menu-full_stacks_in_2555371.cm-full-menu ul ul,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul ul {
  display: block;
  padding: 0px 0px 10px 10px;
  margin: 0;
}
#clean-menu-full_stacks_in_2555371.cm-full-menu,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: -webkit-transform 300ms ease, opacity 300ms ease;
  transition: -webkit-transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease, opacity 300ms ease;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  min-width: 250px;
  border-radius: 4px;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
}
#clean-menu-full_stacks_in_2555371.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_2555371.cm-full-menu {
  height: 0;
  overflow: hidden;
}
#clean-menu-full_stacks_in_2555371.cm-full-menu.clean-menu-active {
  height: auto;
}


#clean-menu-full_stacks_in_2555371.cm-full-menu {
  -webkit-transform: translate(-100%, 50px);
  transform: translate(-100%, 50px);
}
#clean-menu-full_stacks_in_2555371.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(-100%, 5px);
  transform: translate(-100%, 5px);
}


#clean-menu-full_stacks_in_2555371.cm-full-menu.clean-menu-active ul {
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_2555371 ul {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}
#clean-menu-full_stacks_in_2555371.clean-menu-active ul {
  opacity: 1;
  pointer-events: all;
}
.cm-toggle {
  width: 30px;
  height: 28px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.cm-toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #333;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.cm-toggle span:nth-child(1) {
  top: 0px;
}
.cm-toggle span:nth-child(2),.cm-toggle span:nth-child(3) {
  top: 10px;
}
.cm-toggle span:nth-child(4) {
  top: 20px;
}
.cm-toggle.open span:nth-child(1) {
  opacity: 0;
}
.cm-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cm-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cm-toggle.open span:nth-child(4) {
  opacity: 0;
}



#clean-menu_stacks_in_2555371 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#clean-menu_stacks_in_2555371 > div {
  align-self: center;
}
#clean-menu_stacks_in_2555371 .clean-menu-full .cm-menu-toggle {
  width: 30px;
  height: 25px;
  box-sizing: border-box;
  padding: 0;
/*  border: 1px solid #000;*/
  border-radius: 3px;
  cursor: pointer;
}
#clean-menu_stacks_in_2555371 > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px 0;
  flex-grow: 1;
  transition: margin 300ms ease;
}
#clean-menu_stacks_in_2555371 .clean-menu-logo {
  max-width: 250px;
  min-width: 250px;
  margin: 0;
}
#clean-menu_stacks_in_2555371 .clean-menu-logo .cm-logo-wrap {
  max-width: 250px;
  min-width: 250px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}
#clean-menu_stacks_in_2555371 .clean-menu-logo a {
  text-decoration: none;
  display: block;
}
/*
div[tag="slice"] > .mez > #stacks_in_2555371.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo {
  width: 300px; max-width: 300px;
}
*/
#clean-menu_stacks_in_2555371 .clean-menu-logo > div > div {
  align-self: center;
}
#clean-menu_stacks_in_2555371 .clean-menu-logo .cm-logo-left {
  max-width: 73px;
  
  
  max-width: 9999px;
  
  margin: 10px 0;
}
div[tag="slice"] > .mez > #stacks_in_2555371.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo .cm-logo-left  {
  max-width: 128px;
  
  max-width: 9999px;
  
}
#clean-menu_stacks_in_2555371 .clean-menu-logo .cm-logo-right {
  
  display: none;
  
  margin: 10px 0;
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  
  
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  
  -ms-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  text-decoration: none;
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul > div {
  display: none;
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul ul {
  display: none;
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li {
  margin: 0 15px;
  align-self: center;
  line-height: 1;
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li:first-child {
  margin-left: 0;
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li:last-child {
  margin-right: 0;
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li:last-child.cm-group-True {
  margin: 0;
}


div[tag="slice"] > .mez > #stacks_in_2555371.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 0 0 15px;
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li > a,
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li > a:visited {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.40);
  font-size: inherit;
  
  font-weight: bold;
  
  line-height: 25px;
  align-items: center;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
#clean-menu-full_stacks_in_2555371.cm-full-menu ul li > a {
  font-size: inherit;
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li > a,
#clean-menu-full_stacks_in_2555371.cm-full-menu ul li > a {
  font-family: montserrat-v12-latin-800;
}
#clean-menu-full_stacks_in_2555371.cm-full-menu > ul > li > a {
  
  font-weight: bold;
  
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_2555371.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul li > a svg {
  fill: rgba(0, 0, 0, 0.40);
  align-self: center;
  vertical-align: middle;
}
#clean-menu-full_stacks_in_2555371.cm-full-menu ul li > a,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul li > a{
  transition: color 150ms ease;
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li.cm-grouped-item,
#clean-menu-full_stacks_in_2555371.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
#clean-menu-full_stacks_in_2555371.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  padding: 5px 20px;
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li.cm-grouped-item > a,
#clean-menu-full_stacks_in_2555371.cm-full-menu ul li.cm-grouped-item > a {
  display: inline-block;
  margin-left: 8px;
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li.cm-grouped-item > a {
  padding: 0;
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li.cm-grouped-item > a:first-child,
#clean-menu-full_stacks_in_2555371.cm-full-menu ul li.cm-grouped-item > a:first-child {
  margin-left: 0px;
}
#clean-menu-full_stacks_in_2555371.cm-full-menu ul li.cm-grouped-item > a {
  padding: 4px 30px 4px 0;
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li > a ion-icon, #clean-menu_stacks_in_2555371 .clean-menu-top-level ul li > a i,
#clean-menu-full_stacks_in_2555371.cm-full-menu ul li > a ion-icon, #clean-menu-full_stacks_in_2555371.cm-full-menu ul li > a i {
  font-size: 25px;
  line-height: 25px;
  

}
#stacks_in_2555371 li > a svg,
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_2555371.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul li > a svg {
  
  width: 25px;
  height: 25px;
  
}

#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li > a:hover {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.20);
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li > a:hover svg,
#clean-menu-full_stacks_in_2555371.cm-full-menu ul li > a:hover svg {
  fill: rgba(0, 0, 0, 0.20);
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li > a.cm-heading {
  pointer-events: none;
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li.cm-current > a {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li.cm-current > a svg,
#clean-menu-full_stacks_in_2555371.cm-full-menu ul li.cm-current > a svg {
  fill: rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_2555371 .cm-toggle span {
  background: #000000;
}
#clean-menu_stacks_in_2555371 h1, #clean-menu_stacks_in_2555371 h2, #clean-menu_stacks_in_2555371 h3, #clean-menu_stacks_in_2555371 h4, #clean-menu_stacks_in_2555371 h5, #clean-menu_stacks_in_2555371 h6, #clean-menu_stacks_in_2555371 .layouts-text, #clean-menu_stacks_in_2555371 p {
  color: rgba(0, 0, 0, 0.60);
  font-size: inherit;
  margin: 0;
}
#clean-menu-full_stacks_in_2555371.cm-full-menu,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul {
  background: rgba(255, 255, 255, 1.00);
}
#clean-menu-full_stacks_in_2555371.cm-full-menu > ul > li,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.15)
}
#clean-menu-full_stacks_in_2555371.cm-full-menu > ul > li:last-child,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_2555371.cm-full-menu ul li > a,
#clean-menu-full_stacks_in_2555371.cm-full-menu ul li > a:visited,
#clean-menu-full_stacks_in_2555371.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul li > a,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul li > a:visited,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul li > a svg,
#clean-menu-full_stacks_in_2555371.cm-full-menu ul ul li:before {
  color: rgba(0, 0, 0, 0.40);
  fill: rgba(0, 0, 0, 0.40);
}
#clean-menu-full_stacks_in_2555371.cm-full-menu ul li > a:hover,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul li > a:hover,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul li > a:hover svg {
  color: rgba(0, 0, 0, 0.20);
  fill:  rgba(0, 0, 0, 0.20);
}
/* #clean-menu-full_stacks_in_2555371.cm-full-menu ul li > a.cm-heading:hover,
#clean-menu-full_stacks_in_2555371.cm-full-menu ul li > a.cm-heading:hover svg,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul li > a.cm-heading:hover {
  color: rgba(0, 0, 0, 0.40);
  cursor: default;
} */
#clean-menu-full_stacks_in_2555371.cm-full-menu ul li.cm-current > a,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul li.cm-current > a,
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul li.cm-current > a svg {
  color: rgba(0, 0, 0, 0.60);
  fill:  rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(0, 0, 0, 0.40);
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.20);
}
/* #clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.40);
} */
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > a.parent.cm-current:after {
  border-color: rgba(0, 0, 0, 0.60);
}
.disable-parents #clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul li > a.parent:hover:after,
.disable-parents #clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul li > a.parent:hover,
#clean-menu-full_stacks_in_2555371.cm-full-menu.disable-parents  ul li > a.parent:hover {
  color: rgba(0, 0, 0, 0.40);
  border-color: rgba(0, 0, 0, 0.40);
}
.disable-parents #clean-menu_stacks_in_2555371 .clean-menu-top-level ul li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_2555371 .clean-menu-top-level ul li > a.parent:hover:after {
  color: rgba(0, 0, 0, 0.40);
  border-color: rgba(0, 0, 0, 0.40);
}

#clean-menu_stacks_in_2555371 .clean-menu-logo {
  margin: 0;
  width: 250px;
  max-width: 250px;
}
#clean-menu_stacks_in_2555371 .clean-menu-logo .cm-logo-wrap {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  max-width: 250px;
  width: 100%;
  margin-right: 5px;
}
#clean-menu_stacks_in_2555371 .clean-menu-full {
  width: 250px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}
/*
div[tag="slice"] > .mez > #stacks_in_2555371.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-full {
width: auto; max-width: 300px;
}
*/
#clean-menu_stacks_in_2555371 .clean-menu-full .cm-menu-toggle {
  display: inline-block;
  float: right;
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div[tag="slice"] > .mez > #stacks_in_2555371.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 7px;
}








#clean-menu-full_stacks_in_2555371.cm-full-menu > ul > li {
  border-bottom: 1px solid rgba(0,0,0,0.15)
}
#clean-menu-full_stacks_in_2555371.cm-full-menu > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_2555371.cm-full-menu {

}
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li > a,
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li > a:visited {
  color: rgba(0,0,0,.6);
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li > a svg {
  fill: rgba(0,0,0,.6);
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li > a:hover {
  color: rgba(0,0,0,.4);
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li > a:hover svg {
  fill: rgba(0,0,0,.4);
}
/* #clean-menu_stacks_in_2555371 .clean-menu-top-level ul li > a.cm-heading:hover {
  color: rgba(0,0,0,.6);
  cursor: default;
} */
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li.cm-current > a {
  color: rgba(0,0,0,.8);
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li.cm-current > a svg {
  fill: rgba(0,0,0,.8);
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(0,0,0,.6);
}
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(0,0,0,.4);
}
/* #clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(0,0,0,.6);
} */
#clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > a.parent.cm-current:after {
  border-color: rgba(0,0,0,.8);
}
#clean-menu_stacks_in_2555371 .cm-toggle span {
  background: rgba(0,0,0,8);
}
#clean-menu_stacks_in_2555371 h1, #clean-menu_stacks_in_2555371 h2, #clean-menu_stacks_in_2555371 h3, #clean-menu_stacks_in_2555371 h4, #clean-menu_stacks_in_2555371 h5, #clean-menu_stacks_in_2555371 h6, #clean-menu_stacks_in_2555371 .layouts-text, #clean-menu_stacks_in_2555371 p {
  color: rgba(0,0,0,8);
}
.disable-parents #clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > a.parent:hover:after {
  color: rgba(0,0,0,.6);
  border-color: rgba(0,0,0,.6);
}



.cm-sticky-wrap_stacks_in_2555371 {
  transition: background 300ms ease;
  background: transparent;
}
.cm-sticky-wrap_stacks_in_2555371.cm-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.66);
}
.cm-sticky-wrap_stacks_in_2555371.cm-sticky > #clean-menu-full_stacks_in_2555371.cm-full-menu {
  z-index: 9999;
}
.cm-sticky-wrap_stacks_in_2555371.cm-sticky #clean-menu_stacks_in_2555371.clean-menu {
  max-width: 2040px;
  box-sizing: border-box;
  padding: 0px 20px;
  
  margin: 0 auto;
  
}



@media all and (min-width: 1401px) {
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_2555371.cm-full-menu ul li {
    border-width: 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_2555371 {
    padding: 10px 0px;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_2555371.cm-full-menu ul li.cm-hide-dropdown-menu,
  body:not(.cm-mobile-example) #clean-menu_stacks_in_2555371 ul li.cm-hide-menu {
    display: none;
  }
  
  #clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul.cm-wide {
    display: grid;
  }
  #clean-menu_stacks_in_2555371 .clean-menu-top-level > ul > li > ul.cm-wide > li {
    text-align: left;
    align-self: flex-start;
  }
}

@media all and (max-width: 1400px) {
  
  #clean-menu_stacks_in_2555371.clean-menu {
    gap: 0 16px;
  }
  #clean-menu-full_stacks_in_2555371 {
    min-width: 300px;
  }
  #clean-menu_stacks_in_2555371 .clean-menu-full {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0;
  }
  #clean-menu_stacks_in_2555371 > div:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #clean-menu_stacks_in_2555371 .clean-menu-full .cm-menu-toggle {
    display: block;
  }
  #clean-menu_stacks_in_2555371 .clean-menu-top-level {
    display: none;
  }
  
  
  #clean-menu-full_stacks_in_2555371.cm-full-menu ul li {
    display: block;
  }
  #clean-menu-full_stacks_in_2555371.cm-full-menu ul {
    padding: 12px 0px;
  }
  #clean-menu-full_stacks_in_2555371.cm-full-menu ul > li > .cm-custom-content {
    padding: 4px 24px 4px 24px;
  }
  #clean-menu-full_stacks_in_2555371.cm-full-menu ul ul > li > .cm-custom-content {
    padding: 4px 24px 4px 34px;
  }
  #clean-menu-full_stacks_in_2555371.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
    padding: 4px 24px 4px 0px;
  }
  #clean-menu-full_stacks_in_2555371.cm-full-menu ul li.cm-grouped-item{
    padding: 4px 24px;
  }
  #clean-menu-full_stacks_in_2555371.cm-full-menu ul li > a {
    font-size: calc(inherit + 2 );
    line-height: calc(inherit + 2 );
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_2555371.cm-full-menu ul ul > li > a {
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_2555371.cm-full-menu ul li.cm-grouped-item > a {
    width: auto;
  }
  #clean-menu-full_stacks_in_2555371.cm-full-menu {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  #clean-menu-full_stacks_in_2555371.cm-full-menu.clean-menu-active {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
  #clean-menu-full_stacks_in_2555371.cm-full-menu ul li.cm-grouped-item > a {
    padding: 8px 30px 8px 0;
  }
}






.cm-mobile-example #clean-menu-full_stacks_in_2555371 {
  min-width: 300px;
}
.cm-mobile-example #clean-menu_stacks_in_2555371 .clean-menu-full {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cm-mobile-example #clean-menu_stacks_in_2555371 > div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cm-mobile-example #clean-menu_stacks_in_2555371 .clean-menu-full .cm-menu-toggle {
  display: block;
}
.cm-mobile-example #clean-menu_stacks_in_2555371 .clean-menu-top-level {
  display: none;
}
.cm-mobile-example #clean-menu-full_stacks_in_2555371.cm-full-menu ul li {
  display: block;
}
.cm-mobile-example #clean-menu-full_stacks_in_2555371.cm-full-menu ul li > a {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.cm-mobile-example #clean-menu-full_stacks_in_2555371.cm-full-menu ul ul > li > a {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.cm-mobile-example #clean-menu-full_stacks_in_2555371.cm-full-menu ul li.cm-grouped-item > a {
  width: auto;
}
.cm-mobile-example #clean-menu-full_stacks_in_2555371.cm-full-menu {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.cm-mobile-example #clean-menu-full_stacks_in_2555371.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}
.cm-mobile-example #clean-menu-full_stacks_in_2555371.cm-full-menu ul li.cm-grouped-item > a {
  padding: 8px 30px 8px 0;
}









#clean-menu_stacks_in_2555371 .clean-menu-top-level ul li.cm-current > a {
  
}

 #stacks_in_5810 .shear-mag{position:absolute;top:0rem}   
#stacks_in_14707 [data-magellan-expedition-clone]{display:none!important}#stacks_in_14707 .nav-dots[data-magellan-expedition]{visibility:hidden}#stacks_in_14707 .nav-dots[data-magellan-expedition].mag-preload{visibility:hidden;-webkit-transition:opacity 0ms linear;transition:opacity 0ms linear;filter:alpha(opacity=0)}#stacks_in_14707 .nav-dots[data-magellan-expedition].mag-hidden,#stacks_in_14707 .nav-dots[data-magellan-expedition].hide-landing.mag-landing{opacity:0;-webkit-transition:opacity 200ms linear;transition:opacity 200ms linear;filter:alpha(opacity=0);pointer-events:none}#stacks_in_14707 .nav-dots[data-magellan-expedition]:not(.mag-hidden),#stacks_in_14707 .nav-dots[data-magellan-expedition].hide-landing:not(.mag-landing):not(.mag-hidden){-webkit-transition:opacity 200ms linear;transition:opacity 200ms linear;opacity:1;filter:alpha(opacity=100)}#stacks_in_14707 .magic-dots .magic-icon{display:none} @media only screen and (min-width:0px) and (max-width:9999px){#stacks_in_14707 .nav-dots[data-magellan-expedition]{visibility:visible}} #stacks_in_14707 .nav-dots[data-magellan-expedition]{padding:0;display:block;background-color:transparent!important}#stacks_in_14707 .nav-dots>.magic-dots{list-style-type:none; position:fixed;z-index:9999;  left:20px; margin:0;max-width:none!important;top:45%!important;background-color:transparent}#stacks_in_14707 .nav-dots .mag-item.zone-item{display:none!important}#stacks_in_14707 .nav-dots .magic-dots{width:auto}#stacks_in_14707 .nav-dots .magic-dots li.mag-item,#stacks_in_14707 .nav-dots .magic-dots li.mag-item a.mag-link{line-height:calc(16px * 1.83);white-space:nowrap;text-align:left}#stacks_in_14707 .nav-dots .magic-dots li.mag-item a.mag-link{font-size:1.20rem;overflow:visible}#stacks_in_14707 .nav-dots .magic-dots li.mag-item .dot-tip{visibility:hidden;text-align:left; margin-left:12px; padding:4px;border-radius:5px;background:rgba(235, 233, 228, 0.21);color:rgba(194, 0, 47, 1.00)}#stacks_in_14707 .nav-dots .magic-dots li.mag-item a.mag-link:hover>.dot-tip{background:rgba(235, 233, 228, 0.21);color:rgba(194, 0, 47, 1.00);padding:4px;border-radius:5px}#stacks_in_14707 .nav-dots ul.magic-dots li.mag-item a>span{vertical-align:middle}#stacks_in_14707 .nav-dots ul.magic-dots .mag-dot{display:inline-block;border-radius:50%;width:16px;height:16px;border:2.00px solid rgba(145, 0, 108, 0.72);background:rgba(243, 243, 243, 0.00);-webkit-transition:all 400ms ease;transition:all 400ms ease} #stacks_in_14707 .nav-dots .mag-item:not(.button):not(.active):hover .mag-dot{border:2.00px solid rgba(121, 0, 87, 1.00);background:rgba(199, 0, 57, 0.50)}#stacks_in_14707 .nav-dots .mag-item:not(.button):not(.active):hover .dot-tip{visibility:visible}#stacks_in_14707 .nav-dots .mag-item.active .mag-dot{border:1.00px solid rgba(121, 0, 88, 1.00);border-radius:50%;background:rgba(145, 0, 108, 0.51);-webkit-transform:scale(1.20);transform:scale(1.20);-webkit-transition:all 400ms ease;transition:all 400ms ease}#stacks_in_14707 .nav-dots .mag-item.active:hover .dot-tip{visibility:visible}  @media only screen and (min-width:640px){#stacks_in_14707 .magic-dots.icons-full .magic-icon{display:inline-block}}@media only screen and (max-width:640px){#stacks_in_14707 .magic-dots.icons-mob .magic-icon{display:inline-block} #stacks_in_14707 .magic-dots{-webkit-transform:scale(0.64);transform:scale(0.64);-webkit-transform-origin:left center;transform-origin:left center;left:calc(20px * 0.64)!important} } html[dir="rtl"] #stacks_in_14707 .nav-dots>ul.magic-dots .mag-dot{ float:left!important;}
 
#stacks_in_2554502 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_2554502 > .s-pro > .sections-layer{display:none}#stacks_in_2554502 > .s-pro > .shear-wrapper > .shear-inner.fixed-height{height:100vh;min-height:0px;max-height:3000px}#stacks_in_2554502 > .s-pro > .shear-wrapper > .shear-inner.fixed-height > .inner-content{height:100vh;min-height:0px;max-height:3000px;overflow-y:hidden;overflow-x:hidden;-webkit-overflow-scrolling:touch}#stacks_in_2554502 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-v-center > .inner-content > .content-wrapper{position:relative;top:50%;-webkit-transform:translate(0%,-50%);transform:translate(0%,-50%)}#stacks_in_2554502 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-h-center > .inner-content > .content-wrapper{position:absolute;left:50%;-webkit-transform:translate(-50%,0%);transform:translate(-50%,0%)}#stacks_in_2554502 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-all-center > .inner-content > .content-wrapper{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (min-width:640px){#stacks_in_2554502 > .s-pro > .shear-wrapper > .shear-inner.fixed-height{height:100vh;min-height:0px;max-height:3000px}#stacks_in_2554502 > .s-pro > .shear-wrapper > .shear-inner.fixed-height > .inner-content{height:100vh;min-height:0px;max-height:3000px}}@media screen and (max-width:640px){#stacks_in_2554502 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.small-def-height{height:auto;min-height:initial;max-height:initial}#stacks_in_2554502 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.small-def-height > .inner-content{height:auto;min-height:initial;max-height:initial}}#stacks_in_2554502 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_2554502 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}
.preload-wrapper #stacks_in_2555125{visibility:hidden}#stacks_in_2555125{width:100%}#stacks_in_2555125 .section-fix.pre-load{visibility:hidden}html.no-js #stacks_in_2555125,html.no-js #stacks_in_2555125 .section-fix{display:none}#stacks_in_2555125{z-index:1;pointer-events:auto}#stacks_in_2555125.section-absolute{position:absolute;overflow:visible}#stacks_in_2555125.section-absolute.section-top{top:4%}#stacks_in_2555125.section-absolute.section-bottom{bottom:4%}#stacks_in_2555125.section-absolute.section-center{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#stacks_in_2555125.section-absolute.section-left{left:0px}#stacks_in_2555125.section-absolute.section-right{right:0px}#stacks_in_2555125.section-absolute .button{margin:0}#stacks_in_2555125 .section-fix{background:none;margin:0;padding:0;height:auto}
#stacks_in_2554504 a{display:block}#stacks_in_2554504 img{}#stacks_in_2554504 img{max-width:120px}@media only screen and (min-width:641px){#stacks_in_2554504 img{max-width:200px}}@media only screen and (min-width:1024px){#stacks_in_2554504 img{max-width:360px}}
#stacks_in_2554505 a{display:block}#stacks_in_2554505 img{}#stacks_in_2554505 img{max-width:220px}@media only screen and (min-width:641px){#stacks_in_2554505 img{max-width:300px}}@media only screen and (min-width:1024px){#stacks_in_2554505 img{max-width:400px}}
@media only screen and (min-width:0px){#stacks_in_2555066 h1,#stacks_in_2555066 div{letter-spacing:4.00px}}#stacks_in_2555066 .header-pro.text-center .hTxt{margin-right:-4px}#stacks_in_2555066 h1,#stacks_in_2555066 div{color:rgba(144, 0, 109, 1.00)}#stacks_in_2555066 h1 a,#stacks_in_2555066 div a{color:rgba(144, 0, 109, 1.00)}#stacks_in_2555066 h1 a:hover,#stacks_in_2555066 div a:hover{color:rgba(108, 0, 81, 1.00)}#stacks_in_2555066 small,#stacks_in_2555066 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_2555066 .primary,#stacks_in_2555066 .segment{display:inline-block}#stacks_in_2555066 .primary.sub-title,#stacks_in_2555066 .segment.sub-title{display:block}#stacks_in_2555066 [data-seg="segment2"].last-title{display:block}#stacks_in_2555066 .segment.no-shadow{text-shadow:none !important}#stacks_in_2555066 .segment *{}#stacks_in_2555066 .hTxt.primary{vertical-align:baseline}#stacks_in_2555066 .segment[data-seg="segment1"]{font-size:36%;color:rgba(242, 242, 242, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_2555066 .segment[data-seg="segment1"] div{color:rgba(242, 242, 242, 1.00)}#stacks_in_2555066 .segment[data-seg="segment1"] div.mez{font-size:36%}

#stacks_in_2555066 .effect-label{display:block !important}#stacks_in_2555066 .header-pro{width:100% !important}

#stacks_in_2555075{overflow:visible !important}#stacks_in_2555075 > .impact-animate{animation-duration:2000ms;animation-delay:900ms}
#stacks_in_2555083 .magic-link,#stacks_in_2555083 .magic-link-list,#stacks_in_2555083 .magic-link-item{background:0;margin:0;padding:0;height:auto}#stacks_in_2555083 ul.magic-link-list{list-style-type:none}  #stacks_in_2555083 [data-magellan-expedition-clone]{display:none}#stacks_in_2555083 .magic-link[data-magellan-expedition]{min-width:0} 
#stacks_in_2555077 a{display:block}#stacks_in_2555077 img{}

#stacks_in_2555077 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_2555078 h4,#stacks_in_2555078 .hTxt:not(.segment) div{font-size:1.20rem}@media all and (max-width:640px){#stacks_in_2555078 h4,#stacks_in_2555078 .hTxt:not(.segment) div{font-size:0.90rem}}@media only screen and (max-width:480px){#stacks_in_2555078 h4,#stacks_in_2555078 div{text-align:center !important}#stacks_out_2555078{display:block !important}}#stacks_in_2555078 h4,#stacks_in_2555078 div{color:rgba(251, 251, 251, 1.00)}#stacks_in_2555078 h4 a,#stacks_in_2555078 div a{color:rgba(251, 251, 251, 1.00)}#stacks_in_2555078 h4 a:hover,#stacks_in_2555078 div a:hover{color:rgba(188, 188, 188, 1.00)}#stacks_in_2555078 small,#stacks_in_2555078 small div{color:rgba(111, 111, 111, 1.00)}


#stacks_in_2555078 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_2554502 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_2554502 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_2554502 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_2554502 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_2554502 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_2554520{opacity:0 !important}#stacks_in_2554502 > .s-pro > .sections-layer > #vid-stacks_in_2554520.not-started.hide-when-played{display:none !important}#stacks_in_2554502 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_2554520.hide-when-played{display:none !important}#vid-stacks_in_2554520{opacity:1.0}#vid-stacks_in_2554520.pre-load{opacity:0}#play-stacks_in_2554520{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_2554520.pl-rect{height:80px}#play-stacks_in_2554520.pl-square,#play-stacks_in_2554520.pl-circ{height:100px}#play-stacks_in_2554520.pl-circ{border-radius:50%}#play-stacks_in_2554520::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_2554520::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_2554520:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_2554520:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_2554520.not-started{display:block}#play-stacks_in_2554520.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_2554502 .vb-stacks_in_2554520.bg-none{background:transparent}#stacks_in_2554502 .vb-stacks_in_2554520.bg-color{background-color:rgba(105, 157, 255, 1.00)}
#stacks_in_2554502 > .s-pro[class*="pre-eff-"] >.shear-wrapper>.shear-inner.ani-overlay::after{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_2554502 > .s-pro >.shear-wrapper>.shear-inner.ani-overlay::after{-webkit-transition-duration:8000ms;transition-duration:8000ms;-webkit-transition-delay:800ms;transition-delay:800ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_2554502 > .s-pro >.shear-wrapper>.shear-inner.ani-overlay::after{-webkit-transition-property:opacity;transition-property:opacity}#stacks_in_2554502 > .s-pro.pre-eff-stacks_in_2554521.eff-opacity >.shear-wrapper>.shear-inner.ani-overlay::after{opacity:0.00}#stacks_in_2554502 > .s-pro.animate-stacks_in_2554521.eff-opacity >.shear-wrapper>.shear-inner.ani-overlay::after{opacity:1.00}
.ovl-style-pro-stacks_in_2554502::after{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.ovl-style-pro-stacks_in_2554502:not(.o-bg-vault)::after{background-image:linear-gradient(136deg,rgba(252, 64, 252, 0.50) 0%,rgba(178, 0, 198, 0.90) 50%,rgba(89, 28, 142, 0.82) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(252, 64, 252, 0.50)',endColorStr='rgba(89, 28, 142, 0.82)',GradientType=0)";}

 #stacks_in_12498 .shear-mag{position:absolute;top:0rem}   













#stacks_in_13410>.row{padding-top:16.00rem;padding-bottom:12.00rem}#stacks_in_13410>.row>.columns{margin-top:0.00rem}

#stacks_in_13410 {
	background-color: rgba(0, 0, 0, 1.00);
}
#stacks_in_13412{-webkit-transform:translate3d(0,0,0);z-index:1}#stacks_in_13412.stuck-grummage{z-index:1}@media only screen and (max-width:40.063em){#stacks_in_13412.use-mq.sg-mq-small-only{display:none}}@media only screen and (max-width:62.563em){#stacks_in_13412.use-mq.sg-mq-medium-down{display:none}}#stacks_in_13412 .sticky-grum.show-warnings::after{position:absolute;top:0;left:0;height:30px;z-index:1100}#stacks_in_13412 .sticky-grum.show-warnings.height-warn::after{background:red;color:white;content:"Preview Warning: CONTAINTER HEIGHT IS THE SAME AS STICKY CONTENT HEIGHT"}#stacks_in_13412 .sticky-grum.show-warnings.eq-warn::after{background:rgba(253,179,8,0.75);color:#ff0522;font-weight:bold;margin-top:5px;padding:15px;border-radius:6px;height:60px;text-shadow:2px 3px 4px #fff4f9;box-shadow:0 0 8px rgba(0,0,0,0.57);content:"Preview Warning: COLUMN NOT EQUALIZED"}
@media only screen and (max-width:667px){#stacks_in_2554984 h3,#stacks_in_2554984 div{text-align:center !important}#stacks_out_2554984{display:block !important}}

#stacks_in_2554984 .effect-label{display:block !important}#stacks_in_2554984 .header-pro{width:100% !important}

#stacks_in_2554988 {
	font-weight: bold;
}


#stacks_in_13419 {
	margin: 35px 0px 0px 0px;
}

#stacks_in_13420 {
	letter-spacing: 3px;
}
   #stacks_in_13422>.row{ padding-top:0.00%!important;padding-bottom:20.00%!important}   @media only screen and (min-width: 40.063em ){  #stacks_in_13422>.row{ padding-left:5.00%!important;padding-right:5.00%!important}}@media only screen and (min-width: 0em ){}#stacks_in_13422>.row.collapse{padding-left:0;padding-right:0}#stacks_in_13422>.maxwidth{max-width:500px}#stacks_in_13422>.hide-overflow{overflow:hidden!important}    

   #stacks_in_2964 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_2964 {
	padding: 0px 0px 12px 0px;
}
#stacks_in_661415 a{display:block}#stacks_in_661415 img{}
@media only screen and (min-width:0px){#stacks_in_14818,#stacks_in_14818 div,#stacks_in_14818 p,#stacks_in_14818 .fa:not(.no-indent),#stacks_in_14818 ol,#stacks_in_14818 ul li,#stacks_in_14818 ol li,#stacks_in_14818 ol,#stacks_in_14818 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_14818{letter-spacing:2.00px;}}

#stacks_in_5752 .magic-link,#stacks_in_5752 .magic-link-list,#stacks_in_5752 .magic-link-item{background:0;margin:0;padding:0;height:auto}#stacks_in_5752 ul.magic-link-list{list-style-type:none}  #stacks_in_5752 [data-magellan-expedition-clone]{display:none}#stacks_in_5752 .magic-link[data-magellan-expedition]{min-width:0} 
#stacks_in_15395 a{display:block}#stacks_in_15395 img{}

#stacks_in_15395 {
	padding: 20px 0px 0px 0px;
}
 #stacks_in_12502 .shear-mag{position:absolute;top:0rem}   













#stacks_in_7529>.row{padding-top:16.00rem;padding-bottom:12.00rem}#stacks_in_7529>.row>.columns{margin-top:0.00rem}

#stacks_in_7529 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_7531{-webkit-transform:translate3d(0,0,0);z-index:1}#stacks_in_7531.stuck-grummage{z-index:1}@media only screen and (max-width:40.063em){#stacks_in_7531.use-mq.sg-mq-small-only{display:none}}@media only screen and (max-width:62.563em){#stacks_in_7531.use-mq.sg-mq-medium-down{display:none}}#stacks_in_7531 .sticky-grum.show-warnings::after{position:absolute;top:0;left:0;height:30px;z-index:1100}#stacks_in_7531 .sticky-grum.show-warnings.height-warn::after{background:red;color:white;content:"Preview Warning: CONTAINTER HEIGHT IS THE SAME AS STICKY CONTENT HEIGHT"}#stacks_in_7531 .sticky-grum.show-warnings.eq-warn::after{background:rgba(253,179,8,0.75);color:#ff0522;font-weight:bold;margin-top:5px;padding:15px;border-radius:6px;height:60px;text-shadow:2px 3px 4px #fff4f9;box-shadow:0 0 8px rgba(0,0,0,0.57);content:"Preview Warning: COLUMN NOT EQUALIZED"}
@media only screen and (max-width:667px){#stacks_in_2554998 h3,#stacks_in_2554998 div{text-align:center !important}#stacks_out_2554998{display:block !important}}

#stacks_in_2554998 .effect-label{display:block !important}#stacks_in_2554998 .header-pro{width:100% !important}

#stacks_in_2555003 {
	font-weight: bold;
}


#stacks_in_7544 {
	margin: 35px 0px 0px 0px;
}

#stacks_in_7545 {
	letter-spacing: 3px;
}
   #stacks_in_4902>.row{ padding-top:0.00%!important;padding-bottom:20.00%!important}   @media only screen and (min-width: 40.063em ){  #stacks_in_4902>.row{ padding-left:5.00%!important;padding-right:5.00%!important}}@media only screen and (min-width: 0em ){}#stacks_in_4902>.row.collapse{padding-left:0;padding-right:0}#stacks_in_4902>.maxwidth{max-width:500px}#stacks_in_4902>.hide-overflow{overflow:hidden!important}    

   #stacks_in_14831 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_14831 {
	padding: 0px 0px 12px 0px;
}

#stacks_in_661422 {
	padding: 8px 0px 20px 0px;
}
#stacks_in_661424 a{display:block}#stacks_in_661424 img{width:100%;}
@media only screen and (min-width:0px){#stacks_in_14809,#stacks_in_14809 div,#stacks_in_14809 p,#stacks_in_14809 .fa:not(.no-indent),#stacks_in_14809 ol,#stacks_in_14809 ul li,#stacks_in_14809 ol li,#stacks_in_14809 ol,#stacks_in_14809 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_14809{letter-spacing:2.00px;}}

#stacks_in_5763 .magic-link,#stacks_in_5763 .magic-link-list,#stacks_in_5763 .magic-link-item{background:0;margin:0;padding:0;height:auto}#stacks_in_5763 ul.magic-link-list{list-style-type:none}  #stacks_in_5763 [data-magellan-expedition-clone]{display:none}#stacks_in_5763 .magic-link[data-magellan-expedition]{min-width:0} 
#stacks_in_15392 a{display:block}#stacks_in_15392 img{}

#stacks_in_15392 {
	padding: 20px 0px 0px 0px;
}
 #stacks_in_12883 .shear-mag{position:absolute;top:0rem}   













#stacks_in_2592>.row{padding-top:16.00rem;padding-bottom:12.00rem}#stacks_in_2592>.row>.columns{margin-top:0.00rem}

#stacks_in_2592 {
	background-color: rgba(0, 0, 0, 1.00);
}
#stacks_in_1091{-webkit-transform:translate3d(0,0,0);z-index:1}#stacks_in_1091.stuck-grummage{z-index:1}@media only screen and (max-width:40.063em){#stacks_in_1091.use-mq.sg-mq-small-only{display:none}}@media only screen and (max-width:62.563em){#stacks_in_1091.use-mq.sg-mq-medium-down{display:none}}#stacks_in_1091 .sticky-grum.show-warnings::after{position:absolute;top:0;left:0;height:30px;z-index:1100}#stacks_in_1091 .sticky-grum.show-warnings.height-warn::after{background:red;color:white;content:"Preview Warning: CONTAINTER HEIGHT IS THE SAME AS STICKY CONTENT HEIGHT"}#stacks_in_1091 .sticky-grum.show-warnings.eq-warn::after{background:rgba(253,179,8,0.75);color:#ff0522;font-weight:bold;margin-top:5px;padding:15px;border-radius:6px;height:60px;text-shadow:2px 3px 4px #fff4f9;box-shadow:0 0 8px rgba(0,0,0,0.57);content:"Preview Warning: COLUMN NOT EQUALIZED"}
@media only screen and (max-width:667px){#stacks_in_2555004 h3,#stacks_in_2555004 div{text-align:center !important}#stacks_out_2555004{display:block !important}}

#stacks_in_2555004 .effect-label{display:block !important}#stacks_in_2555004 .header-pro{width:100% !important}

#stacks_in_2555009 {
	font-weight: bold;
}


#stacks_in_1103 {
	margin: 35px 0px 0px 0px;
}

#stacks_in_1104 {
	letter-spacing: 3px;
}
   #stacks_in_942>.row{ padding-top:0.00%!important;padding-bottom:20.00%!important}   @media only screen and (min-width: 40.063em ){  #stacks_in_942>.row{ padding-left:5.00%!important;padding-right:5.00%!important}}@media only screen and (min-width: 0em ){}#stacks_in_942>.row.collapse{padding-left:0;padding-right:0}#stacks_in_942>.maxwidth{max-width:500px}#stacks_in_942>.hide-overflow{overflow:hidden!important}    

/* Start dooGrid stack each CSS code */.stacks_in_2554762gridWrapper > div{	display: inline-block !important;	width: 33.333333%;	-webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;    vertical-align: top;    margin-top: 15px;    padding-right: 7.500000px;    padding-left: 7.500000px;}.stacks_in_2554762gridWrapper{	margin-right: -7.500000px;    margin-left: -7.500000px;    margin-top: -15px;}@media all and (max-width: 1024px) {				.stacks_in_2554762gridWrapper > div{		width: 50%;	}	}@media all and (max-width: 768px) {				.stacks_in_2554762gridWrapper > div{		width: 50%;	}		}@media all and (max-width: 480px) {				.stacks_in_2554762gridWrapper > div{		width: 50%;	}	}/* End dooGrid stack each CSS code *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
#stacks_in_2554673 {
	padding: 8px 0px 20px 0px;
}
#stacks_in_2555025 a{display:block}#stacks_in_2555025 img{}

#stacks_in_2555025 {
	padding: 0px 0px 12px 0px;
}
   #stacks_in_2555026 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          
#stacks_in_2554910 .reveal-launcher{cursor:pointer}

#stacks_in_2554910 {
	background-color: rgba(64, 0, 46, 1.00);
	border: solid rgba(64, 0, 45, 1.00);
	border-width:  10px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	padding: 12px 0px 12px 0px;
}
#stacks_in_2554912 a{display:block}#stacks_in_2554912 img{}

#stacks_in_2554912 {
	padding: 0px 0px 12px 0px;
}
   #stacks_in_2554913 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          
   #stacks_in_2554916>.row{ padding-top:40.00%!important;padding-bottom:0.00%!important}   @media only screen and (min-width: 40.063em ){  #stacks_in_2554916>.row{ padding-left:5.00%!important;padding-right:0.00%!important}}@media only screen and (min-width: 0em ){}#stacks_in_2554916>.row.collapse{padding-left:0;padding-right:0}#stacks_in_2554916>.maxwidth{max-width:500px}#stacks_in_2554916>.hide-overflow{overflow:hidden!important} #stacks_in_2554916 .row{min-width:100%!important;max-width:100%!important}    


#stacks_in_2554916 {
    background-image: url("9BD7DEA8-D78B-473A-AB69-56E673F9DC33.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width:667px){#stacks_in_2555204 h3,#stacks_in_2555204 div{text-align:center !important}#stacks_out_2555204{display:block !important}}#stacks_in_2555204 h3,#stacks_in_2555204 div{color:rgba(229, 37, 83, 1.00)}#stacks_in_2555204 h3 a,#stacks_in_2555204 div a{color:rgba(229, 37, 83, 1.00)}#stacks_in_2555204 h3 a:hover,#stacks_in_2555204 div a:hover{color:rgba(171, 27, 62, 1.00)}#stacks_in_2555204 small,#stacks_in_2555204 small div{color:rgba(111, 111, 111, 1.00)}
@media only screen and (max-width:480.00px){#stacks_in_2555204 h3{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2555204 h3{font-size:2.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2555204 h3{font-size:4.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2555204 h3{font-size:6.00rem!important}}

#stacks_in_2555209 {
	font-weight: bold;
}
   #stacks_in_2554920 p,#stacks_in_2554920 div,#stacks_in_2554920 ul,#stacks_in_2554920 ol,#stacks_in_2554920 dl{color:#FFFFFF;line-height:1.60;font-size:1.40rem;letter-spacing:0.00rem;word-spacing:0.00rem}#stacks_in_2554920 a{color:#D74040}#stacks_in_2554920 a:hover{color:#A4031B}    

#stacks_in_2554921 {
	line-height: 2em;
	letter-spacing: 2px;
}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
#stacks_in_2554680 {
	padding: 8px 0px 20px 0px;
}
#stacks_in_2555037 a{display:block}#stacks_in_2555037 img{}

#stacks_in_2555037 {
	padding: 0px 0px 12px 0px;
}
   #stacks_in_2555038 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          
#stacks_in_2554886 .reveal-launcher{cursor:pointer}

#stacks_in_2554886 {
	background-color: rgba(64, 0, 45, 1.00);
	border: solid rgba(64, 0, 45, 1.00);
	border-width:  10px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	padding: 12px 0px 12px 0px;
}
#stacks_in_2554888 a{display:block}#stacks_in_2554888 img{}

#stacks_in_2554888 {
	padding: 0px 0px 12px 0px;
}
   #stacks_in_2554889 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          
   #stacks_in_2554892>.row{ padding-top:40.00%!important;padding-bottom:0.00%!important}   @media only screen and (min-width: 40.063em ){  #stacks_in_2554892>.row{ padding-left:5.00%!important;padding-right:0.00%!important}}@media only screen and (min-width: 0em ){}#stacks_in_2554892>.row.collapse{padding-left:0;padding-right:0}#stacks_in_2554892>.maxwidth{max-width:500px}#stacks_in_2554892>.hide-overflow{overflow:hidden!important} #stacks_in_2554892 .row{min-width:100%!important;max-width:100%!important}    


#stacks_in_2554892 {
    background-image: url("AF544C33-4C6E-4F4C-B59B-0774A5516EDC.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width:667px){#stacks_in_2555218 h3,#stacks_in_2555218 div{text-align:center !important}#stacks_out_2555218{display:block !important}}#stacks_in_2555218 h3,#stacks_in_2555218 div{color:rgba(0, 204, 204, 1.00)}#stacks_in_2555218 h3 a,#stacks_in_2555218 div a{color:rgba(0, 204, 204, 1.00)}#stacks_in_2555218 h3 a:hover,#stacks_in_2555218 div a:hover{color:rgba(0, 153, 153, 1.00)}#stacks_in_2555218 small,#stacks_in_2555218 small div{color:rgba(111, 111, 111, 1.00)}
@media only screen and (max-width:480.00px){#stacks_in_2555218 h3{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2555218 h3{font-size:2.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2555218 h3{font-size:4.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2555218 h3{font-size:6.00rem!important}}

#stacks_in_2555223 {
	font-weight: bold;
}
   #stacks_in_2554896 p,#stacks_in_2554896 div,#stacks_in_2554896 ul,#stacks_in_2554896 ol,#stacks_in_2554896 dl{color:#FFFFFF;line-height:1.60;font-size:1.40rem;letter-spacing:0.00rem;word-spacing:0.00rem}#stacks_in_2554896 a{color:#82B92D}#stacks_in_2554896 a:hover{color:#437606}    

#stacks_in_2554897 {
	line-height: 2em;
	letter-spacing: 2px;
}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
#stacks_in_2555295 {
	padding: 8px 0px 20px 0px;
}
#stacks_in_2555297 a{display:block}#stacks_in_2555297 img{}

#stacks_in_2555297 {
	padding: 0px 0px 12px 0px;
}
   #stacks_in_2555299 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          
#stacks_in_2555301 .reveal-launcher{cursor:pointer}

#stacks_in_2555301 {
	background-color: rgba(64, 0, 45, 1.00);
	border: solid rgba(64, 0, 45, 1.00);
	border-width:  10px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	padding: 12px 0px 12px 0px;
}
#stacks_in_2555312 a{display:block}#stacks_in_2555312 img{}

#stacks_in_2555312 {
	padding: 0px 0px 12px 0px;
}
   #stacks_in_2555314 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          
   #stacks_in_2555302>.row{ padding-top:40.00%!important;padding-bottom:0.00%!important}   @media only screen and (min-width: 40.063em ){  #stacks_in_2555302>.row{ padding-left:5.00%!important;padding-right:0.00%!important}}@media only screen and (min-width: 0em ){}#stacks_in_2555302>.row.collapse{padding-left:0;padding-right:0}#stacks_in_2555302>.maxwidth{max-width:500px}#stacks_in_2555302>.hide-overflow{overflow:hidden!important} #stacks_in_2555302 .row{min-width:100%!important;max-width:100%!important}    


#stacks_in_2555302 {
    background-image: url("84597DB5-1FAD-430E-8470-44F037B67281.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width:667px){#stacks_in_2555303 h3,#stacks_in_2555303 div{text-align:center !important}#stacks_out_2555303{display:block !important}}#stacks_in_2555303 h3,#stacks_in_2555303 div{color:rgba(206, 38, 247, 1.00)}#stacks_in_2555303 h3 a,#stacks_in_2555303 div a{color:rgba(206, 38, 247, 1.00)}#stacks_in_2555303 h3 a:hover,#stacks_in_2555303 div a:hover{color:rgba(154, 28, 185, 1.00)}#stacks_in_2555303 small,#stacks_in_2555303 small div{color:rgba(111, 111, 111, 1.00)}
@media only screen and (max-width:480.00px){#stacks_in_2555303 h3{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2555303 h3{font-size:2.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2555303 h3{font-size:4.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2555303 h3{font-size:6.00rem!important}}

#stacks_in_2555306 {
	font-weight: bold;
}
   #stacks_in_2555309 p,#stacks_in_2555309 div,#stacks_in_2555309 ul,#stacks_in_2555309 ol,#stacks_in_2555309 dl{color:#FFFEFB;line-height:1.60;font-size:1.40rem;letter-spacing:0.00rem;word-spacing:0.00rem}#stacks_in_2555309 a{color:#3A58AA}#stacks_in_2555309 a:hover{color:#5480FD}    

#stacks_in_2555310 {
	line-height: 2em;
	letter-spacing: 2px;
}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
#stacks_in_2554958 {
	padding: 8px 0px 20px 0px;
}
#stacks_in_2555040 a{display:block}#stacks_in_2555040 img{}

#stacks_in_2555040 {
	padding: 0px 0px 12px 0px;
}
   #stacks_in_2555041 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          
#stacks_in_2554960 .reveal-launcher{cursor:pointer}

#stacks_in_2554960 {
	background-color: rgba(64, 0, 45, 1.00);
	border: solid rgba(64, 0, 45, 1.00);
	border-width:  10px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	padding: 12px 0px 12px 0px;
}
#stacks_in_2554962 a{display:block}#stacks_in_2554962 img{}

#stacks_in_2554962 {
	padding: 0px 0px 12px 0px;
}
   #stacks_in_2554963 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          
   #stacks_in_2554966>.row{ padding-top:40.00%!important;padding-bottom:0.00%!important}   @media only screen and (min-width: 40.063em ){  #stacks_in_2554966>.row{ padding-left:5.00%!important;padding-right:0.00%!important}}@media only screen and (min-width: 0em ){}#stacks_in_2554966>.row.collapse{padding-left:0;padding-right:0}#stacks_in_2554966>.maxwidth{max-width:500px}#stacks_in_2554966>.hide-overflow{overflow:hidden!important} #stacks_in_2554966 .row{min-width:100%!important;max-width:100%!important}    


#stacks_in_2554966 {
    background-image: url("D99B2980-23CF-432E-9EB3-BFFA3C3A9170.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width:667px){#stacks_in_2555224 h3,#stacks_in_2555224 div{text-align:center !important}#stacks_out_2555224{display:block !important}}#stacks_in_2555224 h3,#stacks_in_2555224 div{color:rgba(229, 37, 83, 1.00)}#stacks_in_2555224 h3 a,#stacks_in_2555224 div a{color:rgba(229, 37, 83, 1.00)}#stacks_in_2555224 h3 a:hover,#stacks_in_2555224 div a:hover{color:rgba(171, 27, 62, 1.00)}#stacks_in_2555224 small,#stacks_in_2555224 small div{color:rgba(111, 111, 111, 1.00)}
@media only screen and (max-width:480.00px){#stacks_in_2555224 h3{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2555224 h3{font-size:2.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2555224 h3{font-size:4.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2555224 h3{font-size:6.00rem!important}}

#stacks_in_2555229 {
	font-weight: bold;
}
   #stacks_in_2554970 p,#stacks_in_2554970 div,#stacks_in_2554970 ul,#stacks_in_2554970 ol,#stacks_in_2554970 dl{color:#FFFFFF;line-height:1.60;font-size:1.40rem;letter-spacing:0.00rem;word-spacing:0.00rem}#stacks_in_2554970 a{color:#D74040}#stacks_in_2554970 a:hover{color:#A4031B}    

#stacks_in_2554971 {
	line-height: 2em;
	letter-spacing: 2px;
}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
#stacks_in_2554942 {
	padding: 8px 0px 20px 0px;
}
#stacks_in_2555043 a{display:block}#stacks_in_2555043 img{}

#stacks_in_2555043 {
	padding: 0px 0px 12px 0px;
}
   #stacks_in_2555044 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          
#stacks_in_2554944 .reveal-launcher{cursor:pointer}

#stacks_in_2554944 {
	background-color: rgba(64, 0, 45, 1.00);
	border: solid rgba(64, 0, 45, 1.00);
	border-width:  10px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	padding: 12px 0px 12px 0px;
}
#stacks_in_2554946 a{display:block}#stacks_in_2554946 img{}

#stacks_in_2554946 {
	padding: 0px 0px 12px 0px;
}
   #stacks_in_2554947 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          
   #stacks_in_2554950>.row{ padding-top:40.00%!important;padding-bottom:0.00%!important}   @media only screen and (min-width: 40.063em ){  #stacks_in_2554950>.row{ padding-left:5.00%!important;padding-right:0.00%!important}}@media only screen and (min-width: 0em ){}#stacks_in_2554950>.row.collapse{padding-left:0;padding-right:0}#stacks_in_2554950>.maxwidth{max-width:500px}#stacks_in_2554950>.hide-overflow{overflow:hidden!important} #stacks_in_2554950 .row{min-width:100%!important;max-width:100%!important}    


#stacks_in_2554950 {
    background-image: url("7D059DF1-DDDC-4DA9-A828-5D3627CEAC10.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width:667px){#stacks_in_2555230 h3,#stacks_in_2555230 div{text-align:center !important}#stacks_out_2555230{display:block !important}}#stacks_in_2555230 h3,#stacks_in_2555230 div{color:rgba(51, 102, 255, 1.00)}#stacks_in_2555230 h3 a,#stacks_in_2555230 div a{color:rgba(51, 102, 255, 1.00)}#stacks_in_2555230 h3 a:hover,#stacks_in_2555230 div a:hover{color:rgba(38, 76, 191, 1.00)}#stacks_in_2555230 small,#stacks_in_2555230 small div{color:rgba(111, 111, 111, 1.00)}
@media only screen and (max-width:480.00px){#stacks_in_2555230 h3{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2555230 h3{font-size:2.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2555230 h3{font-size:4.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2555230 h3{font-size:6.00rem!important}}

#stacks_in_2555235 {
	font-weight: bold;
}
   #stacks_in_2554954 p,#stacks_in_2554954 div,#stacks_in_2554954 ul,#stacks_in_2554954 ol,#stacks_in_2554954 dl{color:#FFFEFB;line-height:1.60;font-size:1.40rem;letter-spacing:0.00rem;word-spacing:0.00rem}#stacks_in_2554954 a{color:#3A58AA}#stacks_in_2554954 a:hover{color:#5480FD}    

#stacks_in_2554955 {
	line-height: 2em;
	letter-spacing: 2px;
}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
#stacks_in_2555325 {
	padding: 8px 0px 20px 0px;
}
#stacks_in_2555327 a{display:block}#stacks_in_2555327 img{}

#stacks_in_2555327 {
	padding: 0px 0px 12px 0px;
}
   #stacks_in_2555329 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          
#stacks_in_2555332 .reveal-launcher{cursor:pointer}

#stacks_in_2555332 {
	background-color: rgba(64, 0, 45, 1.00);
	border: solid rgba(64, 0, 45, 1.00);
	border-width:  10px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	padding: 12px 0px 12px 0px;
}
#stacks_in_2555342 a{display:block}#stacks_in_2555342 img{}

#stacks_in_2555342 {
	padding: 0px 0px 12px 0px;
}
   #stacks_in_2555344 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          
   #stacks_in_2555333>.row{ padding-top:40.00%!important;padding-bottom:0.00%!important}   @media only screen and (min-width: 40.063em ){  #stacks_in_2555333>.row{ padding-left:5.00%!important;padding-right:0.00%!important}}@media only screen and (min-width: 0em ){}#stacks_in_2555333>.row.collapse{padding-left:0;padding-right:0}#stacks_in_2555333>.maxwidth{max-width:500px}#stacks_in_2555333>.hide-overflow{overflow:hidden!important} #stacks_in_2555333 .row{min-width:100%!important;max-width:100%!important}    


#stacks_in_2555333 {
    background-image: url("11F4FC0F-31A1-4CD0-AFA4-1E93FBA01436.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width:667px){#stacks_in_2555334 h3,#stacks_in_2555334 div{text-align:center !important}#stacks_out_2555334{display:block !important}}#stacks_in_2555334 h3,#stacks_in_2555334 div{color:rgba(123, 29, 89, 1.00)}#stacks_in_2555334 h3 a,#stacks_in_2555334 div a{color:rgba(123, 29, 89, 1.00)}#stacks_in_2555334 h3 a:hover,#stacks_in_2555334 div a:hover{color:rgba(92, 21, 66, 1.00)}#stacks_in_2555334 small,#stacks_in_2555334 small div{color:rgba(111, 111, 111, 1.00)}
@media only screen and (max-width:480.00px){#stacks_in_2555334 h3{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2555334 h3{font-size:2.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2555334 h3{font-size:4.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2555334 h3{font-size:6.00rem!important}}

#stacks_in_2555337 {
	font-weight: bold;
}
   #stacks_in_2555330 p,#stacks_in_2555330 div,#stacks_in_2555330 ul,#stacks_in_2555330 ol,#stacks_in_2555330 dl{color:#FFFFFF;line-height:1.60;font-size:1.40rem;letter-spacing:0.00rem;word-spacing:0.00rem}#stacks_in_2555330 a{color:#D74040}#stacks_in_2555330 a:hover{color:#A4031B}    

#stacks_in_2555340 {
	line-height: 2em;
	letter-spacing: 2px;
}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
#stacks_in_2554676 {
	padding: 8px 0px 20px 0px;
}
#stacks_in_2555028 a{display:block}#stacks_in_2555028 img{}

#stacks_in_2555028 {
	padding: 0px 0px 12px 0px;
}
   #stacks_in_2555029 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          
#stacks_in_2554898 .reveal-launcher{cursor:pointer}

#stacks_in_2554898 {
	background-color: rgba(64, 0, 45, 1.00);
	border: solid rgba(64, 0, 45, 1.00);
	border-width:  10px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	padding: 12px 0px 12px 0px;
}
#stacks_in_2554900 a{display:block}#stacks_in_2554900 img{}

#stacks_in_2554900 {
	padding: 0px 0px 12px 0px;
}
   #stacks_in_2554901 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          
   #stacks_in_2554904>.row{ padding-top:40.00%!important;padding-bottom:0.00%!important}   @media only screen and (min-width: 40.063em ){  #stacks_in_2554904>.row{ padding-left:5.00%!important;padding-right:0.00%!important}}@media only screen and (min-width: 0em ){}#stacks_in_2554904>.row.collapse{padding-left:0;padding-right:0}#stacks_in_2554904>.maxwidth{max-width:500px}#stacks_in_2554904>.hide-overflow{overflow:hidden!important} #stacks_in_2554904 .row{min-width:100%!important;max-width:100%!important}    


#stacks_in_2554904 {
    background-image: url("B9DA8ED3-3B4E-4206-B491-9330B675822D.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width:667px){#stacks_in_2555212 h3,#stacks_in_2555212 div{text-align:center !important}#stacks_out_2555212{display:block !important}}#stacks_in_2555212 h3,#stacks_in_2555212 div{color:rgba(154, 133, 232, 1.00)}#stacks_in_2555212 h3 a,#stacks_in_2555212 div a{color:rgba(154, 133, 232, 1.00)}#stacks_in_2555212 h3 a:hover,#stacks_in_2555212 div a:hover{color:rgba(115, 99, 174, 1.00)}#stacks_in_2555212 small,#stacks_in_2555212 small div{color:rgba(111, 111, 111, 1.00)}
@media only screen and (max-width:480.00px){#stacks_in_2555212 h3{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2555212 h3{font-size:2.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2555212 h3{font-size:4.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2555212 h3{font-size:6.00rem!important}}

#stacks_in_2555217 {
	font-weight: bold;
}
   #stacks_in_2555284 p,#stacks_in_2555284 div,#stacks_in_2555284 ul,#stacks_in_2555284 ol,#stacks_in_2555284 dl{color:#883EC5;line-height:1.60;font-size:1.40rem;letter-spacing:0.00rem;word-spacing:0.00rem}#stacks_in_2555284 a{color:#A55CDA}#stacks_in_2555284 a:hover{color:#CC91FC}    

#stacks_in_2555285 {
	line-height: 2em;
	letter-spacing: 2px;
}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
#stacks_in_2555151 {
	padding: 8px 0px 20px 0px;
}
#stacks_in_2555153 a{display:block}#stacks_in_2555153 img{}

#stacks_in_2555153 {
	padding: 0px 0px 12px 0px;
}
   #stacks_in_2555154 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          
#stacks_in_2555156 .reveal-launcher{cursor:pointer}

#stacks_in_2555156 {
	background-color: rgba(64, 0, 45, 1.00);
	border: solid rgba(64, 0, 45, 1.00);
	border-width:  10px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	padding: 12px 0px 12px 0px;
}
#stacks_in_2555158 a{display:block}#stacks_in_2555158 img{}

#stacks_in_2555158 {
	padding: 0px 0px 12px 0px;
}
   #stacks_in_2555159 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          
   #stacks_in_2555162>.row{ padding-top:40.00%!important;padding-bottom:0.00%!important}   @media only screen and (min-width: 40.063em ){  #stacks_in_2555162>.row{ padding-left:5.00%!important;padding-right:0.00%!important}}@media only screen and (min-width: 0em ){}#stacks_in_2555162>.row.collapse{padding-left:0;padding-right:0}#stacks_in_2555162>.maxwidth{max-width:500px}#stacks_in_2555162>.hide-overflow{overflow:hidden!important} #stacks_in_2555162 .row{min-width:100%!important;max-width:100%!important}    


#stacks_in_2555162 {
    background-image: url("2BE79A47-E077-404F-B18A-F6A0AB72962E.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width:667px){#stacks_in_2555236 h3,#stacks_in_2555236 div{text-align:center !important}#stacks_out_2555236{display:block !important}}#stacks_in_2555236 h3,#stacks_in_2555236 div{color:rgba(153, 204, 0, 1.00)}#stacks_in_2555236 h3 a,#stacks_in_2555236 div a{color:rgba(153, 204, 0, 1.00)}#stacks_in_2555236 h3 a:hover,#stacks_in_2555236 div a:hover{color:rgba(114, 153, 0, 1.00)}#stacks_in_2555236 small,#stacks_in_2555236 small div{color:rgba(111, 111, 111, 1.00)}
@media only screen and (max-width:480.00px){#stacks_in_2555236 h3{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2555236 h3{font-size:2.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2555236 h3{font-size:4.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2555236 h3{font-size:6.00rem!important}}

#stacks_in_2555241 {
	font-weight: bold;
}
   #stacks_in_2555166 p,#stacks_in_2555166 div,#stacks_in_2555166 ul,#stacks_in_2555166 ol,#stacks_in_2555166 dl{color:#FBFBFB;line-height:1.60;font-size:1.40rem;letter-spacing:0.00rem;word-spacing:0.00rem}#stacks_in_2555166 a{color:#589F09}#stacks_in_2555166 a:hover{color:#7CE30A}    

#stacks_in_2555167 {
	line-height: 2em;
	letter-spacing: 2px;
}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
#stacks_in_2555132 {
	padding: 8px 0px 20px 0px;
}
#stacks_in_2555134 a{display:block}#stacks_in_2555134 img{}

#stacks_in_2555134 {
	padding: 0px 0px 12px 0px;
}
   #stacks_in_2555135 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          
#stacks_in_2555137 .reveal-launcher{cursor:pointer}

#stacks_in_2555137 {
	background-color: rgba(64, 0, 45, 1.00);
	border: solid rgba(64, 0, 45, 1.00);
	border-width:  10px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	padding: 12px 0px 12px 0px;
}
#stacks_in_2555139 a{display:block}#stacks_in_2555139 img{}

#stacks_in_2555139 {
	padding: 0px 0px 12px 0px;
}
   #stacks_in_2555140 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          
   #stacks_in_2555143>.row{ padding-top:40.00%!important;padding-bottom:0.00%!important}   @media only screen and (min-width: 40.063em ){  #stacks_in_2555143>.row{ padding-left:5.00%!important;padding-right:0.00%!important}}@media only screen and (min-width: 0em ){}#stacks_in_2555143>.row.collapse{padding-left:0;padding-right:0}#stacks_in_2555143>.maxwidth{max-width:500px}#stacks_in_2555143>.hide-overflow{overflow:hidden!important} #stacks_in_2555143 .row{min-width:100%!important;max-width:100%!important}    

@media only screen and (max-width:667px){#stacks_in_2555242 h3,#stacks_in_2555242 div{text-align:center !important}#stacks_out_2555242{display:block !important}}#stacks_in_2555242 h3,#stacks_in_2555242 div{color:rgba(229, 37, 83, 1.00)}#stacks_in_2555242 h3 a,#stacks_in_2555242 div a{color:rgba(229, 37, 83, 1.00)}#stacks_in_2555242 h3 a:hover,#stacks_in_2555242 div a:hover{color:rgba(171, 27, 62, 1.00)}#stacks_in_2555242 small,#stacks_in_2555242 small div{color:rgba(111, 111, 111, 1.00)}
@media only screen and (max-width:480.00px){#stacks_in_2555242 h3{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2555242 h3{font-size:2.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2555242 h3{font-size:4.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2555242 h3{font-size:6.00rem!important}}

#stacks_in_2555247 {
	font-weight: bold;
}
   #stacks_in_2555147 p,#stacks_in_2555147 div,#stacks_in_2555147 ul,#stacks_in_2555147 ol,#stacks_in_2555147 dl{color:#B0002D;line-height:1.60;font-size:1.40rem;letter-spacing:0.00rem;word-spacing:0.00rem}#stacks_in_2555147 a{color:#D74040}#stacks_in_2555147 a:hover{color:#A4031B}    

#stacks_in_2555148 {
	line-height: 2em;
	letter-spacing: 2px;
}
      

#stacks_in_1448 {
	line-height: 2em;
	letter-spacing: 1px;
}
#stacks_in_5785 .magic-link,#stacks_in_5785 .magic-link-list,#stacks_in_5785 .magic-link-item{background:0;margin:0;padding:0;height:auto}#stacks_in_5785 ul.magic-link-list{list-style-type:none}  #stacks_in_5785 [data-magellan-expedition-clone]{display:none}#stacks_in_5785 .magic-link[data-magellan-expedition]{min-width:0} 
#stacks_in_15389 a{display:block}#stacks_in_15389 img{}

#stacks_in_15389 {
	padding: 20px 0px 0px 0px;
}
 #stacks_in_4888 .shear-mag{position:absolute;top:0rem}   
#stacks_in_3068 > .row{padding-top:8.00rem;padding-bottom:2.00rem}#stacks_in_3068 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_3068 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_3068 > .row.padding-detailed.padding-medium-up,#stacks_in_3068 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_3068 > .row.padding-detailed.padding-y-medium-up,#stacks_in_3068 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_3068 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_3068 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_3068 {
	background-color: rgba(255, 255, 255, 1.00);
}
 @media only screen and (min-width:640px){  #stacks_in_3075 .vc-outer{ height:100%; -webkit-transform:translateY(50%);transform:translateY(50%)}#stacks_in_3075 .vc-inner{-webkit-transform:translateY(-50%);transform:translateY(-50%)}  }     #stacks_in_3075>.row.max-width-full{max-width:100%!important}       

 #stacks_in_3075>.row{padding-top:4.00rem;padding-bottom:4.00rem} #stacks_in_3075>.row>.columns{margin-top:0.00rem} #stacks_in_3075>.row>.columns:not(:first-child):before{content:" ";margin:0 -0.9375rem;position:absolute;top:0px;bottom:0px;width:2px;background:#A50077}@media only screen and (max-width:40em){.small-12:before{display:none}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.medium-12:before{display:none}}@media only screen and (min-width:62.563em){.large-12:before{display:none}}
@media only screen and (max-width:414px){#stacks_in_2555010 h3,#stacks_in_2555010 div{text-align:center !important}#stacks_out_2555010{display:block !important}}

#stacks_in_2555010 .effect-label{display:block !important}#stacks_in_2555010 .header-pro{width:100% !important}

#stacks_in_2555015 {
	font-weight: bold;
}


#stacks_in_2068 {
	margin: 35px 0px 0px 0px;
}

#stacks_in_2069 {
	letter-spacing: 3px;
}
#stacks_in_3191 > .row{padding-top:4.00rem;padding-bottom:2.00rem}#stacks_in_3191 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_3191 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_3191 > .row.padding-detailed.padding-medium-up,#stacks_in_3191 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_3191 > .row.padding-detailed.padding-y-medium-up,#stacks_in_3191 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_3191 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_3191 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_3236 > .row{padding-top:2.00rem;padding-bottom:0.00rem}#stacks_in_3236 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_3236 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_3236 > .row.padding-detailed.padding-medium-up,#stacks_in_3236 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_3236 > .row.padding-detailed.padding-y-medium-up,#stacks_in_3236 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_3236 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_3236 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

   #stacks_in_3238 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          
#stacks_in_3243 > .row{padding-top:1.00rem;padding-bottom:0.00rem}#stacks_in_3243 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_3243 > .row.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_3243 > .row > .maxwidth{max-width:600px}#stacks_in_3243 > .hide-overflow{overflow:hidden !important}

      

#stacks_in_3246 {
	line-height: 2em;
	letter-spacing: 1px;
}
#stacks_in_3080 > ul > li{padding:0.62rem 1.25rem}
#stacks_in_3084 a{display:block}#stacks_in_3084 img{}
#stacks_in_3087 a{display:block}#stacks_in_3087 img{}
#stacks_in_3097 a{display:block}#stacks_in_3097 img{}
#stacks_in_3111 a{display:block}#stacks_in_3111 img{}
#stacks_in_1466204 > .row{padding-top:4.00rem;padding-bottom:2.00rem}#stacks_in_1466204 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1466204 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1466204 > .row.padding-detailed.padding-medium-up,#stacks_in_1466204 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1466204 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1466204 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1466204 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1466204 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1466204 {
	background-color: rgba(255, 255, 255, 1.00);
}
   #stacks_in_1466206 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}          

#stacks_in_1466214 > .row{padding-top:1.00rem;padding-bottom:2.00rem}#stacks_in_1466214 > .row > .columns{margin-top:0.00rem}

#stacks_in_1466219{overflow:hidden}#stacks_in_1466219 hr{opacity:1.00;border-top:1px solid rgba(221, 221, 221, 1.00);margin:0 0 2.00rem;}
#stacks_in_1466220 a{display:block}#stacks_in_1466220 img{}
   #stacks_in_1466221 .tb-margin-collapse{margin-top:0!important;margin-bottom:0!important}   #stacks_in_1466221{ margin:2% 0% 3% 0% }          

#stacks_in_1466224 {
	letter-spacing: 5px;
}

#stacks_in_1466230{overflow:hidden}#stacks_in_1466230 hr{opacity:1.00;border-top:1px solid rgba(221, 221, 221, 1.00);margin:0 0 2.00rem;}
#stacks_in_1476320 .stacks_out,#stacks_in_1476320 .stacks_in{overflow:visible}#stacks_in_1476320 textarea{resize:vertical}#stacks_in_1476320 .in-progress,#stacks_in_1476320 .alert-box{display:none}

#stacks_in_1476322 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1476322 > .row > .columns{margin-top:0.00rem}
#stacks_in_1476327 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1476327 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1476327 > .row.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_1476327 > .row > .maxwidth{max-width:500px}#stacks_in_1476327 > .hide-overflow{overflow:hidden !important}



#stacks_in_1476332 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1476332 > .row > .columns{margin-top:0.00rem}
form #stacks_in_1476334 .button.inline{height:37px !important;margin-left:-1px;padding-top:0;padding-bottom:0}
#stacks_in_1476336 p,#stacks_in_1476336 div{margin-bottom:0}
#stacks_in_2555354 > .row{padding-top:2.00rem;padding-bottom:0.00rem}#stacks_in_2555354 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2555354 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2555354 > .row.padding-detailed.padding-medium-up,#stacks_in_2555354 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2555354 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2555354 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_2555354 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2555354 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_2555357 a{display:block}#stacks_in_2555357 img{}
@media only screen and (max-width:414px){#stacks_in_2555359 p,#stacks_in_2555359 div{text-align:center !important}}@media only screen and (min-width:0px){#stacks_in_2555359{}}


#stacks_in_2555359 {
	padding: 0px 16px 0px 16px;
}
   #stacks_in_3248 .grummage-layer{ padding-top:4.00%!important;padding-bottom:4.00%!important}   @media only screen and (min-width: 0em ){  #stacks_in_3248 .grummage-layer{ padding-left:0.00%!important;padding-right:0.00%!important}}@media only screen and (min-width: 0em ){}#stacks_in_3248>.row.collapse{padding-left:0;padding-right:0}#stacks_in_3248>.maxwidth{max-width:500px}#stacks_in_3248>.hide-overflow{overflow:hidden!important}    


#stacks_in_3248 {
	background-color: rgba(121, 0, 87, 1.00);
}
#stacks_in_2528 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2528 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2528 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2528 > .row.padding-detailed.padding-medium-up,#stacks_in_2528 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2528 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2528 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_2528 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2528 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_2554422 .copyright{color:rgba(235, 233, 228, 1.00);font-size:0.90rem}#stacks_in_2554422 .copyright a{color:rgba(195, 197, 184, 1.00)}#stacks_in_2554422 .copyright a:hover{color:rgba(241, 244, 229, 1.00)}#stacks_in_2554422 .copyright{margin-bottom:0}
#stacks_in_2554537 a{display:block}#stacks_in_2554537 img{}#stacks_in_2554537 img{max-width:20px}@media only screen and (min-width:641px){#stacks_in_2554537 img{max-width:28px}}@media only screen and (min-width:1024px){#stacks_in_2554537 img{max-width:28px}}

#stacks_in_2554537 {
	padding: 12px 0px 0px 0px;
}
