#cookies-modal {
    display: none !important;
}
body::after {
    content: '';
    position: absolute;
    z-index: -999;
    opacity: 0;
    background-image:
            url('../img/quiz/quiz1.png');
            url('../img/quiz/quiz2.png');
            url('../img/quiz/quiz3.png');
            url('../img/quiz/quiz4.png');
            url('../img/quiz/quiz5.png');
            url('../img/quiz/quiz6.png');
}
@media (max-width: 991px) {
    body::after {
        content: '';
        position: absolute;
        z-index: -999;
        opacity: 0;
        background-image:
                url('../img/quiz/quiz1m.png');
                url('../img/quiz/quiz2m.png');
                url('../img/quiz/quiz3m.png');
                url('../img/quiz/quiz4m.png');
                url('../img/quiz/quiz5m.png');
                url('../img/quiz/quiz6m.png');
    }
}
.quiz-root{
    min-height:100vh;
    padding-bottom:40px;
    padding-top: 1px;
    background-size:cover;
    background-position:bottom center;
    transition:background .5s;
}
.quiz-root.quizBg1 {
    background-image: url('../img/quiz/quiz1.png');
}
.quiz-root.quizBg2 {
    background-image: url('../img/quiz/quiz2.png');
}
.quiz-root.quizBg3 {
    background-image: url('../img/quiz/quiz3.png');
}
.quiz-root.quizBg4 {
    background-image: url('../img/quiz/quiz4.png');
}
.quiz-root.quizBg5 {
    background-image: url('../img/quiz/quiz5.png');
}
.quiz-root.quizBg6 {
    background-image: url('../img/quiz/quiz6.png');
}
@media (max-width: 991px) {
    .quiz-root.quizBg1 {
        background-image: url('../img/quiz/quiz1m.png');
    }
    .quiz-root.quizBg2 {
        background-image: url('../img/quiz/quiz2m.png');
    }
    .quiz-root.quizBg3 {
        background-image: url('../img/quiz/quiz3m.png');
    }
    .quiz-root.quizBg4 {
        background-image: url('../img/quiz/quiz4m.png');
    }
    .quiz-root.quizBg5 {
        background-image: url('../img/quiz/quiz5m.png');
    }
    .quiz-root.quizBg6 {
        background-image: url('../img/quiz/quiz6m.png');
    }
}
.quiz-root * {
    color:#FFFFFFE5;
}
.quiz-root .button-gradient {
    color: #222222;
}
.quiz-root b {
    font-weight: 700;
}
.quiz-header-container, .quiz-step, .quiz-final__header  {
    max-width: 702px;
    margin: auto;
}
.quiz-header-container, .quiz-final__header {
    position: relative;
}
.quiz-step[data-final] {
    max-width: 1188px;
}

/* ===== HEADER ===== */

.quiz-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin: 60px 0 40px;
}

