: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));
}

body {
  color: var(--bs-body-color);
  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%;
}

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

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

.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 {
  font-family: var(--bs-body-font-family, sans-serif);
  font-size: 1rem;
  font-weight: 400;
  color: var(---bs-body-color, #000);
}
body * {
  -webkit-font-smoothing: antialiased;
}

:where(.has-background) {
  padding: calc(var(--bs-gutter-x) * 0.5);
}

:where(p, ul, ol) + :where(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-25 {
  max-width: 25% !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .maxw-sm-auto {
    max-width: auto !important;
  }
  .minw-sm-auto {
    min-width: auto !important;
  }
}
@media (min-width: 768px) {
  .maxw-md-auto {
    max-width: auto !important;
  }
  .minw-md-auto {
    min-width: auto !important;
  }
}
@media (min-width: 992px) {
  .maxw-lg-auto {
    max-width: auto !important;
  }
  .minw-lg-auto {
    min-width: auto !important;
  }
}
@media (min-width: 1200px) {
  .maxw-xl-auto {
    max-width: auto !important;
  }
  .minw-xl-auto {
    min-width: auto !important;
  }
}
@media (min-width: 576px) {
  .maxw-sm-25 {
    max-width: 25% !important;
  }
  .minw-sm-25 {
    min-width: 25% !important;
  }
}
@media (min-width: 768px) {
  .maxw-md-25 {
    max-width: 25% !important;
  }
  .minw-md-25 {
    min-width: 25% !important;
  }
}
@media (min-width: 992px) {
  .maxw-lg-25 {
    max-width: 25% !important;
  }
  .minw-lg-25 {
    min-width: 25% !important;
  }
}
@media (min-width: 1200px) {
  .maxw-xl-25 {
    max-width: 25% !important;
  }
  .minw-xl-25 {
    min-width: 25% !important;
  }
}
@media (min-width: 576px) {
  .maxw-sm-50 {
    max-width: 50% !important;
  }
  .minw-sm-50 {
    min-width: 50% !important;
  }
}
@media (min-width: 768px) {
  .maxw-md-50 {
    max-width: 50% !important;
  }
  .minw-md-50 {
    min-width: 50% !important;
  }
}
@media (min-width: 992px) {
  .maxw-lg-50 {
    max-width: 50% !important;
  }
  .minw-lg-50 {
    min-width: 50% !important;
  }
}
@media (min-width: 1200px) {
  .maxw-xl-50 {
    max-width: 50% !important;
  }
  .minw-xl-50 {
    min-width: 50% !important;
  }
}
@media (min-width: 576px) {
  .maxw-sm-75 {
    max-width: 75% !important;
  }
  .minw-sm-75 {
    min-width: 75% !important;
  }
}
@media (min-width: 768px) {
  .maxw-md-75 {
    max-width: 75% !important;
  }
  .minw-md-75 {
    min-width: 75% !important;
  }
}
@media (min-width: 992px) {
  .maxw-lg-75 {
    max-width: 75% !important;
  }
  .minw-lg-75 {
    min-width: 75% !important;
  }
}
@media (min-width: 1200px) {
  .maxw-xl-75 {
    max-width: 75% !important;
  }
  .minw-xl-75 {
    min-width: 75% !important;
  }
}
@media (min-width: 576px) {
  .maxw-sm-100 {
    max-width: 100% !important;
  }
  .minw-sm-100 {
    min-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .maxw-md-100 {
    max-width: 100% !important;
  }
  .minw-md-100 {
    min-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .maxw-lg-100 {
    max-width: 100% !important;
  }
  .minw-lg-100 {
    min-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .maxw-xl-100 {
    max-width: 100% !important;
  }
  .minw-xl-100 {
    min-width: 100% !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;
  }
}
.admin-bar .sticky-top-most {
  top: 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;
  }
}
#main .wp-block-post-featured-image:first-child:is([style*="--block-height"]) {
  height: initial !important;
  --min-height: var(--block-height, 0);
  min-height: calc(var(--min-height) * 0.5);
}
@media (min-width: 768px) {
  #main .wp-block-post-featured-image:first-child:is([style*="--block-height"]) {
    min-height: calc(var(--min-height) * 0.75);
  }
}
@media (min-width: 992px) {
  #main .wp-block-post-featured-image:first-child:is([style*="--block-height"]) {
    min-height: var(--min-height);
  }
}
#main .wp-block-post-featured-image:first-child:is([style*="--block-height"]) > img[style*="object-fit:cover"] {
  height: 100% !important;
  position: absolute;
}

