.faq__intro{margin:0 auto;max-width:600px}.faq-section__title{margin-top:30px;text-align:center}.faq__right-desc{margin:0 0 20px}.faq-list+.btns-wrapper{margin-top:20px}.faq-item{background-color:#fff;border:1px solid #dedee0}.faq-item+.faq-item{margin-top:10px}.faq .btns-wrapper{margin-top:50px}.faq-item__question{align-items:center;-webkit-appearance:none;appearance:none;background:transparent;background-position:99% 50%;background-repeat:no-repeat;background-size:30px;border:none;color:var(--base-color);cursor:pointer;display:block;display:grid;font-family:var(--base-font-family);grid-template-areas:"faqicon faqtitle";grid-template-columns:10% 90%;line-height:1.4;margin:0;padding:20px 100px 20px 20px;position:relative;text-align:left;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;user-select:none;width:100%}.faq-item__question,.faq-item__question:active{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' data-name='Layer 2' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cpath id='a' d='M39 22H26V9a2 2 0 0 0-4 0v13H9a2 2 0 0 0 0 4h13v13a2 2 0 0 0 4 0V26h13a2 2 0 0 0 0-4' data-name='Path 4929'/%3E%3C/defs%3E%3Cg data-name='invisible box'%3E%3Cpath fill='none' d='M0 0h48v48H0z' data-name='Rectangle 1695'/%3E%3C/g%3E%3Cg fill='%23f86a60' data-name='icons Q2'%3E%3Cuse xlink:href='%23a' data-name='Path 4929'/%3E%3Cuse xlink:href='%23a' data-name='Path 4930'/%3E%3Cuse xlink:href='%23a' data-name='Path 4931'/%3E%3C/g%3E%3C/svg%3E")}.faq-item__question--icon{align-items:center;display:grid;grid-template-columns:10% 90%}.faq-item__question h4{grid-area:faqtitle;margin:0 0 0 50px}.faq-item__question img{grid-area:faqicon;max-height:40px}.faq-item__arrow{border:2px solid var(--primary-1);border-bottom:0;border-left:0;display:block;height:10px;position:absolute;right:20px;top:calc(50% - 6px);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);width:10px;-ms--transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms--transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.faq-item__arrow:after{background:var(--primary-1);content:"";display:block;height:2px;position:absolute;right:0;top:-1px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:top right;-moz-transform-origin:top right;-ms-transform-origin:top right;-o-transform-origin:top right;transform-origin:top right;width:14px}.faq-item__question--active .faq-item__arrow{top:calc(50% - 4px);-webkit--transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}.faq-item__answer{max-height:0;opacity:0;overflow:hidden;transition:all .3s ease-in-out}.faq-item__answer--show{max-height:500vh;opacity:1}.faq-item__description{background-color:#fff;display:flow-root;margin:0;padding:0 20px 20px}.faq-item__description p{padding-left:calc(10% + 50px);padding-right:5%}.faq-item__description :last-child{margin-bottom:0}@media (max-width:693px){.faq-item__question{background-position:97% 10%;display:flex;flex-direction:column;flex-wrap:wrap;padding:25px 50px}.faq-item__question h4{margin:10px 0 0;text-align:center}.faq-item__description{padding:25px 50px;text-align:left}.faq-item__description p{padding:0}}.faq-list .faq-item__question{background-color:transparent;border:0;grid-template-columns:50px 1fr;outline:0;padding:10px;grid-gap:20px}.faq-item__question h4{font-size:25px;margin:0}.faq .container{display:flex;flex-direction:column;gap:10px}