@font-face{font-family:poppinsblack;src:url(/fonts/Poppins/poppins-black-webfont.woff2) format("woff2"),url(/fonts/Poppins/poppins-black-webfont.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:poppinsblack_italic;src:url(/fonts/Poppins/poppins-blackitalic-webfont.woff2) format("woff2"),url(/fonts/Poppins/poppins-blackitalic-webfont.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:poppinsbold;src:url(/fonts/Poppins/poppins-bold-webfont.woff2) format("woff2"),url(/fonts/Poppins/poppins-bold-webfont.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:poppinsbold_italic;src:url(/fonts/Poppins/poppins-bolditalic-webfont.woff2) format("woff2"),url(/fonts/Poppins/poppins-bolditalic-webfont.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:poppinsextrabold;src:url(/fonts/Poppins/poppins-extrabold-webfont.woff2) format("woff2"),url(/fonts/Poppins/poppins-extrabold-webfont.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:poppinsextrabold_italic;src:url(/fonts/Poppins/poppins-extrabolditalic-webfont.woff2) format("woff2"),url(/fonts/Poppins/poppins-extrabolditalic-webfont.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:poppinsextralight;src:url(/fonts/Poppins/poppins-extralight-webfont.woff2) format("woff2"),url(/fonts/Poppins/poppins-extralight-webfont.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:poppinsextralight_italic;src:url(/fonts/Poppins/poppins-extralightitalic-webfont.woff2) format("woff2"),url(/fonts/Poppins/poppins-extralightitalic-webfont.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:poppinsitalic;src:url(/fonts/Poppins/poppins-italic-webfont.woff2) format("woff2"),url(/fonts/Poppins/poppins-italic-webfont.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:poppinslight;src:url(/fonts/Poppins/poppins-light-webfont.woff2) format("woff2"),url(/fonts/Poppins/poppins-light-webfont.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:poppinslight_italic;src:url(/fonts/Poppins/poppins-lightitalic-webfont.woff2) format("woff2"),url(/fonts/Poppins/poppins-lightitalic-webfont.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:poppinsmedium;src:url(/fonts/Poppins/poppins-medium-webfont.woff2) format("woff2"),url(/fonts/Poppins/poppins-medium-webfont.woff) format("woff");font-weight:400;font-style:normal}.FAQsection{display:flex;flex-direction:column;gap:20px;margin:60px 0}@media(max-width:1220px){.FAQsection{gap:20px;margin:40px 20px}}@media(max-width:640px){.FAQsection{margin:30px 0;gap:1rem}}.FAQsection .question-wrapper{width:100%;max-width:600px;padding:8px 38px;background-color:#fdf1e6;border-radius:1rem;margin:0 auto 6px;border:1px solid transparent}@media(max-width:1220px){.FAQsection .question-wrapper{padding:8px 20px}}@media(max-width:640px){.FAQsection .question-wrapper{padding:8px 15px}}.FAQsection .border-active{border:1px solid #ee7c00}.FAQsection .borderWrapper{border:1px solid #ee7c00!important}.FAQsection .question{display:flex;font-size:1rem;justify-content:space-between;align-items:center;font-weight:500;font-size:16px;line-height:1.3rem;cursor:pointer;margin-bottom:6px;gap:.5rem;-webkit-tap-highlight-color:rgba(0,0,0,0)}.FAQsection .question>p{width:100%;max-width:90%}@media(max-width:640px){.FAQsection .question{font-size:14px}}.FAQsection .button{border:none;cursor:pointer;background-color:#fff;color:#ee7c00;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .4s ease;aspect-ratio:1/1}@media(max-width:640px){.FAQsection .button{width:25px;height:25px}.FAQsection .button svg{height:14px}}.FAQsection .button.active{background-color:#ee7c00;color:#fff;animation:rotate .4s;animation-fill-mode:forwards}.FAQsection button:focus{outline:none}.FAQsection .answer{display:none}.FAQsection .answer.active{display:block;text-align:left;max-width:715px;animation:slidein .4s;animation-fill-mode:both;font-weight:400;font-size:14px;line-height:18px;color:#313131}@media(max-width:640px){.FAQsection .answer.active{font-weight:400;font-size:14px;line-height:18px}}@keyframes slidein{0%{opacity:.3;transform:translateY(-20%)}to{opacity:1;transform:translateY(0)}}@keyframes rotate{0%{rotate:0deg}to{rotate:90deg}}