.block--flipping-text-hero .flipping-text-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40vh;
  width: 100vw;
  padding: 0 40px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .block--flipping-text-hero .flipping-text-hero {
    width: 100%;
    padding: 0 16px;
    margin-left: 0;
    margin-right: 0;
  }
}
.block--flipping-text-hero .flipping-text-hero__flipper {
  display: block;
  height: 40vh;
  width: 100%;
  position: relative;
}
.block--flipping-text-hero .flipping-text-hero__flipper.inactive {
  display: none;
}
.block--flipping-text-hero .flipping-text-hero__flip {
  white-space: normal;
  word-break: keep-all;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 25%);
  transition: opacity 200ms var(--cb), top 200ms var(--cb), transform 200ms var(--cb);
}
.block--flipping-text-hero .flipping-text-hero__flip.is-current {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 300ms 200ms var(--cb), transform 300ms 200ms var(--cb);
}
.block--flipping-text-hero .flipping-text-hero__flip.is-out {
  transform: translate(-50%, -75%);
}
.block--flipping-text-hero .flipping-text-hero__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100vw;
  margin: 0 -40px;
  position: relative;
}
.block--flipping-text-hero .flipping-text-hero__submit.inactive {
  display: none;
}
.block--flipping-text-hero .flipping-text-hero__submit canvas {
  position: absolute;
  height: 100%;
  width: 100%;
}

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