.faq-list{flex-direction:column;gap:1.6rem;display:flex}.faq-list__accordion{border:.1rem solid var(--c-white-transparent-024);background:var(--c-white-transparent-016);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);font-family:var(--font-family-primary);color:var(--secondary-text-color);border-radius:2.4rem;justify-content:space-between;align-items:flex-start;gap:1rem;padding:4rem;font-size:2.4rem;font-weight:300;line-height:3.4rem;transition:border-color .5s ease-in-out;display:flex}@media screen and (width<=450px){.faq-list__accordion{border-radius:1.6rem;padding:2rem;font-size:1.2rem;line-height:1.7rem}}@media screen and (width>=451px) and (width<=767px){.faq-list__accordion{border-radius:1.8rem;padding:2.5rem 2.3rem;font-size:1.6rem;line-height:2.4rem}}@media screen and (width>=768px) and (width<=1024px){.faq-list__accordion{border-radius:2rem;padding:3rem;font-size:2rem;line-height:3rem}}.faq-list__accordion:hover{border-color:var(--block-border-hover);cursor:pointer}.faq-list__accordion:hover svg path{stroke:var(--c-green-dark)}.faq-list__accordion svg path{transition:stroke .5s ease-in-out}.faq-list__item-text{margin-top:2.4rem}@media screen and (width<=450px){.faq-list__item-text{margin-top:.8rem}}@media screen and (width>=451px) and (width<=767px){.faq-list__item-text{margin-top:1rem}}@media screen and (width>=768px) and (width<=1024px){.faq-list__item-text{margin-top:1.4rem}}.faq-list__item-title{font-family:var(--font-family-primary);color:var(--secondary-text-color);font-size:3.2rem;font-weight:600;line-height:4rem}@media screen and (width<=450px){.faq-list__item-title{font-size:1.6rem;line-height:2.2rem}}@media screen and (width>=451px) and (width<=767px){.faq-list__item-title{font-size:2.2rem;line-height:2.7rem}}@media screen and (width>=768px) and (width<=1024px){.faq-list__item-title{font-size:2.8rem;line-height:3.4rem}}@media screen and (width<=1024px){.faq-list__item-title{font-weight:400}}.faq-container{background:var(--c-gray-darkest);width:100%;height:100%;padding-bottom:23rem}@media screen and (width<=1024px){.faq-container{padding-bottom:8rem}}.faq-container__title-wr{font-family:var(--font-family-primary);color:#fff;text-align:center;font-size:4rem;font-weight:400;line-height:120%}@media screen and (width<=450px){.faq-container__title-wr{font-size:4.8rem;font-weight:700}}@media screen and (width<=767px){.faq-container__title-wr{font-weight:700}}@media screen and (width>=451px) and (width<=1024px){.faq-container__title-wr{font-size:6rem}}@media screen and (width>=1025px){.faq-container__title-wr{font-size:clamp(4.8rem,31.9444vw - 21.3944rem,14rem)}}@media screen and (width<=767px){.faq-container__title-wr{padding-bottom:4rem}}@media screen and (width>=768px) and (width<=1024px){.faq-container__title-wr{padding-bottom:4rem;font-weight:700}}@media screen and (width<=1024px){.faq-container__title-wr{padding-top:6rem}}@media screen and (width>=1025px){.faq-container__title-wr{padding-top:12rem;padding-bottom:6rem;font-weight:600}}@media screen and (width>=1448px){.faq-container__title-wr{font-size:8rem}}.faq-container__title{text-transform:uppercase;opacity:0;transition:opacity .3s ease-in-out,transform .5s ease-in-out;transform:translateY(5rem)}._active .faq-container__title{opacity:1;transform:translateY(0)}
