.mvp-faq{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:80px;padding-bottom:70px;gap:40px}@media only screen and (max-width:767px){.mvp-faq{padding:40px}}@media only screen and (min-width:768px)and (max-width:1023px){.mvp-faq{padding:60px}}.mvp-faq__head{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px}@media only screen and (max-width:480px){.mvp-faq__head>img{width:100%;height:auto}}.mvp-faq__head>h2{font-family:var(--font-hanken-grotesk);font-size:42px;font-weight:700;font-style:normal;color:#000;line-height:130%;text-align:center;margin:0}@media only screen and (max-width:767px){.mvp-faq__head>h2{font-family:var(--font-hanken-grotesk);font-size:32px;font-weight:700;font-style:normal;color:#000;line-height:130%}}@media only screen and (max-width:480px){.mvp-faq__head>h2{font-family:var(--font-hanken-grotesk);font-size:28px;font-weight:700;font-style:normal;color:#000;line-height:130%}}@media only screen and (min-width:768px)and (max-width:1023px){.mvp-faq__head>h2{font-family:var(--font-hanken-grotesk);font-size:38px;font-weight:700;font-style:normal;color:#000;line-height:130%}}.mvp-faq__container{width:100%}.mvp-faq__content-panel{display:flex;flex-direction:column;width:100%;gap:40px}.mvp-faq__content-panel__item{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;gap:10px}.mvp-faq__content-panel__item.active{border:1px solid #f1f1f1;border-radius:20px;padding:20px}.mvp-faq__content-panel__item.active>.mvp-faq__content-panel__header{padding:0}.mvp-faq__content-panel__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;cursor:pointer;padding:20px;width:100%}.mvp-faq__content-panel__header>h3,.mvp-faq__content-panel__header>p{font-family:var(--font-hanken-grotesk);font-size:14px;font-weight:600;font-style:normal;color:#000;line-height:18.2px;margin:0}@media only screen and (max-width:767px){.mvp-faq__content-panel__header>h3,.mvp-faq__content-panel__header>p{font-family:var(--font-hanken-grotesk);font-size:12px;font-weight:600;font-style:normal;color:#000;line-height:14px}}@media only screen and (min-width:768px)and (max-width:1023px){.mvp-faq__content-panel__header>h3,.mvp-faq__content-panel__header>p{font-family:var(--font-hanken-grotesk);font-size:13px;font-weight:600;font-style:normal;color:#000;line-height:16px}}.mvp-faq__content-panel__body{font-family:var(--font-hanken-grotesk);font-size:15px;font-weight:400;font-style:normal;color:#606569;line-height:22.5px;margin:0;width:calc(100% - 40px)}@media only screen and (max-width:767px){.mvp-faq__content-panel__body{font-family:var(--font-hanken-grotesk);font-size:12px;font-weight:400;font-style:normal;color:#606569;line-height:18px;width:100%}}@media only screen and (min-width:768px)and (max-width:1023px){.mvp-faq__content-panel__body{font-family:var(--font-hanken-grotesk);font-size:14px;font-weight:400;font-style:normal;color:#606569;line-height:20px;width:100%}}.mvp-faq__content-panel__body>a{text-decoration:underline!important;color:#fed800}.mvp-faq__content-panel-divider{width:100%;height:1px;margin-top:40px;background-color:#f1f1f1}