/*  */
/*  */
.ascend-marker span {
  display: none; }

#ascend-stacks_in_2_page21 {
  /*  */
  position: fixed;
  visibility: hidden;
  pointer-events: none;
  margin: 20px 20px;
  z-index: 1000;
  /*  */
  box-sizing: border-box; }
  #ascend-stacks_in_2_page21 * {
    transition: all 0.3s; }

#ascend-stacks_in_2_page21 .ascend-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
  position: fixed;
  pointer-events: auto; }

#ascend-stacks_in_2_page21 .ascend-open {
  /*  */
  background: rgba(44, 44, 59, 1.00);
  /*  */
  /*  */
  cursor: pointer;
  width: 50px;
  height: 50px;
  color: rgba(220, 224, 230, 1.00);
  pointer-events: auto;
  opacity: 0.90;
  padding: 3px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #ascend-stacks_in_2_page21 .ascend-open:hover {
    /*  */
    opacity: 1;
    /*  */ }
  #ascend-stacks_in_2_page21 .ascend-open i {
    line-height: 1;
    font-size: 24px; }
  #ascend-stacks_in_2_page21 .ascend-open.no-dots .ascend-open-dots {
    display: none; }
  #ascend-stacks_in_2_page21 .ascend-open-dots {
    width: 28px;
    height: 10px;
    margin-top: 2px;
    position: relative;
    border-radius: 10px;
    background: rgba(4, 215, 95, 0.20); }
    #ascend-stacks_in_2_page21 .ascend-open-dots::before {
      background: rgba(4, 215, 95, 1.00);
      top: 50%;
      left: 50%;
      content: '';
      width: 4px;
      height: 4px;
      display: block;
      position: absolute;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      box-shadow: 7px 0 0 0 rgba(4, 215, 95, 1.00), -7px 0 0 0 rgba(4, 215, 95, 1.00); }

#ascend-stacks_in_2_page21 .ascend-close {
  color: #04D75F;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 18px;
  text-align: center;
  position: absolute;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #ascend-stacks_in_2_page21 .ascend-close i {
    z-index: 2;
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 0;
    color: inherit;
    font-size: inherit;
    position: relative;
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 3px solid #04D75F; }
    #ascend-stacks_in_2_page21 .ascend-close i::before, #ascend-stacks_in_2_page21 .ascend-close i::after {
      content: '';
      top: 50%;
      left: 50%;
      width: 26px;
      height: 26px;
      display: block;
      position: absolute;
      border-radius: 50%;
      border-width: 0px;
      border-style: solid;
      border-color: #04D75F;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    #ascend-stacks_in_2_page21 .ascend-close i::before {
      opacity: 0.3; }
    #ascend-stacks_in_2_page21 .ascend-close i::after {
      opacity: 0.2; }
  #ascend-stacks_in_2_page21 .ascend-close::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.7;
    display: block;
    position: absolute;
    background: #201D2B; }

#ascend-stacks_in_2_page21 .ascend-menu {
  /*  */
  max-height: calc(100% - 40px);
  /*  */
  /*  */
  background: rgba(44, 44, 59, 1.00);
  /*  */
  /*  */
  /*  */
  font-family: "Futura";
  /*  */
  width: 100%;
  overflow: hidden;
  pointer-events: auto;
  max-width: 250px;
  margin: 20px 20px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #ascend-stacks_in_2_page21 .ascend-menu-header {
    /*  */
    font-family: "Maven Pro";
    /*  */
    text-align: center;
    box-sizing: border-box;
    color: rgba(4, 215, 95, 1.00);
    font-size: 13px;
    padding: 8px 5px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.20); }
  #ascend-stacks_in_2_page21 .ascend-menu ul {
    padding: 10px 10px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none; }
    #ascend-stacks_in_2_page21 .ascend-menu ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.10);
      padding-bottom: 3px; }
      #ascend-stacks_in_2_page21 .ascend-menu ul li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      #ascend-stacks_in_2_page21 .ascend-menu ul li a, #ascend-stacks_in_2_page21 .ascend-menu ul li a:visited {
        padding: 8px 5px;
        color: rgba(255, 255, 255, 0.50);
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-decoration: none;
        transition: all 0.3s ease; }
      #ascend-stacks_in_2_page21 .ascend-menu ul li i {
        color: rgba(255, 255, 255, 0.50);
        font-size: 20px;
        margin-right: 10px;
        transition: all 0.3s ease; }
      #ascend-stacks_in_2_page21 .ascend-menu ul li:hover a, #ascend-stacks_in_2_page21 .ascend-menu ul li:hover a:visited {
        /*  */
        color: rgba(4, 215, 95, 1.00);
        /*  */ }
      #ascend-stacks_in_2_page21 .ascend-menu ul li:hover i {
        /*  */
        color: rgba(4, 215, 95, 1.00);
        /*  */ }

#ascend-stacks_in_2_page21.menu-list .ascend-menu ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  #ascend-stacks_in_2_page21.menu-list .ascend-menu ul li {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

#ascend-stacks_in_2_page21.menu-grid .ascend-menu ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  #ascend-stacks_in_2_page21.menu-grid .ascend-menu ul li {
    width: 33.333332%;
    border: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    #ascend-stacks_in_2_page21.menu-grid .ascend-menu ul li a {
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 14px; }
    #ascend-stacks_in_2_page21.menu-grid .ascend-menu ul li i {
      margin-right: 0;
      font-size: 28px; }

#ascend-stacks_in_2_page21.ascend-show {
  visibility: visible; }
  #ascend-stacks_in_2_page21.ascend-show.h-right .ascend-open, #ascend-stacks_in_2_page21.ascend-show.h-left .ascend-open {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #ascend-stacks_in_2_page21.ascend-show.v-top.h-center .ascend-open, #ascend-stacks_in_2_page21.ascend-show.v-bottom.h-center .ascend-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

#ascend-stacks_in_2_page21.open .ascend-overlay {
  display: block; }

#ascend-stacks_in_2_page21.open .ascend-menu {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.40); }

#ascend-stacks_in_2_page21.open.ascend-show.v-top .ascend-menu, #ascend-stacks_in_2_page21.open.ascend-show.v-bottom .ascend-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

#ascend-stacks_in_2_page21.close-focus .ascend-close {
  opacity: 1; }
  #ascend-stacks_in_2_page21.close-focus .ascend-close i::before {
    -webkit-animation: ascend-close-pulse-one-stacks_in_2_page21 2s infinite;
            animation: ascend-close-pulse-one-stacks_in_2_page21 2s infinite; }
  #ascend-stacks_in_2_page21.close-focus .ascend-close i::after {
    -webkit-animation: ascend-close-pulse-two-stacks_in_2_page21 2s infinite;
            animation: ascend-close-pulse-two-stacks_in_2_page21 2s infinite; }

#ascend-stacks_in_2_page21.close-focus .ascend-menu.inline-close-button .ascend-close i {
  border: 3px solid #04D75F; }

#ascend-stacks_in_2_page21.v-top {
  top: 0; }
  #ascend-stacks_in_2_page21.v-top .ascend-menu {
    top: 0;
    -webkit-transform: translateY(calc(-100% - 20px));
            transform: translateY(calc(-100% - 20px)); }
  #ascend-stacks_in_2_page21.v-top.h-center .ascend-open {
    -webkit-transform: translateY(calc(-100% - 20px));
            transform: translateY(calc(-100% - 20px)); }

#ascend-stacks_in_2_page21.v-bottom {
  bottom: 0; }
  #ascend-stacks_in_2_page21.v-bottom .ascend-menu {
    bottom: 0;
    -webkit-transform: translateY(calc(100% + 20px));
            transform: translateY(calc(100% + 20px)); }
  #ascend-stacks_in_2_page21.v-bottom.h-center .ascend-open {
    -webkit-transform: translateY(calc(100% + 20px));
            transform: translateY(calc(100% + 20px)); }

#ascend-stacks_in_2_page21.h-left {
  left: 0; }
  #ascend-stacks_in_2_page21.h-left .ascend-open {
    -webkit-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px)); }
  #ascend-stacks_in_2_page21.h-left .ascend-menu {
    left: 0; }

#ascend-stacks_in_2_page21.h-right {
  right: 0; }
  #ascend-stacks_in_2_page21.h-right .ascend-open {
    -webkit-transform: translateX(calc(100% + 20px));
            transform: translateX(calc(100% + 20px)); }
  #ascend-stacks_in_2_page21.h-right .ascend-menu {
    right: 0; }

#ascend-stacks_in_2_page21.h-center {
  /*  */
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*  */ }
  #ascend-stacks_in_2_page21.h-center .ascend-menu {
    left: 0;
    right: 0;
    margin: 20px auto; }

#ascend-stacks_in_2_page21 .ascend-menu ul.allow-scroll {
  overflow-y: scroll; }

#ascend-stacks_in_2_page21 .ascend-menu ul.no-top-item li.ascend-top-item {
  display: none; }

#ascend-stacks_in_2_page21 .ascend-menu ul.no-item-icons li i {
  display: none;
  margin-right: 0; }

#ascend-stacks_in_2_page21 .ascend-menu.no-header .ascend-menu-header {
  padding: 0; }
  #ascend-stacks_in_2_page21 .ascend-menu.no-header .ascend-menu-header span {
    display: none; }

#ascend-stacks_in_2_page21 .ascend-menu.inline-close-button.no-header .ascend-menu-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 5px; }

#ascend-stacks_in_2_page21 .ascend-menu.inline-close-button .ascend-menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#ascend-stacks_in_2_page21 .ascend-menu.inline-close-button .ascend-close {
  opacity: 1;
  width: auto;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  pointer-events: auto; }
  #ascend-stacks_in_2_page21 .ascend-menu.inline-close-button .ascend-close i {
    border-color: transparent; }
  #ascend-stacks_in_2_page21 .ascend-menu.inline-close-button .ascend-close::before {
    display: none; }

@media (min-width: 768px) {
  #ascend-stacks_in_2_page21.open.ascend-on-hover .ascend-overlay {
    display: none; } }

@-webkit-keyframes ascend-close-pulse-one-stacks_in_2_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 8px; }
  100% {
    border-width: 0px; } }

@keyframes ascend-close-pulse-one-stacks_in_2_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 8px; }
  100% {
    border-width: 0px; } }

@-webkit-keyframes ascend-close-pulse-two-stacks_in_2_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 12px; }
  100% {
    border-width: 0px; } }

@keyframes ascend-close-pulse-two-stacks_in_2_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 12px; }
  100% {
    border-width: 0px; } }
/*  */
section#section-stacks_in_15_page21 {
  /*  */
  background: rgba(31, 29, 43, 1.00);
  /*  */
  /*  */
  /*  */
  padding: 150px 20px 150px 20px;
  box-sizing: border-box; }
  section#section-stacks_in_15_page21 .section-header {
    text-align: center;
    box-sizing: border-box; }
    section#section-stacks_in_15_page21 .section-header-title {
      /*  */
      font-family: "Futura";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 20px;
      font-weight: bold;
      max-width: 1000px;
      margin: 0 auto 50px auto;
      /*  */
      line-height: 32.360001px;
      /*  */ }
    section#section-stacks_in_15_page21 .section-header-description {
      /*  */
      font-family: "Rubik";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 16px;
      max-width: 600px;
      text-align: center;
      margin: 0 auto 60px auto;
      /*  */
      line-height: 25.888000px;
      /*  */ }
  section#section-stacks_in_15_page21.hide-title .section-header-title {
    display: none; }
  section#section-stacks_in_15_page21.hide-description .section-header-description {
    display: none; }

@media (min-width: 760px) and (max-width: 480px) {
  /*  */
  section#section-stacks_in_15_page21 .section-header-title {
    font-size: 20px;
    margin: 0 auto 50px auto;
    line-height: 32.360001px; }
  section#section-stacks_in_15_page21 .section-header-description {
    font-size: 16px;
    margin: 0 auto 60px auto;
    line-height: 25.888000px; }
  /*  */ }

@media (min-width: 0px) and (max-width: 760px) {
  /*  */
  section#section-stacks_in_15_page21 .section-header-title {
    font-size: 20px;
    margin: 0 auto 50px auto;
    line-height: 32.360001px; }
  section#section-stacks_in_15_page21 .section-header-description {
    font-size: 14px;
    margin: 0 auto 60px auto;
    line-height: 22.652000px; }
  /*  */ }
.ascend-marker.show-marker {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

/*  */
/*  */
/*  */
.ascend-marker span {
  display: none; }

#ascend-stacks_in_22_page21 {
  /*  */
  position: fixed;
  visibility: hidden;
  pointer-events: none;
  margin: 20px 20px;
  z-index: 1000;
  /*  */
  box-sizing: border-box; }
  #ascend-stacks_in_22_page21 * {
    transition: all 0.3s; }

#ascend-stacks_in_22_page21 .ascend-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
  position: fixed;
  pointer-events: auto; }

#ascend-stacks_in_22_page21 .ascend-open {
  /*  */
  background: rgba(44, 44, 59, 1.00);
  /*  */
  /*  */
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: rgba(4, 215, 95, 1.00);
  pointer-events: auto;
  opacity: 1.00;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #ascend-stacks_in_22_page21 .ascend-open:hover {
    /*  */
    opacity: 1;
    /*  */ }
  #ascend-stacks_in_22_page21 .ascend-open i {
    line-height: 1;
    font-size: 20px; }
  #ascend-stacks_in_22_page21 .ascend-open.no-dots .ascend-open-dots {
    display: none; }
  #ascend-stacks_in_22_page21 .ascend-open-dots {
    width: 28px;
    height: 10px;
    margin-top: 2px;
    position: relative;
    border-radius: 10px;
    background: rgba(4, 215, 95, 0.20); }
    #ascend-stacks_in_22_page21 .ascend-open-dots::before {
      background: rgba(4, 215, 95, 1.00);
      top: 50%;
      left: 50%;
      content: '';
      width: 4px;
      height: 4px;
      display: block;
      position: absolute;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      box-shadow: 7px 0 0 0 rgba(4, 215, 95, 1.00), -7px 0 0 0 rgba(4, 215, 95, 1.00); }

#ascend-stacks_in_22_page21 .ascend-close {
  color: #04D75F;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 18px;
  text-align: center;
  position: absolute;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #ascend-stacks_in_22_page21 .ascend-close i {
    z-index: 2;
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 0;
    color: inherit;
    font-size: inherit;
    position: relative;
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 3px solid #04D75F; }
    #ascend-stacks_in_22_page21 .ascend-close i::before, #ascend-stacks_in_22_page21 .ascend-close i::after {
      content: '';
      top: 50%;
      left: 50%;
      width: 26px;
      height: 26px;
      display: block;
      position: absolute;
      border-radius: 50%;
      border-width: 0px;
      border-style: solid;
      border-color: #04D75F;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    #ascend-stacks_in_22_page21 .ascend-close i::before {
      opacity: 0.3; }
    #ascend-stacks_in_22_page21 .ascend-close i::after {
      opacity: 0.2; }
  #ascend-stacks_in_22_page21 .ascend-close::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.7;
    display: block;
    position: absolute;
    background: #201D2B; }

