
@property --glass-border-one{syntax:"<color>";inherits:true;initial-value:rgba(255,255,255,0)}@property --glass-border-two{syntax:"<color>";inherits:true;initial-value:rgba(255,255,255,0.5)}@property --glass-border-deg{syntax:"<angle>";inherits:true;initial-value:0deg}@property --glass-shimmer-width{syntax:"<length-percentage>";inherits:true;initial-value:10%}@keyframes glass-border-bounce{50%{scale:var(--glass-border-scale,0.995)}100%{scale:1;--glass-border-deg:var(--glass-hover-deg,360deg)}}@keyframes glass-border-rotate{100%{--glass-border-deg:var(--glass-hover-deg,360deg)}}.glass-outer{position:relative;box-shadow:var(--glass-drop-shadow,none);border-radius:var(--glass-radius,0)}.glass-inner{position:relative;overflow:hidden;border-radius:inherit;padding:var(--glass-padding,4rem 2rem);clip-path:inset(0 round var(--glass-radius));background:var(--glass-bg,hsl(0 0% 100% / 0.1));backdrop-filter:blur(var(--glass-blur,3px));box-shadow:var(--glass-inner-shadow,none);isolation:isolate;contain:paint;transition:background 200ms linear}.glass-inner::after{content:"";position:absolute;z-index:-1;inset:0;border-radius:inherit;transition:--glass-border-one 200ms linear,--glass-border-two 200ms linear;border:var(--glass-border-size,2px) solid transparent;background:linear-gradient(var(--glass-border-deg),var(--glass-border-two),var(--glass-border-one)) border-box;mask:linear-gradient(black,black) border-box,linear-gradient(black,black) padding-box;mask-composite:subtract}.glass-inner.glass-border-bounce:hover{animation:glass-border-bounce var(--glass-shine-duration,350ms) linear forwards}.glass-inner.glass-border-rotate:hover{animation:glass-border-rotate var(--glass-shine-duration,350ms) linear infinite forwards}.glass-spotlight{pointer-events:none;position:absolute;inset:0;z-index:0;opacity:0;transition:opacity 250ms linear;border-radius:inherit;background:radial-gradient(circle at var(--glass-spotlight-x,0px) var(--glass-spotlight-y,0px),var(--glass-spotlight-color,rgba(255,255,255,0.2)),transparent var(--glass-spotlight-size,40%));mix-blend-mode:screen}.glass-inner:hover .glass-spotlight{opacity:1}.glass-inner.shimmer::before{content:"";position:absolute;inset:-18%;pointer-events:none;mix-blend-mode:screen;border-radius:inherit;background:linear-gradient(var(--glass-shimmer-angle,60deg),transparent calc(50% - (var(--glass-shimmer-width,10%) / 2)),var(--glass-shimmer-color,rgba(255,255,255,.5)) 50%,transparent calc(50% + (var(--glass-shimmer-width,10%) / 2)));transform:translateX(-130%);will-change:transform;transition:transform var(--glass-shimmer-speed,650ms) var(--glass-shimmer-ease,cubic-bezier(.2,.7,.2,1)) var(--glass-shimmer-delay,0ms)}.glass-inner.shimmer:hover::before{transform:translateX(130%)}@media (prefers-reduced-motion:reduce){.glass-inner.shimmer::before{transition:none;transform:none}.glass-inner.glass-border-bounce:hover,.glass-inner.glass-border-rotate:hover{animation:none}}/*.glass-distortion{position:absolute;z-index:-1;inset:0;backdrop-filter:blur(3px);filter:url(#glass-distortion);overflow:hidden;isolation:isolate}*/
/*  */
#rotate-stacks_in_210 {
  /*  */
  /*  */
  /*  */
  padding: 10px 10px;
  max-width: 2000px;
  border-radius: 0px;
  min-height: 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box; }
  #rotate-stacks_in_210:hover .rotate-nav {
    opacity: 1;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%); }
  #rotate-stacks_in_210 .rotate-nav {
    top: 50%;
    opacity: 0;
    width: 30px;
    color: white;
    z-index: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    transition: all 0.4s ease;
    -webkit-transform: translate(-30px, -50%);
            transform: translate(-30px, -50%); }
    #rotate-stacks_in_210 .rotate-nav-state {
      width: 5px;
      height: 5px;
      margin: 10px 0;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.20); }
    #rotate-stacks_in_210 .rotate-nav-prev, #rotate-stacks_in_210 .rotate-nav-next {
      width: 20px;
      height: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 1;
      cursor: pointer;
      position: relative;
      border-radius: 2px;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: rgba(255, 255, 255, 1.00);
      background: rgba(255, 255, 255, 0.20); }
      #rotate-stacks_in_210 .rotate-nav-prev i, #rotate-stacks_in_210 .rotate-nav-next i {
        top: 50%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      #rotate-stacks_in_210 .rotate-nav-prev:hover, #rotate-stacks_in_210 .rotate-nav-next:hover {
        opacity: 1;
        color: rgba(0, 0, 0, 0.50);
        background: rgba(255, 255, 255, 1.00); }
  #rotate-stacks_in_210 .rotate-flex-wrap {
    max-width: 600px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    box-sizing: border-box;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    transition: all 0.4s ease; }
    #rotate-stacks_in_210 .rotate-flex-wrap .rotate-item {
      padding: 20px 40px;
      top: 0;
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: absolute;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      box-sizing: border-box;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #rotate-stacks_in_210 .rotate-flex-wrap .rotate-item.active {
        opacity: 1; }
        #rotate-stacks_in_210 .rotate-flex-wrap .rotate-item.active .rotate-item-action {
          -webkit-animation: action-in 0.5s 0.8s;
                  animation: action-in 0.5s 0.8s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
        #rotate-stacks_in_210 .rotate-flex-wrap .rotate-item.active.hide .rotate-item-action {
          -webkit-animation: action-out 0.3s;
                  animation: action-out 0.3s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }

#rotate-stacks_in_210 .rotate-flex-wrap .rotate-item {
  /*  */
  font-family: "Raleway";
  /*  */ }
  #rotate-stacks_in_210 .rotate-flex-wrap .rotate-item-icon {
    opacity: 1;
    color: rgba(255, 103, 31, 1.00);
    font-size: 36px;
    margin-bottom: 15px;
    transition: all 0.1s ease; }
  #rotate-stacks_in_210 .rotate-flex-wrap .rotate-item-title {
    /*  */
    font-family: "Raleway";
    /*  */
    width: 100%;
    font-weight: 300;
    color: rgba(255, 103, 31, 1.00);
    font-size: 30px;
    line-height: calc(30px * 1.4);
    margin: 0 0 30px; }
  #rotate-stacks_in_210 .rotate-flex-wrap .rotate-item-action, #rotate-stacks_in_210 .rotate-flex-wrap .rotate-item-action:active {
    /*  */
    font-family: "Nunito";
    /*  */
    opacity: 0;
    text-decoration: none;
    padding: 0px 0px;
    font-size: 0px;
    border-radius: 0px;
    color: rgba(0, 0, 0, 0.50);
    background: rgba(255, 255, 255, 1.00);
    line-height: calc(0px * 1.4);
    cursor: pointer;
    transition: all 0.4s ease;
    -webkit-animation: action-out 0.3s;
            animation: action-out 0.3s;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
    #rotate-stacks_in_210 .rotate-flex-wrap .rotate-item-action:hover, #rotate-stacks_in_210 .rotate-flex-wrap .rotate-item-action:active:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(0, 0, 0, 0.20); }

#rotate-stacks_in_210.rotate-prev .rotate-flex-wrap .rotate-item {
  opacity: 0;
  transition: all 1s ease;
  -webkit-transform: translateY(100%) scale(0.5);
          transform: translateY(100%) scale(0.5); }
  #rotate-stacks_in_210.rotate-prev .rotate-flex-wrap .rotate-item.active {
    opacity: 1;
    transition: all 1s ease;
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1); }
    #rotate-stacks_in_210.rotate-prev .rotate-flex-wrap .rotate-item.active.hide {
      opacity: 0;
      transition: all 1s ease;
      -webkit-transform: translateY(-100%) scale(0.5);
              transform: translateY(-100%) scale(0.5); }

#rotate-stacks_in_210.rotate-next .rotate-flex-wrap .rotate-item {
  opacity: 0;
  transition: all 1s ease;
  -webkit-transform: translateY(-100%) scale(0.5);
          transform: translateY(-100%) scale(0.5); }
  #rotate-stacks_in_210.rotate-next .rotate-flex-wrap .rotate-item.active {
    opacity: 1;
    transition: all 1s ease;
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1); }
    #rotate-stacks_in_210.rotate-next .rotate-flex-wrap .rotate-item.active.hide {
      opacity: 0;
      transition: all 1s ease;
      -webkit-transform: translateY(100%) scale(0.5);
              transform: translateY(100%) scale(0.5); }

