.image-offset-container-a194fc4f {
  position: relative;
  display: block;
  width: 100%;
}

.image-wrapper-a194fc4f {
  position: relative;
  z-index: 2;
  width: 100%;
  line-height: 0;
  transition: border-radius 0.3s ease;
}

.image-wrapper-a194fc4f img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}

/* Image wrappers for secondary crossfade */
.primary-image-a194fc4f,
.secondary-image-a194fc4f {
  width: 100%;
  height: 100%;
}

.secondary-image-a194fc4f {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.secondary-image-a194fc4f img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hover crossfade action */
.image-wrapper-a194fc4f.has-hover-image:hover .secondary-image-a194fc4f {
  opacity: 1;
}

/* Window Mode Style */
.image-wrapper-a194fc4f.window-mode {
  overflow: hidden;
  position: relative;
}

.image-wrapper-a194fc4f.window-mode img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translate(var(--image-pos-x, 0px), var(--image-pos-y, 0px)) scale(var(--image-scale, 1));
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offset-shape-a194fc4f {
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease;
}

.outline-shape-a194fc4f {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
