@charset "UTF-8";

header *,
header ::after,
header ::before {
    box-sizing: border-box
}

header ol,
header ul {
    padding-left: 2rem
}

header ol,
header ul {
    margin-top: 0;
    margin-bottom: 1rem
}

header ul ul {
    margin-bottom: 0
}

header .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

header .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

@media (min-width: 768px) {
    header .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

header .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    header .btn {
        transition: none
    }
}

header .btn:hover {
    color: #212529
}

header .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

header .btn:disabled {
    pointer-events: none;
    opacity: .65
}

header .collapse:not(.show) {
    display: none
}

header .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

header .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease
}

@media (prefers-reduced-motion: reduce) {
    header .progress-bar {
        transition: none
    }
}

header .d-flex {
    display: flex !important
}

header .flex-column {
    flex-direction: column !important
}

header .flex-shrink-0 {
    flex-shrink: 0 !important
}

.justify-content-between {
    justify-content: space-between !important
}

.mt-3 {
    margin-top: 1rem !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

header .mb-3 {
    margin-bottom: 1rem !important
}

header .mb-4 {
    margin-bottom: 1.5rem !important
}

header .mb-auto {
    margin-bottom: auto !important
}

header .text-center {
    text-align: center !important
}