/*
 * mb-arrows
 */

.movingbox{--arrow-size:40px;--arrow-block-size:40px;--arrow-color:hsla(0,0%,0%,0.85);--arrow-bg-color:hsla(0,0%,70%,0.5);--arrow-x-custom:50px;--arrow-y-custom:50px;--arrow-disabled:0.5}.single-slide .mb-arrow{display:none}.mb-arrow{display:block;line-height:1;cursor:pointer;background-color:transparent;padding:0;margin:0;border:none;opacity:0;transition:opacity 500ms ease 0s;appearance:none}.mb-arrow:hover{background-color:transparent}.slick-initialized .mb-arrow:not(.arrow-hover){opacity:1}.mb-arrow.slick-disabled{cursor:default;opacity:var(--arrow-disabled) !important}.mb-arrow:not(.custom-arrow){position:absolute;z-index:53;width:var(--arrow-size);height:var(--arrow-size);font-size:var(--arrow-size);color:var(--arrow-color)}.mb-arrow:not(.custom-arrow) > *{transition:color 200ms linear}.mb-arrow:not(.custom-arrow) > svg{max-width:var(--arrow-size);max-height:var(--arrow-size)}.mb-arrow:not(.custom-arrow) > svg [fill]{transition:fill 200ms linear}.arrow-hide{display:none}.arrow-block{background-color:var(--arrow-bg-color);transform:none !important}.arrow-block:hover{background-color:var(--arrow-bg-color)}.movingbox:not(.slide-vert) .arrow-block{height:100%;min-width:var(--arrow-size);width:var(--arrow-block-size);top:0 !important}.movingbox:not(.slide-vert) .arrow-block.mb-next{right:0}.movingbox.slide-vert .arrow-block{width:100%;height:var(--arrow-block-size);min-height:var(--arrow-size)}.movingbox.slide-vert .arrow-block.mb-prev{top:0 !important}.movingbox.slide-vert .arrow-block.mb-next{bottom:0 !important}.mb-arrow.arrow-hover{opacity:0;transition:opacity 500ms ease}.movingbox:hover .mb-arrow.arrow-hover{opacity:1}.arrow-y-custom.mb-prev{top:var(--arrow-y-custom)}.arrow-y-custom.mb-next{bottom:var(--arrow-y-custom)}.arrow-y-custom.arrow-flush-top{top:var(--arrow-y-custom);bottom:auto}.arrow-y-custom.arrow-flush-bottom{bottom:var(--arrow-y-custom);top:auto}.arrow-x-custom.mb-prev{left:var(--arrow-x-custom)}.arrow-x-custom.mb-next{right:var(--arrow-x-custom)}.arrow-x-custom.arrow-flush-left{right:auto;left:var(--arrow-x-custom)}.arrow-x-custom.arrow-flush-right{left:auto;right:var(--arrow-x-custom)}.arrow-y-outside.mb-prev{top:0;transform:translateY(-100%)}.arrow-y-outside.mb-next{bottom:0;transform:translateY(100%)}.arrow-y-inside.mb-prev{top:0}.arrow-y-inside.mb-next{bottom:0}.arrow-y-center{top:50%;transform:translateY(-50%)}.arrow-x-outside.mb-prev{left:0;transform:translateX(-100%)}.arrow-x-outside.mb-next{right:0;transform:translateX(100%)}.arrow-x-outside.arrow-y-center.mb-prev{transform:translateX(-100%) translateY(-50%)}.arrow-x-outside.arrow-y-center.mb-next{transform:translateX(100%) translateY(-50%)}.arrow-x-outside.arrow-y-outside.mb-prev{transform:translateX(-100%) translateY(-100%)}.arrow-x-outside.arrow-y-outside.mb-next{transform:translateX(100%) translateY(100%)}.arrow-x-inside.mb-prev{left:0}.arrow-x-inside.mb-next{right:0}.arrow-x-center{right:50%;transform:translateX(50%)}.arrow-x-center.arrow-block{right:0}.arrow-x-center.arrow-y-outside.mb-prev{transform:translateY(-100%) translateX(50%)}.arrow-x-center.arrow-y-outside.mb-next{transform:translateY(100%) translateX(50%)}.arrow-flush-left{right:auto !important;left:0 !important}.arrow-flush-left.arrow-x-outside{transform:translateX(-100%)}.arrow-flush-left.arrow-x-outside.arrow-y-outside.mb-prev{transform:translateX(-100%) translateY(-100%)}.arrow-flush-left.arrow-x-outside.arrow-y-outside.mb-next{transform:translateX(-100%) translateY(100%)}.arrow-flush-right{right:0 !important;left:auto !important}.arrow-flush-right.arrow-x-outside{transform:translateX(100%)}.arrow-flush-right.arrow-x-outside.arrow-y-outside.mb-prev{transform:translateX(100%) translateY(-100%)}.arrow-flush-right.arrow-x-outside.arrow-y-outside.mb-next{transform:translateX(100%) translateY(100%)}.arrow-flush-top{top:0 !important;bottom:auto !important}.arrow-flush-top.arrow-y-outside{transform:translateY(-100%)}.arrow-flush-top.arrow-y-outside.arrow-x-outside.mb-prev{transform:translateX(-100%) translateY(-100%)}.arrow-flush-top.arrow-y-outside.arrow-x-outside.mb-next{transform:translateX(100%) translateY(-100%)}.arrow-flush-bottom{top:auto !important;bottom:0 !important}.arrow-flush-bottom.arrow-y-outside{transform:translateY(100%)}.arrow-flush-bottom.arrow-y-outside.arrow-x-outside.mb-prev{transform:translateX(-100%) translateY(100%)}.arrow-flush-bottom.arrow-y-outside.arrow-x-outside.mb-next{transform:translateX(100%) translateY(100%)}.movingbox.smart-margins:has(.arrow-y-outside){padding-top:var(--arrow-size);padding-bottom:var(--arrow-size)}.movingbox.smart-margins:has(.arrow-y-outside):has(.arrow-block){padding-top:var(--arrow-block-size);padding-bottom:var(--arrow-block-size)}.movingbox.smart-margins:has(.arrow-y-outside):has(.arrow-flush-top){padding-bottom:0}.movingbox.smart-margins:has(.arrow-y-outside):has(.arrow-flush-bottom){padding-top:0}.movingbox.smart-margins:has(.arrow-x-outside){margin-left:var(--arrow-size);margin-right:var(--arrow-size)}.movingbox.smart-margins:has(.arrow-x-outside):has(.arrow-block){margin-left:var(--arrow-block-size);margin-right:var(--arrow-block-size)}.movingbox.smart-margins:has(.arrow-x-outside):has(.arrow-flush-left){margin-right:0}.movingbox.smart-margins:has(.arrow-x-outside):has(.arrow-flush-right){margin-left:0}


