:root {
  --white: #fff;
  --1c2252: #1c2252;
  --222222: #222;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.menu-wrap {
  z-index: 995;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.button {
  border: 1px solid var(--1c2252);
  background-color: var(--1c2252);
  border-radius: 5px;
  padding: .8rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  transition: all .36s ease-in-out;
}

.button:hover {
  color: var(--1c2252);
  background-color: #fff;
}

.button.invert-color {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--1c2252);
}

.button.invert-color:hover {
  border-color: var(--1c2252);
  background-color: var(--1c2252);
  color: var(--white);
}

.brand {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 10rem;
  line-height: 0;
  display: flex;
}

.meun-container {
  z-index: 9999;
  background-color: var(--white);
  width: 100%;
  padding: 1rem 2.5rem;
  position: relative;
}

.hidden-menu {
  background-color: #fff;
  display: none;
}

.link-item {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: var(--222222);
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.link-item.w--current {
  border-left-color: #ec5500;
}

.trigger {
  display: none;
}

.col-25 {
  width: 18%;
}

.col-25.left-align {
  align-items: center;
  display: flex;
}

.col-25.flex-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 64%;
  display: flex;
}

.col-25.right-align {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dot-active {
  background-color: var(--1c2252);
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
}

.video-section {
  width: 100%;
  height: 90vh;
  position: relative;
}

.wrapper {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.wrapper.height {
  height: 100%;
  position: relative;
}

.wrapper.bottom-m {
  border-bottom: 2px solid #ededed;
  margin-bottom: 2vh;
  padding-bottom: 6vh;
}

.wrapper.flex-center {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.banner-img {
  object-fit: cover;
  object-position: 50% 0%;
  height: 100%;
}

.banner-wrap {
  background-image: linear-gradient(#fff0, #000);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3rem 4.4rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.head-title-wrap {
  margin-bottom: 1.5rem;
}

.head-title-wrap.less-m-1rem {
  margin-bottom: 1rem;
}

.head-title-text {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.head-title-text.dark-color-center {
  color: var(--222222);
  text-align: center;
  text-transform: none;
  font-size: 1.125rem;
}

.banner-heading {
  text-align: center;
}

.banner-heading.dark-color {
  color: var(--1c2252);
}

.heading-wrap.width-55 {
  width: 55%;
}

.heading-wrap.top-m-2rem {
  margin-top: 2rem;
}

.heading-wrap.bottom-8vh {
  margin-bottom: 8vh;
}

.heading-wrap.width-75 {
  width: 75%;
}

.heading-wrap.width-70 {
  width: 70%;
}

.heading-wrap.opicaty-0 {
  opacity: 0;
}

.main-section {
  color: var(--1c2252);
  padding: 10vh 2.5rem;
}

.main-section.bg-color-blue {
  background-color: var(--1c2252);
  padding-top: 5vh;
}

.about-content-block.smaller {
  margin-bottom: 2rem;
}

.about-content-block.smaller.less-m {
  margin-bottom: 0;
}

.split-word {
  font-size: 1.8rem;
  font-weight: 600;
}

.calendly-section {
  background-image: url('../images/envato-labs-image-edit_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 8vh 2.5rem;
  display: flex;
}

.h2 {
  color: var(--white);
  font-size: 2rem;
}

.h2.center-align {
  text-align: center;
}

.h2.dark-color {
  color: var(--222222);
}

.h2.dark-color-center-align {
  color: var(--222222);
  text-align: center;
}

.h2.f-size-2rem {
  color: var(--222222);
  font-size: 2rem;
}

.navigate-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.footer {
  background-color: #fafafa;
  padding: 8vh 2.5rem;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .7fr .7fr 1fr;
}

.footer-brand-logo {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 13rem;
  line-height: 0;
  display: flex;
}

.f1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.f-link {
  color: var(--222222);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.f-link:hover {
  color: var(--1c2252);
}

.f-link-wrap {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5vh;
  display: flex;
}

.sub-footer-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-link01 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: var(--222222);
  justify-content: center;
  align-items: center;
  padding: .5rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.f-link01:hover {
  color: var(--1c2252);
}

.f-link01.w--current {
  border-left-color: #ec5500;
}

.transactions-banner {
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.tabs-menu {
  border: 1px solid #b3cff3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6vh;
  display: flex;
}

.sub-text {
  text-align: center;
}

.sub-title-wrap {
  margin-top: 1rem;
}

.tabs-content {
  width: 100%;
  margin-top: 5vh;
}

.tab-link {
  background-color: #ddd0;
  padding: 14px 40px;
  font-size: 1rem;
}

.tab-link.w--current {
  color: #fff;
  background-color: #1c2252;
  border-radius: 10px;
}

.tab-grid {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-col {
  border: 1px solid #fff;
  border-radius: .353125rem;
  padding: 6vh;
  transition: all .3s ease-in-out;
}

.grid-col:hover {
  border-color: var(--222222);
}

.logo-col {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-img {
  object-fit: contain;
  height: 4rem;
}

.logo-img._w-75 {
  max-width: 75%;
}

.number-text {
  text-align: center;
}

.text {
  color: #0006;
  text-align: center;
  font-family: Funnel Sans, sans-serif;
  font-size: 1rem;
}

.text.font-atkinson {
  font-family: Atkinson Hyperlegible Next, sans-serif;
}

.text-wrap {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.text-wrap.less-top {
  margin-top: 0;
}

.text-wrap.less-top.opicaty-0 {
  opacity: 0;
}

.drop-shadow-wrap {
  background-color: #fafafa;
  border-radius: 10px;
  margin-top: 1rem;
  padding: 3vh 4vh;
  box-shadow: 0 0 24px 5px #00000014;
}

.logo {
  object-fit: contain;
  height: 5rem;
}

.logo.opicaty-0 {
  opacity: 0;
}

.h3 {
  text-align: center;
  font-size: 1.17938rem;
  font-weight: 600;
}

.our-client-logo {
  object-fit: cover;
  width: 100%;
}

.our-client-section {
  padding-top: 8vh;
  padding-bottom: 8vh;
  position: relative;
  overflow: hidden;
}

.our-client-list-row {
  display: flex;
  overflow: hidden;
}

.our-client-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.our-client-logo-box {
  filter: grayscale();
  justify-content: center;
  align-items: center;
  width: 12.5rem;
  transition: all .3s;
  display: flex;
}

.our-client-logo-box:hover {
  filter: grayscale(0%);
}

.our-cliebt-logo-wrapper {
  flex-flow: column;
  display: flex;
}

.sticky {
  column-count: 3;
  column-gap: 0;
  position: sticky;
  top: 10vh;
}

.c1 {
  margin-bottom: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  position: relative;
}

.c1.is01 {
  z-index: 1;
}

.c1.is02 {
  z-index: 2;
}

.c1.is03 {
  z-index: 3;
}

.c1.is04 {
  z-index: 6;
}

.c1.is05 {
  z-index: 4;
}

.c1.is06 {
  z-index: 5;
}

.blue-dark {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  padding: 1.5rem 1rem;
}

.transactions-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.col01 {
  justify-content: space-between;
}

.white-button {
  border: 1px solid var(--1c2252);
  color: var(--222222);
  background-color: #fff;
  border-radius: 5px;
  padding: .8rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  transition: all .36s ease-in-out;
}

.white-button:hover {
  border-color: var(--1c2252);
  background-color: var(--1c2252);
  color: var(--white);
}

.transactions-content-wrap {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #0000008a;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: none;
  position: absolute;
  inset: 0%;
}

.count-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.count-wrap {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  display: flex;
}

.count-number {
  color: var(--1c2252);
  text-align: center;
  font-size: 3.2rem;
}

.border-line {
  background-color: #1c225266;
  height: 1px;
}

.f-size-1-3rem {
  text-align: center;
  font-size: 1.3rem;
}

.numter-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.plus {
  color: var(--1c2252);
  text-align: center;
  font-size: 3.2rem;
}

.plus.left-right-m {
  margin-left: .5rem;
  margin-right: .5rem;
}

.sub-head-line {
  width: 100%;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}

.sub-heading {
  color: var(--222222);
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}

.span-text {
  color: var(--1c2252);
}

.service-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  margin-top: 3rem;
}

.c2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #f2f2f2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.2rem 2.6rem;
  display: flex;
}

.service-icon {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  max-width: 5rem;
  height: 5rem;
}

.service-grid-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  width: 66.6%;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.lottie-wrap {
  margin-top: 1.5rem;
}

.slide-nav {
  display: none;
}

.slide {
  background-color: #fafafa;
  border-radius: 8px;
}

.slider {
  background-color: #ddd0;
  border-radius: 10px;
  height: 100%;
  margin-top: 3rem;
  padding-bottom: 4rem;
}

.left-arrow {
  background-color: var(--white);
  color: var(--222222);
  border: 1px solid #f2f2f2;
  width: 100%;
  max-width: 2.8rem;
  height: 2.8rem;
  font-size: 1.2rem;
  inset: auto auto 0% 45%;
}

.right-arrow {
  background-color: var(--white);
  color: var(--222222);
  border: 1px solid #f2f2f2;
  width: 100%;
  max-width: 2.8rem;
  height: 2.8rem;
  font-size: 1.2rem;
  inset: auto 45% 0% auto;
}

.slide-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .62fr 1fr;
}

.testimonial-img {
  object-fit: cover;
  border-radius: 8px;
  height: 35rem;
}

.slide-content {
  flex-flow: column;
  justify-content: space-between;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-right: 2rem;
  display: flex;
}

.slide-content.top-m8rem {
  padding-top: 8rem;
}

.logo-wrap {
  width: 100%;
  max-width: 6rem;
  margin-bottom: 1.2rem;
}

.logo-wrap.max-w-12rem {
  max-width: 12rem;
}

.logo-wrap.max-w-5rem {
  max-width: 5rem;
}

.logo-wrap.max-w-8rem {
  max-width: 8rem;
}

.logo-wrap.max-w-14rem {
  max-width: 14rem;
}

.testimonial-content {
  font-size: 1.1rem;
  font-weight: 600;
}

.gray-color {
  color: #727272;
}

.content-wrap.margin-top5vh {
  margin-top: 2vh;
}

.testimonial-name-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1.5rem;
  display: flex;
}

.name-text {
  font-size: 1.375rem;
}

.designation {
  color: #727272;
  font-family: Funnel Sans, sans-serif;
  font-size: 1rem;
}

.sticky-container {
  height: 200vh;
}

.team-section {
  padding: 10vh 2.5rem;
}

.team-2col-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  width: 66%;
  margin: 5vh auto 15vh;
}

.team-col {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.team-wrap {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 2%;
}

.team-name {
  font-size: 1.4rem;
  line-height: 1.5;
}

.team-img {
  object-fit: cover;
  height: 100%;
}

.team-3col-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin: 5vh auto 15vh;
}

.team-3col-grid.less-m {
  margin-bottom: 0;
}

.our-unique-edge {
  padding: 5vh 2.5rem;
}

.unique-sticky-wrap {
  padding-bottom: 5vh;
  position: sticky;
  top: 5vh;
}

.sticky-card {
  margin-bottom: 15vh;
  position: sticky;
  top: 10vh;
}

.unique-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.wrap01 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.paragraph {
  font-size: 1.1rem;
}

.paragraph.color-white {
  color: var(--white);
}

.founders-img {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.mt-div {
  height: 3.5rem;
  margin-bottom: 8vh;
}

.sticky-card-wrap {
  background-color: #fafafa;
  border-radius: .5rem;
  box-shadow: 0 11.41px 57.03px #0000001f;
}

.service-col {
  border-top: 1px solid #ededed;
  padding: 2.5rem 1.8rem;
}

.c-wrap {
  background-image: linear-gradient(#fff0 66%, #000000c9);
  border-radius: .5rem;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo-brand {
  max-width: 8rem;
}

.logo-brand.max-w-4rem {
  max-width: 4rem;
}

.logo-brand.max-w-3rem {
  max-width: 3rem;
}

.text-number {
  color: var(--white);
  font-size: 2rem;
  line-height: 1.5;
}

.c-wrap02 {
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.bg_image {
  border-radius: .5rem;
}

.mobile-lottie-json {
  display: none;
}

.center--col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.designed-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.all-right-text {
  font-size: 1rem;
  font-weight: 600;
}

.icon02 {
  max-width: 20px;
  margin-top: 3px;
}

.ebr-link {
  color: var(--222222);
  font-weight: 800;
  text-decoration: none;
}

.overflow-body {
  overflow: hidden;
}

.scrub-section {
  z-index: -1;
  width: 100vw;
  height: 400vh;
  display: block;
  position: relative;
}

.scrub-section.mobile {
  display: none;
}

.sticky-element {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.embed {
  width: 100%;
  height: 100%;
}

.address-text {
  color: var(--222222);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.svg-icon {
  width: 1.4rem;
}

.desktop-banner-video {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3rem 4.4rem;
  display: flex;
}

.mobile-banner-video {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3rem 4.4rem;
  display: none;
}

.home-video-section {
  width: 100%;
  height: 90vh;
}

.address-heading {
  color: var(--222222);
  font-size: 1.1rem;
  font-weight: 800;
  text-decoration: none;
}

.contact-form-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

.view-map-link {
  color: var(--1c2252);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: underline;
}

.view-map-link:hover {
  color: var(--1c2252);
}

.contact-hero-section {
  padding: 10vh 2.5rem;
}

.brand-head {
  margin-bottom: 3rem;
}

.maps {
  cursor: none;
  height: 80vh;
}

.contact-form {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-color-green {
  color: var(--1c2252);
}

.info-text {
  margin-bottom: .4rem;
  font-size: 1rem;
  font-weight: 500;
}

.input-group {
  text-align: center;
}

.cta-text-field {
  color: #000;
  border: 1px solid #fff0;
  border-bottom-color: #00000040;
  margin-bottom: 0;
  padding: 1.6rem 0;
}

.cta-text-field:focus {
  border-color: #fff0 #fff0 #095293;
}

.cta-text-field::placeholder {
  color: #555;
}

.cta-text-field.no-bg-color {
  background-color: #fff0;
  padding-top: 0;
}

.email-link {
  color: #242424;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
}

.email-link:hover {
  color: var(--1c2252);
}

.contact-column {
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  flex-flow: column;
  display: flex;
}

.display--h1 {
  color: #242424;
  letter-spacing: .02em;
}

.contact-section {
  padding: 10vh 2.5rem;
}

.form-block {
  margin-bottom: 0;
}

.respond-text {
  margin-top: .5rem;
}

.service-banner {
  width: 100%;
  height: 90vh;
  position: relative;
}

.service-new-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.service-title-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.head-h2 {
  font-size: 1.25rem;
  line-height: 1.5;
}

.service-svg-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 3.5rem;
  height: 3.75rem;
  display: flex;
}

.svg-icon-img {
  object-fit: contain;
}

.service-new-grid2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 70%;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.investor-wrap {
  position: relative;
}

.investor-text-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .heading-wrap.width-55, .heading-wrap.width-70 {
    width: 60%;
  }

  .navigate-wrap {
    max-width: 850px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .left-arrow {
    left: 46%;
  }

  .right-arrow {
    right: 46%;
  }
}

@media screen and (min-width: 1440px) {
  .brand {
    max-width: 12rem;
  }

  .col-25.flex-center {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .footer-brand-logo {
    max-width: 15rem;
  }

  .our-client-logo-box {
    width: 14rem;
  }

  .testimonial-img {
    height: 40rem;
  }

  .testimonial-content {
    font-size: 1.2rem;
  }

  .all-right-text {
    font-size: 1.1rem;
  }

  .contact-form {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cta-text-field {
    height: 65px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 1.5rem;
  }

  .menu-wrap {
    max-width: 100rem;
  }

  .brand {
    max-width: 15rem;
  }

  .meun-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .link-item {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .wrapper {
    max-width: 100rem;
  }

  .heading-wrap.width-55 {
    width: 45%;
  }

  .heading-wrap.width-70 {
    width: 40%;
  }

  .navigate-wrap {
    max-width: 1200px;
  }

  .footer-brand-logo {
    max-width: 18rem;
  }

  .f-link {
    font-size: 1.2rem;
  }

  .f-link-wrap {
    margin-top: 10vh;
  }

  .f-link01 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .logo-img {
    height: 5rem;
  }

  .our-client-logo-box {
    width: 20rem;
  }

  .left-arrow {
    left: 47%;
  }

  .right-arrow {
    right: 47%;
  }

  .slide-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .testimonial-img {
    height: 48rem;
  }

  .testimonial-content, .paragraph {
    font-size: 1.5rem;
  }

  .all-right-text, .address-text, .address-heading, .info-text {
    font-size: 1.2rem;
  }

  .email-link {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  h1, h2 {
    font-size: 2rem;
  }

  .menu {
    width: 60px;
    line-height: 0;
  }

  .menu-wrap {
    width: 90%;
  }

  .button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .brand {
    max-width: 13rem;
  }

  .meun-container {
    padding: .8rem 0;
  }

  .hidden-menu {
    z-index: 990;
    grid-column-gap: 2.8rem;
    grid-row-gap: 2.8rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10vh;
    padding-bottom: 10vh;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .link-item {
    border-left: .2rem solid #fff;
    justify-content: flex-start;
    align-items: center;
    padding-left: .5rem;
    font-size: 1.6rem;
    font-weight: 800;
  }

  .link-item.w--current {
    border-left-color: var(--1c2252);
  }

  .trigger {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .col-25.left-align {
    width: 25%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .col-25.flex-center {
    display: none;
  }

  .col-25.right-align {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .video-section {
    height: 80vh;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper {
    width: 90%;
  }

  .wrapper.bottom-m {
    padding-bottom: 3vh;
  }

  .banner-wrap {
    padding: 2rem 0;
  }

  .heading-wrap.width-55 {
    width: 90%;
  }

  .heading-wrap.bottom-8vh {
    margin-bottom: 5vh;
    position: static;
  }

  .main-section {
    padding: 6vh 0;
  }

  .split-word {
    font-size: 1.5rem;
  }

  .calendly-section {
    background-position: 70%;
    padding: 8vh 0;
  }

  .h2, .h2.f-size-2rem {
    font-size: 1.8rem;
  }

  .navigate-wrap {
    width: 80%;
  }

  .footer {
    padding: 5vh 0;
  }

  .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .f-col {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .f-link-wrap {
    margin-top: 0;
  }

  .f-link01 {
    border-left-style: none;
    font-size: 1rem;
  }

  .tab-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-col {
    border-color: var(--1c2252);
    padding: 4vh;
  }

  .drop-shadow-wrap {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .our-client-list-row {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .sticky {
    column-count: 2;
  }

  .col01.w70 {
    width: 70%;
  }

  .white-button {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .count-number {
    font-size: 2.5rem;
  }

  .f-size-1-3rem {
    font-size: 1rem;
  }

  .plus {
    font-size: 2.5rem;
  }

  .left-arrow {
    left: 42%;
  }

  .right-arrow {
    right: 42%;
  }

  .testimonial-content {
    font-size: 1rem;
  }

  .sticky-container {
    height: auto;
  }

  .team-section {
    padding-left: 0;
    padding-right: 0;
  }

  .team-2col-grid {
    width: 100%;
  }

  .team-3col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .our-unique-edge {
    padding-left: 0;
    padding-right: 0;
  }

  .unique-sticky-wrap {
    padding-bottom: 0;
  }

  .sticky-card {
    margin-bottom: 8vh;
    position: static;
  }

  .unique-grid {
    flex-flow: row-reverse wrap-reverse;
    display: flex;
  }

  .paragraph {
    font-size: 1rem;
  }

  .mt-div {
    display: none;
  }

  .service-col {
    padding: 1.6rem 1rem;
  }

  .scrub-section {
    display: none;
  }

  .scrub-section.mobile {
    display: block;
  }

  .desktop-banner-video, .mobile-banner-video {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home-video-section {
    height: 80vh;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-menu-wrap {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .contact-form-grid {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .contact-hero-section {
    padding: 8vh 0;
  }

  .maps {
    height: 60vh;
  }

  .contact-section {
    padding: 8vh 0;
  }

  .service-banner {
    height: 70vh;
  }

  .service-new-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .service-svg-icon {
    max-width: 3rem;
    height: 3.5rem;
  }

  .service-new-grid2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 1.8rem;
  }

  .meun-container {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .col-25.left-align {
    width: 30%;
  }

  .col-25.right-align {
    width: 50%;
  }

  .video-section {
    height: 60vh;
  }

  .wrapper.bottom-m {
    padding-bottom: 3vh;
  }

  .banner-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-wrap.width-55 {
    width: 90%;
  }

  .split-word {
    font-size: 1.4rem;
  }

  .calendly-section {
    background-position: 100%;
    height: 50vh;
  }

  .h2 {
    font-size: 1.6rem;
  }

  .h2.dark-color {
    text-align: center;
  }

  .h2.f-size-2rem {
    font-size: 1.6rem;
  }

  .navigate-wrap {
    width: 90%;
  }

  .footer-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .f-col {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: .7fr .7fr;
  }

  .footer-brand-logo {
    max-width: 10rem;
  }

  .tabs-content {
    width: 80%;
  }

  .tab-grid {
    grid-template-columns: 1fr;
  }

  .our-client-logo {
    max-width: 80px;
  }

  .our-client-list-row {
    height: 6.6rem;
  }

  .our-client-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .sticky {
    column-count: 1;
  }

  .c1 {
    margin-left: 0;
    margin-right: 0;
    position: sticky;
    top: 15%;
  }

  .c1.is01 {
    z-index: 0;
    margin-right: 0;
  }

  .c1.is02, .c1.is03, .c1.is04, .c1.is05, .c1.is06 {
    z-index: 0;
  }

  .transactions-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .col01.w70 {
    width: 100%;
  }

  .count-number, .plus {
    font-size: 2rem;
  }

  .sub-heading {
    font-size: 1.2rem;
  }

  .service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-grid-2col {
    width: 100%;
  }

  .left-arrow {
    left: 40%;
  }

  .right-arrow {
    right: 40%;
  }

  .slide-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .testimonial-img {
    object-position: 50% 10%;
    height: auto;
  }

  .slide-content {
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial-content {
    font-size: 1rem;
  }

  .name-text {
    font-size: 1.2rem;
  }

  .team-2col-grid, .team-3col-grid {
    grid-template-columns: 1fr;
  }

  .sticky-card {
    margin-bottom: 5vh;
  }

  .wrap01 {
    padding: 1.5rem;
  }

  .paragraph {
    font-size: 1rem;
  }

  .service-col {
    padding-left: 0;
    padding-right: 0;
  }

  .text-number {
    font-size: 1.4rem;
  }

  .desktop-lottie-json {
    display: none;
  }

  .mobile-lottie-json {
    display: block;
  }

  .all-right-text {
    text-align: center;
  }

  .desktop-banner-video {
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .mobile-banner-video {
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .home-video-section {
    height: 60vh;
  }

  .address-heading {
    text-align: center;
  }

  .maps {
    height: 55vh;
  }

  .contact-form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .info-text {
    font-size: .8rem;
  }

  .cta-text-field {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .email-link {
    font-size: 1rem;
  }

  .contact-column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .service-new-grid, .service-new-grid2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.2rem;
  }

  .menu {
    width: 50px;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: .5em;
  }

  .button.invert-color {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .hidden-menu {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 15vh;
  }

  .link-item {
    border-left: .22rem solid #fff;
    font-size: 1.4rem;
  }

  .link-item.w--current {
    color: var(--1c2252);
  }

  .col-25.left-align {
    width: 45%;
  }

  .video-section {
    height: 60vh;
  }

  .wrapper.bottom-m {
    padding-bottom: 3vh;
  }

  .banner-wrap {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .heading-wrap.width-55 {
    width: 95%;
  }

  .heading-wrap.top-m-2rem {
    margin-top: 1rem;
  }

  .heading-wrap.width-75, .heading-wrap.width-70 {
    width: 100%;
  }

  .main-section {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .split-word {
    font-size: 1rem;
  }

  .calendly-section {
    background-position: 90%;
    height: 50vh;
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .h2 {
    font-size: 1.4rem;
  }

  .h2.f-size-2rem {
    font-size: 1.2rem;
  }

  .f-col {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .f-link {
    font-size: .9rem;
  }

  .f-link-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sub-footer-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .f-link01 {
    font-size: .8rem;
  }

  .transactions-banner {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .tabs {
    margin-top: 5vh;
  }

  .tabs-content {
    width: 100%;
  }

  .tab-link {
    padding-left: 26px;
    padding-right: 26px;
    font-size: .9rem;
  }

  .grid-col {
    padding: 3vh;
  }

  .h3 {
    font-size: 1rem;
  }

  .our-client-logo {
    max-width: 60px;
  }

  .our-client-list-row {
    height: 5rem;
  }

  .our-client-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .our-client-logo-box {
    width: 100px;
  }

  .c1 {
    margin-right: 0;
  }

  .c1.is04 {
    margin-left: 0;
  }

  .white-button {
    padding: .6rem 1.8rem;
    font-size: .9rem;
  }

  .count-grid {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    grid-template-columns: 1fr;
  }

  .count-number, .plus {
    font-size: 1.6rem;
  }

  .sub-heading {
    font-size: 1.2rem;
  }

  .service-grid, .service-grid-2col {
    grid-template-columns: 1fr;
  }

  .lottie-wrap {
    width: 100%;
  }

  .slider {
    margin-top: 2rem;
  }

  .left-arrow {
    left: 32%;
  }

  .right-arrow {
    right: 32%;
  }

  .name-text {
    font-size: 1rem;
  }

  .designation {
    font-size: .8rem;
  }

  .sticky-container {
    height: auto;
  }

  .team-section {
    padding-top: 6vh;
  }

  .team-2col-grid {
    margin-bottom: 10vh;
  }

  .team-name {
    font-size: 1.2rem;
  }

  .team-3col-grid {
    margin-bottom: 10vh;
  }

  .our-unique-edge {
    padding-bottom: 0;
  }

  .wrap01 {
    padding: 1.2rem;
  }

  .center--col {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .all-right-text {
    font-size: .9rem;
  }

  .icon02 {
    max-width: 16px;
  }

  .address-text {
    font-size: .9rem;
  }

  .mobile-banner-video {
    padding-bottom: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .home-video-section {
    height: 60vh;
  }

  .address-heading {
    font-size: 1rem;
  }

  .mobile-menu-wrap, .contact-form-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .contact-hero-section {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }

  .maps {
    height: 42vh;
  }

  .contact-form {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    grid-template-columns: 1fr;
  }

  .info-text {
    font-size: 1.1rem;
  }

  .cta-text-field {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .cta-text-field.no-bg-color {
    padding-bottom: 1rem;
  }

  .contact-column {
    width: 100%;
  }

  .contact-section {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }

  .service-banner {
    height: 60vh;
  }

  .head-h2 {
    font-size: 1.2rem;
  }

  .service-svg-icon {
    max-width: 2.6rem;
    height: 3.1rem;
    line-height: 1.5;
  }
}

#w-node-f8e7bc3d-2411-e6fa-b7b1-a0b9cd87f448-5fdace68, #w-node-_4afe007f-37a9-cc82-5c22-3e36a8a61c86-5fdace68 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_8f34d8c4-4ff3-61b8-a82a-4c8ae48ef530-e46f0a04 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_8f34d8c4-4ff3-61b8-a82a-4c8ae48ef532-e46f0a04 {
  grid-area: 4 / 1 / 5 / 3;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-f8e7bc3d-2411-e6fa-b7b1-a0b9cd87f448-5fdace68, #w-node-_4afe007f-37a9-cc82-5c22-3e36a8a61c86-5fdace68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7e1ba89b-cc11-4734-82d3-9fd75e79663d-2e2650ae {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_431736bc-c7ac-9b61-0ebb-810076af34eb-76af34d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_431736bc-c7ac-9b61-0ebb-810076af34f9-76af34d8, #w-node-fc2e2aa0-bc0e-162b-896c-3037560848dc-fc5560d4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7e1ba89b-cc11-4734-82d3-9fd75e79663d-2e2650ae {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_431736bc-c7ac-9b61-0ebb-810076af34eb-76af34d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fc2e2aa0-bc0e-162b-896c-3037560848dc-fc5560d4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8f34d8c4-4ff3-61b8-a82a-4c8ae48ef530-e46f0a04 {
    grid-row: 5 / 6;
    grid-column-end: 2;
  }

  #w-node-_8f34d8c4-4ff3-61b8-a82a-4c8ae48ef532-e46f0a04 {
    grid-row: 6 / 7;
    grid-column-end: 2;
  }
}


