/*  */
body {
  background: #F5F5F5; }

#steps-stacks_in_2 {
  max-width: 800px;
  border-radius: 0px;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_2 .step-list {
    min-width: 230px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    /*  */
    background: rgba(14, 27, 37, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
    #steps-stacks_in_2 .step-list::before {
      /*  */
      display: none;
      /*  */
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(0, 0, 0, 0.20); }
  #steps-stacks_in_2 .steps {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    #steps-stacks_in_2 .steps .step {
      /*  */
      background: rgba(255, 255, 255, 1.00);
      /*  */
      /*  */
      /*  */
      /*  */ }
      #steps-stacks_in_2 .steps .step::before {
        /*  */
        display: none;
        /*  */
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.20); }
  #steps-stacks_in_2.bold-sidebar-text .step-list ul li {
    font-weight: bold; }
  #steps-stacks_in_2.show-step-list .steps .step-top .step-list-toggle {
    color: rgba(14, 27, 37, 1.00); }
  #steps-stacks_in_2.show-step-list .step-list {
    margin-left: 0; }
    #steps-stacks_in_2.show-step-list .step-list ul {
      opacity: 1;
      transition: all 0.3s 0.3s; }
  #steps-stacks_in_2.complete .step-complete {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

#steps-stacks_in_2 .step-complete {
  /*  */
  background: rgba(14, 27, 37, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 20;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  text-align: center;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_2 .step-complete-icon {
    z-index: 10;
    position: relative;
    color: rgba(255, 255, 255, 1.00);
    font-size: 100px;
    margin-bottom: 10px; }
  #steps-stacks_in_2 .step-complete-title {
    z-index: 10;
    position: relative;
    /*  */
    font-family: "Open Sans";
    /*  */
    color: rgba(255, 255, 255, 1.00);
    font-size: 32px;
    line-height: calc(32px * 1.4);
    margin-bottom: 10px; }
  #steps-stacks_in_2 .step-complete-description {
    z-index: 10;
    position: relative;
    /*  */
    font-family: "Open Sans";
    /*  */
    font-size: 16px;
    line-height: calc(16px * 1.4);
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.40); }
  #steps-stacks_in_2 .step-complete-restart {
    z-index: 10;
    position: relative;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(255, 255, 255, 0.10);
    font-size: 24px;
    width: 100px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    border-radius: 2px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #steps-stacks_in_2 .step-complete-restart i {
      transition: all 0.5s; }
    #steps-stacks_in_2 .step-complete-restart:hover i {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); }
  #steps-stacks_in_2 .step-complete::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#steps-stacks_in_2 .step-list {
  margin-left: -230px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_2 .step-list * {
    box-sizing: border-box; }
  #steps-stacks_in_2 .step-list-nav {
    z-index: 10;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    font-size: 24px;
    padding: 15px 20px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(255, 255, 255, 1.00);
    min-height: 20px50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    #steps-stacks_in_2 .step-list-nav i {
      cursor: pointer; }
  #steps-stacks_in_2 .step-list ul {
    z-index: 10;
    opacity: 0;
    padding: 10px;
    margin: auto 0;
    list-style: none;
    position: relative;
    transition: all 0s 0s; }
    #steps-stacks_in_2 .step-list ul li {
      /*  */
      font-family: "Open Sans";
      /*  */
      color: rgba(255, 255, 255, 0.50);
      font-size: 16px;
      padding: 10px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #steps-stacks_in_2 .step-list ul li:hover {
        color: rgba(255, 255, 255, 1.00); }
      #steps-stacks_in_2 .step-list ul li.active {
        color: rgba(255, 255, 255, 1.00); }

#steps-stacks_in_2 .steps {
  position: relative; }
  #steps-stacks_in_2 .steps .step {
    min-height: 450px;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: left;
    position: absolute;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    transition: all 0.3s ease-in-out; }
    #steps-stacks_in_2 .steps .step.active {
      -webkit-transform: translateY(0%);
              transform: translateY(0%); }
    #steps-stacks_in_2 .steps .step-top {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      padding: 10px 15px 10px 25px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      box-sizing: border-box; }
      #steps-stacks_in_2 .steps .step-top .step-list-toggle {
        font-size: 22px;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.50); }
      #steps-stacks_in_2 .steps .step-top .step-count {
        /*  */
        font-family: "Open Sans";
        /*  */
        color: rgba(14, 27, 37, 1.00);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        line-height: 1;
        font-size: 50px;
        font-weight: bold;
        margin-left: auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        box-sizing: border-box; }
        #steps-stacks_in_2 .steps .step-top .step-count::before {
          content: "STEP";
          color: rgba(0, 0, 0, 0.50);
          font-size: 14px;
          margin-right: 10px;
          display: inline-block; }
    #steps-stacks_in_2 .steps .step-content {
      /*  */
      font-family: "Open Sans";
      /*  */
      padding: 15px 30px;
      z-index: 1;
      position: relative;
      margin-bottom: calc(57px); }
      #steps-stacks_in_2 .steps .step-content .step-title {
        /*  */
        font-family: "Open Sans";
        /*  */
        color: rgba(14, 27, 37, 1.00);
        font-weight: bold;
        font-size: 32px;
        line-height: calc(32px * 1.4);
        margin-bottom: 10px; }
      #steps-stacks_in_2 .steps .step-content h1, #steps-stacks_in_2 .steps .step-content h2, #steps-stacks_in_2 .steps .step-content h3, #steps-stacks_in_2 .steps .step-content h4, #steps-stacks_in_2 .steps .step-content h5, #steps-stacks_in_2 .steps .step-content h6 {
        /*  */
        font-family: "Open Sans";
        /*  */
        color: rgba(14, 27, 37, 1.00); }
      #steps-stacks_in_2 .steps .step-content p {
        /*  */
        font-family: "Open Sans";
        /*  */
        color: rgba(0, 0, 0, 0.50);
        font-size: 14px;
        line-height: calc(14px * 1.6);
        margin: 10px 0; }
      #steps-stacks_in_2 .steps .step-content a, #steps-stacks_in_2 .steps .step-content a:visited {
        /*  */
        font-family: "Open Sans";
        /*  */
        color: rgba(14, 27, 37, 1.00); }

#steps-stacks_in_2 .step-nav {
  /*  */
  font-family: "Open Sans";
  /*  */
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 10px;
  background: rgba(255, 255, 255, 1.00);
  margin-top: auto;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_2 .step-nav-next, #steps-stacks_in_2 .step-nav-prev {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    border: 2px solid rgba(14, 27, 37, 1.00);
    text-transform: uppercase;
    transition: all 0.3s ease; }
    #steps-stacks_in_2 .step-nav-next:hover, #steps-stacks_in_2 .step-nav-prev:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(14, 27, 37, 1.00); }
  #steps-stacks_in_2 .step-nav-next {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(14, 27, 37, 1.00); }
    #steps-stacks_in_2 .step-nav-next::before {
      content: "NEXT";
      display: inline; }
  #steps-stacks_in_2 .step-nav-prev {
    color: rgba(14, 27, 37, 1.00); }
    #steps-stacks_in_2 .step-nav-prev::before {
      display: inline;
      content: "BACK"; }
  #steps-stacks_in_2 .step-nav.last-step .step-nav-next::before {
    content: "COMPLETE"; }
  #steps-stacks_in_2 .step-nav.first-step .step-nav-prev {
    opacity: 0;
    visibility: hidden; }

