/* line 1, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind {
  --color-primary:       #0eae6b;
  --color-primary-hover: #0b8d57;
  --product-beam-primary-rgb: 14, 174, 107;
  --product-beam-secondary-rgb: 87, 209, 138;
  --accent:              #57ac6d;
  --accent-hover:        #4a9a5e;
  --gm-surface:          #fdf6f5;
  /* Green titles */
  /* Buttons */
  /* H3 green inside components */
  /* Cards (beige light) */
  --gm-ink: #ffffff;
  --gm-page-bg:
    radial-gradient(circle at 0% 0%, rgba(102, 98, 121, .34), rgba(102, 98, 121, 0) 33rem),
    radial-gradient(circle at 100% 100%, rgba(92, 92, 104, .36), rgba(92, 92, 104, 0) 32rem),
    linear-gradient(135deg, #141021 0%, #070410 52%, #0d0818 100%);
  --gm-glass:
    radial-gradient(circle at 14% 10%, rgba(255,255,255,.15), rgba(255,255,255,0) 36%),
    radial-gradient(circle at 92% 88%, rgba(255,255,255,.12), rgba(255,255,255,0) 40%),
    linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.045) 58%, rgba(255,255,255,.1));
  --gm-glass-border: rgba(255,255,255,.20);
  --gm-glass-shadow: 0 18px 56px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.18);
  background: var(--gm-page-bg);
  background-attachment: fixed;
  color: var(--gm-ink);
}

/* line 11, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind h1, .product-layout.product--grant-mind .h1, .product-layout.product--grant-mind h2, .product-layout.product--grant-mind .h2, .product-layout.product--grant-mind h3, .product-layout.product--grant-mind .h3 {
  color: #0eae6b !important;
}

/* line 14, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .btn-primary {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

/* line 15, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .btn-primary:hover, .product-layout.product--grant-mind .btn-primary:focus {
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  color: #fff;
}

/* line 17, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .btn-outline {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: transparent;
}

/* line 18, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .btn-outline:hover, .product-layout.product--grant-mind .btn-outline:focus {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

/* line 21, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .features .feature h3, .product-layout.product--grant-mind .features .feature .feature-title,
.product-layout.product--grant-mind .audience-card h3, .product-layout.product--grant-mind .audience-card .audience-title,
.product-layout.product--grant-mind .steps .step h3 {
  color: #0eae6b !important;
}

/* line 24, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .features .feature h3 a, .product-layout.product--grant-mind .features .feature .feature-title a,
.product-layout.product--grant-mind .audience-card h3 a, .product-layout.product--grant-mind .audience-card .audience-title a,
.product-layout.product--grant-mind .steps .step h3 a {
  color: #0eae6b !important;
}

/* line 27, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .features .feature h3 a:hover,
.product-layout.product--grant-mind .features .feature .feature-title a:hover,
.product-layout.product--grant-mind .audience-card h3 a:hover,
.product-layout.product--grant-mind .audience-card .audience-title a:hover,
.product-layout.product--grant-mind .steps .step h3 a:hover {
  color: var(--color-primary-hover) !important;
}

/* line 34, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .features .feature {
  background: var(--gm-surface);
  color: inherit;
  border-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
}

/* line 38, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .features .feature .feature-media {
  background: #f6ecea;
}

/* line 39, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .features .feature a {
  color: var(--color-primary);
}

/* line 40, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .features .feature a:hover {
  color: var(--color-primary-hover);
}

/* line 42, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .audience-card {
  background: var(--gm-surface);
  color: inherit;
  border-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
}

/* line 43, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .audience-card .audience-blurb, .product-layout.product--grant-mind .audience-card .audience-bullets li {
  color: inherit;
  opacity: 1;
}

/* line 44, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .audience-icon {
  background: linear-gradient(180deg, #fff, #f3e9e7);
  border-color: rgba(14, 174, 107, 0.18);
}

/* line 45, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .audience-icon i {
  color: #0eae6b;
  opacity: .95;
}

/* line 63, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .product-main,
.product-layout.product--grant-mind .product-section,
.product-layout.product--grant-mind .product-section .container {
  background: transparent;
}

/* line 69, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .product-hero {
  margin-top: 0;
}

/* line 73, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .product-hero__bg {
  padding-top: 1.5rem;
}

@media (min-width: 992px) {
  /* line 78, app/assets/stylesheets/themes/grant_mind.scss */
  .product-layout.product--grant-mind .product-hero__bg {
    padding-top: 2.5rem;
  }
}

