/* Start Owl stack page CSS code *//*  * 	Core Owl Carousel CSS File *	v1.3.2 *//* clearfix */.owl-carousel .owl-wrapper:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;}/* display none until init */.owl-carousel{	display: none;	position: relative;	width: 100%;	-ms-touch-action: pan-y;}.owl-carousel .owl-wrapper{	display: none;	position: relative;	-webkit-transform: translate3d(0px, 0px, 0px);}.owl-carousel .owl-wrapper-outer{	overflow: hidden;	position: relative;	width: 100%;}.owl-carousel .owl-wrapper-outer.autoHeight{	-webkit-transition: height 500ms ease-in-out;	-moz-transition: height 500ms ease-in-out;	-ms-transition: height 500ms ease-in-out;	-o-transition: height 500ms ease-in-out;	transition: height 500ms ease-in-out;}	.owl-carousel .owl-item{	float: left;}.owl-controls .owl-page,.owl-controls .owl-buttons div{	cursor: pointer;}.owl-controls {	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}/* mouse grab icon */.grabbing {     cursor:url(grabbing.png) 8 8, move;}/* fix */.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{	-webkit-backface-visibility: hidden;	-moz-backface-visibility:    hidden;	-ms-backface-visibility:     hidden;  -webkit-transform: translate3d(0,0,0);  -moz-transform: translate3d(0,0,0);  -ms-transform: translate3d(0,0,0);}/*  *  Owl Carousel CSS3 Transitions  *  v1.3.2 */.owl-origin {	-webkit-perspective: 1200px;	-webkit-perspective-origin-x : 50%;	-webkit-perspective-origin-y : 50%;	-moz-perspective : 1200px;	-moz-perspective-origin-x : 50%;	-moz-perspective-origin-y : 50%;	perspective : 1200px;}/* fade */.owl-fade-out {  z-index: 10;  -webkit-animation: fadeOut .7s both ease;  -moz-animation: fadeOut .7s both ease;  animation: fadeOut .7s both ease;}.owl-fade-in {  -webkit-animation: fadeIn .7s both ease;  -moz-animation: fadeIn .7s both ease;  animation: fadeIn .7s both ease;}/* backSlide */.owl-backSlide-out {  -webkit-animation: backSlideOut 1s both ease;  -moz-animation: backSlideOut 1s both ease;  animation: backSlideOut 1s both ease;}.owl-backSlide-in {  -webkit-animation: backSlideIn 1s both ease;  -moz-animation: backSlideIn 1s both ease;  animation: backSlideIn 1s both ease;}/* goDown */.owl-goDown-out {  -webkit-animation: scaleToFade .7s ease both;  -moz-animation: scaleToFade .7s ease both;  animation: scaleToFade .7s ease both;}.owl-goDown-in {  -webkit-animation: goDown .6s ease both;  -moz-animation: goDown .6s ease both;  animation: goDown .6s ease both;}/* scaleUp */.owl-fadeUp-in {  -webkit-animation: scaleUpFrom .5s ease both;  -moz-animation: scaleUpFrom .5s ease both;  animation: scaleUpFrom .5s ease both;}.owl-fadeUp-out {  -webkit-animation: scaleUpTo .5s ease both;  -moz-animation: scaleUpTo .5s ease both;  animation: scaleUpTo .5s ease both;}/* Keyframes *//*empty*/@-webkit-keyframes empty {  0% {opacity: 1}}@-moz-keyframes empty {  0% {opacity: 1}}@keyframes empty {  0% {opacity: 1}}@-webkit-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-moz-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-webkit-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-moz-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-webkit-keyframes backSlideOut {  25% { opacity: .5; -webkit-transform: translateZ(-500px); }  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }}@-moz-keyframes backSlideOut {  25% { opacity: .5; -moz-transform: translateZ(-500px); }  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }}@keyframes backSlideOut {  25% { opacity: .5; transform: translateZ(-500px); }  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }}@-webkit-keyframes backSlideIn {  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -webkit-transform: translateZ(-500px); }  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }}@-moz-keyframes backSlideIn {  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -moz-transform: translateZ(-500px); }  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }}@keyframes backSlideIn {  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; transform: translateZ(-500px); }  100% { opacity: 1; transform: translateZ(0) translateX(0); }}@-webkit-keyframes scaleToFade {  to { opacity: 0; -webkit-transform: scale(.8); }}@-moz-keyframes scaleToFade {  to { opacity: 0; -moz-transform: scale(.8); }}@keyframes scaleToFade {  to { opacity: 0; transform: scale(.8); }}@-webkit-keyframes goDown {  from { -webkit-transform: translateY(-100%); }}@-moz-keyframes goDown {  from { -moz-transform: translateY(-100%); }}@keyframes goDown {  from { transform: translateY(-100%); }}@-webkit-keyframes scaleUpFrom {  from { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpFrom {  from { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpFrom {  from { opacity: 0; transform: scale(1.5); }}@-webkit-keyframes scaleUpTo {  to { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpTo {  to { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpTo {  to { opacity: 0; transform: scale(1.5); }}/* End Owl stack page CSS code */.com_joeworkman_stacks_glider_stack .glider-wrapper,.com_joeworkman_stacks_glider_stack .glider-button{position:fixed;z-index:99999;border:none}.com_joeworkman_stacks_glider_stack .glider-toggle{padding:1rem;cursor:pointer;font-size:1rem;outline:none;height:auto}.com_joeworkman_stacks_glider_stack .glider-toggle.opened{z-index:999999}.com_joeworkman_stacks_glider_stack .glider-toggle i.fa{display:none;line-height:1.28571429em}.com_joeworkman_stacks_glider_stack .glider-toggle.round.custom-style{border-radius:1000px}.com_joeworkman_stacks_glider_stack .glider-toggle.radius.custom-style{border-radius:3px}.com_joeworkman_stacks_glider_stack .glider-toggle.opened i.fa.close-icon{display:inline-block}.com_joeworkman_stacks_glider_stack .glider-toggle:not(.opened) i.fa.open{display:inline-block}.com_joeworkman_stacks_glider_stack .glider-wrapper{width:0;overflow:auto;-webkit-overflow-scrolling:touch}.com_joeworkman_stacks_glider_stack .glider-wrapper.opened{width:100%;z-index:199999}.com_joeworkman_stacks_glider_stack .glider-wrapper .glider-content.centerContent{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}.com_joeworkman_stacks_glider_stack .glider-wrapper > .glider-toggle{position:absolute;top:0;right:0;background:transparent;margin:0;z-index:999999;display:block}@media only screen and (min-width:40.063em){.com_joeworkman_stacks_glider_stack .glider-wrapper > .glider-toggle{display:none}}.com_joeworkman_stacks_glider_stack .glider-wrapper > .glider-toggle i.fa{display:block}.com_joeworkman_stacks_glider_stack .glider-wrapper.size-100 > .glider-toggle{display:block !important}.com_joeworkman_stacks_glider_stack .headless .glider-button{display:none}.com_joeworkman_stacks_glider_stack .headless .glider-wrapper .glider-toggle{display:block}.com_joeworkman_stacks_glider_stack .launcher-bar .glider-button{width:100%}.com_joeworkman_stacks_glider_stack .location-left .glider-wrapper{height:100%;top:0;left:0}.com_joeworkman_stacks_glider_stack .location-left .glider-wrapper.opened.accent{-webkit-box-shadow:inset -1px 0 15px rgba(255,255,255,0.2),1px 0 2px rgba(0,0,0,0.3);box-shadow:inset -1px 0 15px rgba(255,255,255,0.2),1px 0 2px rgba(0,0,0,0.3)}.com_joeworkman_stacks_glider_stack .location-left .glider-button{left:0}.com_joeworkman_stacks_glider_stack .location-left .glider-button.flush.radius{border-top-left-radius:0;border-bottom-left-radius:0}.com_joeworkman_stacks_glider_stack .location-left .glider-button.opened{left:100%}.com_joeworkman_stacks_glider_stack .location-left.slideout .glider-wrapper{width:100%;margin-left:-100%}.com_joeworkman_stacks_glider_stack .location-left.slideout .glider-wrapper.opened{margin-left:0 !important}.com_joeworkman_stacks_glider_stack .location-right .glider-wrapper{height:100%;top:0;right:0}.com_joeworkman_stacks_glider_stack .location-right .glider-wrapper.opened.accent{-webkit-box-shadow:inset 1px 0 15px rgba(255,255,255,0.2),-1px 0 2px rgba(0,0,0,0.3);box-shadow:inset 1px 0 15px rgba(255,255,255,0.2),-1px 0 2px rgba(0,0,0,0.3)}.com_joeworkman_stacks_glider_stack .location-right .glider-wrapper .glider-toggle{right:auto;left:0}.com_joeworkman_stacks_glider_stack .location-right .glider-button{right:0}.com_joeworkman_stacks_glider_stack .location-right .glider-button.flush.radius{border-top-right-radius:0;border-bottom-right-radius:0}.com_joeworkman_stacks_glider_stack .location-right .glider-button.opened{right:100%}.com_joeworkman_stacks_glider_stack .location-right.slideout .glider-wrapper{width:100%;margin-right:-100%}.com_joeworkman_stacks_glider_stack .location-right.slideout .glider-wrapper.opened{margin-right:0 !important}.com_joeworkman_stacks_glider_stack .location-top .glider-wrapper{top:0;left:0;width:100%;height:0}.com_joeworkman_stacks_glider_stack .location-top .glider-wrapper.opened{height:100%}.com_joeworkman_stacks_glider_stack .location-top .glider-wrapper.opened.accent{-webkit-box-shadow:inset 0 -1px 15px rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.3);box-shadow:inset 0 -1px 15px rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.3)}.com_joeworkman_stacks_glider_stack .location-top .glider-button{top:0}.com_joeworkman_stacks_glider_stack .location-top .glider-button.flush.radius{border-top-right-radius:0;border-top-left-radius:0}.com_joeworkman_stacks_glider_stack .location-top .glider-button.opened{top:100%}.com_joeworkman_stacks_glider_stack .location-bottom .glider-wrapper{bottom:0;left:0;width:100%;height:0}.com_joeworkman_stacks_glider_stack .location-bottom .glider-wrapper.opened{height:100%}.com_joeworkman_stacks_glider_stack .location-bottom .glider-wrapper.opened.accent{-webkit-box-shadow:inset 0 1px 15px rgba(255,255,255,0.2),0 -1px 2px rgba(0,0,0,0.3);box-shadow:inset 0 1px 15px rgba(255,255,255,0.2),0 -1px 2px rgba(0,0,0,0.3)}.com_joeworkman_stacks_glider_stack .location-bottom .glider-button{bottom:0}.com_joeworkman_stacks_glider_stack .location-bottom .glider-button.flush.radius{border-bottom-right-radius:0;border-bottom-left-radius:0}.com_joeworkman_stacks_glider_stack .location-bottom .glider-button.opened{bottom:100%}

#stacks_in_114729 {
	padding: 70px 0px 0px 0px;
}

#stacks_out_114729 {
	width: 250px;
}
/* -- Start EACH CSS Template -- */






	#stacks_in_114916 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_114916 .HYPE_document { overflow: auto;  pointer-events: none !important; direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important; }
	
	#stacks_in_114916 .hype_bg-20, #stacks_in_114916 .hype_bg-20-grad { position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 1150px; border-radius: 50px;  -webkit-border-radius: 50px; }
	
	#stacks_in_114916 .hype_bg-20-grad { display: none; 
	    
			}
	#stacks_in_114916 .hype_bg-20 {  
	   	
	  
	   	
	   background-image:none; background-color: transparent;     
	  background-size: cover !important; pointer-events: none;
		background-position: 50% 50%; opacity: 0.4; }
	
	@media screen and (max-width: 770px) { #stacks_in_114916 .hype_bg-20 {  } } 
	
	/* fixed desktop only */
	@media (max-width: 480px) { #stacks_in_114916 .hype_bg-20  { background-attachment: scroll !important; } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_114916 .hype_bg-20  {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  #stacks_in_114916 .hype_bg-20 { background-attachment: fixed !important; }  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_114916 .hype_bg-20 { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114916 .hype_bg-20  { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114916 .hype_bg-20  { background-attachment: scroll !important; } }
	
	#stacks_in_114916_default20_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_114916 .wrapper-20 {margin-right: auto; margin-left: auto; max-width: 1150px; }
	
	#stacks_in_114916 .inner_slice_content { padding: 60px;  min-height: 120px; margin: 0; pointer-events: auto; }
	
	#stacks_in_114916 .hype_line_20 path, #stacks_in_114916 .hype_line_corner1 path, #stacks_in_114916 .hype_line_corner2 path, #stacks_in_114916 .hype_line_corner3 path, #stacks_in_114916 .hype_line_corner4 path, #stacks_in_114916 .hype_line_corner5 path, #stacks_in_114916 .hype_line_corner6 path, #stacks_in_114916 .hype_line_corner7 path, #stacks_in_114916 .hype_line_corner8 path, #stacks_in_114916 .hype_line_corner9 path, #stacks_in_114916 .hype_line_corner10 path { stroke: #FFFFFF !important; stroke-linecap: round !important; 
	 }
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	@-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_114916 .hype_line_20 path, #stacks_in_114916 .hype_line_corner1 path, #stacks_in_114916 .hype_line_corner2 path, #stacks_in_114916 .hype_line_corner3 path, #stacks_in_114916 .hype_line_corner4 path, #stacks_in_114916 .hype_line_corner5 path, #stacks_in_114916 .hype_line_corner6 path, #stacks_in_114916 .hype_line_corner7 path, #stacks_in_114916 .hype_line_corner8 path, #stacks_in_114916 .hype_line_corner9 path, #stacks_in_114916 .hype_line_corner10 path { stroke-width: 6px !important; }
	
	@media (min-width: 768px) {	
	    #stacks_in_114916 .inner_slice_content {   }
	}
	
	@media (max-width: 768px) {		
		#stacks_in_114916 .hype_bg-20, #stacks_in_114916 .hype_bg-20-grad {	 }				
		#stacks_in_114916 .hype_line_20 path, #stacks_in_114916 .hype_line_corner1 path, #stacks_in_114916 .hype_line_corner2 path, #stacks_in_114916 .hype_line_corner3 path, #stacks_in_114916 .hype_line_corner4 path, #stacks_in_114916 .hype_line_corner5 path, #stacks_in_114916 .hype_line_corner6 path, #stacks_in_114916 .hype_line_corner7 path, #stacks_in_114916 .hype_line_corner8 path, #stacks_in_114916 .hype_line_corner9 path, #stacks_in_114916 .hype_line_corner10 path {  stroke-width: 4px !important;  }			
		#stacks_in_114916 .hype_line_corner2, #stacks_in_114916 .hype_line_corner3, #stacks_in_114916 .hype_line_corner4, #stacks_in_114916 .hype_line_corner5, #stacks_in_114916 .hype_line_corner6, #stacks_in_114916 .hype_line_corner7, #stacks_in_114916 .hype_line_corner8, #stacks_in_114916 .hype_line_corner9 path, #stacks_in_114916 .hype_line_corner10 path {  }	
		#stacks_in_114916 .hype_line_corner1 {  }	
		#stacks_in_114916 .inner_slice_content {   padding: 40px; 	 }	
	}
	
	#stacks_in_114916 .hype_line_corner1 path, #stacks_in_114916 .hype_line_corner2 path, #stacks_in_114916 .hype_line_corner3 path, #stacks_in_114916 .hype_line_corner4 path, #stacks_in_114916 .hype_line_corner5 path, #stacks_in_114916 .hype_line_corner6 path, #stacks_in_114916 .hype_line_corner7 path, #stacks_in_114916 .hype_line_corner8 path, #stacks_in_114916 .hype_line_corner9 path, #stacks_in_114916 .hype_line_corner10 path {	 	
		 
		 	
	}
	#stacks_in_114916 .hype_line_20, #stacks_in_114916 .hype_line_20 path {
	
	}	
	


#stacks_in_114916 .trigger-19 { opacity: 0 !important; 
	 margin-top: 0px !important; 
	 
	}
	#stacks_in_114916 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */
#stacks_in_114917 {
	margin: 30px 60px 0px 60px;
}

#stacks_in_114920 {
	padding: 40px 0px 0px 0px;
}

#stacks_out_114920 {
	width: 250px;
}

#stacks_in_114990 {
	padding: 25px 0px 0px 0px;
}

#stacks_out_114990 {
	width: 250px;
}

#stacks_in_114737 {
	padding: 40px 0px 0px 0px;
}

#stacks_out_114737 {
	width: 250px;
}
#stacks_in_114431 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_114431 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_114431 #jwresp_col2_stacks_in_114431{ float:right; width:49%}@media screen and (max-width:1030px){#stacks_in_114431 #jwresp_col1_stacks_in_114431,#stacks_in_114431 #jwresp_col2_stacks_in_114431{width:100%;float:none;display:block}#stacks_in_114431 #jwresp_col1_stacks_in_114431{margin-bottom:15px}}

