.elementor-kit-6{--e-global-color-primary:#7D827A;--e-global-color-secondary:#414040;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFFFFF00;--e-global-color-0bca0c9:#7D827A;--e-global-typography-primary-font-family:"Talent_FS-Light";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:1.3px;--e-global-typography-secondary-font-family:"Talent_FS-Light";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-letter-spacing:1.3px;--e-global-typography-text-font-family:"Talent_FS-Light";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:1.3px;--e-global-typography-accent-font-family:"Talent_FS-Light";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-letter-spacing:1.3px;background-color:var( --e-global-color-primary );color:var( --e-global-color-text );font-family:"Talent_FS-Light", Sans-serif;font-size:15px;letter-spacing:1.4px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );font-family:"Talent_FS-Light", Sans-serif;font-size:15px;letter-spacing:1.3px;}.elementor-kit-6 h1{color:var( --e-global-color-text );font-family:"Talent_FS-Light", Sans-serif;font-size:20px;font-weight:700;letter-spacing:1.3px;}.elementor-kit-6 h2{color:var( --e-global-color-text );font-family:"Talent_FS-Light", Sans-serif;font-size:20px;font-weight:700;letter-spacing:1.3px;}.elementor-kit-6 h3{font-family:"Talent_FS-Light", Sans-serif;}.elementor-kit-6 h4{font-family:"Talent_FS-Light", Sans-serif;}.elementor-kit-6 h5{font-family:"Talent_FS-Light", Sans-serif;}.elementor-kit-6 h6{font-family:"Talent_FS-Light", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Talent_FS-Light", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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: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 */<style>
  body:not(.elementor-editor-active) .elementor-element:not(.dont) {
    opacity: 0;
    transform: translateY(8vh) skewY(-3deg);
    transition: opacity 0.5s ease, transform 0.8s ease 0.2s;
  }
  body:not(.elementor-editor-active) .elementor-element.animated:not(.dont) {
    opacity: 1;
    transform: translateY(0) skewY(0deg);
  }
</style>

<script>
  document.addEventListener("DOMContentLoaded", () => {
    // אם יש קלאס elementor-editor-active בעמוד, יוצאים מהפונקציה כדי למנוע את הפעלת האנימציה
    if (document.body.classList.contains("elementor-editor-active")) {
      return;
    }

    const handleIntersection = (entries, observer) => {
      entries.forEach(entry => {
        entry.target.classList.toggle('animated', entry.isIntersecting);
      });
    };

    const observer = new IntersectionObserver(handleIntersection, {
      root: null,
      rootMargin: '0px',
      threshold: 0
    });

    document.querySelectorAll('.elementor-element').forEach(element => observer.observe(element));
  });
</script>/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Talent_FS-Light';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://inspacestudio.co.il/wp-content/uploads/2026/02/Talent_FS-Light.woff') format('woff'),
		url('https://inspacestudio.co.il/wp-content/uploads/2026/02/Talent_FS-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */