.book-trial {
  display: block;
  position: fixed;
  width: 10%;
  z-index: 100;
  top: 50%;
  left: 1.6rem;
  transform: translateY(-50%);
  overflow: hidden;
  border-radius: 0.8rem;
}

@media only screen and (max-width: 1360px) {
  .book-trial {
    width: 8%;
  }
}

@media only screen and (max-width: 1200px) {
  .book-trial {
    display: none;
  }
}

@keyframes styles_slide__SvF_62 {
  0% {
    left: -20%;
}

70%, 80%, 90%, 100% {
    left: 120%;
}
}

.styles_shine__JR1hn {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20%;
    height: 120%;
    transform: translateY(-50%);
    pointer-events: none;
    animation: styles_slide__SvF_62 3s infinite;
}

.styles_shine__JR1hn::before,
.styles_shine__JR1hn::after {
    content: "";
    height: 100%;
    position: absolute;
    background: hsla(0, 0%, 100%, .2);
    transform: skewX(-20deg);
}

.styles_shine__JR1hn::before {
  width: 50%;
  left: 40%;
}

.styles_shine__JR1hn::after {
  width: 15%;
  left: 0;
}