
.flip-clock-wrapper{font-family:"Helvetica Neue",Helvetica,sans-serif;font-weight:normal;text-align:center;position:relative;margin:2em auto;display:flex;flex-wrap:nowrap;justify-content:center}.flip-clock-wrapper *{margin:0;padding:0;line-height:normal;box-sizing:border-box}.flip-clock-wrapper a{cursor:normal;text-decoration:none}.flip-clock-wrapper ul{list-style:none}ul.flip{position:relative;display:inline-block;font-weight:bold;border-radius:6px;box-shadow:0 2px 5px rgba(0,0,0,0.5)}ul.flip li{z-index:1;position:absolute;left:0;top:0;width:100%;height:100%}ul.flip li:first-child{z-index:2}ul.flip li.flip-clock-active{z-index:3}ul.flip li a{display:block;height:100%;perspective:200px;margin:0 !important;overflow:visible !important}ul.flip li div{z-index:1;position:absolute;left:0;width:100%;height:50%;overflow:hidden}ul.flip li div .inn{height:200%;text-align:center;border-radius:6px}ul.flip li div.up{transform-origin:50% 100%;top:0}ul.flip li div.up:after{content:"";position:absolute;bottom:0;left:0;z-index:5;width:100%;height:1px;background-color:rgba(0,0,0,0.4)}ul.flip li div.up .inn{top:0}ul.flip li div.down{transform-origin:50% 0;bottom:0}ul.flip li div.down .inn{bottom:0}ul.flip li .shadow{position:absolute;width:100%;height:100%;z-index:2}.flip-clock-dot{display:block;position:absolute;border-radius:50%;left:50%;transform:translateX(-50%)}.flip-clock-dot.top{top:25%}.flip-clock-dot.bottom{bottom:25%}.flip-clock-label{position:absolute;transform:translateX(50%)}.label-top .flip-clock-label{top:-1.5em}.label-bottom .flip-clock-label{bottom:-1.5em}.flip-clock-divider{display:inline-block;position:relative}.flip-clock-divider:first-child{margin-left:0 !important;margin-right:0 !important;width:0 !important}@keyframes asd{0%{z-index:2}20%{z-index:4}100%{z-index:4}}@keyframes turn{0%{transform:rotateX(90deg)}100%{transform:rotateX(0deg)}}@keyframes turn2{0%{transform:rotateX(0deg)}100%{transform:rotateX(-90deg)}}@keyframes show{0%{opacity:0}100%{opacity:1}}@keyframes hide{0%{opacity:1}100%{opacity:0}}ul.play li.flip-clock-before{z-index:3}ul.play li.flip-clock-before .up{z-index:2;animation:turn2 .5s linear both}ul.play li.flip-clock-before .up .shadow{background:linear-gradient(to bottom,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.2) 50%);animation:show .5s linear both}ul.play li.flip-clock-before .down .shadow{background:linear-gradient(to bottom,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.05) 100%);animation:show .5s linear both}ul.play li.flip-clock-active{z-index:3;animation:asd .5s .5s linear both}ul.play li.flip-clock-active .down{animation:turn .5s .5s linear both}ul.play li.flip-clock-active .down .shadow{background:linear-gradient(to bottom,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.05) 100%);animation:hide .5s .3s linear both}ul.play li.flip-clock-active .up .shadow{background:linear-gradient(to bottom,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.2) 50%);animation:hide .5s .3s linear both}
/*  */
#rotate-stacks_in_210 {
  /*  */
  /*  */
  /*  */
  padding: 10px 10px;
  max-width: 2000px;
  border-radius: 0px;
  min-height: 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box; }
  #rotate-stacks_in_210:hover .rotate-nav {
    opacity: 1;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%); }
  #rotate-stacks_in_210 .rotate-nav {
    top: 50%;
    opacity: 0;
    width: 30px;
    color: white;
    z-index: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    transition: all 0.4s ease;
    -webkit-transform: translate(-30px, -50%);
            transform: translate(-30px, -50%); }
    #rotate-stacks_in_210 .rotate-nav-state {
      width: 5px;
      height: 5px;
      margin: 10px 0;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.20); }
    #rotate-stacks_in_210 .rotate-nav-prev, #rotate-stacks_in_210 .rotate-nav-next {
      width: 20px;
      height: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 1;
      cursor: pointer;
      position: relative;
      border-radius: 2px;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: rgba(255, 255, 255, 1.00);
      background: rgba(255, 255, 255, 0.20); }
      #rotate-stacks_in_210 .rotate-nav-prev i, #rotate-stacks_in_210 .rotate-nav-next i {
        top: 50%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      #rotate-stacks_in_210 .rotate-nav-prev:hover, #rotate-stacks_in_210 .rotate-nav-next:hover {
        opacity: 1;
        color: rgba(0, 0, 0, 0.50);
        background: rgba(255, 255, 255, 1.00); }
  #rotate-stacks_in_210 .rotate-flex-wrap {
    max-width: 600px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    box-sizing: border-box;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    transition: all 0.4s ease; }
    #rotate-stacks_in_210 .rotate-flex-wrap .rotate-item {
      padding: 20px 40px;
      top: 0;
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: absolute;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      box-sizing: border-box;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #rotate-stacks_in_210 .rotate-flex-wrap .rotate-item.active {
        opacity: 1; }
        #rotate-stacks_in_210 .rotate-flex-wrap .rotate-item.active .rotate-item-action {
          -webkit-animation: action-in 0.5s 0.8s;
                  animation: action-in 0.5s 0.8s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
        #rotate-stacks_in_210 .rotate-flex-wrap .rotate-item.active.hide .rotate-item-action {
          -webkit-animation: action-out 0.3s;
                  animation: action-out 0.3s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes action-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }
