.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Sen, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a.w--current {
  min-width: 50%;
}

ul {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 40px;
}

li {
  margin-bottom: 25px;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

.container {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 65px;
  padding-right: 65px;
  font-family: PT Sans, sans-serif;
}

.container.shop-local-container {
  padding-left: 65px;
  padding-right: 65px;
}

.hero-section {
  min-height: 600px;
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, .31) 35%, rgba(34, 34, 34, 0)), url('../images/Group.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.menu-wrapper {
  z-index: 900;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar {
  background-color: #222;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link {
  color: #fbf6f0;
  text-transform: uppercase;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 0;
  padding: 10px;
  text-decoration: none;
  transition: all .3s;
}

.nav-link:hover {
  color: #222;
  background-color: #fbf6f0;
  background-image: none;
  border-radius: 10px;
}

.nav-link.w--current {
  min-width: auto;
  color: #fbf6f0;
  text-transform: uppercase;
  border-radius: 5px;
  color: #222;
  background-color: #fbf6f0;
}

.nav-link.w--current:hover {
  color: #222;
  background-color: #fbf6f0;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.light-section {
  background-color: #fbf6f0;
  padding-top: 65px;
  padding-bottom: 65px;
}

.light-section.spaced {
  background-color: #fbf6f0;
  padding-top: 0px;
}

.section-heading {
  color: #222;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  text-decoration: none;
}

.spacer {
  background: #555555;
  height: 80px;
}

.section-heading.spaced {
  padding-top: 65px;
}

.dark-section.spaced {
  padding-top: 0px;
}

.dark-section.no-padding {
  padding-bottom: 1px;
}

.section-heading.tab {
  margin-top: 15px;
  margin-bottom: auto;
  font-size: 24px;
  font-weight: 700;
}

.section-heading.portfolio {
  background-color: #fbf6f0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 20px;
}

.section-heading.portfolio.funds {
  background-color: #555555;
}

.section-heading.dark {
  color: #fbf6f0;
}

.dark-section {
  background-color: #555555;
  padding-top: 65px;
  padding-bottom: 65px;
}

.footer {
  height: auto;
  background-color: #222;
  padding-top: 30px;
  padding-bottom: 10px;
}

.footer-bottom-wrapper {
  color: #f9f9f9;
  text-align: center;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.nav-menu {
  padding-top: 0;
}

.cart-nav-wrapper {
  align-items: center;
  display: flex;
}

.brand.w--current {
  min-width: 40%;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #f9f9f9;
  background-image: linear-gradient(rgba(34, 34, 34, .42), #222), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 360px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.card {
  color: #222;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 60px;
  font-family: PT Sans, sans-serif;
  font-size: 22px;
}

.card-paragraph {
  color: #f9f9f9;
  text-align: left;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
  padding: 40px;
  font-size: 20px;
  display: flex;
}

.card-paragraph.main {
  color: #222;
  background-color: #fbf6f0;
  border-radius: 10px;
  margin-top: 0;
  padding: 80px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
}

.card-news {
  background-color: #fbf6f0;
  border-radius: 10px;
  padding: 80px;
}

.services-card {
  min-height: 100%;
  color: #525252;
  text-align: left;
  background-color: #fbf6f0;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.service-name {
  color: #222;
  text-align: center;
  white-space: normal;
  flex: none;
  order: 1;
  padding: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.service-name:hover {
  color: #222;
}

.clients-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.clients-image {
  width: 300px;
  height: 200px;
  object-fit: scale-down;
  background-color: #fbf6f0;
  border-radius: 10px;
  padding: 40px;
}

.map {
  height: 250px;
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  border-radius: 10px;
  flex: none;
  order: -1;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
}

.address-title {
  width: auto;
  color: #222;
  text-align: center;
  order: -1;
  align-self: center;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.address-subtitle {
  width: 250px;
  color: #f9f9f9;
  text-align: right;
  border-left: 1px #f9f9f9;
  margin-top: 0;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  overflow: visible;
}

.address-subtitle.left {
  border-right: 1px solid #f9f9f9;
  padding-right: 40px;
  font-size: 16px;
}

.email-card {
  color: #222;
  text-align: center;
  background-color: #fbf6f0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.email {
  color: #f9f9f9;
  font-family: PT Sans, sans-serif;
  text-decoration: none;
}

.logo {
  color: #222;
  object-fit: scale-down;
  flex: 0 auto;
  align-self: stretch;
  margin-bottom: 0;
  display: block;
}

.slick-images,
.news-images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  list-style-type: none;
  display: block;
  overflow: hidden;
}

.slick-image {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  align-self: center;
  margin-bottom: 10px;
  margin-right: 15px;
  list-style-type: none;
  display: inline-block;
  overflow: hidden;
}

.slick-image.news {
  margin-bottom: 0px;
  margin-right: 0px;
}

.portfolio-image {
  color: #525252;
  object-fit: scale-down;
  padding: 20px;
  overflow: visible;
}

.slide-1 {
  object-fit: fill;
  background-image: url('../images/Group.jpg');
  background-position: 50% 0;
  background-size: cover;
  position: static;
}

.slider {
  min-height: 650px;
}

.slide-nav {
  padding-bottom: 40px;
}

.team-image {
  object-fit: scale-down;
  border-radius: 10px;
  margin-bottom: 10px;
}

.address-map {
  max-width: 50%;
  min-width: 50%;
  background-color: #fbf6f0;
  border-radius: 0 10px 0 0;
  padding: 40px 40px 20px;
  display: block;
}

.address-map.left {
  border-radius: 10px 0 0;
}

.funds-tab {
  height: 80px;
  max-width: 45%;
  min-width: 45%;
  background-color: rgba(255, 207, 171, .6);
  border-radius: 10px;
  flex: 1;
  padding: 10px 20px;
}

.funds-tab.w--current {
  min-width: 49%;
  background-color: #ffcfab;
  padding: 10px 20px;
}

.companies-tab {
  max-width: 49%;
  min-width: 49%;
  background-color: rgba(255, 207, 171, .75);
  border-radius: 10px;
  margin-right: 2%;
  padding: 10px 20px;
}

.companies-tab.w--current {
  max-width: 45%;
  min-width: 45%;
  filter: blur();
  outline-offset: 0px;
  background-color: #ffcfab;
  border-radius: 10px;
  outline: 3px #222;
  flex: 1;
  margin-left: 0;
  margin-right: 10%;
}

.text-primary {
  color: #222;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.text-primary.team {
  font-size: 24px;
}

.text-primary.news {
  margin: 20px;
  font-size: 18px;
  text-transform: none;
  min-height: 56px;
  max-width: 386px;
  line-height: 24px;
  font-weight: 400;
}

.text-primary.exit {
  font-weight: 400;
}

.text-secondary {
  color: #525252;
  text-align: center;
  text-transform: none;
  order: 1;
  margin-top: -5px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.text-secondary.team {
  font-size: 20px;
}

.text-description {
  color: #525252;
  padding: 10px;
  font-family: Roboto Condensed, sans-serif;
}

.team-column {
  flex-direction: column;
  padding-bottom: 40px;
}

.services-icon {
  width: 80px;
  height: 80px;
  padding: 10px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body {
  background-color: #fbf6f0;
  padding: 65px;
}

.body.dark {
  background-color: #555555;
}

.ecosystem-list {
  background-color: #fbf6f0;
  border-radius: 10px;
  margin-bottom: 20px;
  list-style-type: none;
  display: flex;
}

.ecosystem-text {
  margin-left: 60px;
}

.ecosystem-image {
  max-width: none;
  object-fit: scale-down;
  display: inline-block;
}

.ecosystem-card {
  width: 100%;
  border-radius: 10px;
  padding: 60px;
  text-decoration: none;
  display: flex;
}

.news-list {
  display: grid;
  columns: 3;
  justify-items: center;
  padding-left: 80px;
  padding-right: 80px;
}

.main-text {
  margin-left: 20px;
  margin-right: 20px;
  width: 49%;
  font-family: PT Sans, sans-serif;
}

.list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.linkedin-button {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 5px;
  padding: 5px;
}

.button-image {
  mix-blend-mode: luminosity;
}

.button {
  color: #222;
  text-transform: uppercase;
  background-color: #fbf6f0;
  border-radius: 10px;
  justify-content: space-between;
  padding: 15px 30px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.services-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.portfolio-slider-container {
  max-width: 100%;
  background-color: #fbf6f0;
  flex-direction: column;
  padding-left: 80px;
  padding-right: 65px;
  display: block;
  overflow: hidden;
}

.portfolio-slider-container.funds {
  background-color: #555555;
}

.map-container {
  display: flex;
}

.team-card {
  max-width: 100%;
  background-color: #fbf6f0;
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-paragraph {
  text-align: center;
  order: 1;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto Condensed, sans-serif;
}

.ecosystem-link-block {
  min-width: 300px;
  padding: 10px;
}

.tabs-content {
  background-color: #cdcac3;
}

.link-block {
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
}

.link-block.fund {
  padding-left: 38px;
  padding-right: 38px;
}

.tabs-menu {
  background-color: #cdcac3;
  padding-top: 20px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.column,
.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.text-block {
  color: #f9f9f9;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  display: block;
}

.address-header {
  text-align: right;
  padding-bottom: 20px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 700;
}

.address-header.right {
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-section {
    min-height: 0;
  }

  .nav-link {
    text-align: center;
    margin-left: 0;
    font-size: 20px;
  }

  .nav-button {
    color: #f9f9f9;
  }

  .nav-button.w--open {
    z-index: 100;
    color: #222;
    background-color: #fbf6f0;
    border-radius: 5px;
  }

  .nav-menu {
    width: 100vw;
    background-color: #555555;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .card-paragraph {
    font-size: 20px;
    display: block;
  }

  .card-paragraph.main {
    padding: 40px;
  }

  .card-news {
    padding: 20px;
  }

  .news-list {
    display: block;
    columns: 1;
    justify-items: center;
    padding-left: 0px;
    padding-right: 0px;
  }

  .main-text { 
    width: 100%;
    margin-left: 0px;
  }

  .ecosystem-card {
    background-color: #fbf6f0;
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-top: 40px;
    align-items: center;
    justify-content: center;
  }

  .ecosystem-text {
    margin-top: 20px;
    margin-left: 0px;
  }

  .spacer.about {
    height: 20px;
  }

  .slider {
    min-height: 400px;
  }

  .body.dark {
    padding: 0px;
  }

  .dark-section.spaced.about {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .slider {
    min-height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    display: block;
  }

  .hero-section {
    min-height: 0;
  }

  .navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-link {
    margin-left: 0;
    position: relative;
  }

  .section-heading {
    font-size: 28px;
  }

  .section-heading.tab {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .nav-button.w--open {
    background-color: #fbf6f0;
  }

  .footer-bottom-wrapper {
    text-align: center;
    display: block;
  }

  .nav-menu {
    background-color: #555555;
    font-family: Roboto Condensed, sans-serif;
  }

  .brand {
    width: 100px;
  }

  .brand.w--current {
    width: 90px;
  }

  .utility-page-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .card,
  .card-paragraph.main {
    padding: 20px;
    font-size: 16px;
    display: block;
  }

  .card-paragraph {
    display: block;
  }

  .services-card {
    margin-top: 20px;
  }

  .clients-image {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .address-title {
    font-size: 22px;
  }

  .address-subtitle {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }

  .address-subtitle.left {
    width: 100%;
    border-right-color: rgba(0, 0, 0, 0);
    padding-right: 0;
  }

  .email-card {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }

  .email {
    font-size: 18px;
  }

  .logo {
    width: 100%;
    padding-bottom: 20px;
  }

  .slick-images {
    text-align: center;
  }

  .slick-image {
    width: 100%;
    margin-right: 0;
  }

  .slider {
    max-height: 200px;
    min-height: auto;
  }

  .team-image {
    margin-top: 20px;
  }

  .address-map {
    max-width: 100%;
    border-top-right-radius: 0;
  }

  .address-map.left {
    border-top-right-radius: 10px;
  }

  .funds-tab {
    min-width: 48%;
    padding: 10px 15px;
  }

  .funds-tab.w--current {
    padding-left: 15px;
    padding-right: 15px;
  }

  .companies-tab {
    border-radius: 10px;
    margin-right: 10px;
    padding: 10px 15px;
  }

  .companies-tab.w--current {
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-primary {
    font-size: 22px;
  }

  .text-secondary {
    font-size: 16px;
  }

  .body,
  .ecosystem-list {
    padding: 20px;
  }

  .ecosystem-text {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .ecosystem-image {
    width: 100%;
  }

  .ecosystem-card {
    display: block;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .services-grid {
    flex-direction: column;
    justify-items: center;
    display: flex;
  }

  .portfolio-slider-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .map-container {
    flex-direction: column;
    display: flex;
  }

  .ecosystem-link-block {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block {
    width: 100%;
  }

  .tabs-menu {
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-block {
    font-size: 18px;
  }

  .address-header {
    text-align: center;
    margin-top: 20px;
    padding-right: 0;
  }

  .address-header.right {
    text-align: center;
  }
}

#w-node-_4d3486aa-d3f8-ee0f-ca2e-d537bb493f77-cd9be946 {
  align-self: start;
}