#rotate-stacks_in_210.align-left .rotate-item {
  left: 0;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

#rotate-stacks_in_210.align-left .rotate-nav {
  left: 0;
  -webkit-transform: translate(-30px, -50%);
          transform: translate(-30px, -50%); }

#rotate-stacks_in_210.align-left:hover .rotate-item {
  left: 30px; }

#rotate-stacks_in_210.align-left:hover .rotate-nav {
  opacity: 1;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%); }

#rotate-stacks_in_210.align-right .rotate-item {
  right: 0;
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

#rotate-stacks_in_210.align-right .rotate-nav {
  right: 0;
  -webkit-transform: translate(30px, -50%);
          transform: translate(30px, -50%); }

#rotate-stacks_in_210.align-right:hover .rotate-item {
  right: 30px; }

#rotate-stacks_in_210.align-right:hover .rotate-nav {
  opacity: 1;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%); }

#rotate-stacks_in_210.align-center .rotate-item {
  left: 0;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#rotate-stacks_in_210.align-center .rotate-nav {
  left: 0;
  -webkit-transform: translate(-30px, -50%);
          transform: translate(-30px, -50%); }

#rotate-stacks_in_210.align-center:hover .rotate-item {
  left: 30px; }

#rotate-stacks_in_210.align-center:hover .rotate-nav {
  opacity: 1;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%); }

@media (max-width: 768px) {
  #rotate-stacks_in_210 .rotate-item .rotate-item-title {
    font-size: 24px;
    line-height: calc(24px * 1.4); } }

@media (max-width: 500px) {
  #rotate-stacks_in_210 .rotate-item .rotate-item-title {
    font-size: 20px;
    line-height: calc(20px * 1.4); }
  #rotate-stacks_in_210.align-left .rotate-item {
    left: 30px; }
  #rotate-stacks_in_210.align-left .rotate-nav {
    opacity: 1;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%); }
  #rotate-stacks_in_210.align-right .rotate-item {
    right: 30px; }
  #rotate-stacks_in_210.align-right .rotate-nav {
    opacity: 1;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%); }
  #rotate-stacks_in_210.align-center .rotate-item {
    left: 30px; }
  #rotate-stacks_in_210.align-center .rotate-nav {
    opacity: 1;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%); } }

@-webkit-keyframes action-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes action-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes action-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes action-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }
#stacks_in_244>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}








	#stacks_in_254 .button_icon,#stacks_in_254 .button_icon i {
		margin:0;
		padding:0;
		display:inline-block;
		font-weight:normal;
		height:32px;
		line-height:32px;
		font-size:19px;
	}
	


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


	#stacks_in_254 .button_icon {
		border-right: 1px solid rgba(0,0,0,0.2);
		float:left;
		padding-right:14px;
	}
	#stacks_in_254 .button_label {
		border-left: 1px solid rgba(255,255,255, 0.2);
		float:left;
		padding: 0px 7px 0px 14px;
	}




#stacks_in_254 .sweet_button_wrapper {
	text-align:center;

	
		height:32px;
	
}

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

	
		#stacks_in_254 .button_icon,#stacks_in_254 .button_icon i {
			height:28px;
			line-height:2em;
			font-size:17px;
		}
		
	

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

#stacks_in_254 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 14px;
	text-decoration:none;
	text-align:center;
	color:rgba(255, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:5px;
	background:rgba(255, 103, 31, 1.00);
}
#stacks_in_254 .sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

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








#stacks_in_254 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(255, 123, 51, 1.00);
}
#stacks_in_254 .sweet_button:active{
	background: rgba(235, 83, 11, 1.00);
}
#stacks_in_254 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_254 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_254 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}










	#stacks_in_258 .button_icon,#stacks_in_258 .button_icon i {
		margin:0;
		padding:0;
		display:inline-block;
		font-weight:normal;
		height:32px;
		line-height:32px;
		font-size:19px;
	}
	


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


	#stacks_in_258 .button_icon {
		border-right: 1px solid rgba(0,0,0,0.2);
		float:left;
		padding-right:14px;
	}
	#stacks_in_258 .button_label {
		border-left: 1px solid rgba(255,255,255, 0.2);
		float:left;
		padding: 0px 7px 0px 14px;
	}




