/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 10 2026 | 19:30:34 */
/*** FOOTER ***/ 

.site-footer .style-color-181892-bg {
  position: relative;
}

.site-footer .style-color-181892-bg::before {
  --r: 22px;
  content: "";
  position: absolute;
  top: calc(-1 * var(--r));
  right: 0;
  width: var(--r);
  height: var(--r);
  pointer-events: none;

  background: inherit;

  -webkit-mask: radial-gradient(circle at 0 0, transparent 70%, #000 71%);
          mask: radial-gradient(circle at 0 0, transparent 70%, #000 71%);
}

/**** MOBILE ****/
@media (max-width: 375px) {
	
.site-footer img {
	max-width: 303px !important;
}
	
}