.b-switch,
.a-switch {
  visibility: hidden;
  position: absolute;
  top: -99999;
  left: -99999;
  opacity: 0;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
}
.b-switch.show,
.a-switch.show {
  visibility: visible;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
}

.b-switch.stacks_in_56_page6,
.a-switch.stacks_in_56_page6 {
  margin-top: 15px;
}
#ab-switch-stacks_in_56_page6{
  position: relative;
  color: #BFBFBF;
  padding-top:10px;
  padding-bottom:15px;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 260px;
}
#ab-switch-stacks_in_56_page6:after {
  content: "";
  display: table;
  clear: both;
}
#ab-switch-stacks_in_56_page6.ab-break-1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_56_page6.ab-break-2 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_56_page6.ab-break-3 {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_56_page6.ab-break-4 {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_56_page6.ab-break-5 {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
#ab-switch-stacks_in_56_page6.ab-break-6 {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
#ab-switch-stacks_in_56_page6.ab-break-1,
#ab-switch-stacks_in_56_page6.ab-break-2,
#ab-switch-stacks_in_56_page6.ab-break-3,
#ab-switch-stacks_in_56_page6.ab-break-4 {
  border-bottom-color: #EEEEEE;
}
#ab-switch-stacks_in_56_page6 .ab-left,
#ab-switch-stacks_in_56_page6 .ab-right,
#ab-switch-stacks_in_56_page6 .ab-center {
  width: 20%;
  float: left;
}
#ab-switch-stacks_in_56_page6.ab-left .ab-center {
  text-align: left;
}
#ab-switch-stacks_in_56_page6.ab-center .ab-center {
  text-align: center;
}
#ab-switch-stacks_in_56_page6.ab-right .ab-center {
  text-align: right;
}
#ab-switch-stacks_in_56_page6 .ab-center {
  width: 100%;
}
#ab-switch-stacks_in_56_page6 .ab-center ul {
  padding: 0;
  margin: 0;
}
#ab-switch-stacks_in_56_page6 .ab-center ul li {
  -webkit-transition: color 500ms;
  -moz-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
}
#ab-switch-stacks_in_56_page6 .ab-center ul li.ab-option,
#ab-switch-stacks_in_56_page6 .ab-center ul li.ab-controller {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  cursor: pointer;
}
#ab-switch-stacks_in_56_page6 .ab-center ul li.ab-option.show,
#ab-switch-stacks_in_56_page6 .ab-center ul li.ab-controller.show {
  cursor: default;
}
#ab-switch-stacks_in_56_page6 .ab-center ul li.ab-option {
  max-width: 35%;
  display: inline-block !important; 
  line-height: normal;
}
#ab-switch-stacks_in_56_page6 .ab-center ul li:first-child {
  padding-right: 2.5%;
  margin-right: 5px;
}
#ab-switch-stacks_in_56_page6 .ab-center ul li:last-child {
  padding-left: 2.5%;
  margin-left: 5px;
}
#ab-switch-stacks_in_56_page6 .ab-center ul li.show {
  color: #444444;
}
#ab-switch-stacks_in_56_page6.ab-square label {
  border-radius: 5px;
}
#ab-switch-stacks_in_56_page6.ab-square label:after {
  border-radius: 3px;
}
#ab-switch-stacks_in_56_page6 label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #999999;
}
#ab-switch-stacks_in_56_page6 label:before,
#ab-switch-stacks_in_56_page6 label:after {
  display: block;
  position: absolute;
  content: "";
}
#ab-switch-stacks_in_56_page6 label:after {
  top: 2px;
  left: 2px;
  bottom: 2px;
  margin-left: 0;
  background-color: #FFFFFF;
  -webkit-transition: margin 0.3s ease-out;
  -moz-transition: margin 0.3s ease-out;
  -o-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}
#ab-switch-stacks_in_56_page6.ab-grad label {
  background-image: -webkit-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: -moz-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: -o-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: linear-gradient(to bottom, #999999 0%, #CCCCCC 100%);
}
#ab-switch-stacks_in_56_page6 .ab-toggle {
  display: none;
}
#ab-switch-stacks_in_56_page6.ab-outline label {
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  background-image: none;
  border-color: #999999;
}
#ab-switch-stacks_in_56_page6.ab-outline label:after {
  background-color: #FFFFFF;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-1 .ab-left,
#ab-switch-stacks_in_56_page6.ab-switch-button-1 .ab-right {
  height: 20px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-1.ab-round label {
  border-radius: 20px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-1.ab-round label:after {
  border-radius: 16px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-1 label {
  width: 40px;
  height: 20px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-1 label:after {
  width: 16px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-1 label.ncd-toggle-switch:after {
  margin-left: 20px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-2 .ab-left,
#ab-switch-stacks_in_56_page6.ab-switch-button-2 .ab-right {
  height: 23px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-2.ab-round label {
  border-radius: 23px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-2.ab-round label:after {
  border-radius: 19px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-2 label {
  width: 46px;
  height: 23px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-2 label:after {
  width: 19px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-2 label.ncd-toggle-switch:after {
  margin-left: 23px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-3 .ab-left,
#ab-switch-stacks_in_56_page6.ab-switch-button-3 .ab-right {
  height: 26px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-3.ab-round label {
  border-radius: 26px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-3.ab-round label:after {
  border-radius: 22px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-3 label {
  width: 52px;
  height: 26px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-3 label:after {
  width: 22px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-3 label.ncd-toggle-switch:after {
  margin-left: 26px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-4 .ab-left,
#ab-switch-stacks_in_56_page6.ab-switch-button-4 .ab-right {
  height: 29px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-4.ab-round label {
  border-radius: 29px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-4.ab-round label:after {
  border-radius: 25px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-4 label {
  width: 58px;
  height: 29px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-4 label:after {
  width: 25px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-4 label.ncd-toggle-switch:after {
  margin-left: 29px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-5 .ab-left,
#ab-switch-stacks_in_56_page6.ab-switch-button-5 .ab-right {
  height: 32px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-5.ab-round label {
  border-radius: 32px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-5.ab-round label:after {
  border-radius: 28px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-5 label {
  width: 64px;
  height: 32px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-5 label:after {
  width: 28px;
}
#ab-switch-stacks_in_56_page6.ab-switch-button-5 label.ncd-toggle-switch:after {
  margin-left: 32px;
}
#ab-switch-stacks_in_56_page6.ab-switch-text-0 li.ab-option {
  display: none;
}
#ab-switch-stacks_in_56_page6.ab-switch-text-1 li.ab-option {
  font-size: 13px;
}
#ab-switch-stacks_in_56_page6.ab-switch-text-2 li.ab-option {
  font-size: 14px;
}
#ab-switch-stacks_in_56_page6.ab-switch-text-3 li.ab-option {
  font-size: 15px;
}
#ab-switch-stacks_in_56_page6.ab-switch-text-4 li.ab-option {
  font-size: 16px;
}
#ab-switch-stacks_in_56_page6.ab-switch-text-5 li.ab-option {
  font-size: 17px;
}
#ab-switch-stacks_in_56_page6.ab-switch-text-6 li.ab-option {
  font-size: 18px;
}
#ab-switch-stacks_in_56_page6.ab-switch-text-7 li.ab-option {
  font-size: 19px;
}
@media (max-width: 1) {
  #ab-switch-stacks_in_56_page6.ab-switch-button-3 .ab-left,
  #ab-switch-stacks_in_56_page6.ab-switch-button-4 .ab-left,
  #ab-switch-stacks_in_56_page6.ab-switch-button-5 .ab-left,
  #ab-switch-stacks_in_56_page6.ab-switch-button-3 .ab-right,
  #ab-switch-stacks_in_56_page6.ab-switch-button-4 .ab-right,
  #ab-switch-stacks_in_56_page6.ab-switch-button-5 .ab-right {
    height: 22px;
  }
  #ab-switch-stacks_in_56_page6.ab-switch-button-3.ab-round label,
  #ab-switch-stacks_in_56_page6.ab-switch-button-4.ab-round label,
  #ab-switch-stacks_in_56_page6.ab-switch-button-5.ab-round label {
    border-radius: 22px;
  }
  #ab-switch-stacks_in_56_page6.ab-switch-button-3.ab-round label:after,
  #ab-switch-stacks_in_56_page6.ab-switch-button-4.ab-round label:after,
  #ab-switch-stacks_in_56_page6.ab-switch-button-5.ab-round label:after {
    border-radius: 18px;
  }
  #ab-switch-stacks_in_56_page6.ab-switch-button-3 label,
  #ab-switch-stacks_in_56_page6.ab-switch-button-4 label,
  #ab-switch-stacks_in_56_page6.ab-switch-button-5 label {
    width: 44px;
    height: 22px;
  }
  #ab-switch-stacks_in_56_page6.ab-switch-button-3 label:after,
  #ab-switch-stacks_in_56_page6.ab-switch-button-4 label:after,
  #ab-switch-stacks_in_56_page6.ab-switch-button-5 label:after {
    width: 18px;
  }
  #ab-switch-stacks_in_56_page6.ab-switch-button-3 label.ncd-toggle-switch:after,
  #ab-switch-stacks_in_56_page6.ab-switch-button-4 label.ncd-toggle-switch:after,
  #ab-switch-stacks_in_56_page6.ab-switch-button-5 label.ncd-toggle-switch:after {
    margin-left: 22px;
  }
  #ab-switch-stacks_in_56_page6.ab-switch-text-3 li.ab-option,
  #ab-switch-stacks_in_56_page6.ab-switch-text-4 li.ab-option,
  #ab-switch-stacks_in_56_page6.ab-switch-text-5 li.ab-option,
  #ab-switch-stacks_in_56_page6.ab-switch-text-6 li.ab-option,
  #ab-switch-stacks_in_56_page6.ab-switch-text-7 li.ab-option {
    font-size: 14px;
  }
}


.b-switch,
.a-switch {
  visibility: hidden;
  position: absolute;
  top: -99999;
  left: -99999;
  opacity: 0;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
}
.b-switch.show,
.a-switch.show {
  visibility: visible;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
}

.b-switch.stacks_in_49_page6,
.a-switch.stacks_in_49_page6 {
  margin-top: 15px;
}
#ab-switch-stacks_in_49_page6{
  position: relative;
  color: #BFBFBF;
  padding-top:10px;
  padding-bottom:15px;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 260px;
}
#ab-switch-stacks_in_49_page6:after {
  content: "";
  display: table;
  clear: both;
}
#ab-switch-stacks_in_49_page6.ab-break-1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_49_page6.ab-break-2 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_49_page6.ab-break-3 {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_49_page6.ab-break-4 {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_49_page6.ab-break-5 {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
#ab-switch-stacks_in_49_page6.ab-break-6 {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
#ab-switch-stacks_in_49_page6.ab-break-1,
#ab-switch-stacks_in_49_page6.ab-break-2,
#ab-switch-stacks_in_49_page6.ab-break-3,
#ab-switch-stacks_in_49_page6.ab-break-4 {
  border-bottom-color: #EEEEEE;
}
#ab-switch-stacks_in_49_page6 .ab-left,
#ab-switch-stacks_in_49_page6 .ab-right,
#ab-switch-stacks_in_49_page6 .ab-center {
  width: 20%;
  float: left;
}
#ab-switch-stacks_in_49_page6.ab-left .ab-center {
  text-align: left;
}
#ab-switch-stacks_in_49_page6.ab-center .ab-center {
  text-align: center;
}
#ab-switch-stacks_in_49_page6.ab-right .ab-center {
  text-align: right;
}
#ab-switch-stacks_in_49_page6 .ab-center {
  width: 100%;
}
#ab-switch-stacks_in_49_page6 .ab-center ul {
  padding: 0;
  margin: 0;
}
#ab-switch-stacks_in_49_page6 .ab-center ul li {
  -webkit-transition: color 500ms;
  -moz-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
}
#ab-switch-stacks_in_49_page6 .ab-center ul li.ab-option,
#ab-switch-stacks_in_49_page6 .ab-center ul li.ab-controller {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  cursor: pointer;
}
#ab-switch-stacks_in_49_page6 .ab-center ul li.ab-option.show,
#ab-switch-stacks_in_49_page6 .ab-center ul li.ab-controller.show {
  cursor: default;
}
#ab-switch-stacks_in_49_page6 .ab-center ul li.ab-option {
  max-width: 35%;
  display: inline-block !important; 
  line-height: normal;
}
#ab-switch-stacks_in_49_page6 .ab-center ul li:first-child {
  padding-right: 2.5%;
  margin-right: 5px;
}
#ab-switch-stacks_in_49_page6 .ab-center ul li:last-child {
  padding-left: 2.5%;
  margin-left: 5px;
}
#ab-switch-stacks_in_49_page6 .ab-center ul li.show {
  color: #444444;
}
#ab-switch-stacks_in_49_page6.ab-square label {
  border-radius: 5px;
}
#ab-switch-stacks_in_49_page6.ab-square label:after {
  border-radius: 3px;
}
#ab-switch-stacks_in_49_page6 label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #999999;
}
#ab-switch-stacks_in_49_page6 label:before,
#ab-switch-stacks_in_49_page6 label:after {
  display: block;
  position: absolute;
  content: "";
}
#ab-switch-stacks_in_49_page6 label:after {
  top: 2px;
  left: 2px;
  bottom: 2px;
  margin-left: 0;
  background-color: #FFFFFF;
  -webkit-transition: margin 0.3s ease-out;
  -moz-transition: margin 0.3s ease-out;
  -o-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}