#ascend-stacks_in_22_page21 .ascend-menu {
  /*  */
  max-height: calc(100% - 40px);
  /*  */
  /*  */
  background: rgba(44, 44, 59, 1.00);
  /*  */
  /*  */
  /*  */
  font-family: "Futura";
  /*  */
  width: 100%;
  overflow: hidden;
  pointer-events: auto;
  max-width: 200px;
  margin: 20px 20px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #ascend-stacks_in_22_page21 .ascend-menu-header {
    /*  */
    font-family: "Maven Pro";
    /*  */
    text-align: center;
    box-sizing: border-box;
    color: rgba(4, 215, 95, 1.00);
    font-size: 13px;
    padding: 8px 5px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.20); }
  #ascend-stacks_in_22_page21 .ascend-menu ul {
    padding: 10px 10px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none; }
    #ascend-stacks_in_22_page21 .ascend-menu ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.10);
      padding-bottom: 3px; }
      #ascend-stacks_in_22_page21 .ascend-menu ul li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      #ascend-stacks_in_22_page21 .ascend-menu ul li a, #ascend-stacks_in_22_page21 .ascend-menu ul li a:visited {
        padding: 8px 5px;
        color: rgba(255, 255, 255, 0.50);
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-decoration: none;
        transition: all 0.3s ease; }
      #ascend-stacks_in_22_page21 .ascend-menu ul li i {
        color: rgba(255, 255, 255, 0.50);
        font-size: 20px;
        margin-right: 10px;
        transition: all 0.3s ease; }
      #ascend-stacks_in_22_page21 .ascend-menu ul li:hover a, #ascend-stacks_in_22_page21 .ascend-menu ul li:hover a:visited {
        /*  */
        color: rgba(4, 215, 95, 1.00);
        /*  */ }
      #ascend-stacks_in_22_page21 .ascend-menu ul li:hover i {
        /*  */
        color: rgba(4, 215, 95, 1.00);
        /*  */ }

#ascend-stacks_in_22_page21.menu-list .ascend-menu ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  #ascend-stacks_in_22_page21.menu-list .ascend-menu ul li {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

#ascend-stacks_in_22_page21.menu-grid .ascend-menu ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  #ascend-stacks_in_22_page21.menu-grid .ascend-menu ul li {
    width: 33.333332%;
    border: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    #ascend-stacks_in_22_page21.menu-grid .ascend-menu ul li a {
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 14px; }
    #ascend-stacks_in_22_page21.menu-grid .ascend-menu ul li i {
      margin-right: 0;
      font-size: 28px; }

#ascend-stacks_in_22_page21.ascend-show {
  visibility: visible; }
  #ascend-stacks_in_22_page21.ascend-show.h-right .ascend-open, #ascend-stacks_in_22_page21.ascend-show.h-left .ascend-open {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #ascend-stacks_in_22_page21.ascend-show.v-top.h-center .ascend-open, #ascend-stacks_in_22_page21.ascend-show.v-bottom.h-center .ascend-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

#ascend-stacks_in_22_page21.open .ascend-overlay {
  display: block; }

#ascend-stacks_in_22_page21.open .ascend-menu {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.40); }

#ascend-stacks_in_22_page21.open.ascend-show.v-top .ascend-menu, #ascend-stacks_in_22_page21.open.ascend-show.v-bottom .ascend-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

#ascend-stacks_in_22_page21.close-focus .ascend-close {
  opacity: 1; }
  #ascend-stacks_in_22_page21.close-focus .ascend-close i::before {
    -webkit-animation: ascend-close-pulse-one-stacks_in_22_page21 2s infinite;
            animation: ascend-close-pulse-one-stacks_in_22_page21 2s infinite; }
  #ascend-stacks_in_22_page21.close-focus .ascend-close i::after {
    -webkit-animation: ascend-close-pulse-two-stacks_in_22_page21 2s infinite;
            animation: ascend-close-pulse-two-stacks_in_22_page21 2s infinite; }

#ascend-stacks_in_22_page21.close-focus .ascend-menu.inline-close-button .ascend-close i {
  border: 3px solid #04D75F; }

#ascend-stacks_in_22_page21.v-top {
  top: 0; }
  #ascend-stacks_in_22_page21.v-top .ascend-menu {
    top: 0;
    -webkit-transform: translateY(calc(-100% - 20px));
            transform: translateY(calc(-100% - 20px)); }
  #ascend-stacks_in_22_page21.v-top.h-center .ascend-open {
    -webkit-transform: translateY(calc(-100% - 20px));
            transform: translateY(calc(-100% - 20px)); }

#ascend-stacks_in_22_page21.v-bottom {
  bottom: 0; }
  #ascend-stacks_in_22_page21.v-bottom .ascend-menu {
    bottom: 0;
    -webkit-transform: translateY(calc(100% + 20px));
            transform: translateY(calc(100% + 20px)); }
  #ascend-stacks_in_22_page21.v-bottom.h-center .ascend-open {
    -webkit-transform: translateY(calc(100% + 20px));
            transform: translateY(calc(100% + 20px)); }

#ascend-stacks_in_22_page21.h-left {
  left: 0; }
  #ascend-stacks_in_22_page21.h-left .ascend-open {
    -webkit-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px)); }
  #ascend-stacks_in_22_page21.h-left .ascend-menu {
    left: 0; }

#ascend-stacks_in_22_page21.h-right {
  right: 0; }
  #ascend-stacks_in_22_page21.h-right .ascend-open {
    -webkit-transform: translateX(calc(100% + 20px));
            transform: translateX(calc(100% + 20px)); }
  #ascend-stacks_in_22_page21.h-right .ascend-menu {
    right: 0; }

#ascend-stacks_in_22_page21.h-center {
  /*  */
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*  */ }
  #ascend-stacks_in_22_page21.h-center .ascend-menu {
    left: 0;
    right: 0;
    margin: 20px auto; }

#ascend-stacks_in_22_page21 .ascend-menu ul.allow-scroll {
  overflow-y: scroll; }

#ascend-stacks_in_22_page21 .ascend-menu ul.no-top-item li.ascend-top-item {
  display: none; }

#ascend-stacks_in_22_page21 .ascend-menu ul.no-item-icons li i {
  display: none;
  margin-right: 0; }

#ascend-stacks_in_22_page21 .ascend-menu.no-header .ascend-menu-header {
  padding: 0; }
  #ascend-stacks_in_22_page21 .ascend-menu.no-header .ascend-menu-header span {
    display: none; }

#ascend-stacks_in_22_page21 .ascend-menu.inline-close-button.no-header .ascend-menu-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 5px; }

#ascend-stacks_in_22_page21 .ascend-menu.inline-close-button .ascend-menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#ascend-stacks_in_22_page21 .ascend-menu.inline-close-button .ascend-close {
  opacity: 1;
  width: auto;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  pointer-events: auto; }
  #ascend-stacks_in_22_page21 .ascend-menu.inline-close-button .ascend-close i {
    border-color: transparent; }
  #ascend-stacks_in_22_page21 .ascend-menu.inline-close-button .ascend-close::before {
    display: none; }

@media (min-width: 768px) {
  #ascend-stacks_in_22_page21.open.ascend-on-hover .ascend-overlay {
    display: none; } }

@-webkit-keyframes ascend-close-pulse-one-stacks_in_22_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 8px; }
  100% {
    border-width: 0px; } }

@keyframes ascend-close-pulse-one-stacks_in_22_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 8px; }
  100% {
    border-width: 0px; } }

@-webkit-keyframes ascend-close-pulse-two-stacks_in_22_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 12px; }
  100% {
    border-width: 0px; } }

@keyframes ascend-close-pulse-two-stacks_in_22_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 12px; }
  100% {
    border-width: 0px; } }
/*  */
section#section-stacks_in_27_page21 {
  /*  */
  /*  */
  background: #78E638;
  background: linear-gradient(to bottom right, #78E638, #257C7E);
  /*  */
  /*  */
  padding: 300px 20px 300px 20px;
  box-sizing: border-box; }
  section#section-stacks_in_27_page21 .section-header {
    text-align: left;
    box-sizing: border-box; }
    section#section-stacks_in_27_page21 .section-header-title {
      /*  */
      font-family: "Futura";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 50px;
      font-weight: bold;
      max-width: 1000px;
      margin: 0 auto 5px auto;
      /*  */
      line-height: 80.900002px;
      /*  */ }
    section#section-stacks_in_27_page21 .section-header-description {
      /*  */
      font-family: "Quicksand";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 20px;
      max-width: 1000px;
      text-align: left;
      margin: 0 auto 60px auto;
      /*  */
      line-height: 32.360001px;
      /*  */ }
  section#section-stacks_in_27_page21.hide-title .section-header-title {
    display: none; }
  section#section-stacks_in_27_page21.hide-description .section-header-description {
    display: none; }

@media (min-width: 760px) and (max-width: 480px) {
  /*  */
  section#section-stacks_in_27_page21 .section-header-title {
    font-size: 40px;
    margin: 0 auto 5px auto;
    line-height: 64.720001px; }
  section#section-stacks_in_27_page21 .section-header-description {
    font-size: 18px;
    margin: 0 auto 60px auto;
    line-height: 29.124001px; }
  /*  */ }

@media (min-width: 0px) and (max-width: 760px) {
  /*  */
  section#section-stacks_in_27_page21 .section-header-title {
    font-size: 32px;
    margin: 0 auto 5px auto;
    line-height: 51.776001px; }
  section#section-stacks_in_27_page21 .section-header-description {
    font-size: 16px;
    margin: 0 auto 60px auto;
    line-height: 25.888000px; }
  /*  */ }
/*  */
section#section-stacks_in_31_page21 {
  /*  */
  background: rgba(255, 255, 255, 1.00);
  /*  */
  /*  */
  /*  */
  padding: 300px 20px 300px 20px;
  box-sizing: border-box; }
  section#section-stacks_in_31_page21 .section-header {
    text-align: center;
    box-sizing: border-box; }
    section#section-stacks_in_31_page21 .section-header-title {
      /*  */
      font-family: "Futura";
      /*  */
      color: rgba(77, 190, 82, 1.00);
      font-size: 50px;
      font-weight: bold;
      max-width: 700px;
      margin: 0 auto 5px auto;
      /*  */
      line-height: 80.900002px;
      /*  */ }
    section#section-stacks_in_31_page21 .section-header-description {
      /*  */
      font-family: "Rubik";
      /*  */
      color: rgba(34, 33, 45, 0.50);
      font-size: 18px;
      max-width: 700px;
      text-align: center;
      margin: 0 auto 60px auto;
      /*  */
      line-height: 29.124001px;
      /*  */ }
  section#section-stacks_in_31_page21.hide-title .section-header-title {
    display: none; }
  section#section-stacks_in_31_page21.hide-description .section-header-description {
    display: none; }

@media (min-width: 760px) and (max-width: 480px) {
  /*  */
  section#section-stacks_in_31_page21 .section-header-title {
    font-size: 40px;
    margin: 0 auto 5px auto;
    line-height: 64.720001px; }
  section#section-stacks_in_31_page21 .section-header-description {
    font-size: 16px;
    margin: 0 auto 60px auto;
    line-height: 25.888000px; }
  /*  */ }

@media (min-width: 0px) and (max-width: 760px) {
  /*  */
  section#section-stacks_in_31_page21 .section-header-title {
    font-size: 32px;
    margin: 0 auto 5px auto;
    line-height: 51.776001px; }
  section#section-stacks_in_31_page21 .section-header-description {
    font-size: 14px;
    margin: 0 auto 60px auto;
    line-height: 22.652000px; }
  /*  */ }
.ascend-marker.show-marker {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

/*  */
/*  */
/*  */
.ascend-marker span {
  display: none; }

#ascend-stacks_in_36_page21 {
  /*  */
  position: fixed;
  visibility: hidden;
  pointer-events: none;
  margin: 20px 20px;
  z-index: 1000;
  /*  */
  box-sizing: border-box; }
  #ascend-stacks_in_36_page21 * {
    transition: all 0.3s; }

#ascend-stacks_in_36_page21 .ascend-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
  position: fixed;
  pointer-events: auto; }

#ascend-stacks_in_36_page21 .ascend-open {
  /*  */
  /*  */
  background: rgba(27, 249, 227, 1.00);
  background: linear-gradient(to bottom right, rgba(27, 249, 227, 1.00), rgba(36, 51, 222, 1.00));
  /*  */
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 1.00);
  pointer-events: auto;
  opacity: 0.90;
  padding: 3px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #ascend-stacks_in_36_page21 .ascend-open:hover {
    /*  */
    opacity: 1;
    /*  */ }
  #ascend-stacks_in_36_page21 .ascend-open i {
    line-height: 1;
    font-size: 20px; }
  #ascend-stacks_in_36_page21 .ascend-open.no-dots .ascend-open-dots {
    display: none; }
  #ascend-stacks_in_36_page21 .ascend-open-dots {
    width: 28px;
    height: 10px;
    margin-top: 2px;
    position: relative;
    border-radius: 10px;
    background: rgba(1, 14, 27, 0.00); }
    #ascend-stacks_in_36_page21 .ascend-open-dots::before {
      background: rgba(255, 255, 255, 1.00);
      top: 50%;
      left: 50%;
      content: '';
      width: 4px;
      height: 4px;
      display: block;
      position: absolute;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      box-shadow: 7px 0 0 0 rgba(255, 255, 255, 1.00), -7px 0 0 0 rgba(255, 255, 255, 1.00); }

#ascend-stacks_in_36_page21 .ascend-close {
  color: #EE4349;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 18px;
  text-align: center;
  position: absolute;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #ascend-stacks_in_36_page21 .ascend-close i {
    z-index: 2;
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 0;
    color: inherit;
    font-size: inherit;
    position: relative;
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 3px solid #EE4349; }
    #ascend-stacks_in_36_page21 .ascend-close i::before, #ascend-stacks_in_36_page21 .ascend-close i::after {
      content: '';
      top: 50%;
      left: 50%;
      width: 26px;
      height: 26px;
      display: block;
      position: absolute;
      border-radius: 50%;
      border-width: 0px;
      border-style: solid;
      border-color: #EE4349;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    #ascend-stacks_in_36_page21 .ascend-close i::before {
      opacity: 0.3; }
    #ascend-stacks_in_36_page21 .ascend-close i::after {
      opacity: 0.2; }
  #ascend-stacks_in_36_page21 .ascend-close::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.7;
    display: block;
    position: absolute;
    background: #201D2B; }