#stacks_in_114431 {
	padding: 45px 0px 0px 0px;
}
/* -- Start EACH CSS Template -- */






	#stacks_in_114686 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_114686 .HYPE_document { overflow: auto;  pointer-events: none !important; direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important; }
	
	#stacks_in_114686 .hype_bg-20, #stacks_in_114686 .hype_bg-20-grad { position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 1300px; border-radius: 5px;  -webkit-border-radius: 5px; }
	
	#stacks_in_114686 .hype_bg-20-grad { display: none; 
	    
			}
	#stacks_in_114686 .hype_bg-20 {  
	   	
	  
	   background-color: rgba(27, 32, 37, 1.00) !important; background-image:none!important;  	
	     
	  background-size: cover !important; pointer-events: none;
		background-position: 50% 50%; opacity: 1; }
	
	@media screen and (max-width: 770px) { #stacks_in_114686 .hype_bg-20 {  } } 
	
	/* fixed desktop only */
	@media (max-width: 480px) { #stacks_in_114686 .hype_bg-20  { background-attachment: scroll !important; } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_114686 .hype_bg-20  {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  #stacks_in_114686 .hype_bg-20 { background-attachment: fixed !important; }  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_114686 .hype_bg-20 { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114686 .hype_bg-20  { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114686 .hype_bg-20  { background-attachment: scroll !important; } }
	
	#stacks_in_114686_default20_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_114686 .wrapper-20 {margin-right: auto; margin-left: auto; max-width: 1300px; }
	
	#stacks_in_114686 .inner_slice_content { padding: 60px;  min-height: 120px; margin: 0; pointer-events: auto; }
	
	#stacks_in_114686 .hype_line_20 path, #stacks_in_114686 .hype_line_corner1 path, #stacks_in_114686 .hype_line_corner2 path, #stacks_in_114686 .hype_line_corner3 path, #stacks_in_114686 .hype_line_corner4 path, #stacks_in_114686 .hype_line_corner5 path, #stacks_in_114686 .hype_line_corner6 path, #stacks_in_114686 .hype_line_corner7 path, #stacks_in_114686 .hype_line_corner8 path, #stacks_in_114686 .hype_line_corner9 path, #stacks_in_114686 .hype_line_corner10 path { stroke: #263E57 !important; stroke-linecap: round !important; 
	 -webkit-animation: fade-border-css 0.1s  ease-in-out both; animation: fade-border-css 0.1s  ease-in-out both;  }
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	@-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_114686 .hype_line_20 path, #stacks_in_114686 .hype_line_corner1 path, #stacks_in_114686 .hype_line_corner2 path, #stacks_in_114686 .hype_line_corner3 path, #stacks_in_114686 .hype_line_corner4 path, #stacks_in_114686 .hype_line_corner5 path, #stacks_in_114686 .hype_line_corner6 path, #stacks_in_114686 .hype_line_corner7 path, #stacks_in_114686 .hype_line_corner8 path, #stacks_in_114686 .hype_line_corner9 path, #stacks_in_114686 .hype_line_corner10 path { stroke-width: 3px !important; }
	
	@media (min-width: 768px) {	
	    #stacks_in_114686 .inner_slice_content {    min-height: 365px;  }
	}
	
	@media (max-width: 768px) {		
		#stacks_in_114686 .hype_bg-20, #stacks_in_114686 .hype_bg-20-grad {	 }				
		#stacks_in_114686 .hype_line_20 path, #stacks_in_114686 .hype_line_corner1 path, #stacks_in_114686 .hype_line_corner2 path, #stacks_in_114686 .hype_line_corner3 path, #stacks_in_114686 .hype_line_corner4 path, #stacks_in_114686 .hype_line_corner5 path, #stacks_in_114686 .hype_line_corner6 path, #stacks_in_114686 .hype_line_corner7 path, #stacks_in_114686 .hype_line_corner8 path, #stacks_in_114686 .hype_line_corner9 path, #stacks_in_114686 .hype_line_corner10 path {  }			
		#stacks_in_114686 .hype_line_corner2, #stacks_in_114686 .hype_line_corner3, #stacks_in_114686 .hype_line_corner4, #stacks_in_114686 .hype_line_corner5, #stacks_in_114686 .hype_line_corner6, #stacks_in_114686 .hype_line_corner7, #stacks_in_114686 .hype_line_corner8, #stacks_in_114686 .hype_line_corner9 path, #stacks_in_114686 .hype_line_corner10 path {  }	
		#stacks_in_114686 .hype_line_corner1 {  }	
		#stacks_in_114686 .inner_slice_content {   padding: 40px; 	 }	
	}
	
	#stacks_in_114686 .hype_line_corner1 path, #stacks_in_114686 .hype_line_corner2 path, #stacks_in_114686 .hype_line_corner3 path, #stacks_in_114686 .hype_line_corner4 path, #stacks_in_114686 .hype_line_corner5 path, #stacks_in_114686 .hype_line_corner6 path, #stacks_in_114686 .hype_line_corner7 path, #stacks_in_114686 .hype_line_corner8 path, #stacks_in_114686 .hype_line_corner9 path, #stacks_in_114686 .hype_line_corner10 path {	 	
		 
		 	
	}
	#stacks_in_114686 .hype_line_20, #stacks_in_114686 .hype_line_20 path {
	
	}	
	


#stacks_in_114686 .trigger-19 { opacity: 0 !important; 
	
	 margin-top: -450px !important;  
	}
	#stacks_in_114686 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */#stacks_in_114424>.s3_row {
	margin: 0 -6px;
}

#stacks_in_114424>.s3_row>.s3_column_left {
	width: 47.50%;
}

#stacks_in_114424>.s3_row>.s3_column_right {
	width: 52.500000%;
}




#stacks_in_114424>.s3_row>.s3_column {
	padding: 0 6px;
}










@media only screen and (max-width: 770px) {


	#stacks_in_114424>.s3_row  {
		margin: -6px 0;
	}
	#stacks_in_114424>.s3_row>.s3_column {
		padding: 6px 0;
		width:100%;
	}


}



@media only screen and (max-width: 400px) {



}






#stacks_in_114424 {
	padding: 15px 0px 0px 0px;
}

#stacks_in_114741 {
	margin: 30px 0px 0px 10px;
}

#stacks_out_114741 {
	width: 160px;
	margin-left:0;
}

#stacks_in_114429 {
	padding: 15px 0px 0px 10px;
}
/* -- Start EACH CSS Template -- */






	#stacks_in_114408 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_114408 .HYPE_document { overflow: auto;  pointer-events: none !important; direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important; }
	
	#stacks_in_114408 .hype_bg-20, #stacks_in_114408 .hype_bg-20-grad { position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 1300px; border-radius: 5px;  -webkit-border-radius: 5px; }
	
	#stacks_in_114408 .hype_bg-20-grad { display: none; 
	    
			}
	#stacks_in_114408 .hype_bg-20 {  
	   	
	  
	   background-color: rgba(27, 32, 37, 1.00) !important; background-image:none!important;  	
	     
	  background-size: cover !important; pointer-events: none;
		background-position: 50% 50%; opacity: 1; }
	
	@media screen and (max-width: 770px) { #stacks_in_114408 .hype_bg-20 {  } } 
	
	/* fixed desktop only */
	@media (max-width: 480px) { #stacks_in_114408 .hype_bg-20  { background-attachment: scroll !important; } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_114408 .hype_bg-20  {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  #stacks_in_114408 .hype_bg-20 { background-attachment: fixed !important; }  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_114408 .hype_bg-20 { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114408 .hype_bg-20  { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114408 .hype_bg-20  { background-attachment: scroll !important; } }
	
	#stacks_in_114408_default20_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_114408 .wrapper-20 {margin-right: auto; margin-left: auto; max-width: 1300px; }
	
	#stacks_in_114408 .inner_slice_content { padding: 60px;  min-height: 120px; margin: 0; pointer-events: auto; }
	
	#stacks_in_114408 .hype_line_20 path, #stacks_in_114408 .hype_line_corner1 path, #stacks_in_114408 .hype_line_corner2 path, #stacks_in_114408 .hype_line_corner3 path, #stacks_in_114408 .hype_line_corner4 path, #stacks_in_114408 .hype_line_corner5 path, #stacks_in_114408 .hype_line_corner6 path, #stacks_in_114408 .hype_line_corner7 path, #stacks_in_114408 .hype_line_corner8 path, #stacks_in_114408 .hype_line_corner9 path, #stacks_in_114408 .hype_line_corner10 path { stroke: #263E57 !important; stroke-linecap: round !important; 
	 -webkit-animation: fade-border-css 0.1s  ease-in-out both; animation: fade-border-css 0.1s  ease-in-out both;  }
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	@-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_114408 .hype_line_20 path, #stacks_in_114408 .hype_line_corner1 path, #stacks_in_114408 .hype_line_corner2 path, #stacks_in_114408 .hype_line_corner3 path, #stacks_in_114408 .hype_line_corner4 path, #stacks_in_114408 .hype_line_corner5 path, #stacks_in_114408 .hype_line_corner6 path, #stacks_in_114408 .hype_line_corner7 path, #stacks_in_114408 .hype_line_corner8 path, #stacks_in_114408 .hype_line_corner9 path, #stacks_in_114408 .hype_line_corner10 path { stroke-width: 3px !important; }
	
	@media (min-width: 768px) {	
	    #stacks_in_114408 .inner_slice_content {    min-height: 365px;  }
	}
	
	@media (max-width: 768px) {		
		#stacks_in_114408 .hype_bg-20, #stacks_in_114408 .hype_bg-20-grad {	 }				
		#stacks_in_114408 .hype_line_20 path, #stacks_in_114408 .hype_line_corner1 path, #stacks_in_114408 .hype_line_corner2 path, #stacks_in_114408 .hype_line_corner3 path, #stacks_in_114408 .hype_line_corner4 path, #stacks_in_114408 .hype_line_corner5 path, #stacks_in_114408 .hype_line_corner6 path, #stacks_in_114408 .hype_line_corner7 path, #stacks_in_114408 .hype_line_corner8 path, #stacks_in_114408 .hype_line_corner9 path, #stacks_in_114408 .hype_line_corner10 path {  }			
		#stacks_in_114408 .hype_line_corner2, #stacks_in_114408 .hype_line_corner3, #stacks_in_114408 .hype_line_corner4, #stacks_in_114408 .hype_line_corner5, #stacks_in_114408 .hype_line_corner6, #stacks_in_114408 .hype_line_corner7, #stacks_in_114408 .hype_line_corner8, #stacks_in_114408 .hype_line_corner9 path, #stacks_in_114408 .hype_line_corner10 path {  }	
		#stacks_in_114408 .hype_line_corner1 {  }	
		#stacks_in_114408 .inner_slice_content {   padding: 40px; 	 }	
	}
	
	#stacks_in_114408 .hype_line_corner1 path, #stacks_in_114408 .hype_line_corner2 path, #stacks_in_114408 .hype_line_corner3 path, #stacks_in_114408 .hype_line_corner4 path, #stacks_in_114408 .hype_line_corner5 path, #stacks_in_114408 .hype_line_corner6 path, #stacks_in_114408 .hype_line_corner7 path, #stacks_in_114408 .hype_line_corner8 path, #stacks_in_114408 .hype_line_corner9 path, #stacks_in_114408 .hype_line_corner10 path {	 	
		 
		 	
	}
	#stacks_in_114408 .hype_line_20, #stacks_in_114408 .hype_line_20 path {
	
	}	
	


#stacks_in_114408 .trigger-19 { opacity: 0 !important; 
	
	 margin-top: -450px !important;  
	}
	#stacks_in_114408 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */
#stacks_in_114419 {
	padding: 0px 10px 17px 15px;
}
#stacks_in_114069 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 400px;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/
}

@media screen and (max-width: 1200px) {
#stacks_in_114069 .r_maxwidth {

}}

@media screen and (max-width: 720px) {
#stacks_in_114069 .r_maxwidth {

}}

@media screen and (max-width: 90px) {
#stacks_in_114069 .r_maxwidth {

display:block;
width: 100%; width: auto; !important;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/

}}


#stacks_in_114304 {
	background-color: rgba(38, 62, 87, 1.00);
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	padding: 30px 22px 30px 22px;
}

#stacks_in_114305 {
	background-color: rgba(42, 80, 117, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 5px 0px 5px 4px;
	padding: 13px 0px 13px 35px;
}
#stacks_in_114434 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_114434 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_114434 #jwresp_col2_stacks_in_114434{ float:right; width:49%}@media screen and (max-width:1030px){#stacks_in_114434 #jwresp_col1_stacks_in_114434,#stacks_in_114434 #jwresp_col2_stacks_in_114434{width:100%;float:none;display:block}#stacks_in_114434 #jwresp_col1_stacks_in_114434{margin-bottom:15px}}

#stacks_in_114434 {
	padding: 30px 0px 0px 0px;
}
/* -- Start EACH CSS Template -- */






	#stacks_in_114435 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_114435 .HYPE_document { overflow: auto;  pointer-events: none !important; direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important; }
	
	#stacks_in_114435 .hype_bg-20, #stacks_in_114435 .hype_bg-20-grad { position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 1300px; border-radius: 5px;  -webkit-border-radius: 5px; }
	
	#stacks_in_114435 .hype_bg-20-grad { display: none; 
	    
			}
	#stacks_in_114435 .hype_bg-20 {  
	   	
	  
	   background-color: rgba(27, 32, 37, 1.00) !important; background-image:none!important;  	
	     
	  background-size: cover !important; pointer-events: none;
		background-position: 50% 50%; opacity: 1; }
	
	@media screen and (max-width: 770px) { #stacks_in_114435 .hype_bg-20 {  } } 
	
	/* fixed desktop only */
	@media (max-width: 480px) { #stacks_in_114435 .hype_bg-20  { background-attachment: scroll !important; } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_114435 .hype_bg-20  {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  #stacks_in_114435 .hype_bg-20 { background-attachment: fixed !important; }  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_114435 .hype_bg-20 { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114435 .hype_bg-20  { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114435 .hype_bg-20  { background-attachment: scroll !important; } }
	
	#stacks_in_114435_default20_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_114435 .wrapper-20 {margin-right: auto; margin-left: auto; max-width: 1300px; }
	
	#stacks_in_114435 .inner_slice_content { padding: 60px;  min-height: 120px; margin: 0; pointer-events: auto; }
	
	#stacks_in_114435 .hype_line_20 path, #stacks_in_114435 .hype_line_corner1 path, #stacks_in_114435 .hype_line_corner2 path, #stacks_in_114435 .hype_line_corner3 path, #stacks_in_114435 .hype_line_corner4 path, #stacks_in_114435 .hype_line_corner5 path, #stacks_in_114435 .hype_line_corner6 path, #stacks_in_114435 .hype_line_corner7 path, #stacks_in_114435 .hype_line_corner8 path, #stacks_in_114435 .hype_line_corner9 path, #stacks_in_114435 .hype_line_corner10 path { stroke: #263E57 !important; stroke-linecap: round !important; 
	 -webkit-animation: fade-border-css 0.1s  ease-in-out both; animation: fade-border-css 0.1s  ease-in-out both;  }
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	@-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_114435 .hype_line_20 path, #stacks_in_114435 .hype_line_corner1 path, #stacks_in_114435 .hype_line_corner2 path, #stacks_in_114435 .hype_line_corner3 path, #stacks_in_114435 .hype_line_corner4 path, #stacks_in_114435 .hype_line_corner5 path, #stacks_in_114435 .hype_line_corner6 path, #stacks_in_114435 .hype_line_corner7 path, #stacks_in_114435 .hype_line_corner8 path, #stacks_in_114435 .hype_line_corner9 path, #stacks_in_114435 .hype_line_corner10 path { stroke-width: 3px !important; }
	
	@media (min-width: 768px) {	
	    #stacks_in_114435 .inner_slice_content {    min-height: 365px;  }
	}
	
	@media (max-width: 768px) {		
		#stacks_in_114435 .hype_bg-20, #stacks_in_114435 .hype_bg-20-grad {	 }				
		#stacks_in_114435 .hype_line_20 path, #stacks_in_114435 .hype_line_corner1 path, #stacks_in_114435 .hype_line_corner2 path, #stacks_in_114435 .hype_line_corner3 path, #stacks_in_114435 .hype_line_corner4 path, #stacks_in_114435 .hype_line_corner5 path, #stacks_in_114435 .hype_line_corner6 path, #stacks_in_114435 .hype_line_corner7 path, #stacks_in_114435 .hype_line_corner8 path, #stacks_in_114435 .hype_line_corner9 path, #stacks_in_114435 .hype_line_corner10 path {  }			
		#stacks_in_114435 .hype_line_corner2, #stacks_in_114435 .hype_line_corner3, #stacks_in_114435 .hype_line_corner4, #stacks_in_114435 .hype_line_corner5, #stacks_in_114435 .hype_line_corner6, #stacks_in_114435 .hype_line_corner7, #stacks_in_114435 .hype_line_corner8, #stacks_in_114435 .hype_line_corner9 path, #stacks_in_114435 .hype_line_corner10 path {  }	
		#stacks_in_114435 .hype_line_corner1 {  }	
		#stacks_in_114435 .inner_slice_content {   padding: 40px; 	 }	
	}
	
	#stacks_in_114435 .hype_line_corner1 path, #stacks_in_114435 .hype_line_corner2 path, #stacks_in_114435 .hype_line_corner3 path, #stacks_in_114435 .hype_line_corner4 path, #stacks_in_114435 .hype_line_corner5 path, #stacks_in_114435 .hype_line_corner6 path, #stacks_in_114435 .hype_line_corner7 path, #stacks_in_114435 .hype_line_corner8 path, #stacks_in_114435 .hype_line_corner9 path, #stacks_in_114435 .hype_line_corner10 path {	 	
		 
		 	
	}
	#stacks_in_114435 .hype_line_20, #stacks_in_114435 .hype_line_20 path {
	
	}	
	


#stacks_in_114435 .trigger-19 { opacity: 0 !important; 
	
	 margin-top: -450px !important;  
	}
	#stacks_in_114435 .preview_only { display: none; } 

/* -- End EACH CSS Template -- *//* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_114231 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_114231 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #0F4570;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_114231 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_114231 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_114231 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #0F4570;}#stacks_in_114231 .owl-theme .owl-controls .owl-page.active span,#stacks_in_114231 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_114231 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_114231 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}/* Preview Mode */#stacks_in_114231owl-stack{	height:0px;}#stacks_in_114231owl-stack .stacks_in_114231item img{display: block;width: 100%;height: auto;}#stacks_in_114231imagewell{height: 0px;}/* End Owl stack CSS code *//* -- Start EACH CSS Template -- */






	#stacks_in_114446 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_114446 .HYPE_document { overflow: auto;  pointer-events: none !important; direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important; }
	
	#stacks_in_114446 .hype_bg-20, #stacks_in_114446 .hype_bg-20-grad { position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 1300px; border-radius: 5px;  -webkit-border-radius: 5px; }
	
	#stacks_in_114446 .hype_bg-20-grad { display: none; 
	    
			}
	#stacks_in_114446 .hype_bg-20 {  
	   	
	  
	   background-color: rgba(27, 32, 37, 1.00) !important; background-image:none!important;  	
	     
	  background-size: cover !important; pointer-events: none;
		background-position: 50% 50%; opacity: 1; }
	
	@media screen and (max-width: 770px) { #stacks_in_114446 .hype_bg-20 {  } } 
	
	/* fixed desktop only */
	@media (max-width: 480px) { #stacks_in_114446 .hype_bg-20  { background-attachment: scroll !important; } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_114446 .hype_bg-20  {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  #stacks_in_114446 .hype_bg-20 { background-attachment: fixed !important; }  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_114446 .hype_bg-20 { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114446 .hype_bg-20  { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114446 .hype_bg-20  { background-attachment: scroll !important; } }
	
	#stacks_in_114446_default20_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_114446 .wrapper-20 {margin-right: auto; margin-left: auto; max-width: 1300px; }
	
	#stacks_in_114446 .inner_slice_content { padding: 60px;  min-height: 120px; margin: 0; pointer-events: auto; }
	
	#stacks_in_114446 .hype_line_20 path, #stacks_in_114446 .hype_line_corner1 path, #stacks_in_114446 .hype_line_corner2 path, #stacks_in_114446 .hype_line_corner3 path, #stacks_in_114446 .hype_line_corner4 path, #stacks_in_114446 .hype_line_corner5 path, #stacks_in_114446 .hype_line_corner6 path, #stacks_in_114446 .hype_line_corner7 path, #stacks_in_114446 .hype_line_corner8 path, #stacks_in_114446 .hype_line_corner9 path, #stacks_in_114446 .hype_line_corner10 path { stroke: #263E57 !important; stroke-linecap: round !important; 
	 -webkit-animation: fade-border-css 0.1s  ease-in-out both; animation: fade-border-css 0.1s  ease-in-out both;  }
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	@-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_114446 .hype_line_20 path, #stacks_in_114446 .hype_line_corner1 path, #stacks_in_114446 .hype_line_corner2 path, #stacks_in_114446 .hype_line_corner3 path, #stacks_in_114446 .hype_line_corner4 path, #stacks_in_114446 .hype_line_corner5 path, #stacks_in_114446 .hype_line_corner6 path, #stacks_in_114446 .hype_line_corner7 path, #stacks_in_114446 .hype_line_corner8 path, #stacks_in_114446 .hype_line_corner9 path, #stacks_in_114446 .hype_line_corner10 path { stroke-width: 3px !important; }
	
	@media (min-width: 768px) {	
	    #stacks_in_114446 .inner_slice_content {    min-height: 365px;  }
	}
	
	@media (max-width: 768px) {		
		#stacks_in_114446 .hype_bg-20, #stacks_in_114446 .hype_bg-20-grad {	 }				
		#stacks_in_114446 .hype_line_20 path, #stacks_in_114446 .hype_line_corner1 path, #stacks_in_114446 .hype_line_corner2 path, #stacks_in_114446 .hype_line_corner3 path, #stacks_in_114446 .hype_line_corner4 path, #stacks_in_114446 .hype_line_corner5 path, #stacks_in_114446 .hype_line_corner6 path, #stacks_in_114446 .hype_line_corner7 path, #stacks_in_114446 .hype_line_corner8 path, #stacks_in_114446 .hype_line_corner9 path, #stacks_in_114446 .hype_line_corner10 path {  }			
		#stacks_in_114446 .hype_line_corner2, #stacks_in_114446 .hype_line_corner3, #stacks_in_114446 .hype_line_corner4, #stacks_in_114446 .hype_line_corner5, #stacks_in_114446 .hype_line_corner6, #stacks_in_114446 .hype_line_corner7, #stacks_in_114446 .hype_line_corner8, #stacks_in_114446 .hype_line_corner9 path, #stacks_in_114446 .hype_line_corner10 path {  }	
		#stacks_in_114446 .hype_line_corner1 {  }	
		#stacks_in_114446 .inner_slice_content {   padding: 40px; 	 }	
	}
	
	#stacks_in_114446 .hype_line_corner1 path, #stacks_in_114446 .hype_line_corner2 path, #stacks_in_114446 .hype_line_corner3 path, #stacks_in_114446 .hype_line_corner4 path, #stacks_in_114446 .hype_line_corner5 path, #stacks_in_114446 .hype_line_corner6 path, #stacks_in_114446 .hype_line_corner7 path, #stacks_in_114446 .hype_line_corner8 path, #stacks_in_114446 .hype_line_corner9 path, #stacks_in_114446 .hype_line_corner10 path {	 	
		 
		 	
	}
	#stacks_in_114446 .hype_line_20, #stacks_in_114446 .hype_line_20 path {
	
	}	
	


