.gembah-block:has(.pre-footer) {
  max-width: 100%;
  background: white;
  position: sticky;
  bottom: 0;
  z-index: 10;
}

.pre-footer {
  display: none;
  width: 100%;
  margin: auto;
  background-color: #0792fc;
  padding: 6px 0;
}
.pre-footer * {
  font-family: "Lato", sans-serif;
}
.pre-footer .pre-footer__wrapper {
  max-width: 1420px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: flex-start !important;
}
.pre-footer .pre-footer__wrapper span {
  position: relative;
  left: 12px;
  bottom: 12px;
}
.pre-footer .pre-footer__wrapper span,
.pre-footer .pre-footer__wrapper .pre-footer__title {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: -0.48px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .pre-footer .pre-footer__wrapper span,
  .pre-footer .pre-footer__wrapper .pre-footer__title {
    font-size: 18px;
    line-height: 36px;
  }
}
@media screen and (max-width: 575px) {
  .pre-footer .pre-footer__wrapper span,
  .pre-footer .pre-footer__wrapper .pre-footer__title {
    font-size: 13px;
    line-height: 18px;
  }
}
.pre-footer .pre-footer__wrapper .pre-footer__button {
  padding: 8px 25px;
  border-radius: 15px;
  background-color: #fff;
  border: solid 1px #fff;
  margin-left: 24px;
  text-decoration: unset;
  color: #333;
  transition: all ease-in-out 0.5s;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.32px;
}
.pre-footer .pre-footer__wrapper .pre-footer__button:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pre-footer .pre-footer__wrapper .pre-footer__button {
    padding: 5px 10px;
    white-space: nowrap;
    margin-left: 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pre-footer {
    display: block;
  }
}

.sticky-footer__hidden {
  display: none !important;
}

/*# sourceMappingURL=sticky-footer.css.map */
