.warning{display:flex;align-items:center;gap:1rem;margin-top:15px;background-color:#f9ca8a;color:#4c1f07;font-weight:700;padding:15px 20px;border-radius:10px}.faq_container{max-width:800px;margin:0 auto}.faq_container .questions{border:2px solid #62004a;color:#62004a;border-radius:10px;overflow:hidden}.faq_container .questions .question:not(:last-child){border-bottom:2px solid #62004a}.faq_container .questions .question .spoiler_heading{cursor:pointer;padding:10px 20px 10px 70px;display:flex;flex-direction:row;position:relative;height:auto;align-items:center;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;-webkit-user-select:none;user-select:none}.faq_container .questions .question .spoiler_heading:before{content:"chevron_right";font-family:Material Icons,sans-serif;position:absolute;font-size:48px;width:70px;left:0;text-align:center;transition:all .2s ease}.faq_container .questions .question .spoiler_content{background-color:#f7e8f3;padding:0 20px;height:0;overflow:hidden;transition:all .2s ease}.faq_container .questions .question.open .spoiler_heading:before{transform:rotate(90deg)}.faq_container .questions .question.open .spoiler_content{height:fit-content;padding:20px;border-top:2px solid #490037}.faq_container .support{margin-top:50px;text-align:center;width:100%;font-family:Poppins,sans-serif}.faq_container .support .message{font-size:22px;font-weight:700;color:#490037}.faq_container .support .submessage{font-size:18px;font-weight:500;color:#62004a}@media screen and (max-width: 800px){.faq_container{margin:0 1.125rem}}
