/* ====== SLIDE: Home ====== */

.slide-inner.home {
  background-color: #000000;
  width: 1920px;
  min-height: 1080px;
  position: relative;
  overflow: hidden;
}

.home .screenshot {
  position: absolute;
  top: calc(50.00% - 545px);
  left: calc(50.00% - 981px);
  width: 1963px;
  height: 1080px;
  aspect-ratio: 1.82;
  object-fit: cover;
  background-color: #000000;
  filter: saturate(0.95) brightness(0.76);
}

.home .rectangle {
  position: absolute;
  top: -7px;
  left: 0;
  width: 1920px;
  height: 1087px;
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(102, 102, 102, 0) 100%
  );
}

.home .text-wrapper {
  position: absolute;
  top: calc(50.00% - 120px);
  left: calc(50.00% - 482px);
  font-family: "Montserrat", Helvetica;
  font-weight: 800;
  color: var(--main-bk);
  font-size: 200px;
  letter-spacing: -0.10px;
  line-height: 240.0px;
  white-space: nowrap;
}

.home .div {
  position: absolute;
  top: calc(50.00% + 103px);
  left: calc(50.00% - 622px);
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 48px;
  letter-spacing: -0.02px;
  line-height: 57.6px;
  white-space: nowrap;
}

.home .line {
  left: 1142px;
  position: absolute;
  top: 730px;
  width: 778px;
  height: 8px;
}

.home .img {
  left: 0;
  position: absolute;
  top: 730px;
  width: 778px;
  height: 8px;
}

.home .whatsapp-image {
  position: absolute;
  top: calc(50.00% - 540px);
  left: 0;
  width: 207px;
  height: 207px;
  aspect-ratio: 1;
  object-fit: cover;
}

.home .CTA-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  top: 913px;
  left: calc(50.00% - 196px);
  background-color: var(--logo-cta-highlights);
  border-radius: 10px;
}

.home .language {
  position: relative;
  width: 40px;
  height: 40px;
  background-image: url(../assets/img/shared/language.svg);
  background-size: 100% 100%;
}

.home .text-wrapper-2 {
  position: relative;
  width: fit-content;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: var(--text);
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
  white-space: nowrap;
}

.home .home-wrapper {
  left: 236px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  top: 913px;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--logo-cta-highlights);
}

.home .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: var(--logo-cta-highlights);
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
  white-space: nowrap;
}

.home .div-wrapper {
  right: 250px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  top: 913px;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--logo-cta-highlights);
}


/* ====== SLIDE: Problem Statement ====== */

.problem {
  background-color: #f6fded;
  width: 1920px;
  min-height: 1376px;
  position: relative;
}

.problem .SANDI-AI-jpg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.problem .text-wrapper {
  position: absolute;
  top: 95px;
  left: 692px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ecf7de;
  font-size: 80px;
  letter-spacing: 0;
  line-height: 96.0px;
  white-space: nowrap;
}

.problem .whatsapp-image {
  position: absolute;
  top: calc(50.00% - 688px);
  left: 0;
  width: 197px;
  height: 194px;
  aspect-ratio: 1;
  object-fit: cover;
}

.problem .frame {
  display: flex;
  flex-direction: column;
  width: 1169px;
  align-items: flex-start;
  gap: 34px;
  position: absolute;
  top: 270px;
  left: 107px;
}

.problem .frame-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.problem .problem-trigger {
  appearance: none;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
}

.problem .div {
  display: flex;
  width: 1150px;
  align-items: center;
  gap: 24px;
  padding: 32px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff40;
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid;
  border-color: var(--problem-accent);
}

.problem .coin-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #a70101cc;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1;
}

.problem .coin {
  position: relative;
  top: calc(50.00% - 32px);
  left: calc(50.00% - 32px);
  width: 64px;
  height: 64px;
  aspect-ratio: 1;
  background-image: url(../assets/img/problem/coin.svg);
  background-size: 100% 100%;
}

.problem .text-wrapper-2 {
  position: relative;
  flex: 1;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 46px;
  letter-spacing: 0.01px;
  line-height: 55.2px;
}

.problem .chevron-down {
  position: relative;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  aspect-ratio: 1;
  background-image: url(../assets/img/problem/chevrondown-2.svg);
  background-size: 100% 100%;
  transition: transform 0.24s ease;
}

.problem .frame-2 {
  display: flex;
  width: 1150px;
  align-items: center;
  gap: 24px;
  padding: 32px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff40;
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid;
  border-color: var(--problem-accent);
}

.problem .security-wrapper {
  background-color: #05cee4;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1;
}

.problem .security {
  position: relative;
  top: calc(50.00% - 32px);
  left: calc(50.00% - 32px);
  width: 64px;
  height: 64px;
  background-image: url(../assets/img/problem/security.svg);
  background-size: 100% 100%;
}

.problem .frame-3 {
  display: flex;
  width: 1150px;
  align-items: center;
  gap: 24px;
  padding: 32px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff40;
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid;
  border-color: var(--problem-accent);
}

.problem .favorite-wrapper {
  background-color: #0539e499;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1;
}

.problem .favorite {
  position: relative;
  top: calc(50.00% - 32px);
  left: calc(50.00% - 32px);
  width: 64px;
  height: 64px;
  background-image: url(../assets/img/problem/favorite.svg);
  background-size: 100% 100%;
}

.problem .problem-panel {
  width: 1150px;
  max-height: 0;
  padding: 0 32px;
  opacity: 0;
  overflow: hidden;
  border-radius: 30px;
  background-color: rgba(198, 198, 198, 0.62);
  backdrop-filter: blur(12px);
  transition: max-height 0.28s ease, padding 0.28s ease, opacity 0.22s ease;
}

.problem .frame-wrapper.is-open .problem-panel {
  max-height: 210px;
  padding: 16px 26px 18px;
  opacity: 1;
}

.problem .problem-panel-text {
  max-width: 910px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 48px;
}

.problem .frame-wrapper.is-open .chevron-down {
  transform: rotate(180deg);
}

.problem .problem-trigger:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.55);
  outline-offset: 6px;
}

.problem .CTA-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  top: 1296px;
  left: 40px;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--logo-cta-highlights);
}

.problem .home {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: var(--logo-cta-highlights);
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
  white-space: nowrap;
}

.problem .group {
  position: absolute;
  top: 280px;
  left: 1291px;
  width: 572px;
  height: 612px;
}

.problem .rectangle {
  position: absolute;
  top: 0;
  left: 10px;
  width: 562px;
  height: 612px;
  background-color: #8dc63f33;
  border-radius: 30px;
  border: 2px solid;
  border-color: #92eb1a;
}

.problem .group-2 {
  position: absolute;
  top: calc(50.00% - 174px);
  left: calc(50.00% - 286px);
  width: 554px;
  height: 304px;
}

.problem .p {
  position: absolute;
  top: calc(50.00% + 51px);
  left: calc(50.00% - 193px);
  width: 408px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #92eb1a;
  font-size: 42px;
  text-align: center;
  letter-spacing: 0;
  line-height: 50.4px;
}

.problem .component {
  position: absolute;
  top: 0;
  left: calc(50.00% - 277px);
  width: 552px;
  height: 176px;
  overflow: hidden;
}

.problem .element {
  top: 11px;
  left: calc(50.00% - 203px);
  position: absolute;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #92eb1a;
  font-size: 128px;
  letter-spacing: 0;
  line-height: 153.6px;
}

.problem .element-2 {
  top: calc(50.00% - 77px);
  left: calc(50.00% - 116px);
  position: absolute;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #92eb1a;
  font-size: 128px;
  letter-spacing: 0;
  line-height: 153.6px;
}

.problem .element-3 {
  top: calc(50.00% - 77px);
  left: calc(50.00% - 29px);
  position: absolute;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #92eb1a;
  font-size: 128px;
  letter-spacing: 0;
  line-height: 153.6px;
}

.problem .m-n-p-q-s-t-m-n-p-q {
  position: absolute;
  top: calc(50.00% - 77px);
  left: calc(50.00% + 58px);
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #92eb1a;
  font-size: 128px;
  letter-spacing: 0;
  line-height: 153.6px;
}

.problem .text-wrapper-3 {
  top: calc(50.00% - 77px);
  left: calc(50.00% + 181px);
  position: absolute;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #92eb1a;
  font-size: 128px;
  letter-spacing: 0;
  line-height: 153.6px;
}

.problem .CTA-button-2 {
  left: calc(50.00% - 197px);
  background-color: var(--logo-cta-highlights);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  top: 1296px;
  border-radius: 10px;
}

.problem .language {
  position: relative;
  width: 40px;
  height: 40px;
  background-image: url(../assets/img/shared/language.svg);
  background-size: 100% 100%;
}

.problem .home-2 {
  position: relative;
  width: fit-content;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: var(--text);
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
  white-space: nowrap;
}

.problem .home-wrapper {
  right: 57px;
  border: 1px solid;
  border-color: var(--logo-cta-highlights);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  top: 1296px;
  border-radius: 10px;
}


/* ====== SLIDE: Solution ====== */

.solution {
  background-color: #213501cc;
  width: 1920px;
  min-height: 1232px;
  position: relative;
  overflow: hidden;
}

.solution .image {
  top: 0;
  left: 0;
  width: 1920px;
  height: 1232px;
  aspect-ratio: 1.5;
  position: absolute;
  object-fit: cover;
}

.solution .frame {
  display: flex;
  width: 381px;
  height: 325px;
  align-items: center;
  justify-content: center;
  padding: 25px;
  position: absolute;
  top: calc(50.00% - 184px);
  left: 274px;
  border-radius: 225px;
  border: 3px solid;
  border-color: #f6fded;
}

.solution .image-wrapper {
  position: relative;
  width: 400px;
  height: 400px;
  margin-top: -62.50px;
  margin-bottom: -62.50px;
  margin-left: -34.50px;
  margin-right: -34.50px;
  background-color: #760435;
  border-radius: 500px;
  overflow: hidden;
  border: 14px solid;
  border-color: #f6fded;
  box-shadow: 6px -6px 32px #00000099, -6px 6px 32px #0000004c;
  aspect-ratio: 1;
}

