/* Terms and Conditions */
.hero__offer__tandcs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.hero__offer__tandcs__text {
    color: #2e2e2e;
    margin-bottom: 0;
}

.hero__offer__tandcs__link {
    margin-top: 14px;
}

.tandcs__inline_link {
    color: #5ba9ff;
}