.Faq_heading__e_H56 {
    color: var(--componentNameColor);
}
.Faq_container__UzQi6 {
    margin-bottom: 24px;
}
@media screen and (max-width: 570px) {
    .Faq_container__UzQi6 {
        margin-bottom: 12px;
    }
}
.Faq_lists__O0RBv {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}
@media screen and (max-width: 570px) {
    .Faq_lists__O0RBv {
        flex-direction: column;
    }
}
.Faq_lists__O0RBv .Faq_list__on974 {
    flex: 1 1;
    margin: 0;
    max-width: 50%;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.Faq_lists__O0RBv .Faq_list__on974:nth-child(3) {
    width: 100%;
    min-width: 100%;
}
.Faq_lists__O0RBv .Faq_list__on974:not(:nth-child(2)) {
    max-width: 100%;
}
@media screen and (max-width: 570px) {
    .Faq_lists__O0RBv .Faq_list__on974 {
        max-width: 100%;
    }
}
.Faq_lists__O0RBv .Faq_list__on974 .Faq_question__0ehii {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.55;
    padding: 13px 26px 12px 22px;
    color: var(--componentFaqTextColor);
    box-sizing: border-box;
}
.Faq_lists__O0RBv .Faq_list__on974 .Faq_question__0ehii .Faq_icon__zjqWR {
    width: 21px;
    height: 21px;
    fill: var(--componentFaqIconColor);
    transition: all 0.2s ease-in-out;
}
.Faq_lists__O0RBv .Faq_list__on974 .Faq_question__0ehii .Faq_icon__zjqWR.Faq_open__GYNHW {
    transform: rotate(45deg);
}
.Faq_lists__O0RBv .Faq_list__on974 .Faq_answer__yGNCe {
    padding: 13px 26px 12px 22px;
}
.Faq_lists__O0RBv .Faq_list__on974 .Faq_answer__yGNCe * {
    font-size: 1rem;
    font-weight: 400;
    color: var(--componentFaqTextColor);
}
.Faq_lists__O0RBv .Faq_list__on974 .Faq_faq__KLhsM {
    border-radius: 10px;
    background: var(--componentFaqBg);
}
