/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--accordion-panel {
  border: 0;
  border-radius: 0 !important;
  border-top: 1px solid var(--wp--preset--color--gray-100);
  color: inherit;
  transition: border-top 0.15s ease-out, color 0.15s ease-out;
}

.block--accordion-panel.accordion-item {
  border-left: 0;
  border-right: 0;
  --bs-accordion-bg: transparent !important;
}

.block--accordion-panel:has(.collapse.show, .collapsing) {
  border-top: 1px solid var(--wp--preset--color--secondary);
}

.block--accordion-panel.block:last-child {
  border-bottom: 1px solid var(--wp--preset--color--gray-100);
}

.block--accordion-panel .accordion-header {
  position: relative;
  padding: 22px calc(16px + 1.5em) 22px 0;
  background: transparent;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  transition: background 0.15s ease-out, color 0.15s ease-out;
}

@media (min-width: 768px) {
  .block--accordion-panel .accordion-header {
    padding: 22px calc(36px + 1.5em) 22px 0;
    font-size: 24px;
  }
}
.block--accordion-panel .accordion-header::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M15 8V22' stroke='%23174fb6' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3E%3Cpath d='M22 15H8' stroke='%23174fb6' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 1.5em;
  width: 1.5em;
  transition: transform 0.15s ease-out;
  transform-origin: center;
}

@media (min-width: 992px) {
  .block--accordion-panel .accordion-header::before {
    right: 32px;
  }
}
[data-bs-theme=dark] .accordion-header::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M15 8V22' stroke='%23dfdfdf' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3E%3Cpath d='M22 15H8' stroke='%23dfdfdf' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/svg%3E");
}

[data-bs-theme=dark] .accordion-header[aria-expanded=true]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M22 15H8' stroke='%23dfdfdf' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/svg%3E");
}

.block--accordion-panel .accordion-header[aria-expanded=true]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M22 15H8' stroke='%23174fb6' stroke-width='2' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/svg%3E");
}

.block--accordion-panel .accordion-body {
  padding: 0.5rem 0 1rem;
}

@media (min-width: 768px) {
  .block--accordion.is-style-inline-block .accordion-header {
    display: inline-block;
    padding: 11px calc(10px + 1.5em) 11px 0;
  }
}
.block--accordion.is-style-inline-block .accordion-header::before {
  right: 0;
}

.block--accordion.is-style-inline-block .accordion-header::after {
  content: "";
  width: 100%;
  border-bottom: 4px solid var(--bs-secondary);
  z-index: 1;
  position: relative;
  display: block;
}

.editor-styles-wrapper .block--accordion-panel {
  margin-bottom: 2rem;
}

.editor-styles-wrapper .block--accordion-panel .accordion-collapse {
  display: block !important;
}