.solution .img {
  top: calc(50.00% - 100px);
  left: calc(50.00% - 100px);
  width: 200px;
  height: 200px;
  aspect-ratio: 1;
  position: absolute;
  object-fit: cover;
}

.solution .div-wrapper {
  display: flex;
  width: 376px;
  height: 92px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: absolute;
  top: 824px;
  left: 274px;
  background-color: #760435cc;
  border-radius: 20px;
  box-shadow: 2px -2px 9px #ffffff4c, -2px 2px 8px #ffffff4c;
}

.solution .text-wrapper {
  position: relative;
  width: fit-content;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 43.2px;
  white-space: nowrap;
}

.solution .frame-wrapper {
  display: flex;
  width: 361px;
  height: 362px;
  align-items: center;
  justify-content: center;
  padding: 25px;
  position: absolute;
  top: calc(50.00% - 221px);
  left: calc(50.00% - 167px);
  border-radius: 225px;
  border: 3px solid;
  border-color: #f6fded;
}

.solution .img-wrapper {
  position: relative;
  width: 400px;
  height: 400px;
  margin-top: -44.00px;
  margin-bottom: -44.00px;
  margin-left: -44.50px;
  margin-right: -44.50px;
  background-color: #760435;
  border-radius: 500px;
  overflow: hidden;
  border: 14px solid;
  border-color: #ffffff;
  box-shadow: 6px -6px 32px #00000099, -6px 6px 32px #0000004c;
  aspect-ratio: 1;
}

.solution .image-2 {
  position: absolute;
  top: calc(50.00% - 110px);
  left: calc(50.00% - 100px);
  width: 200px;
  height: 220px;
  object-fit: cover;
}

.solution .view-demo-wrapper {
  display: flex;
  width: 376px;
  height: 92px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: absolute;
  top: 834px;
  left: calc(50.00% - 188px);
  background-color: #760435cc;
  border-radius: 20px;
  box-shadow: 2px -2px 9px #ffffff4c, -2px 2px 8px #ffffff4c;
}

.solution .div {
  display: flex;
  width: 413px;
  height: 325px;
  align-items: center;
  justify-content: center;
  padding: 25px;
  position: absolute;
  top: calc(50.00% - 184px);
  left: calc(50.00% + 310px);
  border-radius: 225px;
  border: 3px solid;
  border-color: #f6fded;
}

.solution .frame-2 {
  position: relative;
  width: 400px;
  height: 400px;
  margin-top: -62.50px;
  margin-bottom: -62.50px;
  margin-left: -18.50px;
  margin-right: -18.50px;
  background-color: #760435;
  border-radius: 500px;
  overflow: hidden;
  border: 14px solid;
  border-color: #ffffff;
  box-shadow: 6px -6px 32px #00000099, -6px 6px 32px #0000004c;
  aspect-ratio: 1;
}

.solution .image-3 {
  position: absolute;
  top: calc(50.00% - 100px);
  left: calc(50.00% - 102px);
  width: 204px;
  height: 200px;
  aspect-ratio: 1.02;
}

.solution .frame-3 {
  display: flex;
  width: 376px;
  height: 92px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: absolute;
  top: 824px;
  right: 274px;
  background-color: #760435cc;
  border-radius: 20px;
  box-shadow: 2px -2px 9px #ffffff4c, -2px 2px 8px #ffffff4c;
}

.solution .frame-4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  position: absolute;
  top: 74px;
  left: calc(50.00% - 818px);
  background-color: #ffffff;
  border-radius: 10px;
}

.solution .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: var(--green-dark-2);
  font-size: 64px;
  letter-spacing: 0;
  line-height: 76.8px;
  white-space: nowrap;
}

.solution .CTA-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  top: 1124px;
  left: calc(50.00% - 197px);
  background-color: var(--logo-cta-highlights);
  border-radius: 10px;
}

.solution .language {
  position: relative;
  width: 40px;
  height: 40px;
  background-image: url(../assets/img/shared/language.svg);
  background-size: 100% 100%;
}

.solution .home {
  color: var(--text);
  position: relative;
  width: fit-content;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
  white-space: nowrap;
}

.solution .ellipse {
  position: absolute;
  top: -146px;
  right: -188px;
  width: 470px;
  height: 470px;
  background-color: #ffffff;
  border-radius: 50%;
}

.solution .whatsapp-image {
  position: absolute;
  top: 22px;
  right: 72px;
  width: 160px;
  height: 160px;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  z-index: 2;
}

.solution .home-wrapper {
  top: 1125px;
  right: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--logo-cta-highlights);
}

.solution .home-2 {
  margin-top: -1.00px;
  color: var(--logo-cta-highlights);
  position: relative;
  width: fit-content;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
  white-space: nowrap;
}

.solution .CTA-button-2 {
  top: 1136px;
  left: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--logo-cta-highlights);
}


/* ====== SLIDE: Business Model ====== */

.group-performance {
  background-color: #000000;
  width: 1920px;
  min-height: 1675px;
  position: relative;
}

.group-performance .screenshot {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1675px;
  object-fit: cover;
}

.group-performance .CTA-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  top: 1587px;
  left: 62px;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--logo-cta-highlights);
}

.group-performance .home {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: var(--logo-cta-highlights);
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
  white-space: nowrap;
}

.group-performance .rectangle {
  position: absolute;
  top: 0;
  left: -7px;
  width: 241px;
  height: 231px;
  background-color: #ffffff;
  border-radius: 20px;
}

.group-performance .whatsapp-image {
  position: absolute;
  top: calc(50.00% - 824px);
  left: 18px;
  width: 202px;
  height: 202px;
  aspect-ratio: 1;
  object-fit: cover;
}

.group-performance .polygon {
  position: absolute;
  top: 742px;
  left: 1218px;
  width: 7px;
  height: 6px;
  aspect-ratio: 1;
}

.group-performance .frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  position: absolute;
  top: 72px;
  left: calc(50.00% - 270px);
  background-color: #ffffff;
  border-radius: 10px;
}

.group-performance .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #213501cc;
  font-size: 64px;
  letter-spacing: 0;
  line-height: 76.8px;
  white-space: nowrap;
}

.group-performance .group {
  position: absolute;
  top: 303px;
  left: 154px;
  width: 1631px;
  height: 800px;
}

.group-performance .frame-wrapper {
  position: absolute;
  top: 80px;
  left: 1px;
  width: 344px;
  height: 344px;
  display: flex;
  background-color: #ffffff;
  border-radius: 171.93px;
  box-shadow: 6px 6px 26px #ffffff80;
}

.group-performance .div-wrapper {
  margin-top: 14.0px;
  width: 318.08px;
  height: 318.08px;
  margin-left: 2.1px;
  display: flex;
  justify-content: center;
  background-color: #a70101;
  border-radius: 200px;
  overflow: hidden;
  border: 6px solid;
  border-color: #ffffff;
  aspect-ratio: 1;
}

.group-performance .div {
  margin-top: 83.2px;
  width: 248px;
  height: 152px;
  margin-left: 69.6px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
}

.group-performance .group-2 {
  position: absolute;
  top: 350px;
  left: 241px;
  width: 344px;
  height: 344px;
  display: flex;
  background-color: #ffffff;
  border-radius: 171.93px;
  box-shadow: 6px 6px 26px #ffffff80;
}

.group-performance .frame-2 {
  background-color: #03236a;
  margin-top: 14.0px;
  width: 318.08px;
  height: 318.08px;
  margin-left: 2.1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  overflow: hidden;
  border: 6px solid;
  border-color: #ffffff;
  aspect-ratio: 1;
}

.group-performance .p {
  margin-top: -12.3px;
  height: 228px;
  margin-left: 35.1px;
  width: 224px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
}

.group-performance .group-3 {
  position: absolute;
  top: 293px;
  left: 623px;
  width: 344px;
  height: 344px;
  display: flex;
  background-color: #ffffff;
  border-radius: 171.93px;
  box-shadow: 6px 6px 26px #ffffff80;
}

.group-performance .frame-3 {
  background-color: #c2610c;
  margin-top: 14.0px;
  width: 318.08px;
  height: 318.08px;
  margin-left: 2.1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  overflow: hidden;
  border: 6px solid;
  border-color: #ffffff;
  aspect-ratio: 1;
}

.group-performance .text-wrapper-2 {
  margin-top: 13.1px;
  height: 204px;
  margin-left: 0.3px;
  width: 238px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 33.6px;
}

.group-performance .group-4 {
  position: absolute;
  top: 456px;
  left: 964px;
  width: 344px;
  height: 344px;
  display: flex;
  background-color: #ffffff;
  border-radius: 171.93px;
  box-shadow: 6px 6px 26px #ffffff80;
}

.group-performance .frame-4 {
  background-color: #617f00;
  margin-top: 14.0px;
  width: 318.08px;
  height: 318.08px;
  margin-left: 2.1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  overflow: hidden;
  border: 6px solid;
  border-color: #ffffff;
  aspect-ratio: 1;
}

.group-performance .text-wrapper-3 {
  margin-top: -42.1px;
  height: 152px;
  margin-left: 27.9px;
  width: 216px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
}

.group-performance .group-5 {
  position: absolute;
  top: 254px;
  left: 1277px;
  width: 344px;
  height: 344px;
  display: flex;
  background-color: #ffffff;
  border-radius: 171.93px;
  box-shadow: 6px 6px 26px #ffffff80;
}

.group-performance .frame-5 {
  background-color: #760435;
  margin-top: 14.0px;
  width: 318.08px;
  height: 318.08px;
  margin-left: 2.1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  overflow: hidden;
  border: 6px solid;
  border-color: #ffffff;
  aspect-ratio: 1;
}

.group-performance .text-wrapper-4 {
  margin-top: -0.5px;
  height: 190px;
  margin-left: 44.4px;
  width: 227px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
}

