.fs-1 { font-size: calc(1.375rem + 1.5vw) !important; }

.fs-2 { font-size: calc(1.325rem + 0.9vw) !important; }

.fs-3 { font-size: calc(1.3rem + 0.6vw) !important; }

.fs-4 { font-size: calc(1.275rem + 0.3vw) !important; }

.fs-5 { font-size: 1.25rem !important; }

.fs-6 { font-size: 1rem !important; }

.fs-12 { font-size: 0.55rem !important; }

.fs-13 { font-size: 0.8125rem !important; }

.fs-14 { font-size: 0.875rem !important; }

.fs-15 { font-size: 0.9375rem !important; }

.fs-16 { font-size: 1rem !important; }

.fs-17 { font-size: 1.0625rem !important; }

.fs-18 { font-size: 1.125rem !important; }

.fs-20 { font-size: 1.25rem !important; }

.fs-22 { font-size: calc(1.2625rem + 0.15vw) !important; }

.fs-24 { font-size: calc(1.275rem + 0.3vw) !important; }

.fs-30 { font-size: calc(1.3125rem + 0.75vw) !important; }

.fs-32 { font-size: calc(1.325rem + 0.9vw) !important; }

.fs-35 { font-size: calc(1.34375rem + 1.125vw) !important; }

.fs-40 { font-size: calc(1.375rem + 1.5vw) !important; }

.fs-64 { font-size: calc(1.525rem + 3.3vw) !important; }
.fs-sm-1 { font-size: calc(1.375rem + 1.5vw) !important; }
.fs-sm-2 { font-size: calc(1.325rem + 0.9vw) !important; }
.fs-sm-3 { font-size: calc(1.3rem + 0.6vw) !important; }
.fs-sm-4 { font-size: calc(1.275rem + 0.3vw) !important; }
.fs-sm-5 { font-size: 1.25rem !important; }
.fs-sm-6 { font-size: 1rem !important; }
.fs-sm-12 { font-size: 0.75rem !important; }
.fs-sm-13 { font-size: 0.8125rem !important; }
.fs-sm-14 { font-size: 0.695rem !important; }
.fs-sm-15 { font-size: 0.9375rem !important; }
.fs-sm-16 { font-size: 1rem !important; }
.fs-sm-17 { font-size: 1.0625rem !important; }
.fs-sm-18 { font-size: 1.125rem !important; }
.fs-sm-20 { font-size: 1.25rem !important; }
.fs-sm-22 { font-size: calc(1.2625rem + 0.15vw) !important; }
.fs-sm-24 { font-size: calc(1.275rem + 0.3vw) !important; }
.fs-sm-30 { font-size: calc(1.3125rem + 0.75vw) !important; }
.fs-sm-32 { font-size: calc(1.325rem + 0.9vw) !important; }
.fs-sm-35 { font-size: calc(1.34375rem + 1.125vw) !important; }
.fs-sm-40 { font-size: calc(1.375rem + 1.5vw) !important; }
.fs-sm-64 { font-size: calc(1.525rem + 3.3vw) !important; }


@media (min-width: 576px) { .float-sm-start { float: right !important; }
    .float-sm-end { float: left !important; }
    .float-sm-none { float: none !important; }
    .d-sm-inline { display: inline !important; }
    .d-sm-inline-block { display: inline-block !important; }
    .d-sm-block { display: block !important; }
    .d-sm-grid { display: grid !important; }
    .d-sm-table { display: table !important; }
    .d-sm-table-row { display: table-row !important; }
    .d-sm-table-cell { display: table-cell !important; }
    .d-sm-flex { display: flex !important; }
    .d-sm-inline-flex { display: inline-flex !important; }
    .d-sm-none { display: none !important; }
    .border-top-sm { border-top: 1px solid #dee2e6 !important; }
    .border-top-sm-0 { border-top: 0 !important; }
    .border-end-sm { border-left: 1px solid #dee2e6 !important; }
    .border-end-sm-0 { border-left: 0 !important; }
    .border-bottom-sm { border-bottom: 1px solid #dee2e6 !important; }
    .border-bottom-sm-0 { border-bottom: 0 !important; }
    .border-start-sm { border-right: 1px solid #dee2e6 !important; }
    .border-start-sm-0 { border-right: 0 !important; }
    .w-sm-25 { width: 25% !important; }
    .w-sm-50 { width: 50% !important; }
    .w-sm-75 { width: 75% !important; }
    .w-sm-100 { width: 100% !important; }
    .w-sm-auto { width: auto !important; }
    .flex-sm-fill { flex: 1 1 auto !important; }
    .flex-sm-0 { flex: 0px !important; }
    .flex-sm-row { flex-direction: row !important; }
    .flex-sm-column { flex-direction: column !important; }
    .flex-sm-row-reverse { flex-direction: row-reverse !important; }
    .flex-sm-column-reverse { flex-direction: column-reverse !important; }
    .flex-sm-grow-0 { flex-grow: 0 !important; }
    .flex-sm-grow-1 { flex-grow: 1 !important; }
    .flex-sm-shrink-0 { flex-shrink: 0 !important; }
    .flex-sm-shrink-1 { flex-shrink: 1 !important; }
    .flex-sm-wrap { flex-wrap: wrap !important; }
    .flex-sm-nowrap { flex-wrap: nowrap !important; }
    .flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; }
    .gap-sm-0 { gap: 0 !important; }
    .gap-sm-4 { gap: 0.25rem !important; }
    .gap-sm-6 { gap: 0.375rem !important; }
    .gap-sm-8 { gap: 0.5rem !important; }
    .gap-sm-10 { gap: 0.625rem !important; }
    .gap-sm-12 { gap: 0.75rem !important; }
    .gap-sm-15 { gap: 0.9375rem !important; }
    .gap-sm-16 { gap: 1rem !important; }
    .gap-sm-20 { gap: 1.25rem !important; }
    .gap-sm-24 { gap: 1.5rem !important; }
    .gap-sm-30 { gap: 1.875rem !important; }
    .gap-sm-40 { gap: 2.5rem !important; }
    .gap-sm-48 { gap: 3rem !important; }
    .gap-sm-50 { gap: 3.125rem !important; }
    .gap-sm-70 { gap: 4.375rem !important; }
    .justify-sm-start { justify-content: flex-start !important; }
    .justify-sm-end { justify-content: flex-end !important; }
    .justify-sm-center { justify-content: center !important; }
    .justify-sm-between { justify-content: space-between !important; }
    .justify-sm-around { justify-content: space-around !important; }
    .justify-sm-evenly { justify-content: space-evenly !important; }
    .items-sm-start { align-items: flex-start !important; }
    .items-sm-end { align-items: flex-end !important; }
    .items-sm-center { align-items: center !important; }
    .items-sm-baseline { align-items: baseline !important; }
    .items-sm-stretch { align-items: stretch !important; }
    .align-content-sm-start { align-content: flex-start !important; }
    .align-content-sm-end { align-content: flex-end !important; }
    .align-content-sm-center { align-content: center !important; }
    .align-content-sm-between { align-content: space-between !important; }
    .align-content-sm-around { align-content: space-around !important; }
    .align-content-sm-stretch { align-content: stretch !important; }
    .align-self-sm-auto { align-self: auto !important; }
    .align-self-sm-start { align-self: flex-start !important; }
    .align-self-sm-end { align-self: flex-end !important; }
    .align-self-sm-center { align-self: center !important; }
    .align-self-sm-baseline { align-self: baseline !important; }
    .align-self-sm-stretch { align-self: stretch !important; }
    .order-sm-first { order: -1 !important; }
    .order-sm-0 { order: 0 !important; }
    .order-sm-1 { order: 1 !important; }
    .order-sm-2 { order: 2 !important; }
    .order-sm-3 { order: 3 !important; }
    .order-sm-4 { order: 4 !important; }
    .order-sm-5 { order: 5 !important; }
    .order-sm-last { order: 6 !important; }
    .m-sm-0 { margin: 0 !important; }
    .m-sm-4 { margin: 0.25rem !important; }
    .m-sm-6 { margin: 0.375rem !important; }
    .m-sm-8 { margin: 0.5rem !important; }
    .m-sm-10 { margin: 0.625rem !important; }
    .m-sm-12 { margin: 0.75rem !important; }
    .m-sm-15 { margin: 0.9375rem !important; }
    .m-sm-16 { margin: 1rem !important; }
    .m-sm-20 { margin: 1.25rem !important; }
    .m-sm-24 { margin: 1.5rem !important; }
    .m-sm-30 { margin: 1.875rem !important; }
    .m-sm-40 { margin: 2.5rem !important; }
    .m-sm-48 { margin: 3rem !important; }
    .m-sm-50 { margin: 3.125rem !important; }
    .m-sm-70 { margin: 4.375rem !important; }
    .m-sm-auto { margin: auto !important; }
    .mx-sm-0 { margin-left: 0 !important; margin-right: 0 !important; }
    .mx-sm-4 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; }
    .mx-sm-6 { margin-left: 0.375rem !important; margin-right: 0.375rem !important; }
    .mx-sm-8 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
    .mx-sm-10 { margin-left: 0.625rem !important; margin-right: 0.625rem !important; }
    .mx-sm-12 { margin-left: 0.75rem !important; margin-right: 0.75rem !important; }
    .mx-sm-15 { margin-left: 0.9375rem !important; margin-right: 0.9375rem !important; }
    .mx-sm-16 { margin-left: 1rem !important; margin-right: 1rem !important; }
    .mx-sm-20 { margin-left: 1.25rem !important; margin-right: 1.25rem !important; }
    .mx-sm-24 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
    .mx-sm-30 { margin-left: 1.875rem !important; margin-right: 1.875rem !important; }
    .mx-sm-40 { margin-left: 2.5rem !important; margin-right: 2.5rem !important; }
    .mx-sm-48 { margin-left: 3rem !important; margin-right: 3rem !important; }
    .mx-sm-50 { margin-left: 3.125rem !important; margin-right: 3.125rem !important; }
    .mx-sm-70 { margin-left: 4.375rem !important; margin-right: 4.375rem !important; }
    .mx-sm-auto { margin-left: auto !important; margin-right: auto !important; }
    .my-sm-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
    .my-sm-4 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
    .my-sm-6 { margin-top: 0.375rem !important; margin-bottom: 0.375rem !important; }
    .my-sm-8 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
    .my-sm-10 { margin-top: 0.625rem !important; margin-bottom: 0.625rem !important; }
    .my-sm-12 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; }
    .my-sm-15 { margin-top: 0.9375rem !important; margin-bottom: 0.9375rem !important; }
    .my-sm-16 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
    .my-sm-20 { margin-top: 1.25rem !important; margin-bottom: 1.25rem !important; }
    .my-sm-24 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
    .my-sm-30 { margin-top: 1.875rem !important; margin-bottom: 1.875rem !important; }
    .my-sm-40 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; }
    .my-sm-48 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
    .my-sm-50 { margin-top: 3.125rem !important; margin-bottom: 3.125rem !important; }
    .my-sm-70 { margin-top: 4.375rem !important; margin-bottom: 4.375rem !important; }
    .my-sm-auto { margin-top: auto !important; margin-bottom: auto !important; }
    .mt-sm-0 { margin-top: 0 !important; }
    .mt-sm-4 { margin-top: 0.25rem !important; }
    .mt-sm-6 { margin-top: 0.375rem !important; }
    .mt-sm-8 { margin-top: 0.5rem !important; }
    .mt-sm-10 { margin-top: 0.625rem !important; }
    .mt-sm-12 { margin-top: 0.75rem !important; }
    .mt-sm-15 { margin-top: 0.9375rem !important; }
    .mt-sm-16 { margin-top: 1rem !important; }
    .mt-sm-20 { margin-top: 1.25rem !important; }
    .mt-sm-24 { margin-top: 1.5rem !important; }
    .mt-sm-30 { margin-top: 1.875rem !important; }
    .mt-sm-40 { margin-top: 2.5rem !important; }
    .mt-sm-48 { margin-top: 3rem !important; }
    .mt-sm-50 { margin-top: 3.125rem !important; }
    .mt-sm-70 { margin-top: 4.375rem !important; }
    .mt-sm-auto { margin-top: auto !important; }
    .me-sm-0 { margin-left: 0 !important; }
    .me-sm-4 { margin-left: 0.25rem !important; }
    .me-sm-6 { margin-left: 0.375rem !important; }
    .me-sm-8 { margin-left: 0.5rem !important; }
    .me-sm-10 { margin-left: 0.625rem !important; }
    .me-sm-12 { margin-left: 0.75rem !important; }
    .me-sm-15 { margin-left: 0.9375rem !important; }
    .me-sm-16 { margin-left: 1rem !important; }
    .me-sm-20 { margin-left: 1.25rem !important; }
    .me-sm-24 { margin-left: 1.5rem !important; }
    .me-sm-30 { margin-left: 1.875rem !important; }
    .me-sm-40 { margin-left: 2.5rem !important; }
    .me-sm-48 { margin-left: 3rem !important; }
    .me-sm-50 { margin-left: 3.125rem !important; }
    .me-sm-70 { margin-left: 4.375rem !important; }
    .me-sm-auto { margin-left: auto !important; }
    .mb-sm-0 { margin-bottom: 0 !important; }
    .mb-sm-4 { margin-bottom: 0.25rem !important; }
    .mb-sm-6 { margin-bottom: 0.375rem !important; }
    .mb-sm-8 { margin-bottom: 0.5rem !important; }
    .mb-sm-10 { margin-bottom: 0.625rem !important; }
    .mb-sm-12 { margin-bottom: 0.75rem !important; }
    .mb-sm-15 { margin-bottom: 0.9375rem !important; }
    .mb-sm-16 { margin-bottom: 1rem !important; }
    .mb-sm-20 { margin-bottom: 1.25rem !important; }
    .mb-sm-24 { margin-bottom: 1.5rem !important; }
    .mb-sm-30 { margin-bottom: 1.875rem !important; }
    .mb-sm-40 { margin-bottom: 2.5rem !important; }
    .mb-sm-48 { margin-bottom: 3rem !important; }
    .mb-sm-50 { margin-bottom: 3.125rem !important; }
    .mb-sm-70 { margin-bottom: 4.375rem !important; }
    .mb-sm-auto { margin-bottom: auto !important; }
    .ms-sm-0 { margin-right: 0 !important; }
    .ms-sm-4 { margin-right: 0.25rem !important; }
    .ms-sm-6 { margin-right: 0.375rem !important; }
    .ms-sm-8 { margin-right: 0.5rem !important; }
    .ms-sm-10 { margin-right: 0.625rem !important; }
    .ms-sm-12 { margin-right: 0.75rem !important; }
    .ms-sm-15 { margin-right: 0.9375rem !important; }
    .ms-sm-16 { margin-right: 1rem !important; }
    .ms-sm-20 { margin-right: 1.25rem !important; }
    .ms-sm-24 { margin-right: 1.5rem !important; }
    .ms-sm-30 { margin-right: 1.875rem !important; }
    .ms-sm-40 { margin-right: 2.5rem !important; }
    .ms-sm-48 { margin-right: 3rem !important; }
    .ms-sm-50 { margin-right: 3.125rem !important; }
    .ms-sm-70 { margin-right: 4.375rem !important; }
    .ms-sm-auto { margin-right: auto !important; }
    .p-sm-0 { padding: 0 !important; }
    .p-sm-4 { padding: 0.25rem !important; }
    .p-sm-6 { padding: 0.375rem !important; }
    .p-sm-8 { padding: 0.5rem !important; }
    .p-sm-10 { padding: 0.625rem !important; }
    .p-sm-12 { padding: 0.75rem !important; }
    .p-sm-15 { padding: 0.9375rem !important; }
    .p-sm-16 { padding: 1rem !important; }
    .p-sm-20 { padding: 1.25rem !important; }
    .p-sm-24 { padding: 1.5rem !important; }
    .p-sm-30 { padding: 1.875rem !important; }
    .p-sm-40 { padding: 2.5rem !important; }
    .p-sm-48 { padding: 3rem !important; }
    .p-sm-50 { padding: 3.125rem !important; }
    .p-sm-70 { padding: 4.375rem !important; }
    .px-sm-0 { padding-left: 0 !important; padding-right: 0 !important; }
    .px-sm-4 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
    .px-sm-6 { padding-left: 0.375rem !important; padding-right: 0.375rem !important; }
    .px-sm-8 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
    .px-sm-10 { padding-left: 0.625rem !important; padding-right: 0.625rem !important; }
    .px-sm-12 { padding-left: 0.75rem !important; padding-right: 0.75rem !important; }
    .px-sm-15 { padding-left: 0.9375rem !important; padding-right: 0.9375rem !important; }
    .px-sm-16 { padding-left: 1rem !important; padding-right: 1rem !important; }
    .px-sm-20 { padding-left: 1.25rem !important; padding-right: 1.25rem !important; }
    .px-sm-24 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
    .px-sm-30 { padding-left: 1.875rem !important; padding-right: 1.875rem !important; }
    .px-sm-40 { padding-left: 2.5rem !important; padding-right: 2.5rem !important; }
    .px-sm-48 { padding-left: 3rem !important; padding-right: 3rem !important; }
    .px-sm-50 { padding-left: 3.125rem !important; padding-right: 3.125rem !important; }
    .px-sm-70 { padding-left: 4.375rem !important; padding-right: 4.375rem !important; }
    .py-sm-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
    .py-sm-4 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
    .py-sm-6 { padding-top: 0.375rem !important; padding-bottom: 0.375rem !important; }
    .py-sm-8 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
    .py-sm-10 { padding-top: 0.625rem !important; padding-bottom: 0.625rem !important; }
    .py-sm-12 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; }
    .py-sm-15 { padding-top: 0.9375rem !important; padding-bottom: 0.9375rem !important; }
    .py-sm-16 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
    .py-sm-20 { padding-top: 1.25rem !important; padding-bottom: 1.25rem !important; }
    .py-sm-24 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
    .py-sm-30 { padding-top: 1.875rem !important; padding-bottom: 1.875rem !important; }
    .py-sm-40 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
    .py-sm-48 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
    .py-sm-50 { padding-top: 3.125rem !important; padding-bottom: 3.125rem !important; }
    .py-sm-70 { padding-top: 4.375rem !important; padding-bottom: 4.375rem !important; }
    .pt-sm-0 { padding-top: 0 !important; }
    .pt-sm-4 { padding-top: 0.25rem !important; }
    .pt-sm-6 { padding-top: 0.375rem !important; }
    .pt-sm-8 { padding-top: 0.5rem !important; }
    .pt-sm-10 { padding-top: 0.625rem !important; }
    .pt-sm-12 { padding-top: 0.75rem !important; }
    .pt-sm-15 { padding-top: 0.9375rem !important; }
    .pt-sm-16 { padding-top: 1rem !important; }
    .pt-sm-20 { padding-top: 1.25rem !important; }
    .pt-sm-24 { padding-top: 1.5rem !important; }
    .pt-sm-30 { padding-top: 1.875rem !important; }
    .pt-sm-40 { padding-top: 2.5rem !important; }
    .pt-sm-48 { padding-top: 3rem !important; }
    .pt-sm-50 { padding-top: 3.125rem !important; }
    .pt-sm-70 { padding-top: 4.375rem !important; }
    .pe-sm-0 { padding-left: 0 !important; }
    .pe-sm-4 { padding-left: 0.25rem !important; }
    .pe-sm-6 { padding-left: 0.375rem !important; }
    .pe-sm-8 { padding-left: 0.5rem !important; }
    .pe-sm-10 { padding-left: 0.625rem !important; }
    .pe-sm-12 { padding-left: 0.75rem !important; }
    .pe-sm-15 { padding-left: 0.9375rem !important; }
    .pe-sm-16 { padding-left: 1rem !important; }
    .pe-sm-20 { padding-left: 1.25rem !important; }
    .pe-sm-24 { padding-left: 1.5rem !important; }
    .pe-sm-30 { padding-left: 1.875rem !important; }
    .pe-sm-40 { padding-left: 2.5rem !important; }
    .pe-sm-48 { padding-left: 3rem !important; }
    .pe-sm-50 { padding-left: 3.125rem !important; }
    .pe-sm-70 { padding-left: 4.375rem !important; }
    .pb-sm-0 { padding-bottom: 0 !important; }
    .pb-sm-4 { padding-bottom: 0.25rem !important; }
    .pb-sm-6 { padding-bottom: 0.375rem !important; }
    .pb-sm-8 { padding-bottom: 0.5rem !important; }
    .pb-sm-10 { padding-bottom: 0.625rem !important; }
    .pb-sm-12 { padding-bottom: 0.75rem !important; }
    .pb-sm-15 { padding-bottom: 0.9375rem !important; }
    .pb-sm-16 { padding-bottom: 1rem !important; }
    .pb-sm-20 { padding-bottom: 1.25rem !important; }
    .pb-sm-24 { padding-bottom: 1.5rem !important; }
    .pb-sm-30 { padding-bottom: 1.875rem !important; }
    .pb-sm-40 { padding-bottom: 2.5rem !important; }
    .pb-sm-48 { padding-bottom: 3rem !important; }
    .pb-sm-50 { padding-bottom: 3.125rem !important; }
    .pb-sm-70 { padding-bottom: 4.375rem !important; }
    .ps-sm-0 { padding-right: 0 !important; }
    .ps-sm-4 { padding-right: 0.25rem !important; }
    .ps-sm-6 { padding-right: 0.375rem !important; }
    .ps-sm-8 { padding-right: 0.5rem !important; }
    .ps-sm-10 { padding-right: 0.625rem !important; }
    .ps-sm-12 { padding-right: 0.75rem !important; }
    .ps-sm-15 { padding-right: 0.9375rem !important; }
    .ps-sm-16 { padding-right: 1rem !important; }
    .ps-sm-20 { padding-right: 1.25rem !important; }
    .ps-sm-24 { padding-right: 1.5rem !important; }
    .ps-sm-30 { padding-right: 1.875rem !important; }
    .ps-sm-40 { padding-right: 2.5rem !important; }
    .ps-sm-48 { padding-right: 3rem !important; }
    .ps-sm-50 { padding-right: 3.125rem !important; }
    .ps-sm-70 { padding-right: 4.375rem !important; }
    .fs-sm-1 { font-size: calc(1.375rem + 1.5vw) !important; }
    .fs-sm-2 { font-size: calc(1.325rem + 0.9vw) !important; }
    .fs-sm-3 { font-size: calc(1.3rem + 0.6vw) !important; }
    .fs-sm-4 { font-size: calc(1.275rem + 0.3vw) !important; }
    .fs-sm-5 { font-size: 1.25rem !important; }
    .fs-sm-6 { font-size: 1rem !important; }
    .fs-sm-12 { font-size: 0.75rem !important; }
    .fs-sm-13 { font-size: 0.8125rem !important; }
    .fs-sm-14 { font-size: 0.695rem !important; }
    .fs-sm-15 { font-size: 0.9375rem !important; }
    .fs-sm-16 { font-size: 1rem !important; }
    .fs-sm-17 { font-size: 1.0625rem !important; }
    .fs-sm-18 { font-size: 1.125rem !important; }
    .fs-sm-20 { font-size: 1.25rem !important; }
    .fs-sm-22 { font-size: calc(1.2625rem + 0.15vw) !important; }
    .fs-sm-24 { font-size: calc(1.275rem + 0.3vw) !important; }
    .fs-sm-30 { font-size: calc(1.3125rem + 0.75vw) !important; }
    .fs-sm-32 { font-size: calc(1.325rem + 0.9vw) !important; }
    .fs-sm-35 { font-size: calc(1.34375rem + 1.125vw) !important; }
    .fs-sm-40 { font-size: calc(1.375rem + 1.5vw) !important; }
    .fs-sm-64 { font-size: calc(1.525rem + 3.3vw) !important; }
    .lh-sm-1 { line-height: 1 !important; }
    .lh-sm-sm { line-height: 1.25 !important; }
    .lh-sm-base { line-height: 1.5 !important; }
    .lh-sm-lg { line-height: 2 !important; }
    .lh-sm-26 { line-height: 1.625 !important; }
    .lh-sm-27 { line-height: 1.6875 !important; }
    .lh-sm-30 { line-height: 1.875 !important; }
    .lh-sm-38 { line-height: 2.375 !important; }
    .lh-sm-46 { line-height: 2.156 !important; }
    .lh-sm-48 { line-height: 2.25 !important; }
    .lh-sm-53 { line-height: 2.484 !important; }
    .lh-sm-62 { line-height: 2.906 !important; }
    .text-sm-start { text-align: right !important; }
    .text-sm-end { text-align: left !important; }
    .text-sm-center { text-align: center !important; } }

