.homepage {
	position: relative;
}
.homepage h1 {
	letter-spacing: -1.2px;
	margin-bottom: 24px;
	font-size: 50px;
	line-height: 58px;
}
.video-intro-text {
	letter-spacing: -1.2px;
	margin-bottom: 24px;
	font-size: 80px !important;
	line-height: 70px !important;
}
.homepage h1,
.homepage h2,
.homepage h3,
.video-intro-text {
	font-family: 'FFMarkBold';
	font-weight: unset;
}

.homepage-testimonials .wistia_responsive_padding {
	padding: 0px !important;
}
.homepage-testimonials .w-bottom-bar-lower {
	opacity: 0 !important;
}
#fake-fullscreen-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999;
	justify-content: center;
	align-items: center;
}
#fake-fullscreen-content {
	width: 90%;
	height: 90%;
	background: white;
	overflow: auto;
	padding: 20px;
	border-radius: 10px;
}
#exitFullscreen {
	position: absolute;
	top: 20px;
	right: 20px;
	background: red;
	color: white;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 16px;
	border-radius: 5px;
}
.home-video-overlay {
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: center;
	z-index: 1;
	max-height: 100%;
	height: 100vh;
	min-height: 900px;
}
.home-video-content {
	display: flex;
	flex-direction: column;
	max-width: 1440px;
	width: 100vw;
	box-sizing: border-box;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.home-h1-spacer {
	margin-top: 200px;
}
.home-text-intro-module-text h2 {
	font-family: 'FFMarkBook' !important;
}
.home-text-intro-module-text span {
	display: block;
}
.home-cta {
	display: flex;
	gap: 32px;
	max-width: 463px;
	align-items: center;
	cursor: pointer;
	flex-direction: column;
}
.home-cta-link {
	font-family: "FFMarkBold";
	font-size: 16px;
}
.featured-nav-posts .featured-image:hover {
	opacity: .7;
}
.home-intro .wurlhomeanimation {
	color: rgba(255, 255, 255, 1);
}
.wurlhomeanimationtext {
	animation: moveWords 5s linear infinite;
	animation-delay: 0.2s;
}
.home-intro,
.home-cta-text {
	color: rgba(255, 255, 255, 0.80);
	font-family: "FFMarkMedium";
	font-size: 21px;
	font-style: normal;
	line-height: 28px;
}
.home-logos {
	display: flex;
	margin: 0px auto 56px;
	flex-direction: column;
	align-items: center;
	gap: 56px;
}
.logos-home-title {
	margin: auto;
	max-width: 100vw;
	padding: 0px 32px;
}
@keyframes slideinhome {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-2470px);
	}
}
.carousel-home {
	display: flex;
	white-space: nowrap;
	animation: slideinhome 60s linear infinite;
	gap: 64px;
	position: relative;
	width: 7500px;
	height: 188px;
}


.carousel-home-v2 {
    display: flex;
    white-space: nowrap;
    animation: slideinhomev2 60s linear infinite;
    gap: 120px;
    position: relative;
    width: 19440px;
    height: 100px;
}


.carousel-home-v3 {
    display: flex;
    white-space: nowrap;
    animation: slideinhomev2 60s linear infinite;
    gap: 120px;
    position: relative;
    width: 19440px;
    height: 100px;
}

.carousel-home-v2 .logo-wrapper img,
.carousel-home-v3 .logo-wrapper img {
    height: 35px;
    width: auto;
}

@keyframes slideinhomev2 {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-6480px);
	}
}



.carousel-home-v2 .logo-wrapper {
	padding: 60px 0px 0px;
}

.carousel-home-v3 .logo-wrapper {
	padding: 40px 0px 0px;
}


