<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cc-faq-items-wrapper{color:#071521;display:grid;gap:16px;width:100%}.cc-faq-item{background-color:#eef1ef;display:grid;gap:1.4rem;grid-template-rows:0fr 0fr;padding:1.4rem 1.6rem 1px;transition:grid-template-rows .25s ease-out}.cc-faq-item.expanded{grid-template-rows:0fr 1fr}.cc-faq-item__title{align-items:center;cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:16px;justify-content:space-between;line-height:1.8}.cc-faq-item__icon{border:2px solid #071521;border-radius:50%;flex:0 0 20px;height:20px;position:relative}.cc-faq-item__icon:after,.cc-faq-item__icon:before{background-color:#071521;border-radius:2px;content:"";display:block;height:2px;margin-top:-1px;position:absolute;right:3px;top:50%;transition:all .25s ease-in-out;width:10px}.cc-faq-item__icon:before{opacity:1;transform:rotate(-90deg)}.cc-faq-item__icon:after{transform:rotate(0deg)}.cc-faq-item.expanded .cc-faq-item__icon:before{opacity:0;transform:rotate(0deg)}.cc-faq-item.expanded .cc-faq-item__icon:after{transform:rotate(180deg)}.cc-faq-item__content{overflow:hidden}</pre></body></html>