:root {
  --white-bg: #f4f9fe;
  --black-100: #070515;
  --white-100: white;
  --primary-100: #1d77f6;
  --neutral-500: #c8c8cc;
  --neutral-300: #afafb2;
  --border-10px: 10px;
  --kalamu-100: #2d85de;
  --buni-100: #5b2a98;
  --neutral-400: #5f6570;
  --neutral-600: #e6e6eb;
  --border-20px: 20px;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--800: #211f54;
  --combine-library--grey-050: #f2f3f7;
  --combine-library--grey-600: #5f6570;
  --combine-library--grey-200: #bfc4ce;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --combine-library--white: white;
  --combine-library--primary-600: #6157f8;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --combine-library--grey-800: #1f2c3d;
  --radiant-ui-components-library-marketplace--color--white: white;
  --secondary-100: #10a84a;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--secondary--color-1: #281ca5;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--white-bg);
  color: var(--black-100);
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
  line-height: 160%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

li {
  margin-top: 4px;
  margin-bottom: 4px;
}

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

.section {
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
}

.section.has-overflow {
  overflow: visible;
}

.section.hero-home-pg {
  padding-top: 3rem;
  padding-bottom: 0;
  overflow: visible;
}

.section.footer {
  padding: 6rem 1rem 0;
}

.section.hero {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.default-container {
  width: 100%;
  max-width: 1280px;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.default-container.hero {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.default-container.footer {
  background-color: var(--black-100);
  color: var(--white-100);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 8rem;
  padding-bottom: 1rem;
}

.body-16px.hero-subheader {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.body-16px.weight-light {
  font-weight: 300;
}

.image-span-2 {
  text-align: left;
  white-space: nowrap;
  vertical-align: bottom;
  object-fit: cover;
  background-image: url('../images/Placeholder.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.75rem 3.75rem;
  border: 2px solid #0000;
  border-radius: 4.75rem;
  width: 104px;
  height: 64px;
  font-size: 14px;
  line-height: 7.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.italic-span {
  font-family: DM Serif Display, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.italic-span.blue {
  color: var(--primary-100);
}

.spacer-24px {
  width: 100%;
  height: 24px;
}

.spacer-2xl {
  width: 100%;
  height: 10rem;
}

.heading-animation-wrapper {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-animation-wrapper.black-text {
  color: var(--black-100);
  margin-bottom: 12px;
}

.heading-animation-wrapper.black-text.left-align, .heading-animation-wrapper.black-text.center-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.hero-one-wrapper {
  z-index: -12;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: sticky;
  top: -70px;
}

.text-animation-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.animation-text-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.text-inline-block {
  z-index: 6;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.animation-text {
  white-space: nowrap;
}

.animation-text.black {
  color: #ffffff4d;
}

.animation-text.is-80px {
  font-family: Inter Tight, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 120%;
}

.animation-text.is-grey {
  color: var(--neutral-500);
}

.text-image-wrapper {
  border-radius: 12px;
  width: 120px;
  height: 64px;
  overflow: hidden;
}

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

.description-text {
  text-align: left;
}

.spacer-xl {
  width: 100%;
  height: 5rem;
}

.button-secondary {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1.5px solid var(--white-100);
  color: var(--white-100);
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px 12px 52px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-wrapper {
  margin-top: 40px;
  display: flex;
}

.body-20px {
  font-size: 24px;
  font-weight: 300;
  line-height: 160%;
}

.body-20px.color-neutral-300 {
  color: var(--neutral-300);
}

.header-content-wrapper {
  width: 100%;
}

.header-content-wrapper.right-padding {
  padding-right: 80px;
  position: sticky;
  top: 32px;
}

.header-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vertical-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.vertical-flex.center-align {
  justify-content: center;
  align-items: center;
}

.product-card-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--border-10px);
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.product-card-wrapper.kalamu-home-pg {
  background-color: var(--kalamu-100);
  color: var(--white-100);
  justify-content: flex-start;
  padding: 40px;
}

.product-card-wrapper.buni-home-pg {
  background-color: var(--buni-100);
  color: var(--white-100);
  justify-content: flex-start;
  padding: 40px;
}

.product-card-image-wrapper.logo {
  width: 200px;
}

.product-card-image, .product-card-image._56-px {
  height: 56px;
}

.header-24px {
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.stats-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--border-10px);
  text-align: center;
  background-color: #e3e9f0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.stats-wrapper.green-bg {
  background-color: var(--primary-100);
  color: var(--white-100);
}

.stats-header {
  font-family: Inter Tight, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100%;
}

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

.stats-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacer-8px {
  width: 101%;
  height: 8px;
}

.awards-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.award-link-card {
  border-bottom: 1px solid var(--neutral-400);
  color: var(--black-100);
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.award-link-card-content {
  z-index: 9;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.button-circle {
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.button-circle.grey {
  background-color: var(--neutral-300);
}

.cta-card-container {
  max-width: 400px;
  padding-bottom: 20px;
}

.footer-copyright-wrapper {
  border-top: 1px solid var(--neutral-400);
  justify-content: space-between;
  align-items: stretch;
  margin-top: 64px;
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.footer-link {
  color: var(--neutral-300);
  font-size: 14px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--white-100);
}

.footer-links-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.body-14px {
  font-size: 14px;
}

.social-icon {
  border: 2px solid var(--neutral-500);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.social-icon-image {
  width: 28px;
}

.footer-link-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.footer-link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--neutral-300);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--neutral-300);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-image {
  width: 100%;
  height: 100%;
}

.hero-image-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  max-width: 900px;
  display: grid;
}

.hero-image {
  width: 100%;
}

.hero-img-wrapper {
  border-radius: var(--border-10px);
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.hero-img-wrapper.one {
  z-index: -6;
  height: 360px;
  display: flex;
  position: relative;
  transform: translate(-8px)rotate(-6deg);
}

.logo-carousel-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-item-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-around;
  align-items: stretch;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.logo-item-image {
  object-fit: contain;
  width: 100%;
}

.logo-carousel-text {
  color: var(--neutral-400);
  margin-left: auto;
  margin-right: auto;
  font-family: Inter Tight, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.logo-carousel-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #1d1d1f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-2-wrapper {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 16px;
}

.hero-one-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-padding {
  margin-left: 3rem;
  margin-right: 3rem;
}

.hero-container-1280px.black {
  background-color: var(--black-100);
  overflow: hidden;
}

.logo-item-overlay {
  z-index: 3;
  background-image: radial-gradient(circle, #0000 70%, #0a0a0a 96%);
  position: absolute;
  inset: 0%;
}

.hero-img-card {
  z-index: 99;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: var(--border-10px);
  background-image: linear-gradient(135deg, #10a84a, #045323);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 360px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  transform: translate(0, -20px);
  box-shadow: 0 2px 8px #0003;
}

.hero-img-card-text {
  color: var(--white-100);
  text-align: left;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}

.navbar-container {
  border: 1px solid var(--neutral-600);
  border-radius: 0px 0px var(--border-20px) var(--border-20px);
  background-color: var(--white-100);
  box-shadow: none;
  max-width: 1280px;
  padding: 16px 24px 12px;
}

.navbar {
  background-color: #0000;
  padding-bottom: 4px;
}

.navbar-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.navlink {
  color: var(--neutral-400);
  padding: 0;
  transition: color .3s;
}

.navlink:hover {
  color: var(--primary-100);
}

.navlink.w--current {
  color: var(--primary-100);
  font-weight: 500;
}

.brand-logo {
  max-width: 200px;
}

.navbar-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.navbar-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

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

.hamburger-top-bar, .hamburger-bottom-bar {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.nav-btn-small {
  border: 1px solid var(--black-100);
  border-radius: var(--border-10px);
  color: var(--black-100);
  background-color: #0000;
  justify-content: center;
  padding: 16px 20px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.nav-btn-small:hover {
  background-color: var(--black-100);
  color: var(--white-100);
  transform: translate(0, 4px);
}

.nav-hidden-on-mbl {
  margin-left: 24px;
}

.nav-list-item-show-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.navbar-list-item {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.header-56px {
  font-family: Inter Tight, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 100%;
}

.header-56px.color-white {
  color: var(--white-100);
}

.hero-img-text {
  z-index: 99;
  color: var(--white-100);
  text-align: left;
  margin-bottom: 12px;
  margin-left: 12px;
  margin-right: 20px;
  font-family: DM Serif Display, sans-serif;
  font-style: italic;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero-img-card-with-text {
  z-index: -6;
  border-radius: var(--border-10px);
  height: 360px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(8px)rotate(6deg);
  box-shadow: 0 2px 8px #0003;
}

.hero-img-card-overlay {
  background-color: #012d5a80;
  position: absolute;
  inset: 0%;
}

.rounded-container {
  z-index: 20;
  height: 100px;
  margin-bottom: -2px;
  position: relative;
  overflow: hidden;
  transform: translate(0, -1px);
}

.rounded-shape {
  border-radius: 50%;
  width: 150%;
  height: 750%;
  position: absolute;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.rounded-shape-bg {
  background-color: var(--black-100);
  position: absolute;
  inset: 0%;
}

.hero-image-bg-wrapper {
  z-index: -99;
  position: absolute;
}

.button-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.button-text {
  z-index: 3;
  position: relative;
}

.hero-header-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.hero-underline-icon {
  z-index: -4;
  width: 200px;
  margin-top: -20px;
  position: relative;
}

.button-primary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: var(--border-10px);
  background-color: var(--primary-100);
  color: var(--white-100);
  justify-content: space-between;
  align-items: center;
  height: 52px;
  padding-left: 4px;
  padding-right: 16px;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.785, .135, .15, .86);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary:hover {
  border: 1px solid var(--white-100);
  background-color: var(--black-100);
  transform: scale(.98)translate(0, 6px);
}

.award-hover-div {
  background-color: var(--black-100);
  height: 10rem;
  position: absolute;
  inset: auto 0% -220%;
}

.spacer-120px {
  width: 100%;
  height: 120px;
}

.hero-3-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-card-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.contact-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--neutral-600);
  border-radius: var(--border-20px);
  background-color: var(--white-100);
  color: var(--black-100);
  justify-content: center;
  align-items: center;
  padding: 20px 28px 20px 20px;
  text-decoration: none;
  transition: color .2s, transform .4s cubic-bezier(.785, .135, .15, .86);
  display: flex;
}

.contact-card:hover {
  background-color: var(--black-100);
  color: var(--white-100);
  transform: scale(.97);
}

.contact-card-icon-wrapper {
  background-color: #1d77f633;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  overflow: hidden;
}

.lottie-call {
  width: 48px;
  transform: rotate(90deg);
}

.lottie-email {
  width: 44px;
}

.accordion-body-wrapper {
  color: var(--neutral-400);
}

.accordion-body {
  width: 100%;
  overflow: hidden;
}

.spacer-16px {
  min-height: 16px;
}

.accordion-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.accordion-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
}

.faq-grid-row {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  max-width: 660px;
  display: flex;
}

.accordion-item-wrapper {
  border-bottom: 1px solid var(--neutral-400);
  cursor: pointer;
  transform-style: preserve-3d;
  justify-content: space-between;
  width: 100%;
  padding: 2rem 4rem;
  transition: transform .4s;
  display: flex;
}

.accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.faq-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.product-item-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.line-divider-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.line-divider {
  background-color: var(--black-100);
  width: 100%;
  height: 1px;
}

.header-14px {
  color: var(--neutral-400);
  font-family: Inter Tight, sans-serif;
  font-weight: 300;
}

.header-48px {
  font-family: Inter Tight, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 140%;
}

.showcase-img {
  width: 100%;
}

.product-item-header {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.showcase-product-img-wrapper {
  display: flex;
  overflow: hidden;
}

.showcase-product-img {
  width: 100%;
}

.logo-item-bg {
  border-radius: var(--border-10px);
  justify-content: center;
  width: 200px;
  height: 56px;
  display: flex;
}

.header-animation-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.big-image-wrapper {
  border-radius: var(--border-10px);
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.big-image {
  width: 100%;
}

.big-image-container {
  height: 300vh;
  position: relative;
}

.parallax-image-wrapper {
  min-height: 100svh;
  display: flex;
  overflow: hidden;
}

.parallax-image-div {
  width: 100%;
}

.parallax-image {
  width: 100%;
  height: 100%;
}

.logo-partners-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-partner-item {
  justify-content: center;
  align-items: stretch;
  height: 64px;
  display: flex;
}

.logo-partner-image {
  object-fit: contain;
}

.space-2-5rem {
  height: 2.5rem;
}

.circle-div {
  background-color: var(--black-100);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.header-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 40rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .image-span-2 {
    border-radius: 1rem;
    width: 3rem;
    height: 3rem;
    line-height: 6;
  }

  .spacer-2xl {
    height: 8rem;
  }

  .animation-text.is-80px {
    font-size: 60px;
  }

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

  .header-content-wrapper.right-padding {
    padding-right: 0;
    position: static;
  }

  .header-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-2-column {
    grid-template-columns: 1fr;
  }

  .award-link-card {
    width: 100%;
  }

  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .navbar-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-logo {
    max-width: 232px;
  }

  .hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .hamburger-top-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-bottom-bar {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .nav-list-item-show-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .navbar-list-item {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-16px {
    min-height: 12px;
  }

  .faq-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .product-item-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .header-48px {
    font-size: 40px;
  }

  .logo-item-bg {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 52px;
  }

  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section.hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .image-span-2 {
    background-size: 2.5rem 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .spacer-2xl {
    height: 6rem;
  }

  .hero-one-wrapper {
    position: relative;
    top: 0;
  }

  .animation-text {
    font-size: 48px;
  }

  .animation-text.is-80px {
    font-size: 44px;
  }

  .text-image-wrapper {
    width: 80px;
    height: 40px;
  }

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

  .spacer-xl {
    height: 3rem;
  }

  .body-20px.color-neutral-300 {
    font-size: 20px;
  }

  .product-card-column, .stats-card-wrapper {
    grid-template-columns: 1fr;
  }

  .cta-card-container {
    text-align: center;
    max-width: none;
  }

  .footer-copyright-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: center;
  }

  .footer-link-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .hero-image-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .hero-img-wrapper.one {
    transform: none;
  }

  .logo-item-wrapper {
    min-width: 100%;
    left: -615px;
  }

  .footer-padding {
    flex-flow: column;
  }

  .hero-img-card {
    height: 200px;
    transform: none;
  }

  .brand-logo {
    max-width: 60%;
  }

  .nav-btn-small {
    padding: 16px 20px;
  }

  .nav-hidden-on-mbl {
    display: none;
  }

  .nav-list-item-show-mbl {
    display: block;
  }

  .header-56px {
    font-size: 48px;
  }

  .hero-img-card-with-text {
    transform: none;
  }

  .contact-card-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .accordion-item-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .header-48px {
    font-size: 32px;
  }

  .header-animation-flex {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
    justify-content: center;
  }

  .big-image-container {
    height: 100%;
  }

  .parallax-image-wrapper {
    min-height: auto;
  }

  .logo-partners-grid {
    grid-template-columns: 1fr 1fr;
  }
}

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

  h2 {
    font-size: 38px;
  }

  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-2xl {
    height: 4rem;
  }

  .text-animation-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .animation-text {
    font-size: 40px;
  }

  .animation-text.is-80px {
    font-size: 24px;
  }

  .text-image-wrapper {
    border-radius: 4px;
    width: 64px;
    height: 28px;
  }

  .body-20px {
    font-size: 20px;
  }

  .body-20px.color-neutral-300 {
    font-size: 18px;
  }

  .header-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .product-card-wrapper.kalamu-home-pg, .product-card-wrapper.buni-home-pg {
    padding-left: 16px;
    padding-right: 16px;
  }

  .stats-header {
    font-size: 64px;
  }

  .award-link-card {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .award-link-card-content {
    flex-flow: column;
  }

  .footer-links-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-links-container.socials {
    flex-flow: row;
  }

  .logo-item-wrapper {
    left: -482px;
  }

  .footer-padding {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .navbar-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-logo {
    max-width: 70%;
  }

  .nav-list-item-show-mbl, .navbar-list-item {
    text-align: left;
    width: 100%;
  }

  .header-56px {
    font-size: 40px;
  }

  .hero-header-flex {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
  }

  .hero-underline-icon {
    width: 120px;
    margin-left: 20px;
  }

  .award-hover-div {
    bottom: -200%;
  }

  .spacer-120px {
    height: 80px;
  }

  .contact-card {
    text-align: center;
    flex-flow: column;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .accordion-item-wrapper {
    padding: 1rem;
  }

  .header-48px {
    font-size: 28px;
  }
}

#w-node-ade571a9-93ae-8cd2-21fc-952fdb1a51a2-eeddf517 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: start;
}

#w-node-ff7807bf-daae-816d-dcc2-20bb949fb912-eeddf517 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_7dde78f9-e66b-167a-91f2-fc2f82940be7-eeddf517 {
  align-self: center;
}

#w-node-a8a20016-aed0-afcf-94ac-df6ebd20a635-eeddf517 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_78884deb-fac4-1225-93f4-f0775a063075-eeddf517, #w-node-eb01e147-71bf-c682-eee9-3a6da1033823-eeddf517, #w-node-_104cee19-a41e-660b-c636-410502d0423f-613099f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9064f1d6-fb45-5c0c-f833-4681a488ea55-613099f4 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-b8e06f77-971e-9433-116d-448853665ee1-613099f4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_11c351bc-b1bd-31a0-5f0f-18ce4ec3fa4b-613099f4 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e053151c-3b1b-60b7-e808-7b02a8be5557-ba929cc7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-ade571a9-93ae-8cd2-21fc-952fdb1a51a2-eeddf517 {
    grid-column: 1 / 2;
  }

  #w-node-ff7807bf-daae-816d-dcc2-20bb949fb912-eeddf517 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78884deb-fac4-1225-93f4-f0775a063075-eeddf517, #w-node-eb01e147-71bf-c682-eee9-3a6da1033823-eeddf517, #w-node-_104cee19-a41e-660b-c636-410502d0423f-613099f4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_11c351bc-b1bd-31a0-5f0f-18ce4ec3fa4b-613099f4 {
    grid-column: 1 / 2;
  }

  #w-node-e053151c-3b1b-60b7-e808-7b02a8be5557-ba929cc7 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_78884deb-fac4-1225-93f4-f0775a063075-eeddf517, #w-node-eb01e147-71bf-c682-eee9-3a6da1033823-eeddf517 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9064f1d6-fb45-5c0c-f833-4681a488ea55-613099f4, #w-node-b8e06f77-971e-9433-116d-448853665ee1-613099f4 {
    grid-column: 1 / 2;
  }

  #w-node-e053151c-3b1b-60b7-e808-7b02a8be5557-ba929cc7 {
    grid-column: span 1 / span 1;
  }
}