#ab-switch-stacks_in_49_page6.ab-grad label {
  background-image: -webkit-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: -moz-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: -o-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: linear-gradient(to bottom, #999999 0%, #CCCCCC 100%);
}
#ab-switch-stacks_in_49_page6 .ab-toggle {
  display: none;
}
#ab-switch-stacks_in_49_page6.ab-outline label {
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  background-image: none;
  border-color: #999999;
}
#ab-switch-stacks_in_49_page6.ab-outline label:after {
  background-color: #FFFFFF;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-1 .ab-left,
#ab-switch-stacks_in_49_page6.ab-switch-button-1 .ab-right {
  height: 20px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-1.ab-round label {
  border-radius: 20px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-1.ab-round label:after {
  border-radius: 16px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-1 label {
  width: 40px;
  height: 20px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-1 label:after {
  width: 16px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-1 label.ncd-toggle-switch:after {
  margin-left: 20px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-2 .ab-left,
#ab-switch-stacks_in_49_page6.ab-switch-button-2 .ab-right {
  height: 23px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-2.ab-round label {
  border-radius: 23px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-2.ab-round label:after {
  border-radius: 19px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-2 label {
  width: 46px;
  height: 23px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-2 label:after {
  width: 19px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-2 label.ncd-toggle-switch:after {
  margin-left: 23px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-3 .ab-left,
#ab-switch-stacks_in_49_page6.ab-switch-button-3 .ab-right {
  height: 26px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-3.ab-round label {
  border-radius: 26px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-3.ab-round label:after {
  border-radius: 22px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-3 label {
  width: 52px;
  height: 26px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-3 label:after {
  width: 22px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-3 label.ncd-toggle-switch:after {
  margin-left: 26px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-4 .ab-left,
#ab-switch-stacks_in_49_page6.ab-switch-button-4 .ab-right {
  height: 29px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-4.ab-round label {
  border-radius: 29px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-4.ab-round label:after {
  border-radius: 25px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-4 label {
  width: 58px;
  height: 29px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-4 label:after {
  width: 25px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-4 label.ncd-toggle-switch:after {
  margin-left: 29px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-5 .ab-left,
#ab-switch-stacks_in_49_page6.ab-switch-button-5 .ab-right {
  height: 32px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-5.ab-round label {
  border-radius: 32px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-5.ab-round label:after {
  border-radius: 28px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-5 label {
  width: 64px;
  height: 32px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-5 label:after {
  width: 28px;
}
#ab-switch-stacks_in_49_page6.ab-switch-button-5 label.ncd-toggle-switch:after {
  margin-left: 32px;
}
#ab-switch-stacks_in_49_page6.ab-switch-text-0 li.ab-option {
  display: none;
}
#ab-switch-stacks_in_49_page6.ab-switch-text-1 li.ab-option {
  font-size: 13px;
}
#ab-switch-stacks_in_49_page6.ab-switch-text-2 li.ab-option {
  font-size: 14px;
}
#ab-switch-stacks_in_49_page6.ab-switch-text-3 li.ab-option {
  font-size: 15px;
}
#ab-switch-stacks_in_49_page6.ab-switch-text-4 li.ab-option {
  font-size: 16px;
}
#ab-switch-stacks_in_49_page6.ab-switch-text-5 li.ab-option {
  font-size: 17px;
}
#ab-switch-stacks_in_49_page6.ab-switch-text-6 li.ab-option {
  font-size: 18px;
}
#ab-switch-stacks_in_49_page6.ab-switch-text-7 li.ab-option {
  font-size: 19px;
}
@media (max-width: 1) {
  #ab-switch-stacks_in_49_page6.ab-switch-button-3 .ab-left,
  #ab-switch-stacks_in_49_page6.ab-switch-button-4 .ab-left,
  #ab-switch-stacks_in_49_page6.ab-switch-button-5 .ab-left,
  #ab-switch-stacks_in_49_page6.ab-switch-button-3 .ab-right,
  #ab-switch-stacks_in_49_page6.ab-switch-button-4 .ab-right,
  #ab-switch-stacks_in_49_page6.ab-switch-button-5 .ab-right {
    height: 22px;
  }
  #ab-switch-stacks_in_49_page6.ab-switch-button-3.ab-round label,
  #ab-switch-stacks_in_49_page6.ab-switch-button-4.ab-round label,
  #ab-switch-stacks_in_49_page6.ab-switch-button-5.ab-round label {
    border-radius: 22px;
  }
  #ab-switch-stacks_in_49_page6.ab-switch-button-3.ab-round label:after,
  #ab-switch-stacks_in_49_page6.ab-switch-button-4.ab-round label:after,
  #ab-switch-stacks_in_49_page6.ab-switch-button-5.ab-round label:after {
    border-radius: 18px;
  }
  #ab-switch-stacks_in_49_page6.ab-switch-button-3 label,
  #ab-switch-stacks_in_49_page6.ab-switch-button-4 label,
  #ab-switch-stacks_in_49_page6.ab-switch-button-5 label {
    width: 44px;
    height: 22px;
  }
  #ab-switch-stacks_in_49_page6.ab-switch-button-3 label:after,
  #ab-switch-stacks_in_49_page6.ab-switch-button-4 label:after,
  #ab-switch-stacks_in_49_page6.ab-switch-button-5 label:after {
    width: 18px;
  }
  #ab-switch-stacks_in_49_page6.ab-switch-button-3 label.ncd-toggle-switch:after,
  #ab-switch-stacks_in_49_page6.ab-switch-button-4 label.ncd-toggle-switch:after,
  #ab-switch-stacks_in_49_page6.ab-switch-button-5 label.ncd-toggle-switch:after {
    margin-left: 22px;
  }
  #ab-switch-stacks_in_49_page6.ab-switch-text-3 li.ab-option,
  #ab-switch-stacks_in_49_page6.ab-switch-text-4 li.ab-option,
  #ab-switch-stacks_in_49_page6.ab-switch-text-5 li.ab-option,
  #ab-switch-stacks_in_49_page6.ab-switch-text-6 li.ab-option,
  #ab-switch-stacks_in_49_page6.ab-switch-text-7 li.ab-option {
    font-size: 14px;
  }
}


.b-switch,
.a-switch {
  visibility: hidden;
  position: absolute;
  top: -99999;
  left: -99999;
  opacity: 0;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
}
.b-switch.show,
.a-switch.show {
  visibility: visible;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
}

.b-switch.stacks_in_44_page6,
.a-switch.stacks_in_44_page6 {
  margin-top: 15px;
}
#ab-switch-stacks_in_44_page6{
  position: relative;
  color: #BFBFBF;
  padding-top:10px;
  padding-bottom:15px;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 260px;
}
#ab-switch-stacks_in_44_page6:after {
  content: "";
  display: table;
  clear: both;
}
#ab-switch-stacks_in_44_page6.ab-break-1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_44_page6.ab-break-2 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_44_page6.ab-break-3 {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_44_page6.ab-break-4 {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_44_page6.ab-break-5 {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
#ab-switch-stacks_in_44_page6.ab-break-6 {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
#ab-switch-stacks_in_44_page6.ab-break-1,
#ab-switch-stacks_in_44_page6.ab-break-2,
#ab-switch-stacks_in_44_page6.ab-break-3,
#ab-switch-stacks_in_44_page6.ab-break-4 {
  border-bottom-color: #EEEEEE;
}
#ab-switch-stacks_in_44_page6 .ab-left,
#ab-switch-stacks_in_44_page6 .ab-right,
#ab-switch-stacks_in_44_page6 .ab-center {
  width: 20%;
  float: left;
}
#ab-switch-stacks_in_44_page6.ab-left .ab-center {
  text-align: left;
}
#ab-switch-stacks_in_44_page6.ab-center .ab-center {
  text-align: center;
}
#ab-switch-stacks_in_44_page6.ab-right .ab-center {
  text-align: right;
}
#ab-switch-stacks_in_44_page6 .ab-center {
  width: 100%;
}
#ab-switch-stacks_in_44_page6 .ab-center ul {
  padding: 0;
  margin: 0;
}
#ab-switch-stacks_in_44_page6 .ab-center ul li {
  -webkit-transition: color 500ms;
  -moz-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
}
#ab-switch-stacks_in_44_page6 .ab-center ul li.ab-option,
#ab-switch-stacks_in_44_page6 .ab-center ul li.ab-controller {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  cursor: pointer;
}
#ab-switch-stacks_in_44_page6 .ab-center ul li.ab-option.show,
#ab-switch-stacks_in_44_page6 .ab-center ul li.ab-controller.show {
  cursor: default;
}
#ab-switch-stacks_in_44_page6 .ab-center ul li.ab-option {
  max-width: 35%;
  display: inline-block !important; 
  line-height: normal;
}
#ab-switch-stacks_in_44_page6 .ab-center ul li:first-child {
  padding-right: 2.5%;
  margin-right: 5px;
}
#ab-switch-stacks_in_44_page6 .ab-center ul li:last-child {
  padding-left: 2.5%;
  margin-left: 5px;
}
#ab-switch-stacks_in_44_page6 .ab-center ul li.show {
  color: #444444;
}
#ab-switch-stacks_in_44_page6.ab-square label {
  border-radius: 5px;
}
#ab-switch-stacks_in_44_page6.ab-square label:after {
  border-radius: 3px;
}
#ab-switch-stacks_in_44_page6 label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #999999;
}
#ab-switch-stacks_in_44_page6 label:before,
#ab-switch-stacks_in_44_page6 label:after {
  display: block;
  position: absolute;
  content: "";
}
#ab-switch-stacks_in_44_page6 label:after {
  top: 2px;
  left: 2px;
  bottom: 2px;
  margin-left: 0;
  background-color: #FFFFFF;
  -webkit-transition: margin 0.3s ease-out;
  -moz-transition: margin 0.3s ease-out;
  -o-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}
