.elementor-lakit-image-compare{
  --icv--control-color: '#fff'
}
.lakit-icv {
  position: relative;
  overflow: hidden;
  cursor: row-resize
}
.lakit-icv__is--vertical {
  cursor: row-resize
}
.lakit-icv__is--horizontal {
  cursor: col-resize
}
.lakit-icv .lakit-icv__img {
  pointer-events: none;
  user-select: none;
  max-width: none;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  top: 0;
  display: block
}
.lakit-icv__is--fluid .lakit-icv__img {
  opacity: 0;
  visibility: hidden;
}
.lakit-icv .lakit-icv__img-a {
  height: auto;
  position: static;
  z-index: 1;
  left: 0px
}
.lakit-icv .lakit-icv__img-b {
  height: 100%;
  position: absolute;
  z-index: 2;
  left: auto;
  right: 0px;
  width: auto
}
.lakit-icv__is--vertical .lakit-icv__img-b {
  width: 100%;
  height: auto
}
.lakit-icv__imposter {
  z-index: 4;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%
}
.lakit-icv__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 3
}
.lakit-icv__is--fluid .lakit-icv__wrapper, .lakit-icv__is--vertical .lakit-icv__wrapper {
  width: 100% !important
}
.lakit-icv__is--fluid .lakit-icv__wrapper, .lakit-icv__is--horizontal .lakit-icv__wrapper {
  height: 100% !important
}
.lakit-icv__fluidwrapper {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.lakit-icv__control {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  top: 0px;
  z-index: 5;
  color: var(--icv--control-color)
}
.lakit-icv__is--vertical .lakit-icv__control {
  flex-direction: row;
  left: 0;
  width: 100%
}
.lakit-icv__control-line {
  height: 50%;
  width: 2px;
  z-index: 6;
  background: currentColor;
}
.lakit-icv__is--vertical .lakit-icv__control-line {
  width: 50%
}
.lakit-icv__theme-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  transition: all 0.1s ease-out 0s;
  z-index: 5;
}
.lakit-icv__is--vertical .lakit-icv__theme-wrapper {
  flex-direction: column
}
.lakit-icv__arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-out 0s
}
.lakit-icv__arrow-a {
  -webkit-transform: scale(1.5) rotateZ(180deg);
  transform: scale(1.5) rotateZ(180deg);
  height: 20px;
  width: 20px;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
  filter: drop-shadow(0px -3px 5px rgba(0, 0, 0, 0.33))
}
.lakit-icv__arrow-b {
  -webkit-transform: scale(1.5) rotateZ(0deg);
  transform: scale(1.5) rotateZ(0deg);
  height: 20px;
  width: 20px;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33))
}
.lakit-icv__circle {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  flex-shrink: 0;
  border-radius: 999px;
  border: 2px solid;
}
.lakit-icv__label {
  position: absolute;
  z-index: 12;
  background: rgba(0, 0, 0, 0.33);
  color: white;
  border-radius: 3px;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  user-select: none
}
.lakit-icv__body {
  user-select: none
}
.enable-c-height-true .lakit-image-compare:before {
  content: '';
  display: block;
  width: 100%;
}
.enable-c-height-true .lakit-image-compare .lakit-icv__img{
  display: none;
}