/*
 * mb-dots
 */

.mb-dots-container{--dot-align:center;--dot-color:hsla(0,0%,0%,0.5);--dot-num-color:hsla(0,0%,100%,0.8);--dot-size:20px;--dot-num-size:calc(var(--dot-size) / 2);height:0}.single-slide .mb-dots{display:none}.mb-dots{text-align:var(--dot-align);position:absolute;list-style:none;display:block;z-index:50;margin:0;padding:0;width:100%;opacity:0;transition:opacity 500ms ease 0s}.slick-initialized .mb-dots{opacity:1}.mb-dots li{position:relative;display:inline-block;vertical-align:bottom;margin:0 5px;padding:0px;cursor:pointer}.mb-dots li button{border:0;background:transparent;display:block;height:var(--dot-size);width:var(--dot-size);line-height:0;font-size:0;color:transparent;text-align:center;padding:5px;margin:0;cursor:pointer;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mb-dots svg{max-height:var(--dot-size);max-width:var(--dot-size)}.mb-dots .mb-dot,.mb-dots .mb-dot-active{color:var(--dot-color);font-size:var(--dot-size);position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;display:inline-flex;align-items:center;justify-content:center}.mb-dots .mb-dot-active{display:none}.mb-dots .mb-active .mb-dot{display:none}.mb-dots .mb-active .mb-dot-active{display:inline-flex}.dot-numbers .mb-dots li button{line-height:var(--dot-size);z-index:1;padding:0;color:var(--dot-num-color);font-size:var(--dot-num-size)}.dot-numbers.dot-none .mb-dots li button{font-size:var(--dot-size)}.dot-numbers.dot-none .mb-dots li button > *{display:none}.dot-hover{opacity:0;transition:opacity 500ms ease 0s}.movingbox:hover .dot-hover{opacity:1}.dot-top .mb-dots{top:0}.dot-top.dot-outside .mb-dots{transform:translateY(-120%)}.dot-bottom .mb-dots{bottom:0}.dot-bottom.dot-outside .mb-dots{transform:translateY(120%)}.dot-right .mb-dots,.dot-left .mb-dots{top:50%;width:auto;transform:translateY(-50%)}.dot-right .mb-dots li,.dot-left .mb-dots li{display:block}.dot-left .mb-dots{left:0}.dot-left.dot-outside .mb-dots{transform:translateY(-50%) translateX(-100%)}.dot-right .mb-dots{right:0}.dot-right.dot-outside .mb-dots{transform:translateY(-50%) translateX(100%)}.dot-center-arrows.dot-top.dot-outside .mb-dots{transform:translateY(-100%)}.dot-center-arrows.dot-bottom.dot-outside .mb-dots{transform:translateY(100%)}.movingbox.smart-margins:has(.dot-outside){--smart-dot-margin:calc(var(--dot-size) * 1.2)}.dot-bottom .movingbox.smart-margins:has(.dot-outside){margin-bottom:var(--smart-dot-margin)}.dot-top .movingbox.smart-margins:has(.dot-outside){margin-top:var(--smart-dot-margin)}.dot-left .movingbox.smart-margins:has(.dot-outside){margin-left:var(--smart-dot-margin)}.dot-right .movingbox.smart-margins:has(.dot-outside){margin-right:var(--smart-dot-margin)}.dot-center-arrows.dot-top .mb-dots li,.dot-center-arrows.dot-top .mb-dots li button,.dot-center-arrows.dot-bottom .mb-dots li,.dot-center-arrows.dot-bottom .mb-dots li button{height:var(--arrow-size)}.dot-center-arrows.dot-left .mb-dots li,.dot-center-arrows.dot-left .mb-dots li button,.dot-center-arrows.dot-right .mb-dots li,.dot-center-arrows.dot-right .mb-dots li button{width:var(--arrow-size);margin:5px 0}


.mb-cloned .stacks_left{float:left;width:49%}.mb-cloned .stacks_right{float:right;width:49%}.movingbox{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent;--caption-bg-color:rgba(0,0,0,0.5);--caption-color:#fff;--caption-size:1rem}.movingbox .caption{position:relative;margin:0;padding:0}.movingbox .caption .slide-caption{position:absolute;z-index:10;background-color:var(--caption-bg-color);color:var(--caption-color);font-size:var(--caption-size);padding:1rem;margin:0;transition:opacity 500ms ease 0s}.movingbox .caption.caption-static .slide-caption{position:relative}.movingbox .caption.caption-bottom .slide-caption{bottom:0;left:0;right:0}.movingbox .caption.caption-full .slide-caption{top:50%;left:0;right:0;text-align:center;translate:0 -50%;background:none}.movingbox .caption.caption-full::before{content:" ";position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--caption-bg-color)}.movingbox .caption.caption-centered .slide-caption{top:50%;left:50%;text-align:center;translate:-50% -50%}.movingbox .caption.caption-hover .slide-caption{opacity:0}.mb-slide:not(.mb-active) .slide-caption{opacity:0}.mb-slide.mb-active:hover .caption.caption-hover .slide-caption{opacity:1}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand;cursor:grabbing}.slick-track{position:relative;left:0;top:0;display:block;zoom:1}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.mb-center{z-index:11;position:relative}.mb-slide{float:left;min-height:1px;display:none}.mb-slide .slick-loading img,.mb-slide .slick-loading video{display:none}.mb-slide .dragging img{pointer-events:none;-webkit-user-select:none;user-select:none}.mb-slide > div{overflow:hidden}.mb-slide:not(.mb-active) a{pointer-events:none}.centermode .mb-slide:not(.mb-current) a{pointer-events:none}.slick-initialized .mb-slide{display:block}.slick-loading .mb-slide{visibility:hidden}.slick-vertical .mb-slide{display:block;height:auto}.movingbox{position:relative}.movingbox.stretch-media .mb-slide img,.movingbox.stretch-media .mb-slide video{height:auto;width:100%;max-width:100%;display:block}.movingbox > .mb-slide{opacity:0}.movingbox > .mb-slide:first-child{opacity:1}.movingbox .image-slide img,.movingbox .video-slide video{display:block}.movingbox[dir=rtl]{text-align:end}.movingbox .mb-tap-target{position:absolute;display:block;line-height:0;font-size:0;cursor:pointer;background:transparent;color:transparent;padding:0;margin:0;border:none;outline:none;z-index:1001;top:0;height:100%;width:50%}.movingbox .mb-tap-target.next{right:0}.movingbox .mb-tap-target.hide{display:none}.movingbox.slide-vert .mb-tap-target{height:50%;width:100%}.movingbox.slide-vert .mb-tap-target.next{bottom:0;right:auto;top:auto}.mb-animate.hide-on-load{opacity:0}
.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)}}

