.filter-chip {
    /* Frame */
    height: 43px;
    display: inline-flex;
    width: fit-content;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 14px 12px 14px;
    box-sizing: border-box;
    border: 1px solid rgba(155, 235, 232, 1);
    border-radius: 40px;
    background: #9BEBE8;
    cursor: pointer;
    text-decoration: none;
}

.filter-chip.web {
    background-color: #152C9C;
}

.filter-chip.web span {
    color: #fff;
}

.filter-chip.design {
    background-color: #9BEBE8;
}

.filter-chip.ai {
    background-color: #F6503A;
}

.filter-chip.ai span {
    color: #fff;
}

.filter-chip.bim {
    background-color: #0B68FE;
}

.filter-chip.bim span {
    color: #fff;
}

.filter-chip.cad {
    background-color: #EDB40B;
}

.filter-chip.motion {
    background-color: #6E27B6;
}

.filter-chip.motion span {
    color: #fff;
    content: "";
}

.filter-chip.d3 {
    background-color: #0DFBE7;
}

.filter-chip.code {
    background-color: #00CCFF;
}

.filter-chip span {
    color: rgba(13, 13, 13, 1);
    font-family: "ALSGorizont_var";
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: left;
    text-decoration: none;
}

.filter-chip::after {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%0A%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16.000000' height='16.000000' fill='none' customFrame='%23000000'%3E%3Crect id='cross' width='16.000000' height='16.000000' x='0.000000' y='0.000000' /%3E%3Cpath id='vector' d='M3.64645 3.64645C3.84171 3.45118 4.15829 3.45118 4.35355 3.64645L8 7.29289L11.6464 3.64645C11.8417 3.45118 12.1583 3.45118 12.3536 3.64645C12.5488 3.84171 12.5488 4.15829 12.3536 4.35355L8.70711 8L12.3536 11.6464C12.5488 11.8417 12.5488 12.1583 12.3536 12.3536C12.1583 12.5488 11.8417 12.5488 11.6464 12.3536L8 8.70711L4.35355 12.3536C4.15829 12.5488 3.84171 12.5488 3.64645 12.3536C3.45118 12.1583 3.45118 11.8417 3.64645 11.6464L7.29289 8L3.64645 4.35355C3.45118 4.15829 3.45118 3.84171 3.64645 3.64645Z' fill='rgb(0,0,0)' fill-rule='nonzero' /%3E%3C/svg%3E%0A");
    width: 16px;
    height: 16px;
    display: block;
    content: " ";
}