#ab-switch-stacks_in_44_page6.ab-grad label {
  background-image: -webkit-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: -moz-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: -o-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: linear-gradient(to bottom, #999999 0%, #CCCCCC 100%);
}
#ab-switch-stacks_in_44_page6 .ab-toggle {
  display: none;
}
#ab-switch-stacks_in_44_page6.ab-outline label {
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  background-image: none;
  border-color: #999999;
}
#ab-switch-stacks_in_44_page6.ab-outline label:after {
  background-color: #FFFFFF;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-1 .ab-left,
#ab-switch-stacks_in_44_page6.ab-switch-button-1 .ab-right {
  height: 20px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-1.ab-round label {
  border-radius: 20px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-1.ab-round label:after {
  border-radius: 16px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-1 label {
  width: 40px;
  height: 20px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-1 label:after {
  width: 16px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-1 label.ncd-toggle-switch:after {
  margin-left: 20px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-2 .ab-left,
#ab-switch-stacks_in_44_page6.ab-switch-button-2 .ab-right {
  height: 23px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-2.ab-round label {
  border-radius: 23px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-2.ab-round label:after {
  border-radius: 19px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-2 label {
  width: 46px;
  height: 23px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-2 label:after {
  width: 19px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-2 label.ncd-toggle-switch:after {
  margin-left: 23px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-3 .ab-left,
#ab-switch-stacks_in_44_page6.ab-switch-button-3 .ab-right {
  height: 26px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-3.ab-round label {
  border-radius: 26px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-3.ab-round label:after {
  border-radius: 22px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-3 label {
  width: 52px;
  height: 26px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-3 label:after {
  width: 22px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-3 label.ncd-toggle-switch:after {
  margin-left: 26px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-4 .ab-left,
#ab-switch-stacks_in_44_page6.ab-switch-button-4 .ab-right {
  height: 29px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-4.ab-round label {
  border-radius: 29px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-4.ab-round label:after {
  border-radius: 25px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-4 label {
  width: 58px;
  height: 29px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-4 label:after {
  width: 25px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-4 label.ncd-toggle-switch:after {
  margin-left: 29px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-5 .ab-left,
#ab-switch-stacks_in_44_page6.ab-switch-button-5 .ab-right {
  height: 32px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-5.ab-round label {
  border-radius: 32px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-5.ab-round label:after {
  border-radius: 28px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-5 label {
  width: 64px;
  height: 32px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-5 label:after {
  width: 28px;
}
#ab-switch-stacks_in_44_page6.ab-switch-button-5 label.ncd-toggle-switch:after {
  margin-left: 32px;
}
#ab-switch-stacks_in_44_page6.ab-switch-text-0 li.ab-option {
  display: none;
}
#ab-switch-stacks_in_44_page6.ab-switch-text-1 li.ab-option {
  font-size: 13px;
}
#ab-switch-stacks_in_44_page6.ab-switch-text-2 li.ab-option {
  font-size: 14px;
}
#ab-switch-stacks_in_44_page6.ab-switch-text-3 li.ab-option {
  font-size: 15px;
}
#ab-switch-stacks_in_44_page6.ab-switch-text-4 li.ab-option {
  font-size: 16px;
}
#ab-switch-stacks_in_44_page6.ab-switch-text-5 li.ab-option {
  font-size: 17px;
}
#ab-switch-stacks_in_44_page6.ab-switch-text-6 li.ab-option {
  font-size: 18px;
}
#ab-switch-stacks_in_44_page6.ab-switch-text-7 li.ab-option {
  font-size: 19px;
}
@media (max-width: 1) {
  #ab-switch-stacks_in_44_page6.ab-switch-button-3 .ab-left,
  #ab-switch-stacks_in_44_page6.ab-switch-button-4 .ab-left,
  #ab-switch-stacks_in_44_page6.ab-switch-button-5 .ab-left,
  #ab-switch-stacks_in_44_page6.ab-switch-button-3 .ab-right,
  #ab-switch-stacks_in_44_page6.ab-switch-button-4 .ab-right,
  #ab-switch-stacks_in_44_page6.ab-switch-button-5 .ab-right {
    height: 22px;
  }
  #ab-switch-stacks_in_44_page6.ab-switch-button-3.ab-round label,
  #ab-switch-stacks_in_44_page6.ab-switch-button-4.ab-round label,
  #ab-switch-stacks_in_44_page6.ab-switch-button-5.ab-round label {
    border-radius: 22px;
  }
  #ab-switch-stacks_in_44_page6.ab-switch-button-3.ab-round label:after,
  #ab-switch-stacks_in_44_page6.ab-switch-button-4.ab-round label:after,
  #ab-switch-stacks_in_44_page6.ab-switch-button-5.ab-round label:after {
    border-radius: 18px;
  }
  #ab-switch-stacks_in_44_page6.ab-switch-button-3 label,
  #ab-switch-stacks_in_44_page6.ab-switch-button-4 label,
  #ab-switch-stacks_in_44_page6.ab-switch-button-5 label {
    width: 44px;
    height: 22px;
  }
  #ab-switch-stacks_in_44_page6.ab-switch-button-3 label:after,
  #ab-switch-stacks_in_44_page6.ab-switch-button-4 label:after,
  #ab-switch-stacks_in_44_page6.ab-switch-button-5 label:after {
    width: 18px;
  }
  #ab-switch-stacks_in_44_page6.ab-switch-button-3 label.ncd-toggle-switch:after,
  #ab-switch-stacks_in_44_page6.ab-switch-button-4 label.ncd-toggle-switch:after,
  #ab-switch-stacks_in_44_page6.ab-switch-button-5 label.ncd-toggle-switch:after {
    margin-left: 22px;
  }
  #ab-switch-stacks_in_44_page6.ab-switch-text-3 li.ab-option,
  #ab-switch-stacks_in_44_page6.ab-switch-text-4 li.ab-option,
  #ab-switch-stacks_in_44_page6.ab-switch-text-5 li.ab-option,
  #ab-switch-stacks_in_44_page6.ab-switch-text-6 li.ab-option,
  #ab-switch-stacks_in_44_page6.ab-switch-text-7 li.ab-option {
    font-size: 14px;
  }
}


.b-switch,
.a-switch {
  visibility: hidden;
  position: absolute;
  top: -99999;
  left: -99999;
  opacity: 0;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
}
.b-switch.show,
.a-switch.show {
  visibility: visible;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
}

.b-switch.stacks_in_37_page6,
.a-switch.stacks_in_37_page6 {
  margin-top: 15px;
}
#ab-switch-stacks_in_37_page6{
  position: relative;
  color: #BFBFBF;
  padding-top:10px;
  padding-bottom:15px;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 260px;
}
#ab-switch-stacks_in_37_page6:after {
  content: "";
  display: table;
  clear: both;
}
#ab-switch-stacks_in_37_page6.ab-break-1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_37_page6.ab-break-2 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_37_page6.ab-break-3 {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_37_page6.ab-break-4 {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_37_page6.ab-break-5 {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
#ab-switch-stacks_in_37_page6.ab-break-6 {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
#ab-switch-stacks_in_37_page6.ab-break-1,
#ab-switch-stacks_in_37_page6.ab-break-2,
#ab-switch-stacks_in_37_page6.ab-break-3,
#ab-switch-stacks_in_37_page6.ab-break-4 {
  border-bottom-color: #EEEEEE;
}
#ab-switch-stacks_in_37_page6 .ab-left,
#ab-switch-stacks_in_37_page6 .ab-right,
#ab-switch-stacks_in_37_page6 .ab-center {
  width: 20%;
  float: left;
}
#ab-switch-stacks_in_37_page6.ab-left .ab-center {
  text-align: left;
}
#ab-switch-stacks_in_37_page6.ab-center .ab-center {
  text-align: center;
}
#ab-switch-stacks_in_37_page6.ab-right .ab-center {
  text-align: right;
}
#ab-switch-stacks_in_37_page6 .ab-center {
  width: 100%;
}
#ab-switch-stacks_in_37_page6 .ab-center ul {
  padding: 0;
  margin: 0;
}
#ab-switch-stacks_in_37_page6 .ab-center ul li {
  -webkit-transition: color 500ms;
  -moz-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
}
#ab-switch-stacks_in_37_page6 .ab-center ul li.ab-option,
#ab-switch-stacks_in_37_page6 .ab-center ul li.ab-controller {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  cursor: pointer;
}
#ab-switch-stacks_in_37_page6 .ab-center ul li.ab-option.show,
#ab-switch-stacks_in_37_page6 .ab-center ul li.ab-controller.show {
  cursor: default;
}
#ab-switch-stacks_in_37_page6 .ab-center ul li.ab-option {
  max-width: 35%;
  display: inline-block !important; 
  line-height: normal;
}
#ab-switch-stacks_in_37_page6 .ab-center ul li:first-child {
  padding-right: 2.5%;
  margin-right: 5px;
}
#ab-switch-stacks_in_37_page6 .ab-center ul li:last-child {
  padding-left: 2.5%;
  margin-left: 5px;
}
#ab-switch-stacks_in_37_page6 .ab-center ul li.show {
  color: #444444;
}
#ab-switch-stacks_in_37_page6.ab-square label {
  border-radius: 5px;
}
#ab-switch-stacks_in_37_page6.ab-square label:after {
  border-radius: 3px;
}
#ab-switch-stacks_in_37_page6 label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #999999;
}
#ab-switch-stacks_in_37_page6 label:before,
#ab-switch-stacks_in_37_page6 label:after {
  display: block;
  position: absolute;
  content: "";
}
#ab-switch-stacks_in_37_page6 label:after {
  top: 2px;
  left: 2px;
  bottom: 2px;
  margin-left: 0;
  background-color: #FFFFFF;
  -webkit-transition: margin 0.3s ease-out;
  -moz-transition: margin 0.3s ease-out;
  -o-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}
