.elementor-kit-6{--e-global-color-primary:#E30613;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-color-b639ccd:#FFFFFF;--e-global-color-e10cdb6:#F1EFED;--e-global-typography-primary-font-family:"Roboto Condensed";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Condensed";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto Condensed";--e-global-typography-text-font-size:1.3rem;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.7rem;--e-global-typography-accent-font-family:"Roboto Condensed";--e-global-typography-accent-font-weight:500;--e-global-typography-f876266-font-family:"Roboto Condensed";--e-global-typography-f876266-font-size:1.2em;--e-global-typography-f876266-font-weight:300;--e-global-typography-f876266-text-transform:uppercase;--e-global-typography-35ff87a-font-family:"Roboto Condensed";--e-global-typography-35ff87a-font-size:0.9em;--e-global-typography-35ff87a-font-weight:300;--e-global-typography-35ff87a-text-transform:uppercase;--e-global-typography-52cb3b3-font-family:"Roboto Condensed";--e-global-typography-52cb3b3-font-size:1rem;--e-global-typography-52cb3b3-font-weight:400;--e-global-typography-52cb3b3-text-transform:uppercase;--e-global-typography-52cb3b3-line-height:17px;--e-global-typography-8dddef6-font-family:"mendl-serif-dusk";--e-global-typography-8dddef6-font-size:3.6rem;--e-global-typography-8dddef6-font-weight:300;--e-global-typography-8dddef6-text-transform:uppercase;--e-global-typography-8dddef6-line-height:3.8rem;--e-global-typography-803c124-font-family:"mendl-serif-dusk";--e-global-typography-803c124-font-size:3rem;--e-global-typography-803c124-font-weight:300;--e-global-typography-803c124-text-transform:uppercase;--e-global-typography-803c124-line-height:3.2rem;--e-global-typography-4f819c3-font-family:"mendl-serif-dusk";--e-global-typography-4f819c3-font-size:2rem;--e-global-typography-4f819c3-font-weight:400;--e-global-typography-4f819c3-line-height:2.2rem;--e-global-typography-3e5a877-font-size:1.5rem;--e-global-typography-3e5a877-font-weight:400;--e-global-typography-8d742ea-font-family:"Roboto Condensed";--e-global-typography-8d742ea-font-size:1.1rem;--e-global-typography-8d742ea-font-weight:300;--e-global-typography-8d742ea-line-height:1.7rem;--e-global-typography-567ae5a-font-family:"Roboto Condensed";--e-global-typography-567ae5a-font-size:0.8rem;--e-global-typography-567ae5a-font-weight:300;--e-global-typography-567ae5a-font-style:normal;--e-global-typography-567ae5a-line-height:1.7rem;background-color:var( --e-global-color-e10cdb6 );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 h2{font-weight:300;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:var( --e-global-color-b639ccd );}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-8dddef6-font-size:2.1rem;--e-global-typography-8dddef6-line-height:2.3rem;--e-global-typography-803c124-font-size:2rem;--e-global-typography-803c124-line-height:2.2rem;--e-global-typography-4f819c3-font-size:1.6rem;--e-global-typography-4f819c3-line-height:1.8rem;--e-global-typography-3e5a877-font-size:2.8rem;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Remove Elementor’s default bullets */
.elementor-widget-text-editor ul {
  list-style: none;
  padding-left: 0;
  padding-bottom: 10px
}

/* Add custom rotated square (diamond) */
.elementor-widget-text-editor ul li {
  position: relative;
  padding-left: 20px; /* space for bullet */
  padding-bottom: 10px;
  padding-top: 10px;
}

/* 8px red square rotated 45° */
.elementor-widget-text-editor ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em; /* aligns with top of text line */
  width: 8px;
  height: 8px;
  background-color: #E30613;
  transform: rotate(45deg);
}/* End custom CSS */