.--faqs--content {
    flex: 1;
    background: var(--background);
    padding: 50px;
    min-height: 100%;
    border-radius: var(--largeradius);
    width: 892px;
    height: 700px;
    padding-inline-end:30px}

.-YC-FaqsSimple-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: 50px
}

.-YC-FaqsSimple-image {
    position: sticky;
    top: 120px;
    max-height: 700px;
    border-radius: 20px;
    overflow: hidden;
    background: var(--background);
    flex: 1;
}

.--v---faqss--image {
    position: relative;
    width: 100%;
    border-radius: var(--largeradius)
}

.Fq-Item-v1 {
    margin-bottom: 20px;
    border-radius: 0;
    overflow: hidden
}

.-primary-body .Fq-Item-v1 {
    border-bottom: solid 1px #dddd;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.-Fq-Cont- {
    font-size: 18px;
    line-height: 1.6;
    color: var(--secondarytext);
    height: 0;
    opacity: 0;
    transition: 400ms all ease
}

.active .-Fq-Cont-.-Toggle-Content {
    height: var(--pin-height);
    opacity: 1
}

.-Fq-Tit {
    font-size: 15px;
    line-height: 1.6;
    display: flex;
    color: var(--primary-text);
    position: relative;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #fff;
    padding: 10px 20px;
    border-radius: 44px;
    font-family: var(--font-family);
    padding-left: 14px
}

.active .-Fq-Tit {
    margin-bottom: 8px
}

.-Fq-Tit h3 {
    font-weight: 600;
    flex: 1
}

.faq-icon::after,.faq-icon::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    background: #fff;
    border-radius: 41px
}

.faq-icon::after {
    width: 15px;
    height: 2px
}

.active .faq-icon::before {
    display: none
}

.faq-icon {
    position: relative;
    width: 45px;
    height: 45px;
    background: var(--uicolor2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.-YC-FaqsSimple-in--page {
    padding-bottom: 50px
}

.-Faq-p-.-ToggleContentValue {
    font-family: var(--font-family);
    font-weight: 300;
    padding-inline-start:20px}

.-Faq-p-.-ToggleContentValue>ul {
    padding: 0
}

.-primary-body .-defualt-object--center {
    flex-direction: column;
    gap: 0
}

.faq-scrol {
    height: 470px;
    overflow: auto;
    padding-left: 21px
}

.faq-scrol:hover {
    --scroll-thumb: var(--uicolor);
    --scroll-thumb-hover: var(--uicolor)
}

.faq-scrol::-webkit-scrollbar {
    width: 4px
}

.faq-scrol::-webkit-scrollbar-thumb {
    background: var(--scroll-thumb);
    border-radius: 10px
}

.faq-scrol::-webkit-scrollbar-thumb:hover {
    background: var(--uicolor)
}

.bf-tit {
    font-size: 21px;
    margin-bottom: 4px;
    font-weight: 400
}

.-archivePage-Posts-Grid {
    margin-top: 31px
}
