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

.text-red {
  color: #C53833;
}

.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;
}
.linked:not(.linked-no-style):hover:not(.has-background), .linked:not(.linked-no-style):focus-within:not(.has-background) {
  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='%23C53833' 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: #C53833;
}
.has-red-color.has-outline-style {
  color: rgba(0, 0, 0, 0) !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #C53833;
}

.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;
}

button * {
  pointer-events: none;
}

.has-custom-font-size > .btn {
  font-size: inherit;
}

.btn {
  --btn-arrow-icon: url(escape-svg("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='#C53833' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E"));
}
.btn.btn-arrow {
  color: var(--bs-link-color);
  position: relative;
  padding-left: 0;
}
.btn.btn-arrow > svg {
  content: var(--btn-arrow-icon);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.4s cubic-bezier(0.72, 0, 0.12, 1) 0s;
  width: 18px;
  backface-visibility: hidden;
}
.btn.btn-arrow:hover, .btn.btn-arrow:focus, .btn.btn-arrow:active {
  color: var(--bs-link-hover-color);
  -webkit-text-decoration: 1px underline dashed;
          text-decoration: 1px underline dashed;
}
.btn.btn-arrow:hover > svg, .btn.btn-arrow:focus > svg, .btn.btn-arrow:active > svg {
  transform: translateY(-50%) translateX(5px);
}

[data-bs-theme=dark] .btn {
  --btn-arrow-icon: url('data:image/svg+xml; utf8, <svg viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M35.332 40.212L40.984 33.732H17.836V31.644L40.948 31.644L35.332 25.2H37.744L44.404 32.688L37.744 40.212H35.332Z" fill="%23f6f6f6"/></svg>');
}

.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

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 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: 2rem;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  transition-property: all;
}

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

.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;
}

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

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