/*
Theme Name: Haleon
Author: w3specialists
Author URI: https://www.w3specialists.com
Description: Haleon theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: haleon
*/
:root {
  --animate-delay: 0.5s;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font: inherit;
}

img, picture, svg, video {
  max-width: 100%;
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.7rem;
  min-height: 100vh;
  min-height: 100svh;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
}

.quiz-wrapper {
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
}
@media (max-width: 767px) {
  .quiz-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.quiz-wrapper__left {
  padding-left: 7rem;
  padding-right: 7rem;
  padding-top: 5rem;
  border-bottom: 7.5rem solid #30EA03;
  position: relative;
  display: flex;
}
@media (max-width: 1152px) {
  .quiz-wrapper__left {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 4rem;
  }
}
@media (max-width: 767px) {
  .quiz-wrapper__left {
    border-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
  }
}
.quiz-wrapper__left__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .quiz-wrapper__left__content #logo {
    display: block;
    margin: 0 auto;
  }
}
.quiz-wrapper__left__content .title-banner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-top: 7rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .quiz-wrapper__left__content .title-banner {
    margin-top: 5rem;
  }
}
@media (max-width: 1600px) {
  .quiz-wrapper__left__content .title-banner img {
    max-width: calc(100% - 8rem);
  }
}
@media (max-width: 767px) {
  .quiz-wrapper__left__content .title-banner img {
    max-width: 80%;
  }
}
.quiz-wrapper__left__content .title-banner__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.quiz-wrapper__left__content .title-banner__content p {
  font-size: 2.8rem;
  text-align: center;
}
@media (max-width: 1152px) {
  .quiz-wrapper__left__content .title-banner__content p {
    font-size: 2rem;
  }
}
.quiz-wrapper__left .packshot {
  display: flex;
  justify-content: center;
  margin-top: auto;
  margin-bottom: -5rem;
}
@media (max-width: 767px) {
  .quiz-wrapper__left .packshot {
    display: none;
  }
}
.quiz-wrapper__left .packshot img {
  max-height: 34rem;
}
@media (max-width: 1600px) {
  .quiz-wrapper__left .packshot img {
    max-height: 24rem;
  }
}
@media (max-width: 1600px) {
  .quiz-wrapper__left .packshot img {
    max-height: 23rem;
  }
}
.quiz-wrapper__right {
  padding-right: 7rem;
  padding-top: 5rem;
  margin-bottom: 7.5rem;
  border-bottom: 7.5rem solid #30EA03;
  position: relative;
  padding-left: 15rem;
  overflow-x: hidden;
}
@media (max-width: 1152px) {
  .quiz-wrapper__right {
    padding-left: 10rem;
    padding-right: 3rem;
    padding-top: 4rem;
  }
}
@media (max-width: 767px) {
  .quiz-wrapper__right {
    border-bottom: 5.5rem solid #30EA03;
    margin-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    padding-top: 2rem;
    flex: 1;
  }
}
.quiz-wrapper__right::before {
  content: "";
  background-image: url("/wp-content/themes/haleon/assets/img/lines.svg");
  background-size: contain;
  position: absolute;
  width: 9.7rem;
  height: 90%;
  left: 0;
  top: 0;
}
@media (max-width: 1152px) {
  .quiz-wrapper__right::before {
    width: 7rem;
  }
}
@media (max-width: 767px) {
  .quiz-wrapper__right::before {
    display: none;
  }
}
.quiz-wrapper__right .landing {
  position: absolute;
  bottom: 0;
  left: 3rem;
}
@media (max-width: 767px) {
  .quiz-wrapper__right .landing {
    left: 0;
    position: relative;
    margin-top: auto;
  }
}
.quiz-wrapper__right .landing img {
  max-height: 60rem;
}
@media (max-width: 1600px) {
  .quiz-wrapper__right .landing img {
    max-height: 45rem;
  }
}
@media (max-width: 1400px) {
  .quiz-wrapper__right .landing img {
    max-height: 38rem;
  }
}
@media (max-width: 767px) {
  .quiz-wrapper__right .landing img {
    max-height: 30rem;
    margin: 0 auto;
  }
}