#stacks_in_258 .sweet_button_wrapper {
	text-align:center;

	
		height:32px;
	
}

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

	
		#stacks_in_258 .button_icon,#stacks_in_258 .button_icon i {
			height:28px;
			line-height:2em;
			font-size:17px;
		}
		
	

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

#stacks_in_258 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 14px;
	text-decoration:none;
	text-align:center;
	color:rgba(255, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:5px;
	background:rgba(0, 152, 224, 1.00);
}
#stacks_in_258 .sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

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








#stacks_in_258 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(20, 172, 244, 1.00);
}
#stacks_in_258 .sweet_button:active{
	background: rgba(0, 132, 204, 1.00);
}
#stacks_in_258 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_258 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_258 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}







#stacks_in_287>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





.stacks_in_285{--glass-bg:linear-gradient(168deg,rgba(255, 103, 31, 1.00),rgba(255, 255, 255, 1.00));--glass-blur:20px;--glass-border-size:0px;--glass-radius:30px;--glass-border-one:rgba(255, 255, 255, 0.75);--glass-border-two:rgba(255, 255, 255, 0.00);--glass-border-deg:0deg;--glass-hover-deg:360deg;--glass-shine-duration:350ms;--glass-shine-scale:0.995;--glass-iteration:;--glass-spotlight-color:rgba(255, 255, 255, 0.20);--glass-spotlight-size:50%;--glass-shimmer-angle:60deg;--glass-shimmer-color:rgba(255, 255, 255, 0.50);--glass-shimmer-width:16%;--glass-shimmer-speed:650ms;--glass-shimmer-delay:200ms;--glass-padding:2rem 2rem}.stacks_in_285:hover{}
.stacks_in_290{--glass-bg:linear-gradient(168deg,rgba(0, 152, 224, 1.00),rgba(255, 255, 255, 1.00));--glass-blur:20px;--glass-border-size:0px;--glass-radius:30px;--glass-border-one:rgba(255, 255, 255, 0.75);--glass-border-two:rgba(255, 255, 255, 0.00);--glass-border-deg:0deg;--glass-hover-deg:360deg;--glass-shine-duration:350ms;--glass-shine-scale:0.995;--glass-iteration:;--glass-spotlight-color:rgba(255, 255, 255, 0.20);--glass-spotlight-size:50%;--glass-shimmer-angle:60deg;--glass-shimmer-color:rgba(255, 255, 255, 0.50);--glass-shimmer-width:16%;--glass-shimmer-speed:650ms;--glass-shimmer-delay:200ms;--glass-padding:2rem 2rem}.stacks_in_290:hover{}
.stacks_in_294{--glass-bg:linear-gradient(168deg,rgba(255, 103, 31, 1.00),rgba(255, 255, 255, 1.00));--glass-blur:20px;--glass-border-size:0px;--glass-radius:30px;--glass-border-one:rgba(255, 255, 255, 0.75);--glass-border-two:rgba(255, 255, 255, 0.00);--glass-border-deg:0deg;--glass-hover-deg:360deg;--glass-shine-duration:350ms;--glass-shine-scale:0.995;--glass-iteration:;--glass-spotlight-color:rgba(255, 255, 255, 0.20);--glass-spotlight-size:50%;--glass-shimmer-angle:60deg;--glass-shimmer-color:rgba(255, 255, 255, 0.50);--glass-shimmer-width:16%;--glass-shimmer-speed:650ms;--glass-shimmer-delay:200ms;--glass-padding:2rem 2rem}.stacks_in_294:hover{}
#stacks_in_263>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#stacks_in_149>.s3_row {
	margin: 0 -10px;
}

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








  


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




	#stacks_in_149>.s3_row  {
		margin: -10px -10px;
	}
	#stacks_in_149>.s3_row>.s3_column {
		padding: 10px 10px;
		width:50%;
	}



}



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


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





}




  

