.faq{position:relative}.faq__background{background-color:var(--module-background);height:100%;left:0;margin-left:calc(50% - 50vw);position:absolute;top:0;width:100vw;z-index:-1}.faq__title{font-weight:600;margin:0 auto 16px}.faq__description,.faq__title{line-height:100%;text-align:center}.faq__description{font-weight:500;margin:0 auto 14px}.faq__container{align-items:center;display:flex;gap:24px;justify-content:space-between;margin:0 auto 14px;max-width:1227.5px}.faq__content{max-width:500px;width:100%}.faq__items{display:flex;flex-direction:column}.faq__item{background:var(--color-white);border-bottom:1px solid #e0e0e0;cursor:pointer;padding:26px 20px;transition:padding var(--transition-duration,.3s)}.faq__item:first-child{padding-top:20px}.faq__item:last-child{border-bottom:none;padding-bottom:20px}.faq__item-title{align-items:center;display:flex;gap:12px;justify-content:space-between}.faq__item-title-text{font-weight:600;line-height:26px;margin:0}.faq__item-title-icon{flex-shrink:0;height:100%;margin-top:4px;max-height:7px;max-width:14px;transition:transform var(--transition-duration,.3s);width:100%}.faq__item-title-icon.--open{transform:rotate(180deg)}.faq__item-content{padding:12px 0 0}.faq__item-content-text{font-weight:500;line-height:25px}.faq__image{aspect-ratio:622/566;height:100%;margin-right:-81px;max-height:566px;max-width:622px;overflow:hidden;width:100%}.faq__image img{height:100%!important;object-fit:contain;width:100%}@media(max-width:1399.98px){.faq__image{margin-right:0}}.faq .collapsible-item.--active.faq__item{background-color:var(--color-light-gray-100);padding:20px}.faq .collapsible-item.--active .collapsible-content-container{max-height:var(--max-height)}.faq .collapsible-content-container{max-height:0;overflow:hidden;transition:max-height var(--transition-duration,.3s)}.faq__ctas{align-items:center;display:flex;gap:13.17px;justify-content:center}.faq__ctas .btn-outline{border-width:2px}@media(max-width:767.98px){.faq__ctas{flex-direction:column}.faq__ctas-item{width:100%}}@media(max-width:991.98px){.faq__items{max-width:100%!important}.faq__container{align-items:center;flex-direction:column;gap:32px}.faq__content{max-width:100%!important}.faq__image{max-width:100%}}@media(max-width:767.98px){.faq__container{gap:0}}