/*
 * text-align
 */

.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-nomargin-top{margin-top:0}.text-nomargin-top.text >:first-child{margin-top:0}.text-nomargin-bottom{margin-bottom:0}.text-nomargin-bottom.text >:last-child{margin-bottom:0}



.cta-hide{display:none !important}
.flip-clock-wrapper{font-family:"Helvetica Neue",Helvetica,sans-serif;font-weight:normal;text-align:center;position:relative;margin:2em auto;display:flex;flex-wrap:nowrap;justify-content:center}.flip-clock-wrapper *{margin:0;padding:0;line-height:normal;box-sizing:border-box}.flip-clock-wrapper a{cursor:normal;text-decoration:none}.flip-clock-wrapper ul{list-style:none}ul.flip{position:relative;display:inline-block;font-weight:bold;border-radius:6px;box-shadow:0 2px 5px rgba(0,0,0,0.5)}ul.flip li{z-index:1;position:absolute;left:0;top:0;width:100%;height:100%}ul.flip li:first-child{z-index:2}ul.flip li.flip-clock-active{z-index:3}ul.flip li a{display:block;height:100%;perspective:200px;margin:0 !important;overflow:visible !important}ul.flip li div{z-index:1;position:absolute;left:0;width:100%;height:50%;overflow:hidden}ul.flip li div .inn{height:200%;text-align:center;border-radius:6px}ul.flip li div.up{transform-origin:50% 100%;top:0}ul.flip li div.up:after{content:"";position:absolute;bottom:0;left:0;z-index:5;width:100%;height:1px;background-color:rgba(0,0,0,0.4)}ul.flip li div.up .inn{top:0}ul.flip li div.down{transform-origin:50% 0;bottom:0}ul.flip li div.down .inn{bottom:0}ul.flip li .shadow{position:absolute;width:100%;height:100%;z-index:2}.flip-clock-dot{display:block;position:absolute;border-radius:50%;left:50%;transform:translateX(-50%)}.flip-clock-dot.top{top:25%}.flip-clock-dot.bottom{bottom:25%}.flip-clock-label{position:absolute;transform:translateX(50%)}.label-top .flip-clock-label{top:-1.5em}.label-bottom .flip-clock-label{bottom:-1.5em}.flip-clock-divider{display:inline-block;position:relative}.flip-clock-divider:first-child{margin-left:0 !important;margin-right:0 !important;width:0 !important}@keyframes asd{0%{z-index:2}20%{z-index:4}100%{z-index:4}}@keyframes turn{0%{transform:rotateX(90deg)}100%{transform:rotateX(0deg)}}@keyframes turn2{0%{transform:rotateX(0deg)}100%{transform:rotateX(-90deg)}}@keyframes show{0%{opacity:0}100%{opacity:1}}@keyframes hide{0%{opacity:1}100%{opacity:0}}ul.play li.flip-clock-before{z-index:3}ul.play li.flip-clock-before .up{z-index:2;animation:turn2 .5s linear both}ul.play li.flip-clock-before .up .shadow{background:linear-gradient(to bottom,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.2) 50%);animation:show .5s linear both}ul.play li.flip-clock-before .down .shadow{background:linear-gradient(to bottom,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.05) 100%);animation:show .5s linear both}ul.play li.flip-clock-active{z-index:3;animation:asd .5s .5s linear both}ul.play li.flip-clock-active .down{animation:turn .5s .5s linear both}ul.play li.flip-clock-active .down .shadow{background:linear-gradient(to bottom,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.05) 100%);animation:hide .5s .3s linear both}ul.play li.flip-clock-active .up .shadow{background:linear-gradient(to bottom,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.2) 50%);animation:hide .5s .3s linear both}



.vast_hide.vast_video_player,.vast_standby.vast_video_player{opacity:0}.vast_video_wrapper{position:relative;background-size:cover;overflow:hidden}.vast_video_wrapper:before{-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1);box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1);content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.vast_video_tint{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;-webkit-transform:scale(1.05);transform:scale(1.05)}.vast_video_slice{margin:0 auto;position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vast_video_background{background-position:center;background-size:cover;position:absolute;-webkit-transform:scale(1.05);transform:scale(1.05);opacity:1;top:0;left:0;right:0;pointer-events:none;bottom:0;-webkit-transition:opacity 500ms 500ms;transition:opacity 500ms 500ms}[data-status="ready"] ~ .vast_video_background{opacity:0}[data-status="ready"].vast_hide ~ .vast_video_background{opacity:1}#vast-log{position:fixed;width:200px;bottom:40px;right:40px;background:#fff;color:#000;padding:0 0 5px;border-radius:9px;-webkit-box-shadow:0 1px 4px -2px #000;box-shadow:0 1px 4px -2px #000;z-index:10000;overflow:hidden}#vast-log p{font-size:13px;padding:7px 20px;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}#vast-log p ~ p{border-top:1px solid #eee}#vast-log p#log-header{font-weight:bolder;text-align:center}.vast-icon{width:8px;height:8px;display:inline-block;margin-right:3px;border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;width:8px;height:8px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.vast-loaded .vast-icon{background:rgb(255,221,7);-webkit-animation:none;animation:none;border:none}.vast-loaded.vast-pause .vast-icon{background:rgb(206,205,204);-webkit-animation:none;animation:none;border:none}.vast-loaded.vast-play .vast-icon{background:transparent;width:0;height:0;border-radius:0;-webkit-animation:none;animation:none;border-right:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:8px solid rgb(85,211,94)}.vast-pause{opacity:0.4}

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



: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(210, 169, 8, 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(227, 0, 119, 1.00);--primary-contrast:rgba(0, 0, 0, 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(180, 139, 0, 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(197, 0, 89, 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(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:3px;--small-gutter:1.25rem;--medium-gutter:2rem;--large-gutter:2rem;--site-width:calc(1020rem/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(15, 121, 172, 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(20rem/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(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: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(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: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(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 Brands';font-style:normal;font-weight:400;font-display:block;src:url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.eot");src:url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.woff2") format("woff2"),url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.woff") format("woff"),url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.ttf") format("truetype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:'Font Awesome 5 Brands';font-weight:400}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:300;font-display:block;src:url("../rw_common/plugins/stacks/fa5-fonts/fa-light-300.eot");src:url("../rw_common/plugins/stacks/fa5-fonts/fa-light-300.eot?#iefix") format("embedded-opentype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-light-300.woff2") format("woff2"),url("../rw_common/plugins/stacks/fa5-fonts/fa-light-300.woff") format("woff"),url("../rw_common/plugins/stacks/fa5-fonts/fa-light-300.ttf") format("truetype"),url("../rw_common/plugins/stacks/fa5-fonts/fa-light-300.svg#fontawesome") format("svg")}.fal{font-family:'Font Awesome 5 Pro';font-weight:300}@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}  
            .bold1{font-weight:800 ;}
            .myclass{font-family:'Century Gothic', sans-serif }
            .smallfont{font-size:calc(12rem/16) ;}@media only screen and (min-width:40em){            .smallfont{font-size:calc(12rem/16) }}@media only screen and (min-width:64em){            .smallfont{font-size:calc(12rem/16) }}
  h1,.h1,          .impact{font-family:'Century Gothic', sans-serif }
            .menu a{font-size:calc(24rem/16) ;}@media only screen and (min-width:40em){            .menu a{font-size:calc(24rem/16) }}@media only screen and (min-width:64em){            .menu a{font-size:calc(24rem/16) }}
 p,.p,  h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6,     .oswald{font-family:"Oswald",sans-serif }
            .Shrikhand{font-family:"Shrikhand",sans-serif }
            .banner .menu{font-size:calc(18rem/16) ;}@media only screen and (min-width:40em){            .banner .menu{font-size:calc(18rem/16) }}@media only screen and (min-width:64em){            .banner .menu{font-size:calc(18rem/16) }}
.fit{display:inline-block;white-space:nowrap}
.banner{background-image:url('../files/bgimage-2-61F.jpg') ;background-repeat:no-repeat    ;background-size:  cover ;}
.banner-content{height:100vh ;}  
.banner{position:relative}.banner > *{position:relative}.banner:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;opacity:0.25 ;background-color:var(--black-color) ;}
.banner{position:relative}.banner > *{position:relative}.banner:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;opacity:0.30 ;background-color:var(--black-color) ;}
.banner-title{text-shadow:2px 2px 5px rgba(0, 0, 0, 0.60);}
.card-divider{background-color:var(--black-color) ;}
.card{box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.20);}
.card-divider{--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(34, 34, 34, 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}
section{padding-top:4rem ;padding-bottom:4rem ;}  
.underyellowmenu:hover{border-color:rgba(192, 177, 156, 1.00) ;border-width:0px 0px 2px 0px ;border-style:solid ;}
.underyellow{border-color:rgba(192, 177, 156, 1.00) ;border-width:0px 0px 2px 0px ;border-style:solid ;}
.blackfont{color:rgba(0, 0, 0, 1.00) !important;}
.overlay{position:relative;z-index:0}.overlay:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;opacity:0.48 ;background-color:rgba(0, 0, 0, 1.00) ;}
.underyellow2{border-color:rgba(192, 177, 156, 1.00) ;border-width:0px 0px 4px 0px ;border-style:solid ;}
.myclass{background-image:url('') ;background-repeat:no-repeat    ;background-size:  cover ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.myclass{background-attachment:scroll!important}}
section{padding-top:3rem ;padding-right:0 ;padding-bottom:3rem ;padding-left:0 ;}  
section{padding:3rem ;}  
.section-color{background-color:var(--light-gray) ;}
.splash{background-color:var(--black-color) ;background-image:url('../files/bgimage-3012.jpg') ;background-repeat:no-repeat    ;background-size:  cover ;}
.splash{height:100vh ;}  
 .rightmenu>.menu a, .menu.rightmenu a{--menu-link-color:rgba(34, 34, 34, 1.00);--menu-link-color-hover:rgba(68, 68, 68, 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)} .rightmenu>.menu .menu-text, .menu.rightmenu .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .rightmenu>.menu>li>a, .menu.rightmenu>li>a{padding-top:1rem;padding-bottom:1rem} .rightmenu>.menu .submenu>li>a, .menu.rightmenu .submenu>li>a{padding-top:0.75rem;padding-bottom:0.75rem} .rightmenu>.menu li.active>a, .rightmenu>.menu li.is-active>a, .rightmenu>.menu a.is-active, .menu.rightmenu li.active>a, .menu.rightmenu li.is-active>a, .menu.rightmenu a.is-active{--menu-bg-color:rgba(97, 103, 173, 1.00);--menu-link-color:rgba(254, 254, 254, 1.00);--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(254, 254, 254, 1.00)} .rightmenu>.menu .submenu li.active>a, .rightmenu>.menu .submenu li.is-active>a, .rightmenu>.menu .submenu a.is-active, .menu.rightmenu .submenu li.active>a, .menu.rightmenu .submenu li.is-active>a, .menu.rightmenu .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00)} .rightmenu>.menu .submenu a, .menu.rightmenu .submenu a{--menu-caret-color:rgba(97, 103, 173, 1.00)} .rightmenu>.menu .submenu, .menu.rightmenu .submenu{--submenu-bg-color:rgba(254, 254, 254, 1.00);--submenu-border:1px solid rgba(202, 202, 202, 1.00)} .rightmenu>.menu .submenu a, .menu.rightmenu .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)} .rightmenu>.menu .submenu .menu-text, .menu.rightmenu .submenu .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .rightmenu>.menu .submenu li.active>a, .rightmenu>.menu .submenu li.is-active>a, .rightmenu>.menu .submenu a.is-active, .menu.rightmenu .submenu li.active>a, .menu.rightmenu .submenu li.is-active>a, .menu.rightmenu .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)}
 .top-bar.topmenu, .top-bar.topmenu ul{--topbar-background:rgba(255, 255, 255, 1.00)} .top-bar.topmenu{padding:0 0.5rem} .title-bar.topmenu{--titlebar-background:rgba(10, 10, 10, 1.00);--titlebar-color:rgba(254, 254, 254, 1.00);padding:0.75rem} .title-bar.topmenu .menu-icon{--hamburger-color:rgba(254, 254, 254, 1.00);--hamburger-width:1.25rem;--hamburger-height:1rem;--hamburger-weight:2px}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(actionmenu-files/MaterialIcons-Regular.woff2) format('woff2'),
    url(actionmenu-files/MaterialIcons-Regular.woff) format('woff'),
    url(actionmenu-files/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
@font-face{font-family:"Ionicons";src:url("actionmenu-files/ionicons.eot?v=2.0.1");src:url("actionmenu-files/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("actionmenu-files/ionicons.ttf?v=2.0.1") format("truetype"),url("actionmenu-files/ionicons.woff?v=2.0.1") format("woff"),url("actionmenu-files/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#actionMenu_stacks_in_11560 .actionMenu_toggle_icon {
  color: #000000;
  /*  */
  background: #FFFFFF;
  /*  */
  /*  */
  /*  */ }

#stacks_in_11561 {
  clear: both; }

#actionMenu_stacks_in_11560_inline_wrap {
  display: inline-block;
  padding: 10px 5px;
  position: relative;
  height: 50px; }

#actionMenu_stacks_in_11560 {
  cursor: pointer;
  font-family: "Roboto", sans-serif; }
  #actionMenu_stacks_in_11560 .actionMenu_toggle_icon {
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 50px;
    font-size: 25px;
    border-radius: 50px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); }
    #actionMenu_stacks_in_11560 .actionMenu_toggle_icon::before {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      line-height: 50px; }
    #actionMenu_stacks_in_11560 .actionMenu_toggle_icon.material-icons::before {
      content: attr(data-icon); }
    #actionMenu_stacks_in_11560 .actionMenu_toggle_icon.hidden::before {
      display: none; }
    #actionMenu_stacks_in_11560 .actionMenu_toggle_icon.rotate {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    #actionMenu_stacks_in_11560 .actionMenu_toggle_icon.no-shadow {
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
  #actionMenu_stacks_in_11560 .actionMenu_menu li a {
    padding: 0;
    display: inline-block;
    width: 40px;
    height: 40px; }
  #actionMenu_stacks_in_11560 .actionMenu_menu li a.inner-icon, #actionMenu_stacks_in_11560 .actionMenu_menu li span.inner-icon {
    padding: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }
    #actionMenu_stacks_in_11560 .actionMenu_menu li a.inner-icon i, #actionMenu_stacks_in_11560 .actionMenu_menu li a.inner-icon i::before, #actionMenu_stacks_in_11560 .actionMenu_menu li span.inner-icon i, #actionMenu_stacks_in_11560 .actionMenu_menu li span.inner-icon i::before {
      text-align: center;
      width: 40px;
      height: 40px;
      font-size: 18px;
      line-height: 40px !important; }
    #actionMenu_stacks_in_11560 .actionMenu_menu li a.inner-icon i.hidden, #actionMenu_stacks_in_11560 .actionMenu_menu li span.inner-icon i.hidden {
      display: none; }
  #actionMenu_stacks_in_11560 .actionMenu_menu li a.inner-icon.hide-box-shadow-hover:hover, #actionMenu_stacks_in_11560 .actionMenu_menu li span.inner-icon.hide-box-shadow-hover:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  #actionMenu_stacks_in_11560 .actionMenu_menu li span.inner-link {
    padding: 0; }
    #actionMenu_stacks_in_11560 .actionMenu_menu li span.inner-link a {
      width: auto; }
  #actionMenu_stacks_in_11560 .actionMenu_menu.actionMenu_link_only {
    width: 50px; }
    #actionMenu_stacks_in_11560 .actionMenu_menu.actionMenu_link_only li {
      width: 50px; }
    #actionMenu_stacks_in_11560 .actionMenu_menu.actionMenu_link_only li a {
      padding: 0;
      display: inline-block;
      width: 40px;
      height: 40px; }
    #actionMenu_stacks_in_11560 .actionMenu_menu.actionMenu_link_only li a.inner-icon, #actionMenu_stacks_in_11560 .actionMenu_menu.actionMenu_link_only li span.inner-icon {
      display: none !important; }
    #actionMenu_stacks_in_11560 .actionMenu_menu.actionMenu_link_only li span.inner-link {
      opacity: 1 !important;
      visibility: visible !important;
      -webkit-transition-delay: 0.5s !important;
              transition-delay: 0.5s !important; }
      #actionMenu_stacks_in_11560 .actionMenu_menu.actionMenu_link_only li span.inner-link a {
        -webkit-transition-delay: 0.05s;
                transition-delay: 0.05s;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        /*  */
        padding: 0 12px !important;
        /*  */ }

/* " */
/*  */
#actionMenu_stacks_in_11560 {
  /*  */
  position: fixed;
  z-index: 9999999999999999 !important;
  /* " */ }
  #actionMenu_stacks_in_11560 .actionMenu_toggle_icon {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); }
    #actionMenu_stacks_in_11560 .actionMenu_toggle_icon::before {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      line-height: 50px; }
    #actionMenu_stacks_in_11560 .actionMenu_toggle_icon.material-icons::before {
      content: attr(data-icon); }
    #actionMenu_stacks_in_11560 .actionMenu_toggle_icon.rotate {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
  #actionMenu_stacks_in_11560 .actionMenu_menu {
    left: 50%;
    padding: 0;
    z-index: -1;
    margin: 0 auto;
    overflow: visible;
    max-height: 100px;
    position: absolute;
    text-align: center;
    width: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    #actionMenu_stacks_in_11560 .actionMenu_menu li {
      position: absolute;
      width: 40px;
      height: 40px;
      float: left;
      clear: none;
      opacity: 0;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      touch-callout: none;
      pointer-events: none;
      list-style-type: none; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li:nth-child(1) {
        -webkit-transition-duration: %( 0.500000 * 0.0.80 )%s;
                transition-duration: %( 0.500000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li:nth-child(2) {
        -webkit-transition-duration: %( 1.000000 * 0.0.80 )%s;
                transition-duration: %( 1.000000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li:nth-child(3) {
        -webkit-transition-duration: %( 1.500000 * 0.0.80 )%s;
                transition-duration: %( 1.500000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li:nth-child(4) {
        -webkit-transition-duration: %( 2.000000 * 0.0.80 )%s;
                transition-duration: %( 2.000000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li:nth-child(5) {
        -webkit-transition-duration: %( 2.500000 * 0.0.80 )%s;
                transition-duration: %( 2.500000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li:nth-child(6) {
        -webkit-transition-duration: %( 3.000000 * 0.0.80 )%s;
                transition-duration: %( 3.000000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li:nth-child(7) {
        -webkit-transition-duration: %( 3.500000 * 0.0.80 )%s;
                transition-duration: %( 3.500000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li:nth-child(8) {
        -webkit-transition-duration: %( 4.000000 * 0.0.80 )%s;
                transition-duration: %( 4.000000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li:nth-child(9) {
        -webkit-transition-duration: %( 4.500000 * 0.0.80 )%s;
                transition-duration: %( 4.500000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li:nth-child(10) {
        -webkit-transition-duration: %( 5.000000 * 0.0.80 )%s;
                transition-duration: %( 5.000000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li:nth-child(11) {
        -webkit-transition-duration: %( 5.500000 * 0.0.80 )%s;
                transition-duration: %( 5.500000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li:nth-child(12) {
        -webkit-transition-duration: %( 6.000000 * 0.0.80 )%s;
                transition-duration: %( 6.000000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li:nth-child(13) {
        -webkit-transition-duration: %( 6.500000 * 0.0.80 )%s;
                transition-duration: %( 6.500000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li:nth-child(14) {
        -webkit-transition-duration: %( 7.000000 * 0.0.80 )%s;
                transition-duration: %( 7.000000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li:nth-child(15) {
        -webkit-transition-duration: %( 7.500000 * 0.0.80 )%s;
                transition-duration: %( 7.500000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li:nth-child(16) {
        -webkit-transition-duration: %( 8.000000 * 0.0.80 )%s;
                transition-duration: %( 8.000000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li:nth-child(17) {
        -webkit-transition-duration: %( 8.500000 * 0.0.80 )%s;
                transition-duration: %( 8.500000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li:nth-child(18) {
        -webkit-transition-duration: %( 9.000000 * 0.0.80 )%s;
                transition-duration: %( 9.000000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li:nth-child(19) {
        -webkit-transition-duration: %( 9.500000 * 0.0.80 )%s;
                transition-duration: %( 9.500000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li:nth-child(20) {
        -webkit-transition-duration: %( 10.000000 * 0.0.80 )%s;
                transition-duration: %( 10.000000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li:nth-child(21) {
        -webkit-transition-duration: %( 10.500000 * 0.0.80 )%s;
                transition-duration: %( 10.500000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li:nth-child(22) {
        -webkit-transition-duration: %( 11.000000 * 0.0.80 )%s;
                transition-duration: %( 11.000000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li:nth-child(23) {
        -webkit-transition-duration: %( 11.500000 * 0.0.80 )%s;
                transition-duration: %( 11.500000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li:nth-child(24) {
        -webkit-transition-duration: %( 12.000000 * 0.0.80 )%s;
                transition-duration: %( 12.000000 * 0.0.80 )%s; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li span.inner-link a {
        display: block;
        color: inherit;
        text-decoration: none;
        line-height: 40px; }
        #actionMenu_stacks_in_11560 .actionMenu_menu li span.inner-link a:hover {
          text-decoration: underline; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li span.inner-link {
        top: 0;
        opacity: 0;
        padding: 0;
        z-index: -1;
        width: auto;
        font-size: 14px;
        visibility: hidden;
        position: absolute;
        white-space: nowrap;
        height: 40px;
        -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        line-height: 40px;
        border-radius: 100px;
        color: #000000;
        /*  */
        background: #FFFFFF;
        /*  */
        /*  */ }
        #actionMenu_stacks_in_11560 .actionMenu_menu li span.inner-link a:hover {
          text-decoration: none; }
        #actionMenu_stacks_in_11560 .actionMenu_menu li span.inner-link a {
          padding: 0px 20px;
          -webkit-transition-delay: 0.5s;
                  transition-delay: 0.5s;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li a.inner-icon, #actionMenu_stacks_in_11560 .actionMenu_menu li span.inner-icon {
        -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }
      #actionMenu_stacks_in_11560 .actionMenu_menu li a.inner-icon.hide-box-shadow, #actionMenu_stacks_in_11560 .actionMenu_menu li span.inner-icon.hide-box-shadow {
        -webkit-box-shadow: none !important;
        box-shadow: none !important; }
      #actionMenu_stacks_in_11560 .actionMenu_menu li a.inner-icon.hide-box-shadow-hover:hover, #actionMenu_stacks_in_11560 .actionMenu_menu li span.inner-icon.hide-box-shadow-hover:hover {
        -webkit-box-shadow: none !important;
        box-shadow: none !important; }

#actionMenu_stacks_in_11560.open {
  z-index: 999999999 !important; }
  #actionMenu_stacks_in_11560.open.overlay::after {
    cursor: default;
    content: '';
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    border: none !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0.50;
    background: #000000; }
  #actionMenu_stacks_in_11560.open .actionMenu_toggle_icon.material-icons::before {
    content: 'close' !important; }
  #actionMenu_stacks_in_11560.open .actionMenu_toggle_icon.icon-ionic::before {
    content: "\f12a" !important; }
  #actionMenu_stacks_in_11560.open .actionMenu_toggle_icon.fa::before {
    content: "\f00d" !important; }
  #actionMenu_stacks_in_11560.open .actionMenu_toggle_icon.rotate {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.4); }
  #actionMenu_stacks_in_11560.open .actionMenu_menu {
    max-height: 500px;
    z-index: auto; }
    #actionMenu_stacks_in_11560.open .actionMenu_menu li {
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
      #actionMenu_stacks_in_11560.open .actionMenu_menu li:hover span.inner-link {
        opacity: 1;
        visibility: visible; }

@media screen and (max-width: 1028px) {
  #actionMenu_stacks_in_11560.open.ho-left .actionMenu_menu.actionMenu_mobile_text_on li span.inner-link {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.5s !important;
            transition-delay: 0.5s !important; }
    #actionMenu_stacks_in_11560.open.ho-left .actionMenu_menu.actionMenu_mobile_text_on li span.inner-link a {
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0.5s !important;
              transition-delay: 0.5s !important;
      padding-left: 55px !important; }
  #actionMenu_stacks_in_11560.open.ho-left .actionMenu_menu.actionMenu_mobile_text_on li a.inner-icon.hide-box-shadow-hover, #actionMenu_stacks_in_11560.open.ho-left .actionMenu_menu.actionMenu_mobile_text_on li span.inner-icon.hide-box-shadow-hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  #actionMenu_stacks_in_11560.open.ho-left .actionMenu_menu.actionMenu_mobile_text_on.actionMenu_link_only li span.inner-link a {
    /*  */
    padding-left: 12px !important;
    /*  */ }
  #actionMenu_stacks_in_11560.open.ho-right .actionMenu_menu.actionMenu_mobile_text_on li span.inner-link {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.5s !important;
            transition-delay: 0.5s !important; }
    #actionMenu_stacks_in_11560.open.ho-right .actionMenu_menu.actionMenu_mobile_text_on li span.inner-link a {
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0.5s !important;
              transition-delay: 0.5s !important;
      padding-right: 55px !important; }
  #actionMenu_stacks_in_11560.open.ho-right .actionMenu_menu.actionMenu_mobile_text_on li a.inner-icon.hide-box-shadow-hover, #actionMenu_stacks_in_11560.open.ho-right .actionMenu_menu.actionMenu_mobile_text_on li span.inner-icon.hide-box-shadow-hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  #actionMenu_stacks_in_11560.open.ho-right .actionMenu_menu.actionMenu_mobile_text_on.actionMenu_link_only li span.inner-link a {
    /*  */
    padding-right: 12px !important;
    /*  */ } }

#actionMenu_stacks_in_11560.ho-left {
  left: 10px; }
  #actionMenu_stacks_in_11560.ho-left .actionMenu_menu span.inner-link {
    left: 1px;
    text-align: left; }
  #actionMenu_stacks_in_11560.ho-left .actionMenu_menu.actionMenu_text_on li span.inner-link, #actionMenu_stacks_in_11560.ho-left .actionMenu_menu.actionMenu_mobile_text_on li span.inner-link {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: none;
            transition-delay: none; }
    #actionMenu_stacks_in_11560.ho-left .actionMenu_menu.actionMenu_text_on li span.inner-link a, #actionMenu_stacks_in_11560.ho-left .actionMenu_menu.actionMenu_mobile_text_on li span.inner-link a {
      -webkit-transition-delay: none;
              transition-delay: none; }
  #actionMenu_stacks_in_11560.ho-left .actionMenu_menu.actionMenu_text_on li .inner-icon.hide-box-shadow, #actionMenu_stacks_in_11560.ho-left .actionMenu_menu.actionMenu_mobile_text_on li .inner-icon.hide-box-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  #actionMenu_stacks_in_11560.ho-left .actionMenu_menu.actionMenu_text_on li .inner-icon.hide-box-shadow-hover:hover, #actionMenu_stacks_in_11560.ho-left .actionMenu_menu.actionMenu_mobile_text_on li .inner-icon.hide-box-shadow-hover:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

#actionMenu_stacks_in_11560.open.ho-left .actionMenu_menu li:hover span.inner-link {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: none;
          transition-delay: none; }
  #actionMenu_stacks_in_11560.open.ho-left .actionMenu_menu li:hover span.inner-link a {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 55px !important; }

#actionMenu_stacks_in_11560.open.ho-left .actionMenu_menu.actionMenu_text_on li span.inner-link {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important; }
  #actionMenu_stacks_in_11560.open.ho-left .actionMenu_menu.actionMenu_text_on li span.inner-link a {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.5s !important;
            transition-delay: 0.5s !important;
    padding-left: 55px !important; }

#actionMenu_stacks_in_11560.open.ho-left .actionMenu_menu.actionMenu_link_only li:hover span.inner-link a {
  text-decoration: underline;
  /*  */
  padding-left: 12px !important;
  /*  */ }

#actionMenu_stacks_in_11560.ho-right {
  right: 10px; }
  #actionMenu_stacks_in_11560.ho-right .actionMenu_menu span.inner-link {
    right: 1px;
    text-align: right; }
  #actionMenu_stacks_in_11560.ho-right .actionMenu_menu.actionMenu_text_on li span.inner-link, #actionMenu_stacks_in_11560.ho-right .actionMenu_menu.actionMenu_mobile_text_on li span.inner-link {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: none;
            transition-delay: none; }
    #actionMenu_stacks_in_11560.ho-right .actionMenu_menu.actionMenu_text_on li span.inner-link a, #actionMenu_stacks_in_11560.ho-right .actionMenu_menu.actionMenu_mobile_text_on li span.inner-link a {
      -webkit-transition-delay: none;
              transition-delay: none; }
  #actionMenu_stacks_in_11560.ho-right .actionMenu_menu.actionMenu_text_on li .inner-icon.hide-box-shadow, #actionMenu_stacks_in_11560.ho-right .actionMenu_menu.actionMenu_mobile_text_on li .inner-icon.hide-box-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  #actionMenu_stacks_in_11560.ho-right .actionMenu_menu.actionMenu_text_on li .inner-icon.hide-box-shadow-hover:hover, #actionMenu_stacks_in_11560.ho-right .actionMenu_menu.actionMenu_mobile_text_on li .inner-icon.hide-box-shadow-hover:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

#actionMenu_stacks_in_11560.open.ho-right .actionMenu_menu li:hover span.inner-link {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: none;
          transition-delay: none; }
  #actionMenu_stacks_in_11560.open.ho-right .actionMenu_menu li:hover span.inner-link a {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-right: 55px !important; }

#actionMenu_stacks_in_11560.open.ho-right .actionMenu_menu.actionMenu_text_on li span.inner-link {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important; }
  #actionMenu_stacks_in_11560.open.ho-right .actionMenu_menu.actionMenu_text_on li span.inner-link a {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.5s !important;
            transition-delay: 0.5s !important;
    padding-right: 55px !important; }

#actionMenu_stacks_in_11560.open.ho-right .actionMenu_menu.actionMenu_link_only li:hover span.inner-link a {
  text-decoration: underline;
  /*  */
  padding-right: 12px !important;
  /*  */ }

#actionMenu_stacks_in_11560.vo-top {
  top: 4px; }
  #actionMenu_stacks_in_11560.vo-top .actionMenu_menu {
    top: 45px; }
    #actionMenu_stacks_in_11560.vo-top .actionMenu_menu li {
      top: -40px; }
  #actionMenu_stacks_in_11560.vo-top.ho-left .actionMenu_menu li {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  #actionMenu_stacks_in_11560.vo-top.ho-right .actionMenu_menu li {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

#actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu {
  top: 100%; }
  #actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu li {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all ease, opacity 0.2s ease-in;
    transition: all ease, opacity 0.2s ease-in; }
    #actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu li:nth-child(1) {
      top: 12px;
      -webkit-transition-duration: 0.250000s;
              transition-duration: 0.250000s; }
    #actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu li:nth-child(2) {
      top: 64px;
      -webkit-transition-duration: 0.300000s;
              transition-duration: 0.300000s; }
    #actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu li:nth-child(3) {
      top: 116px;
      -webkit-transition-duration: 0.350000s;
              transition-duration: 0.350000s; }
    #actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu li:nth-child(4) {
      top: 168px;
      -webkit-transition-duration: 0.400000s;
              transition-duration: 0.400000s; }
    #actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu li:nth-child(5) {
      top: 220px;
      -webkit-transition-duration: 0.450000s;
              transition-duration: 0.450000s; }
    #actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu li:nth-child(6) {
      top: 272px;
      -webkit-transition-duration: 0.500000s;
              transition-duration: 0.500000s; }
    #actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu li:nth-child(7) {
      top: 324px;
      -webkit-transition-duration: 0.550000s;
              transition-duration: 0.550000s; }
    #actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu li:nth-child(8) {
      top: 376px;
      -webkit-transition-duration: 0.600000s;
              transition-duration: 0.600000s; }
    #actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu li:nth-child(9) {
      top: 428px;
      -webkit-transition-duration: 0.650000s;
              transition-duration: 0.650000s; }
    #actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu li:nth-child(10) {
      top: 480px;
      -webkit-transition-duration: 0.700000s;
              transition-duration: 0.700000s; }
    #actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu li:nth-child(11) {
      top: 532px;
      -webkit-transition-duration: 0.750000s;
              transition-duration: 0.750000s; }
    #actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu li:nth-child(12) {
      top: 584px;
      -webkit-transition-duration: 0.800000s;
              transition-duration: 0.800000s; }
    #actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu li:nth-child(13) {
      top: 636px;
      -webkit-transition-duration: 0.850000s;
              transition-duration: 0.850000s; }
    #actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu li:nth-child(14) {
      top: 688px;
      -webkit-transition-duration: 0.900000s;
              transition-duration: 0.900000s; }
    #actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu li:nth-child(15) {
      top: 740px;
      -webkit-transition-duration: 0.950000s;
              transition-duration: 0.950000s; }
    #actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu li:nth-child(16) {
      top: 792px;
      -webkit-transition-duration: 1.000000s;
              transition-duration: 1.000000s; }
    #actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu li:nth-child(17) {
      top: 844px;
      -webkit-transition-duration: 1.050000s;
              transition-duration: 1.050000s; }
    #actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu li:nth-child(18) {
      top: 896px;
      -webkit-transition-duration: 1.100000s;
              transition-duration: 1.100000s; }
    #actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu li:nth-child(19) {
      top: 948px;
      -webkit-transition-duration: 1.150000s;
              transition-duration: 1.150000s; }
    #actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu li:nth-child(20) {
      top: 1000px;
      -webkit-transition-duration: 1.200000s;
              transition-duration: 1.200000s; }
    #actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu li:nth-child(21) {
      top: 1052px;
      -webkit-transition-duration: 1.250000s;
              transition-duration: 1.250000s; }
    #actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu li:nth-child(22) {
      top: 1104px;
      -webkit-transition-duration: 1.300000s;
              transition-duration: 1.300000s; }
    #actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu li:nth-child(23) {
      top: 1156px;
      -webkit-transition-duration: 1.350000s;
              transition-duration: 1.350000s; }
    #actionMenu_stacks_in_11560.open.vo-top .actionMenu_menu li:nth-child(24) {
      top: 1208px;
      -webkit-transition-duration: 1.400000s;
              transition-duration: 1.400000s; }

#actionMenu_stacks_in_11560.vo-bottom {
  bottom: 4px; }
  #actionMenu_stacks_in_11560.vo-bottom .actionMenu_menu {
    bottom: 45px; }
    #actionMenu_stacks_in_11560.vo-bottom .actionMenu_menu li {
      bottom: -40px; }
  #actionMenu_stacks_in_11560.vo-bottom.ho-left .actionMenu_menu li {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  #actionMenu_stacks_in_11560.vo-bottom.ho-right .actionMenu_menu li {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

#actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu {
  bottom: 100%; }
  #actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu li {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all ease, opacity 0.2s ease-in;
    transition: all ease, opacity 0.2s ease-in; }
    #actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu li:nth-child(1) {
      bottom: 12px;
      -webkit-transition-duration: 0.250000s;
              transition-duration: 0.250000s; }
    #actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu li:nth-child(2) {
      bottom: 64px;
      -webkit-transition-duration: 0.300000s;
              transition-duration: 0.300000s; }
    #actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu li:nth-child(3) {
      bottom: 116px;
      -webkit-transition-duration: 0.350000s;
              transition-duration: 0.350000s; }
    #actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu li:nth-child(4) {
      bottom: 168px;
      -webkit-transition-duration: 0.400000s;
              transition-duration: 0.400000s; }
    #actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu li:nth-child(5) {
      bottom: 220px;
      -webkit-transition-duration: 0.450000s;
              transition-duration: 0.450000s; }
    #actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu li:nth-child(6) {
      bottom: 272px;
      -webkit-transition-duration: 0.500000s;
              transition-duration: 0.500000s; }
    #actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu li:nth-child(7) {
      bottom: 324px;
      -webkit-transition-duration: 0.550000s;
              transition-duration: 0.550000s; }
    #actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu li:nth-child(8) {
      bottom: 376px;
      -webkit-transition-duration: 0.600000s;
              transition-duration: 0.600000s; }
    #actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu li:nth-child(9) {
      bottom: 428px;
      -webkit-transition-duration: 0.650000s;
              transition-duration: 0.650000s; }
    #actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu li:nth-child(10) {
      bottom: 480px;
      -webkit-transition-duration: 0.700000s;
              transition-duration: 0.700000s; }
    #actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu li:nth-child(11) {
      bottom: 532px;
      -webkit-transition-duration: 0.750000s;
              transition-duration: 0.750000s; }
    #actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu li:nth-child(12) {
      bottom: 584px;
      -webkit-transition-duration: 0.800000s;
              transition-duration: 0.800000s; }
    #actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu li:nth-child(13) {
      bottom: 636px;
      -webkit-transition-duration: 0.850000s;
              transition-duration: 0.850000s; }
    #actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu li:nth-child(14) {
      bottom: 688px;
      -webkit-transition-duration: 0.900000s;
              transition-duration: 0.900000s; }
    #actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu li:nth-child(15) {
      bottom: 740px;
      -webkit-transition-duration: 0.950000s;
              transition-duration: 0.950000s; }
    #actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu li:nth-child(16) {
      bottom: 792px;
      -webkit-transition-duration: 1.000000s;
              transition-duration: 1.000000s; }
    #actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu li:nth-child(17) {
      bottom: 844px;
      -webkit-transition-duration: 1.050000s;
              transition-duration: 1.050000s; }
    #actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu li:nth-child(18) {
      bottom: 896px;
      -webkit-transition-duration: 1.100000s;
              transition-duration: 1.100000s; }
    #actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu li:nth-child(19) {
      bottom: 948px;
      -webkit-transition-duration: 1.150000s;
              transition-duration: 1.150000s; }
    #actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu li:nth-child(20) {
      bottom: 1000px;
      -webkit-transition-duration: 1.200000s;
              transition-duration: 1.200000s; }
    #actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu li:nth-child(21) {
      bottom: 1052px;
      -webkit-transition-duration: 1.250000s;
              transition-duration: 1.250000s; }
    #actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu li:nth-child(22) {
      bottom: 1104px;
      -webkit-transition-duration: 1.300000s;
              transition-duration: 1.300000s; }
    #actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu li:nth-child(23) {
      bottom: 1156px;
      -webkit-transition-duration: 1.350000s;
              transition-duration: 1.350000s; }
    #actionMenu_stacks_in_11560.open.vo-bottom .actionMenu_menu li:nth-child(24) {
      bottom: 1208px;
      -webkit-transition-duration: 1.400000s;
              transition-duration: 1.400000s; }

/*  */
#item_stacks_in_11566 a.inner-icon, #item_stacks_in_11566 span.inner-icon {
  color: #000000;
  /*  */
  background: #FFFFFF;
  /*  */
  /*  */
  /*  */ }

/*  */
#item_stacks_in_11562 a.inner-icon, #item_stacks_in_11562 span.inner-icon {
  color: #000000;
  /*  */
  background: #FFFFFF;
  /*  */
  /*  */
  /*  */ }

/*  */
#item_stacks_in_11564 a.inner-icon, #item_stacks_in_11564 span.inner-icon {
  color: #000000;
  /*  */
  background: #FFFFFF;
  /*  */
  /*  */
  /*  */ }

/*  */
#item_stacks_in_12919 a.inner-icon, #item_stacks_in_12919 span.inner-icon {
  color: #000000;
  /*  */
  background: #FFFFFF;
  /*  */
  /*  */
  /*  */ }

/*  */
#item_stacks_in_12904 a.inner-icon, #item_stacks_in_12904 span.inner-icon {
  color: #000000;
  /*  */
  background: #FFFFFF;
  /*  */
  /*  */
  /*  */ }

/*  */
#item_stacks_in_11584 a.inner-icon, #item_stacks_in_11584 span.inner-icon {
  color: #000000;
  /*  */
  background: #FFFFFF;
  /*  */
  /*  */
  /*  */ }

/*  */
/* 1.5.3.8
- fixes a bug that could prevent Notice from being able to re-trigger when set to center alignment
- iconic framework is now loaded over https
- added support for vertical center animations
- cookie now expires after 7 days instead of when browser is closed
- prevents content scrolling from also scrolling the webpage body
- added "hide this stack" to the responsive settings
- Cookies now allow you to define "show once per"
- new option to close a notification by clicking anywhere on the notification or by clickign away from it
TODO: Simplify how the trigger links to its notice
TODO: Other notices should close when a new one is opened
*/
@important "partials/maps";
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.hinge {
    animation-duration: 2s; }
  .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, 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); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@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; }

@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 shake {
  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); } }

.shake {
  animation-name: shake; }

@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; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none; }
  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: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  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.39063deg) skewY(0.39063deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@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-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); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.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); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.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); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.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); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    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-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.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: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@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 flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) 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);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  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 {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  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 {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  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-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  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 {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@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; } }

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

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

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

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

.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);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@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);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@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);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@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);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@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; }

#noticeContainer_stacks_in_13097 {
  /*  */
  display: block;
  position: relative; }
  #noticeContainer_stacks_in_13097 .clearfix:before {
    content: " ";
    display: table; }
  #noticeContainer_stacks_in_13097 .clearfix:after {
    content: " ";
    display: table;
    clear: both; }

