/* ============================================================
   ACCREDITATION STRIP
============================================================ */
.accred{
  background:#F5F5F8;
  color:#140B4B;
  padding:4.5rem 0;
  overflow:hidden;
}
/* about page */
.page-id-59877 .accred{
	background:#FFFFFF;
}
.page-id-59877 .accred-card{
	background:#F5F5F8;
}
.accred-h,.accred-h-accent{
  font-family:var(--font-display);
  font-weight:700;
  font-size:58px;
  line-height:1.15;
  color:#140B4B;
  margin-bottom:0.85rem;
}
.accred-h-accent{
  background: var(--New, linear-gradient(90deg, #B53C72 0%, #5641E0 100%));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  display:inline-block;
}
.accred-p{
  color:#4A4A68;
  font-size:18px;
  line-height:1.55;
  max-width:440px;
  margin:0;
}

.accred-marquee-box{
  position:relative;
  max-width:597px;
  height:308px;
  overflow:hidden;
  margin-left:auto;
  perspective:1000px;
  perspective-origin:50% 65%;
  mask-image:linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 6%, rgba(0,0,0,1) 32%, rgba(0,0,0,1) 88%, transparent 100%);
  -webkit-mask-image:linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 6%, rgba(0,0,0,1) 32%, rgba(0,0,0,1) 88%, transparent 100%);
}
.accred-marquee-track{
  display:flex;
  flex-direction:column;
  gap:16px;
  transform-style:preserve-3d;
  will-change:transform;
}
.accred-marquee-group{
  display:flex;
  flex-direction:column;
  gap:16px;
  transform-style:preserve-3d;
}

.accred-card{
  display: flex;
  width: 570px;
  padding: 40px;
  align-items: center;
  gap: 46px;
  border-radius: 16px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  background: #FFF;
}
.accred-card-text{
  display:flex;
  flex-direction:column;
  justify-content:center;
}


.accred-card-title,.accred-card-sub{
  color: #0F0445;
  leading-trim: both;
  text-edge: cap;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.accred-card-year{
  color: #0F0445;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
.accred-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  flex-shrink:0;
}
.accred-flower{
  width: 37.854px;
  height: 74.561px;
  object-fit:contain;
  user-select:none;
  -webkit-user-drag:none;
}
.accred-logo-img{
  height: 42px;
  width: 165px;
  object-fit:contain;
  user-select:none;
  -webkit-user-drag:none;
}


@media (max-width: 767px){
	 .accred-card{
		padding:20px;
		gap:.75rem;
		min-height:78px;
	  }
	.accred-h-accent,.accred-h{
		font-size:36px !important;
	}
	.accred{
		padding:3rem 0rem !important;
	}
	.accred-p{
		font-size:16px !important;
	}
	.accred-h,.accred-h-accent{
		margin-bottom:0.1rem !important;
	}
	.accred-card-title, .accred-card-sub{
		font-size:18px;
	}
	
}
@media (max-width: 575px){
  .accred-card{
		width:100% !important;
	}
	.accred-logo-img{
		width:100px;
	}
	.accred-flower{
		height:51px !important;
		width:45px !important;
	}
	
}
@media (max-width: 375px){
	.accred-h-accent,.accred-h{
		font-size:32px;
	}
	.accred-card{
		width:100%;
	}
	.accred-card-title, .accred-card-sub{
		font-size:16px !important;
	}
	.accred-p{
		font-size:15px !important;
	}
	.accred-flower{
		height:31px !important;
		width:25px !important;
	}
	.accred-logo-img{
		width:75px;
	}
	
}
.accred-card-text,.accred-badge{
		width:50% !important;
	}