.QX-112230394 .wrapper .tile .mask {
    background-color: var(--color-match-setting1, "rgb(109, 158, 235)")
}

.QX-112230394 {
    width: 100%;
}

.QX-112230394 .wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.QX-112230394 .tile {
    width: 100%;
    height: 0;
    padding-bottom: 150%;
    position: relative;
    transition: transform .65s cubic-bezier(.05, 0.2, .1, 1), box-shadow .65s cubic-bezier(.05, 0.2, .1, 1);
}

.QX-112230394 .imgBox {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.QX-112230394 .imgBox .top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 9s cubic-bezier(0.1, 0.2, .7, 1);
}

.QX-112230394 .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, .75) 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity .65s cubic-bezier(.05, 0.2, .1, 1) 0.15s;
}

.QX-112230394 .mask .maskBut {
    width: 100%;
    height: 100%;
    display: block;
}

.QX-112230394 .titleBox {
    width: calc(100% - 80px);
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 2;
    transition: opacity .65s cubic-bezier(.05, 0.2, .1, 1), transform .65s cubic-bezier(.05, 0.2, .1, 1);
}

.QX-112230394 .titleBox a {
    color: inherit;
}

.QX-112230394 .bottom {
    width: 50px;
    height: 50px;
}

.QX-112230394 .titleBox .banner-name {
    max-height: 80%;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
}

.QX-112230394 .banner-name h1,
.QX-112230394 .banner-name h2,
.QX-112230394 .banner-name h3,
.QX-112230394 .banner-name h4,
.QX-112230394 .banner-name h5,
.QX-112230394 .banner-name h6 {
    color: var(--color-match-ellipses-title-setting1);
}

.QX-112230394 .banner-docs .paragraph1,
.QX-112230394 .banner-docs .paragraph2,
.QX-112230394 .banner-docs .paragraph3 {
    color: var(--color-match-ellipses-docs-setting1);
}

.QX-112230394 .textBox {
    width: calc(100% - 80px);
    max-height: 50%;
    overflow: hidden;
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 2;
    opacity: 0;
    transition: opacity .65s cubic-bezier(.05, 0.2, .1, 1) 0.15s, transform .65s cubic-bezier(.05, 0.2, .1, 1) 0.15s;
    transform: translateY(20px);
}

.QX-112230394 .textBox .container {
    width: 100%;
    height: 100%;
}

.QX-112230394 .docsBox {
    font-size: 14px;
    color: #FFF;
    line-height: 1.4em;
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.QX-112230394 .docsBox a {
    color: inherit;
}

.QX-112230394 .moreBtn {
    display: none;
}

.QX-112230394 .tile:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.22);
}

.QX-112230394 .tile:hover .imgBox .top {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.QX-112230394 .tile:hover .mask {
    opacity: 0.6;
}

.QX-112230394 .tile:hover .textBox {
    transform: translateY(0);
    opacity: 1;
}

@media screen and (max-width: 1200px) {
    .QX-112230394 .docsBox {
        -webkit-line-clamp: 3;
    }
}

@media screen and (max-width: 900px) {
    .QX-112230394 .wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 767px) {
    .QX-112230394 .wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 500px) {
    .QX-112230394 .wrapper {
        grid-template-columns: 1fr;
    }

    .QX-112230394 .titleBox .banner-name {
        font-size: 20px;
    }
}