.elementor-kit-2045{--e-global-color-primary:#0D0D0D;--e-global-color-secondary:#0071FC;--e-global-color-text:#F9F9F9;--e-global-color-accent:#00DEB8;--e-global-typography-primary-font-family:"Noto Sans Hebrew";--e-global-typography-primary-font-size:72px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Noto Sans Hebrew";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:800;--e-global-typography-text-font-family:"Noto Sans Hebrew";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans Hebrew";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:700;--e-global-typography-9e5080f-font-family:"Noto Sans Hebrew";--e-global-typography-9e5080f-font-size:32px;--e-global-typography-9e5080f-font-weight:700;background-color:var( --e-global-color-primary );}.elementor-kit-2045 button,.elementor-kit-2045 input[type="button"],.elementor-kit-2045 input[type="submit"],.elementor-kit-2045 .elementor-button{font-family:"Noto Sans Hebrew", Sans-serif;font-size:18px;font-weight:700;background-color:transparent;background-image:linear-gradient(90deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-accent ) 100%);border-radius:10px 10px 10px 10px;padding:14px 44px 14px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1290px;}.e-con{--container-max-width:1290px;--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){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-2045 e-page-transition{background-color:#FFBC7D;}.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-kit-2045{--e-global-typography-secondary-font-size:36px;--e-global-typography-9e5080f-font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body{
overflow-x: hidden;
}

/* Scrollbar width */
::-webkit-scrollbar {
  width: 8px; /* Width of the scrollbar */
}

/* Scrollbar track */
::-webkit-scrollbar-track {
  background: #0D0D0D; /* Background of the scrollbar track */
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); /* Inner shadow for the scrollbar track */
}

/* Scrollbar thumb */
::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #00DEB8, #0071FC); /* Gradient color for the scrollbar thumb, bottom to top */
  border-radius: 3px; /* Rounded corners of the scrollbar thumb */
}/* End custom CSS */