/* line 83, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .product-section .section-title,
.product-layout.product--grant-mind .product-section .section-lead,
.product-layout.product--grant-mind .product-section .section-content,
.product-layout.product--grant-mind .product-section .section-content p,
.product-layout.product--grant-mind .faq-item,
.product-layout.product--grant-mind .faq-item summary,
.product-layout.product--grant-mind .faq-item .faq-a,
.product-layout.product--grant-mind .step p,
.product-layout.product--grant-mind .compare-table,
.product-layout.product--grant-mind .compare-table th,
.product-layout.product--grant-mind .compare-table td {
  color: var(--gm-ink) !important;
}

/* line 97, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .product-section .section-lead,
.product-layout.product--grant-mind .product-section .section-content p,
.product-layout.product--grant-mind .faq-item .faq-a,
.product-layout.product--grant-mind .step p {
  opacity: 1;
}

/* line 104, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind #challenge.product-section .section-body.is-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 112, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind #challenge.product-section .section-title-icon,
.product-layout.product--grant-mind #capabilities.product-section .section-title-icon,
.product-layout.product--grant-mind #who.product-section .section-title-icon,
.product-layout.product--grant-mind #how-it-works.product-section .section-title-icon,
.product-layout.product--grant-mind #faq.product-section .section-title-icon,
.product-layout.product--grant-mind #compare.product-section .section-title-icon {
  background: rgba(14, 174, 107, 0.16);
  color: #57d18a;
  border: 1px solid rgba(87, 209, 138, 0.24);
}

/* line 123, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .features .feature,
.product-layout.product--grant-mind .audience-card,
.product-layout.product--grant-mind .steps .step,
.product-layout.product--grant-mind .compare-table,
.product-layout.product--grant-mind .cta-card,
.product-layout.product--grant-mind #get-started.product-section .section-body.is-card,
.product-layout.product--grant-mind .grant-mind-challenge-card {
  background: var(--gm-glass) !important;
  color: var(--gm-ink);
  border: 1px solid var(--gm-glass-border) !important;
  box-shadow: var(--gm-glass-shadow) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

/* line 138, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .faq-item {
  background: var(--gm-glass) !important;
  color: var(--gm-ink);
  border: 0 !important;
  box-shadow: var(--gm-glass-shadow) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

/* line 147, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .features .feature .feature-media,
.product-layout.product--grant-mind .compare-table thead th {
  background: rgba(255, 255, 255, 0.08) !important;
}

/* line 152, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .features .feature h3,
.product-layout.product--grant-mind .features .feature .feature-title,
.product-layout.product--grant-mind .audience-card h3,
.product-layout.product--grant-mind .audience-card .audience-title,
.product-layout.product--grant-mind .steps .step h3,
.product-layout.product--grant-mind .grant-mind-challenge-card h3 {
  color: #57d18a !important;
}

/* line 161, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .features .feature .feature-icon,
.product-layout.product--grant-mind .audience-icon,
.product-layout.product--grant-mind .step .step-number,
.product-layout.product--grant-mind .grant-mind-challenge-card h3 i {
  background: rgba(14, 174, 107, 0.16);
  color: #57d18a;
  border-color: rgba(87, 209, 138, 0.24);
}

/* line 170, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .grant-mind-challenge-grid {
  max-width: 60rem;
  margin-inline: auto;
}

/* line 175, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .grant-mind-challenge-card h3 {
  display: flex;
  align-items: center;
  gap: .6rem;
}

/* line 181, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .grant-mind-challenge-card h3 i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(87, 209, 138, 0.24);
  font-size: 1rem;
  line-height: 1;
}

/* line 194, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .features .feature .feature-text,
.product-layout.product--grant-mind .features .feature p,
.product-layout.product--grant-mind .audience-card .audience-blurb,
.product-layout.product--grant-mind .audience-card .audience-bullets li,
.product-layout.product--grant-mind .cta-card,
.product-layout.product--grant-mind .cta-card p,
.product-layout.product--grant-mind .cta-card label,
.product-layout.product--grant-mind .cta-card .cta-title,
.product-layout.product--grant-mind .cta-card .cta-subtitle,
.product-layout.product--grant-mind #get-started.product-section .section-content,
.product-layout.product--grant-mind #get-started.product-section .section-content p,
.product-layout.product--grant-mind .grant-mind-challenge-card p {
  color: var(--gm-ink);
  opacity: 1;
}

/* line 210, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .audience-card {
  align-items: flex-start;
  text-align: left;
}

/* line 215, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind #who .audience-carousel {
  max-width: 42rem;
  margin-inline: auto;
}

/* line 220, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind #who .carousel-item {
  padding-inline: 3.25rem;
}

/* line 224, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind #who .audience-card,
.product-layout.product--grant-mind #how-it-works .steps {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}

/* line 231, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind #who .audience-card {
  max-width: 34rem;
}

/* line 235, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind #how-it-works .steps {
  max-width: 48rem;
}

/* line 239, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind #how-it-works .step {
  width: 100%;
  max-width: 100%;
  padding: 1rem 1.15rem;
  border-radius: .75rem;
}

/* line 246, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind #faq .faq {
  width: 100%;
  max-width: 75ch;
  margin-inline: auto;
}

/* line 252, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind #faq .faq-item {
  width: 100%;
}

/* line 256, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind #faq .faq-a,
.product-layout.product--grant-mind #faq summary span {
  display: inline-block;
  max-width: 75ch;
}

@media (max-width: 575.98px) {
  /* line 263, app/assets/stylesheets/themes/grant_mind.scss */
  .product-layout.product--grant-mind #who .carousel-item {
    padding-inline: 2.5rem;
  }
}

/* line 268, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .compare-table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

/* line 274, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .compare-table th,
.product-layout.product--grant-mind .compare-table td {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.18);
}

/* line 280, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .compare-table thead th {
  color: var(--gm-ink) !important;
  font-weight: 700;
}

/* line 285, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .compare-table .bool.yes {
  color: #57d18a;
}

/* line 289, app/assets/stylesheets/themes/grant_mind.scss */
.product-layout.product--grant-mind .site-footer,
.product-layout.product--grant-mind .site-footer p,
.product-layout.product--grant-mind .site-footer a,
.product-layout.product--grant-mind .site-footer li,
.product-layout.product--grant-mind .site-footer .footer-copy {
  color: #111827 !important;
}