#stacks_in_114446 .trigger-19 { opacity: 0 !important; 
	
	 margin-top: -450px !important;  
	}
	#stacks_in_114446 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */#stacks_in_114458>.s3_row {
	margin: 0 -10px;
}

#stacks_in_114458>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_114458>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_114458>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {


	#stacks_in_114458>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_114458>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}



@media only screen and (max-width: 400px) {



}






#stacks_in_114465 {
	padding: 55px 0px 0px 0px;
}

#stacks_out_114465 {
	width: 150px;
}

#stacks_in_114261 {
	padding: 17px 0px 0px 0px;
}

#stacks_out_114261 {
	width: 180px;
}

#stacks_in_114264 {
	padding: 23px 0px 25px 0px;
}

#stacks_in_114290 {
	padding: 40px 0px 0px 0px;
}

#stacks_out_114290 {
	width: 150px;
}

#stacks_out_114286 {
	width: 120px;
}

#stacks_in_114287 {
	padding: 8px 0px 0px 0px;
}

#stacks_in_114846 {
	padding: 30px 0px 0px 0px;
}

#stacks_out_114846 {
	width: 250px;
}
/* -- Start EACH CSS Template -- */






	#stacks_in_114865 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_114865 .HYPE_document { overflow: auto;  pointer-events: none !important; direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important; }
	
	#stacks_in_114865 .hype_bg-20, #stacks_in_114865 .hype_bg-20-grad { position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 1300px; border-radius: 5px;  -webkit-border-radius: 5px; }
	
	#stacks_in_114865 .hype_bg-20-grad { display: none; 
	    
			}
	#stacks_in_114865 .hype_bg-20 {  
	   	
	  
	   background-color: rgba(27, 32, 37, 1.00) !important; background-image:none!important;  	
	     
	  background-size: cover !important; pointer-events: none;
		background-position: 50% 50%; opacity: 1; }
	
	@media screen and (max-width: 770px) { #stacks_in_114865 .hype_bg-20 {  } } 
	
	/* fixed desktop only */
	@media (max-width: 480px) { #stacks_in_114865 .hype_bg-20  { background-attachment: scroll !important; } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_114865 .hype_bg-20  {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  #stacks_in_114865 .hype_bg-20 { background-attachment: fixed !important; }  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_114865 .hype_bg-20 { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114865 .hype_bg-20  { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114865 .hype_bg-20  { background-attachment: scroll !important; } }
	
	#stacks_in_114865_default20_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_114865 .wrapper-20 {margin-right: auto; margin-left: auto; max-width: 1300px; }
	
	#stacks_in_114865 .inner_slice_content { padding: 60px;  min-height: 120px; margin: 0; pointer-events: auto; }
	
	#stacks_in_114865 .hype_line_20 path, #stacks_in_114865 .hype_line_corner1 path, #stacks_in_114865 .hype_line_corner2 path, #stacks_in_114865 .hype_line_corner3 path, #stacks_in_114865 .hype_line_corner4 path, #stacks_in_114865 .hype_line_corner5 path, #stacks_in_114865 .hype_line_corner6 path, #stacks_in_114865 .hype_line_corner7 path, #stacks_in_114865 .hype_line_corner8 path, #stacks_in_114865 .hype_line_corner9 path, #stacks_in_114865 .hype_line_corner10 path { stroke: #263E57 !important; stroke-linecap: round !important; 
	 -webkit-animation: fade-border-css 0.1s  ease-in-out both; animation: fade-border-css 0.1s  ease-in-out both;  }
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	@-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_114865 .hype_line_20 path, #stacks_in_114865 .hype_line_corner1 path, #stacks_in_114865 .hype_line_corner2 path, #stacks_in_114865 .hype_line_corner3 path, #stacks_in_114865 .hype_line_corner4 path, #stacks_in_114865 .hype_line_corner5 path, #stacks_in_114865 .hype_line_corner6 path, #stacks_in_114865 .hype_line_corner7 path, #stacks_in_114865 .hype_line_corner8 path, #stacks_in_114865 .hype_line_corner9 path, #stacks_in_114865 .hype_line_corner10 path { stroke-width: 3px !important; }
	
	@media (min-width: 768px) {	
	    #stacks_in_114865 .inner_slice_content {    min-height: 365px;  }
	}
	
	@media (max-width: 768px) {		
		#stacks_in_114865 .hype_bg-20, #stacks_in_114865 .hype_bg-20-grad {	 }				
		#stacks_in_114865 .hype_line_20 path, #stacks_in_114865 .hype_line_corner1 path, #stacks_in_114865 .hype_line_corner2 path, #stacks_in_114865 .hype_line_corner3 path, #stacks_in_114865 .hype_line_corner4 path, #stacks_in_114865 .hype_line_corner5 path, #stacks_in_114865 .hype_line_corner6 path, #stacks_in_114865 .hype_line_corner7 path, #stacks_in_114865 .hype_line_corner8 path, #stacks_in_114865 .hype_line_corner9 path, #stacks_in_114865 .hype_line_corner10 path {  }			
		#stacks_in_114865 .hype_line_corner2, #stacks_in_114865 .hype_line_corner3, #stacks_in_114865 .hype_line_corner4, #stacks_in_114865 .hype_line_corner5, #stacks_in_114865 .hype_line_corner6, #stacks_in_114865 .hype_line_corner7, #stacks_in_114865 .hype_line_corner8, #stacks_in_114865 .hype_line_corner9 path, #stacks_in_114865 .hype_line_corner10 path {  }	
		#stacks_in_114865 .hype_line_corner1 {  }	
		#stacks_in_114865 .inner_slice_content {   padding: 40px; 	 }	
	}
	
	#stacks_in_114865 .hype_line_corner1 path, #stacks_in_114865 .hype_line_corner2 path, #stacks_in_114865 .hype_line_corner3 path, #stacks_in_114865 .hype_line_corner4 path, #stacks_in_114865 .hype_line_corner5 path, #stacks_in_114865 .hype_line_corner6 path, #stacks_in_114865 .hype_line_corner7 path, #stacks_in_114865 .hype_line_corner8 path, #stacks_in_114865 .hype_line_corner9 path, #stacks_in_114865 .hype_line_corner10 path {	 	
		 
		 	
	}
	#stacks_in_114865 .hype_line_20, #stacks_in_114865 .hype_line_20 path {
	
	}	
	


#stacks_in_114865 .trigger-19 { opacity: 0 !important; 
	
	 margin-top: -450px !important;  
	}
	#stacks_in_114865 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */#stacks_in_114744>.s3_row {
	margin: 0 -17px;
}

#stacks_in_114744>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_114744>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_114744>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_114744>.s3_row>.s3_column {
	padding: 0 17px;
}








@media only screen and (max-width: 770px) {


	#stacks_in_114744>.s3_row  {
		margin: -17px 0;
	}
	#stacks_in_114744>.s3_row>.s3_column {
		padding: 17px 0;
		width:100%;
	}


}



@media only screen and (max-width: 400px) {



}



/* -- Start EACH CSS Template -- */






	#stacks_in_114756 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_114756 .HYPE_document { overflow: auto;  pointer-events: none !important; direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important; }
	
	#stacks_in_114756 .hype_bg-20, #stacks_in_114756 .hype_bg-20-grad { position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 350px; border-radius: 27px;  -webkit-border-radius: 27px; }
	
	#stacks_in_114756 .hype_bg-20-grad { display: none; 
	    
			}
	#stacks_in_114756 .hype_bg-20 {  
	   	
	  
	   	
	   background-image:none; background-color: transparent;     
	  background-size: cover !important;
		background-position: 50% 50%; opacity: 1; }
	
	@media screen and (max-width: 770px) { #stacks_in_114756 .hype_bg-20 {  } } 
	
	/* fixed desktop only */
	@media (max-width: 480px) { #stacks_in_114756 .hype_bg-20  { background-attachment: scroll !important; } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_114756 .hype_bg-20  {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_114756 .hype_bg-20 { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114756 .hype_bg-20  { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114756 .hype_bg-20  { background-attachment: scroll !important; } }
	
	#stacks_in_114756_default20_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_114756 .wrapper-20 {margin-right: auto; margin-left: auto; max-width: 350px; }
	
	#stacks_in_114756 .inner_slice_content { padding: 60px;  min-height: 120px; margin: 0; pointer-events: auto; }
	
	#stacks_in_114756 .hype_line_20 path, #stacks_in_114756 .hype_line_corner1 path, #stacks_in_114756 .hype_line_corner2 path, #stacks_in_114756 .hype_line_corner3 path, #stacks_in_114756 .hype_line_corner4 path, #stacks_in_114756 .hype_line_corner5 path, #stacks_in_114756 .hype_line_corner6 path, #stacks_in_114756 .hype_line_corner7 path, #stacks_in_114756 .hype_line_corner8 path, #stacks_in_114756 .hype_line_corner9 path, #stacks_in_114756 .hype_line_corner10 path { stroke: #263E57 !important; stroke-linecap: round !important; 
	 -webkit-animation: fade-border-css 0.1s  ease-in-out both; animation: fade-border-css 0.1s  ease-in-out both;  }
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	@-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_114756 .hype_line_20 path, #stacks_in_114756 .hype_line_corner1 path, #stacks_in_114756 .hype_line_corner2 path, #stacks_in_114756 .hype_line_corner3 path, #stacks_in_114756 .hype_line_corner4 path, #stacks_in_114756 .hype_line_corner5 path, #stacks_in_114756 .hype_line_corner6 path, #stacks_in_114756 .hype_line_corner7 path, #stacks_in_114756 .hype_line_corner8 path, #stacks_in_114756 .hype_line_corner9 path, #stacks_in_114756 .hype_line_corner10 path { stroke-width: 4px !important; }
	
	@media (min-width: 768px) {	
	    #stacks_in_114756 .inner_slice_content {    min-height: 170px;  }
	}
	
	@media (max-width: 768px) {		
		#stacks_in_114756 .hype_bg-20, #stacks_in_114756 .hype_bg-20-grad {	 }				
		#stacks_in_114756 .hype_line_20 path, #stacks_in_114756 .hype_line_corner1 path, #stacks_in_114756 .hype_line_corner2 path, #stacks_in_114756 .hype_line_corner3 path, #stacks_in_114756 .hype_line_corner4 path, #stacks_in_114756 .hype_line_corner5 path, #stacks_in_114756 .hype_line_corner6 path, #stacks_in_114756 .hype_line_corner7 path, #stacks_in_114756 .hype_line_corner8 path, #stacks_in_114756 .hype_line_corner9 path, #stacks_in_114756 .hype_line_corner10 path {  stroke-width: 3px !important;  }			
		#stacks_in_114756 .hype_line_corner2, #stacks_in_114756 .hype_line_corner3, #stacks_in_114756 .hype_line_corner4, #stacks_in_114756 .hype_line_corner5, #stacks_in_114756 .hype_line_corner6, #stacks_in_114756 .hype_line_corner7, #stacks_in_114756 .hype_line_corner8, #stacks_in_114756 .hype_line_corner9 path, #stacks_in_114756 .hype_line_corner10 path {  }	
		#stacks_in_114756 .hype_line_corner1 {  }	
		#stacks_in_114756 .inner_slice_content {  	 }	
	}
	
	#stacks_in_114756 .hype_line_corner1 path, #stacks_in_114756 .hype_line_corner2 path, #stacks_in_114756 .hype_line_corner3 path, #stacks_in_114756 .hype_line_corner4 path, #stacks_in_114756 .hype_line_corner5 path, #stacks_in_114756 .hype_line_corner6 path, #stacks_in_114756 .hype_line_corner7 path, #stacks_in_114756 .hype_line_corner8 path, #stacks_in_114756 .hype_line_corner9 path, #stacks_in_114756 .hype_line_corner10 path {	 	
		 
		 	
	}
	#stacks_in_114756 .hype_line_20, #stacks_in_114756 .hype_line_20 path {
	
	}	
	


#stacks_in_114756 .trigger-19 { opacity: 0 !important; 
	
	 margin-top: -450px !important;  
	}
	#stacks_in_114756 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */
#stacks_in_114757 {
	margin: 15px 0px 0px 0px;
}
/* -- Start EACH CSS Template -- */






	#stacks_in_114751 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_114751 .HYPE_document { overflow: auto;  pointer-events: none !important; direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important; }
	
	#stacks_in_114751 .hype_bg-20, #stacks_in_114751 .hype_bg-20-grad { position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 350px; border-radius: 27px;  -webkit-border-radius: 27px; }
	
	#stacks_in_114751 .hype_bg-20-grad { display: none; 
	    
			}
	#stacks_in_114751 .hype_bg-20 {  
	   	
	  
	   	
	   background-image:none; background-color: transparent;     
	  background-size: cover !important;
		background-position: 50% 50%; opacity: 1; }
	
	@media screen and (max-width: 770px) { #stacks_in_114751 .hype_bg-20 {  } } 
	
	/* fixed desktop only */
	@media (max-width: 480px) { #stacks_in_114751 .hype_bg-20  { background-attachment: scroll !important; } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_114751 .hype_bg-20  {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_114751 .hype_bg-20 { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114751 .hype_bg-20  { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114751 .hype_bg-20  { background-attachment: scroll !important; } }
	
	#stacks_in_114751_default20_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_114751 .wrapper-20 {margin-right: auto; margin-left: auto; max-width: 350px; }
	
	#stacks_in_114751 .inner_slice_content { padding: 60px;  min-height: 120px; margin: 0; pointer-events: auto; }
	
	#stacks_in_114751 .hype_line_20 path, #stacks_in_114751 .hype_line_corner1 path, #stacks_in_114751 .hype_line_corner2 path, #stacks_in_114751 .hype_line_corner3 path, #stacks_in_114751 .hype_line_corner4 path, #stacks_in_114751 .hype_line_corner5 path, #stacks_in_114751 .hype_line_corner6 path, #stacks_in_114751 .hype_line_corner7 path, #stacks_in_114751 .hype_line_corner8 path, #stacks_in_114751 .hype_line_corner9 path, #stacks_in_114751 .hype_line_corner10 path { stroke: #263E57 !important; stroke-linecap: round !important; 
	 -webkit-animation: fade-border-css 0.1s  ease-in-out both; animation: fade-border-css 0.1s  ease-in-out both;  }
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	@-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_114751 .hype_line_20 path, #stacks_in_114751 .hype_line_corner1 path, #stacks_in_114751 .hype_line_corner2 path, #stacks_in_114751 .hype_line_corner3 path, #stacks_in_114751 .hype_line_corner4 path, #stacks_in_114751 .hype_line_corner5 path, #stacks_in_114751 .hype_line_corner6 path, #stacks_in_114751 .hype_line_corner7 path, #stacks_in_114751 .hype_line_corner8 path, #stacks_in_114751 .hype_line_corner9 path, #stacks_in_114751 .hype_line_corner10 path { stroke-width: 4px !important; }
	
	@media (min-width: 768px) {	
	    #stacks_in_114751 .inner_slice_content {    min-height: 170px;  }
	}
	
	@media (max-width: 768px) {		
		#stacks_in_114751 .hype_bg-20, #stacks_in_114751 .hype_bg-20-grad {	 }				
		#stacks_in_114751 .hype_line_20 path, #stacks_in_114751 .hype_line_corner1 path, #stacks_in_114751 .hype_line_corner2 path, #stacks_in_114751 .hype_line_corner3 path, #stacks_in_114751 .hype_line_corner4 path, #stacks_in_114751 .hype_line_corner5 path, #stacks_in_114751 .hype_line_corner6 path, #stacks_in_114751 .hype_line_corner7 path, #stacks_in_114751 .hype_line_corner8 path, #stacks_in_114751 .hype_line_corner9 path, #stacks_in_114751 .hype_line_corner10 path {  stroke-width: 3px !important;  }			
		#stacks_in_114751 .hype_line_corner2, #stacks_in_114751 .hype_line_corner3, #stacks_in_114751 .hype_line_corner4, #stacks_in_114751 .hype_line_corner5, #stacks_in_114751 .hype_line_corner6, #stacks_in_114751 .hype_line_corner7, #stacks_in_114751 .hype_line_corner8, #stacks_in_114751 .hype_line_corner9 path, #stacks_in_114751 .hype_line_corner10 path {  }	
		#stacks_in_114751 .hype_line_corner1 {  }	
		#stacks_in_114751 .inner_slice_content {  	 }	
	}
	
	#stacks_in_114751 .hype_line_corner1 path, #stacks_in_114751 .hype_line_corner2 path, #stacks_in_114751 .hype_line_corner3 path, #stacks_in_114751 .hype_line_corner4 path, #stacks_in_114751 .hype_line_corner5 path, #stacks_in_114751 .hype_line_corner6 path, #stacks_in_114751 .hype_line_corner7 path, #stacks_in_114751 .hype_line_corner8 path, #stacks_in_114751 .hype_line_corner9 path, #stacks_in_114751 .hype_line_corner10 path {	 	
		 
		 	
	}
	#stacks_in_114751 .hype_line_20, #stacks_in_114751 .hype_line_20 path {
	
	}	
	


#stacks_in_114751 .trigger-19 { opacity: 0 !important; 
	
	 margin-top: -450px !important;  
	}
	#stacks_in_114751 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */
