.ms-survey {
  font-family: "Amnesty Trade Gothic", Sans-serif;
  color: #1a4f55; }
  .ms-survey img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .ms-survey .ms-section__wrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 20px;
    position: relative; }
    @media (min-width: 767px) {
      .ms-survey .ms-section__wrapper {
        padding: 40px; } }
  .ms-survey .ms-section h2 {
    color: #1a4f55;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #1a4f55; }
    @media (min-width: 767px) {
      .ms-survey .ms-section h2 {
        margin-bottom: 30px;
        padding-bottom: 25px;
        font-size: 26px; } }
    @media (min-width: 1200px) {
      .ms-survey .ms-section h2 {
        font-size: 42px;
        font-weight: bold; } }
  .ms-survey .ms-section__page {
    font-size: 18px; }
  .ms-survey .ms-section__descr p {
    color: #1a4f55;
    font-size: 24px; }
  .ms-survey .ms-section__content {
    flex-grow: 1;
    margin-bottom: 60px; }
    @media (min-width: 767px) {
      .ms-survey .ms-section__content {
        margin-bottom: 50px; } }
    .ms-survey .ms-section__content p {
      font-family: "Amnesty Trade Gothic", Sans-serif;
      margin-bottom: 0;
      line-height: 1em; }
    .ms-survey .ms-section__content a {
      outline: none; }
  .ms-survey .ms-section--first h1 {
    font-family: "Amnesty Trade Gothic", Sans-serif;
    color: #1a4f55;
    display: inline-block;
    padding: 10px 40px;
    border: 3px solid white;
    border-left: none;
    border-right: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 30px; }
  .ms-survey .ms-section--first p {
    text-align: center; }
  .ms-survey a {
    text-decoration: none;
    font-family: Atlas Grotesk Web, Arial, sans-serif; }
    .ms-survey a:hover {
      text-decoration: none; }
  .ms-survey b {
    font-weight: 800; }
  .ms-survey .ms-txt {
    color: #1a4f55;
    text-transform: uppercase;
    font-size: 24px; }
  .ms-survey .upper {
    text-transform: uppercase; }
  .ms-survey .row-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 1; }
  .ms-survey .ms-btn {
    font-family: "Amnesty Trade Gothic", Sans-serif;
    position: absolute;
    bottom: 20px;
    font-size: 22px;
    border: 2px solid #1a4f55;
    color: #1a4f55;
    display: inline-block;
    text-transform: uppercase;
    padding: 3px 15px;
    text-decoration: none;
    transition: all 300ms;
    z-index: 100;
    font-weight: 600; }
    @media (min-width: 767px) {
      .ms-survey .ms-btn {
        bottom: 25px; } }
    .ms-survey .ms-btn:hover {
      background-color: #1a4f55;
      color: #ffffff; }
    .ms-survey .ms-btn--solid {
      background-color: #1a4f55;
      color: #ffffff;
      border: 2px solid #1a4f55; }
      .ms-survey .ms-btn--solid:hover {
        background-color: #ffffff;
        color: #1a4f55; }
    .ms-survey .ms-btn.disabled {
      opacity: 0.2; }
  .ms-survey .ms-preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    background: #cae7da url("../images/loader.gif") 50% 10% no-repeat; }
    .ms-survey .ms-preloader.removed {
      display: none; }

#step1 {
  background: #cae7da url("../images/step1/bg_mobile.jpg") center bottom no-repeat;
  background-size: cover; }
  @media (min-width: 1200px) {
    #step1 {
      background: #cae7da url("../images/step1/first_bg.jpg") center bottom no-repeat;
      background-size: cover; } }
  #step1 p {
    margin-bottom: 10px;
    line-height: 1em; }
    @media (min-width: 1200px) {
      #step1 p {
        font-size: 26px; } }
  #step1 .ms-section__descr p {
    line-height: 1.4em; }
  #step1 .ms-section__descr p:last-child {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold; }
  @media screen and (max-height: 600px) {
    #step1 .ms-section__descr p {
      font-size: 20px !important; } }
  #step1 a.ms-btn {
    position: relative;
    margin-top: 15px; }
    @media (min-width: 767px) {
      #step1 a.ms-btn {
        position: absolute;
        margin-top: 0; } }

