.hero-callout {
    background-color: #fff;
    display: inline-flex;
    justify-content: space-between;
    width: fit-content
}

@media (max-width: 991px) {
    .hero-callout {
        border: 1px solid #A5A5A5
    }
}

@media (min-width: 992px) {
    .hero-callout {
        align-items: center;
        flex-direction: column;
        gap: 0;
        justify-content: space-around;
        padding: 0;
        width: 140px
    }
}

.hero-callout__box {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 16px
}

@media (min-width: 992px) {
    .hero-callout__box {
        flex-direction: column;
        gap: 0;
        padding: 0
    }
}

.hero-callout__text {
    font-family: DM Sans,sans-serif;
    font-size: 14px;
    line-height: 145%;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #21282d;
    font-weight: 700;
    justify-content: center;
    line-height: 1.4
}

@media (max-width: 820px) {
    .hero-callout__text {
        font-weight: 500
    }
}

.hero-callout__text--top {
    font-weight: 500;
    line-height: 1.2
}

@media (min-width: 992px) {
    .hero-callout__text--top {
        margin-top: 8px
    }
}

.hero-callout__text--highlight {
    color: #0396ff;
    display: flex;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 992px) {
    .hero-callout__text--highlight {
        font-size: 4.375rem;
        height: 70px;
        letter-spacing: 2px;
        line-height: 40px
    }

        .hero-callout__text--highlight sup {
            font-size: 2.5rem;
            padding-bottom: 24px;
            margin-top: -8px
        }
}

.hero-callout__text--sub {
    text-transform: uppercase;
    font-weight: 700
}

@media (min-width: 992px) {
    .hero-callout__text--sub {
        margin-top: 0;
        padding-bottom: 8px
    }
}

.hero-callout__text--footer {
    border-left: 1px solid #A5A5A5;
    font-weight: 700;
    letter-spacing: .84px;
    padding: 5px 16px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    text-wrap: nowrap
}

@media (min-width: 992px) {
    .hero-callout__text--footer {
        border-left: none;
        font-weight: 700;
        padding: 8px 0;
        border-top: 1px solid #A5A5A5
    }
}

@media (min-width: 992px) {
    .hero-callout--registration .hero-callout__text--top {
        margin-top: 16px;
        margin-bottom: 4px
    }
}

.hero-callout--registration .hero-callout__text--highlight {
    line-height: 1.2;
    height: auto;
    text-transform: uppercase;
    letter-spacing: normal
}

@media (min-width: 992px) {
    .hero-callout--registration .hero-callout__text--highlight {
        margin-bottom: 16px;
        font-size: 1.9375rem
    }
}
