.accordion{overflow:hidden}.accordion__header{align-items:center;cursor:pointer;display:flex;font-size:18px;justify-content:space-between;line-height:28px;transition:.3s}@media screen and (min-width:650px){.accordion__header{font-size:28px;line-height:36px}}.accordion__header:hover{color:var(--wp--preset--color--lilac)}.accordion__header:hover .accordion__icon span{background-color:var(--wp--preset--color--lilac)}.accordion__icon{flex-shrink:0;height:20px;margin-left:40px;position:relative;transition:.5s;width:20px}@media screen and (min-width:650px){.accordion__icon{height:40px;width:40px}}.accordion__icon span{background:var(--wp--preset--color--black);height:1px;position:absolute;top:50%;transform:translateY(-50%);transition:.3s;width:100%}@media screen and (min-width:650px){.accordion__icon span{height:2.28px}}.accordion__icon span:last-child{transform:rotate(90deg) translateX(-1px)}.accordion__body{height:0;transition:.2s}.accordion__content{display:flex;flex-direction:column;font-size:14px;margin-top:0;transition:.3s}@media screen and (min-width:650px){.accordion__content{font-size:22px}}.accordion.show .accordion__icon{transform:rotate(315deg)}.accordion.show .accordion__content{margin-top:12px}.faq .container{display:flex;gap:10px 110px}@media screen and (max-width:1023px){.faq .container{flex-direction:column}}@media screen and (min-width:826px){.faq h2{min-width:480px}}.faq-list__item{border-bottom:2px solid rgba(20,31,46,.2);padding:11px 0}@media screen and (min-width:650px){.faq-list__item{padding:20px 0}}@media screen and (min-width:1024px){.faq-list__item{padding:40px 0}}.faq-list__item:first-child{padding-top:0}