.investors-logo__title {
  font-family: "Inter";
  font-size: 30px;
  font-weight: 300;
  line-height: 110%;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 0;
  color: #000;
}
@media (max-width: 767.98px) {
  .investors-logo__title {
    width: unset;
  }
}
@media (min-width: 768px) {
  .investors-logo__title {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {
  .investors-logo__title {
    letter-spacing: 0.5px;
  }
}
.investors-logo.investor-promo .investors-logo__copy {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 300;
  line-height: 110%;
  text-align: center;
  margin: 20px auto 0 auto;
  padding: 0;
  color: #000;
}
.investors-logo__lnk-wrapper {
  margin-top: 60px;
}
.investors-logo__lnk {
  color: #FF6600;
  font-size: 14px;
  font-family: "Inter";
  text-decoration: underline;
}
.investors-logo__image {
  display: block;
}
.investors-logo .swiper-wrapper {
  text-align: center;
}
.investors-logo .swiper__nav {
  height: 35px;
  margin: 0 auto !important;
  padding: 0;
  width: 165px;
  position: relative;
  display: block;
}
@media (min-width: 1440px) {
  .investors-logo .swiper__nav {
    display: none;
  }
}
.investors-logo .swiper__nav .swiper-pagination {
  left: unset;
  width: 100%;
}
@media (min-width: 768px) {
  .investors-logo .swiper__nav .swiper-pagination {
    display: none;
  }
}
.investors-logo .swiper__nav .swiper-pagination-bullet {
  border: 1px solid #A0A0A0 !important;
  background-color: #ffffff;
  margin: 0 10px !important;
  width: 12px;
  height: 12px;
  opacity: unset;
}
.investors-logo .swiper__nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FF6600;
  border: 1px solid #A0A0A0 !important;
}
.investors-logo .investors-logo-swiper__btn {
  position: absolute;
  top: unset;
  left: unset;
  width: 10px !important;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 5px !important;
}
.investors-logo .swiper-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.investors-logo .swiper-button-prev,
.investors-logo .swiper-button-next {
  top: 0;
  display: none;
}
.investors-logo .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 2.09717L4.31916 8.29151L10.5 14.4858L8.59717 16.3887L0.5 8.29151L8.59717 0.19434L10.5 2.09717Z' fill='%23FF6600'/%3E%3C/svg%3E ");
  left: -12px;
}
.investors-logo .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.499999 2.09717L6.68084 8.29151L0.5 14.4858L2.40283 16.3887L10.5 8.29151L2.40283 0.19434L0.499999 2.09717Z' fill='%23FF6600'/%3E%3C/svg%3E%0A");
  right: -12px;
}

.br-mobile {
 display:none;
}
@media(min-width:320px) and (max-width:767.98px) {
.br-mobile {
 display:block;
}}




.investors-logo .swiper-slide{
	margin: 0 auto;
}

@media(min-width:768px){
	.swiper-wrapper {
		display: flex;
		align-items: center;
	}

	.investors-logo .swiper-slide:nth-child(2),
	.investors-logo .swiper-slide:nth-child(2) .swiper-investors__image  {
		width: 288px!important;
		order: 1;
	}

	.investors-logo .swiper-slide:nth-child(1),
	.investors-logo .swiper-slide:nth-child(1) .swiper-investors__image  {
		width: 127px!important;
		order: 2;

	}

	.investors-logo .swiper-slide:nth-child(3),
	.investors-logo .swiper-slide:nth-child(3) .swiper-investors__image  {
		width: 127px!important;
                order:3;
	}
	.investors-logo .swiper-slide:nth-child(4),
	.investors-logo .swiper-slide:nth-child(4) .swiper-investors__image  {
		width: 333px!important;
                order:4;
	}
}

@media(min-width:768px) and (max-width:991.98px){
	.investors-logo .swiper-slide:nth-child(2),
	.investors-logo .swiper-slide:nth-child(2) .swiper-investors__image  {
		width: 220px!important;
		order: 1;
	}

	.investors-logo .swiper-slide:nth-child(1),
	.investors-logo .swiper-slide:nth-child(1) .swiper-investors__image  {
		width: 97px!important;
		order: 2;
	}

	.investors-logo .swiper-slide:nth-child(3),
	.investors-logo .swiper-slide:nth-child(3) .swiper-investors__image  {
		width: 97px!important;
		order: 3;
	}
	.investors-logo .swiper-slide:nth-child(4),
	.investors-logo .swiper-slide:nth-child(4) .swiper-investors__image  {
		width: 174px!important;
		order: 4;
	}
}