/* ! Miscellaneous */
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 0.5rem 1rem;
}

.strong-title,
.text-uppercase {
  text-transform: uppercase;
}

.strong-title {
  font-weight: 700 !important;
}

.list-unstyled {
  padding-left: 0;
}
.list-unstyled, .list-unstyled ul, .list-unstyled ol {
  list-style: none;
}

.list-numbered {
  counter-reset: counter;
  margin-bottom: 1.4rem;
}
.list-numbered, .list-numbered ul {
  padding-left: 0;
  list-style: none;
}
.list-numbered li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: calc(var(--wp--preset--font-size--huge) + var(--wp--custom--gutter));
}
.list-numbered li:not(:last-child) {
  margin-bottom: 1.4rem;
}
.list-numbered li::before {
  content: counter(counter) ".";
  counter-increment: counter;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: max(2rem, var(--wp--preset--font-size--huge));
  width: calc(var(--wp--preset--font-size--huge) + var(--wp--custom--gutter));
  height: var(--wp--preset--font-size--huge);
  line-height: 1;
}

.is-style-tiny {
  max-width: 864px !important;
}
.is-style-tiny.has-text-align-center {
  margin-inline: auto;
}
.is-style-tiny.has-text-align-right {
  margin-left: auto;
  margin-right: 0;
}

.is-style-two-columns {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: calc(var(--wp--custom--gutter) * 2);
       column-gap: calc(var(--wp--custom--gutter) * 2);
}

.is-style-smart {
  margin-bottom: 2rem;
}
.is-style-smart :is(h1, h2, h3, h4, h5, h6) {
  margin: 0 !important;
  white-space: inherit !important;
}
.is-style-smart small {
  display: block;
  font-size: var(--wp--preset--font-size--regular);
  font-weight: 600;
  line-height: 1.5;
}

.is-style-smart-table,
.is-style-smart-table > .wp-block-group[class*=wp-container-] {
  gap: 0px;
}
.is-style-smart-table > .wp-block-group[class*=wp-container-] {
  align-items: stretch !important;
}

/* ! Core: Group */
.wp-block-group:not(.alignwide):not(.alignfull) {
  padding: 0;
}
.wp-block-group .wp-block-buttons {
  margin-top: 2rem;
}
.wp-block-group.has-light-gradient-background {
  background: url("../img/light-stripes.png") repeat, var(--wp--preset--gradient--light) !important;
}
.wp-block-group.is-style-row-2 {
  row-gap: 2rem;
  -moz-column-gap: var(--wp--custom--gutter);
       column-gap: var(--wp--custom--gutter);
  align-items: stretch !important;
}
@media (min-width: 782px) {
  .wp-block-group.is-style-row-2 > * {
    flex: 0 0 50%;
    max-width: calc(50% - var(--wp--custom--gutter) / 2);
  }
}

/* ! Core: Column(s) */
:where(.wp-block-columns.is-layout-flex) {
  gap: calc(var(--wp--custom--gutter) * 2);
}
.wp-block-columns:last-child {
  margin-bottom: 0;
}
@media (max-width: 781px) {
  .wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: wrap !important;
    justify-content: center;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
    flex-basis: 50%;
    max-width: calc(50% - 1em);
  }
  .wp-block-columns + .wp-block-columns:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
  }
}
@media (min-width: 782px) {
  .wp-block-columns.is-style-reverse {
    flex-direction: row-reverse;
  }
}
.wp-block-columns .wp-block-image {
  margin: 0;
}