@media (max-width: 600px) {
  #steps-stacks_in_2.show-step-list .step-list {
    margin-left: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  #steps-stacks_in_2 .steps {
    z-index: 1;
    position: relative; }
  #steps-stacks_in_2 .step-list {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: auto;
    height: auto;
    text-align: center;
    margin-left: -230px;
    position: absolute;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
    #steps-stacks_in_2 .step-list-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #steps-stacks_in_2 .step-list ul {
      text-align: center; }
      #steps-stacks_in_2 .step-list ul li {
        text-align: center; } }
#stacks_in_29>.s3_row {
	margin: 0 -10px;
}

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

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




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










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


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


}



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


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


}






#stacks_in_29 {
	margin: 150px 0px 150px 0px;
}
/*  */
body {
  background: #F5F5F5; }

#steps-stacks_in_30 {
  max-width: 400px;
  border-radius: 5px;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_30 .step-list {
    min-width: 230px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    /*  */
    background: rgba(121, 0, 219, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
    #steps-stacks_in_30 .step-list::before {
      /*  */
      display: none;
      /*  */
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(0, 0, 0, 0.20); }
  #steps-stacks_in_30 .steps {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    #steps-stacks_in_30 .steps .step {
      /*  */
      /*  */
      background: rgba(142, 45, 226, 1.00);
      background: linear-gradient(to bottom right, rgba(142, 45, 226, 1.00), rgba(74, 0, 224, 1.00));
      /*  */
      /*  */
      /*  */ }
      #steps-stacks_in_30 .steps .step::before {
        /*  */
        display: none;
        /*  */
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.20); }
  #steps-stacks_in_30.bold-sidebar-text .step-list ul li {
    font-weight: bold; }
  #steps-stacks_in_30.show-step-list .steps .step-top .step-list-toggle {
    color: rgba(255, 255, 255, 1.00); }
  #steps-stacks_in_30.show-step-list .step-list {
    margin-left: 0; }
    #steps-stacks_in_30.show-step-list .step-list ul {
      opacity: 1;
      transition: all 0.3s 0.3s; }
  #steps-stacks_in_30.complete .step-complete {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

#steps-stacks_in_30 .step-complete {
  /*  */
  background: rgba(142, 45, 226, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 20;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  text-align: center;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_30 .step-complete-icon {
    z-index: 10;
    position: relative;
    color: rgba(255, 255, 255, 1.00);
    font-size: 100px;
    margin-bottom: 10px; }
  #steps-stacks_in_30 .step-complete-title {
    z-index: 10;
    position: relative;
    /*  */
    font-family: "Open Sans";
    /*  */
    color: rgba(255, 255, 255, 1.00);
    font-size: 32px;
    line-height: calc(32px * 1.4);
    margin-bottom: 10px; }
  #steps-stacks_in_30 .step-complete-description {
    z-index: 10;
    position: relative;
    /*  */
    font-family: "Open Sans";
    /*  */
    font-size: 16px;
    line-height: calc(16px * 1.4);
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.40); }
  #steps-stacks_in_30 .step-complete-restart {
    z-index: 10;
    position: relative;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(255, 255, 255, 0.10);
    font-size: 24px;
    width: 100px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    border-radius: 2px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #steps-stacks_in_30 .step-complete-restart i {
      transition: all 0.5s; }
    #steps-stacks_in_30 .step-complete-restart:hover i {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); }
  #steps-stacks_in_30 .step-complete::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#steps-stacks_in_30 .step-list {
  margin-left: -230px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_30 .step-list * {
    box-sizing: border-box; }
  #steps-stacks_in_30 .step-list-nav {
    z-index: 10;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    font-size: 24px;
    padding: 15px 20px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(255, 255, 255, 1.00);
    min-height: 20px50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    #steps-stacks_in_30 .step-list-nav i {
      cursor: pointer; }
  #steps-stacks_in_30 .step-list ul {
    z-index: 10;
    opacity: 0;
    padding: 10px;
    margin: auto 0;
    list-style: none;
    position: relative;
    transition: all 0s 0s; }
    #steps-stacks_in_30 .step-list ul li {
      /*  */
      font-family: "Open Sans";
      /*  */
      color: rgba(255, 255, 255, 0.50);
      font-size: 14px;
      padding: 10px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #steps-stacks_in_30 .step-list ul li:hover {
        color: rgba(255, 255, 255, 1.00); }
      #steps-stacks_in_30 .step-list ul li.active {
        color: rgba(255, 255, 255, 1.00); }

#steps-stacks_in_30 .steps {
  position: relative; }
  #steps-stacks_in_30 .steps .step {
    min-height: 450px;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: left;
    position: absolute;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    transition: all 0.3s ease-in-out; }
    #steps-stacks_in_30 .steps .step.active {
      -webkit-transform: translateY(0%);
              transform: translateY(0%); }
    #steps-stacks_in_30 .steps .step-top {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      padding: 10px 15px 10px 25px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      box-sizing: border-box; }
      #steps-stacks_in_30 .steps .step-top .step-list-toggle {
        font-size: 22px;
        cursor: pointer;
        color: rgba(255, 255, 255, 0.50); }
      #steps-stacks_in_30 .steps .step-top .step-count {
        /*  */
        font-family: "Open Sans";
        /*  */
        color: rgba(255, 255, 255, 1.00);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        line-height: 1;
        font-size: 50px;
        font-weight: bold;
        margin-left: auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        box-sizing: border-box; }
        #steps-stacks_in_30 .steps .step-top .step-count::before {
          content: "STEP";
          color: rgba(255, 255, 255, 0.50);
          font-size: 14px;
          margin-right: 10px;
          display: inline-block; }
    #steps-stacks_in_30 .steps .step-content {
      /*  */
      font-family: "Open Sans";
      /*  */
      padding: 15px 30px;
      z-index: 1;
      position: relative;
      margin-bottom: calc(57px); }
      #steps-stacks_in_30 .steps .step-content .step-title {
        /*  */
        font-family: "Open Sans";
        /*  */
        color: rgba(255, 255, 255, 1.00);
        font-weight: bold;
        font-size: 32px;
        line-height: calc(32px * 1.4);
        margin-bottom: 10px; }
      #steps-stacks_in_30 .steps .step-content h1, #steps-stacks_in_30 .steps .step-content h2, #steps-stacks_in_30 .steps .step-content h3, #steps-stacks_in_30 .steps .step-content h4, #steps-stacks_in_30 .steps .step-content h5, #steps-stacks_in_30 .steps .step-content h6 {
        /*  */
        font-family: "Open Sans";
        /*  */
        color: rgba(255, 255, 255, 1.00); }
      #steps-stacks_in_30 .steps .step-content p {
        /*  */
        font-family: "Open Sans";
        /*  */
        color: rgba(255, 255, 255, 0.40);
        font-size: 14px;
        line-height: calc(14px * 1.6);
        margin: 10px 0; }
      #steps-stacks_in_30 .steps .step-content a, #steps-stacks_in_30 .steps .step-content a:visited {
        /*  */
        font-family: "Open Sans";
        /*  */
        color: rgba(255, 255, 255, 1.00); }