#notice_stacks_in_13097 {
  /*  */
  /*  */
  opacity: 0;
  left: 0px;
  right: 0px;
  max-height: 100%;
  /*  */
  position: fixed;
  /*  */
  overflow-y: auto !important;
  overscroll-behavior: none;
  visibility: hidden;
  /*  */
  z-index: 999999;
  /*  */
  max-width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */
  top: 0px;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  margin-left: auto;
  margin-right: auto;
  /*  */
  /*  */
  /*  */
  /*  */
  background: rgba(30, 31, 41, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  font-family: "Open Sans";
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  cursor: pointer;
  /*  */
  color: rgba(255, 255, 255, 1.00);
  border-radius: 0px 0px 0px 0px; }
  #notice_stacks_in_13097.show {
    opacity: 1;
    visibility: visible; }
  #notice_stacks_in_13097.hide {
    opacity: 0;
    visibility: hidden; }
  #notice_stacks_in_13097.cookie-hide {
    display: none; }

#notice_stacks_in_13097 .notice-inner-stacks {
  clear: both;
  margin: 0 auto;
  max-width: 960px;
  padding: 10px 10px 35px 10px; }

#notice_stacks_in_13097 .notice-inner {
  clear: both;
  margin: 0 auto;
  max-width: 960px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px 10px 35px 10px;
  /*  */
  /*  */
  text-align: center;
  /*  */
  /*  */
  /*  */ }
  #notice_stacks_in_13097 .notice-inner-text {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    max-width: 100%;
    font-size: 16px;
    line-height: 22px; }
  #notice_stacks_in_13097 .notice-inner-icon {
    /*  */
    /*  */
    /*  */
    text-align: center;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    /*  */
    /*  */
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    color: rgba(255, 255, 255, 1.00);
    padding: 5px 20px 5px 10px; }
    #notice_stacks_in_13097 .notice-inner-icon i {
      font-size: 32px;
      vertical-align: middle; }

#notice_stacks_in_13097 .notice-close-btn {
  float: right;
  cursor: pointer;
  color: rgba(255, 255, 255, 1.00);
  padding: 10px 10px 0px 10px; }
  #notice_stacks_in_13097 .notice-close-btn i {
    cursor: pointer;
    vertical-align: middle; }

#notice_stacks_in_13097 .notice-action {
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  /*  */
  color: inherit;
  background: none;
  /*  */ }
  #notice_stacks_in_13097 .notice-action i {
    vertical-align: middle; }
  #notice_stacks_in_13097 .notice-action-close {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: rgba(255, 255, 255, 0.30); }
    #notice_stacks_in_13097 .notice-action-close:hover {
      /*  */ }
  #notice_stacks_in_13097 .notice-action-custom {
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: rgba(255, 255, 255, 0.30); }
    #notice_stacks_in_13097 .notice-action-custom:hover {
      /*  */ }
    #notice_stacks_in_13097 .notice-action-custom a {
      color: inherit;
      width: 100%;
      height: 100%;
      /*  */
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      text-decoration: none;
      -ms-flex-pack: center;
          justify-content: center;
      /*  */ }
  #notice_stacks_in_13097 .notice-action-btn {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    box-sizing: border-box;
    -ms-flex-pack: center;
        justify-content: center; }
    #notice_stacks_in_13097 .notice-action-btn:hover {
      cursor: pointer; }

@media (max-width: 480px) {
  #notice_stacks_in_13097 .notice-action {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 90px; }
    #notice_stacks_in_13097 .notice-action-custom {
      border-width: 1px 0 0 0; }
    #notice_stacks_in_13097 .notice-action div {
      height: 50%;
      width: 100%; } }

/*  */
@media all and (-ms-high-contrast: none) {
  #notice_stacks_in_13097 {
    width: 100%; }
    #notice_stacks_in_13097 *::-ms-backdrop, #notice_stacks_in_13097 #notice_stacks_in_13097 {
      width: 100%; } }

/*  */
@media all and (min-width: 771px) {
  #notice_stacks_in_13097.hide-desktop {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 501px) {
  #notice_stacks_in_13097.hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #notice_stacks_in_13097.hide-mobile {
    display: none;
  }
}
.full{width:100% ;}  
.full{border-color:rgba(30, 30, 30, 1.00) ;border-width:1px ;border-style:solid ;}
            .tinyfont{font-size:calc(9rem/16) ;}@media only screen and (min-width:40em) {            .tinyfont{font-size:calc(12rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .tinyfont{font-size:calc(12rem/16) ;line-height:1.50 }}
.buttons{border-color:rgba(225, 225, 225, 1.00) ;border-width:1px ;border-style:solid ;}
.buttons{border-radius:8px ;}
.tvround{border-radius:12px ;}
.menucursor:hover{cursor:pointer }

/* 1.5.3.8
- fixes a bug that could prevent Notice from being able to re-trigger when set to center alignment
- iconic framework is now loaded over https
- added support for vertical center animations
- cookie now expires after 7 days instead of when browser is closed
- prevents content scrolling from also scrolling the webpage body
- added "hide this stack" to the responsive settings
- Cookies now allow you to define "show once per"
- new option to close a notification by clicking anywhere on the notification or by clickign away from it
TODO: Simplify how the trigger links to its notice
TODO: Other notices should close when a new one is opened
*/
@important "partials/maps";
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.hinge {
    animation-duration: 2s; }
  .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, 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); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@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; }

@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 shake {
  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); } }

.shake {
  animation-name: shake; }

@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; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none; }
  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: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  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.39063deg) skewY(0.39063deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@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-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); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.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); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.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); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.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); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    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-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.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: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@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 flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) 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);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  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 {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  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 {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  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-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  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 {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@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; } }

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

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

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

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

.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);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@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);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@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);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@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);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@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; }

#noticeContainer_stacks_in_11024 {
  /*  */
  display: block;
  position: relative; }
  #noticeContainer_stacks_in_11024 .clearfix:before {
    content: " ";
    display: table; }
  #noticeContainer_stacks_in_11024 .clearfix:after {
    content: " ";
    display: table;
    clear: both; }

#notice_stacks_in_11024 {
  /*  */
  /*  */
  opacity: 0;
  left: 0px;
  right: 0px;
  max-height: 70%;
  /*  */
  position: fixed;
  /*  */
  overflow-y: auto !important;
  overscroll-behavior: none;
  visibility: hidden;
  /*  */
  z-index: 30;
  /*  */
  max-width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */
  top: 0px;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  margin-left: auto;
  margin-right: auto;
  /*  */
  /*  */
  /*  */
  /*  */
  background: rgba(30, 31, 41, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  font-family: "Nunito";
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00);
  border-radius: 0px 0px 0px 0px; }
  #notice_stacks_in_11024.show {
    opacity: 1;
    visibility: visible; }
  #notice_stacks_in_11024.hide {
    opacity: 0;
    visibility: hidden; }
  #notice_stacks_in_11024.cookie-hide {
    display: none; }

#notice_stacks_in_11024 .notice-inner-stacks {
  clear: both;
  margin: 0 auto;
  max-width: 960px;
  padding: 10px 10px 15px 10px; }

#notice_stacks_in_11024 .notice-inner {
  clear: both;
  margin: 0 auto;
  max-width: 960px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px 10px 15px 10px;
  /*  */
  /*  */
  text-align: center;
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  /*  */
  /*  */ }
  #notice_stacks_in_11024 .notice-inner-text {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    max-width: 100%;
    font-size: 16px;
    line-height: 22px; }
  #notice_stacks_in_11024 .notice-inner-icon {
    /*  */
    /*  */
    /*  */
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    /*  */
    /*  */
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    color: rgba(255, 255, 255, 1.00);
    padding: 5px 20px 5px 10px; }
    #notice_stacks_in_11024 .notice-inner-icon i {
      font-size: 32px;
      vertical-align: middle; }

#notice_stacks_in_11024 .notice-close-btn {
  float: right;
  cursor: pointer;
  color: rgba(255, 255, 255, 1.00);
  padding: 10px 10px 0px 10px; }
  #notice_stacks_in_11024 .notice-close-btn i {
    cursor: pointer;
    vertical-align: middle; }

#notice_stacks_in_11024 .notice-action {
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  /*  */
  color: inherit;
  background: none;
  /*  */ }
  #notice_stacks_in_11024 .notice-action i {
    vertical-align: middle; }
  #notice_stacks_in_11024 .notice-action-close {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: rgba(255, 255, 255, 0.30); }
    #notice_stacks_in_11024 .notice-action-close:hover {
      /*  */ }
  #notice_stacks_in_11024 .notice-action-custom {
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: rgba(255, 255, 255, 0.30); }
    #notice_stacks_in_11024 .notice-action-custom:hover {
      /*  */ }
    #notice_stacks_in_11024 .notice-action-custom a {
      color: inherit;
      width: 100%;
      height: 100%;
      /*  */
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      text-decoration: none;
      -ms-flex-pack: center;
          justify-content: center;
      /*  */ }
  #notice_stacks_in_11024 .notice-action-btn {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    box-sizing: border-box;
    -ms-flex-pack: center;
        justify-content: center; }
    #notice_stacks_in_11024 .notice-action-btn:hover {
      cursor: pointer; }

@media (max-width: 480px) {
  #notice_stacks_in_11024 .notice-action {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 90px; }
    #notice_stacks_in_11024 .notice-action-custom {
      border-width: 1px 0 0 0; }
    #notice_stacks_in_11024 .notice-action div {
      height: 50%;
      width: 100%; } }

/*  */
@media all and (-ms-high-contrast: none) {
  #notice_stacks_in_11024 {
    width: 100%; }
    #notice_stacks_in_11024 *::-ms-backdrop, #notice_stacks_in_11024 #notice_stacks_in_11024 {
      width: 100%; } }

/*  */
@media all and (min-width: 771px) {
  #notice_stacks_in_11024.hide-desktop {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 501px) {
  #notice_stacks_in_11024.hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #notice_stacks_in_11024.hide-mobile {
    display: none;
  }
}

/*
-------------------------------------------
FixMeStack
-------------------------------------------
*/

#stacks_in_11048 .fixwrapmefixme_a
{	
	display: block;

 
 
 


	

		
			background-position:  left top;
	



	 

	 

cursor:pointer;

	-moz-box-shadow:  0px 0px 0px #333333;
	-webkit-box-shadow:  0px 0px 0px #333333;
	box-shadow:  0px 0px 0px #333333;

 


 
	height: auto;
	overflow: visible;
 



	z-index: 999999 !important;
	overflow: ;

	position: fixed !important;
	top: 5px !important;
	left: 65px !important;

 

 
 
	width: 200px;
 

 

	border-style: solid;
	border-color: #333333;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	/*Custom CSS;*/

}
#stacks_in_11048 .fixlayer1
{
	height: ;
}
#stacks_in_11048 .fixedit 
{
   /*Show only edit mode when choice is fixed*/
	width: 245px;
	height: 58px;
	background: url(../files/icon-58.png) no-repeat left 0;
	text-align: left;
	padding-left: 60px;

}

@media screen and (max-width: 780px)  
{
	 
	 #stacks_in_11048 .fixwrapmefixme_a { position: static !important; display: block; 
	 padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; float:; margin-left:auto;margin-right:auto; /*Custom CSS;*/;
	 }
 
}

/*
-------------------------------------------
FixMeStack
-------------------------------------------
*/

#stacks_in_13243 .fixwrapmefixme_a
{	
	display: block;

 
 
 


	

		
			background-position:  left top;
	



	 

	 

cursor:pointer;

	-moz-box-shadow:  0px 0px 0px #333333;
	-webkit-box-shadow:  0px 0px 0px #333333;
	box-shadow:  0px 0px 0px #333333;

 


 
	height: auto;
	overflow: visible;
 



	z-index: 999999 !important;
	overflow: ;

	position: fixed !important;
	top: 5px !important;
	left: 5px !important;

 

 
 
	width: 40px;
 

 

	border-style: solid;
	border-color: #333333;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	/*Custom CSS;*/

}
#stacks_in_13243 .fixlayer1
{
	height: ;
}
#stacks_in_13243 .fixedit 
{
   /*Show only edit mode when choice is fixed*/
	width: 245px;
	height: 58px;
	background: url(../files/icon-58.png) no-repeat left 0;
	text-align: left;
	padding-left: 60px;

}

@media screen and (max-width: 780px)  
{
	 
	 #stacks_in_13243 .fixwrapmefixme_a { position: static !important; display: block; 
	 padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; float:; margin-left:auto;margin-right:auto; /*Custom CSS;*/;
	 }
 
}

/*
-------------------------------------------
FixMeStack
-------------------------------------------
*/

#stacks_in_11481 .fixwrapmefixme_a
{	
	display: block;

 
 
 


	

		
			background-position:  left top;
	



	 

	 

cursor:pointer;

	-moz-box-shadow:  0px 0px 0px #333333;
	-webkit-box-shadow:  0px 0px 0px #333333;
	box-shadow:  0px 0px 0px #333333;

 


 
	height: auto;
	overflow: visible;
 



	z-index: 97 !important;
	overflow: ;

	position: fixed !important;
	top: 5px !important;
	right: 220px !important;

 

 
 
	width: 40px;
 

 

	border-style: solid;
	border-color: #333333;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	/*Custom CSS;*/

}
#stacks_in_11481 .fixlayer1
{
	height: ;
}
#stacks_in_11481 .fixedit 
{
   /*Show only edit mode when choice is fixed*/
	width: 245px;
	height: 58px;
	background: url(../files/icon-58.png) no-repeat left 0;
	text-align: left;
	padding-left: 60px;

}

@media screen and (max-width: 780px)  
{
	 
	 #stacks_in_11481 .fixwrapmefixme_a { position: static !important; display: block; 
	 padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; float:; margin-left:auto;margin-right:auto; /*Custom CSS;*/;
	 }
 
}

/*
-------------------------------------------
FixMeStack
-------------------------------------------
*/

#stacks_in_11576 .fixwrapmefixme_a
{	
	display: block;

 
 
 


	

		
			background-position:  left top;
	



	 

	 

cursor:pointer;

	-moz-box-shadow:  0px 0px 0px #333333;
	-webkit-box-shadow:  0px 0px 0px #333333;
	box-shadow:  0px 0px 0px #333333;

 


 
	height: auto;
	overflow: visible;
 



	z-index: 98 !important;
	overflow: ;

	position: fixed !important;
	top: 5px !important;
	right: 160px !important;

 

 
 
	width: 40px;
 

 

	border-style: solid;
	border-color: #333333;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	/*Custom CSS;*/

}
#stacks_in_11576 .fixlayer1
{
	height: ;
}
#stacks_in_11576 .fixedit 
{
   /*Show only edit mode when choice is fixed*/
	width: 245px;
	height: 58px;
	background: url(../files/icon-58.png) no-repeat left 0;
	text-align: left;
	padding-left: 60px;

}

@media screen and (max-width: 780px)  
{
	 
	 #stacks_in_11576 .fixwrapmefixme_a { position: static !important; display: block; 
	 padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; float:; margin-left:auto;margin-right:auto; /*Custom CSS;*/;
	 }
 
}

/*
-------------------------------------------
FixMeStack
-------------------------------------------
*/

#stacks_in_11370 .fixwrapmefixme_a
{	
	display: block;

 
 
 


	

		
			background-position:  left top;
	



	 

	 

cursor:pointer;

	-moz-box-shadow:  0px 0px 0px #333333;
	-webkit-box-shadow:  0px 0px 0px #333333;
	box-shadow:  0px 0px 0px #333333;

 


 
	height: auto;
	overflow: visible;
 



	z-index: 180 !important;
	overflow: ;

	position: fixed !important;
	top: 60px !important;
	left: 40px !important;

 

 
 
	width: 280px;
 

 

	border-style: solid;
	border-color: #333333;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	/*Custom CSS;*/

}
#stacks_in_11370 .fixlayer1
{
	height: ;
}
#stacks_in_11370 .fixedit 
{
   /*Show only edit mode when choice is fixed*/
	width: 245px;
	height: 58px;
	background: url(../files/icon-58.png) no-repeat left 0;
	text-align: left;
	padding-left: 60px;

}

@media screen and (max-width: 780px)  
{
	 
	 #stacks_in_11370 .fixwrapmefixme_a { position: static !important; display: block; 
	 padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; float:; margin-left:auto;margin-right:auto; /*Custom CSS;*/;
	 }
 
}
.stacks_in_11373 img{width:100%;max-width:320px}

/*
-------------------------------------------
FixMeStack
-------------------------------------------
*/

#stacks_in_11097 .fixwrapmefixme_a
{	
	display: block;

 
 
 


	

		
			background-position:  left top;
	



	 

	 

cursor:pointer;

	-moz-box-shadow:  0px 0px 0px #333333;
	-webkit-box-shadow:  0px 0px 0px #333333;
	box-shadow:  0px 0px 0px #333333;

 


 
	height: auto;
	overflow: visible;
 



	z-index: 101 !important;
	overflow: ;

	position: fixed !important;
	top: 140px !important;
	left: 80px !important;

 

 
 
	width: 760px;
 

 

	border-style: solid;
	border-color: #333333;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	/*Custom CSS;*/

}
#stacks_in_11097 .fixlayer1
{
	height: ;
}
#stacks_in_11097 .fixedit 
{
   /*Show only edit mode when choice is fixed*/
	width: 245px;
	height: 58px;
	background: url(../files/icon-58.png) no-repeat left 0;
	text-align: left;
	padding-left: 60px;

}

@media screen and (max-width: 780px)  
{
	 
	 #stacks_in_11097 .fixwrapmefixme_a { position: static !important; display: block; 
	 padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; float:; margin-left:auto;margin-right:auto; /*Custom CSS;*/;
	 }
 
}
@charset "UTF-8";.movingbox.stacks_in_11106{--wait-time:4700ms;--animation-speed:1.00s}  

/*
-------------------------------------------
FixMeStack
-------------------------------------------
*/

#stacks_in_11186 .fixwrapmefixme_a
{	
	display: block;

 
 
 


	

		
			background-position:  left top;
	



	 

	 

cursor:pointer;

	-moz-box-shadow:  0px 0px 0px #333333;
	-webkit-box-shadow:  0px 0px 0px #333333;
	box-shadow:  0px 0px 0px #333333;

 


 
	height: auto;
	overflow: visible;
 



	z-index: 4000 !important;
	overflow: ;

	position: fixed !important;
	bottom: 100px !important;
	left: 90px !important;

 

 
 
	width: 380px;
 

 

	border-style: solid;
	border-color: #333333;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	/*Custom CSS;*/

}
#stacks_in_11186 .fixlayer1
{
	height: ;
}
#stacks_in_11186 .fixedit 
{
   /*Show only edit mode when choice is fixed*/
	width: 245px;
	height: 58px;
	background: url(../files/icon-58.png) no-repeat left 0;
	text-align: left;
	padding-left: 60px;

}

@media screen and (max-width: 780px)  
{
	 
	 #stacks_in_11186 .fixwrapmefixme_a { position: static !important; display: block; 
	 padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; float:; margin-left:auto;margin-right:auto; /*Custom CSS;*/;
	 }
 
}

/* 1.5.0 */
#stacks_in_13114.motion-looper-perspective {
  display: block;
  position: relative;
  z-index: 99;
}
#stacks_in_13114 .motion-looper {
  display: block;
  opacity: 1;
}
/*  */
/**/
#stacks_in_13114.motion-looper-perspective .motion-position {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  position: relative;
  transform: translate(0px, 0px);
}
/* */
#stacks_in_13114 .motion-looper.motion-on,
/*  */

#stacks_in_13114 .motion-example {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation-name: motion_looper_stacks_in_13114;
  animation-name: motion_looper_stacks_in_13114;
  /**/
  -webkit-animation-direction: normal;
  animation-direction: normal;
  animation-duration: 13.000000s;
  /**/
  /**/
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  /**/
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; /* forwards, backwards, both, none */
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  opacity: 1.000000;
  filter: blur(0px);
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.000000,1.000000) skew(0deg,0deg);
}

