/** Shopify CDN: Minification failed

Line 17:27 Expected identifier but found whitespace
Line 17:29 Unexpected "{"
Line 17:39 Expected ":"
Line 18:28 Expected identifier but found whitespace
Line 18:30 Unexpected "{"
Line 18:40 Expected ":"
Line 20:26 Expected identifier but found whitespace
Line 20:28 Unexpected "{"
Line 20:38 Expected ":"
Line 22:100 Expected identifier but found whitespace
... and 5 more hidden warnings

**/
.faq-content-wrapper { margin: 50px 0  80px; }
.faq-heading { font-family: {{ settings.type_body_font }}; font-weight: 500; font-size: 32px; line-height: 38px; letter-spacing: 0.1em; color: #17481f; margin: 0 0 20px; }
.faq-question { font-family: {{ settings.type_body_font }}; font-weight: 500; font-size: 22px; line-height: 29px; color: #17481f; padding: 15px 0; cursor: pointer; }
.faq-question:hover{ text-decoration: underline; }
.faq-answer { font-family: {{ settings.type_body_font }}; font-weight: 400; font-size: 18px; line-height: 26px; color: #797171; margin: 0 0 20px; } 
.faq-answer a { color: inherit; text-decoration: underline; text-underline-offset: 5px; }
.faq-button-wrapper .faq-button { background: #50e0b7; padding: 0; min-height: 53.77px; font-family: {{ settings.type_body_font }}; font-weight: 500; font-size: 20px; line-height: 29.3px; color: #17481f; text-transform: uppercase; border-radius: 13.44px; min-width: 250.98px; border: transparent; display: flex; max-width: max-content; justify-content: center; align-items: center; text-decoration: none; margin: 40px 0 0; }
.faq-redirect-link { background: #50e0b7; font-family: {{ settings.type_body_font }}; font-weight: 500; font-size: 20px; line-height: 30px; color: #17481f !important; text-transform: uppercase; border-radius: 13px; border: transparent; display: flex; max-width: max-content; justify-content: center; align-items: center; margin: 20px 0 0; text-decoration: none !important; padding: 12px 20px; }
@media(max-width:749px){
.faq-heading { font-size: 28px; line-height: 34px; margin: 0 0 10px; }
.faq-question { font-size: 20px; line-height: 26px; padding: 15px 0; }
.faq-answer { font-size: 16px; line-height: 22px; }
.faq-button-wrapper .faq-button { min-height: 49.77px; font-size: 18px; line-height: 29.3px; border-radius: 9.44px; min-width: 200.98px; margin: 30px 0 0; }
.faq-redirect-link { font-size: 18px; line-height: 26px; border-radius: 11px; margin: 18px 0 0; }
}