#ascend-stacks_in_36_page21 .ascend-menu {
  /*  */
  max-height: calc(100% - 40px);
  /*  */
  /*  */
  /*  */
  background: rgba(27, 249, 227, 1.00);
  background: linear-gradient(to bottom, rgba(27, 249, 227, 1.00), rgba(36, 51, 222, 1.00));
  /*  */
  /*  */
  font-family: "Futura";
  /*  */
  width: 100%;
  overflow: hidden;
  pointer-events: auto;
  max-width: 200px;
  margin: 20px 20px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #ascend-stacks_in_36_page21 .ascend-menu-header {
    /*  */
    font-family: "Maven Pro";
    /*  */
    text-align: center;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 1.00);
    font-size: 13px;
    padding: 8px 5px;
    font-weight: bold;
    background: rgba(125, 124, 163, 1.00); }
  #ascend-stacks_in_36_page21 .ascend-menu ul {
    padding: 10px 10px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none; }
    #ascend-stacks_in_36_page21 .ascend-menu ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.10);
      padding-bottom: 3px; }
      #ascend-stacks_in_36_page21 .ascend-menu ul li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      #ascend-stacks_in_36_page21 .ascend-menu ul li a, #ascend-stacks_in_36_page21 .ascend-menu ul li a:visited {
        padding: 8px 5px;
        color: rgba(255, 255, 255, 1.00);
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-decoration: none;
        transition: all 0.3s ease; }
      #ascend-stacks_in_36_page21 .ascend-menu ul li i {
        color: rgba(255, 255, 255, 1.00);
        font-size: 20px;
        margin-right: 10px;
        transition: all 0.3s ease; }
      #ascend-stacks_in_36_page21 .ascend-menu ul li:hover a, #ascend-stacks_in_36_page21 .ascend-menu ul li:hover a:visited {
        /*  */
        color: rgba(255, 255, 255, 1.00);
        /*  */ }
      #ascend-stacks_in_36_page21 .ascend-menu ul li:hover i {
        /*  */
        color: rgba(255, 255, 255, 1.00);
        /*  */ }

#ascend-stacks_in_36_page21.menu-list .ascend-menu ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  #ascend-stacks_in_36_page21.menu-list .ascend-menu ul li {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

#ascend-stacks_in_36_page21.menu-grid .ascend-menu ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  #ascend-stacks_in_36_page21.menu-grid .ascend-menu ul li {
    width: 25.000000%;
    border: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    #ascend-stacks_in_36_page21.menu-grid .ascend-menu ul li a {
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 14px; }
    #ascend-stacks_in_36_page21.menu-grid .ascend-menu ul li i {
      margin-right: 0;
      font-size: 28px; }

#ascend-stacks_in_36_page21.ascend-show {
  visibility: visible; }
  #ascend-stacks_in_36_page21.ascend-show.h-right .ascend-open, #ascend-stacks_in_36_page21.ascend-show.h-left .ascend-open {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #ascend-stacks_in_36_page21.ascend-show.v-top.h-center .ascend-open, #ascend-stacks_in_36_page21.ascend-show.v-bottom.h-center .ascend-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

#ascend-stacks_in_36_page21.open .ascend-overlay {
  display: block; }

#ascend-stacks_in_36_page21.open .ascend-menu {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.40); }

#ascend-stacks_in_36_page21.open.ascend-show.v-top .ascend-menu, #ascend-stacks_in_36_page21.open.ascend-show.v-bottom .ascend-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

#ascend-stacks_in_36_page21.close-focus .ascend-close {
  opacity: 1; }
  #ascend-stacks_in_36_page21.close-focus .ascend-close i::before {
    -webkit-animation: ascend-close-pulse-one-stacks_in_36_page21 2s infinite;
            animation: ascend-close-pulse-one-stacks_in_36_page21 2s infinite; }
  #ascend-stacks_in_36_page21.close-focus .ascend-close i::after {
    -webkit-animation: ascend-close-pulse-two-stacks_in_36_page21 2s infinite;
            animation: ascend-close-pulse-two-stacks_in_36_page21 2s infinite; }

#ascend-stacks_in_36_page21.close-focus .ascend-menu.inline-close-button .ascend-close i {
  border: 3px solid #EE4349; }

#ascend-stacks_in_36_page21.v-top {
  top: 0; }
  #ascend-stacks_in_36_page21.v-top .ascend-menu {
    top: 0;
    -webkit-transform: translateY(calc(-100% - 20px));
            transform: translateY(calc(-100% - 20px)); }
  #ascend-stacks_in_36_page21.v-top.h-center .ascend-open {
    -webkit-transform: translateY(calc(-100% - 20px));
            transform: translateY(calc(-100% - 20px)); }

#ascend-stacks_in_36_page21.v-bottom {
  bottom: 0; }
  #ascend-stacks_in_36_page21.v-bottom .ascend-menu {
    bottom: 0;
    -webkit-transform: translateY(calc(100% + 20px));
            transform: translateY(calc(100% + 20px)); }
  #ascend-stacks_in_36_page21.v-bottom.h-center .ascend-open {
    -webkit-transform: translateY(calc(100% + 20px));
            transform: translateY(calc(100% + 20px)); }

#ascend-stacks_in_36_page21.h-left {
  left: 0; }
  #ascend-stacks_in_36_page21.h-left .ascend-open {
    -webkit-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px)); }
  #ascend-stacks_in_36_page21.h-left .ascend-menu {
    left: 0; }

#ascend-stacks_in_36_page21.h-right {
  right: 0; }
  #ascend-stacks_in_36_page21.h-right .ascend-open {
    -webkit-transform: translateX(calc(100% + 20px));
            transform: translateX(calc(100% + 20px)); }
  #ascend-stacks_in_36_page21.h-right .ascend-menu {
    right: 0; }

#ascend-stacks_in_36_page21.h-center {
  /*  */
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*  */ }
  #ascend-stacks_in_36_page21.h-center .ascend-menu {
    left: 0;
    right: 0;
    margin: 20px auto; }

#ascend-stacks_in_36_page21 .ascend-menu ul.allow-scroll {
  overflow-y: scroll; }

#ascend-stacks_in_36_page21 .ascend-menu ul.no-top-item li.ascend-top-item {
  display: none; }

#ascend-stacks_in_36_page21 .ascend-menu ul.no-item-icons li i {
  display: none;
  margin-right: 0; }

#ascend-stacks_in_36_page21 .ascend-menu.no-header .ascend-menu-header {
  padding: 0; }
  #ascend-stacks_in_36_page21 .ascend-menu.no-header .ascend-menu-header span {
    display: none; }

#ascend-stacks_in_36_page21 .ascend-menu.inline-close-button.no-header .ascend-menu-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 5px; }

#ascend-stacks_in_36_page21 .ascend-menu.inline-close-button .ascend-menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#ascend-stacks_in_36_page21 .ascend-menu.inline-close-button .ascend-close {
  opacity: 1;
  width: auto;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  pointer-events: auto; }
  #ascend-stacks_in_36_page21 .ascend-menu.inline-close-button .ascend-close i {
    border-color: transparent; }
  #ascend-stacks_in_36_page21 .ascend-menu.inline-close-button .ascend-close::before {
    display: none; }

@media (min-width: 768px) {
  #ascend-stacks_in_36_page21.open.ascend-on-hover .ascend-overlay {
    display: none; } }

@-webkit-keyframes ascend-close-pulse-one-stacks_in_36_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 8px; }
  100% {
    border-width: 0px; } }

@keyframes ascend-close-pulse-one-stacks_in_36_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 8px; }
  100% {
    border-width: 0px; } }

@-webkit-keyframes ascend-close-pulse-two-stacks_in_36_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 12px; }
  100% {
    border-width: 0px; } }

@keyframes ascend-close-pulse-two-stacks_in_36_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 12px; }
  100% {
    border-width: 0px; } }
/*  */
/*  */
.ascend-marker span {
  display: none; }

#ascend-stacks_in_45_page21 {
  /*  */
  position: fixed;
  visibility: hidden;
  pointer-events: none;
  margin: 20px 20px;
  z-index: 1000;
  /*  */
  box-sizing: border-box; }
  #ascend-stacks_in_45_page21 * {
    transition: all 0.3s; }

#ascend-stacks_in_45_page21 .ascend-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
  position: fixed;
  pointer-events: auto; }

#ascend-stacks_in_45_page21 .ascend-open {
  /*  */
  background: rgba(58, 61, 100, 1.00);
  /*  */
  /*  */
  cursor: pointer;
  width: 45px;
  height: 45px;
  color: rgba(255, 255, 255, 1.00);
  pointer-events: auto;
  opacity: 1.00;
  padding: 5px;
  border-radius: 40px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #ascend-stacks_in_45_page21 .ascend-open:hover {
    /*  */
    opacity: 1;
    /*  */ }
  #ascend-stacks_in_45_page21 .ascend-open i {
    line-height: 1;
    font-size: 20px; }
  #ascend-stacks_in_45_page21 .ascend-open.no-dots .ascend-open-dots {
    display: none; }
  #ascend-stacks_in_45_page21 .ascend-open-dots {
    width: 28px;
    height: 10px;
    margin-top: 2px;
    position: relative;
    border-radius: 10px;
    background: rgba(227, 60, 92, 1.00); }
    #ascend-stacks_in_45_page21 .ascend-open-dots::before {
      background: rgba(255, 255, 255, 1.00);
      top: 50%;
      left: 50%;
      content: '';
      width: 4px;
      height: 4px;
      display: block;
      position: absolute;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      box-shadow: 7px 0 0 0 rgba(255, 255, 255, 1.00), -7px 0 0 0 rgba(255, 255, 255, 1.00); }

#ascend-stacks_in_45_page21 .ascend-close {
  color: #FFFFFF;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 18px;
  text-align: center;
  position: absolute;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #ascend-stacks_in_45_page21 .ascend-close i {
    z-index: 2;
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 0;
    color: inherit;
    font-size: inherit;
    position: relative;
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 3px solid #FFFFFF; }
    #ascend-stacks_in_45_page21 .ascend-close i::before, #ascend-stacks_in_45_page21 .ascend-close i::after {
      content: '';
      top: 50%;
      left: 50%;
      width: 26px;
      height: 26px;
      display: block;
      position: absolute;
      border-radius: 50%;
      border-width: 0px;
      border-style: solid;
      border-color: #FFFFFF;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    #ascend-stacks_in_45_page21 .ascend-close i::before {
      opacity: 0.3; }
    #ascend-stacks_in_45_page21 .ascend-close i::after {
      opacity: 0.2; }
  #ascend-stacks_in_45_page21 .ascend-close::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.7;
    display: block;
    position: absolute;
    background: #EE4349; }

#ascend-stacks_in_45_page21 .ascend-menu {
  /*  */
  max-height: calc(100% - 40px);
  /*  */
  /*  */
  background: rgba(47, 49, 78, 1.00);
  /*  */
  /*  */
  /*  */
  font-family: "Futura";
  /*  */
  width: 100%;
  overflow: hidden;
  pointer-events: auto;
  max-width: 200px;
  margin: 20px 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #ascend-stacks_in_45_page21 .ascend-menu-header {
    /*  */
    font-family: "Maven Pro";
    /*  */
    text-align: center;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 1.00);
    font-size: 13px;
    padding: 8px 5px;
    font-weight: bold;
    background: rgba(125, 124, 163, 1.00); }
  #ascend-stacks_in_45_page21 .ascend-menu ul {
    padding: 10px 10px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none; }
    #ascend-stacks_in_45_page21 .ascend-menu ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.10);
      padding-bottom: 3px; }
      #ascend-stacks_in_45_page21 .ascend-menu ul li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      #ascend-stacks_in_45_page21 .ascend-menu ul li a, #ascend-stacks_in_45_page21 .ascend-menu ul li a:visited {
        padding: 8px 5px;
        color: rgba(255, 255, 255, 1.00);
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-decoration: none;
        transition: all 0.3s ease; }
      #ascend-stacks_in_45_page21 .ascend-menu ul li i {
        color: rgba(252, 69, 92, 1.00);
        font-size: 20px;
        margin-right: 10px;
        transition: all 0.3s ease; }
      #ascend-stacks_in_45_page21 .ascend-menu ul li:hover a, #ascend-stacks_in_45_page21 .ascend-menu ul li:hover a:visited {
        /*  */
        color: rgba(231, 43, 57, 1.00);
        /*  */ }
      #ascend-stacks_in_45_page21 .ascend-menu ul li:hover i {
        /*  */
        color: rgba(231, 43, 57, 1.00);
        /*  */ }

#ascend-stacks_in_45_page21.menu-list .ascend-menu ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  #ascend-stacks_in_45_page21.menu-list .ascend-menu ul li {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

#ascend-stacks_in_45_page21.menu-grid .ascend-menu ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  #ascend-stacks_in_45_page21.menu-grid .ascend-menu ul li {
    width: 25.000000%;
    border: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    #ascend-stacks_in_45_page21.menu-grid .ascend-menu ul li a {
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 14px; }
    #ascend-stacks_in_45_page21.menu-grid .ascend-menu ul li i {
      margin-right: 0;
      font-size: 28px; }

#ascend-stacks_in_45_page21.ascend-show {
  visibility: visible; }
  #ascend-stacks_in_45_page21.ascend-show.h-right .ascend-open, #ascend-stacks_in_45_page21.ascend-show.h-left .ascend-open {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #ascend-stacks_in_45_page21.ascend-show.v-top.h-center .ascend-open, #ascend-stacks_in_45_page21.ascend-show.v-bottom.h-center .ascend-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

#ascend-stacks_in_45_page21.open .ascend-overlay {
  display: block; }

#ascend-stacks_in_45_page21.open .ascend-menu {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.40); }

#ascend-stacks_in_45_page21.open.ascend-show.v-top .ascend-menu, #ascend-stacks_in_45_page21.open.ascend-show.v-bottom .ascend-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

#ascend-stacks_in_45_page21.close-focus .ascend-close {
  opacity: 1; }
  #ascend-stacks_in_45_page21.close-focus .ascend-close i::before {
    -webkit-animation: ascend-close-pulse-one-stacks_in_45_page21 2s infinite;
            animation: ascend-close-pulse-one-stacks_in_45_page21 2s infinite; }
  #ascend-stacks_in_45_page21.close-focus .ascend-close i::after {
    -webkit-animation: ascend-close-pulse-two-stacks_in_45_page21 2s infinite;
            animation: ascend-close-pulse-two-stacks_in_45_page21 2s infinite; }