#steps-stacks_in_30 .step-nav {
  /*  */
  font-family: "Open Sans";
  /*  */
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 10px;
  background: rgba(255, 255, 255, 0.00);
  margin-top: auto;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_30 .step-nav-next, #steps-stacks_in_30 .step-nav-prev {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(74, 0, 224, 1.00);
    border: 2px solid rgba(255, 255, 255, 1.00);
    text-transform: uppercase;
    transition: all 0.3s ease; }
    #steps-stacks_in_30 .step-nav-next:hover, #steps-stacks_in_30 .step-nav-prev:hover {
      color: rgba(74, 0, 224, 1.00);
      background: rgba(255, 255, 255, 1.00); }
  #steps-stacks_in_30 .step-nav-next {
    color: rgba(74, 0, 224, 1.00);
    background: rgba(255, 255, 255, 1.00); }
    #steps-stacks_in_30 .step-nav-next::before {
      content: "NEXT STEP";
      display: inline; }
  #steps-stacks_in_30 .step-nav-prev {
    color: rgba(255, 255, 255, 1.00); }
    #steps-stacks_in_30 .step-nav-prev::before {
      display: inline;
      content: "PREV"; }
  #steps-stacks_in_30 .step-nav.last-step .step-nav-next::before {
    content: "COMPLETE"; }
  #steps-stacks_in_30 .step-nav.first-step .step-nav-prev {
    opacity: 0;
    visibility: hidden; }

@media (max-width: 50000px) {
  #steps-stacks_in_30.show-step-list .step-list {
    margin-left: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  #steps-stacks_in_30 .steps {
    z-index: 1;
    position: relative; }
  #steps-stacks_in_30 .step-list {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: auto;
    height: auto;
    text-align: center;
    margin-left: -230px;
    position: absolute;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
    #steps-stacks_in_30 .step-list-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #steps-stacks_in_30 .step-list ul {
      text-align: center; }
      #steps-stacks_in_30 .step-list ul li {
        text-align: center; } }
/*  */
body {
  background: #F5F5F5; }

#steps-stacks_in_58 {
  max-width: 400px;
  border-radius: 5px;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_58 .step-list {
    min-width: 230px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    /*  */
    background: rgba(255, 255, 255, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
    #steps-stacks_in_58 .step-list::before {
      /*  */
      display: none;
      /*  */
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(0, 0, 0, 0.20); }
  #steps-stacks_in_58 .steps {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    #steps-stacks_in_58 .steps .step {
      /*  */
      background: rgba(250, 176, 75, 1.00);
      /*  */
      /*  */
      /*  */
      /*  */ }
      #steps-stacks_in_58 .steps .step::before {
        /*  */
        display: none;
        /*  */
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.20); }
  #steps-stacks_in_58.bold-sidebar-text .step-list ul li {
    font-weight: bold; }
  #steps-stacks_in_58.show-step-list .steps .step-top .step-list-toggle {
    color: rgba(255, 255, 255, 1.00); }
  #steps-stacks_in_58.show-step-list .step-list {
    margin-left: 0; }
    #steps-stacks_in_58.show-step-list .step-list ul {
      opacity: 1;
      transition: all 0.3s 0.3s; }
  #steps-stacks_in_58.complete .step-complete {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

#steps-stacks_in_58 .step-complete {
  /*  */
  background: rgba(250, 176, 75, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 20;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  text-align: center;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_58 .step-complete-icon {
    z-index: 10;
    position: relative;
    color: rgba(255, 255, 255, 1.00);
    font-size: 100px;
    margin-bottom: 10px; }
  #steps-stacks_in_58 .step-complete-title {
    z-index: 10;
    position: relative;
    /*  */
    font-family: "Open Sans";
    /*  */
    color: rgba(255, 255, 255, 1.00);
    font-size: 32px;
    line-height: calc(32px * 1.4);
    margin-bottom: 10px; }
  #steps-stacks_in_58 .step-complete-description {
    z-index: 10;
    position: relative;
    /*  */
    font-family: "Open Sans";
    /*  */
    font-size: 16px;
    line-height: calc(16px * 1.4);
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.40); }
  #steps-stacks_in_58 .step-complete-restart {
    z-index: 10;
    position: relative;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(255, 255, 255, 0.10);
    font-size: 24px;
    width: 100px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    border-radius: 2px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #steps-stacks_in_58 .step-complete-restart i {
      transition: all 0.5s; }
    #steps-stacks_in_58 .step-complete-restart:hover i {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); }
  #steps-stacks_in_58 .step-complete::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#steps-stacks_in_58 .step-list {
  margin-left: -230px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_58 .step-list * {
    box-sizing: border-box; }
  #steps-stacks_in_58 .step-list-nav {
    z-index: 10;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    font-size: 24px;
    padding: 15px 20px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(250, 176, 75, 1.00);
    min-height: 20px50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    #steps-stacks_in_58 .step-list-nav i {
      cursor: pointer; }
  #steps-stacks_in_58 .step-list ul {
    z-index: 10;
    opacity: 0;
    padding: 10px;
    margin: auto 0;
    list-style: none;
    position: relative;
    transition: all 0s 0s; }
    #steps-stacks_in_58 .step-list ul li {
      /*  */
      font-family: "Open Sans";
      /*  */
      color: rgba(26, 27, 36, 0.40);
      font-size: 14px;
      padding: 10px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #steps-stacks_in_58 .step-list ul li:hover {
        color: rgba(250, 176, 75, 1.00); }
      #steps-stacks_in_58 .step-list ul li.active {
        color: rgba(250, 176, 75, 1.00); }

#steps-stacks_in_58 .steps {
  position: relative; }
  #steps-stacks_in_58 .steps .step {
    min-height: 450px;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: left;
    position: absolute;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    transition: all 0.3s ease-in-out; }
    #steps-stacks_in_58 .steps .step.active {
      -webkit-transform: translateY(0%);
              transform: translateY(0%); }
    #steps-stacks_in_58 .steps .step-top {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      padding: 10px 15px 10px 25px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      box-sizing: border-box; }
      #steps-stacks_in_58 .steps .step-top .step-list-toggle {
        font-size: 22px;
        cursor: pointer;
        color: rgba(255, 255, 255, 0.50); }
      #steps-stacks_in_58 .steps .step-top .step-count {
        /*  */
        font-family: "Open Sans";
        /*  */
        color: rgba(255, 255, 255, 1.00);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        line-height: 1;
        font-size: 50px;
        font-weight: bold;
        margin-left: auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        box-sizing: border-box; }
        #steps-stacks_in_58 .steps .step-top .step-count::before {
          content: "STEP";
          color: rgba(255, 255, 255, 0.50);
          font-size: 14px;
          margin-right: 10px;
          display: inline-block; }
    #steps-stacks_in_58 .steps .step-content {
      /*  */
      font-family: "Open Sans";
      /*  */
      padding: 15px 30px;
      z-index: 1;
      position: relative;
      margin-bottom: calc(57px); }
      #steps-stacks_in_58 .steps .step-content .step-title {
        /*  */
        font-family: "Open Sans";
        /*  */
        color: rgba(255, 255, 255, 1.00);
        font-weight: bold;
        font-size: 32px;
        line-height: calc(32px * 1.4);
        margin-bottom: 10px; }
      #steps-stacks_in_58 .steps .step-content h1, #steps-stacks_in_58 .steps .step-content h2, #steps-stacks_in_58 .steps .step-content h3, #steps-stacks_in_58 .steps .step-content h4, #steps-stacks_in_58 .steps .step-content h5, #steps-stacks_in_58 .steps .step-content h6 {
        /*  */
        font-family: "Open Sans";
        /*  */
        color: rgba(255, 255, 255, 1.00); }
      #steps-stacks_in_58 .steps .step-content p {
        /*  */
        font-family: "Open Sans";
        /*  */
        color: rgba(255, 255, 255, 0.40);
        font-size: 14px;
        line-height: calc(14px * 1.6);
        margin: 10px 0; }
      #steps-stacks_in_58 .steps .step-content a, #steps-stacks_in_58 .steps .step-content a:visited {
        /*  */
        font-family: "Open Sans";
        /*  */
        color: rgba(255, 255, 255, 1.00); }

