@font-face {
    font-family: 'Aldrich';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./fonts/Aldrich-Regular.woff2') format('woff2');
}

.msb-landing-countdown {
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: 810px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.msb-countdown__inner {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.msb-countdown__content {
    text-align: center;
    width: 100%;
    max-width: 960px;
    padding: 40px;
    margin: 0 auto;
    background: #0000007A;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    min-height: 205px;
    display: flex;
    gap: 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.msb-countdown__subtitle {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    opacity: 0.85;
}

.msb-countdown__title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

.msb-countdown__desc {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.msb-countdown__desc p {
    margin: 0;
}

.msb-countdown__desc p:not(:last-child) {
    margin:0 0 8px 0;
}

.msb-countdown__box {
    width: 100%;
    max-width: 960px;
    border-radius: 24px;
    background: #00000099;
    /* backdrop-filter: blur(12px); */
    /* -webkit-backdrop-filter: blur(12px); */
    padding: 28px 40px 32px;
    text-align: center;
}

.msb-countdown__box-label {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.msb-countdown__units {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
}

.msb-countdown__unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.msb-countdown__number {
    font-family: 'Aldrich', sans-serif;
    font-size: 96px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    display: block;
    font-variant-numeric: tabular-nums;
}

.msb-countdown__unit-label {
    font-size: 16px;
    font-weight: 300;
    margin-top: -15px;
    opacity: 0.8;
    display: block;
}

@media (max-width: 768px) {
    .msb-countdown__unit-label {
        margin-top: -10px;
    }
}

.msb-countdown__sep {
    width: 2px;
    align-self: center;
    margin: 0 4px;
    margin-bottom: 32px;
    opacity: 0;
}

.msb-landing-countdown--lr .msb-countdown__inner {
    flex-direction: row;
    align-items: stretch;
    gap: 48px;
}

.msb-landing-countdown--lr .msb-countdown__content {
    text-align: left;
    flex: 0 0 33.333333%;
    max-width: none;
    margin: 0;
    padding: 8px 16px;
    align-items: flex-start;
}

.msb-landing-countdown--lr .msb-countdown__content .msb-countdown__title {
    font-size: 36px;
}

.msb-landing-countdown--lr .msb-countdown__box {
    flex: 1;
}

.msb-countdown__box-label:after {
    content: "";
    height: 1px;
    display: block;
    width: 100%;
    background: linear-gradient(90deg, rgba(149, 113, 94, 0) 0%, #FBBF9E 50%, rgba(149, 113, 94, 0) 100%);
}

.msb-landing-countdown:before {
    inset: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, #572615 0%, rgba(0, 0, 0, 0) 20.19%, rgba(0, 0, 0, 0) 69.71%, #572615 100%);
}

@media (max-width: 1024px) {
    .msb-countdown__content {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .msb-countdown__inner {
        padding: 16px;
    }

    .msb-countdown__content {
        padding: 12px;
    }

    .msb-countdown__title {
        font-size: 32px;
    }

    .msb-countdown__number {
        font-size: 56px;
    }

    .msb-countdown__box {
        padding: 20px 16px 24px;
    }

    .msb-landing-countdown--lr .msb-countdown__inner {
        flex-direction: column;
    }

    .msb-landing-countdown--lr .msb-countdown__content {
        text-align: center;
    }

    .msb-landing-countdown--lr .msb-countdown__box {
        width: 100%;
    }
}
