
.element_stacks_in_7525[data-deluxe-el] {
  
  padding: 0px 0px;
}
.element_stacks_in_7525[data-deluxe-el] > div {

}

/* 1.0.2
- fixes transition speed for autoplay
- fixes bug preventing overflow opacity from applying when autoplay is enabled
- fixes a edit/preview mode image display bug
- added focus-visible for tabing accessability
 */
#stacks_out_7526 {
  overflow: hidden;
}
#stacks_in_7526 > .carousel-outer-wrapper {
  display: grid;
  grid-template-columns: 100%;
}
#stacks_in_7526 .carousel-navigation,
#stacks_in_7526 .slick-slider {
  width: 100%;
  /*  */
  margin: 0 auto;
  /*  */
  /*  */
}
#stacks_in_7526 > .carousel-outer-wrapper {
  /*  */
  margin: 0 auto;
  /*  */
  /*  */
  width: 100% !important;
  /*  */
}
#stacks_in_7526 .carousel-wrapper {

}
/*  */
#stacks_in_7526 .slick-list {
  overflow: visible;
}
#stacks_in_7526 .slick-track {
  display: flex;
  align-items: center;
}
/*  */
/*  */
/*  */
#stacks_in_7526 .slick-slide {
  box-sizing: border-box;
  padding-left: calc(16px / 2);
  padding-right: calc(16px / 2);
  -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -o-user-select: none;
   user-select: none;
  outline: none;
  /* width: 1156px !important; */
}
#stacks_in_7526 .carousel-wrapper:not(.slick-slider) {
  white-space: nowrap;
}
#stacks_in_7526 .carousel-wrapper:not(.slick-slider) > div {
  width: 1156px;
  display: inline-block;
  padding-left: calc(12px / 2);
  padding-right: calc(12px / 2);
}
/*  */
#stacks_in_7526 .carousel-wrapper:not(.carousel-off):not(.carousel-autoplay) .slick-list.draggable .slick-slide {
  cursor: grab;
}
#stacks_in_7526 .carousel-wrapper:not(.carousel-off):not(.carousel-autoplay) .slick-list.draggable .slick-slide:active {
  cursor: grabbing;
}
#stacks_in_7526 .carousel-wrapper.carousel-autoplay .slick-list.draggable {
  pointer-events: none;
}
#stacks_in_7526 .carousel-navigation {
  display: grid;
  align-items: center;
  /*  */
  margin-top: 16px;
  /*  */
}
#stacks_in_7526 .carousel-navigation-controls {
  display: flex;
  align-items: center;
  grid-gap: 4px;
}
/*  */
/*  */
#stacks_in_7526 .carousel-navigation {
  grid-template-columns: 1fr min-content 1fr;
}
#stacks_in_7526 .carousel-navigation-controls {
  justify-content: center;
}
/*  */
/*  */
/*  */
/*  */
#stacks_in_7526 .carousel-navigation > .carousel-navigation-content > div {
  display: none;
}
/*  */
/*  */

#stacks_in_7526 .carousel-arrow {
  all: unset;
  line-height: 0;
  background: transparent;
  border: none;
  color: transparent;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -o-user-select: none;
   user-select: none;
   cursor: pointer;
  width: 40px;
  height: 40px;
  min-width: 30px;
  min-height: 30px;
}
#stacks_in_7526 .carousel-arrow[aria-disabled="true"] {
  opacity: .3;
  pointer-events: none;
}

