




@font-face {
    font-family: 'Work Sans';
    src: url('fonts/WorkSans-Regular.woff2') format('woff2'),
        url('fonts/WorkSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('fonts/WorkSans-Bold.woff2') format('woff2'),
        url('fonts/WorkSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('fonts/WorkSans-SemiBold.woff2') format('woff2'),
        url('fonts/WorkSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Bold.woff2') format('woff2'),
        url('fonts/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Light.woff2') format('woff2'),
        url('fonts/Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-SemiBold.woff2') format('woff2'),
        url('fonts/Manrope-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Regular.woff2') format('woff2'),
        url('fonts/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



html, body {
  font-size: 16px;
}

.logo-slick-bg {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 20px 20px;
  position: absolute;
  top: 100%;
  margin-top: -70px;
  height: 130px;
  width: 100%;
}

@media only screen and (max-width: 425px) {
  .logo-slick-bg {
    height: 150px;
  }
}

.logo-slick-bg .logo-slick-header {
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: normal;
  color: #222222;
  margin-top: 10px;
  margin-left: 20px;
}

.logo-slick-bg .logo-slick-header .logo-blue {
  color: #143F93;
}

.logo-slick-bg .logo-carousel {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}

.logo-slick-bg .logo-carousel .slick-track {
  padding: 0px;
}

.logo-slick-bg img {
  margin: auto;
}

.top-blob-bg {
  position: absolute;
}

.no-data-row .no-data-header {
  width: 85%;
  margin: auto;
  text-align: center;
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
}

.no-data-row .no-data-content {
  width: 85%;
  margin: auto;
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
  text-align: center;
}

body {
  background-color: #ffffff;
  margin: 0px;
  font-family: Avenir;
  overflow-x: hidden;
}

/* Hero section */
.hero-row {
  /* background: linear-gradient(15.78deg, #FFFFFF 10.72%, #E8EDFF 88.64%); */
}

.hero-content {
  width: 85%;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .hero-content {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 5rem;
    padding: 50px 0px;
  }
}

.hero-content .hero-main {
  flex-basis: 60%;
}

@media only screen and (max-width: 1024px) {
  .hero-content .hero-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}

.hero-content .hero-main .hero-main-dynamic {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.hero-content .hero-main .hero-main-bigtext {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 1000;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0.5px;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .hero-content .hero-main .hero-main-bigtext {
    text-align: center;
    font-size: 28px;
    line-height: 46px;
  }
  .hero-content .hero-main .hero-main-bigtext .dynamic-title {
    display: block;
    left: 0;
    width: 100%;
  }
  .hero-content .hero-main .hero-main-bigtext .dynamic-title span.letter {
    font-size: 24px;
  }
  .hero-content .hero-main .hero-main-bigtext span.acquisition {
    margin-left: 0 !important;
    width: 100%;
    left: 0;
  }
}

.hero-content .hero-main .hero-main-smalltext {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .hero-content .hero-main .hero-main-smalltext {
    text-align: center;
  }
}

.hero-content .hero-main .hero-main-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.hero-content .hero-image {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .hero-content .hero-image {
    min-height: 450px;
  }
}

.hero-content .hero-image .lottie-player {
  width: 100%;
}

.hero-content .hero-image img {
  width: 100%;
}

.hero-bg {
  position: relative;
  width: 100%;
  height: 887px;
  background: linear-gradient(15.78deg, #ffffff 10.72%, #e8edff 88.64%);
}

.hero-cta-button-filled {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #ffffff;
  background-color: #143f93;
  border-radius: 4px;
  padding: 25px 25px;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.07);
}

.dynamic-title {
  color: #fc5e02;
}

.hero-cta-button-unfilled {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.005em;
  height: 40px;
  color: #143f93;
}

.customer-logo-bg {
  width: 85%;
  margin: auto;
  background: #ffffff;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 20px 30px 0px 30px;
}

.customer-logo-bg .img {
  margin: auto;
}

.logo-carousel.slick-slider {
  margin: 0px;
  padding: 0px;
}

.customer-logo-text {
   font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.005em;
  position: relative;
  margin-left: 20px;
}

@media only screen and (max-width: 1024px) {
  .customer-logo-text {
    text-align: center;
  }
}

/* Why */
.why-row {
  background-color: linear-gradient(148.93deg, #ffffff -4.76%, #ffffff 27.8%, #d9e2ff 235.69%);
}

@media only screen and (max-width: 1024px) {
  .why-row {
    display: none;
  }
}

.why-content {
  width: 85%;
  margin: auto;
}

.why-content .why-subheader {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #222222;
  text-align: center;
}

.why-content .why-head {
   font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  color: #222222;
  text-align: center;
}

.why-content .why-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.why-content .why-row .benefit-images {
  background-color: #fff2e6;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url("../assets/images/benifit-bg.png");
  background-position-y: 100%;
  background-position-x: 100%;
  background-repeat: no-repeat;
}

.why-content .why-row .benefit-images .slick-track {
  padding: 0px !important;
}

.why-content .why-row .why-text {
  width: 38%;
  padding-right: 20px;
}

.why-content .why-row .why-text .nav-link {
  color: #959595 !important;
background-color: #F8F8F8;
margin-bottom:6px;
border-radius: 15px !important;
box-shadow: 0px 4px 4px 0px #0000001A;
cursor: pointer;
}
.why-content .why-row .why-text .nav-link.active {
  background-color: #fff2e6 !important;
  color: #291e30 !important;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.why-content .why-row .why-text .nav-link .benefit-heading {
   font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.why-content .why-row .why-text .nav-link .benefit-subtext {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  opacity: 0.9;
}

.why-content .why-row .why-text .slick-track {
  padding: 0px !important;
}

.why-content .why-row .why-text .slick-side {
  margin: 0px !important;
}

/* Products */
.products-content {
  width: 95%;
  margin: auto;
}

.products-subhead {
  font-family: Avenir;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #6f6f8d;
}

.products-cta-button-filled {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: #ffffff;
  background-color: #3c50e0;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}

.products-listing {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.products-listing-item {
  background: #ffffff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: 22%;
}

.products-listing-item .item-header {
  font-family: Avenir;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #07003b;
}

.products-listing-item .item-desc {
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #455880;
}

.products-cta {
  display: flex;
}

.products-cta-button-filled {
  padding: 0px 20px;
}

.custku-form .form-row {
  margin-left: 0;
  margin-right: 0;
}

.custku-form .form-row .form-control-n {
  margin-bottom: 20px;
  margin-top: 10px;
}

.custku-form .form-row .form-control-n .placeholder {
  pointer-events: none;
  left: 0px;
}

.custku-form .form-row .form-control-n input {
  transition: all 0.3s ease-in;
  padding-left: 0;
}

.custku-form .form-row .form-control-n input:focus {
  border-bottom: 1px solid #0a8ffd;
}

.custku-form .form-row .form-control-n select.dd-n {
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
  height: 35px;
  max-width: 100%;
}

.custku-form .form-row .form-control-n select.dd-n option, .custku-form .form-row .form-control-n select.dd-n .ddoptn {
  padding-left: 10px;
  padding-right: 10px;
}

.custku-form .form-row:first-child .form-control-n {
  margin-top: 0;
}

.custku-form .form-control-n .placeholder-top {
  padding-left: 0;
}

.custku-form .checkmark {
  height: 15px;
  width: 15px;
  border-radius: 50%;
}

.container .custku-form .checkmark:after {
  border-width: 2px;
  left: 4px;
  top: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: none;
}

.demo-modal .modal-dialog .modal-body .custku-form form {
  height: auto;
}

.slick-slide img.lazy {
  max-height: 330px;
  object-fit: contain;
}

body .modal {
  z-index: 99999;
}
/*# sourceMappingURL=styles.css.map */