#stacks_in_13114 .motion-looper.motion-pause {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
#stacks_in_13114 .motion-looper.motion-stopping {
  animation-name: motion_looper_stop_stacks_in_13114;
  animation-duration: 300ms;
  animation-iteration-count: 1;
}
/*  */
/**/
@keyframes motion_looper_stop_stacks_in_13114 {
  to {
    opacity: 1;
    filter: blur(0px);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
}
/**/
/* */
/* */
/* */
/* */
/**/
#stacks_in_13114 .motion-looper.motion-on,
#stacks_in_13114 .motion-example {
  opacity: 1;filter: blur(0px);
}
@keyframes motion_looper_stacks_in_13114 {
  from,
  50%,
  60%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;filter: blur(0px);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  92.307701% {
    opacity: 1;filter: blur(0px);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  94.505394% {
    opacity: 1;filter: blur(0px);
    transform: translate3d(0px, -60px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.000000,1.000000) skew(0deg ,0deg);
  }
  95.604233% {
    opacity: 1;filter: blur(0px);
    transform: translate3d(-0.000000px, 19.980000px, -0.000000px) rotateX(-0.000000deg) rotateY(-0.000000deg) rotateZ(-0.000000deg) scale(1.000000,1.000000) skew(-0.000000deg ,-0.000000deg);
  }
  96.703079% {
    opacity: 1;filter: blur(0px);
    transform: translate3d(0.000000px, -9.960000px, 0.000000px) rotateX(0.000000deg) rotateY(0.000000deg) rotateZ(0.000000deg) skew(0.000000deg ,0.000000deg);
  }
  97.801926% {
    opacity: 1;filter: blur(0px);
    transform: translate3d(-0.000000px, 4.980000px, -0.000000px) rotateX(-0.000000deg) rotateY(-0.000000deg) rotateZ(-0.000000deg) scale(1.000000,1.000000) skew(-0.000000deg ,-0.000000deg);
  }
  98.900772% {
    opacity: 1;filter: blur(0px);
    transform: translate3d(0.000000px, -2.520000px, 0.000000px) rotateX(0.000000deg) rotateY(0.000000deg) rotateZ(0.000000deg) skew(0.000000deg ,0.000000deg);
  }
  to {
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
}
/*  */
/* */
.stacks_in_11398 img{width:100%;max-width:240px}

@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_13049_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 13px;
  line-height: 13px;
  /*  */
  /*  */
  /*  */
  background: #A47779;
  background: -webkit-gradient(linear, left top, left bottom, from(to top), color-stop(#A47779), to(#7E5D5E));
  background: linear-gradient(to top, #A47779, #7E5D5E);
  background-origin: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_13049_press.press-lite:focus {outline:0;}
#stacks_in_13049_press_wrap {
  /*  */
  display: inline-block;
  /*  */
  /*  */
  /*  */
  margin: 12px 0px 12px 0px;
}
#stacks_in_13049_press.press-lite {
  white-space: nowrap;
}
#stacks_in_13049_press.press-lite .press-lite-text span,
#stacks_in_13049_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(255, 255, 255, 1.00);
  /*  */
}
#stacks_in_13049_press.press-lite,
#stacks_in_13049_press.press-lite .press-lite-text,
#stacks_in_13049_press.press-lite .press-lite-text:after,
#stacks_in_13049_press.press-lite .press-lite-text > span,
#stacks_in_13049_press.press-lite .press-lite-icon i,
#stacks_in_13049_press.press-lite .press-lite-icon img,
#stacks_in_13049_press.press-lite .press-lite-icon svg,
#stacks_in_13049_press.press-lite .press-lite-icon svg path,
#stacks_in_13049_press.press-lite .press-lite-icon svg polyline,
#stacks_in_13049_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_13049_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_13049_press.press-lite .press-lite-icon i,
#stacks_in_13049_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(255, 255, 255, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 13px;
  line-height: 13px;
  z-index: 1;
}
#stacks_in_13049_press.press-lite .press-lite-icon img {
  height: 13px;
  width: auto;
  vertical-align: top;
}
#stacks_in_13049_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 16.250000px;
  z-index: 1;
}
/*  */
#stacks_in_13049_press.press-lite .press-lite-icon {
  float: right;
  margin-top: 0px;
}
#stacks_in_13049_press.press-lite .press-lite-icon i,
#stacks_in_13049_press.press-lite .press-lite-icon img,
#stacks_in_13049_press.press-lite .press-lite-icon svg {
  /*  */
  margin-right: 0px;
  margin-left: 8px;
  /*  */
}
/*  */
#stacks_in_13049_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_13049_press.press-lite .press-lite-icon svg path {
  fill: rgba(255, 255, 255, 1.00);
}
#stacks_in_13049_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(255, 255, 255, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_13049_press.press-lite:active,
#stacks_in_13049_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
/*  */
/*  */
#stacks_in_13049_press.press-lite {
    padding: 0;
}
#stacks_in_13049_press.press-lite .press-lite-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 12px 24px 12px 12px;
}
#stacks_in_13049_press.press-lite .press-lite-icon i,
#stacks_in_13049_press.press-lite .press-lite-icon img,
#stacks_in_13049_press.press-lite .press-lite-icon svg {
    margin: 0;
}
#stacks_in_13049_press.press-lite .press-lite-icon {
    padding: 0px;
    display: grid;
    float:left;
    align-content: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    text-align: center;
}
#stacks_in_13049_press.press-lite .press-lite-icon:after {
  content: "";
  color: transparent;
  position: absolute;
  top: -0px;
  left: -0px;
  bottom: -0px;
  background: rgba(0, 0, 0, 0.11);
  border-radius: 4px 0px 0px 4px;
  width: 37px;
  height: 37px;
}
/*  */
/*  */
/*  */
#stacks_in_13049_press.press-lite .press-lite-text {
  padding: 12px 12px 12px 24px;
}
#stacks_in_13049_press.press-lite .press-lite-icon {
  float: right;
  margin-top: 0px;
}
#stacks_in_13049_press.press-lite .press-lite-icon:after {
  top: -0px;
  right: -0px;
  bottom: -0px;
  left: auto;
  border-radius: 0px 4px 4px 0px;
}
#stacks_in_13049_press.press-lite .press-lite-icon:after {
  top: -1px;
  right: -1px;
  left: auto;
  bottom: -1px;
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_13049_press.press-lite {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.39);
}
#stacks_in_13049_press.press-lite:active {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.39);
}
#stacks_in_13049_press.press-lite .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  height: 37px;
}
#stacks_in_13049_press.press-lite:active .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.39);
}
#stacks_in_13049_press.press-lite:active > div {
  transform: translateY(2px);
}
/*  */
/*  */
/*  */
#stacks_in_13049_press.press-lite .press-lite-icon:after {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: auto;
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_13049_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_13049_press.press-lite .press-lite-line-t,
#stacks_in_13049_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_13049_press.press-lite .press-lite-line-l,
#stacks_in_13049_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_13049_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_13049_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_13049_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_13049_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */

/* 1.5.3.8
- fixes a bug that could prevent Notice from being able to re-trigger when set to center alignment
- iconic framework is now loaded over https
- added support for vertical center animations
- cookie now expires after 7 days instead of when browser is closed
- prevents content scrolling from also scrolling the webpage body
- added "hide this stack" to the responsive settings
- Cookies now allow you to define "show once per"
- new option to close a notification by clicking anywhere on the notification or by clickign away from it
TODO: Simplify how the trigger links to its notice
TODO: Other notices should close when a new one is opened
*/
@important "partials/maps";
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.hinge {
    animation-duration: 2s; }
  .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, 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); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@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; }

@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 shake {
  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); } }

.shake {
  animation-name: shake; }

@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; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none; }
  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: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  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.39063deg) skewY(0.39063deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@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-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); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.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); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.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); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.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); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    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-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.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: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@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 flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) 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);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  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 {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  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 {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  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-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  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 {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@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; } }

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

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

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

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

.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);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@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);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@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);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@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);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@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; }

#noticeContainer_stacks_in_11029 {
  /*  */
  display: block;
  position: relative; }
  #noticeContainer_stacks_in_11029 .clearfix:before {
    content: " ";
    display: table; }
  #noticeContainer_stacks_in_11029 .clearfix:after {
    content: " ";
    display: table;
    clear: both; }

#notice_stacks_in_11029 {
  /*  */
  /*  */
  opacity: 0;
  left: 0px;
  right: 50px;
  max-height: 70%;
  /*  */
  position: fixed;
  /*  */
  overflow-y: auto !important;
  overscroll-behavior: none;
  visibility: hidden;
  /*  */
  z-index: 95;
  /*  */
  /*  */
  max-width: 300px;
  /*  */
  /*  */
  /*  */
  top: 40px;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  margin-left: auto;
  /*  */
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  font-family: "Nunito";
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00);
  border-radius: 0px 0px 0px 0px; }
  #notice_stacks_in_11029.show {
    opacity: 1;
    visibility: visible; }
  #notice_stacks_in_11029.hide {
    opacity: 0;
    visibility: hidden; }
  #notice_stacks_in_11029.cookie-hide {
    display: none; }

#notice_stacks_in_11029 .notice-inner-stacks {
  clear: both;
  margin: 0 auto;
  max-width: 960px;
  padding: 10px 10px 35px 10px; }

#notice_stacks_in_11029 .notice-inner {
  clear: both;
  margin: 0 auto;
  max-width: 960px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px 10px 35px 10px;
  /*  */
  /*  */
  text-align: center;
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  /*  */
  /*  */ }
  #notice_stacks_in_11029 .notice-inner-text {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    max-width: 100%;
    font-size: 20px;
    line-height: 22px; }
  #notice_stacks_in_11029 .notice-inner-icon {
    /*  */
    /*  */
    /*  */
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    /*  */
    /*  */
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    color: rgba(255, 255, 255, 1.00);
    padding: 5px 20px 5px 10px; }
    #notice_stacks_in_11029 .notice-inner-icon i {
      font-size: 32px;
      vertical-align: middle; }

#notice_stacks_in_11029 .notice-close-btn {
  float: right;
  cursor: pointer;
  color: rgba(255, 255, 255, 1.00);
  padding: 10px 10px 0px 10px; }
  #notice_stacks_in_11029 .notice-close-btn i {
    cursor: pointer;
    vertical-align: middle; }

#notice_stacks_in_11029 .notice-action {
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  /*  */
  color: inherit;
  background: none;
  /*  */ }
  #notice_stacks_in_11029 .notice-action i {
    vertical-align: middle; }
  #notice_stacks_in_11029 .notice-action-close {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: rgba(255, 255, 255, 0.30); }
    #notice_stacks_in_11029 .notice-action-close:hover {
      /*  */ }
  #notice_stacks_in_11029 .notice-action-custom {
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: rgba(255, 255, 255, 0.30); }
    #notice_stacks_in_11029 .notice-action-custom:hover {
      /*  */ }
    #notice_stacks_in_11029 .notice-action-custom a {
      color: inherit;
      width: 100%;
      height: 100%;
      /*  */
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      text-decoration: none;
      -ms-flex-pack: center;
          justify-content: center;
      /*  */ }
  #notice_stacks_in_11029 .notice-action-btn {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    box-sizing: border-box;
    -ms-flex-pack: center;
        justify-content: center; }
    #notice_stacks_in_11029 .notice-action-btn:hover {
      cursor: pointer; }

@media (max-width: 480px) {
  #notice_stacks_in_11029 .notice-action {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 90px; }
    #notice_stacks_in_11029 .notice-action-custom {
      border-width: 1px 0 0 0; }
    #notice_stacks_in_11029 .notice-action div {
      height: 50%;
      width: 100%; } }

/*  */
@media all and (min-width: 771px) {
  #notice_stacks_in_11029.hide-desktop {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 501px) {
  #notice_stacks_in_11029.hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #notice_stacks_in_11029.hide-mobile {
    display: none;
  }
}
.stacks_in_11274 img{width:100%;max-width:320px}

/*
-------------------------------------------
FixMeStack
-------------------------------------------
*/

#stacks_in_12166 .fixwrapmefixme_a
{	
	display: block;

 
 
 


	

		
			background-position:  left top;
	



	 

	 

cursor:pointer;

	-moz-box-shadow:  0px 0px 0px #333333;
	-webkit-box-shadow:  0px 0px 0px #333333;
	box-shadow:  0px 0px 0px #333333;

 


 
	height: auto;
	overflow: visible;
 



	z-index: 115 !important;
	overflow: ;

	position: fixed !important;
	top: 180px !important;
	right: 160px !important;

 

 
 
	width: 900px;
 

 

	border-style: solid;
	border-color: #333333;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	/*Custom CSS;*/

}
#stacks_in_12166 .fixlayer1
{
	height: ;
}
#stacks_in_12166 .fixedit 
{
   /*Show only edit mode when choice is fixed*/
	width: 245px;
	height: 58px;
	background: url(../files/icon-58.png) no-repeat left 0;
	text-align: left;
	padding-left: 60px;

}

@media screen and (max-width: 780px)  
{
	 
	 #stacks_in_12166 .fixwrapmefixme_a { position: static !important; display: block; 
	 padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; float:; margin-left:auto;margin-right:auto; /*Custom CSS;*/;
	 }
 
}



@charset "UTF-8";.movingbox.stacks_in_12251{--wait-time:7000ms;--animation-speed:0.50s}  
#stacks_in_13128 {
  display: flex;
  width: 100%;
  
  justify-content: center;
  
}
#stacks_in_13128 .overlap-wrap {
  width: 100%;
}
#stacks_in_13128 .overlap-canvas.overlap-canvas-on {
  position: relative;
  width: 440px;
  transform-origin: top left;
  
}
#stacks_in_13128 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  width: 100%;
}
#stacks_in_13128 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  width: 100%;
}
#stacks_in_13128 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  width: 100%;
}
#stacks_in_13128 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  width: 100%;
}
#stacks_in_13128 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  width: 100%;
}
#stacks_in_13128 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  width: 100%;
}

#stacks_in_13128 .overlap-canvas.overlap-canvas-on {
  z-index: 9999;
}
#stacks_in_13128 .overlap-canvas > .overlap-el {
  margin: 12px 0;
}
#stacks_in_13128 .overlap-canvas.overlap-canvas-on > .overlap-el {
  position: absolute;
  margin: 0;
}
#stacks_in_13128 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 1;
}
#stacks_in_13128 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 35%;
  left: 50%;
  z-index: 2;
}
#stacks_in_13128 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 3;
}
#stacks_in_13128 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 4;
}
#stacks_in_13128 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 5;
}
#stacks_in_13128 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 6;
}

.stacks_in_13137 img{width:100%;max-width:440px}

#liftoff_stacks_in_13135{overflow:hidden}#reveal_stacks_in_13135{display:none;overflow:hidden}#liftoff_stacks_in_13135 .flip-clock-wrapper{font-size:10px}#liftoff_stacks_in_13135 .flip-clock-wrapper > *:not(.flip-clock-meridium){height:calc(25px * 1.25)}#liftoff_stacks_in_13135 ul.flip{margin:calc(0.625rem / 2);width:calc(25px - 0.625rem)}#liftoff_stacks_in_13135 ul.flip .inn{font-size:25px;line-height:1.25em}#liftoff_stacks_in_13135 .flip-clock-label{right:calc(-25px - 0.625rem)}#liftoff_stacks_in_13135 .flip-clock-dot{width:calc(25px * 0.15);height:calc(25px * 0.15)}#liftoff_stacks_in_13135 .flip-clock-divider{margin:calc(0.625rem / 2) 0.625rem;width:calc(25px * 0.15)}#liftoff_stacks_in_13135 .flip-clock-divider:first-child .flip-clock-label{right:-25px}@media screen and (min-width:40em){#liftoff_stacks_in_13135 .flip-clock-wrapper{font-size:10px}#liftoff_stacks_in_13135 .flip-clock-wrapper > *:not(.flip-clock-meridium){height:calc(30px * 1.25)}#liftoff_stacks_in_13135 ul.flip{margin:calc(0.625rem / 2);width:calc(30px - 0.625rem)}#liftoff_stacks_in_13135 ul.flip .inn{font-size:30px;line-height:1.25em}#liftoff_stacks_in_13135 .flip-clock-label{right:calc(-30px - 0.625rem)}#liftoff_stacks_in_13135 .flip-clock-dot{width:calc(30px * 0.15);height:calc(30px * 0.15)}#liftoff_stacks_in_13135 .flip-clock-divider{margin:calc(0.625rem / 2) 0.625rem;width:calc(30px * 0.15)}#liftoff_stacks_in_13135 .flip-clock-divider:first-child .flip-clock-label{right:-30px}}@media screen and (min-width:64em){#liftoff_stacks_in_13135 .flip-clock-wrapper{font-size:12px}#liftoff_stacks_in_13135 .flip-clock-wrapper > *:not(.flip-clock-meridium){height:calc(30px * 1.25)}#liftoff_stacks_in_13135 ul.flip{margin:calc(0.625rem / 2);width:calc(30px - 0.625rem)}#liftoff_stacks_in_13135 ul.flip .inn{font-size:30px;line-height:1.25em}#liftoff_stacks_in_13135 .flip-clock-label{right:calc(-30px - 0.625rem)}#liftoff_stacks_in_13135 .flip-clock-dot{width:calc(30px * 0.15);height:calc(30px * 0.15)}#liftoff_stacks_in_13135 .flip-clock-divider{margin:calc(0.625rem / 2) 0.625rem;width:calc(30px * 0.15)}#liftoff_stacks_in_13135 .flip-clock-divider:first-child .flip-clock-label{right:-30px}}@media screen and (min-width:75em){#liftoff_stacks_in_13135 .flip-clock-wrapper{font-size:13px}#liftoff_stacks_in_13135 .flip-clock-wrapper > *:not(.flip-clock-meridium){height:calc(35px * 1.25)}#liftoff_stacks_in_13135 ul.flip{margin:calc(0.625rem / 2);width:calc(35px - 0.625rem)}#liftoff_stacks_in_13135 ul.flip .inn{font-size:35px;line-height:1.25em}#liftoff_stacks_in_13135 .flip-clock-label{right:calc(-35px - 0.625rem)}#liftoff_stacks_in_13135 .flip-clock-dot{width:calc(35px * 0.15);height:calc(35px * 0.15)}#liftoff_stacks_in_13135 .flip-clock-divider{margin:calc(0.625rem / 2) 0.625rem;width:calc(35px * 0.15)}#liftoff_stacks_in_13135 .flip-clock-divider:first-child .flip-clock-label{right:-35px}}#liftoff_stacks_in_13135 ul.flip .inn{color:rgba(250, 183, 15, 1.00);background-color:rgba(255, 255, 255, 1.00)}#liftoff_stacks_in_13135 .flip-clock-dot{background:rgba(50, 52, 52, 1.00)}#liftoff_stacks_in_13135 .flip-clock-label,#liftoff_stacks_in_13135 .flip-clock-meridium a{color:rgba(245, 245, 245, 1.00)}
@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_13136_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  /*  */
  /*  */
  background-color: rgba(255, 210, 17, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_13136_press.press-lite:focus {outline:0;}
#stacks_in_13136_press_wrap {
  /*  */
  /*  */
  display: flex;
  justify-content: center;
  /*  */
  /*  */
  margin: 12px 0px 12px 0px;
}
#stacks_in_13136_press.press-lite {
  white-space: nowrap;
}
#stacks_in_13136_press.press-lite .press-lite-text span,
#stacks_in_13136_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(51, 51, 51, 1.00);
  /*  */
}
#stacks_in_13136_press.press-lite,
#stacks_in_13136_press.press-lite .press-lite-text,
#stacks_in_13136_press.press-lite .press-lite-text:after,
#stacks_in_13136_press.press-lite .press-lite-text > span,
#stacks_in_13136_press.press-lite .press-lite-icon i,
#stacks_in_13136_press.press-lite .press-lite-icon img,
#stacks_in_13136_press.press-lite .press-lite-icon svg,
#stacks_in_13136_press.press-lite .press-lite-icon svg path,
#stacks_in_13136_press.press-lite .press-lite-icon svg polyline,
#stacks_in_13136_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_13136_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_13136_press.press-lite .press-lite-icon i,
#stacks_in_13136_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(51, 51, 51, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 14px;
  line-height: 14px;
  z-index: 1;
}
#stacks_in_13136_press.press-lite .press-lite-icon img {
  height: 14px;
  width: auto;
  vertical-align: top;
}
#stacks_in_13136_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 17.500000px;
  z-index: 1;
}
/*  */
#stacks_in_13136_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_13136_press.press-lite .press-lite-icon svg path {
  fill: rgba(51, 51, 51, 1.00);
}
#stacks_in_13136_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(51, 51, 51, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_13136_press.press-lite:active,
#stacks_in_13136_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
/*  */
#stacks_in_13136_press.press-lite:hover {
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_13136_press.press-lite:hover .press-lite-text span,
#stacks_in_13136_press.press-lite:hover .press-lite-text:after  {
  color: rgba(245, 245, 245, 1.00);
}
#stacks_in_13136_press.press-lite:hover .press-lite-icon i {
  color: rgba(245, 245, 245, 1.00);
}
#stacks_in_13136_press.press-lite:hover .press-lite-icon svg path {
  fill: rgba(245, 245, 245, 1.00);
}
#stacks_in_13136_press.press-lite:hover .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(245, 245, 245, 1.00);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_13136_press.press-lite {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
}
#stacks_in_13136_press.press-lite:active {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
}
#stacks_in_13136_press.press-lite .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  height: 38px;
}
#stacks_in_13136_press.press-lite:active .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
}
#stacks_in_13136_press.press-lite:active > div {
  transform: translateY(2px);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_13136_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_13136_press.press-lite .press-lite-line-t,