:root{--light-gray:rgba(230, 230, 230, 1.00);--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(0, 140, 186, 1.00);--secondary:rgba(231, 231, 231, 1.00);--success:rgba(67, 172, 106, 1.00);--warning:rgba(240, 138, 36, 1.00);--alert:rgba(240, 65, 36, 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(0, 110, 156, 1.00);--secondary-dark:rgba(201, 201, 201, 1.00);--success-dark:rgba(37, 142, 76, 1.00);--warning-dark:rgba(210, 108, 6, 1.00);--alert-dark:rgba(210, 35, 6, 1.00);--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(138, 138, 138, 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);--selection-background:var(--primary);--selection-text:var(--primary-contrast);--link-decoration:none;--link-decoration-hover:none;--overlay-color:rgba(0, 0, 0, 0.50);--radius:0px;--small-gutter:1.25rem;--medium-gutter:2rem;--large-gutter:2rem;--site-width:calc(545rem/16);}::selection{background:var(--selection-background);color:var(--selection-text)}.alt{--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(255, 255, 255, 1.00);--small-color:rgba(255, 255, 255, 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(24rem/16)}h2,.h2{font-size:calc(18rem/16)}h3,.h3{font-size:calc(19rem/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:40%}.button{font-size:calc(16rem/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(16rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(18rem/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:30%}}@media only screen and (min-width:64em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(18rem/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:30%}}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(0rem/16)}body{background-color:rgba(44, 44, 53, 1.00);}
            .text{font-size:calc(16rem/16) ;font-weight:500 ;}@media only screen and (min-width:40em) {            .text{font-size:calc(16rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .text{font-size:calc(16rem/16) ;line-height:1.50 }}
            .header{font-size:calc(18rem/16) ;font-weight:700 ;}@media only screen and (min-width:40em) {            .header{font-size:calc(22rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .header{font-size:calc(22rem/16) ;line-height:1.50 }}
            .header2{font-size:calc(16rem/16) ;font-weight:600 ;}@media only screen and (min-width:40em) {            .header2{font-size:calc(16rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .header2{font-size:calc(16rem/16) ;line-height:1.50 }}
.fontg{--header-color:rgba(33, 255, 255, 1.00);--subheader-color:rgba(102, 255, 204, 1.00);--small-color:rgba(102, 255, 204, 1.00);--text-color:rgba(102, 255, 204, 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}
.pad{padding-top:16.00% ;padding-right:0.00% ;padding-bottom:27.00% ;padding-left:0.00% ;}@media only screen and (min-width:24em){.pad{padding-top:15.00% ;padding-right:0.00% ;padding-bottom:18.00% ;padding-left:0.00% }}@media only screen and (min-width:24em){.pad{padding-top:10.00% ;padding-right:0.00% ;padding-bottom:27.00% ;padding-left:0.00% }}
.padtop{padding-top:3.00% ;padding-right:0.00% ;padding-bottom:0.00% ;padding-left:0.00% ;}@media only screen and (min-width:0em){.padtop{padding-top:2.00% ;padding-right:0.00% ;padding-bottom:0.00% ;padding-left:0.00% }}@media only screen and (min-width:0em){.padtop{padding-top:0.00% ;padding-right:0.00% ;padding-bottom:0.00% ;padding-left:0.00% }}
.padbuttons{padding-top:6.00% ;padding-right:0.00% ;padding-bottom:6.00% ;padding-left:0.00% ;}@media only screen and (min-width:34em){.padbuttons{padding-top:2.00% ;padding-right:0.00% ;padding-bottom:2.00% ;padding-left:0.00% }}@media only screen and (min-width:34em){.padbuttons{padding-top:2.00% ;padding-right:0.00% ;padding-bottom:2.00% ;padding-left:0.00% }}
.padB{padding-top:1.00% ;padding-right:0.00% ;padding-bottom:0.00% ;padding-left:0.00% ;}@media only screen and (min-width:28em){.padB{padding-top:1.00% ;padding-right:0.00% ;padding-bottom:0.00% ;padding-left:0.00% }}@media only screen and (min-width:28em){.padB{padding-top:0.00% ;padding-right:0.00% ;padding-bottom:0.00% ;padding-left:0.00% }}
.black{background-color:rgba(25, 25, 25, 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){.black{background-attachment:scroll!important}}
.ptop{padding-top:0.00% ;padding-right:0.00% ;padding-bottom:0.00% ;padding-left:0.00% ;}@media only screen and (min-width:23em){.ptop{padding-top:0.00% ;padding-right:0.00% ;padding-bottom:0.00% ;padding-left:0.00% }}@media only screen and (min-width:23em){.ptop{padding-top:9.00% ;padding-right:0.00% ;padding-bottom:0.00% ;padding-left:0.00% }}
.padline{padding-top:12.00% ;padding-right:0.00% ;padding-bottom:12.00% ;padding-left:0.00% ;}@media only screen and (min-width:23em){.padline{padding-top:0.00% ;padding-right:0.00% ;padding-bottom:0.00% ;padding-left:0.00% }}@media only screen and (min-width:45em){.padline{padding-top:0.00% ;padding-right:0.00% ;padding-bottom:0.00% ;padding-left:0.00% }}
.border{border-color:rgba(76, 76, 76, 1.00) rgba(153, 153, 153, 1.00) rgba(0, 0, 0, 1.00) rgba(153, 153, 153, 1.00) ;border-width:6px 0px 0px 0px ;border-style:double solid solid solid ;}
.padbottom{padding-top:3.00% ;padding-right:0.00% ;padding-bottom:0.00% ;padding-left:0.00% ;}@media only screen and (min-width:40em){.padbottom{padding-top:0.00% ;padding-right:0.00% ;padding-bottom:0.00% ;padding-left:0.00% }}@media only screen and (min-width:64em){.padbottom{padding-top:0.00% ;padding-right:0.00% ;padding-bottom:0.00% ;padding-left:0.00% }}
.padheader{padding-top:6.00% ;padding-right:0.00% ;padding-bottom:9.00% ;padding-left:0.00% ;}@media only screen and (min-width:40em){.padheader{padding-top:0.00% ;padding-right:0.00% ;padding-bottom:0.00% ;padding-left:0.00% }}@media only screen and (min-width:64em){.padheader{padding-top:0.00% ;padding-right:0.00% ;padding-bottom:0.00% ;padding-left:0.00% }}



	#stacks_in_600 .button_icon,#stacks_in_600 .button_icon i {
		margin:0;
		padding:0;
		display:inline-block;
		font-weight:normal;
		height:22px;
		line-height:22px;
		font-size:14px;
	}
	
		#stacks_in_600 .button_icon{
			height:11px;
			min-width:11px;
			padding:12px;
			box-sizing: content-box;
		}
		#stacks_in_600 .button_icon,#stacks_in_600 .button_icon i {
			line-height:1em;
		}
	


#stacks_in_600 .button_label {
	font: 500 11px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_600 .sweet_button_wrapper {
	text-align:center;

	
		height:46px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_600 .sweet_button_wrapper {
		
			height:46px;
		
	}

	
		#stacks_in_600 .button_icon,#stacks_in_600 .button_icon i {
			height:22px;
			line-height:2em;
			font-size:14px;
		}
		
			#stacks_in_600 .button_icon{
				height:11px;
				min-width:11px;
			}
			#stacks_in_600 .button_icon,#stacks_in_600 .button_icon i {
				line-height:1.5em;
			}
		
	

	#stacks_in_600 .button_label {
		font: 500 11px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_600 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 12px;
	text-decoration:none;
	text-align:center;
	color:rgba(33, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(44, 44, 53, 1.00);
	border-radius:6px;
	background:rgba(44, 44, 53, 1.00);
}
#stacks_in_600 .sweet_button:visited {
	color:rgba(33, 255, 255, 1.00);
}

#stacks_in_600 .sweet_button:hover {
	border-color:rgba(44, 44, 53, 1.00);
}






	#stacks_in_600 .button_label {
		width:20px;
	}
	#stacks_in_600 .button_icon {
		width:20px;
	}



#stacks_in_600 .sweet_button:hover {
	color:rgba(33, 255, 255, 1.00);
	background: rgba(64, 64, 73, 1.00);
}
#stacks_in_600 .sweet_button:active{
	background: rgba(24, 24, 33, 1.00);
}
#stacks_in_600 .sweet_button.clicked {
	background: rgba(44, 44, 53, 1.00);
	border-color:rgba(44, 44, 53, 1.00);
}
#stacks_in_600 .sweet_button.clicked:hover {
	background: rgba(64, 64, 73, 1.00);
	border-color:rgba(44, 44, 53, 1.00);
}
#stacks_in_600 .sweet_button.clicked:active{
	background: rgba(24, 24, 33, 1.00);
}










	#stacks_in_364 .button_icon,#stacks_in_364 .button_icon i {
		margin:0;
		padding:0;
		display:inline-block;
		font-weight:normal;
		height:24px;
		line-height:24px;
		font-size:15px;
	}
	
		#stacks_in_364 .button_icon{
			height:12px;
			min-width:12px;
			padding:12px;
			box-sizing: content-box;
		}
		#stacks_in_364 .button_icon,#stacks_in_364 .button_icon i {
			line-height:1em;
		}
	


