<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.faq_main {margin-top:-78px}
#mini-panel-product_menu .product-nav-links .menu &gt; li &gt; a, #mini-panel-product_menu .product-nav-links li .nolink {color: #fff;}
#mini-panel-product_menu .expanded.dropdown .caret {
    background-position: -168px 0px;
}
.faq_banner {background: #0d0428;}
.faq_bannerInner {
    padding: 140px 0 80px;
    max-width: 820px;
    margin:0 auto;
    color: #fff;
    text-align: center;
    width: 94%;
}
.faq_banner h1 {
    font:56px/1 var(--zf-primary-extrabold);
    margin-bottom: 15px;
}
.faq_banner_para {
    font:18px/1.6 var(--zf-primary-regular);
    margin-bottom: 0;
}
.faq_Banlinks {
    text-decoration: underline;
    color: #fff;
}
.faq_navSec {
    padding: 0 0 50px;
    margin: 0 auto;
    text-align: center;
}
.faq_nav {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #a7a7a7;
}
.faq_navLst {
    display: inline-block;
    padding: 10px 15px;
    font:18px/1.1 var(--zf-primary-semibold);
    color: #7e7e7e;
    position: relative;
    cursor: pointer;
}
.faq_navLst.active {
    color: #222222;
}
.faq_navLst.active:after {
    position: absolute;
    content: "";
    bottom: -2px;
    left:0;
    width: 100%;
    height: 3px;
    background: #6948fb;
}
.faq_Sec {
    background: #fff;
}
.faq_SecInner {
    text-align: left;
    max-width: 880px;
    padding: 80px 0;
    margin: 0 auto;
    width: 94%;
}
.cx_faq_Sec, .ptnr_faq_Sec {display: none;}
.zca_faq.active {
    display: block;
}
.faq_lstGrp {
    list-style-type: none;
}
.faq_lstSec {
    position: relative;
    border:1px solid #ececec;
    cursor: pointer;
    transition: all 0.4s linear;
    box-shadow: 0 0 6px 0px rgb(0 0 0 / 9%);
    margin-bottom: 20px;
}
.faq_descSec {
    display: none;
    padding: 25px 30px;
}
.faq_descSec.active {
    display: block
}
.faq_links {
    color: #0067ff;
    text-decoration: none;
    border-bottom: 1px solid #0067ff;
}
.faq_head {
    font: 20px/1.2 var(--zf-primary-semibold);
    margin: 0;
    padding: 15px 30px;
}
.faq_head:after {
    position: absolute;
    content: "";
    top: 20px;
    right: 30px;
    border: solid #333;
    border-width: 0 1px 1px 0;
    padding: 4px;
    transform: rotate(45deg);
}
.faq_lstSec.active .faq_head:after {
    transform: rotate(-135deg);
}
.faq_lstSec.active .faq_head {
    border-bottom: 1px solid #e8e5e5;
}
.faq_desc, .faq_para {
    color: #222222;
    font: 18px/1.7 var(--zf-primary-regular);
    margin-bottom: 10px;
}
.faq_desc:last-child {
    margin-bottom: 0;
}
.faq_para {
   text-align: center;
   max-width: 800px;
   margin: 0 auto 15px;
}
.faq_lastpara {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 35px;
}
.faq_bold {font-family: var(--zf-primary-semibold);}
.faq_Innerlst {
    list-style-type: disc;
    padding: 0 0 20px 30px;
}
.faq_Innerlst:last-child {
    padding: 0 0 0 30px;
}
.faq_navLst:last-child {
    margin-left: 8px;
}
.faq_navLst:first-child {
    margin-right: 8px;
}
.faq_expandSec {
    position: fixed;
    top: 50%;
    right: -51px;
    content: "";
    transform: translateY(-50%) rotate(-90deg);
    opacity: 0;
}
.faq_expandSec.active {opacity: 1;}
.faq_expand {
    padding: 10px 20px;
    font: 16px/1 var(--zf-primary-regular);
    background: #edebeb;
    border-radius: 6px;
    cursor: pointer;
    width: 100px;
    display: inline-block;
    text-align: center;
    transition: all linear 0.4s;
}
@media screen and (max-width: 992px) {
.faq_banner h1 {font-size: 46px;}
}
@media screen and (max-width: 768px) {
.faq_bannerInner {padding: 130px 0 60px;}
.faq_SecInner {padding: 60px 0; }
.faq_banner h1 {font-size: 36px;}
.faq_navLst:first-child, .faq_navLst:last-child {margin: 0;}
.faq_descSec {
    padding: 20px;
}
.faq_head {
    font: 18px/1.4 var(--zf-primary-semibold);
    padding: 15px 30px 15px 15px;
}
.faq_head:after {right: 15px;}
}
@media screen and (max-width: 450px) {
.faq_head:after {right: 12px;}
.faq_bannerInner, .faq_SecInner {width:90%;}
.faq_navLst {
    padding: 8px 12px;
    font-size: 17px;
}
}</pre></body></html>