.carousel-home .logo-wrapper {
	padding: 60px;
}
.logo-wrapper img {
	border: 0;
	width: 100%;
	display: block;
	height: 68px;
}
.carousel-container-home {
	overflow: hidden;
	width: 100%;
	margin: auto;
	position: relative;
}
.home-intro h1 {
	color: rgba(255, 255, 255);
	background: transparent;
	font-family: "FFMarkHeavy";
	letter-spacing: -1.2px;
	font-weight: unset;
}
.standard-button {
	background-color: #5EE3B9;
	padding: 12px 16px;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	border-radius: 4px;
	display: inline-block;
	max-width: max-content;
	font-family: 'FFMarkBold';
	min-width: max-content;
	position: relative;
	cursor: pointer;
	z-index: 5;
	height: 48px;
	display: flex;
	align-items: center;
	transition: background-color 0.3s ease, color 0.3s ease;
}
.standard-button a {
	font-family: 'FFMarkBold';
}
.standard-button:hover,
.get-in-touch-button:hover {
	background-color: #4BB694;
}
.home-text-intro-module-text.block-wrapper-large {
	margin: 0px;
}
/* Keyframes for fade-in and fade-out */
@keyframes fadeWords {
	0% {
		opacity: 0;
	}
	2% {
		opacity: .5;
	}
	5% {
		opacity: 1;
	}
	10% {
		opacity: 1;
	}
	15% {
		opacity: 1;
	}
	20% {
		opacity: 0;
	}
	29% {
		opacity: 0;
	}
	30% {
		opacity: 0;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.homeanimation {
	position: relative;
	width: 800px;
	overflow: hidden;
	height: 82px;
	margin-top: 10px;
}
.homeanimationtext {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	animation: fadeWords 20s linear infinite;
	text-decoration: none;
}
/* Stagger animations for each word */
.homeanimationtext:nth-child(1) {
	animation-delay: 0s;
}
.homeanimationtext:nth-child(2) {
	animation-delay: 4s;
}
.homeanimationtext:nth-child(3) {
	animation-delay: 8s;
}
.homeanimationtext:nth-child(4) {
	animation-delay: 12s;
}
.homeanimationtext:nth-child(5) {
	animation-delay: 16s;
}
#video-quote {
	display: none;
	position: absolute;
	top: 50px;
	left: 50px;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px;
	border-radius: 5px;
}
.block-wrapper-96-56-56.homepage-testimonials {
	background: #000;
}
.homepage-testimonials .wistia-player-block {
	margin-bottom: 40px;
	border-radius: 8px;
	overflow: hidden;
}
.video-jump-buttons {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
}
.jump-button {
	background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 16px;
    transition: all 0.3s ease;
    backdrop-filter: blur(2px);
    display: flex;
    padding: 16px;
    justify-content: flex-start;
    gap: 16px;
    align-items: center;
    flex-direction: row;
    width: 250px;
}
.jump-button.active-jump {
	background: rgba(255, 255, 255, 0.30);
}
.wistia-player-block {
	margin-bottom: 20px;
}
.home-test-author {
	color: rgba(255, 255, 255, 0.60);
}
.jump-button-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.jump-button img {
	width: 41px;
	height: 41px;
	border-radius: 50%;
}
.jump-button:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.w-bottom-bar-lower.w-css-reset {
	display: block !important;
}
main#main {
	width: 100%;
	flex-direction: column;
	margin: auto;
	max-width: 1144PX;
	position: relative;
	overflow: hidden;
}
.home-overlapping-grid-wrapper {
	margin: 16px 16px 80px 16px;
}
.home-overlapping-grid {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr;
	position: relative;
	width: 100%;
	max-width: 1440px;
	margin: auto;
}
.home-layered-content-wrapper {
	grid-row: 1 / 2;
	grid-column: 1 / 2;
	font-size: 3rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	z-index: 2;
	min-height: 742px;
	padding: 96px;
	align-content: flex-start;
	flex-direction: column;
}
.home-layered-content {
	max-width: 600px;
}
.background-layer {
	grid-row: 1 / 2;
	grid-column: 1 / 2;
	position: relative;
	z-index: 1;
	border-radius: 16px;
}
.homepage-module-dark {
	background:
		url(' /wp-content/uploads/2024/11/Wurl_Homepage_Animation2.svg'),
		radial-gradient(circle at 25% 10%, rgba(90, 24, 131, 1) 0%, rgba(27, 2, 48, 1) 35%);
	background-size: 700px 610px, 100% 100%;
	background-repeat: no-repeat;
	background-position: 100% 30%, bottom right;
}
.homepage-module-light {
	background:
		url(' /wp-content/uploads/2024/11/Wurl_Homepage_Animation1.svg'),
		radial-gradient(circle at 25% 10%, rgba(228, 48, 227, .1) 0%, rgb(235, 235, 241) 35%);
	background-size: 700px 610px, 100% 100%;
	background-repeat: no-repeat;
	background-position: 100% 30%, bottom right;
	background-color: #EBEBF1;
}
.home-text-intro-module {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('/wp-content/uploads/2024/11/gradient_home_purple.svg') top right no-repeat,
		url('/wp-content/uploads/2024/11/gradient_home_red.svg') bottom left no-repeat;
}
.home-text-intro-module .heading-50-58 {
	max-width: 1000px;
	text-align: left;
	font-family: 'FFMarkBold';
}
.home-featured-success-stories {
	max-width: 1440px;
	margin: auto;
}
.home-featured-success-stories-wrapper {
	width: 100%;
	background: rgb(68, 9, 79);
	background: radial-gradient(circle, rgba(68, 9, 79, 1) 0%, rgba(9, 0, 37, 1) 76%);
}
.featured-success-stories {
	display: flex;
	gap: 24px;
	justify-content: space-between;
	color: #fff;
}
.success-story-item {
	flex: 1;
	max-width: 387px;
	padding: 32px;
	border-radius: 8px;
}
.success-story-item {
	transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out;
	background: rgba(255, 255, 255, 0.10);
	display: flex;
}
.success-story-item:hover {
	transform: translateY(-8px);
	background: rgba(255, 255, 255, 0.18);
}
.success-story-item-content {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
}
.success-story-item div,
.success-story-item div a {
	text-decoration: none;
	color: #fff;
}
.footnote-marker {
	font-size: 3px;
}
.success-story-item img {
	height: 32px;
	width: auto;
	filter: invert(1);
	max-width: 100px;
}
.success-story-item .stats-number-value {
	color: #FFF;
	font-family: "FFMarkBold";
	font-size: 36px;
	font-style: normal;
	line-height: 45px;
	background: none;
	margin-bottom: 8px;
	text-decoration: none !important;
}
.success-story-item .divider {
	background: #B779D4;
	height: 1px;
	width: 100%;
	margin: 24px 0px;
	border: 0px;
}
img#logo-tablet-img-open {
	display: none;
}
.home-module-text-with-label-wrapper {
	display: flex;
	gap: 24px;
	flex-direction: column;
	padding-bottom: 72px;
}
.home-label {
	color: rgba(255, 255, 255, 0.70);
}
.home-label,
.home-label-dark {
	font-family: 'FFMarkBook';
	font-size: 18px;
	font-style: normal;
	line-height: 27px;
}
.home-module-text {
	max-width: 700px;
	margin: 24px 0px 80px;
}
.home-card-flex-wrapper {
	background-color: #F5F5F8;
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
	display: flex;
	justify-content: center;
	padding-bottom: 64px;
	box-sizing: content-box;
}
.home-cards-flex {
	display: flex;
	gap: 24px;
	padding-top: 8px;
	background-color: #F5F5F8;
	display: flex;
	margin: 0px !important;
	flex-wrap: nowrap !important;
	gap: 24px;
	padding-bottom: 46px;
	max-width: 1200px;
	height: 100%;
}
.home-products-module-wrapper {
	background: #F5F5F8;
	width: 100%;
}
.home-products-module {
	max-width: 1440px;
	margin: auto;
}
.home-card-flex-inner {
	padding: 40px 32px 40px;
	background: var(--color-white);
	z-index: 2;
	position: relative;
	border-radius: 8px;
	display: flex;
	gap: 24px;
	flex-direction: column;
	align-items: flex-start;
	cursor: pointer;
	margin-top: 8px;
	height: 408px;
}
.home-card-flex-inner p {
	color: #666;
	font-family: "FFMarkBook";
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	margin: 0px;
}
.home-logo img {
	max-height: 24px;
}
.home-card-flex-outer {
	position: relative;
}
.home-card-flex-outer:last-of-type {
	padding: 0px;
}
.home-cards-flex-wrapper {
	display: flex;
	margin: 80px 0px;
	justify-content: center;
}
.home-card-flex-outer:first-child::after {
	content: "";
	position: absolute;
	display: block;
	inset: -.625em;
	background: #B779D4;
	filter: blur(24px);
	z-index: 1;
	top: 94%;
	height: 20px;
	left: 8%;
	opacity: 1;
	width: 74%;
}
.home-card-flex-outer:nth-child(2)::after {
	content: "";
	position: absolute;
	display: block;
	inset: -.625em;
	background: #00B7E4;
	filter: blur(24px);
	z-index: 1;
	top: 94%;
	height: 20px;
	left: 8%;
	opacity: 1;
	width: 74%;
}
.home-card-flex-outer:nth-child(3)::after {
	content: "";
	position: absolute;
	display: block;
	inset: -.625em;
	background: #55D997;
	filter: blur(24px);
	z-index: 1;
	top: 94%;
	height: 20px;
	left: 8%;
	opacity: 1;
	width: 74%;
}