.block {
  --col-order-mobile: -1;
}
@media (min-width: 992px) {
  .block {
    --col-order-mobile: initial;
  }
}

.logged-in .wp-block-spacer {
  position: relative;
}

[data-bs-theme] {
  color: var(--bs-body-color);
}

.block, [class*=wp-block-] {
  position: relative;
}
.block.full-height, [class*=wp-block-].full-height {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

[data-order-mobile=true] {
  order: var(--col-order-mobile, initial);
}

@media (min-width: 992px) {
  [data-hide-desktop=true] {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  [data-hide-tablet=true] {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  [data-hide-mobile=true] {
    display: none !important;
  }
}

.is-not-stacked-on-mobile {
  flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
  div.wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap !important;
  }
  div.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    margin-top: 1.15rem;
    margin-bottom: 1.15rem;
  }
}
.block .wp-block-media-text.is-image-fill .wp-block-media-text__media {
  min-height: 182px;
}

.block p:last-child,
.wp-block-group p:last-child,
.wp-block-columns p:last-child {
  margin-bottom: 0;
}

.wp-block-spacer {
  margin-top: 0;
}

.wp-block-image:last-child {
  margin-bottom: 0;
}

figure.wp-block-image {
  margin: 0 auto;
  z-index: 1;
  display: inline-block;
}

.wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img,
.wp-block-image .is-style-rounded img {
  border-radius: var(--bs-border-radius, 1rem) !important;
}
.wp-block-image.alignfull,
.wp-block-image .alignfull {
  width: 100vw;
  max-width: 100%;
  margin: 0 !important;
}
.wp-block-image.alignfull img,
.wp-block-image .alignfull img {
  display: block;
  width: 100vw;
  height: auto;
}
.wp-block-image.aligncenter img,
.wp-block-image .aligncenter img {
  display: block;
  margin: 0 auto !important;
}
.wp-block-image figcaption {
  display: block;
  margin: 0.75rem 0;
  text-align: left;
  font-size: 12px;
  font-style: italic;
}

.wp-block-image > * {
  max-width: 100% !important;
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .wp-block-image img:first-child .wp-block-image {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .editor-styles-wrapper .wp-block-image img:first-child .wp-block-image:not(.is-resized) {
    display: initial !important;
  }
}

.block--section-wrapper .taller-layout {
  height: 66vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.has-bgcolor-opacity {
  position: relative;
}
.has-bgcolor-opacity .bgcolor-opacity-div {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.has-border-color {
  border-style: solid;
}
@media (min-width: 992px) {
  .has-border-color:first-child {
    margin-right: calc(-1 * var(--bs-gutter-x) / 2);
  }
  .has-border-color:last-child {
    margin-left: calc(-1 * var(--bs-gutter-x) / 2);
  }
}

.preblock p {
  font-size: 1.35rem;
}

.block .card {
  word-break: break-word;
}

table + figcaption {
  padding: 0.5em 0;
}

footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#header {
  z-index: 1000;
}

#menu-footer {
  list-style: none;
  color: var(--bs-primary, inherit);
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(1rem, 10vw, 60px);
}
#menu-footer ul {
  list-style: none;
  padding: 0;
}
#menu-footer li {
  padding: 0;
  flex: 1 0 0%;
}
#menu-footer > li a {
  color: var(--bs-primary, inherit);
  text-decoration: none;
  transition: color 0.15s ease;
  white-space: nowrap;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}
#menu-footer > li a:hover, #menu-footer > li a:focus, #menu-footer > li a:active {
  color: var(--bs-primary, inherit);
  -webkit-text-decoration: 1px underline dashed;
          text-decoration: 1px underline dashed;
  text-underline-offset: 0.25rem;
}
#menu-footer > li > a {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 26px;
}

#header .utility-nav {
  max-width: 100%;
  overflow-x: auto;
}
#header .utility-nav .menu-item > a {
  padding: 0.5rem 1rem;
}
@media (min-width: 992px) {
  #header .utility-nav .menu-item > a {
    padding: 0.5rem 1rem;
  }
}