.editor-styles-wrapper .block--accordion-panel .accordion-body {
  padding: 1rem 5rem 1rem 0;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--banner-showcase {
  --banner-showcase-min-height: 400px;
  position: relative;
  min-height: 50px;
}

.block--banner-showcase:not(.--preview) .swiper:not(.swiper-initialized) {
  min-height: var(--banner-showcase-min-height);
  overflow: hidden;
}

.block--banner-showcase:not(.--preview) .swiper:not(.swiper-initialized) .block--banner {
  width: 100%;
}

.block--banner-showcase:not(.--preview) .swiper:not(.swiper-initialized) .block--banner:nth-child(n+2) {
  display: none;
}

.block--banner-showcase:not(.--preview) .swiper:not(.swiper-initialized) img {
  display: none;
}

.block--banner-showcase:not(.--preview) .swiper:not(.swiper-initialized) .swiper-button-prev, .block--banner-showcase:not(.--preview) .swiper:not(.swiper-initialized) .swiper-button-next, .block--banner-showcase:not(.--preview) .swiper:not(.swiper-initialized) .swiper-pagination {
  display: none;
}

.block--banner-showcase:not(.--preview) .swiper:not(.swiper-initialized) .banner-wrapper:nth-child(n+2) {
  display: none;
}

.block--banner-showcase .swiper .swiper-button-prev, .block--banner-showcase .swiper .swiper-button-next {
  background: transparent;
  opacity: 0;
  transition: background 0.25s, opacity 0.25s;
}

@media (min-width: 768px) {
  .block--banner-showcase .swiper .swiper-button-prev, .block--banner-showcase .swiper .swiper-button-next {
    opacity: 1;
  }
}
.block--banner-showcase .swiper:hover .swiper-button-prev, .block--banner-showcase .swiper:hover .swiper-button-next, .block--banner-showcase .swiper:focus .swiper-button-prev, .block--banner-showcase .swiper:focus .swiper-button-next, .block--banner-showcase .swiper:active .swiper-button-prev, .block--banner-showcase .swiper:active .swiper-button-next {
  background: var(--bs-light);
  opacity: 1;
}

.block--banner-showcase .swiper-pagination {
  z-index: 2;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

.block--banner-showcase .swiper-notification {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.block--banner-showcase .swiper-notification:not(caption) {
  position: absolute !important;
}

.block--banner-showcase .swiper-button-next, .block--banner-showcase .swiper-button-prev {
  width: 60px;
  height: 80px;
  color: var(--bs-dark);
  transform: initial;
}

.block--banner-showcase .block--banner--wrapper {
  height: initial;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--banner {
  --min-height: var(--hero-min-height, var(--banner-min-height, 400px));
  position: relative;
  min-height: calc(var(--min-height) * 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px) {
  .block--banner {
    min-height: calc(var(--min-height) * 0.75);
  }
}
@media (min-width: 992px) {
  .block--banner {
    min-height: var(--min-height);
  }
}
@media (min-width: 992px) {
  .block--banner .banner-content {
    max-width: var(--lg-max-width, 100%);
  }
}
.block--banner .banner-content--wrapper {
  position: relative;
  z-index: 1;
}

.block--banner .banner-background {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.block--banner .block--banner--wrapper {
  flex: 0 0 100%;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--banner {
  --min-height: var(--hero-min-height, var(--banner-min-height, 400px));
  position: relative;
  min-height: calc(var(--min-height) * 0.5);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .block--banner {
    min-height: calc(var(--min-height) * 0.75);
  }
}
@media (min-width: 992px) {
  .block--banner {
    min-height: var(--min-height);
  }
}
.block--banner.--overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 42.72%, rgba(0, 0, 0, 0.75) 95.86%);
}

.block--banner .banner-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

@media (min-width: 992px) {
  .block--banner .banner-background {
    -o-object-fit: var(--background-image-fit, cover);
       object-fit: var(--background-image-fit, cover);
    -o-object-position: var(--background-image-alignment, center);
       object-position: var(--background-image-alignment, center);
  }
}
.block--banner .banner-content--wrapper {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .block--banner .banner-content {
    max-width: var(--lg-max-width, 100%);
  }
}
.block--banner.swiper-slide {
  height: initial;
  align-self: stretch;
}

.editor-styles-wrapper .banner-background {
  opacity: 0.25;
}

.editor-styles-wrapper .banner-schedule {
  z-index: 9;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.8rem;
  line-height: 1;
}

.breadcrumb li {
  display: inline-block;
  padding: 0 5px;
}

.breadcrumb li a {
  text-decoration: none;
}

.breadcrumb li::before {
  content: ">";
  padding: 0 5px;
}

.breadcrumb li:first-child {
  padding-left: 0;
}

.breadcrumb li:first-child::before {
  content: "";
  padding: 0;
}

.breadcrumb li:last-child {
  padding-right: 0;
}

.breadcrumb .breadcrumb-item > *, .breadcrumb .breadcrumb-item-active > * {
  display: inline-block;
  margin: 0;
  line-height: 1;
  font-family: var(--bs-body-font-family), serif;
  text-shadow: none;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--card {
  --block-card-border-width: 1px;
  --block-card-border-style: solid;
  --block-card-border-color: var(--bs-gray-100);
  --block-card-outline-color: var(--bs-gray-300);
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto !important;
  border-width: var(--block-card-border-width);
  border-color: var(--block-card-border);
  border-style: var(--block-card-border-style);
  overflow: hidden;
}

.block--card[data-lvl-stretch-link=true] {
  outline: 2px solid transparent;
  transition: outline-color 0.25s ease-in-out;
}

.block--card[data-lvl-stretch-link=true]:hover, .block--card[data-lvl-stretch-link=true]:focus-within {
  cursor: pointer;
  outline-color: var(--block-card-outline);
  transition: outline-color 0.25s ease-in-out;
}

.block--card[data-banner-image=true] .wp-block-image:first-child {
  width: var(--block-card-width) !important;
  margin-top: calc(var(--block-card-padding-top) / -1);
  margin-left: calc(var(--block-card-padding-left) / -1);
  margin-right: calc(var(--block-card-padding-right) / -1);
}

.editor-styles-wrapper .wp-block-lvl-card {
  padding: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.editor-styles-wrapper .block--card {
  width: 100% !important;
  height: 100% !important;
  border: 1px solid var(--block-card-border);
  border-radius: 0.5rem;
  overflow: hidden;
}

.editor-styles-wrapper .block--card .acf-innerblocks-container {
  display: flex;
  flex-direction: column;
}

.editor-styles-wrapper .block--card .card {
  height: 100%;
  min-width: initial;
  background-color: transparent;
  border: none;
  color: inherit;
}

.editor-styles-wrapper .block--card .card.has-banner > div:first-child > .wp-block-image:first-child {
  margin: calc(-1 * var(--bs-spacer-3, 1rem)) calc(-1 * var(--bs-spacer-3, 1rem)) 1rem;
}

.editor-styles-wrapper .block--card .card.has-banner > div:first-child > .wp-block-image:first-child > div:first-child {
  width: 100% !important;
}

.editor-styles-wrapper .block--card .card.has-banner > div:first-child > .wp-block-image:first-child > div:first-child > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--cards-card {
  --card-width: 100%;
  --bs-border-width: 2px;
}

.cards > .block--cards-card {
  flex: 1 1 var(--card-width, 100%);
  max-width: calc(var(--card-width, 100%) - var(--bs-gutter-x));
  align-self: stretch;
  padding: 0 calc(1 * var(--bs-gutter-x));
}

@media (min-width: 768px) {
  .cards > .block--cards-card {
    --card-width: 50%;
    padding: 0 calc(0.5 * var(--bs-gutter-x));
  }
}
@media (min-width: 992px) {
  .cards > .block--cards-card {
    --card-width: calc(100% / (var(--card-count, 4) - 1)) ;
  }
}
@media (min-width: 1200px) {
  .cards > .block--cards-card {
    --card-width: calc(100% / var(--card-count, 4));
  }
}
.block--cards-card .card-inner .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.block--cards-card .wp-block-heading.has-background {
  padding: 0.5em 1rem;
  margin: 0 calc(-1 * var(--bs-spacer-3, -1rem));
}

.editor-styles-wrapper .wp-block > .block--cards-card {
  height: 100%;
}

.editor-styles-wrapper .block--cards-card .card-inner {
  min-width: initial;
  border: 0;
  background-color: transparent;
}

.editor-styles-wrapper .block--cards-card .card-inner.layout-circle {
  overflow: visible;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--cards {
  --card-count: 4;
}

.block--cards .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem var(--bs-gutter-x);
}

.block--cards .card-wrapper:has(.flex-fill),
.block--cards .card-wrapper:has(.flex-fill) div:where(.card-body, .card-inner, .wp-block-group:has(.flex-fill)) {
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.block--cards .swiper-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 1rem;
}

.block--cards .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  flex: 0 0 25px;
  height: 3px;
  background-color: var(--bs-gray-300);
}

.block--cards .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--bs-primary);
}

.block--cards .swiper-pagination .swiper-pagination-bullet:hover {
  cursor: pointer;
}

.block--cards .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  display: block;
  height: 22px;
  position: relative;
  width: 100%;
  z-index: 2;
  top: -9px;
}

.editor-styles-wrapper .block--cards {
  --card-width: 100%;
}

@media (min-width: 768px) {
  .editor-styles-wrapper .block--cards {
    --card-width: calc(100% / max(1, (var(--card-count, 4) - 2)));
  }
}
@media (min-width: 992px) {
  .editor-styles-wrapper .block--cards {
    --card-width: calc(100% / (var(--card-count, 4) - 1));
  }
}
@media (min-width: 1200px) {
  .editor-styles-wrapper .block--cards {
    --card-width: calc(100% / var(--card-count, 4));
  }
}
.editor-styles-wrapper .block--cards .cards[class*=justify-content-] > .acf-innerblocks-container {
  justify-content: inherit;
}

.editor-styles-wrapper .block--cards .cards > .acf-innerblocks-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 1.5rem calc(var(--bs-gutter-x) * 2);
}

.editor-styles-wrapper .block--cards .cards > .acf-innerblocks-container > .wp-block-lvl-cards-card {
  flex: 1 1 var(--card-width, 100%);
  max-width: calc(var(--card-width, 100%) - var(--bs-gutter-x) * 2);
  margin-bottom: 1.5rem;
  padding: calc(var(--bs-gutter-x) / 2);
}

.editor-styles-wrapper .block--cards .cards > .block--cards-card {
  flex: 1 1 var(--card-width, 100%);
  max-width: var(--card-width, 100%);
  margin-bottom: 1.5rem;
}

.editor-styles-wrapper .block--cards .swiper-wrapper.--auto {
  display: grid;
  grid-template-columns: repeat(var(--card-count, 4), 1fr);
  gap: 1.5rem var(--bs-gutter-x, 1.5rem);
}

.editor-styles-wrapper .block--cards .swiper-wrapper.--manual > .acf-innerblocks-container {
  display: grid;
  grid-template-columns: repeat(var(--card-count, 4), 1fr);
  gap: 1.5rem var(--bs-gutter-x, 1.5rem);
}

.editor-styles-wrapper .block--cards .swiper-pagination,
.editor-styles-wrapper .block--cards .swiper-button-next,
.editor-styles-wrapper .block--cards .swiper-button-prev {
  display: none;
}

.editor-styles-wrapper .block--cards.--preview .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+2) {
  display: block;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--comparison-table {
  --table-header-height: 75px;
}

.block--comparison-table .swiper-nav {
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto;
}

.block--comparison-table .swiper-nav .swiper-arrow {
  background-color: transparent;
  border: 0;
}

.block--comparison-table .swiper-nav .swiper-arrow svg {
  margin: auto;
  min-width: 1.5em;
  min-height: 1.5em;
  width: 1.5em;
  height: 1.5em;
}

.block--comparison-table .comparison-table {
  line-height: 1.25;
}

@media (max-width: 767.98px) {
  .block--comparison-table .comparison-table {
    margin-left: calc(var(--bs-gutter-x) / -2);
    margin-right: calc(var(--bs-gutter-x) / -2);
  }
}
.block--comparison-table .comparison-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.block--comparison-table .comparison-table table.overflowed td:first-child::before, .block--comparison-table .comparison-table table.overflowed th:first-child::before {
  content: "";
  width: 5px;
  height: 100%;
  box-shadow: 6px 0 6px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.block--comparison-table .comparison-table th, .block--comparison-table .comparison-table td {
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
}

.block--comparison-table .comparison-table th.feature {
  position: sticky;
  left: 0;
  z-index: 9;
  text-align: left;
  width: 40%;
  border-bottom: 1px solid var(--wp--preset--color--secondary);
}

.block--comparison-table .comparison-table th.plan-header {
  position: relative;
  height: calc(var(--table-header-height) + 0.75rem);
  padding: 0 5px 0.75rem;
  font-size: var(--wp--preset--font-size--h-4);
  font-weight: 600;
  vertical-align: bottom;
  border-bottom: 1px solid var(--wp--preset--color--secondary);
}

.block--comparison-table .comparison-table th.plan-header svg {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.block--comparison-table .comparison-table td.feature {
  font-size: var(--wp--preset--font-size--regular);
  text-align: left;
  padding: 0.5rem 5px 0.5rem 12px;
  font-weight: 600;
  border-top: 1px solid var(--wp--preset--color--gray-100);
}

@media (max-width: 767.98px) {
  .block--comparison-table .comparison-table td.feature {
    font-weight: 400;
  }
}
.block--comparison-table .comparison-table td.plan-feature {
  display: table-cell;
  text-align: center;
  border-top: 1px solid var(--wp--preset--color--gray-100);
  padding: 20px 6px;
}

.block--comparison-table .comparison-table td.plan-feature svg {
  margin: auto;
}

.editor-styles-wrapper .acf-field-67eab68a80c36 .acf-table > tbody > tr:first-child > .acf-field-repeater {
  border-bottom: 2px solid var(--wp--preset--color--secondary);
}

.editor-styles-wrapper .acf-field-67eab68a80c36 .acf-table > tbody > tr:first-child > .acf-field-repeater .acf-table {
  border: 2px solid;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--countdown #countdown-data .column-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 340px) {
  .block--countdown #countdown-data .column-wrap {
    flex: 1 0 100%;
  }
}
.block--countdown #countdown-data .stats {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  padding: 1rem;
  color: var(--bs-primary);
  border: 5px solid var(--bs-secondary);
  border-radius: 5px;
  min-width: 80px;
  text-align: center;
}

@media (min-width: 576px) {
  .block--countdown #countdown-data .stats {
    min-width: 115px;
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .block--countdown #countdown-data .stats {
    font-size: 62px;
  }
}
.block--countdown #countdown-data .label {
  font-size: 15px;
  font-weight: 400;
  margin-top: 0.75rem;
  border-radius: 50px;
  border: solid 1px var(--bs-gray-600);
  padding: 0.5rem 0.75rem;
  color: var(--bs-dark);
}

@media (min-width: 576px) {
  .block--countdown #countdown-data .label {
    font-size: var(--bs-body-font-size);
    padding: 0.5rem 2.25rem;
  }
}
.block--countdown #countdown-data .end-message {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  color: var(--bs-body-color);
  padding: 16px;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--cta {
  background: linear-gradient(123deg, var(--bs-primary) 0, var(--bs-primary) 5%, var(--bs-white) 5%, var(--bs-white) 100%);
}

.block--cta .cta-wrapper {
  position: relative;
}

.block--cta .cta-wrapper::before {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.65) 20.51%, rgba(0, 0, 0, 0.45) 43.71%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (min-width: 992px) {
  .block--cta .cta-wrapper::before {
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.75) 20.51%, rgba(0, 0, 0, 0) 43.71%);
  }
}
.block--cta .cta-content {
  position: relative;
  z-index: 2;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--double-slide {
  height: auto !important;
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  transition-property: opacity;
}

.block--double-slide .row {
  display: flex;
  flex-wrap: nowrap;
}

.block--double-slide .blog-slide,
.block--double-slide .product-update-slide {
  flex: 0 0 50%;
  max-width: 50%;
}

.block--double-slide .swiper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.block--double-slide .swiper .swiper-wrapper {
  display: flex;
}

.block--double-slide .swiper-slide {
  height: 100%;
  width: 100% !important;
  flex-shrink: 0;
}

.block--double-slide .swiper-slide.swiper-slide-active {
  opacity: 1;
  position: relative;
}

.block--double-slide .category {
  font-size: 0.7rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #000000;
}

.block--double-slide h6 {
  margin-bottom: 0.2rem;
  font-weight: bold;
}

.block--double-slide h6 a {
  color: inherit;
  text-decoration: none;
}

.block--double-slide h6 a:hover {
  text-decoration: underline;
}

.block--double-slide p {
  font-size: 0.9rem;
  color: #000000;
}

.block--double-slide .col-12 {
  position: relative;
}

.block--double-slide .col-12::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 46%;
  transform: translateY(-50%);
  width: 3px;
  height: 74%;
  background-color: black;
}

.block--double-slide .swiper-button-prev,
.block--double-slide .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s ease;
}