#stacks_in_13136_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_13136_press.press-lite .press-lite-line-l,
#stacks_in_13136_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_13136_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_13136_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_13136_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_13136_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */
#stacks_in_13180 {
  display: flex;
  width: 100%;
  
  justify-content: center;
  
}
#stacks_in_13180 .overlap-wrap {
  width: 100%;
}
#stacks_in_13180 .overlap-canvas.overlap-canvas-on {
  position: relative;
  width: 440px;
  transform-origin: top left;
  
}
#stacks_in_13180 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  width: 100%;
}
#stacks_in_13180 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  width: 100%;
}
#stacks_in_13180 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  width: 100%;
}
#stacks_in_13180 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  width: 100%;
}
#stacks_in_13180 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  width: 100%;
}
#stacks_in_13180 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  width: 100%;
}

#stacks_in_13180 .overlap-canvas.overlap-canvas-on {
  z-index: 9999;
}
#stacks_in_13180 .overlap-canvas > .overlap-el {
  margin: 12px 0;
}
#stacks_in_13180 .overlap-canvas.overlap-canvas-on > .overlap-el {
  position: absolute;
  margin: 0;
}
#stacks_in_13180 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 1;
}
#stacks_in_13180 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 35%;
  left: 50%;
  z-index: 2;
}
#stacks_in_13180 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 3;
}
#stacks_in_13180 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 4;
}
#stacks_in_13180 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 5;
}
#stacks_in_13180 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 6;
}

.stacks_in_13191 img{width:100%;max-width:440px}

.stacks_in_13184 img{width:100%;max-width:120px}
#liftoff_stacks_in_13187{overflow:hidden}#reveal_stacks_in_13187{display:none;overflow:hidden}#liftoff_stacks_in_13187 .flip-clock-wrapper{font-size:10px}#liftoff_stacks_in_13187 .flip-clock-wrapper > *:not(.flip-clock-meridium){height:calc(25px * 1.25)}#liftoff_stacks_in_13187 ul.flip{margin:calc(0.625rem / 2);width:calc(25px - 0.625rem)}#liftoff_stacks_in_13187 ul.flip .inn{font-size:25px;line-height:1.25em}#liftoff_stacks_in_13187 .flip-clock-label{right:calc(-25px - 0.625rem)}#liftoff_stacks_in_13187 .flip-clock-dot{width:calc(25px * 0.15);height:calc(25px * 0.15)}#liftoff_stacks_in_13187 .flip-clock-divider{margin:calc(0.625rem / 2) 0.625rem;width:calc(25px * 0.15)}#liftoff_stacks_in_13187 .flip-clock-divider:first-child .flip-clock-label{right:-25px}@media screen and (min-width:40em){#liftoff_stacks_in_13187 .flip-clock-wrapper{font-size:10px}#liftoff_stacks_in_13187 .flip-clock-wrapper > *:not(.flip-clock-meridium){height:calc(30px * 1.25)}#liftoff_stacks_in_13187 ul.flip{margin:calc(0.625rem / 2);width:calc(30px - 0.625rem)}#liftoff_stacks_in_13187 ul.flip .inn{font-size:30px;line-height:1.25em}#liftoff_stacks_in_13187 .flip-clock-label{right:calc(-30px - 0.625rem)}#liftoff_stacks_in_13187 .flip-clock-dot{width:calc(30px * 0.15);height:calc(30px * 0.15)}#liftoff_stacks_in_13187 .flip-clock-divider{margin:calc(0.625rem / 2) 0.625rem;width:calc(30px * 0.15)}#liftoff_stacks_in_13187 .flip-clock-divider:first-child .flip-clock-label{right:-30px}}@media screen and (min-width:64em){#liftoff_stacks_in_13187 .flip-clock-wrapper{font-size:12px}#liftoff_stacks_in_13187 .flip-clock-wrapper > *:not(.flip-clock-meridium){height:calc(30px * 1.25)}#liftoff_stacks_in_13187 ul.flip{margin:calc(0.625rem / 2);width:calc(30px - 0.625rem)}#liftoff_stacks_in_13187 ul.flip .inn{font-size:30px;line-height:1.25em}#liftoff_stacks_in_13187 .flip-clock-label{right:calc(-30px - 0.625rem)}#liftoff_stacks_in_13187 .flip-clock-dot{width:calc(30px * 0.15);height:calc(30px * 0.15)}#liftoff_stacks_in_13187 .flip-clock-divider{margin:calc(0.625rem / 2) 0.625rem;width:calc(30px * 0.15)}#liftoff_stacks_in_13187 .flip-clock-divider:first-child .flip-clock-label{right:-30px}}@media screen and (min-width:75em){#liftoff_stacks_in_13187 .flip-clock-wrapper{font-size:13px}#liftoff_stacks_in_13187 .flip-clock-wrapper > *:not(.flip-clock-meridium){height:calc(35px * 1.25)}#liftoff_stacks_in_13187 ul.flip{margin:calc(0.625rem / 2);width:calc(35px - 0.625rem)}#liftoff_stacks_in_13187 ul.flip .inn{font-size:35px;line-height:1.25em}#liftoff_stacks_in_13187 .flip-clock-label{right:calc(-35px - 0.625rem)}#liftoff_stacks_in_13187 .flip-clock-dot{width:calc(35px * 0.15);height:calc(35px * 0.15)}#liftoff_stacks_in_13187 .flip-clock-divider{margin:calc(0.625rem / 2) 0.625rem;width:calc(35px * 0.15)}#liftoff_stacks_in_13187 .flip-clock-divider:first-child .flip-clock-label{right:-35px}}#liftoff_stacks_in_13187 ul.flip .inn{color:rgba(250, 183, 15, 1.00);background-color:rgba(255, 255, 255, 1.00)}#liftoff_stacks_in_13187 .flip-clock-dot{background:rgba(50, 52, 52, 1.00)}#liftoff_stacks_in_13187 .flip-clock-label,#liftoff_stacks_in_13187 .flip-clock-meridium a{color:rgba(245, 245, 245, 1.00)}
@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_13190_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  /*  */
  /*  */
  background-color: rgba(255, 210, 17, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_13190_press.press-lite:focus {outline:0;}
#stacks_in_13190_press_wrap {
  /*  */
  /*  */
  display: flex;
  justify-content: center;
  /*  */
  /*  */
  margin: 12px 0px 12px 0px;
}
#stacks_in_13190_press.press-lite {
  white-space: nowrap;
}
#stacks_in_13190_press.press-lite .press-lite-text span,
#stacks_in_13190_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(51, 51, 51, 1.00);
  /*  */
}
#stacks_in_13190_press.press-lite,
#stacks_in_13190_press.press-lite .press-lite-text,
#stacks_in_13190_press.press-lite .press-lite-text:after,
#stacks_in_13190_press.press-lite .press-lite-text > span,
#stacks_in_13190_press.press-lite .press-lite-icon i,
#stacks_in_13190_press.press-lite .press-lite-icon img,
#stacks_in_13190_press.press-lite .press-lite-icon svg,
#stacks_in_13190_press.press-lite .press-lite-icon svg path,
#stacks_in_13190_press.press-lite .press-lite-icon svg polyline,
#stacks_in_13190_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_13190_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_13190_press.press-lite .press-lite-icon i,
#stacks_in_13190_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(51, 51, 51, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 14px;
  line-height: 14px;
  z-index: 1;
}
#stacks_in_13190_press.press-lite .press-lite-icon img {
  height: 14px;
  width: auto;
  vertical-align: top;
}
#stacks_in_13190_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 17.500000px;
  z-index: 1;
}
/*  */
#stacks_in_13190_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_13190_press.press-lite .press-lite-icon svg path {
  fill: rgba(51, 51, 51, 1.00);
}
#stacks_in_13190_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(51, 51, 51, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_13190_press.press-lite:active,
#stacks_in_13190_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
/*  */
#stacks_in_13190_press.press-lite:hover {
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_13190_press.press-lite:hover .press-lite-text span,
#stacks_in_13190_press.press-lite:hover .press-lite-text:after  {
  color: rgba(245, 245, 245, 1.00);
}
#stacks_in_13190_press.press-lite:hover .press-lite-icon i {
  color: rgba(245, 245, 245, 1.00);
}
#stacks_in_13190_press.press-lite:hover .press-lite-icon svg path {
  fill: rgba(245, 245, 245, 1.00);
}
#stacks_in_13190_press.press-lite:hover .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(245, 245, 245, 1.00);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_13190_press.press-lite {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
}
#stacks_in_13190_press.press-lite:active {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
}
#stacks_in_13190_press.press-lite .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  height: 38px;
}
#stacks_in_13190_press.press-lite:active .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
}
#stacks_in_13190_press.press-lite:active > div {
  transform: translateY(2px);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_13190_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_13190_press.press-lite .press-lite-line-t,
#stacks_in_13190_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_13190_press.press-lite .press-lite-line-l,
#stacks_in_13190_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_13190_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_13190_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_13190_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_13190_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */
#stacks_in_12309 {
  display: flex;
  width: 100%;
  
  justify-content: center;
  
}
#stacks_in_12309 .overlap-wrap {
  width: 100%;
}
#stacks_in_12309 .overlap-canvas.overlap-canvas-on {
  position: relative;
  width: 440px;
  transform-origin: top left;
  
}
#stacks_in_12309 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  width: 100%;
}
#stacks_in_12309 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  width: 100%;
}
#stacks_in_12309 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  width: 100%;
}
#stacks_in_12309 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  width: 100%;
}
#stacks_in_12309 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  width: 100%;
}
#stacks_in_12309 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  width: 100%;
}

#stacks_in_12309 .overlap-canvas.overlap-canvas-on {
  z-index: 9999;
}
#stacks_in_12309 .overlap-canvas > .overlap-el {
  margin: 12px 0;
}
#stacks_in_12309 .overlap-canvas.overlap-canvas-on > .overlap-el {
  position: absolute;
  margin: 0;
}
#stacks_in_12309 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 1;
}
#stacks_in_12309 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 60%;
  left: 50%;
  z-index: 2;
}
#stacks_in_12309 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 3;
}
#stacks_in_12309 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 4;
}
#stacks_in_12309 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 5;
}
#stacks_in_12309 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 6;
}

.stacks_in_12317 img{width:100%;max-width:440px}

@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_12311_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 8px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 15px;
  line-height: 15px;
  /*  */
  /*  */
  background-color: rgba(118, 204, 38, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_12311_press.press-lite:focus {outline:0;}
#stacks_in_12311_press_wrap {
  /*  */
  /*  */
  display: flex;
  justify-content: center;
  /*  */
  /*  */
  margin: 12px 0px 12px 0px;
}
#stacks_in_12311_press.press-lite {
  white-space: nowrap;
}
#stacks_in_12311_press.press-lite .press-lite-text span,
#stacks_in_12311_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(255, 255, 255, 1.00);
  /*  */
}
#stacks_in_12311_press.press-lite,
#stacks_in_12311_press.press-lite .press-lite-text,
#stacks_in_12311_press.press-lite .press-lite-text:after,
#stacks_in_12311_press.press-lite .press-lite-text > span,
#stacks_in_12311_press.press-lite .press-lite-icon i,
#stacks_in_12311_press.press-lite .press-lite-icon img,
#stacks_in_12311_press.press-lite .press-lite-icon svg,
#stacks_in_12311_press.press-lite .press-lite-icon svg path,
#stacks_in_12311_press.press-lite .press-lite-icon svg polyline,
#stacks_in_12311_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_12311_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_12311_press.press-lite .press-lite-icon i,
#stacks_in_12311_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(255, 255, 255, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 15px;
  line-height: 15px;
  z-index: 1;
}
#stacks_in_12311_press.press-lite .press-lite-icon img {
  height: 15px;
  width: auto;
  vertical-align: top;
}
#stacks_in_12311_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 18.750000px;
  z-index: 1;
}
/*  */
#stacks_in_12311_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_12311_press.press-lite .press-lite-icon svg path {
  fill: rgba(255, 255, 255, 1.00);
}
#stacks_in_12311_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(255, 255, 255, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_12311_press.press-lite:active,
#stacks_in_12311_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_12311_press.press-lite {
  box-shadow: 0px 0px 10px rgba(131, 69, 244, 1.00);
}
#stacks_in_12311_press.press-lite:hover {
  box-shadow: 0px 0px 20px rgba(131, 69, 244, 1.00);
}
#stacks_in_12311_press.press-lite:active {
  box-shadow: 0px 0px 30px rgba(131, 69, 244, 1.00);
}
/*  */
/*  */
#stacks_in_12311_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_12311_press.press-lite .press-lite-line-t,
#stacks_in_12311_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_12311_press.press-lite .press-lite-line-l,
#stacks_in_12311_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_12311_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_12311_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_12311_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_12311_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */
#stacks_in_13377 {
  display: flex;
  width: 100%;
  
  justify-content: center;
  
}
#stacks_in_13377 .overlap-wrap {
  width: 100%;
}
#stacks_in_13377 .overlap-canvas.overlap-canvas-on {
  position: relative;
  width: 440px;
  transform-origin: top left;
  
}
#stacks_in_13377 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  width: 100%;
}
#stacks_in_13377 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  width: 100%;
}
#stacks_in_13377 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  width: 100%;
}
#stacks_in_13377 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  width: 100%;
}
#stacks_in_13377 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  width: 100%;
}
#stacks_in_13377 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  width: 100%;
}

#stacks_in_13377 .overlap-canvas.overlap-canvas-on {
  z-index: 9999;
}
#stacks_in_13377 .overlap-canvas > .overlap-el {
  margin: 12px 0;
}
#stacks_in_13377 .overlap-canvas.overlap-canvas-on > .overlap-el {
  position: absolute;
  margin: 0;
}
#stacks_in_13377 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 1;
}
#stacks_in_13377 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 60%;
  left: 50%;
  z-index: 2;
}
#stacks_in_13377 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 3;
}
#stacks_in_13377 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 4;
}
#stacks_in_13377 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 5;
}
#stacks_in_13377 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 6;
}

.stacks_in_13382 img{width:100%;max-width:440px}

@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_13380_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 4px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  /*  */
  /*  */
  background-color: rgba(118, 204, 38, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_13380_press.press-lite:focus {outline:0;}
#stacks_in_13380_press_wrap {
  /*  */
  /*  */
  display: flex;
  justify-content: center;
  /*  */
  /*  */
  margin: 4px 0px 12px 0px;
}
#stacks_in_13380_press.press-lite {
  white-space: nowrap;
}
#stacks_in_13380_press.press-lite .press-lite-text span,
#stacks_in_13380_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(245, 245, 245, 1.00);
  /*  */
}
#stacks_in_13380_press.press-lite,
#stacks_in_13380_press.press-lite .press-lite-text,
#stacks_in_13380_press.press-lite .press-lite-text:after,
#stacks_in_13380_press.press-lite .press-lite-text > span,
#stacks_in_13380_press.press-lite .press-lite-icon i,
#stacks_in_13380_press.press-lite .press-lite-icon img,
#stacks_in_13380_press.press-lite .press-lite-icon svg,
#stacks_in_13380_press.press-lite .press-lite-icon svg path,
#stacks_in_13380_press.press-lite .press-lite-icon svg polyline,
#stacks_in_13380_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_13380_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_13380_press.press-lite .press-lite-icon i,
#stacks_in_13380_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(245, 245, 245, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 16px;
  line-height: 16px;
  z-index: 1;
}
#stacks_in_13380_press.press-lite .press-lite-icon img {
  height: 16px;
  width: auto;
  vertical-align: top;
}
#stacks_in_13380_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 20.000000px;
  z-index: 1;
}
/*  */
#stacks_in_13380_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_13380_press.press-lite .press-lite-icon svg path {
  fill: rgba(245, 245, 245, 1.00);
}
#stacks_in_13380_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(245, 245, 245, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_13380_press.press-lite:active,
#stacks_in_13380_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
/*  */
#stacks_in_13380_press.press-lite:hover {
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_13380_press.press-lite:hover .press-lite-text span,
#stacks_in_13380_press.press-lite:hover .press-lite-text:after  {
  color: rgba(245, 245, 245, 1.00);
}
#stacks_in_13380_press.press-lite:hover .press-lite-icon i {
  color: rgba(245, 245, 245, 1.00);
}
#stacks_in_13380_press.press-lite:hover .press-lite-icon svg path {
  fill: rgba(245, 245, 245, 1.00);
}
#stacks_in_13380_press.press-lite:hover .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(245, 245, 245, 1.00);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_13380_press.press-lite {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
}
#stacks_in_13380_press.press-lite:active {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
}
#stacks_in_13380_press.press-lite .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  height: 24px;
}
#stacks_in_13380_press.press-lite:active .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
}
#stacks_in_13380_press.press-lite:active > div {
  transform: translateY(2px);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_13380_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_13380_press.press-lite .press-lite-line-t,
#stacks_in_13380_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_13380_press.press-lite .press-lite-line-l,
#stacks_in_13380_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_13380_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_13380_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_13380_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_13380_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */
#stacks_in_12324 {
  display: flex;
  width: 100%;
  
  justify-content: center;
  
}
#stacks_in_12324 .overlap-wrap {
  width: 100%;
}
#stacks_in_12324 .overlap-canvas.overlap-canvas-on {
  position: relative;
  width: 440px;
  transform-origin: top left;
  
}
#stacks_in_12324 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  width: 100%;
}
#stacks_in_12324 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  width: 100%;
}
#stacks_in_12324 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  width: 100%;
}
#stacks_in_12324 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  width: 100%;
}
#stacks_in_12324 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  width: 100%;
}
#stacks_in_12324 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  width: 100%;
}

#stacks_in_12324 .overlap-canvas.overlap-canvas-on {
  z-index: 9999;
}
#stacks_in_12324 .overlap-canvas > .overlap-el {
  margin: 12px 0;
}
#stacks_in_12324 .overlap-canvas.overlap-canvas-on > .overlap-el {
  position: absolute;
  margin: 0;
}
#stacks_in_12324 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 1;
}
#stacks_in_12324 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 44%;
  left: 50%;
  z-index: 2;
}
#stacks_in_12324 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 3;
}
#stacks_in_12324 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 4;
}
#stacks_in_12324 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 5;
}
#stacks_in_12324 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 6;
}

.stacks_in_12332 img{width:100%;max-width:440px}

#liftoff_stacks_in_12426{overflow:hidden}#reveal_stacks_in_12426{display:none;overflow:hidden}#liftoff_stacks_in_12426 .flip-clock-wrapper{font-size:10px}#liftoff_stacks_in_12426 .flip-clock-wrapper > *:not(.flip-clock-meridium){height:calc(25px * 1.25)}#liftoff_stacks_in_12426 ul.flip{margin:calc(0.625rem / 2);width:calc(25px - 0.625rem)}#liftoff_stacks_in_12426 ul.flip .inn{font-size:25px;line-height:1.25em}#liftoff_stacks_in_12426 .flip-clock-label{right:calc(-25px - 0.625rem)}#liftoff_stacks_in_12426 .flip-clock-dot{width:calc(25px * 0.15);height:calc(25px * 0.15)}#liftoff_stacks_in_12426 .flip-clock-divider{margin:calc(0.625rem / 2) 0.625rem;width:calc(25px * 0.15)}#liftoff_stacks_in_12426 .flip-clock-divider:first-child .flip-clock-label{right:-25px}@media screen and (min-width:40em){#liftoff_stacks_in_12426 .flip-clock-wrapper{font-size:10px}#liftoff_stacks_in_12426 .flip-clock-wrapper > *:not(.flip-clock-meridium){height:calc(28px * 1.25)}#liftoff_stacks_in_12426 ul.flip{margin:calc(0.625rem / 2);width:calc(28px - 0.625rem)}#liftoff_stacks_in_12426 ul.flip .inn{font-size:28px;line-height:1.25em}#liftoff_stacks_in_12426 .flip-clock-label{right:calc(-28px - 0.625rem)}#liftoff_stacks_in_12426 .flip-clock-dot{width:calc(28px * 0.15);height:calc(28px * 0.15)}#liftoff_stacks_in_12426 .flip-clock-divider{margin:calc(0.625rem / 2) 0.625rem;width:calc(28px * 0.15)}#liftoff_stacks_in_12426 .flip-clock-divider:first-child .flip-clock-label{right:-28px}}@media screen and (min-width:64em){#liftoff_stacks_in_12426 .flip-clock-wrapper{font-size:12px}#liftoff_stacks_in_12426 .flip-clock-wrapper > *:not(.flip-clock-meridium){height:calc(28px * 1.25)}#liftoff_stacks_in_12426 ul.flip{margin:calc(0.625rem / 2);width:calc(28px - 0.625rem)}#liftoff_stacks_in_12426 ul.flip .inn{font-size:28px;line-height:1.25em}#liftoff_stacks_in_12426 .flip-clock-label{right:calc(-28px - 0.625rem)}#liftoff_stacks_in_12426 .flip-clock-dot{width:calc(28px * 0.15);height:calc(28px * 0.15)}#liftoff_stacks_in_12426 .flip-clock-divider{margin:calc(0.625rem / 2) 0.625rem;width:calc(28px * 0.15)}#liftoff_stacks_in_12426 .flip-clock-divider:first-child .flip-clock-label{right:-28px}}@media screen and (min-width:75em){#liftoff_stacks_in_12426 .flip-clock-wrapper{font-size:13px}#liftoff_stacks_in_12426 .flip-clock-wrapper > *:not(.flip-clock-meridium){height:calc(28px * 1.25)}#liftoff_stacks_in_12426 ul.flip{margin:calc(0.625rem / 2);width:calc(28px - 0.625rem)}#liftoff_stacks_in_12426 ul.flip .inn{font-size:28px;line-height:1.25em}#liftoff_stacks_in_12426 .flip-clock-label{right:calc(-28px - 0.625rem)}#liftoff_stacks_in_12426 .flip-clock-dot{width:calc(28px * 0.15);height:calc(28px * 0.15)}#liftoff_stacks_in_12426 .flip-clock-divider{margin:calc(0.625rem / 2) 0.625rem;width:calc(28px * 0.15)}#liftoff_stacks_in_12426 .flip-clock-divider:first-child .flip-clock-label{right:-28px}}#liftoff_stacks_in_12426 ul.flip .inn{color:rgba(250, 183, 15, 1.00);background-color:rgba(255, 255, 255, 1.00)}#liftoff_stacks_in_12426 .flip-clock-dot{background:rgba(50, 52, 52, 1.00)}#liftoff_stacks_in_12426 .flip-clock-label,#liftoff_stacks_in_12426 .flip-clock-meridium a{color:rgba(245, 245, 245, 1.00)}
@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_12937_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 4px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  /*  */
  /*  */
  background-color: rgba(118, 204, 38, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_12937_press.press-lite:focus {outline:0;}
#stacks_in_12937_press_wrap {
  /*  */
  /*  */
  display: flex;
  justify-content: center;
  /*  */
  /*  */
  margin: 4px 0px 12px 0px;
}
#stacks_in_12937_press.press-lite {
  white-space: nowrap;
}
#stacks_in_12937_press.press-lite .press-lite-text span,
#stacks_in_12937_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(245, 245, 245, 1.00);
  /*  */
}
#stacks_in_12937_press.press-lite,
#stacks_in_12937_press.press-lite .press-lite-text,
#stacks_in_12937_press.press-lite .press-lite-text:after,
#stacks_in_12937_press.press-lite .press-lite-text > span,
#stacks_in_12937_press.press-lite .press-lite-icon i,
#stacks_in_12937_press.press-lite .press-lite-icon img,
#stacks_in_12937_press.press-lite .press-lite-icon svg,
#stacks_in_12937_press.press-lite .press-lite-icon svg path,
#stacks_in_12937_press.press-lite .press-lite-icon svg polyline,
#stacks_in_12937_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_12937_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_12937_press.press-lite .press-lite-icon i,
#stacks_in_12937_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(245, 245, 245, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 16px;
  line-height: 16px;
  z-index: 1;
}
#stacks_in_12937_press.press-lite .press-lite-icon img {
  height: 16px;
  width: auto;
  vertical-align: top;
}
#stacks_in_12937_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 20.000000px;
  z-index: 1;
}
/*  */
#stacks_in_12937_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_12937_press.press-lite .press-lite-icon svg path {
  fill: rgba(245, 245, 245, 1.00);
}
#stacks_in_12937_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(245, 245, 245, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_12937_press.press-lite:active,
#stacks_in_12937_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
/*  */
#stacks_in_12937_press.press-lite:hover {
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_12937_press.press-lite:hover .press-lite-text span,
#stacks_in_12937_press.press-lite:hover .press-lite-text:after  {
  color: rgba(245, 245, 245, 1.00);
}
#stacks_in_12937_press.press-lite:hover .press-lite-icon i {
  color: rgba(245, 245, 245, 1.00);
}
#stacks_in_12937_press.press-lite:hover .press-lite-icon svg path {
  fill: rgba(245, 245, 245, 1.00);
}
#stacks_in_12937_press.press-lite:hover .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(245, 245, 245, 1.00);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_12937_press.press-lite {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
}
#stacks_in_12937_press.press-lite:active {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
}
#stacks_in_12937_press.press-lite .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  height: 24px;
}
#stacks_in_12937_press.press-lite:active .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
}
#stacks_in_12937_press.press-lite:active > div {
  transform: translateY(2px);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_12937_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_12937_press.press-lite .press-lite-line-t,
#stacks_in_12937_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_12937_press.press-lite .press-lite-line-l,
#stacks_in_12937_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_12937_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_12937_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_12937_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_12937_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */
@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_12957_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 4px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 15px;
  line-height: 15px;
  /*  */
  /*  */
  background-color: rgba(255, 210, 17, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_12957_press.press-lite:focus {outline:0;}
#stacks_in_12957_press_wrap {
  /*  */
  /*  */
  display: flex;
  justify-content: center;
  /*  */
  /*  */
  margin: 4px 0px 12px 0px;
}
#stacks_in_12957_press.press-lite {
  white-space: nowrap;
}
#stacks_in_12957_press.press-lite .press-lite-text span,
#stacks_in_12957_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(51, 51, 51, 1.00);
  /*  */
}
#stacks_in_12957_press.press-lite,
#stacks_in_12957_press.press-lite .press-lite-text,
#stacks_in_12957_press.press-lite .press-lite-text:after,
#stacks_in_12957_press.press-lite .press-lite-text > span,
#stacks_in_12957_press.press-lite .press-lite-icon i,
#stacks_in_12957_press.press-lite .press-lite-icon img,
#stacks_in_12957_press.press-lite .press-lite-icon svg,
#stacks_in_12957_press.press-lite .press-lite-icon svg path,
#stacks_in_12957_press.press-lite .press-lite-icon svg polyline,
#stacks_in_12957_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_12957_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_12957_press.press-lite .press-lite-icon i,
#stacks_in_12957_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(51, 51, 51, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 15px;
  line-height: 15px;
  z-index: 1;
}
#stacks_in_12957_press.press-lite .press-lite-icon img {
  height: 15px;
  width: auto;
  vertical-align: top;
}
#stacks_in_12957_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 18.750000px;
  z-index: 1;
}
/*  */
#stacks_in_12957_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_12957_press.press-lite .press-lite-icon svg path {
  fill: rgba(51, 51, 51, 1.00);
}
#stacks_in_12957_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(51, 51, 51, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_12957_press.press-lite:active,
#stacks_in_12957_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
/*  */
#stacks_in_12957_press.press-lite:hover {
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_12957_press.press-lite:hover .press-lite-text span,
#stacks_in_12957_press.press-lite:hover .press-lite-text:after  {
  color: rgba(245, 245, 245, 1.00);
}
#stacks_in_12957_press.press-lite:hover .press-lite-icon i {
  color: rgba(245, 245, 245, 1.00);
}
#stacks_in_12957_press.press-lite:hover .press-lite-icon svg path {
  fill: rgba(245, 245, 245, 1.00);
}
#stacks_in_12957_press.press-lite:hover .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(245, 245, 245, 1.00);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_12957_press.press-lite {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
}
#stacks_in_12957_press.press-lite:active {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
}
#stacks_in_12957_press.press-lite .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  height: 23px;
}
#stacks_in_12957_press.press-lite:active .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
}
#stacks_in_12957_press.press-lite:active > div {
  transform: translateY(2px);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_12957_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_12957_press.press-lite .press-lite-line-t,
#stacks_in_12957_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_12957_press.press-lite .press-lite-line-l,
#stacks_in_12957_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_12957_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_12957_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_12957_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_12957_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */
#stacks_in_12342 {
  display: flex;
  width: 100%;
  
  justify-content: center;
  
}
#stacks_in_12342 .overlap-wrap {
  width: 100%;
}
#stacks_in_12342 .overlap-canvas.overlap-canvas-on {
  position: relative;
  width: 440px;
  transform-origin: top left;
  
}
#stacks_in_12342 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  width: 100%;
}
#stacks_in_12342 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  width: 100%;
}
#stacks_in_12342 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  width: 100%;
}
#stacks_in_12342 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  width: 100%;
}
#stacks_in_12342 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  width: 100%;
}
#stacks_in_12342 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  width: 100%;
}

#stacks_in_12342 .overlap-canvas.overlap-canvas-on {
  z-index: 9999;
}
#stacks_in_12342 .overlap-canvas > .overlap-el {
  margin: 12px 0;
}
#stacks_in_12342 .overlap-canvas.overlap-canvas-on > .overlap-el {
  position: absolute;
  margin: 0;
}
#stacks_in_12342 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 1;
}
#stacks_in_12342 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 2;
}
#stacks_in_12342 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 3;
}
#stacks_in_12342 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 4;
}
#stacks_in_12342 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 5;
}
#stacks_in_12342 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 6;
}

.stacks_in_12339 img{width:100%;max-width:440px}

@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_12344_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 8px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  /*  */
  /*  */
  background-color: rgba(118, 204, 38, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_12344_press.press-lite:focus {outline:0;}
#stacks_in_12344_press_wrap {
  /*  */
  /*  */
  display: flex;
  justify-content: center;
  /*  */
  /*  */
  margin: 4px 0px 12px 0px;
}
#stacks_in_12344_press.press-lite {
  white-space: nowrap;
}
#stacks_in_12344_press.press-lite .press-lite-text span,
#stacks_in_12344_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(255, 255, 255, 1.00);
  /*  */
}
#stacks_in_12344_press.press-lite,
#stacks_in_12344_press.press-lite .press-lite-text,
#stacks_in_12344_press.press-lite .press-lite-text:after,
#stacks_in_12344_press.press-lite .press-lite-text > span,
#stacks_in_12344_press.press-lite .press-lite-icon i,
#stacks_in_12344_press.press-lite .press-lite-icon img,
#stacks_in_12344_press.press-lite .press-lite-icon svg,
#stacks_in_12344_press.press-lite .press-lite-icon svg path,
#stacks_in_12344_press.press-lite .press-lite-icon svg polyline,
#stacks_in_12344_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_12344_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_12344_press.press-lite .press-lite-icon i,
#stacks_in_12344_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(255, 255, 255, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 16px;
  line-height: 16px;
  z-index: 1;
}
#stacks_in_12344_press.press-lite .press-lite-icon img {
  height: 16px;
  width: auto;
  vertical-align: top;
}
#stacks_in_12344_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 20.000000px;
  z-index: 1;
}
/*  */
#stacks_in_12344_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_12344_press.press-lite .press-lite-icon svg path {
  fill: rgba(255, 255, 255, 1.00);
}
#stacks_in_12344_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(255, 255, 255, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_12344_press.press-lite:active,
#stacks_in_12344_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_12344_press.press-lite {
  box-shadow: 0px 0px 10px rgba(131, 69, 244, 1.00);
}
#stacks_in_12344_press.press-lite:hover {
  box-shadow: 0px 0px 20px rgba(131, 69, 244, 1.00);
}
#stacks_in_12344_press.press-lite:active {
  box-shadow: 0px 0px 30px rgba(131, 69, 244, 1.00);
}
/*  */
/*  */
#stacks_in_12344_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_12344_press.press-lite .press-lite-line-t,
#stacks_in_12344_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_12344_press.press-lite .press-lite-line-l,
#stacks_in_12344_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_12344_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_12344_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_12344_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_12344_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */
#stacks_in_12362 {
  display: flex;
  width: 100%;
  
  justify-content: center;
  
}
#stacks_in_12362 .overlap-wrap {
  width: 100%;
}
#stacks_in_12362 .overlap-canvas.overlap-canvas-on {
  position: relative;
  width: 440px;
  transform-origin: top left;
  
}
#stacks_in_12362 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  width: 100%;
}
#stacks_in_12362 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  width: 100%;
}
#stacks_in_12362 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  width: 100%;
}
#stacks_in_12362 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  width: 100%;
}
#stacks_in_12362 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  width: 100%;
}
#stacks_in_12362 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  width: 100%;
}

#stacks_in_12362 .overlap-canvas.overlap-canvas-on {
  z-index: 9999;
}
#stacks_in_12362 .overlap-canvas > .overlap-el {
  margin: 12px 0;
}
#stacks_in_12362 .overlap-canvas.overlap-canvas-on > .overlap-el {
  position: absolute;
  margin: 0;
}
#stacks_in_12362 .overlap-canvas.overlap-canvas-on > .overlap-1 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 1;
}
#stacks_in_12362 .overlap-canvas.overlap-canvas-on > .overlap-2 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 2;
}
#stacks_in_12362 .overlap-canvas.overlap-canvas-on > .overlap-3 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 3;
}
#stacks_in_12362 .overlap-canvas.overlap-canvas-on > .overlap-4 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 4;
}
#stacks_in_12362 .overlap-canvas.overlap-canvas-on > .overlap-5 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 5;
}
#stacks_in_12362 .overlap-canvas.overlap-canvas-on > .overlap-6 {
  transform: translate(-50%,-50%) rotate(0deg);
  top: 50%;
  left: 50%;
  z-index: 6;
}

.stacks_in_12341 img{width:100%;max-width:440px}

@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_13074_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 13px;
  line-height: 13px;
  /*  */
  /*  */
  /*  */
  background: #A47779;
  background: -webkit-gradient(linear, left top, left bottom, from(to top), color-stop(#A47779), to(#7E5D5E));
  background: linear-gradient(to top, #A47779, #7E5D5E);
  background-origin: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_13074_press.press-lite:focus {outline:0;}
#stacks_in_13074_press_wrap {
  /*  */
  /*  */
  display: flex;
  justify-content: center;
  /*  */
  /*  */
  margin: 12px 0px 12px 0px;
}
#stacks_in_13074_press.press-lite {
  white-space: nowrap;
}
#stacks_in_13074_press.press-lite .press-lite-text span,
#stacks_in_13074_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(255, 255, 255, 1.00);
  /*  */
}
#stacks_in_13074_press.press-lite,
#stacks_in_13074_press.press-lite .press-lite-text,
#stacks_in_13074_press.press-lite .press-lite-text:after,
#stacks_in_13074_press.press-lite .press-lite-text > span,
#stacks_in_13074_press.press-lite .press-lite-icon i,
#stacks_in_13074_press.press-lite .press-lite-icon img,
#stacks_in_13074_press.press-lite .press-lite-icon svg,
#stacks_in_13074_press.press-lite .press-lite-icon svg path,
#stacks_in_13074_press.press-lite .press-lite-icon svg polyline,
#stacks_in_13074_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_13074_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_13074_press.press-lite .press-lite-icon i,
#stacks_in_13074_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(255, 255, 255, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 13px;
  line-height: 13px;
  z-index: 1;
}
#stacks_in_13074_press.press-lite .press-lite-icon img {
  height: 13px;
  width: auto;
  vertical-align: top;
}
#stacks_in_13074_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 16.250000px;
  z-index: 1;
}
/*  */
#stacks_in_13074_press.press-lite .press-lite-icon {
  float: right;
  margin-top: 0px;
}
#stacks_in_13074_press.press-lite .press-lite-icon i,
#stacks_in_13074_press.press-lite .press-lite-icon img,
#stacks_in_13074_press.press-lite .press-lite-icon svg {
  /*  */
  margin-right: 0px;
  margin-left: 8px;
  /*  */
}
/*  */
#stacks_in_13074_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_13074_press.press-lite .press-lite-icon svg path {
  fill: rgba(255, 255, 255, 1.00);
}
#stacks_in_13074_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(255, 255, 255, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_13074_press.press-lite:active,
#stacks_in_13074_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
/*  */
/*  */
#stacks_in_13074_press.press-lite {
    padding: 0;
}
#stacks_in_13074_press.press-lite .press-lite-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 12px 24px 12px 12px;
}
#stacks_in_13074_press.press-lite .press-lite-icon i,
#stacks_in_13074_press.press-lite .press-lite-icon img,
#stacks_in_13074_press.press-lite .press-lite-icon svg {
    margin: 0;
}
#stacks_in_13074_press.press-lite .press-lite-icon {
    padding: 0px;
    display: grid;
    float:left;
    align-content: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    text-align: center;
}
#stacks_in_13074_press.press-lite .press-lite-icon:after {
  content: "";
  color: transparent;
  position: absolute;
  top: -0px;
  left: -0px;
  bottom: -0px;
  background: rgba(0, 0, 0, 0.11);
  border-radius: 4px 0px 0px 4px;
  width: 37px;
  height: 37px;
}
/*  */
/*  */
/*  */
#stacks_in_13074_press.press-lite .press-lite-text {
  padding: 12px 12px 12px 24px;
}
#stacks_in_13074_press.press-lite .press-lite-icon {
  float: right;
  margin-top: 0px;
}
#stacks_in_13074_press.press-lite .press-lite-icon:after {
  top: -0px;
  right: -0px;
  bottom: -0px;
  left: auto;
  border-radius: 0px 4px 4px 0px;
}
#stacks_in_13074_press.press-lite .press-lite-icon:after {
  top: -1px;
  right: -1px;
  left: auto;
  bottom: -1px;
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_13074_press.press-lite {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.39);
}
#stacks_in_13074_press.press-lite:active {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.39);
}
#stacks_in_13074_press.press-lite .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  height: 37px;
}
#stacks_in_13074_press.press-lite:active .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.39);
}
#stacks_in_13074_press.press-lite:active > div {
  transform: translateY(2px);
}
/*  */
/*  */
/*  */
#stacks_in_13074_press.press-lite .press-lite-icon:after {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: auto;
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_13074_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_13074_press.press-lite .press-lite-line-t,
#stacks_in_13074_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_13074_press.press-lite .press-lite-line-l,
#stacks_in_13074_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_13074_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_13074_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_13074_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_13074_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */

/* 1.5.3.8
- fixes a bug that could prevent Notice from being able to re-trigger when set to center alignment
- iconic framework is now loaded over https
- added support for vertical center animations
- cookie now expires after 7 days instead of when browser is closed
- prevents content scrolling from also scrolling the webpage body
- added "hide this stack" to the responsive settings
- Cookies now allow you to define "show once per"
- new option to close a notification by clicking anywhere on the notification or by clickign away from it
TODO: Simplify how the trigger links to its notice
TODO: Other notices should close when a new one is opened
*/
@important "partials/maps";
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.hinge {
    animation-duration: 2s; }
  .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, 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); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@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; }

@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 shake {
  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); } }

.shake {
  animation-name: shake; }

@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; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none; }
  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: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  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.39063deg) skewY(0.39063deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@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-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); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.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); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.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); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.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); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    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-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.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: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@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 flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) 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);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  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 {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  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 {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  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-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  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 {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@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; } }

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

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

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

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

.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);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@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);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@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);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@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);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@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; }

#noticeContainer_stacks_in_11941_3 {
  /*  */
  display: block;
  position: relative; }
  #noticeContainer_stacks_in_11941_3 .clearfix:before {
    content: " ";
    display: table; }
  #noticeContainer_stacks_in_11941_3 .clearfix:after {
    content: " ";
    display: table;
    clear: both; }

#notice_stacks_in_11941_3 {
  /*  */
  /*  */
  opacity: 0;
  left: 0px;
  right: 0px;
  max-height: 70%;
  /*  */
  position: fixed;
  /*  */
  overflow-y: auto !important;
  overscroll-behavior: none;
  visibility: hidden;
  /*  */
  z-index: 20;
  /*  */
  max-width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  bottom: 0px;
  /*  */
  /*  */
  /*  */
  /*  */
  margin-left: auto;
  margin-right: auto;
  /*  */
  /*  */
  /*  */
  /*  */
  background: rgba(30, 31, 41, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  font-family: "Nunito";
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00);
  border-radius: 0px 0px 0px 0px; }
  #notice_stacks_in_11941_3.show {
    opacity: 1;
    visibility: visible; }
  #notice_stacks_in_11941_3.hide {
    opacity: 0;
    visibility: hidden; }
  #notice_stacks_in_11941_3.cookie-hide {
    display: none; }

