img.protected {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.cursor-pointer {
  cursor: pointer !important;
}

.is-relative {
  position: relative;
}

.intip-caranya {
  position: absolute;
  margin: auto auto;
  bottom: 130px;
  left: 50%;
  transform: translateX(-50%);
}

.wa-button {
  width: 324px;
  height: 54px;
  flex-grow: 0;
  border-radius: 12px;
  box-shadow: 0 6px 9.7px 0 #8e765f;
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(101deg, #096411, #9ef2ab 105%);
  border-image-slice: 0;
  background-image: linear-gradient(to bottom, #fff, #fff),
    linear-gradient(101deg, #096411, #9ef2ab 105%);
  background-origin: border-box;
  background-clip: content-box, border-box;

  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  color: #32882e !important;
  font-weight: 600;
}

.wa-button:hover {
  cursor: pointer;
  background-image: linear-gradient(101deg, #9ef2ab, #096411 105%),
    linear-gradient(to bottom, #fff, #fff);
  color: #fff !important;
}

.wa-icon-bg {
  width: 32px;
  height: 32px;
  background: linear-gradient(101deg, #096411, #9ef2ab 105%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.wa-icon {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.caranya-button {
  width: 324px;
  height: 54px;
  flex-grow: 0;
  border-radius: 12px;
  box-shadow: 0 6px 9.7px 0 #505f80;
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(101deg, #626f82, #7a8ea9 105%);
  border-image-slice: 0;
  background-image: linear-gradient(to bottom, #fff, #fff),
    linear-gradient(101deg, #626f82, #7a8ea9 105%);
  background-origin: border-box;
  background-clip: content-box, border-box;

  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  color: #4d6c9e !important;
  font-weight: 600;
}

.caranya-button:hover {
  cursor: pointer;
  background-image: linear-gradient(101deg, #7a8ea9, #626f82 105%),
    linear-gradient(to bottom, #fff, #fff);
  color: #fff !important;
}