.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;

    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.uppercase {
    text-transform: uppercase;
}

.mb-50 {
    margin-bottom: 48px !important;
}

.mb-40 {
    margin-bottom: 32px !important;
}

.mb-30 {
    margin-bottom: 24px !important;
}

.mb-20 {
    margin-bottom: 16px !important;
}

.mb-10 {
    margin-bottom: 8px !important;
}