@import url("https://use.typekit.net/knr5fpo.css");
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: lato;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #11519a;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: lato;
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #858585; }
  [type='color']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='email']::-moz-placeholder, [type='month']::-moz-placeholder, [type='number']::-moz-placeholder, [type='password']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='text']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='week']::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
    color: #858585; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #858585; }
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #858585; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px; }

html {
  background-color: #fff;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.2;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid #ddd; }

th {
  font-weight: 600; }

th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

html {
  color: #333;
  font-family: lato;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: lato;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }
  a:hover {
    color: #104c90; }
  a:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

.wrapper {
  color: #fff; }
  .wrapper .inner {
    max-width: 1100px;
    margin: auto;
    padding: 20px;
    overflow: hidden;
    text-align: center; }
  .wrapper .body {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#359DAA), to(#490C7C));
    background-image: linear-gradient(to bottom, #359DAA, #490C7C); }
    .wrapper .body h1 {
      font-size: 4em;
      line-height: 1em;
      font-weight: 900;
      margin: 40px 0; }
      .wrapper .body h1 span {
        display: block;
        margin: auto;
        font-size: 1em;
        font-weight: 400;
        font-style: italic; }
  .wrapper .quiz_wrap {
    color: #fff;
    text-align: center;
    padding: 20px; }
    @media screen and (min-width: 701px) {
      .wrapper .quiz_wrap {
        position: relative;
        background-image: url(../img/background.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 1400px;
        padding: 100px 20px;
        margin-bottom: 50px; }
        .wrapper .quiz_wrap:after {
          content: "";
          position: absolute;
          width: 400px;
          height: 400px;
          background-image: url(../img/couple.svg);
          background-position: center center;
          background-size: contain;
          background-repeat: no-repeat;
          bottom: 0;
          left: 55%; } }
    .wrapper .quiz_wrap .quiz_box {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#359DAA), to(#286BA4));
      background-image: linear-gradient(to bottom, #359DAA, #286BA4);
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      max-width: 580px;
      margin: 40px auto;
      padding: 40px 20px;
      color: #fff;
      min-height: 700px;
      border-radius: 50px;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
      position: relative;
      overflow: hidden; }
      @media screen and (min-width: 701px) {
        .wrapper .quiz_wrap .quiz_box {
          -webkit-transform: translate(-22px, 25px);
                  transform: translate(-22px, 25px); } }
      .wrapper .quiz_wrap .quiz_box h2 {
        font-size: 2.5em;
        font-weight: 700; }
      .wrapper .quiz_wrap .quiz_box p {
        font-size: 1.1em;
        margin: 0; }
      .wrapper .quiz_wrap .quiz_box button {
        border-radius: 100px;
        padding: 7px 30px;
        font-weight: 400;
        margin: 30px 0;
        -webkit-transition: -webkit-transform 0.1s;
        transition: -webkit-transform 0.1s;
        transition: transform 0.1s;
        transition: transform 0.1s, -webkit-transform 0.1s;
        margin: 10px 0;
        color: #fff;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#EFD450), to(#E18560));
        background-image: linear-gradient(to bottom, #EFD450, #E18560);
        font-size: 1.2em; }
        .wrapper .quiz_wrap .quiz_box button:hover {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
      .wrapper .quiz_wrap .quiz_box .intro button {
        margin: 40px 0;
        font-size: 1.5em;
        line-height: 1em;
        padding: 0.4em 1.7em; }
      .wrapper .quiz_wrap .quiz_box .intro h2, .wrapper .quiz_wrap .quiz_box .intro p {
        max-width: 400px;
        margin: 1em auto; }
      .wrapper .quiz_wrap .quiz_box .questions {
        margin-bottom: auto;
        width: 100%;
        min-height: 630px;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-pack: justify;
                justify-content: space-between; }
        .wrapper .quiz_wrap .quiz_box .questions .q_wrap {
          display: -webkit-box;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-direction: column;
          -webkit-box-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
                  align-items: center;
          min-height: 450px; }
          .wrapper .quiz_wrap .quiz_box .questions .q_wrap h2 {
            font-size: 1.2em;
            line-height: 1.4em;
            font-weight: 700;
            max-width: 500px; }
          .wrapper .quiz_wrap .quiz_box .questions .q_wrap .options {
            margin: 20px auto;
            display: -webkit-box;
            display: flex;
            flex-wrap: wrap;
            -webkit-box-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                    align-items: center;
            max-width: 500px; }
            .wrapper .quiz_wrap .quiz_box .questions .q_wrap .options._5 li {
              width: 100%; }
            .wrapper .quiz_wrap .quiz_box .questions .q_wrap .options li {
              margin: 5px 10px;
              display: inline-block;
              background-color: #fff;
              color: #000;
              border-radius: 20px;
              padding: 7px 30px;
              cursor: pointer;
              font-size: 0.9em;
              min-width: 120px; }
              .wrapper .quiz_wrap .quiz_box .questions .q_wrap .options li.clicked {
                color: #fff;
                -webkit-transition: background-color 0.3s;
                transition: background-color 0.3s; }
                .wrapper .quiz_wrap .quiz_box .questions .q_wrap .options li.clicked.correct {
                  background-color: #45CB4A; }
                .wrapper .quiz_wrap .quiz_box .questions .q_wrap .options li.clicked.wrong {
                  background-color: #F25A5A; }
        .wrapper .quiz_wrap .quiz_box .questions .meta_wrap {
          left: 0;
          bottom: 20px;
          border: 10px;
          text-align: center;
          width: 100%;
          font-size: 0.8em; }
          .wrapper .quiz_wrap .quiz_box .questions .meta_wrap .rightwrong {
            text-transform: uppercase;
            font-size: 1.5em;
            margin-bottom: 0.5em;
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                    align-items: center; }
            .wrapper .quiz_wrap .quiz_box .questions .meta_wrap .rightwrong:before {
              content: "";
              display: block;
              height: 20px;
              width: 20px;
              margin-right: 5px;
              background-repeat: no-repeat;
              background-size: contain; }
            .wrapper .quiz_wrap .quiz_box .questions .meta_wrap .rightwrong.true:before {
              background-image: url(../img/correct.svg); }
            .wrapper .quiz_wrap .quiz_box .questions .meta_wrap .rightwrong.false:before {
              background-image: url(../img/wrong.svg); }
          .wrapper .quiz_wrap .quiz_box .questions .meta_wrap .stats {
            margin-bottom: 2em;
            font-size: 0.9em; }
            .wrapper .quiz_wrap .quiz_box .questions .meta_wrap .stats li {
              margin: 0 0; }
          .wrapper .quiz_wrap .quiz_box .questions .meta_wrap .bar_wrap {
            height: 10px;
            background-color: rgba(255, 255, 255, 0.5);
            border-radius: 100px;
            margin: 5px 20px 0; }
            .wrapper .quiz_wrap .quiz_box .questions .meta_wrap .bar_wrap .bar {
              background-image: -webkit-gradient(linear, left top, right top, from(#EFD450), to(#E18560));
              background-image: linear-gradient(to right, #EFD450, #E18560);
              height: 100%;
              border-radius: 100px;
              -webkit-transition: width 0.3s;
              transition: width 0.3s; }
      .wrapper .quiz_wrap .quiz_box .result .score {
        font-size: 4em;
        line-height: 1em;
        font-weight: 700;
        margin: auto; }
      .wrapper .quiz_wrap .quiz_box .result h2 {
        font-size: 2em;
        line-height: 1em;
        margin: 0; }
      .wrapper .quiz_wrap .quiz_box .result p {
        font-size: 1em;
        max-width: 500px;
        margin: 40px auto; }
      .wrapper .quiz_wrap .quiz_box .result .social {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center;
        margin-bottom: 20px; }
        .wrapper .quiz_wrap .quiz_box .result .social li {
          margin: 0 10px;
          height: 40px; }
        .wrapper .quiz_wrap .quiz_box .result .social img {
          height: 100%; }
      @media screen and (max-width: 700px) {
        .wrapper .quiz_wrap .quiz_box {
          font-size: 0.9em; } }
  .wrapper .footer {
    background-color: #359DAA;
    font-weight: 100; }
    .wrapper .footer a {
      color: inherit;
      font-weight: 400;
      text-decoration: none; }
    .wrapper .footer .cc {
      font-size: 0.8em;
      margin: 40px 0; }