.group-performance .text-wrapper-5 {
  position: absolute;
  top: 0;
  left: 159px;
  width: 91px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #e46d05;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 36.0px;
  white-space: nowrap;
}

.group-performance .text-wrapper-6 {
  position: absolute;
  top: 286px;
  left: 403px;
  width: 212px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #e46d05;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 36.0px;
  white-space: nowrap;
}

.group-performance .text-wrapper-7 {
  position: absolute;
  top: 220px;
  left: 750px;
  width: 146px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #e46d05;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 36.0px;
  white-space: nowrap;
}

.group-performance .text-wrapper-8 {
  position: absolute;
  top: 383px;
  left: 1081px;
  width: 109px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #e46d05;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 36.0px;
  white-space: nowrap;
}

.group-performance .text-wrapper-9 {
  position: absolute;
  top: 154px;
  left: 1367px;
  width: 212px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #e46d05;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  line-height: 36.0px;
}

.group-performance .vector {
  position: absolute;
  top: 464px;
  left: 71px;
  width: 147px;
  height: 165px;
}

.group-performance .img {
  position: absolute;
  top: 669px;
  left: 524px;
  width: 201px;
  height: 79px;
}

.group-performance .vector-2 {
  position: absolute;
  top: 682px;
  left: 827px;
  width: 182px;
  height: 125px;
}

.group-performance .vector-3 {
  position: absolute;
  top: 638px;
  left: 1319px;
  width: 182px;
  height: 120px;
}

.group-performance .frame-6 {
  position: absolute;
  top: 1212px;
  left: 694px;
  width: 510px;
  height: 321px;
  display: flex;
  background-color: #8dc63f33;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid;
  border-color: #8dc63f;
}

.group-performance .group-6 {
  margin-top: 70px;
  width: 404px;
  margin-left: 70px;
  display: flex;
  gap: 59px;
}

.group-performance .text-wrapper-10 {
  margin-top: 12px;
  width: 80px;
  height: 77px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #92eb1a;
  font-size: 64px;
  letter-spacing: 0;
  line-height: 76.8px;
  white-space: nowrap;
}

.group-performance .text-wrapper-11 {
  width: 261px;
  height: 160px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #92eb1a;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 40.2px;
}

.group-performance .group-wrapper {
  position: absolute;
  top: 1116px;
  left: 57px;
  width: 510px;
  height: 303px;
  display: flex;
  background-color: #0539e466;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid;
  border-color: #03236a;
}

.group-performance .group-7 {
  margin-top: 24px;
  width: 467px;
  margin-left: 40px;
  display: flex;
  gap: 42px;
}

.group-performance .text-wrapper-12 {
  margin-top: 32px;
  width: 135px;
  height: 77px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #05cee4;
  font-size: 64px;
  letter-spacing: 0;
  line-height: 76.8px;
  white-space: nowrap;
}

.group-performance .text-wrapper-13 {
  width: 286px;
  height: 259px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #d8f4ed;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 40.2px;
}

.group-performance .frame-7 {
  position: absolute;
  top: 1197px;
  left: 1372px;
  width: 436px;
  height: 252px;
  display: flex;
  background-color: #05cee433;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid;
  border-color: #05cee4;
}

.group-performance .group-8 {
  margin-top: 13px;
  width: 292px;
  margin-left: 73px;
  display: flex;
}

.group-performance .text-wrapper-14 {
  width: 290px;
  height: 200px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #05cee4;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 40.2px;
}

.group-performance .frame-8 {
  position: absolute;
  top: 1500px;
  left: 1385px;
  width: 390px;
  height: 66px;
  display: flex;
  background-color: #05cee433;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid;
  border-color: #05cee4;
}

.group-performance .text-wrapper-15 {
  width: 290px;
  height: 40px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #05cee4;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 40.2px;
}

.group-performance .vector-4 {
  position: absolute;
  top: 1120px;
  left: 1312px;
  width: 118px;
  height: 56px;
}

.group-performance .vector-5 {
  position: absolute;
  top: 978px;
  left: 848px;
  width: 97px;
  height: 197px;
}

.group-performance .vector-6 {
  position: absolute;
  top: 695px;
  left: 60px;
  width: 152px;
  height: 382px;
}

.group-performance .CTA-button-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  top: 1585px;
  left: calc(50.00% - 192px);
  background-color: var(--logo-cta-highlights);
  border-radius: 10px;
}

.group-performance .language {
  position: relative;
  width: 40px;
  height: 40px;
  background-image: url(../assets/img/shared/language.svg);
  background-size: 100% 100%;
}

.group-performance .home-2 {
  position: relative;
  width: fit-content;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: var(--text);
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
  white-space: nowrap;
}


/* ====== SLIDE: Market ====== */

.expansion-plan {
  background-color: #213501cc;
  width: 1920px;
  min-height: 1376px;
  position: relative;
}

.expansion-plan .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1376px;
  aspect-ratio: 1.78;
  object-fit: cover;
}

.expansion-plan .africa-mapa-removebg {
  position: absolute;
  top: 416px;
  left: 687px;
  width: 847px;
  height: 722px;
  aspect-ratio: 1.17;
  object-fit: cover;
}

.expansion-plan .rectangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 241px;
  height: 231px;
  background-color: #ffffff;
  border-radius: 20px;
}

.expansion-plan .frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  position: absolute;
  top: 56px;
  left: calc(50% - 273px);
  background-color: #ffffff;
  border-radius: 10px;
}

.expansion-plan .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #213501cc;
  font-size: 64px;
  letter-spacing: 0;
  line-height: 76.8px;
  white-space: nowrap;
}

.expansion-plan .whatsapp-image {
  position: absolute;
  top: calc(50.00% - 679px);
  left: 20px;
  width: 202px;
  height: 202px;
  aspect-ratio: 1;
  object-fit: cover;
}

.expansion-plan .group {
  position: absolute;
  top: 747px;
  left: 1139px;
  width: 116px;
  height: 29px;
  transform: rotate(180deg);
}

.expansion-plan .vector {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 108px;
  height: 22px;
  transform: rotate(-180deg);
}

.expansion-plan .ellipse {
  position: absolute;
  top: 0;
  left: 104px;
  width: 12px;
  height: 12px;
  background-color: #d9d9d9;
  border-radius: 6px;
  border: 1px solid;
  border-color: #ffffff;
  aspect-ratio: 1;
}

.expansion-plan .div {
  position: absolute;
  top: 813px;
  left: 1117px;
  width: 116px;
  height: 29px;
  transform: rotate(180deg);
}

.expansion-plan .img {
  position: absolute;
  top: 8px;
  left: -1px;
  width: 108px;
  height: 22px;
  transform: rotate(-180deg);
}

.expansion-plan .group-2 {
  position: absolute;
  top: 778px;
  left: 1303px;
  width: 116px;
  height: 29px;
}

.expansion-plan .vector-2 {
  position: absolute;
  top: 8px;
  left: -1px;
  width: 108px;
  height: 22px;
}

.expansion-plan .ellipse-2 {
  position: absolute;
  top: 17px;
  left: 104px;
  width: 12px;
  height: 12px;
  background-color: #d9d9d9;
  border-radius: 6px;
  border: 1px solid;
  border-color: #ffffff;
  aspect-ratio: 1;
}

.expansion-plan .group-3 {
  position: absolute;
  top: 895px;
  left: 1260px;
  width: 116px;
  height: 29px;
  display: flex;
  gap: 20.1px;
  transform: rotate(45.62deg);
}

.expansion-plan .vector-3 {
  margin-top: -35.9px;
  width: 61.84px;
  height: 91.75px;
  margin-left: 22.1px;
  transform: rotate(-45.62deg);
}

.expansion-plan .ellipse-3 {
  margin-top: 17px;
  width: 12px;
  height: 12px;
  background-color: #d9d9d9;
  border-radius: 6px;
  border: 1px solid;
  border-color: #ffffff;
  aspect-ratio: 1;
}

.expansion-plan .download-wrapper {
  position: absolute;
  top: 675px;
  left: 1103px;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 100px;
  overflow: hidden;
  border: 2px solid;
  box-shadow: -4px 4px 12px #8dc63f80;
  aspect-ratio: 1;
}

.expansion-plan .download {
  height: 72px;
  width: 72px;
  aspect-ratio: 1.5;
  object-fit: cover;
}

.expansion-plan .img-wrapper {
  position: absolute;
  top: 730px;
  left: 1419px;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 100px;
  overflow: hidden;
  border: 2px solid;
  box-shadow: -4px 4px 12px #8dc63f80;
  aspect-ratio: 1;
}

.expansion-plan .frame-2 {
  position: absolute;
  top: 956px;
  left: 1312px;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 100px;
  overflow: hidden;
  border: 2px solid;
  box-shadow: -4px 4px 12px #8dc63f80;
  aspect-ratio: 1;
}

.expansion-plan .frame-3 {
  position: absolute;
  top: 842px;
  left: 1067px;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 100px;
  overflow: hidden;
  border: 2px solid;
  box-shadow: -4px 4px 12px #8dc63f80;
  aspect-ratio: 1;
}

.expansion-plan .frame-4 {
  position: absolute;
  top: 367px;
  left: 125px;
  width: 757px;
  height: 725px;
  background-color: #8dd7d280;
  border-radius: 40px;
  overflow: hidden;
  border: 3px solid;
  border-color: #8dd7d2;
  box-shadow: -6px -6px 16px #0000004c, 6px 6px 16px #0000004c;
}