.block--double-slide .swiper-button-prev svg,
.block--double-slide .swiper-button-next svg {
  width: 24px;
  height: 24px;
}

.block--double-slide .swiper-button-prev {
  left: 10px;
}

.block--double-slide .swiper-button-next {
  right: 10px;
}

.editor-styles-wrapper .block--double-slide {
  margin-bottom: 1rem;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--double-slider-wrapper {
  position: relative;
}

.block--double-slider-wrapper .swiper .slides {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}

.block--double-slider-wrapper .swiper-button-prev,
.block--double-slider-wrapper .swiper-button-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  height: 80px;
  width: 80px;
  transform: translateY(-50%);
  background-color: transparent;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  z-index: 10;
}

.block--double-slider-wrapper .swiper-button-prev svg,
.block--double-slider-wrapper .swiper-button-next svg {
  width: 40px;
  height: 40px;
}

@media (max-width: 767.98px) {
  .block--double-slider-wrapper .swiper-button-prev,
  .block--double-slider-wrapper .swiper-button-next {
    top: auto;
    bottom: 1.75rem;
    transform: none;
  }
}
.block--double-slider-wrapper .swiper-button-prev {
  left: -80px;
}

@media (max-width: 991.98px) {
  .block--double-slider-wrapper .swiper-button-prev {
    left: -4rem;
  }
}
@media (max-width: 767.98px) {
  .block--double-slider-wrapper .swiper-button-prev {
    left: 2rem;
  }
}
.block--double-slider-wrapper .swiper-button-next {
  right: -65px;
}

@media (max-width: 991.98px) {
  .block--double-slider-wrapper .swiper-button-next {
    right: -3rem;
  }
}
@media (max-width: 767.98px) {
  .block--double-slider-wrapper .swiper-button-next {
    right: 2rem;
  }
}
.block--double-slider-wrapper .swiper-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 1rem;
}

@media (max-width: 767.98px) {
  .block--double-slider-wrapper .swiper-pagination {
    margin: 2rem 0;
  }
}
.block--double-slider-wrapper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  flex: 0 0 11px;
  height: 11px;
  background-color: rgba(128, 0, 128, 0.3);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.block--double-slider-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: purple;
}

.block--double-slider-wrapper .swiper-pagination .swiper-pagination-bullet:hover {
  cursor: pointer;
  background-color: rgba(128, 0, 128, 0.6);
}

.block--double-slider-wrapper .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  display: block;
  height: 22px;
  position: relative;
  width: 100%;
  z-index: 2;
  top: -9px;
}

.editor-styles-wrapper .block--double-slider-wrapper .swiper,
.editor-styles-wrapper .block--double-slider-wrapper .swiper-pagination {
  display: none;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--dropdown .is-menu.dropdown-toggle::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  opacity: 1;
}

.block--dropdown .is-menu.dropdown-toggle::after {
  display: none;
}

.block--dropdown .is-menu.dropdown-toggle:hover::before, .block--dropdown .is-menu.dropdown-toggle:active::before, .block--dropdown .is-menu.dropdown-toggle:focus-visible::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");
}

.block--dropdown .is-menu.dropdown-toggle.show::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}

.editor-styles-wrapper .block--dropdown .is-menu > div::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: middle;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cscript xmlns=''/%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
}

.editor-styles-wrapper .block--dropdown .is-menu > div::after {
  display: none;
}

.editor-styles-wrapper .block--dropdown .is-menu > div:hover::before, .editor-styles-wrapper .block--dropdown .is-menu > div:focus::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cscript xmlns=''/%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");
}

.editor-styles-wrapper .block--dropdown .is-menu > div.show::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--gallery-card {
  --card-width: 100%;
}

.gallery-inner > .block--gallery-card {
  flex: 1 1 var(--card-width, 100%);
  max-width: var(--card-width, 100%);
  align-self: stretch;
  padding: 0 calc(0.5 * var(--bs-gutter-x));
}

@media (min-width: 768px) {
  .gallery-inner > .block--gallery-card {
    --card-width: 50%;
  }
}
@media (min-width: 992px) {
  .gallery-inner > .block--gallery-card {
    --card-width: calc(100% / (var(--card-count, 4) - 1)) ;
  }
}
@media (min-width: 1200px) {
  .gallery-inner > .block--gallery-card {
    --card-width: calc(100% / var(--card-count, 4));
  }
}
.block--gallery-card .card-inner {
  position: relative;
  height: calc(100% - 2px);
  margin-top: 0;
  box-shadow: none;
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.15s ease-in-out, box-shadow 0.3s ease-in-out;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.block--gallery-card .card-inner img {
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.block--gallery-card .card-inner.linked:hover, .block--gallery-card .card-inner.linked: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;
}

.block--gallery-card .card-inner.linked:hover:not(.has-background), .block--gallery-card .card-inner.linked:focus-within:not(.has-background) {
  transform: scale(1.025);
}

.block--gallery-card .card-inner.linked a {
  text-decoration: none;
}

.block--gallery-card .card-inner p:last-of-type {
  margin-bottom: 0;
}

.block--gallery-card .card-inner a {
  color: var(--bs-dark);
  font-weight: bold;
}

.block--gallery-card .card-inner a.--card-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  opacity: 0;
  text-align: center;
  transition: opacity 0.15s ease-in-out;
  z-index: 1;
}

.block--gallery-card .card-inner a.--card-link span {
  position: relative;
  z-index: 2;
}

.block--gallery-card .card-inner a.--card-link::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: var(--bs-gray-200);
  opacity: 0.9;
  z-index: 1;
}

.block--gallery-card .card-inner:hover .--card-link, .block--gallery-card .card-inner:focus .--card-link {
  opacity: 1;
}

.block--gallery-card .card-inner .wp-block-button .wp-element-button {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-width: 1px;
}

.block--gallery-card .wp-block-heading.has-background {
  padding: 0.5em 1em;
  margin: 0 calc(-1 * var(--bs-spacer-3, -1rem));
}

.editor-styles-wrapper .wp-block-lvl-gallery-card * {
  max-width: 100% !important;
}

.editor-styles-wrapper .block--gallery-card {
  height: 100%;
}

.editor-styles-wrapper .block--gallery-card .card-inner {
  min-width: initial;
  border: 0;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--gallery-slideshow {
  --card-count: 4;
  --swiper-transition-timing-function: linear;
}

.block--gallery-slideshow .gallery-slideshow {
  position: relative;
}

.block--gallery-slideshow .block--gallery-card .card {
  max-height: 90vh;
}

.block--gallery-slideshow .swiper {
  width: 100%;
}

.block--gallery-slideshow .swiper-wrapper[data-swiper-autoplay=true][data-swiper-delay="0"] {
  transition-timing-function: linear;
}

.block--gallery-slideshow.--stretch-width {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
}

.block--gallery-slideshow.--stretch-width .swiper-button-next, .block--gallery-slideshow.--stretch-width .swiper-button-prev {
  transform: translateX(0);
}

.block--gallery-slideshow .slide-navigation {
  align-items: center;
  color: var(--bs-primary);
  display: flex;
  flex-direction: row-reverse;
}

.block--gallery-slideshow .swiper-button-prev, .block--gallery-slideshow .swiper-button-next {
  position: relative;
  inset: 0;
  transform: initial;
  margin: 0;
}

.block--gallery-slideshow .swiper-button-prev:hover, .block--gallery-slideshow .swiper-button-prev:focus, .block--gallery-slideshow .swiper-button-next:hover, .block--gallery-slideshow .swiper-button-next:focus {
  filter: none;
  -webkit-text-decoration: 1px underline dashed;
          text-decoration: 1px underline dashed;
}

.editor-styles-wrapper .block--gallery-slideshow {
  --card-width: 100%;
}

@media (min-width: 768px) {
  .editor-styles-wrapper .block--gallery-slideshow {
    --card-width: calc(100% / max(1, (var(--card-count, 4) - 2))) ;
  }
}
@media (min-width: 992px) {
  .editor-styles-wrapper .block--gallery-slideshow {
    --card-width: calc(100% / (var(--card-count, 4) - 1)) ;
  }
}
@media (min-width: 1200px) {
  .editor-styles-wrapper .block--gallery-slideshow {
    --card-width: calc(100% / var(--card-count, 4));
  }
}
.editor-styles-wrapper .block--gallery-slideshow.--stretch-width {
  width: 100%;
  margin-left: initial;
}

.editor-styles-wrapper .block--gallery-slideshow .gallery-inner > .acf-innerblocks-container, .editor-styles-wrapper .block--gallery-slideshow .gallery-inner .swiper-wrapper > .acf-innerblocks-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.editor-styles-wrapper .block--gallery-slideshow .gallery-inner > .acf-innerblocks-container > .wp-block-lvl-gallery-card, .editor-styles-wrapper .block--gallery-slideshow .gallery-inner .swiper-wrapper > .acf-innerblocks-container > .wp-block-lvl-gallery-card {
  flex: 1 1 var(--card-width, 100%);
  max-width: var(--card-width, 100%);
  margin-bottom: 1.5rem;
  padding: calc(var(--bs-gutter-x) / 2);
  background-clip: content-box;
}

.editor-styles-wrapper .block--gallery-slideshow .gallery-inner > .block--gallery-card {
  flex: 1 1 var(--card-width, 100%);
  max-width: var(--card-width, 100%);
  margin-bottom: 1.5rem;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--gallery {
  --card-count: 4;
  --swiper-transition-timing-function: linear;
}

.block--gallery .gallery {
  position: relative;
}

.block--gallery .gallery .gallery-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 0;
}

.block--gallery .swiper {
  width: 100%;
}

.block--gallery .swiper-wrapper[data-swiper-autoplay=true][data-swiper-delay="0"] {
  transition-timing-function: linear;
}

.block--gallery .swiper-button-next > svg, .block--gallery .swiper-button-prev > svg {
  width: 10px;
  height: 20px;
}

.block--gallery .swiper-button-next {
  transform: translateX(100%);
}

.block--gallery .swiper-button-prev {
  transform: translateX(-100%);
}

.block--gallery.--stretch-width {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
}

.block--gallery.--stretch-width .swiper-button-next, .block--gallery.--stretch-width .swiper-button-prev {
  transform: translateX(0);
}

.block--gallery.is-style-white-filter .card-inner figure {
  filter: brightness(0) invert(1);
}

.block--gallery.is-style-grayscale .card-inner {
  filter: grayscale(1);
  opacity: 0.4;
  transform: scale(1);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, filter 0.3s ease-out !important;
}

.block--gallery.is-style-grayscale .card-inner:hover, .block--gallery.is-style-grayscale .card-inner:focus, .block--gallery.is-style-grayscale .card-inner:active {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.1);
}

.block--gallery.is-style-grayscale .card-inner.linked {
  box-shadow: none;
}

.block--gallery.is-style-grayscale .card-inner .--card-link {
  opacity: 0 !important;
}

.editor-styles-wrapper .block--gallery {
  --card-width: 100%;
}

@media (min-width: 768px) {
  .editor-styles-wrapper .block--gallery {
    --card-width: calc(100% / max(1, (var(--card-count, 4) - 2)));
  }
}
@media (min-width: 992px) {
  .editor-styles-wrapper .block--gallery {
    --card-width: calc(100% / max(1, (var(--card-count, 4) - 1)));
  }
}
@media (min-width: 1200px) {
  .editor-styles-wrapper .block--gallery {
    --card-width: calc(100% / max(1, var(--card-count, 4)));
  }
}
.editor-styles-wrapper .block--gallery.--stretch-width {
  width: 100%;
  margin-left: initial;
}

.editor-styles-wrapper .block--gallery .gallery-inner > .acf-innerblocks-container, .editor-styles-wrapper .block--gallery .gallery-inner .swiper-wrapper > .acf-innerblocks-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.editor-styles-wrapper .block--gallery .gallery-inner > .acf-innerblocks-container > .wp-block-lvl-gallery-card, .editor-styles-wrapper .block--gallery .gallery-inner .swiper-wrapper > .acf-innerblocks-container > .wp-block-lvl-gallery-card {
  flex: 1 1 var(--card-width, 100%);
  max-width: var(--card-width, 100%);
  margin-bottom: 1.5rem;
  padding: calc(var(--bs-gutter-x) / 2);
  background-clip: content-box;
}

.editor-styles-wrapper .block--gallery .gallery-inner > .block--gallery-card {
  flex: 1 1 var(--card-width, 100%);
  max-width: var(--card-width, 100%);
  margin-bottom: 1.5rem;
}

.editor-styles-wrapper .block--gallery.is-style-white-filter .card-inner figure {
  filter: brightness(0) invert(1);
}

.editor-styles-wrapper .block--gallery.is-style-grayscale .card-inner {
  filter: grayscale(1);
  opacity: 0.4;
  transform: scale(1);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, filter 0.3s ease-out !important;
}

.editor-styles-wrapper .block--gallery.is-style-grayscale .card-inner:hover, .editor-styles-wrapper .block--gallery.is-style-grayscale .card-inner:focus, .editor-styles-wrapper .block--gallery.is-style-grayscale .card-inner:active {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.1);
}

.editor-styles-wrapper .block--gallery.is-style-grayscale .card-inner.linked {
  box-shadow: none;
}

.editor-styles-wrapper .block--gallery.is-style-grayscale .card-inner .--card-link {
  opacity: 0 !important;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--gated-resource {
  position: relative;
}

.block--gated-resource .loading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.25;
  animation: fade-in 0.5s infinite alternate;
}

@keyframes fade-in {
  0% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
@keyframes fadein {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.block--hero {
  --min-height: calc(var(--hero-min-height, 400px) * .5);
  position: relative;
  min-height: var(--min-height);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.block--hero.--preview {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: var(--min-height);
}

@media (min-width: 768px) {
  .block--hero {
    --min-height: calc(var(--hero-min-height, 400px) * .75);
  }
}
@media (min-width: 992px) {
  .block--hero {
    --min-height: var(--hero-min-height, 400px);
  }
}
.block--hero.--video-bg .video-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  animation: fadein 2s;
}

.block--hero.--video-bg .video-wrapper iframe {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.block--hero:not(.--preview) .swiper:not(.swiper-initialized) {
  height: 100%;
  min-height: var(--min-height);
  overflow: hidden;
}

.block--hero:not(.--preview) .swiper:not(.swiper-initialized) .block--banner {
  width: 100%;
}

.block--hero:not(.--preview) .swiper:not(.swiper-initialized) .block--banner:nth-child(n+2) {
  display: none;
}

.block--hero:not(.--preview) .swiper:not(.swiper-initialized) img {
  display: none;
}

.block--hero:not(.--preview) .swiper:not(.swiper-initialized) .swiper-button-prev, .block--hero:not(.--preview) .swiper:not(.swiper-initialized) .swiper-button-next, .block--hero:not(.--preview) .swiper:not(.swiper-initialized) .swiper-pagination {
  display: none;
}

.block--hero:not(.--preview) .swiper:not(.swiper-initialized) .banner-wrapper:nth-child(n+2) {
  display: none;
}

.block--hero.--overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 42.72%, rgba(0, 0, 0, 0.75) 95.86%);
}

.block--hero .hero-inner {
  position: relative;
  z-index: 1;
}

.block--hero .hero-images {
  overflow: hidden;
  position: absolute;
  inset: 0 0 0 0;
  z-index: 0;
}

.block--hero .hero-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  min-height: var(--hero-min-height);
}

.block--hero .hero-annotation-display {
  position: absolute;
  max-width: 200px;
  line-height: 1.05em;
  bottom: 0;
  right: 0;
  z-index: 9;
  opacity: 1;
  transition: opacity 1s ease-out;
}

.block--hero .hero-annotation-display a {
  color: var(--bs-body-color);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
}

.block--hero .hero-annotation-display a:hover, .block--hero .hero-annotation-display a:focus {
  -webkit-text-decoration: dashed;
          text-decoration: dashed;
}

.block--hero .swiper-slide .hero-annotation {
  display: none;
  pointer-events: none;
}

.block--hero .swiper .swiper-button-prev, .block--hero .swiper .swiper-button-next {
  background: transparent;
  opacity: 0;
  transition: background 0.25s, opacity 0.25s;
}

@media (min-width: 768px) {
  .block--hero .swiper .swiper-button-prev, .block--hero .swiper .swiper-button-next {
    opacity: 1;
  }
}
.block--hero .swiper:hover .swiper-button-prev, .block--hero .swiper:hover .swiper-button-next, .block--hero .swiper:focus .swiper-button-prev, .block--hero .swiper:focus .swiper-button-next, .block--hero .swiper:active .swiper-button-prev, .block--hero .swiper:active .swiper-button-next {
  background: var(--bs-light);
  opacity: 1;
}

