.vxd-content-shift .features {
    display: flex;
    flex-wrap: wrap;
}

.vxd-content-shift .feature {
    flex: 0 0 25%;
    max-width: 25%;
    cursor: pointer;
    transition: all 300ms;
    padding: 0 2rem;
}

.vxd-content-shift .feature:hover {
    color: var(--e-global-color-secondary);
}

.vxd-content-shift .feature .icon {
    margin-bottom: 1rem;
}

.vxd-content-shift .feature .title {
    font-size: 24px;
    line-height: 1.4;
}

.vxd-content-shift .feature .keywords {
    line-height: 1;
}

.vxd-content-shift .feature .period {
    font-size: 24px;
}

.vxd-content-shift .feature.active {
    color: var(--e-global-color-secondary);
}

.vxd-content-shift .feature.active svg path {
    fill: var(--e-global-color-secondary);
}

.vxd-content-shift .features-content-wrap {
    position: relative;
    min-height: 680px;
}

.vxd-content-shift .feature-content {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
}

.vxd-content-shift #feature_0 .wrap {
    display: flex;
    margin: 0 -1.5rem;
    flex-wrap: wrap;
}

.vxd-content-shift #feature_0 .wrap>div {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 1.5rem;
}

.vxd-content-shift #feature_0 .desc {
    font-size: 18px;
}

.vxd-content-shift #feature_0 .desc>div {
    max-width: 85%;
}

.vxd-content-shift #feature_0 .desc p {
    line-height: 1.5;
}

.vxd-content-shift #feature_0 .desc p {
    margin-top: 5rem;
}

.vxd-content-shift #feature_0 .image>div {
    display: flex;
    justify-content: end;
}

.vxd-content-shift #feature_0 .image .inner {
    max-width: 85%;
    position: relative;
}

.vxd-content-shift #feature_0 .image .inner .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vxd-content-shift #feature_0 .image .inner .text svg {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
}

.vxd-content-shift #feature_0 .image .inner .text svg path {
    fill: none
}

.vxd-content-shift #feature_0 .image .inner .text svg text {
    fill: var(--e-global-color-secondary);
}

.vxd-content-shift #feature_0 .image .inner .text span {
    color: var(--e-global-color-secondary);
    font-size: 18px;
    width: 180px;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
}

.vxd-content-shift #feature_1 {
    display: flex;
    align-items: center;
}

.vxd-content-shift #feature_1 .wrap {
    display: flex;
    margin: 0 -1.5rem;
    flex-wrap: wrap;
}

.vxd-content-shift #feature_1 .wrap>div {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 1.5rem;
}

.vxd-content-shift #feature_1 .images .inner {
    position: relative;
    height: 500px;
}

.vxd-content-shift #feature_1 .images img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.vxd-content-shift #feature_1 .images .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.vxd-content-shift #feature_1 .steps .inner {
    padding-left: 5rem;
    display: flex;
    align-items: center;
    height: 100%;
}

.vxd-content-shift #feature_1 .steps .step {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.vxd-content-shift #feature_1 .steps .count {
    font-size: 70px;
    font-weight: 900;
    line-height: 0.8;
}

.vxd-content-shift #feature_1 .steps .desc {
    padding-left: 2rem;
}

.vxd-content-shift #feature_1 .steps .label {
    margin-bottom: 0.8rem;
    font-size: 18px;
}

.vxd-content-shift #feature_1 .steps .title {
    font-size: 30px;
    font-weight: 600;
}

.vxd-content-shift #feature_1 .steps .arrow img {
    padding: 1rem 2rem;
}

.vxd-content-shift #feature_1 .steps .duration {
    margin-bottom: 4rem;
}

.vxd-content-shift #feature_2 {
    display: flex;
    align-items: center;
}

.vxd-content-shift #feature_2 .content {
    display: flex;
}

.vxd-content-shift #feature_2 .content .left {
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
}

.vxd-content-shift #feature_2 .middle {
    flex: 0 0 60%;
    max-width: 60%;
}

