.elementor-kit-9{--e-global-color-primary:#2B615F;--e-global-color-secondary:#9FB239;--e-global-color-text:#2B615F;--e-global-color-accent:#FFFFFF;--e-global-color-43cfcc0:#2D3841;--e-global-color-1ab96f9:#2B615F0F;--e-global-typography-primary-font-family:"Source Sans 3";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Source Sans 3";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Source Sans 3";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Source Sans 3";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-family:"Source Sans 3", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--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:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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:3500px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}}@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 */p{
    margin-bottom: 0;
}
a{
    color: inherit
}
a:hover{
    color: #9FB239;
}

/* Initially show logo */
.site-logo {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 1024px) and (max-width: 1224px) {
  .e-con-inner {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

/* Hide logo once Section 3 enters viewport */
#section-3:before {
  content: "";
  display: block;
  height: 1px;
  margin-top: -80px; /* adjust for header height */
  visibility: hidden;
}

#section-3.is-in-view ~ header .site-logo {
  opacity: 0;
  visibility: hidden;
}/* End custom CSS */