:root {
    --header-height: 104px;
    --header-height-sm: 67px;
}
.home-banner4 {
    padding: 30px 0px 60px 0;
}
@media screen and (min-width: 768px) {
    .home-banner4 {
        padding: 60px 0;
    }
}
@media screen and (min-width: 992px) {
    .home-banner4 {
        /* min-height: 840px;
        padding-top: 50px; */
        height: calc(100vh - var(--header-height));
        padding-bottom: calc(var(--header-height) - 50px);
        display: flex;
        align-items: center;
    }
}
.home-banner4-wrap {
    position: relative;
}
@media screen and (max-width: 991.98px) {
    .home-banner4-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.home-banner4-title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 66px;
}
@media screen and (max-width: 767.98px) {
    .home-banner4-title {
        min-height: 550px;
    }
    .home-banner4-title .h1{
        line-height: 1;
    }
}
@media screen and (min-width: 768px) {
    .home-banner4-title {
        min-height: 850px;
    }
}
@media screen and (min-width: 992px) {
    .home-banner4-title {
        min-height: auto;
        display: block;
        margin-bottom: 0;
        margin-bottom: 5rem;
    }
}
.home-banner4-title .h1 {
    font-size: 80px;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    text-align: center;
    max-width: 375px;
    color: #fff;
    mix-blend-mode: difference;
}
@media screen and (min-width: 768px) {
    .home-banner4-title .h1 {
        max-width: 460px;
        font-size: 120px;
    }
}
@media screen and (min-width: 992px) {
    .home-banner4-title .h1 {
        max-width: 100%;
        text-align: left;
        font-size: 21vmin;
        line-height: 0.85;
    }
}
@media screen and (min-width: 1200px) {
    .home-banner4-title .h1 {
        font-size: 22.8vmin;
    }
}
@media screen and (min-width: 1600px) {
    .home-banner4-title .h1 {
        font-size: 13.125rem;
    }
}
.home-banner4-title .h1 span {
    display: inline-block;
}
.home-banner4-title .text-line {
    position: relative;
}
.home-banner4-title .text-line:after {
    content: attr(data-list-item);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-decoration: underline;
    z-index: -1;
    width: 0%;
    transition: 0.6s ease width;
    white-space: nowrap;
    overflow: hidden;
}
@media screen and (min-width: 992px) {
    .home-banner4-title .text-line:after {
        text-decoration-thickness: 10px;
    }
}
.home-banner4-title .text-line.w-100 .text-line:after {
    width: 100%;
}
.home-banner4-title.w-100 .text-line:after {
    width: 100%;
}
.home-banner4-img,
.home-banner4-video {
    pointer-events: none;
    max-width: 216px;
    width: 100%;
    transform-origin: left !important;
    clip-path: inset(0 0 0 0 round 400px 400px 0 0);
    position: absolute;
}
@media screen and (max-width: 991.98px) {
    .home-banner4-img,
    .home-banner4-video {
        margin: 0 auto;
        margin-bottom: 72px;
        order: 1;
        align-self: flex-start !important;
    }
}
@media screen and (min-width: 768px) {
    .home-banner4-img,
    .home-banner4-video {
        max-width: 318px;
    }
}
@media screen and (min-width: 992px) {
    .home-banner4-img,
    .home-banner4-video {
        max-width: 228px;
        top: -60px;
        right: 0;
        position: absolute;
    }
}
@media screen and (min-width: 1200px) {
    .home-banner4-img,
    .home-banner4-video {
        max-width: 318px;
        top: -90px;
        right: 32px;
    }
}
@media screen and (min-width: 1400px) {
    .home-banner4-img,
    .home-banner4-video {
        right: 94px;
    }
}
@media screen and (min-width: 1600px) {
    .home-banner4-img,
    .home-banner4-video {
        right: 106px;
    }
}
.home-banner4-img .ratio,
.home-banner4-video .ratio {
    --gl-aspect-ratio: 173%;
}
@media screen and (min-width: 992px) {
    .home-banner4-img .ratio,
    .home-banner4-video .ratio {
        --gl-aspect-ratio: 135%;
    }
}
.home-banner4-img .ratio img,
.home-banner4-video .ratio img {
    object-fit: cover;
}
.home-banner4-img .circular-text__hidden,
.home-banner4-video .circular-text__hidden {
    display: none;
}
.home-banner4-video .ratio > * {
    width: auto;
}
@media screen and (max-width: 991.98px) {
    .home-banner4-detail {
        order: 3;
    }
}
.home-banner4-detail .detail-row {
    flex-direction: row-reverse;
}
@media screen and (max-width: 991.98px) {
    .home-banner4-detail .col-left {
        order: 2;
        margin-bottom: 0;
    }
    .home-banner4-detail .col-left .btn {
        margin: 0 auto;
    }
}
.home-banner4-detail .col-right {
    margin-bottom: 45px;
}
@media screen and (min-width: 992px) {
    .home-banner4-detail .col-right {
        margin-bottom: 0;
    }
}
.home-banner4-detail .col-right p {
    margin-bottom: 0;
    font-size: 20px;
}
@media screen and (max-width: 991.98px) {
    .home-banner4-detail .col-right p {
        text-align: center;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 992px) {
    .home-banner4-detail .col-right p {
        line-height: 1.65;
        letter-spacing: 0.032rem;
        font-size: 1.6875rem;
    }
}
@media screen and (min-width: 1200px) {
    .home-banner4-detail .col-right p {
        font-size: 1.75rem;
        max-width: 600px;
    }
}
.split-words {
    will-change: transform, opacity;
}

.home-banner4-video .ratio > * {
    width: 100%;
    object-fit: cover;
}
