.guarantees__wrapper {
    background: #FFF;
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.guarantees__text-content {
    flex-basis: 400px;
    position: relative;
}

.guarantees__sticky {
    position: sticky;
    top: 100px;
}

.guarantees__items {
    flex-basis: 594px;
}

.guarantees__text {
    margin-top: 20px;
}

.guarantees__bold-text {
    margin-top: 10px;
    font-weight: 500;
    letter-spacing: -0.05em;
}

.guarantees__text,
.guarantees__bold-text {
    max-width: 440px;
    color: #F1F4F9;
    margin-bottom: 0;
}

.guarantees__btn {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    max-width: 223px;
}


.guarantees__content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.guarantees__items {
    display: flex;
    position: relative;
}

.guarantees__scroll-container {
    position: relative;
    width: 20px;
    margin-right: 40px;
}

.guarantees__scroll-track {
    position: absolute;
    width: 4px;
    background-color: #D9DBDB;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.guarantees__scroll-thumb {
    position: absolute;
    width: 4px;
    background-color: #FF5A46;
    border-radius: 2px;
    top: 0;
    height: 20%; /* Adjust based on content */
}


.guarantees__item {
    display: flex;
}

.guarantees__item-number {
   color: #A5A5B9;
}

.guarantees__item-text {
    padding-top: 10px;
    color: #F1F4F9;
    flex: 1;
}

.guarantees__item-text p {
    color: #202029;
}

.guarantees__item-text * {
    margin-bottom: 0;
}

.guarantees__item-text strong {
    font-weight: 500;
    color: #FF5A46;
}

.guarantees__btn-mobile {
    display: none;
}


.guarantees__item-heading {
    color: #202029;
    display: flex;
    gap: 20px;
    align-items: center;
}

.guarantees__heading {
    color: #202029;
}

.guarantees__text {
    color: #202029;
}


.guarantees__item-wrapper {
    border: 2px solid #F1F4F9;
    padding: 19px 20px;
    border-radius: 20px;
    width: 100%;
    cursor: pointer;
}

.guarantees .c-accordion__title {
    position: relative;
    padding-right: 0;
}

.guarantees .guarantees__empty-acc .c-accordion__title:after{
    display: none;
}

.guarantees__empty-acc .guarantees__item-text {
    padding-top: 0;
}

.guarantees .c-accordion__title:after {
    content: '';
    display: inline-block;
    transition: transform 0.3s ease;
    top: 13px;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.62432 3.55555L15.7444 10.6758C15.9092 10.8404 16 11.0603 16 11.2947C16 11.5291 15.9092 11.7489 15.7444 11.9136L15.2202 12.438C14.8786 12.7792 14.3234 12.7792 13.9823 12.438L8.00332 6.45894L2.01767 12.4446C1.85286 12.6093 1.63316 12.7002 1.39888 12.7002C1.16435 12.7002 0.944641 12.6093 0.779699 12.4446L0.255606 11.9202C0.0907936 11.7554 0 11.5357 0 11.3013C0 11.0669 0.0907936 10.8471 0.255606 10.6824L7.38218 3.55555C7.54751 3.39048 7.76826 3.29981 8.00293 3.30033C8.2385 3.29981 8.45912 3.39048 8.62432 3.55555Z' fill='%23A5A5B9'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    transform-origin: center;
    position: absolute;
    transform: rotateX(180deg);
}

.guarantees .is-open>.c-accordion__title:after {
    transform: none;
}


.guarantees .c-accordion__title:before {
    display: none;
}

@media screen and (max-width: 1023.98px) {
    .guarantees__wrapper {
        flex-direction: column;
        gap: 0;
    }

    .guarantees__text-content,
    .guarantees__items {
        flex-basis: 100%;
    }


    .guarantees__btn {
        display: none;
    }

    .guarantees__btn-mobile {
        margin-top: 0;
        display: flex;
    }

    .guarantees__text {
        margin-top: 10px;
    }

    .guarantees__items {
        margin-top: 25px;
    }

    .guarantees__btn-mobile {
        margin-top: 30px;
    }

    .guarantees__scroll-container {
        display: none;
    }

    .guarantees .c-accordion__title:after {
        top: 10px;
    }
}

@media screen and (max-width: 599.98px) {
    

    .guarantees__item-heading {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
}