/*
 * animate
 */

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


.oembed.video,.oembed.codepen,.fr-video{display:block;width:100%;margin-bottom:0;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.oembed.video video,.oembed.codepen video,.fr-video video{width:100%}.oembed.video iframe,.oembed.codepen iframe,.fr-video iframe{border:none;height:100%;position:absolute;top:0;width:100%;left:0}img.fr-full-width{min-width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw !important;margin-right:-50vw !important}


.target-wrapper{position:relative}.target-show-on-hover{opacity:0;transition:opacity 750ms ease}.target-show-on-hover:hover{opacity:1}.target{position:absolute;width:100%;height:auto}.target.width-auto{width:auto}.target.height-fill,.target.height-fixed,.target.height-flexible{display:flex;align-items:center}.target.height-fill{height:100%}.target[class*="float-"],.target[class*="shift-"]{position:relative}.target[class*="pin-"],.target.relative-browser{position:fixed}.target.float-right{float:right}.target.float-left{float:left}.target.vcenter[class*="relative-"]{top:50%;transform:translateY(-50%)}.target.hcenter[class*="relative-"]{left:50%;transform:translateX(-50%)}.target.hcenter.vcenter[class*="relative-"]{transform:translateX(-50%) translateY(-50%)}.target.shift-up,.target.shift-down{margin-left:auto;margin-right:auto}.target.target-center{top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.target.pin-top{top:0}.target.pin-bottom{bottom:0}.target.pin-left{left:0}.target.pin-right{right:0}.target.target-disable{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}@media only screen and (min-width:40em){.target.target-mobile-only{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}}@media only screen and (max-width:39.9375em){.target.target-disable-mobile{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}}@media only screen and (max-width:62.5em){.target.target-desktop-only{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}}







.com_joeworkman_stacks_impact_stack .impact-animate.pre-anim{display:none}.com_joeworkman_stacks_impact_stack .slides-navigation{margin:0 auto;position:absolute;z-index:99;width:100%}.com_joeworkman_stacks_impact_stack .slides-navigation a{position:absolute;display:block;text-decoration:none}.com_joeworkman_stacks_impact_stack .slides-navigation a::before{line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;text-rendering:auto;transform:translate(0,0)}.com_joeworkman_stacks_impact_stack .slides-pagination > a{text-decoration:none}.com_joeworkman_stacks_impact_stack .fg-content{position:absolute;top:0;width:100%}.com_joeworkman_stacks_impact_stack .slides-navigation a:before{font-family:"FontAwesome","Font Awesome 5 Pro";font-weight:900}.com_joeworkman_stacks_impact_stack .impact-scroll:hover{cursor:pointer}.com_joeworkman_stacks_impact_stack .slides-container{display:none}.com_joeworkman_stacks_impact_stack .scrollable{position:relative;top:0;left:0;overflow-y:auto;-webkit-overflow-scrolling:touch;height:100%}.com_joeworkman_stacks_impact_stack .scrollable::after{content:"";display:table;clear:both}.com_joeworkman_stacks_impact_stack .impact-arrow-wrap{position:absolute;z-index:1050;top:0;margin-left:-45px;width:90px;height:90px;padding:0;font-size:9px;display:block}.com_joeworkman_stacks_impact_stack .impact-arrow{float:left;position:absolute;margin-top:20px;margin-left:23px;width:40px;height:40px;border-style:solid;border-bottom-color:transparent;border-left-color:transparent;transform:rotate(135deg)}.com_joeworkman_stacks_impact_stack .impact-arrow-wrap.animates .impact-arrow{animation:impactArrows linear 1.8s 0.4s}.com_joeworkman_stacks_impact_stack .video-container{min-height:100%;min-width:100%;position:absolute;top:0;left:0}.com_joeworkman_stacks_impact_stack .video-container > img{width:100%;height:100%}.com_joeworkman_stacks_impact_stack video{max-width:none}.com_joeworkman_stacks_impact_stack .impact-container{position:absolute}.com_joeworkman_stacks_impact_stack .impact-container.v-full{height:100%}.com_joeworkman_stacks_impact_stack .impact-container.v-full .slide-content{height:100%}.com_joeworkman_stacks_impact_stack .impact-container.v-center{top:50%;transform:translateY(-50%)}.com_joeworkman_stacks_impact_stack .impact-container.h-center{left:50%;transform:translateX(-50%)}.com_joeworkman_stacks_impact_stack .impact-container.h-center.v-center{top:50%;left:50%;transform:translate(-50%,-50%)}.com_joeworkman_stacks_impact_stack .impact-container:not(.h-center):not(.h-left):not(.h-right){width:100%}@keyframes impactArrows{0%{transform:translate(0px,0px) rotate(135deg) scale(1)}15%{transform:translate(0px,22px) rotate(135deg) scale(0.8)}30%{transform:translate(0px,13px) rotate(135deg) scale(0.9)}45%{transform:translate(0px,27px) rotate(135deg) scale(0.8)}60%{transform:translate(0px,13px) rotate(135deg) scale(0.8)}75%{transform:translate(0px,4px) rotate(135deg) scale(0.9)}100%{transform:translate(0px,0px) rotate(135deg) scale(1)}}

.hamburger{cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform 400ms;-webkit-user-select:none;user-select:none;max-width:100px}.hamburger.reverse{transform:rotate(180deg)}.hamburger.burger-left{display:block;margin-right:auto}.hamburger.burger-right{display:block;margin-left:auto}.hamburger.burger-center{display:block;margin-right:auto;margin-left:auto}.burger-line{fill:none;transition:stroke-dasharray 400ms,stroke-dashoffset 400ms;stroke:currentColor;stroke-width:5;stroke-linecap:round}.burger1 .burger-top{stroke-dasharray:40 139}.burger1 .burger-bottom{stroke-dasharray:40 180}.burger1.is-active{transform:rotate(45deg)}.burger1.is-active.reverse{transform:rotate(225deg)}.burger1.is-active .burger-top{stroke-dashoffset:-98px}.burger1.is-active .burger-bottom{stroke-dashoffset:-138px}.burger2 .burger-top{stroke-dasharray:40 121}.burger2 .burger-bottom{stroke-dasharray:40 121}.burger2.is-active .burger-top{stroke-dashoffset:-102px}.burger2.is-active .burger-bottom{stroke-dashoffset:-102px}.burger3 .burger-top{stroke-dasharray:40 130}.burger3 .burger-middle{stroke-dasharray:40 140}.burger3 .burger-bottom{stroke-dasharray:40 205}.burger3.is-active .burger-top{stroke-dasharray:75 130;stroke-dashoffset:-63px}.burger3.is-active .burger-middle{stroke-dashoffset:-102px}.burger3.is-active .burger-bottom{stroke-dasharray:110 205;stroke-dashoffset:-86px}.burger4 .burger-top{stroke-dasharray:40 121}.burger4 .burger-bottom{stroke-dasharray:40 121}.burger4.is-active{transform:rotate(45deg)}.burger4.is-active.reverse{transform:rotate(225deg)}.burger4.is-active .burger-top{stroke-dashoffset:-68px}.burger4.is-active .burger-bottom{stroke-dashoffset:-68px}.burger5 .burger-top{stroke-dasharray:40 82}.burger5 .burger-bottom{stroke-dasharray:40 82}.burger5.is-active{transform:rotate(180deg)}.burger5.is-active.reverse{transform:rotate(360deg)}.burger5.is-active .burger-top{stroke-dasharray:14 82;stroke-dashoffset:-69px}.burger5.is-active .burger-bottom{stroke-dasharray:14 82;stroke-dashoffset:-69px}.burger6 .burger-top{stroke-dasharray:40 172}.burger6 .burger-middle{stroke-dasharray:40 111}.burger6 .burger-bottom{stroke-dasharray:40 172}.burger6.is-active .burger-top{stroke-dashoffset:-132px}.burger6.is-active .burger-middle{stroke-dashoffset:-71px}.burger6.is-active .burger-bottom{stroke-dashoffset:-132px}.burger7 .burger-top{stroke-dasharray:40 82}.burger7 .burger-middle{stroke-dasharray:40 111}.burger7 .burger-bottom{stroke-dasharray:40 161}.burger7.is-active{transform:rotate(45deg)}.burger7.is-active.reverse{transform:rotate(225deg)}.burger7.is-active .burger-top{stroke-dasharray:17 82;stroke-dashoffset:-62px}.burger7.is-active .burger-middle{stroke-dashoffset:23px}.burger7.is-active .burger-bottom{stroke-dashoffset:-83px}.burger8 .burger-top{stroke-dasharray:40 160}.burger8 .burger-middle{stroke-dasharray:40 142;transform-origin:50%;transition:transform 400ms}.burger8 .burger-bottom{stroke-dasharray:40 85;transform-origin:50%;transition:transform 400ms,stroke-dashoffset 400ms}.burger8.is-active{transform:rotate(45deg)}.burger8.is-active.reverse{transform:rotate(225deg)}.burger8.is-active .burger-top{stroke-dashoffset:-64px}.burger8.is-active .burger-middle{transform:rotate(90deg)}.burger8.is-active .burger-middle.reverse{transform:rotate(270deg)}.burger8.is-active .burger-bottom{stroke-dashoffset:-64px}





form.blog-filter-form input,form.blog-filter-form select,form.blog-filter-form textarea,form.datastore-form input,form.datastore-form select,form.datastore-form textarea{padding:0.50rem;border-width:1px;border-radius:0px;margin-bottom:1.00rem;font-size:0.90rem;background-color:rgba(255, 255, 255, 1.00);border-color:rgba(204, 204, 204, 1.00);color:rgba(34, 34, 34, 1.00)}form.blog-filter-form select,form.datastore-form select{padding-right:1.5rem}form.blog-filter-form input,form.blog-filter-form select,form.datastore-form input,form.datastore-form select{height:2.30rem}form.blog-filter-form::placeholder,form.datastore-form::placeholder{color:rgba(204, 204, 204, 1.00)}form.blog-filter-form:-ms-input-placeholder,form.datastore-form:-ms-input-placeholder{color:rgba(204, 204, 204, 1.00)}form.blog-filter-form::-ms-input-placeholder,form.datastore-form::-ms-input-placeholder{color:rgba(204, 204, 204, 1.00)}
@charset "UTF-8";
@charset "UTF-8";
:root{--light-gray:rgba(230, 230, 230, 0.50);--medium-gray:rgba(202, 202, 202, 1.00);--dark-gray:rgba(138, 138, 138, 1.00);--black:rgba(10, 10, 10, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(35, 44, 109, 1.00);--secondary:rgba(220, 213, 179, 1.00);--success:rgba(67, 172, 106, 1.00);--warning:rgba(251, 240, 77, 1.00);--alert:rgba(185, 15, 39, 1.00);--primary-contrast:rgba(255, 255, 255, 1.00);--secondary-contrast:rgba(51, 51, 51, 1.00);--success-contrast:rgba(254, 254, 254, 1.00);--warning-contrast:rgba(254, 254, 254, 1.00);--alert-contrast:rgba(254, 254, 254, 1.00);--primary-dark:rgba(5, 14, 79, 1.00);--secondary-dark:rgba(190, 183, 149, 1.00);--success-dark:rgba(37, 142, 76, 1.00);--warning-dark:rgba(221, 210, 47, 1.00);--alert-dark:rgba(155, 0, 9, 1.00);--header-color:rgba(34, 34, 34, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(34, 34, 34, 1.00);--link-color:rgba(29, 135, 203, 1.00);--link-color-hover:rgba(238, 76, 45, 1.00);--selection-background:var(--secondary);--selection-text:var(--secondary-contrast);--link-decoration:none;--link-decoration-hover:none;--overlay-color:rgba(0, 0, 0, 0.50);--radius:3px;--small-gutter:1.25rem;--medium-gutter:2rem;--large-gutter:2rem;--site-width:calc(1200rem/16);}::selection{background:var(--selection-background);color:var(--selection-text)}.alt{--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(230, 230, 230, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}.grid-container{max-width:var(--site-width)}.radius{border-radius:var(--radius)}body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(26rem/16)}h2,.h2{font-size:calc(25rem/16)}h3,.h3{font-size:calc(22rem/16)}h4,.h4{font-size:calc(18rem/16)}h5,.h5{font-size:calc(17rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:50%}.button{font-size:calc(20rem/16)}.button.tiny{font-size:calc(10rem/16)}.button.small{font-size:calc(12rem/16)}.button.large{font-size:calc(20rem/16)}@media only screen and (min-width:40em){body{font-size:calc(17rem/16)}h1,.h1{font-size:calc(45rem/16)}h2,.h2{font-size:calc(37rem/16)}h3,.h3{font-size:calc(28rem/16)}h4,.h4{font-size:calc(23rem/16)}h5,.h5{font-size:calc(18rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:40%}}@media only screen and (min-width:64em){body{font-size:calc(17rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(31rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:40%}}a{color:var(--link-color);-webkit-text-decoration:var(--link-decoration);text-decoration:var(--link-decoration)}a:hover,a:focus{color:var(--link-color-hover);-webkit-text-decoration:var(--link-decoration-hover);text-decoration:var(--link-decoration-hover)}.menu a{color:var(--menu-link-color);background:var(--menu-bg-color)}.menu a:hover{color:var(--menu-link-color-hover)}h1,h2,h3,h4,h5,h6{color:var(--header-color)}small{color:var(--small-color)}.subheader{color:var(--subheader-color)}.text ul,.text ol{list-style-position:outside}.text>ul,.text>ol,.text .mez>div>ul,.text .mez>div>ol{margin-left:1.25rem}.text ul{list-style-type:disc}.text ul ul,.text ol ul{list-style-type:circle}.text ol{list-style-type:decimal}.text ol ol,.text ul ol{list-style-type:lower-alpha}.radius,.radius:before,.radius:after{border-radius:calc(3rem/16)}body{}
/*!* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com* License - https://fontawesome.com/license (Commercial License)*/@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:400;font-display:block;src:url("../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.eot");src:url("../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.woff2") format("woff2"),url("../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.woff") format("woff"),url("../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.ttf") format("truetype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.svg#fontawesome") format("svg")}.far{font-family:'Font Awesome 5 Pro';font-weight:400}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:900;font-display:block;src:url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.eot");src:url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.woff2") format("woff2"),url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.woff") format("woff"),url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.ttf") format("truetype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Pro';font-weight:900}  

@font-face{font-family:Sora;font-style:normal;font-weight:normal;src:url("https://childhealthresearch.ca/resources/Fonts/sora-v17-latin-ext-regular.woff2") format("woff2");}@font-face{font-family:Sora;font-style:normal;font-weight:bold;src:url("https://childhealthresearch.ca/resources/Fonts/sora-v17-latin-ext-700.woff2") format("woff2");}
 html,body, p:not(.custom-font),.font-family-text,.text_stack:not(.custom-font),.fontpro-stacks_in_284_235{font-family:"Sora",sans-serif }p:not(.custom-font),p.font-family-text:not(.custom-font),.text_stack:not(.custom-font){font-family:"Sora",sans-serif }

@font-face{font-family:Inter Tight;font-style:normal;font-weight:normal;src:url("https://childhealthresearch.ca/resources/Fonts/inter-tight-v9-latin-ext-500.woff2") format("woff2");}@font-face{font-family:Inter Tight;font-style:normal;font-weight:bold;src:url("https://childhealthresearch.ca/resources/Fonts/inter-tight-v9-latin-ext-700.woff2") format("woff2");}@font-face{font-family:Inter Tight;font-style:italic;font-weight:normal;src:url("https://childhealthresearch.ca/resources/Fonts/inter-tight-v9-latin-ext-500italic.woff2") format("woff2");}@font-face{font-family:Inter Tight;font-style:italic;font-weight:bold;src:url("https://childhealthresearch.ca/resources/Fonts/inter-tight-v9-latin-ext-700italic.woff2") format("woff2");}
 h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, h3,.font-family-h3,h3 a,.font-family-h3 a, h4,.font-family-h4,h4 a,.font-family-h4 a, h5,.font-family-h5,h5 a,.font-family-h5 a, h6,.font-family-h6,h6 a,.font-family-h6 a, a, button,.button,.btn, .inter,   .menuitem p, .menuhead p, .summary p, .titles, .fontpro-stacks_in_284_240{font-family:"Inter Tight",sans-serif }

 p:not(.custom-font),.font-family-text,.text_stack:not(.custom-font),.fontpro-stacks_in_284_7{line-height:1.50 ;letter-spacing:-0.01em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ;  }p:not(.custom-font),p.font-family-text:not(.custom-font),.text_stack:not(.custom-font){line-height:1.50 ;letter-spacing:-0.01em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ;  }
    p:not(.custom-font)>br,.font-family-text>br,.text_stack:not(.custom-font)>br,   .fontpro-stacks_in_284_7 > br{display:block;content:' ';padding-bottom:0.00em }
  
  
  
  
            h1, h2, h3, h4, h5, h6{font-weight:700 !important;}
h2{color:rgba(35, 44, 109, 1.00) ;}
   h2,.h2,         h2{line-height:1.30 !important;}
            h4{line-height:1.30 !important;}
h3{color:rgba(48, 81, 107, 1.00) ;}
            .small{font-size:calc(14rem/16) ;}@media only screen and (min-width:40em) {            .small{font-size:calc(14rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .small{font-size:calc(14rem/16) ;line-height:1.50 }}
            .big{font-size:calc(24rem/16) ;}@media only screen and (min-width:40em) {            .big{font-size:calc(28rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .big{font-size:calc(32rem/16) ;line-height:1.50 }}
            .small2{font-size:calc(12rem/16) ;}@media only screen and (min-width:40em) {            .small2{font-size:calc(12rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .small2{font-size:calc(12rem/16) ;line-height:1.50 }}
            .smaller{font-size:calc(10rem/16) ;}@media only screen and (min-width:40em) {            .smaller{font-size:calc(10rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .smaller{font-size:calc(10rem/16) ;line-height:1.50 }}
            .titles{font-size:calc(20rem/16) ;line-height:1.50 ;}@media only screen and (min-width:40em) {            .titles{font-size:calc(28rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .titles{font-size:calc(32rem/16) ;line-height:1.40 }}
.titles{color:rgba(61, 21, 112, 1.00) ;}
small{color:rgba(49, 49, 49, 1.00) !important;}
.tvcclightblue{color:rgba(29, 135, 203, 1.00) ;}
.lhscyellow{color:rgba(253, 165, 9, 1.00) ;}
.westernlightpurple{color:rgba(123, 56, 216, 1.00) ;}
            .text a{font-weight:600 ;}
h4{margin-top:1.5rem ;}  
h3{margin-top:0.00px !important;margin-right:0.00px !important;margin-bottom:0.00px !important;margin-left:0.00px !important;}@media only screen and (min-width:40em){h3{margin-top:32.00px !important;margin-right:0.00px !important;margin-bottom:0.00px !important;margin-left:0.00px !important}}@media only screen and (min-width:64em){h3{margin-top:32.00px !important;margin-right:0.00px !important;margin-bottom:0.00px !important;margin-left:0.00px !important}}
h5{margin-top:0.00px !important;margin-right:0.00px !important;margin-bottom:0.00px !important;margin-left:0.00px !important;}@media only screen and (min-width:40em){h5{margin-top:12.00px !important;margin-right:0.00px !important;margin-bottom:0.00px !important;margin-left:0.00px !important}}@media only screen and (min-width:64em){h5{margin-top:12.00px !important;margin-right:0.00px !important;margin-bottom:0.00px !important;margin-left:0.00px !important}}
.notopmargin{margin-top:0 !important;}  
.westlghtblue{background-color:rgba(110, 230, 250, 0.50) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.westlghtblue{background-attachment:scroll!important}}
            .button{font-weight:600 ;}

.bext{background-color:rgba(29, 135, 203, 1.00) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bext{background-attachment:scroll!important}}
.bext{border-color:rgba(29, 135, 203, 1.00) ;border-width:3px ;border-style:solid ;}
.bext:hover{background-color:rgba(255, 255, 255, 1.00) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bext{background-attachment:scroll!important}}
.bext:hover{border-width:3px !important;}
.bext:hover{color:rgba(29, 135, 203, 1.00) !important;}
.bext{width:50% !important;min-width:fit-content !important;max-width:none !important;} @media only screen and (min-width:40em){.bext{width:12rem !important}}@media only screen and (min-width:64em){.bext{width:12rem !important}} 
.bext!:hover{box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.60);}
.bext{border-radius:5px ;}

.bint:hover{background-color:rgba(255, 255, 255, 1.00) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bint{background-attachment:scroll!important}}
.bint{background-color:rgba(21, 166, 224, 1.00) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bint{background-attachment:scroll!important}}
.bint{color:rgba(255, 255, 255, 1.00) !important;}
.bint!:hover{box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.60);}
.bint:hover{color:rgba(21, 166, 224, 1.00) !important;}
.bint{border-radius:5px ;}
.bint{border-color:rgba(21, 166, 224, 1.00) !important;border-width:3px !important;}

.bact:hover{background-color:rgba(255, 255, 255, 1.00) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bact{background-attachment:scroll!important}}
.bact{background-color:rgba(22, 167, 117, 1.00) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bact{background-attachment:scroll!important}}
.bact{color:rgba(255, 255, 255, 1.00) !important;}
.bact:hover{color:rgba(22, 167, 117, 1.00) !important;}
.bact{width:50% !important;min-width:fit-content !important;max-width:none !important;} @media only screen and (min-width:40em){.bact{width:12rem !important}}@media only screen and (min-width:64em){.bact{width:12rem !important}} 
.bact{border-color:rgba(22, 167, 117, 1.00) !important;border-width:3px !important;}
.bact!:hover{box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.60);}
.bact{border-radius:5px ;}
.button{transition:all 250ms ease 0ms }
.button{padding:0.5rem ;}  
input{height:1rem ;}  
input{width:1rem ;}  
            label{font-size:calc(16rem/16) ;}@media only screen and (min-width:40em) {            label{font-size:calc(20rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            label{font-size:calc(20rem/16) ;line-height:1.50 }}

 .main-menu, .fontpro-stacks_in_284_13{ font-size:16.00px ; }
  
  
  @media only screen and (min-width:25.875000em){ .main-menu, .fontpro-stacks_in_284_13{font-size:18.00px }} 
  @media only screen and (min-width:48.000000em){ .main-menu, .fontpro-stacks_in_284_13{font-size:18.00px }} 
  @media only screen and (min-width:62.500000em){ .main-menu, .fontpro-stacks_in_284_13{font-size:18.00px }} 

 .bottommenu, .fontpro-stacks_in_284_102{ font-size:16.00px ; }
  
  
  @media only screen and (min-width:25.875000em){ .bottommenu, .fontpro-stacks_in_284_102{font-size:18.00px }} 
  @media only screen and (min-width:48.000000em){ .bottommenu, .fontpro-stacks_in_284_102{font-size:18.00px }} 
  @media only screen and (min-width:62.500000em){ .bottommenu, .fontpro-stacks_in_284_102{font-size:18.00px }} 
.main-menu{background-color:rgba(255, 255, 255, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.main-menu{background-attachment:scroll!important}}
 .topmenu>.menu a, .menu.topmenu a{--menu-link-color:rgba(34, 34, 34, 1.00);--menu-link-color-hover:rgba(238, 76, 45, 1.00);--menu-bg-color:rgba(255, 255, 255, 0.00);--menu-caret-color:rgba(97, 103, 173, 1.00);--menu-border-accent:2px solid var(--menu-link-color)} .topmenu>.menu .menu-text, .menu.topmenu .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .topmenu>.menu>li>a, .menu.topmenu>li>a{padding-top:1rem;padding-bottom:1rem} .topmenu>.menu .submenu>li>a, .menu.topmenu .submenu>li>a{padding-top:0.75rem;padding-bottom:0.75rem} .topmenu>.menu li.active>a, .topmenu>.menu li.is-active>a, .topmenu>.menu a.is-active, .menu.topmenu li.active>a, .menu.topmenu li.is-active>a, .menu.topmenu a.is-active{--menu-bg-color:rgba(255, 255, 255, 1.00);--menu-link-color:rgba(123, 56, 216, 1.00);--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(123, 56, 216, 1.00)} .topmenu>.menu .submenu li.active>a, .topmenu>.menu .submenu li.is-active>a, .topmenu>.menu .submenu a.is-active, .menu.topmenu .submenu li.active>a, .menu.topmenu .submenu li.is-active>a, .menu.topmenu .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00)} .topmenu>.menu .submenu a, .menu.topmenu .submenu a{--menu-caret-color:rgba(97, 103, 173, 1.00)} .topmenu>.menu .submenu, .menu.topmenu .submenu{--submenu-bg-color:rgba(254, 254, 254, 1.00);--submenu-border:1px solid rgba(202, 202, 202, 1.00)} .topmenu>.menu .submenu a, .menu.topmenu .submenu a{--menu-bg-color:transparent;--menu-link-color:rgba(34, 34, 34, 1.00);--menu-link-color-hover:rgba(68, 68, 68, 1.00)} .topmenu>.menu .submenu .menu-text, .menu.topmenu .submenu .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .topmenu>.menu .submenu li.active>a, .topmenu>.menu .submenu li.is-active>a, .topmenu>.menu .submenu a.is-active, .menu.topmenu .submenu li.active>a, .menu.topmenu .submenu li.is-active>a, .menu.topmenu .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-bg-color:rgba(97, 103, 173, 1.00);--menu-link-color:rgba(254, 254, 254, 1.00);--menu-link-color-hover:rgba(254, 254, 254, 1.00)}
 .bottommenu>.menu a, .menu.bottommenu a{--menu-link-color:rgba(34, 34, 34, 1.00);--menu-link-color-hover:rgba(238, 76, 45, 1.00);--menu-bg-color:rgba(255, 255, 255, 0.00);--menu-caret-color:rgba(97, 103, 173, 1.00);--menu-border-accent:2px solid var(--menu-link-color)} .bottommenu>.menu .menu-text, .menu.bottommenu .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .bottommenu>.menu>li>a, .menu.bottommenu>li>a{padding-top:1rem;padding-bottom:1rem} .bottommenu>.menu .submenu>li>a, .menu.bottommenu .submenu>li>a{padding-top:0.75rem;padding-bottom:0.75rem} .bottommenu>.menu li.active>a, .bottommenu>.menu li.is-active>a, .bottommenu>.menu a.is-active, .menu.bottommenu li.active>a, .menu.bottommenu li.is-active>a, .menu.bottommenu a.is-active{--menu-bg-color:rgba(230, 230, 230, 0.00);--menu-link-color:rgba(123, 56, 216, 1.00);--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(123, 56, 216, 1.00)} .bottommenu>.menu .submenu li.active>a, .bottommenu>.menu .submenu li.is-active>a, .bottommenu>.menu .submenu a.is-active, .menu.bottommenu .submenu li.active>a, .menu.bottommenu .submenu li.is-active>a, .menu.bottommenu .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00)} .bottommenu>.menu .submenu a, .menu.bottommenu .submenu a{--menu-caret-color:rgba(97, 103, 173, 1.00)} .bottommenu>.menu .submenu, .menu.bottommenu .submenu{--submenu-bg-color:rgba(254, 254, 254, 1.00);--submenu-border:1px solid rgba(202, 202, 202, 1.00)} .bottommenu>.menu .submenu a, .menu.bottommenu .submenu a{--menu-bg-color:transparent;--menu-link-color:rgba(34, 34, 34, 1.00);--menu-link-color-hover:rgba(68, 68, 68, 1.00)} .bottommenu>.menu .submenu .menu-text, .menu.bottommenu .submenu .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .bottommenu>.menu .submenu li.active>a, .bottommenu>.menu .submenu li.is-active>a, .bottommenu>.menu .submenu a.is-active, .menu.bottommenu .submenu li.active>a, .menu.bottommenu .submenu li.is-active>a, .menu.bottommenu .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-bg-color:rgba(97, 103, 173, 1.00);--menu-link-color:rgba(254, 254, 254, 1.00);--menu-link-color-hover:rgba(254, 254, 254, 1.00)}
@media screen and (min-width:0px) and (max-width:540px){.fullm{display:none !important}}
@media screen and (min-width:0px) and (max-width:540px){.hamb{display:block !important}}
.chsmenu{background-color:rgba(29, 135, 203, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.chsmenu{background-attachment:scroll!important}}
.chrdmenu{background-color:rgba(253, 165, 9, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.chrdmenu{background-attachment:scroll!important}}
.jpsmenu{background-color:rgba(123, 56, 216, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.jpsmenu{background-attachment:scroll!important}}
.formsmenu{background-color:rgba(110, 230, 250, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.formsmenu{background-attachment:scroll!important}}
.commmenu{background-color:rgba(173, 251, 99, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.commmenu{background-attachment:scroll!important}}
.sitemenu{background-color:rgba(155, 168, 6, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.sitemenu{background-attachment:scroll!important}}
.aboutmenu{background-color:rgba(110, 111, 113, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.aboutmenu{background-attachment:scroll!important}}
            .menuitem p{font-size:calc(16rem/16) !important;font-weight:700 !important;}@media only screen and (min-width:40em) {            .menuitem p{font-size:calc(16rem/16) !important;line-height:1.50 !important}}@media only screen and (min-width:64em) {            .menuitem p{font-size:calc(18rem/16) !important;line-height:1.50 !important}}
            .menuhead, .menuhead p{font-size:calc(18rem/16) !important;font-weight:700 !important;}@media only screen and (min-width:40em) {            .menuhead, .menuhead p{font-size:calc(18rem/16) !important;line-height:1.50 !important}}@media only screen and (min-width:64em) {            .menuhead, .menuhead p{font-size:calc(20rem/16) !important;line-height:1.50 !important}}
.menuitem p:hover{color:rgba(255, 23, 53, 1.00) ;}
.dropdown-pane{z-index:110 !important}
.upupup{z-index:120 !important}
.tooltip, .tooltip:before{--tooltip-background:rgba(251, 240, 77, 1.00) !important;}
.tooltip, .tooltip:before{--tooltip-color:rgba(0, 0, 0, 1.00) !important;}
.dtbxshad{transition:all 500ms ease-in-out 25ms }
.dtbxshad:hover{box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.60);}
.datebox{color:rgba(24, 15, 41, 1.00) !important;}
            .datebox{font-size:calc(20rem/16) !important;font-weight:700 !important;}@media only screen and (min-width:40em) {            .datebox{font-size:calc(28rem/16) !important;line-height:1.50 !important}}@media only screen and (min-width:64em) {            .datebox{font-size:calc(31rem/16) !important;line-height:1.50 !important}}
.vignette{filter:drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.80));}
.detail:hover{background-color:rgba(173, 251, 99, 0.50) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.detail{background-attachment:scroll!important}}
.detail{transition:all 500ms ease 0ms }
.detail:hover{border-color:rgba(153, 153, 153, 1.00) ;border-width:1px ;border-style:solid ;}
.header{color:rgba(255, 255, 255, 1.00) ;}
            .header{line-height:1.20 !important;}
.header{--fittext-min:1.500000rem;--fittext-max:4.500000rem;--fittext-slope:0.052174;--fittext-max-target:5.217400vw;--fittext-y-intercept:7.304321;--fittext-min-target:0.456520rem;font-size:clamp(var(--fittext-min),calc(var(--fittext-min-target) + var(--fittext-max-target)),var(--fittext-max)) ;line-height:1}
.subhead{--fittext-min:1.250000rem;--fittext-max:2.500000rem;--fittext-slope:0.021739;--fittext-max-target:2.173900vw;--fittext-y-intercept:13.043520;--fittext-min-target:0.815220rem;font-size:clamp(var(--fittext-min),calc(var(--fittext-min-target) + var(--fittext-max-target)),var(--fittext-max)) ;line-height:1}

.LHSCOrange{background-color:rgba(255, 179, 0, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.LHSCOrange{background-attachment:scroll!important}}
.LHSCGreen{background-color:rgba(171, 180, 0, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.LHSCGreen{background-attachment:scroll!important}}
.WestLgtGreen{background-color:rgba(185, 248, 118, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.WestLgtGreen{background-attachment:scroll!important}}
.WestLgtBlue{background-color:rgba(125, 234, 251, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.WestLgtBlue{background-attachment:scroll!important}}

.westlghtblue{background-color:rgba(110, 230, 250, 0.50) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.westlghtblue{background-attachment:scroll!important}}
.westlghtgreen{background-color:rgba(185, 248, 118, 0.50) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.westlghtgreen{background-attachment:scroll!important}}
@charset "UTF-8";
























@charset "UTF-8";
#stacks_in_989 .fg-content.fg-full-height{height:100%}#stacks_in_989 .slides-container{margin:0}#stacks_in_989 .slides-container > li{margin:0}#stacks_in_989 .slides-container > li::before,#stacks_in_989 .slides-container > li::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:2;transition:opacity 80ms ease}#stacks_in_989 .slides-container.ovl-color li::before{background-color:rgba(0, 0, 0, 0.15)}#stacks_in_989 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_989 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_989 .impact-wrapper{z-index:0}#stacks_in_989 .impact-wrapper.fill-container{min-width:100%}#stacks_in_989 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_989 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_989 .impact-wrapper.fixed-height{height:400px;width:100%;min-width:100%}#stacks_in_989 .impact-wrapper.flexible-height{height:100vh;min-height:300px;width:100%;min-width:100%}#stacks_in_989 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_989 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_989 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_989 .impact-wrapper > .pre-loader{position:absolute;text-align:center;top:0;left:0;width:100%;height:100%;opacity:1;visibility:visible;transition:opacity 80ms ease,visibility 0 0.2s}#stacks_in_989 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_989 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_989 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_989 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_989 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_989 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_989 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_989 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_989 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_989 .impact-wrapper > .pre-loader.bg-overlay::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:0}#stacks_in_989 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(0, 0, 0, 0.15)}#stacks_in_989 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_989 .impact-container{z-index:5}#stacks_in_989 .scrollDown{position:absolute;cursor:pointer;z-index:100;left:50%;width:80px;height:80px;-webkit-touch-callout:none;transform:scale(0.70);transform-origin:left center;-webkit-user-select:none;user-select:none}@media screen and (max-width:640px){#stacks_in_989 .scrollDown{transform:scale(0.70)}}#stacks_in_989 .scrollDown.button-bottom{bottom:30px}#stacks_in_989 .scrollDown.button-top{top:30px}@media screen and (max-width:640px){#stacks_in_989 .scrollDown.hide-on-mob{display:none}}#stacks_in_989 .impact-arrow-wrap{background:rgba(0, 0, 0, 0.00);border-radius:50%;border:2px solid rgba(255, 255, 255, 0.96);box-shadow:0px 0px 0px 0px rgba(51, 51, 51, 0.60);transition:all 90ms ease}#stacks_in_989 .impact-arrow-wrap:hover{background:rgba(40, 40, 40, 0.85);transition:all 90ms ease}#stacks_in_989 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_989 .impact-arrow-wrap.animates .impact-arrow{animation-delay:3000ms;animation-iteration-count:3}#stacks_in_989 .impact-arrow{border-top-color:rgba(255, 255, 255, 0.85);border-right-color:rgba(255, 255, 255, 0.85);border-width:2px}#stacks_in_989 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00)}#stacks_in_989 .impact-hint{position:absolute;top:0.6em;width:100%;left:0;font-size:2em;font-style:italic;text-align:center;color:rgba(255, 255, 255, 0.85);opacity:0}#stacks_in_989 .slides-pagination > a{transition:all 4000ms ease}#stacks_in_989 .slides-pagination > a.current{transition:all 4000ms ease}
.slide-stacks_in_997 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_997 .impact-container.h-right{right:0px}.slide-stacks_in_997 .impact-container.h-left{left:0px}.slide-stacks_in_997 .impact-container.v-top{top:0px}
.slide-stacks_in_990 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_990 .impact-container.h-right{right:0px}.slide-stacks_in_990 .impact-container.h-left{left:0px}.slide-stacks_in_990 .impact-container.v-top{top:0px}
#stacks_in_999{overflow:visible !important}#stacks_in_999 > .impact-animate{animation-duration:800ms;animation-delay:0ms}
#stacks_in_1007{overflow:visible !important}#stacks_in_1007 > .impact-animate{animation-duration:800ms;animation-delay:1000ms}
.stacks_in_1121_10 img{width:100%;max-width:75px}

#stacks_in_1121_14 {
	word-spacing: -3px;
	font-size: 135%;
	font-weight: bold;
}
.hamburger.stacks_in_1121_20{width:50px}.hamburger.stacks_in_1121_20:hover{opacity:0.90}.hamburger.stacks_in_1121_20 .burger-line{stroke:#000000;stroke-width:3.50}.hamburger.stacks_in_1121_20.is-active .burger-line{stroke:#000000}
@charset "UTF-8";
.puricons{transition:all 1000ms ease 0ms }






.puricons:hover

{
    transform-origin: 50% 50% ;
    transform-style: flat ;
    transform :
        
        
        translate3d(0px, -15px, 0px)
        
        
        scale3d(1.10, 1.10, 1.00)
        
        
        
        ;
}

.stacks_in_870 img{width:100%;max-width:165px}
.stacks_in_872 img{width:100%;max-width:165px}
.stacks_in_874 img{width:100%;max-width:165px}
@charset "UTF-8";
.stacks_in_208 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}


@charset "UTF-8";
.stacks_in_234 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}


@charset "UTF-8";
@charset "UTF-8";
.stacks_in_473 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}
.grid-x > .cell.stacks_in_474{width:100%;min-width:0px;max-width:1000px}@media only screen and (min-width:40em){.grid-x > .cell.stacks_in_474{width:29%}}@media only screen and (min-width:54em){.grid-x > .cell.stacks_in_474{width:21%}}
.target.stacks_in_824{    margin:0px;}.target.stacks_in_824{}.target.stacks_in_824.width-fill{width:calc(100% - 0px)}.target.stacks_in_824.width-flexible{width:100%}.target.stacks_in_824.width-fixed{width:250px}.target.stacks_in_824.height-fill{height:calc(100% - 0px)}.target.stacks_in_824.height-flexible{height:100%}.target.stacks_in_824.height-fixed{height:250px}.target.stacks_in_824[class*="relative-"].top-pt{top:100%}.target.stacks_in_824[class*="relative-"].top-px{top:100px}.target.stacks_in_824[class*="relative-"].bottom-pt{bottom:100%}.target.stacks_in_824[class*="relative-"].bottom-px{bottom:100px}.target.stacks_in_824[class*="relative-"].right-pt{right:0%}.target.stacks_in_824[class*="relative-"].right-px{right:0px}.target.stacks_in_824[class*="relative-"].left-pt{left:0%}.target.stacks_in_824[class*="relative-"].left-px{left:0px}.target.stacks_in_824.shift-up{margin-top:-0px}.target.stacks_in_824.shift-down{margin-bottom:-0px}.target.stacks_in_824.shift-left{right:0px}.target.stacks_in_824.shift-right{left:0px}.target.stacks_in_824.pin-top,.target.stacks_in_824.pin-bottom{left:0px}.target.stacks_in_824.pin-left,.target.stacks_in_824.pin-right{top:0px}#CFA{position:relative}

.stacks_in_499 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}
.grid-x > .cell.stacks_in_501{width:100%;min-width:0px;max-width:1000px}@media only screen and (min-width:40em){.grid-x > .cell.stacks_in_501{width:29%}}@media only screen and (min-width:54em){.grid-x > .cell.stacks_in_501{width:21%}}
.target.stacks_in_815{    margin:0px;}.target.stacks_in_815{}.target.stacks_in_815.width-fill{width:calc(100% - 0px)}.target.stacks_in_815.width-flexible{width:100%}.target.stacks_in_815.width-fixed{width:250px}.target.stacks_in_815.height-fill{height:calc(100% - 0px)}.target.stacks_in_815.height-flexible{height:100%}.target.stacks_in_815.height-fixed{height:250px}.target.stacks_in_815[class*="relative-"].top-pt{top:100%}.target.stacks_in_815[class*="relative-"].top-px{top:100px}.target.stacks_in_815[class*="relative-"].bottom-pt{bottom:100%}.target.stacks_in_815[class*="relative-"].bottom-px{bottom:100px}.target.stacks_in_815[class*="relative-"].right-pt{right:0%}.target.stacks_in_815[class*="relative-"].right-px{right:0px}.target.stacks_in_815[class*="relative-"].left-pt{left:0%}.target.stacks_in_815[class*="relative-"].left-px{left:0px}.target.stacks_in_815.shift-up{margin-top:-0px}.target.stacks_in_815.shift-down{margin-bottom:-0px}.target.stacks_in_815.shift-left{right:0px}.target.stacks_in_815.shift-right{left:0px}.target.stacks_in_815.pin-top,.target.stacks_in_815.pin-bottom{left:0px}.target.stacks_in_815.pin-left,.target.stacks_in_815.pin-right{top:0px}#SP{position:relative}

.stacks_in_529 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}
.grid-x > .cell.stacks_in_531{width:100%;min-width:0px;max-width:1000px}@media only screen and (min-width:40em){.grid-x > .cell.stacks_in_531{width:28%}}@media only screen and (min-width:54em){.grid-x > .cell.stacks_in_531{width:21%}}
.target.stacks_in_806{    margin:0px;}.target.stacks_in_806{}.target.stacks_in_806.width-fill{width:calc(100% - 0px)}.target.stacks_in_806.width-flexible{width:100%}.target.stacks_in_806.width-fixed{width:250px}.target.stacks_in_806.height-fill{height:calc(100% - 0px)}.target.stacks_in_806.height-flexible{height:100%}.target.stacks_in_806.height-fixed{height:250px}.target.stacks_in_806[class*="relative-"].top-pt{top:100%}.target.stacks_in_806[class*="relative-"].top-px{top:100px}.target.stacks_in_806[class*="relative-"].bottom-pt{bottom:100%}.target.stacks_in_806[class*="relative-"].bottom-px{bottom:100px}.target.stacks_in_806[class*="relative-"].right-pt{right:0%}.target.stacks_in_806[class*="relative-"].right-px{right:0px}.target.stacks_in_806[class*="relative-"].left-pt{left:0%}.target.stacks_in_806[class*="relative-"].left-px{left:0px}.target.stacks_in_806.shift-up{margin-top:-0px}.target.stacks_in_806.shift-down{margin-bottom:-0px}.target.stacks_in_806.shift-left{right:0px}.target.stacks_in_806.shift-right{left:0px}.target.stacks_in_806.pin-top,.target.stacks_in_806.pin-bottom{left:0px}.target.stacks_in_806.pin-left,.target.stacks_in_806.pin-right{top:0px}#SAL{position:relative}

.stacks_in_558 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}
.grid-x > .cell.stacks_in_560{width:100%;min-width:0px;max-width:1000px}@media only screen and (min-width:40em){.grid-x > .cell.stacks_in_560{width:29%}}@media only screen and (min-width:54em){.grid-x > .cell.stacks_in_560{width:21%}}
.target.stacks_in_797{    margin:0px;}.target.stacks_in_797{}.target.stacks_in_797.width-fill{width:calc(100% - 0px)}.target.stacks_in_797.width-flexible{width:100%}.target.stacks_in_797.width-fixed{width:250px}.target.stacks_in_797.height-fill{height:calc(100% - 0px)}.target.stacks_in_797.height-flexible{height:100%}.target.stacks_in_797.height-fixed{height:250px}.target.stacks_in_797[class*="relative-"].top-pt{top:100%}.target.stacks_in_797[class*="relative-"].top-px{top:100px}.target.stacks_in_797[class*="relative-"].bottom-pt{bottom:100%}.target.stacks_in_797[class*="relative-"].bottom-px{bottom:100px}.target.stacks_in_797[class*="relative-"].right-pt{right:0%}.target.stacks_in_797[class*="relative-"].right-px{right:0px}.target.stacks_in_797[class*="relative-"].left-pt{left:0%}.target.stacks_in_797[class*="relative-"].left-px{left:0px}.target.stacks_in_797.shift-up{margin-top:-0px}.target.stacks_in_797.shift-down{margin-bottom:-0px}.target.stacks_in_797.shift-left{right:0px}.target.stacks_in_797.shift-right{left:0px}.target.stacks_in_797.pin-top,.target.stacks_in_797.pin-bottom{left:0px}.target.stacks_in_797.pin-left,.target.stacks_in_797.pin-right{top:0px}#Reg{position:relative}

.stacks_in_579 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}
.grid-x > .cell.stacks_in_581{width:100%;min-width:0px;max-width:1000px}@media only screen and (min-width:40em){.grid-x > .cell.stacks_in_581{width:29%}}@media only screen and (min-width:54em){.grid-x > .cell.stacks_in_581{width:21%}}
.target.stacks_in_788{    margin:0px;}.target.stacks_in_788{}.target.stacks_in_788.width-fill{width:calc(100% - 0px)}.target.stacks_in_788.width-flexible{width:100%}.target.stacks_in_788.width-fixed{width:250px}.target.stacks_in_788.height-fill{height:calc(100% - 0px)}.target.stacks_in_788.height-flexible{height:100%}.target.stacks_in_788.height-fixed{height:250px}.target.stacks_in_788[class*="relative-"].top-pt{top:100%}.target.stacks_in_788[class*="relative-"].top-px{top:100px}.target.stacks_in_788[class*="relative-"].bottom-pt{bottom:100%}.target.stacks_in_788[class*="relative-"].bottom-px{bottom:100px}.target.stacks_in_788[class*="relative-"].right-pt{right:0%}.target.stacks_in_788[class*="relative-"].right-px{right:0px}.target.stacks_in_788[class*="relative-"].left-pt{left:0%}.target.stacks_in_788[class*="relative-"].left-px{left:0px}.target.stacks_in_788.shift-up{margin-top:-0px}.target.stacks_in_788.shift-down{margin-bottom:-0px}.target.stacks_in_788.shift-left{right:0px}.target.stacks_in_788.shift-right{left:0px}.target.stacks_in_788.pin-top,.target.stacks_in_788.pin-bottom{left:0px}.target.stacks_in_788.pin-left,.target.stacks_in_788.pin-right{top:0px}#PDO{position:relative}

.stacks_in_1311 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}
.grid-x > .cell.stacks_in_1313{width:100%;min-width:0px;max-width:1000px}@media only screen and (min-width:40em){.grid-x > .cell.stacks_in_1313{width:29%}}@media only screen and (min-width:54em){.grid-x > .cell.stacks_in_1313{width:21%}}
.target.stacks_in_1320{    margin:0px;}.target.stacks_in_1320{}.target.stacks_in_1320.width-fill{width:calc(100% - 0px)}.target.stacks_in_1320.width-flexible{width:100%}.target.stacks_in_1320.width-fixed{width:250px}.target.stacks_in_1320.height-fill{height:calc(100% - 0px)}.target.stacks_in_1320.height-flexible{height:100%}.target.stacks_in_1320.height-fixed{height:250px}.target.stacks_in_1320[class*="relative-"].top-pt{top:100%}.target.stacks_in_1320[class*="relative-"].top-px{top:100px}.target.stacks_in_1320[class*="relative-"].bottom-pt{bottom:100%}.target.stacks_in_1320[class*="relative-"].bottom-px{bottom:100px}.target.stacks_in_1320[class*="relative-"].right-pt{right:0%}.target.stacks_in_1320[class*="relative-"].right-px{right:0px}.target.stacks_in_1320[class*="relative-"].left-pt{left:0%}.target.stacks_in_1320[class*="relative-"].left-px{left:0px}.target.stacks_in_1320.shift-up{margin-top:-0px}.target.stacks_in_1320.shift-down{margin-bottom:-0px}.target.stacks_in_1320.shift-left{right:0px}.target.stacks_in_1320.shift-right{left:0px}.target.stacks_in_1320.pin-top,.target.stacks_in_1320.pin-bottom{left:0px}.target.stacks_in_1320.pin-left,.target.stacks_in_1320.pin-right{top:0px}#CHRD{position:relative}

.stacks_in_600 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}
.grid-x > .cell.stacks_in_602{width:100%;min-width:0px;max-width:1000px}@media only screen and (min-width:40em){.grid-x > .cell.stacks_in_602{width:29%}}@media only screen and (min-width:54em){.grid-x > .cell.stacks_in_602{width:21%}}
.target.stacks_in_761{    margin:0px;}.target.stacks_in_761{}.target.stacks_in_761.width-fill{width:calc(100% - 0px)}.target.stacks_in_761.width-flexible{width:100%}.target.stacks_in_761.width-fixed{width:250px}.target.stacks_in_761.height-fill{height:calc(100% - 0px)}.target.stacks_in_761.height-flexible{height:100%}.target.stacks_in_761.height-fixed{height:250px}.target.stacks_in_761[class*="relative-"].top-pt{top:100%}.target.stacks_in_761[class*="relative-"].top-px{top:100px}.target.stacks_in_761[class*="relative-"].bottom-pt{bottom:100%}.target.stacks_in_761[class*="relative-"].bottom-px{bottom:100px}.target.stacks_in_761[class*="relative-"].right-pt{right:0%}.target.stacks_in_761[class*="relative-"].right-px{right:0px}.target.stacks_in_761[class*="relative-"].left-pt{left:0%}.target.stacks_in_761[class*="relative-"].left-px{left:0px}.target.stacks_in_761.shift-up{margin-top:-0px}.target.stacks_in_761.shift-down{margin-bottom:-0px}.target.stacks_in_761.shift-left{right:0px}.target.stacks_in_761.shift-right{left:0px}.target.stacks_in_761.pin-top,.target.stacks_in_761.pin-bottom{left:0px}.target.stacks_in_761.pin-left,.target.stacks_in_761.pin-right{top:0px}#CHS{position:relative}

.stacks_in_621 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}
.grid-x > .cell.stacks_in_623{width:100%;min-width:0px;max-width:1000px}@media only screen and (min-width:40em){.grid-x > .cell.stacks_in_623{width:29%}}@media only screen and (min-width:54em){.grid-x > .cell.stacks_in_623{width:21%}}
.target.stacks_in_748{    margin:0px;}.target.stacks_in_748{}.target.stacks_in_748.width-fill{width:calc(100% - 0px)}.target.stacks_in_748.width-flexible{width:100%}.target.stacks_in_748.width-fixed{width:250px}.target.stacks_in_748.height-fill{height:calc(100% - 0px)}.target.stacks_in_748.height-flexible{height:100%}.target.stacks_in_748.height-fixed{height:250px}.target.stacks_in_748[class*="relative-"].top-pt{top:100%}.target.stacks_in_748[class*="relative-"].top-px{top:100px}.target.stacks_in_748[class*="relative-"].bottom-pt{bottom:100%}.target.stacks_in_748[class*="relative-"].bottom-px{bottom:100px}.target.stacks_in_748[class*="relative-"].right-pt{right:0%}.target.stacks_in_748[class*="relative-"].right-px{right:0px}.target.stacks_in_748[class*="relative-"].left-pt{left:0%}.target.stacks_in_748[class*="relative-"].left-px{left:0px}.target.stacks_in_748.shift-up{margin-top:-0px}.target.stacks_in_748.shift-down{margin-bottom:-0px}.target.stacks_in_748.shift-left{right:0px}.target.stacks_in_748.shift-right{left:0px}.target.stacks_in_748.pin-top,.target.stacks_in_748.pin-bottom{left:0px}.target.stacks_in_748.pin-left,.target.stacks_in_748.pin-right{top:0px}#JCHPP{position:relative}

.stacks_in_642 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}
.grid-x > .cell.stacks_in_644{width:100%;min-width:0px;max-width:1000px}@media only screen and (min-width:40em){.grid-x > .cell.stacks_in_644{width:29%}}@media only screen and (min-width:54em){.grid-x > .cell.stacks_in_644{width:21%}}
.target.stacks_in_770{    margin:0px;}.target.stacks_in_770{}.target.stacks_in_770.width-fill{width:calc(100% - 0px)}.target.stacks_in_770.width-flexible{width:100%}.target.stacks_in_770.width-fixed{width:250px}.target.stacks_in_770.height-fill{height:calc(100% - 0px)}.target.stacks_in_770.height-flexible{height:100%}.target.stacks_in_770.height-fixed{height:250px}.target.stacks_in_770[class*="relative-"].top-pt{top:100%}.target.stacks_in_770[class*="relative-"].top-px{top:100px}.target.stacks_in_770[class*="relative-"].bottom-pt{bottom:100%}.target.stacks_in_770[class*="relative-"].bottom-px{bottom:100px}.target.stacks_in_770[class*="relative-"].right-pt{right:0%}.target.stacks_in_770[class*="relative-"].right-px{right:0px}.target.stacks_in_770[class*="relative-"].left-pt{left:0%}.target.stacks_in_770[class*="relative-"].left-px{left:0px}.target.stacks_in_770.shift-up{margin-top:-0px}.target.stacks_in_770.shift-down{margin-bottom:-0px}.target.stacks_in_770.shift-left{right:0px}.target.stacks_in_770.shift-right{left:0px}.target.stacks_in_770.pin-top,.target.stacks_in_770.pin-bottom{left:0px}.target.stacks_in_770.pin-left,.target.stacks_in_770.pin-right{top:0px}#CHRD{position:relative}

.stacks_in_1349 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}
.grid-x > .cell.stacks_in_1351{width:100%;min-width:0px;max-width:1000px}@media only screen and (min-width:40em){.grid-x > .cell.stacks_in_1351{width:29%}}@media only screen and (min-width:54em){.grid-x > .cell.stacks_in_1351{width:21%}}
.target.stacks_in_1358{    margin:0px;}.target.stacks_in_1358{}.target.stacks_in_1358.width-fill{width:calc(100% - 0px)}.target.stacks_in_1358.width-flexible{width:100%}.target.stacks_in_1358.width-fixed{width:250px}.target.stacks_in_1358.height-fill{height:calc(100% - 0px)}.target.stacks_in_1358.height-flexible{height:100%}.target.stacks_in_1358.height-fixed{height:250px}.target.stacks_in_1358[class*="relative-"].top-pt{top:100%}.target.stacks_in_1358[class*="relative-"].top-px{top:100px}.target.stacks_in_1358[class*="relative-"].bottom-pt{bottom:100%}.target.stacks_in_1358[class*="relative-"].bottom-px{bottom:100px}.target.stacks_in_1358[class*="relative-"].right-pt{right:0%}.target.stacks_in_1358[class*="relative-"].right-px{right:0px}.target.stacks_in_1358[class*="relative-"].left-pt{left:0%}.target.stacks_in_1358[class*="relative-"].left-px{left:0px}.target.stacks_in_1358.shift-up{margin-top:-0px}.target.stacks_in_1358.shift-down{margin-bottom:-0px}.target.stacks_in_1358.shift-left{right:0px}.target.stacks_in_1358.shift-right{left:0px}.target.stacks_in_1358.pin-top,.target.stacks_in_1358.pin-bottom{left:0px}.target.stacks_in_1358.pin-left,.target.stacks_in_1358.pin-right{top:0px}#CHS{position:relative}

.stacks_in_1388 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}
.grid-x > .cell.stacks_in_1390{width:100%;min-width:0px;max-width:1000px}@media only screen and (min-width:40em){.grid-x > .cell.stacks_in_1390{width:29%}}@media only screen and (min-width:54em){.grid-x > .cell.stacks_in_1390{width:21%}}
.target.stacks_in_1397{    margin:0px;}.target.stacks_in_1397{}.target.stacks_in_1397.width-fill{width:calc(100% - 0px)}.target.stacks_in_1397.width-flexible{width:100%}.target.stacks_in_1397.width-fixed{width:250px}.target.stacks_in_1397.height-fill{height:calc(100% - 0px)}.target.stacks_in_1397.height-flexible{height:100%}.target.stacks_in_1397.height-fixed{height:250px}.target.stacks_in_1397[class*="relative-"].top-pt{top:100%}.target.stacks_in_1397[class*="relative-"].top-px{top:100px}.target.stacks_in_1397[class*="relative-"].bottom-pt{bottom:100%}.target.stacks_in_1397[class*="relative-"].bottom-px{bottom:100px}.target.stacks_in_1397[class*="relative-"].right-pt{right:0%}.target.stacks_in_1397[class*="relative-"].right-px{right:0px}.target.stacks_in_1397[class*="relative-"].left-pt{left:0%}.target.stacks_in_1397[class*="relative-"].left-px{left:0px}.target.stacks_in_1397.shift-up{margin-top:-0px}.target.stacks_in_1397.shift-down{margin-bottom:-0px}.target.stacks_in_1397.shift-left{right:0px}.target.stacks_in_1397.shift-right{left:0px}.target.stacks_in_1397.pin-top,.target.stacks_in_1397.pin-bottom{left:0px}.target.stacks_in_1397.pin-left,.target.stacks_in_1397.pin-right{top:0px}#JCHPP{position:relative}

.stacks_in_663 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}
.grid-x > .cell.stacks_in_665{width:100%;min-width:0px;max-width:1000px}@media only screen and (min-width:40em){.grid-x > .cell.stacks_in_665{width:29%}}@media only screen and (min-width:54em){.grid-x > .cell.stacks_in_665{width:21%}}
.target.stacks_in_779{    margin:0px;}.target.stacks_in_779{}.target.stacks_in_779.width-fill{width:calc(100% - 0px)}.target.stacks_in_779.width-flexible{width:100%}.target.stacks_in_779.width-fixed{width:250px}.target.stacks_in_779.height-fill{height:calc(100% - 0px)}.target.stacks_in_779.height-flexible{height:100%}.target.stacks_in_779.height-fixed{height:250px}.target.stacks_in_779[class*="relative-"].top-pt{top:100%}.target.stacks_in_779[class*="relative-"].top-px{top:100px}.target.stacks_in_779[class*="relative-"].bottom-pt{bottom:100%}.target.stacks_in_779[class*="relative-"].bottom-px{bottom:100px}.target.stacks_in_779[class*="relative-"].right-pt{right:0%}.target.stacks_in_779[class*="relative-"].right-px{right:0px}.target.stacks_in_779[class*="relative-"].left-pt{left:0%}.target.stacks_in_779[class*="relative-"].left-px{left:0px}.target.stacks_in_779.shift-up{margin-top:-0px}.target.stacks_in_779.shift-down{margin-bottom:-0px}.target.stacks_in_779.shift-left{right:0px}.target.stacks_in_779.shift-right{left:0px}.target.stacks_in_779.pin-top,.target.stacks_in_779.pin-bottom{left:0px}.target.stacks_in_779.pin-left,.target.stacks_in_779.pin-right{top:0px}#PP{position:relative}

@charset "UTF-8";

.stacks_in_1523_9 img{width:100%;max-width:256px}
.stacks_in_1523_13 img{width:100%;max-width:256px}
.stacks_in_1523_17 img{width:100%;max-width:256px}
.stacks_in_1523_21 img{width:100%;max-width:256px}
.stacks_in_1523_25 img{width:100%;max-width:256px}
.stacks_in_1523_29 img{width:100%;max-width:256px}
.stacks_in_1523_33 img{width:100%;max-width:256px}
.stacks_in_1523_37 img{width:100%;max-width:256px}
@charset "UTF-8";
