*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  text-decoration: none;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
}

.font-manrope {
  font-family: 'Manrope', sans-serif;
}

body.no-scroll {
  overflow-y: hidden;
}

.z-container {

  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/** start Custom nav bgcolor **/
/* .tachyon-navbar.navbar-dark-blue { 
    background: linear-gradient(120.83deg,#08032e 10.49%,#08032e 125.72%);
} */
/** End Custom nav bgcolor **/

/** Common Style **/

.img-responsive {
  width: 100%;
  height: auto;
}

.pdb-24 {
  padding-bottom: 24px;
}

.cursor-poiner {
  cursor: pointer;
  display: inline-block;
  transition: all 0.2s;
}

.cursor-poiner:hover {
  transform: scale(1.035);
}

/** Common Style End **/

.tachyon-navbar.navbar-dark-blue {
  background: linear-gradient(120.83deg, #ad5bfe 10.49%, #6431f5 125.72%) !important;
}

/* home page css started here*/

.home-secondary__wrapper .banner-secbanner__section {
  background: url("/wp-content/uploads/sites/2/2023/06/home-banner-wave-bg.svg"), -o-linear-gradient(122.97deg, #5956ff 9.02%, #08042e 43.81%);
  background: url("/wp-content/uploads/sites/2/2023/06/home-banner-wave-bg.svg"), linear-gradient(327.03deg, #5956ff 9.02%, #08042e 43.81%);
  background-repeat: no-repeat;
  background-position: top right;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .banner-secbanner__section {
    background: -o-linear-gradient(96.03deg, #5956ff -11.87%, #08042e 47.48%);
    background: linear-gradient(353.97deg, #5956ff -11.87%, #08042e 47.48%);
  }
}

.home-secondary__wrapper .banner-secbanner__section .banner-main__heading {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 52px;
  line-height: 124%;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
  max-width: 580px;
}

.home-secondary__wrapper .banner-secbanner__section .banner-main__heading span {
  color: #ffbf5f;
  font-weight: 600;
  font-size: 60px;
  padding-bottom: 14px;
}

.home-secondary__wrapper .banner-secbanner__section .banner-main__heading span.gradient-text {
  background: linear-gradient(269.59deg, #FFC670 8.54%, #FFF174 43.71%, #FF6EFA 96.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media only screen and (max-width: 1024px) {
  .home-secondary__wrapper .banner-secbanner__section .banner-main__heading {

    font-size: 46px;
  }

  .home-secondary__wrapper .banner-secbanner__section .banner-main__heading span {
    font-size: 48px;
  }
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .banner-secbanner__section .banner-main__heading {
    font-size: 28px;
  }

  .home-secondary__wrapper .banner-secbanner__section .banner-main__heading span {
    font-size: 32px;
  }
}

.home-secondary__wrapper .banner-secbanner__section .banner-main__subdes {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 79px;
  letter-spacing: 0.01em;
  color: #54ffcc;
  padding: 30px 0 50px 0;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .banner-secbanner__section .banner-main__subdes {
    font-size: 22px;
    line-height: 35px;
    padding: 30px 0 40px 0;
  }
}

.home-secondary__wrapper .home-banner__flexcnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 166px;
  padding-top: 30px;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .home-banner__flexcnt {
    padding-bottom: 86px;
    padding-top: 40px;
    text-align: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .home-secondary__wrapper .home-banner__flexcnt {
    padding-top: 100px;
  }
}

.home-secondary__wrapper .home-banner__flexcnt .home-banner__flexitemleft {
  width: 54%;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .home-banner__flexcnt .home-banner__flexitemleft {
    width: 100%;
  }
}

.home-secondary__wrapper .home-banner__flexcnt .home-banner__flexitemright {
  width: 46%;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .home-banner__flexcnt .home-banner__flexitemright {
    width: 100%;
  }
}

.home-secondary__wrapper .home-banner__flexcnt .home-banner__flexitemright.img-maxwidth--540 {
  text-align: center;
}

.home-secondary__wrapper .home-banner__flexcnt .home-banner__flexitemright.img-maxwidth--540 img {
  max-width: 540px;
}

.home-secondary__wrapper .inner-secbanner__section {
  background: url("/us/wp-content/uploads/sites/2/2023/05/vertical-dotted-line.png"), url("/us/wp-content/uploads/sites/2/2023/05/vertical-dotted-line.png"), #1b1b40;
  background-repeat: no-repeat;
  background-position: top 35px left 33%, top 35px right 33%;
  padding: 35px 40px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}

@media only screen and (max-width: 1024px) {
  .home-secondary__wrapper .inner-secbanner__section {
    background-image: none;
    padding: 20px 20px;
  }
}

.home-secondary__wrapper .inner-secbanner__section .innerbanner-card__flexcnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 150px;
}

@media only screen and (max-width: 1024px) {
  .home-secondary__wrapper .inner-secbanner__section .innerbanner-card__flexcnt {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.home-secondary__wrapper .inner-secbanner__section .innerbanner-card__flexitems {
  width: 28%;
}

@media only screen and (max-width: 1024px) {
  .home-secondary__wrapper .inner-secbanner__section .innerbanner-card__flexitems {
    width: 38%;
  }
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .inner-secbanner__section .innerbanner-card__flexitems {
    width: 100%;
  }
}

.home-secondary__wrapper .inner-secbanner__section .innerbanner-card__items {
  position: relative;
  padding-top: 40px;
  min-height: 609px;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .inner-secbanner__section .innerbanner-card__items {
    min-height: auto;
    padding-top: 70px;
  }
}

.home-secondary__wrapper .inner-secbanner__section .innerbanner-card__items strong {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  padding-top: 40px;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .inner-secbanner__section .innerbanner-card__items strong {
    font-size: 24px;
    line-height: 34px;
  }
}

.home-secondary__wrapper .inner-secbanner__section .innerbanner-card__items p {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .inner-secbanner__section .innerbanner-card__items p {
    font-size: 16px;
    line-height: 26px;
  }
}

.home-secondary__wrapper .inner-secbanner__section .innerbanner-card__items .default-bottom--fix {
  position: absolute;
  bottom: 0;
}

.home-secondary__wrapper .inner-solutioncard__section {
  background-color: #494966;
  padding: 56px 100px 0 100px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}

@media only screen and (max-width: 1024px) {
  .home-secondary__wrapper .inner-solutioncard__section {
    padding: 40px 30px 0 30px;
  }
}

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

.home-secondary__wrapper .inner-solutioncard__section .inner-solutioncard__title {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .inner-solutioncard__section .inner-solutioncard__title {
    font-size: 32px;
    line-height: 56px;
  }
}

.home-secondary__wrapper .inner-solutioncard__section .inner-solutioncard__block {
  max-width: 904px;
  margin: 0 auto;
  padding-top: 80px;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .inner-solutioncard__section .inner-solutioncard__block {
    padding-top: 40px;
  }
}

.home-secondary__wrapper .inner-solutioncard__section .inner-solutioncard__flexcont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-secondary__wrapper .inner-solutioncard__section .inner-solutioncard__flexitems {
  width: 47%;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .inner-solutioncard__section .inner-solutioncard__flexitems {
    width: 100%;
  }
}

.home-secondary__wrapper .inner-solutioncard__section .inner-solutioncard__box {
  padding: 50px 60px;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 56px rgba(2, 0, 75, 0.08);
  box-shadow: 0px 16px 56px rgba(2, 0, 75, 0.08);
  border-radius: 16px;
}

@media only screen and (max-width: 1024px) {
  .home-secondary__wrapper .inner-solutioncard__section .inner-solutioncard__box {
    padding: 30px 30px;
  }
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .inner-solutioncard__section .inner-solutioncard__box {
    padding: 30px 20px;
    margin-bottom: 40px;
  }
}

.home-secondary__wrapper .inner-solutioncard__section .inner-solutioncard__box img {
  display: inline-block;
  max-width: 100px;
}

.home-secondary__wrapper .inner-solutioncard__section .inner-solutioncard__box strong {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  display: block;
  font-weight: 600;
  font-size: 30px;
  line-height: 20px;
  color: #0f172e;
  padding-top: 40px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .inner-solutioncard__section .inner-solutioncard__box strong {
    font-size: 24px;
    padding-top: 20px;
  }
}

.home-secondary__wrapper .inner-solutioncard__section .inner-solutioncard__box ul {
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}

.home-secondary__wrapper .inner-solutioncard__section .inner-solutioncard__box ul li {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  color: #546175;
  list-style-type: none;
  padding: 15px 0 15px 20px;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .inner-solutioncard__section .inner-solutioncard__box ul li {
    font-size: 16px;
    line-height: 26px;
  }
}

.home-secondary__wrapper .inner-solutioncard__section .inner-solutioncard__box ul li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 27px;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #6a41eb;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .inner-solutioncard__section .inner-solutioncard__box ul li::before {
    top: 22px;
  }
}

.home-secondary__wrapper .platform-overlap__section {
  background-color: #fff;
}

.home-secondary__wrapper .home-secondary__heading {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 76px;
  text-align: center;
  color: #0f172e;
  width: 100%;
  max-width: 904px;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .home-secondary__heading {
    font-size: 32px;
    line-height: 42px;
  }
}

.home-secondary__wrapper .home-platform__section .home-platform__dottedbg {
  background: url("/us/wp-content/uploads/sites/2/2023/05/platform-vdotted-line.svg"), url("/us/wp-content/uploads/sites/2/2023/05/platform-vdotted-line.svg"), url("/us/wp-content/uploads/sites/2/2023/05/platform-vdotted-line.svg");
  background-repeat: no-repeat;
  background-position: top left, top center, top right;
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .home-platform__section .home-platform__dottedbg {
    background-image: none;
  }
}

.home-secondary__wrapper .home-platform__section .home-platform__dividerow {
  padding: 30px 0;
}

.home-secondary__wrapper .home-platform__section .home-platform__block {
  width: 100%;
  max-width: 818px;
  margin: 0 auto;
}

.home-secondary__wrapper .home-platform__section .home-platform__block .home-platform__flexcnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-secondary__wrapper .home-platform__section .home-platform__block .home-platform__flexcnt .home-platform__flexitems {
  width: 43%;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .home-platform__section .home-platform__block .home-platform__flexcnt .home-platform__flexitems {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .home-platform__section .home-platform__box {
    text-align: center;
  }
}

.home-secondary__wrapper .home-platform__section .home-platform__box img {
  display: inline-block;
  max-width: 68px;
}

.home-secondary__wrapper .home-platform__section .home-platform__box strong {
  font-style: normal;
  font-family: 'Manrope', sans-serif;
  display: block;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #0f172e;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .home-platform__section .home-platform__box strong {
    font-size: 22px;
    line-height: 32px;
  }
}

.home-secondary__wrapper .home-platform__section .home-platform__box p {
  font-style: normal;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #546175;
  padding-top: 10px;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .home-platform__section .home-platform__box p {
    font-size: 16px;
    line-height: 30px;
  }
}

.home-secondary__wrapper .home-oursuccess__section {
  position: relative;
  z-index: 2;
  padding-top: 100px;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .home-oursuccess__section {
    padding-top: 30px;
  }
}

.home-secondary__wrapper .home-oursuccess__section .home-oursuccess__contentbox {
  background-color: #5a38c5;
  border-radius: 24px;
  padding: 100px 100px 180px 100px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .home-secondary__wrapper .home-oursuccess__section .home-oursuccess__contentbox {
    padding: 40px 30px 40px 30px;
  }
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .home-oursuccess__section .home-oursuccess__contentbox {
    padding: 40px 30px 40px 30px;
  }
}

/* .home-secondary__wrapper .home-oursuccess__section .home-oursuccess__contentbox .home-oursuccess__innerbox {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
} */
.home-secondary__wrapper .home-oursuccess__section .home-oursuccess__contentbox ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .home-oursuccess__section .home-oursuccess__contentbox ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.home-secondary__wrapper .home-oursuccess__section .home-oursuccess__contentbox ul li {
  position: relative;
  list-style-type: none;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .home-oursuccess__section .home-oursuccess__contentbox ul li {
    padding-bottom: 50px;
  }
}

.home-secondary__wrapper .home-oursuccess__section .home-oursuccess__contentbox ul li::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 92px;
  background-color: #fff;
  top: 10px;
  left: -42px;
}

@media only screen and (max-width: 1024px) {
  .home-secondary__wrapper .home-oursuccess__section .home-oursuccess__contentbox ul li::before {
    top: -10px;
  }
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .home-oursuccess__section .home-oursuccess__contentbox ul li::before {
    content: none;
  }
}

.home-secondary__wrapper .home-oursuccess__section .home-oursuccess__contentbox ul li:first-child::before {
  content: none;
}

.home-secondary__wrapper .home-oursuccess__section .home-oursuccess__contentbox ul li strong {
  font-family: 'Manrope', sans-serif;
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 58px;
  line-height: 111.5%;
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .home-secondary__wrapper .home-oursuccess__section .home-oursuccess__contentbox ul li strong {
    font-size: 46px;
  }
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .home-oursuccess__section .home-oursuccess__contentbox ul li strong {
    font-size: 50px;
  }
}

.home-secondary__wrapper .home-oursuccess__section .home-oursuccess__contentbox ul li small {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  display: block;
  font-weight: 400;
  font-size: 22px;
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .home-secondary__wrapper .home-oursuccess__section .home-oursuccess__contentbox ul li small {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .home-oursuccess__section .home-oursuccess__contentbox ul li small {
    font-size: 18px;
  }
}

.home-secondary__wrapper .home-resourceshub__section {
  margin-top: -110px;
  background-color: #02012c;
  padding: 100px 0 50px 0;
}

.home-secondary__wrapper .home-resourceshub__section.pdb-0 {
  padding-bottom: 0px;
}

.home-secondary__wrapper .home-resourceshub__section .award-badge__block {
  position: relative;
  z-index: 2;
  padding: 60px 20px 100px 20px;
  background-color: #03021b;
  border-radius: 24px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: -100px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .home-secondary__wrapper .home-resourceshub__section .award-badge__block {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .home-resourceshub__section .award-badge__block {
    margin-top: 25px;
  }
}

.home-secondary__wrapper .home-resourceshub__section .award-badge__block img {
  display: inline-block;
  margin: 0 20px;
  max-width: 200px;
}

@media only screen and (max-width: 1024px) {
  .home-secondary__wrapper .home-resourceshub__section .award-badge__block img {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .home-resourceshub__section .award-badge__block img {
    margin-bottom: 70px;
  }
}

.home-secondary__wrapper .resources-hub__section {
  background-color: #1b1a41;
  border-radius: 32px;
  padding: 60px;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .resources-hub__section {
    padding: 40px 20px;
    border-radius: 10px;
  }
}

.home-secondary__wrapper .resources-hub__section .resourceshub-titlebutton__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .resources-hub__section .resourceshub-titlebutton__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.home-secondary__wrapper .resources-hub__section .resourceshub-titlebutton__flex .resources-hub__heading {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 76px;
  color: #fff;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .home-secondary__wrapper .resources-hub__section .resourceshub-titlebutton__flex .resources-hub__heading {
    font-size: 46px;
  }
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .resources-hub__section .resourceshub-titlebutton__flex .resources-hub__heading {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .resources-hub__section .resourceshub-card__block {
    padding-top: 50px;
  }
}

.home-secondary__wrapper .resources-hub__section .resourceshub-card__block .resourceshub-card__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .home-secondary__wrapper .resources-hub__section .resourceshub-card__block .resourceshub-card__flexbox {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.home-secondary__wrapper .resources-hub__section .resourceshub-card__block .resourceshub-card__flexbox .resourceshub-card__flexboxitems {
  width: 30%;
}

@media only screen and (max-width: 1024px) {
  .home-secondary__wrapper .resources-hub__section .resourceshub-card__block .resourceshub-card__flexbox .resourceshub-card__flexboxitems {
    width: 44%;
  }
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .resources-hub__section .resourceshub-card__block .resourceshub-card__flexbox .resourceshub-card__flexboxitems {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .home-secondary__wrapper .resources-hub__section .resourceshub-card__block .resourceshub-card__box {
    padding-bottom: 40px;
  }
}

.home-secondary__wrapper .resources-hub__section .resourceshub-card__block .resourceshub-card__box span {
  font-family: 'Manrope', sans-serif;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  color: #774edf;
  background-color: #f0ecfc;
  border-radius: 4px;
  padding: 6px 10px;
  margin: 40px 0 20px 0;
}

.home-secondary__wrapper .resources-hub__section .resourceshub-card__block .resourceshub-card__box p {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 44px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .resources-hub__section .resourceshub-card__block .resourceshub-card__box p {
    padding-bottom: 56px;
    font-size: 24px;
    line-height: 36px;
  }
}

.home-secondary__wrapper .resources-hub__section .resourceshub-card__block .resourceshub-card__box .bgcolor-creamyellow {
  background-color: #fff1dc;
}

.home-secondary__wrapper .resources-hub__section .resourceshub-card__block .resourceshub-card__box .color-yellow {
  color: #d18f29;
}

.home-secondary__wrapper .home-secondary__footer {
  background: url("/wp-content/uploads/sites/2/2023/08/home-secondary-footer-leftshape.svg"), url("/wp-content/uploads/sites/2/2023/08/home-secondary-footer-rightshape.svg"), url("/wp-content/uploads/sites/2/2023/08/home-secondary-footer-rightwave.svg"), #03021b;
  background-repeat: no-repeat;
  background-position: top left, bottom right, bottom right;
  padding: 210px 0 188px 0;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .home-secondary__footer {
    background: url("/wp-content/uploads/sites/2/2023/08/home-secondary-footer-leftshape.svg"), url("/wp-content/uploads/sites/2/2023/08/home-secondary-footer-rightshape.svg"), #03021b;
    background-position: top left -80px, bottom right -80px;
    background-repeat: no-repeat;
    padding: 100px 0 100px 0;
  }
}

.home-secondary__wrapper .home-secondary__footer .home-footersecondary__heading {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
  color: #fff;
  padding-bottom: 16px;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .home-secondary__footer .home-footersecondary__heading {
    font-size: 36px;
    line-height: 46px;
  }
}

.home-secondary__wrapper .cta-group__element {
  text-align: center;
  padding-top: 40px;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper {
    /** New style 11 Oct 2022 **/
  }

  .home-secondary__wrapper .mv-pdt-40 {
    padding-top: 40px;
  }
}

.home-secondary__wrapper .ztachyon-future__card {
  background-color: #fff;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  padding: 103px 20px 90px 20px;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .ztachyon-future__card {
    padding: 58px 20px 90px 20px;
  }
}

.home-secondary__wrapper .ztachyon-future__card .ztachyon-future__title {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 76px;
  text-align: center;
  color: #0f172e;
  width: 100%;
  max-width: 912px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .ztachyon-future__card .ztachyon-future__title {
    font-size: 32px;
    line-height: 48px;
  }
}

.home-secondary__wrapper .ztachyon-future__section .ztachyon-future_flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px;
}

@media only screen and (max-width: 992px) {
  .home-secondary__wrapper .ztachyon-future__section .ztachyon-future_flexbox.mob-column--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .ztachyon-future__section .ztachyon-future_flexbox {
    padding: 0 10px;
  }
}

.home-secondary__wrapper .ztachyon-future__section .ztachyon-future_flexbox.mg-negative-20 {
  margin-top: -20px;
}

.home-secondary__wrapper .ztachyon-future__section .ztachyon-future_flexbox .ztachyon-future_flexitemsleft {
  width: 42%;
}

@media only screen and (max-width: 992px) {
  .home-secondary__wrapper .ztachyon-future__section .ztachyon-future_flexbox .ztachyon-future_flexitemsleft {
    width: 100%;
  }
}

.home-secondary__wrapper .ztachyon-future__section .ztachyon-future_flexbox .ztachyon-future_flexitemsright {
  width: 52%;
}

@media only screen and (max-width: 992px) {
  .home-secondary__wrapper .ztachyon-future__section .ztachyon-future_flexbox .ztachyon-future_flexitemsright {
    width: 100%;
  }
}

.home-secondary__wrapper .ztachyon-future__section .ztachyon-future__listitems {
  margin: 0;
  padding: 0;
}

.home-secondary__wrapper .ztachyon-future__section .ztachyon-future__listitems li {
  position: relative;
  font-family: 'Manrope', sans-serif;
  list-style-type: none;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #444c58;
  padding: 10px 0 10px 35px;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .ztachyon-future__section .ztachyon-future__listitems li {
    font-size: 16px;
  }
}

.home-secondary__wrapper .ztachyon-future__section .ztachyon-future__listitems li::before {
  position: absolute;
  content: '';
  top: 22px;
  left: 7px;
  width: 6px;
  height: 6px;
  background-color: #7256ff;
  border-radius: 50%;
  outline: 7px solid #f1eefe;
}

.home-secondary__wrapper .ztachyon-future__section .ztachyon-future__sectitle {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  color: #7256ff;
}

@media only screen and (max-width: 992px) {
  .home-secondary__wrapper .ztachyon-future__section .ztachyon-future__sectitle {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .ztachyon-future__section .ztachyon-future__sectitle {
    font-size: 20px;
  }
}

.home-secondary__wrapper .ztachyon-future__section .ztachyon-future__subtitle {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 52px;
  color: #0f172e;
  padding: 15px 0 20px 0;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .ztachyon-future__section .ztachyon-future__subtitle {
    font-size: 26px;
    line-height: 36px;
    padding: 30px 0 20px 0;
  }
}

.home-secondary__wrapper .ztachyon-future__bgcolor {
  background-color: #f5f8ff;
  border-radius: 32px;
  padding: 100px 20px;
  margin-top: 130px;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .ztachyon-future__bgcolor {
    padding: 40px 20px;
    margin-top: 60px;
  }
}

.home-secondary__wrapper .pdt-127 {
  padding-top: 127px;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .pdt-127 {
    padding-top: 60px;
  }
}

.home-secondary__wrapper .pdb-400 {
  padding-bottom: 400px;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .pdb-400 {
    padding-bottom: 250px;
  }
}

.home-secondary__wrapper .z-cardsolutions__section {
  background-color: #03021b;
  padding-bottom: 136px;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .z-cardsolutions__section {
    padding-bottom: 60px;
  }
}

.home-secondary__wrapper .z-demo__video {
  background: #5a38c5 url("/wp-content/uploads/sites/2/2023/08/z-demo-video-wave.svg");
  background-repeat: no-repeat;
  background-position: 100%;
  padding: 15px 85px;
  -webkit-box-shadow: 0px 34px 54px rgba(24, 12, 166, 0.15);
  box-shadow: 0px 34px 54px rgba(24, 12, 166, 0.15);
  border-radius: 20px;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .z-demo__video {
    padding: 30px 20px;
  }
}

.home-secondary__wrapper .z-demo__video h3 {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 73px;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .home-secondary__wrapper .z-demo__video h3 {
    font-size: 42px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .z-demo__video h3 {
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    padding-bottom: 30px;
  }
}

.home-secondary__wrapper .z-demo__videoflexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .z-demo__videoflexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.home-secondary__wrapper .z-demo__videoflexbox .z-demo__videoflexitemsleft {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .z-demo__videoflexbox .z-demo__videoflexitemsleft {
    width: 100%;
  }
}

.home-secondary__wrapper .z-demo__videoflexbox .z-demo__videoflexitemsright {
  width: 37%;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .z-demo__videoflexbox .z-demo__videoflexitemsright {
    width: 100%;
  }
}

.home-secondary__wrapper .mg-negative--180 {
  position: relative;
  top: -180px;
  margin-bottom: -180px;
}

.home-secondary__wrapper .z-cardsolutions__maintitle {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 76px;
  text-align: center;
  color: #fff;
  padding-top: 180px;
  padding-bottom: 96px;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .z-cardsolutions__maintitle {
    font-size: 32px;
    line-height: 48px;
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

.home-secondary__wrapper .z-cardsolutions__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 826px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .z-cardsolutions__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.home-secondary__wrapper .z-cardsolutions__flexbox>div {
  width: 100%;
}

.home-secondary__wrapper .z-cardsolutions__flexbox .z-cardsolutions__box {
  background-color: #fff;
  border-radius: 24px;
  padding: 0px 0px 64px 0px;
  margin: 0 20px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .z-cardsolutions__flexbox .z-cardsolutions__box {
    margin: 0 0 30px 0;
  }
}

.home-secondary__wrapper .z-cardsolutions__flexbox .z-cardsolutions__box div {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #0f172e;
  padding: 38px 20px 0 20px;
}

.home-secondary__wrapper .z-cardsolutions__flexbox .z-cardsolutions__box div.pdt-83 {
  padding-top: 83px;
}

.home-secondary__wrapper .z-cardsolutions__flexbox .z-cardsolutions__box p {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #444c58;
  padding: 8px 46px 56px 46px;
}

.home-secondary__wrapper .autocard-scroll-section {
  padding-top: 177px;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .autocard-scroll-section {
    padding-top: 80px;
  }
}

.home-secondary__wrapper .autocard-scroll__title {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 76px;
  text-align: center;
  color: #0f172e;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .autocard-scroll__title {
    font-size: 32px;
    line-height: 48px;
    padding: 0 20px 14px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper {
    /** Scroll auto **/
  }

  .home-secondary__wrapper .mob-maxwidth--400 {
    max-width: 400px;
  }
}

.home-secondary__wrapper .scroll-list__wrapper {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}

.home-secondary__wrapper .scroll-list__wrapper::-webkit-scrollbar {
  display: none;
}

.home-secondary__wrapper .scroll-list__wrapper::-webkit-scrollbar {
  width: 0;
}

.home-secondary__wrapper .scroll-list__wrapper::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0;
}

.home-secondary__wrapper .scroll-list__wrapper::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: transparent;
}

.home-secondary__wrapper .scroll-list__wrapper::before,
.home-secondary__wrapper .scroll-list__wrapper::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #fff 50%, rgba(255, 255, 255, 0));
  background: linear-gradient(90deg, #fff 50%, rgba(255, 255, 255, 0));
  content: "";
  height: 100%;
  position: absolute;
  width: 30px;
  z-index: 2;
}

.home-secondary__wrapper .scroll-list__wrapper::before {
  left: 0;
  top: 0;
}

.home-secondary__wrapper .scroll-list__wrapper::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.scroll-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
  width: 100%;
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 345px;
}

.scroll-list span {
  display: inline-block;
  padding: 60px 0;
}

.scroll-list span img {
  height: auto;
  width: 350px;
  margin: 0 50px;
  -webkit-filter: drop-shadow(0px 22px 24px rgba(36, 36, 108, 0.35));
  filter: drop-shadow(0px 22px 24px rgba(36, 36, 108, 0.35));
}

.scroll-list:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    left: 100px;
  }

  100% {
    left: -3070px;
  }
}

@media only screen and (max-width: 768px) {
  @keyframes marquee {
    0% {
      left: 100px;
    }

    100% {
      left: -4500px;
    }
  }
}

.wordCarousel div {
  overflow: hidden;
  position: relative;
  height: 65px;
  padding-top: 10px;
}

@media only screen and (max-width: 768px) {
  .wordCarousel div {
    height: 40px;
    position: relative;
    top: 10px;
  }
}

.wordCarousel div li {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0.01em;
  padding: 0 0;
  margin-bottom: 32px;
  display: block;

}

@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .wordCarousel div li {
    font-size: 37px;
  }
}

.wordCarousel div li:nth-child(1) {
  color: #54FFCC;
}

.wordCarousel div li:nth-child(2) {
  color: #FFBF5F;
}

.wordCarousel div li:nth-child(3) {
  color: #D354FF;
}

.wordCarousel div li:nth-child(4) {
  color: #54FFCC;
}

.wordCarousel div li:nth-child(5) {
  color: #FFBF5F;
}

.wordCarousel div li:nth-child(6) {
  color: #D354FF;
}

@media only screen and (max-width: 1024px) {
  .wordCarousel div li {
    font-size: 20px;
    margin-bottom: 60px;
  }
}

.flip5 {
  animation: flip5 12s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}

@keyframes flip5 {
  0% {
    margin-top: -540px;
  }

  5% {
    margin-top: -434px;
  }

  15% {
    margin-top: -434px;
  }

  20% {
    margin-top: -350px;
  }

  30% {
    margin-top: -350px;
  }

  35% {
    margin-top: -260px;
  }

  45% {
    margin-top: -260px;
  }

  50% {
    margin-top: -180px;
  }

  60% {
    margin-top: -180px;
  }

  65% {
    margin-top: -90px;
  }

  75% {
    margin-top: -90px;
  }

  80% {
    margin-top: 0px;
  }

  99.99% {
    margin-top: 0px;
  }

  100% {
    margin-top: -540px;
  }
}

.home-secondary__wrapper .cs-cta-learnmore {
  border: 1px solid #5a38c5;
  border-radius: 60px;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 44px;
  color: #5a38c5;
  padding: 6px 30px;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.home-secondary__wrapper .cs-cta-learnmore:hover {
  background-color: #5a38c5;
  color: #fff;
}

.home-secondary__wrapper .cta-blue__radius {
  display: inline-block;
  background-color: #7256ff;
  border-radius: 68px;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  color: #fff;
  padding: 12px 35px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .cta-blue__radius {
    font-size: 19px;
    line-height: 44px;
    padding: 7px 25px;
  }
}

.home-secondary__wrapper .cta-blue__radius:hover {
  background-color: #5a38c5;
}

.home-secondary__wrapper .cta-purple__radius {
  display: inline-block;
  background-color: #5a38c5;
  border-radius: 68px;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  color: #fff;
  padding: 15px 35px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /** End CTAs **/
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .cta-purple__radius {
    font-size: 16px;
    line-height: 25px;
  }
}

.home-secondary__wrapper .cta-purple__radius:hover {
  background-color: #8221ce;
}

.home-secondary__wrapper .mgt-50 {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .home-secondary__wrapper .mob-mgt--60 {
    margin-top: 60px;
  }
}

.home-secondary__wrapper .divider-hr__wrapper {
  background-color: #02012c;
  /** Video Popup style **/
}

.home-secondary__wrapper .divider-hr__wrapper .divider-hr__line {
  height: 1px;
  background-color: #28284b;
  width: 100%;
}

.home-secondary__wrapper .video {
  width: 100%;
  min-height: 480px;
  margin: auto;
  display: block;
  border: none;
}

.home-secondary__wrapper .popup-btn {
  cursor: pointer;
}

.home-secondary__wrapper .close-btn {
  position: absolute;
  background-color: transparent;
  right: -35px;
  top: -10px;
  width: 32px;
  height: 32px;
  opacity: 1;
  cursor: pointer;
}

.home-secondary__wrapper .close-btn:hover {
  opacity: 1;
}

.home-secondary__wrapper .close-btn:before,
.home-secondary__wrapper .close-btn:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 3px;
  background-color: #fff;
}

.home-secondary__wrapper .close-btn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.home-secondary__wrapper .close-btn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.home-secondary__wrapper .popup-btn:hover {
  color: #fff;
}

.home-secondary__wrapper .video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 10px 10px 10px 10px #000;
  box-shadow: 10px 10px 10px 10px #000;
  z-index: 99999;
}

.home-secondary__wrapper .popup-bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}

.home-secondary__wrapper .popup-content {
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 800px;
  height: auto;
}

.home-secondary__wrapper .popup-title {
  padding: 30px;
  margin: 0 auto;
  color: red;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .home-secondary__wrapper .video {
    width: 100%;
    min-height: 300px;
  }

  .home-secondary__wrapper .popup-content {
    width: 100%;
    min-width: auto;
  }

  .home-secondary__wrapper .close-btn {
    right: 5px;
    top: -48px;
  }
}

.home-secondary__wrapper .video-thumbnail__playbutton {
  position: relative;
  /** End Video Popup style **/
}

.home-secondary__wrapper .video-thumbnail__playbutton a {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.home-secondary__wrapper .video-thumbnail__playbutton a img {
  max-width: 140px;
  display: inline-block;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.home-secondary__wrapper .video-thumbnail__playbutton a:hover img {
  -webkit-transform: scale(1.064);
  -ms-transform: scale(1.064);
  transform: scale(1.064);
  -webkit-box-shadow: 0 0 19px #673aa4;
  box-shadow: 0 0 19px #673aa4;
}

.play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  pointer-events: none;
}

.play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 112px;
  height: 112px;
  background: #d2d0e3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1.5s ease-out infinite;
  -moz-animation: pulse-border 1.5s ease-out infinite;
  -o-animation: pulse-border 1.5s ease-out infinite;
  animation: pulse-border 1.5s ease-out infinite;
}

.play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 112px;
  height: 112px;
  background: #fff url(https://www.zeta.tech/wp-content/uploads/sites/2/2022/12/play-icon.webp) no-repeat -webkit-calc(50% + 4px) center/44px;
  background: #fff url(https://www.zeta.tech/wp-content/uploads/sites/2/2022/12/play-icon.webp) no-repeat -moz-calc(50% + 4px) center/44px;
  background: #fff url(https://www.zeta.tech/wp-content/uploads/sites/2/2022/12/play-icon.webp) no-repeat calc(50% + 4px) center/44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

footer.footer-section {
  background-color: #03021b;
}

.tachyon-navbar>.container-fluid {
  margin: auto;
  min-height: 82px;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-section .footer-table .footer-table__row .footer-table__cell1.width__28,
.footer-section .footer-table .footer-table__row .width__28.footer-table__cell2,
.footer-section .footer-table .footer-table__row .width__28.footer-table__cell3,
.footer-section .footer-table .footer-table__row .width__28.footer-table__cell4,
.footer-section .footer-table .footer-table__row .width__28.footer-table__cell5 {
  width: 27%;
}

.footer-section .footer-table .footer-table__row .footer-table__cell3 {
  width: 220px;
}

.footer-section .footer-table .footer-table__row .footer-table__cell2 {
  width: 170px;
}

.footer-section .footer-table .footer-table__row .footer-table__cell4 {
  width: 221px;
}

.footer-section .footer-table .footer-table__row .footer-table__cell5 {
  width: 140px;
}

.tachyon-navbar .navbar-nav .request-demo>a {
  padding-left: 26px !important;
  padding-right: 26px !important;
  margin-left: 8px;
}

@media only screen and (min-width: 992px) {
  .main-page:not(.v5-body) {
    padding-top: 50px;
  }
}

.width__100 {
  width: 100%;
}

.mobile-view {
  display: none;
}

.desktop-view {
  display: block;
}

.left-right-auto {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .mobile-view {
    display: block;
  }

  .desktop-view {
    display: none;
  }
}

/*-----YT VIDEO STYLES----*/
/** Video Popup style **/
.video {
  width: 100%;
  min-height: 480px;
  margin: auto;
  display: block;
  border: none;
}

.popup-btn {
  cursor: pointer;
}

.close-btn {
  position: absolute;
  background-color: transparent;
  right: -35px;
  top: -10px;
  width: 32px;
  height: 32px;
  opacity: 1;
  cursor: pointer;
}

.close-btn:hover {
  opacity: 1;
}

.close-btn:before,
.close-btn:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 3px;
  background-color: #FFFFFF;
}

.close-btn:before {
  transform: rotate(45deg);
}

.close-btn:after {
  transform: rotate(-45deg);
}


.popup-btn:hover {
  color: #ffffff;
}

.video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 10px 10px 10px 10px #000;
  z-index: 99999;
}

.popup-bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}

.popup-content {
  background: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 800px;
  height: auto;
}

.popup-title {
  padding: 30px;
  margin: 0 auto;
  color: red;
  text-transform: uppercase;
}

@media (max-width:767px) {
  .video {
    width: 100%;
    min-height: 300px;
  }

  .popup-content {
    width: 100%;
    min-width: auto;
  }

  .close-btn {
    right: 5px;
    top: -48px;
  }
}

/** End Video Popup style **/