.wp-block-column.is-style-fit {
  align-self: stretch;
}
.wp-block-column.is-style-fit .wp-block-image {
  height: 100%;
}
.wp-block-column.is-style-fit .wp-block-image img {
  min-height: min(50vw, 400px);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wp-block-column.has-background {
  padding: var(--wp--custom--gutter);
  border: 1px solid currentColor;
}
@media (min-width: 782px) {
  .wp-block-column.has-background {
    padding: calc(var(--wp--custom--gutter) * 2);
  }
}
.wp-block-column > *:last-child {
  margin-bottom: 0;
}

/* ! Core: Button */
.wp-block-buttons.is-style-stretch {
  align-items: stretch !important;
}
.wp-block-buttons.is-style-stretch > .wp-block-button {
  align-self: stretch;
}
@media (max-width: 767px) {
  .wp-block-buttons.is-content-justification-space-between {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .wp-block-buttons[class*=is-content-justification-] {
    justify-content: center !important;
  }
}

.wp-block-button__link, .wp-block-button__link:hover, .wp-block-button__link:focus {
  text-decoration: none;
}
.wp-block-button__link .icon:first-child {
  margin-right: 0.5rem;
}
.wp-block-button__link .icon:last-child {
  margin-left: 0.5rem;
}
.wp-block-button__link em,
.wp-block-button__link span {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.wp-block-button__link em {
  font-weight: 400;
  font-style: normal;
}
.wp-block-button__link.has-background {
  border-color: transparent !important;
}
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: none;
  background-color: var(--wp--preset--color--white) !important;
  padding-block: var(--wp--custom--button--padding-vertical);
  padding-inline: var(--wp--custom--button--padding-horizontal);
}
.wp-block-button[class*=is-style-] > .wp-block-button__link {
  filter: brightness(100%);
}
.wp-block-button[class*=is-style-] > .wp-block-button__link:hover {
  filter: brightness(115%);
}
.wp-block-button[class*=is-style-] > .wp-block-button__link:active {
  filter: brightness(95%);
}
@media (hover: hover) {
  .wp-block-button__link {
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .wp-block-button[class*=is-style-] > .wp-block-button__link {
    transition: filter 0.2s ease;
  }
}
.is-style-stretch .wp-block-button__link {
  height: 100%;
}

/* ! Core: File */
.wp-block-file:not(.wp-element-button) {
  font-size: inherit;
}
.wp-block-file:not(.wp-element-button) a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--secondary);
}
.wp-block-file:not(.wp-element-button) a:where(:not(.wp-element-button)):hover {
  color: var(--wp--preset--color--secondary-light);
}
.wp-block-file:not(.wp-element-button) a:where(:not(.wp-element-button)):active {
  color: var(--wp--preset--color--secondary-dark);
}
.wp-block-file .wp-block-file__button {
  text-decoration: none !important;
}

/* ! Core: Table */
.wp-block-table {
  margin-block: 2rem;
}
.wp-block-table table {
  margin: 0;
}
.wp-block-table th,
.wp-block-table td {
  padding: 0.667rem;
  border-color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--white);
}
.wp-block-table thead th,
.wp-block-table tfoot td {
  background-color: var(--wp--preset--color--light);
}
.wp-block-table thead {
  border-bottom-width: 1px;
}
.wp-block-table figcaption {
  margin-top: 0.5rem;
  font-size: 1rem;
  text-align: left;
  line-height: 1.5;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: transparent;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) th,
.wp-block-table.is-style-stripes tbody tr:nth-child(even) td {
  background-color: var(--wp--preset--color--light);
}
.wp-block-table.is-style-flat {
  margin-block: 0;
}
.wp-block-table.is-style-flat th,
.wp-block-table.is-style-flat td {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
}
@media (max-width: 575px) {
  .wp-block-table.is-style-flat th,
  .wp-block-table.is-style-flat td {
    border-bottom: none;
  }
}
@media (min-width: 576px) {
  .wp-block-table.is-style-flat tr:last-child th,
  .wp-block-table.is-style-flat tr:last-child td {
    border-bottom: none;
  }
}
@media (max-width: 575px) {
  .wp-block-table.is-style-flat tbody {
    border-bottom: 1px solid;
  }
}
@media (max-width: 575px) {
  .is-style-smart-table .wp-block-table table {
    display: grid;
    grid-template-columns: 40% auto;
  }
  .is-style-smart-table .wp-block-table tbody,
  .is-style-smart-table .wp-block-table tbody tr {
    display: flex;
  }
  .is-style-smart-table .wp-block-table tbody {
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .is-style-smart-table .wp-block-table tbody tr {
    height: 100%;
    flex: 0 0 50%;
    max-width: 50%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
  }
  .is-style-smart-table .wp-block-table tbody th,
  .is-style-smart-table .wp-block-table tbody td {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-basis: var(--smart-table-cell-basis, 48px);
  }
  .is-style-smart-table .wp-block-table tbody th:not(:first-child),
  .is-style-smart-table .wp-block-table tbody td:not(:first-child) {
    border-top: 1px solid;
  }
  .is-style-smart-table .wp-block-table thead tr {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
    flex-direction: column;
  }
  .is-style-smart-table .wp-block-table thead th,
  .is-style-smart-table .wp-block-table thead td {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-basis: var(--smart-table-cell-basis, 0);
  }
  .is-style-smart-table .wp-block-table thead th:not(:first-child),
  .is-style-smart-table .wp-block-table thead td:not(:first-child) {
    border-top: 1px solid;
  }
  .is-style-smart-table .wp-block-table td,
  .is-style-smart-table .wp-block-table th {
    font-size: 1rem !important;
  }
}

/* ! Core: Image */
.wp-block-image.aligncenter {
  margin-inline: auto;
}
.wp-block-image figcaption {
  color: var(--wp--preset--color--secondary);
  margin-top: 0.75rem;
  margin-bottom: 0;
  line-height: 1.2;
}

/* ! Core: Gallery */
.wp-block-gallery.has-nested-images .wp-block-image a + figcaption {
  pointer-events: none;
}

/* ! Core: Quote */
.wp-block-quote cite,
.wp-block-quote footer {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--secondary-dark);
}

