/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 29 2026 | 18:00:20 */
.custom-cta {
  position: relative;
}

.custom-cta div:has(> a) {
  display: flex;
}

@media(min-width: 768px) {
	.custom-cta::after {
	  content: '';
	  background-image: url(/wp-content/uploads/2026/03/Group-15402.png);
	  background-repeat: no-repeat;
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  width: 380.99px;
		  height: 285px;
	  object-fit: contain;
	}
	
	.custom-cta.audits:not(.dark)::after {
		content: none;
	}
	
	.custom-cta.audits:not(.dark)::before {
		content: none;
	}
	
	.custom-cta.audits.dark::after,
    .custom-cta.audits.dark::before {
		width: 219px;
		height: 219.233px;
		object-fit: contain;
		background-image: url(https://leanaction.studionext.digital/wp-content/uploads/2026/03/Group-15401-1.svg);
	}

	.custom-cta::before {
	  content: '';
	  background-image: url(/wp-content/uploads/2026/03/Group-15402.png);
	  background-repeat: no-repeat;
	  position: absolute;
	  right: 0;
	  top: 0;
	  width: 380.99px;
	  height: 285px;
	  transform: rotate(180deg);
	  object-fit: contain;
	}
}

@media(min-width: 1024px) {
	.custom-cta.audits:not(.dark)::after {
		content: '';
		background-image: url(https://leanaction.studionext.digital/wp-content/uploads/2026/03/Group-15401.svg);
		width: 380.99px;
		height: 322px;
		object-fit: cover;
	}
	
	.custom-cta.audits:not(.dark)::before {
		content: '';
		background-image: url(https://leanaction.studionext.digital/wp-content/uploads/2026/03/Group-15401.svg);
		transform: rotate(180deg);
		width: 380.99px;
		height: 322px;
		object-fit: cover;
		right: -55px;
	}
}