.elementor-kit-4{--e-global-color-primary:#5C8949;--e-global-color-secondary:#0F576D;--e-global-color-text:#093442;--e-global-color-accent:#BFE044;--e-global-color-93e3caf:#FFFFFF;--e-global-color-f9b610e:#FFDD4D;--e-global-color-35de462:#FFBC50;--e-global-color-de72f23:#E9EFF2;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-size:2.5em;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-line-height:1.05em;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-size:1.3em;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:800;--e-global-typography-21d91ff-font-family:"Raleway";--e-global-typography-21d91ff-font-size:0.8em;--e-global-typography-21d91ff-font-weight:400;--e-global-typography-21d91ff-font-style:italic;--e-global-typography-21d91ff-line-height:1em;--e-global-typography-21d91ff-letter-spacing:0.5px;--e-global-typography-39152a3-font-family:"Raleway";--e-global-typography-39152a3-font-size:1.1em;--e-global-typography-39152a3-line-height:1.3em;font-family:"Raleway", Sans-serif;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}body{overflow-x:inherit !important;}.elementor a, .elementor a:link, .elementor a:focus, .elementor a:active, .elementor a:hover{text-decoration:inherit !important;}.elementor a:link, .elementor .smooth-hover a:link, {transition:inherit;}.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: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 */@media screen and (min-width: 767px) {
  .break{display:none}
}





/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #0f576d #fff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 5px;
    height:5px;
  }

  *::-webkit-scrollbar-track {
    background: #fff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #0f576d;
    border-radius: 5px;
    border: 0px none #0f576d;
  }/* End custom CSS */