/* ! Core: Pullquote */
.wp-block-quote cite,
.wp-block-quote footer {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--secondary-dark);
}

.wp-block-pullquote cite,
.wp-block-pullquote footer, .wp-block-pullquote .wp-block-pullquote__citation {
  color: var(--wp--preset--color--secondary-dark);
  font-size: min(0.633em, var(--wp--preset--font-size--medium));
}
.wp-block-pullquote blockquote {
  margin-bottom: 0;
}

/* ! Core: Media text */
.wp-block-media-text__content:first-child {
  padding-left: 0;
  padding-right: var(--wp--custom--gutter);
}
.wp-block-media-text__content:last-child {
  padding-left: var(--wp--custom--gutter);
  padding-right: 0;
}
.wp-block-media-text__content *:last-child {
  margin-bottom: 0;
}

/* ! Core: Video */
.wp-block-video {
  margin: 0;
  position: relative;
}
.wp-block-video:not([class*=is-style-]), .wp-block-video.is-style-16-9 {
  aspect-ratio: 16/9;
}
.wp-block-video.is-style-21-9 {
  aspect-ratio: 21/9;
}
.wp-block-video.is-style-4-3 {
  aspect-ratio: 4/3;
}
.wp-block-video > div {
  height: 100%;
}
.wp-block-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wp-block-video video[controls] + button {
  visibility: hidden;
  pointer-events: none;
}
.wp-block-video figcaption {
  color: var(--wp--preset--color--secondary);
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.wp-block-video button:not([class*=components-]) {
  color: var(--wp--preset--color--white);
  padding: 0;
  background: none;
  border: 3px solid;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: clamp(64px, 7.5vw, 100px);
  height: clamp(64px, 7.5vw, 100px);
  transform: translate3d(-50%, -50%, 0);
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.25));
}
.wp-block-video button:not([class*=components-]) .icon {
  width: 70%;
  height: 70%;
  margin-right: -7%;
}

/* ! Core: Embed */
.wp-embed-aspect-16-9 {
  aspect-ratio: 16/9;
}

.wp-embed-aspect-21-9 {
  aspect-ratio: 21/9;
}

.wp-embed-aspect-4-3 {
  aspect-ratio: 4/3;
}

.wp-block-embed__wrapper,
.wp-block-embed iframe {
  width: 100%;
  height: 100%;
}

/* ! Core: Social */
.wp-block-social-links.is-style-logos-only .wp-social-link.wp-social-link-instagram svg {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  border-radius: 8px;
  fill: var(--wp--preset--color--white);
  transform: scale(0.825);
}

/* ! Block: Accordion (item) */
.accordion {
  position: relative;
  border-bottom: 1px solid var(--wp--preset--color--black);
}
.accordion:not(.is-preview) {
  margin-top: 0;
  margin-bottom: 30px;
}

.accordion__panel,
.wp-block[data-type="acf/accordion-item"] {
  border-top: 1px solid transparent;
}
.accordion__panel:nth-child(n+2),
.wp-block[data-type="acf/accordion-item"]:nth-child(n+2) {
  border-top-color: var(--wp--preset--color--black);
}

.accordion__panel__summary {
  margin: 0 !important;
  line-height: 1.15 !important;
  font-family: inherit !important;
  font-weight: 600 !important;
  font-size: var(--wp--preset--font-size--large) !important;
}
.accordion__panel__summary [aria-controls] {
  color: inherit;
  text-align: left;
  font-size: inherit;
  font-weight: inherit;
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.4rem 0;
  border: none;
  border-radius: 0;
  cursor: pointer;
  touch-action: manipulation;
  overflow-anchor: none;
  background-color: transparent;
}
.accordion__panel__summary .icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .accordion__panel__summary {
    font-size: var(--wp--preset--font-size--x-large) !important;
  }
}

.accordion__panel__details {
  display: none;
  font-size: inherit;
}
.accordion__panel--in .accordion__panel__details {
  display: block;
}
.accordion__panel__details [aria-labelledby] {
  padding: 1.2rem 0 2.4rem;
  background-color: transparent;
}
.accordion__panel__details [aria-labelledby] *:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .accordion__panel__details {
    font-size: var(--wp--preset--font-size--medium);
  }
}

