.elementor-3742 .elementor-element.elementor-element-e71e968{--display:flex;}.elementor-3742 .elementor-element.elementor-element-ebdef71{--display:flex;}/* Start custom CSS for html, class: .elementor-element-558e3ed */.splitter-wrapper {
  aspect-ratio: 3 / 2;
  border-radius: 2rem;
  width: min(95vw, 60em);
  position: relative;
  overflow: hidden;
}

.splitter-content {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.splitter-content.is--after {
  -webkit-clip-path: inset(0 0 0 25%);
  clip-path: inset(0 0 0 25%);
}

.splitter-content__img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.splitter-handle {
  z-index: 2;
  cursor: ew-resize;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: .25em;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25%;
}

.splitter-handle__center {
  grid-column-gap: .125em;
  grid-row-gap: .125em;
  background-color: #fff;
  border-radius: 100em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  position: relative;
}

.splitter-handle__icon {
  justify-content: center;
  align-items: center;
  width: 1.25em;
  display: flex;
}

img::selection{ background: none; }

.splitter-handle__center::after{
  content:'';
  position:absolute;
  z-index: 1;
  width: 100%;
  height:100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius:100em;
  opacity: 1;
  border: 1px solid white;
  transition: all 0.4s cubic-bezier(0.35, 1, 0.6, 1);
}

.splitter-handle:hover .splitter-handle__center::after{
  width: 130%;
  height:130%;
  opacity: 0.5;
}/* End custom CSS */