#header {
  --nav-dropdown-bg-mobile: rgba(var(--bs-dark-rgb), .05);
  --nav-dropdown-bg: rgba(255, 255, 255, 1);
  --nav-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  --nav-bar-border: var(--bs-gray-300);
  --nav-bar-background: var(--bs-white);
  --nav-utility-bg: var(--bs-blue);
  --nav-toggle-burger-color: var(--bs-primary);
  --nav-search-btn-color: var(--bs-light);
  --nav-logo-aspect-ratio: 32/9;
  --nav-logo-width: 200px;
  --nav-logo-max-width: 100%;
  --nav-logo-height: auto;
  z-index: 1021;
}
#header .mega-menu--backer {
  opacity: 1;
  pointer-events: none;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  transition: height, opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  will-change: height, opacity;
}
#header .mega-menu--wrapper {
  --mega-menu-width: 100vw;
  --mega-menu-max-width: 100vw;
}
@media (max-width: 991.98px) {
  #header .mega-menu--wrapper > .menu-item {
    border-bottom: 1px solid;
    line-height: 1.1em;
  }
  #header .mega-menu--wrapper .dropdown-toggle::after {
    display: none;
  }
}
@media (min-width: 992px) {
  #header .mega-menu--wrapper > .menu-item.mm-dropdown {
    padding: 0;
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  #header .mega-menu--wrapper > .menu-item.mm-dropdown:hover > a, #header .mega-menu--wrapper > .menu-item.mm-dropdown:focus > a {
    color: var(--bs-nav-link-hover-color);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 7px;
    text-decoration-color: inherit;
    box-shadow: none;
    outline: none;
  }
}
#header .mega-menu--wrapper > .menu-item.mm-dropdown:hover.btn-nav-link > a, #header .mega-menu--wrapper > .menu-item.mm-dropdown:focus.btn-nav-link > a {
  text-decoration: none;
}
#header .mega-menu--wrapper > .menu-item.mm-dropdown > a {
  text-decoration: none;
  color: var(--bs-nav-link-color);
}
#header .mega-menu--wrapper > .menu-item.mm-dropdown > a.dropdown-toggle {
  position: relative;
}
@media (min-width: 992px) {
  #header .mega-menu--wrapper > .menu-item.mm-dropdown.mega-menu {
    position: unset;
  }
}
#header .mega-menu--wrapper > .menu-item.mm-dropdown.mega-menu.nav-item {
  white-space: normal !important;
}
#header .mega-menu--wrapper > .menu-item.mm-dropdown.mega-menu .mobile-toggle {
  position: absolute;
  display: block;
  align-items: center;
  justify-content: center;
  top: 2rem;
  right: 1rem;
  height: 2rem;
  width: 2rem;
  aspect-ratio: 1;
  background: transparent;
  border: none;
  transform: rotateX(0deg);
  transform-origin: center center;
  transition: transform 0.1s linear;
}
@media (min-width: 992px) {
  #header .mega-menu--wrapper > .menu-item.mm-dropdown.mega-menu .mobile-toggle {
    display: none;
  }
}
#header .mega-menu--wrapper > .menu-item.mm-dropdown.mega-menu .mobile-toggle:focus {
  outline: 0;
}
#header .mega-menu--wrapper > .menu-item.mm-dropdown.mega-menu .mobile-toggle::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='16' viewBox='0 0 29 16' fill='none'%3E%3Cpath d='M1 1L14.2955 14L27.5909 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E") no-repeat center center/contain;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  line-height: 1;
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.1s linear;
}
#header .mega-menu--wrapper > .menu-item.mm-dropdown.mega-menu .mobile-toggle:not(.collapsed) {
  transform: rotateX(180deg);
}
#header .mega-menu--wrapper > .menu-item.mm-dropdown .mega-menu-wrapper {
  height: auto;
  padding: 0;
  background: none;
  border: none;
  color: inherit;
}
@media (min-width: 992px) {
  #header .mega-menu--wrapper > .menu-item.mm-dropdown .mega-menu-wrapper {
    bottom: -100%;
    width: var(--mega-menu-width, -moz-max-content);
    width: var(--mega-menu-width, max-content);
    max-width: var(--mega-menu-max-width, 100%);
  }
}
@media (max-width: 991.98px) {
  #header .mega-menu--wrapper > .menu-item.mm-dropdown .mega-menu-wrapper {
    position: relative;
    margin-left: calc(var(--bs-gutter-x) / -1);
    width: calc(100% + var(--bs-gutter-x) * 2);
    border: 0;
    border-top: 1px solid #E0E0E1;
    border-radius: 0;
    font-size: 0.9rem;
    padding: 0;
  }
  #header .mega-menu--wrapper > .menu-item.mm-dropdown .mega-menu-wrapper > li.mega-menu-item {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