#stacks_in_364 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_364 .sweet_button_wrapper {
	text-align:center;

	
		height:48px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_364 .sweet_button_wrapper {
		
			height:48px;
		
	}

	
		#stacks_in_364 .button_icon,#stacks_in_364 .button_icon i {
			height:24px;
			line-height:2em;
			font-size:15px;
		}
		
			#stacks_in_364 .button_icon{
				height:12px;
				min-width:12px;
			}
			#stacks_in_364 .button_icon,#stacks_in_364 .button_icon i {
				line-height:1.5em;
			}
		
	

	#stacks_in_364 .button_label {
		font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_364 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 12px;
	text-decoration:none;
	text-align:center;
	color:rgba(33, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(44, 44, 53, 1.00);
	border-radius:6px;
	background:rgba(44, 44, 53, 1.00);
}
#stacks_in_364 .sweet_button:visited {
	color:rgba(33, 255, 255, 1.00);
}

#stacks_in_364 .sweet_button:hover {
	border-color:rgba(44, 44, 53, 1.00);
}






	#stacks_in_364 .button_label {
		width:20px;
	}
	#stacks_in_364 .button_icon {
		width:20px;
	}



#stacks_in_364 .sweet_button:hover {
	color:rgba(33, 255, 255, 1.00);
	background: rgba(64, 64, 73, 1.00);
}
#stacks_in_364 .sweet_button:active{
	background: rgba(24, 24, 33, 1.00);
}
#stacks_in_364 .sweet_button.clicked {
	background: rgba(44, 44, 53, 1.00);
	border-color:rgba(44, 44, 53, 1.00);
}
#stacks_in_364 .sweet_button.clicked:hover {
	background: rgba(64, 64, 73, 1.00);
	border-color:rgba(44, 44, 53, 1.00);
}
#stacks_in_364 .sweet_button.clicked:active{
	background: rgba(24, 24, 33, 1.00);
}








