.hero--video::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(4deg, #041816 8.86%, rgba(4, 24, 22, 0.917266) 14.89%, rgba(4, 24, 22, 0.707403) 24.05%, rgba(4, 24, 22, 0) 59.32%), linear-gradient(180deg, #041816 0%, rgba(4, 24, 22, 0) 39.58%);
}

.energy-card--num .elementor-heading-title,
.headline--subtitle .elementor-heading-title {
    position: relative;
    display: inline-block;
    padding-left: 14px;
}

.energy-card--num .elementor-heading-title::before,
.headline--subtitle .elementor-heading-title::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 1px;
    width: 4px;
    height: 4px;
    border-radius: 1px;
    background: var(--color-1);
}

.num-wrapper {
    position: sticky !important;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    height: 174px !important;
    font: 400 140px 'Switzer';
    background: #fff;
    z-index: 2;
    overflow: hidden !important;

}

.num-drum--tens,
.num-drum--units {
    display: flex;
    flex-direction: column;
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}

.num-item {
    height: 174px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #e6e8eb;
}

@media (min-width: 769px) {
    .num-wrapper {
        justify-content: center !important;
    }

    .num-wrapper,
    .num-item {
        height: 200px;
    }

    .num-wrapper {
        width: 220px;
        font-size: 180px;
        line-height: 110%;
        letter-spacing: -10px;
    }
}

@media (min-width: 992px) {
    .hero--video::after {
        background: linear-gradient(20.13deg, rgba(4, 21, 34, 0.5) 2.57%, rgba(4, 21, 34, 0) 39.71%), linear-gradient(333deg, rgba(4, 21, 34, 0.5) 0%, rgba(4, 21, 34, 0) 50%);
    }

    .energy-col-num,
    .num-wrapper,
    .num-item {
        height: 308px !important;
    }

    .energy-col-num {
        margin-top: -58px;
        padding-left: 49px;
    }

    .num-wrapper {
        width: 360px !important;
        font-size: 280px;
        letter-spacing: -18px;
    }
}