#ascend-stacks_in_45_page21.close-focus .ascend-menu.inline-close-button .ascend-close i {
  border: 3px solid #FFFFFF; }

#ascend-stacks_in_45_page21.v-top {
  top: 0; }
  #ascend-stacks_in_45_page21.v-top .ascend-menu {
    top: 0;
    -webkit-transform: translateY(calc(-100% - 20px));
            transform: translateY(calc(-100% - 20px)); }
  #ascend-stacks_in_45_page21.v-top.h-center .ascend-open {
    -webkit-transform: translateY(calc(-100% - 20px));
            transform: translateY(calc(-100% - 20px)); }

#ascend-stacks_in_45_page21.v-bottom {
  bottom: 0; }
  #ascend-stacks_in_45_page21.v-bottom .ascend-menu {
    bottom: 0;
    -webkit-transform: translateY(calc(100% + 20px));
            transform: translateY(calc(100% + 20px)); }
  #ascend-stacks_in_45_page21.v-bottom.h-center .ascend-open {
    -webkit-transform: translateY(calc(100% + 20px));
            transform: translateY(calc(100% + 20px)); }

#ascend-stacks_in_45_page21.h-left {
  left: 0; }
  #ascend-stacks_in_45_page21.h-left .ascend-open {
    -webkit-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px)); }
  #ascend-stacks_in_45_page21.h-left .ascend-menu {
    left: 0; }

#ascend-stacks_in_45_page21.h-right {
  right: 0; }
  #ascend-stacks_in_45_page21.h-right .ascend-open {
    -webkit-transform: translateX(calc(100% + 20px));
            transform: translateX(calc(100% + 20px)); }
  #ascend-stacks_in_45_page21.h-right .ascend-menu {
    right: 0; }

#ascend-stacks_in_45_page21.h-center {
  /*  */
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*  */ }
  #ascend-stacks_in_45_page21.h-center .ascend-menu {
    left: 0;
    right: 0;
    margin: 20px auto; }

#ascend-stacks_in_45_page21 .ascend-menu ul.allow-scroll {
  overflow-y: scroll; }

#ascend-stacks_in_45_page21 .ascend-menu ul.no-top-item li.ascend-top-item {
  display: none; }

#ascend-stacks_in_45_page21 .ascend-menu ul.no-item-icons li i {
  display: none;
  margin-right: 0; }

#ascend-stacks_in_45_page21 .ascend-menu.no-header .ascend-menu-header {
  padding: 0; }
  #ascend-stacks_in_45_page21 .ascend-menu.no-header .ascend-menu-header span {
    display: none; }

#ascend-stacks_in_45_page21 .ascend-menu.inline-close-button.no-header .ascend-menu-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 5px; }

#ascend-stacks_in_45_page21 .ascend-menu.inline-close-button .ascend-menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#ascend-stacks_in_45_page21 .ascend-menu.inline-close-button .ascend-close {
  opacity: 1;
  width: auto;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  pointer-events: auto; }
  #ascend-stacks_in_45_page21 .ascend-menu.inline-close-button .ascend-close i {
    border-color: transparent; }
  #ascend-stacks_in_45_page21 .ascend-menu.inline-close-button .ascend-close::before {
    display: none; }

@media (min-width: 768px) {
  #ascend-stacks_in_45_page21.open.ascend-on-hover .ascend-overlay {
    display: none; } }

@-webkit-keyframes ascend-close-pulse-one-stacks_in_45_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 8px; }
  100% {
    border-width: 0px; } }

@keyframes ascend-close-pulse-one-stacks_in_45_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 8px; }
  100% {
    border-width: 0px; } }

@-webkit-keyframes ascend-close-pulse-two-stacks_in_45_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 12px; }
  100% {
    border-width: 0px; } }

@keyframes ascend-close-pulse-two-stacks_in_45_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 12px; }
  100% {
    border-width: 0px; } }
/*  */
/*  */
.ascend-marker span {
  display: none; }

#ascend-stacks_in_54_page21 {
  /*  */
  position: fixed;
  visibility: hidden;
  pointer-events: none;
  margin: 20px 20px;
  z-index: 1000;
  /*  */
  box-sizing: border-box; }
  #ascend-stacks_in_54_page21 * {
    transition: all 0.3s; }

#ascend-stacks_in_54_page21 .ascend-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
  position: fixed;
  pointer-events: auto; }

#ascend-stacks_in_54_page21 .ascend-open {
  /*  */
  background: rgba(187, 171, 155, 1.00);
  /*  */
  /*  */
  cursor: pointer;
  width: 45px;
  height: 45px;
  color: rgba(255, 255, 255, 1.00);
  pointer-events: auto;
  opacity: 1.00;
  padding: 5px;
  border-radius: 0px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #ascend-stacks_in_54_page21 .ascend-open:hover {
    /*  */
    opacity: 1;
    /*  */ }
  #ascend-stacks_in_54_page21 .ascend-open i {
    line-height: 1;
    font-size: 20px; }
  #ascend-stacks_in_54_page21 .ascend-open.no-dots .ascend-open-dots {
    display: none; }
  #ascend-stacks_in_54_page21 .ascend-open-dots {
    width: 28px;
    height: 10px;
    margin-top: 2px;
    position: relative;
    border-radius: 10px;
    background: rgba(79, 50, 34, 1.00); }
    #ascend-stacks_in_54_page21 .ascend-open-dots::before {
      background: rgba(255, 255, 255, 1.00);
      top: 50%;
      left: 50%;
      content: '';
      width: 4px;
      height: 4px;
      display: block;
      position: absolute;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      box-shadow: 7px 0 0 0 rgba(255, 255, 255, 1.00), -7px 0 0 0 rgba(255, 255, 255, 1.00); }

#ascend-stacks_in_54_page21 .ascend-close {
  color: #FFFFFF;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 18px;
  text-align: center;
  position: absolute;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #ascend-stacks_in_54_page21 .ascend-close i {
    z-index: 2;
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 0;
    color: inherit;
    font-size: inherit;
    position: relative;
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 3px solid #FFFFFF; }
    #ascend-stacks_in_54_page21 .ascend-close i::before, #ascend-stacks_in_54_page21 .ascend-close i::after {
      content: '';
      top: 50%;
      left: 50%;
      width: 26px;
      height: 26px;
      display: block;
      position: absolute;
      border-radius: 50%;
      border-width: 0px;
      border-style: solid;
      border-color: #FFFFFF;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    #ascend-stacks_in_54_page21 .ascend-close i::before {
      opacity: 0.3; }
    #ascend-stacks_in_54_page21 .ascend-close i::after {
      opacity: 0.2; }
  #ascend-stacks_in_54_page21 .ascend-close::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.7;
    display: block;
    position: absolute;
    background: #8B6F47; }

#ascend-stacks_in_54_page21 .ascend-menu {
  /*  */
  max-height: calc(100% - 40px);
  /*  */
  /*  */
  background: rgba(187, 171, 155, 1.00);
  /*  */
  /*  */
  /*  */
  font-family: "Futura";
  /*  */
  width: 100%;
  overflow: hidden;
  pointer-events: auto;
  max-width: 200px;
  margin: 20px 20px;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #ascend-stacks_in_54_page21 .ascend-menu-header {
    /*  */
    font-family: "Maven Pro";
    /*  */
    text-align: center;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 1.00);
    font-size: 13px;
    padding: 8px 5px;
    font-weight: bold;
    background: rgba(125, 124, 163, 1.00); }
  #ascend-stacks_in_54_page21 .ascend-menu ul {
    padding: 10px 10px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none; }
    #ascend-stacks_in_54_page21 .ascend-menu ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.10);
      padding-bottom: 3px; }
      #ascend-stacks_in_54_page21 .ascend-menu ul li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      #ascend-stacks_in_54_page21 .ascend-menu ul li a, #ascend-stacks_in_54_page21 .ascend-menu ul li a:visited {
        padding: 8px 5px;
        color: rgba(61, 37, 26, 0.70);
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-decoration: none;
        transition: all 0.3s ease; }
      #ascend-stacks_in_54_page21 .ascend-menu ul li i {
        color: rgba(61, 37, 26, 1.00);
        font-size: 20px;
        margin-right: 10px;
        transition: all 0.3s ease; }
      #ascend-stacks_in_54_page21 .ascend-menu ul li:hover a, #ascend-stacks_in_54_page21 .ascend-menu ul li:hover a:visited {
        /*  */
        color: rgba(106, 57, 40, 1.00);
        /*  */ }
      #ascend-stacks_in_54_page21 .ascend-menu ul li:hover i {
        /*  */
        color: rgba(106, 57, 40, 1.00);
        /*  */ }

#ascend-stacks_in_54_page21.menu-list .ascend-menu ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  #ascend-stacks_in_54_page21.menu-list .ascend-menu ul li {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

#ascend-stacks_in_54_page21.menu-grid .ascend-menu ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  #ascend-stacks_in_54_page21.menu-grid .ascend-menu ul li {
    width: 25.000000%;
    border: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    #ascend-stacks_in_54_page21.menu-grid .ascend-menu ul li a {
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 14px; }
    #ascend-stacks_in_54_page21.menu-grid .ascend-menu ul li i {
      margin-right: 0;
      font-size: 28px; }

#ascend-stacks_in_54_page21.ascend-show {
  visibility: visible; }
  #ascend-stacks_in_54_page21.ascend-show.h-right .ascend-open, #ascend-stacks_in_54_page21.ascend-show.h-left .ascend-open {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #ascend-stacks_in_54_page21.ascend-show.v-top.h-center .ascend-open, #ascend-stacks_in_54_page21.ascend-show.v-bottom.h-center .ascend-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

#ascend-stacks_in_54_page21.open .ascend-overlay {
  display: block; }

#ascend-stacks_in_54_page21.open .ascend-menu {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.40); }

#ascend-stacks_in_54_page21.open.ascend-show.v-top .ascend-menu, #ascend-stacks_in_54_page21.open.ascend-show.v-bottom .ascend-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

#ascend-stacks_in_54_page21.close-focus .ascend-close {
  opacity: 1; }
  #ascend-stacks_in_54_page21.close-focus .ascend-close i::before {
    -webkit-animation: ascend-close-pulse-one-stacks_in_54_page21 2s infinite;
            animation: ascend-close-pulse-one-stacks_in_54_page21 2s infinite; }
  #ascend-stacks_in_54_page21.close-focus .ascend-close i::after {
    -webkit-animation: ascend-close-pulse-two-stacks_in_54_page21 2s infinite;
            animation: ascend-close-pulse-two-stacks_in_54_page21 2s infinite; }

#ascend-stacks_in_54_page21.close-focus .ascend-menu.inline-close-button .ascend-close i {
  border: 3px solid #FFFFFF; }

#ascend-stacks_in_54_page21.v-top {
  top: 0; }
  #ascend-stacks_in_54_page21.v-top .ascend-menu {
    top: 0;
    -webkit-transform: translateY(calc(-100% - 20px));
            transform: translateY(calc(-100% - 20px)); }
  #ascend-stacks_in_54_page21.v-top.h-center .ascend-open {
    -webkit-transform: translateY(calc(-100% - 20px));
            transform: translateY(calc(-100% - 20px)); }

#ascend-stacks_in_54_page21.v-bottom {
  bottom: 0; }
  #ascend-stacks_in_54_page21.v-bottom .ascend-menu {
    bottom: 0;
    -webkit-transform: translateY(calc(100% + 20px));
            transform: translateY(calc(100% + 20px)); }
  #ascend-stacks_in_54_page21.v-bottom.h-center .ascend-open {
    -webkit-transform: translateY(calc(100% + 20px));
            transform: translateY(calc(100% + 20px)); }

#ascend-stacks_in_54_page21.h-left {
  left: 0; }
  #ascend-stacks_in_54_page21.h-left .ascend-open {
    -webkit-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px)); }
  #ascend-stacks_in_54_page21.h-left .ascend-menu {
    left: 0; }

#ascend-stacks_in_54_page21.h-right {
  right: 0; }
  #ascend-stacks_in_54_page21.h-right .ascend-open {
    -webkit-transform: translateX(calc(100% + 20px));
            transform: translateX(calc(100% + 20px)); }
  #ascend-stacks_in_54_page21.h-right .ascend-menu {
    right: 0; }

#ascend-stacks_in_54_page21.h-center {
  /*  */
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*  */ }
  #ascend-stacks_in_54_page21.h-center .ascend-menu {
    left: 0;
    right: 0;
    margin: 20px auto; }

#ascend-stacks_in_54_page21 .ascend-menu ul.allow-scroll {
  overflow-y: scroll; }

#ascend-stacks_in_54_page21 .ascend-menu ul.no-top-item li.ascend-top-item {
  display: none; }

#ascend-stacks_in_54_page21 .ascend-menu ul.no-item-icons li i {
  display: none;
  margin-right: 0; }

#ascend-stacks_in_54_page21 .ascend-menu.no-header .ascend-menu-header {
  padding: 0; }
  #ascend-stacks_in_54_page21 .ascend-menu.no-header .ascend-menu-header span {
    display: none; }

#ascend-stacks_in_54_page21 .ascend-menu.inline-close-button.no-header .ascend-menu-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 5px; }

#ascend-stacks_in_54_page21 .ascend-menu.inline-close-button .ascend-menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#ascend-stacks_in_54_page21 .ascend-menu.inline-close-button .ascend-close {
  opacity: 1;
  width: auto;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  pointer-events: auto; }
  #ascend-stacks_in_54_page21 .ascend-menu.inline-close-button .ascend-close i {
    border-color: transparent; }
  #ascend-stacks_in_54_page21 .ascend-menu.inline-close-button .ascend-close::before {
    display: none; }

@media (min-width: 768px) {
  #ascend-stacks_in_54_page21.open.ascend-on-hover .ascend-overlay {
    display: none; } }

@-webkit-keyframes ascend-close-pulse-one-stacks_in_54_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 8px; }
  100% {
    border-width: 0px; } }

@keyframes ascend-close-pulse-one-stacks_in_54_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 8px; }
  100% {
    border-width: 0px; } }

@-webkit-keyframes ascend-close-pulse-two-stacks_in_54_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 12px; }
  100% {
    border-width: 0px; } }

@keyframes ascend-close-pulse-two-stacks_in_54_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 12px; }
  100% {
    border-width: 0px; } }