/* ! Block: Hero (item) */
.hero {
  padding: 0;
}
.hero, .hero__item {
  max-height: 880px;
  height: max(440px, 90vh);
}
.hero__slider, .hero .hero__item, .hero__item__media, .hero__item__container {
  height: 100% !important;
}
.hero__item {
  color: var(--wp--preset--color--white);
  padding-block: var(--main-content-pb);
}
.hero__item--autoheight {
  height: auto !important;
  max-height: inherit !important;
}
.hero__item, .hero__item__container {
  position: relative;
}
.hero__item > div[role=contentinfo], .hero__item__container > div[role=contentinfo] {
  max-width: calc(100% - var(--wp--custom--gutter));
  margin-inline: auto;
}
.hero__item__container {
  z-index: 1;
  display: flex;
  color: inherit;
  text-align: inherit;
  background-color: transparent;
}
.alignfull .hero__item__container {
  margin: 0 auto;
  padding-inline: var(--wp--custom--gutter);
}
@media (min-width: 576px) {
  .alignfull .hero__item__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .alignfull .hero__item__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .alignfull .hero__item__container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .alignfull .hero__item__container {
    max-width: 1140px;
  }
}
.hero__item__media {
  --hero-item-gradient: 35, 35, 35;
  margin: 0;
  background: rgba(var(--hero-item-gradient), 0.05);
}
.hero__item__media, .hero__item__media:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero__item__media:after {
  content: "";
  display: block;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(var(--hero-item-gradient), 1) 2.63%, rgba(var(--hero-item-gradient), 0) 54.7%);
}
.hero__item__media :is(img, video, .embed-responsive) {
  width: 100%;
  height: 100% !important;
  max-width: none !important;
  max-height: none;
  mix-blend-mode: multiply;
}
.hero__item__media :is(img, video) {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero__item__media:has(.embed-responsive[data-playing]):after {
  content: "";
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  line-height: 1;
  width: 72px;
  height: 50px;
  border-radius: 12px;
  transform: translate3d(-50%, -50%, 0);
}
body:not(.wp-admin) .alignfull .hero__item__media iframe {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  background-color: rgb(17, 17, 17);
  transform: translate(-50%, -50%) scale(1.05);
}
@media (min-aspect-ratio: 16/9) {
  body:not(.wp-admin) .alignfull .hero__item__media iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  body:not(.wp-admin) .alignfull .hero__item__media iframe {
    width: 177.78vh;
  }
}
.hero__item__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  line-height: 1;
  padding: 0.5rem;
  border-radius: 50%;
  color: var(--wp--preset--color--white);
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.15);
  transform: translate3d(-50%, -50%, 0);
}
.hero__item__play .icon {
  width: clamp(32px, 5vw, 64px);
  height: clamp(32px, 5vw, 64px);
}
.hero__item__play .icon-play {
  margin-left: 5%;
}
.hero__item__play--on:not(:hover) {
  opacity: 0;
  cursor: default;
}
.hero__item__link, .hero__item__link:hover, .hero__item__link:focus {
  color: inherit !important;
  text-decoration: none !important;
}

.hero__item:not([class*=align-]) .hero__item__container {
  align-items: flex-start;
  justify-content: flex-start;
}

.hero__item:is(.align-top-left, .align-top-center, .align-top-right) .hero__item__container {
  align-items: flex-start;
}

.hero__item:is(.align-center-left, .align-center-center, .align-center-right) .hero__item__container {
  align-items: center;
}

.hero__item:is(.align-bottom-left, .align-bottom-center, .align-bottom-right) .hero__item__container {
  align-items: flex-end;
}

.hero__item:is(.align-top-left, .align-center-left, .align-bottom-left) .hero__item__container {
  justify-content: flex-start;
}

.hero__item:is(.align-top-center, .align-center-center, .align-bottom-center) .hero__item__container {
  justify-content: center;
}

.hero__item:is(.align-top-right, .align-center-right, .align-bottom-right) .hero__item__container {
  justify-content: flex-end;
}

