.main__wrapper {
    overflow: hidden;
    height: 753px;
}
.main__wrapper h1 {
    color: var(--white95) !important;
}
.main__wrapper_otherPages {
    height: initial !important;
}
.main__wrapper_otherPages .main {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
}
.mainBg {
    position: absolute;
    /* height: max-content; */
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.main {
    padding-top: 180px;
}
.main p:nth-child(2) {
    color: var(--textPLighter) !important;
}
.main h1 {
    /* max-width: 95%; */
}
.main > div {
    max-width: 55%;
}
.main__bottom {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: start;
    gap: 52px;
}
.timer {
    display: flex;
    flex-direction: row;
    gap: 12px;
}
.timer > div {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: var(--brad);
    /* background-color: var(--innerBg); */
    border: 1px solid transparent;
}
.timer > div > p {
    text-align: centers;
}
.timer > div > p:first-child {
    color: white !important;
}
.timer > div > p:last-child {
    margin-top: -4px;
    color: white !important;
    opacity: 0.5;
}

@media (max-width: 1340px) {
    .mainBg {
        /* transform: translateY(-50%) translateX(-50vw); */
    }
    .mainBg img {
        object-position: calc(67% + -50 * ((100vw - 360px) / 980)) 50%;
    }
    .mainBg::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: linear-gradient(to right, var(--bg) 20%, transparent 100%);
    }
    .main > div {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .main {
        padding-top: 64px;
    }
    .main__wrapper {
        height: initial !important;
    }
    .main__bottom {
        flex-direction: column;
        gap: 32px;
        margin-bottom: 26px;
    }
}
