.elementor-kit-4{--e-global-color-primary:#1D1D1B;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#1D1D1B;--e-global-color-accent:#915130;--e-global-color-44d06b7:#E3DCD7;--e-global-color-fda3da7:#D7BBB6;--e-global-color-5300cc1:#E5BD2A;--e-global-color-cfeeb8b:#574638;--e-global-color-05956c5:#9151300D;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.33em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-512ae25-font-family:"Oswald";--e-global-typography-512ae25-font-size:104px;--e-global-typography-512ae25-font-weight:700;--e-global-typography-512ae25-text-transform:uppercase;--e-global-typography-512ae25-line-height:1.38em;--e-global-typography-a57bf16-font-family:"Oswald";--e-global-typography-a57bf16-font-size:47px;--e-global-typography-a57bf16-font-weight:400;--e-global-typography-a57bf16-line-height:1.2em;--e-global-typography-2af170e-font-family:"Oswald";--e-global-typography-2af170e-font-size:32px;--e-global-typography-2af170e-font-weight:700;--e-global-typography-2af170e-text-transform:uppercase;--e-global-typography-2af170e-line-height:1.46em;--e-global-typography-49929de-font-family:"Oswald";--e-global-typography-49929de-font-size:24px;--e-global-typography-49929de-font-weight:400;--e-global-typography-49929de-line-height:1.5em;--e-global-typography-156c35f-font-family:"Roboto";--e-global-typography-156c35f-font-size:18px;--e-global-typography-156c35f-font-weight:700;--e-global-typography-156c35f-line-height:1.33em;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:32px;}.elementor-element{--widgets-spacing:32px 32px;--widgets-spacing-row:32px;--widgets-spacing-column:32px;}{}h1.entry-title{display:var(--page-title-display);}.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-4{--e-global-typography-text-font-size:16px;--e-global-typography-512ae25-font-size:78px;--e-global-typography-a57bf16-font-size:42px;--e-global-typography-2af170e-font-size:28px;--e-global-typography-49929de-font-size:22px;--e-global-typography-156c35f-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{--e-global-typography-text-font-size:16px;--e-global-typography-512ae25-font-size:44px;--e-global-typography-a57bf16-font-size:36px;--e-global-typography-2af170e-font-size:24px;--e-global-typography-49929de-font-size:20px;--e-global-typography-156c35f-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.pointer {cursor: pointer;}

/* Remove empty space from bottom of text editor widget  */
.elementor-widget-text-editor p:last-child{ margin-bottom:0px;
}

/* Remove form field focus outline */
.elementor-field-group .elementor-field-textual:focus {
box-shadow: none;
}
/* Reset line height for all Elementor icons */
.elementor-icon-wrapper,
.elementor-icon {
  line-height: 1 !important;
}

/* Extra alignment fix for SVGs */
.elementor-icon svg {
  display: inline-block;
  vertical-align: middle;
}
/* bullet list override */
.bullet-list ul, .elementor-kit-4 ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.bullet-list ul li, .elementor-kit-4 ol li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.7em;
  line-height: 1.4;
}

.bullet-list ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  background-color: #915130; /* Adjust color as needed */
  border-radius: 99px;
}

.bullet-list ol {
  counter-reset: item;
}

.bullet-list ol li {
  counter-increment: item;
}

.bullet-list ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}/* End custom CSS */