#step2 .ms-section__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center; }
#step2 .img-block {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  margin: 0 20px;
  flex: 1; }
  #step2 .img-block img {
    position: absolute;
    z-index: 1;
    max-width: 100%;
    opacity: 0;
    transition: opacity 300ms ease-out; }
  #step2 .img-block p {
    font-family: "Amnesty Trade Gothic", Sans-serif;
    position: relative;
    z-index: 2;
    text-align: center; }
  #step2 .img-block--coffee img {
    top: 50px;
    max-width: 100%; }
  @media (min-width: 767px) {
    #step2 .img-block:nth-child(1) p {
      margin-top: 80px; } }
  @media (min-width: 767px) {
    #step2 .img-block:nth-child(2) {
      margin-top: 140px; } }
  @media (min-width: 1200px) {
    #step2 .img-block:nth-child(2) {
      justify-content: center; } }
  @media (min-width: 767px) {
    #step2 .img-block:nth-child(3) p {
      margin-top: 100px; } }
  #step2 .img-block:hover img {
    opacity: 1; }
  #step2 .img-block.selected p:after {
    content: '';
    width: 30px;
    height: 30px;
    background: url("../images/tick.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -5px;
    right: -35px; }
#step2 .swiper-trigger {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin: auto; }
  #step2 .swiper-trigger p {
    text-align: center;
    margin: 0 auto 15px; }
    @media (min-width: 1200px) {
      #step2 .swiper-trigger p {
        position: relative;
        top: inherit; } }
  #step2 .swiper-trigger img {
    max-height: 240px;
    width: auto; }
    @media (min-width: 767px) {
      #step2 .swiper-trigger img {
        max-height: 350px;
        width: auto; } }
  #step2 .swiper-trigger.selected p {
    position: relative; }
    #step2 .swiper-trigger.selected p:after {
      content: '';
      width: 30px;
      height: 30px;
      background: url("../images/tick.png") no-repeat;
      background-size: contain;
      position: absolute;
      top: 0;
      right: -22px; }
      @media (min-width: 767px) {
        #step2 .swiper-trigger.selected p:after {
          top: 0;
          right: -40px;
          bottom: inherit; } }

#step3 .ms-section__content {
  display: flex;
  flex-direction: row;
  justify-content: space-around; }
  @media (min-width: 1200px) {
    #step3 .ms-section__content {
      width: 90%; } }
#step3 .row-container {
  flex-direction: column; }
  @media (min-width: 1200px) {
    #step3 .row-container {
      flex-direction: row; } }
#step3 .txt-block {
  background-color: #CCCCCC;
  display: flex;
  padding: 40px 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  transition: background-color 300ms ease-in; }
  @media (min-width: 767px) {
    #step3 .txt-block {
      padding: 55px 35px; } }
  @media screen and (max-height: 600px) {
    #step3 .txt-block {
      padding: 30px 35px; } }
  #step3 .txt-block p {
    font-family: "Amnesty Trade Gothic", Sans-serif;
    text-align: center; }
  #step3 .txt-block:hover {
    background-color: #aaaaaa; }
  #step3 .txt-block--pink {
    background-color: rgba(222, 185, 189, 0.9); }
    #step3 .txt-block--pink:hover {
      background-color: #dc9aa2; }
  #step3 .txt-block--white {
    background-color: rgba(221, 239, 230, 0.9); }
    #step3 .txt-block--white:hover {
      background-color: #b9efd4; }
  #step3 .txt-block--green {
    background-color: rgba(131, 169, 165, 0.9); }
    #step3 .txt-block--green:hover {
      background-color: #69a9a2; }
  @media (min-width: 1200px) {
    #step3 .txt-block:nth-child(1) {
      align-self: flex-start; } }
  @media (min-width: 1200px) {
    #step3 .txt-block:nth-child(2) {
      align-self: center; } }
  @media (min-width: 1200px) {
    #step3 .txt-block:nth-child(3) {
      align-self: flex-end; } }
  @media (min-width: 767px) {
    #step3 .txt-block {
      margin-left: -15px;
      margin-right: -15px;
      height: 38%; } }
  #step3 .txt-block.selected p {
    position: relative; }
    #step3 .txt-block.selected p:after {
      content: '';
      width: 30px;
      height: 30px;
      background: url("../images/tick.png") no-repeat;
      background-size: contain;
      position: absolute;
      top: -5px;
      right: -35px; }