#stacks_in_7526 .carousel-arrow svg {
  stroke: rgba(255, 255, 255, 1.00);
  pointer-events: none;
}
#stacks_in_7526 .carousel-arrow:active svg {
  opacity: .5;
}
#stacks_in_7526 ul.slick-dots {
  all: unset;
  white-space: nowrap;
}
#stacks_in_7526 .slick-dots li {
  display: inline-block;
  margin-left: 6px;
  -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -o-user-select: none;
   user-select: none;
}
#stacks_in_7526 .slick-dots li:first-child {
  margin-left: 0px;
}
#stacks_in_7526 .slick-dots li button {
  all: unset;
  line-height: 0;
  background: transparent;
  border: none;
  color: transparent;
  width: 14px;
  height: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -o-user-select: none;
   user-select: none;
   cursor: pointer;
}
#stacks_in_7526 .slick-dots li button:before {
  content: "";
  position: absolute;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px solid rgba(255, 255, 255, 1.00);
  border-radius: 50%;
}
#stacks_in_7526 .slick-dots li.slick-active button:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  background: rgba(255, 255, 255, 1.00);
  border-radius: 50%;
}
/*  */
#stacks_in_7526 .slick-dots li button:before {
  border-width: 0;
  background: rgba(255, 255, 255, 1.00);
  opacity: 0.2;
}
#stacks_in_7526 .slick-dots li.slick-active button:before {
  opacity: 1;
}
#stacks_in_7526 .slick-dots li.slick-active button:after {
  display: none;
}
#stacks_in_7526 .slick-dots li {
  margin-left: 8px;
}
#stacks_in_7526 .slick-dots li:first-child {
  margin-left: 0px;
}
/*  */
/*  */
#stacks_in_7526 .carousel-navigation-controls.too-narrow .slick-dots li button:before {
  border-width: 0;
  background: rgba(255, 255, 255, 1.00);
  opacity: 0.2;
}
#stacks_in_7526 .carousel-navigation-controls.too-narrow .slick-dots li.slick-active button:before {
  opacity: 1;
}
#stacks_in_7526 .carousel-navigation-controls.too-narrow .slick-dots li.slick-active button:after {
  display: none;
}
#stacks_in_7526 .carousel-navigation-controls.too-narrow {
  line-height: 16px;
  display: grid;
  
  grid-template-columns: min-content 1fr min-content;
  
  
}
#stacks_in_7526 .carousel-navigation-controls.too-narrow .slick-dots {
  white-space: normal;
  text-align: center;
  line-height: 0;
}
#stacks_in_7526 .carousel-navigation-controls.too-narrow .slick-dots li {
  margin: 3px;
  line-height: 0px;
  pointer-events: none;
}
#stacks_in_7526 .carousel-navigation-controls.too-narrow .slick-dots li button {
  height: 8px;
  width: 8px;
  line-height: 0px;
  font-size: 0px;
}
#stacks_in_7526 .carousel-navigation-controls.too-narrow .slick-dots li button:before {
  border-radius: 99px;
}
/*  */
#stacks_in_7526.focus-visible :focus-visible {
 outline: 1px solid rgba(132,38,133,0.65) !important;
 border-color: rgba(132,38,133,0.65);
 box-shadow: 0 0 0 1px rgba(132,38,133,0.65),inset 0 0 0 1px rgba(132,38,133,0.65);
 -webkit-user-select: all;
  -khtml-user-select: all;
  -moz-user-select: -moz-all;
  -o-user-select: all;
  user-select: all;
}
.slide_stacks_in_7530 {
  border-radius: 32px;
  
  
}

.slide_stacks_in_7530 .carousel-slide-content {
  
  
  
    border: 2px solid rgba(30, 30, 30, 1.00);
  
  border-radius: 0 0 32px 32px;

}

