/* THIS FILE IS GENERATED AUTOMATICALLY, DO NOT MODIFY IT DIRECTLY, ANY DIRECT CHANGES WILL BE LOST */
/* Last update: 2025-08-21T09:46:29+00:00 */

.wa-review {
  margin-top: var(--space-l);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--space-l);
  background-color: var(--tertiary);
  border-radius: var(--radius-l);
  z-index: 999;
  width: 100%;
  max-width: 85rem;
  gap: var(--space-m);
}
.wa-review-section {
  position: relative;
  padding-top: var(--header-height);
  z-index: 2;
  background-color: #0000000F;
}
.wa-review-section:after {
  content: "";
  position: absolute;
  width: 100%;
  background: url(/wp-content/uploads/2025/05/header-bg.svg) !important;
  z-index: 1;
  height: 40%;
  top: 0;
  left: 0;
}
.wa-review__title {
  font-size: var(--text-xl);
  color: var(--base);
}
.wa-review__desc {
  font-size: var(--text-m);
  text-align: center;
  max-width: 50rem;
}
.wa-review__form label:after {
  content: none !important;
}
.wa-review__form .fluentform .ff-el-ratings {
  line-height: 1;
}
.wa-review__form .fluentform .ff-el-ratings label {
  line-height: 1;
}
.wa-reviews-container .wa-loadmore {
  margin-inline: auto;
}
.wa-reviews-thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-m);
  padding: var(--space-l);
  background-color: var(--secondary);
  border-radius: var(--radius-l);
  width: 100%;
  max-width: 85rem;
}
.wa-reviews-thanks * {
  text-align: center !important;
}
.wa-reviews-thanks__icon {
  height: 8rem;
  width: 8rem;
}
.wa-reviews-thanks-section {
  padding-top: calc(var(--section-padding-block) + var(--header-height));
}