#step4 .ms-section__content {
  display: flex;
  flex-direction: column;
  width: 80%; }
  @media (min-width: 1200px) {
    #step4 .ms-section__content {
      width: 60%; } }
#step4 .makeup-block {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 3px solid white;
  flex-basis: 30%; }
  #step4 .makeup-block p {
    flex-basis: 50%;
    text-align: right;
    font-size: 22px; }
    @media (min-width: 767px) {
      #step4 .makeup-block p {
        font-size: 24px; } }
    @media (min-width: 1200px) {
      #step4 .makeup-block p {
        font-size: 26px; } }
  #step4 .makeup-block__img {
    flex-basis: 50%; }
    #step4 .makeup-block__img img {
      width: auto;
      max-height: 120px; }
  #step4 .makeup-block.selected .makeup-block__img {
    position: relative; }
    #step4 .makeup-block.selected .makeup-block__img:after {
      content: '';
      width: 30px;
      height: 30px;
      background: url("../images/tick.png") no-repeat;
      background-size: contain;
      position: absolute;
      top: 50px;
      right: -35px; }

#step5 {
  /* This container is needed to position the front and back side */
  /* Do an horizontal flip when you move the mouse over the flip box container */
  /* Position the front and back side */
  /* Style the front side */
  /* Style the back side */ }
  #step5 .ms-section__content {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column; }
  #step5 .row-container {
    width: 60%;
    margin: 0 auto; }
    @media (min-width: 1200px) {
      #step5 .row-container {
        align-items: center;
        display: flex;
        justify-content: center; } }
  #step5 .flip-box {
    width: 210px;
    height: 310px;
    background-color: transparent;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
    border: 2px solid #1a4f55;
    border-radius: 10px;
    padding: 5px;
    transition: background-color 0.5s; }
    @media (min-width: 1200px) {
      #step5 .flip-box {
        width: 220px;
        height: 350px;
        margin-left: 15px;
        margin-right: 15px; } }
  #step5 .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d; }
  #step5 .flip-box:hover {
    background-color: transparent; }
  #step5 .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
    background-color: transparent; }
  #step5 .flip-box-front, #step5 .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
    border: 2px solid #1a4f55;
    border-radius: 10px; }
  #step5 .flip-box-front {
    background-color: #bbb;
    color: black;
    border: 2px solid #1a4f55;
    border-radius: 10px;
    background-size: cover !important; }
  #step5 .flip-box-back {
    color: white;
    transform: rotateY(180deg);
    border: 2px solid #1a4f55;
    border-radius: 10px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #step5 .flip-box-back a {
      font-family: "Amnesty Trade Gothic", Sans-serif;
      color: #1a4f55;
      font-size: 20px; }
      #step5 .flip-box-back a.selected {
        position: relative; }
        #step5 .flip-box-back a.selected:after {
          content: '';
          width: 30px;
          height: 30px;
          background: url("../images/tick.png") no-repeat;
          background-size: contain;
          position: absolute;
          top: -35px;
          right: 50%;
          margin-right: -20px; }
  #step5 .flip-box:nth-child(1) .flip-box-front {
    background: url("../images/step5/borsa.png") no-repeat; }
  #step5 .flip-box:nth-child(1) .flip-box-back a.selected:after {
    margin-right: -50px; }
  #step5 .flip-box:nth-child(2) .flip-box-front {
    border-color: #1a4f55;
    background: url("../images/step5/jeans.png") no-repeat; }
  #step5 .flip-box:nth-child(2) .flip-box-back a.selected:after {
    margin-right: -50px; }
  #step5 .flip-box:nth-child(3) .flip-box-front {
    background: url("../images/step5/seta.png") no-repeat; }
  #step5 .swiper-trigger {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    margin: 0 auto 20px; }
    #step5 .swiper-trigger p {
      text-align: center;
      margin-top: 15px;
      margin-bottom: 15px; }
    #step5 .swiper-trigger .ms-card {
      border: 2px solid #1a4f55;
      border-radius: 10px;
      padding: 5px; }
    #step5 .swiper-trigger img {
      border: 2px solid #1a4f55;
      border-radius: 10px;
      max-height: 200px;
      width: auto; }
      @media (min-width: 767px) {
        #step5 .swiper-trigger img {
          max-height: 350px;
          width: auto; } }
      @media screen and (max-height: 600px) {
        #step5 .swiper-trigger img {
          max-height: 170px; } }
    #step5 .swiper-trigger.selected p {
      position: relative; }
      #step5 .swiper-trigger.selected p:after {
        content: '';
        width: 30px;
        height: 30px;
        background: url("../images/tick.png") no-repeat;
        background-size: contain;
        position: absolute;
        top: -3px;
        right: -40px; }
        @media (min-width: 767px) {
          #step5 .swiper-trigger.selected p:after {
            top: -4px;
            right: -40px; } }