#stacks_in_364 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 0px 1px;
}



#stacks_in_410 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_410 .sweet_button_wrapper {
	text-align:center;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_410 .sweet_button_wrapper {
		
			height:24px;
		
	}

	

	#stacks_in_410 .button_label {
		font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_410 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 12px;
	text-decoration:none;
	text-align:center;
	color:rgba(204, 204, 204, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(44, 44, 53, 1.00);
	border-radius:6px;
	background:rgba(44, 44, 53, 1.00);
}
#stacks_in_410 .sweet_button:visited {
	color:rgba(204, 204, 204, 1.00);
}

#stacks_in_410 .sweet_button:hover {
	border-color:rgba(44, 44, 53, 1.00);
}






	#stacks_in_410 .button_label {
		width:20px;
	}
	#stacks_in_410 .button_icon {
		width:20px;
	}



#stacks_in_410 .sweet_button:hover {
	color:rgba(204, 204, 204, 1.00);
	background: rgba(64, 64, 73, 1.00);
}
#stacks_in_410 .sweet_button:active{
	background: rgba(24, 24, 33, 1.00);
}
#stacks_in_410 .sweet_button.clicked {
	background: rgba(44, 44, 53, 1.00);
	border-color:rgba(44, 44, 53, 1.00);
}
#stacks_in_410 .sweet_button.clicked:hover {
	background: rgba(64, 64, 73, 1.00);
	border-color:rgba(44, 44, 53, 1.00);
}
#stacks_in_410 .sweet_button.clicked:active{
	background: rgba(24, 24, 33, 1.00);
}








#stacks_in_410 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 0px 1px;
}



