.faqBlock_faqBlock {
    width: 100%;
    margin: var(--gapY) auto
}

.faqBlock_faqBlock:last-of-type {
    margin-bottom: 0
}

.faqBlock_faqBlock .faqBlock_faq_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-top: 24px;
    padding-bottom: 24px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    border-bottom: 1px solid #e6e8ec;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.faqBlock_faqBlock .faqBlock_faq_heading .faqBlock_faq_toggle,
.faqBlock_faqBlock .faqBlock_faq_heading svg {
    display: block;
    width: 15px;
    min-width: 15px;
    margin-left: 15px
}

.faqBlock_faqBlock .faqBlock_faq_heading.faqBlock_active .faqBlock_faq_toggle,
.faqBlock_faqBlock .faqBlock_faq_heading.faqBlock_active svg {
    transform: rotate(180deg)
}

.faqBlock_faqBlock .faqBlock_faq_heading.faqBlock_active+.faqBlock_faq_body>.faqBlock_faq_content {
    display: block
}

.faqBlock_faqBlock .faqBlock_faq_content {
    display: none;
    padding: 24px;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.7142857143;
    color: #777e90;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.faqBlock_faqBlock .faqBlock_faq_content.faqBlock_active {
    display: block
}

.builder_builder .builder_with_table+[class*=faqBlock],
.builder_builder .builder_with_table+[class*=headingBlock],
.builder_builder [class*=gallery]+[class*=headingBlock] {
    margin-top: 0
}