
.m-8 {
    width: 100%;
    position: relative;
    background: rgba(12, 20, 33, 1);
}

.m-8 .anhor {
    top: 0;
}


.m-8-content {
    background: rgba(12, 20, 33, 1);
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.m-8-content .wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
}

.m-8-content.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.m-8-content.is-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
}


.m-8-title {
    color: rgba(255, 255, 255, 1);
    font-size: 100px;
    font-weight: 400;
    line-height: 110px;
    letter-spacing: -5px;
    text-align: left;
    margin-bottom: 40px;
}

.m-8-text {
    color: rgba(255, 255, 255, 0.25);
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -2%;
    text-align: left;
    margin-bottom: 40px;
    width: 464px;
    max-width: 100%;
}

.m-8-content-left {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
}

.m-8-content-left .main-btn-3 {
    margin-bottom: auto;
}

.m-8-list-tabs-and-status {
    margin-top: 40px;
    display: flex;
}

.m-8-status-bar {
    position: relative;
    width: 1px;
    min-width: 1px;
    margin-right: 48px;
    background: rgba(256, 256, 256, 0.2);
}

.m-8-status-bar-line {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.55s;
    width: 1px;
    background: #fff;
}

.m-8-tab {
    display: flex;
    margin-bottom: 20px;
}

.m-8-tab:last-child {
    margin-bottom: 0;
}

.m-8-tab-plus {
    border-radius: 5px;
    backdrop-filter: 16px;
    background: rgba(255, 255, 255, 0.1);
    width: 64px;
    min-width: 64px;
    height: 64px;
    transition: 0.25s;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyMC4wMDAwMDAiIGhlaWdodD0iMjAuMDAwMDAwIiBmaWxsPSJub25lIiBjdXN0b21GcmFtZT0iIzAwMDAwMCI+Cgk8cGF0aCBpZD0iVmVjdG9yIiBkPSJNMjAgOS4wOTA5MUwyMCAxMC45MDkxTDEwLjkwOTEgMTAuOTA5MUwxMC45MDkxIDIwTDkuMDkwOTEgMjBMOS4wOTA5MSAxMC45MDkxTDAgMTAuOTA5MUwwIDkuMDkwOTFMOS4wOTA5MSA5LjA5MDkxTDkuMDkwOTEgMEwxMC45MDkxIDBMMTAuOTA5MSA5LjA5MDkxTDIwIDkuMDkwOTFaIiBmaWxsPSJyZ2IoMjU1LDI1NSwyNTUpIiBmaWxsLXJ1bGU9Im5vbnplcm8iIC8+Cjwvc3ZnPgo=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-right: 8px;
}

.m-8-tab.active .m-8-tab-plus {
    border: 1px solid rgba(1, 47, 255, 1);
    backdrop-filter: 16px;
    background: rgba(1, 47, 255, 0.2);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyMC4wMDAwMDAiIGhlaWdodD0iMjAuMDAwMDAwIiBmaWxsPSJub25lIiBjdXN0b21GcmFtZT0iIzAwMDAwMCI+Cgk8cGF0aCBpZD0iVmVjdG9yIiBkPSJNMjAgOS4wOTA5MUwyMCAxMC45MDkxTDEwLjkwOTEgMTAuOTA5MUwxMC45MDkxIDIwTDkuMDkwOTEgMjBMOS4wOTA5MSAxMC45MDkxTDAgMTAuOTA5MUwwIDkuMDkwOTFMOS4wOTA5MSA5LjA5MDkxTDkuMDkwOTEgMEwxMC45MDkxIDBMMTAuOTA5MSA5LjA5MDkxTDIwIDkuMDkwOTFaIiBmaWxsPSJyZ2IoMSw0NywyNTUpIiBmaWxsLXJ1bGU9Im5vbnplcm8iIC8+Cjwvc3ZnPgo=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.m-8-tab-title {
    border-radius: 5px;
    backdrop-filter: 16px;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    width: 188px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.4px;
    transition: 0.25s;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
}

.m-8-tab.active .m-8-tab-title {
    border: 1px solid rgba(1, 47, 255, 1);
    backdrop-filter: 16px;
    background: rgba(1, 47, 255, 0.2);
    color: rgba(1, 47, 255, 1);
}

.m-8-bg-image-list {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 1274px;
    height: 625px;
    max-width: calc(100% - 570px);
}

.m-8-bg-image-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.25s;
}

.m-8-bg-image-item.active {
    opacity: 1;
}

.m-8-bg-image-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

@media screen and (max-width: 1800px) {
    .m-8-title {
        font-size: 80px;
        line-height: 88px;
        letter-spacing: -4px;
        margin-bottom: 32px;
    }

    .m-8-text {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 992px) {
    .m-8-title {
        color: rgba(255, 255, 255, 1);
        font-size: 48px;
        font-weight: 400;
        line-height: 60px;
        letter-spacing: -2.4px;
        text-align: left;
        margin-bottom: 16px;
        order: 1;
    }

    .m-8-text {
        order: 2;
        color: rgba(255, 255, 255, 0.25);
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.4px;
        text-align: left;
        margin-bottom: 48px;
    }

    .m-8-bg-image-list {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        order: 3;
        margin-bottom: 48px;
    }

    .m-8-bg-image-list {
        height: initial;
        width: 450px;
        max-width: 100%;
    }

    .m-8-bg-image-list:after {
        content: '';
        display: block;
        padding-top: 52%;
    }

    .m-8-content-left .main-btn-3 {
        width: 100%;
        order: 10;
        margin-top: auto;
    }

    .m-8-content-left {
        display: flex;
        flex-direction: column;
    }

    .m-8-list-tabs-and-status {
        order: 4;
        margin-bottom: 24px;
    }

    .m-8-status-bar {
        display: none;
    }

    .m-8-list-tabs {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 7px;
    }

    .m-8-tab {
        width: calc(33.33% - 14px / 3);
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
    }

    .m-8-tab-plus {
        width: 100%;
        height: 1px;
        margin-bottom: 17px;
        background: rgba(256, 256, 256, 0.2);
    }

    .m-8-tab-title {
        color: rgba(255, 255, 255, 0.25) !important;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.4px;
        text-align: left;
        padding: 0;
        width: 100%;
        justify-content: flex-start;
        background: transparent !important;
        border: none !important;
    }

    .m-8-tab.active .m-8-tab-title {
        color: #fff !important;
    }
}
