/*
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;  
  position: relative;
  overflow: hidden;
}
@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 linear-gradient(90deg, #0E1272 0%, #315DD8 100%);  */
 padding-bottom: 7.5rem;
  position: relative;
  display: flex;
}
.quiz-wrapper__left:after {
  content: "";
  background: linear-gradient(90deg, #0E1272 0%, #315DD8 100%);
  height: 7.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .quiz-wrapper__left:after {
    height: 3rem;
  }
}
.home .dna-left {
  position: absolute;
  left: 0;  
  max-width: 235px;
  z-index: 6;
  /* height: 350px; */
  height: 100%;
}
.home .dna-right-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 40px;
   transition: .3s ease-in-out;

}
.dna-right-wrapper img {
    max-height: 35vh;
    z-index: 2;
 
    position: relative;
}

@media (max-width: 1250px) {
  .dna-right-wrapper  img {
    max-height: 320px;
  }
  .dna-shadow {
    height: 100px !important;
  }  
}

@media (max-width: 767px) {
  .dna-right-wrapper  img {
    max-height: 18vh !important;
  }
  .dna-shadow {
    height: 50px !important;
    width: 120px !important;    
  }  
}



.dna-shadow {
  width: 200px;
  border-top-left-radius: 40px;
  height: 150px;
  background: red;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  background: #D8ECF2;
  opacity: .7;
}

.dna-opacity {
  opacity: .5;
}
.dna-fill {
    clip-path: inset(100% 0 0 0); 
}
.home .dna-right-wrapper.hide {
  transform: translateX(250%);
}


.dna-left-wrapper {
  position: absolute;
  left: 0;
  bottom: 8rem;  
  z-index: 1;
  width: 450px;
  height: 400px;
    transform: translateX(-110%);
     transition: .4s ease-in-out; 
}

.dna-left-wrapper-inner {
   width: 280px;
   /* height: 400px; */
   height: 41vh;
   left: 50%;
   position: absolute;
   transform: translateX(-50%);
   bottom: 60px;
}
@media (max-width: 1350px) {
  .dna-left-wrapper-inner {
      height: 35vh;
  }
}

.dna-left-wrapper .logos {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.home .dna-left-wrapper.show {
  left: 50%;
  transform: translateX(-50%);
}



@media (max-width: 767px) {
  .dna-left-wrapper {
    bottom: 4rem;
  }
  .home .dna-left-wrapper.show .dna-left-wrapper-inner{
    height: 15vh;
  }
  .progress-percent-wrapper {
    /* left: 30px !important; */
    width: 120px;
    font-size: 40px;
  }
  .dna-left-wrapper-inner {
    width: 150px;
  }
  .quiz-feedback {
    font-size: 18px !important;
    height: 30px !important;
    padding-bottom: 8px;
  }
}

.progress-percent-wrapper {
  position: absolute;
 left: 15%;  
  opacity: .8;
  /* bottom: 150px; */
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 200px;
}

@media (max-width: 767px) {
  .progress-percent-wrapper {
      width: 130px;
  }
}

#confetti-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 999999;
}

.progress-percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-style: normal;
  font-weight: 800;
  font-size: 65px;
  line-height: 1.3;

  background: linear-gradient(90deg, #0E1272 0%, #315DD8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;


}
@media (max-width: 1250px) {
  .dna-left-wrapper {
    width: 410px;
  }
  .progress-percent {
    font-size: 60px; 
  }
}
@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: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    height: 35vh;
  }
  .progress-percent {
    font-size: 35px; 
  }
}
.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;
    height: 24px;
  }
}
.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;
  transition: .3s ease-in-out;
}

@media (max-width: 767px) {
  body.quiz-start .title-banner  {
    opacity: 0;
  }
}


.title-banner img {
  width: 75%;
}