#stacks_in_149 {
	background-color: rgba(204, 204, 204, 1.00);
}
/*
1.0.0
*/
.hlh-margin_stacks_in_154 {
  margin: 50px 50px 50px 50px;
}
.halo-hyperlink_stacks_in_154 {
  position: relative;
  z-index: 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.halo-hyperlink_stacks_in_154[hlh-aspect="1"] .halo-hyperlink-content-wrap {
  /* aspect-ratio: 1;
  width: 40px;
  max-width: 100%; */
}
.halo-hyperlink_stacks_in_154 > a,
.halo-hyperlink_stacks_in_154 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_154 > a {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  z-index: 4;
}
.halo-hyperlink_stacks_in_154 > .halo-hyperlink-effect-wrap {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  z-index: 1;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_154 > .halo-hyperlink-effect-wrap.hhw-75 {
  left: -75px;
  top: -75px;
  bottom: -75px;
  right: -75px;
}
.halo-hyperlink_stacks_in_154 > .halo-hyperlink-effect-wrap.hhw-150 {
  left: -150px;
  top: -150px;
  bottom: -150px;
  right: -150px;
}

.halo-hyperlink_stacks_in_154 .halo-hyperlink-bg-inactive > div:nth-child(2),
.halo-hyperlink_stacks_in_154 .halo-hyperlink-effect .halo-hyperlink-svg,
.halo-hyperlink_stacks_in_154 .halo-hyperlink-inactive {
  
  transition: opacity 300ms ease;
  
}
.halo-hyperlink_stacks_in_154 .halo-hyperlink-bg-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
  opacity: 1;
  
  height: 40px;
  width: 40px;
  
}
.halo-hyperlink_stacks_in_154 .halo-hyperlink-bg-inactive,
.halo-hyperlink_stacks_in_154 .halo-hyperlink-bg {
  position: absolute;
  left: calc(6px / 2 - 1px);
  right: calc(6px / 2 - 1px);
  bottom: calc(6px / 2 - 1px);
  top: calc(6px / 2 - 1px);
  border-radius: 50%;
  
  overflow: hidden;
  
}
.halo-hyperlink_stacks_in_154 .halo-hyperlink-bg-inactive {
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
}
.halo-hyperlink_stacks_in_154 .halo-hyperlink-bg > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}




.halo-hyperlink_stacks_in_154 .halo-hyperlink-bg-inactive > div:nth-child(1) {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.00);
}

.halo-hyperlink_stacks_in_154 .halo-hyperlink-inactive {
  display: none;
}

.halo-hyperlink_stacks_in_154 .halo-hyperlink-bg > div {
  
  
  background-color : transparent;
  
  background-image : url(../files/bgI-154.png);
  
  opacity: 1.000000;
  background-position: center;
  
  
  background-size: cover;
}
.halo-hyperlink_stacks_in_154 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
}
.halo-hyperlink_stacks_in_154 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
  position: absolute;
}
.halo-hyperlink_stacks_in_154 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap > svg {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
}
/* .halo-hyperlink_stacks_in_154 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap:after {
  background: #FFFFFF;
} */
.halo-hyperlink_stacks_in_154 .halo-hyperlink-content-wrap {
  position: relative;
  z-index: 3;
  /* z-index: 0; */
  display: grid;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  

}


.halo-hyperlink_stacks_in_154 .halo-hyperlink-content-wrap > div:nth-child(2) {
  
}

/*
1.0.0
*/
.hlh-margin_stacks_in_156 {
  margin: 50px 50px 50px 50px;
}
.halo-hyperlink_stacks_in_156 {
  position: relative;
  z-index: 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.halo-hyperlink_stacks_in_156[hlh-aspect="1"] .halo-hyperlink-content-wrap {
  /* aspect-ratio: 1;
  width: 40px;
  max-width: 100%; */
}
.halo-hyperlink_stacks_in_156 > a,
.halo-hyperlink_stacks_in_156 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_156 > a {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  z-index: 4;
}
.halo-hyperlink_stacks_in_156 > .halo-hyperlink-effect-wrap {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  z-index: 1;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_156 > .halo-hyperlink-effect-wrap.hhw-75 {
  left: -75px;
  top: -75px;
  bottom: -75px;
  right: -75px;
}
.halo-hyperlink_stacks_in_156 > .halo-hyperlink-effect-wrap.hhw-150 {
  left: -150px;
  top: -150px;
  bottom: -150px;
  right: -150px;
}

.halo-hyperlink_stacks_in_156 .halo-hyperlink-bg-inactive > div:nth-child(2),
.halo-hyperlink_stacks_in_156 .halo-hyperlink-effect .halo-hyperlink-svg,
.halo-hyperlink_stacks_in_156 .halo-hyperlink-inactive {
  
  transition: opacity 300ms ease;
  
}
.halo-hyperlink_stacks_in_156 .halo-hyperlink-bg-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
  opacity: 1;
  
  height: 40px;
  width: 40px;
  
}
.halo-hyperlink_stacks_in_156 .halo-hyperlink-bg-inactive,
.halo-hyperlink_stacks_in_156 .halo-hyperlink-bg {
  position: absolute;
  left: calc(6px / 2 - 1px);
  right: calc(6px / 2 - 1px);
  bottom: calc(6px / 2 - 1px);
  top: calc(6px / 2 - 1px);
  border-radius: 50%;
  
  overflow: hidden;
  
}
.halo-hyperlink_stacks_in_156 .halo-hyperlink-bg-inactive {
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
}
.halo-hyperlink_stacks_in_156 .halo-hyperlink-bg > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}




