.elementor-kit-6{--e-global-color-primary:#363636;--e-global-color-secondary:#3F3F3F;--e-global-color-text:#8D8D8D;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"aktiv-grotesk";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"aktiv-grotesk-extended";--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"aktiv-grotesk";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"aktiv-grotesk-extended";--e-global-typography-accent-font-weight:700;color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:1em;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 a:hover{color:var( --e-global-color-text );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-family:"aktiv-grotesk", Sans-serif;font-size:5rem;font-weight:700;line-height:1.16em;}.elementor-kit-6 h2{color:var( --e-global-color-primary );font-family:"aktiv-grotesk", Sans-serif;font-size:4.5rem;font-weight:700;line-height:1.16em;}.elementor-kit-6 h3{color:var( --e-global-color-primary );font-family:"aktiv-grotesk", Sans-serif;font-size:3rem;font-weight:700;line-height:1.16em;}.elementor-kit-6 h4{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6 h5{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );}.elementor-kit-6 h6{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--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:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-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 *//* FIXED HEADER */
header {
  position: fixed;
  top: 0;
  width: 100%;
  transition: transform 0.3s ease;
  z-index: 1000;
}

header.hidden {
  transform: translateY(-100%);
}/* End custom CSS */