.jss138 {
    gap: 16px;
    display: grid;
    z-index: 0;
    position: relative;
    margin-bottom: -256px;
    grid-template-columns: repeat(12, 1fr);
}

.jss138:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ' ';
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #101010 98%);
    pointer-events: none;
}

@media (max-width: 991.95px) {
    .jss138 {
        margin-left: -36px;
        margin-right: -36px;
    }
}

@media (max-width: 767.95px) {
    .jss138 {
        overflow: hidden;
        max-height: 500px;
        margin-left: -12px;
        margin-right: -12px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 991.95px) {
    .jss138:after {
        left: -32px;
        right: -32px;
    }
}

.jss139 {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    padding: 16px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(155.91deg, rgb(24, 25, 28) 21.92%, rgb(33, 34, 37) 77.49%);
    box-shadow: rgb(255 255 255 / 25%) 0px 1px 1px 0px inset;
    align-items: center;
    user-select: none;
    border-radius: 25%;
    justify-content: center;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

.jss139>* {
    width: 48px;
    height: 48px;
}

.jss139>*.invert {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(190deg) brightness(80%) contrast(101%);
}

.jss139>*.rounded {
    border-radius: inherit;
}

.jss140 {
    filter: blur(20px);
    position: absolute;
}

.jss141.show {
    opacity: 1;
}
