/** Shopify CDN: Minification failed

Line 105:17 Expected identifier but found whitespace
Line 105:18 Unexpected "1px"

**/
.faq .pdp__title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}

.faq {
    padding: 80px 40px;
    background-color: #F9F9F7;
    border-radius: 26px;

}

.faq .pdp__title h2 {
    margin-bottom: 32px;
}

.faq .pdp__title h3 {
    font-size: 36px;
    line-height: 80px;
    font-weight: 800;
    font-family: var(--font-heading-family);
    position: relative;
    z-index: 1;
    color: #15234c;
}

.faq .pdp__title h3:before {
    content: "";
    position: absolute;
    left: -15px;
    right: auto;
    top: 10px;
    bottom: auto;
    width: 57px;
    height: 57px;
    border: 11px solid #fcac2a;
    box-sizing: border-box;
    border-radius: 50%;
    z-index: -1;
}


.faq .accordion__item {
    padding: 16px 24px;
    border-bottom: 0px solid #e8e9ec;
    margin-bottom: 8px;
    background-color: #fff;
    border-radius: 24px;
}

.faq .accordion__header {
    align-items: center;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    font-family: var(--font-heading-family);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1B2341;
}

.faq .accordion__header.active::before {
    transform: rotate(-180deg);
}

.faq .accordion__collapse {
    font-size: 14px;
    line-height: 24px;
    font-family: var(--font-body-family);
    font-weight: 500;
    color: #2C3D65;
    padding: 0px 64px 0 72px;
    margin-bottom: 0;
}

.faq .accordion__header img {
    padding: 15px;
    margin-right: 16px;
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 1;
    border-right: 1px solid #E6E9EE;
}

/* .faq .accordion__header:after {
    content: "";
    top: 50%;
    left: 28px;
    right: auto;
    transform: translate(-50%, -50%);
    bottom: auto;
    /* background-color:#F1EDD2; */
    border-right: 1px solid #E6E9EE;
    padding: 15px;
    /* border-radius: 50px; */
    width: 56px;
    height: 56px;
    position: absolute;
    z-index: 0;
} */

.faq .accordion__header:before {
    content: "\e313";
    opacity: 1;
    font-weight: 100;
}

.faq .accordion__item.active .accordion__header:before {
    content: "\e5ce";
    opacity: 1;
    font-weight: 100;
}

.faq .pdp__title h3 {
    margin-bottom: 32px;
}

.product-page .faq .pdp__title h3,
.faq .pdp__title h3 {
    margin-bottom: 16px;
}

.faq__btn .white--btn {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    /*padding:15px 24px;
      border-radius:24px;
    */
    padding: 0;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    outline: none;
    color: #1B2341;
}

.faq h2:before {
    border: none;
}

@media only screen and (max-width: 991px) {
    .faq .pdp__title h3 {
        font-size: 32px;
    }

    .faq .accordion__collapse {
        padding: 0px 40px 0 72px;
    }
}

@media only screen and (max-width: 767px) {
    .faq .faq__btn {
        margin-top: 16px;
    }

    .faq .accordion__header {
        padding-right: 25px !important;
    }

    .faq {
        padding-top: 24px;
    }

    .product-page .faq {
        margin-top: 20px;
    }

    .faq .pdp__title h3 {
        margin-bottom: 32px;
    }

    .product-page .faq .pdp__title h3 {
        margin-bottom: 32px;
    }

    .faq .pdp__title h2 {
        margin-bottom: 16px;
    }

    .faq {
        padding: 32px 12px;
    }

    .faq .pdp__title h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .faq .pdp__title h3:before {
        top: -5px;
        width: 40px;
        height: 40px;
        border: 7px solid #fcac2a;
    }

    .faq .pdp__title h3 {
        margin-bottom: 34px;
    }

    .faq .accordion__item {
        padding: 16px 12px;
    }

    .faq .accordion__header {
        padding-right: 31px;
    }

    .faq .accordion__collapse {
        padding: 0px 15px 0 50px;
    }
}
@media only screen and (min-width: 1650px) {
    .faq .accordion__item {
        padding: calc(1rem + 1vw) calc(1.5rem + 1vw);
    }
    .faq .accordion__header {
        font-size: calc(0.3rem + 1vw);
        line-height: calc(1.2 * (0.3rem + 1vw)); /* Adjust the multiplier as needed */
    }
    .faq .accordion__header:after {
        width: calc(1rem + 1vw);
    }
    .faq .accordion__header:before {
        font-size: calc(0.6rem + 1vw);
    }
    .faq .accordion__collapse {
        font-size: calc(.3rem + .7vw);
        line-height: calc(1.2*(.3rem + .7vw));
        font-weight: 400;
        padding: 0 calc(3rem + 1vw) 0 calc(2rem + 3vw);
    }
    .faq .accordion__header img {
        width: calc(1rem + 2vw);
        height: calc(1rem + 2vw);
        margin-right: calc(1rem + 1vw);
    }
    .faq__btn .white--btn {
        font-size: calc(.3rem + .7vw);
        line-height: calc(1.2*(.3rem + .7vw));
    }
}