#step6 .ms-section__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%; }
  @media (min-width: 1200px) {
    #step6 .ms-section__content {
      width: 90%; } }
  #step6 .ms-section__content .disk-box {
    flex-basis: 30%; }
#step6 .disc-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 25%; }
  #step6 .disc-box a.inner {
    display: flex;
    flex-direction: column; }
  #step6 .disc-box__txt {
    font-size: 28px;
    text-transform: uppercase;
    height: 60px; }
  #step6 .disc-box--pink .disc-box__txt {
    color: #ad6c64; }
  #step6 .disc-box--green .disc-box__txt {
    color: #37574f; }
  #step6 .disc-box--purple .disc-box__txt {
    color: #8163ab; }
  #step6 .disc-box a {
    transition: transform 300ms ease-out; }
    #step6 .disc-box a:hover img {
      transform: rotate(360deg);
      -webkit-animation: rotating 2s linear infinite;
      -moz-animation: rotating 2s linear infinite;
      -ms-animation: rotating 2s linear infinite;
      -o-animation: rotating 2s linear infinite;
      animation: rotating 2s linear infinite; }
    #step6 .disc-box a.selected {
      position: relative; }
      #step6 .disc-box a.selected:after {
        content: '';
        width: 30px;
        height: 30px;
        background: url("../images/tick.png") no-repeat;
        background-size: contain;
        position: absolute;
        top: -35px;
        right: 50%;
        margin-right: -15px; }
#step6 .swiper-trigger {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin: 0 auto 20px; }
  #step6 .swiper-trigger .text-pink {
    color: #ad6c64; }
  #step6 .swiper-trigger .text-green {
    color: #37574f; }
  #step6 .swiper-trigger .text-purple {
    color: #8163ab; }
  #step6 .swiper-trigger p {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px; }
  #step6 .swiper-trigger img {
    max-height: 200px;
    width: auto; }
    @media (min-width: 767px) {
      #step6 .swiper-trigger img {
        max-height: 340px;
        width: auto; } }
    @media screen and (max-height: 600px) {
      #step6 .swiper-trigger img {
        max-height: 170px; } }
  #step6 .swiper-trigger.selected p {
    position: relative; }
    #step6 .swiper-trigger.selected p:after {
      content: '';
      width: 30px;
      height: 30px;
      background: url("../images/tick.png") no-repeat;
      background-size: contain;
      position: absolute;
      top: -3px;
      right: -40px; }
      @media (min-width: 767px) {
        #step6 .swiper-trigger.selected p:after {
          top: -4px;
          right: -40px; } }
  #step6 .swiper-trigger:hover img {
    transform: rotate(360deg);
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite; }

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
#step7 .ms-section__content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%; }
#step7 a.scale-block {
  width: 100%;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  background-color: antiquewhite;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  text-align: center;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }
  #step7 a.scale-block:first-child {
    margin-top: 0; }
  #step7 a.scale-block p {
    -webkit-transition: transform 250ms ease-out;
    -moz-transition: transform 250ms ease-out;
    -ms-transition: transform 250ms ease-out;
    -o-transition: transform 250ms ease-out;
    transition: transform 250ms ease-out; }
  @media (min-width: 1200px) {
    #step7 a.scale-block {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; } }
  #step7 a.scale-block:hover p {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
    @media (min-width: 767px) {
      #step7 a.scale-block:hover p {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2); } }
  #step7 a.scale-block p {
    font-size: 20px; }
    @media (min-width: 1200px) {
      #step7 a.scale-block p {
        font-size: 30px; } }
  #step7 a.scale-block.selected p {
    position: relative;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
    @media (min-width: 767px) {
      #step7 a.scale-block.selected p {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2); } }
    #step7 a.scale-block.selected p:after {
      content: '';
      width: 30px;
      height: 30px;
      background: url("../images/tick.png") no-repeat;
      background-size: contain;
      position: absolute;
      top: -3px;
      right: -25px; }
      @media (min-width: 767px) {
        #step7 a.scale-block.selected p:after {
          right: -35px; } }
  #step7 a.scale-block--pink {
    background-color: rgba(222, 185, 189, 0.9); }
    #step7 a.scale-block--pink:hover {
      background-color: #dc9aa2; }
  #step7 a.scale-block--white {
    background-color: rgba(221, 239, 230, 0.9); }
    #step7 a.scale-block--white:hover {
      background-color: #b9efd4; }
  #step7 a.scale-block--green {
    background-color: rgba(131, 169, 165, 0.9); }
    #step7 a.scale-block--green:hover {
      background-color: #69a9a2; }
