@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KU7NSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_907NSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KUnNSg.ttf) format('truetype');
}
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
body {
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
  padding: 0 0 0 0;
  background: #ffffff;
}
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.owl-carousel.owl-loaded {
  display: grid !important;
}
#app {
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "header" "main" "footer";
}
#app header {
  grid-area: header;
  position: relative;
  z-index: 3;
}
#app header.HeaderFixed {
  position: fixed !important;
  width: 100%;
  background-color: #6b01d8;
  z-index: 1001;
  top: 0 !important;
}
#app main {
  grid-area: main;
  padding: 0;
  margin: 0;
}
#app footer {
  grid-area: footer;
  position: relative;
  z-index: 3;
  background-color: #16012c;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 540px) {
  #app footer {
    padding: 30px 0;
  }
}
#app footer .Container {
  width: 100%;
  max-width: 1340px;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 540px) {
  #app footer .Container {
    grid-template-columns: 1fr;
  }
}
#app footer .Container .Item {
  height: auto;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  text-decoration: none;
}
@media (max-width: 1024px) {
  #app footer .Container .Item {
    min-height: 200px;
  }
}
@media (max-width: 768px) {
  #app footer .Container .Item {
    min-height: 160px;
  }
}
@media (max-width: 540px) {
  #app footer .Container .Item {
    min-height: 100px;
  }
}
#app footer .Container .Item .FooterLink {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app footer .Container .Item .FooterLink .Link {
  width: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
