/* [project]/src/components/Header/Header.module.css [app-client] (css) */
.Header-module__ldgnoG__header {
  z-index: 1000;
  pointer-events: none;
  justify-content: center;
  padding: 24px 4vw;
  font-family: Neue Montreal, Inter, Arial, sans-serif;
  transition: padding .4s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  position: fixed;
  inset: 0 0 auto;
}

.Header-module__ldgnoG__scrolled {
  padding: 12px 4vw;
}

.Header-module__ldgnoG__island {
  pointer-events: auto;
  -webkit-backdrop-filter: blur(24px);
  background: #ffffffd9;
  border: 1px solid #7b4fa61a;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 1200px;
  padding: 12px 12px 12px 24px;
  transition: all .4s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  box-shadow: 0 12px 40px #7b4fa61a;
}

.Header-module__ldgnoG__scrolled .Header-module__ldgnoG__island {
  background: #ffffffeb;
  gap: 20px;
  max-width: 1000px;
  padding: 8px 8px 8px 20px;
  box-shadow: 0 8px 30px #7b4fa626;
}

.Header-module__ldgnoG__logo {
  align-items: center;
  text-decoration: none;
  transition: opacity .3s, transform .3s;
  display: flex;
}

.Header-module__ldgnoG__logoImage {
  width: auto;
  height: 32px;
  transition: all .4s cubic-bezier(.16, 1, .3, 1);
  display: block;
}

.Header-module__ldgnoG__scrolled .Header-module__ldgnoG__logoImage {
  height: 26px;
}

.Header-module__ldgnoG__logo:hover .Header-module__ldgnoG__logoImage {
  transform: scale(1.04);
}

.Header-module__ldgnoG__nav {
  align-items: center;
  gap: 4px;
  display: flex;
}

.Header-module__ldgnoG__navLink {
  color: #1a0a2e;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
  position: relative;
}

.Header-module__ldgnoG__scrolled .Header-module__ldgnoG__navLink {
  padding: 6px 12px;
  font-size: 14px;
}

.Header-module__ldgnoG__navLink:hover {
  color: #7b4fa6;
  background: #7b4fa60f;
}

.Header-module__ldgnoG__cta {
  color: #fff;
  cursor: pointer;
  background: #7b4fa6;
  border: none;
  border-radius: 999px;
  align-items: center;
  gap: 12px;
  padding: 6px 6px 6px 20px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s cubic-bezier(.16, 1, .3, 1);
  display: inline-flex;
  box-shadow: 0 4px 14px #7b4fa64d;
}

.Header-module__ldgnoG__scrolled .Header-module__ldgnoG__cta {
  padding: 4px 4px 4px 16px;
  font-size: 13px;
}

.Header-module__ldgnoG__cta:hover {
  background: #ff2d78;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #ff2d784d;
}

.Header-module__ldgnoG__ctaIcon {
  color: #fff;
  background: #fff3;
  border-radius: 50%;
  place-items: center;
  width: 28px;
  height: 28px;
  font-size: 14px;
  font-weight: 600;
  transition: transform .25s;
  display: grid;
}

.Header-module__ldgnoG__scrolled .Header-module__ldgnoG__ctaIcon {
  width: 24px;
  height: 24px;
  font-size: 12px;
}

.Header-module__ldgnoG__cta:hover .Header-module__ldgnoG__ctaIcon {
  background: #ffffff4d;
  transform: translateX(2px);
}

.Header-module__ldgnoG__menuButton {
  cursor: pointer;
  background: #7b4fa6;
  border: 0;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  display: none;
}

.Header-module__ldgnoG__menuButton span {
  background: #fff;
  border-radius: 2px;
  width: 16px;
  height: 2px;
  transition: transform .25s;
  display: block;
}

.Header-module__ldgnoG__mobileMenu {
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  pointer-events: none;
  background: #fffffff2;
  border: 1px solid #7b4fa626;
  border-radius: 24px;
  flex-direction: column;
  gap: 8px;
  width: min(320px, 92vw);
  padding: 24px;
  transition: all .3s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  position: absolute;
  top: 90px;
  right: 4vw;
  transform: translateY(-12px);
  box-shadow: 0 24px 60px #7b4fa633;
}

