.template-selection {
  margin-top: 20px;
  position: relative;
}
.template-selection .middle {
  display: table-cell;
  vertical-align: middle;
  min-height: 600px;
}
@media all and (min-width: 1440px) {
  .template-selection .middle {
    padding: 0 42px;
  }
}
.template-selection .model-image {
  height: auto;
  width: auto;
  position: relative;
}
@media all and (min-width: 1250px) {
  .template-selection .model-image {
    padding-right: 15px;
    padding-left: 30px;
  }
}
@media all and (min-width: 1250px) {
  .template-selection .model-image {
    margin: 0 auto;
    height: 506px;
    width: 450px;
  }
}
.template-selection .model-image h1 {
  font-size: 70px;
  position: absolute;
  margin-top: 20px;
  white-space: nowrap;
  padding-left: 1rem;
}
@media all and (min-width: 1250px) {
  .template-selection .model-image h1 {
    padding-left: 0;
  }
}
.template-selection .model-image .glow-wrap {
  padding-top: 5rem;
  position: relative;
}
@media all and (min-width: 1250px) {
  .template-selection .model-image .glow-wrap {
    width: 450px;
    padding-top: 0;
  }
  .template-selection .model-image .glow-wrap img {
    top: 120px;
  }
}
.template-selection .model-image .glow-wrap .not-glow {
  position: relative;
  visibility: hidden;
  width: 100%;
}
.template-selection .model-image .glow-wrap .glow {
  position: absolute;
  left: 0;
  width: 100%;
}
@media all and (max-width: 1250px) {
  .template-selection .model-image .glow-wrap .glow {
    top: 5rem;
  }
}
.template-selection .model-image img {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: inherit;
}
.template-selection .model-image img.glow {
  opacity: 0;
}
@media all and (max-width: 1250px) {
  .template-selection .model-image img {
    max-width: 450px;
    margin: 0;
  }
}
@media all and (min-width: 1250px) {
  .template-selection .model-image {
    display: block;
    vertical-align: middle;
    float: left;
  }
}
.template-selection .build-sets-wrap {
  min-height: 600px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
@media all and (min-width: 1250px) {
  .template-selection .build-sets-wrap {
    left: 17px;
    display: block;
    vertical-align: middle;
    width: 850px;
    float: right;
    padding-top: 7%;
  }
}
.template-selection .build-sets-wrap .button-container {
  height: 60px;
  margin-top: 15px;
}
.template-selection .build-sets-wrap .back-button-wrap {
  margin: 0 auto;
  width: 200px;
}
.template-selection .build-sets-wrap .back-button {
  margin: 0 auto;
  position: absolute;
  width: 200px;
}
.template-selection .build-sets-wrap .back-button .border-btn {
  position: absolute;
  left: calc(50% - 100px);
}
.template-selection .build-sets {
  position: relative;
  padding-left: 0;
}
@media all and (min-width: 1250px) {
  .template-selection .build-sets {
    right: -17px;
    padding-right: 17px;
    max-height: 650px;
    overflow-y: scroll;
  }
}
.template-selection .build-sets .select-system {
  overflow: inherit;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-width: unset;
  max-width: unset;
  align-items: center;
}
@media all and (min-width: 1250px) {
  .template-selection .build-sets .select-system {
    flex-direction: row;
  }
}
.template-selection .build-sets .select-system .image {
  margin: 20px auto;
}
@media all and (min-width: 1250px) {
  .template-selection .build-sets .select-system .image {
    margin: 10px 0.5rem 0 0;
    width: 100px;
  }
}
.template-selection .build-sets .select-system .left {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media all and (min-width: 1250px) {
  .template-selection .build-sets .select-system .left {
    width: 75%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.template-selection .build-sets .select-system .left .description {
  margin-left: 10px;
  margin-top: 0;
}
@media all and (min-width: 1250px) {
  .template-selection .build-sets .select-system .left .description {
    width: 380px;
  }
}
@media all and (min-width: 1550px) {
  .template-selection .build-sets .select-system .left .description {
    width: 420px;
  }
}
.template-selection .build-sets .select-system .left .description p {
  height: auto;
}
@media all and (min-width: 1250px) {
  .template-selection .build-sets .select-system .left .description p {
    padding-right: 20px;
  }
}
.template-selection .build-sets .select-system .right {
  width: 100%;
}
@media all and (min-width: 1250px) {
  .template-selection .build-sets .select-system .right {
    width: 25%;
  }
}
.template-selection .build-sets .select-system .right .right-inner-wrap {
  float: unset;
}
@media all and (max-width: 1250px) {
  .template-selection .build-sets .select-system .left {
    margin-bottom: 20px;
  }
}

.arrdown {
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 999;
}

.arrdown .arrows-down {
  opacity: 0;
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 10px;
  margin-bottom: 25px;
}
@media all and (min-width: 1250px) {
  .arrdown .arrows-down {
    opacity: 1;
  }
}

.arrdown .arrows-down path.a1 {
  animation-delay: -1s;
}

.arrdown .arrows-down path {
  stroke: rgb(255, 255, 255);
  fill: transparent;
  stroke-width: 4px;
  animation: 2s ease 0s 1 normal none running arrow;
}

.arrup {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 999;
}

.arrup .arrows-up {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: -30px;
  transform: rotate(180deg);
}

.arrup .arrows-up path.a1 {
  animation-delay: -1s;
}

.arrup .arrows-up path {
  stroke: rgb(255, 255, 255);
  fill: transparent;
  stroke-width: 4px;
  animation: 2s ease 0s 1 normal none running arrow;
}