.slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  user-select: none;
  touch-action: pan-y;
}

.image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-container.before {
  z-index: 1;
  overflow: hidden;
}

.image-container.before img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(0, 300px, 400px, 0);
}

.slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background-color: #9dca5a;
  z-index: 2;
  transform: translateX(-50%);
  cursor: ew-resize;
  touch-action: none;
}

.slider-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-color: #9dca5a;
  border-radius: 50%;
  border: 2px solid #000;
  cursor: ew-resize;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  touch-action: none;
}

span {
}

h2 {
}

h2 {
}

#trusted {
  text: #1b2a41;
}

