div.faq-accordions h5.nw-question {
    margin-bottom: 0;
}
div.faq-accordions h5.nw-question,
div.faq-accordions h5.nw-question a {
    color: var(--global-black);
}
div.faq-accordions h5.nw-question a,
div.faq-accordions h5.nw-question a:hover,
div.faq-accordions h5.nw-question a:active,
div.faq-accordions h5.nw-question a:visited {
    text-decoration: none !important;
}
div.faq-accordions h5.nw-question a:hover,
div.faq-accordions h5.nw-question a:active,
div.faq-accordions h5.nw-question a:visited {
    color: var(--brand-red);
}
div.faq-accordions a {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
a.rotate-arrow-image-on-click {
    cursor: pointer;
}
div.faq-accordions img.accordion-arrow {
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
div.faq-accordions a[aria-expanded="true"] img.accordion-arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
div.faq-accordions div.faq-answer-box {
    padding-top: 25px;
}
div.faq-accordions div.faq-accordion-box {
    border: 1px solid transparent;
    border-radius: 10px;
}

@media(max-width: 767px) {
    div.faq-accordions div.faq-accordion-box {
        padding-top: 20px;
        padding-right: 0;
        padding-bottom: 20px;
        padding-left: 0;
        margin-bottom: 10px;
    }

    div.faq-accordions img.accordion-arrow {
        width: 18px;
    }
}
@media(min-width: 768px) {
    div.faq-accordions div.faq-accordion-box {
        padding-top: 30px;
        padding-right: 50px;
        padding-bottom: 30px;
        padding-left: 50px;
        margin-bottom: 10px;
    }
}
div.faq-accordions div.content-button a.button {
    margin-bottom: 0;
}

@media(max-width: 575px) {
    div.faq-accordions img.accordion-arrow {
        width: 15px;
    }
}