#header .mega-menu--wrapper > .menu-item.mm-dropdown .mega-menu-wrapper.collapsing {
  display: block;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
#header .mega-menu--wrapper > .menu-item.mm-dropdown .mega-menu-wrapper .mega-menu-item {
  margin-bottom: 1rem;
  color: inherit;
  overflow: hidden;
}
@media (min-width: 992px) {
  #header .mega-menu--wrapper > .menu-item.mm-dropdown .mega-menu-wrapper .mega-menu-item {
    border: 0;
  }
}
#header .mega-menu--wrapper > .menu-item.mm-dropdown .mega-menu-wrapper .mega-menu-item > .wp-block-columns {
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  #header .mega-menu--wrapper > .menu-item.mm-dropdown .mega-menu-wrapper .mega-menu-item > .wp-block-columns {
    flex-direction: column;
  }
}
#header .mega-menu--wrapper > .menu-item.mm-dropdown .mega-menu-wrapper .mega-menu-item > .wp-block-columns > .wp-block-column {
  padding: 1rem calc(var(--bs-gutter-x) * 0.5);
}
@media (min-width: 992px) {
  #header .mega-menu--wrapper > .menu-item.mm-dropdown .mega-menu-wrapper .mega-menu-item > .wp-block-columns > .wp-block-column {
    padding: calc(var(--bs-gutter-x) * 1.5);
  }
}
@media (max-width: 991.98px) {
  #header .mega-menu--wrapper > .menu-item.mm-dropdown .mega-menu-wrapper .mega-menu-item > .wp-block-columns > .wp-block-column {
    margin-bottom: 0;
    flex: 1 1 100%;
  }
}
#header .mega-menu--wrapper > .menu-item.mm-dropdown .mega-menu-wrapper .mega-menu-item p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #header .mega-menu--wrapper {
    padding: 0;
  }
}
#header .mega-menu--wrapper .wp-block-separator {
  border-top: 1px solid var(--bs-gray-300);
}
#header .mega-menu--wrapper .mega-menu-wrapper.dropdown-menu a {
  text-decoration: none;
}
#header .mega-menu--wrapper .mega-menu-wrapper.dropdown-menu li {
  line-height: 1.15rem;
  margin-bottom: 0.8rem;
}
#header .mega-menu--wrapper .mega-menu-wrapper.dropdown-menu li > ul, #header .mega-menu--wrapper .mega-menu-wrapper.dropdown-menu li > ol {
  margin-top: 0.8rem;
}
#header .mega-menu--wrapper .mega-menu-wrapper.dropdown-menu li:last-child {
  margin-bottom: 0;
}
#header .mega-menu--wrapper .mega-menu-wrapper.dropdown-menu li::marker {
  color: currentColor;
}
#header .icon {
  height: 1em;
  width: 1em;
  border-radius: 50%;
  display: inline-block;
  margin-left: -1em;
  margin-right: 0.5rem;
}
#header .menu-item.btn {
  line-height: 1;
}
@media (min-width: 768px) {
  #header .menu-item.btn {
    align-self: center;
  }
}
#header .menu-item.btn .nav-link {
  border-bottom: 0;
  padding: 0;
  display: inline;
}
#header .dropdown-menu {
  background: transparent;
  border-radius: 0;
  border: 0;
}
@media (min-width: 992px) {
  #header .dropdown-menu {
    padding-top: 1px;
  }
}
@media (max-width: 991.98px) {
  #header .dropdown-menu.collapsing {
    display: block;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
}
#header .dropdown-menu .dropdown-content {
  position: relative;
  background: rgba(var(--bs-dark-rgb), 0.1);
  border-bottom: 1px solid var(--nav-dropdown-bg-mobile);
  padding: 0;
}
@media (min-width: 992px) {
  #header .dropdown-menu .dropdown-content {
    background: var(--nav-dropdown-bg);
    box-shadow: var(--nav-box-shadow);
  }
}
#header .dropdown-menu .dropdown-content .dropdown-item {
  font-weight: 700;
}
#header .dropdown-menu .dropdown-content a:not(.btn):hover, #header .dropdown-menu .dropdown-content a:not(.btn):focus {
  -webkit-text-decoration: underline solid 1px;
          text-decoration: underline solid 1px;
  text-underline-offset: 4px;
  color: var(--bs-link-color);
}
@media (max-width: 991.98px) {
  #header .dropdown.nav-item {
    display: grid;
    grid-template-columns: 1fr 25vw;
  }
  #header .dropdown.nav-item .dropdown-menu {
    grid-column: span 2;
  }
  #header .dropdown.nav-item .dropdown-menu .dropdown-content {
    border-top: 1px solid;
    border-bottom: 0;
  }
}
#header .dropdown-toggle-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header .dropdown-toggle-btn .dropdown-icon {
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  transform: rotate(180deg);
  transition: transform 300ms ease-in-out;
}
#header .dropdown-toggle-btn.collapsed .dropdown-icon {
  transform: rotate(0deg);
}
@media (max-width: 991.98px) {
  #header .menu-item {
    padding: 0;
  }
  #header .menu-item > a {
    padding: 1.15rem 1rem;
  }
  #header .dropdown-menu {
    position: relative !important;
    border-radius: 0;
    padding: 0;
    transform: none !important;
  }
  #header .dropdown-menu li {
    list-style: none;
  }
}
#navbar .navbar {
  display: block;
  border-bottom: 1px solid var(--nav-bar-border);
  top: 0;
  z-index: 1020;
  width: 100%;
  max-width: 100vw;
  padding: 0;
  background: var(--nav-bar-background, #FFFFFF);
  align-items: flex-start;
  transform: translate(0, 0);
  transition: transform 300ms ease-in-out, background 300ms ease-in-out, padding 300ms ease-in-out;
}
#navbar .navbar.nav-wrapper--utility {
  background: var(--nav-utility-bg);
}
#navbar .navbar .nav-wrapper {
  position: relative;
  padding: 0;
  transition: padding 300ms ease-in-out;
}
@media (min-width: 992px) {
  #navbar .navbar .nav-wrapper {
    padding: 0 calc(var(--bs-gutter-x, 15px) * 0.5);
  }
}
#navbar .navbar .nav-item {
  white-space: nowrap;
}
@media (min-width: 768px) {
  #navbar .navbar .nav-item {
    --bs-nav-link-font-size: clamp(.8rem, 1vw, 1rem);
  }
}
#navbar .navbar .brand-wrapper {
  padding: var(--bs-btn-padding-y, 5px) var(--bs-btn-padding-x, 15px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #navbar .navbar .brand-wrapper {
    padding: 0 calc(var(--bs-gutter-x, 15px) * 0.5);
  }
}
#navbar .navbar .navbar-brand {
  display: inline-block;
  min-width: 150px;
  max-width: 33vw;
}
#navbar .navbar .navbar-brand svg {
  transform: scale(1);
  transition: transform 300ms ease-in-out;
  transform-origin: 50% 50%;
}
#navbar .navbar .navbar-brand > img {
  max-width: var(--nav-logo-max-width, 100%);
  width: var(--nav-logo-width, 200px);
  aspect-ratio: var(--nav-logo-aspect-ratio, 32/9);
  height: var(--nav-logo-height, auto);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
