.gen-ai-page {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 132px;
}
.hero-image-wrapper {
  position: absolute;
  width: 100%;
}

.hero-content {
  max-width: 750px;
}

h1 span {
  color: #4000a9;
}

.l {
  height: 280px;
  position: absolute;
  top: 70px;
  left: 0;
}
.r {
  height: 280px;
  position: absolute;
  top: 70px;
  right: 0;
}
.microcoaching-section,
.microcoaching-section * {
  box-sizing: border-box;
}
.microcoaching-section {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
.frame-1000008346 {
  padding: 0px 100px 0px 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ===== FAQ SECTION ===== */
.faq-section {
  padding: 0px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.faq-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.faq-header {
  text-align: center;
}

.faq-title {
  font-family: "Albert Sans", sans-serif;
  font-size: 48px;
  line-height: 110%;
  font-weight: 700;
  color: #4000a9;
  margin: 0;
  letter-spacing: -0.02em;
}

.faq-accordion {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}

.faq-item {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s ease;
  overflow: hidden;
  border-top: 1px solid rgba(229, 231, 235, 0.3);
  border-bottom: 1px solid rgba(229, 231, 235, 0.3);
}

.faq-item:nth-child(odd):last-child,
.faq-item:nth-child(even):nth-last-child(2) {
  border-bottom: 1px solid #e5e7eb;
}

.faq-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
}

.faq-question {
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
  flex: 1;
  text-align: left;
}

.faq-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.faq-item.active .faq-toggle {
  background: #4000a9;
  transform: rotate(180deg);
}

.faq-icon {
  width: 12px;
  height: 8px;
  fill: #6b7280;
  transition: all 0.3s ease;
}

.faq-item.active .faq-icon {
  fill: white;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: transparent;
}

.faq-item.active .faq-content {
  max-height: 500px;
  padding: 0 32px 24px 32px;
}

.faq-answer {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-answer p {
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #4b5563;
  margin: 0;
}

.faq-answer p strong {
  color: #1f2937;
  font-weight: 600;
}

/* FAQ Responsive Design */
@media (max-width: 1024px) {
  .faq-accordion {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.frame-1000008221 {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;

  position: relative;
}
.frame-1000008251 {
  background: #4000a9;
  border-radius: 8px;
  padding: 32px 10px 32px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;

  position: relative;
}
.gen-ai-powered-microcoaching {
  color: #ffffff;
  text-align: center;
  font-family: "AlbertSans-Bold", sans-serif;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.02em;
  font-weight: 700;
  position: relative;
  flex: 1;
}
.frame-1000008220 {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;

  position: relative;
}
.frame-1000008219 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;

  position: relative;
}
.manage-people-not-spreadsheets {
  text-align: left;
  font-family: "AlbertSans-Bold", sans-serif;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.02em;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
.manage-people-not-spreadsheets-span {
  color: #4000a9;
}
.manage-people-not-spreadsheets-span2 {
  color: #290074;
}
.managers-move-the-needle-gallup-s-global-study-it-s-the-manager-jim-clifton-jim-harter-shows-how-manager-interactions-shape-engagement-and-output-across-160-countries {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.managers-move-the-needle-gallup-s-global-study-it-s-the-manager-jim-clifton-jim-harter-shows-how-manager-interactions-shape-engagement-and-output-across-160-countries-span {
  color: #323232;
  font-family: "AlbertSans-Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.managers-move-the-needle-gallup-s-global-study-it-s-the-manager-jim-clifton-jim-harter-shows-how-manager-interactions-shape-engagement-and-output-across-160-countries-span2 {
  color: #4c4c4c;
  font-family: "AlbertSans-Regular", sans-serif;
}
.layer-1 {
  max-width: 477px;
  width: 100%;
  height: 204px;
  position: relative;
  overflow: hidden;
}

.layer-12 {
  width: 65.62%;
  height: 146.08%;
  position: absolute;
  right: 33.96%;
  left: 0.42%;
  bottom: -46.08%;
  top: 0%;
  overflow: hidden;
}
.group2 {
  height: auto;
  position: absolute;
  left: 0px;
  top: 45.63px;
  overflow: visible;
}
.vector {
  width: 49.23%;
  height: 24.86%;
  position: absolute;
  right: 45.35%;
  left: 5.41%;
  bottom: 38.61%;
  top: 36.53%;
  overflow: visible;
}
.group3 {
  opacity: 0.35;
  width: 45.19%;
  height: 46.7%;
  position: absolute;
  right: 2.87%;
  left: 51.94%;
  bottom: 50.77%;
  top: 2.52%;
  overflow: visible;
}
.vector2 {
  width: 50.29%;
  height: 51.97%;
  position: absolute;
  right: 0.32%;
  left: 49.39%;
  bottom: 48.03%;
  top: 0%;
  overflow: visible;
}
.group4 {
  width: 12.07%;
  height: 11.6%;
  position: absolute;
  right: 59.23%;
  left: 28.71%;
  bottom: 80.19%;
  top: 8.21%;
  overflow: visible;
}
.vector3 {
  width: 7.05%;
  height: 2.21%;
  position: absolute;
  right: 77.78%;
  left: 15.17%;
  bottom: 48.83%;
  top: 48.96%;
  overflow: visible;
}
.vector4 {
  width: 3.37%;
  height: 3.53%;
  position: absolute;
  right: 47.54%;
  left: 49.09%;
  bottom: 57.69%;
  top: 38.79%;
  overflow: visible;
}
.frame-1000008218 {
  padding: 40px 0px 40px 0px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  min-width: 280px;
  position: relative;
}
.frame-1000007991 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;

  position: relative;
}
._75 {
  color: #4000a9;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  position: relative;
}
.increase-in-productivity-for-field-teams {
  color: #4b484e;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.frame-1000007992 {
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px 0px 1px 0px;
  padding: 40px 0px 40px 0px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;

  position: relative;
}
._47 {
  color: #4000a9;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  position: relative;
}
.faster-sales-target-achievement {
  color: #4b484e;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.frame-1000008140 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;

  position: relative;
}
._26 {
  color: #4000a9;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  position: relative;
}
.frame-1000008347 {
  padding: 0px 100px 0px 100px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;

  position: relative;
}
.client-card {
  background: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-color: #d2d2d0;
  border-width: 1px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 52px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;

  position: relative;
}
.frame-1000008058 {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;

  position: relative;
}
.frame-1000008230 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;

  position: relative;
}
.fi-4667072 {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}
.danger {
  height: auto;
  position: absolute;
  left: 0px;
  top: 2.42px;
  overflow: visible;
}
.frame-1000008057 {
  padding: 8px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.frame-1000008002 {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.why-reviews-break-down {
  color: #323232;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 32px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.frame-1000008252 {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;

  position: relative;
}
.productive-drain-data-prep-steals-focus-reviews-get-postponed {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  flex: 1;
  min-width: 208px;
}
.productive-drain-data-prep-steals-focus-reviews-get-postponed-span {
  color: #290074;
  font-family: "AlbertSans-Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.productive-drain-data-prep-steals-focus-reviews-get-postponed-span2 {
  color: #4b484e;
  font-family: "AlbertSans-Regular", sans-serif;
}
.fragmented-feedback-check-ins-fixate-on-a-couple-of-kr-as-and-recency-bias {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  flex: 1;
  min-width: 208px;
}
.fragmented-feedback-check-ins-fixate-on-a-couple-of-kr-as-and-recency-bias-span {
  color: #290074;
  font-family: "AlbertSans-Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.fragmented-feedback-check-ins-fixate-on-a-couple-of-kr-as-and-recency-bias-span2 {
  color: #4b484e;
  font-family: "AlbertSans-Regular", sans-serif;
}
.subjective-appraisals-annual-reviews-turn-into-morale-sapping-marathons {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  flex: 1;
  min-width: 208px;
}
.subjective-appraisals-annual-reviews-turn-into-morale-sapping-marathons-span {
  color: #290074;
  font-family: "AlbertSans-Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.subjective-appraisals-annual-reviews-turn-into-morale-sapping-marathons-span2 {
  color: #4b484e;
  font-family: "AlbertSans-Regular", sans-serif;
}
.client-card2 {
  background: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-color: #d2d2d0;
  border-width: 1px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 52px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;

  position: relative;
}
.frame-10000080582 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;

  position: relative;
}
.frame-1000008231 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;

  position: relative;
}
.fi-9751000 {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.the-solution-performance-insight {
  color: #323232;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 32px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.frame-1000008253 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;

  position: relative;
}
.wingman-for-managers-gen-ai-automates-data-preparation-analysis-so-leaders-can-coach-not-crunch {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  flex: 1;
}
.wingman-for-managers-gen-ai-automates-data-preparation-analysis-so-leaders-can-coach-not-crunch-span {
  color: #290074;
  font-family: "AlbertSans-Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.wingman-for-managers-gen-ai-automates-data-preparation-analysis-so-leaders-can-coach-not-crunch-span2 {
  color: #4b484e;
  font-family: "AlbertSans-Regular", sans-serif;
}
.unified-insights-gen-ai-generates-clear-visual-and-qualitative-signals-across-individuals-kr-as-and-whole-teams-in-one-sleek-view {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  flex: 1;
}
.unified-insights-gen-ai-generates-clear-visual-and-qualitative-signals-across-individuals-kr-as-and-whole-teams-in-one-sleek-view-span {
  color: #290074;
  font-family: "AlbertSans-Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.unified-insights-gen-ai-generates-clear-visual-and-qualitative-signals-across-individuals-kr-as-and-whole-teams-in-one-sleek-view-span2 {
  color: #4b484e;
  font-family: "AlbertSans-Regular", sans-serif;
}
.image-33007 {
  align-self: stretch;

  height: 724.81px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 1080/724.81;
}

.microlearning-section,
.microlearning-section * {
  box-sizing: border-box;
}
.microlearning-section {
  padding: 0px 100px 0px 100px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
.frame-1000008257 {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;

  position: relative;
}
.frame-1000008251 {
  background: #4000a9;
  border-radius: 8px;
  padding: 32px 10px 32px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;

  position: relative;
}
.gen-ai-powered-microlearning {
  color: #ffffff;
  text-align: center;
  font-family: "AlbertSans-Bold", sans-serif;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.02em;
  font-weight: 700;
  position: relative;
}
.frame-1000008220 {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-end;
  align-self: stretch;

  position: relative;
}
.frame-1000008219 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.gen-ai-powered-microlearning2 {
  text-align: left;
  font-family: "AlbertSans-Bold", sans-serif;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.02em;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
.gen-ai-powered-microlearning-2-span {
  color: #290074;
}
.gen-ai-powered-microlearning-2-span2 {
  color: #4000a9;
}
.reimagine-microlearning-power-it-with-gen-ai-shorter-attention-spans-faster-ramp-ups-less-time-to-onboard-gen-ai-behavioural-science-turns-learning-into-real-time-performance-fuel {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 20px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.reimagine-microlearning-power-it-with-gen-ai-shorter-attention-spans-faster-ramp-ups-less-time-to-onboard-gen-ai-behavioural-science-turns-learning-into-real-time-performance-fuel-span {
  color: #323232;
  font-family: "AlbertSans-Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.reimagine-microlearning-power-it-with-gen-ai-shorter-attention-spans-faster-ramp-ups-less-time-to-onboard-gen-ai-behavioural-science-turns-learning-into-real-time-performance-fuel-span2 {
  color: #4c4c4c;
  font-family: "AlbertSans-Regular", sans-serif;
}
.frame-1000007992 {
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px 0px 1px 0px;
  padding: 40px 0px 40px 0px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  min-width: 312px;
  position: relative;
}
.self-center {
  align-self: center;
}
._12 {
  color: #4000a9;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  position: relative;
}
.of-employees-feel-their-company-onboards-well-gallup {
  color: #4b484e;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 20px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.frame-1000008258 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;

  position: relative;
}
.frame-1000008349 {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;

  position: relative;
}
.client-card {
  background: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-color: #d2d2d0;
  border-width: 1px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 52px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;

  position: relative;
}
.frame-1000008058 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;

  position: relative;
}
.frame-1000008232 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;

  position: relative;
}
.fi-4667072 {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  margin-top: 8px;
}
.danger {
  height: auto;
  position: absolute;
  left: 0px;
  top: 0;
  overflow: visible;
}
.frame-1000008057 {
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.frame-1000008002 {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.why-traditional-learning-falls-short {
  color: #323232;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 32px;
  line-height: 110%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.too-long-too-late-training-happens-far-from-real-time-performance {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
}
.too-long-too-late-training-happens-far-from-real-time-performance-span {
  color: #4000a9;
  font-family: "AlbertSans-Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.too-long-too-late-training-happens-far-from-real-time-performance-span2 {
  color: #4b484e;
  font-family: "AlbertSans-Regular", sans-serif;
}
.one-size-content-different-brains-same-template {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
}
.one-size-content-different-brains-same-template-span {
  color: #4000a9;
  font-family: "AlbertSans-Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.one-size-content-different-brains-same-template-span2 {
  color: #4b484e;
  font-family: "AlbertSans-Regular", sans-serif;
}
.disconnected-from-kp-is-no-link-to-what-moves-the-needle-at-work {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
}
.disconnected-from-kp-is-no-link-to-what-moves-the-needle-at-work-span {
  color: #4000a9;
  font-family: "AlbertSans-Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.disconnected-from-kp-is-no-link-to-what-moves-the-needle-at-work-span2 {
  color: #4b484e;
  font-family: "AlbertSans-Regular", sans-serif;
}
.no-feedback-loop-theory-ends-in-slides-not-on-the-floor {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
}
.no-feedback-loop-theory-ends-in-slides-not-on-the-floor-span {
  color: #4000a9;
  font-family: "AlbertSans-Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.no-feedback-loop-theory-ends-in-slides-not-on-the-floor-span2 {
  color: #4b484e;
  font-family: "AlbertSans-Regular", sans-serif;
}
.source-why-the-onboarding-experience-is-key-for-retention-gallup-2018 {
  color: #7a7a78;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  font-style: italic;
}
.frame-1000008233 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;

  position: relative;
}
.fi-702814 {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  margin-top: 8px;
}
.group {
  height: auto;
  position: absolute;
  left: 3.33px;
  top: 15px;
  overflow: visible;
}
.transform-knowledge-into-performance-why-it-works {
  color: #323232;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 32px;
  line-height: 100%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.adaptive-learning-sessions-flex-to-pace-role-and-performance-patterns-nudging-each-learner-toward-mastery {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  flex: 1;
}
.adaptive-learning-sessions-flex-to-pace-role-and-performance-patterns-nudging-each-learner-toward-mastery-span {
  color: #4000a9;
  font-family: "AlbertSans-Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.adaptive-learning-sessions-flex-to-pace-role-and-performance-patterns-nudging-each-learner-toward-mastery-span2 {
  color: #4b484e;
  font-family: "AlbertSans-Regular", sans-serif;
}
.autonomous-self-led-two-minute-micro-coaching-arrives-in-the-flow-of-work-not-after-hours {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  flex: 1;
}
.autonomous-self-led-two-minute-micro-coaching-arrives-in-the-flow-of-work-not-after-hours-span {
  color: #4000a9;
  font-family: "AlbertSans-Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.autonomous-self-led-two-minute-micro-coaching-arrives-in-the-flow-of-work-not-after-hours-span2 {
  color: #4b484e;
  font-family: "AlbertSans-Regular", sans-serif;
}
.learning-with-impact-every-module-ties-to-kr-as-and-skills-so-you-can-see-knowledge-translate-into-outcomes {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  flex: 1;
}
.learning-with-impact-every-module-ties-to-kr-as-and-skills-so-you-can-see-knowledge-translate-into-outcomes-span {
  color: #4000a9;
  font-family: "AlbertSans-Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.learning-with-impact-every-module-ties-to-kr-as-and-skills-so-you-can-see-knowledge-translate-into-outcomes-span2 {
  color: #4b484e;
  font-family: "AlbertSans-Regular", sans-serif;
}
.frame-1000008229 {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;

  position: relative;
}
.client-card2 {
  background: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-color: #d2d2d0;
  border-width: 1px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 52px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;

  position: relative;
}
.frame-1000008234 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;

  position: relative;
}
.fi-18952871 {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
  margin-top: 8px;
}
.gen-ai-led-microlearning-how-it-works {
  color: #323232;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 32px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.productive-drain-data-prep-steals-focus-reviews-get-postponed {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
}
.productive-drain-data-prep-steals-focus-reviews-get-postponed-span {
  color: #4000a9;
  font-family: "AlbertSans-Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.productive-drain-data-prep-steals-focus-reviews-get-postponed-span2 {
  color: #4b484e;
  font-family: "AlbertSans-Regular", sans-serif;
}
.fragmented-feedback-check-ins-fixate-on-a-couple-of-kr-as-and-recency-bias {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.fragmented-feedback-check-ins-fixate-on-a-couple-of-kr-as-and-recency-bias-span {
  color: #4000a9;
  font-family: "AlbertSans-Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.fragmented-feedback-check-ins-fixate-on-a-couple-of-kr-as-and-recency-bias-span2 {
  color: #4b484e;
  font-family: "AlbertSans-Regular", sans-serif;
}
.subjective-appraisals-annual-reviews-turn-into-morale-sapping-marathons {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
}
.subjective-appraisals-annual-reviews-turn-into-morale-sapping-marathons-span {
  color: #4000a9;
  font-family: "AlbertSans-Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.subjective-appraisals-annual-reviews-turn-into-morale-sapping-marathons-span2 {
  color: #4b484e;
  font-family: "AlbertSans-Regular", sans-serif;
}
.client-card3 {
  background: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-color: #d2d2d0;
  border-width: 1px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 52px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex: 1;

  position: relative;
}
.frame-1000008235 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;

  position: relative;
}
.fi-9487416 {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
  margin-top: 8px;
}
.tie-learning-directly-to-performance {
  color: #323232;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 32px;
  line-height: 110%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.deliver-lessons-linked-to-live-goals-metrics-and-behaviours {
  color: #4b484e;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  flex: 1;
}
.learners-track-application-see-real-world-results-and-get-nudged-to-the-next-module {
  color: #4b484e;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  flex: 1;
}
.all-in-2-minute-chunks-right-inside-the-workday {
  color: #4b484e;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  flex: 1;
}
.trust-resbonsible-ai,
.trust-resbonsible-ai * {
  box-sizing: border-box;
}
.trust-resbonsible-ai {
  padding: 0px 100px 0px 100px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
.frame-1000008261 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;

  position: relative;
}
.frame-10000082612 {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  border-style: solid;
  border-color: #4000a9;
  border-width: 1px;
  padding: 12px 16px 12px 16px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: center;

  position: relative;
}
.label {
  color: #4000a9;
  text-align: center;
  font-family: "AlbertSans-SemiBold", sans-serif;
  font-size: 16px;
  letter-spacing: 0.03em;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-responsible-ai {
  color: #4000a9;
  text-align: center;
  font-family: "AlbertSans-Bold", sans-serif;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.02em;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
.frame-1000008230 {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;

  position: relative;
}
.client-card {
  background: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-color: #d2d2d0;
  border-width: 1px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 52px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  min-width: 360px;
  position: relative;
}
.frame-1000008058 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;

  position: relative;
}
.security-privacy {
  color: #4000a9;
  text-align: left;
  font-family: "AlbertSans-Bold", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  flex: 1;
  width: 560px;
}
.frame-1000008222 {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;

  position: relative;
}
.iso-27001-certified-infrastructure-with-encryption-in-transit-and-at-rest-role-based-access-controls-ensure-only-authorised-managers-see-employee-data {
  color: #4b484e;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.ethical-guardrails {
  color: #4000a9;
  text-align: left;
  font-family: "AlbertSans-Bold", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  flex: 1;
  width: 560px;
}
.all-gen-ai-outputs-are-transparently-logged-and-auditable-our-behavioural-ai-ethics-charter-prevents-bias-amplification-and-respects-user-autonomy {
  color: #4b484e;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  font-weight: 400;
  position: relative;
  flex: 1;
}

@media (max-width: 768px) {
  .gen-ai-page {
    gap: 80px;
  }
  .hero-content {
    max-width: 500px;
  }
  .l {
    height: 280px;
    position: absolute;
    top: -15px;
    left: -75px;
  }
  .r {
    height: 280px;
    position: absolute;
    top: 70px;
    right: -80px;
  }
  .frame-1000008346 {
    padding: 0px 40px;
  }
  .gen-ai-powered-microcoaching,
  .gen-ai-powered-microlearning {
    font-size: 26px;
  }
  .faq-section {
    padding: 60px 30px;
  }

  .faq-title {
    font-size: 36px;
  }

  .faq-item-header {
    padding: 20px 24px;
  }

  .faq-question {
    font-size: 16px;
  }

  .faq-item.active .faq-content {
    padding: 0 24px 20px 24px;
  }

  .faq-answer p {
    font-size: 14px;
  }
  .frame-1000008221 {
    gap: 40px;
  }
  .frame-1000008218 {
    padding: 0;
  }
  .frame-1000008347 {
    padding: 60px 20px 0;
  }
  .image-33007 {
    object-fit: contain;
    height: 420px;
  }
  .frame-1000008257 {
    gap: 40px;
  }
}

/* Breakpoint 2 - Mobile */
@media (max-width: 576px) {
  .hero-section {
    padding-top: 73px;
  }
  .l {
    height: 190px;
    position: absolute;
    top: 250px;
    left: -22px;
  }
  .r {
    height: 190px;
    position: absolute;
    top: 0px;
    right: -80px;
  }
  .frame-1000008346 {
    padding: 0 20px;
    width: 100%;
  }
  .frame-1000008219 {
    width: 100%;
  }
  .microlearning-section,
  .trust-resbonsible-ai {
    padding: 0 20px;
    gap: 40px;
  }
  .faq-section {
    padding: 0 20px;
  }
}
