.bfc-faq {
    padding: 10rem 0 8rem
}

.bfc-faq .bfc-faq-heading h3 {
    font-weight: 700;
    line-height: 5.3rem;
    margin: 0 0 4rem
}

.bfc-faq .bfc-faq-wrapper {
    padding-bottom: 6rem
}

.bfc-faq .bfc-faq-wrapper .bfc-accordion-item {
    border: .1rem solid transparent;
    border-bottom-color: #152d34;
    margin-top: -.1rem;
    padding: 1rem 0;
    position: relative;
    transition: border .3s ease, background .3s ease
}

.bfc-faq .bfc-faq-wrapper .bfc-accordion-item:focus,
.bfc-faq .bfc-faq-wrapper .bfc-accordion-item:hover {
    background: #f8f8f8;
    border: .1rem solid #152d34
}

.bfc-faq .bfc-faq-wrapper .bfc-accordion-item[data-category] {
    display: none
}

.bfc-faq .bfc-faq-wrapper .bfc-accordion-header {
    margin: 0
}

.bfc-faq .bfc-faq-wrapper .bfc-accordion-button {
    align-items: center;
    background-color: inherit;
    border: 0;
    color: #152d34;
    cursor: pointer;
    display: flex;
    font-size: 1.6rem;
    line-height: 2.3rem;
    overflow-anchor: none;
    padding: 1rem;
    position: relative;
    text-align: left;
    width: 100%
}

.bfc-faq .bfc-faq-wrapper .bfc-accordion-button:not(.collapsed) .bfc-accordion-icon span.bfc-accordion-number {
    opacity: 0
}

.bfc-faq .bfc-faq-wrapper .bfc-accordion-button:not(.collapsed) .bfc-accordion-icon span.bfc-accordion-mark {
    opacity: 1
}

.bfc-faq .bfc-faq-wrapper .bfc-accordion-button .bfc-accordion-icon {
    padding-right: 5.5rem;
    position: relative
}

.bfc-faq .bfc-faq-wrapper .bfc-accordion-button .bfc-accordion-icon span {
    font-size: 3rem;
    font-weight: 700;
    line-height: 4.1rem;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    transition: opacity .3s ease
}

.bfc-faq .bfc-faq-wrapper .bfc-accordion-button .bfc-accordion-icon span.bfc-accordion-number {
    opacity: 1
}

.bfc-faq .bfc-faq-wrapper .bfc-accordion-button .bfc-accordion-icon span.bfc-accordion-mark,
.bfc-faq .bfc-faq-wrapper .bfc-accordion-button:hover span.bfc-accordion-number {
    opacity: 0
}

.bfc-faq .bfc-faq-wrapper .bfc-accordion-button:hover span.bfc-accordion-mark {
    opacity: 1
}

.bfc-faq .bfc-faq-wrapper .bfc-accordion-collapse {
    cursor: pointer;
    transition: height .35s ease
}

.bfc-faq .bfc-faq-wrapper .bfc-accordion-collapse:not(.show) {
    height: 0;
    overflow: hidden
}

.bfc-faq .bfc-faq-wrapper .bfc-accordion-collapse .show {
    height: 100%
}

.bfc-faq .bfc-faq-wrapper .bfc-accordion-collapse .bfc-accordion-body {
    padding: 1.5rem 1.5rem 1.5rem 6.5rem
}

.bfc-faq .bfc-faq-wrapper .bfc-accordion-collapse .bfc-accordion-body a {
    text-decoration: underline
}

.bfc-faq .bfc-faq-wrapper .bfc-accordion-collapse .bfc-accordion-body a:hover {
    text-decoration: none
}

.bfc-faq .bfc-faq-menu ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-align: center
}

.bfc-faq .bfc-faq-menu li a {
    background-color: #152d34;
    border: .1rem solid #ffe500;
    color: #ffe500;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.7rem;
    padding: 1.7rem 4rem;
    transition: color .3s ease, background .3s ease;
    width: 100%
}

.bfc-faq .bfc-faq-menu li.active a,
.bfc-faq .bfc-faq-menu li:focus a,
.bfc-faq .bfc-faq-menu li:hover a {
    background-color: #ffe500;
    color: #152d34
}

.bfc-faq .faq-arrow{
    transition: transform .3s ease;
    margin-left: auto;
}

.bfc-faq .bfc-accordion-button.collapsed .faq-arrow{
    transform: rotateZ(180deg);
}

@media(max-width:1199.98px) {
    .bfc-faq {
        padding: 4rem 0 5rem
    }

    .bfc-faq .bfc-faq-heading {
        margin-bottom: 3rem
    }

    .bfc-faq .bfc-faq-heading h3 {
        font-size: 2.4rem;
        line-height: 3.5rem;
        margin: 0 0 1rem
    }

    .bfc-faq .bfc-faq-wrapper {
        padding-bottom: 3rem
    }

    .bfc-faq .btn {
        border-radius: 0;
        font-size: calc(1.305rem + .66vw);
        font-weight: 700;
        line-height: 2.7rem;
        padding: 1.5rem 6.5rem;
        text-transform: none
    }
}

@media(max-width:1199.98px)and (min-width:1200px) {
    .bfc-faq .btn {
        font-size: 1.8rem
    }
}

@media(max-width:767.98px) {
    .bfc-faq {
        padding-bottom: 3rem
    }
}