<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.accordion-1 li.active .accordion__title{
    background-color: rgb(107,176,189);
    border-color: rgb(107,176,189);
    border-bottom:none;
}
.accordion-1 li .accordion__title:hover{
    border-color: rgb(107,176,189);
}

.accordion-1 li .accordion__title{
    background-color: rgb(245,245,245);
    border-color:rgb(245,245,245);
}
.accordion li:last-child .accordion__title{
    border-color:rgb(245,245,245);
}
.accordion li:last-child.active .accordion__title{
    border-color:rgb(245,245,245);
}

.accordion li.active .accordion__content{
    max-height:1000px;
}</pre></body></html>