#app footer .Container .Item .FooterLink .Link span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media (max-width: 1024px) {
  #app footer .Container .Item .FooterLink .Link span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #app footer .Container .Item .FooterLink .Link span {
    font-size: 12px;
  }
}
@media (max-width: 540px) {
  #app footer .Container .Item .FooterLink .Link span {
    min-width: 105px;
  }
}
#app footer .Container .Item .FooterLink .Link p {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  #app footer .Container .Item .FooterLink .Link p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  #app footer .Container .Item .FooterLink .Link p {
    font-size: 18px;
  }
}
#app footer .Container .Item .FooterLink svg {
  margin-left: 50px;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  #app footer .Container .Item .FooterLink svg {
    width: 30px;
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  #app footer .Container .Item .FooterLink svg {
    width: 20px;
    margin-left: 30px;
  }
}
#app footer .Container .Item:hover .Link span {
  opacity: 0.5;
}
#app footer .Container .Item:hover svg {
  transform: translate(120%, -120%);
}
#app footer .Container .Item:hover svg path {
  fill-opacity: 0.7;
}
#app:has(.HeaderFixed) {
  padding-top: 100px;
}
.PagWWrapper {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.MainBannrAnimation {
  width: 100%;
  height: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #410083;
  overflow: hidden;
  background: linear-gradient(300deg, deepskyblue, #912afb, #0592bf);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.MainBannrAnimation #Up {
  position: absolute;
  height: 800px;
  width: 800px;
  border-radius: 50%;
  background: #0592bf;
  filter: blur(200px);
  animation: Down 15s infinite;
  opacity: 0.5;
  z-index: 1;
}
@keyframes Down {
  0% {
    top: -400px;
  }
  50% {
    top: 70%;
    background: #912afb;
  }
  100% {
    top: -400px;
  }
}
.MainBannrAnimation #Down {
  position: absolute;
  height: 800px;
  width: 800px;
  border-radius: 50%;
  background: #912afb;
  filter: blur(200px);
  animation: Up 15s infinite;
  right: 0;
  opacity: 0.5;
  z-index: 1;
}
@keyframes Up {
  0% {
    bottom: -400px;
  }
  50% {
    bottom: 70%;
    background: #0592bf;
  }
  100% {
    bottom: -400px;
  }
}
.MainBannrAnimation #Middle {
  position: absolute;
  height: 800px;
  width: 800px;
  border-radius: 50%;
  background: #fabc05;
  filter: blur(200px);
  animation: Middle 15s infinite;
  animation-delay: 0.1s;
  opacity: 0.3;
  margin: auto;
  top: -50%;
  bottom: -50%;
  z-index: 1;
}
@keyframes Middle {
  0% {
    right: -400px;
  }
  50% {
    right: 70%;
  }
  100% {
    right: -400px;
  }
}
.MainBannrAnimation #Left {
  position: absolute;
  height: 800px;
  width: 800px;
  border-radius: 50%;
  background: #912afb;
  filter: blur(200px);
  animation: Right 15s infinite;
  top: -400px;
  opacity: 0.5;
  z-index: 1;
}
@keyframes Right {
  0% {
    left: -400px;
  }
  50% {
    left: 70%;
    background: #0592bf;
  }
  100% {
    left: -400px;
  }
}
.MainBannrAnimation #Right {
  position: absolute;
  height: 800px;
  width: 800px;
  border-radius: 50%;
  background: #0592bf;
  filter: blur(200px);
  animation: Left 15s infinite;
  bottom: -400px;
  opacity: 0.5;
  z-index: 1;
}
@keyframes Left {
  0% {
    right: -400px;
  }
  50% {
    right: 70%;
    background: transparent;
  }
  100% {
    right: -400px;
  }
}
header {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .HeaderContainer {
  width: calc(100% - 30px);
  max-width: 1340px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 990px) {
  header .HeaderContainer {
    position: relative;
  }
}
@media (max-width: 768px) {
  header .HeaderContainer {
    min-height: 75px;
  }
}
header .HeaderContainer .HeaderContent {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5;
}
@media (max-width: 990px) {
  header .HeaderContainer .HeaderContent {
    width: 100%;
    max-width: 400px;
    position: fixed;
    right: 0;
    height: 100vh;
    background-color: #2e0e9b;
    top: 0;
    transform: translateX(100%);
    transition: transform ease 0.2s;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
}
@media (max-width: 990px) {
  header .HeaderContainer .NavOpen {
    transform: translateX(0);
    transition: transform ease 0.2s;
  }
}
header .HeaderContainer .HeaderLeft {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 990px) {
  header .HeaderContainer .HeaderLeft {
    display: none;
  }
}
header .HeaderContainer .HeaderLeft .Logo {
  width: 200px;
  height: auto;
  display: inline-block;
}
header .HeaderContainer .HeaderLeft .Logo img {
  width: 100%;
}
header .HeaderContainer .MobileLogo {
  width: auto;
  display: none;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 0;
}
@media (max-width: 990px) {
  header .HeaderContainer .MobileLogo {
    display: flex;
  }
}
header .HeaderContainer .MobileLogo .Logo {
  width: 200px;
  height: auto;
  display: inline-block;
}
@media (max-width: 768px) {
  header .HeaderContainer .MobileLogo .Logo {
    width: 150px;
  }
}
header .HeaderContainer .MobileLogo .Logo img {
  width: 100%;
}
header .HeaderContainer .HeaderMiddle {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
}
header .HeaderContainer .HeaderMiddle ul {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 990px) {
  header .HeaderContainer .HeaderMiddle ul {
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: 30px;
  }
}
header .HeaderContainer .HeaderMiddle ul li {
  width: auto;
  padding: 0;
  margin: 0 20px;
}
header .HeaderContainer .HeaderMiddle ul li a {
  width: auto;
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
header .HeaderContainer .HeaderMiddle ul li a:hover {
  text-decoration: none;
  color: #fff;
}
header .HeaderContainer .HeaderRight {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
}
header .HeaderContainer .HeaderRight .GetInTouch {
  width: auto;
  min-width: 186px;
  height: 50px;
  padding: 0;
  margin: 0;
  color: #6b01d8;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fabc05;
  border-radius: 65px;
}
header .HeaderContainer .HeaderRight .GetInTouch:hover {
  text-decoration: none;
  color: #fff;
}
header.HeaderFixed {
  animation: slideDown 0.35s ease-out;
  height: 60px !important;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}
header.HeaderFixed .HeaderContainer {
  min-height: 60px;
}
header.HeaderFixed .HeaderContainer .Logo {
  width: 130px;
}
header.HeaderFixed .HeaderContainer .HeaderMiddle ul li a {
  font-size: 12px;
}
header.HeaderFixed .HeaderContainer .HeaderRight .GetInTouch {
  height: 36px;
  min-width: 120px;
  font-size: 12px;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
header .NavBtn {
  width: 40px;
  height: 40px;
  padding: 10px;
  margin: 0;
  color: #6b01d8;
  display: none;
  align-items: center;
  justify-content: center;
  row-gap: 5px;
  flex-direction: column;
  background-color: #fabc05;
  border-radius: 15%;
  position: absolute;
  right: 0;
}
@media (max-width: 990px) {
  header .NavBtn {
    display: flex;
  }
}
header .NavBtn span {
  width: 100%;
  height: 2px;
  margin: 0;
  padding: 0;
  background-color: #6b01d8;
}
.MainBannrContainer {
  width: 100%;
  height: calc(100vh - 100px);
  position: relative;
  background-color: transparent;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: -100px;
  padding-top: 100px;
}
.MainBannrContainer .MainBannrContent {
  width: calc(100% - 30px);
  max-width: 1340px;
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.MainBannrContainer .MainBannrContent .BigdroopText {
  width: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  z-index: 1;
  margin: auto;
}
@media (max-width: 768px) {
  .MainBannrContainer .MainBannrContent .BigdroopText {
    top: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 768px) {
  .MainBannrContainer .MainBannrContent .BigdroopText .Dexs {
    display: none;
  }
}
.MainBannrContainer .MainBannrContent .BigdroopText .Mobi {
  display: none;
}
@media (max-width: 768px) {
  .MainBannrContainer .MainBannrContent .BigdroopText .Mobi {
    display: block;
  }
}
.MainBannrContainer .MainBannrContent .BigdroopText img {
  width: 100%;
}
@media (max-width: 768px) {
  .MainBannrContainer .MainBannrContent .BigdroopText img {
    width: 320px;
  }
}
@media (max-width: 600px) {
  .MainBannrContainer .MainBannrContent .BigdroopText img {
    width: 220px;
  }
}
.MainBannrContainer .MainBannrContent .BannerManiText {
  width: 32vw;
  max-width: 524px;
  min-width: 524px;
  height: auto;
  min-height: 300px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .MainBannrContainer .MainBannrContent .BannerManiText {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    align-items: center;
    margin-bottom: 70px;
    min-height: 100px;
  }
}
.MainBannrContainer .MainBannrContent .BannerManiText h1 {
  width: 100%;
  height: auto;
  font-size: 64px;
  color: #fff;
  font-weight: 200;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .MainBannrContainer .MainBannrContent .BannerManiText h1 {
    text-align: center;
    font-size: 50px;
  }
}
@media (max-width: 500px) {
  .MainBannrContainer .MainBannrContent .BannerManiText h1 {
    text-align: center;
    font-size: 44px;
  }
}
@media (max-width: 360px) {
  .MainBannrContainer .MainBannrContent .BannerManiText h1 {
    font-size: 36px;
  }
}
.MainBannrContainer .MainBannrContent .BannerManiText .GetStart {
  width: auto;
  min-width: 186px;
  height: 46px;
  padding: 0;
  margin: 40px 0 0 0;
  color: #6b01d8;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 65px;
}
.MainBannrContainer .MainBannrContent .BannerManiText .GetStart:hover {
  text-decoration: none;
  color: #6b01d8;
}
.MainBannrContainer .MainBannrContent .BannerBottomText {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 40px;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .MainBannrContainer .MainBannrContent .BannerBottomText {
    width: 100%;
    text-align: center;
    bottom: 20px;
  }
}
.OurClientContainer {
  width: 100%;
  height: auto;
  min-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.OurClientContainer .CarouselContent {
  width: calc(100% - 30px);
  height: auto;
  max-width: 1340px;
}
.OurClientContainer .CarouselContent .owl-carousel.owl-loaded {
  display: grid !important;
}
.OurClientContainer .CarouselContent .ClientLogoCard {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
}
.OurClientContainer .CarouselContent .ClientLogoCard img {
  width: 150px;
}
.OurSolutionsContainer {
  width: 100%;
  height: auto;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #6f44ed;
  padding: 90px 0;
}
@media (max-width: 990px) {
  .OurSolutionsContainer {
    padding: 50px 0;
  }
}
.OurSolutionsContainer .OsContent {
  width: calc(100% - 30px);
  max-width: 1340px;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "Top" "Middle" "Bottom";
}
.OurSolutionsContainer .OsContent .TopContent {
  grid-area: Top;
  position: relative;
  z-index: 3;
}
.OurSolutionsContainer .OsContent .TopContent h1 {
  width: 100%;
  height: auto;
  margin: 0 0 65px 0;
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media (max-width: 990px) {
  .OurSolutionsContainer .OsContent .TopContent h1 {
    margin: 0 0 40px 0;
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .OurSolutionsContainer .OsContent .TopContent h1 {
    font-size: 24px;
  }
}
.OurSolutionsContainer .OsContent .MiddleContent {
  grid-area: Middle;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 30px;
}
@media (max-width: 840px) {
  .OurSolutionsContainer .OsContent .MiddleContent {
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }
}
@media (max-width: 400px) {
  .OurSolutionsContainer .OsContent .MiddleContent {
    grid-template-columns: 1fr;
  }
}
.OurSolutionsContainer .OsContent .MiddleContent .SolutionCard {
  height: auto;
  min-height: 100px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.11);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 60px 0;
}
@media (max-width: 990px) {
  .OurSolutionsContainer .OsContent .MiddleContent .SolutionCard {
    padding: 40px 0;
  }
}
.OurSolutionsContainer .OsContent .MiddleContent .SolutionCard h3 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  margin: 40px 0 0 0;
  padding: 0;
}
@media (max-width: 990px) {
  .OurSolutionsContainer .OsContent .MiddleContent .SolutionCard h3 {
    font-size: 16px;
    margin: 30px 0 0 0;
  }
}
@media (max-width: 500px) {
  .OurSolutionsContainer .OsContent .MiddleContent .SolutionCard h3 {
    font-size: 14px;
    margin: 20px 0 0 0;
  }
}
.OurSolutionsContainer .OsContent .BottomContent {
  grid-area: Bottom;
  position: relative;
  z-index: 3;
}
.OurSolutionsContainer .OsContent .BottomContent h4 {
  width: 100%;
  height: auto;
  margin: 65px 0 0 0;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  text-align: right;
}
@media (max-width: 990px) {
  .OurSolutionsContainer .OsContent .BottomContent h4 {
    font-size: 18px;
    text-align: left;
    margin: 40px 0 0 0;
  }
}
@media (max-width: 500px) {
  .OurSolutionsContainer .OsContent .BottomContent h4 {
    margin: 30px 0 0 0;
  }
}
.OurServicesContainer {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  overflow: hidden;
}
.OurServicesContainer .Content {
  width: calc(100% - 30px);
  max-width: 1340px;
  height: auto;
  display: grid;
  grid-template-columns: auto;
  padding: 0;
}
@media (max-width: 1200px) {
  .OurServicesContainer .Content {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.OurServicesContainer .Content .OurServiceItemContainer {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 90px 0;
}
@media (max-width: 990px) {
  .OurServicesContainer .Content .OurServiceItemContainer {
    flex-direction: column;
    row-gap: 40px;
    padding: 40px 0;
  }
}
.OurServicesContainer .Content .OurServiceItemContainer .ItemTextContent {
  width: 48%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 990px) {
  .OurServicesContainer .Content .OurServiceItemContainer .ItemTextContent {
    order: 1;
    width: 100%;
    max-width: 600px;
  }
}
.OurServicesContainer .Content .OurServiceItemContainer .ItemTextContent h1 {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
  color: #410083;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.OurServicesContainer .Content .OurServiceItemContainer .ItemTextContent p {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
  color: #16012C;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
}
.OurServicesContainer .Content .OurServiceItemContainer .ItemTextContent ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.OurServicesContainer .Content .OurServiceItemContainer .ItemTextContent ul li {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 0;
  color: #16012C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.OurServicesContainer .Content .OurServiceItemContainer .ItemTextContent ul li::before {
  content: "";
  display: flex;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  flex-shrink: 0;
  border-radius: 3px;
  border: 2px solid #6B01D8;
  position: relative;
  margin: 0 15px 0 0;
}
.OurServicesContainer .Content .OurServiceItemContainer .ItemImgContent {
  width: 52%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 990px) {
  .OurServicesContainer .Content .OurServiceItemContainer .ItemImgContent {
    order: 2;
    margin-top: 50px;
    width: 100%;
    max-width: 600px;
  }
}
.OurServicesContainer .Content .OurServiceItemContainer .ItemImgContent img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 550px;
}
.OurServicesContainer .Content .OurServiceItemContainer .ItemImgContent .OurServiceItemContainerPurpleEllips {
  background-image: url("../images/OurServiceItemContainer-purple-ellips.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 110%;
  width: 400px;
  height: 400px;
  position: absolute;
  top: -50px;
  right: -50px;
  z-index: 1;
}
.OurServicesContainer .Content .OurServiceItemContainer .ItemImgContent .OurServiceItemContainerYellowEllips {
  background-image: url("../images/OurServiceItemContainer-yellow-ellips.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 110%;
  width: 400px;
  height: 400px;
  position: absolute;
  bottom: -150px;
  left: 50px;
  z-index: 1;
}
.OurServicesContainer .Content .OurServiceItemContainer .ItemImgContent .OurServiceItemContainerPurpleEllips2 {
  background-image: url("../images/OurServiceItemContainer-purple-ellips.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 110%;
  width: 400px;
  height: 400px;
  position: absolute;
  bottom: -150px;
  left: 50px;
  z-index: 1;
}
.OurServicesContainer .Content .OurServiceItemContainer .ItemImgContent .OurServiceItemContainerYellowEllips2 {
  background-image: url("../images/OurServiceItemContainer-yellow-ellips.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 110%;
  width: 400px;
  height: 400px;
  position: absolute;
  top: -50px;
  right: -50px;
  z-index: 1;
}
.OurStackContainer {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background-color: #16012c;
  overflow: hidden;
}
.OurStackContainer .Content {
  width: calc(100% - 30px);
  max-width: 1340px;
  height: auto;
  min-height: calc(100vh - 40px);
  padding: 90px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .OurStackContainer .Content {
    min-height: calc(100vh - 200px);
  }
}
@media (max-width: 600px) {
  .OurStackContainer .Content {
    min-height: calc(100vh - 100px);
  }
}
@media (max-width: 400px) {
  .OurStackContainer .Content {
    min-height: calc(100vh - 150px);
  }
}
.OurStackContainer .Content .EllipseYellow {
  width: 40%;
  height: 40%;
  border-radius: 50%;
  background-color: #311827;
  filter: blur(150px);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.OurStackContainer .Content .EllipsePurple {
  width: 40%;
  height: 40%;
  background-color: #2e0e54;
  filter: blur(150px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.OurStackContainer .Content h2 {
  color: #fff;
  font-size: 80px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
@media (max-width: 1200px) {
  .OurStackContainer .Content h2 {
    font-size: 36px;
  }
}
.OurStackContainer .Content .Items {
  width: 100px;
  height: 100px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 3;
  transform: translatey(0px);
  animation: float 3s ease-in-out infinite;
}
.OurStackContainer .Content .Items img {
  width: 50%;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@media (max-width: 900px) {
  .OurStackContainer .Content .Items {
    width: 80px;
    height: 80px;
    border-radius: 15px;
  }
}
@media (max-width: 440px) {
  .OurStackContainer .Content .Items {
    width: 70px;
    height: 70px;
    border-radius: 15px;
  }
}
@media (max-width: 400px) {
  .OurStackContainer .Content .Items {
    width: 60px;
    height: 60px;
    border-radius: 15px;
  }
}
.OurStackContainer .Content .Item1 {
  top: 12vh;
  left: 2vw;
  animation-delay: 1s;
}
.OurStackContainer .Content .Item2 {
  top: 12vh;
  left: 25vw;
  animation-delay: 0.25s;
}
.OurStackContainer .Content .Item3 {
  top: 25vh;
  left: 15vw;
  animation-delay: 0.75s;
}
.OurStackContainer .Content .Item4 {
  top: -50%;
  bottom: -50%;
  margin: auto;
  left: 2vw;
  animation-delay: 0.5s;
}
@media (max-width: 400px) {
  .OurStackContainer .Content .Item4 {
    top: 25vh;
    left: -50%;
    right: -50%;
    bottom: unset;
  }
}
.OurStackContainer .Content .Item5 {
  bottom: 25vh;
  left: 15vw;
  animation-delay: 1.75s;
}
.OurStackContainer .Content .Item6 {
  bottom: 12vh;
  left: 2vw;
  animation-delay: 1.5s;
}
.OurStackContainer .Content .Item7 {
  bottom: 12vh;
  left: 25vw;
  animation-delay: 1.25s;
}
.OurStackContainer .Content .Item8 {
  top: 12vh;
  right: 2vw;
  animation-delay: 0.5s;
}
.OurStackContainer .Content .Item9 {
  top: 12vh;
  right: 25vw;
  animation-delay: 1.25s;
}
.OurStackContainer .Content .Item10 {
  top: 25vh;
  right: 15vw;
  animation-delay: 0.25s;
}
.OurStackContainer .Content .Item11 {
  top: -50%;
  bottom: -50%;
  margin: auto;
  right: 2vw;
  animation-delay: 1.75s;
}
@media (max-width: 400px) {
  .OurStackContainer .Content .Item11 {
    top: unset;
    bottom: 25vh;
    margin: auto;
    right: -50%;
    left: -50%;
    animation-delay: 0.5s;
  }
}
.OurStackContainer .Content .Item12 {
  bottom: 25vh;
  right: 15vw;
  animation-delay: 1s;
}
.OurStackContainer .Content .Item13 {
  bottom: 12vh;
  right: 2vw;
  animation-delay: 1.5s;
}
.OurStackContainer .Content .Item14 {
  bottom: 12vh;
  right: 25vw;
  animation-delay: 0.75s;
}
.CustomerContainer {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  overflow: hidden;
}
.CustomerContainer .Content {
  width: calc(100% - 30px);
  max-width: 1340px;
  height: auto;
  min-height: 770px;
  padding: 90px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .CustomerContainer .Content {
    padding: 40px 0;
  }
}
.CustomerContainer .Content .EllipseYellow {
  width: 40%;
  height: 40%;
  border-radius: 50%;
  position: absolute;
  left: 3vw;
  top: 3vh;
  z-index: 1;
  background-image: url("../images/Ellipse-yellow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.CustomerContainer .Content .EllipsePurple {
  width: 40%;
  height: 60%;
  position: absolute;
  bottom: 3vh;
  right: 3vw;
  z-index: 1;
  background-image: url("../images/Ellipse-purple.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.CustomerContainer .Content .BgTextTop {
  width: auto;
  height: auto;
  position: absolute;
  top: 90px;
  left: 15px;
}
@media (max-width: 768px) {
  .CustomerContainer .Content .BgTextTop {
    top: 20px;
  }
}
.CustomerContainer .Content .BgTextTop img {
  width: 100%;
}
.CustomerContainer .Content .BgTextBottom {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 90px;
  right: 15px;
}
@media (max-width: 768px) {
  .CustomerContainer .Content .BgTextBottom {
    bottom: 20px;
  }
}
.CustomerContainer .Content .BgTextBottom img {
  width: 100%;
}
.CustomerContainer .Content .TestimonialsContent {
  width: 100%;
  max-width: 850px;
  height: auto;
  margin-top: 50px;
}
.CustomerContainer .Content .TestimonialsContent .Items {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .CustomerContainer .Content .TestimonialsContent .Items {
    flex-direction: column;
    align-items: center;
  }
}
.CustomerContainer .Content .TestimonialsContent .Items .ProImgContent {
  width: auto;
  min-width: 270px;
  height: auto;
  margin: 0 30px 0 0;
  padding: 0;
  border-radius: 15px;
  overflow: hidden;
  min-height: 200px;
  background-color: rgba(65, 0, 131, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .CustomerContainer .Content .TestimonialsContent .Items .ProImgContent {
    margin: 0 0 30px 0;
  }
}
.CustomerContainer .Content .TestimonialsContent .Items .ProImgContent img {
  max-height: 340px;
  width: auto;
}
.CustomerContainer .Content .TestimonialsContent .Items .DetailsContent {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .CustomerContainer .Content .TestimonialsContent .Items .DetailsContent {
    align-items: center;
    width: 90%;
  }
}
.CustomerContainer .Content .TestimonialsContent .Items .DetailsContent .Name {
  width: auto;
  height: auto;
  color: #1d1b31;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  margin: 0 0 20px 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 768px) {
  .CustomerContainer .Content .TestimonialsContent .Items .DetailsContent .Name {
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
  }
}
.CustomerContainer .Content .TestimonialsContent .Items .DetailsContent .Name span {
  width: 100%;
  color: #777589;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0;
  margin: 0;
}
.CustomerContainer .Content .TestimonialsContent .Items .DetailsContent .Message {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.14p;
  margin: 0 0 50px 0;
  padding: 0;
}
@media (max-width: 768px) {
  .CustomerContainer .Content .TestimonialsContent .Items .DetailsContent .Message {
    text-align: center;
    margin: 0 0 20px 0;
  }
}
.CustomerContainer .Content .TestimonialsContent .Items .DetailsContent .Logo {
  width: 100px;
}
.CustomerContainer .Content .TestimonialsContent .Items .DetailsContent .Logo img {
  width: unset;
  max-height: 50px;
}
.CustomerContainer .owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  width: 100%;
  bottom: -50%;
}
.CustomerContainer .owl-theme .owl-nav.disabled + .owl-dots button span {
  width: 16px;
  height: 10px;
  background-color: #cedaff;
}
.CustomerContainer .owl-theme .owl-nav.disabled + .owl-dots button:hover span {
  background-color: #912afb;
}
.CustomerContainer .owl-theme .owl-nav.disabled + .owl-dots button.active span {
  width: 32px;
  background-color: #912afb;
}
.ContactContainer {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  overflow: hidden;
  background-color: #2e0e9b;
}
.ContactContainer .Content {
  width: calc(100% - 30px);
  max-width: 1340px;
  height: auto;
  min-height: 520px;
  padding: 90px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .ContactContainer .Content {
    text-align: center;
  }
}
@media (max-width: 1368px) {
  .ContactContainer .Content {
    min-height: 500px;
    padding: 25px 0;
  }
}
.ContactContainer .Content .EllipseYellow {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url("../images/Ellipse-yellow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: -30%;
  top: -50%;
  bottom: -50%;
  margin: auto;
  z-index: 1;
}
.ContactContainer .Content .ContentCard {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.ContactContainer .Content .ContentCard h1 {
  color: #fff;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .ContactContainer .Content .ContentCard h1 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .ContactContainer .Content .ContentCard h1 {
    font-size: 36px;
  }
}
.ContactContainer .Content .ContentCard .RequestAQuote {
  width: auto;
  min-width: 186px;
  height: 50px;
  padding: 0;
  margin: 60px 0 0 0;
  color: #6b01d8;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fabc05;
  border-radius: 65px;
}
.ContactContainer .Content .ContentCard .RequestAQuote:hover {
  text-decoration: none;
  color: #fff;
}
.ContactContainer.ContactPag .ContentCard h1 {
  font-size: 48px;
  max-width: 1000px;
  line-height: 70px;
  font-weight: 200;
  text-transform: none;
}
@media (max-width: 768px) {
  .ContactContainer.ContactPag .ContentCard h1 {
    font-size: 36px;
    line-height: 54px;
  }
}
#app:has(.PageBanner) {
  padding-top: 0 !important;
}
#app:has(.PageBanner) header {
  position: absolute;
  top: 0;
  width: 100%;
}
.PageBanner {
  width: 100%;
  height: auto;
  min-height: 400px;
  max-height: 400px;
  position: relative;
  z-index: 1;
  background: #410083;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(255, 226, 141, 0.3) 0%, rgba(145, 42, 251, 0.5) 50%, rgba(5, 146, 191, 0.5) 100%);
  background-color: #410083;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1368px) {
  .PageBanner {
    min-height: 300px;
    max-height: 300px;
  }
}
@media (max-width: 1152px) {
  .PageBanner {
    min-height: 250px;
    max-height: 250px;
  }
}
.PageBanner h1 {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (max-width: 1152px) {
  .PageBanner h1 {
    font-size: 36px;
  }
}
.PageBanner .Bottom {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  margin: auto;
}
.PageBanner .Bottom img {
  width: 100%;
  max-width: 1340px;
}
.FullPageContainer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.FullPageContainer.PurpleBackground {
  background-color: #1d003c;
}
.PageContainer {
  width: calc(100% - 30px);
  max-width: 1340px;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.SolutionPageContent {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 200px;
  margin: 150px 0 150px 0;
}
@media (max-width: 1368px) {
  .SolutionPageContent {
    row-gap: 100px;
    margin: 100px 0;
  }
}
@media (max-width: 1152px) {
  .SolutionPageContent {
    row-gap: 80px;
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .SolutionPageContent {
    row-gap: 40px;
    margin: 40px 0 40px 0;
  }
}
.SolutionPageContent .SolutionPageSection {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 100px;
}
@media (max-width: 1152px) {
  .SolutionPageContent .SolutionPageSection {
    column-gap: 40px;
  }
}
@media (max-width: 768px) {
  .SolutionPageContent .SolutionPageSection {
    grid-template-columns: auto;
    align-content: center;
    justify-items: center;
  }
}
.SolutionPageContent .SolutionPageSection.AlineLeft {
  justify-content: flex-start;
}
.SolutionPageContent .SolutionPageSection.AlineRight {
  justify-content: flex-end;
}
.SolutionPageContent .SolutionPageSection .Icon {
  width: 150px;
  height: auto;
  display: block;
}
@media (max-width: 1152px) {
  .SolutionPageContent .SolutionPageSection .Icon {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .SolutionPageContent .SolutionPageSection .Icon {
    order: 1;
    margin-bottom: 20px;
  }
}
.SolutionPageContent .SolutionPageSection .Details {
  width: 100%;
  max-width: 840px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 50px;
}
@media (max-width: 1152px) {
  .SolutionPageContent .SolutionPageSection .Details {
    row-gap: 20px;
  }
}
@media (max-width: 768px) {
  .SolutionPageContent .SolutionPageSection .Details {
    order: 2;
  }
}
.SolutionPageContent .SolutionPageSection .Details h2 {
  width: 100%;
  color: #19092b;
  font-size: 48px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  margin: 0;
  padding: 0;
}
@media (max-width: 1152px) {
  .SolutionPageContent .SolutionPageSection .Details h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .SolutionPageContent .SolutionPageSection .Details h2 {
    text-align: center;
    font-size: 30px;
  }
}
.SolutionPageContent .SolutionPageSection .Details p {
  width: 100%;
  color: #6d617a;
  font-size: 32px;
  font-style: normal;
  font-weight: 200;
  line-height: 48px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1152px) {
  .SolutionPageContent .SolutionPageSection .Details p {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .SolutionPageContent .SolutionPageSection .Details p {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }
}
.WhyUSTopContent {
  width: 100%;
  height: auto;
  padding: 110px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 140px;
  row-gap: 140px;
  align-content: start;
  justify-content: start;
}
@media (max-width: 990px) {
  .WhyUSTopContent {
    column-gap: 100px;
    row-gap: 100px;
  }
}
@media (max-width: 640px) {
  .WhyUSTopContent {
    grid-template-columns: 1fr;
    align-content: flex-start;
    justify-items: center;
  }
}
.WhyUSTopContent .Card {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
  align-content: flex-start;
}
@media (max-width: 640px) {
  .WhyUSTopContent .Card {
    align-content: flex-start;
    justify-items: center;
  }
}
.WhyUSTopContent .Card .Icon {
  height: 62px;
  display: block;
}
.WhyUSTopContent .Card .Details {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
.WhyUSTopContent .Card .Details h3 {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .WhyUSTopContent .Card .Details h3 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .WhyUSTopContent .Card .Details h3 {
    text-align: center;
    row-gap: 15px;
  }
}
.WhyUSTopContent .Card .Details p {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 200;
  line-height: 40px;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .WhyUSTopContent .Card .Details p {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .WhyUSTopContent .Card .Details p {
    text-align: center;
  }
}
.WhyUSBottomContent {
  width: 100%;
  height: auto;
  padding: 110px 0;
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  justify-content: start;
}
@media (max-width: 1368px) {
  .WhyUSBottomContent {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .WhyUSBottomContent {
    padding: 50px 0;
  }
}
.WhyUSBottomContent h1 {
  color: #000;
  font-size: 44px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  padding: 0;
  margin: 0 0 70px 0;
  text-align: center;
}
@media (max-width: 1368px) {
  .WhyUSBottomContent h1 {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 768px) {
  .WhyUSBottomContent h1 {
    font-size: 36px;
  }
}
.WhyUSBottomContent .BottomContentItems {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 200px;
  margin: 0;
}
@media (max-width: 1368px) {
  .WhyUSBottomContent .BottomContentItems {
    row-gap: 80px;
  }
}
.WhyUSBottomContent .BottomContentItems .BottomSection {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 100px;
}
@media (max-width: 1368px) {
  .WhyUSBottomContent .BottomContentItems .BottomSection {
    column-gap: 80px;
  }
}
@media (max-width: 1152px) {
  .WhyUSBottomContent .BottomContentItems .BottomSection {
    column-gap: 50px;
  }
}
@media (max-width: 768px) {
  .WhyUSBottomContent .BottomContentItems .BottomSection {
    column-gap: 30px;
  }
}
@media (max-width: 640px) {
  .WhyUSBottomContent .BottomContentItems .BottomSection {
    grid-template-columns: auto;
    row-gap: 30px;
    justify-items: center;
  }
}
.WhyUSBottomContent .BottomContentItems .BottomSection.AlineLeft {
  justify-content: flex-start;
}
.WhyUSBottomContent .BottomContentItems .BottomSection.AlineRight {
  justify-content: flex-end;
}
@media (max-width: 1152px) {
  .WhyUSBottomContent .BottomContentItems .BottomSection.AlineRight {
    justify-content: flex-start;
  }
}
.WhyUSBottomContent .BottomContentItems .BottomSection .Number {
  width: 152px;
  height: 152px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #410083;
  border-radius: 5px;
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media (max-width: 1368px) {
  .WhyUSBottomContent .BottomContentItems .BottomSection .Number {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 1152px) {
  .WhyUSBottomContent .BottomContentItems .BottomSection .Number {
    width: 90px;
    height: 90px;
    order: 1;
  }
}
@media (max-width: 768px) {
  .WhyUSBottomContent .BottomContentItems .BottomSection .Number {
    width: 50px;
    height: 50px;
    order: 1;
    font-size: 36px;
  }
}
.WhyUSBottomContent .BottomContentItems .BottomSection .Details {
  width: 100%;
  max-width: 840px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
@media (max-width: 1152px) {
  .WhyUSBottomContent .BottomContentItems .BottomSection .Details {
    order: 2;
  }
}
@media (max-width: 640px) {
  .WhyUSBottomContent .BottomContentItems .BottomSection .Details {
    row-gap: 15px;
  }
}
.WhyUSBottomContent .BottomContentItems .BottomSection .Details h2 {
  width: 100%;
  color: #19092b;
  font-size: 44px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  margin: 0;
  padding: 0;
}
@media (max-width: 1152px) {
  .WhyUSBottomContent .BottomContentItems .BottomSection .Details h2 {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  .WhyUSBottomContent .BottomContentItems .BottomSection .Details h2 {
    text-align: center;
  }
}
.WhyUSBottomContent .BottomContentItems .BottomSection .Details p {
  width: 100%;
  color: #6d617a;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: 48px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1152px) {
  .WhyUSBottomContent .BottomContentItems .BottomSection .Details p {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 640px) {
  .WhyUSBottomContent .BottomContentItems .BottomSection .Details p {
    text-align: center;
  }
}
.AboutWelcome {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 0 50px 0;
}
@media (max-width: 1368px) {
  .AboutWelcome {
    padding: 50px 0 25px 0;
  }
}
.AboutWelcome h1 {
  width: 100%;
  max-width: 1024px;
  color: #19092b;
  font-size: 44px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  padding: 0;
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  .AboutWelcome h1 {
    text-align: center;
    font-size: 36px;
  }
}
.AboutWelcome p {
  width: 100%;
  max-width: 1024px;
  color: #6d617a;
  font-size: 22px;
  font-style: normal;
  font-weight: 200;
  line-height: 42px;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .AboutWelcome p {
    text-align: center;
    font-size: 18px;
  }
}
.AboutStrong {
  width: 100%;
  max-width: 1340px;
  min-height: 510px;
  border-radius: 40px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: #2e0e9b;
  margin: 50px 0;
  padding: 30px;
}
@media (max-width: 1368px) {
  .AboutStrong {
    margin: 25px 0;
  }
}
.AboutStrong .Fillter {
  width: 70%;
  height: 100%;
  position: absolute;
  left: -20%;
  border-radius: 50%;
  background-image: url("../images/About-Yellow-Ellipse.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
@media (max-width: 768px) {
  .AboutStrong .Fillter {
    width: 100%;
    left: 0;
    top: -30%;
  }
}
.AboutStrong h1 {
  width: 100%;
  max-width: 1024px;
  color: #fff;
  font-size: 44px;
  font-style: normal;
  font-weight: 200;
  line-height: 42px;
  padding: 0;
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  .AboutStrong h1 {
    text-align: center;
    font-size: 36px;
  }
}
.AboutStrong p {
  width: 100%;
  max-width: 1024px;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 200;
  line-height: 42px;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .AboutStrong p {
    text-align: center;
    font-size: 18px;
  }
}
.AboutClient {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0 100px 0;
}
@media (max-width: 1368px) {
  .AboutClient {
    padding: 25px 0 50px 0;
  }
}
.AboutClient h1 {
  width: 100%;
  max-width: 1024px;
  color: #19092b;
  font-size: 44px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  padding: 0;
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  .AboutClient h1 {
    text-align: center;
    font-size: 36px;
  }
}
.AboutClient p {
  width: 100%;
  max-width: 1024px;
  color: #6d617a;
  font-size: 22px;
  font-style: normal;
  font-weight: 200;
  line-height: 42px;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .AboutClient p {
    text-align: center;
    font-size: 18px;
  }
}
.AboutExpectations {
  width: 100%;
  min-height: 540px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 15px;
}
@media (max-width: 1368px) {
  .AboutExpectations {
    padding: 25px 15px;
    min-height: 500px;
  }
}
.AboutExpectations h1 {
  width: 100%;
  max-width: 1024px;
  color: #fff;
  font-size: 44px;
  font-style: normal;
  font-weight: 200;
  line-height: 42px;
  padding: 0;
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  .AboutExpectations h1 {
    text-align: center;
    font-size: 36px;
  }
}
.AboutExpectations p {
  width: 100%;
  max-width: 1024px;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 200;
  line-height: 42px;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .AboutExpectations p {
    text-align: center;
    font-size: 18px;
  }
}
.AboutPartner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 0 100px 0;
}
@media (max-width: 1368px) {
  .AboutPartner {
    padding: 50px 0;
  }
}
.AboutPartner h1 {
  width: 100%;
  max-width: 1024px;
  color: #19092b;
  font-size: 44px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  padding: 0;
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  .AboutPartner h1 {
    text-align: center;
    font-size: 36px;
  }
}
.AboutPartner p {
  width: 100%;
  max-width: 1024px;
  color: #6d617a;
  font-size: 22px;
  font-style: normal;
  font-weight: 200;
  line-height: 42px;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .AboutPartner p {
    text-align: center;
    font-size: 18px;
  }
}
.ContactPageContainer {
  width: calc(100% - 30px);
  max-width: 1340px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 100px 0;
}
@media (max-width: 1368px) {
  .ContactPageContainer {
    padding: 50px 0;
  }
}
.ContactPageContainer h1 {
  width: 100%;
  max-width: 840px;
  color: #000;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  padding: 0;
  margin: 0 0 70px 0;
}
@media (max-width: 768px) {
  .ContactPageContainer h1 {
    text-align: center;
    font-size: 36px;
  }
}
.ContactPageContainer .ContactForm {
  width: 100%;
  max-width: 840px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: start;
  align-content: start;
  row-gap: 40px;
  column-gap: 40px;
}
@media (max-width: 768px) {
  .ContactPageContainer .ContactForm {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.ContactPageContainer .ContactForm .FormGroup {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.ContactPageContainer .ContactForm .FormGroup input {
  width: 100%;
  border: 0;
  border-radius: 0;
  border-bottom: #bfc8d1 solid 1px;
  color: #6d617a;
  height: 40px;
  font-size: 14px;
}
.ContactPageContainer .ContactForm .FormGroup textarea {
  width: 100%;
  border: 0;
  border-radius: 0;
  border-bottom: #bfc8d1 solid 1px;
  color: #6d617a;
  font-size: 14px;
}
.ContactPageContainer .ContactForm .FormGroup .FormError {
  width: 100%;
  height: auto;
  color: red;
  font-size: 12px;
  margin: 0;
  bottom: 0;
}
.ContactPageContainer .ContactForm .FormGroup.FormGroupFull {
  grid-column: 1 / 3;
}
.ContactPageContainer .ContactForm .FormGroup .ButtonContent {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ContactPageContainer .ContactForm .FormGroup .Send {
  width: auto;
  min-width: 186px;
  height: 50px;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2e0e9b;
  border-radius: 65px;
  opacity: 0.9;
  border: 0;
}
.ContactPageContainer .ContactForm .FormGroup .Send:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}
circle,
path {
  animation: squid var(--duration) var(--ease) both alternate infinite;
  stroke: var(--color);
  stroke-width: 20;
  stroke-dasharray: 1;
}
@keyframes squid {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.v-overlay--active:has(~ * .Vuely-sidebar) {
  z-index: 9951 !important;
}
.v-overlay--active:has(~ * .Vuely-sidebar)::before {
  height: 57px;
  width: 60px;
  right: 0;
  left: auto;
  background-color: transparent;
}
.scrollAnime {
  position: relative;
  transform: translateY(75px);
  opacity: 0;
  transition: 1s all ease;
}
.scrollAnime.active {
  transform: translateY(0);
  opacity: 1;
}