#stacks_in_408 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_408 .sweet_button_wrapper {
	text-align:center;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_408 .sweet_button_wrapper {
		
			height:24px;
		
	}

	

	#stacks_in_408 .button_label {
		font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_408 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 12px;
	text-decoration:none;
	text-align:center;
	color:rgba(33, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(44, 44, 53, 1.00);
	border-radius:6px;
	background:rgba(44, 44, 53, 1.00);
}
#stacks_in_408 .sweet_button:visited {
	color:rgba(33, 255, 255, 1.00);
}

#stacks_in_408 .sweet_button:hover {
	border-color:rgba(44, 44, 53, 1.00);
}






	#stacks_in_408 .button_label {
		width:20px;
	}
	#stacks_in_408 .button_icon {
		width:20px;
	}



#stacks_in_408 .sweet_button:hover {
	color:rgba(33, 255, 255, 1.00);
	background: rgba(64, 64, 73, 1.00);
}
#stacks_in_408 .sweet_button:active{
	background: rgba(24, 24, 33, 1.00);
}
#stacks_in_408 .sweet_button.clicked {
	background: rgba(44, 44, 53, 1.00);
	border-color:rgba(44, 44, 53, 1.00);
}
#stacks_in_408 .sweet_button.clicked:hover {
	background: rgba(64, 64, 73, 1.00);
	border-color:rgba(44, 44, 53, 1.00);
}
#stacks_in_408 .sweet_button.clicked:active{
	background: rgba(24, 24, 33, 1.00);
}








#stacks_in_408 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 0px 1px;
}
@charset "UTF-8";.movingbox.stacks_in_214{--wait-time:900ms;--animation-speed:0.00s}  
.mb-dots-container.stacks_in_221{--dot-align:center;--dot-color:rgba(204, 204, 204, 1.00);--dot-size:calc(6rem / 16);--dot-num-color:rgba(255, 255, 255, 1.00);--dot-num-size:calc(var(--dot-size) / 2)}.mb-dots-container.stacks_in_221 .mb-active{--dot-size:calc(9rem / 16);--dot-color:rgba(255, 255, 255, 1.00);--dot-num-color:rgba(255, 255, 255, 1.00)}
.movingbox.stacks_in_214{--arrow-size:calc(18rem / 16);--arrow-block-size:calc(40rem / 16);--arrow-color:rgba(204, 204, 204, 1.00);--arrow-bg-color:rgba(127, 127, 127, 0.10);--arrow-x-custom:18px;--arrow-y-custom:5px;--arrow-disabled:0.50}
@charset "UTF-8";.movingbox.stacks_in_223{--wait-time:900ms;--animation-speed:0.00s}  
@charset "UTF-8";.movingbox.stacks_in_424{--wait-time:900ms;--animation-speed:0.00s}  
.mb-dots-container.stacks_in_431{--dot-align:center;--dot-color:rgba(230, 230, 230, 1.00);--dot-size:calc(6rem / 16);--dot-num-color:rgba(255, 255, 255, 1.00);--dot-num-size:calc(var(--dot-size) / 2)}.mb-dots-container.stacks_in_431 .mb-active{--dot-size:calc(9rem / 16);--dot-color:rgba(230, 230, 230, 1.00);--dot-num-color:rgba(255, 255, 255, 1.00)}
.movingbox.stacks_in_424{--arrow-size:calc(18rem / 16);--arrow-block-size:calc(40rem / 16);--arrow-color:rgba(204, 204, 204, 1.00);--arrow-bg-color:rgba(127, 127, 127, 0.10);--arrow-x-custom:18px;--arrow-y-custom:50px;--arrow-disabled:0.50}
@charset "UTF-8";.movingbox.stacks_in_442{--wait-time:900ms;--animation-speed:0.00s}  
@charset "UTF-8";.movingbox.stacks_in_491{--wait-time:900ms;--animation-speed:0.00s}  
.mb-dots-container.stacks_in_497{--dot-align:center;--dot-color:rgba(230, 230, 230, 1.00);--dot-size:calc(6rem / 16);--dot-num-color:rgba(255, 255, 255, 1.00);--dot-num-size:calc(var(--dot-size) / 2)}.mb-dots-container.stacks_in_497 .mb-active{--dot-size:calc(9rem / 16);--dot-color:rgba(255, 255, 255, 1.00);--dot-num-color:rgba(255, 255, 255, 1.00)}
.movingbox.stacks_in_491{--arrow-size:calc(18rem / 16);--arrow-block-size:calc(40rem / 16);--arrow-color:rgba(204, 204, 204, 1.00);--arrow-bg-color:rgba(127, 127, 127, 0.10);--arrow-x-custom:18px;--arrow-y-custom:50px;--arrow-disabled:0.50}
@charset "UTF-8";.movingbox.stacks_in_499{--wait-time:900ms;--animation-speed:0.00s}  
#stacks_in_551 .fg-content.fg-full-height{height:100%}#stacks_in_551 .slides-container{margin:0}#stacks_in_551 .slides-container > li{margin:0}#stacks_in_551 .slides-container > li::before,#stacks_in_551 .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_551 .slides-container.ovl-color li::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_551 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_551 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_551 .impact-wrapper{z-index:0}#stacks_in_551 .impact-wrapper.fill-container{min-width:100%}#stacks_in_551 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_551 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_551 .impact-wrapper.fixed-height{height:400px;width:100%;min-width:100%}#stacks_in_551 .impact-wrapper.flexible-height{height:100vh;min-height:300px;width:100%;min-width:100%}#stacks_in_551 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_551 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_551 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_551 .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_551 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_551 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_551 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_551 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_551 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_551 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_551 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_551 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_551 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_551 .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_551 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_551 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_551 .impact-container{z-index:5}#stacks_in_551 .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_551 .scrollDown{transform:scale(0.70)}}#stacks_in_551 .scrollDown.button-bottom{bottom:30px}#stacks_in_551 .scrollDown.button-top{top:30px}@media screen and (max-width:640px){#stacks_in_551 .scrollDown.hide-on-mob{display:none}}#stacks_in_551 .impact-arrow-wrap{background:rgba(0, 0, 0, 0.85);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_551 .impact-arrow-wrap:hover{background:rgba(40, 40, 40, 0.85);transition:all 90ms ease}#stacks_in_551 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_551 .impact-arrow-wrap.animates .impact-arrow{animation-delay:3000ms;animation-iteration-count:3}#stacks_in_551 .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_551 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00)}#stacks_in_551 .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_551 .slides-pagination > a{transition:all 6000ms ease}#stacks_in_551 .slides-pagination > a.current{transition:all 6000ms ease}
.slide-stacks_in_554 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_554 .impact-container.h-right{right:0px}.slide-stacks_in_554 .impact-container.h-left{left:0px}.slide-stacks_in_554 .impact-container.v-top{top:0px}