/*  */
section#section-stacks_in_63_page21 {
  /*  */
  background: rgba(245, 245, 245, 1.00);
  /*  */
  /*  */
  /*  */
  padding: 150px 20px 150px 20px;
  box-sizing: border-box; }
  section#section-stacks_in_63_page21 .section-header {
    text-align: center;
    box-sizing: border-box; }
    section#section-stacks_in_63_page21 .section-header-title {
      /*  */
      font-family: "Futura";
      /*  */
      color: rgba(34, 33, 45, 1.00);
      font-size: 50px;
      font-weight: bold;
      max-width: 1000px;
      margin: 0 auto 5px auto;
      /*  */
      line-height: 80.900002px;
      /*  */ }
    section#section-stacks_in_63_page21 .section-header-description {
      /*  */
      font-family: "Rubik";
      /*  */
      color: rgba(0, 199, 69, 1.00);
      font-size: 18px;
      max-width: 600px;
      text-align: center;
      margin: 0 auto 60px auto;
      /*  */
      line-height: 29.124001px;
      /*  */ }
  section#section-stacks_in_63_page21.hide-title .section-header-title {
    display: none; }
  section#section-stacks_in_63_page21.hide-description .section-header-description {
    display: none; }

@media (min-width: 760px) and (max-width: 480px) {
  /*  */
  section#section-stacks_in_63_page21 .section-header-title {
    font-size: 40px;
    margin: 0 auto 5px auto;
    line-height: 64.720001px; }
  section#section-stacks_in_63_page21 .section-header-description {
    font-size: 16px;
    margin: 0 auto 60px auto;
    line-height: 25.888000px; }
  /*  */ }

@media (min-width: 0px) and (max-width: 760px) {
  /*  */
  section#section-stacks_in_63_page21 .section-header-title {
    font-size: 32px;
    margin: 0 auto 5px auto;
    line-height: 51.776001px; }
  section#section-stacks_in_63_page21 .section-header-description {
    font-size: 14px;
    margin: 0 auto 60px auto;
    line-height: 22.652000px; }
  /*  */ }
.ascend-marker.show-marker {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

/*  */
/*  */
/*  */
.ascend-marker span {
  display: none; }

#ascend-stacks_in_70_page21 {
  /*  */
  position: fixed;
  visibility: hidden;
  pointer-events: none;
  margin: 20px 20px;
  z-index: 1000;
  /*  */
  box-sizing: border-box; }
  #ascend-stacks_in_70_page21 * {
    transition: all 0.3s; }

#ascend-stacks_in_70_page21 .ascend-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
  position: fixed;
  pointer-events: auto; }

#ascend-stacks_in_70_page21 .ascend-open {
  /*  */
  background: rgba(43, 25, 251, 1.00);
  /*  */
  /*  */
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 1.00);
  pointer-events: auto;
  opacity: 0.90;
  padding: 5px;
  border-radius: 40px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #ascend-stacks_in_70_page21 .ascend-open:hover {
    /*  */
    opacity: 1;
    /*  */ }
  #ascend-stacks_in_70_page21 .ascend-open i {
    line-height: 1;
    font-size: 20px; }
  #ascend-stacks_in_70_page21 .ascend-open.no-dots .ascend-open-dots {
    display: none; }
  #ascend-stacks_in_70_page21 .ascend-open-dots {
    width: 28px;
    height: 10px;
    margin-top: 2px;
    position: relative;
    border-radius: 10px;
    background: rgba(0, 0, 0, 1.00); }
    #ascend-stacks_in_70_page21 .ascend-open-dots::before {
      background: rgba(255, 255, 255, 1.00);
      top: 50%;
      left: 50%;
      content: '';
      width: 4px;
      height: 4px;
      display: block;
      position: absolute;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      box-shadow: 7px 0 0 0 rgba(255, 255, 255, 1.00), -7px 0 0 0 rgba(255, 255, 255, 1.00); }

#ascend-stacks_in_70_page21 .ascend-close {
  color: #FFFFFF;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 18px;
  text-align: center;
  position: absolute;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #ascend-stacks_in_70_page21 .ascend-close i {
    z-index: 2;
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 0;
    color: inherit;
    font-size: inherit;
    position: relative;
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 3px solid #FFFFFF; }
    #ascend-stacks_in_70_page21 .ascend-close i::before, #ascend-stacks_in_70_page21 .ascend-close i::after {
      content: '';
      top: 50%;
      left: 50%;
      width: 26px;
      height: 26px;
      display: block;
      position: absolute;
      border-radius: 50%;
      border-width: 0px;
      border-style: solid;
      border-color: #FFFFFF;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    #ascend-stacks_in_70_page21 .ascend-close i::before {
      opacity: 0.3; }
    #ascend-stacks_in_70_page21 .ascend-close i::after {
      opacity: 0.2; }
  #ascend-stacks_in_70_page21 .ascend-close::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.7;
    display: block;
    position: absolute;
    background: #2B19FB; }

#ascend-stacks_in_70_page21 .ascend-menu {
  /*  */
  max-height: calc(100% - 40px);
  /*  */
  /*  */
  background: rgba(255, 255, 255, 1.00);
  /*  */
  /*  */
  /*  */
  font-family: "Futura";
  /*  */
  width: 100%;
  overflow: hidden;
  pointer-events: auto;
  max-width: 200px;
  margin: 20px 20px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #ascend-stacks_in_70_page21 .ascend-menu-header {
    /*  */
    font-family: "Maven Pro";
    /*  */
    text-align: center;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 1.00);
    font-size: 13px;
    padding: 8px 5px;
    font-weight: bold;
    background: rgba(125, 124, 163, 1.00); }
  #ascend-stacks_in_70_page21 .ascend-menu ul {
    padding: 10px 10px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none; }
    #ascend-stacks_in_70_page21 .ascend-menu ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.10);
      padding-bottom: 3px; }
      #ascend-stacks_in_70_page21 .ascend-menu ul li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      #ascend-stacks_in_70_page21 .ascend-menu ul li a, #ascend-stacks_in_70_page21 .ascend-menu ul li a:visited {
        padding: 8px 5px;
        color: rgba(0, 0, 0, 1.00);
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-decoration: none;
        transition: all 0.3s ease; }
      #ascend-stacks_in_70_page21 .ascend-menu ul li i {
        color: rgba(43, 25, 251, 1.00);
        font-size: 20px;
        margin-right: 10px;
        transition: all 0.3s ease; }
      #ascend-stacks_in_70_page21 .ascend-menu ul li:hover a, #ascend-stacks_in_70_page21 .ascend-menu ul li:hover a:visited {
        /*  */
        color: rgba(30, 0, 250, 1.00);
        /*  */ }
      #ascend-stacks_in_70_page21 .ascend-menu ul li:hover i {
        /*  */
        color: rgba(30, 0, 250, 1.00);
        /*  */ }

#ascend-stacks_in_70_page21.menu-list .ascend-menu ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  #ascend-stacks_in_70_page21.menu-list .ascend-menu ul li {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

#ascend-stacks_in_70_page21.menu-grid .ascend-menu ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  #ascend-stacks_in_70_page21.menu-grid .ascend-menu ul li {
    width: 50.000000%;
    border: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    #ascend-stacks_in_70_page21.menu-grid .ascend-menu ul li a {
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 14px; }
    #ascend-stacks_in_70_page21.menu-grid .ascend-menu ul li i {
      margin-right: 0;
      font-size: 28px; }

#ascend-stacks_in_70_page21.ascend-show {
  visibility: visible; }
  #ascend-stacks_in_70_page21.ascend-show.h-right .ascend-open, #ascend-stacks_in_70_page21.ascend-show.h-left .ascend-open {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #ascend-stacks_in_70_page21.ascend-show.v-top.h-center .ascend-open, #ascend-stacks_in_70_page21.ascend-show.v-bottom.h-center .ascend-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

#ascend-stacks_in_70_page21.open .ascend-overlay {
  display: block; }

#ascend-stacks_in_70_page21.open .ascend-menu {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.40); }

#ascend-stacks_in_70_page21.open.ascend-show.v-top .ascend-menu, #ascend-stacks_in_70_page21.open.ascend-show.v-bottom .ascend-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

#ascend-stacks_in_70_page21.close-focus .ascend-close {
  opacity: 1; }
  #ascend-stacks_in_70_page21.close-focus .ascend-close i::before {
    -webkit-animation: ascend-close-pulse-one-stacks_in_70_page21 2s infinite;
            animation: ascend-close-pulse-one-stacks_in_70_page21 2s infinite; }
  #ascend-stacks_in_70_page21.close-focus .ascend-close i::after {
    -webkit-animation: ascend-close-pulse-two-stacks_in_70_page21 2s infinite;
            animation: ascend-close-pulse-two-stacks_in_70_page21 2s infinite; }

#ascend-stacks_in_70_page21.close-focus .ascend-menu.inline-close-button .ascend-close i {
  border: 3px solid #FFFFFF; }

#ascend-stacks_in_70_page21.v-top {
  top: 0; }
  #ascend-stacks_in_70_page21.v-top .ascend-menu {
    top: 0;
    -webkit-transform: translateY(calc(-100% - 20px));
            transform: translateY(calc(-100% - 20px)); }
  #ascend-stacks_in_70_page21.v-top.h-center .ascend-open {
    -webkit-transform: translateY(calc(-100% - 20px));
            transform: translateY(calc(-100% - 20px)); }

#ascend-stacks_in_70_page21.v-bottom {
  bottom: 0; }
  #ascend-stacks_in_70_page21.v-bottom .ascend-menu {
    bottom: 0;
    -webkit-transform: translateY(calc(100% + 20px));
            transform: translateY(calc(100% + 20px)); }
  #ascend-stacks_in_70_page21.v-bottom.h-center .ascend-open {
    -webkit-transform: translateY(calc(100% + 20px));
            transform: translateY(calc(100% + 20px)); }

#ascend-stacks_in_70_page21.h-left {
  left: 0; }
  #ascend-stacks_in_70_page21.h-left .ascend-open {
    -webkit-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px)); }
  #ascend-stacks_in_70_page21.h-left .ascend-menu {
    left: 0; }

#ascend-stacks_in_70_page21.h-right {
  right: 0; }
  #ascend-stacks_in_70_page21.h-right .ascend-open {
    -webkit-transform: translateX(calc(100% + 20px));
            transform: translateX(calc(100% + 20px)); }
  #ascend-stacks_in_70_page21.h-right .ascend-menu {
    right: 0; }

#ascend-stacks_in_70_page21.h-center {
  /*  */
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*  */ }
  #ascend-stacks_in_70_page21.h-center .ascend-menu {
    left: 0;
    right: 0;
    margin: 20px auto; }

#ascend-stacks_in_70_page21 .ascend-menu ul.allow-scroll {
  overflow-y: scroll; }

#ascend-stacks_in_70_page21 .ascend-menu ul.no-top-item li.ascend-top-item {
  display: none; }

#ascend-stacks_in_70_page21 .ascend-menu ul.no-item-icons li i {
  display: none;
  margin-right: 0; }

#ascend-stacks_in_70_page21 .ascend-menu.no-header .ascend-menu-header {
  padding: 0; }
  #ascend-stacks_in_70_page21 .ascend-menu.no-header .ascend-menu-header span {
    display: none; }

#ascend-stacks_in_70_page21 .ascend-menu.inline-close-button.no-header .ascend-menu-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 5px; }

#ascend-stacks_in_70_page21 .ascend-menu.inline-close-button .ascend-menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#ascend-stacks_in_70_page21 .ascend-menu.inline-close-button .ascend-close {
  opacity: 1;
  width: auto;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  pointer-events: auto; }
  #ascend-stacks_in_70_page21 .ascend-menu.inline-close-button .ascend-close i {
    border-color: transparent; }
  #ascend-stacks_in_70_page21 .ascend-menu.inline-close-button .ascend-close::before {
    display: none; }

@media (min-width: 768px) {
  #ascend-stacks_in_70_page21.open.ascend-on-hover .ascend-overlay {
    display: none; } }

@-webkit-keyframes ascend-close-pulse-one-stacks_in_70_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 8px; }
  100% {
    border-width: 0px; } }

@keyframes ascend-close-pulse-one-stacks_in_70_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 8px; }
  100% {
    border-width: 0px; } }

@-webkit-keyframes ascend-close-pulse-two-stacks_in_70_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 12px; }
  100% {
    border-width: 0px; } }

@keyframes ascend-close-pulse-two-stacks_in_70_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 12px; }
  100% {
    border-width: 0px; } }
/*  */
/*  */
.ascend-marker span {
  display: none; }

#ascend-stacks_in_75_page21 {
  /*  */
  position: fixed;
  visibility: hidden;
  pointer-events: none;
  margin: 20px 20px;
  z-index: 1000;
  /*  */
  box-sizing: border-box; }
  #ascend-stacks_in_75_page21 * {
    transition: all 0.3s; }

#ascend-stacks_in_75_page21 .ascend-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
  position: fixed;
  pointer-events: auto; }

#ascend-stacks_in_75_page21 .ascend-open {
  /*  */
  background: rgba(238, 67, 73, 1.00);
  /*  */
  /*  */
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 1.00);
  pointer-events: auto;
  opacity: 0.90;
  padding: 3px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #ascend-stacks_in_75_page21 .ascend-open:hover {
    /*  */
    opacity: 1;
    /*  */ }
  #ascend-stacks_in_75_page21 .ascend-open i {
    line-height: 1;
    font-size: 20px; }
  #ascend-stacks_in_75_page21 .ascend-open.no-dots .ascend-open-dots {
    display: none; }
  #ascend-stacks_in_75_page21 .ascend-open-dots {
    width: 28px;
    height: 10px;
    margin-top: 2px;
    position: relative;
    border-radius: 10px;
    background: rgba(47, 49, 78, 1.00); }
    #ascend-stacks_in_75_page21 .ascend-open-dots::before {
      background: rgba(106, 103, 146, 1.00);
      top: 50%;
      left: 50%;
      content: '';
      width: 4px;
      height: 4px;
      display: block;
      position: absolute;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      box-shadow: 7px 0 0 0 rgba(106, 103, 146, 1.00), -7px 0 0 0 rgba(106, 103, 146, 1.00); }

#ascend-stacks_in_75_page21 .ascend-close {
  color: #EE4349;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 18px;
  text-align: center;
  position: absolute;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #ascend-stacks_in_75_page21 .ascend-close i {
    z-index: 2;
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 0;
    color: inherit;
    font-size: inherit;
    position: relative;
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 3px solid #EE4349; }
    #ascend-stacks_in_75_page21 .ascend-close i::before, #ascend-stacks_in_75_page21 .ascend-close i::after {
      content: '';
      top: 50%;
      left: 50%;
      width: 26px;
      height: 26px;
      display: block;
      position: absolute;
      border-radius: 50%;
      border-width: 0px;
      border-style: solid;
      border-color: #EE4349;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    #ascend-stacks_in_75_page21 .ascend-close i::before {
      opacity: 0.3; }
    #ascend-stacks_in_75_page21 .ascend-close i::after {
      opacity: 0.2; }
  #ascend-stacks_in_75_page21 .ascend-close::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.7;
    display: block;
    position: absolute;
    background: #201D2B; }