.quiz-timer{
    display: none;
    font-size:20px;
    font-weight:bold;
    position: absolute;
    right: -135px;
    bottom: -5px;
    background: linear-gradient(157.34deg, #3477F2 0.72%, #F5CCFC 99.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/* ===== PROGRESS ===== */

.progress{
    width:100%;
}

.progress-track{
    height:10px;
    background:#00000080;
    overflow:hidden;
    border-radius: 50px;
}

.progress-bar{
    height:100%;
    width:0%;
    background:linear-gradient(90deg,#7b61ff,#a88cff);
    transition:width .4s;
    border-radius: 50px;
}

.progress-count{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color:#828282;
    text-align: right;
}
.progress-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

/* ===== STEPS ===== */

.quiz-step{
    display:none;
}

.quiz-step h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 40px;
}

.quiz-step.active{
    display:block;
}
.quiz-step label {
    cursor: pointer;
}

/* ===== CARDS ===== */
.radio-card {
    padding: 20px;
    backdrop-filter: blur(16px);
    background-color: #22222280;
    border: 1px solid #4F4F4F;
    border-radius: 32px;
    transition: 0.25s all ease-in-out;
}
.radio-card:hover, input[type="radio"]:checked + .radio-card {
    box-shadow: 0px 0px 80px 0px #EC8EDE4D;
    background: linear-gradient(#222, #222) padding-box, linear-gradient(157.34deg, #3477F2 0.72%, #F5CCFC 99.19%) border-box;
    border-color: transparent;
}
.radio-card p {
    margin-top: 16px;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
}
.radio-card figure img {
    display: block;
    border-radius: 12px;
    width: 100%;
}
label input{
    display:none;
}
.radio-card-list {
    display: flex;
    margin: 0 -12px;
}
.radio-card-list label {
    padding: 0 12px;
    width: 100%;
}
button[data-next]:disabled{
    opacity:0.5;
    cursor:not-allowed;
}
.radio-card-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}
.radio-card-grid label {
    flex: 0 0 33%;
    padding: 12px;
}
.promo2 ul {
    list-style-type: circle;
    margin-left: 20px;
}
.promo2 ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #FFFFFFE5;
    margin-bottom: 16px;
}
input[type="checkbox"] + .radio-row {
    position: relative;
    padding-right: 60px;
}
input[type="checkbox"] + .radio-row:after {
    content: '';
    background-image: url('../img/checkbox-grey-empty.svg');
    width: 24px;
    height: 100%;
    position: absolute;
    right: 32px;
    top: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
input[type="checkbox"]:checked + .radio-row {
    box-shadow: 0px 0px 80px 0px #EC8EDE4D;
    background: linear-gradient(#302F2F, #302F2F) padding-box, linear-gradient(157.34deg, #3477F2 0.72%, #F5CCFC 99.19%) border-box;
    border-color: transparent;
}
input[type="checkbox"]:checked + .radio-row:after {
    background-image: url('../img/check-square-gradient.svg');
}


input:checked + .card{
    border-color:#7b61ff;
    background:#f5f3ff;
}
.promo1 {
    text-align: center;
}
.promo1 img {
    display: block;
    margin: auto;
}
.promo1 h5 {
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;
    margin-bottom: 10px;
}
.promo1 p {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 60px;
}
.goal-setting {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color:#828282;
    margin-bottom: 10px;
}
label {
    display: block;
}
label .radio-row {
    border: 1px solid #4F4F4F;
    padding: 20px 32px;
    border-radius: 62px;
    backdrop-filter: blur(16px);
    transition: 0.25s all ease-in-out;
}
.radio-row:hover, input[type="radio"]:checked + .radio-row {
    box-shadow: 0px 0px 80px 0px #EC8EDE4D;
    background: linear-gradient(#302F2F, #302F2F) padding-box, linear-gradient(157.34deg, #3477F2 0.72%, #F5CCFC 99.19%) border-box;
    border-color: transparent;
}
label .radio-row p {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color:#FFFFFFE5;
}
.radio-row-list {
    margin-bottom: 40px;
}
.radio-row-list label {
    margin-bottom: 16px;
}
/* ===== BUTTON ===== */
.quiz-root .button:not(.full) {
    width: 320px;
}
.quiz-back {
    cursor: pointer;
    transition: 0.25s all ease-in-out;
}
/* ===== FINAL ===== */

.quiz-final{
    display:none;
}

.quiz-final.active{
    display:block;
}

.quiz-form.hidden{
    display:none;
}
.page-template-quiz {
    padding: 0;
}
.page-template-quiz .header, .page-template-quiz .footer {
    display: none;
}

.inputRange {
    appearance: none;
    width: 100%;
    height: 12px;
    border-radius: 9999px;
    background: linear-gradient(90deg, #000000 30%, #dddddd 30%);
    cursor: pointer;
}
.range-item {
    padding: 20px 24px;
    border-radius: 32px;
    border:1px solid #4F4F4F;
    margin-bottom: 16px;
    backdrop-filter: blur(16px);
    background: #22222280;
}
.range-item__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color:#FFFFFFE5;
    margin-bottom: 32px;
}
.range-item__slider {
    display: flex;
    align-items: center;
}
.range-item__slider span {
    font-weight: 700;
    font-size: 16px;
    flex: 0 0 60px;
    line-height: 140%;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    padding: 2px 3px;
    background: #1E161B;
    border-radius: 30px;
    margin-left: 18px;
}
.range-items-list {
    margin-bottom: 24px;
}
    /* Thumb: for Chrome, Safari, Edge */
.inputRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 9999px;
    background: linear-gradient(157.34deg, #3477F2 0.72%, #F5CCFC 99.19%);
    box-shadow: none;
}

/* Thumb: for Firefox */
.inputRange::-moz-range-thumb {
    border: none;
    width: 24px;
    height: 24px;
    border-radius: 9999px;
    background: linear-gradient(157.34deg, #3477F2 0.72%, #F5CCFC 99.19%);
    box-shadow: none;
}

.promo2 {
    margin: 80px 0 40px;
    max-width: 620px;
}
.promo2 br {
    line-height: 16px;
}
.promo2 h5 {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #FFFFFFE5;
    margin-bottom: 16px;
}
.promo2 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
    color:#FFFFFFE5;
    margin-bottom: 16px;
}
.promo2 h6 {
    font-weight: 700;
    font-style: Italic;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFFE5;
}

.quiz-slider-item {

}
.testimonial-item {
    text-align: center;
}
.testimonial-photo {
    margin-bottom: 10px;
}
.testimonial-photo img {
    display: block;
    border-radius: 16px;
    margin: auto;
}
.testimonial-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 2px;
}
.testimonial-name span {
    font-weight: 400;
    font-size: 12px;
}
.testimonial-location {
    margin-bottom: 10px;
    color:#828282;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
}
.testimonial-rating {
    margin-bottom: 10px;
}
.testimonial-rating img {
    display: block;
    margin: auto;
}
.testimonial-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color:#FFFFFFE5;
    max-width: 640px;
    margin: auto;
}
.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 24px 0;
}
.slick-dots li button {
    display: none;
}
.slick-dots li {
    font-size: 0;
    border: none;
    width: 10px;
    height: 10px;
    line-height: 0;
    background: #4F4F4F;
    border-radius: 50%;
    display: block;
}
.slick-dots li.slick-active {
    background: linear-gradient(157.34deg, #3477F2 0.72%, #F5CCFC 99.19%);
}

.quiz-final__header {
    color:#FFFFFFE5;
    margin-bottom: 40px;
}
.quiz-final__header h5 {
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;
    margin-bottom: 16px;
}
.quiz-final__header h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}
.quiz-packages-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 28px;
}
.quiz-packages {
    display: flex;
    margin: 0 -12px;
    flex-wrap: wrap;
}
.quiz-package {
    padding: 0 12px;
    flex: 0 0 33.33%
}
.package-item {
    background: #22222280;
    padding: 24px;
    border-radius: 32px;
    border: 1px solid #4F4F4F;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.package-item.actual {
    background: linear-gradient(#302F2F, #302F2F) padding-box, linear-gradient(157.34deg, #3477F2 0.72%, #F5CCFC 99.19%) border-box;
    border-color: transparent;
    box-shadow: 0px 0px 80px 0px #EC8EDE4D;
}
.package-item__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    background: linear-gradient(157.34deg, #3477F2 0.72%, #F5CCFC 99.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 24px;
}
.package-item__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 16px;
}
.package-item ul {
    margin-bottom: 17px;
    flex-grow: 1;
}
.package-item li {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    padding-left: 28px;
    margin-bottom: 10px;
    background-image: url('../img/check.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left top 2px;
}
.package-item__price {
    margin-bottom: 32px;
}
.package-item__price span {
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    background: linear-gradient(157.34deg, #3477F2 0.72%, #F5CCFC 99.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.package-item__price del {
    margin-left: 25px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color:#828282;
    text-decoration: line-through;
}
.package-item__purchase {

}
.close-redirect {
    position: absolute;
    top: 32px;
    right: 32px;
}
.slick-arrow {
    position: absolute;
    width: 40px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    font-size: 0;
    border: none;
    z-index: 1;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
.slick-prev.slick-arrow {
    left: 0;
    background-image: url('../img/left.svg');
}
.slick-next.slick-arrow {
    background-image: url('../img/right.svg');
    right: 0;
}

@media (max-width: 991px) {
    .quiz-timer {
        right: 50%;
        transform: translateX(50%);
        bottom: 24px;
    }
    .slick-arrow {
        top: 20%;
    }
    .quiz-root {
        padding: 16px 16px 40px;
    }
    .quiz-header {
        margin-top: 24px;
        margin-bottom: 0;
    }
    .radio-card p {
        font-size: 16px;
    }
    .quiz-step h3 {
        font-size: 28px;
        margin-bottom: 24px;
    }
    .radio-card-grid {
        margin: 0 -8px;
    }
    .radio-card-grid label {
        padding: 8px;
        flex: 0 0 50%;
    }
    .promo1 h5 {
        font-size: 32px;
    }
    .promo1 p {
        font-size: 16px;
        margin-bottom: 32px;
    }
    .goal-setting {
        margin-top: 40px;
    }
    label .radio-row p {
        font-size: 16px;
        line-height: 140%;
    }
    label .radio-row {
        padding: 16px 24px;
        border-radius: 32px;
    }
    input[type="checkbox"] + .radio-row:after {
        right: 24px;
    }
    .radio-row-list {
        margin-bottom: 24px;
    }
    .promo2 {
        margin-top: 40px;
    }
    .promo2 h5 {
        font-size: 28px;
    }
    .promo2 p {
        font-size: 16px;
    }
    .testimonial-text {
        font-size: 16px;
    }
    .range-item__title {
        margin-bottom: 24px;
    }
    .quiz-package {
        flex: 0 0 100%;
    }
    .quiz-package {
        margin-bottom: 16px;
    }
    .package-item__title, .package-item__price span {
        font-size: 22px;
    }
    .package-item__price del {
        font-size: 16px;
        margin-left: 16px;
    }
    .close-redirect {
        right: auto;
        top: 40px;
        left: 16px;
    }
    .quiz-final__header h5 {
        font-size: 28px;
        margin-top: 40px;
    }
    .quiz-packages-title {
        font-size: 16px;
    }
    .quiz-final__header {
        margin-bottom: 24px;
    }
}