.hide {
  display: none;
}

.show {
  display: flex;
}

.preloader {
  background-color: white;
  width: 100%;
  height: 100%;
  z-index: 2;
  flex-direction: column;
}
.preloader__btn {
  font-size: 56px;
  margin: auto;
  padding: 5% 0 0;
}
.preloader__btn:hover {
  cursor: pointer;
  text-decoration: underline;
}
.preloader__tip {
  margin: auto;
}

.job {
  padding: 10px 0;
}

.disclaimer {
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 10px;
}

/*# sourceMappingURL=all.css.map */
