.join-us-video-wrap {
    width: 100%;
    height: 820px;
    background: url(../images/video-bg.png) no-repeat center;
    background-size: cover;
}

.join-btn-video-page {
    top: 591px;
    left: 0;
}
.video-top-bg-content{
    position: relative;
    height: 820px;
    background: url(../images/video-bg-top.png) no-repeat center;
    background-size: 100% 100%;
}

.ip-wrap {
    width: 100%;
    height: 2023px;
    background: url(../images/ip-bg.png) no-repeat center;
    background-size: cover;
    position: relative;
}

.ip-img-wrap {
    flex-wrap: wrap;
}

.ip-title {
    font-weight: var(--moka--font-600);
    font-size: var(--moka--font-40);
    margin: 100px 0 80px;
    text-align: center;
}

.ip-img-item,
.ip-img-item img {
    width: 306px;
    height: 541px;
    object-fit: cover;
    margin: 0 32px 32px 0;
    position: relative;
}

.ip-img-item:nth-of-type(3n),
.ip-img-item:nth-of-type(3n) img {
    margin: 0 0 32px 0;
}

.ip-img-item:nth-of-type(9),
.ip-img-item:nth-of-type(9) img {
    margin-right: 32px;
}

.ip-img-item:nth-of-type(10),
.ip-img-item:nth-of-type(10) img {
    margin-right: 0;
}

.ip-img-item:nth-of-type(7),
.ip-img-item:nth-of-type(8),
.ip-img-item:nth-of-type(9),
.ip-img-item:nth-of-type(10),
.ip-img-item:nth-of-type(7) img,
.ip-img-item:nth-of-type(8) img,
.ip-img-item:nth-of-type(9) img,
.ip-img-item:nth-of-type(10) img {
    width: 276px;
}

.ip-img-item:nth-of-type(1),
.ip-img-item:nth-of-type(1) img,
.ip-img-item:nth-of-type(6),
.ip-img-item:nth-of-type(6) img {
    width: 524px;
}

.ip-img-item div {
    width: 100%;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: var(--moka--font-600);
    font-size: 22px;
    color: #FFFFFF;
}

