.elementor-kit-8{--e-global-color-primary:#002635;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b49374f:#F2F2F2;--e-global-typography-primary-font-family:"Roboto";--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-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-bc7c9c4-font-family:"Libre Franklin";--e-global-typography-bc7c9c4-font-size:40px;--e-global-typography-bc7c9c4-font-weight:600;--e-global-typography-bc7c9c4-line-height:100%;--e-global-typography-b6e675f-font-family:"Libre Franklin";--e-global-typography-b6e675f-font-size:26px;--e-global-typography-b6e675f-font-weight:600;--e-global-typography-b6e675f-line-height:100%;}.elementor-kit-8 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){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);}@media(max-width:1920px){.elementor-kit-8{--e-global-typography-b6e675f-font-size:2rem;}}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Main container */
.lite-vimeo {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9; /* FIX LCP DELAY */
  overflow: hidden;
  width: 100%;
}

/* LCP image */
.lite-vimeo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .4s ease;
}

/* When iframe is loading */
.lite-vimeo.loading img {
  opacity: 0.3;
}

/* After iframe loads (image hidden) */
.lite-vimeo.loaded img {
  opacity: 0;
}

/* Optional overlay */
.lite-vimeo .loading-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  background: rgba(0,0,0,0.25);
  opacity: 0;
  transition: opacity .3s ease;
}
.lite-vimeo.loading .loading-overlay {
  opacity: 1;
}/* End custom CSS */