.quickflexquizz-content {
    display: flex;
    flex-wrap: wrap;
    background-color: #F9F9F9;
    border-radius: 12px;
    overflow: hidden;
    min-height: 863px;
    margin-bottom: 115px;
}
.quickflexquizz-content .sidebar {
    width: 29.762%;
}
.quickflexquizz-content .quizz {
    width: 70.238%;
    padding: 51px 49px 41px 52px;
}
.quizz-content .questions .slide-question {
    display: none;
}
.quizz-content .questions .slide-question.active {
    display: block;
}
.quickflexquizz-content .slide-image{
    display: none;
}
.quickflexquizz-content .slide-image.active{
    display: block;
    height: 100%;
}
.quickflexquizz-content .slide-image picture {
    font-size: 0;
    display: block;
    position: relative;
    padding-top: 86.4%;
    height: 100%;
}
.quickflexquizz-content .slide-image.multiimage picture {
    height: 50%;
}
.quickflexquizz-content .slide-image.images_3 picture {
    height: 33.33333%;
}
.quickflexquizz-content .slide-image picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.quickflexquizz-content .variable-part .questions .h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 58.51px;
    text-align: center;
    color: #2F3D48;
    margin-bottom: 21px;
    text-transform: none;
}
.quizz-content .questions .slide-question .desc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    color: #2F3D48;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
    display: block;
}
.quizz-content .questions .slide-question .desc strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: center;
    color: #2F3D48;
    display: block;
}
.quizz-content .questions .slide-question .separator {
    width: 100%;
    height: 1px;
    background-color: #E3EAED;
    margin: 37px 0 33px;
}
.quizz-content .slide-question .options {
    width: 100%;
}
.quizz-content .slide-question .options .option-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: space-evenly;
}
.quizz-content .slide-question .option-wrap .option {
    max-width: 280px;
    min-width: 218px;
    padding: 0 10px;
    flex: 1;
}
.quizz-content .slide-question .option-wrap .option label {
    display: block;
    cursor: pointer;
    text-align: center;
}
.quizz-content .slide-question .options .option .image {
    display: block;
    margin-bottom: 10px;
}
.quizz-content .slide-question .options .option .h3 {
    display: block;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: center;
    color: #2F3D48;
    text-transform: none;
}
.quizz-content .slide-question .options .option .h3 p {
    margin-bottom: 0;
}
.quizz-content .slide-question .options .option input {
    display: block;
    margin: 0;
    position: absolute;
    visibility: hidden;
    height: 16px;
    width: 16px;
}
.quizz-content .slide-question .options .option .input-radio {
    display: inline-block;
    position: relative;
    height: 16px;
    width: 16px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-top: 16px;
}
.quizz-content .slide-question .options .option .input-radio:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #888888;
}
.quizz-content .slide-question .options .option input[type=radio]:checked ~ .input-radio:before {
    background-color: #ae2235;
    border: 1px solid #ae2235;
}
.quizz-content .slide-question .options .option input:focus {
    box-shadow: none;
}
.quizz-content .slide-question .options .option .image .png {
    display: block;
    font-size: 0;
}
.quickflexquizz-content .variable-part .action {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: end;
}
.quickflexquizz-content .variable-part .action.othersteps {
    justify-content: space-between;
}
.quickflexquizz-content .variable-part .action a {
    cursor: pointer;
}
.quickflexquizz-content .variable-part .error {
    display: block;
    margin: 20px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    color: #AE2235;
    font-size: 24px;
    background: #e0e0e0;
    padding: 10px;
    width: 100%;
    
}
.quickflexquizz-content .quizz-content .fixed-part {
    text-align: center;
    margin-bottom: 40px;
}
.quickflexquizz-content .quizz-content .variable-part {
    flex: 1;
}
.quickflexquizz-content .quizz-content .fixed-part .title {
    font-size: 32px;
    font-weight: 400;
    line-height: 39.01px;
    text-align: center;
    margin-bottom: 24px;
    color: #2F3D48;
    text-transform: none;
}
.quickflexquizz-content .quizz-content {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
.quickflexquizz-content .quizz-content .variable-part .config-form {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    align-content: space-between;
}
.quickflexquizz-content .quizz-content .fixed-part .dots {
    display: flex;
    justify-content: center;
    column-gap: 12px;
}
.quickflexquizz-content .quizz-content .fixed-part .dots .step {
    height: 40px;
    width: 40px;
    background-color: #D9D9D9;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
    color: #2F3D48;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.quickflexquizz-content .quizz-content .fixed-part .dots .step.active {
    background-color: #AE2235;
    color: #fff;
}
.quickflexquizz-content .quizz-content .fixed-part .dots .step.completed {
    background-color: #05A496;
    color: #fff;
}


@media (max-width: 1560px) {
    .quickflexquizz-content .quizz {
        padding: 51px 35px 41px 35px;
    }
}
@media (max-width: 992px) {
    .quickflexquizz-content .sidebar {
        display: none;
    }
    .quickflexquizz-content .quizz {
        width: 100%;
    }
    .quickflexquizz-content {
        min-height: 825px;
    }
}
@media (max-width: 768px) {
    .quickflexquizz-content .quizz{
        padding: 44px 20px 68px;
    }
    .quickflexquizz-content .quizz-content .fixed-part .title {
        font-size: 24px;
        line-height: 29.26px;
        margin-bottom: 30px;
    }
    .quickflexquizz-content .variable-part .questions .h2 {
        font-size: 30px;
        line-height: 36.57px;
        margin-bottom: 15px;
    }
    .quizz-content .questions .slide-question .separator {
        margin: 52px 0 66px;
    }
    .quizz-content .slide-question .option-wrap .option {
        margin-bottom: 25px;
    }
    .quickflexquizz-content .variable-part .action a {
        font-size: 18px;
        font-weight: 700;
        line-height: 21.94px;
        padding: 15px 30px;
    }
    .quickflexquizz-content {
        margin-bottom: 50px;
    }
    .quickflexquizz-content .variable-part .error {
        font-size: 18px;
    }
}

@media (max-width: 380px) {
    .quickflexquizz-content .variable-part .action a {
        padding: 9px 20px;
    }
}




.quickflexquizz-intro {
    padding: 87px 0 59px;
    max-width: 1302px;
    margin: 0 auto;
    text-align: center;
}
.quickflexquizz-intro  .quickflexquizz-intro-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 58.51px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #2F3D48;
    margin-bottom: 33px;
}
.quickflexquizz-intro-desc p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
    color: #2F3D48;
}
.quickflexquizz-intro-desc p a {
    text-transform: uppercase;
}
.quickflexquizz-intro-desc p:last-child {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .quickflexquizz-intro {
        padding: 50px 0 50px;
    }
    .quickflexquizz-intro  .quickflexquizz-intro-title {
        font-size: 30px;
        line-height: 36.57px;
        margin-bottom: 27px;
    }
    .quickflexquizz-intro-desc p {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 25px;
    }
}


.quickflexquizz-content.ww-configurator {
    margin-top: 123px;
}
.quickflexquizz-content.ww-configurator .quizz-content .variable-part .config-form .questions{
    width: 100%;
}
.ww-configurator .quizz-content .slide-question .option-wrap .option {
    max-width: 170px;
    min-width: 170px;
}
@media (max-width: 768px) {
    .quickflexquizz-content.ww-configurator {
        margin-top: 25px;
    }
    .quickflexquizz-content .variable-part .action.othersteps{
        gap: 10px;
    }
}
.quickflexquizz-content .variable-part .questions .option-container .option-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 43.88px;
    text-align: center;
    color: #2F3D48;
    margin-bottom: 21px;
    text-transform: none;
}
.quickflexquizz-content .variable-part .questions .option-container .davits-title {
    font-size: 26px;
}
.quickflexquizz-content .variable-part .questions .winch-image .image{
    display: flex;
    justify-content: center;
    align-items: center;
}