#stacks_in_114752 {
	margin: 15px 0px 0px 0px;
}
/* -- Start EACH CSS Template -- */






	#stacks_in_114746 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_114746 .HYPE_document { overflow: auto;  pointer-events: none !important; direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important; }
	
	#stacks_in_114746 .hype_bg-20, #stacks_in_114746 .hype_bg-20-grad { position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 350px; border-radius: 27px;  -webkit-border-radius: 27px; }
	
	#stacks_in_114746 .hype_bg-20-grad { display: none; 
	    
			}
	#stacks_in_114746 .hype_bg-20 {  
	   	
	  
	   	
	   background-image:none; background-color: transparent;     
	  background-size: cover !important;
		background-position: 50% 50%; opacity: 1; }
	
	@media screen and (max-width: 770px) { #stacks_in_114746 .hype_bg-20 {  } } 
	
	/* fixed desktop only */
	@media (max-width: 480px) { #stacks_in_114746 .hype_bg-20  { background-attachment: scroll !important; } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_114746 .hype_bg-20  {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_114746 .hype_bg-20 { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114746 .hype_bg-20  { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114746 .hype_bg-20  { background-attachment: scroll !important; } }
	
	#stacks_in_114746_default20_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_114746 .wrapper-20 {margin-right: auto; margin-left: auto; max-width: 350px; }
	
	#stacks_in_114746 .inner_slice_content { padding: 60px;  min-height: 120px; margin: 0; pointer-events: auto; }
	
	#stacks_in_114746 .hype_line_20 path, #stacks_in_114746 .hype_line_corner1 path, #stacks_in_114746 .hype_line_corner2 path, #stacks_in_114746 .hype_line_corner3 path, #stacks_in_114746 .hype_line_corner4 path, #stacks_in_114746 .hype_line_corner5 path, #stacks_in_114746 .hype_line_corner6 path, #stacks_in_114746 .hype_line_corner7 path, #stacks_in_114746 .hype_line_corner8 path, #stacks_in_114746 .hype_line_corner9 path, #stacks_in_114746 .hype_line_corner10 path { stroke: #263E57 !important; stroke-linecap: round !important; 
	 -webkit-animation: fade-border-css 0.1s  ease-in-out both; animation: fade-border-css 0.1s  ease-in-out both;  }
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	@-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_114746 .hype_line_20 path, #stacks_in_114746 .hype_line_corner1 path, #stacks_in_114746 .hype_line_corner2 path, #stacks_in_114746 .hype_line_corner3 path, #stacks_in_114746 .hype_line_corner4 path, #stacks_in_114746 .hype_line_corner5 path, #stacks_in_114746 .hype_line_corner6 path, #stacks_in_114746 .hype_line_corner7 path, #stacks_in_114746 .hype_line_corner8 path, #stacks_in_114746 .hype_line_corner9 path, #stacks_in_114746 .hype_line_corner10 path { stroke-width: 4px !important; }
	
	@media (min-width: 768px) {	
	    #stacks_in_114746 .inner_slice_content {    min-height: 170px;  }
	}
	
	@media (max-width: 768px) {		
		#stacks_in_114746 .hype_bg-20, #stacks_in_114746 .hype_bg-20-grad {	 }				
		#stacks_in_114746 .hype_line_20 path, #stacks_in_114746 .hype_line_corner1 path, #stacks_in_114746 .hype_line_corner2 path, #stacks_in_114746 .hype_line_corner3 path, #stacks_in_114746 .hype_line_corner4 path, #stacks_in_114746 .hype_line_corner5 path, #stacks_in_114746 .hype_line_corner6 path, #stacks_in_114746 .hype_line_corner7 path, #stacks_in_114746 .hype_line_corner8 path, #stacks_in_114746 .hype_line_corner9 path, #stacks_in_114746 .hype_line_corner10 path {  stroke-width: 3px !important;  }			
		#stacks_in_114746 .hype_line_corner2, #stacks_in_114746 .hype_line_corner3, #stacks_in_114746 .hype_line_corner4, #stacks_in_114746 .hype_line_corner5, #stacks_in_114746 .hype_line_corner6, #stacks_in_114746 .hype_line_corner7, #stacks_in_114746 .hype_line_corner8, #stacks_in_114746 .hype_line_corner9 path, #stacks_in_114746 .hype_line_corner10 path {  }	
		#stacks_in_114746 .hype_line_corner1 {  }	
		#stacks_in_114746 .inner_slice_content {  	 }	
	}
	
	#stacks_in_114746 .hype_line_corner1 path, #stacks_in_114746 .hype_line_corner2 path, #stacks_in_114746 .hype_line_corner3 path, #stacks_in_114746 .hype_line_corner4 path, #stacks_in_114746 .hype_line_corner5 path, #stacks_in_114746 .hype_line_corner6 path, #stacks_in_114746 .hype_line_corner7 path, #stacks_in_114746 .hype_line_corner8 path, #stacks_in_114746 .hype_line_corner9 path, #stacks_in_114746 .hype_line_corner10 path {	 	
		 
		 	
	}
	#stacks_in_114746 .hype_line_20, #stacks_in_114746 .hype_line_20 path {
	
	}	
	


#stacks_in_114746 .trigger-19 { opacity: 0 !important; 
	
	 margin-top: -450px !important;  
	}
	#stacks_in_114746 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */
#stacks_in_114747 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_114761>.s3_row {
	margin: 0 -17px;
}

#stacks_in_114761>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_114761>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_114761>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_114761>.s3_row>.s3_column {
	padding: 0 17px;
}








@media only screen and (max-width: 770px) {


	#stacks_in_114761>.s3_row  {
		margin: -17px 0;
	}
	#stacks_in_114761>.s3_row>.s3_column {
		padding: 17px 0;
		width:100%;
	}


}



@media only screen and (max-width: 400px) {



}




#stacks_in_114761 {
	margin: 30px 0px 0px 0px;
}
/* -- Start EACH CSS Template -- */






	#stacks_in_114772 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_114772 .HYPE_document { overflow: auto;  pointer-events: none !important; direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important; }
	
	#stacks_in_114772 .hype_bg-20, #stacks_in_114772 .hype_bg-20-grad { position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 350px; border-radius: 27px;  -webkit-border-radius: 27px; }
	
	#stacks_in_114772 .hype_bg-20-grad { display: none; 
	    
			}
	#stacks_in_114772 .hype_bg-20 {  
	   	
	  
	   	
	   background-image:none; background-color: transparent;     
	  background-size: cover !important;
		background-position: 50% 50%; opacity: 1; }
	
	@media screen and (max-width: 770px) { #stacks_in_114772 .hype_bg-20 {  } } 
	
	/* fixed desktop only */
	@media (max-width: 480px) { #stacks_in_114772 .hype_bg-20  { background-attachment: scroll !important; } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_114772 .hype_bg-20  {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_114772 .hype_bg-20 { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114772 .hype_bg-20  { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114772 .hype_bg-20  { background-attachment: scroll !important; } }
	
	#stacks_in_114772_default20_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_114772 .wrapper-20 {margin-right: auto; margin-left: auto; max-width: 350px; }
	
	#stacks_in_114772 .inner_slice_content { padding: 60px;  min-height: 120px; margin: 0; pointer-events: auto; }
	
	#stacks_in_114772 .hype_line_20 path, #stacks_in_114772 .hype_line_corner1 path, #stacks_in_114772 .hype_line_corner2 path, #stacks_in_114772 .hype_line_corner3 path, #stacks_in_114772 .hype_line_corner4 path, #stacks_in_114772 .hype_line_corner5 path, #stacks_in_114772 .hype_line_corner6 path, #stacks_in_114772 .hype_line_corner7 path, #stacks_in_114772 .hype_line_corner8 path, #stacks_in_114772 .hype_line_corner9 path, #stacks_in_114772 .hype_line_corner10 path { stroke: #263E57 !important; stroke-linecap: round !important; 
	 -webkit-animation: fade-border-css 0.1s  ease-in-out both; animation: fade-border-css 0.1s  ease-in-out both;  }
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	@-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_114772 .hype_line_20 path, #stacks_in_114772 .hype_line_corner1 path, #stacks_in_114772 .hype_line_corner2 path, #stacks_in_114772 .hype_line_corner3 path, #stacks_in_114772 .hype_line_corner4 path, #stacks_in_114772 .hype_line_corner5 path, #stacks_in_114772 .hype_line_corner6 path, #stacks_in_114772 .hype_line_corner7 path, #stacks_in_114772 .hype_line_corner8 path, #stacks_in_114772 .hype_line_corner9 path, #stacks_in_114772 .hype_line_corner10 path { stroke-width: 4px !important; }
	
	@media (min-width: 768px) {	
	    #stacks_in_114772 .inner_slice_content {    min-height: 170px;  }
	}
	
	@media (max-width: 768px) {		
		#stacks_in_114772 .hype_bg-20, #stacks_in_114772 .hype_bg-20-grad {	 }				
		#stacks_in_114772 .hype_line_20 path, #stacks_in_114772 .hype_line_corner1 path, #stacks_in_114772 .hype_line_corner2 path, #stacks_in_114772 .hype_line_corner3 path, #stacks_in_114772 .hype_line_corner4 path, #stacks_in_114772 .hype_line_corner5 path, #stacks_in_114772 .hype_line_corner6 path, #stacks_in_114772 .hype_line_corner7 path, #stacks_in_114772 .hype_line_corner8 path, #stacks_in_114772 .hype_line_corner9 path, #stacks_in_114772 .hype_line_corner10 path {  stroke-width: 3px !important;  }			
		#stacks_in_114772 .hype_line_corner2, #stacks_in_114772 .hype_line_corner3, #stacks_in_114772 .hype_line_corner4, #stacks_in_114772 .hype_line_corner5, #stacks_in_114772 .hype_line_corner6, #stacks_in_114772 .hype_line_corner7, #stacks_in_114772 .hype_line_corner8, #stacks_in_114772 .hype_line_corner9 path, #stacks_in_114772 .hype_line_corner10 path {  }	
		#stacks_in_114772 .hype_line_corner1 {  }	
		#stacks_in_114772 .inner_slice_content {  	 }	
	}
	
	#stacks_in_114772 .hype_line_corner1 path, #stacks_in_114772 .hype_line_corner2 path, #stacks_in_114772 .hype_line_corner3 path, #stacks_in_114772 .hype_line_corner4 path, #stacks_in_114772 .hype_line_corner5 path, #stacks_in_114772 .hype_line_corner6 path, #stacks_in_114772 .hype_line_corner7 path, #stacks_in_114772 .hype_line_corner8 path, #stacks_in_114772 .hype_line_corner9 path, #stacks_in_114772 .hype_line_corner10 path {	 	
		 
		 	
	}
	#stacks_in_114772 .hype_line_20, #stacks_in_114772 .hype_line_20 path {
	
	}	
	


#stacks_in_114772 .trigger-19 { opacity: 0 !important; 
	
	 margin-top: -450px !important;  
	}
	#stacks_in_114772 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */
#stacks_in_114773 {
	margin: 15px 0px 0px 0px;
}
/* -- Start EACH CSS Template -- */






	#stacks_in_114767 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_114767 .HYPE_document { overflow: auto;  pointer-events: none !important; direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important; }
	
	#stacks_in_114767 .hype_bg-20, #stacks_in_114767 .hype_bg-20-grad { position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 350px; border-radius: 27px;  -webkit-border-radius: 27px; }
	
	#stacks_in_114767 .hype_bg-20-grad { display: none; 
	    
			}
	#stacks_in_114767 .hype_bg-20 {  
	   	
	  
	   	
	   background-image:none; background-color: transparent;     
	  background-size: cover !important;
		background-position: 50% 50%; opacity: 1; }
	
	@media screen and (max-width: 770px) { #stacks_in_114767 .hype_bg-20 {  } } 
	
	/* fixed desktop only */
	@media (max-width: 480px) { #stacks_in_114767 .hype_bg-20  { background-attachment: scroll !important; } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_114767 .hype_bg-20  {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_114767 .hype_bg-20 { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114767 .hype_bg-20  { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114767 .hype_bg-20  { background-attachment: scroll !important; } }
	
	#stacks_in_114767_default20_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_114767 .wrapper-20 {margin-right: auto; margin-left: auto; max-width: 350px; }
	
	#stacks_in_114767 .inner_slice_content { padding: 60px;  min-height: 120px; margin: 0; pointer-events: auto; }
	
	#stacks_in_114767 .hype_line_20 path, #stacks_in_114767 .hype_line_corner1 path, #stacks_in_114767 .hype_line_corner2 path, #stacks_in_114767 .hype_line_corner3 path, #stacks_in_114767 .hype_line_corner4 path, #stacks_in_114767 .hype_line_corner5 path, #stacks_in_114767 .hype_line_corner6 path, #stacks_in_114767 .hype_line_corner7 path, #stacks_in_114767 .hype_line_corner8 path, #stacks_in_114767 .hype_line_corner9 path, #stacks_in_114767 .hype_line_corner10 path { stroke: #263E57 !important; stroke-linecap: round !important; 
	 -webkit-animation: fade-border-css 0.1s  ease-in-out both; animation: fade-border-css 0.1s  ease-in-out both;  }
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	@-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_114767 .hype_line_20 path, #stacks_in_114767 .hype_line_corner1 path, #stacks_in_114767 .hype_line_corner2 path, #stacks_in_114767 .hype_line_corner3 path, #stacks_in_114767 .hype_line_corner4 path, #stacks_in_114767 .hype_line_corner5 path, #stacks_in_114767 .hype_line_corner6 path, #stacks_in_114767 .hype_line_corner7 path, #stacks_in_114767 .hype_line_corner8 path, #stacks_in_114767 .hype_line_corner9 path, #stacks_in_114767 .hype_line_corner10 path { stroke-width: 4px !important; }
	
	@media (min-width: 768px) {	
	    #stacks_in_114767 .inner_slice_content {    min-height: 170px;  }
	}
	
	@media (max-width: 768px) {		
		#stacks_in_114767 .hype_bg-20, #stacks_in_114767 .hype_bg-20-grad {	 }				
		#stacks_in_114767 .hype_line_20 path, #stacks_in_114767 .hype_line_corner1 path, #stacks_in_114767 .hype_line_corner2 path, #stacks_in_114767 .hype_line_corner3 path, #stacks_in_114767 .hype_line_corner4 path, #stacks_in_114767 .hype_line_corner5 path, #stacks_in_114767 .hype_line_corner6 path, #stacks_in_114767 .hype_line_corner7 path, #stacks_in_114767 .hype_line_corner8 path, #stacks_in_114767 .hype_line_corner9 path, #stacks_in_114767 .hype_line_corner10 path {  stroke-width: 3px !important;  }			
		#stacks_in_114767 .hype_line_corner2, #stacks_in_114767 .hype_line_corner3, #stacks_in_114767 .hype_line_corner4, #stacks_in_114767 .hype_line_corner5, #stacks_in_114767 .hype_line_corner6, #stacks_in_114767 .hype_line_corner7, #stacks_in_114767 .hype_line_corner8, #stacks_in_114767 .hype_line_corner9 path, #stacks_in_114767 .hype_line_corner10 path {  }	
		#stacks_in_114767 .hype_line_corner1 {  }	
		#stacks_in_114767 .inner_slice_content {  	 }	
	}
	
	#stacks_in_114767 .hype_line_corner1 path, #stacks_in_114767 .hype_line_corner2 path, #stacks_in_114767 .hype_line_corner3 path, #stacks_in_114767 .hype_line_corner4 path, #stacks_in_114767 .hype_line_corner5 path, #stacks_in_114767 .hype_line_corner6 path, #stacks_in_114767 .hype_line_corner7 path, #stacks_in_114767 .hype_line_corner8 path, #stacks_in_114767 .hype_line_corner9 path, #stacks_in_114767 .hype_line_corner10 path {	 	
		 
		 	
	}
	#stacks_in_114767 .hype_line_20, #stacks_in_114767 .hype_line_20 path {
	
	}	
	


#stacks_in_114767 .trigger-19 { opacity: 0 !important; 
	
	 margin-top: -450px !important;  
	}
	#stacks_in_114767 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */
#stacks_in_114768 {
	margin: 15px 0px 0px 0px;
}
/* -- Start EACH CSS Template -- */






	#stacks_in_114762 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_114762 .HYPE_document { overflow: auto;  pointer-events: none !important; direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important; }
	
	#stacks_in_114762 .hype_bg-20, #stacks_in_114762 .hype_bg-20-grad { position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 350px; border-radius: 27px;  -webkit-border-radius: 27px; }
	
	#stacks_in_114762 .hype_bg-20-grad { display: none; 
	    
			}
	#stacks_in_114762 .hype_bg-20 {  
	   	
	  
	   	
	   background-image:none; background-color: transparent;     
	  background-size: cover !important;
		background-position: 50% 50%; opacity: 1; }
	
	@media screen and (max-width: 770px) { #stacks_in_114762 .hype_bg-20 {  } } 
	
	/* fixed desktop only */
	@media (max-width: 480px) { #stacks_in_114762 .hype_bg-20  { background-attachment: scroll !important; } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_114762 .hype_bg-20  {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_114762 .hype_bg-20 { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114762 .hype_bg-20  { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114762 .hype_bg-20  { background-attachment: scroll !important; } }
	
	#stacks_in_114762_default20_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_114762 .wrapper-20 {margin-right: auto; margin-left: auto; max-width: 350px; }
	
	#stacks_in_114762 .inner_slice_content { padding: 60px;  min-height: 120px; margin: 0; pointer-events: auto; }
	
	#stacks_in_114762 .hype_line_20 path, #stacks_in_114762 .hype_line_corner1 path, #stacks_in_114762 .hype_line_corner2 path, #stacks_in_114762 .hype_line_corner3 path, #stacks_in_114762 .hype_line_corner4 path, #stacks_in_114762 .hype_line_corner5 path, #stacks_in_114762 .hype_line_corner6 path, #stacks_in_114762 .hype_line_corner7 path, #stacks_in_114762 .hype_line_corner8 path, #stacks_in_114762 .hype_line_corner9 path, #stacks_in_114762 .hype_line_corner10 path { stroke: #263E57 !important; stroke-linecap: round !important; 
	 -webkit-animation: fade-border-css 0.1s  ease-in-out both; animation: fade-border-css 0.1s  ease-in-out both;  }
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	@-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_114762 .hype_line_20 path, #stacks_in_114762 .hype_line_corner1 path, #stacks_in_114762 .hype_line_corner2 path, #stacks_in_114762 .hype_line_corner3 path, #stacks_in_114762 .hype_line_corner4 path, #stacks_in_114762 .hype_line_corner5 path, #stacks_in_114762 .hype_line_corner6 path, #stacks_in_114762 .hype_line_corner7 path, #stacks_in_114762 .hype_line_corner8 path, #stacks_in_114762 .hype_line_corner9 path, #stacks_in_114762 .hype_line_corner10 path { stroke-width: 4px !important; }
	
	@media (min-width: 768px) {	
	    #stacks_in_114762 .inner_slice_content {    min-height: 170px;  }
	}
	
	@media (max-width: 768px) {		
		#stacks_in_114762 .hype_bg-20, #stacks_in_114762 .hype_bg-20-grad {	 }				
		#stacks_in_114762 .hype_line_20 path, #stacks_in_114762 .hype_line_corner1 path, #stacks_in_114762 .hype_line_corner2 path, #stacks_in_114762 .hype_line_corner3 path, #stacks_in_114762 .hype_line_corner4 path, #stacks_in_114762 .hype_line_corner5 path, #stacks_in_114762 .hype_line_corner6 path, #stacks_in_114762 .hype_line_corner7 path, #stacks_in_114762 .hype_line_corner8 path, #stacks_in_114762 .hype_line_corner9 path, #stacks_in_114762 .hype_line_corner10 path {  stroke-width: 3px !important;  }			
		#stacks_in_114762 .hype_line_corner2, #stacks_in_114762 .hype_line_corner3, #stacks_in_114762 .hype_line_corner4, #stacks_in_114762 .hype_line_corner5, #stacks_in_114762 .hype_line_corner6, #stacks_in_114762 .hype_line_corner7, #stacks_in_114762 .hype_line_corner8, #stacks_in_114762 .hype_line_corner9 path, #stacks_in_114762 .hype_line_corner10 path {  }	
		#stacks_in_114762 .hype_line_corner1 {  }	
		#stacks_in_114762 .inner_slice_content {  	 }	
	}
	
	#stacks_in_114762 .hype_line_corner1 path, #stacks_in_114762 .hype_line_corner2 path, #stacks_in_114762 .hype_line_corner3 path, #stacks_in_114762 .hype_line_corner4 path, #stacks_in_114762 .hype_line_corner5 path, #stacks_in_114762 .hype_line_corner6 path, #stacks_in_114762 .hype_line_corner7 path, #stacks_in_114762 .hype_line_corner8 path, #stacks_in_114762 .hype_line_corner9 path, #stacks_in_114762 .hype_line_corner10 path {	 	
		 
		 	
	}
	#stacks_in_114762 .hype_line_20, #stacks_in_114762 .hype_line_20 path {
	
	}	
	