#step7 .img-block {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: 0 20px;
  flex: 1; }
  #step7 .img-block img {
    position: absolute;
    z-index: 1;
    max-width: 100%;
    opacity: 0;
    transition: opacity 300ms ease-out; }
  #step7 .img-block p {
    position: relative;
    z-index: 2;
    text-align: center; }
  #step7 .img-block--coffee img {
    top: 50px;
    max-width: 100%; }
  @media (min-width: 1200px) {
    #step7 .img-block:nth-child(1) p {
      margin-top: 0; } }
  @media (min-width: 1200px) {
    #step7 .img-block:nth-child(2) p {
      margin-top: -60px; } }
  @media (min-width: 1200px) {
    #step7 .img-block:nth-child(3) p {
      margin-top: 40px; } }
  #step7 .img-block:hover img {
    opacity: 1; }
  #step7 .img-block.selected p {
    position: relative; }
    #step7 .img-block.selected p:after {
      content: '';
      width: 30px;
      height: 30px;
      background: url("../images/tick.png") no-repeat;
      background-size: contain;
      position: absolute;
      top: -40px;
      right: 50%;
      margin-right: -30px; }
#step7 .swiper-trigger {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin: auto; }
  #step7 .swiper-trigger p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px; }
  #step7 .swiper-trigger img {
    max-height: 180px;
    width: auto; }
    @media (min-width: 767px) {
      #step7 .swiper-trigger img {
        max-height: 350px;
        width: auto; } }
  #step7 .swiper-trigger.selected p {
    position: relative; }
    #step7 .swiper-trigger.selected p:after {
      content: '';
      width: 30px;
      height: 30px;
      background: url("../images/tick.png") no-repeat;
      background-size: contain;
      position: absolute;
      top: 10px;
      right: -30px; }
      @media (min-width: 767px) {
        #step7 .swiper-trigger.selected p:after {
          top: 0;
          right: -40px; } }

#step8 .ms-section__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 767px) {
    #step8 .ms-section__content {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1200px) {
    #step8 .ms-section__content {
      flex-direction: row;
      align-items: center;
      justify-content: center; } }
#step8 .stripe-box {
  position: relative;
  display: flex;
  flex-basis: 28%;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  min-height: 300px; }
  #step8 .stripe-box p {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    margin-bottom: 0;
    -webkit-transition: color 300ms ease-in;
    -moz-transition: color 300ms ease-in;
    -ms-transition: color 300ms ease-in;
    -o-transition: color 300ms ease-in;
    transition: color 300ms ease-in; }
    @media (min-width: 1200px) {
      #step8 .stripe-box p {
        font-size: 28px; } }
  #step8 .stripe-box:after {
    content: '';
    background-color: #1a4f55;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 300ms ease-in;
    -moz-transition: opacity 300ms ease-in;
    -ms-transition: opacity 300ms ease-in;
    -o-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in; }
  #step8 .stripe-box:hover:after {
    opacity: 0.3;
    z-index: 1; }
  #step8 .stripe-box:hover p {
    color: white; }
  #step8 .stripe-box a.selected p:after {
    content: '';
    width: 30px;
    height: 30px;
    background: url("../images/tick.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -35px;
    right: 50%;
    margin-right: -20px; }
#step8 .swiper-trigger {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin: auto; }
  #step8 .swiper-trigger p {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #step8 .swiper-trigger img {
    max-height: 250px;
    width: auto;
    height: auto; }
    @media (min-width: 767px) {
      #step8 .swiper-trigger img {
        max-height: 350px;
        width: auto;
        height: auto; } }
  #step8 .swiper-trigger.selected p:after {
    content: '';
    width: 30px;
    height: 30px;
    background: url("../images/tick.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: -30px; }
    @media (min-width: 767px) {
      #step8 .swiper-trigger.selected p:after {
        top: 0;
        right: -40px; } }

