@import url("//db.onlinewebfonts.com/c/eacab73a831fe74a0bed4696d0833f24?family=Pluto");
@import url("//db.onlinewebfonts.com/c/de5373290268de4bf704a591f17ef92f?family=Pluto");
@import url("//db.onlinewebfonts.com/c/de5373290268de4bf704a591f17ef92f?family=PlutoSans");
@import url("//db.onlinewebfonts.com/c/3504ff9e31f923a144fe83aa2634a5fe?family=PlutoSansBold");
.flex,
.flex-horizontal-center,
.flex-vertical-center,
.flex-center,
.test__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-horizontal-center,
.flex-center,
.test__intro {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-vertical-center,
.flex-center,
.test__intro {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.green {
  color: #6ba542 !important;
}
.bg-green {
  background-color: #6ba542 !important;
}
.grey {
  color: #464746 !important;
}
.bg-grey {
  background-color: #464746 !important;
}
.row.gutters-lg {
  margin-left: -26px;
  margin-right: -26px;
}
.row.gutters-lg [class*="col-"] {
  padding-left: 26px;
  padding-right: 26px;
}
.pb-0 {
  padding-bottom: 0;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.pb-1 {
  padding-bottom: 1rem;
}
.mt-1 {
  margin-top: 1rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.pb-2 {
  padding-bottom: 2rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.pb-3 {
  padding-bottom: 3rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.pb-4 {
  padding-bottom: 4rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.pb-5 {
  padding-bottom: 5rem;
}
.mt-5 {
  margin-top: 5rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.pb-10 {
  padding-bottom: 10rem;
}
.mt-10 {
  margin-top: 10rem;
}
.mb-10 {
  margin-bottom: 10rem;
}
.pb-1dot5 {
  padding-bottom: 1.5rem;
}
.mt-1dot5 {
  margin-top: 1.5rem;
}
.mb-1dot5 {
  margin-bottom: 1.5rem;
}
.pb-2dot5 {
  padding-bottom: 2.5rem;
}
.mt-2dot5 {
  margin-top: 2.5rem;
}
.mb-2dot5 {
  margin-bottom: 2.5rem;
}
.title--lg,
.test__question-title {
  font-size: 1.5em;
  color: #6ba542;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .title--lg,
  .test__question-title {
    font-size: 1.875em;
  }
}
.title--xl {
  color: #6ba542;
  font-size: 2.25em;
}
@media screen and (min-width: 992px) {
  .title--xl {
    font-size: 4.25em;
  }
}
.title--xxl {
  font-size: 5.25em;
  color: #6ba542;
}
.text--sm {
  font-size: 0.875em;
}
.text--lg {
  font-size: 1.1em;
}
@media screen and (min-width: 992px) {
  .text--lg {
    font-size: 1.625em;
  }
}
.mx-auto {
  margin: 0 auto;
}
.wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
/* ---------------------------------------------------------
  Vars
----------------------------------------------------------*/
/* ---------------------------------------------------------
  Global
----------------------------------------------------------*/
body {
  max-width: 1920px;
  font-family: "Pluto";
  color: #464746;
}
/* ---------------------------------------------------------
  Test app
----------------------------------------------------------*/
.test {
  font-size: 16px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .test {
    height: 730px;
  }
}
.test .container {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 auto;
}
.test__title--xl {
  font-size: 30px;
  color: #6ba542;
}
@media screen and (min-width: 992px) {
  .test__title--xl {
    font-size: 50px;
  }
}
.test__title--xxl {
  font-size: 50px;
  color: #6ba542;
}
@media screen and (min-width: 992px) {
  .test__title--xxl {
    font-size: 55px;
  }
}
.test__separator-line,
.test__thumb .image:before,
.test__answers h5:before {
  content: '';
  position: absolute;
  width: 37px;
  height: 2px;
  background: #464746;
  top: -15px;
  left: 0;
}
.test__button {
  color: #6ba542;
  background: none;
  border: 2px solid #6ba542;
  font-size: 16px;
  padding: 10px 20px;
  display: inline-block;
  -webkit-transition: color 0.4s, background 0.4s;
  transition: color 0.4s, background 0.4s;
}
.test__button--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.test__button:hover {
  background: #6ba542;
  color: #fff;
}
.test__intro {
  background: url("../img/intro.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 150px 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (min-width: 992px) {
  .test__intro {
    height: 730px;
  }
}
.test__cursor {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .test__cursor {
    display: block !important;
    position: absolute;
    top: 40%;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    z-index: 10;
    pointer-events: none;
  }
}
.test__stage {
  margin: 0 auto;
  position: relative;
  background: no-repeat center top;
  background-size: 1120px auto;
}
@media screen and (min-width: 992px) {
  .test__stage {
    width: 1120px;
    height: 340px;
  }
}
.test__question {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 992px) {
  .test__question {
    text-align: center;
    padding: 0 15px;
  }
}
.test__question-title {
  width: 100%;
  color: #464746;
  margin-bottom: 30px;
  padding: 0 15px;
}
.test__question-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: none !important;
}
@media screen and (min-width: 992px) {
  .test__question-bg {
    display: block !important;
  }
}
.test__thumb {
  background: none;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-bottom: 20px;
  margin-left: -15px;
}
.test__thumb .image {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding-top: 10px;
}
.test__thumb img {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  margin: 0 auto;
  width: auto;
  height: 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.test__thumb:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.test__thumb.selected {
  opacity: 1;
}
.test__thumb.selected img {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: scale(1.1) rotate(7deg);
          transform: scale(1.1) rotate(7deg);
  -webkit-animation: item-selected 0.4s;
          animation: item-selected 0.4s;
}
.test__thumb.selected:nth-child(odd) img {
  -webkit-transform: scale(1.1) rotate(-7deg);
          transform: scale(1.1) rotate(-7deg);
  -webkit-animation-name: item-selected--invert;
          animation-name: item-selected--invert;
}
@media screen and (min-width: 992px) {
  .test__thumb {
    position: absolute;
    margin: 0;
  }
  .test__thumb .image {
    display: block;
    -webkit-transform: none;
            transform: none;
    padding-top: 0;
  }
  .test__thumb .image:before {
    content: none;
  }
  .test__thumb img {
    margin: 0;
  }
}
.test__answers {
  max-width: 1090px;
  margin: 0 auto;
  display: none;
}
.test__answers article {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  text-align: left;
  padding: 15px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.test__answers article.muted {
  opacity: 0.7;
}
.test__answers article.selected {
  opacity: 1 !important;
  color: #6ba542;
}
.test__answers h5 {
  font-size: 14px;
  position: relative;
  line-height: 1.5;
}
.test__answers h5:before {
  content: none;
}
.test__answers--mobile {
  display: block;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% + 15px);
  margin-left: -15px;
  padding-top: 20px;
}
@media screen and (min-width: 576px) {
  .test__answers h5 {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .test__answers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .test__answers h5 {
    font-size: 19px;
  }
  .test__answers h5:before {
    content: '';
  }
  .test__answers--mobile {
    display: none;
  }
}
.test__steps {
  text-align: center;
  margin-top: 30px;
}
.test__steps span {
  width: 22px;
  height: 22px;
  border: 2px solid #6ba542;
  border-radius: 22px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  display: inline-block;
  margin: 0 10px;
}
.test__steps span.active {
  background: #6ba542;
}
@media screen and (min-width: 992px) {
  .test__steps span {
    margin: 0 30px;
  }
}
/* ---------------------------------------------------------
  Profile
----------------------------------------------------------*/
.profile {
  padding-top: 30px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .profile {
    height: 730px;
  }
}
.profile__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  top: 0;
  left: 0;
}
.profile__bg div {
  position: relative;
  width: 100%;
  height: 100%;
}
.profile__bg img {
  position: absolute;
}
@media screen and (min-width: 992px) {
  .profile__bg {
    display: block;
  }
}
.profile__wrapper {
  position: relative;
}
.profile__bg--desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .profile__bg--desktop {
    display: block;
  }
}
.profile__bg--mobile {
  height: 360px;
  width: 100vw;
  margin-left: -15px;
  margin-bottom: 30px;
}
.profile__bg--mobile .profile__bg {
  position: relative;
  -webkit-transform: scale(0.5) translateX(-50%) translateY(-50%);
          transform: scale(0.5) translateX(-50%) translateY(-50%);
  width: 200%;
  height: 200%;
  background-size: 1280px;
}
@media screen and (min-width: 992px) {
  .profile__bg--mobile {
    display: none;
  }
}
.profile__your-profile,
.profile__name {
  color: #6ba542;
}
.profile__share {
  text-transform: uppercase;
  font-size: 0.875em;
  margin-right: 55px;
  display: inline-block;
  margin-bottom: 15px;
}
.profile__share:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #6ba542;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.profile__share:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.profile__share .fa {
  font-size: 0.8em;
  vertical-align: middle;
  margin-right: 0.3125em;
}
/* ---------------------------------------------------------
  Animations
----------------------------------------------------------*/
.animate {
  opacity: 0;
}
.rotate {
  -webkit-animation: rotation 10s infinite linear;
          animation: rotation 10s infinite linear;
}
.duration-1 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.duration-2 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.duration-3 {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.duration-4 {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
.duration-5 {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.duration-6 {
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
.duration-7 {
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}
.duration-8 {
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}
.duration-9 {
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}
.duration-10 {
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}
.delay-1 {
  -webkit-animation-delay: 50ms;
          animation-delay: 50ms;
}
.delay-2 {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}
.delay-3 {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}
.delay-4 {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.delay-5 {
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}
.delay-6 {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
.delay-7 {
  -webkit-animation-delay: 350ms;
          animation-delay: 350ms;
}
.delay-8 {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.delay-9 {
  -webkit-animation-delay: 450ms;
          animation-delay: 450ms;
}
.delay-10 {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
@-webkit-keyframes item-selected {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.2) rotate(7deg);
            transform: scale(1.2) rotate(7deg);
  }
  100% {
    -webkit-transform: scale(1.1) rotate(7deg);
            transform: scale(1.1) rotate(7deg);
  }
}
@keyframes item-selected {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.2) rotate(7deg);
            transform: scale(1.2) rotate(7deg);
  }
  100% {
    -webkit-transform: scale(1.1) rotate(7deg);
            transform: scale(1.1) rotate(7deg);
  }
}
@-webkit-keyframes item-selected--invert {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.2) rotate(-7deg);
            transform: scale(1.2) rotate(-7deg);
  }
  100% {
    -webkit-transform: scale(1.1) rotate(-7deg);
            transform: scale(1.1) rotate(-7deg);
  }
}
@keyframes item-selected--invert {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.2) rotate(-7deg);
            transform: scale(1.2) rotate(-7deg);
  }
  100% {
    -webkit-transform: scale(1.1) rotate(-7deg);
            transform: scale(1.1) rotate(-7deg);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*# sourceMappingURL=css/test.css.map */
