<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.col-lg {
  flex: 1 0 0%;
}

.row-cols-lg-auto &gt; * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-lg-1 &gt; * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-lg-2 &gt; * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-lg-3 &gt; * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-lg-4 &gt; * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-lg-5 &gt; * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-lg-6 &gt; * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-lg-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-lg-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-lg-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-lg-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-lg-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-lg-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-lg-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-lg-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-lg-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-lg-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-lg-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

.offset-lg-0 {
  margin-right: 0;
}

.offset-lg-1 {
  margin-right: 8.33333333%;
}

.offset-lg-2 {
  margin-right: 16.66666667%;
}

.offset-lg-3 {
  margin-right: 25%;
}

.offset-lg-4 {
  margin-right: 33.33333333%;
}

.offset-lg-5 {
  margin-right: 41.66666667%;
}

.offset-lg-6 {
  margin-right: 50%;
}

.offset-lg-7 {
  margin-right: 58.33333333%;
}

.offset-lg-8 {
  margin-right: 66.66666667%;
}

.offset-lg-9 {
  margin-right: 75%;
}

.offset-lg-10 {
  margin-right: 83.33333333%;
}

.offset-lg-11 {
  margin-right: 91.66666667%;
}

.g-lg-0,
.gx-lg-0 {
  --bs-gutter-x: 0;
}

.g-lg-0,
.gy-lg-0 {
  --bs-gutter-y: 0;
}

.g-lg-1,
.gx-lg-1 {
  --bs-gutter-x: 0.25rem;
}

.g-lg-1,
.gy-lg-1 {
  --bs-gutter-y: 0.25rem;
}

.g-lg-2,
.gx-lg-2 {
  --bs-gutter-x: 0.5rem;
}

.g-lg-2,
.gy-lg-2 {
  --bs-gutter-y: 0.5rem;
}

.g-lg-3,
.gx-lg-3 {
  --bs-gutter-x: 1rem;
}

.g-lg-3,
.gy-lg-3 {
  --bs-gutter-y: 1rem;
}

.g-lg-4,
.gx-lg-4 {
  --bs-gutter-x: 1.5rem;
}

.g-lg-4,
.gy-lg-4 {
  --bs-gutter-y: 1.5rem;
}

.g-lg-5,
.gx-lg-5 {
  --bs-gutter-x: 3rem;
}

.g-lg-5,
.gy-lg-5 {
  --bs-gutter-y: 3rem;
}
.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;
}

.flex-lg-fill {
  flex: 1 1 auto !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;
}

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

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

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

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

.justify-content-lg-around {
  justify-content: space-around !important;
}

.justify-content-lg-evenly {
  justify-content: space-evenly !important;
}

.align-items-lg-start {
  align-items: flex-start !important;
}

.align-items-lg-end {
  align-items: flex-end !important;
}

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

.align-items-lg-baseline {
  align-items: baseline !important;
}

.align-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-1 {
  margin: 0.25rem !important;
}

.m-lg-2 {
  margin: 0.5rem !important;
}

.m-lg-3 {
  margin: 1rem !important;
}

.m-lg-4 {
  margin: 1.5rem !important;
}

.m-lg-5 {
  margin: 3rem !important;
}

.m-lg-auto {
  margin: auto !important;
}

.mx-lg-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-lg-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-lg-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-lg-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-lg-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-lg-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !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-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-lg-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

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

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

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

.my-lg-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-lg-0 {
  margin-top: 0 !important;
}

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

.mt-lg-2 {
  margin-top: 0.5rem !important;
}

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

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

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

.mt-lg-auto {
  margin-top: auto !important;
}

.me-lg-0 {
  margin-left: 0 !important;
}

.me-lg-1 {
  margin-left: 0.25rem !important;
}

.me-lg-2 {
  margin-left: 0.5rem !important;
}

.me-lg-3 {
  margin-left: 1rem !important;
}

.me-lg-4 {
  margin-left: 1.5rem !important;
}

.me-lg-5 {
  margin-left: 3rem !important;
}

.me-lg-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

.ms-lg-0 {
  margin-right: 0 !important;
}

.ms-lg-1 {
  margin-right: 0.25rem !important;
}

.ms-lg-2 {
  margin-right: 0.5rem !important;
}

.ms-lg-3 {
  margin-right: 1rem !important;
}

.ms-lg-4 {
  margin-right: 1.5rem !important;
}

.ms-lg-5 {
  margin-right: 3rem !important;
}

.ms-lg-auto {
  margin-right: auto !important;
}

.p-lg-0 {
  padding: 0 !important;
}

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

.p-lg-2 {
  padding: 0.5rem !important;
}

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

.p-lg-4 {
  padding: 1.5rem !important;
}

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

.px-lg-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-lg-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-lg-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-lg-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-lg-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-lg-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-lg-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

.py-lg-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

.py-lg-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

.pt-lg-0 {
  padding-top: 0 !important;
}

.pt-lg-1 {
  padding-top: 0.25rem !important;
}

.pt-lg-2 {
  padding-top: 0.5rem !important;
}

.pt-lg-3 {
  padding-top: 1rem !important;
}

.pt-lg-4 {
  padding-top: 1.5rem !important;
}

.pt-lg-5 {
  padding-top: 3rem !important;
}

.pe-lg-0 {
  padding-left: 0 !important;
}

.pe-lg-1 {
  padding-left: 0.25rem !important;
}

.pe-lg-2 {
  padding-left: 0.5rem !important;
}

.pe-lg-3 {
  padding-left: 1rem !important;
}

.pe-lg-4 {
  padding-left: 1.5rem !important;
}

.pe-lg-5 {
  padding-left: 3rem !important;
}

.pb-lg-0 {
  padding-bottom: 0 !important;
}

.pb-lg-1 {
  padding-bottom: 0.25rem !important;
}

.pb-lg-2 {
  padding-bottom: 0.5rem !important;
}

.pb-lg-3 {
  padding-bottom: 1rem !important;
}

.pb-lg-4 {
  padding-bottom: 1.5rem !important;
}

.pb-lg-5 {
  padding-bottom: 3rem !important;
}

.ps-lg-0 {
  padding-right: 0 !important;
}

.ps-lg-1 {
  padding-right: 0.25rem !important;
}

.ps-lg-2 {
  padding-right: 0.5rem !important;
}

.ps-lg-3 {
  padding-right: 1rem !important;
}

.ps-lg-4 {
  padding-right: 1.5rem !important;
}

.ps-lg-5 {
  padding-right: 3rem !important;
}

.p-lg-fixed {
  position: fixed !important;
}
.p-lg-relative {
  position: relative !important;
}
.p-lg-absolute {
  position: absolute !important;
}
.p-lg-static {
  position: static !important;
}

.t-lg-right {
  text-align: right;
}
.t-lg-center {
  text-align: center;
}
.t-lg-left {
  text-align: left;
}
.t-lg-justify {
  text-align: justify;
}

.w-lg-100 {
  width: 100%;
}
.w-lg-90 {
  width: 90%;
}
.w-lg-80 {
  width: 80%;
}
.w-lg-70 {
  width: 70%;
}
.w-lg-60 {
  width: 60%;
}

.h-lg-100 {
  height: 100%;
}
.h-lg-90 {
  height: 90%;
}
.h-lg-80 {
  height: 80%;
}
.h-lg-70 {
  height: 70%;
}
.h-lg-60 {
  height: 60%;
}

.gap-lg-0 {
  gap: 0 !important;
}

.gap-lg-1 {
  gap: 0.25rem !important;
}

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

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

.gap-lg-4 {
  gap: 1.5rem !important;
}

</pre></body></html>