.gallery-slider {
  padding-block: var(--wdg-gap-large) calc(var(--wdg-gap-xlarge) + clamp(3rem, 1.54vw + 2.62rem, 5rem));
  position: relative;
}
.wp-site-blocks .gallery-slider.has-background {
  padding-inline: 0;
}
.gallery-slider__header {
  margin-block-end: var(--wdg-gap-medium);
  padding-inline: var(--wdg-gap-gutter);
}
@media (min-width: 62em) {
  .gallery-slider__header {
    max-width: 60%;
  }
}
.gallery-slider__swiper {
  --wdg-color-button-background: transparent;
  --wdg-color-button-hover-background: transparent;
  --swiper-navigation-size: 1em;
  --swiper-navigation-color: var( --wdg-color-text );
  aspect-ratio: 16/8;
  width: 100%;
}
.gallery-slider__slide {
  aspect-ratio: inherit;
  width: 100%;
}
.gallery-slider__slide-item {
  border-radius: 1em;
  margin: 0;
  overflow: hidden;
  position: absolute;
}
.gallery-slider__slide-item:first-child {
  aspect-ratio: 4/3;
  left: 5%;
  max-width: 28%;
  top: 0;
  z-index: 1;
}
.gallery-slider__slide-item:nth-child(2) {
  aspect-ratio: 1/1;
  bottom: 0;
  left: 7.5%;
  max-width: 20%;
  z-index: 1;
}
.gallery-slider__slide-item:nth-child(3) {
  aspect-ratio: 16/9;
  max-width: 60%;
  right: 10%;
  top: 15%;
}
.gallery-slider__slide-item:nth-child(4) {
  aspect-ratio: 4/3;
  bottom: 0;
  max-width: 20%;
  right: 5%;
  z-index: 1;
}
.gallery-slider__slide-item img,
.gallery-slider__slide-item video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.gallery-slider__nav {
  display: flex;
  gap: var(--wdg-gap-xsmall);
  inset-block-start: unset;
  inset-inline-end: var(--wdg-gap-gutter);
  position: absolute;
  transform: translate(0, 50%);
  z-index: 2;
}
.gallery-slider__next[type=button], .gallery-slider__prev[type=button] {
  --wdg-color-button-background: transparent;
  --wdg-color-button-hover-background: transparent;
  --swiper-navigation-size: 1em;
  --swiper-navigation-color: var( --wdg-color-text );
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid rgba(var(--wdg-color-text-rgb, currentColor), 0.3);
  border-radius: 50%;
  height: clamp(3rem, 1.54vw + 2.62rem, 5rem);
  inset-block-start: 0;
  inset-inline: auto;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: relative;
  transition: border-color 250ms var(--wdg-ease-in-out-quad), opacity 250ms var(--wdg-ease-in-out-quad);
  width: clamp(3rem, 1.54vw + 2.62rem, 5rem);
}
.gallery-slider__next[type=button]:hover, .gallery-slider__next[type=button]:focus, .gallery-slider__prev[type=button]:hover, .gallery-slider__prev[type=button]:focus {
  border-color: rgba(var(--wdg-color-text-rgb), 0.8);
}
.gallery-slider__next[type=button]::after, .gallery-slider__prev[type=button]::after {
  content: "";
  display: none;
}
.gallery-slider__next[type=button] svg, .gallery-slider__prev[type=button] svg {
  fill: currentColor;
  height: 50%;
  width: 50%;
}

/*# sourceMappingURL=style.css.map */