#stacks_in_574 .button_label {
	font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_574 .sweet_button_wrapper {
	text-align:center;

	
		height:28px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_574 .sweet_button_wrapper {
		
			height:28px;
		
	}

	

	#stacks_in_574 .button_label {
		font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_574 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 50px;
	text-decoration:none;
	text-align:center;
	color:rgba(33, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(44, 44, 53, 1.00);
	border-radius:3px;
	background:rgba(44, 44, 53, 1.00);
}
#stacks_in_574 .sweet_button:visited {
	color:rgba(33, 255, 255, 1.00);
}

#stacks_in_574 .sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}






	#stacks_in_574 .button_label {
		width:190px;
	}
	#stacks_in_574 .button_icon {
		width:5px;
	}


	#stacks_in_574 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_574 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_574 .sweet_button:hover {
	color:rgba(33, 255, 255, 1.00);
	background: rgba(64, 64, 73, 1.00);
}
#stacks_in_574 .sweet_button:active{
	background: rgba(24, 24, 33, 1.00);
}
#stacks_in_574 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_574 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_574 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}








#stacks_in_574 {
	padding: 1px 1px 9px 1px;
}



	#stacks_in_601 .button_icon,#stacks_in_601 .button_icon i {
		margin:0;
		padding:0;
		display:inline-block;
		font-weight:normal;
		height:22px;
		line-height:22px;
		font-size:14px;
	}
	
		#stacks_in_601 .button_icon{
			height:11px;
			min-width:11px;
			padding:12px;
			box-sizing: content-box;
		}
		#stacks_in_601 .button_icon,#stacks_in_601 .button_icon i {
			line-height:1em;
		}
	


#stacks_in_601 .button_label {
	font: 500 11px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_601 .sweet_button_wrapper {
	text-align:center;

	
		height:46px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_601 .sweet_button_wrapper {
		
			height:46px;
		
	}

	
		#stacks_in_601 .button_icon,#stacks_in_601 .button_icon i {
			height:22px;
			line-height:2em;
			font-size:14px;
		}
		
			#stacks_in_601 .button_icon{
				height:11px;
				min-width:11px;
			}
			#stacks_in_601 .button_icon,#stacks_in_601 .button_icon i {
				line-height:1.5em;
			}
		
	

	#stacks_in_601 .button_label {
		font: 500 11px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_601 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 12px;
	text-decoration:none;
	text-align:center;
	color:rgba(33, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(44, 44, 53, 1.00);
	border-radius:6px;
	background:rgba(44, 44, 53, 1.00);
}
#stacks_in_601 .sweet_button:visited {
	color:rgba(33, 255, 255, 1.00);
}

#stacks_in_601 .sweet_button:hover {
	border-color:rgba(44, 44, 53, 1.00);
}






	#stacks_in_601 .button_label {
		width:20px;
	}
	#stacks_in_601 .button_icon {
		width:20px;
	}



#stacks_in_601 .sweet_button:hover {
	color:rgba(33, 255, 255, 1.00);
	background: rgba(64, 64, 73, 1.00);
}
#stacks_in_601 .sweet_button:active{
	background: rgba(24, 24, 33, 1.00);
}
#stacks_in_601 .sweet_button.clicked {
	background: rgba(44, 44, 53, 1.00);
	border-color:rgba(44, 44, 53, 1.00);
}
#stacks_in_601 .sweet_button.clicked:hover {
	background: rgba(64, 64, 73, 1.00);
	border-color:rgba(44, 44, 53, 1.00);
}
#stacks_in_601 .sweet_button.clicked:active{
	background: rgba(24, 24, 33, 1.00);
}










	#stacks_in_596 .button_icon,#stacks_in_596 .button_icon i {
		margin:0;
		padding:0;
		display:inline-block;
		font-weight:normal;
		height:24px;
		line-height:24px;
		font-size:15px;
	}
	
		#stacks_in_596 .button_icon{
			height:12px;
			min-width:12px;
			padding:12px;
			box-sizing: content-box;
		}
		#stacks_in_596 .button_icon,#stacks_in_596 .button_icon i {
			line-height:1em;
		}
	


