html {
    font-size: 37.5px;
}

.page {
    background-color: rgba(246, 245, 243, 1);
    overflow: hidden;
    background: url('../images/option_bg.png') 100% no-repeat;
    background-size: 100% 100%;
}

.group_1 {
    position: relative;
}

.text_6 {
    overflow-wrap: break-word;
    color: rgba(8, 61, 66, 1);
    font-size: 1.333rem;
    font-family: Clash Display-Semibold;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    margin: 2rem auto 0;
}

.text_7 {
    overflow-wrap: break-word;
    color: rgba(88, 92, 91, 1);
    font-size: 0.533rem;
    font-family: Inter-Regular;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    margin: .5rem auto 0;
}

.text-wrapper_2 {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 12px;
    margin: 1rem auto 0;
}

.text_8 {
    overflow-wrap: break-word;
    color: rgba(26, 26, 26, 1);
    font-size: 0.64rem;
    font-family: Inter-Extra Bold;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    margin: .7rem 1.5rem;
}

.block_2 {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 12px;
    margin: 0;
    width: 100%;
    padding: 1rem 1.5rem;
}

.section_12 {
    border-radius: 12px;
    padding: .7rem 1rem;
    margin: .3rem 0;
    background-color: rgba(246, 248, 247, 1);
    align-items: center;
}

.check-icon{
    width: 30px;
    height: 30px;
}

.section_12 .label_2{
    display: none;
}

.section_12:hover{
    background-color: rgba(160, 224, 13, 1);
}

.section_12:hover .label_2{
    display: block!important;
}

.is-checked{
    background-color: rgba(160, 224, 13, 1);
}

.is-checked .label_2{
    display: block!important;
}

.disable-click{
    pointer-events: none;
    background: #aaabab!important;
}


.text_9 {
    overflow-wrap: break-word;
    color: rgba(8, 61, 66, 1);
    font-size: 0.533rem;
    font-family: Inter-Semi Bold;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    margin: 0;
}

.collect-icon{
    width: 85%;
    margin: -.6rem auto;
    display: flex;
    justify-content: space-between;
}

.image_1 {
    margin: 0;
}

.box_2 {
    position: relative;
    max-width: 1200px;
    margin: auto;
    padding: .5rem;
    width: 100%;
}

.page-btn{
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
}

.button_6 {
    background-color: rgb(19 85 33);
    border-radius: 12px;
    max-width: 5rem;
}

.image-text_2 {
    margin: .4rem 1rem;
}

.text-group_1 {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 0.533rem;
    font-family: Inter-Semi Bold;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    line-height: 0.534rem;
    margin: 0 .1rem;
}


.submit-content{
    margin: 1rem auto;
    width: 60%;
    max-width: 8rem;
    background-color: rgba(160, 224, 13, 1);
    border-radius: 15px;
    display: none;
}

.submit-btn{
    padding: .5rem 1rem;
    display: block;
    width: 100%;
}

.submit-btn span{
    font-size: 1rem;
    font-weight: bold;
    color:#fff;
}

@media screen and (max-width: 768px){
    .text_6{
        white-space: normal;
        font-size: .7rem;
        margin: .5rem auto 0;
        padding: 0 .5rem;
    }

    .text_7{
        white-space: normal;
        width: 100%;
        padding: 0 .5rem;
    }

    .text-wrapper_2{
        margin: .5rem auto 0;
    }

    .text_8{
        white-space: normal;
        padding: .5rem;
        width: 100%;
        margin: 0 0 .3rem;
    }

    .block_2{
        padding: .5rem;
    }

    .section_12{
        padding: .5rem;
    }

    .text_9{
        padding: 0;
        white-space: normal;
    }

    .submit-content{
        margin: .5rem auto;
    }

    .submit-btn{
        padding: .3rem .5rem;
    }

    .page-btn{
        margin: .5rem 0;
    }

    .text_9 {
        width: 88%;
    }
}

.text_61:first-child{
    display: block;
}



.question-completed{
    display:none;
}

.question-in-progress{
    display: block;
}

.question-incomplete{
    display: none;
}
