/*
 * apex.core.common
 */

div[class^="apex-core__"]{position:static;overflow:visible}.core-section,.core-wrap{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.core-content{display:flow-root}.core-content > *:not(.core-layer):not(.apex-core__position),[class^="core-text"]{position:relative}.core-max-w{max-width:1000px;max-width:var(--ac-max-w,1000px);margin-left:auto;margin-right:auto}@media screen,print and (max-width:1000px){.core-max-w{padding-left:10px;padding-right:10px}}.ac-left{text-align:left}.ac-center{text-align:center}.ac-right{text-align:right}.core-section .core-content.core-full-w{max-width:100%}.core-section .core-content.filled-parent[style]{position:static !important}.core--click-through{pointer-events:none}.core-layer video{max-width:none !important}.core-wrap.core-anti-alias{margin-top:-0.5px;margin-bottom:-0.5px}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}img{vertical-align:middle}html{background:none !important}


/*
 * apex.core.layers
 */

.core-layer,.ps-layer{position:absolute;top:0;left:0;width:100%;height:100%}.ps-layer.layer-video{overflow:hidden}.core--click-through{pointer-events:none}.core-cf::before,.core-cf:after{content:" ";display:table}.core-cf::after{clear:both}.core-layer > .stacks_out,.core-layer > .stacks_out > .stacks_in{position:static !important}


*{min-height:0;min-width:0}.core-duo{display:-webkit-box;display:-ms-flexbox;display:flex}.core-duo .duo-col{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.core-duo .duo-col > .cc-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;z-index:0}.core-duo .duo-col.duo-col-side{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1}.core-duo .duo-col.duo-col-main{-webkit-box-flex:1;-ms-flex:1;flex:1}.core-duo .cc-inner > .stacks_out{width:100%}.core-duo,.core-duo > .duo-col,.core-duo > .cc-gutter{position:relative}.core-duo > .cc-gutter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}
.core-shim{width:100%}
.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}
.com_bigwhiteduck_stacks_FoundationButtonPlus2_stack{position:relative}.b-p.icon-only{-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.bp-wrap.bp-txt-left>.b-p:not(.icon-only){text-align:left!important}.bp-wrap.bp-txt-center>.b-p:not(.icon-only){text-align:center!important}.bp-wrap.bp-txt-right>.b-p:not(.icon-only){text-align:right!important}.bp-wrap.noclick-active>.b-p.active{pointer-events:none!important} .bp-wrap.inline-wrap{display:inline-block}
.ps-layer:not(.layer-img-fit).attach-fixed{background-attachment:fixed;width:100%}@media only screen and (max-device-width:1024px){.ps-layer:not(.layer-img-fit).attach-fixed{background-attachment:scroll !important}}.ps-layer.layer-video{overflow:hidden}



@charset "UTF-8";[data-flux]{animation-duration:var(--flux-animation-duration);animation-fill-mode:forwards;animation-name:unset;opacity:0;will-change:transform,opacity}body:not(.flux-js) [data-flux],.unsupported-io [data-flux],[data-flux=""]{transition:opacity 0.4s ease-in;opacity:1 !important;animation:none !important}.flux-continuous,.flux-infinite{animation-iteration-count:infinite}@​media (prefers-reduced-motion:reduce){[data-flux]{opacity:1 !important;animation:none !important;transition:none !important;animation-duration:0.001s !important;transition-duration:0.001s !important}}.fadeOut{animation-name:fadeOut;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}[data-flux][data-flux="fadeOut"]{opacity:1}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeIn{animation-name:fadeIn;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeRight{animation-name:fadeRight;animation-timing-function:ease}@keyframes fadeRight{0%{transform:translate3d(var(--flux-animation-size),0,0);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}.fadeLeft{animation-name:fadeLeft;animation-timing-function:ease}@keyframes fadeLeft{0%{transform:translate3d(calc(-1 * var(--flux-animation-size)),0,0);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}.fadeDown{animation-name:fadeDown;animation-timing-function:ease}@keyframes fadeDown{0%{transform:translate3d(0,calc(-1 * var(--flux-animation-size)),0);opacity:0}50%{opacity:0.2}100%{transform:translate3d(0,0,0);opacity:1}}.fadeUp{animation-name:fadeUp;animation-timing-function:ease}@keyframes fadeUp{0%{transform:translate3d(0,var(--flux-animation-size),0);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}.zoomIn{animation-name:zoomIn;animation-timing-function:cubic-bezier(0.46,0.31,0.52,1.275)}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.6,0.6,0.6)}100%{transform:scale3d(1,1,1);opacity:1}}.zoomOut{animation-name:zoomOut;animation-timing-function:cubic-bezier(0.46,0.31,0.52,1.275)}@keyframes zoomOut{0%{opacity:0;transform:scale3d(1.2,1.2,1.2)}100%{transform:scale3d(1,1,1);opacity:1}}.zoomUp{animation-name:zoomUp;animation-timing-function:cubic-bezier(0.46,0.31,0.52,1.275)}@keyframes zoomUp{0%{opacity:0;transform:scale3d(0.6,0.6,0.6) translate3d(0,var(--flux-animation-size),0)}100%{transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}}.gravity{animation-name:gravity}@keyframes gravity{0%{animation-timing-function:cubic-bezier(0.175,0.885,0.32,1.275);transform:translate3d(0,0,0);opacity:0}20%{animation-timing-function:cubic-bezier(0.42,0,1,1);transform:translate3d(0,-100px,0);opacity:1}40%{animation-timing-function:cubic-bezier(0,0,0.58,1);transform:translate3d(0,0,0)}60%{animation-timing-function:cubic-bezier(0.42,0,1,1);transform:translate3d(0,-30px,0)}75%{animation-timing-function:cubic-bezier(0,0,0.58,1);transform:translate3d(0,0,0)}85%{animation-timing-function:cubic-bezier(0.42,0,1,1);transform:translate3d(0,-15px,0)}100%{opacity:1;animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:translate3d(0,0,0)}}.throb{animation-name:throb;transform-origin:center;opacity:1}@keyframes throb{0%{transform:scale3d(1,1,1);opacity:1}50%{transform:scale3d(0.85,0.5,0.5)}100%{transform:scale3d(1,1,1);opacity:1}}.bumpLeft{animation-name:bumpLeft;backface-visibility:hidden}@keyframes bumpLeft{0%{animation-timing-function:cubic-bezier(0.23,1,0.32,1);transform:translateX(translate3d(0,calc(-1 * var(--flux-animation-size)),0))}40%{opacity:1;animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);transform:translateX(20px) rotate(4deg)}100%{opacity:1}}.bumpRight{animation-name:bumpRight;backface-visibility:hidden}@keyframes bumpRight{0%{opacity:1;animation-timing-function:cubic-bezier(0.23,1,0.32,1);transform:translateX(var(--flux-animation-size))}40%{animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);transform:translateX(-20px) rotate(-4deg)}100%{opacity:1}}.rollIn{animation-name:rollIn;backface-visibility:hidden}@keyframes rollIn{0%{animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:translateY(var(--flux-animation-size)) rotate(-445deg)}30%{opacity:1}50%{transform:translateY(-20px) rotate(-20deg)}100%{opacity:1;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:translateY(0) rotate(0deg)}}.popIn{animation-name:popIn;animation-timing-function:cubic-bezier(0.46,0.31,0.52,1.275)}@keyframes popIn{0%{opacity:0;transform:scale3d(0.1,0.1,0.1)}60%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scale3d(1,1,1)}80%{animation-timing-function:cubic-bezier(0.46,0.31,0.52,1.275);transform:scale3d(1,1,1)}to{transform:scale3d(1,1,1);opacity:1}}.blurUp{animation-name:blurUp}@keyframes blurUp{0%{transform:translateY(calc(3 * var(--flux-animation-size))) scaleY(2.5) scaleX(0.2);transform-origin:50% 100%;filter:blur(40px);opacity:0}100%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}.flipY{animation-name:flipY}@keyframes flipY{from{transform:perspective(800px) rotateX(90deg) scale3d(1.2,1.2,1.2)}50%{opacity:1;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:perspective(800px) rotateX(-20deg) scale3d(1,1,1)}to{opacity:1;transform:perspective(800px) rotateX(0deg) scale3d(1,1,1)}}.flipX{animation-name:flipX}@keyframes flipX{from{transform:perspective(800px) rotateY(90deg) scale3d(1.2,1.2,1.2)}50%{opacity:1;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:perspective(800px) rotateY(-20deg) scale3d(1,1,1)}to{opacity:1;transform:perspective(800px) rotateY(0deg) scale3d(1,1,1)}}.unfold{animation-name:unfold}@keyframes unfold{0%{animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);transform:scale3d(0,0,0)}30%{animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:scale3d(0.4,1,1)}100%{opacity:1;animation-timing-function:cubic-bezier(0.55,0.085,0.68,0.53);transform:scale3d(1,1,1)}}/*.jumpOutRight{animation-name:jumpOutRight;animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);backface-visibility:hidden}@keyframes jumpOutRight{0%{transform:scale3d(1,1,1) rotate(0deg)}30%{transform:scale3d(0.9,0.9,0.9) rotate(5deg)}70%{opacity:1;transform:scale3d(1.2,1.2,1.2) rotate(-10deg)}100%{opacity:0;transform:scale3d(0.5,0.5,0.5) rotate(90deg)}}.jumpOutLeft{animation-name:jumpOutLeft;animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);backface-visibility:hidden}@keyframes jumpOutLeft{0%{transform:scale3d(1,1,1) rotate(0deg)}30%{transform:scale3d(0.9,0.9,0.9) rotate(-5deg)}70%{opacity:1;transform:scale3d(1.2,1.2,1.2) rotate(10deg)}100%{opacity:0;transform:scale3d(0.5,0.5,0.5) rotate(-90deg)}}.rollOutLeft{animation-name:rollOutLeft;backface-visibility:hidden}@keyframes rollOutLeft{0%{opacity:1;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:translateX(0) rotate(0deg)}40%{opacity:1;transform:translateX(20px) rotate(-20deg)}100%{opacity:0;animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:translateX(translate3d(0,calc(-1 * var(--flux-animation-size)),0)) rotate(-445deg)}}.rollOutRight{animation-name:rollOutRight;backface-visibility:hidden}@keyframes rollOutRight{0%{opacity:1;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:translateX(0) rotate(0deg)}40%{opacity:1;transform:translateX(-20px) rotate(20deg)}100%{opacity:0;animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:translateX(var(--flux-animation-size)) rotate(445deg)}}.rollOutTop{animation-name:rollOutTop;backface-visibility:hidden}@keyframes rollOutTop{0%{opacity:1;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:translateY(0) rotate(0deg)}40%{opacity:1;transform:translateY(20px) rotate(20deg)}100%{opacity:0;animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:translateY(translate3d(0,calc(-1 * var(--flux-animation-size)),0)) rotate(445deg)}}.rollOutBottom{animation-name:rollOutBottom;backface-visibility:hidden}@keyframes rollOutBottom{0%{opacity:1;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:translateY(0) rotate(0deg)}40%{opacity:1;transform:translateY(-20px) rotate(-20deg)}100%{opacity:0;animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:translateY(var(--flux-animation-size)) rotate(-445deg)}}.popOut{animation-name:popOut}@keyframes popOut{0%{animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:scale3d(1,1,1)}60%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scale3d(1.08,1.08,1.08)}80%{opacity:1;animation-timing-function:cubic-bezier(0.42,0,0.58,1)}100%{opacity:0;animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);transform:scale3d(0.3,0.3,0.3)}}.popOutLeft{animation-name:popOutLeft}@keyframes popOutLeft{0%{animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:scale3d(1,1,1) translate3d(0,0,0);transform-origin:left center}40%{opacity:1;animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scale3d(1.08,1.08,1.08) translate3d(0,0,0)}100%{opacity:0;animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);transform:scale3d(0.5,0.5,0.5) translate3d(0,calc(-1 * var(--flux-animation-size)),0)}}.popOutRight{animation-name:popOutRight;backface-visibility:hidden}@keyframes popOutRight{0%{animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:scale3d(1,1,1) translate3d(0,0,0);transform-origin:right center}40%{opacity:1;animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scale3d(1.08,1.08,1.08) translate3d(0,0,0)}100%{opacity:0;animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);transform:scale3d(0.5,0.5,0.5) translate3d(var(--flux-animation-size),0,0)}}.popOutTop{animation-name:popOutTop;backface-visibility:hidden}@keyframes popOutTop{0%{animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:scale3d(1,1,1) translate3d(0,0,0);transform-origin:top center}40%{opacity:1;animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scale3d(1.08,1.08,1.08) translate3d(0,0,0)}100%{opacity:0;animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);transform:scale3d(0.5,0.5,0.5) translate3d(0,calc(-1 * var(--flux-animation-size)),0)}}.popOutBottom{animation-name:popOutBottom;backface-visibility:hidden}@keyframes popOutBottom{0%{animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:scale3d(1,1,1) translate3d(0,0,0);transform-origin:bottom center}40%{opacity:1;animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scale3d(1.08,1.08,1.08) translate3d(0,0,0)}100%{opacity:0;animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);transform:scale3d(0.5,0.5,0.5) translate3d(0,var(--flux-animation-size),0)}}.flipOutX{animation-name:flipOutX}@keyframes flipOutX{from{transform:perspective(var(--flux-animation-size)) rotateX(0deg) scale3d(1,1,1)}60%{opacity:1;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:perspective(var(--flux-animation-size)) rotateX(-30deg) scale3d(1,1,1)}to{opacity:0;transform:perspective(var(--flux-animation-size)) rotateX(90deg) scale3d(1.2,1.2,1.2)}}.flipOutY{flipOutY;animation-name:flipOutY}@keyframes flipOutY{from{transform:perspective(var(--flux-animation-size)) rotateY(0deg) scale3d(1,1,1)}60%{opacity:1;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:perspective(var(--flux-animation-size)) rotateY(-30deg) scale3d(1,1,1)}to{opacity:0;transform:perspective(var(--flux-animation-size)) rotateY(90deg) scale3d(1.2,1.2,1.2)}}.fadeOutLeft{animation-name:fadeOutLeft;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@keyframes fadeOutLeft{0%{transform:translate3d(0,0,0);opacity:1}100%{transform:translate3d(0,calc(-1 * var(--flux-animation-size)),0);opacity:0}}.fadeOutRight{animation-name:fadeOutRight;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@keyframes fadeOutRight{0%{transform:translate3d(0,0,0);opacity:1}100%{transform:translate3d(var(--flux-animation-size),0,0);opacity:0}}.fadeOutTop{animation-name:fadeOutTop;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@keyframes fadeOutTop{0%{transform:translate3d(0,0,0);opacity:1}40%{opacity:0.2}100%{transform:translate3d(0,calc(-1 * var(--flux-animation-size)),0);opacity:0}}.fadeOutBottom{animation-name:fadeOutBottom;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@keyframes fadeOutBottom{0%{transform:translate3d(0,0,0);opacity:1}40%{opacity:0.2}100%{transform:translate3d(0,var(--flux-animation-size),0);opacity:0}}.driveOutLeft{animation-name:driveOutLeft}@keyframes driveOutLeft{0%{animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);transform:translate3d(0,0,0)}30%{animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);transform:translate3d(30px,0,0)}60%{opacity:1}100%{opacity:0;animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);transform:translate3d(0,calc(-1 * var(--flux-animation-size)),0)}}.driveOutRight{animation-name:driveOutRight}@keyframes driveOutRight{0%{animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);transform:translate3d(0,0,0)}30%{animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);transform:translate3d(-30px,0,0)}60%{opacity:1}100%{opacity:0;animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);transform:translate3d(var(--flux-animation-size),0,0)}}.driveOutTop{animation-name:driveOutTop}@keyframes driveOutTop{0%{animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);transform:translate3d(0,0,0)}30%{animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);transform:translate3d(0,30px,0)}60%{opacity:1}100%{opacity:0;animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);transform:translate3d(0,calc(-1 * var(--flux-animation-size)),0)}}.driveOutBottom{animation-name:driveOutBottom}@keyframes driveOutBottom{0%{animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);transform:translate3d(0,0,0)}30%{animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);transform:translate3d(0,-30px,0)}60%{opacity:1}100%{opacity:0;animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);transform:translate3d(0,var(--flux-animation-size),0)}}.spinOut{animation-name:spinOut}@keyframes spinOut{0%{animation-timing-function:cubic-bezier(0.23,1,0.32,1);transform:rotateZ(0deg) scale3d(1,1,1);transform-origin:center center}20%{opacity:1;animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);transform:rotateZ(-20deg) scale3d(1,1,1);transform-origin:center center}30%{opacity:1}100%{opacity:0;animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);transform:rotateZ(360deg) scale3d(0,0,0);transform-origin:center center}}.swoopOutLeft{animation-name:swoopOutLeft}@keyframes swoopOutLeft{0%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scaleX(1) translate3d(0,0,0)}40%{opacity:1;transform:scaleX(1) translate3d(20px,0,0)}60%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scaleX(1.2) translate3d(0,0,0)}100%{opacity:0;animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:scaleX(1.5) translate3d(0,calc(-1 * var(--flux-animation-size)),0)}}.swoopOutRight{animation-name:swoopOutRight}@keyframes swoopOutRight{0%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scaleX(1) translate3d(0,0,0)}40%{opacity:1;transform:scaleX(1) translate3d(-20px,0,0)}60%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scaleX(1.2) translate3d(0,0,0)}100%{opacity:0;animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:scaleX(1.5) translate3d(var(--flux-animation-size),0,0)}}.swoopOutTop{animation-name:swoopOutTop}@keyframes swoopOutTop{0%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scaleY(1) translate3d(0,0,0)}40%{opacity:1;transform:scaleY(1) translate3d(0,20px,0)}60%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scaleY(1.2) translate3d(0,0,0)}100%{opacity:0;animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:scaleY(1.5) translate3d(0,calc(-1 * var(--flux-animation-size)),0)}}.swoopOutBottom{animation-name:swoopOutBottom}@keyframes swoopOutBottom{0%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scaleY(1) translate3d(0,0,0)}40%{opacity:1;transform:scaleY(1) translate3d(0,-20px,0)}60%{animation-timing-function:cubic-bezier(0.42,0,0.58,1);transform:scaleY(1.2) translate3d(0,0,0)}100%{opacity:0;animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:scaleY(1.5) translate3d(0,var(--flux-animation-size),0)}}.fold{animation-name:fold}@keyframes fold{0%{animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);transform:scale3d(1,1,1)}30%{animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:scale3d(1,0.4,1)}60%{opacity:1;animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);transform:scale3d(0.4,0.4,1)}100%{opacity:0;animation-timing-function:cubic-bezier(0.55,0.085,0.68,0.53);transform:scale3d(0.2,0.2,0.2)}}*/

