/**
 * This file was automatically generated. Please run `npm run dist` to update.
 */

.starshot-testimonial {
  background-image: linear-gradient(90deg, #009cde 0%, #ccbaf4 100%);
  position: relative;
  border-radius: 48px;
  padding: 100px 24px 24px;
  margin-top: 120px;
}
@media (min-width: 992px) {
  .starshot-testimonial {
    padding: 40px 125px 40px 43px;
    margin-right: 45px;
    border-radius: 34px;
  }
}
@media (min-width: 1440px) {
  .starshot-testimonial {
    margin-right: 90px;
    padding: 80px 250px 80px 86px;
    border-radius: 68px;
  }
}
.starshot-testimonial__quote {
  color: var(--ct-color-light-body-4);
}
@media (min-width: 0) {
  .starshot-testimonial__quote {
    font-size: 2rem;
    line-height: 2.625rem;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
  }
}
@media (min-width: 992px) {
  .starshot-testimonial__quote {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
  }
}
@media (min-width: 1440px) {
  .starshot-testimonial__quote {
    font-size: 2.5rem;
    line-height: 3rem;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
  }
}
.starshot-testimonial__quote a {
  color: var(--ct-color-light-body-4);
}
.starshot-testimonial__cite {
  color: var(--ct-color-light-body-4);
}
@media (min-width: 0) {
  .starshot-testimonial__cite {
    font-size: 1rem;
    line-height: 1.75rem;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
  }
}
@media (min-width: 992px) {
  .starshot-testimonial__cite {
    font-size: 1rem;
    line-height: 1.125rem;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
  }
}
@media (min-width: 1440px) {
  .starshot-testimonial__cite {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
  }
}
.starshot-testimonial__avatar {
  position: absolute;
  top: -71px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .starshot-testimonial__avatar {
    right: -43px;
    left: unset;
    transform: unset;
  }
}
@media (min-width: 1440px) {
  .starshot-testimonial__avatar {
    right: -86px;
  }
}
.starshot-testimonial__avatar::before {
  content: "";
  position: absolute;
  border: 2px solid var(--ct-color-light-border-2);
  top: 5px;
  left: -10px;
  right: 5px;
  bottom: -5px;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .starshot-testimonial__avatar::before {
    border-width: 3px;
    border-radius: 16px;
    top: 10px;
    left: -15px;
    right: 10px;
    bottom: -10px;
  }
}
@media (min-width: 1440px) {
  .starshot-testimonial__avatar::before {
    border-width: 4px;
    border-radius: 32px;
  }
}
.starshot-testimonial__avatar img {
  border-radius: 16px;
  width: 160px;
  height: auto;
}
@media (min-width: 992px) {
  .starshot-testimonial__avatar img {
    border-radius: 16px;
    width: 145px;
  }
}
@media (min-width: 1440px) {
  .starshot-testimonial__avatar img {
    border-radius: 32px;
    width: 290px;
  }
}