.next-faq__grid{display:grid;gap:2.5rem;grid-template-columns:1fr}.next-faq__item{border-image:var(--background-image-hp-hub-h4,linear-gradient(90deg,#7957fc 0,#8276f8 50.38%,#5ab5db 96.88%)) 1;border-top:1px solid transparent}.next-faq__item:last-child{border-bottom:1px solid transparent}.next-faq__trigger{align-items:center;background:transparent;border:0;color:inherit;cursor:pointer;display:flex;gap:1.5rem;justify-content:space-between;padding-block:1.25rem;text-align:start;width:100%}.next-faq__question{font-size:var(--hs-text-p-fluid,1rem);font-weight:700;line-height:1.35}.next-faq__icon{color:var(--color-main-white,#fbfbfb);flex-shrink:0;transition:transform .3s ease-in-out,color .3s ease-in-out}.next-faq__trigger[aria-expanded=true] .next-faq__icon{color:var(--color-main-details,#9167ff);transform:rotate(90deg)}.next-faq__content{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}.next-faq__answer{color:var(--color-main-white,#fbfbfb);padding:0 3rem 1.5rem 0}@media screen and (min-width:992px){.next-faq__grid{gap:3.5rem;grid-template-columns:1fr 2fr}.next-faq__question{font-size:var(--hs-text-h5,1.125rem);line-height:var(--hs-leading-h5,1.35)}}