.faq-container-55832725 {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.faq-item-55832725 {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 0 solid transparent;
}

.faq-item-header-55832725 {
    width: 100%;
    background: transparent !important;
    border: none;
    outline: none;
    padding: 0px 20px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    box-sizing: border-box;
}

.faq-item-title-55832725 {
    flex-grow: 1;
    margin-right: 15px;
    transition: color 0.3s ease;
}

.faq-icon-55832725 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, color 0.3s ease;
}

.faq-icon-55832725 svg {
    width: 1em;
    height: 1em;
    display: block;
    transition: fill 0.3s ease;
}

/* Setup Active toggles */
.faq-item-55832725.active .faq-icon-closed {
    display: none !important;
}
.faq-item-55832725.active .faq-icon-opened {
    display: inline-flex !important;
}

.faq-item-content-55832725 {
    overflow: hidden;
    box-sizing: border-box;
}

.faq-item-content-inner-55832725 {
    box-sizing: border-box;
    line-height: 1.6;
}