#ascend-stacks_in_75_page21 .ascend-menu {
  /*  */
  max-height: calc(100% - 40px);
  /*  */
  /*  */
  background: rgba(47, 49, 78, 1.00);
  /*  */
  /*  */
  /*  */
  font-family: "Futura";
  /*  */
  width: 100%;
  overflow: hidden;
  pointer-events: auto;
  max-width: 200px;
  margin: 20px 20px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #ascend-stacks_in_75_page21 .ascend-menu-header {
    /*  */
    font-family: "Maven Pro";
    /*  */
    text-align: center;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 1.00);
    font-size: 13px;
    padding: 8px 5px;
    font-weight: bold;
    background: rgba(125, 124, 163, 1.00); }
  #ascend-stacks_in_75_page21 .ascend-menu ul {
    padding: 10px 10px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none; }
    #ascend-stacks_in_75_page21 .ascend-menu ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.10);
      padding-bottom: 3px; }
      #ascend-stacks_in_75_page21 .ascend-menu ul li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      #ascend-stacks_in_75_page21 .ascend-menu ul li a, #ascend-stacks_in_75_page21 .ascend-menu ul li a:visited {
        padding: 8px 5px;
        color: rgba(125, 124, 163, 1.00);
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-decoration: none;
        transition: all 0.3s ease; }
      #ascend-stacks_in_75_page21 .ascend-menu ul li i {
        color: rgba(238, 67, 73, 1.00);
        font-size: 20px;
        margin-right: 10px;
        transition: all 0.3s ease; }
      #ascend-stacks_in_75_page21 .ascend-menu ul li:hover a, #ascend-stacks_in_75_page21 .ascend-menu ul li:hover a:visited {
        /*  */
        color: rgba(255, 255, 255, 1.00);
        /*  */ }
      #ascend-stacks_in_75_page21 .ascend-menu ul li:hover i {
        /*  */
        color: rgba(255, 255, 255, 1.00);
        /*  */ }

#ascend-stacks_in_75_page21.menu-list .ascend-menu ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  #ascend-stacks_in_75_page21.menu-list .ascend-menu ul li {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

#ascend-stacks_in_75_page21.menu-grid .ascend-menu ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  #ascend-stacks_in_75_page21.menu-grid .ascend-menu ul li {
    width: 33.333332%;
    border: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    #ascend-stacks_in_75_page21.menu-grid .ascend-menu ul li a {
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 14px; }
    #ascend-stacks_in_75_page21.menu-grid .ascend-menu ul li i {
      margin-right: 0;
      font-size: 28px; }

#ascend-stacks_in_75_page21.ascend-show {
  visibility: visible; }
  #ascend-stacks_in_75_page21.ascend-show.h-right .ascend-open, #ascend-stacks_in_75_page21.ascend-show.h-left .ascend-open {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #ascend-stacks_in_75_page21.ascend-show.v-top.h-center .ascend-open, #ascend-stacks_in_75_page21.ascend-show.v-bottom.h-center .ascend-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

#ascend-stacks_in_75_page21.open .ascend-overlay {
  display: block; }

#ascend-stacks_in_75_page21.open .ascend-menu {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.40); }

#ascend-stacks_in_75_page21.open.ascend-show.v-top .ascend-menu, #ascend-stacks_in_75_page21.open.ascend-show.v-bottom .ascend-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

#ascend-stacks_in_75_page21.close-focus .ascend-close {
  opacity: 1; }
  #ascend-stacks_in_75_page21.close-focus .ascend-close i::before {
    -webkit-animation: ascend-close-pulse-one-stacks_in_75_page21 2s infinite;
            animation: ascend-close-pulse-one-stacks_in_75_page21 2s infinite; }
  #ascend-stacks_in_75_page21.close-focus .ascend-close i::after {
    -webkit-animation: ascend-close-pulse-two-stacks_in_75_page21 2s infinite;
            animation: ascend-close-pulse-two-stacks_in_75_page21 2s infinite; }

#ascend-stacks_in_75_page21.close-focus .ascend-menu.inline-close-button .ascend-close i {
  border: 3px solid #EE4349; }

#ascend-stacks_in_75_page21.v-top {
  top: 0; }
  #ascend-stacks_in_75_page21.v-top .ascend-menu {
    top: 0;
    -webkit-transform: translateY(calc(-100% - 20px));
            transform: translateY(calc(-100% - 20px)); }
  #ascend-stacks_in_75_page21.v-top.h-center .ascend-open {
    -webkit-transform: translateY(calc(-100% - 20px));
            transform: translateY(calc(-100% - 20px)); }

#ascend-stacks_in_75_page21.v-bottom {
  bottom: 0; }
  #ascend-stacks_in_75_page21.v-bottom .ascend-menu {
    bottom: 0;
    -webkit-transform: translateY(calc(100% + 20px));
            transform: translateY(calc(100% + 20px)); }
  #ascend-stacks_in_75_page21.v-bottom.h-center .ascend-open {
    -webkit-transform: translateY(calc(100% + 20px));
            transform: translateY(calc(100% + 20px)); }

#ascend-stacks_in_75_page21.h-left {
  left: 0; }
  #ascend-stacks_in_75_page21.h-left .ascend-open {
    -webkit-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px)); }
  #ascend-stacks_in_75_page21.h-left .ascend-menu {
    left: 0; }

#ascend-stacks_in_75_page21.h-right {
  right: 0; }
  #ascend-stacks_in_75_page21.h-right .ascend-open {
    -webkit-transform: translateX(calc(100% + 20px));
            transform: translateX(calc(100% + 20px)); }
  #ascend-stacks_in_75_page21.h-right .ascend-menu {
    right: 0; }

#ascend-stacks_in_75_page21.h-center {
  /*  */
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*  */ }
  #ascend-stacks_in_75_page21.h-center .ascend-menu {
    left: 0;
    right: 0;
    margin: 20px auto; }

#ascend-stacks_in_75_page21 .ascend-menu ul.allow-scroll {
  overflow-y: scroll; }

#ascend-stacks_in_75_page21 .ascend-menu ul.no-top-item li.ascend-top-item {
  display: none; }

#ascend-stacks_in_75_page21 .ascend-menu ul.no-item-icons li i {
  display: none;
  margin-right: 0; }

#ascend-stacks_in_75_page21 .ascend-menu.no-header .ascend-menu-header {
  padding: 0; }
  #ascend-stacks_in_75_page21 .ascend-menu.no-header .ascend-menu-header span {
    display: none; }

#ascend-stacks_in_75_page21 .ascend-menu.inline-close-button.no-header .ascend-menu-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 5px; }

#ascend-stacks_in_75_page21 .ascend-menu.inline-close-button .ascend-menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#ascend-stacks_in_75_page21 .ascend-menu.inline-close-button .ascend-close {
  opacity: 1;
  width: auto;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  pointer-events: auto; }
  #ascend-stacks_in_75_page21 .ascend-menu.inline-close-button .ascend-close i {
    border-color: transparent; }
  #ascend-stacks_in_75_page21 .ascend-menu.inline-close-button .ascend-close::before {
    display: none; }

@media (min-width: 768px) {
  #ascend-stacks_in_75_page21.open.ascend-on-hover .ascend-overlay {
    display: none; } }

@-webkit-keyframes ascend-close-pulse-one-stacks_in_75_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 8px; }
  100% {
    border-width: 0px; } }

@keyframes ascend-close-pulse-one-stacks_in_75_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 8px; }
  100% {
    border-width: 0px; } }

@-webkit-keyframes ascend-close-pulse-two-stacks_in_75_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 12px; }
  100% {
    border-width: 0px; } }

@keyframes ascend-close-pulse-two-stacks_in_75_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 12px; }
  100% {
    border-width: 0px; } }
/*  */
/*  */
.ascend-marker span {
  display: none; }

#ascend-stacks_in_88_page21 {
  /*  */
  position: fixed;
  visibility: hidden;
  pointer-events: none;
  margin: 20px 20px;
  z-index: 1000;
  /*  */
  box-sizing: border-box; }
  #ascend-stacks_in_88_page21 * {
    transition: all 0.3s; }

#ascend-stacks_in_88_page21 .ascend-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
  position: fixed;
  pointer-events: auto; }

#ascend-stacks_in_88_page21 .ascend-open {
  /*  */
  background: rgba(238, 231, 83, 1.00);
  /*  */
  /*  */
  cursor: pointer;
  width: 50px;
  height: 50px;
  color: rgba(22, 21, 27, 1.00);
  pointer-events: auto;
  opacity: 1.00;
  padding: 3px;
  border-radius: 0px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #ascend-stacks_in_88_page21 .ascend-open:hover {
    /*  */
    opacity: 1;
    /*  */ }
  #ascend-stacks_in_88_page21 .ascend-open i {
    line-height: 1;
    font-size: 24px; }
  #ascend-stacks_in_88_page21 .ascend-open.no-dots .ascend-open-dots {
    display: none; }
  #ascend-stacks_in_88_page21 .ascend-open-dots {
    width: 28px;
    height: 10px;
    margin-top: 2px;
    position: relative;
    border-radius: 10px;
    background: rgba(22, 21, 27, 1.00); }
    #ascend-stacks_in_88_page21 .ascend-open-dots::before {
      background: rgba(234, 229, 66, 1.00);
      top: 50%;
      left: 50%;
      content: '';
      width: 4px;
      height: 4px;
      display: block;
      position: absolute;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      box-shadow: 7px 0 0 0 rgba(234, 229, 66, 1.00), -7px 0 0 0 rgba(234, 229, 66, 1.00); }

#ascend-stacks_in_88_page21 .ascend-close {
  color: #EAE542;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 18px;
  text-align: center;
  position: absolute;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #ascend-stacks_in_88_page21 .ascend-close i {
    z-index: 2;
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 0;
    color: inherit;
    font-size: inherit;
    position: relative;
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 3px solid #EAE542; }
    #ascend-stacks_in_88_page21 .ascend-close i::before, #ascend-stacks_in_88_page21 .ascend-close i::after {
      content: '';
      top: 50%;
      left: 50%;
      width: 26px;
      height: 26px;
      display: block;
      position: absolute;
      border-radius: 50%;
      border-width: 0px;
      border-style: solid;
      border-color: #EAE542;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    #ascend-stacks_in_88_page21 .ascend-close i::before {
      opacity: 0.3; }
    #ascend-stacks_in_88_page21 .ascend-close i::after {
      opacity: 0.2; }
  #ascend-stacks_in_88_page21 .ascend-close::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.7;
    display: block;
    position: absolute;
    background: #201D2B; }

#ascend-stacks_in_88_page21 .ascend-menu {
  /*  */
  max-height: calc(100% - 40px);
  /*  */
  /*  */
  background: rgba(29, 27, 36, 1.00);
  /*  */
  /*  */
  /*  */
  font-family: "Futura";
  /*  */
  width: 100%;
  overflow: hidden;
  pointer-events: auto;
  max-width: 300px;
  margin: 20px 20px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #ascend-stacks_in_88_page21 .ascend-menu-header {
    /*  */
    font-family: "Maven Pro";
    /*  */
    text-align: center;
    box-sizing: border-box;
    color: rgba(22, 21, 27, 1.00);
    font-size: 13px;
    padding: 8px 5px;
    font-weight: bold;
    background: rgba(238, 231, 83, 1.00); }
  #ascend-stacks_in_88_page21 .ascend-menu ul {
    padding: 10px 10px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none; }
    #ascend-stacks_in_88_page21 .ascend-menu ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.10);
      padding-bottom: 3px; }
      #ascend-stacks_in_88_page21 .ascend-menu ul li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      #ascend-stacks_in_88_page21 .ascend-menu ul li a, #ascend-stacks_in_88_page21 .ascend-menu ul li a:visited {
        padding: 8px 5px;
        color: rgba(255, 255, 255, 1.00);
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-decoration: none;
        transition: all 0.3s ease; }
      #ascend-stacks_in_88_page21 .ascend-menu ul li i {
        color: rgba(238, 231, 83, 1.00);
        font-size: 20px;
        margin-right: 10px;
        transition: all 0.3s ease; }
      #ascend-stacks_in_88_page21 .ascend-menu ul li:hover a, #ascend-stacks_in_88_page21 .ascend-menu ul li:hover a:visited {
        /*  */
        color: rgba(234, 229, 66, 1.00);
        /*  */ }
      #ascend-stacks_in_88_page21 .ascend-menu ul li:hover i {
        /*  */
        color: rgba(234, 229, 66, 1.00);
        /*  */ }

#ascend-stacks_in_88_page21.menu-list .ascend-menu ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  #ascend-stacks_in_88_page21.menu-list .ascend-menu ul li {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

#ascend-stacks_in_88_page21.menu-grid .ascend-menu ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  #ascend-stacks_in_88_page21.menu-grid .ascend-menu ul li {
    width: 33.333332%;
    border: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    #ascend-stacks_in_88_page21.menu-grid .ascend-menu ul li a {
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 14px; }
    #ascend-stacks_in_88_page21.menu-grid .ascend-menu ul li i {
      margin-right: 0;
      font-size: 28px; }

#ascend-stacks_in_88_page21.ascend-show {
  visibility: visible; }
  #ascend-stacks_in_88_page21.ascend-show.h-right .ascend-open, #ascend-stacks_in_88_page21.ascend-show.h-left .ascend-open {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #ascend-stacks_in_88_page21.ascend-show.v-top.h-center .ascend-open, #ascend-stacks_in_88_page21.ascend-show.v-bottom.h-center .ascend-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

#ascend-stacks_in_88_page21.open .ascend-overlay {
  display: block; }

#ascend-stacks_in_88_page21.open .ascend-menu {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.40); }

#ascend-stacks_in_88_page21.open.ascend-show.v-top .ascend-menu, #ascend-stacks_in_88_page21.open.ascend-show.v-bottom .ascend-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

#ascend-stacks_in_88_page21.close-focus .ascend-close {
  opacity: 1; }
  #ascend-stacks_in_88_page21.close-focus .ascend-close i::before {
    -webkit-animation: ascend-close-pulse-one-stacks_in_88_page21 2s infinite;
            animation: ascend-close-pulse-one-stacks_in_88_page21 2s infinite; }
  #ascend-stacks_in_88_page21.close-focus .ascend-close i::after {
    -webkit-animation: ascend-close-pulse-two-stacks_in_88_page21 2s infinite;
            animation: ascend-close-pulse-two-stacks_in_88_page21 2s infinite; }