.results {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #cae7da;
  -webkit-transition: transform 200ms ease-in;
  -moz-transition: transform 200ms ease-in;
  -ms-transition: transform 200ms ease-in;
  -o-transition: transform 200ms ease-in;
  transition: transform 200ms ease-in; }
  .results .result-item {
    display: none;
    overflow: scroll;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #cae7da;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-height: 100%; }
    .results .result-item__img {
      display: flex; }
      .results .result-item__img img {
        width: 100%;
        height: auto; }
    .results .result-item__txt {
      display: flex;
      flex-direction: column;
      padding: 0 20px;
      flex-grow: 1;
      margin-bottom: 70px; }
      @media (min-width: 1200px) {
        .results .result-item__txt {
          margin-bottom: 20px; } }
      .results .result-item__txt h2 {
        color: #1a4f55;
        margin-top: 20px;
        padding-bottom: 25px;
        margin-bottom: 30px;
        border-bottom: 3px solid #1a4f55; }
      .results .result-item__txt .product-btn {
        font-family: "Amnesty Trade Gothic", Sans-serif;
        text-transform: uppercase;
        margin: 15px 0;
        font-size: 24px;
        color: #1a4f55;
        padding: 10px 40px;
        border: 2px solid #1a4f55;
        text-align: center;
        display: inline-block;
        -webkit-transition: all 300ms ease-in;
        -moz-transition: all 300ms ease-in;
        -ms-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in; }
        .results .result-item__txt .product-btn:hover {
          background-color: #1a4f55;
          color: #cae7da; }
      .results .result-item__txt .descr p {
        font-family: "Amnesty Trade Gothic", Sans-serif;
        color: #1a4f55;
        margin-bottom: 15px;
        font-size: 20px; }
    @media (min-width: 1200px) {
      .results .result-item {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        height: 100%; }
        .results .result-item .result-item__img {
          flex-basis: 35%;
          background-size: contain;
          align-self: stretch; }
          .results .result-item .result-item__img img {
            display: none; }
        .results .result-item .result-item__txt {
          flex-basis: 65%;
          padding: 60px 35px; }
          .results .result-item .result-item__txt .descr p {
            line-height: 1.2em;
            font-size: 22px; }
        .results .result-item .product-btn {
          width: 40%;
          margin: 50px auto 20px; }
        .results .result-item.result-item--olio .result-item__img {
          background: url("../images/results/olio/desktop.jpg") 50% 0 no-repeat;
          background-size: cover; }
        .results .result-item.result-item--mousse .result-item__img {
          background: url("../images/results/mousse/desktop.jpg") 50% 0 no-repeat;
          background-size: cover; }
        .results .result-item.result-item--latte .result-item__img {
          background: url("../images/results/latte/desktop.jpg") 50% 0 no-repeat;
          background-size: cover; } }
    .results .result-item.show-it {
      display: flex;
      flex: 1;
      margin-bottom: 120px; }
  .results.show-result {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

@media (max-width: 1200px) {
  .show-for-large {
    display: none !important; } }

@media (min-width: 1200px) {
  .hide-for-large {
    display: none !important; } }

.ms-survey, #fullpage, .section {
  table-layout: fixed; }

.buttons-ui {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  height: 100%; }
  .buttons-ui__imgs {
    display: none; }
  .buttons-ui__btns {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center; }
  .buttons-ui__btn {
    background-color: #1a4f55;
    color: white;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 25px;
    width: 100%;
    margin-bottom: 25px;
    transition: all 300ms ease-out; }
    .buttons-ui__btn:hover, .buttons-ui__btn.selected {
      background-color: white;
      color: #1a4f55; }

.swiper-container {
  width: 100%;
  height: 100%; }
  .swiper-container .swiper-wrapper {
    margin-bottom: 30px; }
  .swiper-container .swiper-pagination-bullets {
    bottom: 0; }

.swiper-helptext {
  text-align: center;
  color: #1a4f55;
  font-size: 22px;
  margin-top: 10px; }

/*# sourceMappingURL=musa-survey.css.map */
