.card-el {
    padding: 38px 46px 46px;
    background-color: rgba(255, 255, 255, .6);
    border: 4px solid #fff;
    backdrop-filter: blur(10.699999809265137px);
    border-radius: 12px;
}

h1 {
    font-weight: 700;
}

body {
    max-width: 100vw;
    overflow-x: hidden;
    background: linear-gradient(90.27deg, rgba(209, 82, 192, 0.07) 23.18%, rgba(106, 108, 222, 0.07) 53.22%);

    /* background: linear-gradient(); */
}

.feedbacks,
#pagination,
.body-bg-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

#pagination {
    user-select: none;
}

#pagination {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    gap: 15px;
}

#pagination>li>a {
    cursor: pointer;
    border-radius: 4px;
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-family: Fira Sans;
    letter-spacing: -0.37px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
    transition: opacity 75ms linear, background-color 150ms linear;
    color: #1c1c1c;

}

#pagination>li>a.next,
#pagination>li>a.prev {
    background-color: #FFFFFF99;
    font-size: 24px;
    line-height: 24px;
    border: 1.5px solid #fff;
    box-sizing: border-box;
}

#pagination>li>a:hover {
    background-color: rgba(28, 28, 28, .5);
    color: #fff;
}

#pagination>li>a:active {
    background-color: rgba(28, 28, 28, 1);
    color: #fff;
}

#pagination>li>a.active {
    background-color: #1c1c1c;
    color: #fff;
}

#pagination>li>a.disabled {
    opacity: 50%;
    user-select: none;
    pointer-events: none;
    cursor: default;
}


.feedbacks {
    gap: 40px;
    margin-bottom: 40px;
}

.feedback__image {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100px;
    min-height: 100px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 20px;
}

.feedback__date {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 2%;
}

.feedback__desc {
    text-align: justify;
    line-height: 34px;
    font-size: 24px;
    font-weight: 400;
    max-width: 100%;
    overflow: hidden;
    font-family: Fira Sans;

    white-space: pre-wrap;
    /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
}

.feedback__title {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 2%;
    font-weight: 600;
    margin-bottom: 5px;
    word-break: break-all;
}

.feedback__header {
    margin-bottom: 30px;
}

.mt-n5 {
    margin-top: -2rem;
}

.body-bg-list {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.body-bg-el {
    position: absolute;
}

.body-bg-el:nth-child(1),
.body-bg-el:nth-child(3),
.body-bg-el:nth-child(4),
.body-bg-el:nth-child(7) {
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 35.88%, #FFFFFF 100%);

    backdrop-filter: blur(32.20000076293945px);
    border-radius: 50%;
    opacity: 70%;
}

.body-bg-el:nth-child(1) {
    width: 357px;
    height: 357px;
    left: calc(-357px - 75px);
    top: -54px;
}

.body-bg-el:nth-child(2) {
    width: 175px;
    height: 200px;
    right: calc(-175px - 173px);
    top: 5.3%;
}

.body-bg-el:nth-child(2)::after {
    content: url('/l/images/landing/bg/dots.svg');
}

.body-bg-el:nth-child(3) {
    width: 278px;
    height: 278px;
    right: calc(-278px - 133px);
    top: calc(5.3% + 200px + 58px);
}

.body-bg-el:nth-child(4) {
    width: 196px;
    height: 196px;
    left: calc(-196px + 46px);
    top: 25.8%;
}

.body-bg-el:nth-child(5) {
    width: 213px;
    height: 246px;
    right: calc(-213px - 117px);
    top: 38.9%;
}

.body-bg-el:nth-child(5):after {
    content: url('/l/images/landing/bg/dots-2.svg');
}

.body-bg-el:nth-child(6) {
    width: 213px;
    height: 246px;
    left: calc(-213px - 149px);
    bottom: 39.8%;
}

.body-bg-el:nth-child(6):after {
    content: url('/l/images/landing/bg/dots-3.svg');
}

.body-bg-el:nth-child(7) {
    width: 295px;
    height: 295px;
    right: calc(-295px + 99px);
    bottom: 13.3%;
}

/* @keyframes hint {

    50% {
        background-color: rgba(194, 148, 207, .4);
    }

}

.selected-animation {
    border-color: transparent;
    animation: 1s infinite hint ease-out;
} */

@media screen and (max-width: 768px) {
    .card-el {
        padding: 24px 16px;
    }

    .feedbacks {
        gap: 30px;
        margin-bottom: 30px;
    }

    .feedback__image {
        min-width: 50px;
        min-height: 50px;
        height: 50px;
        width: 50px;
        margin-right: 12px;
    }

    .feedback__date {
        font-size: 18px;
        line-height: 21px;
    }

    .feedback__desc {
        font-size: 16px;
        line-height: 26px;
    }

    .feedback__title {
        font-size: 26px;
        line-height: 31px;
    }

    .feedback__header {
        margin-bottom: 20px;
    }

    .--pc {
        display: none;
    }
}

@media screen and (max-width: 468px) {
    #pagination {
        gap: 0;
        flex-wrap: wrap;
    }
}