/** Shopify CDN: Minification failed

Line 106:18 Unexpected "{"
Line 106:27 Expected ":"
Line 110:18 Unexpected "{"
Line 110:27 Expected ":"
Line 111:18 Unexpected "{"
Line 111:27 Expected ":"
Line 112:18 Unexpected "{"
Line 112:27 Expected ":"
Line 125:18 Unexpected "{"
Line 125:27 Expected ":"

**/
/*=============== SECTION OURTEAM ==============*/
.wpbingo-section--ourteam .ourteam-card:hover .ourteam-card__avatar:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.wpbingo-section--ourteam .info {
  margin: 20px 0 10px 0;
  display: flex;
  align-items: center;
}
.wpbingo-section--ourteam .ourteam-card__name {
  color: white;
  font-size: 18px;
  font-style: italic;
	text-transform: uppercase;
	font-family: var(--font-family-second);
	font-weight: var(--body-font-weight-bold);
}
.wpbingo-section--ourteam .ourteam-card__job {
  font-size: 13px;
  margin-left: 10px;
}
.wpbingo-section--ourteam .ourteam-card__content {
  color: white;
  font-size: 13px;
  line-height: 24px;
  margin: 0 0 15px;
}
.ourteam-card {
    margin-bottom: 50px;
}
.wpbingo-section--ourteam .ourteam-card__avatar {
  position: relative;
  overflow: hidden;
}
.wpbingo-section--ourteam .ourteam-card__avatar:before {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  content: "";
  height: 100%;
  background: rgba(0,0,0, 0.3);
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  z-index: 1;
}
.wpbingo-section--ourteam .social-icons li {
  margin: 0 7px;
  display: inline-block;
}
.wpbingo-section--ourteam .social-icons li a {
  font-size: 12px;
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background: #e5e5e5;
}
.wpbingo-section--ourteam .social-icons li a i {
  font-size: 16px;
  line-height: 32px;
  color: var(--gray-dark);
}
.wpbingo-section--ourteam .social-icons li a:hover {
  background: var(--theme-color);
}
.rtl .wpbingo-section--ourteam .ourteam-card__job {
  margin: 0 10px 0 0;
}
@media (max-width: 1199px) {
	.wpbingo-section--ourteam .slick-list {
    margin: 0 -7.5px;
  }
  .wpbingo-section--ourteam .slick-carousel__item {
    padding: 0 7.5px;
  }
}
@media (max-width: 991px) {
	.wpbingo-section--ourteam .slick-carousel__item:nth-child(odd) .ourteam-card {
    margin-top: 0;
  }
}
#shopify-section-{{ section.id }} .section-heading{
  margin: 0 0 24px 0;
  text-align: left;
}
#shopify-section-{{ section.id }} .section-heading.text-center{ text-align:center; }
#shopify-section-{{ section.id }} .section-heading.text-right{ text-align:right; }
#shopify-section-{{ section.id }} .section-title{
  text-align: center;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
    color: white;
    margin-bottom: 50px;
    margin-top: 50px;
}
section.wpbingo-section.wpbingo-section--ourteam.overflow-hidden.wpbingo-section--template--18751633522839__featured_ourteam_XeWbp8 {
    background-color: black;
}
#shopify-section-{{ section.id }} .section-subtitle{
  margin: 8px 0 0 0;
  opacity: .8;
}



.WidgetTitle__Header-sc-c581efe-2.gijmWV {
    font-size: 50px;
    font-weight: 700;
    margin: 50px 0px;
}