.ll-1 {
    position: relative;
}

.ll-1-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 80px 0;
}

.ll-1-flex {
    display: flex;
    justify-content: space-between;
}

.ll-1-left {
    width: 45%;
    height: calc(100vh - 160px);
    overflow: hidden;
}

.ll-1-right {
    width: 50%;
    height: calc(100vh - 160px);
    overflow: hidden;
    position: relative;
}

.ll-1-image-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center left;
}

.ll-1-image-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(105%);
    transition: 0.55s;
}

.ll-1-image-box.active {
    transform: translateY(0%);
}

.ll-1-stage {
    width: 100%;
    height: auto;
}

.ll-1-block-title {
    font-size: 64px;
    font-weight: 400;
    line-height: 74px;
    letter-spacing: -5%;
    text-align: left;
    margin-bottom: 48px;
}

.ll-1-block-text {
    color: rgba(12, 20, 33, 0.3);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -2%;
    text-align: left;
}

.ll-1-block {
    margin-bottom: 283px;
}


.ll-1 {
    padding: 0 !important;
}

.ll-1-content.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.ll-1-content.is-bottom {
    position: absolute;
    bottom: 0;
    top: auto;
}

.ll-1-block-title span {
    display: inline-block;
    transition: opacity 0.15s linear;
    opacity: 0.4;
}

.ll-1-image-box.before-active {
    transform: translateY(0%);
}

.word {
    opacity: 1 !important;
    white-space: nowrap;
}

.ll-01 {
    padding-top: 140px;
    width: 100%;
}

.ll-1-title {
    color: rgba(12, 20, 33, 1);
    font-size: 100px;
    font-weight: 400;
    line-height: 110px;
    letter-spacing: -5px;
    text-align: center;
}

.ll-1-top-step-bar {
    display: none;
}

.ll-1-bot-status-bar {
    display: none;
}

@media screen and (max-width: 1800px) {
    .ll-1-block {
        margin-bottom: 180px;
    }

    .ll-1-title {
        font-size: 62px;
        line-height: 72px;
    }
}

@media screen and (max-width: 992px) {
    .ll-1-title {
        font-size: 48px;
        font-weight: 400;
        line-height: 60px;
        letter-spacing: -2.4px;
        text-align: center;
    }

    .ll-01 {
        padding-top: 80px;
    }

    .ll-1-flex {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .ll-1-right {
        width: 450px;
        max-width: 100%;
        height: inherit;
    }

    .ll-1-right:after {
        content: '';
        display: block;
        padding-top: 100%;
    }

    .ll-1-left {
        width: 100%;
        height: initial;
        margin-top: 24px;
    }

    .ll-1-block-title {
        font-size: 32px;
        font-weight: 400;
        line-height: 38px;
        letter-spacing: -0.6px;
        text-align: left;
        margin-bottom: 16px;
    }

    .ll-1-block {
        width: 263px;
        min-width: 263px;
        margin-bottom: 0;
        margin-right: 56px;
    }

    .ll-1-stage {
        display: flex;
    }

    .ll-1-top-step-bar {
        display: block;
        margin-bottom: 24px;
    }

    .ll-1-top-step-bar-active {
        color: rgba(12, 20, 33, 0.3);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -0.3px;
        text-align: right;
        text-transform: uppercase;
        margin-bottom: 40px;
    }

    .ll-1-top-step-bar-list {
        display: flex;
        gap: 20px;
    }

    .ll-1-top-step-bar-list-item {
        color: rgba(12, 20, 33, 0.3);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -0.4px;
        text-align: left;
        text-transform: uppercase;
        transition: 0.25s;
    }

    .ll-1-top-step-bar-list-item.active {
        color: rgba(9, 14, 24, 1);
    }

    .ll-1-bot-status-bar {
        display: flex;
        width: 100%;
        height: 1px;
        margin-top: 40px;
        background: rgba(232, 234, 239, 1);
    }

    .ll-1-bot-status-bar-item {
        width: 10px;
        flex-grow: 2;
        height: 2px;
        background: rgba(9, 14, 24, 1);
        opacity: 0;
        transition: 0.25s;
    }

    .ll-1-bot-status-bar-item.active {
        opacity: 1;
    }

    .ll-1-content {
        padding: 40px 0;
    }
}