#stacks_in_114762 .trigger-19 { opacity: 0 !important; 
	
	 margin-top: -450px !important;  
	}
	#stacks_in_114762 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */
#stacks_in_114763 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_114777>.s3_row {
	margin: 0 -17px;
}

#stacks_in_114777>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_114777>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_114777>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_114777>.s3_row>.s3_column {
	padding: 0 17px;
}








@media only screen and (max-width: 770px) {


	#stacks_in_114777>.s3_row  {
		margin: -17px 0;
	}
	#stacks_in_114777>.s3_row>.s3_column {
		padding: 17px 0;
		width:100%;
	}


}



@media only screen and (max-width: 400px) {



}




#stacks_in_114777 {
	margin: 30px 0px 0px 0px;
}
/* -- Start EACH CSS Template -- */






	#stacks_in_114788 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_114788 .HYPE_document { overflow: auto;  pointer-events: none !important; direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important; }
	
	#stacks_in_114788 .hype_bg-20, #stacks_in_114788 .hype_bg-20-grad { position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 350px; border-radius: 27px;  -webkit-border-radius: 27px; }
	
	#stacks_in_114788 .hype_bg-20-grad { display: none; 
	    
			}
	#stacks_in_114788 .hype_bg-20 {  
	   	
	  
	   	
	   background-image:none; background-color: transparent;     
	  background-size: cover !important;
		background-position: 50% 50%; opacity: 1; }
	
	@media screen and (max-width: 770px) { #stacks_in_114788 .hype_bg-20 {  } } 
	
	/* fixed desktop only */
	@media (max-width: 480px) { #stacks_in_114788 .hype_bg-20  { background-attachment: scroll !important; } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_114788 .hype_bg-20  {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_114788 .hype_bg-20 { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114788 .hype_bg-20  { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114788 .hype_bg-20  { background-attachment: scroll !important; } }
	
	#stacks_in_114788_default20_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_114788 .wrapper-20 {margin-right: auto; margin-left: auto; max-width: 350px; }
	
	#stacks_in_114788 .inner_slice_content { padding: 60px;  min-height: 120px; margin: 0; pointer-events: auto; }
	
	#stacks_in_114788 .hype_line_20 path, #stacks_in_114788 .hype_line_corner1 path, #stacks_in_114788 .hype_line_corner2 path, #stacks_in_114788 .hype_line_corner3 path, #stacks_in_114788 .hype_line_corner4 path, #stacks_in_114788 .hype_line_corner5 path, #stacks_in_114788 .hype_line_corner6 path, #stacks_in_114788 .hype_line_corner7 path, #stacks_in_114788 .hype_line_corner8 path, #stacks_in_114788 .hype_line_corner9 path, #stacks_in_114788 .hype_line_corner10 path { stroke: #263E57 !important; stroke-linecap: round !important; 
	 -webkit-animation: fade-border-css 0.1s  ease-in-out both; animation: fade-border-css 0.1s  ease-in-out both;  }
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	@-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_114788 .hype_line_20 path, #stacks_in_114788 .hype_line_corner1 path, #stacks_in_114788 .hype_line_corner2 path, #stacks_in_114788 .hype_line_corner3 path, #stacks_in_114788 .hype_line_corner4 path, #stacks_in_114788 .hype_line_corner5 path, #stacks_in_114788 .hype_line_corner6 path, #stacks_in_114788 .hype_line_corner7 path, #stacks_in_114788 .hype_line_corner8 path, #stacks_in_114788 .hype_line_corner9 path, #stacks_in_114788 .hype_line_corner10 path { stroke-width: 4px !important; }
	
	@media (min-width: 768px) {	
	    #stacks_in_114788 .inner_slice_content {    min-height: 170px;  }
	}
	
	@media (max-width: 768px) {		
		#stacks_in_114788 .hype_bg-20, #stacks_in_114788 .hype_bg-20-grad {	 }				
		#stacks_in_114788 .hype_line_20 path, #stacks_in_114788 .hype_line_corner1 path, #stacks_in_114788 .hype_line_corner2 path, #stacks_in_114788 .hype_line_corner3 path, #stacks_in_114788 .hype_line_corner4 path, #stacks_in_114788 .hype_line_corner5 path, #stacks_in_114788 .hype_line_corner6 path, #stacks_in_114788 .hype_line_corner7 path, #stacks_in_114788 .hype_line_corner8 path, #stacks_in_114788 .hype_line_corner9 path, #stacks_in_114788 .hype_line_corner10 path {  stroke-width: 3px !important;  }			
		#stacks_in_114788 .hype_line_corner2, #stacks_in_114788 .hype_line_corner3, #stacks_in_114788 .hype_line_corner4, #stacks_in_114788 .hype_line_corner5, #stacks_in_114788 .hype_line_corner6, #stacks_in_114788 .hype_line_corner7, #stacks_in_114788 .hype_line_corner8, #stacks_in_114788 .hype_line_corner9 path, #stacks_in_114788 .hype_line_corner10 path {  }	
		#stacks_in_114788 .hype_line_corner1 {  }	
		#stacks_in_114788 .inner_slice_content {  	 }	
	}
	
	#stacks_in_114788 .hype_line_corner1 path, #stacks_in_114788 .hype_line_corner2 path, #stacks_in_114788 .hype_line_corner3 path, #stacks_in_114788 .hype_line_corner4 path, #stacks_in_114788 .hype_line_corner5 path, #stacks_in_114788 .hype_line_corner6 path, #stacks_in_114788 .hype_line_corner7 path, #stacks_in_114788 .hype_line_corner8 path, #stacks_in_114788 .hype_line_corner9 path, #stacks_in_114788 .hype_line_corner10 path {	 	
		 
		 	
	}
	#stacks_in_114788 .hype_line_20, #stacks_in_114788 .hype_line_20 path {
	
	}	
	


#stacks_in_114788 .trigger-19 { opacity: 0 !important; 
	
	 margin-top: -450px !important;  
	}
	#stacks_in_114788 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */
#stacks_in_114789 {
	margin: 15px 0px 0px 0px;
}
/* -- Start EACH CSS Template -- */






	#stacks_in_114783 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_114783 .HYPE_document { overflow: auto;  pointer-events: none !important; direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important; }
	
	#stacks_in_114783 .hype_bg-20, #stacks_in_114783 .hype_bg-20-grad { position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 350px; border-radius: 27px;  -webkit-border-radius: 27px; }
	
	#stacks_in_114783 .hype_bg-20-grad { display: none; 
	    
			}
	#stacks_in_114783 .hype_bg-20 {  
	   	
	  
	   	
	   background-image:none; background-color: transparent;     
	  background-size: cover !important;
		background-position: 50% 50%; opacity: 1; }
	
	@media screen and (max-width: 770px) { #stacks_in_114783 .hype_bg-20 {  } } 
	
	/* fixed desktop only */
	@media (max-width: 480px) { #stacks_in_114783 .hype_bg-20  { background-attachment: scroll !important; } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_114783 .hype_bg-20  {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_114783 .hype_bg-20 { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114783 .hype_bg-20  { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114783 .hype_bg-20  { background-attachment: scroll !important; } }
	
	#stacks_in_114783_default20_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_114783 .wrapper-20 {margin-right: auto; margin-left: auto; max-width: 350px; }
	
	#stacks_in_114783 .inner_slice_content { padding: 60px;  min-height: 120px; margin: 0; pointer-events: auto; }
	
	#stacks_in_114783 .hype_line_20 path, #stacks_in_114783 .hype_line_corner1 path, #stacks_in_114783 .hype_line_corner2 path, #stacks_in_114783 .hype_line_corner3 path, #stacks_in_114783 .hype_line_corner4 path, #stacks_in_114783 .hype_line_corner5 path, #stacks_in_114783 .hype_line_corner6 path, #stacks_in_114783 .hype_line_corner7 path, #stacks_in_114783 .hype_line_corner8 path, #stacks_in_114783 .hype_line_corner9 path, #stacks_in_114783 .hype_line_corner10 path { stroke: #263E57 !important; stroke-linecap: round !important; 
	 -webkit-animation: fade-border-css 0.1s  ease-in-out both; animation: fade-border-css 0.1s  ease-in-out both;  }
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	@-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_114783 .hype_line_20 path, #stacks_in_114783 .hype_line_corner1 path, #stacks_in_114783 .hype_line_corner2 path, #stacks_in_114783 .hype_line_corner3 path, #stacks_in_114783 .hype_line_corner4 path, #stacks_in_114783 .hype_line_corner5 path, #stacks_in_114783 .hype_line_corner6 path, #stacks_in_114783 .hype_line_corner7 path, #stacks_in_114783 .hype_line_corner8 path, #stacks_in_114783 .hype_line_corner9 path, #stacks_in_114783 .hype_line_corner10 path { stroke-width: 4px !important; }
	
	@media (min-width: 768px) {	
	    #stacks_in_114783 .inner_slice_content {    min-height: 170px;  }
	}
	
	@media (max-width: 768px) {		
		#stacks_in_114783 .hype_bg-20, #stacks_in_114783 .hype_bg-20-grad {	 }				
		#stacks_in_114783 .hype_line_20 path, #stacks_in_114783 .hype_line_corner1 path, #stacks_in_114783 .hype_line_corner2 path, #stacks_in_114783 .hype_line_corner3 path, #stacks_in_114783 .hype_line_corner4 path, #stacks_in_114783 .hype_line_corner5 path, #stacks_in_114783 .hype_line_corner6 path, #stacks_in_114783 .hype_line_corner7 path, #stacks_in_114783 .hype_line_corner8 path, #stacks_in_114783 .hype_line_corner9 path, #stacks_in_114783 .hype_line_corner10 path {  stroke-width: 3px !important;  }			
		#stacks_in_114783 .hype_line_corner2, #stacks_in_114783 .hype_line_corner3, #stacks_in_114783 .hype_line_corner4, #stacks_in_114783 .hype_line_corner5, #stacks_in_114783 .hype_line_corner6, #stacks_in_114783 .hype_line_corner7, #stacks_in_114783 .hype_line_corner8, #stacks_in_114783 .hype_line_corner9 path, #stacks_in_114783 .hype_line_corner10 path {  }	
		#stacks_in_114783 .hype_line_corner1 {  }	
		#stacks_in_114783 .inner_slice_content {  	 }	
	}
	
	#stacks_in_114783 .hype_line_corner1 path, #stacks_in_114783 .hype_line_corner2 path, #stacks_in_114783 .hype_line_corner3 path, #stacks_in_114783 .hype_line_corner4 path, #stacks_in_114783 .hype_line_corner5 path, #stacks_in_114783 .hype_line_corner6 path, #stacks_in_114783 .hype_line_corner7 path, #stacks_in_114783 .hype_line_corner8 path, #stacks_in_114783 .hype_line_corner9 path, #stacks_in_114783 .hype_line_corner10 path {	 	
		 
		 	
	}
	#stacks_in_114783 .hype_line_20, #stacks_in_114783 .hype_line_20 path {
	
	}	
	


#stacks_in_114783 .trigger-19 { opacity: 0 !important; 
	
	 margin-top: -450px !important;  
	}
	#stacks_in_114783 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */
#stacks_in_114784 {
	margin: 15px 0px 0px 0px;
}
/* -- Start EACH CSS Template -- */






	#stacks_in_114778 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_114778 .HYPE_document { overflow: auto;  pointer-events: none !important; direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important; }
	
	#stacks_in_114778 .hype_bg-20, #stacks_in_114778 .hype_bg-20-grad { position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 350px; border-radius: 27px;  -webkit-border-radius: 27px; }
	
	#stacks_in_114778 .hype_bg-20-grad { display: none; 
	    
			}
	#stacks_in_114778 .hype_bg-20 {  
	   	
	  
	   	
	   background-image:none; background-color: transparent;     
	  background-size: cover !important;
		background-position: 50% 50%; opacity: 1; }
	
	@media screen and (max-width: 770px) { #stacks_in_114778 .hype_bg-20 {  } } 
	
	/* fixed desktop only */
	@media (max-width: 480px) { #stacks_in_114778 .hype_bg-20  { background-attachment: scroll !important; } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_114778 .hype_bg-20  {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_114778 .hype_bg-20 { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114778 .hype_bg-20  { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114778 .hype_bg-20  { background-attachment: scroll !important; } }
	
	#stacks_in_114778_default20_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_114778 .wrapper-20 {margin-right: auto; margin-left: auto; max-width: 350px; }
	
	#stacks_in_114778 .inner_slice_content { padding: 60px;  min-height: 120px; margin: 0; pointer-events: auto; }
	
	#stacks_in_114778 .hype_line_20 path, #stacks_in_114778 .hype_line_corner1 path, #stacks_in_114778 .hype_line_corner2 path, #stacks_in_114778 .hype_line_corner3 path, #stacks_in_114778 .hype_line_corner4 path, #stacks_in_114778 .hype_line_corner5 path, #stacks_in_114778 .hype_line_corner6 path, #stacks_in_114778 .hype_line_corner7 path, #stacks_in_114778 .hype_line_corner8 path, #stacks_in_114778 .hype_line_corner9 path, #stacks_in_114778 .hype_line_corner10 path { stroke: #263E57 !important; stroke-linecap: round !important; 
	 -webkit-animation: fade-border-css 0.1s  ease-in-out both; animation: fade-border-css 0.1s  ease-in-out both;  }
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	@-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_114778 .hype_line_20 path, #stacks_in_114778 .hype_line_corner1 path, #stacks_in_114778 .hype_line_corner2 path, #stacks_in_114778 .hype_line_corner3 path, #stacks_in_114778 .hype_line_corner4 path, #stacks_in_114778 .hype_line_corner5 path, #stacks_in_114778 .hype_line_corner6 path, #stacks_in_114778 .hype_line_corner7 path, #stacks_in_114778 .hype_line_corner8 path, #stacks_in_114778 .hype_line_corner9 path, #stacks_in_114778 .hype_line_corner10 path { stroke-width: 4px !important; }
	
	@media (min-width: 768px) {	
	    #stacks_in_114778 .inner_slice_content {    min-height: 170px;  }
	}
	
	@media (max-width: 768px) {		
		#stacks_in_114778 .hype_bg-20, #stacks_in_114778 .hype_bg-20-grad {	 }				
		#stacks_in_114778 .hype_line_20 path, #stacks_in_114778 .hype_line_corner1 path, #stacks_in_114778 .hype_line_corner2 path, #stacks_in_114778 .hype_line_corner3 path, #stacks_in_114778 .hype_line_corner4 path, #stacks_in_114778 .hype_line_corner5 path, #stacks_in_114778 .hype_line_corner6 path, #stacks_in_114778 .hype_line_corner7 path, #stacks_in_114778 .hype_line_corner8 path, #stacks_in_114778 .hype_line_corner9 path, #stacks_in_114778 .hype_line_corner10 path {  stroke-width: 3px !important;  }			
		#stacks_in_114778 .hype_line_corner2, #stacks_in_114778 .hype_line_corner3, #stacks_in_114778 .hype_line_corner4, #stacks_in_114778 .hype_line_corner5, #stacks_in_114778 .hype_line_corner6, #stacks_in_114778 .hype_line_corner7, #stacks_in_114778 .hype_line_corner8, #stacks_in_114778 .hype_line_corner9 path, #stacks_in_114778 .hype_line_corner10 path {  }	
		#stacks_in_114778 .hype_line_corner1 {  }	
		#stacks_in_114778 .inner_slice_content {  	 }	
	}
	
	#stacks_in_114778 .hype_line_corner1 path, #stacks_in_114778 .hype_line_corner2 path, #stacks_in_114778 .hype_line_corner3 path, #stacks_in_114778 .hype_line_corner4 path, #stacks_in_114778 .hype_line_corner5 path, #stacks_in_114778 .hype_line_corner6 path, #stacks_in_114778 .hype_line_corner7 path, #stacks_in_114778 .hype_line_corner8 path, #stacks_in_114778 .hype_line_corner9 path, #stacks_in_114778 .hype_line_corner10 path {	 	
		 
		 	
	}
	#stacks_in_114778 .hype_line_20, #stacks_in_114778 .hype_line_20 path {
	
	}	
	


#stacks_in_114778 .trigger-19 { opacity: 0 !important; 
	
	 margin-top: -450px !important;  
	}
	#stacks_in_114778 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */
#stacks_in_114779 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_114467 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_114467 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_114467 #jwresp_col2_stacks_in_114467{ float:right; width:49%}@media screen and (max-width:1030px){#stacks_in_114467 #jwresp_col1_stacks_in_114467,#stacks_in_114467 #jwresp_col2_stacks_in_114467{width:100%;float:none;display:block}#stacks_in_114467 #jwresp_col1_stacks_in_114467{margin-bottom:15px}}

