


.global_background-color--secondary-light {
  padding: 50px 0;
}

.splide {
  width: 100%;
  position: relative;
}

.splide__track {
  width: 100%;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__slide {
  width: 25%;
  flex: none;
}

.global_overflow--hidden {
  overflow: hidden;
}

.splide__item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.splide__item-img-mask {
  height: 17.6875em;
  transition: transform 1s cubic-bezier(.23, 1, .32, 1);
  overflow: hidden;
}

.splide__item-img {
  width: 100%;
  height: 100%;
  filter: saturate(0%);
  object-fit: contain;
  transition: filter 1s cubic-bezier(.23, 1, .32, 1);
}

.splide__arrows {
  width: 100%;
  max-width: 66.5em;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5em;
  left: 0%;
  right: 0%;
}

.splide__arrow {
  width: 5.625em;
  height: 5.625em;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("https://assets.website-files.com/62a601ba8f2b8539b74cc0ae/62a601ba8f2b85e4854cc102_fiurstcheck--arrow.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1em;
  border: 1px solid #cbb8af;
  border-radius: 100px; cursor: pointer;
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(180deg);
}

.splide__arrow.splide__arrow--style {
  display: none;
}

.splide__pagination {
  grid-column-gap: 1em;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.splide__pagination-item {
  display: inline-block;
}

.splide__pagination-item-track {
  width: 1.5625em;
  height: .375em;
  background-color: #d9d0cc;
  border-radius: 6px;
}

.splide__pagination-item-track.splide__pagination-item-track--active {
  background-color: #ec635e;
}

.splide__item-content {
  width: 26.25em;
  flex-direction: column;
  align-items: center;
  margin-top: 4em;
  display: flex;
}

.splide__member-position {
  opacity: 0;
  margin-bottom: 1.5625em;
  transition: transform 1.25s cubic-bezier(.23, 1, .32, 1), opacity 1.25s cubic-bezier(.23, 1, .32, 1);
  transform: skew(0deg, 3deg)translate(0, 3em);
}

.splide__item-title {
	margin-right: .3em;
	transition: none;
	transform: none;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
}

.splide__item-bio {
  opacity: 0;
  transition: opacity 1.25s cubic-bezier(.23, 1, .32, 1), transform 1.25s cubic-bezier(.23, 1, .32, 1);
  transform: translate(0, 3em);
}

.global_display--none {
  display: none;
}

.splide__member-social-link {
  color: #cbb8af;
  margin-bottom: .2em;
  margin-left: -.5em;
  padding-top: .5em;
  padding-left: .5em;
  padding-right: .5em;
}

.splide__item-title-wrap {
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: transform 1.25s cubic-bezier(.23, 1, .32, 1), opacity 1.25s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  transform: skew(0deg, 3deg)translate(0, 3em);
}


@media screen and (max-width: 991px) {
  

  .layout-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  

  .layout-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .splide__slide {
    width: 33.33%;
  }

  .splide__item-img-mask {
    height: 10em;
  }

  .splide__arrow {
    width: 5em;
    height: 5em;
  }
}

@media screen and (max-width: 479px) {
  
  .layout-grid {
    grid-template-columns: 1fr 1fr;
  }

  .investments-clw__item {
    min-height: 25em;
  }

  .splide__slide {
    width: 50%;
  }

  .splide__item-img-mask {
    width: 12em;
    height: 12em;
  }

  .splide__arrows {
    grid-column-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    justify-content: center;
    margin-top: 1em;
    display: grid;
    position: static;
  }

  .splide__arrow {
    width: 4em;
    height: 4em;
  }

  .investments-clw__pop-up-content-close {
    z-index: 3;
    width: 4em;
    height: 4em;
    top: .5em;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }
}

#w-node-_242563a8-cc79-8494-122d-0c4d3f3c4717-8f267dfb {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: center;
}

#w-node-_2153600a-c3ac-4291-e9b5-1ced26e1ec6a-8f267dfb {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

@media screen and (max-width: 991px) {
  #w-node-_242563a8-cc79-8494-122d-0c4d3f3c4717-8f267dfb, #w-node-_2153600a-c3ac-4291-e9b5-1ced26e1ec6a-8f267dfb {
    grid-column: span 8 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_242563a8-cc79-8494-122d-0c4d3f3c4717-8f267dfb, #w-node-_2153600a-c3ac-4291-e9b5-1ced26e1ec6a-8f267dfb {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_242563a8-cc79-8494-122d-0c4d3f3c4717-8f267dfb, #w-node-_2153600a-c3ac-4291-e9b5-1ced26e1ec6a-8f267dfb {
    grid-column: span 2 / span 2;
  }
}
