.compassion-qualifications-content ul span:before,
.compassion-qualifications-content ol span:before {
	display: none;
}

.center {
	text-align: center;
}

.bigger {
	padding: 30px 50px;
	font-size: 32px;
}

.product-slide-image {
	max-width: 100%;
}

.product-slide-image .find-us-image {
	max-width: 100%;
	height: auto;
	display: block;
}

.pt40 {
	padding-top: 40px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.anchor-buttons {
	display: flex;
	gap: 24px;
	margin: 20px 0 30px;
	flex-wrap: wrap;
	justify-content: center;
}

.anchor-buttons a {
	display: inline-block;
	padding: 10px 18px;
	background: #2E3874;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-size: 14px;
}

.anchor-buttons a:hover {
	background: #2E3874;
}

.cssstores {
	margin-bottom: -70px;
	z-index: 1;
	position: relative;
}

.compassion-qualifications-content ul span,
.compassion-qualifications-content ol span {
	padding: 0 !important;
}

.stockstat:hover {
	cursor: auto !important;
}

.stockstat {
	padding: 5px 10px !important;
	background: #029d81 !important;
	color: #fff !important;
	border: 0 !important;
	margin-bottom: 15px !important;
	font-weight: normal !important;
}

.stockstat.out {
	background: #ea4335 !important;
}

.p0 {
	padding: 0 !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pt80 {
	padding-top: 80px !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.text-left {
	text-align: left !important;
}

.compassion-testimonials-item-title {
	margin-top: 10px !important;
}

/*slider*/
/* slider */
.compassion-txt-swiper,
.compassion-txt-swiper .swiper-wrapper,
.compassion-txt-swiper .swiper-slide {
	height: 720px;
}

.compassion-txt-swiper {
	overflow: hidden;
}

.compassion-txt-swiper video,
.compassion-txt-swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* video wrapper */
.video-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.video-wrapper video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* play button */
.video-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.55);
	border: none;
	cursor: pointer;
	z-index: 2;
}

.video-play-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 52%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-left: 16px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.video-wrapper.is-playing .video-play-btn {
	opacity: 0;
	pointer-events: none;
}

/*slider*/

@media (max-width: 767px) {
	.bigger {
		padding: 20px 30px;
		font-size: 22px;
	}

	.ctabtn {
		padding: 60px 15px;
		font-size: 16px;
	}

	.anchor-buttons {
		display: flex;
		gap: 6px;
		margin: 20px 0 30px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.anchor-buttons a {
		display: inline-block;
		padding: 5px 8px;
		background: #2E3874;
		color: #fff;
		text-decoration: none;
		border-radius: 4px;
		font-size: 12px;
	}

	.hmob {
		font-size: 30px;
	}

	.cssstores {
		margin-bottom: 0 !important;
	}
}