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

#stacks_in_2705>.s3_row>.s3_column_left {
	width: 53.79%;
}

#stacks_in_2705>.s3_row>.s3_column_right {
	width: 46.209999%;
}




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










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


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


}



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



}






#stacks_in_2707 {
	padding: 60px 0px 0px 0px;
}

#stacks_out_2707 {
	margin-right:0;
}

#stacks_in_3397 .mb_slideshow img { width: 100%; height: auto }




#stacks_in_3397 .mb_slideshow { 
    -webkit-perspective: 1000;
    -webkit-transform-style: preserve-3d;
    -moz-perspective: 1000;
    -moz-transform-style: preserve-3d;
    -o-perspective: 1000;
    -o-transform-style: preserve-3d;
    perspective: 1000;
    transform-style: preserve-3d;  
}


/* overlay */
#stacks_in_3397 .cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; 
    bottom: 0; 
    width: 100%; 
    z-index: 600;
    padding:0 5px;
    background: black; 
    color: white; 
    opacity: .5;
}


#stacks_in_1145 {
	border: solid rgba(128, 128, 128, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 30px 0px;
	padding: 25px 0px 10px 10px;
}
#stacks_in_3431>.s3_row {
	margin: 0 -0px;
}

#stacks_in_3431>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_3431>.s3_row>.s3_column_right {
	width: 30.000000%;
}




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










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



}



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


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


}






#stacks_in_3431 {
	margin: 20px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
}

#stacks_in_3452 {
	padding:  20px;
}

#stacks_out_3452 {
	width: 96%;
}

#stacks_in_3450 {
	padding: 40px 0px 0px 0px;
}
/*
 *  Carousel Complete v1.1.0
 */
.stacks_in_3475 .owl-stage-outer {
  height: auto !important;
}
.stacks_in_3475 .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.stacks_in_3475 .owl-animated-in {
  z-index: 0;
}
.stacks_in_3475 .owl-animated-out {
  z-index: 1;
}
/*
.stacks_in_3475 .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
*/
.stacks_in_3475 .reverse-animation {
  -webkit-animation-direction: reverse; /* Chrome, Safari, Opera */
  animation-direction: reverse;
}


.stacks_in_3475 .active {
  opacity: 1;
}
.stacks_in_3475 .owl-animated-out {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
}
.stacks_in_3475 .owl-animated-in {
  opacity: 1;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
}
.stacks_in_3475 .active.reverse-animation  {
  opacity: 1;
}
.stacks_in_3475 .owl-animated-out.reverse-animation {
  opacity: 1;
}
.stacks_in_3475 .owl-animated-in.reverse-animation {
  opacity: 1;
}

.stacks_in_3475 .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.stacks_in_3475 .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;
}

/*
 *  Core Owl Carousel CSS File
 */
.stacks_in_3475 {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.stacks_in_3475 .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
/*
.stacks_in_3475 .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
*/


.stacks_in_3475 .owl-stage-outer{
  
  position: relative;
  overflow: hidden;

  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.stacks_in_3475 .owl-controls .owl-nav .owl-prev,
.stacks_in_3475 .owl-controls .owl-nav .owl-next,
.stacks_in_3475 .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.stacks_in_3475.owl-loaded {
  display: block;
}
.stacks_in_3475.owl-loading {
  opacity: 0;
  display: block;
}
.stacks_in_3475.owl-hidden {
  opacity: 0;
}
.stacks_in_3475 .owl-refresh .owl-item {
  display: none;
}
.stacks_in_3475 .owl-item {
  position: relative;
  box-sizing: border-box;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.stacks_in_3475 .owl-item .item {
  padding-left: 2% !important;
  padding-right: 2% !important;
  box-sizing: border-box;
}
.stacks_in_3475 .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.stacks_in_3475.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.stacks_in_3475 .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.stacks_in_3475.owl-rtl {
  direction: rtl;
}
.stacks_in_3475.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .stacks_in_3475 {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.stacks_in_3475 .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.stacks_in_3475 .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.stacks_in_3475 .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.stacks_in_3475 .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../template_files/carScripts/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.stacks_in_3475 .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.stacks_in_3475 .owl-video-playing .owl-video-tn,
.stacks_in_3475 .owl-video-playing .owl-video-play-icon {
  display: none;
}
.stacks_in_3475 .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.stacks_in_3475 .owl-video-frame {
  position: relative;
  z-index: 1;
}
.stacks_in_3475 .item-video{

  overflow:hidden;
  position:relative;
}
.stacks_in_3475 .owl-video-frame{
    width:100% !important;
    height: auto !important;
}
.stacks_in_3475 .item{
  overflow:hidden;
}
.stacks_in_3475 .owl-stage-outer{
  overflow:hidden;
  position:relative;
}
.stacks_in_3475 .owl-stage{
}
/*img{height: 490px}*/
.stacks_in_3475 .owl-controls {
  
}
.stacks_in_3475 .owl-dots{
  margin:0 auto;
  width:100%;
  text-align: center;
  position:relative;
  z-index:99999;
}
.stacks_in_3475 .owl-dot {
  background:#333333;
  width:20px;
  height:20px;
  display:inline-block;
  margin:10px;
  border-radius:20px;
}
.stacks_in_3475 .owl-dot.active{
  background:#000000;
}

.stacks_in_3475 .owl-prev, .stacks_in_3475 .owl-next {
  width: 20px;
  height: 20px;
/*  background:white;*/
  float:left;
}
.stacks_in_3475 .owl-prev{
  position:absolute;
  height: auto;
  left: 10px;
  top: 50%;
  margin-top: -21px;
}
.stacks_in_3475 .owl-next{
  position:absolute;
  height: auto;
  right: 10px;
  top: 50%;
  margin-top: -21px;
}
.stacks_in_3475 .owl-prev polygon, .stacks_in_3475 .owl-prev path, .stacks_in_3475 .owl-next polygon{
    fill:#FFFFFF;
}

.stacks_in_3475 .item{
  position: relative;
}
.stacks_in_3475 .caption{
  position:absolute;
  display:none;
  color:white;
  width: 100%;
  z-index:9999;
  text-align:center;
  left: 0;
}
.stacks_in_3475 .visible{
  display:block;
}
.stacks_in_3475 .waiting {
  pointer-events: none;
}




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


.stacks_in_3476.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_3476.item.VidH .owl-video-frame,
.stacks_in_3476.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_3476.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_3476.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_3476.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_3476.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_3476 .eContent{
/*    display:  !important;*/
}

.stacks_in_3476.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_3476.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_3476.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_3476 .caption{
  bottom: 0
}



.stacks_in_3481.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_3481.item.VidH .owl-video-frame,
.stacks_in_3481.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_3481.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_3481.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_3481.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_3481.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_3481 .eContent{
/*    display:  !important;*/
}

.stacks_in_3481.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_3481.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_3481.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_3481 .caption{
  bottom: 0
}



.stacks_in_3486.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_3486.item.VidH .owl-video-frame,
.stacks_in_3486.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_3486.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_3486.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_3486.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_3486.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_3486 .eContent{
/*    display:  !important;*/
}

.stacks_in_3486.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_3486.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_3486.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_3486 .caption{
  bottom: 0
}



.stacks_in_3491.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_3491.item.VidH .owl-video-frame,
.stacks_in_3491.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_3491.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_3491.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_3491.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_3491.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_3491 .eContent{
/*    display:  !important;*/
}

.stacks_in_3491.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_3491.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_3491.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_3491 .caption{
  bottom: 0
}



.stacks_in_3496.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_3496.item.VidH .owl-video-frame,
.stacks_in_3496.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_3496.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_3496.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_3496.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_3496.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_3496 .eContent{
/*    display:  !important;*/
}

.stacks_in_3496.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_3496.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_3496.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_3496 .caption{
  bottom: 0
}



.stacks_in_3501.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_3501.item.VidH .owl-video-frame,
.stacks_in_3501.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_3501.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_3501.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_3501.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_3501.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_3501 .eContent{
/*    display:  !important;*/
}

.stacks_in_3501.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_3501.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_3501.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_3501 .caption{
  bottom: 0
}



.stacks_in_3506.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_3506.item.VidH .owl-video-frame,
.stacks_in_3506.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_3506.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_3506.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_3506.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_3506.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_3506 .eContent{
/*    display:  !important;*/
}

.stacks_in_3506.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_3506.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_3506.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_3506 .caption{
  bottom: 0
}



.stacks_in_3511.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_3511.item.VidH .owl-video-frame,
.stacks_in_3511.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_3511.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_3511.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_3511.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_3511.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_3511 .eContent{
/*    display:  !important;*/
}

.stacks_in_3511.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_3511.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_3511.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_3511 .caption{
  bottom: 0
}



.stacks_in_3516.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_3516.item.VidH .owl-video-frame,
.stacks_in_3516.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_3516.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_3516.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_3516.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_3516.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_3516 .eContent{
/*    display:  !important;*/
}

.stacks_in_3516.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_3516.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_3516.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_3516 .caption{
  bottom: 0
}



.stacks_in_3521.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_3521.item.VidH .owl-video-frame,
.stacks_in_3521.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_3521.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_3521.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_3521.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_3521.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_3521 .eContent{
/*    display:  !important;*/
}

.stacks_in_3521.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_3521.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_3521.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_3521 .caption{
  bottom: 0
}

#listifyContainer_stacks_in_3527_2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  box-sizing: border-box;
  padding: 0px 0px 0px 0px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyContainer_stacks_in_3527_2 [id*="listify"] {
    /*  */
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    /*  */
    /*  */
    /*  */ }

/*  */
/*  */
/*  */
@media (max-width: 767px) {
  #listifyContainer_stacks_in_3527_2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #listifyContainer_stacks_in_3527_2 [id*="listify"] {
      width: 100% !important;
      min-width: auto !important;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyContainer_stacks_in_3527_2.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyContainer_stacks_in_3527_2.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyContainer_stacks_in_3527_2.hide-d {
    display: none; } }

/*  */
/*  */
/*
1.3.0.2
- add ability to use manually imported icon font (item stack)
- updated woff2 file, old file was causing odd display bugs
*/
@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(listify-files/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(listify-files/MaterialIcons-2021.woff2) format('woff2'),
    url(listify-files/MaterialIcons-Regular.woff) format('woff'),
    url(listify-files/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

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

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

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

#listify_stacks_in_3527_3 {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. */
  /**
 * Remove default margin. */
  /* HTML5 display definitions
 * ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11. */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
  /* Links
 * ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10. */
  /**
 * Improve readability of focused elements when they are also in an
 * active/hover state. */
  /* Text-level semantics
 * ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in Safari and Chrome. */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in IE 8/9. */
  /**
 * Address inconsistent and variable font size in all browsers. */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
  /* Embedded content
 * ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10. */
  /**
 * Correct overflow not hidden in IE 9/10/11. */
  /* Grouping content
 * ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari. */
  /**
 * Address differences between Firefox and other browsers. */
  /**
 * Contain overflow in all browsers. */
  /**
 * Address odd `em`-unit font size rendering in all browsers. */
  /* Forms
 * ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11. */
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector */
  /**
 * Re-set default cursor for disabled elements. */
  /**
 * Remove inner padding and border in Firefox 4+. */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10. */
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */
  /**
 * Define consistent border, margin, and padding. */
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11. */
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
  /* Tables
 * ========================================================================== */
  /**
 * Remove most spacing between table cells. */
  /**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`. */
  /**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox. */
  /**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll. */
  /* .w-lightbox-content */
  /*
 * 1. Remove default margin set by user-agent on the <figure> element. */
  /**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling. */
  /**
 * 1. Reset if style is set by user on "All Images" */
  /*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer) */
  /**
 * 1. All IE versions add extra space at the bottom without this. */
  /*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior. */
  /*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track. */
  /*
 * Utility classes */ }
  #listify_stacks_in_3527_3 html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  #listify_stacks_in_3527_3 body {
    margin: 0; }
  #listify_stacks_in_3527_3 article, #listify_stacks_in_3527_3 aside, #listify_stacks_in_3527_3 details, #listify_stacks_in_3527_3 figcaption, #listify_stacks_in_3527_3 figure, #listify_stacks_in_3527_3 footer, #listify_stacks_in_3527_3 header, #listify_stacks_in_3527_3 hgroup, #listify_stacks_in_3527_3 main, #listify_stacks_in_3527_3 menu, #listify_stacks_in_3527_3 nav, #listify_stacks_in_3527_3 section, #listify_stacks_in_3527_3 summary {
    display: block; }
  #listify_stacks_in_3527_3 audio, #listify_stacks_in_3527_3 canvas, #listify_stacks_in_3527_3 progress, #listify_stacks_in_3527_3 video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  #listify_stacks_in_3527_3 audio:not([controls]) {
    display: none;
    height: 0; }
  #listify_stacks_in_3527_3 [hidden], #listify_stacks_in_3527_3 template {
    display: none; }
  #listify_stacks_in_3527_3 a {
    background-color: transparent; }
    #listify_stacks_in_3527_3 a:active, #listify_stacks_in_3527_3 a:hover {
      outline: 0; }
  #listify_stacks_in_3527_3 abbr[title] {
    border-bottom: 1px dotted; }
  #listify_stacks_in_3527_3 b, #listify_stacks_in_3527_3 strong {
    font-weight: bold; }
  #listify_stacks_in_3527_3 dfn {
    font-style: italic; }
  #listify_stacks_in_3527_3 h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  #listify_stacks_in_3527_3 mark {
    background: #ff0;
    color: #000; }
  #listify_stacks_in_3527_3 small {
    font-size: 80%; }
  #listify_stacks_in_3527_3 sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #listify_stacks_in_3527_3 sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em; }
  #listify_stacks_in_3527_3 sub {
    bottom: -0.25em; }
  #listify_stacks_in_3527_3 img {
    border: 0; }
  #listify_stacks_in_3527_3 svg:not(:root) {
    overflow: hidden; }
  #listify_stacks_in_3527_3 figure {
    margin: 1em 40px; }
  #listify_stacks_in_3527_3 hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  #listify_stacks_in_3527_3 pre {
    overflow: auto; }
  #listify_stacks_in_3527_3 code, #listify_stacks_in_3527_3 kbd, #listify_stacks_in_3527_3 pre, #listify_stacks_in_3527_3 samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  #listify_stacks_in_3527_3 button, #listify_stacks_in_3527_3 input, #listify_stacks_in_3527_3 optgroup, #listify_stacks_in_3527_3 select, #listify_stacks_in_3527_3 textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  #listify_stacks_in_3527_3 button {
    overflow: visible;
    text-transform: none; }
  #listify_stacks_in_3527_3 select {
    text-transform: none; }
  #listify_stacks_in_3527_3 button, #listify_stacks_in_3527_3 html input[type="button"], #listify_stacks_in_3527_3 input[type="reset"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  #listify_stacks_in_3527_3 button[disabled], #listify_stacks_in_3527_3 html input[disabled] {
    cursor: default; }
  #listify_stacks_in_3527_3 button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  #listify_stacks_in_3527_3 input {
    line-height: normal; }
    #listify_stacks_in_3527_3 input::-moz-focus-inner {
      border: 0;
      padding: 0; }
    #listify_stacks_in_3527_3 input[type="checkbox"], #listify_stacks_in_3527_3 input[type="radio"] {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /* 1 */
      padding: 0;
      /* 2 */ }
    #listify_stacks_in_3527_3 input[type="number"]::-webkit-inner-spin-button, #listify_stacks_in_3527_3 input[type="number"]::-webkit-outer-spin-button {
      height: auto; }
    #listify_stacks_in_3527_3 input[type="search"] {
      -webkit-appearance: textfield;
      /* 1 */
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      /* 2 */ }
      #listify_stacks_in_3527_3 input[type="search"]::-webkit-search-cancel-button, #listify_stacks_in_3527_3 input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none; }
  #listify_stacks_in_3527_3 fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  #listify_stacks_in_3527_3 legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #listify_stacks_in_3527_3 textarea {
    overflow: auto; }
  #listify_stacks_in_3527_3 optgroup {
    font-weight: bold; }
  #listify_stacks_in_3527_3 table {
    border-collapse: collapse;
    border-spacing: 0; }
  #listify_stacks_in_3527_3 td, #listify_stacks_in_3527_3 th {
    padding: 0; }

@font-face {
  #listify_stacks_in_3527_3 {
    font-family: 'webflow-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
    font-weight: normal;
    font-style: normal; } }
  #listify_stacks_in_3527_3 [class^="w-icon-"], #listify_stacks_in_3527_3 [class*=" w-icon-"] {
    font-family: 'webflow-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #listify_stacks_in_3527_3 .w-icon-slider-right:before {
    content: "\e600"; }
  #listify_stacks_in_3527_3 .w-icon-slider-left:before {
    content: "\e601"; }
  #listify_stacks_in_3527_3 .w-icon-nav-menu:before {
    content: "\e602"; }
  #listify_stacks_in_3527_3 .w-icon-arrow-down:before, #listify_stacks_in_3527_3 .w-icon-dropdown-toggle:before {
    content: "\e603"; }
  #listify_stacks_in_3527_3 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #listify_stacks_in_3527_3 html {
    height: 100%; }
  #listify_stacks_in_3527_3 body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333; }
  #listify_stacks_in_3527_3 img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block; }
  #listify_stacks_in_3527_3 html.w-mod-touch * {
    background-attachment: scroll !important; }
  #listify_stacks_in_3527_3 .w-block {
    display: block; }
  #listify_stacks_in_3527_3 .w-inline-block {
    max-width: 100%;
    display: inline-block; }
  #listify_stacks_in_3527_3 .w-clearfix:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_3 .w-clearfix:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_3 .w-preserve-3d {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  #listify_stacks_in_3527_3 .w-hidden {
    display: none; }
  #listify_stacks_in_3527_3 .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0; }
  #listify_stacks_in_3527_3 input.w-button {
    -webkit-appearance: button; }
  #listify_stacks_in_3527_3 html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important; }
  #listify_stacks_in_3527_3 .w-webflow-badge {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1.0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #AAADB0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1.0 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1); }
    #listify_stacks_in_3527_3 .w-webflow-badge * {
      position: static;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      z-index: auto;
      display: block;
      visibility: visible;
      overflow: visible;
      overflow-x: visible;
      overflow-y: visible;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: auto;
      height: auto;
      max-height: none;
      max-width: none;
      min-height: 0;
      min-width: 0;
      margin: 0;
      padding: 0;
      float: none;
      clear: none;
      border: 0 none transparent;
      border-radius: 0;
      background: none;
      background-image: none;
      background-position: 0% 0%;
      background-size: auto auto;
      background-repeat: repeat;
      background-origin: padding-box;
      background-clip: border-box;
      background-attachment: scroll;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      opacity: 1.0;
      -webkit-transform: none;
              transform: none;
      -webkit-transition: none;
      transition: none;
      direction: ltr;
      font-family: inherit;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-style: inherit;
      font-variant: inherit;
      text-align: inherit;
      letter-spacing: inherit;
      text-decoration: inherit;
      text-indent: 0;
      text-transform: inherit;
      list-style-type: disc;
      text-shadow: none;
      font-smoothing: auto;
      vertical-align: baseline;
      cursor: inherit;
      white-space: inherit;
      word-break: normal;
      word-spacing: normal;
      word-wrap: normal; }
    #listify_stacks_in_3527_3 .w-webflow-badge > img {
      display: inline-block !important;
      visibility: visible !important;
      opacity: 1 !important;
      vertical-align: middle !important; }
  #listify_stacks_in_3527_3 h1, #listify_stacks_in_3527_3 h2, #listify_stacks_in_3527_3 h3, #listify_stacks_in_3527_3 h4, #listify_stacks_in_3527_3 h5, #listify_stacks_in_3527_3 h6 {
    font-weight: bold;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_3 h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px; }
  #listify_stacks_in_3527_3 h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px; }
  #listify_stacks_in_3527_3 h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px; }
  #listify_stacks_in_3527_3 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px; }
  #listify_stacks_in_3527_3 h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px; }
  #listify_stacks_in_3527_3 h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px; }
  #listify_stacks_in_3527_3 p {
    margin-top: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_3 a:focus {
    outline: 0; }
  #listify_stacks_in_3527_3 blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px; }
  #listify_stacks_in_3527_3 figure {
    margin: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_3 figcaption {
    margin-top: 5px;
    text-align: center; }
  #listify_stacks_in_3527_3 ul, #listify_stacks_in_3527_3 ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px; }
  #listify_stacks_in_3527_3 .w-list-unstyled {
    padding-left: 0;
    list-style: none; }
  #listify_stacks_in_3527_3 .w-embed:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_3 .w-embed:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_3 .w-video {
    width: 100%;
    position: relative;
    padding: 0; }
    #listify_stacks_in_3527_3 .w-video iframe, #listify_stacks_in_3527_3 .w-video object, #listify_stacks_in_3527_3 .w-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #listify_stacks_in_3527_3 fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  #listify_stacks_in_3527_3 button, #listify_stacks_in_3527_3 html input[type="button"], #listify_stacks_in_3527_3 input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button; }
  #listify_stacks_in_3527_3 .w-form {
    margin: 0 0 15px; }
  #listify_stacks_in_3527_3 .w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd; }
  #listify_stacks_in_3527_3 .w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede; }
  #listify_stacks_in_3527_3 label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
  #listify_stacks_in_3527_3 .w-input, #listify_stacks_in_3527_3 .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc; }
  #listify_stacks_in_3527_3 .w-input:-moz-placeholder, #listify_stacks_in_3527_3 .w-select:-moz-placeholder {
    color: #999; }
  #listify_stacks_in_3527_3 .w-input::-moz-placeholder, #listify_stacks_in_3527_3 .w-select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  #listify_stacks_in_3527_3 .w-input:-ms-input-placeholder, #listify_stacks_in_3527_3 .w-select:-ms-input-placeholder, #listify_stacks_in_3527_3 .w-input::-webkit-input-placeholder, #listify_stacks_in_3527_3 .w-select::-webkit-input-placeholder {
    color: #999; }
  #listify_stacks_in_3527_3 .w-input:focus, #listify_stacks_in_3527_3 .w-select:focus {
    border-color: #3898EC;
    outline: 0; }
  #listify_stacks_in_3527_3 .w-input[disabled], #listify_stacks_in_3527_3 .w-select[disabled], #listify_stacks_in_3527_3 .w-input[readonly], #listify_stacks_in_3527_3 .w-select[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_3527_3 fieldset[disabled] .w-input, #listify_stacks_in_3527_3 fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_3527_3 textarea.w-input, #listify_stacks_in_3527_3 textarea.w-select {
    height: auto; }
  #listify_stacks_in_3527_3 .w-select {
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f3f3));
    background-image: linear-gradient(white 0%, #f3f3f3 100%); }
    #listify_stacks_in_3527_3 .w-select[multiple] {
      height: auto; }
  #listify_stacks_in_3527_3 .w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px; }
  #listify_stacks_in_3527_3 .w-checkbox, #listify_stacks_in_3527_3 .w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px; }
  #listify_stacks_in_3527_3 .w-checkbox:before, #listify_stacks_in_3527_3 .w-radio:before, #listify_stacks_in_3527_3 .w-checkbox:after, #listify_stacks_in_3527_3 .w-radio:after {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_3 .w-checkbox:after, #listify_stacks_in_3527_3 .w-radio:after {
    clear: both; }
  #listify_stacks_in_3527_3 .w-checkbox-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px; }
  #listify_stacks_in_3527_3 .w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
    margin-top: 3px; }
  #listify_stacks_in_3527_3 .w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px; }
    #listify_stacks_in_3527_3 .w-container:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_3 .w-container:after {
      content: " ";
      display: table;
      clear: both; }
    #listify_stacks_in_3527_3 .w-container .w-row {
      margin-left: -10px;
      margin-right: -10px; }
  #listify_stacks_in_3527_3 .w-row:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_3 .w-row:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_3 .w-row .w-row {
    margin-left: 0;
    margin-right: 0; }
  #listify_stacks_in_3527_3 .w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    #listify_stacks_in_3527_3 .w-col .w-col {
      padding-left: 0;
      padding-right: 0; }
  #listify_stacks_in_3527_3 .w-col-1 {
    width: 8.33333333%; }
  #listify_stacks_in_3527_3 .w-col-2 {
    width: 16.66666667%; }
  #listify_stacks_in_3527_3 .w-col-3 {
    width: 25%; }
  #listify_stacks_in_3527_3 .w-col-4 {
    width: 33.33333333%; }
  #listify_stacks_in_3527_3 .w-col-5 {
    width: 41.66666667%; }
  #listify_stacks_in_3527_3 .w-col-6 {
    width: 50%; }
  #listify_stacks_in_3527_3 .w-col-7 {
    width: 58.33333333%; }
  #listify_stacks_in_3527_3 .w-col-8 {
    width: 66.66666667%; }
  #listify_stacks_in_3527_3 .w-col-9 {
    width: 75%; }
  #listify_stacks_in_3527_3 .w-col-10 {
    width: 83.33333333%; }
  #listify_stacks_in_3527_3 .w-col-11 {
    width: 91.66666667%; }
  #listify_stacks_in_3527_3 .w-col-12 {
    width: 100%; }
  #listify_stacks_in_3527_3 .w-hidden-main {
    display: none !important; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_3 .w-container {
      max-width: 728px; }
    #listify_stacks_in_3527_3 .w-hidden-main {
      display: inherit !important; }
    #listify_stacks_in_3527_3 .w-hidden-medium {
      display: none !important; }
    #listify_stacks_in_3527_3 .w-col-medium-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_3 .w-col-medium-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_3 .w-col-medium-3 {
      width: 25%; }
    #listify_stacks_in_3527_3 .w-col-medium-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_3 .w-col-medium-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_3 .w-col-medium-6 {
      width: 50%; }
    #listify_stacks_in_3527_3 .w-col-medium-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_3 .w-col-medium-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_3 .w-col-medium-9 {
      width: 75%; }
    #listify_stacks_in_3527_3 .w-col-medium-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_3 .w-col-medium-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_3 .w-col-medium-12 {
      width: 100%; }
    #listify_stacks_in_3527_3 .w-col-stack {
      width: 100%;
      left: auto;
      right: auto; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_3 .w-hidden-main, #listify_stacks_in_3527_3 .w-hidden-medium {
      display: inherit !important; }
    #listify_stacks_in_3527_3 .w-hidden-small {
      display: none !important; }
    #listify_stacks_in_3527_3 .w-row, #listify_stacks_in_3527_3 .w-container .w-row {
      margin-left: 0;
      margin-right: 0; }
    #listify_stacks_in_3527_3 .w-col {
      width: 100%;
      left: auto;
      right: auto; }
    #listify_stacks_in_3527_3 .w-col-small-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_3 .w-col-small-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_3 .w-col-small-3 {
      width: 25%; }
    #listify_stacks_in_3527_3 .w-col-small-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_3 .w-col-small-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_3 .w-col-small-6 {
      width: 50%; }
    #listify_stacks_in_3527_3 .w-col-small-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_3 .w-col-small-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_3 .w-col-small-9 {
      width: 75%; }
    #listify_stacks_in_3527_3 .w-col-small-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_3 .w-col-small-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_3 .w-col-small-12 {
      width: 100%; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_3 .w-container {
      max-width: none; }
    #listify_stacks_in_3527_3 .w-hidden-main, #listify_stacks_in_3527_3 .w-hidden-medium, #listify_stacks_in_3527_3 .w-hidden-small {
      display: inherit !important; }
    #listify_stacks_in_3527_3 .w-hidden-tiny {
      display: none !important; }
    #listify_stacks_in_3527_3 .w-col {
      width: 100%; }
    #listify_stacks_in_3527_3 .w-col-tiny-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_3 .w-col-tiny-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_3 .w-col-tiny-3 {
      width: 25%; }
    #listify_stacks_in_3527_3 .w-col-tiny-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_3 .w-col-tiny-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_3 .w-col-tiny-6 {
      width: 50%; }
    #listify_stacks_in_3527_3 .w-col-tiny-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_3 .w-col-tiny-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_3 .w-col-tiny-9 {
      width: 75%; }
    #listify_stacks_in_3527_3 .w-col-tiny-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_3 .w-col-tiny-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_3 .w-col-tiny-12 {
      width: 100%; } }
  #listify_stacks_in_3527_3 .w-widget {
    position: relative; }
  #listify_stacks_in_3527_3 .w-widget-map {
    width: 100%;
    height: 400px; }
    #listify_stacks_in_3527_3 .w-widget-map label {
      width: auto;
      display: inline; }
    #listify_stacks_in_3527_3 .w-widget-map img {
      max-width: inherit; }
    #listify_stacks_in_3527_3 .w-widget-map .gm-style-iw {
      width: 90% !important;
      height: auto !important;
      top: 7px !important;
      left: 6% !important;
      display: inline;
      text-align: center;
      overflow: hidden; }
      #listify_stacks_in_3527_3 .w-widget-map .gm-style-iw + div {
        display: none; }
  #listify_stacks_in_3527_3 .w-widget-twitter {
    overflow: hidden; }
  #listify_stacks_in_3527_3 .w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px; }
    #listify_stacks_in_3527_3 .w-widget-twitter-count-shim * {
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #listify_stacks_in_3527_3 .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
      position: relative;
      font-size: 15px;
      line-height: 12px;
      text-align: center;
      color: #999;
      font-family: serif; }
    #listify_stacks_in_3527_3 .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
      position: relative;
      display: block; }
    #listify_stacks_in_3527_3 .w-widget-twitter-count-shim.w--large {
      width: 36px;
      height: 28px;
      margin-left: 7px; }
      #listify_stacks_in_3527_3 .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 18px; }
    #listify_stacks_in_3527_3 .w-widget-twitter-count-shim:not(.w--vertical) {
      margin-left: 5px;
      margin-right: 8px; }
      #listify_stacks_in_3527_3 .w-widget-twitter-count-shim:not(.w--vertical).w--large {
        margin-left: 6px; }
      #listify_stacks_in_3527_3 .w-widget-twitter-count-shim:not(.w--vertical):before, #listify_stacks_in_3527_3 .w-widget-twitter-count-shim:not(.w--vertical):after {
        top: 50%;
        left: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_3527_3 .w-widget-twitter-count-shim:not(.w--vertical):before {
        border-color: rgba(117, 134, 150, 0);
        border-right-color: #5d6c7b;
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px; }
      #listify_stacks_in_3527_3 .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
        border-width: 5px;
        margin-left: -10px;
        margin-top: -5px; }
      #listify_stacks_in_3527_3 .w-widget-twitter-count-shim:not(.w--vertical):after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: white;
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px; }
      #listify_stacks_in_3527_3 .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
        border-width: 5px;
        margin-left: -9px;
        margin-top: -5px; }
    #listify_stacks_in_3527_3 .w-widget-twitter-count-shim.w--vertical {
      width: 61px;
      height: 33px;
      margin-bottom: 8px; }
      #listify_stacks_in_3527_3 .w-widget-twitter-count-shim.w--vertical:before, #listify_stacks_in_3527_3 .w-widget-twitter-count-shim.w--vertical:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_3527_3 .w-widget-twitter-count-shim.w--vertical:before {
        border-color: rgba(117, 134, 150, 0);
        border-top-color: #5d6c7b;
        border-width: 5px;
        margin-left: -5px; }
      #listify_stacks_in_3527_3 .w-widget-twitter-count-shim.w--vertical:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: white;
        border-width: 4px;
        margin-left: -4px; }
      #listify_stacks_in_3527_3 .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 22px; }
      #listify_stacks_in_3527_3 .w-widget-twitter-count-shim.w--vertical.w--large {
        width: 76px; }
  #listify_stacks_in_3527_3 .w-widget-gplus {
    overflow: hidden; }
  #listify_stacks_in_3527_3 .w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white; }
    #listify_stacks_in_3527_3 .w-background-video > video {
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      right: -100%;
      bottom: -100%;
      top: -100%;
      left: -100%;
      margin: auto;
      min-width: 100%;
      min-height: 100%;
      z-index: -100; }
  #listify_stacks_in_3527_3 .w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
  #listify_stacks_in_3527_3 .w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap; }
  #listify_stacks_in_3527_3 .w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left; }
  #listify_stacks_in_3527_3 .w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
    #listify_stacks_in_3527_3 .w-slider-nav.w-round > div {
      border-radius: 100%; }
    #listify_stacks_in_3527_3 .w-slider-nav.w-num > div {
      width: auto;
      height: auto;
      padding: 0.2em 0.5em;
      font-size: inherit;
      line-height: inherit; }
    #listify_stacks_in_3527_3 .w-slider-nav.w-shadow > div {
      -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
      box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }
  #listify_stacks_in_3527_3 .w-slider-nav-invert {
    color: #fff; }
    #listify_stacks_in_3527_3 .w-slider-nav-invert > div {
      background-color: rgba(34, 34, 34, 0.4); }
      #listify_stacks_in_3527_3 .w-slider-nav-invert > div.w-active {
        background-color: #222; }
  #listify_stacks_in_3527_3 .w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    -webkit-transition: background-color 100ms, color 100ms;
    transition: background-color 100ms, color 100ms; }
    #listify_stacks_in_3527_3 .w-slider-dot.w-active {
      background-color: #fff; }
  #listify_stacks_in_3527_3 .w-slider-arrow-left, #listify_stacks_in_3527_3 .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #listify_stacks_in_3527_3 .w-slider-arrow-left [class^="w-icon-"], #listify_stacks_in_3527_3 .w-slider-arrow-right [class^="w-icon-"], #listify_stacks_in_3527_3 .w-slider-arrow-left [class*=" w-icon-"], #listify_stacks_in_3527_3 .w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute; }
  #listify_stacks_in_3527_3 .w-slider-arrow-left {
    z-index: 3;
    right: auto; }
  #listify_stacks_in_3527_3 .w-slider-arrow-right {
    z-index: 4;
    left: auto; }
  #listify_stacks_in_3527_3 .w-icon-slider-left, #listify_stacks_in_3527_3 .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_3527_3 .w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900; }
  #listify_stacks_in_3527_3 .w-dropdown-btn, #listify_stacks_in_3527_3 .w-dropdown-toggle, #listify_stacks_in_3527_3 .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap; }
  #listify_stacks_in_3527_3 .w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px; }
    #listify_stacks_in_3527_3 .w-dropdown-toggle:focus {
      outline: 0; }
  #listify_stacks_in_3527_3 .w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_3527_3 .w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%; }
    #listify_stacks_in_3527_3 .w-dropdown-list.w--open {
      display: block; }
  #listify_stacks_in_3527_3 .w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222; }
    #listify_stacks_in_3527_3 .w-dropdown-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_3527_3 .w-nav[data-collapse="all"] .w-dropdown, #listify_stacks_in_3527_3 .w-nav[data-collapse="all"] .w-dropdown-toggle {
    display: block; }
  #listify_stacks_in_3527_3 .w-nav[data-collapse="all"] .w-dropdown-list {
    position: static; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_3 .w-nav[data-collapse="medium"] .w-dropdown, #listify_stacks_in_3527_3 .w-nav[data-collapse="medium"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_3 .w-nav[data-collapse="medium"] .w-dropdown-list {
      position: static; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_3 .w-nav[data-collapse="small"] .w-dropdown, #listify_stacks_in_3527_3 .w-nav[data-collapse="small"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_3 .w-nav[data-collapse="small"] .w-dropdown-list {
      position: static; }
    #listify_stacks_in_3527_3 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_3 .w-nav[data-collapse="tiny"] .w-dropdown, #listify_stacks_in_3527_3 .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_3 .w-nav[data-collapse="tiny"] .w-dropdown-list {
      position: static; } }
  #listify_stacks_in_3527_3 .w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
    /* 2 */
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_3527_3 .w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_3527_3 .w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden; }
  #listify_stacks_in_3527_3 .w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0; }
    #listify_stacks_in_3527_3 .w-lightbox-view:before {
      content: "";
      height: 100vh; }
  #listify_stacks_in_3527_3 .w-lightbox-group {
    height: 86vh; }
    #listify_stacks_in_3527_3 .w-lightbox-group .w-lightbox-view {
      height: 86vh; }
      #listify_stacks_in_3527_3 .w-lightbox-group .w-lightbox-view:before {
        height: 86vh; }
  #listify_stacks_in_3527_3 .w-lightbox-frame, #listify_stacks_in_3527_3 .w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle; }
  #listify_stacks_in_3527_3 .w-lightbox-figure {
    position: relative;
    margin: 0;
    /* 1 */ }
  #listify_stacks_in_3527_3 .w-lightbox-group .w-lightbox-figure {
    cursor: pointer; }
  #listify_stacks_in_3527_3 .w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none; }
  #listify_stacks_in_3527_3 .w-lightbox-image {
    display: block;
    float: none;
    /* 1 */
    max-width: 100vw;
    max-height: 100vh; }
  #listify_stacks_in_3527_3 .w-lightbox-group .w-lightbox-image {
    max-height: 86vh; }
  #listify_stacks_in_3527_3 .w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  #listify_stacks_in_3527_3 .w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #listify_stacks_in_3527_3 .w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
  #listify_stacks_in_3527_3 .w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }
  #listify_stacks_in_3527_3 .w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }
  #listify_stacks_in_3527_3 .w-lightbox-close {
    right: 0;
    height: 2.6em;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px; }
  #listify_stacks_in_3527_3 .w-lightbox-strip {
    padding: 0 1vh;
    line-height: 0;
    /* 1 */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden; }
  #listify_stacks_in_3527_3 .w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    /* 2 */ }
  #listify_stacks_in_3527_3 .w-lightbox-active {
    opacity: .3; }
  #listify_stacks_in_3527_3 .w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden; }
  #listify_stacks_in_3527_3 .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0; }
  #listify_stacks_in_3527_3 .w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  #listify_stacks_in_3527_3 .w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #listify_stacks_in_3527_3 .w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear; }
    #listify_stacks_in_3527_3 .w-lightbox-spinner:after {
      content: "";
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border: 3px solid transparent;
      border-bottom-color: #fff;
      border-radius: 50%; }
  #listify_stacks_in_3527_3 .w-lightbox-hide {
    display: none; }
  #listify_stacks_in_3527_3 .w-lightbox-noscroll {
    overflow: hidden; }
  @media (min-width: 768px) {
    #listify_stacks_in_3527_3 {
      /* .w-lightbox-content */ }
      #listify_stacks_in_3527_3 .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh; }
      #listify_stacks_in_3527_3 .w-lightbox-view {
        height: 96vh; }
        #listify_stacks_in_3527_3 .w-lightbox-view:before {
          height: 96vh; }
      #listify_stacks_in_3527_3 .w-lightbox-group {
        height: 84vh; }
        #listify_stacks_in_3527_3 .w-lightbox-group .w-lightbox-view {
          height: 84vh; }
          #listify_stacks_in_3527_3 .w-lightbox-group .w-lightbox-view:before {
            height: 84vh; }
      #listify_stacks_in_3527_3 .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh; }
      #listify_stacks_in_3527_3 .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh; }
      #listify_stacks_in_3527_3 .w-lightbox-left, #listify_stacks_in_3527_3 .w-lightbox-right {
        display: block;
        opacity: .5; }
      #listify_stacks_in_3527_3 .w-lightbox-close {
        opacity: .8; }
      #listify_stacks_in_3527_3 .w-lightbox-control:hover {
        opacity: 1; } }
  #listify_stacks_in_3527_3 .w-lightbox-inactive {
    opacity: 0; }
    #listify_stacks_in_3527_3 .w-lightbox-inactive:hover {
      opacity: 0; }
  #listify_stacks_in_3527_3 .w-richtext:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_3 .w-richtext:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_3 .w-richtext ol, #listify_stacks_in_3527_3 .w-richtext ul {
    overflow: hidden; }
  #listify_stacks_in_3527_3 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before, #listify_stacks_in_3527_3 .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before, #listify_stacks_in_3527_3 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, #listify_stacks_in_3527_3 .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7; }
  #listify_stacks_in_3527_3 .w-richtext figure {
    position: relative;
    max-width: 60%; }
    #listify_stacks_in_3527_3 .w-richtext figure.w-richtext-figure-type-video > div:before, #listify_stacks_in_3527_3 .w-richtext figure[data-rt-type="video"] > div:before {
      content: '';
      position: absolute;
      display: none;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    #listify_stacks_in_3527_3 .w-richtext figure > div:before {
      cursor: default !important; }
    #listify_stacks_in_3527_3 .w-richtext figure img {
      cursor: default !important;
      width: 100%; }
    #listify_stacks_in_3527_3 .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
      opacity: 0.6; }
    #listify_stacks_in_3527_3 .w-richtext figure div {
      /* fix incorrectly sized selection border in the data manager */
      font-size: 0px;
      color: transparent; }
    #listify_stacks_in_3527_3 .w-richtext figure.w-richtext-figure-type-image, #listify_stacks_in_3527_3 .w-richtext figure[data-rt-type="image"] {
      display: table; }
    #listify_stacks_in_3527_3 .w-richtext figure.w-richtext-figure-type-image > div, #listify_stacks_in_3527_3 .w-richtext figure[data-rt-type="image"] > div {
      display: inline-block; }
    #listify_stacks_in_3527_3 .w-richtext figure.w-richtext-figure-type-image > figcaption, #listify_stacks_in_3527_3 .w-richtext figure[data-rt-type="image"] > figcaption {
      display: table-caption;
      caption-side: bottom; }
    #listify_stacks_in_3527_3 .w-richtext figure.w-richtext-figure-type-video, #listify_stacks_in_3527_3 .w-richtext figure[data-rt-type="video"] {
      width: 60%;
      height: 0; }
    #listify_stacks_in_3527_3 .w-richtext figure.w-richtext-figure-type-video iframe, #listify_stacks_in_3527_3 .w-richtext figure[data-rt-type="video"] iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #listify_stacks_in_3527_3 .w-richtext figure.w-richtext-figure-type-video > div, #listify_stacks_in_3527_3 .w-richtext figure[data-rt-type="video"] > div {
      width: 100%; }
    #listify_stacks_in_3527_3 .w-richtext figure.w-richtext-align-center {
      margin-right: auto;
      margin-left: auto;
      clear: both; }
      #listify_stacks_in_3527_3 .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, #listify_stacks_in_3527_3 .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
        max-width: 100%; }
    #listify_stacks_in_3527_3 .w-richtext figure.w-richtext-align-normal {
      clear: both; }
    #listify_stacks_in_3527_3 .w-richtext figure.w-richtext-align-fullwidth {
      width: 100%;
      max-width: 100%;
      text-align: center;
      clear: both;
      display: block;
      margin-right: auto;
      margin-left: auto; }
      #listify_stacks_in_3527_3 .w-richtext figure.w-richtext-align-fullwidth > div {
        display: inline-block;
        /* padding-bottom is used for aspect ratios in video figures
           *  we want the div to inherit that so hover/selection borders in the designer-canvas
           *  fit right */
        padding-bottom: inherit; }
      #listify_stacks_in_3527_3 .w-richtext figure.w-richtext-align-fullwidth > figcaption {
        display: block; }
    #listify_stacks_in_3527_3 .w-richtext figure.w-richtext-align-floatleft {
      float: left;
      margin-right: 15px;
      clear: none; }
    #listify_stacks_in_3527_3 .w-richtext figure.w-richtext-align-floatright {
      float: right;
      margin-left: 15px;
      clear: none; }
  #listify_stacks_in_3527_3 .w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000; }
    #listify_stacks_in_3527_3 .w-nav:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_3 .w-nav:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_3527_3 .w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333; }
  #listify_stacks_in_3527_3 .w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto; }
    #listify_stacks_in_3527_3 .w-nav-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_3527_3 .w-nav-menu {
    position: relative;
    float: right; }
  #listify_stacks_in_3527_3 .w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px; }
  #listify_stacks_in_3527_3 .w--nav-link-open {
    display: block;
    position: relative; }
  #listify_stacks_in_3527_3 .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%; }
    #listify_stacks_in_3527_3 .w-nav-overlay .w--nav-menu-open {
      top: 0; }
  #listify_stacks_in_3527_3 .w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_3 .w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_3 .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_3 .w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_3 .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #listify_stacks_in_3527_3 .w-nav-button.w--open {
      background-color: #C8C8C8;
      color: white; }
  #listify_stacks_in_3527_3 .w-nav[data-collapse="all"] .w-nav-menu {
    display: none; }
  #listify_stacks_in_3527_3 .w-nav[data-collapse="all"] .w-nav-button {
    display: block; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_3 .w-nav[data-collapse="medium"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_3 .w-nav[data-collapse="medium"] .w-nav-button {
      display: block; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_3 .w-nav[data-collapse="small"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_3 .w-nav[data-collapse="small"] .w-nav-button {
      display: block; }
    #listify_stacks_in_3527_3 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_3 .w-nav[data-collapse="tiny"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_3 .w-nav[data-collapse="tiny"] .w-nav-button {
      display: block; } }
  #listify_stacks_in_3527_3 .w-tabs {
    position: relative; }
    #listify_stacks_in_3527_3 .w-tabs:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_3 .w-tabs:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_3527_3 .w-tab-menu {
    position: relative; }
  #listify_stacks_in_3527_3 .w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd; }
    #listify_stacks_in_3527_3 .w-tab-link.w--current {
      background-color: #C8C8C8; }
  #listify_stacks_in_3527_3 .w-tab-content {
    position: relative;
    display: block;
    overflow: hidden; }
  #listify_stacks_in_3527_3 .w-tab-pane {
    position: relative;
    display: none; }
  #listify_stacks_in_3527_3 .w--tab-active {
    display: block; }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_3 .w-tab-link {
      display: block; } }
  #listify_stacks_in_3527_3 .w-ix-emptyfix:after {
    content: ""; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  #listify_stacks_in_3527_3 .w-dyn-empty {
    padding: 10px;
    background-color: #dddddd; }
  #listify_stacks_in_3527_3 .w-dyn-bind-empty, #listify_stacks_in_3527_3 .w-condition-invisible {
    display: none !important; }

.list-container {
  margin-top: 0px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; }

.section {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 0px;
  position: absolute;
  padding-bottom: 0px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox; }
  .section.main {
    display: none; }

.container {
  -ms-grid-row-align: center;
      align-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center; }

#listify_stacks_in_3527_3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*  */
  width: 100%;
  /*  */
  /*  */ }
  #listify_stacks_in_3527_3 .list {
    overflow: hidden;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1.00);
    /*  */
    /*  */ }
  #listify_stacks_in_3527_3 .list-item {
    list-style-type: none;
    margin-bottom: 5px; }
    #listify_stacks_in_3527_3 .list-item ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_3 .list-item ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_3 .list-item ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_3 .list-item ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_3 .list-item ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_3 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_3 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_3 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_3 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_3 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_3 .list-item a {
      cursor: pointer;
      text-decoration: none; }
  #listify_stacks_in_3527_3 .list-item-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0px auto 0px auto;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_3527_3 .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_3527_3 .list-item-icon.hide-icon {
      display: none; }
  #listify_stacks_in_3527_3 .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listify_stacks_in_3527_3 .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-row-align: center;
        align-self: center;
    word-wrap: break-word;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px;
    line-height: 20px;
    font-family: inherit;
    /*  */
    font-family: "Lucida Grande, Arial, sans-serif";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_3527_3 .list-item-text.hide-text {
      display: none; }

/*  */
/*  */
#listify_stacks_in_3527_3 .list-item-inner {
  margin: 10px 10px 10px 10px; }

@media only screen and (max-width: 440px) {
  #listify_stacks_in_3527_3.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listify_stacks_in_3527_3.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listify_stacks_in_3527_3.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_4.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_4.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_4.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_4.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_4.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 8px 8px 8px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_4.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: block !important;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_4.list-item .list-item-inner .list-item-icon i {
    color: rgba(255, 255, 255, 1.00);
    font-size: 80px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_4.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(0, 0, 0, 1.00);
    font-size: 16px;
    line-height: 22px;
    font-family: inherit;
    /*  */
    display: none;
    /*  */
    /*  */
    /*  */
    /*  */
    font-family: "Roboto";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_4.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_4.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_4.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_4.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_6.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_6.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_6.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_6.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_6.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 8px 8px 0px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_6.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: none;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_6.list-item .list-item-inner .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_6.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 26px;
    line-height: 32px;
    font-family: inherit;
    /*  */
    display: block !important;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    font-family: "Raleway";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_6.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_6.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_6.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_6.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_8.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_8.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_8.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_8.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_8.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 0px 8px 8px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_8.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: none;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_8.list-item .list-item-inner .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_8.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
    line-height: 18px;
    font-family: inherit;
    /*  */
    display: block !important;
    /*  */
    /*  */
    font-family: "Lucida Grande, Arial, sans-serif";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_8.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_8.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_8.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_8.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_10.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_10.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_10.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_10.hide-d {
    display: none; } }

/*  */
/*
1.3.0.2
- add ability to use manually imported icon font (item stack)
- updated woff2 file, old file was causing odd display bugs
*/
@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(listify-files/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(listify-files/MaterialIcons-2021.woff2) format('woff2'),
    url(listify-files/MaterialIcons-Regular.woff) format('woff'),
    url(listify-files/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

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

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

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

#listify_stacks_in_3527_13 {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. */
  /**
 * Remove default margin. */
  /* HTML5 display definitions
 * ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11. */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
  /* Links
 * ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10. */
  /**
 * Improve readability of focused elements when they are also in an
 * active/hover state. */
  /* Text-level semantics
 * ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in Safari and Chrome. */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in IE 8/9. */
  /**
 * Address inconsistent and variable font size in all browsers. */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
  /* Embedded content
 * ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10. */
  /**
 * Correct overflow not hidden in IE 9/10/11. */
  /* Grouping content
 * ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari. */
  /**
 * Address differences between Firefox and other browsers. */
  /**
 * Contain overflow in all browsers. */
  /**
 * Address odd `em`-unit font size rendering in all browsers. */
  /* Forms
 * ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11. */
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector */
  /**
 * Re-set default cursor for disabled elements. */
  /**
 * Remove inner padding and border in Firefox 4+. */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10. */
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */
  /**
 * Define consistent border, margin, and padding. */
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11. */
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
  /* Tables
 * ========================================================================== */
  /**
 * Remove most spacing between table cells. */
  /**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`. */
  /**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox. */
  /**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll. */
  /* .w-lightbox-content */
  /*
 * 1. Remove default margin set by user-agent on the <figure> element. */
  /**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling. */
  /**
 * 1. Reset if style is set by user on "All Images" */
  /*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer) */
  /**
 * 1. All IE versions add extra space at the bottom without this. */
  /*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior. */
  /*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track. */
  /*
 * Utility classes */ }
  #listify_stacks_in_3527_13 html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  #listify_stacks_in_3527_13 body {
    margin: 0; }
  #listify_stacks_in_3527_13 article, #listify_stacks_in_3527_13 aside, #listify_stacks_in_3527_13 details, #listify_stacks_in_3527_13 figcaption, #listify_stacks_in_3527_13 figure, #listify_stacks_in_3527_13 footer, #listify_stacks_in_3527_13 header, #listify_stacks_in_3527_13 hgroup, #listify_stacks_in_3527_13 main, #listify_stacks_in_3527_13 menu, #listify_stacks_in_3527_13 nav, #listify_stacks_in_3527_13 section, #listify_stacks_in_3527_13 summary {
    display: block; }
  #listify_stacks_in_3527_13 audio, #listify_stacks_in_3527_13 canvas, #listify_stacks_in_3527_13 progress, #listify_stacks_in_3527_13 video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  #listify_stacks_in_3527_13 audio:not([controls]) {
    display: none;
    height: 0; }
  #listify_stacks_in_3527_13 [hidden], #listify_stacks_in_3527_13 template {
    display: none; }
  #listify_stacks_in_3527_13 a {
    background-color: transparent; }
    #listify_stacks_in_3527_13 a:active, #listify_stacks_in_3527_13 a:hover {
      outline: 0; }
  #listify_stacks_in_3527_13 abbr[title] {
    border-bottom: 1px dotted; }
  #listify_stacks_in_3527_13 b, #listify_stacks_in_3527_13 strong {
    font-weight: bold; }
  #listify_stacks_in_3527_13 dfn {
    font-style: italic; }
  #listify_stacks_in_3527_13 h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  #listify_stacks_in_3527_13 mark {
    background: #ff0;
    color: #000; }
  #listify_stacks_in_3527_13 small {
    font-size: 80%; }
  #listify_stacks_in_3527_13 sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #listify_stacks_in_3527_13 sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em; }
  #listify_stacks_in_3527_13 sub {
    bottom: -0.25em; }
  #listify_stacks_in_3527_13 img {
    border: 0; }
  #listify_stacks_in_3527_13 svg:not(:root) {
    overflow: hidden; }
  #listify_stacks_in_3527_13 figure {
    margin: 1em 40px; }
  #listify_stacks_in_3527_13 hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  #listify_stacks_in_3527_13 pre {
    overflow: auto; }
  #listify_stacks_in_3527_13 code, #listify_stacks_in_3527_13 kbd, #listify_stacks_in_3527_13 pre, #listify_stacks_in_3527_13 samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  #listify_stacks_in_3527_13 button, #listify_stacks_in_3527_13 input, #listify_stacks_in_3527_13 optgroup, #listify_stacks_in_3527_13 select, #listify_stacks_in_3527_13 textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  #listify_stacks_in_3527_13 button {
    overflow: visible;
    text-transform: none; }
  #listify_stacks_in_3527_13 select {
    text-transform: none; }
  #listify_stacks_in_3527_13 button, #listify_stacks_in_3527_13 html input[type="button"], #listify_stacks_in_3527_13 input[type="reset"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  #listify_stacks_in_3527_13 button[disabled], #listify_stacks_in_3527_13 html input[disabled] {
    cursor: default; }
  #listify_stacks_in_3527_13 button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  #listify_stacks_in_3527_13 input {
    line-height: normal; }
    #listify_stacks_in_3527_13 input::-moz-focus-inner {
      border: 0;
      padding: 0; }
    #listify_stacks_in_3527_13 input[type="checkbox"], #listify_stacks_in_3527_13 input[type="radio"] {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /* 1 */
      padding: 0;
      /* 2 */ }
    #listify_stacks_in_3527_13 input[type="number"]::-webkit-inner-spin-button, #listify_stacks_in_3527_13 input[type="number"]::-webkit-outer-spin-button {
      height: auto; }
    #listify_stacks_in_3527_13 input[type="search"] {
      -webkit-appearance: textfield;
      /* 1 */
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      /* 2 */ }
      #listify_stacks_in_3527_13 input[type="search"]::-webkit-search-cancel-button, #listify_stacks_in_3527_13 input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none; }
  #listify_stacks_in_3527_13 fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  #listify_stacks_in_3527_13 legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #listify_stacks_in_3527_13 textarea {
    overflow: auto; }
  #listify_stacks_in_3527_13 optgroup {
    font-weight: bold; }
  #listify_stacks_in_3527_13 table {
    border-collapse: collapse;
    border-spacing: 0; }
  #listify_stacks_in_3527_13 td, #listify_stacks_in_3527_13 th {
    padding: 0; }

@font-face {
  #listify_stacks_in_3527_13 {
    font-family: 'webflow-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
    font-weight: normal;
    font-style: normal; } }
  #listify_stacks_in_3527_13 [class^="w-icon-"], #listify_stacks_in_3527_13 [class*=" w-icon-"] {
    font-family: 'webflow-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #listify_stacks_in_3527_13 .w-icon-slider-right:before {
    content: "\e600"; }
  #listify_stacks_in_3527_13 .w-icon-slider-left:before {
    content: "\e601"; }
  #listify_stacks_in_3527_13 .w-icon-nav-menu:before {
    content: "\e602"; }
  #listify_stacks_in_3527_13 .w-icon-arrow-down:before, #listify_stacks_in_3527_13 .w-icon-dropdown-toggle:before {
    content: "\e603"; }
  #listify_stacks_in_3527_13 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #listify_stacks_in_3527_13 html {
    height: 100%; }
  #listify_stacks_in_3527_13 body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333; }
  #listify_stacks_in_3527_13 img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block; }
  #listify_stacks_in_3527_13 html.w-mod-touch * {
    background-attachment: scroll !important; }
  #listify_stacks_in_3527_13 .w-block {
    display: block; }
  #listify_stacks_in_3527_13 .w-inline-block {
    max-width: 100%;
    display: inline-block; }
  #listify_stacks_in_3527_13 .w-clearfix:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_13 .w-clearfix:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_13 .w-preserve-3d {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  #listify_stacks_in_3527_13 .w-hidden {
    display: none; }
  #listify_stacks_in_3527_13 .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0; }
  #listify_stacks_in_3527_13 input.w-button {
    -webkit-appearance: button; }
  #listify_stacks_in_3527_13 html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important; }
  #listify_stacks_in_3527_13 .w-webflow-badge {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1.0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #AAADB0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1.0 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1); }
    #listify_stacks_in_3527_13 .w-webflow-badge * {
      position: static;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      z-index: auto;
      display: block;
      visibility: visible;
      overflow: visible;
      overflow-x: visible;
      overflow-y: visible;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: auto;
      height: auto;
      max-height: none;
      max-width: none;
      min-height: 0;
      min-width: 0;
      margin: 0;
      padding: 0;
      float: none;
      clear: none;
      border: 0 none transparent;
      border-radius: 0;
      background: none;
      background-image: none;
      background-position: 0% 0%;
      background-size: auto auto;
      background-repeat: repeat;
      background-origin: padding-box;
      background-clip: border-box;
      background-attachment: scroll;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      opacity: 1.0;
      -webkit-transform: none;
              transform: none;
      -webkit-transition: none;
      transition: none;
      direction: ltr;
      font-family: inherit;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-style: inherit;
      font-variant: inherit;
      text-align: inherit;
      letter-spacing: inherit;
      text-decoration: inherit;
      text-indent: 0;
      text-transform: inherit;
      list-style-type: disc;
      text-shadow: none;
      font-smoothing: auto;
      vertical-align: baseline;
      cursor: inherit;
      white-space: inherit;
      word-break: normal;
      word-spacing: normal;
      word-wrap: normal; }
    #listify_stacks_in_3527_13 .w-webflow-badge > img {
      display: inline-block !important;
      visibility: visible !important;
      opacity: 1 !important;
      vertical-align: middle !important; }
  #listify_stacks_in_3527_13 h1, #listify_stacks_in_3527_13 h2, #listify_stacks_in_3527_13 h3, #listify_stacks_in_3527_13 h4, #listify_stacks_in_3527_13 h5, #listify_stacks_in_3527_13 h6 {
    font-weight: bold;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_13 h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px; }
  #listify_stacks_in_3527_13 h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px; }
  #listify_stacks_in_3527_13 h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px; }
  #listify_stacks_in_3527_13 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px; }
  #listify_stacks_in_3527_13 h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px; }
  #listify_stacks_in_3527_13 h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px; }
  #listify_stacks_in_3527_13 p {
    margin-top: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_13 a:focus {
    outline: 0; }
  #listify_stacks_in_3527_13 blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px; }
  #listify_stacks_in_3527_13 figure {
    margin: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_13 figcaption {
    margin-top: 5px;
    text-align: center; }
  #listify_stacks_in_3527_13 ul, #listify_stacks_in_3527_13 ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px; }
  #listify_stacks_in_3527_13 .w-list-unstyled {
    padding-left: 0;
    list-style: none; }
  #listify_stacks_in_3527_13 .w-embed:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_13 .w-embed:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_13 .w-video {
    width: 100%;
    position: relative;
    padding: 0; }
    #listify_stacks_in_3527_13 .w-video iframe, #listify_stacks_in_3527_13 .w-video object, #listify_stacks_in_3527_13 .w-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #listify_stacks_in_3527_13 fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  #listify_stacks_in_3527_13 button, #listify_stacks_in_3527_13 html input[type="button"], #listify_stacks_in_3527_13 input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button; }
  #listify_stacks_in_3527_13 .w-form {
    margin: 0 0 15px; }
  #listify_stacks_in_3527_13 .w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd; }
  #listify_stacks_in_3527_13 .w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede; }
  #listify_stacks_in_3527_13 label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
  #listify_stacks_in_3527_13 .w-input, #listify_stacks_in_3527_13 .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc; }
  #listify_stacks_in_3527_13 .w-input:-moz-placeholder, #listify_stacks_in_3527_13 .w-select:-moz-placeholder {
    color: #999; }
  #listify_stacks_in_3527_13 .w-input::-moz-placeholder, #listify_stacks_in_3527_13 .w-select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  #listify_stacks_in_3527_13 .w-input:-ms-input-placeholder, #listify_stacks_in_3527_13 .w-select:-ms-input-placeholder, #listify_stacks_in_3527_13 .w-input::-webkit-input-placeholder, #listify_stacks_in_3527_13 .w-select::-webkit-input-placeholder {
    color: #999; }
  #listify_stacks_in_3527_13 .w-input:focus, #listify_stacks_in_3527_13 .w-select:focus {
    border-color: #3898EC;
    outline: 0; }
  #listify_stacks_in_3527_13 .w-input[disabled], #listify_stacks_in_3527_13 .w-select[disabled], #listify_stacks_in_3527_13 .w-input[readonly], #listify_stacks_in_3527_13 .w-select[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_3527_13 fieldset[disabled] .w-input, #listify_stacks_in_3527_13 fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_3527_13 textarea.w-input, #listify_stacks_in_3527_13 textarea.w-select {
    height: auto; }
  #listify_stacks_in_3527_13 .w-select {
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f3f3));
    background-image: linear-gradient(white 0%, #f3f3f3 100%); }
    #listify_stacks_in_3527_13 .w-select[multiple] {
      height: auto; }
  #listify_stacks_in_3527_13 .w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px; }
  #listify_stacks_in_3527_13 .w-checkbox, #listify_stacks_in_3527_13 .w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px; }
  #listify_stacks_in_3527_13 .w-checkbox:before, #listify_stacks_in_3527_13 .w-radio:before, #listify_stacks_in_3527_13 .w-checkbox:after, #listify_stacks_in_3527_13 .w-radio:after {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_13 .w-checkbox:after, #listify_stacks_in_3527_13 .w-radio:after {
    clear: both; }
  #listify_stacks_in_3527_13 .w-checkbox-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px; }
  #listify_stacks_in_3527_13 .w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
    margin-top: 3px; }
  #listify_stacks_in_3527_13 .w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px; }
    #listify_stacks_in_3527_13 .w-container:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_13 .w-container:after {
      content: " ";
      display: table;
      clear: both; }
    #listify_stacks_in_3527_13 .w-container .w-row {
      margin-left: -10px;
      margin-right: -10px; }
  #listify_stacks_in_3527_13 .w-row:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_13 .w-row:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_13 .w-row .w-row {
    margin-left: 0;
    margin-right: 0; }
  #listify_stacks_in_3527_13 .w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    #listify_stacks_in_3527_13 .w-col .w-col {
      padding-left: 0;
      padding-right: 0; }
  #listify_stacks_in_3527_13 .w-col-1 {
    width: 8.33333333%; }
  #listify_stacks_in_3527_13 .w-col-2 {
    width: 16.66666667%; }
  #listify_stacks_in_3527_13 .w-col-3 {
    width: 25%; }
  #listify_stacks_in_3527_13 .w-col-4 {
    width: 33.33333333%; }
  #listify_stacks_in_3527_13 .w-col-5 {
    width: 41.66666667%; }
  #listify_stacks_in_3527_13 .w-col-6 {
    width: 50%; }
  #listify_stacks_in_3527_13 .w-col-7 {
    width: 58.33333333%; }
  #listify_stacks_in_3527_13 .w-col-8 {
    width: 66.66666667%; }
  #listify_stacks_in_3527_13 .w-col-9 {
    width: 75%; }
  #listify_stacks_in_3527_13 .w-col-10 {
    width: 83.33333333%; }
  #listify_stacks_in_3527_13 .w-col-11 {
    width: 91.66666667%; }
  #listify_stacks_in_3527_13 .w-col-12 {
    width: 100%; }
  #listify_stacks_in_3527_13 .w-hidden-main {
    display: none !important; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_13 .w-container {
      max-width: 728px; }
    #listify_stacks_in_3527_13 .w-hidden-main {
      display: inherit !important; }
    #listify_stacks_in_3527_13 .w-hidden-medium {
      display: none !important; }
    #listify_stacks_in_3527_13 .w-col-medium-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_13 .w-col-medium-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_13 .w-col-medium-3 {
      width: 25%; }
    #listify_stacks_in_3527_13 .w-col-medium-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_13 .w-col-medium-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_13 .w-col-medium-6 {
      width: 50%; }
    #listify_stacks_in_3527_13 .w-col-medium-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_13 .w-col-medium-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_13 .w-col-medium-9 {
      width: 75%; }
    #listify_stacks_in_3527_13 .w-col-medium-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_13 .w-col-medium-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_13 .w-col-medium-12 {
      width: 100%; }
    #listify_stacks_in_3527_13 .w-col-stack {
      width: 100%;
      left: auto;
      right: auto; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_13 .w-hidden-main, #listify_stacks_in_3527_13 .w-hidden-medium {
      display: inherit !important; }
    #listify_stacks_in_3527_13 .w-hidden-small {
      display: none !important; }
    #listify_stacks_in_3527_13 .w-row, #listify_stacks_in_3527_13 .w-container .w-row {
      margin-left: 0;
      margin-right: 0; }
    #listify_stacks_in_3527_13 .w-col {
      width: 100%;
      left: auto;
      right: auto; }
    #listify_stacks_in_3527_13 .w-col-small-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_13 .w-col-small-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_13 .w-col-small-3 {
      width: 25%; }
    #listify_stacks_in_3527_13 .w-col-small-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_13 .w-col-small-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_13 .w-col-small-6 {
      width: 50%; }
    #listify_stacks_in_3527_13 .w-col-small-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_13 .w-col-small-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_13 .w-col-small-9 {
      width: 75%; }
    #listify_stacks_in_3527_13 .w-col-small-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_13 .w-col-small-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_13 .w-col-small-12 {
      width: 100%; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_13 .w-container {
      max-width: none; }
    #listify_stacks_in_3527_13 .w-hidden-main, #listify_stacks_in_3527_13 .w-hidden-medium, #listify_stacks_in_3527_13 .w-hidden-small {
      display: inherit !important; }
    #listify_stacks_in_3527_13 .w-hidden-tiny {
      display: none !important; }
    #listify_stacks_in_3527_13 .w-col {
      width: 100%; }
    #listify_stacks_in_3527_13 .w-col-tiny-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_13 .w-col-tiny-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_13 .w-col-tiny-3 {
      width: 25%; }
    #listify_stacks_in_3527_13 .w-col-tiny-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_13 .w-col-tiny-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_13 .w-col-tiny-6 {
      width: 50%; }
    #listify_stacks_in_3527_13 .w-col-tiny-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_13 .w-col-tiny-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_13 .w-col-tiny-9 {
      width: 75%; }
    #listify_stacks_in_3527_13 .w-col-tiny-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_13 .w-col-tiny-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_13 .w-col-tiny-12 {
      width: 100%; } }
  #listify_stacks_in_3527_13 .w-widget {
    position: relative; }
  #listify_stacks_in_3527_13 .w-widget-map {
    width: 100%;
    height: 400px; }
    #listify_stacks_in_3527_13 .w-widget-map label {
      width: auto;
      display: inline; }
    #listify_stacks_in_3527_13 .w-widget-map img {
      max-width: inherit; }
    #listify_stacks_in_3527_13 .w-widget-map .gm-style-iw {
      width: 90% !important;
      height: auto !important;
      top: 7px !important;
      left: 6% !important;
      display: inline;
      text-align: center;
      overflow: hidden; }
      #listify_stacks_in_3527_13 .w-widget-map .gm-style-iw + div {
        display: none; }
  #listify_stacks_in_3527_13 .w-widget-twitter {
    overflow: hidden; }
  #listify_stacks_in_3527_13 .w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px; }
    #listify_stacks_in_3527_13 .w-widget-twitter-count-shim * {
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #listify_stacks_in_3527_13 .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
      position: relative;
      font-size: 15px;
      line-height: 12px;
      text-align: center;
      color: #999;
      font-family: serif; }
    #listify_stacks_in_3527_13 .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
      position: relative;
      display: block; }
    #listify_stacks_in_3527_13 .w-widget-twitter-count-shim.w--large {
      width: 36px;
      height: 28px;
      margin-left: 7px; }
      #listify_stacks_in_3527_13 .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 18px; }
    #listify_stacks_in_3527_13 .w-widget-twitter-count-shim:not(.w--vertical) {
      margin-left: 5px;
      margin-right: 8px; }
      #listify_stacks_in_3527_13 .w-widget-twitter-count-shim:not(.w--vertical).w--large {
        margin-left: 6px; }
      #listify_stacks_in_3527_13 .w-widget-twitter-count-shim:not(.w--vertical):before, #listify_stacks_in_3527_13 .w-widget-twitter-count-shim:not(.w--vertical):after {
        top: 50%;
        left: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_3527_13 .w-widget-twitter-count-shim:not(.w--vertical):before {
        border-color: rgba(117, 134, 150, 0);
        border-right-color: #5d6c7b;
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px; }
      #listify_stacks_in_3527_13 .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
        border-width: 5px;
        margin-left: -10px;
        margin-top: -5px; }
      #listify_stacks_in_3527_13 .w-widget-twitter-count-shim:not(.w--vertical):after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: white;
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px; }
      #listify_stacks_in_3527_13 .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
        border-width: 5px;
        margin-left: -9px;
        margin-top: -5px; }
    #listify_stacks_in_3527_13 .w-widget-twitter-count-shim.w--vertical {
      width: 61px;
      height: 33px;
      margin-bottom: 8px; }
      #listify_stacks_in_3527_13 .w-widget-twitter-count-shim.w--vertical:before, #listify_stacks_in_3527_13 .w-widget-twitter-count-shim.w--vertical:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_3527_13 .w-widget-twitter-count-shim.w--vertical:before {
        border-color: rgba(117, 134, 150, 0);
        border-top-color: #5d6c7b;
        border-width: 5px;
        margin-left: -5px; }
      #listify_stacks_in_3527_13 .w-widget-twitter-count-shim.w--vertical:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: white;
        border-width: 4px;
        margin-left: -4px; }
      #listify_stacks_in_3527_13 .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 22px; }
      #listify_stacks_in_3527_13 .w-widget-twitter-count-shim.w--vertical.w--large {
        width: 76px; }
  #listify_stacks_in_3527_13 .w-widget-gplus {
    overflow: hidden; }
  #listify_stacks_in_3527_13 .w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white; }
    #listify_stacks_in_3527_13 .w-background-video > video {
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      right: -100%;
      bottom: -100%;
      top: -100%;
      left: -100%;
      margin: auto;
      min-width: 100%;
      min-height: 100%;
      z-index: -100; }
  #listify_stacks_in_3527_13 .w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
  #listify_stacks_in_3527_13 .w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap; }
  #listify_stacks_in_3527_13 .w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left; }
  #listify_stacks_in_3527_13 .w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
    #listify_stacks_in_3527_13 .w-slider-nav.w-round > div {
      border-radius: 100%; }
    #listify_stacks_in_3527_13 .w-slider-nav.w-num > div {
      width: auto;
      height: auto;
      padding: 0.2em 0.5em;
      font-size: inherit;
      line-height: inherit; }
    #listify_stacks_in_3527_13 .w-slider-nav.w-shadow > div {
      -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
      box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }
  #listify_stacks_in_3527_13 .w-slider-nav-invert {
    color: #fff; }
    #listify_stacks_in_3527_13 .w-slider-nav-invert > div {
      background-color: rgba(34, 34, 34, 0.4); }
      #listify_stacks_in_3527_13 .w-slider-nav-invert > div.w-active {
        background-color: #222; }
  #listify_stacks_in_3527_13 .w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    -webkit-transition: background-color 100ms, color 100ms;
    transition: background-color 100ms, color 100ms; }
    #listify_stacks_in_3527_13 .w-slider-dot.w-active {
      background-color: #fff; }
  #listify_stacks_in_3527_13 .w-slider-arrow-left, #listify_stacks_in_3527_13 .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #listify_stacks_in_3527_13 .w-slider-arrow-left [class^="w-icon-"], #listify_stacks_in_3527_13 .w-slider-arrow-right [class^="w-icon-"], #listify_stacks_in_3527_13 .w-slider-arrow-left [class*=" w-icon-"], #listify_stacks_in_3527_13 .w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute; }
  #listify_stacks_in_3527_13 .w-slider-arrow-left {
    z-index: 3;
    right: auto; }
  #listify_stacks_in_3527_13 .w-slider-arrow-right {
    z-index: 4;
    left: auto; }
  #listify_stacks_in_3527_13 .w-icon-slider-left, #listify_stacks_in_3527_13 .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_3527_13 .w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900; }
  #listify_stacks_in_3527_13 .w-dropdown-btn, #listify_stacks_in_3527_13 .w-dropdown-toggle, #listify_stacks_in_3527_13 .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap; }
  #listify_stacks_in_3527_13 .w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px; }
    #listify_stacks_in_3527_13 .w-dropdown-toggle:focus {
      outline: 0; }
  #listify_stacks_in_3527_13 .w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_3527_13 .w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%; }
    #listify_stacks_in_3527_13 .w-dropdown-list.w--open {
      display: block; }
  #listify_stacks_in_3527_13 .w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222; }
    #listify_stacks_in_3527_13 .w-dropdown-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_3527_13 .w-nav[data-collapse="all"] .w-dropdown, #listify_stacks_in_3527_13 .w-nav[data-collapse="all"] .w-dropdown-toggle {
    display: block; }
  #listify_stacks_in_3527_13 .w-nav[data-collapse="all"] .w-dropdown-list {
    position: static; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_13 .w-nav[data-collapse="medium"] .w-dropdown, #listify_stacks_in_3527_13 .w-nav[data-collapse="medium"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_13 .w-nav[data-collapse="medium"] .w-dropdown-list {
      position: static; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_13 .w-nav[data-collapse="small"] .w-dropdown, #listify_stacks_in_3527_13 .w-nav[data-collapse="small"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_13 .w-nav[data-collapse="small"] .w-dropdown-list {
      position: static; }
    #listify_stacks_in_3527_13 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_13 .w-nav[data-collapse="tiny"] .w-dropdown, #listify_stacks_in_3527_13 .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_13 .w-nav[data-collapse="tiny"] .w-dropdown-list {
      position: static; } }
  #listify_stacks_in_3527_13 .w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
    /* 2 */
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_3527_13 .w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_3527_13 .w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden; }
  #listify_stacks_in_3527_13 .w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0; }
    #listify_stacks_in_3527_13 .w-lightbox-view:before {
      content: "";
      height: 100vh; }
  #listify_stacks_in_3527_13 .w-lightbox-group {
    height: 86vh; }
    #listify_stacks_in_3527_13 .w-lightbox-group .w-lightbox-view {
      height: 86vh; }
      #listify_stacks_in_3527_13 .w-lightbox-group .w-lightbox-view:before {
        height: 86vh; }
  #listify_stacks_in_3527_13 .w-lightbox-frame, #listify_stacks_in_3527_13 .w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle; }
  #listify_stacks_in_3527_13 .w-lightbox-figure {
    position: relative;
    margin: 0;
    /* 1 */ }
  #listify_stacks_in_3527_13 .w-lightbox-group .w-lightbox-figure {
    cursor: pointer; }
  #listify_stacks_in_3527_13 .w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none; }
  #listify_stacks_in_3527_13 .w-lightbox-image {
    display: block;
    float: none;
    /* 1 */
    max-width: 100vw;
    max-height: 100vh; }
  #listify_stacks_in_3527_13 .w-lightbox-group .w-lightbox-image {
    max-height: 86vh; }
  #listify_stacks_in_3527_13 .w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  #listify_stacks_in_3527_13 .w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #listify_stacks_in_3527_13 .w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
  #listify_stacks_in_3527_13 .w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }
  #listify_stacks_in_3527_13 .w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }
  #listify_stacks_in_3527_13 .w-lightbox-close {
    right: 0;
    height: 2.6em;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px; }
  #listify_stacks_in_3527_13 .w-lightbox-strip {
    padding: 0 1vh;
    line-height: 0;
    /* 1 */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden; }
  #listify_stacks_in_3527_13 .w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    /* 2 */ }
  #listify_stacks_in_3527_13 .w-lightbox-active {
    opacity: .3; }
  #listify_stacks_in_3527_13 .w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden; }
  #listify_stacks_in_3527_13 .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0; }
  #listify_stacks_in_3527_13 .w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  #listify_stacks_in_3527_13 .w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #listify_stacks_in_3527_13 .w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear; }
    #listify_stacks_in_3527_13 .w-lightbox-spinner:after {
      content: "";
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border: 3px solid transparent;
      border-bottom-color: #fff;
      border-radius: 50%; }
  #listify_stacks_in_3527_13 .w-lightbox-hide {
    display: none; }
  #listify_stacks_in_3527_13 .w-lightbox-noscroll {
    overflow: hidden; }
  @media (min-width: 768px) {
    #listify_stacks_in_3527_13 {
      /* .w-lightbox-content */ }
      #listify_stacks_in_3527_13 .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh; }
      #listify_stacks_in_3527_13 .w-lightbox-view {
        height: 96vh; }
        #listify_stacks_in_3527_13 .w-lightbox-view:before {
          height: 96vh; }
      #listify_stacks_in_3527_13 .w-lightbox-group {
        height: 84vh; }
        #listify_stacks_in_3527_13 .w-lightbox-group .w-lightbox-view {
          height: 84vh; }
          #listify_stacks_in_3527_13 .w-lightbox-group .w-lightbox-view:before {
            height: 84vh; }
      #listify_stacks_in_3527_13 .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh; }
      #listify_stacks_in_3527_13 .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh; }
      #listify_stacks_in_3527_13 .w-lightbox-left, #listify_stacks_in_3527_13 .w-lightbox-right {
        display: block;
        opacity: .5; }
      #listify_stacks_in_3527_13 .w-lightbox-close {
        opacity: .8; }
      #listify_stacks_in_3527_13 .w-lightbox-control:hover {
        opacity: 1; } }
  #listify_stacks_in_3527_13 .w-lightbox-inactive {
    opacity: 0; }
    #listify_stacks_in_3527_13 .w-lightbox-inactive:hover {
      opacity: 0; }
  #listify_stacks_in_3527_13 .w-richtext:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_13 .w-richtext:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_13 .w-richtext ol, #listify_stacks_in_3527_13 .w-richtext ul {
    overflow: hidden; }
  #listify_stacks_in_3527_13 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before, #listify_stacks_in_3527_13 .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before, #listify_stacks_in_3527_13 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, #listify_stacks_in_3527_13 .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7; }
  #listify_stacks_in_3527_13 .w-richtext figure {
    position: relative;
    max-width: 60%; }
    #listify_stacks_in_3527_13 .w-richtext figure.w-richtext-figure-type-video > div:before, #listify_stacks_in_3527_13 .w-richtext figure[data-rt-type="video"] > div:before {
      content: '';
      position: absolute;
      display: none;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    #listify_stacks_in_3527_13 .w-richtext figure > div:before {
      cursor: default !important; }
    #listify_stacks_in_3527_13 .w-richtext figure img {
      cursor: default !important;
      width: 100%; }
    #listify_stacks_in_3527_13 .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
      opacity: 0.6; }
    #listify_stacks_in_3527_13 .w-richtext figure div {
      /* fix incorrectly sized selection border in the data manager */
      font-size: 0px;
      color: transparent; }
    #listify_stacks_in_3527_13 .w-richtext figure.w-richtext-figure-type-image, #listify_stacks_in_3527_13 .w-richtext figure[data-rt-type="image"] {
      display: table; }
    #listify_stacks_in_3527_13 .w-richtext figure.w-richtext-figure-type-image > div, #listify_stacks_in_3527_13 .w-richtext figure[data-rt-type="image"] > div {
      display: inline-block; }
    #listify_stacks_in_3527_13 .w-richtext figure.w-richtext-figure-type-image > figcaption, #listify_stacks_in_3527_13 .w-richtext figure[data-rt-type="image"] > figcaption {
      display: table-caption;
      caption-side: bottom; }
    #listify_stacks_in_3527_13 .w-richtext figure.w-richtext-figure-type-video, #listify_stacks_in_3527_13 .w-richtext figure[data-rt-type="video"] {
      width: 60%;
      height: 0; }
    #listify_stacks_in_3527_13 .w-richtext figure.w-richtext-figure-type-video iframe, #listify_stacks_in_3527_13 .w-richtext figure[data-rt-type="video"] iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #listify_stacks_in_3527_13 .w-richtext figure.w-richtext-figure-type-video > div, #listify_stacks_in_3527_13 .w-richtext figure[data-rt-type="video"] > div {
      width: 100%; }
    #listify_stacks_in_3527_13 .w-richtext figure.w-richtext-align-center {
      margin-right: auto;
      margin-left: auto;
      clear: both; }
      #listify_stacks_in_3527_13 .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, #listify_stacks_in_3527_13 .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
        max-width: 100%; }
    #listify_stacks_in_3527_13 .w-richtext figure.w-richtext-align-normal {
      clear: both; }
    #listify_stacks_in_3527_13 .w-richtext figure.w-richtext-align-fullwidth {
      width: 100%;
      max-width: 100%;
      text-align: center;
      clear: both;
      display: block;
      margin-right: auto;
      margin-left: auto; }
      #listify_stacks_in_3527_13 .w-richtext figure.w-richtext-align-fullwidth > div {
        display: inline-block;
        /* padding-bottom is used for aspect ratios in video figures
           *  we want the div to inherit that so hover/selection borders in the designer-canvas
           *  fit right */
        padding-bottom: inherit; }
      #listify_stacks_in_3527_13 .w-richtext figure.w-richtext-align-fullwidth > figcaption {
        display: block; }
    #listify_stacks_in_3527_13 .w-richtext figure.w-richtext-align-floatleft {
      float: left;
      margin-right: 15px;
      clear: none; }
    #listify_stacks_in_3527_13 .w-richtext figure.w-richtext-align-floatright {
      float: right;
      margin-left: 15px;
      clear: none; }
  #listify_stacks_in_3527_13 .w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000; }
    #listify_stacks_in_3527_13 .w-nav:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_13 .w-nav:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_3527_13 .w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333; }
  #listify_stacks_in_3527_13 .w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto; }
    #listify_stacks_in_3527_13 .w-nav-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_3527_13 .w-nav-menu {
    position: relative;
    float: right; }
  #listify_stacks_in_3527_13 .w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px; }
  #listify_stacks_in_3527_13 .w--nav-link-open {
    display: block;
    position: relative; }
  #listify_stacks_in_3527_13 .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%; }
    #listify_stacks_in_3527_13 .w-nav-overlay .w--nav-menu-open {
      top: 0; }
  #listify_stacks_in_3527_13 .w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_13 .w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_13 .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_13 .w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_13 .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #listify_stacks_in_3527_13 .w-nav-button.w--open {
      background-color: #C8C8C8;
      color: white; }
  #listify_stacks_in_3527_13 .w-nav[data-collapse="all"] .w-nav-menu {
    display: none; }
  #listify_stacks_in_3527_13 .w-nav[data-collapse="all"] .w-nav-button {
    display: block; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_13 .w-nav[data-collapse="medium"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_13 .w-nav[data-collapse="medium"] .w-nav-button {
      display: block; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_13 .w-nav[data-collapse="small"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_13 .w-nav[data-collapse="small"] .w-nav-button {
      display: block; }
    #listify_stacks_in_3527_13 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_13 .w-nav[data-collapse="tiny"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_13 .w-nav[data-collapse="tiny"] .w-nav-button {
      display: block; } }
  #listify_stacks_in_3527_13 .w-tabs {
    position: relative; }
    #listify_stacks_in_3527_13 .w-tabs:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_13 .w-tabs:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_3527_13 .w-tab-menu {
    position: relative; }
  #listify_stacks_in_3527_13 .w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd; }
    #listify_stacks_in_3527_13 .w-tab-link.w--current {
      background-color: #C8C8C8; }
  #listify_stacks_in_3527_13 .w-tab-content {
    position: relative;
    display: block;
    overflow: hidden; }
  #listify_stacks_in_3527_13 .w-tab-pane {
    position: relative;
    display: none; }
  #listify_stacks_in_3527_13 .w--tab-active {
    display: block; }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_13 .w-tab-link {
      display: block; } }
  #listify_stacks_in_3527_13 .w-ix-emptyfix:after {
    content: ""; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  #listify_stacks_in_3527_13 .w-dyn-empty {
    padding: 10px;
    background-color: #dddddd; }
  #listify_stacks_in_3527_13 .w-dyn-bind-empty, #listify_stacks_in_3527_13 .w-condition-invisible {
    display: none !important; }

.list-container {
  margin-top: 0px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; }

.section {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 0px;
  position: absolute;
  padding-bottom: 0px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox; }
  .section.main {
    display: none; }

.container {
  -ms-grid-row-align: center;
      align-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center; }

#listify_stacks_in_3527_13 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*  */
  width: 100%;
  /*  */
  /*  */ }
  #listify_stacks_in_3527_13 .list {
    overflow: hidden;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1.00);
    /*  */
    /*  */ }
  #listify_stacks_in_3527_13 .list-item {
    list-style-type: none;
    margin-bottom: 5px; }
    #listify_stacks_in_3527_13 .list-item ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_13 .list-item ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_13 .list-item ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_13 .list-item ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_13 .list-item ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_13 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_13 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_13 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_13 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_13 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_13 .list-item a {
      cursor: pointer;
      text-decoration: none; }
  #listify_stacks_in_3527_13 .list-item-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0px auto 0px auto;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_3527_13 .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_3527_13 .list-item-icon.hide-icon {
      display: none; }
  #listify_stacks_in_3527_13 .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listify_stacks_in_3527_13 .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-row-align: center;
        align-self: center;
    word-wrap: break-word;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px;
    line-height: 20px;
    font-family: inherit;
    /*  */
    font-family: "Lucida Grande, Arial, sans-serif";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_3527_13 .list-item-text.hide-text {
      display: none; }

/*  */
/*  */
#listify_stacks_in_3527_13 .list-item-inner {
  margin: 10px 10px 10px 10px; }

@media only screen and (max-width: 440px) {
  #listify_stacks_in_3527_13.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listify_stacks_in_3527_13.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listify_stacks_in_3527_13.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_14.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_14.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_14.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_14.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_14.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 8px 8px 8px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_14.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: block !important;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_14.list-item .list-item-inner .list-item-icon i {
    color: rgba(255, 255, 255, 1.00);
    font-size: 80px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_14.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(0, 0, 0, 1.00);
    font-size: 16px;
    line-height: 22px;
    font-family: inherit;
    /*  */
    display: none;
    /*  */
    /*  */
    /*  */
    /*  */
    font-family: "Roboto";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_14.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_14.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_14.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_14.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_16.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_16.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_16.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_16.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_16.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 8px 8px 0px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_16.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: none;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_16.list-item .list-item-inner .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_16.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 26px;
    line-height: 32px;
    font-family: inherit;
    /*  */
    display: block !important;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    font-family: "Raleway";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_16.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_16.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_16.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_16.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_18.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_18.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_18.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_18.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_18.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 0px 8px 8px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_18.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: none;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_18.list-item .list-item-inner .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_18.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
    line-height: 18px;
    font-family: inherit;
    /*  */
    display: block !important;
    /*  */
    /*  */
    font-family: "Lucida Grande, Arial, sans-serif";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_18.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_18.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_18.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_18.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_20.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_20.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_20.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_20.hide-d {
    display: none; } }

/*  */
/*
1.3.0.2
- add ability to use manually imported icon font (item stack)
- updated woff2 file, old file was causing odd display bugs
*/
@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(listify-files/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(listify-files/MaterialIcons-2021.woff2) format('woff2'),
    url(listify-files/MaterialIcons-Regular.woff) format('woff'),
    url(listify-files/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

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

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

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

#listify_stacks_in_3527_55 {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. */
  /**
 * Remove default margin. */
  /* HTML5 display definitions
 * ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11. */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
  /* Links
 * ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10. */
  /**
 * Improve readability of focused elements when they are also in an
 * active/hover state. */
  /* Text-level semantics
 * ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in Safari and Chrome. */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in IE 8/9. */
  /**
 * Address inconsistent and variable font size in all browsers. */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
  /* Embedded content
 * ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10. */
  /**
 * Correct overflow not hidden in IE 9/10/11. */
  /* Grouping content
 * ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari. */
  /**
 * Address differences between Firefox and other browsers. */
  /**
 * Contain overflow in all browsers. */
  /**
 * Address odd `em`-unit font size rendering in all browsers. */
  /* Forms
 * ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11. */
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector */
  /**
 * Re-set default cursor for disabled elements. */
  /**
 * Remove inner padding and border in Firefox 4+. */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10. */
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */
  /**
 * Define consistent border, margin, and padding. */
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11. */
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
  /* Tables
 * ========================================================================== */
  /**
 * Remove most spacing between table cells. */
  /**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`. */
  /**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox. */
  /**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll. */
  /* .w-lightbox-content */
  /*
 * 1. Remove default margin set by user-agent on the <figure> element. */
  /**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling. */
  /**
 * 1. Reset if style is set by user on "All Images" */
  /*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer) */
  /**
 * 1. All IE versions add extra space at the bottom without this. */
  /*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior. */
  /*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track. */
  /*
 * Utility classes */ }
  #listify_stacks_in_3527_55 html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  #listify_stacks_in_3527_55 body {
    margin: 0; }
  #listify_stacks_in_3527_55 article, #listify_stacks_in_3527_55 aside, #listify_stacks_in_3527_55 details, #listify_stacks_in_3527_55 figcaption, #listify_stacks_in_3527_55 figure, #listify_stacks_in_3527_55 footer, #listify_stacks_in_3527_55 header, #listify_stacks_in_3527_55 hgroup, #listify_stacks_in_3527_55 main, #listify_stacks_in_3527_55 menu, #listify_stacks_in_3527_55 nav, #listify_stacks_in_3527_55 section, #listify_stacks_in_3527_55 summary {
    display: block; }
  #listify_stacks_in_3527_55 audio, #listify_stacks_in_3527_55 canvas, #listify_stacks_in_3527_55 progress, #listify_stacks_in_3527_55 video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  #listify_stacks_in_3527_55 audio:not([controls]) {
    display: none;
    height: 0; }
  #listify_stacks_in_3527_55 [hidden], #listify_stacks_in_3527_55 template {
    display: none; }
  #listify_stacks_in_3527_55 a {
    background-color: transparent; }
    #listify_stacks_in_3527_55 a:active, #listify_stacks_in_3527_55 a:hover {
      outline: 0; }
  #listify_stacks_in_3527_55 abbr[title] {
    border-bottom: 1px dotted; }
  #listify_stacks_in_3527_55 b, #listify_stacks_in_3527_55 strong {
    font-weight: bold; }
  #listify_stacks_in_3527_55 dfn {
    font-style: italic; }
  #listify_stacks_in_3527_55 h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  #listify_stacks_in_3527_55 mark {
    background: #ff0;
    color: #000; }
  #listify_stacks_in_3527_55 small {
    font-size: 80%; }
  #listify_stacks_in_3527_55 sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #listify_stacks_in_3527_55 sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em; }
  #listify_stacks_in_3527_55 sub {
    bottom: -0.25em; }
  #listify_stacks_in_3527_55 img {
    border: 0; }
  #listify_stacks_in_3527_55 svg:not(:root) {
    overflow: hidden; }
  #listify_stacks_in_3527_55 figure {
    margin: 1em 40px; }
  #listify_stacks_in_3527_55 hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  #listify_stacks_in_3527_55 pre {
    overflow: auto; }
  #listify_stacks_in_3527_55 code, #listify_stacks_in_3527_55 kbd, #listify_stacks_in_3527_55 pre, #listify_stacks_in_3527_55 samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  #listify_stacks_in_3527_55 button, #listify_stacks_in_3527_55 input, #listify_stacks_in_3527_55 optgroup, #listify_stacks_in_3527_55 select, #listify_stacks_in_3527_55 textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  #listify_stacks_in_3527_55 button {
    overflow: visible;
    text-transform: none; }
  #listify_stacks_in_3527_55 select {
    text-transform: none; }
  #listify_stacks_in_3527_55 button, #listify_stacks_in_3527_55 html input[type="button"], #listify_stacks_in_3527_55 input[type="reset"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  #listify_stacks_in_3527_55 button[disabled], #listify_stacks_in_3527_55 html input[disabled] {
    cursor: default; }
  #listify_stacks_in_3527_55 button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  #listify_stacks_in_3527_55 input {
    line-height: normal; }
    #listify_stacks_in_3527_55 input::-moz-focus-inner {
      border: 0;
      padding: 0; }
    #listify_stacks_in_3527_55 input[type="checkbox"], #listify_stacks_in_3527_55 input[type="radio"] {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /* 1 */
      padding: 0;
      /* 2 */ }
    #listify_stacks_in_3527_55 input[type="number"]::-webkit-inner-spin-button, #listify_stacks_in_3527_55 input[type="number"]::-webkit-outer-spin-button {
      height: auto; }
    #listify_stacks_in_3527_55 input[type="search"] {
      -webkit-appearance: textfield;
      /* 1 */
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      /* 2 */ }
      #listify_stacks_in_3527_55 input[type="search"]::-webkit-search-cancel-button, #listify_stacks_in_3527_55 input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none; }
  #listify_stacks_in_3527_55 fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  #listify_stacks_in_3527_55 legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #listify_stacks_in_3527_55 textarea {
    overflow: auto; }
  #listify_stacks_in_3527_55 optgroup {
    font-weight: bold; }
  #listify_stacks_in_3527_55 table {
    border-collapse: collapse;
    border-spacing: 0; }
  #listify_stacks_in_3527_55 td, #listify_stacks_in_3527_55 th {
    padding: 0; }

@font-face {
  #listify_stacks_in_3527_55 {
    font-family: 'webflow-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
    font-weight: normal;
    font-style: normal; } }
  #listify_stacks_in_3527_55 [class^="w-icon-"], #listify_stacks_in_3527_55 [class*=" w-icon-"] {
    font-family: 'webflow-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #listify_stacks_in_3527_55 .w-icon-slider-right:before {
    content: "\e600"; }
  #listify_stacks_in_3527_55 .w-icon-slider-left:before {
    content: "\e601"; }
  #listify_stacks_in_3527_55 .w-icon-nav-menu:before {
    content: "\e602"; }
  #listify_stacks_in_3527_55 .w-icon-arrow-down:before, #listify_stacks_in_3527_55 .w-icon-dropdown-toggle:before {
    content: "\e603"; }
  #listify_stacks_in_3527_55 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #listify_stacks_in_3527_55 html {
    height: 100%; }
  #listify_stacks_in_3527_55 body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333; }
  #listify_stacks_in_3527_55 img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block; }
  #listify_stacks_in_3527_55 html.w-mod-touch * {
    background-attachment: scroll !important; }
  #listify_stacks_in_3527_55 .w-block {
    display: block; }
  #listify_stacks_in_3527_55 .w-inline-block {
    max-width: 100%;
    display: inline-block; }
  #listify_stacks_in_3527_55 .w-clearfix:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_55 .w-clearfix:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_55 .w-preserve-3d {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  #listify_stacks_in_3527_55 .w-hidden {
    display: none; }
  #listify_stacks_in_3527_55 .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0; }
  #listify_stacks_in_3527_55 input.w-button {
    -webkit-appearance: button; }
  #listify_stacks_in_3527_55 html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important; }
  #listify_stacks_in_3527_55 .w-webflow-badge {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1.0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #AAADB0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1.0 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1); }
    #listify_stacks_in_3527_55 .w-webflow-badge * {
      position: static;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      z-index: auto;
      display: block;
      visibility: visible;
      overflow: visible;
      overflow-x: visible;
      overflow-y: visible;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: auto;
      height: auto;
      max-height: none;
      max-width: none;
      min-height: 0;
      min-width: 0;
      margin: 0;
      padding: 0;
      float: none;
      clear: none;
      border: 0 none transparent;
      border-radius: 0;
      background: none;
      background-image: none;
      background-position: 0% 0%;
      background-size: auto auto;
      background-repeat: repeat;
      background-origin: padding-box;
      background-clip: border-box;
      background-attachment: scroll;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      opacity: 1.0;
      -webkit-transform: none;
              transform: none;
      -webkit-transition: none;
      transition: none;
      direction: ltr;
      font-family: inherit;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-style: inherit;
      font-variant: inherit;
      text-align: inherit;
      letter-spacing: inherit;
      text-decoration: inherit;
      text-indent: 0;
      text-transform: inherit;
      list-style-type: disc;
      text-shadow: none;
      font-smoothing: auto;
      vertical-align: baseline;
      cursor: inherit;
      white-space: inherit;
      word-break: normal;
      word-spacing: normal;
      word-wrap: normal; }
    #listify_stacks_in_3527_55 .w-webflow-badge > img {
      display: inline-block !important;
      visibility: visible !important;
      opacity: 1 !important;
      vertical-align: middle !important; }
  #listify_stacks_in_3527_55 h1, #listify_stacks_in_3527_55 h2, #listify_stacks_in_3527_55 h3, #listify_stacks_in_3527_55 h4, #listify_stacks_in_3527_55 h5, #listify_stacks_in_3527_55 h6 {
    font-weight: bold;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_55 h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px; }
  #listify_stacks_in_3527_55 h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px; }
  #listify_stacks_in_3527_55 h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px; }
  #listify_stacks_in_3527_55 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px; }
  #listify_stacks_in_3527_55 h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px; }
  #listify_stacks_in_3527_55 h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px; }
  #listify_stacks_in_3527_55 p {
    margin-top: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_55 a:focus {
    outline: 0; }
  #listify_stacks_in_3527_55 blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px; }
  #listify_stacks_in_3527_55 figure {
    margin: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_55 figcaption {
    margin-top: 5px;
    text-align: center; }
  #listify_stacks_in_3527_55 ul, #listify_stacks_in_3527_55 ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px; }
  #listify_stacks_in_3527_55 .w-list-unstyled {
    padding-left: 0;
    list-style: none; }
  #listify_stacks_in_3527_55 .w-embed:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_55 .w-embed:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_55 .w-video {
    width: 100%;
    position: relative;
    padding: 0; }
    #listify_stacks_in_3527_55 .w-video iframe, #listify_stacks_in_3527_55 .w-video object, #listify_stacks_in_3527_55 .w-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #listify_stacks_in_3527_55 fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  #listify_stacks_in_3527_55 button, #listify_stacks_in_3527_55 html input[type="button"], #listify_stacks_in_3527_55 input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button; }
  #listify_stacks_in_3527_55 .w-form {
    margin: 0 0 15px; }
  #listify_stacks_in_3527_55 .w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd; }
  #listify_stacks_in_3527_55 .w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede; }
  #listify_stacks_in_3527_55 label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
  #listify_stacks_in_3527_55 .w-input, #listify_stacks_in_3527_55 .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc; }
  #listify_stacks_in_3527_55 .w-input:-moz-placeholder, #listify_stacks_in_3527_55 .w-select:-moz-placeholder {
    color: #999; }
  #listify_stacks_in_3527_55 .w-input::-moz-placeholder, #listify_stacks_in_3527_55 .w-select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  #listify_stacks_in_3527_55 .w-input:-ms-input-placeholder, #listify_stacks_in_3527_55 .w-select:-ms-input-placeholder, #listify_stacks_in_3527_55 .w-input::-webkit-input-placeholder, #listify_stacks_in_3527_55 .w-select::-webkit-input-placeholder {
    color: #999; }
  #listify_stacks_in_3527_55 .w-input:focus, #listify_stacks_in_3527_55 .w-select:focus {
    border-color: #3898EC;
    outline: 0; }
  #listify_stacks_in_3527_55 .w-input[disabled], #listify_stacks_in_3527_55 .w-select[disabled], #listify_stacks_in_3527_55 .w-input[readonly], #listify_stacks_in_3527_55 .w-select[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_3527_55 fieldset[disabled] .w-input, #listify_stacks_in_3527_55 fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_3527_55 textarea.w-input, #listify_stacks_in_3527_55 textarea.w-select {
    height: auto; }
  #listify_stacks_in_3527_55 .w-select {
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f3f3));
    background-image: linear-gradient(white 0%, #f3f3f3 100%); }
    #listify_stacks_in_3527_55 .w-select[multiple] {
      height: auto; }
  #listify_stacks_in_3527_55 .w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px; }
  #listify_stacks_in_3527_55 .w-checkbox, #listify_stacks_in_3527_55 .w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px; }
  #listify_stacks_in_3527_55 .w-checkbox:before, #listify_stacks_in_3527_55 .w-radio:before, #listify_stacks_in_3527_55 .w-checkbox:after, #listify_stacks_in_3527_55 .w-radio:after {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_55 .w-checkbox:after, #listify_stacks_in_3527_55 .w-radio:after {
    clear: both; }
  #listify_stacks_in_3527_55 .w-checkbox-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px; }
  #listify_stacks_in_3527_55 .w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
    margin-top: 3px; }
  #listify_stacks_in_3527_55 .w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px; }
    #listify_stacks_in_3527_55 .w-container:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_55 .w-container:after {
      content: " ";
      display: table;
      clear: both; }
    #listify_stacks_in_3527_55 .w-container .w-row {
      margin-left: -10px;
      margin-right: -10px; }
  #listify_stacks_in_3527_55 .w-row:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_55 .w-row:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_55 .w-row .w-row {
    margin-left: 0;
    margin-right: 0; }
  #listify_stacks_in_3527_55 .w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    #listify_stacks_in_3527_55 .w-col .w-col {
      padding-left: 0;
      padding-right: 0; }
  #listify_stacks_in_3527_55 .w-col-1 {
    width: 8.33333333%; }
  #listify_stacks_in_3527_55 .w-col-2 {
    width: 16.66666667%; }
  #listify_stacks_in_3527_55 .w-col-3 {
    width: 25%; }
  #listify_stacks_in_3527_55 .w-col-4 {
    width: 33.33333333%; }
  #listify_stacks_in_3527_55 .w-col-5 {
    width: 41.66666667%; }
  #listify_stacks_in_3527_55 .w-col-6 {
    width: 50%; }
  #listify_stacks_in_3527_55 .w-col-7 {
    width: 58.33333333%; }
  #listify_stacks_in_3527_55 .w-col-8 {
    width: 66.66666667%; }
  #listify_stacks_in_3527_55 .w-col-9 {
    width: 75%; }
  #listify_stacks_in_3527_55 .w-col-10 {
    width: 83.33333333%; }
  #listify_stacks_in_3527_55 .w-col-11 {
    width: 91.66666667%; }
  #listify_stacks_in_3527_55 .w-col-12 {
    width: 100%; }
  #listify_stacks_in_3527_55 .w-hidden-main {
    display: none !important; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_55 .w-container {
      max-width: 728px; }
    #listify_stacks_in_3527_55 .w-hidden-main {
      display: inherit !important; }
    #listify_stacks_in_3527_55 .w-hidden-medium {
      display: none !important; }
    #listify_stacks_in_3527_55 .w-col-medium-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_55 .w-col-medium-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_55 .w-col-medium-3 {
      width: 25%; }
    #listify_stacks_in_3527_55 .w-col-medium-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_55 .w-col-medium-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_55 .w-col-medium-6 {
      width: 50%; }
    #listify_stacks_in_3527_55 .w-col-medium-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_55 .w-col-medium-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_55 .w-col-medium-9 {
      width: 75%; }
    #listify_stacks_in_3527_55 .w-col-medium-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_55 .w-col-medium-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_55 .w-col-medium-12 {
      width: 100%; }
    #listify_stacks_in_3527_55 .w-col-stack {
      width: 100%;
      left: auto;
      right: auto; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_55 .w-hidden-main, #listify_stacks_in_3527_55 .w-hidden-medium {
      display: inherit !important; }
    #listify_stacks_in_3527_55 .w-hidden-small {
      display: none !important; }
    #listify_stacks_in_3527_55 .w-row, #listify_stacks_in_3527_55 .w-container .w-row {
      margin-left: 0;
      margin-right: 0; }
    #listify_stacks_in_3527_55 .w-col {
      width: 100%;
      left: auto;
      right: auto; }
    #listify_stacks_in_3527_55 .w-col-small-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_55 .w-col-small-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_55 .w-col-small-3 {
      width: 25%; }
    #listify_stacks_in_3527_55 .w-col-small-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_55 .w-col-small-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_55 .w-col-small-6 {
      width: 50%; }
    #listify_stacks_in_3527_55 .w-col-small-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_55 .w-col-small-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_55 .w-col-small-9 {
      width: 75%; }
    #listify_stacks_in_3527_55 .w-col-small-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_55 .w-col-small-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_55 .w-col-small-12 {
      width: 100%; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_55 .w-container {
      max-width: none; }
    #listify_stacks_in_3527_55 .w-hidden-main, #listify_stacks_in_3527_55 .w-hidden-medium, #listify_stacks_in_3527_55 .w-hidden-small {
      display: inherit !important; }
    #listify_stacks_in_3527_55 .w-hidden-tiny {
      display: none !important; }
    #listify_stacks_in_3527_55 .w-col {
      width: 100%; }
    #listify_stacks_in_3527_55 .w-col-tiny-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_55 .w-col-tiny-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_55 .w-col-tiny-3 {
      width: 25%; }
    #listify_stacks_in_3527_55 .w-col-tiny-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_55 .w-col-tiny-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_55 .w-col-tiny-6 {
      width: 50%; }
    #listify_stacks_in_3527_55 .w-col-tiny-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_55 .w-col-tiny-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_55 .w-col-tiny-9 {
      width: 75%; }
    #listify_stacks_in_3527_55 .w-col-tiny-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_55 .w-col-tiny-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_55 .w-col-tiny-12 {
      width: 100%; } }
  #listify_stacks_in_3527_55 .w-widget {
    position: relative; }
  #listify_stacks_in_3527_55 .w-widget-map {
    width: 100%;
    height: 400px; }
    #listify_stacks_in_3527_55 .w-widget-map label {
      width: auto;
      display: inline; }
    #listify_stacks_in_3527_55 .w-widget-map img {
      max-width: inherit; }
    #listify_stacks_in_3527_55 .w-widget-map .gm-style-iw {
      width: 90% !important;
      height: auto !important;
      top: 7px !important;
      left: 6% !important;
      display: inline;
      text-align: center;
      overflow: hidden; }
      #listify_stacks_in_3527_55 .w-widget-map .gm-style-iw + div {
        display: none; }
  #listify_stacks_in_3527_55 .w-widget-twitter {
    overflow: hidden; }
  #listify_stacks_in_3527_55 .w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px; }
    #listify_stacks_in_3527_55 .w-widget-twitter-count-shim * {
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #listify_stacks_in_3527_55 .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
      position: relative;
      font-size: 15px;
      line-height: 12px;
      text-align: center;
      color: #999;
      font-family: serif; }
    #listify_stacks_in_3527_55 .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
      position: relative;
      display: block; }
    #listify_stacks_in_3527_55 .w-widget-twitter-count-shim.w--large {
      width: 36px;
      height: 28px;
      margin-left: 7px; }
      #listify_stacks_in_3527_55 .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 18px; }
    #listify_stacks_in_3527_55 .w-widget-twitter-count-shim:not(.w--vertical) {
      margin-left: 5px;
      margin-right: 8px; }
      #listify_stacks_in_3527_55 .w-widget-twitter-count-shim:not(.w--vertical).w--large {
        margin-left: 6px; }
      #listify_stacks_in_3527_55 .w-widget-twitter-count-shim:not(.w--vertical):before, #listify_stacks_in_3527_55 .w-widget-twitter-count-shim:not(.w--vertical):after {
        top: 50%;
        left: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_3527_55 .w-widget-twitter-count-shim:not(.w--vertical):before {
        border-color: rgba(117, 134, 150, 0);
        border-right-color: #5d6c7b;
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px; }
      #listify_stacks_in_3527_55 .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
        border-width: 5px;
        margin-left: -10px;
        margin-top: -5px; }
      #listify_stacks_in_3527_55 .w-widget-twitter-count-shim:not(.w--vertical):after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: white;
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px; }
      #listify_stacks_in_3527_55 .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
        border-width: 5px;
        margin-left: -9px;
        margin-top: -5px; }
    #listify_stacks_in_3527_55 .w-widget-twitter-count-shim.w--vertical {
      width: 61px;
      height: 33px;
      margin-bottom: 8px; }
      #listify_stacks_in_3527_55 .w-widget-twitter-count-shim.w--vertical:before, #listify_stacks_in_3527_55 .w-widget-twitter-count-shim.w--vertical:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_3527_55 .w-widget-twitter-count-shim.w--vertical:before {
        border-color: rgba(117, 134, 150, 0);
        border-top-color: #5d6c7b;
        border-width: 5px;
        margin-left: -5px; }
      #listify_stacks_in_3527_55 .w-widget-twitter-count-shim.w--vertical:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: white;
        border-width: 4px;
        margin-left: -4px; }
      #listify_stacks_in_3527_55 .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 22px; }
      #listify_stacks_in_3527_55 .w-widget-twitter-count-shim.w--vertical.w--large {
        width: 76px; }
  #listify_stacks_in_3527_55 .w-widget-gplus {
    overflow: hidden; }
  #listify_stacks_in_3527_55 .w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white; }
    #listify_stacks_in_3527_55 .w-background-video > video {
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      right: -100%;
      bottom: -100%;
      top: -100%;
      left: -100%;
      margin: auto;
      min-width: 100%;
      min-height: 100%;
      z-index: -100; }
  #listify_stacks_in_3527_55 .w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
  #listify_stacks_in_3527_55 .w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap; }
  #listify_stacks_in_3527_55 .w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left; }
  #listify_stacks_in_3527_55 .w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
    #listify_stacks_in_3527_55 .w-slider-nav.w-round > div {
      border-radius: 100%; }
    #listify_stacks_in_3527_55 .w-slider-nav.w-num > div {
      width: auto;
      height: auto;
      padding: 0.2em 0.5em;
      font-size: inherit;
      line-height: inherit; }
    #listify_stacks_in_3527_55 .w-slider-nav.w-shadow > div {
      -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
      box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }
  #listify_stacks_in_3527_55 .w-slider-nav-invert {
    color: #fff; }
    #listify_stacks_in_3527_55 .w-slider-nav-invert > div {
      background-color: rgba(34, 34, 34, 0.4); }
      #listify_stacks_in_3527_55 .w-slider-nav-invert > div.w-active {
        background-color: #222; }
  #listify_stacks_in_3527_55 .w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    -webkit-transition: background-color 100ms, color 100ms;
    transition: background-color 100ms, color 100ms; }
    #listify_stacks_in_3527_55 .w-slider-dot.w-active {
      background-color: #fff; }
  #listify_stacks_in_3527_55 .w-slider-arrow-left, #listify_stacks_in_3527_55 .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #listify_stacks_in_3527_55 .w-slider-arrow-left [class^="w-icon-"], #listify_stacks_in_3527_55 .w-slider-arrow-right [class^="w-icon-"], #listify_stacks_in_3527_55 .w-slider-arrow-left [class*=" w-icon-"], #listify_stacks_in_3527_55 .w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute; }
  #listify_stacks_in_3527_55 .w-slider-arrow-left {
    z-index: 3;
    right: auto; }
  #listify_stacks_in_3527_55 .w-slider-arrow-right {
    z-index: 4;
    left: auto; }
  #listify_stacks_in_3527_55 .w-icon-slider-left, #listify_stacks_in_3527_55 .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_3527_55 .w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900; }
  #listify_stacks_in_3527_55 .w-dropdown-btn, #listify_stacks_in_3527_55 .w-dropdown-toggle, #listify_stacks_in_3527_55 .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap; }
  #listify_stacks_in_3527_55 .w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px; }
    #listify_stacks_in_3527_55 .w-dropdown-toggle:focus {
      outline: 0; }
  #listify_stacks_in_3527_55 .w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_3527_55 .w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%; }
    #listify_stacks_in_3527_55 .w-dropdown-list.w--open {
      display: block; }
  #listify_stacks_in_3527_55 .w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222; }
    #listify_stacks_in_3527_55 .w-dropdown-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_3527_55 .w-nav[data-collapse="all"] .w-dropdown, #listify_stacks_in_3527_55 .w-nav[data-collapse="all"] .w-dropdown-toggle {
    display: block; }
  #listify_stacks_in_3527_55 .w-nav[data-collapse="all"] .w-dropdown-list {
    position: static; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_55 .w-nav[data-collapse="medium"] .w-dropdown, #listify_stacks_in_3527_55 .w-nav[data-collapse="medium"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_55 .w-nav[data-collapse="medium"] .w-dropdown-list {
      position: static; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_55 .w-nav[data-collapse="small"] .w-dropdown, #listify_stacks_in_3527_55 .w-nav[data-collapse="small"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_55 .w-nav[data-collapse="small"] .w-dropdown-list {
      position: static; }
    #listify_stacks_in_3527_55 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_55 .w-nav[data-collapse="tiny"] .w-dropdown, #listify_stacks_in_3527_55 .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_55 .w-nav[data-collapse="tiny"] .w-dropdown-list {
      position: static; } }
  #listify_stacks_in_3527_55 .w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
    /* 2 */
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_3527_55 .w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_3527_55 .w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden; }
  #listify_stacks_in_3527_55 .w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0; }
    #listify_stacks_in_3527_55 .w-lightbox-view:before {
      content: "";
      height: 100vh; }
  #listify_stacks_in_3527_55 .w-lightbox-group {
    height: 86vh; }
    #listify_stacks_in_3527_55 .w-lightbox-group .w-lightbox-view {
      height: 86vh; }
      #listify_stacks_in_3527_55 .w-lightbox-group .w-lightbox-view:before {
        height: 86vh; }
  #listify_stacks_in_3527_55 .w-lightbox-frame, #listify_stacks_in_3527_55 .w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle; }
  #listify_stacks_in_3527_55 .w-lightbox-figure {
    position: relative;
    margin: 0;
    /* 1 */ }
  #listify_stacks_in_3527_55 .w-lightbox-group .w-lightbox-figure {
    cursor: pointer; }
  #listify_stacks_in_3527_55 .w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none; }
  #listify_stacks_in_3527_55 .w-lightbox-image {
    display: block;
    float: none;
    /* 1 */
    max-width: 100vw;
    max-height: 100vh; }
  #listify_stacks_in_3527_55 .w-lightbox-group .w-lightbox-image {
    max-height: 86vh; }
  #listify_stacks_in_3527_55 .w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  #listify_stacks_in_3527_55 .w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #listify_stacks_in_3527_55 .w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
  #listify_stacks_in_3527_55 .w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }
  #listify_stacks_in_3527_55 .w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }
  #listify_stacks_in_3527_55 .w-lightbox-close {
    right: 0;
    height: 2.6em;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px; }
  #listify_stacks_in_3527_55 .w-lightbox-strip {
    padding: 0 1vh;
    line-height: 0;
    /* 1 */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden; }
  #listify_stacks_in_3527_55 .w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    /* 2 */ }
  #listify_stacks_in_3527_55 .w-lightbox-active {
    opacity: .3; }
  #listify_stacks_in_3527_55 .w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden; }
  #listify_stacks_in_3527_55 .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0; }
  #listify_stacks_in_3527_55 .w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  #listify_stacks_in_3527_55 .w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #listify_stacks_in_3527_55 .w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear; }
    #listify_stacks_in_3527_55 .w-lightbox-spinner:after {
      content: "";
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border: 3px solid transparent;
      border-bottom-color: #fff;
      border-radius: 50%; }
  #listify_stacks_in_3527_55 .w-lightbox-hide {
    display: none; }
  #listify_stacks_in_3527_55 .w-lightbox-noscroll {
    overflow: hidden; }
  @media (min-width: 768px) {
    #listify_stacks_in_3527_55 {
      /* .w-lightbox-content */ }
      #listify_stacks_in_3527_55 .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh; }
      #listify_stacks_in_3527_55 .w-lightbox-view {
        height: 96vh; }
        #listify_stacks_in_3527_55 .w-lightbox-view:before {
          height: 96vh; }
      #listify_stacks_in_3527_55 .w-lightbox-group {
        height: 84vh; }
        #listify_stacks_in_3527_55 .w-lightbox-group .w-lightbox-view {
          height: 84vh; }
          #listify_stacks_in_3527_55 .w-lightbox-group .w-lightbox-view:before {
            height: 84vh; }
      #listify_stacks_in_3527_55 .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh; }
      #listify_stacks_in_3527_55 .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh; }
      #listify_stacks_in_3527_55 .w-lightbox-left, #listify_stacks_in_3527_55 .w-lightbox-right {
        display: block;
        opacity: .5; }
      #listify_stacks_in_3527_55 .w-lightbox-close {
        opacity: .8; }
      #listify_stacks_in_3527_55 .w-lightbox-control:hover {
        opacity: 1; } }
  #listify_stacks_in_3527_55 .w-lightbox-inactive {
    opacity: 0; }
    #listify_stacks_in_3527_55 .w-lightbox-inactive:hover {
      opacity: 0; }
  #listify_stacks_in_3527_55 .w-richtext:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_55 .w-richtext:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_55 .w-richtext ol, #listify_stacks_in_3527_55 .w-richtext ul {
    overflow: hidden; }
  #listify_stacks_in_3527_55 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before, #listify_stacks_in_3527_55 .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before, #listify_stacks_in_3527_55 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, #listify_stacks_in_3527_55 .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7; }
  #listify_stacks_in_3527_55 .w-richtext figure {
    position: relative;
    max-width: 60%; }
    #listify_stacks_in_3527_55 .w-richtext figure.w-richtext-figure-type-video > div:before, #listify_stacks_in_3527_55 .w-richtext figure[data-rt-type="video"] > div:before {
      content: '';
      position: absolute;
      display: none;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    #listify_stacks_in_3527_55 .w-richtext figure > div:before {
      cursor: default !important; }
    #listify_stacks_in_3527_55 .w-richtext figure img {
      cursor: default !important;
      width: 100%; }
    #listify_stacks_in_3527_55 .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
      opacity: 0.6; }
    #listify_stacks_in_3527_55 .w-richtext figure div {
      /* fix incorrectly sized selection border in the data manager */
      font-size: 0px;
      color: transparent; }
    #listify_stacks_in_3527_55 .w-richtext figure.w-richtext-figure-type-image, #listify_stacks_in_3527_55 .w-richtext figure[data-rt-type="image"] {
      display: table; }
    #listify_stacks_in_3527_55 .w-richtext figure.w-richtext-figure-type-image > div, #listify_stacks_in_3527_55 .w-richtext figure[data-rt-type="image"] > div {
      display: inline-block; }
    #listify_stacks_in_3527_55 .w-richtext figure.w-richtext-figure-type-image > figcaption, #listify_stacks_in_3527_55 .w-richtext figure[data-rt-type="image"] > figcaption {
      display: table-caption;
      caption-side: bottom; }
    #listify_stacks_in_3527_55 .w-richtext figure.w-richtext-figure-type-video, #listify_stacks_in_3527_55 .w-richtext figure[data-rt-type="video"] {
      width: 60%;
      height: 0; }
    #listify_stacks_in_3527_55 .w-richtext figure.w-richtext-figure-type-video iframe, #listify_stacks_in_3527_55 .w-richtext figure[data-rt-type="video"] iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #listify_stacks_in_3527_55 .w-richtext figure.w-richtext-figure-type-video > div, #listify_stacks_in_3527_55 .w-richtext figure[data-rt-type="video"] > div {
      width: 100%; }
    #listify_stacks_in_3527_55 .w-richtext figure.w-richtext-align-center {
      margin-right: auto;
      margin-left: auto;
      clear: both; }
      #listify_stacks_in_3527_55 .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, #listify_stacks_in_3527_55 .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
        max-width: 100%; }
    #listify_stacks_in_3527_55 .w-richtext figure.w-richtext-align-normal {
      clear: both; }
    #listify_stacks_in_3527_55 .w-richtext figure.w-richtext-align-fullwidth {
      width: 100%;
      max-width: 100%;
      text-align: center;
      clear: both;
      display: block;
      margin-right: auto;
      margin-left: auto; }
      #listify_stacks_in_3527_55 .w-richtext figure.w-richtext-align-fullwidth > div {
        display: inline-block;
        /* padding-bottom is used for aspect ratios in video figures
           *  we want the div to inherit that so hover/selection borders in the designer-canvas
           *  fit right */
        padding-bottom: inherit; }
      #listify_stacks_in_3527_55 .w-richtext figure.w-richtext-align-fullwidth > figcaption {
        display: block; }
    #listify_stacks_in_3527_55 .w-richtext figure.w-richtext-align-floatleft {
      float: left;
      margin-right: 15px;
      clear: none; }
    #listify_stacks_in_3527_55 .w-richtext figure.w-richtext-align-floatright {
      float: right;
      margin-left: 15px;
      clear: none; }
  #listify_stacks_in_3527_55 .w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000; }
    #listify_stacks_in_3527_55 .w-nav:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_55 .w-nav:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_3527_55 .w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333; }
  #listify_stacks_in_3527_55 .w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto; }
    #listify_stacks_in_3527_55 .w-nav-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_3527_55 .w-nav-menu {
    position: relative;
    float: right; }
  #listify_stacks_in_3527_55 .w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px; }
  #listify_stacks_in_3527_55 .w--nav-link-open {
    display: block;
    position: relative; }
  #listify_stacks_in_3527_55 .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%; }
    #listify_stacks_in_3527_55 .w-nav-overlay .w--nav-menu-open {
      top: 0; }
  #listify_stacks_in_3527_55 .w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_55 .w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_55 .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_55 .w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_55 .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #listify_stacks_in_3527_55 .w-nav-button.w--open {
      background-color: #C8C8C8;
      color: white; }
  #listify_stacks_in_3527_55 .w-nav[data-collapse="all"] .w-nav-menu {
    display: none; }
  #listify_stacks_in_3527_55 .w-nav[data-collapse="all"] .w-nav-button {
    display: block; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_55 .w-nav[data-collapse="medium"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_55 .w-nav[data-collapse="medium"] .w-nav-button {
      display: block; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_55 .w-nav[data-collapse="small"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_55 .w-nav[data-collapse="small"] .w-nav-button {
      display: block; }
    #listify_stacks_in_3527_55 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_55 .w-nav[data-collapse="tiny"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_55 .w-nav[data-collapse="tiny"] .w-nav-button {
      display: block; } }
  #listify_stacks_in_3527_55 .w-tabs {
    position: relative; }
    #listify_stacks_in_3527_55 .w-tabs:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_55 .w-tabs:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_3527_55 .w-tab-menu {
    position: relative; }
  #listify_stacks_in_3527_55 .w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd; }
    #listify_stacks_in_3527_55 .w-tab-link.w--current {
      background-color: #C8C8C8; }
  #listify_stacks_in_3527_55 .w-tab-content {
    position: relative;
    display: block;
    overflow: hidden; }
  #listify_stacks_in_3527_55 .w-tab-pane {
    position: relative;
    display: none; }
  #listify_stacks_in_3527_55 .w--tab-active {
    display: block; }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_55 .w-tab-link {
      display: block; } }
  #listify_stacks_in_3527_55 .w-ix-emptyfix:after {
    content: ""; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  #listify_stacks_in_3527_55 .w-dyn-empty {
    padding: 10px;
    background-color: #dddddd; }
  #listify_stacks_in_3527_55 .w-dyn-bind-empty, #listify_stacks_in_3527_55 .w-condition-invisible {
    display: none !important; }

.list-container {
  margin-top: 0px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; }

.section {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 0px;
  position: absolute;
  padding-bottom: 0px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox; }
  .section.main {
    display: none; }

.container {
  -ms-grid-row-align: center;
      align-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center; }

#listify_stacks_in_3527_55 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*  */
  width: 100%;
  /*  */
  /*  */ }
  #listify_stacks_in_3527_55 .list {
    overflow: hidden;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1.00);
    /*  */
    /*  */ }
  #listify_stacks_in_3527_55 .list-item {
    list-style-type: none;
    margin-bottom: 5px; }
    #listify_stacks_in_3527_55 .list-item ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_55 .list-item ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_55 .list-item ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_55 .list-item ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_55 .list-item ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_55 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_55 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_55 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_55 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_55 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_55 .list-item a {
      cursor: pointer;
      text-decoration: none; }
  #listify_stacks_in_3527_55 .list-item-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0px auto 0px auto;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_3527_55 .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_3527_55 .list-item-icon.hide-icon {
      display: none; }
  #listify_stacks_in_3527_55 .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listify_stacks_in_3527_55 .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-row-align: center;
        align-self: center;
    word-wrap: break-word;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px;
    line-height: 20px;
    font-family: inherit;
    /*  */
    font-family: "Lucida Grande, Arial, sans-serif";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_3527_55 .list-item-text.hide-text {
      display: none; }

/*  */
/*  */
#listify_stacks_in_3527_55 .list-item-inner {
  margin: 10px 10px 10px 10px; }

@media only screen and (max-width: 440px) {
  #listify_stacks_in_3527_55.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listify_stacks_in_3527_55.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listify_stacks_in_3527_55.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_56.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_56.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_56.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_56.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_56.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 8px 8px 8px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_56.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: block !important;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_56.list-item .list-item-inner .list-item-icon i {
    color: rgba(255, 255, 255, 1.00);
    font-size: 80px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_56.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(0, 0, 0, 1.00);
    font-size: 16px;
    line-height: 22px;
    font-family: inherit;
    /*  */
    display: none;
    /*  */
    /*  */
    /*  */
    /*  */
    font-family: "Roboto";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_56.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_56.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_56.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_56.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_58.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_58.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_58.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_58.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_58.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 8px 8px 0px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_58.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: none;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_58.list-item .list-item-inner .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_58.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 26px;
    line-height: 32px;
    font-family: inherit;
    /*  */
    display: block !important;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    font-family: "Raleway";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_58.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_58.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_58.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_58.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_60.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_60.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_60.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_60.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_60.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 0px 8px 8px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_60.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: none;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_60.list-item .list-item-inner .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_60.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
    line-height: 18px;
    font-family: inherit;
    /*  */
    display: block !important;
    /*  */
    /*  */
    font-family: "Lucida Grande, Arial, sans-serif";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_60.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_60.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_60.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_60.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_62.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_62.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_62.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_62.hide-d {
    display: none; } }

/*  */
#listifyContainer_stacks_in_3527_34 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  box-sizing: border-box;
  padding: 0px 0px 0px 0px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyContainer_stacks_in_3527_34 [id*="listify"] {
    /*  */
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    /*  */
    /*  */
    /*  */ }

/*  */
/*  */
/*  */
@media (max-width: 767px) {
  #listifyContainer_stacks_in_3527_34 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #listifyContainer_stacks_in_3527_34 [id*="listify"] {
      width: 100% !important;
      min-width: auto !important;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyContainer_stacks_in_3527_34.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyContainer_stacks_in_3527_34.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyContainer_stacks_in_3527_34.hide-d {
    display: none; } }

/*  */
/*  */
/*
1.3.0.2
- add ability to use manually imported icon font (item stack)
- updated woff2 file, old file was causing odd display bugs
*/
@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(listify-files/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(listify-files/MaterialIcons-2021.woff2) format('woff2'),
    url(listify-files/MaterialIcons-Regular.woff) format('woff'),
    url(listify-files/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

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

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

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

#listify_stacks_in_3527_35 {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. */
  /**
 * Remove default margin. */
  /* HTML5 display definitions
 * ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11. */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
  /* Links
 * ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10. */
  /**
 * Improve readability of focused elements when they are also in an
 * active/hover state. */
  /* Text-level semantics
 * ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in Safari and Chrome. */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in IE 8/9. */
  /**
 * Address inconsistent and variable font size in all browsers. */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
  /* Embedded content
 * ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10. */
  /**
 * Correct overflow not hidden in IE 9/10/11. */
  /* Grouping content
 * ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari. */
  /**
 * Address differences between Firefox and other browsers. */
  /**
 * Contain overflow in all browsers. */
  /**
 * Address odd `em`-unit font size rendering in all browsers. */
  /* Forms
 * ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11. */
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector */
  /**
 * Re-set default cursor for disabled elements. */
  /**
 * Remove inner padding and border in Firefox 4+. */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10. */
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */
  /**
 * Define consistent border, margin, and padding. */
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11. */
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
  /* Tables
 * ========================================================================== */
  /**
 * Remove most spacing between table cells. */
  /**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`. */
  /**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox. */
  /**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll. */
  /* .w-lightbox-content */
  /*
 * 1. Remove default margin set by user-agent on the <figure> element. */
  /**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling. */
  /**
 * 1. Reset if style is set by user on "All Images" */
  /*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer) */
  /**
 * 1. All IE versions add extra space at the bottom without this. */
  /*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior. */
  /*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track. */
  /*
 * Utility classes */ }
  #listify_stacks_in_3527_35 html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  #listify_stacks_in_3527_35 body {
    margin: 0; }
  #listify_stacks_in_3527_35 article, #listify_stacks_in_3527_35 aside, #listify_stacks_in_3527_35 details, #listify_stacks_in_3527_35 figcaption, #listify_stacks_in_3527_35 figure, #listify_stacks_in_3527_35 footer, #listify_stacks_in_3527_35 header, #listify_stacks_in_3527_35 hgroup, #listify_stacks_in_3527_35 main, #listify_stacks_in_3527_35 menu, #listify_stacks_in_3527_35 nav, #listify_stacks_in_3527_35 section, #listify_stacks_in_3527_35 summary {
    display: block; }
  #listify_stacks_in_3527_35 audio, #listify_stacks_in_3527_35 canvas, #listify_stacks_in_3527_35 progress, #listify_stacks_in_3527_35 video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  #listify_stacks_in_3527_35 audio:not([controls]) {
    display: none;
    height: 0; }
  #listify_stacks_in_3527_35 [hidden], #listify_stacks_in_3527_35 template {
    display: none; }
  #listify_stacks_in_3527_35 a {
    background-color: transparent; }
    #listify_stacks_in_3527_35 a:active, #listify_stacks_in_3527_35 a:hover {
      outline: 0; }
  #listify_stacks_in_3527_35 abbr[title] {
    border-bottom: 1px dotted; }
  #listify_stacks_in_3527_35 b, #listify_stacks_in_3527_35 strong {
    font-weight: bold; }
  #listify_stacks_in_3527_35 dfn {
    font-style: italic; }
  #listify_stacks_in_3527_35 h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  #listify_stacks_in_3527_35 mark {
    background: #ff0;
    color: #000; }
  #listify_stacks_in_3527_35 small {
    font-size: 80%; }
  #listify_stacks_in_3527_35 sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #listify_stacks_in_3527_35 sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em; }
  #listify_stacks_in_3527_35 sub {
    bottom: -0.25em; }
  #listify_stacks_in_3527_35 img {
    border: 0; }
  #listify_stacks_in_3527_35 svg:not(:root) {
    overflow: hidden; }
  #listify_stacks_in_3527_35 figure {
    margin: 1em 40px; }
  #listify_stacks_in_3527_35 hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  #listify_stacks_in_3527_35 pre {
    overflow: auto; }
  #listify_stacks_in_3527_35 code, #listify_stacks_in_3527_35 kbd, #listify_stacks_in_3527_35 pre, #listify_stacks_in_3527_35 samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  #listify_stacks_in_3527_35 button, #listify_stacks_in_3527_35 input, #listify_stacks_in_3527_35 optgroup, #listify_stacks_in_3527_35 select, #listify_stacks_in_3527_35 textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  #listify_stacks_in_3527_35 button {
    overflow: visible;
    text-transform: none; }
  #listify_stacks_in_3527_35 select {
    text-transform: none; }
  #listify_stacks_in_3527_35 button, #listify_stacks_in_3527_35 html input[type="button"], #listify_stacks_in_3527_35 input[type="reset"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  #listify_stacks_in_3527_35 button[disabled], #listify_stacks_in_3527_35 html input[disabled] {
    cursor: default; }
  #listify_stacks_in_3527_35 button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  #listify_stacks_in_3527_35 input {
    line-height: normal; }
    #listify_stacks_in_3527_35 input::-moz-focus-inner {
      border: 0;
      padding: 0; }
    #listify_stacks_in_3527_35 input[type="checkbox"], #listify_stacks_in_3527_35 input[type="radio"] {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /* 1 */
      padding: 0;
      /* 2 */ }
    #listify_stacks_in_3527_35 input[type="number"]::-webkit-inner-spin-button, #listify_stacks_in_3527_35 input[type="number"]::-webkit-outer-spin-button {
      height: auto; }
    #listify_stacks_in_3527_35 input[type="search"] {
      -webkit-appearance: textfield;
      /* 1 */
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      /* 2 */ }
      #listify_stacks_in_3527_35 input[type="search"]::-webkit-search-cancel-button, #listify_stacks_in_3527_35 input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none; }
  #listify_stacks_in_3527_35 fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  #listify_stacks_in_3527_35 legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #listify_stacks_in_3527_35 textarea {
    overflow: auto; }
  #listify_stacks_in_3527_35 optgroup {
    font-weight: bold; }
  #listify_stacks_in_3527_35 table {
    border-collapse: collapse;
    border-spacing: 0; }
  #listify_stacks_in_3527_35 td, #listify_stacks_in_3527_35 th {
    padding: 0; }

@font-face {
  #listify_stacks_in_3527_35 {
    font-family: 'webflow-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
    font-weight: normal;
    font-style: normal; } }
  #listify_stacks_in_3527_35 [class^="w-icon-"], #listify_stacks_in_3527_35 [class*=" w-icon-"] {
    font-family: 'webflow-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #listify_stacks_in_3527_35 .w-icon-slider-right:before {
    content: "\e600"; }
  #listify_stacks_in_3527_35 .w-icon-slider-left:before {
    content: "\e601"; }
  #listify_stacks_in_3527_35 .w-icon-nav-menu:before {
    content: "\e602"; }
  #listify_stacks_in_3527_35 .w-icon-arrow-down:before, #listify_stacks_in_3527_35 .w-icon-dropdown-toggle:before {
    content: "\e603"; }
  #listify_stacks_in_3527_35 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #listify_stacks_in_3527_35 html {
    height: 100%; }
  #listify_stacks_in_3527_35 body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333; }
  #listify_stacks_in_3527_35 img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block; }
  #listify_stacks_in_3527_35 html.w-mod-touch * {
    background-attachment: scroll !important; }
  #listify_stacks_in_3527_35 .w-block {
    display: block; }
  #listify_stacks_in_3527_35 .w-inline-block {
    max-width: 100%;
    display: inline-block; }
  #listify_stacks_in_3527_35 .w-clearfix:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_35 .w-clearfix:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_35 .w-preserve-3d {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  #listify_stacks_in_3527_35 .w-hidden {
    display: none; }
  #listify_stacks_in_3527_35 .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0; }
  #listify_stacks_in_3527_35 input.w-button {
    -webkit-appearance: button; }
  #listify_stacks_in_3527_35 html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important; }
  #listify_stacks_in_3527_35 .w-webflow-badge {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1.0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #AAADB0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1.0 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1); }
    #listify_stacks_in_3527_35 .w-webflow-badge * {
      position: static;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      z-index: auto;
      display: block;
      visibility: visible;
      overflow: visible;
      overflow-x: visible;
      overflow-y: visible;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: auto;
      height: auto;
      max-height: none;
      max-width: none;
      min-height: 0;
      min-width: 0;
      margin: 0;
      padding: 0;
      float: none;
      clear: none;
      border: 0 none transparent;
      border-radius: 0;
      background: none;
      background-image: none;
      background-position: 0% 0%;
      background-size: auto auto;
      background-repeat: repeat;
      background-origin: padding-box;
      background-clip: border-box;
      background-attachment: scroll;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      opacity: 1.0;
      -webkit-transform: none;
              transform: none;
      -webkit-transition: none;
      transition: none;
      direction: ltr;
      font-family: inherit;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-style: inherit;
      font-variant: inherit;
      text-align: inherit;
      letter-spacing: inherit;
      text-decoration: inherit;
      text-indent: 0;
      text-transform: inherit;
      list-style-type: disc;
      text-shadow: none;
      font-smoothing: auto;
      vertical-align: baseline;
      cursor: inherit;
      white-space: inherit;
      word-break: normal;
      word-spacing: normal;
      word-wrap: normal; }
    #listify_stacks_in_3527_35 .w-webflow-badge > img {
      display: inline-block !important;
      visibility: visible !important;
      opacity: 1 !important;
      vertical-align: middle !important; }
  #listify_stacks_in_3527_35 h1, #listify_stacks_in_3527_35 h2, #listify_stacks_in_3527_35 h3, #listify_stacks_in_3527_35 h4, #listify_stacks_in_3527_35 h5, #listify_stacks_in_3527_35 h6 {
    font-weight: bold;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_35 h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px; }
  #listify_stacks_in_3527_35 h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px; }
  #listify_stacks_in_3527_35 h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px; }
  #listify_stacks_in_3527_35 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px; }
  #listify_stacks_in_3527_35 h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px; }
  #listify_stacks_in_3527_35 h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px; }
  #listify_stacks_in_3527_35 p {
    margin-top: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_35 a:focus {
    outline: 0; }
  #listify_stacks_in_3527_35 blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px; }
  #listify_stacks_in_3527_35 figure {
    margin: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_35 figcaption {
    margin-top: 5px;
    text-align: center; }
  #listify_stacks_in_3527_35 ul, #listify_stacks_in_3527_35 ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px; }
  #listify_stacks_in_3527_35 .w-list-unstyled {
    padding-left: 0;
    list-style: none; }
  #listify_stacks_in_3527_35 .w-embed:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_35 .w-embed:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_35 .w-video {
    width: 100%;
    position: relative;
    padding: 0; }
    #listify_stacks_in_3527_35 .w-video iframe, #listify_stacks_in_3527_35 .w-video object, #listify_stacks_in_3527_35 .w-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #listify_stacks_in_3527_35 fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  #listify_stacks_in_3527_35 button, #listify_stacks_in_3527_35 html input[type="button"], #listify_stacks_in_3527_35 input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button; }
  #listify_stacks_in_3527_35 .w-form {
    margin: 0 0 15px; }
  #listify_stacks_in_3527_35 .w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd; }
  #listify_stacks_in_3527_35 .w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede; }
  #listify_stacks_in_3527_35 label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
  #listify_stacks_in_3527_35 .w-input, #listify_stacks_in_3527_35 .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc; }
  #listify_stacks_in_3527_35 .w-input:-moz-placeholder, #listify_stacks_in_3527_35 .w-select:-moz-placeholder {
    color: #999; }
  #listify_stacks_in_3527_35 .w-input::-moz-placeholder, #listify_stacks_in_3527_35 .w-select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  #listify_stacks_in_3527_35 .w-input:-ms-input-placeholder, #listify_stacks_in_3527_35 .w-select:-ms-input-placeholder, #listify_stacks_in_3527_35 .w-input::-webkit-input-placeholder, #listify_stacks_in_3527_35 .w-select::-webkit-input-placeholder {
    color: #999; }
  #listify_stacks_in_3527_35 .w-input:focus, #listify_stacks_in_3527_35 .w-select:focus {
    border-color: #3898EC;
    outline: 0; }
  #listify_stacks_in_3527_35 .w-input[disabled], #listify_stacks_in_3527_35 .w-select[disabled], #listify_stacks_in_3527_35 .w-input[readonly], #listify_stacks_in_3527_35 .w-select[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_3527_35 fieldset[disabled] .w-input, #listify_stacks_in_3527_35 fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_3527_35 textarea.w-input, #listify_stacks_in_3527_35 textarea.w-select {
    height: auto; }
  #listify_stacks_in_3527_35 .w-select {
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f3f3));
    background-image: linear-gradient(white 0%, #f3f3f3 100%); }
    #listify_stacks_in_3527_35 .w-select[multiple] {
      height: auto; }
  #listify_stacks_in_3527_35 .w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px; }
  #listify_stacks_in_3527_35 .w-checkbox, #listify_stacks_in_3527_35 .w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px; }
  #listify_stacks_in_3527_35 .w-checkbox:before, #listify_stacks_in_3527_35 .w-radio:before, #listify_stacks_in_3527_35 .w-checkbox:after, #listify_stacks_in_3527_35 .w-radio:after {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_35 .w-checkbox:after, #listify_stacks_in_3527_35 .w-radio:after {
    clear: both; }
  #listify_stacks_in_3527_35 .w-checkbox-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px; }
  #listify_stacks_in_3527_35 .w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
    margin-top: 3px; }
  #listify_stacks_in_3527_35 .w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px; }
    #listify_stacks_in_3527_35 .w-container:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_35 .w-container:after {
      content: " ";
      display: table;
      clear: both; }
    #listify_stacks_in_3527_35 .w-container .w-row {
      margin-left: -10px;
      margin-right: -10px; }
  #listify_stacks_in_3527_35 .w-row:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_35 .w-row:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_35 .w-row .w-row {
    margin-left: 0;
    margin-right: 0; }
  #listify_stacks_in_3527_35 .w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    #listify_stacks_in_3527_35 .w-col .w-col {
      padding-left: 0;
      padding-right: 0; }
  #listify_stacks_in_3527_35 .w-col-1 {
    width: 8.33333333%; }
  #listify_stacks_in_3527_35 .w-col-2 {
    width: 16.66666667%; }
  #listify_stacks_in_3527_35 .w-col-3 {
    width: 25%; }
  #listify_stacks_in_3527_35 .w-col-4 {
    width: 33.33333333%; }
  #listify_stacks_in_3527_35 .w-col-5 {
    width: 41.66666667%; }
  #listify_stacks_in_3527_35 .w-col-6 {
    width: 50%; }
  #listify_stacks_in_3527_35 .w-col-7 {
    width: 58.33333333%; }
  #listify_stacks_in_3527_35 .w-col-8 {
    width: 66.66666667%; }
  #listify_stacks_in_3527_35 .w-col-9 {
    width: 75%; }
  #listify_stacks_in_3527_35 .w-col-10 {
    width: 83.33333333%; }
  #listify_stacks_in_3527_35 .w-col-11 {
    width: 91.66666667%; }
  #listify_stacks_in_3527_35 .w-col-12 {
    width: 100%; }
  #listify_stacks_in_3527_35 .w-hidden-main {
    display: none !important; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_35 .w-container {
      max-width: 728px; }
    #listify_stacks_in_3527_35 .w-hidden-main {
      display: inherit !important; }
    #listify_stacks_in_3527_35 .w-hidden-medium {
      display: none !important; }
    #listify_stacks_in_3527_35 .w-col-medium-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_35 .w-col-medium-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_35 .w-col-medium-3 {
      width: 25%; }
    #listify_stacks_in_3527_35 .w-col-medium-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_35 .w-col-medium-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_35 .w-col-medium-6 {
      width: 50%; }
    #listify_stacks_in_3527_35 .w-col-medium-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_35 .w-col-medium-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_35 .w-col-medium-9 {
      width: 75%; }
    #listify_stacks_in_3527_35 .w-col-medium-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_35 .w-col-medium-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_35 .w-col-medium-12 {
      width: 100%; }
    #listify_stacks_in_3527_35 .w-col-stack {
      width: 100%;
      left: auto;
      right: auto; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_35 .w-hidden-main, #listify_stacks_in_3527_35 .w-hidden-medium {
      display: inherit !important; }
    #listify_stacks_in_3527_35 .w-hidden-small {
      display: none !important; }
    #listify_stacks_in_3527_35 .w-row, #listify_stacks_in_3527_35 .w-container .w-row {
      margin-left: 0;
      margin-right: 0; }
    #listify_stacks_in_3527_35 .w-col {
      width: 100%;
      left: auto;
      right: auto; }
    #listify_stacks_in_3527_35 .w-col-small-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_35 .w-col-small-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_35 .w-col-small-3 {
      width: 25%; }
    #listify_stacks_in_3527_35 .w-col-small-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_35 .w-col-small-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_35 .w-col-small-6 {
      width: 50%; }
    #listify_stacks_in_3527_35 .w-col-small-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_35 .w-col-small-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_35 .w-col-small-9 {
      width: 75%; }
    #listify_stacks_in_3527_35 .w-col-small-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_35 .w-col-small-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_35 .w-col-small-12 {
      width: 100%; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_35 .w-container {
      max-width: none; }
    #listify_stacks_in_3527_35 .w-hidden-main, #listify_stacks_in_3527_35 .w-hidden-medium, #listify_stacks_in_3527_35 .w-hidden-small {
      display: inherit !important; }
    #listify_stacks_in_3527_35 .w-hidden-tiny {
      display: none !important; }
    #listify_stacks_in_3527_35 .w-col {
      width: 100%; }
    #listify_stacks_in_3527_35 .w-col-tiny-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_35 .w-col-tiny-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_35 .w-col-tiny-3 {
      width: 25%; }
    #listify_stacks_in_3527_35 .w-col-tiny-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_35 .w-col-tiny-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_35 .w-col-tiny-6 {
      width: 50%; }
    #listify_stacks_in_3527_35 .w-col-tiny-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_35 .w-col-tiny-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_35 .w-col-tiny-9 {
      width: 75%; }
    #listify_stacks_in_3527_35 .w-col-tiny-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_35 .w-col-tiny-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_35 .w-col-tiny-12 {
      width: 100%; } }
  #listify_stacks_in_3527_35 .w-widget {
    position: relative; }
  #listify_stacks_in_3527_35 .w-widget-map {
    width: 100%;
    height: 400px; }
    #listify_stacks_in_3527_35 .w-widget-map label {
      width: auto;
      display: inline; }
    #listify_stacks_in_3527_35 .w-widget-map img {
      max-width: inherit; }
    #listify_stacks_in_3527_35 .w-widget-map .gm-style-iw {
      width: 90% !important;
      height: auto !important;
      top: 7px !important;
      left: 6% !important;
      display: inline;
      text-align: center;
      overflow: hidden; }
      #listify_stacks_in_3527_35 .w-widget-map .gm-style-iw + div {
        display: none; }
  #listify_stacks_in_3527_35 .w-widget-twitter {
    overflow: hidden; }
  #listify_stacks_in_3527_35 .w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px; }
    #listify_stacks_in_3527_35 .w-widget-twitter-count-shim * {
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #listify_stacks_in_3527_35 .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
      position: relative;
      font-size: 15px;
      line-height: 12px;
      text-align: center;
      color: #999;
      font-family: serif; }
    #listify_stacks_in_3527_35 .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
      position: relative;
      display: block; }
    #listify_stacks_in_3527_35 .w-widget-twitter-count-shim.w--large {
      width: 36px;
      height: 28px;
      margin-left: 7px; }
      #listify_stacks_in_3527_35 .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 18px; }
    #listify_stacks_in_3527_35 .w-widget-twitter-count-shim:not(.w--vertical) {
      margin-left: 5px;
      margin-right: 8px; }
      #listify_stacks_in_3527_35 .w-widget-twitter-count-shim:not(.w--vertical).w--large {
        margin-left: 6px; }
      #listify_stacks_in_3527_35 .w-widget-twitter-count-shim:not(.w--vertical):before, #listify_stacks_in_3527_35 .w-widget-twitter-count-shim:not(.w--vertical):after {
        top: 50%;
        left: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_3527_35 .w-widget-twitter-count-shim:not(.w--vertical):before {
        border-color: rgba(117, 134, 150, 0);
        border-right-color: #5d6c7b;
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px; }
      #listify_stacks_in_3527_35 .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
        border-width: 5px;
        margin-left: -10px;
        margin-top: -5px; }
      #listify_stacks_in_3527_35 .w-widget-twitter-count-shim:not(.w--vertical):after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: white;
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px; }
      #listify_stacks_in_3527_35 .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
        border-width: 5px;
        margin-left: -9px;
        margin-top: -5px; }
    #listify_stacks_in_3527_35 .w-widget-twitter-count-shim.w--vertical {
      width: 61px;
      height: 33px;
      margin-bottom: 8px; }
      #listify_stacks_in_3527_35 .w-widget-twitter-count-shim.w--vertical:before, #listify_stacks_in_3527_35 .w-widget-twitter-count-shim.w--vertical:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_3527_35 .w-widget-twitter-count-shim.w--vertical:before {
        border-color: rgba(117, 134, 150, 0);
        border-top-color: #5d6c7b;
        border-width: 5px;
        margin-left: -5px; }
      #listify_stacks_in_3527_35 .w-widget-twitter-count-shim.w--vertical:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: white;
        border-width: 4px;
        margin-left: -4px; }
      #listify_stacks_in_3527_35 .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 22px; }
      #listify_stacks_in_3527_35 .w-widget-twitter-count-shim.w--vertical.w--large {
        width: 76px; }
  #listify_stacks_in_3527_35 .w-widget-gplus {
    overflow: hidden; }
  #listify_stacks_in_3527_35 .w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white; }
    #listify_stacks_in_3527_35 .w-background-video > video {
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      right: -100%;
      bottom: -100%;
      top: -100%;
      left: -100%;
      margin: auto;
      min-width: 100%;
      min-height: 100%;
      z-index: -100; }
  #listify_stacks_in_3527_35 .w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
  #listify_stacks_in_3527_35 .w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap; }
  #listify_stacks_in_3527_35 .w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left; }
  #listify_stacks_in_3527_35 .w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
    #listify_stacks_in_3527_35 .w-slider-nav.w-round > div {
      border-radius: 100%; }
    #listify_stacks_in_3527_35 .w-slider-nav.w-num > div {
      width: auto;
      height: auto;
      padding: 0.2em 0.5em;
      font-size: inherit;
      line-height: inherit; }
    #listify_stacks_in_3527_35 .w-slider-nav.w-shadow > div {
      -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
      box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }
  #listify_stacks_in_3527_35 .w-slider-nav-invert {
    color: #fff; }
    #listify_stacks_in_3527_35 .w-slider-nav-invert > div {
      background-color: rgba(34, 34, 34, 0.4); }
      #listify_stacks_in_3527_35 .w-slider-nav-invert > div.w-active {
        background-color: #222; }
  #listify_stacks_in_3527_35 .w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    -webkit-transition: background-color 100ms, color 100ms;
    transition: background-color 100ms, color 100ms; }
    #listify_stacks_in_3527_35 .w-slider-dot.w-active {
      background-color: #fff; }
  #listify_stacks_in_3527_35 .w-slider-arrow-left, #listify_stacks_in_3527_35 .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #listify_stacks_in_3527_35 .w-slider-arrow-left [class^="w-icon-"], #listify_stacks_in_3527_35 .w-slider-arrow-right [class^="w-icon-"], #listify_stacks_in_3527_35 .w-slider-arrow-left [class*=" w-icon-"], #listify_stacks_in_3527_35 .w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute; }
  #listify_stacks_in_3527_35 .w-slider-arrow-left {
    z-index: 3;
    right: auto; }
  #listify_stacks_in_3527_35 .w-slider-arrow-right {
    z-index: 4;
    left: auto; }
  #listify_stacks_in_3527_35 .w-icon-slider-left, #listify_stacks_in_3527_35 .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_3527_35 .w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900; }
  #listify_stacks_in_3527_35 .w-dropdown-btn, #listify_stacks_in_3527_35 .w-dropdown-toggle, #listify_stacks_in_3527_35 .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap; }
  #listify_stacks_in_3527_35 .w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px; }
    #listify_stacks_in_3527_35 .w-dropdown-toggle:focus {
      outline: 0; }
  #listify_stacks_in_3527_35 .w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_3527_35 .w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%; }
    #listify_stacks_in_3527_35 .w-dropdown-list.w--open {
      display: block; }
  #listify_stacks_in_3527_35 .w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222; }
    #listify_stacks_in_3527_35 .w-dropdown-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_3527_35 .w-nav[data-collapse="all"] .w-dropdown, #listify_stacks_in_3527_35 .w-nav[data-collapse="all"] .w-dropdown-toggle {
    display: block; }
  #listify_stacks_in_3527_35 .w-nav[data-collapse="all"] .w-dropdown-list {
    position: static; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_35 .w-nav[data-collapse="medium"] .w-dropdown, #listify_stacks_in_3527_35 .w-nav[data-collapse="medium"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_35 .w-nav[data-collapse="medium"] .w-dropdown-list {
      position: static; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_35 .w-nav[data-collapse="small"] .w-dropdown, #listify_stacks_in_3527_35 .w-nav[data-collapse="small"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_35 .w-nav[data-collapse="small"] .w-dropdown-list {
      position: static; }
    #listify_stacks_in_3527_35 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_35 .w-nav[data-collapse="tiny"] .w-dropdown, #listify_stacks_in_3527_35 .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_35 .w-nav[data-collapse="tiny"] .w-dropdown-list {
      position: static; } }
  #listify_stacks_in_3527_35 .w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
    /* 2 */
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_3527_35 .w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_3527_35 .w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden; }
  #listify_stacks_in_3527_35 .w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0; }
    #listify_stacks_in_3527_35 .w-lightbox-view:before {
      content: "";
      height: 100vh; }
  #listify_stacks_in_3527_35 .w-lightbox-group {
    height: 86vh; }
    #listify_stacks_in_3527_35 .w-lightbox-group .w-lightbox-view {
      height: 86vh; }
      #listify_stacks_in_3527_35 .w-lightbox-group .w-lightbox-view:before {
        height: 86vh; }
  #listify_stacks_in_3527_35 .w-lightbox-frame, #listify_stacks_in_3527_35 .w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle; }
  #listify_stacks_in_3527_35 .w-lightbox-figure {
    position: relative;
    margin: 0;
    /* 1 */ }
  #listify_stacks_in_3527_35 .w-lightbox-group .w-lightbox-figure {
    cursor: pointer; }
  #listify_stacks_in_3527_35 .w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none; }
  #listify_stacks_in_3527_35 .w-lightbox-image {
    display: block;
    float: none;
    /* 1 */
    max-width: 100vw;
    max-height: 100vh; }
  #listify_stacks_in_3527_35 .w-lightbox-group .w-lightbox-image {
    max-height: 86vh; }
  #listify_stacks_in_3527_35 .w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  #listify_stacks_in_3527_35 .w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #listify_stacks_in_3527_35 .w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
  #listify_stacks_in_3527_35 .w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }
  #listify_stacks_in_3527_35 .w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }
  #listify_stacks_in_3527_35 .w-lightbox-close {
    right: 0;
    height: 2.6em;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px; }
  #listify_stacks_in_3527_35 .w-lightbox-strip {
    padding: 0 1vh;
    line-height: 0;
    /* 1 */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden; }
  #listify_stacks_in_3527_35 .w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    /* 2 */ }
  #listify_stacks_in_3527_35 .w-lightbox-active {
    opacity: .3; }
  #listify_stacks_in_3527_35 .w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden; }
  #listify_stacks_in_3527_35 .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0; }
  #listify_stacks_in_3527_35 .w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  #listify_stacks_in_3527_35 .w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #listify_stacks_in_3527_35 .w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear; }
    #listify_stacks_in_3527_35 .w-lightbox-spinner:after {
      content: "";
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border: 3px solid transparent;
      border-bottom-color: #fff;
      border-radius: 50%; }
  #listify_stacks_in_3527_35 .w-lightbox-hide {
    display: none; }
  #listify_stacks_in_3527_35 .w-lightbox-noscroll {
    overflow: hidden; }
  @media (min-width: 768px) {
    #listify_stacks_in_3527_35 {
      /* .w-lightbox-content */ }
      #listify_stacks_in_3527_35 .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh; }
      #listify_stacks_in_3527_35 .w-lightbox-view {
        height: 96vh; }
        #listify_stacks_in_3527_35 .w-lightbox-view:before {
          height: 96vh; }
      #listify_stacks_in_3527_35 .w-lightbox-group {
        height: 84vh; }
        #listify_stacks_in_3527_35 .w-lightbox-group .w-lightbox-view {
          height: 84vh; }
          #listify_stacks_in_3527_35 .w-lightbox-group .w-lightbox-view:before {
            height: 84vh; }
      #listify_stacks_in_3527_35 .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh; }
      #listify_stacks_in_3527_35 .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh; }
      #listify_stacks_in_3527_35 .w-lightbox-left, #listify_stacks_in_3527_35 .w-lightbox-right {
        display: block;
        opacity: .5; }
      #listify_stacks_in_3527_35 .w-lightbox-close {
        opacity: .8; }
      #listify_stacks_in_3527_35 .w-lightbox-control:hover {
        opacity: 1; } }
  #listify_stacks_in_3527_35 .w-lightbox-inactive {
    opacity: 0; }
    #listify_stacks_in_3527_35 .w-lightbox-inactive:hover {
      opacity: 0; }
  #listify_stacks_in_3527_35 .w-richtext:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_35 .w-richtext:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_35 .w-richtext ol, #listify_stacks_in_3527_35 .w-richtext ul {
    overflow: hidden; }
  #listify_stacks_in_3527_35 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before, #listify_stacks_in_3527_35 .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before, #listify_stacks_in_3527_35 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, #listify_stacks_in_3527_35 .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7; }
  #listify_stacks_in_3527_35 .w-richtext figure {
    position: relative;
    max-width: 60%; }
    #listify_stacks_in_3527_35 .w-richtext figure.w-richtext-figure-type-video > div:before, #listify_stacks_in_3527_35 .w-richtext figure[data-rt-type="video"] > div:before {
      content: '';
      position: absolute;
      display: none;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    #listify_stacks_in_3527_35 .w-richtext figure > div:before {
      cursor: default !important; }
    #listify_stacks_in_3527_35 .w-richtext figure img {
      cursor: default !important;
      width: 100%; }
    #listify_stacks_in_3527_35 .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
      opacity: 0.6; }
    #listify_stacks_in_3527_35 .w-richtext figure div {
      /* fix incorrectly sized selection border in the data manager */
      font-size: 0px;
      color: transparent; }
    #listify_stacks_in_3527_35 .w-richtext figure.w-richtext-figure-type-image, #listify_stacks_in_3527_35 .w-richtext figure[data-rt-type="image"] {
      display: table; }
    #listify_stacks_in_3527_35 .w-richtext figure.w-richtext-figure-type-image > div, #listify_stacks_in_3527_35 .w-richtext figure[data-rt-type="image"] > div {
      display: inline-block; }
    #listify_stacks_in_3527_35 .w-richtext figure.w-richtext-figure-type-image > figcaption, #listify_stacks_in_3527_35 .w-richtext figure[data-rt-type="image"] > figcaption {
      display: table-caption;
      caption-side: bottom; }
    #listify_stacks_in_3527_35 .w-richtext figure.w-richtext-figure-type-video, #listify_stacks_in_3527_35 .w-richtext figure[data-rt-type="video"] {
      width: 60%;
      height: 0; }
    #listify_stacks_in_3527_35 .w-richtext figure.w-richtext-figure-type-video iframe, #listify_stacks_in_3527_35 .w-richtext figure[data-rt-type="video"] iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #listify_stacks_in_3527_35 .w-richtext figure.w-richtext-figure-type-video > div, #listify_stacks_in_3527_35 .w-richtext figure[data-rt-type="video"] > div {
      width: 100%; }
    #listify_stacks_in_3527_35 .w-richtext figure.w-richtext-align-center {
      margin-right: auto;
      margin-left: auto;
      clear: both; }
      #listify_stacks_in_3527_35 .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, #listify_stacks_in_3527_35 .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
        max-width: 100%; }
    #listify_stacks_in_3527_35 .w-richtext figure.w-richtext-align-normal {
      clear: both; }
    #listify_stacks_in_3527_35 .w-richtext figure.w-richtext-align-fullwidth {
      width: 100%;
      max-width: 100%;
      text-align: center;
      clear: both;
      display: block;
      margin-right: auto;
      margin-left: auto; }
      #listify_stacks_in_3527_35 .w-richtext figure.w-richtext-align-fullwidth > div {
        display: inline-block;
        /* padding-bottom is used for aspect ratios in video figures
           *  we want the div to inherit that so hover/selection borders in the designer-canvas
           *  fit right */
        padding-bottom: inherit; }
      #listify_stacks_in_3527_35 .w-richtext figure.w-richtext-align-fullwidth > figcaption {
        display: block; }
    #listify_stacks_in_3527_35 .w-richtext figure.w-richtext-align-floatleft {
      float: left;
      margin-right: 15px;
      clear: none; }
    #listify_stacks_in_3527_35 .w-richtext figure.w-richtext-align-floatright {
      float: right;
      margin-left: 15px;
      clear: none; }
  #listify_stacks_in_3527_35 .w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000; }
    #listify_stacks_in_3527_35 .w-nav:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_35 .w-nav:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_3527_35 .w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333; }
  #listify_stacks_in_3527_35 .w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto; }
    #listify_stacks_in_3527_35 .w-nav-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_3527_35 .w-nav-menu {
    position: relative;
    float: right; }
  #listify_stacks_in_3527_35 .w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px; }
  #listify_stacks_in_3527_35 .w--nav-link-open {
    display: block;
    position: relative; }
  #listify_stacks_in_3527_35 .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%; }
    #listify_stacks_in_3527_35 .w-nav-overlay .w--nav-menu-open {
      top: 0; }
  #listify_stacks_in_3527_35 .w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_35 .w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_35 .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_35 .w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_35 .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #listify_stacks_in_3527_35 .w-nav-button.w--open {
      background-color: #C8C8C8;
      color: white; }
  #listify_stacks_in_3527_35 .w-nav[data-collapse="all"] .w-nav-menu {
    display: none; }
  #listify_stacks_in_3527_35 .w-nav[data-collapse="all"] .w-nav-button {
    display: block; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_35 .w-nav[data-collapse="medium"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_35 .w-nav[data-collapse="medium"] .w-nav-button {
      display: block; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_35 .w-nav[data-collapse="small"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_35 .w-nav[data-collapse="small"] .w-nav-button {
      display: block; }
    #listify_stacks_in_3527_35 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_35 .w-nav[data-collapse="tiny"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_35 .w-nav[data-collapse="tiny"] .w-nav-button {
      display: block; } }
  #listify_stacks_in_3527_35 .w-tabs {
    position: relative; }
    #listify_stacks_in_3527_35 .w-tabs:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_35 .w-tabs:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_3527_35 .w-tab-menu {
    position: relative; }
  #listify_stacks_in_3527_35 .w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd; }
    #listify_stacks_in_3527_35 .w-tab-link.w--current {
      background-color: #C8C8C8; }
  #listify_stacks_in_3527_35 .w-tab-content {
    position: relative;
    display: block;
    overflow: hidden; }
  #listify_stacks_in_3527_35 .w-tab-pane {
    position: relative;
    display: none; }
  #listify_stacks_in_3527_35 .w--tab-active {
    display: block; }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_35 .w-tab-link {
      display: block; } }
  #listify_stacks_in_3527_35 .w-ix-emptyfix:after {
    content: ""; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  #listify_stacks_in_3527_35 .w-dyn-empty {
    padding: 10px;
    background-color: #dddddd; }
  #listify_stacks_in_3527_35 .w-dyn-bind-empty, #listify_stacks_in_3527_35 .w-condition-invisible {
    display: none !important; }

.list-container {
  margin-top: 0px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; }

.section {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 0px;
  position: absolute;
  padding-bottom: 0px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox; }
  .section.main {
    display: none; }

.container {
  -ms-grid-row-align: center;
      align-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center; }

#listify_stacks_in_3527_35 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*  */
  width: 100%;
  /*  */
  /*  */ }
  #listify_stacks_in_3527_35 .list {
    overflow: hidden;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1.00);
    /*  */
    /*  */ }
  #listify_stacks_in_3527_35 .list-item {
    list-style-type: none;
    margin-bottom: 5px; }
    #listify_stacks_in_3527_35 .list-item ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_35 .list-item ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_35 .list-item ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_35 .list-item ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_35 .list-item ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_35 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_35 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_35 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_35 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_35 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_35 .list-item a {
      cursor: pointer;
      text-decoration: none; }
  #listify_stacks_in_3527_35 .list-item-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0px auto 0px auto;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_3527_35 .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_3527_35 .list-item-icon.hide-icon {
      display: none; }
  #listify_stacks_in_3527_35 .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listify_stacks_in_3527_35 .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-row-align: center;
        align-self: center;
    word-wrap: break-word;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px;
    line-height: 20px;
    font-family: inherit;
    /*  */
    font-family: "Lucida Grande, Arial, sans-serif";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_3527_35 .list-item-text.hide-text {
      display: none; }

/*  */
/*  */
#listify_stacks_in_3527_35 .list-item-inner {
  margin: 10px 10px 10px 10px; }

@media only screen and (max-width: 440px) {
  #listify_stacks_in_3527_35.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listify_stacks_in_3527_35.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listify_stacks_in_3527_35.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_36.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_36.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_36.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_36.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_36.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 8px 8px 8px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_36.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: block !important;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_36.list-item .list-item-inner .list-item-icon i {
    color: rgba(255, 255, 255, 1.00);
    font-size: 80px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_36.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(0, 0, 0, 1.00);
    font-size: 16px;
    line-height: 22px;
    font-family: inherit;
    /*  */
    display: none;
    /*  */
    /*  */
    /*  */
    /*  */
    font-family: "Roboto";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_36.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_36.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_36.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_36.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_38.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_38.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_38.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_38.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_38.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 8px 8px 0px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_38.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: none;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_38.list-item .list-item-inner .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_38.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 26px;
    line-height: 32px;
    font-family: inherit;
    /*  */
    display: block !important;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    font-family: "Raleway";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_38.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_38.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_38.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_38.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_40.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_40.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_40.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_40.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_40.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 0px 8px 8px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_40.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: none;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_40.list-item .list-item-inner .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_40.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
    line-height: 18px;
    font-family: inherit;
    /*  */
    display: block !important;
    /*  */
    /*  */
    font-family: "Lucida Grande, Arial, sans-serif";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_40.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_40.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_40.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_40.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_42.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_42.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_42.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_42.hide-d {
    display: none; } }

/*  */
/*
1.3.0.2
- add ability to use manually imported icon font (item stack)
- updated woff2 file, old file was causing odd display bugs
*/
@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(listify-files/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(listify-files/MaterialIcons-2021.woff2) format('woff2'),
    url(listify-files/MaterialIcons-Regular.woff) format('woff'),
    url(listify-files/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

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

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

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

#listify_stacks_in_3527_45 {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. */
  /**
 * Remove default margin. */
  /* HTML5 display definitions
 * ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11. */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
  /* Links
 * ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10. */
  /**
 * Improve readability of focused elements when they are also in an
 * active/hover state. */
  /* Text-level semantics
 * ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in Safari and Chrome. */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in IE 8/9. */
  /**
 * Address inconsistent and variable font size in all browsers. */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
  /* Embedded content
 * ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10. */
  /**
 * Correct overflow not hidden in IE 9/10/11. */
  /* Grouping content
 * ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari. */
  /**
 * Address differences between Firefox and other browsers. */
  /**
 * Contain overflow in all browsers. */
  /**
 * Address odd `em`-unit font size rendering in all browsers. */
  /* Forms
 * ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11. */
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector */
  /**
 * Re-set default cursor for disabled elements. */
  /**
 * Remove inner padding and border in Firefox 4+. */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10. */
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */
  /**
 * Define consistent border, margin, and padding. */
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11. */
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
  /* Tables
 * ========================================================================== */
  /**
 * Remove most spacing between table cells. */
  /**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`. */
  /**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox. */
  /**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll. */
  /* .w-lightbox-content */
  /*
 * 1. Remove default margin set by user-agent on the <figure> element. */
  /**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling. */
  /**
 * 1. Reset if style is set by user on "All Images" */
  /*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer) */
  /**
 * 1. All IE versions add extra space at the bottom without this. */
  /*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior. */
  /*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track. */
  /*
 * Utility classes */ }
  #listify_stacks_in_3527_45 html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  #listify_stacks_in_3527_45 body {
    margin: 0; }
  #listify_stacks_in_3527_45 article, #listify_stacks_in_3527_45 aside, #listify_stacks_in_3527_45 details, #listify_stacks_in_3527_45 figcaption, #listify_stacks_in_3527_45 figure, #listify_stacks_in_3527_45 footer, #listify_stacks_in_3527_45 header, #listify_stacks_in_3527_45 hgroup, #listify_stacks_in_3527_45 main, #listify_stacks_in_3527_45 menu, #listify_stacks_in_3527_45 nav, #listify_stacks_in_3527_45 section, #listify_stacks_in_3527_45 summary {
    display: block; }
  #listify_stacks_in_3527_45 audio, #listify_stacks_in_3527_45 canvas, #listify_stacks_in_3527_45 progress, #listify_stacks_in_3527_45 video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  #listify_stacks_in_3527_45 audio:not([controls]) {
    display: none;
    height: 0; }
  #listify_stacks_in_3527_45 [hidden], #listify_stacks_in_3527_45 template {
    display: none; }
  #listify_stacks_in_3527_45 a {
    background-color: transparent; }
    #listify_stacks_in_3527_45 a:active, #listify_stacks_in_3527_45 a:hover {
      outline: 0; }
  #listify_stacks_in_3527_45 abbr[title] {
    border-bottom: 1px dotted; }
  #listify_stacks_in_3527_45 b, #listify_stacks_in_3527_45 strong {
    font-weight: bold; }
  #listify_stacks_in_3527_45 dfn {
    font-style: italic; }
  #listify_stacks_in_3527_45 h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  #listify_stacks_in_3527_45 mark {
    background: #ff0;
    color: #000; }
  #listify_stacks_in_3527_45 small {
    font-size: 80%; }
  #listify_stacks_in_3527_45 sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #listify_stacks_in_3527_45 sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em; }
  #listify_stacks_in_3527_45 sub {
    bottom: -0.25em; }
  #listify_stacks_in_3527_45 img {
    border: 0; }
  #listify_stacks_in_3527_45 svg:not(:root) {
    overflow: hidden; }
  #listify_stacks_in_3527_45 figure {
    margin: 1em 40px; }
  #listify_stacks_in_3527_45 hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  #listify_stacks_in_3527_45 pre {
    overflow: auto; }
  #listify_stacks_in_3527_45 code, #listify_stacks_in_3527_45 kbd, #listify_stacks_in_3527_45 pre, #listify_stacks_in_3527_45 samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  #listify_stacks_in_3527_45 button, #listify_stacks_in_3527_45 input, #listify_stacks_in_3527_45 optgroup, #listify_stacks_in_3527_45 select, #listify_stacks_in_3527_45 textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  #listify_stacks_in_3527_45 button {
    overflow: visible;
    text-transform: none; }
  #listify_stacks_in_3527_45 select {
    text-transform: none; }
  #listify_stacks_in_3527_45 button, #listify_stacks_in_3527_45 html input[type="button"], #listify_stacks_in_3527_45 input[type="reset"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  #listify_stacks_in_3527_45 button[disabled], #listify_stacks_in_3527_45 html input[disabled] {
    cursor: default; }
  #listify_stacks_in_3527_45 button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  #listify_stacks_in_3527_45 input {
    line-height: normal; }
    #listify_stacks_in_3527_45 input::-moz-focus-inner {
      border: 0;
      padding: 0; }
    #listify_stacks_in_3527_45 input[type="checkbox"], #listify_stacks_in_3527_45 input[type="radio"] {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /* 1 */
      padding: 0;
      /* 2 */ }
    #listify_stacks_in_3527_45 input[type="number"]::-webkit-inner-spin-button, #listify_stacks_in_3527_45 input[type="number"]::-webkit-outer-spin-button {
      height: auto; }
    #listify_stacks_in_3527_45 input[type="search"] {
      -webkit-appearance: textfield;
      /* 1 */
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      /* 2 */ }
      #listify_stacks_in_3527_45 input[type="search"]::-webkit-search-cancel-button, #listify_stacks_in_3527_45 input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none; }
  #listify_stacks_in_3527_45 fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  #listify_stacks_in_3527_45 legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #listify_stacks_in_3527_45 textarea {
    overflow: auto; }
  #listify_stacks_in_3527_45 optgroup {
    font-weight: bold; }
  #listify_stacks_in_3527_45 table {
    border-collapse: collapse;
    border-spacing: 0; }
  #listify_stacks_in_3527_45 td, #listify_stacks_in_3527_45 th {
    padding: 0; }

@font-face {
  #listify_stacks_in_3527_45 {
    font-family: 'webflow-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
    font-weight: normal;
    font-style: normal; } }
  #listify_stacks_in_3527_45 [class^="w-icon-"], #listify_stacks_in_3527_45 [class*=" w-icon-"] {
    font-family: 'webflow-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #listify_stacks_in_3527_45 .w-icon-slider-right:before {
    content: "\e600"; }
  #listify_stacks_in_3527_45 .w-icon-slider-left:before {
    content: "\e601"; }
  #listify_stacks_in_3527_45 .w-icon-nav-menu:before {
    content: "\e602"; }
  #listify_stacks_in_3527_45 .w-icon-arrow-down:before, #listify_stacks_in_3527_45 .w-icon-dropdown-toggle:before {
    content: "\e603"; }
  #listify_stacks_in_3527_45 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #listify_stacks_in_3527_45 html {
    height: 100%; }
  #listify_stacks_in_3527_45 body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333; }
  #listify_stacks_in_3527_45 img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block; }
  #listify_stacks_in_3527_45 html.w-mod-touch * {
    background-attachment: scroll !important; }
  #listify_stacks_in_3527_45 .w-block {
    display: block; }
  #listify_stacks_in_3527_45 .w-inline-block {
    max-width: 100%;
    display: inline-block; }
  #listify_stacks_in_3527_45 .w-clearfix:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_45 .w-clearfix:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_45 .w-preserve-3d {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  #listify_stacks_in_3527_45 .w-hidden {
    display: none; }
  #listify_stacks_in_3527_45 .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0; }
  #listify_stacks_in_3527_45 input.w-button {
    -webkit-appearance: button; }
  #listify_stacks_in_3527_45 html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important; }
  #listify_stacks_in_3527_45 .w-webflow-badge {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1.0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #AAADB0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1.0 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1); }
    #listify_stacks_in_3527_45 .w-webflow-badge * {
      position: static;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      z-index: auto;
      display: block;
      visibility: visible;
      overflow: visible;
      overflow-x: visible;
      overflow-y: visible;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: auto;
      height: auto;
      max-height: none;
      max-width: none;
      min-height: 0;
      min-width: 0;
      margin: 0;
      padding: 0;
      float: none;
      clear: none;
      border: 0 none transparent;
      border-radius: 0;
      background: none;
      background-image: none;
      background-position: 0% 0%;
      background-size: auto auto;
      background-repeat: repeat;
      background-origin: padding-box;
      background-clip: border-box;
      background-attachment: scroll;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      opacity: 1.0;
      -webkit-transform: none;
              transform: none;
      -webkit-transition: none;
      transition: none;
      direction: ltr;
      font-family: inherit;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-style: inherit;
      font-variant: inherit;
      text-align: inherit;
      letter-spacing: inherit;
      text-decoration: inherit;
      text-indent: 0;
      text-transform: inherit;
      list-style-type: disc;
      text-shadow: none;
      font-smoothing: auto;
      vertical-align: baseline;
      cursor: inherit;
      white-space: inherit;
      word-break: normal;
      word-spacing: normal;
      word-wrap: normal; }
    #listify_stacks_in_3527_45 .w-webflow-badge > img {
      display: inline-block !important;
      visibility: visible !important;
      opacity: 1 !important;
      vertical-align: middle !important; }
  #listify_stacks_in_3527_45 h1, #listify_stacks_in_3527_45 h2, #listify_stacks_in_3527_45 h3, #listify_stacks_in_3527_45 h4, #listify_stacks_in_3527_45 h5, #listify_stacks_in_3527_45 h6 {
    font-weight: bold;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_45 h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px; }
  #listify_stacks_in_3527_45 h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px; }
  #listify_stacks_in_3527_45 h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px; }
  #listify_stacks_in_3527_45 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px; }
  #listify_stacks_in_3527_45 h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px; }
  #listify_stacks_in_3527_45 h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px; }
  #listify_stacks_in_3527_45 p {
    margin-top: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_45 a:focus {
    outline: 0; }
  #listify_stacks_in_3527_45 blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px; }
  #listify_stacks_in_3527_45 figure {
    margin: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_45 figcaption {
    margin-top: 5px;
    text-align: center; }
  #listify_stacks_in_3527_45 ul, #listify_stacks_in_3527_45 ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px; }
  #listify_stacks_in_3527_45 .w-list-unstyled {
    padding-left: 0;
    list-style: none; }
  #listify_stacks_in_3527_45 .w-embed:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_45 .w-embed:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_45 .w-video {
    width: 100%;
    position: relative;
    padding: 0; }
    #listify_stacks_in_3527_45 .w-video iframe, #listify_stacks_in_3527_45 .w-video object, #listify_stacks_in_3527_45 .w-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #listify_stacks_in_3527_45 fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  #listify_stacks_in_3527_45 button, #listify_stacks_in_3527_45 html input[type="button"], #listify_stacks_in_3527_45 input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button; }
  #listify_stacks_in_3527_45 .w-form {
    margin: 0 0 15px; }
  #listify_stacks_in_3527_45 .w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd; }
  #listify_stacks_in_3527_45 .w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede; }
  #listify_stacks_in_3527_45 label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
  #listify_stacks_in_3527_45 .w-input, #listify_stacks_in_3527_45 .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc; }
  #listify_stacks_in_3527_45 .w-input:-moz-placeholder, #listify_stacks_in_3527_45 .w-select:-moz-placeholder {
    color: #999; }
  #listify_stacks_in_3527_45 .w-input::-moz-placeholder, #listify_stacks_in_3527_45 .w-select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  #listify_stacks_in_3527_45 .w-input:-ms-input-placeholder, #listify_stacks_in_3527_45 .w-select:-ms-input-placeholder, #listify_stacks_in_3527_45 .w-input::-webkit-input-placeholder, #listify_stacks_in_3527_45 .w-select::-webkit-input-placeholder {
    color: #999; }
  #listify_stacks_in_3527_45 .w-input:focus, #listify_stacks_in_3527_45 .w-select:focus {
    border-color: #3898EC;
    outline: 0; }
  #listify_stacks_in_3527_45 .w-input[disabled], #listify_stacks_in_3527_45 .w-select[disabled], #listify_stacks_in_3527_45 .w-input[readonly], #listify_stacks_in_3527_45 .w-select[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_3527_45 fieldset[disabled] .w-input, #listify_stacks_in_3527_45 fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_3527_45 textarea.w-input, #listify_stacks_in_3527_45 textarea.w-select {
    height: auto; }
  #listify_stacks_in_3527_45 .w-select {
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f3f3));
    background-image: linear-gradient(white 0%, #f3f3f3 100%); }
    #listify_stacks_in_3527_45 .w-select[multiple] {
      height: auto; }
  #listify_stacks_in_3527_45 .w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px; }
  #listify_stacks_in_3527_45 .w-checkbox, #listify_stacks_in_3527_45 .w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px; }
  #listify_stacks_in_3527_45 .w-checkbox:before, #listify_stacks_in_3527_45 .w-radio:before, #listify_stacks_in_3527_45 .w-checkbox:after, #listify_stacks_in_3527_45 .w-radio:after {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_45 .w-checkbox:after, #listify_stacks_in_3527_45 .w-radio:after {
    clear: both; }
  #listify_stacks_in_3527_45 .w-checkbox-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px; }
  #listify_stacks_in_3527_45 .w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
    margin-top: 3px; }
  #listify_stacks_in_3527_45 .w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px; }
    #listify_stacks_in_3527_45 .w-container:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_45 .w-container:after {
      content: " ";
      display: table;
      clear: both; }
    #listify_stacks_in_3527_45 .w-container .w-row {
      margin-left: -10px;
      margin-right: -10px; }
  #listify_stacks_in_3527_45 .w-row:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_45 .w-row:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_45 .w-row .w-row {
    margin-left: 0;
    margin-right: 0; }
  #listify_stacks_in_3527_45 .w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    #listify_stacks_in_3527_45 .w-col .w-col {
      padding-left: 0;
      padding-right: 0; }
  #listify_stacks_in_3527_45 .w-col-1 {
    width: 8.33333333%; }
  #listify_stacks_in_3527_45 .w-col-2 {
    width: 16.66666667%; }
  #listify_stacks_in_3527_45 .w-col-3 {
    width: 25%; }
  #listify_stacks_in_3527_45 .w-col-4 {
    width: 33.33333333%; }
  #listify_stacks_in_3527_45 .w-col-5 {
    width: 41.66666667%; }
  #listify_stacks_in_3527_45 .w-col-6 {
    width: 50%; }
  #listify_stacks_in_3527_45 .w-col-7 {
    width: 58.33333333%; }
  #listify_stacks_in_3527_45 .w-col-8 {
    width: 66.66666667%; }
  #listify_stacks_in_3527_45 .w-col-9 {
    width: 75%; }
  #listify_stacks_in_3527_45 .w-col-10 {
    width: 83.33333333%; }
  #listify_stacks_in_3527_45 .w-col-11 {
    width: 91.66666667%; }
  #listify_stacks_in_3527_45 .w-col-12 {
    width: 100%; }
  #listify_stacks_in_3527_45 .w-hidden-main {
    display: none !important; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_45 .w-container {
      max-width: 728px; }
    #listify_stacks_in_3527_45 .w-hidden-main {
      display: inherit !important; }
    #listify_stacks_in_3527_45 .w-hidden-medium {
      display: none !important; }
    #listify_stacks_in_3527_45 .w-col-medium-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_45 .w-col-medium-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_45 .w-col-medium-3 {
      width: 25%; }
    #listify_stacks_in_3527_45 .w-col-medium-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_45 .w-col-medium-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_45 .w-col-medium-6 {
      width: 50%; }
    #listify_stacks_in_3527_45 .w-col-medium-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_45 .w-col-medium-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_45 .w-col-medium-9 {
      width: 75%; }
    #listify_stacks_in_3527_45 .w-col-medium-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_45 .w-col-medium-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_45 .w-col-medium-12 {
      width: 100%; }
    #listify_stacks_in_3527_45 .w-col-stack {
      width: 100%;
      left: auto;
      right: auto; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_45 .w-hidden-main, #listify_stacks_in_3527_45 .w-hidden-medium {
      display: inherit !important; }
    #listify_stacks_in_3527_45 .w-hidden-small {
      display: none !important; }
    #listify_stacks_in_3527_45 .w-row, #listify_stacks_in_3527_45 .w-container .w-row {
      margin-left: 0;
      margin-right: 0; }
    #listify_stacks_in_3527_45 .w-col {
      width: 100%;
      left: auto;
      right: auto; }
    #listify_stacks_in_3527_45 .w-col-small-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_45 .w-col-small-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_45 .w-col-small-3 {
      width: 25%; }
    #listify_stacks_in_3527_45 .w-col-small-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_45 .w-col-small-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_45 .w-col-small-6 {
      width: 50%; }
    #listify_stacks_in_3527_45 .w-col-small-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_45 .w-col-small-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_45 .w-col-small-9 {
      width: 75%; }
    #listify_stacks_in_3527_45 .w-col-small-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_45 .w-col-small-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_45 .w-col-small-12 {
      width: 100%; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_45 .w-container {
      max-width: none; }
    #listify_stacks_in_3527_45 .w-hidden-main, #listify_stacks_in_3527_45 .w-hidden-medium, #listify_stacks_in_3527_45 .w-hidden-small {
      display: inherit !important; }
    #listify_stacks_in_3527_45 .w-hidden-tiny {
      display: none !important; }
    #listify_stacks_in_3527_45 .w-col {
      width: 100%; }
    #listify_stacks_in_3527_45 .w-col-tiny-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_45 .w-col-tiny-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_45 .w-col-tiny-3 {
      width: 25%; }
    #listify_stacks_in_3527_45 .w-col-tiny-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_45 .w-col-tiny-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_45 .w-col-tiny-6 {
      width: 50%; }
    #listify_stacks_in_3527_45 .w-col-tiny-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_45 .w-col-tiny-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_45 .w-col-tiny-9 {
      width: 75%; }
    #listify_stacks_in_3527_45 .w-col-tiny-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_45 .w-col-tiny-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_45 .w-col-tiny-12 {
      width: 100%; } }
  #listify_stacks_in_3527_45 .w-widget {
    position: relative; }
  #listify_stacks_in_3527_45 .w-widget-map {
    width: 100%;
    height: 400px; }
    #listify_stacks_in_3527_45 .w-widget-map label {
      width: auto;
      display: inline; }
    #listify_stacks_in_3527_45 .w-widget-map img {
      max-width: inherit; }
    #listify_stacks_in_3527_45 .w-widget-map .gm-style-iw {
      width: 90% !important;
      height: auto !important;
      top: 7px !important;
      left: 6% !important;
      display: inline;
      text-align: center;
      overflow: hidden; }
      #listify_stacks_in_3527_45 .w-widget-map .gm-style-iw + div {
        display: none; }
  #listify_stacks_in_3527_45 .w-widget-twitter {
    overflow: hidden; }
  #listify_stacks_in_3527_45 .w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px; }
    #listify_stacks_in_3527_45 .w-widget-twitter-count-shim * {
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #listify_stacks_in_3527_45 .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
      position: relative;
      font-size: 15px;
      line-height: 12px;
      text-align: center;
      color: #999;
      font-family: serif; }
    #listify_stacks_in_3527_45 .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
      position: relative;
      display: block; }
    #listify_stacks_in_3527_45 .w-widget-twitter-count-shim.w--large {
      width: 36px;
      height: 28px;
      margin-left: 7px; }
      #listify_stacks_in_3527_45 .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 18px; }
    #listify_stacks_in_3527_45 .w-widget-twitter-count-shim:not(.w--vertical) {
      margin-left: 5px;
      margin-right: 8px; }
      #listify_stacks_in_3527_45 .w-widget-twitter-count-shim:not(.w--vertical).w--large {
        margin-left: 6px; }
      #listify_stacks_in_3527_45 .w-widget-twitter-count-shim:not(.w--vertical):before, #listify_stacks_in_3527_45 .w-widget-twitter-count-shim:not(.w--vertical):after {
        top: 50%;
        left: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_3527_45 .w-widget-twitter-count-shim:not(.w--vertical):before {
        border-color: rgba(117, 134, 150, 0);
        border-right-color: #5d6c7b;
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px; }
      #listify_stacks_in_3527_45 .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
        border-width: 5px;
        margin-left: -10px;
        margin-top: -5px; }
      #listify_stacks_in_3527_45 .w-widget-twitter-count-shim:not(.w--vertical):after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: white;
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px; }
      #listify_stacks_in_3527_45 .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
        border-width: 5px;
        margin-left: -9px;
        margin-top: -5px; }
    #listify_stacks_in_3527_45 .w-widget-twitter-count-shim.w--vertical {
      width: 61px;
      height: 33px;
      margin-bottom: 8px; }
      #listify_stacks_in_3527_45 .w-widget-twitter-count-shim.w--vertical:before, #listify_stacks_in_3527_45 .w-widget-twitter-count-shim.w--vertical:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_3527_45 .w-widget-twitter-count-shim.w--vertical:before {
        border-color: rgba(117, 134, 150, 0);
        border-top-color: #5d6c7b;
        border-width: 5px;
        margin-left: -5px; }
      #listify_stacks_in_3527_45 .w-widget-twitter-count-shim.w--vertical:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: white;
        border-width: 4px;
        margin-left: -4px; }
      #listify_stacks_in_3527_45 .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 22px; }
      #listify_stacks_in_3527_45 .w-widget-twitter-count-shim.w--vertical.w--large {
        width: 76px; }
  #listify_stacks_in_3527_45 .w-widget-gplus {
    overflow: hidden; }
  #listify_stacks_in_3527_45 .w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white; }
    #listify_stacks_in_3527_45 .w-background-video > video {
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      right: -100%;
      bottom: -100%;
      top: -100%;
      left: -100%;
      margin: auto;
      min-width: 100%;
      min-height: 100%;
      z-index: -100; }
  #listify_stacks_in_3527_45 .w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
  #listify_stacks_in_3527_45 .w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap; }
  #listify_stacks_in_3527_45 .w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left; }
  #listify_stacks_in_3527_45 .w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
    #listify_stacks_in_3527_45 .w-slider-nav.w-round > div {
      border-radius: 100%; }
    #listify_stacks_in_3527_45 .w-slider-nav.w-num > div {
      width: auto;
      height: auto;
      padding: 0.2em 0.5em;
      font-size: inherit;
      line-height: inherit; }
    #listify_stacks_in_3527_45 .w-slider-nav.w-shadow > div {
      -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
      box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }
  #listify_stacks_in_3527_45 .w-slider-nav-invert {
    color: #fff; }
    #listify_stacks_in_3527_45 .w-slider-nav-invert > div {
      background-color: rgba(34, 34, 34, 0.4); }
      #listify_stacks_in_3527_45 .w-slider-nav-invert > div.w-active {
        background-color: #222; }
  #listify_stacks_in_3527_45 .w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    -webkit-transition: background-color 100ms, color 100ms;
    transition: background-color 100ms, color 100ms; }
    #listify_stacks_in_3527_45 .w-slider-dot.w-active {
      background-color: #fff; }
  #listify_stacks_in_3527_45 .w-slider-arrow-left, #listify_stacks_in_3527_45 .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #listify_stacks_in_3527_45 .w-slider-arrow-left [class^="w-icon-"], #listify_stacks_in_3527_45 .w-slider-arrow-right [class^="w-icon-"], #listify_stacks_in_3527_45 .w-slider-arrow-left [class*=" w-icon-"], #listify_stacks_in_3527_45 .w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute; }
  #listify_stacks_in_3527_45 .w-slider-arrow-left {
    z-index: 3;
    right: auto; }
  #listify_stacks_in_3527_45 .w-slider-arrow-right {
    z-index: 4;
    left: auto; }
  #listify_stacks_in_3527_45 .w-icon-slider-left, #listify_stacks_in_3527_45 .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_3527_45 .w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900; }
  #listify_stacks_in_3527_45 .w-dropdown-btn, #listify_stacks_in_3527_45 .w-dropdown-toggle, #listify_stacks_in_3527_45 .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap; }
  #listify_stacks_in_3527_45 .w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px; }
    #listify_stacks_in_3527_45 .w-dropdown-toggle:focus {
      outline: 0; }
  #listify_stacks_in_3527_45 .w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_3527_45 .w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%; }
    #listify_stacks_in_3527_45 .w-dropdown-list.w--open {
      display: block; }
  #listify_stacks_in_3527_45 .w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222; }
    #listify_stacks_in_3527_45 .w-dropdown-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_3527_45 .w-nav[data-collapse="all"] .w-dropdown, #listify_stacks_in_3527_45 .w-nav[data-collapse="all"] .w-dropdown-toggle {
    display: block; }
  #listify_stacks_in_3527_45 .w-nav[data-collapse="all"] .w-dropdown-list {
    position: static; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_45 .w-nav[data-collapse="medium"] .w-dropdown, #listify_stacks_in_3527_45 .w-nav[data-collapse="medium"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_45 .w-nav[data-collapse="medium"] .w-dropdown-list {
      position: static; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_45 .w-nav[data-collapse="small"] .w-dropdown, #listify_stacks_in_3527_45 .w-nav[data-collapse="small"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_45 .w-nav[data-collapse="small"] .w-dropdown-list {
      position: static; }
    #listify_stacks_in_3527_45 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_45 .w-nav[data-collapse="tiny"] .w-dropdown, #listify_stacks_in_3527_45 .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_45 .w-nav[data-collapse="tiny"] .w-dropdown-list {
      position: static; } }
  #listify_stacks_in_3527_45 .w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
    /* 2 */
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_3527_45 .w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_3527_45 .w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden; }
  #listify_stacks_in_3527_45 .w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0; }
    #listify_stacks_in_3527_45 .w-lightbox-view:before {
      content: "";
      height: 100vh; }
  #listify_stacks_in_3527_45 .w-lightbox-group {
    height: 86vh; }
    #listify_stacks_in_3527_45 .w-lightbox-group .w-lightbox-view {
      height: 86vh; }
      #listify_stacks_in_3527_45 .w-lightbox-group .w-lightbox-view:before {
        height: 86vh; }
  #listify_stacks_in_3527_45 .w-lightbox-frame, #listify_stacks_in_3527_45 .w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle; }
  #listify_stacks_in_3527_45 .w-lightbox-figure {
    position: relative;
    margin: 0;
    /* 1 */ }
  #listify_stacks_in_3527_45 .w-lightbox-group .w-lightbox-figure {
    cursor: pointer; }
  #listify_stacks_in_3527_45 .w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none; }
  #listify_stacks_in_3527_45 .w-lightbox-image {
    display: block;
    float: none;
    /* 1 */
    max-width: 100vw;
    max-height: 100vh; }
  #listify_stacks_in_3527_45 .w-lightbox-group .w-lightbox-image {
    max-height: 86vh; }
  #listify_stacks_in_3527_45 .w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  #listify_stacks_in_3527_45 .w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #listify_stacks_in_3527_45 .w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
  #listify_stacks_in_3527_45 .w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }
  #listify_stacks_in_3527_45 .w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }
  #listify_stacks_in_3527_45 .w-lightbox-close {
    right: 0;
    height: 2.6em;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px; }
  #listify_stacks_in_3527_45 .w-lightbox-strip {
    padding: 0 1vh;
    line-height: 0;
    /* 1 */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden; }
  #listify_stacks_in_3527_45 .w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    /* 2 */ }
  #listify_stacks_in_3527_45 .w-lightbox-active {
    opacity: .3; }
  #listify_stacks_in_3527_45 .w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden; }
  #listify_stacks_in_3527_45 .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0; }
  #listify_stacks_in_3527_45 .w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  #listify_stacks_in_3527_45 .w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #listify_stacks_in_3527_45 .w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear; }
    #listify_stacks_in_3527_45 .w-lightbox-spinner:after {
      content: "";
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border: 3px solid transparent;
      border-bottom-color: #fff;
      border-radius: 50%; }
  #listify_stacks_in_3527_45 .w-lightbox-hide {
    display: none; }
  #listify_stacks_in_3527_45 .w-lightbox-noscroll {
    overflow: hidden; }
  @media (min-width: 768px) {
    #listify_stacks_in_3527_45 {
      /* .w-lightbox-content */ }
      #listify_stacks_in_3527_45 .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh; }
      #listify_stacks_in_3527_45 .w-lightbox-view {
        height: 96vh; }
        #listify_stacks_in_3527_45 .w-lightbox-view:before {
          height: 96vh; }
      #listify_stacks_in_3527_45 .w-lightbox-group {
        height: 84vh; }
        #listify_stacks_in_3527_45 .w-lightbox-group .w-lightbox-view {
          height: 84vh; }
          #listify_stacks_in_3527_45 .w-lightbox-group .w-lightbox-view:before {
            height: 84vh; }
      #listify_stacks_in_3527_45 .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh; }
      #listify_stacks_in_3527_45 .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh; }
      #listify_stacks_in_3527_45 .w-lightbox-left, #listify_stacks_in_3527_45 .w-lightbox-right {
        display: block;
        opacity: .5; }
      #listify_stacks_in_3527_45 .w-lightbox-close {
        opacity: .8; }
      #listify_stacks_in_3527_45 .w-lightbox-control:hover {
        opacity: 1; } }
  #listify_stacks_in_3527_45 .w-lightbox-inactive {
    opacity: 0; }
    #listify_stacks_in_3527_45 .w-lightbox-inactive:hover {
      opacity: 0; }
  #listify_stacks_in_3527_45 .w-richtext:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_45 .w-richtext:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_45 .w-richtext ol, #listify_stacks_in_3527_45 .w-richtext ul {
    overflow: hidden; }
  #listify_stacks_in_3527_45 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before, #listify_stacks_in_3527_45 .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before, #listify_stacks_in_3527_45 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, #listify_stacks_in_3527_45 .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7; }
  #listify_stacks_in_3527_45 .w-richtext figure {
    position: relative;
    max-width: 60%; }
    #listify_stacks_in_3527_45 .w-richtext figure.w-richtext-figure-type-video > div:before, #listify_stacks_in_3527_45 .w-richtext figure[data-rt-type="video"] > div:before {
      content: '';
      position: absolute;
      display: none;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    #listify_stacks_in_3527_45 .w-richtext figure > div:before {
      cursor: default !important; }
    #listify_stacks_in_3527_45 .w-richtext figure img {
      cursor: default !important;
      width: 100%; }
    #listify_stacks_in_3527_45 .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
      opacity: 0.6; }
    #listify_stacks_in_3527_45 .w-richtext figure div {
      /* fix incorrectly sized selection border in the data manager */
      font-size: 0px;
      color: transparent; }
    #listify_stacks_in_3527_45 .w-richtext figure.w-richtext-figure-type-image, #listify_stacks_in_3527_45 .w-richtext figure[data-rt-type="image"] {
      display: table; }
    #listify_stacks_in_3527_45 .w-richtext figure.w-richtext-figure-type-image > div, #listify_stacks_in_3527_45 .w-richtext figure[data-rt-type="image"] > div {
      display: inline-block; }
    #listify_stacks_in_3527_45 .w-richtext figure.w-richtext-figure-type-image > figcaption, #listify_stacks_in_3527_45 .w-richtext figure[data-rt-type="image"] > figcaption {
      display: table-caption;
      caption-side: bottom; }
    #listify_stacks_in_3527_45 .w-richtext figure.w-richtext-figure-type-video, #listify_stacks_in_3527_45 .w-richtext figure[data-rt-type="video"] {
      width: 60%;
      height: 0; }
    #listify_stacks_in_3527_45 .w-richtext figure.w-richtext-figure-type-video iframe, #listify_stacks_in_3527_45 .w-richtext figure[data-rt-type="video"] iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #listify_stacks_in_3527_45 .w-richtext figure.w-richtext-figure-type-video > div, #listify_stacks_in_3527_45 .w-richtext figure[data-rt-type="video"] > div {
      width: 100%; }
    #listify_stacks_in_3527_45 .w-richtext figure.w-richtext-align-center {
      margin-right: auto;
      margin-left: auto;
      clear: both; }
      #listify_stacks_in_3527_45 .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, #listify_stacks_in_3527_45 .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
        max-width: 100%; }
    #listify_stacks_in_3527_45 .w-richtext figure.w-richtext-align-normal {
      clear: both; }
    #listify_stacks_in_3527_45 .w-richtext figure.w-richtext-align-fullwidth {
      width: 100%;
      max-width: 100%;
      text-align: center;
      clear: both;
      display: block;
      margin-right: auto;
      margin-left: auto; }
      #listify_stacks_in_3527_45 .w-richtext figure.w-richtext-align-fullwidth > div {
        display: inline-block;
        /* padding-bottom is used for aspect ratios in video figures
           *  we want the div to inherit that so hover/selection borders in the designer-canvas
           *  fit right */
        padding-bottom: inherit; }
      #listify_stacks_in_3527_45 .w-richtext figure.w-richtext-align-fullwidth > figcaption {
        display: block; }
    #listify_stacks_in_3527_45 .w-richtext figure.w-richtext-align-floatleft {
      float: left;
      margin-right: 15px;
      clear: none; }
    #listify_stacks_in_3527_45 .w-richtext figure.w-richtext-align-floatright {
      float: right;
      margin-left: 15px;
      clear: none; }
  #listify_stacks_in_3527_45 .w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000; }
    #listify_stacks_in_3527_45 .w-nav:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_45 .w-nav:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_3527_45 .w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333; }
  #listify_stacks_in_3527_45 .w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto; }
    #listify_stacks_in_3527_45 .w-nav-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_3527_45 .w-nav-menu {
    position: relative;
    float: right; }
  #listify_stacks_in_3527_45 .w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px; }
  #listify_stacks_in_3527_45 .w--nav-link-open {
    display: block;
    position: relative; }
  #listify_stacks_in_3527_45 .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%; }
    #listify_stacks_in_3527_45 .w-nav-overlay .w--nav-menu-open {
      top: 0; }
  #listify_stacks_in_3527_45 .w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_45 .w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_45 .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_45 .w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_45 .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #listify_stacks_in_3527_45 .w-nav-button.w--open {
      background-color: #C8C8C8;
      color: white; }
  #listify_stacks_in_3527_45 .w-nav[data-collapse="all"] .w-nav-menu {
    display: none; }
  #listify_stacks_in_3527_45 .w-nav[data-collapse="all"] .w-nav-button {
    display: block; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_45 .w-nav[data-collapse="medium"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_45 .w-nav[data-collapse="medium"] .w-nav-button {
      display: block; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_45 .w-nav[data-collapse="small"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_45 .w-nav[data-collapse="small"] .w-nav-button {
      display: block; }
    #listify_stacks_in_3527_45 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_45 .w-nav[data-collapse="tiny"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_45 .w-nav[data-collapse="tiny"] .w-nav-button {
      display: block; } }
  #listify_stacks_in_3527_45 .w-tabs {
    position: relative; }
    #listify_stacks_in_3527_45 .w-tabs:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_45 .w-tabs:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_3527_45 .w-tab-menu {
    position: relative; }
  #listify_stacks_in_3527_45 .w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd; }
    #listify_stacks_in_3527_45 .w-tab-link.w--current {
      background-color: #C8C8C8; }
  #listify_stacks_in_3527_45 .w-tab-content {
    position: relative;
    display: block;
    overflow: hidden; }
  #listify_stacks_in_3527_45 .w-tab-pane {
    position: relative;
    display: none; }
  #listify_stacks_in_3527_45 .w--tab-active {
    display: block; }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_45 .w-tab-link {
      display: block; } }
  #listify_stacks_in_3527_45 .w-ix-emptyfix:after {
    content: ""; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  #listify_stacks_in_3527_45 .w-dyn-empty {
    padding: 10px;
    background-color: #dddddd; }
  #listify_stacks_in_3527_45 .w-dyn-bind-empty, #listify_stacks_in_3527_45 .w-condition-invisible {
    display: none !important; }

.list-container {
  margin-top: 0px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; }

.section {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 0px;
  position: absolute;
  padding-bottom: 0px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox; }
  .section.main {
    display: none; }

.container {
  -ms-grid-row-align: center;
      align-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center; }

#listify_stacks_in_3527_45 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*  */
  width: 100%;
  /*  */
  /*  */ }
  #listify_stacks_in_3527_45 .list {
    overflow: hidden;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1.00);
    /*  */
    /*  */ }
  #listify_stacks_in_3527_45 .list-item {
    list-style-type: none;
    margin-bottom: 5px; }
    #listify_stacks_in_3527_45 .list-item ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_45 .list-item ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_45 .list-item ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_45 .list-item ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_45 .list-item ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_45 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_45 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_45 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_45 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_45 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_45 .list-item a {
      cursor: pointer;
      text-decoration: none; }
  #listify_stacks_in_3527_45 .list-item-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0px auto 0px auto;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_3527_45 .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_3527_45 .list-item-icon.hide-icon {
      display: none; }
  #listify_stacks_in_3527_45 .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listify_stacks_in_3527_45 .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-row-align: center;
        align-self: center;
    word-wrap: break-word;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px;
    line-height: 20px;
    font-family: inherit;
    /*  */
    font-family: "Lucida Grande, Arial, sans-serif";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_3527_45 .list-item-text.hide-text {
      display: none; }

/*  */
/*  */
#listify_stacks_in_3527_45 .list-item-inner {
  margin: 10px 10px 10px 10px; }

@media only screen and (max-width: 440px) {
  #listify_stacks_in_3527_45.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listify_stacks_in_3527_45.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listify_stacks_in_3527_45.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_46.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_46.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_46.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_46.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_46.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 8px 8px 8px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_46.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: block !important;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_46.list-item .list-item-inner .list-item-icon i {
    color: rgba(255, 255, 255, 1.00);
    font-size: 80px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_46.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(0, 0, 0, 1.00);
    font-size: 16px;
    line-height: 22px;
    font-family: inherit;
    /*  */
    display: none;
    /*  */
    /*  */
    /*  */
    /*  */
    font-family: "Roboto";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_46.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_46.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_46.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_46.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_48.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_48.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_48.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_48.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_48.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 8px 8px 0px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_48.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: none;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_48.list-item .list-item-inner .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_48.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 26px;
    line-height: 32px;
    font-family: inherit;
    /*  */
    display: block !important;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    font-family: "Raleway";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_48.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_48.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_48.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_48.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_50.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_50.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_50.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_50.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_50.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 0px 8px 8px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_50.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: none;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_50.list-item .list-item-inner .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_50.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
    line-height: 18px;
    font-family: inherit;
    /*  */
    display: block !important;
    /*  */
    /*  */
    font-family: "Lucida Grande, Arial, sans-serif";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_50.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_50.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_50.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_50.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_52.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_52.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_52.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_52.hide-d {
    display: none; } }

/*  */
/*
1.3.0.2
- add ability to use manually imported icon font (item stack)
- updated woff2 file, old file was causing odd display bugs
*/
@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(listify-files/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(listify-files/MaterialIcons-2021.woff2) format('woff2'),
    url(listify-files/MaterialIcons-Regular.woff) format('woff'),
    url(listify-files/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

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

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

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

#listify_stacks_in_3527_23 {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. */
  /**
 * Remove default margin. */
  /* HTML5 display definitions
 * ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11. */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
  /* Links
 * ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10. */
  /**
 * Improve readability of focused elements when they are also in an
 * active/hover state. */
  /* Text-level semantics
 * ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in Safari and Chrome. */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in IE 8/9. */
  /**
 * Address inconsistent and variable font size in all browsers. */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
  /* Embedded content
 * ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10. */
  /**
 * Correct overflow not hidden in IE 9/10/11. */
  /* Grouping content
 * ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari. */
  /**
 * Address differences between Firefox and other browsers. */
  /**
 * Contain overflow in all browsers. */
  /**
 * Address odd `em`-unit font size rendering in all browsers. */
  /* Forms
 * ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11. */
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector */
  /**
 * Re-set default cursor for disabled elements. */
  /**
 * Remove inner padding and border in Firefox 4+. */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10. */
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */
  /**
 * Define consistent border, margin, and padding. */
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11. */
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
  /* Tables
 * ========================================================================== */
  /**
 * Remove most spacing between table cells. */
  /**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`. */
  /**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox. */
  /**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll. */
  /* .w-lightbox-content */
  /*
 * 1. Remove default margin set by user-agent on the <figure> element. */
  /**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling. */
  /**
 * 1. Reset if style is set by user on "All Images" */
  /*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer) */
  /**
 * 1. All IE versions add extra space at the bottom without this. */
  /*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior. */
  /*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track. */
  /*
 * Utility classes */ }
  #listify_stacks_in_3527_23 html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  #listify_stacks_in_3527_23 body {
    margin: 0; }
  #listify_stacks_in_3527_23 article, #listify_stacks_in_3527_23 aside, #listify_stacks_in_3527_23 details, #listify_stacks_in_3527_23 figcaption, #listify_stacks_in_3527_23 figure, #listify_stacks_in_3527_23 footer, #listify_stacks_in_3527_23 header, #listify_stacks_in_3527_23 hgroup, #listify_stacks_in_3527_23 main, #listify_stacks_in_3527_23 menu, #listify_stacks_in_3527_23 nav, #listify_stacks_in_3527_23 section, #listify_stacks_in_3527_23 summary {
    display: block; }
  #listify_stacks_in_3527_23 audio, #listify_stacks_in_3527_23 canvas, #listify_stacks_in_3527_23 progress, #listify_stacks_in_3527_23 video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  #listify_stacks_in_3527_23 audio:not([controls]) {
    display: none;
    height: 0; }
  #listify_stacks_in_3527_23 [hidden], #listify_stacks_in_3527_23 template {
    display: none; }
  #listify_stacks_in_3527_23 a {
    background-color: transparent; }
    #listify_stacks_in_3527_23 a:active, #listify_stacks_in_3527_23 a:hover {
      outline: 0; }
  #listify_stacks_in_3527_23 abbr[title] {
    border-bottom: 1px dotted; }
  #listify_stacks_in_3527_23 b, #listify_stacks_in_3527_23 strong {
    font-weight: bold; }
  #listify_stacks_in_3527_23 dfn {
    font-style: italic; }
  #listify_stacks_in_3527_23 h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  #listify_stacks_in_3527_23 mark {
    background: #ff0;
    color: #000; }
  #listify_stacks_in_3527_23 small {
    font-size: 80%; }
  #listify_stacks_in_3527_23 sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #listify_stacks_in_3527_23 sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em; }
  #listify_stacks_in_3527_23 sub {
    bottom: -0.25em; }
  #listify_stacks_in_3527_23 img {
    border: 0; }
  #listify_stacks_in_3527_23 svg:not(:root) {
    overflow: hidden; }
  #listify_stacks_in_3527_23 figure {
    margin: 1em 40px; }
  #listify_stacks_in_3527_23 hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  #listify_stacks_in_3527_23 pre {
    overflow: auto; }
  #listify_stacks_in_3527_23 code, #listify_stacks_in_3527_23 kbd, #listify_stacks_in_3527_23 pre, #listify_stacks_in_3527_23 samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  #listify_stacks_in_3527_23 button, #listify_stacks_in_3527_23 input, #listify_stacks_in_3527_23 optgroup, #listify_stacks_in_3527_23 select, #listify_stacks_in_3527_23 textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  #listify_stacks_in_3527_23 button {
    overflow: visible;
    text-transform: none; }
  #listify_stacks_in_3527_23 select {
    text-transform: none; }
  #listify_stacks_in_3527_23 button, #listify_stacks_in_3527_23 html input[type="button"], #listify_stacks_in_3527_23 input[type="reset"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  #listify_stacks_in_3527_23 button[disabled], #listify_stacks_in_3527_23 html input[disabled] {
    cursor: default; }
  #listify_stacks_in_3527_23 button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  #listify_stacks_in_3527_23 input {
    line-height: normal; }
    #listify_stacks_in_3527_23 input::-moz-focus-inner {
      border: 0;
      padding: 0; }
    #listify_stacks_in_3527_23 input[type="checkbox"], #listify_stacks_in_3527_23 input[type="radio"] {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /* 1 */
      padding: 0;
      /* 2 */ }
    #listify_stacks_in_3527_23 input[type="number"]::-webkit-inner-spin-button, #listify_stacks_in_3527_23 input[type="number"]::-webkit-outer-spin-button {
      height: auto; }
    #listify_stacks_in_3527_23 input[type="search"] {
      -webkit-appearance: textfield;
      /* 1 */
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      /* 2 */ }
      #listify_stacks_in_3527_23 input[type="search"]::-webkit-search-cancel-button, #listify_stacks_in_3527_23 input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none; }
  #listify_stacks_in_3527_23 fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  #listify_stacks_in_3527_23 legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #listify_stacks_in_3527_23 textarea {
    overflow: auto; }
  #listify_stacks_in_3527_23 optgroup {
    font-weight: bold; }
  #listify_stacks_in_3527_23 table {
    border-collapse: collapse;
    border-spacing: 0; }
  #listify_stacks_in_3527_23 td, #listify_stacks_in_3527_23 th {
    padding: 0; }

@font-face {
  #listify_stacks_in_3527_23 {
    font-family: 'webflow-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
    font-weight: normal;
    font-style: normal; } }
  #listify_stacks_in_3527_23 [class^="w-icon-"], #listify_stacks_in_3527_23 [class*=" w-icon-"] {
    font-family: 'webflow-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #listify_stacks_in_3527_23 .w-icon-slider-right:before {
    content: "\e600"; }
  #listify_stacks_in_3527_23 .w-icon-slider-left:before {
    content: "\e601"; }
  #listify_stacks_in_3527_23 .w-icon-nav-menu:before {
    content: "\e602"; }
  #listify_stacks_in_3527_23 .w-icon-arrow-down:before, #listify_stacks_in_3527_23 .w-icon-dropdown-toggle:before {
    content: "\e603"; }
  #listify_stacks_in_3527_23 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #listify_stacks_in_3527_23 html {
    height: 100%; }
  #listify_stacks_in_3527_23 body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333; }
  #listify_stacks_in_3527_23 img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block; }
  #listify_stacks_in_3527_23 html.w-mod-touch * {
    background-attachment: scroll !important; }
  #listify_stacks_in_3527_23 .w-block {
    display: block; }
  #listify_stacks_in_3527_23 .w-inline-block {
    max-width: 100%;
    display: inline-block; }
  #listify_stacks_in_3527_23 .w-clearfix:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_23 .w-clearfix:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_23 .w-preserve-3d {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  #listify_stacks_in_3527_23 .w-hidden {
    display: none; }
  #listify_stacks_in_3527_23 .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0; }
  #listify_stacks_in_3527_23 input.w-button {
    -webkit-appearance: button; }
  #listify_stacks_in_3527_23 html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important; }
  #listify_stacks_in_3527_23 .w-webflow-badge {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1.0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #AAADB0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1.0 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1); }
    #listify_stacks_in_3527_23 .w-webflow-badge * {
      position: static;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      z-index: auto;
      display: block;
      visibility: visible;
      overflow: visible;
      overflow-x: visible;
      overflow-y: visible;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: auto;
      height: auto;
      max-height: none;
      max-width: none;
      min-height: 0;
      min-width: 0;
      margin: 0;
      padding: 0;
      float: none;
      clear: none;
      border: 0 none transparent;
      border-radius: 0;
      background: none;
      background-image: none;
      background-position: 0% 0%;
      background-size: auto auto;
      background-repeat: repeat;
      background-origin: padding-box;
      background-clip: border-box;
      background-attachment: scroll;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      opacity: 1.0;
      -webkit-transform: none;
              transform: none;
      -webkit-transition: none;
      transition: none;
      direction: ltr;
      font-family: inherit;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-style: inherit;
      font-variant: inherit;
      text-align: inherit;
      letter-spacing: inherit;
      text-decoration: inherit;
      text-indent: 0;
      text-transform: inherit;
      list-style-type: disc;
      text-shadow: none;
      font-smoothing: auto;
      vertical-align: baseline;
      cursor: inherit;
      white-space: inherit;
      word-break: normal;
      word-spacing: normal;
      word-wrap: normal; }
    #listify_stacks_in_3527_23 .w-webflow-badge > img {
      display: inline-block !important;
      visibility: visible !important;
      opacity: 1 !important;
      vertical-align: middle !important; }
  #listify_stacks_in_3527_23 h1, #listify_stacks_in_3527_23 h2, #listify_stacks_in_3527_23 h3, #listify_stacks_in_3527_23 h4, #listify_stacks_in_3527_23 h5, #listify_stacks_in_3527_23 h6 {
    font-weight: bold;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_23 h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px; }
  #listify_stacks_in_3527_23 h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px; }
  #listify_stacks_in_3527_23 h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px; }
  #listify_stacks_in_3527_23 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px; }
  #listify_stacks_in_3527_23 h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px; }
  #listify_stacks_in_3527_23 h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px; }
  #listify_stacks_in_3527_23 p {
    margin-top: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_23 a:focus {
    outline: 0; }
  #listify_stacks_in_3527_23 blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px; }
  #listify_stacks_in_3527_23 figure {
    margin: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_23 figcaption {
    margin-top: 5px;
    text-align: center; }
  #listify_stacks_in_3527_23 ul, #listify_stacks_in_3527_23 ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px; }
  #listify_stacks_in_3527_23 .w-list-unstyled {
    padding-left: 0;
    list-style: none; }
  #listify_stacks_in_3527_23 .w-embed:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_23 .w-embed:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_23 .w-video {
    width: 100%;
    position: relative;
    padding: 0; }
    #listify_stacks_in_3527_23 .w-video iframe, #listify_stacks_in_3527_23 .w-video object, #listify_stacks_in_3527_23 .w-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #listify_stacks_in_3527_23 fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  #listify_stacks_in_3527_23 button, #listify_stacks_in_3527_23 html input[type="button"], #listify_stacks_in_3527_23 input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button; }
  #listify_stacks_in_3527_23 .w-form {
    margin: 0 0 15px; }
  #listify_stacks_in_3527_23 .w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd; }
  #listify_stacks_in_3527_23 .w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede; }
  #listify_stacks_in_3527_23 label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
  #listify_stacks_in_3527_23 .w-input, #listify_stacks_in_3527_23 .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc; }
  #listify_stacks_in_3527_23 .w-input:-moz-placeholder, #listify_stacks_in_3527_23 .w-select:-moz-placeholder {
    color: #999; }
  #listify_stacks_in_3527_23 .w-input::-moz-placeholder, #listify_stacks_in_3527_23 .w-select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  #listify_stacks_in_3527_23 .w-input:-ms-input-placeholder, #listify_stacks_in_3527_23 .w-select:-ms-input-placeholder, #listify_stacks_in_3527_23 .w-input::-webkit-input-placeholder, #listify_stacks_in_3527_23 .w-select::-webkit-input-placeholder {
    color: #999; }
  #listify_stacks_in_3527_23 .w-input:focus, #listify_stacks_in_3527_23 .w-select:focus {
    border-color: #3898EC;
    outline: 0; }
  #listify_stacks_in_3527_23 .w-input[disabled], #listify_stacks_in_3527_23 .w-select[disabled], #listify_stacks_in_3527_23 .w-input[readonly], #listify_stacks_in_3527_23 .w-select[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_3527_23 fieldset[disabled] .w-input, #listify_stacks_in_3527_23 fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_3527_23 textarea.w-input, #listify_stacks_in_3527_23 textarea.w-select {
    height: auto; }
  #listify_stacks_in_3527_23 .w-select {
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f3f3));
    background-image: linear-gradient(white 0%, #f3f3f3 100%); }
    #listify_stacks_in_3527_23 .w-select[multiple] {
      height: auto; }
  #listify_stacks_in_3527_23 .w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px; }
  #listify_stacks_in_3527_23 .w-checkbox, #listify_stacks_in_3527_23 .w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px; }
  #listify_stacks_in_3527_23 .w-checkbox:before, #listify_stacks_in_3527_23 .w-radio:before, #listify_stacks_in_3527_23 .w-checkbox:after, #listify_stacks_in_3527_23 .w-radio:after {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_23 .w-checkbox:after, #listify_stacks_in_3527_23 .w-radio:after {
    clear: both; }
  #listify_stacks_in_3527_23 .w-checkbox-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px; }
  #listify_stacks_in_3527_23 .w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
    margin-top: 3px; }
  #listify_stacks_in_3527_23 .w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px; }
    #listify_stacks_in_3527_23 .w-container:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_23 .w-container:after {
      content: " ";
      display: table;
      clear: both; }
    #listify_stacks_in_3527_23 .w-container .w-row {
      margin-left: -10px;
      margin-right: -10px; }
  #listify_stacks_in_3527_23 .w-row:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_23 .w-row:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_23 .w-row .w-row {
    margin-left: 0;
    margin-right: 0; }
  #listify_stacks_in_3527_23 .w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    #listify_stacks_in_3527_23 .w-col .w-col {
      padding-left: 0;
      padding-right: 0; }
  #listify_stacks_in_3527_23 .w-col-1 {
    width: 8.33333333%; }
  #listify_stacks_in_3527_23 .w-col-2 {
    width: 16.66666667%; }
  #listify_stacks_in_3527_23 .w-col-3 {
    width: 25%; }
  #listify_stacks_in_3527_23 .w-col-4 {
    width: 33.33333333%; }
  #listify_stacks_in_3527_23 .w-col-5 {
    width: 41.66666667%; }
  #listify_stacks_in_3527_23 .w-col-6 {
    width: 50%; }
  #listify_stacks_in_3527_23 .w-col-7 {
    width: 58.33333333%; }
  #listify_stacks_in_3527_23 .w-col-8 {
    width: 66.66666667%; }
  #listify_stacks_in_3527_23 .w-col-9 {
    width: 75%; }
  #listify_stacks_in_3527_23 .w-col-10 {
    width: 83.33333333%; }
  #listify_stacks_in_3527_23 .w-col-11 {
    width: 91.66666667%; }
  #listify_stacks_in_3527_23 .w-col-12 {
    width: 100%; }
  #listify_stacks_in_3527_23 .w-hidden-main {
    display: none !important; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_23 .w-container {
      max-width: 728px; }
    #listify_stacks_in_3527_23 .w-hidden-main {
      display: inherit !important; }
    #listify_stacks_in_3527_23 .w-hidden-medium {
      display: none !important; }
    #listify_stacks_in_3527_23 .w-col-medium-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_23 .w-col-medium-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_23 .w-col-medium-3 {
      width: 25%; }
    #listify_stacks_in_3527_23 .w-col-medium-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_23 .w-col-medium-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_23 .w-col-medium-6 {
      width: 50%; }
    #listify_stacks_in_3527_23 .w-col-medium-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_23 .w-col-medium-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_23 .w-col-medium-9 {
      width: 75%; }
    #listify_stacks_in_3527_23 .w-col-medium-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_23 .w-col-medium-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_23 .w-col-medium-12 {
      width: 100%; }
    #listify_stacks_in_3527_23 .w-col-stack {
      width: 100%;
      left: auto;
      right: auto; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_23 .w-hidden-main, #listify_stacks_in_3527_23 .w-hidden-medium {
      display: inherit !important; }
    #listify_stacks_in_3527_23 .w-hidden-small {
      display: none !important; }
    #listify_stacks_in_3527_23 .w-row, #listify_stacks_in_3527_23 .w-container .w-row {
      margin-left: 0;
      margin-right: 0; }
    #listify_stacks_in_3527_23 .w-col {
      width: 100%;
      left: auto;
      right: auto; }
    #listify_stacks_in_3527_23 .w-col-small-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_23 .w-col-small-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_23 .w-col-small-3 {
      width: 25%; }
    #listify_stacks_in_3527_23 .w-col-small-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_23 .w-col-small-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_23 .w-col-small-6 {
      width: 50%; }
    #listify_stacks_in_3527_23 .w-col-small-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_23 .w-col-small-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_23 .w-col-small-9 {
      width: 75%; }
    #listify_stacks_in_3527_23 .w-col-small-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_23 .w-col-small-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_23 .w-col-small-12 {
      width: 100%; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_23 .w-container {
      max-width: none; }
    #listify_stacks_in_3527_23 .w-hidden-main, #listify_stacks_in_3527_23 .w-hidden-medium, #listify_stacks_in_3527_23 .w-hidden-small {
      display: inherit !important; }
    #listify_stacks_in_3527_23 .w-hidden-tiny {
      display: none !important; }
    #listify_stacks_in_3527_23 .w-col {
      width: 100%; }
    #listify_stacks_in_3527_23 .w-col-tiny-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_23 .w-col-tiny-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_23 .w-col-tiny-3 {
      width: 25%; }
    #listify_stacks_in_3527_23 .w-col-tiny-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_23 .w-col-tiny-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_23 .w-col-tiny-6 {
      width: 50%; }
    #listify_stacks_in_3527_23 .w-col-tiny-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_23 .w-col-tiny-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_23 .w-col-tiny-9 {
      width: 75%; }
    #listify_stacks_in_3527_23 .w-col-tiny-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_23 .w-col-tiny-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_23 .w-col-tiny-12 {
      width: 100%; } }
  #listify_stacks_in_3527_23 .w-widget {
    position: relative; }
  #listify_stacks_in_3527_23 .w-widget-map {
    width: 100%;
    height: 400px; }
    #listify_stacks_in_3527_23 .w-widget-map label {
      width: auto;
      display: inline; }
    #listify_stacks_in_3527_23 .w-widget-map img {
      max-width: inherit; }
    #listify_stacks_in_3527_23 .w-widget-map .gm-style-iw {
      width: 90% !important;
      height: auto !important;
      top: 7px !important;
      left: 6% !important;
      display: inline;
      text-align: center;
      overflow: hidden; }
      #listify_stacks_in_3527_23 .w-widget-map .gm-style-iw + div {
        display: none; }
  #listify_stacks_in_3527_23 .w-widget-twitter {
    overflow: hidden; }
  #listify_stacks_in_3527_23 .w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px; }
    #listify_stacks_in_3527_23 .w-widget-twitter-count-shim * {
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #listify_stacks_in_3527_23 .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
      position: relative;
      font-size: 15px;
      line-height: 12px;
      text-align: center;
      color: #999;
      font-family: serif; }
    #listify_stacks_in_3527_23 .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
      position: relative;
      display: block; }
    #listify_stacks_in_3527_23 .w-widget-twitter-count-shim.w--large {
      width: 36px;
      height: 28px;
      margin-left: 7px; }
      #listify_stacks_in_3527_23 .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 18px; }
    #listify_stacks_in_3527_23 .w-widget-twitter-count-shim:not(.w--vertical) {
      margin-left: 5px;
      margin-right: 8px; }
      #listify_stacks_in_3527_23 .w-widget-twitter-count-shim:not(.w--vertical).w--large {
        margin-left: 6px; }
      #listify_stacks_in_3527_23 .w-widget-twitter-count-shim:not(.w--vertical):before, #listify_stacks_in_3527_23 .w-widget-twitter-count-shim:not(.w--vertical):after {
        top: 50%;
        left: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_3527_23 .w-widget-twitter-count-shim:not(.w--vertical):before {
        border-color: rgba(117, 134, 150, 0);
        border-right-color: #5d6c7b;
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px; }
      #listify_stacks_in_3527_23 .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
        border-width: 5px;
        margin-left: -10px;
        margin-top: -5px; }
      #listify_stacks_in_3527_23 .w-widget-twitter-count-shim:not(.w--vertical):after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: white;
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px; }
      #listify_stacks_in_3527_23 .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
        border-width: 5px;
        margin-left: -9px;
        margin-top: -5px; }
    #listify_stacks_in_3527_23 .w-widget-twitter-count-shim.w--vertical {
      width: 61px;
      height: 33px;
      margin-bottom: 8px; }
      #listify_stacks_in_3527_23 .w-widget-twitter-count-shim.w--vertical:before, #listify_stacks_in_3527_23 .w-widget-twitter-count-shim.w--vertical:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_3527_23 .w-widget-twitter-count-shim.w--vertical:before {
        border-color: rgba(117, 134, 150, 0);
        border-top-color: #5d6c7b;
        border-width: 5px;
        margin-left: -5px; }
      #listify_stacks_in_3527_23 .w-widget-twitter-count-shim.w--vertical:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: white;
        border-width: 4px;
        margin-left: -4px; }
      #listify_stacks_in_3527_23 .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 22px; }
      #listify_stacks_in_3527_23 .w-widget-twitter-count-shim.w--vertical.w--large {
        width: 76px; }
  #listify_stacks_in_3527_23 .w-widget-gplus {
    overflow: hidden; }
  #listify_stacks_in_3527_23 .w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white; }
    #listify_stacks_in_3527_23 .w-background-video > video {
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      right: -100%;
      bottom: -100%;
      top: -100%;
      left: -100%;
      margin: auto;
      min-width: 100%;
      min-height: 100%;
      z-index: -100; }
  #listify_stacks_in_3527_23 .w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
  #listify_stacks_in_3527_23 .w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap; }
  #listify_stacks_in_3527_23 .w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left; }
  #listify_stacks_in_3527_23 .w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
    #listify_stacks_in_3527_23 .w-slider-nav.w-round > div {
      border-radius: 100%; }
    #listify_stacks_in_3527_23 .w-slider-nav.w-num > div {
      width: auto;
      height: auto;
      padding: 0.2em 0.5em;
      font-size: inherit;
      line-height: inherit; }
    #listify_stacks_in_3527_23 .w-slider-nav.w-shadow > div {
      -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
      box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }
  #listify_stacks_in_3527_23 .w-slider-nav-invert {
    color: #fff; }
    #listify_stacks_in_3527_23 .w-slider-nav-invert > div {
      background-color: rgba(34, 34, 34, 0.4); }
      #listify_stacks_in_3527_23 .w-slider-nav-invert > div.w-active {
        background-color: #222; }
  #listify_stacks_in_3527_23 .w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    -webkit-transition: background-color 100ms, color 100ms;
    transition: background-color 100ms, color 100ms; }
    #listify_stacks_in_3527_23 .w-slider-dot.w-active {
      background-color: #fff; }
  #listify_stacks_in_3527_23 .w-slider-arrow-left, #listify_stacks_in_3527_23 .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #listify_stacks_in_3527_23 .w-slider-arrow-left [class^="w-icon-"], #listify_stacks_in_3527_23 .w-slider-arrow-right [class^="w-icon-"], #listify_stacks_in_3527_23 .w-slider-arrow-left [class*=" w-icon-"], #listify_stacks_in_3527_23 .w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute; }
  #listify_stacks_in_3527_23 .w-slider-arrow-left {
    z-index: 3;
    right: auto; }
  #listify_stacks_in_3527_23 .w-slider-arrow-right {
    z-index: 4;
    left: auto; }
  #listify_stacks_in_3527_23 .w-icon-slider-left, #listify_stacks_in_3527_23 .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_3527_23 .w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900; }
  #listify_stacks_in_3527_23 .w-dropdown-btn, #listify_stacks_in_3527_23 .w-dropdown-toggle, #listify_stacks_in_3527_23 .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap; }
  #listify_stacks_in_3527_23 .w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px; }
    #listify_stacks_in_3527_23 .w-dropdown-toggle:focus {
      outline: 0; }
  #listify_stacks_in_3527_23 .w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_3527_23 .w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%; }
    #listify_stacks_in_3527_23 .w-dropdown-list.w--open {
      display: block; }
  #listify_stacks_in_3527_23 .w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222; }
    #listify_stacks_in_3527_23 .w-dropdown-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_3527_23 .w-nav[data-collapse="all"] .w-dropdown, #listify_stacks_in_3527_23 .w-nav[data-collapse="all"] .w-dropdown-toggle {
    display: block; }
  #listify_stacks_in_3527_23 .w-nav[data-collapse="all"] .w-dropdown-list {
    position: static; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_23 .w-nav[data-collapse="medium"] .w-dropdown, #listify_stacks_in_3527_23 .w-nav[data-collapse="medium"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_23 .w-nav[data-collapse="medium"] .w-dropdown-list {
      position: static; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_23 .w-nav[data-collapse="small"] .w-dropdown, #listify_stacks_in_3527_23 .w-nav[data-collapse="small"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_23 .w-nav[data-collapse="small"] .w-dropdown-list {
      position: static; }
    #listify_stacks_in_3527_23 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_23 .w-nav[data-collapse="tiny"] .w-dropdown, #listify_stacks_in_3527_23 .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_23 .w-nav[data-collapse="tiny"] .w-dropdown-list {
      position: static; } }
  #listify_stacks_in_3527_23 .w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
    /* 2 */
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_3527_23 .w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_3527_23 .w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden; }
  #listify_stacks_in_3527_23 .w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0; }
    #listify_stacks_in_3527_23 .w-lightbox-view:before {
      content: "";
      height: 100vh; }
  #listify_stacks_in_3527_23 .w-lightbox-group {
    height: 86vh; }
    #listify_stacks_in_3527_23 .w-lightbox-group .w-lightbox-view {
      height: 86vh; }
      #listify_stacks_in_3527_23 .w-lightbox-group .w-lightbox-view:before {
        height: 86vh; }
  #listify_stacks_in_3527_23 .w-lightbox-frame, #listify_stacks_in_3527_23 .w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle; }
  #listify_stacks_in_3527_23 .w-lightbox-figure {
    position: relative;
    margin: 0;
    /* 1 */ }
  #listify_stacks_in_3527_23 .w-lightbox-group .w-lightbox-figure {
    cursor: pointer; }
  #listify_stacks_in_3527_23 .w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none; }
  #listify_stacks_in_3527_23 .w-lightbox-image {
    display: block;
    float: none;
    /* 1 */
    max-width: 100vw;
    max-height: 100vh; }
  #listify_stacks_in_3527_23 .w-lightbox-group .w-lightbox-image {
    max-height: 86vh; }
  #listify_stacks_in_3527_23 .w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  #listify_stacks_in_3527_23 .w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #listify_stacks_in_3527_23 .w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
  #listify_stacks_in_3527_23 .w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }
  #listify_stacks_in_3527_23 .w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }
  #listify_stacks_in_3527_23 .w-lightbox-close {
    right: 0;
    height: 2.6em;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px; }
  #listify_stacks_in_3527_23 .w-lightbox-strip {
    padding: 0 1vh;
    line-height: 0;
    /* 1 */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden; }
  #listify_stacks_in_3527_23 .w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    /* 2 */ }
  #listify_stacks_in_3527_23 .w-lightbox-active {
    opacity: .3; }
  #listify_stacks_in_3527_23 .w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden; }
  #listify_stacks_in_3527_23 .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0; }
  #listify_stacks_in_3527_23 .w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  #listify_stacks_in_3527_23 .w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #listify_stacks_in_3527_23 .w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear; }
    #listify_stacks_in_3527_23 .w-lightbox-spinner:after {
      content: "";
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border: 3px solid transparent;
      border-bottom-color: #fff;
      border-radius: 50%; }
  #listify_stacks_in_3527_23 .w-lightbox-hide {
    display: none; }
  #listify_stacks_in_3527_23 .w-lightbox-noscroll {
    overflow: hidden; }
  @media (min-width: 768px) {
    #listify_stacks_in_3527_23 {
      /* .w-lightbox-content */ }
      #listify_stacks_in_3527_23 .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh; }
      #listify_stacks_in_3527_23 .w-lightbox-view {
        height: 96vh; }
        #listify_stacks_in_3527_23 .w-lightbox-view:before {
          height: 96vh; }
      #listify_stacks_in_3527_23 .w-lightbox-group {
        height: 84vh; }
        #listify_stacks_in_3527_23 .w-lightbox-group .w-lightbox-view {
          height: 84vh; }
          #listify_stacks_in_3527_23 .w-lightbox-group .w-lightbox-view:before {
            height: 84vh; }
      #listify_stacks_in_3527_23 .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh; }
      #listify_stacks_in_3527_23 .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh; }
      #listify_stacks_in_3527_23 .w-lightbox-left, #listify_stacks_in_3527_23 .w-lightbox-right {
        display: block;
        opacity: .5; }
      #listify_stacks_in_3527_23 .w-lightbox-close {
        opacity: .8; }
      #listify_stacks_in_3527_23 .w-lightbox-control:hover {
        opacity: 1; } }
  #listify_stacks_in_3527_23 .w-lightbox-inactive {
    opacity: 0; }
    #listify_stacks_in_3527_23 .w-lightbox-inactive:hover {
      opacity: 0; }
  #listify_stacks_in_3527_23 .w-richtext:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_23 .w-richtext:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_23 .w-richtext ol, #listify_stacks_in_3527_23 .w-richtext ul {
    overflow: hidden; }
  #listify_stacks_in_3527_23 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before, #listify_stacks_in_3527_23 .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before, #listify_stacks_in_3527_23 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, #listify_stacks_in_3527_23 .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7; }
  #listify_stacks_in_3527_23 .w-richtext figure {
    position: relative;
    max-width: 60%; }
    #listify_stacks_in_3527_23 .w-richtext figure.w-richtext-figure-type-video > div:before, #listify_stacks_in_3527_23 .w-richtext figure[data-rt-type="video"] > div:before {
      content: '';
      position: absolute;
      display: none;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    #listify_stacks_in_3527_23 .w-richtext figure > div:before {
      cursor: default !important; }
    #listify_stacks_in_3527_23 .w-richtext figure img {
      cursor: default !important;
      width: 100%; }
    #listify_stacks_in_3527_23 .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
      opacity: 0.6; }
    #listify_stacks_in_3527_23 .w-richtext figure div {
      /* fix incorrectly sized selection border in the data manager */
      font-size: 0px;
      color: transparent; }
    #listify_stacks_in_3527_23 .w-richtext figure.w-richtext-figure-type-image, #listify_stacks_in_3527_23 .w-richtext figure[data-rt-type="image"] {
      display: table; }
    #listify_stacks_in_3527_23 .w-richtext figure.w-richtext-figure-type-image > div, #listify_stacks_in_3527_23 .w-richtext figure[data-rt-type="image"] > div {
      display: inline-block; }
    #listify_stacks_in_3527_23 .w-richtext figure.w-richtext-figure-type-image > figcaption, #listify_stacks_in_3527_23 .w-richtext figure[data-rt-type="image"] > figcaption {
      display: table-caption;
      caption-side: bottom; }
    #listify_stacks_in_3527_23 .w-richtext figure.w-richtext-figure-type-video, #listify_stacks_in_3527_23 .w-richtext figure[data-rt-type="video"] {
      width: 60%;
      height: 0; }
    #listify_stacks_in_3527_23 .w-richtext figure.w-richtext-figure-type-video iframe, #listify_stacks_in_3527_23 .w-richtext figure[data-rt-type="video"] iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #listify_stacks_in_3527_23 .w-richtext figure.w-richtext-figure-type-video > div, #listify_stacks_in_3527_23 .w-richtext figure[data-rt-type="video"] > div {
      width: 100%; }
    #listify_stacks_in_3527_23 .w-richtext figure.w-richtext-align-center {
      margin-right: auto;
      margin-left: auto;
      clear: both; }
      #listify_stacks_in_3527_23 .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, #listify_stacks_in_3527_23 .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
        max-width: 100%; }
    #listify_stacks_in_3527_23 .w-richtext figure.w-richtext-align-normal {
      clear: both; }
    #listify_stacks_in_3527_23 .w-richtext figure.w-richtext-align-fullwidth {
      width: 100%;
      max-width: 100%;
      text-align: center;
      clear: both;
      display: block;
      margin-right: auto;
      margin-left: auto; }
      #listify_stacks_in_3527_23 .w-richtext figure.w-richtext-align-fullwidth > div {
        display: inline-block;
        /* padding-bottom is used for aspect ratios in video figures
           *  we want the div to inherit that so hover/selection borders in the designer-canvas
           *  fit right */
        padding-bottom: inherit; }
      #listify_stacks_in_3527_23 .w-richtext figure.w-richtext-align-fullwidth > figcaption {
        display: block; }
    #listify_stacks_in_3527_23 .w-richtext figure.w-richtext-align-floatleft {
      float: left;
      margin-right: 15px;
      clear: none; }
    #listify_stacks_in_3527_23 .w-richtext figure.w-richtext-align-floatright {
      float: right;
      margin-left: 15px;
      clear: none; }
  #listify_stacks_in_3527_23 .w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000; }
    #listify_stacks_in_3527_23 .w-nav:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_23 .w-nav:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_3527_23 .w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333; }
  #listify_stacks_in_3527_23 .w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto; }
    #listify_stacks_in_3527_23 .w-nav-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_3527_23 .w-nav-menu {
    position: relative;
    float: right; }
  #listify_stacks_in_3527_23 .w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px; }
  #listify_stacks_in_3527_23 .w--nav-link-open {
    display: block;
    position: relative; }
  #listify_stacks_in_3527_23 .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%; }
    #listify_stacks_in_3527_23 .w-nav-overlay .w--nav-menu-open {
      top: 0; }
  #listify_stacks_in_3527_23 .w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_23 .w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_23 .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_23 .w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_23 .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #listify_stacks_in_3527_23 .w-nav-button.w--open {
      background-color: #C8C8C8;
      color: white; }
  #listify_stacks_in_3527_23 .w-nav[data-collapse="all"] .w-nav-menu {
    display: none; }
  #listify_stacks_in_3527_23 .w-nav[data-collapse="all"] .w-nav-button {
    display: block; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_23 .w-nav[data-collapse="medium"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_23 .w-nav[data-collapse="medium"] .w-nav-button {
      display: block; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_23 .w-nav[data-collapse="small"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_23 .w-nav[data-collapse="small"] .w-nav-button {
      display: block; }
    #listify_stacks_in_3527_23 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_23 .w-nav[data-collapse="tiny"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_23 .w-nav[data-collapse="tiny"] .w-nav-button {
      display: block; } }
  #listify_stacks_in_3527_23 .w-tabs {
    position: relative; }
    #listify_stacks_in_3527_23 .w-tabs:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_23 .w-tabs:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_3527_23 .w-tab-menu {
    position: relative; }
  #listify_stacks_in_3527_23 .w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd; }
    #listify_stacks_in_3527_23 .w-tab-link.w--current {
      background-color: #C8C8C8; }
  #listify_stacks_in_3527_23 .w-tab-content {
    position: relative;
    display: block;
    overflow: hidden; }
  #listify_stacks_in_3527_23 .w-tab-pane {
    position: relative;
    display: none; }
  #listify_stacks_in_3527_23 .w--tab-active {
    display: block; }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_23 .w-tab-link {
      display: block; } }
  #listify_stacks_in_3527_23 .w-ix-emptyfix:after {
    content: ""; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  #listify_stacks_in_3527_23 .w-dyn-empty {
    padding: 10px;
    background-color: #dddddd; }
  #listify_stacks_in_3527_23 .w-dyn-bind-empty, #listify_stacks_in_3527_23 .w-condition-invisible {
    display: none !important; }

.list-container {
  margin-top: 0px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; }

.section {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 0px;
  position: absolute;
  padding-bottom: 0px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox; }
  .section.main {
    display: none; }

.container {
  -ms-grid-row-align: center;
      align-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center; }

#listify_stacks_in_3527_23 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*  */
  width: 100%;
  /*  */
  /*  */ }
  #listify_stacks_in_3527_23 .list {
    overflow: hidden;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1.00);
    /*  */
    /*  */ }
  #listify_stacks_in_3527_23 .list-item {
    list-style-type: none;
    margin-bottom: 5px; }
    #listify_stacks_in_3527_23 .list-item ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_23 .list-item ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_23 .list-item ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_23 .list-item ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_23 .list-item ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_23 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_23 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_23 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_23 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_23 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_23 .list-item a {
      cursor: pointer;
      text-decoration: none; }
  #listify_stacks_in_3527_23 .list-item-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0px auto 0px auto;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_3527_23 .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_3527_23 .list-item-icon.hide-icon {
      display: none; }
  #listify_stacks_in_3527_23 .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listify_stacks_in_3527_23 .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-row-align: center;
        align-self: center;
    word-wrap: break-word;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px;
    line-height: 20px;
    font-family: inherit;
    /*  */
    font-family: "Lucida Grande, Arial, sans-serif";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_3527_23 .list-item-text.hide-text {
      display: none; }

/*  */
/*  */
#listify_stacks_in_3527_23 .list-item-inner {
  margin: 10px 10px 10px 10px; }

@media only screen and (max-width: 440px) {
  #listify_stacks_in_3527_23.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listify_stacks_in_3527_23.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listify_stacks_in_3527_23.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_24.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_24.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_24.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_24.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_24.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 8px 8px 8px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_24.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: block !important;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_24.list-item .list-item-inner .list-item-icon i {
    color: rgba(255, 255, 255, 1.00);
    font-size: 80px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_24.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(0, 0, 0, 1.00);
    font-size: 16px;
    line-height: 22px;
    font-family: inherit;
    /*  */
    display: none;
    /*  */
    /*  */
    /*  */
    /*  */
    font-family: "Roboto";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_24.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_24.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_24.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_24.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_26.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_26.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_26.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_26.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_26.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 8px 8px 0px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_26.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: none;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_26.list-item .list-item-inner .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_26.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 26px;
    line-height: 32px;
    font-family: inherit;
    /*  */
    display: block !important;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    font-family: "Raleway";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_26.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_26.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_26.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_26.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_28.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_28.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_28.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_28.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_28.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 0px 8px 8px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_28.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: none;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_28.list-item .list-item-inner .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_28.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
    line-height: 18px;
    font-family: inherit;
    /*  */
    display: block !important;
    /*  */
    /*  */
    font-family: "Lucida Grande, Arial, sans-serif";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_28.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_28.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_28.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_28.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_30.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_30.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_30.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_30.hide-d {
    display: none; } }

/*  */
#listifyContainer_stacks_in_3527_66 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  box-sizing: border-box;
  padding: 0px 0px 0px 0px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyContainer_stacks_in_3527_66 [id*="listify"] {
    /*  */
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    /*  */
    /*  */
    /*  */ }

/*  */
/*  */
/*  */
@media (max-width: 767px) {
  #listifyContainer_stacks_in_3527_66 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #listifyContainer_stacks_in_3527_66 [id*="listify"] {
      width: 100% !important;
      min-width: auto !important;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyContainer_stacks_in_3527_66.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyContainer_stacks_in_3527_66.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyContainer_stacks_in_3527_66.hide-d {
    display: none; } }

/*  */
/*  */
/*
1.3.0.2
- add ability to use manually imported icon font (item stack)
- updated woff2 file, old file was causing odd display bugs
*/
@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(listify-files/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(listify-files/MaterialIcons-2021.woff2) format('woff2'),
    url(listify-files/MaterialIcons-Regular.woff) format('woff'),
    url(listify-files/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

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

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

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

#listify_stacks_in_3527_67 {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. */
  /**
 * Remove default margin. */
  /* HTML5 display definitions
 * ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11. */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
  /* Links
 * ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10. */
  /**
 * Improve readability of focused elements when they are also in an
 * active/hover state. */
  /* Text-level semantics
 * ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in Safari and Chrome. */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in IE 8/9. */
  /**
 * Address inconsistent and variable font size in all browsers. */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
  /* Embedded content
 * ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10. */
  /**
 * Correct overflow not hidden in IE 9/10/11. */
  /* Grouping content
 * ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari. */
  /**
 * Address differences between Firefox and other browsers. */
  /**
 * Contain overflow in all browsers. */
  /**
 * Address odd `em`-unit font size rendering in all browsers. */
  /* Forms
 * ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11. */
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector */
  /**
 * Re-set default cursor for disabled elements. */
  /**
 * Remove inner padding and border in Firefox 4+. */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10. */
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */
  /**
 * Define consistent border, margin, and padding. */
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11. */
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
  /* Tables
 * ========================================================================== */
  /**
 * Remove most spacing between table cells. */
  /**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`. */
  /**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox. */
  /**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll. */
  /* .w-lightbox-content */
  /*
 * 1. Remove default margin set by user-agent on the <figure> element. */
  /**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling. */
  /**
 * 1. Reset if style is set by user on "All Images" */
  /*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer) */
  /**
 * 1. All IE versions add extra space at the bottom without this. */
  /*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior. */
  /*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track. */
  /*
 * Utility classes */ }
  #listify_stacks_in_3527_67 html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  #listify_stacks_in_3527_67 body {
    margin: 0; }
  #listify_stacks_in_3527_67 article, #listify_stacks_in_3527_67 aside, #listify_stacks_in_3527_67 details, #listify_stacks_in_3527_67 figcaption, #listify_stacks_in_3527_67 figure, #listify_stacks_in_3527_67 footer, #listify_stacks_in_3527_67 header, #listify_stacks_in_3527_67 hgroup, #listify_stacks_in_3527_67 main, #listify_stacks_in_3527_67 menu, #listify_stacks_in_3527_67 nav, #listify_stacks_in_3527_67 section, #listify_stacks_in_3527_67 summary {
    display: block; }
  #listify_stacks_in_3527_67 audio, #listify_stacks_in_3527_67 canvas, #listify_stacks_in_3527_67 progress, #listify_stacks_in_3527_67 video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  #listify_stacks_in_3527_67 audio:not([controls]) {
    display: none;
    height: 0; }
  #listify_stacks_in_3527_67 [hidden], #listify_stacks_in_3527_67 template {
    display: none; }
  #listify_stacks_in_3527_67 a {
    background-color: transparent; }
    #listify_stacks_in_3527_67 a:active, #listify_stacks_in_3527_67 a:hover {
      outline: 0; }
  #listify_stacks_in_3527_67 abbr[title] {
    border-bottom: 1px dotted; }
  #listify_stacks_in_3527_67 b, #listify_stacks_in_3527_67 strong {
    font-weight: bold; }
  #listify_stacks_in_3527_67 dfn {
    font-style: italic; }
  #listify_stacks_in_3527_67 h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  #listify_stacks_in_3527_67 mark {
    background: #ff0;
    color: #000; }
  #listify_stacks_in_3527_67 small {
    font-size: 80%; }
  #listify_stacks_in_3527_67 sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #listify_stacks_in_3527_67 sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em; }
  #listify_stacks_in_3527_67 sub {
    bottom: -0.25em; }
  #listify_stacks_in_3527_67 img {
    border: 0; }
  #listify_stacks_in_3527_67 svg:not(:root) {
    overflow: hidden; }
  #listify_stacks_in_3527_67 figure {
    margin: 1em 40px; }
  #listify_stacks_in_3527_67 hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  #listify_stacks_in_3527_67 pre {
    overflow: auto; }
  #listify_stacks_in_3527_67 code, #listify_stacks_in_3527_67 kbd, #listify_stacks_in_3527_67 pre, #listify_stacks_in_3527_67 samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  #listify_stacks_in_3527_67 button, #listify_stacks_in_3527_67 input, #listify_stacks_in_3527_67 optgroup, #listify_stacks_in_3527_67 select, #listify_stacks_in_3527_67 textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  #listify_stacks_in_3527_67 button {
    overflow: visible;
    text-transform: none; }
  #listify_stacks_in_3527_67 select {
    text-transform: none; }
  #listify_stacks_in_3527_67 button, #listify_stacks_in_3527_67 html input[type="button"], #listify_stacks_in_3527_67 input[type="reset"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  #listify_stacks_in_3527_67 button[disabled], #listify_stacks_in_3527_67 html input[disabled] {
    cursor: default; }
  #listify_stacks_in_3527_67 button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  #listify_stacks_in_3527_67 input {
    line-height: normal; }
    #listify_stacks_in_3527_67 input::-moz-focus-inner {
      border: 0;
      padding: 0; }
    #listify_stacks_in_3527_67 input[type="checkbox"], #listify_stacks_in_3527_67 input[type="radio"] {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /* 1 */
      padding: 0;
      /* 2 */ }
    #listify_stacks_in_3527_67 input[type="number"]::-webkit-inner-spin-button, #listify_stacks_in_3527_67 input[type="number"]::-webkit-outer-spin-button {
      height: auto; }
    #listify_stacks_in_3527_67 input[type="search"] {
      -webkit-appearance: textfield;
      /* 1 */
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      /* 2 */ }
      #listify_stacks_in_3527_67 input[type="search"]::-webkit-search-cancel-button, #listify_stacks_in_3527_67 input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none; }
  #listify_stacks_in_3527_67 fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  #listify_stacks_in_3527_67 legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #listify_stacks_in_3527_67 textarea {
    overflow: auto; }
  #listify_stacks_in_3527_67 optgroup {
    font-weight: bold; }
  #listify_stacks_in_3527_67 table {
    border-collapse: collapse;
    border-spacing: 0; }
  #listify_stacks_in_3527_67 td, #listify_stacks_in_3527_67 th {
    padding: 0; }

@font-face {
  #listify_stacks_in_3527_67 {
    font-family: 'webflow-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
    font-weight: normal;
    font-style: normal; } }
  #listify_stacks_in_3527_67 [class^="w-icon-"], #listify_stacks_in_3527_67 [class*=" w-icon-"] {
    font-family: 'webflow-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #listify_stacks_in_3527_67 .w-icon-slider-right:before {
    content: "\e600"; }
  #listify_stacks_in_3527_67 .w-icon-slider-left:before {
    content: "\e601"; }
  #listify_stacks_in_3527_67 .w-icon-nav-menu:before {
    content: "\e602"; }
  #listify_stacks_in_3527_67 .w-icon-arrow-down:before, #listify_stacks_in_3527_67 .w-icon-dropdown-toggle:before {
    content: "\e603"; }
  #listify_stacks_in_3527_67 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #listify_stacks_in_3527_67 html {
    height: 100%; }
  #listify_stacks_in_3527_67 body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333; }
  #listify_stacks_in_3527_67 img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block; }
  #listify_stacks_in_3527_67 html.w-mod-touch * {
    background-attachment: scroll !important; }
  #listify_stacks_in_3527_67 .w-block {
    display: block; }
  #listify_stacks_in_3527_67 .w-inline-block {
    max-width: 100%;
    display: inline-block; }
  #listify_stacks_in_3527_67 .w-clearfix:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_67 .w-clearfix:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_67 .w-preserve-3d {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  #listify_stacks_in_3527_67 .w-hidden {
    display: none; }
  #listify_stacks_in_3527_67 .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0; }
  #listify_stacks_in_3527_67 input.w-button {
    -webkit-appearance: button; }
  #listify_stacks_in_3527_67 html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important; }
  #listify_stacks_in_3527_67 .w-webflow-badge {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1.0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #AAADB0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1.0 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1); }
    #listify_stacks_in_3527_67 .w-webflow-badge * {
      position: static;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      z-index: auto;
      display: block;
      visibility: visible;
      overflow: visible;
      overflow-x: visible;
      overflow-y: visible;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: auto;
      height: auto;
      max-height: none;
      max-width: none;
      min-height: 0;
      min-width: 0;
      margin: 0;
      padding: 0;
      float: none;
      clear: none;
      border: 0 none transparent;
      border-radius: 0;
      background: none;
      background-image: none;
      background-position: 0% 0%;
      background-size: auto auto;
      background-repeat: repeat;
      background-origin: padding-box;
      background-clip: border-box;
      background-attachment: scroll;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      opacity: 1.0;
      -webkit-transform: none;
              transform: none;
      -webkit-transition: none;
      transition: none;
      direction: ltr;
      font-family: inherit;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-style: inherit;
      font-variant: inherit;
      text-align: inherit;
      letter-spacing: inherit;
      text-decoration: inherit;
      text-indent: 0;
      text-transform: inherit;
      list-style-type: disc;
      text-shadow: none;
      font-smoothing: auto;
      vertical-align: baseline;
      cursor: inherit;
      white-space: inherit;
      word-break: normal;
      word-spacing: normal;
      word-wrap: normal; }
    #listify_stacks_in_3527_67 .w-webflow-badge > img {
      display: inline-block !important;
      visibility: visible !important;
      opacity: 1 !important;
      vertical-align: middle !important; }
  #listify_stacks_in_3527_67 h1, #listify_stacks_in_3527_67 h2, #listify_stacks_in_3527_67 h3, #listify_stacks_in_3527_67 h4, #listify_stacks_in_3527_67 h5, #listify_stacks_in_3527_67 h6 {
    font-weight: bold;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_67 h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px; }
  #listify_stacks_in_3527_67 h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px; }
  #listify_stacks_in_3527_67 h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px; }
  #listify_stacks_in_3527_67 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px; }
  #listify_stacks_in_3527_67 h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px; }
  #listify_stacks_in_3527_67 h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px; }
  #listify_stacks_in_3527_67 p {
    margin-top: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_67 a:focus {
    outline: 0; }
  #listify_stacks_in_3527_67 blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px; }
  #listify_stacks_in_3527_67 figure {
    margin: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_67 figcaption {
    margin-top: 5px;
    text-align: center; }
  #listify_stacks_in_3527_67 ul, #listify_stacks_in_3527_67 ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px; }
  #listify_stacks_in_3527_67 .w-list-unstyled {
    padding-left: 0;
    list-style: none; }
  #listify_stacks_in_3527_67 .w-embed:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_67 .w-embed:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_67 .w-video {
    width: 100%;
    position: relative;
    padding: 0; }
    #listify_stacks_in_3527_67 .w-video iframe, #listify_stacks_in_3527_67 .w-video object, #listify_stacks_in_3527_67 .w-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #listify_stacks_in_3527_67 fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  #listify_stacks_in_3527_67 button, #listify_stacks_in_3527_67 html input[type="button"], #listify_stacks_in_3527_67 input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button; }
  #listify_stacks_in_3527_67 .w-form {
    margin: 0 0 15px; }
  #listify_stacks_in_3527_67 .w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd; }
  #listify_stacks_in_3527_67 .w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede; }
  #listify_stacks_in_3527_67 label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
  #listify_stacks_in_3527_67 .w-input, #listify_stacks_in_3527_67 .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc; }
  #listify_stacks_in_3527_67 .w-input:-moz-placeholder, #listify_stacks_in_3527_67 .w-select:-moz-placeholder {
    color: #999; }
  #listify_stacks_in_3527_67 .w-input::-moz-placeholder, #listify_stacks_in_3527_67 .w-select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  #listify_stacks_in_3527_67 .w-input:-ms-input-placeholder, #listify_stacks_in_3527_67 .w-select:-ms-input-placeholder, #listify_stacks_in_3527_67 .w-input::-webkit-input-placeholder, #listify_stacks_in_3527_67 .w-select::-webkit-input-placeholder {
    color: #999; }
  #listify_stacks_in_3527_67 .w-input:focus, #listify_stacks_in_3527_67 .w-select:focus {
    border-color: #3898EC;
    outline: 0; }
  #listify_stacks_in_3527_67 .w-input[disabled], #listify_stacks_in_3527_67 .w-select[disabled], #listify_stacks_in_3527_67 .w-input[readonly], #listify_stacks_in_3527_67 .w-select[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_3527_67 fieldset[disabled] .w-input, #listify_stacks_in_3527_67 fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_3527_67 textarea.w-input, #listify_stacks_in_3527_67 textarea.w-select {
    height: auto; }
  #listify_stacks_in_3527_67 .w-select {
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f3f3));
    background-image: linear-gradient(white 0%, #f3f3f3 100%); }
    #listify_stacks_in_3527_67 .w-select[multiple] {
      height: auto; }
  #listify_stacks_in_3527_67 .w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px; }
  #listify_stacks_in_3527_67 .w-checkbox, #listify_stacks_in_3527_67 .w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px; }
  #listify_stacks_in_3527_67 .w-checkbox:before, #listify_stacks_in_3527_67 .w-radio:before, #listify_stacks_in_3527_67 .w-checkbox:after, #listify_stacks_in_3527_67 .w-radio:after {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_67 .w-checkbox:after, #listify_stacks_in_3527_67 .w-radio:after {
    clear: both; }
  #listify_stacks_in_3527_67 .w-checkbox-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px; }
  #listify_stacks_in_3527_67 .w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
    margin-top: 3px; }
  #listify_stacks_in_3527_67 .w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px; }
    #listify_stacks_in_3527_67 .w-container:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_67 .w-container:after {
      content: " ";
      display: table;
      clear: both; }
    #listify_stacks_in_3527_67 .w-container .w-row {
      margin-left: -10px;
      margin-right: -10px; }
  #listify_stacks_in_3527_67 .w-row:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_67 .w-row:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_67 .w-row .w-row {
    margin-left: 0;
    margin-right: 0; }
  #listify_stacks_in_3527_67 .w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    #listify_stacks_in_3527_67 .w-col .w-col {
      padding-left: 0;
      padding-right: 0; }
  #listify_stacks_in_3527_67 .w-col-1 {
    width: 8.33333333%; }
  #listify_stacks_in_3527_67 .w-col-2 {
    width: 16.66666667%; }
  #listify_stacks_in_3527_67 .w-col-3 {
    width: 25%; }
  #listify_stacks_in_3527_67 .w-col-4 {
    width: 33.33333333%; }
  #listify_stacks_in_3527_67 .w-col-5 {
    width: 41.66666667%; }
  #listify_stacks_in_3527_67 .w-col-6 {
    width: 50%; }
  #listify_stacks_in_3527_67 .w-col-7 {
    width: 58.33333333%; }
  #listify_stacks_in_3527_67 .w-col-8 {
    width: 66.66666667%; }
  #listify_stacks_in_3527_67 .w-col-9 {
    width: 75%; }
  #listify_stacks_in_3527_67 .w-col-10 {
    width: 83.33333333%; }
  #listify_stacks_in_3527_67 .w-col-11 {
    width: 91.66666667%; }
  #listify_stacks_in_3527_67 .w-col-12 {
    width: 100%; }
  #listify_stacks_in_3527_67 .w-hidden-main {
    display: none !important; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_67 .w-container {
      max-width: 728px; }
    #listify_stacks_in_3527_67 .w-hidden-main {
      display: inherit !important; }
    #listify_stacks_in_3527_67 .w-hidden-medium {
      display: none !important; }
    #listify_stacks_in_3527_67 .w-col-medium-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_67 .w-col-medium-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_67 .w-col-medium-3 {
      width: 25%; }
    #listify_stacks_in_3527_67 .w-col-medium-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_67 .w-col-medium-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_67 .w-col-medium-6 {
      width: 50%; }
    #listify_stacks_in_3527_67 .w-col-medium-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_67 .w-col-medium-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_67 .w-col-medium-9 {
      width: 75%; }
    #listify_stacks_in_3527_67 .w-col-medium-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_67 .w-col-medium-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_67 .w-col-medium-12 {
      width: 100%; }
    #listify_stacks_in_3527_67 .w-col-stack {
      width: 100%;
      left: auto;
      right: auto; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_67 .w-hidden-main, #listify_stacks_in_3527_67 .w-hidden-medium {
      display: inherit !important; }
    #listify_stacks_in_3527_67 .w-hidden-small {
      display: none !important; }
    #listify_stacks_in_3527_67 .w-row, #listify_stacks_in_3527_67 .w-container .w-row {
      margin-left: 0;
      margin-right: 0; }
    #listify_stacks_in_3527_67 .w-col {
      width: 100%;
      left: auto;
      right: auto; }
    #listify_stacks_in_3527_67 .w-col-small-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_67 .w-col-small-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_67 .w-col-small-3 {
      width: 25%; }
    #listify_stacks_in_3527_67 .w-col-small-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_67 .w-col-small-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_67 .w-col-small-6 {
      width: 50%; }
    #listify_stacks_in_3527_67 .w-col-small-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_67 .w-col-small-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_67 .w-col-small-9 {
      width: 75%; }
    #listify_stacks_in_3527_67 .w-col-small-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_67 .w-col-small-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_67 .w-col-small-12 {
      width: 100%; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_67 .w-container {
      max-width: none; }
    #listify_stacks_in_3527_67 .w-hidden-main, #listify_stacks_in_3527_67 .w-hidden-medium, #listify_stacks_in_3527_67 .w-hidden-small {
      display: inherit !important; }
    #listify_stacks_in_3527_67 .w-hidden-tiny {
      display: none !important; }
    #listify_stacks_in_3527_67 .w-col {
      width: 100%; }
    #listify_stacks_in_3527_67 .w-col-tiny-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_67 .w-col-tiny-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_67 .w-col-tiny-3 {
      width: 25%; }
    #listify_stacks_in_3527_67 .w-col-tiny-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_67 .w-col-tiny-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_67 .w-col-tiny-6 {
      width: 50%; }
    #listify_stacks_in_3527_67 .w-col-tiny-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_67 .w-col-tiny-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_67 .w-col-tiny-9 {
      width: 75%; }
    #listify_stacks_in_3527_67 .w-col-tiny-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_67 .w-col-tiny-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_67 .w-col-tiny-12 {
      width: 100%; } }
  #listify_stacks_in_3527_67 .w-widget {
    position: relative; }
  #listify_stacks_in_3527_67 .w-widget-map {
    width: 100%;
    height: 400px; }
    #listify_stacks_in_3527_67 .w-widget-map label {
      width: auto;
      display: inline; }
    #listify_stacks_in_3527_67 .w-widget-map img {
      max-width: inherit; }
    #listify_stacks_in_3527_67 .w-widget-map .gm-style-iw {
      width: 90% !important;
      height: auto !important;
      top: 7px !important;
      left: 6% !important;
      display: inline;
      text-align: center;
      overflow: hidden; }
      #listify_stacks_in_3527_67 .w-widget-map .gm-style-iw + div {
        display: none; }
  #listify_stacks_in_3527_67 .w-widget-twitter {
    overflow: hidden; }
  #listify_stacks_in_3527_67 .w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px; }
    #listify_stacks_in_3527_67 .w-widget-twitter-count-shim * {
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #listify_stacks_in_3527_67 .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
      position: relative;
      font-size: 15px;
      line-height: 12px;
      text-align: center;
      color: #999;
      font-family: serif; }
    #listify_stacks_in_3527_67 .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
      position: relative;
      display: block; }
    #listify_stacks_in_3527_67 .w-widget-twitter-count-shim.w--large {
      width: 36px;
      height: 28px;
      margin-left: 7px; }
      #listify_stacks_in_3527_67 .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 18px; }
    #listify_stacks_in_3527_67 .w-widget-twitter-count-shim:not(.w--vertical) {
      margin-left: 5px;
      margin-right: 8px; }
      #listify_stacks_in_3527_67 .w-widget-twitter-count-shim:not(.w--vertical).w--large {
        margin-left: 6px; }
      #listify_stacks_in_3527_67 .w-widget-twitter-count-shim:not(.w--vertical):before, #listify_stacks_in_3527_67 .w-widget-twitter-count-shim:not(.w--vertical):after {
        top: 50%;
        left: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_3527_67 .w-widget-twitter-count-shim:not(.w--vertical):before {
        border-color: rgba(117, 134, 150, 0);
        border-right-color: #5d6c7b;
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px; }
      #listify_stacks_in_3527_67 .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
        border-width: 5px;
        margin-left: -10px;
        margin-top: -5px; }
      #listify_stacks_in_3527_67 .w-widget-twitter-count-shim:not(.w--vertical):after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: white;
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px; }
      #listify_stacks_in_3527_67 .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
        border-width: 5px;
        margin-left: -9px;
        margin-top: -5px; }
    #listify_stacks_in_3527_67 .w-widget-twitter-count-shim.w--vertical {
      width: 61px;
      height: 33px;
      margin-bottom: 8px; }
      #listify_stacks_in_3527_67 .w-widget-twitter-count-shim.w--vertical:before, #listify_stacks_in_3527_67 .w-widget-twitter-count-shim.w--vertical:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_3527_67 .w-widget-twitter-count-shim.w--vertical:before {
        border-color: rgba(117, 134, 150, 0);
        border-top-color: #5d6c7b;
        border-width: 5px;
        margin-left: -5px; }
      #listify_stacks_in_3527_67 .w-widget-twitter-count-shim.w--vertical:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: white;
        border-width: 4px;
        margin-left: -4px; }
      #listify_stacks_in_3527_67 .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 22px; }
      #listify_stacks_in_3527_67 .w-widget-twitter-count-shim.w--vertical.w--large {
        width: 76px; }
  #listify_stacks_in_3527_67 .w-widget-gplus {
    overflow: hidden; }
  #listify_stacks_in_3527_67 .w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white; }
    #listify_stacks_in_3527_67 .w-background-video > video {
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      right: -100%;
      bottom: -100%;
      top: -100%;
      left: -100%;
      margin: auto;
      min-width: 100%;
      min-height: 100%;
      z-index: -100; }
  #listify_stacks_in_3527_67 .w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
  #listify_stacks_in_3527_67 .w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap; }
  #listify_stacks_in_3527_67 .w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left; }
  #listify_stacks_in_3527_67 .w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
    #listify_stacks_in_3527_67 .w-slider-nav.w-round > div {
      border-radius: 100%; }
    #listify_stacks_in_3527_67 .w-slider-nav.w-num > div {
      width: auto;
      height: auto;
      padding: 0.2em 0.5em;
      font-size: inherit;
      line-height: inherit; }
    #listify_stacks_in_3527_67 .w-slider-nav.w-shadow > div {
      -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
      box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }
  #listify_stacks_in_3527_67 .w-slider-nav-invert {
    color: #fff; }
    #listify_stacks_in_3527_67 .w-slider-nav-invert > div {
      background-color: rgba(34, 34, 34, 0.4); }
      #listify_stacks_in_3527_67 .w-slider-nav-invert > div.w-active {
        background-color: #222; }
  #listify_stacks_in_3527_67 .w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    -webkit-transition: background-color 100ms, color 100ms;
    transition: background-color 100ms, color 100ms; }
    #listify_stacks_in_3527_67 .w-slider-dot.w-active {
      background-color: #fff; }
  #listify_stacks_in_3527_67 .w-slider-arrow-left, #listify_stacks_in_3527_67 .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #listify_stacks_in_3527_67 .w-slider-arrow-left [class^="w-icon-"], #listify_stacks_in_3527_67 .w-slider-arrow-right [class^="w-icon-"], #listify_stacks_in_3527_67 .w-slider-arrow-left [class*=" w-icon-"], #listify_stacks_in_3527_67 .w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute; }
  #listify_stacks_in_3527_67 .w-slider-arrow-left {
    z-index: 3;
    right: auto; }
  #listify_stacks_in_3527_67 .w-slider-arrow-right {
    z-index: 4;
    left: auto; }
  #listify_stacks_in_3527_67 .w-icon-slider-left, #listify_stacks_in_3527_67 .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_3527_67 .w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900; }
  #listify_stacks_in_3527_67 .w-dropdown-btn, #listify_stacks_in_3527_67 .w-dropdown-toggle, #listify_stacks_in_3527_67 .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap; }
  #listify_stacks_in_3527_67 .w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px; }
    #listify_stacks_in_3527_67 .w-dropdown-toggle:focus {
      outline: 0; }
  #listify_stacks_in_3527_67 .w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_3527_67 .w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%; }
    #listify_stacks_in_3527_67 .w-dropdown-list.w--open {
      display: block; }
  #listify_stacks_in_3527_67 .w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222; }
    #listify_stacks_in_3527_67 .w-dropdown-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_3527_67 .w-nav[data-collapse="all"] .w-dropdown, #listify_stacks_in_3527_67 .w-nav[data-collapse="all"] .w-dropdown-toggle {
    display: block; }
  #listify_stacks_in_3527_67 .w-nav[data-collapse="all"] .w-dropdown-list {
    position: static; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_67 .w-nav[data-collapse="medium"] .w-dropdown, #listify_stacks_in_3527_67 .w-nav[data-collapse="medium"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_67 .w-nav[data-collapse="medium"] .w-dropdown-list {
      position: static; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_67 .w-nav[data-collapse="small"] .w-dropdown, #listify_stacks_in_3527_67 .w-nav[data-collapse="small"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_67 .w-nav[data-collapse="small"] .w-dropdown-list {
      position: static; }
    #listify_stacks_in_3527_67 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_67 .w-nav[data-collapse="tiny"] .w-dropdown, #listify_stacks_in_3527_67 .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_67 .w-nav[data-collapse="tiny"] .w-dropdown-list {
      position: static; } }
  #listify_stacks_in_3527_67 .w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
    /* 2 */
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_3527_67 .w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_3527_67 .w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden; }
  #listify_stacks_in_3527_67 .w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0; }
    #listify_stacks_in_3527_67 .w-lightbox-view:before {
      content: "";
      height: 100vh; }
  #listify_stacks_in_3527_67 .w-lightbox-group {
    height: 86vh; }
    #listify_stacks_in_3527_67 .w-lightbox-group .w-lightbox-view {
      height: 86vh; }
      #listify_stacks_in_3527_67 .w-lightbox-group .w-lightbox-view:before {
        height: 86vh; }
  #listify_stacks_in_3527_67 .w-lightbox-frame, #listify_stacks_in_3527_67 .w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle; }
  #listify_stacks_in_3527_67 .w-lightbox-figure {
    position: relative;
    margin: 0;
    /* 1 */ }
  #listify_stacks_in_3527_67 .w-lightbox-group .w-lightbox-figure {
    cursor: pointer; }
  #listify_stacks_in_3527_67 .w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none; }
  #listify_stacks_in_3527_67 .w-lightbox-image {
    display: block;
    float: none;
    /* 1 */
    max-width: 100vw;
    max-height: 100vh; }
  #listify_stacks_in_3527_67 .w-lightbox-group .w-lightbox-image {
    max-height: 86vh; }
  #listify_stacks_in_3527_67 .w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  #listify_stacks_in_3527_67 .w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #listify_stacks_in_3527_67 .w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
  #listify_stacks_in_3527_67 .w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }
  #listify_stacks_in_3527_67 .w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }
  #listify_stacks_in_3527_67 .w-lightbox-close {
    right: 0;
    height: 2.6em;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px; }
  #listify_stacks_in_3527_67 .w-lightbox-strip {
    padding: 0 1vh;
    line-height: 0;
    /* 1 */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden; }
  #listify_stacks_in_3527_67 .w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    /* 2 */ }
  #listify_stacks_in_3527_67 .w-lightbox-active {
    opacity: .3; }
  #listify_stacks_in_3527_67 .w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden; }
  #listify_stacks_in_3527_67 .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0; }
  #listify_stacks_in_3527_67 .w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  #listify_stacks_in_3527_67 .w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #listify_stacks_in_3527_67 .w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear; }
    #listify_stacks_in_3527_67 .w-lightbox-spinner:after {
      content: "";
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border: 3px solid transparent;
      border-bottom-color: #fff;
      border-radius: 50%; }
  #listify_stacks_in_3527_67 .w-lightbox-hide {
    display: none; }
  #listify_stacks_in_3527_67 .w-lightbox-noscroll {
    overflow: hidden; }
  @media (min-width: 768px) {
    #listify_stacks_in_3527_67 {
      /* .w-lightbox-content */ }
      #listify_stacks_in_3527_67 .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh; }
      #listify_stacks_in_3527_67 .w-lightbox-view {
        height: 96vh; }
        #listify_stacks_in_3527_67 .w-lightbox-view:before {
          height: 96vh; }
      #listify_stacks_in_3527_67 .w-lightbox-group {
        height: 84vh; }
        #listify_stacks_in_3527_67 .w-lightbox-group .w-lightbox-view {
          height: 84vh; }
          #listify_stacks_in_3527_67 .w-lightbox-group .w-lightbox-view:before {
            height: 84vh; }
      #listify_stacks_in_3527_67 .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh; }
      #listify_stacks_in_3527_67 .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh; }
      #listify_stacks_in_3527_67 .w-lightbox-left, #listify_stacks_in_3527_67 .w-lightbox-right {
        display: block;
        opacity: .5; }
      #listify_stacks_in_3527_67 .w-lightbox-close {
        opacity: .8; }
      #listify_stacks_in_3527_67 .w-lightbox-control:hover {
        opacity: 1; } }
  #listify_stacks_in_3527_67 .w-lightbox-inactive {
    opacity: 0; }
    #listify_stacks_in_3527_67 .w-lightbox-inactive:hover {
      opacity: 0; }
  #listify_stacks_in_3527_67 .w-richtext:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_67 .w-richtext:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_67 .w-richtext ol, #listify_stacks_in_3527_67 .w-richtext ul {
    overflow: hidden; }
  #listify_stacks_in_3527_67 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before, #listify_stacks_in_3527_67 .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before, #listify_stacks_in_3527_67 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, #listify_stacks_in_3527_67 .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7; }
  #listify_stacks_in_3527_67 .w-richtext figure {
    position: relative;
    max-width: 60%; }
    #listify_stacks_in_3527_67 .w-richtext figure.w-richtext-figure-type-video > div:before, #listify_stacks_in_3527_67 .w-richtext figure[data-rt-type="video"] > div:before {
      content: '';
      position: absolute;
      display: none;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    #listify_stacks_in_3527_67 .w-richtext figure > div:before {
      cursor: default !important; }
    #listify_stacks_in_3527_67 .w-richtext figure img {
      cursor: default !important;
      width: 100%; }
    #listify_stacks_in_3527_67 .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
      opacity: 0.6; }
    #listify_stacks_in_3527_67 .w-richtext figure div {
      /* fix incorrectly sized selection border in the data manager */
      font-size: 0px;
      color: transparent; }
    #listify_stacks_in_3527_67 .w-richtext figure.w-richtext-figure-type-image, #listify_stacks_in_3527_67 .w-richtext figure[data-rt-type="image"] {
      display: table; }
    #listify_stacks_in_3527_67 .w-richtext figure.w-richtext-figure-type-image > div, #listify_stacks_in_3527_67 .w-richtext figure[data-rt-type="image"] > div {
      display: inline-block; }
    #listify_stacks_in_3527_67 .w-richtext figure.w-richtext-figure-type-image > figcaption, #listify_stacks_in_3527_67 .w-richtext figure[data-rt-type="image"] > figcaption {
      display: table-caption;
      caption-side: bottom; }
    #listify_stacks_in_3527_67 .w-richtext figure.w-richtext-figure-type-video, #listify_stacks_in_3527_67 .w-richtext figure[data-rt-type="video"] {
      width: 60%;
      height: 0; }
    #listify_stacks_in_3527_67 .w-richtext figure.w-richtext-figure-type-video iframe, #listify_stacks_in_3527_67 .w-richtext figure[data-rt-type="video"] iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #listify_stacks_in_3527_67 .w-richtext figure.w-richtext-figure-type-video > div, #listify_stacks_in_3527_67 .w-richtext figure[data-rt-type="video"] > div {
      width: 100%; }
    #listify_stacks_in_3527_67 .w-richtext figure.w-richtext-align-center {
      margin-right: auto;
      margin-left: auto;
      clear: both; }
      #listify_stacks_in_3527_67 .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, #listify_stacks_in_3527_67 .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
        max-width: 100%; }
    #listify_stacks_in_3527_67 .w-richtext figure.w-richtext-align-normal {
      clear: both; }
    #listify_stacks_in_3527_67 .w-richtext figure.w-richtext-align-fullwidth {
      width: 100%;
      max-width: 100%;
      text-align: center;
      clear: both;
      display: block;
      margin-right: auto;
      margin-left: auto; }
      #listify_stacks_in_3527_67 .w-richtext figure.w-richtext-align-fullwidth > div {
        display: inline-block;
        /* padding-bottom is used for aspect ratios in video figures
           *  we want the div to inherit that so hover/selection borders in the designer-canvas
           *  fit right */
        padding-bottom: inherit; }
      #listify_stacks_in_3527_67 .w-richtext figure.w-richtext-align-fullwidth > figcaption {
        display: block; }
    #listify_stacks_in_3527_67 .w-richtext figure.w-richtext-align-floatleft {
      float: left;
      margin-right: 15px;
      clear: none; }
    #listify_stacks_in_3527_67 .w-richtext figure.w-richtext-align-floatright {
      float: right;
      margin-left: 15px;
      clear: none; }
  #listify_stacks_in_3527_67 .w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000; }
    #listify_stacks_in_3527_67 .w-nav:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_67 .w-nav:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_3527_67 .w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333; }
  #listify_stacks_in_3527_67 .w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto; }
    #listify_stacks_in_3527_67 .w-nav-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_3527_67 .w-nav-menu {
    position: relative;
    float: right; }
  #listify_stacks_in_3527_67 .w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px; }
  #listify_stacks_in_3527_67 .w--nav-link-open {
    display: block;
    position: relative; }
  #listify_stacks_in_3527_67 .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%; }
    #listify_stacks_in_3527_67 .w-nav-overlay .w--nav-menu-open {
      top: 0; }
  #listify_stacks_in_3527_67 .w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_67 .w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_67 .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_67 .w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_67 .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #listify_stacks_in_3527_67 .w-nav-button.w--open {
      background-color: #C8C8C8;
      color: white; }
  #listify_stacks_in_3527_67 .w-nav[data-collapse="all"] .w-nav-menu {
    display: none; }
  #listify_stacks_in_3527_67 .w-nav[data-collapse="all"] .w-nav-button {
    display: block; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_67 .w-nav[data-collapse="medium"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_67 .w-nav[data-collapse="medium"] .w-nav-button {
      display: block; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_67 .w-nav[data-collapse="small"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_67 .w-nav[data-collapse="small"] .w-nav-button {
      display: block; }
    #listify_stacks_in_3527_67 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_67 .w-nav[data-collapse="tiny"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_67 .w-nav[data-collapse="tiny"] .w-nav-button {
      display: block; } }
  #listify_stacks_in_3527_67 .w-tabs {
    position: relative; }
    #listify_stacks_in_3527_67 .w-tabs:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_67 .w-tabs:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_3527_67 .w-tab-menu {
    position: relative; }
  #listify_stacks_in_3527_67 .w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd; }
    #listify_stacks_in_3527_67 .w-tab-link.w--current {
      background-color: #C8C8C8; }
  #listify_stacks_in_3527_67 .w-tab-content {
    position: relative;
    display: block;
    overflow: hidden; }
  #listify_stacks_in_3527_67 .w-tab-pane {
    position: relative;
    display: none; }
  #listify_stacks_in_3527_67 .w--tab-active {
    display: block; }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_67 .w-tab-link {
      display: block; } }
  #listify_stacks_in_3527_67 .w-ix-emptyfix:after {
    content: ""; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  #listify_stacks_in_3527_67 .w-dyn-empty {
    padding: 10px;
    background-color: #dddddd; }
  #listify_stacks_in_3527_67 .w-dyn-bind-empty, #listify_stacks_in_3527_67 .w-condition-invisible {
    display: none !important; }

.list-container {
  margin-top: 0px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; }

.section {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 0px;
  position: absolute;
  padding-bottom: 0px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox; }
  .section.main {
    display: none; }

.container {
  -ms-grid-row-align: center;
      align-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center; }

#listify_stacks_in_3527_67 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*  */
  width: 100%;
  /*  */
  /*  */ }
  #listify_stacks_in_3527_67 .list {
    overflow: hidden;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1.00);
    /*  */
    /*  */ }
  #listify_stacks_in_3527_67 .list-item {
    list-style-type: none;
    margin-bottom: 5px; }
    #listify_stacks_in_3527_67 .list-item ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_67 .list-item ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_67 .list-item ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_67 .list-item ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_67 .list-item ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_67 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_67 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_67 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_67 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_67 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_67 .list-item a {
      cursor: pointer;
      text-decoration: none; }
  #listify_stacks_in_3527_67 .list-item-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0px auto 0px auto;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_3527_67 .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_3527_67 .list-item-icon.hide-icon {
      display: none; }
  #listify_stacks_in_3527_67 .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listify_stacks_in_3527_67 .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-row-align: center;
        align-self: center;
    word-wrap: break-word;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px;
    line-height: 20px;
    font-family: inherit;
    /*  */
    font-family: "Lucida Grande, Arial, sans-serif";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_3527_67 .list-item-text.hide-text {
      display: none; }

/*  */
/*  */
#listify_stacks_in_3527_67 .list-item-inner {
  margin: 10px 10px 10px 10px; }

@media only screen and (max-width: 440px) {
  #listify_stacks_in_3527_67.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listify_stacks_in_3527_67.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listify_stacks_in_3527_67.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_68.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_68.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_68.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_68.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_68.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 8px 8px 8px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_68.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: block !important;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_68.list-item .list-item-inner .list-item-icon i {
    color: rgba(255, 255, 255, 1.00);
    font-size: 80px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_68.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(0, 0, 0, 1.00);
    font-size: 16px;
    line-height: 22px;
    font-family: inherit;
    /*  */
    display: none;
    /*  */
    /*  */
    /*  */
    /*  */
    font-family: "Roboto";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_68.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_68.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_68.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_68.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_70.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_70.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_70.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_70.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_70.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 8px 8px 0px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_70.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: none;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_70.list-item .list-item-inner .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_70.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 26px;
    line-height: 32px;
    font-family: inherit;
    /*  */
    display: block !important;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    font-family: "Raleway";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_70.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_70.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_70.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_70.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_72.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_72.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_72.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_72.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_72.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 0px 8px 8px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_72.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: none;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_72.list-item .list-item-inner .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_72.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
    line-height: 18px;
    font-family: inherit;
    /*  */
    display: block !important;
    /*  */
    /*  */
    font-family: "Lucida Grande, Arial, sans-serif";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_72.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_72.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_72.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_72.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_74.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_74.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_74.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_74.hide-d {
    display: none; } }

/*  */
/*
1.3.0.2
- add ability to use manually imported icon font (item stack)
- updated woff2 file, old file was causing odd display bugs
*/
@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(listify-files/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(listify-files/MaterialIcons-2021.woff2) format('woff2'),
    url(listify-files/MaterialIcons-Regular.woff) format('woff'),
    url(listify-files/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

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

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

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

#listify_stacks_in_3527_77 {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. */
  /**
 * Remove default margin. */
  /* HTML5 display definitions
 * ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11. */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
  /* Links
 * ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10. */
  /**
 * Improve readability of focused elements when they are also in an
 * active/hover state. */
  /* Text-level semantics
 * ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in Safari and Chrome. */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in IE 8/9. */
  /**
 * Address inconsistent and variable font size in all browsers. */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
  /* Embedded content
 * ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10. */
  /**
 * Correct overflow not hidden in IE 9/10/11. */
  /* Grouping content
 * ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari. */
  /**
 * Address differences between Firefox and other browsers. */
  /**
 * Contain overflow in all browsers. */
  /**
 * Address odd `em`-unit font size rendering in all browsers. */
  /* Forms
 * ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11. */
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector */
  /**
 * Re-set default cursor for disabled elements. */
  /**
 * Remove inner padding and border in Firefox 4+. */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10. */
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */
  /**
 * Define consistent border, margin, and padding. */
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11. */
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
  /* Tables
 * ========================================================================== */
  /**
 * Remove most spacing between table cells. */
  /**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`. */
  /**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox. */
  /**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll. */
  /* .w-lightbox-content */
  /*
 * 1. Remove default margin set by user-agent on the <figure> element. */
  /**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling. */
  /**
 * 1. Reset if style is set by user on "All Images" */
  /*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer) */
  /**
 * 1. All IE versions add extra space at the bottom without this. */
  /*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior. */
  /*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track. */
  /*
 * Utility classes */ }
  #listify_stacks_in_3527_77 html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  #listify_stacks_in_3527_77 body {
    margin: 0; }
  #listify_stacks_in_3527_77 article, #listify_stacks_in_3527_77 aside, #listify_stacks_in_3527_77 details, #listify_stacks_in_3527_77 figcaption, #listify_stacks_in_3527_77 figure, #listify_stacks_in_3527_77 footer, #listify_stacks_in_3527_77 header, #listify_stacks_in_3527_77 hgroup, #listify_stacks_in_3527_77 main, #listify_stacks_in_3527_77 menu, #listify_stacks_in_3527_77 nav, #listify_stacks_in_3527_77 section, #listify_stacks_in_3527_77 summary {
    display: block; }
  #listify_stacks_in_3527_77 audio, #listify_stacks_in_3527_77 canvas, #listify_stacks_in_3527_77 progress, #listify_stacks_in_3527_77 video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  #listify_stacks_in_3527_77 audio:not([controls]) {
    display: none;
    height: 0; }
  #listify_stacks_in_3527_77 [hidden], #listify_stacks_in_3527_77 template {
    display: none; }
  #listify_stacks_in_3527_77 a {
    background-color: transparent; }
    #listify_stacks_in_3527_77 a:active, #listify_stacks_in_3527_77 a:hover {
      outline: 0; }
  #listify_stacks_in_3527_77 abbr[title] {
    border-bottom: 1px dotted; }
  #listify_stacks_in_3527_77 b, #listify_stacks_in_3527_77 strong {
    font-weight: bold; }
  #listify_stacks_in_3527_77 dfn {
    font-style: italic; }
  #listify_stacks_in_3527_77 h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  #listify_stacks_in_3527_77 mark {
    background: #ff0;
    color: #000; }
  #listify_stacks_in_3527_77 small {
    font-size: 80%; }
  #listify_stacks_in_3527_77 sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #listify_stacks_in_3527_77 sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em; }
  #listify_stacks_in_3527_77 sub {
    bottom: -0.25em; }
  #listify_stacks_in_3527_77 img {
    border: 0; }
  #listify_stacks_in_3527_77 svg:not(:root) {
    overflow: hidden; }
  #listify_stacks_in_3527_77 figure {
    margin: 1em 40px; }
  #listify_stacks_in_3527_77 hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  #listify_stacks_in_3527_77 pre {
    overflow: auto; }
  #listify_stacks_in_3527_77 code, #listify_stacks_in_3527_77 kbd, #listify_stacks_in_3527_77 pre, #listify_stacks_in_3527_77 samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  #listify_stacks_in_3527_77 button, #listify_stacks_in_3527_77 input, #listify_stacks_in_3527_77 optgroup, #listify_stacks_in_3527_77 select, #listify_stacks_in_3527_77 textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  #listify_stacks_in_3527_77 button {
    overflow: visible;
    text-transform: none; }
  #listify_stacks_in_3527_77 select {
    text-transform: none; }
  #listify_stacks_in_3527_77 button, #listify_stacks_in_3527_77 html input[type="button"], #listify_stacks_in_3527_77 input[type="reset"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  #listify_stacks_in_3527_77 button[disabled], #listify_stacks_in_3527_77 html input[disabled] {
    cursor: default; }
  #listify_stacks_in_3527_77 button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  #listify_stacks_in_3527_77 input {
    line-height: normal; }
    #listify_stacks_in_3527_77 input::-moz-focus-inner {
      border: 0;
      padding: 0; }
    #listify_stacks_in_3527_77 input[type="checkbox"], #listify_stacks_in_3527_77 input[type="radio"] {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /* 1 */
      padding: 0;
      /* 2 */ }
    #listify_stacks_in_3527_77 input[type="number"]::-webkit-inner-spin-button, #listify_stacks_in_3527_77 input[type="number"]::-webkit-outer-spin-button {
      height: auto; }
    #listify_stacks_in_3527_77 input[type="search"] {
      -webkit-appearance: textfield;
      /* 1 */
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      /* 2 */ }
      #listify_stacks_in_3527_77 input[type="search"]::-webkit-search-cancel-button, #listify_stacks_in_3527_77 input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none; }
  #listify_stacks_in_3527_77 fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  #listify_stacks_in_3527_77 legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #listify_stacks_in_3527_77 textarea {
    overflow: auto; }
  #listify_stacks_in_3527_77 optgroup {
    font-weight: bold; }
  #listify_stacks_in_3527_77 table {
    border-collapse: collapse;
    border-spacing: 0; }
  #listify_stacks_in_3527_77 td, #listify_stacks_in_3527_77 th {
    padding: 0; }

@font-face {
  #listify_stacks_in_3527_77 {
    font-family: 'webflow-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
    font-weight: normal;
    font-style: normal; } }
  #listify_stacks_in_3527_77 [class^="w-icon-"], #listify_stacks_in_3527_77 [class*=" w-icon-"] {
    font-family: 'webflow-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #listify_stacks_in_3527_77 .w-icon-slider-right:before {
    content: "\e600"; }
  #listify_stacks_in_3527_77 .w-icon-slider-left:before {
    content: "\e601"; }
  #listify_stacks_in_3527_77 .w-icon-nav-menu:before {
    content: "\e602"; }
  #listify_stacks_in_3527_77 .w-icon-arrow-down:before, #listify_stacks_in_3527_77 .w-icon-dropdown-toggle:before {
    content: "\e603"; }
  #listify_stacks_in_3527_77 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #listify_stacks_in_3527_77 html {
    height: 100%; }
  #listify_stacks_in_3527_77 body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333; }
  #listify_stacks_in_3527_77 img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block; }
  #listify_stacks_in_3527_77 html.w-mod-touch * {
    background-attachment: scroll !important; }
  #listify_stacks_in_3527_77 .w-block {
    display: block; }
  #listify_stacks_in_3527_77 .w-inline-block {
    max-width: 100%;
    display: inline-block; }
  #listify_stacks_in_3527_77 .w-clearfix:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_77 .w-clearfix:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_77 .w-preserve-3d {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  #listify_stacks_in_3527_77 .w-hidden {
    display: none; }
  #listify_stacks_in_3527_77 .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0; }
  #listify_stacks_in_3527_77 input.w-button {
    -webkit-appearance: button; }
  #listify_stacks_in_3527_77 html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important; }
  #listify_stacks_in_3527_77 .w-webflow-badge {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1.0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #AAADB0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1.0 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1); }
    #listify_stacks_in_3527_77 .w-webflow-badge * {
      position: static;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      z-index: auto;
      display: block;
      visibility: visible;
      overflow: visible;
      overflow-x: visible;
      overflow-y: visible;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: auto;
      height: auto;
      max-height: none;
      max-width: none;
      min-height: 0;
      min-width: 0;
      margin: 0;
      padding: 0;
      float: none;
      clear: none;
      border: 0 none transparent;
      border-radius: 0;
      background: none;
      background-image: none;
      background-position: 0% 0%;
      background-size: auto auto;
      background-repeat: repeat;
      background-origin: padding-box;
      background-clip: border-box;
      background-attachment: scroll;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      opacity: 1.0;
      -webkit-transform: none;
              transform: none;
      -webkit-transition: none;
      transition: none;
      direction: ltr;
      font-family: inherit;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-style: inherit;
      font-variant: inherit;
      text-align: inherit;
      letter-spacing: inherit;
      text-decoration: inherit;
      text-indent: 0;
      text-transform: inherit;
      list-style-type: disc;
      text-shadow: none;
      font-smoothing: auto;
      vertical-align: baseline;
      cursor: inherit;
      white-space: inherit;
      word-break: normal;
      word-spacing: normal;
      word-wrap: normal; }
    #listify_stacks_in_3527_77 .w-webflow-badge > img {
      display: inline-block !important;
      visibility: visible !important;
      opacity: 1 !important;
      vertical-align: middle !important; }
  #listify_stacks_in_3527_77 h1, #listify_stacks_in_3527_77 h2, #listify_stacks_in_3527_77 h3, #listify_stacks_in_3527_77 h4, #listify_stacks_in_3527_77 h5, #listify_stacks_in_3527_77 h6 {
    font-weight: bold;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_77 h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px; }
  #listify_stacks_in_3527_77 h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px; }
  #listify_stacks_in_3527_77 h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px; }
  #listify_stacks_in_3527_77 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px; }
  #listify_stacks_in_3527_77 h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px; }
  #listify_stacks_in_3527_77 h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px; }
  #listify_stacks_in_3527_77 p {
    margin-top: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_77 a:focus {
    outline: 0; }
  #listify_stacks_in_3527_77 blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px; }
  #listify_stacks_in_3527_77 figure {
    margin: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_77 figcaption {
    margin-top: 5px;
    text-align: center; }
  #listify_stacks_in_3527_77 ul, #listify_stacks_in_3527_77 ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px; }
  #listify_stacks_in_3527_77 .w-list-unstyled {
    padding-left: 0;
    list-style: none; }
  #listify_stacks_in_3527_77 .w-embed:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_77 .w-embed:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_77 .w-video {
    width: 100%;
    position: relative;
    padding: 0; }
    #listify_stacks_in_3527_77 .w-video iframe, #listify_stacks_in_3527_77 .w-video object, #listify_stacks_in_3527_77 .w-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #listify_stacks_in_3527_77 fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  #listify_stacks_in_3527_77 button, #listify_stacks_in_3527_77 html input[type="button"], #listify_stacks_in_3527_77 input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button; }
  #listify_stacks_in_3527_77 .w-form {
    margin: 0 0 15px; }
  #listify_stacks_in_3527_77 .w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd; }
  #listify_stacks_in_3527_77 .w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede; }
  #listify_stacks_in_3527_77 label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
  #listify_stacks_in_3527_77 .w-input, #listify_stacks_in_3527_77 .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc; }
  #listify_stacks_in_3527_77 .w-input:-moz-placeholder, #listify_stacks_in_3527_77 .w-select:-moz-placeholder {
    color: #999; }
  #listify_stacks_in_3527_77 .w-input::-moz-placeholder, #listify_stacks_in_3527_77 .w-select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  #listify_stacks_in_3527_77 .w-input:-ms-input-placeholder, #listify_stacks_in_3527_77 .w-select:-ms-input-placeholder, #listify_stacks_in_3527_77 .w-input::-webkit-input-placeholder, #listify_stacks_in_3527_77 .w-select::-webkit-input-placeholder {
    color: #999; }
  #listify_stacks_in_3527_77 .w-input:focus, #listify_stacks_in_3527_77 .w-select:focus {
    border-color: #3898EC;
    outline: 0; }
  #listify_stacks_in_3527_77 .w-input[disabled], #listify_stacks_in_3527_77 .w-select[disabled], #listify_stacks_in_3527_77 .w-input[readonly], #listify_stacks_in_3527_77 .w-select[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_3527_77 fieldset[disabled] .w-input, #listify_stacks_in_3527_77 fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_3527_77 textarea.w-input, #listify_stacks_in_3527_77 textarea.w-select {
    height: auto; }
  #listify_stacks_in_3527_77 .w-select {
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f3f3));
    background-image: linear-gradient(white 0%, #f3f3f3 100%); }
    #listify_stacks_in_3527_77 .w-select[multiple] {
      height: auto; }
  #listify_stacks_in_3527_77 .w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px; }
  #listify_stacks_in_3527_77 .w-checkbox, #listify_stacks_in_3527_77 .w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px; }
  #listify_stacks_in_3527_77 .w-checkbox:before, #listify_stacks_in_3527_77 .w-radio:before, #listify_stacks_in_3527_77 .w-checkbox:after, #listify_stacks_in_3527_77 .w-radio:after {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_77 .w-checkbox:after, #listify_stacks_in_3527_77 .w-radio:after {
    clear: both; }
  #listify_stacks_in_3527_77 .w-checkbox-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px; }
  #listify_stacks_in_3527_77 .w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
    margin-top: 3px; }
  #listify_stacks_in_3527_77 .w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px; }
    #listify_stacks_in_3527_77 .w-container:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_77 .w-container:after {
      content: " ";
      display: table;
      clear: both; }
    #listify_stacks_in_3527_77 .w-container .w-row {
      margin-left: -10px;
      margin-right: -10px; }
  #listify_stacks_in_3527_77 .w-row:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_77 .w-row:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_77 .w-row .w-row {
    margin-left: 0;
    margin-right: 0; }
  #listify_stacks_in_3527_77 .w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    #listify_stacks_in_3527_77 .w-col .w-col {
      padding-left: 0;
      padding-right: 0; }
  #listify_stacks_in_3527_77 .w-col-1 {
    width: 8.33333333%; }
  #listify_stacks_in_3527_77 .w-col-2 {
    width: 16.66666667%; }
  #listify_stacks_in_3527_77 .w-col-3 {
    width: 25%; }
  #listify_stacks_in_3527_77 .w-col-4 {
    width: 33.33333333%; }
  #listify_stacks_in_3527_77 .w-col-5 {
    width: 41.66666667%; }
  #listify_stacks_in_3527_77 .w-col-6 {
    width: 50%; }
  #listify_stacks_in_3527_77 .w-col-7 {
    width: 58.33333333%; }
  #listify_stacks_in_3527_77 .w-col-8 {
    width: 66.66666667%; }
  #listify_stacks_in_3527_77 .w-col-9 {
    width: 75%; }
  #listify_stacks_in_3527_77 .w-col-10 {
    width: 83.33333333%; }
  #listify_stacks_in_3527_77 .w-col-11 {
    width: 91.66666667%; }
  #listify_stacks_in_3527_77 .w-col-12 {
    width: 100%; }
  #listify_stacks_in_3527_77 .w-hidden-main {
    display: none !important; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_77 .w-container {
      max-width: 728px; }
    #listify_stacks_in_3527_77 .w-hidden-main {
      display: inherit !important; }
    #listify_stacks_in_3527_77 .w-hidden-medium {
      display: none !important; }
    #listify_stacks_in_3527_77 .w-col-medium-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_77 .w-col-medium-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_77 .w-col-medium-3 {
      width: 25%; }
    #listify_stacks_in_3527_77 .w-col-medium-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_77 .w-col-medium-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_77 .w-col-medium-6 {
      width: 50%; }
    #listify_stacks_in_3527_77 .w-col-medium-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_77 .w-col-medium-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_77 .w-col-medium-9 {
      width: 75%; }
    #listify_stacks_in_3527_77 .w-col-medium-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_77 .w-col-medium-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_77 .w-col-medium-12 {
      width: 100%; }
    #listify_stacks_in_3527_77 .w-col-stack {
      width: 100%;
      left: auto;
      right: auto; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_77 .w-hidden-main, #listify_stacks_in_3527_77 .w-hidden-medium {
      display: inherit !important; }
    #listify_stacks_in_3527_77 .w-hidden-small {
      display: none !important; }
    #listify_stacks_in_3527_77 .w-row, #listify_stacks_in_3527_77 .w-container .w-row {
      margin-left: 0;
      margin-right: 0; }
    #listify_stacks_in_3527_77 .w-col {
      width: 100%;
      left: auto;
      right: auto; }
    #listify_stacks_in_3527_77 .w-col-small-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_77 .w-col-small-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_77 .w-col-small-3 {
      width: 25%; }
    #listify_stacks_in_3527_77 .w-col-small-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_77 .w-col-small-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_77 .w-col-small-6 {
      width: 50%; }
    #listify_stacks_in_3527_77 .w-col-small-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_77 .w-col-small-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_77 .w-col-small-9 {
      width: 75%; }
    #listify_stacks_in_3527_77 .w-col-small-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_77 .w-col-small-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_77 .w-col-small-12 {
      width: 100%; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_77 .w-container {
      max-width: none; }
    #listify_stacks_in_3527_77 .w-hidden-main, #listify_stacks_in_3527_77 .w-hidden-medium, #listify_stacks_in_3527_77 .w-hidden-small {
      display: inherit !important; }
    #listify_stacks_in_3527_77 .w-hidden-tiny {
      display: none !important; }
    #listify_stacks_in_3527_77 .w-col {
      width: 100%; }
    #listify_stacks_in_3527_77 .w-col-tiny-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_77 .w-col-tiny-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_77 .w-col-tiny-3 {
      width: 25%; }
    #listify_stacks_in_3527_77 .w-col-tiny-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_77 .w-col-tiny-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_77 .w-col-tiny-6 {
      width: 50%; }
    #listify_stacks_in_3527_77 .w-col-tiny-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_77 .w-col-tiny-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_77 .w-col-tiny-9 {
      width: 75%; }
    #listify_stacks_in_3527_77 .w-col-tiny-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_77 .w-col-tiny-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_77 .w-col-tiny-12 {
      width: 100%; } }
  #listify_stacks_in_3527_77 .w-widget {
    position: relative; }
  #listify_stacks_in_3527_77 .w-widget-map {
    width: 100%;
    height: 400px; }
    #listify_stacks_in_3527_77 .w-widget-map label {
      width: auto;
      display: inline; }
    #listify_stacks_in_3527_77 .w-widget-map img {
      max-width: inherit; }
    #listify_stacks_in_3527_77 .w-widget-map .gm-style-iw {
      width: 90% !important;
      height: auto !important;
      top: 7px !important;
      left: 6% !important;
      display: inline;
      text-align: center;
      overflow: hidden; }
      #listify_stacks_in_3527_77 .w-widget-map .gm-style-iw + div {
        display: none; }
  #listify_stacks_in_3527_77 .w-widget-twitter {
    overflow: hidden; }
  #listify_stacks_in_3527_77 .w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px; }
    #listify_stacks_in_3527_77 .w-widget-twitter-count-shim * {
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #listify_stacks_in_3527_77 .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
      position: relative;
      font-size: 15px;
      line-height: 12px;
      text-align: center;
      color: #999;
      font-family: serif; }
    #listify_stacks_in_3527_77 .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
      position: relative;
      display: block; }
    #listify_stacks_in_3527_77 .w-widget-twitter-count-shim.w--large {
      width: 36px;
      height: 28px;
      margin-left: 7px; }
      #listify_stacks_in_3527_77 .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 18px; }
    #listify_stacks_in_3527_77 .w-widget-twitter-count-shim:not(.w--vertical) {
      margin-left: 5px;
      margin-right: 8px; }
      #listify_stacks_in_3527_77 .w-widget-twitter-count-shim:not(.w--vertical).w--large {
        margin-left: 6px; }
      #listify_stacks_in_3527_77 .w-widget-twitter-count-shim:not(.w--vertical):before, #listify_stacks_in_3527_77 .w-widget-twitter-count-shim:not(.w--vertical):after {
        top: 50%;
        left: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_3527_77 .w-widget-twitter-count-shim:not(.w--vertical):before {
        border-color: rgba(117, 134, 150, 0);
        border-right-color: #5d6c7b;
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px; }
      #listify_stacks_in_3527_77 .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
        border-width: 5px;
        margin-left: -10px;
        margin-top: -5px; }
      #listify_stacks_in_3527_77 .w-widget-twitter-count-shim:not(.w--vertical):after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: white;
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px; }
      #listify_stacks_in_3527_77 .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
        border-width: 5px;
        margin-left: -9px;
        margin-top: -5px; }
    #listify_stacks_in_3527_77 .w-widget-twitter-count-shim.w--vertical {
      width: 61px;
      height: 33px;
      margin-bottom: 8px; }
      #listify_stacks_in_3527_77 .w-widget-twitter-count-shim.w--vertical:before, #listify_stacks_in_3527_77 .w-widget-twitter-count-shim.w--vertical:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_3527_77 .w-widget-twitter-count-shim.w--vertical:before {
        border-color: rgba(117, 134, 150, 0);
        border-top-color: #5d6c7b;
        border-width: 5px;
        margin-left: -5px; }
      #listify_stacks_in_3527_77 .w-widget-twitter-count-shim.w--vertical:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: white;
        border-width: 4px;
        margin-left: -4px; }
      #listify_stacks_in_3527_77 .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 22px; }
      #listify_stacks_in_3527_77 .w-widget-twitter-count-shim.w--vertical.w--large {
        width: 76px; }
  #listify_stacks_in_3527_77 .w-widget-gplus {
    overflow: hidden; }
  #listify_stacks_in_3527_77 .w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white; }
    #listify_stacks_in_3527_77 .w-background-video > video {
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      right: -100%;
      bottom: -100%;
      top: -100%;
      left: -100%;
      margin: auto;
      min-width: 100%;
      min-height: 100%;
      z-index: -100; }
  #listify_stacks_in_3527_77 .w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
  #listify_stacks_in_3527_77 .w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap; }
  #listify_stacks_in_3527_77 .w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left; }
  #listify_stacks_in_3527_77 .w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
    #listify_stacks_in_3527_77 .w-slider-nav.w-round > div {
      border-radius: 100%; }
    #listify_stacks_in_3527_77 .w-slider-nav.w-num > div {
      width: auto;
      height: auto;
      padding: 0.2em 0.5em;
      font-size: inherit;
      line-height: inherit; }
    #listify_stacks_in_3527_77 .w-slider-nav.w-shadow > div {
      -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
      box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }
  #listify_stacks_in_3527_77 .w-slider-nav-invert {
    color: #fff; }
    #listify_stacks_in_3527_77 .w-slider-nav-invert > div {
      background-color: rgba(34, 34, 34, 0.4); }
      #listify_stacks_in_3527_77 .w-slider-nav-invert > div.w-active {
        background-color: #222; }
  #listify_stacks_in_3527_77 .w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    -webkit-transition: background-color 100ms, color 100ms;
    transition: background-color 100ms, color 100ms; }
    #listify_stacks_in_3527_77 .w-slider-dot.w-active {
      background-color: #fff; }
  #listify_stacks_in_3527_77 .w-slider-arrow-left, #listify_stacks_in_3527_77 .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #listify_stacks_in_3527_77 .w-slider-arrow-left [class^="w-icon-"], #listify_stacks_in_3527_77 .w-slider-arrow-right [class^="w-icon-"], #listify_stacks_in_3527_77 .w-slider-arrow-left [class*=" w-icon-"], #listify_stacks_in_3527_77 .w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute; }
  #listify_stacks_in_3527_77 .w-slider-arrow-left {
    z-index: 3;
    right: auto; }
  #listify_stacks_in_3527_77 .w-slider-arrow-right {
    z-index: 4;
    left: auto; }
  #listify_stacks_in_3527_77 .w-icon-slider-left, #listify_stacks_in_3527_77 .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_3527_77 .w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900; }
  #listify_stacks_in_3527_77 .w-dropdown-btn, #listify_stacks_in_3527_77 .w-dropdown-toggle, #listify_stacks_in_3527_77 .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap; }
  #listify_stacks_in_3527_77 .w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px; }
    #listify_stacks_in_3527_77 .w-dropdown-toggle:focus {
      outline: 0; }
  #listify_stacks_in_3527_77 .w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_3527_77 .w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%; }
    #listify_stacks_in_3527_77 .w-dropdown-list.w--open {
      display: block; }
  #listify_stacks_in_3527_77 .w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222; }
    #listify_stacks_in_3527_77 .w-dropdown-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_3527_77 .w-nav[data-collapse="all"] .w-dropdown, #listify_stacks_in_3527_77 .w-nav[data-collapse="all"] .w-dropdown-toggle {
    display: block; }
  #listify_stacks_in_3527_77 .w-nav[data-collapse="all"] .w-dropdown-list {
    position: static; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_77 .w-nav[data-collapse="medium"] .w-dropdown, #listify_stacks_in_3527_77 .w-nav[data-collapse="medium"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_77 .w-nav[data-collapse="medium"] .w-dropdown-list {
      position: static; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_77 .w-nav[data-collapse="small"] .w-dropdown, #listify_stacks_in_3527_77 .w-nav[data-collapse="small"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_77 .w-nav[data-collapse="small"] .w-dropdown-list {
      position: static; }
    #listify_stacks_in_3527_77 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_77 .w-nav[data-collapse="tiny"] .w-dropdown, #listify_stacks_in_3527_77 .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_77 .w-nav[data-collapse="tiny"] .w-dropdown-list {
      position: static; } }
  #listify_stacks_in_3527_77 .w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
    /* 2 */
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_3527_77 .w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_3527_77 .w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden; }
  #listify_stacks_in_3527_77 .w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0; }
    #listify_stacks_in_3527_77 .w-lightbox-view:before {
      content: "";
      height: 100vh; }
  #listify_stacks_in_3527_77 .w-lightbox-group {
    height: 86vh; }
    #listify_stacks_in_3527_77 .w-lightbox-group .w-lightbox-view {
      height: 86vh; }
      #listify_stacks_in_3527_77 .w-lightbox-group .w-lightbox-view:before {
        height: 86vh; }
  #listify_stacks_in_3527_77 .w-lightbox-frame, #listify_stacks_in_3527_77 .w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle; }
  #listify_stacks_in_3527_77 .w-lightbox-figure {
    position: relative;
    margin: 0;
    /* 1 */ }
  #listify_stacks_in_3527_77 .w-lightbox-group .w-lightbox-figure {
    cursor: pointer; }
  #listify_stacks_in_3527_77 .w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none; }
  #listify_stacks_in_3527_77 .w-lightbox-image {
    display: block;
    float: none;
    /* 1 */
    max-width: 100vw;
    max-height: 100vh; }
  #listify_stacks_in_3527_77 .w-lightbox-group .w-lightbox-image {
    max-height: 86vh; }
  #listify_stacks_in_3527_77 .w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  #listify_stacks_in_3527_77 .w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #listify_stacks_in_3527_77 .w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
  #listify_stacks_in_3527_77 .w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }
  #listify_stacks_in_3527_77 .w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }
  #listify_stacks_in_3527_77 .w-lightbox-close {
    right: 0;
    height: 2.6em;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px; }
  #listify_stacks_in_3527_77 .w-lightbox-strip {
    padding: 0 1vh;
    line-height: 0;
    /* 1 */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden; }
  #listify_stacks_in_3527_77 .w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    /* 2 */ }
  #listify_stacks_in_3527_77 .w-lightbox-active {
    opacity: .3; }
  #listify_stacks_in_3527_77 .w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden; }
  #listify_stacks_in_3527_77 .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0; }
  #listify_stacks_in_3527_77 .w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  #listify_stacks_in_3527_77 .w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #listify_stacks_in_3527_77 .w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear; }
    #listify_stacks_in_3527_77 .w-lightbox-spinner:after {
      content: "";
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border: 3px solid transparent;
      border-bottom-color: #fff;
      border-radius: 50%; }
  #listify_stacks_in_3527_77 .w-lightbox-hide {
    display: none; }
  #listify_stacks_in_3527_77 .w-lightbox-noscroll {
    overflow: hidden; }
  @media (min-width: 768px) {
    #listify_stacks_in_3527_77 {
      /* .w-lightbox-content */ }
      #listify_stacks_in_3527_77 .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh; }
      #listify_stacks_in_3527_77 .w-lightbox-view {
        height: 96vh; }
        #listify_stacks_in_3527_77 .w-lightbox-view:before {
          height: 96vh; }
      #listify_stacks_in_3527_77 .w-lightbox-group {
        height: 84vh; }
        #listify_stacks_in_3527_77 .w-lightbox-group .w-lightbox-view {
          height: 84vh; }
          #listify_stacks_in_3527_77 .w-lightbox-group .w-lightbox-view:before {
            height: 84vh; }
      #listify_stacks_in_3527_77 .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh; }
      #listify_stacks_in_3527_77 .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh; }
      #listify_stacks_in_3527_77 .w-lightbox-left, #listify_stacks_in_3527_77 .w-lightbox-right {
        display: block;
        opacity: .5; }
      #listify_stacks_in_3527_77 .w-lightbox-close {
        opacity: .8; }
      #listify_stacks_in_3527_77 .w-lightbox-control:hover {
        opacity: 1; } }
  #listify_stacks_in_3527_77 .w-lightbox-inactive {
    opacity: 0; }
    #listify_stacks_in_3527_77 .w-lightbox-inactive:hover {
      opacity: 0; }
  #listify_stacks_in_3527_77 .w-richtext:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_77 .w-richtext:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_77 .w-richtext ol, #listify_stacks_in_3527_77 .w-richtext ul {
    overflow: hidden; }
  #listify_stacks_in_3527_77 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before, #listify_stacks_in_3527_77 .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before, #listify_stacks_in_3527_77 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, #listify_stacks_in_3527_77 .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7; }
  #listify_stacks_in_3527_77 .w-richtext figure {
    position: relative;
    max-width: 60%; }
    #listify_stacks_in_3527_77 .w-richtext figure.w-richtext-figure-type-video > div:before, #listify_stacks_in_3527_77 .w-richtext figure[data-rt-type="video"] > div:before {
      content: '';
      position: absolute;
      display: none;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    #listify_stacks_in_3527_77 .w-richtext figure > div:before {
      cursor: default !important; }
    #listify_stacks_in_3527_77 .w-richtext figure img {
      cursor: default !important;
      width: 100%; }
    #listify_stacks_in_3527_77 .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
      opacity: 0.6; }
    #listify_stacks_in_3527_77 .w-richtext figure div {
      /* fix incorrectly sized selection border in the data manager */
      font-size: 0px;
      color: transparent; }
    #listify_stacks_in_3527_77 .w-richtext figure.w-richtext-figure-type-image, #listify_stacks_in_3527_77 .w-richtext figure[data-rt-type="image"] {
      display: table; }
    #listify_stacks_in_3527_77 .w-richtext figure.w-richtext-figure-type-image > div, #listify_stacks_in_3527_77 .w-richtext figure[data-rt-type="image"] > div {
      display: inline-block; }
    #listify_stacks_in_3527_77 .w-richtext figure.w-richtext-figure-type-image > figcaption, #listify_stacks_in_3527_77 .w-richtext figure[data-rt-type="image"] > figcaption {
      display: table-caption;
      caption-side: bottom; }
    #listify_stacks_in_3527_77 .w-richtext figure.w-richtext-figure-type-video, #listify_stacks_in_3527_77 .w-richtext figure[data-rt-type="video"] {
      width: 60%;
      height: 0; }
    #listify_stacks_in_3527_77 .w-richtext figure.w-richtext-figure-type-video iframe, #listify_stacks_in_3527_77 .w-richtext figure[data-rt-type="video"] iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #listify_stacks_in_3527_77 .w-richtext figure.w-richtext-figure-type-video > div, #listify_stacks_in_3527_77 .w-richtext figure[data-rt-type="video"] > div {
      width: 100%; }
    #listify_stacks_in_3527_77 .w-richtext figure.w-richtext-align-center {
      margin-right: auto;
      margin-left: auto;
      clear: both; }
      #listify_stacks_in_3527_77 .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, #listify_stacks_in_3527_77 .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
        max-width: 100%; }
    #listify_stacks_in_3527_77 .w-richtext figure.w-richtext-align-normal {
      clear: both; }
    #listify_stacks_in_3527_77 .w-richtext figure.w-richtext-align-fullwidth {
      width: 100%;
      max-width: 100%;
      text-align: center;
      clear: both;
      display: block;
      margin-right: auto;
      margin-left: auto; }
      #listify_stacks_in_3527_77 .w-richtext figure.w-richtext-align-fullwidth > div {
        display: inline-block;
        /* padding-bottom is used for aspect ratios in video figures
           *  we want the div to inherit that so hover/selection borders in the designer-canvas
           *  fit right */
        padding-bottom: inherit; }
      #listify_stacks_in_3527_77 .w-richtext figure.w-richtext-align-fullwidth > figcaption {
        display: block; }
    #listify_stacks_in_3527_77 .w-richtext figure.w-richtext-align-floatleft {
      float: left;
      margin-right: 15px;
      clear: none; }
    #listify_stacks_in_3527_77 .w-richtext figure.w-richtext-align-floatright {
      float: right;
      margin-left: 15px;
      clear: none; }
  #listify_stacks_in_3527_77 .w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000; }
    #listify_stacks_in_3527_77 .w-nav:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_77 .w-nav:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_3527_77 .w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333; }
  #listify_stacks_in_3527_77 .w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto; }
    #listify_stacks_in_3527_77 .w-nav-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_3527_77 .w-nav-menu {
    position: relative;
    float: right; }
  #listify_stacks_in_3527_77 .w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px; }
  #listify_stacks_in_3527_77 .w--nav-link-open {
    display: block;
    position: relative; }
  #listify_stacks_in_3527_77 .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%; }
    #listify_stacks_in_3527_77 .w-nav-overlay .w--nav-menu-open {
      top: 0; }
  #listify_stacks_in_3527_77 .w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_77 .w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_77 .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_77 .w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_77 .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #listify_stacks_in_3527_77 .w-nav-button.w--open {
      background-color: #C8C8C8;
      color: white; }
  #listify_stacks_in_3527_77 .w-nav[data-collapse="all"] .w-nav-menu {
    display: none; }
  #listify_stacks_in_3527_77 .w-nav[data-collapse="all"] .w-nav-button {
    display: block; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_77 .w-nav[data-collapse="medium"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_77 .w-nav[data-collapse="medium"] .w-nav-button {
      display: block; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_77 .w-nav[data-collapse="small"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_77 .w-nav[data-collapse="small"] .w-nav-button {
      display: block; }
    #listify_stacks_in_3527_77 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_77 .w-nav[data-collapse="tiny"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_77 .w-nav[data-collapse="tiny"] .w-nav-button {
      display: block; } }
  #listify_stacks_in_3527_77 .w-tabs {
    position: relative; }
    #listify_stacks_in_3527_77 .w-tabs:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_77 .w-tabs:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_3527_77 .w-tab-menu {
    position: relative; }
  #listify_stacks_in_3527_77 .w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd; }
    #listify_stacks_in_3527_77 .w-tab-link.w--current {
      background-color: #C8C8C8; }
  #listify_stacks_in_3527_77 .w-tab-content {
    position: relative;
    display: block;
    overflow: hidden; }
  #listify_stacks_in_3527_77 .w-tab-pane {
    position: relative;
    display: none; }
  #listify_stacks_in_3527_77 .w--tab-active {
    display: block; }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_77 .w-tab-link {
      display: block; } }
  #listify_stacks_in_3527_77 .w-ix-emptyfix:after {
    content: ""; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  #listify_stacks_in_3527_77 .w-dyn-empty {
    padding: 10px;
    background-color: #dddddd; }
  #listify_stacks_in_3527_77 .w-dyn-bind-empty, #listify_stacks_in_3527_77 .w-condition-invisible {
    display: none !important; }

.list-container {
  margin-top: 0px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; }

.section {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 0px;
  position: absolute;
  padding-bottom: 0px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox; }
  .section.main {
    display: none; }

.container {
  -ms-grid-row-align: center;
      align-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center; }

#listify_stacks_in_3527_77 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*  */
  width: 100%;
  /*  */
  /*  */ }
  #listify_stacks_in_3527_77 .list {
    overflow: hidden;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1.00);
    /*  */
    /*  */ }
  #listify_stacks_in_3527_77 .list-item {
    list-style-type: none;
    margin-bottom: 5px; }
    #listify_stacks_in_3527_77 .list-item ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_77 .list-item ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_77 .list-item ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_77 .list-item ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_77 .list-item ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_77 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_77 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_77 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_77 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_77 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_77 .list-item a {
      cursor: pointer;
      text-decoration: none; }
  #listify_stacks_in_3527_77 .list-item-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0px auto 0px auto;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_3527_77 .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_3527_77 .list-item-icon.hide-icon {
      display: none; }
  #listify_stacks_in_3527_77 .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listify_stacks_in_3527_77 .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-row-align: center;
        align-self: center;
    word-wrap: break-word;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px;
    line-height: 20px;
    font-family: inherit;
    /*  */
    font-family: "Lucida Grande, Arial, sans-serif";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_3527_77 .list-item-text.hide-text {
      display: none; }

/*  */
/*  */
#listify_stacks_in_3527_77 .list-item-inner {
  margin: 10px 10px 10px 10px; }

@media only screen and (max-width: 440px) {
  #listify_stacks_in_3527_77.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listify_stacks_in_3527_77.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listify_stacks_in_3527_77.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_78.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_78.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_78.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_78.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_78.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 8px 8px 8px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_78.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: block !important;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_78.list-item .list-item-inner .list-item-icon i {
    color: rgba(255, 255, 255, 1.00);
    font-size: 80px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_78.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(0, 0, 0, 1.00);
    font-size: 16px;
    line-height: 22px;
    font-family: inherit;
    /*  */
    display: none;
    /*  */
    /*  */
    /*  */
    /*  */
    font-family: "Roboto";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_78.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_78.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_78.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_78.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_80.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_80.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_80.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_80.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_80.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 8px 8px 0px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_80.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: none;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_80.list-item .list-item-inner .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_80.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 26px;
    line-height: 32px;
    font-family: inherit;
    /*  */
    display: block !important;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    font-family: "Raleway";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_80.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_80.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_80.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_80.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_82.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_82.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_82.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_82.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_82.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 0px 8px 8px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_82.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: none;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_82.list-item .list-item-inner .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_82.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
    line-height: 18px;
    font-family: inherit;
    /*  */
    display: block !important;
    /*  */
    /*  */
    font-family: "Lucida Grande, Arial, sans-serif";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_82.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_82.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_82.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_82.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_84.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_84.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_84.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_84.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_86.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_86.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_86.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_86.hide-d {
    display: none; } }

/*  */
/*
1.3.0.2
- add ability to use manually imported icon font (item stack)
- updated woff2 file, old file was causing odd display bugs
*/
@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(listify-files/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(listify-files/MaterialIcons-2021.woff2) format('woff2'),
    url(listify-files/MaterialIcons-Regular.woff) format('woff'),
    url(listify-files/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

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

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

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

#listify_stacks_in_3527_91 {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. */
  /**
 * Remove default margin. */
  /* HTML5 display definitions
 * ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11. */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
  /* Links
 * ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10. */
  /**
 * Improve readability of focused elements when they are also in an
 * active/hover state. */
  /* Text-level semantics
 * ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in Safari and Chrome. */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in IE 8/9. */
  /**
 * Address inconsistent and variable font size in all browsers. */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
  /* Embedded content
 * ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10. */
  /**
 * Correct overflow not hidden in IE 9/10/11. */
  /* Grouping content
 * ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari. */
  /**
 * Address differences between Firefox and other browsers. */
  /**
 * Contain overflow in all browsers. */
  /**
 * Address odd `em`-unit font size rendering in all browsers. */
  /* Forms
 * ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11. */
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector */
  /**
 * Re-set default cursor for disabled elements. */
  /**
 * Remove inner padding and border in Firefox 4+. */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10. */
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */
  /**
 * Define consistent border, margin, and padding. */
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11. */
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
  /* Tables
 * ========================================================================== */
  /**
 * Remove most spacing between table cells. */
  /**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`. */
  /**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox. */
  /**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll. */
  /* .w-lightbox-content */
  /*
 * 1. Remove default margin set by user-agent on the <figure> element. */
  /**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling. */
  /**
 * 1. Reset if style is set by user on "All Images" */
  /*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer) */
  /**
 * 1. All IE versions add extra space at the bottom without this. */
  /*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior. */
  /*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track. */
  /*
 * Utility classes */ }
  #listify_stacks_in_3527_91 html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  #listify_stacks_in_3527_91 body {
    margin: 0; }
  #listify_stacks_in_3527_91 article, #listify_stacks_in_3527_91 aside, #listify_stacks_in_3527_91 details, #listify_stacks_in_3527_91 figcaption, #listify_stacks_in_3527_91 figure, #listify_stacks_in_3527_91 footer, #listify_stacks_in_3527_91 header, #listify_stacks_in_3527_91 hgroup, #listify_stacks_in_3527_91 main, #listify_stacks_in_3527_91 menu, #listify_stacks_in_3527_91 nav, #listify_stacks_in_3527_91 section, #listify_stacks_in_3527_91 summary {
    display: block; }
  #listify_stacks_in_3527_91 audio, #listify_stacks_in_3527_91 canvas, #listify_stacks_in_3527_91 progress, #listify_stacks_in_3527_91 video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  #listify_stacks_in_3527_91 audio:not([controls]) {
    display: none;
    height: 0; }
  #listify_stacks_in_3527_91 [hidden], #listify_stacks_in_3527_91 template {
    display: none; }
  #listify_stacks_in_3527_91 a {
    background-color: transparent; }
    #listify_stacks_in_3527_91 a:active, #listify_stacks_in_3527_91 a:hover {
      outline: 0; }
  #listify_stacks_in_3527_91 abbr[title] {
    border-bottom: 1px dotted; }
  #listify_stacks_in_3527_91 b, #listify_stacks_in_3527_91 strong {
    font-weight: bold; }
  #listify_stacks_in_3527_91 dfn {
    font-style: italic; }
  #listify_stacks_in_3527_91 h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  #listify_stacks_in_3527_91 mark {
    background: #ff0;
    color: #000; }
  #listify_stacks_in_3527_91 small {
    font-size: 80%; }
  #listify_stacks_in_3527_91 sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #listify_stacks_in_3527_91 sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em; }
  #listify_stacks_in_3527_91 sub {
    bottom: -0.25em; }
  #listify_stacks_in_3527_91 img {
    border: 0; }
  #listify_stacks_in_3527_91 svg:not(:root) {
    overflow: hidden; }
  #listify_stacks_in_3527_91 figure {
    margin: 1em 40px; }
  #listify_stacks_in_3527_91 hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  #listify_stacks_in_3527_91 pre {
    overflow: auto; }
  #listify_stacks_in_3527_91 code, #listify_stacks_in_3527_91 kbd, #listify_stacks_in_3527_91 pre, #listify_stacks_in_3527_91 samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  #listify_stacks_in_3527_91 button, #listify_stacks_in_3527_91 input, #listify_stacks_in_3527_91 optgroup, #listify_stacks_in_3527_91 select, #listify_stacks_in_3527_91 textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  #listify_stacks_in_3527_91 button {
    overflow: visible;
    text-transform: none; }
  #listify_stacks_in_3527_91 select {
    text-transform: none; }
  #listify_stacks_in_3527_91 button, #listify_stacks_in_3527_91 html input[type="button"], #listify_stacks_in_3527_91 input[type="reset"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  #listify_stacks_in_3527_91 button[disabled], #listify_stacks_in_3527_91 html input[disabled] {
    cursor: default; }
  #listify_stacks_in_3527_91 button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  #listify_stacks_in_3527_91 input {
    line-height: normal; }
    #listify_stacks_in_3527_91 input::-moz-focus-inner {
      border: 0;
      padding: 0; }
    #listify_stacks_in_3527_91 input[type="checkbox"], #listify_stacks_in_3527_91 input[type="radio"] {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /* 1 */
      padding: 0;
      /* 2 */ }
    #listify_stacks_in_3527_91 input[type="number"]::-webkit-inner-spin-button, #listify_stacks_in_3527_91 input[type="number"]::-webkit-outer-spin-button {
      height: auto; }
    #listify_stacks_in_3527_91 input[type="search"] {
      -webkit-appearance: textfield;
      /* 1 */
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      /* 2 */ }
      #listify_stacks_in_3527_91 input[type="search"]::-webkit-search-cancel-button, #listify_stacks_in_3527_91 input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none; }
  #listify_stacks_in_3527_91 fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  #listify_stacks_in_3527_91 legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #listify_stacks_in_3527_91 textarea {
    overflow: auto; }
  #listify_stacks_in_3527_91 optgroup {
    font-weight: bold; }
  #listify_stacks_in_3527_91 table {
    border-collapse: collapse;
    border-spacing: 0; }
  #listify_stacks_in_3527_91 td, #listify_stacks_in_3527_91 th {
    padding: 0; }

@font-face {
  #listify_stacks_in_3527_91 {
    font-family: 'webflow-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
    font-weight: normal;
    font-style: normal; } }
  #listify_stacks_in_3527_91 [class^="w-icon-"], #listify_stacks_in_3527_91 [class*=" w-icon-"] {
    font-family: 'webflow-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #listify_stacks_in_3527_91 .w-icon-slider-right:before {
    content: "\e600"; }
  #listify_stacks_in_3527_91 .w-icon-slider-left:before {
    content: "\e601"; }
  #listify_stacks_in_3527_91 .w-icon-nav-menu:before {
    content: "\e602"; }
  #listify_stacks_in_3527_91 .w-icon-arrow-down:before, #listify_stacks_in_3527_91 .w-icon-dropdown-toggle:before {
    content: "\e603"; }
  #listify_stacks_in_3527_91 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #listify_stacks_in_3527_91 html {
    height: 100%; }
  #listify_stacks_in_3527_91 body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333; }
  #listify_stacks_in_3527_91 img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block; }
  #listify_stacks_in_3527_91 html.w-mod-touch * {
    background-attachment: scroll !important; }
  #listify_stacks_in_3527_91 .w-block {
    display: block; }
  #listify_stacks_in_3527_91 .w-inline-block {
    max-width: 100%;
    display: inline-block; }
  #listify_stacks_in_3527_91 .w-clearfix:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_91 .w-clearfix:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_91 .w-preserve-3d {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  #listify_stacks_in_3527_91 .w-hidden {
    display: none; }
  #listify_stacks_in_3527_91 .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0; }
  #listify_stacks_in_3527_91 input.w-button {
    -webkit-appearance: button; }
  #listify_stacks_in_3527_91 html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important; }
  #listify_stacks_in_3527_91 .w-webflow-badge {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1.0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #AAADB0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1.0 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1); }
    #listify_stacks_in_3527_91 .w-webflow-badge * {
      position: static;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      z-index: auto;
      display: block;
      visibility: visible;
      overflow: visible;
      overflow-x: visible;
      overflow-y: visible;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: auto;
      height: auto;
      max-height: none;
      max-width: none;
      min-height: 0;
      min-width: 0;
      margin: 0;
      padding: 0;
      float: none;
      clear: none;
      border: 0 none transparent;
      border-radius: 0;
      background: none;
      background-image: none;
      background-position: 0% 0%;
      background-size: auto auto;
      background-repeat: repeat;
      background-origin: padding-box;
      background-clip: border-box;
      background-attachment: scroll;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      opacity: 1.0;
      -webkit-transform: none;
              transform: none;
      -webkit-transition: none;
      transition: none;
      direction: ltr;
      font-family: inherit;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-style: inherit;
      font-variant: inherit;
      text-align: inherit;
      letter-spacing: inherit;
      text-decoration: inherit;
      text-indent: 0;
      text-transform: inherit;
      list-style-type: disc;
      text-shadow: none;
      font-smoothing: auto;
      vertical-align: baseline;
      cursor: inherit;
      white-space: inherit;
      word-break: normal;
      word-spacing: normal;
      word-wrap: normal; }
    #listify_stacks_in_3527_91 .w-webflow-badge > img {
      display: inline-block !important;
      visibility: visible !important;
      opacity: 1 !important;
      vertical-align: middle !important; }
  #listify_stacks_in_3527_91 h1, #listify_stacks_in_3527_91 h2, #listify_stacks_in_3527_91 h3, #listify_stacks_in_3527_91 h4, #listify_stacks_in_3527_91 h5, #listify_stacks_in_3527_91 h6 {
    font-weight: bold;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_91 h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px; }
  #listify_stacks_in_3527_91 h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px; }
  #listify_stacks_in_3527_91 h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px; }
  #listify_stacks_in_3527_91 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px; }
  #listify_stacks_in_3527_91 h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px; }
  #listify_stacks_in_3527_91 h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px; }
  #listify_stacks_in_3527_91 p {
    margin-top: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_91 a:focus {
    outline: 0; }
  #listify_stacks_in_3527_91 blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px; }
  #listify_stacks_in_3527_91 figure {
    margin: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_3527_91 figcaption {
    margin-top: 5px;
    text-align: center; }
  #listify_stacks_in_3527_91 ul, #listify_stacks_in_3527_91 ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px; }
  #listify_stacks_in_3527_91 .w-list-unstyled {
    padding-left: 0;
    list-style: none; }
  #listify_stacks_in_3527_91 .w-embed:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_91 .w-embed:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_91 .w-video {
    width: 100%;
    position: relative;
    padding: 0; }
    #listify_stacks_in_3527_91 .w-video iframe, #listify_stacks_in_3527_91 .w-video object, #listify_stacks_in_3527_91 .w-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #listify_stacks_in_3527_91 fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  #listify_stacks_in_3527_91 button, #listify_stacks_in_3527_91 html input[type="button"], #listify_stacks_in_3527_91 input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button; }
  #listify_stacks_in_3527_91 .w-form {
    margin: 0 0 15px; }
  #listify_stacks_in_3527_91 .w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd; }
  #listify_stacks_in_3527_91 .w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede; }
  #listify_stacks_in_3527_91 label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
  #listify_stacks_in_3527_91 .w-input, #listify_stacks_in_3527_91 .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc; }
  #listify_stacks_in_3527_91 .w-input:-moz-placeholder, #listify_stacks_in_3527_91 .w-select:-moz-placeholder {
    color: #999; }
  #listify_stacks_in_3527_91 .w-input::-moz-placeholder, #listify_stacks_in_3527_91 .w-select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  #listify_stacks_in_3527_91 .w-input:-ms-input-placeholder, #listify_stacks_in_3527_91 .w-select:-ms-input-placeholder, #listify_stacks_in_3527_91 .w-input::-webkit-input-placeholder, #listify_stacks_in_3527_91 .w-select::-webkit-input-placeholder {
    color: #999; }
  #listify_stacks_in_3527_91 .w-input:focus, #listify_stacks_in_3527_91 .w-select:focus {
    border-color: #3898EC;
    outline: 0; }
  #listify_stacks_in_3527_91 .w-input[disabled], #listify_stacks_in_3527_91 .w-select[disabled], #listify_stacks_in_3527_91 .w-input[readonly], #listify_stacks_in_3527_91 .w-select[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_3527_91 fieldset[disabled] .w-input, #listify_stacks_in_3527_91 fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_3527_91 textarea.w-input, #listify_stacks_in_3527_91 textarea.w-select {
    height: auto; }
  #listify_stacks_in_3527_91 .w-select {
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f3f3));
    background-image: linear-gradient(white 0%, #f3f3f3 100%); }
    #listify_stacks_in_3527_91 .w-select[multiple] {
      height: auto; }
  #listify_stacks_in_3527_91 .w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px; }
  #listify_stacks_in_3527_91 .w-checkbox, #listify_stacks_in_3527_91 .w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px; }
  #listify_stacks_in_3527_91 .w-checkbox:before, #listify_stacks_in_3527_91 .w-radio:before, #listify_stacks_in_3527_91 .w-checkbox:after, #listify_stacks_in_3527_91 .w-radio:after {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_91 .w-checkbox:after, #listify_stacks_in_3527_91 .w-radio:after {
    clear: both; }
  #listify_stacks_in_3527_91 .w-checkbox-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px; }
  #listify_stacks_in_3527_91 .w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
    margin-top: 3px; }
  #listify_stacks_in_3527_91 .w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px; }
    #listify_stacks_in_3527_91 .w-container:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_91 .w-container:after {
      content: " ";
      display: table;
      clear: both; }
    #listify_stacks_in_3527_91 .w-container .w-row {
      margin-left: -10px;
      margin-right: -10px; }
  #listify_stacks_in_3527_91 .w-row:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_91 .w-row:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_91 .w-row .w-row {
    margin-left: 0;
    margin-right: 0; }
  #listify_stacks_in_3527_91 .w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    #listify_stacks_in_3527_91 .w-col .w-col {
      padding-left: 0;
      padding-right: 0; }
  #listify_stacks_in_3527_91 .w-col-1 {
    width: 8.33333333%; }
  #listify_stacks_in_3527_91 .w-col-2 {
    width: 16.66666667%; }
  #listify_stacks_in_3527_91 .w-col-3 {
    width: 25%; }
  #listify_stacks_in_3527_91 .w-col-4 {
    width: 33.33333333%; }
  #listify_stacks_in_3527_91 .w-col-5 {
    width: 41.66666667%; }
  #listify_stacks_in_3527_91 .w-col-6 {
    width: 50%; }
  #listify_stacks_in_3527_91 .w-col-7 {
    width: 58.33333333%; }
  #listify_stacks_in_3527_91 .w-col-8 {
    width: 66.66666667%; }
  #listify_stacks_in_3527_91 .w-col-9 {
    width: 75%; }
  #listify_stacks_in_3527_91 .w-col-10 {
    width: 83.33333333%; }
  #listify_stacks_in_3527_91 .w-col-11 {
    width: 91.66666667%; }
  #listify_stacks_in_3527_91 .w-col-12 {
    width: 100%; }
  #listify_stacks_in_3527_91 .w-hidden-main {
    display: none !important; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_91 .w-container {
      max-width: 728px; }
    #listify_stacks_in_3527_91 .w-hidden-main {
      display: inherit !important; }
    #listify_stacks_in_3527_91 .w-hidden-medium {
      display: none !important; }
    #listify_stacks_in_3527_91 .w-col-medium-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_91 .w-col-medium-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_91 .w-col-medium-3 {
      width: 25%; }
    #listify_stacks_in_3527_91 .w-col-medium-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_91 .w-col-medium-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_91 .w-col-medium-6 {
      width: 50%; }
    #listify_stacks_in_3527_91 .w-col-medium-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_91 .w-col-medium-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_91 .w-col-medium-9 {
      width: 75%; }
    #listify_stacks_in_3527_91 .w-col-medium-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_91 .w-col-medium-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_91 .w-col-medium-12 {
      width: 100%; }
    #listify_stacks_in_3527_91 .w-col-stack {
      width: 100%;
      left: auto;
      right: auto; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_91 .w-hidden-main, #listify_stacks_in_3527_91 .w-hidden-medium {
      display: inherit !important; }
    #listify_stacks_in_3527_91 .w-hidden-small {
      display: none !important; }
    #listify_stacks_in_3527_91 .w-row, #listify_stacks_in_3527_91 .w-container .w-row {
      margin-left: 0;
      margin-right: 0; }
    #listify_stacks_in_3527_91 .w-col {
      width: 100%;
      left: auto;
      right: auto; }
    #listify_stacks_in_3527_91 .w-col-small-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_91 .w-col-small-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_91 .w-col-small-3 {
      width: 25%; }
    #listify_stacks_in_3527_91 .w-col-small-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_91 .w-col-small-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_91 .w-col-small-6 {
      width: 50%; }
    #listify_stacks_in_3527_91 .w-col-small-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_91 .w-col-small-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_91 .w-col-small-9 {
      width: 75%; }
    #listify_stacks_in_3527_91 .w-col-small-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_91 .w-col-small-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_91 .w-col-small-12 {
      width: 100%; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_91 .w-container {
      max-width: none; }
    #listify_stacks_in_3527_91 .w-hidden-main, #listify_stacks_in_3527_91 .w-hidden-medium, #listify_stacks_in_3527_91 .w-hidden-small {
      display: inherit !important; }
    #listify_stacks_in_3527_91 .w-hidden-tiny {
      display: none !important; }
    #listify_stacks_in_3527_91 .w-col {
      width: 100%; }
    #listify_stacks_in_3527_91 .w-col-tiny-1 {
      width: 8.33333333%; }
    #listify_stacks_in_3527_91 .w-col-tiny-2 {
      width: 16.66666667%; }
    #listify_stacks_in_3527_91 .w-col-tiny-3 {
      width: 25%; }
    #listify_stacks_in_3527_91 .w-col-tiny-4 {
      width: 33.33333333%; }
    #listify_stacks_in_3527_91 .w-col-tiny-5 {
      width: 41.66666667%; }
    #listify_stacks_in_3527_91 .w-col-tiny-6 {
      width: 50%; }
    #listify_stacks_in_3527_91 .w-col-tiny-7 {
      width: 58.33333333%; }
    #listify_stacks_in_3527_91 .w-col-tiny-8 {
      width: 66.66666667%; }
    #listify_stacks_in_3527_91 .w-col-tiny-9 {
      width: 75%; }
    #listify_stacks_in_3527_91 .w-col-tiny-10 {
      width: 83.33333333%; }
    #listify_stacks_in_3527_91 .w-col-tiny-11 {
      width: 91.66666667%; }
    #listify_stacks_in_3527_91 .w-col-tiny-12 {
      width: 100%; } }
  #listify_stacks_in_3527_91 .w-widget {
    position: relative; }
  #listify_stacks_in_3527_91 .w-widget-map {
    width: 100%;
    height: 400px; }
    #listify_stacks_in_3527_91 .w-widget-map label {
      width: auto;
      display: inline; }
    #listify_stacks_in_3527_91 .w-widget-map img {
      max-width: inherit; }
    #listify_stacks_in_3527_91 .w-widget-map .gm-style-iw {
      width: 90% !important;
      height: auto !important;
      top: 7px !important;
      left: 6% !important;
      display: inline;
      text-align: center;
      overflow: hidden; }
      #listify_stacks_in_3527_91 .w-widget-map .gm-style-iw + div {
        display: none; }
  #listify_stacks_in_3527_91 .w-widget-twitter {
    overflow: hidden; }
  #listify_stacks_in_3527_91 .w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px; }
    #listify_stacks_in_3527_91 .w-widget-twitter-count-shim * {
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #listify_stacks_in_3527_91 .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
      position: relative;
      font-size: 15px;
      line-height: 12px;
      text-align: center;
      color: #999;
      font-family: serif; }
    #listify_stacks_in_3527_91 .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
      position: relative;
      display: block; }
    #listify_stacks_in_3527_91 .w-widget-twitter-count-shim.w--large {
      width: 36px;
      height: 28px;
      margin-left: 7px; }
      #listify_stacks_in_3527_91 .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 18px; }
    #listify_stacks_in_3527_91 .w-widget-twitter-count-shim:not(.w--vertical) {
      margin-left: 5px;
      margin-right: 8px; }
      #listify_stacks_in_3527_91 .w-widget-twitter-count-shim:not(.w--vertical).w--large {
        margin-left: 6px; }
      #listify_stacks_in_3527_91 .w-widget-twitter-count-shim:not(.w--vertical):before, #listify_stacks_in_3527_91 .w-widget-twitter-count-shim:not(.w--vertical):after {
        top: 50%;
        left: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_3527_91 .w-widget-twitter-count-shim:not(.w--vertical):before {
        border-color: rgba(117, 134, 150, 0);
        border-right-color: #5d6c7b;
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px; }
      #listify_stacks_in_3527_91 .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
        border-width: 5px;
        margin-left: -10px;
        margin-top: -5px; }
      #listify_stacks_in_3527_91 .w-widget-twitter-count-shim:not(.w--vertical):after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: white;
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px; }
      #listify_stacks_in_3527_91 .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
        border-width: 5px;
        margin-left: -9px;
        margin-top: -5px; }
    #listify_stacks_in_3527_91 .w-widget-twitter-count-shim.w--vertical {
      width: 61px;
      height: 33px;
      margin-bottom: 8px; }
      #listify_stacks_in_3527_91 .w-widget-twitter-count-shim.w--vertical:before, #listify_stacks_in_3527_91 .w-widget-twitter-count-shim.w--vertical:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_3527_91 .w-widget-twitter-count-shim.w--vertical:before {
        border-color: rgba(117, 134, 150, 0);
        border-top-color: #5d6c7b;
        border-width: 5px;
        margin-left: -5px; }
      #listify_stacks_in_3527_91 .w-widget-twitter-count-shim.w--vertical:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: white;
        border-width: 4px;
        margin-left: -4px; }
      #listify_stacks_in_3527_91 .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 22px; }
      #listify_stacks_in_3527_91 .w-widget-twitter-count-shim.w--vertical.w--large {
        width: 76px; }
  #listify_stacks_in_3527_91 .w-widget-gplus {
    overflow: hidden; }
  #listify_stacks_in_3527_91 .w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white; }
    #listify_stacks_in_3527_91 .w-background-video > video {
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      right: -100%;
      bottom: -100%;
      top: -100%;
      left: -100%;
      margin: auto;
      min-width: 100%;
      min-height: 100%;
      z-index: -100; }
  #listify_stacks_in_3527_91 .w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
  #listify_stacks_in_3527_91 .w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap; }
  #listify_stacks_in_3527_91 .w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left; }
  #listify_stacks_in_3527_91 .w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
    #listify_stacks_in_3527_91 .w-slider-nav.w-round > div {
      border-radius: 100%; }
    #listify_stacks_in_3527_91 .w-slider-nav.w-num > div {
      width: auto;
      height: auto;
      padding: 0.2em 0.5em;
      font-size: inherit;
      line-height: inherit; }
    #listify_stacks_in_3527_91 .w-slider-nav.w-shadow > div {
      -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
      box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }
  #listify_stacks_in_3527_91 .w-slider-nav-invert {
    color: #fff; }
    #listify_stacks_in_3527_91 .w-slider-nav-invert > div {
      background-color: rgba(34, 34, 34, 0.4); }
      #listify_stacks_in_3527_91 .w-slider-nav-invert > div.w-active {
        background-color: #222; }
  #listify_stacks_in_3527_91 .w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    -webkit-transition: background-color 100ms, color 100ms;
    transition: background-color 100ms, color 100ms; }
    #listify_stacks_in_3527_91 .w-slider-dot.w-active {
      background-color: #fff; }
  #listify_stacks_in_3527_91 .w-slider-arrow-left, #listify_stacks_in_3527_91 .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #listify_stacks_in_3527_91 .w-slider-arrow-left [class^="w-icon-"], #listify_stacks_in_3527_91 .w-slider-arrow-right [class^="w-icon-"], #listify_stacks_in_3527_91 .w-slider-arrow-left [class*=" w-icon-"], #listify_stacks_in_3527_91 .w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute; }
  #listify_stacks_in_3527_91 .w-slider-arrow-left {
    z-index: 3;
    right: auto; }
  #listify_stacks_in_3527_91 .w-slider-arrow-right {
    z-index: 4;
    left: auto; }
  #listify_stacks_in_3527_91 .w-icon-slider-left, #listify_stacks_in_3527_91 .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_3527_91 .w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900; }
  #listify_stacks_in_3527_91 .w-dropdown-btn, #listify_stacks_in_3527_91 .w-dropdown-toggle, #listify_stacks_in_3527_91 .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap; }
  #listify_stacks_in_3527_91 .w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px; }
    #listify_stacks_in_3527_91 .w-dropdown-toggle:focus {
      outline: 0; }
  #listify_stacks_in_3527_91 .w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_3527_91 .w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%; }
    #listify_stacks_in_3527_91 .w-dropdown-list.w--open {
      display: block; }
  #listify_stacks_in_3527_91 .w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222; }
    #listify_stacks_in_3527_91 .w-dropdown-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_3527_91 .w-nav[data-collapse="all"] .w-dropdown, #listify_stacks_in_3527_91 .w-nav[data-collapse="all"] .w-dropdown-toggle {
    display: block; }
  #listify_stacks_in_3527_91 .w-nav[data-collapse="all"] .w-dropdown-list {
    position: static; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_91 .w-nav[data-collapse="medium"] .w-dropdown, #listify_stacks_in_3527_91 .w-nav[data-collapse="medium"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_91 .w-nav[data-collapse="medium"] .w-dropdown-list {
      position: static; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_91 .w-nav[data-collapse="small"] .w-dropdown, #listify_stacks_in_3527_91 .w-nav[data-collapse="small"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_91 .w-nav[data-collapse="small"] .w-dropdown-list {
      position: static; }
    #listify_stacks_in_3527_91 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_91 .w-nav[data-collapse="tiny"] .w-dropdown, #listify_stacks_in_3527_91 .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_3527_91 .w-nav[data-collapse="tiny"] .w-dropdown-list {
      position: static; } }
  #listify_stacks_in_3527_91 .w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
    /* 2 */
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_3527_91 .w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_3527_91 .w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden; }
  #listify_stacks_in_3527_91 .w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0; }
    #listify_stacks_in_3527_91 .w-lightbox-view:before {
      content: "";
      height: 100vh; }
  #listify_stacks_in_3527_91 .w-lightbox-group {
    height: 86vh; }
    #listify_stacks_in_3527_91 .w-lightbox-group .w-lightbox-view {
      height: 86vh; }
      #listify_stacks_in_3527_91 .w-lightbox-group .w-lightbox-view:before {
        height: 86vh; }
  #listify_stacks_in_3527_91 .w-lightbox-frame, #listify_stacks_in_3527_91 .w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle; }
  #listify_stacks_in_3527_91 .w-lightbox-figure {
    position: relative;
    margin: 0;
    /* 1 */ }
  #listify_stacks_in_3527_91 .w-lightbox-group .w-lightbox-figure {
    cursor: pointer; }
  #listify_stacks_in_3527_91 .w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none; }
  #listify_stacks_in_3527_91 .w-lightbox-image {
    display: block;
    float: none;
    /* 1 */
    max-width: 100vw;
    max-height: 100vh; }
  #listify_stacks_in_3527_91 .w-lightbox-group .w-lightbox-image {
    max-height: 86vh; }
  #listify_stacks_in_3527_91 .w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  #listify_stacks_in_3527_91 .w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #listify_stacks_in_3527_91 .w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
  #listify_stacks_in_3527_91 .w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }
  #listify_stacks_in_3527_91 .w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }
  #listify_stacks_in_3527_91 .w-lightbox-close {
    right: 0;
    height: 2.6em;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px; }
  #listify_stacks_in_3527_91 .w-lightbox-strip {
    padding: 0 1vh;
    line-height: 0;
    /* 1 */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden; }
  #listify_stacks_in_3527_91 .w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    /* 2 */ }
  #listify_stacks_in_3527_91 .w-lightbox-active {
    opacity: .3; }
  #listify_stacks_in_3527_91 .w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden; }
  #listify_stacks_in_3527_91 .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0; }
  #listify_stacks_in_3527_91 .w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  #listify_stacks_in_3527_91 .w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #listify_stacks_in_3527_91 .w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear; }
    #listify_stacks_in_3527_91 .w-lightbox-spinner:after {
      content: "";
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border: 3px solid transparent;
      border-bottom-color: #fff;
      border-radius: 50%; }
  #listify_stacks_in_3527_91 .w-lightbox-hide {
    display: none; }
  #listify_stacks_in_3527_91 .w-lightbox-noscroll {
    overflow: hidden; }
  @media (min-width: 768px) {
    #listify_stacks_in_3527_91 {
      /* .w-lightbox-content */ }
      #listify_stacks_in_3527_91 .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh; }
      #listify_stacks_in_3527_91 .w-lightbox-view {
        height: 96vh; }
        #listify_stacks_in_3527_91 .w-lightbox-view:before {
          height: 96vh; }
      #listify_stacks_in_3527_91 .w-lightbox-group {
        height: 84vh; }
        #listify_stacks_in_3527_91 .w-lightbox-group .w-lightbox-view {
          height: 84vh; }
          #listify_stacks_in_3527_91 .w-lightbox-group .w-lightbox-view:before {
            height: 84vh; }
      #listify_stacks_in_3527_91 .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh; }
      #listify_stacks_in_3527_91 .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh; }
      #listify_stacks_in_3527_91 .w-lightbox-left, #listify_stacks_in_3527_91 .w-lightbox-right {
        display: block;
        opacity: .5; }
      #listify_stacks_in_3527_91 .w-lightbox-close {
        opacity: .8; }
      #listify_stacks_in_3527_91 .w-lightbox-control:hover {
        opacity: 1; } }
  #listify_stacks_in_3527_91 .w-lightbox-inactive {
    opacity: 0; }
    #listify_stacks_in_3527_91 .w-lightbox-inactive:hover {
      opacity: 0; }
  #listify_stacks_in_3527_91 .w-richtext:before {
    content: " ";
    display: table; }
  #listify_stacks_in_3527_91 .w-richtext:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_3527_91 .w-richtext ol, #listify_stacks_in_3527_91 .w-richtext ul {
    overflow: hidden; }
  #listify_stacks_in_3527_91 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before, #listify_stacks_in_3527_91 .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before, #listify_stacks_in_3527_91 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, #listify_stacks_in_3527_91 .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7; }
  #listify_stacks_in_3527_91 .w-richtext figure {
    position: relative;
    max-width: 60%; }
    #listify_stacks_in_3527_91 .w-richtext figure.w-richtext-figure-type-video > div:before, #listify_stacks_in_3527_91 .w-richtext figure[data-rt-type="video"] > div:before {
      content: '';
      position: absolute;
      display: none;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    #listify_stacks_in_3527_91 .w-richtext figure > div:before {
      cursor: default !important; }
    #listify_stacks_in_3527_91 .w-richtext figure img {
      cursor: default !important;
      width: 100%; }
    #listify_stacks_in_3527_91 .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
      opacity: 0.6; }
    #listify_stacks_in_3527_91 .w-richtext figure div {
      /* fix incorrectly sized selection border in the data manager */
      font-size: 0px;
      color: transparent; }
    #listify_stacks_in_3527_91 .w-richtext figure.w-richtext-figure-type-image, #listify_stacks_in_3527_91 .w-richtext figure[data-rt-type="image"] {
      display: table; }
    #listify_stacks_in_3527_91 .w-richtext figure.w-richtext-figure-type-image > div, #listify_stacks_in_3527_91 .w-richtext figure[data-rt-type="image"] > div {
      display: inline-block; }
    #listify_stacks_in_3527_91 .w-richtext figure.w-richtext-figure-type-image > figcaption, #listify_stacks_in_3527_91 .w-richtext figure[data-rt-type="image"] > figcaption {
      display: table-caption;
      caption-side: bottom; }
    #listify_stacks_in_3527_91 .w-richtext figure.w-richtext-figure-type-video, #listify_stacks_in_3527_91 .w-richtext figure[data-rt-type="video"] {
      width: 60%;
      height: 0; }
    #listify_stacks_in_3527_91 .w-richtext figure.w-richtext-figure-type-video iframe, #listify_stacks_in_3527_91 .w-richtext figure[data-rt-type="video"] iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #listify_stacks_in_3527_91 .w-richtext figure.w-richtext-figure-type-video > div, #listify_stacks_in_3527_91 .w-richtext figure[data-rt-type="video"] > div {
      width: 100%; }
    #listify_stacks_in_3527_91 .w-richtext figure.w-richtext-align-center {
      margin-right: auto;
      margin-left: auto;
      clear: both; }
      #listify_stacks_in_3527_91 .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, #listify_stacks_in_3527_91 .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
        max-width: 100%; }
    #listify_stacks_in_3527_91 .w-richtext figure.w-richtext-align-normal {
      clear: both; }
    #listify_stacks_in_3527_91 .w-richtext figure.w-richtext-align-fullwidth {
      width: 100%;
      max-width: 100%;
      text-align: center;
      clear: both;
      display: block;
      margin-right: auto;
      margin-left: auto; }
      #listify_stacks_in_3527_91 .w-richtext figure.w-richtext-align-fullwidth > div {
        display: inline-block;
        /* padding-bottom is used for aspect ratios in video figures
           *  we want the div to inherit that so hover/selection borders in the designer-canvas
           *  fit right */
        padding-bottom: inherit; }
      #listify_stacks_in_3527_91 .w-richtext figure.w-richtext-align-fullwidth > figcaption {
        display: block; }
    #listify_stacks_in_3527_91 .w-richtext figure.w-richtext-align-floatleft {
      float: left;
      margin-right: 15px;
      clear: none; }
    #listify_stacks_in_3527_91 .w-richtext figure.w-richtext-align-floatright {
      float: right;
      margin-left: 15px;
      clear: none; }
  #listify_stacks_in_3527_91 .w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000; }
    #listify_stacks_in_3527_91 .w-nav:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_91 .w-nav:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_3527_91 .w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333; }
  #listify_stacks_in_3527_91 .w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto; }
    #listify_stacks_in_3527_91 .w-nav-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_3527_91 .w-nav-menu {
    position: relative;
    float: right; }
  #listify_stacks_in_3527_91 .w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px; }
  #listify_stacks_in_3527_91 .w--nav-link-open {
    display: block;
    position: relative; }
  #listify_stacks_in_3527_91 .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%; }
    #listify_stacks_in_3527_91 .w-nav-overlay .w--nav-menu-open {
      top: 0; }
  #listify_stacks_in_3527_91 .w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_91 .w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_91 .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_91 .w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_3527_91 .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #listify_stacks_in_3527_91 .w-nav-button.w--open {
      background-color: #C8C8C8;
      color: white; }
  #listify_stacks_in_3527_91 .w-nav[data-collapse="all"] .w-nav-menu {
    display: none; }
  #listify_stacks_in_3527_91 .w-nav[data-collapse="all"] .w-nav-button {
    display: block; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_3527_91 .w-nav[data-collapse="medium"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_91 .w-nav[data-collapse="medium"] .w-nav-button {
      display: block; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_3527_91 .w-nav[data-collapse="small"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_91 .w-nav[data-collapse="small"] .w-nav-button {
      display: block; }
    #listify_stacks_in_3527_91 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_91 .w-nav[data-collapse="tiny"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_3527_91 .w-nav[data-collapse="tiny"] .w-nav-button {
      display: block; } }
  #listify_stacks_in_3527_91 .w-tabs {
    position: relative; }
    #listify_stacks_in_3527_91 .w-tabs:before {
      content: " ";
      display: table; }
    #listify_stacks_in_3527_91 .w-tabs:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_3527_91 .w-tab-menu {
    position: relative; }
  #listify_stacks_in_3527_91 .w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd; }
    #listify_stacks_in_3527_91 .w-tab-link.w--current {
      background-color: #C8C8C8; }
  #listify_stacks_in_3527_91 .w-tab-content {
    position: relative;
    display: block;
    overflow: hidden; }
  #listify_stacks_in_3527_91 .w-tab-pane {
    position: relative;
    display: none; }
  #listify_stacks_in_3527_91 .w--tab-active {
    display: block; }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_3527_91 .w-tab-link {
      display: block; } }
  #listify_stacks_in_3527_91 .w-ix-emptyfix:after {
    content: ""; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  #listify_stacks_in_3527_91 .w-dyn-empty {
    padding: 10px;
    background-color: #dddddd; }
  #listify_stacks_in_3527_91 .w-dyn-bind-empty, #listify_stacks_in_3527_91 .w-condition-invisible {
    display: none !important; }

.list-container {
  margin-top: 0px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; }

.section {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 0px;
  position: absolute;
  padding-bottom: 0px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox; }
  .section.main {
    display: none; }

.container {
  -ms-grid-row-align: center;
      align-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center; }

#listify_stacks_in_3527_91 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*  */
  width: 100%;
  /*  */
  /*  */ }
  #listify_stacks_in_3527_91 .list {
    overflow: hidden;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1.00);
    /*  */
    /*  */ }
  #listify_stacks_in_3527_91 .list-item {
    list-style-type: none;
    margin-bottom: 5px; }
    #listify_stacks_in_3527_91 .list-item ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_91 .list-item ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_91 .list-item ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_91 .list-item ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_91 .list-item ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_91 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_91 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_91 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_91 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_91 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_3527_91 .list-item a {
      cursor: pointer;
      text-decoration: none; }
  #listify_stacks_in_3527_91 .list-item-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0px auto 0px auto;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_3527_91 .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_3527_91 .list-item-icon.hide-icon {
      display: none; }
  #listify_stacks_in_3527_91 .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listify_stacks_in_3527_91 .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-row-align: center;
        align-self: center;
    word-wrap: break-word;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px;
    line-height: 20px;
    font-family: inherit;
    /*  */
    font-family: "Lucida Grande, Arial, sans-serif";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_3527_91 .list-item-text.hide-text {
      display: none; }

/*  */
/*  */
#listify_stacks_in_3527_91 .list-item-inner {
  margin: 10px 10px 10px 10px; }

@media only screen and (max-width: 440px) {
  #listify_stacks_in_3527_91.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listify_stacks_in_3527_91.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listify_stacks_in_3527_91.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_92.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_92.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_92.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_92.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_92.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 8px 8px 8px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_92.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: block !important;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_92.list-item .list-item-inner .list-item-icon i {
    color: rgba(255, 255, 255, 1.00);
    font-size: 80px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_92.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(0, 0, 0, 1.00);
    font-size: 16px;
    line-height: 22px;
    font-family: inherit;
    /*  */
    display: none;
    /*  */
    /*  */
    /*  */
    /*  */
    font-family: "Roboto";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_92.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_92.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_92.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_92.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_94.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_94.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_94.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_94.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_94.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 8px 8px 0px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_94.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: none;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_94.list-item .list-item-inner .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_94.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 26px;
    line-height: 32px;
    font-family: inherit;
    /*  */
    display: block !important;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    font-family: "Raleway";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_94.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_94.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_94.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_94.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_96.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
#listifyItem_stacks_in_3527_96.list-item {
  margin-bottom: 5px; }

#listifyItem_stacks_in_3527_96.list-item > a {
  list-style-type: none; }

#listifyItem_stacks_in_3527_96.list-item ul {
  margin: 0;
  padding: 0; }

#listifyItem_stacks_in_3527_96.list-item .list-item-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 0px 8px 8px 8px;
  border-radius: 5px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*  */
  /*  */
  /*  */
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */ }
  #listifyItem_stacks_in_3527_96.list-item .list-item-inner .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 5px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    display: none;
    /*  */
    /*  */
    margin-right: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    /*  */
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_96.list-item .list-item-inner .list-item-icon i {
    color: rgba(0, 0, 0, 1.00);
    font-size: 20px;
    vertical-align: middle;
    /*  */ }
  #listifyItem_stacks_in_3527_96.list-item .list-item-inner .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    word-wrap: break-word;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 12px;
    line-height: 18px;
    font-family: inherit;
    /*  */
    display: block !important;
    /*  */
    /*  */
    font-family: "Lucida Grande, Arial, sans-serif";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listifyItem_stacks_in_3527_96.list-item .list-item-inner .list-item-stacks {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_96.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_96.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_96.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_3527_98.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_3527_98.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_3527_98.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_3527_98.hide-d {
    display: none; } }

/*  */
#stacks_in_3458>.s3_row {
	margin: 0 -0px;
}

#stacks_in_3458>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_3458>.s3_row>.s3_column_right {
	width: 70.000000%;
}




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










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



}



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


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


}






#stacks_in_3458 {
	border: solid rgba(128, 128, 128, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 50px 0px;
}

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

#stacks_in_3469 {
	padding:  20px;
}

#stacks_in_3406 {
	padding: 40px 0px 40px 0px;
}
#stacks_in_3329_2>.s3_row {
	margin: 0 -10px;
}

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

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

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

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








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



}



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


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


}




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

#stacks_in_3329_3 {
	border: solid rgba(191, 191, 191, 1.00);
	border-width: 0px 0px 0px 1px;
	padding: 20px 0px 0px 10px;
}

#stacks_in_3329_6 {
	padding: 20px 10px 20px 20px;
}

#stacks_in_3329_10 {
	border: solid rgba(191, 191, 191, 1.00);
	border-width: 0px 0px 0px 1px;
	padding: 20px 0px 0px 10px;
}

#stacks_in_3329_13 {
	padding: 20px 10px 20px 20px;
}

#stacks_in_3329_17 {
	border: solid rgba(191, 191, 191, 1.00);
	border-width: 0px 0px 0px 1px;
	padding: 20px 0px 0px 10px;
}

#stacks_in_3329_20 {
	padding: 20px 10px 20px 20px;
}