.halo-hyperlink_stacks_in_156 .halo-hyperlink-bg-inactive > div:nth-child(1) {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.00);
}

.halo-hyperlink_stacks_in_156 .halo-hyperlink-inactive {
  display: none;
}

.halo-hyperlink_stacks_in_156 .halo-hyperlink-bg > div {
  
  
  background-color : transparent;
  
  background-image : url(../files/bgI-156.png);
  
  opacity: 1.000000;
  background-position: center;
  
  
  background-size: cover;
}
.halo-hyperlink_stacks_in_156 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
}
.halo-hyperlink_stacks_in_156 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
  position: absolute;
}
.halo-hyperlink_stacks_in_156 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap > svg {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
}
/* .halo-hyperlink_stacks_in_156 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap:after {
  background: #FFFFFF;
} */
.halo-hyperlink_stacks_in_156 .halo-hyperlink-content-wrap {
  position: relative;
  z-index: 3;
  /* z-index: 0; */
  display: grid;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  

}


.halo-hyperlink_stacks_in_156 .halo-hyperlink-content-wrap > div:nth-child(2) {
  
}

/*
1.0.0
*/
.hlh-margin_stacks_in_158 {
  margin: 50px 50px 50px 50px;
}
.halo-hyperlink_stacks_in_158 {
  position: relative;
  z-index: 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.halo-hyperlink_stacks_in_158[hlh-aspect="1"] .halo-hyperlink-content-wrap {
  /* aspect-ratio: 1;
  width: 40px;
  max-width: 100%; */
}
.halo-hyperlink_stacks_in_158 > a,
.halo-hyperlink_stacks_in_158 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_158 > a {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  z-index: 4;
}
.halo-hyperlink_stacks_in_158 > .halo-hyperlink-effect-wrap {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  z-index: 1;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_158 > .halo-hyperlink-effect-wrap.hhw-75 {
  left: -75px;
  top: -75px;
  bottom: -75px;
  right: -75px;
}
.halo-hyperlink_stacks_in_158 > .halo-hyperlink-effect-wrap.hhw-150 {
  left: -150px;
  top: -150px;
  bottom: -150px;
  right: -150px;
}

.halo-hyperlink_stacks_in_158 .halo-hyperlink-bg-inactive > div:nth-child(2),
.halo-hyperlink_stacks_in_158 .halo-hyperlink-effect .halo-hyperlink-svg,
.halo-hyperlink_stacks_in_158 .halo-hyperlink-inactive {
  
  transition: opacity 300ms ease;
  
}
.halo-hyperlink_stacks_in_158 .halo-hyperlink-bg-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
  opacity: 1;
  
  height: 40px;
  width: 40px;
  
}
.halo-hyperlink_stacks_in_158 .halo-hyperlink-bg-inactive,
.halo-hyperlink_stacks_in_158 .halo-hyperlink-bg {
  position: absolute;
  left: calc(6px / 2 - 1px);
  right: calc(6px / 2 - 1px);
  bottom: calc(6px / 2 - 1px);
  top: calc(6px / 2 - 1px);
  border-radius: 50%;
  
  overflow: hidden;
  
}
.halo-hyperlink_stacks_in_158 .halo-hyperlink-bg-inactive {
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
}
.halo-hyperlink_stacks_in_158 .halo-hyperlink-bg > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}




.halo-hyperlink_stacks_in_158 .halo-hyperlink-bg-inactive > div:nth-child(1) {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.00);
}

.halo-hyperlink_stacks_in_158 .halo-hyperlink-inactive {
  display: none;
}

