.elementor-kit-8{--e-global-color-primary:#BD1E2F;--e-global-color-secondary:#26BB76;--e-global-color-text:#232323;--e-global-color-accent:#BD1E2F;--e-global-color-9af89ba:#FFFFFF;--e-global-color-bdeab12:#9D9B9B;--e-global-color-20523eb:#FD0620;--e-global-color-ce86f0c:#007D43;--e-global-color-caf98be:#006D3B;--e-global-color-378b135:#BD1E2FBF;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Bebas Neue";--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:"Bebas Neue";--e-global-typography-accent-font-weight:500;--e-global-typography-d764298-font-family:"Bebas Neue";--e-global-typography-2bb8507-font-family:"Bebas Neue";--e-global-typography-2bb8507-font-size:clamp(20px, 2.0vw, 24px);color:var( --e-global-color-text );font-family:"Roboto", Sans-serif;font-size:clamp(18px, 2vw, 24px);}.elementor-kit-8 a{font-family:"Roboto", Sans-serif;font-size:18px;}.elementor-kit-8 h1{font-size:clamp(48px, 6vw, 96px);font-weight:500;}.elementor-kit-8 h2{font-family:"Bebas Neue", Sans-serif;font-size:clamp(50px, 6vw, 88px);}.elementor-kit-8 h3{font-size:clamp(36px, 5.5vw, 72px);}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-size:clamp(20px, 5vw, 28px);background-color:var( --e-global-color-accent );padding:20px 15px 20px 15px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-20523eb );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}@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 *//* Header B starts completely hidden above viewport */
.compact-header {
  position: absolute !important;  /* overlay, not fixed yet */
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  transform: translateY(-100%) !important; /* fully hidden */
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: 999 !important;
  width: 100%;
  transition: transform 300ms ease, opacity 300ms ease;
  will-change: transform, opacity;
}

/* Show only when Elementor sticky class is applied */
.compact-header.elementor-sticky--effects,
.compact-header.elementor-sticky--active,
.compact-header.elementor-sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  transform: translateY(0) !important;  /* slides into place */
  opacity: 1 !important;
  pointer-events: auto !important;
  z-index: 9999 !important;
}/* End custom CSS */