.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}}

.infix{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;outline:none !important;overflow:hidden}.infix.infix-section{z-index:999}.infix *{-webkit-box-sizing:border-box;box-sizing:border-box}.infix-wrap{z-index:9990;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.infix.infix-body{position:fixed}.infix.no-nav > .infix-wrap > .infix-nav{display:none}.infix.infix-body .infix-wrap{position:fixed}.infix.infix-section{position:absolute}.infix.infix-section .infix-wrap{position:absolute}.infix-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle}.splb-loader{z-index:99999;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .6s ease;transition:opacity .6s ease}.infix-loading .splb-loader{opacity:1}.infix-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.infix.stacks-v-top .infix-container{vertical-align:top}.infix.stacks-v-bottom .infix-container{vertical-align:bottom}.infix.infix-section .infix-container{position:static}.infix.infix-section.infix-inline .infix-container{position:static}.infix-content{z-index:9993;width:100%}.infix-content::after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;z-index:-1}.infix-body .infix-close{position:fixed}.infix-body.infix-inline .infix-container{width:96%;max-width:1000px}.infix-body.cross-overlay .infix-close{position:fixed}.infix-body.cross-inside .infix-close{position:absolute}.infix-section .infix-close{position:absolute}.infix-closed:not(.infix-closing){z-index:-99 !important;height:0 !important}.infix-close{display:none;cursor:pointer;text-decoration:none;text-align:center;font-style:normal;border:0;-webkit-appearance:none;outline:none;background:none;-webkit-box-shadow:none;box-shadow:none}.infix-close,[data-infix-next],[data-infix-prev]{cursor:pointer}.infix-close.icon-tr{right:0;top:0}.infix-close.icon-tl{left:0;top:0}.infix-close.icon-br{right:0;bottom:0}.infix-close.icon-bl{left:0;bottom:0}.infix-close::-moz-focus-inner{border:0;padding:0}.infix-img{max-width:100%;margin:0 auto;display:block;line-height:0;border:0}.infix-section.size-target.infix-image .infix-img[style],.infix-section.size-native.infix-image .infix-img[style]{max-height:none !important}.infix.infix-section.size-native{overflow:visible}.infix.infix-section.size-native,.infix.infix-section.size-native > .infix-wrap,.infix.infix-section.size-native > .infix-wrap > .infix-container{position:relative;width:100%}.infix.infix-section.size-native.infix-closing{display:none !important}.infix.size-native > .infix-wrap > .infix-container > .infix-content > .splb{max-height:none !important}.infix-iframe .infix-container{width:100%}.infix-body.infix-iframe .infix-container{max-width:1000px}.infix-section.infix-iframe.full-frame .infix-container{max-width:100%}.infix-section.infix-iframe.auto-size-section .infix-iframe-container{max-height:none !important}.size-target:not(.lightbox-open)[style]{max-height:initial !important;min-height:initial !important}.infix-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.infix-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%}.infix-htmlvideo video{position:absolute;top:0px;width:100%}.infix-instagram .infix-content{margin:0 auto;width:100%}.infix-instagram .infix-content .infix-iframe-container{padding-top:113.0719%}.infix-error{text-align:center}.infix-err-txt{color:black;background-color:rgba(255,255,255,0.4);padding:3px 6px}.spl-lightbox,.spl-lightbox::before,.spl-lightbox::after{display:none}.limelight-launcher{cursor:pointer}.limelight-launcher:not(.allowclicks) *{pointer-events:none}[data-cms-launch][data-cms-id=""].ll-empty-noclick{pointer-events:none !important}[data-cms-launch][data-cms-id=""].ll-empty-hide{display:none !important}.ll-count{display:none}
.core-panel{position:relative}
@supports (mix-blend-mode:normal){.core-stacks_in_129_2{mix-blend-mode:normal}}.core-stacks_in_129_2{overflow:visible !important}

.sppad-stacks_in_129_5[data-padmaster=""],[data-padmaster="gridpadd1"]:not([data-padmaster=""]),.enter-classname:not(.enter-classname){padding: 19px }
html{--flux-animation-duration:400ms;--flux-animation-size:1000px}@media screen and (max-width:600px){[data-flux-delay],[data-flux-delay][style]{-webkit-animation-delay:0ms !important;animation-delay:0ms !important}}.stacks_out{overflow:visible !important}.stacks_in{overflow:visible}.s3_row:before,.s3_row:after{content:"";display:table}.s3_row:after{clear:both}