#navbar .navbar .navbar-toggler {
  width: 26px;
  height: 20px;
  z-index: 999;
  background: transparent;
  border: 0;
  text-align: center;
  cursor: pointer;
}
#navbar .navbar .navbar-toggler::before, #navbar .navbar .navbar-toggler::after, #navbar .navbar .navbar-toggler .meat {
  transition: transform 300ms ease-in-out;
}
#navbar .navbar .navbar-toggler.is-active {
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
@media (min-width: 992px) {
  #navbar .navbar .navbar-toggler.is-active {
    opacity: 1;
  }
}
#navbar .navbar .navbar-toggler.is-active::after {
  transform: rotate(-45deg) translate(3.5px, -8px);
}
#navbar .navbar .navbar-toggler.is-active::before {
  transform: rotate(45deg) translate(3.5px, 8px);
}
#navbar .navbar .navbar-toggler.is-active .meat {
  background: transparent;
}
#navbar .navbar .navbar-toggler::before, #navbar .navbar .navbar-toggler::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  background: var(--nav-toggle-burger-color);
  border: 0;
  border-radius: 3px;
  transition-property: all;
}
#navbar .navbar .navbar-toggler::before {
  top: 0;
}
#navbar .navbar .navbar-toggler::after {
  bottom: 0;
}
#navbar .navbar .navbar-toggler .meat {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 8px;
  left: 0;
  background: var(--nav-toggle-burger-color);
  border: 0;
  border-radius: 3px;
  transform-origin: right center;
  transition-property: all;
}
#navbar .navbar .search-btn {
  color: var(--nav-search-btn-color);
  padding: 0;
  position: relative;
  right: 0.5rem;
}
@media (min-width: 992px) {
  #navbar .navbar .search-btn {
    width: auto;
    right: 0;
  }
}
#navbar .navbar .search-btn:hover svg, #navbar .navbar .search-btn:active svg, #navbar .navbar .search-btn:focus svg {
  border: 1px solid currentColor;
}
#navbar .navbar .search-btn svg {
  border: 1px solid transparent;
  padding: 3px;
  height: 1.5rem;
  min-width: 1.5rem;
  width: 1.5rem;
  border-radius: 5px;
  transform: rotateY(180deg);
  transition: border 0.15s ease-in-out;
}
#navbar .navbar ul:not([class*=is-style-]) {
  list-style: none;
}