#steps-stacks_in_58 .step-nav {
  /*  */
  font-family: "Open Sans";
  /*  */
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 10px;
  background: rgba(255, 255, 255, 0.00);
  margin-top: auto;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_58 .step-nav-next, #steps-stacks_in_58 .step-nav-prev {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(250, 176, 75, 1.00);
    border: 2px solid rgba(255, 255, 255, 1.00);
    text-transform: uppercase;
    transition: all 0.3s ease; }
    #steps-stacks_in_58 .step-nav-next:hover, #steps-stacks_in_58 .step-nav-prev:hover {
      color: rgba(250, 176, 75, 1.00);
      background: rgba(255, 255, 255, 1.00); }
  #steps-stacks_in_58 .step-nav-next {
    color: rgba(250, 176, 75, 1.00);
    background: rgba(255, 255, 255, 1.00); }
    #steps-stacks_in_58 .step-nav-next::before {
      content: "ADVANCE";
      display: inline; }
  #steps-stacks_in_58 .step-nav-prev {
    color: rgba(255, 255, 255, 1.00); }
    #steps-stacks_in_58 .step-nav-prev::before {
      display: inline;
      content: "BACK"; }
  #steps-stacks_in_58 .step-nav.last-step .step-nav-next::before {
    content: "FINISH"; }
  #steps-stacks_in_58 .step-nav.first-step .step-nav-prev {
    opacity: 0;
    visibility: hidden; }

@media (max-width: 50000px) {
  #steps-stacks_in_58.show-step-list .step-list {
    margin-left: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  #steps-stacks_in_58 .steps {
    z-index: 1;
    position: relative; }
  #steps-stacks_in_58 .step-list {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: auto;
    height: auto;
    text-align: center;
    margin-left: -230px;
    position: absolute;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
    #steps-stacks_in_58 .step-list-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #steps-stacks_in_58 .step-list ul {
      text-align: center; }
      #steps-stacks_in_58 .step-list ul li {
        text-align: center; } }
/*  */
body {
  background: #F5F5F5; }

#steps-stacks_in_86 {
  max-width: 900px;
  border-radius: 2px;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_86 .step-list {
    min-width: 300px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    /*  */
    /*  */
    /*  */
    /*  */
    background: url(../index_files/sidebar_bg_image_choice-86.jpg) no-repeat center center;
    background-size: cover;
    /*  */ }
    #steps-stacks_in_86 .step-list::before {
      /*  */
      display: block;
      /*  */
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(0, 0, 0, 0.60); }
  #steps-stacks_in_86 .steps {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    #steps-stacks_in_86 .steps .step {
      /*  */
      background: rgba(49, 45, 46, 1.00);
      /*  */
      /*  */
      /*  */
      /*  */ }
      #steps-stacks_in_86 .steps .step::before {
        /*  */
        display: none;
        /*  */
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.20); }
  #steps-stacks_in_86.bold-sidebar-text .step-list ul li {
    font-weight: bold; }
  #steps-stacks_in_86.show-step-list .steps .step-top .step-list-toggle {
    color: rgba(164, 79, 69, 1.00); }
  #steps-stacks_in_86.show-step-list .step-list {
    margin-left: 0; }
    #steps-stacks_in_86.show-step-list .step-list ul {
      opacity: 1;
      transition: all 0.3s 0.3s; }
  #steps-stacks_in_86.complete .step-complete {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

#steps-stacks_in_86 .step-complete {
  /*  */
  background: rgba(174, 158, 124, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 20;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  text-align: center;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_86 .step-complete-icon {
    z-index: 10;
    position: relative;
    color: rgba(49, 45, 46, 1.00);
    font-size: 50px;
    margin-bottom: 10px; }
  #steps-stacks_in_86 .step-complete-title {
    z-index: 10;
    position: relative;
    /*  */
    font-family: "Nunito";
    /*  */
    color: rgba(255, 255, 255, 1.00);
    font-size: 32px;
    line-height: calc(32px * 1.4);
    margin-bottom: 10px; }
  #steps-stacks_in_86 .step-complete-description {
    z-index: 10;
    position: relative;
    /*  */
    font-family: "Nunito";
    /*  */
    font-size: 16px;
    line-height: calc(16px * 1.4);
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.40); }
  #steps-stacks_in_86 .step-complete-restart {
    z-index: 10;
    position: relative;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(255, 255, 255, 0.10);
    font-size: 24px;
    width: 100px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    border-radius: 2px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #steps-stacks_in_86 .step-complete-restart i {
      transition: all 0.5s; }
    #steps-stacks_in_86 .step-complete-restart:hover i {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); }
  #steps-stacks_in_86 .step-complete::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#steps-stacks_in_86 .step-list {
  margin-left: -300px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_86 .step-list * {
    box-sizing: border-box; }
  #steps-stacks_in_86 .step-list-nav {
    z-index: 10;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    font-size: 24px;
    padding: 15px 20px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(255, 255, 255, 1.00);
    min-height: 20px50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    #steps-stacks_in_86 .step-list-nav i {
      cursor: pointer; }
  #steps-stacks_in_86 .step-list ul {
    z-index: 10;
    opacity: 0;
    padding: 10px;
    margin: auto 0;
    list-style: none;
    position: relative;
    transition: all 0s 0s; }
    #steps-stacks_in_86 .step-list ul li {
      /*  */
      font-family: "Open Sans";
      /*  */
      color: rgba(255, 255, 255, 0.50);
      font-size: 14px;
      padding: 10px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #steps-stacks_in_86 .step-list ul li:hover {
        color: rgba(255, 255, 255, 1.00); }
      #steps-stacks_in_86 .step-list ul li.active {
        color: rgba(255, 255, 255, 1.00); }