.vxd-content-shift #feature_2 .content .right {
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
}

.vxd-content-shift #feature_2 .left .title,
.vxd-content-shift #feature_2 .right .title {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
    display: flex;
    align-items: center;
}

.vxd-content-shift #feature_2 .left .title {
    right: 4rem;
}

.vxd-content-shift #feature_2 .right .title {
    left: 4rem;
}

.vxd-content-shift #feature_2 .left img,
.vxd-content-shift #feature_2 .right img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.vxd-content-shift #feature_2 .middle .inner {
    padding: 0 3rem;
}

.vxd-content-shift #feature_2 .middle .chart-wrap {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    gap: 1.2rem 1rem;
}

.vxd-content-shift #feature_2 .middle .label {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
}

.vxd-content-shift #feature_2 .middle .left-bar .bar,
.vxd-content-shift #feature_2 .middle .right-bar .bar {
    height: 45px;
}

.vxd-content-shift #feature_2 .middle .left-bar .bar {
    background-color: #D9D9D9;
}

.vxd-content-shift #feature_2 .middle .right-bar .bar {
    background-color: #000000;
}

.vxd-content-shift #feature_2 .middle .left-bar {
    display: flex;
    justify-content: end;
}

.vxd-content-shift #feature_2 .middle p {
    text-align: center;
    margin-top: 3rem;
    line-height: 1.4;
}

.vxd-content-shift #feature_2 .sm-screen {
    display: none;
}

.vxd-content-shift #feature_3 .infinite-slider {
    overflow: hidden;
}

.vxd-content-shift #feature_3 .infinite-slider .wrap {
    display: flex;
}

.vxd-content-shift #feature_3 .infinite-slider.bottom .wrap {
    justify-content: end;
}

.vxd-content-shift #feature_3 .infinite-slider .wrap>.outer {
    flex: 0 0 280px;
    max-width: 280px;
    height: 280px;
    margin: 0.5rem;
}

.vxd-content-shift #feature_3 .infinite-slider .wrap .inner {
    background-color: #F5F5F5;
    border-radius: 0.375rem;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.vxd-content-shift #feature_3 .infinite-slider .wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vxd-content-shift #feature_3 .infinite-slider .wrap .content-wrap {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    font-size: 18px;
    font-weight: 500;
    z-index: 1;
}

.vxd-content-shift #feature_3 .infinite-slider .wrap .inner.dark .content-wrap {
    color: #fff;
}

.vxd-content-shift #feature_3 .infinite-slider .wrap .inner.light .content-wrap {
    color: #000;
}

.vxd-content-shift #feature_3 .infinite-slider .wrap .number,
.vxd-content-shift #feature_3 .infinite-slider .wrap .icon {
    margin-bottom: 1rem;
}

.vxd-content-shift #feature_3 .infinite-slider .wrap .inner.dark::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 1024px) {    
    .vxd-content-shift .feature {
        padding: 1rem;
    }
    .vxd-content-shift .feature .title {
        font-size: 20px;
        line-height: 1.4;
    }
    .vxd-content-shift #feature_2 .right .title {
        left: 2rem;
    }
    .vxd-content-shift #feature_2 .left .title {
        right: 2rem;
    }
    .vxd-content-shift #feature_2 .left .title, .vxd-content-shift #feature_2 .right .title {
        font-size: 26px;
    }
    .vxd-content-shift #feature_2 .middle {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .vxd-content-shift #feature_2 .content .left {
        flex: 0 0 15%;
        max-width: 15%;
    }
    .vxd-content-shift #feature_2 .content .right {
        flex: 0 0 15%;
        max-width: 15%;
    }
}