#ab-switch-stacks_in_37_page6.ab-grad label {
  background-image: -webkit-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: -moz-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: -o-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: linear-gradient(to bottom, #999999 0%, #CCCCCC 100%);
}
#ab-switch-stacks_in_37_page6 .ab-toggle {
  display: none;
}
#ab-switch-stacks_in_37_page6.ab-outline label {
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  background-image: none;
  border-color: #999999;
}
#ab-switch-stacks_in_37_page6.ab-outline label:after {
  background-color: #FFFFFF;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-1 .ab-left,
#ab-switch-stacks_in_37_page6.ab-switch-button-1 .ab-right {
  height: 20px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-1.ab-round label {
  border-radius: 20px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-1.ab-round label:after {
  border-radius: 16px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-1 label {
  width: 40px;
  height: 20px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-1 label:after {
  width: 16px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-1 label.ncd-toggle-switch:after {
  margin-left: 20px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-2 .ab-left,
#ab-switch-stacks_in_37_page6.ab-switch-button-2 .ab-right {
  height: 23px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-2.ab-round label {
  border-radius: 23px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-2.ab-round label:after {
  border-radius: 19px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-2 label {
  width: 46px;
  height: 23px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-2 label:after {
  width: 19px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-2 label.ncd-toggle-switch:after {
  margin-left: 23px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-3 .ab-left,
#ab-switch-stacks_in_37_page6.ab-switch-button-3 .ab-right {
  height: 26px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-3.ab-round label {
  border-radius: 26px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-3.ab-round label:after {
  border-radius: 22px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-3 label {
  width: 52px;
  height: 26px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-3 label:after {
  width: 22px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-3 label.ncd-toggle-switch:after {
  margin-left: 26px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-4 .ab-left,
#ab-switch-stacks_in_37_page6.ab-switch-button-4 .ab-right {
  height: 29px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-4.ab-round label {
  border-radius: 29px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-4.ab-round label:after {
  border-radius: 25px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-4 label {
  width: 58px;
  height: 29px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-4 label:after {
  width: 25px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-4 label.ncd-toggle-switch:after {
  margin-left: 29px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-5 .ab-left,
#ab-switch-stacks_in_37_page6.ab-switch-button-5 .ab-right {
  height: 32px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-5.ab-round label {
  border-radius: 32px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-5.ab-round label:after {
  border-radius: 28px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-5 label {
  width: 64px;
  height: 32px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-5 label:after {
  width: 28px;
}
#ab-switch-stacks_in_37_page6.ab-switch-button-5 label.ncd-toggle-switch:after {
  margin-left: 32px;
}
#ab-switch-stacks_in_37_page6.ab-switch-text-0 li.ab-option {
  display: none;
}
#ab-switch-stacks_in_37_page6.ab-switch-text-1 li.ab-option {
  font-size: 13px;
}
#ab-switch-stacks_in_37_page6.ab-switch-text-2 li.ab-option {
  font-size: 14px;
}
#ab-switch-stacks_in_37_page6.ab-switch-text-3 li.ab-option {
  font-size: 15px;
}
#ab-switch-stacks_in_37_page6.ab-switch-text-4 li.ab-option {
  font-size: 16px;
}
#ab-switch-stacks_in_37_page6.ab-switch-text-5 li.ab-option {
  font-size: 17px;
}
#ab-switch-stacks_in_37_page6.ab-switch-text-6 li.ab-option {
  font-size: 18px;
}
#ab-switch-stacks_in_37_page6.ab-switch-text-7 li.ab-option {
  font-size: 19px;
}
@media (max-width: 1) {
  #ab-switch-stacks_in_37_page6.ab-switch-button-3 .ab-left,
  #ab-switch-stacks_in_37_page6.ab-switch-button-4 .ab-left,
  #ab-switch-stacks_in_37_page6.ab-switch-button-5 .ab-left,
  #ab-switch-stacks_in_37_page6.ab-switch-button-3 .ab-right,
  #ab-switch-stacks_in_37_page6.ab-switch-button-4 .ab-right,
  #ab-switch-stacks_in_37_page6.ab-switch-button-5 .ab-right {
    height: 22px;
  }
  #ab-switch-stacks_in_37_page6.ab-switch-button-3.ab-round label,
  #ab-switch-stacks_in_37_page6.ab-switch-button-4.ab-round label,
  #ab-switch-stacks_in_37_page6.ab-switch-button-5.ab-round label {
    border-radius: 22px;
  }
  #ab-switch-stacks_in_37_page6.ab-switch-button-3.ab-round label:after,
  #ab-switch-stacks_in_37_page6.ab-switch-button-4.ab-round label:after,
  #ab-switch-stacks_in_37_page6.ab-switch-button-5.ab-round label:after {
    border-radius: 18px;
  }
  #ab-switch-stacks_in_37_page6.ab-switch-button-3 label,
  #ab-switch-stacks_in_37_page6.ab-switch-button-4 label,
  #ab-switch-stacks_in_37_page6.ab-switch-button-5 label {
    width: 44px;
    height: 22px;
  }
  #ab-switch-stacks_in_37_page6.ab-switch-button-3 label:after,
  #ab-switch-stacks_in_37_page6.ab-switch-button-4 label:after,
  #ab-switch-stacks_in_37_page6.ab-switch-button-5 label:after {
    width: 18px;
  }
  #ab-switch-stacks_in_37_page6.ab-switch-button-3 label.ncd-toggle-switch:after,
  #ab-switch-stacks_in_37_page6.ab-switch-button-4 label.ncd-toggle-switch:after,
  #ab-switch-stacks_in_37_page6.ab-switch-button-5 label.ncd-toggle-switch:after {
    margin-left: 22px;
  }
  #ab-switch-stacks_in_37_page6.ab-switch-text-3 li.ab-option,
  #ab-switch-stacks_in_37_page6.ab-switch-text-4 li.ab-option,
  #ab-switch-stacks_in_37_page6.ab-switch-text-5 li.ab-option,
  #ab-switch-stacks_in_37_page6.ab-switch-text-6 li.ab-option,
  #ab-switch-stacks_in_37_page6.ab-switch-text-7 li.ab-option {
    font-size: 14px;
  }
}


.b-switch,
.a-switch {
  visibility: hidden;
  position: absolute;
  top: -99999;
  left: -99999;
  opacity: 0;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
}
.b-switch.show,
.a-switch.show {
  visibility: visible;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
}

.b-switch.stacks_in_30_page6,
.a-switch.stacks_in_30_page6 {
  margin-top: 15px;
}
#ab-switch-stacks_in_30_page6{
  position: relative;
  color: #BFBFBF;
  padding-top:10px;
  padding-bottom:15px;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 260px;
}
#ab-switch-stacks_in_30_page6:after {
  content: "";
  display: table;
  clear: both;
}
#ab-switch-stacks_in_30_page6.ab-break-1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_30_page6.ab-break-2 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_30_page6.ab-break-3 {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_30_page6.ab-break-4 {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_30_page6.ab-break-5 {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
#ab-switch-stacks_in_30_page6.ab-break-6 {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
#ab-switch-stacks_in_30_page6.ab-break-1,
#ab-switch-stacks_in_30_page6.ab-break-2,
#ab-switch-stacks_in_30_page6.ab-break-3,
#ab-switch-stacks_in_30_page6.ab-break-4 {
  border-bottom-color: #EEEEEE;
}
#ab-switch-stacks_in_30_page6 .ab-left,
#ab-switch-stacks_in_30_page6 .ab-right,
#ab-switch-stacks_in_30_page6 .ab-center {
  width: 20%;
  float: left;
}
#ab-switch-stacks_in_30_page6.ab-left .ab-center {
  text-align: left;
}
#ab-switch-stacks_in_30_page6.ab-center .ab-center {
  text-align: center;
}
#ab-switch-stacks_in_30_page6.ab-right .ab-center {
  text-align: right;
}
#ab-switch-stacks_in_30_page6 .ab-center {
  width: 100%;
}
#ab-switch-stacks_in_30_page6 .ab-center ul {
  padding: 0;
  margin: 0;
}
#ab-switch-stacks_in_30_page6 .ab-center ul li {
  -webkit-transition: color 500ms;
  -moz-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
}
#ab-switch-stacks_in_30_page6 .ab-center ul li.ab-option,
#ab-switch-stacks_in_30_page6 .ab-center ul li.ab-controller {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  cursor: pointer;
}
#ab-switch-stacks_in_30_page6 .ab-center ul li.ab-option.show,
#ab-switch-stacks_in_30_page6 .ab-center ul li.ab-controller.show {
  cursor: default;
}
#ab-switch-stacks_in_30_page6 .ab-center ul li.ab-option {
  max-width: 35%;
  display: inline-block !important; 
  line-height: normal;
}
#ab-switch-stacks_in_30_page6 .ab-center ul li:first-child {
  padding-right: 2.5%;
  margin-right: 5px;
}
#ab-switch-stacks_in_30_page6 .ab-center ul li:last-child {
  padding-left: 2.5%;
  margin-left: 5px;
}
#ab-switch-stacks_in_30_page6 .ab-center ul li.show {
  color: #444444;
}
#ab-switch-stacks_in_30_page6.ab-square label {
  border-radius: 5px;
}
#ab-switch-stacks_in_30_page6.ab-square label:after {
  border-radius: 3px;
}
#ab-switch-stacks_in_30_page6 label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #999999;
}
#ab-switch-stacks_in_30_page6 label:before,
#ab-switch-stacks_in_30_page6 label:after {
  display: block;
  position: absolute;
  content: "";
}
#ab-switch-stacks_in_30_page6 label:after {
  top: 2px;
  left: 2px;
  bottom: 2px;
  margin-left: 0;
  background-color: #FFFFFF;
  -webkit-transition: margin 0.3s ease-out;
  -moz-transition: margin 0.3s ease-out;
  -o-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}
#ab-switch-stacks_in_30_page6.ab-grad label {
  background-image: -webkit-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: -moz-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: -o-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: linear-gradient(to bottom, #999999 0%, #CCCCCC 100%);
}
#ab-switch-stacks_in_30_page6 .ab-toggle {
  display: none;
}
#ab-switch-stacks_in_30_page6.ab-outline label {
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  background-image: none;
  border-color: #999999;
}
#ab-switch-stacks_in_30_page6.ab-outline label:after {
  background-color: #FFFFFF;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-1 .ab-left,
