/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 23 2026 | 12:00:55 */
.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::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;
	}
}

