:root {
  --primary-color: #5b254f;
}

/* New landing start */
.app_Mainheader_02 .navBar ul.navUl {
}
.app_Mainheader_02 .navBar ul.navUl li a {
  text-transform: capitalize;

  font-family: "Roboto Condensed";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Mozilla Text */
.font-Mozilla {
  font-family: "Mozilla Text", serif;
  font-weight: 400;
}

.font-Mozilla strong {
  font-family: "Mozilla Text", serif;
  font-weight: 600;
}

.font-Mozilla-500 {
  font-weight: 500;
  font-family: "Mozilla Text", serif;
}

.font-Mozilla-600 {
  font-weight: 600;
  font-family: "Mozilla Text", serif;
}

.font-Mozilla-700 {
  font-weight: 700;
  font-family: "Mozilla Text", serif;
}

/* Roboto Condensed */
.font-Roboto-Condensed {
  font-family: "Roboto Condensed";
  font-weight: 400;
}

.font-Roboto-Condensed-500 {
  font-weight: 500;
  font-family: "Roboto Condensed";
}

.font-Roboto-Condensed-600 {
  font-weight: 600;
  font-family: "Roboto Condensed";
}

.font-Roboto-Condensed-700 {
  font-weight: 700;
  font-family: "Roboto Condensed";
}

.app_Mainheader_02 .navBar ul.navUl li {
  padding: 0 16px;
}
.primaryBtn {
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}

.font-70px {
  font-size: 70px;
}

.heroBannerInner-container {
  max-width: 1730px;
}
.rounded-8px {
  border-radius: 8px !important;
}
.btn-outline-light.btn-outline-light-hover-black:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.abnoWrapper {
  background: #fff;
  padding: 90px 0;
}

.abnoImg {
  max-width: 620px;
  margin: auto;
}

.abnoHeading {
  line-height: 1.05;
}

.abnoDesc {
  font-size: 22px;
  line-height: 1.35;
  color: #222;
  margin-top: 18px;
}

.abnoTitle {
  font-size: 20px;
  line-height: 1.2;
  color: #111;
}

.abnoCard {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  height: 100%;
  padding: 10px 18px 10px 20px;
  background: #fff;
  border-radius: 10px 0 0 10px;
  background: linear-gradient(90deg, #efe7ed 0%, #fff 100%);

  font-family: "Mozilla Text", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  border-left: 4px solid #6f3562;

  overflow: hidden;
}
.mb-100px {
  margin-bottom: 100px !important;
}
.container-max-1500px {
  max-width: 1500px;
}
.container-max-1680px {
  max-width: 1680px;
}

.HeroRoww {
}

@media (min-width: 1024px) and (max-width: 1500px) {
  .heroImg {
    box-shadow: 0 40px 30px -30px rgba(17, 24, 39, 0.2);
  }
  .heroImgCol {
    align-self: center !important;
  }
  .app_Mainheader_02 .navBar ul.navUl {
	justify-content: space-between; padding-left: 20px;padding-right: 11px;
}
.navBar{ flex-grow: 1;}
}

@media (max-width: 1599px) {
  .font-70px {
    font-size: 60px;
  }
}

@media (max-width: 1399px) {
  .abnoHeading {
    font-size: 60px;
  }
}

@media (max-width: 1199px) {
  .abnoHeading {
    font-size: 52px;
  }

  .abnoDesc {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .abnoHeading {
    font-size: 42px;
  }

  .abnoDesc {
    font-size: 20px;
  }

  .abnoCard {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .abnoWrapper {
    padding: 60px 0;
  }

  .abnoHeading {
    font-size: 34px;
  }

  .abnoDesc {
    font-size: 18px;
  }
}

.manualAssessmentSec {
  background: #fff;
  padding: 90px 0;
}

.manualHeading {
  color: #5e2e58;
  line-height: 1.06;
}

.font-54px {
  font-size: 54px;
}

.manualSubHeading {
  color: #111;
  line-height: 1.3;
}

.manualDesc {
  line-height: 1.55;
  color: #222;
  max-width: 670px;
}

.manualListCard {
  position: relative;
  margin-top: 0px;
  border-radius: 10px;
  margin-top: -8px;
  border: 1px solid #6f3562;
  background: linear-gradient(92deg, #fff 0.12%, #faf7fa 101.33%);

  padding: 15px 20px;
}

.manualListTitle {
  top: -1px;
  left: -1px;
  border-radius: 10px 10px 0 0;
  background: #6e3562;
  color: #fff;
  line-height: 1;
  padding: 12px 22px 20px;
}

.manualList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.manualList li {
  position: relative;
  padding-left: 28px;

  color: #000;
  margin-bottom: 10px;
  font-family: "Mozilla Text";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 126%; /* 190% */
}
.manualList li:last-child {
  margin-bottom: 0;
}

.font-22px {
  font-size: 22px;
}
.manualList li::before {
  content: "!";
  position: absolute;
  left: 0;
  top: 3px;

  width: 18px;
  height: 18px;

  border-radius: 50%;
  background: #f41a1a;

  color: #fff;
  font-size: 13px;
  font-weight: 700;

  display: flex;
  align-items: center;
  justify-content: center;
}

.manualImg {
  max-width: 720px;
  margin-left: auto;
}

/* Font Size Utilities */

.font-12px {
  font-size: 12px;
}
.font-14px {
  font-size: 14px;
}
.font-16px {
  font-size: 16px;
}
.font-18px {
  font-size: 18px;
}
.font-20px {
  font-size: 20px;
}
.font-22px {
  font-size: 22px;
}
.font-24px {
  font-size: 24px;
}
.font-26px {
  font-size: 26px;
}
.font-28px {
  font-size: 28px;
}
.font-30px {
  font-size: 30px;
}
.font-32px {
  font-size: 32px;
}
.font-34px {
  font-size: 34px;
}
.font-36px {
  font-size: 36px;
}
.font-38px {
  font-size: 38px;
}
.font-40px {
  font-size: 40px;
}
.font-42px {
  font-size: 42px;
}
.font-44px {
  font-size: 44px;
}
.font-46px {
  font-size: 46px;
}
.font-48px {
  font-size: 48px;
}
.font-50px {
  font-size: 50px;
}
.font-52px {
  font-size: 52px;
}
.font-54px {
  font-size: 54px;
}

@media (max-width: 1399px) {
  .manualHeading {
    font-size: 60px;
  }
}

@media (max-width: 1199px) {
  .manualHeading {
    font-size: 52px;
  }

  .manualDesc {
    font-size: 21px;
  }
}

@media (max-width: 991px) {
  .manualAssessmentSec {
    padding: 70px 0;
  }

  .manualHeading {
    font-size: 42px;
  }

  .manualSubHeading {
    font-size: 22px;
  }

  .manualDesc {
    font-size: 18px;
  }

  .manualList li {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .manualHeading {
    font-size: 34px;
  }

  .manualListTitle {
    position: static;
    margin: -46px -24px 24px;
    border-radius: 16px 16px 0 0;
  }
}
/* XL */
@media (max-width: 1399px) {
  .font-54px {
    font-size: 50px;
  }
  .font-52px {
    font-size: 48px;
  }
  .font-50px {
    font-size: 46px;
  }
  .font-48px {
    font-size: 44px;
  }
  .font-46px {
    font-size: 42px;
  }
  .font-44px {
    font-size: 40px;
  }
  .font-42px {
    font-size: 38px;
  }
  .font-40px {
    font-size: 36px;
  }
}

/* LG */
@media (max-width: 1199px) {
  .font-54px {
    font-size: 40px;
  }
  .font-52px {
    font-size: 40px;
  }
  .font-50px {
    font-size: 42px;
  }
  .font-48px {
    font-size: 40px;
  }
  .font-46px {
    font-size: 38px;
  }
  .font-44px {
    font-size: 36px;
  }
  .font-42px {
    font-size: 34px;
  }
  .font-40px {
    font-size: 32px;
  }
}

/* MD */
@media (max-width: 991px) {
  .font-54px {
    font-size: 40px;
  }
  .font-52px {
    font-size: 38px;
  }
  .font-50px {
    font-size: 36px;
  }
  .font-48px {
    font-size: 34px;
  }
  .font-46px {
    font-size: 32px;
  }
  .font-44px {
    font-size: 30px;
  }
  .font-42px {
    font-size: 28px;
  }
  .font-40px {
    font-size: 26px;
  }

  .font-38px {
    font-size: 24px;
  }
  .font-36px {
    font-size: 22px;
  }
  .font-34px {
    font-size: 21px;
  }
  .font-32px {
    font-size: 20px;
  }
  .font-30px {
    font-size: 19px;
  }
  .font-28px {
    font-size: 18px;
  }
}

/* SM */
@media (max-width: 767px) {
  .font-54px {
    font-size: 30px;
  }
  .font-52px {
    font-size: 33px;
  }
  .font-50px {
    font-size: 32px;
  }
  .font-48px {
    font-size: 30px;
  }
  .font-46px {
    font-size: 28px;
  }
  .font-44px {
    font-size: 27px;
  }
  .font-42px {
    font-size: 26px;
  }
  .font-40px {
    font-size: 25px;
  }

  .font-38px {
    font-size: 24px;
  }
  .font-36px {
    font-size: 22px;
  }
  .font-34px {
    font-size: 21px;
  }
  .font-32px {
    font-size: 20px;
  }
  .font-30px {
    font-size: 19px;
  }
  .font-28px {
    font-size: 18px;
  }
  .font-26px {
    font-size: 17px;
  }
  .font-24px {
    font-size: 16px;
  }
  .font-22px {
    font-size: 16px;
  }
  .font-20px {
    font-size: 18px;
  }
  .font-18px {
    font-size: 15px;
  }
}

.pressureSection {
  background: #fff;
}
.text-F00E0E {
  color: #f00e0e !important;
}
.sectionDivider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.sectionDivider::before,
.sectionDivider::after {
  content: "";
  flex: 1;
  height: 2px;

  background: linear-gradient(270deg, #fff 0%, #dbccdf 100%);
}

.sectionDivider::before {
  background: linear-gradient(270deg, #dbccdf 0%, #fff 100%);
}

.pressureCard {
  height: 230px;

  padding: 30px 15px;
  border-radius: 10px;
  border: 1px solid #f86161;
  background: #fff;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  transition: 0.3s;
}

.pressureCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
}

.pressureIcon {
  width: 86px;
  min-width: 86px;
  height: 86px;
  min-height: 86px;

  border: 1px solid #f86161;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #f86161;
  font-size: 38px;

  margin-bottom: 12px;
}

.dangerIcon {
  color: #ff1d1d;
  font-size: 30px;
}

.downArrow {
  color: #ff1d1d;
  font-size: 52px;
  line-height: 1;

  animation: arrowMove 1.5s infinite;
}
.pressureSlider {
  display: flex;
  gap: 20px;
}

.pressureCardItem {
  flex: 1;
}

@keyframes arrowMove {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px);
  }

  100% {
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .pressureCard {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .pressureCard {
    height: auto;
    min-height: 190px;
  }

  .sectionDivider::before,
  .sectionDivider::after {
    display: none;
  }
}

.commandCentreSec {
  background: #fff;
}

.commandCentreSec .sectionDivider {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.commandCard {
  height: 100%;
  min-height: 74px;
  border: 1px solid #9d6c93;
  border-radius: 18px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  background: #fff;
  transition: all 0.3s ease;
}

.commandCard:hover {
  border-color: var(--primary-color);
  box-shadow: 0 10px 25px rgba(110, 53, 98, 0.08);
  transform: translateY(-2px);
}

.commandIcon {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border: 1px solid #6e3562;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.commandIcon img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
}

.commandText {
  flex: 1;
  padding: 0 14px;
  color: #1f1f1f;
  line-height: 1.3;
}

.commandCheck {
  width: 24px;
  min-width: 24px;
}

.commandCheck img {
  width: 24px;
  height: 24px;
}

.commandSummary {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border: 1px solid #9d6c93;
  border-left: 6px solid #6e3562;
  border-radius: 15px 0 0 15px;
  background: linear-gradient(90deg, #efe7ed 0%, #fff 100%);
  color: #1f1f1f;
  line-height: 1.45;
}

/* ---------- Responsive ---------- */

@media (max-width: 1199px) {
  .commandCard {
    height: 68px;
  }

  .commandSummary {
    height: auto;
    min-height: 68px;
  }
}

@media (max-width: 991px) {
  .commandCentreSec .sectionDivider {
    max-width: 100%;
  }

  .commandCard {
    height: auto;
    min-height: 68px;
  }

  .commandSummary {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .commandCard {
    padding: 12px;
  }

  .commandIcon {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }

  .commandIcon img {
    width: 20px;
    height: 20px;
  }

  .commandText {
    padding: 0 10px;
  }
}

/*======================================
    Trust Section
======================================*/

.trustSection {
  background: linear-gradient(180deg, #fff 0%, #fff8e4 100%);
}

.trustSection h2 {
  letter-spacing: -0.5px;
}

.trustCard {
  display: flex;
  align-items: center;
  border-radius: 15px;
  border: 1px solid #6f3562;
  background: linear-gradient(92deg, #fff 0.12%, #faf7fa 101.33%);
  min-height: 70px;
  padding: 10px 18px;
  transition: all 0.3s ease;
}

.trustCard:hover {
  box-shadow: 0 12px 30px rgba(110, 53, 98, 0.08);
  transform: translateY(-2px);
}

.mb-15px {
  margin-bottom: 15px;
}

.trustIcon {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border: 1px solid #6e3562;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}

.trustIcon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.trustContent {
  line-height: 1.3;
  color: #000000;
}

.trustContent strong {
  font-weight: 700;
}

/* Bottom Card */

.trustBottom {
  display: flex;
  align-items: center;
}

.trustBottom img {
  width: 82px;
  position: relative;
  z-index: 2;
}

.trustBottomCard {
  flex: 1;
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: 18px 28px;
  border-radius: 18px;
  border-left: 6px solid var(--primary-color);
  background: linear-gradient(90deg, #f8f1f8 0%, #ffffff 100%);
  box-shadow: 0 10px 35px rgba(110, 53, 98, 0.08);
}

/*======================================
    Right Panel
======================================*/

.achievementCard {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.achievementHeader {
  background: var(--primary-color);
  color: #fff;
  padding: 22px;
  line-height: 1.2;
}

.achievementBody {
  padding: 20px 39px 39px;
}

.achievementItem {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 10px 20px 10px 26px;
  margin-bottom: 12px;
  border: 1px solid #f1c964;
  border-radius: 16px;
  background: #fff;
}

.achievementItem:last-child {
  margin-bottom: 0;
}

.achievementCheck {
  width: 28px;
  min-width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.achievementCheck img {
  width: 26px;
  height: 26px;
}

.achievementItem span:last-child {
  line-height: 1.35;
  color: #000000;
}

.max-822px {
  max-width: 822px;
  margin: 0 auto;
}

.trustCard-new {
  padding: 22px 27px;
}

.mt-50px {
  margin-top: 50px;
}

.pb-247px {
  padding-bottom: 247px;
}

.mt-0px {
  margin-top: -187px;
}
/*======================================
    Responsive
======================================*/

@media (max-width: 1199px) {
  .achievementHeader {
    padding: 20px;
  }

  .achievementBody {
    padding: 18px;
  }
}

@media (max-width: 991px) {
  .trustSection h2 br {
    display: none;
  }

  .trustBottom {
    margin-bottom: 40px;
  }

  .achievementCard {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .trustCard {
    padding: 10px 14px;
    min-height: 66px;
  }

  .trustIcon {
    width: 38px;
    min-width: 38px;
    height: 38px;
    margin-right: 12px;
  }

  .trustIcon img {
    width: 20px;
    height: 20px;
  }

  .trustBottom {
    align-items: flex-start;
  }

  .trustBottom img {
    width: 62px;
  }

  .trustBottomCard {
    padding: 16px 18px;
    min-height: auto;
  }

  .achievementHeader {
    padding: 18px 15px;
  }

  .achievementBody {
    padding: 15px;
  }

  .achievementItem {
    min-height: auto;
    padding: 12px 14px 12px 24px;
    margin-bottom: 10px;
  }

  .achievementCheck {
    width: 24px;
    min-width: 24px;
    height: 24px;
    left: -12px;
  }

  .achievementCheck img {
    width: 22px;
    height: 22px;
  }
}

.trustBottom .commandSummary {
  border-radius: 10px 0 0 10px;
  background: linear-gradient(90deg, #efe7ed 0%, #fffbef 100%);
  border-width: 0 0 0 4px;
  flex-grow: 1;
}

/*======================================
    Institution Journey Card
======================================*/

.institutionJourneyCard {
  border: 2px solid #6e3562;
  border-radius: 20px;
  background: var(--primary-color);
  padding: 0;
  overflow: hidden;
}

.institutionJourneyBody {
  background: linear-gradient(180deg, #fff 26.8%, #fff8e4 159.37%);
  padding: 40px 40px 20px;
  border-radius: 20px 20px 20px 20px;
}

.institutionJourneyHeader {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}

.institutionJourneyHeading {
  flex: 1;
  max-width: 1007px;
}

.institutionJourneyIntro {
  color: #000000;
  line-height: 1.5;
  margin-bottom: 28px;
}

.institutionJourneyFeatures {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 28px;
  margin-bottom: 56px;
}

.institutionJourneyCol {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 14px;
}

.institutionJourneyPill {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 23px 38px;
  border: 1px solid #6f3562;
  border-radius: 16px;
  background: linear-gradient(92deg, #fff 0.12%, #faf7fa 101.33%);
  color: #000000;
  line-height: 1.35;
}

.institutionJourneyPillCheck {
  width: 44px;
  min-width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.institutionJourneyPillCheck img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.institutionJourneyOutcome {
  position: relative;
  background: var(--primary-color);
  margin: 0;
  padding: 78px 60px 40px;
  border-radius: 0 0 20px 20px;
}

.institutionJourneyOutcomeLabel {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 2px solid #6f3562;
  border-radius: 50px;
  padding: 24px 37px;
  white-space: nowrap;
  line-height: 1.2;
}

.institutionJourneyOutcomeGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.institutionJourneyOutcomeCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  min-height: 118px;
  padding: 18px 12px 16px;
  border-radius: 15px;
  background: #fff;
}

.institutionJourneyOutcomeCard span:last-child {
  line-height: 1.3;
}

.max-w-743px {
  max-width: 743px;
  margin: 0 auto;
}

.max-w-700px {
  max-width: 700px;
  margin: 0 auto;
}

.mb-28px {
  margin-bottom: 28px;
}

@media (max-width: 1199px) {
  .institutionJourneyOutcomeGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .institutionJourneyCard {
    border-radius: 20px;
  }

  .institutionJourneyBody {
    padding: 32px 24px 40px;
    border-radius: 20px 20px 20px 20px;
  }

  .institutionJourneyFeatures {
    grid-template-columns: 1fr;
    margin-bottom: 48px;
  }

  .institutionJourneyOutcome {
    padding: 58px 24px 24px;
    border-radius: 0 0 20px 20px;
  }

  .institutionJourneyOutcomeGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .institutionJourneyCard {
    border-radius: 20px;
  }

  .institutionJourneyBody {
    padding: 24px 18px 36px;
    border-radius: 20px 20px 20px 20px;
  }

  .institutionJourneyHeader {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .institutionJourneyPill {
    min-height: auto;
    padding: 10px 16px 10px 24px;
    border-radius: 16px;
  }

  .institutionJourneyOutcome {
    padding: 36px 18px 20px;
    border-radius: 0 0 20px 20px;
  }

  .institutionJourneyOutcomeLabel {
    padding: 8px 20px;
    white-space: normal;
    text-align: center;
    max-width: inherit;
    width: calc(100% - 40px);
  }
  .institutionJourneyOutcomeIcon img {
    width: 40px;
    height: auto;
    max-width: 40px;
  }

  .institutionJourneyOutcomeGrid {
    grid-template-columns: 1fr;
  }

  .institutionJourneyOutcomeCard {
    min-height: auto;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    padding: 14px 16px;
    gap: 14px;
  }
}

/*======================================
    Stronger Section
======================================*/

.strongerSection {
  background: #fff;
}

.strongerHeader {
  max-width: 920px;
  margin: 0 auto 23px;
  color: #000000;
}

.strongerGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  row-gap: 25px;
  column-gap: 47px;
  margin-bottom: 40px;
  padding: 0 14px;
}

.strongerCard {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 14px 20px 14px 26px;
  border: 1px solid #f1c964;
  border-radius: 15px;
  background: linear-gradient(180deg, #fff 0%, #fff8e4 100%);
  color: #000000;
  line-height: 1.35;
}

.strongerCardCheck {
  width: 28px;
  min-width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.strongerCardCheck img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.strongerMidText {
  margin: 0 auto 24px;
  line-height: 1.5;
  color: #000000;
}

.strongerOutcome {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 27px;
  border: 1px solid #6f3562;
  border-radius: 20px;
  background: linear-gradient(92deg, #fff 0.12%, #faf7fa 101.33%);
  max-width: 820px;
  margin: 0 auto;
}

.strongerOutcomeIcon {
  flex-shrink: 0;
  line-height: 0;
}

.strongerOutcomeIcon img {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.strongerOutcomeContent {
  line-height: 1.35;
  color: #000000;
}

.strongerOutcomeContent strong {
  font-weight: 700;
}

@media (max-width: 1199px) {
  .strongerGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .strongerHeader {
    margin-bottom: 32px;
  }

  .strongerGrid {
    gap: 20px;
    row-gap: 20px;
    column-gap: 20px;
    margin-bottom: 32px;
  }

  .strongerMidText {
    margin-bottom: 32px;
  }

  .strongerOutcome {
    padding: 20px 22px;
  }

  .strongerOutcomeIcon img {
    width: 72px;
    height: 72px;
  }
}

@media (max-width: 767px) {
  .strongerGrid {
    grid-template-columns: 1fr;
  }

  .strongerCard {
    min-height: auto;
    padding: 12px 16px 12px 24px;
    border-radius: 16px;
  }

  .strongerOutcome {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 16px;
    border-radius: 16px;
  }

  .strongerOutcomeIcon img {
    width: 64px;
    height: 64px;
  }
}

/*======================================
    Follows Section
======================================*/

.followsSection {
  position: relative;
  background-image: none;
  overflow: hidden;
  padding-top: 90px;
}

.followsSectionBgWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.followsSectionBg {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: top center;
}

.followsSection > .container {
  position: relative;
  z-index: 1;
}

.followsHeader {
  max-width: 900px;
  margin: 0 auto 40px;
}

.followsFlow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
}

.followsFlowCard {
  flex: 1 1 292px;
  max-width: 292px;
  min-height: 160px;
  padding: 21px 25px;
  border: 1px solid #6f3562;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #faf7fa 100%);
}

.followsFlowCardLine {
  display: block;
  width: 42px;
  height: 3px;
  margin: 12px 0;
  border-radius: 2px;
  background: #6e3562;
}

.followsFlowCardDesc {
  color: #1f1f1f;
  line-height: 1.45;
}

.followsFlowArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 4px;
}

.followsPlatformBox {
  border: 1px solid #6f3562;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 26.8%, #fff8e4 159.37%);
  padding: 50px;
}

.followsPlatformHeading {
  line-height: 1.2;
}

.followsPlatformGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  row-gap: 30px;
  column-gap: 50px;
  padding: 0 14px;
}

.followsFeatureCard {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 19px 37px;
  border: 1px solid #6f3562;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #faf7fa 100%);
}

.followsFeatureCheck {
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
}

.followsFeatureCheck img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.followsFeatureText {
  color: #1f1f1f;
  line-height: 1.4;
}

.followsFeatureText p {
  color: #1f1f1f;
}

.max-w-568px {
  max-width: 568px;
  margin: 0 auto;
}

.max-w-668px {
  max-width: 630px;
}

@media (max-width: 1199px) {
  .followsFlowCard {
    flex: 1 1 calc(50% - 40px);
    max-width: none;
  }

  .followsFlowArrow {
    display: none;
  }
}

@media (max-width: 991px) {
  .followsHeader {
    margin-bottom: 32px;
  }

  .followsFlow {
    margin-bottom: 36px;
    gap: 16px;
  }

  .followsFlowCard {
    flex: 1 1 100%;
    max-width: 100%;
    min-height: auto;
  }

  .followsPlatformBox {
    padding: 32px 24px;
  }

  .followsPlatformGrid {
    grid-template-columns: 1fr;
    gap: 20px;
    row-gap: 20px;
    column-gap: 20px;
  }
}

@media (max-width: 767px) {
  .followsFlowCard {
    padding: 18px 16px;
    border-radius: 16px;
  }

  .followsPlatformBox {
    padding: 24px 18px;
    border-radius: 16px;
  }

  .followsFeatureCard {
    padding: 16px 16px 16px 24px;
    border-radius: 16px;
  }
}

/*======================================
    Journey Section
======================================*/

.journeySection {
  background: #fff;
}

.journeyHeader {
  max-width: 743px;
  margin: 0 auto 0;
}

.journeyIntro {
  color: #222;
  line-height: 1.45;
}

.journeyDivider {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.journeyFeatureGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  row-gap: 25px;
  column-gap: 47px;
  margin-bottom: 40px;
  padding: 0 14px;
}

.journeyFeatureCard {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 23px 33px;
  border-radius: 15px;
  border: 1px solid #f8d778;
  background: linear-gradient(180deg, #fff 0%, #fff8e4 100%);
  color: #000000;
  line-height: 1.35;
}

.journeyFeatureCheck {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.journeyFeatureCheck img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.journeyMidText {
  margin: 0 auto 24px;
  line-height: 1.5;
  color: #000000;
}

.journeyInstitutionBox {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 822px;
  margin: 0 auto;
  padding: 16px 27px;
  border: 1px solid #6f3562;
  border-radius: 15px;
  background: linear-gradient(92deg, #fff 0.12%, #faf7fa 101.33%);
}

.journeyInstitutionIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #6e3562;
}

.journeyInstitutionIcon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.journeyInstitutionContent {
  color: #000;
  line-height: 1.4;
}

.journeyInstitutionLabel {
  margin-bottom: 4px;
  line-height: 1.3;
}

@media (max-width: 1199px) {
  .journeyFeatureGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .journeyFeatureGrid {
    gap: 20px;
    row-gap: 20px;
    column-gap: 20px;
    margin-bottom: 32px;
  }

  .journeyMidText {
    margin-bottom: 32px;
  }

  .journeyInstitutionBox {
    padding: 20px 22px;
  }
}

@media (max-width: 767px) {
  .journeyFeatureGrid {
    grid-template-columns: 1fr;
    margin-bottom: 28px;
  }

  .journeyFeatureCard {
    min-height: auto;
    padding: 12px 16px 12px 22px;
  }

  .journeyInstitutionBox {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 18px;
    border-radius: 15px;
  }
}

/*======================================
    Awarding Section
======================================*/

.awardingSection {
  position: relative;
  background-image: none;
  overflow: hidden;
  padding-top: 90px;
}

.awardingSectionBgWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.awardingSectionBg {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: top center;
}

.awardingSection > .container {
  position: relative;
  z-index: 1;
}

.awardingHeader {
  max-width: 920px;
  margin: 0 auto 0;
  color: #000;
}

.awardingDivider {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.awardingLogoGrid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}
.awardingLogoGrid.slick-slider {
  display: block !important;
}
.awardingLogoGrid .slick-slide {
  margin: 0 10px;
}
.awardingLogoGrid .slick-list {
  margin: 0 -10px;
}
.awardingLogoGrid .slick-arrow-custom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #6f3562;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}
.awardingLogoGrid .slick-arrow-custom::before {
  display: none;
}
.awardingLogoGrid .slick-arrow-custom:hover,
.awardingLogoGrid .slick-arrow-custom:focus,
.awardingLogoGrid .slick-arrow-custom:active {
  background: #5b254f !important;
  color: #fff !important;
  outline: none;
}
.awardingLogoGrid .slick-prev.slick-arrow-custom {
  left: -50px;
}
.awardingLogoGrid .slick-next.slick-arrow-custom {
  right: -50px;
}

.awardingLogoCard img.scale-up {
  transform: scale(1.45);
}

@media (max-width: 1199px) {
  .awardingLogoGrid.slick-slider {
    margin-bottom: 70px;
  }
  .awardingLogoGrid .slick-arrow-custom {
    top: auto;
    bottom: -60px;
    transform: none;
  }
  .awardingLogoGrid .slick-prev.slick-arrow-custom {
    left: calc(50% - 45px);
  }
  .awardingLogoGrid .slick-next.slick-arrow-custom {
    right: auto;
    left: calc(50% + 5px);
  }
}

.awardingLogoCard {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 160px;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #e8dfeb;
  background: #fff;
}

.awardingLogoCard img {
  width: 110px;
  height: 110px;
  object-fit: contain;
}

.awardingCtaBox {
  max-width: 971px;
  margin: 0 auto;
  padding: 34px 30px;
  border: 1px solid #6f3562;
  border-radius: 15px;
  background: linear-gradient(92deg, #fff 0.12%, #faf7fa 101.33%);
}

.awardingCtaDesc {
  color: #222;
  line-height: 1.45;
  max-width: 809px;
  margin-left: auto;
  margin-right: auto;
}

.awardingCtaBtn {
  min-height: 56px;
  padding: 0 28px;
  text-transform: none;
}

.max-w-785px {
  max-width: 785px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .awardingLogoGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .awardingLogoGrid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 32px;
  }

  .awardingCtaBox {
    padding: 28px 22px;
  }
}

@media (max-width: 767px) {
  .awardingLogoGrid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 28px;
  }

  .awardingLogoCard {
    min-height: 84px;
    padding: 14px 12px;
    border-radius: 12px;
  }

  .awardingCtaBox {
    padding: 24px 18px;
    border-radius: 15px;
  }

  .awardingCtaBtn {
    min-height: 48px;
    font-size: 18px !important;
  }
}

/*======================================
    Assessment Section
======================================*/

.assessmentSection {
  background: #fff;
}

.assessmentHeader {
  max-width: 920px;
  margin: 0 auto 34px;
  color: #000;
}

.assessmentCompareGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.assessmentCompareCard {
  overflow: hidden;
  border: 1px solid #aca6e4;
  border-radius: 15px;
  background: #fff;
}

.assessmentCompareCardHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 19px 30px;
  background: linear-gradient(92deg, #eeedfa 0%, #fff 100%);
}

.assessmentCompareCardBody {
  padding: 26px 30px;
  background: #fff;
}

.assessmentCompareCardIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
}

.assessmentCompareCardIcon img,
.assessmentCompareCardIcon svg {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.assessmentCompareList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.assessmentCompareItem {
  display: flex;

  gap: 14px;
  color: #000;
  line-height: 130%;
  margin-bottom: 20px;
}

.assessmentCompareItem:last-child {
  margin-bottom: 0;
}

.assessmentCompareItemIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  min-width: 24px;
  height: 24px;
  line-height: 0;
}

.assessmentCompareItemIcon img,
.assessmentCompareItemIcon svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.max-w-674px {
  max-width: 674px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .assessmentHeader {
    margin-bottom: 32px;
  }

  .assessmentCompareGrid {
    gap: 20px;
  }

  .assessmentCompareCardHead {
    padding: 20px 22px;
  }

  .assessmentCompareCardBody {
    padding: 22px 22px 24px;
  }
}

@media (max-width: 767px) {
  .assessmentCompareGrid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .assessmentCompareCard {
    border-radius: 15px;
  }

  .assessmentCompareCardHead {
    padding: 18px 18px;
  }

  .assessmentCompareCardBody {
    padding: 20px 18px 22px;
  }

  .assessmentCompareCardIcon img,
  .assessmentCompareCardIcon svg {
    width: 40px;
    height: 40px;
  }

  .assessmentCompareItem {
    margin-bottom: 12px;
  }
}

/*======================================
    Implementation Section
======================================*/

.implementationSection {
  position: relative;
  background-image: none;
  overflow: hidden;
  padding-top: 90px;
}

.implementationSectionBgWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.implementationSectionBg {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: top center;
}

.implementationSection > .container {
  position: relative;
  z-index: 1;
}

.implementationHeader {
  max-width: 920px;
  margin: 0 auto 25px;
  color: #000;
}

.implementationProcessWrap {
  max-width: 950px;
  margin: 0 auto 22px;
}

.implementationProcessCard {
  padding: 0 39px 39px;
  border: 1px solid #6f3562;
  border-radius: 15px;
  background: linear-gradient(180deg, #fff 26.8%, #fff8e4 159.37%);
  overflow: hidden;
}

.implementationProcessBadgeWrap {
  margin: 0 -32px 28px;
  text-align: center;
}

.implementationProcessBadge {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 368px;
  margin: 0 auto;
  padding: 14px 28px;
  border: none;
  border-bottom: 1px solid #f1c964;
  border-radius: 0 0 15px 15px;
  background: #ffeebd;
  color: #000;
  white-space: nowrap;
  line-height: 1.3;
}

.implementationProcessGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  row-gap: 20px;
  column-gap: 43px;
  padding: 0 14px;
}

.implementationProcessStep {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 22px 42px;
  border: 1px solid #6f3562;
  border-radius: 15px;
  background: linear-gradient(92deg, #fff 0.12%, #faf7fa 101.33%);
  color: #000;
  line-height: 1.35;
}

.implementationProcessStep-full {
  grid-column: 1 / -1;
}

.implementationProcessStepIcon {
  position: absolute;
  left: -23px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  min-width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  line-height: 0;
}

.implementationProcessStepIcon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.implementationFooterText {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  line-height: 1.45;
}

.implementationCtaBtn {
  min-height: 56px;
  padding: 0 28px;
  text-transform: none;
}

@media (max-width: 991px) {
  .implementationHeader {
    margin-bottom: 20px;
  }

  .implementationProcessCard {
    padding: 0 22px 28px;
  }

  .implementationProcessBadgeWrap {
    margin: 0 -22px 24px;
  }

  .implementationProcessBadge {
    padding: 10px 20px;
    font-size: 18px;
    white-space: normal;
    text-align: center;
    max-width: 100%;
  }

  .implementationProcessGrid {
    column-gap: 16px;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .implementationHeader {
    margin-bottom: 36px;
  }

  .implementationProcessWrap {
    margin-bottom: 24px;
  }

  .implementationProcessCard {
    padding: 0 16px 24px;
    border-radius: 15px;
  }

  .implementationProcessBadgeWrap {
    margin: 0 -16px 20px;
  }

  .implementationProcessBadge {
    padding: 12px 16px;
    font-size: 18px;
    white-space: normal;
    max-width: 368px;
    border-radius: 0 0 15px 15px;
  }

  .implementationProcessGrid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 8px;
  }

  .implementationProcessStep {
    min-height: auto;
    padding: 12px 16px 12px 34px;
    border-radius: 15px;
  }

  .implementationProcessStep-full {
    grid-column: auto;
  }

  .implementationProcessStepIcon {
    left: -20px;
  }

  .implementationCtaBtn {
    min-height: 48px;
    font-size: 18px !important;
  }
}

/*======================================
    Controlled Go-Live Section
======================================*/

.controlledSection {
  background: linear-gradient(180deg, #fff 28.04%, #fff8e4 166.67%);
  padding-bottom: 100px;
}

.controlledHeader {
  max-width: 920px;
  margin: 0 auto 36px;
}

.controlledFlow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
  padding-top: 18px;
}

.controlledFlowCard {
  position: relative;
  flex: 1 1 292px;
  max-width: 292px;
  min-height: 220px;
  padding: 30px 25px 21px;
  border: 1px solid #6f3562;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #faf7fa 100%);
  overflow: visible;
}

.controlledFlowCardBadge {
  position: absolute;
  top: 0;
  left: 66px;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: inherit;
  padding: 10px 11px;
  border: 1px solid #6f3562;
  border-radius: 10px;
  background: #6f3562;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  z-index: 1;
}

.controlledFlowCardTitle {
  line-height: 1.3;
  margin-bottom: 0;
}

.controlledFlowCardLine {
  display: block;
  width: 42px;
  height: 3px;
  margin: 12px 0;
  border-radius: 2px;
  background: #6e3562;
}

.controlledFlowCardDesc {
  color: #1f1f1f;
  line-height: 1.35;
}

.controlledFlowArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 4px;
  align-self: center;
}

@media (max-width: 1399px) {
  .controlledFlowCard {
    max-width: 320px;
    padding: 34px 22px 22px;
  }
}

@media (max-width: 1199px) {
  .controlledFlow {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 30px;
  }

  .controlledFlowCard {
    flex: 1 1 calc(50% - 40px);
    max-width: none;
    min-height: auto;
  }

  .controlledFlowArrow {
    display: none;
  }
}

@media (max-width: 767px) {
  .controlledHeader {
    margin-bottom: 16px;
  }

  .controlledFlow {
    flex-direction: column;
  }
  .journeyFeatureGrid {
    row-gap: 15px;
    column-gap: 15px;
  }

  .controlledFlow {
    padding-top: 16px;
  }

  .controlledFlowCard {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 32px 20px 22px;
    border-radius: 20px;
  }

  .controlledFlowCardBadge {
    min-width: 80px;
    padding: 8px 14px;
    font-size: 14px !important;
  }
}

.implementationSection_v02 .implementationProcessCard {
  padding: 39px 39px 39px;
}
.implementationSection_v02 .implementationProcessStep {
  padding: 9px 42px;
  min-height: 74px;
}
.py-80px {
  padding-top: 80px;
  padding-bottom: 80px;
}
.max-w-950px {
  max-width: 950px;
}
.max-w-850px {
  max-width: 850px !important;
}

.journeyDivider_single::before {
  display: none;
}
.max-w-100 {
  max-width: 100% !important;
}
.sectionDivider_color2:before {
  background: linear-gradient(270deg, #eee3c2 0%, #fff 100%);
}
.sectionDivider_color2:after {
  background: linear-gradient(-270deg, #eee3c2 0%, #fff 100%);
}

/*======================================
    Education Experience Section
======================================*/

.educationExperienceSection {
  background: #fdfcf8;
  overflow: hidden;
}

.educationExperienceSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 240px;
  background-image:
    linear-gradient(rgba(110, 53, 98, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(110, 53, 98, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  z-index: 0;
}

.educationExperienceSection > .container {
  position: relative;
  z-index: 1;
}

.educationExperienceIntro {
  color: #333;
  line-height: 1.45;
  max-width: 640px;
}

.educationExperienceLabelRow {
  display: flex;
  align-items: center;
  gap: 20px;
}

.educationExperienceLabel {
  white-space: nowrap;
}

.educationExperienceLabelLine {
  flex: 1;
  height: 1px;
  background: #d5ccd8;
}

.educationExperienceBadge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}

.educationExperienceBadgeRow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.educationExperienceBadgeContent {
  min-width: 110px;
}

.educationExperienceBadgeNumber {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 0.95;
  color: #5b2c58;
}

.educationExperienceBadgeYears {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #5b2c58;
}

.educationExperienceWreath {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.educationExperienceWreath svg {
  display: block;
  width: 42px;
  height: 88px;
}

.educationExperienceBadgeCaption {
  margin-top: 10px;
  color: #5b2c58;
  line-height: 1.35;
  text-align: center;
  max-width: 220px;
}

.educationExperienceSection .educationExperienceGrid {
  margin-top: 36px;
  column-gap: 32px;
  row-gap: 22px;
  padding: 0;
}

.educationExperienceSection .educationExperienceCard {
  gap: 14px;
  min-height: 64px;
  padding: 16px 22px 16px 18px;
  border-radius: 12px;
  border: 1px solid #f3e6b8;
  background: #fff9e3;
  box-shadow: 0 2px 10px rgba(91, 44, 88, 0.05);
  color: #333;
}

.educationExperienceSection .educationExperienceCheck {
  position: static;
  left: auto;
  top: auto;
  transform: none;
  width: 36px;
  min-width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}

.educationExperienceSection .educationExperienceCheck img {
  width: 36px;
  height: 36px;
}

.educationExperienceFooter {
  max-width: 820px;
  margin: 40px auto 0;
  color: #333;
  line-height: 1.45;
}

.educationExperienceDivider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 540px;
  margin: 32px auto 0;
}

.educationExperienceDivider::before,
.educationExperienceDivider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #dbccdf;
}

.educationExperienceDividerDot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b89bb5;
  flex-shrink: 0;
}

@media (max-width: 1199px) {
  .educationExperienceSection .educationExperienceGrid {
    column-gap: 24px;
    row-gap: 20px;
  }
  .py-80px {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .futureShield img {
    max-width: 480px;
  }
}

@media (max-width: 991px) {
  .educationExperienceHeader {
    text-align: center;
  }

  .educationExperienceIntro {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .educationExperienceLabelRow {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .educationExperienceBadge {
    padding-top: 0;
  }

  .educationExperienceSection .educationExperienceGrid {
    margin-top: 28px;
  }

  .educationExperienceFooter {
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .educationExperienceBadgeNumber {
    font-size: 56px;
  }

  .educationExperienceBadgeYears {
    font-size: 24px;
  }

  .educationExperienceWreath svg {
    width: 34px;
    height: 72px;
  }

  .educationExperienceSection .educationExperienceCard {
    min-height: auto;
    padding: 14px 18px 14px 16px;
  }

  .educationExperienceDivider::before,
  .educationExperienceDivider::after {
    display: none;
  }

  .educationExperienceDivider {
    gap: 8px;
    margin-top: 24px;
  }
}

.followsPlatformGrid_18px {
}
.pb-80px {
  padding-bottom: 80px;
}

@media (min-width: 1200px) {
  .readyContent_title {
    width: calc(100% + 50px);
  }
  .faqAccordion_v2#faqAccordion .accordion-button {
    font-size: 24px;
  }
}

.faqAccordion_v2#faqAccordion .accordion-item.active {
  border-color: #6e3562;
}
.faqAccordion_v2#faqAccordion .accordion-button::after {
  background-size: 17px;
}
.faqAccordion_v2#faqAccordion .accordion-button:not(.collapsed)::after {
  background-image: url(../img/faqAccActiveIcon_primary.svg);
}
.faqAccordion_v2#faqAccordion .accordion-body {
  padding-top: 0;
  font-size: 18px;
}

/* ==========================================
   Ready Assessment Section
========================================== */

.readySection {
  /* background-image: url(../img/purple-bg.webp); */
  overflow: hidden;
  position: relative;
  background-repeat: repeat-x;
}

.readyWrapper {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 70px;
  align-items: center;
}

.readyContent {
  position: relative;
  z-index: 2;
}

/*==============================
CTA
==============================*/

.readyCTAGroup {
  display: flex;
  max-width: 440px;
  flex-direction: column;
  gap: 18px;
}

.readyCTA {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #6e3562;
  background: #fff;
  border-radius: 16px;
  text-decoration: none;
  color: #5d2b59;
  background: #fff;
  transition: 0.35s ease;
}

.readyCTA:hover {
  color: #713765;
  border-color: #e1b93d;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  background-color: #e1b93d;
}

.readyCTAPrimary {
  background: #713765;
  color: #fff;
}
.readyCTAPrimary svg {
  fill: #fff;
}
.readyCTAIcon_strock svg {
  fill: none;
  stroke: #fff;
}

.readyCTAPrimary:hover {
  color: #713765;
  border-color: #e1b93d;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  background-color: #e1b93d;
}
.readyCTAPrimary:hover svg {
  fill: #713765;
}
.readyCTAPrimary:hover .readyCTAIcon_strock svg {
  fill: none;
  stroke: #713765;
}
.readyCTAContent {
  display: flex;
  align-items: center;
  gap: 16px;
}

.readyCTAIcon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.readyCTAIcon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.readyArrow img {
  width: 24px;
  transition: 0.3s;
}

.readyCTA:hover .readyArrow img {
  transform: translateX(5px);
}

/*==============================
Right Side
==============================*/

.readyFlow {
  position: relative;
  min-height: 650px;
}

.readyCircleBg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: #f4f3fe;
}

/*==============================
Center Circle
==============================*/

.readyCenterNode {
  position: absolute;
  left: -0px;
  top: 50%;
  transform: translateY(-50%);
  width: 153.816px;
  height: 153.816px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #7a3b72;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 5;
}

/*==============================
Cards
==============================*/

.readyCards {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 500px;
}

.readyInfoCard {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px;
  border-radius: 16.248px;
  background: #fff;
  box-shadow: 0 2.166px 8.666px 0 rgba(0, 0, 0, 0.08);
}

.readyCircle_arrow {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 85px;
  top: 50%;
  transform: translateY(-50%);
}

.readyCircle_arrow img {
  max-width: inherit;
}

.readyLogo {
  width: 96px;
  height: 96px;
  border-radius: 16.248px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.readyLogo img {
  max-width: 70px;
  max-height: 70px;
}
.text-6259CA {
  color: #6259ca !important;
}
.readyLogoGold {
  border-radius: 16.248px;
  border: 1.083px solid #fff0c2;
  background: #fffbee;
}
.text-044F89 {
  color: #044f89 !important;
}

.readyLogoBlue {
  border-radius: 16.248px;
  border: 1.083px solid #cbc7ff;
  background: #f5f4ff;
}

.readyLogoSky {
  border-radius: 16.248px;
  border: 1.083px solid #d9eeff;
  background: #f4faff;
}

/*==============================
Responsive
==============================*/

@media (max-width: 1199px) {
  .readyWrapper {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .readyFlow {
    min-height: auto;
  }

  .readyCircleBg,
  .readyCenterNode {
    display: none;
  }

  .readyCards {
    position: static;
    transform: none;
    width: 100%;
  }

  .readyInfoCard:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .readySection {
    padding: 70px 0;
  }

  .readyCTA {
    padding: 15px;
  }

  .readyCTAContent {
    gap: 12px;
  }

  .readyCTAIcon {
    width: 46px;
    height: 46px;
  }

  .readyCTAIcon img {
    width: 22px;
  }

  .readyLogo {
    width: 72px;
    height: 72px;
  }

  .readyLogo img {
    max-width: 48px;
  }

  .readyInfoCard {
    padding: 18px;
    align-items: flex-start;
  }
}

.futureAssessmentSection {
  background-repeat: repeat-x;
  position: relative;
}

.futureFeatureList {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.futureFeatureCard {
  display: flex;
  align-items: center;
  gap: 18px;
  line-height: 160%;
  padding: 11px 18px;
  border-radius: 15px;
  border: 1px solid #6f3562;
  background: linear-gradient(180deg, #fff 0%, #faf7fa 100%);
  border-radius: 18px;
  background: #fff;
}
.max-w-440px {
  max-width: 440px;
}

.futureFeatureCheck {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.futureFeatureCheck img {
  width: 42px;
}

.futureDiagram {
  position: relative;
}

.futureShield {
  text-align: center;
  position: relative;
  z-index: 3;
}

.futureShield img {
}

.futureCards {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0px;
  margin-bottom: 20px;
}

.futureInfoCard {
  border-radius: 16.311px;
  border: 1px solid #6f3562;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 18px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.futureLogo {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.futureLogo img {
  max-height: 60px;
  max-width: 180px;
}

.futureCardIcon {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.futureHandshake {
  border-radius: 50%;
  margin: 0 -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.futureBottomCard {
  border-radius: 15px;
  border: 1px solid #6f3562;
  background: linear-gradient(180deg, #fff 0%, #faf7fa 100%);
  border-radius: 18px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .futureCards {
    gap: 18px;
  }

  .futureInfoCard {
    min-height: 340px;
    padding: 24px 18px;
  }
}

@media (max-width: 991px) {
  .futureContent {
    text-align: center;
  }

  .futureFeatureCard {
    text-align: left;
  }

  .futureCards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .futureHandshake {
    margin: auto;
    order: 2;
  }

  .futureInfoCard:nth-child(1) {
    order: 1;
  }

  .futureInfoCard:nth-child(3) {
    order: 3;
  }

  .futureShield {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .futureFeatureCard {
    padding: 16px;
    align-items: flex-start;
  }

  .futureFeatureCheck {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
  }

  .futureFeatureCheck img {
    width: 36px;
  }

  .futureInfoCard {
    min-height: auto;
    padding: 24px 20px;
  }

  .futureBottomCard {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
}

/*==================================================
 CBET Journey Section
 Part 1
==================================================*/

.cbetJourneySection {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #7e3e78 0%, #6a3264 100%);
}

.cbetJourneyBg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(255, 255, 255, 0.08) 0%,
      transparent 38%
    ),
    radial-gradient(
      circle at 85% 15%,
      rgba(255, 255, 255, 0.06) 0%,
      transparent 35%
    ),
    radial-gradient(
      circle at 50% 100%,
      rgba(255, 255, 255, 0.05) 0%,
      transparent 45%
    );
  pointer-events: none;
}

.cbetJourneySection .container {
  position: relative;
  z-index: 2;
}

/*==================================
Heading
==================================*/

.cbetJourneySection h2 {
  color: #fff;
}

.cbetJourneySection p {
  color: #fff;
}

/*==================================
White Wrapper
==================================*/

.cbetJourneyWrapper {
  position: relative;

  display: grid;

  grid-template-columns: 1fr 320px 1fr;

  align-items: center;

  gap: 45px;

  background: #fff;

  border-radius: 34px;

  padding: 55px;

  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);

  overflow: hidden;
}

/*==================================
Left & Right Panel
==================================*/

.cbetJourneyLeft,
.cbetJourneyRight {
  background: #fff;

  border-radius: 28px;

  text-align: center;

  padding: 20px;

  position: relative;

  z-index: 5;
}

.cbetJourneyLeft h3,
.cbetJourneyRight h3 {
  line-height: 1.25;

  color: #2d2d2d;
}

.cbetJourneyLeft p,
.cbetJourneyRight p {
  color: #444;

  line-height: 1.7;
}

/*==================================
Logo
==================================*/

.cbetJourneyLogo {
  height: 85px;

  display: flex;

  justify-content: center;

  align-items: center;

  margin-bottom: 35px;
}

.cbetJourneyLogo img {
  max-width: 240px;

  width: auto;

  max-height: 72px;
}

/*==================================
Divider
==================================*/

.cbetDivider {
  margin: 32px auto;

  width: 150px;

  height: 4px;

  border-radius: 30px;

  background: #7c3d76;
}

.cbetDivider span {
  display: none;
}

.cbetDividerBlue {
  background: #4b86d8;
}

/*==================================
Card Hover
==================================*/

.cbetJourneyLeft,
.cbetJourneyRight {
  transition: 0.35s ease;
}

.cbetJourneyLeft:hover,
.cbetJourneyRight:hover {
  transform: translateY(-8px);
}

/*==================================
Responsive
==================================*/

@media (max-width: 1199px) {
  .cbetJourneyWrapper {
    grid-template-columns: 1fr;

    gap: 45px;

    padding: 45px;
  }
}

@media (max-width: 991px) {
  .cbetJourneyWrapper {
    padding: 35px;

    border-radius: 28px;
  }

  .cbetJourneyLogo {
    height: 70px;

    margin-bottom: 25px;
  }

  .cbetJourneyLogo img {
    max-height: 60px;
  }
}

@media (max-width: 767px) {
  .cbetJourneySection {
    padding-top: 70px;

    padding-bottom: 70px;
  }

  .cbetJourneyWrapper {
    padding: 25px 20px;

    border-radius: 22px;
  }

  .cbetJourneyLogo {
    height: 60px;
  }

  .cbetJourneyLogo img {
    max-width: 180px;

    max-height: 50px;
  }

  .cbetDivider {
    width: 90px;

    margin: 22px auto;
  }
}

/*==================================================
 CBET Journey Section
 Part 2 : Center Diagram
==================================================*/

.cbetJourneyCenter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}

/* Decorative circles */

.cbetJourneyCenter::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: #f7f2fa;
  z-index: -3;
}

.cbetJourneyCenter::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 2px dashed rgba(124, 61, 118, 0.18);
  z-index: -2;
}

/*==============================
Connector Lines
==============================*/

.cbetJourneyLeft::after {
  content: "";
  position: absolute;
  right: -70px;
  top: 50%;
  width: 70px;
  border-top: 3px dashed #7c3d76;
  transform: translateY(-50%);
}

.cbetJourneyRight::before {
  content: "";
  position: absolute;
  left: -70px;
  top: 50%;
  width: 70px;
  border-top: 3px dashed #7c3d76;
  transform: translateY(-50%);
}

/*==============================
Center Circle
==============================*/

.cbetJourneyCircle {
  width: 310px;
  height: 310px;

  border-radius: 50%;

  background: #fff;

  border: 4px solid #7c3d76;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;

  padding: 45px;

  position: relative;

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);

  z-index: 20;
}

.cbetJourneyCircle h3 {
  margin-bottom: 18px;
}

.cbetJourneyCircle p {
  color: #444;

  line-height: 1.65;
}

/*==============================
Handshake
==============================*/

.cbetJourneyCenterIcon {
  position: absolute;

  top: -60px;

  left: 50%;

  transform: translateX(-50%);

  width: 92px;

  height: 92px;

  border-radius: 50%;

  background: #fff;

  border: 4px solid #7c3d76;

  display: flex;

  align-items: center;

  justify-content: center;

  z-index: 30;

  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
}

.cbetJourneyCenterIcon img {
  width: 48px;
}

/*==============================
Extra Decorative Dots
==============================*/

.cbetJourneyCircle:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #7c3d76;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}

.cbetJourneyCircle:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #7c3d76;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}

/*==============================
Floating Effect
==============================*/

.cbetJourneyCircle,
.cbetJourneyCenterIcon {
  transition: 0.35s ease;
}

.cbetJourneyWrapper:hover .cbetJourneyCircle {
  transform: translateY(-6px);
}

.cbetJourneyWrapper:hover .cbetJourneyCenterIcon {
  transform: translate(-50%, -6px);
}

/*==============================
Responsive
==============================*/

@media (max-width: 1199px) {
  .cbetJourneyCenter {
    order: 2;
  }

  .cbetJourneyLeft {
    order: 1;
  }

  .cbetJourneyRight {
    order: 3;
  }

  .cbetJourneyLeft::after,
  .cbetJourneyRight::before {
    display: none;
  }

  .cbetJourneyCenter::before {
    width: 360px;
    height: 360px;
  }

  .cbetJourneyCenter::after {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 991px) {
  .cbetJourneyCenter {
    margin: 40px 0;
  }

  .cbetJourneyCircle {
    width: 270px;
    height: 270px;
    padding: 35px;
  }

  .cbetJourneyCenterIcon {
    width: 80px;
    height: 80px;
    top: -50px;
  }

  .cbetJourneyCenterIcon img {
    width: 40px;
  }

  .cbetJourneyCenter::before {
    width: 320px;
    height: 320px;
  }

  .cbetJourneyCenter::after {
    width: 270px;
    height: 270px;
  }
}

@media (max-width: 767px) {
  .cbetJourneyCenter {
    margin: 25px 0;
  }

  .cbetJourneyCenter::before,
  .cbetJourneyCenter::after {
    display: none;
  }

  .cbetJourneyCircle {
    width: 100%;
    max-width: 320px;
    height: auto;

    border-radius: 28px;

    padding: 30px;
  }

  .cbetJourneyCircle:before,
  .cbetJourneyCircle:after {
    display: none;
  }

  .cbetJourneyCenterIcon {
    width: 70px;
    height: 70px;

    top: -35px;
  }

  .cbetJourneyCenterIcon img {
    width: 34px;
  }
}

/* ==========================================
   CBET Flow Section
========================================== */

.cbetFlow-wrapper {
  width: min(1200px, 92%);
  margin: auto;
}

/*==========================
Hero
==========================*/

.cbetFlow-hero {
  color: #fff;
  padding: 60px 20px 190px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cbetFlow-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.08) 1px,
    transparent 1px
  );
  background-size: 18px 18px;
}

.cbetFlow-content {
  position: relative;
  z-index: 2;
}

.cbetFlow-content h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  margin-bottom: 15px;
}

.cbetFlow-content p {
  max-width: 600px;
  margin: auto;
  line-height: 1.5;
}

/*==========================
Main Card
==========================*/

.cbetFlow-mainCard {
  border-radius: 15px;
  background: #fff;
  z-index: 9;
  padding: 10px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  margin-top: -160px;
  position: relative;
  display: flex;
  overflow: hidden;
}

.cbetFlow-mainCard::before {
  border-radius: 12px;
  content: "";
  border: 1.268px solid #f8d778;
  background: linear-gradient(180deg, #fff 0%, #fff8e4 100%);
  position: absolute;
  left: 10px;
  width: calc(50% - 20px);
  top: 10px;
  bottom: 10px;
}

.cbetFlow-mainCard::after {
  border-radius: 12px;
  content: "";
  border-radius: 12px;
  border: 1.542px solid #aca6e4;
  background: linear-gradient(214deg, #fff 3.72%, #f6f5ff 92.61%);
  position: absolute;
  right: 10px;
  width: calc(50% - 20px);
  top: 10px;
  bottom: 10px;
}

.cbetFlow-panel {
  flex: 1;
  padding: 40px;
  text-align: center;
}

.cbetFlow-leftPanel {
}

.cbetFlow-rightPanel {
  z-index: 4;
}

.cbetFlow-logo {
  width: 210px;
  height: 95px;
  border: 2px dashed #bbb;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  background: #fff;
  color: #777;
  font-weight: bold;
}

.cbetFlow-panel h3 {
  font-size: 2rem;
  color: #5a2a55;
  margin-bottom: 15px;
}

.cbetFlow-panel h4 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.cbetFlow-panel strong {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5;
}

.cbetFlow-divider {
  width: 80%;
  height: 1px;
  background: #e1b93d;
  margin: 20px auto;
  position: relative;
}

.cbetFlow-divider::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #6f3562;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cbetFlow-panel p {
  line-height: 1.6;
  margin-top: 20px;
}

/*==========================
Center Circle
==========================*/

.cbetFlow-centerCircle {
  width: 330px;
  margin-top: 28px;
  height: 330px;
  border-radius: 340px;
  border: 1.542px solid #aca6e4;
  background: linear-gradient(214deg, #fff 3.72%, #f6f5ff 92.61%);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 99;
  padding: 35px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.cbetFlow-handshake {
  top: -28px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-top: -60px;
}

.cbetFlow-centerCircle h2 {
  color: #5a2a55;
  margin-bottom: 15px;
}

.cbetFlow-divider2 {
  background: #aca6e4;
}
.cbetFlow-divider2::after {
  background: #6259ca;
}

/*==========================
Bottom Message
==========================*/

.cbetFlow-bottomSection {
  border-radius: 0 0 15px 15px;
  background: #5b254f;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  padding: 30px 30px;
  width: 85%;
  margin: auto;
  margin-top: -5px;
}

.cbetFlow-bottomSection h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
}

.cbetFlow-messageRow {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.cbetFlow-messageRow::before {
  content: "";
  background: #fff;
  height: 2px;
  position: absolute;
  left: 50px;
  right: 50px;
  top: 50%;
  bottom: 0;
  z-index: 0;
}

.cbetFlow-messageBox {
  flex: 1;
  border-radius: 15px;
  background: linear-gradient(92deg, #fff 0.12%, #faf7fa 101.33%);
  color: #222;
  border-radius: 15px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.cbetFlow-messageBox h3 {
  color: #5b2955;
  margin-bottom: 0px;
  font-size: 2rem;
}

.cbetFlow-linkCircle {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: #fff;
  color: #6b4dd8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  flex-shrink: 0;
}

/*==========================
Responsive
==========================*/

@media (max-width: 1000px) {
  .cbetFlow-mainCard {
    flex-direction: column;
    padding-top: 180px;
  }

  .cbetFlow-centerCircle {
    top: 0;
    transform: translate(-50%, -40%);
    width: 280px;
    height: 280px;
  }

  .cbetFlow-leftPanel {
    border-right: none;
    border-bottom: 1px solid #eee;
  }

  .cbetFlow-messageRow {
    flex-direction: column;
  }

  .cbetFlow-linkCircle {
    transform: rotate(90deg);
  }

  .cbetFlow-bottomSection {
    width: 95%;
  }
}

@media (max-width: 600px) {
  .cbetFlow-hero {
    padding-bottom: 240px;
  }

  .cbetFlow-centerCircle {
    width: 240px;
    height: 240px;
    padding: 20px;
  }

  .cbetFlow-centerCircle h2 {
    font-size: 1.7rem;
  }

  .cbetFlow-panel {
    padding: 30px 20px;
  }

  .cbetFlow-logo {
    width: 180px;
    height: 80px;
  }

  .cbetFlow-messageBox h3 {
    font-size: 1.5rem;
  }
}

/* ==========================================
   QAB Onboarding Form Page
========================================== */

.qabForm_page {
  background-color: #ffffff;
}

.qabForm_section {
  margin-top: 102px;
  padding: 52px 0 80px;
  background-color: #ffffff;
  position: relative;
}

.qabForm_section .bg_section {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  pointer-events: none;
}

.qabForm_section .container {
  max-width: 1140px;
  position: relative;
  z-index: 1;
}

.qabForm_card {
  border-radius: 20px;
  border: 1px solid #feb;
  border-top: 10px solid #e5c255;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 64px 72px 72px;
  max-width: 1000px;
  margin: 0 auto;
}

.qabForm_cardHeader {
  margin-bottom: 44px;
}

.qabForm_title {
  color: #6e3562;
  margin: 0 auto 24px;
  max-width: 860px;
}

.qabForm_subtitleWrap {
  max-width: 820px;
  margin: 0 auto 22px;
}

.qabForm_subtitle {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 14px;
}

.qabForm_subtitle:last-child {
  margin-bottom: 0;
}

.qabForm_dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.qabForm_dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
}

.qabForm_dotGold {
  background-color: #e1b93d;
}

.qabForm_dotPurple {
  background-color: #6e3562;
}

.qabForm_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 28px;
}

.qabForm_fieldFull {
  grid-column: 1 / -1;
}

.qabForm_label {
  display: block;
  color: #333333;
  font-family: "Mozilla Text", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 6px;
}

.qabForm_input,
.qabForm_textarea,
.qabForm_select {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
  color: #333333;
  font-family: "Mozilla Text", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  padding: 14px 16px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.qabForm_input::placeholder,
.qabForm_textarea::placeholder {
  color: #999999;
}

.qabForm_input:focus,
.qabForm_textarea:focus,
.qabForm_select:focus {
  outline: none;
  border-color: #6e3562;
  box-shadow: 0 0 0 3px rgba(110, 53, 98, 0.12);
}

.qabForm_textarea {
  min-height: 140px;
  resize: vertical;
}

.qabForm_selectWrap,
.qabForm_countrySelect {
  position: relative;
}

.qabForm_selectWrap .qabForm_select,
.qabForm_countrySelect .qabForm_countryCode {
  padding-right: 40px;
}

.qabForm_selectArrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
}

.qabForm_phoneGroup {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.qabForm_countrySelect {
  display: flex;
  align-items: center;
  flex: 0 0 130px;
  border: 1px solid #d9d9d9;
  border-right: none;
  border-radius: 6px 0 0 6px;

  min-height: 52px;
}

.qabForm_countryFlag {
  font-size: 18px;
  line-height: 1;
  margin-right: 6px;
}

.qabForm_countrySelect .qabForm_countryCode {
  border: none;
  background: transparent;
  padding: 14px 24px 14px 0;
  font-family: "Mozilla Text", sans-serif;
  font-size: 16px;
  color: #333333;
  padding: 0 12px;
  min-height: auto;
  box-shadow: none;
}

.qabForm_countrySelect .qabForm_countryCode:focus {
  box-shadow: none;
}

.qabForm_phoneInput {
  border-radius: 0 6px 6px 0;
  flex: 1;
}

.qabForm_submit {
  width: 100%;
  margin-top: 32px;
  padding: 20px 24px;
  border: none;
  border-radius: 10px;
  background: #6e3562;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.qabForm_submit:hover {
  background: #5c2d53;
}

.qabForm_submit:active {
  transform: translateY(1px);
}

.qabForm_card .termspage {
  width: 100%;
  text-align: left;
}

.qabForm_card .termspage h3 {
  color: #6e3562;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.qabForm_card .termspage p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 16px;
}

.qabForm_card .terms_list {
  margin-bottom: 20px;
}

.qabForm_card .terms_list ul {
  padding-left: 24px;
  margin: 0;
}

.qabForm_card .terms_list ul li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 1.75;
  padding: 4px 0;
  list-style-type: disc;
}

.qabForm_card .terms_list ul ul {
  margin-top: 8px;
  padding-left: 20px;
}

.qabForm_card .terms_list ul ul li {
  list-style-type: circle;
}

/* ==========================================
   QAB Onboarding Success Page
========================================== */

.qabSuccess_page {
  background-color: #ffffff;
}

.qabSuccess_card {
  padding: 56px 64px 64px;
  max-width: 714px;
}

.qabSuccess_cardInner {
  max-width: 680px;
  margin: 0 auto;
}

.qabSuccess_icon {
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qabSuccess_icon img {
  width: 56px;
  height: 56px;
}

.qabSuccess_title {
  color: #6e3562;
  margin: 0 auto 14px;
}

.qabSuccess_subtitle {
  color: #111111;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 auto 18px;
}

.qabSuccess_lead {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0 auto 28px;
  max-width: 560px;
}

.qabSuccess_infoBox {
  border-radius: 15px;
  border: 1px solid #ffe79d;
  background: linear-gradient(180deg, #fff 0%, #fff6da 235.57%);

  padding: 24px 28px;
  margin: 0 auto 32px;
  text-align: center;
}

.qabSuccess_infoText {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
}

.qabSuccess_infoText + .qabSuccess_infoText {
  margin-top: 18px;
}

.qabSuccess_actions {
  display: block;
}

.qabSuccess_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 16px 24px;
  border-radius: 10px;
  font-size: 24px;
  max-width: 230px;
  line-height: 1.3;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.qabSuccess_btnPrimary {
  background: #6e3562;
  color: #ffffff;
  border: 1px solid #6e3562;
}

.qabSuccess_btnPrimary:hover {
  background: #5c2d53;
  border-color: #5c2d53;
  color: #ffffff;
}

.qabSuccess_btn:active {
  transform: translateY(1px);
}

/* ==========================================
   Book Executive Briefing Form
========================================== */

.execBriefing_page .execBriefing_title {
  font-size: 48px;
  margin-bottom: 20px;
}

.execBriefing_subtitleWrap {
  max-width: 820px;
  margin: 0 auto 28px;
}

.execBriefing_subtitle {
  font-size: 22px;
  line-height: 1.55;
}

.execBriefing_highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px 28px;
  max-width: 900px;
  margin: 0 auto 32px;
  text-align: left;
}

.execBriefing_highlight {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  /* flex: 1 1 220px;
  max-width: 280px; */
  justify-content: center;
}

.execBriefing_highlightIcon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.execBriefing_highlightIconCheck {
  position: relative;
  top: 4px;
  margin-right: 8px;
}
.execBriefing_highlight.execBriefing_highlight22 {
  max-width: 580px;
}
.execBriefing_highlightIcon img,
.execBriefing_highlightIcon svg {
  display: block;
  position: relative;
  width: 22px;
  top: 3px;
  height: 22px;
}

.execBriefing_highlightText {
  font-size: 22px;
  line-height: 1.45;
}

.execBriefing_modeField {
  margin-top: 4px;
}

.execBriefing_modeGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px;
}

.execBriefing_modeOption {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 12px 16px;
  border: 1px solid #e2dce3;
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
  margin: 0;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.execBriefing_modeOption:hover {
  border-color: #c9b8c8;
}

.execBriefing_modeInput {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.execBriefing_modeRadio {
  width: 20px;
  height: 20px;
  border: 2px solid #d5c9d4;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  transition: border-color 0.2s ease;
}

.execBriefing_modeRadio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6e3562;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}

.execBriefing_modeInput:checked + .execBriefing_modeRadio {
  border-color: #6e3562;
}

.execBriefing_modeInput:checked + .execBriefing_modeRadio::after {
  transform: translate(-50%, -50%) scale(1);
}

.execBriefing_modeInput:checked ~ .execBriefing_modeText {
  color: #6e3562;
  font-weight: 600;
}

.execBriefing_modeOption:has(.execBriefing_modeInput:checked) {
  border-color: #6e3562;
  box-shadow: 0 0 0 1px rgba(110, 53, 98, 0.08);
}

.execBriefing_modeText {
  font-size: 16px;
  line-height: 1.35;
  color: #333333;
}

.execBriefing_attendeesField {
  margin-top: 4px;
}

.execBriefing_attendeesGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
  margin-top: 12px;
}

.execBriefing_checkboxItem {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  margin: 0;
}

.execBriefing_checkboxInput {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.execBriefing_checkboxBox {
  width: 20px;
  height: 20px;
  border: 2px solid #d5c9d4;
  border-radius: 4px;
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
  background: #ffffff;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.execBriefing_checkboxBox::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.2s ease;
}

.execBriefing_checkboxInput:checked + .execBriefing_checkboxBox {
  background: #6e3562;
  border-color: #6e3562;
}

.execBriefing_checkboxInput:checked + .execBriefing_checkboxBox::after {
  transform: rotate(45deg) scale(1);
}

.execBriefing_checkboxText {
  font-size: 16px;
  line-height: 1.45;
  color: #333333;
}

.execBriefing_successPage .qabSuccess_infoBox {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================
   EB Footer Section
========================================== */

.ebFooter_wrapper {
  background-color: #6e3562;
  color: #fff;
  position: relative;
  overflow: visible;
}

.ebFooter_ctaSection {
  position: relative;
  padding: 0 0 56px;
  background-color: #6e3562;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  overflow: visible;
}

.ebFooter_ctaSection::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center top,
    rgba(255, 255, 255, 0.06) 0%,
    transparent 65%
  );
  pointer-events: none;
}

.ebFooter_ctaInner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 48px;
}

.ebFooter_logoWrap {
  display: flex;
  justify-content: center;
  margin-top: -140px;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.ebFooter_logoWrap img {
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.18));
}

.ebFooter_ctaTitle {
  color: #fff;
  line-height: 1.15;
  margin: 0 auto 18px;
}

.ebFooter_ctaBtns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.ebFooter_ctaBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 72px;
  padding: 12px 16px 12px 12px;
  border-radius: 16px;
  text-decoration: none;
  transition: 0.3s ease;
}

.ebFooter_ctaBtn:hover {
  text-decoration: none;
  transform: translateY(-2px);
}

.ebFooter_ctaBtn_primary {
  background: #fff;
  color: #6e3562;
  border-radius: 10px;
  border: 1px solid #fff;
}

.ebFooter_ctaBtn_primary:hover {
  background: #e1b93d;
  border-color: #e1b93d;
  color: #5b254f;
}

.ebFooter_ctaBtn_outline {
  background: transparent;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #6e3562;
}

.ebFooter_ctaBtn_outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}

.ebFooter_ctaBtnIcon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ebFooter_ctaBtnText {
  flex: 1;
  text-align: left;
  font-size: 24px;
  line-height: 1.2;
}

.ebFooter_ctaBtnArrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
}

.ebFooter_ctaBtnArrow svg {
  width: 18px;
  height: 18px;
}

.ebFooter_ctaBtn:hover .ebFooter_ctaBtnArrow svg {
  transform: translateX(4px);
  transition: transform 0.3s ease;
}

.ebFooter_navSection {
  padding: 48px 0 40px;
}

.ebFooter_navGrid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 32px 24px;
}

.ebFooter_navTitle {
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.ebFooter_navList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ebFooter_navList li + li {
  margin-top: 10px;
}

.ebFooter_navList a {
  color: #fff;
  font-family: "Mozilla Text";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  text-decoration: none;
  transition: color 0.25s ease;
}

.ebFooter_navList a:hover {
  color: #e1b93d;
  text-decoration: none;
}

.ebFooter_legalBar {
  padding: 22px 0;
}

.ebFooter_legalList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 0;
}

.ebFooter_legalList li {
  display: inline-flex;
  align-items: center;
}

.ebFooter_legalList li + li::before {
  content: "•";
  color: #fff;
  margin: 0 14px;
  font-size: 14px;
}
.opacity-07 {
  opacity: 0.7;
}

.ebFooter_legalList a {
  color: #fff;
  font-family: "Mozilla Text";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}

.ebFooter_legalList a:hover {
  color: #e1b93d;
  text-decoration: none;
}

.ebFooter_bottomBar {
  padding: 24px 0 30px;
}

.ebFooter_bottomInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ebFooter_copyrightLine {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.ebFooter_copyrightMuted {
  color: #fff;
}

.ebFooter_copyrightLink {
  color: #fff;
  text-decoration: none;
}

.ebFooter_copyrightLink:hover {
  color: #e1b93d;
  text-decoration: none;
}

.ebFooter_socialList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.ebFooter_socialLink {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.ebFooter_socialLink:hover {
  background: #e1b93d;
  transform: translateY(-2px);
}

.ebFooter_socialLink svg {
  width: auto;
  height: auto;
  max-width: 18px;
  max-height: 18px;
}

.FooterDevider {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #fff 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

@media (max-width: 1199px) {
  .implementationSection {
    padding-top: 60px;
  }
  .mb-100px {
    margin-bottom: 60px !important;
  }
  .ebFooter_navGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 20px;
  }

  .ebFooter_ctaTitle {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .ebFooter_ctaInner {
    padding-top: 56px;
  }

  .ebFooter_logoWrap img {
    width: 120px;
  }

  .ebFooter_ctaTitle {
    font-size: 32px;
    margin-bottom: 28px;
  }

  .ebFooter_ctaBtns {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .ebFooter_ctaBtn {
    width: 100%;
  }

  .ebFooter_navGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ebFooter_bottomInner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .implementationProcessGrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .qabForm_label,
  .qabForm_input,
  .qabForm_textarea,
  .qabForm_select {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .execBriefing_highlightIcon img,
  .execBriefing_highlightIcon svg {
    max-width: 18px;
    height: auto;
    top: 0;
  }
  .execBriefing_highlight {
    gap: 5px;
  }
  .execBriefing_highlightIconCheck {
    position: relative;
    top: 4px;
    margin-right: 0;
  }
  .execBriefing_subtitleWrap {
    max-width: 820px;
    margin: 0 auto 18px;
  }
  .ebFooter_ctaSection {
    padding-bottom: 40px;
  }

  .ebFooter_ctaInner {
    padding-top: 48px;
  }

  .ebFooter_ctaTitle {
    font-size: 28px;
  }

  .ebFooter_ctaBtnText {
    font-size: 18px;
  }

  .ebFooter_navSection {
    padding: 36px 0 28px;
  }

  .ebFooter_navGrid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ebFooter_legalList {
    flex-direction: column;
    gap: 10px;
  }

  .ebFooter_legalList li + li::before {
    display: none;
  }

  .ebFooter_copyrightLine {
    font-size: 14px;
  }

  .ebFooter_socialList {
    gap: 10px;
  }

  .ebFooter_socialLink {
    width: 40px;
    height: 40px;
  }
}

.termspage a{ color: #6e3562;}
.termspage a:hover{ color: #e1b93d;}
.ebFooter_copyright .opacity-07{ opacity: 1 !important;}