html {
  font-size: 62.5%
}
* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
body {
  font-size: 2rem;
  font-family: 'Open Sans', sans-serif, Arial;
  background: linear-gradient(#70d4d6, #0a5953);
  height: 100vh;
  width: 100%;
}
.right.first {
  color: #121562;
}
.right.last {
  color: #121562;
}
.second_bg {
  background: linear-gradient(#70d4d6, #0a5953);
}
.wrap {
  width: 100%;
  max-width: 980px;
  display: block;
  margin: 0 auto
}
.first_page {
  width: 100%
}
.second_page {
  display: none
}
.left {
  width: 38.8%;
  float: left;
  display: inline-block;
  overflow: hidden
}
.left img {
  width: 100%;
  max-width: 375px;
  padding: 100px 0
}
.right {
  width: 60%;
  float: left;
  display: inline-block
}
h1 {
  text-transform: uppercase;
  font-size: 9rem;
  margin: 43px 0 0 17px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -2px;
  line-height: 1
}
h2 {
  font-size: 5.8rem;
  line-height: 1.2;
  text-align: center;
  margin: 10px 0
}
h3 {
  font-size: 4.1rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: left;
  float: left;
  display: block;
  padding-top: 3rem
}
h4 {
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -2px
}
h4 span {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 600
}
.top_container {
  border-radius: 0;
  width: 95%;
  text-align: center;
  min-width: 300px;
  max-width: 700px;
  position: relative;
  margin: 25px auto 10px
}
.top_container h5 {
  font-size: 3.4rem;
  line-height: 1.2;
  color: #121562;
}
.top_container p {
  font-size: 1.8rem;
  margin: 15px 0;
  color: #121562;
}
.top_container p u {
  font-weight: bold
}
.toggleDiv {
  display: none;
  font-size: 2.2rem;
  line-height: 1.1;
  overflow: hidden;
  width: 100%;
  min-width: 300px;
  max-width: 700px;
  margin: 0 auto;
  color: #fff;
  border: 1px solid #000;
  border-radius: 30px;
  background-color: #fff
}
.toggleDiv#q1 {
  display: block
}
.header {
  display: table;
  width: 101%;
  background-color: #fff;
  color: #121562;
  text-align: center;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 35px;
  padding: 10px 0;
}
.header p {
  display: table-cell;
  vertical-align: middle;
  color: #121562;
  font-weight: bold;
}
.circle {
  font-size: 2.3rem;
  text-shadow: 0 1px #666;
  color: #fff;
  background: #ababab;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 20%;
  margin: 0 1px
}
.circle.active {
  background: #2c2c2c;
}
.question_box {
  margin: 0 auto;
  padding: 10px;
  min-height: 100px;
  background: #000;
}
.question_box p {
  color: #fff;
}
.question_check {
  min-width: 300px;
  margin: 0 auto;
  padding: 10px;
  background: #000;
}
.question_check .choose_answer {
  display: block;
  font-size: 2.2rem;
  color: #fff;
  text-align: center
}
.answers {
  width: 90%;
  max-width: 315px;
  margin: 15px auto
}
.answer_box {
  margin: 10px 0
}
.answer_box label {
  cursor: pointer
}
.question_box .postal {
  margin-top: 10px
}
.btn_block {
  clear: both;
  text-align: center;
  padding-bottom: 15px;
  background: #000;
}
.btn {
  display: inline-block;
  /* font-weight: bold; */
  font-size: 3rem;
  width: 45%;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 0;
  color: #fff
}
.btnyes {
  border-radius: 15px;
  background-color: #dfa300;
  /* background-image: -moz-linear-gradient(90deg, rgb(0, 153, 0) 0%, rgb(0, 204, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(0, 153, 0) 0%, rgb(0, 204, 0) 100%);
  background-image: linear-gradient(180deg, rgb(0, 204, 0) 0%, rgb(0, 153, 0) 100%);
  text-shadow: 0 -1px #060 */
}
.btnyes:hover {
  background-color: #70d4d5;
  /* background-image: -moz-linear-gradient(90deg, rgb(0, 153, 0) 0%, rgb(0, 204, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(0, 153, 0) 0%, rgb(0, 204, 0) 100%);
  background-image: linear-gradient(180deg, rgb(0, 204, 0) 0%, rgb(0, 153, 0) 100%);
  text-shadow: 0 -1px #060 */
}
.btnno {
  border-radius: 15px;
  background-color: #8a8a89;
}
.btnno:hover {
  background-color: #bfbfbf;
}
.btnnext {
  width: 90%;
  max-width: 315px;
  min-width: 200px;
  color: #fff;
  border-radius: 15px;
  background-color: #dfa300;
}
.btnnext:hover {
  background-color: #70d4d5;
}
.gobutton {
  font-size: 3rem;
  /* font-weight: 600; */
  line-height: 1.1;
  display: block;
  width: 95%;
  margin: 20px auto 0;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 0;
  color: #121562;
  /* border: 2px solid #000; */
  border-radius: 30px;
  /* box-shadow: 0 0 5px 0 rgba(0, 0, 0, 1); */
  background: #dfa300;
}
#popup-wrapper-click {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999
}
@media screen and (max-width: 800px) {
  .wrap {
    display: table;
    padding: 30px 15px 10px
  }
  .toggleDiv {
    width: 96%
  }
  h1,
  h2,
  h3,
  h4 {
    margin: 0;
  }
  first {
    float: none;
    display: table-header-group;
    min-width: 100%;
  }
  .second {
    float: none;
    display: block;
    min-width: 100%;
    text-align: center
  }
  .left img {
    padding: 50px 0
  }
  .last {
    float: none;
    display: table-footer-group;
    min-width: 100%
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 50%
  }
  .left img {
    width: 100%;
    padding: 20px 0
  }
  h2 {
    font-size: 3rem;
    font-weight: 700
  }
  .top_container p {
    /* background-color: #e6e6ea; */
    padding: 6px;
    width: 89%;
    margin: 10px auto;
    text-align: left
  }
}
@media screen and (max-width: 420px) {
  html {
    font-size: 40%
  }
  h1 {
    font-size: 8rem
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  body {
    background: #70d4d6;
  }
}