#ab-switch-stacks_in_30_page6.ab-switch-button-1 .ab-right {
  height: 20px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-1.ab-round label {
  border-radius: 20px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-1.ab-round label:after {
  border-radius: 16px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-1 label {
  width: 40px;
  height: 20px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-1 label:after {
  width: 16px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-1 label.ncd-toggle-switch:after {
  margin-left: 20px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-2 .ab-left,
#ab-switch-stacks_in_30_page6.ab-switch-button-2 .ab-right {
  height: 23px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-2.ab-round label {
  border-radius: 23px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-2.ab-round label:after {
  border-radius: 19px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-2 label {
  width: 46px;
  height: 23px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-2 label:after {
  width: 19px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-2 label.ncd-toggle-switch:after {
  margin-left: 23px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-3 .ab-left,
#ab-switch-stacks_in_30_page6.ab-switch-button-3 .ab-right {
  height: 26px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-3.ab-round label {
  border-radius: 26px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-3.ab-round label:after {
  border-radius: 22px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-3 label {
  width: 52px;
  height: 26px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-3 label:after {
  width: 22px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-3 label.ncd-toggle-switch:after {
  margin-left: 26px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-4 .ab-left,
#ab-switch-stacks_in_30_page6.ab-switch-button-4 .ab-right {
  height: 29px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-4.ab-round label {
  border-radius: 29px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-4.ab-round label:after {
  border-radius: 25px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-4 label {
  width: 58px;
  height: 29px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-4 label:after {
  width: 25px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-4 label.ncd-toggle-switch:after {
  margin-left: 29px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-5 .ab-left,
#ab-switch-stacks_in_30_page6.ab-switch-button-5 .ab-right {
  height: 32px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-5.ab-round label {
  border-radius: 32px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-5.ab-round label:after {
  border-radius: 28px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-5 label {
  width: 64px;
  height: 32px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-5 label:after {
  width: 28px;
}
#ab-switch-stacks_in_30_page6.ab-switch-button-5 label.ncd-toggle-switch:after {
  margin-left: 32px;
}
#ab-switch-stacks_in_30_page6.ab-switch-text-0 li.ab-option {
  display: none;
}
#ab-switch-stacks_in_30_page6.ab-switch-text-1 li.ab-option {
  font-size: 13px;
}
#ab-switch-stacks_in_30_page6.ab-switch-text-2 li.ab-option {
  font-size: 14px;
}
#ab-switch-stacks_in_30_page6.ab-switch-text-3 li.ab-option {
  font-size: 15px;
}
#ab-switch-stacks_in_30_page6.ab-switch-text-4 li.ab-option {
  font-size: 16px;
}
#ab-switch-stacks_in_30_page6.ab-switch-text-5 li.ab-option {
  font-size: 17px;
}
#ab-switch-stacks_in_30_page6.ab-switch-text-6 li.ab-option {
  font-size: 18px;
}
#ab-switch-stacks_in_30_page6.ab-switch-text-7 li.ab-option {
  font-size: 19px;
}
@media (max-width: 1) {
  #ab-switch-stacks_in_30_page6.ab-switch-button-3 .ab-left,
  #ab-switch-stacks_in_30_page6.ab-switch-button-4 .ab-left,
  #ab-switch-stacks_in_30_page6.ab-switch-button-5 .ab-left,
  #ab-switch-stacks_in_30_page6.ab-switch-button-3 .ab-right,
  #ab-switch-stacks_in_30_page6.ab-switch-button-4 .ab-right,
  #ab-switch-stacks_in_30_page6.ab-switch-button-5 .ab-right {
    height: 22px;
  }
  #ab-switch-stacks_in_30_page6.ab-switch-button-3.ab-round label,
  #ab-switch-stacks_in_30_page6.ab-switch-button-4.ab-round label,
  #ab-switch-stacks_in_30_page6.ab-switch-button-5.ab-round label {
    border-radius: 22px;
  }
  #ab-switch-stacks_in_30_page6.ab-switch-button-3.ab-round label:after,
  #ab-switch-stacks_in_30_page6.ab-switch-button-4.ab-round label:after,
  #ab-switch-stacks_in_30_page6.ab-switch-button-5.ab-round label:after {
    border-radius: 18px;
  }
  #ab-switch-stacks_in_30_page6.ab-switch-button-3 label,
  #ab-switch-stacks_in_30_page6.ab-switch-button-4 label,
  #ab-switch-stacks_in_30_page6.ab-switch-button-5 label {
    width: 44px;
    height: 22px;
  }
  #ab-switch-stacks_in_30_page6.ab-switch-button-3 label:after,
  #ab-switch-stacks_in_30_page6.ab-switch-button-4 label:after,
  #ab-switch-stacks_in_30_page6.ab-switch-button-5 label:after {
    width: 18px;
  }
  #ab-switch-stacks_in_30_page6.ab-switch-button-3 label.ncd-toggle-switch:after,
  #ab-switch-stacks_in_30_page6.ab-switch-button-4 label.ncd-toggle-switch:after,
  #ab-switch-stacks_in_30_page6.ab-switch-button-5 label.ncd-toggle-switch:after {
    margin-left: 22px;
  }
  #ab-switch-stacks_in_30_page6.ab-switch-text-3 li.ab-option,
  #ab-switch-stacks_in_30_page6.ab-switch-text-4 li.ab-option,
  #ab-switch-stacks_in_30_page6.ab-switch-text-5 li.ab-option,
  #ab-switch-stacks_in_30_page6.ab-switch-text-6 li.ab-option,
  #ab-switch-stacks_in_30_page6.ab-switch-text-7 li.ab-option {
    font-size: 14px;
  }
}


.b-switch,
.a-switch {
  visibility: hidden;
  position: absolute;
  top: -99999;
  left: -99999;
  opacity: 0;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
}
.b-switch.show,
.a-switch.show {
  visibility: visible;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
}

.b-switch.stacks_in_23_page6,
.a-switch.stacks_in_23_page6 {
  margin-top: 15px;
}
#ab-switch-stacks_in_23_page6{
  position: relative;
  color: #BFBFBF;
  padding-top:10px;
  padding-bottom:15px;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 260px;
}
#ab-switch-stacks_in_23_page6:after {
  content: "";
  display: table;
  clear: both;
}
#ab-switch-stacks_in_23_page6.ab-break-1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_23_page6.ab-break-2 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_23_page6.ab-break-3 {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_23_page6.ab-break-4 {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_23_page6.ab-break-5 {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
#ab-switch-stacks_in_23_page6.ab-break-6 {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
#ab-switch-stacks_in_23_page6.ab-break-1,
#ab-switch-stacks_in_23_page6.ab-break-2,
#ab-switch-stacks_in_23_page6.ab-break-3,
#ab-switch-stacks_in_23_page6.ab-break-4 {
  border-bottom-color: #EEEEEE;
}
#ab-switch-stacks_in_23_page6 .ab-left,
#ab-switch-stacks_in_23_page6 .ab-right,
#ab-switch-stacks_in_23_page6 .ab-center {
  width: 20%;
  float: left;
}
#ab-switch-stacks_in_23_page6.ab-left .ab-center {
  text-align: left;
}
#ab-switch-stacks_in_23_page6.ab-center .ab-center {
  text-align: center;
}
#ab-switch-stacks_in_23_page6.ab-right .ab-center {
  text-align: right;
}
#ab-switch-stacks_in_23_page6 .ab-center {
  width: 100%;
}
#ab-switch-stacks_in_23_page6 .ab-center ul {
  padding: 0;
  margin: 0;
}
#ab-switch-stacks_in_23_page6 .ab-center ul li {
  -webkit-transition: color 500ms;
  -moz-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
}
#ab-switch-stacks_in_23_page6 .ab-center ul li.ab-option,
#ab-switch-stacks_in_23_page6 .ab-center ul li.ab-controller {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  cursor: pointer;
}
#ab-switch-stacks_in_23_page6 .ab-center ul li.ab-option.show,
#ab-switch-stacks_in_23_page6 .ab-center ul li.ab-controller.show {
  cursor: default;
}
#ab-switch-stacks_in_23_page6 .ab-center ul li.ab-option {
  max-width: 35%;
  display: inline-block !important; 
  line-height: normal;
}
#ab-switch-stacks_in_23_page6 .ab-center ul li:first-child {
  padding-right: 2.5%;
  margin-right: 5px;
}
#ab-switch-stacks_in_23_page6 .ab-center ul li:last-child {
  padding-left: 2.5%;
  margin-left: 5px;
}
#ab-switch-stacks_in_23_page6 .ab-center ul li.show {
  color: #444444;
}
#ab-switch-stacks_in_23_page6.ab-square label {
  border-radius: 5px;
}
#ab-switch-stacks_in_23_page6.ab-square label:after {
  border-radius: 3px;
}
#ab-switch-stacks_in_23_page6 label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #999999;
}
#ab-switch-stacks_in_23_page6 label:before,
#ab-switch-stacks_in_23_page6 label:after {
  display: block;
  position: absolute;
  content: "";
}
#ab-switch-stacks_in_23_page6 label:after {
  top: 2px;
  left: 2px;
  bottom: 2px;
  margin-left: 0;
  background-color: #FFFFFF;
  -webkit-transition: margin 0.3s ease-out;
  -moz-transition: margin 0.3s ease-out;
  -o-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}
#ab-switch-stacks_in_23_page6.ab-grad label {
  background-image: -webkit-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: -moz-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: -o-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: linear-gradient(to bottom, #999999 0%, #CCCCCC 100%);
}
#ab-switch-stacks_in_23_page6 .ab-toggle {
  display: none;
}
#ab-switch-stacks_in_23_page6.ab-outline label {
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  background-image: none;
  border-color: #999999;
}
#ab-switch-stacks_in_23_page6.ab-outline label:after {
  background-color: #FFFFFF;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-1 .ab-left,