@media (max-width: 768px) {
    .vxd-content-shift #feature_0 .wrap>div {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 1.5rem;
    }
    .vxd-content-shift .features-content-wrap {
        min-height: 910px;
    }
    .vxd-content-shift #feature_0 .image>div {
        justify-content: center;
    }
    .vxd-content-shift #feature_0 .image .inner {
        width: 100%;
    }
    .vxd-content-shift #feature_0 .image .inner img {        
        max-height: 400px;
        width: 100%;
        object-fit: contain;
    }
    .vxd-content-shift #feature_0 .image .inner .text svg {
        letter-spacing: 0.05em;
        font-size: 13px;
        width: 250px;
    }
    .vxd-content-shift .feature {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 1rem 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .vxd-content-shift .feature.active {
        background-color: #F5F5F5;
    }
    .vxd-content-shift #feature_0 .desc>div {
        max-width: 100%;
    }
    .vxd-content-shift #feature_0 .desc p:first-child {
        margin-top: 3rem;
    }
    .vxd-content-shift #feature_0 .desc p:last-child {
        margin-top: 2rem;
    }
    .vxd-content-shift #feature_0 .desc p {
        text-align: center;
    }
    .vxd-content-shift #feature_1 .wrap>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .vxd-content-shift #feature_1 .wrap>div.images {
        order: 2;
    }
    .vxd-content-shift #feature_1 .steps .inner {
        padding-left: 0;
        margin: 0 0 3rem;
        display: block;
    }
    .vxd-content-shift #feature_1 .steps .duration {
        margin-bottom: 3rem;
    }
    .vxd-content-shift #feature_1 .steps .count {
        font-size: 60px;
        font-weight: 900;
    }
    .vxd-content-shift #feature_1 .steps .title {
        font-size: 26px;
    }
    .vxd-content-shift #feature_1 .images img {
        height: 400px;
    }
    .vxd-content-shift #feature_1 .images .overlay {
        height: 400px;
    }
    .vxd-content-shift #feature_2 .content .left {
        display: none;
    }
    .vxd-content-shift #feature_2 .content .right {
        display: none;
    }
    .vxd-content-shift #feature_2 .sm-screen {
        display: block;
    }
    .vxd-content-shift #feature_2 .sm-screen .inner {
        display: flex;
        flex-wrap: wrap;
    }
    .vxd-content-shift #feature_2 .sm-screen .inner > div {
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
    }
    .vxd-content-shift #feature_2 .sm-screen img {
        height: 200px;
        width: 100%;
        object-fit: cover;
    } 
    .vxd-content-shift #feature_2 .middle {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .vxd-content-shift #feature_2 .middle .inner {
        padding: 3rem 1.5rem 0;
    }
    .vxd-content-shift #feature_3 .infinite-slider .wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .vxd-content-shift #feature_3 .infinite-slider.bottom {
        display: none;
    }
    .vxd-content-shift #feature_3 .infinite-slider .wrap>.outer {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        height: 280px;
        margin: 0;
        padding: 0.25rem;
    }
    .vxd-content-shift #feature_3 .infinite-slider .wrap .content-wrap {
        left: 1rem;
    }
    .vxd-content-shift .feature .icon {
        margin-bottom: 0.25rem;
    }
    .vxd-content-shift #feature_3 .infinite-slider {
        overflow: hidden;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .vxd-content-shift .features {
        width: 100%;
    }
    
    .vxd-content-shift .feature .title {
        font-size: 17px;
    }
}

@media (max-width: 640px) {
    .vxd-content-shift #feature_3 .infinite-slider .wrap>.outer {
        flex: 0 0 50%;
        max-width: 50%;
        height: 200px;
    }
    .vxd-content-shift #feature_3 .infinite-slider .wrap .icon {
        display: none;
    }
    .vxd-content-shift #feature_3 .infinite-slider .wrap>.outer {
        height: 160px;
    }
    .vxd-content-shift #feature_1 .images img {
        height: 300px;
    }
    .vxd-content-shift #feature_1 .images .inner {
        height: 300px;
    }
    .vxd-content-shift #feature_1 .images .overlay {
        height: 300px;
    }
    .vxd-content-shift #feature_0 .image .inner img {
        max-height: 350px;
    }
}