.block--hero .swiper-pagination {
  z-index: 2;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

.block--hero .swiper-notification {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.block--hero .swiper-notification:not(caption) {
  position: absolute !important;
}

.block--hero .swiper-button-next, .block--hero .swiper-button-prev {
  width: 60px;
  height: 80px;
  color: var(--bs-dark);
  transform: initial;
}

.block--hero .block--banner {
  flex: 1 1 100%;
}

.block--hero .block--banner--wrapper {
  height: initial;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--locations {
  --card-count: 4;
}

.block--locations .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 0;
}

.block--locations .cards > .card-inner {
  flex: 1 1 var(--card-width, 100%);
  max-width: var(--card-width, 100%);
  align-self: stretch;
  padding: 0 calc(0.5 * var(--bs-gutter-x));
}

@media (min-width: 768px) {
  .block--locations .cards > .card-inner {
    --card-width: 50%;
  }
}
@media (min-width: 992px) {
  .block--locations .cards > .card-inner {
    --card-width: calc(100% / (var(--card-count, 4) - 1)) ;
  }
}
@media (min-width: 1200px) {
  .block--locations .cards > .card-inner {
    --card-width: calc(100% / var(--card-count, 4));
  }
}
.block--locations .cards > .card-inner .card-body {
  height: 100%;
}

.block--locations .card-linkedin {
  float: right;
  display: inline-block;
  background-color: var(--bs-secondary);
  color: var(--bs-white);
  padding: 0.4rem;
  border-radius: 50%;
  transition: border-radius 0.15s ease-in-out;
}

.block--locations .card-linkedin:hover {
  border-radius: var(--bs-border-radius);
}

.block--locations .card-linkedin svg {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
}

.editor-styles-wrapper .block--locations {
  --card-width: 100%;
}

@media (min-width: 768px) {
  .editor-styles-wrapper .block--locations {
    --card-width: calc(100% / max(1, (var(--card-count, 4) - 2))) ;
  }
}
@media (min-width: 992px) {
  .editor-styles-wrapper .block--locations {
    --card-width: calc(100% / (var(--card-count, 4) - 1)) ;
  }
}
@media (min-width: 1200px) {
  .editor-styles-wrapper .block--locations {
    --card-width: calc(100% / var(--card-count, 4));
  }
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--map {
  --map-min-height: 400px;
}

.block--map .block--map-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 50vh;
}

@media (min-width: 768px) {
  .block--map .block--map-wrapper {
    min-height: var(--map-min-height);
  }
}
.block--map .leaflet-container a.leaflet-popup-close-button {
  width: 24px;
  height: 24px;
}

.block--map .leaflet-popup-content {
  margin-right: 2rem;
}

.block--map .map-linkedin {
  position: absolute;
  right: 4px;
  top: 30px;
  display: inline-block;
  background-color: var(--bs-secondary);
  color: var(--bs-white);
  padding: 0.3rem;
  border-radius: 50%;
  transition: border-radius 0.15s ease-in-out;
}

.block--map .map-linkedin:hover {
  border-radius: var(--bs-border-radius);
}

.block--map .map-linkedin svg {
  width: 0.65rem;
  height: 0.65rem;
  display: block;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--post-listing {
  --card-width: 1;
}

@media (min-width: 768px) {
  .block--post-listing {
    --card-width: max(1, calc(var(--card-count, 4) - 1));
  }
}
@media (min-width: 992px) {
  .block--post-listing {
    --card-width: var(--card-count, 3);
  }
}
.block--post-listing[data-lvl-preview=true] * {
  pointer-events: none;
}

.block--post-listing .--loading {
  opacity: 0;
  will-change: auto;
}

.block--post-listing .--loaded {
  animation: scale-up-top 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes scale-up-top {
  0% {
    transform: scale(0.5);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
.block--post-listing.is-style-plain .card-inner {
  box-shadow: none;
  border: 0;
}

.block--post-listing.is-style-basic .card-inner {
  box-shadow: none;
  border: 0;
  background: initial;
}

.block--post-listing[data-card-layout=row] .post-listing .post-listing-target {
  gap: calc(var(--bs-gutter-x) * 0.5);
}

.block--post-listing[data-card-layout=row] .card-wrapper.linked .post-listing-title {
  position: relative;
}

.block--post-listing[data-card-layout=row] .card-wrapper.linked .post-listing-title::after {
  content: "";
  border-bottom: 1px solid var(--bs-primary);
  position: absolute;
  bottom: -0.75rem;
  width: 10%;
  left: 0;
  transition: width 0.5s ease-out;
}

.block--post-listing[data-card-layout=row] .card-wrapper.linked:hover, .block--post-listing[data-card-layout=row] .card-wrapper.linked:focus, .block--post-listing[data-card-layout=row] .card-wrapper.linked:active {
  transform: initial;
  box-shadow: initial;
}

.block--post-listing[data-card-layout=row] .card-wrapper.linked:hover .post-listing-title::after, .block--post-listing[data-card-layout=row] .card-wrapper.linked:focus .post-listing-title::after, .block--post-listing[data-card-layout=row] .card-wrapper.linked:active .post-listing-title::after {
  width: 20%;
}

.block--post-listing .card-inner {
  background-color: var(--wp--preset--color--white, var(--bs-white, #FFF));
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

.block--post-listing .card-inner.flex-row {
  --height: var(--min-height, 100%);
}

.block--post-listing .card-inner.flex-row > .card-upper {
  flex: 0 0 33%;
  overflow: hidden;
}

.block--post-listing .card-inner.flex-row > .card-upper .card-image-banner {
  min-height: 100%;
  height: var(--height);
}

.block--post-listing.is-style-plain .card-inner {
  background: transparent;
}

.block--post-listing.is-style-basic .card-inner {
  background: transparent;
  border-radius: 0;
}

.block--post-listing.is-style-basic .card-inner .wrapper {
  padding: 0 !important;
}

.block--post-listing.is-style-basic .card-wrapper.linked:hover, .block--post-listing.is-style-basic .card-wrapper.linked:focus, .block--post-listing.is-style-basic .card-wrapper.linked:active {
  transform: initial !important;
  box-shadow: initial !important;
}

.block--post-listing .card-image-banner {
  width: 100%;
  height: var(--min-height, 200px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
}

.block--post-listing .post-listing .filter-bar {
  z-index: 2;
  position: relative;
  margin: 0 auto;
}

.block--post-listing .post-listing .filter-bar .dropdown button {
  background-color: var(--bs-body-bg);
  border: 1px solid var(--bs-primary) !important;
  position: relative;
  padding: 12px 3rem 12px 12px;
  line-height: var(--bs-body-line-height, 1.5);
  --bs-border-radius: 12px;
}

.block--post-listing .post-listing .filter-bar .dropdown-toggle {
  font-size: 1rem;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
}

.block--post-listing .post-listing .filter-bar .dropdown-toggle::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6' viewBox='0 0 11 6' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.777961 0.308151C1.16006 -0.0906212 1.79308 -0.104138 2.19185 0.277961L5.67455 3.61504L9.15724 0.277961C9.55601 -0.104138 10.189 -0.0906212 10.5711 0.308151C10.9532 0.706923 10.9397 1.33994 10.5409 1.72204L6.3664 5.72204C5.97961 6.09265 5.36948 6.09265 4.9827 5.72204L0.808151 1.72204C0.409379 1.33994 0.395862 0.706923 0.777961 0.308151Z' fill='%2308304F'/%3E%3C/svg%3E");
  background-position: center;
  background-size: initial;
  background-repeat: no-repeat;
  position: absolute;
  right: 1rem;
  top: 0;
  height: 100%;
  width: 22px;
  border: none;
  transform: rotateX(0);
  transition: transform 0.15s ease-out;
}

.block--post-listing .post-listing .filter-bar .dropdown-toggle.show::after {
  transform: rotateX(-180deg);
}

.block--post-listing .post-listing .filter-bar .dropdown-menu {
  --bs-dropdown-link-color: var(--bs-primary);
  --bs-dropdown-link-hover-color: var(--bs-primary);
  max-height: 300px;
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid var(--bs-primary);
  border-radius: 0.5rem;
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.15);
  overflow: auto;
  margin: -10px 0 0 0;
  z-index: 1;
  padding-top: 10px;
}

.block--post-listing .post-listing .filter-bar .dropdown-menu .dropdown-item {
  font-weight: 600;
  padding: 0.5rem;
  color: var(--wp--preset--color--dark, var(--bs-dark));
  cursor: pointer;
}

.block--post-listing .post-listing .filter-bar input {
  border: 1px solid var(--bs-primary);
  line-height: var(--bs-body-line-height, 1.5);
}

.block--post-listing .post-listing .filter-bar .wp-block-search__button svg {
  min-height: 20px;
  min-width: 20px;
}

.block--post-listing .post-listing .btn-filter {
  display: inline-flex;
  align-items: center;
  margin: 0.5rem 0.5rem 0 0;
  padding: 0.25rem 1rem;
  border-radius: 50px;
  font-size: 0.9rem;
}

.block--post-listing .post-listing .btn-filter::after {
  content: url("data:image/svg+xml; utf8, %3csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 384 512'%3e%3cpath d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z' fill='%23000000'/%3e%3c/svg%3e");
  display: block;
  height: 1rem;
  margin-left: 0.5rem;
}

.block--post-listing .post-listing .btn-filter:hover::after, .block--post-listing .post-listing .btn-filter:focus::after, .block--post-listing .post-listing .btn-filter:active::after {
  content: url("data:image/svg+xml; utf8, %3csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 384 512'%3e%3cpath d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z' fill='%23FFFFFF'/%3e%3c/svg%3e");
}

.block--post-listing .post-listing .results .post-listing-target {
  display: grid;
  grid-template-columns: repeat(var(--card-width), 1fr);
  grid-auto-flow: row;
  gap: var(--bs-gutter-x, 1rem);
}

.block--post-listing .post-listing .spinner {
  color: #174fb6;
  left: 50%;
  top: 50%;
  transform: -50% -50%;
  z-index: 9;
  background: rgba(255, 255, 255, 0.5);
  inset: 0 0 0 0;
  position: fixed;
}

.block--post-listing .post-listing .spinner .spinner-border {
  --bs-spinner-width: 4rem;
  --bs-spinner-height: 4rem;
  --bs-spinner-border-width: 0.5em;
  position: absolute;
  top: 50%;
}

.block--post-listing .post-listing .load-more {
  display: none;
}

.block--post-listing .event-over {
  opacity: 0.5;
  pointer-events: none;
}

.block--post-listing .page-link {
  border: none;
}

.block--post-listing .page-link.active, .block--post-listing .active > .page-link {
  background-color: transparent;
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
}

.block--post-listing .page-link.disabled, .block--post-listing .disabled > .page-link {
  background-color: transparent;
}

.editor-styles-wrapper .block--post-listing .card-inner {
  padding: 0;
  margin-top: 0;
  border: 0;
}

.editor-styles-wrapper .block--post-listing .load-more, .editor-styles-wrapper .block--post-listing .pagination {
  display: block;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--pricing-table .pricing-table thead {
  vertical-align: bottom;
}

.block--pricing-table .pricing-table thead th {
  text-align: center;
}

.block--pricing-table .pricing-table thead th:first-child {
  text-align: left;
}

.block--pricing-table .pricing-table tbody {
  vertical-align: middle;
}

.block--pricing-table .pricing-table tbody tr {
  border: 1px solid var(--bs-primary);
}

.block--pricing-table .pricing-table tbody td {
  border: 1px solid var(--bs-primary);
  text-align: center;
}

.block--pricing-table .pricing-table tbody td:first-child {
  text-align: left;
}

.block--pricing-table .pricing-table svg {
  display: inline-block;
}

.block--pricing-table .pricing-table__header > * {
  border-right: 1px solid var(--bs-white);
}

.block--pricing-table .pricing-table__header > *:last-child {
  border-right: none;
}

.block--pricing-table .pricing-table__column {
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  text-align: center;
}

.block--pricing-table .pricing-table__column--features {
  background-color: var(--bs-white);
  justify-content: flex-end;
  align-items: flex-start;
  border-top: none;
  border-left: none;
}

.block--pricing-table .pricing-table__column--features__title {
  color: var(--bs-primary);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  font-size: 28px;
}

.block--pricing-table .pricing-table__title {
  margin-bottom: 6px;
  word-wrap: break-word;
  max-width: 100%;
  color: var(--bs-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.block--pricing-table .pricing-table__price {
  margin-bottom: 20px;
  word-wrap: break-word;
  max-width: 100%;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.block--pricing-table .pricing-table__feature-row > * {
  padding: 0.75rem 1rem;
  align-items: center;
  background-color: var(--bs-white);
  height: 4.5rem;
}

.block--pricing-table .pricing-table__feature-row:nth-child(even) > * {
  background-color: var(--bs-gray-300);
}

.block--pricing-table .pricing-table__feature-row--header > * {
  background-color: transparent;
  border-bottom: none;
}

.block--pricing-table .pricing-table__feature-text {
  font-weight: bold;
  padding-right: 1rem;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.block--pricing-table .pricing-table__feature-cell {
  justify-content: center;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.block--pricing-table .pricing-table__checkmark {
  width: 34px;
  height: 24px;
  color: var(--bs-primary);
  flex-shrink: 0;
}

.editor-styles-wrapper .block--pricing-table table.table {
  --bs-table-bg: var(--bs-white);
  border-collapse: collapse !important;
  vertical-align: middle;
}

.editor-styles-wrapper .block--pricing-table table.table thead th {
  background-color: var(--bs-primary);
}

.editor-styles-wrapper .block--pricing-table table.table thead th:first-child {
  background-color: var(--bs-white);
}

.editor-styles-wrapper .block--pricing-table table.table thead th.pricing-table__column {
  color: var(--bs-white) !important;
  text-align: center !important;
}

.block--relationship-list li {
  margin-bottom: 1em;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--section-separator {
  position: relative;
  z-index: -1;
  pointer-events: none;
}

.block--section-separator > figure {
  position: absolute;
  top: -50%;
  transform: translateY(-50%);
  float: none !important;
  z-index: 0;
}

.block--section-separator > figure.alignwide {
  left: 0;
  right: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  transform: translateX(0);
  z-index: 1;
}

.block--section-separator > figure.alignwide > img {
  width: 100%;
  height: auto;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}

.block--section-separator > figure.alignleft {
  left: 0;
}

.block--section-separator > figure.alignright {
  right: 0;
}

.block--section-separator > figure.aligncenter {
  left: 50%;
  transform: translateX(-50%);
}

.editor-styles-wrapper .block--section-separator {
  z-index: 1;
  pointer-events: auto;
}

.editor-styles-wrapper .block--section-separator figure {
  position: relative;
  float: none !important;
}

.editor-styles-wrapper .block--section-separator figure.alignfull {
  left: 0;
  right: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  transform: translateX(0);
  z-index: 1;
}

.editor-styles-wrapper .block--section-separator figure.alignfull > img {
  width: 100%;
  height: auto;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}

.editor-styles-wrapper .block--section-separator figure.alignleft {
  margin-right: auto;
}

.editor-styles-wrapper .block--section-separator figure.alignright {
  margin-left: auto;
}

.editor-styles-wrapper .block--section-separator figure.aligncenter {
  margin: auto;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--section-wrapper.is-style-overlay-50-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 24, 50, 0.78);
}

@media (min-width: 768px) {
  .block--section-wrapper.is-style-overlay-50-dark::before {
    background: linear-gradient(90deg, rgba(14, 24, 50, 0.78) 34%, rgba(14, 24, 50, 0) 64%);
  }
}
.block--section-wrapper.is-style-overlay-50-light::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.78);
}

@media (min-width: 768px) {
  .block--section-wrapper.is-style-overlay-50-light::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.78) 34%, rgba(255, 255, 255, 0) 64%);
  }
}
.block--section-wrapper.is-style-overlay-50-dark--right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 24, 50, 0.78);
}

@media (min-width: 768px) {
  .block--section-wrapper.is-style-overlay-50-dark--right::before {
    background: linear-gradient(-90deg, rgba(14, 24, 50, 0.78) 34%, rgba(14, 24, 50, 0) 64%);
  }
}
.block--section-wrapper.is-style-overlay-50-light--right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.78);
}

@media (min-width: 768px) {
  .block--section-wrapper.is-style-overlay-50-light--right::before {
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.78) 34%, rgba(255, 255, 255, 0) 64%);
  }
}
.block--section-wrapper .wp-block-columns {
  margin: 0;
}

@media (max-width: 991.98px) {
  .block--section-wrapper .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap !important;
  }
}
.block--section-wrapper [data-stretchedbackground]::before {
  content: "";
  background: inherit;
  width: 100vw;
  height: 100%;
  left: calc((100% - 100vw) * 0.5);
  position: absolute;
  top: 0;
}

.wp-block-lvl-section-wrapper {
  float: none !important;
}

.editor-styles-wrapper .wp-block-lvl-section-wrapper {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.editor-styles-wrapper .wp-block-lvl-section-wrapper[style*=background-color] .block--section-wrapper {
  background-color: transparent !important;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--stats {
  --text-color: var(--bs-body-color);
  --stat-color: var(--bs-body-color);
  --accent-color: var(--bs-body-color);
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  margin: auto;
  color: var(--stat-color);
  align-items: var(--align-items, center);
  display: flex;
  white-space: nowrap;
  font-weight: 600;
  line-height: 1;
}

.block--stats .prefix, .block--stats .suffix {
  color: var(--accent-color);
}

.editor-styles-wrapper .block--tab-pane .--preview {
  border: 5px solid var(--bs-primary-bg-subtle);
  margin-bottom: 1rem;
}

.editor-styles-wrapper .is-collapsed {
  height: 0;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
@media (max-width: 767.98px) {
  .block--tab-panel {
    display: block !important;
    opacity: 1 !important;
    padding: 1rem 0;
    border: none;
    border-radius: 0 !important;
    border-bottom: 1px solid var(--bs-primary);
    color: inherit;
  }
  .block--tab-panel:first-child {
    border-top: 1px solid var(--bs-primary);
  }
}
.block--tab-panel > .accordion-header {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  position: relative;
  padding-right: 5rem;
  color: var(--bs-primary) !important;
}

@media (min-width: 768px) {
  .block--tab-panel > .accordion-header {
    display: none;
  }
}
.block--tab-panel > .accordion-header::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='13' viewBox='0 0 22 13' fill='none'%3E%3Cpath d='M21 1.5L11 11.5L1 1.5' stroke='%23174fb6' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transform-origin: center;
  transition: transform 0.15s ease-out;
}

.block--tab-panel > .accordion-header[aria-expanded=true]::after {
  transform: rotateX(180deg) translateY(50%);
}

@media (min-width: 768px) {
  .block--tab-panel > .accordion-collapse {
    display: block !important;
  }
}
.block--tab-panel.--preview {
  display: flex !important;
  gap: 2rem;
  margin-bottom: 2rem;
  opacity: 1 !important;
}

.block--tab-panel.--preview::before {
  content: attr(data-title);
  font-weight: 500;
  flex: 0 0 20%;
  border-bottom: 1px solid;
  align-self: flex-start;
  padding-bottom: 10px;
}

.editor-styles-wrapper .wp-block-lvl-tab-panel {
  overflow: visible !important;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--tabber {
  --tab-top-offset: 0;
}

.block--tabber .nav.sticky-top-most-lg::before {
  content: "";
  background: var(--wp--preset--color--white);
  width: 100vw;
  height: 100%;
  left: calc((100% - 100vw) * 0.5);
  position: absolute;
  top: 0;
  z-index: -1;
}

.block--tabber .nav.sticky-lg-top {
  top: var(--tab-top-offset);
  background-color: #FFF;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0.375rem;
}

.block--tabber .nav-tabs {
  --bs-nav-tabs-link-active-bg: var(--wp--preset--color--dark);
  --bs-nav-tabs-link-active-color: var(--wp--preset--color--white);
  --bs-nav-tabs-link-active-border-color: var(--wp--preset--color--dark);
  border-bottom: 0;
  gap: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .block--tabber .nav-tabs {
    border-bottom: 1px solid var(--wp--preset--color--dark);
    padding-bottom: 1px;
  }
}
.block--tabber .nav-tabs .nav-item {
  background-color: var(--wp--preset--color--gray-100);
  border-radius: 0.375rem 0.375rem 0 0;
  transition: background-color 0.15s ease-in-out;
}

@media (max-width: 767.98px) {
  .block--tabber .nav-tabs .nav-item {
    border-radius: 0.375rem;
  }
  .block--tabber .nav-tabs .nav-item .nav-link {
    border-radius: 0.375rem;
  }
}
.block--tabber .nav-tabs .nav-item:has(.active) {
  background-color: var(--wp--preset--color--dark);
}

.block--tabber .nav-tabs .nav-link {
  font-size: var(--wp--preset--font-size--h-5);
  font-weight: 600;
}

.block--tabber .nav-tabs .nav-link:not(.active) {
  background-color: var(--wp--preset--color--gray-100);
  color: var(--wp--preset--color--dark);
}

.block--tabber .nav-pills {
  border-bottom: 0;
  padding: 0 2rem 0.5rem;
  transition: 0.2s ease-in-out;
}

.block--tabber .nav-pills .nav-link {
  background-color: var(--wp--preset--color--dark);
  color: #FFF;
  font-weight: 600;
  border: 1px solid var(--wp--preset--color--dark);
  border-radius: 0.375rem;
  margin: 0.5rem 0.25rem 0;
  padding: 5px 10px;
}

.block--tabber .nav-pills .nav-link:hover, .block--tabber .nav-pills .nav-link.active {
  background-color: #FFF;
  color: var(--wp--preset--color--dark);
  border: 1px solid var(--wp--preset--color--dark);
  border-bottom: 1px solid var(--wp--preset--color--dark);
}

.block--tabber .tab-content {
  min-height: 300px;
}

.editor-styles-wrapper .block--tabber .--preview {
  border: 5px solid var(--bs-primary-bg-subtle);
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--tabs .tabs-heading {
  font-family: var(--bs-font-body), sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.block--tabs .tab-nav-col {
  max-width: 40%;
  min-width: 20%;
}

.block--tabs .tab-nav-col .nav-link {
  white-space: wrap;
  text-align: left;
}

.block--tabs .nav {
  flex-direction: column;
  gap: 12px;
  border-bottom: none;
}

@media (max-width: 767.98px) {
  .block--tabs .nav {
    display: none;
  }
}
.block--tabs .nav .nav-item .nav-link.btn-link {
  font-size: 24px;
  font-weight: 600;
  padding-left: 16px;
  padding-right: 46px;
  width: 100%;
  justify-content: space-between;
  background: transparent;
  border-radius: 12px 0 0 12px;
}

.block--tabs .nav .nav-item .nav-link.btn-link::before, .block--tabs .nav .nav-item .nav-link.btn-link::after {
  right: 10px;
  opacity: 0;
  transition: opacity 0.15s ease-out;
}

.block--tabs .nav .nav-item .nav-link.btn-link::before {
  background-color: var(--wp--preset--color--primary);
}

.block--tabs .nav .nav-item .nav-link.btn-link::after {
  background-color: var(--wp--preset--color--white);
}

.block--tabs .nav .nav-item .nav-link.btn-link.active, .block--tabs .nav .nav-item .nav-link.btn-link:hover, .block--tabs .nav .nav-item .nav-link.btn-link:focus, .block--tabs .nav .nav-item .nav-link.btn-link:active {
  background: var(--wp--preset--color--gray-100);
  color: var(--wp--preset--color--dark);
}

.block--tabs .nav .nav-item .nav-link.btn-link.active::before, .block--tabs .nav .nav-item .nav-link.btn-link.active::after, .block--tabs .nav .nav-item .nav-link.btn-link:hover::before, .block--tabs .nav .nav-item .nav-link.btn-link:hover::after, .block--tabs .nav .nav-item .nav-link.btn-link:focus::before, .block--tabs .nav .nav-item .nav-link.btn-link:focus::after, .block--tabs .nav .nav-item .nav-link.btn-link:active::before, .block--tabs .nav .nav-item .nav-link.btn-link:active::after {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

.mega-menu--wrapper .block--tabs .tab-content-col {
  position: relative;
}

.mega-menu--wrapper .block--tabs .tab-content-col::before {
  content: "";
  border-left: 1px solid var(--bs-gray-300);
  position: absolute;
  left: calc(var(--bs-gutter-x) * -0.5);
  height: 100%;
  display: none;
}

@media (min-width: 1200px) {
  .mega-menu--wrapper .block--tabs .tab-content-col.offset-xl-1::before {
    display: block;
    left: -4.166666665%;
  }
}
.mega-menu--wrapper .block--tabs .nav {
  gap: 6px;
}

@media (max-width: 767.98px) {
  .mega-menu--wrapper .block--tabs .nav {
    display: none;
  }
}
.mega-menu--wrapper .block--tabs .nav .nav-item {
  position: relative;
  white-space: wrap !important;
}

.mega-menu--wrapper .block--tabs .nav .nav-item .nav-link {
  font-size: 16px;
  padding: 0 16px 10px 0;
}

.mega-menu--wrapper .block--tabs .nav .nav-item .nav-link::after {
  display: none;
}

.mega-menu--wrapper .block--tabs .nav .nav-item .nav-link::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M0.999999 11L6 6L1 1' stroke='%23007AB0' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
  height: 26px;
}

.mega-menu--wrapper .block--tabs .nav .nav-item .nav-link.active, .mega-menu--wrapper .block--tabs .nav .nav-item .nav-link:hover {
  color: var(--bs-blue);
}

.mega-menu--wrapper .block--tabs .nav .nav-item .nav-link.active {
  padding-bottom: 10px;
}

.mega-menu--wrapper .block--tabs .nav .nav-item .nav-link.active::after {
  bottom: 6px;
}

.mega-menu--wrapper .block--tabs .nav .nav-item .nav-link.active .tab-title::after {
  opacity: 1;
  bottom: -6px;
}

.mega-menu--wrapper .block--tabs .nav .nav-item .tab-title {
  position: relative;
}

.mega-menu--wrapper .block--tabs .nav .nav-item .tab-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--bs-blue);
  opacity: 0;
  bottom: -6px;
  transition: opacity 0.15s ease-out, bottom 0.15s ease-out;
}

.editor-styles-wrapper .block--tabs.--preview {
  border-left: 2px solid var(--wp--preset--color--primary);
}

.editor-styles-wrapper .block--tabs .nav-tabs {
  border: none;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--team {
  --card-width: 100%;
}

@media (min-width: 992px) {
  .block--team.overflow-to-edge {
    width: calc((100vw - var(--container-width, 0)) * 0.5 + 100% + (var(--bs-gutter-x)));
  }
  .block--team.overflow-to-edge[data-layout=grid] {
    padding-right: var(--bs-gutter-x, 1rem);
  }
}
.block--team .team .modal-button {
  position: absolute;
  display: inline-block;
  bottom: -2px;
  right: -2px;
  align-self: flex-end;
  margin-top: auto;
  padding: 4px;
  background: var(--white);
  border: 2px solid transparent;
  border-radius: 50%;
  transition: border-color 0.3s ease;
}

.block--team .team .modal-button:hover {
  border-color: var(--primary-blue);
  transition: border-color 0.3s ease;
}

.block--team .team .modal-button svg {
  height: 20px;
  width: 20px;
}

.block--team .team .spinner {
  color: var(--gray-200);
}

.block--team .team .load-more {
  display: none;
}

.block--team .team-members.layout-grid {
  display: flex;
  list-style: none;
  margin-bottom: 4rem;
  padding: 0;
  flex-wrap: wrap;
  gap: 1.5rem 0;
}

.block--team .team-members.layout-grid:last-child {
  margin-bottom: 0;
}

.block--team .team-members.layout-grid .member {
  flex: 1 1 var(--card-width, 100%);
  max-width: var(--card-width, 100%);
  align-self: stretch;
  position: relative;
  margin-top: 0;
  transform: scale(1);
  transition: transform 0.15s ease-in-out, box-shadow 0.3s ease-in-out;
  backface-visibility: hidden;
}

@media (min-width: 768px) {
  .block--team .team-members.layout-grid .member {
    --card-width: 50%;
  }
}
@media (min-width: 992px) {
  .block--team .team-members.layout-grid .member {
    --card-width: calc(100% / (var(--card-count, 4) - 1)) ;
  }
}
@media (min-width: 1200px) {
  .block--team .team-members.layout-grid .member {
    --card-width: calc(100% / var(--card-count, 4));
  }
}
.block--team .member-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--bs-white);
  border: 1px solid var(--bs-gray-300);
  border-radius: var(--bs-border-radius);
  overflow: hidden;
}

.block--team .member-inner .img {
  position: relative;
}

.block--team .member-inner .img img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.block--team .member-inner .info {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 calc(0.5 * var(--bs-gutter-x));
  margin: 1rem;
}

.block--team .member-inner .info p {
  margin-bottom: 0;
}

.block--team .member-inner .info .btn-arrow {
  align-self: flex-start;
}

.block--team .swiper-slide {
  height: initial;
}

.block--team .swiper-navigation {
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  .block--team .swiper-navigation {
    justify-content: flex-start;
  }
}
.block--team .swiper-navigation .swiper-button-prev, .block--team .swiper-navigation .swiper-button-next {
  position: relative;
  top: initial;
  margin: 0;
  transform: initial;
  width: 47px;
  height: 47px;
  padding: 16px;
}

.block--team .swiper-navigation .swiper-button-prev:hover, .block--team .swiper-navigation .swiper-button-prev:focus, .block--team .swiper-navigation .swiper-button-next:hover, .block--team .swiper-navigation .swiper-button-next:focus {
  filter: none;
}

.block--team .swiper-navigation .swiper-button-disabled {
  background-color: #CFD0D4;
  border-color: #CFD0D4;
}

.team-modal .modal-header {
  padding-bottom: 0;
  border-bottom: none;
}

.team-modal .modal-header button {
  margin-left: auto;
  background: none;
  border: none;
}

.team-modal .modal-body {
  padding-top: 0;
}

.team-modal .modal-body .modal--avatar-wrapper {
  position: relative;
  aspect-ratio: 1/1;
  padding: 1rem;
}

.team-modal .modal-body .modal--avatar-wrapper .avatar {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.team-modal .modal-body .modal--team-role {
  font-weight: 600;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--testimonial {
  height: auto !important;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}

.block--testimonial:not(.has-background) {
  background-color: #FFFFFF;
}

.block--testimonial .slide {
  height: 100%;
}

.editor-styles-wrapper .wp-block-lvl-testimonial {
  margin: 0 2rem 2rem;
  background-clip: content-box;
  border-radius: 10px;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.1);
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--testimonials-wrapper .swiper {
  position: relative;
  left: calc((100vw - 100%) / -2);
  width: 100vw;
  padding-top: 1rem;
}

.block--testimonials-wrapper .swiper-button {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 1;
  height: 31px;
  width: 31px;
  transform: translateY(-50%);
}

.block--testimonials-wrapper .swiper-button.swiper-button-prev svg, .block--testimonials-wrapper .swiper-button.swiper-button-next svg {
  min-width: 31px;
  width: 31px;
  height: 31px;
}

@media (max-width: 991.98px) {
  .block--testimonials-wrapper .swiper-button {
    display: none;
  }
}
.block--testimonials-wrapper .swiper-button.swiper-button-prev {
  left: 20%;
}

@media (max-width: 1399.98px) {
  .block--testimonials-wrapper .swiper-button.swiper-button-prev {
    left: 14%;
  }
}
@media (max-width: 1199.98px) {
  .block--testimonials-wrapper .swiper-button.swiper-button-prev {
    left: 8%;
  }
}
.block--testimonials-wrapper .swiper-button.swiper-button-next {
  right: 20%;
}

@media (max-width: 1399.98px) {
  .block--testimonials-wrapper .swiper-button.swiper-button-next {
    right: 14%;
  }
}
@media (max-width: 1199.98px) {
  .block--testimonials-wrapper .swiper-button.swiper-button-next {
    right: 8%;
  }
}
.block--testimonials-wrapper .swiper-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 2rem;
}

.block--testimonials-wrapper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  flex: 0 0 11px;
  height: 11px;
  background-color: transparent;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.block--testimonials-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: currentColor;
}

.block--testimonials-wrapper .swiper-pagination .swiper-pagination-bullet:hover {
  cursor: pointer;
}

.block--testimonials-wrapper .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  display: block;
  height: 22px;
  position: relative;
  width: 100%;
  z-index: 2;
  top: -9px;
}

.editor-styles-wrapper .block--testimonials-wrapper .swiper,
.editor-styles-wrapper .block--testimonials-wrapper .swiper-pagination {
  display: none;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--timeline-event {
  height: auto;
}

.block--timeline-event *:last-child {
  margin-bottom: 0;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--timeline {
  position: relative;
  padding-bottom: 2rem;
}

.block--timeline::before {
  content: "";
  position: absolute;
  display: block;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--bs-primary);
}

@media (min-width: 992px) {
  .block--timeline::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: calc(2.5rem + 7px);
    height: 100%;
    width: 1px;
    background-color: var(--bs-primary);
  }
}
@media (max-width: 991.98px) {
  .block--timeline .years {
    margin-bottom: -1rem;
    padding-top: 48px;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .block--timeline .years {
    height: 380px;
    padding-left: 5rem;
  }
}
.block--timeline .years .year {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  font-size: 25px;
  font-weight: 700;
  cursor: pointer;
}

.block--timeline .years .year .date {
  position: relative;
  display: block;
  flex: 1;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .block--timeline .years .year .date {
    text-align: center;
  }
}
.block--timeline .years .year .date::before {
  content: "";
  position: absolute;
  display: block;
  top: calc(-1rem - 15px);
  z-index: 2;
  left: 50%;
  height: 21px;
  width: 21px;
  background-color: var(--bs-primary);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.block--timeline .years .year .date::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 64px);
  width: 1px;
  height: 0;
  margin-top: 20px;
  background-color: currentColor;
  transition: width 0.15s ease-out 0s;
}

@media (max-width: 991.98px) {
  .block--timeline .years .year .date::after {
    left: 50%;
  }
}
@media (min-width: 992px) {
  .block--timeline .years .year .date::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    left: calc(-2.75rem - 15px);
    height: 21px;
    width: 21px;
    background-color: var(--bs-primary);
    border-radius: 50%;
    transform: translateY(-50%);
  }
  .block--timeline .years .year .date::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0;
    height: 1px;
    margin-top: 0;
    margin-left: 20px;
    background-color: currentColor;
    transition: width 0.15s ease-out 0s;
  }
}
.block--timeline .years .year:not(.swiper-slide-active) {
  font-size: 17px;
  color: rgba(var(--bs-primary), 50);
}

.block--timeline .years .year:not(.swiper-slide-active) .date::before {
  background-color: var(--bs-gray-300);
}

.block--timeline .years .year.swiper-slide-active .date::after {
  transition: width 0.4s ease-out 0.3s;
}

@media (max-width: 991.98px) {
  .block--timeline .years .year.swiper-slide-active .date::after {
    height: calc(100% + 2px);
  }
}
@media (min-width: 992px) {
  .block--timeline .years .year.swiper-slide-active .date::after {
    width: calc(100% + 2px);
  }
}
.block--timeline .events {
  position: relative;
  padding: 48px;
  background-color: var(--bs-gray-100);
  border: 1px solid var(--bs-primary);
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.block--timeline .events:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 2rem;
  background: linear-gradient(90deg, rgba(var(--bs-primary), 1) 0%, rgba(var(--bs-primary), 0) 100%);
}

.block--timeline .events:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  z-index: 10;
  height: 100%;
  width: 2rem;
  background: linear-gradient(90deg, rgba(var(--bs-primary), 0) 0%, rgba(var(--bs-primary), 1) 100%);
}