.expansion-plan .group-4 {
  position: absolute;
  top: 74px;
  left: 290px;
  width: 429px;
  height: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.expansion-plan .text-wrapper-2 {
  margin-left: -4px;
  height: 82px;
  width: 425px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #00ffed;
  font-size: 68px;
  letter-spacing: 0;
  line-height: 81.6px;
  white-space: nowrap;
}

.expansion-plan .text-wrapper-3 {
  margin-left: -36px;
  height: 36px;
  width: 69px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}

.expansion-plan .group-5 {
  position: absolute;
  top: 289px;
  left: calc(50% + 8px);
  width: 248px;
  height: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.expansion-plan .text-wrapper-4 {
  margin-left: -4px;
  height: 82px;
  width: 244px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #00ffed;
  font-size: 68px;
  letter-spacing: 0;
  line-height: 81.6px;
  white-space: nowrap;
}

.expansion-plan .text-wrapper-5 {
  margin-left: -40px;
  height: 36px;
  width: 70px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}

.expansion-plan .group-6 {
  position: absolute;
  top: 509px;
  left: 50%;
  width: 212px;
  height: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.expansion-plan .text-wrapper-6 {
  margin-left: -4px;
  height: 82px;
  width: 208px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #00ffed;
  font-size: 68px;
  letter-spacing: 0;
  line-height: 81.6px;
  white-space: nowrap;
}

.expansion-plan .text-wrapper-7 {
  margin-left: -5px;
  height: 36px;
  width: 73px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}

.expansion-plan .language {
  position: absolute;
  top: 66px;
  left: 65px;
  width: 162px;
  height: 158px;
  background-image: url(../assets/img/market/language.svg);
  background-size: 100% 100%;
}

.expansion-plan .holiday-village {
  position: absolute;
  top: 280px;
  left: 65px;
  width: 162px;
  height: 158px;
  background-image: url(../assets/img/market/holiday-village.svg);
  background-size: 100% 100%;
}

.expansion-plan .eye-tracking {
  position: absolute;
  top: 494px;
  left: 66px;
  width: 162px;
  height: 158px;
  background-image: url(../assets/img/market/eye-tracking.svg);
  background-size: 100% 100%;
}

.expansion-plan .CTA-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  top: 1288px;
  left: 56px;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--logo-cta-highlights);
}

.expansion-plan .home {
  margin-top: -1px;
  position: relative;
  width: fit-content;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: var(--logo-cta-highlights);
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
  white-space: nowrap;
}

.expansion-plan .CTA-button-2 {
  top: 1278px;
  left: calc(50% - 197px);
  background-color: var(--logo-cta-highlights);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  border-radius: 10px;
}

.expansion-plan .language-2 {
  position: relative;
  width: 40px;
  height: 40px;
  background-image: url(../assets/img/market/language-1.svg);
  background-size: 100% 100%;
}

.expansion-plan .home-2 {
  position: relative;
  width: fit-content;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: var(--text);
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
  white-space: nowrap;
}

.expansion-plan .home-wrapper {
  top: 1280px;
  right: 47px;
  border: 1px solid;
  border-color: var(--logo-cta-highlights);
  background: linear-gradient(
    0deg,
    rgba(34, 54, 1, 0.8) 0%,
    rgba(34, 54, 1, 0.8) 100%
  );
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  border-radius: 10px;
}


/* ====== SLIDE: Impact ====== */

.impact-metrics {
  background-color: #000000;
  width: 1920px;
  min-height: 1199px;
  position: relative;
}

.impact-metrics .whatsapp-video {
  position: absolute;
  top: calc(50.00% - 600px);
  left: calc(50.00% - 960px);
  width: 1920px;
  height: 1199px;
  object-fit: cover;
}

.impact-metrics .ellipse {
  position: absolute;
  top: -74px;
  right: -142px;
  width: 600px;
  height: 600px;
  background-color: #8dc63fcc;
  border-radius: 50%;
  z-index: 1;
}

.impact-metrics .frame {
  position: absolute;
  top: -30px;
  right: -78px;
  left: auto;
  width: 520px;
  height: 520px;
  background: url(../assets/img/impact/image-9.png) center / cover no-repeat;
  border-radius: 50%;
  overflow: visible;
  z-index: 2;
}

.impact-metrics .element {
  display: none;
}

.impact-metrics .img {
  display: none;
}

.impact-metrics .rectangle {
  top: 48px;
  right: 70px;
  left: auto;
  width: 176px;
  height: 176px;
  position: absolute;
  background-color: #ffffff;
  border-radius: 0;
  z-index: 3;
}

.impact-metrics .whatsapp-image {
  position: absolute;
  top: 60px;
  right: 86px;
  left: auto;
  width: 144px;
  height: 144px;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  z-index: 4;
}

.impact-metrics .div-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  position: absolute;
  top: 64px;
  left: 64px;
  background-color: #8dc63f;
  border-radius: 10px;
}

.impact-metrics .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: var(--green-dark-2);
  font-size: 64px;
  letter-spacing: 0;
  line-height: 76.8px;
  white-space: nowrap;
}

.impact-metrics .CTA-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  top: 1107px;
  left: 64px;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--logo-cta-highlights);
}

.impact-metrics .home {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: var(--logo-cta-highlights);
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
  white-space: nowrap;
}

.impact-metrics .div {
  left: calc(50.00% - 177px);
  background-color: var(--logo-cta-highlights);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  top: 1107px;
  border-radius: 10px;
}

.impact-metrics .language {
  position: relative;
  width: 40px;
  height: 40px;
  background-image: url(../assets/img/shared/language.svg);
  background-size: 100% 100%;
}

.impact-metrics .home-2 {
  position: relative;
  width: fit-content;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: var(--text);
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
  white-space: nowrap;
}

.impact-metrics .rectangle-2 {
  top: 229px;
  left: 74px;
  width: 1274px;
  height: 772px;
  border-radius: 50px;
  opacity: 0.15;
  position: absolute;
  background-color: #d9d9d9;
}

.impact-metrics .group {
  position: absolute;
  top: 825px;
  left: 481px;
  width: 431px;
  height: 132px;
  display: flex;
  flex-direction: column;
}

.impact-metrics .text-wrapper-2 {
  margin-left: 73px;
  width: 262px;
  height: 96px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #da1ffb;
  font-size: 80px;
  letter-spacing: 0;
  line-height: 96.0px;
  white-space: nowrap;
}

.impact-metrics .text-wrapper-3 {
  width: 427px;
  height: 36px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 36.0px;
  white-space: nowrap;
}

.impact-metrics .p {
  position: absolute;
  top: 390px;
  left: 727px;
  width: 610px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  line-height: 36.0px;
}

.impact-metrics .text-wrapper-4 {
  position: absolute;
  top: 397px;
  left: 90px;
  width: 510px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  line-height: 36.0px;
}

.impact-metrics .text-wrapper-5 {
  top: 294px;
  left: 206px;
  color: #7dcd00;
  position: absolute;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  font-size: 80px;
  letter-spacing: 0;
  line-height: 96.0px;
  white-space: nowrap;
}

.impact-metrics .text-wrapper-6 {
  position: absolute;
  top: 294px;
  left: 960px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #fb1f33;
  font-size: 80px;
  letter-spacing: 0;
  line-height: 96.0px;
  white-space: nowrap;
}

.impact-metrics .text-wrapper-7 {
  position: absolute;
  top: 697px;
  left: 74px;
  width: 472px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  line-height: 36.0px;
}

.impact-metrics .text-wrapper-8 {
  top: 601px;
  left: 149px;
  color: #00bdcc;
  position: absolute;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  font-size: 80px;
  letter-spacing: 0;
  line-height: 96.0px;
  white-space: nowrap;
}

.impact-metrics .text-wrapper-9 {
  position: absolute;
  top: 677px;
  left: 784px;
  width: 481px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  line-height: 36.0px;
}

.impact-metrics .text-wrapper-10 {
  position: absolute;
  top: 582px;
  left: 930px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #ff7440;
  font-size: 80px;
  letter-spacing: 0;
  line-height: 96.0px;
  white-space: nowrap;
}

.impact-metrics .home-wrapper {
  right: 59px;
  border: 1px solid;
  border-color: var(--logo-cta-highlights);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  top: 1107px;
  border-radius: 10px;
}


/* ====== SLIDE: Finance ====== */

.finance-numbers {
  background-color: #000000;
  width: 1920px;
  min-height: 1199px;
  position: relative;
}

.finance-numbers .whatsapp-video {
  position: absolute;
  top: calc(50.00% - 616px);
  left: calc(50.00% - 960px);
  width: 1920px;
  height: 1233px;
  border: 0px none;
}

.finance-numbers .frame {
  display: inline-flex;
  padding: 12px;
  top: 64px;
  left: 64px;
  background-color: #8dc63f;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
}

.finance-numbers .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: var(--green-dark-2);
  font-size: 60px;
  letter-spacing: 0;
  line-height: 72.0px;
  white-space: nowrap;
}

.finance-numbers .whatsapp-image {
  position: absolute;
  top: calc(50.00% - 600px);
  left: 1695px;
  width: 225px;
  height: 219px;
  aspect-ratio: 1;
  object-fit: cover;
}

.finance-numbers .CTA-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  top: 1125px;
  left: 56px;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--logo-cta-highlights);
}

.finance-numbers .home {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: var(--logo-cta-highlights);
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
  white-space: nowrap;
}

.finance-numbers .div {
  left: calc(50.00% - 261px);
  background-color: var(--logo-cta-highlights);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  top: 1127px;
  border-radius: 10px;
}

.finance-numbers .language {
  position: relative;
  width: 40px;
  height: 40px;
  background-image: url(../assets/img/shared/language.svg);
  background-size: 100% 100%;
}

.finance-numbers .home-2 {
  position: relative;
  width: fit-content;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: var(--text);
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
  white-space: nowrap;
}

.finance-numbers .group {
  position: absolute;
  top: 224px;
  left: calc(50.00% - 922px);
  width: 1832px;
  height: 875px;
  background-color: #213501cc;
  border-radius: 80px;
}

.finance-numbers .line {
  position: absolute;
  top: 225px;
  left: 308px;
  width: 2px;
  height: 599px;
}

.finance-numbers .img {
  position: absolute;
  top: 184px;
  left: 851px;
  width: 3px;
  height: 640px;
  object-fit: cover;
}

.finance-numbers .line-2 {
  position: absolute;
  top: 184px;
  left: 1187px;
  width: 2px;
  height: 638px;
  object-fit: cover;
}