/*  */
.slide_stacks_in_7530 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-7530.png);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 56.25%;
  border-radius: 32px 32px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_7530 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  justify-content: center;
  
  
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_7530 {
  background: transparent;
}
.slide_stacks_in_7530 .carousel-slide-image {
  position: relative;
  
  border-radius: 32px;
  
    border: 2px solid rgba(30, 30, 30, 1.00);
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_7530 .carousel-slide-content {
  
}
 
 
.slide_stacks_in_7533 {
  border-radius: 32px;
  
  
}

.slide_stacks_in_7533 .carousel-slide-content {
  
  
  
    border: 2px solid rgba(30, 30, 30, 1.00);
  
  border-radius: 0 0 32px 32px;

}

/*  */
.slide_stacks_in_7533 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-7533.png);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 56.25%;
  border-radius: 32px 32px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_7533 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  justify-content: center;
  
  
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_7533 {
  background: transparent;
}
.slide_stacks_in_7533 .carousel-slide-image {
  position: relative;
  
  border-radius: 32px;
  
    border: 2px solid rgba(30, 30, 30, 1.00);
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_7533 .carousel-slide-content {
  
}
 
 
.slide_stacks_in_7535 {
  border-radius: 32px;
  
  
}

.slide_stacks_in_7535 .carousel-slide-content {
  
  
  
    border: 2px solid rgba(30, 30, 30, 1.00);
  
  border-radius: 0 0 32px 32px;

}

/*  */
.slide_stacks_in_7535 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-7535.png);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 56.25%;
  border-radius: 32px 32px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_7535 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  justify-content: center;
  
  
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_7535 {
  background: transparent;
}
.slide_stacks_in_7535 .carousel-slide-image {
  position: relative;
  
  border-radius: 32px;
  
    border: 2px solid rgba(30, 30, 30, 1.00);
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_7535 .carousel-slide-content {
  
}
 
 
.slide_stacks_in_7537 {
  border-radius: 32px;
  
  
}

.slide_stacks_in_7537 .carousel-slide-content {
  
  
  
    border: 2px solid rgba(30, 30, 30, 1.00);
  
  border-radius: 0 0 32px 32px;

}

/*  */
.slide_stacks_in_7537 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-7537.png);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 56.25%;
  border-radius: 32px 32px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_7537 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  justify-content: center;
  
  
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_7537 {
  background: transparent;
}
.slide_stacks_in_7537 .carousel-slide-image {
  position: relative;
  
  border-radius: 32px;
  
    border: 2px solid rgba(30, 30, 30, 1.00);
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_7537 .carousel-slide-content {
  
}
 
 
.slide_stacks_in_7539 {
  border-radius: 32px;
  
  
}

.slide_stacks_in_7539 .carousel-slide-content {
  
  
  
    border: 2px solid rgba(30, 30, 30, 1.00);
  
  border-radius: 0 0 32px 32px;

}

/*  */
.slide_stacks_in_7539 .carousel-slide-image {
  display: block;
  background-image : url(../files/slideImage-7539.png);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 56.25%;
  border-radius: 32px 32px 0 0;
  position: relative;
  z-index: 2;
}
/*  */

.slide_stacks_in_7539 .carousel-slide-content {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  justify-content: center;
  
  
  
  border-radius: 0;
  box-shadow: none;
}
.slide_stacks_in_7539 {
  background: transparent;
}
.slide_stacks_in_7539 .carousel-slide-image {
  position: relative;
  
  border-radius: 32px;
  
    border: 2px solid rgba(30, 30, 30, 1.00);
  
  position: relative;
  z-index: 0;
}
.slide_stacks_in_7539 .carousel-slide-content {
  
}
 
 
%[if edit]%
#stacks_in_7541_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_7541_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_7541 .layer {
	float: left;
}

%[if ]%	
#stacks_in_7541 .pile {
	display: none;
}

#stacks_in_7541 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_7541 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_7541 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_7541 .clearFloats {
	clear: both;
}



/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_7544 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_7544 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_7544 svg  */

#stacks_in_7544 svg,
#stacks_in_7544 i {
  color: rgba(244, 241, 245, 1.00);
  fill: rgba(244, 241, 245, 1.00);
  stroke: rgba(244, 241, 245, 1.00);
}

#stacks_in_7544 i,
#stacks_in_7544 svg {
  position: relative;
  font-size: 60px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_7544 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_7544 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(204, 204, 204, 1.00);
  stroke: rgba(204, 204, 204, 1.00);
  color: rgba(204, 204, 204, 1.00);
}
#stacks_in_7544 .material-icons-two-tone {
  color: rgba(244, 241, 245, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(244, 241, 245, 1.00),
              0px -.1px 0px rgba(244, 241, 245, 1.00),
              .1px 0px 0px rgba(244, 241, 245, 1.00),
              -.1px 0px 0px rgba(244, 241, 245, 1.00);
}
#stacks_in_7544 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(204, 204, 204, 1.00);
  font-family: 'Material Icons';
}
#stacks_in_7542{text-align:justify}
/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
*/
#stacks_in_7547 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_7547 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_7547 svg  */

#stacks_in_7547 svg,
#stacks_in_7547 i {
  color: rgba(244, 241, 245, 1.00);
  fill: rgba(244, 241, 245, 1.00);
  stroke: rgba(244, 241, 245, 1.00);
}

#stacks_in_7547 i,
#stacks_in_7547 svg {
  position: relative;
  font-size: 60px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  
}
#stacks_in_7547 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_7547 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(204, 204, 204, 1.00);
  stroke: rgba(204, 204, 204, 1.00);
  color: rgba(204, 204, 204, 1.00);
}
#stacks_in_7547 .material-icons-two-tone {
  color: rgba(244, 241, 245, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(244, 241, 245, 1.00),
              0px -.1px 0px rgba(244, 241, 245, 1.00),
              .1px 0px 0px rgba(244, 241, 245, 1.00),
              -.1px 0px 0px rgba(244, 241, 245, 1.00);
}
#stacks_in_7547 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(204, 204, 204, 1.00);
  font-family: 'Material Icons';
}
#stacks_in_7545{text-align:justify}
#stacks_in_7470 .heightstackhiclass
{
margin-left: auto; margin-right: auto;
	display: block;
	/* DeFliGra */


 
	height: auto;
	overflow: visible;

 
 




}
