.statistic .google {
  justify-content: center;
}
.statistic .google__heading {
  color: var(--text-color-brand-accent);
}
.statistic .google__text {
  color: var(--text-color-secondary);
}
@media (max-width: 767px) {
  .statistic .google .google__icon {
    width: 3.475rem;
    min-width: 3.475rem;
    height: 3.475rem;
  }
  .statistic .google .google__icon svg, .statistic .google .statistic .google__icon path {
    width: 3.1rem;
    min-width: 3.1rem;
    height: 3.1rem;
  }
}
.statistic .statistic-quote .heading {
  max-width: 42rem;
}

.expect {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.expect .section__header {
  max-width: 28rem;
}
.expect .section__header .heading, .expect .section__header .paragraph {
  text-wrap: balance;
}
.expect__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  width: 100%;
}
@media (max-width: 767px) {
  .expect__list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.expect__list.expect__list--center {
  display: flex;
  justify-content: center;
}
.expect-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
  min-height: 16rem;
  padding: 1.75rem;
  background-color: var(--bg-secondary);
  border-radius: var(--main-border-radius);
}
@media (max-width: 767px) {
  .expect-item {
    padding: 1.25rem;
    min-height: auto;
    gap: 0.75rem;
  }
}
.expect-item__header {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
.expect-item__number {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 140%;
  color: var(--text-color-brand-accent);
}
@media (max-width: 767px) {
  .expect-item__number {
    font-size: 1rem;
  }
}
.expect .paragraph {
  max-width: 28.375rem;
}

.testimonials__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonials .section__header {
  max-width: 50rem;
}
.testimonials-slider {
  width: 100%;
}
.testimonials-slider__wrapper {
  display: flex;
}
.testimonials-slide {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  height: auto;
  padding: 1.5rem;
  background-color: var(--bg-secondary);
  border-radius: var(--main-border-radius);
}
.testimonials-slide__header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.testimonials-slide__col {
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials-slide__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.testimonials-slide__row {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.testimonials-slide__paragraph {
  margin-top: auto;
}
.testimonials-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 3.5rem;
}
.testimonials-navigation__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: var(--bg-brand-accent);
  transition: 0.3s all;
}
.testimonials-navigation__arrow svg {
  width: 1.5rem;
}
.testimonials-navigation__arrow::after {
  display: none;
}
.testimonials-navigation__arrow.swiper-button-next, .testimonials-navigation__arrow.swiper-button-prev {
  position: static;
}

.contact__box {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  background-color: var(--bg-secondary);
  border-radius: var(--main-border-radius);
  padding: 1.75rem;
}
.contact__row {
  display: flex;
  gap: 0.75rem;
}
@media (max-width: 767px) {
  .contact__row {
    flex-direction: column;
    align-items: center;
  }
  .contact__row .social {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .contact__row .social .social__item {
    width: 100%;
  }
  .contact__row .social .social__link {
    width: 100%;
    border-radius: 9999px;
    height: 3.75rem;
  }
}

.thanks-contact {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
.thanks-contact__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 991px) {
  .thanks-contact__row {
    display: flex;
    flex-direction: column;
  }
}
.thanks-contact__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.75rem;
}
.thanks-contact__info .paragraph {
  max-width: 25rem;
}
.thanks-contact__col {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.thanks-contact__form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.5rem;
}
.thanks-contact label {
  background-color: var(--bg-secondary);
}
.thanks-contact .textarea {
  background-color: var(--bg-secondary);
}
.thanks-contact .button {
  width: 100%;
}
.thanks-contact .menu__link-box {
  padding: 1rem;
}
.thanks-contact .thanks-contact__row:nth-child(2) {
  padding-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

input.button.button--bg-dark:hover {
  background-color: var(--color-white);
}

.wpcf7-response-output {
  color: var(--color-white);
  border-color: var(--bg-brand-accent);
  text-align: center;
  padding: 0.5rem;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1rem 0 1rem;
}

/*# sourceMappingURL=thanks-quiz-page.css.map */