#steps-stacks_in_86 .steps {
  position: relative; }
  #steps-stacks_in_86 .steps .step {
    min-height: 500px;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: left;
    position: absolute;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    transition: all 0.3s ease-in-out; }
    #steps-stacks_in_86 .steps .step.active {
      -webkit-transform: translateY(0%);
              transform: translateY(0%); }
    #steps-stacks_in_86 .steps .step-top {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      padding: 10px 15px 10px 25px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      box-sizing: border-box; }
      #steps-stacks_in_86 .steps .step-top .step-list-toggle {
        font-size: 22px;
        cursor: pointer;
        color: rgba(255, 255, 255, 0.50); }
      #steps-stacks_in_86 .steps .step-top .step-count {
        /*  */
        font-family: "Nunito";
        /*  */
        color: rgba(174, 158, 124, 1.00);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        line-height: 1;
        font-size: 50px;
        font-weight: bold;
        margin-left: auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        box-sizing: border-box; }
        #steps-stacks_in_86 .steps .step-top .step-count::before {
          content: "STEP";
          color: rgba(255, 255, 255, 0.50);
          font-size: 14px;
          margin-right: 10px;
          display: inline-block; }
    #steps-stacks_in_86 .steps .step-content {
      /*  */
      font-family: "Nunito";
      /*  */
      padding: 15px 30px;
      z-index: 1;
      position: relative;
      margin-bottom: calc(57px); }
      #steps-stacks_in_86 .steps .step-content .step-title {
        /*  */
        font-family: "Nunito";
        /*  */
        color: rgba(174, 158, 124, 1.00);
        font-weight: bold;
        font-size: 32px;
        line-height: calc(32px * 1.4);
        margin-bottom: 10px; }
      #steps-stacks_in_86 .steps .step-content h1, #steps-stacks_in_86 .steps .step-content h2, #steps-stacks_in_86 .steps .step-content h3, #steps-stacks_in_86 .steps .step-content h4, #steps-stacks_in_86 .steps .step-content h5, #steps-stacks_in_86 .steps .step-content h6 {
        /*  */
        font-family: "Nunito";
        /*  */
        color: rgba(255, 255, 255, 1.00); }
      #steps-stacks_in_86 .steps .step-content p {
        /*  */
        font-family: "Nunito";
        /*  */
        color: rgba(255, 255, 255, 0.50);
        font-size: 14px;
        line-height: calc(14px * 1.6);
        margin: 10px 0; }
      #steps-stacks_in_86 .steps .step-content a, #steps-stacks_in_86 .steps .step-content a:visited {
        /*  */
        font-family: "Nunito";
        /*  */
        color: rgba(255, 255, 255, 1.00); }

#steps-stacks_in_86 .step-nav {
  /*  */
  font-family: "Nunito";
  /*  */
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 10px;
  background: rgba(255, 255, 255, 0.00);
  margin-top: auto;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_86 .step-nav-next, #steps-stacks_in_86 .step-nav-prev {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    border: 2px solid rgba(164, 79, 69, 1.00);
    text-transform: uppercase;
    transition: all 0.3s ease; }
    #steps-stacks_in_86 .step-nav-next:hover, #steps-stacks_in_86 .step-nav-prev:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(164, 79, 69, 1.00); }
  #steps-stacks_in_86 .step-nav-next {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(164, 79, 69, 1.00); }
    #steps-stacks_in_86 .step-nav-next::before {
      content: "NEXT";
      display: inline; }
  #steps-stacks_in_86 .step-nav-prev {
    color: rgba(164, 79, 69, 1.00); }
    #steps-stacks_in_86 .step-nav-prev::before {
      display: inline;
      content: "BACK"; }
  #steps-stacks_in_86 .step-nav.last-step .step-nav-next::before {
    content: "COMPLETE"; }
  #steps-stacks_in_86 .step-nav.first-step .step-nav-prev {
    opacity: 0;
    visibility: hidden; }

@media (max-width: 600px) {
  #steps-stacks_in_86.show-step-list .step-list {
    margin-left: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  #steps-stacks_in_86 .steps {
    z-index: 1;
    position: relative; }
  #steps-stacks_in_86 .step-list {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: auto;
    height: auto;
    text-align: center;
    margin-left: -300px;
    position: absolute;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
    #steps-stacks_in_86 .step-list-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #steps-stacks_in_86 .step-list ul {
      text-align: center; }
      #steps-stacks_in_86 .step-list ul li {
        text-align: center; } }
/*  */
body {
  background: #F5F5F5; }

#steps-stacks_in_113 {
  max-width: 900px;
  border-radius: 0px;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_113 .step-list {
    min-width: 260px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    /*  */
    background: rgba(60, 63, 73, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
    #steps-stacks_in_113 .step-list::before {
      /*  */
      display: none;
      /*  */
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(0, 0, 0, 0.60); }
  #steps-stacks_in_113 .steps {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    #steps-stacks_in_113 .steps .step {
      /*  */
      background: rgba(77, 81, 91, 1.00);
      /*  */
      /*  */
      /*  */
      /*  */ }
      #steps-stacks_in_113 .steps .step::before {
        /*  */
        display: none;
        /*  */
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.20); }
  #steps-stacks_in_113.bold-sidebar-text .step-list ul li {
    font-weight: bold; }
  #steps-stacks_in_113.show-step-list .steps .step-top .step-list-toggle {
    color: rgba(144, 206, 105, 1.00); }
  #steps-stacks_in_113.show-step-list .step-list {
    margin-left: 0; }
    #steps-stacks_in_113.show-step-list .step-list ul {
      opacity: 1;
      transition: all 0.3s 0.3s; }
  #steps-stacks_in_113.complete .step-complete {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

#steps-stacks_in_113 .step-complete {
  /*  */
  background: rgba(174, 158, 124, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 20;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  text-align: center;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_113 .step-complete-icon {
    z-index: 10;
    position: relative;
    color: rgba(49, 45, 46, 1.00);
    font-size: 50px;
    margin-bottom: 10px; }
  #steps-stacks_in_113 .step-complete-title {
    z-index: 10;
    position: relative;
    /*  */
    font-family: "Roboto Condensed";
    /*  */
    color: rgba(255, 255, 255, 1.00);
    font-size: 32px;
    line-height: calc(32px * 1.4);
    margin-bottom: 10px; }
  #steps-stacks_in_113 .step-complete-description {
    z-index: 10;
    position: relative;
    /*  */
    font-family: "Roboto Condensed";
    /*  */
    font-size: 16px;
    line-height: calc(16px * 1.4);
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.40); }
  #steps-stacks_in_113 .step-complete-restart {
    z-index: 10;
    position: relative;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(255, 255, 255, 0.10);
    font-size: 24px;
    width: 100px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    border-radius: 2px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #steps-stacks_in_113 .step-complete-restart i {
      transition: all 0.5s; }
    #steps-stacks_in_113 .step-complete-restart:hover i {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); }
  #steps-stacks_in_113 .step-complete::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#steps-stacks_in_113 .step-list {
  margin-left: -260px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_113 .step-list * {
    box-sizing: border-box; }
  #steps-stacks_in_113 .step-list-nav {
    z-index: 10;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    font-size: 24px;
    padding: 15px 20px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(255, 255, 255, 1.00);
    min-height: 20px50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    #steps-stacks_in_113 .step-list-nav i {
      cursor: pointer; }
  #steps-stacks_in_113 .step-list ul {
    z-index: 10;
    opacity: 0;
    padding: 10px;
    margin: auto 0;
    list-style: none;
    position: relative;
    transition: all 0s 0s; }
    #steps-stacks_in_113 .step-list ul li {
      /*  */
      font-family: "Roboto Condensed";
      /*  */
      color: rgba(255, 255, 255, 0.50);
      font-size: 14px;
      padding: 10px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #steps-stacks_in_113 .step-list ul li:hover {
        color: rgba(255, 255, 255, 1.00); }
      #steps-stacks_in_113 .step-list ul li.active {
        color: rgba(255, 255, 255, 1.00); }