.home-card-flex-outer:nth-child(4)::after {
	content: "";
	position: absolute;
	display: block;
	inset: -.625em;
	background: #FF7383;
	filter: blur(24px);
	z-index: 1;
	top: 94%;
	height: 20px;
	left: 8%;
	opacity: 1;
	width: 74%;
}
.home-card-flex-inner .hover-image {
	transition: opacity 0.3s ease;
}
.home-card-flex-inner,
.home-card-flex-outer {
	transition: transform 0.3s ease, opacity 0.3s ease;
}
.home-card-flex-outer:hover {
	transform: translateY(-8px);
}
.image-wrapper {
	position: relative;
	display: flex;
	align-content: flex-end;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
}
.default-image {
	position: relative;
	z-index: 1;
	transition: opacity 0.3s ease;
	width: 218px;
	height: 150px;
}
.hover-image {
	position: absolute;
	left: 0;
	width: 100%;
	height: 150px;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 2;
	bottom: 0px;
}
.home-card-flex-inner:hover .hover-image {
	opacity: 1;	/* Fade in hover image on hover */
}
.home-card-flex-inner:hover .default-image {
	opacity: 1;	/* Fade out the default image on hover */
}
/* Featured Success Stories */
.client-logo-display {
	height: 48px;
	display: flex;
	align-items: center;
}
.home-featured-success-stories .stat-text {
	font-size: 18px;
	line-height: 26px;
}
/* Video */
.home-video-section {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	min-height: 900px;
}


