/* line 4, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page p,
.pro-plan-page h1,
.pro-plan-page h2,
.pro-plan-page h3,
.pro-plan-page h4,
.pro-plan-page h5,
.pro-plan-page h6 {
  margin: 0;
  padding: 0;
}

/* line 15, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .box-bg-secondary {
  background-color: #f8fafd !important;
}

/* line 34, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .component-title {
  font-family: "Roboto";
  font-size: 28px;
  line-height: 120%;
  font-weight: 700;
  color: #196faf;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 34, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .component-title {
    font-size: 38px;
    line-height: 120%;
  }
}

/* line 50, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .component-sub-text {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #454b54;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 50, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .component-sub-text {
    font-size: 18px;
    line-height: 27px;
  }
}

/* line 64, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .hero-section {
  padding: 44px 24px;
  margin-top: -20px;
}

@media (min-width: 950px) {
  /* line 64, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .hero-section {
    padding: 100px 80px 24px;
  }
}

/* line 73, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .hero-section-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 950px) {
  /* line 73, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .hero-section-content {
    flex-direction: row;
  }
}

/* line 83, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .hero-section-content-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 12px;
  box-sizing: border-box;
  order: 2;
}

@media (min-width: 950px) {
  /* line 83, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .hero-section-content-left {
    order: 1;
    max-width: 628px;
  }
}

/* line 100, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .hero-section-content-left .description-box {
  border-radius: 4px;
}

@media (min-width: 950px) {
  /* line 100, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .hero-section-content-left .description-box {
    padding: 0px;
  }
}

/* line 106, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .hero-section-content-left .description-box .plan-name {
  font-size: 16px;
  font-weight: 600;
  color: #196faf;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  /* line 106, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .hero-section-content-left .description-box .plan-name {
    font-size: 18px;
  }
}

/* line 118, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .hero-section-content-left .description-box .plan-title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #2e3238;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  /* line 118, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .hero-section-content-left .description-box .plan-title {
    font-size: 44px;
    line-height: 52px;
  }
}

/* line 132, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .hero-section-content-left .description-box .plan-small {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  max-width: 571px;
  color: #454b54;
}

@media (min-width: 1200px) {
  /* line 132, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .hero-section-content-left .description-box .plan-small {
    font-size: 18px;
    line-height: 27px;
  }
}

/* line 145, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .hero-section-content-left .description-box .pro-report-hero-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  width: 100%;
}

@media (min-width: 950px) {
  /* line 145, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .hero-section-content-left .description-box .pro-report-hero-actions {
    flex-direction: row;
    gap: 24px;
    margin-top: 50px;
  }
}

/* line 158, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .hero-section-content-left .description-box .pro-report-hero-actions .btn {
  flex: 1;
  height: 56px;
  min-height: 53px;
  padding: 0 16px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

/* line 172, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .hero-section-content-left .description-box .pro-report-hero-actions .btn.btn-default {
  color: #196faf;
  border: 1px solid #196faf;
  background-color: #fff;
}

/* line 182, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .hero-section-content-right {
  flex: 1;
  order: 1;
  display: flex;
  justify-content: end;
  align-items: center;
}

/* line 189, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .hero-section-content-right-image {
  background-image: url(/assets/marketing_pages/pro_report_hero-8de35fd1e8baf6e19b5d198c55fc9d8bdbf4e4dd69dc4f06386b25a3cc99c6eb.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
  aspect-ratio: 519 / 400;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 950px) {
  /* line 189, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .hero-section-content-right-image {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (min-width: 951px) {
  /* line 189, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .hero-section-content-right-image {
    max-width: 500px;
  }
}

@media (min-width: 1440px) {
  /* line 189, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .hero-section-content-right-image {
    max-width: 560px;
  }
}

/* line 217, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .hero-section .scroll-btn-container {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 900px) {
  /* line 217, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .hero-section .scroll-btn-container {
    display: none;
  }
}

/* line 228, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .hero-section .scroll-btn-container button {
  border: 1px solid #196faf;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  background-color: white;
}

/* line 238, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .value-props-section {
  padding: 44px 20px;
  background-color: #f8fafd;
}

@media (min-width: 768px) {
  /* line 238, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .value-props-section {
    padding: 64px 80px;
  }
}

/* line 248, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .value-props-title {
  margin: 0 auto;
  max-width: 1120px;
}

/* line 252, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .value-props-title .title-part {
  display: inline;
}

@media (min-width: 768px) {
  /* line 252, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .value-props-title .title-part {
    display: block;
  }
}

/* line 261, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .value-props-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 32px;
  max-width: 1280px;
}

@media (min-width: 768px) {
  /* line 261, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .value-props-cards {
    grid-template-columns: repeat(3, 1fr);
    margin: 80px auto 0;
    gap: 24px;
  }
}

/* line 276, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .value-props-card {
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  background-color: white;
  border: 1px solid #e5e9ef;
  border-radius: 8px;
  gap: 20px;
}

/* line 287, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .value-props-card-icon {
  width: 44px;
  height: 44px;
}

/* line 292, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .value-props-card-title {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
  color: #454b54;
}

@media (min-width: 768px) {
  /* line 292, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .value-props-card-title {
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 949px) {
  /* line 292, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .value-props-card-title {
    font-size: 18px;
  }
}

/* line 307, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .value-props-card-description {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #5b6471;
}

@media (min-width: 768px) {
  /* line 307, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .value-props-card-description {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 949px) {
  /* line 307, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .value-props-card-description {
    font-size: 16px;
  }
}

/* line 323, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .subscribe-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 44px 20px;
  background-color: #196faf;
  height: max-content;
  gap: 24px;
  position: relative;
  background-position: bottom left, bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
}

@media (min-width: 950px) {
  /* line 323, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .subscribe-banner {
    padding: 100px 80px;
  }
}

/* line 341, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .subscribe-banner-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 345, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .subscribe-banner-title {
  color: #e6f1fa;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  /* line 345, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .subscribe-banner-title {
    margin-bottom: 20px;
  }
}

/* line 355, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .subscribe-banner-description {
  max-width: 626px;
  color: #e6f1fa;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  /* line 355, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .subscribe-banner-description {
    margin-bottom: 80px;
  }
}

@media (min-width: 950px) {
  /* line 323, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .subscribe-banner {
    flex-direction: row;
    background-image: url(/assets/marketing_pages/pro_report/cta-banner-background-e225f17e87e45198e4927fe0723e7f3c18c5c5d67271004300ab6743525ed655.svg);
  }
}

/* line 373, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .subscribe-banner .subscribe-banner-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 373, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .subscribe-banner .subscribe-banner-actions {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }
}

/* line 388, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .subscribe-banner .subscribe-button {
  background-color: #ef6f22;
  border: none;
  outline: none;
  border-radius: 4px;
  height: 52px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: white;
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 388, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .subscribe-banner .subscribe-button {
    width: 300px;
  }
}

/* line 411, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .subscribe-banner .subscribe-button-secondary {
  background-color: transparent;
  border: 1px solid white;
}

/* line 415, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .subscribe-banner .subscribe-button-secondary:hover, .pro-plan-page .subscribe-banner .subscribe-button-secondary:focus {
  background-color: rgba(255, 255, 255, 0.12);
  color: white;
  text-decoration: none;
}

/* line 424, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section {
  padding: 44px 20px;
  background-color: white;
}

@media (min-width: 950px) {
  /* line 424, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .pro-report-features-section {
    padding: 100px 80px;
  }
}

/* line 432, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 950px) {
  /* line 432, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .pro-report-features-section .pro-report-features-container {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}

@media (min-width: 950px) {
  /* line 432, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .pro-report-features-section .pro-report-features-container {
    flex-direction: row;
    gap: 80px;
  }
}

/* line 452, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}

/* line 459, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-left .features-title {
  text-align: left;
}

/* line 463, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-left .features-list {
  padding-left: 0;
  list-style: none;
  counter-reset: feature-counter;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* line 473, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-left .feature-item {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 22px;
  color: #454b54;
  padding-left: 0;
  max-width: 521px;
}

@media (min-width: 768px) and (max-width: 950px) {
  /* line 473, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .pro-report-features-section .pro-report-features-left .feature-item {
    max-width: none;
  }
}

/* line 486, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-left .feature-item-title {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
  color: #454b54;
  margin-bottom: 8px;
}

@media (min-width: 950px) {
  /* line 486, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .pro-report-features-section .pro-report-features-left .feature-item-title {
    font-size: 22px;
  }
}

/* line 496, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-left .feature-item-title::before {
  counter-increment: feature-counter;
  content: counter(feature-counter) ". ";
}

/* line 502, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-left .feature-item-desc {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #5b6471;
  margin: 0;
}

@media (min-width: 950px) {
  /* line 502, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .pro-report-features-section .pro-report-features-left .feature-item-desc {
    font-size: 18px;
  }
}

/* line 516, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-left .feature-btn-container .sample-report-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 24px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  color: #196faf;
  border: 1px solid #196faf;
  background-color: #fff;
  text-decoration: none;
  white-space: nowrap;
  width: 340px;
  max-width: 100%;
}

/* line 533, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-left .feature-btn-container .sample-report-btn span {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* line 541, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  /* line 541, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .pro-report-features-section .pro-report-features-right {
    justify-content: end;
  }
}

/* line 551, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-right .features-image {
  width: 100%;
  max-width: 520px;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

@media (min-width: 768px) and (max-width: 950px) {
  /* line 551, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .pro-report-features-section .pro-report-features-right .features-image {
    max-width: 100%;
  }
}

/* line 565, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-section {
  padding: 44px 20px;
}

@media (min-width: 950px) {
  /* line 565, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-breakdown-section {
    padding: 100px 80px;
  }
}

/* line 573, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-title {
  margin: 0 auto;
  max-width: 640px;
}

/* line 578, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-description {
  margin: 20px auto 0;
  max-width: 700px;
  color: #454b54;
}

/* line 584, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 32px;
  max-width: 1280px;
}

@media (min-width: 950px) {
  /* line 584, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-breakdown-cards {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 64px;
    margin: 44px auto 0;
  }
}

@media (min-width: 950px) and (max-width: 1024px) {
  /* line 584, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-breakdown-cards {
    grid-template-columns: 1fr;
  }
}

/* line 604, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-card {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #f8fafd;
  border: 1px solid #c7cbd1;
  border-radius: 8px;
}

@media (min-width: 950px) {
  /* line 604, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-breakdown-card {
    padding: 28px;
    padding: 32px;
  }
}

/* line 619, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-card-preview {
  margin-bottom: 32px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 619, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-breakdown-card-preview {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 631, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-card-image {
  display: block;
  width: 100%;
  height: auto;
}

/* line 637, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-card-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* line 643, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-card-title {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 700;
  color: #454b54;
}

@media (min-width: 950px) {
  /* line 643, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-breakdown-card-title {
    font-size: 22px;
  }
}

/* line 654, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-card-description {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #5b6471;
}

@media (min-width: 950px) {
  /* line 654, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-breakdown-card-description {
    font-size: 16px;
  }
}

/* line 665, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 674, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-card-list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #454b54;
}

@media (min-width: 950px) {
  /* line 674, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-breakdown-card-list-item {
    font-size: 16px;
  }
}

/* line 688, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-card-list-item strong {
  font-weight: 700;
}

/* line 693, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-card-list-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 1px;
}

/* line 704, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-section {
  padding: 44px 20px;
  background-color: #e6f1fa;
}

@media (min-width: 950px) {
  /* line 704, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .custom-branding-section {
    padding: 100px 80px;
  }
}

/* line 714, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 950px) {
  /* line 714, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .custom-branding-container {
    flex-direction: row;
    gap: 60px;
  }
}

/* line 729, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-preview {
  width: 100%;
}

@media (min-width: 950px) {
  /* line 729, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .custom-branding-preview {
    flex: 0 0 45%;
  }
}

/* line 737, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-image {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

@media (min-width: 950px) {
  /* line 737, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .custom-branding-image {
    margin: 0;
  }
}

/* line 753, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-content {
  width: 100%;
}

@media (min-width: 950px) {
  /* line 753, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .custom-branding-content {
    flex: 1;
  }
}

/* line 761, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-title {
  text-align: left;
}

/* line 765, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-description {
  text-align: left;
  margin-top: 20px;
}

/* line 771, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-share-label {
  text-align: left;
  margin-top: 12px;
}

/* line 777, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

@media (min-width: 600px) {
  /* line 777, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .custom-branding-options {
    gap: 20px;
    margin-top: 24px;
  }
}

/* line 791, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-option {
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 800, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-option-icon {
  display: flex;
  align-items: center;
  height: 24px;
  margin-bottom: 2px;
}

/* line 808, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-option-icon img {
  max-height: 24px;
  width: auto;
}

/* line 814, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-option-title {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #454b54;
}

@media (min-width: 600px) {
  /* line 814, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .custom-branding-option-title {
    font-size: 18px;
    line-height: 27px;
  }
}

/* line 827, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-option-description {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #5b6471;
}

@media (min-width: 600px) {
  /* line 827, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .custom-branding-option-description {
    font-size: 18px;
    line-height: 24px;
  }
}

/* line 841, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .share-tools-section {
  padding: 44px 20px;
  background-color: white;
}

@media (min-width: 950px) {
  /* line 841, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .share-tools-section {
    padding: 100px 80px;
  }
}

/* line 851, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .share-tools-description {
  margin: 20px auto 0;
  max-width: 800px;
}

/* line 856, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .share-tools-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 1280px;
  margin: 44px auto 0;
}

@media (min-width: 950px) {
  /* line 856, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .share-tools-container {
    flex-direction: row;
    gap: 40px;
    margin-top: 80px;
  }
}

@media (min-width: 950px) and (max-width: 1024px) {
  /* line 856, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .share-tools-container {
    flex-direction: column;
  }
}

/* line 878, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .share-tools-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 878, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .share-tools-columns {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}

@media (min-width: 950px) {
  /* line 878, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .share-tools-columns {
    flex: 0 0 55%;
  }
}

@media (min-width: 950px) and (max-width: 1024px) {
  /* line 878, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .share-tools-columns {
    flex: 1 1 auto;
  }
}

/* line 900, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .share-tools-column:not(:first-child) {
  padding-top: 24px;
  border-top: 1px solid #e5e9ef;
}

@media (min-width: 768px) {
  /* line 899, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .share-tools-column {
    position: relative;
    padding-inline: 24px;
  }
  /* line 911, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .share-tools-column:first-child {
    padding-left: 0;
  }
  /* line 915, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .share-tools-column:not(:first-child) {
    padding-top: 0;
    border-top: none;
  }
  /* line 920, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .share-tools-column:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 150px;
    transform: translateY(-50%);
    background-color: #e5e9ef;
  }
}

/* line 937, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .share-tools-column-title {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  color: #454b54;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  /* line 937, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .share-tools-column-title {
    font-size: 22px;
  }
}

/* line 951, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .share-tools-column-description {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #5b6471;
}

@media (min-width: 768px) {
  /* line 951, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .share-tools-column-description {
    font-size: 18px;
    max-width: 186px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 951, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .share-tools-column-description {
    max-width: none;
  }
}

/* line 969, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .share-tools-preview {
  width: 100%;
}

@media (min-width: 950px) {
  /* line 969, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .share-tools-preview {
    flex: 1;
  }
}

/* line 977, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .share-tools-image {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 950px) {
  /* line 977, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .share-tools-image {
    margin: 0 0 0 auto;
  }
}

@media (min-width: 950px) and (max-width: 1024px) {
  /* line 977, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .share-tools-image {
    margin: 0 auto;
  }
}

/* line 995, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .use-cases-section {
  padding: 44px 20px;
  background-color: #f8fafd;
}

@media (min-width: 950px) {
  /* line 995, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .use-cases-section {
    padding: 100px 80px;
  }
}

/* line 1005, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .use-cases-title {
  margin: 0 auto;
  margin-bottom: 20px;
}

/* line 1010, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .use-cases-description {
  font-size: 16px;
  margin: auto 0;
  color: #454b54;
}

@media (min-width: 950px) {
  /* line 1010, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .use-cases-description {
    font-size: 18px;
  }
}

/* line 1019, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .use-cases-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 32px auto 0;
  max-width: 1280px;
}

@media (min-width: 950px) {
  /* line 1019, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .use-cases-grid {
    margin: 44px auto 0;
    gap: 24px;
  }
}

@media (min-width: 600px) {
  /* line 1019, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .use-cases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 950px) {
  /* line 1019, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .use-cases-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 64px;
  }
}

/* line 1044, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .use-cases-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 16px 0;
}

/* line 1050, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .use-cases-item-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

/* line 1059, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .use-cases-item-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 1065, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .use-cases-item-title {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  color: #454b54;
}

@media (min-width: 950px) {
  /* line 1065, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .use-cases-item-title {
    font-size: 18px;
  }
}

/* line 1076, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .use-cases-item-description {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #5b6471;
}

@media (min-width: 950px) {
  /* line 1076, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .use-cases-item-description {
    font-size: 18px;
  }
}

/* line 1088, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-audience-section {
  padding: 44px 20px;
  background-color: white;
}

@media (min-width: 950px) {
  /* line 1088, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-audience-section {
    padding: 100px 80px;
  }
}

/* line 1098, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-audience-title {
  margin: 0 auto;
}

/* line 1102, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-audience-description {
  margin: auto 0;
  margin-top: 20px;
  color: #454b54;
}

/* line 1108, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-audience-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 32px auto 0;
  max-width: 1280px;
}

@media (min-width: 600px) {
  /* line 1108, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-audience-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 950px) {
  /* line 1108, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-audience-cards {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 64px;
  }
}

@media (min-width: 950px) and (max-width: 1024px) {
  /* line 1108, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-audience-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* line 1131, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-audience-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px 24px;
  text-align: left;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 3px 20px rgba(37, 39, 57, 0.1);
}

/* line 1144, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-audience-card-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

/* line 1150, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-audience-card-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

/* line 1157, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-audience-card-title {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #454b54;
}

@media (min-width: 950px) {
  /* line 1157, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-audience-card-title {
    font-size: 22px;
  }
}

/* line 1168, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-audience-card-description {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #5b6471;
}

@media (min-width: 950px) {
  /* line 1168, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-audience-card-description {
    font-size: 18px;
  }
}