#ascend-stacks_in_88_page21.close-focus .ascend-menu.inline-close-button .ascend-close i {
  border: 3px solid #EAE542; }

#ascend-stacks_in_88_page21.v-top {
  top: 0; }
  #ascend-stacks_in_88_page21.v-top .ascend-menu {
    top: 0;
    -webkit-transform: translateY(calc(-100% - 20px));
            transform: translateY(calc(-100% - 20px)); }
  #ascend-stacks_in_88_page21.v-top.h-center .ascend-open {
    -webkit-transform: translateY(calc(-100% - 20px));
            transform: translateY(calc(-100% - 20px)); }

#ascend-stacks_in_88_page21.v-bottom {
  bottom: 0; }
  #ascend-stacks_in_88_page21.v-bottom .ascend-menu {
    bottom: 0;
    -webkit-transform: translateY(calc(100% + 20px));
            transform: translateY(calc(100% + 20px)); }
  #ascend-stacks_in_88_page21.v-bottom.h-center .ascend-open {
    -webkit-transform: translateY(calc(100% + 20px));
            transform: translateY(calc(100% + 20px)); }

#ascend-stacks_in_88_page21.h-left {
  left: 0; }
  #ascend-stacks_in_88_page21.h-left .ascend-open {
    -webkit-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px)); }
  #ascend-stacks_in_88_page21.h-left .ascend-menu {
    left: 0; }

#ascend-stacks_in_88_page21.h-right {
  right: 0; }
  #ascend-stacks_in_88_page21.h-right .ascend-open {
    -webkit-transform: translateX(calc(100% + 20px));
            transform: translateX(calc(100% + 20px)); }
  #ascend-stacks_in_88_page21.h-right .ascend-menu {
    right: 0; }

#ascend-stacks_in_88_page21.h-center {
  /*  */
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*  */ }
  #ascend-stacks_in_88_page21.h-center .ascend-menu {
    left: 0;
    right: 0;
    margin: 20px auto; }

#ascend-stacks_in_88_page21 .ascend-menu ul.allow-scroll {
  overflow-y: scroll; }

#ascend-stacks_in_88_page21 .ascend-menu ul.no-top-item li.ascend-top-item {
  display: none; }

#ascend-stacks_in_88_page21 .ascend-menu ul.no-item-icons li i {
  display: none;
  margin-right: 0; }

#ascend-stacks_in_88_page21 .ascend-menu.no-header .ascend-menu-header {
  padding: 0; }
  #ascend-stacks_in_88_page21 .ascend-menu.no-header .ascend-menu-header span {
    display: none; }

#ascend-stacks_in_88_page21 .ascend-menu.inline-close-button.no-header .ascend-menu-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 5px; }

#ascend-stacks_in_88_page21 .ascend-menu.inline-close-button .ascend-menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#ascend-stacks_in_88_page21 .ascend-menu.inline-close-button .ascend-close {
  opacity: 1;
  width: auto;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  pointer-events: auto; }
  #ascend-stacks_in_88_page21 .ascend-menu.inline-close-button .ascend-close i {
    border-color: transparent; }
  #ascend-stacks_in_88_page21 .ascend-menu.inline-close-button .ascend-close::before {
    display: none; }

@media (min-width: 768px) {
  #ascend-stacks_in_88_page21.open.ascend-on-hover .ascend-overlay {
    display: none; } }

@-webkit-keyframes ascend-close-pulse-one-stacks_in_88_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 8px; }
  100% {
    border-width: 0px; } }

@keyframes ascend-close-pulse-one-stacks_in_88_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 8px; }
  100% {
    border-width: 0px; } }

@-webkit-keyframes ascend-close-pulse-two-stacks_in_88_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 12px; }
  100% {
    border-width: 0px; } }

@keyframes ascend-close-pulse-two-stacks_in_88_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 12px; }
  100% {
    border-width: 0px; } }
/*  */
/*  */
.ascend-marker span {
  display: none; }

#ascend-stacks_in_101_page21 {
  /*  */
  position: fixed;
  visibility: hidden;
  pointer-events: none;
  margin: 20px 20px;
  z-index: 1000;
  /*  */
  box-sizing: border-box; }
  #ascend-stacks_in_101_page21 * {
    transition: all 0.3s; }

#ascend-stacks_in_101_page21 .ascend-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
  position: fixed;
  pointer-events: auto; }

#ascend-stacks_in_101_page21 .ascend-open {
  /*  */
  /*  */
  background: rgba(218, 34, 255, 1.00);
  background: linear-gradient(to bottom, rgba(218, 34, 255, 1.00), rgba(151, 51, 238, 1.00));
  /*  */
  cursor: pointer;
  width: 50px;
  height: 50px;
  color: rgba(255, 255, 255, 1.00);
  pointer-events: auto;
  opacity: 0.80;
  padding: 3px;
  border-radius: 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #ascend-stacks_in_101_page21 .ascend-open:hover {
    /*  */
    opacity: 1;
    /*  */ }
  #ascend-stacks_in_101_page21 .ascend-open i {
    line-height: 1;
    font-size: 24px; }
  #ascend-stacks_in_101_page21 .ascend-open.no-dots .ascend-open-dots {
    display: none; }
  #ascend-stacks_in_101_page21 .ascend-open-dots {
    width: 28px;
    height: 10px;
    margin-top: 2px;
    position: relative;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.30); }
    #ascend-stacks_in_101_page21 .ascend-open-dots::before {
      background: rgba(255, 255, 255, 1.00);
      top: 50%;
      left: 50%;
      content: '';
      width: 4px;
      height: 4px;
      display: block;
      position: absolute;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      box-shadow: 7px 0 0 0 rgba(255, 255, 255, 1.00), -7px 0 0 0 rgba(255, 255, 255, 1.00); }

#ascend-stacks_in_101_page21 .ascend-close {
  color: #FFFFFF;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 18px;
  text-align: center;
  position: absolute;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #ascend-stacks_in_101_page21 .ascend-close i {
    z-index: 2;
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 0;
    color: inherit;
    font-size: inherit;
    position: relative;
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 3px solid #FFFFFF; }
    #ascend-stacks_in_101_page21 .ascend-close i::before, #ascend-stacks_in_101_page21 .ascend-close i::after {
      content: '';
      top: 50%;
      left: 50%;
      width: 26px;
      height: 26px;
      display: block;
      position: absolute;
      border-radius: 50%;
      border-width: 0px;
      border-style: solid;
      border-color: #FFFFFF;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    #ascend-stacks_in_101_page21 .ascend-close i::before {
      opacity: 0.3; }
    #ascend-stacks_in_101_page21 .ascend-close i::after {
      opacity: 0.2; }
  #ascend-stacks_in_101_page21 .ascend-close::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.7;
    display: block;
    position: absolute;
    background: #201D2B; }

#ascend-stacks_in_101_page21 .ascend-menu {
  /*  */
  max-height: calc(100% - 40px);
  /*  */
  /*  */
  /*  */
  background: rgba(218, 34, 255, 1.00);
  background: linear-gradient(to bottom right, rgba(218, 34, 255, 1.00), rgba(151, 51, 238, 1.00));
  /*  */
  /*  */
  font-family: "Futura";
  /*  */
  width: 100%;
  overflow: hidden;
  pointer-events: auto;
  max-width: 300px;
  margin: 20px 20px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #ascend-stacks_in_101_page21 .ascend-menu-header {
    /*  */
    font-family: "Maven Pro";
    /*  */
    text-align: center;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 1.00);
    font-size: 13px;
    padding: 8px 5px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.20); }
  #ascend-stacks_in_101_page21 .ascend-menu ul {
    padding: 10px 10px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none; }
    #ascend-stacks_in_101_page21 .ascend-menu ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.10);
      padding-bottom: 3px; }
      #ascend-stacks_in_101_page21 .ascend-menu ul li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      #ascend-stacks_in_101_page21 .ascend-menu ul li a, #ascend-stacks_in_101_page21 .ascend-menu ul li a:visited {
        padding: 8px 5px;
        color: rgba(255, 255, 255, 0.50);
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-decoration: none;
        transition: all 0.3s ease; }
      #ascend-stacks_in_101_page21 .ascend-menu ul li i {
        color: rgba(255, 255, 255, 0.50);
        font-size: 20px;
        margin-right: 10px;
        transition: all 0.3s ease; }
      #ascend-stacks_in_101_page21 .ascend-menu ul li:hover a, #ascend-stacks_in_101_page21 .ascend-menu ul li:hover a:visited {
        /*  */
        color: rgba(255, 255, 255, 1.00);
        /*  */ }
      #ascend-stacks_in_101_page21 .ascend-menu ul li:hover i {
        /*  */
        color: rgba(255, 255, 255, 1.00);
        /*  */ }

#ascend-stacks_in_101_page21.menu-list .ascend-menu ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  #ascend-stacks_in_101_page21.menu-list .ascend-menu ul li {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

#ascend-stacks_in_101_page21.menu-grid .ascend-menu ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  #ascend-stacks_in_101_page21.menu-grid .ascend-menu ul li {
    width: 33.333332%;
    border: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    #ascend-stacks_in_101_page21.menu-grid .ascend-menu ul li a {
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 14px; }
    #ascend-stacks_in_101_page21.menu-grid .ascend-menu ul li i {
      margin-right: 0;
      font-size: 28px; }

#ascend-stacks_in_101_page21.ascend-show {
  visibility: visible; }
  #ascend-stacks_in_101_page21.ascend-show.h-right .ascend-open, #ascend-stacks_in_101_page21.ascend-show.h-left .ascend-open {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #ascend-stacks_in_101_page21.ascend-show.v-top.h-center .ascend-open, #ascend-stacks_in_101_page21.ascend-show.v-bottom.h-center .ascend-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

#ascend-stacks_in_101_page21.open .ascend-overlay {
  display: block; }

#ascend-stacks_in_101_page21.open .ascend-menu {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.40); }

#ascend-stacks_in_101_page21.open.ascend-show.v-top .ascend-menu, #ascend-stacks_in_101_page21.open.ascend-show.v-bottom .ascend-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

#ascend-stacks_in_101_page21.close-focus .ascend-close {
  opacity: 1; }
  #ascend-stacks_in_101_page21.close-focus .ascend-close i::before {
    -webkit-animation: ascend-close-pulse-one-stacks_in_101_page21 2s infinite;
            animation: ascend-close-pulse-one-stacks_in_101_page21 2s infinite; }
  #ascend-stacks_in_101_page21.close-focus .ascend-close i::after {
    -webkit-animation: ascend-close-pulse-two-stacks_in_101_page21 2s infinite;
            animation: ascend-close-pulse-two-stacks_in_101_page21 2s infinite; }

#ascend-stacks_in_101_page21.close-focus .ascend-menu.inline-close-button .ascend-close i {
  border: 3px solid #FFFFFF; }

#ascend-stacks_in_101_page21.v-top {
  top: 0; }
  #ascend-stacks_in_101_page21.v-top .ascend-menu {
    top: 0;
    -webkit-transform: translateY(calc(-100% - 20px));
            transform: translateY(calc(-100% - 20px)); }
  #ascend-stacks_in_101_page21.v-top.h-center .ascend-open {
    -webkit-transform: translateY(calc(-100% - 20px));
            transform: translateY(calc(-100% - 20px)); }

#ascend-stacks_in_101_page21.v-bottom {
  bottom: 0; }
  #ascend-stacks_in_101_page21.v-bottom .ascend-menu {
    bottom: 0;
    -webkit-transform: translateY(calc(100% + 20px));
            transform: translateY(calc(100% + 20px)); }
  #ascend-stacks_in_101_page21.v-bottom.h-center .ascend-open {
    -webkit-transform: translateY(calc(100% + 20px));
            transform: translateY(calc(100% + 20px)); }

#ascend-stacks_in_101_page21.h-left {
  left: 0; }
  #ascend-stacks_in_101_page21.h-left .ascend-open {
    -webkit-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px)); }
  #ascend-stacks_in_101_page21.h-left .ascend-menu {
    left: 0; }

#ascend-stacks_in_101_page21.h-right {
  right: 0; }
  #ascend-stacks_in_101_page21.h-right .ascend-open {
    -webkit-transform: translateX(calc(100% + 20px));
            transform: translateX(calc(100% + 20px)); }
  #ascend-stacks_in_101_page21.h-right .ascend-menu {
    right: 0; }

#ascend-stacks_in_101_page21.h-center {
  /*  */
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*  */ }
  #ascend-stacks_in_101_page21.h-center .ascend-menu {
    left: 0;
    right: 0;
    margin: 20px auto; }

#ascend-stacks_in_101_page21 .ascend-menu ul.allow-scroll {
  overflow-y: scroll; }

#ascend-stacks_in_101_page21 .ascend-menu ul.no-top-item li.ascend-top-item {
  display: none; }

#ascend-stacks_in_101_page21 .ascend-menu ul.no-item-icons li i {
  display: none;
  margin-right: 0; }

#ascend-stacks_in_101_page21 .ascend-menu.no-header .ascend-menu-header {
  padding: 0; }
  #ascend-stacks_in_101_page21 .ascend-menu.no-header .ascend-menu-header span {
    display: none; }

#ascend-stacks_in_101_page21 .ascend-menu.inline-close-button.no-header .ascend-menu-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 5px; }

#ascend-stacks_in_101_page21 .ascend-menu.inline-close-button .ascend-menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#ascend-stacks_in_101_page21 .ascend-menu.inline-close-button .ascend-close {
  opacity: 1;
  width: auto;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  pointer-events: auto; }
  #ascend-stacks_in_101_page21 .ascend-menu.inline-close-button .ascend-close i {
    border-color: transparent; }
  #ascend-stacks_in_101_page21 .ascend-menu.inline-close-button .ascend-close::before {
    display: none; }

@media (min-width: 768px) {
  #ascend-stacks_in_101_page21.open.ascend-on-hover .ascend-overlay {
    display: none; } }

@-webkit-keyframes ascend-close-pulse-one-stacks_in_101_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 8px; }
  100% {
    border-width: 0px; } }

@keyframes ascend-close-pulse-one-stacks_in_101_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 8px; }
  100% {
    border-width: 0px; } }

@-webkit-keyframes ascend-close-pulse-two-stacks_in_101_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 12px; }
  100% {
    border-width: 0px; } }

@keyframes ascend-close-pulse-two-stacks_in_101_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 12px; }
  100% {
    border-width: 0px; } }
/*  */
/*  */
.ascend-marker span {
  display: none; }