@media (min-width: 768px) { .float-md-start { float: right !important; }
    .float-md-end { float: left !important; }
    .float-md-none { float: none !important; }
    .d-md-inline { display: inline !important; }
    .d-md-inline-block { display: inline-block !important; }
    .d-md-block { display: block !important; }
    .d-md-grid { display: grid !important; }
    .d-md-table { display: table !important; }
    .d-md-table-row { display: table-row !important; }
    .d-md-table-cell { display: table-cell !important; }
    .d-md-flex { display: flex !important; }
    .d-md-inline-flex { display: inline-flex !important; }
    .d-md-none { display: none !important; }
    .border-top-md { border-top: 1px solid #dee2e6 !important; }
    .border-top-md-0 { border-top: 0 !important; }
    .border-end-md { border-left: 1px solid #dee2e6 !important; }
    .border-end-md-0 { border-left: 0 !important; }
    .border-bottom-md { border-bottom: 1px solid #dee2e6 !important; }
    .border-bottom-md-0 { border-bottom: 0 !important; }
    .border-start-md { border-right: 1px solid #dee2e6 !important; }
    .border-start-md-0 { border-right: 0 !important; }
    .w-md-25 { width: 25% !important; }
    .w-md-50 { width: 50% !important; }
    .w-md-75 { width: 75% !important; }
    .w-md-100 { width: 100% !important; }
    .w-md-auto { width: auto !important; }
    .flex-md-fill { flex: 1 1 auto !important; }
    .flex-md-0 { flex: 0px !important; }
    .flex-md-row { flex-direction: row !important; }
    .flex-md-column { flex-direction: column !important; }
    .flex-md-row-reverse { flex-direction: row-reverse !important; }
    .flex-md-column-reverse { flex-direction: column-reverse !important; }
    .flex-md-grow-0 { flex-grow: 0 !important; }
    .flex-md-grow-1 { flex-grow: 1 !important; }
    .flex-md-shrink-0 { flex-shrink: 0 !important; }
    .flex-md-shrink-1 { flex-shrink: 1 !important; }
    .flex-md-wrap { flex-wrap: wrap !important; }
    .flex-md-nowrap { flex-wrap: nowrap !important; }
    .flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; }
    .gap-md-0 { gap: 0 !important; }
    .gap-md-4 { gap: 0.25rem !important; }
    .gap-md-6 { gap: 0.375rem !important; }
    .gap-md-8 { gap: 0.5rem !important; }
    .gap-md-10 { gap: 0.625rem !important; }
    .gap-md-12 { gap: 0.75rem !important; }
    .gap-md-15 { gap: 0.9375rem !important; }
    .gap-md-16 { gap: 1rem !important; }
    .gap-md-20 { gap: 1.25rem !important; }
    .gap-md-24 { gap: 1.5rem !important; }
    .gap-md-30 { gap: 1.875rem !important; }
    .gap-md-40 { gap: 2.5rem !important; }
    .gap-md-48 { gap: 3rem !important; }
    .gap-md-50 { gap: 3.125rem !important; }
    .gap-md-70 { gap: 4.375rem !important; }
    .justify-md-start { justify-content: flex-start !important; }
    .justify-md-end { justify-content: flex-end !important; }
    .justify-md-center { justify-content: center !important; }
    .justify-md-between { justify-content: space-between !important; }
    .justify-md-around { justify-content: space-around !important; }
    .justify-md-evenly { justify-content: space-evenly !important; }
    .items-md-start { align-items: flex-start !important; }
    .items-md-end { align-items: flex-end !important; }
    .items-md-center { align-items: center !important; }
    .items-md-baseline { align-items: baseline !important; }
    .items-md-stretch { align-items: stretch !important; }
    .align-content-md-start { align-content: flex-start !important; }
    .align-content-md-end { align-content: flex-end !important; }
    .align-content-md-center { align-content: center !important; }
    .align-content-md-between { align-content: space-between !important; }
    .align-content-md-around { align-content: space-around !important; }
    .align-content-md-stretch { align-content: stretch !important; }
    .align-self-md-auto { align-self: auto !important; }
    .align-self-md-start { align-self: flex-start !important; }
    .align-self-md-end { align-self: flex-end !important; }
    .align-self-md-center { align-self: center !important; }
    .align-self-md-baseline { align-self: baseline !important; }
    .align-self-md-stretch { align-self: stretch !important; }
    .order-md-first { order: -1 !important; }
    .order-md-0 { order: 0 !important; }
    .order-md-1 { order: 1 !important; }
    .order-md-2 { order: 2 !important; }
    .order-md-3 { order: 3 !important; }
    .order-md-4 { order: 4 !important; }
    .order-md-5 { order: 5 !important; }
    .order-md-last { order: 6 !important; }
    .m-md-0 { margin: 0 !important; }
    .m-md-4 { margin: 0.25rem !important; }
    .m-md-6 { margin: 0.375rem !important; }
    .m-md-8 { margin: 0.5rem !important; }
    .m-md-10 { margin: 0.625rem !important; }
    .m-md-12 { margin: 0.75rem !important; }
    .m-md-15 { margin: 0.9375rem !important; }
    .m-md-16 { margin: 1rem !important; }
    .m-md-20 { margin: 1.25rem !important; }
    .m-md-24 { margin: 1.5rem !important; }
    .m-md-30 { margin: 1.875rem !important; }
    .m-md-40 { margin: 2.5rem !important; }
    .m-md-48 { margin: 3rem !important; }
    .m-md-50 { margin: 3.125rem !important; }
    .m-md-70 { margin: 4.375rem !important; }
    .m-md-auto { margin: auto !important; }
    .mx-md-0 { margin-left: 0 !important; margin-right: 0 !important; }
    .mx-md-4 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; }
    .mx-md-6 { margin-left: 0.375rem !important; margin-right: 0.375rem !important; }
    .mx-md-8 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
    .mx-md-10 { margin-left: 0.625rem !important; margin-right: 0.625rem !important; }
    .mx-md-12 { margin-left: 0.75rem !important; margin-right: 0.75rem !important; }
    .mx-md-15 { margin-left: 0.9375rem !important; margin-right: 0.9375rem !important; }
    .mx-md-16 { margin-left: 1rem !important; margin-right: 1rem !important; }
    .mx-md-20 { margin-left: 1.25rem !important; margin-right: 1.25rem !important; }
    .mx-md-24 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
    .mx-md-30 { margin-left: 1.875rem !important; margin-right: 1.875rem !important; }
    .mx-md-40 { margin-left: 2.5rem !important; margin-right: 2.5rem !important; }
    .mx-md-48 { margin-left: 3rem !important; margin-right: 3rem !important; }
    .mx-md-50 { margin-left: 3.125rem !important; margin-right: 3.125rem !important; }
    .mx-md-70 { margin-left: 4.375rem !important; margin-right: 4.375rem !important; }
    .mx-md-auto { margin-left: auto !important; margin-right: auto !important; }
    .my-md-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
    .my-md-4 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
    .my-md-6 { margin-top: 0.375rem !important; margin-bottom: 0.375rem !important; }
    .my-md-8 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
    .my-md-10 { margin-top: 0.625rem !important; margin-bottom: 0.625rem !important; }
    .my-md-12 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; }
    .my-md-15 { margin-top: 0.9375rem !important; margin-bottom: 0.9375rem !important; }
    .my-md-16 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
    .my-md-20 { margin-top: 1.25rem !important; margin-bottom: 1.25rem !important; }
    .my-md-24 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
    .my-md-30 { margin-top: 1.875rem !important; margin-bottom: 1.875rem !important; }
    .my-md-40 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; }
    .my-md-48 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
    .my-md-50 { margin-top: 3.125rem !important; margin-bottom: 3.125rem !important; }
    .my-md-70 { margin-top: 4.375rem !important; margin-bottom: 4.375rem !important; }
    .my-md-auto { margin-top: auto !important; margin-bottom: auto !important; }
    .mt-md-0 { margin-top: 0 !important; }
    .mt-md-4 { margin-top: 0.25rem !important; }
    .mt-md-6 { margin-top: 0.375rem !important; }
    .mt-md-8 { margin-top: 0.5rem !important; }
    .mt-md-10 { margin-top: 0.625rem !important; }
    .mt-md-12 { margin-top: 0.75rem !important; }
    .mt-md-15 { margin-top: 0.9375rem !important; }
    .mt-md-16 { margin-top: 1rem !important; }
    .mt-md-20 { margin-top: 1.25rem !important; }
    .mt-md-24 { margin-top: 1.5rem !important; }
    .mt-md-30 { margin-top: 1.875rem !important; }
    .mt-md-40 { margin-top: 2.5rem !important; }
    .mt-md-48 { margin-top: 3rem !important; }
    .mt-md-50 { margin-top: 3.125rem !important; }
    .mt-md-70 { margin-top: 4.375rem !important; }
    .mt-md-auto { margin-top: auto !important; }
    .me-md-0 { margin-left: 0 !important; }
    .me-md-4 { margin-left: 0.25rem !important; }
    .me-md-6 { margin-left: 0.375rem !important; }
    .me-md-8 { margin-left: 0.5rem !important; }
    .me-md-10 { margin-left: 0.625rem !important; }
    .me-md-12 { margin-left: 0.75rem !important; }
    .me-md-15 { margin-left: 0.9375rem !important; }
    .me-md-16 { margin-left: 1rem !important; }
    .me-md-20 { margin-left: 1.25rem !important; }
    .me-md-24 { margin-left: 1.5rem !important; }
    .me-md-30 { margin-left: 1.875rem !important; }
    .me-md-40 { margin-left: 2.5rem !important; }
    .me-md-48 { margin-left: 3rem !important; }
    .me-md-50 { margin-left: 3.125rem !important; }
    .me-md-70 { margin-left: 4.375rem !important; }
    .me-md-auto { margin-left: auto !important; }
    .mb-md-0 { margin-bottom: 0 !important; }
    .mb-md-4 { margin-bottom: 0.25rem !important; }
    .mb-md-6 { margin-bottom: 0.375rem !important; }
    .mb-md-8 { margin-bottom: 0.5rem !important; }
    .mb-md-10 { margin-bottom: 0.625rem !important; }
    .mb-md-12 { margin-bottom: 0.75rem !important; }
    .mb-md-15 { margin-bottom: 0.9375rem !important; }
    .mb-md-16 { margin-bottom: 1rem !important; }
    .mb-md-20 { margin-bottom: 1.25rem !important; }
    .mb-md-24 { margin-bottom: 1.5rem !important; }
    .mb-md-30 { margin-bottom: 1.875rem !important; }
    .mb-md-40 { margin-bottom: 2.5rem !important; }
    .mb-md-48 { margin-bottom: 3rem !important; }
    .mb-md-50 { margin-bottom: 3.125rem !important; }
    .mb-md-70 { margin-bottom: 4.375rem !important; }
    .mb-md-auto { margin-bottom: auto !important; }
    .ms-md-0 { margin-right: 0 !important; }
    .ms-md-4 { margin-right: 0.25rem !important; }
    .ms-md-6 { margin-right: 0.375rem !important; }
    .ms-md-8 { margin-right: 0.5rem !important; }
    .ms-md-10 { margin-right: 0.625rem !important; }
    .ms-md-12 { margin-right: 0.75rem !important; }
    .ms-md-15 { margin-right: 0.9375rem !important; }
    .ms-md-16 { margin-right: 1rem !important; }
    .ms-md-20 { margin-right: 1.25rem !important; }
    .ms-md-24 { margin-right: 1.5rem !important; }
    .ms-md-30 { margin-right: 1.875rem !important; }
    .ms-md-40 { margin-right: 2.5rem !important; }
    .ms-md-48 { margin-right: 3rem !important; }
    .ms-md-50 { margin-right: 3.125rem !important; }
    .ms-md-70 { margin-right: 4.375rem !important; }
    .ms-md-auto { margin-right: auto !important; }
    .p-md-0 { padding: 0 !important; }
    .p-md-4 { padding: 0.25rem !important; }
    .p-md-6 { padding: 0.375rem !important; }
    .p-md-8 { padding: 0.5rem !important; }
    .p-md-10 { padding: 0.625rem !important; }
    .p-md-12 { padding: 0.75rem !important; }
    .p-md-15 { padding: 0.9375rem !important; }
    .p-md-16 { padding: 1rem !important; }
    .p-md-20 { padding: 1.25rem !important; }
    .p-md-24 { padding: 1.5rem !important; }
    .p-md-30 { padding: 1.875rem !important; }
    .p-md-40 { padding: 2.5rem !important; }
    .p-md-48 { padding: 3rem !important; }
    .p-md-50 { padding: 3.125rem !important; }
    .p-md-70 { padding: 4.375rem !important; }
    .px-md-0 { padding-left: 0 !important; padding-right: 0 !important; }
    .px-md-4 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
    .px-md-6 { padding-left: 0.375rem !important; padding-right: 0.375rem !important; }
    .px-md-8 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
    .px-md-10 { padding-left: 0.625rem !important; padding-right: 0.625rem !important; }
    .px-md-12 { padding-left: 0.75rem !important; padding-right: 0.75rem !important; }
    .px-md-15 { padding-left: 0.9375rem !important; padding-right: 0.9375rem !important; }
    .px-md-16 { padding-left: 1rem !important; padding-right: 1rem !important; }
    .px-md-20 { padding-left: 1.25rem !important; padding-right: 1.25rem !important; }
    .px-md-24 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
    .px-md-30 { padding-left: 1.875rem !important; padding-right: 1.875rem !important; }
    .px-md-40 { padding-left: 2.5rem !important; padding-right: 2.5rem !important; }
    .px-md-48 { padding-left: 3rem !important; padding-right: 3rem !important; }
    .px-md-50 { padding-left: 3.125rem !important; padding-right: 3.125rem !important; }
    .px-md-70 { padding-left: 4.375rem !important; padding-right: 4.375rem !important; }
    .py-md-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
    .py-md-4 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
    .py-md-6 { padding-top: 0.375rem !important; padding-bottom: 0.375rem !important; }
    .py-md-8 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
    .py-md-10 { padding-top: 0.625rem !important; padding-bottom: 0.625rem !important; }
    .py-md-12 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; }
    .py-md-15 { padding-top: 0.9375rem !important; padding-bottom: 0.9375rem !important; }
    .py-md-16 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
    .py-md-20 { padding-top: 1.25rem !important; padding-bottom: 1.25rem !important; }
    .py-md-24 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
    .py-md-30 { padding-top: 1.875rem !important; padding-bottom: 1.875rem !important; }
    .py-md-40 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
    .py-md-48 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
    .py-md-50 { padding-top: 3.125rem !important; padding-bottom: 3.125rem !important; }
    .py-md-70 { padding-top: 4.375rem !important; padding-bottom: 4.375rem !important; }
    .pt-md-0 { padding-top: 0 !important; }
    .pt-md-4 { padding-top: 0.25rem !important; }
    .pt-md-6 { padding-top: 0.375rem !important; }
    .pt-md-8 { padding-top: 0.5rem !important; }
    .pt-md-10 { padding-top: 0.625rem !important; }
    .pt-md-12 { padding-top: 0.75rem !important; }
    .pt-md-15 { padding-top: 0.9375rem !important; }
    .pt-md-16 { padding-top: 1rem !important; }
    .pt-md-20 { padding-top: 1.25rem !important; }
    .pt-md-24 { padding-top: 1.5rem !important; }
    .pt-md-30 { padding-top: 1.875rem !important; }
    .pt-md-40 { padding-top: 2.5rem !important; }
    .pt-md-48 { padding-top: 3rem !important; }
    .pt-md-50 { padding-top: 3.125rem !important; }
    .pt-md-70 { padding-top: 4.375rem !important; }
    .pe-md-0 { padding-left: 0 !important; }
    .pe-md-4 { padding-left: 0.25rem !important; }
    .pe-md-6 { padding-left: 0.375rem !important; }
    .pe-md-8 { padding-left: 0.5rem !important; }
    .pe-md-10 { padding-left: 0.625rem !important; }
    .pe-md-12 { padding-left: 0.75rem !important; }
    .pe-md-15 { padding-left: 0.9375rem !important; }
    .pe-md-16 { padding-left: 1rem !important; }
    .pe-md-20 { padding-left: 1.25rem !important; }
    .pe-md-24 { padding-left: 1.5rem !important; }
    .pe-md-30 { padding-left: 1.875rem !important; }
    .pe-md-40 { padding-left: 2.5rem !important; }
    .pe-md-48 { padding-left: 3rem !important; }
    .pe-md-50 { padding-left: 3.125rem !important; }
    .pe-md-70 { padding-left: 4.375rem !important; }
    .pb-md-0 { padding-bottom: 0 !important; }
    .pb-md-4 { padding-bottom: 0.25rem !important; }
    .pb-md-6 { padding-bottom: 0.375rem !important; }
    .pb-md-8 { padding-bottom: 0.5rem !important; }
    .pb-md-10 { padding-bottom: 0.625rem !important; }
    .pb-md-12 { padding-bottom: 0.75rem !important; }
    .pb-md-15 { padding-bottom: 0.9375rem !important; }
    .pb-md-16 { padding-bottom: 1rem !important; }
    .pb-md-20 { padding-bottom: 1.25rem !important; }
    .pb-md-24 { padding-bottom: 1.5rem !important; }
    .pb-md-30 { padding-bottom: 1.875rem !important; }
    .pb-md-40 { padding-bottom: 2.5rem !important; }
    .pb-md-48 { padding-bottom: 3rem !important; }
    .pb-md-50 { padding-bottom: 3.125rem !important; }
    .pb-md-70 { padding-bottom: 4.375rem !important; }
    .ps-md-0 { padding-right: 0 !important; }
    .ps-md-4 { padding-right: 0.25rem !important; }
    .ps-md-6 { padding-right: 0.375rem !important; }
    .ps-md-8 { padding-right: 0.5rem !important; }
    .ps-md-10 { padding-right: 0.625rem !important; }
    .ps-md-12 { padding-right: 0.75rem !important; }
    .ps-md-15 { padding-right: 0.9375rem !important; }
    .ps-md-16 { padding-right: 1rem !important; }
    .ps-md-20 { padding-right: 1.25rem !important; }
    .ps-md-24 { padding-right: 1.5rem !important; }
    .ps-md-30 { padding-right: 1.875rem !important; }
    .ps-md-40 { padding-right: 2.5rem !important; }
    .ps-md-48 { padding-right: 3rem !important; }
    .ps-md-50 { padding-right: 3.125rem !important; }
    .ps-md-70 { padding-right: 4.375rem !important; }
    .fs-md-1 { font-size: calc(1.375rem + 1.5vw) !important; }
    .fs-md-2 { font-size: calc(1.325rem + 0.9vw) !important; }
    .fs-md-3 { font-size: calc(1.3rem + 0.6vw) !important; }
    .fs-md-4 { font-size: calc(1.275rem + 0.3vw) !important; }
    .fs-md-5 { font-size: 1.25rem !important; }
    .fs-md-6 { font-size: 1rem !important; }
    .fs-md-12 { font-size: 0.75rem !important; }
    .fs-md-13 { font-size: 0.8125rem !important; }
    .fs-md-14 { font-size: 0.875rem !important; }
    .fs-md-15 { font-size: 0.8375rem !important; }
    .fs-md-16 { font-size: 1rem !important; }
    .fs-md-17 { font-size: 1.0625rem !important; }
    .fs-md-18 { font-size: 1.125rem !important; }
    .fs-md-20 { font-size: 1.25rem !important; }
    .fs-md-22 { font-size: calc(1.2625rem + 0.15vw) !important; }
    .fs-md-24 { font-size: calc(1.275rem + 0.3vw) !important; }
    .fs-md-30 { font-size: calc(1.3125rem + 0.75vw) !important; }
    .fs-md-32 { font-size: calc(1.325rem + 0.9vw) !important; }
    .fs-md-35 { font-size: calc(1.34375rem + 1.125vw) !important; }
    .fs-md-40 { font-size: calc(1.375rem + 1.5vw) !important; }
    .fs-md-64 { font-size: calc(1.525rem + 3.3vw) !important; }
    .lh-md-1 { line-height: 1 !important; }
    .lh-md-sm { line-height: 1.25 !important; }
    .lh-md-base { line-height: 1.5 !important; }
    .lh-md-lg { line-height: 2 !important; }
    .lh-md-26 { line-height: 1.625 !important; }
    .lh-md-27 { line-height: 1.6875 !important; }
    .lh-md-30 { line-height: 1.875 !important; }
    .lh-md-38 { line-height: 2.375 !important; }
    .lh-md-46 { line-height: 2.156 !important; }
    .lh-md-48 { line-height: 2.25 !important; }
    .lh-md-53 { line-height: 2.484 !important; }
    .lh-md-62 { line-height: 2.906 !important; }
    .text-md-start { text-align: right !important; }
    .text-md-end { text-align: left !important; }
    .text-md-center { text-align: center !important; } }