#stacks_in_114467 {
	padding: 30px 0px 30px 0px;
}
/* -- Start EACH CSS Template -- */






	#stacks_in_114468 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_114468 .HYPE_document { overflow: auto;  pointer-events: none !important; direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important; }
	
	#stacks_in_114468 .hype_bg-20, #stacks_in_114468 .hype_bg-20-grad { position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 1300px; border-radius: 5px;  -webkit-border-radius: 5px; }
	
	#stacks_in_114468 .hype_bg-20-grad { display: none; 
	    
			}
	#stacks_in_114468 .hype_bg-20 {  
	   	
	  
	   background-color: rgba(27, 32, 37, 1.00) !important; background-image:none!important;  	
	     
	  background-size: cover !important; pointer-events: none;
		background-position: 50% 50%; opacity: 1; }
	
	@media screen and (max-width: 770px) { #stacks_in_114468 .hype_bg-20 {  } } 
	
	/* fixed desktop only */
	@media (max-width: 480px) { #stacks_in_114468 .hype_bg-20  { background-attachment: scroll !important; } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_114468 .hype_bg-20  {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  #stacks_in_114468 .hype_bg-20 { background-attachment: fixed !important; }  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_114468 .hype_bg-20 { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114468 .hype_bg-20  { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114468 .hype_bg-20  { background-attachment: scroll !important; } }
	
	#stacks_in_114468_default20_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_114468 .wrapper-20 {margin-right: auto; margin-left: auto; max-width: 1300px; }
	
	#stacks_in_114468 .inner_slice_content { padding: 60px;  min-height: 120px; margin: 0; pointer-events: auto; }
	
	#stacks_in_114468 .hype_line_20 path, #stacks_in_114468 .hype_line_corner1 path, #stacks_in_114468 .hype_line_corner2 path, #stacks_in_114468 .hype_line_corner3 path, #stacks_in_114468 .hype_line_corner4 path, #stacks_in_114468 .hype_line_corner5 path, #stacks_in_114468 .hype_line_corner6 path, #stacks_in_114468 .hype_line_corner7 path, #stacks_in_114468 .hype_line_corner8 path, #stacks_in_114468 .hype_line_corner9 path, #stacks_in_114468 .hype_line_corner10 path { stroke: #263E57 !important; stroke-linecap: round !important; 
	 -webkit-animation: fade-border-css 0.1s  ease-in-out both; animation: fade-border-css 0.1s  ease-in-out both;  }
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	@-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_114468 .hype_line_20 path, #stacks_in_114468 .hype_line_corner1 path, #stacks_in_114468 .hype_line_corner2 path, #stacks_in_114468 .hype_line_corner3 path, #stacks_in_114468 .hype_line_corner4 path, #stacks_in_114468 .hype_line_corner5 path, #stacks_in_114468 .hype_line_corner6 path, #stacks_in_114468 .hype_line_corner7 path, #stacks_in_114468 .hype_line_corner8 path, #stacks_in_114468 .hype_line_corner9 path, #stacks_in_114468 .hype_line_corner10 path { stroke-width: 3px !important; }
	
	@media (min-width: 768px) {	
	    #stacks_in_114468 .inner_slice_content {    min-height: 457px;  }
	}
	
	@media (max-width: 768px) {		
		#stacks_in_114468 .hype_bg-20, #stacks_in_114468 .hype_bg-20-grad {	 }				
		#stacks_in_114468 .hype_line_20 path, #stacks_in_114468 .hype_line_corner1 path, #stacks_in_114468 .hype_line_corner2 path, #stacks_in_114468 .hype_line_corner3 path, #stacks_in_114468 .hype_line_corner4 path, #stacks_in_114468 .hype_line_corner5 path, #stacks_in_114468 .hype_line_corner6 path, #stacks_in_114468 .hype_line_corner7 path, #stacks_in_114468 .hype_line_corner8 path, #stacks_in_114468 .hype_line_corner9 path, #stacks_in_114468 .hype_line_corner10 path {  }			
		#stacks_in_114468 .hype_line_corner2, #stacks_in_114468 .hype_line_corner3, #stacks_in_114468 .hype_line_corner4, #stacks_in_114468 .hype_line_corner5, #stacks_in_114468 .hype_line_corner6, #stacks_in_114468 .hype_line_corner7, #stacks_in_114468 .hype_line_corner8, #stacks_in_114468 .hype_line_corner9 path, #stacks_in_114468 .hype_line_corner10 path {  }	
		#stacks_in_114468 .hype_line_corner1 {  }	
		#stacks_in_114468 .inner_slice_content {   padding: 40px; 	 }	
	}
	
	#stacks_in_114468 .hype_line_corner1 path, #stacks_in_114468 .hype_line_corner2 path, #stacks_in_114468 .hype_line_corner3 path, #stacks_in_114468 .hype_line_corner4 path, #stacks_in_114468 .hype_line_corner5 path, #stacks_in_114468 .hype_line_corner6 path, #stacks_in_114468 .hype_line_corner7 path, #stacks_in_114468 .hype_line_corner8 path, #stacks_in_114468 .hype_line_corner9 path, #stacks_in_114468 .hype_line_corner10 path {	 	
		 
		 	
	}
	#stacks_in_114468 .hype_line_20, #stacks_in_114468 .hype_line_20 path {
	
	}	
	


#stacks_in_114468 .trigger-19 { opacity: 0 !important; 
	
	 margin-top: -450px !important;  
	}
	#stacks_in_114468 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */
#stacks_in_114092 {
	background-color: rgba(38, 62, 87, 1.00);
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	padding: 7px 30px 15px 30px;
}

#stacks_in_114094 {
	padding: 10px 0px 16px 0px;
}

#stacks_in_114097 {
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border-radius:  4px;
}

#stacks_in_114189 {
	padding: 22px 0px 7px 0px;
}
/* -- Start EACH CSS Template -- */






	#stacks_in_114482 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_114482 .HYPE_document { overflow: auto;  pointer-events: none !important; direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important; }
	
	#stacks_in_114482 .hype_bg-20, #stacks_in_114482 .hype_bg-20-grad { position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 1300px; border-radius: 5px;  -webkit-border-radius: 5px; }
	
	#stacks_in_114482 .hype_bg-20-grad { display: none; 
	    
			}
	#stacks_in_114482 .hype_bg-20 {  
	   	
	  
	   background-color: rgba(27, 32, 37, 1.00) !important; background-image:none!important;  	
	     
	  background-size: cover !important; pointer-events: none;
		background-position: 50% 50%; opacity: 1; }
	
	@media screen and (max-width: 770px) { #stacks_in_114482 .hype_bg-20 {  } } 
	
	/* fixed desktop only */
	@media (max-width: 480px) { #stacks_in_114482 .hype_bg-20  { background-attachment: scroll !important; } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_114482 .hype_bg-20  {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  #stacks_in_114482 .hype_bg-20 { background-attachment: fixed !important; }  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_114482 .hype_bg-20 { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114482 .hype_bg-20  { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114482 .hype_bg-20  { background-attachment: scroll !important; } }
	
	#stacks_in_114482_default20_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_114482 .wrapper-20 {margin-right: auto; margin-left: auto; max-width: 1300px; }
	
	#stacks_in_114482 .inner_slice_content { padding: 60px;  min-height: 120px; margin: 0; pointer-events: auto; }
	
	#stacks_in_114482 .hype_line_20 path, #stacks_in_114482 .hype_line_corner1 path, #stacks_in_114482 .hype_line_corner2 path, #stacks_in_114482 .hype_line_corner3 path, #stacks_in_114482 .hype_line_corner4 path, #stacks_in_114482 .hype_line_corner5 path, #stacks_in_114482 .hype_line_corner6 path, #stacks_in_114482 .hype_line_corner7 path, #stacks_in_114482 .hype_line_corner8 path, #stacks_in_114482 .hype_line_corner9 path, #stacks_in_114482 .hype_line_corner10 path { stroke: #263E57 !important; stroke-linecap: round !important; 
	 -webkit-animation: fade-border-css 0.1s  ease-in-out both; animation: fade-border-css 0.1s  ease-in-out both;  }
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	@-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_114482 .hype_line_20 path, #stacks_in_114482 .hype_line_corner1 path, #stacks_in_114482 .hype_line_corner2 path, #stacks_in_114482 .hype_line_corner3 path, #stacks_in_114482 .hype_line_corner4 path, #stacks_in_114482 .hype_line_corner5 path, #stacks_in_114482 .hype_line_corner6 path, #stacks_in_114482 .hype_line_corner7 path, #stacks_in_114482 .hype_line_corner8 path, #stacks_in_114482 .hype_line_corner9 path, #stacks_in_114482 .hype_line_corner10 path { stroke-width: 3px !important; }
	
	@media (min-width: 768px) {	
	    #stacks_in_114482 .inner_slice_content {    min-height: 457px;  }
	}
	
	@media (max-width: 768px) {		
		#stacks_in_114482 .hype_bg-20, #stacks_in_114482 .hype_bg-20-grad {	 }				
		#stacks_in_114482 .hype_line_20 path, #stacks_in_114482 .hype_line_corner1 path, #stacks_in_114482 .hype_line_corner2 path, #stacks_in_114482 .hype_line_corner3 path, #stacks_in_114482 .hype_line_corner4 path, #stacks_in_114482 .hype_line_corner5 path, #stacks_in_114482 .hype_line_corner6 path, #stacks_in_114482 .hype_line_corner7 path, #stacks_in_114482 .hype_line_corner8 path, #stacks_in_114482 .hype_line_corner9 path, #stacks_in_114482 .hype_line_corner10 path {  }			
		#stacks_in_114482 .hype_line_corner2, #stacks_in_114482 .hype_line_corner3, #stacks_in_114482 .hype_line_corner4, #stacks_in_114482 .hype_line_corner5, #stacks_in_114482 .hype_line_corner6, #stacks_in_114482 .hype_line_corner7, #stacks_in_114482 .hype_line_corner8, #stacks_in_114482 .hype_line_corner9 path, #stacks_in_114482 .hype_line_corner10 path {  }	
		#stacks_in_114482 .hype_line_corner1 {  }	
		#stacks_in_114482 .inner_slice_content {   padding: 40px; 	 }	
	}
	
	#stacks_in_114482 .hype_line_corner1 path, #stacks_in_114482 .hype_line_corner2 path, #stacks_in_114482 .hype_line_corner3 path, #stacks_in_114482 .hype_line_corner4 path, #stacks_in_114482 .hype_line_corner5 path, #stacks_in_114482 .hype_line_corner6 path, #stacks_in_114482 .hype_line_corner7 path, #stacks_in_114482 .hype_line_corner8 path, #stacks_in_114482 .hype_line_corner9 path, #stacks_in_114482 .hype_line_corner10 path {	 	
		 
		 	
	}
	#stacks_in_114482 .hype_line_20, #stacks_in_114482 .hype_line_20 path {
	
	}	
	


#stacks_in_114482 .trigger-19 { opacity: 0 !important; 
	
	 margin-top: -450px !important;  
	}
	#stacks_in_114482 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */
#stacks_in_114501 {
	background-color: rgba(38, 62, 87, 1.00);
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	padding: 7px 30px 15px 30px;
}

#stacks_in_114502 {
	padding: 10px 0px 16px 0px;
}

#stacks_in_114505 {
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border-radius:  4px;
}

#stacks_in_114929 {
	border: solid rgba(50, 95, 155, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 27px 0px 17px 0px;
}

#stacks_out_114929 {
	width: 89%;
}

#stacks_in_114507 {
	padding: 0px 10px 4px 20px;
}
/* -- Start EACH CSS Template -- */






	#stacks_in_114931 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_114931 .HYPE_document { overflow: auto;  pointer-events: none !important; direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important; }
	
	#stacks_in_114931 .hype_bg-20, #stacks_in_114931 .hype_bg-20-grad { position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 1300px; border-radius: 5px;  -webkit-border-radius: 5px; }
	
	#stacks_in_114931 .hype_bg-20-grad { display: none; 
	    
			}
	#stacks_in_114931 .hype_bg-20 {  
	   	
	  
	   background-color: rgba(27, 32, 37, 1.00) !important; background-image:none!important;  	
	     
	  background-size: cover !important; pointer-events: none;
		background-position: 50% 50%; opacity: 1; }
	
	@media screen and (max-width: 770px) { #stacks_in_114931 .hype_bg-20 {  } } 
	
	/* fixed desktop only */
	@media (max-width: 480px) { #stacks_in_114931 .hype_bg-20  { background-attachment: scroll !important; } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_114931 .hype_bg-20  {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  #stacks_in_114931 .hype_bg-20 { background-attachment: fixed !important; }  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_114931 .hype_bg-20 { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114931 .hype_bg-20  { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114931 .hype_bg-20  { background-attachment: scroll !important; } }
	
	#stacks_in_114931_default20_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_114931 .wrapper-20 {margin-right: auto; margin-left: auto; max-width: 1300px; }
	
	#stacks_in_114931 .inner_slice_content { padding: 60px;  min-height: 120px; margin: 0; pointer-events: auto; }
	
	#stacks_in_114931 .hype_line_20 path, #stacks_in_114931 .hype_line_corner1 path, #stacks_in_114931 .hype_line_corner2 path, #stacks_in_114931 .hype_line_corner3 path, #stacks_in_114931 .hype_line_corner4 path, #stacks_in_114931 .hype_line_corner5 path, #stacks_in_114931 .hype_line_corner6 path, #stacks_in_114931 .hype_line_corner7 path, #stacks_in_114931 .hype_line_corner8 path, #stacks_in_114931 .hype_line_corner9 path, #stacks_in_114931 .hype_line_corner10 path { stroke: #263E57 !important; stroke-linecap: round !important; 
	 -webkit-animation: fade-border-css 0.1s  ease-in-out both; animation: fade-border-css 0.1s  ease-in-out both;  }
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	@-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_114931 .hype_line_20 path, #stacks_in_114931 .hype_line_corner1 path, #stacks_in_114931 .hype_line_corner2 path, #stacks_in_114931 .hype_line_corner3 path, #stacks_in_114931 .hype_line_corner4 path, #stacks_in_114931 .hype_line_corner5 path, #stacks_in_114931 .hype_line_corner6 path, #stacks_in_114931 .hype_line_corner7 path, #stacks_in_114931 .hype_line_corner8 path, #stacks_in_114931 .hype_line_corner9 path, #stacks_in_114931 .hype_line_corner10 path { stroke-width: 3px !important; }
	
	@media (min-width: 768px) {	
	    #stacks_in_114931 .inner_slice_content {    min-height: 365px;  }
	}
	
	@media (max-width: 768px) {		
		#stacks_in_114931 .hype_bg-20, #stacks_in_114931 .hype_bg-20-grad {	 }				
		#stacks_in_114931 .hype_line_20 path, #stacks_in_114931 .hype_line_corner1 path, #stacks_in_114931 .hype_line_corner2 path, #stacks_in_114931 .hype_line_corner3 path, #stacks_in_114931 .hype_line_corner4 path, #stacks_in_114931 .hype_line_corner5 path, #stacks_in_114931 .hype_line_corner6 path, #stacks_in_114931 .hype_line_corner7 path, #stacks_in_114931 .hype_line_corner8 path, #stacks_in_114931 .hype_line_corner9 path, #stacks_in_114931 .hype_line_corner10 path {  }			
		#stacks_in_114931 .hype_line_corner2, #stacks_in_114931 .hype_line_corner3, #stacks_in_114931 .hype_line_corner4, #stacks_in_114931 .hype_line_corner5, #stacks_in_114931 .hype_line_corner6, #stacks_in_114931 .hype_line_corner7, #stacks_in_114931 .hype_line_corner8, #stacks_in_114931 .hype_line_corner9 path, #stacks_in_114931 .hype_line_corner10 path {  }	
		#stacks_in_114931 .hype_line_corner1 {  }	
		#stacks_in_114931 .inner_slice_content {   padding: 40px; 	 }	
	}
	
	#stacks_in_114931 .hype_line_corner1 path, #stacks_in_114931 .hype_line_corner2 path, #stacks_in_114931 .hype_line_corner3 path, #stacks_in_114931 .hype_line_corner4 path, #stacks_in_114931 .hype_line_corner5 path, #stacks_in_114931 .hype_line_corner6 path, #stacks_in_114931 .hype_line_corner7 path, #stacks_in_114931 .hype_line_corner8 path, #stacks_in_114931 .hype_line_corner9 path, #stacks_in_114931 .hype_line_corner10 path {	 	
		 
		 	
	}
	#stacks_in_114931 .hype_line_20, #stacks_in_114931 .hype_line_20 path {
	
	}	
	


#stacks_in_114931 .trigger-19 { opacity: 0 !important; 
	
	 margin-top: -450px !important;  
	}
	#stacks_in_114931 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */#stacks_in_114934 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_114934 .jwresp_col{float:none} #stacks_in_114934 #jwresp_col2_stacks_in_114934{position:relative;margin:0 auto;width:34%;float:none}#stacks_in_114934 #jwresp_col1_stacks_in_114934,#stacks_in_114934 #jwresp_col3_stacks_in_114934{width:33%}#stacks_in_114934 #jwresp_col1_stacks_in_114934{float:left}#stacks_in_114934 #jwresp_col3_stacks_in_114934{float:right} @media screen and (max-width:900px){#stacks_in_114934 #jwresp_col1_stacks_in_114934,#stacks_in_114934 #jwresp_col3_stacks_in_114934{margin-bottom:6px}#stacks_in_114934 #jwresp_col1_stacks_in_114934{width:50%}#stacks_in_114934 #jwresp_col3_stacks_in_114934{width:50%}#stacks_in_114934 #jwresp_col2_stacks_in_114934{clear:both;width:100%;display:block}}  @media screen and (max-width:900px){#stacks_in_114934 #jwresp_col1_stacks_in_114934,#stacks_in_114934 #jwresp_col3_stacks_in_114934,#stacks_in_114934 #jwresp_col2_stacks_in_114934{float:none;width:100%;display:block}#stacks_in_114934 #jwresp_col1_stacks_in_114934,#stacks_in_114934 #jwresp_col3_stacks_in_114934{margin-bottom:6px}} 

#stacks_in_114935 {
	background-color: rgba(38, 62, 87, 1.00);
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	margin: 0px 0px 7px 7px;
	padding: 17px 9px 24px 9px;
}

#stacks_in_114937 {
	padding: 0px 0px 17px 20px;
}

#stacks_in_114940 {
	padding: 36px 0px 29px 20px;
}

#stacks_in_114942 {
	background-color: rgba(38, 62, 87, 1.00);
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	margin: 0px 0px 10px 7px;
	padding: 17px 9px 24px 9px;
}

#stacks_in_114943 {
	padding: 1px 0px 7px 20px;
}

#stacks_in_114946 {
	padding: 0px 0px 10px 20px;
}

#stacks_in_114948 {
	padding: 19px 0px 33px 0px;
}

#stacks_in_114950 {
	background-color: rgba(38, 62, 87, 1.00);
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	margin: 0px 0px 7px 7px;
	padding: 17px 9px 23px 9px;
}

#stacks_in_114952 {
	padding: 0px 0px 10px 20px;
}

#stacks_in_114955 {
	padding: 0px 0px 10px 20px;
}

#stacks_in_114957 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_114959 {
	background-color: rgba(38, 62, 87, 1.00);
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	margin: 0px 0px 0px 7px;
	padding: 17px 9px 21px 9px;
}

#stacks_in_114960 {
	padding: 0px 0px 10px 20px;
}

#stacks_in_114963 {
	padding: 0px 0px 10px 20px;
}

#stacks_in_114967 {
	background-color: rgba(38, 62, 87, 1.00);
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	margin: 0px 0px 7px 7px;
	padding: 17px 9px 35px 9px;
}

#stacks_in_114969 {
	padding: 0px 0px 10px 20px;
}

#stacks_in_114972 {
	padding: 0px 0px 10px 20px;
}

#stacks_in_114974 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_114976 {
	background-color: rgba(38, 62, 87, 1.00);
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	margin: 0px 0px 0px 7px;
	padding: 17px 9px 28px 9px;
}

#stacks_in_114977 {
	padding: 0px 0px 10px 20px;
}

#stacks_in_114980 {
	padding: 0px 0px 10px 20px;
}

#stacks_in_114982 {
	padding: 12px 0px 0px 0px;
}
#stacks_in_114192>.s3_row {
	margin: 0 -5px;
}

#stacks_in_114192>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_114192>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_114192>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_114192>.s3_row>.s3_column {
	padding: 0 5px;
}