#ab-switch-stacks_in_23_page6.ab-switch-button-1 .ab-right {
  height: 20px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-1.ab-round label {
  border-radius: 20px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-1.ab-round label:after {
  border-radius: 16px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-1 label {
  width: 40px;
  height: 20px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-1 label:after {
  width: 16px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-1 label.ncd-toggle-switch:after {
  margin-left: 20px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-2 .ab-left,
#ab-switch-stacks_in_23_page6.ab-switch-button-2 .ab-right {
  height: 23px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-2.ab-round label {
  border-radius: 23px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-2.ab-round label:after {
  border-radius: 19px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-2 label {
  width: 46px;
  height: 23px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-2 label:after {
  width: 19px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-2 label.ncd-toggle-switch:after {
  margin-left: 23px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-3 .ab-left,
#ab-switch-stacks_in_23_page6.ab-switch-button-3 .ab-right {
  height: 26px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-3.ab-round label {
  border-radius: 26px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-3.ab-round label:after {
  border-radius: 22px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-3 label {
  width: 52px;
  height: 26px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-3 label:after {
  width: 22px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-3 label.ncd-toggle-switch:after {
  margin-left: 26px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-4 .ab-left,
#ab-switch-stacks_in_23_page6.ab-switch-button-4 .ab-right {
  height: 29px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-4.ab-round label {
  border-radius: 29px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-4.ab-round label:after {
  border-radius: 25px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-4 label {
  width: 58px;
  height: 29px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-4 label:after {
  width: 25px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-4 label.ncd-toggle-switch:after {
  margin-left: 29px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-5 .ab-left,
#ab-switch-stacks_in_23_page6.ab-switch-button-5 .ab-right {
  height: 32px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-5.ab-round label {
  border-radius: 32px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-5.ab-round label:after {
  border-radius: 28px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-5 label {
  width: 64px;
  height: 32px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-5 label:after {
  width: 28px;
}
#ab-switch-stacks_in_23_page6.ab-switch-button-5 label.ncd-toggle-switch:after {
  margin-left: 32px;
}
#ab-switch-stacks_in_23_page6.ab-switch-text-0 li.ab-option {
  display: none;
}
#ab-switch-stacks_in_23_page6.ab-switch-text-1 li.ab-option {
  font-size: 13px;
}
#ab-switch-stacks_in_23_page6.ab-switch-text-2 li.ab-option {
  font-size: 14px;
}
#ab-switch-stacks_in_23_page6.ab-switch-text-3 li.ab-option {
  font-size: 15px;
}
#ab-switch-stacks_in_23_page6.ab-switch-text-4 li.ab-option {
  font-size: 16px;
}
#ab-switch-stacks_in_23_page6.ab-switch-text-5 li.ab-option {
  font-size: 17px;
}
#ab-switch-stacks_in_23_page6.ab-switch-text-6 li.ab-option {
  font-size: 18px;
}
#ab-switch-stacks_in_23_page6.ab-switch-text-7 li.ab-option {
  font-size: 19px;
}
@media (max-width: 1) {
  #ab-switch-stacks_in_23_page6.ab-switch-button-3 .ab-left,
  #ab-switch-stacks_in_23_page6.ab-switch-button-4 .ab-left,
  #ab-switch-stacks_in_23_page6.ab-switch-button-5 .ab-left,
  #ab-switch-stacks_in_23_page6.ab-switch-button-3 .ab-right,
  #ab-switch-stacks_in_23_page6.ab-switch-button-4 .ab-right,
  #ab-switch-stacks_in_23_page6.ab-switch-button-5 .ab-right {
    height: 22px;
  }
  #ab-switch-stacks_in_23_page6.ab-switch-button-3.ab-round label,
  #ab-switch-stacks_in_23_page6.ab-switch-button-4.ab-round label,
  #ab-switch-stacks_in_23_page6.ab-switch-button-5.ab-round label {
    border-radius: 22px;
  }
  #ab-switch-stacks_in_23_page6.ab-switch-button-3.ab-round label:after,
  #ab-switch-stacks_in_23_page6.ab-switch-button-4.ab-round label:after,
  #ab-switch-stacks_in_23_page6.ab-switch-button-5.ab-round label:after {
    border-radius: 18px;
  }
  #ab-switch-stacks_in_23_page6.ab-switch-button-3 label,
  #ab-switch-stacks_in_23_page6.ab-switch-button-4 label,
  #ab-switch-stacks_in_23_page6.ab-switch-button-5 label {
    width: 44px;
    height: 22px;
  }
  #ab-switch-stacks_in_23_page6.ab-switch-button-3 label:after,
  #ab-switch-stacks_in_23_page6.ab-switch-button-4 label:after,
  #ab-switch-stacks_in_23_page6.ab-switch-button-5 label:after {
    width: 18px;
  }
  #ab-switch-stacks_in_23_page6.ab-switch-button-3 label.ncd-toggle-switch:after,
  #ab-switch-stacks_in_23_page6.ab-switch-button-4 label.ncd-toggle-switch:after,
  #ab-switch-stacks_in_23_page6.ab-switch-button-5 label.ncd-toggle-switch:after {
    margin-left: 22px;
  }
  #ab-switch-stacks_in_23_page6.ab-switch-text-3 li.ab-option,
  #ab-switch-stacks_in_23_page6.ab-switch-text-4 li.ab-option,
  #ab-switch-stacks_in_23_page6.ab-switch-text-5 li.ab-option,
  #ab-switch-stacks_in_23_page6.ab-switch-text-6 li.ab-option,
  #ab-switch-stacks_in_23_page6.ab-switch-text-7 li.ab-option {
    font-size: 14px;
  }
}


.b-switch,
.a-switch {
  visibility: hidden;
  position: absolute;
  top: -99999;
  left: -99999;
  opacity: 0;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
}
.b-switch.show,
.a-switch.show {
  visibility: visible;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
}

.b-switch.stacks_in_2_page6,
.a-switch.stacks_in_2_page6 {
  margin-top: 15px;
}
#ab-switch-stacks_in_2_page6{
  position: relative;
  color: #BFBFBF;
  padding-top:10px;
  padding-bottom:15px;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 260px;
}
#ab-switch-stacks_in_2_page6:after {
  content: "";
  display: table;
  clear: both;
}
#ab-switch-stacks_in_2_page6.ab-break-1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_2_page6.ab-break-2 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_2_page6.ab-break-3 {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_2_page6.ab-break-4 {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_2_page6.ab-break-5 {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
#ab-switch-stacks_in_2_page6.ab-break-6 {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
#ab-switch-stacks_in_2_page6.ab-break-1,
#ab-switch-stacks_in_2_page6.ab-break-2,
#ab-switch-stacks_in_2_page6.ab-break-3,
#ab-switch-stacks_in_2_page6.ab-break-4 {
  border-bottom-color: #EEEEEE;
}
#ab-switch-stacks_in_2_page6 .ab-left,
#ab-switch-stacks_in_2_page6 .ab-right,
#ab-switch-stacks_in_2_page6 .ab-center {
  width: 20%;
  float: left;
}
#ab-switch-stacks_in_2_page6.ab-left .ab-center {
  text-align: left;
}
#ab-switch-stacks_in_2_page6.ab-center .ab-center {
  text-align: center;
}
#ab-switch-stacks_in_2_page6.ab-right .ab-center {
  text-align: right;
}
#ab-switch-stacks_in_2_page6 .ab-center {
  width: 100%;
}
#ab-switch-stacks_in_2_page6 .ab-center ul {
  padding: 0;
  margin: 0;
}
#ab-switch-stacks_in_2_page6 .ab-center ul li {
  -webkit-transition: color 500ms;
  -moz-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
}
#ab-switch-stacks_in_2_page6 .ab-center ul li.ab-option,
#ab-switch-stacks_in_2_page6 .ab-center ul li.ab-controller {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  cursor: pointer;
}
#ab-switch-stacks_in_2_page6 .ab-center ul li.ab-option.show,
#ab-switch-stacks_in_2_page6 .ab-center ul li.ab-controller.show {
  cursor: default;
}
#ab-switch-stacks_in_2_page6 .ab-center ul li.ab-option {
  max-width: 35%;
  display: inline-block !important; 
  line-height: normal;
}
#ab-switch-stacks_in_2_page6 .ab-center ul li:first-child {
  padding-right: 2.5%;
  margin-right: 5px;
}
#ab-switch-stacks_in_2_page6 .ab-center ul li:last-child {
  padding-left: 2.5%;
  margin-left: 5px;
}
#ab-switch-stacks_in_2_page6 .ab-center ul li.show {
  color: #444444;
}
#ab-switch-stacks_in_2_page6.ab-square label {
  border-radius: 5px;
}
#ab-switch-stacks_in_2_page6.ab-square label:after {
  border-radius: 3px;
}
#ab-switch-stacks_in_2_page6 label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #999999;
}
#ab-switch-stacks_in_2_page6 label:before,
#ab-switch-stacks_in_2_page6 label:after {
  display: block;
  position: absolute;
  content: "";
}
#ab-switch-stacks_in_2_page6 label:after {
  top: 2px;
  left: 2px;
  bottom: 2px;
  margin-left: 0;
  background-color: #FFFFFF;
  -webkit-transition: margin 0.3s ease-out;
  -moz-transition: margin 0.3s ease-out;
  -o-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}
#ab-switch-stacks_in_2_page6.ab-grad label {
  background-image: -webkit-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: -moz-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: -o-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: linear-gradient(to bottom, #999999 0%, #CCCCCC 100%);
}
#ab-switch-stacks_in_2_page6 .ab-toggle {
  display: none;
}
#ab-switch-stacks_in_2_page6.ab-outline label {
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  background-image: none;
  border-color: #999999;
}
#ab-switch-stacks_in_2_page6.ab-outline label:after {
  background-color: #FFFFFF;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-1 .ab-left,