#ascend-stacks_in_114_page21 {
  /*  */
  position: fixed;
  visibility: hidden;
  pointer-events: none;
  margin: 20px 20px;
  z-index: 1000;
  /*  */
  box-sizing: border-box; }
  #ascend-stacks_in_114_page21 * {
    transition: all 0.3s; }

#ascend-stacks_in_114_page21 .ascend-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
  position: fixed;
  pointer-events: auto; }

#ascend-stacks_in_114_page21 .ascend-open {
  /*  */
  /*  */
  background: rgba(255, 153, 102, 1.00);
  background: linear-gradient(to bottom, rgba(255, 153, 102, 1.00), rgba(255, 94, 98, 1.00));
  /*  */
  cursor: pointer;
  width: 50px;
  height: 50px;
  color: rgba(255, 255, 255, 1.00);
  pointer-events: auto;
  opacity: 0.80;
  padding: 3px;
  border-radius: 40px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #ascend-stacks_in_114_page21 .ascend-open:hover {
    /*  */
    opacity: 1;
    /*  */ }
  #ascend-stacks_in_114_page21 .ascend-open i {
    line-height: 1;
    font-size: 24px; }
  #ascend-stacks_in_114_page21 .ascend-open.no-dots .ascend-open-dots {
    display: none; }
  #ascend-stacks_in_114_page21 .ascend-open-dots {
    width: 28px;
    height: 10px;
    margin-top: 2px;
    position: relative;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.30); }
    #ascend-stacks_in_114_page21 .ascend-open-dots::before {
      background: rgba(255, 255, 255, 1.00);
      top: 50%;
      left: 50%;
      content: '';
      width: 4px;
      height: 4px;
      display: block;
      position: absolute;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      box-shadow: 7px 0 0 0 rgba(255, 255, 255, 1.00), -7px 0 0 0 rgba(255, 255, 255, 1.00); }

#ascend-stacks_in_114_page21 .ascend-close {
  color: #FFFFFF;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 18px;
  text-align: center;
  position: absolute;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #ascend-stacks_in_114_page21 .ascend-close i {
    z-index: 2;
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 0;
    color: inherit;
    font-size: inherit;
    position: relative;
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 3px solid #FFFFFF; }
    #ascend-stacks_in_114_page21 .ascend-close i::before, #ascend-stacks_in_114_page21 .ascend-close i::after {
      content: '';
      top: 50%;
      left: 50%;
      width: 26px;
      height: 26px;
      display: block;
      position: absolute;
      border-radius: 50%;
      border-width: 0px;
      border-style: solid;
      border-color: #FFFFFF;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    #ascend-stacks_in_114_page21 .ascend-close i::before {
      opacity: 0.3; }
    #ascend-stacks_in_114_page21 .ascend-close i::after {
      opacity: 0.2; }
  #ascend-stacks_in_114_page21 .ascend-close::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.7;
    display: block;
    position: absolute;
    background: #201D2B; }

#ascend-stacks_in_114_page21 .ascend-menu {
  /*  */
  max-height: calc(100% - 40px);
  /*  */
  /*  */
  /*  */
  background: rgba(255, 153, 102, 1.00);
  background: linear-gradient(to bottom right, rgba(255, 153, 102, 1.00), rgba(255, 94, 98, 1.00));
  /*  */
  /*  */
  font-family: "Futura";
  /*  */
  width: 100%;
  overflow: hidden;
  pointer-events: auto;
  max-width: 300px;
  margin: 20px 20px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #ascend-stacks_in_114_page21 .ascend-menu-header {
    /*  */
    font-family: "Maven Pro";
    /*  */
    text-align: center;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 1.00);
    font-size: 13px;
    padding: 8px 5px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.20); }
  #ascend-stacks_in_114_page21 .ascend-menu ul {
    padding: 10px 10px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none; }
    #ascend-stacks_in_114_page21 .ascend-menu ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.10);
      padding-bottom: 3px; }
      #ascend-stacks_in_114_page21 .ascend-menu ul li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      #ascend-stacks_in_114_page21 .ascend-menu ul li a, #ascend-stacks_in_114_page21 .ascend-menu ul li a:visited {
        padding: 8px 5px;
        color: rgba(255, 255, 255, 0.50);
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-decoration: none;
        transition: all 0.3s ease; }
      #ascend-stacks_in_114_page21 .ascend-menu ul li i {
        color: rgba(255, 255, 255, 0.50);
        font-size: 20px;
        margin-right: 10px;
        transition: all 0.3s ease; }
      #ascend-stacks_in_114_page21 .ascend-menu ul li:hover a, #ascend-stacks_in_114_page21 .ascend-menu ul li:hover a:visited {
        /*  */
        color: rgba(255, 255, 255, 1.00);
        /*  */ }
      #ascend-stacks_in_114_page21 .ascend-menu ul li:hover i {
        /*  */
        color: rgba(255, 255, 255, 1.00);
        /*  */ }

#ascend-stacks_in_114_page21.menu-list .ascend-menu ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  #ascend-stacks_in_114_page21.menu-list .ascend-menu ul li {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

#ascend-stacks_in_114_page21.menu-grid .ascend-menu ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  #ascend-stacks_in_114_page21.menu-grid .ascend-menu ul li {
    width: 25.000000%;
    border: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    #ascend-stacks_in_114_page21.menu-grid .ascend-menu ul li a {
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 14px; }
    #ascend-stacks_in_114_page21.menu-grid .ascend-menu ul li i {
      margin-right: 0;
      font-size: 28px; }

#ascend-stacks_in_114_page21.ascend-show {
  visibility: visible; }
  #ascend-stacks_in_114_page21.ascend-show.h-right .ascend-open, #ascend-stacks_in_114_page21.ascend-show.h-left .ascend-open {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #ascend-stacks_in_114_page21.ascend-show.v-top.h-center .ascend-open, #ascend-stacks_in_114_page21.ascend-show.v-bottom.h-center .ascend-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

#ascend-stacks_in_114_page21.open .ascend-overlay {
  display: block; }

#ascend-stacks_in_114_page21.open .ascend-menu {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.40); }

#ascend-stacks_in_114_page21.open.ascend-show.v-top .ascend-menu, #ascend-stacks_in_114_page21.open.ascend-show.v-bottom .ascend-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

#ascend-stacks_in_114_page21.close-focus .ascend-close {
  opacity: 1; }
  #ascend-stacks_in_114_page21.close-focus .ascend-close i::before {
    -webkit-animation: ascend-close-pulse-one-stacks_in_114_page21 2s infinite;
            animation: ascend-close-pulse-one-stacks_in_114_page21 2s infinite; }
  #ascend-stacks_in_114_page21.close-focus .ascend-close i::after {
    -webkit-animation: ascend-close-pulse-two-stacks_in_114_page21 2s infinite;
            animation: ascend-close-pulse-two-stacks_in_114_page21 2s infinite; }

#ascend-stacks_in_114_page21.close-focus .ascend-menu.inline-close-button .ascend-close i {
  border: 3px solid #FFFFFF; }

#ascend-stacks_in_114_page21.v-top {
  top: 0; }
  #ascend-stacks_in_114_page21.v-top .ascend-menu {
    top: 0;
    -webkit-transform: translateY(calc(-100% - 20px));
            transform: translateY(calc(-100% - 20px)); }
  #ascend-stacks_in_114_page21.v-top.h-center .ascend-open {
    -webkit-transform: translateY(calc(-100% - 20px));
            transform: translateY(calc(-100% - 20px)); }

#ascend-stacks_in_114_page21.v-bottom {
  bottom: 0; }
  #ascend-stacks_in_114_page21.v-bottom .ascend-menu {
    bottom: 0;
    -webkit-transform: translateY(calc(100% + 20px));
            transform: translateY(calc(100% + 20px)); }
  #ascend-stacks_in_114_page21.v-bottom.h-center .ascend-open {
    -webkit-transform: translateY(calc(100% + 20px));
            transform: translateY(calc(100% + 20px)); }

#ascend-stacks_in_114_page21.h-left {
  left: 0; }
  #ascend-stacks_in_114_page21.h-left .ascend-open {
    -webkit-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px)); }
  #ascend-stacks_in_114_page21.h-left .ascend-menu {
    left: 0; }

#ascend-stacks_in_114_page21.h-right {
  right: 0; }
  #ascend-stacks_in_114_page21.h-right .ascend-open {
    -webkit-transform: translateX(calc(100% + 20px));
            transform: translateX(calc(100% + 20px)); }
  #ascend-stacks_in_114_page21.h-right .ascend-menu {
    right: 0; }

#ascend-stacks_in_114_page21.h-center {
  /*  */
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*  */ }
  #ascend-stacks_in_114_page21.h-center .ascend-menu {
    left: 0;
    right: 0;
    margin: 20px auto; }

#ascend-stacks_in_114_page21 .ascend-menu ul.allow-scroll {
  overflow-y: scroll; }

#ascend-stacks_in_114_page21 .ascend-menu ul.no-top-item li.ascend-top-item {
  display: none; }

#ascend-stacks_in_114_page21 .ascend-menu ul.no-item-icons li i {
  display: none;
  margin-right: 0; }

#ascend-stacks_in_114_page21 .ascend-menu.no-header .ascend-menu-header {
  padding: 0; }
  #ascend-stacks_in_114_page21 .ascend-menu.no-header .ascend-menu-header span {
    display: none; }

#ascend-stacks_in_114_page21 .ascend-menu.inline-close-button.no-header .ascend-menu-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 5px; }

#ascend-stacks_in_114_page21 .ascend-menu.inline-close-button .ascend-menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#ascend-stacks_in_114_page21 .ascend-menu.inline-close-button .ascend-close {
  opacity: 1;
  width: auto;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  pointer-events: auto; }
  #ascend-stacks_in_114_page21 .ascend-menu.inline-close-button .ascend-close i {
    border-color: transparent; }
  #ascend-stacks_in_114_page21 .ascend-menu.inline-close-button .ascend-close::before {
    display: none; }

@media (min-width: 768px) {
  #ascend-stacks_in_114_page21.open.ascend-on-hover .ascend-overlay {
    display: none; } }

@-webkit-keyframes ascend-close-pulse-one-stacks_in_114_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 8px; }
  100% {
    border-width: 0px; } }

@keyframes ascend-close-pulse-one-stacks_in_114_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 8px; }
  100% {
    border-width: 0px; } }

@-webkit-keyframes ascend-close-pulse-two-stacks_in_114_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 12px; }
  100% {
    border-width: 0px; } }

@keyframes ascend-close-pulse-two-stacks_in_114_page21 {
  0% {
    border-width: 0px; }
  50% {
    border-width: 12px; }
  100% {
    border-width: 0px; } }
.ascend-marker.show-marker {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

/*  */
/*  */
section#section-stacks_in_126_page21 {
  /*  */
  background: rgba(23, 22, 32, 1.00);
  /*  */
  /*  */
  /*  */
  padding: 400px 20px 400px 20px;
  box-sizing: border-box; }
  section#section-stacks_in_126_page21 .section-header {
    text-align: center;
    box-sizing: border-box; }
    section#section-stacks_in_126_page21 .section-header-title {
      /*  */
      font-family: "Futura";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 50px;
      font-weight: bold;
      max-width: 1000px;
      margin: 0 auto 20px auto;
      /*  */
      line-height: 80.900002px;
      /*  */ }
    section#section-stacks_in_126_page21 .section-header-description {
      /*  */
      font-family: "Rubik";
      /*  */
      color: rgba(255, 255, 255, 0.40);
      font-size: 16px;
      max-width: 700px;
      text-align: center;
      margin: 0 auto 60px auto;
      /*  */
      line-height: 25.888000px;
      /*  */ }
  section#section-stacks_in_126_page21.hide-title .section-header-title {
    display: none; }
  section#section-stacks_in_126_page21.hide-description .section-header-description {
    display: none; }

@media (min-width: 760px) and (max-width: 480px) {
  /*  */
  section#section-stacks_in_126_page21 .section-header-title {
    font-size: 40px;
    margin: 0 auto 5px auto;
    line-height: 64.720001px; }
  section#section-stacks_in_126_page21 .section-header-description {
    font-size: 16px;
    margin: 0 auto 60px auto;
    line-height: 25.888000px; }
  /*  */ }

@media (min-width: 0px) and (max-width: 760px) {
  /*  */
  section#section-stacks_in_126_page21 .section-header-title {
    font-size: 32px;
    margin: 0 auto 5px auto;
    line-height: 51.776001px; }
  section#section-stacks_in_126_page21 .section-header-description {
    font-size: 14px;
    margin: 0 auto 60px auto;
    line-height: 22.652000px; }
  /*  */ }
.ascend-marker.show-marker {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

/*  */
/*  */
section#section-stacks_in_131_page21 {
  /*  */
  /*  */
  /*  */
  padding: 300px 20px 200px 20px;
  box-sizing: border-box; }
  section#section-stacks_in_131_page21 .section-header {
    text-align: center;
    box-sizing: border-box; }
    section#section-stacks_in_131_page21 .section-header-title {
      /*  */
      font-family: "Futura";
      /*  */
      color: rgba(26, 27, 36, 0.30);
      font-size: 50px;
      font-weight: bold;
      max-width: 1000px;
      margin: 0 auto 5px auto;
      /*  */
      line-height: 80.900002px;
      /*  */ }
    section#section-stacks_in_131_page21 .section-header-description {
      /*  */
      font-family: "Futura";
      /*  */
      color: rgba(0, 199, 69, 1.00);
      font-size: 50px;
      max-width: 600px;
      text-align: center;
      margin: 0 auto 60px auto;
      /*  */
      line-height: 80.900002px;
      /*  */ }
  section#section-stacks_in_131_page21.hide-title .section-header-title {
    display: none; }
  section#section-stacks_in_131_page21.hide-description .section-header-description {
    display: none; }

@media (min-width: 760px) and (max-width: 480px) {
  /*  */
  section#section-stacks_in_131_page21 .section-header-title {
    font-size: 40px;
    margin: 0 auto 5px auto;
    line-height: 64.720001px; }
  section#section-stacks_in_131_page21 .section-header-description {
    font-size: 16px;
    margin: 0 auto 60px auto;
    line-height: 25.888000px; }
  /*  */ }

@media (min-width: 0px) and (max-width: 760px) {
  /*  */
  section#section-stacks_in_131_page21 .section-header-title {
    font-size: 32px;
    margin: 0 auto 5px auto;
    line-height: 51.776001px; }
  section#section-stacks_in_131_page21 .section-header-description {
    font-size: 14px;
    margin: 0 auto 60px auto;
    line-height: 22.652000px; }
  /*  */ }
.ascend-marker.show-marker {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

/*  */
