.front-page-faqs {
    padding: 120px 0;
}

.front-page-faqs .accordion {
    padding: 32px 0 0;
    margin: 0;
}

.front-page-faqs .accordion-item {
    border: none;
}

.front-page-faqs .accordion-button:after {
    width: 24px;
    height: 24px;
    transition: none !important;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0C12.3978 0 12.7794 0.158036 13.0607 0.43934C13.342 0.720645 13.5 1.10218 13.5 1.5V10.5H22.5C22.8978 10.5 23.2794 10.658 23.5607 10.9393C23.842 11.2206 24 11.6022 24 12C24 12.3978 23.842 12.7794 23.5607 13.0607C23.2794 13.342 22.8978 13.5 22.5 13.5H13.5V22.5C13.5 22.8978 13.342 23.2794 13.0607 23.5607C12.7794 23.842 12.3978 24 12 24C11.6022 24 11.2206 23.842 10.9393 23.5607C10.658 23.2794 10.5 22.8978 10.5 22.5V13.5H1.5C1.10218 13.5 0.720645 13.342 0.43934 13.0607C0.158036 12.7794 0 12.3978 0 12C0 11.6022 0.158036 11.2206 0.43934 10.9393C0.720645 10.658 1.10218 10.5 1.5 10.5H10.5V1.5C10.5 1.10218 10.658 0.720645 10.9393 0.43934C11.2206 0.158036 11.6022 0 12 0Z' fill='%23F1BB1C'/%3E%3C/svg%3E%0A");
}

.front-page-faqs .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='4' viewBox='0 0 24 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.33333 0.666626H22.6667C23.0203 0.666626 23.3594 0.807102 23.6095 1.05715C23.8595 1.3072 24 1.64634 24 1.99996C24 2.35358 23.8595 2.69272 23.6095 2.94277C23.3594 3.19282 23.0203 3.33329 22.6667 3.33329H1.33333C0.979711 3.33329 0.640573 3.19282 0.390524 2.94277C0.140476 2.69272 0 2.35358 0 1.99996C0 1.64634 0.140476 1.3072 0.390524 1.05715C0.640573 0.807102 0.979711 0.666626 1.33333 0.666626Z' fill='%23F1BB1C'/%3E%3C/svg%3E%0A");
}

.front-page-faqs .accordion-button {
    display: flex;
    align-items: flex-start;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: var(--TritonNavy);
    background-color: rgba(241, 187, 28, 0.1);
    background-image: none;
    box-shadow: none;
    border-radius: 8px !important;
    border: none;
    margin: 16px 0 0;
    padding: 24px 72px 24px 24px;
}

.front-page-faqs .accordion-button:after {
    position: absolute;
    top: 24px;
    right: 24px;
}

.front-page-faqs .accordion-button span {
    padding: 0 16px 0 0;
}

.front-page-faqs .accordion-body {
    text-align: left;
    padding-left: 64px;
    padding-right: 24px;
}

.front-page-faqs .hidden {
    overflow: hidden;
    height: 0;
}

.front-page-faqs .hidden.animating {
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.front-page-faqs .btn {
    margin-top: 48px;
}

@media only screen and (max-width: 991px) {
    .front-page-faqs .accordion-button {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        padding-right: 55px;
    }

    .front-page-faqs .accordion-button::after {
        width: 16px;
        height: 16px;
    }

    .front-page-faqs .btn {
        width: 100%;
    }

}