.block--timeline .swiper-button-next {
  position: relative;
  top: 2rem;
  left: 5rem;
  cursor: pointer;
  display: none;
}

.block--timeline .swiper-button-next:hover svg {
  transform: scale(1.05);
  transition: transform 0.4s ease;
}

.block--timeline .swiper-button-next svg {
  transform: scale(1);
  transition: transform 0.4s ease;
}

.block--timeline .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}

@media (min-width: 992px) {
  .block--timeline .swiper-button-next {
    display: block;
  }
}
.editor-styles-wrapper .block--timeline::before {
  display: none;
}

.editor-styles-wrapper .block--timeline .events {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}

.editor-styles-wrapper .block--timeline .events::before, .editor-styles-wrapper .block--timeline .events::after {
  display: none;
}

.editor-styles-wrapper .block--timeline .events .wp-block-lvl-timeline-event {
  overflow: visible;
}

.editor-styles-wrapper .block--timeline .events .block--timeline-event {
  margin-bottom: 1rem;
  padding: 48px;
  background-color: var(--bs-gray-100);
  border: 1px solid var(--bs-primary);
  border-radius: 10px;
}

.editor-styles-wrapper .block--timeline .events .block--timeline-event::before {
  content: attr(data-event-date);
  position: absolute;
  display: block;
  left: -100px;
  top: 2rem;
  font-size: 25px;
  font-weight: 700;
  color: var(--bs-primary);
}