html{--ac-max-w:1100px;--ac-radius:4px;--ac-fw-body:400;--ac-fw-h3h6:300;--ac-fw-h1h2:500;--ac-fw-display:500}html{--ac-space-unit:1rem}*,*:after,*:before{-webkit-box-sizing:inherit;box-sizing:inherit}html{-webkit-box-sizing:border-box;box-sizing:border-box}a{-webkit-text-decoration:none;text-decoration:none}.core-max-w{max-width:1100px;max-width:var(--ac-max-w,1000px);margin-left:auto;margin-right:auto}@media print,screen and (max-width:1100px){.core-max-w{padding-left:20px;padding-right:20px}}body{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:1rem;line-height:1.6}html{--ac-text-col:rgba(71, 71, 71, 1.00);--ac-text-col-sec:rgba(216, 222, 233, 1.00);--ac-link-col:rgba(38, 128, 252, 1.00);--ac-link-col-sec:rgba(155, 77, 202, 1.00);--ac-link-col-hov:rgba(33, 110, 216, 1.00);--ac-link-col-hov-sec:rgba(96, 108, 118, 1.00);--ac-header-col:rgba(7, 64, 128, 1.00);--ac-header-col-sec:rgba(216, 222, 233, 1.00);--ac-header-sm-col:rgba(119, 119, 119, 1.00);--ac-header-sm-col-sec:rgba(233, 233, 233, 1.00);--ac-display-col:;--ac-display-col-sec:;--ac-accent-col:;--ac-accent-col-sec:;--ac-divider-col:rgba(170, 170, 170, 1.00);--ac-divider-col-sec:rgba(216, 222, 233, 1.00);--ac-el-bg:rgba(38, 128, 252, 1.00);--ac-el-bg-hov:rgba(96, 108, 118, 1.00);--ac-el-text:rgba(255, 255, 255, 1.00);--ac-el-text-hov:rgba(238, 238, 238, 1.00);--ac-el-bg-sec:rgba(155, 77, 202, 1.00);--ac-el-bg-hov-sec:rgba(96, 108, 118, 1.00);--ac-el-text-sec:rgba(255, 255, 255, 1.00);--ac-el-text-hov-sec:rgba(238, 238, 238, 1.00)}body,p,details,dl,ol,table,ul,.core-text,[class*=".core-text"]{color:rgba(71, 71, 71, 1.00);color:var(--ac-text-col)}body.core-sec,.core-alt body,p.core-sec,.core-alt p,details.core-sec,.core-alt details,dl.core-sec,.core-alt dl,ol.core-sec,.core-alt ol,table.core-sec,.core-alt table,ul.core-sec,.core-alt ul,.core-text.core-sec,.core-alt .core-text,[class*=".core-text"].core-sec,.core-alt [class*=".core-text"]{color:rgba(216, 222, 233, 1.00);color:var(--ac-text-col-sec)}h1,h2,h3,h4,h5,h6,.core-text-header,[class*="core-text-h"]{color:rgba(7, 64, 128, 1.00);color:var(--ac-header-col)}h1.core-sec,.core-alt h1,h2.core-sec,.core-alt h2,h3.core-sec,.core-alt h3,h4.core-sec,.core-alt h4,h5.core-sec,.core-alt h5,h6.core-sec,.core-alt h6,.core-text-header.core-sec,.core-alt .core-text-header,[class*="core-text-h"].core-sec,.core-alt [class*="core-text-h"]{color:rgba(7, 64, 128, 1.00);color:var(--ac-header-col-sec)}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.core-text-header small,[class*="core-text-h"] small{color:var(--ac-header-sm-col)}h1 small.core-sec,.core-alt h1 small,h2 small.core-sec,.core-alt h2 small,h3 small.core-sec,.core-alt h3 small,h4 small.core-sec,.core-alt h4 small,h5 small.core-sec,.core-alt h5 small,h6 small.core-sec,.core-alt h6 small,.core-text-header small.core-sec,.core-alt .core-text-header small,[class*="core-text-h"] small.core-sec,.core-alt [class*="core-text-h"] small{color:var(--ac-header-sm-col-sec)}blockquote{border-left:0.3rem solid #d1d1d1;margin-left:0;margin-right:0;padding:1rem 1.5rem}blockquote *:last-child{margin-bottom:0}code{background:#f4f5f6;border-radius:0.4rem;margin:0 0.2rem;padding:0.2rem 0.5rem;white-space:nowrap}pre{background:#f4f5f6;border-left:0.3rem solid #9b4dca;overflow-y:hidden}pre > code{border-radius:0;display:block;padding:1rem 1.5rem;white-space:pre}hr,.core-divider{border:0;border-top:0.1rem solid var(--ac-divider-col);margin:1.5rem 0}hr.core-sec,.core-sec hr,.core-divider.core-sec,.core-sec .core-divider{color:var(--ac-divider-col-sec)}a{color:#2680FC;color:var(--ac-link-col)}a:hover,a:active{color:#216ED8;color:var(--ac-link-col-hov)}a.core-sec,.core-sec a{color:var(--ac-link-col-sec)}a.core-sec:hover,a.core-sec:active,.core-sec a:hover,.core-sec a:active{color:var(--ac-link-col-hov-sec)}dl,ol,ul{list-style:none;margin-top:0;padding-left:0}dl dl,dl ol,dl ul,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul{font-size:90%;margin:1.5rem 0 1.5rem 3rem}ol{list-style:decimal inside}ul{list-style:circle inside}.button,button,dd,dt,li{margin-bottom:1rem;margin-bottom:var(--ac-space-unit)}fieldset,input,select,textarea{margin-bottom:1rem;margin-bottom:var(--ac-space-unit)}blockquote,dl,figure,form,ol,p,pre,table,ul{margin-bottom:1rem;margin-bottom:var(--ac-space-unit)}.button,button,input[type='button'],input[type='reset'],input[type='submit']{background-color:var(--ac-el-bg);border-width:0.1rem;border-style:solid;border-color:transparent;border-radius:var(--ac-radius);color:var(--ac-el-text);cursor:pointer;display:inline-block;padding:.375rem .75rem;font-size:1rem;line-height:1.5;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;text-align:center;text-decoration:none;white-space:nowrap;-ms-flex-item-align:start;align-self:flex-start}.button:active,.button:hover,button:active,button:hover,input[type='button']:active,input[type='button']:hover,input[type='reset']:active,input[type='reset']:hover,input[type='submit']:active,input[type='submit']:hover{background-color:var(--ac-el-bg-hov);border-color:var(--ac-el-bg-hov);color:var(--ac-el-text-hov);outline:0}.button[disabled],button[disabled],input[type='button'][disabled],input[type='reset'][disabled],input[type='submit'][disabled]{cursor:default;opacity:0.5}.button[disabled]:active,.button[disabled]:hover,button[disabled]:active,button[disabled]:hover,input[type='button'][disabled]:active,input[type='button'][disabled]:hover,input[type='reset'][disabled]:active,input[type='reset'][disabled]:hover,input[type='submit'][disabled]:active,input[type='submit'][disabled]:hover{background-color:var(--ac-el-bg);border-color:var(--ac-el-bg)}.button.ac-outline,button.ac-outline,input[type='button'].ac-outline,input[type='reset'].ac-outline,input[type='submit'].ac-outline{background-color:transparent;border-color:var(--ac-el-bg);color:var(--ac-el-bg)}.button.ac-outline:active,.button.ac-outline:hover,button.ac-outline:active,button.ac-outline:hover,input[type='button'].ac-outline:active,input[type='button'].ac-outline:hover,input[type='reset'].ac-outline:active,input[type='reset'].ac-outline:hover,input[type='submit'].ac-outline:active,input[type='submit'].ac-outline:hover{background-color:transparent;border-color:var(--ac-el-bg-hov);color:var(--ac-el-bg-hov)}.button.ac-outline[disabled]:active,.button.ac-outline[disabled]:hover,button.ac-outline[disabled]:active,button.ac-outline[disabled]:hover,input[type='button'].ac-outline[disabled]:active,input[type='button'].ac-outline[disabled]:hover,input[type='reset'].ac-outline[disabled]:active,input[type='reset'].ac-outline[disabled]:hover,input[type='submit'].ac-outline[disabled]:active,input[type='submit'].ac-outline[disabled]:hover{border-color:inherit;color:var(--ac-el-bg)}.button.ac-clear,button.ac-clear,input[type='button'].ac-clear,input[type='reset'].ac-clear,input[type='submit'].ac-clear{background-color:transparent;border-color:transparent;color:var(--ac-el-bg)}.button.ac-clear:active,.button.ac-clear:hover,button.ac-clear:active,button.ac-clear:hover,input[type='button'].ac-clear:active,input[type='button'].ac-clear:hover,input[type='reset'].ac-clear:active,input[type='reset'].ac-clear:hover,input[type='submit'].ac-clear:active,input[type='submit'].ac-clear:hover{background-color:transparent;border-color:transparent;color:var(--ac-el-bg-hov)}.button.ac-clear[disabled]:active,.button.ac-clear[disabled]:hover,button.ac-clear[disabled]:active,button.ac-clear[disabled]:hover,input[type='button'].ac-clear[disabled]:active,input[type='button'].ac-clear[disabled]:hover,input[type='reset'].ac-clear[disabled]:active,input[type='reset'].ac-clear[disabled]:hover,input[type='submit'].ac-clear[disabled]:active,input[type='submit'].ac-clear[disabled]:hover{color:var(--ac-el-bg)}.ac-button-group.ac-sec .button,.ac-button.ac-sec .button,button.ac-sec,input[type='button'].ac-sec,input[type='reset'].ac-sec,input[type='submit'].ac-sec{background-color:var(--ac-el-bg-sec);border:0.1rem solid var(--ac-el-bg-sec);color:var(--ac-el-text-sec)}.ac-button-group.ac-sec .button:active,.ac-button-group.ac-sec .button:hover,.ac-button.ac-sec .button:active,.ac-button.ac-sec .button:hover,button.ac-sec:active,button.ac-sec:hover,input[type='button'].ac-sec:active,input[type='button'].ac-sec:hover,input[type='reset'].ac-sec:active,input[type='reset'].ac-sec:hover,input[type='submit'].ac-sec:active,input[type='submit'].ac-sec:hover{background-color:var(--ac-el-bg-hov-sec);border-color:var(--ac-el-bg-hov-sec);color:var(--ac-el-text-hov-sec);outline:0}.ac-button-group.ac-sec .button[disabled]:active,.ac-button-group.ac-sec .button[disabled]:hover,.ac-button.ac-sec .button[disabled]:active,.ac-button.ac-sec .button[disabled]:hover,button.ac-sec[disabled]:active,button.ac-sec[disabled]:hover,input[type='button'].ac-sec[disabled]:active,input[type='button'].ac-sec[disabled]:hover,input[type='reset'].ac-sec[disabled]:active,input[type='reset'].ac-sec[disabled]:hover,input[type='submit'].ac-sec[disabled]:active,input[type='submit'].ac-sec[disabled]:hover{background-color:var(--ac-el-bg-sec);border-color:var(--ac-el-bg-sec)}.ac-button-group.ac-sec .button.ac-outline,.ac-button.ac-sec .button.ac-outline,button.ac-sec.ac-outline,input[type='button'].ac-sec.ac-outline,input[type='reset'].ac-sec.ac-outline,input[type='submit'].ac-sec.ac-outline{background-color:transparent;color:var(--ac-el-bg-sec)}.ac-button-group.ac-sec .button.ac-outline:active,.ac-button-group.ac-sec .button.ac-outline:hover,.ac-button.ac-sec .button.ac-outline:active,.ac-button.ac-sec .button.ac-outline:hover,button.ac-sec.ac-outline:active,button.ac-sec.ac-outline:hover,input[type='button'].ac-sec.ac-outline:active,input[type='button'].ac-sec.ac-outline:hover,input[type='reset'].ac-sec.ac-outline:active,input[type='reset'].ac-sec.ac-outline:hover,input[type='submit'].ac-sec.ac-outline:active,input[type='submit'].ac-sec.ac-outline:hover{border-color:var(--ac-el-bg-hov-sec);color:var(--ac-el-bg-hov-sec)}.ac-button-group.ac-sec .button.ac-outline[disabled]:active,.ac-button-group.ac-sec .button.ac-outline[disabled]:hover,.ac-button.ac-sec .button.ac-outline[disabled]:active,.ac-button.ac-sec .button.ac-outline[disabled]:hover,button.ac-sec.ac-outline[disabled]:active,button.ac-sec.ac-outline[disabled]:hover,input[type='button'].ac-sec.ac-outline[disabled]:active,input[type='button'].ac-sec.ac-outline[disabled]:hover,input[type='reset'].ac-sec.ac-outline[disabled]:active,input[type='reset'].ac-sec.ac-outline[disabled]:hover,input[type='submit'].ac-sec.ac-outline[disabled]:active,input[type='submit'].ac-sec.ac-outline[disabled]:hover{color:var(--ac-el-bg-sec)}.ac-button-group.ac-sec .button.ac-clear,.ac-button.ac-sec .button.ac-clear,button.ac-sec.ac-clear,input[type='button'].ac-sec.ac-clear,input[type='reset'].ac-sec.ac-clear,input[type='submit'].ac-sec.ac-clear{background-color:transparent;border-color:transparent;color:var(--ac-el-bg-sec)}.ac-button-group.ac-sec .button.ac-clear:active,.ac-button-group.ac-sec .button.ac-clear:hover,.ac-button.ac-sec .button.ac-clear:active,.ac-button.ac-sec .button.ac-clear:hover,button.ac-sec.ac-clear:active,button.ac-sec.ac-clear:hover,input[type='button'].ac-sec.ac-clear:active,input[type='button'].ac-sec.ac-clear:hover,input[type='reset'].ac-sec.ac-clear:active,input[type='reset'].ac-sec.ac-clear:hover,input[type='submit'].ac-sec.ac-clear:active,input[type='submit'].ac-sec.ac-clear:hover{color:var(--ac-el-bg-hov-sec)}.ac-button-group.ac-sec .button.ac-clear[disabled]:active,.ac-button-group.ac-sec .button.ac-clear[disabled]:hover,.ac-button.ac-sec .button.ac-clear[disabled]:active,.ac-button.ac-sec .button.ac-clear[disabled]:hover,button.ac-sec.ac-clear[disabled]:active,button.ac-sec.ac-clear[disabled]:hover,input[type='button'].ac-sec.ac-clear[disabled]:active,input[type='button'].ac-sec.ac-clear[disabled]:hover,input[type='reset'].ac-sec.ac-clear[disabled]:active,input[type='reset'].ac-sec.ac-clear[disabled]:hover,input[type='submit'].ac-sec.ac-clear[disabled]:active,input[type='submit'].ac-sec.ac-clear[disabled]:hover{color:var(--ac-el-bg-sec)}table{border-spacing:0;display:block;overflow-x:auto;text-align:left;width:100%}td,th{border-bottom:0.1rem solid #e1e1e1;padding:1.2rem 1.5rem}td:first-child,th:first-child{padding-left:0}td:last-child,th:last-child{padding-right:0}@media (min-width:40rem){table{display:table;overflow-x:initial}}img{max-width:100%}.clearfix:after{clear:both;content:' ';display:table}body{font-weight:400;font-weight:var(--ac-fw-body)}h3,h4,h5,h6{font-weight:var(--ac-fw-h3h6)}h1,h2{font-weight:var(--ac-fw-h1h2)}[class*="core-text-display-"]{font-weight:var(--ac-fw-display)}b,strong{font-weight:bold}html{font-size:100%}@media screen and (max-width:600px){html{font-size:87.5%}}body{font-size:1rem;letter-spacing:0.01em;line-height:1.6}b,strong{font-weight:bold}p{margin-top:0}h1,h2,h3,h4,h5,h6{letter-spacing:-0.1rem;margin-bottom:2rem;margin-top:0}h1{font-size:4.6rem;line-height:1.2}h2{font-size:3.6rem;line-height:1.25}h3{font-size:2.8rem;line-height:1.3}h4{font-size:2.2rem;letter-spacing:-0.08rem;line-height:1.35}h5{font-size:1.8rem;letter-spacing:-0.05rem;line-height:1.5}h6{font-size:1.6rem;letter-spacing:0;line-height:1.4}
/*
1.3.0.1
- fixes a bug where disabled parent links were still clickable in the mobile menu

*/
#stacks_in_129_41 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_129_41 > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline-style:none;
  box-shadow:none;
  border-color:transparent;
}

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

