/* [project]/src/app/hybrid-and-multi-cloud-enablement/page.module.css [app-client] (css) */
.page-module__3RNSEW__heroBanner {
  background-color: #0e1e70d6;
  align-items: center;
  width: 100%;
  padding: 3.5rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
  min-height: 500px !important;
}

.page-module__3RNSEW__heroSection:before {
  content: "";
  background: #ffffff0d;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, -30%);
}

.page-module__3RNSEW__heroBannerImg {
  z-index: -1;
  pointer-events: none;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  inset: 0 !important;
}

.page-module__3RNSEW__heroTitle {
  color: #fff;
  margin: 0 0 1.25rem;
  font-size: clamp(2.25rem, 3vw, 3.5rem);
  font-weight: 400;
  line-height: 1.3 !important;
}

.page-module__3RNSEW__heroSubTitle {
  color: #fff;
  margin: 0 0 1rem;
  font-size: clamp(1.25rem, 2.1vw, 1.5rem);
  font-weight: 400;
}

.page-module__3RNSEW__heroDescription {
  color: #f1f5f9;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  line-height: 1.7;
}

.page-module__3RNSEW__heroActions {
  flex-wrap: wrap;
  gap: 1rem;
  display: flex;
}

.page-module__3RNSEW__challengesCard {
  height: 100%;
  padding-left: .5rem;
}

.page-module__3RNSEW__challengesCard h3 {
  align-items: start;
  gap: 1rem;
  margin-bottom: 1rem;
  display: flex;
  font-size: 1.1rem !important;
}

.page-module__3RNSEW__challengesCard p {
  padding-left: 2.1rem;
}

.page-module__3RNSEW__challengesCard h3 svg {
  color: var(--brand-color-2);
  font-size: 1.2rem;
}

.page-module__3RNSEW__benefitItem {
  background: #fff;
  border-radius: 10px;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 4px 12px #0000000a;
}

.page-module__3RNSEW__benefitIcon {
  color: var(--brand-color-1);
  background: #fcf9ff;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  font-size: 1.2rem;
  display: flex;
}

.page-module__3RNSEW__benefitText {
  color: #1e293b;
  font-size: 1.1rem;
  font-weight: 500;
}

.page-module__3RNSEW__highlightText {
  color: #1e3a8a;
  margin-top: 30px;
  font-weight: 500;
}

.page-module__3RNSEW__servicesGrid {
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  gap: 30px;
  margin-top: 40px;
  display: grid;
}

.page-module__3RNSEW__servicesGrid > :first-child {
  grid-column: 1 / -1;
}

.page-module__3RNSEW__serviceCard {
  border-top: 4px solid var(--brand-color-2);
  background: #fff;
  border-radius: 12px;
  transition: transform .3s, box-shadow .3s;
  overflow: hidden;
  box-shadow: 0 6px 20px #0000000d;
}

.page-module__3RNSEW__serviceCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px #3b82f61a;
}

.page-module__3RNSEW__serviceHeader {
  background: #fcf9ff;
  border-bottom: 1px solid #e2e8f0;
  padding: 25px;
}

.page-module__3RNSEW__serviceTitle {
  color: #1e3a8a;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
}

.page-module__3RNSEW__serviceBody {
  padding: 25px;
}

.page-module__3RNSEW__serviceSubtitle {
  color: var(--brand-color-2);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 600;
}

.page-module__3RNSEW__serviceDesc {
  color: var(--brand-color-3);
  align-items: start;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.6;
  display: flex;
}

.page-module__3RNSEW__microsoftBadge {
  color: #1f2937;
  background: #f3f4f6;
  border-radius: 20px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 8px 16px;
  font-size: .9rem;
  font-weight: 600;
  display: inline-block;
}

.page-module__3RNSEW__impactTitle {
  color: var(--brand-color-1);
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 600;
}

.page-module__3RNSEW__perspectiveList {
  margin-left: 0;
  padding-left: .5rem;
  list-style-type: none;
}