#notice_stacks_in_11941_3 .notice-inner-stacks {
  clear: both;
  margin: 0 auto;
  max-width: 960px;
  padding: 5px 10px 15px 10px; }

#notice_stacks_in_11941_3 .notice-inner {
  clear: both;
  margin: 0 auto;
  max-width: 960px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 5px 10px 15px 10px;
  /*  */
  /*  */
  text-align: center;
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  /*  */
  /*  */ }
  #notice_stacks_in_11941_3 .notice-inner-text {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    max-width: 100%;
    font-size: 16px;
    line-height: 22px; }
  #notice_stacks_in_11941_3 .notice-inner-icon {
    /*  */
    /*  */
    /*  */
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    /*  */
    /*  */
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    color: rgba(255, 255, 255, 1.00);
    padding: 5px 20px 5px 10px; }
    #notice_stacks_in_11941_3 .notice-inner-icon i {
      font-size: 32px;
      vertical-align: middle; }

#notice_stacks_in_11941_3 .notice-close-btn {
  float: right;
  cursor: pointer;
  color: rgba(255, 255, 255, 1.00);
  padding: 10px 10px 0px 10px; }
  #notice_stacks_in_11941_3 .notice-close-btn i {
    cursor: pointer;
    vertical-align: middle; }

#notice_stacks_in_11941_3 .notice-action {
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  /*  */
  color: inherit;
  background: none;
  /*  */ }
  #notice_stacks_in_11941_3 .notice-action i {
    vertical-align: middle; }
  #notice_stacks_in_11941_3 .notice-action-close {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: rgba(255, 255, 255, 0.30); }
    #notice_stacks_in_11941_3 .notice-action-close:hover {
      /*  */ }
  #notice_stacks_in_11941_3 .notice-action-custom {
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: rgba(255, 255, 255, 0.30); }
    #notice_stacks_in_11941_3 .notice-action-custom:hover {
      /*  */ }
    #notice_stacks_in_11941_3 .notice-action-custom a {
      color: inherit;
      width: 100%;
      height: 100%;
      /*  */
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      text-decoration: none;
      -ms-flex-pack: center;
          justify-content: center;
      /*  */ }
  #notice_stacks_in_11941_3 .notice-action-btn {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    box-sizing: border-box;
    -ms-flex-pack: center;
        justify-content: center; }
    #notice_stacks_in_11941_3 .notice-action-btn:hover {
      cursor: pointer; }

@media (max-width: 480px) {
  #notice_stacks_in_11941_3 .notice-action {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 90px; }
    #notice_stacks_in_11941_3 .notice-action-custom {
      border-width: 1px 0 0 0; }
    #notice_stacks_in_11941_3 .notice-action div {
      height: 50%;
      width: 100%; } }

/*  */
@media all and (-ms-high-contrast: none) {
  #notice_stacks_in_11941_3 {
    width: 100%; }
    #notice_stacks_in_11941_3 *::-ms-backdrop, #notice_stacks_in_11941_3 #notice_stacks_in_11941_3 {
      width: 100%; } }

/*  */
@media all and (min-width: 771px) {
  #notice_stacks_in_11941_3.hide-desktop {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 501px) {
  #notice_stacks_in_11941_3.hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #notice_stacks_in_11941_3.hide-mobile {
    display: none;
  }
}
/* HitCounter styles */
/* Bryn Owen Design, 2015   */



#stacks_in_11941_15 {
	text-align: right;
	}

.stacks_in_11941_15_counter, .stacks_in_11941_15_fcounter, .stacks_in_11941_15_lcounter, .stacks_in_11941_15_xcounter {

	display: inline-block;
	line-height: 1.0em;

	font-family: Helvetica, sans-serif;
	
	font-size: 0.8em;
	color: #D2D2D2;
	padding: 0px 2px 0px 2px;

	
	border-right: solid 0px transparent;
	

	
	border-top: none;
	border-bottom: none;
	

	border-collapse: separate;
	border-radius: 0px;

	
	background: transparent;
	

	

	

	
	}

.stacks_in_11941_15_counter:hover, .stacks_in_11941_15_fcounter:hover, %.id%_lcounter:hover, .stacks_in_11941_15_xcounter:hover {
	}

.stacks_in_11941_15_fcounter {
	
	}

.stacks_in_11941_15_lcounter {
	
	border-right: none !important;
	
	}

.stacks_in_11941_15_xcounter {
	
	border-right: none !important;
	
	}



#stacks_in_11941_15 {
	margin: 14px 0px 0px 0px;
}
#stacks_in_10921.vast_video_wrapper,#stacks_in_10921.vast_video_wrapper strong,#stacks_in_10921.vast_video_wrapper b,#stacks_in_10921.vast_video_wrapper h1,#stacks_in_10921.vast_video_wrapper h2,#stacks_in_10921.vast_video_wrapper h3,#stacks_in_10921.vast_video_wrapper h4,#stacks_in_10921.vast_video_wrapper h5,#stacks_in_10921.vast_video_wrapper h6{color:rgba(255, 255, 255, 1.00)}#stacks_in_10921 .vast_video_player,#stacks_in_10921.vast_video_wrapper .vast_video_background{filter:blur(0px)}#stacks_in_10921 .vast_video_tint,#stacks_in_10921 .vast_video_player,#stacks_in_10921.vast_video_wrapper,#stacks_in_10921.vast_video_wrapper:before{border-radius:0px}#stacks_in_10921.vast_video_wrapper a{color:rgba(52, 188, 255, 1.00)}#stacks_in_10921.vast_video_wrapper a:hover{color:rgba(95, 211, 255, 1.00)}#stacks_in_10921 .vast_video_tint{background:rgba(0, 0, 0, 0.20)}#stacks_in_10921 .vast_video_slice{min-height:100vh;max-width:550px}#stacks_in_10921 .vast_video_player{opacity:1;width:100% !important;height:100%;max-height:100%;min-height:100%;position:absolute;display:block;font-family:"object-fit:cover";max-width:none;object-fit:cover;transition:opacity 500ms;transform:scale(1.05);}#stacks_in_10921 .vast_video_slice{flex-direction:column}
.stacks_in_12809 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}

.stacks_in_12906 img{width:100%;max-width:280px}


.stacks_in_12942 img{width:100%;max-width:440px}


@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_12945_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 4px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 15px;
  line-height: 15px;
  /*  */
  /*  */
  background-color: rgba(255, 210, 17, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_12945_press.press-lite:focus {outline:0;}
#stacks_in_12945_press_wrap {
  /*  */
  /*  */
  display: flex;
  justify-content: center;
  /*  */
  /*  */
  margin: 4px 0px 12px 0px;
}
#stacks_in_12945_press.press-lite {
  white-space: nowrap;
}
#stacks_in_12945_press.press-lite .press-lite-text span,
#stacks_in_12945_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(51, 51, 51, 1.00);
  /*  */
}
#stacks_in_12945_press.press-lite,
#stacks_in_12945_press.press-lite .press-lite-text,
#stacks_in_12945_press.press-lite .press-lite-text:after,
#stacks_in_12945_press.press-lite .press-lite-text > span,
#stacks_in_12945_press.press-lite .press-lite-icon i,
#stacks_in_12945_press.press-lite .press-lite-icon img,
#stacks_in_12945_press.press-lite .press-lite-icon svg,
#stacks_in_12945_press.press-lite .press-lite-icon svg path,
#stacks_in_12945_press.press-lite .press-lite-icon svg polyline,
#stacks_in_12945_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_12945_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_12945_press.press-lite .press-lite-icon i,
#stacks_in_12945_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(51, 51, 51, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 15px;
  line-height: 15px;
  z-index: 1;
}
#stacks_in_12945_press.press-lite .press-lite-icon img {
  height: 15px;
  width: auto;
  vertical-align: top;
}
#stacks_in_12945_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 18.750000px;
  z-index: 1;
}
/*  */
#stacks_in_12945_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_12945_press.press-lite .press-lite-icon svg path {
  fill: rgba(51, 51, 51, 1.00);
}
#stacks_in_12945_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(51, 51, 51, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_12945_press.press-lite:active,
#stacks_in_12945_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
/*  */
#stacks_in_12945_press.press-lite:hover {
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_12945_press.press-lite:hover .press-lite-text span,
#stacks_in_12945_press.press-lite:hover .press-lite-text:after  {
  color: rgba(245, 245, 245, 1.00);
}
#stacks_in_12945_press.press-lite:hover .press-lite-icon i {
  color: rgba(245, 245, 245, 1.00);
}
#stacks_in_12945_press.press-lite:hover .press-lite-icon svg path {
  fill: rgba(245, 245, 245, 1.00);
}
#stacks_in_12945_press.press-lite:hover .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(245, 245, 245, 1.00);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_12945_press.press-lite {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
}
#stacks_in_12945_press.press-lite:active {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
}
#stacks_in_12945_press.press-lite .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  height: 23px;
}
#stacks_in_12945_press.press-lite:active .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
}
#stacks_in_12945_press.press-lite:active > div {
  transform: translateY(2px);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_12945_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_12945_press.press-lite .press-lite-line-t,
#stacks_in_12945_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_12945_press.press-lite .press-lite-line-l,
#stacks_in_12945_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_12945_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_12945_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_12945_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_12945_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */

.stacks_in_13226 img{width:100%;max-width:440px}

@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_13232_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 4px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 15px;
  line-height: 15px;
  /*  */
  /*  */
  background-color: rgba(255, 210, 17, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_13232_press.press-lite:focus {outline:0;}
#stacks_in_13232_press_wrap {
  /*  */
  /*  */
  display: flex;
  justify-content: center;
  /*  */
  /*  */
  margin: 4px 0px 12px 0px;
}
#stacks_in_13232_press.press-lite {
  white-space: nowrap;
}
#stacks_in_13232_press.press-lite .press-lite-text span,
#stacks_in_13232_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(51, 51, 51, 1.00);
  /*  */
}
#stacks_in_13232_press.press-lite,
#stacks_in_13232_press.press-lite .press-lite-text,
#stacks_in_13232_press.press-lite .press-lite-text:after,
#stacks_in_13232_press.press-lite .press-lite-text > span,
#stacks_in_13232_press.press-lite .press-lite-icon i,
#stacks_in_13232_press.press-lite .press-lite-icon img,
#stacks_in_13232_press.press-lite .press-lite-icon svg,
#stacks_in_13232_press.press-lite .press-lite-icon svg path,
#stacks_in_13232_press.press-lite .press-lite-icon svg polyline,
#stacks_in_13232_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_13232_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_13232_press.press-lite .press-lite-icon i,
#stacks_in_13232_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(51, 51, 51, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 15px;
  line-height: 15px;
  z-index: 1;
}
#stacks_in_13232_press.press-lite .press-lite-icon img {
  height: 15px;
  width: auto;
  vertical-align: top;
}
#stacks_in_13232_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 18.750000px;
  z-index: 1;
}
/*  */
#stacks_in_13232_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_13232_press.press-lite .press-lite-icon svg path {
  fill: rgba(51, 51, 51, 1.00);
}
#stacks_in_13232_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(51, 51, 51, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_13232_press.press-lite:active,
#stacks_in_13232_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
/*  */
#stacks_in_13232_press.press-lite:hover {
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_13232_press.press-lite:hover .press-lite-text span,
#stacks_in_13232_press.press-lite:hover .press-lite-text:after  {
  color: rgba(245, 245, 245, 1.00);
}
#stacks_in_13232_press.press-lite:hover .press-lite-icon i {
  color: rgba(245, 245, 245, 1.00);
}
#stacks_in_13232_press.press-lite:hover .press-lite-icon svg path {
  fill: rgba(245, 245, 245, 1.00);
}
#stacks_in_13232_press.press-lite:hover .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(245, 245, 245, 1.00);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_13232_press.press-lite {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
}
#stacks_in_13232_press.press-lite:active {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
}
#stacks_in_13232_press.press-lite .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  height: 23px;
}
#stacks_in_13232_press.press-lite:active .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
}
#stacks_in_13232_press.press-lite:active > div {
  transform: translateY(2px);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_13232_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_13232_press.press-lite .press-lite-line-t,
#stacks_in_13232_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_13232_press.press-lite .press-lite-line-l,
#stacks_in_13232_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_13232_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_13232_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_13232_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_13232_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */

.stacks_in_13150 img{width:100%;max-width:440px}

@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_13156_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 4px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  /*  */
  /*  */
  background-color: rgba(118, 204, 38, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_13156_press.press-lite:focus {outline:0;}
#stacks_in_13156_press_wrap {
  /*  */
  /*  */
  display: flex;
  justify-content: center;
  /*  */
  /*  */
  margin: 4px 0px 12px 0px;
}
#stacks_in_13156_press.press-lite {
  white-space: nowrap;
}
#stacks_in_13156_press.press-lite .press-lite-text span,
#stacks_in_13156_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(245, 245, 245, 1.00);
  /*  */
}
#stacks_in_13156_press.press-lite,
#stacks_in_13156_press.press-lite .press-lite-text,
#stacks_in_13156_press.press-lite .press-lite-text:after,
#stacks_in_13156_press.press-lite .press-lite-text > span,
#stacks_in_13156_press.press-lite .press-lite-icon i,
#stacks_in_13156_press.press-lite .press-lite-icon img,
#stacks_in_13156_press.press-lite .press-lite-icon svg,
#stacks_in_13156_press.press-lite .press-lite-icon svg path,
#stacks_in_13156_press.press-lite .press-lite-icon svg polyline,
#stacks_in_13156_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_13156_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_13156_press.press-lite .press-lite-icon i,
#stacks_in_13156_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(245, 245, 245, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 16px;
  line-height: 16px;
  z-index: 1;
}
#stacks_in_13156_press.press-lite .press-lite-icon img {
  height: 16px;
  width: auto;
  vertical-align: top;
}
#stacks_in_13156_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 20.000000px;
  z-index: 1;
}
/*  */
#stacks_in_13156_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_13156_press.press-lite .press-lite-icon svg path {
  fill: rgba(245, 245, 245, 1.00);
}
#stacks_in_13156_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(245, 245, 245, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_13156_press.press-lite:active,
#stacks_in_13156_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
/*  */
#stacks_in_13156_press.press-lite:hover {
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_13156_press.press-lite:hover .press-lite-text span,
#stacks_in_13156_press.press-lite:hover .press-lite-text:after  {
  color: rgba(245, 245, 245, 1.00);
}
#stacks_in_13156_press.press-lite:hover .press-lite-icon i {
  color: rgba(245, 245, 245, 1.00);
}
#stacks_in_13156_press.press-lite:hover .press-lite-icon svg path {
  fill: rgba(245, 245, 245, 1.00);
}
#stacks_in_13156_press.press-lite:hover .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(245, 245, 245, 1.00);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_13156_press.press-lite {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
}
#stacks_in_13156_press.press-lite:active {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
}
#stacks_in_13156_press.press-lite .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  height: 24px;
}
#stacks_in_13156_press.press-lite:active .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
}
#stacks_in_13156_press.press-lite:active > div {
  transform: translateY(2px);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_13156_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_13156_press.press-lite .press-lite-line-t,
#stacks_in_13156_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_13156_press.press-lite .press-lite-line-l,
#stacks_in_13156_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_13156_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_13156_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_13156_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_13156_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */
@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_13159_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 4px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 15px;
  line-height: 15px;
  /*  */
  /*  */
  background-color: rgba(255, 210, 17, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_13159_press.press-lite:focus {outline:0;}
#stacks_in_13159_press_wrap {
  /*  */
  /*  */
  display: flex;
  justify-content: center;
  /*  */
  /*  */
  margin: 4px 0px 12px 0px;
}
#stacks_in_13159_press.press-lite {
  white-space: nowrap;
}
#stacks_in_13159_press.press-lite .press-lite-text span,
#stacks_in_13159_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(51, 51, 51, 1.00);
  /*  */
}
#stacks_in_13159_press.press-lite,
#stacks_in_13159_press.press-lite .press-lite-text,
#stacks_in_13159_press.press-lite .press-lite-text:after,
#stacks_in_13159_press.press-lite .press-lite-text > span,
#stacks_in_13159_press.press-lite .press-lite-icon i,
#stacks_in_13159_press.press-lite .press-lite-icon img,
#stacks_in_13159_press.press-lite .press-lite-icon svg,
#stacks_in_13159_press.press-lite .press-lite-icon svg path,
#stacks_in_13159_press.press-lite .press-lite-icon svg polyline,
#stacks_in_13159_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_13159_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_13159_press.press-lite .press-lite-icon i,
#stacks_in_13159_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(51, 51, 51, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 15px;
  line-height: 15px;
  z-index: 1;
}
#stacks_in_13159_press.press-lite .press-lite-icon img {
  height: 15px;
  width: auto;
  vertical-align: top;
}
#stacks_in_13159_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 18.750000px;
  z-index: 1;
}
/*  */
#stacks_in_13159_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_13159_press.press-lite .press-lite-icon svg path {
  fill: rgba(51, 51, 51, 1.00);
}
#stacks_in_13159_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(51, 51, 51, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_13159_press.press-lite:active,
#stacks_in_13159_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
/*  */
#stacks_in_13159_press.press-lite:hover {
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_13159_press.press-lite:hover .press-lite-text span,
#stacks_in_13159_press.press-lite:hover .press-lite-text:after  {
  color: rgba(245, 245, 245, 1.00);
}
#stacks_in_13159_press.press-lite:hover .press-lite-icon i {
  color: rgba(245, 245, 245, 1.00);
}
#stacks_in_13159_press.press-lite:hover .press-lite-icon svg path {
  fill: rgba(245, 245, 245, 1.00);
}
#stacks_in_13159_press.press-lite:hover .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(245, 245, 245, 1.00);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_13159_press.press-lite {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
}
#stacks_in_13159_press.press-lite:active {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
}
#stacks_in_13159_press.press-lite .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  height: 23px;
}
#stacks_in_13159_press.press-lite:active .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
}
#stacks_in_13159_press.press-lite:active > div {
  transform: translateY(2px);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_13159_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_13159_press.press-lite .press-lite-line-t,
#stacks_in_13159_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_13159_press.press-lite .press-lite-line-l,
#stacks_in_13159_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_13159_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_13159_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_13159_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_13159_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */

.stacks_in_13293 img{width:100%;max-width:440px}

@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_13299_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 4px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  /*  */
  /*  */
  background-color: rgba(118, 204, 38, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_13299_press.press-lite:focus {outline:0;}
#stacks_in_13299_press_wrap {
  /*  */
  /*  */
  display: flex;
  justify-content: center;
  /*  */
  /*  */
  margin: 4px 0px 12px 0px;
}
#stacks_in_13299_press.press-lite {
  white-space: nowrap;
}
#stacks_in_13299_press.press-lite .press-lite-text span,
#stacks_in_13299_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(245, 245, 245, 1.00);
  /*  */
}
#stacks_in_13299_press.press-lite,
#stacks_in_13299_press.press-lite .press-lite-text,
#stacks_in_13299_press.press-lite .press-lite-text:after,
#stacks_in_13299_press.press-lite .press-lite-text > span,
#stacks_in_13299_press.press-lite .press-lite-icon i,
#stacks_in_13299_press.press-lite .press-lite-icon img,
#stacks_in_13299_press.press-lite .press-lite-icon svg,
#stacks_in_13299_press.press-lite .press-lite-icon svg path,
#stacks_in_13299_press.press-lite .press-lite-icon svg polyline,
#stacks_in_13299_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_13299_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_13299_press.press-lite .press-lite-icon i,
#stacks_in_13299_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(245, 245, 245, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 16px;
  line-height: 16px;
  z-index: 1;
}
#stacks_in_13299_press.press-lite .press-lite-icon img {
  height: 16px;
  width: auto;
  vertical-align: top;
}
#stacks_in_13299_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 20.000000px;
  z-index: 1;
}
/*  */
#stacks_in_13299_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_13299_press.press-lite .press-lite-icon svg path {
  fill: rgba(245, 245, 245, 1.00);
}
#stacks_in_13299_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(245, 245, 245, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_13299_press.press-lite:active,
#stacks_in_13299_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
/*  */
#stacks_in_13299_press.press-lite:hover {
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_13299_press.press-lite:hover .press-lite-text span,
#stacks_in_13299_press.press-lite:hover .press-lite-text:after  {
  color: rgba(245, 245, 245, 1.00);
}
#stacks_in_13299_press.press-lite:hover .press-lite-icon i {
  color: rgba(245, 245, 245, 1.00);
}
#stacks_in_13299_press.press-lite:hover .press-lite-icon svg path {
  fill: rgba(245, 245, 245, 1.00);
}
#stacks_in_13299_press.press-lite:hover .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(245, 245, 245, 1.00);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_13299_press.press-lite {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
}
#stacks_in_13299_press.press-lite:active {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
}
#stacks_in_13299_press.press-lite .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  height: 24px;
}
#stacks_in_13299_press.press-lite:active .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
}
#stacks_in_13299_press.press-lite:active > div {
  transform: translateY(2px);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_13299_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_13299_press.press-lite .press-lite-line-t,
