.welcome-to-taler-text {
  font-weight: 550;
}

.target-audience-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 66 179 / var(--tw-bg-opacity, 1));
  width: 100%;
  padding-bottom: 4rem;
  position: relative;
}

@media (width >= 1024px) {
  .target-audience-selection {
    padding-bottom: 2rem;
  }
}

.target-audience-selection:before {
  content: "";
  background-image: url("../images/topbg.7abd73b5.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 217px;
  position: absolute;
  bottom: 100%;
  left: 0;
}

@media screen and (width <= 768px) {
  .target-audience-selection:before {
    --tw-bg-opacity: 1;
    background-color: rgb(0 66 179 / var(--tw-bg-opacity, 1));
    background-image: none;
    height: 2rem;
  }
}

.target-audience-selection:after {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  width: 100vw;
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
}

@media (width >= 1024px) {
  .target-audience-selection:after {
    display: block;
  }
}

.target-audience-selection:after {
  content: "";
  z-index: 5;
  height: 60%;
  top: 40%;
}

.target-audience-selection .target-audience-card {
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  border-radius: 1.5rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  max-width: 36rem;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.target-audience-selection .target-audience-card h3 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.25rem;
}

.target-audience-selection .target-audience-card p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
/*# sourceMappingURL=landing.21a6c33c.css.map */