#stacks_in_596 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_596 .sweet_button_wrapper {
	text-align:center;

	
		height:48px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_596 .sweet_button_wrapper {
		
			height:48px;
		
	}

	
		#stacks_in_596 .button_icon,#stacks_in_596 .button_icon i {
			height:24px;
			line-height:2em;
			font-size:15px;
		}
		
			#stacks_in_596 .button_icon{
				height:12px;
				min-width:12px;
			}
			#stacks_in_596 .button_icon,#stacks_in_596 .button_icon i {
				line-height:1.5em;
			}
		
	

	#stacks_in_596 .button_label {
		font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_596 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 12px;
	text-decoration:none;
	text-align:center;
	color:rgba(33, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(44, 44, 53, 1.00);
	border-radius:6px;
	background:rgba(44, 44, 53, 1.00);
}
#stacks_in_596 .sweet_button:visited {
	color:rgba(33, 255, 255, 1.00);
}

#stacks_in_596 .sweet_button:hover {
	border-color:rgba(44, 44, 53, 1.00);
}






	#stacks_in_596 .button_label {
		width:20px;
	}
	#stacks_in_596 .button_icon {
		width:20px;
	}



#stacks_in_596 .sweet_button:hover {
	color:rgba(33, 255, 255, 1.00);
	background: rgba(64, 64, 73, 1.00);
}
#stacks_in_596 .sweet_button:active{
	background: rgba(24, 24, 33, 1.00);
}
#stacks_in_596 .sweet_button.clicked {
	background: rgba(44, 44, 53, 1.00);
	border-color:rgba(44, 44, 53, 1.00);
}
#stacks_in_596 .sweet_button.clicked:hover {
	background: rgba(64, 64, 73, 1.00);
	border-color:rgba(44, 44, 53, 1.00);
}
#stacks_in_596 .sweet_button.clicked:active{
	background: rgba(24, 24, 33, 1.00);
}








#stacks_in_596 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 0px 1px;
}



#stacks_in_594 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_594 .sweet_button_wrapper {
	text-align:center;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_594 .sweet_button_wrapper {
		
			height:24px;
		
	}

	

	#stacks_in_594 .button_label {
		font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_594 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 12px;
	text-decoration:none;
	text-align:center;
	color:rgba(204, 204, 204, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(44, 44, 53, 1.00);
	border-radius:6px;
	background:rgba(44, 44, 53, 1.00);
}
#stacks_in_594 .sweet_button:visited {
	color:rgba(204, 204, 204, 1.00);
}

#stacks_in_594 .sweet_button:hover {
	border-color:rgba(44, 44, 53, 1.00);
}






	#stacks_in_594 .button_label {
		width:20px;
	}
	#stacks_in_594 .button_icon {
		width:20px;
	}



#stacks_in_594 .sweet_button:hover {
	color:rgba(204, 204, 204, 1.00);
	background: rgba(64, 64, 73, 1.00);
}
#stacks_in_594 .sweet_button:active{
	background: rgba(24, 24, 33, 1.00);
}
#stacks_in_594 .sweet_button.clicked {
	background: rgba(44, 44, 53, 1.00);
	border-color:rgba(44, 44, 53, 1.00);
}
#stacks_in_594 .sweet_button.clicked:hover {
	background: rgba(64, 64, 73, 1.00);
	border-color:rgba(44, 44, 53, 1.00);
}
#stacks_in_594 .sweet_button.clicked:active{
	background: rgba(24, 24, 33, 1.00);
}








#stacks_in_594 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 0px 1px;
}



#stacks_in_592 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_592 .sweet_button_wrapper {
	text-align:center;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_592 .sweet_button_wrapper {
		
			height:24px;
		
	}

	

	#stacks_in_592 .button_label {
		font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_592 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 12px;
	text-decoration:none;
	text-align:center;
	color:rgba(33, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(44, 44, 53, 1.00);
	border-radius:6px;
	background:rgba(44, 44, 53, 1.00);
}
#stacks_in_592 .sweet_button:visited {
	color:rgba(33, 255, 255, 1.00);
}

#stacks_in_592 .sweet_button:hover {
	border-color:rgba(44, 44, 53, 1.00);
}






	#stacks_in_592 .button_label {
		width:20px;
	}
	#stacks_in_592 .button_icon {
		width:20px;
	}



#stacks_in_592 .sweet_button:hover {
	color:rgba(33, 255, 255, 1.00);
	background: rgba(64, 64, 73, 1.00);
}
#stacks_in_592 .sweet_button:active{
	background: rgba(24, 24, 33, 1.00);
}
#stacks_in_592 .sweet_button.clicked {
	background: rgba(44, 44, 53, 1.00);
	border-color:rgba(44, 44, 53, 1.00);
}
#stacks_in_592 .sweet_button.clicked:hover {
	background: rgba(64, 64, 73, 1.00);
	border-color:rgba(44, 44, 53, 1.00);
}
#stacks_in_592 .sweet_button.clicked:active{
	background: rgba(24, 24, 33, 1.00);
}








#stacks_in_592 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 0px 1px;
}