.wpforms-screen-reader-announce {
  display: none !important;
}

.quiz-container .wpforms-page-2 .wpforms-pagebreak-left {
  align-self: flex-start !important;
}
.quiz-container .stage-1-title,
.quiz-container .stage-2-title {
  padding-bottom: 0px !important;
}
.quiz-container .wpforms-field-pagebreak {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
.quiz-container .wpforms-submit-spinner {
  margin: 0 auto !important;
  width: 2.6rem !important;
}
.quiz-container .wpforms-page-indicator {
  margin-bottom: 0 !important;
}
.quiz-container .wpforms-field {
  padding-top: 5px !important;
}
.quiz-container .wpforms-field-content {
  display: flex;
  justify-content: center;
  padding-top: 0 !important;
}
.quiz-container .wpforms-field-content .wpforms-field-row {
  max-width: 70rem !important;
}
.quiz-container .wpforms-field-content strong {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #000;
  font-weight: 700;
}
.quiz-container .wpforms-field-content h2 {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 1400px) {
  .quiz-container .wpforms-field-content h2 {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 1152px) {
  .quiz-container .wpforms-field-content h2 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.quiz-container .wpforms-field-content h2 .text-bold {
  font-weight: 800;
}
.quiz-container .quiz-submit-wrap {
  width: 16rem;
  height: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  transition: 0.3s ease-in-out;
  outline: transparent;
  font-size: 1.6rem;
  border: 0;
  cursor: pointer;
  background-color: #EDEDED;
  color: #6E6E6E;
  font-weight: 700;
}
@media (max-width: 1152px) {
  .quiz-container .quiz-submit-wrap {
    height: 3.8rem;
  }
}
@media (max-width: 1152px) {
  .quiz-container .quiz-submit-wrap {
    width: 14rem;
    height: 3.6rem;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
  }
}
.quiz-container .quiz-submit-wrap::after {
  content: "";
  background: url("/wp-content/themes/haleon/assets/img/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.5rem;
  height: 2.4rem;
  display: block;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1152px) {
  .quiz-container .quiz-submit-wrap::after {
    width: 2.1rem;
    height: 2rem;
  }
}
.quiz-container .quiz-submit-wrap.active, .quiz-container .quiz-submit-wrap:hover {
  background-color: #30EA03;
  color: #000;
}
.quiz-container .quiz-submit-wrap.active::after, .quiz-container .quiz-submit-wrap:hover::after {
  filter: brightness(0%);
}
.quiz-container .wpforms-field-pagebreak {
  display: flex;
  justify-content: center;
}
.quiz-container .wpforms-field-pagebreak .wpforms-pagebreak-left .wpforms-page-prev {
  width: 16rem;
  height: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  transition: 0.3s ease-in-out;
  outline: transparent;
  font-size: 1.6rem;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  color: #6E6E6E;
  font-weight: 700;
}
@media (max-width: 1152px) {
  .quiz-container .wpforms-field-pagebreak .wpforms-pagebreak-left .wpforms-page-prev {
    width: 14rem;
    height: 3.6rem;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .quiz-container .wpforms-field-pagebreak .wpforms-pagebreak-left .wpforms-page-prev {
    width: 8rem;
    margin-top: 2rem;
  }
}
.quiz-container .wpforms-field-pagebreak .wpforms-pagebreak-left .wpforms-page-prev::before {
  content: "";
  transform: rotate(90);
  background: url("/wp-content/themes/haleon/assets/img/arrow-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.5rem;
  height: 2.4rem;
  display: block;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1152px) {
  .quiz-container .wpforms-field-pagebreak .wpforms-pagebreak-left .wpforms-page-prev::before {
    width: 2.1rem;
    height: 2rem;
  }
}
.quiz-container .wpforms-field-pagebreak .wpforms-pagebreak-left .wpforms-page-prev.active, .quiz-container .wpforms-field-pagebreak .wpforms-pagebreak-left .wpforms-page-prev:hover {
  background-color: #f5f5f5;
}
.quiz-container .wpforms-field-pagebreak .wpforms-pagebreak-left .wpforms-page-prev.active::after, .quiz-container .wpforms-field-pagebreak .wpforms-pagebreak-left .wpforms-page-prev:hover::after {
  filter: brightness(0%);
}
.quiz-container .wpforms-field-pagebreak .wpforms-page-next {
  width: 16rem;
  height: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  transition: 0.3s ease-in-out;
  outline: transparent;
  font-size: 1.6rem;
  border: 0;
  cursor: pointer;
  background-color: #EDEDED;
  color: #6E6E6E;
  font-weight: 700;
}
@media (max-width: 1152px) {
  .quiz-container .wpforms-field-pagebreak .wpforms-page-next {
    width: 14rem;
    height: 3.6rem;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
  }
}
.quiz-container .wpforms-field-pagebreak .wpforms-page-next::after {
  content: "";
  background: url("/wp-content/themes/haleon/assets/img/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.5rem;
  height: 2.4rem;
  display: block;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1152px) {
  .quiz-container .wpforms-field-pagebreak .wpforms-page-next::after {
    width: 2.1rem;
    height: 2rem;
  }
}
.quiz-container .wpforms-field-pagebreak .wpforms-page-next.active, .quiz-container .wpforms-field-pagebreak .wpforms-page-next:hover {
  background-color: #30EA03;
  color: #000;
}
.quiz-container .wpforms-field-pagebreak .wpforms-page-next.active::after, .quiz-container .wpforms-field-pagebreak .wpforms-page-next:hover::after {
  filter: brightness(0%);
}
.quiz-container ul.wpforms-field-required {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
@media (max-width: 1152px) {
  .quiz-container ul.wpforms-field-required {
    gap: 0.8rem;
  }
}
.quiz-container ul.wpforms-field-required li {
  position: relative;
  border-radius: 10rem;
  max-width: 56rem;
  width: 100%;
}
.quiz-container ul.wpforms-field-required li input[type=radio] {
  opacity: 0;
  top: 0;
  left: 0;
  visibility: hidden;
  position: absolute;
}
.quiz-container ul.wpforms-field-required li.wpforms-selected label {
  background-color: #30EA03;
}
.quiz-container ul.wpforms-field-required li label {
  display: block;
  cursor: pointer;
  width: 100%;
  border-radius: 10rem;
  padding: 2rem 4rem;
  background-color: #F2F2F2;
  text-align: center;
  transition: 0.3s ease-in-out;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .quiz-container ul.wpforms-field-required li label {
    padding: 1.5rem 2.5rem;
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 767px) {
  .quiz-container ul.wpforms-field-required li label {
    padding: 1rem 2rem;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.quiz-container .wpforms-error {
  text-align: center;
  margin: 0 auto;
  margin-top: 2rem;
  color: #ff0033 !important;
  font-size: 2.2rem;
  transition: 0.3 ease-in-out;
  text-decoration: underline;
  font-weight: 800 !important;
}

.error-404 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  border: 7.5rem solid #30EA03;
  gap: 1.5rem;
}
.error-404 img {
  width: auto;
  height: 5rem;
}
.error-404 p,
.error-404 .back-to-home {
  font-size: 2.2rem;
}
.error-404 .back-to-home {
  text-decoration: none;
}

.error-404 img {
  width: 30rem;
}

.btn {
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  transition: 0.3s ease-in-out;
  outline: transparent;
  font-size: 2.8rem;
  border: 0;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .btn {
    padding: 0.7rem 1.4rem;
    font-size: 2.5rem;
  }
}
@media (max-width: 1400px) {
  .btn {
    font-size: 2.3rem;
  }
}
@media (max-width: 1152px) {
  .btn {
    font-size: 2rem;
  }
}
.btn--black {
  background-color: #231F20;
  color: #fff;
}
.btn--black span {
  color: #30EA03;
  font-weight: 800;
}
.btn--black:hover {
  opacity: 0.8;
}

.results {
  height: 100%;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
  position: relative;
}
.results.results__win {
  padding-top: 22rem;
}
@media (max-width: 1600px) {
  .results.results__win {
    padding-top: 16rem;
  }
}
@media (max-width: 1400px) {
  .results.results__win {
    padding-top: 14rem;
  }
}
@media (max-width: 767px) {
  .results.results__win {
    padding-top: 18rem;
  }
}
@media (max-width: 1152px) {
  .results {
    gap: 2rem;
  }
}
.results__win__message {
  background-color: #30EA03;
  padding: 5rem;
  position: absolute;
  padding-right: 10rem;
  top: -5rem;
  right: calc(-100% - 5rem);
  width: calc(100% - 4rem);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .results__win__message {
    justify-content: center;
  }
}
.results__win__message.show__win__message {
  right: -7rem;
}
@media (max-width: 1600px) {
  .results__win__message.show__win__message {
    right: -7rem;
    width: calc(100% + 5rem);
    padding: 2rem;
  }
}
@media (max-width: 1152px) {
  .results__win__message.show__win__message {
    right: -3rem;
  }
}
@media (max-width: 767px) {
  .results__win__message.show__win__message {
    right: -3rem;
    top: 0;
  }
}
.results__win__message img {
  width: 6rem;
}
@media (max-width: 1600px) {
  .results__win__message img {
    width: 4rem;
  }
}
@media (max-width: 1400px) {
  .results__win__message img {
    width: 3.5rem;
  }
}
@media (max-width: 1152px) {
  .results__win__message img {
    width: 3rem;
  }
}
.results__win__message strong {
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: 800;
  margin-left: 1rem;
}
@media (max-width: 1600px) {
  .results__win__message strong {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 1600px) {
  .results__win__message strong {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 1152px) {
  .results__win__message strong {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
.results__win__message p {
  flex-basis: 100%;
  font-size: 2.6rem;
  font-weight: 300;
  margin-top: 1rem;
}
.results__win__message p span {
  font-weight: 700;
}
@media (max-width: 1600px) {
  .results__win__message p {
    font-size: 2.4rem;
  }
}
@media (max-width: 1400px) {
  .results__win__message p {
    font-size: 2rem;
  }
}
@media (max-width: 1152px) {
  .results__win__message p {
    font-size: 1.8rem;
  }
}
.results__text {
  text-align: center;
}
.results__text strong {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #000;
  font-weight: 700;
}
.results__text h2 {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 300;
  max-width: 65rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1152px) {
  .results__text h2 {
    font-size: 2rem;
  }
}
.results__logo img {
  max-width: 20rem;
}
.results__packshot {
  display: flex;
  justify-content: center;
}
.results__packshot img {
  max-width: 40rem;
  width: 100%;
}
@media (max-width: 1600px) {
  .results__packshot img {
    max-width: 34rem;
  }
}
@media (max-width: 1400px) {
  .results__packshot img {
    max-width: 30rem;
  }
}
@media (max-width: 1152px) {
  .results__packshot img {
    max-width: 30rem;
  }
}

.results_startover a {
  font-size: 1.9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.results_startover a img {
  width: 2rem;
  display: inline-block;
  margin-right: 1rem;
}
.results_startover a img.animated {
  animation: rotate-both-sides 1.3s forwards;
  animation-iteration-count: 2;
}
.results_startover a:hover {
  opacity: 0.8;
}

@keyframes rotate-both-sides {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */