.FAQPage{z-index:1;flex-direction:column;justify-content:start;align-items:center;gap:30px;width:100%;min-height:calc(100vh - 160px);padding:80px 50px;display:flex;position:relative}.FAQPage .header{border-bottom:1px solid #fff;justify-content:center;align-items:center;width:100%;max-width:1200px;display:flex}.FAQPage .header p{color:#fff;margin:0;padding:0;font-size:30px;font-weight:300}.FAQPage .content{opacity:0;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;max-width:1200px;animation:1s forwards slideIn;display:flex;transform:translateY(20px)}.FAQPage .content p{color:#fff;margin:0;padding:0}.FAQPage .content .question{cursor:pointer;background:#0000004d;border:1px solid #fff3;border-radius:20px;flex-direction:column;justify-content:start;align-items:center;width:100%;display:flex}.FAQPage .content .question .question-header{justify-content:space-between;align-items:center;width:100%;padding:20px;display:flex}.FAQPage .content .question .question-header p{font-size:16px;font-weight:500}.FAQPage .content .question .question-header .caret{color:#fff;will-change:transform;cursor:pointer;background:0 0;border:none;transform:rotate(180deg)}.chevron-up{width:20px;height:20px}.FAQPage .content .question .question-header .caret.open{transform:rotate(0)}.FAQPage .content .question .answer{will-change:max-height;justify-content:start;align-items:start;width:100%;max-height:0;padding:0 20px;display:flex;overflow:hidden}.answer-inner{padding:20px 0}.FAQPage .content .question .answer.open{max-height:1000px}@keyframes slideIn{to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.FAQPage{padding:50px 30px}.FAQPage .header button{width:70px;height:70px}}