#stacks_in_13299_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_13299_press.press-lite .press-lite-line-l,
#stacks_in_13299_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_13299_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_13299_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_13299_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_13299_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */
@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_13302_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 4px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 15px;
  line-height: 15px;
  /*  */
  /*  */
  background-color: rgba(255, 210, 17, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_13302_press.press-lite:focus {outline:0;}
#stacks_in_13302_press_wrap {
  /*  */
  /*  */
  display: flex;
  justify-content: center;
  /*  */
  /*  */
  margin: 4px 0px 12px 0px;
}
#stacks_in_13302_press.press-lite {
  white-space: nowrap;
}
#stacks_in_13302_press.press-lite .press-lite-text span,
#stacks_in_13302_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(51, 51, 51, 1.00);
  /*  */
}
#stacks_in_13302_press.press-lite,
#stacks_in_13302_press.press-lite .press-lite-text,
#stacks_in_13302_press.press-lite .press-lite-text:after,
#stacks_in_13302_press.press-lite .press-lite-text > span,
#stacks_in_13302_press.press-lite .press-lite-icon i,
#stacks_in_13302_press.press-lite .press-lite-icon img,
#stacks_in_13302_press.press-lite .press-lite-icon svg,
#stacks_in_13302_press.press-lite .press-lite-icon svg path,
#stacks_in_13302_press.press-lite .press-lite-icon svg polyline,
#stacks_in_13302_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_13302_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_13302_press.press-lite .press-lite-icon i,
#stacks_in_13302_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(51, 51, 51, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 15px;
  line-height: 15px;
  z-index: 1;
}
#stacks_in_13302_press.press-lite .press-lite-icon img {
  height: 15px;
  width: auto;
  vertical-align: top;
}
#stacks_in_13302_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 18.750000px;
  z-index: 1;
}
/*  */
#stacks_in_13302_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_13302_press.press-lite .press-lite-icon svg path {
  fill: rgba(51, 51, 51, 1.00);
}
#stacks_in_13302_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(51, 51, 51, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_13302_press.press-lite:active,
#stacks_in_13302_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
/*  */
#stacks_in_13302_press.press-lite:hover {
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_13302_press.press-lite:hover .press-lite-text span,
#stacks_in_13302_press.press-lite:hover .press-lite-text:after  {
  color: rgba(245, 245, 245, 1.00);
}
#stacks_in_13302_press.press-lite:hover .press-lite-icon i {
  color: rgba(245, 245, 245, 1.00);
}
#stacks_in_13302_press.press-lite:hover .press-lite-icon svg path {
  fill: rgba(245, 245, 245, 1.00);
}
#stacks_in_13302_press.press-lite:hover .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(245, 245, 245, 1.00);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_13302_press.press-lite {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
}
#stacks_in_13302_press.press-lite:active {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
}
#stacks_in_13302_press.press-lite .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  height: 23px;
}
#stacks_in_13302_press.press-lite:active .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
}
#stacks_in_13302_press.press-lite:active > div {
  transform: translateY(2px);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_13302_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_13302_press.press-lite .press-lite-line-t,
#stacks_in_13302_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_13302_press.press-lite .press-lite-line-l,
#stacks_in_13302_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_13302_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_13302_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_13302_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_13302_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */

.stacks_in_12804 img{width:100%;max-width:440px}

@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_12845_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 8px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  /*  */
  /*  */
  background-color: rgba(118, 204, 38, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_12845_press.press-lite:focus {outline:0;}
#stacks_in_12845_press_wrap {
  /*  */
  /*  */
  display: flex;
  justify-content: center;
  /*  */
  /*  */
  margin: 4px 0px 12px 0px;
}
#stacks_in_12845_press.press-lite {
  white-space: nowrap;
}
#stacks_in_12845_press.press-lite .press-lite-text span,
#stacks_in_12845_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(255, 255, 255, 1.00);
  /*  */
}
#stacks_in_12845_press.press-lite,
#stacks_in_12845_press.press-lite .press-lite-text,
#stacks_in_12845_press.press-lite .press-lite-text:after,
#stacks_in_12845_press.press-lite .press-lite-text > span,
#stacks_in_12845_press.press-lite .press-lite-icon i,
#stacks_in_12845_press.press-lite .press-lite-icon img,
#stacks_in_12845_press.press-lite .press-lite-icon svg,
#stacks_in_12845_press.press-lite .press-lite-icon svg path,
#stacks_in_12845_press.press-lite .press-lite-icon svg polyline,
#stacks_in_12845_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_12845_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_12845_press.press-lite .press-lite-icon i,
#stacks_in_12845_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(255, 255, 255, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 14px;
  line-height: 14px;
  z-index: 1;
}
#stacks_in_12845_press.press-lite .press-lite-icon img {
  height: 14px;
  width: auto;
  vertical-align: top;
}
#stacks_in_12845_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 17.500000px;
  z-index: 1;
}
/*  */
#stacks_in_12845_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_12845_press.press-lite .press-lite-icon svg path {
  fill: rgba(255, 255, 255, 1.00);
}
#stacks_in_12845_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(255, 255, 255, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_12845_press.press-lite:active,
#stacks_in_12845_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_12845_press.press-lite {
  box-shadow: 0px 0px 10px rgba(131, 69, 244, 1.00);
}
#stacks_in_12845_press.press-lite:hover {
  box-shadow: 0px 0px 20px rgba(131, 69, 244, 1.00);
}
#stacks_in_12845_press.press-lite:active {
  box-shadow: 0px 0px 30px rgba(131, 69, 244, 1.00);
}
/*  */
/*  */
#stacks_in_12845_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_12845_press.press-lite .press-lite-line-t,
#stacks_in_12845_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_12845_press.press-lite .press-lite-line-l,
#stacks_in_12845_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_12845_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_12845_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_12845_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_12845_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */

.stacks_in_12837 img{width:100%;max-width:440px}

@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_12846_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 8px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  /*  */
  /*  */
  background-color: rgba(118, 204, 38, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_12846_press.press-lite:focus {outline:0;}
#stacks_in_12846_press_wrap {
  /*  */
  /*  */
  display: flex;
  justify-content: center;
  /*  */
  /*  */
  margin: 12px 0px 12px 0px;
}
#stacks_in_12846_press.press-lite {
  white-space: nowrap;
}
#stacks_in_12846_press.press-lite .press-lite-text span,
#stacks_in_12846_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(255, 255, 255, 1.00);
  /*  */
}
#stacks_in_12846_press.press-lite,
#stacks_in_12846_press.press-lite .press-lite-text,
#stacks_in_12846_press.press-lite .press-lite-text:after,
#stacks_in_12846_press.press-lite .press-lite-text > span,
#stacks_in_12846_press.press-lite .press-lite-icon i,
#stacks_in_12846_press.press-lite .press-lite-icon img,
#stacks_in_12846_press.press-lite .press-lite-icon svg,
#stacks_in_12846_press.press-lite .press-lite-icon svg path,
#stacks_in_12846_press.press-lite .press-lite-icon svg polyline,
#stacks_in_12846_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_12846_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_12846_press.press-lite .press-lite-icon i,
#stacks_in_12846_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(255, 255, 255, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 14px;
  line-height: 14px;
  z-index: 1;
}
#stacks_in_12846_press.press-lite .press-lite-icon img {
  height: 14px;
  width: auto;
  vertical-align: top;
}
#stacks_in_12846_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 17.500000px;
  z-index: 1;
}
/*  */
#stacks_in_12846_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_12846_press.press-lite .press-lite-icon svg path {
  fill: rgba(255, 255, 255, 1.00);
}
#stacks_in_12846_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(255, 255, 255, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_12846_press.press-lite:active,
#stacks_in_12846_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_12846_press.press-lite {
  box-shadow: 0px 0px 10px rgba(131, 69, 244, 1.00);
}
#stacks_in_12846_press.press-lite:hover {
  box-shadow: 0px 0px 20px rgba(131, 69, 244, 1.00);
}
#stacks_in_12846_press.press-lite:active {
  box-shadow: 0px 0px 30px rgba(131, 69, 244, 1.00);
}
/*  */
/*  */
#stacks_in_12846_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_12846_press.press-lite .press-lite-line-t,
#stacks_in_12846_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_12846_press.press-lite .press-lite-line-l,
#stacks_in_12846_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_12846_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_12846_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_12846_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_12846_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */

.stacks_in_12843 img{width:100%;max-width:440px}

@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_12931_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 4px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 15px;
  line-height: 15px;
  /*  */
  /*  */
  background-color: rgba(255, 210, 17, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_12931_press.press-lite:focus {outline:0;}
#stacks_in_12931_press_wrap {
  /*  */
  /*  */
  display: flex;
  justify-content: center;
  /*  */
  /*  */
  margin: 4px 0px 12px 0px;
}
#stacks_in_12931_press.press-lite {
  white-space: nowrap;
}
#stacks_in_12931_press.press-lite .press-lite-text span,
#stacks_in_12931_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(51, 51, 51, 1.00);
  /*  */
}
#stacks_in_12931_press.press-lite,
#stacks_in_12931_press.press-lite .press-lite-text,
#stacks_in_12931_press.press-lite .press-lite-text:after,
#stacks_in_12931_press.press-lite .press-lite-text > span,
#stacks_in_12931_press.press-lite .press-lite-icon i,
#stacks_in_12931_press.press-lite .press-lite-icon img,
#stacks_in_12931_press.press-lite .press-lite-icon svg,
#stacks_in_12931_press.press-lite .press-lite-icon svg path,
#stacks_in_12931_press.press-lite .press-lite-icon svg polyline,
#stacks_in_12931_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_12931_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_12931_press.press-lite .press-lite-icon i,
#stacks_in_12931_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(51, 51, 51, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 15px;
  line-height: 15px;
  z-index: 1;
}
#stacks_in_12931_press.press-lite .press-lite-icon img {
  height: 15px;
  width: auto;
  vertical-align: top;
}
#stacks_in_12931_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 18.750000px;
  z-index: 1;
}
/*  */
#stacks_in_12931_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_12931_press.press-lite .press-lite-icon svg path {
  fill: rgba(51, 51, 51, 1.00);
}
#stacks_in_12931_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(51, 51, 51, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_12931_press.press-lite:active,
#stacks_in_12931_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
/*  */
#stacks_in_12931_press.press-lite:hover {
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_12931_press.press-lite:hover .press-lite-text span,
#stacks_in_12931_press.press-lite:hover .press-lite-text:after  {
  color: rgba(245, 245, 245, 1.00);
}
#stacks_in_12931_press.press-lite:hover .press-lite-icon i {
  color: rgba(245, 245, 245, 1.00);
}
#stacks_in_12931_press.press-lite:hover .press-lite-icon svg path {
  fill: rgba(245, 245, 245, 1.00);
}
#stacks_in_12931_press.press-lite:hover .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(245, 245, 245, 1.00);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_12931_press.press-lite {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
}
#stacks_in_12931_press.press-lite:active {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
}
#stacks_in_12931_press.press-lite .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  height: 23px;
}
#stacks_in_12931_press.press-lite:active .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.22);
}
#stacks_in_12931_press.press-lite:active > div {
  transform: translateY(2px);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_12931_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_12931_press.press-lite .press-lite-line-t,
#stacks_in_12931_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_12931_press.press-lite .press-lite-line-l,
#stacks_in_12931_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_12931_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_12931_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_12931_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_12931_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */
@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_12929_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 8px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 13px;
  line-height: 13px;
  /*  */
  /*  */
  background-color: rgba(118, 204, 38, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_12929_press.press-lite:focus {outline:0;}
#stacks_in_12929_press_wrap {
  /*  */
  /*  */
  display: flex;
  justify-content: center;
  /*  */
  /*  */
  margin: 4px 0px 12px 0px;
}
#stacks_in_12929_press.press-lite {
  white-space: nowrap;
}
#stacks_in_12929_press.press-lite .press-lite-text span,
#stacks_in_12929_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(255, 255, 255, 1.00);
  /*  */
}
#stacks_in_12929_press.press-lite,
#stacks_in_12929_press.press-lite .press-lite-text,
#stacks_in_12929_press.press-lite .press-lite-text:after,
#stacks_in_12929_press.press-lite .press-lite-text > span,
#stacks_in_12929_press.press-lite .press-lite-icon i,
#stacks_in_12929_press.press-lite .press-lite-icon img,
#stacks_in_12929_press.press-lite .press-lite-icon svg,
#stacks_in_12929_press.press-lite .press-lite-icon svg path,
#stacks_in_12929_press.press-lite .press-lite-icon svg polyline,
#stacks_in_12929_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_12929_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_12929_press.press-lite .press-lite-icon i,
#stacks_in_12929_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(255, 255, 255, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 13px;
  line-height: 13px;
  z-index: 1;
}
#stacks_in_12929_press.press-lite .press-lite-icon img {
  height: 13px;
  width: auto;
  vertical-align: top;
}
#stacks_in_12929_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 16.250000px;
  z-index: 1;
}
/*  */
#stacks_in_12929_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_12929_press.press-lite .press-lite-icon svg path {
  fill: rgba(255, 255, 255, 1.00);
}
#stacks_in_12929_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(255, 255, 255, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_12929_press.press-lite:active,
#stacks_in_12929_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_12929_press.press-lite {
  box-shadow: 0px 0px 10px rgba(245, 245, 245, 1.00);
}
#stacks_in_12929_press.press-lite:hover {
  box-shadow: 0px 0px 20px rgba(245, 245, 245, 1.00);
}
#stacks_in_12929_press.press-lite:active {
  box-shadow: 0px 0px 30px rgba(245, 245, 245, 1.00);
}
/*  */
/*  */
#stacks_in_12929_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_12929_press.press-lite .press-lite-line-t,
#stacks_in_12929_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_12929_press.press-lite .press-lite-line-l,
#stacks_in_12929_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_12929_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_12929_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_12929_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_12929_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */


@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#stacks_in_13093_press.press-lite {
  box-sizing: border-box;
  position: relative;
  /*  */
  cursor: pointer;
  /*  */
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-size: 13px;
  line-height: 13px;
  /*  */
  /*  */
  /*  */
  background: #A47779;
  background: -webkit-gradient(linear, left top, left bottom, from(to top), color-stop(#A47779), to(#7E5D5E));
  background: linear-gradient(to top, #A47779, #7E5D5E);
  background-origin: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  /*  */
  /*  */
  /*  */
  /*  */
  border-style: solid;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.15);
}
#stacks_in_13093_press.press-lite:focus {outline:0;}
#stacks_in_13093_press_wrap {
  /*  */
  display: inline-block;
  /*  */
  /*  */
  /*  */
  margin: 12px 0px 12px 0px;
}
#stacks_in_13093_press.press-lite {
  white-space: nowrap;
}
#stacks_in_13093_press.press-lite .press-lite-text span,
#stacks_in_13093_press.press-lite .press-lite-text:after {
  overflow: hidden;
  color: rgba(255, 255, 255, 1.00);
  /*  */
}
#stacks_in_13093_press.press-lite,
#stacks_in_13093_press.press-lite .press-lite-text,
#stacks_in_13093_press.press-lite .press-lite-text:after,
#stacks_in_13093_press.press-lite .press-lite-text > span,
#stacks_in_13093_press.press-lite .press-lite-icon i,
#stacks_in_13093_press.press-lite .press-lite-icon img,
#stacks_in_13093_press.press-lite .press-lite-icon svg,
#stacks_in_13093_press.press-lite .press-lite-icon svg path,
#stacks_in_13093_press.press-lite .press-lite-icon svg polyline,
#stacks_in_13093_press.press-lite .press-lite-icon:after {
    transition: all 200ms ease;
}
#stacks_in_13093_press.press-lite .press-lite-text {
  z-index: 1;
  position: relative;
}
#stacks_in_13093_press.press-lite .press-lite-icon i,
#stacks_in_13093_press.press-lite .press-lite-icon img {
  position: relative;
  color: rgba(255, 255, 255, 1.00);
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  font-size: 13px;
  line-height: 13px;
  z-index: 1;
}
#stacks_in_13093_press.press-lite .press-lite-icon img {
  height: 13px;
  width: auto;
  vertical-align: top;
}
#stacks_in_13093_press.press-lite .press-lite-icon svg {
  display: inline-block;
  /*  */
  margin-right: 8px;
  /*  */
  height: 16.250000px;
  z-index: 1;
}
/*  */
#stacks_in_13093_press.press-lite .press-lite-icon {
  float: right;
  margin-top: 0px;
}
#stacks_in_13093_press.press-lite .press-lite-icon i,
#stacks_in_13093_press.press-lite .press-lite-icon img,
#stacks_in_13093_press.press-lite .press-lite-icon svg {
  /*  */
  margin-right: 0px;
  margin-left: 8px;
  /*  */
}
/*  */
#stacks_in_13093_press.press-lite .press-lite-icon.press-lite-icon-off svg {
  transform: translateX(5%);
}
#stacks_in_13093_press.press-lite .press-lite-icon svg path {
  fill: rgba(255, 255, 255, 1.00);
}
#stacks_in_13093_press.press-lite .press-lite-icon svg polyline {
  fill:none;
  stroke: rgba(255, 255, 255, 1.00);
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:48px;
}
#stacks_in_13093_press.press-lite:active,
#stacks_in_13093_press.press-lite:focus {
  transform: translate(0,0);
}
/*  */
/*  */
/*  */
/*  */
#stacks_in_13093_press.press-lite {
    padding: 0;
}
#stacks_in_13093_press.press-lite .press-lite-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 12px 24px 12px 12px;
}
#stacks_in_13093_press.press-lite .press-lite-icon i,
#stacks_in_13093_press.press-lite .press-lite-icon img,
#stacks_in_13093_press.press-lite .press-lite-icon svg {
    margin: 0;
}
#stacks_in_13093_press.press-lite .press-lite-icon {
    padding: 0px;
    display: grid;
    float:left;
    align-content: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    text-align: center;
}
#stacks_in_13093_press.press-lite .press-lite-icon:after {
  content: "";
  color: transparent;
  position: absolute;
  top: -0px;
  left: -0px;
  bottom: -0px;
  background: rgba(0, 0, 0, 0.11);
  border-radius: 4px 0px 0px 4px;
  width: 37px;
  height: 37px;
}
/*  */
/*  */
/*  */
#stacks_in_13093_press.press-lite .press-lite-text {
  padding: 12px 12px 12px 24px;
}
#stacks_in_13093_press.press-lite .press-lite-icon {
  float: right;
  margin-top: 0px;
}
#stacks_in_13093_press.press-lite .press-lite-icon:after {
  top: -0px;
  right: -0px;
  bottom: -0px;
  left: auto;
  border-radius: 0px 4px 4px 0px;
}
#stacks_in_13093_press.press-lite .press-lite-icon:after {
  top: -1px;
  right: -1px;
  left: auto;
  bottom: -1px;
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_13093_press.press-lite {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.39);
}
#stacks_in_13093_press.press-lite:active {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.39);
}
#stacks_in_13093_press.press-lite .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.15);
  height: 37px;
}
#stacks_in_13093_press.press-lite:active .press-lite-icon:after {
  border-bottom: 2px solid rgba(0,0,0,0.0);
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.39);
}
#stacks_in_13093_press.press-lite:active > div {
  transform: translateY(2px);
}
/*  */
/*  */
/*  */
#stacks_in_13093_press.press-lite .press-lite-icon:after {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: auto;
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
#stacks_in_13093_press.press-lite .press-lite-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: grid;
}
#stacks_in_13093_press.press-lite .press-lite-line-t,
#stacks_in_13093_press.press-lite .press-lite-line-b {
  position: absolute;
  height: 1px;
  width: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_13093_press.press-lite .press-lite-line-l,
#stacks_in_13093_press.press-lite .press-lite-line-r {
  position: absolute;
  width: 1px;
  height: 0%;
  background: rgba(0, 0, 0, 1.00);
  transition: all 200ms ease;
}
#stacks_in_13093_press.press-lite .press-lite-line-t {
  top: 0;
}
#stacks_in_13093_press.press-lite .press-lite-line-b {
  bottom: 0;
  width: 100%;
}
#stacks_in_13093_press.press-lite .press-lite-line-l {
  left: 0;
}
#stacks_in_13093_press.press-lite .press-lite-line-r {
  right: 0;
}
/*  */
/*  */
/*  */
/*  */