#stacks_in_129_41 nav {
  border: 0px solid transparent;
}
#clean-menu_stacks_in_129_41 {
  max-width: 1520px;
  box-sizing: border-box;
  padding: 0px 20px;
  
  margin: 0 auto;
  
}
/* compatability fixes */
#clean-menu_stacks_in_129_41 ul {
  margin: 0;
}
#clean-menu-full_stacks_in_129_41.cm-full-menu ul,
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#clean-menu_stacks_in_129_41 ul li a:after,
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > ul li a:after {
  align-self: center;
}
/* --- */
#clean-menu-full_stacks_in_129_41.cm-full-menu,
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  top: 0;
  left: 0;
}
#clean-menu-full_stacks_in_129_41.cm-full-menu ul,
#clean-menu_stacks_in_129_41 .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_129_41.cm-full-menu ul {
  padding: 6px 0px;
}
#clean-menu-full_stacks_in_129_41.cm-full-menu ul li,
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  background: transparent;
}
#clean-menu-full_stacks_in_129_41.cm-full-menu ul li a,
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > ul li a {
  padding: 5px 20px;
  margin: 0;
  background: transparent;
  display: inline-block;
}
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  padding: 6px 0px;
}
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > ul li a {
  padding: 6px 20px;
}
#clean-menu-full_stacks_in_129_41.cm-full-menu ul > li > a {
  font-weight: bold;
}
#clean-menu-full_stacks_in_129_41.cm-full-menu ul ul > li > a,
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > ul ul {
  padding: 6px 20px;
  font-weight: normal;
  line-height: inherit;
  height: auto;
}
#clean-menu-full_stacks_in_129_41.cm-full-menu ul > div,
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > ul > div {
  padding: 20px;
}
#clean-menu-full_stacks_in_129_41.cm-full-menu ul > div a,
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > ul > div a {
  display: block;
  padding: 0;
}
#clean-menu-full_stacks_in_129_41.cm-full-menu ul ul,
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > ul ul {
  display: block;
  padding: 0px 0px 10px 10px;
  margin: 0;
}
#clean-menu-full_stacks_in_129_41.cm-full-menu,
#clean-menu_stacks_in_129_41 .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_129_41.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_129_41.cm-full-menu {
  -webkit-transform: translate(-100%, 50px);
  transform: translate(-100%, 50px);
}
#clean-menu-full_stacks_in_129_41.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(-100%, 5px);
  transform: translate(-100%, 5px);
}


#clean-menu-full_stacks_in_129_41.cm-full-menu.clean-menu-active ul {
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_129_41 ul {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}
#clean-menu-full_stacks_in_129_41.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_129_41 {
  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_129_41 > div {
  -ms-flex-item-align: center;
  align-self: center;
}
#clean-menu_stacks_in_129_41 .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_129_41 > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px 0;
  flex-grow: 1;
  transition: margin 300ms ease;
}
#clean-menu_stacks_in_129_41 .clean-menu-logo {
  max-width: 250px;
  min-width: 250px;
  margin: 0;
}
#clean-menu_stacks_in_129_41 .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_129_41 .clean-menu-logo a {
  text-decoration: none;
  display: block;
}
/*
div[tag="slice"] > .mez > #stacks_in_129_41.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo {
  width: 300px; max-width: 300px;
}
*/
#clean-menu_stacks_in_129_41 .clean-menu-logo > div > div {
  -ms-flex-item-align: center;
  align-self: center;
}
#clean-menu_stacks_in_129_41 .clean-menu-logo .cm-logo-left {
  max-width: 73px;
  
  
  max-width: 9999px;
  
  margin: 10px 0;
}
div[tag="slice"] > .mez > #stacks_in_129_41.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo .cm-logo-left  {
  max-width: 128px;
  
  max-width: 9999px;
  
}
#clean-menu_stacks_in_129_41 .clean-menu-logo .cm-logo-right {
  
  display: none;
  
  margin: 10px 0;
}
#clean-menu_stacks_in_129_41 .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_129_41 .clean-menu-top-level ul > div {
  display: none;
}
#clean-menu_stacks_in_129_41 .clean-menu-top-level ul ul {
  display: none;
}
#clean-menu_stacks_in_129_41 .clean-menu-top-level ul li {
  margin: 0 15px;
  -ms-flex-item-align: center;
  align-self: center;
}

#clean-menu_stacks_in_129_41 .clean-menu-top-level ul li:first-child {
  margin-left: 0;
}
#clean-menu_stacks_in_129_41 .clean-menu-top-level ul li:last-child {
  margin-right: 0;
}
#clean-menu_stacks_in_129_41 .clean-menu-top-level ul li:last-child.cm-group-True {
  margin: 0;
}

#clean-menu_stacks_in_129_41 > div:nth-child(2),
#clean-menu_stacks_in_129_41 > div:nth-child(3) {
  -webkit-box-flex: initial;
  -ms-flex: none;
  flex: none;
  width: auto;
}
#clean-menu_stacks_in_129_41 > div:nth-child(3) {
  margin-left: 10px;
}
#clean-menu_stacks_in_129_41 > div:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  max-width: 100%;
}
#clean-menu_stacks_in_129_41 > div.clean-menu-top-level:nth-child(2) ul li:last-child,
#clean-menu_stacks_in_129_41 > div.clean-menu-top-level:nth-child(3) ul li:first-child {
  margin: 0 15px;
}
#clean-menu_stacks_in_129_41 > div.clean-menu-top-level:nth-child(2) > ul > li > ul li:last-child,
#clean-menu_stacks_in_129_41 > div.clean-menu-top-level:nth-child(3) > ul > li > ul li:first-child {
  margin: 0;
}


div[tag="slice"] > .mez > #stacks_in_129_41.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 0 0 15px;
}
#clean-menu_stacks_in_129_41 .clean-menu-top-level ul li a,
#clean-menu_stacks_in_129_41 .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;
  
  line-height: 25px;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
#clean-menu-full_stacks_in_129_41.cm-full-menu ul li a {
  font-size: inherit;
}
#clean-menu_stacks_in_129_41 .clean-menu-top-level ul li a,
#clean-menu-full_stacks_in_129_41.cm-full-menu ul li a {
  font-family: inherit;
}
#clean-menu-full_stacks_in_129_41.cm-full-menu > ul > li > a {
  
}
#clean-menu_stacks_in_129_41 .clean-menu-top-level ul li a svg,
#clean-menu-full_stacks_in_129_41.cm-full-menu ul li a svg,
#clean-menu_stacks_in_129_41 .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_129_41.cm-full-menu ul li a,
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > ul li a{
  transition: color 150ms ease;
}
#clean-menu_stacks_in_129_41 .clean-menu-top-level ul li.cm-grouped-item,
#clean-menu-full_stacks_in_129_41.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  white-space: nowrap;
}
#clean-menu-full_stacks_in_129_41.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  padding: 5px 20px;
}
#clean-menu_stacks_in_129_41 .clean-menu-top-level ul li.cm-grouped-item a,
#clean-menu-full_stacks_in_129_41.cm-full-menu ul li.cm-grouped-item a {
  display: inline-block;
  margin-left: 5px;
}
#clean-menu_stacks_in_129_41 .clean-menu-top-level ul li.cm-grouped-item a {
  padding: 0;
}
#clean-menu_stacks_in_129_41 .clean-menu-top-level ul li.cm-grouped-item a:first-child,
#clean-menu-full_stacks_in_129_41.cm-full-menu ul li.cm-grouped-item a:first-child {
  margin-left: 0px;
}
#clean-menu-full_stacks_in_129_41.cm-full-menu ul li.cm-grouped-item a {
  padding: 4px 30px 4px 0;
}
#clean-menu_stacks_in_129_41 .clean-menu-top-level ul li a ion-icon, #clean-menu_stacks_in_129_41 .clean-menu-top-level ul li a i,
#clean-menu-full_stacks_in_129_41.cm-full-menu ul li a ion-icon, #clean-menu-full_stacks_in_129_41.cm-full-menu ul li a i {
  font-size: 25px;
  line-height: 25px;
}
#stacks_in_129_41 li a svg,
#clean-menu_stacks_in_129_41 .clean-menu-top-level ul li a svg,
#clean-menu-full_stacks_in_129_41.cm-full-menu ul li a svg,
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > ul li a svg {
  width: 25px;
  height: 25px;
}

