@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

:root {
  --bg-color: #22273d;
  --hero-one: #13DBEC;
  --hero-two: #13AAEC;
  --hero-gradient: linear-gradient(90deg, var(--hero-one) 0%, var(--hero-two) 100%);
  --green: #44cf7e;
}

body {
  font: 15px/1 "Source Sans Pro", sans-serif;
  background: var(--bg-color);
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  -webkit-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
body:before {
  content: "";
  background: url(images/bg.png) no-repeat bottom center/cover;
  width: 100%;
  height: 250px;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: -1;
}
body.go-step-2 .progress-block .line {
  width: 50%;
}
body.go-step-2 .steps-wrapper .steps {
  transform: translate3d(-100vw, 0, 0);
}
body.go-step-3 .progress-block .line {
  width: 75%;
}
body.go-step-3 .steps-wrapper .steps {
  transform: translate3d(-200vw, 0, 0);
}
body.go-step-4 .progress-block .line {
  width: 100%;
}
body.go-step-4 .steps-wrapper .steps {
  transform: translate3d(-300vw, 0, 0);
}
body.final .progress-block {
  opacity: 0;
}
body.final .steps-wrapper .steps {
  transform: translate3d(-400vw, 0, 0);
}
body.redirect-final .progress-block {
  opacity: 0;
  transition: none;
}
body.redirect-final .steps-wrapper .steps {
  transform: translate3d(-400vw, 0, 0);
  transition: none;
}

header {
  padding: 30px 0 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
header .ic-logo {
  font-size: 23px;
  background: var(--hero-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 30px 0;
}

.progress-block {
  padding: 5px 20%;
  width: 100%;
  transition: opacity 0.5s ease-in-out;
}
.progress-block .progress {
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  height: 2px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.progress-block .progress .line {
  background: var(--hero-gradient);
  width: 25%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: width 1s ease-in-out;
}

.step-1 .buttons .blue, .step-2 .buttons .blue, .step-4 .buttons .blue {
  visibility: hidden;
  opacity: 0;
}
.step-1.ok .buttons .blue, .step-2.ok .buttons .blue, .step-4.ok .buttons .blue {
  visibility: visible;
  opacity: 1;
}

.weight {
  display: flex;
  height: 50px;
  margin: 0 0 40px;
  justify-content: center;
  align-items: center;
  font-size: 55px;
  font-family: "Montserrat", sans-serif;
}
.weight:after {
  content: "kg";
  font-size: 20px;
  margin: 25px 0 0 5px;
  text-transform: lowercase;
}
.weight span:first-child {
  display: none;
}
.weight.lbs span:first-child {
  display: inline;
}
.weight.lbs span:last-child {
  display: none;
}
.weight.lbs:after {
  content: "lbs";
}

#arrange {
  margin: 0 0 20px;
  position: relative;
}
#arrange:after {
  content: "";
  font-family: "gymdone-icons";
  color: #fff;
  transform: rotate(-90deg);
  right: 15px;
  position: absolute;
  pointer-events: none;
  top: 15px;
  font-size: 10px;
}
#arrange select:first-child {
  display: none;
}
#arrange.lbs select:first-child {
  display: block;
}
#arrange.lbs select:last-child {
  display: none;
}

#lb-or-kg {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  align-items: center;
  margin: 10px 0;
  font-weight: bold;
}
#lb-or-kg span {
  transition: all 0.5s ease-in-out;
}
#lb-or-kg span:last-child {
  color: #fff;
  font-weight: bold;
}
#lb-or-kg span:last-child:before {
  content: "";
  width: 2px;
  height: 13px;
  margin: 0 10px;
  background: rgba(255, 255, 255, 0.4);
  display: inline-block;
}
#lb-or-kg.lbs span:first-child {
  color: #fff;
}
#lb-or-kg.lbs span:last-child {
  color: inherit;
  font-weight: inherit;
}

.steps-wrapper {
  overflow: hidden;
  width: 100%;
}
.steps-wrapper .steps {
  display: flex;
  width: 100%;
  transition: transform 450ms ease-in-out;
  will-change: transition;
}
.steps-wrapper .steps .slick-list {
  width: 100vw;
  transform: translateX(-13%);
}
.steps-wrapper .steps > div {
  min-width: 100vw;
  padding: 10px 13%;
}
.steps-wrapper .steps > div h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.26px;
  margin: 0 0 20px;
}
.steps-wrapper .steps > div .list-container {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.steps-wrapper .steps > div .list-container .list {
  list-style: none;
  display: grid;
  grid-gap: 15px;
}
.steps-wrapper .steps > div .list-container .list.with-icon li {
  padding: 0 15px;
}
.steps-wrapper .steps > div .list-container .list.with-icon li .icon-block {
  font-size: 22px;
  margin: 0 15px 0 0;
}
.steps-wrapper .steps > div .list-container .list li {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  height: 60px;
  border-radius: 5px;
  align-items: center;
  display: flex;
  padding: 0 30px;
  position: relative;
  transition: background 0.2s ease-in-out;
  overflow: hidden;
}
.steps-wrapper .steps > div .list-container .list li:before {
  content: "";
  font-family: "gymdone-icons";
  height: 60px;
  width: 100%;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  background: var(--green);
  border-radius: 3px;
  overflow: hidden;
  transition: max-width 250ms ease-in-out;
  max-width: 0;
}
.steps-wrapper .steps > div .list-container .list li:active {
  background: rgba(255, 255, 255, 0.2);
}
.steps-wrapper .steps > div .list-container .list li.selected:before {
  max-width: 50px;
}
.steps-wrapper .steps > div .buttons {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  height: 45px;
  margin: 20px 0;
  grid-column-gap: 5px;
}
.steps-wrapper .steps > div .buttons > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}
.steps-wrapper .steps > div .buttons .blue {
  background: var(--hero-one);
}
.steps-wrapper .steps > div .buttons .blue.done:after {
  content: "";
  font-family: "gymdone-icons";
  font-size: 12px;
  padding: 0 0 0 10px;
}
.steps-wrapper .steps > div .buttons .blue:active {
  background: var(--hero-two);
}
.steps-wrapper .steps > div .buttons .arrow:before {
  content: "";
  font-family: "gymdone-icons";
  font-size: 12px;
  padding: 0 10px 0 0;
}
.steps-wrapper .steps > div .buttons .arrow:active {
  background: rgba(255, 255, 255, 0.1);
}
.steps-wrapper .steps .final {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.steps-wrapper .steps .final h1 {
  line-height: 1.3;
  font-size: 38px;
}
.steps-wrapper .steps .final h3 {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.26px;
  font-weight: lighter;
  margin: 0 0 50px;
}
.steps-wrapper .steps .final .anima img {
  animation: zoominoutsinglefeatured 1s infinite ease-in-out;
}
.steps-wrapper .steps .final img {
  width: 250px;
}

@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.select-selected {
  background-color: var(--hero-two);
  background-image: var(--hero-gradient);
  width: 100%;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

.select-items div, .select-selected {
  color: var(--bg-color);
  padding: 10px 15px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
}