/* [project]/packages/ui/styles/module/dashboard.module.scss.module.css [client] (css) */
.dashboard-module-scss-module__3t99FG__hero {
  background: #fff;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  min-height: clamp(360px, 42vw, 560px);
  margin-top: -24px;
  margin-left: -24px;
  margin-right: -24px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.dashboard-module-scss-module__3t99FG__hero:before {
  content: "";
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #fff 0% 38%, #ffffffd9 55%, #fff0 72%);
  position: absolute;
  inset: 0;
}

.dashboard-module-scss-module__3t99FG__hero .dashboard-module-scss-module__3t99FG__hero_content {
  z-index: 2;
  flex-direction: column;
  align-self: start;
  gap: 12px;
  max-width: 600px;
  padding: 32px;
  display: flex;
  position: relative;
}

.dashboard-module-scss-module__3t99FG__hero .dashboard-module-scss-module__3t99FG__hero_content h3 {
  color: #4a6a8a;
}

.dashboard-module-scss-module__3t99FG__hero_media {
  z-index: 1;
  position: absolute;
  inset: 0;
}

.dashboard-module-scss-module__3t99FG__hero_media img {
  opacity: .7;
  object-fit: cover;
  object-position: right center;
  width: 100%;
  height: 100%;
}

.dashboard-module-scss-module__3t99FG__hero_actions {
  flex-wrap: wrap;
  display: flex;
}

.dashboard-module-scss-module__3t99FG__hero_btn {
  justify-content: center !important;
  width: 300px !important;
}

.dashboard-module-scss-module__3t99FG__card_hero_container {
  justify-content: space-between;
  gap: 12px;
  display: flex;
}

.dashboard-module-scss-module__3t99FG__card_hero_container .dashboard-module-scss-module__3t99FG__card_hero {
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #cfd8e6;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  width: 100%;
  padding: 16px;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px #0000001f;
}

.dashboard-module-scss-module__3t99FG__card_hero_container .dashboard-module-scss-module__3t99FG__card_hero h3, .dashboard-module-scss-module__3t99FG__card_hero_container .dashboard-module-scss-module__3t99FG__card_hero p {
  text-align: center;
}

.dashboard-module-scss-module__3t99FG__card_hero_container .dashboard-module-scss-module__3t99FG__card_hero img {
  max-height: 230px;
}

.dashboard-module-scss-module__3t99FG__section_about {
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #cfd8e6;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  width: 100%;
  padding: 16px;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px #0000001f;
}

.dashboard-module-scss-module__3t99FG__section_about img {
  max-height: 424px;
}

.dashboard-module-scss-module__3t99FG__section_how_to_add {
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  display: flex;
}

.dashboard-module-scss-module__3t99FG__how_to_add {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dashboard-module-scss-module__3t99FG__how_to_add:before, .dashboard-module-scss-module__3t99FG__how_to_add:after {
  content: "";
  background: #cfd8e6;
  flex: 1;
  max-width: 100%;
  height: 1px;
}

.dashboard-module-scss-module__3t99FG__how_to_add:before {
  margin-right: 8px;
}

.dashboard-module-scss-module__3t99FG__how_to_add:after {
  margin-left: 8px;
}

.dashboard-module-scss-module__3t99FG__how_to_add_desc {
  text-align: center;
}

@media (max-width: 980px) {
  .dashboard-module-scss-module__3t99FG__card_hero_container {
    flex-direction: column;
  }

  .dashboard-module-scss-module__3t99FG__section_about img {
    max-height: 329px;
  }
}

@media (max-width: 768px) {
  .dashboard-module-scss-module__3t99FG__hero {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: 524px;
  }

  .dashboard-module-scss-module__3t99FG__hero:before {
    background: linear-gradient(#fdfafe 0%, #fdfafef5 40%, #fdfafed1 58%, #fdfafe00 78%);
    height: 300px;
  }

  .dashboard-module-scss-module__3t99FG__hero .dashboard-module-scss-module__3t99FG__hero_content {
    margin: 0 auto;
    padding: 16px;
    display: flex;
  }

  .dashboard-module-scss-module__3t99FG__hero_media {
    z-index: 0;
    height: 600px;
  }

  .dashboard-module-scss-module__3t99FG__hero_media img {
    transform: translateY(-76px);
  }

  .dashboard-module-scss-module__3t99FG__hero_content {
    text-align: center;
  }

  .dashboard-module-scss-module__3t99FG__hero_actions {
    flex-direction: column;
    align-items: center;
  }

  .dashboard-module-scss-module__3t99FG__section_about, .dashboard-module-scss-module__3t99FG__section_how_to_add {
    flex-direction: column;
  }
}

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