#ab-switch-stacks_in_2_page6.ab-switch-button-1 .ab-right {
  height: 20px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-1.ab-round label {
  border-radius: 20px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-1.ab-round label:after {
  border-radius: 16px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-1 label {
  width: 40px;
  height: 20px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-1 label:after {
  width: 16px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-1 label.ncd-toggle-switch:after {
  margin-left: 20px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-2 .ab-left,
#ab-switch-stacks_in_2_page6.ab-switch-button-2 .ab-right {
  height: 23px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-2.ab-round label {
  border-radius: 23px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-2.ab-round label:after {
  border-radius: 19px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-2 label {
  width: 46px;
  height: 23px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-2 label:after {
  width: 19px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-2 label.ncd-toggle-switch:after {
  margin-left: 23px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-3 .ab-left,
#ab-switch-stacks_in_2_page6.ab-switch-button-3 .ab-right {
  height: 26px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-3.ab-round label {
  border-radius: 26px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-3.ab-round label:after {
  border-radius: 22px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-3 label {
  width: 52px;
  height: 26px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-3 label:after {
  width: 22px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-3 label.ncd-toggle-switch:after {
  margin-left: 26px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-4 .ab-left,
#ab-switch-stacks_in_2_page6.ab-switch-button-4 .ab-right {
  height: 29px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-4.ab-round label {
  border-radius: 29px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-4.ab-round label:after {
  border-radius: 25px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-4 label {
  width: 58px;
  height: 29px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-4 label:after {
  width: 25px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-4 label.ncd-toggle-switch:after {
  margin-left: 29px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-5 .ab-left,
#ab-switch-stacks_in_2_page6.ab-switch-button-5 .ab-right {
  height: 32px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-5.ab-round label {
  border-radius: 32px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-5.ab-round label:after {
  border-radius: 28px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-5 label {
  width: 64px;
  height: 32px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-5 label:after {
  width: 28px;
}
#ab-switch-stacks_in_2_page6.ab-switch-button-5 label.ncd-toggle-switch:after {
  margin-left: 32px;
}
#ab-switch-stacks_in_2_page6.ab-switch-text-0 li.ab-option {
  display: none;
}
#ab-switch-stacks_in_2_page6.ab-switch-text-1 li.ab-option {
  font-size: 13px;
}
#ab-switch-stacks_in_2_page6.ab-switch-text-2 li.ab-option {
  font-size: 14px;
}
#ab-switch-stacks_in_2_page6.ab-switch-text-3 li.ab-option {
  font-size: 15px;
}
#ab-switch-stacks_in_2_page6.ab-switch-text-4 li.ab-option {
  font-size: 16px;
}
#ab-switch-stacks_in_2_page6.ab-switch-text-5 li.ab-option {
  font-size: 17px;
}
#ab-switch-stacks_in_2_page6.ab-switch-text-6 li.ab-option {
  font-size: 18px;
}
#ab-switch-stacks_in_2_page6.ab-switch-text-7 li.ab-option {
  font-size: 19px;
}
@media (max-width: 1) {
  #ab-switch-stacks_in_2_page6.ab-switch-button-3 .ab-left,
  #ab-switch-stacks_in_2_page6.ab-switch-button-4 .ab-left,
  #ab-switch-stacks_in_2_page6.ab-switch-button-5 .ab-left,
  #ab-switch-stacks_in_2_page6.ab-switch-button-3 .ab-right,
  #ab-switch-stacks_in_2_page6.ab-switch-button-4 .ab-right,
  #ab-switch-stacks_in_2_page6.ab-switch-button-5 .ab-right {
    height: 22px;
  }
  #ab-switch-stacks_in_2_page6.ab-switch-button-3.ab-round label,
  #ab-switch-stacks_in_2_page6.ab-switch-button-4.ab-round label,
  #ab-switch-stacks_in_2_page6.ab-switch-button-5.ab-round label {
    border-radius: 22px;
  }
  #ab-switch-stacks_in_2_page6.ab-switch-button-3.ab-round label:after,
  #ab-switch-stacks_in_2_page6.ab-switch-button-4.ab-round label:after,
  #ab-switch-stacks_in_2_page6.ab-switch-button-5.ab-round label:after {
    border-radius: 18px;
  }
  #ab-switch-stacks_in_2_page6.ab-switch-button-3 label,
  #ab-switch-stacks_in_2_page6.ab-switch-button-4 label,
  #ab-switch-stacks_in_2_page6.ab-switch-button-5 label {
    width: 44px;
    height: 22px;
  }
  #ab-switch-stacks_in_2_page6.ab-switch-button-3 label:after,
  #ab-switch-stacks_in_2_page6.ab-switch-button-4 label:after,
  #ab-switch-stacks_in_2_page6.ab-switch-button-5 label:after {
    width: 18px;
  }
  #ab-switch-stacks_in_2_page6.ab-switch-button-3 label.ncd-toggle-switch:after,
  #ab-switch-stacks_in_2_page6.ab-switch-button-4 label.ncd-toggle-switch:after,
  #ab-switch-stacks_in_2_page6.ab-switch-button-5 label.ncd-toggle-switch:after {
    margin-left: 22px;
  }
  #ab-switch-stacks_in_2_page6.ab-switch-text-3 li.ab-option,
  #ab-switch-stacks_in_2_page6.ab-switch-text-4 li.ab-option,
  #ab-switch-stacks_in_2_page6.ab-switch-text-5 li.ab-option,
  #ab-switch-stacks_in_2_page6.ab-switch-text-6 li.ab-option,
  #ab-switch-stacks_in_2_page6.ab-switch-text-7 li.ab-option {
    font-size: 14px;
  }
}


.b-switch,
.a-switch {
  visibility: hidden;
  position: absolute;
  top: -99999;
  left: -99999;
  opacity: 0;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
}
.b-switch.show,
.a-switch.show {
  visibility: visible;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
}

.b-switch.stacks_in_9_page6,
.a-switch.stacks_in_9_page6 {
  margin-top: 15px;
}
#ab-switch-stacks_in_9_page6{
  position: relative;
  color: #BFBFBF;
  padding-top:10px;
  padding-bottom:15px;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 260px;
}
#ab-switch-stacks_in_9_page6:after {
  content: "";
  display: table;
  clear: both;
}
#ab-switch-stacks_in_9_page6.ab-break-1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_9_page6.ab-break-2 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_9_page6.ab-break-3 {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_9_page6.ab-break-4 {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_9_page6.ab-break-5 {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
#ab-switch-stacks_in_9_page6.ab-break-6 {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
#ab-switch-stacks_in_9_page6.ab-break-1,
#ab-switch-stacks_in_9_page6.ab-break-2,
#ab-switch-stacks_in_9_page6.ab-break-3,
#ab-switch-stacks_in_9_page6.ab-break-4 {
  border-bottom-color: #EEEEEE;
}
#ab-switch-stacks_in_9_page6 .ab-left,
#ab-switch-stacks_in_9_page6 .ab-right,
#ab-switch-stacks_in_9_page6 .ab-center {
  width: 20%;
  float: left;
}
#ab-switch-stacks_in_9_page6.ab-left .ab-center {
  text-align: left;
}
#ab-switch-stacks_in_9_page6.ab-center .ab-center {
  text-align: center;
}
#ab-switch-stacks_in_9_page6.ab-right .ab-center {
  text-align: right;
}
#ab-switch-stacks_in_9_page6 .ab-center {
  width: 100%;
}
#ab-switch-stacks_in_9_page6 .ab-center ul {
  padding: 0;
  margin: 0;
}
#ab-switch-stacks_in_9_page6 .ab-center ul li {
  -webkit-transition: color 500ms;
  -moz-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
}
#ab-switch-stacks_in_9_page6 .ab-center ul li.ab-option,
#ab-switch-stacks_in_9_page6 .ab-center ul li.ab-controller {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  cursor: pointer;
}
#ab-switch-stacks_in_9_page6 .ab-center ul li.ab-option.show,
#ab-switch-stacks_in_9_page6 .ab-center ul li.ab-controller.show {
  cursor: default;
}
#ab-switch-stacks_in_9_page6 .ab-center ul li.ab-option {
  max-width: 35%;
  display: inline-block !important; 
  line-height: normal;
}
#ab-switch-stacks_in_9_page6 .ab-center ul li:first-child {
  padding-right: 2.5%;
  margin-right: 5px;
}
#ab-switch-stacks_in_9_page6 .ab-center ul li:last-child {
  padding-left: 2.5%;
  margin-left: 5px;
}
#ab-switch-stacks_in_9_page6 .ab-center ul li.show {
  color: #444444;
}
#ab-switch-stacks_in_9_page6.ab-square label {
  border-radius: 5px;
}
#ab-switch-stacks_in_9_page6.ab-square label:after {
  border-radius: 3px;
}
#ab-switch-stacks_in_9_page6 label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #999999;
}
#ab-switch-stacks_in_9_page6 label:before,
#ab-switch-stacks_in_9_page6 label:after {
  display: block;
  position: absolute;
  content: "";
}
#ab-switch-stacks_in_9_page6 label:after {
  top: 2px;
  left: 2px;
  bottom: 2px;
  margin-left: 0;
  background-color: #FFFFFF;
  -webkit-transition: margin 0.3s ease-out;
  -moz-transition: margin 0.3s ease-out;
  -o-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}
#ab-switch-stacks_in_9_page6.ab-grad label {
  background-image: -webkit-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: -moz-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: -o-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: linear-gradient(to bottom, #999999 0%, #CCCCCC 100%);
}
#ab-switch-stacks_in_9_page6 .ab-toggle {
  display: none;
}
#ab-switch-stacks_in_9_page6.ab-outline label {
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  background-image: none;
  border-color: #999999;
}
#ab-switch-stacks_in_9_page6.ab-outline label:after {
  background-color: #FFFFFF;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-1 .ab-left,