.halo-hyperlink_stacks_in_158 .halo-hyperlink-bg > div {
  
  
  background-color : transparent;
  
  background-image : url(../files/bgI-158.png);
  
  opacity: 1.000000;
  background-position: center;
  
  
  background-size: cover;
}
.halo-hyperlink_stacks_in_158 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
}
.halo-hyperlink_stacks_in_158 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
  position: absolute;
}
.halo-hyperlink_stacks_in_158 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap > svg {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
}
/* .halo-hyperlink_stacks_in_158 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap:after {
  background: #FFFFFF;
} */
.halo-hyperlink_stacks_in_158 .halo-hyperlink-content-wrap {
  position: relative;
  z-index: 3;
  /* z-index: 0; */
  display: grid;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  

}


.halo-hyperlink_stacks_in_158 .halo-hyperlink-content-wrap > div:nth-child(2) {
  
}

/*
1.0.0
*/
.hlh-margin_stacks_in_160 {
  margin: 50px 50px 50px 50px;
}
.halo-hyperlink_stacks_in_160 {
  position: relative;
  z-index: 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.halo-hyperlink_stacks_in_160[hlh-aspect="1"] .halo-hyperlink-content-wrap {
  /* aspect-ratio: 1;
  width: 40px;
  max-width: 100%; */
}
.halo-hyperlink_stacks_in_160 > a,
.halo-hyperlink_stacks_in_160 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_160 > a {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  z-index: 4;
}
.halo-hyperlink_stacks_in_160 > .halo-hyperlink-effect-wrap {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  z-index: 1;
  pointer-events: none;
}
.halo-hyperlink_stacks_in_160 > .halo-hyperlink-effect-wrap.hhw-75 {
  left: -75px;
  top: -75px;
  bottom: -75px;
  right: -75px;
}
.halo-hyperlink_stacks_in_160 > .halo-hyperlink-effect-wrap.hhw-150 {
  left: -150px;
  top: -150px;
  bottom: -150px;
  right: -150px;
}

.halo-hyperlink_stacks_in_160 .halo-hyperlink-bg-inactive > div:nth-child(2),
.halo-hyperlink_stacks_in_160 .halo-hyperlink-effect .halo-hyperlink-svg,
.halo-hyperlink_stacks_in_160 .halo-hyperlink-inactive {
  
  transition: opacity 300ms ease;
  
}
.halo-hyperlink_stacks_in_160 .halo-hyperlink-bg-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
  opacity: 1;
  
  height: 40px;
  width: 40px;
  
}
.halo-hyperlink_stacks_in_160 .halo-hyperlink-bg-inactive,
.halo-hyperlink_stacks_in_160 .halo-hyperlink-bg {
  position: absolute;
  left: calc(6px / 2 - 1px);
  right: calc(6px / 2 - 1px);
  bottom: calc(6px / 2 - 1px);
  top: calc(6px / 2 - 1px);
  border-radius: 50%;
  
  overflow: hidden;
  
}
.halo-hyperlink_stacks_in_160 .halo-hyperlink-bg-inactive {
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
}
.halo-hyperlink_stacks_in_160 .halo-hyperlink-bg > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}




.halo-hyperlink_stacks_in_160 .halo-hyperlink-bg-inactive > div:nth-child(1) {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.00);
}

.halo-hyperlink_stacks_in_160 .halo-hyperlink-inactive {
  display: none;
}

.halo-hyperlink_stacks_in_160 .halo-hyperlink-bg > div {
  
  
  background-color : transparent;
  
  background-image : url(../files/bgI-160.png);
  
  opacity: 1.000000;
  background-position: center;
  
  
  background-size: cover;
}
.halo-hyperlink_stacks_in_160 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
}
.halo-hyperlink_stacks_in_160 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
  position: absolute;
}
.halo-hyperlink_stacks_in_160 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap > svg {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
}
/* .halo-hyperlink_stacks_in_160 > .halo-hyperlink-effect-wrap > .halo-hyperlink-wrap:after {
  background: #FFFFFF;
} */
.halo-hyperlink_stacks_in_160 .halo-hyperlink-content-wrap {
  position: relative;
  z-index: 3;
  /* z-index: 0; */
  display: grid;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  

}


.halo-hyperlink_stacks_in_160 .halo-hyperlink-content-wrap > div:nth-child(2) {
  
}

