blockquote {
  border-left: 0 solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.testimonial-column-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  transform-origin: 50%;
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
  transform: perspective(991px);
}

.testimonial-main-image {
  object-fit: cover;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-column-dark-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main-2 {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
  transform: perspective(1000px);
}

.testimonial-main-image-2 {
  object-fit: cover;
  transform-style: preserve-3d;
  width: 200px;
  height: 280px;
  margin-right: 24px;
  transform: translate3d(0, 0, 50px);
}

.testimonial-main-content-2 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
  font-family: Aventa, Arial, sans-serif;
  font-weight: 400;
}

.testimonial-main-heading-2 {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block-2 {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
  transform: perspective(1000px);
}

.testimonial-info-two-2 {
  align-items: center;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
  transform: translate3d(0, 0, 400px);
}

.testimonial-author-name-2 {
  font-weight: 700;
}

.custom-gradient, .gradient-background {
  position: fixed;
  inset: 0%;
}

.gradient-background-1 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.text-block {
  font-family: Aventa, Arial, sans-serif;
  font-weight: 400;
}

.text-block-2 {
  color: #fff;
  letter-spacing: -1px;
  font-family: Montserrat, sans-serif;
  font-size: 8vw;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
}

.div-block {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.logotype-olstars {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22rem;
  display: flex;
  position: relative;
}

.spline-scene {
  width: 100%;
  height: 100%;
}

.spline-background {
  position: fixed;
  inset: 0%;
}

.text-block-3 {
  color: #fff;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.div-block-2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: wrap;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonial-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-main-image-2 {
    width: 300px;
    height: 350px;
  }

  .div-block-2 {
    margin-left: 188px;
    margin-right: 188px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .testimonial-column-dark-2 {
    padding: 60px 15px;
  }

  .testimonial-main-image-2 {
    width: 250px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .testimonial-grid-2 {
    grid-template-columns: 1fr;
  }

  .testimonial-block-main-2 {
    flex-direction: column;
  }

  .testimonial-main-image-2 {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }
}


@font-face {
  font-family: 'Aventa';
  src: url('../fonts/AventaVariable.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}