<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.investor-process-container {
  display: flex;
  flex-direction: column;
  margin: auto;
  gap: 48px;
}

.investor-process-tabs {
  width: max-content;
  display: flex;
  padding: 4px;
  align-items: center;
  margin: 0px;
  gap: 8px;
  border-radius: 1000px;
  border: 1px solid #00994f !important;
  background: #fff !important;
}

.investor-process-tab {
  color: #4d4d4d;
  font-size: 15px;
  font-style: normal;
  font-family: "Averta-bold";
  line-height: 140%;
  letter-spacing: -0.15px;
  flex: 0 0 auto;
}

.investor-process-tab .nav-link {
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  color: #333;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Averta-bold";
  font-size: 15px;
  line-height: 19.6px;
  letter-spacing: -0.15px;
  text-align: center;
}

.investor-process-tab .nav-link i {
  font-size: 24px;
}

.investor-process-tab .nav-link.active {
  background: #daf6c6;
  color: #00994f;
}

.investor-process-content {
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 24px;
  border-radius: 24px;
  background-image: url(/assets/customs/images/investor-BG.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.investor-process-content .tab-pane {
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.investor-process-content .fade:not(.show) {
  display: none;
}

.investor-cards {
  display: flex;
  gap: 24px;
}

.investor-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: var(--Sizes-Radius-radius, 16px);
  overflow: hidden;
  cursor: pointer;
}

.investor-card:hover {
  box-shadow: -13px 19px 50px 0px rgba(127, 217, 48, 0.56);
}

.investor-card img {
  height: 185px;
  width: 100%;
  object-fit: cover;
  background: var(--Palette-Fill-Background-bg-sub, #f8f8f8);
}
.investor-card.s-item2 img {
  height: 400px;
  object-fit: cover;
  width: auto;
}
.investor-card.s-item2 img {
  height: 400px;
  object-fit: cover;
  width: auto;
}

.investor-content {
  display: flex;
  padding: 20px;
  flex-direction: column;
  flex: 1;
  gap: 8px;
  background: #fff;
  height: 100%;
}

.investor-card-horizontal .investor-content {
  width: 50%;
}

.investor-process-content p {
  margin: 0px;
}

.investor-content p:first-child {
  color: #00994f;
  font-size: 16px;
  font-style: normal;
  font-family: "Averta-semibold";
  line-height: 140%;
  letter-spacing: -0.48px;
}

.investor-content p:not(:first-child):not(:last-child) {
  color: #292929;
  font-size: 20px;
  font-style: normal;
  font-family: "Averta-semibold";
  line-height: 140%;
  letter-spacing: -0.4px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis;
}

.investor-content p:last-child {
  overflow: hidden;
  color: #747474;
  text-overflow: ellipsis;
  font-size: 15px;
  font-style: normal;
  line-height: 140%;
  letter-spacing: -0.15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  align-self: stretch;
}

.investor-card.mt {
  margin-top: 64px;
}

.investor-card.mb {
  margin-bottom: 64px;
  flex-direction: column-reverse;
}

.investor-process-title {
  color: #015c2e;
  font-size: 24px;
  font-style: normal;
  font-family: "Averta-semibold";
  line-height: 130%;
  letter-spacing: -0.48px;
}

.investor-attach-files {
  display: flex;
  gap: 24px;
}

.investor-attach-file {
  display: flex;
  min-width: 120px;
  padding: 8px 20px 8px 8px;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  border-radius: 1000px;
  border: 1px solid #ececec;
  background: #fff;
  color: #292929;
  text-decoration: none;
}

.investor-attach-file:hover {
  background: #ecfae2;
  border: 1px solid #ecfae2;
  color: #015c2e !important;
}

.investor-attach-file-icon {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: linear-gradient(135deg, #ecfae2 16.25%, #9fe870 86.25%);
}

.investor-attach-file span {
  font-size: 17px;
  font-style: normal;
  font-family: "Averta-bold";
  line-height: 140%;
  letter-spacing: -0.34px;
  flex: 1 0 0;
}

.investor-attach-file i {
  font-size: 24px;
  color: #00994f;
}

.investor-cards-2 {
  display: flex;
  gap: 24px;
}

.investor-cards-2-first {
  width: 217px;
  flex: 0 0 auto;
}

.investor-cards-2-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.investor-cards-2-sec-container {
  display: flex;
  gap: 24px;
}

.investor-card-horizontal {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  width: calc(50% - 12px);
  height: 197px;
  cursor: pointer;
}

.investor-card-horizontal:hover {
  box-shadow: -13px 19px 50px 0px rgba(127, 217, 48, 0.56);
}

.investor-card-horizontal img {
  height: 100%;
}

.investor-card-horizontal .investor-content p:last-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
}

.investor-card-horizontal.lg .investor-content {
  height: 100%;
}

.investor-card-horizontal.lg img {
  height: 176px;
}

.investor-content-tab-case {
  display: none;
}

.investor-content-tab-case.active {
  display: block;
}

.investor-tab-case {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  border: 2px solid #ececec;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.03);
}

.investor-tab-case.active {
  backdrop-filter: blur(4.5px);
  box-shadow: 0px 2px 16px 0px rgba(159, 232, 112, 0.4);
  background: radial-gradient(
    150.17% 100% at 49.92% 0%,
    #c7ff98 0%,
    rgba(236, 250, 226, 0.91) 60.75%,
    rgba(255, 255, 255, 0) 100%
  );
  border: 2px solid #00994f;
}

.investor-tab-case.active span {
  background: #9fe870;
  color: #015c2e;
}

.investor-content .investor-tab-case.active p {
  color: #015c2e;
}

.investor-tab-case span {
  display: flex;
  padding: 4px 12px;
  align-items: center;
  gap: 20px;
  border-radius: 1000px;
  background: #ecfae2;
  color: #00994f;
  width: fit-content;
  font-size: 12px;
  font-style: normal;
  font-family: "Averta-bold";
  line-height: 150%;
  /* 18px */
  text-transform: uppercase;
}

.investor-content .investor-tab-case p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: #080808;
  text-overflow: ellipsis;
  font-size: 16px !important;
  font-style: normal;
  font-family: "Averta-semibold";
  line-height: 140% !important;
  /* 22.4px */
  letter-spacing: -0.48px;
}
.investor-cards-2-first .investor-content {
  padding: 5px;
}

.hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

.investor-cards .s-item2 .investor-content ul li {
  color: #747474 !important;
  padding-bottom: 8px;
}
.swiper-slide .investor-content:has(ul) {
  min-height: 300px;
}

@media (max-width: 991px) {
  .investor-process-tab .nav-link {
    gap: 4px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 19.6px;
  }

  .investor-process-container {
    gap: 32px;
  }

  .investor-attach-files {
    flex-direction: column;
    gap: 16px;
  }

  .investor-attach-file {
    gap: 8px;
    padding: 4px 16px 4px 4px;
  }

  .investor-attach-file-icon {
    padding: 8px;
  }

  .investor-attach-file span {
    font-size: 15px;
    letter-spacing: -0.3px;
  }

  .investor-attach-file i {
    font-size: 20px;
  }

  .investor-process-title {
    font-size: 20px;
    letter-spacing: -0.4px;
  }

  .investor-process-content {
    padding: 16px;
    gap: 16px;
  }

  .investor-process-content .tab-pane {
    gap: 16px;
  }

  .investor-process-tabs {
    flex-wrap: nowrap;
  }

  .investor-card.mt,
  .investor-card.mb {
    margin: 0px;
  }

  .investor-cards {
    flex-direction: column;
    gap: 16px;
  }

  .investor-card {
    flex-direction: row !important;
    height: 185px;
  }

  .investor-card img {
    width: 50%;
    object-fit: cover;
  }
  .investor-card.s-item2 img {
    width: 50%;
    object-fit: cover;
    height: auto;
  }

  .investor-content p:first-child {
    font-size: 15px;
    font-style: normal;
    font-family: "Averta-semibold";
    line-height: 140%; /* 21px */
    letter-spacing: -0.45px;
  }

  .investor-content p:not(:first-child):not(:last-child) {
    font-size: 16px;
    font-style: normal;
    font-family: "Averta-semibold";
    line-height: 140%;
    letter-spacing: -0.32px;
  }

  .investor-content p:last-child {
    font-size: 14px;
    font-style: normal;
    line-height: 140%;
    letter-spacing: -0.14px;
    -webkit-line-clamp: 4;
  }

  .investor-content {
    padding: 16px;
    gap: 4px;
    height: auto;
    align-self: stretch;
  }

  .investor-card.mt {
    flex-direction: row-reverse !important;
  }

  .investor-cards-2 {
    flex-direction: column;
  }

  .investor-cards-2-first {
    width: 100%;
    flex-direction: column !important;
    flex: 1;
  }

  .investor-cards-2-first img {
    width: 100%;
  }

  .investor-cards-2-first .investor-content {
    padding: 4px;
    gap: 4px;
  }

  .investor-cards-2-first .investor-content p:first-child {
    padding: 8px 8px 0px 8px;
  }

  .investor-tab-case {
    flex-direction: row;
    padding: 12px 8px;
    align-items: center;
  }

  .investor-cards-2-sec-container {
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }

  .investor-card-horizontal {
    width: 100%;
    height: 185px;
    overflow: hidden;
  }

  .investor-card-horizontal img {
    height: 185px;
    width: 50%;
    object-fit: cover;
  }

  .investor-cards-2-sec {
    gap: 16px;
  }

  .investor-tab-case span {
    height: 26px;
    padding: 4px 8px;
  }

  .investor-content .investor-tab-case p {
    font-size: 15px !important;
    letter-spacing: -0.45px !important;
    flex: 1 0 0;
  }

  .investor-card-horizontal.iml {
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .investor-process-content.mobile {
    display: none;
  }
  .investor-process-container.mobile {
    display: none;
  }
  .investor-card.mbottom {
    margin-top: 0;
    margin-bottom: 64px;
  }
  .investor-card.s-item2 .investor-content {
    padding: 50px 0 15px 24px;
    gap: unset;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .investor-content {
    height: auto;
  }
  .investor-card.s-item2 img {
    height: 325px;
  }
}
@media (min-width: 992px) and (max-width: 1349px) {
  .investor-card.s-item2 img {
    width: 50%;
    height: 440px;
  }
  .investor-card.s-item2 .investor-content {
    padding: 24px 0 15px 24px;
  }
}

@media (max-width: 767px) {
  .investor-process-container.desktop {
    display: none;
  }
  .investor-process-content.desktop {
    display: none;
  }
  .investor-swiper .investor-card {
    display: flex;
    flex-direction: column !important;
  }
  .investor-swiper .investor-card {
    min-height: 364px;
    height: auto;
  }
  .investor-swiper .investor-card img {
    width: auto;
    object-fit: contain;
  }
  .indicators-contain {
    display: flex;
    gap: 8px;
    justify-content: center;
  }
  .carousel-indicators {
    position: unset;
    padding-top: 10px;
    gap: 8px;
  }
  .carousel-indicators {
    display: flex;
    gap: 8px;
    margin: 0;
  }
  .carousel-indicators button {
    position: relative;
    flex: 1 0 0;
    width: 39px;
    height: 6px;
    border: none;
    border-radius: 12px;
    background: #c9d1d9;
    overflow: hidden;
    padding: 0;
  }
  .carousel-indicators button span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    border-radius: 12px;
    background: linear-gradient(270deg, #9fe870 0%, #009f52 100%);
    transition: width 0.3s ease;
  }
  .carousel-indicators {
    padding-top: 9px;
  }
  .carousel-indicators button {
    width: 32px;
  }
  .indicators-contain {
    margin: 0px 0px 16px 0px;
  }
}
</pre></body></html>