#steps-stacks_in_113 .steps {
  position: relative; }
  #steps-stacks_in_113 .steps .step {
    min-height: 500px;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: left;
    position: absolute;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    transition: all 0.3s ease-in-out; }
    #steps-stacks_in_113 .steps .step.active {
      -webkit-transform: translateY(0%);
              transform: translateY(0%); }
    #steps-stacks_in_113 .steps .step-top {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      padding: 10px 15px 10px 25px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      box-sizing: border-box; }
      #steps-stacks_in_113 .steps .step-top .step-list-toggle {
        font-size: 22px;
        cursor: pointer;
        color: rgba(26, 27, 36, 0.50); }
      #steps-stacks_in_113 .steps .step-top .step-count {
        /*  */
        font-family: "Roboto Condensed";
        /*  */
        color: rgba(144, 206, 105, 1.00);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        line-height: 1;
        font-size: 50px;
        font-weight: bold;
        margin-left: auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        box-sizing: border-box; }
        #steps-stacks_in_113 .steps .step-top .step-count::before {
          content: "STEP";
          color: rgba(255, 255, 255, 0.50);
          font-size: 14px;
          margin-right: 10px;
          display: inline-block; }
    #steps-stacks_in_113 .steps .step-content {
      /*  */
      font-family: "Roboto Condensed";
      /*  */
      padding: 15px 30px;
      z-index: 1;
      position: relative;
      margin-bottom: calc(57px); }
      #steps-stacks_in_113 .steps .step-content .step-title {
        /*  */
        font-family: "Roboto Condensed";
        /*  */
        color: rgba(255, 255, 255, 1.00);
        font-weight: bold;
        font-size: 32px;
        line-height: calc(32px * 1.4);
        margin-bottom: 10px; }
      #steps-stacks_in_113 .steps .step-content h1, #steps-stacks_in_113 .steps .step-content h2, #steps-stacks_in_113 .steps .step-content h3, #steps-stacks_in_113 .steps .step-content h4, #steps-stacks_in_113 .steps .step-content h5, #steps-stacks_in_113 .steps .step-content h6 {
        /*  */
        font-family: "Roboto Condensed";
        /*  */
        color: rgba(255, 255, 255, 1.00); }
      #steps-stacks_in_113 .steps .step-content p {
        /*  */
        font-family: "Roboto Condensed";
        /*  */
        color: rgba(255, 255, 255, 0.50);
        font-size: 14px;
        line-height: calc(14px * 1.6);
        margin: 10px 0; }
      #steps-stacks_in_113 .steps .step-content a, #steps-stacks_in_113 .steps .step-content a:visited {
        /*  */
        font-family: "Roboto Condensed";
        /*  */
        color: rgba(255, 255, 255, 1.00); }

#steps-stacks_in_113 .step-nav {
  /*  */
  font-family: "Roboto Condensed";
  /*  */
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 10px;
  background: rgba(67, 70, 80, 1.00);
  margin-top: auto;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_113 .step-nav-next, #steps-stacks_in_113 .step-nav-prev {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    border: 2px solid rgba(158, 110, 224, 1.00);
    text-transform: uppercase;
    transition: all 0.3s ease; }
    #steps-stacks_in_113 .step-nav-next:hover, #steps-stacks_in_113 .step-nav-prev:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(158, 110, 224, 1.00); }
  #steps-stacks_in_113 .step-nav-next {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(158, 110, 224, 1.00); }
    #steps-stacks_in_113 .step-nav-next::before {
      content: "NEXT";
      display: inline; }
  #steps-stacks_in_113 .step-nav-prev {
    color: rgba(158, 110, 224, 1.00); }
    #steps-stacks_in_113 .step-nav-prev::before {
      display: inline;
      content: "BACK"; }
  #steps-stacks_in_113 .step-nav.last-step .step-nav-next::before {
    content: "COMPLETE"; }
  #steps-stacks_in_113 .step-nav.first-step .step-nav-prev {
    opacity: 0;
    visibility: hidden; }

@media (max-width: 600px) {
  #steps-stacks_in_113.show-step-list .step-list {
    margin-left: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  #steps-stacks_in_113 .steps {
    z-index: 1;
    position: relative; }
  #steps-stacks_in_113 .step-list {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: auto;
    height: auto;
    text-align: center;
    margin-left: -260px;
    position: absolute;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
    #steps-stacks_in_113 .step-list-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #steps-stacks_in_113 .step-list ul {
      text-align: center; }
      #steps-stacks_in_113 .step-list ul li {
        text-align: center; } }
#stacks_in_145>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_145 {
	margin: 150px 0px 150px 0px;
}
/*  */
body {
  background: #F5F5F5; }

#steps-stacks_in_146 {
  max-width: 400px;
  border-radius: 0px;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_146 .step-list {
    min-width: 230px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    /*  */
    background: rgba(53, 67, 77, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
    #steps-stacks_in_146 .step-list::before {
      /*  */
      display: none;
      /*  */
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(0, 0, 0, 0.20); }
  #steps-stacks_in_146 .steps {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    #steps-stacks_in_146 .steps .step {
      /*  */
      background: rgba(255, 255, 255, 1.00);
      /*  */
      /*  */
      /*  */
      /*  */ }
      #steps-stacks_in_146 .steps .step::before {
        /*  */
        display: none;
        /*  */
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.20); }
  #steps-stacks_in_146.bold-sidebar-text .step-list ul li {
    font-weight: bold; }
  #steps-stacks_in_146.show-step-list .steps .step-top .step-list-toggle {
    color: rgba(177, 255, 93, 1.00); }
  #steps-stacks_in_146.show-step-list .step-list {
    margin-left: 0; }
    #steps-stacks_in_146.show-step-list .step-list ul {
      opacity: 1;
      transition: all 0.3s 0.3s; }
  #steps-stacks_in_146.complete .step-complete {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

