/* sass --watch public/scss:public/css */
.hiw-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 700px;
  margin: 0 40px;
  min-height: 200px;
  opacity: 0;
  top: 50px;
  transition: all 0.6s ease-out;
}
.hiw-step h2 {
  font-size: 45px;
  margin: 0.2em 0;
}
.hiw-step p {
  margin: 0.5em 0;
}
.hiw-step--reveal {
  opacity: 1;
  top: 0;
}
.hiw-content {
  opacity: 0;
  transition: all 1.4s ease-out 0.3s;
  width: 100%;
}
.hiw-step--reveal .hiw-content {
  opacity: 1;
}
.hiw-divider {
  padding-bottom: 110px;
  height: 0;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.6s ease-out;
}
.hiw-divider.hiw-step--reveal {
  height: 110px;
  padding-bottom: 0;
}
.hiw-divider::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  border-style: dashed;
  border-width: 0 2px 0 0;
  border-color: white;
}
.hiw-io {
  position: fixed;
  top: 0;
  bottom: 200px;
  left: 0;
  right: 0;
}

.hiwa-s1-phone {
  position: relative;
  width: 90%;
  transition: all 1s ease-out 0.3s;
}
.hiw-step--reveal .hiwa-s1-phone {
  right: 0;
}
.hiwa-s1-phone-container {
  margin-top: 1em;
}
.hiwa-s1-phone-1 {
  right: -50%;
}
.hiwa-s1-phone-2 {
  z-index: 1;
}
.hiwa-s1-phone-3 {
  right: 50%;
}
.hiwa-s2-profile {
  position: absolute;
  max-width: 70%;
}
.hiwa-s2-placeholder {
  position: static;
  opacity: 0;
  max-width: 75%;
}
.hiwa-s2-profile-1 {
  left: -15%;
  transition: all 1s ease-out 0.3s;
}
.hiw-step--reveal .hiwa-s2-profile-1 {
  left: -5%;
}
.hiwa-s2-profile-2 {
  position: absolute;
  right: -15%;
  top: 10%;
  transition: all 1s ease-out 0.3s;
}
.hiw-step--reveal .hiwa-s2-profile-2 {
  right: -5%;
}
.hiwa-s4-book-me {
  height: 80px;
  width: 260px;
  margin: 40px 0;
  font-size: 28px;
  font-weight: 600;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  background-color: #7A40FF;
  box-shadow: 5px 5px 30px rgba(255, 255, 255, 0.3);
}
.hiwa-s4-click {
  position: absolute;
  top: 80px;
  right: -10%;
  width: 100px;
  transition: all 1s ease-out 0.3s;
}
.hiw-step--reveal .hiwa-s4-click {
  right: calc(50% - 150px);
}
.hiwa-s5-phone-chat {
  margin-top: 40px;
  position: relative;
  bottom: 0;
  left: -15%;
  max-width: 25%;
  transition: all 1s ease-out 0.3s;
}
.hiw-step--reveal .hiwa-s5-phone-chat {
  left: -5%;
}
.hiwa-s5-phone-events {
  margin-top: 40px;
  position: relative;
  bottom: 0;
  right: -15%;
  max-width: 25%;
  transition: all 1s ease-out 0.3s;
}
.hiw-step--reveal .hiwa-s5-phone-events {
  right: -5%;
}
.hiwa-s6 .hiw-content {
  padding-top: 40px;
}
.hiwa-s6-invoice {
  max-width: 50%;
  position: relative;
  right: -10%;
  transition: all 1s ease-out 0.3s;
}
.hiw-step--reveal .hiwa-s6-invoice {
  right: 0;
}
.hiwa-s6-phone {
  position: absolute;
  bottom: -10%;
  left: 0;
  max-width: 25%;
  transition: all 1s ease-out 0.3s;
}
.hiw-step--reveal .hiwa-s6-phone {
  left: 10%;
}
.hiwa-s7-phone {
  margin-top: 40px;
  width: 40%;
  z-index: 1;
}
.hiwa-s7-event-container {
  position: absolute;
  height: 0;
  width: 0;
  top: 50%;
  transition: all 1s ease-out 0.3s;
}
.hiw-step--reveal .hiwa-s7-event-container {
  height: calc(100% - 50px);
  width: 100%;
  top: 30px;
}
.hiwa-s7-event {
  width: 30%;
  position: absolute;
}
.hiwa-s8 .hiw-content {
  height: 70vw;
  min-height: 400px;
  max-height: 570px;
}
.hiwa-s8 h2, .hiwa-s8 p {
  z-index: 1;
}
.hiwa-s8-artist-container {
  position: relative;
  height: 0;
  width: 0;
  transition: all 1s ease-out 0.3s;
}
.hiw-step--reveal .hiwa-s8-artist-container {
  width: 130%;
  height: calc(100% - 100px);
}
.hiwa-s8-artist {
  position: absolute;
  transform: translate(-50%, -50%);
}
.hiwa-s9-team-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.hiwa-s9-portrait {
  margin: 10px;
  max-width: 40%;
}

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