.finance-numbers .line-3 {
  position: absolute;
  top: 822px;
  left: 308px;
  width: 1223px;
  height: 2px;
}

.finance-numbers .line-4 {
  position: absolute;
  top: 506px;
  left: 329px;
  width: 1170px;
  height: 262px;
}

.finance-numbers .line-5 {
  position: absolute;
  top: 404px;
  left: 333px;
  width: 1170px;
  height: 262px;
}

.finance-numbers .line-6 {
  position: absolute;
  top: 302px;
  left: 329px;
  width: 1170px;
  height: 262px;
}

.finance-numbers .line-7 {
  position: absolute;
  top: 208px;
  left: 328px;
  width: 1170px;
  height: 262px;
}

.finance-numbers .line-8 {
  position: absolute;
  top: 88px;
  left: 328px;
  width: 1170px;
  height: 262px;
}

.finance-numbers .group-2 {
  position: absolute;
  top: 564px;
  left: 837px;
  width: 367px;
  height: 105px;
  display: flex;
  gap: 298.6px;
}

.finance-numbers .ellipse {
  margin-top: 70.6px;
  width: 34.32px;
  height: 34.32px;
  margin-left: 0;
  background-color: #ffffff;
  border-radius: 17.16px;
  aspect-ratio: 1;
}

.finance-numbers .ellipse-2 {
  width: 34.32px;
  height: 34.32px;
  background-color: #ffffff;
  border-radius: 17.16px;
  aspect-ratio: 1;
}

.finance-numbers .group-3 {
  position: absolute;
  top: 458px;
  left: 837px;
  width: 367px;
  height: 105px;
  display: flex;
  gap: 298.6px;
}

.finance-numbers .group-4 {
  position: absolute;
  top: 359px;
  left: 837px;
  width: 367px;
  height: 105px;
  display: flex;
  gap: 298.6px;
}

.finance-numbers .group-5 {
  position: absolute;
  top: 263px;
  left: 837px;
  width: 367px;
  height: 105px;
  display: flex;
  gap: 298.6px;
}

.finance-numbers .group-6 {
  position: absolute;
  top: 147px;
  left: 837px;
  width: 367px;
  height: 105px;
  display: flex;
  gap: 298.6px;
}

.finance-numbers .gross-marketplace-wrapper {
  display: flex;
  width: 276px;
  height: 74px;
  padding: 8px 14px;
  top: 294px;
  left: 20px;
  border-radius: 50px;
  background: linear-gradient(
    271deg,
    rgba(5, 206, 228, 1) 0%,
    rgba(3, 114, 126, 1) 100%
  );
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
}

.finance-numbers .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.04px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28.8px;
}

.finance-numbers .div-wrapper {
  display: flex;
  width: 249px;
  height: 45px;
  padding: 8px 14px;
  top: 439px;
  left: 33px;
  border-radius: 50px;
  background: linear-gradient(
    90deg,
    rgba(65, 0, 0, 1) 0%,
    rgba(167, 1, 1, 1) 100%
  );
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
}

.finance-numbers .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1.02px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 28.8px;
  white-space: nowrap;
}

.finance-numbers .frame-2 {
  display: flex;
  width: 283px;
  height: 45px;
  padding: 8px 14px;
  top: 740px;
  left: 13px;
  border-radius: 50px;
  background: linear-gradient(
    91deg,
    rgba(83, 133, 15, 1) 0%,
    rgba(147, 235, 26, 1) 100%
  );
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
}

.finance-numbers .EBITDA-operating-wrapper {
  display: flex;
  width: 287px;
  height: 74px;
  padding: 8px 14px;
  top: 617px;
  left: 10px;
  border-radius: 50px;
  background: linear-gradient(
    90deg,
    rgba(126, 60, 3, 1) 0%,
    rgba(228, 109, 5, 1) 100%
  );
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
}

.finance-numbers .ellipse-3 {
  position: absolute;
  top: 753px;
  left: 296px;
  width: 24px;
  height: 24px;
  background-color: #d9d9d9;
  border-radius: 12.11px;
  aspect-ratio: 1;
}

.finance-numbers .ellipse-4 {
  position: absolute;
  top: 648px;
  left: 297px;
  width: 24px;
  height: 24px;
  background-color: #d9d9d9;
  border-radius: 12.11px;
  aspect-ratio: 1;
}

.finance-numbers .ellipse-5 {
  position: absolute;
  top: 546px;
  left: 297px;
  width: 24px;
  height: 24px;
  background-color: #d9d9d9;
  border-radius: 12.11px;
  aspect-ratio: 1;
}

.finance-numbers .ellipse-6 {
  position: absolute;
  top: 451px;
  left: 296px;
  width: 24px;
  height: 24px;
  background-color: #d9d9d9;
  border-radius: 12.11px;
  aspect-ratio: 1;
}

.finance-numbers .ellipse-7 {
  position: absolute;
  top: 335px;
  left: 296px;
  width: 24px;
  height: 24px;
  background-color: #d9d9d9;
  border-radius: 12.11px;
  aspect-ratio: 1;
}

.finance-numbers .frame-3 {
  display: flex;
  width: 129px;
  height: 42px;
  padding: 4px 8px;
  top: 210px;
  left: 847px;
  background-color: #ffffff;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
}

.finance-numbers .text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1.02px;
  font-family: "Montserrat", Helvetica;
  font-weight: 800;
  color: #333333;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 33.6px;
  white-space: nowrap;
}

.finance-numbers .frame-4 {
  display: flex;
  width: 119px;
  height: 42px;
  padding: 4px 8px;
  top: 529px;
  left: 858px;
  background-color: #ffffff;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
}

.finance-numbers .frame-5 {
  display: flex;
  width: 118px;
  height: 42px;
  padding: 4px 8px;
  top: 631px;
  left: 858px;
  background-color: #ffffff;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
}

.finance-numbers .frame-6 {
  display: flex;
  width: 106px;
  height: 42px;
  padding: 4px 8px;
  top: 149px;
  left: 1182px;
  background-color: #ffffff;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
}

.finance-numbers .frame-7 {
  display: flex;
  width: 133px;
  height: 42px;
  padding: 4px 8px;
  top: 260px;
  left: 1182px;
  background-color: #ffffff;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
}

.finance-numbers .frame-8 {
  display: flex;
  width: 130px;
  height: 42px;
  padding: 4px 8px;
  top: 461px;
  left: 1187px;
  background-color: #ffffff;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
}

.finance-numbers .frame-9 {
  display: flex;
  width: 129px;
  height: 42px;
  padding: 4px 8px;
  top: 566px;
  left: 1188px;
  background-color: #ffffff;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
}

.finance-numbers .frame-10 {
  display: flex;
  width: 55px;
  height: 42px;
  padding: 4px 8px;
  top: 328px;
  left: 850px;
  background-color: #ffffff;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
}

.finance-numbers .frame-11 {
  display: flex;
  width: 147px;
  height: 42px;
  padding: 4px 10px;
  top: 43px;
  left: 1109px;
  background-color: #ffffff;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
}

.finance-numbers .frame-12 {
  display: flex;
  width: 161px;
  height: 42px;
  padding: 4px 10px;
  top: 47px;
  left: 796px;
  background-color: #ffffff;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
}

.finance-numbers .frame-13 {
  display: flex;
  width: 161px;
  padding: 4px 10px;
  top: 281px;
  left: 141px;
  background-color: #ffffff;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
}

.finance-numbers .text-wrapper-5 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 800;
  color: #333333;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 33.6px;
  white-space: nowrap;
}

.finance-numbers .frame-14 {
  display: flex;
  width: 249px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 14px;
  position: absolute;
  top: 404px;
  left: 1557px;
  border-radius: 50px;
  background: linear-gradient(
    90deg,
    rgba(65, 0, 0, 1) 0%,
    rgba(167, 1, 1, 1) 100%
  );
}

.finance-numbers .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 28.8px;
  white-space: nowrap;
}

.finance-numbers .frame-15 {
  display: flex;
  width: 287px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 14px;
  position: absolute;
  top: 594px;
  left: 1557px;
  border-radius: 50px;
  background: linear-gradient(
    90deg,
    rgba(126, 60, 3, 1) 0%,
    rgba(228, 109, 5, 1) 100%
  );
}

.finance-numbers .text-wrapper-7 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28.8px;
}

.finance-numbers .frame-16 {
  display: flex;
  width: 283px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 14px;
  position: absolute;
  top: 717px;
  left: 1563px;
  border-radius: 50px;
  background: linear-gradient(
    91deg,
    rgba(83, 133, 15, 1) 0%,
    rgba(147, 235, 26, 1) 100%
  );
}

.finance-numbers .frame-17 {
  width: 119px;
  padding: 4px 8px;
  top: 578px;
  left: 1226px;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
}

.finance-numbers .text-wrapper-8 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  margin-left: -6.50px;
  margin-right: -6.50px;
  font-family: "Montserrat", Helvetica;
  font-weight: 800;
  color: #333333;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 33.6px;
  white-space: nowrap;
}

.finance-numbers .frame-18 {
  width: 119px;
  padding: 4px 8px;
  top: 652px;
  left: 900px;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
}

.finance-numbers .text-wrapper-9 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  margin-left: -2.50px;
  margin-right: -2.50px;
  font-family: "Montserrat", Helvetica;
  font-weight: 800;
  color: #333333;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 33.6px;
  white-space: nowrap;
}

