
.book-landing section {
  padding: 60px 0;
  overflow: hidden;
}
.book-landing .hero-header,
.book-landing .insights-header,
.book-landing .sales-progress-header {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .book-landing section {
    padding: 60px 30px;
  }
  .book-landing .hero-header,
  .book-landing .insights-header,
  .book-landing .sales-progress-header {
    font-size: 40px;
  }
}
.book-landing section.hero {
  height: calc(100vh - 80px);
  min-height: 130vw;
  max-height: 160vw;
  position: relative;
  padding: 0 0 30px 0;
}
@media (min-width: 992px) {
  .book-landing section.hero {
    height: 0;
    min-height: auto;
    max-height: auto;
    padding-bottom: 52%;
  }
}
.book-landing section.hero .hero-header {
  padding: 30px;
}
@media (min-width: 992px) {
  .book-landing section.hero .hero-header {
    position: absolute;
    width: 65%;
    padding: 4% 4% 0 8%;
  }
}
.book-landing section.hero h1 {
  color: #484848;
  margin-bottom: 15px;
  font-size: 7vw;
  font-weight: 700;
}
.book-landing section.hero .subtitle {
  font-size: 5vw;
}
@media (min-width: 992px) {
  .book-landing section.hero h1 {
    font-size: 4vw;
  }
  .book-landing section.hero .subtitle {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1400px) {
  .book-landing section.hero h1 {
    font-size: 60px;
  }
  .book-landing section.hero .subtitle {
    font-size: 24px;
  }
}
.book-landing section.hero .book-authors {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 60%;
}
@media (min-width: 992px) {
  .book-landing section.hero .book-authors {
    left: 8%;
    right: auto;
    width: 30%;
  }
}
.book-landing section.hero .book-container {
  position: absolute;
  bottom: 15px;
}
.book-landing section.hero .book-container img {
  width: 55%;
  margin: 0 0 0 10%;
}
@media (min-width: 992px) {
  .book-landing section.hero .book-container {
    position: absolute;
    width: 30%;
    bottom: 10%;
    right: 5%;
  }
  .book-landing section.hero .book-container img {
    width: 100%;
  }
}
@keyframes pulse {
  0% {
    fill: #484848;
    transform: scale3d(1, 1, 1);
  }
  7% {
    fill: #fa7c8a;
    transform: scale3d(1.1, 1.1, 1);
  }
  14% {
    fill: #484848;
    transform: scale3d(1, 1, 1);
  }
  21% {
    fill: #fa7c8a;
    transform: scale3d(1.1, 1.1, 1);
  }
  28% {
    fill: #484848;
    transform: scale3d(1, 1, 1);
  }
}
.book-landing section.hero .videoload-container {
  background-color: transparent;
  height: 100%;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.book-landing section.order {
  background-color: #fff;
  padding-bottom: 10px;
}
.book-landing section.order h2 {
  color: #484848;
  font-size: 24px;
  font-weight: 700;
}
.book-landing section.order .book-list {
  margin-bottom: 30px;
}
.book-landing section.order .book-list .book-list-item {
  display: flex;
  padding: 0 0 1em;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.5s ease-in-out,
    transform 0.5s ease-in-out;
}
.book-landing section.order .book-list .book-list-item.on {
  opacity: 1;
  transform: translateY(0);
}
.book-landing section.order .book-list .book-list-item svg {
  width: 1.25em;
  height: 1.25em;
  fill: #a3a3a3;
  margin: 0.2em 1em 0 0;
}
.book-landing section.order .book-list .book-list-item div {
  flex: 1;
}
@media (min-width: 992px) {
  .book-landing section.order .book-list .book-list-item {
    font-size: 18px;
    font-weight: 700;
  }
}
.book-landing section.order .book-preview {
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .book-landing section.order .book-preview {
    padding: 0 40px;
  }
}
.book-landing section.order .book-preview .view-book-container {
  background: radial-gradient(#e4f6fb, #d0d0d0);
  padding-bottom: 75%;
  width: 100%;
  position: relative;
  display: flex;
}
@media (min-width: 992px) {
  .book-landing section.order .book-preview .view-book-container {
    padding-bottom: 100%;
  }
}
.book-landing section.order .book-preview .book-preview-btn {
  background-color: #e4f6fb;
  padding: 0 30px;
  height: 50px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  border-radius: 25px;
  margin: 25px 0 40px 50%;
  align-self: center;
}
.book-landing section.order .book-preview .book-preview-btn span {
  white-space: nowrap;
}
@media (min-width: 992px) {
  .book-landing section.order .book-preview .book-preview-btn {
    margin: 25px 0;
    right: 0;
    transform: translateX(0);
  }
}
.book-landing section.order .book-preview:hover .book-preview-btn {
  background-color: #d0d0d0;
}
.book-landing section.sales-progress {
  position: relative;
  background-image: url("/assets/campaigns/book/book-bg-62658814.svg");
  background-size: cover;
  background-position: 50% 0;
  background-attachment: fixed;
}
.book-landing section.sales-progress .sales-progress-header {
  text-align: center;
}
.book-landing section.sales-progress .sales-progress-header .success {
  letter-spacing: -0.05em;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 36px;
}
.book-landing section.sales-progress .sales-progress-header .success + div {
  font-size: 18px;
}
@media (min-width: 992px) {
  .book-landing section.sales-progress .sales-progress-header .success {
    margin-bottom: 30px;
    font-size: 58px;
  }
  .book-landing section.sales-progress .sales-progress-header .success + div {
    font-size: 32px;
  }
}
.book-landing section.sales-progress .sales-info-wrap {
  max-width: 600px;
  margin: 30px auto;
}
.book-landing section.sales-progress .sales-info-wrap > a {
  display: inline-block;
  margin-bottom: 30px;
}
.book-landing section.sales-progress .sales-info-wrap p {
  text-align: left;
}
.book-landing section.sales-progress .sales-progress-bar {
  width: calc(100% - 30px);
  max-width: 600px;
  height: 46px;
  background-color: #fff;
  margin: 0 auto 60px;
  position: relative;
  border-radius: 4px;
  text-align: center;
  line-height: 46px;
}
.book-landing section.sales-progress .sales-progress-bar .bar {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 46px;
  width: 0;
  background: linear-gradient(to right, #a2ecdb 0%, #26b796 100%);
  border-radius: 4px;
  z-index: 0;
  border: 3px solid #fff;
  border-radius: 6px;
  transition: width 2s ease-out;
}
.book-landing section.sales-progress .sales-progress-bar span {
  font-size: 12px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.book-landing section.sales-progress .sales-progress-bar .book-store-container {
  position: absolute;
  right: -14px;
  bottom: -5px;
}
.book-landing section.sales-progress .sales-progress-bar .book-store {
  width: 80px;
  height: 70px;
}
@media (min-width: 690px) {
  .book-landing section.sales-progress .sales-progress-bar span {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .book-landing section.sales-progress .sales-progress-bar {
    width: 75%;
    max-width: none;
    height: 60px;
    line-height: 60px;
  }
  .book-landing section.sales-progress .sales-progress-bar .bar {
    height: 60px;
  }
  .book-landing section.sales-progress .sales-progress-bar span {
    font-size: 18px;
  }
  .book-landing
    section.sales-progress
    .sales-progress-bar
    .book-store-container {
    right: -24px;
    bottom: -15px;
  }
  .book-landing section.sales-progress .sales-progress-bar .book-store {
    width: 126px;
    height: 110px;
  }
}
.book-landing section.insights {
  background-color: #fff;
}
.book-landing section.insights .insights-header {
  margin-bottom: 1.5em;
}
.book-landing section.insights .insights-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.book-landing section.insights .insights-container .insight {
  margin: 0 15px 60px;
}
@media (min-width: 690px) {
  .book-landing section.insights .insights-container {
    flex-direction: row;
  }
  .book-landing section.insights .insights-container .insight {
    width: 33.33%;
  }
  .book-landing section.insights .insights-container .insight-share svg {
    width: 50px;
    height: 50px;
  }
}
.book-landing section.insights .insights-share {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}
.book-landing section.insights .insights-share div {
  margin-bottom: 30px;
}
.book-landing section.insights .insights-share div a:hover {
  text-decoration: none;
}
.book-landing section.insights .insights-share div:first-child {
  font-size: 24px;
  font-weight: 700;
}
.book-landing section.insights .insights-share svg {
  width: 50px;
  height: 50px;
  fill: #0888b2;
}
.book-landing section.quotes {
  background-color: #fff;
  padding-bottom: 0;
}
.book-landing section.quotes .quote-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0;
}
.book-landing section.quotes .quote-item .quote-face {
  width: 150px;
}
.book-landing section.quotes .quote-item .quote-content {
  padding: 30px 0;
}
.book-landing section.quotes .quote-item .quote-content span {
  font-style: italic;
  font-size: 22px;
  margin-bottom: 1em;
  display: block;
}
.book-landing section.quotes .quote-item .quote-name {
  text-align: right;
}
@media (min-width: 992px) {
  .book-landing section.quotes .quote-item {
    margin: 60px 0;
    flex-direction: row;
  }
  .book-landing section.quotes .quote-item .quote-face {
    width: 180px;
  }
  .book-landing section.quotes .quote-item .quote-content {
    padding: 0 30px;
  }
  .book-landing section.quotes .quote-item .quote-content span {
    font-size: 32px;
  }
}

.book-back-free {
  position: absolute;
  width: 35%;
  top: 18%;
  left: 21%;
}
@media (min-width: 992px) {
  .book-back-free {
    width: 13vw;
  }
}
@media (min-width: 1400px) {
  .book-back-free {
    width: 35%;
  }
}

.view-book {
  position: absolute;
  top: 20%;
  left: 60%;
  margin: auto;
  width: 11.4285714286vw;
  max-width: 160px;
  height: 15.7142857143vw;
  max-height: 220px;
  perspective: 1000px;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  transition: transform 0.6s ease-in-out;
  transform: rotateX(-23deg) scale(2.75);
}
@media (min-width: 992px) {
  .view-book {
    left: 50%;
    transform: rotateX(-23deg);
  }
}
.view-book ::before,
.view-book ::after {
  content: '';
}
.view-book ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.view-book img {
  width: 100%;
  height: 100%;
}
.view-book .view-book-front div:first-child {
  background-color: #f1f1f1;
  backface-visibility: hidden;
}
.view-book .view-book-front div:last-child,
.view-book .view-book-back div:first-child,
.view-book .view-book-back div:last-child {
  background: #e7e7e7;
}
.view-book .view-book-spine div {
  background: #b9b9b9;
  box-shadow: -4px 0 20px -3px rgba(0, 0, 0, 0.8);
}
.view-book .view-book-page > div {
  background: linear-gradient(to right, #e7e7e7 0%, #fbfbfb 100%);
  box-shadow:
    inset 0 -1px 0 rgba(50, 50, 50, 0.1),
    inset -1px 0 1px rgba(150, 150, 150, 0.2);
  border-radius: 0 2px 2px 0;
}
.view-book .view-book-page > div img {
  width: 99%;
}
.view-book .view-book-front {
  transform: rotateY(-34deg) translateZ(0.5714285714vw);
  z-index: 100;
}
.view-book .view-book-back {
  transform: rotateY(-24deg) translateZ(-0.5714285714vw);
}
@media (min-width: 1400px) {
  .view-book .view-book-front {
    transform: rotateY(-34deg) translateZ(8px);
  }
  .view-book .view-book-back {
    transform: rotateY(-24deg) translateZ(-8px);
  }
}
.view-book .view-book-page div:nth-child(1) {
  transform: rotateY(-28deg);
}
.view-book .view-book-page div:nth-child(2) {
  transform: rotateY(-30deg);
}
.view-book .view-book-page div:nth-child(3) {
  transform: rotateY(-32deg);
}
.view-book .view-book-page div:nth-child(4) {
  transform: rotateY(-33deg) translateZ(0.1428571429vw);
}
.view-book .view-book-page div:nth-child(5) {
  transform: rotateY(-35deg) translateZ(0.2142857143vw);
}
@media (min-width: 1400px) {
  .view-book .view-book-page div:nth-child(4) {
    transform: rotateY(-33deg) translateZ(2px);
  }
  .view-book .view-book-page div:nth-child(5) {
    transform: rotateY(-35deg) translateZ(3px);
  }
}
.view-book .view-book-front,
.view-book .view-book-back,
.view-book .view-book-spine,
.view-book .view-book-front div,
.view-book .view-book-back div,
.view-book .view-book-spine div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.view-book .view-book-front,
.view-book .view-book-back {
  transform-origin: 0% 100%;
}
.view-book .view-book-front {
  transition:
    all 0.8s ease,
    z-index 0.6s;
}
.view-book .view-book-front div:first-child {
  cursor: default;
  user-select: none;
  transform: translateZ(0.1428571429vw);
}
.view-book .view-book-front div:last-child {
  transform: rotateY(180deg) translateZ(0.1428571429vw);
}
.view-book .view-book-back div:first-child {
  transform: translateZ(0.1428571429vw);
}
.view-book .view-book-back div:last-child {
  transform: translateZ(-0.1428571429vw);
}
@media (min-width: 992px) {
  .view-book .view-book-front div:first-child {
    transform: translateZ(2px);
  }
  .view-book .view-book-front div:last-child {
    transform: rotateY(180deg) translateZ(2px);
  }
  .view-book .view-book-back div:first-child {
    transform: translateZ(2px);
  }
  .view-book .view-book-back div:last-child {
    transform: translateZ(-2px);
  }
}
.view-book .view-book-front div:first-child::after,
.view-book .view-book-front div:first-child::before,
.view-book .view-book-front div:last-child::after,
.view-book .view-book-front div:last-child::before,
.view-book .view-book-back div:first-child::after,
.view-book .view-book-back div:first-child::before,
.view-book .view-book-back div:last-child::after,
.view-book .view-book-back div:last-child::before,
.view-book .view-book-spine div:first-child::after,
.view-book .view-book-spine div:first-child::before,
.view-book .view-book-spine div:last-child::after,
.view-book .view-book-spine div:last-child::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #d0d0d0;
}
.view-book .view-book-front div:first-child::after,
.view-book .view-book-front div:first-child::before {
  width: 0.1428571429vw;
  max-width: 2px;
  height: 100%;
}
.view-book .view-book-front div:first-child::after {
  transform: rotateY(90deg) translateZ(-0.1428571429vw)
    translateX(0.1428571429vw);
}
@media (min-width: 1400px) {
  .view-book .view-book-front div:first-child::after {
    transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  }
}
.view-book .view-book-front div:first-child::before {
  transform: rotateY(90deg) translateZ(11.2857142857vw)
    translateX(0.1428571429vw);
}
@media (min-width: 1400px) {
  .view-book .view-book-front div:first-child::before {
    transform: rotateY(90deg) translateZ(158px) translateX(2px);
  }
}
.view-book .view-book-front div:last-child::after,
.view-book .view-book-front div:last-child::before {
  width: 0.1428571429vw;
  max-width: 2px;
  height: 11.4285714286vw;
  max-height: 160px;
}
.view-book .view-book-front div:last-child::after {
  transform: rotateX(90deg) rotateZ(90deg) translateZ(5.7142857143vw)
    translateX(-0.1428571429vw) translateY(-5.5714285714vw);
}
@media (min-width: 1400px) {
  .view-book .view-book-front div:last-child::after {
    transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px)
      translateY(-78px);
  }
}
.view-book .view-book-front div:last-child::before {
  box-shadow: 0 0 30px 5px #484848;
  transform: rotateX(90deg) rotateZ(90deg) translateZ(-10vw)
    translateX(-0.1428571429vw) translateY(-5.5714285714vw);
}
@media (min-width: 1400px) {
  .view-book .view-book-front div:last-child::before {
    transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px)
      translateY(-78px);
  }
}
.view-book .view-book-back div:first-child::after,
.view-book .view-book-back div:first-child::before {
  width: 0.2857142857vw;
  height: 100%;
}
@media (min-width: 1400px) {
  .view-book .view-book-back div:first-child::after,
  .view-book .view-book-back div:first-child::before {
    width: 4px;
  }
}
.view-book .view-book-back div:first-child::after {
  transform: rotateY(90deg) translateZ(-0.1428571429vw)
    translateX(0.1428571429vw);
}
@media (min-width: 1400px) {
  .view-book .view-book-back div:first-child::after {
    transform: rotateY(90deg) translateZ(-2px) translateX(2px);
  }
}
.view-book .view-book-back div:first-child::before {
  transform: rotateY(90deg) translateZ(11.2857142857vw)
    translateX(0.1428571429vw);
}
@media (min-width: 1400px) {
  .view-book .view-book-back div:first-child::before {
    transform: rotateY(90deg) translateZ(158px) translateX(2px);
  }
}
.view-book .view-book-back div:last-child::after,
.view-book .view-book-back div:last-child::before {
  width: 0.2857142857vw;
  max-width: 4px;
  height: 11.4285714286vw;
  max-height: 160px;
}
.view-book .view-book-back div:last-child::after {
  transform: rotateX(90deg) rotateZ(90deg) translateZ(5.7142857143vw)
    translateX(0.1428571429vw) translateY(-5.5714285714vw);
}
@media (min-width: 1400px) {
  .view-book .view-book-back div:last-child::after {
    transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px)
      translateY(-78px);
  }
}
.view-book .view-book-back div:last-child::before {
  box-shadow: 10px -1px 80px 10px #5e5e5e;
  transform: rotateX(90deg) rotateZ(90deg) translateZ(-10vw)
    translateX(0.1428571429vw) translateY(-5.5714285714vw);
}
@media (min-width: 1400px) {
  .view-book .view-book-back div:last-child::before {
    box-shadow: 10px -1px 80px 20px #5e5e5e;
    transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px)
      translateY(-78px);
  }
}
.view-book .view-book-spine {
  transform: rotateY(60deg) translateX(-0.3571428571vw)
    translateZ(-0.7142857143vw);
  width: 1.1428571429vw;
  max-width: 16px;
  z-index: 0;
}
@media (min-width: 1400px) {
  .view-book .view-book-spine {
    transform: rotateY(60deg) translateX(-5px) translateZ(-10px);
  }
}
.view-book .view-book-spine div {
  transform: translateZ(1px);
}
.view-book .view-book-spine div::after,
.view-book .view-book-spine div::before {
  width: 0.1428571429vw;
  max-width: 2px;
  height: 1.1428571429vw;
  max-height: 16px;
}
.view-book .view-book-spine div::after {
  transform: rotateX(90deg) rotateZ(90deg) translateZ(0.5714285714vw)
    translateX(0.1428571429vw) translateY(-0.4285714286vw);
}
@media (min-width: 1400px) {
  .view-book .view-book-spine div::after {
    transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px)
      translateY(-6px);
  }
}
.view-book .view-book-spine div::before {
  box-shadow: 5px -1px 100px 40px rgba(0, 0, 0, 0.2);
  transform: rotateX(90deg) rotateZ(90deg) translateZ(-15vw)
    translateX(0.1428571429vw) translateY(-0.4285714286vw);
}
@media (min-width: 1400px) {
  .view-book .view-book-spine div::before {
    transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px)
      translateY(-6px);
  }
}
.view-book .view-book-page,
.view-book .view-book-page > div {
  position: absolute;
  top: 0;
  left: 0;
  transform-style: preserve-3d;
}
.view-book .view-book-page {
  width: 100%;
  height: 100%;
  top: 0;
  left: 1%;
  z-index: 10;
}
.view-book .view-book-page > div {
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transition-property: transform;
  transition-timing-function: ease;
}
.view-book .view-book-page > div:nth-child(1) {
  transition-duration: 0.6s;
}
.view-book .view-book-page > div:nth-child(2) {
  transition-duration: 0.6s;
}
.view-book .view-book-page > div:nth-child(3) {
  transition-duration: 0.4s;
}
.view-book .view-book-page > div:nth-child(4) {
  transition-duration: 0.5s;
}
.view-book .view-book-page > div:nth-child(5) {
  transition-duration: 0.6s;
}