.editor-styles-wrapper .block--timeline .swiper-button-next {
  display: none;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--vertical-slide.swiper-slide {
  display: flex;
  align-items: center;
}

.editor-styles-wrapper .block--vertical-slide {
  margin-bottom: 1rem;
  opacity: 1 !important;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--vertical-slider-wrapper .swiper-initialized {
  display: flex;
}

.block--vertical-slider-wrapper .swiper-nav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  position: relative;
  order: -1;
  padding-right: var(--bs-gutter-x, 1.5rem);
  justify-content: center;
}

@media (min-width: 768px) {
  .block--vertical-slider-wrapper .swiper-nav {
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * 2);
  }
}
.block--vertical-slider-wrapper .swiper-button {
  position: relative;
  display: flex;
  height: 24px;
  width: 24px;
  transform: rotate(90deg);
}

.block--vertical-slider-wrapper .swiper-button.swiper-button-prev, .block--vertical-slider-wrapper .swiper-button.swiper-button-next {
  margin: 0;
  top: initial;
}

.block--vertical-slider-wrapper .swiper-button.swiper-button-prev svg, .block--vertical-slider-wrapper .swiper-button.swiper-button-next svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
}

.block--vertical-slider-wrapper .swiper-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin: 5px auto;
}

.block--vertical-slider-wrapper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  background-color: transparent;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.block--vertical-slider-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: currentColor;
}