@media (max-width: 1600px) {
  .quiz-wrapper__left__content .title-banner img {
    max-width: calc(100% - 8rem);
  }
}
@media (max-width: 1250px) {
  .quiz-wrapper__left__content .title-banner {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
   .quiz-wrapper__left__content .title-banner {
    margin-top: 3.5rem;
  }
  .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 h2 {
  background: linear-gradient(90deg, #0E1272 0%, #315DD8 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
font-weight: 700;
text-fill-color: transparent;
text-align: center;
font-size: 60px;
line-height: 70px;
}

@media (max-width: 1600px) {
  .quiz-wrapper__left__content .title-banner__content h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .quiz-wrapper__left__content .title-banner__content h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .quiz-wrapper__left__content .title-banner__content h3 {
    font-size: 20px !important;
  }
  .quiz-wrapper__left__content .title-banner__content {
    gap: 1rem !important;
  }
}

@media (max-width: 575px) {
 .quiz-wrapper__left__content .title-banner__content h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

.quiz-wrapper__left__content .title-banner__content span {
  display: block;  
}
.quiz-wrapper__left__content .title-banner__content h3 {
  padding: 10px 25px;
    background: linear-gradient(90deg, #0E1272 0%, #315DD8 100%);
    color: #fff;
  font-size: 35px;
  line-height: 1.1;
  font-weight: 700;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media (max-width: 1600px) {
.quiz-wrapper__left__content .title-banner__content h3 {
  font-size: 28px;
}
}
.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 {
  position: relative;
  padding-right: 7rem;
  padding-top: 5rem;
  margin-bottom: 7.5rem;
  /* border-bottom: 7.5rem solid linear-gradient(90deg, #0E1272 0%, #315DD8 100%); */
  position: relative;
  padding-left: 15rem;
  overflow-x: hidden;
}
.quiz-wrapper__right:after {
  content: "";
  background: linear-gradient(90deg, #0E1272 0%, #315DD8 100%);
  height: 7.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@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: 1rem;
    padding-right: 1rem;
    display: flex;
    padding-top: 1.5rem;
    flex: 1;
  }
  .quiz-wrapper__right:after {
     height: 3.5rem;
  }
  .dna-left-wrapper {
    width: 65vw;
  }
}
.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; */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 35px;
  align-items: center;
}
.quiz-wrapper__right .landing h2 {
  text-align: center;
}
.quiz-wrapper__right .landing img {
  z-index: 6;
}
@media (max-width: 1250px) {
.quiz-wrapper__right .landing {
  justify-content: flex-start;
  padding-top: 80px;
  gap: 20px;
}
}
@media (max-width: 767px) {
  .quiz-wrapper__right .landing {
    left: unset;
    position: relative;
    /* margin-top: auto; */
    width: 100%;
    padding-top: 15px;
  }
  .landing button+img {
  max-height: unset !important;
  max-width: 80% !important;
  width: 100% !important;
  }
}
.quiz-wrapper__right .landing img {  
  max-height: 60rem;
}
@media (max-width: 1600px) {
  .quiz-wrapper__right .landing img {
    max-height: 42rem;
  }
}
@media (max-width: 1400px) {
  .quiz-wrapper__right .landing img {
    max-height: 32rem;
  }
}
@media (max-width: 1250px) {
  .quiz-wrapper__right .landing img {
    height: 5rem;
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .quiz-wrapper__right .landing img {
    max-height: 3rem;
    margin: 0 auto;
  }
}

@media (max-width: 675px) {
  .quiz-wrapper__right .landing img {
    max-height: 2rem;
}
}

.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,
.quiz-container .stage-3-title,
.quiz-container .stage-4-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;
  }
}
@media (max-width: 767px) {
  .quiz-container .wpforms-field-content h2 {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
}
.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: #EDEDED;
  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: #EDEDED;
  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 label {
  display: block;
  cursor: pointer;
  width: 100%;
  border-radius: 10rem;
  padding: 2rem 4rem;
  background-color: #F2F2F2;
  text-align: center;
  transition: 0.1s ease-in-out;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 500;
  border: 5px solid transparent;
}

.quiz-feedback {
  text-align: center;
  height: 56px;
}

.quiz-container ul.wpforms-field-required li.wpforms-selected label {
  background: linear-gradient(90deg, #0E1272 0%, #315DD8 100%);
  color: #fff;
}
@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: .6rem 1.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .wpforms-container {
    margin-bottom: 0;
  }
}
.wpforms-page-4  .wpforms-pagebreak-left {
  display: none !important;
}
.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%;
  width: 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;
}

.results__text > strong {
  font-size: 40px !important;
  display: block;
  margin-bottom: 25px;
}
.results__text h2 {
  font-size: 28px;
}

@media (max-width: 767px) {
  .results__text > strong {
    font-size: 28px !important;
    padding-top: 1rem;
  }
  .results__text h2 {
    font-size: 26px;
  }
}

.packshots {
	position: absolute;
	bottom: calc(7.5rem + 35px);
	z-index: 5;
	width: 260px;
	left: 50%;
	transform: translateX(-50%);
  transition: .2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}



.packshots.hide {
  opacity: 0;
  pointer-events: none;
}

/* @media (max-width: 1600px) {
  .packshots {
    width: 210px;
  }
} */

@media (max-width: 1180px ) {
  .packshots {
    height: 30vh;    
  }
}


@media (max-width: 767px) {
  .packshots {
    right: unset;
    height: auto !important;
    bottom: 10px;
    width: 68px !important;
    left: 50%;
    transform: translateX(-50%);    
    display: none;
  }
}

@media (max-width: 1600px) {
  .results.results__win {
    padding-top: 16rem;
  }
}
@media (max-width: 1400px) {
  .results.results__win {
    padding-top: 14rem;
  }
}

@media (max-width: 1400px) {
  .packshots {
    width: auto;
    height: 32vh;
  }
}

@media (max-width: 767px) {
  .results.results__win {
    padding-top: 18rem;
  }
}
@media (max-width: 1152px) {
  .results {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .results {
    height: auto !important;
    margin-top: -3.5rem;
  }
}


.results__win__message {
  
  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;
}

.progress-text {
    font-size: 18px;
    font-weight: bold;
    color: #00a7e1;
    margin-top: 8px;
}
@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;
}
.results__text h2 strong {
   font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 300;
  font-weight: bold;
}
@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: 25rem; */
  height: 35vh;
  width: auto;
}
/* @media (max-width: 1600px) {
  .results__packshot img {
    max-width: 34rem;
  }
} */
@media (max-width: 1400px) {
  .results__packshot img {
    /* max-width: 17rem; */
  }
}
@media (max-width: 767px) {
  .results__packshot img {
    height: 17vh;
  }
}
/* @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 */