.page-module__3RNSEW__perspectiveList li {
  align-items: start;
  gap: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.page-module__3RNSEW__perspectiveListIcon {
  color: var(--brand-color-2);
}

.page-module__3RNSEW__testimonialBg {
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  min-height: 380px;
  padding: 0;
  display: flex;
  position: relative;
}

.page-module__3RNSEW__testimonialBgImg {
  z-index: -1;
  object-fit: cover !important;
}

.page-module__3RNSEW__testimonialOverlay {
  content: "";
  background-color: var(--brand-color-light-gray);
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-module__3RNSEW__testimonialContainer {
  z-index: 2;
  padding: 2rem 0;
  position: relative;
}

.page-module__3RNSEW__testimonialQuoteSection {
  z-index: 2;
  padding: 2rem;
  position: relative;
}

.page-module__3RNSEW__testimonialQuoteText {
  color: var(--brand-color-3);
  margin-top: 2rem;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 2rem;
}

.page-module__3RNSEW__testimonialQuoteLink {
  color: var(--brand-color-3);
  text-decoration: none;
}

.page-module__3RNSEW__testimonialQuoteAuthor {
  color: var(--brand-color-3);
  text-align: left;
  margin: 20px 0 0;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  display: block;
}

.page-module__3RNSEW__industryGrid {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 40px;
  display: grid;
}

.page-module__3RNSEW__industryCard {
  border-left: 4px solid var(--brand-color-2);
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  transition: transform .3s;
  box-shadow: 0 6px 20px #0000000d;
}

.page-module__3RNSEW__industryCard:hover {
  transform: translateY(-5px);
}

.page-module__3RNSEW__industryTitle {
  color: var(--brand-color-3);
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
}

.page-module__3RNSEW__industryIcon {
  color: var(--brand-color-1);
  margin-right: 12px;
}

.page-module__3RNSEW__industryList {
  list-style-type: none;
}

.page-module__3RNSEW__industryList li {
  color: #475569;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.page-module__3RNSEW__industryList li:before {
  content: "✓";
  color: var(--brand-color-2);
  font-weight: bold;
  position: absolute;
  left: 0;
}

.page-module__3RNSEW__frictionSection {
  margin-top: 40px;
}

.page-module__3RNSEW__frictionGrid {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
  display: grid;
}

.page-module__3RNSEW__frictionItem {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 12px #0000000d;
}

.page-module__3RNSEW__frictionIcon {
  color: var(--brand-color-1);
  background: #fcf9ff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  font-size: 1.5rem;
  display: flex;
}

.page-module__3RNSEW__frictionText {
  color: #1e293b;
  font-size: 1.1rem;
  font-weight: 500;
}

.page-module__3RNSEW__whyGrid {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 40px;
  display: grid;
}

.page-module__3RNSEW__whyCard {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  transition: transform .3s;
  box-shadow: 0 6px 20px #0000000d;
}

.page-module__3RNSEW__whyCard:hover {
  transform: translateY(-5px);
}

.page-module__3RNSEW__whyTitle {
  color: var(--brand-color-3);
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: 700;
}

.page-module__3RNSEW__whyDesc {
  margin-left: 0;
  padding-left: 0;
  line-height: 1.6;
  list-style-type: none;
}

.page-module__3RNSEW__whyDesc li {
  align-items: start;
  gap: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.page-module__3RNSEW__whyCard li svg {
  color: var(--brand-color-2);
}

.page-module__3RNSEW__whyIcon {
  width: 100%;
  height: 100%;
  min-height: 200px;
  color: var(--brand-color-2);
  background: #6610f210;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  font-size: 100px;
  display: flex;
}

.page-module__3RNSEW__ctaSection {
  background: linear-gradient(135deg, var(--brand-color-2) 0%, var(--brand-color-1) 100%);
  color: #fff;
  text-align: center;
  border-radius: 16px;
  margin-top: 60px;
  padding: 60px;
}

.page-module__3RNSEW__ctaTitle {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 700;
}

.page-module__3RNSEW__ctaDescription {
  opacity: .9;
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 1.2rem;
}

.page-module__3RNSEW__ctaButtons {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  display: flex;
}

.page-module__3RNSEW__ctaButton {
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.page-module__3RNSEW__ctaButton.page-module__3RNSEW__primary {
  color: var(--brand-color-3);
  background: #fff;
}

.page-module__3RNSEW__ctaButton.page-module__3RNSEW__secondary {
  color: #fff;
  background: #ffffff26;
  border: 2px solid #ffffff4d;
}

.page-module__3RNSEW__ctaButton:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px #00000026;
}

@media (max-width: 1100px) {
  .page-module__3RNSEW__servicesGrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-module__3RNSEW__heroSection {
    padding: 50px 30px;
  }

  .page-module__3RNSEW__heroTitle {
    font-size: 2.5rem;
  }

  .page-module__3RNSEW__sectionTitleText {
    font-size: 1.8rem;
  }

  .page-module__3RNSEW__ctaSection {
    padding: 50px 30px;
  }

  .page-module__3RNSEW__ctaTitle {
    font-size: 1.8rem;
  }

  .page-module__3RNSEW__ctaButtons {
    flex-direction: column;
    align-items: center;
  }

  .page-module__3RNSEW__ctaButton {
    width: 100%;
    max-width: 300px;
  }

  .page-module__3RNSEW__frictionSection {
    padding: 30px;
  }
}

@media (max-width: 480px) {
  .page-module__3RNSEW__heroTitle {
    font-size: 2rem;
  }

  .page-module__3RNSEW__heroDescription {
    font-size: 1rem;
  }

  .page-module__3RNSEW__sectionTitleText {
    font-size: 1.5rem;
  }

  .page-module__3RNSEW__benefitsList, .page-module__3RNSEW__industryGrid, .page-module__3RNSEW__whyGrid, .page-module__3RNSEW__frictionGrid {
    grid-template-columns: 1fr;
  }

  .page-module__3RNSEW__serviceTitle {
    font-size: 1.2rem;
  }

  .page-module__3RNSEW__mainContainer {
    padding: 10px;
  }
}

/* [project]/src/components/Header/header.module.css [app-client] (css) */
.header-module__nrpHoW__header {
  background-color: #fff;
}

.header-module__nrpHoW__landingPageHeader {
  background-color: #fff;
  padding: 1.25rem 0;
}

.header-module__nrpHoW__headerContainer {
  position: relative;
}

.header-module__nrpHoW__menuIcon {
  cursor: pointer;
  color: #fff;
  background: #ff1fa9;
  border-radius: 5px;
  padding: 10px;
  font-size: 1rem;
  display: none;
}

.header-module__nrpHoW__socialIcons {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  gap: .3rem;
  transition: background-color .5s, transform .5s;
  display: flex;
}

.header-module__nrpHoW__socialIcons a {
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin: 0 3px;
  padding: 5px;
  font-size: .79rem;
  display: flex;
  box-shadow: 0 1px 1px #0003;
  color: var(--brand-color-6) !important;
}

.header-module__nrpHoW__socialIcons a:hover {
  background: #0088d0;
  color: #fff !important;
}

.header-module__nrpHoW__headerMenuContainer {
  margin-left: auto;
  margin-right: 1rem;
  display: flex;
}

.header-module__nrpHoW__navbar {
  align-items: center;
  display: flex;
}

.header-module__nrpHoW__menuItemsList {
  text-align: right;
  float: right;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.header-module__nrpHoW__menuItem {
  cursor: pointer;
  text-align: left;
  display: inline-block;
  position: relative;
}

.header-module__nrpHoW__menuItem:hover .header-module__nrpHoW__label, .header-module__nrpHoW__menuItem:hover .header-module__nrpHoW__label a {
  color: var(--brand-color-1) !important;
}

.header-module__nrpHoW__desktopMegaMenuContainer {
  position: static !important;
}

.header-module__nrpHoW__megaMenuContainer {
  z-index: 1;
  background-color: #fff;
  border-radius: 4px;
  width: auto;
  display: none;
  position: absolute;
  left: -2.5rem;
  right: -2.5rem;
  box-shadow: 0 2px 15px #0000001a;
}

.header-module__nrpHoW__menuItem:hover .header-module__nrpHoW__megaMenuContainer, .header-module__nrpHoW__menuItem:hover .header-module__nrpHoW__subMenuContainer {
  display: block;
}

.header-module__nrpHoW__label {
  color: var(--brand-color-6);
  white-space: normal;
  text-transform: none;
  border-radius: 4px;
  align-items: center;
  padding: .5rem .9rem;
  font-style: normal;
  font-weight: 500;
  display: inline-flex;
  letter-spacing: 0 !important;
  font-size: 1rem !important;
}

.header-module__nrpHoW__menuSubItems .header-module__nrpHoW__label {
  text-transform: none;
  width: auto;
  min-width: 200px;
  font-weight: 400;
  color: var(--brand-color-6) !important;
  background-color: #0000 !important;
}

.header-module__nrpHoW__menuSubItems .header-module__nrpHoW__label a {
  text-transform: none;
  width: auto;
  min-width: 200px;
  font-size: .9em;
  font-weight: 400;
  color: var(--brand-color-6) !important;
}

.header-module__nrpHoW__menuSubItems, .header-module__nrpHoW__subMenu {
  text-align: left;
  z-index: 1000;
  background-color: #fff;
  border-radius: 3px;
  width: auto;
  position: absolute;
  left: 0;
  box-shadow: 0 2px 10px #0000001a;
}

.header-module__nrpHoW__menuSubItem {
  color: var(--brand-color-6);
  text-transform: none;
  cursor: pointer;
  padding: .5rem 1rem;
  font-weight: 400;
}

.header-module__nrpHoW__dropdown {
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  border-radius: 4px;
  width: auto;
  min-width: 200px;
  padding: .5rem 0;
  transition: opacity .3s, visibility .3s;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 2px 10px #0000001a;
}

.header-module__nrpHoW__arrowTop {
  padding: 1em 0;
  position: absolute;
}

.header-module__nrpHoW__megaMenu {
  display: none;
}

.header-module__nrpHoW__hasChildren .header-module__nrpHoW__dropdown > .header-module__nrpHoW__hasChildren .header-module__nrpHoW__dropdown {
  visibility: hidden;
  opacity: 0;
  border-radius: 3px;
  padding: .5rem 0;
  transition: opacity .3s, visibility .3s;
  top: 25%;
  left: 100%;
}

.header-module__nrpHoW__dropdown:hover .header-module__nrpHoW__subMenuContainer {
  display: block !important;
}

.header-module__nrpHoW__hasChildren:hover > .header-module__nrpHoW__dropdown {
  visibility: visible;
  opacity: 1;
  display: block !important;
}

.header-module__nrpHoW__hasChildren .header-module__nrpHoW__dropdown a {
  text-transform: none;
  align-items: center;
  gap: .8rem;
  padding: .5rem 1rem;
  display: flex;
  color: var(--brand-color-6) !important;
  font-size: .8rem !important;
  font-weight: 400 !important;
}

.header-module__nrpHoW__hasChildren > .header-module__nrpHoW__dropdown > .header-module__nrpHoW__subMenuItem > a:hover {
  color: #ff1fa9 !important;
  background-color: #f7f7f7 !important;
}

.header-module__nrpHoW__megaMenu.header-module__nrpHoW__arrowTop {
  padding: 0 1em 1em !important;
}

.header-module__nrpHoW__hasChildren > .header-module__nrpHoW__megaMenu {
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  width: auto;
  padding: .5rem 0;
  list-style: none;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 2px 10px #0000001a;
}

.header-module__nrpHoW__menuItem .header-module__nrpHoW__megaMenu.header-module__nrpHoW__productsMegaMenu {
  left: 50%;
  transform: translateX(-50%);
}

.header-module__nrpHoW__megaMenu.header-module__nrpHoW__productsMegaMenu {
  min-width: 520px;
  max-width: 530px;
  padding: .75rem .9rem .9rem !important;
}

@media (min-width: 1400px) {
  .header-module__nrpHoW__megaMenu.header-module__nrpHoW__productsMegaMenu {
    min-width: 540px;
    max-width: 550px;
  }
}

.header-module__nrpHoW__megaMenu.header-module__nrpHoW__productsMegaMenu .header-module__nrpHoW__row {
  margin-left: 0;
  margin-right: 0;
}

.header-module__nrpHoW__megaMenu.header-module__nrpHoW__productsMegaMenu .header-module__nrpHoW__col-lg-6 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.header-module__nrpHoW__dropdown > li.header-module__nrpHoW__hasChildren:hover > a {
  color: #ff1fa9 !important;
}

.header-module__nrpHoW__hasChildren:hover > .header-module__nrpHoW__megaMenu {
  visibility: visible;
  opacity: 1;
  display: block;
}

.header-module__nrpHoW__hasChildren:hover > .header-module__nrpHoW__megaMenu .header-module__nrpHoW__megaMenuList {
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.header-module__nrpHoW__megaMenu .header-module__nrpHoW__megaMenuTitle {
  color: var(--brand-color-6);
  text-transform: uppercase;
  letter-spacing: 0;
  margin-top: 5px;
  padding-bottom: 10px;
  padding-left: 6px;
  font-weight: 600;
  display: block;
  font-size: .95em !important;
}

.header-module__nrpHoW__megaMenuList .header-module__nrpHoW__megaMenuItem a {
  color: var(--brand-color-6);
  text-shadow: none;
  border: 0;
  border-radius: 4px;
  margin: 0 0 3px;
  padding: 3px 8px 3px 6px;
  font-size: .85em;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.header-module__nrpHoW__megaMenuItem:hover a {
  color: #ff1fa9 !important;
}

.header-module__nrpHoW__menuItemsList > li:nth-child(3) .header-module__nrpHoW__megaMenu {
  left: -250px;
  right: -250px;
}

.header-module__nrpHoW__menuItemsList > li:nth-child(6) .header-module__nrpHoW__megaMenu {
  left: auto;
  right: auto;
}

.header-module__nrpHoW__hasChildren .header-module__nrpHoW__dropdown > .header-module__nrpHoW__hasChildren:hover > .header-module__nrpHoW__dropdown {
  visibility: visible;
  opacity: 1;
}

.header-module__nrpHoW__subMenuItem {
  text-align: left;
  min-width: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-module__nrpHoW__subMenuItem a {
  color: var(--brand-color-6);
  letter-spacing: 0;
  border-bottom: 1px solid #f7f7f7;
  padding: 5px 20px;
  font-size: .9em;
  font-weight: 400;
  display: block;
  position: relative;
}

.header-module__nrpHoW__menuSubItem:hover .header-module__nrpHoW__label, .header-module__nrpHoW__menuSubItem:hover a {
  color: #ff1fa9 !important;
}

.header-module__nrpHoW__mobileMegaMenuContainer {
  width: auto;
  position: relative;
}

.header-module__nrpHoW__menuItem:hover > a {
  color: #ff1fa9;
}

.header-module__nrpHoW__topArrow {
  padding: 1em 0;
  position: absolute;
}

.header-module__nrpHoW__megaMenuContainer, .header-module__nrpHoW__dropdown, .header-module__nrpHoW__megaMenu, .header-module__nrpHoW__arrowTop, .header-module__nrpHoW__topArrow {
  border-top: 4px solid !important;
  border-image: linear-gradient(to right, #ff1fa9, #ac34fe) 1 !important;
  border-radius: 4px !important;
}

.header-module__nrpHoW__productsMegaMenuContainer {
  z-index: 1;
  background-color: #fff;
  border-radius: 4px;
  width: auto;
  display: none;
  position: absolute;
  transform: translateX(-50%);
  box-shadow: 0 2px 15px #0000001a;
  border-top: 4px solid !important;
  border-image: linear-gradient(to right, #ff1fa9, #ac34fe) 1 !important;
}

.header-module__nrpHoW__desktopProductsMegaMenuContainer {
  position: static !important;
}

.header-module__nrpHoW__menuItem:hover .header-module__nrpHoW__productsMegaMenuContainer {
  display: block;
}

.header-module__nrpHoW__mobileMenuOverlay {
  z-index: 9999;
  background-color: #00000080;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0;
}

.header-module__nrpHoW__mobileMenuContent {
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  box-shadow: none;
  background-color: #fff;
  border-radius: 0;
  animation: .3s ease-out header-module__nrpHoW__slideInFromTop;
  overflow-y: auto;
}

.header-module__nrpHoW__mobileMenuHeader {
  color: #ff1fa9;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.header-module__nrpHoW__closeButton {
  color: var(--brand-color-6);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
  padding: .5rem;
  transition: background-color .5s;
}

.header-module__nrpHoW__greatPlaceToWorkImg {
  object-fit: contain;
  align-self: center;
  width: 50px;
  height: auto;
  margin-left: 1rem;
  transition: all .3s;
}

@media screen and (max-width: 992px) {
  .header-module__nrpHoW__headerMenuContainer {
    order: 1;
    margin-left: 1.5em;
    margin-right: 0;
  }

  .header-module__nrpHoW__menuItemsList {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: none;
  }

  .header-module__nrpHoW__menuIcon {
    cursor: pointer;
    color: #fff;
    background: #ff1fa9;
    border: none;
    border-radius: 6px;
    outline: none;
    justify-content: center;
    align-items: center;
    min-width: 44px;
    min-height: 44px;
    padding: 12px;
    font-size: 1rem;
    display: flex;
  }

  .header-module__nrpHoW__navbar li {
    text-align: center;
    width: 100%;
  }

  .header-module__nrpHoW__navbar a {
    justify-content: center;
    width: 100%;
  }

  .header-module__nrpHoW__socialIcons {
    margin-left: auto;
  }

  .header-module__nrpHoW__menuIcon:active {
    transform: scale(.95);
  }

  .header-module__nrpHoW__greatPlaceToWorkImg {
    display: none !important;
  }
}

@media screen and (max-width: 400px) {
  .header-module__nrpHoW__socialIcons {
    display: none;
  }
}

@keyframes header-module__nrpHoW__slideInFromTop {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }

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

@media (prefers-color-scheme: dark) {
  .header-module__nrpHoW__mobileMenuContent {
    color: #fff;
    background-color: #2d2d2d;
  }

  .header-module__nrpHoW__mobileMenuHeader {
    border-bottom-color: #555;
  }
}

@media (max-width: 1200px) {
  .header-module__nrpHoW__greatPlaceToWorkImg {
    max-width: 60px;
    max-height: 60px;
  }

  .header-module__nrpHoW__label {
    padding: .5rem !important;
  }
}

/* [project]/src/components/Header/desktopMegaMenu.module.css [app-client] (css) */
.desktopMegaMenu-module__7yor-a__menuTabContainer {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.desktopMegaMenu-module__7yor-a__menuVerticalTabs {
  color: var(--brand-color-6);
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  padding: 2rem 0;
  list-style: none;
  display: flex;
}

.desktopMegaMenu-module__7yor-a__menuTabContent {
  border: 1px solid #f7f7f7;
  flex: 1;
  padding: 2.5rem 1.5rem;
}

.desktopMegaMenu-module__7yor-a__desktopDropdownMegaSubNav {
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  display: flex;
}

.desktopMegaMenu-module__7yor-a__desktopDropdownMegaSubNav li {
  box-sizing: border-box;
  text-align: left;
  flex: 0 0 33%;
}

.desktopMegaMenu-module__7yor-a__desktopDropdownMegaSubNav li a {
  text-transform: none;
  align-items: center;
  gap: .8rem;
  padding: 1rem;
  display: flex;
  color: var(--brand-color-6) !important;
  font-size: .8rem !important;
  font-weight: 400 !important;
}

.desktopMegaMenu-module__7yor-a__desktopDropdownMegaSubNav li a:hover {
  background-color: #f7f7f7;
  border-radius: 5px;
  color: #ff1fa9 !important;
}

.desktopMegaMenu-module__7yor-a__menuTabItem {
  cursor: pointer;
  text-transform: capitalize;
  background: #f7f7f7;
  border-radius: 5px 0 0 5px;
  align-items: center;
  min-width: 15rem;
  margin: 0;
  font-size: .8rem;
  font-weight: 600;
  transition: background .3s;
  display: flex;
  padding: 1rem !important;
}

.desktopMegaMenu-module__7yor-a__menuTabItem:last-child {
  border-bottom: none;
}

.desktopMegaMenu-module__7yor-a__menuTabItem.desktopMegaMenu-module__7yor-a__menuTabItemActive {
  color: #ff1fa9;
  background-color: #fff;
}

.desktopMegaMenu-module__7yor-a__menuTabItem a {
  color: inherit;
  text-transform: none;
  padding-left: 0;
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
}

.desktopMegaMenu-module__7yor-a__menuSubheader {
  color: #374151;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin: 1rem 0 .5rem;
  padding: 0 1rem .5rem;
  font-size: .875rem;
  font-weight: 600;
}

.desktopMegaMenu-module__7yor-a__menuSubheader:first-child {
  margin-top: 0;
}

.desktopMegaMenu-module__7yor-a__dynamicsSubNav {
  grid-template-columns: 1fr 1fr;
  width: 100%;
  padding: 0;
  display: grid;
}

.desktopMegaMenu-module__7yor-a__dynamicsSubNav li {
  width: 100%;
  flex: none !important;
}

.desktopMegaMenu-module__7yor-a__mainLinksContainer {
  gap: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.desktopMegaMenu-module__7yor-a__dynamicsMainLink {
  text-transform: none;
  background-color: #f1f1f1;
  border-radius: 5px;
  align-items: center;
  gap: .8rem;
  padding: 1rem;
  display: flex;
  color: var(--brand-color-6) !important;
  font-size: .8rem !important;
  font-weight: 600 !important;
}

.desktopMegaMenu-module__7yor-a__dynamicsMainLinkWide {
  flex: 2;
}

.desktopMegaMenu-module__7yor-a__dynamicsMainLinkNarrow {
  flex: 1;
}

.desktopMegaMenu-module__7yor-a__dynamicsMainLink strong {
  color: inherit;
  font-weight: 600 !important;
}

.desktopMegaMenu-module__7yor-a__twoColumnLayout {
  grid-template-columns: 1fr 1fr;
  width: 100%;
  display: grid;
}

.desktopMegaMenu-module__7yor-a__twoColumnLayout li {
  width: 100%;
  flex: none !important;
}

.desktopMegaMenu-module__7yor-a__contentSectionsContainer {
  gap: 1rem;
  display: flex;
}

.desktopMegaMenu-module__7yor-a__dynamicsContentSection {
  flex: 2;
}

.desktopMegaMenu-module__7yor-a__powerPlatformContentSection {
  flex: 1;
}

.desktopMegaMenu-module__7yor-a__powerPlatformSubNav {
  flex-direction: column;
  width: 100%;
  padding: 0;
  display: flex;
}

.desktopMegaMenu-module__7yor-a__powerPlatformSubNav li {
  width: 100%;
  flex: none !important;
}

.desktopMegaMenu-module__7yor-a__dynamicsMainLink:hover {
  background-color: #f1f1f1;
  border-radius: 5px;
  color: #ff1fa9 !important;
}

@media screen and (max-width: 1100px) {
  .desktopMegaMenu-module__7yor-a__desktopDropdownMegaSubNav li a, .desktopMegaMenu-module__7yor-a__dynamicsMainLink {
    padding: .5rem 1rem;
    font-size: .7rem !important;
  }
}

/* [project]/src/components/Header/productsMegaMenu.module.css [app-client] (css) */
.productsMegaMenu-module__xZeh2q__megaMenuContainer {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  box-shadow: 0 4px 6px #0000001a;
}

.productsMegaMenu-module__xZeh2q__menuTabContainer {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
}

.productsMegaMenu-module__xZeh2q__menuVerticalTabs {
  color: var(--brand-color-6);
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  padding: 2rem 0;
  list-style: none;
  display: flex;
}

.productsMegaMenu-module__xZeh2q__menuTabContent {
  border: 1px solid #f7f7f7;
  flex: 1;
  width: 300px;
  padding: 1.5rem;
}

.productsMegaMenu-module__xZeh2q__desktopDropdownMegaSubNav {
  flex-direction: column;
  width: 100%;
  list-style: none;
  display: flex;
}

.productsMegaMenu-module__xZeh2q__desktopDropdownMegaSubNav li {
  box-sizing: border-box;
  text-align: left;
  width: 100%;
}

.productsMegaMenu-module__xZeh2q__desktopDropdownMegaSubNav li a {
  text-transform: none;
  align-items: center;
  gap: .8rem;
  padding: 1rem;
  display: flex;
  color: var(--brand-color-6) !important;
  font-size: .8rem !important;
  font-weight: 400 !important;
}

.productsMegaMenu-module__xZeh2q__desktopDropdownMegaSubNav li a:hover {
  background-color: #f7f7f7;
  border-radius: 5px;
  color: var(--brand-color-1) !important;
}

.productsMegaMenu-module__xZeh2q__menuTabItem {
  color: var(--brand-color-6);
  cursor: pointer;
  text-transform: capitalize;
  background: #f7f7f7;
  border-radius: 5px 0 0 5px;
  align-items: center;
  min-width: 15rem;
  min-height: 4rem;
  margin: 0;
  font-size: .8rem;
  font-weight: 600;
  transition: background .3s;
  display: flex;
  padding: 1rem !important;
}

.productsMegaMenu-module__xZeh2q__menuTabItem:last-child {
  border-bottom: none;
}

.productsMegaMenu-module__xZeh2q__menuTabItem.productsMegaMenu-module__xZeh2q__menuTabItemActive {
  color: var(--brand-color-1);
  background-color: #fff;
}

.productsMegaMenu-module__xZeh2q__menuTabItem a {
  color: inherit;
  text-transform: none;
  padding-left: 0;
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
}

.productsMegaMenu-module__xZeh2q__menuSubheader {
  color: #374151;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin: 1rem 0 .5rem;
  padding: 0 1rem .5rem;
  font-size: .875rem;
  font-weight: 600;
}

.productsMegaMenu-module__xZeh2q__menuSubheader:first-child {
  margin-top: 0;
}

.productsMegaMenu-module__xZeh2q__dynamicsSubNav {
  grid-template-columns: 1fr 1fr;
  width: 100%;
  display: grid;
}

.productsMegaMenu-module__xZeh2q__dynamicsSubNav li {
  width: 100%;
  flex: none !important;
}

.productsMegaMenu-module__xZeh2q__mainLinksContainer {
  gap: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.productsMegaMenu-module__xZeh2q__dynamicsMainLink {
  text-transform: none;
  background-color: #f1f1f1;
  border-radius: 5px;
  align-items: center;
  min-height: 4rem;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
  color: var(--brand-color-6) !important;
  font-size: .8rem !important;
  font-weight: 400 !important;
}

.productsMegaMenu-module__xZeh2q__dynamicsMainLinkWide {
  flex: 2;
}

.productsMegaMenu-module__xZeh2q__dynamicsMainLinkNarrow {
  flex: 1;
}

.productsMegaMenu-module__xZeh2q__dynamicsMainLink strong {
  color: inherit;
  font-weight: 600 !important;
}

.productsMegaMenu-module__xZeh2q__twoColumnLayout {
  grid-template-columns: 1fr 1fr;
  width: 100%;
  display: grid;
}

.productsMegaMenu-module__xZeh2q__twoColumnLayout li {
  width: 100%;
  flex: none !important;
}

.productsMegaMenu-module__xZeh2q__contentSectionsContainer {
  gap: 1rem;
  display: flex;
}

.productsMegaMenu-module__xZeh2q__dynamicsContentSection {
  flex: 2;
}

.productsMegaMenu-module__xZeh2q__powerPlatformContentSection {
  flex: 1;
}

.productsMegaMenu-module__xZeh2q__powerPlatformSubNav {
  flex-direction: column;
  width: 100%;
  padding: 0;
  display: flex;
}

.productsMegaMenu-module__xZeh2q__powerPlatformSubNav li {
  width: 100%;
  flex: none !important;
}

.productsMegaMenu-module__xZeh2q__dynamicsMainLink:hover {
  background-color: #f1f1f1;
  color: #ff1fa9 !important;
}

/* [project]/src/components/Header/mobileMegaMenu.module.css [app-client] (css) */
.mobileMegaMenu-module__18DWTq__mobileMegaMenuContainer {
  background-color: #fff;
  width: 100%;
}

.mobileMegaMenu-module__18DWTq__mobileMegaMenuContainer:last-child {
  border-bottom: none;
}

.mobileMegaMenu-module__18DWTq__mobileLabel {
  color: #ff1fa9;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  padding: 1rem !important;
}

.mobileMegaMenu-module__18DWTq__mobileLabel:active {
  background-color: #f5f5f5;
}

.mobileMegaMenu-module__18DWTq__mobileMenuLink {
  text-align: left;
  flex: 1;
  text-decoration: none;
  color: #ff1fa9 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.mobileMegaMenu-module__18DWTq__mobileToggleButton {
  color: #666;
  appearance: none;
  background: none;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  min-height: 30px;
  transition: all .2s;
  display: flex;
  border: 0 !important;
  outline: none !important;
}

.mobileMegaMenu-module__18DWTq__mobileToggleButton:active {
  background-color: #f8f8f8;
  transform: scale(.95);
}

.mobileMegaMenu-module__18DWTq__mobileSubItems {
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
}

.mobileMegaMenu-module__18DWTq__mobileSubItems ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobileMegaMenu-module__18DWTq__mobileSubItem {
  background-color: #f8f8f8;
  border-bottom: 1px solid #eee;
}

.mobileMegaMenu-module__18DWTq__mobileSubItem:last-child {
  border-bottom: none;
}

.mobileMegaMenu-module__18DWTq__mobileSubItem .mobileMegaMenu-module__18DWTq__mobileMegaMenuContainer {
  background-color: #f8f8f8;
  border-bottom: none;
}

.mobileMegaMenu-module__18DWTq__mobileSubItem .mobileMegaMenu-module__18DWTq__mobileLabel {
  color: #ff1fa9;
  background-color: #f8f8f8;
  padding: 1rem;
  font-size: .9rem;
  font-weight: 400;
  padding-left: 1rem !important;
}

.mobileMegaMenu-module__18DWTq__mobileSubItem .mobileMegaMenu-module__18DWTq__mobileLabel:active {
  color: #333;
  background-color: #f0f0f0;
}

.mobileMegaMenu-module__18DWTq__mobileSubItem .mobileMegaMenu-module__18DWTq__mobileSubItems {
  background-color: #f0f0f0;
}

.mobileMegaMenu-module__18DWTq__mobileSubItem .mobileMegaMenu-module__18DWTq__mobileSubItem .mobileMegaMenu-module__18DWTq__mobileLabel {
  color: #ff1fa9;
  background-color: #f0f0f0;
  padding: 1rem;
  font-size: .85rem;
  padding-left: 1rem !important;
}

@media (max-width: 480px) {
  .mobileMegaMenu-module__18DWTq__mobileLabel {
    padding: 1rem;
    font-size: 1rem;
    padding-left: 1rem !important;
  }

  .mobileMegaMenu-module__18DWTq__mobileSubItem .mobileMegaMenu-module__18DWTq__mobileLabel {
    padding: 1rem;
    font-size: .9rem;
    padding-left: 1rem !important;
  }
}

.mobileMegaMenu-module__18DWTq__mobileLabel:focus, .mobileMegaMenu-module__18DWTq__mobileToggleButton:focus {
  outline-offset: 2px;
  outline: 2px solid #666;
}

/* [project]/src/components/Footer/footer.module.css [app-client] (css) */
.footer-module__WOMdyG__footer {
  background: var(--brand-color-6);
  clear: both;
  color: #fff;
  border-top: 4px solid #212529;
  margin-top: 0;
  padding: 0;
  position: relative;
  font-size: .875rem !important;
}

.footer-module__WOMdyG__footerHeading {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 3rem;
  display: inline-block;
  position: relative;
  font-size: .9rem !important;
  font-weight: 700 !important;
}

.footer-module__WOMdyG__footerHeading:after {
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: var(--brand-color-1) !important;
}

.footer-module__WOMdyG__footerContent {
  padding-left: 0;
  line-height: 1.6;
  font-size: .875rem !important;
}

.footer-module__WOMdyG__footerContent li {
  gap: .8rem;
  margin-bottom: 1em;
  display: flex;
  position: relative;
}

.footer-module__WOMdyG__footer p {
  color: #fff !important;
}

.footer-module__WOMdyG__footer a {
  color: var(--brand-color-white);
  text-decoration: none;
  display: inline-block;
}

.footer-module__WOMdyG__SocialIcons {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  gap: .3rem;
  padding-left: 0;
  transition: background-color .3s, transform .3s;
  display: flex;
}

.footer-module__WOMdyG__socialIcons {
  align-items: center;
  gap: .2rem;
  padding-left: 0;
  transition: background-color .3s, transform .3s;
  display: flex;
}

.footer-module__WOMdyG__socialIcons li {
  color: #212529;
  border-radius: 100%;
  margin: -1px 1px 0 0;
  padding: 0;
  display: inline-block;
  overflow: visible;
  box-shadow: 0 1px 1px #0003;
}

.footer-module__WOMdyG__socialIcons li a {
  text-align: center;
  background: var(--brand-color-dark-gray);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: .8rem;
  display: flex;
  color: #333 !important;
}

.footer-module__WOMdyG__socialIcons li a:hover {
  background: var(--brand-color-1);
  color: #fff !important;
}

.footer-module__WOMdyG__socialIcons li a:hover svg {
  color: #fff !important;
}

.footer-module__WOMdyG__footerListIcon svg {
  fill: #fff;
  width: 1em !important;
  min-width: 1em !important;
  height: 1em !important;
}

.footer-module__WOMdyG__footerCopyright {
  color: #fff;
  background: none;
  border-top: 1px solid #fff;
  place-items: center;
  margin: 0 60px;
  padding: 1rem 0;
}

.footer-module__WOMdyG__footerCopyright p {
  margin-bottom: 0;
  font-size: .9em !important;
}

.footer-module__WOMdyG__newsLink:hover {
  color: var(--brand-color-1);
}

/* [project]/src/components/ChatBot/chatbot.module.css [app-client] (css) */
.chatbot-module__DuXWVq__chatbotPopup {
  opacity: 0;
  transform-origin: 100% 100%;
  z-index: 999;
  background: #fff;
  border-radius: 12px;
  width: 400px;
  max-width: 90%;
  height: 80%;
  max-height: 500px;
  transition: all .2s ease-in-out;
  display: none;
  position: fixed;
  bottom: 2%;
  right: 2%;
  overflow: hidden;
  transform: scale(.95);
  box-shadow: 0 18px 40px -5px #0003, 0 15px 20px -5px #0000001a;
}

.chatbot-module__DuXWVq__chatbotPopup.chatbot-module__DuXWVq__visibleChatPopup {
  opacity: 1;
  display: block;
  transform: scale(1);
}

.chatbot-module__DuXWVq__chatbotHeader {
  background: var(--brand-color-2);
  height: 60px;
  color: var(--brand-color-white);
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  display: flex;
}

.chatbot-module__DuXWVq__headerTitle {
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.chatbot-module__DuXWVq__headerButtons {
  align-items: center;
  gap: 12px;
  display: flex;
}

.chatbot-module__DuXWVq__iconButton {
  color: var(--brand-color-white);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: all .2s;
  display: flex;
}

.chatbot-module__DuXWVq__iconButton:hover {
  color: var(--header-textColor);
  background: #ffffff1a;
}

.chatbot-module__DuXWVq__iconButton:focus {
  outline-offset: 2px;
  outline: 2px solid #ffffff80;
}

.chatbot-module__DuXWVq__webchat {
  background-color: var(--brand-color-white);
  height: calc(100% - 60px);
  position: relative;
}

.chatbot-module__DuXWVq__webchat ul {
  list-style-type: disc !important;
}

.chatbot-module__DuXWVq__webchat ol {
  list-style-type: decimal !important;
}

.chatbot-module__DuXWVq__webchat-overlay {
  pointer-events: none;
  z-index: 1;
  background: #ffffffd9;
  position: absolute;
  inset: 0;
}

.chatbot-module__DuXWVq__webchat > div {
  z-index: 2;
  position: relative;
}

.chatbot-module__DuXWVq__webchat .chatbot-module__DuXWVq__webchat__basic-transcript__content {
  white-space: pre-wrap !important;
  word-break: break-word !important;
}

.chatbot-module__DuXWVq__webchat .chatbot-module__DuXWVq__webchat__bubble__content {
  padding: 8px 12px !important;
}

.chatbot-module__DuXWVq__webchat img {
  display: inline-block !important;
}

.chatbot-module__DuXWVq__webchat p {
  color: inherit !important;
  margin-bottom: 1rem !important;
}

.chatbot-module__DuXWVq__webchat ul li, .chatbot-module__DuXWVq__webchat ol li {
  margin-bottom: 1rem !important;
}

.chatbot-module__DuXWVq__webchat .chatbot-module__DuXWVq__webchat__bubble {
  max-width: 85% !important;
  margin: 8px !important;
}

.chatbot-module__DuXWVq__webchat .chatbot-module__DuXWVq__webchat__basic-transcript__content ul, .chatbot-module__DuXWVq__webchat .chatbot-module__DuXWVq__webchat__basic-transcript__content ol, .chatbot-module__DuXWVq__webchat .chatbot-module__DuXWVq__webchat__bubble__content ul, .chatbot-module__DuXWVq__webchat .chatbot-module__DuXWVq__webchat__bubble__content ol {
  margin: 8px 0 !important;
  padding-left: 24px !important;
  list-style-position: outside !important;
}

.chatbot-module__DuXWVq__webchat .chatbot-module__DuXWVq__webchat--css-shhtp-kdgeig.chatbot-module__DuXWVq__webchat__render-markdown .chatbot-module__DuXWVq__webchat__render-markdown__external-link-icon {
  display: inline-block !important;
}

.chatbot-module__DuXWVq__webchat .chatbot-module__DuXWVq__webchat__basic-transcript__content li, .chatbot-module__DuXWVq__webchat .chatbot-module__DuXWVq__webchat__bubble__content li {
  margin: 4px 0 !important;
  padding-left: 4px !important;
}

.chatbot-module__DuXWVq__openChat {
  background: var(--brand-color-2);
  cursor: pointer;
  z-index: 998;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: all .2s ease-in-out;
  display: flex;
  position: fixed;
  bottom: 32px;
  right: 32px;
  box-shadow: 0 4px 6px -1px #0000001a;
}

.chatbot-module__DuXWVq__openChat.chatbot-module__DuXWVq__hidden {
  opacity: 0;
  pointer-events: none;
  transform: scale(.95)translateY(10px);
}

.chatbot-module__DuXWVq__openChat:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px #0000001a;
}

.chatbot-module__DuXWVq__openChat:focus {
  outline-offset: 2px;
  outline: 3px solid #4f46e580;
}

.chatbot-module__DuXWVq__openChat svg {
  color: #fff;
  width: 28px;
  height: 28px;
  transition: transform .2s;
}

@media (max-width: 768px) {
  .chatbot-module__DuXWVq__chatbotPopup {
    width: 100%;
    height: 100%;
  }
}

/* [project]/src/components/SectionScrollAnimator/animation.module.css [app-client] (css) */
.animation-module__Xbomya__sectionAnimated {
  opacity: 0;
  transition: opacity 1s cubic-bezier(.4, 0, .2, 1), transform 1s cubic-bezier(.4, 0, .2, 1);
  transform: translateY(10px);
}

.animation-module__Xbomya__sectionVisible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* [project]/src/components/Accordion/Accordion.module.css [app-client] (css) */
.Accordion-module__uF9gGa__faqContainer {
  background: #f8f9fa;
  border-radius: 12px;
  margin-top: 40px;
}

.Accordion-module__uF9gGa__faqAccordion {
  max-width: 100%;
}

.Accordion-module__uF9gGa__faqItem {
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 1rem;
  transition: box-shadow .3s;
}

.Accordion-module__uF9gGa__faqHeader {
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 0;
}

.Accordion-module__uF9gGa__faqButton {
  text-align: left;
  width: 100%;
  box-shadow: none;
  color: #212529;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 0;
  outline: 0;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: background .3s;
  display: flex;
}

.Accordion-module__uF9gGa__faqButton h3 {
  color: var(--brand-color-6);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
}

.Accordion-module__uF9gGa__faqButtonExpanded {
  background: linear-gradient(135deg, var(--brand-color-1), var(--brand-color-2), var(--brand-color-4)) !important;
  color: #fff !important;
}

.Accordion-module__uF9gGa__faqButtonExpanded h3 {
  color: #fff !important;
}

.Accordion-module__uF9gGa__faqChevron {
  flex-shrink: 0;
  margin-left: 1rem;
  transition: transform .5s;
}

.Accordion-module__uF9gGa__faqContent {
  background: #fff;
  transition: all .6s;
  overflow: hidden;
}

.Accordion-module__uF9gGa__faqContentHidden {
  display: none !important;
}

.Accordion-module__uF9gGa__faqContentVisible {
  display: block !important;
}

.Accordion-module__uF9gGa__faqBody {
  padding: 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #212529 !important;
  background: #fff !important;
}

.Accordion-module__uF9gGa__faqBody p {
  font-weight: 400;
  margin-bottom: 1rem !important;
}

.Accordion-module__uF9gGa__faqBody ul {
  margin: 0 0 1rem 2rem !important;
  padding: 0 !important;
  list-style-type: disc !important;
  list-style-position: outside !important;
}

.Accordion-module__uF9gGa__faqBody ul li {
  line-height: 1.5;
  text-indent: 0 !important;
  margin: 0 0 .5rem !important;
  padding: 0 0 0 .5rem !important;
  list-style-type: disc !important;
  list-style-position: outside !important;
  display: list-item !important;
}

.Accordion-module__uF9gGa__faqBody ol {
  margin: 0 0 1rem 2rem !important;
  padding: 0 !important;
  list-style-type: decimal !important;
  list-style-position: outside !important;
}

.Accordion-module__uF9gGa__faqBody ol li {
  line-height: 1.5;
  text-indent: 0 !important;
  margin: 0 0 .5rem !important;
  padding: 0 0 0 .5rem !important;
  list-style-position: outside !important;
  display: list-item !important;
}

.Accordion-module__uF9gGa__faqBody li:before {
  content: none !important;
}

@keyframes Accordion-module__uF9gGa__faqSlideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

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

.Accordion-module__uF9gGa__faqBodyAnimated {
  animation: .6s ease-out Accordion-module__uF9gGa__faqSlideDown;
}

.Accordion-module__uF9gGa__faqBodyAnimated h4 {
  margin-bottom: 8px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.5rem !important;
}

.Accordion-module__uF9gGa__faqButton:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #0e1e70;
}

@media (max-width: 1200px) {
  .Accordion-module__uF9gGa__faqButton {
    padding: .9rem 1.1rem;
    font-size: 1.05rem;
  }
}

@media (max-width: 992px) {
  .Accordion-module__uF9gGa__faqContainer {
    border-radius: 8px;
    margin-top: 30px;
  }

  .Accordion-module__uF9gGa__faqButton {
    padding: .85rem 1rem;
    font-size: 1rem;
    line-height: 1.3;
  }

  .Accordion-module__uF9gGa__faqBody {
    padding: 1.25rem;
  }
}

@media (max-width: 768px) {
  .Accordion-module__uF9gGa__faqItem {
    border-radius: 8px;
    margin-bottom: .75rem;
  }

  .Accordion-module__uF9gGa__faqButton {
    padding: .75rem 1rem;
    font-size: .95rem;
    line-height: 1.25;
  }

  .Accordion-module__uF9gGa__faqChevron {
    margin-left: .75rem;
  }

  .Accordion-module__uF9gGa__faqBody {
    padding: 1rem;
    line-height: 1.5;
    font-size: .9rem !important;
  }

  .Accordion-module__uF9gGa__faqBody ul {
    margin: 0 0 1rem 1.5rem !important;
  }

  .Accordion-module__uF9gGa__faqBody li {
    margin: 0 0 .4rem !important;
    padding: 0 0 0 .25rem !important;
  }
}

@media (max-width: 576px) {
  .Accordion-module__uF9gGa__faqContainer {
    border-radius: 6px;
    margin-top: 20px;
  }

  .Accordion-module__uF9gGa__faqButton {
    padding: .65rem .85rem;
    font-size: .9rem;
    line-height: 1.2;
  }

  .Accordion-module__uF9gGa__faqChevron {
    margin-left: .5rem;
  }

  .Accordion-module__uF9gGa__faqBody {
    padding: .85rem;
    font-size: .85rem !important;
  }

  .Accordion-module__uF9gGa__faqBody ul {
    margin: 0 0 .75rem 1.25rem !important;
  }
}

.Accordion-module__uF9gGa__faqIcon {
  color: var(--brand-color-6);
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.Accordion-module__uF9gGa__faqIcon svg {
  width: 80px;
  height: 80px;
}

@media (max-width: 992px) {
  .Accordion-module__uF9gGa__faqIcon svg {
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 767px) {
  .Accordion-module__uF9gGa__faqIcon svg {
    width: 120px;
    height: 120px;
  }

  .Accordion-module__uF9gGa__faqIcon {
    margin-bottom: 12px;
  }
}

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