.pin-spacer:has(.zoom-wrapper) {
  margin-top: 0 !important;
}

.lmn-zoom {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: visible;
  container-type: inline-size;
  display: flex;
  align-items: center;
}
.lmn-zoom .text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  padding: 0 20px;
}
.lmn-zoom .text-overlay h2 {
  margin-bottom: 30px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0%;
  font-size: var(--wp--preset--font-size--font-40);
}
@media (min-width: 1024px) {
  .lmn-zoom .text-overlay h2 {
    font-size: var(--wp--preset--font-size--font-64);
  }
}
.lmn-zoom .text-overlay .btn-outline {
  display: inline-block;
  padding: 15px 35px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
}
.lmn-zoom .text-overlay .btn-outline:hover {
  background: #ffffff;
  color: #000000;
}
.lmn-zoom .lmn-images-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  max-height: min(1030px, 1030 * 100cqw / 1440);
  margin: 0 auto;
  overflow: visible;
}
@media (max-width: 1023px) {
  .lmn-zoom .lmn-images-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
  }
}
.lmn-zoom .lmn-image-item {
  position: absolute;
  overflow: hidden;
}
.lmn-zoom .lmn-image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lmn-zoom .lmn-image-item.item-3 {
  top: calc(50% + min(35px, 35 * 100cqw / 1440));
  left: 50%;
  width: min(452px, 452 * 100cqw / 1440);
  height: min(318px, 318 * 100cqw / 1440);
  transform: translate(-50%, -50%);
  z-index: 2;
  will-change: width, height, top, left;
}
.lmn-zoom .lmn-image-item.item-1 {
  width: min(360px, 360 * 100cqw / 1440);
  height: min(480px, 480 * 100cqw / 1440);
  left: 0;
  top: calc(50% - min(300px, 300 * 100cqw / 1440));
  z-index: 1;
}
.lmn-zoom .lmn-image-item.item-2 {
  width: min(519px, 519 * 100cqw / 1440);
  height: min(352px, 352 * 100cqw / 1440);
  bottom: calc(50% + min(130px, 130 * 100cqw / 1440) + min(35px, 35 * 100cqw / 1440));
  left: calc(50% - min(260px, 260 * 100cqw / 1440));
  z-index: 1;
}
.lmn-zoom .lmn-image-item.item-4 {
  width: min(364px, 364 * 100cqw / 1440);
  height: min(499px, 499 * 100cqw / 1440);
  right: min(-20px, -20 * 100cqw / 1440);
  top: calc(50% - min(220px, 220 * 100cqw / 1440));
  z-index: 1;
}
.lmn-zoom .lmn-image-item.item-5 {
  width: min(416px, 416 * 100cqw / 1440);
  height: min(277px, 277 * 100cqw / 1440);
  bottom: 0;
  left: min(80px, 80 * 100cqw / 1440);
  z-index: 1;
}
.lmn-zoom .lmn-image-item.item-6 {
  width: min(369px, 369 * 100cqw / 1440);
  height: min(277px, 277 * 100cqw / 1440);
  bottom: 0;
  z-index: 1;
  left: calc(50% - min(110px, 110 * 100cqw / 1440));
}
.lmn-zoom .lmn-image-item.item-7 {
  width: min(364px, 364 * 100cqw / 1440);
  height: min(196px, 196 * 100cqw / 1440);
  bottom: 0;
  right: min(-2px, -2 * 100cqw / 1440);
  z-index: 1;
}/*# sourceMappingURL=block-zoom.css.map */