@media only screen and (max-width: 770px) {


	#stacks_in_114192>.s3_row  {
		margin: -5px 0;
	}
	#stacks_in_114192>.s3_row>.s3_column {
		padding: 5px 0;
		width:100%;
	}


}



@media only screen and (max-width: 400px) {



}




#stacks_in_114192 {
	margin: 30px 0px 30px 0px;
}
/* -- Start EACH CSS Template -- */






	#stacks_in_114520 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_114520 .HYPE_document { overflow: auto;  pointer-events: none !important; direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important; }
	
	#stacks_in_114520 .hype_bg-20, #stacks_in_114520 .hype_bg-20-grad { position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 1300px; border-radius: 5px;  -webkit-border-radius: 5px; }
	
	#stacks_in_114520 .hype_bg-20-grad { display: none; 
	    
			}
	#stacks_in_114520 .hype_bg-20 {  
	   	
	  
	   background-color: rgba(27, 32, 37, 1.00) !important; background-image:none!important;  	
	     
	  background-size: cover !important; pointer-events: none;
		background-position: 50% 50%; opacity: 1; }
	
	@media screen and (max-width: 770px) { #stacks_in_114520 .hype_bg-20 {  } } 
	
	/* fixed desktop only */
	@media (max-width: 480px) { #stacks_in_114520 .hype_bg-20  { background-attachment: scroll !important; } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_114520 .hype_bg-20  {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  #stacks_in_114520 .hype_bg-20 { background-attachment: fixed !important; }  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_114520 .hype_bg-20 { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114520 .hype_bg-20  { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114520 .hype_bg-20  { background-attachment: scroll !important; } }
	
	#stacks_in_114520_default20_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_114520 .wrapper-20 {margin-right: auto; margin-left: auto; max-width: 1300px; }
	
	#stacks_in_114520 .inner_slice_content { padding: 46px;  min-height: 120px; margin: 0; pointer-events: auto; }
	
	#stacks_in_114520 .hype_line_20 path, #stacks_in_114520 .hype_line_corner1 path, #stacks_in_114520 .hype_line_corner2 path, #stacks_in_114520 .hype_line_corner3 path, #stacks_in_114520 .hype_line_corner4 path, #stacks_in_114520 .hype_line_corner5 path, #stacks_in_114520 .hype_line_corner6 path, #stacks_in_114520 .hype_line_corner7 path, #stacks_in_114520 .hype_line_corner8 path, #stacks_in_114520 .hype_line_corner9 path, #stacks_in_114520 .hype_line_corner10 path { stroke: #263E57 !important; stroke-linecap: round !important; 
	 -webkit-animation: fade-border-css 0.1s  ease-in-out both; animation: fade-border-css 0.1s  ease-in-out both;  }
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	@-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_114520 .hype_line_20 path, #stacks_in_114520 .hype_line_corner1 path, #stacks_in_114520 .hype_line_corner2 path, #stacks_in_114520 .hype_line_corner3 path, #stacks_in_114520 .hype_line_corner4 path, #stacks_in_114520 .hype_line_corner5 path, #stacks_in_114520 .hype_line_corner6 path, #stacks_in_114520 .hype_line_corner7 path, #stacks_in_114520 .hype_line_corner8 path, #stacks_in_114520 .hype_line_corner9 path, #stacks_in_114520 .hype_line_corner10 path { stroke-width: 3px !important; }
	
	@media (min-width: 768px) {	
	    #stacks_in_114520 .inner_slice_content {    min-height: 270px;  }
	}
	
	@media (max-width: 768px) {		
		#stacks_in_114520 .hype_bg-20, #stacks_in_114520 .hype_bg-20-grad {	 }				
		#stacks_in_114520 .hype_line_20 path, #stacks_in_114520 .hype_line_corner1 path, #stacks_in_114520 .hype_line_corner2 path, #stacks_in_114520 .hype_line_corner3 path, #stacks_in_114520 .hype_line_corner4 path, #stacks_in_114520 .hype_line_corner5 path, #stacks_in_114520 .hype_line_corner6 path, #stacks_in_114520 .hype_line_corner7 path, #stacks_in_114520 .hype_line_corner8 path, #stacks_in_114520 .hype_line_corner9 path, #stacks_in_114520 .hype_line_corner10 path {  }			
		#stacks_in_114520 .hype_line_corner2, #stacks_in_114520 .hype_line_corner3, #stacks_in_114520 .hype_line_corner4, #stacks_in_114520 .hype_line_corner5, #stacks_in_114520 .hype_line_corner6, #stacks_in_114520 .hype_line_corner7, #stacks_in_114520 .hype_line_corner8, #stacks_in_114520 .hype_line_corner9 path, #stacks_in_114520 .hype_line_corner10 path {  }	
		#stacks_in_114520 .hype_line_corner1 {  }	
		#stacks_in_114520 .inner_slice_content {   padding: 35px; 	 }	
	}
	
	#stacks_in_114520 .hype_line_corner1 path, #stacks_in_114520 .hype_line_corner2 path, #stacks_in_114520 .hype_line_corner3 path, #stacks_in_114520 .hype_line_corner4 path, #stacks_in_114520 .hype_line_corner5 path, #stacks_in_114520 .hype_line_corner6 path, #stacks_in_114520 .hype_line_corner7 path, #stacks_in_114520 .hype_line_corner8 path, #stacks_in_114520 .hype_line_corner9 path, #stacks_in_114520 .hype_line_corner10 path {	 	
		 
		 	
	}
	#stacks_in_114520 .hype_line_20, #stacks_in_114520 .hype_line_20 path {
	
	}	
	


#stacks_in_114520 .trigger-19 { opacity: 0 !important; 
	
	 margin-top: -450px !important;  
	}
	#stacks_in_114520 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */
#stacks_in_114212 {
	background-color: rgba(38, 62, 87, 1.00);
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	padding: 20px 10px 10px 10px;
}

#stacks_in_114214 {
	padding:  20px;
}

#stacks_in_114217 {
	background-color: rgba(42, 80, 117, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 5px 0px 5px 4px;
	padding: 13px 0px 13px 30px;
}
/* -- Start EACH CSS Template -- */






	#stacks_in_114697 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_114697 .HYPE_document { overflow: auto;  pointer-events: none !important; direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important; }
	
	#stacks_in_114697 .hype_bg-20, #stacks_in_114697 .hype_bg-20-grad { position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 1300px; border-radius: 5px;  -webkit-border-radius: 5px; }
	
	#stacks_in_114697 .hype_bg-20-grad { display: none; 
	    
			}
	#stacks_in_114697 .hype_bg-20 {  
	   	
	  
	   background-color: rgba(27, 32, 37, 1.00) !important; background-image:none!important;  	
	     
	  background-size: cover !important; pointer-events: none;
		background-position: 50% 50%; opacity: 1; }
	
	@media screen and (max-width: 770px) { #stacks_in_114697 .hype_bg-20 {  } } 
	
	/* fixed desktop only */
	@media (max-width: 480px) { #stacks_in_114697 .hype_bg-20  { background-attachment: scroll !important; } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_114697 .hype_bg-20  {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  #stacks_in_114697 .hype_bg-20 { background-attachment: fixed !important; }  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_114697 .hype_bg-20 { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114697 .hype_bg-20  { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114697 .hype_bg-20  { background-attachment: scroll !important; } }
	
	#stacks_in_114697_default20_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_114697 .wrapper-20 {margin-right: auto; margin-left: auto; max-width: 1300px; }
	
	#stacks_in_114697 .inner_slice_content { padding: 46px;  min-height: 120px; margin: 0; pointer-events: auto; }
	
	#stacks_in_114697 .hype_line_20 path, #stacks_in_114697 .hype_line_corner1 path, #stacks_in_114697 .hype_line_corner2 path, #stacks_in_114697 .hype_line_corner3 path, #stacks_in_114697 .hype_line_corner4 path, #stacks_in_114697 .hype_line_corner5 path, #stacks_in_114697 .hype_line_corner6 path, #stacks_in_114697 .hype_line_corner7 path, #stacks_in_114697 .hype_line_corner8 path, #stacks_in_114697 .hype_line_corner9 path, #stacks_in_114697 .hype_line_corner10 path { stroke: #263E57 !important; stroke-linecap: round !important; 
	 -webkit-animation: fade-border-css 0.1s  ease-in-out both; animation: fade-border-css 0.1s  ease-in-out both;  }
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	@-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_114697 .hype_line_20 path, #stacks_in_114697 .hype_line_corner1 path, #stacks_in_114697 .hype_line_corner2 path, #stacks_in_114697 .hype_line_corner3 path, #stacks_in_114697 .hype_line_corner4 path, #stacks_in_114697 .hype_line_corner5 path, #stacks_in_114697 .hype_line_corner6 path, #stacks_in_114697 .hype_line_corner7 path, #stacks_in_114697 .hype_line_corner8 path, #stacks_in_114697 .hype_line_corner9 path, #stacks_in_114697 .hype_line_corner10 path { stroke-width: 3px !important; }
	
	@media (min-width: 768px) {	
	    #stacks_in_114697 .inner_slice_content {    min-height: 270px;  }
	}
	
	@media (max-width: 768px) {		
		#stacks_in_114697 .hype_bg-20, #stacks_in_114697 .hype_bg-20-grad {	 }				
		#stacks_in_114697 .hype_line_20 path, #stacks_in_114697 .hype_line_corner1 path, #stacks_in_114697 .hype_line_corner2 path, #stacks_in_114697 .hype_line_corner3 path, #stacks_in_114697 .hype_line_corner4 path, #stacks_in_114697 .hype_line_corner5 path, #stacks_in_114697 .hype_line_corner6 path, #stacks_in_114697 .hype_line_corner7 path, #stacks_in_114697 .hype_line_corner8 path, #stacks_in_114697 .hype_line_corner9 path, #stacks_in_114697 .hype_line_corner10 path {  }			
		#stacks_in_114697 .hype_line_corner2, #stacks_in_114697 .hype_line_corner3, #stacks_in_114697 .hype_line_corner4, #stacks_in_114697 .hype_line_corner5, #stacks_in_114697 .hype_line_corner6, #stacks_in_114697 .hype_line_corner7, #stacks_in_114697 .hype_line_corner8, #stacks_in_114697 .hype_line_corner9 path, #stacks_in_114697 .hype_line_corner10 path {  }	
		#stacks_in_114697 .hype_line_corner1 {  }	
		#stacks_in_114697 .inner_slice_content {   padding: 35px; 	 }	
	}
	
	#stacks_in_114697 .hype_line_corner1 path, #stacks_in_114697 .hype_line_corner2 path, #stacks_in_114697 .hype_line_corner3 path, #stacks_in_114697 .hype_line_corner4 path, #stacks_in_114697 .hype_line_corner5 path, #stacks_in_114697 .hype_line_corner6 path, #stacks_in_114697 .hype_line_corner7 path, #stacks_in_114697 .hype_line_corner8 path, #stacks_in_114697 .hype_line_corner9 path, #stacks_in_114697 .hype_line_corner10 path {	 	
		 
		 	
	}
	#stacks_in_114697 .hype_line_20, #stacks_in_114697 .hype_line_20 path {
	
	}	
	


#stacks_in_114697 .trigger-19 { opacity: 0 !important; 
	
	 margin-top: -450px !important;  
	}
	#stacks_in_114697 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */
#stacks_in_114203 {
	background-color: rgba(38, 62, 87, 1.00);
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	padding: 20px 10px 10px 10px;
}

#stacks_in_114205 {
	padding:  20px;
}

#stacks_in_114208 {
	background-color: rgba(42, 80, 117, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 5px 0px 5px 4px;
	padding: 13px 0px 13px 30px;
}
/* -- Start EACH CSS Template -- */






	#stacks_in_114564 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_114564 .HYPE_document { overflow: auto;  pointer-events: none !important; direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important; }
	
	#stacks_in_114564 .hype_bg-20, #stacks_in_114564 .hype_bg-20-grad { position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 1300px; border-radius: 5px;  -webkit-border-radius: 5px; }
	
	#stacks_in_114564 .hype_bg-20-grad { display: none; 
	    
			}
	#stacks_in_114564 .hype_bg-20 {  
	   	
	  
	   background-color: rgba(27, 32, 37, 1.00) !important; background-image:none!important;  	
	     
	  background-size: cover !important; pointer-events: none;
		background-position: 50% 50%; opacity: 1; }
	
	@media screen and (max-width: 770px) { #stacks_in_114564 .hype_bg-20 {  } } 
	
	/* fixed desktop only */
	@media (max-width: 480px) { #stacks_in_114564 .hype_bg-20  { background-attachment: scroll !important; } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_114564 .hype_bg-20  {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  #stacks_in_114564 .hype_bg-20 { background-attachment: fixed !important; }  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_114564 .hype_bg-20 { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114564 .hype_bg-20  { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114564 .hype_bg-20  { background-attachment: scroll !important; } }
	
	#stacks_in_114564_default20_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_114564 .wrapper-20 {margin-right: auto; margin-left: auto; max-width: 1300px; }
	
	#stacks_in_114564 .inner_slice_content { padding: 46px;  min-height: 120px; margin: 0; pointer-events: auto; }
	
	#stacks_in_114564 .hype_line_20 path, #stacks_in_114564 .hype_line_corner1 path, #stacks_in_114564 .hype_line_corner2 path, #stacks_in_114564 .hype_line_corner3 path, #stacks_in_114564 .hype_line_corner4 path, #stacks_in_114564 .hype_line_corner5 path, #stacks_in_114564 .hype_line_corner6 path, #stacks_in_114564 .hype_line_corner7 path, #stacks_in_114564 .hype_line_corner8 path, #stacks_in_114564 .hype_line_corner9 path, #stacks_in_114564 .hype_line_corner10 path { stroke: #263E57 !important; stroke-linecap: round !important; 
	 -webkit-animation: fade-border-css 0.1s  ease-in-out both; animation: fade-border-css 0.1s  ease-in-out both;  }
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	@-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_114564 .hype_line_20 path, #stacks_in_114564 .hype_line_corner1 path, #stacks_in_114564 .hype_line_corner2 path, #stacks_in_114564 .hype_line_corner3 path, #stacks_in_114564 .hype_line_corner4 path, #stacks_in_114564 .hype_line_corner5 path, #stacks_in_114564 .hype_line_corner6 path, #stacks_in_114564 .hype_line_corner7 path, #stacks_in_114564 .hype_line_corner8 path, #stacks_in_114564 .hype_line_corner9 path, #stacks_in_114564 .hype_line_corner10 path { stroke-width: 3px !important; }
	
	@media (min-width: 768px) {	
	    #stacks_in_114564 .inner_slice_content {    min-height: 270px;  }
	}
	
	@media (max-width: 768px) {		
		#stacks_in_114564 .hype_bg-20, #stacks_in_114564 .hype_bg-20-grad {	 }				
		#stacks_in_114564 .hype_line_20 path, #stacks_in_114564 .hype_line_corner1 path, #stacks_in_114564 .hype_line_corner2 path, #stacks_in_114564 .hype_line_corner3 path, #stacks_in_114564 .hype_line_corner4 path, #stacks_in_114564 .hype_line_corner5 path, #stacks_in_114564 .hype_line_corner6 path, #stacks_in_114564 .hype_line_corner7 path, #stacks_in_114564 .hype_line_corner8 path, #stacks_in_114564 .hype_line_corner9 path, #stacks_in_114564 .hype_line_corner10 path {  }			
		#stacks_in_114564 .hype_line_corner2, #stacks_in_114564 .hype_line_corner3, #stacks_in_114564 .hype_line_corner4, #stacks_in_114564 .hype_line_corner5, #stacks_in_114564 .hype_line_corner6, #stacks_in_114564 .hype_line_corner7, #stacks_in_114564 .hype_line_corner8, #stacks_in_114564 .hype_line_corner9 path, #stacks_in_114564 .hype_line_corner10 path {  }	
		#stacks_in_114564 .hype_line_corner1 {  }	
		#stacks_in_114564 .inner_slice_content {   padding: 35px; 	 }	
	}
	
	#stacks_in_114564 .hype_line_corner1 path, #stacks_in_114564 .hype_line_corner2 path, #stacks_in_114564 .hype_line_corner3 path, #stacks_in_114564 .hype_line_corner4 path, #stacks_in_114564 .hype_line_corner5 path, #stacks_in_114564 .hype_line_corner6 path, #stacks_in_114564 .hype_line_corner7 path, #stacks_in_114564 .hype_line_corner8 path, #stacks_in_114564 .hype_line_corner9 path, #stacks_in_114564 .hype_line_corner10 path {	 	
		 
		 	
	}
	#stacks_in_114564 .hype_line_20, #stacks_in_114564 .hype_line_20 path {
	
	}	
	


#stacks_in_114564 .trigger-19 { opacity: 0 !important; 
	
	 margin-top: -450px !important;  
	}
	#stacks_in_114564 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */
#stacks_in_114194 {
	background-color: rgba(38, 62, 87, 1.00);
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	padding: 20px 10px 10px 10px;
}

#stacks_in_114196 {
	padding:  20px;
}

#stacks_in_114199 {
	background-color: rgba(42, 80, 117, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 5px 0px 5px 4px;
	padding: 13px 0px 13px 30px;
}

#stacks_in_114676 {
	padding: 50px 0px 0px 0px;
}

