.bottomBtnSubmitContainer {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  position: relative;
}

.bannerContent div.contentWrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bannerSliderContainer {
  background-color: #FFF4E0;
  padding: 1rem 0;
  width: 100%;
  /* height: 11rem; */
  position: relative;
}

@media screen and (max-width: 500px) {
  .servicesWrapperContainer .mainDescription {
    width: 90%;
    margin-top: 1.5rem !important;
    text-align: center !important;
    margin-inline: auto !important;
  }
  .valuePropositionContainer {
    padding: 0 1rem !important;
  }
  .mobileNavigationDrop {
    padding: unset !important;
    padding: .5rem !important;
  }
}

body {
  overflow-x: hidden !important;
  font-family: "Satoshi-Variable", sans-serif !important;
  background-color: #FFFFF0;
  scroll-behavior: smooth;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body p {
  padding: 0;
  margin: 0;
}

.comingSoon {
  background-color: unset !important;
  background-color: #dedede !important;
  cursor: not-allowed;
  color: #4d4d4d !important;
}

.navigationContainer {
  background-color: #16154D;
}

@media (max-width: 600px) {
  .navigationContainer {
    background-color: #16154D;
    height: 6rem !important;
  }
  .filterMainContainer .topFilterContainer {
    display: none;
  }
  .firstFilterContainer {
    /* background-color: red; */
    width: 90% !important;
    margin-top: 1rem;
    margin-inline: auto;
    overflow-x: hidden;
  }
  .firstFilterContainer p.legend {
    color: #fff;
    font-size: .9rem;
    font-family: 'Satoshi-Bold';
  }
  .firstFilterContainer .selectWrapper {
    height: 2.5rem;
    margin-top: .5rem;
    /* background-color: red; */
  }
  .firstFilterContainer .selectWrapper select {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    font-size: .8rem;
    font-family: 'Satoshi-Medium';
    color: #333;
    outline: none;
  }
  .filterMainContainer {
    padding-bottom: 1rem !important;
  }
  .bottomBtnSubmitContainer {
    /* background-color: red; */
    width: 90% !important;
    margin-inline: auto;
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bottomBtnSubmitContainer button {
    height: 2.5rem;
    border: none;
    width: 50%;
    background: #26387b;
    color: #fff;
    font-family: 'Satoshi-Bold';
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    /* margin-inline: auto !important; */
  }
  .bottomBtnSubmitContainer button:hover {
    background: #0c1431;
    color: #fff;
    border-radius: 10rem;
  }
}

.navigationContainer .mobileNavigationContainer {
  width: 90%;
  margin-inline: auto;
  padding: 0.5rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navigationContainer .mobileNavigationContainer .logoContainer {
  height: 4rem;
  width: 4rem;
}

.navigationContainer .mobileNavigationContainer .logoContainer img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.navigationContainer .mobileNavigationContainer .hamburgerNavigationContainer {
  height: 2rem;
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.socialProof {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
  font-family: "Satoshi-Bold";
  margin-top: 2rem !important;
  margin-inline: auto !important;
  color: #FFFFF0;
}

.bannerMainContainer {
  height: calc(100dvh - 6rem) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.bannerMainContainer .bannerVideoContainer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.bannerMainContainer .bannerVideoContainer img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* .bannerMainContainer .bannerVideoContainer::before {
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #000 11.34%, rgba(0, 0, 0, 0) 99.6%);
  position: absolute;
  display: block;
  z-index: 1;
  content: "";
} */
.bannerMainContainer .bannerWrapper {
  width: 90%;
  margin-inline: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
}

.bannerMainContainer .bannerWrapper .contentWrapper p,
.bannerMainContainer .bannerWrapper .contentWrapper h1 {
  padding: 0;
  margin: 0;
}

.bannerMainContainer .bannerWrapper .contentWrapper .mainHeading {
  font-family: "Satoshi-Black";
  width: 90%;
  margin-inline: auto;
  color: #FFFFF0;
  text-align: center;
  font-size: 2rem;
}

.bannerMainContainer .bannerWrapper .contentWrapper .mainDescription {
  margin-top: 1rem;
  font-family: "Satoshi-Medium";
  color: #FFFFF0;
  text-align: center;
  font-size: 0.8rem;
}

.bannerMainContainer .bannerWrapper .contentWrapper .mainDescription .bold {
  font-weight: 700;
  opacity: unset !important;
  opacity: 1 !important;
}

.bannerMainContainer .bannerWrapper .contentWrapper .btnsContainer {
  margin-top: 2rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.bannerMainContainer .bannerWrapper .contentWrapper .btnsContainer a {
  text-decoration: none;
  font-size: 0.8rem;
  font-family: "Satoshi-Bold";
  height: 2rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFF0;
  border-radius: 4px;
  gap: 0.3rem;
}

.bannerMainContainer .bannerWrapper .contentWrapper .btnsContainer a span {
  height: 1rem;
  width: 1rem;
}

.bannerMainContainer .bannerWrapper .contentWrapper .btnsContainer .enquiriesBtn {
  border: 1.2px solid #FFFFF0;
  color: #FFFFF0;
  padding: 0 1.5rem;
}

.bannerMainContainer .bannerWrapper .contentWrapper .btnsContainer .watchVideoBtn {
  padding: 0 1rem;
  border-radius: 10rem;
  background-color: #F09000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bannerMainContainer .bannerWrapper .contentWrapper .btnsContainer .watchVideoBtn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bannerMainContainer .bannerWrapper .contentWrapper .btnsContainer .watchVideoBtn img {
  height: 100%;
  scale: 0.9;
  width: 100%;
}

.footerMainContainer {
  background-color: #16154D;
}

.footerMainContainer .bottomFooterContainer {
  background-color: #0d0d2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 0;
}

.footerMainContainer .bottomFooterContainer .tcsContainer {
  margin-top: 1rem;
  padding: 0.5rem;
}

.footerMainContainer .bottomFooterContainer .tcsContainer p {
  width: 90%;
  margin-inline: auto;
  text-align: center;
  font-size: 0.8rem;
  font-family: "Satoshi-Medium";
  color: white;
  opacity: 0.8;
}

.footerMainContainer .bottomFooterContainer .socialMediaContainer {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footerMainContainer .bottomFooterContainer .socialMediaContainer a {
  min-width: 2rem;
  min-height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footerMainContainer .topFooterContainer {
  width: 90%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  padding-top: 2rem;
}

.footerMainContainer .topFooterContainer .industriesWrapper,
.footerMainContainer .topFooterContainer .partnersWrapper,
.footerMainContainer .topFooterContainer .solutionsWrapper {
  margin-top: 2rem;
}

.footerMainContainer .topFooterContainer .industriesWrapper .heading,
.footerMainContainer .topFooterContainer .partnersWrapper .heading,
.footerMainContainer .topFooterContainer .solutionsWrapper .heading {
  font-family: "Satoshi-Bold";
  color: #F09000;
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
}

.footerMainContainer .topFooterContainer .industriesWrapper .listedItemsFooter,
.footerMainContainer .topFooterContainer .partnersWrapper .listedItemsFooter,
.footerMainContainer .topFooterContainer .solutionsWrapper .listedItemsFooter {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footerMainContainer .topFooterContainer .industriesWrapper .listedItemsFooter li,
.footerMainContainer .topFooterContainer .partnersWrapper .listedItemsFooter li,
.footerMainContainer .topFooterContainer .solutionsWrapper .listedItemsFooter li {
  width: 100%;
  text-align: center;
}

.footerMainContainer .topFooterContainer .industriesWrapper .listedItemsFooter li span,
.footerMainContainer .topFooterContainer .partnersWrapper .listedItemsFooter li span,
.footerMainContainer .topFooterContainer .solutionsWrapper .listedItemsFooter li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1rem;
  min-width: 2rem;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footerMainContainer .topFooterContainer .industriesWrapper .listedItemsFooter li a,
.footerMainContainer .topFooterContainer .partnersWrapper .listedItemsFooter li a,
.footerMainContainer .topFooterContainer .solutionsWrapper .listedItemsFooter li a {
  color: white;
  opacity: 0.8;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 0.8rem;
}

.footerMainContainer .topFooterContainer .industriesWrapper .listedItemsFooter li p,
.footerMainContainer .topFooterContainer .partnersWrapper .listedItemsFooter li p,
.footerMainContainer .topFooterContainer .solutionsWrapper .listedItemsFooter li p {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: white;
}

.serviceCardContainer {
  background-color: #FBFBFB;
  min-width: 9rem;
  border-radius: 4px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 0.5rem;
}

.serviceCardContainer .cardHeading {
  font-size: 1rem;
  font-family: "Satoshi-Black";
  font-weight: 900;
  color: #16154D;
  text-align: center;
  margin-top: 0.5rem;
}

.serviceCardContainer .metricsWrapper {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 0.5rem;
}

.serviceCardContainer .metricsWrapper p {
  font-size: 0.75rem;
  font-family: "Satoshi-Bold";
  color: #1a1a1a;
  opacity: 0.8;
}

.serviceCardContainer .exploreNowBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-size: 0.75rem;
  border-radius: 0.18931rem;
  background: #F7E7CE;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
  height: 1.8rem;
  margin-top: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.6rem;
  border-radius: 4px;
  font-family: "Satoshi-Bold" !important;
  color: #16154D;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.serviceCardContainer .exploreNowBtn:hover {
  scale: 1.1;
  background-color: #16154D;
  color: white;
}

.serviceCardContainer .cardIcon {
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2rem;
  margin-inline: auto;
}

.bannerSliderContainer {
  background-color: #FFF4E0;
  padding: 1rem 0;
  margin-top: 1rem !important;
  width: 100%;
  height: 11rem;
  position: relative;
}

div.valuePropWrapper div.contentWrapper {
  background-color: unset !important;
}

.bannerSliderContainer .cardsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.bannerSliderContainer .cardsWrapper .serviceCardContainer {
  background-color: #fff;
  min-width: 15rem;
  padding: 0.5rem;
}

.bannerSliderContainer .cardsWrapper .serviceCardContainer .cardHeading {
  font-size: 1rem;
  font-family: "Satoshi-Black";
  font-weight: 900;
  color: #16154D;
  text-align: center;
  margin-top: 0.5rem;
}

.bannerSliderContainer .cardsWrapper .serviceCardContainer .metricsWrapper {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 0.5rem;
}

.bannerSliderContainer .cardsWrapper .serviceCardContainer .metricsWrapper p {
  font-size: 0.75rem;
  font-family: "Satoshi-Bold";
  color: #1a1a1a;
  opacity: 0.8;
}

.bannerSliderContainer .cardsWrapper .serviceCardContainer .exploreNowBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-size: 0.75rem;
  border-radius: 0.18931rem;
  background: #F7E7CE;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
  height: 1.8rem;
  margin-top: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.6rem;
  border-radius: 4px;
  font-family: "Satoshi-Bold" !important;
  color: #16154D;
}

.bannerSliderContainer .cardsWrapper .serviceCardContainer .cardIcon {
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2rem;
  margin-inline: auto;
}

.bannerSliderContainer .navigationControls {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.5rem;
}

.bannerSliderContainer .navigationControls a {
  color: #fff;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.valuePropositionContainer {
  margin-top: 2rem;
  position: relative;
}

.valuePropositionContainer .visualsWrapper::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6rem;
  background: rgba(240, 144, 0, 0.3);
}

.valuePropositionContainer .valuePropWrapper .contentWrapper {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-inline: auto !important;
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .findOpportunitiesBtn {
  position: absolute;
  background-color: #16154D;
  color: #fff;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  text-decoration: none;
  font-size: 0.8rem;
  font-family: "Satoshi-Bold";
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  margin-top: 1rem;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .findOpportunitiesBtn span {
  height: 1rem;
  width: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .findOpportunitiesBtn span img {
  width: 100%;
  height: 100%;
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .findOpportunitiesBtn:hover {
  background-color: #F09000;
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .findOpportunitiesBtn:hover span {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .heading {
  color: #16154D;
  font-family: "Satoshi-Black";
  font-size: 1.5rem;
  text-align: center;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .subDescription {
  margin-top: 1rem;
  font-family: "Satoshi-Medium";
  font-weight: 400;
  color: #1a1a1a;
  font-size: 0.8rem;
  text-align: center;
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .subDescription span {
  font-family: "Satoshi-Bold";
  font-weight: 700;
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .listedDescriptionList {
  list-style: none;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 0;
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .listedDescriptionList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .listedDescriptionList li p {
  font-size: 0.75rem;
  font-family: "Satoshi-Medium";
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .listedDescriptionList li .bulletIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 0.8rem;
  min-width: 0.8rem;
  border-radius: 50%;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .listedDescriptionList li .bulletIcon img {
  height: 100%;
  width: 100%;
}

.valuePropositionContainer .valuePropWrapper .contentWrapper .listedDescriptionList li .bold {
  color: #000;
  font-weight: 700;
  font-family: "Satoshi-Bold";
}

.valuePropositionContainer .valuePropWrapper .visualsWrapper {
  background-color: #9e9e9e;
  margin-top: 2rem;
  height: 30rem;
  position: relative;
}

.valuePropositionContainer .valuePropWrapper .visualsWrapper .imgWrapper {
  height: 100%;
  width: 100%;
}

.valuePropositionContainer .valuePropWrapper .visualsWrapper .imgWrapper img {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.valuePropositionContainer .valuePropWrapper .visualsWrapper .findOpportunitiesBtn {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #16154D;
  color: #fff;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  text-decoration: none;
  font-size: 0.8rem;
  font-family: "Satoshi-Bold";
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}

.valuePropositionContainer .valuePropWrapper .visualsWrapper .findOpportunitiesBtn span {
  height: 1rem;
  width: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.valuePropositionContainer .valuePropWrapper .visualsWrapper .findOpportunitiesBtn span img {
  width: 100%;
  height: 100%;
}

.socialProofWrapper {
  margin: 2.5rem 0;
  margin-inline: auto;
}

.socialProofWrapper .logoWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
  margin-bottom: 2rem;
}

.socialProofWrapper .logoWrapper img {
  opacity: 0.8;
  height: 100%;
}

.industriesWrapperContainer {
  background-color: #16154D;
  width: 100%;
  padding-bottom: 3rem;
}

.industriesWrapperContainer .mainCardWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.industriesWrapperContainer .mainCardWrapper .topCardContainer,
.industriesWrapperContainer .mainCardWrapper .bottomCardContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.industriesWrapperContainer .mainCardWrapper .cardWrapper {
  border-radius: 0.27519rem;
  border: 1.101px solid #FFF;
  background: rgba(255, 255, 255, 0.06);
  width: 70%;
  max-width: 20rem;
  min-height: 17rem;
  max-height: 20rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0.5rem;
  position: relative;
}

.industriesWrapperContainer .mainCardWrapper .cardWrapper .cardIconContainer {
  height: 3rem;
  width: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.industriesWrapperContainer .mainCardWrapper .cardWrapper .cardIconContainer img {
  height: 100%;
  width: 100%;
}

.industriesWrapperContainer .mainCardWrapper .cardWrapper .cardHeading {
  font-family: "Satoshi-Bold";
  color: #FFFFF0;
}

.industriesWrapperContainer .mainCardWrapper .cardWrapper .cardDescription {
  font-family: "Satoshi-Medium";
  color: #FFFFF0;
  font-size: 0.75rem;
  opacity: 0.9;
  text-align: center;
}

.industriesWrapperContainer .mainCardWrapper .cardWrapper .comingSoonBtn {
  position: absolute;
  bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E0E0E0;
  text-decoration: none;
  height: 2rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 0.8rem;
  padding: 0 1rem;
  font-family: "Satoshi-Bold";
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  color: #1a1a1a;
  gap: 0.3rem;
  cursor: not-allowed;
}

.industriesWrapperContainer .mainCardWrapper .cardWrapper .comingSoonBtn span {
  height: 1rem;
  width: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.industriesWrapperContainer .mainCardWrapper .cardWrapper .readMoreBtn {
  position: absolute;
  bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f7f7f7;
  text-decoration: none;
  height: 2rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 0.8rem;
  padding: 0 1rem;
  font-family: "Satoshi-Bold";
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  color: #1a1a1a;
  gap: 0.3rem;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.industriesWrapperContainer .mainCardWrapper .cardWrapper .readMoreBtn span {
  height: 1rem;
  width: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.industriesWrapperContainer .mainCardWrapper .cardWrapper .readMoreBtn:hover {
  background-color: #16154D;
  outline: 1.2px solid #fff;
  color: #fff;
}

.industriesWrapperContainer .mainCardWrapper .cardWrapper .readMoreBtn:hover span {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

.industriesWrapperContainer .mainCardWrapper .cardWrapper .readMoreBtn:hover span .readMoreIcon path {
  fill: #fff;
}

.industriesWrapperContainer .spanHeading {
  background-color: #F09000;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
  height: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.industriesWrapperContainer .spanHeading p {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
}

.servicesWrapperContainer .spanHeading {
  background-color: #F09000;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
  height: 2rem;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  font-family: "Satoshi-Black";
  color: white;
}

.servicesWrapperContainer .mainDescription {
  width: 90%;
  margin-inline: auto;
  margin-top: 1.5rem;
  font-size: 0.65rem;
  font-family: "Satoshi-Medium";
  text-align: center;
  color: #1a1a1a;
  opacity: 0.9;
}

.servicesWrapperContainer .mainDescription span {
  font-family: "Satoshi-Bold";
  color: #16154D;
  font-weight: 700;
  opacity: 1 !important;
}

.servicesWrapperContainer .mainImageContainer {
  margin-top: 1.5rem;
  height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.servicesWrapperContainer .mainImageContainer img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
}

.whyChooseUsContainer .chooseWrapperContainer .topBandContainer {
  background-color: #16154D;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5vw;
}

.whyChooseUsContainer .chooseWrapperContainer .topBandContainer p {
  font-size: 1.5rem;
  font-family: "Satoshi-Bold";
  color: white;
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .visualsContainer::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6rem;
  z-index: 3;
  background: rgba(240, 144, 0, 0.3);
}

.whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper {
  position: relative;
}

.whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .visualsContainer::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6rem;
  z-index: 3;
  background: rgba(22, 21, 77, 0.5);
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .visualsContainer,
.whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .visualsContainer {
  width: 100%;
  background-color: #DFDFE8;
  margin-top: 2rem;
  height: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .visualsContainer .imgWrapper,
.whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .visualsContainer .imgWrapper {
  height: 100%;
  width: 100%;
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .visualsContainer .imgWrapper img,
.whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .visualsContainer .imgWrapper img {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .newOpportuntiesBtn,
.whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .newOpportuntiesBtn {
  background-color: #16154D;
  color: #fff;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  text-decoration: none;
  font-size: 0.8rem;
  font-family: "Satoshi-Bold";
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  margin-top: 2rem;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .newOpportuntiesBtn span,
.whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .newOpportuntiesBtn span {
  height: 1rem;
  width: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .newOpportuntiesBtn:hover,
.whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .newOpportuntiesBtn:hover {
  background-color: #F09000;
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .newOpportuntiesBtn:hover span,
.whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .newOpportuntiesBtn:hover span {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .contentContainer,
.whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .contentContainer {
  width: 90%;
  margin-inline: auto;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .contentContainer .mainHeading,
.whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .contentContainer .mainHeading {
  color: #16154D;
  font-size: 1.5rem;
  font-weight: 900;
  font-family: "Satoshi-Black";
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .contentContainer .listedPointsDescription,
.whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .contentContainer .listedPointsDescription {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 0;
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .contentContainer .listedPointsDescription .itemPoint,
.whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .contentContainer .listedPointsDescription .itemPoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .contentContainer .listedPointsDescription .itemPoint span,
.whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .contentContainer .listedPointsDescription .itemPoint span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 0.8rem !important;
  min-width: 0.8rem !important;
  border-radius: 50%;
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .contentContainer .listedPointsDescription .itemPoint span img,
.whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .contentContainer .listedPointsDescription .itemPoint span img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .contentContainer .listedPointsDescription .itemPoint p,
.whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .contentContainer .listedPointsDescription .itemPoint p {
  font-size: 0.75rem;
  font-family: "Satoshi-Medium";
}

.sliderWrapper .uk-slider-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.testimonial-wrapper {
  background-color: #16154D;
  padding: 0.5rem;
  border-radius: 10px;
  position: relative;
}

.testimonialsWrapper {
  padding: 1rem 0;
  background-color: #fff;
  position: relative;
}

.testimonialsWrapper .testimonialBack {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonialsWrapper .mainHeading {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 2rem;
  font-family: "Satoshi-Black";
  color: #16154D;
  font-weight: 900;
  max-width: 50%;
  text-align: center;
  text-transform: capitalize;
  padding-top: 1rem;
}

.testimonialsWrapper .subDescription {
  font-size: 0.9rem;
  font-family: "Satoshi-Medium";
  color: #1a1a1a;
  margin-inline: auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  text-align: center;
  max-width: 70%;
  margin-top: 0.5rem;
}

.testimonialsWrapper .sliderWrapper {
  padding: 2rem 0;
  margin-top: 2rem;
  width: 90%;
  max-width: 1210px;
  margin-inline: auto;
}

.testimonialsWrapper .sliderWrapper .testimonial-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  height: 1rem;
  width: 80%;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #F09000;
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper {
  height: 18rem;
  border-radius: 10px;
  padding: 0 1rem;
  width: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .testimonialDescription {
  width: 100%;
  margin-inline: auto;
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .avatarImg {
  position: absolute;
  z-index: 3;
  margin-inline: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .dotsWrapper {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .topContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -1rem;
  width: 85%;
  z-index: 4;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .topContainer .quotesImgContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 4rem;
  width: 4rem;
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .topContainer .quotesImgContainer .glassBakcContainer {
  position: absolute;
  height: 100%;
  width: 100%;
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .topContainer .quotesImgContainer .quotesIcon {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .mainTestimonial {
  position: relative;
  width: 85%;
  margin-inline: auto;
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .mainTestimonial .testimonialDescription {
  margin-top: 1rem;
  font-size: 0.8rem;
  padding-bottom: 1rem;
  font-family: "Satoshi-Medium";
  color: #FFFFF0;
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .mainTestimonial .nameClient {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFFFF0;
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .mainTestimonial .starRating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
  gap: 0.5rem;
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .mainTestimonial .starRating .number {
  margin: 0;
  padding: 0;
}

.testimonialsWrapper .sliderWrapper .testimonialWrapper .mainTestimonial .starRating span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dekstopNavigation {
  display: none;
}

.mapContainer {
  height: 60vh;
  width: 100%;
  margin-bottom: 3rem;
}

.mapContainer .embededWrapper {
  height: 100%;
  width: 100%;
}

.mapContainer .embededWrapper iframe {
  width: 100%;
  height: 100%;
}

.desktopFooterContainer {
  display: none;
}

.faqWrapperContainer {
  margin-top: 2rem;
}

.faqWrapperContainer .faq-mainWrapper {
  width: 90%;
  margin-inline: auto;
}

.faqWrapperContainer .faq-mainWrapper .mainHeading {
  font-family: "Satoshi-Bold";
  font-size: 1.5rem;
  color: #16154D;
  margin-inline: auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.faqWrapperContainer .faq-mainWrapper .subDescription {
  font-family: "Satoshi-Medium";
  font-size: 0.8rem;
  text-align: center;
  margin-top: 0.5rem;
  color: #16154D;
}

.faqWrapperContainer .faq-mainWrapper .uk-accordion-title {
  color: white;
  font-size: unset !important;
  font-size: unset !important;
  font-size: 0.75rem !important;
  font-family: "Satoshi-Bold";
  max-width: 100%;
  background-color: #BDBDBD;
  min-height: 3rem;
  border-radius: 4px;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.faqWrapperContainer .faq-mainWrapper .uk-accordion-title span {
  color: rgba(255, 255, 255, 0.9);
  max-width: 70%;
}

.faqWrapperContainer .faq-mainWrapper .uk-accordion-content {
  font-size: 0.75rem;
  position: relative;
  font-family: "Satoshi-Medium";
  padding: 0.5rem 1rem;
  margin-top: 0.1rem;
}

.faqWrapperContainer .faq-mainWrapper .backWrapper {
  background: #BDBDBD;
  padding: 0.5rem;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.faqWrapperContainer .accordionMainWrapper {
  margin-top: 2.5rem;
}

.faqWrapperContainer .accordionMainWrapper .uk-accordion-title::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1rem;
  min-width: 1rem;
  border-radius: 50%;
  margin-left: 10px;
  background-image: url(..static/assets/icons/faqIcon.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

.faqWrapperContainer .accordionMainWrapper .uk-open > .uk-accordion-title::before {
  background-image: url(..static/assets/icons/faqCollapse.svg);
}

.faqWrapperContainer .accordionMainWrapper .uk-open {
  background-color: #F7F7F7;
}

.faqWrapperContainer .accordionMainWrapper .uk-open .uk-accordion-title {
  background-color: #16154D;
}

.videoBanner {
  display: none;
}

.newsletterWrapperContainer {
  margin-top: 2rem;
  height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.newsletterWrapperContainer .mainCenterWrapper {
  position: relative;
  z-index: 2;
}

.newsletterWrapperContainer .bannerContainer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.newsletterWrapperContainer .bannerContainer img {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.newsletterWrapperContainer .mainCenterWrapper {
  width: 90%;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  height: 15rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newsletterWrapperContainer .mainCenterWrapper h1 {
  font-size: 1.3rem;
  font-family: "Satoshi-Bold";
  font-weight: 700;
  color: #16154D;
  max-width: 90%;
  margin-inline: auto;
  text-align: center;
}

.newsletterWrapperContainer .mainCenterWrapper p {
  margin-top: 1rem;
  font-size: 0.8rem;
  font-family: "Satoshi-Medium";
  text-align: center;
  max-width: 80%;
  margin-inline: auto;
}

.newsletterWrapperContainer .mainCenterWrapper .inputWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 2.5rem;
  margin-top: 1rem;
  width: 80%;
}

.newsletterWrapperContainer .mainCenterWrapper .inputWrapper .signUpBtn {
  position: absolute;
  right: 0.2rem;
  background-color: #F09000;
  color: white;
  height: 85%;
  border-radius: 4px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3rem;
  font-size: 0.8rem;
  font-family: "Satoshi-Bold";
  font-weight: 700;
  padding: 0 1rem;
}

.newsletterWrapperContainer .mainCenterWrapper .inputWrapper input {
  height: 2.5rem;
  border-radius: 4px;
  outline: none;
  border: 1.2px solid #dedede;
  width: 100%;
  padding-left: 0.5rem;
  font-family: "Satoshi-Medium";
  color: #1a1a1a;
}

.newsletterWrapperContainer .mainCenterWrapper .inputWrapper input:focus {
  border: 1.2px solid #F09000;
  background-color: rgba(240, 144, 0, 0.145098);
}

.newsletterWrapperContainer .mainCenterWrapper .inputWrapper ::-webkit-input-placeholder {
  font-size: 0.75rem;
  font-family: "Satoshi-Bold";
}

.newsletterWrapperContainer .mainCenterWrapper .inputWrapper :-ms-input-placeholder {
  font-size: 0.75rem;
  font-family: "Satoshi-Bold";
}

.newsletterWrapperContainer .mainCenterWrapper .inputWrapper ::-ms-input-placeholder {
  font-size: 0.75rem;
  font-family: "Satoshi-Bold";
}

.newsletterWrapperContainer .mainCenterWrapper .inputWrapper ::placeholder {
  font-size: 0.75rem;
  font-family: "Satoshi-Bold";
}

.uk-margin-small-right {
  color: white;
  font-family: "Satoshi-Bold";
}

.mainFooterLinks > div {
  width: 100%;
}

.mainFooterLinks {
  width: 90%;
  margin-inline: auto;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainFooterLinks .footerItems {
  width: 80%;
  margin-inline: auto;
  max-width: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  list-style: none;
  padding: 0;
}

.mainFooterLinks .footerItems li {
  width: 60%;
  margin-inline: auto;
  text-align: center;
}

.mainFooterLinks .footerItems li a {
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

.mainFooterLinks .heading {
  font-size: 1.3rem;
  text-align: center;
  font-family: "Satoshi-Bold";
  color: #F09000;
}

.newsletterEmailContainer {
  width: 90%;
  max-width: 500px;
  margin-inline: auto;
  margin-top: 2rem;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  padding: 1rem 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newsletterEmailContainer .emailInputWrapper {
  margin-top: 1.5rem;
  width: 100%;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin-inline: auto;
  position: relative;
}

.newsletterEmailContainer .emailInputWrapper ::-webkit-input-placeholder {
  font-size: 0.7rem;
  font-family: "Satoshi-MediumItalic";
}

.newsletterEmailContainer .emailInputWrapper :-ms-input-placeholder {
  font-size: 0.7rem;
  font-family: "Satoshi-MediumItalic";
}

.newsletterEmailContainer .emailInputWrapper ::-ms-input-placeholder {
  font-size: 0.7rem;
  font-family: "Satoshi-MediumItalic";
}

.newsletterEmailContainer .emailInputWrapper ::placeholder {
  font-size: 0.7rem;
  font-family: "Satoshi-MediumItalic";
}

.newsletterEmailContainer .emailInputWrapper input {
  padding-left: 0.5rem;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  outline: none;
  border: none;
  font-family: "Satoshi-Medium";
}

.newsletterEmailContainer .emailInputWrapper .signUpBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F09000;
  color: #fff;
  font-size: 0.8rem;
  font-family: "Satoshi-Bold";
  gap: 0.5rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: 2.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  border-radius: 4px;
  text-decoration: none;
  right: 0.2rem;
  position: absolute;
}

.newsletterEmailContainer .mainWrapper {
  width: 90%;
}

.newsletterEmailContainer .mainWrapper .heading {
  font-family: "Satoshi-Bold";
  color: #FFFFF0;
  margin-inline: auto;
  text-align: center;
  font-size: 1.1rem;
  max-width: 80%;
}

.newsletterEmailContainer .mainWrapper .subheading {
  margin-top: 1rem;
  font-size: 0.8rem;
  max-width: 70%;
  margin-inline: auto;
  text-align: center;
  color: #fff;
  opacity: 0.8;
}

.socialMediaIconsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  gap: 1rem;
  width: 90%;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.socialMediaIconsWrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #fff;
  font-family: "Satoshi-Medium";
}

.socialMediaIconsWrapper a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 0.9rem;
  max-width: 0.9rem;
}

.bottomFooterContainer {
  margin-top: 2rem;
}

.bottomFooterContainer .footerDescription {
  width: 90%;
  position: relative;
  margin-inline: auto;
}

.bottomFooterContainer .footerDescription p {
  text-align: center;
  font-family: "Satoshi-Medium";
  color: #FFFFF0;
  font-size: 0.85rem;
  width: 90%;
  margin-inline: auto;
}

.mobileFooterTopContainer {
  position: relative;
}

.mobileFooterContainer {
  position: relative;
}

.mobileFooterContainer .logoContainer {
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 2rem;
}

.mobileFooterContainer .topWrapperBanner {
  height: 45dvh;
  width: 100%;
  position: relative;
}

.mobileFooterContainer .topWrapperBanner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobileFooterContainer .topContainerContactInfo {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  position: absolute;
  top: 10rem;
  right: 2rem;
  z-index: 4;
}

.mobileFooterContainer .topContainerContactInfo .contactInformation {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 1rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.mobileFooterContainer .topContainerContactInfo .contactInformation li {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobileFooterContainer .topContainerContactInfo .contactInformation li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  text-decoration: none;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-family: "Satoshi-Bold";
  color: #1a1a1a;
}

.mobileFooterContainer .topContainerContactInfo .contactInformation li a p {
  width: 15rem;
  text-align: right;
}

.mobileFooterContainer .topContainerContactInfo .contactInformation li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 1rem;
}

.mobileFooterContainer .topContainerContactInfo .footerHeading {
  color: #16154D;
  font-family: "Satoshi-Black";
  font-size: 1.6rem;
  text-align: right;
}

.servicesWrapperContainer .spanHeading,
.servicesWrapperContainer .mainDescription,
.servicesWrapperContainer .mainImageContainer {
  position: relative;
  z-index: 2;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* Fallback color */
  z-index: 1;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .forInvestorsWrapper > div {
    width: 50% !important;
  }
  /* CSS Inspector (https://investorhosting.com) */
  .valuePropositionContainer div.contentWrapper {
    background-color: #ffff !important;
    bottom: -272px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: 0px;
    margin: 0 !important;
    padding: 0px !important;
    position: relative;
    right: 0px;
    top: 272px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -226.2);
            transform: matrix(1, 0, 0, 1, 0, -226.2);
  }
  .servicesContentContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    width: 100% !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .servicesContentContainer > div {
    /* background-color: red; */
    width: 50%;
    position: relative;
  }
  .contactExpertBtn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 1rem;
    width: 1rem;
    /* background-color: red; */
  }
  .contactExpertBtn span .bookCallIcon {
    height: 1rem;
    width: 1rem;
  }
  .contactExpertBtn span .bookCallIcon path {
    fill: #fff;
  }
  /*# sourceMappingURL=mainStyle.css.map */
  .navigationContainer .mobileNavigationContainer .logoContainer {
    height: 3rem;
  }
  .faqWrapperContainer {
    padding: 3rem 0rem;
  }
  .faqWrapperContainer .mainHeading {
    font-size: 2rem !important;
  }
  .faqWrapperContainer .subDescription {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    width: 20rem;
    margin-inline: auto;
    font-size: 0.8rem;
    font-weight: 500;
  }
  .forInvestorsWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .forInvestorsWrapper .visualsContainer {
    height: 35rem !important;
  }
  .forInvestorsWrapper .visualsContainer::before {
    left: unset !important;
    right: 0 !important;
  }
  .accordionMainWrapper {
    max-width: 800px;
    margin-inline: auto;
  }
  .forInvestorsWrapper,
  .forOpportunityOwnersWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: unset !important;
  }
  .forInvestorsWrapper .itemPoint .bulletIcon,
  .forOpportunityOwnersWrapper .itemPoint .bulletIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 1.5rem !important;
    min-width: 1.5rem !important;
  }
  .forInvestorsWrapper .itemPoint .bulletIcon img,
  .forOpportunityOwnersWrapper .itemPoint .bulletIcon img {
    height: 100% !important;
    width: 100% !important;
  }
  .forInvestorsWrapper .contentContainer,
  .forOpportunityOwnersWrapper .contentContainer {
    padding: 0 2rem;
    width: 45% !important;
    margin-top: 1rem !important;
  }
  .forInvestorsWrapper .visualsContainer,
  .forOpportunityOwnersWrapper .visualsContainer {
    width: unset !important;
    margin: 0 !important;
    height: 35rem !important;
    width: 55% !important;
  }
  .forInvestorsWrapper .visualsContainer::before,
  .forOpportunityOwnersWrapper .visualsContainer::before {
    width: unset !important;
    width: 4rem !important;
  }
  .forOpportunityOwnersWrapper .visualsContainer {
    width: unset !important;
    width: 45% !important;
  }
  .hostingServicesWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .hostingServicesWrapper .visualsContainer::before {
    left: unset !important;
    right: 0 !important;
  }
  .hostingServicesWrapper .visualsContainer {
    width: 55% !important;
  }
  .newsletterWrapperContainer {
    position: relative;
  }
  .newsletterWrapperContainer .mainCenterWrapper {
    position: relative;
    z-index: 3;
  }
  .newsletterWrapperContainer .bannerContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
  }
  .btnsContainer .enquiriesBtn {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .btnsContainer .enquiriesBtn:hover {
    background-color: #fff;
    color: #16154D !important;
  }
  .btnsContainer .watchVideoBtn {
    -webkit-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
  }
  .btnsContainer .watchVideoBtn:hover {
    background-color: #ffb649 !important;
    border-radius: unset !important;
    border-radius: 4px !important;
  }
  .nav-item {
    text-decoration: none !important;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  .nav-item:hover {
    color: #ffb649 !important;
  }
  .navigationBtns .contactExpertBtn {
    text-wrap: nowrap;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  .navigationBtns .contactExpertBtn:hover {
    background-color: #b66d00 !important;
  }
  .navigationBtns a {
    text-decoration: none !important;
  }
  .navigationBtns .loginBtn {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navigationBtns .loginBtn .loginSVg path {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navigationBtns .loginBtn:hover {
    background: #fff;
    color: #16154D;
  }
  .navigationBtns .loginBtn:hover .loginSVg path {
    fill: #16154D;
  }
  .servicesWrapperContainer {
    width: 95%;
    margin-inline: auto;
  }
  .servicesWrapperContainer .spanHeading {
    margin-inline: unset;
  }
  .servicesWrapperContainer .mainDescription {
    margin-top: 2rem;
    text-align: left !important;
    max-width: 70%;
    margin-inline: unset;
  }
  .servicesWrapperContainer .mainImageContainer {
    height: 25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .servicesWrapperContainer .mainImageContainer span {
    height: 90%;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .servicesWrapperContainer .mainImageContainer img {
    height: 100%;
    width: 100%;
  }
  .mainCardWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    width: 95%;
    margin-inline: auto;
  }
  .topCardContainer,
  .bottomCardContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    gap: 1rem !important;
  }
  .topCardContainer .cardWrapper,
  .bottomCardContainer .cardWrapper {
    min-width: 10rem;
  }
  .topCardContainer .cardWrapper .cardHeading,
  .bottomCardContainer .cardWrapper .cardHeading {
    font-size: 1.3rem;
  }
  .topCardContainer .cardWrapper .cardDescription,
  .bottomCardContainer .cardWrapper .cardDescription {
    max-width: 100%;
    font-size: 0.75rem !important;
  }
  .valuePropWrapper > div {
    width: 50% !important;
  }
  .valuePropositionContainer {
    margin-top: unset !important;
  }
  .valuePropositionContainer .findOpportunitiesBtn {
    width: -moz-fit-content !important;
    width: -webkit-fit-content !important;
    width: fit-content !important;
    padding: unset !important;
    min-width: 10rem;
    text-wrap: nowrap;
  }
  .valuePropWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 34rem;
    position: relative;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .valuePropWrapper .contentWrapper {
    margin: 0 !important;
  }
  .valuePropWrapper .contentWrapper {
    padding-top: 2rem;
  }
  .valuePropWrapper .contentWrapper .heading {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .valuePropWrapper .contentWrapper .subDescription {
    text-align: left !important;
  }
  .valuePropWrapper .visualsWrapper {
    width: unset;
    width: 40% !important;
    height: unset !important;
    margin-top: unset !important;
    height: 100%;
  }
  .footerMainContainer {
    background-color: #16154D;
  }
  .footerMainContainer .listedItemsFooter li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: unset !important;
        -ms-flex-align: unset !important;
            align-items: unset !important;
    -webkit-box-pack: unset !important;
        -ms-flex-pack: unset !important;
            justify-content: unset !important;
    text-align: left;
    gap: 0.5rem;
    max-width: 15rem;
  }
  .footerMainContainer .listedItemsFooter li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: unset !important;
    width: 10rem !important;
  }
  .footerMainContainer .topFooterContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    width: 95%;
    max-width: 1210px;
    margin-inline: auto;
  }
  .footerMainContainer .topFooterContainer .logoContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footerMainContainer .topFooterContainer .logoContainer img {
    height: 100%;
    width: 100%;
  }
  .footerMainContainer .topFooterContainer .industriesWrapper .heading,
  .footerMainContainer .topFooterContainer .partnersWrapper .heading,
  .footerMainContainer .topFooterContainer .solutionsWrapper .heading {
    text-align: left;
  }
  .footerMainContainer .topFooterContainer .importantLinksWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 60%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
  }
  .footerMainContainer .topFooterContainer .importantLinksWrapper > div .heading {
    font-size: 1.1rem;
    font-family: "Satoshi-Bold";
    color: #F09000;
  }
  .footerMainContainer .topFooterContainer .importantLinksWrapper > div .listedItemsFooter {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.2rem;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    padding: 0;
  }
  .footerMainContainer .topFooterContainer .importantLinksWrapper > div .listedItemsFooter li {
    text-align: left;
  }
  .footerMainContainer .topFooterContainer .importantLinksWrapper > div .listedItemsFooter a {
    text-align: left;
    text-decoration: none;
    font-size: 0.8rem;
    font-family: "Satoshi-Medium";
    color: white;
    text-decoration: none;
  }
  .footerMainContainer .topFooterContainer .logoContainer {
    height: 8rem;
    width: 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footerMainContainer .bottomFooterContainer {
    background-color: unset;
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 95%;
    max-width: 1210px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
    padding: unset !important;
    position: relative !important;
  }
  .footerMainContainer .bottomFooterContainer .socialMediaContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    position: absolute;
    right: 0;
  }
  .footerMainContainer .bottomFooterContainer .socialMediaContainer a {
    height: 1.5rem;
    width: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footerMainContainer .bottomFooterContainer .socialMediaContainer a img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .footerMainContainer .bottomFooterContainer .tcsContainer p {
    font-size: 0.75rem;
    font-family: "Satoshi-Bold";
    color: #fff;
    text-align: unset !important;
    width: 100%;
  }
  .mobile-navigation {
    display: none;
  }
  .dekstopNavigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 83%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dekstopNavigation .dekstopNavWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dekstopNavigation .countryDesktop {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    border-radius: 50%;
  }
  .dekstopNavigation .countryDesktop .countryDrop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.2rem;
    opacity: 0.8;
    color: #FFFFF0;
    font-size: 0.8rem;
    text-decoration: none;
    font-weight: 700;
  }
  .dekstopNavigation .countryDesktop .countryDrop img {
    height: 2rem;
    width: 2rem;
  }
  .dekstopNavigation .countryDesktop .countryDesktopOptions {
    background-color: #FFF !important;
    border-radius: 4px;
    gap: 0.5rem;
    width: unset !important;
    width: -moz-fit-content !important;
    width: -webkit-fit-content !important;
    width: fit-content !important;
  }
  .dekstopNavigation .countryDesktop .countryDesktopOptions .optionWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem;
  }
  .dekstopNavigation .countryDesktop .countryDesktopOptions .countryOption:hover .countryName {
    color: #16154D;
  }
  .dekstopNavigation .countryDesktop .countryDesktopOptions .countryOption:hover .countryFlag img {
    opacity: 1;
  }
  .dekstopNavigation .countryDesktop .countryDesktopOptions .countryOption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.2rem;
    text-decoration: none;
    height: 2.2rem;
    width: 10rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 4px;
    border: 1.2px solid #dedede;
  }
  .dekstopNavigation .countryDesktop .countryDesktopOptions .countryOption .countryFlag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    width: 1rem;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dekstopNavigation .countryDesktop .countryDesktopOptions .countryOption .countryFlag img {
    height: 100%;
    width: 100%;
    opacity: 0.3;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .dekstopNavigation .countryDesktop .countryDesktopOptions .countryOption .countryName {
    font-size: 0.8rem;
    font-family: "Satoshi-Bold";
    color: rgba(51, 51, 51, 0.2);
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  .dekstopNavigation .countryDesktop .countryDesktopOptions .countryOption span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 1.5rem;
    min-width: 1.5rem;
    background-color: #dedede;
    border-radius: 50%;
  }
  .dekstopNavigation .navigationBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    gap: 0.5rem;
  }
  .dekstopNavigation .navigationBtns a {
    font-size: 0.75rem;
    font-family: "Satoshi-Bold";
    color: white;
    height: 2rem;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    text-wrap: nowrap;
    padding: 0 0.6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.3rem;
  }
  .dekstopNavigation .navigationBtns a span {
    height: 0.8rem;
    width: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dekstopNavigation .navigationBtns .loginBtn {
    border: 1.2px solid #FFFFF0;
    border-radius: 10rem;
    text-wrap: nowrap;
  }
  .dekstopNavigation .navigationBtns .contactExpertBtn {
    background-color: #F09000;
    border-radius: 10rem;
    text-wrap: nowrap;
  }
  .dekstopNavigation .navItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    list-style: none;
    gap: 1rem;
    margin: 0;
    padding: 0;
  }
  .dekstopNavigation .navItems a {
    font-size: 0.75rem;
    font-family: "Satoshi-Medium";
    color: white;
  }
  .bannerContent {
    max-width: 80%;
    margin-inline: auto;
  }
  .bannerContent .mainHeading {
    font-size: 2.5rem !important;
    width: 80%;
    text-align: center;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .bannerContent .mainDescription {
    font-size: 0.9rem !important;
    width: 80%;
    text-align: center;
    position: relative;
    opacity: 0.8;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.bannerDesktop {
  display: none;
}

.overflowWrapperContainer {
  display: none;
}

@media (min-width: 992px) {
  .bannerVideoWrapper {
    margin-left: -.5rem !important;
    height: calc(100dvh - 4.5rem) !important;
  }
  .overflowWrapperContainer {
    position: absolute;
    z-index: 2;
    top: -2rem;
    left: -5rem;
    height: 13rem;
    width: 13rem;
    border-radius: 50%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background-color: #313131;
  }
  .overflowWrapperContainer .circleContainer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .overflowWrapperContainer .circleContainer .iconContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.5rem;
    width: 1.5rem;
    position: relative;
    z-index: 3;
    left: 45%;
    top: 4rem;
  }
  .overflowWrapperContainer .circleContainer .iconContainer img {
    height: 100%;
    width: 100%;
  }
  .overflowWrapperContainer .circleContainer .description {
    color: #FFFFF0;
    font-size: 0.65rem;
    margin-top: 1rem;
    position: relative;
    font-family: "Satoshi-Medium";
    -webkit-transform: translateY(3.5rem);
            transform: translateY(3.5rem);
    left: 45%;
    width: 50%;
  }
  .mobileFooterContainer {
    display: none;
  }
  .desktopFooterContainer {
    display: block !important;
  }
  .bottomFooterContainer {
    display: none !important;
  }
  .listedPointsDescription .itemPoint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .listedPointsDescription .itemPoint .bulletIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 1rem;
    max-width: 1rem;
  }
  .desktopFooterContainer {
    position: relative;
  }
  .desktopFooterContainer .footerDescription {
    position: absolute;
    bottom: 0.5rem;
    right: 2rem;
    padding: 0 2rem;
    width: 100%;
    z-index: 3;
  }
  .desktopFooterContainer .footerDescription span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-size: 0.8rem;
    position: relative;
    right: 0;
    font-size: 0.75rem;
    opacity: 0.7;
  }
  .desktopFooterContainer .socialMediaIcons {
    margin-top: 2rem;
  }
  .desktopFooterContainer .socialMediaIcons .socialIcons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    list-style: none;
    padding: 0;
  }
  .desktopFooterContainer .socialMediaIcons .socialIcons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0.5rem;
  }
  .desktopFooterContainer .socialMediaIcons .socialIcons a p {
    font-size: 0.75rem;
    font-family: "Satoshi-Medium";
    color: #fff;
  }
  .desktopFooterContainer .socialMediaIcons .socialIcons a img {
    height: 1.2rem;
    width: 1.2rem;
  }
  .desktopFooterContainer .topContainerContactInfo {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
  }
  .desktopFooterContainer .topContainerContactInfo .footerHeading {
    font-size: 1.7rem;
    font-family: "Satoshi-black";
    color: #16154D;
  }
  .desktopFooterContainer .topContainerContactInfo .contactInformation {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    padding: 0;
  }
  .desktopFooterContainer .topContainerContactInfo .contactInformation li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    text-decoration: none;
    color: #16154D;
  }
  .desktopFooterContainer .topContainerContactInfo .contactInformation li p {
    font-size: 0.8rem;
    font-family: "Satoshi-Bold";
    width: 15rem;
  }
  .desktopFooterContainer .topContainerContactInfo .contactInformation li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .desktopFooterContainer .rightDisplayContainer {
    width: 60%;
    height: 30rem;
    position: relative;
  }
  .desktopFooterContainer .rightDisplayContainer .logoContainer {
    position: absolute;
    z-index: 3;
    top: 2.5rem;
    right: 2rem;
    height: 6rem;
    width: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .desktopFooterContainer .rightDisplayContainer .logoContainer span {
    height: 100%;
    width: 100%;
  }
  .desktopFooterContainer .rightDisplayContainer .logoContainer span img {
    height: 100%;
    width: 100%;
  }
  .desktopFooterContainer .rightDisplayContainer .footerBannerWrapper {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .desktopFooterContainer .rightDisplayContainer .footerBannerWrapper .footerBannerWrapperImage {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .desktopFooterContainer .rightDisplayContainer .footerBannerWrapper .footerBannerWrapperImage img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .desktopFooterContainer .newsletterWrapper {
    position: relative;
    margin-inline: auto !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer {
    margin-inline: unset !important;
    max-width: unset !important;
    width: 90% !important;
    height: 13rem;
    position: relative;
    padding: unset !important;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer .footerStripes {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 25%;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer .footerStripes span {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer .footerStripes span img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    scale: 1.2;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer .heading {
    text-align: left;
    margin-inline: unset;
    width: 70%;
    max-width: 20rem;
    margin-left: 2rem;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer .mainWrapper {
    position: relative;
    width: unset;
    width: 100%;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer .subheading {
    text-align: left;
    margin-inline: unset;
    width: 70%;
    margin-left: 2rem;
    max-width: 20rem;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer .emailInputWrapper {
    margin-inline: unset;
    width: 70%;
    height: 3rem;
    margin-left: 2rem;
    max-width: 20rem;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer .emailInputWrapper input:focus {
    border: 1.2px solid #BDBDBD;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer .emailInputWrapper .signUpBtn {
    height: unset !important;
    height: 2.6rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer .emailInputWrapper .signUpBtn span {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer .emailInputWrapper .signUpBtn:hover {
    background-color: #8a5300;
  }
  .desktopFooterContainer .newsletterWrapper .newsletterEmailContainer .emailInputWrapper .signUpBtn:hover span {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
  .desktopFooterContainer .footerlinksWrapper {
    width: 40%;
    padding-top: 2rem;
    position: relative;
  }
  .desktopFooterContainer .footerlinksWrapper .topLinksWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    list-style: none;
    gap: 2rem;
  }
  .desktopFooterContainer .footerlinksWrapper .topLinksWrapper > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .desktopFooterContainer .footerlinksWrapper .topLinksWrapper > div .footerItems {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.2rem;
  }
  .desktopFooterContainer .footerlinksWrapper .topLinksWrapper > div .footerItems a {
    font-size: 0.85rem;
    font-family: "Satoshi-Medium";
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    gap: 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    position: relative;
  }
  .desktopFooterContainer .footerlinksWrapper .topLinksWrapper > div .footerItems a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 100%;
    opacity: 0;
    -webkit-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  .desktopFooterContainer .footerlinksWrapper .topLinksWrapper > div .footerItems a:hover span {
    left: 120%;
    opacity: 1;
    background-color: #fff;
    padding: 0.1rem;
    border-radius: 50%;
  }
  .desktopFooterContainer .footerlinksWrapper .topLinksWrapper > div .heading {
    font-size: 1.2rem;
    font-family: "Satoshi-Bold";
    color: #F09000;
  }
  .desktopFooterContainer .desktopFooterWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
  }
  .videoBanner {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .socialProof {
    margin-inline: unset !important;
  }
  .industriesWrapperContainer .mainCardWrapper {
    margin-top: unset !important;
    margin-top: 4rem !important;
  }
  .industriesWrapperContainer .spanHeading {
    width: 1210px;
    background-color: unset;
    margin-top: unset;
    margin-top: 0 !important;
  }
  .industriesWrapperContainer .spanHeading .IconWrapperContainer {
    background-color: #F09000;
    padding: 0 1rem;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -1rem;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top: 2rem;
  }
  .industriesWrapperContainer .spanHeading .IconWrapperContainer p {
    font-size: 1.3rem;
  }
  .industiresDrop {
    background-color: #FFFFF0 !important;
    padding: 0.5rem;
    width: 10rem;
    border-radius: 4px;
  }
  .industiresDrop .wrapperContainer {
    padding-top: 0.5rem;
    padding-left: 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 0.5rem;
  }
  .industiresDrop .wrapperContainer a {
    color: #16154D !important;
    font-size: unset !important;
    font-size: 0.75rem !important;
    font-family: "Satoshi-Medium";
    text-decoration: none !important;
  }
  /* .bannerVideoContainer::after {
    height: 100%;
    width: 100%;
    background: unset !important;
    background: linear-gradient(271deg, rgba(0, 0, 0, 0.00) 0.55%, rgba(0, 0, 0, 0.80) 93.91%) !important;
    position: absolute;
    display: block;
    z-index: 3;
    content: "";
  } */
  .videoBanner {
    position: absolute;
    top: 0;
    right: -4.5rem;
    height: 100%;
    z-index: 1;
  }
  .serviceCardContainer {
    min-width: unset !important;
    min-width: 10rem !important;
  }
  .navigationBtns a span {
    height: 1rem !important;
    width: 1rem !important;
  }
  .bannerVideoContainer .bannerMobile {
    display: none;
  }
  .bannerVideoContainer .bannerDesktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .mainCardWrapper {
    max-width: 1210px;
  }
  .bannerContent {
    position: relative;
  }
  .bannerContent .contentWrapper .mainDescription {
    opacity: 0.8;
  }
  .bannerContent .contentWrapper .mainDescription .bold {
    font-weight: 700;
    opacity: 1 !important;
    color: white;
  }
  .contentContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: unset !important;
        -ms-flex-align: unset !important;
            align-items: unset !important;
  }
  .contentContainer .mainHeading {
    margin-inline: unset !important;
    -webkit-transform: unset !important;
            transform: unset !important;
    text-align: left !important;
    margin-bottom: 1rem;
    font-size: 1.8rem !important;
    max-width: 50%;
  }
  .servicesWrapperContainer {
    max-width: 1210px;
    position: relative;
  }
  .servicesWrapperContainer .mainDescription {
    width: 40rem;
  }
  .servicesWrapperContainer .mainImageContainer {
    height: 40rem;
  }
  .servicesWrapperContainer .spanHeading {
    padding: 0 1rem;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .servicesWrapperContainer .spanHeading .IconWrapperContainer p {
    font-size: 1.3rem;
  }
  .mobileNavigationContainer {
    max-width: 1210px;
  }
  .bannerMainContainer {
    min-height: 35rem;
    height: calc(100dvh - 4.5rem);
  }
  .valuePropositionContainer .valuePropWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: unset !important;
    padding: 0 !important;
  }
  .valuePropositionContainer .valuePropWrapper .contentWrapper {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    margin-inline: auto !important;
  }
  .valuePropositionContainer .contentWrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .valuePropositionContainer .contentWrapper .heading {
    font-size: 2rem !important;
  }
  .valuePropositionContainer .contentWrapper .listedDescriptionList {
    max-width: 35rem;
  }
  .navItems {
    width: 28rem !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navItems a {
    font-size: 0.9rem !important;
  }
  .navigationBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem !important;
    height: 2.5rem;
  }
  .navigationBtns a {
    height: unset !important;
    font-size: 0.8rem !important;
    padding: 0 1rem !important;
    gap: 0.5rem !important;
  }
  .bannerContent {
    max-width: 1210px;
    margin-inline: auto;
    position: relative;
    z-index: 10 !important;
  }
  .bannerContent .mainHeading {
    text-align: left !important;
    margin-inline: unset !important;
    -webkit-transform: unset !important;
            transform: unset !important;
    left: unset !important;
    max-width: 30rem;
    font-size: unset !important;
    font-size: 2.5rem !important;
  }
  .bannerContent .mainDescription {
    text-align: left !important;
    margin-inline: unset !important;
    font-size: 1rem !important;
    -webkit-transform: unset !important;
            transform: unset !important;
    left: unset !important;
    max-width: 35rem;
  }
  .bannerContent .btnsContainer {
    margin-inline: unset !important;
    height: 2.5rem;
    margin-top: unset !important;
    margin-top: 3rem !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bannerContent .btnsContainer a {
    height: unset !important;
    height: 100% !important;
    font-size: 0.8rem;
    gap: 0.5rem !important;
  }
  .bannerContent .btnsContainer .enquiriesBtn {
    min-width: 10rem;
  }
  .bannerContent .btnsContainer .watchVideoBtn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bannerContent .chat {
    background: blue;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
}

.uk-navbar-dropdown {
  --uk-position-offset: 15px;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;
  width: 200px;
  padding: 1rem !important;
  background: white important;
  color: #666;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.uk-navbar-dropdown a {
  font-family: "Satoshi-Medium";
}

.uk-navbar-dropdown .uk-active a {
  color: unset !important;
  color: #16154D !important;
  font-family: "Satoshi-Bold";
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  /* This should match the sizeImage in the JavaScript */
  height: 200px;
  /* Adjust as needed */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
}

@media (min-width: 1540px) {
  .videoBanner {
    margin-right: -5rem;
  }
}

.optionsUser {
  background-color: #fff;
  width: 12rem;
  border-radius: 10px;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  padding-bottom: 0.5rem;
}

.optionsUser a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  /* border: 1.2px solid #dedede; */
  gap: 0.5rem;
  /* background-color: #f7f7f7; */
  margin-top: 0.5rem;
  color: #333 !important;
  min-width: 95%;
  margin-inline: auto;
  height: 2.5rem !important;
  border-radius: 10rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.optionsUser a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  width: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.optionsUser a:hover {
  background: #296EB4;
  color: #fff !important;
}
.optionsUser a .dashoardIconSvg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: #464646 !important;
}

.optionsUser a:hover .dashoardIconSvg path {
  fill: #fff !important;
}
.servicesMegaMenuDrop {
  background-color: #fff;
  max-width: unset !important;
  width: -moz-fit-content !important;
  width: -webkit-fit-content !important;
  width: fit-content !important;
  /* padding: .5rem 1rem; */
  margin-top: unset !important;
}

.servicesMegaMenuDrop .servicesMegaMenuDropWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.servicesMegaMenuDrop .servicesMegaMenuDropWrapper .servicesWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  /* background-color: red; */
}

.servicesMegaMenuDrop .servicesMegaMenuDropWrapper .servicesWrapper > div {
  padding-top: 1.5rem;
  min-width: 15rem;
  padding-left: 1rem;
  border-right: 1.2px dashed #dedede;
  /* background-color: red; */
}

.servicesMegaMenuDrop .servicesMegaMenuDropWrapper .servicesWrapper > div .preHeading {
  font-size: 0.75rem;
  font-family: "Satoshi-Bold";
  color: #464646;
}

.servicesMegaMenuDrop .servicesMegaMenuDropWrapper .servicesWrapper > div .optionsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 0;
  list-style: none;
}

.servicesMegaMenuDrop .servicesMegaMenuDropWrapper .servicesWrapper > div .optionsContainer .serviceHr {
  color: #1a1a1a;
  font-size: 0.9rem;
  font-family: "Satoshi-Bold";
}

.servicesMegaMenuDrop .servicesMegaMenuDropWrapper .servicesWrapper > div .optionsContainer p {
  font-family: "Satoshi-Medium";
  color: rgba(26, 26, 26, 0.752941);
  font-size: 0.75rem;
  margin-top: 0.5rem;
}

.servicesMegaMenuDrop .servicesMegaMenuDropWrapper .servicesWrapper > div .optionsContainer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.servicesMegaMenuDrop .servicesMegaMenuDropWrapper .servicesWrapper > div .optionsContainer a .mainIconContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.5rem;
  width: 4rem;
  border-radius: 4px;
  border: 1px rgba(41, 110, 180, 0.48);
  background: #2F3D4A;
}

.servicesMegaMenuDrop .servicesMegaMenuDropWrapper .servicesWrapper > div:nth-child(3) {
  border-right: none;
}

.servicesMegaMenuDrop .servicesMegaMenuDropWrapper .previewContainer {
  background-color: blue;
  min-width: 20rem;
}

.uk-drop {
  display: none;
  position: absolute;
  z-index: 1020;
  --uk-position-offset: 30px;
  --uk-position-viewport-offset: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
}
.mainIconContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.previewContainer {
  position: relative;
  height: 18rem;
  border-radius: 10px;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  /* top: 50%; */
  border: 1.2px solid #dedede;
  background-color: #fff !important;
}

.previewContainer .visualsContainer .ctaBtn {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 1rem;
  left: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  font-family: "Satoshi-Bold";
  font-size: 0.65rem !important;
  height: 1.6rem;
  color: #fff;
  gap: 0.3rem;
  /* border-radius: 10rem; */
  border-radius: 2.1875rem;
  border: 1px solid #FFF;
  background: rgba(41, 110, 180, 0.3);
}

.previewContainer .spiralBackground {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.previewContainer .mainImageContainer {
  position: absolute;
  bottom: 0.05rem;
  z-index: 1;
  /* margin-bottom: -2rem !important; */
  /* background-color: red; */
  /* height: 15rem; */
  right: -0.05rem;
}

.previewContainer .goToResources {
  margin-top: 1rem;
  margin-left: 3.5rem;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1.2px solid #1a1a1a;
  color: #1a1a1a !important;
  border-radius: 10rem;
  font-size: 0.65rem !important;
  padding: 0 0.8rem;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  text-decoration: none;
  height: 1.8rem;
  font-family: "Satoshi-Bold" !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.previewContainer .topPreviewContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-direction: column; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin-inline: auto;
  gap: 1rem;
  margin-top: 1rem;
}

.previewContainer .topPreviewContainer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  position: relative;
  z-index: 2;
}

.previewContainer .topPreviewContainer div h5 {
  font-family: "Satoshi-Bold";
  color: #333;
}

.previewContainer .topPreviewContainer div p {
  font-size: 0.8rem;
  font-family: "Satoshi-Medium";
}

.previewContainer .topPreviewContainer .iconContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  height: 1.5rem;
  width: 2rem;
  /* background-color: black; */
}
.servicesMegaMenuDrop {
  border-radius: 4px;
}

div.optionsUser.uk-drop.uk-open {
  background-color: #FFFFFF;
  border: 0.8px solid #DEDEDE;
  border-radius: 4px;
  bottom: -126px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 518.3px;
  width: 12rem;
  max-width: 12rem;
  padding: 0px 0px 8px;
  position: absolute;
  right: 186.012px;
  top: 70px;
  z-index: 1020;
}

.servicesWrapper {
  /* background-color: red; */
  gap: unset !important;
}

.servicesWrapper .optionsContainer {
  gap: 0.2rem !important;
}

.servicesWrapper .optionsContainer .mainIconContainer {
  -webkit-transition: background 0.3s ease-in-out !important;
  transition: background 0.3s ease-in-out !important;
}

.servicesWrapper .optionsContainer li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 95%;
  padding: 0.5rem;
  border-radius: 0.625rem;
  border: 1.2px solid rgba(255, 0, 0, 0);
}

.servicesWrapper .optionsContainer li a:hover {
  border-radius: 0.625rem;
  border: 1.2px solid rgba(41, 110, 180, 0.8);
}

.servicesWrapper .optionsContainer li a:hover .mainIconContainer {
  background: linear-gradient(220deg, #296EB4 2.03%, #007BFF 100.37%) !important;
}

.servicesWrapper .optionsContainer li a:hover .serviceDescription .serviceHr {
  color: #296EB4;
}

.previewContainer {
  height: unset;
  margin-bottom: 1rem;
}
.myReportSwitched {
  /* background-color: red;? */
  width: 95%;
  margin-inline: auto;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.countryMegaMenuDrop {
  width: 90vw;
  /*Mega Menu New Height*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: scroll;
  background-color: #fff;
  border: 1.2px solid #dedede;
  border-radius: 20px;
}

.countryMegaMenuDrop .selectCountryOptions {
  border: 1.2px solid #dedede;
  /* background: red; */
  width: 50%;
}

.countryMegaMenuDrop .selectCountryOptions .topOptionsCountry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* background-color: red; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 95%;
  margin-inline: auto;
  margin-top: 1rem;
}

.countryMegaMenuDrop .selectCountryOptions .topOptionsCountry h3 {
  font-family: "Satoshi-Bold";
  font-size: 1.1rem;
}

.countryMegaMenuDrop .selectCountryOptions .topOptionsCountry .description {
  color: #333;
  font-size: 0.8rem;
  max-width: 60%;
  margin-top: 0.5rem;
  font-family: "Satoshi-Medium";
}

.countryMegaMenuDrop .selectCountryOptions .topOptionsCountry .dropSelect {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1.2px solid rgba(221, 238, 221, 0.933333);
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: 2.5rem;
  text-decoration: none;
  color: #333;
  min-width: -moz-fit-content;
  min-width: -webkit-fit-content;
  min-width: fit-content;
  text-wrap: nowrap;
  padding-right: 2rem;
  /* padding: 0 1.5rem; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  font-family: "Satoshi-Bold";
  border-radius: 10rem;
}

.countryMegaMenuDrop .selectCountryOptions .topOptionsCountry .dropSelect div {
  gap: 0.5rem;
  margin-left: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.countryMegaMenuDrop .selectCountryOptions .topOptionsCountry .dropSelect .countryFlag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.5rem;
  border-radius: 50%;
  width: 1.5rem;
  background-color: black;
}

.countryMegaMenuDrop .reportsOptionsWrapper .reportsCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-top: 2rem;
}

.countryMegaMenuDrop .reportsOptionsWrapper .reportsCard > li {
  /* height: 8rem; */
  width: 17.5rem;
  /* background-color: red; */
  /* min-width: 10rem !important; */
  /* display: flex; */
  margin-top: 0.5rem;
  /* border: 1.2px solid black; */
  /* background-color: red; */
}

.countryMegaMenuDrop .reportsOptionsWrapper .reportsCard > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.countryMegaMenuDrop .reportsOptionsWrapper .reportsCard > li a .description {
  /* background-color: red; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.countryMegaMenuDrop .reportsOptionsWrapper .reportsCard > li a .heading {
  color: #333;
  font-size: 0.9rem;
  font-family: "Satoshi-Bold";
}

.countryMegaMenuDrop .reportsOptionsWrapper .reportsCard > li a .shortDescription {
  color: #333;
  font-family: "Satoshi-Medium";
  font-size: 0.75rem;
}

.countryMegaMenuDrop .reportsOptionsWrapper .reportsCard > li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 2rem;
  min-width: 2rem;
  width: 5rem;
  height: 3.8rem;
}

.countryMegaMenuDrop .countryContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.countryMegaMenuDrop .countryContainer .topMainContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  gap: 1rem;
  padding-top: 1rem;
  margin: auto;
}

.countryMegaMenuDrop .countryContainer .topMainContainer .reportOptions {
  /* background-color: red; */
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}

.countryMegaMenuDrop .countryContainer .topMainContainer .reportOptions .switcherBtnsTimeline {
  background-color: #fefefe;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  border: 1.2px solid #dedede;
  list-style: none;
  border-radius: 10rem;
  padding: unset !important;
  padding: 0.2rem 0.2rem !important;
  /* padding: 0; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  gap: 0.5rem;
}

.countryMegaMenuDrop .countryContainer .topMainContainer .reportOptions .switcherBtnsTimeline a {
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 0.8rem;
  font-family: "Satoshi-Bold";
  padding: 0 1rem;
  text-decoration: none;
  /* border-radius: 10rem !important; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.countryMegaMenuDrop .countryContainer .topMainContainer .reportOptions .switcherBtnsTimeline .uk-active {
  border-radius: 10rem;
  background-color: black;
}

.countryMegaMenuDrop .countryContainer .topMainContainer .reportOptions .headingMain {
  font-family: "Satoshi-Bold";
  color: #333;
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
}

.countryMegaMenuDrop .countryContainer .topMainContainer .reportOptions .main-description {
  /* background-color: red; */
  font-size: 0.8rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-top: 0.3rem;
  font-family: "Satoshi-Medium";
}

.countryMegaMenuDrop .oneClickWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 1rem 2rem;
}

.countryMegaMenuDrop .oneClickWrapper .listedPointsSection {
  /* background-color: red; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0;
  gap: 1rem;
}

.countryMegaMenuDrop .oneClickWrapper .listedPointsSection .sectionPoint {
  /* background-color: black; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.countryMegaMenuDrop .oneClickWrapper .listedPointsSection .sectionPoint span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  margin-top: 0.5rem;
  border-radius: 50%;
  background-color: #333;
}

.countryMegaMenuDrop .oneClickWrapper .listedPointsSection .sectionPoint p {
  color: rgba(51, 51, 51, 0.854902);
  font-family: "Satoshi-Medium";
  font-size: 0.8rem;
}

.countryMegaMenuDrop .oneClickWrapper .wrapperContentExpanded {
  background-color: #fff;
  margin-top: 2rem;
  border-radius: 10px;
  padding: 0.5rem 1rem;
}

.countryMegaMenuDrop .oneClickWrapper .wrapperContentExpanded .headingMain {
  /* background-color: red; */
  font-size: 1.1rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  color: #333;
  margin-left: 0.5rem;
  margin-top: 1rem;
  font-family: "Satoshi-Bold";
  text-transform: capitalize;
}

.countryMegaMenuDrop .oneClickWrapper .topContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* background-color: blue; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  /* gap: .5rem; */
}

.countryMegaMenuDrop .oneClickWrapper .topContainer .reportHeading {
  /* background-color: red; */
  margin-top: 1rem;
  font-family: "Satoshi-Bold";
  font-size: 2.5rem;
  color: #333;
}

.countryMegaMenuDrop .oneClickWrapper .topContainer .dateUpdated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.countryMegaMenuDrop .oneClickWrapper .topContainer .dateUpdated p {
  font-size: 0.8rem;
  font-family: "Satoshi-Bold";
  color: #333;
}

.countryMegaMenuDrop .oneClickWrapper .topContainer .dateUpdated .calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  background-color: black;
}

.countryMegaMenuDrop .oneClickWrapper .wrapperContentExpanded {
  /* background-color: red; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}

.countryMegaMenuDrop .oneClickWrapper .sections {
  width: 60% !important;
  /* background-color: blue !important; */
}

.countryMegaMenuDrop .oneClickWrapper .graphicalRepresentationWrapper {
  width: 40% !important;
}

.graphicalRepresentationWrapper {
  border: 2px solid #f7f7f7;
  /* border-radius: 20px; */
  margin-left: 1rem;
  position: relative;
}

.graphicalRepresentationWrapper .downloadExcel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
  background: #296EB4;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 1rem;
  font-size: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  font-family: "Satoshi-Bold";
  color: #fff;
  border-radius: 10rem;
}

.graphicalRepresentationWrapper .tableContainer {
  width: 100%;
  background-color: #f7f7f7;
  height: 85%;
}
ul.reportsCard {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin: 32px 0px 20px;
}

span.iconWrapper {
  background-color: #2F3D4A !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  width: 4rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  min-height: 32px;
  min-width: 32px;
}

ul.switcherBtnsTimeline {
  background-color: #FEFEFE;
  border: 0.8px solid #DEDEDE;
  border-radius: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin: 16px 0px 20px;
  padding: 3.2px;
}

ul.switcherBtnsTimeline .uk-active {
  background-color: #296EB4 !important;
}

a#uk-switcher-22-tab-0 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Satoshi-Bold;
  font-size: 12.8px;
  gap: 8px;
  line-height: 19.2px;
  padding: 0px 16px;
  text-align: left;
}

a#uk-switcher-22-tab-1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Satoshi-Bold;
  font-size: 12.8px;
  gap: 8px;
  line-height: 19.2px;
  padding: 0px 16px;
  text-align: left;
}

span.calendar {
  background-color: #fff !important;
  border: 1.2px solid #dedede;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

span.pointReports {
  background-color: #f7f7f7 !important;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8px 0px 0px;
  min-height: 24px;
  min-width: 24px;
}

a.downloadExcel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #296EB4;
  border-radius: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  font-family: Satoshi-Bold;
  font-size: 12px;
  line-height: 18px;
  margin: 16px 117.1px 0px 117.088px;
  padding: 0px 16px;
  text-align: left;
  text-decoration: none !important;
  /* text-decoration: underline solid #FFFFFF; */
}

a.downloadExcel span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.selectCountryOptions {
  /* background-color: red; */
  position: relative;
}

.selectCountryOptions .bottomImageWrapper {
  position: absolute;
  width: 80%;
  /* background-color: red; */
  bottom: 0;
  z-index: 1;
  right: 0;
}

.selectCountryOptions .bottomImageWrapper span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  /* background-color: blue; */
}

.selectCountryOptions .bottomImageWrapper span img {
  width: 100%;
}

a.dropSelect {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.8px solid rgba(221, 238, 221, 0.933333);
  border-radius: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  width: 10rem !important;
  margin: 16px 0px 0px;
  min-width: -moz-fit-content;
  min-width: -webkit-fit-content;
  min-width: fit-content;
  padding: 0px 32px 0px 0px;
  position: relative;
}

a.dropSelect .countryFlag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  background-color: #fff !important;
}

a.dropSelect .countryFlag img {
  height: 100%;
  width: 100%;
  scale: 1.2;
}

a.dropSelect .dropIcon {
  position: absolute;
  right: 0.5rem;
}

div.selectCountryOptions {
  border-radius: 10px;
  border: 0.8px solid #dedede3b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline;
  fill: url("#pattern0_6556_5269");
}
#scrollableReportsMain {
  display: none;
}

.countryDesktopOptions .countryMegaMenuDrop {
  overflow: auto;
  /* or overflow: scroll; */
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
  /* For Chrome, Safari, and other WebKit-based browsers */
}

.countryDesktopOptions .countryMegaMenuDrop::-webkit-scrollbar {
  display: none;
}

div.reportOptions {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 2rem;
}

.countryListOption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* padding: 0; */
  list-style: none;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  border-radius: 10px;
  gap: 0.5rem;
  height: 10rem;
  overflow: auto;
  /* or overflow: scroll; */
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
  /* For Chrome, Safari, and other WebKit-based browsers */
  margin-top: unset !important;
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
  background-color: #f7f7f7;
  padding: 0.5rem;
}

.countryListOption::-webkit-scrollbar {
  display: none;
}

.countryListOption span {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.countryListOption li:hover {
  border: 1.2px solid #296EB4;
}

.countryListOption li:hover span {
  background-color: #296EB4;
}

.countryListOption > li {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  min-height: 2.4rem !important;
  min-width: 14rem;
  border-radius: 10rem;
  border: 1.2px solid rgba(222, 222, 222, 0.490196);
}

.countryListOption > li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* background-color: red; */
  font-size: 0.75rem;
  font-family: "Satoshi-Bold";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #1a1a1a;
  text-decoration: none;
}

.countryListOption > li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  background-color: #dedede;
  border-radius: 50%;
}

div.countryContainer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* background-color: red; */
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

div.countryMegaMenuDrop {
  background-color: #FFFFFF;
  border: 0.8px solid #DEDEDE;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 100%;
  scrollbar-width: none;
}

.reportsCard .reportCard {
  padding: 0.5rem;
  border-radius: 10px;
  border: 1.2px solid rgba(0, 0, 0, 0) !important;
}

.reportsCard .uk-active {
  border: 1.2px solid #296EB4 !important;
}

.reportsCard .uk-active .iconWrapper {
  background-color: #296EB4 !important;
}
#ajustHeightMega {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

/* Testimonial Addition */
.testimonialIconWrapper {
  /* background-color: red; */
  min-width: 2rem;
  min-height: 2rem;
  height: 2rem;
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonialIconWrapper .avatarImg {
  margin-bottom: unset;
  z-index: 2;
  min-height: 85%;
  min-width: 85%;
  position: relative;
  left: unset !important;
  -webkit-transform: unset;
          transform: unset;
}
.slider-container {
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  position: relative;
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  /* This should match the sizeImage in the JavaScript */
  height: 6rem;
  /* Adjust as needed */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFF0 !important;
  border: unset !important;
}

/* Comment This out for now */
@media (min-width: 992px) {
  .bannerVideoContainer::after {
    height: 100%;
    width: 100%;
    background: unset !important;
    background: linear-gradient(263deg, rgba(0, 0, 0, 0) -1.21%, rgba(0, 0, 0, 0.84) 51.29%) !important;
    position: absolute;
    display: none !important;
    z-index: 3;
    content: "";
  }
  div.forOpportunityOwnersWrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  div.forOpportunityOwnersWrapper h1.mainHeading {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #16154D;
    font-family: Satoshi-Black;
    font-size: 28.8px;
    font-weight: 900;
    line-height: 34.56px;
    margin: 0px 0px 16px;
    max-width: 100%;
    text-align: left;
  }
  img.item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    vertical-align: middle;
  }
  div.forInvestorsWrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  div.forInvestorsWrapper h1.investorsMainHeading {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #16154D;
    font-family: Satoshi-Black;
    font-size: 28.8px;
    font-weight: 900;
    line-height: 34.56px;
    margin: 0px 0px 16px;
    max-width: 100%;
    text-align: left;
  }
  /* CSS Inspector (https://investorhosting.com) */
  div.filterForm.filterMainContainer {
    -webkit-backdrop-filter: blur(28px);
            backdrop-filter: blur(28px);
    background-color: #ffffff1a;
    border-radius: 10px;
    -webkit-box-shadow: #c2c2c21a 46.667px -46.667px 46.667px 0px inset, #ffffff1a -46.667px 46.667px 46.667px 0px inset;
            box-shadow: #c2c2c21a 46.667px -46.667px 46.667px 0px inset, #ffffff1a -46.667px 46.667px 46.667px 0px inset;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 2rem 0px 0px;
    padding: 1rem;
  }
  div.filterForm.filterMainContainer p.legend {
    color: #fff;
    font-size: 0.9rem;
  }
  div.filterForm.filterMainContainer .selectWrapper {
    height: 2.5rem;
    margin-top: 0.5rem;
    width: 100%;
    /* background-color: red; */
  }
  div.filterForm.filterMainContainer .selectWrapper select {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    font-size: 0.75rem;
    font-family: "Satoshi-Medium";
  }
  .bottomBtnSubmitContainer {
    margin-top: 1.5rem;
  }
  .bottomBtnSubmitContainer button {
    height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2rem;
    background: #16154d;
    color: #fff;
    font-family: 'Satoshi-Bold';
    border: none;
    border-radius: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 1rem;
  }
  .bottomBtnSubmitContainer button span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    width: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bottomBtnSubmitContainer button span .searchIconBanner path {
    fill: #fff;
  }
  .bannerMainContainer h1.mainHeading.uk-scrollspy-inview {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #FFFFF0;
    font-family: "Lora" !important;
    font-size: 2.8rem !important;
    line-height: 1.2;
    max-width: 45%;
    font-weight: 700;
    position: relative;
    text-align: left;
  }
  .bannerSliderContainer {
    position: relative;
  }
}

.bannerDesktopNew {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100dvh - 4.5rem);
}

.bannerMainContainer .bannerVideoContainer::before {
  height: 100%;
  width: 100%;
  background: linear-gradient(272deg, rgba(0, 0, 0, 0) -29.26%, rgba(0, 0, 0, 0.8) 69.07%) !important;
  position: absolute;
  display: block;
  z-index: 1;
  content: "";
}

.filterMainContainer {
  background-color: #fff;
  margin-top: 2.5rem;
}

@media (max-width: 600px) {
  .firstFilterContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.2rem !important;
  }
}
.bannerContent .topPreHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1.2px solid #dedede;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  padding: 0 1rem;
  margin-top: 3rem;
  border-radius: 10rem;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.bannerContent .topPreHeading::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: shimmer 2s infinite;
          animation: shimmer 2s infinite;
}

@-webkit-keyframes shimmer {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes shimmer {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.bannerContent .topPreHeading span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  width: 1rem;
  z-index: 1;
}

.bannerContent .topPreHeading .preDescription {
  background: -webkit-gradient(linear, left top, right top, color-stop(24.47%, #296EB4), color-stop(71.33%, #E7AA3D));
  background: linear-gradient(90deg, #296EB4 24.47%, #E7AA3D 71.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Satoshi-Bold";
  font-size: 0.75rem;
  z-index: 1;
}

p.mainDescription.uk-scrollspy-inview {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFFFF0;
  font-family: Satoshi-Medium;
  line-height: 24px;
  margin: 16px 0px 0px;
  max-width: 560px;
  opacity: 1 !important;
  position: relative;
  text-align: left;
}

.filterMainContainer {
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 46.667px -46.667px 46.667px 0px rgba(194, 194, 194, 0.1) inset, -46.667px 46.667px 46.667px 0px rgba(255, 255, 255, 0.1) inset;
          box-shadow: 46.667px -46.667px 46.667px 0px rgba(194, 194, 194, 0.1) inset, -46.667px 46.667px 46.667px 0px rgba(255, 255, 255, 0.1) inset;
  -webkit-backdrop-filter: blur(28px);
          backdrop-filter: blur(28px);
  margin-top: 1.5rem;
  border-radius: 10px;
  width: 100% !important;
}

.firstFilterContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.commodityContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  /* background-color: red; */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.commodityContainer > div {
  width: 50%;
}

div.firstFilterContainer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12.8px;
  width: 55%;
}

div.firstFilterContainer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

div.secondFilterContainer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

div.contentWrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 2rem !important;
}

.selectWrapper {
  position: relative;
  /* background-color: red; */
}

.selectWrapper select {
  padding-left: 2.5rem !important;
}

.selectWrapper .iconContainer {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  height: 1.5rem;
  border-radius: 50%;
  width: 1.5rem;
  border: 1.2px solid #dedede;
  /* background-color: black; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.filterIcon {
  height: .75rem;
  width: .75rem;
}

.filterIcon path {
  fill: #bbbbbb;
}

.iconContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* background-color: red; */
  border: #dedede;
  /* justify-content: center; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonialMainWrapper .sliderContainer .testimonialWrapper .topContainer {
  position: relative;
  margin-bottom: -2rem;
  z-index: 5;
  left: 1rem;
  background-color: unset !important;
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 !important;
  border-radius: 10px;
}

p.mainDescription.uk-scrollspy-inview {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-family: Satoshi-Medium;
  font-size: .9rem !important;
  line-height: 24px;
  margin: 16px 0px 0px;
  max-width: 560px;
  position: relative;
  text-align: left;
}

@media (min-width: 992px) {
  .bannerContent .btnsContainer {
    margin-inline: unset !important;
    height: 2.5rem;
    margin-top: unset !important;
    margin-top: 1.5rem !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* CSS Inspector (http://investorhosting.com) */
a.watchVideo.uk-scrollspy-inview {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f09000;
  border: none;
  border-radius: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fffff0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Satoshi-Bold;
  font-size: 12.8px;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 19.2px;
  padding: 0px 32px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

div.secondFilterContainer {
  display: none;
}

div.firstFilterContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.enmTextInput {
  width: 25%;
}

fieldset.formFieldSet {
  border: none;
  border-radius: 10px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2px 0px;
  margin-top: 0rem !important;
  min-width: -moz-min-content;
  min-width: -webkit-min-content;
  min-width: min-content;
}

body {
  background-color: #FFFFF0 !important;
}

@media (max-width: 600px) {
  .bannerMainContainer .bannerWrapper .contentWrapper .mainDescription {
    line-height: 1.2rem !important;
    font-size: .8rem !important;
  }
  .industriesWrapperContainer {
    width: 100%;
    overflow-x: hidden;
  }
  .industriesWrapperContainer .topCardContainer, .industriesWrapperContainer .bottomCardContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    overflow-x: scroll;
    padding-left: 1rem;
    /* Hide scrollbar for Chrome, Safari and Opera */
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .industriesWrapperContainer .topCardContainer::-webkit-scrollbar, .industriesWrapperContainer .bottomCardContainer::-webkit-scrollbar {
    display: none;
  }
  .industriesWrapperContainer .topCardContainer .cardWrapper, .industriesWrapperContainer .bottomCardContainer .cardWrapper {
    min-width: 15rem;
  }
  body {
    width: 100% !important;
    overflow-x: hidden !important;
  }
  .visualsWrapper::before {
    display: none !important;
  }
  .bannerMainContainer .bannerVideoContainer img {
    height: 100%;
    width: 100%;
    scale: 1.2;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .bannerCutOutWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /* background-color: red; */
    height: calc(100dvh + 1rem);
    width: 100%;
    overflow: hidden !important;
  }
  .firstFilterContainer {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin-top: 1rem !important;
  }
  .firstFilterContainer .enmTextInput {
    width: 100% !important;
  }
  .bottomBtnSubmitContainer {
    margin-top: 1rem !important;
  }
  .bottomBtnSubmitContainer button {
    width: 100% !important;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
  .bannerMainContainer {
    padding-top: 5rem !important;
  }
  .bannerSliderContainer {
    background-color: #FFF4E0;
    padding: 1rem 0;
    margin-top: 8rem !important;
    width: 100%;
    height: 11rem;
    position: relative;
  }
  .bannerSliderContainer .uk-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  .valuePropositionContainer {
    padding: 0 1rem !important;
  }
  .valuePropositionContainer .visualsWrapper::before {
    width: 100% !important;
  }
  .servicesContentContainer {
    width: 100% !important;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  .whyChooseUsContainer .chooseWrapperContainer .forInvestorsWrapper .visualsContainer::before {
    width: 100% !important;
  }
  .whyChooseUsContainer .chooseWrapperContainer .forOpportunityOwnersWrapper .visualsContainer::before {
    width: 100% !important;
  }
}
/*# sourceMappingURL=homeResponsiveStyles.css.map */