.block--vertical-slider-wrapper .swiper-pagination .swiper-pagination-bullet:hover {
  cursor: pointer;
}

.block--vertical-slider-wrapper .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  display: block;
  height: 22px;
  position: relative;
  width: 100%;
  z-index: 2;
  top: -9px;
}

.editor-styles-wrapper .block--step-slider-wrapper .swiper,
.editor-styles-wrapper .block--step-slider-wrapper .swiper-pagination {
  display: none;
}

/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
@keyframes fadeInBackground {
  0% {
    background-color: rgba(var(--bs-dark-rgb, #000), 0);
  }
  100% {
    background-color: rgba(var(--bs-dark-rgb, #000), 0.85);
  }
}
@keyframes stretchWidth-80 {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}
@keyframes stretchWidth-98 {
  0% {
    width: 0;
  }
  100% {
    width: 98%;
  }
}
.video-player {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  opacity: 0;
  animation: fadeInBackground 0.5s ease-in;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  gap: 1rem;
}

.video-player.expanded {
  display: flex;
  opacity: 1;
}

.video-player > iframe {
  width: 80%;
  aspect-ratio: 16/9;
  height: auto;
  max-height: 80%;
  background: black;
  margin-bottom: 2%;
  animation: stretchWidth-80 0.5s ease-out;
}

@media (max-width: 575.98px) {
  .video-player {
    padding: 5px;
    animation: fadeInBackground 0.3s ease-in;
  }
  .video-player > iframe {
    width: 98%;
    margin-bottom: 0;
    max-height: 90%;
    animation: stretchWidth-98 0.3s ease-out;
  }
}
.video-player .close-- {
  position: absolute;
  top: -2.5rem;
  right: 0;
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
}

.block--video {
  --bs-border-radius: 12px;
}

.block--video .backdrop {
  position: fixed !important;
  bottom: 0;
  left: 0;
  height: 0;
  pointer-events: none;
  width: 0;
  background-color: var(--bs-light);
  opacity: 0;
  transition: opacity 0.3s ease-out 0.15s;
}

.block--video .video-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 6/4;
  border-radius: var(--bs-border-radius);
}

.block--video .video-wrapper .video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: var(--bs-border-radius);
  cursor: pointer;
  will-change: transform;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: center;
}

.block--video .video-wrapper .video:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
  transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: transform, opacity;
}

.block--video .video-wrapper .video::before {
  content: url('data:image/svg+xml; utf8, %3csvg width="112" height="113" viewBox="0 0 112 113" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3ccircle cx="55.9999" cy="56.2501" r="55.9286" fill="%23ffffff"/%3e%3cpath d="M82 54.5182C83.3333 55.288 83.3333 57.2125 82 57.9823L44.5 79.6329C43.1667 80.4027 41.5 79.4405 41.5 77.9009L41.5 34.5996C41.5 33.06 43.1667 32.0978 44.5 32.8676L82 54.5182Z" fill="%23174fb6"/%3e%3c/svg%3e');
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  opacity: 0.9;
  transform: translate(-50%, -50%) scale(1);
  transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: transform, opacity;
}

.block--video.expanded-- .backdrop {
  height: 100%;
  width: 100%;
  pointer-events: initial;
  z-index: 2000;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.block--video.expanded-- .video-wrapper {
  z-index: 2010;
}

.block--video.expanded-- .video-wrapper .burst-graphic {
  display: none;
}

.block--video.expanded-- .video-wrapper .video {
  width: 80vw;
  height: auto;
  max-height: 80vh;
  aspect-ratio: 6/4;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform-origin: center;
}

.block--video.expanded-- .video-wrapper .video::before {
  display: none;
}

.block--video.expanded-- .video-wrapper .video .close {
  position: absolute;
  top: -2.5rem;
  right: 0;
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
}

.block--video.expanded-- .video-wrapper .video iframe,
.block--video.expanded-- .video-wrapper .video video {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: var(--bs-border-radius);
}

.block--video[class*=is-style-drop-shadow-dots] .video {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
}
