/** Shopify CDN: Minification failed

Line 114:12 Unexpected "{"
Line 117:5 Expected "}" to go with "{"

**/
.lps--section__faq {
    padding: 40px 0;
    background: #FEFEFE;
}

.lps--section__faq .faq--photo {
    margin-bottom: 30px;
}

.lps--section__faq .faq--photo img {
    border-radius: 16px;
}

@media (min-width: 768px) {
    .lps--section__faq {
        padding: 80px 0;
    }

    .lps--section__faq .faq--photo {
        margin-bottom: 0;
    }

    .lps--section__faq .faq--photo img {
        border-radius: 24px;
    }

    .lps--section__faq .faq {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .lps--section__faq .faq--photo {
        flex: 0 0 55%;
    }

    .lps--section__faq .faq--list {
        flex: 0 0 30%;
    }

}

.lps--section__faq .faq--question {
    color: #307AA3;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #307AA3;
    cursor: pointer;
}

.lps--section__faq .faq--trigger:before {
    content: '+';
}

.lps--section__faq .faq--question.is-open {
    border-bottom: 0;
    ;
}

.lps--section__faq .faq--question.is-open .faq--trigger:before {
    content: '-';
}

.lps--section__faq .faq--answer {
    display: none;
    color: #307AA3;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    padding-left: 15px;
}

.lps--section__faq .faq--answer.is-open {
    display: block;
    border-bottom: 1px solid #307AA3;
    padding-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1700px) {
    .lps--section__faq .wrapper {
        max-width: 1000px;
    }

    .lps--section__faq .faq--list {
        flex: auto;
        max-width: 360px;
    }

}

@media (max-width: 1200px) {
    .lps--section__faq .faq {
        gap: 20px
    }

    .lps--section__faq .faq--list {
            {
            max-width: 100%;
        }
    }