.book-preview:hover .view-book {
  transform: rotateX(-5deg) scale(2.75);
}
@media (min-width: 992px) {
  .book-preview:hover .view-book {
    transform: rotateX(-5deg);
  }
}
.book-preview:hover .view-book-front {
  transform: rotateY(-145deg) translateZ(0);
  z-index: 0;
}
.book-preview:hover .view-book-page div:nth-child(1) {
  transform: rotateY(-30deg);
  transition-duration: 1.5s;
}
.book-preview:hover .view-book-page div:nth-child(2) {
  transform: rotateY(-35deg);
  transition-duration: 1.8s;
}
.book-preview:hover .view-book-page div:nth-child(3) {
  transform: rotateY(-118deg);
  transition-duration: 1.6s;
}
.book-preview:hover .view-book-page div:nth-child(4) {
  transform: rotateY(-130deg);
  transition-duration: 1.4s;
}
.book-preview:hover .view-book-page div:nth-child(5) {
  transform: rotateY(-140deg);
  transition-duration: 1.2s;
}


.firework-container {
  position: absolute;
  bottom: 20px;
  right: 60px;
  transform: scale(0.5);
}
@media (min-width: 992px) {
  .firework-container {
    transform: scale(1);
  }
}
.firework-container .firework {
  position: absolute;
}
.firework-container .firework::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background-color: #f0bf37;
}
.firework-container .firework .firework-star {
  position: absolute;
  left: -15px;
  width: 30px;
  height: 30px;
  opacity: 0;
  transition: transform 0.6s;
  fill: #f0bf37;
  max-height: initial;
  max-width: initial;
}
.firework-container .firework.flight {
  opacity: 1;
}
.firework-container .firework.flight.pop::after {
  opacity: 0;
}
.firework-container .firework.flight.pop .firework-star {
  opacity: 1;
}
.firework-container .firework.flight {
  transition: transform 1s ease-in;
}
.firework-container .firework.flight::after {
  transition: transform 1s ease-out;
}
.firework-container .firework.flight:nth-child(1).flight.f0 {
  transform: translate3d(-80px, 0, 0);
}
.firework-container .firework.flight:nth-child(1).flight.f0::after {
  transform: translate3d(0, -130px, 0) scale(10);
}
.firework-container .firework.flight:nth-child(1).flight.f0.pop .firework-star {
  transform: scale(1) rotate(-15deg);
}
.firework-container .firework.flight:nth-child(1).flight.f0 .firework-star {
  top: -145px;
}
.firework-container .firework.flight:nth-child(1).flight.f1 {
  transform: translate3d(90px, 0, 0);
}
.firework-container .firework.flight:nth-child(1).flight.f1::after {
  transform: translate3d(0, -180px, 0) scale(15);
}
.firework-container .firework.flight:nth-child(1).flight.f1.pop .firework-star {
  transform: scale(1.5) rotate(10deg);
}
.firework-container .firework.flight:nth-child(1).flight.f1 .firework-star {
  top: -195px;
}
.firework-container .firework.flight:nth-child(2).flight.f0 {
  transform: translate3d(-30px, 0, 0);
}
.firework-container .firework.flight:nth-child(2).flight.f0::after {
  transform: translate3d(0, -150px, 0) scale(10);
}
.firework-container .firework.flight:nth-child(2).flight.f0.pop .firework-star {
  transform: scale(1) rotate(-15deg);
}
.firework-container .firework.flight:nth-child(2).flight.f0 .firework-star {
  top: -165px;
}
.firework-container .firework.flight:nth-child(2).flight.f1 {
  transform: translate3d(-90px, 0, 0);
}
.firework-container .firework.flight:nth-child(2).flight.f1::after {
  transform: translate3d(0, -180px, 0) scale(15);
}
.firework-container .firework.flight:nth-child(2).flight.f1.pop .firework-star {
  transform: scale(1.5) rotate(-10deg);
}
.firework-container .firework.flight:nth-child(2).flight.f1 .firework-star {
  top: -195px;
}
.firework-container .firework.flight:nth-child(3).flight.f0 {
  transform: translate3d(30px, 0, 0);
}
.firework-container .firework.flight:nth-child(3).flight.f0::after {
  transform: translate3d(0, -150px, 0) scale(10);
}
.firework-container .firework.flight:nth-child(3).flight.f0.pop .firework-star {
  transform: scale(1) rotate(15deg);
}
.firework-container .firework.flight:nth-child(3).flight.f0 .firework-star {
  top: -165px;
}
.firework-container .firework.flight:nth-child(3).flight.f1 {
  transform: translate3d(40px, 0, 0);
}
.firework-container .firework.flight:nth-child(3).flight.f1::after {
  transform: translate3d(0, -200px, 0) scale(15);
}
.firework-container .firework.flight:nth-child(3).flight.f1.pop .firework-star {
  transform: scale(1.5) rotate(10deg);
}
.firework-container .firework.flight:nth-child(3).flight.f1 .firework-star {
  top: -215px;
}
.firework-container .firework.flight:nth-child(4).flight.f0 {
  transform: translate3d(80px, 0, 0);
}
.firework-container .firework.flight:nth-child(4).flight.f0::after {
  transform: translate3d(0, -130px, 0) scale(10);
}
.firework-container .firework.flight:nth-child(4).flight.f0.pop .firework-star {
  transform: scale(1) rotate(15deg);
}
.firework-container .firework.flight:nth-child(4).flight.f0 .firework-star {
  top: -145px;
}
.firework-container .firework.flight:nth-child(4).flight.f1 {
  transform: translate3d(-40px, 0, 0);
}
.firework-container .firework.flight:nth-child(4).flight.f1::after {
  transform: translate3d(0, -200px, 0) scale(15);
}
.firework-container .firework.flight:nth-child(4).flight.f1.pop .firework-star {
  transform: scale(1.5) rotate(-10deg);
}
.firework-container .firework.flight:nth-child(4).flight.f1 .firework-star {
  top: -215px;
}
