<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.portfolio-section-wrapper {
  height: 100%;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: flex-end;
}

.portfolio-earylystage-title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  color: #7acb88;
}

.portfolio-strategic-title {
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  color: #7acb88;
}

.portfolio-logos {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.portfolio-logos .box {
  position: relative;
  z-index: 0;
  width: 200px;
  height: 125px;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 8px 0px;
  background: white;
  margin: 10px 10px;
  color: white;
  transition: all 0.2s ease-in-out;
  display: flex;
}
.portfolio-logos .hidden {
  display: none !important;
}
.portfolio-logos .box .hover-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: transparent;
  opacity: 0;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  z-index: 2;
  padding: 0;
  margin: 0;
  outline: none;
  font-weight: normal;
}
.portfolio-logos .box p {
  font-size: 14px;
  padding: 0 12px;
  opacity: 0;
  margin: 0;
}
.portfolio-logos .box:hover {
  transition: 500ms;
  border: 2px solid transparent;
  transform: scale(1.05);
}
.portfolio-logos .box:hover .hover-content {
  background: #7acb88;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
  transition: 500ms;
  opacity: 0.95;
  transform: scale(1.1);
}
.portfolio-logos .box:hover .hover-content p {
  color: white;
  transition: 500ms;
  opacity: 1;
}
.portfolio-logos-spec .box:hover {
  transition: 0.5s;
  transform: scale(1.13);
  border: 2px solid #7acb88;
}
.portfolio-logos a {
  margin: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-logos a img {
  filter: grayscale();
}

.portfolio-section-wrapper {
  overflow-y: scroll;
  width: 100%;
}
.portfolio-section-wrapper .venture-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.portfolio-section-wrapper .venture-box .venture-element {
  padding: 15px;
  border: 2px solid #7acb88;
  border-radius: 15px;
  margin: 15px;
  width: 175px;
}
.portfolio-section-wrapper .venture-box h3 {
  font-size: 35px;
  margin: 0;
}
.portfolio-section-wrapper .venture-box p {
  margin: 5px 0;
}
.portfolio-earylystage-wrapper {
  width: 1140px;
}
.portfolio-strategic-wrapper {
  width: 1140px;
}
@media (orientation: landscape) and (max-width: 896px) {
  div.portfolio-section-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow-y: scroll;
  }

  div.portfolio-earylystage-wrapper {
    margin-top: 30px;
  }

  div.portfolio-strategic-wrapper {
    height: 70%;
  }
}
@media screen and (max-width: 780px) and (orientation: landscape),
  screen and (max-width: 375px),
  screen and (max-width: 425px) {
  div.portfolio-section-wrapper {
    overflow-y: scroll;
    justify-content: unset;
    align-items: unset;
    align-content: unset;
  }

  div.portfolio-logos {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: visible;
    height: fit-content;
  }
  .portfolio-section-wrapper .venture-box {
    margin-bottom: 45px;
  }
  .portfolio-section-wrapper .venture-box .venture-element {
    margin: 8px;
  }
}
.hiddenStyle {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}

.portfolio-load-more {
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #7acb88;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .portfolio-logos {
    width: 100%;
  }
  .portfolio-earylystage-wrapper {
    width: 100%;
  }
  .portfolio-strategic-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .portfolio-logos {
    width: 90%;
  }
}
</pre></body></html>