#clean-menu_stacks_in_129_41 .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_129_41 .clean-menu-top-level ul li a:hover svg,
#clean-menu-full_stacks_in_129_41.cm-full-menu ul li a:hover svg {
  fill: rgba(0, 0, 0, 0.20);
}
#clean-menu_stacks_in_129_41 .clean-menu-top-level ul li a.cm-heading {
  pointer-events: none;
}
#clean-menu_stacks_in_129_41 .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_129_41 .clean-menu-top-level ul li.cm-current > a svg,
#clean-menu-full_stacks_in_129_41.cm-full-menu ul li.cm-current > a svg {
  fill: rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_129_41 .cm-toggle span {
  background: #000000;
}
#clean-menu_stacks_in_129_41 h1, #clean-menu_stacks_in_129_41 h2, #clean-menu_stacks_in_129_41 h3, #clean-menu_stacks_in_129_41 h4, #clean-menu_stacks_in_129_41 h5, #clean-menu_stacks_in_129_41 h6, #clean-menu_stacks_in_129_41 .layouts-text, #clean-menu_stacks_in_129_41 p {
  color: rgba(0, 0, 0, 0.60);
  font-size: inherit;
  margin: 0;
}
#clean-menu-full_stacks_in_129_41.cm-full-menu,
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > ul {
  background: rgba(255, 255, 255, 1.00);
}
#clean-menu-full_stacks_in_129_41.cm-full-menu > ul > li,
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.15)
}
#clean-menu-full_stacks_in_129_41.cm-full-menu > ul > li:last-child,
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_129_41.cm-full-menu ul li a,
#clean-menu-full_stacks_in_129_41.cm-full-menu ul li a:visited,
#clean-menu-full_stacks_in_129_41.cm-full-menu ul li a svg,
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > ul li a,
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > ul li a:visited,
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > ul li a svg,
#clean-menu-full_stacks_in_129_41.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_129_41.cm-full-menu ul li a:hover,
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > ul li a:hover,
#clean-menu_stacks_in_129_41 .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_129_41.cm-full-menu ul li a.cm-heading:hover,
#clean-menu-full_stacks_in_129_41.cm-full-menu ul li a.cm-heading:hover svg,
#clean-menu_stacks_in_129_41 .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_129_41.cm-full-menu ul li.cm-current > a,
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > ul li.cm-current > a,
#clean-menu_stacks_in_129_41 .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_129_41 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(0, 0, 0, 0.40);
}
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.20);
}
/* #clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.40);
} */
#clean-menu_stacks_in_129_41 .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_129_41 .clean-menu-top-level > ul > li > ul li a.parent:hover:after,
.disable-parents #clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > ul li a.parent:hover,
#clean-menu-full_stacks_in_129_41.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_129_41 .clean-menu-top-level ul li a.parent:hover,
.disable-parents #clean-menu_stacks_in_129_41 .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_129_41 .clean-menu-logo {
  margin: 0;
  width: 250px;
  max-width: 250px;
}
#clean-menu_stacks_in_129_41 .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_129_41 .clean-menu-full {
  width: 250px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}
/*
div[tag="slice"] > .mez > #stacks_in_129_41.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-full {
width: auto; max-width: 300px;
}
*/
#clean-menu_stacks_in_129_41 .clean-menu-full .cm-menu-toggle {
  display: inline-block;
  float: right;
}
#clean-menu_stacks_in_129_41 .clean-menu-top-level ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div[tag="slice"] > .mez > #stacks_in_129_41.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 7px;
}






#clean-menu_stacks_in_129_41 .clean-menu-full {
  margin: 0;
}
#clean-menu_stacks_in_129_41 .clean-menu-full .cm-menu-toggle {
  display: none;
}
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > ul {
  display: block;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  top: 100%;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
#clean-menu_stacks_in_129_41 .clean-menu-top-level ul li {
  position: relative;
}
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  pointer-events: all;
  opacity: 1;
}
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > a.parent:after {
  content: "";
  border-style: solid;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -3px 0 0 8px;
}
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > a.parent a.parent:after {
  border-color: rgba(0, 0, 0, 0.40);
}
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > a.parent a.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.20);
}
/* #clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > a.parent a.cm-heading.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.40);
} */
#clean-menu_stacks_in_129_41 .clean-menu-top-level > ul > li > a.parent a.parent.cm-current:after {
  border-color: rgba(0, 0, 0, 0.60);
}




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

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



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

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






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









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

#stacks_in_129_41 {
	background-color: rgba(7, 64, 128, 1.00);
}

