.review-card-wrapper {
  margin-bottom: 30px;
}

.review-card {
  font-family: "Open Sans", sans-serif;
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.review-card__video {
  position: relative;
  width: 100%;
  background: #000;
  min-height: 100px;
}
.review-card__video iframe,
.review-card__video video,
.review-card__video embed,
.review-card__video object {
  width: 100%;
  height: auto;
  min-height: 200px;
  display: block;
}
.review-card__video .wistia_embed,
.review-card__video .wistia_async_embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.review-card__video .wistia_embed iframe,
.review-card__video .wistia_async_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.review-card__content {
  padding: 24px 16px;
}
.review-card__rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 20px;
}
.review-card__rating-value {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  color: #888888;
}
.review-card__rating-stars {
  display: flex;
  gap: 4px;
}
.review-card__star {
  font-size: 12px;
  line-height: 1;
}
.review-card__star--filled {
  color: #FFAE00;
}
.review-card__star--empty {
  color: #ddd;
}
.review-card__author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.review-card__author-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  aspect-ratio: 1/1;
  padding: 16px;
  background: #3452FF;
  color: #fff;
}
.review-card__author-icon svg {
  width: 32px;
  height: 32px;
}
.review-card__author-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.review-card__author-name {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  color: #1D1D2D;
}
.review-card__author-role {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #777777;
}
.review-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
  line-height: 130%;
  color: #AEAEAE;
}
.review-card__date, .review-card__location {
  display: flex;
  align-items: center;
  gap: 6px;
}
.review-card__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.review-card__text {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
.review-card__text p {
  margin: 0 0 10px 0;
}
.review-card__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .review-card__content {
    padding: 15px;
  }
  .review-card__rating-value {
    font-size: 14px;
  }
  .review-card__star {
    font-size: 16px;
  }
  .review-card__author-name {
    font-size: 16px;
  }
  .review-card__author-role {
    font-size: 13px;
  }
  .review-card__meta {
    font-size: 13px;
    gap: 10px;
  }
  .review-card__text {
    font-size: 14px;
  }
}

.performance-dashboard-wrapper + .performance-dashboard-wrapper {
  margin-top: 98px;
}
@media (max-width: 767px) {
  .performance-dashboard-wrapper + .performance-dashboard-wrapper {
    margin-top: 48px;
  }
}
.performance-dashboard-wrapper + .performance-dashboard-wrapper:last-child {
  margin-bottom: 0;
}

.performance-dashboard {
  font-family: "Open Sans", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.performance-dashboard__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}
.performance-dashboard__header-top {
  border-radius: 32px;
  padding: 12px 24px;
  background-color: #FFFFFF;
  font-size: 18px;
  line-height: 27px;
  color: #3452FF;
}
.performance-dashboard__header-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.performance-dashboard__header-metric {
  font-weight: 600;
  font-size: 54px;
  line-height: 75.6px;
  text-align: center;
}
.performance-dashboard__header-metric strong {
  font-weight: 600;
  color: #3452FF;
}
.performance-dashboard__header-period {
  font-size: 16px;
  line-height: 24px;
  color: #888888;
}
.performance-dashboard__kpis {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.performance-dashboard__kpis .performance-dashboard__kpi-card {
  flex: 1 1 calc(25% - 18px);
  min-width: 200px;
}
.performance-dashboard__kpi-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  color: #1D1D2D;
}
.performance-dashboard__kpi-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 10px;
  width: 40px;
  height: 40px;
  background: #1D1D2D;
  color: #FFFFFF;
}
.performance-dashboard__kpi-icon svg {
  width: 20px;
  height: 20px;
}
.performance-dashboard__kpi-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.performance-dashboard__kpi-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
.performance-dashboard__kpi-value {
  font-weight: 700;
  font-size: 34px;
  line-height: 44px;
  color: #1D1D2D;
}
.performance-dashboard__kpi-change {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.performance-dashboard__kpi-diff {
  border-radius: 32px;
  padding: 3px 6px;
  background-color: #F5F6FF;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #3452FF;
}
.performance-dashboard__kpi-before {
  font-weight: 400;
  color: #888888;
}
.performance-dashboard__graphs {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.performance-dashboard__graphs .performance-dashboard__graph {
  flex: 1 1 calc(50% - 12px);
  min-width: 280px;
}
.performance-dashboard__graph {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  border-radius: 16px;
  padding: 16px;
  width: 100%;
  background: #FFFFFF;
}
.performance-dashboard__graph img {
  width: 100%;
  height: auto;
  display: block;
}
.performance-dashboard__graph img.lazy {
  max-height: 200px;
}
.performance-dashboard__graph-caption {
  font-size: 14px;
  line-height: 130%;
  color: #1D1D2D;
}
@media (max-width: 1024px) {
  .performance-dashboard {
    padding: 32px 24px;
    gap: 32px;
  }
  .performance-dashboard__header-metric {
    font-size: 48px;
  }
  .performance-dashboard__kpis {
    gap: 20px;
  }
  .performance-dashboard__kpis .performance-dashboard__kpi-card {
    flex: 1 1 calc(50% - 10px);
    min-width: 200px;
  }
  .performance-dashboard__graphs {
    gap: 20px;
  }
  .performance-dashboard__graphs .performance-dashboard__graph {
    flex: 1 1 100%;
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .performance-dashboard {
    padding: 24px 16px;
    gap: 24px;
  }
  .performance-dashboard__header {
    gap: 8px;
  }
  .performance-dashboard__header-top {
    font-size: 14px;
  }
  .performance-dashboard__header-metric {
    font-size: 36px;
  }
  .performance-dashboard__header-period {
    font-size: 14px;
  }
  .performance-dashboard__kpis {
    gap: 16px;
  }
  .performance-dashboard__kpis .performance-dashboard__kpi-card {
    flex: 1 1 100%;
    min-width: 100%;
  }
  .performance-dashboard__kpi-card {
    padding: 20px;
    gap: 12px;
  }
  .performance-dashboard__kpi-icon {
    width: 40px;
    height: 40px;
  }
  .performance-dashboard__kpi-icon svg {
    width: 20px;
    height: 20px;
  }
  .performance-dashboard__kpi-value {
    font-size: 24px;
  }
  .performance-dashboard__kpi-title {
    font-size: 12px;
  }
  .performance-dashboard__kpi-change {
    font-size: 12px;
  }
  .performance-dashboard__graphs {
    gap: 16px;
  }
  .performance-dashboard__graphs .performance-dashboard__graph {
    flex: 1 1 100%;
    min-width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