#stacks_out_114676 {
	width: 250px;
}
/* -- Start EACH CSS Template -- */






	#stacks_in_114567 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_114567 .HYPE_document { overflow: auto;  pointer-events: none !important; direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important; }
	
	#stacks_in_114567 .hype_bg-20, #stacks_in_114567 .hype_bg-20-grad { position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 600px; border-radius: 48px;  -webkit-border-radius: 48px; }
	
	#stacks_in_114567 .hype_bg-20-grad { display: none; 
	    
			}
	#stacks_in_114567 .hype_bg-20 {  
	   	
	  
	   	
	   background-image:none; background-color: transparent;     
	  background-size: cover !important; pointer-events: none;
		background-position: 50% 50%; opacity: 1; }
	
	@media screen and (max-width: 770px) { #stacks_in_114567 .hype_bg-20 {  } } 
	
	/* fixed desktop only */
	@media (max-width: 480px) { #stacks_in_114567 .hype_bg-20  { background-attachment: scroll !important; } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_114567 .hype_bg-20  {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  #stacks_in_114567 .hype_bg-20 { background-attachment: fixed !important; }  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_114567 .hype_bg-20 { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114567 .hype_bg-20  { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114567 .hype_bg-20  { background-attachment: scroll !important; } }
	
	#stacks_in_114567_default20_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_114567 .wrapper-20 {margin-right: auto; margin-left: auto; max-width: 600px; }
	
	#stacks_in_114567 .inner_slice_content { padding: 40px;  min-height: 120px; margin: 0; pointer-events: auto; }
	
	#stacks_in_114567 .hype_line_20 path, #stacks_in_114567 .hype_line_corner1 path, #stacks_in_114567 .hype_line_corner2 path, #stacks_in_114567 .hype_line_corner3 path, #stacks_in_114567 .hype_line_corner4 path, #stacks_in_114567 .hype_line_corner5 path, #stacks_in_114567 .hype_line_corner6 path, #stacks_in_114567 .hype_line_corner7 path, #stacks_in_114567 .hype_line_corner8 path, #stacks_in_114567 .hype_line_corner9 path, #stacks_in_114567 .hype_line_corner10 path { stroke: #263E57 !important; stroke-linecap: round !important; 
	 }
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	@-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_114567 .hype_line_20 path, #stacks_in_114567 .hype_line_corner1 path, #stacks_in_114567 .hype_line_corner2 path, #stacks_in_114567 .hype_line_corner3 path, #stacks_in_114567 .hype_line_corner4 path, #stacks_in_114567 .hype_line_corner5 path, #stacks_in_114567 .hype_line_corner6 path, #stacks_in_114567 .hype_line_corner7 path, #stacks_in_114567 .hype_line_corner8 path, #stacks_in_114567 .hype_line_corner9 path, #stacks_in_114567 .hype_line_corner10 path { stroke-width: 6px !important; }
	
	@media (min-width: 768px) {	
	    #stacks_in_114567 .inner_slice_content {    min-height: 100px;  }
	}
	
	@media (max-width: 768px) {		
		#stacks_in_114567 .hype_bg-20, #stacks_in_114567 .hype_bg-20-grad {	 }				
		#stacks_in_114567 .hype_line_20 path, #stacks_in_114567 .hype_line_corner1 path, #stacks_in_114567 .hype_line_corner2 path, #stacks_in_114567 .hype_line_corner3 path, #stacks_in_114567 .hype_line_corner4 path, #stacks_in_114567 .hype_line_corner5 path, #stacks_in_114567 .hype_line_corner6 path, #stacks_in_114567 .hype_line_corner7 path, #stacks_in_114567 .hype_line_corner8 path, #stacks_in_114567 .hype_line_corner9 path, #stacks_in_114567 .hype_line_corner10 path {  }			
		#stacks_in_114567 .hype_line_corner2, #stacks_in_114567 .hype_line_corner3, #stacks_in_114567 .hype_line_corner4, #stacks_in_114567 .hype_line_corner5, #stacks_in_114567 .hype_line_corner6, #stacks_in_114567 .hype_line_corner7, #stacks_in_114567 .hype_line_corner8, #stacks_in_114567 .hype_line_corner9 path, #stacks_in_114567 .hype_line_corner10 path {  }	
		#stacks_in_114567 .hype_line_corner1 {  }	
		#stacks_in_114567 .inner_slice_content {   padding: 20px; 	 }	
	}
	
	#stacks_in_114567 .hype_line_corner1 path, #stacks_in_114567 .hype_line_corner2 path, #stacks_in_114567 .hype_line_corner3 path, #stacks_in_114567 .hype_line_corner4 path, #stacks_in_114567 .hype_line_corner5 path, #stacks_in_114567 .hype_line_corner6 path, #stacks_in_114567 .hype_line_corner7 path, #stacks_in_114567 .hype_line_corner8 path, #stacks_in_114567 .hype_line_corner9 path, #stacks_in_114567 .hype_line_corner10 path {	 	
		 
		 	
	}
	#stacks_in_114567 .hype_line_20, #stacks_in_114567 .hype_line_20 path {
	
	}	
	


#stacks_in_114567 .trigger-19 { opacity: 0 !important; 
	 margin-top: 280px !important; 
	 
	}
	#stacks_in_114567 .preview_only { display: none; } 

/* -- End EACH CSS Template -- *//* -- Start EACH CSS Template -- */






	#stacks_in_114674 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_114674 .HYPE_document { overflow: auto;  pointer-events: none !important; direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important; }
	
	#stacks_in_114674 .hype_bg-20, #stacks_in_114674 .hype_bg-20-grad { position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 1300px; border-radius: 48px;  -webkit-border-radius: 48px; }
	
	#stacks_in_114674 .hype_bg-20-grad { display: none; 
	    
			}
	#stacks_in_114674 .hype_bg-20 {  
	   	
	  
	   	
	   background-image:none; background-color: transparent;     
	  background-size: cover !important; pointer-events: none;
		background-position: 50% 50%; opacity: 1; }
	
	@media screen and (max-width: 770px) { #stacks_in_114674 .hype_bg-20 {  } } 
	
	/* fixed desktop only */
	@media (max-width: 480px) { #stacks_in_114674 .hype_bg-20  { background-attachment: scroll !important; } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_114674 .hype_bg-20  {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  #stacks_in_114674 .hype_bg-20 { background-attachment: fixed !important; }  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_114674 .hype_bg-20 { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114674 .hype_bg-20  { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114674 .hype_bg-20  { background-attachment: scroll !important; } }
	
	#stacks_in_114674_default20_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_114674 .wrapper-20 {margin-right: auto; margin-left: auto; max-width: 1300px; }
	
	#stacks_in_114674 .inner_slice_content { padding: 35px;  min-height: 120px; margin: 0; pointer-events: auto; }
	
	#stacks_in_114674 .hype_line_20 path, #stacks_in_114674 .hype_line_corner1 path, #stacks_in_114674 .hype_line_corner2 path, #stacks_in_114674 .hype_line_corner3 path, #stacks_in_114674 .hype_line_corner4 path, #stacks_in_114674 .hype_line_corner5 path, #stacks_in_114674 .hype_line_corner6 path, #stacks_in_114674 .hype_line_corner7 path, #stacks_in_114674 .hype_line_corner8 path, #stacks_in_114674 .hype_line_corner9 path, #stacks_in_114674 .hype_line_corner10 path { stroke: #263E57 !important; stroke-linecap: round !important; 
	 }
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	@-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_114674 .hype_line_20 path, #stacks_in_114674 .hype_line_corner1 path, #stacks_in_114674 .hype_line_corner2 path, #stacks_in_114674 .hype_line_corner3 path, #stacks_in_114674 .hype_line_corner4 path, #stacks_in_114674 .hype_line_corner5 path, #stacks_in_114674 .hype_line_corner6 path, #stacks_in_114674 .hype_line_corner7 path, #stacks_in_114674 .hype_line_corner8 path, #stacks_in_114674 .hype_line_corner9 path, #stacks_in_114674 .hype_line_corner10 path { stroke-width: 4px !important; }
	
	@media (min-width: 768px) {	
	    #stacks_in_114674 .inner_slice_content {    min-height: 100px;  }
	}
	
	@media (max-width: 768px) {		
		#stacks_in_114674 .hype_bg-20, #stacks_in_114674 .hype_bg-20-grad {	 }				
		#stacks_in_114674 .hype_line_20 path, #stacks_in_114674 .hype_line_corner1 path, #stacks_in_114674 .hype_line_corner2 path, #stacks_in_114674 .hype_line_corner3 path, #stacks_in_114674 .hype_line_corner4 path, #stacks_in_114674 .hype_line_corner5 path, #stacks_in_114674 .hype_line_corner6 path, #stacks_in_114674 .hype_line_corner7 path, #stacks_in_114674 .hype_line_corner8 path, #stacks_in_114674 .hype_line_corner9 path, #stacks_in_114674 .hype_line_corner10 path {  }			
		#stacks_in_114674 .hype_line_corner2, #stacks_in_114674 .hype_line_corner3, #stacks_in_114674 .hype_line_corner4, #stacks_in_114674 .hype_line_corner5, #stacks_in_114674 .hype_line_corner6, #stacks_in_114674 .hype_line_corner7, #stacks_in_114674 .hype_line_corner8, #stacks_in_114674 .hype_line_corner9 path, #stacks_in_114674 .hype_line_corner10 path {  }	
		#stacks_in_114674 .hype_line_corner1 {  }	
		#stacks_in_114674 .inner_slice_content {   padding: 14px; 	 }	
	}
	
	#stacks_in_114674 .hype_line_corner1 path, #stacks_in_114674 .hype_line_corner2 path, #stacks_in_114674 .hype_line_corner3 path, #stacks_in_114674 .hype_line_corner4 path, #stacks_in_114674 .hype_line_corner5 path, #stacks_in_114674 .hype_line_corner6 path, #stacks_in_114674 .hype_line_corner7 path, #stacks_in_114674 .hype_line_corner8 path, #stacks_in_114674 .hype_line_corner9 path, #stacks_in_114674 .hype_line_corner10 path {	 	
		 
		 	
	}
	#stacks_in_114674 .hype_line_20, #stacks_in_114674 .hype_line_20 path {
	
	}	
	


#stacks_in_114674 .trigger-19 { opacity: 0 !important; 
	 margin-top: 140px !important; 
	 
	}
	#stacks_in_114674 .preview_only { display: none; } 

/* -- End EACH CSS Template -- *//* -- Start EACH CSS Template -- */






	#stacks_in_114662 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
	#stacks_in_114662 .HYPE_document { overflow: auto;  pointer-events: none !important; direction:ltr !important; margin:auto; position:relative; display: block; width: 100%;  border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; height: 100% !important; }
	
	#stacks_in_114662 .hype_bg-20, #stacks_in_114662 .hype_bg-20-grad { position: absolute; width: 100%; height: 100%; right: 0; left: 0; bottom: 0; top: 0; margin-right: auto;	margin-left: auto; text-align: center; max-width: 1300px; border-radius: 48px;  -webkit-border-radius: 48px; }
	
	#stacks_in_114662 .hype_bg-20-grad { display: none; 
	    
			}
	#stacks_in_114662 .hype_bg-20 {  
	   	
	  
	   	
	   background-image:none; background-color: transparent;     
	  background-size: cover !important; pointer-events: none;
		background-position: 50% 50%; opacity: 1; }
	
	@media screen and (max-width: 770px) { #stacks_in_114662 .hype_bg-20 {  } } 
	
	/* fixed desktop only */
	@media (max-width: 480px) { #stacks_in_114662 .hype_bg-20  { background-attachment: scroll !important; } }
	@media (min-width: 481px) and (max-width: 1024px) { #stacks_in_114662 .hype_bg-20  {  background-attachment: scroll !important; } }
	@media (min-width: 1025px) {  #stacks_in_114662 .hype_bg-20 { background-attachment: fixed !important; }  }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) { #stacks_in_114662 .hype_bg-20 { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114662 .hype_bg-20  { background-attachment: scroll !important; } }
	@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) { #stacks_in_114662 .hype_bg-20  { background-attachment: scroll !important; } }
	
	#stacks_in_114662_default20_hype_container { margin:auto; position:relative; overflow: visible; pointer-events: none; }
	#stacks_in_114662 .wrapper-20 {margin-right: auto; margin-left: auto; max-width: 1300px; }
	
	#stacks_in_114662 .inner_slice_content { padding: 40px;  min-height: 120px; margin: 0; pointer-events: auto; }
	
	#stacks_in_114662 .hype_line_20 path, #stacks_in_114662 .hype_line_corner1 path, #stacks_in_114662 .hype_line_corner2 path, #stacks_in_114662 .hype_line_corner3 path, #stacks_in_114662 .hype_line_corner4 path, #stacks_in_114662 .hype_line_corner5 path, #stacks_in_114662 .hype_line_corner6 path, #stacks_in_114662 .hype_line_corner7 path, #stacks_in_114662 .hype_line_corner8 path, #stacks_in_114662 .hype_line_corner9 path, #stacks_in_114662 .hype_line_corner10 path { stroke: #263E57 !important; stroke-linecap: round !important; 
	 }
	@keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	@-webkit-keyframes fade-border-css { 0% {opacity: 0;} 100% {opacity: 1;} }
	
	#stacks_in_114662 .hype_line_20 path, #stacks_in_114662 .hype_line_corner1 path, #stacks_in_114662 .hype_line_corner2 path, #stacks_in_114662 .hype_line_corner3 path, #stacks_in_114662 .hype_line_corner4 path, #stacks_in_114662 .hype_line_corner5 path, #stacks_in_114662 .hype_line_corner6 path, #stacks_in_114662 .hype_line_corner7 path, #stacks_in_114662 .hype_line_corner8 path, #stacks_in_114662 .hype_line_corner9 path, #stacks_in_114662 .hype_line_corner10 path { stroke-width: 2px !important; }
	
	@media (min-width: 768px) {	
	    #stacks_in_114662 .inner_slice_content {    min-height: 100px;  }
	}
	
	@media (max-width: 768px) {		
		#stacks_in_114662 .hype_bg-20, #stacks_in_114662 .hype_bg-20-grad {	 }				
		#stacks_in_114662 .hype_line_20 path, #stacks_in_114662 .hype_line_corner1 path, #stacks_in_114662 .hype_line_corner2 path, #stacks_in_114662 .hype_line_corner3 path, #stacks_in_114662 .hype_line_corner4 path, #stacks_in_114662 .hype_line_corner5 path, #stacks_in_114662 .hype_line_corner6 path, #stacks_in_114662 .hype_line_corner7 path, #stacks_in_114662 .hype_line_corner8 path, #stacks_in_114662 .hype_line_corner9 path, #stacks_in_114662 .hype_line_corner10 path {  }			
		#stacks_in_114662 .hype_line_corner2, #stacks_in_114662 .hype_line_corner3, #stacks_in_114662 .hype_line_corner4, #stacks_in_114662 .hype_line_corner5, #stacks_in_114662 .hype_line_corner6, #stacks_in_114662 .hype_line_corner7, #stacks_in_114662 .hype_line_corner8, #stacks_in_114662 .hype_line_corner9 path, #stacks_in_114662 .hype_line_corner10 path {  }	
		#stacks_in_114662 .hype_line_corner1 {  }	
		#stacks_in_114662 .inner_slice_content {   padding: 21px; 	 }	
	}
	
	#stacks_in_114662 .hype_line_corner1 path, #stacks_in_114662 .hype_line_corner2 path, #stacks_in_114662 .hype_line_corner3 path, #stacks_in_114662 .hype_line_corner4 path, #stacks_in_114662 .hype_line_corner5 path, #stacks_in_114662 .hype_line_corner6 path, #stacks_in_114662 .hype_line_corner7 path, #stacks_in_114662 .hype_line_corner8 path, #stacks_in_114662 .hype_line_corner9 path, #stacks_in_114662 .hype_line_corner10 path {	 	
		 
		 	
	}
	#stacks_in_114662 .hype_line_20, #stacks_in_114662 .hype_line_20 path {
	
	}	
	


#stacks_in_114662 .trigger-19 { opacity: 0 !important; 
	 margin-top: 0px !important; 
	 
	}
	#stacks_in_114662 .preview_only { display: none; } 

/* -- End EACH CSS Template -- */
#stacks_in_114663 {
	background-color: rgba(38, 62, 87, 1.00);
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	padding: 20px 20px 20px 20px;
}

#stacks_in_114665 {
	padding: 11px 0px 20px 0px;
}

#stacks_in_114668 {
	background-color: rgba(123, 193, 106, 1.00);
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	margin: 0px 10px 13px 10px;
	padding:  9px;
}

#stacks_out_114668 {
	width: 216px;
}

#stacks_in_114670 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_114680 {
	padding: 100px 0px 0px 0px;
}

#stacks_out_114680 {
	width: 250px;
}
#stacks_in_112183 .glider-wrapper,#stacks_in_112183 .glider-button{-webkit-transition:all 242ms ease;transition:all 242ms ease}#stacks_in_112183 .glider-wrapper.custom-style{background-color:#46ACFA;color:rgba(255, 255, 255, 1.00)}#stacks_in_112183 .glider-wrapper.custom-style div,#stacks_in_112183 .glider-wrapper.custom-style p{color:rgba(255, 255, 255, 1.00)}#stacks_in_112183 .glider-wrapper.custom-style .glider-toggle{color:rgba(255, 255, 255, 1.00)}#stacks_in_112183 .glider-wrapper .glider-content{padding:3.25rem 1rem}@media only screen and (min-width:40.063em){#stacks_in_112183 .glider-wrapper .glider-content{padding:5.00rem 0.00rem}}#stacks_in_112183 .glider-button{margin:0px}#stacks_in_112183 .glider-button.custom-style{background-color:#46ACFA;color:#FFFFFF}#stacks_in_112183 .glider-button.static-width{width:66px}#stacks_in_112183 .launcher-bar .glider-button{text-align:left}#stacks_in_112183 .location-left .glider-button,#stacks_in_112183 .location-right .glider-button{top:100px}#stacks_in_112183 .location-left .glider-button.flipPosition,#stacks_in_112183 .location-right .glider-button.flipPosition{top:auto;bottom:100px}#stacks_in_112183 .location-top .glider-button,#stacks_in_112183 .location-bottom .glider-button{left:100px}#stacks_in_112183 .location-top .glider-button.flipPosition,#stacks_in_112183 .location-bottom .glider-button.flipPosition{left:auto;right:100px}@media only screen and (min-width:40.063em){#stacks_in_112183 .location-left .glider-wrapper.opened,#stacks_in_112183 .location-right .glider-wrapper.opened{width:245px}#stacks_in_112183 .location-left.slideout .glider-wrapper,#stacks_in_112183 .location-right.slideout .glider-wrapper{width:245px}#stacks_in_112183 .location-left .glider-button.opened{left:245px}#stacks_in_112183 .location-left.slideout .glider-wrapper{margin-left:-245px}#stacks_in_112183 .location-right .glider-button.opened{right:245px}#stacks_in_112183 .location-right.slideout .glider-wrapper{margin-right:-245px}#stacks_in_112183 .location-top .glider-wrapper.opened,#stacks_in_112183 .location-bottom .glider-wrapper.opened{height:245px}#stacks_in_112183 .location-top .glider-button.opened{top:245px}#stacks_in_112183 .location-bottom .glider-button.opened{bottom:245px}}
  #stacks_in_112186{display:none}@media screen and (max-width:500px){#stacks_in_112186{display:block}} 

#stacks_in_112188 {
	padding: 40px 0px 0px 0px;
}

#stacks_out_112188 {
	width: 150px;
}

#stacks_in_112190 {
	background-color: rgba(56, 174, 255, 1.00);
	-moz-border-radius: 0px 0px 0px 4px;
	-webkit-border-radius: 0px 0px 0px 4px;
	border-radius: 0px 0px 0px 4px;
	padding: 25px 8px 14px 8px;
}

#stacks_out_112190 {
	width: 244px;
}

#stacks_out_112192 {
	margin-left:0;
}

#stacks_in_113878 {
	background-color: rgba(137, 212, 118, 1.00);
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	margin: 0px 10px 16px 10px;
	padding:  9px;
}

#stacks_out_113878 {
	width: 216px;
}
#stacks_in_112205>.s3_row {
	margin: 0 -0px;
}

#stacks_in_112205>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_112205>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_112205>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_112205>.s3_row>.s3_column {
	padding: 0 0px;
}








@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}




#stacks_in_112205 {
	padding: 10px 0px 10px 0px;
}

#stacks_out_112205 {
	width: 210px;
}

#stacks_in_112207 {
	padding: 10px 7px 9px 7px;
}

#stacks_out_112207 {
	margin-left:0;
}

#stacks_in_112210 {
	border: solid rgba(255, 255, 255, 0.36);
	border-width: 0px 0px 0px 1px;
	padding: 10px 7px 9px 7px;
}

#stacks_out_112210 {
	margin-right:0;
}

#stacks_in_112213 {
	border: solid rgba(255, 255, 255, 0.36);
	border-width: 0px 0px 0px 1px;
	padding: 10px 7px 9px 7px;
}

#stacks_out_112213 {
	margin-right:0;
}

#stacks_in_113547 {
	border: solid rgba(209, 209, 209, 1.00);
	border-width: 1px 0px 0px 0px;
	padding:  12px;
}

#stacks_out_113543 {
	width: 45px;
}

#stacks_in_113541 {
	padding: 9px 0px 0px 0px;
}

#stacks_out_113541 {
	margin-right:0;
}
