/** Shopify CDN: Minification failed

Line 65:0 Unexpected ";"

**/
.accordion__button {
    width: 100%;
    cursor: pointer;
    color: var(--brand-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.07px;
    background: none;
    border: none;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: var(--font-primary);
}

.accordion {
    border-bottom: 1px solid #E2E2E2;
}

.accordion__button-active {
    border-bottom: 0px;
}

.accordion__button:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath stroke='%23343741' stroke-linecap='round' stroke-linejoin='round' d='M9 3.75v10.5M3.75 9h10.5'/%3E%3C/svg%3E");
    float: right;
    margin-left: 20px;
    color: #343741;
}

.accordion__button-active:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' fill='none' viewBox='0 0 19 18'%3E%3Cpath stroke='%23343741' stroke-linecap='round' stroke-linejoin='round' d='M4.25 9h10.5'/%3E%3C/svg%3E");
}

.accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    margin: 0px;
}

.accordion__content p {
    color: var(--brand-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: normal;
    margin: 0 0 1rem 0;
}

.accordion__content p:last-of-type {
    margin-bottom: 30px
}

;