body.transparent-navigation #navbar .navbar {
  background: transparent;
}
body.transparent-navigation #navbar .navbar .btn-primary:not(.wp-block-search__button) {
  color: var(--bs-white) !important;
  background-color: transparent !important;
  border-color: var(--bs-white) !important;
}
body.transparent-navigation #navbar .navbar .btn-primary:not(.wp-block-search__button):hover {
  color: var(--bs-white) !important;
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}
body.transparent-navigation #navbar .navbar .navbar-toggler::before, body.transparent-navigation #navbar .navbar .navbar-toggler::after {
  background: var(--bs-white);
}
body.transparent-navigation #navbar .navbar .navbar-toggler .meat {
  background: var(--bs-white);
}
body.transparent-navigation #navbar .navbar .navbar-toggler.is-active .meat {
  background: transparent;
}
body.transparent-navigation main {
  margin-top: calc(-1 * var(--header-height));
}
body.scrolled:not(.default-nav) #navbar .navbar {
  background: var(--bs-body-bg);
}
body.scrolled.scrolled--up.peekaboo-nav #header #navbar .navbar {
  transform: translate(0, 0);
}
body.scrolled.scrolled--down.peekaboo-nav #header {
  pointer-events: none;
}
body.scrolled.scrolled--down.peekaboo-nav #header #navbar .navbar {
  --header-height-peekaboo: calc(-1 * var(--header-height, 100%));
  transform: translate(0, var(--header-height-peekaboo));
}
body.scrolled.scrolled--down.peekaboo-nav #header #navbar .navbar .dropdown-menu {
  display: none;
}
body.hide-nav #header svg {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 33vw;
}
body.hide-nav.scrolled #header svg {
  transform: none;
}

.main-nav {
  min-height: 100%;
}
.main-nav > div {
  min-height: 100%;
}
.main-nav .navbar-nav {
  height: 100%;
}
.main-nav .navbar-nav > li > .nav-link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mobile-cta .menu-item.btn {
  align-self: center;
}

.navbar {
  --menu-item-spacing-sm: 1rem;
  --bs-nav-link-color: var(--bs-primary);
}
.navbar .search-btn {
  color: var(--bs-dark);
  padding: 0;
  position: relative;
  right: 0.5rem;
}
@media (min-width: 992px) {
  .navbar .search-btn {
    width: auto;
    right: 0;
  }
}
.navbar .search-btn:hover, .navbar .search-btn:active, .navbar .search-btn:focus {
  color: var(--bs-primary);
}
.navbar [data-bs-theme=light] .dropdown-toggle-btn {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='16' viewBox='0 0 29 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Vector 4' d='M1 1L14.2955 14L27.5909 1' stroke='%230d6efd' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.navbar .menu-item > a {
  padding: var(--menu-item-spacing-sm) 20% var(--menu-item-spacing-sm) 1.5rem;
  line-height: 1;
}
.navbar .menu-item.btn {
  color: var(--bs-light);
  padding: var(--bs-btn-padding-y) !important;
  width: 80%;
  border-radius: var(--bs-btn-border-radius) !important;
  display: block;
  margin: 1rem auto;
}
.navbar .menu-item.btn a {
  color: white !important;
}
.navbar [data-bs-theme=light] .nav-link {
  color: var(--bs-white);
}
.navbar [data-bs-theme=light] .btn.btn-primary .nav-link {
  color: var(--bs-white);
}
.navbar [data-bs-theme=dark] .btn.btn-primary .nav-link {
  color: var(--bs-primary);
}

.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 ul {
  padding: 48px 0px 48px 48px;
}
.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;
  text-transform: uppercase;
  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;
}

:where(.--migrated) img {
  max-width: 100%;
  height: auto;
}

:where(.no-blocks) img {
  max-width: 100%;
  height: auto;
}
