.elementor-8069 .elementor-element.elementor-element-e393f47{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* ========================================
   LOGAN LEAFLETS — SPARSE PAGE PATTERN
   Elementor > Page Settings > Custom CSS
======================================== */

body.elementor-page-8069 {
  background-color: #ffffff;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='600' viewBox='0 0 600 600'%3E%3C!-- Envelope top left --%3E%3Cg fill='%23ed1c24' fill-opacity='0.10'%3E%3Crect x='48' y='62' width='36' height='24' rx='2'/%3E%3Cpath d='M48 62l18 13 18-13'/%3E%3C/g%3E%3C!-- Mailbox top right --%3E%3Cg fill='%23ed1c24' fill-opacity='0.045'%3E%3Crect x='430' y='90' width='24' height='16' rx='3'/%3E%3Crect x='440' y='106' width='4' height='22'/%3E%3Crect x='435' y='125' width='14' height='3' rx='1'/%3E%3Crect x='433' y='95' width='18' height='2' rx='1'/%3E%3C/g%3E%3C!-- Angled envelope centre --%3E%3Cg fill='%23ed1c24' fill-opacity='0.07' transform='rotate(-10 300 285)'%3E%3Crect x='280' y='272' width='40' height='26' rx='2'/%3E%3Cpath d='M280 272l20 14 20-14'/%3E%3Cpath d='M280 298l14-12M320 298l-14-12'/%3E%3C/g%3E%3C!-- Mailbox bottom left --%3E%3Cg fill='%23ed1c24' fill-opacity='0.04'%3E%3Crect x='105' y='450' width='22' height='14' rx='2'/%3E%3Crect x='114' y='464' width='4' height='18'/%3E%3Crect x='109' y='479' width='14' height='3' rx='1'/%3E%3Crect x='107' y='454' width='18' height='2' rx='1'/%3E%3C/g%3E%3C!-- Envelope bottom right --%3E%3Cg fill='%23ed1c24' fill-opacity='0.08' transform='rotate(8 510 500)'%3E%3Crect x='492' y='488' width='36' height='24' rx='2'/%3E%3Cpath d='M492 488l18 13 18-13'/%3E%3C/g%3E%3C/svg%3E");

  background-size: 600px 600px;
  background-position: center top;
  background-repeat: repeat;
  background-attachment: scroll;
}

/* ========================================
   RED SCROLLBAR
   Add to: Elementor > Site Settings >
   Custom CSS > Additional CSS
======================================== */

/* Webkit (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background: #ed1c24;
  border-radius: 999px;
  border: 2px solid #f5f5f5;
}

::-webkit-scrollbar-thumb:hover {
  background: #c81018;
}

/* Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: #ed1c24 #f5f5f5;
}/* End custom CSS */