.finance-numbers .frame-19 {
  width: 249px;
  padding: 8px 14px;
  top: 758px;
  left: 74px;
  border-radius: 50px;
  background: linear-gradient(
    90deg,
    rgba(65, 0, 0, 1) 0%,
    rgba(167, 1, 1, 1) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
}

.finance-numbers .frame-20 {
  display: flex;
  width: 249px;
  padding: 8px 14px;
  top: 505px;
  left: 1568px;
  border-radius: 50px;
  background: linear-gradient(
    90deg,
    rgba(65, 0, 0, 1) 0%,
    rgba(167, 1, 1, 1) 100%
  );
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
}

.finance-numbers .frame-21 {
  display: flex;
  width: 277px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 14px;
  position: absolute;
  top: 276px;
  left: 1557px;
  border-radius: 50px;
  background: linear-gradient(
    271deg,
    rgba(5, 206, 228, 1) 0%,
    rgba(3, 114, 126, 1) 100%
  );
}

.finance-numbers .home-wrapper {
  right: 62px;
  border: 1px solid;
  border-color: var(--logo-cta-highlights);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  top: 1127px;
  border-radius: 10px;
}


/* ====== SLIDE: Competitive Advantage ====== */

.competitive-overview {
  background-color: #172109;
  width: 1920px;
  min-height: 1232px;
  position: relative;
}

.competitive-overview .screenshot {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1232px;
  object-fit: cover;
}

.competitive-overview .rectangle {
  position: absolute;
  top: 5px;
  left: 1738px;
  width: 182px;
  height: 196px;
  background-color: #ffffff;
  border-radius: 10px 0px 0px 10px;
}

.competitive-overview .frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  position: absolute;
  top: 71px;
  left: calc(50.00% - 888px);
  background-color: #ffffff;
  border-radius: 10px;
}

.competitive-overview .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: var(--green-dark-2);
  font-size: 64px;
  letter-spacing: 0;
  line-height: 76.8px;
  white-space: nowrap;
}

.competitive-overview .whatsapp-image {
  position: absolute;
  top: calc(50.00% - 600px);
  left: 1742px;
  width: 174px;
  height: 174px;
  aspect-ratio: 1;
  object-fit: cover;
}

.competitive-overview .group {
  position: absolute;
  top: 316px;
  left: 132px;
  width: 1657px;
  height: 764px;
}

.competitive-overview .frame-wrapper {
  display: flex;
  width: 512px;
  height: 170px;
  align-items: center;
  justify-content: center;
  padding: 52px 0px 18px 16px;
  position: absolute;
  top: 0;
  left: 1px;
  border-radius: 20px 0px 0px 0px;
  border: 3px solid;
  border-color: #ffffff;
}

.competitive-overview .div-wrapper {
  display: flex;
  width: 436px;
  height: 136px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 16px;
  position: relative;
  margin-top: -18.00px;
  margin-bottom: -18.00px;
}

.competitive-overview .div {
  position: relative;
  flex: 1;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: 48.0px;
}

.competitive-overview .frame-2 {
  display: flex;
  width: 512px;
  height: 198px;
  align-items: center;
  gap: 10px;
  padding: 60px 30px;
  position: absolute;
  top: 170px;
  left: 0;
  border-right-width: 3px;
  border-right-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-left-width: 3px;
  border-left-style: solid;
  border-color: #ffffff;
}

.competitive-overview .frame-3 {
  display: flex;
  width: 295px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  position: relative;
  background-color: #8dc63f;
  border-radius: 50px;
}

.competitive-overview .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #333333;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: 48.0px;
  white-space: nowrap;
}

.competitive-overview .frame-4 {
  display: flex;
  width: 512px;
  height: 198px;
  align-items: center;
  gap: 10px;
  padding: 60px 30px;
  position: absolute;
  top: 368px;
  left: 0;
  border-right-width: 3px;
  border-right-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-left-width: 3px;
  border-left-style: solid;
  border-color: #ffffff;
}

.competitive-overview .PAYG-m-KOPA-solarnow-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -19.00px;
  margin-bottom: -19.00px;
  margin-right: -2.00px;
  background-color: #8dc63f;
  border-radius: 50px;
}

.competitive-overview .PAYG-m-KOPA-solarnow {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #333333;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: 48.0px;
}

.competitive-overview .frame-5 {
  display: flex;
  width: 512px;
  height: 198px;
  align-items: center;
  gap: 10px;
  padding: 60px 30px;
  position: absolute;
  top: 566px;
  left: 0;
  border-radius: 0px 0px 0px 20px;
  border-right-width: 3px;
  border-right-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-left-width: 3px;
  border-left-style: solid;
  border-color: #ffffff;
}

.competitive-overview .frame-6 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: #8dc63f;
  border-radius: 50px;
}

.competitive-overview .frame-7 {
  display: flex;
  width: 295px;
  height: 170px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 16px;
  position: absolute;
  top: 0;
  left: 512px;
  border-top-width: 3px;
  border-top-style: solid;
  border-right-width: 3px;
  border-right-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-color: #ffffff;
}

.competitive-overview .group-savings-wrapper {
  display: flex;
  width: 295px;
  height: 198px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 16px;
  position: absolute;
  top: 170px;
  left: 512px;
  border-right-width: 3px;
  border-right-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-color: #ffffff;
}

.competitive-overview .group-savings {
  position: relative;
  width: 275px;
  margin-left: -6.00px;
  margin-right: -6.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0;
  line-height: 42.0px;
}

.competitive-overview .interest-free-wrapper {
  display: flex;
  width: 281px;
  height: 198px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 16px;
  position: absolute;
  top: 170px;
  left: 807px;
  border-right-width: 3px;
  border-right-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-color: #ffffff;
}

.competitive-overview .text-wrapper-3 {
  position: relative;
  width: fit-content;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0;
  line-height: 42.0px;
  white-space: nowrap;
}

.competitive-overview .social-capital-wrapper {
  display: flex;
  width: 291px;
  height: 198px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 16px;
  position: absolute;
  top: 170px;
  left: 1088px;
  border-right-width: 3px;
  border-right-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-color: #ffffff;
}

.competitive-overview .frame-8 {
  display: flex;
  width: 278px;
  height: 198px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 16px;
  position: absolute;
  top: 170px;
  left: 1379px;
  border-right-width: 3px;
  border-right-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-color: #ffffff;
}

.competitive-overview .text-wrapper-4 {
  position: relative;
  width: 264px;
  margin-left: -9.00px;
  margin-right: -9.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0;
  line-height: 42.0px;
}

.competitive-overview .individual-debt-wrapper {
  display: flex;
  width: 295px;
  height: 198px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 16px;
  position: absolute;
  top: 368px;
  left: 512px;
  border-right-width: 3px;
  border-right-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-color: #ffffff;
}

.competitive-overview .individual-debt {
  position: relative;
  width: fit-content;
  margin-left: -12.50px;
  margin-right: -12.50px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0;
  line-height: 42.0px;
  white-space: nowrap;
}

.competitive-overview .high-financing-fees-wrapper {
  display: flex;
  width: 281px;
  height: 198px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 16px;
  position: absolute;
  top: 368px;
  left: 807px;
  border-right-width: 3px;
  border-right-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-color: #ffffff;
}

.competitive-overview .high-financing-fees {
  position: relative;
  width: 273px;
  margin-left: -12.00px;
  margin-right: -12.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0;
  line-height: 42.0px;
}

.competitive-overview .remote-lockout-wrapper {
  display: flex;
  width: 291px;
  height: 198px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 16px;
  position: absolute;
  top: 368px;
  left: 1088px;
  border-right-width: 3px;
  border-right-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-color: #ffffff;
}

.competitive-overview .remote-lockout {
  position: relative;
  width: 272px;
  margin-left: -6.50px;
  margin-right: -6.50px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0;
  line-height: 42.0px;
}

.competitive-overview .mobile-money-credit-wrapper {
  display: flex;
  width: 278px;
  height: 198px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 16px;
  position: absolute;
  top: 368px;
  left: 1379px;
  border-right-width: 3px;
  border-right-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-color: #ffffff;
}

.competitive-overview .mobile-money-credit {
  position: relative;
  width: 307px;
  margin-left: -30.50px;
  margin-right: -30.50px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0;
  line-height: 42.0px;
}

.competitive-overview .frame-9 {
  display: flex;
  width: 295px;
  height: 198px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 16px;
  position: absolute;
  top: 566px;
  left: 512px;
  border-right-width: 3px;
  border-right-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-color: #ffffff;
}

.competitive-overview .frame-10 {
  display: flex;
  width: 281px;
  height: 198px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 16px;
  position: absolute;
  top: 566px;
  left: 807px;
  border-right-width: 3px;
  border-right-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-color: #ffffff;
}

.competitive-overview .frame-11 {
  display: flex;
  width: 291px;
  height: 198px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 16px;
  position: absolute;
  top: 566px;
  left: 1088px;
  border-right-width: 3px;
  border-right-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-color: #ffffff;
}

.competitive-overview .frame-12 {
  display: flex;
  width: 278px;
  height: 198px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 16px;
  position: absolute;
  top: 566px;
  left: 1379px;
  border-radius: 0px 0px 20px 0px;
  border-right-width: 3px;
  border-right-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-color: #ffffff;
}

.competitive-overview .text-wrapper-5 {
  position: relative;
  width: 325px;
  margin-left: -39.50px;
  margin-right: -39.50px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0;
  line-height: 42.0px;
}

.competitive-overview .frame-13 {
  display: flex;
  width: 281px;
  height: 170px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 16px;
  position: absolute;
  top: 0;
  left: 807px;
  border-top-width: 3px;
  border-top-style: solid;
  border-right-width: 3px;
  border-right-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-color: #ffffff;
}

.competitive-overview .frame-14 {
  display: flex;
  width: 291px;
  height: 170px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 16px;
  position: absolute;
  top: 0;
  left: 1088px;
  border-top-width: 3px;
  border-top-style: solid;
  border-right-width: 3px;
  border-right-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-color: #ffffff;
}

.competitive-overview .frame-15 {
  display: flex;
  width: 278px;
  height: 170px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 16px;
  position: absolute;
  top: 0;
  left: 1379px;
  border-radius: 0px 20px 0px 0px;
  border-top-width: 3px;
  border-top-style: solid;
  border-right-width: 3px;
  border-right-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-color: #ffffff;
}

.competitive-overview .CTA-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  top: 1155px;
  left: 72px;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--logo-cta-highlights);
}

.competitive-overview .home {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: var(--logo-cta-highlights);
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
  white-space: nowrap;
}

