.blog-faq{padding-bottom:50px}.blog-faq__inner{width:100%}.blog-faq__header{margin-bottom:28px}.blog-faq__header h3{color:#0f2347;font-size:32px;font-weight:700;line-height:1.2;margin:0 0 8px}.blog-faq__header p{color:#54657f;font-size:16px;line-height:1.75;margin:0;max-width:760px}.blog-faq__items{display:flex;flex-direction:column;gap:16px}.blog-faq__item{background:#fff;border:1px solid #edf2fa;border-radius:14px;box-shadow:0 10px 26px -20px rgba(15,35,71,.14);overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}.blog-faq__item:hover{border-color:#dce7f7;box-shadow:0 14px 30px -20px rgba(15,35,71,.16)}.blog-faq__question{align-items:center;background:transparent;border:0;color:#0f2347;cursor:pointer;display:flex;font-size:18px;font-weight:600;gap:18px;justify-content:space-between;line-height:1.5;padding:22px 24px;text-align:left;width:100%}.blog-faq__icon{flex:0 0 16px;height:16px;position:relative;width:16px}.blog-faq__icon:after,.blog-faq__icon:before{background:#0d72b9;border-radius:1px;content:"";position:absolute;transition:transform .25s ease}.blog-faq__icon:before{height:2px;left:0;top:7px;width:16px}.blog-faq__icon:after{height:16px;left:7px;top:0;width:2px}.blog-faq__item.is-open .blog-faq__icon:after{transform:scaleY(0)}.blog-faq__answer{max-height:0;overflow:hidden;transition:max-height .32s ease}.blog-faq__answer-inner{color:#54657f;font-size:16px;line-height:1.85;padding:0 24px 24px}.blog-faq__answer-inner p:last-child{margin-bottom:0}@media (max-width:767px){.blog-faq{margin-top:56px}.blog-faq__header h3{font-size:26px}.blog-faq__question{font-size:16px;padding:18px}.blog-faq__answer-inner{padding:0 18px 18px}}