#stacks_in_129_42 {
	margin: 20px 0px 20px 0px;
}
.button.b-p {
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

.button.b-p {
  overflow: visible;
  -webkit-appearance: button;
  cursor: pointer; }

.button.b-p[disabled] {
  cursor: default; }

.button.b-p::-moz-focus-inner {
  border: 0;
  padding: 0; }

.button.b-p {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  transition: all 300ms ease-out; }
  .button.b-p.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  .button.b-p.small {
    padding: .875rem 1.75rem .9375rem 1.75rem;
    font-size: .8125rem; }
  .button.b-p.tiny {
    padding: .625rem 1.25rem .6875rem 1.25rem;
    font-size: .6875rem; }
  .button.b-p.expand {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
  .button.b-p.left-align {
    text-align: left;
    text-indent: .75rem; }
  .button.b-p.right-align {
    text-align: right;
    padding-right: .75rem; }
  .button.b-p.radius, .button.b-p.radius::before, .button.b-p.radius::after {
    border-radius: 3px; }
  .button.b-p.round, .button.b-p.radius::before, .button.b-p.round::after {
    border-radius: 1000px; }
  .button.b-p.disabled, .button.b-p[disabled] {
    background-color: #008CBA;
    border-color: #007095;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: .7; }
  .button.b-p.right {
    float: right !important; }

.button.b-p::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  .button.b-p {
    display: inline-block; } }

.bp-styles-warning {
  display: none; }

.button.b-p:not(.custom) {
  background-color: rgba(2, 117, 216, 1.00);
  color: rgba(255, 255, 255, 1.00); }
  .button.b-p:not(.custom):hover {
    color: rgba(255, 255, 255, 1.00);
    background-color: #014c8c; }
  .button.b-p.secondary:not(.custom) {
    background-color: rgba(231, 231, 231, 1.00);
    color: rgba(255, 255, 255, 1.00); }
    .button.b-p.secondary:not(.custom):hover {
      color: rgba(255, 255, 255, 1.00);
      background-color: #c1c1c1; }
  .button.b-p.alert:not(.custom) {
    background-color: rgba(217, 83, 79, 1.00); }
    .button.b-p.alert:not(.custom):hover {
      background-color: #b52b27; }
  .button.b-p.success:not(.custom) {
    background-color: rgba(92, 184, 92, 1.00); }
    .button.b-p.success:not(.custom):hover {
      background-color: #3d8b3d; }
  .button.b-p.radius:not(.custom) {
    border-radius: 4px; }
  .button.b-p.ghost:not(.custom) {
    background-color: transparent;
    border-width: 1px;
    border-color: rgba(2, 117, 216, 1.00);
    color: rgba(2, 117, 216, 1.00); }
    .button.b-p.ghost:not(.custom):hover {
      color: rgba(255, 255, 255, 1.00);
      border-color: #014c8c;
      background-color: #014c8c; }
    .button.b-p.ghost.secondary:not(.custom) {
      border-color: rgba(231, 231, 231, 1.00);
      color: rgba(231, 231, 231, 1.00); }
      .button.b-p.ghost.secondary:not(.custom):hover {
        color: rgba(255, 255, 255, 1.00);
        border-color: #c1c1c1;
        background-color: #c1c1c1; }
    .button.b-p.ghost.alert:not(.custom) {
      border-color: rgba(217, 83, 79, 1.00);
      color: rgba(217, 83, 79, 1.00); }
      .button.b-p.ghost.alert:not(.custom):hover {
        color: rgba(255, 255, 255, 1.00);
        border-color: #b52b27;
        background-color: #b52b27; }
    .button.b-p.ghost.success:not(.custom) {
      border-color: rgba(92, 184, 92, 1.00);
      color: rgba(92, 184, 92, 1.00); }
      .button.b-p.ghost.success:not(.custom):hover {
        color: rgba(255, 255, 255, 1.00);
        border-color: #3d8b3d;
        background-color: #3d8b3d; }
  .button.b-p.outline-ghost:not(.custom) {
    border-color: rgba(204, 204, 204, 1.00);
    border-width: 1px;
    color: rgba(255, 255, 255, 1.00);
    background-color: transparent; }
    .button.b-p.outline-ghost:not(.custom):hover {
      color: #d9d9d9;
      border-color: #a6a6a6;
      background-color: rgba(212, 212, 212, 0.00); }
@supports (mix-blend-mode:normal){.core-stacks_in_130{mix-blend-mode:normal}}.core-stacks_in_130{overflow:visible !important}
.flex-height-stacks_in_130[data-heightmaster=""],[data-heightmaster=""]:not([data-heightmaster=""]),.enter-classname:not(.enter-classname){overflow-y:auto;height:70vh;min-height:0px;max-height:3000px}@media screen and (min-width:640px){.flex-height-stacks_in_130[data-heightmaster=""],[data-heightmaster=""]:not([data-heightmaster=""]),.enter-classname:not(.enter-classname){height:70vh;min-height:0px;max-height:3000px}}@media screen and (min-width:1000px){.flex-height-stacks_in_130[data-heightmaster=""],[data-heightmaster=""]:not([data-heightmaster=""]),.enter-classname:not(.enter-classname){height:70vh;min-height:0px;max-height:3000px}}.flex-height-stacks_in_130[data-heightmaster=""],[data-heightmaster=""]:not([data-heightmaster=""]),.enter-classname:not(.enter-classname){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-height-stacks_in_130[data-heightmaster=""] > div,[data-heightmaster=""]:not([data-heightmaster=""]) > div,.enter-classname:not(.enter-classname) > div{margin-top:auto;margin-bottom:auto}.flex-height-stacks_in_130[data-heightmaster=""] > div.content-wrap,[data-heightmaster=""]:not([data-heightmaster=""]) > div.content-wrap,.enter-classname:not(.enter-classname) > div.content-wrap{width:100%}
@supports (mix-blend-mode:normal){#stacks_in_365{mix-blend-mode:normal}}#stacks_in_365{z-index:0}#stacks_in_365.core-float{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:  flex-end;-ms-flex-pack:  flex-end;justify-content:  flex-end;-webkit-box-align: center ;-ms-flex-align: center ;align-items: center }#stacks_in_365.core-float.float-h-prop > .float-align{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align: center ;align-self: center ;-webkit-box-align:  flex-end;-ms-flex-align:  flex-end;align-items:  flex-end;height:100.00%;-webkit-box-pack: center ;-ms-flex-pack: center ;justify-content: center }#stacks_in_365.core-float > .float-align{position:relative;width:100.00%;top:0px;left:0px;max-width:9999px}#stacks_in_365.core-float > .float-align > .float-layer{z-index:-1}#stacks_in_365.core-float > .float-align > .float-content{max-height:100%;overflow:visible}#stacks_in_365.core-float.float-w-auto > .float-align{width:auto}@media screen and (min-width:640px){#stacks_in_365.core-float > .float-align{width:100.00%;top:0px;left:0px;max-width:9999px}#stacks_in_365.core-float.float-h-prop > .float-align{height:100.00%}}
#layer-stacks_in_383,[data-layer-bg=""]{position:absolute}@media only screen and (min-width:0px) and (max-width:9999px){#layer-stacks_in_383,[data-layer-bg=""],.enter-classname:not(.enter-classname),#stacks_in_383 .eff-thumb{opacity:1.00;background-repeat:no-repeat;background-position:center center;background-size:cover;}#layer-stacks_in_383,[data-layer-bg=""],.enter-classname:not(.enter-classname),#stacks_in_383 .eff-thumb{background-image:url(https://images.unsplash.com/photo-1558403194-611308249627?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxMzI0OXwwfDF8c2VhcmNofDR8fG9mZmljZSUyMG1lZXRpbmd8ZW58MHx8fHwxNjM0OTA2NzQz&ixlib=rb-1.2.1&q=80&w=1080);}@supports (mix-blend-mode:normal){#layer-stacks_in_383,[data-layer-bg=""],.enter-classname:not(.enter-classname){mix-blend-mode:normal}}}
@supports (mix-blend-mode:normal){#stacks_in_396{mix-blend-mode:normal}}#stacks_in_396{z-index:0}#stacks_in_396.core-float{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:  flex-end;-ms-flex-pack:  flex-end;justify-content:  flex-end;-webkit-box-align: center ;-ms-flex-align: center ;align-items: center }#stacks_in_396.core-float.float-h-prop > .float-align{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align: center ;align-self: center ;-webkit-box-align:  flex-end;-ms-flex-align:  flex-end;align-items:  flex-end;height:100.00%;-webkit-box-pack: center ;-ms-flex-pack: center ;justify-content: center }#stacks_in_396.core-float > .float-align{position:relative;width:100.00%;top:0px;left:0px;max-width:9999px}#stacks_in_396.core-float > .float-align > .float-layer{z-index:-1}#stacks_in_396.core-float > .float-align > .float-content{max-height:100%;overflow:visible}#stacks_in_396.core-float.float-w-auto > .float-align{width:auto}@media screen and (min-width:640px){#stacks_in_396.core-float > .float-align{width:100.00%;top:0px;left:0px;max-width:9999px}#stacks_in_396.core-float.float-h-prop > .float-align{height:100.00%}}
@media only screen and (min-width:0px) and (max-width:9999px){#layer-stacks_in_384,[data-layer-bg=""],.enter-classname:not(.enter-classname){background-color:rgba(250, 250, 250, 0.30)}@supports ((-webkit-backdrop-filter:blur(2em)) or (backdrop-filter:blur(2em))){#layer-stacks_in_384,[data-layer-bg=""],.enter-classname:not(.enter-classname),#stacks_in_384 .eff-thumb{-webkit-backdrop-filter:blur(5.00px) brightness(100%) contrast(100%) hue-rotate(0deg) grayscale(0%) invert(0%) saturate(100%) sepia(0%);backdrop-filter:blur(5.00px) brightness(100%) contrast(100%) hue-rotate(0deg) grayscale(0%) invert(0%) saturate(100%) sepia(0%);background-color:transparent}#stacks_in_396.core-float{z-index:0}}}
@media only screen and (min-width:0px) and (max-width:9999px){#layer-stacks_in_397,[data-layer-bg=""],.enter-classname:not(.enter-classname),#stacks_in_397 .eff-thumb{background-color:rgba(255, 255, 255, 1.00);opacity:0.90;mix-blend-mode:normal}}

@supports (mix-blend-mode:normal){#stacks_in_371{mix-blend-mode:normal}}#stacks_in_371{z-index:0}#stacks_in_371.core-float{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:  flex-end;-ms-flex-pack:  flex-end;justify-content:  flex-end;-webkit-box-align: center ;-ms-flex-align: center ;align-items: center }#stacks_in_371.core-float.float-h-prop > .float-align{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align: center ;align-self: center ;-webkit-box-align: center ;-ms-flex-align: center ;align-items: center ;height:100.00%;-webkit-box-pack: center ;-ms-flex-pack: center ;justify-content: center }#stacks_in_371.core-float > .float-align{position:relative;width:100.00%;top:0px;left:0px;max-width:9999px}#stacks_in_371.core-float > .float-align > .float-layer{z-index:-1}#stacks_in_371.core-float > .float-align > .float-content{max-height:100%;overflow:visible}#stacks_in_371.core-float.float-w-auto > .float-align{width:auto}@media screen and (min-width:640px){#stacks_in_371.core-float > .float-align{width:100.00%;top:0px;left:0px;max-width:9999px}#stacks_in_371.core-float.float-h-prop > .float-align{height:100.00%}}

/* Start Responsive Shim stack CSS code */.stacks_in_975shim{	padding-top: 5%;}/* End Responsive Shim stack CSS code */@supports (mix-blend-mode:normal){.core-stacks_in_997{mix-blend-mode:normal}}.core-stacks_in_997{overflow:visible !important}
#stacks_in_998 h1,#stacks_in_998 .hTxt:not(.segment) div{font-size:4.50rem}@media all and (max-width:640px){#stacks_in_998 h1,#stacks_in_998 .hTxt:not(.segment) div{font-size:3.00rem}}@media only screen and (max-width:1000px){#stacks_in_998 h1,#stacks_in_998 div{text-align:center !important}#stacks_out_998{display:block !important}}@media only screen and (min-width:0px){#stacks_in_998 h1,#stacks_in_998 div{line-height:1.00}}

@media (min-width:0px) and (max-width:640px){#stacks_in_1004.core-shim,.none:not(.none){padding-bottom:5.00%}}
#stacks_in_1005 h1,#stacks_in_1005 .hTxt:not(.segment) div{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_1005 h1,#stacks_in_1005 .hTxt:not(.segment) div{font-size:1.70rem}}@media only screen and (max-width:1000px){#stacks_in_1005 h1,#stacks_in_1005 div{text-align:center !important}#stacks_out_1005{display:block !important}}@media only screen and (min-width:0px){#stacks_in_1005 h1,#stacks_in_1005 div{line-height:1.00}}

@supports (mix-blend-mode:normal){.core-stacks_in_1010{mix-blend-mode:normal}}.core-stacks_in_1010{overflow:visible !important}
@media only screen and (min-width:0px) and (max-width:9999px){.sppad-stacks_in_1010[data-padmaster=""],[data-padmaster=""]:not([data-padmaster=""]),.enter-classname:not(.enter-classname){padding:5.00% 0.00% 1.20% 0.00% }.spmar-stacks_in_1010[data-marmaster=""],[data-marmaster=""]:not([data-marmaster=""]),.enter-classname:not(.enter-classname){margin: 0px }}
@media screen and (max-width:640px){#stacks_in_1010,.enter-classname:not(.enter-classname){display:none}}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_1010,.enter-classname:not(.enter-classname){display:none}}
#stacks_in_1011 h2,#stacks_in_1011 .hTxt:not(.segment) div{font-size:1.70rem}@media all and (max-width:640px){#stacks_in_1011 h2,#stacks_in_1011 .hTxt:not(.segment) div{font-size:1.70rem}}@media only screen and (max-width:1000px){#stacks_in_1011 h2,#stacks_in_1011 div{text-align:center !important}#stacks_out_1011{display:block !important}}@media only screen and (min-width:0px){#stacks_in_1011 h2,#stacks_in_1011 div{line-height:1.00}}#stacks_in_1011 h2,#stacks_in_1011 div{color:rgba(35, 143, 213, 1.00)}#stacks_in_1011 h2 a,#stacks_in_1011 div a{color:rgba(35, 143, 213, 1.00)}#stacks_in_1011 h2 a:hover,#stacks_in_1011 div a:hover{color:rgba(26, 107, 159, 1.00)}#stacks_in_1011 small,#stacks_in_1011 small div{color:rgba(111, 111, 111, 1.00)}


#stacks_in_1011 {
	padding: 0px 10px 0px 10px;
}
@media (min-width:0px) and (max-width:640px){#stacks_in_1017.core-shim,.none:not(.none){padding-bottom:10.00%}}

  #stacks_in_1018{text-align:center}          @media screen and (max-width:641px){#stacks_in_1018>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1018>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_1018 .button.b-p.expand-large:not(.icon-only),#stacks_in_1018>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            
  #stacks_in_1018 .button.b-p.custom{border:1px solid rgba(255, 255, 255, 0.49)}#stacks_in_1018 .button.b-p.custom:hover{border:1px solid rgba(179, 179, 177, 1.00)} #stacks_in_1018 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(252, 153, 24, 0.00)}#stacks_in_1018 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_1018 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 0.90)!important; background-color:rgba(0, 37, 71, 1.00);}     
/* Start Responsive Shim stack CSS code */.stacks_in_740shim{	padding-top: 5%;}/* End Responsive Shim stack CSS code */@supports (mix-blend-mode:normal){.core-stacks_in_985{mix-blend-mode:normal}}.core-stacks_in_985{overflow:visible !important}
@media only screen and (min-width:0px) and (max-width:1365px){.sppad-stacks_in_985[data-padmaster=""],[data-padmaster=""]:not([data-padmaster=""]),.enter-classname:not(.enter-classname){padding:5.00% 10.00% 5.00% 10.00% }.spmar-stacks_in_985[data-marmaster=""],[data-marmaster=""]:not([data-marmaster=""]),.enter-classname:not(.enter-classname){margin: 0px }}
@media only screen and (min-width:1366px) and (max-width:9999px){.sppad-stacks_in_985[data-padmaster=""],[data-padmaster=""]:not([data-padmaster=""]),.enter-classname:not(.enter-classname){padding:5.00% 0.00% 5.00% 0.00% }.spmar-stacks_in_985[data-marmaster=""],[data-marmaster=""]:not([data-marmaster=""]),.enter-classname:not(.enter-classname){margin: 0px }}

@supports (mix-blend-mode:normal){.core-stacks_in_972{mix-blend-mode:normal}}.core-stacks_in_972{overflow:visible !important}
@media only screen and (max-width:1024px){#stacks_in_830 h5,#stacks_in_830 div{text-align:center !important}#stacks_out_830{display:block !important}}#stacks_in_830 h5,#stacks_in_830 div{color:rgba(7, 44, 87, 1.00)}#stacks_in_830 h5 a,#stacks_in_830 div a{color:rgba(7, 44, 87, 1.00)}#stacks_in_830 h5 a:hover,#stacks_in_830 div a:hover{color:rgba(5, 33, 65, 1.00)}#stacks_in_830 small,#stacks_in_830 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_830 h5.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}

@media only screen and (max-width:1024px){#stacks_in_836 p,#stacks_in_836 div{text-align:center !important}}#stacks_in_836 p,#stacks_in_836 div,#stacks_in_836 ul,#stacks_in_836 ol,#stacks_in_836 dl{color:rgba(7, 44, 87, 1.00)}#stacks_in_836 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_836 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_836{}}

@media only screen and (max-width:1024px){#stacks_in_839 h5,#stacks_in_839 div{text-align:center !important}#stacks_out_839{display:block !important}}#stacks_in_839 h5,#stacks_in_839 div{color:rgba(7, 44, 87, 1.00)}#stacks_in_839 h5 a,#stacks_in_839 div a{color:rgba(7, 44, 87, 1.00)}#stacks_in_839 h5 a:hover,#stacks_in_839 div a:hover{color:rgba(5, 33, 65, 1.00)}#stacks_in_839 small,#stacks_in_839 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_839 h5.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}

@media only screen and (max-width:1024px){#stacks_in_844 p,#stacks_in_844 div{text-align:center !important}}#stacks_in_844 p,#stacks_in_844 div,#stacks_in_844 ul,#stacks_in_844 ol,#stacks_in_844 dl{color:rgba(7, 44, 87, 1.00)}#stacks_in_844 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_844 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_844{}}

@media only screen and (max-width:1024px){#stacks_in_847 h5,#stacks_in_847 div{text-align:center !important}#stacks_out_847{display:block !important}}#stacks_in_847 h5,#stacks_in_847 div{color:rgba(7, 44, 87, 1.00)}#stacks_in_847 h5 a,#stacks_in_847 div a{color:rgba(7, 44, 87, 1.00)}#stacks_in_847 h5 a:hover,#stacks_in_847 div a:hover{color:rgba(5, 33, 65, 1.00)}#stacks_in_847 small,#stacks_in_847 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_847 h5.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}

@media only screen and (max-width:1024px){#stacks_in_852 p,#stacks_in_852 div{text-align:center !important}}#stacks_in_852 p,#stacks_in_852 div,#stacks_in_852 ul,#stacks_in_852 ol,#stacks_in_852 dl{color:rgba(7, 44, 87, 1.00)}#stacks_in_852 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_852 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_852{}}

@supports (mix-blend-mode:normal){.core-stacks_in_775{mix-blend-mode:normal}}.core-stacks_in_775{overflow:visible !important}
@media only screen and (max-width:1024px){#stacks_in_765 h2,#stacks_in_765 div{text-align:center !important}#stacks_out_765{display:block !important}}

@media only screen and (max-width:1024px){#stacks_in_770 p,#stacks_in_770 div{text-align:center !important}}@media only screen and (min-width:0px){#stacks_in_770{}}


#stacks_in_770 {
	padding: 0px 0px 20px 0px;
}
/* -- Start Mailto Each css Template -- */

#stacks_in_782 form {
	max-width: 10000px;
}


#stacks_in_782 form {
	margin: 0 auto 0 auto !important;
}




#stacks_in_782form{
	display: block;
	margin-top: 0em;
}

#stacks_in_782 .mailtoform-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
}

#stacks_in_782 textarea.mailtoform-control{
	height: auto;
}

#stacks_in_782 .mailtolabel {
  display: inline-block;
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
}


#stacks_in_782mailtobtn {
  display: inline-block;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: #074080;
  border: 1px solid #074080;
  font-size: 1rem;
  border-radius: 4px;
  padding: .375rem 1rem;
  line-height: 1.5;
  margin-top: 1rem;
}

#stacks_in_782mailtobtn:hover{
	color: #FFFFFF;
	background-color: #0F80FF;
	border: 1px solid #0F80FF;
}

#stacks_in_782mailtobtn.mailtosmallbtn{
	padding: 0.25rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 4px;
}

#stacks_in_782mailtobtn.mailtolargebtn{
	padding: 0.75rem 1.25rem;
	font-size: 1.25rem;
	line-height: 1.3333333333;
	border-radius: 4px;
}

#stacks_in_782hdnbtn{
	display: none !important;
	width: 0px;
	height: 0px;
	padding: 0;
	margin: 0;
}



/* -- End Mailto Each css Template -- */#stacks_in_988.core-duo,[data-duomaster=""]:not([data-duomaster=""]),.enter-classname:not(.enter-classname){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media all and (max-width:640px){#stacks_in_988.core-duo > .duo-col-side,[data-duomaster=""]:not([data-duomaster=""]) > .duo-col-side,.enter-classname:not(.enter-classname) > .duo-col-side{min-height:0px}#stacks_in_988.core-duo > .duo-col-main,[data-duomaster=""]:not([data-duomaster=""]) > .duo-col-main,.enter-classname:not(.enter-classname) > .duo-col-main{min-height:0px}#stacks_in_988.core-duo > .cc-gutter,[data-duomaster=""]:not([data-duomaster=""]) > .cc-gutter,.enter-classname:not(.enter-classname) > .cc-gutter{border-top:0px solid rgba(204, 204, 204, 1.00);margin-top:21.52px;margin-bottom:21.52px}}@media all and (min-width:640px){#stacks_in_988.core-duo,[data-duomaster=""]:not([data-duomaster=""]),.enter-classname:not(.enter-classname){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#stacks_in_988.core-duo > .duo-col-side,[data-duomaster=""]:not([data-duomaster=""]) > .duo-col-side,.enter-classname:not(.enter-classname) > .duo-col-side{-ms-flex-preferred-size:calc(50% - 11.37px);flex-basis:calc(50% - 11.37px);max-width:9999px;min-width:100px}#stacks_in_988.core-duo > .duo-col-side > .cc-inner,[data-duomaster=""]:not([data-duomaster=""]) > .duo-col-side > .cc-inner,.enter-classname:not(.enter-classname) > .duo-col-side > .cc-inner{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_988.core-duo > .duo-col-main,[data-duomaster=""]:not([data-duomaster=""]) > .duo-col-main,.enter-classname:not(.enter-classname) > .duo-col-main{-ms-flex-preferred-size:calc((100% - 50%) - 11.37px);flex-basis:calc((100% - 50%) - 11.37px)}#stacks_in_988.core-duo > .duo-col-main > .cc-inner,[data-duomaster=""]:not([data-duomaster=""]) > .duo-col-main > .cc-inner,.enter-classname:not(.enter-classname) > .duo-col-main > .cc-inner{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_988.core-duo > .cc-gutter,[data-duomaster=""]:not([data-duomaster=""]) > .cc-gutter,.enter-classname:not(.enter-classname) > .cc-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:11.37px;margin-right:11.37px}}
.ps-layer.ps-slides[data-layer-ani="para1"] > .ps-layer{-webkit-transform:none !important;transform:none !important}.ps-layer.ps-slides > .ps-layer[data-layer-ani="para1"]{-webkit-transform:none !important;transform:none !important}
@supports (mix-blend-mode:normal){.core-stacks_in_277{mix-blend-mode:normal}}.core-stacks_in_277{overflow:visible !important}
#layer-stacks_in_280,[data-layer-bg=""]{position:absolute}@media only screen and (min-width:0px) and (max-width:9999px){#layer-stacks_in_280,[data-layer-bg=""],.enter-classname:not(.enter-classname),#stacks_in_280 .eff-thumb{opacity:1.00;background-repeat:no-repeat;background-position:center center;background-size:cover;}#layer-stacks_in_280,[data-layer-bg=""],.enter-classname:not(.enter-classname),#stacks_in_280 .eff-thumb{background-image:url(../files/obgImage-280.png);}@supports (mix-blend-mode:normal){#layer-stacks_in_280,[data-layer-bg=""],.enter-classname:not(.enter-classname){mix-blend-mode:normal}}}
.flex-height-stacks_in_277[data-heightmaster=""],[data-heightmaster=""]:not([data-heightmaster=""]),.enter-classname:not(.enter-classname){overflow-y:auto;height:70vh;min-height:0px;max-height:3000px}@media screen and (min-width:640px){.flex-height-stacks_in_277[data-heightmaster=""],[data-heightmaster=""]:not([data-heightmaster=""]),.enter-classname:not(.enter-classname){height:70vh;min-height:0px;max-height:3000px}}@media screen and (min-width:1000px){.flex-height-stacks_in_277[data-heightmaster=""],[data-heightmaster=""]:not([data-heightmaster=""]),.enter-classname:not(.enter-classname){height:50vh;min-height:0px;max-height:3000px}}.flex-height-stacks_in_277[data-heightmaster=""],[data-heightmaster=""]:not([data-heightmaster=""]),.enter-classname:not(.enter-classname){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-height-stacks_in_277[data-heightmaster=""] > div,[data-heightmaster=""]:not([data-heightmaster=""]) > div,.enter-classname:not(.enter-classname) > div{margin-top:auto;margin-bottom:auto}.flex-height-stacks_in_277[data-heightmaster=""] > div.content-wrap,[data-heightmaster=""]:not([data-heightmaster=""]) > div.content-wrap,.enter-classname:not(.enter-classname) > div.content-wrap{width:100%}
@media only screen and (min-width:0px) and (max-width:9999px){#layer-stacks_in_336,[data-layer-bg=""],.enter-classname:not(.enter-classname),#stacks_in_336 .eff-thumb{background-color:rgba(0, 37, 71, 1.00);opacity:0.60;mix-blend-mode:normal}}

@media only screen and (min-width:0px) and (max-width:9999px){.sppad-stacks_in_277[data-padmaster=""],[data-padmaster=""]:not([data-padmaster=""]),.enter-classname:not(.enter-classname){padding: 0px }.spmar-stacks_in_277[data-marmaster=""],[data-marmaster=""]:not([data-marmaster=""]),.enter-classname:not(.enter-classname){margin:20.00px 0.00px 20.00px 0.00px }}
@supports (mix-blend-mode:normal){.core-stacks_in_254{mix-blend-mode:normal}}.core-stacks_in_254{overflow:visible !important}
@media only screen and (min-width:0px) and (max-width:9999px){.sppad-stacks_in_254[data-padmaster=""],[data-padmaster=""]:not([data-padmaster=""]),.enter-classname:not(.enter-classname){padding:0.00% 10.00% 0.00% 10.00% }.spmar-stacks_in_254[data-marmaster=""],[data-marmaster=""]:not([data-marmaster=""]),.enter-classname:not(.enter-classname){margin: 0px }}
#stacks_in_877 h4,#stacks_in_877 div{color:rgba(255, 255, 255, 1.00)}#stacks_in_877 h4 a,#stacks_in_877 div a{color:rgba(255, 255, 255, 1.00)}#stacks_in_877 h4 a:hover,#stacks_in_877 div a:hover{color:rgba(191, 191, 191, 1.00)}#stacks_in_877 small,#stacks_in_877 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_877 .primary,#stacks_in_877 .segment{display:inline-block}#stacks_in_877 .primary.sub-title,#stacks_in_877 .segment.sub-title{display:block}#stacks_in_877 [data-seg="segment2"].last-title{display:block}#stacks_in_877 .segment.no-shadow{text-shadow:none !important}#stacks_in_877 .segment *{}#stacks_in_877 .segment[data-seg="segment2"]{font-size:64%;color:rgba(255, 255, 255, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:baseline;}#stacks_in_877 .segment[data-seg="segment2"] div{color:rgba(255, 255, 255, 1.00)}#stacks_in_877 .segment[data-seg="segment2"] div.mez{font-size:64%}


#stacks_in_880 {
	font-weight: bold;
}

#stacks_in_879 {
	font-weight: bold;
}
@supports (mix-blend-mode:normal){.core-stacks_in_60{mix-blend-mode:normal}}.core-stacks_in_60{overflow:visible !important}
.flex-height-stacks_in_60[data-heightmaster=""],[data-heightmaster=""]:not([data-heightmaster=""]),.enter-classname:not(.enter-classname){overflow-y:auto;height:50vh;min-height:0px;max-height:3000px}@media screen and (min-width:640px){.flex-height-stacks_in_60[data-heightmaster=""],[data-heightmaster=""]:not([data-heightmaster=""]),.enter-classname:not(.enter-classname){height:50vh;min-height:0px;max-height:3000px}}@media screen and (min-width:1000px){.flex-height-stacks_in_60[data-heightmaster=""],[data-heightmaster=""]:not([data-heightmaster=""]),.enter-classname:not(.enter-classname){height:50vh;min-height:0px;max-height:3000px}}
@media only screen and (min-width:0px) and (max-width:9999px){.sppad-stacks_in_60[data-padmaster=""],[data-padmaster=""]:not([data-padmaster=""]),.enter-classname:not(.enter-classname){padding:5.00% 0.00% 0.00% 0.00% }.spmar-stacks_in_60[data-marmaster=""],[data-marmaster=""]:not([data-marmaster=""]),.enter-classname:not(.enter-classname){margin:0.00px 0.00px 20.00px 0.00px }}
.core-panel.panel1,div.core-panel.panel1,.core-panel-group .core-panel.panel1,.core-panel-group.panel1 .core-panel{background-color:rgba(255, 255, 255, 0.01);background-image:none !important;border:0px solid rgba(49, 49, 49, 1.00);border-radius: 0px ;padding: 8% ;}.core-panel.panel1 > .ce-layer,.core-panel.panel1 > .core-layer .ps-layer,div.core-panel.panel1 > .ce-layer,div.core-panel.panel1 > .core-layer .ps-layer,.core-panel-group .core-panel.panel1 > .ce-layer,.core-panel-group .core-panel.panel1 > .core-layer .ps-layer,.core-panel-group.panel1 .core-panel > .ce-layer,.core-panel-group.panel1 .core-panel > .core-layer .ps-layer{overflow:hidden;border-radius:calc( 0px  - 0px);}.core-panel.panel1,.core-panel-group .core-panel.panel1,.core-panel-group.panel1 .core-panel{-webkit-transition:border 140ms ease-in-out,background 220ms ease-in-out,shadow 220ms ease-in-out,-webkit-transform 140ms ease-in-out;transition:border 140ms ease-in-out,background 220ms ease-in-out,shadow 220ms ease-in-out,-webkit-transform 140ms ease-in-out;transition:border 140ms ease-in-out,background 220ms ease-in-out,transform 140ms ease-in-out,shadow 220ms ease-in-out;transition:border 140ms ease-in-out,background 220ms ease-in-out,transform 140ms ease-in-out,shadow 220ms ease-in-out,-webkit-transform 140ms ease-in-out}

.lb-master_stacks_in_65.bg-vault.bg-color.style-pro-stacks_in_65{background-color:rgba(0, 0, 0, 0.78)}.lb-master_stacks_in_65.close-vis-never .infix-close{display:none !important}.ll-overlay#ovl_stacks_in_65.bg-color{background-color:rgba(0, 0, 0, 0.78)}@media screen and (max-width:640px){.ll-overlay#ovl_stacks_in_65.small-bg-color{background-color:rgba(0, 0, 0, 0.78)}.ll-overlay#ovl_stacks_in_65.small-bg-color::before{background-color:transparent !important;background-image:none !important}}body > .ll-overlay#ovl_stacks_in_65{position:fixed}.ll-open-stacks_in_65 > .ll-overlay#ovl_stacks_in_65{z-index:9989}.ll-open-stacks_in_65.mapsec > .ll-overlay#ovl_stacks_in_65{z-index:998}@media screen and (min-width:640px){.lb-master_stacks_in_65.close-vis-small-only .infix-close{display:none !important}}@media screen and (max-width:640px){.lb-master_stacks_in_65.close-vis-large-only .infix-close{display:none !important}}#stacks_in_65 .infix-close.lb-close-master{display:none !important}@media screen and (min-width:640px){#ovl_stacks_in_65.large-hide-overlay{background-color:transparent !important}}@media screen and (min-width:640px){.lb-master_stacks_in_65.infix-section.large-hide-overlay{background-color:transparent !important}}@media screen and (max-width:640px){.lb-master_stacks_in_65.infix-section.sm-hide-borders .infix-content{border-radius:0 !important;border:none !important}}.lb-master_stacks_in_65.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_65.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}}.lb-master_stacks_in_65.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{margin:0 auto;width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_65.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{width:100%}}.lb-master_stacks_in_65.maxw-frame:not(.custom-size) .infix-container{max-width:1000px}@media screen and (max-width:640px){.lb-master_stacks_in_65.maxw-frame:not(.custom-size) .infix-container{max-width:1000px}}.lb-master_stacks_in_65.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}@media screen and (min-width:640px){.lb-master_stacks_in_65.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}}.lb-master_stacks_in_65.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_65.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_65.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}@media screen and (min-width:640px){.lb-master_stacks_in_65.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_65.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_65.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}}.lb-master_stacks_in_65.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_65.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}}.lb-master_stacks_in_65.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_65.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}}.lb-master_stacks_in_65.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_65.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:100% !important;max-height:100% !important}.lb-master_stacks_in_65.infix-iframe.infix-section .infix-container,.lb-master_stacks_in_65.infix-iframe.infix-section .infix-content,.lb-master_stacks_in_65.infix-iframe.infix-section .infix-iframe-container{position:static;top:0;left:0;height:100%;width:100%}.lb-master_stacks_in_65.infix-iframe.infix-section.size-float .infix-iframe-container{padding-top:0}.lb-master_stacks_in_65 .infix-content::after{-webkit-box-shadow:0 0 36px 0px rgba(0, 0, 0, 0.30);box-shadow:0 0 36px 0px rgba(0, 0, 0, 0.30)}.lb-master_stacks_in_65 .infix-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;z-index:9999;padding:8px;border-radius:0% 0% 0% 0%;background:rgba(0, 0, 0, 0.00)}html.bwd-touch .lb-master_stacks_in_65 .infix-close{opacity:1 !important}.lb-master_stacks_in_65 .infix-close > .close-wrap{position:relative;width:40px;height:40px;opacity:0.94}.lb-master_stacks_in_65 .infix-close > .close-wrap:hover,html.bwd-touch .lb-master_stacks_in_65 .infix-close > .close-wrap{opacity:1 !important}.lb-master_stacks_in_65 .infix-close > .close-wrap.close-text-only{width:auto;height:auto;color:rgba(255, 255, 255, 0.96);font-size:12px;line-height:1}.lb-master_stacks_in_65 .infix-close > .close-wrap.close-text-only .text-border{padding:8px;border:1px solid rgba(255, 255, 255, 0.00);border-radius:8px;background-color:rgba(255, 255, 255, 0.00);text-align:center}.lb-master_stacks_in_65 .infix-close > .close-wrap > svg{width:40px;height:40px;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.lb-master_stacks_in_65 .infix-close > .close-wrap > svg circle.bg{fill:rgba(255, 255, 255, 0.00)}.lb-master_stacks_in_65 .infix-close > .close-wrap > svg .ring{stroke:rgba(255, 255, 255, 0.00);stroke-width:4px}.lb-master_stacks_in_65 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(255, 255, 255, 0.96);stroke-width:4px;fill:none}.lb-master_stacks_in_65 .infix-close > .close-wrap > svg .ring,.lb-master_stacks_in_65 .infix-close > .close-wrap > svg .action-icon path{-webkit-transition:stroke 200ms ease-out;transition:stroke 200ms ease-out}.lb-master_stacks_in_65 .infix-close > .close-wrap > svg circle.bg{-webkit-transition:fill 220ms ease-out;transition:fill 220ms ease-out}.lb-master_stacks_in_65 .infix-close:hover,html.bwd-touch .lb-master_stacks_in_65 .infix-close{background:rgba(0, 0, 0, 0.00)}.lb-master_stacks_in_65 .infix-close:hover > .close-wrap > svg circle.bg,html.bwd-touch .lb-master_stacks_in_65 .infix-close > .close-wrap > svg circle.bg{fill:rgba(255, 255, 255, 0.00)}.lb-master_stacks_in_65 .infix-close:hover > .close-wrap > svg .ring,html.bwd-touch .lb-master_stacks_in_65 .infix-close > .close-wrap > svg .ring{stroke:rgba(255, 255, 255, 1.00)}.lb-master_stacks_in_65 .infix-close:hover > .close-wrap > svg .action-icon path,html.bwd-touch .lb-master_stacks_in_65 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(255, 255, 255, 1.00);fill:none}.lb-master_stacks_in_65 .infix-close:hover > .close-wrap.close-text-only,html.bwd-touch .lb-master_stacks_in_65 .infix-close > .close-wrap.close-text-only{color:rgba(255, 255, 255, 1.00)}.lb-master_stacks_in_65 .infix-close i.fa,.lb-master_stacks_in_65 .infix-close svg,.lb-master_stacks_in_65 .infix-close .simple-icon,.lb-master_stacks_in_65 .infix-close .close-wrap,.lb-master_stacks_in_65 .infix-close .text-border{pointer-events:none}@media screen and (min-width:640px){.lb-master_stacks_in_65 .infix-close .close-wrap,.lb-master_stacks_in_65 .infix-close .close-wrap > svg{width:40px;height:40px}.lb-master_stacks_in_65 .infix-close .close-wrap.close-text-only{font-size:16px}}.lb-master_stacks_in_65 .infix-close .action-icon > g{display:none}.lb-master_stacks_in_65 .infix-close.close-cross .action-icon > g#cross{display:block}.lb-master_stacks_in_65 .infix-close.close-small-cross .action-icon > g#smallcross{display:block}.lb-master_stacks_in_65 .infix-close.close-left-arrow .action-icon > g#arrow{display:block}.lb-master_stacks_in_65 .infix-close.close-hamburger .action-icon > g#burger{display:block}@media screen and (min-width:640px){.lb-master_stacks_in_65.close-bg-small-only .infix-close{background:none}}.lb-master_stacks_in_65 .splb-loader .loader-message{display:none}.lb-master_stacks_in_65 .splb-loader svg{display:none}.lb-master_stacks_in_65 .splb-loader > .loader-message{margin-top:0}
.infix-content.bg-vault.bg-color.style-pro-stacks_in_68{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_68.splb{padding:12px}#splb_stacks_in_68 .infix-iframe-container{background-color:}#stacks_in_68{display:none}.infix-opened #stacks_in_68,.infix-closed #stacks_in_68{display:block}.lime1{cursor:pointer}
 .style-pro-stacks_in_65::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}    .style-pro-stacks_in_65:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(126, 167, 227, 1.00)}   

#ovl_stacks_in_65.ll-overlay {
  z-index: -99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms ease, z-index 0ms 600ms, visibility 0ms 600ms ease; }

.ll-open-stacks_in_65 > #ovl_stacks_in_65.ll-overlay {
  transition: opacity 300ms ease;
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_65, .lb-master_stacks_in_65.infix-closed {
  opacity: 0;
  visibility: hidden; }

.lb-master_stacks_in_65.infix-opened {
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_65 [data-infix-close]:not(.infix-wrap), .lb-master_stacks_in_65.infix-closed [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: opacity 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94) transform 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_65.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms, transform 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_65.close-on-hover.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  transition: all 200ms ease-out; }

.lb-master_stacks_in_65.close-on-hover.infix-opened:hover [data-infix-close]:not(.infix-wrap) {
  opacity: 1; }

.lb-master_stacks_in_65.infix-closed .infix-container::after, .lb-master_stacks_in_65.infix-loading .infix-container::after {
  opacity: 0;
  transition: opacity 80ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 680ms; }

.lb-master_stacks_in_65.infix-opened .infix-container::after {
  opacity: 1;
  transition: opacity 80ms 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s; }

.lb-master_stacks_in_65, .lb-master_stacks_in_65.infix-closed {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_65.infix-opened {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s; }

.lb-master_stacks_in_65.infix-loading .infix-content, .lb-master_stacks_in_65.infix-closed .infix-content {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_65.infix-opened .infix-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.lb-master_stacks_in_65.infix.hide-nav .infix-nav {
  display: none; }

.lb-master_stacks_in_65.infix.no-loop.ll-first [data-infix-prev] {
  display: none; }

.lb-master_stacks_in_65.infix.no-loop.ll-last [data-infix-next] {
  display: none; }

.lb-master_stacks_in_65 [data-infix-next], .lb-master_stacks_in_65 [data-infix-prev] {
  position: absolute;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: calc(50% + 25px);
  margin-top: -25px;
  border: 2px solid rgba(255, 255, 255, 0.00);
  opacity: 1;
  background: rgba(255, 255, 255, 0.00);
  transition: opacity 200ms ease-out, background 200ms ease-out, transform 0.8s cubic-bezier(0, 1.01, 0.22, 1), border 0.3s ease-out; }

.lb-master_stacks_in_65 html:not(.bwd-touch) [data-infix-next], .lb-master_stacks_in_65 html:not(.bwd-touch) [data-infix-prev] {
  opacity: 0; }

.lb-master_stacks_in_65 html:not(.bwd-touch) [data-infix-next] {
  transform: translate(-15px, -50%) scale(0.6); }

.lb-master_stacks_in_65 html:not(.bwd-touch) [data-infix-prev] {
  transform: translate(15px, -50%) scale(0.6); }

.lb-master_stacks_in_65 html.infix:not(.bwd-touch):hover [data-infix-next], .lb-master_stacks_in_65 html.infix:not(.bwd-touch):hover [data-infix-prev] {
  transform: translate(0, -50%) rotate(0deg) scale(1);
  opacity: 1; }

.lb-master_stacks_in_65 [data-infix-next] {
  right: 12px; }

.lb-master_stacks_in_65 [data-infix-prev] {
  left: 12px; }

.lb-master_stacks_in_65 [data-infix-next]::before,
.lb-master_stacks_in_65 [data-infix-next]::after,
.lb-master_stacks_in_65 [data-infix-prev]::before,
.lb-master_stacks_in_65 [data-infix-prev]::after {
  background: rgba(255, 255, 255, 0.96);
  top: 50%;
  left: 0;
  width: 2px;
  height: 17px;
  content: '';
  position: absolute;
  margin: -14px 23px; }

.lb-master_stacks_in_65 html.bwd-touch [data-infix-next], .lb-master_stacks_in_65 [data-infix-next]:hover,
.lb-master_stacks_in_65 html.bwd-touch [data-infix-prev], .lb-master_stacks_in_65 [data-infix-prev]:hover {
  border: 2px solid rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.00); }
  .lb-master_stacks_in_65 html.bwd-touch [data-infix-next]::before, .lb-master_stacks_in_65 html.bwd-touch [data-infix-next]::after, .lb-master_stacks_in_65 [data-infix-next]:hover::before, .lb-master_stacks_in_65 [data-infix-next]:hover::after,
  .lb-master_stacks_in_65 html.bwd-touch [data-infix-prev]::before,
  .lb-master_stacks_in_65 html.bwd-touch [data-infix-prev]::after, .lb-master_stacks_in_65 [data-infix-prev]:hover::before, .lb-master_stacks_in_65 [data-infix-prev]:hover::after {
    background: rgba(255, 255, 255, 1.00); }

.lb-master_stacks_in_65 [data-infix-next]::after,
.lb-master_stacks_in_65 [data-infix-prev]::after {
  margin-top: -3px; }

.lb-master_stacks_in_65 [data-infix-prev]::after, .lb-master_stacks_in_65 [data-infix-prev]::before {
  left: -3px; }

.lb-master_stacks_in_65 [data-infix-next]::after {
  transform: rotate(45deg); }

.lb-master_stacks_in_65 [data-infix-next]::before {
  transform: rotate(-45deg); }

.lb-master_stacks_in_65 [data-infix-prev]::after {
  transform: rotate(315deg); }

.lb-master_stacks_in_65 [data-infix-prev]::before {
  transform: rotate(-315deg); }
@supports (mix-blend-mode:normal){.core-stacks_in_293{mix-blend-mode:normal}}.core-stacks_in_293{overflow:visible !important}
@media only screen and (min-width:0px) and (max-width:9999px){#layer-stacks_in_296,[data-layer-bg=""],.enter-classname:not(.enter-classname),#stacks_in_296 .eff-thumb{background-color:rgba(0, 37, 71, 1.00);opacity:1.00;mix-blend-mode:normal}}

@media only screen and (min-width:0px) and (max-width:9999px){.sppad-stacks_in_293[data-padmaster=""],[data-padmaster=""]:not([data-padmaster=""]),.enter-classname:not(.enter-classname){padding:2.00% 0.00% 1.00% 0.00% }.spmar-stacks_in_293[data-marmaster=""],[data-marmaster=""]:not([data-marmaster=""]),.enter-classname:not(.enter-classname){margin: 0px }}
#stacks_in_297 p,#stacks_in_297 div,#stacks_in_297 ul,#stacks_in_297 ol,#stacks_in_297 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_297 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_297 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_297{}}