.Header-module__ldgnoG__mobileMenuOpen {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.Header-module__ldgnoG__mobileMenu a {
  color: #1a0a2e;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background .2s;
}

.Header-module__ldgnoG__mobileMenu a:hover {
  color: #7b4fa6;
  background: #7b4fa60d;
}

.Header-module__ldgnoG__mobileCta {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #7b4fa6;
  border: none;
  border-radius: 12px;
  margin-top: 12px;
  padding: 14px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  transition: background .2s;
}

.Header-module__ldgnoG__mobileCta:hover {
  background: #ff2d78;
}

@media (max-width: 1024px) {
  .Header-module__ldgnoG__nav {
    display: none;
  }

  .Header-module__ldgnoG__menuButton {
    display: flex;
  }

  .Header-module__ldgnoG__cta {
    display: none;
  }

  .Header-module__ldgnoG__island {
    padding: 12px 16px 12px 24px;
  }

  .Header-module__ldgnoG__scrolled .Header-module__ldgnoG__island {
    padding: 10px 14px 10px 20px;
  }
}

/* [project]/src/components/Services/ScheduleDemoModal/ScheduleDemoModal.module.css [app-client] (css) */
.ScheduleDemoModal-module__sr7mbW__overlay {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 1000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  animation: .3s ease-out ScheduleDemoModal-module__sr7mbW__fadeIn;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.ScheduleDemoModal-module__sr7mbW__modal {
  background-color: var(--color-background, #faf7fd);
  border: 1px solid #7b4fa61a;
  border-radius: 1.5rem;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  padding: 2.5rem;
  animation: .3s ease-out ScheduleDemoModal-module__sr7mbW__slideUp;
  overflow-y: auto;
  box-shadow: 0 20px 40px #7b4fa626;
}

.ScheduleDemoModal-module__sr7mbW__header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.ScheduleDemoModal-module__sr7mbW__title {
  color: var(--color-primary, #7b4fa6);
  margin: 0;
  font-family: Neue Montreal, Inter, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.ScheduleDemoModal-module__sr7mbW__closeButton {
  color: var(--color-text-light, #666);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  font-size: 1.5rem;
  transition: all .2s;
  display: flex;
}

.ScheduleDemoModal-module__sr7mbW__closeButton:hover {
  color: var(--color-accent, #ff2d78);
  background-color: #ff2d781a;
}

.ScheduleDemoModal-module__sr7mbW__form {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.ScheduleDemoModal-module__sr7mbW__row {
  gap: 1.5rem;
  display: flex;
}

.ScheduleDemoModal-module__sr7mbW__formGroup {
  flex-direction: column;
  flex: 1;
  gap: .5rem;
  display: flex;
}

.ScheduleDemoModal-module__sr7mbW__formGroup label {
  color: var(--color-primary, #7b4fa6);
  font-family: Neue Montreal, Inter, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 500;
}

.ScheduleDemoModal-module__sr7mbW__input, .ScheduleDemoModal-module__sr7mbW__textarea {
  color: #333;
  background-color: #fff;
  border: 1px solid #7b4fa633;
  border-radius: .5rem;
  padding: .75rem 1rem;
  font-family: Neue Montreal, Inter, Arial, sans-serif;
  font-size: 1rem;
  transition: all .2s;
}

.ScheduleDemoModal-module__sr7mbW__input:focus, .ScheduleDemoModal-module__sr7mbW__textarea:focus {
  border-color: var(--color-accent, #ff2d78);
  outline: none;
  box-shadow: 0 0 0 3px #ff2d781a;
}

.ScheduleDemoModal-module__sr7mbW__textarea {
  resize: vertical;
  min-height: 100px;
}

.ScheduleDemoModal-module__sr7mbW__statusSuccess, .ScheduleDemoModal-module__sr7mbW__statusError {
  text-align: center;
  border-radius: .5rem;
  padding: 1rem;
  font-family: Neue Montreal, Inter, Arial, sans-serif;
  font-size: .95rem;
}

.ScheduleDemoModal-module__sr7mbW__statusSuccess {
  color: #2e7d32;
  background-color: #4caf501a;
  border: 1px solid #4caf5033;
}

.ScheduleDemoModal-module__sr7mbW__statusError {
  color: #d32f2f;
  background-color: #f443361a;
  border: 1px solid #f4433633;
}

.ScheduleDemoModal-module__sr7mbW__footer {
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1rem;
  display: flex;
}

.ScheduleDemoModal-module__sr7mbW__cancelButton {
  color: var(--color-primary, #7b4fa6);
  cursor: pointer;
  background: none;
  border: 1px solid #7b4fa633;
  border-radius: 2rem;
  padding: .75rem 1.5rem;
  font-family: Neue Montreal, Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: all .2s;
}

.ScheduleDemoModal-module__sr7mbW__cancelButton:hover {
  background-color: #7b4fa60d;
}

.ScheduleDemoModal-module__sr7mbW__submitButton {
  background-color: var(--color-accent, #ff2d78);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-family: Neue Montreal, Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ScheduleDemoModal-module__sr7mbW__submitButton:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px #ff2d784d;
}

.ScheduleDemoModal-module__sr7mbW__submitButton:disabled {
  opacity: .7;
  cursor: not-allowed;
}

.ScheduleDemoModal-module__sr7mbW__buttonInner {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.ScheduleDemoModal-module__sr7mbW__buttonIconLeft, .ScheduleDemoModal-module__sr7mbW__buttonIconRight {
  font-size: 1.2rem;
}

.ScheduleDemoModal-module__sr7mbW__buttonIconLeft {
  display: none;
}

@keyframes ScheduleDemoModal-module__sr7mbW__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes ScheduleDemoModal-module__sr7mbW__slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .ScheduleDemoModal-module__sr7mbW__row {
    flex-direction: column;
    gap: 1.5rem;
  }

  .ScheduleDemoModal-module__sr7mbW__modal {
    width: 95%;
    padding: 1.5rem;
  }

  .ScheduleDemoModal-module__sr7mbW__footer {
    flex-direction: column;
  }

  .ScheduleDemoModal-module__sr7mbW__cancelButton, .ScheduleDemoModal-module__sr7mbW__submitButton {
    width: 100%;
  }
}

/* [project]/src/components/Footer/Footer.module.css [app-client] (css) */
.Footer-module__Grjkva__footer {
  color: #faf7fd;
  background: #7b4fa6;
  border-top: 1px solid #ffffff1a;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.Footer-module__Grjkva__serviceWrapper {
  scrollbar-width: none;
  box-sizing: border-box;
  gap: 16px;
  width: 100%;
  padding: 40px 4vw 0;
  display: flex;
  overflow-x: auto;
}

.Footer-module__Grjkva__serviceWrapper::-webkit-scrollbar {
  display: none;
}

.Footer-module__Grjkva__serviceCard {
  height: 160px;
  color: inherit;
  box-sizing: border-box;
  background: #7b4fa614;
  border: 1px solid #7b4fa633;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 0 240px;
  justify-content: space-between;
  padding: 22px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  position: relative;
}

.Footer-module__Grjkva__serviceCard:hover {
  background: #ff2d781f;
  border-color: #ff2d78;
  transform: translateY(-4px);
  box-shadow: 0 12px 30px #ff2d7833;
}

.Footer-module__Grjkva__serviceCard.Footer-module__Grjkva__active {
  color: #fff;
  background: linear-gradient(135deg, #7b4fa6, #ff2d78);
  border-color: #0000;
}

.Footer-module__Grjkva__cardHeader {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.Footer-module__Grjkva__cardIcon {
  font-size: 26px;
  line-height: 1;
}

.Footer-module__Grjkva__cardArrow {
  opacity: .6;
  font-size: 16px;
  font-weight: 700;
  transition: transform .2s, opacity .2s;
}

.Footer-module__Grjkva__serviceCard:hover .Footer-module__Grjkva__cardArrow {
  opacity: 1;
  transform: translate(2px, -2px);
}

.Footer-module__Grjkva__cardTitle {
  letter-spacing: -.02em;
  margin: 0;
  font-size: 17px;
  font-weight: 700;
}

.Footer-module__Grjkva__content {
  box-sizing: border-box;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: clamp(30px, 4vw, 60px);
  max-width: 1440px;
  margin: 0 auto;
  padding: 70px 4vw 60px;
  display: grid;
}

@media (max-width: 1024px) {
  .Footer-module__Grjkva__content {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 640px) {
  .Footer-module__Grjkva__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.Footer-module__Grjkva__brandCol {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.Footer-module__Grjkva__logo {
  color: #fff;
  letter-spacing: -.02em;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.Footer-module__Grjkva__footerLogoImg {
  width: auto;
  height: 42px;
  display: block;
}

.Footer-module__Grjkva__brandDesc {
  color: #f8f5edbf;
  max-width: 340px;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.Footer-module__Grjkva__systemStatus {
  color: #34d399;
  background: #10b9811f;
  border: 1px solid #10b9814d;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}

.Footer-module__Grjkva__statusDot {
  background: #10b981;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 8px #10b981;
}

.Footer-module__Grjkva__colTitle {
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #fff;
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 700;
}

.Footer-module__Grjkva__linkList {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.Footer-module__Grjkva__linkItem {
  color: #faf7fdcc;
  width: fit-content;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.Footer-module__Grjkva__linkItem:hover {
  color: #ff2d78;
  transform: translateX(3px);
}

.Footer-module__Grjkva__contactCol {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.Footer-module__Grjkva__contactInfo {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.Footer-module__Grjkva__contactLink {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.Footer-module__Grjkva__contactLink:hover {
  color: #ff2d78;
}

.Footer-module__Grjkva__address {
  color: #faf7fdb3;
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.Footer-module__Grjkva__socials {
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  display: flex;
}

.Footer-module__Grjkva__socialBtn {
  color: #fff;
  background: #ffffff26;
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.Footer-module__Grjkva__socialBtn:hover {
  color: #fff;
  background: #ff2d78;
  border-color: #ff2d78;
  transform: translateY(-3px);
}

.Footer-module__Grjkva__bottomBar {
  box-sizing: border-box;
  color: #f8f5ed99;
  border-top: 1px solid #ffffff14;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px 4vw;
  font-size: 13px;
  display: flex;
}

@media (max-width: 768px) {
  .Footer-module__Grjkva__bottomBar {
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

.Footer-module__Grjkva__legalLinks {
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
}

.Footer-module__Grjkva__legalLinks a {
  color: #f8f5ed99;
  text-decoration: none;
  transition: color .2s;
}

.Footer-module__Grjkva__legalLinks a:hover {
  color: #fff;
}

.Footer-module__Grjkva__copyright {
  margin: 0;
}

/* [project]/src/components/Services/ServicesPageContent/ServicesPageContent.module.css [app-client] (css) */
.ServicesPageContent-module__HDYEXW__main {
  background-color: #faf7fd;
}

.ServicesPageContent-module__HDYEXW__hero {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 180px 20px 120px;
}

.ServicesPageContent-module__HDYEXW__heroPretitle {
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #7b4fa699;
  margin-bottom: 28px;
  font-size: 13px;
  font-weight: 500;
  display: block;
}

.ServicesPageContent-module__HDYEXW__heroTitle {
  color: #7b4fa6;
  letter-spacing: -.03em;
  margin: 0 auto 30px;
  font-size: clamp(48px, 7vw, 90px);
  font-weight: 400;
  line-height: 1;
}

.ServicesPageContent-module__HDYEXW__heroSubtitle {
  color: #7b4fa6bf;
  max-width: 650px;
  margin: 0 auto 50px;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.6;
}

.ServicesPageContent-module__HDYEXW__heroCtas {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 80px;
  display: flex;
}

.ServicesPageContent-module__HDYEXW__ctaPrimary {
  color: #faf7fd;
  background-color: #7b4fa6;
  border-radius: 999px;
  padding: 16px 36px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
}

.ServicesPageContent-module__HDYEXW__ctaPrimary:hover {
  background-color: #ff2d78;
  transform: translateY(-3px);
}

.ServicesPageContent-module__HDYEXW__ctaSecondary {
  color: #7b4fa6;
  border: 1px solid #7b4fa64d;
  border-radius: 999px;
  padding: 16px 36px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
}

.ServicesPageContent-module__HDYEXW__ctaSecondary:hover {
  background-color: #7b4fa60d;
  border-color: #7b4fa6;
}

.ServicesPageContent-module__HDYEXW__heroStats {
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  display: flex;
}

.ServicesPageContent-module__HDYEXW__heroStat {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  display: flex;
}

.ServicesPageContent-module__HDYEXW__heroStat strong {
  color: #7b4fa6;
  letter-spacing: -.02em;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
}

.ServicesPageContent-module__HDYEXW__heroStat span {
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #7b4fa699;
  font-size: 13px;
}

.ServicesPageContent-module__HDYEXW__cardsWrapper {
  flex-direction: column;
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 4vw 80px;
  display: flex;
}

.ServicesPageContent-module__HDYEXW__cardsSectionHeader {
  margin-bottom: 60px;
}

.ServicesPageContent-module__HDYEXW__cardsSectionTitle {
  color: #7b4fa6;
  letter-spacing: -.02em;
  max-width: 700px;
  margin: 10px 0 0;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 400;
}

.ServicesPageContent-module__HDYEXW__card {
  border-radius: 30px;
  justify-content: space-between;
  min-height: 420px;
  padding: 4vw;
  display: flex;
  position: sticky;
  top: 120px;
  box-shadow: 0 -15px 40px #00000014;
}

.ServicesPageContent-module__HDYEXW__color0 {
  color: #7b4fa6;
  background-color: #fff;
  border: 1px solid #7b4fa61a;
}

.ServicesPageContent-module__HDYEXW__color1 {
  color: #7b4fa6;
  background-color: #fdfbff;
  border: 1px solid #7b4fa61a;
}

.ServicesPageContent-module__HDYEXW__color2 {
  color: #7b4fa6;
  background-color: #f8f5fc;
  border: 1px solid #7b4fa61a;
}

.ServicesPageContent-module__HDYEXW__color3 {
  color: #7b4fa6;
  background-color: #fff;
  border: 1px solid #7b4fa61a;
}

.ServicesPageContent-module__HDYEXW__color4 {
  color: #fff;
  background-color: #7b4fa6;
  border: 1px solid #7b4fa61a;
}

.ServicesPageContent-module__HDYEXW__cardLeft {
  flex-direction: column;
  flex: 1;
  max-width: 600px;
  display: flex;
}

.ServicesPageContent-module__HDYEXW__imagePlaceholder {
  background-color: #0000000d;
  border-radius: 12px;
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
}

.ServicesPageContent-module__HDYEXW__color3 .ServicesPageContent-module__HDYEXW__imagePlaceholder, .ServicesPageContent-module__HDYEXW__color4 .ServicesPageContent-module__HDYEXW__imagePlaceholder {
  background-color: #ffffff1a;
}

.ServicesPageContent-module__HDYEXW__cardTitle {
  letter-spacing: -.01em;
  margin-bottom: 20px;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 400;
}

.ServicesPageContent-module__HDYEXW__cardDescription {
  opacity: .85;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 1.55;
}

.ServicesPageContent-module__HDYEXW__cardLink {
  color: inherit;
  align-items: center;
  width: fit-content;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .3s;
  display: inline-flex;
}

.ServicesPageContent-module__HDYEXW__cardLink:hover {
  opacity: .7;
}

.ServicesPageContent-module__HDYEXW__cardLinkIcon {
  margin-left: 8px;
  font-size: 22px;
  line-height: 1;
  transition: transform .3s;
}

.ServicesPageContent-module__HDYEXW__cardLink:hover .ServicesPageContent-module__HDYEXW__cardLinkIcon {
  transform: translateX(4px)scale(1.1);
}

.ServicesPageContent-module__HDYEXW__cardRight {
  flex-direction: column;
  flex: 0 0 240px;
  align-items: flex-end;
  padding-top: 40px;
  display: flex;
}

.ServicesPageContent-module__HDYEXW__tags {
  flex-direction: column;
  gap: 12px;
  width: 100%;
  display: flex;
}

.ServicesPageContent-module__HDYEXW__tag {
  text-align: center;
  color: inherit;
  background-color: #0000;
  border: 1px solid #0000004d;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 14px;
  display: inline-block;
}

.ServicesPageContent-module__HDYEXW__color3 .ServicesPageContent-module__HDYEXW__tag, .ServicesPageContent-module__HDYEXW__color4 .ServicesPageContent-module__HDYEXW__tag {
  border-color: #ffffff59;
}

.ServicesPageContent-module__HDYEXW__viewAllWrapper {
  z-index: 10;
  justify-content: center;
  margin-top: 70px;
  display: flex;
  position: relative;
}

.ServicesPageContent-module__HDYEXW__viewAllButton {
  color: #fff;
  letter-spacing: -.01em;
  background-color: #7b4fa6;
  border-radius: 100px;
  padding: 26px 56px;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  transition: transform .3s, background-color .3s;
  display: inline-block;
}

.ServicesPageContent-module__HDYEXW__viewAllButtonInner {
  align-items: center;
  gap: 18px;
  display: flex;
}

.ServicesPageContent-module__HDYEXW__viewAllButton:hover {
  background-color: #ff2d78;
  transform: translateY(-5px);
}

@media (max-width: 1024px) {
  .ServicesPageContent-module__HDYEXW__card {
    flex-direction: column;
    min-height: auto;
    padding: 50px 30px;
  }

  .ServicesPageContent-module__HDYEXW__cardRight {
    flex: 1;
    align-items: flex-start;
    padding-top: 40px;
  }

  .ServicesPageContent-module__HDYEXW__tags {
    flex-flow: wrap;
    max-width: 100%;
  }
}

/* [project]/src/components/Services/ServicesPageContent/ServicesSections.module.css [app-client] (css) */
.ServicesSections-module__AJ1cUq__section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 5.5vw;
}

.ServicesSections-module__AJ1cUq__eyebrow {
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #7b4fa680;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

.ServicesSections-module__AJ1cUq__eyebrowLight {
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #f8f5f18c;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

.ServicesSections-module__AJ1cUq__sectionTitle {
  color: #7b4fa6;
  letter-spacing: -.025em;
  margin-bottom: 14px;
  font-size: clamp(32px, 4.5vw, 58px);
  font-weight: 400;
  line-height: 1.08;
}

.ServicesSections-module__AJ1cUq__sectionSubtitle {
  color: #7b4fa6a6;
  max-width: 640px;
  margin-bottom: 70px;
  font-size: 17px;
  line-height: 1.6;
}

.ServicesSections-module__AJ1cUq__tickerSection {
  background-color: #fff;
  border-top: 1px solid #7b4fa61a;
  border-bottom: 1px solid #7b4fa61a;
  padding: 0;
  overflow: hidden;
}

.ServicesSections-module__AJ1cUq__tickerInner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}

.ServicesSections-module__AJ1cUq__tickerItem {
  cursor: default;
  border-right: 1px solid #7b4fa61a;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 40px 20px;
  transition: background-color .3s;
  display: flex;
}

.ServicesSections-module__AJ1cUq__tickerItem:last-child {
  border-right: none;
}

.ServicesSections-module__AJ1cUq__tickerItem:hover {
  background-color: #7b4fa6;
}

.ServicesSections-module__AJ1cUq__tickerVal {
  color: #7b4fa6;
  letter-spacing: -.03em;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 400;
  line-height: 1;
  transition: color .3s;
}

.ServicesSections-module__AJ1cUq__tickerItem:hover .ServicesSections-module__AJ1cUq__tickerVal {
  color: #ffd1e3;
}

.ServicesSections-module__AJ1cUq__tickerLabel {
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #7b4fa680;
  font-size: 12px;
  font-weight: 500;
  transition: color .3s;
}

.ServicesSections-module__AJ1cUq__tickerItem:hover .ServicesSections-module__AJ1cUq__tickerLabel {
  color: #f8f5f18c;
}

.ServicesSections-module__AJ1cUq__darkSection {
  background-color: #7b4fa6;
  padding: 120px 5.5vw;
}

.ServicesSections-module__AJ1cUq__darkSectionInner {
  max-width: 1400px;
  margin: 0 auto;
}

.ServicesSections-module__AJ1cUq__darkTitle {
  color: #faf7fd;
  letter-spacing: -.025em;
  margin-bottom: 16px;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.06;
}

.ServicesSections-module__AJ1cUq__darkSubtitle {
  color: #f8f5f199;
  max-width: 640px;
  margin-bottom: 70px;
  font-size: 17px;
  line-height: 1.6;
}

.ServicesSections-module__AJ1cUq__deliverableHeader {
  margin-bottom: 60px;
}

.ServicesSections-module__AJ1cUq__deliverablesGrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  display: grid;
}

.ServicesSections-module__AJ1cUq__deliverTile {
  cursor: pointer;
  background-color: #ffffff0d;
  border: 1px solid #f8f5f11a;
  border-radius: 16px;
  padding: 28px 30px;
  transition: background-color .35s, border-color .35s, transform .3s;
}

.ServicesSections-module__AJ1cUq__deliverTile:hover {
  background-color: #ffffff14;
  transform: translateY(-2px);
}

.ServicesSections-module__AJ1cUq__deliverTileOpen {
  background-color: #ffd1e3;
  border-color: #ffd1e3;
}

.ServicesSections-module__AJ1cUq__deliverTileOpen:hover {
  background-color: #ffd1e3;
}

.ServicesSections-module__AJ1cUq__deliverTileHeader {
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  display: flex;
}

.ServicesSections-module__AJ1cUq__deliverTileTitle {
  color: #faf7fd;
  letter-spacing: -.01em;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 500;
  line-height: 1.25;
  transition: color .3s;
}

.ServicesSections-module__AJ1cUq__deliverTileOpen .ServicesSections-module__AJ1cUq__deliverTileTitle {
  color: #7b4fa6;
}

.ServicesSections-module__AJ1cUq__deliverTileIcon {
  color: #f8f5f180;
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  transition: color .3s, transform .4s cubic-bezier(.16, 1, .3, 1);
}

.ServicesSections-module__AJ1cUq__deliverTileOpen .ServicesSections-module__AJ1cUq__deliverTileIcon {
  color: #7b4fa6;
}

.ServicesSections-module__AJ1cUq__deliverTileBody {
  max-height: 0;
  transition: max-height .45s cubic-bezier(.16, 1, .3, 1);
  overflow: hidden;
}

.ServicesSections-module__AJ1cUq__deliverTileOpen .ServicesSections-module__AJ1cUq__deliverTileBody {
  max-height: 200px;
}

.ServicesSections-module__AJ1cUq__deliverTileDesc {
  color: #7b4fa6bf;
  padding-top: 16px;
  font-size: 14px;
  line-height: 1.7;
}

.ServicesSections-module__AJ1cUq__frameworkOuter {
  position: relative;
}

.ServicesSections-module__AJ1cUq__frameworkSticky {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding: 0 5.5vw;
  display: flex;
  position: sticky;
  top: 0;
}

.ServicesSections-module__AJ1cUq__frameworkWrapper {
  background-color: #fff;
  border: 1px solid #7b4fa61f;
  border-radius: 28px;
  grid-template-columns: 1fr 200px;
  align-items: stretch;
  height: 72vh;
  max-height: 680px;
  display: grid;
  overflow: hidden;
}

.ServicesSections-module__AJ1cUq__frameworkProgress {
  background-color: #7b4fa61a;
  border-radius: 0 0 28px 28px;
  height: 3px;
  margin-top: -3px;
  overflow: hidden;
}

.ServicesSections-module__AJ1cUq__frameworkProgressFill {
  background-color: #7b4fa6;
  border-radius: 999px;
  height: 100%;
  transition: width .6s cubic-bezier(.16, 1, .3, 1);
}

.ServicesSections-module__AJ1cUq__frameworkContent {
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 60px;
  animation: .5s cubic-bezier(.16, 1, .3, 1) both ServicesSections-module__AJ1cUq__stepFadeIn;
  display: flex;
  overflow-y: auto;
}

@keyframes ServicesSections-module__AJ1cUq__stepFadeIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ServicesSections-module__AJ1cUq__frameworkLabel {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #7b4fa6;
  border: 1px solid #7b4fa640;
  border-radius: 999px;
  width: fit-content;
  margin-bottom: 28px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.ServicesSections-module__AJ1cUq__frameworkStepTitle {
  color: #7b4fa6;
  letter-spacing: -.025em;
  margin-bottom: 24px;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.05;
}

.ServicesSections-module__AJ1cUq__frameworkDesc {
  color: #7b4fa6bf;
  max-width: 520px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.65;
}

.ServicesSections-module__AJ1cUq__frameworkDetail {
  color: #7b4fa68c;
  border-top: 1px solid #7b4fa61a;
  max-width: 480px;
  margin-bottom: 40px;
  padding-top: 20px;
  font-size: 15px;
  line-height: 1.65;
}

.ServicesSections-module__AJ1cUq__frameworkCta {
  color: #7b4fa6;
  border: 1px solid #7b4fa640;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  display: inline-flex;
}

.ServicesSections-module__AJ1cUq__frameworkCta:hover {
  color: #faf7fd;
  background-color: #7b4fa6;
  border-color: #7b4fa6;
}

.ServicesSections-module__AJ1cUq__frameworkNav {
  background-color: #faf7fd;
  border-left: 1px solid #7b4fa61a;
  flex-direction: column;
  justify-content: space-around;
  padding: 40px 30px;
  display: flex;
  position: relative;
}

.ServicesSections-module__AJ1cUq__frameworkNavLine {
  background-color: #7b4fa61f;
  width: 1px;
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 22px;
}

.ServicesSections-module__AJ1cUq__frameworkNavStep {
  cursor: pointer;
  z-index: 1;
  background: none;
  border: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 0;
  display: flex;
  position: relative;
}

.ServicesSections-module__AJ1cUq__frameworkNavDot {
  background-color: #7b4fa633;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-bottom: 2px;
  transition: background-color .3s, transform .3s;
}

.ServicesSections-module__AJ1cUq__frameworkNavStepActive .ServicesSections-module__AJ1cUq__frameworkNavDot {
  background-color: #7b4fa6;
  transform: scale(1.5);
}

.ServicesSections-module__AJ1cUq__frameworkNavLabel {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #7b4fa666;
  font-size: 11px;
  font-weight: 600;
  transition: color .3s;
}

.ServicesSections-module__AJ1cUq__frameworkNavStepActive .ServicesSections-module__AJ1cUq__frameworkNavLabel {
  color: #7b4fa6;
}

.ServicesSections-module__AJ1cUq__lightGridSection {
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 5.5vw;
}

.ServicesSections-module__AJ1cUq__lightGridHeader {
  margin-bottom: 70px;
}

.ServicesSections-module__AJ1cUq__edgeGrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  display: grid;
}

.ServicesSections-module__AJ1cUq__edgeItem {
  border-top: 1px solid #7b4fa61f;
  padding: 36px 24px 36px 0;
  transition: background-color .3s, padding .3s, border-radius .3s;
}

.ServicesSections-module__AJ1cUq__edgeItem:hover {
  background-color: #7b4fa60a;
  border-radius: 12px;
  padding-left: 16px;
}

.ServicesSections-module__AJ1cUq__edgeTitle {
  color: #7b4fa6;
  letter-spacing: -.01em;
  margin-bottom: 12px;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 500;
}

.ServicesSections-module__AJ1cUq__edgeDesc {
  color: #7b4fa699;
  font-size: 14px;
  line-height: 1.7;
}

.ServicesSections-module__AJ1cUq__placementSection {
  text-align: center;
  background-color: #7b4fa6;
  padding: 120px 5.5vw;
}

.ServicesSections-module__AJ1cUq__placementStatsRow {
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto 70px;
  display: flex;
}

.ServicesSections-module__AJ1cUq__statItem {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.ServicesSections-module__AJ1cUq__statNumber {
  color: #ffd1e3;
  letter-spacing: -.03em;
  margin-bottom: 10px;
  font-size: clamp(54px, 7vw, 88px);
  font-weight: 400;
  line-height: 1;
}

.ServicesSections-module__AJ1cUq__statSuffix {
  margin-left: 4px;
  font-size: 22px;
  font-weight: 400;
}

.ServicesSections-module__AJ1cUq__statLabel {
  color: #f8f5f173;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 500;
}

.ServicesSections-module__AJ1cUq__placedAtRow {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
}

.ServicesSections-module__AJ1cUq__placedAtBadge {
  color: #f8f5f1b3;
  border: 1px solid #f8f5f12e;
  border-radius: 999px;
  padding: 9px 18px;
  font-size: 13px;
  transition: border-color .3s, color .3s;
}

.ServicesSections-module__AJ1cUq__placedAtBadge:hover {
  color: #faf7fd;
  border-color: #f8f5f180;
}

.ServicesSections-module__AJ1cUq__marqueeHeader {
  text-align: center;
  background-color: #faf7fd;
  padding: 90px 20px 30px;
}

.ServicesSections-module__AJ1cUq__marqueeTitle {
  color: #7b4fa6;
  letter-spacing: -.015em;
  margin: 0;
  font-size: clamp(26px, 2.8vw, 40px);
  font-weight: 400;
}

.ServicesSections-module__AJ1cUq__faqList {
  flex-direction: column;
  display: flex;
}

.ServicesSections-module__AJ1cUq__faqItem {
  border-bottom: 1px solid #7b4fa61f;
}

.ServicesSections-module__AJ1cUq__faqItem:first-child {
  border-top: 1px solid #7b4fa61f;
}

.ServicesSections-module__AJ1cUq__faqQuestion {
  text-align: left;
  color: #7b4fa6;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 22px 0;
  font-family: inherit;
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: 500;
  transition: color .25s;
  display: flex;
}

.ServicesSections-module__AJ1cUq__faqQuestion:hover {
  color: #ff2d78;
}

.ServicesSections-module__AJ1cUq__faqIcon {
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 300;
  transition: transform .35s cubic-bezier(.16, 1, .3, 1);
}

.ServicesSections-module__AJ1cUq__faqAnswer {
  max-height: 0;
  transition: max-height .45s cubic-bezier(.16, 1, .3, 1);
  overflow: hidden;
}

.ServicesSections-module__AJ1cUq__faqAnswer p {
  color: #7b4fa6ad;
  max-width: 780px;
  padding-bottom: 22px;
  font-size: 15px;
  line-height: 1.7;
}

.ServicesSections-module__AJ1cUq__faqItem.ServicesSections-module__AJ1cUq__open .ServicesSections-module__AJ1cUq__faqAnswer {
  max-height: 400px;
}

.ServicesSections-module__AJ1cUq__faqItem.ServicesSections-module__AJ1cUq__open .ServicesSections-module__AJ1cUq__faqIcon {
  transform: rotate(45deg);
}

@media (max-width: 1100px) {
  .ServicesSections-module__AJ1cUq__frameworkWrapper {
    grid-template-columns: 1fr;
    height: auto;
  }

  .ServicesSections-module__AJ1cUq__frameworkSticky {
    height: auto;
    padding: 0 5vw 40px;
    position: static;
  }

  .ServicesSections-module__AJ1cUq__frameworkOuter {
    height: auto !important;
  }

  .ServicesSections-module__AJ1cUq__frameworkNav {
    border-top: 1px solid #7b4fa61a;
    border-left: none;
    flex-direction: row;
    justify-content: space-around;
    padding: 20px 30px;
  }

  .ServicesSections-module__AJ1cUq__frameworkNavLine {
    display: none;
  }

  .ServicesSections-module__AJ1cUq__frameworkNavStep {
    align-items: center;
  }

  .ServicesSections-module__AJ1cUq__frameworkContent {
    padding: 0 30px;
  }

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

  .ServicesSections-module__AJ1cUq__tickerInner {
    flex-wrap: wrap;
  }

  .ServicesSections-module__AJ1cUq__tickerItem {
    border-bottom: 1px solid #7b4fa61a;
    flex: 0 0 33.333%;
  }
}

@media (max-width: 640px) {
  .ServicesSections-module__AJ1cUq__section, .ServicesSections-module__AJ1cUq__darkSection, .ServicesSections-module__AJ1cUq__lightGridSection, .ServicesSections-module__AJ1cUq__placementSection {
    padding: 80px 5vw;
  }

  .ServicesSections-module__AJ1cUq__frameworkContent {
    padding: 0 28px;
  }

  .ServicesSections-module__AJ1cUq__deliverablesGrid, .ServicesSections-module__AJ1cUq__edgeGrid {
    grid-template-columns: 1fr;
  }

  .ServicesSections-module__AJ1cUq__placementStatsRow {
    gap: 40px;
  }

  .ServicesSections-module__AJ1cUq__tickerItem {
    flex: 0 0 50%;
  }
}

/* [project]/src/components/Services/Marquee/Marquee.module.css [app-client] (css) */
.Marquee-module__Zdr9AG__marqueeWrapper {
  background-color: #faf7fd;
  flex-direction: column;
  gap: 30px;
  padding: 80px 0;
  display: flex;
  overflow: hidden;
}

.Marquee-module__Zdr9AG__marqueeRow {
  white-space: nowrap;
  width: max-content;
  display: flex;
}

.Marquee-module__Zdr9AG__marqueeContent {
  align-items: center;
  gap: 40px;
  padding-right: 40px;
  display: flex;
}

.Marquee-module__Zdr9AG__marqueeContentLeft {
  animation: 40s linear infinite Marquee-module__Zdr9AG__scrollLeft;
}

.Marquee-module__Zdr9AG__marqueeContentRight {
  animation: 40s linear infinite Marquee-module__Zdr9AG__scrollRight;
}

.Marquee-module__Zdr9AG__logoPlaceholder {
  opacity: .5;
  filter: grayscale();
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 80px;
  margin: 0 20px;
  transition: opacity .3s, transform .3s;
  display: inline-flex;
}

.Marquee-module__Zdr9AG__logoPlaceholder:hover {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.05);
}

@keyframes Marquee-module__Zdr9AG__scrollLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes Marquee-module__Zdr9AG__scrollRight {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

/* [project]/src/components/Services/ReviewsCarousel/ReviewsCarousel.module.css [app-client] (css) */
.ReviewsCarousel-module__oFlS3G__section {
  background-color: #faf7fd;
  padding: 120px 0;
  overflow: hidden;
}

.ReviewsCarousel-module__oFlS3G__titleContainer {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  padding: 0 20px;
}

.ReviewsCarousel-module__oFlS3G__title {
  color: #7b4fa6;
  letter-spacing: -.01em;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.1;
}

.ReviewsCarousel-module__oFlS3G__carouselContainer {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 30px;
  width: 100%;
  padding: 0 40px 60px;
  display: flex;
  overflow-x: auto;
}

.ReviewsCarousel-module__oFlS3G__carouselContainer::-webkit-scrollbar {
  display: none;
}

.ReviewsCarousel-module__oFlS3G__reviewCard {
  scroll-snap-align: center;
  color: #7b4fa6;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #7b4fa633;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 0 350px;
  justify-content: space-between;
  min-height: 350px;
  padding: 40px 30px;
  transition: all .3s;
  display: flex;
}

.ReviewsCarousel-module__oFlS3G__reviewCard:hover {
  color: #fff;
  background-color: #7b4fa6;
  border-color: #7b4fa6;
}

.ReviewsCarousel-module__oFlS3G__quoteIcon {
  color: #ffd1e3;
  margin-bottom: 20px;
  font-family: Georgia, serif;
  font-size: 40px;
  line-height: 1;
}

.ReviewsCarousel-module__oFlS3G__reviewText {
  flex-grow: 1;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
}

.ReviewsCarousel-module__oFlS3G__author {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 14px;
  font-weight: 500;
}

.ReviewsCarousel-module__oFlS3G__course {
  opacity: .7;
  margin-top: 5px;
  font-size: 12px;
  display: block;
}

.ReviewsCarousel-module__oFlS3G__controls {
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
  display: flex;
}

.ReviewsCarousel-module__oFlS3G__controlButton {
  color: #7b4fa6;
  cursor: pointer;
  background-color: #ffd1e3;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  transition: background-color .3s;
  display: flex;
}

.ReviewsCarousel-module__oFlS3G__controlButton:hover {
  background-color: #a3c0e8;
}

@media (max-width: 768px) {
  .ReviewsCarousel-module__oFlS3G__reviewCard {
    flex: 0 0 300px;
    min-height: 380px;
    padding: 40px 30px;
  }
}

/* [project]/src/components/ContactSection/ContactSection.module.css [app-client] (css) */
.ContactSection-module__1kX6Bq__section {
  background-color: var(--cb-bg, #faf7fd);
  color: var(--cb-text, #1a0a2e);
  padding: 100px 5.5vw;
  font-family: Neue Montreal, Inter, Arial, sans-serif;
}

.ContactSection-module__1kX6Bq__intro {
  text-align: center;
  max-width: 800px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.ContactSection-module__1kX6Bq__pretitle {
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--cb-mauve, #7b4fa6);
  background: #7b4fa61a;
  border-radius: 999px;
  margin-bottom: 18px;
  padding: 5px 16px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.ContactSection-module__1kX6Bq__mainTitle {
  letter-spacing: -.03em;
  color: var(--cb-text, #1a0a2e);
  margin-bottom: 24px;
  font-size: clamp(38px, 5.5vw, 68px);
  font-weight: 800;
  line-height: 1.1;
}

.ContactSection-module__1kX6Bq__subtitle {
  color: var(--cb-text-muted, #6b5880);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.6;
}

.ContactSection-module__1kX6Bq__container {
  align-items: flex-start;
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}

@media (max-width: 1024px) {
  .ContactSection-module__1kX6Bq__container {
    flex-direction: column;
  }
}

.ContactSection-module__1kX6Bq__sidebar {
  background: #fff;
  border: 1px solid #7b4fa626;
  border-radius: 28px;
  flex: 0 0 35%;
  padding: 40px;
  box-shadow: 0 16px 40px #7b4fa60f;
}

.ContactSection-module__1kX6Bq__sidebarTitle {
  color: var(--cb-text, #1a0a2e);
  margin-bottom: 20px;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 800;
}

.ContactSection-module__1kX6Bq__imageContainer {
  border-radius: 20px;
  margin-bottom: 24px;
  overflow: hidden;
  box-shadow: 0 10px 25px #7b4fa626;
}

.ContactSection-module__1kX6Bq__profileImage {
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

.ContactSection-module__1kX6Bq__sidebarText {
  color: var(--cb-text-muted, #6b5880);
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.6;
}

.ContactSection-module__1kX6Bq__ctaButton, .ContactSection-module__1kX6Bq__submitButton {
  background: linear-gradient(135deg, var(--cb-mauve, #7b4fa6), var(--cb-neon-pink, #ff2d78));
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s;
  display: inline-flex;
  overflow: hidden;
  box-shadow: 0 8px 24px #7b4fa640;
}

.ContactSection-module__1kX6Bq__ctaButton:hover, .ContactSection-module__1kX6Bq__submitButton:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px #ff2d7859;
}

.ContactSection-module__1kX6Bq__buttonInner {
  align-items: center;
  display: flex;
  position: relative;
}

.ContactSection-module__1kX6Bq__buttonText {
  transition: transform .4s cubic-bezier(.25, .46, .45, .94);
}

.ContactSection-module__1kX6Bq__buttonIconLeft, .ContactSection-module__1kX6Bq__buttonIconRight {
  font-size: 18px;
  line-height: 1;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
}

.ContactSection-module__1kX6Bq__buttonIconLeft {
  opacity: 0;
  left: -20px;
  transform: translateX(-10px);
}

.ContactSection-module__1kX6Bq__buttonIconRight {
  opacity: 1;
  right: -20px;
  transform: translateX(0);
}

.ContactSection-module__1kX6Bq__ctaButton:hover .ContactSection-module__1kX6Bq__buttonIconLeft, .ContactSection-module__1kX6Bq__submitButton:hover .ContactSection-module__1kX6Bq__buttonIconLeft {
  opacity: 1;
  left: -20px;
  transform: translateX(0);
}

.ContactSection-module__1kX6Bq__ctaButton:hover .ContactSection-module__1kX6Bq__buttonText, .ContactSection-module__1kX6Bq__submitButton:hover .ContactSection-module__1kX6Bq__buttonText {
  transform: translateX(20px);
}

.ContactSection-module__1kX6Bq__ctaButton:hover .ContactSection-module__1kX6Bq__buttonIconRight, .ContactSection-module__1kX6Bq__submitButton:hover .ContactSection-module__1kX6Bq__buttonIconRight {
  opacity: 0;
  transform: translateX(20px);
}

.ContactSection-module__1kX6Bq__contactDetails {
  border-top: 1px solid #7b4fa61f;
  flex-direction: column;
  gap: 10px;
  margin-top: 36px;
  padding-top: 24px;
  display: flex;
}

.ContactSection-module__1kX6Bq__contactLink, .ContactSection-module__1kX6Bq__address {
  color: var(--cb-text, #1a0a2e);
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.ContactSection-module__1kX6Bq__contactLink:hover {
  color: var(--cb-neon-pink, #ff2d78);
}

.ContactSection-module__1kX6Bq__address {
  color: var(--cb-text-muted, #6b5880);
  font-size: 13px;
}

.ContactSection-module__1kX6Bq__socialMenu {
  gap: 16px;
  margin-top: 24px;
  display: flex;
}

.ContactSection-module__1kX6Bq__socialMenu a {
  color: var(--cb-mauve, #7b4fa6);
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.ContactSection-module__1kX6Bq__socialMenu a:hover {
  color: var(--cb-neon-pink, #ff2d78);
}

.ContactSection-module__1kX6Bq__formWrapper {
  background: #fff;
  border: 1px solid #7b4fa626;
  border-radius: 28px;
  flex: 1;
  padding: 50px;
  box-shadow: 0 20px 50px #7b4fa614;
}

@media (max-width: 768px) {
  .ContactSection-module__1kX6Bq__formWrapper {
    padding: 30px 20px;
  }
}

.ContactSection-module__1kX6Bq__formTitle {
  color: var(--cb-text, #1a0a2e);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 800;
}

.ContactSection-module__1kX6Bq__form {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.ContactSection-module__1kX6Bq__formGroup {
  flex-direction: column;
  gap: 8px;
  display: flex;
  position: relative;
}

.ContactSection-module__1kX6Bq__formGroup label {
  color: var(--cb-text, #1a0a2e);
  font-size: 14px;
  font-weight: 700;
}

.ContactSection-module__1kX6Bq__formGroup input[type="text"], .ContactSection-module__1kX6Bq__formGroup input[type="email"], .ContactSection-module__1kX6Bq__formGroup input[type="tel"], .ContactSection-module__1kX6Bq__formGroup textarea, .ContactSection-module__1kX6Bq__selectWrapper select {
  background: var(--cb-bg, #faf7fd);
  color: var(--cb-text, #1a0a2e);
  border: 1.5px solid #7b4fa626;
  border-radius: 14px;
  width: 100%;
  padding: 16px 20px;
  font-family: inherit;
  font-size: 15px;
  transition: border-color .25s, box-shadow .25s;
}

.ContactSection-module__1kX6Bq__formGroup input:focus, .ContactSection-module__1kX6Bq__formGroup textarea:focus, .ContactSection-module__1kX6Bq__selectWrapper select:focus {
  border-color: var(--cb-mauve, #7b4fa6);
  outline: none;
  box-shadow: 0 0 0 3px #7b4fa626;
}

.ContactSection-module__1kX6Bq__formGroup textarea {
  resize: vertical;
  border-radius: 18px;
  padding: 16px 20px;
}

.ContactSection-module__1kX6Bq__selectWrapper {
  position: relative;
}

.ContactSection-module__1kX6Bq__selectWrapper select {
  appearance: none;
  cursor: pointer;
}

.ContactSection-module__1kX6Bq__selectWrapper:after {
  content: "↓";
  pointer-events: none;
  color: var(--cb-mauve, #7b4fa6);
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.ContactSection-module__1kX6Bq__checkboxGroupWrapper {
  margin-top: 8px;
}

.ContactSection-module__1kX6Bq__checkboxGroupTitle {
  color: var(--cb-text, #1a0a2e);
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.ContactSection-module__1kX6Bq__checkboxGrid {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  display: grid;
}

.ContactSection-module__1kX6Bq__checkboxLabel {
  cursor: pointer;
  color: var(--cb-text, #1a0a2e);
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.ContactSection-module__1kX6Bq__checkboxLabel input[type="checkbox"] {
  display: none;
}

.ContactSection-module__1kX6Bq__customCheck {
  background: var(--cb-bg, #faf7fd);
  border: 1.5px solid #7b4fa64d;
  border-radius: 6px;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transition: all .2s;
  display: inline-block;
  position: relative;
}

.ContactSection-module__1kX6Bq__checkboxLabel input[type="checkbox"]:checked + .ContactSection-module__1kX6Bq__customCheck {
  background-color: var(--cb-neon-pink, #ff2d78);
  border-color: var(--cb-neon-pink, #ff2d78);
}

.ContactSection-module__1kX6Bq__checkboxLabel input[type="checkbox"]:checked + .ContactSection-module__1kX6Bq__customCheck:after {
  content: "✓";
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ContactSection-module__1kX6Bq__privacyLabel {
  color: var(--cb-text-muted, #6b5880);
  margin-top: 6px;
  font-size: 13px;
}

.ContactSection-module__1kX6Bq__privacyLabel a {
  color: var(--cb-mauve, #7b4fa6);
  margin-left: 4px;
  text-decoration: underline;
}

.ContactSection-module__1kX6Bq__submitButton {
  margin-top: 14px;
}

.ContactSection-module__1kX6Bq__statusSuccess {
  color: #059669;
  background-color: #10b9811a;
  border: 1px solid #10b98140;
  border-radius: 12px;
  margin-top: 12px;
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 600;
}

.ContactSection-module__1kX6Bq__statusError {
  color: #dc2626;
  background-color: #ef44441a;
  border: 1px solid #ef444440;
  border-radius: 12px;
  margin-top: 12px;
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 600;
}

/*# sourceMappingURL=src_components_1v6devk._.css.map*/