@media (min-width: 992px) { .float-lg-start { float: right !important; }
    .float-lg-end { float: left !important; }
    .float-lg-none { float: none !important; }
    .d-lg-inline { display: inline !important; }
    .d-lg-inline-block { display: inline-block !important; }
    .d-lg-block { display: block !important; }
    .d-lg-grid { display: grid !important; }
    .d-lg-table { display: table !important; }
    .d-lg-table-row { display: table-row !important; }
    .d-lg-table-cell { display: table-cell !important; }
    .d-lg-flex { display: flex !important; }
    .d-lg-inline-flex { display: inline-flex !important; }
    .d-lg-none { display: none !important; }
    .border-top-lg { border-top: 1px solid #dee2e6 !important; }
    .border-top-lg-0 { border-top: 0 !important; }
    .border-end-lg { border-left: 1px solid #dee2e6 !important; }
    .border-end-lg-0 { border-left: 0 !important; }
    .border-bottom-lg { border-bottom: 1px solid #dee2e6 !important; }
    .border-bottom-lg-0 { border-bottom: 0 !important; }
    .border-start-lg { border-right: 1px solid #dee2e6 !important; }
    .border-start-lg-0 { border-right: 0 !important; }
    .w-lg-25 { width: 25% !important; }
    .w-lg-50 { width: 50% !important; }
    .w-lg-75 { width: 75% !important; }
    .w-lg-100 { width: 100% !important; }
    .w-lg-auto { width: auto !important; }
    .flex-lg-fill { flex: 1 1 auto !important; }
    .flex-lg-0 { flex: 0px !important; }
    .flex-lg-row { flex-direction: row !important; }
    .flex-lg-column { flex-direction: column !important; }
    .flex-lg-row-reverse { flex-direction: row-reverse !important; }
    .flex-lg-column-reverse { flex-direction: column-reverse !important; }
    .flex-lg-grow-0 { flex-grow: 0 !important; }
    .flex-lg-grow-1 { flex-grow: 1 !important; }
    .flex-lg-shrink-0 { flex-shrink: 0 !important; }
    .flex-lg-shrink-1 { flex-shrink: 1 !important; }
    .flex-lg-wrap { flex-wrap: wrap !important; }
    .flex-lg-nowrap { flex-wrap: nowrap !important; }
    .flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; }
    .gap-lg-0 { gap: 0 !important; }
    .gap-lg-4 { gap: 0.25rem !important; }
    .gap-lg-6 { gap: 0.375rem !important; }
    .gap-lg-8 { gap: 0.5rem !important; }
    .gap-lg-10 { gap: 0.625rem !important; }
    .gap-lg-12 { gap: 0.75rem !important; }
    .gap-lg-15 { gap: 0.9375rem !important; }
    .gap-lg-16 { gap: 1rem !important; }
    .gap-lg-20 { gap: 1.25rem !important; }
    .gap-lg-24 { gap: 1.5rem !important; }
    .gap-lg-30 { gap: 1.875rem !important; }
    .gap-lg-40 { gap: 2.5rem !important; }
    .gap-lg-48 { gap: 3rem !important; }
    .gap-lg-50 { gap: 3.125rem !important; }
    .gap-lg-70 { gap: 4.375rem !important; }
    .justify-lg-start { justify-content: flex-start !important; }
    .justify-lg-end { justify-content: flex-end !important; }
    .justify-lg-center { justify-content: center !important; }
    .justify-lg-between { justify-content: space-between !important; }
    .justify-lg-around { justify-content: space-around !important; }
    .justify-lg-evenly { justify-content: space-evenly !important; }
    .items-lg-start { align-items: flex-start !important; }
    .items-lg-end { align-items: flex-end !important; }
    .items-lg-center { align-items: center !important; }
    .items-lg-baseline { align-items: baseline !important; }
    .items-lg-stretch { align-items: stretch !important; }
    .align-content-lg-start { align-content: flex-start !important; }
    .align-content-lg-end { align-content: flex-end !important; }
    .align-content-lg-center { align-content: center !important; }
    .align-content-lg-between { align-content: space-between !important; }
    .align-content-lg-around { align-content: space-around !important; }
    .align-content-lg-stretch { align-content: stretch !important; }
    .align-self-lg-auto { align-self: auto !important; }
    .align-self-lg-start { align-self: flex-start !important; }
    .align-self-lg-end { align-self: flex-end !important; }
    .align-self-lg-center { align-self: center !important; }
    .align-self-lg-baseline { align-self: baseline !important; }
    .align-self-lg-stretch { align-self: stretch !important; }
    .order-lg-first { order: -1 !important; }
    .order-lg-0 { order: 0 !important; }
    .order-lg-1 { order: 1 !important; }
    .order-lg-2 { order: 2 !important; }
    .order-lg-3 { order: 3 !important; }
    .order-lg-4 { order: 4 !important; }
    .order-lg-5 { order: 5 !important; }
    .order-lg-last { order: 6 !important; }
    .m-lg-0 { margin: 0 !important; }
    .m-lg-4 { margin: 0.25rem !important; }
    .m-lg-6 { margin: 0.375rem !important; }
    .m-lg-8 { margin: 0.5rem !important; }
    .m-lg-10 { margin: 0.625rem !important; }
    .m-lg-12 { margin: 0.75rem !important; }
    .m-lg-15 { margin: 0.9375rem !important; }
    .m-lg-16 { margin: 1rem !important; }
    .m-lg-20 { margin: 1.25rem !important; }
    .m-lg-24 { margin: 1.5rem !important; }
    .m-lg-30 { margin: 1.875rem !important; }
    .m-lg-40 { margin: 2.5rem !important; }
    .m-lg-48 { margin: 3rem !important; }
    .m-lg-50 { margin: 3.125rem !important; }
    .m-lg-70 { margin: 4.375rem !important; }
    .m-lg-auto { margin: auto !important; }
    .mx-lg-0 { margin-left: 0 !important; margin-right: 0 !important; }
    .mx-lg-4 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; }
    .mx-lg-6 { margin-left: 0.375rem !important; margin-right: 0.375rem !important; }
    .mx-lg-8 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
    .mx-lg-10 { margin-left: 0.625rem !important; margin-right: 0.625rem !important; }
    .mx-lg-12 { margin-left: 0.75rem !important; margin-right: 0.75rem !important; }
    .mx-lg-15 { margin-left: 0.9375rem !important; margin-right: 0.9375rem !important; }
    .mx-lg-16 { margin-left: 1rem !important; margin-right: 1rem !important; }
    .mx-lg-20 { margin-left: 1.25rem !important; margin-right: 1.25rem !important; }
    .mx-lg-24 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
    .mx-lg-30 { margin-left: 1.875rem !important; margin-right: 1.875rem !important; }
    .mx-lg-40 { margin-left: 2.5rem !important; margin-right: 2.5rem !important; }
    .mx-lg-48 { margin-left: 3rem !important; margin-right: 3rem !important; }
    .mx-lg-50 { margin-left: 3.125rem !important; margin-right: 3.125rem !important; }
    .mx-lg-70 { margin-left: 4.375rem !important; margin-right: 4.375rem !important; }
    .mx-lg-auto { margin-left: auto !important; margin-right: auto !important; }
    .my-lg-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
    .my-lg-4 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
    .my-lg-6 { margin-top: 0.375rem !important; margin-bottom: 0.375rem !important; }
    .my-lg-8 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
    .my-lg-10 { margin-top: 0.625rem !important; margin-bottom: 0.625rem !important; }
    .my-lg-12 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; }
    .my-lg-15 { margin-top: 0.9375rem !important; margin-bottom: 0.9375rem !important; }
    .my-lg-16 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
    .my-lg-20 { margin-top: 1.25rem !important; margin-bottom: 1.25rem !important; }
    .my-lg-24 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
    .my-lg-30 { margin-top: 1.875rem !important; margin-bottom: 1.875rem !important; }
    .my-lg-40 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; }
    .my-lg-48 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
    .my-lg-50 { margin-top: 3.125rem !important; margin-bottom: 3.125rem !important; }
    .my-lg-70 { margin-top: 4.375rem !important; margin-bottom: 4.375rem !important; }
    .my-lg-auto { margin-top: auto !important; margin-bottom: auto !important; }
    .mt-lg-0 { margin-top: 0 !important; }
    .mt-lg-4 { margin-top: 0.25rem !important; }
    .mt-lg-6 { margin-top: 0.375rem !important; }
    .mt-lg-8 { margin-top: 0.5rem !important; }
    .mt-lg-10 { margin-top: 0.625rem !important; }
    .mt-lg-12 { margin-top: 0.75rem !important; }
    .mt-lg-15 { margin-top: 0.9375rem !important; }
    .mt-lg-16 { margin-top: 1rem !important; }
    .mt-lg-20 { margin-top: 1.25rem !important; }
    .mt-lg-24 { margin-top: 1.5rem !important; }
    .mt-lg-30 { margin-top: 1.875rem !important; }
    .mt-lg-40 { margin-top: 2.5rem !important; }
    .mt-lg-48 { margin-top: 3rem !important; }
    .mt-lg-50 { margin-top: 3.125rem !important; }
    .mt-lg-70 { margin-top: 4.375rem !important; }
    .mt-lg-auto { margin-top: auto !important; }
    .me-lg-0 { margin-left: 0 !important; }
    .me-lg-4 { margin-left: 0.25rem !important; }
    .me-lg-6 { margin-left: 0.375rem !important; }
    .me-lg-8 { margin-left: 0.5rem !important; }
    .me-lg-10 { margin-left: 0.625rem !important; }
    .me-lg-12 { margin-left: 0.75rem !important; }
    .me-lg-15 { margin-left: 0.9375rem !important; }
    .me-lg-16 { margin-left: 1rem !important; }
    .me-lg-20 { margin-left: 1.25rem !important; }
    .me-lg-24 { margin-left: 1.5rem !important; }
    .me-lg-30 { margin-left: 1.875rem !important; }
    .me-lg-40 { margin-left: 2.5rem !important; }
    .me-lg-48 { margin-left: 3rem !important; }
    .me-lg-50 { margin-left: 3.125rem !important; }
    .me-lg-70 { margin-left: 4.375rem !important; }
    .me-lg-auto { margin-left: auto !important; }
    .mb-lg-0 { margin-bottom: 0 !important; }
    .mb-lg-4 { margin-bottom: 0.25rem !important; }
    .mb-lg-6 { margin-bottom: 0.375rem !important; }
    .mb-lg-8 { margin-bottom: 0.5rem !important; }
    .mb-lg-10 { margin-bottom: 0.625rem !important; }
    .mb-lg-12 { margin-bottom: 0.75rem !important; }
    .mb-lg-15 { margin-bottom: 0.9375rem !important; }
    .mb-lg-16 { margin-bottom: 1rem !important; }
    .mb-lg-20 { margin-bottom: 1.25rem !important; }
    .mb-lg-24 { margin-bottom: 1.5rem !important; }
    .mb-lg-30 { margin-bottom: 1.875rem !important; }
    .mb-lg-40 { margin-bottom: 2.5rem !important; }
    .mb-lg-48 { margin-bottom: 3rem !important; }
    .mb-lg-50 { margin-bottom: 3.125rem !important; }
    .mb-lg-70 { margin-bottom: 4.375rem !important; }
    .mb-lg-auto { margin-bottom: auto !important; }
    .ms-lg-0 { margin-right: 0 !important; }
    .ms-lg-4 { margin-right: 0.25rem !important; }
    .ms-lg-6 { margin-right: 0.375rem !important; }
    .ms-lg-8 { margin-right: 0.5rem !important; }
    .ms-lg-10 { margin-right: 0.625rem !important; }
    .ms-lg-12 { margin-right: 0.75rem !important; }
    .ms-lg-15 { margin-right: 0.9375rem !important; }
    .ms-lg-16 { margin-right: 1rem !important; }
    .ms-lg-20 { margin-right: 1.25rem !important; }
    .ms-lg-24 { margin-right: 1.5rem !important; }
    .ms-lg-30 { margin-right: 1.875rem !important; }
    .ms-lg-40 { margin-right: 2.5rem !important; }
    .ms-lg-48 { margin-right: 3rem !important; }
    .ms-lg-50 { margin-right: 3.125rem !important; }
    .ms-lg-70 { margin-right: 4.375rem !important; }
    .ms-lg-auto { margin-right: auto !important; }
    .p-lg-0 { padding: 0 !important; }
    .p-lg-4 { padding: 0.25rem !important; }
    .p-lg-6 { padding: 0.375rem !important; }
    .p-lg-8 { padding: 0.5rem !important; }
    .p-lg-10 { padding: 0.625rem !important; }
    .p-lg-12 { padding: 0.75rem !important; }
    .p-lg-15 { padding: 0.9375rem !important; }
    .p-lg-16 { padding: 1rem !important; }
    .p-lg-20 { padding: 1.25rem !important; }
    .p-lg-24 { padding: 1.5rem !important; }
    .p-lg-30 { padding: 1.875rem !important; }
    .p-lg-40 { padding: 2.5rem !important; }
    .p-lg-48 { padding: 3rem !important; }
    .p-lg-50 { padding: 3.125rem !important; }
    .p-lg-70 { padding: 4.375rem !important; }
    .px-lg-0 { padding-left: 0 !important; padding-right: 0 !important; }
    .px-lg-4 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
    .px-lg-6 { padding-left: 0.375rem !important; padding-right: 0.375rem !important; }
    .px-lg-8 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
    .px-lg-10 { padding-left: 0.625rem !important; padding-right: 0.625rem !important; }
    .px-lg-12 { padding-left: 0.75rem !important; padding-right: 0.75rem !important; }
    .px-lg-15 { padding-left: 0.9375rem !important; padding-right: 0.9375rem !important; }
    .px-lg-16 { padding-left: 1rem !important; padding-right: 1rem !important; }
    .px-lg-20 { padding-left: 1.25rem !important; padding-right: 1.25rem !important; }
    .px-lg-24 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
    .px-lg-30 { padding-left: 1.875rem !important; padding-right: 1.875rem !important; }
    .px-lg-40 { padding-left: 2.5rem !important; padding-right: 2.5rem !important; }
    .px-lg-48 { padding-left: 3rem !important; padding-right: 3rem !important; }
    .px-lg-50 { padding-left: 3.125rem !important; padding-right: 3.125rem !important; }
    .px-lg-70 { padding-left: 4.375rem !important; padding-right: 4.375rem !important; }
    .py-lg-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
    .py-lg-4 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
    .py-lg-6 { padding-top: 0.375rem !important; padding-bottom: 0.375rem !important; }
    .py-lg-8 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
    .py-lg-10 { padding-top: 0.625rem !important; padding-bottom: 0.625rem !important; }
    .py-lg-12 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; }
    .py-lg-15 { padding-top: 0.9375rem !important; padding-bottom: 0.9375rem !important; }
    .py-lg-16 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
    .py-lg-20 { padding-top: 1.25rem !important; padding-bottom: 1.25rem !important; }
    .py-lg-24 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
    .py-lg-30 { padding-top: 1.875rem !important; padding-bottom: 1.875rem !important; }
    .py-lg-40 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
    .py-lg-48 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
    .py-lg-50 { padding-top: 3.125rem !important; padding-bottom: 3.125rem !important; }
    .py-lg-70 { padding-top: 4.375rem !important; padding-bottom: 4.375rem !important; }
    .pt-lg-0 { padding-top: 0 !important; }
    .pt-lg-4 { padding-top: 0.25rem !important; }
    .pt-lg-6 { padding-top: 0.375rem !important; }
    .pt-lg-8 { padding-top: 0.5rem !important; }
    .pt-lg-10 { padding-top: 0.625rem !important; }
    .pt-lg-12 { padding-top: 0.75rem !important; }
    .pt-lg-15 { padding-top: 0.9375rem !important; }
    .pt-lg-16 { padding-top: 1rem !important; }
    .pt-lg-20 { padding-top: 1.25rem !important; }
    .pt-lg-24 { padding-top: 1.5rem !important; }
    .pt-lg-30 { padding-top: 1.875rem !important; }
    .pt-lg-40 { padding-top: 2.5rem !important; }
    .pt-lg-48 { padding-top: 3rem !important; }
    .pt-lg-50 { padding-top: 3.125rem !important; }
    .pt-lg-70 { padding-top: 4.375rem !important; }
    .pe-lg-0 { padding-left: 0 !important; }
    .pe-lg-4 { padding-left: 0.25rem !important; }
    .pe-lg-6 { padding-left: 0.375rem !important; }
    .pe-lg-8 { padding-left: 0.5rem !important; }
    .pe-lg-10 { padding-left: 0.625rem !important; }
    .pe-lg-12 { padding-left: 0.75rem !important; }
    .pe-lg-15 { padding-left: 0.9375rem !important; }
    .pe-lg-16 { padding-left: 1rem !important; }
    .pe-lg-20 { padding-left: 1.25rem !important; }
    .pe-lg-24 { padding-left: 1.5rem !important; }
    .pe-lg-30 { padding-left: 1.875rem !important; }
    .pe-lg-40 { padding-left: 2.5rem !important; }
    .pe-lg-48 { padding-left: 3rem !important; }
    .pe-lg-50 { padding-left: 3.125rem !important; }
    .pe-lg-70 { padding-left: 4.375rem !important; }
    .pb-lg-0 { padding-bottom: 0 !important; }
    .pb-lg-4 { padding-bottom: 0.25rem !important; }
    .pb-lg-6 { padding-bottom: 0.375rem !important; }
    .pb-lg-8 { padding-bottom: 0.5rem !important; }
    .pb-lg-10 { padding-bottom: 0.625rem !important; }
    .pb-lg-12 { padding-bottom: 0.75rem !important; }
    .pb-lg-15 { padding-bottom: 0.9375rem !important; }
    .pb-lg-16 { padding-bottom: 1rem !important; }
    .pb-lg-20 { padding-bottom: 1.25rem !important; }
    .pb-lg-24 { padding-bottom: 1.5rem !important; }
    .pb-lg-30 { padding-bottom: 1.875rem !important; }
    .pb-lg-40 { padding-bottom: 2.5rem !important; }
    .pb-lg-48 { padding-bottom: 3rem !important; }
    .pb-lg-50 { padding-bottom: 3.125rem !important; }
    .pb-lg-70 { padding-bottom: 4.375rem !important; }
    .ps-lg-0 { padding-right: 0 !important; }
    .ps-lg-4 { padding-right: 0.25rem !important; }
    .ps-lg-6 { padding-right: 0.375rem !important; }
    .ps-lg-8 { padding-right: 0.5rem !important; }
    .ps-lg-10 { padding-right: 0.625rem !important; }
    .ps-lg-12 { padding-right: 0.75rem !important; }
    .ps-lg-15 { padding-right: 0.9375rem !important; }
    .ps-lg-16 { padding-right: 1rem !important; }
    .ps-lg-20 { padding-right: 1.25rem !important; }
    .ps-lg-24 { padding-right: 1.5rem !important; }
    .ps-lg-30 { padding-right: 1.875rem !important; }
    .ps-lg-40 { padding-right: 2.5rem !important; }
    .ps-lg-48 { padding-right: 3rem !important; }
    .ps-lg-50 { padding-right: 3.125rem !important; }
    .ps-lg-70 { padding-right: 4.375rem !important; }
    .fs-lg-1 { font-size: calc(1.375rem + 1.5vw) !important; }
    .fs-lg-2 { font-size: calc(1.325rem + 0.9vw) !important; }
    .fs-lg-3 { font-size: calc(1.3rem + 0.6vw) !important; }
    .fs-lg-4 { font-size: calc(1.275rem + 0.3vw) !important; }
    .fs-lg-5 { font-size: 1.25rem !important; }
    .fs-lg-6 { font-size: 1rem !important; }
    .fs-lg-12 { font-size: 0.75rem !important; }
    .fs-lg-13 { font-size: 0.8125rem !important; }
    .fs-lg-14 { font-size: 0.875rem !important; }
    .fs-lg-15 { font-size: 0.9375rem !important; }
    .fs-lg-16 { font-size: 1rem !important; }
    .fs-lg-17 { font-size: 1.0625rem !important; }
    .fs-lg-18 { font-size: 1.125rem !important; }
    .fs-lg-20 { font-size: 1.25rem !important; }
    .fs-lg-22 { font-size: calc(1.2625rem + 0.15vw) !important; }
    .fs-lg-24 { font-size: calc(1.275rem + 0.3vw) !important; }
    .fs-lg-30 { font-size: calc(1.3125rem + 0.75vw) !important; }
    .fs-lg-32 { font-size: calc(1.325rem + 0.9vw) !important; }
    .fs-lg-35 { font-size: calc(1.34375rem + 1.125vw) !important; }
    .fs-lg-40 { font-size: calc(1.375rem + 1.5vw) !important; }
    .fs-lg-64 { font-size: calc(1.525rem + 3.3vw) !important; }
    .lh-lg-1 { line-height: 1 !important; }
    .lh-lg-sm { line-height: 1.25 !important; }
    .lh-lg-base { line-height: 1.5 !important; }
    .lh-lg-lg { line-height: 2 !important; }
    .lh-lg-26 { line-height: 1.625 !important; }
    .lh-lg-27 { line-height: 1.6875 !important; }
    .lh-lg-30 { line-height: 1.875 !important; }
    .lh-lg-38 { line-height: 2.375 !important; }
    .lh-lg-46 { line-height: 2.156 !important; }
    .lh-lg-48 { line-height: 2.25 !important; }
    .lh-lg-53 { line-height: 2.484 !important; }
    .lh-lg-62 { line-height: 2.906 !important; }
    .text-lg-start { text-align: right !important; }
    .text-lg-end { text-align: left !important; }
    .text-lg-center { text-align: center !important; } }

@media (min-width: 1200px) { .float-xl-start { float: right !important; }
    .float-xl-end { float: left !important; }
    .float-xl-none { float: none !important; }
    .d-xl-inline { display: inline !important; }
    .d-xl-inline-block { display: inline-block !important; }
    .d-xl-block { display: block !important; }
    .d-xl-grid { display: grid !important; }
    .d-xl-table { display: table !important; }
    .d-xl-table-row { display: table-row !important; }
    .d-xl-table-cell { display: table-cell !important; }
    .d-xl-flex { display: flex !important; }
    .d-xl-inline-flex { display: inline-flex !important; }
    .d-xl-none { display: none !important; }
    .border-top-xl { border-top: 1px solid #dee2e6 !important; }
    .border-top-xl-0 { border-top: 0 !important; }
    .border-end-xl { border-left: 1px solid #dee2e6 !important; }
    .border-end-xl-0 { border-left: 0 !important; }
    .border-bottom-xl { border-bottom: 1px solid #dee2e6 !important; }
    .border-bottom-xl-0 { border-bottom: 0 !important; }
    .border-start-xl { border-right: 1px solid #dee2e6 !important; }
    .border-start-xl-0 { border-right: 0 !important; }
    .w-xl-25 { width: 25% !important; }
    .w-xl-50 { width: 50% !important; }
    .w-xl-75 { width: 75% !important; }
    .w-xl-100 { width: 100% !important; }
    .w-xl-auto { width: auto !important; }
    .flex-xl-fill { flex: 1 1 auto !important; }
    .flex-xl-0 { flex: 0px !important; }
    .flex-xl-row { flex-direction: row !important; }
    .flex-xl-column { flex-direction: column !important; }
    .flex-xl-row-reverse { flex-direction: row-reverse !important; }
    .flex-xl-column-reverse { flex-direction: column-reverse !important; }
    .flex-xl-grow-0 { flex-grow: 0 !important; }
    .flex-xl-grow-1 { flex-grow: 1 !important; }
    .flex-xl-shrink-0 { flex-shrink: 0 !important; }
    .flex-xl-shrink-1 { flex-shrink: 1 !important; }
    .flex-xl-wrap { flex-wrap: wrap !important; }
    .flex-xl-nowrap { flex-wrap: nowrap !important; }
    .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; }
    .gap-xl-0 { gap: 0 !important; }
    .gap-xl-4 { gap: 0.25rem !important; }
    .gap-xl-6 { gap: 0.375rem !important; }
    .gap-xl-8 { gap: 0.5rem !important; }
    .gap-xl-10 { gap: 0.625rem !important; }
    .gap-xl-12 { gap: 0.75rem !important; }
    .gap-xl-15 { gap: 0.9375rem !important; }
    .gap-xl-16 { gap: 1rem !important; }
    .gap-xl-20 { gap: 1.25rem !important; }
    .gap-xl-24 { gap: 1.5rem !important; }
    .gap-xl-30 { gap: 1.875rem !important; }
    .gap-xl-40 { gap: 2.5rem !important; }
    .gap-xl-48 { gap: 3rem !important; }
    .gap-xl-50 { gap: 3.125rem !important; }
    .gap-xl-70 { gap: 4.375rem !important; }
    .justify-xl-start { justify-content: flex-start !important; }
    .justify-xl-end { justify-content: flex-end !important; }
    .justify-xl-center { justify-content: center !important; }
    .justify-xl-between { justify-content: space-between !important; }
    .justify-xl-around { justify-content: space-around !important; }
    .justify-xl-evenly { justify-content: space-evenly !important; }
    .items-xl-start { align-items: flex-start !important; }
    .items-xl-end { align-items: flex-end !important; }
    .items-xl-center { align-items: center !important; }
    .items-xl-baseline { align-items: baseline !important; }
    .items-xl-stretch { align-items: stretch !important; }
    .align-content-xl-start { align-content: flex-start !important; }
    .align-content-xl-end { align-content: flex-end !important; }
    .align-content-xl-center { align-content: center !important; }
    .align-content-xl-between { align-content: space-between !important; }
    .align-content-xl-around { align-content: space-around !important; }
    .align-content-xl-stretch { align-content: stretch !important; }
    .align-self-xl-auto { align-self: auto !important; }
    .align-self-xl-start { align-self: flex-start !important; }
    .align-self-xl-end { align-self: flex-end !important; }
    .align-self-xl-center { align-self: center !important; }
    .align-self-xl-baseline { align-self: baseline !important; }
    .align-self-xl-stretch { align-self: stretch !important; }
    .order-xl-first { order: -1 !important; }
    .order-xl-0 { order: 0 !important; }
    .order-xl-1 { order: 1 !important; }
    .order-xl-2 { order: 2 !important; }
    .order-xl-3 { order: 3 !important; }
    .order-xl-4 { order: 4 !important; }
    .order-xl-5 { order: 5 !important; }
    .order-xl-last { order: 6 !important; }
    .m-xl-0 { margin: 0 !important; }
    .m-xl-4 { margin: 0.25rem !important; }
    .m-xl-6 { margin: 0.375rem !important; }
    .m-xl-8 { margin: 0.5rem !important; }
    .m-xl-10 { margin: 0.625rem !important; }
    .m-xl-12 { margin: 0.75rem !important; }
    .m-xl-15 { margin: 0.9375rem !important; }
    .m-xl-16 { margin: 1rem !important; }
    .m-xl-20 { margin: 1.25rem !important; }
    .m-xl-24 { margin: 1.5rem !important; }
    .m-xl-30 { margin: 1.875rem !important; }
    .m-xl-40 { margin: 2.5rem !important; }
    .m-xl-48 { margin: 3rem !important; }
    .m-xl-50 { margin: 3.125rem !important; }
    .m-xl-70 { margin: 4.375rem !important; }
    .m-xl-auto { margin: auto !important; }
    .mx-xl-0 { margin-left: 0 !important; margin-right: 0 !important; }
    .mx-xl-4 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; }
    .mx-xl-6 { margin-left: 0.375rem !important; margin-right: 0.375rem !important; }
    .mx-xl-8 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
    .mx-xl-10 { margin-left: 0.625rem !important; margin-right: 0.625rem !important; }
    .mx-xl-12 { margin-left: 0.75rem !important; margin-right: 0.75rem !important; }
    .mx-xl-15 { margin-left: 0.9375rem !important; margin-right: 0.9375rem !important; }
    .mx-xl-16 { margin-left: 1rem !important; margin-right: 1rem !important; }
    .mx-xl-20 { margin-left: 1.25rem !important; margin-right: 1.25rem !important; }
    .mx-xl-24 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
    .mx-xl-30 { margin-left: 1.875rem !important; margin-right: 1.875rem !important; }
    .mx-xl-40 { margin-left: 2.5rem !important; margin-right: 2.5rem !important; }
    .mx-xl-48 { margin-left: 3rem !important; margin-right: 3rem !important; }
    .mx-xl-50 { margin-left: 3.125rem !important; margin-right: 3.125rem !important; }
    .mx-xl-70 { margin-left: 4.375rem !important; margin-right: 4.375rem !important; }
    .mx-xl-auto { margin-left: auto !important; margin-right: auto !important; }
    .my-xl-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
    .my-xl-4 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
    .my-xl-6 { margin-top: 0.375rem !important; margin-bottom: 0.375rem !important; }
    .my-xl-8 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
    .my-xl-10 { margin-top: 0.625rem !important; margin-bottom: 0.625rem !important; }
    .my-xl-12 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; }
    .my-xl-15 { margin-top: 0.9375rem !important; margin-bottom: 0.9375rem !important; }
    .my-xl-16 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
    .my-xl-20 { margin-top: 1.25rem !important; margin-bottom: 1.25rem !important; }
    .my-xl-24 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
    .my-xl-30 { margin-top: 1.875rem !important; margin-bottom: 1.875rem !important; }
    .my-xl-40 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; }
    .my-xl-48 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
    .my-xl-50 { margin-top: 3.125rem !important; margin-bottom: 3.125rem !important; }
    .my-xl-70 { margin-top: 4.375rem !important; margin-bottom: 4.375rem !important; }
    .my-xl-auto { margin-top: auto !important; margin-bottom: auto !important; }
    .mt-xl-0 { margin-top: 0 !important; }
    .mt-xl-4 { margin-top: 0.25rem !important; }
    .mt-xl-6 { margin-top: 0.375rem !important; }
    .mt-xl-8 { margin-top: 0.5rem !important; }
    .mt-xl-10 { margin-top: 0.625rem !important; }
    .mt-xl-12 { margin-top: 0.75rem !important; }
    .mt-xl-15 { margin-top: 0.9375rem !important; }
    .mt-xl-16 { margin-top: 1rem !important; }
    .mt-xl-20 { margin-top: 1.25rem !important; }
    .mt-xl-24 { margin-top: 1.5rem !important; }
    .mt-xl-30 { margin-top: 1.875rem !important; }
    .mt-xl-40 { margin-top: 2.5rem !important; }
    .mt-xl-48 { margin-top: 3rem !important; }
    .mt-xl-50 { margin-top: 3.125rem !important; }
    .mt-xl-70 { margin-top: 4.375rem !important; }
    .mt-xl-auto { margin-top: auto !important; }
    .me-xl-0 { margin-left: 0 !important; }
    .me-xl-4 { margin-left: 0.25rem !important; }
    .me-xl-6 { margin-left: 0.375rem !important; }
    .me-xl-8 { margin-left: 0.5rem !important; }
    .me-xl-10 { margin-left: 0.625rem !important; }
    .me-xl-12 { margin-left: 0.75rem !important; }
    .me-xl-15 { margin-left: 0.9375rem !important; }
    .me-xl-16 { margin-left: 1rem !important; }
    .me-xl-20 { margin-left: 1.25rem !important; }
    .me-xl-24 { margin-left: 1.5rem !important; }
    .me-xl-30 { margin-left: 1.875rem !important; }
    .me-xl-40 { margin-left: 2.5rem !important; }
    .me-xl-48 { margin-left: 3rem !important; }
    .me-xl-50 { margin-left: 3.125rem !important; }
    .me-xl-70 { margin-left: 4.375rem !important; }
    .me-xl-auto { margin-left: auto !important; }
    .mb-xl-0 { margin-bottom: 0 !important; }
    .mb-xl-4 { margin-bottom: 0.25rem !important; }
    .mb-xl-6 { margin-bottom: 0.375rem !important; }
    .mb-xl-8 { margin-bottom: 0.5rem !important; }
    .mb-xl-10 { margin-bottom: 0.625rem !important; }
    .mb-xl-12 { margin-bottom: 0.75rem !important; }
    .mb-xl-15 { margin-bottom: 0.9375rem !important; }
    .mb-xl-16 { margin-bottom: 1rem !important; }
    .mb-xl-20 { margin-bottom: 1.25rem !important; }
    .mb-xl-24 { margin-bottom: 1.5rem !important; }
    .mb-xl-30 { margin-bottom: 1.875rem !important; }
    .mb-xl-40 { margin-bottom: 2.5rem !important; }
    .mb-xl-48 { margin-bottom: 3rem !important; }
    .mb-xl-50 { margin-bottom: 3.125rem !important; }
    .mb-xl-70 { margin-bottom: 4.375rem !important; }
    .mb-xl-auto { margin-bottom: auto !important; }
    .ms-xl-0 { margin-right: 0 !important; }
    .ms-xl-4 { margin-right: 0.25rem !important; }
    .ms-xl-6 { margin-right: 0.375rem !important; }
    .ms-xl-8 { margin-right: 0.5rem !important; }
    .ms-xl-10 { margin-right: 0.625rem !important; }
    .ms-xl-12 { margin-right: 0.75rem !important; }
    .ms-xl-15 { margin-right: 0.9375rem !important; }
    .ms-xl-16 { margin-right: 1rem !important; }
    .ms-xl-20 { margin-right: 1.25rem !important; }
    .ms-xl-24 { margin-right: 1.5rem !important; }
    .ms-xl-30 { margin-right: 1.875rem !important; }
    .ms-xl-40 { margin-right: 2.5rem !important; }
    .ms-xl-48 { margin-right: 3rem !important; }
    .ms-xl-50 { margin-right: 3.125rem !important; }
    .ms-xl-70 { margin-right: 4.375rem !important; }
    .ms-xl-auto { margin-right: auto !important; }
    .p-xl-0 { padding: 0 !important; }
    .p-xl-4 { padding: 0.25rem !important; }
    .p-xl-6 { padding: 0.375rem !important; }
    .p-xl-8 { padding: 0.5rem !important; }
    .p-xl-10 { padding: 0.625rem !important; }
    .p-xl-12 { padding: 0.75rem !important; }
    .p-xl-15 { padding: 0.9375rem !important; }
    .p-xl-16 { padding: 1rem !important; }
    .p-xl-20 { padding: 1.25rem !important; }
    .p-xl-24 { padding: 1.5rem !important; }
    .p-xl-30 { padding: 1.875rem !important; }
    .p-xl-40 { padding: 2.5rem !important; }
    .p-xl-48 { padding: 3rem !important; }
    .p-xl-50 { padding: 3.125rem !important; }
    .p-xl-70 { padding: 4.375rem !important; }
    .px-xl-0 { padding-left: 0 !important; padding-right: 0 !important; }
    .px-xl-4 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
    .px-xl-6 { padding-left: 0.375rem !important; padding-right: 0.375rem !important; }
    .px-xl-8 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
    .px-xl-10 { padding-left: 0.625rem !important; padding-right: 0.625rem !important; }
    .px-xl-12 { padding-left: 0.75rem !important; padding-right: 0.75rem !important; }
    .px-xl-15 { padding-left: 0.9375rem !important; padding-right: 0.9375rem !important; }
    .px-xl-16 { padding-left: 1rem !important; padding-right: 1rem !important; }
    .px-xl-20 { padding-left: 1.25rem !important; padding-right: 1.25rem !important; }
    .px-xl-24 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
    .px-xl-30 { padding-left: 1.875rem !important; padding-right: 1.875rem !important; }
    .px-xl-40 { padding-left: 2.5rem !important; padding-right: 2.5rem !important; }
    .px-xl-48 { padding-left: 3rem !important; padding-right: 3rem !important; }
    .px-xl-50 { padding-left: 3.125rem !important; padding-right: 3.125rem !important; }
    .px-xl-70 { padding-left: 4.375rem !important; padding-right: 4.375rem !important; }
    .py-xl-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
    .py-xl-4 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
    .py-xl-6 { padding-top: 0.375rem !important; padding-bottom: 0.375rem !important; }
    .py-xl-8 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
    .py-xl-10 { padding-top: 0.625rem !important; padding-bottom: 0.625rem !important; }
    .py-xl-12 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; }
    .py-xl-15 { padding-top: 0.9375rem !important; padding-bottom: 0.9375rem !important; }
    .py-xl-16 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
    .py-xl-20 { padding-top: 1.25rem !important; padding-bottom: 1.25rem !important; }
    .py-xl-24 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
    .py-xl-30 { padding-top: 1.875rem !important; padding-bottom: 1.875rem !important; }
    .py-xl-40 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
    .py-xl-48 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
    .py-xl-50 { padding-top: 3.125rem !important; padding-bottom: 3.125rem !important; }
    .py-xl-70 { padding-top: 4.375rem !important; padding-bottom: 4.375rem !important; }
    .pt-xl-0 { padding-top: 0 !important; }
    .pt-xl-4 { padding-top: 0.25rem !important; }
    .pt-xl-6 { padding-top: 0.375rem !important; }
    .pt-xl-8 { padding-top: 0.5rem !important; }
    .pt-xl-10 { padding-top: 0.625rem !important; }
    .pt-xl-12 { padding-top: 0.75rem !important; }
    .pt-xl-15 { padding-top: 0.9375rem !important; }
    .pt-xl-16 { padding-top: 1rem !important; }
    .pt-xl-20 { padding-top: 1.25rem !important; }
    .pt-xl-24 { padding-top: 1.5rem !important; }
    .pt-xl-30 { padding-top: 1.875rem !important; }
    .pt-xl-40 { padding-top: 2.5rem !important; }
    .pt-xl-48 { padding-top: 3rem !important; }
    .pt-xl-50 { padding-top: 3.125rem !important; }
    .pt-xl-70 { padding-top: 4.375rem !important; }
    .pe-xl-0 { padding-left: 0 !important; }
    .pe-xl-4 { padding-left: 0.25rem !important; }
    .pe-xl-6 { padding-left: 0.375rem !important; }
    .pe-xl-8 { padding-left: 0.5rem !important; }
    .pe-xl-10 { padding-left: 0.625rem !important; }
    .pe-xl-12 { padding-left: 0.75rem !important; }
    .pe-xl-15 { padding-left: 0.9375rem !important; }
    .pe-xl-16 { padding-left: 1rem !important; }
    .pe-xl-20 { padding-left: 1.25rem !important; }
    .pe-xl-24 { padding-left: 1.5rem !important; }
    .pe-xl-30 { padding-left: 1.875rem !important; }
    .pe-xl-40 { padding-left: 2.5rem !important; }
    .pe-xl-48 { padding-left: 3rem !important; }
    .pe-xl-50 { padding-left: 3.125rem !important; }
    .pe-xl-70 { padding-left: 4.375rem !important; }
    .pb-xl-0 { padding-bottom: 0 !important; }
    .pb-xl-4 { padding-bottom: 0.25rem !important; }
    .pb-xl-6 { padding-bottom: 0.375rem !important; }
    .pb-xl-8 { padding-bottom: 0.5rem !important; }
    .pb-xl-10 { padding-bottom: 0.625rem !important; }
    .pb-xl-12 { padding-bottom: 0.75rem !important; }
    .pb-xl-15 { padding-bottom: 0.9375rem !important; }
    .pb-xl-16 { padding-bottom: 1rem !important; }
    .pb-xl-20 { padding-bottom: 1.25rem !important; }
    .pb-xl-24 { padding-bottom: 1.5rem !important; }
    .pb-xl-30 { padding-bottom: 1.875rem !important; }
    .pb-xl-40 { padding-bottom: 2.5rem !important; }
    .pb-xl-48 { padding-bottom: 3rem !important; }
    .pb-xl-50 { padding-bottom: 3.125rem !important; }
    .pb-xl-70 { padding-bottom: 4.375rem !important; }
    .ps-xl-0 { padding-right: 0 !important; }
    .ps-xl-4 { padding-right: 0.25rem !important; }
    .ps-xl-6 { padding-right: 0.375rem !important; }
    .ps-xl-8 { padding-right: 0.5rem !important; }
    .ps-xl-10 { padding-right: 0.625rem !important; }
    .ps-xl-12 { padding-right: 0.75rem !important; }
    .ps-xl-15 { padding-right: 0.9375rem !important; }
    .ps-xl-16 { padding-right: 1rem !important; }
    .ps-xl-20 { padding-right: 1.25rem !important; }
    .ps-xl-24 { padding-right: 1.5rem !important; }
    .ps-xl-30 { padding-right: 1.875rem !important; }
    .ps-xl-40 { padding-right: 2.5rem !important; }
    .ps-xl-48 { padding-right: 3rem !important; }
    .ps-xl-50 { padding-right: 3.125rem !important; }
    .ps-xl-70 { padding-right: 4.375rem !important; }
    .fs-xl-1 { font-size: calc(1.375rem + 1.5vw) !important; }
    .fs-xl-2 { font-size: calc(1.325rem + 0.9vw) !important; }
    .fs-xl-3 { font-size: calc(1.3rem + 0.6vw) !important; }
    .fs-xl-4 { font-size: calc(1.275rem + 0.3vw) !important; }
    .fs-xl-5 { font-size: 1.25rem !important; }
    .fs-xl-6 { font-size: 1rem !important; }
    .fs-xl-12 { font-size: 0.75rem !important; }
    .fs-xl-13 { font-size: 0.8125rem !important; }
    .fs-xl-14 { font-size: 0.875rem !important; }
    .fs-xl-15 { font-size: 0.9375rem !important; }
    .fs-xl-16 { font-size: 1rem !important; }
    .fs-xl-17 { font-size: 1.0625rem !important; }
    .fs-xl-18 { font-size: 1.125rem !important; }
    .fs-xl-20 { font-size: 1.25rem !important; }
    .fs-xl-22 { font-size: calc(1.2625rem + 0.15vw) !important; }
    .fs-xl-24 { font-size: calc(1.275rem + 0.3vw) !important; }
    .fs-xl-30 { font-size: calc(1.3125rem + 0.75vw) !important; }
    .fs-xl-32 { font-size: calc(1.325rem + 0.9vw) !important; }
    .fs-xl-35 { font-size: calc(1.34375rem + 1.125vw) !important; }
    .fs-xl-40 { font-size: calc(1.375rem + 1.5vw) !important; }
    .fs-xl-64 { font-size: calc(1.525rem + 3.3vw) !important; }
    .lh-xl-1 { line-height: 1 !important; }
    .lh-xl-sm { line-height: 1.25 !important; }
    .lh-xl-base { line-height: 1.5 !important; }
    .lh-xl-lg { line-height: 2 !important; }
    .lh-xl-26 { line-height: 1.625 !important; }
    .lh-xl-27 { line-height: 1.6875 !important; }
    .lh-xl-30 { line-height: 1.875 !important; }
    .lh-xl-38 { line-height: 2.375 !important; }
    .lh-xl-46 { line-height: 2.156 !important; }
    .lh-xl-48 { line-height: 2.25 !important; }
    .lh-xl-53 { line-height: 2.484 !important; }
    .lh-xl-62 { line-height: 2.906 !important; }
    .text-xl-start { text-align: right !important; }
    .text-xl-end { text-align: left !important; }
    .text-xl-center { text-align: center !important; } }

@media (min-width: 1400px) { .float-xxl-start { float: right !important; }
    .float-xxl-end { float: left !important; }
    .float-xxl-none { float: none !important; }
    .d-xxl-inline { display: inline !important; }
    .d-xxl-inline-block { display: inline-block !important; }
    .d-xxl-block { display: block !important; }
    .d-xxl-grid { display: grid !important; }
    .d-xxl-table { display: table !important; }
    .d-xxl-table-row { display: table-row !important; }
    .d-xxl-table-cell { display: table-cell !important; }
    .d-xxl-flex { display: flex !important; }
    .d-xxl-inline-flex { display: inline-flex !important; }
    .d-xxl-none { display: none !important; }
    .border-top-xxl { border-top: 1px solid #dee2e6 !important; }
    .border-top-xxl-0 { border-top: 0 !important; }
    .border-end-xxl { border-left: 1px solid #dee2e6 !important; }
    .border-end-xxl-0 { border-left: 0 !important; }
    .border-bottom-xxl { border-bottom: 1px solid #dee2e6 !important; }
    .border-bottom-xxl-0 { border-bottom: 0 !important; }
    .border-start-xxl { border-right: 1px solid #dee2e6 !important; }
    .border-start-xxl-0 { border-right: 0 !important; }
    .w-xxl-25 { width: 25% !important; }
    .w-xxl-50 { width: 50% !important; }
    .w-xxl-75 { width: 75% !important; }
    .w-xxl-100 { width: 100% !important; }
    .w-xxl-auto { width: auto !important; }
    .flex-xxl-fill { flex: 1 1 auto !important; }
    .flex-xxl-0 { flex: 0px !important; }
    .flex-xxl-row { flex-direction: row !important; }
    .flex-xxl-column { flex-direction: column !important; }
    .flex-xxl-row-reverse { flex-direction: row-reverse !important; }
    .flex-xxl-column-reverse { flex-direction: column-reverse !important; }
    .flex-xxl-grow-0 { flex-grow: 0 !important; }
    .flex-xxl-grow-1 { flex-grow: 1 !important; }
    .flex-xxl-shrink-0 { flex-shrink: 0 !important; }
    .flex-xxl-shrink-1 { flex-shrink: 1 !important; }
    .flex-xxl-wrap { flex-wrap: wrap !important; }
    .flex-xxl-nowrap { flex-wrap: nowrap !important; }
    .flex-xxl-wrap-reverse { flex-wrap: wrap-reverse !important; }
    .gap-xxl-0 { gap: 0 !important; }
    .gap-xxl-4 { gap: 0.25rem !important; }
    .gap-xxl-6 { gap: 0.375rem !important; }
    .gap-xxl-8 { gap: 0.5rem !important; }
    .gap-xxl-10 { gap: 0.625rem !important; }
    .gap-xxl-12 { gap: 0.75rem !important; }
    .gap-xxl-15 { gap: 0.9375rem !important; }
    .gap-xxl-16 { gap: 1rem !important; }
    .gap-xxl-20 { gap: 1.25rem !important; }
    .gap-xxl-24 { gap: 1.5rem !important; }
    .gap-xxl-30 { gap: 1.875rem !important; }
    .gap-xxl-40 { gap: 2.5rem !important; }
    .gap-xxl-48 { gap: 3rem !important; }
    .gap-xxl-50 { gap: 3.125rem !important; }
    .gap-xxl-70 { gap: 4.375rem !important; }
    .justify-xxl-start { justify-content: flex-start !important; }
    .justify-xxl-end { justify-content: flex-end !important; }
    .justify-xxl-center { justify-content: center !important; }
    .justify-xxl-between { justify-content: space-between !important; }
    .justify-xxl-around { justify-content: space-around !important; }
    .justify-xxl-evenly { justify-content: space-evenly !important; }
    .items-xxl-start { align-items: flex-start !important; }
    .items-xxl-end { align-items: flex-end !important; }
    .items-xxl-center { align-items: center !important; }
    .items-xxl-baseline { align-items: baseline !important; }
    .items-xxl-stretch { align-items: stretch !important; }
    .align-content-xxl-start { align-content: flex-start !important; }
    .align-content-xxl-end { align-content: flex-end !important; }
    .align-content-xxl-center { align-content: center !important; }
    .align-content-xxl-between { align-content: space-between !important; }
    .align-content-xxl-around { align-content: space-around !important; }
    .align-content-xxl-stretch { align-content: stretch !important; }
    .align-self-xxl-auto { align-self: auto !important; }
    .align-self-xxl-start { align-self: flex-start !important; }
    .align-self-xxl-end { align-self: flex-end !important; }
    .align-self-xxl-center { align-self: center !important; }
    .align-self-xxl-baseline { align-self: baseline !important; }
    .align-self-xxl-stretch { align-self: stretch !important; }
    .order-xxl-first { order: -1 !important; }
    .order-xxl-0 { order: 0 !important; }
    .order-xxl-1 { order: 1 !important; }
    .order-xxl-2 { order: 2 !important; }
    .order-xxl-3 { order: 3 !important; }
    .order-xxl-4 { order: 4 !important; }
    .order-xxl-5 { order: 5 !important; }
    .order-xxl-last { order: 6 !important; }
    .m-xxl-0 { margin: 0 !important; }
    .m-xxl-4 { margin: 0.25rem !important; }
    .m-xxl-6 { margin: 0.375rem !important; }
    .m-xxl-8 { margin: 0.5rem !important; }
    .m-xxl-10 { margin: 0.625rem !important; }
    .m-xxl-12 { margin: 0.75rem !important; }
    .m-xxl-15 { margin: 0.9375rem !important; }
    .m-xxl-16 { margin: 1rem !important; }
    .m-xxl-20 { margin: 1.25rem !important; }
    .m-xxl-24 { margin: 1.5rem !important; }
    .m-xxl-30 { margin: 1.875rem !important; }
    .m-xxl-40 { margin: 2.5rem !important; }
    .m-xxl-48 { margin: 3rem !important; }
    .m-xxl-50 { margin: 3.125rem !important; }
    .m-xxl-70 { margin: 4.375rem !important; }
    .m-xxl-auto { margin: auto !important; }
    .mx-xxl-0 { margin-left: 0 !important; margin-right: 0 !important; }
    .mx-xxl-4 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; }
    .mx-xxl-6 { margin-left: 0.375rem !important; margin-right: 0.375rem !important; }
    .mx-xxl-8 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
    .mx-xxl-10 { margin-left: 0.625rem !important; margin-right: 0.625rem !important; }
    .mx-xxl-12 { margin-left: 0.75rem !important; margin-right: 0.75rem !important; }
    .mx-xxl-15 { margin-left: 0.9375rem !important; margin-right: 0.9375rem !important; }
    .mx-xxl-16 { margin-left: 1rem !important; margin-right: 1rem !important; }
    .mx-xxl-20 { margin-left: 1.25rem !important; margin-right: 1.25rem !important; }
    .mx-xxl-24 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
    .mx-xxl-30 { margin-left: 1.875rem !important; margin-right: 1.875rem !important; }
    .mx-xxl-40 { margin-left: 2.5rem !important; margin-right: 2.5rem !important; }
    .mx-xxl-48 { margin-left: 3rem !important; margin-right: 3rem !important; }
    .mx-xxl-50 { margin-left: 3.125rem !important; margin-right: 3.125rem !important; }
    .mx-xxl-70 { margin-left: 4.375rem !important; margin-right: 4.375rem !important; }
    .mx-xxl-auto { margin-left: auto !important; margin-right: auto !important; }
    .my-xxl-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
    .my-xxl-4 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
    .my-xxl-6 { margin-top: 0.375rem !important; margin-bottom: 0.375rem !important; }
    .my-xxl-8 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
    .my-xxl-10 { margin-top: 0.625rem !important; margin-bottom: 0.625rem !important; }
    .my-xxl-12 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; }
    .my-xxl-15 { margin-top: 0.9375rem !important; margin-bottom: 0.9375rem !important; }
    .my-xxl-16 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
    .my-xxl-20 { margin-top: 1.25rem !important; margin-bottom: 1.25rem !important; }
    .my-xxl-24 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
    .my-xxl-30 { margin-top: 1.875rem !important; margin-bottom: 1.875rem !important; }
    .my-xxl-40 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; }
    .my-xxl-48 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
    .my-xxl-50 { margin-top: 3.125rem !important; margin-bottom: 3.125rem !important; }
    .my-xxl-70 { margin-top: 4.375rem !important; margin-bottom: 4.375rem !important; }
    .my-xxl-auto { margin-top: auto !important; margin-bottom: auto !important; }
    .mt-xxl-0 { margin-top: 0 !important; }
    .mt-xxl-4 { margin-top: 0.25rem !important; }
    .mt-xxl-6 { margin-top: 0.375rem !important; }
    .mt-xxl-8 { margin-top: 0.5rem !important; }
    .mt-xxl-10 { margin-top: 0.625rem !important; }
    .mt-xxl-12 { margin-top: 0.75rem !important; }
    .mt-xxl-15 { margin-top: 0.9375rem !important; }
    .mt-xxl-16 { margin-top: 1rem !important; }
    .mt-xxl-20 { margin-top: 1.25rem !important; }
    .mt-xxl-24 { margin-top: 1.5rem !important; }
    .mt-xxl-30 { margin-top: 1.875rem !important; }
    .mt-xxl-40 { margin-top: 2.5rem !important; }
    .mt-xxl-48 { margin-top: 3rem !important; }
    .mt-xxl-50 { margin-top: 3.125rem !important; }
    .mt-xxl-70 { margin-top: 4.375rem !important; }
    .mt-xxl-auto { margin-top: auto !important; }
    .me-xxl-0 { margin-left: 0 !important; }
    .me-xxl-4 { margin-left: 0.25rem !important; }
    .me-xxl-6 { margin-left: 0.375rem !important; }
    .me-xxl-8 { margin-left: 0.5rem !important; }
    .me-xxl-10 { margin-left: 0.625rem !important; }
    .me-xxl-12 { margin-left: 0.75rem !important; }
    .me-xxl-15 { margin-left: 0.9375rem !important; }
    .me-xxl-16 { margin-left: 1rem !important; }
    .me-xxl-20 { margin-left: 1.25rem !important; }
    .me-xxl-24 { margin-left: 1.5rem !important; }
    .me-xxl-30 { margin-left: 1.875rem !important; }
    .me-xxl-40 { margin-left: 2.5rem !important; }
    .me-xxl-48 { margin-left: 3rem !important; }
    .me-xxl-50 { margin-left: 3.125rem !important; }
    .me-xxl-70 { margin-left: 4.375rem !important; }
    .me-xxl-auto { margin-left: auto !important; }
    .mb-xxl-0 { margin-bottom: 0 !important; }
    .mb-xxl-4 { margin-bottom: 0.25rem !important; }
    .mb-xxl-6 { margin-bottom: 0.375rem !important; }
    .mb-xxl-8 { margin-bottom: 0.5rem !important; }
    .mb-xxl-10 { margin-bottom: 0.625rem !important; }
    .mb-xxl-12 { margin-bottom: 0.75rem !important; }
    .mb-xxl-15 { margin-bottom: 0.9375rem !important; }
    .mb-xxl-16 { margin-bottom: 1rem !important; }
    .mb-xxl-20 { margin-bottom: 1.25rem !important; }
    .mb-xxl-24 { margin-bottom: 1.5rem !important; }
    .mb-xxl-30 { margin-bottom: 1.875rem !important; }
    .mb-xxl-40 { margin-bottom: 2.5rem !important; }
    .mb-xxl-48 { margin-bottom: 3rem !important; }
    .mb-xxl-50 { margin-bottom: 3.125rem !important; }
    .mb-xxl-70 { margin-bottom: 4.375rem !important; }
    .mb-xxl-auto { margin-bottom: auto !important; }
    .ms-xxl-0 { margin-right: 0 !important; }
    .ms-xxl-4 { margin-right: 0.25rem !important; }
    .ms-xxl-6 { margin-right: 0.375rem !important; }
    .ms-xxl-8 { margin-right: 0.5rem !important; }
    .ms-xxl-10 { margin-right: 0.625rem !important; }
    .ms-xxl-12 { margin-right: 0.75rem !important; }
    .ms-xxl-15 { margin-right: 0.9375rem !important; }
    .ms-xxl-16 { margin-right: 1rem !important; }
    .ms-xxl-20 { margin-right: 1.25rem !important; }
    .ms-xxl-24 { margin-right: 1.5rem !important; }
    .ms-xxl-30 { margin-right: 1.875rem !important; }
    .ms-xxl-40 { margin-right: 2.5rem !important; }
    .ms-xxl-48 { margin-right: 3rem !important; }
    .ms-xxl-50 { margin-right: 3.125rem !important; }
    .ms-xxl-70 { margin-right: 4.375rem !important; }
    .ms-xxl-auto { margin-right: auto !important; }
    .p-xxl-0 { padding: 0 !important; }
    .p-xxl-4 { padding: 0.25rem !important; }
    .p-xxl-6 { padding: 0.375rem !important; }
    .p-xxl-8 { padding: 0.5rem !important; }
    .p-xxl-10 { padding: 0.625rem !important; }
    .p-xxl-12 { padding: 0.75rem !important; }
    .p-xxl-15 { padding: 0.9375rem !important; }
    .p-xxl-16 { padding: 1rem !important; }
    .p-xxl-20 { padding: 1.25rem !important; }
    .p-xxl-24 { padding: 1.5rem !important; }
    .p-xxl-30 { padding: 1.875rem !important; }
    .p-xxl-40 { padding: 2.5rem !important; }
    .p-xxl-48 { padding: 3rem !important; }
    .p-xxl-50 { padding: 3.125rem !important; }
    .p-xxl-70 { padding: 4.375rem !important; }
    .px-xxl-0 { padding-left: 0 !important; padding-right: 0 !important; }
    .px-xxl-4 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
    .px-xxl-6 { padding-left: 0.375rem !important; padding-right: 0.375rem !important; }
    .px-xxl-8 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
    .px-xxl-10 { padding-left: 0.625rem !important; padding-right: 0.625rem !important; }
    .px-xxl-12 { padding-left: 0.75rem !important; padding-right: 0.75rem !important; }
    .px-xxl-15 { padding-left: 0.9375rem !important; padding-right: 0.9375rem !important; }
    .px-xxl-16 { padding-left: 1rem !important; padding-right: 1rem !important; }
    .px-xxl-20 { padding-left: 1.25rem !important; padding-right: 1.25rem !important; }
    .px-xxl-24 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
    .px-xxl-30 { padding-left: 1.875rem !important; padding-right: 1.875rem !important; }
    .px-xxl-40 { padding-left: 2.5rem !important; padding-right: 2.5rem !important; }
    .px-xxl-48 { padding-left: 3rem !important; padding-right: 3rem !important; }
    .px-xxl-50 { padding-left: 3.125rem !important; padding-right: 3.125rem !important; }
    .px-xxl-70 { padding-left: 4.375rem !important; padding-right: 4.375rem !important; }
    .py-xxl-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
    .py-xxl-4 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
    .py-xxl-6 { padding-top: 0.375rem !important; padding-bottom: 0.375rem !important; }
    .py-xxl-8 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
    .py-xxl-10 { padding-top: 0.625rem !important; padding-bottom: 0.625rem !important; }
    .py-xxl-12 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; }
    .py-xxl-15 { padding-top: 0.9375rem !important; padding-bottom: 0.9375rem !important; }
    .py-xxl-16 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
    .py-xxl-20 { padding-top: 1.25rem !important; padding-bottom: 1.25rem !important; }
    .py-xxl-24 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
    .py-xxl-30 { padding-top: 1.875rem !important; padding-bottom: 1.875rem !important; }
    .py-xxl-40 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
    .py-xxl-48 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
    .py-xxl-50 { padding-top: 3.125rem !important; padding-bottom: 3.125rem !important; }
    .py-xxl-70 { padding-top: 4.375rem !important; padding-bottom: 4.375rem !important; }
    .pt-xxl-0 { padding-top: 0 !important; }
    .pt-xxl-4 { padding-top: 0.25rem !important; }
    .pt-xxl-6 { padding-top: 0.375rem !important; }
    .pt-xxl-8 { padding-top: 0.5rem !important; }
    .pt-xxl-10 { padding-top: 0.625rem !important; }
    .pt-xxl-12 { padding-top: 0.75rem !important; }
    .pt-xxl-15 { padding-top: 0.9375rem !important; }
    .pt-xxl-16 { padding-top: 1rem !important; }
    .pt-xxl-20 { padding-top: 1.25rem !important; }
    .pt-xxl-24 { padding-top: 1.5rem !important; }
    .pt-xxl-30 { padding-top: 1.875rem !important; }
    .pt-xxl-40 { padding-top: 2.5rem !important; }
    .pt-xxl-48 { padding-top: 3rem !important; }
    .pt-xxl-50 { padding-top: 3.125rem !important; }
    .pt-xxl-70 { padding-top: 4.375rem !important; }
    .pe-xxl-0 { padding-left: 0 !important; }
    .pe-xxl-4 { padding-left: 0.25rem !important; }
    .pe-xxl-6 { padding-left: 0.375rem !important; }
    .pe-xxl-8 { padding-left: 0.5rem !important; }
    .pe-xxl-10 { padding-left: 0.625rem !important; }
    .pe-xxl-12 { padding-left: 0.75rem !important; }
    .pe-xxl-15 { padding-left: 0.9375rem !important; }
    .pe-xxl-16 { padding-left: 1rem !important; }
    .pe-xxl-20 { padding-left: 1.25rem !important; }
    .pe-xxl-24 { padding-left: 1.5rem !important; }
    .pe-xxl-30 { padding-left: 1.875rem !important; }
    .pe-xxl-40 { padding-left: 2.5rem !important; }
    .pe-xxl-48 { padding-left: 3rem !important; }
    .pe-xxl-50 { padding-left: 3.125rem !important; }
    .pe-xxl-70 { padding-left: 4.375rem !important; }
    .pb-xxl-0 { padding-bottom: 0 !important; }
    .pb-xxl-4 { padding-bottom: 0.25rem !important; }
    .pb-xxl-6 { padding-bottom: 0.375rem !important; }
    .pb-xxl-8 { padding-bottom: 0.5rem !important; }
    .pb-xxl-10 { padding-bottom: 0.625rem !important; }
    .pb-xxl-12 { padding-bottom: 0.75rem !important; }
    .pb-xxl-15 { padding-bottom: 0.9375rem !important; }
    .pb-xxl-16 { padding-bottom: 1rem !important; }
    .pb-xxl-20 { padding-bottom: 1.25rem !important; }
    .pb-xxl-24 { padding-bottom: 1.5rem !important; }
    .pb-xxl-30 { padding-bottom: 1.875rem !important; }
    .pb-xxl-40 { padding-bottom: 2.5rem !important; }
    .pb-xxl-48 { padding-bottom: 3rem !important; }
    .pb-xxl-50 { padding-bottom: 3.125rem !important; }
    .pb-xxl-70 { padding-bottom: 4.375rem !important; }
    .ps-xxl-0 { padding-right: 0 !important; }
    .ps-xxl-4 { padding-right: 0.25rem !important; }
    .ps-xxl-6 { padding-right: 0.375rem !important; }
    .ps-xxl-8 { padding-right: 0.5rem !important; }
    .ps-xxl-10 { padding-right: 0.625rem !important; }
    .ps-xxl-12 { padding-right: 0.75rem !important; }
    .ps-xxl-15 { padding-right: 0.9375rem !important; }
    .ps-xxl-16 { padding-right: 1rem !important; }
    .ps-xxl-20 { padding-right: 1.25rem !important; }
    .ps-xxl-24 { padding-right: 1.5rem !important; }
    .ps-xxl-30 { padding-right: 1.875rem !important; }
    .ps-xxl-40 { padding-right: 2.5rem !important; }
    .ps-xxl-48 { padding-right: 3rem !important; }
    .ps-xxl-50 { padding-right: 3.125rem !important; }
    .ps-xxl-70 { padding-right: 4.375rem !important; }
    .fs-xxl-1 { font-size: calc(1.375rem + 1.5vw) !important; }
    .fs-xxl-2 { font-size: calc(1.325rem + 0.9vw) !important; }
    .fs-xxl-3 { font-size: calc(1.3rem + 0.6vw) !important; }
    .fs-xxl-4 { font-size: calc(1.275rem + 0.3vw) !important; }
    .fs-xxl-5 { font-size: 1.25rem !important; }
    .fs-xxl-6 { font-size: 1rem !important; }
    .fs-xxl-12 { font-size: 0.75rem !important; }
    .fs-xxl-13 { font-size: 0.8125rem !important; }
    .fs-xxl-14 { font-size: 0.875rem !important; }
    .fs-xxl-15 { font-size: 0.9375rem !important; }
    .fs-xxl-16 { font-size: 1rem !important; }
    .fs-xxl-17 { font-size: 1.0625rem !important; }
    .fs-xxl-18 { font-size: 1.125rem !important; }
    .fs-xxl-20 { font-size: 1.25rem !important; }
    .fs-xxl-22 { font-size: calc(1.2625rem + 0.15vw) !important; }
    .fs-xxl-24 { font-size: calc(1.275rem + 0.3vw) !important; }
    .fs-xxl-30 { font-size: calc(1.3125rem + 0.75vw) !important; }
    .fs-xxl-32 { font-size: calc(1.325rem + 0.9vw) !important; }
    .fs-xxl-35 { font-size: calc(1.34375rem + 1.125vw) !important; }
    .fs-xxl-40 { font-size: calc(1.375rem + 1.5vw) !important; }
    .fs-xxl-64 { font-size: calc(1.525rem + 3.3vw) !important; }
    .lh-xxl-1 { line-height: 1 !important; }
    .lh-xxl-sm { line-height: 1.25 !important; }
    .lh-xxl-base { line-height: 1.5 !important; }
    .lh-xxl-lg { line-height: 2 !important; }
    .lh-xxl-26 { line-height: 1.625 !important; }
    .lh-xxl-27 { line-height: 1.6875 !important; }
    .lh-xxl-30 { line-height: 1.875 !important; }
    .lh-xxl-38 { line-height: 2.375 !important; }
    .lh-xxl-46 { line-height: 2.156 !important; }
    .lh-xxl-48 { line-height: 2.25 !important; }
    .lh-xxl-53 { line-height: 2.484 !important; }
    .lh-xxl-62 { line-height: 2.906 !important; }
    .text-xxl-start { text-align: right !important; }
    .text-xxl-end { text-align: left !important; }
    .text-xxl-center { text-align: center !important; } }

@media (min-width: 1200px) {
    .fs-1 { font-size: 2.5rem !important; }
    .fs-2 { font-size: 2rem !important; }
    .fs-3 { font-size: 1.75rem !important; }
    .fs-4 { font-size: 1.5rem !important; }
    .fs-22 { font-size: 1.375rem !important; }
    .fs-24 { font-size: 1.5rem !important; }
    .fs-30 { font-size: 1.875rem !important; }
    .fs-32 { font-size: 2rem !important; }
    .fs-35 { font-size: 2.1875rem !important; }
    .fs-40 { font-size: 2.5rem !important; }
    .fs-64 { font-size: 4rem !important; }
    .fs-sm-1 { font-size: 2.5rem !important; }
    .fs-sm-2 { font-size: 2rem !important; }
    .fs-sm-3 { font-size: 1.75rem !important; }
    .fs-sm-4 { font-size: 1.5rem !important; }
    .fs-sm-22 { font-size: 1.375rem !important; }
    .fs-sm-24 { font-size: 1.5rem !important; }
    .fs-sm-30 { font-size: 1.875rem !important; }
    .fs-sm-32 { font-size: 2rem !important; }
    .fs-sm-35 { font-size: 2.1875rem !important; }
    .fs-sm-40 { font-size: 2.5rem !important; }
    .fs-sm-64 { font-size: 4rem !important; }
    .fs-md-1 { font-size: 2.5rem !important; }
    .fs-md-2 { font-size: 2rem !important; }
    .fs-md-3 { font-size: 1.75rem !important; }
    .fs-md-4 { font-size: 1.5rem !important; }
    .fs-md-22 { font-size: 1.375rem !important; }
    .fs-md-24 { font-size: 1.5rem !important; }
    .fs-md-30 { font-size: 1.875rem !important; }
    .fs-md-32 { font-size: 2rem !important; }
    .fs-md-35 { font-size: 2.1875rem !important; }
    .fs-md-40 { font-size: 2.5rem !important; }
    .fs-md-64 { font-size: 4rem !important; }
    .fs-lg-1 { font-size: 2.5rem !important; }
    .fs-lg-2 { font-size: 2rem !important; }
    .fs-lg-3 { font-size: 1.75rem !important; }
    .fs-lg-4 { font-size: 1.5rem !important; }
    .fs-lg-22 { font-size: 1.375rem !important; }
    .fs-lg-24 { font-size: 1.5rem !important; }
    .fs-lg-30 { font-size: 1.875rem !important; }
    .fs-lg-32 { font-size: 2rem !important; }
    .fs-lg-35 { font-size: 2.1875rem !important; }
    .fs-lg-40 { font-size: 2.5rem !important; }
    .fs-lg-64 { font-size: 4rem !important; } }