.competitive-overview .CTA-button-2 {
  left: calc(50.00% - 202px);
  background-color: var(--logo-cta-highlights);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  top: 1153px;
  border-radius: 10px;
}

.competitive-overview .language {
  position: relative;
  width: 40px;
  height: 40px;
  background-image: url(../assets/img/shared/language.svg);
  background-size: 100% 100%;
}

.competitive-overview .home-2 {
  position: relative;
  width: fit-content;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: var(--text);
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
  white-space: nowrap;
}

.competitive-overview .home-wrapper {
  right: 54px;
  border: 1px solid;
  border-color: var(--logo-cta-highlights);
  background: linear-gradient(
    0deg,
    rgba(34, 54, 1, 0.8) 0%,
    rgba(34, 54, 1, 0.8) 100%
  );
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  top: 1153px;
  border-radius: 10px;
}


/* ====== SLIDE: Team ====== */

.team {
  background-color: #d9d9d9;
  width: 1920px;
  min-height: 1612px;
  position: relative;
}

.team .image {
  width: 1920px;
  height: 1612px;
  aspect-ratio: 1.5;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.team .ellipse {
  top: calc(50.00% - 250px);
  left: 1132px;
  position: absolute;
  width: 1230px;
  height: 1280px;
  background-color: #e8f5d766;
  border-radius: 615px / 640px;
}

.team .div {
  top: calc(50.00% - 1221px);
  left: 1356px;
  position: absolute;
  width: 1230px;
  height: 1280px;
  background-color: #e8f5d766;
  border-radius: 615px / 640px;
}

.team .frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  position: absolute;
  top: 56px;
  left: calc(50.00% - 172px);
  background-color: #92eb1a99;
  border-radius: 10px;
}

.team .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: var(--green-dark-2);
  font-size: 64px;
  letter-spacing: 0;
  line-height: 76.8px;
  white-space: nowrap;
}

.team .whatsapp-image {
  position: absolute;
  top: calc(50.00% - 806px);
  left: 0;
  width: 202px;
  height: 202px;
  aspect-ratio: 1;
  object-fit: cover;
}

.team .group {
  position: absolute;
  top: 170px;
  left: 1164px;
  width: 607px;
  height: 601px;
}

.team .whatsapp-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 280px;
  display: flex;
  background-color: #ffffff;
  border-radius: 2000px;
  overflow: hidden;
  border: 8px solid;
  border-color: #e8f5d7;
  box-shadow: 6px -6px 32px #00000099, -6px 6px 32px #0000004c;
  aspect-ratio: 1;
}

.team .img {
  width: 280px;
  height: 280px;
  aspect-ratio: 1.02;
}

.team .subtract {
  position: absolute;
  top: 144px;
  left: 129px;
  width: 469px;
  height: 457px;
}

.team .p {
  position: absolute;
  top: 279px;
  left: 153px;
  width: 397px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28.8px;
}

.team .line {
  position: absolute;
  top: 268px;
  left: 203px;
  width: 396px;
  height: 2px;
}

.team .education-msc-in {
  position: absolute;
  top: 338px;
  left: 156px;
  width: 377px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #333333;
  font-size: 30px;
  text-align: left;
  word-spacing: normal;
  letter-spacing: 0;
  line-height: 33.0px;
}

.team .span {
  font-weight: 700;
}

.team .text-wrapper-2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 30.8px;
}

.team .linkedin-in-wrapper {
  position: absolute;
  top: 289px;
  left: 553px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8dc63f;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 0px 4px 8px #00000033;
  aspect-ratio: 1;
}

.team .linkedin-in {
  height: 20px;
  width: 20px;
  aspect-ratio: 1;
  background-image: url(../assets/img/team/linkedin-in-2.svg);
  background-size: 100% 100%;
}

.team .subtract-2 {
  position: absolute;
  top: 144px;
  left: 204px;
  width: 395px;
  height: 125px;
}

.team .text-wrapper-3 {
  position: absolute;
  top: 179px;
  left: 276px;
  width: 257px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 35.2px;
  white-space: nowrap;
}

.team .text-wrapper-4 {
  position: absolute;
  top: 575px;
  left: 370px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #0539e4;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0;
  line-height: 30.8px;
  white-space: nowrap;
}

.team .group-2 {
  position: absolute;
  top: 247px;
  left: 68px;
  width: 607px;
  height: 585px;
  transform: rotate(180deg);
}

.team .frame-2 {
  top: 305px;
  position: absolute;
  left: 0;
  width: 280px;
  height: 280px;
  background-color: #ffffff;
  border-radius: 2000px;
  overflow: hidden;
  border: 8px solid;
  border-color: #e8f5d7;
  box-shadow: 6px -6px 32px #00000099, -6px 6px 32px #0000004c;
  aspect-ratio: 1;
}

.team .whatsapp-image-2 {
  transform: rotate(-180deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 280px;
  aspect-ratio: 1.02;
}

.team .image-2 {
  width: 280px;
  height: 280px;
  transform: rotate(-180deg);
  aspect-ratio: 0.96;
  position: absolute;
  top: 0;
  left: 0;
}

.team .subtract-3 {
  position: absolute;
  top: 0;
  left: 129px;
  width: 469px;
  height: 441px;
  transform: rotate(-180deg);
}

.team .text-wrapper-5 {
  top: 256px;
  left: 231px;
  width: 343px;
  transform: rotate(-180deg);
  position: absolute;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
  white-space: nowrap;
}

.team .line-2 {
  position: absolute;
  top: 315px;
  left: 203px;
  width: 396px;
  height: 2px;
  transform: rotate(-180deg);
}

.team .education-advanced {
  position: absolute;
  top: 92px;
  left: 204px;
  width: 369px;
  transform: rotate(-180deg);
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #333333;
  font-size: 30px;
  text-align: left;
  word-spacing: normal;
  letter-spacing: 0;
  line-height: 33.0px;
}

.team .text-wrapper-6 {
  font-weight: 500;
}

.team .text-wrapper-7 {
  top: 10px;
  left: 204px;
  transform: rotate(-180deg);
  color: #033eff;
  font-size: 30px;
  line-height: 33.0px;
  position: absolute;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
}

.team .div-wrapper {
  top: 247px;
  left: 143px;
  width: 32px;
  height: 32px;
  transform: rotate(-180deg);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8dc63f;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 0px 4px 8px #00000033;
  aspect-ratio: 1;
}

.team .img-wrapper {
  height: 20px;
  width: 20px;
  display: flex;
  aspect-ratio: 1;
}

.team .linkedin-in-2 {
  flex: 1;
  width: 20px;
  transform: rotate(-180deg);
}

.team .subtract-4 {
  position: absolute;
  top: 316px;
  left: 204px;
  width: 395px;
  height: 125px;
  transform: rotate(-180deg);
}

.team .text-wrapper-8 {
  position: absolute;
  top: 354px;
  left: 276px;
  width: 277px;
  transform: rotate(-180deg);
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 35.2px;
}

.team .group-3 {
  position: absolute;
  top: 863px;
  left: 1184px;
  width: 607px;
  height: 571px;
}

.team .frame-3 {
  top: 0;
  position: absolute;
  left: 0;
  width: 280px;
  height: 280px;
  background-color: #ffffff;
  border-radius: 2000px;
  overflow: hidden;
  border: 8px solid;
  border-color: #e8f5d7;
  box-shadow: 6px -6px 32px #00000099, -6px 6px 32px #0000004c;
  aspect-ratio: 1;
}

.team .whatsapp-image-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 280px;
  aspect-ratio: 1.02;
}

.team .image-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 280px;
  aspect-ratio: 0.98;
}

.team .subtract-5 {
  position: absolute;
  top: 144px;
  left: 129px;
  width: 469px;
  height: 427px;
}

.team .text-wrapper-9 {
  top: 301px;
  left: 156px;
  width: 250px;
  position: absolute;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
  white-space: nowrap;
}

.team .text-wrapper-10 {
  top: 542px;
  left: 368px;
  color: #053fff;
  font-size: 28px;
  line-height: 30.8px;
  position: absolute;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
}

.team .education-b-a-in {
  position: absolute;
  top: 338px;
  left: 156px;
  width: 377px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #333333;
  font-size: 28px;
  text-align: left;
  word-spacing: normal;
  letter-spacing: 0;
  line-height: 30.8px;
}

.team .frame-4 {
  top: 310px;
  left: 549px;
  width: 32px;
  height: 32px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8dc63f;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 0px 4px 8px #00000033;
  aspect-ratio: 1;
}

.team .text-wrapper-11 {
  position: absolute;
  top: 182px;
  left: 276px;
  width: 257px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 35.2px;
}

.team .CTA-button-wrapper {
  position: absolute;
  top: 1495px;
  left: 93px;
  width: 116px;
  height: 88px;
  display: flex;
  background-color: #213501;
  border-radius: 20px;
}

.team .CTA-button {
  display: inline-flex;
  margin-top: 15px;
  width: 81px;
  height: 58px;
  margin-left: 19px;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--logo-cta-highlights);
}

.team .home {
  margin-top: -1.00px;
  color: var(--logo-cta-highlights);
  position: relative;
  width: fit-content;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
  white-space: nowrap;
}

.team .group-4 {
  position: absolute;
  top: calc(50.00% - 240px);
  left: calc(50.00% - 607px);
  width: 772px;
  height: 783px;
}

.team .frame-5 {
  position: absolute;
  top: calc(50.00% - 392px);
  left: calc(50.00% - 22px);
  width: 400px;
  height: 500px;
  display: flex;
  background-color: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  border: 8px solid;
  border-color: #e8f5d7;
  box-shadow: 6px -6px 32px #00000099, -6px 6px 32px #0000004c;
}

.team .whatsapp-image-4 {
  width: 400px;
  height: 500px;
  aspect-ratio: 0.67;
  object-fit: cover;
}

.team .subtract-6 {
  position: absolute;
  top: 344px;
  left: 1px;
  width: 585px;
  height: 439px;
}

