.home-banner3 {
    position: relative;
    overflow: hidden;
    min-height: 760px;
    background: #111;
    isolation: isolate;
}

.home-banner3__media,
.home-banner3__overlay {
    position: absolute;
    inset: 0;
}

.home-banner3__media {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate3d(0, var(--banner3-shift-y, 0px), 0) scale(1.06);
    will-change: transform;
    transition: transform 0.18s linear;
}

.home-banner3__overlay {
    background: linear-gradient(180deg, rgb(13 19 22 / 0%) 0%, rgb(10 11 12 / 84%) 100%), rgba(44, 58, 65, 0.42);
}

.home-banner3__inner {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    min-height: 760px;
    padding-top: 70px;
    padding-bottom: 200px;
}

.home-banner3__headline {
    width: 100%;
}

.home-banner3__title {
    margin: 0;
    color: #fff;
    font: 120px/0.88 var(--fontB);
    text-transform: uppercase;
}

.home-banner3__title--top {
    max-width: 1180px;
}

.home-banner3__highlight {
    display: block;
    margin-top: 16px;
    padding: 36px 0;
    text-align: right;
}

.home-banner3__title--bottom {
    font-size: 140px;
}

.home-banner3__motion-left,
.home-banner3__motion-right {
    transform: translate3d(var(--banner3-shift-x, 0px), 0, 0);
    will-change: transform;
    transition: transform 0.18s linear;
}

.home-banner3__motion-left {
    --banner3-shift-x: 0px;
}

.home-banner3__motion-right {
    --banner3-shift-x: 0px;
}

.home-banner3__tapes {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    z-index: 2;
    height: 170px;
    pointer-events: none;
    /* overflow: hidden; */
}

.home-banner3__tape {
    position: absolute;
    left: -14%;
    width: 128%;
    height: 40px;
    display: flex;
    overflow: hidden;
    background: #577C4C;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.home-banner3__tape--left {
    bottom: 78px;
    transform: rotate(4.2deg);
}

.home-banner3__tape--right {
    bottom: 71px;
    transform: rotate(-4.8deg);
}

.home-banner3__tape-track {
    flex: 0 0 auto;
    min-width: 100%;
    display: flex;
    align-items: stretch;
}

.home-banner3__tape--left .home-banner3__tape-track {
    animation: homeBanner3TapeLeft 24s linear infinite;
}

.home-banner3__tape--right .home-banner3__tape-track {
    animation: homeBanner3TapeRight 24s linear infinite;
}

.home-banner3__tape-item {
    flex: 0 0 56px;
    width: 56px;
    height: 100%;
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
}

.home-banner3__tape-item svg {
    width: 74px;
    height: calc(100% + 14px);
    display: block;
    margin-top: -7px;
}

.home-banner3__tape--left .home-banner3__tape-item svg {
    transform: scale(1.08, 1.28);
}

.home-banner3__tape--right .home-banner3__tape-item svg {
    transform: scale(1.1, 1.28);
}

@keyframes homeBanner3TapeLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes homeBanner3TapeRight {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@media (max-width: 1399px) {
    .home-banner3 {
        min-height: 650px;
    }

    .home-banner3__inner {
        min-height: 650px;
        padding-bottom: 170px;
    }

    .home-banner3__title {
        font-size: 118px;
    }

    .home-banner3__title--bottom {
        font-size: 110px;
    }

    .home-banner3__tapes {
        height: 150px;
    }

    .home-banner3__tape {
        height: 34px;
    }

    .home-banner3__tape--left {
        bottom: 66px;
    }

    .home-banner3__tape--right {
        bottom: 18px;
    }
}

@media (max-width: 991px) {
    .home-banner3 {
        min-height: 520px;
    }

    .home-banner3__inner {
        min-height: 520px;
        padding-top: 50px;
        padding-bottom: 126px;
    }

    .home-banner3__title {
        font-size: 76px;
    }

    .home-banner3__highlight {
        margin-left: 90px;
        padding: 22px 24px 18px;
    }

    .home-banner3__title--bottom {
        font-size: 72px;
    }

    .home-banner3__tapes {
        height: 118px;
    }

    .home-banner3__tape {
        height: 26px;
    }

    .home-banner3__tape--left {
        bottom: 48px;
    }

    .home-banner3__tape--right {
        bottom: 12px;
    }

    .home-banner3__tape-item,
    .home-banner3__tape-item svg {
        width: 48px;
        flex-basis: 48px;
    }

    .home-banner3__tape-item svg {
        width: 58px;
        height: calc(100% + 10px);
        margin-top: -5px;
    }
}

@media (max-width: 767px) {
    .home-banner3 {
        min-height: 420px;
    }

    .home-banner3__inner {
        min-height: 420px;
        padding-top: 36px;
        padding-bottom: 98px;
    }

    .home-banner3__title {
        font-size: 46px;
        line-height: 0.95;
    }

    .home-banner3__highlight {
        margin-top: 12px;
        margin-left: 24px;
        padding: 14px 16px 12px;
    }

    .home-banner3__title--bottom {
        font-size: 42px;
    }

    .home-banner3__media,
    .home-banner3__motion-left,
    .home-banner3__motion-right {
        transform: none !important;
        transition: none;
    }

    .home-banner3__tapes {
        bottom: 0;
        height: 96px;
    }

    .home-banner3__tape {
        height: 18px;
        left: -18%;
        width: 136%;
    }

    .home-banner3__tape-item,
    .home-banner3__tape-item svg {
        width: 36px;
        flex-basis: 36px;
    }

    .home-banner3__tape-item svg {
        width: 44px;
        height: calc(100% + 8px);
        margin-top: -4px;
    }

    .home-banner3__tape--left {
        bottom: 38px;
        transform: rotate(4.2deg);
    }

    .home-banner3__tape--right {
        bottom: 10px;
        transform: rotate(-4.8deg);
    }
}