.v11-faq__wrapper{gap:64px}.v11-faq__info,.v11-faq__list,.v11-faq__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.v11-faq__info,.v11-faq__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-flex:1;-ms-flex:1;flex:1}.v11-faq__list{gap:16px;margin-top:10px;width:100%}.v11-faq__list-item{background:var(--card-bg);border-radius:16px;position:relative;width:100%}.v11-faq__list-item summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--card-bg);border-radius:16px;color:var(--card-text);cursor:pointer;gap:12px;list-style:none;padding:16px;-webkit-transition:margin-bottom .3s ease-in-out;transition:margin-bottom .3s ease-in-out}.v11-faq__list-item summary::-webkit-details-marker{display:none}.v11-faq__list-item .text-block{height:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;interpolate-size:allow-keywords;color:var(--card-text-secondary);margin-top:-2px;overflow:hidden;padding:0 16px;visibility:hidden}.v11-faq__list-item_open{padding-bottom:16px}.v11-faq__list-item_open summary .v11-faq__arrow svg{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.v11-faq__list-item_open .text-block{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;visibility:visible}.v11-faq__arrow{background:var(--contrast-bg);border-radius:8px;height:40px;padding:8px;position:absolute;right:24px;top:-10px;width:40px}.v11-faq__arrow svg{-ms-flex-negative:0;color:var(--contrast-color);flex-shrink:0;height:24px;-webkit-transform:rotate(90deg);transform:rotate(90deg);width:24px}.v11-faq__list-question{font-size:18px;font-weight:500;line-height:150%;width:calc(100% - 88px)}@media (max-width:900px){.v11-faq__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}}