@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url('assets/fonts/Inter-Regular.woff2') format('woff2')}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url('assets/fonts/Inter-Medium.woff2') format('woff2')}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url('assets/fonts/Inter-SemiBold.woff2') format('woff2')}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url('assets/fonts/Inter-Bold.woff2') format('woff2')}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url('assets/fonts/Rubik-Regular.woff2') format('woff2')}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url('assets/fonts/Rubik-Medium.woff2') format('woff2')}@font-face{font-family:Rubik;font-style:normal;font-weight:600;font-display:swap;src:url('assets/fonts/Rubik-SemiBold.woff2') format('woff2')}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url('assets/fonts/Rubik-Bold.woff2') format('woff2')}:root{--primary:#1F6F50;--secondary:#DDF5E8;--accent:#F26D5B;--bg-light:#FFFFFF;--bg-dark:#1F6F50;--text-dark:#24312D;--text-light:#FFFFFF;--text-muted:#5F716B;--border-light:#D8E7DE;--border-dark:#6EA98F;--nav-bg:#FFFFFF;--nav-text:#24312D;--nav-text-hover:#1F6F50;--radius-sm:4px;--radius-card:12px;--radius-btn:8px;--radius-img:12px;--radius-badge:20px;--radius-input:8px;--shadow-subtle:0 2px 12px rgba(0,0,0,0.12);--shadow-card:0 8px 30px rgba(0,0,0,0.2);--shadow-elevated:0 8px 30px rgba(0,0,0,0.2);--shadow-btn-hover:0 8px 30px rgba(0,0,0,0.2);--spacing-section:80px;--spacing-section-mobile:48px;--spacing-card-padding:32px;--spacing-card-gap:24px;--spacing-element-gap:16px;--transition-default:all 0.3s ease;--transition-hover:all 0.3s ease;--gradient-primary:linear-gradient(135deg, #2D7A5F 0%, #1A4D3A 100%);--gradient-goldShine:linear-gradient(135deg, #C8A96E 0%, #F4A87C 100%);--gradient-secondary:linear-gradient(180deg, #EAF2EC 0%, #F7FAF8 100%);--gradient-goldAccent:linear-gradient(90deg, #E8724A 0%, #F4A87C 100%);--gradient-darkSection:linear-gradient(180deg, #1A4D3A 0%, #122E25 100%);--gradient-overlayDark:linear-gradient(180deg, rgba(26,77,58,0.3) 0%, rgba(26,77,58,0.7) 100%);--gradient-lightSection:linear-gradient(180deg, #F7FAF8 0%, #EAF2EC 100%);--gradient-overlayLight:linear-gradient(180deg, rgba(247,250,248,0.0) 0%, rgba(247,250,248,0.95) 100%)}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px!important;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth;direction:rtl}body{font-size:16px!important;line-height:1.7!important;font-family:Rubik,sans-serif;color:var(--text-dark);background-color:var(--bg-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;min-height:100vh}canvas,img,picture,svg,video{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;border:none;background:0 0}ol,ul{list-style:none}a{color:var(--accent,var(--primary));text-decoration:none;transition:var(--transition-default)}a:hover{color:var(--primary);text-decoration:underline}.site-footer a{color:inherit}h1,h2,h3,h4,h5,h6{font-family:Rubik,sans-serif;color:var(--text-dark)}h1{font-size:48px!important;font-weight:700!important;line-height:1.2!important;margin-bottom:1rem!important;margin-top:.5rem!important}h2{font-size:32px!important;font-weight:600!important;line-height:1.3!important;margin-bottom:1rem!important;margin-top:.5rem!important}h3{font-size:22px!important;font-weight:600!important;line-height:1.4!important;margin-bottom:1rem!important;margin-top:.5rem!important}p{font-size:16px!important;font-weight:400!important;line-height:1.7!important;margin-bottom:1rem!important}.small-text,small{font-size:14px!important;font-weight:400!important;line-height:1.6!important}@media (max-width:1024px){h1{font-size:36px!important}h2{font-size:28px!important}h3{font-size:20px!important}p{font-size:15px!important}}@media (max-width:768px){h1{font-size:28px!important;margin-bottom:1rem!important;margin-top:.5rem!important}h2{font-size:22px!important;margin-bottom:1rem!important;margin-top:.5rem!important}h3{font-size:18px!important;margin-bottom:1rem!important;margin-top:.5rem!important}p{font-size:14px!important}}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-btn);padding:16px 24px;font-weight:600;text-transform:none;transition:var(--transition-hover);cursor:pointer;text-decoration:none;border:2px solid transparent;font-family:Rubik,sans-serif;gap:8px;line-height:1.2}.btn:hover{box-shadow:var(--shadow-btn-hover);text-decoration:none}.btn-primary{background:var(--gradient-primary);color:var(--text-light);border-color:transparent}.btn-primary:hover{background:var(--primary);color:var(--text-light)}.btn-secondary{background:var(--secondary);color:var(--primary);border-color:var(--primary)}.btn-secondary:hover{background:var(--primary);color:var(--text-light)}.whatsapp-float{position:fixed;bottom:20px;width:60px;height:60px;background:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;z-index:999;box-shadow:0 4px 12px rgba(0,0,0,.15);text-decoration:none;transition:transform .3s,box-shadow .3s}html[dir=rtl] .whatsapp-float{right:20px;left:auto}html:not([dir]) .whatsapp-float,html[dir=ltr] .whatsapp-float{left:20px;right:auto}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.2);color:#fff;text-decoration:none}@media (max-width:768px){:root{--spacing-section:var(--spacing-section-mobile);--spacing-card-padding:24px;--spacing-card-gap:16px}.container{padding:0 16px}.btn{padding:14px 20px;font-size:15px}.whatsapp-float{width:50px;height:50px;font-size:24px;bottom:16px}html[dir=rtl] .whatsapp-float{right:16px}html:not([dir]) .whatsapp-float,html[dir=ltr] .whatsapp-float{left:16px}}@media (max-width:480px){.btn{width:100%;justify-content:center}}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}::selection{background-color:var(--primary);color:var(--text-light)}:root{--nav-bg:#FFFFFF;--nav-text:#24312D;--nav-text-hover:#1F6F50;--primary:#1F6F50;--secondary:#DDF5E8;--accent:#F26D5B;--text-dark:#24312D;--text-light:#FFFFFF;--text-muted:#5F716B;--border-light:#D8E7DE}.navbar{position:sticky;top:0;z-index:1000;background:var(--nav-bg);box-shadow:0 2px 12px rgba(0,0,0,.06);padding:0 16px;display:flex;align-items:center;justify-content:space-between;height:70px;box-sizing:border-box;direction:rtl}.nav-container{display:flex;align-items:center;width:100%;max-width:1200px;margin:0 auto}.nav-brand{flex-shrink:0}.logo-link{display:block}.logo{max-height:40px;height:auto;width:auto;display:block}.nav-menu{list-style:none;display:flex;align-items:center;gap:24px;margin:0 32px;padding:0;flex:1;justify-content:center}.nav-menu li{margin:0;padding:0}.nav-menu a{text-decoration:none;color:var(--nav-text);font-size:1rem;font-weight:500;transition:color .3s ease;white-space:nowrap}.nav-menu a:hover{color:var(--nav-text-hover)}.nav-cta-container{margin-left:auto}.nav-cta-btn{display:inline-block;background:var(--primary);color:var(--text-light);border-radius:8px;padding:16px 24px;font-weight:600;text-transform:none;letter-spacing:normal;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px rgba(31,111,80,.25);white-space:nowrap}.nav-cta-btn:hover{background:#1a5f45;box-shadow:0 8px 30px rgba(0,0,0,.2);transform:translateY(-1px)}.mobile-toggle,.phone-header-btn{display:none;background:0 0;border:none;color:var(--nav-text);cursor:pointer;padding:8px;margin:0 4px;line-height:0}.mobile-toggle:focus-visible,.phone-header-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media (max-width:768px){.navbar{padding:0 12px;height:64px;justify-content:space-between}.mobile-toggle,.phone-header-btn{display:block;z-index:1010}.mobile-toggle{order:0}.phone-header-btn{order:2}.nav-container{position:fixed;top:0;right:0;width:100%;max-width:100%;height:100vh;background:var(--nav-bg);flex-direction:column;justify-content:center;align-items:center;gap:32px;transform:translateX(100%);transition:transform .4s ease;z-index:1005;padding:64px 24px;box-sizing:border-box;overflow-y:auto}.nav-container.active{transform:translateX(0)}.nav-menu{display:none;flex-direction:column;align-items:center;gap:20px;margin:0;width:100%;order:2}.nav-menu.active{display:flex}.nav-menu a{font-size:1.25rem}.nav-cta-container{margin:0;order:3;width:100%;text-align:center}.nav-cta-btn{width:80%;max-width:300px;display:inline-block}.mobile-toggle.active .hamburger-icon{display:none}.mobile-toggle.active .close-icon{display:block}}:root{--nav-bg:#FFFFFF;--nav-text:#24312D;--nav-text-hover:#1F6F50;--primary:#1F6F50;--secondary:#DDF5E8;--accent:#F26D5B;--text-dark:#24312D;--text-light:#FFFFFF;--text-muted:#5F716B;--border-light:#D8E7DE}.navbar{position:sticky;top:0;z-index:1000;background:var(--nav-bg);box-shadow:0 2px 12px rgba(0,0,0,.06);padding:0 16px;display:flex;align-items:center;justify-content:space-between;height:70px;box-sizing:border-box;direction:rtl}.nav-container{display:flex;align-items:center;width:100%;max-width:1200px;margin:0 auto}.nav-brand{flex-shrink:0}.logo-link{display:block}.logo{max-height:40px;height:auto;width:auto;display:block}.nav-menu{list-style:none;display:flex;align-items:center;gap:24px;margin:0 32px;padding:0;flex:1;justify-content:center}.nav-menu li{margin:0;padding:0}.nav-menu a{text-decoration:none;color:var(--nav-text);font-size:1rem;font-weight:500;transition:color .3s ease;white-space:nowrap}.nav-menu a:hover{color:var(--nav-text-hover)}.nav-cta-container{margin-left:auto}.nav-cta-btn{display:inline-block;background:var(--primary);color:var(--text-light);border-radius:8px;padding:16px 24px;font-weight:600;text-transform:none;letter-spacing:normal;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px rgba(31,111,80,.25);white-space:nowrap}.nav-cta-btn:hover{background:#1a5f45;box-shadow:0 8px 30px rgba(0,0,0,.2);transform:translateY(-1px)}.mobile-toggle,.phone-header-btn{display:none;background:0 0;border:none;color:var(--nav-text);cursor:pointer;padding:8px;margin:0 4px;line-height:0}.mobile-toggle:focus-visible,.phone-header-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media (max-width:768px){.navbar{padding:0 12px;height:64px;justify-content:space-between}.mobile-toggle,.phone-header-btn{display:block;z-index:1010}.mobile-toggle{order:0}.phone-header-btn{order:2}.nav-container{position:fixed;top:0;right:0;width:100%;max-width:100%;height:100vh;background:var(--nav-bg);flex-direction:column;justify-content:center;align-items:center;gap:32px;transform:translateX(100%);transition:transform .4s ease;z-index:1005;padding:64px 24px;box-sizing:border-box;overflow-y:auto}.nav-container.active{transform:translateX(0)}.nav-menu{display:none;flex-direction:column;align-items:center;gap:20px;margin:0;width:100%;order:2}.nav-menu.active{display:flex}.nav-menu a{font-size:1.25rem}.nav-cta-container{margin:0;order:3;width:100%;text-align:center}.nav-cta-btn{width:80%;max-width:300px;display:inline-block}.mobile-toggle.active .hamburger-icon{display:none}.mobile-toggle.active .close-icon{display:block}}.navbar{position:sticky;top:0;width:100%;z-index:1000;box-shadow:0 2px 4px rgba(0,0,0,.1)}.nav-container{display:flex;align-items:center;gap:1rem;position:relative;max-width:1400px;margin:0 auto;padding:1rem 2rem;width:100%;box-sizing:border-box;min-height:70px}.logo{max-height:40px;max-width:160px!important;height:auto;width:auto;display:block;object-fit:contain;transition:opacity .3s ease}.logo:hover{opacity:.8}.logo-link{display:inline-flex;align-items:center;text-decoration:none;line-height:0}.logo-link:focus{outline:0}.nav-menu a:focus:not(:focus-visible),.navbar a:focus:not(:focus-visible),.navbar button:focus:not(:focus-visible){outline:0}.nav-menu a:focus-visible,.navbar a:focus-visible,.navbar button:focus-visible{outline:2px solid var(--primary-color,var(--primary,#1F6F50));outline-offset:2px}.nav-brand{display:flex;align-items:center;flex-shrink:0;margin:0}.nav-menu{display:flex;list-style:none;gap:.2rem;margin:0;padding:0;align-items:center;flex-wrap:nowrap;flex:1;min-width:0}.nav-menu li{margin:0;padding:0;display:flex;align-items:center}.nav-menu>.nav-item>a,.nav-menu>li>a{display:inline-flex;align-items:center;line-height:1;text-decoration:none;transition:color .3s ease;font-weight:500;font-size:.9rem;padding:.5rem .65rem;white-space:nowrap}.nav-menu>.nav-item>a:not(.nav-cta-btn):not(.cta-button),.nav-menu>li>a:not(.nav-cta-btn):not(.cta-button){color:var(--nav-text,var(--text-dark))!important}.nav-menu>.nav-item>a:not(.nav-cta-btn):not(.cta-button):hover,.nav-menu>li>a:not(.nav-cta-btn):not(.cta-button):hover{color:var(--nav-text-hover,var(--secondary))!important}.navbar .nav-menu .nav-cta-item a,.navbar .nav-menu .nav-cta-mobile-item a,.navbar .nav-menu li a.cta-button,.navbar .nav-menu li a.nav-cta-btn,.navbar a.cta-button,.navbar a.nav-cta-btn{color:var(--text-light)!important}.nav-cta-container{margin-left:auto;display:flex;align-items:center;align-self:center;height:auto;max-height:none;padding-top:0;padding-bottom:0}.nav-cta-item{list-style:none;margin:0;padding:0}.nav-cta-container .zappy-search-container{align-self:center}.nav-cta-container p{margin:0!important}.nav-cta-btn{display:inline-flex;align-items:center;align-self:center;height:auto;max-height:44px;padding-top:.5rem;padding-bottom:.5rem;white-space:nowrap;box-sizing:border-box;overflow:hidden}html[dir=ltr] .nav-container,html[lang=en] .nav-container,html[lang=es] .nav-container,html[lang=fr] .nav-container{justify-content:flex-start}html[dir=ltr] .nav-menu,html[lang=en] .nav-menu,html[lang=es] .nav-menu,html[lang=fr] .nav-menu{margin-left:0;margin-right:0}html[dir=ltr] .nav-cta-container,html[lang=en] .nav-cta-container,html[lang=es] .nav-cta-container,html[lang=fr] .nav-cta-container{margin-left:auto;margin-right:0}html[dir=rtl] .nav-container,html[lang=ar] .nav-container,html[lang=he] .nav-container{flex-direction:row-reverse;justify-content:space-between}html[dir=rtl] .nav-cta-container,html[lang=ar] .nav-cta-container,html[lang=he] .nav-cta-container{order:-1;margin:0}html[dir=rtl] .nav-right-group,html[lang=ar] .nav-right-group,html[lang=he] .nav-right-group{display:flex;align-items:center;gap:1rem;order:1;flex:1;min-width:0;flex-direction:row-reverse}html[dir=rtl] .nav-right-group .nav-brand,html[lang=ar] .nav-right-group .nav-brand,html[lang=he] .nav-right-group .nav-brand{order:2}html[dir=rtl] .nav-right-group .nav-menu,html[lang=ar] .nav-right-group .nav-menu,html[lang=he] .nav-right-group .nav-menu{order:1}.nav-dropdown{position:relative}.dropdown-toggle{background:0 0;border:none;cursor:pointer;font-family:Rubik,sans-serif;font-size:.9rem;font-weight:500;display:inline-flex;align-items:center;gap:4px;padding:.5rem .65rem;color:var(--nav-text,var(--text-dark))!important;transition:color .3s ease;white-space:nowrap}.dropdown-toggle:hover{color:var(--nav-text-hover,var(--secondary))!important}.dropdown-arrow{width:10px;height:10px;flex-shrink:0;transition:transform .2s ease}.nav-dropdown.open .dropdown-arrow,.nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.nav-dropdown{overflow:visible!important}.dropdown-menu{display:none;position:absolute;top:calc(100% + 8px);min-width:220px;background:var(--bg-light,#fff);box-shadow:0 8px 24px rgba(0,0,0,.15);border-radius:8px;padding:8px 0;z-index:100001;list-style:none;margin:0}html[dir=rtl] .dropdown-menu,html[lang=ar] .dropdown-menu,html[lang=he] .dropdown-menu{right:0;left:auto}html:not([dir=rtl]):not([lang=he]):not([lang=ar]) .dropdown-menu,html[dir=ltr] .dropdown-menu{left:0;right:auto}@media (min-width:769px){.nav-dropdown:hover>.dropdown-menu{display:block}}.dropdown-menu li{margin:0;padding:0}.dropdown-menu li a{display:block;padding:10px 20px;text-decoration:none;white-space:nowrap;font-weight:400;font-size:.9em;color:var(--text-dark,#1a1a1a)!important;transition:background .2s ease,color .2s ease}.dropdown-menu li a:hover{background:rgba(128,128,128,.1);color:var(--nav-text-hover,var(--accent,var(--primary)))!important}@media (min-width:769px){.mobile-toggle,.phone-header-btn{display:none!important}.nav-menu .mobile-contact-link{display:none!important}.nav-menu{flex:1!important;justify-content:flex-start!important}}@media (max-width:768px){.navbar,nav.navbar{min-height:70px!important}.nav-container{padding:.75rem 1rem;gap:0;justify-content:center!important;position:relative!important;top:auto!important;right:auto!important;left:auto!important;height:auto!important;min-height:70px!important;width:100%!important}.mobile-toggle{position:absolute;top:0;bottom:0;height:36px!important;margin-top:auto;margin-bottom:auto;transform:none!important;left:12px;right:auto;display:flex!important;align-items:center;justify-content:center;background:0 0;border:none;cursor:pointer;padding:6px;z-index:1001;width:36px!important;color:var(--nav-text,var(--text-dark))!important;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.phone-header-btn{position:absolute;top:0;bottom:0;height:36px!important;margin-top:auto;margin-bottom:auto;transform:none!important;right:12px;left:auto;display:flex!important;align-items:center;justify-content:center;background:0 0;border:none;cursor:pointer;padding:6px;z-index:1001;width:36px!important;color:var(--nav-text,var(--text-dark))!important;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.logo-link,.nav-brand a{display:flex!important;justify-content:center!important;margin:0 auto!important}.mobile-toggle svg,.phone-header-btn svg{width:24px!important;height:24px!important;color:inherit!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;transition:opacity .3s ease}.mobile-toggle svg path,.phone-header-btn svg path{stroke:currentColor!important}.mobile-toggle img,.phone-header-btn img{width:24px!important;height:24px!important}.mobile-toggle:hover svg,.phone-header-btn:hover svg{opacity:.8}body[data-zappy-site-type=ecommerce] .phone-header-btn,html[data-zappy-site-type=ecommerce] .phone-header-btn,html[data-zappy-site-type=ecommerce] header .phone-header-btn,html[data-zappy-site-type=ecommerce] nav .phone-header-btn{display:none!important;visibility:hidden!important;width:0!important;height:0!important;min-width:0!important;overflow:hidden!important}.mobile-toggle:active,.mobile-toggle:focus,.phone-header-btn:active,.phone-header-btn:focus{outline:0;border:none;box-shadow:none}.nav-brand,html[dir=rtl] .nav-brand,html[dir=rtl] .nav-right-group .nav-brand,html[lang=ar] .nav-brand,html[lang=ar] .nav-right-group .nav-brand,html[lang=he] .nav-brand,html[lang=he] .nav-right-group .nav-brand{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;margin:0!important;text-align:center;order:0!important}.logo{max-height:35px!important;max-width:110px!important}.nav-right-group{display:contents!important}.nav-cta-container{display:none!important}.nav-menu{position:fixed;top:70px;left:0;right:0;width:100%;max-width:none;height:calc(100vh - 70px);height:calc(100dvh - 70px);background-color:var(--bg-light,#fff)!important;display:flex!important;flex-direction:column!important;gap:2px;padding:28px 24px calc(28px + env(safe-area-inset-bottom,0px));box-shadow:none;z-index:999;margin:0!important;align-items:stretch!important;justify-content:flex-start!important;overflow-y:auto;-webkit-overflow-scrolling:touch;visibility:hidden;pointer-events:none;transform:translateY(-10px);transition:opacity .32s ease,transform .32s ease,visibility 0s linear .32s}.nav-menu.active{display:flex!important;flex-direction:column!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important;transition:opacity .32s ease,transform .32s ease,visibility 0s}.nav-menu li{width:100%;border-bottom:1px solid rgba(128,128,128,.12)}.nav-menu .mobile-contact-link{display:block!important}@keyframes zappyNavItemIn{from{transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.nav-menu.active>li{animation:zappyNavItemIn .4s ease both}.nav-menu.active>li:first-child{animation-delay:40ms}.nav-menu.active>li:nth-child(2){animation-delay:90ms}.nav-menu.active>li:nth-child(3){animation-delay:.14s}.nav-menu.active>li:nth-child(4){animation-delay:.19s}.nav-menu.active>li:nth-child(5){animation-delay:.24s}.nav-menu.active>li:nth-child(6){animation-delay:.29s}.nav-menu.active>li:nth-child(7){animation-delay:.34s}.nav-menu.active>li:nth-child(8){animation-delay:.39s}@media (prefers-reduced-motion:reduce){.nav-menu{transition:opacity 1ms linear,visibility 0s;transform:none}.nav-menu.active{transform:none!important}.nav-menu.active>li{animation:none!important}}html:not([dir=rtl]):not([lang=he]):not([lang=ar]) .nav-menu a,html[dir=ltr] .nav-menu a{text-align:center!important}.nav-menu a{display:block;padding:18px 24px;width:100%;font-weight:600;font-size:1.25rem;letter-spacing:.01em;text-align:center;transition:color .2s ease,opacity .2s ease}.nav-menu a:focus-visible,.nav-menu a:hover{color:var(--nav-text-hover,var(--accent,var(--primary)))!important;opacity:.95}.nav-menu .mobile-contact-link,.nav-menu .nav-cta-mobile-item{margin-top:auto;border-bottom:none!important;padding-top:20px;animation-delay:.44s}.navbar #navMenu .mobile-contact-link .nav-cta-btn,.navbar #navMenu .nav-cta-mobile-item .nav-cta-btn,.navbar .nav-menu .mobile-contact-link .nav-cta-btn,.navbar .nav-menu .nav-cta-mobile-item .nav-cta-btn{display:block!important;width:100%!important;max-width:360px!important;margin-left:auto!important;margin-right:auto!important;order:0!important;padding:16px 28px;border-radius:999px;background:var(--primary,var(--accent,#e85d2a))!important;color:#fff!important;font-size:1.1rem;font-weight:700;text-align:center!important;box-shadow:0 8px 24px rgba(0,0,0,.18);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.navbar .nav-menu .mobile-contact-link .nav-cta-btn:focus-visible,.navbar .nav-menu .mobile-contact-link .nav-cta-btn:hover,.navbar .nav-menu .nav-cta-mobile-item .nav-cta-btn:focus-visible,.navbar .nav-menu .nav-cta-mobile-item .nav-cta-btn:hover{transform:translateY(-1px);box-shadow:0 10px 28px rgba(0,0,0,.24);opacity:1}.nav-dropdown{position:static}.dropdown-toggle{display:flex;width:100%;padding:15px 30px;font-weight:500;justify-content:space-between}.dropdown-menu{position:static!important;box-shadow:none!important;border-radius:0!important;padding:0!important;background:rgba(128,128,128,.06)!important;min-width:auto!important;max-height:0!important;overflow:hidden!important;opacity:1!important;visibility:visible!important;transform:none!important;transition:max-height .3s ease!important}.nav-dropdown .dropdown-menu{display:block;max-height:0!important;overflow:hidden!important}.nav-dropdown.open>.dropdown-menu{display:block!important;max-height:none!important;overflow-y:visible!important;padding:.5rem 0!important}.dropdown-menu li a{padding:12px 30px 12px 50px!important;font-size:.9em}html[dir=rtl] .dropdown-menu li a,html[lang=ar] .dropdown-menu li a,html[lang=he] .dropdown-menu li a{padding:12px 50px 12px 30px!important}.nav-menu .sub-menu a,.navbar .sub-menu li a,.sub-menu a,.zappy-products-dropdown .sub-menu a,nav.navbar .sub-menu li a{color:var(--nav-text,var(--text-dark))!important;white-space:normal!important}.mobile-submenu-toggle{color:var(--nav-text,var(--text-dark))!important}.navbar .zappy-products-dropdown .sub-menu,.navbar .zappy-products-dropdown>.sub-menu{display:none!important;position:static!important;max-height:0!important;overflow:hidden!important;visibility:hidden!important;pointer-events:none!important;box-shadow:none!important;border:none!important;padding:0!important;transform:none!important}.navbar .menu-item-has-children:hover>.sub-menu,.navbar .nav-dropdown:hover>.dropdown-menu,.navbar .zappy-products-dropdown:focus-within .sub-menu,.navbar .zappy-products-dropdown:focus-within>.sub-menu,.navbar .zappy-products-dropdown:hover .sub-menu,.navbar .zappy-products-dropdown:hover>.sub-menu{display:none!important;visibility:hidden!important;max-height:0!important;pointer-events:none!important}.navbar .menu-item-has-children.open>.sub-menu,.navbar .menu-item-has-children>.sub-menu.mobile-expanded,.navbar .nav-dropdown.open>.dropdown-menu,.navbar .zappy-products-dropdown .sub-menu.mobile-expanded,.navbar .zappy-products-dropdown.open .sub-menu,.navbar .zappy-products-dropdown.open>.sub-menu,.navbar .zappy-products-dropdown>.sub-menu.mobile-expanded{display:block!important;opacity:1!important;visibility:visible!important;max-height:none!important;pointer-events:auto!important;position:static!important;overflow-y:visible!important;padding:.5rem 0!important}.hero-image-column{overflow:hidden!important}.image-fade-gradient{bottom:0!important}}@media (max-width:768px){html:not([dir=rtl]):not([lang=he]):not([lang=ar]) .mobile-toggle,html[dir=ltr] .mobile-toggle{left:12px!important;right:auto!important}html:not([dir=rtl]):not([lang=he]):not([lang=ar]) .phone-header-btn,html[dir=ltr] .phone-header-btn{right:12px!important;left:auto!important}html:not([dir=rtl]):not([lang=he]):not([lang=ar]) .nav-menu,html[dir=ltr] .nav-menu{left:0!important;right:auto!important}}@media (max-width:768px){html[dir=rtl] .mobile-toggle,html[lang=ar] .mobile-toggle,html[lang=he] .mobile-toggle{left:auto!important;right:12px!important}html[dir=rtl] .phone-header-btn,html[lang=ar] .phone-header-btn,html[lang=he] .phone-header-btn{left:12px!important;right:auto!important}html[dir=rtl] .nav-menu,html[lang=ar] .nav-menu,html[lang=he] .nav-menu{right:0!important;left:auto!important}html[dir=rtl] .nav-menu a,html[lang=ar] .nav-menu a,html[lang=he] .nav-menu a{text-align:right!important}.lang-switcher,.nav-container .lang-switcher,.nav-cta-container .lang-switcher,.navbar .lang-switcher,.navbar .nav-cta-container .lang-switcher{display:none!important}}header.navbar,header.site-header{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}header:has(> .nav-container),header:has(> .navbar),header:has(> nav > .nav-container),header:has(> nav.navbar){width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box!important}.navbar{width:100%!important;max-width:100%!important;margin:0!important;left:0!important;right:0!important}nav.navbar{position:fixed;top:0;left:0;right:0;width:100%!important;max-width:none!important;overflow-x:clip!important;overflow-y:visible!important}@media (max-width:768px){.navbar,nav.navbar{width:auto!important;max-width:none!important;left:0!important;right:0!important;overflow-x:clip!important;overflow-y:visible!important;box-sizing:border-box!important}#navMenu,.nav-menu,[dir=rtl] .nav-container .nav-menu,[dir=rtl] .nav-menu,[dir=rtl] .navbar .nav-menu,[dir=rtl] header .nav-menu,[dir=rtl] nav .nav-menu,html[dir=rtl] .nav-container .nav-menu,html[dir=rtl] .nav-menu,html[dir=rtl] .navbar .nav-menu,html[dir=rtl] header .nav-menu,html[dir=rtl] nav .nav-menu,html[lang=ar] .nav-menu,html[lang=he] .nav-menu{position:fixed!important;top:var(--total-header-height,var(--zappy-navbar-bottom,70px))!important;right:var(--ios-viewport-gap,0)!important}}.nav-container{width:100%!important;max-width:1200px!important;margin:0 auto!important;padding:0 2rem!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:space-between!important}html[dir=rtl] .nav-container,html[lang=ar] .nav-container,html[lang=he] .nav-container{justify-content:space-between!important}@media (min-width:769px){html[dir=rtl] .logo-link,html[dir=rtl] .nav-brand,html[lang=ar] .logo-link,html[lang=ar] .nav-brand,html[lang=he] .logo-link,html[lang=he] .nav-brand{order:2!important;margin-left:1.5rem!important}}html[dir=rtl] .nav-menu,html[lang=ar] .nav-menu,html[lang=he] .nav-menu{order:1!important;margin-right:0!important;margin-left:0!important}html[dir=rtl] .cta-button,html[dir=rtl] .nav-cta-btn,html[dir=rtl] a.cta-button,html[lang=ar] .cta-button,html[lang=ar] .nav-cta-btn,html[lang=ar] a.cta-button,html[lang=he] .cta-button,html[lang=he] .nav-cta-btn,html[lang=he] a.cta-button{order:0!important;margin-right:auto!important;margin-left:0!important}@media (min-width:769px){html[dir=rtl] .nav-container,html[lang=ar] .nav-container,html[lang=he] .nav-container{flex-direction:row-reverse!important}html[dir=rtl] .nav-menu,html[lang=ar] .nav-menu,html[lang=he] .nav-menu{display:flex!important;flex-direction:row!important;align-items:center!important;gap:1.5rem!important;flex:1!important;justify-content:flex-start!important}}main:not(.courses-page-main){margin-top:0!important;padding-top:0!important}:root{--primary:#1F6F50;--secondary:#DDF5E8;--accent:#F26D5B;--bg-light:#FFFFFF;--bg-dark:#1F6F50;--text-dark:#24312D;--text-light:#FFFFFF;--text-muted:#5F716B;--border-light:#D8E7DE;--border-dark:#6EA98F;--radius-sm:8px;--radius-md:12px;--shadow:0 2px 12px rgba(0,0,0,0.12);--transition:all 0.3s ease}.site-footer{background-color:var(--bg-dark);color:var(--text-light);font-family:Rubik,sans-serif;padding:3.5rem 1.5rem 1.5rem;direction:rtl;text-align:right}.footer-container{max-width:1200px;margin:0 auto}.footer-top{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--border-dark);margin-bottom:1.5rem}.footer-col h4{color:var(--text-light);font-size:1.1rem;font-weight:600;margin-bottom:1.2rem;position:relative;padding-bottom:.6rem}.footer-col h4::after{content:'';position:absolute;bottom:0;right:0;width:40px;height:2px;background-color:var(--accent);border-radius:2px}.footer-brand-col .logo{display:block;margin-bottom:1rem;max-width:150px;height:auto}.footer-tagline{color:rgba(255,255,255,.7);font-size:.95rem;line-height:1.7;margin:0}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.65rem}.footer-links a{color:rgba(255,255,255,.7);text-decoration:none;font-size:.95rem;transition:var(--transition);display:inline-block;position:relative}.footer-links a::after{content:'';position:absolute;bottom:-2px;right:0;width:0;height:1px;background-color:var(--accent);transition:var(--transition)}.footer-links a:hover{color:var(--text-light)}.footer-links a:hover::after{width:100%}.footer-contact{list-style:none;padding:0;margin:0}.footer-contact li{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:.8rem;font-size:.95rem;color:rgba(255,255,255,.7)}.contact-icon{flex-shrink:0;width:20px;text-align:center;color:var(--accent);font-size:.9rem;padding-top:2px}.contact-text a{color:rgba(255,255,255,.7);text-decoration:none;transition:var(--transition)}.contact-text a:hover{color:var(--text-light)}.footer-hours{list-style:none;padding:0;margin:0}.footer-hours li{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.65rem;font-size:.95rem;color:rgba(255,255,255,.7)}.hours-day{white-space:nowrap}.hours-time{white-space:nowrap;font-weight:500;color:rgba(255,255,255,.85)}.footer-social{display:flex;gap:.8rem;flex-wrap:wrap}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:rgba(255,255,255,.1);color:var(--text-light);font-size:1rem;text-decoration:none;transition:var(--transition);border:1px solid transparent}.footer-social a:hover{background-color:var(--accent);border-color:var(--accent);transform:translateY(-2px);box-shadow:var(--shadow)}.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.9rem}.footer-copyright{margin:0;color:rgba(255,255,255,.6)}.footer-bottom-right{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.footer-legal{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.footer-legal a{color:rgba(255,255,255,.6);text-decoration:none;transition:var(--transition);font-size:.9rem}.footer-legal a:hover{color:var(--text-light)}.legal-divider{color:rgba(255,255,255,.3);user-select:none}.zappy-attribution{color:rgba(255,255,255,.5);text-decoration:none;font-size:.85rem;transition:var(--transition);white-space:nowrap}.zappy-attribution:hover{color:var(--text-light)}@media (max-width:768px){.footer-top{grid-template-columns:1fr 1fr;gap:2rem}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-bottom-right{flex-direction:column;align-items:flex-start;gap:.6rem}.footer-legal{gap:.4rem}}@media (max-width:480px){.footer-top{grid-template-columns:1fr}.site-footer{padding:2.5rem 1rem 1.2rem}.footer-hours li{flex-direction:column;gap:.2rem}}:root{--decorative-quote-color:var(--accent, #b48b59);--decorative-quote-font:var(--accent-font, var(--font-display, serif))}.quote::before,[data-quote]::before,blockquote::before{content:"\201C";font-family:var(--decorative-quote-font);color:var(--decorative-quote-color);font-size:3.5em;line-height:0;margin-right:.1em;vertical-align:-.4em;display:inline-block}.quote::after,[data-quote]::after,blockquote::after{content:"\201D";font-family:var(--decorative-quote-font);color:var(--decorative-quote-color);font-size:3.5em;line-height:0;margin-left:.1em;vertical-align:-.6em;display:inline-block}html[dir=rtl] .quote::before,html[dir=rtl] [data-quote]::before,html[dir=rtl] blockquote::before{content:"\201D"}html[dir=rtl] .quote::after,html[dir=rtl] [data-quote]::after,html[dir=rtl] blockquote::after{content:"\201C"}.section-flourish,[data-section-divider],hr.section-flourish{display:block;width:clamp(80px,12vw,180px);height:2px;margin:1.25rem auto;border:0;background:linear-gradient(90deg,transparent,var(--accent,var(--primary,#b48b59)) 30%,var(--accent,var(--primary,#b48b59)) 70%,transparent);border-radius:999px;opacity:.85}.scroll-cue,[data-scroll-cue]{position:absolute;left:50%;bottom:max(1.5rem,4vh);transform:translateX(-50%);display:inline-flex;flex-direction:column;align-items:center;gap:.5rem;font-family:var(--accent-font, var(--font-display, sans-serif));font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted,currentColor);pointer-events:none;z-index:2}.scroll-cue svg,[data-scroll-cue] svg{width:1rem;height:1rem;opacity:.7}@media (prefers-reduced-motion:no-preference){.scroll-cue svg,[data-scroll-cue] svg{animation:decorative-scroll-bounce 2s ease-in-out infinite}}@keyframes decorative-scroll-bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(4px)}}.site-footer .contact-list a,.site-footer .contact-list li,.site-footer .contact-list span,.site-footer .copyright p,.site-footer .footer-bottom a,.site-footer .footer-bottom p,.site-footer .footer-bottom span:not(.separator),.site-footer .footer-description,.site-footer .footer-legal a{color:#5f716b!important}.site-footer .contact-list a:hover,.site-footer .footer-bottom a:hover,.site-footer .footer-legal a:hover{color:#fff!important}.site-footer .footer-legal .separator{color:#6ea98f!important}.footer-contact li>a{display:flex;align-items:flex-start;gap:inherit}html[dir=rtl] .footer-contact li,html[dir=rtl] .site-footer .footer-col:nth-child(3) .footer-contact li,html[dir=rtl] .site-footer .footer-contact li{flex-direction:row!important;justify-content:flex-start!important}html[dir=rtl] .footer-contact .contact-icon{order:0!important}html[dir=rtl] .footer-contact .contact-text{order:1!important}html[dir=rtl] .footer-contact li>a{flex-direction:row!important}body,html{min-height:100%}body{min-height:100vh;display:flex;flex-direction:column}main{flex:1 0 auto}.site-footer{flex-shrink:0}.index-hero-section{position:relative;min-height:100vh;display:flex;align-items:center;overflow:visible;padding-bottom:80px;background-color:var(--bg-light);color:var(--text-dark)}.index-hero-section .hero-fade-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1;mask-image:linear-gradient(to left,rgba(0,0,0,1) 40%,rgba(0,0,0,0.7) 58%,rgba(0,0,0,0) 70%);-webkit-mask-image:linear-gradient(to left,rgba(0,0,0,1) 40%,rgba(0,0,0,0.7) 58%,rgba(0,0,0,0) 70%)}.index-hero-section .hero-fade-content{position:relative;z-index:10;max-width:620px;padding:120px 48px 40px 48px;display:flex;flex-direction:column;align-items:flex-start;text-align:right;direction:rtl}.index-hero-section .hero-eyebrow{font-size:.85rem;font-weight:600;letter-spacing:.06em;color:var(--primary);margin-bottom:12px;text-transform:none;font-family:Rubik,sans-serif}.index-hero-section .hero-headline{font-size:3rem;font-weight:700;letter-spacing:-.01em;line-height:1.15;color:var(--text-dark);margin-bottom:20px;font-family:Rubik,sans-serif}.index-hero-section .hero-subtitle{font-size:1.25rem;font-weight:600;line-height:1.35;color:var(--text-muted);margin-bottom:32px;font-family:Rubik,sans-serif}.index-hero-section .hero-cta-row{display:flex;gap:16px;align-items:center;margin-bottom:24px;flex-wrap:wrap}.index-hero-section .hero-cta-primary{background:var(--primary);color:var(--text-light);padding:16px 32px;border-radius:8px;border:none;font-weight:600;font-size:1rem;text-decoration:none;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease;font-family:Rubik,sans-serif;box-shadow:0 2px 12px rgba(0,0,0,.12)}.index-hero-section .hero-cta-primary:hover{background:var(--accent);box-shadow:0 8px 30px rgba(0,0,0,.2);transform:translateY(-2px)}.index-hero-section .hero-cta-secondary{background:0 0;color:var(--text-dark);padding:16px 24px;border-radius:8px;border:none;font-weight:500;font-size:1rem;text-decoration:none;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease;font-family:Rubik,sans-serif;background-color:var(--secondary)}.index-hero-section .hero-cta-secondary:hover{background-color:var(--border-light);transform:translateY(-2px)}.index-hero-section .hero-trust-line{font-size:.8rem;font-weight:500;letter-spacing:.04em;color:var(--text-muted);margin-top:8px;font-family:Rubik,sans-serif;line-height:1.6}.index-hero-section .hero-divider-wrapper{position:absolute;bottom:0;inset-inline-start:0;width:100%;height:80px;pointer-events:none;z-index:5}.index-hero-section .hero-divider-wrapper svg{display:block;width:100%;height:100%}@media (max-width:768px){.index-hero-section{min-height:auto;padding-bottom:60px;flex-direction:column;justify-content:flex-start}.index-hero-section .hero-fade-img{position:absolute;inset:0;height:100%;mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 30%,rgba(0,0,0,0.6) 55%,rgba(0,0,0,0) 75%);-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 30%,rgba(0,0,0,0.6) 55%,rgba(0,0,0,0) 75%)}.index-hero-section .hero-fade-content{max-width:100%;padding:100px 16px 40px 16px;align-items:center;text-align:center}.index-hero-section .hero-headline{font-size:2rem;text-align:center}.index-hero-section .hero-subtitle{font-size:1.1rem;text-align:center}.index-hero-section .hero-cta-row{flex-direction:column;width:100%;align-items:center}.index-hero-section .hero-cta-primary,.index-hero-section .hero-cta-secondary{width:100%;justify-content:center;text-align:center}.index-hero-section .hero-trust-line{text-align:center}.index-hero-section .hero-divider-wrapper{height:60px}}.hero .hero-title,.hero h1,.hero-section h1,.hero-title,[class*=hero-] h1,[class~=hero] h1{font-size:48px!important;line-height:1.2!important}@media (max-width:1024px){.hero .hero-title,.hero h1,.hero-section h1,.hero-title,[class*=hero-] h1,[class~=hero] h1{font-size:36px!important}}@media (max-width:768px){.hero .hero-title,.hero h1,.hero-section h1,.hero-title,[class*=hero-] h1,[class~=hero] h1{font-size:28px!important}}[data-layout-spec="בית-hero"]{position:relative;isolation:isolate;overflow:hidden;display:flex!important;align-items:center!important;justify-content:flex-start!important}[data-layout-spec="בית-hero"] .hero-fade-img,[data-layout-spec="בית-hero"] [data-hero-bg],[data-layout-spec="בית-hero"]>img:first-child{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:left center!important;margin:0!important;z-index:0!important;-webkit-mask-image:none!important;mask-image:none!important}[data-layout-spec="בית-hero"]::before{content:'';position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to left,var(--hero-fade-color,var(--bg-light,#fff)) 0,var(--hero-fade-color,var(--bg-light,#fff)) 10%,transparent 58%)}[data-layout-spec="בית-hero"]>:where(:not(.hero-fade-img):not([data-hero-bg]):not(img):not(svg):not(style):not(script):not([class*=divider]):not([class*=overlay]):not([class*=wash]):not([class*=grid]):not([class*=decor]):not([style*="position: absolute"]):not([style*="position:absolute"])){position:relative;z-index:2}[data-layout-spec="בית-hero"] .hero-fade-content{position:relative!important;z-index:2;width:min(600px,52%);max-width:min(600px,52%);margin-inline-start:0!important;margin-inline-end:auto!important;justify-self:start!important;align-self:center!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;display:flex;flex-direction:column;justify-content:center;padding-inline:clamp(24px,4vw,48px)!important;box-sizing:border-box}@media (max-width:768px){[data-layout-spec="בית-hero"]::before{background:linear-gradient(to bottom,transparent 0,var(--hero-fade-color,var(--bg-light,#fff)) 55%,var(--hero-fade-color,var(--bg-light,#fff)) 100%)}[data-layout-spec="בית-hero"]{display:block!important}[data-layout-spec="בית-hero"] .hero-fade-content{width:100%;max-width:100%;padding-inline:clamp(16px,5vw,24px)!important}}.index-benefits-section{position:relative;overflow:visible;background-color:var(--bg-light);color:var(--text-dark);padding:80px 16px 80px;direction:rtl;text-align:right}.index-benefits-section .benefits-container{max-width:1200px;margin:0 auto;position:relative;z-index:2;padding:0 16px}.index-benefits-section .benefits-intro{text-align:center;max-width:720px;margin:0 auto 48px}.index-benefits-section .benefits-heading{font-family:Rubik,sans-serif;font-size:2rem;font-weight:700;letter-spacing:-.01em;line-height:1.2;color:var(--text-dark);margin:0 0 16px;text-align:center;max-width:none!important}.index-benefits-section .benefits-divider{width:50px;height:4px;background-color:var(--primary);margin:0 auto 24px;border-radius:2px;opacity:.7}.index-benefits-section .benefits-subtitle{font-family:Rubik,sans-serif;font-size:16px;font-weight:400;line-height:1.7;color:var(--text-muted);margin:0;text-align:center;max-width:none!important}.index-benefits-section .benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative;z-index:3}.index-benefits-section .benefit-card{background:var(--bg-light);border-radius:12px;border:1px solid var(--border-light);padding:32px;text-align:start;box-shadow:0 4px 24px rgba(45,122,95,.08);transition:all .3s ease;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:16px;min-width:0}.index-benefits-section .benefit-card::before{content:'';position:absolute;top:0;inset-inline-end:0;width:40px;height:3px;background-color:var(--primary);border-radius:0 0 0 4px;opacity:.5}.index-benefits-section .benefit-card:hover{transform:translateY(-4px);box-shadow:0 8px 40px rgba(45,122,95,.12)}.index-benefits-section .benefit-icon-wrapper{width:48px;height:48px;display:flex;align-items:center;justify-content:flex-start;flex-shrink:0}.index-benefits-section .benefit-icon{width:36px;height:36px;color:var(--primary);transition:transform .3s ease}.index-benefits-section .benefit-card:hover .benefit-icon{transform:scale(1.1)}.index-benefits-section .benefit-card-title{font-family:Rubik,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.35;color:var(--text-dark);margin:0;text-align:start}.index-benefits-section .benefit-card-text{font-family:Rubik,sans-serif;font-size:16px;font-weight:400;line-height:1.7;color:var(--text-muted);margin:0;text-align:start}.index-benefits-section .benefits-backplate{position:absolute;bottom:-30px;inset-inline-end:-40px;width:280px;height:200px;background-color:#f5e6d3;border-radius:24px;z-index:0;pointer-events:none;opacity:.6}.index-benefits-divider-wrapper{position:absolute;bottom:0;left:0;width:100%;height:80px;pointer-events:none;z-index:5}.index-benefits-divider-wrapper svg{display:block;width:100%;height:100%}@media (max-width:1024px){.index-benefits-section .benefits-grid{grid-template-columns:repeat(2,1fr)}.index-benefits-section .benefits-backplate{width:200px;height:150px;bottom:-20px;inset-inline-end:-20px}}@media (max-width:768px){.index-benefits-section{padding:48px 16px 80px}.index-benefits-section .benefits-container{padding:0}.index-benefits-section .benefits-grid{grid-template-columns:1fr!important}.index-benefits-section .benefits-intro{margin-bottom:32px}.index-benefits-section .benefits-heading{font-size:1.75rem}.index-benefits-section .benefits-backplate{width:160px;height:120px;bottom:-16px;inset-inline-end:-16px;opacity:.4}.index-benefits-section .benefit-card{padding:24px}}.index-process-section{position:relative;overflow:visible;background:#f7faf8;color:var(--text-dark);padding:80px 16px 100px;text-align:start;direction:rtl}.index-process-section__container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.index-process-section__header{margin-bottom:48px;text-align:start}.index-process-section__title{font-family:Rubik,sans-serif;font-size:2rem;font-weight:700;letter-spacing:-.01em;line-height:1.2;color:var(--text-dark);margin:0 0 12px 0}.index-process-section__subtitle{font-size:1rem;line-height:1.75;color:var(--text-muted);margin:0;max-width:600px}.index-process-section__timeline{position:relative;display:flex;flex-direction:row;justify-content:space-between;gap:24px;margin-bottom:48px}.index-process-section__connector{position:absolute;top:28px;inset-inline-start:28px;inset-inline-end:28px;height:3px;background:var(--border-light);z-index:0;border-radius:2px}.index-process-section__step{position:relative;z-index:1;flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.index-process-section__step-marker{width:56px;height:56px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 16px rgba(31,111,80,.25);position:relative;z-index:2}.index-process-section__step-number{font-family:Rubik,sans-serif;font-size:1.375rem;font-weight:700;color:var(--text-light);line-height:1}.index-process-section__step-card{background:var(--bg-light);border-radius:12px;box-shadow:0 4px 24px rgba(45,122,95,.08);padding:24px 20px;border:1px solid var(--border-light);text-align:center;width:100%;transition:all .3s ease}.index-process-section__step-card:hover{transform:translateY(-4px);box-shadow:0 8px 40px rgba(45,122,95,.12)}.index-process-section__step-title{font-family:Rubik,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.35;color:var(--text-dark);margin:0 0 8px 0}.index-process-section__step-text{font-size:1rem;line-height:1.7;color:var(--text-muted);margin:0}.index-process-section__cta-wrapper{text-align:center;margin-top:8px}.index-process-section__cta{display:inline-flex;align-items:center;gap:8px;background:var(--accent);color:var(--text-light);padding:16px 32px;border-radius:8px;font-family:Rubik,sans-serif;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px rgba(242,109,91,.3);border:none;cursor:pointer}.index-process-section__cta:hover{box-shadow:0 8px 30px rgba(242,109,91,.4);transform:translateY(-2px)}.index-process-section__divider-wrapper{position:absolute;bottom:0;left:0;width:100%;height:80px;pointer-events:none;z-index:5}.index-process-section__divider-wrapper svg{display:block;width:100%;height:100%}@media (max-width:768px){.index-process-section{padding:48px 16px 80px}.index-process-section__timeline{flex-direction:column;align-items:stretch;gap:0;margin-bottom:32px}.index-process-section__connector{inset-inline-start:27px;inset-inline-end:auto;top:28px;bottom:28px;width:3px;height:auto}.index-process-section__step{flex-direction:row;align-items:flex-start;text-align:start;gap:16px;margin-bottom:24px}.index-process-section__step:last-child{margin-bottom:0}.index-process-section__step-marker{width:56px;height:56px;flex-shrink:0;margin-top:0}.index-process-section__step-card{text-align:start;flex:1;padding:20px 16px}.index-process-section__title{font-size:1.75rem}.index-process-section__header{margin-bottom:32px}}.index-story-section{position:relative;overflow:visible;background-color:var(--bg-light);color:var(--text-dark);padding:80px 16px 80px;direction:rtl}.index-story-section__container{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:60px;position:relative;z-index:2}.index-story-section__content{flex:1 1 55%;min-width:0;display:flex;flex-direction:column;gap:16px}.index-story-section__headline{font-size:2rem;font-weight:700;letter-spacing:-.01em;line-height:1.2;color:var(--text-dark);margin:0 0 8px 0;text-align:start}.index-story-section__text{font-size:1rem;font-weight:400;line-height:1.7;color:var(--text-muted);margin:0;text-align:start;max-width:90%}.index-story-section__bullets{list-style:none;padding:0;margin:16px 0 0 0;display:flex;flex-direction:column;gap:16px}.index-story-section__bullet-item{display:flex;flex-direction:row;align-items:flex-start;gap:12px;text-align:start}.index-story-section__bullet-icon{flex-shrink:0;width:22px;height:22px;color:var(--primary);display:flex;align-items:center;justify-content:center;margin-block-start:2px}.index-story-section__bullet-icon svg{display:block;width:100%;height:100%}.index-story-section__bullet-text{font-size:1rem;font-weight:400;line-height:1.6;color:var(--text-dark);margin:0}.index-story-section__bullet-text strong{font-weight:600;color:var(--text-dark)}.index-story-section__image-wrapper{flex:1 1 45%;min-width:0;position:relative;z-index:1}.index-story-section__image-backplate{position:absolute;top:-20px;inset-inline-start:-20px;width:180px;height:180px;background-color:var(--secondary);border-radius:var(--radius-card,12px);z-index:0;box-shadow:var(--shadow-subtle,0 4px 24px rgba(45,122,95,.08))}.index-story-section__image{position:relative;z-index:1;display:block;width:100%;height:auto;object-fit:cover;border-radius:var(--radius-card,12px);box-shadow:var(--shadow-subtle,0 4px 24px rgba(45,122,95,.08))}.index-story-section__divider-wrapper{position:absolute;bottom:0;left:0;width:100%;height:80px;pointer-events:none;z-index:5}.index-story-section__divider-wrapper svg{display:block;width:100%;height:100%}@media (max-width:768px){.index-story-section{padding:48px 16px 48px}.index-story-section__container{flex-direction:column;gap:40px}.index-story-section__content{flex:1 1 auto;width:100%}.index-story-section__headline{font-size:1.75rem}.index-story-section__text{max-width:100%}.index-story-section__image-wrapper{flex:1 1 auto;width:100%}.index-story-section__image-backplate{width:120px;height:120px;top:-12px;inset-inline-start:-12px}.index-story-section__divider-wrapper{height:48px}}.index-testimonials-section{background-color:var(--bg-dark);background-image:linear-gradient(180deg,#1a4d3a 0,#122e25 100%);color:var(--text-light);position:relative;overflow:visible;padding:80px 16px 100px;direction:rtl}.index-testimonials-section__container{max-width:1200px;margin:0 auto;position:relative;z-index:10}.index-testimonials-section__header{text-align:center;margin-bottom:48px}.index-testimonials-section__title{font-family:Rubik,sans-serif;font-size:2rem;font-weight:700;letter-spacing:-.01em;line-height:1.2;color:var(--text-light);margin:0 0 16px 0}.index-testimonials-section__subtitle{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:1.7;color:var(--text-light);opacity:.85;max-width:600px;margin:0 auto}.index-testimonials-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}.index-testimonials-section__card{background:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.2);padding:32px;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease;border:1px solid var(--border-light);color:var(--text-dark)}.index-testimonials-section__card:hover{transform:translateY(-4px);box-shadow:0 8px 40px rgba(45,122,95,.12)}.index-testimonials-section__card-quote{position:relative;margin-bottom:24px}.index-testimonials-section__card-quote-mark{font-size:4rem;line-height:1;color:var(--accent);opacity:.4;font-family:Rubik,sans-serif;display:block;margin-bottom:-8px;height:40px}.index-testimonials-section__card-text{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:1.7;color:var(--text-dark);margin:0;text-align:right}.index-testimonials-section__card-author{display:flex;align-items:center;gap:16px;margin-top:auto;border-top:1px solid var(--border-light);padding-top:20px}.index-testimonials-section__card-avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;flex-shrink:0;background-color:var(--secondary);box-shadow:0 4px 12px rgba(0,0,0,.08)}.index-testimonials-section__avatar-img{width:100%;height:100%;object-fit:cover;object-position:center}.index-testimonials-section__card-author-info{display:flex;flex-direction:column;text-align:right}.index-testimonials-section__card-name{font-family:Rubik,sans-serif;font-size:1rem;font-weight:600;color:var(--text-dark);line-height:1.3}.index-testimonials-section__card-role{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;color:var(--text-muted);line-height:1.4}.index-testimonials-section__trust-note{text-align:center;padding:24px 0 0}.index-testimonials-section__trust-text{font-family:Rubik,sans-serif;font-size:1.125rem;font-weight:500;color:var(--text-light);opacity:.9;margin:0;line-height:1.6}.index-testimonials-section__divider-wrapper{position:absolute;bottom:0;left:0;width:100%;height:100px;pointer-events:none;z-index:5}.index-testimonials-section__divider-wrapper svg{display:block;width:100%;height:100%}@media (max-width:768px){.index-testimonials-section{padding:48px 16px 80px}.index-testimonials-section__header{margin-bottom:32px}.index-testimonials-section__title{font-size:1.75rem}.index-testimonials-section__subtitle{font-size:.95rem}.index-testimonials-section__grid{grid-template-columns:1fr!important;gap:20px}.index-testimonials-section__card{padding:24px}.index-testimonials-section__card-quote-mark{font-size:3.5rem;height:35px}.index-testimonials-section__card-text{font-size:.95rem}.index-testimonials-section__card-author{padding-top:16px}.index-testimonials-section__trust-text{font-size:1rem}.index-testimonials-section__divider-wrapper{height:60px}}.index-stats-section{position:relative;background-color:#f7faf8;background-image:linear-gradient(180deg,#f7faf8 0,#edf4ef 100%);color:var(--text-dark);padding:80px 24px 80px;overflow:visible;direction:rtl}.index-stats-section__container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.index-stats-section__intro{text-align:center;margin-bottom:48px}.index-stats-section__title{font-family:Rubik,sans-serif;font-size:2rem;font-weight:600;line-height:1.3;color:var(--text-dark);margin:0 0 16px 0}.index-stats-section__subtitle{font-family:Rubik,sans-serif;font-size:1rem;line-height:1.7;color:var(--text-muted);margin:0 auto;max-width:650px}.index-stats-section__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:48px}.index-stats-section__card{background-color:var(--bg-light);border-radius:12px;padding:32px;border:1px solid var(--border-light);box-shadow:0 8px 30px rgba(0,0,0,.2);transition:all .3s ease;text-align:center;display:flex;flex-direction:column;align-items:center}.index-stats-section__card:hover{transform:translateY(-4px);box-shadow:0 8px 40px rgba(45,122,95,.12)}.index-stats-section__card-number{font-family:Rubik,sans-serif;font-size:3rem;font-weight:700;line-height:1.2;color:var(--primary);margin-bottom:12px}.index-stats-section__card-title{font-family:Rubik,sans-serif;font-size:1.375rem;font-weight:500;line-height:1.4;color:var(--text-dark);margin:0 0 12px 0}.index-stats-section__card-text{font-family:Rubik,sans-serif;font-size:1rem;line-height:1.7;color:var(--text-muted);margin:0}.index-stats-section__badges{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;padding:32px 0;border-top:1px solid var(--border-light)}.index-stats-section__badge{display:flex;align-items:center;gap:10px;color:var(--text-dark)}.index-stats-section__badge-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:var(--secondary);color:var(--primary);flex-shrink:0}.index-stats-section__badge-icon svg{width:22px;height:22px}.index-stats-section__badge-text{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:1.6;color:var(--text-dark);white-space:nowrap}.index-stats-section__divider-wrapper{position:absolute;bottom:0;left:0;width:100%;height:80px;pointer-events:none;z-index:5}.index-stats-section__divider-wrapper svg{display:block;width:100%;height:100%}@media (max-width:768px){.index-stats-section{padding:48px 16px 80px}.index-stats-section__intro{margin-bottom:32px}.index-stats-section__title{font-size:1.75rem}.index-stats-section__grid{grid-template-columns:1fr!important;gap:20px;margin-bottom:32px}.index-stats-section__card{padding:24px}.index-stats-section__card-number{font-size:2.5rem}.index-stats-section__badges{gap:24px;padding:24px 0;justify-content:flex-start}.index-stats-section__badge-text{white-space:normal;text-align:start}}@media (min-width:769px) and (max-width:1024px){.index-stats-section__grid{grid-template-columns:repeat(2,1fr);gap:24px}}.index-registration-section{background:linear-gradient(180deg,#1a4d3a 0,#122e25 100%);color:var(--text-light);padding:80px 16px;position:relative;overflow:hidden;direction:rtl;text-align:start}.index-registration-section .registration-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:48px;flex-wrap:wrap;position:relative;z-index:1}.index-registration-section .registration-content{flex:1 1 480px;min-width:300px}.index-registration-section .registration-heading{font-size:2rem;font-weight:700;letter-spacing:-.01em;line-height:1.2;color:var(--text-light);margin-bottom:20px}.index-registration-section .registration-text{font-size:1rem;line-height:1.75;color:var(--text-light);opacity:.9;margin-bottom:32px;max-width:540px}.index-registration-section .reassurance-list{list-style:none;padding:0;margin:0 0 32px 0;display:flex;flex-direction:column;gap:16px}.index-registration-section .reassurance-list li{display:flex;align-items:center;gap:12px;color:var(--text-light);font-weight:500;font-size:1rem}.index-registration-section .reassurance-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.15);color:var(--accent);flex-shrink:0}.index-registration-section .cta-line{background:rgba(255,255,255,.1);padding:16px 24px;border-radius:12px;border-inline-start:4px solid var(--accent);display:inline-block}.index-registration-section .cta-line-text{font-size:1.1rem;font-weight:600;color:var(--accent)}.index-registration-section .registration-form-wrapper{flex:1 1 400px;min-width:320px;position:relative;display:flex;justify-content:center;align-items:flex-end}.index-registration-section .registration-form-card{background:#fff;border-radius:16px;box-shadow:0 8px 30px rgba(0,0,0,.2);padding:32px;width:100%;max-width:480px;position:relative;z-index:2}.index-registration-section .form-title{font-size:1.25rem;font-weight:600;line-height:1.35;color:#1c2b22;margin-bottom:24px;text-align:start}.index-registration-section .contact-form{display:flex;flex-direction:column;gap:20px}.index-registration-section .form-group{display:flex;flex-direction:column;gap:8px}.index-registration-section .form-group label{font-size:.875rem;font-weight:500;color:#1c2b22;text-align:start}.index-registration-section .form-group input,.index-registration-section .form-group textarea{width:100%;padding:14px 16px;border:1px solid var(--border-light);border-radius:8px;font-family:Rubik,sans-serif;font-size:1rem;background:#fff;color:#1c2b22;transition:border-color .3s ease,box-shadow .3s ease;box-sizing:border-box}.index-registration-section .form-group input:focus,.index-registration-section .form-group textarea:focus{outline:0;border-color:var(--primary);box-shadow:0 0 0 3px rgba(31,111,80,.15)}.index-registration-section .form-group textarea{resize:vertical;min-height:80px}.index-registration-section .privacy-consent{margin-top:4px}.index-registration-section .privacy-consent-label{display:flex;align-items:flex-start;gap:8px;font-size:.875rem;color:#6b8c7a;line-height:1.5;cursor:pointer}.index-registration-section .privacy-consent-checkbox{width:18px;height:18px;margin-top:2px;accent-color:var(--primary);flex-shrink:0;cursor:pointer}.index-registration-section .privacy-consent-label a{color:var(--primary);text-decoration:underline;font-weight:500}.index-registration-section .privacy-consent-label a:hover{color:#154a38}.index-registration-section .submit-btn{background:var(--accent);color:#fff;padding:14px 28px;border-radius:50px;border:none;font-weight:600;font-size:.95rem;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .3s ease;width:100%;margin-top:8px;box-shadow:0 12px 40px rgba(232,114,74,.28)}.index-registration-section .submit-btn:hover{background:#1f6f50;box-shadow:0 8px 30px rgba(0,0,0,.2);transform:translateY(-2px)}.index-registration-section .decorative-shape{position:absolute;bottom:-20px;inset-inline-end:-30px;width:200px;height:200px;z-index:1;pointer-events:none}.index-registration-section .decorative-shape svg{width:100%;height:100%;display:block}.index-registration-section .sticky-register-btn{position:fixed;bottom:24px;inset-inline-start:24px;background:var(--accent);color:#fff;padding:14px 24px;border-radius:100px;font-weight:600;font-size:1rem;display:flex;align-items:center;gap:8px;box-shadow:0 12px 40px rgba(232,114,74,.4);z-index:1000;text-decoration:none;transition:all .3s ease;backdrop-filter:blur(8px);background:rgba(242,109,91,.95)}.index-registration-section .sticky-register-btn:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(232,114,74,.5);background:#f26d5b}@media (max-width:768px){.index-registration-section{padding:48px 16px}.index-registration-section .registration-container{flex-direction:column;gap:32px}.index-registration-section .registration-content{flex:1 1 auto;min-width:0}.index-registration-section .registration-heading{font-size:1.8rem}.index-registration-section .registration-form-wrapper{flex:1 1 auto;min-width:0;width:100%}.index-registration-section .registration-form-card{padding:24px}.index-registration-section .decorative-shape{width:140px;height:140px;bottom:-10px;inset-inline-end:-15px}.index-registration-section .sticky-register-btn{bottom:16px;inset-inline-start:16px;padding:12px 20px;font-size:.9rem}}:not(.fas):not(.far):not(.fab):not(.fa):not([class*=fa-]):not(.iconify):not([class*=icon]):not(code):not(pre):not(i[class*=fa]){font-family:Rubik,sans-serif!important}.logo,.logo img,.logo-link img,.nav-brand img,img.logo{max-height:40px!important;height:auto!important;width:auto!important;object-fit:contain!important}.footer-contact li>a{display:flex;align-items:flex-start;gap:inherit}html[dir=rtl] .footer-contact li,html[dir=rtl] .site-footer .footer-col:nth-child(3) .footer-contact li,html[dir=rtl] .site-footer .footer-contact li{flex-direction:row!important;justify-content:flex-start!important}html[dir=rtl] .footer-contact .contact-icon{order:0!important}html[dir=rtl] .footer-contact .contact-text{order:1!important}html[dir=rtl] .footer-contact li>a{flex-direction:row!important}@media (max-width:768px){body,html{width:100%!important;max-width:100vw!important;overflow-x:clip!important;box-sizing:border-box!important}*,::after,::before{box-sizing:border-box!important}input[type=email],input[type=number],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.form-field,.form-group,.input-group{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.grid:not([data-zappy-auto-grid=true]):not(.zappy-preserve-css-grid),[style*="display: grid"]:not([data-zappy-auto-grid=true]):not(.zappy-preserve-css-grid),[style*="display:grid"]:not([data-zappy-auto-grid=true]):not(.zappy-preserve-css-grid){display:flex!important;flex-direction:column!important;gap:1rem!important}[data-zappy-auto-grid=true]{display:grid!important;grid-template-columns:1fr!important;gap:1.5rem!important}[class*="-grid"]:not([data-zappy-auto-grid=true]):not([data-zappy-explicit-columns=true]){grid-template-columns:1fr!important}[class*="-grid"]>[class*="-item-large"],[class*="-grid"]>[class*="-large"],[class*="-grid"]>[style*="grid-column: span"],[class*="-grid"]>[style*="grid-row: span"]{grid-column:span 1!important;grid-row:span 1!important}[data-zappy-zoom-wrapper=true]{width:100%!important;max-width:100%!important;height:auto!important}[data-zappy-zoom-wrapper=true] img{position:relative!important;width:100%!important;height:auto!important;max-height:300px!important;object-fit:cover!important;top:0!important;left:0!important}main>section:first-child,section[class*="-hero-section"]:first-of-type{padding-top:100px!important}main>section:first-child:has(.hero-sbs-wrap),section[class*="-hero-section"]:first-of-type:has(.hero-sbs-wrap){padding-top:0!important}.hero-sbs-image-frame [data-zappy-zoom-wrapper=true] img{inset:0!important;width:100%!important;height:100%!important;max-height:none!important;object-fit:cover!important;object-position:center center!important}h1{font-size:clamp(28px, 8vw, 48px)!important}h2{font-size:clamp(24px, 6vw, 36px)!important}h3{font-size:clamp(20px, 5vw, 28px)!important}h4{font-size:clamp(18px, 4vw, 24px)!important}li,p{font-size:clamp(14px, 4vw, 18px)!important}img{max-width:100%!important;height:auto!important}img[data-hero-bg]{height:100%!important;width:100%!important;object-fit:cover!important}.columns,[style*="columns:"],[style*=column-count]{column-count:1!important;columns:1!important}table{width:100%!important;display:block!important;overflow-x:auto!important}.block,.box,.card{width:100%!important;max-width:100%!important}section.hero,section.hero-section,section[class*=hero-section]{min-height:auto!important;height:auto!important;padding:2rem 1rem!important}section.hero-section>*,section.hero>*,section[class*=hero-section]>*{min-height:auto!important}section[data-hero-type*=fullscreen]{height:auto!important;min-height:100svh!important;padding:0 clamp(1rem,5vw,1.5rem) 90px!important}section[data-hero-type*=fullscreen]>.container,section[data-hero-type*=fullscreen]>[class*="-container"]:not([class*=bg]):not([class*=scrim]):not([class*=divider]){padding-bottom:100px!important;min-height:auto!important}.hero-heading span,.hero-title span,h1 span[class*=accent],h2 span[class*=accent]{display:inline!important}.cards-grid,.packages-grid,.pricing-grid{display:flex!important;flex-direction:column!important;width:100%!important}body>*{max-width:100vw!important}}.legal-page-content{padding:120px 0 60px;min-height:60vh;color:inherit}.legal-page-content .container{max-width:800px;margin:0 auto;padding:0 20px}.legal-page-content h1{font-size:2.5rem;margin-bottom:1rem;color:inherit}.legal-page-content .last-updated{color:#666;margin-bottom:2rem;font-style:italic}.legal-page-content h2{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;color:inherit}.legal-page-content p{margin-bottom:1rem;line-height:1.7}.legal-page-content ul{margin-bottom:1.5rem;padding-left:1.5rem}[dir=rtl] .legal-page-content ul{padding-left:0;padding-right:1.5rem}.legal-page-content li{margin-bottom:.5rem;line-height:1.6}.legal-page-content .contact-box,.legal-page-content .contact-info{background:rgba(0,0,0,.03);padding:1.5rem;border-radius:8px;margin-top:1.5rem;border:1px solid rgba(0,0,0,.08)}.legal-page-content .contact-box a,.legal-page-content .contact-info a{color:inherit;text-decoration:underline}.legal-page-content .contact-box a:hover,.legal-page-content .contact-info a:hover{opacity:.8}.legal-page-content .important-notice,.legal-page-content .legal-reference{background:rgba(0,0,0,.03);padding:1rem 1.5rem;border-radius:8px;margin:1.5rem 0;border-left:4px solid currentColor}[dir=rtl] .legal-page-content .important-notice,[dir=rtl] .legal-page-content .legal-reference{border-left:none;border-right:4px solid currentColor}:root{--cc-bg:rgba(255, 255, 255, 0.96);--cc-modal-bg:#ffffff;--cc-primary-color:#1f2937;--cc-secondary-color:#4b5563;--cc-btn-primary-bg:#1f6f50;--cc-btn-primary-color:#ffffff;--cc-btn-primary-border:#1f6f50;--cc-btn-primary-hover-bg:#065637;--cc-btn-primary-hover-border:#065637;--cc-btn-primary-hover-color:#ffffff;--cc-btn-secondary-bg:#f3f4f6;--cc-btn-secondary-color:#1f2937;--cc-btn-secondary-border:#e5e7eb;--cc-btn-secondary-hover-bg:#e5e7eb;--cc-btn-secondary-hover-color:#111827;--cc-btn-secondary-hover-border:#d1d5db;--cc-toggle-on-bg:#1f6f50}#cc--main,#cc-main{font-family:inherit!important;color:var(--cc-primary-color)}#zappy-cookie-banner{position:fixed!important;inset:auto 0 0 0!important;width:100%!important;max-width:100%!important;margin:0!important;padding:10px 56px 10px 20px!important;background:var(--cc-bg)!important;-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border:none!important;border-top:1px solid rgba(31,111,80,.18)!important;border-radius:0!important;box-shadow:0 -1px 12px rgba(0,0,0,.04)!important;display:flex!important;align-items:center!important;min-height:52px!important;font-size:13px!important;line-height:1.4!important;z-index:2147483646}#zappy-cookie-banner .zappy-cookie-banner__inner{display:flex!important;flex-direction:row!important;align-items:center!important;flex-wrap:nowrap!important;gap:16px!important;max-width:1200px;width:100%!important;margin:0 auto;padding:0!important;min-height:32px!important}#zappy-cookie-banner .zappy-cookie-banner__text{flex:1 1 auto;min-width:0;padding:0!important;margin:0!important;display:block!important;font-size:13px!important;font-weight:400!important;color:var(--cc-primary-color)!important;height:32px!important;min-height:32px!important;line-height:32px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#zappy-cookie-banner .zappy-cookie-banner__actions{display:flex!important;flex-direction:row!important;align-items:center!important;gap:8px!important;flex:0 0 auto;border:none!important;padding:0!important;background:0 0!important}#zappy-cookie-banner .zappy-cookie-banner__button{display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:13px!important;font-weight:500!important;padding:0 16px!important;height:32px!important;min-height:0!important;line-height:1!important;border-radius:999px!important;transition:background-color .15s ease,color .15s ease;cursor:pointer}#zappy-cookie-banner .zappy-cookie-banner__button--accept{background-color:var(--cc-btn-primary-bg)!important;color:var(--cc-btn-primary-color)!important;border:1px solid var(--cc-btn-primary-border)!important}#zappy-cookie-banner .zappy-cookie-banner__button--accept:hover{background-color:var(--cc-btn-primary-hover-bg)!important;border-color:var(--cc-btn-primary-hover-border)!important}#zappy-cookie-banner .zappy-cookie-banner__button--customize{background-color:transparent!important;color:#1f6f50!important;border:none!important;padding:0 8px!important;height:32px!important;text-decoration:underline;text-underline-offset:3px;border-radius:6px!important}#zappy-cookie-banner .zappy-cookie-banner__button--customize:hover{color:#065637!important;background-color:transparent!important}#zappy-cookie-banner .zappy-cookie-banner__close{position:absolute!important;top:8px!important;right:12px!important;width:28px!important;height:28px!important;padding:0!important;margin:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:0 0!important;border:none!important;border-radius:999px!important;color:var(--cc-secondary-color)!important;font-size:20px!important;font-weight:400!important;line-height:1!important;cursor:pointer;transition:background-color .15s ease,color .15s ease}#zappy-cookie-banner .zappy-cookie-banner__close:hover{background-color:rgba(0,0,0,.06)!important;color:var(--cc-primary-color)!important}#zappy-cookie-banner .zappy-cookie-banner__button:focus-visible,#zappy-cookie-banner .zappy-cookie-banner__close:focus-visible{outline:2px solid var(--cc-btn-primary-bg)!important;outline-offset:2px}[dir=rtl] #zappy-cookie-banner{padding:10px 20px 10px 56px!important}[dir=rtl] #zappy-cookie-banner .zappy-cookie-banner__close{right:auto!important;left:12px!important}#cc--main .pm-wrapper,#cc--main .pm-wrapper.pm--box,#cc-main .pm-wrapper,#cc-main .pm-wrapper.pm--box{background:rgba(0,0,0,.32)!important}#cc--main #pm,#cc--main .pm,#cc--main .pm .pm__box,#cc--main .pm__box,#cc-main #pm,#cc-main .pm,#cc-main .pm .pm__box,#cc-main .pm__box{background:var(--cc-modal-bg)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-radius:14px!important;border:1px solid rgba(0,0,0,.06)!important;box-shadow:0 12px 48px rgba(0,0,0,.18)!important}#cc--main .pm__body,#cc--main .pm__footer,#cc--main .pm__header,#cc--main .pm__section,#cc-main .pm__body,#cc-main .pm__footer,#cc-main .pm__header,#cc-main .pm__section{background:var(--cc-modal-bg)!important}#cc--main .pm__title,#cc-main .pm__title{font-weight:600!important;color:var(--cc-primary-color)!important}#cc--main .pm__btn[data-role=accept-all],#cc-main .pm__btn[data-role=accept-all]{background-color:var(--cc-btn-primary-bg)!important;border-color:var(--cc-btn-primary-border)!important;color:var(--cc-btn-primary-color)!important;border-radius:999px!important}#cc--main .pm__btn[data-role=accept-all]:hover,#cc-main .pm__btn[data-role=accept-all]:hover{background-color:var(--cc-btn-primary-hover-bg)!important;border-color:var(--cc-btn-primary-hover-border)!important}#cc--main .pm__btn,#cc-main .pm__btn{border-radius:999px!important}#cc--main .pm__btn[data-role=necessary],#cc--main .pm__btn[data-role=save],#cc-main .pm__btn[data-role=necessary],#cc-main .pm__btn[data-role=save]{background-color:var(--cc-btn-secondary-bg)!important;color:var(--cc-btn-secondary-color)!important;border:1px solid var(--cc-btn-secondary-border)!important}#cc--main .pm__btn[data-role=necessary]:hover,#cc--main .pm__btn[data-role=save]:hover,#cc-main .pm__btn[data-role=necessary]:hover,#cc-main .pm__btn[data-role=save]:hover{background-color:var(--cc-btn-secondary-hover-bg)!important;color:var(--cc-btn-secondary-hover-color)!important;border-color:var(--cc-btn-secondary-hover-border)!important}#cc--main .section__toggle:checked+.toggle__icon,#cc--main .section__toggle:checked~.toggle__icon,#cc-main .section__toggle:checked+.toggle__icon,#cc-main .section__toggle:checked~.toggle__icon{background-color:var(--cc-toggle-on-bg)!important}@media (max-width:640px){#zappy-cookie-banner{padding:10px 14px!important}#zappy-cookie-banner .zappy-cookie-banner__inner{flex-direction:column!important;align-items:stretch!important;gap:8px!important}#zappy-cookie-banner .zappy-cookie-banner__text{white-space:normal;overflow:visible;text-overflow:clip;height:auto!important;min-height:0!important;line-height:1.4!important}#zappy-cookie-banner .zappy-cookie-banner__actions{width:100%;justify-content:space-between}#zappy-cookie-banner .zappy-cookie-banner__button--accept{flex:1 1 auto;text-align:center}}.cookie-preferences-btn:hover{text-decoration:none!important}:root{--accessibility-focus:#1F6F50}.skip-link:focus{position:absolute!important;top:6px!important;left:6px!important;background:#000!important;color:#fff!important;padding:8px!important;text-decoration:none!important;z-index:10000!important;border-radius:4px!important;transform:none}:focus{outline:2px solid var(--accessibility-focus)!important;outline-offset:2px!important}@media (prefers-contrast:high){*{border-color:currentColor!important}}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}#mic-access-tool-general-button{background-color:transparent!important;background:0 0!important;border:none!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;line-height:0!important;position:relative!important;overflow:hidden!important}#mic-access-tool-general-button,#mic-access-tool-general-button :not(svg):not(path):not(circle):not(rect):not(polygon):not(ellipse):not(line):not(polyline):not(g){font-size:0!important;color:transparent!important;text-indent:-9999px!important;line-height:0!important;letter-spacing:-999em!important;white-space:nowrap!important}#mic-access-tool-general-button:hover{background-color:rgba(31,111,80,.1)!important;background:rgba(31,111,80,.1)!important;box-shadow:0 2px 8px rgba(31,111,80,.2)!important;font-size:0!important;color:transparent!important;text-indent:-9999px!important}#mic-access-tool-general-button svg{width:18px!important;height:18px!important;max-width:18px!important;max-height:18px!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;margin:0!important;filter:invert(50%) sepia(100%) saturate(500%) hue-rotate(0deg) brightness(100%) contrast(100%)!important}#mic-access-tool-general-button svg,#mic-access-tool-general-button svg *,#mic-access-tool-general-button svg circle,#mic-access-tool-general-button svg ellipse,#mic-access-tool-general-button svg g,#mic-access-tool-general-button svg line,#mic-access-tool-general-button svg path,#mic-access-tool-general-button svg polygon,#mic-access-tool-general-button svg polyline,#mic-access-tool-general-button svg rect{fill:#1F6F50!important;stroke:#1F6F50!important;color:#1f6f50!important}#mic-access-tool-general-button i,#mic-access-tool-general-button img{width:18px!important;height:18px!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;filter:invert(50%) sepia(100%) saturate(500%) hue-rotate(0deg) brightness(100%) contrast(100%)!important}#mic-access-tool-box .mic-access-tool-box-header,.mic-access-tool-box-header,div[id*=mic-access-tool-box] .header,div[id*=mic-access-tool-box] header{background:#1f6f50!important;color:#fff!important}#mic-access-tool-box .mic-access-tool-box-header *,.mic-access-tool-box-header *,div[id*=mic-access-tool-box] .header *,div[id*=mic-access-tool-box] header *{color:#fff!important}#mic-access-tool-box .mic-access-tool-box-header a,#mic-access-tool-box .mic-access-tool-box-header button,#mic-access-tool-box [class*=close],#mic-access-tool-box button[title*=Close],#mic-access-tool-box button[title*=close]{color:#fff!important;background:0 0!important}#mic-access-tool-box button.active,#mic-access-tool-box button:hover,div[id*=mic-access-tool-box] button.active,div[id*=mic-access-tool-box] button:hover{border-color:#1f6f50!important;color:#1f6f50!important;background-color:rgba(31,111,80,.1)!important}#mic-access-tool-box [class*=reset],#mic-access-tool-box button[title*=Reset],#mic-access-tool-box button[title*=reset],div[id*=mic-access-tool-box] button[class*=reset]{background:#1f6f50!important;color:#fff!important}#mic-access-tool-box [class*=reset] *,#mic-access-tool-box button[title*=Reset] *,#mic-access-tool-box button[title*=reset] *,div[id*=mic-access-tool-box] button[class*=reset] *{color:#fff!important}#mic-access-tool-general-button,#mic-init-access-tool #mic-access-tool-general-button,#mic-init-access-tool .mic-access-tool-general-button,._access-icon,.mic-access-tool-general-button{display:flex!important}@media (max-width:768px){#navMenu .sub-menu.mobile-expanded,.menu-item-has-children>.sub-menu.mobile-expanded,.nav-menu .sub-menu.mobile-expanded,.navbar .sub-menu.mobile-expanded,.zappy-products-dropdown .sub-menu.mobile-expanded,.zappy-products-dropdown>.sub-menu.mobile-expanded{max-height:none!important;overflow-y:visible!important}.menu-item-has-children,.nav-menu>li.menu-item-has-children,.zappy-products-dropdown{flex-shrink:0!important}.navbar .sub-menu a,.navbar .sub-menu li a,.sub-menu a,.zappy-products-dropdown .sub-menu a,nav.navbar .sub-menu li a{white-space:normal!important}}.sub-menu .zappy-nav-child>a,.zappy-products-dropdown .zappy-nav-child>a{padding-left:28px!important;font-size:.9em!important;opacity:.85!important}[dir=rtl] .sub-menu .zappy-nav-child>a,[dir=rtl] .zappy-products-dropdown .zappy-nav-child>a,html[lang=ar] .sub-menu .zappy-nav-child>a,html[lang=ar] .zappy-products-dropdown .zappy-nav-child>a,html[lang=he] .sub-menu .zappy-nav-child>a,html[lang=he] .zappy-products-dropdown .zappy-nav-child>a{padding-left:0!important;padding-right:28px!important}.sub-menu .zappy-nav-parent>a,.zappy-products-dropdown .zappy-nav-parent>a{font-weight:600!important}@media (max-width:768px){#navMenu.active,.nav-menu.active{max-width:100vw!important;overflow-x:hidden!important;box-sizing:border-box!important}}#navMenu .dropdown-menu.zappy-empty-submenu,#navMenu .sub-menu.zappy-empty-submenu,.dropdown-menu.zappy-empty-submenu,.dropdown-menu:empty,.nav-menu .sub-menu.zappy-empty-submenu,.navbar .sub-menu.zappy-empty-submenu,.sub-menu.zappy-empty-submenu,.sub-menu:empty,nav .sub-menu.zappy-empty-submenu{display:none!important}@media (max-width:768px){[dir=rtl] .mobile-toggle,[dir=rtl] .nav-container .mobile-toggle,[dir=rtl] .navbar .mobile-toggle,[dir=rtl] header .mobile-toggle,[dir=rtl] nav .mobile-toggle,html[dir=rtl] .mobile-toggle,html[dir=rtl] .nav-container .mobile-toggle,html[dir=rtl] .navbar .mobile-toggle,html[dir=rtl] header .mobile-toggle,html[dir=rtl] nav .mobile-toggle,html[lang=ar] .mobile-toggle,html[lang=he] .mobile-toggle{left:auto!important;right:15px!important}[dir=rtl] .nav-container .phone-header-btn,[dir=rtl] .navbar .phone-header-btn,[dir=rtl] .phone-header-btn,[dir=rtl] header .phone-header-btn,[dir=rtl] nav .phone-header-btn,html[dir=rtl] .nav-container .phone-header-btn,html[dir=rtl] .navbar .phone-header-btn,html[dir=rtl] .phone-header-btn,html[dir=rtl] header .phone-header-btn,html[dir=rtl] nav .phone-header-btn,html[lang=ar] .phone-header-btn,html[lang=he] .phone-header-btn{left:15px!important;right:auto!important}[dir=rtl] .nav-container .nav-menu,[dir=rtl] .nav-menu,[dir=rtl] .navbar .nav-menu,[dir=rtl] header .nav-menu,[dir=rtl] nav .nav-menu,html[dir=rtl] .nav-container .nav-menu,html[dir=rtl] .nav-menu,html[dir=rtl] .navbar .nav-menu,html[dir=rtl] header .nav-menu,html[dir=rtl] nav .nav-menu,html[lang=ar] .nav-menu,html[lang=he] .nav-menu{left:auto!important;right:0!important}[dir=rtl] .nav-menu a,[dir=rtl] .nav-menu li,html[dir=rtl] .nav-menu a,html[dir=rtl] .nav-menu li,html[lang=ar] .nav-menu a,html[lang=ar] .nav-menu li,html[lang=he] .nav-menu a,html[lang=he] .nav-menu li{text-align:right!important}}@media (min-width:769px){.nav-cta-container,.nav-cta-container:not(:has(.lang-switcher)){display:flex!important;align-items:center!important}}@media (max-width:768px){.nav-container{min-height:70px!important;position:relative!important}.nav-cta-container{box-shadow:none!important;padding:0!important}.nav-cta-container:not(:has(.lang-switcher)){display:none!important}}@media (max-width:768px){.hero-image-column{overflow:hidden!important}.image-fade-gradient{bottom:0!important}}@media (max-width:768px){section[data-hero-type*=fullscreen]{height:auto!important;min-height:100svh!important;padding:0 clamp(1rem,5vw,1.5rem) 90px!important}section[data-hero-type*=fullscreen]>.container,section[data-hero-type*=fullscreen]>[class*="-container"]:not([class*=bg]):not([class*=scrim]):not([class*=divider]){padding-bottom:100px!important;min-height:auto!important}}.product-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;width:100%}.product-title-row h1{flex:1;min-width:0}.product-icon-actions{display:flex;gap:8px;flex-shrink:0;padding-top:6px}.icon-btn{width:36px;height:36px;border:none;background:0 0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s;color:currentColor;padding:0}.icon-btn:hover{color:var(--primary-color,#ff0083)}.icon-btn.active{color:#e74c3c}.icon-btn.active .heart-outline{display:none!important}.icon-btn.active .heart-filled{display:block!important}.addresses-section,.favorites-section,.orders-section,.profile-section{border:1px solid var(--border-color,rgba(128,128,128,.2));border-radius:12px;padding:24px;margin-bottom:24px;background:0 0}.favorites-section h2{font-size:1.25rem;color:var(--text-color,#1f2937);margin-bottom:20px}.favorites-loading{text-align:center;padding:20px;color:var(--text-secondary,#6b7280)}.favorites-empty{text-align:center;padding:32px;color:var(--text-secondary,#6b7280)}.favorites-empty p{margin-bottom:16px}.favorites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.favorite-card{background:0 0;border:1px solid var(--border-color,rgba(128,128,128,.2));border-radius:10px;overflow:hidden;transition:box-shadow .2s;position:relative}.favorite-card:hover{box-shadow:0 2px 12px rgba(0,0,0,.08)}.favorite-card-img{width:100%;aspect-ratio:1;object-fit:cover}.favorite-card-body{padding:12px}.favorite-card-body h4{font-size:.875rem;font-weight:500;color:var(--text-color,#1f2937);margin:0 0 6px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.favorite-price{font-weight:600;color:var(--primary-color,#ff0083);font-size:.9rem}.favorite-remove-btn{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;border:none;background:rgba(255,255,255,.9);color:#dc2626;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .2s;box-shadow:0 1px 4px rgba(0,0,0,.1)}.favorite-remove-btn:hover{background:#dc2626;color:#fff}@media (max-width:480px){.favorites-grid{grid-template-columns:repeat(2,1fr);gap:10px}}@media (max-width:768px){.zappy-preserve-css-grid>img[data-zappy-zoom],[class*="-grid"]>img[data-zappy-zoom]{position:relative!important;width:100%!important;height:auto!important;max-width:100%!important;max-height:300px!important;object-fit:cover!important;left:auto!important;top:auto!important}}[data-zappy-explicit-columns=true]{display:grid!important;grid-template-columns:var(--zappy-grid-cols,repeat(2,minmax(0,1fr)))!important}.zappy-carousel-mode,[data-zappy-display-mode=carousel]{display:block!important}[data-zappy-zoom-wrapper=true]{overflow:hidden!important;position:relative!important}.zappy-inserted-element{max-width:100%;box-sizing:border-box!important}@media (max-width:768px){.zappy-preserve-css-grid[data-zappy-auto-grid=true],[data-zappy-auto-grid=true]{grid-template-columns:1fr!important;gap:1.5rem!important}.zappy-preserve-css-grid[data-zappy-auto-grid=true]>*,[data-zappy-auto-grid=true]>*,[data-zappy-explicit-columns=true]>*{min-width:0!important;max-width:100%!important}.featured-grid{grid-template-columns:1fr!important}[data-zappy-center-transform]{transform:none!important}.zappy-preserve-css-grid[data-zappy-auto-grid=true]>.zappy-grid-item-media-only,[data-zappy-auto-grid=true]>.zappy-grid-item-media-only{height:auto!important;max-height:300px!important}.zappy-preserve-css-grid[data-zappy-auto-grid=true]>.zappy-grid-item-media-only img,[data-zappy-auto-grid=true]>.zappy-grid-item-media-only img{height:auto!important;max-height:300px!important}[data-zappy-zoom-wrapper-width-mode=full] img{position:relative!important;width:100%!important;height:auto!important;max-width:100%!important;max-height:300px!important;left:auto!important;top:auto!important;object-fit:cover!important}[data-zappy-explicit-columns=true]{grid-template-columns:1fr!important}.zappy-inline-grid-active.zappy-preserve-css-grid{grid-template-columns:1fr!important}[class*="-grid"]:not([data-zappy-auto-grid]):not(.zappy-preserve-css-grid):not([data-zappy-explicit-columns=true]){grid-template-columns:1fr!important}[class*="-grid"]>[class*="-item-large"],[class*="-grid"]>[class*="-large"],[class*="-grid"]>[style*="grid-column: span"],[class*="-grid"]>[style*="grid-row: span"]{grid-column:span 1!important;grid-row:span 1!important}[class*="-frame"],[class*="-visual"]{width:100%!important;max-width:100%!important;min-width:0!important}[data-zappy-zoom-wrapper=true]{width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;position:relative!important}.zappy-inserted-element:has(> [data-zappy-zoom-wrapper=true]){width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important}.zappy-inserted-element:has(> [data-zappy-zoom-wrapper=true])>[data-zappy-zoom-wrapper=true]{width:100%!important;max-width:100%!important;height:auto!important}[data-zappy-zoom-wrapper=true]:not([data-zappy-zoom-wrapper-width-mode=full]) img:not([data-zappy-mobile-object-position]):not([data-zappy-mobile-zoom]){position:relative!important;width:100%!important;height:auto!important;max-height:300px!important;max-width:100%!important;object-fit:cover!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important}.zappy-carousel-mode,[data-zappy-display-mode=carousel]{display:block!important}.zappy-carousel-js-init .zappy-carousel-container-wrapper{max-width:calc(100% - 20px)!important}.zappy-carousel-js-init .zappy-carousel-item{min-width:0!important;max-width:100%!important}.zappy-carousel-mode:not(.zappy-carousel-js-init) .zappy-carousel-container-wrapper{width:100%!important;max-width:100%!important;overflow:visible!important}.zappy-carousel-mode:not(.zappy-carousel-js-init) .zappy-carousel-track{flex-direction:column!important;transform:none!important;gap:1.5rem!important}.zappy-carousel-mode:not(.zappy-carousel-js-init) .zappy-carousel-item{width:100%!important;min-width:0!important;max-width:100%!important;flex:0 0 auto!important}.zappy-carousel-mode:not(.zappy-carousel-js-init)>:not(style):not(script):not(.zappy-carousel-btn):not(.zappy-carousel-dots):not(.zappy-carousel-container-wrapper){width:100%!important;min-width:0!important;max-width:100%!important;flex:none!important}.zappy-carousel-mode:not(.zappy-carousel-js-init) .zappy-carousel-btn,.zappy-carousel-mode:not(.zappy-carousel-js-init) .zappy-carousel-dots{display:none!important}.zappy-carousel-item [data-zappy-zoom-wrapper=true],.zappy-carousel-mode>div [data-zappy-zoom-wrapper=true]{padding-bottom:0!important;min-height:0!important;height:auto!important}.zappy-carousel-js-init>.zappy-carousel-btn{left:4px!important;right:auto!important;width:36px!important;height:36px!important;font-size:16px!important;background:rgba(255,255,255,.9)!important}.zappy-carousel-js-init>.zappy-carousel-btn.zappy-carousel-right{left:auto!important;right:4px!important}main:not(.ecommerce-page){padding-left:0!important;padding-right:0!important}.home-Hero-section,section[class*=hero]{flex-direction:column!important}main>section:first-child,section[class*="-hero-section"]:first-of-type{padding-top:100px!important}main>section:first-child:has(.hero-sbs-wrap),section[class*="-hero-section"]:first-of-type:has(.hero-sbs-wrap){padding-top:0!important}.hero-sbs-image-frame [data-zappy-zoom-wrapper=true] img{inset:0!important;width:100%!important;height:100%!important;max-height:none!important;object-fit:cover!important;object-position:center center!important}.hero-container,section[class*=hero]:has(.hero-bg-container)>.container,section[class*=hero]:has([data-hero-bg])>.container,section[class*=hero][data-zappy-bg-type=image]>.container,section[class*=hero][data-zappy-bg-type=video]>.container,section[data-hero-type=fullscreen-card]>.container,section[data-hero-type=fullscreen-scrim]>.container{width:100%!important;max-width:100%!important}.home-Hero-section .container,.home-Hero-section .hero-container,.home-Hero-section .hero-content,.home-Hero-section .hero-image-column,.home-Hero-section .hero-image-frame,.home-Hero-section .hero-metrics,.home-Hero-section .wrapper,section[class*=hero]:has(.hero-bg-container) .container,section[class*=hero]:has(.hero-bg-container) .hero-container,section[class*=hero]:has(.hero-bg-container) .hero-content,section[class*=hero]:has([data-hero-bg]) .container,section[class*=hero]:has([data-hero-bg]) .hero-container,section[class*=hero]:has([data-hero-bg]) .hero-content,section[class*=hero][data-zappy-bg-type=image] .container,section[class*=hero][data-zappy-bg-type=image] .hero-container,section[class*=hero][data-zappy-bg-type=image] .hero-content,section[class*=hero][data-zappy-bg-type=video] .container,section[class*=hero][data-zappy-bg-type=video] .hero-container,section[class*=hero][data-zappy-bg-type=video] .hero-content,section[data-hero-type=fullscreen-card] .container,section[data-hero-type=fullscreen-card] .hero-container,section[data-hero-type=fullscreen-card] .hero-content,section[data-hero-type=fullscreen-scrim] .container,section[data-hero-type=fullscreen-scrim] .hero-container,section[data-hero-type=fullscreen-scrim] .hero-content{padding-left:0!important;padding-right:0!important;padding-inline-start:0!important;padding-inline-end:0!important}.home-Hero-section .hero-container,.home-Hero-section .hero-content,.home-Hero-section .hero-image-column{padding-top:8px!important;padding-bottom:8px!important}.hero-cta-row{padding:8px 0!important;margin:8px 0 12px!important}.hero-content{gap:12px!important}.hero-metrics{gap:10px!important}.metric-card{padding:12px!important}.hero-container{gap:16px!important}.hero-container>*{min-width:0!important;overflow:hidden!important}.zappy-inserted-element,[data-zappy-zoom-wrapper]{max-width:100%!important}section[data-hero-type*=fullscreen]{height:auto!important;min-height:100svh!important;padding:0 clamp(1rem,5vw,1.5rem) 90px!important}section[data-hero-type*=fullscreen]>.container,section[data-hero-type*=fullscreen]>[class*="-container"]:not([class*=bg]):not([class*=scrim]):not([class*=divider]){padding-bottom:100px!important;min-height:auto!important}}section[class*=Hero],section[class*=hero i],section[data-hero-type]{max-width:100%!important;box-sizing:border-box!important}.section-divider{position:relative!important;bottom:auto!important;top:auto!important;left:auto!important;right:auto!important;z-index:auto!important;margin-top:16px!important}.section-divider svg{display:block!important;width:100%!important;height:auto!important}.section-divider svg.divider-icon,.section-divider svg[viewBox="0 0 24 24"],.section-divider svg[viewBox="0 0 32 32"],.section-divider svg[viewBox="0 0 48 48"],.section-divider svg[width="24"],.section-divider svg[width="32"],.section-divider svg[width="48"]{width:auto!important;height:auto!important;max-width:64px!important;max-height:64px!important}.zappy-horizontal-grid[data-zappy-grid-kind=horizontal-pair] [data-zappy-media-cell=true]:not([data-element-type=icon]){position:relative!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:stretch!important;min-height:0!important}.zappy-horizontal-grid[data-zappy-grid-kind=horizontal-pair] [data-zappy-media-cell=true][data-element-type=icon]{position:relative!important;display:flex!important;min-height:0!important}.zappy-horizontal-grid[data-zappy-grid-kind=horizontal-pair] [data-zappy-media-cell=true]>img,.zappy-horizontal-grid[data-zappy-grid-kind=horizontal-pair] [data-zappy-media-cell=true]>video{width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;flex:0 0 auto!important;min-height:0!important;display:block!important;object-fit:contain!important;object-position:center!important}.zappy-horizontal-grid[data-zappy-grid-kind=horizontal-pair] [data-zappy-media-cell=true]>.iconify,.zappy-horizontal-grid[data-zappy-grid-kind=horizontal-pair] [data-zappy-media-cell=true]>.iconify svg,.zappy-horizontal-grid[data-zappy-grid-kind=horizontal-pair] [data-zappy-media-cell=true]>svg{flex:0 0 auto!important;min-height:0!important;display:inline-block!important}.zappy-horizontal-grid[data-zappy-grid-kind=horizontal-pair]>.zappy-inserted-element:not([data-zappy-media-cell]){align-self:start!important;height:auto!important;width:auto!important;max-width:100%!important}.zappy-horizontal-grid[data-zappy-grid-kind=horizontal-pair]>.zappy-inserted-element:not([data-zappy-media-cell]) .btn,.zappy-horizontal-grid[data-zappy-grid-kind=horizontal-pair]>.zappy-inserted-element:not([data-zappy-media-cell]) [data-element-type=button]{width:auto!important;flex:0 0 auto!important}.contact-form,form.contact-form{flex-direction:column!important;align-items:stretch!important}.contact-form>.contact-form-field,form.contact-form>.contact-form-field{width:100%!important;align-self:stretch!important}form.contact-form .contact-input,form.contact-form .contact-textarea{width:100%!important;box-sizing:border-box!important}.nav-cta-container .zappy-search-container,.zappy-search-container{align-self:center}.nav-cta-container p{margin:0!important}[data-zappy-bg-type=color]{background-image:none!important;background-color:var(--zappy-bg-color,transparent)!important}[data-zappy-bg-type=image]{background-image:linear-gradient(var(--zappy-bg-overlay,rgba(0,0,0,0)),var(--zappy-bg-overlay,rgba(0,0,0,0))),var(--zappy-bg-image,none)!important;background-size:var(--zappy-bg-size,cover)!important;background-position:var(--zappy-bg-position,center)!important;background-repeat:no-repeat!important}[data-zappy-bg-type=video]{background-image:none!important}.zappy-hero-overlay{position:absolute!important;inset:0!important;z-index:1!important;pointer-events:none!important}section[class*=hero][data-zappy-bg-overlay-opacity]>.hero-bg-wrapper,section[data-hero-type^=fullscreen]>.hero-bg-wrapper,section[data-hero-type^=fullscreen]>[class*=hero-bg]{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;z-index:0!important;pointer-events:none!important}@media (max-width:768px){.navbar,nav.navbar{width:auto!important;max-width:none!important;left:0!important;right:0!important;overflow-x:clip!important;box-sizing:border-box!important}#navMenu,.nav-menu,[dir=rtl] .nav-container .nav-menu,[dir=rtl] .nav-menu,[dir=rtl] .navbar .nav-menu,[dir=rtl] header .nav-menu,[dir=rtl] nav .nav-menu,html[dir=rtl] .nav-container .nav-menu,html[dir=rtl] .nav-menu,html[dir=rtl] .navbar .nav-menu,html[dir=rtl] header .nav-menu,html[dir=rtl] nav .nav-menu,html[lang=ar] .nav-menu,html[lang=he] .nav-menu{position:fixed!important;top:var(--zappy-navbar-bottom,70px)!important;right:var(--ios-viewport-gap,0)!important}}[dir=ltr] .sub-menu .zappy-nav-child>a,[dir=ltr] .zappy-products-dropdown .zappy-nav-child>a,html[dir=ltr] .sub-menu .zappy-nav-child>a,html[dir=ltr] .zappy-products-dropdown .zappy-nav-child>a{padding-left:28px!important;padding-right:16px!important;font-size:.9em!important;opacity:.85!important}@media (max-width:768px){[dir=ltr] .navbar .zappy-products-dropdown>.sub-menu .zappy-nav-child>a,[dir=ltr] nav.navbar .zappy-products-dropdown>.sub-menu .zappy-nav-child>a,html[dir=ltr] .navbar .zappy-products-dropdown>.sub-menu .zappy-nav-child>a,html[dir=ltr] nav.navbar .zappy-products-dropdown>.sub-menu .zappy-nav-child>a{padding-left:36px!important;padding-right:16px!important}}@media (max-width:768px){#navMenu.active>li>a,.nav-menu.open>li>a,.navbar .nav-menu.active>li>a,nav.navbar .nav-menu.active>li>a{display:flex!important;align-items:center!important;width:100%!important;box-sizing:border-box!important;padding:12px 16px!important;height:auto!important;min-height:44px!important;line-height:1.4!important}#navMenu.active>li,.nav-menu.open>li,.navbar .nav-menu.active>li,nav.navbar .nav-menu.active>li{margin:4px 0!important}#navMenu.active>li.zappy-products-dropdown>a,.nav-menu.open>li.zappy-products-dropdown>a,.navbar .nav-menu.active>li.zappy-products-dropdown>a,nav.navbar .nav-menu.active>li.zappy-products-dropdown>a{padding-right:56px!important}html[dir=rtl] #navMenu.active>li.zappy-products-dropdown>a,html[dir=rtl] .nav-menu.open>li.zappy-products-dropdown>a,html[dir=rtl] .navbar .nav-menu.active>li.zappy-products-dropdown>a,html[dir=rtl] nav.navbar .nav-menu.active>li.zappy-products-dropdown>a{padding-right:16px!important;padding-left:56px!important}}html[dir=rtl] #mic-access-tool-general-button,html[dir=rtl] #mic-init-access-tool #mic-access-tool-general-button,html[dir=rtl] #mic-init-access-tool .mic-access-tool-general-button,html[dir=rtl] ._access-icon,html[dir=rtl] .mic-access-tool-general-button{left:20px!important;right:auto!important}html:not([dir]) #mic-access-tool-general-button,html:not([dir]) #mic-init-access-tool #mic-access-tool-general-button,html:not([dir]) #mic-init-access-tool .mic-access-tool-general-button,html:not([dir]) ._access-icon,html:not([dir]) .mic-access-tool-general-button,html[dir=ltr] #mic-access-tool-general-button,html[dir=ltr] #mic-init-access-tool #mic-access-tool-general-button,html[dir=ltr] #mic-init-access-tool .mic-access-tool-general-button,html[dir=ltr] ._access-icon,html[dir=ltr] .mic-access-tool-general-button{right:20px!important;left:auto!important}html[dir=ltr] .solution-item.solution-reverse .solution-image{order:-1!important}html[dir=ltr] .solution-item.solution-reverse .solution-content{order:1!important}html[dir=ltr] .service-detail.service-reverse .service-detail-image{order:-1!important}html[dir=ltr] .service-detail.service-reverse .service-detail-content{order:1!important}.logo-link .logo,.nav-brand .logo,.navbar .logo{margin:0!important}@media (max-width:768px){.navbar,nav.navbar{min-height:70px!important}.navbar:has(.nav-ecommerce-icons) .nav-container,header:has(.nav-ecommerce-icons) .nav-container,nav.navbar:has(.nav-ecommerce-icons) .nav-container{position:static!important}.navbar .nav-brand,html[dir=rtl] .navbar .nav-brand,html[dir=rtl] nav.navbar .nav-brand,html[lang=ar] .navbar .nav-brand,html[lang=ar] nav.navbar .nav-brand,html[lang=he] .navbar .nav-brand,html[lang=he] nav.navbar .nav-brand,nav.navbar .nav-brand{position:absolute!important;left:50%!important;right:auto!important;top:50%!important;width:auto!important;min-width:max-content!important;max-width:calc(100% - 168px)!important;transform:translate(-50%,-50%)!important;margin:0!important;text-align:center!important;justify-content:center!important}.navbar .nav-brand .logo-link,.navbar .nav-brand a,nav.navbar .nav-brand .logo-link,nav.navbar .nav-brand a{display:inline-flex!important;justify-content:center!important;align-items:center!important;margin-left:auto!important;margin-right:auto!important}#mobileToggle,.navbar .mobile-toggle,.navbar .phone-header-btn,.navbar>.mobile-toggle,.navbar>.phone-header-btn,nav.navbar .mobile-toggle,nav.navbar .phone-header-btn,nav.navbar>.mobile-toggle,nav.navbar>.phone-header-btn{position:absolute!important;top:0!important;bottom:0!important;transform:none!important;margin-top:auto!important;margin-bottom:auto!important;align-self:center!important;align-items:center!important;justify-content:center!important;line-height:0!important}#mobileToggle,.navbar .mobile-toggle,.navbar>.mobile-toggle,nav.navbar .mobile-toggle,nav.navbar>.mobile-toggle{display:flex!important}html:not([data-zappy-site-type=ecommerce]) .navbar .phone-header-btn,html:not([data-zappy-site-type=ecommerce]) .navbar>.phone-header-btn,html:not([data-zappy-site-type=ecommerce]) nav.navbar .phone-header-btn,html:not([data-zappy-site-type=ecommerce]) nav.navbar>.phone-header-btn{display:flex!important}body[data-zappy-site-type=ecommerce] .phone-header-btn,html[data-zappy-site-type=ecommerce] .phone-header-btn,html[data-zappy-site-type=ecommerce] header .phone-header-btn,html[data-zappy-site-type=ecommerce] nav .phone-header-btn{display:none!important;visibility:hidden!important;width:0!important;height:0!important;min-width:0!important;overflow:hidden!important}}[data-layout-spec="בית-hero"],section[data-hero-treatment=fade-bleed]{position:relative;isolation:isolate;overflow:hidden;display:flex!important;align-items:center!important;justify-content:flex-start!important}[data-layout-spec="בית-hero"]>.hero-fade-img,[data-layout-spec="בית-hero"]>[data-hero-bg],[data-layout-spec="בית-hero"]>img:first-child,section[data-hero-treatment=fade-bleed]>.hero-fade-img,section[data-hero-treatment=fade-bleed]>[data-hero-bg],section[data-hero-treatment=fade-bleed]>img:first-child{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:right center!important;margin:0!important;z-index:0!important;-webkit-mask-image:none!important;mask-image:none!important}[data-layout-spec="בית-hero"]::before,section[data-hero-treatment=fade-bleed]::before{content:'';position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to right,var(--hero-fade-color,var(--bg-light,#fff)) 0,var(--hero-fade-color,var(--bg-light,#fff)) 10%,transparent 58%)!important}html[dir=rtl] [data-layout-spec="בית-hero"],html[dir=rtl] section[data-hero-treatment=fade-bleed]{justify-content:flex-start!important}html[dir=rtl] [data-layout-spec="בית-hero"]>.hero-fade-img,html[dir=rtl] [data-layout-spec="בית-hero"]>[data-hero-bg],html[dir=rtl] [data-layout-spec="בית-hero"]>img:first-child,html[dir=rtl] section[data-hero-treatment=fade-bleed]>.hero-fade-img,html[dir=rtl] section[data-hero-treatment=fade-bleed]>[data-hero-bg],html[dir=rtl] section[data-hero-treatment=fade-bleed]>img:first-child{object-position:left center!important}html[dir=rtl] [data-layout-spec="בית-hero"]::before,html[dir=rtl] section[data-hero-treatment=fade-bleed]::before{background:linear-gradient(to left,var(--hero-fade-color,var(--bg-light,#fff)) 0,var(--hero-fade-color,var(--bg-light,#fff)) 10%,transparent 58%)!important}[data-layout-spec="בית-hero"] .hero-fade-content,section[data-hero-treatment=fade-bleed] .hero-fade-content{position:relative!important;z-index:2!important;width:min(600px,52%)!important;max-width:min(600px,52%)!important;margin-inline-start:0!important;margin-inline-end:auto!important;justify-self:start!important;align-self:center!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;padding-inline:clamp(24px,4vw,48px)!important}@media (max-width:768px){[data-layout-spec="בית-hero"],section[data-hero-treatment=fade-bleed]{display:block!important}[data-layout-spec="בית-hero"]::before,section[data-hero-treatment=fade-bleed]::before{background:linear-gradient(to bottom,transparent 0,var(--hero-fade-color,var(--bg-light,#fff)) 55%,var(--hero-fade-color,var(--bg-light,#fff)) 100%)!important}html[dir=rtl] [data-layout-spec="בית-hero"]::before,html[dir=rtl] section[data-hero-treatment=fade-bleed]::before{background:linear-gradient(to bottom,transparent 0,var(--hero-fade-color,var(--bg-light,#fff)) 55%,var(--hero-fade-color,var(--bg-light,#fff)) 100%)!important}[data-layout-spec="בית-hero"] .hero-fade-content,section[data-hero-treatment=fade-bleed] .hero-fade-content{width:100%!important;max-width:100%!important;padding-inline:clamp(16px,5vw,24px)!important}}section[class*=hero]:not([data-zappy-bg-overlay-opacity])>.hero-scrim,section[class*=hero]:not([data-zappy-bg-overlay-opacity])>[class*=bg-wrapper] [class*=scrim],section[class*=hero]:not([data-zappy-bg-overlay-opacity])>[class*=hero-scrim],section[data-hero-type=fullscreen-scrim]:not([data-zappy-bg-overlay-opacity])>[class*=bg-wrapper] [class*=scrim],section[data-hero-type=fullscreen-scrim]:not([data-zappy-bg-overlay-opacity])>[class*=scrim]{opacity:1!important;mix-blend-mode:normal!important;background-image:linear-gradient(180deg,rgba(0,0,0,.16) 0,rgba(0,0,0,.32) 62%,rgba(0,0,0,.42) 100%),linear-gradient(to right,rgba(0,0,0,.52) 0,rgba(0,0,0,.36) 36%,rgba(0,0,0,.06) 78%)!important;background-color:transparent!important}html[dir=rtl] section[class*=hero]:not([data-zappy-bg-overlay-opacity])>.hero-scrim,html[dir=rtl] section[class*=hero]:not([data-zappy-bg-overlay-opacity])>[class*=bg-wrapper] [class*=scrim],html[dir=rtl] section[class*=hero]:not([data-zappy-bg-overlay-opacity])>[class*=hero-scrim],html[dir=rtl] section[data-hero-type=fullscreen-scrim]:not([data-zappy-bg-overlay-opacity])>[class*=bg-wrapper] [class*=scrim],html[dir=rtl] section[data-hero-type=fullscreen-scrim]:not([data-zappy-bg-overlay-opacity])>[class*=scrim]{background-image:linear-gradient(180deg,rgba(0,0,0,.16) 0,rgba(0,0,0,.32) 62%,rgba(0,0,0,.42) 100%),linear-gradient(to left,rgba(0,0,0,.52) 0,rgba(0,0,0,.36) 36%,rgba(0,0,0,.06) 78%)!important}section[class*=hero]:not([data-zappy-bg-overlay-opacity]):has(> [class*=scrim])>img[data-hero-bg],section[class*=hero]:not([data-zappy-bg-overlay-opacity])>[class*=bg-wrapper] img[data-hero-bg],section[data-hero-type=fullscreen-scrim]:not([data-zappy-bg-overlay-opacity])>[class*=bg-wrapper] img[data-hero-bg],section[data-hero-type=fullscreen-scrim]:not([data-zappy-bg-overlay-opacity])>[class*=hero-bg] img[data-hero-bg],section[data-hero-type=fullscreen-scrim]:not([data-zappy-bg-overlay-opacity])>img[data-hero-bg]{opacity:1!important;filter:none!important;mix-blend-mode:normal!important}@media (max-width:768px){html body main section[class*=hero] [data-hero-background=true],html body main section[class*=hero] [data-hero-bg],html body main section[data-hero-type*=fullscreen] img[data-hero-background=true],html body main section[data-hero-type*=fullscreen] img[data-hero-bg]{transform:none!important;transform-origin:center center!important;max-width:none!important;width:100%!important;height:100%!important;object-fit:cover!important}html body main #showcaseAdvancedFilter .adv-filter-group>.adv-filter-scroll-row,html body main .index-showcase-section #showcaseAdvancedFilter .adv-filter-group>.adv-filter-scroll-row,html body main .index-showcase-section .adv-filter-group>.adv-filter-scroll-row{display:flex!important;flex-wrap:wrap!important;overflow-x:visible!important;overflow-y:visible!important;justify-content:flex-start!important;align-items:center!important;padding-inline:0!important;margin-inline:0!important;height:auto!important;cursor:default!important}}.specs-table td,.specs-table th{unicode-bidi:plaintext!important}