#steps-stacks_in_146 .step-complete {
  /*  */
  background: rgba(175, 255, 105, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 20;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  text-align: center;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_146 .step-complete-icon {
    z-index: 10;
    position: relative;
    color: rgba(53, 67, 77, 0.50);
    font-size: 100px;
    margin-bottom: 10px; }
  #steps-stacks_in_146 .step-complete-title {
    z-index: 10;
    position: relative;
    /*  */
    font-family: "Open Sans";
    /*  */
    color: rgba(53, 67, 77, 1.00);
    font-size: 32px;
    line-height: calc(32px * 1.4);
    margin-bottom: 10px; }
  #steps-stacks_in_146 .step-complete-description {
    z-index: 10;
    position: relative;
    /*  */
    font-family: "Open Sans";
    /*  */
    font-size: 14px;
    line-height: calc(14px * 1.4);
    margin-bottom: 20px;
    color: rgba(26, 27, 36, 0.50); }
  #steps-stacks_in_146 .step-complete-restart {
    z-index: 10;
    position: relative;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(26, 27, 36, 0.50);
    font-size: 24px;
    width: 100px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    border-radius: 2px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #steps-stacks_in_146 .step-complete-restart i {
      transition: all 0.5s; }
    #steps-stacks_in_146 .step-complete-restart:hover i {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); }
  #steps-stacks_in_146 .step-complete::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#steps-stacks_in_146 .step-list {
  margin-left: -230px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_146 .step-list * {
    box-sizing: border-box; }
  #steps-stacks_in_146 .step-list-nav {
    z-index: 10;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    font-size: 24px;
    padding: 15px 20px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(177, 255, 93, 1.00);
    min-height: 20px50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    #steps-stacks_in_146 .step-list-nav i {
      cursor: pointer; }
  #steps-stacks_in_146 .step-list ul {
    z-index: 10;
    opacity: 0;
    padding: 10px;
    margin: auto 0;
    list-style: none;
    position: relative;
    transition: all 0s 0s; }
    #steps-stacks_in_146 .step-list ul li {
      /*  */
      font-family: "Open Sans";
      /*  */
      color: rgba(255, 255, 255, 0.50);
      font-size: 14px;
      padding: 10px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #steps-stacks_in_146 .step-list ul li:hover {
        color: rgba(177, 255, 93, 1.00); }
      #steps-stacks_in_146 .step-list ul li.active {
        color: rgba(177, 255, 93, 1.00); }

#steps-stacks_in_146 .steps {
  position: relative; }
  #steps-stacks_in_146 .steps .step {
    min-height: 450px;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: left;
    position: absolute;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    transition: all 0.3s ease-in-out; }
    #steps-stacks_in_146 .steps .step.active {
      -webkit-transform: translateY(0%);
              transform: translateY(0%); }
    #steps-stacks_in_146 .steps .step-top {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      padding: 10px 15px 10px 25px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      box-sizing: border-box; }
      #steps-stacks_in_146 .steps .step-top .step-list-toggle {
        font-size: 22px;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.50); }
      #steps-stacks_in_146 .steps .step-top .step-count {
        /*  */
        font-family: "Open Sans";
        /*  */
        color: rgba(177, 255, 93, 1.00);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        line-height: 1;
        font-size: 50px;
        font-weight: bold;
        margin-left: auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        box-sizing: border-box; }
        #steps-stacks_in_146 .steps .step-top .step-count::before {
          content: "STEP";
          color: rgba(0, 0, 0, 0.50);
          font-size: 14px;
          margin-right: 10px;
          display: inline-block; }
    #steps-stacks_in_146 .steps .step-content {
      /*  */
      font-family: "Open Sans";
      /*  */
      padding: 15px 30px;
      z-index: 1;
      position: relative;
      margin-bottom: calc(57px); }
      #steps-stacks_in_146 .steps .step-content .step-title {
        /*  */
        font-family: "Open Sans";
        /*  */
        color: rgba(177, 255, 93, 1.00);
        font-weight: bold;
        font-size: 32px;
        line-height: calc(32px * 1.4);
        margin-bottom: 10px; }
      #steps-stacks_in_146 .steps .step-content h1, #steps-stacks_in_146 .steps .step-content h2, #steps-stacks_in_146 .steps .step-content h3, #steps-stacks_in_146 .steps .step-content h4, #steps-stacks_in_146 .steps .step-content h5, #steps-stacks_in_146 .steps .step-content h6 {
        /*  */
        font-family: "Open Sans";
        /*  */
        color: rgba(52, 67, 78, 1.00); }
      #steps-stacks_in_146 .steps .step-content p {
        /*  */
        font-family: "Open Sans";
        /*  */
        color: rgba(52, 67, 78, 0.50);
        font-size: 14px;
        line-height: calc(14px * 1.6);
        margin: 10px 0; }
      #steps-stacks_in_146 .steps .step-content a, #steps-stacks_in_146 .steps .step-content a:visited {
        /*  */
        font-family: "Open Sans";
        /*  */
        color: rgba(14, 27, 37, 1.00); }

#steps-stacks_in_146 .step-nav {
  /*  */
  font-family: "Open Sans";
  /*  */
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 10px;
  background: rgba(177, 255, 93, 1.00);
  margin-top: auto;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_146 .step-nav-next, #steps-stacks_in_146 .step-nav-prev {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    border: 2px solid rgba(52, 67, 78, 1.00);
    text-transform: uppercase;
    transition: all 0.3s ease; }
    #steps-stacks_in_146 .step-nav-next:hover, #steps-stacks_in_146 .step-nav-prev:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(52, 67, 78, 1.00); }
  #steps-stacks_in_146 .step-nav-next {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(52, 67, 78, 1.00); }
    #steps-stacks_in_146 .step-nav-next::before {
      content: "NEXT";
      display: inline; }
  #steps-stacks_in_146 .step-nav-prev {
    color: rgba(52, 67, 78, 1.00); }
    #steps-stacks_in_146 .step-nav-prev::before {
      display: inline;
      content: "BACK"; }
  #steps-stacks_in_146 .step-nav.last-step .step-nav-next::before {
    content: "COMPLETE"; }
  #steps-stacks_in_146 .step-nav.first-step .step-nav-prev {
    opacity: 0;
    visibility: hidden; }

@media (max-width: 5000px) {
  #steps-stacks_in_146.show-step-list .step-list {
    margin-left: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  #steps-stacks_in_146 .steps {
    z-index: 1;
    position: relative; }
  #steps-stacks_in_146 .step-list {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: auto;
    height: auto;
    text-align: center;
    margin-left: -230px;
    position: absolute;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
    #steps-stacks_in_146 .step-list-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #steps-stacks_in_146 .step-list ul {
      text-align: center; }
      #steps-stacks_in_146 .step-list ul li {
        text-align: center; } }
/*  */
body {
  background: #F5F5F5; }

#steps-stacks_in_179 {
  max-width: 400px;
  border-radius: 0px;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_179 .step-list {
    min-width: 230px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    /*  */
    background: rgba(49, 40, 74, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
    #steps-stacks_in_179 .step-list::before {
      /*  */
      display: none;
      /*  */
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(0, 0, 0, 0.20); }
  #steps-stacks_in_179 .steps {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    #steps-stacks_in_179 .steps .step {
      /*  */
      background: rgba(255, 255, 255, 1.00);
      /*  */
      /*  */
      /*  */
      /*  */ }
      #steps-stacks_in_179 .steps .step::before {
        /*  */
        display: none;
        /*  */
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.20); }
  #steps-stacks_in_179.bold-sidebar-text .step-list ul li {
    font-weight: bold; }
  #steps-stacks_in_179.show-step-list .steps .step-top .step-list-toggle {
    color: rgba(49, 40, 74, 1.00); }
  #steps-stacks_in_179.show-step-list .step-list {
    margin-left: 0; }
    #steps-stacks_in_179.show-step-list .step-list ul {
      opacity: 1;
      transition: all 0.3s 0.3s; }
  #steps-stacks_in_179.complete .step-complete {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