.home-video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1; /* Send behind content */
}

.home-video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none; /* So it doesn't block interactions */
}

.home-video-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; /* Same level as video */
}




.background-video {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	z-index: -2;
	height: 900px;
}
.home-video-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(258deg, rgba(0, 0, 0, 0.00) 2.31%, rgba(0, 0, 0, 0.30) 57.36%), linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 100%);
}
.home-label-light {
	color: #666;
	font-family: "FFMarkBook";
	font-size: 18px;
	font-style: normal;
	line-height: 27px;
}
.svg-background-container {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.homepage-svg-bg {
	position: relative;
		overflow: hidden;
}
/* Red SVG (Top Right) */
.homepage-svg-bg::before {
	content: "";
	position: absolute;
	top: -150px;
	right: -400px;
	width: 100%;
	height: 500%;
	background: url(/wp-content/uploads/2024/11/gradient_home_red.svg) top right no-repeat;
	background-size: 50%;
	z-index: -1;
	animation: animate-red-svg 8s infinite ease-in-out;
	opacity: 1;
}
/* Blue SVG (Top Left) */
.homepage-svg-bg::after {
	content: "";
	position: absolute;
	top: -150px;
	left: -150px;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2024/11/gradient_home_blue.svg) 0px 0px no-repeat;
	background-size: 30%;
	z-index: -1;
	animation: animate-blue-svg 10s infinite ease-in-out;
	opacity: 1;
}
@keyframes animate-red-svg {
	0% {
		opacity: 1;
		/* Fully visible */
	}
	50% {
		opacity: 0;
		/* Fully transparent */
	}
	100% {
		opacity: 1;
		/* Back to fully visible */
	}
}
@keyframes animate-blue-svg {
	0% {
		opacity: 1;
		/* Fully visible */
	}
	50% {
		opacity: 0;
		/* Fully transparent */
	}
	100% {
		opacity: 1;
		/* Back to fully visible */
	}
}
.home-overlapping-grid-wrapper:last-child {
	margin: 0px 16px 0px;
}
.home-text-intro-module-text {
	max-width: 1240px;
	margin: auto;
}
@media only screen and (max-width: 1100px) {
	.home-text-intro-module-text span {
		display: inline-block;
	}
	.logo-wrapper img {
		height: 46px;
	}
	.homepage h1 {
		letter-spacing: -1.2px;
		margin-bottom: 24px;
		font-size: 40px;
		line-height: 46px;
	}
	.video-intro-text {
		letter-spacing: -1.2px;
		margin-bottom: 24px;
		font-size: 56px !important;
		line-height: 60px !important;
	}
	.homeanimation {
		position: relative;
		width: 100%;
		overflow: hidden;
		height: 63px;
		margin-top: 0px;
	}

	.home-text-intro-module-text.block-wrapper-large {
		margin: 40px 0px;
	}
	.success-story-item {
		padding: 24px;
	}
	.home-h1-spacer {
		margin-top: 286px;
	}
	.homepage-module-light {
		background-position: right -163px bottom -232%, bottom right;
	}
	.homepage-module-dark {
		background-position: right -196px bottom -93%, bottom right;
	}
	.home-layered-content-wrapper {
		padding: 56px;
		row-gap: 24px;
	}
	.success-story-item .stats-number-value {
		font-size: 27px;
		line-height: 33px;
	}
	.success-story-item .divider {
		margin: 18px 0px;
    }

	.home-overlapping-grid-wrapper {
		margin: 0px 24px 64px;
	}

	.home-card-flex-wrapper {
		justify-content: flex-start;
	}
	.home-card-flex-outer:last-of-type {
		padding: 0px 48px 0px 0px;
		box-sizing: content-box;
	}
	.home-cards-flex {
		max-width: 100%;
		padding: 0px 0px 30px 48px;
	}
	.client-logo-display {
		height: 36px;
	}
	.client-logo-display img {
		height: 30px;
	}
	.home-module-text-with-label-wrapper {
		gap: 16px;
		padding-bottom: 32px;
	}
	.home-featured-success-stories .stat-text {
		font-size: 13px;
		line-height: 20px;
	}
	.success-story-item .stats-number-value {
		margin-bottom: 8px;
	}
	.home-overlapping-grid-wrapper:last-child {
		margin: 0px 24px 24px;
	}
	.home-layered-content-wrapper {
		min-height: 666px;
	}
	.home-layered-content {
		max-width: 400px;
	}
	.home-layered-content h1 {
		max-width: 476px;
	}
}
@media only screen and (max-width: 781px) {


	.jump-button {
    width: 100%;
}
	.default-image {
		width: 100%;
		height: auto;
	}
	.hover-image {
		width: 100%;
		height: auto;
	}
	.homepage h1 {
		letter-spacing: -1.2px;
		margin-bottom: 24px;
		font-size: 28px;
		line-height: 35px;
	}
	.video-intro-text {
		letter-spacing: -1.2px;
		margin-bottom: 24px;
		font-size: 36px !important;
		line-height: 38px !important;
	}
	.homeanimation {
		position: relative;
		width: 100%;
		height: 40px;
		margin-top: 0px;
	}
	.home-layered-content-wrapper {
		justify-content: flex-start;
		min-height: 324px;
	}
	.home-layered-content-wrapper {
		padding: 32px 24px;
	}
	.home-video-content {
		justify-content: space-between;
		max-height: 80vh;
	}
	.home-h1-spacer {
		margin-top: 25vh;
	}
	.home-cta {
		display: flex;
		gap: 16px;
		max-width: 266px;
		flex-direction: column;
		align-items: center;
	}
	.success-story-item img {
		height: 48px;
		width: auto;
		filter: invert(1);
		max-width: 117px;
	}
	.featured-success-stories {
		flex-direction: column;
	}
	.home-video-section {
		max-height: 900px;
		height: 80vh;
		min-height: 80vh;
	}
	.home-text-intro-module-text.block-wrapper-large {
		margin: 16px 0px;
	}
	.carousel-home {
		gap: 64px;
		width: 4000px;
		align-items: center;
		display: flex;
	}
	.carousel-home .logo-wrapper {
		padding: 10px;
	}
	@keyframes slideinhome {
		from {
			transform: translateX(0);
		}
		to {
			transform: translateX(-1355px);
		}
	}
	.home-video-overlay {
		max-height: 80vh;
		min-height: 80vh;
	}
	.home-cta-text {
		font-size: 18px;
		line-height: 27px;
	}
	.homepage-module-light {
		background-position: right -84px bottom -160px, bottom right;
		height: 624px;
		background-size: 414px 610px, 100% 100%;
	}
	.homepage-module-dark {
		background-position: right -84px bottom -234px, bottom right;
		height: 689px;
		background-size: 414px 610px, 100% 100%;
	}
	.home-label,
	.home-label-dark,
	.home-label-light {
		font-size: 16px;
		line-height: 22px;
	}
	.home-module-text-with-label-wrapper {
		display: flex;
		gap: 24px;
		flex-direction: column;
		padding-bottom: 32px;
	}
	.home-overlapping-grid-wrapper {
		margin: 0px 24px 64px;
	}
	.home-card-flex-outer {
		margin-bottom: 34px;
	}
	.home-card-flex-outer:last-of-type {
		padding: 0px 32px 0px 0px;
	}
	.success-story-item .divider {
		margin: 24px 0px;
	}
	.success-story-item .stats-number-value {
		font-size: 36px;
		line-height: 45px;
	}
	.success-story-item {
		padding: 32px;
	}
	.home-cards-flex {
		max-width: 100%;
		padding: 0px 0px 30px 32px;
	}
	.home-card-flex-inner p {
		font-size: 13px;
		line-height: 20px;
	}
	.home-card-flex-outer {
		min-width: 240px;
	}
	.home-card-flex-inner {
		gap: 20px;
		height: 346px;
	}
	.home-featured-success-stories .stat-text {
		font-size: 18px;
		line-height: 27px;
	}
	.client-logo-display {
		height: 47px;
	}
}