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

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
}

a {
    color: var(--bs-link-color, #0d6efd);
    text-decoration: underline;
}

img,
svg {
    vertical-align: middle;
}

button,
input,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.row > * {
    flex-shrink: 0;
    max-width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
}

.g-3 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-top: -1rem;
}

.g-3 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1rem;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

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

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }
}

.d-none {
    display: none !important;
}

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

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

.flex-wrap {
    flex-wrap: wrap !important;
}

.align-items-center {
    align-items: center !important;
}

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

.justify-content-center {
    justify-content: center !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.w-100 {
    width: 100% !important;
}

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

.text-start {
    text-align: left !important;
}

.text-muted {
    color: var(--bs-secondary-color, #6c757d) !important;
}

.text-white {
    color: #fff !important;
}

.text-dark {
    color: #212529 !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 300;
    line-height: 1.2;
}

.h2 {
    font-size: calc(1.325rem + 0.9vw);
}

.h3 {
    font-size: calc(1.3rem + 0.6vw);
}

.h5 {
    font-size: 1.25rem;
}

.h6 {
    font-size: 1rem;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

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

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

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

.mt-4 {
    margin-top: 1.5rem !important;
}

.my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
}

.my-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.border-bottom {
    border-bottom: 1px solid var(--bs-border-color, #dee2e6) !important;
}

.rounded {
    border-radius: var(--bs-border-radius, 0.375rem) !important;
}

.bg-dark,
.bg-light,
.bg-body,
.bg-white,
.bg-secondary {
    background-color: var(--bs-body-bg, #fff) !important;
}

.img-fluid {
    height: auto;
    max-width: 100%;
}

.visually-hidden {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

.btn {
    border: 1px solid transparent;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
}

.btn-outline-secondary {
    color: var(--bs-secondary-color, #6c757d);
}

.card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    word-wrap: break-word;
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y, 1rem) var(--bs-card-spacer-x, 1rem);
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y, 0.5rem);
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-img-top {
    width: 100%;
}

.navbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    position: relative;
}

.navbar-brand {
    margin-right: 1rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.nav-link {
    display: block;
    padding: 0.5rem;
    text-decoration: none;
}

.nav-item {
    list-style: none;
}

.navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
    line-height: 1;
    padding: 0.25rem 0.75rem;
}

.navbar-toggler-icon {
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-position: center 30%, center, center 70%;
    background-repeat: no-repeat;
    background-size: 1.5em 0.125em;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em;
}

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

.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1;
}

.ms-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
}

.form-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.form-control {
    background-clip: padding-box;
    border: 1px solid var(--bs-border-color, #dee2e6);
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    width: 100%;
}

.invalid-feedback {
    display: none;
    font-size: 0.875em;
    margin-top: 0.25rem;
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-feedback {
    display: block;
}

.alert {
    border: 1px solid transparent;
    padding: 1rem;
    position: relative;
}

.alert-warning {
    color: #664d03;
}

.pagination {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.page-link {
    display: block;
    padding: 0.375rem 0.75rem;
    position: relative;
    text-decoration: none;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-button {
    align-items: center;
    border: 0;
    display: flex;
    overflow-anchor: none;
    position: relative;
    text-align: left;
    width: 100%;
}

.accordion-button::after {
    content: "+";
    flex-shrink: 0;
    margin-left: auto;
}

.accordion-button:not(.collapsed)::after {
    content: "-";
}

.accordion-collapse {
    overflow: hidden;
}

.accordion-body {
    padding: 1rem 1.25rem;
}
