.hy-faq{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:48px 0;text-align:center;position:relative}.hy-faq .hy-faq-wrapper{margin-top:32px}@media screen and (min-width:1024px){.hy-faq .hy-faq-wrapper{margin-top:48px}}.hy-faq .hy-faq-answer{max-height:0;overflow:hidden;background-color:var(--surface-default);padding:0 16px;border-radius:0 0 8px 8px;transition:all .3s ease-in-out}.hy-faq .hy-faq-answer::after,.hy-faq .hy-faq-answer::before{content:"";display:flex;height:16px;width:100%}.hy-faq .hy-faq-categories{display:flex;align-items:center;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;width:100%;margin:0 auto}@media screen and (min-width:1024px){.hy-faq .hy-faq-categories{justify-content:center}}.hy-faq .hy-faq-categories::-webkit-scrollbar{display:none}.hy-faq .hy-faq-categories .hy-faq-categories-content{display:flex;width:-moz-fit-content;width:fit-content;margin:0 auto;align-items:center;justify-content:center}@media screen and (min-width:1024px){.hy-faq .hy-faq-categories .hy-faq-categories-content{flex-wrap:wrap;gap:16px 0}}.hy-faq .hy-faq-categories .hy-faq-category{cursor:pointer;background-color:#fff;border-radius:8px 8px 0 0;border:2px solid #fff;border-bottom:4px solid #530f1f;padding:9px 16px;text-transform:uppercase;margin-right:4px;transition:all .3s ease-in-out 0s;width:-moz-max-content;width:max-content;min-width:156px}@media screen and (min-width:1024px){.hy-faq .hy-faq-categories .hy-faq-category{padding:9px 48px}}.hy-faq .hy-faq-categories .hy-faq-category:hover{border-bottom:4px solid #ffc920}.hy-faq .hy-faq-categories .hy-faq-category:last-child{margin-right:0}.hy-faq .hy-faq-questions{list-style-type:none;padding:0;margin:0;width:100%;flex-direction:column}.hy-faq .hy-faq-questions .hy-faq-question{border-radius:8px;margin-bottom:16px;border:1px solid var(--surface-default);transition:border .3s ease-in-out}.hy-faq .hy-faq-questions .hy-faq-question .hy-faq-question-paragraph{cursor:pointer;padding:16px;background-color:var(--surface-default);border-radius:8px;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease-in-out 0s,border-radius .3s ease-in-out .2s,background-color .3s ease-in-out 0s,font-weight .3s ease-in-out 0s}.hy-faq .hy-faq-questions .hy-faq-question .hy-faq-question-image-wrapper{display:flex;align-items:center;justify-content:center}.hy-faq .hy-faq-questions .hy-faq-question img,.hy-faq .hy-faq-questions .hy-faq-question svg{transition:all .3s ease-in-out}.hy-faq .hy-faq-questions .hy-faq-question img path,.hy-faq .hy-faq-questions .hy-faq-question svg path{fill:#530f1f}.hy-faq .hy-faq-block{margin-top:32px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left}.hy-faq .hy-faq-category.active{border-radius:8px 8px 0 0;border:2px solid #530f1f;border-bottom:4px solid #530f1f;background-color:#ffc920;font-weight:600;pointer-events:none}.hy-faq .hy-faq-question.selected{border:1px solid #530f1f;background-color:var(--surface-default)}.hy-faq .hy-faq-question.selected .hy-faq-answer{max-height:1000px}.hy-faq .hy-faq-question.selected .hy-faq-question-paragraph a:hover{color:#fff}.hy-faq .hy-faq-question.selected .hy-faq-question-paragraph{padding:16px;background-color:#ffc920;border-radius:8px 8px 0 0;font-weight:600;transition:all .3s ease-in-out 0s,border-radius .3s ease-in-out .2s,background-color .3s ease-in-out 0s,font-weight .3s ease-in-out 0s}.hy-faq .hy-faq-question.selected img,.hy-faq .hy-faq-question.selected svg{transition:all .3s ease-in-out;transform:rotate(180deg)}