.elementor-kit-28{--e-global-color-primary:#191705;--e-global-color-secondary:#FDF8F1;--e-global-color-text:#191705;--e-global-color-accent:#537B93;--e-global-color-4cb8400:#2A3E4A;--e-global-color-5bd9c9b:#3E5C6E;--e-global-color-7ce37ba:#4B6F84;--e-global-color-029aacb:#537B93;--e-global-color-ad5cf1f:#7E9CAE;--e-global-color-ec09e88:#A9BDC9;--e-global-color-142e603:#D4DEE4;--e-global-color-fae2d5a:#EEF2F4;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-28 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-28 h2{font-size:42px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Make image container the positioning context and hide any overflow */
.match-height-img {
  position: relative !important;
  overflow: hidden !important;
}

/* Force all of Elementor's inner wrapper divs to fill the full container height */
.match-height-img > .e-con-inner,
.match-height-img .elementor-widget,
.match-height-img .elementor-widget-container {
  height: 100% !important;
  position: relative !important;
}

/* Take the image out of normal flow so it doesn't push the row taller.
   The text side now controls the row height.
   object-fit: contain scales the full image to fit without cropping.
   object-position: top center aligns the image to the top of the space. */
.match-height-img img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: top center !important;
}

/* Give image container a fixed height on mobile since 
   absolute positioning removes the image from flow */
@media (max-width: 767px) {
  .match-height-img {
    min-height: 400px !important;
  }
}/* End custom CSS */