#ab-switch-stacks_in_9_page6.ab-switch-button-1 .ab-right {
  height: 20px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-1.ab-round label {
  border-radius: 20px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-1.ab-round label:after {
  border-radius: 16px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-1 label {
  width: 40px;
  height: 20px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-1 label:after {
  width: 16px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-1 label.ncd-toggle-switch:after {
  margin-left: 20px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-2 .ab-left,
#ab-switch-stacks_in_9_page6.ab-switch-button-2 .ab-right {
  height: 23px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-2.ab-round label {
  border-radius: 23px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-2.ab-round label:after {
  border-radius: 19px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-2 label {
  width: 46px;
  height: 23px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-2 label:after {
  width: 19px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-2 label.ncd-toggle-switch:after {
  margin-left: 23px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-3 .ab-left,
#ab-switch-stacks_in_9_page6.ab-switch-button-3 .ab-right {
  height: 26px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-3.ab-round label {
  border-radius: 26px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-3.ab-round label:after {
  border-radius: 22px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-3 label {
  width: 52px;
  height: 26px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-3 label:after {
  width: 22px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-3 label.ncd-toggle-switch:after {
  margin-left: 26px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-4 .ab-left,
#ab-switch-stacks_in_9_page6.ab-switch-button-4 .ab-right {
  height: 29px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-4.ab-round label {
  border-radius: 29px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-4.ab-round label:after {
  border-radius: 25px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-4 label {
  width: 58px;
  height: 29px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-4 label:after {
  width: 25px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-4 label.ncd-toggle-switch:after {
  margin-left: 29px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-5 .ab-left,
#ab-switch-stacks_in_9_page6.ab-switch-button-5 .ab-right {
  height: 32px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-5.ab-round label {
  border-radius: 32px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-5.ab-round label:after {
  border-radius: 28px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-5 label {
  width: 64px;
  height: 32px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-5 label:after {
  width: 28px;
}
#ab-switch-stacks_in_9_page6.ab-switch-button-5 label.ncd-toggle-switch:after {
  margin-left: 32px;
}
#ab-switch-stacks_in_9_page6.ab-switch-text-0 li.ab-option {
  display: none;
}
#ab-switch-stacks_in_9_page6.ab-switch-text-1 li.ab-option {
  font-size: 13px;
}
#ab-switch-stacks_in_9_page6.ab-switch-text-2 li.ab-option {
  font-size: 14px;
}
#ab-switch-stacks_in_9_page6.ab-switch-text-3 li.ab-option {
  font-size: 15px;
}
#ab-switch-stacks_in_9_page6.ab-switch-text-4 li.ab-option {
  font-size: 16px;
}
#ab-switch-stacks_in_9_page6.ab-switch-text-5 li.ab-option {
  font-size: 17px;
}
#ab-switch-stacks_in_9_page6.ab-switch-text-6 li.ab-option {
  font-size: 18px;
}
#ab-switch-stacks_in_9_page6.ab-switch-text-7 li.ab-option {
  font-size: 19px;
}
@media (max-width: 1) {
  #ab-switch-stacks_in_9_page6.ab-switch-button-3 .ab-left,
  #ab-switch-stacks_in_9_page6.ab-switch-button-4 .ab-left,
  #ab-switch-stacks_in_9_page6.ab-switch-button-5 .ab-left,
  #ab-switch-stacks_in_9_page6.ab-switch-button-3 .ab-right,
  #ab-switch-stacks_in_9_page6.ab-switch-button-4 .ab-right,
  #ab-switch-stacks_in_9_page6.ab-switch-button-5 .ab-right {
    height: 22px;
  }
  #ab-switch-stacks_in_9_page6.ab-switch-button-3.ab-round label,
  #ab-switch-stacks_in_9_page6.ab-switch-button-4.ab-round label,
  #ab-switch-stacks_in_9_page6.ab-switch-button-5.ab-round label {
    border-radius: 22px;
  }
  #ab-switch-stacks_in_9_page6.ab-switch-button-3.ab-round label:after,
  #ab-switch-stacks_in_9_page6.ab-switch-button-4.ab-round label:after,
  #ab-switch-stacks_in_9_page6.ab-switch-button-5.ab-round label:after {
    border-radius: 18px;
  }
  #ab-switch-stacks_in_9_page6.ab-switch-button-3 label,
  #ab-switch-stacks_in_9_page6.ab-switch-button-4 label,
  #ab-switch-stacks_in_9_page6.ab-switch-button-5 label {
    width: 44px;
    height: 22px;
  }
  #ab-switch-stacks_in_9_page6.ab-switch-button-3 label:after,
  #ab-switch-stacks_in_9_page6.ab-switch-button-4 label:after,
  #ab-switch-stacks_in_9_page6.ab-switch-button-5 label:after {
    width: 18px;
  }
  #ab-switch-stacks_in_9_page6.ab-switch-button-3 label.ncd-toggle-switch:after,
  #ab-switch-stacks_in_9_page6.ab-switch-button-4 label.ncd-toggle-switch:after,
  #ab-switch-stacks_in_9_page6.ab-switch-button-5 label.ncd-toggle-switch:after {
    margin-left: 22px;
  }
  #ab-switch-stacks_in_9_page6.ab-switch-text-3 li.ab-option,
  #ab-switch-stacks_in_9_page6.ab-switch-text-4 li.ab-option,
  #ab-switch-stacks_in_9_page6.ab-switch-text-5 li.ab-option,
  #ab-switch-stacks_in_9_page6.ab-switch-text-6 li.ab-option,
  #ab-switch-stacks_in_9_page6.ab-switch-text-7 li.ab-option {
    font-size: 14px;
  }
}


.b-switch,
.a-switch {
  visibility: hidden;
  position: absolute;
  top: -99999;
  left: -99999;
  opacity: 0;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
}
.b-switch.show,
.a-switch.show {
  visibility: visible;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
}

.b-switch.stacks_in_16_page6,
.a-switch.stacks_in_16_page6 {
  margin-top: 15px;
}
#ab-switch-stacks_in_16_page6{
  position: relative;
  color: #BFBFBF;
  padding-top:10px;
  padding-bottom:15px;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 260px;
}
#ab-switch-stacks_in_16_page6:after {
  content: "";
  display: table;
  clear: both;
}
#ab-switch-stacks_in_16_page6.ab-break-1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_16_page6.ab-break-2 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_16_page6.ab-break-3 {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_16_page6.ab-break-4 {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_16_page6.ab-break-5 {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
#ab-switch-stacks_in_16_page6.ab-break-6 {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
#ab-switch-stacks_in_16_page6.ab-break-1,
#ab-switch-stacks_in_16_page6.ab-break-2,
#ab-switch-stacks_in_16_page6.ab-break-3,
#ab-switch-stacks_in_16_page6.ab-break-4 {
  border-bottom-color: #EEEEEE;
}
#ab-switch-stacks_in_16_page6 .ab-left,
#ab-switch-stacks_in_16_page6 .ab-right,
#ab-switch-stacks_in_16_page6 .ab-center {
  width: 20%;
  float: left;
}
#ab-switch-stacks_in_16_page6.ab-left .ab-center {
  text-align: left;
}
#ab-switch-stacks_in_16_page6.ab-center .ab-center {
  text-align: center;
}
#ab-switch-stacks_in_16_page6.ab-right .ab-center {
  text-align: right;
}
#ab-switch-stacks_in_16_page6 .ab-center {
  width: 100%;
}
#ab-switch-stacks_in_16_page6 .ab-center ul {
  padding: 0;
  margin: 0;
}
#ab-switch-stacks_in_16_page6 .ab-center ul li {
  -webkit-transition: color 500ms;
  -moz-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
}
#ab-switch-stacks_in_16_page6 .ab-center ul li.ab-option,
#ab-switch-stacks_in_16_page6 .ab-center ul li.ab-controller {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  cursor: pointer;
}
#ab-switch-stacks_in_16_page6 .ab-center ul li.ab-option.show,
#ab-switch-stacks_in_16_page6 .ab-center ul li.ab-controller.show {
  cursor: default;
}
#ab-switch-stacks_in_16_page6 .ab-center ul li.ab-option {
  max-width: 35%;
  display: inline-block !important; 
  line-height: normal;
}
#ab-switch-stacks_in_16_page6 .ab-center ul li:first-child {
  padding-right: 2.5%;
  margin-right: 5px;
}
#ab-switch-stacks_in_16_page6 .ab-center ul li:last-child {
  padding-left: 2.5%;
  margin-left: 5px;
}
#ab-switch-stacks_in_16_page6 .ab-center ul li.show {
  color: #444444;
}
#ab-switch-stacks_in_16_page6.ab-square label {
  border-radius: 5px;
}
#ab-switch-stacks_in_16_page6.ab-square label:after {
  border-radius: 3px;
}
#ab-switch-stacks_in_16_page6 label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #999999;
}
#ab-switch-stacks_in_16_page6 label:before,
#ab-switch-stacks_in_16_page6 label:after {
  display: block;
  position: absolute;
  content: "";
}
#ab-switch-stacks_in_16_page6 label:after {
  top: 2px;
  left: 2px;
  bottom: 2px;
  margin-left: 0;
  background-color: #FFFFFF;
  -webkit-transition: margin 0.3s ease-out;
  -moz-transition: margin 0.3s ease-out;
  -o-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}
#ab-switch-stacks_in_16_page6.ab-grad label {
  background-image: -webkit-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: -moz-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: -o-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: linear-gradient(to bottom, #999999 0%, #CCCCCC 100%);
}
#ab-switch-stacks_in_16_page6 .ab-toggle {
  display: none;
}
#ab-switch-stacks_in_16_page6.ab-outline label {
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  background-image: none;
  border-color: #999999;
}
#ab-switch-stacks_in_16_page6.ab-outline label:after {
  background-color: #FFFFFF;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-1 .ab-left,
#ab-switch-stacks_in_16_page6.ab-switch-button-1 .ab-right {
  height: 20px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-1.ab-round label {
  border-radius: 20px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-1.ab-round label:after {
  border-radius: 16px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-1 label {
  width: 40px;
  height: 20px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-1 label:after {
  width: 16px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-1 label.ncd-toggle-switch:after {
  margin-left: 20px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-2 .ab-left,
#ab-switch-stacks_in_16_page6.ab-switch-button-2 .ab-right {
  height: 23px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-2.ab-round label {
  border-radius: 23px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-2.ab-round label:after {
  border-radius: 19px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-2 label {
  width: 46px;
  height: 23px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-2 label:after {
  width: 19px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-2 label.ncd-toggle-switch:after {
  margin-left: 23px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-3 .ab-left,
#ab-switch-stacks_in_16_page6.ab-switch-button-3 .ab-right {
  height: 26px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-3.ab-round label {
  border-radius: 26px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-3.ab-round label:after {
  border-radius: 22px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-3 label {
  width: 52px;
  height: 26px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-3 label:after {
  width: 22px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-3 label.ncd-toggle-switch:after {
  margin-left: 26px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-4 .ab-left,
#ab-switch-stacks_in_16_page6.ab-switch-button-4 .ab-right {
  height: 29px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-4.ab-round label {
  border-radius: 29px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-4.ab-round label:after {
  border-radius: 25px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-4 label {
  width: 58px;
  height: 29px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-4 label:after {
  width: 25px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-4 label.ncd-toggle-switch:after {
  margin-left: 29px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-5 .ab-left,
#ab-switch-stacks_in_16_page6.ab-switch-button-5 .ab-right {
  height: 32px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-5.ab-round label {
  border-radius: 32px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-5.ab-round label:after {
  border-radius: 28px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-5 label {
  width: 64px;
  height: 32px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-5 label:after {
  width: 28px;
}
#ab-switch-stacks_in_16_page6.ab-switch-button-5 label.ncd-toggle-switch:after {
  margin-left: 32px;
}
#ab-switch-stacks_in_16_page6.ab-switch-text-0 li.ab-option {
  display: none;
}
#ab-switch-stacks_in_16_page6.ab-switch-text-1 li.ab-option {
  font-size: 13px;
}
#ab-switch-stacks_in_16_page6.ab-switch-text-2 li.ab-option {
  font-size: 14px;
}
#ab-switch-stacks_in_16_page6.ab-switch-text-3 li.ab-option {
  font-size: 15px;
}
#ab-switch-stacks_in_16_page6.ab-switch-text-4 li.ab-option {
  font-size: 16px;
}
#ab-switch-stacks_in_16_page6.ab-switch-text-5 li.ab-option {
  font-size: 17px;
}
#ab-switch-stacks_in_16_page6.ab-switch-text-6 li.ab-option {
  font-size: 18px;
}
#ab-switch-stacks_in_16_page6.ab-switch-text-7 li.ab-option {
  font-size: 19px;
}
@media (max-width: 1) {
  #ab-switch-stacks_in_16_page6.ab-switch-button-3 .ab-left,
  #ab-switch-stacks_in_16_page6.ab-switch-button-4 .ab-left,
  #ab-switch-stacks_in_16_page6.ab-switch-button-5 .ab-left,
  #ab-switch-stacks_in_16_page6.ab-switch-button-3 .ab-right,
  #ab-switch-stacks_in_16_page6.ab-switch-button-4 .ab-right,
  #ab-switch-stacks_in_16_page6.ab-switch-button-5 .ab-right {
    height: 22px;
  }
  #ab-switch-stacks_in_16_page6.ab-switch-button-3.ab-round label,
  #ab-switch-stacks_in_16_page6.ab-switch-button-4.ab-round label,
  #ab-switch-stacks_in_16_page6.ab-switch-button-5.ab-round label {
    border-radius: 22px;
  }
  #ab-switch-stacks_in_16_page6.ab-switch-button-3.ab-round label:after,
  #ab-switch-stacks_in_16_page6.ab-switch-button-4.ab-round label:after,
  #ab-switch-stacks_in_16_page6.ab-switch-button-5.ab-round label:after {
    border-radius: 18px;
  }
  #ab-switch-stacks_in_16_page6.ab-switch-button-3 label,
  #ab-switch-stacks_in_16_page6.ab-switch-button-4 label,
  #ab-switch-stacks_in_16_page6.ab-switch-button-5 label {
    width: 44px;
    height: 22px;
  }
  #ab-switch-stacks_in_16_page6.ab-switch-button-3 label:after,
  #ab-switch-stacks_in_16_page6.ab-switch-button-4 label:after,
  #ab-switch-stacks_in_16_page6.ab-switch-button-5 label:after {
    width: 18px;
  }
  #ab-switch-stacks_in_16_page6.ab-switch-button-3 label.ncd-toggle-switch:after,
  #ab-switch-stacks_in_16_page6.ab-switch-button-4 label.ncd-toggle-switch:after,
  #ab-switch-stacks_in_16_page6.ab-switch-button-5 label.ncd-toggle-switch:after {
    margin-left: 22px;
  }
  #ab-switch-stacks_in_16_page6.ab-switch-text-3 li.ab-option,
  #ab-switch-stacks_in_16_page6.ab-switch-text-4 li.ab-option,
  #ab-switch-stacks_in_16_page6.ab-switch-text-5 li.ab-option,
  #ab-switch-stacks_in_16_page6.ab-switch-text-6 li.ab-option,
  #ab-switch-stacks_in_16_page6.ab-switch-text-7 li.ab-option {
    font-size: 14px;
  }
}


