/* [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/app/home.module.css [app-client] (css) */
.home-module__Hx0lNG__breadcrumbPart {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.home-module__Hx0lNG__breadcrumbImage {
  z-index: -6rem;
  object-position: right center;
}

.home-module__Hx0lNG__pageMainTitle {
  background: linear-gradient(to bottom right, var(--brand-color-1) 40%, var(--brand-color-2) 80%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  letter-spacing: 0 !important;
  margin-bottom: .5rem !important;
  font-size: 3rem !important;
  font-weight: 300 !important;
  line-height: 3rem !important;
}

.home-module__Hx0lNG__gradientText2 {
  background: linear-gradient(to bottom right, var(--brand-color-1) 40%, var(--brand-color-2) 80%, var(--brand-color-3) 90%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.home-module__Hx0lNG__pageSubheading {
  color: var(--brand-color-6) !important;
  letter-spacing: 0 !important;
  letter-spacing: 0 !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  font-family: Open Sans, Arial, sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 300 !important;
  line-height: 2.4rem !important;
}

.home-module__Hx0lNG__pageSubheading strong {
  color: var(--brand-color-6) !important;
  font-weight: 500 !important;
}

@keyframes home-module__Hx0lNG__moveChevron {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: translateY(20px);
  }

  67% {
    opacity: 1;
    transform: translateY(35px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px)scale3d(.5, .5, .5);
  }
}

@keyframes home-module__Hx0lNG__changeChevronColor {
  0%, 25% {
    background-image: linear-gradient(var(--brand-color-1), var(--brand-color-2));
  }

  50%, 75% {
    background: var(--brand-color-1);
  }

  100% {
    background-image: linear-gradient(var(--brand-color-1), var(--brand-color-2));
  }
}

.home-module__Hx0lNG__bannerImage {
  object-fit: contain;
  max-width: 100%;
  max-height: none;
  margin: 0 0 -10rem;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 350px !important;
  height: auto !important;
}

@media (max-width: 767px) {
  .home-module__Hx0lNG__bannerImageContainer, .home-module__Hx0lNG__bannerImage {
    display: none !important;
  }

  .home-module__Hx0lNG__bannerImage {
    transform: translateY(-8px);
    width: 280px !important;
  }
}

.home-module__Hx0lNG__breadcrumbPart h2 {
  color: var(--brand-color-6) !important;
  letter-spacing: 0 !important;
  margin-top: 1rem !important;
  font-size: 1.2rem !important;
  font-weight: 300 !important;
  line-height: 2rem !important;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .home-module__Hx0lNG__pageMainTitle {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }

  .home-module__Hx0lNG__breadcrumbPart h2 {
    font-size: 1rem !important;
    line-height: 1.8rem !important;
  }
}

@keyframes home-module__Hx0lNG__text-gradient-color-animation {
  0% {
    background-position: 50% 100%;
  }

  100% {
    background-position: 0 0;
  }
}

@keyframes home-module__Hx0lNG__move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: translateY(20px);
  }

  67% {
    opacity: 1;
    transform: translateY(35px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px)scale3d(.5, .5, .5);
  }
}

@keyframes home-module__Hx0lNG__changeColor {
  0% {
    background-image: linear-gradient(#fff, #87ceeb);
  }

  25% {
    background-image: linear-gradient(#fff, #87ceeb);
  }

  50% {
    background: #fbfbfb;
  }

  75% {
    background: #faf9f9;
  }

  100% {
    background-image: linear-gradient(#fff, #87ceeb);
  }
}

.home-module__Hx0lNG__microsoftPartnerLogo {
  background-image: linear-gradient(#cdcdcd8f, #7d4d2100 15%, #cdcdcd8f);
}

.home-module__Hx0lNG__breadcrumbPart {
  box-sizing: border-box;
  background: radial-gradient(circle at 70%, #fff 0%, #fcf7ff 70%, #f3e6ff 100%);
  padding-top: 10rem;
  padding-bottom: 8rem;
}

.home-module__Hx0lNG__breadcrumbPart .home-module__Hx0lNG__text-left.home-module__Hx0lNG__position-relative {
  justify-content: center;
  height: 100%;
  display: flex;
}

.home-module__Hx0lNG__microsoftPartnerLogoRow {
  margin-top: -5%;
  padding-left: .5rem;
  padding-right: .5rem;
  position: relative;
}

.home-module__Hx0lNG__partnerRowInner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5rem;
  padding-right: .5rem;
}

@media (min-width: 768px) {
  .home-module__Hx0lNG__partnerRowInner {
    max-width: 1140px;
  }
}

@media (min-width: 1024px) {
  .home-module__Hx0lNG__partnerRowInner {
    max-width: 1140px;
  }
}

.home-module__Hx0lNG__innerCircleWinnerBadgeSection {
  padding: 40px 0;
}

.home-module__Hx0lNG__innerCircleWinnerBadgeSection img {
  max-height: 200px;
}

.home-module__Hx0lNG__innerCircleWinnerBadgeSection h2 {
  color: var(--alletec-dark);
  text-align: left !important;
  text-transform: none !important;
  margin-bottom: 1rem !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  line-height: 2rem !important;
}

.home-module__Hx0lNG__innerCircleWinnerBadgeSection h2 strong {
  text-wrap: nowrap;
}

.home-module__Hx0lNG__innerCircleWinnerBadgeSection .home-module__Hx0lNG__leftBorder {
  background: #bababa;
  width: 2px;
  height: 180px;
  margin: 0 auto;
  display: block !important;
}

.home-module__Hx0lNG__testimonialsCarousel {
  color: #fff;
  background-color: #1c1c1c75;
  border-radius: 30px;
  align-items: center;
}

.home-module__Hx0lNG__testimonialsCarouselInner {
  align-items: center;
}

.home-module__Hx0lNG__testimonialsIndicator {
  justify-content: center;
  width: 100%;
  bottom: 3rem !important;
  left: 0 !important;
}

.home-module__Hx0lNG__testimonialsIndicator .home-module__Hx0lNG__carousel-indicators button {
  opacity: .5;
  border: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background-color: #6b46c1 !important;
}

.home-module__Hx0lNG__testimonialsIndicator .home-module__Hx0lNG__carousel-indicators button.home-module__Hx0lNG__active {
  opacity: 1;
  background-color: #8b5cf6 !important;
}

.home-module__Hx0lNG__testimonialsContent {
  padding: 2rem 1rem;
}

.home-module__Hx0lNG__testimonialsContent p {
  color: #fff !important;
}

.home-module__Hx0lNG__businessTrustContainer {
  padding-left: 10%;
}

.home-module__Hx0lNG__businessTrustAlletec {
  background: linear-gradient(#7d4d2100 40%, #3a3a3a8f);
}

.home-module__Hx0lNG__businessTrustHeading {
  text-align: center !important;
  color: #fff !important;
  margin-bottom: 2rem !important;
  font-size: 2.25rem !important;
  font-weight: 600 !important;
  line-height: 2.5rem !important;
}

@media screen and (max-width: 992px) {
  .home-module__Hx0lNG__bannerImageContainer {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .home-module__Hx0lNG__breadcrumbPart {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .home-module__Hx0lNG__breadcrumbPart h1 {
    font-size: 2.5rem !important;
    line-height: 3rem !important;
  }

  .home-module__Hx0lNG__breadcrumbPartH1 {
    font-size: 3rem !important;
  }

  .home-module__Hx0lNG__breadcrumbPart h2, .home-module__Hx0lNG__breadcrumbPartHeading1 {
    font-size: 1.2rem !important;
  }

  .home-module__Hx0lNG__microsoftPartnerLogo {
    margin-top: -10%;
    background-image: none !important;
  }

  .home-module__Hx0lNG__bannerImage {
    display: none !important;
  }

  .home-module__Hx0lNG__microsoftPartnerLogoRow {
    margin-top: 5%;
  }

  .home-module__Hx0lNG__pageMainTitle {
    letter-spacing: -.8px !important;
    font-size: 3rem !important;
    line-height: 3rem !important;
  }

  .home-module__Hx0lNG__recentBlogContent {
    margin: 1rem 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .home-module__Hx0lNG__breadcrumbPart h1 {
    font-size: 2rem !important;
    line-height: 3rem !important;
  }

  .home-module__Hx0lNG__breadcrumbPartH1 {
    font-size: 1.8rem !important;
  }

  .home-module__Hx0lNG__breadcrumbPart h2, .home-module__Hx0lNG__breadcrumbPartHeading1 {
    font-size: 1rem !important;
  }

  .home-module__Hx0lNG__microsoftPartnerLogo {
    margin-top: -15%;
  }

  .home-module__Hx0lNG__bannerImage {
    width: 250px !important;
    display: none !important;
  }

  .home-module__Hx0lNG__pageMainTitle {
    letter-spacing: 0 !important;
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }

  .home-module__Hx0lNG__pageSubheading {
    letter-spacing: 0 !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}

.home-module__Hx0lNG__recentBlogContent {
  background: #fff;
  border-radius: 12px;
  flex-direction: column;
  height: 100%;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 16px #0000001a;
}

.home-module__Hx0lNG__recentBlogContent:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px #00000026;
}

.home-module__Hx0lNG__recentBlogImage {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.home-module__Hx0lNG__recentBlogTitle {
  padding: 1rem;
  display: block;
  overflow: visible;
  text-align: left !important;
  color: #212121 !important;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  line-height: 2rem !important;
}

.home-module__Hx0lNG__recentBlogTitle p {
  font-size: 1rem !important;
}

.home-module__Hx0lNG__recentBlogShortDescription {
  color: #666;
  flex-grow: 1;
  padding: 0 16px 8px;
  font-size: .875rem;
  line-height: 1.5;
}

.home-module__Hx0lNG__recentBlogShortDescription p {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.home-module__Hx0lNG__recentBloLink a {
  color: var(--brand-color-3);
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
  display: inline-flex;
}

.home-module__Hx0lNG__recentBloLink a:hover {
  color: var(--brand-color-1);
  text-decoration: none;
}

@media (max-width: 768px) {
  .home-module__Hx0lNG__testimonialsCarousel {
    word-wrap: break-word;
    overflow-wrap: break-word;
    border-radius: 20px;
    margin: 0 1rem;
  }

  .home-module__Hx0lNG__testimonialsContent {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
    padding: 2rem 1.5rem;
    font-size: 1rem;
  }

  .home-module__Hx0lNG__testimonialsContent div:first-child {
    width: 120px !important;
    height: 40px !important;
    margin-bottom: 1rem !important;
  }

  .home-module__Hx0lNG__testimonialsContent p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: left;
    margin-bottom: 1rem;
    font-size: .95rem;
    line-height: 1.6;
  }

  .home-module__Hx0lNG__testimonialsIndicator {
    bottom: 1rem !important;
  }

  .home-module__Hx0lNG__testimonialsIndicator .home-module__Hx0lNG__carousel-indicators button {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
}

@media (max-width: 480px) {
  .home-module__Hx0lNG__testimonialsContent {
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 1.5rem 1rem;
    font-size: .95rem;
  }

  .home-module__Hx0lNG__testimonialsContent div:first-child {
    width: 100px !important;
    height: 35px !important;
  }

  .home-module__Hx0lNG__testimonialsContent p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: .9rem;
    line-height: 1.5;
  }

  .home-module__Hx0lNG__bannerImage {
    height: auto;
    width: 220px !important;
    display: none !important;
  }
}

.home-module__Hx0lNG__recentBlogContent {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px #0003;
}

.home-module__Hx0lNG__recentBlogImageContainer {
  overflow: hidden;
}

.home-module__Hx0lNG__recentBlogImage {
  object-fit: cover;
  width: 100%;
  height: 200px;
  transition: all .3s ease-in-out;
}

.home-module__Hx0lNG__recentBlogContent:hover .home-module__Hx0lNG__recentBlogImage {
  transform: scale(1.05);
}

.home-module__Hx0lNG__recentBlogShortDescription {
  flex-grow: 1;
  text-align: left !important;
  margin-bottom: 1rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
}

.home-module__Hx0lNG__recentBloLink {
  padding: 0 1rem 1rem;
  text-align: left !important;
  margin-bottom: 0 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 2rem !important;
}

.home-module__Hx0lNG__businessTrustHeading {
  line-height: 3rem;
  text-align: center !important;
}

.home-module__Hx0lNG__businessTrustHeading i {
  background: linear-gradient(to right, var(--brand-color-1) 40%, var(--brand-color-2) 80%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 1rem;
  font-weight: 600;
  padding-left: 10rem !important;
}

.home-module__Hx0lNG__businessTrustAlletec {
  background-image: linear-gradient(#7d4d2100 40%, #3a3a3a8f);
  padding: 40px 0;
  position: relative;
}

.home-module__Hx0lNG__partnerLogoContainer {
  text-align: center;
  background-color: var(--alletec-white);
  border: 1px solid #a0a0a0;
  border-radius: 10px 10px 0 20px;
  justify-content: center;
  align-items: center;
  min-width: 0;
  height: 100%;
  padding: .5rem .75rem;
  transition: all .3s ease-in-out;
  display: flex;
  box-shadow: 0 4px 20px #0003;
}

.home-module__Hx0lNG__partnerLogoContainer img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
}

.home-module__Hx0lNG__boxContainer {
  cursor: pointer;
  border-radius: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.home-module__Hx0lNG__imgContainer {
  overflow: hidden;
}

.home-module__Hx0lNG__imgContainer:after {
  content: "";
  background-color: #00000080;
  width: 100%;
  height: 100%;
  transition: background-color .5s;
  position: absolute;
  top: 0;
  left: 0;
}

.home-module__Hx0lNG__imgContainer img {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  transition: transform .5s;
  transform: scale(1);
}

.home-module__Hx0lNG__textContainer {
  flex-direction: column;
  justify-content: center;
  transition: background .5s, width .5s, height .5s;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.home-module__Hx0lNG__textHeading {
  background-color: #f7f7f7;
  border-radius: 0;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin-bottom: 0;
  padding: 0 1rem 0 0;
  font-size: 1rem;
  font-weight: 600;
  transition: opacity .5s;
  display: flex;
  position: absolute;
  bottom: 0;
}

.home-module__Hx0lNG__textHeading:before {
  content: " ";
  background-color: var(--brand-color-3);
  width: .8rem;
  height: 3rem;
  color: var(--brand-color-3);
  font-size: 1.5rem;
  font-weight: 900;
  transition: transform .5s;
  display: block;
}

.home-module__Hx0lNG__textContent {
  opacity: 0;
  height: 0;
  transition: opacity .5s;
  color: #fff !important;
}

.home-module__Hx0lNG__linkIcon {
  color: var(--alletec-white);
  opacity: 0;
  padding-right: 1rem;
  font-size: 1.5rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.home-module__Hx0lNG__boxContainer:hover .home-module__Hx0lNG__linkIcon {
  opacity: 1;
  transition: all .5s;
}

.home-module__Hx0lNG__boxContainer:hover .home-module__Hx0lNG__textContent {
  opacity: 1;
  width: 100%;
  height: auto;
  color: var(--alletec-white);
  margin-top: 1rem;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  position: absolute;
  top: 0;
}

.home-module__Hx0lNG__boxContainer:hover .home-module__Hx0lNG__textContent p {
  color: var(--alletec-white) !important;
  font-size: 1.2rem !important;
}

.home-module__Hx0lNG__boxContainer:hover .home-module__Hx0lNG__textHeading {
  opacity: 0;
  padding-right: 1rem !important;
}

.home-module__Hx0lNG__boxContainer:hover .home-module__Hx0lNG__textContainer {
  background: #000000b5;
  width: 100%;
  height: 100%;
  transition-delay: .2s;
  bottom: 0;
}

.home-module__Hx0lNG__boxContainer:hover .home-module__Hx0lNG__textContainer i {
  color: var(--alletec-white) !important;
}

.home-module__Hx0lNG__boxContainer:hover .home-module__Hx0lNG__imgContainer img {
  transition: transform .5s;
  transform: scale(1.05);
}

@media screen and (max-width: 968px) {
  .home-module__Hx0lNG__businessTrustHeading i {
    margin-left: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .home-module__Hx0lNG__businessTrustHeading {
    text-align: left !important;
  }

  .home-module__Hx0lNG__businessTrustHeading i {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}

.home-module__Hx0lNG__solutionsPlatformSection {
  background: #f8f9fa;
  padding: 60px 0;
  position: relative;
}

.home-module__Hx0lNG__sectionTitle {
  margin-bottom: 0;
}

.home-module__Hx0lNG__solutionsPlatformSection:before {
  content: "";
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleY(-1);
}

.home-module__Hx0lNG__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.home-module__Hx0lNG__row {
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.home-module__Hx0lNG__colMd12 {
  flex: 0 0 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.home-module__Hx0lNG__colMd4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
}

.home-module__Hx0lNG__colMd8 {
  flex: 0 0 66.6667%;
  max-width: 66.6667%;
  padding-left: 15px;
  padding-right: 15px;
}

.home-module__Hx0lNG__mt5 {
  margin-top: 3rem;
}

.home-module__Hx0lNG__solutionsPlatformSection h2 {
  color: #212529;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.home-module__Hx0lNG__solutionsPlatformSection h2 strong {
  font-weight: 700;
}

.home-module__Hx0lNG__solutionsWrapper {
  float: right;
  border-bottom: 2px solid #e9ecef;
  border-radius: 8px;
  gap: 3rem;
  width: 100%;
  padding: 3rem 1rem;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  box-shadow: 0 4px 20px #0003;
  background: linear-gradient(white, white) padding-box, linear-gradient(45deg, var(--brand-color-1), var(--brand-color-2)) border-box !important;
  border-top: 4px solid #0000 !important;
}

.home-module__Hx0lNG__solutionsImageContainer {
  background: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  padding: .5rem;
  transition: transform .3s;
  display: flex;
}

.home-module__Hx0lNG__solutionsImageContainer:hover {
  transform: scale(1.05);
}

.home-module__Hx0lNG__shadow {
  box-shadow: 0 .125rem .25rem #00000013 !important;
}

.home-module__Hx0lNG__solutionsHeading {
  color: #000;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
}

.home-module__Hx0lNG__solutionsContentContainer {
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  height: 100%;
  display: flex;
}

.home-module__Hx0lNG__solutionsContent {
  color: #16181d;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.home-module__Hx0lNG__solutionsLink {
  margin-top: 1.5rem;
}

.home-module__Hx0lNG__solutionsLink a {
  color: #585858;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .3s;
  display: inline-flex;
}

.home-module__Hx0lNG__solutionsLink a:hover, .home-module__Hx0lNG__solutionsLink a:hover i {
  text-decoration: none;
  color: var(--brand-color-1) !important;
}

.home-module__Hx0lNG__solutionsLink a:hover i {
  transform: translateX(4px);
}

.home-module__Hx0lNG__solutionsLink a i {
  margin-left: .5rem;
  transition: all .3s;
}

@media screen and (max-width: 991px) {
  .home-module__Hx0lNG__microsoftPartnerLogoRow > div {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 967px) {
  .home-module__Hx0lNG__solutionsWrapper {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    padding: 2rem 1rem;
  }

  .home-module__Hx0lNG__colMd4, .home-module__Hx0lNG__colMd8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home-module__Hx0lNG__solutionsHeading {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .home-module__Hx0lNG__solutionsPlatformSection {
    padding: 40px 0;
  }

  .home-module__Hx0lNG__solutionsWrapper {
    gap: 1.5rem;
    padding: 1.5rem 1rem;
  }

  .home-module__Hx0lNG__solutionsHeading {
    font-size: 1.1rem;
  }

  .home-module__Hx0lNG__solutionsContent {
    font-size: .95rem;
  }
}

@media screen and (max-width: 600px) {
  .home-module__Hx0lNG__solutionsWrapper {
    padding: 1rem;
  }

  .home-module__Hx0lNG__solutionsImageContainer {
    padding: .25rem;
  }

  .home-module__Hx0lNG__solutionsHeading {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .home-module__Hx0lNG__solutionsContent {
    font-size: .9rem;
  }
}

@media screen and (max-width: 400px) {
  .home-module__Hx0lNG__solutionsWrapper {
    gap: 1rem;
  }

  .home-module__Hx0lNG__solutionsHeading {
    font-size: .95rem;
  }

  .home-module__Hx0lNG__solutionsLink a {
    font-size: .9rem;
  }
}

@keyframes home-module__Hx0lNG__fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
}

.home-module__Hx0lNG__solutionsWrapperContainer {
  animation: .6s forwards home-module__Hx0lNG__fadeInUp;
}

.home-module__Hx0lNG__solutionsWrapper:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px #00000026;
}

.home-module__Hx0lNG__solutionsLink a:focus {
  outline: 2px solid var(--brand-color-1);
  outline-offset: 2px;
}

@media (prefers-contrast: high) {
  .home-module__Hx0lNG__solutionsWrapper {
    border: 2px solid #000;
  }

  .home-module__Hx0lNG__solutionsLink a {
    text-decoration: underline;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-module__Hx0lNG__solutionsWrapper, .home-module__Hx0lNG__solutionsImageContainer, .home-module__Hx0lNG__solutionsLink a i {
    transition: none;
    animation: none;
  }
}

.home-module__Hx0lNG__colMd6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.home-module__Hx0lNG__colLg4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
}

.home-module__Hx0lNG__py5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.home-module__Hx0lNG__h2 strong {
  font-weight: 700 !important;
}

.home-module__Hx0lNG__ebookVideoSection .home-module__Hx0lNG__content {
  border-top: 4px solid #0000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px #0003;
  background: linear-gradient(white, white) padding-box, linear-gradient(45deg, var(--brand-color-1), var(--brand-color-2)) border-box !important;
  transition: transform .3s, box-shadow .3s !important;
}

.home-module__Hx0lNG__ebookVideoSection img {
  object-fit: cover;
  width: 100px;
  transition: all .3s ease-in-out;
}

.home-module__Hx0lNG__ebookVideoSection .home-module__Hx0lNG__linkContainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
  display: flex;
  top: 0;
  left: 0;
}

.home-module__Hx0lNG__ebookVideoSection .home-module__Hx0lNG__linkContainer a {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  color: var(--brand-color-3) !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
}

.home-module__Hx0lNG__ebookVideoSection .home-module__Hx0lNG__linkContainer a:hover {
  text-decoration: none;
  color: var(--brand-color-1) !important;
}

.home-module__Hx0lNG__ebookVideoSection .home-module__Hx0lNG__content:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px #00000040;
}

.home-module__Hx0lNG__ebookVideoSection .home-module__Hx0lNG__content:hover img {
  transform: scale(1.05);
}

@media screen and (max-width: 967px) {
  .home-module__Hx0lNG__ebookVideoSection .home-module__Hx0lNG__content {
    margin: 1rem 0 !important;
  }

  .home-module__Hx0lNG__colMd6, .home-module__Hx0lNG__colLg4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home-module__Hx0lNG__h2 {
    font-size: 1.75rem !important;
  }
}

@media screen and (max-width: 768px) {
  .home-module__Hx0lNG__ebookVideoSection {
    padding: 2rem 0 !important;
  }

  .home-module__Hx0lNG__ebookVideoSection .home-module__Hx0lNG__content {
    margin-bottom: 1.5rem;
    padding: 1.5rem 1rem;
  }

  .home-module__Hx0lNG__ebookVideoSection img {
    width: 80px;
  }

  .home-module__Hx0lNG__ebookVideoSection .home-module__Hx0lNG__linkContainer a {
    padding: 1rem 1.5rem;
    font-size: 1.1rem !important;
  }

  .home-module__Hx0lNG__h2 {
    font-size: 1.5rem !important;
  }
}

@media screen and (max-width: 600px) {
  .home-module__Hx0lNG__ebookVideoSection .home-module__Hx0lNG__content {
    padding: 1.25rem 1rem;
  }

  .home-module__Hx0lNG__ebookVideoSection img {
    width: 70px;
  }

  .home-module__Hx0lNG__ebookVideoSection .home-module__Hx0lNG__linkContainer a {
    padding: 1rem;
    font-size: 1rem !important;
  }

  .home-module__Hx0lNG__h2 {
    font-size: 1.25rem !important;
  }
}

@media screen and (max-width: 400px) {
  .home-module__Hx0lNG__ebookVideoSection img {
    width: 60px;
  }

  .home-module__Hx0lNG__ebookVideoSection .home-module__Hx0lNG__linkContainer a {
    font-size: .95rem !important;
  }
}

.home-module__Hx0lNG__ebookVideoSection {
  animation: .6s forwards home-module__Hx0lNG__fadeInUp;
}

.home-module__Hx0lNG__ebookVideoSection .home-module__Hx0lNG__content:first-child {
  animation-delay: .1s;
}

.home-module__Hx0lNG__ebookVideoSection .home-module__Hx0lNG__content:nth-child(2) {
  animation-delay: .2s;
}

.home-module__Hx0lNG__ebookVideoSection .home-module__Hx0lNG__content:nth-child(3) {
  animation-delay: .3s;
}

.home-module__Hx0lNG__ebookVideoSection .home-module__Hx0lNG__linkContainer a:focus {
  outline: 2px solid var(--brand-color-1);
  outline-offset: 2px;
}

@media (prefers-contrast: high) {
  .home-module__Hx0lNG__ebookVideoSection .home-module__Hx0lNG__content {
    border: 2px solid #000;
  }

  .home-module__Hx0lNG__ebookVideoSection .home-module__Hx0lNG__linkContainer a {
    text-decoration: underline;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-module__Hx0lNG__ebookVideoSection .home-module__Hx0lNG__content, .home-module__Hx0lNG__ebookVideoSection img, .home-module__Hx0lNG__ebookVideoSection .home-module__Hx0lNG__linkContainer a {
    transition: none;
    animation: none;
  }
}

/* [project]/src/components/Slider/slider.module.css [app-client] (css) */
.slider-module__hZJFqW__carousel {
  width: 100%;
  margin: auto;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.slider-module__hZJFqW__carouselInner {
  justify-content: space-around;
  width: 100%;
  transition: transform .5s ease-in-out;
  display: flex;
}

.slider-module__hZJFqW__carouselItem {
  box-sizing: border-box;
  flex: 0 0 100%;
  padding: 1rem;
}

.slider-module__hZJFqW__carouselItem img {
  display: block;
}

.slider-module__hZJFqW__arrow {
  z-index: 10;
  color: #fff;
  cursor: pointer;
  background: #00000080;
  border: none;
  padding: .5rem;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slider-module__hZJFqW__left {
  left: 10px;
}

.slider-module__hZJFqW__right {
  right: 10px;
}

.slider-module__hZJFqW__indicators {
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin-top: 1rem;
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 50%;
}

.slider-module__hZJFqW__indicators span {
  background-color: var(--brand-color-3);
  opacity: .5;
  cursor: pointer;
  width: 30px;
  height: 3px;
  display: inline-block;
}

.slider-module__hZJFqW__indicators span.slider-module__hZJFqW__indicatorActive {
  opacity: 1;
}

/* [project]/src/components/Marquee/marquee.module.css [app-client] (css) */
.marquee-module__Af15PG__root {
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee-module__Af15PG__marquee {
  z-index: 1;
  flex-direction: row;
  flex: none;
  align-items: center;
  min-width: 100%;
  animation: 40s linear infinite marquee-module__Af15PG__scroll;
  display: flex;
}

.marquee-module__Af15PG__marqueeItem {
  padding: 1rem 2rem;
  transform: none;
}

@keyframes marquee-module__Af15PG__scroll {
  0% {
    transform: translateX(0%);
  }

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

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