@charset "UTF-8";
:root {
  --bs-spacer-0: 0;
  --bs-spacer-1: 0.25rem;
  --bs-spacer-2: 0.5rem;
  --bs-spacer-3: 1rem;
  --bs-spacer-4: 1.5rem;
  --bs-spacer-5: 3rem;
}

html {
  min-height: 100vh;
  scroll-behavior: smooth;
}
html * {
  scroll-margin: calc(var(--header-height-offset, 40px) + 40px);
}

body {
  overflow-x: hidden;
}
body.admin-bar #wpadminbar {
  z-index: 999999;
}
@media (min-width: 768px) {
  body.admin-bar #wpadminbar,
  body.admin-bar #wpadminbar * {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  body.admin-bar #wpadminbar,
  body.admin-bar #wpadminbar * {
    font-size: 13px;
  }
}

.container-fluid {
  padding: 0 var(--bs-gutter-x, 0);
}

#main {
  position: relative;
  overflow-x: clip;
  min-height: calc(100vh - var(--header-height, 200px) - var(--footer-height, 300px));
}

svg {
  display: block;
  max-width: 100%;
}

.whitespace-nowrap {
  white-space: nowrap;
}

@media (min-width: 576px) {
  .whitespace-sm-nowrap {
    white-space: nowrap;
  }
}

.object-fit--contain.img-fluid {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

img:where(.object-fit--cover, .object-fit--cover) {
  display: inline-block;
}

.modal-backdrop {
  --bs-backdrop-bg: var(--bs-indigo);
  --bs-backdrop-opacity: 0.85;
}

.placeholder-img {
  height: 200px;
  background-color: var(-bs-gray-300, #CCCCCC);
}

.swiper:not(.swiper-initialized) {
  height: var(--hero-min-height);
  overflow: hidden;
}
.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+2) {
  display: none;
}
.swiper:not(.swiper-initialized) .block--banner {
  width: 100%;
}
.swiper:not(.swiper-initialized) .swiper-button-prev, .swiper:not(.swiper-initialized) .swiper-button-next, .swiper:not(.swiper-initialized) .swiper-pagination {
  display: none;
}

.swiffy-slider:not(.swiffy-initialized) .slider-container .swiffy-slide:nth-child(n+2) {
  display: none;
}

body * {
  -webkit-font-smoothing: antialiased;
}

:is(p, ul, ol) + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: calc(var(--bs-body-font-size, 1.5rem) * 2);
}

