/* SCF Accordion 707507fc */

.scf-acc-707507fc {
    width: 100%;
}

.scf-acc-707507fc-item {
    border-top: 1px solid #333333;
    overflow: hidden;
}

.scf-acc-707507fc-item.is-first {
    border-top: none;
}

.scf-acc-707507fc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    padding: 20px 0;
    user-select: none;
    -webkit-user-select: none;
    outline: none;
}

.scf-acc-707507fc-header:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: -2px;
}

.scf-acc-707507fc-title {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    flex: 1 1 auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.scf-acc-707507fc-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    transition: transform 0.3s ease;
    will-change: transform;
}

.scf-acc-707507fc-item.is-active .scf-acc-707507fc-icon {
    transform: rotate(45deg);
}

.scf-acc-707507fc-body {
    overflow: hidden;
    height: 0;
    transition: height 0.35s ease;
    will-change: height;
}

.scf-acc-707507fc-item.is-active .scf-acc-707507fc-body {
    height: auto;
}

.scf-acc-707507fc-content {
    padding: 0 0 20px 0;
}

/* Mobile responsive */
@media (max-width: 767px) {
    .scf-acc-707507fc-header {
        gap: 12px;
    }

    .scf-acc-707507fc-title {
        word-break: break-word;
    }
}
