.QX-11228654 {
    width: 100%;
}

.QX-11228654 .wrapper {
    display: flex;
    opacity: 0;
}

.QX-11228654 .wrapper.slick-initialized {
    display: block;
    opacity: 1;
    transition: all 0.5s;
}

.QX-11228654 .wrapper ~ .arrow {
    opacity: 0;
}

.QX-11228654 .wrapper.slick-initialized ~ .arrow {
    opacity: 1;
    transition: all 0.5s;
}

.QX-11228654 .navigation {
    overflow: hidden;
    position: relative;
}

.QX-11228654 .prevArrow,
.QX-11228654 .nextArrow {
    position: absolute;
    top: 40%;
    z-index: 3;
    cursor: pointer;
}

.QX-11228654 .prevArrow i,
.QX-11228654 .nextArrow i {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    transition: .3s;
}

.QX-11228654 .wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    max-width: 1082px;
    text-align: center;
}

.QX-11228654 .tile {
    padding: 0 20px;
    width: calc(100% - 40px);
    outline: none;
}

.QX-11228654 .tile:hover .docsBox{
    color: var(--color-match-setting1);
}

.QX-11228654 .prevArrow i:hover{
    color: var(--color-match-setting1);
}

.QX-11228654 .nextArrow i:hover{
    color: var(--color-match-setting1);
}

.QX-11228654 .imgWra {
    height: 620px;
    width: 100%;
    position: relative;
}

.QX-11228654 .imgBox {
    width: 100%;
    height: 530px;
}

.QX-11228654 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.QX-11228654 .imgBottom {
    width: 530px;
    height: 530px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.QX-11228654 .imgBottom img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.QX-11228654 .docsBox {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
    text-overflow: ellipsis;
}

.QX-11228654 .docsBox a {
    outline: none;
    color: inherit!important;
}

.QX-11228654 .docsBox p {
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.QX-11228654 .slick-list {
    overflow: unset !important;
}

@media screen and (max-width:1110px) {
    .QX-11228654 .tile {
        padding: 0;
    }

    .QX-11228654 .imgBox {
        height: 500px;
    }

    .QX-11228654 .imgBottom {
        width: 500px;
        height: 500px;
    }

    .QX-11228654 .imgWra {
        height: 570px;
    }
    .QX-11228654 .imgName{
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width:900px) {
    .QX-11228654 .imgBox {
        height: 440px;
    }

    .QX-11228654 .imgBottom {
        width: 440px;
        height: 440px;
    }

    .QX-11228654 .imgWra {
        height: 510px;
    }
}

@media screen and (max-width:800px) {
    .QX-11228654 .imgBox {
        height: 380px;
    }

    .QX-11228654 .imgBottom {
        width: 380px;
        height: 380px;
    }

    .QX-11228654 .imgWra {
        height: 450px;
    }
}

@media screen and (max-width:700px) {
    .QX-11228654 .imgBox {
        height: 180px;
    }

    .QX-11228654 .imgBottom {
        width: 180px;
        height: 180px;
    }

    .QX-11228654 .imgWra {
        height: 250px;
    }
    
    .QX-11228654 .prevArrow, .QX-11228654 .nextArrow{
        top: 130px;
    }
}