/* ! Block: Text with icon */
.text-icon:not([class*=text-icon--]), .text-icon--center {
  text-align: center;
}
.text-icon--left {
  text-align: left;
}
.text-icon--right {
  text-align: right;
}
.text-icon__link {
  display: block;
}
.text-icon__link, .text-icon__link:hover, .text-icon__link:focus {
  color: inherit !important;
  text-decoration: none !important;
}
.text-icon__image {
  margin: 0;
  position: relative;
}
.text-icon__image img,
.text-icon__image [role=image] {
  width: 64px;
  height: 64px;
  display: block;
  margin-block: 0;
  margin-inline: auto;
}
[class*="--left"] .text-icon__image img,
[class*="--left"] .text-icon__image [role=image] {
  margin-left: 0;
}
[class*="--right"] .text-icon__image img,
[class*="--right"] .text-icon__image [role=image] {
  margin-right: 0;
}
.text-icon__image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.text-icon__image svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}
.is-style-horizontal .text-icon__image {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
}
.text-icon__image--auto img {
  width: auto !important;
  height: auto !important;
}
.text-icon__heading {
  margin-bottom: 0.667rem;
}
.text-icon__heading :is(h5, h6) {
  margin-bottom: 0 !important;
  font-weight: 600 !important;
}
.text-icon:not(.is-style-horizontal) .text-icon__caption {
  margin-top: 0.667rem;
}
.text-icon__caption :last-child {
  margin-bottom: 0;
}
.is-style-horizontal .text-icon__caption {
  flex-grow: 1;
}

/* ! Block: Carousel */
.carousel:not([class*="--spacing-"]) {
  padding-top: calc(var(--wp--custom--gutter) * 2);
  padding-bottom: calc(var(--wp--custom--gutter) * 2 + 12px);
}
.carousel--spacing-1 {
  padding-top: var(--wp--preset--spacing--40);
  padding-bottom: calc(var(--wp--preset--spacing--40) + 12px);
}
.carousel--spacing-2 {
  padding-top: var(--wp--preset--spacing--50);
  padding-bottom: calc(var(--wp--preset--spacing--50) + 12px);
}
.carousel--spacing-3 {
  padding-top: var(--wp--preset--spacing--60);
  padding-bottom: calc(var(--wp--preset--spacing--60) + 12px);
}
.carousel--spacing-4 {
  padding-top: var(--wp--preset--spacing--70);
  padding-bottom: calc(var(--wp--preset--spacing--70) + 12px);
}
.carousel--spacing-5 {
  padding-top: var(--wp--preset--spacing--80);
  padding-bottom: calc(var(--wp--preset--spacing--80) + 12px);
}
.carousel__slider {
  position: relative;
}
.carousel--align-start .carousel__slider {
  align-items: start;
}
.carousel--align-center .carousel__slider, .carousel:not([class*="--align-"]) .carousel__slider {
  align-items: center;
}
.carousel--align-end .carousel__slider {
  align-items: end;
}
.carousel__slider > * {
  margin-block: 0 !important;
}
.is-preview .carousel__slider > div > div {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  flex-direction: row;
  scroll-snap-type: x mandatory;
  -moz-column-gap: var(--carousel-space, 15px);
       column-gap: var(--carousel-space, 15px);
  align-items: var(--carousel-align, center);
}
.is-preview .carousel__slider > div > div > *[data-type] {
  flex: 0 0 auto;
  margin: 0 !important;
  scroll-snap-align: start;
  max-width: calc(100% / var(--carousel-items, 3) - var(--carousel-space, 15px) / var(--carousel-items, 3) * (var(--carousel-items, 3) - 1));
}
.is-preview .carousel__slider > div > div > div.block-list-appender {
  align-self: flex-end;
  position: sticky;
  bottom: 0;
  right: 0;
}

/* ! Block: Card */
.ecard {
  padding-right: 4px;
  padding-bottom: 4px;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.22));
}
.ecard__wrapper {
  display: block;
  height: 100%;
  position: relative;
  padding-block: 1.5rem;
  padding-left: 1rem;
  padding-right: min(12%, 75px);
  background-color: var(--wp--preset--color--border);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 75px), calc(100% - 75px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 75px), calc(100% - 75px) 100%, 0 100%);
}
.ecard__wrapper:is(a, a:hover, a:focus) {
  color: inherit;
  text-decoration: none;
}
.ecard__wrapper--link, .ecard__wrapper--link:hover, .ecard__wrapper--link:focus {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 576px) {
  .ecard__wrapper {
    padding-block: 2rem;
    padding-left: 1.333rem;
  }
}
@media (min-width: 992px) {
  .ecard__wrapper {
    padding-block: 3rem;
    padding-left: 2.1333rem;
  }
}
.ecard__wrapper :is(.alignwide, .alignfull) {
  padding-inline: 0;
}
.ecard__wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout .block-list-appender {
  bottom: inherit !important;
  top: 0 !important;
}

/* ! Block: Map */
.map {
  position: relative;
}
.map__wrapper {
  height: 440px;
  background: var(--wp--preset--color--light);
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}