body.scrolled {
  padding: 0 !important;
}
.main-wrapper {
  padding: 0 !important;
}
.lp-challenge .buton.simple-stroke-white {
  border: 1px solid #fff;
}
.lp-challenge .lp-header {
  background-color: #5C0F8B;
  position: sticky;
  top: 0;
  padding: 15px 0 5px;
  z-index: 999;
}
@media (max-width: 991px) {
  .lp-challenge .lp-header .lp-logo img {
    width: 124px;
  }
  .lp-challenge .lp-header .buton {
    font-size: 12px !important;
    height: 30px;
    line-height: 30px !important;
    padding: 0 10px;
  }
}
.lp-challenge .register-progress .progres {
  height: 100%;
  background-color: #5c0f8b;
}
.lp-challenge .top-slider {
  color: #fff;
  background-color: #5C0F8B;
}
.lp-challenge .top-slider .banda {
  background-color: #9B13EF;
  font-size: 14px;
  padding: 10px 0 5px;
}
.lp-challenge .top-slider .pill {
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-challenge .top-slider .pill .txt {
  max-width: 38ch;
}
.lp-challenge .top-slider .gratuit {
  font-size: 120%;
}
.lp-challenge .color-yellow {
  color: #FFD200;
}
.lp-challenge .list-check {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-challenge .list-check li {
  padding: 0 0 0 30px;
  margin: 0 0 10px 0;
  position: relative;
}
.lp-challenge .list-check li:before {
  content: url("../images/list_check.png");
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.lp-challenge .list-check-mov {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-challenge .list-check-mov li {
  padding: 0 0 0 30px;
  margin: 0 0 10px 0;
  position: relative;
}
.lp-challenge .list-check-mov li:before {
  content: url("../images/list_check_mov.png");
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.lp-challenge .statistics-item {
  background-color: #fff;
  border-radius: 12px;
  height: 140px;
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
}
.lp-challenge .statistics-item .image {
  position: relative;
}
.lp-challenge .statistics-item h3 {
  line-height: 1;
  margin: 0;
}
.lp-challenge .calendar {
  background-color: #422355;
  color: #fff;
  padding: 30px;
  position: relative;
}
.lp-challenge .calendar .colt {
  position: absolute;
  left: 0;
  top: 0;
}
.lp-challenge .calendar .big {
  font-size: 20px;
}
@media (min-width: 576px) {
  .lp-challenge .calendar .big {
    font-size: 30px;
  }
}
.lp-challenge .provocare-item {
  width: 100%;
}
.lp-challenge .provocare-item .image {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .lp-challenge .provocare-item .image {
    height: 150px;
  }
}
.lp-challenge .provocare-item .badge {
  background-color: #8750A8;
  color: #fff;
  border-radius: 100px;
  padding-top: 0.5rem;
  width: min(100px, 100%);
  font-size: 1.1rem;
}
.lp-challenge .provocare-item .desc {
  font-size: 18px;
  font-family: 'Helvetica 55 Roman', sans-serif;
}
.lp-challenge .provocare-item .desc strong {
  color: #422355;
}
@media (min-width: 768px) {
  .lp-challenge .provocare-item .desc {
    font-size: 16px;
  }
}
.lp-challenge .testimonial-carusel .slick-track {
  display: flex;
}
.lp-challenge .testimonial-carusel .slide {
  padding: 0 10px;
}
.lp-challenge .testimonial-carusel .testimonial-item {
  background-color: #fff;
  padding: 80px 40px 20px;
  border-radius: 12px;
  position: relative;
  margin-top: 60px;
  font-size: 14px;
}
.lp-challenge .testimonial-carusel .testimonial-item .image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
}
.lp-challenge .testimonial-carusel .testimonial-item .stars img {
  margin: 0 auto;
}
.lp-challenge .testimoniale-slider-nav {
  text-align: center;
  padding: 10px 0 0;
}
.lp-challenge .testimoniale-slider-nav .slick-arrow {
  font-size: 36px;
  color: #5c0f8b;
  display: inline-block;
  cursor: pointer;
}
.lp-challenge .testimoniale-slider-nav .slick-arrow:hover {
  color: #ff5100;
}
.lp-challenge .back-to-site {
  color: #000;
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.lp-challenge .back-to-site i {
  border-radius: 50%;
  background-color: #fff;
  color: #5c0f8b;
  border: 1px solid #5c0f8b;
  width: 35px;
  height: 35px;
  font-size: 16px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  margin-right: 5px;
}
.lp-challenge .answer-label {
  padding-top: 4px;
  position: relative;
  padding-left: 2px;
}
.lp-challenge .answer-label a {
  color: inherit;
  text-decoration: underline;
}
.lp-challenge .answer-label span {
  font-size: 14px;
  font-family: 'Helvetica 75', sans-serif;
  display: block;
  width: 28px;
  height: 28px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  top: 0;
  text-align: center;
  line-height: 28px;
}
.lp-challenge .custom-control-input:checked ~ .answer-label {
  color: #ff5100;
}
.lp-challenge .custom-control-input:checked ~ .answer-label span {
  color: #ff5100;
  border-color: #ff5100;
}
.lp-challenge .form-check-input:checked ~ .custom-control-label::before {
  background-color: #ff5100 !important;
}
.carusel-challenge-parteneri .slick-dots {
  list-style: none;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
.carusel-challenge-parteneri .slick-dots button {
  font-size: 0;
  content: '';
  padding: 0;
  margin: 0 2px;
  border: 0;
  border-radius: 50%;
  background-color: #ccc;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.carusel-challenge-parteneri .slick-dots .slick-active button {
  background-color: #5c0f8b;
}
.carusel-challenge-parteneri .slide {
  padding: 0 7px;
}
.carusel-challenge-parteneri .slide .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  width: 100%;
  height: 100px;
}
.carusel-challenge-parteneri .slide .inner img {
  max-width: 90px;
}
.info-provocare-quiz-step-6 {
  color: #000;
  background-color: #f1f2f2;
  border-radius: 20px;
  margin-top: 170px;
}
@media (min-width: 992px) {
  .info-provocare-quiz-step-6 {
    margin-top: 100px;
  }
}
.info-provocare-quiz-step-6 img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.info-provocare-quiz-step-6 .bottom {
  padding: 20px 16px 16px;
  background-color: #ff5100;
  color: #fff;
  border-radius: 0 0 20px 20px;
  text-align: center;
}
.info-provocare-quiz-step-6 .top {
  padding: 25px 16px 0 16px;
}