p a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.column-count-1 {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: calc(var(--bs-gutter-x) * 2);
       column-gap: calc(var(--bs-gutter-x) * 2);
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media (min-width: 768px) {
  .column-count-1 {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.column-count-1 li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.column-count-2 {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: calc(var(--bs-gutter-x) * 2);
       column-gap: calc(var(--bs-gutter-x) * 2);
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media (min-width: 576px) {
  .column-count-2 {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media (min-width: 768px) {
  .column-count-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.column-count-2 li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.column-count-3 {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: calc(var(--bs-gutter-x) * 2);
       column-gap: calc(var(--bs-gutter-x) * 2);
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  column-count: 1;
}
@media (min-width: 576px) {
  .column-count-3 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 768px) {
  .column-count-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.column-count-3 li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.column-count-4 {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: calc(var(--bs-gutter-x) * 2);
       column-gap: calc(var(--bs-gutter-x) * 2);
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  -moz-column-count: 2;
       column-count: 2;
}
@media (min-width: 576px) {
  .column-count-4 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 768px) {
  .column-count-4 {
    -moz-column-count: 4;
         column-count: 4;
  }
}
.column-count-4 li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.column-count-5 {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: calc(var(--bs-gutter-x) * 2);
       column-gap: calc(var(--bs-gutter-x) * 2);
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  -moz-column-count: 2;
       column-count: 2;
}
@media (min-width: 576px) {
  .column-count-5 {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (min-width: 768px) {
  .column-count-5 {
    -moz-column-count: 5;
         column-count: 5;
  }
}
.column-count-5 li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.column-count-6 {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: calc(var(--bs-gutter-x) * 2);
       column-gap: calc(var(--bs-gutter-x) * 2);
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  -moz-column-count: 2;
       column-count: 2;
}
@media (min-width: 576px) {
  .column-count-6 {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (min-width: 768px) {
  .column-count-6 {
    -moz-column-count: 6;
         column-count: 6;
  }
}
.column-count-6 li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.no-filter {
  filter: initial !important;
}

.are-vertically-aligned-top {
  align-items: flex-start !important;
}

.are-vertically-aligned-center {
  align-items: center !important;
}

.are-vertically-aligned-bottom {
  align-items: flex-end !important;
}

.z-9 {
  z-index: 9;
}

.z-99 {
  z-index: 99;
}

.z-999 {
  z-index: 999;
}

.z-9999 {
  z-index: 9999;
}

.maxw-auto {
  max-width: auto !important;
}

.minw-auto {
  min-width: auto !important;
}

.maxw-auto-vw {
  max-width: autovw !important;
}

.maxw-25 {
  max-width: 25% !important;
}

.minw-25 {
  min-width: 25% !important;
}

.maxw-25-vw {
  max-width: 25vw !important;
}

.maxw-50 {
  max-width: 50% !important;
}

.minw-50 {
  min-width: 50% !important;
}

.maxw-50-vw {
  max-width: 50vw !important;
}

.maxw-75 {
  max-width: 75% !important;
}

.minw-75 {
  min-width: 75% !important;
}

.maxw-75-vw {
  max-width: 75vw !important;
}

.maxw-100 {
  max-width: 100% !important;
}

.minw-100 {
  min-width: 100% !important;
}

.maxw-100-vw {
  max-width: 100vw !important;
}

@media (min-width: 576px) {
  .maxw-sm-auto {
    max-width: auto !important;
  }
  .minw-sm-auto {
    min-width: auto !important;
  }
  .maxw-sm-auto-vw {
    max-width: autovw !important;
  }
}
@media (min-width: 768px) {
  .maxw-md-auto {
    max-width: auto !important;
  }
  .minw-md-auto {
    min-width: auto !important;
  }
  .maxw-md-auto-vw {
    max-width: autovw !important;
  }
}
@media (min-width: 992px) {
  .maxw-lg-auto {
    max-width: auto !important;
  }
  .minw-lg-auto {
    min-width: auto !important;
  }
  .maxw-lg-auto-vw {
    max-width: autovw !important;
  }
}
@media (min-width: 1200px) {
  .maxw-xl-auto {
    max-width: auto !important;
  }
  .minw-xl-auto {
    min-width: auto !important;
  }
  .maxw-xl-auto-vw {
    max-width: autovw !important;
  }
}
@media (min-width: 576px) {
  .maxw-sm-25 {
    max-width: 25% !important;
  }
  .minw-sm-25 {
    min-width: 25% !important;
  }
  .maxw-sm-25-vw {
    max-width: 25vw !important;
  }
}
@media (min-width: 768px) {
  .maxw-md-25 {
    max-width: 25% !important;
  }
  .minw-md-25 {
    min-width: 25% !important;
  }
  .maxw-md-25-vw {
    max-width: 25vw !important;
  }
}
@media (min-width: 992px) {
  .maxw-lg-25 {
    max-width: 25% !important;
  }
  .minw-lg-25 {
    min-width: 25% !important;
  }
  .maxw-lg-25-vw {
    max-width: 25vw !important;
  }
}
@media (min-width: 1200px) {
  .maxw-xl-25 {
    max-width: 25% !important;
  }
  .minw-xl-25 {
    min-width: 25% !important;
  }
  .maxw-xl-25-vw {
    max-width: 25vw !important;
  }
}
@media (min-width: 576px) {
  .maxw-sm-50 {
    max-width: 50% !important;
  }
  .minw-sm-50 {
    min-width: 50% !important;
  }
  .maxw-sm-50-vw {
    max-width: 50vw !important;
  }
}
@media (min-width: 768px) {
  .maxw-md-50 {
    max-width: 50% !important;
  }
  .minw-md-50 {
    min-width: 50% !important;
  }
  .maxw-md-50-vw {
    max-width: 50vw !important;
  }
}
@media (min-width: 992px) {
  .maxw-lg-50 {
    max-width: 50% !important;
  }
  .minw-lg-50 {
    min-width: 50% !important;
  }
  .maxw-lg-50-vw {
    max-width: 50vw !important;
  }
}
@media (min-width: 1200px) {
  .maxw-xl-50 {
    max-width: 50% !important;
  }
  .minw-xl-50 {
    min-width: 50% !important;
  }
  .maxw-xl-50-vw {
    max-width: 50vw !important;
  }
}
@media (min-width: 576px) {
  .maxw-sm-75 {
    max-width: 75% !important;
  }
  .minw-sm-75 {
    min-width: 75% !important;
  }
  .maxw-sm-75-vw {
    max-width: 75vw !important;
  }
}
@media (min-width: 768px) {
  .maxw-md-75 {
    max-width: 75% !important;
  }
  .minw-md-75 {
    min-width: 75% !important;
  }
  .maxw-md-75-vw {
    max-width: 75vw !important;
  }
}
@media (min-width: 992px) {
  .maxw-lg-75 {
    max-width: 75% !important;
  }
  .minw-lg-75 {
    min-width: 75% !important;
  }
  .maxw-lg-75-vw {
    max-width: 75vw !important;
  }
}
@media (min-width: 1200px) {
  .maxw-xl-75 {
    max-width: 75% !important;
  }
  .minw-xl-75 {
    min-width: 75% !important;
  }
  .maxw-xl-75-vw {
    max-width: 75vw !important;
  }
}
@media (min-width: 576px) {
  .maxw-sm-100 {
    max-width: 100% !important;
  }
  .minw-sm-100 {
    min-width: 100% !important;
  }
  .maxw-sm-100-vw {
    max-width: 100vw !important;
  }
}
@media (min-width: 768px) {
  .maxw-md-100 {
    max-width: 100% !important;
  }
  .minw-md-100 {
    min-width: 100% !important;
  }
  .maxw-md-100-vw {
    max-width: 100vw !important;
  }
}
@media (min-width: 992px) {
  .maxw-lg-100 {
    max-width: 100% !important;
  }
  .minw-lg-100 {
    min-width: 100% !important;
  }
  .maxw-lg-100-vw {
    max-width: 100vw !important;
  }
}
@media (min-width: 1200px) {
  .maxw-xl-100 {
    max-width: 100% !important;
  }
  .minw-xl-100 {
    min-width: 100% !important;
  }
  .maxw-xl-100-vw {
    max-width: 100vw !important;
  }
}
.maxh-auto {
  max-height: auto !important;
}

.minh-auto {
  min-height: auto !important;
}

.maxh-25 {
  max-height: 25% !important;
}

.minh-25 {
  min-height: 25% !important;
}

.maxh-50 {
  max-height: 50% !important;
}

.minh-50 {
  min-height: 50% !important;
}

.maxh-75 {
  max-height: 75% !important;
}

.minh-75 {
  min-height: 75% !important;
}

.maxh-100 {
  max-height: 100% !important;
}

.minh-100 {
  min-height: 100% !important;
}

@media (min-width: 576px) {
  .maxh-sm-auto {
    max-height: auto !important;
  }
  .minh-sm-auto {
    min-height: auto !important;
  }
}
@media (min-width: 768px) {
  .maxh-md-auto {
    max-height: auto !important;
  }
  .minh-md-auto {
    min-height: auto !important;
  }
}
@media (min-width: 992px) {
  .maxh-lg-auto {
    max-height: auto !important;
  }
  .minh-lg-auto {
    min-height: auto !important;
  }
}
@media (min-width: 1200px) {
  .maxh-xl-auto {
    max-height: auto !important;
  }
  .minh-xl-auto {
    min-height: auto !important;
  }
}
@media (min-width: 576px) {
  .maxh-sm-25 {
    max-height: 25% !important;
  }
  .minh-sm-25 {
    min-height: 25% !important;
  }
}
@media (min-width: 768px) {
  .maxh-md-25 {
    max-height: 25% !important;
  }
  .minh-md-25 {
    min-height: 25% !important;
  }
}
@media (min-width: 992px) {
  .maxh-lg-25 {
    max-height: 25% !important;
  }
  .minh-lg-25 {
    min-height: 25% !important;
  }
}
@media (min-width: 1200px) {
  .maxh-xl-25 {
    max-height: 25% !important;
  }
  .minh-xl-25 {
    min-height: 25% !important;
  }
}
@media (min-width: 576px) {
  .maxh-sm-50 {
    max-height: 50% !important;
  }
  .minh-sm-50 {
    min-height: 50% !important;
  }
}
@media (min-width: 768px) {
  .maxh-md-50 {
    max-height: 50% !important;
  }
  .minh-md-50 {
    min-height: 50% !important;
  }
}
@media (min-width: 992px) {
  .maxh-lg-50 {
    max-height: 50% !important;
  }
  .minh-lg-50 {
    min-height: 50% !important;
  }
}
@media (min-width: 1200px) {
  .maxh-xl-50 {
    max-height: 50% !important;
  }
  .minh-xl-50 {
    min-height: 50% !important;
  }
}
@media (min-width: 576px) {
  .maxh-sm-75 {
    max-height: 75% !important;
  }
  .minh-sm-75 {
    min-height: 75% !important;
  }
}
@media (min-width: 768px) {
  .maxh-md-75 {
    max-height: 75% !important;
  }
  .minh-md-75 {
    min-height: 75% !important;
  }
}
@media (min-width: 992px) {
  .maxh-lg-75 {
    max-height: 75% !important;
  }
  .minh-lg-75 {
    min-height: 75% !important;
  }
}
@media (min-width: 1200px) {
  .maxh-xl-75 {
    max-height: 75% !important;
  }
  .minh-xl-75 {
    min-height: 75% !important;
  }
}
@media (min-width: 576px) {
  .maxh-sm-100 {
    max-height: 100% !important;
  }
  .minh-sm-100 {
    min-height: 100% !important;
  }
}
@media (min-width: 768px) {
  .maxh-md-100 {
    max-height: 100% !important;
  }
  .minh-md-100 {
    min-height: 100% !important;
  }
}
@media (min-width: 992px) {
  .maxh-lg-100 {
    max-height: 100% !important;
  }
  .minh-lg-100 {
    min-height: 100% !important;
  }
}
@media (min-width: 1200px) {
  .maxh-xl-100 {
    max-height: 100% !important;
  }
  .minh-xl-100 {
    min-height: 100% !important;
  }
}
.w-max-content {
  width: -moz-max-content !important;
  width: max-content !important;
}

.w-min-content {
  width: -moz-min-content !important;
  width: min-content !important;
}

@media (min-width: 576px) {
  .w-sm-max-content {
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
@media (min-width: 768px) {
  .w-md-max-content {
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
@media (min-width: 992px) {
  .w-lg-max-content {
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-max-content {
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
@media (min-width: 576px) {
  .w-sm-min-content {
    width: -moz-min-content !important;
    width: min-content !important;
  }
}
@media (min-width: 768px) {
  .w-md-min-content {
    width: -moz-min-content !important;
    width: min-content !important;
  }
}
@media (min-width: 992px) {
  .w-lg-min-content {
    width: -moz-min-content !important;
    width: min-content !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-min-content {
    width: -moz-min-content !important;
    width: min-content !important;
  }
}
.vh-25 {
  height: 25vh !important;
}

.vh-50 {
  height: 50vh !important;
}

.vh-75 {
  height: 75vh !important;
}

.vh-100 {
  height: 100vh !important;
}

@media (min-width: 576px) {
  .vh-sm-25 {
    height: 25vh !important;
  }
}
@media (min-width: 768px) {
  .vh-md-25 {
    height: 25vh !important;
  }
}
@media (min-width: 992px) {
  .vh-lg-25 {
    height: 25vh !important;
  }
}
@media (min-width: 1200px) {
  .vh-xl-25 {
    height: 25vh !important;
  }
}
@media (min-width: 576px) {
  .vh-sm-50 {
    height: 50vh !important;
  }
}
@media (min-width: 768px) {
  .vh-md-50 {
    height: 50vh !important;
  }
}
@media (min-width: 992px) {
  .vh-lg-50 {
    height: 50vh !important;
  }
}
@media (min-width: 1200px) {
  .vh-xl-50 {
    height: 50vh !important;
  }
}
@media (min-width: 576px) {
  .vh-sm-75 {
    height: 75vh !important;
  }
}
@media (min-width: 768px) {
  .vh-md-75 {
    height: 75vh !important;
  }
}
@media (min-width: 992px) {
  .vh-lg-75 {
    height: 75vh !important;
  }
}
@media (min-width: 1200px) {
  .vh-xl-75 {
    height: 75vh !important;
  }
}
@media (min-width: 576px) {
  .vh-sm-100 {
    height: 100vh !important;
  }
}
@media (min-width: 768px) {
  .vh-md-100 {
    height: 100vh !important;
  }
}
@media (min-width: 992px) {
  .vh-lg-100 {
    height: 100vh !important;
  }
}
@media (min-width: 1200px) {
  .vh-xl-100 {
    height: 100vh !important;
  }
}
.maxvh-25 {
  max-height: 25vh !important;
}

.maxvh-50 {
  max-height: 50vh !important;
}

.maxvh-75 {
  max-height: 75vh !important;
}

.maxvh-100 {
  max-height: 100vh !important;
}

@media (min-width: 576px) {
  .maxvh-sm-25 {
    max-height: 25vh !important;
  }
}
@media (min-width: 768px) {
  .maxvh-md-25 {
    max-height: 25vh !important;
  }
}
@media (min-width: 992px) {
  .maxvh-lg-25 {
    max-height: 25vh !important;
  }
}
@media (min-width: 1200px) {
  .maxvh-xl-25 {
    max-height: 25vh !important;
  }
}
@media (min-width: 576px) {
  .maxvh-sm-50 {
    max-height: 50vh !important;
  }
}
@media (min-width: 768px) {
  .maxvh-md-50 {
    max-height: 50vh !important;
  }
}
@media (min-width: 992px) {
  .maxvh-lg-50 {
    max-height: 50vh !important;
  }
}
@media (min-width: 1200px) {
  .maxvh-xl-50 {
    max-height: 50vh !important;
  }
}
@media (min-width: 576px) {
  .maxvh-sm-75 {
    max-height: 75vh !important;
  }
}
@media (min-width: 768px) {
  .maxvh-md-75 {
    max-height: 75vh !important;
  }
}
@media (min-width: 992px) {
  .maxvh-lg-75 {
    max-height: 75vh !important;
  }
}
@media (min-width: 1200px) {
  .maxvh-xl-75 {
    max-height: 75vh !important;
  }
}
@media (min-width: 576px) {
  .maxvh-sm-100 {
    max-height: 100vh !important;
  }
}
@media (min-width: 768px) {
  .maxvh-md-100 {
    max-height: 100vh !important;
  }
}
@media (min-width: 992px) {
  .maxvh-lg-100 {
    max-height: 100vh !important;
  }
}
@media (min-width: 1200px) {
  .maxvh-xl-100 {
    max-height: 100vh !important;
  }
}
@media (min-width: 576px) {
  .container-sm-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container-md-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container-lg-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-xl-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    width: 100%;
  }
}
.object-fit--cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}

.object-fit--contain {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}

.object-fit--none {
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: center;
     object-position: center;
}

.object-position--left {
  -o-object-position: left;
     object-position: left;
}

.object-position--center {
  -o-object-position: center;
     object-position: center;
}

.object-position--right {
  -o-object-position: right;
     object-position: right;
}

.object-position--top {
  -o-object-position: top;
     object-position: top;
}

.object-position--bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.ms-first-0:first-child {
  margin-left: 0 !important;
}

.me-last-0:first-child {
  margin-right: 0 !important;
}

.bg-blue {
  background-color: #0d6efd;
}

.text-blue {
  color: #0d6efd;
}

.bg-indigo {
  background-color: #6610f2;
}

.text-indigo {
  color: #6610f2;
}

.bg-purple {
  background-color: #6f42c1;
}

.text-purple {
  color: #6f42c1;
}

.bg-pink {
  background-color: #d63384;
}

.text-pink {
  color: #d63384;
}

.bg-red {
  background-color: #dc3545;
}

.text-red {
  color: #dc3545;
}

.bg-orange {
  background-color: #fd7e14;
}

.text-orange {
  color: #fd7e14;
}

.bg-yellow {
  background-color: #ffc107;
}

.text-yellow {
  color: #ffc107;
}

.bg-green {
  background-color: #198754;
}

.text-green {
  color: #198754;
}

.bg-teal {
  background-color: #20c997;
}

.text-teal {
  color: #20c997;
}

.bg-cyan {
  background-color: #0dcaf0;
}

.text-cyan {
  color: #0dcaf0;
}

.bg-black {
  background-color: #000;
}

.text-black {
  color: #000;
}

.bg-white {
  background-color: #fff;
}

.text-white {
  color: #fff;
}

.bg-gray {
  background-color: #6c757d;
}

.text-gray {
  color: #6c757d;
}

.bg-gray-dark {
  background-color: #343a40;
}

.text-gray-dark {
  color: #343a40;
}

.text-inherit {
  color: inherit;
}

.text-decoration-none, .text-decoration-none a {
  text-decoration: none;
}

.linked::before {
  transform: scale(1);
  transition: transform 0.15s ease-in-out;
}
.linked:hover, .linked:focus-within {
  cursor: pointer;
}
.linked:hover::before, .linked:focus-within::before {
  transform: scale(0.975);
}
.linked:not(.linked-no-style) {
  transition: transform 0.15s ease-in-out, box-shadow 0.3s ease-in-out, filter 0.15s ease-in-out;
  backface-visibility: hidden;
}
.linked:not(.linked-no-style):hover, .linked:not(.linked-no-style):focus-within {
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out, filter 0.15s ease-in-out;
  transform: scale(1.025);
}
.linked:not(.linked-no-style):not(.linked-multi) a {
  text-decoration: none;
}
.linked:not(.linked-no-style).linked-multi {
  cursor: default;
}

.sticky-top-most {
  position: sticky !important;
  top: var(--header-height-offset, 0);
  z-index: 99;
  transition: top 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .sticky-top-most-lg {
    position: sticky !important;
    top: var(--header-height-offset, 0);
    z-index: 99;
    transition: top 0.3s ease-in-out;
  }
}
@media screen and (min-width: 782px) {
  .admin-bar .top-0 {
    top: 32px !important;
  }
}
@media screen and (min-width: 600px) {
  .admin-bar .sticky-top-most {
    top: calc(var(--header-height-offset) + 46px);
  }
}
@media screen and (min-width: 782px) {
  .admin-bar .sticky-top-most {
    top: calc(var(--header-height-offset) + 32px);
  }
}

.icon {
  display: inline-block;
  height: 2rem;
  width: 2rem;
}
.icon.icon-xs {
  height: 1rem;
  width: 1rem;
}
.icon.icon-sm {
  height: 1.3125rem;
  width: 1.3125rem;
}
.icon.icon-md {
  height: 2rem;
  width: 2rem;
}
.icon.icon-lg {
  height: 3rem;
  width: 3rem;
}
.icon.icon-xl {
  height: 4rem;
  width: 4rem;
}
.icon.icon-xxl {
  height: 5rem;
  width: 5rem;
}

figure.w-100 img {
  width: 100%;
}

.grid-col-span-all {
  grid-column: 1/-1;
}

.list-style-icon-checkmark {
  list-style-type: none;
}
.list-style-icon-checkmark > li {
  margin-bottom: 0.5em;
  margin-left: 0.5rem;
  position: relative;
}
.list-style-icon-checkmark > li::before {
  content: "";
  position: absolute;
  left: -1.75em;
  top: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%230d6efd' preserveAspectRatio='xMidYMid' viewBox='0 0 484.17 430.33'%3E%3Cg id='c'%3E%3Cpath d='m0,231.75c29.04,0,56.87-.15,84.7.2,3.18.04,6.81,2.31,9.41,4.52,22.75,19.24,40.83,42.41,56.16,67.83,1.55,2.56,3.13,5.11,4.72,7.64.16.26.51.4,1.29.97,1.21-2.36,2.45-4.6,3.52-6.92,30.78-66.69,67.1-130.21,109.83-189.96,25.82-36.1,55.08-69.09,91.97-94.42,9.99-6.86,20.71-12.71,31.4-18.44,3.64-1.95,8.22-2.96,12.38-3,25.99-.26,51.98-.13,78.79-.13-.82,1.44-.92,1.95-1.21,2.09-38.97,19.28-70.33,47.83-98.15,80.65-36.59,43.16-65.68,91.34-93.27,140.47-34.21,60.93-63.15,124.22-83.84,191.1-1.18,3.81-2.52,7.58-3.42,11.46-.74,3.15-2.45,4.48-5.58,4.48-26.98-.02-53.97-.06-80.95.05-4.36.02-5.05-2.89-5.98-5.97-9.15-30.46-20.04-60.26-34.01-88.87-16.19-33.15-35.92-63.84-62.47-89.76-4.63-4.52-9.54-8.74-15.27-13.97Z'/%3E%3C/g%3E%3C/svg%3E");
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.list-style-icon-brand {
  list-style-type: none;
  padding-left: 1rem;
}
.list-style-icon-brand > li {
  margin-bottom: 0.5em;
  margin-left: 0.5rem;
  position: relative;
}
.list-style-icon-brand > li::before {
  content: "";
  position: absolute;
  left: -1.5em;
  top: 0.33em;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.list-style-none {
  list-style-type: none;
}

.list-style-disc {
  list-style-type: disc;
}

.list-style-circle {
  list-style-type: circle;
}

.list-style-square {
  list-style-type: square;
}

.list-style-decimal {
  list-style-type: decimal;
}

.list-style-decimal-leading-zero {
  list-style-type: decimal-leading-zero;
}

.list-style-lower-roman {
  list-style-type: lower-roman;
}

.list-style-upper-roman {
  list-style-type: upper-roman;
}

.list-style-lower-alpha {
  list-style-type: lower-alpha;
}

.list-style-upper-alpha {
  list-style-type: upper-alpha;
}

.list-style-lower-greek {
  list-style-type: lower-greek;
}

.list-style-lower-latin {
  list-style-type: lower-latin;
}

.list-style-upper-latin {
  list-style-type: upper-latin;
}

.list-style-armenian {
  list-style-type: armenian;
}

.list-style-georgian {
  list-style-type: georgian;
}

.list-style-inherit {
  list-style-type: inherit;
}

.list-style-initial {
  list-style-type: initial;
}

.list-style-revert {
  list-style-type: revert;
}

.list-style-unset {
  list-style-type: unset;
}

@media (min-width: 576px) {
  .column-count-sm-1 {
    -moz-column-count: 1 !important;
         column-count: 1 !important;
  }
}
@media (min-width: 576px) {
  .column-count-sm-2 {
    -moz-column-count: 2 !important;
         column-count: 2 !important;
  }
}
@media (min-width: 576px) {
  .column-count-sm-3 {
    -moz-column-count: 3 !important;
         column-count: 3 !important;
  }
}
@media (min-width: 576px) {
  .column-count-sm-4 {
    -moz-column-count: 4 !important;
         column-count: 4 !important;
  }
}
@media (min-width: 768px) {
  .column-count-md-1 {
    -moz-column-count: 1 !important;
         column-count: 1 !important;
  }
}
@media (min-width: 768px) {
  .column-count-md-2 {
    -moz-column-count: 2 !important;
         column-count: 2 !important;
  }
}
@media (min-width: 768px) {
  .column-count-md-3 {
    -moz-column-count: 3 !important;
         column-count: 3 !important;
  }
}
@media (min-width: 768px) {
  .column-count-md-4 {
    -moz-column-count: 4 !important;
         column-count: 4 !important;
  }
}
@media (min-width: 992px) {
  .column-count-lg-1 {
    -moz-column-count: 1 !important;
         column-count: 1 !important;
  }
}
@media (min-width: 992px) {
  .column-count-lg-2 {
    -moz-column-count: 2 !important;
         column-count: 2 !important;
  }
}
@media (min-width: 992px) {
  .column-count-lg-3 {
    -moz-column-count: 3 !important;
         column-count: 3 !important;
  }
}
@media (min-width: 992px) {
  .column-count-lg-4 {
    -moz-column-count: 4 !important;
         column-count: 4 !important;
  }
}
@media (min-width: 1200px) {
  .column-count-xl-1 {
    -moz-column-count: 1 !important;
         column-count: 1 !important;
  }
}
@media (min-width: 1200px) {
  .column-count-xl-2 {
    -moz-column-count: 2 !important;
         column-count: 2 !important;
  }
}
@media (min-width: 1200px) {
  .column-count-xl-3 {
    -moz-column-count: 3 !important;
         column-count: 3 !important;
  }
}
@media (min-width: 1200px) {
  .column-count-xl-4 {
    -moz-column-count: 4 !important;
         column-count: 4 !important;
  }
}
@media (min-width: 1400px) {
  .column-count-xxl-1 {
    -moz-column-count: 1 !important;
         column-count: 1 !important;
  }
}
@media (min-width: 1400px) {
  .column-count-xxl-2 {
    -moz-column-count: 2 !important;
         column-count: 2 !important;
  }
}
@media (min-width: 1400px) {
  .column-count-xxl-3 {
    -moz-column-count: 3 !important;
         column-count: 3 !important;
  }
}
@media (min-width: 1400px) {
  .column-count-xxl-4 {
    -moz-column-count: 4 !important;
         column-count: 4 !important;
  }
}
.column-count-1 {
  -moz-column-count: 1 !important;
       column-count: 1 !important;
}

.column-count-2 {
  -moz-column-count: 2 !important;
       column-count: 2 !important;
}

.column-count-3 {
  -moz-column-count: 3 !important;
       column-count: 3 !important;
}

.column-count-4 {
  -moz-column-count: 4 !important;
       column-count: 4 !important;
}

.content-columns-1 {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 992px) {
  .content-columns-1 {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.content-columns-2 {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 992px) {
  .content-columns-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.content-columns-3 {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 768px) {
  .content-columns-3 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 992px) {
  .content-columns-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
}

.content-columns-4 {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 576px) {
  .content-columns-4 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 768px) {
  .content-columns-4 {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (min-width: 992px) {
  .content-columns-4 {
    -moz-column-count: 4;
         column-count: 4;
  }
}

.content-columns-5 {
  -moz-column-count: 2;
       column-count: 2;
}
@media (min-width: 576px) {
  .content-columns-5 {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (min-width: 768px) {
  .content-columns-5 {
    -moz-column-count: 4;
         column-count: 4;
  }
}
@media (min-width: 992px) {
  .content-columns-5 {
    -moz-column-count: 5;
         column-count: 5;
  }
}

.content-columns-6 {
  -moz-column-count: 3;
       column-count: 3;
}
@media (min-width: 576px) {
  .content-columns-6 {
    -moz-column-count: 4;
         column-count: 4;
  }
}
@media (min-width: 768px) {
  .content-columns-6 {
    -moz-column-count: 5;
         column-count: 5;
  }
}
@media (min-width: 992px) {
  .content-columns-6 {
    -moz-column-count: 6;
         column-count: 6;
  }
}

[class*=content-columns-] {
  -moz-column-gap: calc(var(--bs-gutter-x) + 1rem);
       column-gap: calc(var(--bs-gutter-x) + 1rem);
}
[class*=content-columns-] > li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.has-blue-color {
  color: #0d6efd;
}
.has-blue-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0d6efd;
}

.has-indigo-color {
  color: #6610f2;
}
.has-indigo-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #6610f2;
}

.has-purple-color {
  color: #6f42c1;
}
.has-purple-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #6f42c1;
}

.has-pink-color {
  color: #d63384;
}
.has-pink-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d63384;
}

.has-red-color {
  color: #dc3545;
}
.has-red-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #dc3545;
}

.has-orange-color {
  color: #fd7e14;
}
.has-orange-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fd7e14;
}

.has-yellow-color {
  color: #ffc107;
}
.has-yellow-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffc107;
}

.has-green-color {
  color: #198754;
}
.has-green-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #198754;
}

.has-teal-color {
  color: #20c997;
}
.has-teal-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #20c997;
}

.has-cyan-color {
  color: #0dcaf0;
}
.has-cyan-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0dcaf0;
}

.has-black-color {
  color: #000;
}
.has-black-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
}

.has-white-color {
  color: #fff;
}
.has-white-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.has-gray-color {
  color: #6c757d;
}
.has-gray-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #6c757d;
}

.has-gray-dark-color {
  color: #343a40;
}
.has-gray-dark-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #343a40;
}

.stretch-bg-start {
  position: relative;
}
.stretch-bg-start::before {
  position: absolute;
  content: "";
  background: inherit;
  width: 100vw;
  left: 0;
  height: 100%;
  top: 0;
}

.stretch-bg-end {
  position: relative;
}
.stretch-bg-end::before {
  position: absolute;
  content: "";
  background: inherit;
  width: 100vw;
  left: 0;
  height: 100%;
  top: 0;
}

@media (min-width: 992px) {
  .stretch-bg-lg-start {
    position: relative;
  }
  .stretch-bg-lg-start::before {
    position: absolute;
    content: "";
    background: inherit;
    width: 100vw;
    left: 0;
    height: 100%;
    top: 0;
  }
  .stretch-bg-lg-end {
    position: relative;
  }
  .stretch-bg-lg-end::before {
    position: absolute;
    content: "";
    background: inherit;
    width: 100vw;
    left: 0;
    height: 100%;
    top: 0;
  }
}
.border-top-0 {
  border-top: 0px var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0px var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0px var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0px var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-1 {
  border-top: 1px var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-1 {
  border-right: 1px var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-1 {
  border-bottom: 1px var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-1 {
  border-left: 1px var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-2 {
  border-top: 2px var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-2 {
  border-right: 2px var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-2 {
  border-bottom: 2px var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-2 {
  border-left: 2px var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-3 {
  border-top: 3px var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-3 {
  border-right: 3px var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-3 {
  border-bottom: 3px var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-3 {
  border-left: 3px var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-4 {
  border-top: 4px var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-4 {
  border-right: 4px var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-4 {
  border-bottom: 4px var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-4 {
  border-left: 4px var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-5 {
  border-top: 5px var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-5 {
  border-right: 5px var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-5 {
  border-bottom: 5px var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-5 {
  border-left: 5px var(--bs-border-style) var(--bs-border-color) !important;
}

@media (min-width: 576px) {
  .border-sm-top-0 {
    border-top: 0px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-end-0 {
    border-right: 0px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-start-0 {
    border-left: 0px var(--bs-border-style) var(--bs-border-color) !important;
  }
}
@media (min-width: 768px) {
  .border-md-top-0 {
    border-top: 0px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-end-0 {
    border-right: 0px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-start-0 {
    border-left: 0px var(--bs-border-style) var(--bs-border-color) !important;
  }
}
@media (min-width: 992px) {
  .border-lg-top-0 {
    border-top: 0px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-end-0 {
    border-right: 0px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-start-0 {
    border-left: 0px var(--bs-border-style) var(--bs-border-color) !important;
  }
}
@media (min-width: 1200px) {
  .border-xl-top-0 {
    border-top: 0px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-end-0 {
    border-right: 0px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-start-0 {
    border-left: 0px var(--bs-border-style) var(--bs-border-color) !important;
  }
}
@media (min-width: 576px) {
  .border-sm-top-1 {
    border-top: 1px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-end-1 {
    border-right: 1px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-bottom-1 {
    border-bottom: 1px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-start-1 {
    border-left: 1px var(--bs-border-style) var(--bs-border-color) !important;
  }
}
@media (min-width: 768px) {
  .border-md-top-1 {
    border-top: 1px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-end-1 {
    border-right: 1px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-bottom-1 {
    border-bottom: 1px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-start-1 {
    border-left: 1px var(--bs-border-style) var(--bs-border-color) !important;
  }
}
@media (min-width: 992px) {
  .border-lg-top-1 {
    border-top: 1px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-end-1 {
    border-right: 1px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-bottom-1 {
    border-bottom: 1px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-start-1 {
    border-left: 1px var(--bs-border-style) var(--bs-border-color) !important;
  }
}
@media (min-width: 1200px) {
  .border-xl-top-1 {
    border-top: 1px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-end-1 {
    border-right: 1px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-bottom-1 {
    border-bottom: 1px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-start-1 {
    border-left: 1px var(--bs-border-style) var(--bs-border-color) !important;
  }
}
@media (min-width: 576px) {
  .border-sm-top-2 {
    border-top: 2px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-end-2 {
    border-right: 2px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-bottom-2 {
    border-bottom: 2px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-start-2 {
    border-left: 2px var(--bs-border-style) var(--bs-border-color) !important;
  }
}
@media (min-width: 768px) {
  .border-md-top-2 {
    border-top: 2px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-end-2 {
    border-right: 2px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-bottom-2 {
    border-bottom: 2px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-start-2 {
    border-left: 2px var(--bs-border-style) var(--bs-border-color) !important;
  }
}
@media (min-width: 992px) {
  .border-lg-top-2 {
    border-top: 2px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-end-2 {
    border-right: 2px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-bottom-2 {
    border-bottom: 2px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-start-2 {
    border-left: 2px var(--bs-border-style) var(--bs-border-color) !important;
  }
}
@media (min-width: 1200px) {
  .border-xl-top-2 {
    border-top: 2px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-end-2 {
    border-right: 2px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-bottom-2 {
    border-bottom: 2px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-start-2 {
    border-left: 2px var(--bs-border-style) var(--bs-border-color) !important;
  }
}
@media (min-width: 576px) {
  .border-sm-top-3 {
    border-top: 3px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-end-3 {
    border-right: 3px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-bottom-3 {
    border-bottom: 3px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-start-3 {
    border-left: 3px var(--bs-border-style) var(--bs-border-color) !important;
  }
}
@media (min-width: 768px) {
  .border-md-top-3 {
    border-top: 3px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-end-3 {
    border-right: 3px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-bottom-3 {
    border-bottom: 3px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-start-3 {
    border-left: 3px var(--bs-border-style) var(--bs-border-color) !important;
  }
}
@media (min-width: 992px) {
  .border-lg-top-3 {
    border-top: 3px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-end-3 {
    border-right: 3px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-bottom-3 {
    border-bottom: 3px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-start-3 {
    border-left: 3px var(--bs-border-style) var(--bs-border-color) !important;
  }
}
@media (min-width: 1200px) {
  .border-xl-top-3 {
    border-top: 3px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-end-3 {
    border-right: 3px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-bottom-3 {
    border-bottom: 3px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-start-3 {
    border-left: 3px var(--bs-border-style) var(--bs-border-color) !important;
  }
}
@media (min-width: 576px) {
  .border-sm-top-4 {
    border-top: 4px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-end-4 {
    border-right: 4px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-bottom-4 {
    border-bottom: 4px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-start-4 {
    border-left: 4px var(--bs-border-style) var(--bs-border-color) !important;
  }
}
@media (min-width: 768px) {
  .border-md-top-4 {
    border-top: 4px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-end-4 {
    border-right: 4px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-bottom-4 {
    border-bottom: 4px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-start-4 {
    border-left: 4px var(--bs-border-style) var(--bs-border-color) !important;
  }
}
@media (min-width: 992px) {
  .border-lg-top-4 {
    border-top: 4px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-end-4 {
    border-right: 4px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-bottom-4 {
    border-bottom: 4px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-start-4 {
    border-left: 4px var(--bs-border-style) var(--bs-border-color) !important;
  }
}
@media (min-width: 1200px) {
  .border-xl-top-4 {
    border-top: 4px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-end-4 {
    border-right: 4px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-bottom-4 {
    border-bottom: 4px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-start-4 {
    border-left: 4px var(--bs-border-style) var(--bs-border-color) !important;
  }
}
@media (min-width: 576px) {
  .border-sm-top-5 {
    border-top: 5px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-end-5 {
    border-right: 5px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-bottom-5 {
    border-bottom: 5px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-start-5 {
    border-left: 5px var(--bs-border-style) var(--bs-border-color) !important;
  }
}
@media (min-width: 768px) {
  .border-md-top-5 {
    border-top: 5px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-end-5 {
    border-right: 5px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-bottom-5 {
    border-bottom: 5px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-start-5 {
    border-left: 5px var(--bs-border-style) var(--bs-border-color) !important;
  }
}
@media (min-width: 992px) {
  .border-lg-top-5 {
    border-top: 5px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-end-5 {
    border-right: 5px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-bottom-5 {
    border-bottom: 5px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-start-5 {
    border-left: 5px var(--bs-border-style) var(--bs-border-color) !important;
  }
}
@media (min-width: 1200px) {
  .border-xl-top-5 {
    border-top: 5px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-end-5 {
    border-right: 5px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-bottom-5 {
    border-bottom: 5px var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-start-5 {
    border-left: 5px var(--bs-border-style) var(--bs-border-color) !important;
  }
}
.wp-block-group.is-position-sticky {
  top: var(--header-height);
}
.wp-block-group.is-vertical > .wp-block-image {
  min-width: 100%;
}
.wp-block-group.is-vertical.is-content-justification-center > .wp-block-image {
  display: flex;
  justify-content: center;
}
.wp-block-image img {
  width: 100%;
}
.wp-block-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.wp-block-list.is-style-none {
  list-style: none;
  padding: 0;
}
.wp-block-list.is-style-dash li::marker {
  content: "– ";
  font-weight: 600;
}
.wp-block-list.is-style-circle {
  list-style: circle;
}
.wp-block-list.is-style-square {
  list-style: square;
}
.wp-block-post-featured-image {
  overflow: hidden;
}
.wp-block-safe-svg-svg-icon {
  text-align: unset;
  line-height: 0;
}
footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#header {
  z-index: 1000;
}

.single-post,
.single-post * {
  word-wrap: break-word;
  -webkit-hyphens: none;
          hyphens: none;
}
.single-post article .hero {
  position: relative;
  z-index: 1;
}
.single-post article .hero div {
  position: relative;
  z-index: 2;
}
.single-post article .featured-image {
  aspect-ratio: 2.35;
  overflow: hidden;
}
.single-post article .featured-image img {
  position: relative;
  display: block;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.single-post article .meta {
  display: flex;
  align-items: center;
}
.single-post article .meta .author {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 1rem;
  padding-right: 1rem;
  font-weight: 700;
}
.single-post article .meta .author::after {
  content: "|";
  position: absolute;
  right: 0;
}
.single-post article .meta .author img {
  height: 3rem;
  width: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0 1rem;
  border-radius: 50%;
}
.single-post article .post-content p img {
  display: block;
  width: 100%;
}
.single-post article .post-content img.aligncenter {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 350px;
}
.single-post .share-post > .container {
  padding-top: 1rem;
}
.single-post .share-post h5 {
  display: inline-block;
  margin-right: 0.25rem;
}
.single-post .share-post a {
  display: inline-block;
  margin: 0 0.25rem;
  text-decoration: none;
}
.single-post .share-post a svg {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
}
.single-post .divider {
  display: block;
  height: 1px;
  width: 100%;
  background-color: var(--bs-gray-900);
}
.single-post .related-posts {
  position: relative;
}
.single-post .related-posts > .container-fluid {
  position: relative;
  z-index: 1;
}
.single-post .related-posts .resource {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  background: #fff;
}
.single-post .related-posts .resource-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.9em;
}
.single-post .related-posts .resource-thumbnail {
  aspect-ratio: 1;
  height: 120px;
}
.single-post .related-posts .resource-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .related-posts .resource-cta {
  transition: transform 0.2s ease-in-out;
  font-size: 1rem;
  width: auto;
}
.single-post .related-posts .resource-cta svg {
  height: 0.5em;
  width: auto;
}
.single-post .related-posts .resource-type {
  padding: 0.25em 0.5em;
  font-weight: 700;
  font-size: 0.8em;
  line-height: 1;
  background-color: var(--bs-gray-900);
  color: var(--bs-white, #fff);
}
.single-post .related-posts .resource .wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 1rem;
}

.post-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
}
.post-share a:hover svg, .post-share a:active svg, .post-share a:focus svg {
  transform: translateY(-5px);
}
.post-share a svg {
  display: block;
  width: 1.25em;
  height: 1.25em;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.2s ease-in-out;
}

.wp-block-search.wp-block-search__button-only .form-control {
  transition: all 0.3s ease-in-out;
}
.wp-block-search .btn {
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
}
.wp-block-search.wp-block-search__button-inside .btn {
  border-left: 0 !important;
}
.wp-block-search .wp-block-search__inside-wrapper {
  border: transparent;
}
.wp-block-search .wp-block-search__input.form-control {
  border: 1px solid var(--bs-border-color);
}

.search .search-results .search-results-list .search-result:last-child {
  border-bottom: 0 !important;
}
.search .pagination {
  --bs-pagination-color: var(--bs-white);
  --bs-pagination-color-active: var(--bs-white);
  --bs-pagination-bg: var(--bs-white);
  --bs-pagination-border-color: var(--bs-gray);
  --bs-pagination-bg-active: var(--bs-primary);
  --bs-pagination-hover-bg: var(--bs-secondary);
  --bs-pagination-border-radius: 4px;
  --bs-pagination-border-width: 2px;
}
.search .pagination .nav-links {
  display: flex;
  border: solid var(--bs-pagination-border-width) var(--bs-pagination-border-color);
  border-radius: var(--bs-pagination-border-radius);
}
.search .pagination .nav-links .page-numbers {
  border-right: solid var(--bs-pagination-border-width) var(--bs-pagination-border-color);
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  background: var(--bs-pagination-bg);
}
.search .pagination .nav-links .page-numbers.current {
  background: var(--bs-pagination-bg-active);
  color: var(--bs-pagination-color);
}
.search .pagination .nav-links .page-numbers.page-numbers:last-child {
  border-right: 0;
}
.search .pagination .nav-links .page-numbers:hover {
  text-decoration: none;
  background: var(--bs-pagination-hover-bg);
  color: var(--bs-pagination-color-active);
}

.relevanssi-live-search-results {
  min-height: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.rlv-has-spinner {
  border-color: var(--bs-primary);
  border-right-color: transparent;
}

.rlv-has-spinner::after {
  background-color: var(--bs-primary);
}

.relevanssi-live-search-results-showing {
  opacity: 1;
}