#steps-stacks_in_179 .step-complete {
  /*  */
  background: rgba(175, 255, 105, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 20;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  text-align: center;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_179 .step-complete-icon {
    z-index: 10;
    position: relative;
    color: rgba(53, 67, 77, 0.50);
    font-size: 100px;
    margin-bottom: 10px; }
  #steps-stacks_in_179 .step-complete-title {
    z-index: 10;
    position: relative;
    /*  */
    font-family: "Open Sans";
    /*  */
    color: rgba(53, 67, 77, 1.00);
    font-size: 32px;
    line-height: calc(32px * 1.4);
    margin-bottom: 10px; }
  #steps-stacks_in_179 .step-complete-description {
    z-index: 10;
    position: relative;
    /*  */
    font-family: "Open Sans";
    /*  */
    font-size: 14px;
    line-height: calc(14px * 1.4);
    margin-bottom: 20px;
    color: rgba(26, 27, 36, 0.50); }
  #steps-stacks_in_179 .step-complete-restart {
    z-index: 10;
    position: relative;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(26, 27, 36, 0.50);
    font-size: 24px;
    width: 100px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    border-radius: 2px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #steps-stacks_in_179 .step-complete-restart i {
      transition: all 0.5s; }
    #steps-stacks_in_179 .step-complete-restart:hover i {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); }
  #steps-stacks_in_179 .step-complete::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

#steps-stacks_in_179 .step-list {
  margin-left: -230px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_179 .step-list * {
    box-sizing: border-box; }
  #steps-stacks_in_179 .step-list-nav {
    z-index: 10;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    font-size: 24px;
    padding: 15px 20px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(234, 59, 121, 1.00);
    min-height: 20px50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    #steps-stacks_in_179 .step-list-nav i {
      cursor: pointer; }
  #steps-stacks_in_179 .step-list ul {
    z-index: 10;
    opacity: 0;
    padding: 10px;
    margin: auto 0;
    list-style: none;
    position: relative;
    transition: all 0s 0s; }
    #steps-stacks_in_179 .step-list ul li {
      /*  */
      font-family: "Open Sans";
      /*  */
      color: rgba(255, 255, 255, 0.50);
      font-size: 14px;
      padding: 10px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #steps-stacks_in_179 .step-list ul li:hover {
        color: rgba(234, 59, 121, 1.00); }
      #steps-stacks_in_179 .step-list ul li.active {
        color: rgba(234, 59, 121, 1.00); }

#steps-stacks_in_179 .steps {
  position: relative; }
  #steps-stacks_in_179 .steps .step {
    min-height: 450px;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: left;
    position: absolute;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    transition: all 0.3s ease-in-out; }
    #steps-stacks_in_179 .steps .step.active {
      -webkit-transform: translateY(0%);
              transform: translateY(0%); }
    #steps-stacks_in_179 .steps .step-top {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      padding: 10px 15px 10px 25px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      box-sizing: border-box; }
      #steps-stacks_in_179 .steps .step-top .step-list-toggle {
        font-size: 22px;
        cursor: pointer;
        color: rgba(49, 40, 74, 0.50); }
      #steps-stacks_in_179 .steps .step-top .step-count {
        /*  */
        font-family: "Open Sans";
        /*  */
        color: rgba(234, 59, 121, 1.00);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        line-height: 1;
        font-size: 50px;
        font-weight: bold;
        margin-left: auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        box-sizing: border-box; }
        #steps-stacks_in_179 .steps .step-top .step-count::before {
          content: "STEP";
          color: rgba(49, 40, 74, 1.00);
          font-size: 14px;
          margin-right: 10px;
          display: inline-block; }
    #steps-stacks_in_179 .steps .step-content {
      /*  */
      font-family: "Open Sans";
      /*  */
      padding: 15px 30px;
      z-index: 1;
      position: relative;
      margin-bottom: calc(57px); }
      #steps-stacks_in_179 .steps .step-content .step-title {
        /*  */
        font-family: "Open Sans";
        /*  */
        color: rgba(234, 59, 121, 1.00);
        font-weight: bold;
        font-size: 32px;
        line-height: calc(32px * 1.4);
        margin-bottom: 10px; }
      #steps-stacks_in_179 .steps .step-content h1, #steps-stacks_in_179 .steps .step-content h2, #steps-stacks_in_179 .steps .step-content h3, #steps-stacks_in_179 .steps .step-content h4, #steps-stacks_in_179 .steps .step-content h5, #steps-stacks_in_179 .steps .step-content h6 {
        /*  */
        font-family: "Open Sans";
        /*  */
        color: rgba(49, 40, 74, 1.00); }
      #steps-stacks_in_179 .steps .step-content p {
        /*  */
        font-family: "Open Sans";
        /*  */
        color: rgba(49, 40, 74, 0.50);
        font-size: 14px;
        line-height: calc(14px * 1.6);
        margin: 10px 0; }
      #steps-stacks_in_179 .steps .step-content a, #steps-stacks_in_179 .steps .step-content a:visited {
        /*  */
        font-family: "Open Sans";
        /*  */
        color: rgba(234, 59, 121, 1.00); }

#steps-stacks_in_179 .step-nav {
  /*  */
  font-family: "Open Sans";
  /*  */
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 10px;
  background: rgba(49, 40, 74, 1.00);
  margin-top: auto;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  transition: all 0.3s ease-in-out; }
  #steps-stacks_in_179 .step-nav-next, #steps-stacks_in_179 .step-nav-prev {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    border: 2px solid rgba(234, 59, 121, 1.00);
    text-transform: uppercase;
    transition: all 0.3s ease; }
    #steps-stacks_in_179 .step-nav-next:hover, #steps-stacks_in_179 .step-nav-prev:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(234, 59, 121, 1.00); }
  #steps-stacks_in_179 .step-nav-next {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(234, 59, 121, 1.00); }
    #steps-stacks_in_179 .step-nav-next::before {
      content: "NEXT";
      display: inline; }
  #steps-stacks_in_179 .step-nav-prev {
    color: rgba(234, 59, 121, 1.00); }
    #steps-stacks_in_179 .step-nav-prev::before {
      display: inline;
      content: "BACK"; }
  #steps-stacks_in_179 .step-nav.last-step .step-nav-next::before {
    content: "COMPLETE"; }
  #steps-stacks_in_179 .step-nav.first-step .step-nav-prev {
    opacity: 0;
    visibility: hidden; }

@media (max-width: 5000px) {
  #steps-stacks_in_179.show-step-list .step-list {
    margin-left: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  #steps-stacks_in_179 .steps {
    z-index: 1;
    position: relative; }
  #steps-stacks_in_179 .step-list {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: auto;
    height: auto;
    text-align: center;
    margin-left: -230px;
    position: absolute;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
    #steps-stacks_in_179 .step-list-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #steps-stacks_in_179 .step-list ul {
      text-align: center; }
      #steps-stacks_in_179 .step-list ul li {
        text-align: center; } }
