.faqs-v2-wrap{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    gap:60px;
    padding:70px 0;
    border-radius:0;
}

.faqs-v2-content-side{
    flex:1;
    min-width:320px;
    max-width:calc(100% - 420px);
    display:flex;
    justify-content:center;
    position: sticky;
    top: 110px;
}

.faqs-v2-content-inner{
    width:100%;
    max-width:720px;
}

.faqs-v2-content-inner .betit-w{
    color:#fff;
    padding:5px 19px;
    border-radius:12px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .045) 0%, rgba(255, 255, 255, .02) 100%);
    border: 1px solid #ffffff12;
    box-shadow: 0 20px 50px #00000017;
}

.faqs-v2-content-inner .tit-wdt,
.faqs-v2-content-inner .tit-wdt *{
    color:#fff;
}

.faqs-v2-content-inner .con-wgt{
    color:rgba(255,255,255,.92);
    max-width:760px;
    margin-inline:auto;
    text-align:start;
}

.faqs-v2-content-inner c--color{
    color: white !important;
}

.faqs-v2-features{
    display:flex;
    flex-direction:column;
    gap:16px;
    margin:30px 0 26px;
    align-items:flex-start;
}

.faqs-v2-feature-item{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
}

.faqs-v2-feature-text{
    color:#fff;
    font-size:18px;
    line-height:1.6;
    font-weight:600;
}

.faqs-v2-feature-icon{
    width:35px;
    height:35px;
    min-width:28px;
    border-radius:50%;
    color: white;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:17px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .045) 0%, rgba(255, 255, 255, .02) 100%);
    border: 1px solid #ffffff12;
    box-shadow: 0 20px 50px #00000017;
}

.faqs-v2-socials{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:18px;
    margin-top:20px;
    margin-bottom:31px;
}

.faqs-v2-social{
    width:34px;
    height:34px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    font-size:21px;
    transition:.3s ease;
}

.faqs-v2-social:hover{
    color: var(--uicolor2);
    transform:translateY(-3px);
}

.faqs-v2-card-side{
    flex:1;
    min-width:320px;
    max-width:590px;
    margin-inline:auto;
    position: sticky;
    top: 110px;
}

.faqs-v2-card{
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 35px #00000012;
}

.faqs-v2-card-head{
    background: linear-gradient(30deg, var(--uicolor3) 0%, var(--uicolor2) 180%);
    color:#fff;
    min-height:70px;
    padding:12px 16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    flex-direction: row-reverse;
}

.faqs-v2-card-badge{
    background: var(--uicolor2);
    color:#fff;
    border-radius:999px;
    padding:4px 10px;
    font-size:13px;
    line-height:1.2;
    font-weight:700;
}

.faqs-v2-card-title{
    font-size:16px;
    line-height:1.4;
    font-weight:800;
}

.faqs-v2-card-body{
    padding:16px;
    background: white;
}

.faqs-v2-welcome{
    border-radius:14px;
    padding:14px 16px;
    color: var(--primary-text);
    font-size:17px;
    line-height:1.8;
    margin-bottom:12px;
    background: rgb(var(--uicolor2-code) / 5%);
}

.Fasimple_ITEMS{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.Faqs-Itm{
    border-radius:14px;
    overflow:hidden;
    transition:.3s ease;
    background: rgb(var(--uicolor-code) / 5%);
    width:100%;
}

.-FaqsS-Ti{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    padding:14px 14px;
    cursor:pointer;
}

.-FaqsS-Ti h3{
    margin:0;
    flex:1;
    color:var(--primary-text);
    font-size:19px;
    line-height:1.7;
    font-weight:600;
}

.faqs-v2-question-arrow{
    width:18px;
    min-width:18px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color: var(--uicolor);
    font-size:14px;
}

.Faqs-Itm.active .faqs-v2-question-arrow {
    color: var(--uicolor2);
}

.Faqs-Itm.active .faqs-v2-question-arrow {}

.faq-icon{
    width:18px;
    height:18px;
    min-width:18px;
    position:relative;
}

.faq-icon::before,
.faq-icon::after{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    background: var(--uicolor);
    transform:translate(-50%, -50%);
    transition:.25s ease;
    border-radius:2px;
}

.Faqs-Itm.active .faq-icon::before,.Faqs-Itm.active  .faq-icon::after {
    background: var(--uicolor2);
}

.faq-icon::before{
    width:12px;
    height:2px;
}

.faq-icon::after{
    width:2px;
    height:12px;
}

.Faqs-Itm.active .faq-icon::after{
    opacity:0;
}

.FaqsSim-Con{
    display:none;
    padding:0 14px 14px;
}

.Faqs-Itm.active .FaqsSim-Con{
    display:block;
}

.-p-FaqsS{
    color:var(--secondarytext);
    font-size:17px;
    line-height:1.5;
}

.-p-FaqsS p:last-child{
    margin-bottom:0;
}
.-ycw-section.-ycwt-faqs {
    background: linear-gradient(326deg, var(--uicolor3) 0%, var(--uicolor2) 130%);
}

.-ycw-section.-ycwt-faqs .-dURLArea a._url_2 {
    color:white;
    border:1px solid white;
}

.-ycwt-faqs .-dURLArea {
    justify-content:flex-start;
}

.-ycwt-faqs .-dURLArea a {
    background: var(--uicolor2);
    border-color: var(--uicolor2);
}

.-ycwt-faqs  .-dURLArea a._url_2 {
    background: transparent;
}
@media (max-width:1199px){
    .faqs-v2-wrap{
        gap:30px;
        padding:60px 0;
    }

    .faqs-v2-content-side{
        max-width:calc(100% - 390px);
    }
}

@media (max-width:991px){
    .faqs-v2-wrap{
        flex-direction:column;
        padding:50px 20px;
    }

    .faqs-v2-content-side,
    .faqs-v2-card-side{
        min-width:100%;
        max-width:100%;
    }

    .faqs-v2-content-inner{
        max-width:100%;
        display:flex;
        flex-direction:column;
        align-content:center;
        align-items:center;
    }
 
}

@media (max-width:767px){
    .faqs-v2-wrap{
        padding: 0;
        gap:24px;
    }

    .faqs-v2-feature-text{
        font-size:16px;
    }

    .faqs-v2-socials{
        gap:11px;
        margin-top:0;
        margin-bottom:4px;
        flex-wrap: wrap;
        justify-content: center;
    }
 

    .faqs-v2-card-head{
        padding:10px 12px;
    }

    .faqs-v2-card-title{
        font-size:15px;
    }

    .faqs-v2-card-body{
        padding:12px;
    }

    .-FaqsS-Ti h3{
        font-size: 16px;
    }
}

