@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
  margin: 0;
  padding: 0
}

:focus {
  outline: 0
}

img {
  border: none
}

html {
  font-size: 62.5%
}

html,
body {
  -webkit-text-size-adjust: none
}

body {
  background: #dbdbdb;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  color: #000;
  min-width: 320px
}

ol,
ul {
  list-style: none
}

a {
  color: #1a82d7
}

.wrap {
  position: relative
}

.step {
  display: none
}

.step:first-child {
  display: block
}

.step-title {
  background: #1a82d7;
  font-size: 2.4rem;
  font-weight: 300;
  padding: 7px 0;
  text-align: center;
  color: #fff
}

.step-title .title-icon {
  padding-left: 50px;
  display: inline-block;
  line-height: 36px
}

.step-content {
  background: #fff;
  padding: 15px;
  border-bottom: 60px solid #f5f6f8;
  max-width: 450px;
  margin: 0 auto
}

.step-content .step-title {
  margin: 0 -15px 20px
}

.step-pic {
  margin: -15px -15px 0 -15px
}

.step-pic img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block
}

.warning {
  text-align: center;
  color: #757575;
  font-size: 1.8rem
}

.btns-box {
  text-align: center;
  padding: 20px 0
}

.btn {
  background: #E6E8EB;
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #5dacfb;
  font-size: 1.8rem;
  color: #000;
  text-decoration: none;
  box-shadow: 0 0 2px 0 rgba(255, 255, 255, 1) inset
}

.btn:hover,
.btn:active {
  background: #1a82d7;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 1)
}

.profile img {
  float: left;
  margin-right: 15px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8)
}

.profile p {
  margin-bottom: 5px;
  font-size: 1.6rem
}

.profile .name span {
  font-weight: 700;
}

.profile .txt p {
  margin-bottom: 0
}

.quote {
  font-size: 1.6rem;
  clear: both;
  text-align: center;
  font-style: italic;
  padding: 20px 20px 5px
}

.txt {
  font-size: 1.8rem;
  color: #757575;
  text-align: center
}

.txt p {
  margin-bottom: 15px
}

.question {
  text-align: center
}

.question h3 {
  font-size: 2rem;
  color: #757575;
  padding: 15px 0
}

.question .btn {
  min-width: 100px;
  text-align: center;
  margin: 0 5px
}

.loading {
  text-align: center
}

.loading .step-content>ul {
  margin: 20px 0;
  text-align: left
}

.loading .step-content>ul>li {
  display: none
}

.loading .step-content>ul>li.visible {
  display: block
}

.loading .step-content>ul>li h5 {
  padding: 5px 0 5px 35px;
  font-size: 1.8rem;
  color: #757575;
  font-weight: normal
}

@media (max-width: 400px) {
  html {
    font-size: 50%
  }

  .quote {
    padding: 20px 0 0
  }

  .question .btn {
    min-width: 70px
  }
}