.team .subtract-7 {
  position: absolute;
  top: 342px;
  left: 0;
  width: 393px;
  height: 158px;
}

.team .text-wrapper-12 {
  position: absolute;
  top: 385px;
  left: 57px;
  width: 257px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: 44.0px;
}

.team .CEO-co-founder {
  position: absolute;
  top: 535px;
  left: 37px;
  width: 325px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #333333;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
  white-space: nowrap;
}

.team .education-msc {
  position: absolute;
  top: 570px;
  left: 17px;
  width: 484px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #333333;
  font-size: 35px;
  text-align: left;
  word-spacing: normal;
  letter-spacing: 0;
  line-height: 38.5px;
}

.team .text-wrapper-13 {
  font-weight: 500;
  font-size: 30px;
  line-height: 33.0px;
}

.team .text-wrapper-14 {
  top: 748px;
  left: 322px;
  color: #033eff;
  font-size: 30px;
  line-height: 33.0px;
  position: absolute;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
}

.team .subtract,
.team .subtract-2,
.team .subtract-3,
.team .subtract-4,
.team .subtract-5,
.team .subtract-6,
.team .subtract-7,
.team .line,
.team .line-2,
.team .text-wrapper-3,
.team .text-wrapper-5,
.team .text-wrapper-8,
.team .text-wrapper-9,
.team .text-wrapper-11,
.team .text-wrapper-12,
.team .p,
.team .CEO-co-founder {
  pointer-events: none;
}

.team .read-more {
  pointer-events: auto !important;
}

.team .frame-6 {
  top: 542px;
  left: 520px;
  width: 44px;
  height: 44px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8dc63f;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 0px 4px 8px #00000033;
  aspect-ratio: 1;
}

.team .linkedin-in-3 {
  height: 24px;
  width: 24px;
  aspect-ratio: 1;
  background-image: url(../assets/img/team/linkedin-in-3.svg);
  background-size: 100% 100%;
}

.team .CTA-button-2 {
  top: 1523px;
  left: calc(50.00% - 197px);
  background-color: var(--logo-cta-highlights);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  border-radius: 10px;
}

.team .language {
  position: relative;
  width: 40px;
  height: 40px;
  background-image: url(../assets/img/shared/language.svg);
  background-size: 100% 100%;
}

.team .home-2 {
  color: var(--text);
  position: relative;
  width: fit-content;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
  white-space: nowrap;
}

.team .home-wrapper {
  top: 1520px;
  right: 59px;
  border: 1px solid;
  border-color: var(--logo-cta-highlights);
  background: linear-gradient(
    0deg,
    rgba(34, 54, 1, 0.8) 0%,
    rgba(34, 54, 1, 0.8) 100%
  );
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  border-radius: 10px;
}


/* ====== SLIDE: The Ask ====== */

.the-ask {
  background-color: #e3f1d2;
  width: 1920px;
  min-height: 1232px;
  position: relative;
}

.the-ask .currency-exchange {
  position: absolute;
  top: calc(50.00% - 633px);
  left: calc(50.00% + 269px);
  width: 722px;
  height: 722px;
  display: flex;
  transform: rotate(180deg);
  aspect-ratio: 1;
}

.the-ask .vector {
  flex: 1;
  width: 691px;
  transform: rotate(-180deg);
}

.the-ask .vector-wrapper {
  position: absolute;
  top: calc(50.00% + 18px);
  left: calc(50.00% + 397px);
  width: 636px;
  height: 636px;
  display: flex;
  transform: rotate(180deg);
  aspect-ratio: 1;
}

.the-ask .img {
  flex: 1;
  width: 563px;
  transform: rotate(-180deg);
}

.the-ask .ellipse {
  position: absolute;
  top: calc(50.00% - 572px);
  left: -96px;
  width: 1320px;
  height: 1240px;
  background-color: #213501cc;
  border-radius: 660px / 620px;
}

.the-ask .frame {
  position: absolute;
  top: 54px;
  left: -130px;
  width: 1320px;
  height: 1240px;
  background: url(../assets/img/ask/whatsapp-image-2026-03-27-at-12-27-38-1.png) 42% center / cover no-repeat;
  border-radius: 50000px;
  overflow: hidden;
  border: 8px solid #485b2b;
  box-sizing: border-box;
}

.the-ask .img-2 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 0.67;
  object-fit: cover;
  object-position: center center;
}

.the-ask .frame .img-2 {
  display: none;
}

.the-ask .div-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  position: absolute;
  top: 71px;
  left: calc(50.00% - 15px);
  background-color: #92eb1a66;
  border-radius: 10px;
}

.the-ask .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: var(--green-dark-2);
  font-size: 64px;
  letter-spacing: 0;
  line-height: 76.8px;
  white-space: nowrap;
}

.the-ask .whatsapp-image {
  position: absolute;
  top: calc(50.00% - 574px);
  left: 1715px;
  width: 174px;
  height: 174px;
  aspect-ratio: 1;
  object-fit: cover;
}

.the-ask .group {
  position: absolute;
  top: 788px;
  left: 941px;
  width: 912px;
  height: 152px;
}

.the-ask .rectangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 910px;
  height: 152px;
  background-color: #eaf5dc;
  border-radius: 10px;
  border: 3px solid;
  border-color: #485b2b;
}

.the-ask .div {
  position: absolute;
  top: 10px;
  left: 51px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #336e00;
  font-size: 110px;
  letter-spacing: 0;
  line-height: 132.0px;
  white-space: nowrap;
}

.the-ask .group-wrapper {
  position: absolute;
  top: 427px;
  left: 1209px;
  width: 328px;
  height: 224px;
  display: flex;
  background-color: #eaf5dc;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 4px 4px 14px #00000040;
}

.the-ask .group-2 {
  margin-top: 22px;
  width: 290px;
  height: 180px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.the-ask .component {
  margin-left: 38px;
  width: 232px;
  height: 88px;
  display: flex;
  overflow: hidden;
}

.the-ask .element {
  width: 67px;
  height: 1495px;
  margin-left: 7px;
  color: #a70101;
  margin-top: -12px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  font-size: 96px;
  letter-spacing: 0;
  line-height: 115.2px;
}

.the-ask .element-2 {
  width: 66px;
  height: 1380px;
  color: #a70101;
  margin-top: -12px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  font-size: 96px;
  letter-spacing: 0;
  line-height: 115.2px;
}

.the-ask .text-wrapper-2 {
  width: 100px;
  height: 1380px;
  color: #a70101;
  margin-top: -12px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  font-size: 96px;
  letter-spacing: 0;
  line-height: 115.2px;
}

.the-ask .text-wrapper-3 {
  width: 288px;
  height: 80px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #a70101;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
}

.the-ask .frame-2 {
  position: absolute;
  top: 427px;
  left: 846px;
  width: 328px;
  height: 224px;
  display: flex;
  background-color: #eaf5dc;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 4px 4px 14px #00000040;
}

.the-ask .group-3 {
  margin-top: 37px;
  width: 234px;
  height: 151px;
  margin-left: 48px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.the-ask .component-2 {
  width: 232px;
  height: 88px;
  display: flex;
  overflow: hidden;
}

.the-ask .element-3 {
  width: 67px;
  height: 2300px;
  margin-left: 7px;
  color: #e46d05;
  margin-top: -12px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  font-size: 96px;
  letter-spacing: 0;
  line-height: 115.2px;
}

.the-ask .element-4 {
  width: 66px;
  height: 1380px;
  color: #e46d05;
  margin-top: -12px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  font-size: 96px;
  letter-spacing: 0;
  line-height: 115.2px;
}

.the-ask .text-wrapper-4 {
  width: 100px;
  height: 1380px;
  color: #e46d05;
  margin-top: -12px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  font-size: 96px;
  letter-spacing: 0;
  line-height: 115.2px;
}

.the-ask .text-wrapper-5 {
  width: 210px;
  height: 48px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #e46d05;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 48.0px;
  white-space: nowrap;
}

.the-ask .frame-3 {
  position: absolute;
  top: 427px;
  left: 1580px;
  width: 309px;
  height: 224px;
  display: flex;
  background-color: #eaf5dc;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 4px 4px 14px #00000040;
}

.the-ask .group-4 {
  margin-top: 37px;
  width: 234px;
  height: 144px;
  margin-left: 39px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.the-ask .element-5 {
  width: 67px;
  height: 1380px;
  margin-left: 7px;
  color: #05cee4;
  margin-top: -12px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  font-size: 96px;
  letter-spacing: 0;
  line-height: 115.2px;
}

.the-ask .element-6 {
  width: 66px;
  height: 1380px;
  color: #05cee4;
  margin-top: -12px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  font-size: 96px;
  letter-spacing: 0;
  line-height: 115.2px;
}

.the-ask .text-wrapper-6 {
  width: 100px;
  height: 1380px;
  color: #05cee4;
  margin-top: -12px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  font-size: 96px;
  letter-spacing: 0;
  line-height: 115.2px;
}

.the-ask .r-d {
  margin-left: 56px;
  width: 90px;
  height: 48px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #05cee4;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 48.0px;
  white-space: nowrap;
}

.the-ask .CTA-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  top: 1142px;
  left: calc(50.00% + 117px);
  background-color: var(--logo-cta-highlights);
  border-radius: 10px;
}

.the-ask .language {
  position: relative;
  width: 40px;
  height: 40px;
  background-image: url(../assets/img/shared/language.svg);
  background-size: 100% 100%;
}

.the-ask .home {
  position: relative;
  width: fit-content;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: var(--text);
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
  white-space: nowrap;
}

.the-ask .home-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  position: absolute;
  top: 1144px;
  left: 31px;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--logo-cta-highlights);
  background: linear-gradient(
    0deg,
    rgba(34, 54, 1, 0.8) 0%,
    rgba(34, 54, 1, 0.8) 100%
  );
}

.the-ask .home-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: var(--logo-cta-highlights);
  font-size: 32px;
  letter-spacing: 0;
  line-height: 38.4px;
  white-space: nowrap;
}