/*
1.0.0
*/
.animfr_stacks_in_231 {
  position: relative;
  z-index: 100;
  margin: 0px 0px 0px 0px;
  

}
.animfr_stacks_in_231 > .observer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.animfr_stacks_in_231 > .animfr-wrap-outer {
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  right: -50px;
  
  
  z-index: 0;
  
  pointer-events: none;
  transition: opacity 300ms ease;
}
.animfr_stacks_in_231 > .animfr-wrap-outer > .animfr-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.animfr_stacks_in_231 > .animfr-wrap-outer > .animfr-wrap svg {
  width: 100%;
  height: 100%;
  stroke: none;
  fill: white;
  display: block;
}
.animfr_stacks_in_231 > .animfr-wrap-outer > .animfr-wrap > svg {
  width: 100%;
  overflow: visible;
}
/* .animfr_stacks_in_231 > .animfr-wrap-outer > .animfr-wrap:after {
  background: #FFFFFF;
} */
.animfr_stacks_in_231 .animfr-content-wrap {
  position: relative;
  z-index: 3;
  min-height: px;
  display: grid;
  align-items: center;
  
  /* margin: 0px 0px 0px 0px; */
}
.animfr_stacks_in_231 .animfr-wrap-card {
  opacity: 1.00;
}
.animfr_stacks_in_231 .animfr-content-wrap > div {
  

  padding: 24px 24px 24px 24px ;
}
.animfr_stacks_in_231 .animfr-mask,
.animfr_stacks_in_231 image:not(.animfr-pattern):not(.animfr-off),
.animfr_stacks_in_231 image.animfr-off {
  transform-origin: center;
}
.animfr_stacks_in_231.layerTrue .animfr-content-wrap {
  height: calc(px + px);
}
.animfr_stacks_in_231.layerTrue .animfr-content-wrap > div {
  display: none;
}
#liftoff_stacks_in_226{overflow:hidden}#reveal_stacks_in_226{display:none;overflow:hidden}#liftoff_stacks_in_226 .flip-clock-wrapper{font-size:10px}#liftoff_stacks_in_226 .flip-clock-wrapper > *:not(.flip-clock-meridium){height:calc(50px * 1.25)}#liftoff_stacks_in_226 ul.flip{margin:calc(0.625rem / 2);width:calc(50px - 0.625rem)}#liftoff_stacks_in_226 ul.flip .inn{font-size:50px;line-height:1.25em}#liftoff_stacks_in_226 .flip-clock-label{right:calc(-50px - 0.625rem)}#liftoff_stacks_in_226 .flip-clock-dot{width:calc(50px * 0.15);height:calc(50px * 0.15)}#liftoff_stacks_in_226 .flip-clock-divider{margin:calc(0.625rem / 2) 0.625rem;width:calc(50px * 0.15)}#liftoff_stacks_in_226 .flip-clock-divider:first-child .flip-clock-label{right:-50px}@media screen and (min-width:40em){#liftoff_stacks_in_226 .flip-clock-wrapper{font-size:10px}#liftoff_stacks_in_226 .flip-clock-wrapper > *:not(.flip-clock-meridium){height:calc(70px * 1.25)}#liftoff_stacks_in_226 ul.flip{margin:calc(0.625rem / 2);width:calc(70px - 0.625rem)}#liftoff_stacks_in_226 ul.flip .inn{font-size:70px;line-height:1.25em}#liftoff_stacks_in_226 .flip-clock-label{right:calc(-70px - 0.625rem)}#liftoff_stacks_in_226 .flip-clock-dot{width:calc(70px * 0.15);height:calc(70px * 0.15)}#liftoff_stacks_in_226 .flip-clock-divider{margin:calc(0.625rem / 2) 0.625rem;width:calc(70px * 0.15)}#liftoff_stacks_in_226 .flip-clock-divider:first-child .flip-clock-label{right:-70px}}@media screen and (min-width:64em){#liftoff_stacks_in_226 .flip-clock-wrapper{font-size:12px}#liftoff_stacks_in_226 .flip-clock-wrapper > *:not(.flip-clock-meridium){height:calc(90px * 1.25)}#liftoff_stacks_in_226 ul.flip{margin:calc(0.625rem / 2);width:calc(90px - 0.625rem)}#liftoff_stacks_in_226 ul.flip .inn{font-size:90px;line-height:1.25em}#liftoff_stacks_in_226 .flip-clock-label{right:calc(-90px - 0.625rem)}#liftoff_stacks_in_226 .flip-clock-dot{width:calc(90px * 0.15);height:calc(90px * 0.15)}#liftoff_stacks_in_226 .flip-clock-divider{margin:calc(0.625rem / 2) 0.625rem;width:calc(90px * 0.15)}#liftoff_stacks_in_226 .flip-clock-divider:first-child .flip-clock-label{right:-90px}}@media screen and (min-width:75em){#liftoff_stacks_in_226 .flip-clock-wrapper{font-size:14px}#liftoff_stacks_in_226 .flip-clock-wrapper > *:not(.flip-clock-meridium){height:calc(90px * 1.25)}#liftoff_stacks_in_226 ul.flip{margin:calc(0.625rem / 2);width:calc(90px - 0.625rem)}#liftoff_stacks_in_226 ul.flip .inn{font-size:90px;line-height:1.25em}#liftoff_stacks_in_226 .flip-clock-label{right:calc(-90px - 0.625rem)}#liftoff_stacks_in_226 .flip-clock-dot{width:calc(90px * 0.15);height:calc(90px * 0.15)}#liftoff_stacks_in_226 .flip-clock-divider{margin:calc(0.625rem / 2) 0.625rem;width:calc(90px * 0.15)}#liftoff_stacks_in_226 .flip-clock-divider:first-child .flip-clock-label{right:-90px}}#liftoff_stacks_in_226 ul.flip .inn{color:rgba(255, 103, 31, 1.00);background-color:rgba(255, 255, 255, 1.00)}#liftoff_stacks_in_226 .flip-clock-dot{background:rgba(50, 52, 52, 1.00)}#liftoff_stacks_in_226 .flip-clock-label,#liftoff_stacks_in_226 .flip-clock-meridium a{color:rgba(50, 52, 52, 1.00)}
#stacks_in_149>.s3_row {
	margin: 0 -10px;
}

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








  


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




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



}



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


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





}




  

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

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




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

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

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

}


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

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

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




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

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

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

}


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

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

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




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

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

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

}


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

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

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




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

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

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

}


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

