html, body, header, footer {max-width: 100vw;overflow-x: clip;}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
}

input,
button {
    border-width: 0px;
    outline: none;
    background: transparent
}

button {
    cursor: pointer;
}

select {
    border: 0;
    background: transparent;
    -webkit-appearance: none;
}

textarea {
    outline: none;
    border: 0px;
    resize: none;
    background: transparent;
}

* {
    font-size: inherit;
}


.has-interactions {
    /* opacity: 0; */
}


img {
    object-fit: cover;
    object-position: center;
    background-image: none !important;
    overflow: hidden !important;
}

html main.page>.fmod.frame:not([data-sizing-x="fill"]),
html main.fmowidget>.fmod.frame:not([data-sizing-x="fill"]) {
    margin-left: auto;
    margin-right: auto;
}

.viewport,
.page,
.stage,
.fmowidget {
    & {
        --0: 0px;
        --4xs: 1px;
        --3xs: 2px;
        --2xs: 4px;
        --xs: 8px;
        --sm: 12px;
        --md: 16px;
        --lg: 20px;
        --xl: 24px;
        --2xl: 32px;
        --3xl: 40px;
        --4xl: 48px;
        --5xl: 56px;
        --6xl: 64px;
        --7xl: 72px;
        --8xl: 80px;
        --9xl: 88px;
        --10xl: 96px;
        --full: 100%;
        --half: 50%;
        --quarter: 25%;
        --three-quarters: 75%;
        --one-third: 33.33%;
        --two-thirds: 66.66%;
        --one-fourth: 25%;
        --three-fourths: 75%;
        --one-fifth: 20%;
        --two-fifths: 40%;
        --three-fifths: 60%;
        --four-fifths: 80%;
        --one-sixth: 16.66%;
        --five-sixths: 83.33%;
        --one-seventh: 14.28%;
        --two-sevenths: 28.57%;
        --three-sevenths: 42.85%;
        --four-sevenths: 57.14%;
        --five-sevenths: 71.42%;
        --six-sevenths: 85.71%;
        --color-primitive-white: 255 255 255;
        --color-primitive-black: 0 0 0;
        --color-transparent: transparent;
        --transition-none: 0s;
        --transition-fast: 0.2s;
        --transition-medium: 0.3s;
        --transition-slow: 0.6s;
        --unset: unset;
        --thin: 100;
        --extra-light: 200;
        --light: 300;
        --normal: 400;
        --medium: 500;
        --semi-bold: 600;
        --bold: 700;
        --extra-bold: 800;
        --black: 900;
        --scrollbar-bg-color: transparent;
        --scrollbar-thumb-color: #28282887;
        --scrollbar-radius: 20px;
        --scrollbar-width: 4px;
        --text-select-color: #b2d4fd;
    }


    html *:not(.drag) {
        app-region: no-drag !important;
        -webkit-app-region: no-drag !important;
        -webkit-user-drag: none !important;
    }

    *[islink] {
        margin: 0 !important;
    }

    [x-apple-data-detectors] {
        color: inherit !important;
        text-decoration: none !important;
        font-size: inherit !important;
        font-family: inherit !important;
        font-weight: inherit !important;
        line-height: inherit !important;
    }

    * {
        box-sizing: border-box;
        transform-origin: top left;
        text-decoration: none;
    }

    svg.fmod>* {
        translate: var(--left) var(--top);
    }

    .fmod>svg {
        width: 100%;
        height: auto;
    }



    .state-anim.fmo-text[data-sizing-y="hug"],
    .state-anim .fmo-text[data-sizing-y="hug"],
    .state-anim .fmo-text[data-sizing-y="hug"]>* {
        height: max-content !important;
        max-height: max-content !important;
        grid-template-rows: auto;
    }

    .state-anim.fmo-text[data-sizing-x="hug"],
    .state-anim .fmo-text[data-sizing-x="hug"],
    .state-anim .fmo-text[data-sizing-x="hug"]>* {
        width: max-content !important;
        max-width: max-content !important;
        grid-template-columns: auto;
    }

    .swiper-marquee .swiper-wrapper {
        transition-timing-function: linear !important;
    }

    .fmod:has(> .swiper-wrapper.rtl) {
        direction: rtl !important;
    }

    .fmod .swiper-wrapper.rtl .swiper-slide {
        direction: ltr !important;
    }

    .fmod[type="file"] {
        position: static;
    }

    .flex:not(.section)>*:not(.abs):not(.fill) {
        transform-origin: center;
        flex-shrink: 0;
    }

    .flex:not(.section)>*.fill:not(.abs) {
        transform-origin: center;
        flex-shrink: 1;
    }

    html .align-content-unset {
        align-content: unset;
    }

    ul,
    ol {
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px;
        unicode-bidi: isolate;
        margin-top: 0;
        margin-bottom: 0;
    }

    html body img.fmod {
        background: none;
    }

    ul {
        list-style-type: disc;
    }

    ol {
        list-style-type: decimal;
    }

    blockquote,
    dl,
    dd,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    hr,
    figure,
    p,
    pre {
        margin: 0;
    }

    body:has(.scroll-snap:not(.preview)) {
        overflow: hidden;
        height: 100vh !important;
    }

    main.scroll-snap {
        scroll-snap-type: y mandatory !important;
        overflow-y: scroll !important;
        height: 100vh !important;
    }

    main.scroll-snap>* {
        scroll-snap-align: start;
    }

    .main_container {}

    .main_container,
    .page,
    .fmowidget {
        width: 100%;
        display: grid;
        grid-template-columns: 100%;
        padding: 0px;
        margin: auto;
    }

    .grid_item_auto_fill {
        grid-area: 1 / 1 / 2 / 2;
    }




    .flex {
        display: flex;
    }

    .inner_grid {
        display: grid;
        grid-template-columns: 100% 1fr;
        grid-template-rows: 100% 1fr;
    }

    [add_link_url] {
        cursor: pointer;
    }

    body {
        margin: 0;
        background-color: white;
    }

    * {
        background-size: cover;
    }


    main.frame {
        margin: auto;
        overflow: clip;
    }

    .frame.has_sections {
        display: flex;
        flex-direction: column;
    }

    /* *[data-auto-layout="true"]>*[data-is-absolute="true"] {
        position: absolute;
    } */

    .rel {
        position: relative;
    }

    svg {
        position: relative;
        overflow: visible;
    }

    svg>g {
        transform: matrix(1, 0, 0, 1, 0, 0);
    }

    .lottie svg>g {
        transform: translate(0%, 0%);
    }

    .will-change {
        will-change: auto;
    }


    input::placeholder,
    textarea::placeholder {
        opacity: 0.65;
    }

    .inner-select {
        background-color: transparent;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    /* //get first element with kind of text inside select and hide it */
    *:has(>.inner-select)>.text:nth-child(2) {
        visibility: hidden;
    }

    .pointer {
        cursor: pointer
    }


    .transform-origin-center {
        transform-origin: center;
    }

    *[data-three-d="true"],
    *[data-3-d="true"],
    *[data-3-d="true"]>* {
        transform-style: preserve-3d;
    }

    *[data-3-d="true"]>* {
        perspective: unset !important;
    }

    .lottie canvas {
        object-fit: cover;
    }

    *:has(> .spline-canvas) {
        overflow: hidden;
    }

    .spline-canvas {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }


    .z-index-top {
        z-index: 9;
    }

    .flex>.sticky {
        top: 0;
        margin: 0;

    }

    .pin-spacer>.scroll {
        max-width: 9999px !important;
        max-height: 9999px !important;
        transform-origin: center;
    }

    .swiper-marquee .swiper-wrapper {
        transition-timing-function: linear;
    }

    .swiper-slide.inner_grid {
        display: grid;
    }

    .swiper-slide.flex {
        display: flex;
    }

    .swiper-wrapper {
        height: 100%;
    }

    .swiper-wrapper .swiper-slide-active {
        visibility: visible !important;
    }

    .swiper-fade>.swiper-wrapper>*:not(.swiper-slide-visible) {
        height: 0;
    }

    .split-text.overflow-hidden>* {
        overflow: clip;
    }

    html.lenis {
        height: auto;
    }

    .lenis.lenis-smooth {
        scroll-behavior: auto !important;
    }

    .lenis.lenis-smooth [data-lenis-prevent] {
        overscroll-behavior: contain;
    }

    .lenis.lenis-stopped {
        overflow: hidden;
    }

    .lenis.lenis-scrolling iframe {
        pointer-events: none;
    }

    .fmod>iframe {
        min-width: 100% !important;
        min-height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        width: 100% !important;
        height: 100% !important;
        width: stretch !important;
        height: stretch !important;
    }

    .video_background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .darkinvert input {
        color: var(--darkest);
    }

    * ::-webkit-scrollbar {
        width: var(--scrollbar-width);
        height: var(--scrollbar-width);
    }

    * ::-webkit-scrollbar-track {
        background: var(--scrollbar-bg-color);
        border-radius: var(--scrollbar-radius);
    }

    * ::-webkit-scrollbar-thumb {
        background: var(--scrollbar-thumb-color);
        border-radius: var(--scrollbar-radius);
    }

    * ::-webkit-scrollbar-corner {
        background: transparent;
    }

    .special-input>input[type="file"]::file-selector-button {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .special-input:has(> input[type="file"])>.fmod:not(input[type="file"]) {
        pointer-events: none;
    }

    .special-input:has(> input[type="file"])>.fmod:not(input[type="file"])>* {
        transition: opacity 0.5s;
    }

    .special-input:has(> input[type="file"][value=""])>.fmod:not(input[type="file"])>*:first-child {
        opacity: 1;
    }

    .special-input:has(> input[type="file"][value=""])>.fmod:not(input[type="file"])>*:not(:first-child) {
        opacity: 0;
    }

    .special-input:has(> input[type="file"]:not([value=""]))>.fmod:not(input[type="file"])>*:first-child {
        opacity: 0;
    }

    .special-input:has(> input[type="file"]:not([value=""]))>.fmod:not(input[type="file"])>*:not(:first-child) {
        opacity: 1;
    }

    .special-input>input[type="radio"],
    .special-input>input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .special-input>input[type="radio"]~ :last-child {
        display: grid !important;
        opacity: 0;
        transition: opacity 0.5s;
    }

    .special-input>input[type="radio"]:checked~ :last-child,
    .special-input>input[type="radio"]:checked~ :last-child.flex {
        opacity: 1;
    }

    .special-input>input[type="checkbox"]~ :last-child {
        display: grid !important;
        opacity: 0;
        transition: opacity 0.5s;
    }

    .special-input>input[type="checkbox"]:checked~ :last-child,
    .special-input>input[type="checkbox"]:checked~ :last-child.flex {
        opacity: 1;
    }

    *.fmo-text *,
    *.fmod.text * {
        max-height: 100%;
        background-clip: inherit;
        background: inherit;
        -webkit-text-fill-color: inherit;
        max-width: 100%;
    }

    *.fmod.text {
        background-clip: text !important;
    }

    *.fmod.video {
        overflow: hidden;
    }

    *.fmod.text[data-clip-content="true"] * {
        overflow: clip !important;
    }

    .w-full {
        min-width: 100%;
        width: 100%;
        max-width: 100%;
    }

    .h-full {
        min-height: 100%;
        height: 100%;
        max-height: 100%;
    }

}


video {
    background-color: transparent !important;
    min-width: 0;
}

.viewport>.fmod:not(.text):not(.page-group):not(.component-group):not([data-sizing-x="hug"]),
.page,
.fmowidget {
    container-type: inline-size;
}

.stage * {
    --position: relative;
    --display: grid;
    --overflow: visible;
    --margin-left: var(--left);
    --margin-top: var(--top);
    --margin-right: 0;
    --margin-bottom: 0;
    --position-top: 0;
    --position-left: 0;
    --flex-direction: row;
    --justify-content: flex-start;
    --align-items: flex-start;
    --align-content: none;
    --align-self: none;
    --justify-self: none;
    --transform-origin-x: center;
    --transform-origin-y: center;
    --flex-shrink: 0;
    --flex-grow: 0;
    --flex-basis: auto;
    --aspect-ratio: none;
    --grid-template-rows: auto;
    --grid-template-columns: 100%;
    --flex-wrap: nowrap;
}

.page,
.stage,
.fmowidget {
    --grid-template-rows: minmax(20px, auto) 1fr;
}

.page .fmod,
.stage .fmod,
.fmowidget .fmod {
    transform-origin: var(--transform-origin-x) var(--transform-origin-y);
    position: var(--position);
    display: var(--display);
    overflow: var(--overflow);
    margin-left: var(--margin-left);
    margin-top: var(--margin-top);
    margin-right: var(--margin-right);
    margin-bottom: var(--margin-bottom);
    top: var(--position-top);
    left: var(--position-left);
    flex-direction: var(--flex-direction);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    align-self: var(--align-self);
    justify-self: var(--justify-self);
    flex-shrink: var(--flex-shrink);
    flex-grow: var(--flex-grow);
    flex-basis: var(--flex-basis);
    aspect-ratio: var(--aspect-ratio);
    grid-template-rows: var(--grid-template-rows);
    grid-template-columns: var(--grid-template-columns);
    flex-wrap: var(--flex-wrap);
    grid-area: 1 / 1 / 2 / 2;
}

.page .fmod[cursor="pointer"],
.stage .fmod[cursor="pointer"],
.fmowidget .fmod[cursor="pointer"] {
    cursor: pointer;
}

.page .fmod[events="none"],
.stage .fmod[events="none"],
.fmowidget .fmod[events="none"] {
    cursor: pointer;
}

.stage>.page>.fmod {
    min-width: 100vw;
}

/* .page .fmod[data-is-fixed="fixed"],
.stage .fmod[data-is-fixed="fixed"],
.fmowidget .fmod[data-is-fixed="fixed"] {
    position: fixed;
} */

.viewport .fmod[data-is-fixed="fixed"] {
    transform-origin: center;
}

/* .page *[data-is-aspect-ratio-locked="true"],
.fmowidget *[data-is-aspect-ratio-locked="true"] {
    height: auto;
    aspect-ratio: var(--aspect-ratio);
} */
/* .page *[data-is-aspect-ratio-locked="true"][data-sizing-x="fixed"],
.fmowidget *[data-is-aspect-ratio-locked="true"][data-sizing-x="fixed"] {
    height: calc(var(--width) / var(--aspect-ratio));
} */
/* 
.page .fmod[data-is-fixed="sticky"],
.stage .fmod[data-is-fixed="sticky"],
.fmowidget .fmod[data-is-fixed="sticky"] {
    position: sticky;
} */

@container (min-width: 1024px) {

    *[data-hide-desktop="true"],
    .desktop-hide {
        display: none !important;
    }
}

@container (min-width: 641px) and (max-width: 1023px) {

    *[data-hide-tablet="true"],
    .tablet-hide {
        display: none !important;
    }
}

@container (max-width: 640px) {

    *[data-hide-mobile="true"],
    .mobile-hide {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .stage *[data-hide-desktop="true"] {
        display: none !important;
    }
}

@media (min-width: 641px) and (max-width: 1023px) {
    .stage *[data-hide-tablet="true"] {
        display: none !important;
    }
}

@media (max-width: 640px) {
    .stage *[data-hide-mobile="true"] {
        display: none !important;
    }
}



body.antialiased {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
}

.fmod[style*="visibility: hidden"],
.top-ctrl[style*="visibility: hidden"] {
    pointer-events: none;
}

.abs {
    position: absolute;
}

.rel {
    position: relative;
}


.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.text-element-container {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

*[data-sizing-y="hug"]>.text-element-container {
    height: max-content;
}

*[data-sizing-x="hug"]>.text-element-container {
    width: max-content;
}

.text-editing .text-element-container {
    pointer-events: auto;
}



*.element-top-overlay:hover {
    outline: 0px;
}

/* Alignment rules for row direction (default and explicit left/right) */
/* Y-axis alignment */


.page,
.fmowidget {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: clip;
    display: flex;
    align-items: top;
    justify-content: center;
}

html body .swiper-wrapper>.fmod:not(.qqq > .qqq) {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.swiper-fade .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}

/* [data-sizing-y="fixed"] {
    min-height: var(--height);
    max-height: var(--height);
} */

.page *[data-scroll-snap="true"],
.fmowidget *[data-scroll-snap="true"] {
    scroll-snap-type: y mandatory !important;
    overflow-y: scroll !important;
    height: 100vh !important;
}

*[data-scroll-snap="true"]>* {
    scroll-snap-align: start;
}

body:has(.page *[data-scroll-snap="true"]),
body:has(.fmowidget *[data-scroll-snap="true"]) {
    overflow: hidden;
    height: 100vh !important;
}

.swiper-initialized .swiper-slide.swiper-slide-next {
    display: grid;
}

.swiper-initialized .swiper-slide.swiper-slide-next.flex,
.swiper-initialized .swiper-slide.swiper-slide-next[data-auto-layout="true"] {
    display: flex;
}

.card-anim {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.tabs-triggers-container>* {
    cursor: pointer;
}

.border-gradient {
    -webkit-mask: linear-gradient(#000 0 0) border-box, linear-gradient(#000 0 0) content-box;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}



:root, .viewport, .page, body {
  --active-menu-line: 0;
}

html body *.active, .active *  {
  --active-menu-line: 1;
}

 .stage .e-e-md720a4 {--left: 1050px;--top: -1298px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--position: sticky;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;--position-top: var(--top);--position-left: var(--left);left: var(--left); top: var(--top);--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;column-gap: 10px;row-gap: 10px;min-width: 1129;z-index: 10;}  

.stage .e-e-md7m0l3 {--left: 9.99999999999999px;--top: -465.0205869927659px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md71unq {height: 102px;--left: -56.88865321379653px;--top: -1422.204104107173px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--justify-content: space-between;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 24px 32px 24px 32px;column-gap: 0px;row-gap: 24px;}  

.stage .e-e-md7716l {--left: 42px;--top: 38px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12px;row-gap: 12px;}  

.stage .e-e-md7kwtg {--left: 10px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;background-color: rgba(0,0,0,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 10px 20px 10px 20px;border-radius: 16px;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-md721ja {--left: 30px;--top: 20px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.625;letter-spacing: -0.20000000298023224px;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-md7fyhs {width: 100px;--left: 190px;--top: 10px;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(13,13,13,1);border-width: 0.5px;border-style: solid;padding: 10px 20px 10px 20px;border-radius: 16px;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-md7cvya {--left: 30.5px;--top: 20px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.625;letter-spacing: -0.20000000298023224px;text-align: CENTER;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-e-mdzft15 {--left: -108px;--top: 25px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: row-reverse;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;row-gap: 24px;}  

.stage .e-e-mdzsz1k {--left: 610.5px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 10px 16px 10px 16px;border-radius: 8px;}  

.stage .e-e-mdzvf0w {--left: 36px;--top: 30px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-e-mdzuov3 {width: 44px;height: 4px;--left: 38px;--top: 58px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdzasep {width: 43.99903106689453px;height: 3.961391217633363px;--left: 0.007834837600109168px;--top: 0.02344186556684491px;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;background-position: 50% 50%;background-size: cover;background-repeat: no-repeat;background-image: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2FqUvlMnHXKIQiHi8Tau89LhwWR0r2%2Fassets%2Fmedia%2Fgroup-6493-1753035422297?alt=media&token=a9756f33-db07-49ac-b257-5f4bc2326bb6);opacity: var(--active-menu-line);}  

.stage .e-e-md7dmky {width: 189px;height: 54px;--left: 1709px;--top: 34px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-mh0qnn5 {width: 181px;height: 65px;--left: 8px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;background-color: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2F1dfRMVUUn1af1gCsLVLEBX3LjDC2%2Fassets%2Fmedia%2Flogo-1761038631436?alt=media&token=c33453d5-5dfb-4cfe-a9de-0b8282b4889d);font-size: 16;font-family: Arial;font-weight: 400;background-position: 50% 50%;background-size: contain;background-repeat: no-repeat;background-image: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2F1dfRMVUUn1af1gCsLVLEBX3LjDC2%2Fassets%2Fmedia%2Flogo-1761038631436?alt=media&token=c33453d5-5dfb-4cfe-a9de-0b8282b4889d);}    

:root, .viewport, .page, body {
  --active-menu-line: 0;
}

html body *.active, .active *  {
  --active-menu-line: 1;
}

 .stage .e-33-3933 {width: 100vw;height: 18.3206106870229vw;--left: 115.88781125146026vw;--top: -330.3904873326874vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--position: sticky;width: 100%;--el-width: 100%;--flex-direction: column;--position-top: var(--top);--position-left: var(--left);left: var(--left); top: var(--top);background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.5445292620865136vw;row-gap: 0vw;min-width: 0;max-width: 1128;z-index: 10;}  

.stage .e-I33-3933-798-50282 {height: 18.3206106870229vw;--left: 0vw;--top: 0vw;--display: flex;width: 100%;--el-width: 100%;--el-width: 100%;--flex-direction: column;--justify-content: center;--align-items: center;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-I33-3933-798-50283 {--left: 0vw;--top: 4.071246819338422vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: space-between;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 0vw 3.0534351145038165vw 0vw 3.0534351145038165vw;column-gap: 0vw;}  

.stage .e-e-mhie5ut {--left: 20.865139949109416vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;background-color: rgba(243,94,33,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 -4px 6px 0 rgba(227,85,45,1) inset, 0 4px 6px 0 rgba(255,255,255,0.2199999988079071) inset, 0 16px 32px -8px rgba(227,85,45,0.699999988079071);transform: translate3d(0, 0, 0);padding: 2.035623409669211vw 3.0534351145038165vw 2.035623409669211vw 3.0534351145038165vw;border-radius: 2.035623409669211vw;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-e-mhiqr20 {--left: 8.142493638676845vw;--top: 5.089058524173027vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 3.0534351145038165vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-f-1762153383855 {--left: 8.142493638676845vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: flex-end;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.5445292620865136vw;}  

.stage .e-I33-3933-798-50343 {width: 25.190839694656486vw;height: 8.142493638676845vw;--left: 0vw;--top: 1.0178117048346056vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mh0hn0m {width: 23.155216284987276vw;height: 8.142493638676845vw;--left: 0.01664295148000159vw;--top: 0.602151419370229vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;background-color: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2F1dfRMVUUn1af1gCsLVLEBX3LjDC2%2Fassets%2Fmedia%2Flogo-1761038631436?alt=media&token=c33453d5-5dfb-4cfe-a9de-0b8282b4889d);font-size: 16;font-family: Arial;font-weight: 400;background-position: 50% 50%;background-size: contain;background-repeat: no-repeat;background-image: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2F1dfRMVUUn1af1gCsLVLEBX3LjDC2%2Fassets%2Fmedia%2Flogo-1761038631436?alt=media&token=c33453d5-5dfb-4cfe-a9de-0b8282b4889d);}  

.stage .e-I33-3933-798-50339 {--left: 76.59033078880407vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 2.035623409669211vw 2.035623409669211vw 2.035623409669211vw 2.035623409669211vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-I33-3933-798-50340 {width: 6.106870229007633vw;height: 6.106870229007633vw;--left: 2.035623409669211vw;--top: 2.035623409669211vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2FqUvlMnHXKIQiHi8Tau89LhwWR0r2%2Fassets%2Fmedia%2Fmenu-1753035420205?alt=media&token=9e584d91-f211-44c7-bcd7-ea36882996c2);}  

.stage .e-33-3934 {width: 100vw;height: 203.5623409669211vw;--left: 0.0017358509021089034vw;--top: 0vw;--display: flex;--flex-direction: column;--justify-self: left;--align-self: start;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;min-width: 0;max-width: 1279;min-height: 100vh;max-height: 100vh;}  

.stage .e-I33-3934-834-59826 {height: 18.3206106870229vw;--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-I33-3934-834-59827 {--left: 0vw;--top: 4.071246819338422vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: space-between;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 0vw 5.089058524173027vw 0vw 8.142493638676845vw;column-gap: 0vw;}  

.stage .e-I33-3934-834-59828 {width: 25.190839694656486vw;height: 8.142493638676845vw;--left: 8.142493638676845vw;--top: 1.0178117048346056vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mh044c2 {width: 23.155216284987276vw;height: 8.142493638676845vw;--left: 23.66412213740458vw;--top: 4.071246819338422vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;background-color: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2F1dfRMVUUn1af1gCsLVLEBX3LjDC2%2Fassets%2Fmedia%2Flogo-1761038631436?alt=media&token=c33453d5-5dfb-4cfe-a9de-0b8282b4889d);font-size: 16;font-family: Arial;font-weight: 400;background-position: 50% 50%;background-size: contain;background-repeat: no-repeat;background-image: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2F1dfRMVUUn1af1gCsLVLEBX3LjDC2%2Fassets%2Fmedia%2Flogo-1761038631436?alt=media&token=c33453d5-5dfb-4cfe-a9de-0b8282b4889d);}  

.stage .e-I33-3934-834-59830 {--left: 84.7328244274809vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 2.035623409669211vw 2.035623409669211vw 2.035623409669211vw 2.035623409669211vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-I33-3934-834-59831 {width: 6.106870229007633vw;height: 6.106870229007633vw;--left: 2.035623409669211vw;--top: 2.035623409669211vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2FqUvlMnHXKIQiHi8Tau89LhwWR0r2%2Fassets%2Fmedia%2Fclose-1753035420927?alt=media&token=a2c3acd4-4e7a-4443-b619-5a668410fcde);}  

.stage .e-I33-3934-834-59834 {--left: 0vw;--top: 20.865139949109416vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 0vw 5.089058524173027vw 0vw 8.142493638676845vw;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-I33-3934-834-59835 {--left: 74.80916030534351vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 2.5445292620865136vw 4.071246819338422vw 3.5623409669211195vw 4.071246819338422vw;border-radius: 2.035623409669211vw;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-I33-3934-834-59835-376-38408 {--left: 0vw;--top: 2.5445292620865136vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: LEFT;vertical-align: CENTER;color: #000000;}  

.stage .e-I33-3934-834-59842 {--left: -0.7633587786259541vw;--top: 128.49872773536896vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 8.142493638676845vw 8.142493638676845vw 12.213740458015266vw 8.142493638676845vw;column-gap: 2.5445292620865136vw;row-gap: 5.089058524173027vw;}  

.stage .e-I33-3934-834-59843 {--left: 20.99236641221374vw;--top: 8.142493638676845vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;background-color: rgba(243,94,33,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 -4px 6px 0 rgba(227,85,45,1) inset, 0 4px 6px 0 rgba(255,255,255,0.2199999988079071) inset, 0 16px 32px -8px rgba(227,85,45,0.699999988079071);transform: translate3d(0, 0, 0);padding: 5.089058524173027vw 8.142493638676845vw 5.089058524173027vw 8.142493638676845vw;border-radius: 4.071246819338422vw;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-I33-3934-834-59843-406-20322 {--left: 8.142493638676845vw;--top: 5.089058524173027vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-mfdh8x3 {--left: 32.56997455470738vw;--top: 1.7811704834605597vw;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(13,13,13,1);border-width: 0.2544529262086514vw;border-style: solid;padding: 3.816793893129771vw 5.089058524173027vw 3.816793893129771vw 5.089058524173027vw;border-radius: 4.071246819338422vw;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-e-mfdparj {--left: 7.760814249363868vw;--top: 5.089058524173027vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 4.071246819338422vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.625;letter-spacing: 0vw;text-align: CENTER;vertical-align: CENTER;color: rgba(0,0,0,1);}     

:root, .viewport, .page, body {
  --active-menu-line: 0;
}

html body *.active, .active *  {
  --active-menu-line: 1;
}

 .stage .e-e-mdy3w88 {width: 100vw;--left: -549.496691845992vw;--top: -269.5996604165137vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-radius: 8.142493638676845vw 8.142493638676845vw 0vw 0vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-e-mdyolgd {width: 100vw;--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-e-mdyqz4d {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(234.4018372533631deg, rgba(255, 166, 122, 0.44) 5.29%, rgba(255, 166, 122, 0.79) 92.3%);padding: 18.3206106870229vw 0vw 18.3206106870229vw 0vw;}  

.stage .e-e-mdygejh {width: 100vw;--left: 0vw;--top: 18.3206106870229vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 8.142493638676845vw 0vw 8.142493638676845vw 0vw;}  

.stage .e-e-mdy0iam {--left: 0vw;--top: 8.142493638676845vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 0vw 5.089058524173027vw 0vw 5.089058524173027vw;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-e-mdytq0p {--left: 5.089058524173027vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-e-mdyyqbg {--left: 20.483460559796438vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: 0vw;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mdyekpf {width: 70.99236641221374vw;--left: 9.414758269720101vw;--top: 11.704834605597965vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mdyjqe5 {--left: 20.865139949109416vw;--top: 34.096692111959285vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;background-color: rgba(243,94,33,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 -4px 6px 0 rgba(227,85,45,1) inset, 0 4px 6px 0 rgba(255,255,255,0.2199999988079071) inset, 0 16px 32px -8px rgba(227,85,45,0.699999988079071);transform: translate3d(0, 0, 0);padding: 5.089058524173027vw 8.142493638676845vw 5.089058524173027vw 8.142493638676845vw;border-radius: 4.071246819338422vw;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-e-mdyaosp {--left: 8.142493638676845vw;--top: 5.089058524173027vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-mdynx4e {height: 85.49618320610686vw;--left: 0vw;--top: 59.541984732824424vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-e-mdyviz5 {height: 104.07124681933841vw;--left: 0vw;--top: 0.035533953562340966vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;pointer-events: none !important;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2FqUvlMnHXKIQiHi8Tau89LhwWR0r2%2Fassets%2Fmedia%2Ffigma-9e5faa852f5e30bdac57672e31ceb6fe5887d52c-1752754687306?alt=media&token=1ccd3f40-896b-4273-b8ec-2ead502755c0);}  

.stage .e-e-mdyck7k {--left: 0vw;--top: 171.50127226463104vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 8.142493638676845vw 5.089058524173027vw 0vw 5.089058524173027vw;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-e-mdyps7a {--left: 5.089058524173027vw;--top: 8.142493638676845vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 5.089058524173027vw;row-gap: 5.089058524173027vw;}  

.stage .e-e-mdyf7xs {--left: 44.529262086513995vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 0.5089058524173028vw;row-gap: 0.5089058524173028vw;}  

.stage .e-e-mdyed3o {width: 45.29262086513995vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4736842346191406;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mdyni5l {width: 45.29262086513995vw;--left: 0vw;--top: 7.633587786259542vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mdy9o7g {--left: 0vw;--top: 14.75826972010178vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-e-mdysctm {--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mdyeka4 {--left: 0vw;--top: 38.16793893129771vw;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-e-mdyzuzk {width: 0vw;height: 0vw;--left: 0vw;--top: 0.5089058524173028vw;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdyjo5v {--left: 7.124681933842239vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 4.071246819338422vw;font-family: Inter;font-weight: 600;direction: rtl;line-height: 1.5;text-align: LEFT;vertical-align: TOP;color: rgba(105,65,198,1);}  

.stage .e-e-mdyqgl1 {width: 0vw;height: 0vw;--left: 31.806615776081426vw;--top: 0.5089058524173028vw;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdyuyry {--left: 5.089058524173027vw;--top: 37.659033078880405vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 5.089058524173027vw;row-gap: 5.089058524173027vw;}  

.stage .e-e-mdydeba {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 0.5089058524173028vw;row-gap: 0.5089058524173028vw;}  

.stage .e-e-mdymwit {width: 89.82188295165395vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4736842346191406;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mdyw2hl {width: 89.82188295165395vw;--left: 0vw;--top: 7.633587786259542vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mdywwjj {--left: 0vw;--top: 14.75826972010178vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-e-mdygyjh {width: 0vw;height: 0vw;--left: 0vw;--top: 0.5089058524173028vw;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdyhrfa {width: 89.82188295165395vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: ltr;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mdyvx2c {width: 0vw;height: 0vw;--left: 31.806615776081426vw;--top: 0.5089058524173028vw;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdyc0dv {--left: 0vw;--top: 38.16793893129771vw;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-e-mdyz482 {width: 0vw;height: 0vw;--left: 0vw;--top: 0.5089058524173028vw;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdyzmb7 {--left: 7.124681933842239vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 4.071246819338422vw;font-family: Inter;font-weight: 600;direction: rtl;line-height: 1.5;text-align: LEFT;vertical-align: TOP;color: rgba(105,65,198,1);}  

.stage .e-e-mdy1g5v {width: 0vw;height: 0vw;--left: 31.806615776081426vw;--top: 0.5089058524173028vw;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdylo9h {--left: 5.089058524173027vw;--top: 67.17557251908397vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 5.089058524173027vw;row-gap: 5.089058524173027vw;}  

.stage .e-e-mdyd3lh {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 0.5089058524173028vw;row-gap: 0.5089058524173028vw;}  

.stage .e-e-mdyshj8 {width: 89.82188295165395vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4736842346191406;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mdyomty {width: 89.82188295165395vw;--left: 0vw;--top: 7.633587786259542vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mdyhm2u {--left: 0vw;--top: 14.75826972010178vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-e-mdyudv2 {width: 0vw;height: 0vw;--left: 0vw;--top: 0.5089058524173028vw;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdyoul7 {width: 89.82188295165395vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mdyb23l {width: 0vw;height: 0vw;--left: 31.806615776081426vw;--top: 0.5089058524173028vw;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdywi2e {--left: 0vw;--top: 38.16793893129771vw;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-e-mdy2tcy {width: 0vw;height: 0vw;--left: 0vw;--top: 0.5089058524173028vw;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdy8pgc {--left: 7.124681933842239vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 4.071246819338422vw;font-family: Inter;font-weight: 600;direction: rtl;line-height: 1.5;text-align: LEFT;vertical-align: TOP;color: rgba(105,65,198,1);}  

.stage .e-e-mdy24mt {width: 0vw;height: 0vw;--left: 31.806615776081426vw;--top: 0.5089058524173028vw;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdy9qnw {--left: 5.089058524173027vw;--top: 96.69211195928753vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdyolyz {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 0.5089058524173028vw;row-gap: 0.5089058524173028vw;}  

.stage .e-e-mdytnri {width: 89.82188295165395vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4736842346191406;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mdycgai {--left: 0vw;--top: 7.633587786259542vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-e-mdyqs10 {width: 0vw;height: 0vw;--left: 0vw;--top: 0.5089058524173028vw;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdyxiek {width: 89.82188295165395vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mdyysz5 {width: 0vw;height: 0vw;--left: 31.806615776081426vw;--top: 0.5089058524173028vw;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdyq0j1 {--left: 0vw;--top: 14.75826972010178vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-e-mdy7xue {width: 0vw;height: 0vw;--left: 0vw;--top: 0.5089058524173028vw;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdydzcx {width: 89.82188295165395vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mdy5cxh {width: 0vw;height: 0vw;--left: 31.806615776081426vw;--top: 0.5089058524173028vw;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdy5tx3 {--left: 0vw;--top: 38.16793893129771vw;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-e-mdyv0dw {width: 0vw;height: 0vw;--left: 0vw;--top: 0.5089058524173028vw;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdy8r3z {--left: 7.124681933842239vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 4.071246819338422vw;font-family: Inter;font-weight: 600;direction: rtl;line-height: 1.5;text-align: LEFT;vertical-align: TOP;color: rgba(105,65,198,1);}  

.stage .e-e-mdy7581 {width: 0vw;height: 0vw;--left: 31.806615776081426vw;--top: 0.5089058524173028vw;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}    

:root, .viewport, .page, body {
  --active-menu-line: 0;
}

html body *.active, .active *  {
  --active-menu-line: 1;
}

 .stage .e-frame-1757338089357 {--left: -1270px;--top: 421px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 50px 0px;}  

.stage .e-e-mdmg71f {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(181.85105420798607deg, rgba(255, 166, 122, 0.44) 9.06%, rgba(255, 166, 122, 0.79) 91.92%);padding: 0px 48px 72px 48px;border-radius: 32px;max-width: 1200px;}  

.stage .e-e-mdmj3bh {--left: 48px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdmorz6 {height: 480px;--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-mdmon2b {height: 409px;--left: 0px;--top: 35.5px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2FqUvlMnHXKIQiHi8Tau89LhwWR0r2%2Fassets%2Fmedia%2Ffigma-9e5faa852f5e30bdac57672e31ceb6fe5887d52c-1752744723470?alt=media&token=35be52ec-a137-4740-b63a-232f7cd18a34);}  

.stage .e-e-mdm82fw {height: 480px;--left: 560px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 56px 0px 56px 0px;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-mdmwo3e {--left: -20px;--top: 145px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mdmszdc {--left: 317px;--top: -3px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 44px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -0.88px;text-align: CENTER;vertical-align: TOP;color: #000000;}  

.stage .e-e-mdm1crr {--left: 0px;--top: 58px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: CENTER;vertical-align: TOP;color: #000000;}  

.stage .e-e-mdm4m03 {--left: 332px;--top: 267px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;background-color: rgba(243,94,33,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 -4px 6px 0 rgba(227,85,45,1) inset, 0 4px 6px 0 rgba(255,255,255,0.2199999988079071) inset, 0 16px 32px -8px rgba(227,85,45,0.699999988079071);transform: translate3d(0, 0, 0);padding: 20px 32px 20px 32px;border-radius: 16px;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mdmhl4z {--left: 32px;--top: 20px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-mdm6jnj {--left: 48px;--top: 480px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 64px;row-gap: 64px;}  

.stage .e-e-mdm2hqk {width: 178px;--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 20px;row-gap: 20px;}  

.stage .e-e-mdmkkh9 {width: 178px;--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2px;row-gap: 2px;}  

.stage .e-e-mdm3m3x {width: 178px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-e-mdmb0tj {width: 178px;--left: 0px;--top: 30px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-e-mhgaew3 {--left: 0px;--top: 60px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mhgwki7 {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 19px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mdm0rdo {--left: 0px;--top: 150px;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mdm9ctt {width: 0px;height: 0px;--left: 0px;--top: 2px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdm5ndy {--left: 28px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: Inter;font-weight: 600;direction: rtl;line-height: 1.5;text-align: LEFT;vertical-align: TOP;color: rgba(105,65,198,1);}  

.stage .e-e-mdmmj6i {width: 0px;height: 0px;--left: 125px;--top: 2px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdm1jlg {--left: 242px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 20px;row-gap: 20px;}  

.stage .e-e-mdmzz99 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2px;row-gap: 2px;}  

.stage .e-e-mdmtrx6 {width: 250px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-e-mdme9i0 {width: 250px;--left: 0px;--top: 30px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-e-mdmyz74 {--left: 0px;--top: 60px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mdm817w {width: 0px;height: 0px;--left: 0px;--top: 2px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdm9te3 {width: 250px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: ltr;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-e-mdm63ty {width: 0px;height: 0px;--left: 125px;--top: 2px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdmqy2o {--left: 0px;--top: 150px;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mdmfyen {width: 0px;height: 0px;--left: 0px;--top: 2px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdm390m {--left: 28px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: Inter;font-weight: 600;direction: rtl;line-height: 1.5;text-align: LEFT;vertical-align: TOP;color: rgba(105,65,198,1);}  

.stage .e-e-mdmtkcp {width: 0px;height: 0px;--left: 125px;--top: 2px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdmxk52 {--left: 556px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 20px;row-gap: 20px;}  

.stage .e-e-mdmsguv {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2px;row-gap: 2px;}  

.stage .e-e-mdmcigu {width: 250px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-e-mdmfi0z {width: 250px;--left: 0px;--top: 30px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-e-mdm5hc1 {--left: 0px;--top: 60px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mdmqzz8 {width: 0px;height: 0px;--left: 0px;--top: 2px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdmsqpo {width: 250px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-e-mdmmuas {width: 0px;height: 0px;--left: 125px;--top: 2px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdm2dsm {--left: 0px;--top: 150px;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mdm216t {width: 0px;height: 0px;--left: 0px;--top: 2px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdmox8g {--left: 28px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: Inter;font-weight: 600;direction: rtl;line-height: 1.5;text-align: LEFT;vertical-align: TOP;color: rgba(105,65,198,1);}  

.stage .e-e-mdm87lo {width: 0px;height: 0px;--left: 125px;--top: 2px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdmwd7b {--left: 870px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdmb4rx {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2px;row-gap: 2px;}  

.stage .e-e-mdml3or {width: 250px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-e-mdmka8b {--left: 0px;--top: 30px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mdm36gp {width: 0px;height: 0px;--left: 0px;--top: 2px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdmvosp {width: 250px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-e-mdm1wel {width: 0px;height: 0px;--left: 125px;--top: 2px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdmr081 {--left: 0px;--top: 60px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mdm5meg {width: 0px;height: 0px;--left: 0px;--top: 2px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdmou10 {width: 250px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-e-mdm0q6o {width: 0px;height: 0px;--left: 125px;--top: 2px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdmkmy5 {--left: 0px;--top: 150px;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mdm60i1 {width: 0px;height: 0px;--left: 0px;--top: 2px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdmbhbk {--left: 28px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: Inter;font-weight: 600;direction: rtl;line-height: 1.5;text-align: LEFT;vertical-align: TOP;color: rgba(105,65,198,1);}  

.stage .e-e-mdmsc22 {width: 0px;height: 0px;--left: 125px;--top: 2px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}    

:root, .viewport, .page, body {
  --active-menu-line: 0;
}

html body *.active, .active *  {
  --active-menu-line: 1;
}

 .stage .e-e-mdmb5wq {height: 664px;--left: -1537px;--top: -1140px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--el-width: 100%;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(180deg, rgba(22, 22, 22, 1) 0%, rgba(30, 30, 30, 1) 100%);padding: 100px 48px 48px 48px;column-gap: 220px;row-gap: 220px;}  

.stage .e-e-mh6iqli {--left: 87.03505746605867px;--top: 100px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;--flex-wrap: wrap;--justify-content: space-between;font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 24px 0px 24px;column-gap: 0px;row-gap: 10px;}  

.stage .e-e-mh691ii {--left: 1224px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: row-reverse;--flex-wrap: wrap;--justify-content: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-mh6xhgm {width: 96px;--left: 0px;--top: 0px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.625;letter-spacing: -0.20000000298023224px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mh6m2vd {--left: 0px;--top: 42px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: row-reverse;--flex-wrap: wrap;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 18px;row-gap: 8px;}  

.stage .e-e-mh6ic66 {--left: 11px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mh6mppe {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.625;text-align: right;vertical-align: TOP;color: rgba(255,255,255,0.699999988079071);}  

.stage .e-e-mh6rrnh {--left: 964.25px;--top: 0px;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;max-width: 48%;}  

.stage .e-e-mh6zk83 {width: 142px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.625;letter-spacing: -0.20000000298023224px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mh6we1l {--left: 0px;--top: 42px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mh65lq2 {--left: 52px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mh6oja9 {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.625;text-align: right;vertical-align: TOP;color: rgba(255,255,255,0.699999988079071);}  

.stage .e-e-mh6ilh7 {--left: 451px;--top: 0px;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;max-width: 48%;}  

.stage .e-e-mh6ohvo {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.625;letter-spacing: -0.20000000298023224px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mh6lh6b {--left: 0px;--top: 42px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mh6o9ah {--left: 14px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: flex-end;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mh6ajy9 {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.625;text-align: right;vertical-align: TOP;color: rgba(255,255,255,0.699999988079071);}  

.stage .e-e-mh6079l {--left: 237.75px;--top: 0px;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;max-width: 48%;}  

.stage .e-e-mh6lc42 {width: 96px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.625;letter-spacing: -0.20000000298023224px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mh66b9s {--left: 0px;--top: 42px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mh6aebo {--left: 14px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mh6xshp {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.625;text-align: right;vertical-align: TOP;color: rgba(255,255,255,0.699999988079071);}  

.stage .e-e-mh6pkon {--left: 24px;--top: 0px;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;max-width: 48%;}  

.stage .e-e-mh68hlv {width: 96px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.625;letter-spacing: -0.20000000298023224px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mh62gkd {--left: 0px;--top: 42px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mh6mjrc {--left: 14px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mh6is62 {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.625;text-align: right;vertical-align: TOP;color: rgba(255,255,255,0.699999988079071);}  

.stage .e-e-mdmc2ka {width: 1230.2406896703433px;--left: 104.87965516482836px;--top: 558px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdmikrt {height: 4.8427734375px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2FqUvlMnHXKIQiHi8Tau89LhwWR0r2%2Fassets%2Fmedia%2Fvector-80-1753035534223?alt=media&token=c391b4b3-6a16-4b31-8af5-abc2c3151c97);}  

.stage .e-e-mdmzpog {--left: 0px;--top: 3.1494140625px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-mdm4pat {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-wrap: wrap;--justify-content: space-between;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 32px 0px 0px 0px;column-gap: 0px;row-gap: 24px;}  

.stage .e-e-mdmxggz {--left: 0px;--top: 35px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.625;text-align: LEFT;vertical-align: TOP;color: rgba(255,255,255,0.699999988079071);}  

.stage .e-e-mdmx296 {--left: 944px;--top: 32px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12px;row-gap: 12px;}  

.stage .e-e-mdm70uw {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}    

:root, .viewport, .page, body {
  --active-menu-line: 0;
}

html body *.active, .active *  {
  --active-menu-line: 1;
}

 .stage .e-e-mdmfrre {width: 393px;--left: -139.31804564024438px;--top: -1298.4346152174617px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;background-color: rgba(30,30,30,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 56px 20px 32px 20px;column-gap: 72px;row-gap: 72px;}  

.stage .e-e-mh6j8rx {--left: 2092.790603279055px;--top: 105.7038974022613px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;--flex-wrap: wrap;--justify-content: space-between;font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 24px 0px 24px;column-gap: 0px;row-gap: 10px;}  

.stage .e-e-mh6iy5f {--left: 1224px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: row-reverse;--justify-content: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-mh64qqn {width: 96px;--left: 0px;--top: 0px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.625;letter-spacing: -0.20000000298023224px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mh6bfw1 {--left: 0px;--top: 42px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: row-reverse;--flex-wrap: wrap;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mh64l8g {--left: 11px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mh6rc6y {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.625;text-align: right;vertical-align: TOP;color: rgba(255,255,255,0.699999988079071);}  

.stage .e-e-mh60tij {--left: 964.25px;--top: 0px;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;max-width: 48%;}  

.stage .e-e-mh6l1uj {width: 142px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.625;letter-spacing: -0.20000000298023224px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mh6cxo8 {--left: 0px;--top: 42px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mh63ysl {--left: 52px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mh69yh7 {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.625;text-align: right;vertical-align: TOP;color: rgba(255,255,255,0.699999988079071);}  

.stage .e-e-mh65j6q {--left: 451px;--top: 0px;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;max-width: 48%;}  

.stage .e-e-mh67f0u {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.625;letter-spacing: -0.20000000298023224px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mh6eh7s {--left: 0px;--top: 42px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mh6os98 {--left: 14px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: flex-end;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mh6p0lb {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.625;text-align: right;vertical-align: TOP;color: rgba(255,255,255,0.699999988079071);}  

.stage .e-e-mh6csw2 {--left: 237.75px;--top: 0px;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;max-width: 48%;}  

.stage .e-e-mh6va2s {width: 96px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.625;letter-spacing: -0.20000000298023224px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mh6bikj {--left: 0px;--top: 42px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mh62ykp {--left: 14px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mh6g37s {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.625;text-align: right;vertical-align: TOP;color: rgba(255,255,255,0.699999988079071);}  

.stage .e-e-mh6c8rj {--left: 24px;--top: 0px;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;max-width: 48%;}  

.stage .e-e-mh6k5e3 {width: 96px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.625;letter-spacing: -0.20000000298023224px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mh64uhf {--left: 0px;--top: 42px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mh6zvxi {--left: 14px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mh6s0hx {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.625;text-align: right;vertical-align: TOP;color: rgba(255,255,255,0.699999988079071);}  

.stage .e-e-mdmk0a5 {--left: 20px;--top: 406px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mdmx7up {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 20px;row-gap: 20px;}  

.stage .e-e-mdms0ra {height: 11.149785995483398px;--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2FqUvlMnHXKIQiHi8Tau89LhwWR0r2%2Fassets%2Fmedia%2Fdivider-1753035526971?alt=media&token=4604868d-1512-423d-ad0a-268e2ac0b509);padding: 4px 0px 4px 0px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-mdmf34e {width: 271px;--left: 82px;--top: 31.1494140625px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 28px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1428571319580079;letter-spacing: -0.56px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mdmfphv {--left: 0px;--top: 103.1494140625px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-mdmimb7 {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 10px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,0.699999988079071);}    

:root, .viewport, .page, body {
  --active-menu-line: 0;
}

html body *.active, .active *  {
  --active-menu-line: 1;
}

 .stage .e-21-1717 {width: 100vw;--left: 80.0899278381496vw;--top: 161.23535618405725vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-height: max-content;--justify-content: center;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;min-width: 0;max-width: 1279;}  

.stage .e-21-1718 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-21-1719 {width: 100vw;--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-21-1720 {--left: 0vw;--top: 18.3206106870229vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 6.106870229007633vw 0vw 6.106870229007633vw 0vw;}  

.stage .e-21-1721 {--left: 0vw;--top: 6.106870229007633vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 6.106870229007633vw 6.106870229007633vw 0vw 6.106870229007633vw;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-21-1722 {--left: 6.106870229007633vw;--top: 6.106870229007633vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-21-1723 {width: 87.78625954198473vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1.0416666412353515;letter-spacing: -0.2544529262086514vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-21-1724 {width: 87.78625954198473vw;--left: -0.7633587786259541vw;--top: 44.274809160305345vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-21-1725 {width: 87.78625954198473vw;--left: 0vw;--top: 76.84478371501272vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-21-1726 {--left: 6.106870229007633vw;--top: 144.0203562340967vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.580152671755725vw;row-gap: 4.580152671755725vw;}  

.stage .e-21-1727 {--left: 29.770992366412212vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;background-color: rgba(243,94,33,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 -4px 6px 0 rgba(227,85,45,1) inset, 0 4px 6px 0 rgba(255,255,255,0.2199999988079071) inset, 0 16px 32px -8px rgba(227,85,45,0.699999988079071);transform: translate3d(0, 0, 0);padding: 5.089058524173027vw 8.142493638676845vw 5.089058524173027vw 8.142493638676845vw;border-radius: 4.071246819338422vw;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-I21-1727-406-20322 {--left: 8.142493638676845vw;--top: 5.089058524173027vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-21-1728 {width: 100vw;height: 90.5852417302799vw;--left: 0vw;--top: 167.4300254452926vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-21-1729 {--left: 0vw;--top: 282.44274809160305vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;padding: 14.249363867684478vw 5.089058524173027vw 14.249363867684478vw 5.089058524173027vw;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-21-1730 {--left: 5.089058524173027vw;--top: 14.249363867684478vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;background-color: rgba(75,75,75,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 14.249363867684478vw 18.3206106870229vw 14.249363867684478vw 18.3206106870229vw;border-radius: 8.142493638676845vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-21-1731 {--left: 18.3206106870229vw;--top: 14.249363867684478vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-21-1732 {width: 53.18066157760815vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1.0416666412353515;letter-spacing: -0.2544529262086514vw;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-21-1733 {--left: 5.089058524173027vw;--top: 87.02290076335878vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: flex-end;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(56.35367781951612deg, rgba(200, 197, 8, 0.4) 2.25%, rgba(200, 197, 8, 0.24) 85.72%);padding: 14.249363867684478vw 5.089058524173027vw 14.249363867684478vw 12.213740458015266vw;border-radius: 8.142493638676845vw;column-gap: 30.53435114503817vw;row-gap: 30.53435114503817vw;}  

.stage .e-21-1734 {--left: 12.213740458015266vw;--top: 14.249363867684478vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 10.178117048346055vw;row-gap: 10.178117048346055vw;}  

.stage .e-21-1735 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12.213740458015266vw;row-gap: 12.213740458015266vw;}  

.stage .e-21-1736 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-21-1737 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-21-1738 {width: 72.51908396946564vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 10.687022900763358vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.0952381134033202;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-21-1739 {--left: 0vw;--top: 27.480916030534353vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-21-1740 {width: 72.51908396946564vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-21-1741 {--left: 0vw;--top: 55.97964376590331vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12.213740458015266vw;row-gap: 12.213740458015266vw;}  

.stage .e-21-1742 {width: 72.51908396946564vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-21-1743 {width: 72.51908396946564vw;--left: 0vw;--top: 134.86005089058523vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-21-1744 {--left: 5.089058524173027vw;--top: 416.79389312977094vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-21-1745 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-21-1756 {--left: 0vw;--top: 185.75063613231552vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(243,238,223,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 14.249363867684478vw 5.089058524173027vw 14.249363867684478vw 10.178117048346055vw;border-radius: 8.142493638676845vw;column-gap: 30.53435114503817vw;row-gap: 30.53435114503817vw;}  

.stage .e-21-1757 {--left: 10.178117048346055vw;--top: 14.249363867684478vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 10.178117048346055vw;row-gap: 10.178117048346055vw;}  

.stage .e-21-1758 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-21-1759 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-21-1760 {width: 74.55470737913485vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 10.687022900763358vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.0952381134033202;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-21-1761 {width: 74.55470737913485vw;--left: 0vw;--top: 27.480916030534353vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mcnjfps {width: 28.498727735368956vw;height: 8.651399491094146vw;--left: 45.96071730331456vw;--top: 25.483860744752228vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;background-color: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2FsqufjlAjT6g3lblbU8LXJRfNb7Q2%2Fassets%2Fmedia%2Fmarkerimage-1751522330646?alt=media&token=338c1dfb-d3e6-40be-aca4-ba5fe3153168);font-size: 16;font-family: Arial;font-weight: 400;object-position: 50% 50%;background-repeat: no-repeat;object-fit: contain;}  

.stage .e-21-1763 {--left: 0vw;--top: 59.541984732824424vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-21-1764 {width: 74.55470737913485vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-21-1746 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(243,238,223,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 14.249363867684478vw 5.089058524173027vw 14.249363867684478vw 10.178117048346055vw;border-radius: 8.142493638676845vw;column-gap: 30.53435114503817vw;row-gap: 30.53435114503817vw;}  

.stage .e-21-1747 {--left: 10.178117048346055vw;--top: 14.249363867684478vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 10.178117048346055vw;row-gap: 10.178117048346055vw;}  

.stage .e-21-1748 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-21-1749 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-21-1750 {width: 74.55470737913485vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 10.687022900763358vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.0952381134033202;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-21-1751 {--left: 0vw;--top: 29.51653944020356vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-21-1752 {width: 74.55470737913485vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mcn5kef {width: 28.498727735368956vw;height: 8.651399491094146vw;--left: 45.96071730331456vw;--top: 25.483860744752228vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;background-color: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2FsqufjlAjT6g3lblbU8LXJRfNb7Q2%2Fassets%2Fmedia%2Fmarkerimage-1751522330646?alt=media&token=338c1dfb-d3e6-40be-aca4-ba5fe3153168);font-size: 16;font-family: Arial;font-weight: 400;object-position: 50% 50%;background-repeat: no-repeat;object-fit: contain;}  

.stage .e-21-1754 {--left: 0vw;--top: 61.57760814249363vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-21-1755 {width: 74.55470737913485vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-21-1765 {--left: 0vw;--top: 369.46564885496184vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-21-1776 {height: 98.9821882951654vw;--left: 0vw;--top: 158.26972010178116vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 0.2544529262086514vw;border-style: solid;padding: 14.249363867684478vw 5.089058524173027vw 14.249363867684478vw 10.178117048346055vw;border-radius: 8.142493638676845vw;column-gap: 30.53435114503817vw;row-gap: 30.53435114503817vw;}  

.stage .e-21-1777 {--left: 10.178117048346055vw;--top: 14.249363867684478vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: 100%;--el-height: 100%;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--el-width: 100%;--el-height: 100%;--flex-direction: column;--justify-content: space-between;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 10.178117048346055vw;row-gap: 0vw;}  

.stage .e-21-1778 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-21-1779 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-21-1780 {width: 74.55470737913485vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 10.687022900763358vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.0952381134033202;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mcnaeqj {width: 28.498727735368956vw;height: 8.651399491094146vw;--left: 45.96071730331456vw;--top: 25.483860744752228vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;background-color: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2FsqufjlAjT6g3lblbU8LXJRfNb7Q2%2Fassets%2Fmedia%2Fmarkerimage-1751522330646?alt=media&token=338c1dfb-d3e6-40be-aca4-ba5fe3153168);font-size: 16;font-family: Arial;font-weight: 400;object-position: 50% 50%;background-repeat: no-repeat;object-fit: contain;}  

.stage .e-21-1782 {--left: 0vw;--top: 50.63613231552163vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-21-1783 {width: 74.55470737913485vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-21-1766 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 0.2544529262086514vw;border-style: solid;padding: 14.249363867684478vw 5.089058524173027vw 14.249363867684478vw 10.178117048346055vw;border-radius: 8.142493638676845vw;column-gap: 30.53435114503817vw;row-gap: 30.53435114503817vw;}  

.stage .e-21-1767 {--left: 10.178117048346055vw;--top: 14.249363867684478vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 10.178117048346055vw;row-gap: 10.178117048346055vw;}  

.stage .e-21-1768 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-21-1769 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-21-1770 {width: 74.55470737913485vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 10.687022900763358vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.0952381134033202;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-21-1771 {--left: 0vw;--top: 15.776081424936386vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-21-1772 {width: 74.55470737913485vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mcnfnfd {width: 28.498727735368956vw;height: 8.651399491094146vw;--left: 45.96071730331456vw;--top: 25.483860744752228vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;background-color: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2FsqufjlAjT6g3lblbU8LXJRfNb7Q2%2Fassets%2Fmedia%2Fmarkerimage-1751522330646?alt=media&token=338c1dfb-d3e6-40be-aca4-ba5fe3153168);font-size: 16;font-family: Arial;font-weight: 400;object-position: 50% 50%;background-repeat: no-repeat;object-fit: contain;}  

.stage .e-21-1774 {--left: 0vw;--top: 45.80152671755725vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-21-1775 {width: 74.55470737913485vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-21-1784 {--left: 0vw;--top: 1340.2035623409668vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 8.142493638676845vw 0vw 8.142493638676845vw 0vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-21-1785 {width: 100vw;height: 298.98218829516543vw;--left: 0vw;--top: 8.142493638676845vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-21-1786 {width: 100vw;--left: 0vw;--top: 61.32315521628499vw;--display: flex;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;--justify-self: left;--align-self: start;background-color: rgba(230,229,228,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 61.06870229007634vw 5.089058524173027vw 33.078880407124686vw 5.089058524173027vw;border-radius: 8.142493638676845vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-21-1787 {--left: 5.089058524173027vw;--top: 61.06870229007634vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-21-1788 {width: 89.82188295165395vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1.0416666412353515;letter-spacing: -0.2544529262086514vw;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-21-1789 {width: 89.82188295165395vw;--left: 0vw;--top: 59.03307888040712vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-21-1791 {width: 100vw;height: 78.37150127226464vw;--left: 0vw;--top: 18.829516539440203vw;--flex-direction: column;--justify-self: left;--align-self: start;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-21-1792 {width: 100vw;height: 78.37150127226464vw;--left: 0vw;--top: 0vw;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-21-1793 {width: 225.98209138438295vw;height: 78.28230918515426vw;--left: -82.69720101781171vw;--top: -1.0178117048346056vw;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;background-position: 50% 50%;background-size: 100.00% 100.00%;background-repeat: no-repeat;background-image: image-set(url(../images/figma_c9722a4eb07aac867b3fa4d2ea5026800e2c3542_1751527476403_900.webp) 1x, url(../images/figma_c9722a4eb07aac867b3fa4d2ea5026800e2c3542_1751527476403_900@2x.webp) 2x);}  

.stage .e-21-1794 {width: 100vw;--left: 0vw;--top: 1655.4707379134861vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-radius: 8.142493638676845vw 8.142493638676845vw 0vw 0vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-I21-1794-787-15268 {width: 100vw;--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}    

:root, .viewport, .page, body {
  --active-menu-line: 0;
}

html body *.active, .active *  {
  --active-menu-line: 1;
}

 .stage .e-7539-26731 {--left: 1071.253416403928px;--top: 633.6549498033451px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;column-gap: 10px;row-gap: 10px;min-width: 1280;}  

.stage .e-7539-26732 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-7539-26734 {height: 720px;--left: 0px;--top: 102px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 42px 0px 42px 0px;column-gap: 24px;row-gap: 24px;}  

.stage .e-7539-26735 {width: 628px;--left: 0px;--top: 42px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: 100%;--el-height: 100%;height: stretch;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-7539-26736 {width: 628px;--left: 652px;--top: 42px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: 100%;--el-height: 100%;height: stretch;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 93px 42px 93px 42px;column-gap: 10px;row-gap: 10px;}  

.stage .e-7539-26737 {--left: 42px;--top: 16px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-7539-26738 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;row-gap: 24px;}  

.stage .e-7539-26739 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-7539-26740 {width: 544px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 80px;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 0.95;letter-spacing: -0.8px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7539-26741 {width: 544px;--left: 0px;--top: 244px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7539-26742 {width: 544px;--left: 0px;--top: 364px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-7539-26743 {width: 465px;--left: 79px;--top: 536px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 18px;row-gap: 18px;}  

.stage .e-7539-26744 {--left: 237px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;background-color: rgba(243,94,33,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 -4px 6px 0 rgba(227,85,45,1) inset, 0 4px 6px 0 rgba(255,255,255,0.2199999988079071) inset, 0 16px 32px -8px rgba(227,85,45,0.699999988079071);transform: translate3d(0, 0, 0);padding: 20px 32px 20px 32px;border-radius: 16px;column-gap: 8px;row-gap: 8px;}  

.stage .e-I7539-26744-406-20322 {--left: 32px;--top: 20px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-7539-26745 {width: 1280px;--left: 0px;--top: 822px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 32px 32px 32px 32px;column-gap: 32px;row-gap: 32px;}  

.stage .e-7539-26746 {width: 1216px;height: 204px;--left: 32px;--top: 32px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: flex-end;background-color: rgba(75,75,75,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 72px 72px 72px 72px;border-radius: 32px;column-gap: 10px;row-gap: 10px;}  

.stage .e-7539-26747 {--left: 72px;--top: 70px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-7539-26748 {width: 1072px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 62px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.032258071899414;letter-spacing: -1.8599999999999999px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-7539-26749 {width: 1216px;--left: 32px;--top: 268px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(7.854675542585284deg, rgba(200, 197, 8, 0.4) 2.25%, rgba(200, 197, 8, 0.24) 85.72%);padding: 72px 72px 72px 72px;border-radius: 32px;column-gap: 120px;row-gap: 120px;}  

.stage .e-7539-26750 {--left: 72px;--top: 72px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 40px;row-gap: 40px;}  

.stage .e-7539-26751 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 48px;row-gap: 48px;}  

.stage .e-7539-26752 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-7539-26753 {--left: 757px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-7539-26754 {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 44px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -0.88px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7539-26755 {--left: 561px;--top: 66px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-7539-26756 {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7539-26757 {--left: 0px;--top: 146px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 80px;row-gap: 80px;}  

.stage .e-7539-26758 {width: 496px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7539-26759 {width: 496px;--left: 576px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7539-26760 {width: 1216px;--left: 32px;--top: 918px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-7539-26761 {width: 1216px;--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-7539-26762 {height: 840px;--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(243,238,223,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 72px 72px 72px 72px;border-radius: 32px;column-gap: 120px;row-gap: 120px;}  

.stage .e-7539-26763 {--left: 72px;--top: 72px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: 100%;--el-height: 100%;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--el-width: 100%;--el-height: 100%;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 40px;row-gap: 40px;}  

.stage .e-7539-26764 {width: 344px;--left: 104px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;row-gap: 24px;}  

.stage .e-7539-26765 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-7539-26766 {width: 344px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 44px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -0.88px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7539-26767 {--left: 0px;--top: 124px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-7539-26768 {width: 344px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7539-26769_rotated {width: 135px;height: 30px;--left: 209px;--top: 180px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mhi7azo {width: 188px;height: 37px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-7539-26770 {width: 355px;--left: 93px;--top: 250px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;row-gap: 24px;}  

.stage .e-7539-26771 {width: 355px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-7539-26772 {height: 840px;--left: 624px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(243,238,223,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 72px 72px 72px 72px;border-radius: 32px;column-gap: 120px;row-gap: 120px;}  

.stage .e-7539-26773 {--left: 72px;--top: 72px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: 100%;--el-height: 100%;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--el-width: 100%;--el-height: 100%;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 40px;row-gap: 40px;}  

.stage .e-7539-26774 {width: 355px;--left: 93px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;row-gap: 24px;}  

.stage .e-7539-26775 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-7539-26776 {width: 355px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 44px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -0.88px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7539-26777 {width: 355px;--left: 0px;--top: 116px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7539-26778 {width: 188px;height: 37px;--left: 167px;--top: 172px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-7539-26779 {width: 342px;--left: 106px;--top: 249px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;row-gap: 24px;}  

.stage .e-7539-26780 {width: 342px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-7539-26781 {width: 1216px;--left: 0px;--top: 872.3333740234375px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-7539-26782 {height: 529.3333740234375px;--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1px;border-style: solid;padding: 72px 72px 72px 72px;border-radius: 32px;column-gap: 120px;row-gap: 120px;}  

.stage .e-7539-26783 {--left: 72px;--top: 72px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: 100%;--el-height: 100%;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--el-width: 100%;--el-height: 100%;--flex-direction: column;--justify-content: space-between;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 40px;row-gap: 0px;}  

.stage .e-7539-26784 {width: 453px;--left: -5px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-7539-26785 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-7539-26786 {width: 453px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 44px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -0.88px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7539-26787 {--left: 0px;--top: 66px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-7539-26788 {width: 453px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7539-26789_rotated {width: 135px;height: 30px;--left: 318px;--top: 114px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mhipyzw {width: 188px;height: 37px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-7539-26790 {--left: 0px;--top: 169.33349609375px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;row-gap: 24px;}  

.stage .e-7539-26791 {width: 448px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-7539-26792 {height: 529.3333740234375px;--left: 624px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1px;border-style: solid;padding: 72px 72px 72px 72px;border-radius: 32px;column-gap: 120px;row-gap: 120px;}  

.stage .e-7539-26793 {--left: 72px;--top: 72px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: 100%;--el-height: 100%;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--el-width: 100%;--el-height: 100%;--flex-direction: column;--justify-content: space-between;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 40px;row-gap: 0px;}  

.stage .e-7539-26794 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-7539-26795 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-7539-26796 {width: 453px;--left: -5px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 40px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.25;letter-spacing: -0.8px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7539-26797_rotated {width: 135px;height: 30px;--left: 313px;--top: 66px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mhiv39g {width: 188px;height: 37px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-7539-26798 {--left: 0px;--top: 329.33349609375px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;row-gap: 24px;}  

.stage .e-7539-26799 {width: 448px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-7539-26800 {width: 1248px;height: 1253px;--left: 0px;--top: 3173.33349609375px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;border-radius: 32px;}  

.stage .e-7539-26801 {width: 1216px;height: 786px;--left: 32px;--top: 466.66650390625px;--flex-direction: column;--justify-self: left;--align-self: start;background-color: rgba(230,229,228,1);font-size: 16;font-family: Arial;font-weight: 400;border-radius: 32px;}  

.stage .e-7539-26802 {width: 1280px;--left: 0px;--top: 89.66650390625px;--display: flex;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: center;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 120px;row-gap: 120px;}  

.stage .e-7539-26803 {width: 1270px;height: 440px;--left: 5px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-7539-26804 {width: 934px;--left: 173px;--top: 560px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-7539-26805 {width: 934px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 72px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1;letter-spacing: -1.44px;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7539-26806 {width: 815px;--left: 59px;--top: 176px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7539-26808 {width: 1280px;--left: 0px;--top: 4426.33349609375px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 32px 32px 32px 32px;column-gap: 10px;row-gap: 10px;}    

:root, .viewport, .page, body {
  --active-menu-line: 0;
}

html body *.active, .active *  {
  --active-menu-line: 1;
}

 .stage .e-1-5364 {--left: 728.2442748091603vw;--top: 162.08651399491094vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;min-width: 0;max-width: 1279;}  

.stage .e-1-5365 {--left: 0vw;--top: -1.8057367871257e-13vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-1-5366 {width: 100vw;--left: 0vw;--top: 18.3206106870229vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-1-5367 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;padding: 14.249363867684478vw 8.142493638676845vw 0vw 8.142493638676845vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-1-5368 {--left: 8.142493638676845vw;--top: 14.249363867684478vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12.213740458015266vw;row-gap: 12.213740458015266vw;}  

.stage .e-1-5369 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 1.0178117048346056vw;row-gap: 1.0178117048346056vw;}  

.stage .e-1-5370 {width: 83.7150127226463vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1.1875;letter-spacing: 0vw;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5371 {width: 83.7150127226463vw;--left: 0vw;--top: 20.35623409669211vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 13.740458015267176vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 0.9259259033203125;letter-spacing: -0.2544529262086514vw;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5372 {--left: 0vw;--top: 58.01526717557252vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-1-5374 {width: 83.7150127226463vw;--left: 0vw;--top: 30.53435114503817vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5375 {height: 547.0737913486005vw;--left: 0vw;--top: 180.6615776081425vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-1-5376 {width: 100vw;height: 467.4300254452926vw;--left: 0vw;--top: 79.64376590330788vw;--flex-direction: column;--justify-self: left;--align-self: start;--overflow: clip;background-color: rgba(230,229,228,1);font-size: 16;font-family: Arial;font-weight: 400;border-radius: 8.142493638676845vw;}  

.stage .e-1-5377 {width: 142.49345230995547vw;height: 95.18941243489584vw;--left: -30.53435114503817vw;--top: 25.44529262086514vw;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-1-5378 {width: 102.82234017175573vw;height: 32.26458134541985vw;--left: 4.8346055979643765vw;--top: 44.679660166189564vw;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjM5OCIgaGVpZ2h0PSIxNjYiIHZpZXdCb3g9IjAgMCAzOTggMTY2IiBmaWxsPSJub25lIj4KPGcgaWQ9IlN1YnRyYWN0IiBkYXRhLW5vZGUtaWQ9IjE6NTM3OCIgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfbl8xXzUzNzgpIj4KPHBhdGggZD0iTTM5Ny45OTkgNzMuOTcwNUMzNDguNTM5IDE0MS4yMzggMjYzLjM4IDE3OC4xNTMgMTc1Ljc4OCAxNjEuODczQzg4LjE5NyAxNDUuNTk0IDIxLjk4ODIgODAuNTQ3IDAgMEwzOTcuOTk5IDczLjk3MDVaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMV81Mzc4KSIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX25fMV81Mzc4IiB4PSIwIiB5PSIwIiB3aWR0aD0iMzk4IiBoZWlnaHQ9IjE2NS42OTYiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuMTc1ODMxODY5MjQ0NTc1NSAwLjE3NTgzMTg2OTI0NDU3NTUiIHN0aXRjaFRpbGVzPSJzdGl0Y2giIG51bU9jdGF2ZXM9IjMiIHJlc3VsdD0ibm9pc2UiIHNlZWQ9IjY5OTgiLz4KPGZlQ29sb3JNYXRyaXggaW49Im5vaXNlIiB0eXBlPSJsdW1pbmFuY2VUb0FscGhhIiByZXN1bHQ9ImFscGhhTm9pc2UiLz4KPGZlQ29tcG9uZW50VHJhbnNmZXIgaW49ImFscGhhTm9pc2UiIHJlc3VsdD0iY29sb3JlZE5vaXNlMSI+CjxmZUZ1bmNBIHR5cGU9ImRpc2NyZXRlIiB0YWJsZVZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAiLz4KPC9mZUNvbXBvbmVudFRyYW5zZmVyPgo8ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9InNoYXBlIiBpbj0iY29sb3JlZE5vaXNlMSIgcmVzdWx0PSJub2lzZTFDbGlwcGVkIi8+CjxmZUZsb29kIGZsb29kLWNvbG9yPSJyZ2JhKDE1MSwgNzEsIDI1NSwgMC40NykiIHJlc3VsdD0iY29sb3IxRmxvb2QiLz4KPGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJpbiIgaW4yPSJub2lzZTFDbGlwcGVkIiBpbj0iY29sb3IxRmxvb2QiIHJlc3VsdD0iY29sb3IxIi8+CjxmZU1lcmdlIHJlc3VsdD0iZWZmZWN0MV9ub2lzZV8xXzUzNzgiPgo8ZmVNZXJnZU5vZGUgaW49InNoYXBlIi8+CjxmZU1lcmdlTm9kZSBpbj0iY29sb3IxIi8+CjwvZmVNZXJnZT4KPC9maWx0ZXI+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xXzUzNzgiIHgxPSItMTEuNjA1NiIgeTE9IjYyLjQ0NCIgeDI9IjQzMC45MDIiIHkyPSI2OC4xMjc0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGMzVFMjEiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CjxzdG9wIG9mZnNldD0iMC41MTc0NDIiIHN0b3AtY29sb3I9IiNGMzVFMjEiIHN0b3Atb3BhY2l0eT0iMC40OCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNCMDhCRkYiIHN0b3Atb3BhY2l0eT0iMC43MSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPg==);backdrop-filter:  blur(undefinedpx);transform: translate3d(0, 0, 0);}  

.stage .e-1-5381 {width: 11.872629840258726vw;height: 11.872629840258726vw;--left: 96.69211195928753vw;--top: -3.307888040712468vw;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQ3IiBoZWlnaHQ9IjQ3IiB2aWV3Qm94PSIwIDAgNDcgNDciIGZpbGw9Im5vbmUiPgo8Y2lyY2xlIGlkPSJFbGxpcHNlIDQxNCIgZGF0YS1ub2RlLWlkPSIxOjUzODEiIGN4PSIyMy40OTk2IiBjeT0iMjMuNDk5NiIgcj0iMjMuNDk5NiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+);}  

.stage .e-e-mcnfmuq {width: 115.33993630547515vw;height: 64.64106498437526vw;--left: 27.153516004480384vw;--top: 7.0104384234178845vw;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-1-5383 {width: 100vw;--left: 0vw;--top: 112.46782065044529vw;--display: flex;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;padding: 22.900763358778626vw 5.089058524173027vw 22.900763358778626vw 8.142493638676845vw;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-1-5384 {--left: 8.142493638676845vw;--top: 22.900763358778626vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-1-5385 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12.72264631043257vw;row-gap: 12.72264631043257vw;}  

.stage .e-1-5386 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-1-5387 {width: 86.76844783715013vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5388 {--left: 8.142493638676845vw;--top: 69.72010178117048vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 8.142493638676845vw 0vw 8.142493638676845vw 0vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-1-5389 {--left: 0vw;--top: 8.142493638676845vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 13.740458015267176vw;row-gap: 13.740458015267176vw;}  

.stage .e-1-5390 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.361323155216285vw;row-gap: 6.361323155216285vw;}  

.stage .e-1-5391 {width: 20.865139949109416vw;--left: 65.9033078880407vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1.0178117048346056vw;border-style: solid;padding: 4.071246819338422vw 4.071246819338422vw 4.071246819338422vw 4.071246819338422vw;border-radius: 254.4529262086514vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-1-5392 {width: 12.72264631043257vw;--left: 4.071246819338422vw;--top: 4.071246819338422vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.5625;letter-spacing: 0vw;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5393 {--left: 0vw;--top: 27.2264631043257vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-1-5394 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 0.5089058524173028vw;row-gap: 0.5089058524173028vw;}  

.stage .e-1-5395 {width: 86.76844783715013vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5396 {width: 86.76844783715013vw;--left: 0vw;--top: 8.651399491094146vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5397 {--left: 0vw;--top: 29.51653944020356vw;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-I1-5397-3468-535841 {width: 0vw;height: 0vw;--left: 0vw;--top: 0.5089058524173028vw;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-I1-5397-3287-433317 {--left: 7.124681933842239vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 4.071246819338422vw;font-family: Inter;font-weight: 600;direction: rtl;line-height: 1.5;text-align: LEFT;vertical-align: TOP;color: rgba(105,65,198,1);}  

.stage .e-I1-5397-3468-568384 {width: 0vw;height: 0vw;--left: 31.806615776081426vw;--top: 0.5089058524173028vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-1-5398 {--left: 0vw;--top: 65.9033078880407vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.361323155216285vw;row-gap: 6.361323155216285vw;}  

.stage .e-1-5399 {width: 20.865139949109416vw;--left: 65.9033078880407vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1.0178117048346056vw;border-style: solid;padding: 4.071246819338422vw 4.071246819338422vw 4.071246819338422vw 4.071246819338422vw;border-radius: 254.4529262086514vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-1-5400 {width: 12.72264631043257vw;--left: 4.071246819338422vw;--top: 4.071246819338422vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.5625;letter-spacing: 0vw;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5401 {--left: 0vw;--top: 27.2264631043257vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 0.5089058524173028vw;row-gap: 0.5089058524173028vw;}  

.stage .e-1-5402 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 0.5089058524173028vw;row-gap: 0.5089058524173028vw;}  

.stage .e-1-5403 {width: 86.76844783715013vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5404 {width: 86.76844783715013vw;--left: 0vw;--top: 8.651399491094146vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5405 {--left: 0vw;--top: 29.51653944020356vw;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-I1-5405-3468-535841 {width: 0vw;height: 0vw;--left: 0vw;--top: 0.5089058524173028vw;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-I1-5405-3287-433317 {--left: 7.124681933842239vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 4.071246819338422vw;font-family: Inter;font-weight: 600;direction: rtl;line-height: 1.5;text-align: LEFT;vertical-align: TOP;color: rgba(105,65,198,1);}  

.stage .e-I1-5405-3468-568384 {width: 0vw;height: 0vw;--left: 31.806615776081426vw;--top: 0.5089058524173028vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-1-5406 {--left: 0vw;--top: 131.8066157760814vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.361323155216285vw;row-gap: 6.361323155216285vw;}  

.stage .e-1-5407 {width: 20.865139949109416vw;--left: 65.9033078880407vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1.0178117048346056vw;border-style: solid;padding: 4.071246819338422vw 4.071246819338422vw 4.071246819338422vw 4.071246819338422vw;border-radius: 254.4529262086514vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-1-5408 {width: 12.72264631043257vw;--left: 4.071246819338422vw;--top: 4.071246819338422vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.5625;letter-spacing: 0vw;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5409 {--left: 0vw;--top: 27.2264631043257vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 0.5089058524173028vw;row-gap: 0.5089058524173028vw;}  

.stage .e-1-5410 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 0.5089058524173028vw;row-gap: 0.5089058524173028vw;}  

.stage .e-1-5411 {width: 86.76844783715013vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5412 {width: 86.76844783715013vw;--left: 0vw;--top: 8.651399491094146vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5413 {--left: 0vw;--top: 29.51653944020356vw;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-I1-5413-3468-535841 {width: 0vw;height: 0vw;--left: 0vw;--top: 0.5089058524173028vw;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-I1-5413-3287-433317 {--left: 7.124681933842239vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 4.071246819338422vw;font-family: Inter;font-weight: 600;direction: rtl;line-height: 1.5;text-align: LEFT;vertical-align: TOP;color: rgba(105,65,198,1);}  

.stage .e-I1-5413-3468-568384 {width: 0vw;height: 0vw;--left: 31.806615776081426vw;--top: 0.5089058524173028vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-1-5414 {--left: 0vw;--top: 197.70992366412216vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.361323155216285vw;row-gap: 6.361323155216285vw;}  

.stage .e-1-5415 {width: 20.865139949109416vw;--left: 65.9033078880407vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1.0178117048346056vw;border-style: solid;padding: 4.071246819338422vw 4.071246819338422vw 4.071246819338422vw 4.071246819338422vw;border-radius: 254.4529262086514vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-1-5416 {width: 12.72264631043257vw;--left: 4.071246819338422vw;--top: 4.071246819338422vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.5625;letter-spacing: 0vw;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5417 {--left: 0vw;--top: 27.2264631043257vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 0.5089058524173028vw;row-gap: 0.5089058524173028vw;}  

.stage .e-1-5418 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 0.5089058524173028vw;row-gap: 0.5089058524173028vw;}  

.stage .e-1-5419 {width: 86.76844783715013vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5420 {width: 86.76844783715013vw;--left: 0vw;--top: 8.651399491094146vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5421 {--left: 0vw;--top: 29.51653944020356vw;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-I1-5421-3468-535841 {width: 0vw;height: 0vw;--left: 0vw;--top: 0.5089058524173028vw;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-I1-5421-3287-433317 {--left: 7.124681933842239vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 4.071246819338422vw;font-family: Inter;font-weight: 600;direction: rtl;line-height: 1.5;text-align: LEFT;vertical-align: TOP;color: rgba(105,65,198,1);}  

.stage .e-I1-5421-3468-568384 {width: 0vw;height: 0vw;--left: 31.806615776081426vw;--top: 0.5089058524173028vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-1-5422 {--left: 0vw;--top: 263.6132315521628vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.361323155216285vw;row-gap: 6.361323155216285vw;}  

.stage .e-1-5423 {width: 20.865139949109416vw;--left: 65.9033078880407vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1.0178117048346056vw;border-style: solid;padding: 4.071246819338422vw 4.071246819338422vw 4.071246819338422vw 4.071246819338422vw;border-radius: 254.4529262086514vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-1-5424 {width: 12.72264631043257vw;--left: 4.071246819338422vw;--top: 4.071246819338422vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.5625;letter-spacing: 0vw;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5425 {--left: 0vw;--top: 27.2264631043257vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 0.5089058524173028vw;row-gap: 0.5089058524173028vw;}  

.stage .e-1-5426 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 0.5089058524173028vw;row-gap: 0.5089058524173028vw;}  

.stage .e-1-5427 {width: 86.76844783715013vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5428 {width: 86.76844783715013vw;--left: 0vw;--top: 8.651399491094146vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5429 {--left: 0vw;--top: 29.51653944020356vw;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-I1-5429-3468-535841 {width: 0vw;height: 0vw;--left: 0vw;--top: 0.5089058524173028vw;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-I1-5429-3287-433317 {--left: 7.124681933842239vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 4.071246819338422vw;font-family: Inter;font-weight: 600;direction: rtl;line-height: 1.5;text-align: LEFT;vertical-align: TOP;color: rgba(105,65,198,1);}  

.stage .e-I1-5429-3468-568384 {width: 0vw;height: 0vw;--left: 31.806615776081426vw;--top: 0.5089058524173028vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-1-5430 {height: 1591.316435755285vw;--left: -8.700984518690795e-15vw;--top: 727.7353689567431vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 22.900763358778626vw 5.089058524173027vw 6.106870229007633vw 5.089058524173027vw;column-gap: 22.900763358778626vw;row-gap: 22.900763358778626vw;}  

.stage .e-1-5431 {--left: 5.089058524173027vw;--top: 22.900763358778626vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: flex-end;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 2.5445292620865136vw 0vw 2.5445292620865136vw 0vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-1-5432 {width: 89.82188295165395vw;--left: 0vw;--top: 2.5445292620865136vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1.0416666412353515;letter-spacing: -0.2544529262086514vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5433 {--left: 5.089058524173027vw;--top: 76.33587786259542vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: -5.089058524173027vw;row-gap: -5.089058524173027vw;}  

.stage .e-1-5434 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;background-color: rgba(248,245,240,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 27.989821882951656vw 5.089058524173027vw 18.3206106870229vw 5.089058524173027vw;border-radius: 8.142493638676845vw;column-gap: 12.213740458015266vw;row-gap: 12.213740458015266vw;}  

.stage .e-1-5435 {--left: 5.089058524173027vw;--top: 27.989821882951656vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 31.297709923664126vw;row-gap: 31.297709923664126vw;}  

.stage .e-1-5436 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-1-5437 {width: 79.64376590330788vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1.0416666412353515;letter-spacing: -0.2544529262086514vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5438 {width: 72.264631043257vw;--left: 7.37913486005089vw;--top: 20.865139949109416vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5439 {--left: 5.089058524173027vw;--top: 132.31552162849874vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.7989821882951653vw;row-gap: 2.7989821882951653vw;}  

.stage .e-1-5440 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 0.2544529262086514vw;border-style: solid;padding: 12.213740458015266vw 8.142493638676845vw 12.213740458015266vw 8.142493638676845vw;border-radius: 8.142493638676845vw;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-1-5441 {width: 63.358778625954194vw;--left: 8.142493638676845vw;--top: 12.213740458015266vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5442 {width: 63.358778625954194vw;--left: 8.142493638676845vw;--top: 24.427480916030532vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5443 {width: 10.296397900763358vw;height: 10.178117048346055vw;--left: 34.73282442748092vw;--top: 97.45547073791349vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/group_6521_1753035430420.svg);}  

.stage .e-1-5446 {--left: 0vw;--top: 110.43256997455471vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 0.2544529262086514vw;border-style: solid;padding: 12.213740458015266vw 8.142493638676845vw 12.213740458015266vw 8.142493638676845vw;border-radius: 8.142493638676845vw;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-1-5447 {width: 63.358778625954194vw;--left: 8.142493638676845vw;--top: 12.213740458015266vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5448 {width: 63.358778625954194vw;--left: 8.142493638676845vw;--top: 23.918575063613233vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5449 {width: 10.341622932569974vw;height: 10.178117048346055vw;--left: 34.73282442748092vw;--top: 196.18320610687024vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/group_6522_1753035431964.svg);}  

.stage .e-1-5452 {--left: 0vw;--top: 209.16030534351145vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 0.2544529262086514vw;border-style: solid;padding: 12.213740458015266vw 8.142493638676845vw 12.213740458015266vw 8.142493638676845vw;border-radius: 8.142493638676845vw;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-1-5453 {width: 63.358778625954194vw;--left: 8.142493638676845vw;--top: 12.213740458015266vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5454 {width: 63.358778625954194vw;--left: 8.142493638676845vw;--top: 24.427480916030532vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5455 {width: 30.53435114503817vw;height: 30.53435114503817vw;--left: 7.124681933842239vw;--top: -4.071246819338422vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--position: absolute;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;--position-top: var(--top);--position-left: var(--left);left: var(--left); top: var(--top);font-size: 16;font-family: Arial;font-weight: 400;column-gap: 1.7811704834605597vw;row-gap: 1.7811704834605597vw;}  

.stage .e-1-5456 {width: 31.05816634860051vw;height: 31.057793614821882vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--position: absolute;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--position-top: var(--top);--position-left: var(--left);left: var(--left); top: var(--top);font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEyMyIgaGVpZ2h0PSIxMjMiIHZpZXdCb3g9IjAgMCAxMjMgMTIzIiBmaWxsPSJub25lIj4KPGcgaWQ9Ikdyb3VwIDY1MjMiIGRhdGEtbm9kZS1pZD0iMTo1NDU2Ij4KPGcgaWQ9IkVsbGlwc2UgNDI3IiBkYXRhLW5vZGUtaWQ9IjE6NTQ1NyIgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZ25fMV81NDU2KSI+CjxjaXJjbGUgY3g9IjYxLjUiIGN5PSI2MS40OTkzIiByPSI2MC40NjI4IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMV81NDU2KSIvPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZ25fMV81NDU2IiB4PSIwLjAwMDczMTEwMyIgeT0iLTYuOTY3NDdlLTA2IiB3aWR0aD0iMTIyLjk5OSIgaGVpZ2h0PSIxMjIuOTk5IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZVR1cmJ1bGVuY2UgdHlwZT0iZnJhY3RhbE5vaXNlIiBiYXNlRnJlcXVlbmN5PSIwLjI0NTYxNDA1MTgxODg0NzY2IDAuMjQ1NjE0MDUxODE4ODQ3NjYiIG51bU9jdGF2ZXM9IjMiIHNlZWQ9IjY3NzQiLz4KPGZlRGlzcGxhY2VtZW50TWFwIGluPSJzaGFwZSIgc2NhbGU9IjIuMDU3MTQyNzM0NTI3NTg3OSIgeENoYW5uZWxTZWxlY3Rvcj0iUiIgeUNoYW5uZWxTZWxlY3Rvcj0iRyIgcmVzdWx0PSJkaXNwbGFjZWRJbWFnZSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPgo8ZmVNZXJnZSByZXN1bHQ9ImVmZmVjdDFfdGV4dHVyZV8xXzU0NTYiPgo8ZmVNZXJnZU5vZGUgaW49ImRpc3BsYWNlZEltYWdlIi8+CjwvZmVNZXJnZT4KPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuNDY2NjY2NjY4NjUzNDg4MTYgMC40NjY2NjY2Njg2NTM0ODgxNiIgc3RpdGNoVGlsZXM9InN0aXRjaCIgbnVtT2N0YXZlcz0iMyIgcmVzdWx0PSJub2lzZSIgc2VlZD0iODAwNyIvPgo8ZmVDb2xvck1hdHJpeCBpbj0ibm9pc2UiIHR5cGU9Imx1bWluYW5jZVRvQWxwaGEiIHJlc3VsdD0iYWxwaGFOb2lzZSIvPgo8ZmVDb21wb25lbnRUcmFuc2ZlciBpbj0iYWxwaGFOb2lzZSIgcmVzdWx0PSJjb2xvcmVkTm9pc2UxIj4KPGZlRnVuY0EgdHlwZT0iZGlzY3JldGUiIHRhYmxlVmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwICIvPgo8L2ZlQ29tcG9uZW50VHJhbnNmZXI+CjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0iZWZmZWN0MV90ZXh0dXJlXzFfNTQ1NiIgaW49ImNvbG9yZWROb2lzZTEiIHJlc3VsdD0ibm9pc2UxQ2xpcHBlZCIvPgo8ZmVGbG9vZCBmbG9vZC1jb2xvcj0icmdiYSgyNTUsIDI1NSwgMjU1LCAwLjQ1KSIgcmVzdWx0PSJjb2xvcjFGbG9vZCIvPgo8ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9Im5vaXNlMUNsaXBwZWQiIGluPSJjb2xvcjFGbG9vZCIgcmVzdWx0PSJjb2xvcjEiLz4KPGZlTWVyZ2UgcmVzdWx0PSJlZmZlY3QyX25vaXNlXzFfNTQ1NiI+CjxmZU1lcmdlTm9kZSBpbj0iZWZmZWN0MV90ZXh0dXJlXzFfNTQ1NiIvPgo8ZmVNZXJnZU5vZGUgaW49ImNvbG9yMSIvPgo8L2ZlTWVyZ2U+CjwvZmlsdGVyPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMV81NDU2IiB4MT0iNjEuNTA4IiB5MT0iMS4wNDQ0OSIgeDI9IjYxLjUwOCIgeTI9IjEyMS45NyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjQkZCQzAwIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNCRkJDMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+);}  

.stage .e-1-5458 {width: 20.480356386296318vw;--left: 5.026936227735368vw;--top: 9.206834943543257vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 1.7811704834605597vw 1.7811704834605597vw 1.7811704834605597vw 1.7811704834605597vw;column-gap: 1.7811704834605597vw;row-gap: 1.7811704834605597vw;}  

.stage .e-1-5459 {width: 16.75665663702191vw;--left: 1.861680979643766vw;--top: 1.861867346533079vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 3.5623409669211195vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1498258209228516;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5460 {--left: 0vw;--top: 444.2748091603053vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 0vw 8.142493638676845vw 0vw 8.142493638676845vw;}  

.stage .e-1-5461 {--left: 8.142493638676845vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-1-5462 {width: 17.279052734375vw;height: 9.459487293816098vw;--left: 32.03870392028091vw;--top: 0.000015117086807227962vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/group_6518_1753035433605.svg);}  

.stage .e-1-5465 {width: 73.53689567430025vw;--left: 0vw;--top: 21.350315084287534vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5466 {--left: 5.089058524173027vw;--top: 593.3604932013359vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: -5.089058524173027vw;row-gap: -5.089058524173027vw;}  

.stage .e-1-5467 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;background-color: rgba(248,245,240,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 27.989821882951656vw 5.089058524173027vw 18.3206106870229vw 5.089058524173027vw;border-radius: 8.142493638676845vw;column-gap: 12.213740458015266vw;row-gap: 12.213740458015266vw;}  

.stage .e-1-5468 {--left: 5.089058524173027vw;--top: 27.989821882951656vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 31.297709923664126vw;row-gap: 31.297709923664126vw;}  

.stage .e-1-5469 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-1-5470 {width: 79.64376590330788vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1.0416666412353515;letter-spacing: -0.2544529262086514vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5471 {width: 72.51908396946564vw;--left: 7.124681933842239vw;--top: 33.587786259541986vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5472 {--left: 5.089058524173027vw;--top: 151.65394402035622vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.7989821882951653vw;row-gap: 2.7989821882951653vw;}  

.stage .e-1-5473 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 0.2544529262086514vw;border-style: solid;padding: 12.213740458015266vw 8.142493638676845vw 12.213740458015266vw 8.142493638676845vw;border-radius: 8.142493638676845vw;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-1-5474 {width: 63.358778625954194vw;--left: 8.142493638676845vw;--top: 12.213740458015266vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5475 {width: 63.358778625954194vw;--left: 8.142493638676845vw;--top: 24.427480916030532vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5476 {width: 10.296397900763358vw;height: 10.178117048346055vw;--left: 34.73282442748092vw;--top: 115.77608142493638vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/group_6521_1753035435225.svg);}  

.stage .e-1-5479 {--left: 0vw;--top: 128.7531806615776vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 0.2544529262086514vw;border-style: solid;padding: 12.213740458015266vw 8.142493638676845vw 12.213740458015266vw 8.142493638676845vw;border-radius: 8.142493638676845vw;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-1-5480 {width: 63.358778625954194vw;--left: 8.142493638676845vw;--top: 12.213740458015266vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5481 {width: 63.358778625954194vw;--left: 8.142493638676845vw;--top: 24.427480916030532vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5482 {width: 30.53435114503817vw;height: 30.53435114503817vw;--left: 7.124681933842239vw;--top: -4.071246819338422vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--position: absolute;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;--position-top: var(--top);--position-left: var(--left);left: var(--left); top: var(--top);font-size: 16;font-family: Arial;font-weight: 400;column-gap: 1.7811704834605597vw;row-gap: 1.7811704834605597vw;}  

.stage .e-1-5483 {width: 31.05816634860051vw;height: 31.057917859414758vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--position: absolute;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--position-top: var(--top);--position-left: var(--left);left: var(--left); top: var(--top);font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEyMyIgaGVpZ2h0PSIxMjMiIHZpZXdCb3g9IjAgMCAxMjMgMTIzIiBmaWxsPSJub25lIj4KPGcgaWQ9Ikdyb3VwIDY1MjMiIGRhdGEtbm9kZS1pZD0iMTo1NDgzIj4KPGcgaWQ9IkVsbGlwc2UgNDI3IiBkYXRhLW5vZGUtaWQ9IjE6NTQ4NCIgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZ25fMV81NDgzKSI+CjxjaXJjbGUgY3g9IjYxLjUiIGN5PSI2MS40OTk1IiByPSI2MC40NjI4IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMV81NDgzKSIvPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZ25fMV81NDgzIiB4PSIwLjAwMDczMTEwMyIgeT0iMC4wMDAyMzkwNTYiIHdpZHRoPSIxMjIuOTk5IiBoZWlnaHQ9IjEyMi45OTkiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuMjQ1NjE0MDUxODE4ODQ3NjYgMC4yNDU2MTQwNTE4MTg4NDc2NiIgbnVtT2N0YXZlcz0iMyIgc2VlZD0iNjc3NCIvPgo8ZmVEaXNwbGFjZW1lbnRNYXAgaW49InNoYXBlIiBzY2FsZT0iMi4wNTcxNDI3MzQ1Mjc1ODc5IiB4Q2hhbm5lbFNlbGVjdG9yPSJSIiB5Q2hhbm5lbFNlbGVjdG9yPSJHIiByZXN1bHQ9ImRpc3BsYWNlZEltYWdlIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIi8+CjxmZU1lcmdlIHJlc3VsdD0iZWZmZWN0MV90ZXh0dXJlXzFfNTQ4MyI+CjxmZU1lcmdlTm9kZSBpbj0iZGlzcGxhY2VkSW1hZ2UiLz4KPC9mZU1lcmdlPgo8ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC40NjY2NjY2Njg2NTM0ODgxNiAwLjQ2NjY2NjY2ODY1MzQ4ODE2IiBzdGl0Y2hUaWxlcz0ic3RpdGNoIiBudW1PY3RhdmVzPSIzIiByZXN1bHQ9Im5vaXNlIiBzZWVkPSI4MDA3Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJub2lzZSIgdHlwZT0ibHVtaW5hbmNlVG9BbHBoYSIgcmVzdWx0PSJhbHBoYU5vaXNlIi8+CjxmZUNvbXBvbmVudFRyYW5zZmVyIGluPSJhbHBoYU5vaXNlIiByZXN1bHQ9ImNvbG9yZWROb2lzZTEiPgo8ZmVGdW5jQSB0eXBlPSJkaXNjcmV0ZSIgdGFibGVWYWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgIi8+CjwvZmVDb21wb25lbnRUcmFuc2Zlcj4KPGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJpbiIgaW4yPSJlZmZlY3QxX3RleHR1cmVfMV81NDgzIiBpbj0iY29sb3JlZE5vaXNlMSIgcmVzdWx0PSJub2lzZTFDbGlwcGVkIi8+CjxmZUZsb29kIGZsb29kLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNDUpIiByZXN1bHQ9ImNvbG9yMUZsb29kIi8+CjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0ibm9pc2UxQ2xpcHBlZCIgaW49ImNvbG9yMUZsb29kIiByZXN1bHQ9ImNvbG9yMSIvPgo8ZmVNZXJnZSByZXN1bHQ9ImVmZmVjdDJfbm9pc2VfMV81NDgzIj4KPGZlTWVyZ2VOb2RlIGluPSJlZmZlY3QxX3RleHR1cmVfMV81NDgzIi8+CjxmZU1lcmdlTm9kZSBpbj0iY29sb3IxIi8+CjwvZmVNZXJnZT4KPC9maWx0ZXI+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xXzU0ODMiIHgxPSI2MS41MDgiIHkxPSIxLjA0NDc0IiB4Mj0iNjEuNTA4IiB5Mj0iMTIxLjk3IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzOThBRjUiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMzk4QUY1IiBzdG9wLW9wYWNpdHk9IjAuMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPg==);}  

.stage .e-1-5485 {width: 20.480356386296318vw;--left: 5.026936227735368vw;--top: 7.1712736561704835vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 1.7811704834605597vw 1.7811704834605597vw 1.7811704834605597vw 1.7811704834605597vw;column-gap: 1.7811704834605597vw;row-gap: 1.7811704834605597vw;}  

.stage .e-1-5486 {width: 16.75665663702191vw;--left: 1.861680979643766vw;--top: 1.8618052242366412vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 3.5623409669211195vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1498258209228516;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5487 {--left: 0vw;--top: 418.3206106870229vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 0vw 8.142493638676845vw 0vw 8.142493638676845vw;}  

.stage .e-1-5488 {--left: 8.142493638676845vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-1-5489 {width: 17.279052734375vw;height: 9.459487293816098vw;--left: 32.03870392028091vw;--top: 0.000015117086807227962vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/group_6518_1753035436797.svg);}  

.stage .e-1-5492 {width: 73.53689567430025vw;--left: 0.2544529262086514vw;--top: 21.119592875318066vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5493 {--left: 5.089058524173027vw;--top: 1070.1815461991093vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: -5.089058524173027vw;row-gap: -5.089058524173027vw;}  

.stage .e-1-5494 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;background-color: rgba(248,245,240,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 27.989821882951656vw 5.089058524173027vw 18.3206106870229vw 5.089058524173027vw;border-radius: 8.142493638676845vw;column-gap: 12.213740458015266vw;row-gap: 12.213740458015266vw;}  

.stage .e-1-5495 {--left: 5.089058524173027vw;--top: 27.989821882951656vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 31.297709923664126vw;row-gap: 31.297709923664126vw;}  

.stage .e-1-5496 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-1-5497 {width: 59.28753180661578vw;--left: 20.35623409669211vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1.0416666412353515;letter-spacing: -0.2544529262086514vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5498 {width: 66.66666666666666vw;--left: 12.977099236641221vw;--top: 33.587786259541986vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5499 {--left: 5.089058524173027vw;--top: 100.25445292620864vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.7989821882951653vw;row-gap: 2.7989821882951653vw;}  

.stage .e-1-5500 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 0.2544529262086514vw;border-style: solid;padding: 12.213740458015266vw 8.142493638676845vw 12.213740458015266vw 8.142493638676845vw;border-radius: 8.142493638676845vw;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-1-5501 {width: 63.358778625954194vw;--left: 8.142493638676845vw;--top: 12.213740458015266vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5502 {width: 63.358778625954194vw;--left: 8.142493638676845vw;--top: 24.427480916030532vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5503 {width: 10.31975588422392vw;height: 10.79523994115776vw;--left: 34.987277353689564vw;--top: 115.77608142493638vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/group_6526_1753035438316.svg);}  

.stage .e-1-5506 {--left: 0vw;--top: 126.46310432569973vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 0.2544529262086514vw;border-style: solid;padding: 12.213740458015266vw 8.142493638676845vw 12.213740458015266vw 8.142493638676845vw;border-radius: 8.142493638676845vw;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-1-5507 {width: 63.358778625954194vw;--left: 8.142493638676845vw;--top: 12.213740458015266vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5508 {width: 63.358778625954194vw;--left: 8.142493638676845vw;--top: 24.427480916030532vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5509 {width: 10.31975588422392vw;height: 10.795115696564887vw;--left: 34.987277353689564vw;--top: 237.91373449427482vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/group_6525_1753035439849.svg);}  

.stage .e-1-5512 {--left: 0vw;--top: 250.89083373091606vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 0.2544529262086514vw;border-style: solid;padding: 12.213740458015266vw 8.142493638676845vw 12.213740458015266vw 8.142493638676845vw;border-radius: 8.142493638676845vw;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-1-5513 {width: 63.358778625954194vw;--left: 8.142493638676845vw;--top: 12.213740458015266vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5514 {width: 63.358778625954194vw;--left: 8.142493638676845vw;--top: 32.56997455470738vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5515 {width: 30.53435114503817vw;height: 30.53435114503817vw;--left: 7.124681933842239vw;--top: -4.071246819338422vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--position: absolute;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;--position-top: var(--top);--position-left: var(--left);left: var(--left); top: var(--top);font-size: 16;font-family: Arial;font-weight: 400;column-gap: 1.7811704834605597vw;row-gap: 1.7811704834605597vw;}  

.stage .e-1-5516 {width: 31.05816634860051vw;height: 31.057917859414758vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--position: absolute;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--position-top: var(--top);--position-left: var(--left);left: var(--left); top: var(--top);font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEyMyIgaGVpZ2h0PSIxMjMiIHZpZXdCb3g9IjAgMCAxMjMgMTIzIiBmaWxsPSJub25lIj4KPGcgaWQ9Ikdyb3VwIDY1MjMiIGRhdGEtbm9kZS1pZD0iMTo1NTE2Ij4KPGcgaWQ9IkVsbGlwc2UgNDI3IiBkYXRhLW5vZGUtaWQ9IjE6NTUxNyIgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZ25fMV81NTE2KSI+CjxjaXJjbGUgY3g9IjYxLjUiIGN5PSI2MS40OTk1IiByPSI2MC40NjI4IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMV81NTE2KSIvPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZ25fMV81NTE2IiB4PSIwLjAwMDczMTEwMyIgeT0iMC4wMDAyMzkwNTYiIHdpZHRoPSIxMjIuOTk5IiBoZWlnaHQ9IjEyMi45OTkiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuMjQ1NjE0MDUxODE4ODQ3NjYgMC4yNDU2MTQwNTE4MTg4NDc2NiIgbnVtT2N0YXZlcz0iMyIgc2VlZD0iNjc3NCIvPgo8ZmVEaXNwbGFjZW1lbnRNYXAgaW49InNoYXBlIiBzY2FsZT0iMi4wNTcxNDI3MzQ1Mjc1ODc5IiB4Q2hhbm5lbFNlbGVjdG9yPSJSIiB5Q2hhbm5lbFNlbGVjdG9yPSJHIiByZXN1bHQ9ImRpc3BsYWNlZEltYWdlIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIi8+CjxmZU1lcmdlIHJlc3VsdD0iZWZmZWN0MV90ZXh0dXJlXzFfNTUxNiI+CjxmZU1lcmdlTm9kZSBpbj0iZGlzcGxhY2VkSW1hZ2UiLz4KPC9mZU1lcmdlPgo8ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC40NjY2NjY2Njg2NTM0ODgxNiAwLjQ2NjY2NjY2ODY1MzQ4ODE2IiBzdGl0Y2hUaWxlcz0ic3RpdGNoIiBudW1PY3RhdmVzPSIzIiByZXN1bHQ9Im5vaXNlIiBzZWVkPSI4MDA3Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJub2lzZSIgdHlwZT0ibHVtaW5hbmNlVG9BbHBoYSIgcmVzdWx0PSJhbHBoYU5vaXNlIi8+CjxmZUNvbXBvbmVudFRyYW5zZmVyIGluPSJhbHBoYU5vaXNlIiByZXN1bHQ9ImNvbG9yZWROb2lzZTEiPgo8ZmVGdW5jQSB0eXBlPSJkaXNjcmV0ZSIgdGFibGVWYWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgIi8+CjwvZmVDb21wb25lbnRUcmFuc2Zlcj4KPGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJpbiIgaW4yPSJlZmZlY3QxX3RleHR1cmVfMV81NTE2IiBpbj0iY29sb3JlZE5vaXNlMSIgcmVzdWx0PSJub2lzZTFDbGlwcGVkIi8+CjxmZUZsb29kIGZsb29kLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNDUpIiByZXN1bHQ9ImNvbG9yMUZsb29kIi8+CjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0ibm9pc2UxQ2xpcHBlZCIgaW49ImNvbG9yMUZsb29kIiByZXN1bHQ9ImNvbG9yMSIvPgo8ZmVNZXJnZSByZXN1bHQ9ImVmZmVjdDJfbm9pc2VfMV81NTE2Ij4KPGZlTWVyZ2VOb2RlIGluPSJlZmZlY3QxX3RleHR1cmVfMV81NTE2Ii8+CjxmZU1lcmdlTm9kZSBpbj0iY29sb3IxIi8+CjwvZmVNZXJnZT4KPC9maWx0ZXI+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xXzU1MTYiIHgxPSI2MS41MDgiIHkxPSIxLjA0NDc0IiB4Mj0iNjEuNTA4IiB5Mj0iMTIxLjk3IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiM2RUI3N0UiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNkVCNzdFIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPg==);}  

.stage .e-1-5518 {width: 20.480356386296318vw;--left: 5.026936227735368vw;--top: 9.206897065839694vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 1.7811704834605597vw 1.7811704834605597vw 1.7811704834605597vw 1.7811704834605597vw;column-gap: 1.7811704834605597vw;row-gap: 1.7811704834605597vw;}  

.stage .e-1-5519 {width: 16.75665663702191vw;--left: 1.861680979643766vw;--top: 1.8618052242366412vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 3.5623409669211195vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1498258209228516;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5520 {--left: 5.089058524173027vw;--top: 1570.4362476145038vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;background-color: rgba(248,245,240,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 27.989821882951656vw 5.089058524173027vw 18.3206106870229vw 5.089058524173027vw;border-radius: 8.142493638676845vw;column-gap: 18.3206106870229vw;row-gap: 18.3206106870229vw;}  

.stage .e-1-5521 {--left: 5.089058524173027vw;--top: 27.989821882951656vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12.213740458015266vw;row-gap: 12.213740458015266vw;}  

.stage .e-1-5522 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-1-5523 {width: 79.64376590330788vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1.0416666412353515;letter-spacing: -0.2544529262086514vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1-5524 {width: 79.64376590330788vw;--left: 0vw;--top: 20.865139949109416vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-frame-1751526167303 {width: 76.08142493638677vw;height: 40.71246819338422vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mcnc4fy {width: 76.33587786259542vw;height: 20.35623409669211vw;--left: 0vw;--top: 0vw;--justify-self: left;--align-self: start;background-color: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2FsqufjlAjT6g3lblbU8LXJRfNb7Q2%2Fassets%2Fmedia%2Fbrands-02-1751526098314?alt=media&token=6f22d072-9a05-4873-98e5-da41ac272975);font-size: 16;font-family: Arial;font-weight: 400;object-position: 50% 50%;background-repeat: no-repeat;object-fit: contain;}  

.stage .e-e-mcndf0k {width: 76.33587786259542vw;height: 20.35623409669211vw;--left: 0vw;--top: 20.35623409669211vw;--justify-self: left;--align-self: start;background-color: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2FsqufjlAjT6g3lblbU8LXJRfNb7Q2%2Fassets%2Fmedia%2Fbrands-01-1751526121998?alt=media&token=6ecd7134-412f-4d96-801e-95f194788335);font-size: 16;font-family: Arial;font-weight: 400;object-position: 50% 50%;background-repeat: no-repeat;object-fit: contain;}  

.stage .e-1-5528 {width: 30.53435114503817vw;height: 30.53435114503817vw;--left: 7.124681933842239vw;--top: -4.071246819338422vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--position: absolute;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;--position-top: var(--top);--position-left: var(--left);left: var(--left); top: var(--top);font-size: 16;font-family: Arial;font-weight: 400;column-gap: 1.7811704834605597vw;row-gap: 1.7811704834605597vw;}  

.stage .e-1-5529 {width: 31.05816634860051vw;height: 31.057669370229007vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--position: absolute;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--position-top: var(--top);--position-left: var(--left);left: var(--left); top: var(--top);font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEyMyIgaGVpZ2h0PSIxMjMiIHZpZXdCb3g9IjAgMCAxMjMgMTIzIiBmaWxsPSJub25lIj4KPGcgaWQ9Ikdyb3VwIDY1MjMiIGRhdGEtbm9kZS1pZD0iMTo1NTI5Ij4KPGcgaWQ9IkVsbGlwc2UgNDI3IiBkYXRhLW5vZGUtaWQ9IjE6NTUzMCIgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZ25fMV81NTI5KSI+CjxjaXJjbGUgY3g9IjYxLjUiIGN5PSI2MS40OTkiIHI9IjYwLjQ2MjgiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xXzU1MjkpIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9nbl8xXzU1MjkiIHg9IjAuMDAwNzMxMTAzIiB5PSItMC4wMDAyNTI5OTEiIHdpZHRoPSIxMjIuOTk5IiBoZWlnaHQ9IjEyMi45OTkiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuMjQ1NjE0MDUxODE4ODQ3NjYgMC4yNDU2MTQwNTE4MTg4NDc2NiIgbnVtT2N0YXZlcz0iMyIgc2VlZD0iNjc3NCIvPgo8ZmVEaXNwbGFjZW1lbnRNYXAgaW49InNoYXBlIiBzY2FsZT0iMi4wNTcxNDI3MzQ1Mjc1ODc5IiB4Q2hhbm5lbFNlbGVjdG9yPSJSIiB5Q2hhbm5lbFNlbGVjdG9yPSJHIiByZXN1bHQ9ImRpc3BsYWNlZEltYWdlIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIi8+CjxmZU1lcmdlIHJlc3VsdD0iZWZmZWN0MV90ZXh0dXJlXzFfNTUyOSI+CjxmZU1lcmdlTm9kZSBpbj0iZGlzcGxhY2VkSW1hZ2UiLz4KPC9mZU1lcmdlPgo8ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC40NjY2NjY2Njg2NTM0ODgxNiAwLjQ2NjY2NjY2ODY1MzQ4ODE2IiBzdGl0Y2hUaWxlcz0ic3RpdGNoIiBudW1PY3RhdmVzPSIzIiByZXN1bHQ9Im5vaXNlIiBzZWVkPSI4MDA3Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJub2lzZSIgdHlwZT0ibHVtaW5hbmNlVG9BbHBoYSIgcmVzdWx0PSJhbHBoYU5vaXNlIi8+CjxmZUNvbXBvbmVudFRyYW5zZmVyIGluPSJhbHBoYU5vaXNlIiByZXN1bHQ9ImNvbG9yZWROb2lzZTEiPgo8ZmVGdW5jQSB0eXBlPSJkaXNjcmV0ZSIgdGFibGVWYWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgIi8+CjwvZmVDb21wb25lbnRUcmFuc2Zlcj4KPGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJpbiIgaW4yPSJlZmZlY3QxX3RleHR1cmVfMV81NTI5IiBpbj0iY29sb3JlZE5vaXNlMSIgcmVzdWx0PSJub2lzZTFDbGlwcGVkIi8+CjxmZUZsb29kIGZsb29kLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNDUpIiByZXN1bHQ9ImNvbG9yMUZsb29kIi8+CjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0ibm9pc2UxQ2xpcHBlZCIgaW49ImNvbG9yMUZsb29kIiByZXN1bHQ9ImNvbG9yMSIvPgo8ZmVNZXJnZSByZXN1bHQ9ImVmZmVjdDJfbm9pc2VfMV81NTI5Ij4KPGZlTWVyZ2VOb2RlIGluPSJlZmZlY3QxX3RleHR1cmVfMV81NTI5Ii8+CjxmZU1lcmdlTm9kZSBpbj0iY29sb3IxIi8+CjwvZmVNZXJnZT4KPC9maWx0ZXI+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xXzU1MjkiIHgxPSI2MS41MDgiIHkxPSIxLjA0NDI0IiB4Mj0iNjEuNTA4IiB5Mj0iMTIxLjk3IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNBMTdCRjIiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQTE3QkYyIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPg==);}  

.stage .e-1-5531 {width: 20.480356386296318vw;--left: 5.026936227735368vw;--top: 11.24239623091603vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 1.7811704834605597vw 1.7811704834605597vw 1.7811704834605597vw 1.7811704834605597vw;column-gap: 1.7811704834605597vw;row-gap: 1.7811704834605597vw;}  

.stage .e-1-5532 {width: 16.75665663702191vw;--left: 1.861680979643766vw;--top: 1.8619294688295165vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 3.5623409669211195vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1498258209228516;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}    

:root, .viewport, .page, body {
  --active-menu-line: 0;
}

html body *.active, .active *  {
  --active-menu-line: 1;
}

 .stage .e-e-md7axtk {--left: 3655px;--top: 637px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;column-gap: 10px;row-gap: 10px;min-width: 1280;}  

.stage .e-e-md7w1ae {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 0px 0px 0px;}  

.stage .e-e-md7ilmo {--left: 0px;--top: 102px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;padding: 90px 0px 72px 0px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7ajcu {--left: 0px;--top: 90px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 160px 0px 160px;column-gap: 72px;row-gap: 72px;}  

.stage .e-e-md7only {--left: 160px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md7gl9f {--left: 169.5px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 44px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -0.88px;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7vo8f {width: 868px;--left: 46px;--top: 50px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 92px;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1.0434782409667969;letter-spacing: -0.92px;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7e0q6 {width: 960px;--left: 160px;--top: 314px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.0625;letter-spacing: -0.64px;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7q8z9 {width: 1280px;--left: 0px;--top: 922px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;padding: 32px 32px 32px 32px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md78e46 {width: 1216px;height: 1476px;--left: 32px;--top: 32px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md72udz {width: 1216px;height: 1000px;--left: 0px;--top: 476px;--flex-direction: column;--justify-self: left;--align-self: start;background-color: rgba(230,229,228,1);font-size: 16;font-family: Arial;font-weight: 400;border-radius: 33.013912200927734px;}  

.stage .e-e-md7ykbb {width: 1112.6650390625px;height: 743.2861328125px;--left: 52px;--top: 0.00048828125px;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md782kn {width: 802.892578125px;height: 251.939453125px;--left: 0.000042637926526367664px;--top: 348.87841796875px;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9Ijc5MCIgaGVpZ2h0PSIzMjkiIHZpZXdCb3g9IjAgMCA3OTAgMzI5IiBmaWxsPSJub25lIj4KPGcgaWQ9IlN1YnRyYWN0IiBkYXRhLW5vZGUtaWQ9IjEwNTc6NDQ1NzUiIGZpbHRlcj0idXJsKCNmaWx0ZXIwX25fMTA1N180NDU3NSkiPgo8cGF0aCBkPSJNNzkwIDE0Ni44MjZDNjkxLjgyNSAyODAuMzQ5IDUyMi43OSAzNTMuNjIgMzQ4LjkyNyAzMjEuMzA3QzE3NS4wNjUgMjg4Ljk5MyA0My42NDQzIDE1OS44OCAwIDBMNzkwIDE0Ni44MjZaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTA1N180NDU3NSkiLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9uXzEwNTdfNDQ1NzUiIHg9IjAiIHk9IjAiIHdpZHRoPSI3OTAiIGhlaWdodD0iMzI4Ljg5NSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC4wODg0OTU1NzQ4OTE1NjcyMyAwLjA4ODQ5NTU3NDg5MTU2NzIzIiBzdGl0Y2hUaWxlcz0ic3RpdGNoIiBudW1PY3RhdmVzPSIzIiByZXN1bHQ9Im5vaXNlIiBzZWVkPSI2OTk4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJub2lzZSIgdHlwZT0ibHVtaW5hbmNlVG9BbHBoYSIgcmVzdWx0PSJhbHBoYU5vaXNlIi8+CjxmZUNvbXBvbmVudFRyYW5zZmVyIGluPSJhbHBoYU5vaXNlIiByZXN1bHQ9ImNvbG9yZWROb2lzZTEiPgo8ZmVGdW5jQSB0eXBlPSJkaXNjcmV0ZSIgdGFibGVWYWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgIi8+CjwvZmVDb21wb25lbnRUcmFuc2Zlcj4KPGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJpbiIgaW4yPSJzaGFwZSIgaW49ImNvbG9yZWROb2lzZTEiIHJlc3VsdD0ibm9pc2UxQ2xpcHBlZCIvPgo8ZmVGbG9vZCBmbG9vZC1jb2xvcj0icmdiYSgxNTEsIDcxLCAyNTUsIDAuNDcpIiByZXN1bHQ9ImNvbG9yMUZsb29kIi8+CjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0ibm9pc2UxQ2xpcHBlZCIgaW49ImNvbG9yMUZsb29kIiByZXN1bHQ9ImNvbG9yMSIvPgo8ZmVNZXJnZSByZXN1bHQ9ImVmZmVjdDFfbm9pc2VfMTA1N180NDU3NSI+CjxmZU1lcmdlTm9kZSBpbj0ic2hhcGUiLz4KPGZlTWVyZ2VOb2RlIGluPSJjb2xvcjEiLz4KPC9mZU1lcmdlPgo8L2ZpbHRlcj4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzEwNTdfNDQ1NzUiIHgxPSItMjMuMDM2MyIgeTE9IjEyMy45NDciIHgyPSI4NTUuMzA5IiB5Mj0iMTM1LjIyOCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRjM1RTIxIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgo8c3RvcCBvZmZzZXQ9IjAuNTE3NDQyIiBzdG9wLWNvbG9yPSIjRjM1RTIxIiBzdG9wLW9wYWNpdHk9IjAuNDgiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQjA4QkZGIiBzdG9wLW9wYWNpdHk9IjAuNzEiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4=);backdrop-filter:  blur(0px);transform: translate3d(0, 0, 0);}  

.stage .e-e-md7nkez {width: 92.70763397216797px;height: 92.70763397216797px;--left: 732.8798828125px;--top: 0px;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjkzIiBoZWlnaHQ9IjkzIiB2aWV3Qm94PSIwIDAgOTMgOTMiIGZpbGw9Im5vbmUiPgo8Y2lyY2xlIGlkPSJFbGxpcHNlIDQxNCIgZGF0YS1ub2RlLWlkPSIxMDU3OjQ0NTc4IiBjeD0iNDYuNDk5OCIgY3k9IjQ2LjQ5OTgiIHI9IjQ2LjQ5OTgiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPg==);}  

.stage .e-e-md783ne {width: 956.0274047851562px;height: 535.7955932617188px;--left: 156.6376953125px;--top: 79.5267333984375px;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-e-md7facy {width: 1216px;--left: 0px;--top: 751px;--display: flex;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;padding: 90px 0px 90px 0px;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-md7j29n {--left: 0px;--top: 90px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 32px 48px 32px 48px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7p8uw {--left: 67px;--top: 32px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 50px;row-gap: 50px;}  

.stage .e-e-md7hv8j {width: 1101px;--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md7uuuz {width: 902px;--left: 199px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 44px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -0.88px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7omw9 {--left: 0px;--top: 286px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 32px 48px 32px 48px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7ywan {height: 285px;--left: 48px;--top: 32px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 54px;row-gap: 54px;}  

.stage .e-e-md7xt5w {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: 100%;--el-height: 100%;height: stretch;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 25px;row-gap: 25px;}  

.stage .e-e-md79m23 {width: 82px;--left: 98.7998046875px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 4px;border-style: solid;padding: 16px 16px 16px 16px;border-radius: 1000px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md74dlj {width: 50px;--left: 16px;--top: 16px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 44px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -1.3199999999999998px;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7do59 {--left: 0px;--top: 107px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2px;row-gap: 2px;}  

.stage .e-e-md7rbor {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6px;row-gap: 6px;}  

.stage .e-e-md78ult {width: 180.8000030517578px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7pytu {width: 180.8000030517578px;--left: 0px;--top: 70px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7c600 {--left: 0px;--top: 116px;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-md7jjte {width: 0px;height: 0px;--left: 0px;--top: 2px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md76cg5 {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: Inter;font-weight: 600;direction: rtl;line-height: 1.5;text-align: LEFT;vertical-align: TOP;color: rgba(105,65,198,1);}  

.stage .e-e-md79622 {width: 0px;height: 0px;--left: 125px;--top: 2px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md7979w {--left: 234.7998046875px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: 100%;--el-height: 100%;height: stretch;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 25px;row-gap: 25px;}  

.stage .e-e-md7p007 {width: 82px;--left: 98.7998046875px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 4px;border-style: solid;padding: 16px 16px 16px 16px;border-radius: 1000px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7k6lb {width: 50px;--left: 16px;--top: 16px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 44px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -1.3199999999999998px;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md712zh {--left: 0px;--top: 107px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2px;row-gap: 2px;}  

.stage .e-e-md7ou9z {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6px;row-gap: 6px;}  

.stage .e-e-md7p9by {width: 180.8000030517578px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md777gh {width: 180.8000030517578px;--left: 0px;--top: 70px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7fsp6 {--left: 0px;--top: 116px;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-md77n5g {width: 0px;height: 0px;--left: 0px;--top: 2px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md7i58w {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: Inter;font-weight: 600;direction: rtl;line-height: 1.5;text-align: LEFT;vertical-align: TOP;color: rgba(105,65,198,1);}  

.stage .e-e-md7lc0j {width: 0px;height: 0px;--left: 125px;--top: 2px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md75in6 {--left: 469.599609375px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: 100%;--el-height: 100%;height: stretch;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 25px;row-gap: 25px;}  

.stage .e-e-md7pzre {width: 82px;--left: 98.7998046875px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 4px;border-style: solid;padding: 16px 16px 16px 16px;border-radius: 1000px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7y7eh {width: 50px;--left: 16px;--top: 16px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 44px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -1.3199999999999998px;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7cdko {height: 108px;--left: 0px;--top: 107px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2px;row-gap: 2px;}  

.stage .e-e-md7lftc {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6px;row-gap: 6px;}  

.stage .e-e-md778i4 {width: 180.8000030517578px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7jifg {width: 180.8000030517578px;--left: 0px;--top: 70px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7441u {--left: 0px;--top: 116px;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-md70p9q {width: 0px;height: 0px;--left: 0px;--top: 2px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md7zrfc {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: Inter;font-weight: 600;direction: rtl;line-height: 1.5;text-align: LEFT;vertical-align: TOP;color: rgba(105,65,198,1);}  

.stage .e-e-md7s05u {width: 0px;height: 0px;--left: 125px;--top: 2px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md7fns2 {--left: 704.400390625px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: 100%;--el-height: 100%;height: stretch;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 25px;row-gap: 25px;}  

.stage .e-e-md7doxm {width: 82px;--left: 98.7998046875px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 4px;border-style: solid;padding: 16px 16px 16px 16px;border-radius: 1000px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7fif1 {width: 50px;--left: 16px;--top: 16px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 44px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -1.3199999999999998px;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md704dd {--left: 0px;--top: 107px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2px;row-gap: 2px;}  

.stage .e-e-md7asyu {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6px;row-gap: 6px;}  

.stage .e-e-md7ewqb {width: 180.80001831054688px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md737vk {width: 180.80001831054688px;--left: 0px;--top: 38px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7uld6 {--left: 0px;--top: 116px;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-md7wy00 {width: 0px;height: 0px;--left: 0px;--top: 2px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md7a0jc {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: Inter;font-weight: 600;direction: rtl;line-height: 1.5;text-align: LEFT;vertical-align: TOP;color: rgba(105,65,198,1);}  

.stage .e-e-md78aru {width: 0px;height: 0px;--left: 125px;--top: 2px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md7jqsx {--left: 939.2001953125px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: 100%;--el-height: 100%;height: stretch;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 25px;row-gap: 25px;}  

.stage .e-e-md74khw {width: 82px;--left: 98.7998046875px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 4px;border-style: solid;padding: 16px 16px 16px 16px;border-radius: 1000px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7yuq9 {width: 50px;--left: 16px;--top: 16px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 44px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -1.3199999999999998px;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7uora {--left: 0px;--top: 107px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2px;row-gap: 2px;}  

.stage .e-e-md7tm8u {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6px;row-gap: 6px;}  

.stage .e-e-md7olmh {width: 180.80001831054688px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7p428 {width: 180.80001831054688px;--left: 0px;--top: 70px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7esaq {width: 1280px;--left: 0px;--top: 2462px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 90px 32px 90px 32px;column-gap: 90px;row-gap: 90px;}  

.stage .e-e-md7mcjx {--left: 32px;--top: 90px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: flex-end;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 10px 10px 10px 10px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7t2m1 {--left: 389px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 63.964454650878906px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 0.9677419281005859;letter-spacing: -1.9189336395263672px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7f0vx {--left: 32px;--top: 262px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: -32px;row-gap: -32px;}  

.stage .e-e-md71p6g {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;background-color: rgba(248,245,240,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 72px 48px 72px 48px;border-radius: 32px;column-gap: 72px;row-gap: 72px;}  

.stage .e-e-md73my3 {height: 228px;--left: 48px;--top: 72px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--justify-content: space-between;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 123.80216979980469px;row-gap: 0px;}  

.stage .e-e-md7o09o {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-md7llvx {width: 1120px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 45.39413070678711px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;letter-spacing: -0.9078826141357422px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7fcro {width: 730.0801550288904px;--left: 389.91984497110957px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 19.60201072692871px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4736842346191406;letter-spacing: 0px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7x3jg {--left: 48px;--top: 372px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: space-between;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 0px;row-gap: 11px;}  

.stage .e-e-md7wj6o {width: 310px;height: 476px;--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1px;border-style: solid;padding: 56px 32px 56px 32px;border-radius: 32px;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md7v8kp {width: 246px;--left: 32px;--top: 56px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7wf5i {width: 246px;--left: 32px;--top: 110px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7xywg {width: 54.6435546875px;height: 54px;--left: 330.5px;--top: 211px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/section_1753035456513.svg);}  

.stage .e-e-md7z6e4 {width: 310px;height: 476px;--left: 405px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1px;border-style: solid;padding: 56px 32px 56px 32px;border-radius: 32px;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md7yivz {width: 246px;--left: 32px;--top: 56px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7q4v3 {width: 246px;height: 196px;--left: 32px;--top: 110px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mdh8nkr {width: 54.6435546875px;height: 54px;--left: 735.5px;--top: 211px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/section_1753035456513.svg);}  

.stage .e-e-md75lxr {width: 310px;height: 476px;--left: 810px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1px;border-style: solid;padding: 56px 32px 56px 32px;border-radius: 32px;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md74e2j {width: 246px;--left: 32px;--top: 56px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7k209 {width: 246px;--left: 32px;--top: 148px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7s475 {width: 280px;height: 280px;--left: 72px;--top: -31px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--position: absolute;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;--position-top: var(--top);--position-left: var(--left);left: var(--left); top: var(--top);font-size: 16;font-family: Arial;font-weight: 400;padding: 92px 49px 92px 49px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7zlwz {width: 284.80078125px;height: 284.7998046875px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--position: absolute;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--position-top: var(--top);--position-left: var(--left);left: var(--left); top: var(--top);font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI4NSIgaGVpZ2h0PSIyODUiIHZpZXdCb3g9IjAgMCAyODUgMjg1IiBmaWxsPSJub25lIj4KPGcgaWQ9IlNlY3Rpb24iIGRhdGEtbm9kZS1pZD0iMTA1Nzo0NDY1MiI+CjxnIGlkPSJFbGxpcHNlIDQyNyIgZGF0YS1ub2RlLWlkPSIxMDU3OjQ0NjUzIiBmaWx0ZXI9InVybCgjZmlsdGVyMF9nbl8xMDU3XzQ0NjUyKSI+CjxjaXJjbGUgY3g9IjE0Mi41IiBjeT0iMTQyLjUiIHI9IjE0MC4wOTgiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xMDU3XzQ0NjUyKSIvPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZ25fMTA1N180NDY1MiIgeD0iMC4wMDAzOTA4MDMiIHk9Ii05Ljc4MmUtMDUiIHdpZHRoPSIyODQuOTk5IiBoZWlnaHQ9IjI4NC45OTkiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuMTA1MjYzMTU4Njc5MDA4NDggMC4xMDUyNjMxNTg2NzkwMDg0OCIgbnVtT2N0YXZlcz0iMyIgc2VlZD0iNjc3NCIvPgo8ZmVEaXNwbGFjZW1lbnRNYXAgaW49InNoYXBlIiBzY2FsZT0iNC44MDAwMDAxOTA3MzQ4NjMzIiB4Q2hhbm5lbFNlbGVjdG9yPSJSIiB5Q2hhbm5lbFNlbGVjdG9yPSJHIiByZXN1bHQ9ImRpc3BsYWNlZEltYWdlIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIi8+CjxmZU1lcmdlIHJlc3VsdD0iZWZmZWN0MV90ZXh0dXJlXzEwNTdfNDQ2NTIiPgo8ZmVNZXJnZU5vZGUgaW49ImRpc3BsYWNlZEltYWdlIi8+CjwvZmVNZXJnZT4KPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuMjAwMDAwMDAyOTgwMjMyMjQgMC4yMDAwMDAwMDI5ODAyMzIyNCIgc3RpdGNoVGlsZXM9InN0aXRjaCIgbnVtT2N0YXZlcz0iMyIgcmVzdWx0PSJub2lzZSIgc2VlZD0iODAwNyIvPgo8ZmVDb2xvck1hdHJpeCBpbj0ibm9pc2UiIHR5cGU9Imx1bWluYW5jZVRvQWxwaGEiIHJlc3VsdD0iYWxwaGFOb2lzZSIvPgo8ZmVDb21wb25lbnRUcmFuc2ZlciBpbj0iYWxwaGFOb2lzZSIgcmVzdWx0PSJjb2xvcmVkTm9pc2UxIj4KPGZlRnVuY0EgdHlwZT0iZGlzY3JldGUiIHRhYmxlVmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwICIvPgo8L2ZlQ29tcG9uZW50VHJhbnNmZXI+CjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0iZWZmZWN0MV90ZXh0dXJlXzEwNTdfNDQ2NTIiIGluPSJjb2xvcmVkTm9pc2UxIiByZXN1bHQ9Im5vaXNlMUNsaXBwZWQiLz4KPGZlRmxvb2QgZmxvb2QtY29sb3I9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC40NSkiIHJlc3VsdD0iY29sb3IxRmxvb2QiLz4KPGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJpbiIgaW4yPSJub2lzZTFDbGlwcGVkIiBpbj0iY29sb3IxRmxvb2QiIHJlc3VsdD0iY29sb3IxIi8+CjxmZU1lcmdlIHJlc3VsdD0iZWZmZWN0Ml9ub2lzZV8xMDU3XzQ0NjUyIj4KPGZlTWVyZ2VOb2RlIGluPSJlZmZlY3QxX3RleHR1cmVfMTA1N180NDY1MiIvPgo8ZmVNZXJnZU5vZGUgaW49ImNvbG9yMSIvPgo8L2ZlTWVyZ2U+CjwvZmlsdGVyPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTA1N180NDY1MiIgeDE9IjE0Mi41MDIiIHkxPSIyLjQwMzI2IiB4Mj0iMTQyLjUwMiIgeTI9IjI4Mi41OTkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0JGQkMwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQkZCQzAwIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPg==);}  

.stage .e-e-md7ehk4 {--left: 49.5px;--top: 92px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 10px 10px 10px 10px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7uoyb {width: 161px;--left: 10px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7p0by {--left: 0px;--top: 888px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 24px 72px 24px 72px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md78tkd {--left: 72px;--top: 24px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: flex-end;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 49px;row-gap: 49px;}  

.stage .e-e-md7uwp9 {width: 927.5px;--left: 0px;--top: 28px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7jsup {width: 98.69140625px;height: 93.314697265625px;--left: 976.5px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/section_1753035459542.svg);}  

.stage .e-e-md7bpdj {--left: 32px;--top: 1380px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: -32px;row-gap: -32px;}  

.stage .e-e-md7wzzt {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;background-color: rgba(248,245,240,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 72px 48px 72px 48px;border-radius: 32px;column-gap: 72px;row-gap: 72px;}  

.stage .e-e-md74cek {--left: 48px;--top: 72px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 123.80216979980469px;row-gap: 123.80216979980469px;}  

.stage .e-e-md7oqo7 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-md7t2ip {width: 1120px;--left: 1px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 45.39413070678711px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;letter-spacing: -0.9078826141357422px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7wzf7 {width: 699.0364361597922px;--left: 420.9635638402078px;--top: 91px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 19.60201072692871px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4736842346191406;text-align: RIGHT;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-e-md7upoi {--left: 48px;--top: 372px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: space-between;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 0px;row-gap: 11px;}  

.stage .e-e-md73q8f {width: 479px;height: 410px;--left: 80.97168644892548px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1px;border-style: solid;padding: 56px 48px 56px 48px;border-radius: 32px;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md72kzn {width: 416px;--left: 48px;--top: 56px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7i1zl {width: 416px;--left: 48px;--top: 94px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7yg92 {width: 54.6435546875px;height: 54px;--left: 533px;--top: 178px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/section_1753035461026.svg);}  

.stage .e-e-md7ylak {width: 479px;height: 410px;--left: 641.2967682593712px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1px;border-style: solid;padding: 56px 0px 56px 0px;border-radius: 32px;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md7f58i {width: 416px;--left: 48px;--top: 56px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7130a {width: 416px;--left: 48px;--top: 110px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7r53w {width: 280px;height: 280px;--left: 72px;--top: -30px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--position: absolute;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;--position-top: var(--top);--position-left: var(--left);left: var(--left); top: var(--top);font-size: 16;font-family: Arial;font-weight: 400;padding: 92px 49px 92px 49px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7zocu {width: 284.80078125px;height: 284.7998046875px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--position: absolute;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--position-top: var(--top);--position-left: var(--left);left: var(--left); top: var(--top);font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI4NSIgaGVpZ2h0PSIyODUiIHZpZXdCb3g9IjAgMCAyODUgMjg1IiBmaWxsPSJub25lIj4KPGcgaWQ9IlNlY3Rpb24iIGRhdGEtbm9kZS1pZD0iMTA1Nzo0NDY3OSI+CjxnIGlkPSJFbGxpcHNlIDQyNyIgZGF0YS1ub2RlLWlkPSIxMDU3OjQ0NjgwIiBmaWx0ZXI9InVybCgjZmlsdGVyMF9nbl8xMDU3XzQ0Njc5KSI+CjxjaXJjbGUgY3g9IjE0Mi41IiBjeT0iMTQyLjUiIHI9IjE0MC4wOTgiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xMDU3XzQ0Njc5KSIvPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZ25fMTA1N180NDY3OSIgeD0iMC4wMDAzOTA4MDMiIHk9Ii05Ljc4MmUtMDUiIHdpZHRoPSIyODQuOTk5IiBoZWlnaHQ9IjI4NC45OTkiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuMTA1MjYzMTU4Njc5MDA4NDggMC4xMDUyNjMxNTg2NzkwMDg0OCIgbnVtT2N0YXZlcz0iMyIgc2VlZD0iNjc3NCIvPgo8ZmVEaXNwbGFjZW1lbnRNYXAgaW49InNoYXBlIiBzY2FsZT0iNC44MDAwMDAxOTA3MzQ4NjMzIiB4Q2hhbm5lbFNlbGVjdG9yPSJSIiB5Q2hhbm5lbFNlbGVjdG9yPSJHIiByZXN1bHQ9ImRpc3BsYWNlZEltYWdlIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIi8+CjxmZU1lcmdlIHJlc3VsdD0iZWZmZWN0MV90ZXh0dXJlXzEwNTdfNDQ2NzkiPgo8ZmVNZXJnZU5vZGUgaW49ImRpc3BsYWNlZEltYWdlIi8+CjwvZmVNZXJnZT4KPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuMjAwMDAwMDAyOTgwMjMyMjQgMC4yMDAwMDAwMDI5ODAyMzIyNCIgc3RpdGNoVGlsZXM9InN0aXRjaCIgbnVtT2N0YXZlcz0iMyIgcmVzdWx0PSJub2lzZSIgc2VlZD0iODAwNyIvPgo8ZmVDb2xvck1hdHJpeCBpbj0ibm9pc2UiIHR5cGU9Imx1bWluYW5jZVRvQWxwaGEiIHJlc3VsdD0iYWxwaGFOb2lzZSIvPgo8ZmVDb21wb25lbnRUcmFuc2ZlciBpbj0iYWxwaGFOb2lzZSIgcmVzdWx0PSJjb2xvcmVkTm9pc2UxIj4KPGZlRnVuY0EgdHlwZT0iZGlzY3JldGUiIHRhYmxlVmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwICIvPgo8L2ZlQ29tcG9uZW50VHJhbnNmZXI+CjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0iZWZmZWN0MV90ZXh0dXJlXzEwNTdfNDQ2NzkiIGluPSJjb2xvcmVkTm9pc2UxIiByZXN1bHQ9Im5vaXNlMUNsaXBwZWQiLz4KPGZlRmxvb2QgZmxvb2QtY29sb3I9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC4yOCkiIHJlc3VsdD0iY29sb3IxRmxvb2QiLz4KPGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJpbiIgaW4yPSJub2lzZTFDbGlwcGVkIiBpbj0iY29sb3IxRmxvb2QiIHJlc3VsdD0iY29sb3IxIi8+CjxmZU1lcmdlIHJlc3VsdD0iZWZmZWN0Ml9ub2lzZV8xMDU3XzQ0Njc5Ij4KPGZlTWVyZ2VOb2RlIGluPSJlZmZlY3QxX3RleHR1cmVfMTA1N180NDY3OSIvPgo8ZmVNZXJnZU5vZGUgaW49ImNvbG9yMSIvPgo8L2ZlTWVyZ2U+CjwvZmlsdGVyPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTA1N180NDY3OSIgeDE9IjE0Mi41MDIiIHkxPSIyLjQwMzI2IiB4Mj0iMTQyLjUwMiIgeTI9IjI4Mi41OTkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzM5OEFGNSIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMzk4QUY1IiBzdG9wLW9wYWNpdHk9IjAuMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPg==);}  

.stage .e-e-md7vr2b {--left: 49.5px;--top: 73px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 10px 10px 10px 10px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7rv9v {width: 161px;--left: 10px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7pj1q {--left: 0px;--top: 822px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 16px 72px 16px 72px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md728av {--left: 72px;--top: 16px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: flex-end;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 49px;row-gap: 49px;}  

.stage .e-e-md7vj7o {--left: 330.5px;--top: 60px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md76wps {width: 98.69140625px;height: 93.31494140625px;--left: 976.5px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/section_1753035462486.svg);}  

.stage .e-e-md7g58x {--left: 32px;--top: 2416px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;background-color: rgba(248,245,240,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 72px 48px 72px 48px;border-radius: 32px;column-gap: 72px;row-gap: 72px;}  

.stage .e-e-md7fbmv {--left: 48px;--top: 72px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 123.80216979980469px;row-gap: 123.80216979980469px;}  

.stage .e-e-md7fj8o {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-md7tubp {width: 1120px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 45.39413070678711px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;letter-spacing: -0.9078826141357422px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7uo5q {width: 708px;--left: 412px;--top: 91px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 19.60201072692871px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4736842346191406;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7r01v {width: 280px;height: 280px;--left: 72px;--top: -34px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--position: absolute;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;--position-top: var(--top);--position-left: var(--left);left: var(--left); top: var(--top);font-size: 16;font-family: Arial;font-weight: 400;padding: 92px 49px 92px 49px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7pwyn {width: 284.80078125px;height: 284.7998046875px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--position: absolute;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--position-top: var(--top);--position-left: var(--left);left: var(--left); top: var(--top);font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI4NSIgaGVpZ2h0PSIyODUiIHZpZXdCb3g9IjAgMCAyODUgMjg1IiBmaWxsPSJub25lIj4KPGcgaWQ9IlNlY3Rpb24iIGRhdGEtbm9kZS1pZD0iMTA1Nzo0NDY5NSI+CjxnIGlkPSJFbGxpcHNlIDQyNyIgZGF0YS1ub2RlLWlkPSIxMDU3OjQ0Njk2IiBmaWx0ZXI9InVybCgjZmlsdGVyMF9nbl8xMDU3XzQ0Njk1KSI+CjxjaXJjbGUgY3g9IjE0Mi41IiBjeT0iMTQyLjUiIHI9IjE0MC4wOTgiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xMDU3XzQ0Njk1KSIvPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZ25fMTA1N180NDY5NSIgeD0iMC4wMDAzOTA4MDMiIHk9Ii05Ljc4MmUtMDUiIHdpZHRoPSIyODQuOTk5IiBoZWlnaHQ9IjI4NC45OTkiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuMTA1MjYzMTU4Njc5MDA4NDggMC4xMDUyNjMxNTg2NzkwMDg0OCIgbnVtT2N0YXZlcz0iMyIgc2VlZD0iNjc3NCIvPgo8ZmVEaXNwbGFjZW1lbnRNYXAgaW49InNoYXBlIiBzY2FsZT0iNC44MDAwMDAxOTA3MzQ4NjMzIiB4Q2hhbm5lbFNlbGVjdG9yPSJSIiB5Q2hhbm5lbFNlbGVjdG9yPSJHIiByZXN1bHQ9ImRpc3BsYWNlZEltYWdlIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIi8+CjxmZU1lcmdlIHJlc3VsdD0iZWZmZWN0MV90ZXh0dXJlXzEwNTdfNDQ2OTUiPgo8ZmVNZXJnZU5vZGUgaW49ImRpc3BsYWNlZEltYWdlIi8+CjwvZmVNZXJnZT4KPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuMjAwMDAwMDAyOTgwMjMyMjQgMC4yMDAwMDAwMDI5ODAyMzIyNCIgc3RpdGNoVGlsZXM9InN0aXRjaCIgbnVtT2N0YXZlcz0iMyIgcmVzdWx0PSJub2lzZSIgc2VlZD0iODAwNyIvPgo8ZmVDb2xvck1hdHJpeCBpbj0ibm9pc2UiIHR5cGU9Imx1bWluYW5jZVRvQWxwaGEiIHJlc3VsdD0iYWxwaGFOb2lzZSIvPgo8ZmVDb21wb25lbnRUcmFuc2ZlciBpbj0iYWxwaGFOb2lzZSIgcmVzdWx0PSJjb2xvcmVkTm9pc2UxIj4KPGZlRnVuY0EgdHlwZT0iZGlzY3JldGUiIHRhYmxlVmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwICIvPgo8L2ZlQ29tcG9uZW50VHJhbnNmZXI+CjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0iZWZmZWN0MV90ZXh0dXJlXzEwNTdfNDQ2OTUiIGluPSJjb2xvcmVkTm9pc2UxIiByZXN1bHQ9Im5vaXNlMUNsaXBwZWQiLz4KPGZlRmxvb2QgZmxvb2QtY29sb3I9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC4yOCkiIHJlc3VsdD0iY29sb3IxRmxvb2QiLz4KPGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJpbiIgaW4yPSJub2lzZTFDbGlwcGVkIiBpbj0iY29sb3IxRmxvb2QiIHJlc3VsdD0iY29sb3IxIi8+CjxmZU1lcmdlIHJlc3VsdD0iZWZmZWN0Ml9ub2lzZV8xMDU3XzQ0Njk1Ij4KPGZlTWVyZ2VOb2RlIGluPSJlZmZlY3QxX3RleHR1cmVfMTA1N180NDY5NSIvPgo8ZmVNZXJnZU5vZGUgaW49ImNvbG9yMSIvPgo8L2ZlTWVyZ2U+CjwvZmlsdGVyPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTA1N180NDY5NSIgeDE9IjE0Mi41MDIiIHkxPSIyLjQwMzI2IiB4Mj0iMTQyLjUwMiIgeTI9IjI4Mi41OTkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzZFQjc3RSIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNkVCNzdFIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPg==);}  

.stage .e-e-md7twsm {--left: 49.5px;--top: 92px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 10px 10px 10px 10px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7ih4x {width: 161px;--left: 10px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7tb58 {--left: 48px;--top: 293px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: space-between;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 0px;row-gap: 11px;}  

.stage .e-e-md7orhv {width: 310px;height: 494px;--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1px;border-style: solid;padding: 56px 32px 56px 32px;border-radius: 32px;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md74bjt {width: 246px;--left: 32px;--top: 56px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7vary {width: 246px;--left: 32px;--top: 170px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7zp0c {width: 55.33984375px;height: 68.19677734375px;--left: 331.7509765625px;--top: 214.25px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/section_1753035464011.svg);}  

.stage .e-e-md7ldb8 {width: 310px;height: 494px;--left: 405px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1px;border-style: solid;padding: 56px 32px 56px 32px;border-radius: 32px;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md7qrcc {width: 246px;--left: 32px;--top: 56px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md77kaj {width: 246px;--left: 32px;--top: 110px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7vgxn {width: 55.33984375px;height: 68.19677734375px;--left: 736.7509765625px;--top: 214.25px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/section_1753035465474.svg);}  

.stage .e-e-md7fh7m {width: 310px;height: 494px;--left: 810px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1px;border-style: solid;padding: 56px 32px 56px 32px;border-radius: 32px;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md77kgq {width: 246px;--left: 32px;--top: 56px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7mn0b {width: 246px;--left: 32px;--top: 106px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md76dgs {--left: 32px;--top: 3365px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;background-color: rgba(248,245,240,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 72px 72px 72px 72px;border-radius: 32px;column-gap: 72px;row-gap: 72px;}  

.stage .e-e-md773tc {--left: 72px;--top: 72px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-md7au71 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-md7wfy8 {width: 1072px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 45.39413070678711px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;letter-spacing: -0.9078826141357422px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7ahvj {width: 743px;--left: 329px;--top: 91px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 19.600000381469727px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3685614013671874;text-align: RIGHT;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-e-md7kfd4 {--left: 0px;--top: 177px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: flex-end;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-1753347646115 {width: 236.6379403706845px;height: 53.00391496261692px;--left: 551.991263472399px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;background-color: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2FqUvlMnHXKIQiHi8Tau89LhwWR0r2%2Fassets%2Fmedia%2Fimage-brands-2-1753347643261?alt=media&token=3a047693-3031-4ce4-8148-ce06d80fc2b7);font-size: 16;font-family: Arial;font-weight: 400;object-position: 50% 50%;background-repeat: no-repeat;object-fit: contain;}  

.stage .e-e-1753347700677 {width: 241.0737229841015px;height: 53.25060319647176px;--left: 879.7225455265552px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;background-color: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2FqUvlMnHXKIQiHi8Tau89LhwWR0r2%2Fassets%2Fmedia%2Fimage-brands-1753347698362?alt=media&token=66833417-412e-4e9b-85d9-5985c2d215aa);font-size: 16;font-family: Arial;font-weight: 400;object-position: 50% 50%;background-repeat: no-repeat;object-fit: contain;}  

.stage .e-e-md75hd1 {width: 280px;height: 280px;--left: 72px;--top: -31px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--position: absolute;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;--position-top: var(--top);--position-left: var(--left);left: var(--left); top: var(--top);font-size: 16;font-family: Arial;font-weight: 400;padding: 92px 49px 92px 49px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7jng7 {width: 284.80078125px;height: 284.7998046875px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--position: absolute;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--position-top: var(--top);--position-left: var(--left);left: var(--left); top: var(--top);font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI4NSIgaGVpZ2h0PSIyODUiIHZpZXdCb3g9IjAgMCAyODUgMjg1IiBmaWxsPSJub25lIj4KPGcgaWQ9IlNlY3Rpb24iIGRhdGEtbm9kZS1pZD0iMTA1Nzo0NDcyNCI+CjxnIGlkPSJFbGxpcHNlIDQyNyIgZGF0YS1ub2RlLWlkPSIxMDU3OjQ0NzI1IiBmaWx0ZXI9InVybCgjZmlsdGVyMF9nbl8xMDU3XzQ0NzI0KSI+CjxjaXJjbGUgY3g9IjE0Mi41IiBjeT0iMTQyLjUiIHI9IjE0MC4wOTgiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xMDU3XzQ0NzI0KSIvPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZ25fMTA1N180NDcyNCIgeD0iMC4wMDAzOTA4MDMiIHk9Ii05Ljc4MmUtMDUiIHdpZHRoPSIyODQuOTk5IiBoZWlnaHQ9IjI4NC45OTkiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuMTA1MjYzMTU4Njc5MDA4NDggMC4xMDUyNjMxNTg2NzkwMDg0OCIgbnVtT2N0YXZlcz0iMyIgc2VlZD0iNjc3NCIvPgo8ZmVEaXNwbGFjZW1lbnRNYXAgaW49InNoYXBlIiBzY2FsZT0iNC44MDAwMDAxOTA3MzQ4NjMzIiB4Q2hhbm5lbFNlbGVjdG9yPSJSIiB5Q2hhbm5lbFNlbGVjdG9yPSJHIiByZXN1bHQ9ImRpc3BsYWNlZEltYWdlIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIi8+CjxmZU1lcmdlIHJlc3VsdD0iZWZmZWN0MV90ZXh0dXJlXzEwNTdfNDQ3MjQiPgo8ZmVNZXJnZU5vZGUgaW49ImRpc3BsYWNlZEltYWdlIi8+CjwvZmVNZXJnZT4KPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuMjAwMDAwMDAyOTgwMjMyMjQgMC4yMDAwMDAwMDI5ODAyMzIyNCIgc3RpdGNoVGlsZXM9InN0aXRjaCIgbnVtT2N0YXZlcz0iMyIgcmVzdWx0PSJub2lzZSIgc2VlZD0iODAwNyIvPgo8ZmVDb2xvck1hdHJpeCBpbj0ibm9pc2UiIHR5cGU9Imx1bWluYW5jZVRvQWxwaGEiIHJlc3VsdD0iYWxwaGFOb2lzZSIvPgo8ZmVDb21wb25lbnRUcmFuc2ZlciBpbj0iYWxwaGFOb2lzZSIgcmVzdWx0PSJjb2xvcmVkTm9pc2UxIj4KPGZlRnVuY0EgdHlwZT0iZGlzY3JldGUiIHRhYmxlVmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwICIvPgo8L2ZlQ29tcG9uZW50VHJhbnNmZXI+CjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0iZWZmZWN0MV90ZXh0dXJlXzEwNTdfNDQ3MjQiIGluPSJjb2xvcmVkTm9pc2UxIiByZXN1bHQ9Im5vaXNlMUNsaXBwZWQiLz4KPGZlRmxvb2QgZmxvb2QtY29sb3I9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC4yOCkiIHJlc3VsdD0iY29sb3IxRmxvb2QiLz4KPGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJpbiIgaW4yPSJub2lzZTFDbGlwcGVkIiBpbj0iY29sb3IxRmxvb2QiIHJlc3VsdD0iY29sb3IxIi8+CjxmZU1lcmdlIHJlc3VsdD0iZWZmZWN0Ml9ub2lzZV8xMDU3XzQ0NzI0Ij4KPGZlTWVyZ2VOb2RlIGluPSJlZmZlY3QxX3RleHR1cmVfMTA1N180NDcyNCIvPgo8ZmVNZXJnZU5vZGUgaW49ImNvbG9yMSIvPgo8L2ZlTWVyZ2U+CjwvZmlsdGVyPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTA1N180NDcyNCIgeDE9IjE0Mi41MDIiIHkxPSIyLjQwMzI2IiB4Mj0iMTQyLjUwMiIgeTI9IjI4Mi41OTkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ExN0JGMiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQTE3QkYyIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPg==);}  

.stage .e-e-md73izy {--left: 49.5px;--top: 111px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 10px 10px 10px 10px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md784rm {width: 161px;--left: 10px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7qy86 {width: 1280px;--left: 0px;--top: 9310.0009765625px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;padding: 32px 32px 32px 32px;column-gap: 10px;row-gap: 10px;}    

:root, .viewport, .page, body {
  --active-menu-line: 0;
}

html body *.active, .active *  {
  --active-menu-line: 1;
}

 .stage .e-23-2604 {--left: -847.2042272606207vw;--top: 109.33372434482469vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;min-width: 0;max-width: 1279px;}  

.stage .e-23-2605 {width: 100vw;--left: 0vw;--top: 3.1639943704330164e-14vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-23-2608 {--left: 0vw;--top: 18.3206106870229vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 6.106870229007633vw 0vw 14.249363867684478vw 0vw;column-gap: -10.178117048346055vw;row-gap: -10.178117048346055vw;}  

.stage .e-23-2609 {--left: 0vw;--top: 6.106870229007633vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;padding: 6.106870229007633vw 6.106870229007633vw 0vw 6.106870229007633vw;}  

.stage .e-23-2610 {--left: 6.106870229007633vw;--top: 6.106870229007633vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-23-2611 {width: 87.78625954198473vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1.0416666412353515;letter-spacing: -0.2544529262086514vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2612 {width: 87.78625954198473vw;--left: 0vw;--top: 31.552162849872772vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2613 {width: 87.78625954198473vw;--left: 3.8894338225270455vw;--top: 78.69562075747523vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-1751533140123 {height: 83.00275423479123vw;--left: 0vw;--top: 256.74300254452925vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--el-width: 100%;background-color: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2FsqufjlAjT6g3lblbU8LXJRfNb7Q2%2Fassets%2Fmedia%2Fgirl-on-bikehero-1751533136110?alt=media&token=d992955d-d8bc-4634-b911-3cb93aab440b);font-size: 16;font-family: Arial;font-weight: 400;object-position: 50% 50%;background-repeat: no-repeat;object-fit: contain;mix-blend-mode: multiply;}  

.stage .e-23-2616 {--left: 0vw;--top: 274.8091603053434vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;border-radius: 8.142493638676845vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-23-2617 {--left: 0vw;--top: 275.12529023170555vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: image-set(url(../images/figma_3b6d2fd63c7953779c56ac0aab4b5486909d1aa4_1751532172111_1600.webp) 1x, url(../images/figma_3b6d2fd63c7953779c56ac0aab4b5486909d1aa4_1751532172111_1600@2x.webp) 2x);padding: 18.3206106870229vw 0vw 14.249363867684478vw 0vw;border-radius: 8.142493638676845vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-23-2618 {width: 100vw;--left: 0vw;--top: 18.3206106870229vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-23-2619 {--left: 0vw;--top: 8.524173027989821vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;padding: 6.106870229007633vw 5.089058524173027vw 6.106870229007633vw 5.089058524173027vw;border-radius: 8.142493638676845vw;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-23-2620 {--left: 5.089058524173027vw;--top: 6.106870229007633vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-23-2621 {width: 89.82188295165395vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 10.687022900763358vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.0952381134033202;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2622 {width: 89.82188295165395vw;--left: 5.089058524173027vw;--top: 37.659033078880405vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-23-2623 {--left: 0vw;--top: 155.08905852417303vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 12.213740458015266vw 5.089058524173027vw 12.213740458015266vw 5.089058524173027vw;border-radius: 8.142493638676845vw;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-23-2624 {--left: 0vw;--top: 12.213740458015266vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;overflow-x: scroll; overflow-y: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-23-2635 {width: 81.42493638676844vw;--left: 13.486005089058525vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: 100%;--el-height: 100%;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--el-height: 100%;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(230,229,228,1);font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 0.2544529262086514vw;border-style: solid;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 14.249363867684478vw 8.142493638676845vw 14.249363867684478vw 8.142493638676845vw;border-radius: 8.142493638676845vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-23-2636 {width: 60.30534351145038vw;--left: 12.977099236641221vw;--top: 14.249363867684478vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.106870229007633vw;row-gap: 10.178117048346055vw;}  

.stage .e-e-1751532595686 {width: 10.07558735733118vw;height: 10.547852222180646vw;--left: 60.05089058524173vw;--top: 57.97095499677414vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;background-color: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2FsqufjlAjT6g3lblbU8LXJRfNb7Q2%2Fassets%2Fmedia%2Ficongreensingle-dot-1751532590505?alt=media&token=fc1ad60c-832d-4d26-8724-8f56303ce16c);font-size: 16;font-family: Arial;font-weight: 400;object-position: 50% 50%;background-repeat: no-repeat;object-fit: contain;}  

.stage .e-frame-1751532288242 {width: 60.05089058524173vw;height: 62.086513994910945vw;--left: 0vw;--top: 15.521628498727736vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;row-gap: 5.089058524173027vw;}  

.stage .e-23-2638 {width: 60.30534351145038vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2639 {width: 60.30534351145038vw;--left: 0vw;--top: 22.391857506361323vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2630 {width: 81.42493638676844vw;height: 118.57506361323156vw;--left: -76.08142493638677vw;--top: 0.38167938931297707vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(230,229,228,1);font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 0.2544529262086514vw;border-style: solid;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 14.249363867684478vw 8.142493638676845vw 14.249363867684478vw 8.142493638676845vw;border-radius: 8.142493638676845vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-23-2631 {--left: 8.142493638676845vw;--top: 14.249363867684478vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-23-2632 {width: 15.776081424936386vw;height: 14.50381679389313vw;--left: 49.36386768447837vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-23-2633 {width: 65.13994910941476vw;--left: 0vw;--top: 20.610687022900763vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2634 {width: 65.13994910941476vw;--left: 0vw;--top: 34.86005089058524vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2625 {width: 81.42493638676844vw;height: 118.57506361323156vw;--left: -165.64885496183206vw;--top: 0.38167938931297707vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(230,229,228,1);font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 0.2544529262086514vw;border-style: solid;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 14.249363867684478vw 8.142493638676845vw 14.249363867684478vw 8.142493638676845vw;border-radius: 8.142493638676845vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-23-2626 {--left: 8.142493638676845vw;--top: 14.249363867684478vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 10.178117048346055vw;row-gap: 10.178117048346055vw;}  

.stage .e-23-2627 {width: 22.900763358778626vw;height: 14.50381679389313vw;--left: 42.23918575063613vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-23-2628 {width: 65.13994910941476vw;--left: 0vw;--top: 24.681933842239186vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2629 {width: 65.13994910941476vw;--left: 0vw;--top: 51.14503816793893vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2640 {--left: 0vw;--top: 614.7582697201018vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 22.900763358778626vw 0vw 22.900763358778626vw 0vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-23-2641 {--left: 0vw;--top: 22.900763358778626vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 0vw 5.089058524173027vw 0vw 5.089058524173027vw;border-radius: 8.142493638676845vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-23-2642 {--left: 5.089058524173027vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12.213740458015266vw;row-gap: 12.213740458015266vw;}  

.stage .e-23-2643 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 3.0534351145038165vw;row-gap: 3.0534351145038165vw;}  

.stage .e-23-2644 {--left: 15.776081424936386vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1.0416666412353515;letter-spacing: -0.2544529262086514vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2645 {--left: 0vw;--top: 24.93638676844784vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 22.391857506361323vw;row-gap: 22.391857506361323vw;}  

.stage .e-23-2646 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 18.3206106870229vw;row-gap: 18.3206106870229vw;}  

.stage .e-23-2647 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 3.0534351145038165vw;row-gap: 3.0534351145038165vw;}  

.stage .e-23-2648 {width: 89.82188295165395vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2649 {width: 89.82188295165395vw;--left: 0vw;--top: 11.195928753180661vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2650 {width: 48.60050890585242vw;height: 24.93638676844784vw;--left: 0vw;--top: 102.29007633587786vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-23-2651 {--left: 0vw;--top: 149.61832061068702vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 22.900763358778626vw;row-gap: 22.900763358778626vw;}  

.stage .e-23-2652 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 3.0534351145038165vw;row-gap: 3.0534351145038165vw;}  

.stage .e-23-2653 {width: 89.82188295165395vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2654 {width: 89.82188295165395vw;--left: 0vw;--top: 11.195928753180661vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2655 {width: 60.55979643765903vw;height: 32.56997455470738vw;--left: 0vw;--top: 93.63867684478372vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-23-2656 {--left: 0vw;--top: 298.2188295165394vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 22.900763358778626vw;row-gap: 22.900763358778626vw;}  

.stage .e-23-2657 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 3.0534351145038165vw;row-gap: 3.0534351145038165vw;}  

.stage .e-23-2658 {width: 89.82188295165395vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2660 {width: 89.82188295165395vw;--left: 0vw;--top: 21.374045801526716vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2661 {width: 61.32315521628499vw;height: 35.6234096692112vw;--left: 0vw;--top: 103.81679389312977vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-23-2662 {--left: 0vw;--top: 460.05089058524175vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 22.900763358778626vw;row-gap: 22.900763358778626vw;}  

.stage .e-23-2663 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 3.0534351145038165vw;row-gap: 3.0534351145038165vw;}  

.stage .e-23-2664 {width: 89.82188295165395vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2666 {width: 89.82188295165395vw;--left: 0vw;--top: 21.374045801526716vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2667 {width: 47.837150127226465vw;height: 44.274809160305345vw;--left: 0vw;--top: 103.81679389312977vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-23-2668 {--left: 0vw;--top: 1293.6386768447837vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;padding: 8.142493638676845vw 5.089058524173027vw 8.142493638676845vw 5.089058524173027vw;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-23-2669 {--left: 5.089058524173027vw;--top: 8.142493638676845vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-23-2670 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;background-color: rgba(75,75,75,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 22.900763358778626vw 22.900763358778626vw 22.900763358778626vw 22.900763358778626vw;border-radius: 6.106870229007633vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-23-2673 {--left: 0vw;--top: 22.900763358778626vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1.0416666412353515;letter-spacing: -0.2544529262086514vw;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-23-2674 {--left: 0vw;--top: 77.35368956743002vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;background-color: rgba(235,227,201,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 14.249363867684478vw 8.142493638676845vw 14.249363867684478vw 8.142493638676845vw;border-radius: 6.106870229007633vw;column-gap: 10.432569974554708vw;row-gap: 10.432569974554708vw;}  

.stage .e-23-2675 {width: 73.53689567430025vw;--left: 8.142493638676845vw;--top: 14.249363867684478vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2676 {--left: 8.142493638676845vw;--top: 57.25190839694656vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-23-2677 {width: 73.53689567430025vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2678 {width: 73.53689567430025vw;--left: 0vw;--top: 14.249363867684478vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-23-2679 {--left: 5.089058524173027vw;--top: 227.735368956743vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-23-2680 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(248,245,240,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 14.249363867684478vw 8.142493638676845vw 14.249363867684478vw 8.142493638676845vw;border-radius: 8.142493638676845vw;column-gap: 30.53435114503817vw;row-gap: 30.53435114503817vw;}  

.stage .e-23-2681 {--left: 8.142493638676845vw;--top: 14.249363867684478vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 22.900763358778626vw;row-gap: 22.900763358778626vw;}  

.stage .e-23-2682 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-23-2683 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-23-2684 {width: 73.53689567430025vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mcnsvfn {width: 34.2391231553945vw;height: 10.869562906474291vw;--left: 39.29777251890575vw;--top: 10.504482895052426vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;background-color: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2FsqufjlAjT6g3lblbU8LXJRfNb7Q2%2Fassets%2Fmedia%2Fmarkerimage-1751522330646?alt=media&token=338c1dfb-d3e6-40be-aca4-ba5fe3153168);font-size: 16;font-family: Arial;font-weight: 400;object-position: 50% 50%;background-repeat: no-repeat;object-fit: contain;}  

.stage .e-23-2686 {--left: 0vw;--top: 44.274809160305345vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-23-2687 {width: 73.53689567430025vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-23-2688 {--left: 0vw;--top: 123.15521628498726vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(248,245,240,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 14.249363867684478vw 8.142493638676845vw 14.249363867684478vw 8.142493638676845vw;border-radius: 8.142493638676845vw;column-gap: 30.53435114503817vw;row-gap: 30.53435114503817vw;}  

.stage .e-23-2689 {--left: 8.142493638676845vw;--top: 14.249363867684478vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 22.900763358778626vw;row-gap: 22.900763358778626vw;}  

.stage .e-23-2690 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-23-2691 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-23-2692 {width: 73.53689567430025vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mcn0ei4 {width: 34.2391231553945vw;height: 10.869562906474291vw;--left: 39.29777251890575vw;--top: 20.17369409098118vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;background-color: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2FsqufjlAjT6g3lblbU8LXJRfNb7Q2%2Fassets%2Fmedia%2Fmarkerimage-1751522330646?alt=media&token=338c1dfb-d3e6-40be-aca4-ba5fe3153168);font-size: 16;font-family: Arial;font-weight: 400;object-position: 50% 50%;background-repeat: no-repeat;object-fit: contain;}  

.stage .e-23-2694 {--left: 0vw;--top: 53.9440203562341vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-23-2695 {width: 73.53689567430025vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-23-2696 {--left: 0vw;--top: 269.21119592875317vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(248,245,240,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 14.249363867684478vw 8.142493638676845vw 14.249363867684478vw 8.142493638676845vw;border-radius: 8.142493638676845vw;column-gap: 30.53435114503817vw;row-gap: 30.53435114503817vw;}  

.stage .e-23-2697 {--left: 8.142493638676845vw;--top: 14.249363867684478vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 22.900763358778626vw;row-gap: 22.900763358778626vw;}  

.stage .e-23-2698 {--left: 0vw;--top: 6.327988740866033e-14vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-23-2699 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-23-2700 {width: 73.53689567430025vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mcnn0ex {width: 34.2391231553945vw;height: 10.869562906474291vw;--left: 39.29777251890575vw;--top: 20.17369409098118vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;background-color: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2FsqufjlAjT6g3lblbU8LXJRfNb7Q2%2Fassets%2Fmedia%2Fmarkerimage-1751522330646?alt=media&token=338c1dfb-d3e6-40be-aca4-ba5fe3153168);font-size: 16;font-family: Arial;font-weight: 400;object-position: 50% 50%;background-repeat: no-repeat;object-fit: contain;}  

.stage .e-23-2702 {--left: 0vw;--top: 53.9440203562341vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-23-2703 {width: 73.53689567430025vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-23-2704 {height: 273.28244274809157vw;--left: 5.089058524173027vw;--top: 633.8422391857506vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--justify-content: flex-end;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(52.58992937155267deg, rgba(110, 183, 126, 0.66) 2.25%, rgba(110, 183, 126, 0.29) 85.72%);padding: 14.249363867684478vw 8.142493638676845vw 14.249363867684478vw 8.142493638676845vw;border-radius: 8.142493638676845vw;column-gap: 30.53435114503817vw;row-gap: 30.53435114503817vw;}  

.stage .e-23-2705 {--left: 8.142493638676845vw;--top: 14.249363867684478vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: 100%;--el-height: 100%;height: stretch;--flex-direction: column;--justify-content: space-between;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 10.178117048346055vw;row-gap: 0vw;}  

.stage .e-23-2706 {--left: -8.474984920802722e-16vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: 100%;--el-height: 100%;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--el-width: 100%;--el-height: 100%;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12.213740458015266vw;row-gap: 12.213740458015266vw;}  

.stage .e-23-2707 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-23-2708 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-23-2709 {width: 73.53689567430025vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 11.195928753180661vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2710 {--left: 0vw;--top: 37.659033078880405vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12.213740458015266vw;row-gap: 12.213740458015266vw;}  

.stage .e-23-2717 {--left: 0vw;--top: 85.49618320610686vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-23-2718 {--left: 45.80152671755725vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2719 {width: 73.53689567430025vw;--left: 0vw;--top: 9.16030534351145vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-23-2714 {--left: 0vw;--top: 35.6234096692112vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-23-2715 {--left: 47.07379134860051vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2716 {width: 73.53689567430025vw;--left: 0vw;--top: 9.16030534351145vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-23-2711 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-23-2712 {--left: 46.81933842239186vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2713 {width: 73.53689567430025vw;--left: 0vw;--top: 9.16030534351145vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-23-2720 {width: 49.10941475826972vw;height: 55.940425183633515vw;--left: 17.8117048346056vw;--top: 217.38728530534354vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--position: absolute;--flex-shrink: 0;--flex-direction: column;--position-top: var(--top);--position-left: var(--left);left: var(--left); top: var(--top);font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-23-2721 {width: 49.08498516519561vw;height: 55.940429066277034vw;--left: 0vw;--top: 0.00024848918575063613vw;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: contain;background-repeat: no-repeat;}  

.stage .e-23-2722 {--left: 0vw;--top: 2208.9058524173024vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 22.900763358778626vw 5.089058524173027vw 22.900763358778626vw 5.089058524173027vw;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-23-2723 {--left: 5.089058524173027vw;--top: 22.900763358778626vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-23-2724 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-23-2725 {width: 89.82188295165395vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2726 {width: 89.82188295165395vw;--left: 0vw;--top: 40.71246819338422vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(13,13,13,0.5);background-image: linear-gradient(rgba(0,0,0,0.20000000298023224), rgba(0,0,0,0.20000000298023224));background-position: center center;background-size: cover;background-repeat: no-repeat;-webkit-text-fill-color: transparent;background-clip: text;-webkit-background-clip: text;}  

.stage .e-23-2727 {--left: 5.089058524173027vw;--top: 120.10178117048346vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 8.142493638676845vw 0vw 8.142493638676845vw 0vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-23-2728 {--left: 0vw;--top: 8.142493638676845vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 14.249363867684478vw;row-gap: 14.249363867684478vw;}  

.stage .e-23-2729 {height: 42.23918575063613vw;--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 5.089058524173027vw;row-gap: 5.089058524173027vw;}  

.stage .e-23-2730 {width: 20.865139949109416vw;height: 20.865139949109416vw;--left: 68.95674300254453vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;border-color: #000;border-width: 0.2544529262086514vw;border-style: solid;padding: 4.071246819338422vw 4.071246819338422vw 4.071246819338422vw 4.071246819338422vw;border-radius: 254.4529262086514vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-23-2731 {width: 12.72264631043257vw;--left: 4.071246819338422vw;--top: 4.071246819338422vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.5625;letter-spacing: 0vw;text-align: CENTER;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-23-2732 {width: 57.76081424936387vw;--left: 32.06106870229007vw;--top: 25.954198473282442vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2733 {height: 42.23918575063613vw;--left: 0vw;--top: 59.796437659033074vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 5.089058524173027vw;row-gap: 5.089058524173027vw;}  

.stage .e-23-2734 {width: 20.865139949109416vw;height: 20.865139949109416vw;--left: 68.95674300254453vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;border-color: #000;border-width: 0.2544529262086514vw;border-style: solid;padding: 4.071246819338422vw 4.071246819338422vw 4.071246819338422vw 4.071246819338422vw;border-radius: 254.4529262086514vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-23-2735 {width: 12.72264631043257vw;--left: 4.071246819338422vw;--top: 4.071246819338422vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.5625;letter-spacing: 0vw;text-align: CENTER;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-23-2736 {width: 65.39440203562341vw;--left: 24.427480916030532vw;--top: 25.954198473282442vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2737 {height: 42.23918575063613vw;--left: 0vw;--top: 112.97709923664124vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 5.089058524173027vw;row-gap: 5.089058524173027vw;}  

.stage .e-23-2738 {width: 20.865139949109416vw;height: 20.865139949109416vw;--left: 68.95674300254453vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;border-color: #000;border-width: 0.2544529262086514vw;border-style: solid;padding: 4.071246819338422vw 4.071246819338422vw 4.071246819338422vw 4.071246819338422vw;border-radius: 254.4529262086514vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-23-2739 {width: 12.72264631043257vw;--left: 4.071246819338422vw;--top: 4.071246819338422vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.5625;letter-spacing: 0vw;text-align: CENTER;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-23-2740 {width: 76.08142493638677vw;--left: 13.740458015267176vw;--top: 25.954198473282442vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2741 {height: 42.23918575063613vw;--left: 0vw;--top: 169.4656488549618vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 5.089058524173027vw;row-gap: 5.089058524173027vw;}  

.stage .e-23-2742 {width: 20.865139949109416vw;--left: 68.95674300254453vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;border-color: #000;border-width: 0.2544529262086514vw;border-style: solid;padding: 4.071246819338422vw 4.071246819338422vw 4.071246819338422vw 4.071246819338422vw;border-radius: 254.4529262086514vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-23-2743 {width: 12.72264631043257vw;--left: 4.071246819338422vw;--top: 4.071246819338422vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.5625;letter-spacing: 0vw;text-align: CENTER;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-23-2744 {width: 72.01017811704835vw;--left: 17.8117048346056vw;--top: 27.989821882951656vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2745 {--left: 5.089058524173027vw;--top: 356.23409669211196vw;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 6.106870229007633vw 0vw 6.106870229007633vw 0vw;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-23-2746 {width: 89.82188295165395vw;height: 10.178117048346055vw;--left: 0vw;--top: 6.106870229007633vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2747 {width: 89.82188295165395vw;--left: 0vw;--top: 18.3206106870229vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-23-2748 {--left: 0vw;--top: 2680.6615776081426vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-radius: 8.142493638676845vw 8.142493638676845vw 0vw 0vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-I23-2748-787-15268 {width: 100vw;--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}    

:root, .viewport, .page, body {
  --active-menu-line: 0;
}

html body *.active, .active *  {
  --active-menu-line: 1;
}

 .stage .e-7541-27070 {--left: -2760px;--top: 2835px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;column-gap: 10px;row-gap: 10px;min-width: 1280px;}  

.stage .e-7541-27071 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-7541-27073 {width: 1280px;height: 720px;--left: 0px;--top: 102px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 42px 0px 42px 0px;column-gap: 24px;row-gap: 24px;}  

.stage .e-7541-27074 {width: 628px;--left: 0px;--top: 42px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: 100%;--el-height: 100%;height: stretch;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: image-set(url(../images/figma_3d8a302545ba7d88712944934de661cd652ed5ee_1752755077433_700.webp) 1x, url(../images/figma_3d8a302545ba7d88712944934de661cd652ed5ee_1752755077433_700@2x.webp) 2x);}  

.stage .e-7541-27075 {width: 554px;height: 345.23077392578125px;--left: 0px;--top: 173px;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;mix-blend-mode: multiply;background-position: 60.06% 50%;background-size: 111.19% 100.00%;background-repeat: no-repeat;background-image: image-set(url(../images/figma_bc2f35b34485c093499084ea8ec70bc08f4781c7_1752755076094_700.webp) 1x, url(../images/figma_bc2f35b34485c093499084ea8ec70bc08f4781c7_1752755076094_700@2x.webp) 2x);}  

.stage .e-7541-27076 {width: 628px;--left: 652px;--top: 42px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: 100%;--el-height: 100%;height: stretch;--flex-direction: column;--justify-content: center;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;padding: 60px 42px 60px 42px;column-gap: 10px;row-gap: 10px;}  

.stage .e-7541-27077 {--left: 42px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-7541-27078 {width: 544px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 80px;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 0.95;letter-spacing: -0.8px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27079 {width: 544px;--left: 0px;--top: 184px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27080 {width: 544px;--left: 0px;--top: 420px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27081 {width: 1280px;--left: 0px;--top: 822px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 32px 32px 32px 32px;border-radius: 32px;column-gap: 10px;row-gap: 10px;}  

.stage .e-7541-27082 {--left: 32px;--top: 32px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: image-set(url(../images/figma_3b6d2fd63c7953779c56ac0aab4b5486909d1aa4_1752755076221_1250.webp) 1x, url(../images/figma_3b6d2fd63c7953779c56ac0aab4b5486909d1aa4_1752755076221_1250@2x.webp) 2x);padding: 66px 32px 66px 32px;border-radius: 32px;column-gap: 10px;row-gap: 10px;}  

.stage .e-7541-27083 {--left: 0px;--top: 66px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;row-gap: 24px;}  

.stage .e-7541-27104 {--left: 604px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 0px 0px 0px;border-radius: 32px;column-gap: 48px;row-gap: 48px;}  

.stage .e-7541-27105 {width: 537px;--left: -47px;--top: 190px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--justify-content: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 10px;row-gap: 10px;}  

.stage .e-7541-27106 {width: 490px;--left: 47px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 62px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.032258071899414;letter-spacing: -1.8599999999999999px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27107 {width: 698px;--left: -208px;--top: 366px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-7541-27085 {--left: 571px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: 100%;--el-height: 100%;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--el-width: 100%;--el-height: 100%;--justify-content: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 20px;row-gap: 180px;}  

.stage .e-7541-27086 {--left: -1586px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: 100%;--el-height: 100%;height: stretch;--justify-content: flex-end;background-color: rgba(230,229,228,1);font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1px;border-style: solid;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 30px 30px 30px 30px;border-radius: 32px;column-gap: 10px;row-gap: 10px;}  

.stage .e-7541-27087 {--left: 96px;--top: 120px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 70px;row-gap: 30px;}  

.stage .e-7541-27088 {width: 90px;height: 57px;--left: 337px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-7541-27089 {--left: 0px;--top: 127px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 40px;row-gap: 40px;}  

.stage .e-7541-27090 {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 44px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -0.88px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27091 {--left: 0px;--top: 140px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27092 {--left: -793px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: 100%;--el-height: 100%;height: stretch;--justify-content: flex-end;background-color: rgba(230,229,228,1);font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1px;border-style: solid;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 30px 30px 30px 30px;border-radius: 32px;column-gap: 10px;row-gap: 10px;}  

.stage .e-7541-27093 {--left: 96px;--top: 120px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 70px;row-gap: 30px;}  

.stage .e-7541-27094 {width: 62px;height: 57px;--left: 365px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-7541-27095 {--left: 0px;--top: 127px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 40px;row-gap: 40px;}  

.stage .e-7541-27096 {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 44px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -0.88px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27097 {--left: 0px;--top: 90px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27098 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: 100%;--el-height: 100%;height: stretch;--justify-content: flex-end;background-color: rgba(230,229,228,1);font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1px;border-style: solid;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 30px 30px 30px 30px;border-radius: 32px;column-gap: 10px;row-gap: 10px;}  

.stage .e-7541-27099 {--left: 96px;--top: 120px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 70px;row-gap: 30px;}  

.stage .e-7541-27100 {width: 41px;height: 41px;--left: 386px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;background-position: 62.28% 64.03999999999999%;background-size: 139.02% 139.02%;background-repeat: no-repeat;background-image: image-set(url(../images/figma_8dfcadee66cf0c860c7675576fdbebc9a6d04a97_1752755078514_100.webp) 1x, url(../images/figma_8dfcadee66cf0c860c7675576fdbebc9a6d04a97_1752755078514_100@2x.webp) 2x);}  

.stage .e-7541-27101 {--left: 0px;--top: 111px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 40px;row-gap: 40px;}  

.stage .e-7541-27102 {--left: 4px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 44px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -0.88px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27103 {--left: 0px;--top: 140px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27108 {width: 1280px;--left: 0px;--top: 1895px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 32px 32px 32px 32px;column-gap: 10px;row-gap: 10px;}  

.stage .e-7541-27109 {--left: 32px;--top: 32px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;padding: 100px 80px;border-radius: 32px;column-gap: 10px;row-gap: 10px;}  

.stage .e-7541-27110 {--left: 80px;--top: 180px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 115px;row-gap: 115px;}  

.stage .e-7541-27111 {width: 762px;--left: 294px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12px;row-gap: 12px;}  

.stage .e-7541-27112 {--left: 395px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 62px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.032258071899414;letter-spacing: -1.8599999999999999px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27113 {--left: 0px;--top: 179px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 88px;row-gap: 88px;}  

.stage .e-7541-27114 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: space-between;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 0px;row-gap: 90px;}  

.stage .e-7541-27115 {width: 191px;height: 98px;--left: 0px;--top: 60px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-7541-27116 {width: 806px;--left: 250px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12px;row-gap: 12px;}  

.stage .e-7541-27117 {width: 806px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 28px;font-family: IBM Plex Sans Hebrew;font-weight: 500;direction: rtl;font-style: ibmplexsanshebrew-medium;line-height: 1.357142791748047;letter-spacing: -0.56px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27118 {width: 806px;--left: 0px;--top: 50px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27119 {--left: 0px;--top: 306px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: space-between;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 0px;row-gap: 90px;}  

.stage .e-7541-27120 {width: 238px;height: 128px;--left: 0px;--top: 17px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-7541-27121 {width: 763px;--left: 293px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12px;row-gap: 12px;}  

.stage .e-7541-27122 {width: 763px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 28px;font-family: IBM Plex Sans Hebrew;font-weight: 500;direction: rtl;font-style: ibmplexsanshebrew-medium;line-height: 1.357142791748047;letter-spacing: -0.56px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27123 {width: 763px;--left: 0px;--top: 50px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27124 {--left: 0px;--top: 556px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: space-between;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 0px;row-gap: 90px;}  

.stage .e-7541-27125 {width: 241px;height: 140px;--left: 0px;--top: 11px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-7541-27126 {width: 780px;--left: 276px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12px;row-gap: 12px;}  

.stage .e-7541-27127 {width: 780px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 28px;font-family: IBM Plex Sans Hebrew;font-weight: 500;direction: rtl;font-style: ibmplexsanshebrew-medium;line-height: 1.357142791748047;letter-spacing: -0.56px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27128 {width: 780px;--left: 0px;--top: 50px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27129 {--left: 0px;--top: 806px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: space-between;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 0px;row-gap: 90px;}  

.stage .e-7541-27130 {width: 188px;height: 174px;--left: 0px;--top: 8px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-7541-27131 {width: 804px;--left: 252px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12px;row-gap: 12px;}  

.stage .e-7541-27132 {width: 804px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 28px;font-family: IBM Plex Sans Hebrew;font-weight: 500;direction: rtl;font-style: ibmplexsanshebrew-medium;line-height: 1.357142791748047;letter-spacing: -0.56px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27133 {width: 804px;--left: 0px;--top: 50px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27134 {width: 1280px;--left: 0px;--top: 3494px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;padding: 32px 32px 32px 32px;column-gap: 32px;row-gap: 32px;}  

.stage .e-7541-27135 {--left: 32px;--top: 32px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-7541-27136 {width: 790px;height: 360px;--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: flex-end;background-color: rgba(235,227,201,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 50px 70px 50px 70px;border-radius: 32px;column-gap: 41px;row-gap: 41px;}  

.stage .e-7541-27137 {width: 613px;--left: 107px;--top: 61.5px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27138 {--left: 39px;--top: 178.5px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-7541-27139 {--left: 250px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27140 {width: 681px;--left: 0px;--top: 28px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-7541-27141 {width: 394px;height: 360px;--left: 802px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-wrap: wrap;--justify-content: center;--align-items: center;--align-content: center;background-color: rgba(75,75,75,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 90px 90px 90px 90px;border-radius: 32px;column-gap: 10px;row-gap: 10px;}  

.stage .e-7541-27143 {--left: 128px;--top: 90px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 62px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.032258071899414;letter-spacing: -1.8599999999999999px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-7541-27145 {--left: 32px;--top: 424px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-7541-27146 {height: 579px;--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(248,245,240,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 72px 48px 72px 48px;border-radius: 32px;column-gap: 120px;row-gap: 120px;}  

.stage .e-7541-27147 {--left: 48px;--top: 72px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: 100%;--el-height: 100%;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--el-width: 100%;--el-height: 100%;--flex-direction: column;--justify-content: space-between;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 0px;row-gap: 0px;}  

.stage .e-7541-27148 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 20px;row-gap: 20px;}  

.stage .e-7541-27149 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-7541-27150 {width: 288px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 44px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -0.88px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27151 {width: 114px;height: 23px;--left: 174px;--top: 120px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-7541-27152 {--left: 0px;--top: 239px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;row-gap: 24px;}  

.stage .e-7541-27153 {width: 288px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 19px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-7541-27154 {height: 579px;--left: 416px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(248,245,240,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 72px 48px 72px 48px;border-radius: 32px;column-gap: 120px;row-gap: 120px;}  

.stage .e-7541-27155 {--left: 48px;--top: 72px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 40px;row-gap: 40px;}  

.stage .e-7541-27156 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 20px;row-gap: 20px;}  

.stage .e-7541-27157 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-7541-27158 {width: 288px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 44px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -0.88px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27159 {width: 114px;height: 23px;--left: 174px;--top: 120px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-7541-27160 {--left: 0px;--top: 183px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;row-gap: 24px;}  

.stage .e-7541-27161 {width: 288px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 19px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-7541-27162 {height: 579px;--left: 832px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(248,245,240,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 72px 48px 72px 48px;border-radius: 32px;column-gap: 120px;row-gap: 120px;}  

.stage .e-7541-27163 {--left: 48px;--top: 72px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: 100%;--el-height: 100%;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--el-width: 100%;--el-height: 100%;--flex-direction: column;--justify-content: space-between;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 40px;row-gap: 0px;}  

.stage .e-7541-27164 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 20px;row-gap: 20px;}  

.stage .e-7541-27165 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-7541-27166 {width: 288px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 44px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -0.88px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27167 {width: 114px;height: 23px;--left: 174px;--top: 120px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-7541-27168 {--left: 0px;--top: 239px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;row-gap: 24px;}  

.stage .e-7541-27169 {width: 288px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 19px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-7541-27170 {height: 458px;--left: 32px;--top: 1035px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--justify-content: flex-end;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(3.426457264158799deg, rgba(110, 183, 126, 0.66) 2.25%, rgba(110, 183, 126, 0.29) 85.72%);padding: 72px 72px 72px 72px;border-radius: 32px;column-gap: 120px;row-gap: 120px;}  

.stage .e-7541-27171 {--left: 72px;--top: 56px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 40px;row-gap: 40px;}  

.stage .e-7541-27172 {width: 730px;--left: 342px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 48px;row-gap: 48px;}  

.stage .e-7541-27173 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-7541-27174 {width: 386px;--left: 344px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-7541-27175 {width: 386px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 44px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -0.88px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27176 {--left: 0px;--top: 98px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;row-gap: 24px;}  

.stage .e-7541-27177 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;row-gap: 24px;}  

.stage .e-7541-27178 {--left: 122.333984375px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27179 {width: 227.3333282470703px;--left: 0px;--top: 52px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-7541-27180 {--left: 251.333984375px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;row-gap: 24px;}  

.stage .e-7541-27181 {--left: 123.333984375px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27182 {width: 227.33334350585938px;--left: 0px;--top: 52px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-7541-27183 {--left: 502.666015625px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;row-gap: 24px;}  

.stage .e-7541-27184 {--left: 118.333984375px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27185 {width: 227.33334350585938px;--left: 0px;--top: 52px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-7541-27186 {width: 266px;height: 303px;--left: 153px;--top: 154.6640625px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--position: absolute;--flex-shrink: 0;--flex-direction: column;--position-top: var(--top);--position-left: var(--left);left: var(--left); top: var(--top);font-size: 16;font-family: Arial;font-weight: 400;mix-blend-mode: multiply;}  

.stage .e-7541-27187 {width: 265.86767578125px;height: 303px;--left: 0px;--top: 0px;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: contain;background-repeat: no-repeat;}  

.stage .e-7541-27188 {width: 1280px;--left: 0px;--top: 5019px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 90px 32px 90px 32px;column-gap: 32px;row-gap: 32px;}  

.stage .e-7541-27189 {--left: 32px;--top: 90px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 32px 32px 32px 32px;column-gap: 10px;row-gap: 10px;}  

.stage .e-7541-27190 {width: 1127px;--left: 57px;--top: 32px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-7541-27191 {width: 1127px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 56px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.0714286041259766;letter-spacing: -1.68px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27192 {width: 1127px;--left: 0px;--top: 128px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 44px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -0.88px;text-align: RIGHT;vertical-align: TOP;color: rgba(13,13,13,0.5);background-image: linear-gradient(rgba(0,0,0,0.20000000298023224), rgba(0,0,0,0.20000000298023224));background-position: center center;background-size: cover;background-repeat: no-repeat;-webkit-text-fill-color: transparent;background-clip: text;-webkit-background-clip: text;}  

.stage .e-7541-27193 {--left: 32px;--top: 414px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 32px 32px 32px 32px;column-gap: 10px;row-gap: 10px;}  

.stage .e-7541-27194 {--left: 32px;--top: 32px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 78px;row-gap: 78px;}  

.stage .e-7541-27195 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 20px;row-gap: 20px;}  

.stage .e-7541-27196 {width: 82px;--left: 147.5px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(30,30,30,1);border-width: 4px;border-style: solid;padding: 16px 16px 16px 16px;border-radius: 1000px;column-gap: 10px;row-gap: 10px;}  

.stage .e-7541-27197 {width: 50px;--left: 16px;--top: 16px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 44px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -1.3199999999999998px;text-align: CENTER;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-7541-27198 {width: 229.5px;--left: 0px;--top: 102px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27199 {--left: 307.5px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 20px;row-gap: 20px;}  

.stage .e-7541-27200 {width: 82px;--left: 147.5px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(30,30,30,1);border-width: 4px;border-style: solid;padding: 16px 16px 16px 16px;border-radius: 1000px;column-gap: 10px;row-gap: 10px;}  

.stage .e-7541-27201 {width: 50px;--left: 16px;--top: 16px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 44px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -1.3199999999999998px;text-align: CENTER;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-7541-27202 {width: 229.5px;--left: 0px;--top: 102px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27203 {--left: 615px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 20px;row-gap: 20px;}  

.stage .e-7541-27204 {width: 82px;--left: 147.5px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(30,30,30,1);border-width: 4px;border-style: solid;padding: 16px 16px 16px 16px;border-radius: 1000px;column-gap: 10px;row-gap: 10px;}  

.stage .e-7541-27205 {width: 50px;--left: 16px;--top: 16px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 44px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -1.3199999999999998px;text-align: CENTER;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-7541-27206 {width: 229.5px;--left: 0px;--top: 115px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27207 {--left: 922.5px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 20px;row-gap: 20px;}  

.stage .e-7541-27208 {width: 82px;--left: 147.5px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(30,30,30,1);border-width: 4px;border-style: solid;padding: 16px 16px 16px 16px;border-radius: 1000px;column-gap: 10px;row-gap: 10px;}  

.stage .e-7541-27209 {width: 50px;--left: 16px;--top: 16px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 44px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -1.3199999999999998px;text-align: CENTER;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-7541-27210 {width: 229.5px;--left: 0px;--top: 102px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27211 {--left: 32px;--top: 740px;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 48px 32px 48px 32px;column-gap: 24px;row-gap: 24px;}  

.stage .e-7541-27212 {width: 1152px;height: 40px;--left: 32px;--top: 48px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27213 {width: 1152px;--left: 32px;--top: 112px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.1666666412353515;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7541-27214 {width: 1280px;--left: 0px;--top: 6157px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;padding: 32px 32px 32px 32px;column-gap: 10px;row-gap: 10px;}    

:root, .viewport, .page, body {
  --active-menu-line: 0;
}

html body *.active, .active *  {
  --active-menu-line: 1;
}

 .stage .e-1055-41331 {--left: -4907px;--top: 430px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;column-gap: 10px;row-gap: 10px;min-width: 0;}  

.stage .e-1055-41332 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-1055-41334 {--left: 0px;--top: 102px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;padding: 90px 32px 90px 32px;column-gap: 64px;row-gap: 64px;}  

.stage .e-1055-41335 {--left: 32px;--top: 90px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;--flex-wrap: wrap;--justify-content: flex-end;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 48px;row-gap: 48px;}  

.stage .e-1055-41337 {--left: 505px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;row-gap: 24px;}  

.stage .e-1055-41338 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12px;row-gap: 12px;}  

.stage .e-1055-41339 {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(45px, 7.187499999999999vw, 92px);font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1.0434782409667969;letter-spacing: -0.92px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1055-41340 {--left: 0px;--top: 216px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-1055-41336 {width: 457px;height: 337px;--left: 0px;--top: 9.5px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-1055-41341 {--left: 0px;--top: 638px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 32px 200px 32px;column-gap: 48px;row-gap: 48px;}  

.stage .e-1055-41342 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 64px;row-gap: 64px;}  

.stage .e-1055-41343 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;--flex-wrap: wrap;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 48px;}  

.stage .e-e-mdz4czq {--left: 0px;--top: -64px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 20px;row-gap: 20px;max-width: 384px;}  

.stage .e-e-mdzknfz {height: 240px;--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-radius: 22px;}  

.stage .e-e-mdz3zl0 {height: 240px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;transform: translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;object-position: 50% 50%;object-fit: cover;background-repeat: no-repeat;border-radius: 22px;}  

.stage .e-e-mdz5utg {--left: 0px;--top: 260px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;row-gap: 24px;}  

.stage .e-e-mdzgss0 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mdz9wcf {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 14px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;line-height: 1.4285714721679688;text-align: right;vertical-align: TOP;color: rgba(243,94,33,1);}  

.stage .e-e-mdzonyi {--left: 0px;--top: 28px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mdzy7gc {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;--justify-content: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-mdzh8uh {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;line-height: 1.3333332824707032;text-align: right;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mdzpjc8 {--left: 360px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;padding: 4px 0px 0px 0px;}  

.stage .e-e-mdz4wny {width: 24px;height: 24px;--left: 0px;--top: 4px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;transform:  rotate(-90deg);--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiPgo8ZyBpZD0iYXJyb3ctdXAtcmlnaHQiIGRhdGEtbm9kZS1pZD0iSTEwNTU6NDEzNDg7NDU0OjI0ODEwIj4KPHBhdGggaWQ9Ikljb24iIGRhdGEtbm9kZS1pZD0iSTEwNTU6NDEzNDg7NDU0OjI0ODEwOzM0NjM6NDA0NTE2IiBkPSJNNyAxN0wxNyA3TTE3IDdIN00xNyA3VjE3IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPg==);}  

.stage .e-e-mdzsfuj {height: 119px;--left: 0px;--top: 168px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;line-height: 1.5;text-align: right;vertical-align: TOP;color: #0d0d0dbf;}  

.stage .e-e-mdzber2 {--left: 0px;--top: 339px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12px;row-gap: 12px;}  

.stage .e-e-mdz5lz3 {width: 40px;height: 40px;--left: 0px;--top: 0px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;background-color: rgba(224,224,224,1);font-size: 16;font-family: Arial;font-weight: 400;background-image: image-set(url(../images/figma_a48e1aea866434aa73c311701a963ddc75997754_1752745968773_50.webp) 1x, url(../images/figma_a48e1aea866434aa73c311701a963ddc75997754_1752745968773_50@2x.webp) 2x);background-position: center center;background-size: cover;background-repeat: no-repeat;border-radius: 200px;}  

.stage .e-e-mdz9p00 {width: 40px;height: 40px;--left: 0px;--top: 0px;--flex-direction: column;--justify-self: left;--align-self: start;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 0.75px;border-style: solid;border-radius: 200px;}  

.stage .e-e-mdzp2mg {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdzua9z {--left: 0px;--top: 0px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 14px;font-family: Inter;font-weight: 600;direction: rtl;line-height: 1.4285714721679688;text-align: LEFT;vertical-align: TOP;color: rgba(16,24,40,1);}  

.stage .e-e-mdzhm59 {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 14px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;line-height: 1.4285714721679688;text-align: right;vertical-align: TOP;color: rgba(13,13,13,0.5);background-image: linear-gradient(rgba(0,0,0,0.20000000298023224), rgba(0,0,0,0.20000000298023224));background-position: center center;background-size: cover;background-repeat: no-repeat;-webkit-text-fill-color: transparent;background-clip: text;-webkit-background-clip: text;}  

.stage .e-e-mhgbntm {--left: 0px;--top: -64px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 20px;row-gap: 20px;}  

.stage .e-e-mdzgnyo {--left: 20px;--top: -44px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 20px;row-gap: 20px;}  

.stage .e-1055-41346 {--left: 32px;--top: 603px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 48px;row-gap: 48px;}    

:root, .viewport, .page, body {
  --active-menu-line: 0;
}

html body *.active, .active *  {
  --active-menu-line: 1;
}

 .stage .e-30-2942 {--left: -1703.018394463923vw;--top: 114.63406684266239vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;min-width: 0;max-width: 1279;}  

.stage .e-30-2943 {width: 100vw;--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-30-2944 {width: 100vw;--left: 0vw;--top: 18.3206106870229vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-30-2945 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 6.106870229007633vw 0vw 12.213740458015266vw 0vw;}  

.stage .e-30-2946 {--left: 0vw;--top: 6.106870229007633vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;padding: 6.106870229007633vw 6.106870229007633vw 0vw 6.106870229007633vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-30-2947 {--left: 6.106870229007633vw;--top: 6.106870229007633vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-30-2948 {width: 87.78625954198473vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1.0416666412353515;letter-spacing: -0.2544529262086514vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-2949 {width: 87.78625954198473vw;--left: 0vw;--top: 31.552162849872772vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3684210205078124;text-align: LEFT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-2950 {width: 87.78625954198473vw;--left: 0vw;--top: 50.89058524173028vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-2951 {width: 100vw;height: 90.5852417302799vw;--left: 0vw;--top: 185.75063613231552vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-30-2952 {height: 568.9567430025445vw;--left: 0vw;--top: 288.5496183206107vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-30-2953 {width: 100vw;height: 568.9567430025445vw;--left: 0vw;--top: 0vw;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: image-set(url(../images/figma_3b6d2fd63c7953779c56ac0aab4b5486909d1aa4_1751535899140.webp) 1x, url(../images/figma_3b6d2fd63c7953779c56ac0aab4b5486909d1aa4_1751535899140.webp) 2x);border-radius: 8.142493638676845vw;}  

.stage .e-30-2954 {width: 100vw;height: 568.9567430025445vw;--left: 0vw;--top: 0vw;--display: flex;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;padding: 30.53435114503817vw 5.089058524173027vw 18.3206106870229vw 5.089058524173027vw;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-30-2955 {--left: 5.089058524173027vw;--top: 30.53435114503817vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 2.5445292620865136vw 2.5445292620865136vw 2.5445292620865136vw 2.5445292620865136vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-30-2956 {--left: 3.307888040712468vw;--top: 2.5445292620865136vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1.0416666412353515;letter-spacing: -0.2544529262086514vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-2957 {--left: 5.089058524173027vw;--top: 56.48854961832062vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-30-2958 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: flex-end;--align-items: center;--overflow: clip;background-color: rgba(230,229,228,1);font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 0.2544529262086514vw;border-style: solid;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 8.142493638676845vw 5.089058524173027vw 12.213740458015266vw 10.178117048346055vw;border-radius: 8.142493638676845vw;column-gap: 30.53435114503817vw;row-gap: 30.53435114503817vw;}  

.stage .e-30-2959 {--left: 10.178117048346055vw;--top: 8.142493638676845vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-30-2960 {width: 8.651399491094146vw;height: 8.651399491094146vw;--left: 65.9033078880407vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-30-2961 {--left: 0vw;--top: 16.793893129770993vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-30-2962 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-30-2963 {width: 73.02798982188295vw;--left: 1.5267175572519083vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-2964 {width: 74.55470737913485vw;--left: 0vw;--top: 20.35623409669211vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4736842346191406;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-2965 {--left: 0vw;--top: 66.66666666666666vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-30-2967 {width: 74.55470737913485vw;--left: 0vw;--top: 10.941475826972011vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-30-2968 {--left: 0vw;--top: 165.39440203562341vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: flex-end;--align-items: center;--overflow: clip;background-color: rgba(230,229,228,1);font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 0.2544529262086514vw;border-style: solid;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 8.142493638676845vw 5.089058524173027vw 12.213740458015266vw 10.178117048346055vw;border-radius: 8.142493638676845vw;column-gap: 30.53435114503817vw;row-gap: 30.53435114503817vw;}  

.stage .e-30-2969 {--left: 10.178117048346055vw;--top: 8.142493638676845vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-30-2970 {width: 10.941475826972011vw;height: 10.941475826972011vw;--left: 63.61323155216285vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-30-2971 {--left: 0vw;--top: 19.083969465648856vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-30-2972 {width: 74.55470737913485vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-2973 {width: 74.55470737913485vw;--left: 0vw;--top: 20.35623409669211vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4736842346191406;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-2974 {--left: 0vw;--top: 61.832061068702295vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-30-2976 {width: 74.55470737913485vw;--left: 0vw;--top: 10.687022900763358vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-30-2977 {--left: 0vw;--top: 319.33842239185753vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: flex-end;--align-items: center;--overflow: clip;background-color: rgba(230,229,228,1);font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 0.2544529262086514vw;border-style: solid;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 8.142493638676845vw 5.089058524173027vw 12.213740458015266vw 10.178117048346055vw;border-radius: 8.142493638676845vw;column-gap: 30.53435114503817vw;row-gap: 30.53435114503817vw;}  

.stage .e-30-2978 {--left: 10.178117048346055vw;--top: 8.142493638676845vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 9.414758269720101vw;row-gap: 9.414758269720101vw;}  

.stage .e-30-2979 {width: 19.59287531806616vw;height: 12.72264631043257vw;--left: 54.961832061068705vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-30-2980 {--left: 0vw;--top: 22.137404580152673vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-30-2981 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-30-2982 {width: 74.55470737913485vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-2983 {width: 74.55470737913485vw;--left: 0vw;--top: 12.213740458015266vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4736842346191406;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-2984 {--left: 0vw;--top: 72.264631043257vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-30-2986 {width: 74.55470737913485vw;--left: 0vw;--top: 12.72264631043257vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-30-2987 {--left: 0vw;--top: 857.5063613231553vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 8.142493638676845vw 0vw 0vw 0vw;}  

.stage .e-30-2988 {width: 100vw;--left: 0vw;--top: 8.142493638676845vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;background-color: rgba(248,245,240,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 22.900763358778626vw 5.089058524173027vw 22.900763358778626vw 5.089058524173027vw;border-radius: 8.142493638676845vw;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-30-2989 {height: 216.53944020356235vw;--left: 5.089058524173027vw;--top: 22.900763358778626vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: radial-gradient(circle at 22% 94%, #e1cee5 6%, #f3eedf 44.723601040342665%);border-radius: 8.142493638676845vw;}  

.stage .e-30-2990 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: 100%;--el-height: 100%;height: stretch;--flex-direction: column;--align-items: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;padding: 33.078880407124686vw 5.089058524173027vw 33.078880407124686vw 5.089058524173027vw;border-radius: 8.142493638676845vw;column-gap: 3.5623409669211195vw;row-gap: 3.5623409669211195vw;}  

.stage .e-30-2991 {width: 79.64376590330788vw;--left: 5.089058524173027vw;--top: 33.33333333333333vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1.0416666412353515;letter-spacing: -0.2544529262086514vw;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-2992 {width: 102.5445292620865vw;height: 128.49872773536896vw;--left: -6.361323155216285vw;--top: 62.086513994910945vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-30-2993 {width: 176.08142493638675vw;height: 92.36641221374046vw;--left: -81.42493638676844vw;--top: 175.31806615776082vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--position: absolute;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--position-top: var(--top);--position-left: var(--left);left: var(--left); top: var(--top);font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE4OTIiIGhlaWdodD0iMTU2MyIgdmlld0JveD0iMCAwIDE4OTIgMTU2MyIgZmlsbD0ibm9uZSI+CjxnIGlkPSJFbGxpcHNlIDQyNiIgZGF0YS1ub2RlLWlkPSIzMDoyOTkzIiBmaWx0ZXI9InVybCgjZmlsdGVyMF9mXzMwXzI5OTMpIj4KPGVsbGlwc2UgY3g9Ijk0NiIgY3k9Ijc4MS41IiByeD0iMzQ2IiByeT0iMTgxLjUiIGZpbGw9IiM5NzQ3RkYiIGZpbGwtb3BhY2l0eT0iMC42Ii8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZl8zMF8yOTkzIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTg5MiIgaGVpZ2h0PSIxNTYzIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjMwMCIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzMwXzI5OTMiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+);transform: translate3d(0, 0, 0);filter:  blur(600px);}  

.stage .e-30-2994 {--left: 5.089058524173027vw;--top: 247.58269720101782vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-30-3003 {width: 89.82188295165395vw;--left: 0vw;--top: 333.33333333333337vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;--overflow: clip;background-color: rgba(248,245,240,1);font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(30,30,30,1);border-width: 0.5089058524173028vw;border-style: solid;padding: 12.213740458015266vw 8.142493638676845vw 12.213740458015266vw 12.213740458015266vw;border-radius: 8.142493638676845vw;}  

.stage .e-30-3004 {--left: 12.213740458015266vw;--top: 12.213740458015266vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-30-3005 {width: 69.46564885496184vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1.0416666412353515;letter-spacing: -0.2544529262086514vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-3006 {width: 69.46564885496184vw;--left: 0vw;--top: 20.865139949109416vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-2999 {width: 89.82188295165395vw;--left: 0vw;--top: 154.19847328244273vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;--overflow: clip;background-color: rgba(248,245,240,1);font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(30,30,30,1);border-width: 0.5089058524173028vw;border-style: solid;padding: 12.213740458015266vw 8.142493638676845vw 12.213740458015266vw 12.213740458015266vw;border-radius: 8.142493638676845vw;}  

.stage .e-30-3000 {--left: 12.213740458015266vw;--top: 12.213740458015266vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-30-3001 {width: 69.46564885496184vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1.0416666412353515;letter-spacing: -0.2544529262086514vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-3002 {width: 69.46564885496184vw;--left: 0.7633587786259541vw;--top: 20.865139949109416vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-2995 {width: 89.82188295165395vw;--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;--overflow: clip;background-color: rgba(248,245,240,1);font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(30,30,30,1);border-width: 0.5089058524173028vw;border-style: solid;padding: 12.213740458015266vw 8.142493638676845vw 12.213740458015266vw 12.213740458015266vw;border-radius: 8.142493638676845vw;}  

.stage .e-30-2996 {--left: 12.213740458015266vw;--top: 12.213740458015266vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-30-2997 {width: 69.46564885496184vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1.0416666412353515;letter-spacing: -0.2544529262086514vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-2998 {width: 69.46564885496184vw;--left: 0vw;--top: 20.865139949109416vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-3007 {--left: 0vw;--top: 1642.4936386768447vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 25.44529262086514vw 5.089058524173027vw 25.44529262086514vw 5.089058524173027vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-e-mfaf0ih {--left: -377.35368956743vw;--top: 25.44529262086514vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-wrap: wrap;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 5.089058524173027vw;row-gap: 5.089058524173027vw;}  

.stage .e-e-mfapuxt {width: 38.16793893129771vw;height: 50.89058524173028vw;--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;--overflow: clip;background-color: rgba(75,75,75,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 0vw 0vw 0vw 0vw;border-radius: 5.597964376590331vw;column-gap: 8.142493638676845vw;row-gap: 2.5445292620865136vw;}  

.stage .e-e-mfaraku {width: 25.44529262086514vw;height: 25.44529262086514vw;--left: 24.51230891181616vw;--top: 18.3206106870229vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mfalrfy {width: 22.89949761698871vw;height: 15.105405229951893vw;--left: 2.5445292620865136vw;--top: 5.089058524173027vw;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mfarzm8 {width: 22.89949761698871vw;height: 15.105409112595419vw;--left: 0vw;--top: 0vw;--flex-direction: column;--justify-self: left;--align-self: start;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/layer1_1753035500381.svg);}  

.stage .e-e-mfaes50 {--left: 8.142493638676845vw;--top: 51.908396946564885vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 4.071246819338422vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mfa0rko {width: 38.16793893129771vw;height: 50.89058524173028vw;--left: 159.1178136927481vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;--overflow: clip;background-color: rgba(75,75,75,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 0vw 0vw 0vw 0vw;border-radius: 5.597964376590331vw;column-gap: 8.142493638676845vw;row-gap: 2.5445292620865136vw;}  

.stage .e-e-mfap209 {width: 25.44529262086514vw;height: 25.44529262086514vw;--left: 24.5122157283715vw;--top: 18.3206106870229vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mfazsp1 {width: 24.39201879137345vw;height: 18.285938680323632vw;--left: 2.8700500954198476vw;--top: 4.004651717557252vw;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mfao7s5 {width: 22.575242525445294vw;height: 18.285938680323632vw;--left: 0vw;--top: 0vw;--flex-direction: column;--justify-self: left;--align-self: start;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/layer1_1753035512701.svg);}  

.stage .e-e-mfa01n0 {--left: 8.142493638676845vw;--top: 51.908396946564885vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 4.071246819338422vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mfap8cq {width: 38.16793893129771vw;height: 50.89058524173028vw;--left: 79.55903109096693vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;--overflow: clip;background-color: rgba(75,75,75,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 0vw 0vw 0vw 0vw;border-radius: 5.597964376590331vw;column-gap: 8.142493638676845vw;row-gap: 2.5445292620865136vw;}  

.stage .e-e-mfaeoij {width: 25.44529262086514vw;height: 25.44529262086514vw;--left: 24.51230891181616vw;--top: 18.3206106870229vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mfawcu6 {width: 19.803959116074267vw;height: 17.437683959650325vw;--left: 2.7989821882951653vw;--top: 4.071246819338422vw;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mfa5ggk {width: 19.803966881361323vw;height: 17.43772861005089vw;--left: 0vw;--top: 0vw;--flex-direction: column;--justify-self: left;--align-self: start;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/layer1_1753035501127.svg);}  

.stage .e-e-mfa6rvk {--left: 8.142493638676845vw;--top: 51.908396946564885vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 4.071246819338422vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mfazdso {width: 38.16793893129771vw;height: 50.89058524173028vw;--left: 238.676844783715vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;--overflow: clip;background-color: rgba(75,75,75,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 0vw 0vw 0vw 0vw;border-radius: 5.597964376590331vw;column-gap: 8.142493638676845vw;row-gap: 2.5445292620865136vw;}  

.stage .e-e-mfaeeu0 {width: 25.44529262086514vw;height: 25.44529262086514vw;--left: 24.5122157283715vw;--top: 18.3206106870229vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mfaalsk {width: 20.55030415076336vw;height: 13.837368797709923vw;--left: 2.82805542302799vw;--top: 4.097089694656489vw;--flex-direction: column;--justify-self: left;--align-self: start;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/layer1_1753035514118.svg);}  

.stage .e-e-mfah8ox {--left: 8.142493638676845vw;--top: 51.908396946564885vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 4.071246819338422vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mfap9df {width: 38.16793893129771vw;height: 50.89058524173028vw;--left: 318.23587587468194vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;--overflow: clip;background-color: rgba(75,75,75,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 0vw 0vw 0vw 0vw;border-radius: 5.597964376590331vw;column-gap: 8.142493638676845vw;row-gap: 2.5445292620865136vw;}  

.stage .e-e-mfale86 {width: 25.44529262086514vw;height: 25.44529262086514vw;--left: 24.5122157283715vw;--top: 18.3206106870229vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mfaif24 {width: 12.91932064764979vw;height: 21.078891123220817vw;--left: 6.361323155216285vw;--top: 2.2900763358778624vw;--flex-direction: column;--justify-self: left;--align-self: start;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/layer1_1753035515435.svg);}  

.stage .e-e-mfavdrz {--left: 8.142493638676845vw;--top: 51.908396946564885vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 4.071246819338422vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mfa752s {width: 38.16793893129771vw;height: 50.89058524173028vw;--left: 397.7946584764631vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;--overflow: clip;background-color: rgba(75,75,75,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 0vw 0vw 0vw 0vw;border-radius: 5.597964376590331vw;column-gap: 8.142493638676845vw;row-gap: 2.5445292620865136vw;}  

.stage .e-e-mfa2j1t {width: 25.44529262086514vw;height: 25.44529262086514vw;--left: 24.5122157283715vw;--top: 18.3206106870229vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/illustration_set_b_1753035516896.svg);}  

.stage .e-e-mfa3588 {--left: 8.142493638676845vw;--top: 51.908396946564885vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 4.071246819338422vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-30-3015 {height: 715.5216284987278vw;--left: 0vw;--top: 1784.4783715012725vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-30-3016 {width: 100vw;height: 715.5216284987278vw;--left: 0vw;--top: 0vw;--flex-direction: column;--justify-self: left;--align-self: start;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: image-set(url(../images/figma_fe1312d4a6c8330a51163e0c5b3d8a015d9a0cbe_1751535900039.webp) 1x, url(../images/figma_fe1312d4a6c8330a51163e0c5b3d8a015d9a0cbe_1751535900039.webp) 2x);border-radius: 8.142493638676845vw;}  

.stage .e-30-3017 {width: 100vw;--left: 0vw;--top: 22.900763358778626vw;--display: flex;height: max-content;--el-height: max-content;--el-height: max-content;--align-items: center;--align-content: center;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;padding: 12.213740458015266vw 5.089058524173027vw 12.213740458015266vw 5.089058524173027vw;border-radius: 8.142493638676845vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-30-3018 {--left: 5.089058524173027vw;--top: 12.213740458015266vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12.213740458015266vw;row-gap: 12.213740458015266vw;}  

.stage .e-30-3019 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 3.0534351145038165vw;row-gap: 3.0534351145038165vw;}  

.stage .e-30-3020 {--left: 6.870229007633588vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1.0416666412353515;letter-spacing: -0.2544529262086514vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-3021 {width: 89.82188295165395vw;--left: 0vw;--top: 15.776081424936386vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-3022 {--left: 0vw;--top: 68.70229007633588vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 22.391857506361323vw;row-gap: 22.391857506361323vw;}  

.stage .e-30-3023 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12.213740458015266vw;row-gap: 12.213740458015266vw;}  

.stage .e-30-3024 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 3.0534351145038165vw;row-gap: 3.0534351145038165vw;}  

.stage .e-30-3025 {width: 89.82188295165395vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-3026 {width: 89.82188295165395vw;--left: 0vw;--top: 11.195928753180661vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-3027 {width: 55.97964376590331vw;height: 55.97964376590331vw;--left: 0vw;--top: 69.72010178117048vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-30-3028 {--left: 0vw;--top: 148.0916030534351vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12.213740458015266vw;row-gap: 12.213740458015266vw;}  

.stage .e-30-3029 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 3.0534351145038165vw;row-gap: 3.0534351145038165vw;}  

.stage .e-30-3030 {width: 89.82188295165395vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-3031 {width: 89.82188295165395vw;--left: 0vw;--top: 11.195928753180661vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-3032 {width: 55.97964376590331vw;height: 55.97964376590331vw;--left: 0vw;--top: 69.72010178117048vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-30-3033 {--left: 0vw;--top: 296.1832061068702vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12.213740458015266vw;row-gap: 12.213740458015266vw;}  

.stage .e-30-3034 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 3.0534351145038165vw;row-gap: 3.0534351145038165vw;}  

.stage .e-30-3035 {width: 89.82188295165395vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-3036 {width: 89.82188295165395vw;--left: 0vw;--top: 11.195928753180661vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-3037 {width: 55.97964376590331vw;height: 55.97964376590331vw;--left: 0vw;--top: 69.72010178117048vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-30-3038 {--left: 0vw;--top: 444.2748091603053vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12.213740458015266vw;row-gap: 12.213740458015266vw;}  

.stage .e-30-3039 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 3.0534351145038165vw;row-gap: 3.0534351145038165vw;}  

.stage .e-30-3040 {width: 89.82188295165395vw;--left: 0vw;--top: -1.2722646310432568vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-3041 {width: 89.82188295165395vw;--left: 0vw;--top: 11.195928753180661vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-3042 {width: 55.97964376590331vw;height: 55.97964376590331vw;--left: 0vw;--top: 76.33587786259542vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-30-3043 {--left: 0vw;--top: 2500vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;padding: 40.71246819338422vw 0vw 20.35623409669211vw 0vw;column-gap: 30.53435114503817vw;row-gap: 30.53435114503817vw;}  

.stage .e-30-3044 {--left: 0vw;--top: 40.71246819338422vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 0vw 5.089058524173027vw 0vw 5.089058524173027vw;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-30-3045 {width: 89.82188295165395vw;--left: 5.089058524173027vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1.0416666412353515;letter-spacing: -0.2544529262086514vw;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-3046 {width: 89.82188295165395vw;--left: 5.089058524173027vw;--top: 33.587786259541986vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-30-3047 {width: 184.98727735368956vw;height: 106.10687022900764vw;--left: -42.49363867684479vw;--top: 201.0178117048346vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-30-3048 {--left: 0vw;--top: 2827.480916030534vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-radius: 8.142493638676845vw 8.142493638676845vw 0vw 0vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-I30-3048-787-15268 {width: 100vw;--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}    

:root, .viewport, .page, body {
  --active-menu-line: 0;
}

html body *.active, .active *  {
  --active-menu-line: 1;
}

 .stage .e-e-md7raer {--left: -8117px;--top: 2630px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;column-gap: 10px;row-gap: 10px;min-width: 1280;}  

.stage .e-e-md71niw {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md7hubd {width: 1280px;height: 720px;--left: 0px;--top: 102px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 20px 0px 20px 0px;column-gap: 24px;row-gap: 24px;}  

.stage .e-e-md7garb {width: 628px;--left: 0px;--top: 20px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: 100%;--el-height: 100%;height: stretch;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-e-md7nhui {width: 628px;--left: 652px;--top: 20px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: 100%;--el-height: 100%;height: stretch;--flex-direction: column;--justify-content: center;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;padding: 60px 32px 60px 32px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7fv3r {--left: 32px;--top: 38px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-md7r7lu {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;row-gap: 24px;}  

.stage .e-e-md79iup {width: 564px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 80px;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 0.95;letter-spacing: -0.8px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7ugtk {--left: 0px;--top: 176px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 5px;row-gap: 5px;}  

.stage .e-e-md7ivgi {width: 564px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7p60k {width: 564px;--left: 0px;--top: 284px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7gewz {width: 1280px;--left: 0px;--top: 822px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 32px 32px 32px 32px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7b92i {--left: 32px;--top: 32px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: image-set(url(../images/figma_3b6d2fd63c7953779c56ac0aab4b5486909d1aa4_1752744731928.webp) 1x, url(../images/figma_3b6d2fd63c7953779c56ac0aab4b5486909d1aa4_1752744731928.webp) 2x);padding: 90px 52px 90px 52px;border-radius: 32px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md77pfa {width: 1112px;--left: 52px;--top: 90px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 72px;row-gap: 72px;}  

.stage .e-e-md7m2z6 {width: 1112px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 62px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.032258071899414;letter-spacing: -1.8599999999999999px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md78n9x {--left: 0px;--top: 136px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: flex-end;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-md755tv {--left: 572px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-md73y3h {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;--overflow: clip;background-color: rgba(230,229,228,1);font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1px;border-style: solid;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 48px 72px 72px 72px;border-radius: 32px;column-gap: 120px;row-gap: 120px;}  

.stage .e-e-md7vpne {--left: 72px;--top: 48px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-md7icv4 {width: 57px;height: 57px;--left: 339px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-e-md7u401 {--left: 0px;--top: 89px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md76lvw {width: 287px;--left: 109px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7j9fg {width: 396px;--left: 0px;--top: 92px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7n1gj {--left: 0px;--top: 297px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md7ry1q {width: 396px;--left: 0px;--top: 44px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-e-md7ixl9 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: flex-end;--align-items: center;background-color: rgba(230,229,228,1);font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1px;border-style: solid;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 72px 72px 72px 72px;border-radius: 32px;column-gap: 120px;row-gap: 120px;}  

.stage .e-e-md79vhc {--left: 72px;--top: 72px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-md7k7i2 {width: 57px;height: 57px;--left: 339px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-e-md7pfz3 {--left: 0px;--top: 89px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md7h5of {width: 396px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7gtj9 {width: 329px;--left: 67px;--top: 92px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md78u7b {--left: 0px;--top: 269px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md7m6j7 {width: 396px;--left: 0px;--top: 44px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7ronn {--left: 0px;--top: 689px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: flex-end;--align-items: center;--overflow: clip;background-color: rgba(230,229,228,1);font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1px;border-style: solid;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 72px 72px 72px 72px;border-radius: 32px;column-gap: 120px;row-gap: 120px;}  

.stage .e-e-md7b9wn {--left: 72px;--top: 72px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 37px;row-gap: 37px;}  

.stage .e-e-md7noz4 {width: 77px;height: 57px;--left: 319px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-e-md792hp {--left: 0px;--top: 94px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md7zbsb {width: 396px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md76529 {width: 396px;--left: 0px;--top: 54px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7gqfi {--left: 0px;--top: 269px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;row-gap: 24px;}  

.stage .e-e-md74ad4 {width: 396px;--left: 0px;--top: 52px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7rkwf {width: 1280px;--left: 0px;--top: 2496px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--justify-content: flex-end;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 32px 32px 32px 32px;}  

.stage .e-e-md7kj8o {--left: 32px;--top: 32px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;background-color: rgba(248,245,240,1);font-size: 16;font-family: Arial;font-weight: 400;border-radius: 32px;padding: 32px 32px;}  

.stage .e-e-md70s8j {--left: 270px;--top: 90px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;--justify-content: space-between;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 0px;border-radius: 32px;column-gap: 14px;row-gap: 14px;}  

.stage .e-e-md7v8iy {width: 448px;--left: 204px;--top: 131px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 62px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.032258071899414;letter-spacing: -1.8599999999999999px;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7mm4a {width: 403px;height: 505px;--left: 226.5px;--top: 272px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-e-md7on5t {--left: -636px;--top: 185px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 0px 0px 0px;column-gap: 20px;row-gap: 40px;}  

.stage .e-e-md7g2uk {--left: -1218px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;background-color: rgba(248,245,240,1);font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(30,30,30,1);border-width: 2px;border-style: solid;padding: 90px 90px 90px 90px;border-radius: 32px;}  

.stage .e-e-md7mism {--left: 101px;--top: 72.5px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 56px;row-gap: 56px;}  

.stage .e-e-md7xnln {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 62px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.032258071899414;letter-spacing: -1.8599999999999999px;text-align: RIGHT;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-e-md75d6b {--left: 0px;--top: 120px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-e-md7f6g2 {--left: -510px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;background-color: rgba(248,245,240,1);font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(30,30,30,1);border-width: 2px;border-style: solid;padding: 90px 90px 90px 90px;border-radius: 32px;}  

.stage .e-e-md71drt {--left: 101px;--top: 86.5px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 56px;row-gap: 56px;}  

.stage .e-e-md7btcs {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 62px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.032258071899414;letter-spacing: -1.8599999999999999px;text-align: RIGHT;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-e-md7jcwr {--left: 3px;--top: 120px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-e-md79h5c {--left: 198px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;background-color: rgba(248,245,240,1);font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(30,30,30,1);border-width: 2px;border-style: solid;padding: 40px 40px;border-radius: 32px;}  

.stage .e-e-md7drib {--left: 101px;--top: 98.5px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 56px;row-gap: 56px;}  

.stage .e-e-md73uid {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 62px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.032258071899414;letter-spacing: -1.8599999999999999px;text-align: RIGHT;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-e-md72l6d {--left: 0px;--top: 120px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(30,30,30,1);}  

.stage .e-e-md7yj5w {width: 1280px;--left: 0px;--top: 3599px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 100px 20px 100px 20px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md733mw {--left: -596px;--top: 100px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-wrap: wrap;--justify-content: space-between;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 20px;row-gap: 20px;}  

.stage .e-e-mdhb3bb {width: 180px;height: 200px;--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;--overflow: clip;background-color: rgba(75,75,75,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 0px 0px 0px;border-radius: 22px;column-gap: 32px;row-gap: 10px;}  

.stage .e-e-mdh7jqm {width: 100px;height: 100px;--left: 96.3333740234375px;--top: 72px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdhq8q9 {width: 89.99502563476562px;height: 59.36424255371094px;--left: 10px;--top: 20px;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdh8rir {width: 89.99502563476562px;height: 59.3642578125px;--left: 0px;--top: 0px;--flex-direction: column;--justify-self: left;--align-self: start;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/layer1_1753035500381.svg);}  

.stage .e-e-mdh9bsa {--left: 32px;--top: 204px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mdhr9jb {width: 180px;height: 200px;--left: 312.6669921875px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;--overflow: clip;background-color: rgba(75,75,75,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 0px 0px 0px;border-radius: 22px;column-gap: 32px;row-gap: 10px;}  

.stage .e-e-mdhk99x {width: 100px;height: 100px;--left: 96.3333740234375px;--top: 72px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdhfevt {width: 77.82955932617188px;height: 68.53009796142578px;--left: 11px;--top: 16px;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mdhxf9u {width: 77.82958984375px;height: 68.5302734375px;--left: 0px;--top: 0px;--flex-direction: column;--justify-self: left;--align-self: start;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/layer1_1753035501127.svg);}  

.stage .e-e-mdh21h0 {--left: 32px;--top: 204px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-md7476y {width: 180px;height: 200px;--left: 625.3330078125px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;--overflow: clip;background-color: rgba(75,75,75,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 0px 0px 0px;border-radius: 22px;column-gap: 32px;row-gap: 10px;}  

.stage .e-e-md763d1 {width: 100px;height: 100px;--left: 96.3330078125px;--top: 72px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md7wg5m {width: 95.86063385009766px;height: 71.86373901367188px;--left: 11.279296875px;--top: 15.73828125px;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md7bv9z {width: 88.720703125px;height: 71.86373901367188px;--left: 0px;--top: 0px;--flex-direction: column;--justify-self: left;--align-self: start;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/layer1_1753035512701.svg);}  

.stage .e-e-md70jat {--left: 32px;--top: 204px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-md7mmp2 {width: 180px;height: 200px;--left: 938px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;--overflow: clip;background-color: rgba(75,75,75,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 0px 0px 0px;border-radius: 22px;column-gap: 32px;row-gap: 10px;}  

.stage .e-e-md7f8q8 {width: 100px;height: 100px;--left: 96.3330078125px;--top: 72px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md7xf8f {width: 80.7626953125px;height: 54.380859375px;--left: 11.1142578125px;--top: 16.1015625px;--flex-direction: column;--justify-self: left;--align-self: start;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/layer1_1753035514118.svg);}  

.stage .e-e-md7kp5m {--left: 32px;--top: 204px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-md7vg0z {width: 180px;height: 200px;--left: 1250.6669921875px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;--overflow: clip;background-color: rgba(75,75,75,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 0px 0px 0px;border-radius: 22px;column-gap: 32px;row-gap: 10px;}  

.stage .e-e-md7i4cq {width: 100px;height: 100px;--left: 96.3330078125px;--top: 72px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md73o5m {width: 50.77293014526367px;height: 82.84004211425781px;--left: 25px;--top: 9px;--flex-direction: column;--justify-self: left;--align-self: start;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/layer1_1753035515435.svg);}  

.stage .e-e-md7hv71 {--left: 32px;--top: 204px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-md70xc1 {width: 180px;height: 200px;--left: 1563.3330078125px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;--overflow: clip;background-color: rgba(75,75,75,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 0px 0px 0px;border-radius: 22px;column-gap: 32px;row-gap: 10px;}  

.stage .e-e-md7o7cc {width: 100px;height: 100px;--left: 96.3330078125px;--top: 72px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/illustration_set_b_1753035516896.svg);}  

.stage .e-e-md7soy6 {--left: 32px;--top: 204px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-md7surj {width: 1280px;height: 1943px;--left: 0px;--top: 4157px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 32px 32px 32px 32px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7oibc {--left: 32px;--top: 32px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: image-set(url(../images/figma_fe1312d4a6c8330a51163e0c5b3d8a015d9a0cbe_1752744721659_1650.webp) 1x, url(../images/figma_fe1312d4a6c8330a51163e0c5b3d8a015d9a0cbe_1752744721659_1650@2x.webp) 2x);padding: 240px 80px 240px 80px;border-radius: 32px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7rtas {--left: 80px;--top: 240px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 115px;row-gap: 115px;}  

.stage .e-e-md7pxpk {width: 762px;--left: 294px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12px;row-gap: 12px;}  

.stage .e-e-md7xu5w {--left: 347px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 62px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.032258071899414;letter-spacing: -1.8599999999999999px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7fmcj {width: 762px;--left: 0px;--top: 76px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7w2v3 {--left: 0px;--top: 255px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 88px;row-gap: 88px;}  

.stage .e-e-md7ejha {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 72px;row-gap: 72px;}  

.stage .e-e-md7fl4r {width: 220px;height: 220px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-e-md72y09 {--left: 292px;--top: 29px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12px;row-gap: 12px;}  

.stage .e-e-md7gizr {width: 764px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 28px;font-family: IBM Plex Sans Hebrew;font-weight: 500;direction: rtl;font-style: ibmplexsanshebrew-medium;line-height: 1.357142791748047;letter-spacing: -0.56px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md725wr {width: 764px;--left: 0px;--top: 50px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7w7yw {--left: 0px;--top: 308px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 72px;row-gap: 72px;}  

.stage .e-e-md77yxt {width: 220px;height: 220px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-e-md79eeq {--left: 292px;--top: 43px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12px;row-gap: 12px;}  

.stage .e-e-md7ng5y {width: 764px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 28px;font-family: IBM Plex Sans Hebrew;font-weight: 500;direction: rtl;font-style: ibmplexsanshebrew-medium;line-height: 1.357142791748047;letter-spacing: -0.56px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md70y4v {width: 764px;--left: 0px;--top: 50px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md75gb2 {--left: 0px;--top: 616px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 72px;row-gap: 72px;}  

.stage .e-e-md70s0i {width: 220px;height: 220px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-e-md7b99a {--left: 292px;--top: 29px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12px;row-gap: 12px;}  

.stage .e-e-md7ntnm {width: 764px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 28px;font-family: IBM Plex Sans Hebrew;font-weight: 500;direction: rtl;font-style: ibmplexsanshebrew-medium;line-height: 1.357142791748047;letter-spacing: -0.56px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md721kp {width: 764px;--left: 0px;--top: 50px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7q1l5 {--left: 0px;--top: 924px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 72px;row-gap: 72px;}  

.stage .e-e-md7f0dr {width: 220px;height: 220px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-e-md7mhax {--left: 292px;--top: 29px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12px;row-gap: 12px;}  

.stage .e-e-md7ahyf {width: 764px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 28px;font-family: IBM Plex Sans Hebrew;font-weight: 500;direction: rtl;font-style: ibmplexsanshebrew-medium;line-height: 1.357142791748047;letter-spacing: -0.56px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7vdgr {width: 764px;--left: 0px;--top: 50px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md711dl {width: 1280px;height: 1157px;--left: 0px;--top: 6100px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 200px 0px 200px 0px;column-gap: 72px;row-gap: 72px;}  

.stage .e-e-md7ja4v {--left: 235px;--top: 138px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-md7ms19 {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 92px;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1.0434782409667969;letter-spacing: -0.92px;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7eaz3 {width: 549px;--left: 130.5px;--top: 128px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7go3e {width: 727px;height: 417px;--left: 276.5px;--top: 602px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-e-md7xtlv {width: 1280px;--left: 0px;--top: 7257px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;padding: 32px 32px 32px 32px;column-gap: 10px;row-gap: 10px;}    

:root, .viewport, .page, body {
  --active-menu-line: 0;
}

html body *.active, .active *  {
  --active-menu-line: 1;
}

 .stage .e-e-md76pbs {--left: -10032px;--top: 450px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;column-gap: 10px;row-gap: 10px;min-width: 0;}  

.stage .e-e-md7sy51 {--left: -140.4624214035958px;--top: -320.1367228428841px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;max-width: 1440px;}  

.stage .e-e-md7lkug {--left: 10px;--top: 112px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;--flex-wrap: wrap;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 42px 0px 42px 0px;column-gap: 24px;row-gap: 24px;}  

.stage .e-e-md76bb7 {--left: 662px;--top: 52px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 32px 0px 42px;column-gap: 10px;row-gap: 10px;min-width: 350px;}  

.stage .e-e-md73sfr {--left: 52px;--top: 70px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-md7thoi {--left: 10px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(48px, 6.25vw, 80px);font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 0.95;letter-spacing: -0.8px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7b7vk {--left: 10px;--top: 336px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(19px, 2.5vw, 32px);font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.0625;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7zdk3 {height: 636px;--left: 10px;--top: 51px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--el-width: 100%;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;object-position: 0px 0px;object-fit: cover;background-repeat: no-repeat;min-width: 350px;--aspect-ratio: 0.9292452830188679;}  

.stage .e-e-md7fyni {--left: 10px;--top: 832px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;padding: 32px 3%;}  

.stage .e-e-md79wj4 {--left: 32px;--top: 42px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: image-set(url(../images/figma_fe1312d4a6c8330a51163e0c5b3d8a015d9a0cbe_1752746793139_1850.webp) 1x, url(../images/figma_fe1312d4a6c8330a51163e0c5b3d8a015d9a0cbe_1752746793139_1850@2x.webp) 2x);padding: 32px 32px 32px 32px;border-radius: 32px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7ko58 {--left: 90px;--top: 230px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 120px;row-gap: 120px;}  

.stage .e-e-md7gffm {--left: 10px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 56px;row-gap: 56px;}  

.stage .e-e-md7nwlu {--left: 0px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(32px, 3.4375000000000004vw, 44px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -0.88px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7n38o {--left: 10px;--top: 166px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;--flex-wrap: wrap;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-md7oj9e {width: 550px;--left: 10px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(243,238,223,1);font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1px;border-style: solid;box-shadow: 0 24px 24px -8px rgba(232,224,199,1), 0 4px 10px -4px rgba(232,224,199,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 32px 32px 32px 32px;border-radius: 32px;column-gap: 120px;row-gap: 50px;min-width: 300px;max-width: 100%;}  

.stage .e-e-md7viul {--left: 82px;--top: 82px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 16px;}  

.stage .e-e-md7au85 {width: 57px;height: 57px;--left: 323px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 1.1399999856948853px;row-gap: 1.1399999856948853px;}  

.stage .e-e-md7ib05 {width: 48px;height: 48px;--left: 14.458367824554443px;--top: 14.458984375px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;border-radius: 8px;}  

.stage .e-e-md72099 {width: 33.99999237060547px;height: 34px;--left: 10px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;transform: translate3d(0, 0, 0) rotate(45.000002414836686deg);background-color: rgba(57,138,245,1);font-size: 16;font-family: Arial;font-weight: 400;backdrop-filter:  blur(0px);border-radius: 8px;}  

.stage .e-e-mfb6csr {--left: 0px;--top: 169px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(24px, 2.5vw, 32px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7ousp {--left: 10px;--top: 169px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6px;row-gap: 6px;}  

.stage .e-e-md7zciu {--left: 10px;--top: 16px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-e-md7runb {--left: 10px;--top: 156px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-e-md7v8oz {width: 550px;--left: 556px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(243,238,223,1);font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1px;border-style: solid;box-shadow: 0 24px 24px -8px rgba(232,224,199,1), 0 4px 10px -4px rgba(232,224,199,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 32px 32px 32px 32px;border-radius: 32px;column-gap: 120px;row-gap: 50px;min-width: 300px;max-width: 100%;}  

.stage .e-e-md7so6n {--left: 82px;--top: 82px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 16px;}  

.stage .e-e-md76xsu {width: 57px;height: 57px;--left: 323px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 1.1399999856948853px;row-gap: 1.1399999856948853px;}  

.stage .e-e-md7i9oi {width: 48px;height: 48px;--left: 14.458367824554443px;--top: 14.458984375px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;border-radius: 8px;}  

.stage .e-e-md7zayh {width: 33.99999237060547px;height: 34px;--left: 10px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;transform: translate3d(0, 0, 0) rotate(45.000002414836686deg);background-color: rgba(57,138,245,1);font-size: 16;font-family: Arial;font-weight: 400;backdrop-filter:  blur(0px);border-radius: 8px;}  

.stage .e-e-md7jlv9 {--left: 10px;--top: 95px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7z553 {--left: 10px;--top: 207px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6px;row-gap: 6px;}  

.stage .e-e-md7a7fm {--left: 10px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-e-md71rjr {--left: 10px;--top: 94px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-e-md7e0ca {width: 550px;--left: 10px;--top: 522px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(243,238,223,1);font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1px;border-style: solid;box-shadow: 0 24px 24px -8px rgba(232,224,199,1), 0 4px 10px -4px rgba(232,224,199,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 32px 32px 32px 32px;border-radius: 32px;column-gap: 120px;row-gap: 50px;min-width: 300px;max-width: 100%;}  

.stage .e-e-md7v7j3 {--left: 82px;--top: 82px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 16px;}  

.stage .e-e-md7k4us {width: 57px;height: 57px;--left: 323px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 1.1399999856948853px;row-gap: 1.1399999856948853px;}  

.stage .e-e-md741ab {width: 48px;height: 48px;--left: 14.458367824554443px;--top: 14.458984375px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;border-radius: 8px;}  

.stage .e-e-md7kddb {width: 33.99999237060547px;height: 34px;--left: 10px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;transform: translate3d(0, 0, 0) rotate(45.000002414836686deg);background-color: rgba(57,138,245,1);font-size: 16;font-family: Arial;font-weight: 400;backdrop-filter:  blur(0px);border-radius: 8px;}  

.stage .e-e-md7x6b8 {--left: 43px;--top: 99px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(24px, 2.5vw, 32px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7j36u {--left: 10px;--top: 169px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6px;row-gap: 6px;}  

.stage .e-e-md73rry {--left: 10px;--top: 16px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-e-md7bs1i {--left: 10px;--top: 100px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-e-md77jtu {width: 550px;--left: 556px;--top: 522px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(243,238,223,1);font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1px;border-style: solid;box-shadow: 0 24px 24px -8px rgba(232,224,199,1), 0 4px 10px -4px rgba(232,224,199,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 32px 32px 32px 32px;border-radius: 32px;column-gap: 120px;row-gap: 50px;min-width: 300px;max-width: 100%;}  

.stage .e-e-md7jbth {--left: 82px;--top: 82px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 16px;}  

.stage .e-e-md79ly0 {width: 57px;height: 57px;--left: 323px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 1.1399999856948853px;row-gap: 1.1399999856948853px;}  

.stage .e-e-md7y43q {width: 48px;height: 48px;--left: 14.458367824554443px;--top: 14.458984375px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;border-radius: 8px;}  

.stage .e-e-md7p45p {width: 33.99999237060547px;height: 34px;--left: 10px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;transform: translate3d(0, 0, 0) rotate(45.000002414836686deg);background-color: rgba(57,138,245,1);font-size: 16;font-family: Arial;font-weight: 400;backdrop-filter:  blur(0px);border-radius: 8px;}  

.stage .e-e-md7uq0w {--left: 43px;--top: 99px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(24px, 2.5vw, 32px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7j19j {--left: 10px;--top: 169px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6px;row-gap: 6px;}  

.stage .e-e-md7bsxc {--left: 10px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-e-md7h3ya {--left: 10px;--top: 72px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-e-md7v79p {--left: 10px;--top: 1278px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 56px;row-gap: 56px;}  

.stage .e-e-md7o7x4 {--left: 0px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(32px, 3.4375000000000004vw, 44px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -0.88px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7xihn {--left: 10px;--top: 216px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;--flex-wrap: wrap;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;row-gap: 24px;min-height: max-content;}  

.stage .e-e-md7mfjv {width: 270px;height: 418px;--left: 10px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(180deg, rgba(200, 223, 252, 1) 0%, rgba(132, 184, 252, 1) 100%);padding: 48px 32px 72px 32px;border-radius: 32px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7mh2j {--left: 42px;--top: 58px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 22.140321731567383px;row-gap: 22.140321731567383px;}  

.stage .e-e-md7j266 {width: 183px;--left: 10px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7quha {width: 183px;--left: 10px;--top: 96.140625px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7d093 {width: 270px;height: 418px;--left: 281px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(180deg, rgba(200, 223, 252, 1) 0%, rgba(132, 184, 252, 1) 100%);padding: 48px 32px 72px 32px;border-radius: 32px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7jmb6 {--left: 42px;--top: 58px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 22.140321731567383px;row-gap: 22.140321731567383px;}  

.stage .e-e-md7oe94 {width: 183px;--left: 10px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7qveh {width: 183px;--left: 10px;--top: 96.140625px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md78aqe {width: 270px;height: 418px;--left: 552px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(180deg, rgba(200, 223, 252, 1) 0%, rgba(132, 184, 252, 1) 100%);padding: 48px 32px 72px 32px;border-radius: 32px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7ykna {--left: 42px;--top: 58px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 22.140321731567383px;row-gap: 22.140321731567383px;}  

.stage .e-e-md7dtjs {width: 183px;--left: 10px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7ltzg {width: 183px;--left: 10px;--top: 96.140625px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7pxxx {width: 270px;height: 418px;--left: 823px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(180deg, rgba(200, 223, 252, 1) 0%, rgba(132, 184, 252, 1) 100%);padding: 48px 32px 72px 32px;border-radius: 32px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7d329 {--left: 42px;--top: 58px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 22.140321731567383px;row-gap: 22.140321731567383px;}  

.stage .e-e-md72yyp {width: 183px;--left: 10px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md72uyi {width: 183px;--left: 10px;--top: 96.140625px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7utac {width: 183px;--left: 10px;--top: 174.28125px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7orrc {width: 183px;--left: 10px;--top: 252.421875px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7i3m4 {--left: 10px;--top: 3220px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;padding: 32px 3% 32px 3%;column-gap: -50px;row-gap: -50px;}  

.stage .e-e-md7d3ge {--left: 72px;--top: 42px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 4% 0px 0px 0px;column-gap: 50px;row-gap: 50px;z-index: 1;}  

.stage .e-e-md75kc6 {--left: 10px;--top: 100px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md7buus {--left: 10px;--top: 8px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(36px, 4.375vw, 56px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.0714286041259766;letter-spacing: -1.68px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7crn5 {--left: 10px;--top: 196px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(24px, 3.75vw, 48px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.0714286041259766;letter-spacing: -1.68px;text-align: RIGHT;vertical-align: TOP;color: rgba(13,13,13,0.5);background-image: linear-gradient(rgba(0,0,0,0.20000000298023224), rgba(0,0,0,0.20000000298023224));background-position: center center;background-size: cover;background-repeat: no-repeat;-webkit-text-fill-color: transparent;background-clip: text;-webkit-background-clip: text;}  

.stage .e-e-md7uvy4 {--left: 564px;--top: 526px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-md7pd7e {--left: 0px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md77u9r {--left: 364px;--top: 74px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;background-color: rgba(243,94,33,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 -4px 6px 0 rgba(227,85,45,1) inset, 0 4px 6px 0 rgba(255,255,255,0.2199999988079071) inset, 0 16px 32px -8px rgba(227,85,45,0.699999988079071);transform: translate3d(0, 0, 0);padding: 20px 32px 20px 32px;border-radius: 16px;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-md7l4sy {--left: 42px;--top: 30px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-frame-1757331266935 {--left: 0px;--top: 740px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md79asb {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 0px 0px 0px;column-gap: -60px;row-gap: -60px;}  

.stage .e-e-md76rok {width: 309.5px;height: 405.5px;--left: 110px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;max-width: 33%;--aspect-ratio: 0.7632552404438965;}  

.stage .e-e-md77c0r {height: 278.1397399902344px;--left: 110px;--top: 355.5px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;max-width: 100%;--aspect-ratio: 2.8295129636190497;}  

.stage .e-e-md76rps {--left: 10px;--top: 4576px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 32px 2% 32px 2%;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7jwxl {--left: 42px;--top: 42px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: center;background-color: rgba(230,229,228,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 0px 120px 0px;border-radius: 32px;}  

.stage .e-e-md71p6u {--left: 128px;--top: 66px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--position: sticky;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;--align-items: center;--align-content: center;--position-top: var(--top);--position-left: var(--left);left: var(--left); top: var(--top);overflow-y: scroll; overflow-x: clip;background-color: #e6e5e4;font-size: 16;font-family: Arial;font-weight: 400;padding: 110px 2% 5px 2%;column-gap: 16px;row-gap: 16px;z-index: 1;border-radius: 32px;}  

.stage .e-e-md70fju {height: 72px;--left: 815px;--top: 58px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--justify-content: center;--align-items: center;cursor: pointer;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 4px;border-style: solid;padding: 16px 32px 16px 32px;border-radius: 1000px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7pd08 {--left: 42px;--top: 37px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 0.9;letter-spacing: -0.4px;text-align: CENTER;vertical-align: TOP;color: #000000;}  

.stage .e-e-md7934g {height: 72px;--left: 578px;--top: 58px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--justify-content: center;--align-items: center;cursor: pointer;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 4px;border-style: solid;padding: 16px 32px 16px 32px;border-radius: 1000px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7fmch {--left: 42px;--top: 22px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 0.9;letter-spacing: -0.4px;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7tykz {height: 72px;--left: 377px;--top: 58px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--justify-content: center;--align-items: center;cursor: pointer;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 4px;border-style: solid;padding: 16px 32px 16px 32px;border-radius: 1000px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7fs0z {--left: 42px;--top: 37px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 0.9;letter-spacing: -0.4px;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md75c5q {height: 72px;--left: 211px;--top: 58px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--justify-content: center;--align-items: center;cursor: pointer;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 4px;border-style: solid;padding: 16px 32px 16px 32px;border-radius: 1000px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md77jol {--left: 42px;--top: 37px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 0.9;letter-spacing: -0.4px;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7dhzl {height: 72px;--left: 30px;--top: 58px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--justify-content: center;--align-items: center;cursor: pointer;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 4px;border-style: solid;padding: 16px 32px 16px 32px;border-radius: 1000px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7h5zz {--left: 42px;--top: 37px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 0.9;letter-spacing: -0.4px;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-frame-1754432879059 {--left: 0px;--top: 234px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-frame-1754432843774 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;row-gap: 20px;padding: 00px 0px 0 0;}  

.stage .e-e-md72j7n {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 90px 4% 90px 4%;column-gap: 48px;row-gap: 48px;}  

.stage .e-e-md7vf7m {--left: 27px;--top: 97px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(48px, 4.6875vw, 60px);font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.2;letter-spacing: -1.2px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mh0gaby {height: 37px;--left: 958px;--top: 220px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--el-width: 100%;--justify-content: flex-end;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mh0wsek {width: 188px;height: 37px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-direction: column;transform:  rotate(180deg);font-size: 16;font-family: Arial;font-weight: 400;object-position: 50% 50%;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-e-md78to9 {--left: 90px;--top: 315px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-md7o7k0 {--left: 10px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12px;row-gap: 12px;}  

.stage .e-e-md7tb8o {--left: 10px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(20px, 1.875vw, 24px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md72loe {--left: 10px;--top: 96px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7ztuw {--left: 10px;--top: 166px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7z9l5 {--left: 10px;--top: 287px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7g8k3 {--left: 10px;--top: 408px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7qb7e {--left: 10px;--top: 503px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7tgru {--left: 0px;--top: 1037px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 56px 4% 56px 4%;column-gap: 100px;row-gap: 100px;}  

.stage .e-e-md7kqr8 {--left: 198.0561396299007px;--top: 66px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;--flex-wrap: wrap;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 40px;row-gap: 40px;}  

.stage .e-e-md7m4gp {--left: 0px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7et01 {height: 614px;--left: 10px;--top: 88px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: row-reverse;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;}  

.stage .e-e-md71td8 {width: 390px;height: 614px;--left: 0px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 16px 32px 48px 32px;border-radius: 32px;column-gap: 32px;row-gap: 32px;max-width: 100%;min-height: max-content;}  

.stage .e-e-md7oadi {--left: 42px;--top: 26px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-md75yis {width: 57px;height: 57px;--left: 10px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 1.1399999856948853px;row-gap: 1.1399999856948853px;}  

.stage .e-e-md730m1 {width: 27.360000610351562px;height: 22.80000114440918px;--left: 10px;--top: 27.099609375px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;background-color: rgba(57,138,245,1);font-size: 16;font-family: Arial;font-weight: 400;backdrop-filter:  blur(0px);transform: translate3d(0, 0, 0);border-radius: 156.34286499023438px 0px 0px 156.34286499023438px;}  

.stage .e-e-md7m64h {width: 27.360000610351562px;height: 22.80000114440918px;--left: 38.5px;--top: 27.099609375px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;background-color: rgba(57,138,245,1);font-size: 16;font-family: Arial;font-weight: 400;backdrop-filter:  blur(0px);transform: translate3d(0, 0, 0);border-radius: 0px 156.34286499023438px 156.34286499023438px 0px;}  

.stage .e-e-md714be {--left: 75px;--top: 22.5px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(57,138,245,1);}  

.stage .e-e-md7cpsl {--left: 42px;--top: 115px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 20px;row-gap: 20px;}  

.stage .e-e-md701a8 {--left: 255px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: right;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7x91c {--left: 10px;--top: 68px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md7xpgs {--left: 10px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7320h {--left: 10px;--top: 86px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7qcqc {--left: 10px;--top: 162px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7bx7j {--left: 10px;--top: 238px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7lkaa {--left: 10px;--top: 314px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md78hxc {width: 390px;height: 614px;--left: 434px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 16px 32px 48px 32px;border-radius: 32px;column-gap: 32px;row-gap: 32px;max-width: 100%;min-height: max-content;}  

.stage .e-e-md79wmr {--left: 42px;--top: 26px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-md7my8a {width: 57px;height: 57px;--left: 10px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 1.1399999856948853px;row-gap: 1.1399999856948853px;}  

.stage .e-e-md7wknx {width: 27.360000610351562px;height: 22.80000114440918px;--left: 10px;--top: 27.099609375px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;background-color: rgba(57,138,245,1);font-size: 16;font-family: Arial;font-weight: 400;backdrop-filter:  blur(0px);transform: translate3d(0, 0, 0);border-radius: 156.34286499023438px 0px 0px 156.34286499023438px;}  

.stage .e-e-md7f5jm {width: 27.360000610351562px;height: 22.80000114440918px;--left: 38.5px;--top: 27.099609375px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;background-color: rgba(57,138,245,1);font-size: 16;font-family: Arial;font-weight: 400;backdrop-filter:  blur(0px);transform: translate3d(0, 0, 0);border-radius: 0px 156.34286499023438px 156.34286499023438px 0px;}  

.stage .e-e-md7tt96 {--left: 75px;--top: 22.5px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(57,138,245,1);}  

.stage .e-e-md74fd5 {--left: 42px;--top: 115px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 20px;row-gap: 20px;}  

.stage .e-e-md7w04t {--left: 217px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: right;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7f4id {--left: 10px;--top: 68px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md70gkh {--left: 10px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md73bd7 {--left: 10px;--top: 86px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md72wc1 {--left: 10px;--top: 162px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7bjlr {--left: 10px;--top: 238px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;text-decoration: UNDERLINE;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7ih38 {--left: 10px;--top: 314px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md79ccl {width: 390px;height: 614px;--left: 858px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 16px 32px 48px 32px;border-radius: 32px;column-gap: 32px;row-gap: 32px;max-width: 100%;min-height: max-content;}  

.stage .e-e-md7ykrp {--left: 42px;--top: 26px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-md7k1wa {width: 57px;height: 57px;--left: 10px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 1.1399999856948853px;row-gap: 1.1399999856948853px;}  

.stage .e-e-md7edj9 {width: 27.360000610351562px;height: 22.80000114440918px;--left: 10px;--top: 27.099609375px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;background-color: rgba(57,138,245,1);font-size: 16;font-family: Arial;font-weight: 400;backdrop-filter:  blur(0px);transform: translate3d(0, 0, 0);border-radius: 156.34286499023438px 0px 0px 156.34286499023438px;}  

.stage .e-e-md7y8yc {width: 27.360000610351562px;height: 22.80000114440918px;--left: 38.5px;--top: 27.099609375px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;background-color: rgba(57,138,245,1);font-size: 16;font-family: Arial;font-weight: 400;backdrop-filter:  blur(0px);transform: translate3d(0, 0, 0);border-radius: 0px 156.34286499023438px 156.34286499023438px 0px;}  

.stage .e-e-md7lth8 {--left: 75px;--top: 22.5px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(57,138,245,1);}  

.stage .e-e-md7xbcf {--left: 42px;--top: 115px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 20px;row-gap: 20px;}  

.stage .e-e-md7qrwm {--left: 256px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: right;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7pykb {--left: 10px;--top: 68px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md7baks {--left: 10px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7xdau {--left: 10px;--top: 86px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7ipod {--left: 10px;--top: 162px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md74gbg {--left: 9px;--top: 238px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7rtum {--left: 10px;--top: 314px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7z0p4 {width: 390px;height: 614px;--left: 1282px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 16px 32px 48px 32px;border-radius: 32px;column-gap: 32px;row-gap: 32px;max-width: 100%;min-height: max-content;}  

.stage .e-e-md7s7eh {--left: 42px;--top: 26px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-md7976s {width: 57px;height: 57px;--left: 10px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 1.1399999856948853px;row-gap: 1.1399999856948853px;}  

.stage .e-e-md7z3ux {width: 27.360000610351562px;height: 22.80000114440918px;--left: 10px;--top: 27.099609375px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;background-color: rgba(57,138,245,1);font-size: 16;font-family: Arial;font-weight: 400;backdrop-filter:  blur(0px);transform: translate3d(0, 0, 0);border-radius: 156.34286499023438px 0px 0px 156.34286499023438px;}  

.stage .e-e-md7xvd7 {width: 27.360000610351562px;height: 22.80000114440918px;--left: 38.5px;--top: 27.099609375px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;background-color: rgba(57,138,245,1);font-size: 16;font-family: Arial;font-weight: 400;backdrop-filter:  blur(0px);transform: translate3d(0, 0, 0);border-radius: 0px 156.34286499023438px 156.34286499023438px 0px;}  

.stage .e-e-md7jy5w {--left: 75px;--top: 22.5px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(57,138,245,1);}  

.stage .e-e-md7n8y5 {--left: 42px;--top: 115px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 20px;row-gap: 20px;}  

.stage .e-e-md7zjrh {--left: 0px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7ww6i {--left: 10px;--top: 68px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md7v5j8 {--left: 0px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7toyp {--left: 10px;--top: 86px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md75840 {--left: 10px;--top: 162px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7d68l {--left: 10px;--top: 238px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7eju1 {--left: 10px;--top: 314px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7jopq {height: 692px;--left: -516px;--top: 858px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 40px;row-gap: 40px;}  

.stage .e-e-md7bab6 {--left: 0px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7ra4i {--left: 753px;--top: 88px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: 100%;--el-height: 100%;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--el-width: 100%;--el-height: 100%;--flex-direction: row-reverse;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;}  

.stage .e-e-md799qy {width: 390px;height: 614px;--left: 434px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 16px 32px 48px 32px;border-radius: 32px;column-gap: 32px;row-gap: 32px;max-width: 100%;min-height: max-content;}  

.stage .e-e-md7fpxt {--left: 42px;--top: 26px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-md7tveq {width: 57px;height: 57px;--left: 10px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 1.1399999856948853px;row-gap: 1.1399999856948853px;}  

.stage .e-e-md7v9rh {width: 27.360000610351562px;height: 22.80000114440918px;--left: 10px;--top: 27.099609375px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;background-color: rgba(57,138,245,1);font-size: 16;font-family: Arial;font-weight: 400;backdrop-filter:  blur(0px);transform: translate3d(0, 0, 0);border-radius: 156.34286499023438px 0px 0px 156.34286499023438px;}  

.stage .e-e-md7unuu {width: 27.360000610351562px;height: 22.80000114440918px;--left: 38.5px;--top: 27.099609375px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;background-color: rgba(57,138,245,1);font-size: 16;font-family: Arial;font-weight: 400;backdrop-filter:  blur(0px);transform: translate3d(0, 0, 0);border-radius: 0px 156.34286499023438px 156.34286499023438px 0px;}  

.stage .e-e-md7ht1i {--left: 75px;--top: 22.5px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(57,138,245,1);}  

.stage .e-e-md7eine {--left: 42px;--top: 115px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 20px;row-gap: 20px;}  

.stage .e-e-md7nnt5 {--left: 257px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md721pu {--left: 10px;--top: 68px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md7rje0 {--left: 10px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7o7wt {--left: 10px;--top: 86px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7yj3r {--left: 10px;--top: 162px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7k3q6 {--left: 10px;--top: 266px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7gfhl {--left: 10px;--top: 342px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md74b63 {width: 390px;height: 614px;--left: 858px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 16px 32px 48px 32px;border-radius: 32px;column-gap: 32px;row-gap: 32px;max-width: 100%;min-height: max-content;}  

.stage .e-e-md79qs8 {--left: 42px;--top: 26px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-md76nm3 {width: 57px;height: 57px;--left: 10px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 1.1399999856948853px;row-gap: 1.1399999856948853px;}  

.stage .e-e-md7umvr {width: 27.360000610351562px;height: 22.80000114440918px;--left: 10px;--top: 27.099609375px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;background-color: rgba(57,138,245,1);font-size: 16;font-family: Arial;font-weight: 400;backdrop-filter:  blur(0px);transform: translate3d(0, 0, 0);border-radius: 156.34286499023438px 0px 0px 156.34286499023438px;}  

.stage .e-e-md7n8ab {width: 27.360000610351562px;height: 22.80000114440918px;--left: 38.5px;--top: 27.099609375px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;background-color: rgba(57,138,245,1);font-size: 16;font-family: Arial;font-weight: 400;backdrop-filter:  blur(0px);transform: translate3d(0, 0, 0);border-radius: 0px 156.34286499023438px 156.34286499023438px 0px;}  

.stage .e-e-md77zh9 {--left: 75px;--top: 22.5px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(57,138,245,1);}  

.stage .e-e-md7dg9f {--left: 42px;--top: 115px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 20px;row-gap: 20px;}  

.stage .e-e-md7m0xz {--left: 262px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7s40z {--left: 10px;--top: 68px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md7k424 {--left: 10px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md77upr {--left: 10px;--top: 86px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7x3f9 {--left: 10px;--top: 162px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7vwjd {--left: 10px;--top: 238px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7l6b7 {--left: 10px;--top: 314px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7ccnc {width: 390px;height: 614px;--left: 1282px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 16px 32px 48px 32px;border-radius: 32px;column-gap: 32px;row-gap: 32px;max-width: 100%;min-height: max-content;}  

.stage .e-e-md7zmj1 {--left: 42px;--top: 26px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-md7uugw {width: 57px;height: 57px;--left: 10px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 1.1399999856948853px;row-gap: 1.1399999856948853px;}  

.stage .e-e-md77asl {width: 27.360000610351562px;height: 22.80000114440918px;--left: 10px;--top: 27.099609375px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;background-color: rgba(57,138,245,1);font-size: 16;font-family: Arial;font-weight: 400;backdrop-filter:  blur(0px);transform: translate3d(0, 0, 0);border-radius: 156.34286499023438px 0px 0px 156.34286499023438px;}  

.stage .e-e-md768rp {width: 27.360000610351562px;height: 22.80000114440918px;--left: 38.5px;--top: 27.099609375px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;background-color: rgba(57,138,245,1);font-size: 16;font-family: Arial;font-weight: 400;backdrop-filter:  blur(0px);transform: translate3d(0, 0, 0);border-radius: 0px 156.34286499023438px 156.34286499023438px 0px;}  

.stage .e-e-md7yzgy {--left: 75px;--top: 22.5px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(57,138,245,1);}  

.stage .e-e-md7oqxh {--left: 42px;--top: 115px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 20px;row-gap: 20px;}  

.stage .e-e-md7bt2o {--left: 262px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7jyc9 {--left: 10px;--top: 68px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md7jgbq {--left: 10px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7gbt3 {--left: 10px;--top: 86px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7u744 {--left: 10px;--top: 162px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7s8ma {--left: 10px;--top: 238px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7l1wm {--left: 10px;--top: 314px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7bbzy {height: 692px;--left: -516px;--top: 1650px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 40px;row-gap: 40px;}  

.stage .e-e-md7fqsb {width: 1662px;--left: 10px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7fp4z {--left: 10px;--top: 88px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: 100%;--el-height: 100%;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--el-width: 100%;--el-height: 100%;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md76w84 {width: 390px;height: 614px;--left: 1282px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 16px 32px 48px 32px;border-radius: 32px;column-gap: 32px;row-gap: 32px;max-width: 100%;}  

.stage .e-e-md7tx9r {--left: 42px;--top: 26px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-md7nv4t {width: 57px;height: 57px;--left: 10px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 1.1399999856948853px;row-gap: 1.1399999856948853px;}  

.stage .e-e-md7c0xk {width: 27.360000610351562px;height: 22.80000114440918px;--left: 10px;--top: 27.099609375px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;background-color: rgba(57,138,245,1);font-size: 16;font-family: Arial;font-weight: 400;backdrop-filter:  blur(0px);transform: translate3d(0, 0, 0);border-radius: 156.34286499023438px 0px 0px 156.34286499023438px;}  

.stage .e-e-md764h4 {width: 27.360000610351562px;height: 22.80000114440918px;--left: 38.5px;--top: 27.099609375px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;background-color: rgba(57,138,245,1);font-size: 16;font-family: Arial;font-weight: 400;backdrop-filter:  blur(0px);transform: translate3d(0, 0, 0);border-radius: 0px 156.34286499023438px 156.34286499023438px 0px;}  

.stage .e-e-md7n5uy {--left: 75px;--top: 22.5px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(57,138,245,1);}  

.stage .e-e-md72jep {--left: 42px;--top: 115px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 20px;row-gap: 20px;}  

.stage .e-e-md7hid1 {--left: 218px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md75ieg {--left: 10px;--top: 68px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md7zah3 {--left: 10px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7ditw {--left: 10px;--top: 86px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7uebq {--left: 10px;--top: 162px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md71n8i {--left: 10px;--top: 238px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7mm22 {--left: 10px;--top: 314px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: CENTER;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-7543-28182 {--left: 0px;--top: 992px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;background-color: #e6e5e4ff;font-size: 16;font-family: Arial;font-weight: 400;padding: 80px 0px 0 0;border-radius: 0px;}  

.stage .e-I7543-28182-1062-29169 {--left: 0px;--top: 314px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 90px 2% 90px 2%;column-gap: 48px;row-gap: 48px;}  

.stage .e-I7543-28182-1062-29170 {--left: 17px;--top: -3px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(48px, 4.6875vw, 60px);font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.2;letter-spacing: -1.2px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-I7543-28182-1062-29171-924-15995_rotated {height: 37px;--left: 0px;--top: 120px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--el-width: 100%;--justify-content: flex-end;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mh0xig0 {width: 188px;height: 37px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-direction: column;transform:  rotate(180deg);font-size: 16;font-family: Arial;font-weight: 400;object-position: 50% 50%;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-I7543-28182-1062-29172 {--left: 80px;--top: 205px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-I7543-28182-1062-29173 {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(20px, 1.875vw, 24px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-I7543-28182-1062-29174 {--left: 0px;--top: 96px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-I7543-28182-1062-29175 {--left: 0px;--top: 212px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-I7543-28182-1062-29176 {--left: 0px;--top: 328px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-I7543-28182-1062-29177 {--left: 0px;--top: 444px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-I7543-28182-1062-29178 {--left: 0px;--top: 560px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-I7543-28182-1062-29179 {--left: 0px;--top: 1225px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 56px 2% 56px 2%;column-gap: 100px;row-gap: 100px;}  

.stage .e-I7543-28182-1062-29180 {--left: 80px;--top: 56px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;--flex-wrap: wrap;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-I7543-28182-1062-29182 {height: 569px;--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 32px 32px 48px 48px;border-radius: 32px;column-gap: 72px;row-gap: 32px;min-width: 280px;}  

.stage .e-I7543-28182-1062-29183 {height: 57px;--left: 246px;--top: 32px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjU3IiBoZWlnaHQ9IjU3IiB2aWV3Qm94PSIwIDAgNTcgNTciIGZpbGw9Im5vbmUiPgo8ZyBpZD0iSWNvbnMiIGRhdGEtbm9kZS1pZD0iSTc1NDM6MjgxODI7MTA2MjoyOTE4MyI+CjxnIGlkPSJTdGFyIDEiIGRhdGEtbm9kZS1pZD0iSTc1NDM6MjgxODI7MTA2MjoyOTE4Mzs4ODk6NjY5MjYiIGZpbHRlcj0idXJsKCNmaWx0ZXIwX25fMF8yMDApIj4KPHBhdGggZD0iTTI1Ljg0NjEgOS41MzUwM0MyNi45NzE0IDcuNDAwMTYgMzAuMDI4NiA3LjQwMDE1IDMxLjE1MzkgOS41MzUwMkwzMy41MDQ5IDEzLjk5NTNDMzQuMTE5NyAxNS4xNjE4IDM1LjQyNDMgMTUuNzkwMSAzNi43MTk4IDE1LjU0MzVMNDEuNjcyNyAxNC42MDA2QzQ0LjA0MzQgMTQuMTQ5MyA0NS45NDk2IDE2LjUzOTYgNDQuOTgyMSAxOC43NTA0TDQyLjk2MDcgMjMuMzY5NEM0Mi40MzIgMjQuNTc3NSA0Mi43NTQyIDI1Ljk4OTIgNDMuNzU0OCAyNi44NDgyTDQ3LjU4IDMwLjEzMjdDNDkuNDExIDMxLjcwNDggNDguNzMwNyAzNC42ODU1IDQ2LjM5ODkgMzUuMzA3NUw0MS41Mjc0IDM2LjYwN0M0MC4yNTMyIDM2Ljk0NjkgMzkuMzUwNCAzOC4wNzg5IDM5LjMwMjYgMzkuMzk2OEwzOS4xMTk3IDQ0LjQzNTRDMzkuMDMyMSA0Ni44NDcgMzYuMjc3NiA0OC4xNzM2IDM0LjMzNzUgNDYuNzM4M0wzMC4yODQyIDQzLjczOThDMjkuMjI0IDQyLjk1NTYgMjcuNzc2IDQyLjk1NTYgMjYuNzE1OCA0My43Mzk4TDIyLjY2MjUgNDYuNzM4M0MyMC43MjI0IDQ4LjE3MzYgMTcuOTY3OSA0Ni44NDcxIDE3Ljg4MDMgNDQuNDM1NEwxNy42OTc0IDM5LjM5NjhDMTcuNjQ5NiAzOC4wNzg5IDE2Ljc0NjggMzYuOTQ2OSAxNS40NzI2IDM2LjYwN0wxMC42MDExIDM1LjMwNzVDOC4yNjkzMyAzNC42ODU1IDcuNTg5MDIgMzEuNzA0OCA5LjQxOTk3IDMwLjEzMjdMMTMuMjQ1MiAyNi44NDgyQzE0LjI0NTcgMjUuOTg5MiAxNC41NjggMjQuNTc3NSAxNC4wMzkzIDIzLjM2OTRMMTIuMDE3OSAxOC43NTA0QzExLjA1MDQgMTYuNTM5NiAxMi45NTY2IDE0LjE0OTMgMTUuMzI3MyAxNC42MDA2TDIwLjI4MDIgMTUuNTQzNUMyMS41NzU3IDE1Ljc5MDEgMjIuODgwMyAxNS4xNjE4IDIzLjQ5NTEgMTMuOTk1M0wyNS44NDYxIDkuNTM1MDNaIiBmaWxsPSIjNzg0QURCIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9uXzBfMjAwIiB4PSI4LjM3MjU2IiB5PSI3LjkzMzU5IiB3aWR0aD0iNDAuMjU0OSIgaGVpZ2h0PSIzOS4zOTg0IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZVR1cmJ1bGVuY2UgdHlwZT0iZnJhY3RhbE5vaXNlIiBiYXNlRnJlcXVlbmN5PSIwLjI1IDAuMjUiIHN0aXRjaFRpbGVzPSJzdGl0Y2giIG51bU9jdGF2ZXM9IjMiIHJlc3VsdD0ibm9pc2UiIHNlZWQ9IjMzNzAiLz4KPGZlQ29sb3JNYXRyaXggaW49Im5vaXNlIiB0eXBlPSJsdW1pbmFuY2VUb0FscGhhIiByZXN1bHQ9ImFscGhhTm9pc2UiLz4KPGZlQ29tcG9uZW50VHJhbnNmZXIgaW49ImFscGhhTm9pc2UiIHJlc3VsdD0iY29sb3JlZE5vaXNlMSI+CjxmZUZ1bmNBIHR5cGU9ImRpc2NyZXRlIiB0YWJsZVZhbHVlcz0iMCAwIDAgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAiLz4KPC9mZUNvbXBvbmVudFRyYW5zZmVyPgo8ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9InNoYXBlIiBpbj0iY29sb3JlZE5vaXNlMSIgcmVzdWx0PSJub2lzZTFDbGlwcGVkIi8+CjxmZUZsb29kIGZsb29kLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMjkpIiByZXN1bHQ9ImNvbG9yMUZsb29kIi8+CjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0ibm9pc2UxQ2xpcHBlZCIgaW49ImNvbG9yMUZsb29kIiByZXN1bHQ9ImNvbG9yMSIvPgo8ZmVNZXJnZSByZXN1bHQ9ImVmZmVjdDFfbm9pc2VfMF8yMDAiPgo8ZmVNZXJnZU5vZGUgaW49InNoYXBlIi8+CjxmZU1lcmdlTm9kZSBpbj0iY29sb3IxIi8+CjwvZmVNZXJnZT4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+);column-gap: 1.1399999856948853px;row-gap: 1.1399999856948853px;}  

.stage .e-I7543-28182-1062-29184 {--left: 48px;--top: 161px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-I7543-28182-1062-29185 {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-I7543-28182-1062-29186 {--left: 0px;--top: 92px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-I7543-28182-1062-29187 {--left: 0px;--top: 248px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-I7543-28182-1062-29188 {height: 569px;--left: 363px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 32px 32px 48px 48px;border-radius: 32px;column-gap: 72px;row-gap: 32px;min-width: 280px;}  

.stage .e-I7543-28182-1062-29189 {height: 57px;--left: 241.66650390625px;--top: 32px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjU3IiBoZWlnaHQ9IjU3IiB2aWV3Qm94PSIwIDAgNTcgNTciIGZpbGw9Im5vbmUiPgo8ZyBpZD0iSWNvbnMiIGRhdGEtbm9kZS1pZD0iSTc1NDM6MjgxODI7MTA2MjoyOTE4OSI+CjxnIGlkPSJTdGFyIDEiIGRhdGEtbm9kZS1pZD0iSTc1NDM6MjgxODI7MTA2MjoyOTE4OTs4ODk6NjY5MjYiIGZpbHRlcj0idXJsKCNmaWx0ZXIwX25fMF8yMDcpIj4KPHBhdGggZD0iTTI1Ljg0NjEgOS41MzUwM0MyNi45NzE0IDcuNDAwMTYgMzAuMDI4NiA3LjQwMDE1IDMxLjE1MzkgOS41MzUwMkwzMy41MDQ5IDEzLjk5NTNDMzQuMTE5NyAxNS4xNjE4IDM1LjQyNDMgMTUuNzkwMSAzNi43MTk4IDE1LjU0MzVMNDEuNjcyNyAxNC42MDA2QzQ0LjA0MzQgMTQuMTQ5MyA0NS45NDk2IDE2LjUzOTYgNDQuOTgyMSAxOC43NTA0TDQyLjk2MDcgMjMuMzY5NEM0Mi40MzIgMjQuNTc3NSA0Mi43NTQyIDI1Ljk4OTIgNDMuNzU0OCAyNi44NDgyTDQ3LjU4IDMwLjEzMjdDNDkuNDExIDMxLjcwNDggNDguNzMwNyAzNC42ODU1IDQ2LjM5ODkgMzUuMzA3NUw0MS41Mjc0IDM2LjYwN0M0MC4yNTMyIDM2Ljk0NjkgMzkuMzUwNCAzOC4wNzg5IDM5LjMwMjYgMzkuMzk2OEwzOS4xMTk3IDQ0LjQzNTRDMzkuMDMyMSA0Ni44NDcgMzYuMjc3NiA0OC4xNzM2IDM0LjMzNzUgNDYuNzM4M0wzMC4yODQyIDQzLjczOThDMjkuMjI0IDQyLjk1NTYgMjcuNzc2IDQyLjk1NTYgMjYuNzE1OCA0My43Mzk4TDIyLjY2MjUgNDYuNzM4M0MyMC43MjI0IDQ4LjE3MzYgMTcuOTY3OSA0Ni44NDcxIDE3Ljg4MDMgNDQuNDM1NEwxNy42OTc0IDM5LjM5NjhDMTcuNjQ5NiAzOC4wNzg5IDE2Ljc0NjggMzYuOTQ2OSAxNS40NzI2IDM2LjYwN0wxMC42MDExIDM1LjMwNzVDOC4yNjkzMyAzNC42ODU1IDcuNTg5MDIgMzEuNzA0OCA5LjQxOTk3IDMwLjEzMjdMMTMuMjQ1MiAyNi44NDgyQzE0LjI0NTcgMjUuOTg5MiAxNC41NjggMjQuNTc3NSAxNC4wMzkzIDIzLjM2OTRMMTIuMDE3OSAxOC43NTA0QzExLjA1MDQgMTYuNTM5NiAxMi45NTY2IDE0LjE0OTMgMTUuMzI3MyAxNC42MDA2TDIwLjI4MDIgMTUuNTQzNUMyMS41NzU3IDE1Ljc5MDEgMjIuODgwMyAxNS4xNjE4IDIzLjQ5NTEgMTMuOTk1M0wyNS44NDYxIDkuNTM1MDNaIiBmaWxsPSIjNzg0QURCIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9uXzBfMjA3IiB4PSI4LjM3MjU2IiB5PSI3LjkzMzU5IiB3aWR0aD0iNDAuMjU0OSIgaGVpZ2h0PSIzOS4zOTg0IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZVR1cmJ1bGVuY2UgdHlwZT0iZnJhY3RhbE5vaXNlIiBiYXNlRnJlcXVlbmN5PSIwLjI1IDAuMjUiIHN0aXRjaFRpbGVzPSJzdGl0Y2giIG51bU9jdGF2ZXM9IjMiIHJlc3VsdD0ibm9pc2UiIHNlZWQ9IjMzNzAiLz4KPGZlQ29sb3JNYXRyaXggaW49Im5vaXNlIiB0eXBlPSJsdW1pbmFuY2VUb0FscGhhIiByZXN1bHQ9ImFscGhhTm9pc2UiLz4KPGZlQ29tcG9uZW50VHJhbnNmZXIgaW49ImFscGhhTm9pc2UiIHJlc3VsdD0iY29sb3JlZE5vaXNlMSI+CjxmZUZ1bmNBIHR5cGU9ImRpc2NyZXRlIiB0YWJsZVZhbHVlcz0iMCAwIDAgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAiLz4KPC9mZUNvbXBvbmVudFRyYW5zZmVyPgo8ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9InNoYXBlIiBpbj0iY29sb3JlZE5vaXNlMSIgcmVzdWx0PSJub2lzZTFDbGlwcGVkIi8+CjxmZUZsb29kIGZsb29kLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMjkpIiByZXN1bHQ9ImNvbG9yMUZsb29kIi8+CjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0ibm9pc2UxQ2xpcHBlZCIgaW49ImNvbG9yMUZsb29kIiByZXN1bHQ9ImNvbG9yMSIvPgo8ZmVNZXJnZSByZXN1bHQ9ImVmZmVjdDFfbm9pc2VfMF8yMDciPgo8ZmVNZXJnZU5vZGUgaW49InNoYXBlIi8+CjxmZU1lcmdlTm9kZSBpbj0iY29sb3IxIi8+CjwvZmVNZXJnZT4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+);column-gap: 1.1399999856948853px;row-gap: 1.1399999856948853px;}  

.stage .e-I7543-28182-1062-29190 {--left: 48px;--top: 161px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-I7543-28182-1062-29191 {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-I7543-28182-1062-29192 {--left: 0px;--top: 92px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-I7543-28182-1062-29193 {--left: 0px;--top: 164px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-I7543-28182-1062-29194 {height: 569px;--left: 725px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 32px 32px 48px 48px;border-radius: 32px;column-gap: 72px;row-gap: 32px;min-width: 280px;}  

.stage .e-I7543-28182-1062-29195 {height: 57px;--left: 241.66650390625px;--top: 32px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjU3IiBoZWlnaHQ9IjU3IiB2aWV3Qm94PSIwIDAgNTcgNTciIGZpbGw9Im5vbmUiPgo8ZyBpZD0iSWNvbnMiIGRhdGEtbm9kZS1pZD0iSTc1NDM6MjgxODI7MTA2MjoyOTE5NSI+CjxnIGlkPSJTdGFyIDEiIGRhdGEtbm9kZS1pZD0iSTc1NDM6MjgxODI7MTA2MjoyOTE5NTs4ODk6NjY5MjYiIGZpbHRlcj0idXJsKCNmaWx0ZXIwX25fMF8yMTQpIj4KPHBhdGggZD0iTTI1Ljg0NjEgOS41MzUwM0MyNi45NzE0IDcuNDAwMTYgMzAuMDI4NiA3LjQwMDE1IDMxLjE1MzkgOS41MzUwMkwzMy41MDQ5IDEzLjk5NTNDMzQuMTE5NyAxNS4xNjE4IDM1LjQyNDMgMTUuNzkwMSAzNi43MTk4IDE1LjU0MzVMNDEuNjcyNyAxNC42MDA2QzQ0LjA0MzQgMTQuMTQ5MyA0NS45NDk2IDE2LjUzOTYgNDQuOTgyMSAxOC43NTA0TDQyLjk2MDcgMjMuMzY5NEM0Mi40MzIgMjQuNTc3NSA0Mi43NTQyIDI1Ljk4OTIgNDMuNzU0OCAyNi44NDgyTDQ3LjU4IDMwLjEzMjdDNDkuNDExIDMxLjcwNDggNDguNzMwNyAzNC42ODU1IDQ2LjM5ODkgMzUuMzA3NUw0MS41Mjc0IDM2LjYwN0M0MC4yNTMyIDM2Ljk0NjkgMzkuMzUwNCAzOC4wNzg5IDM5LjMwMjYgMzkuMzk2OEwzOS4xMTk3IDQ0LjQzNTRDMzkuMDMyMSA0Ni44NDcgMzYuMjc3NiA0OC4xNzM2IDM0LjMzNzUgNDYuNzM4M0wzMC4yODQyIDQzLjczOThDMjkuMjI0IDQyLjk1NTYgMjcuNzc2IDQyLjk1NTYgMjYuNzE1OCA0My43Mzk4TDIyLjY2MjUgNDYuNzM4M0MyMC43MjI0IDQ4LjE3MzYgMTcuOTY3OSA0Ni44NDcxIDE3Ljg4MDMgNDQuNDM1NEwxNy42OTc0IDM5LjM5NjhDMTcuNjQ5NiAzOC4wNzg5IDE2Ljc0NjggMzYuOTQ2OSAxNS40NzI2IDM2LjYwN0wxMC42MDExIDM1LjMwNzVDOC4yNjkzMyAzNC42ODU1IDcuNTg5MDIgMzEuNzA0OCA5LjQxOTk3IDMwLjEzMjdMMTMuMjQ1MiAyNi44NDgyQzE0LjI0NTcgMjUuOTg5MiAxNC41NjggMjQuNTc3NSAxNC4wMzkzIDIzLjM2OTRMMTIuMDE3OSAxOC43NTA0QzExLjA1MDQgMTYuNTM5NiAxMi45NTY2IDE0LjE0OTMgMTUuMzI3MyAxNC42MDA2TDIwLjI4MDIgMTUuNTQzNUMyMS41NzU3IDE1Ljc5MDEgMjIuODgwMyAxNS4xNjE4IDIzLjQ5NTEgMTMuOTk1M0wyNS44NDYxIDkuNTM1MDNaIiBmaWxsPSIjNzg0QURCIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9uXzBfMjE0IiB4PSI4LjM3MjU2IiB5PSI3LjkzMzU5IiB3aWR0aD0iNDAuMjU0OSIgaGVpZ2h0PSIzOS4zOTg0IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZVR1cmJ1bGVuY2UgdHlwZT0iZnJhY3RhbE5vaXNlIiBiYXNlRnJlcXVlbmN5PSIwLjI1IDAuMjUiIHN0aXRjaFRpbGVzPSJzdGl0Y2giIG51bU9jdGF2ZXM9IjMiIHJlc3VsdD0ibm9pc2UiIHNlZWQ9IjMzNzAiLz4KPGZlQ29sb3JNYXRyaXggaW49Im5vaXNlIiB0eXBlPSJsdW1pbmFuY2VUb0FscGhhIiByZXN1bHQ9ImFscGhhTm9pc2UiLz4KPGZlQ29tcG9uZW50VHJhbnNmZXIgaW49ImFscGhhTm9pc2UiIHJlc3VsdD0iY29sb3JlZE5vaXNlMSI+CjxmZUZ1bmNBIHR5cGU9ImRpc2NyZXRlIiB0YWJsZVZhbHVlcz0iMCAwIDAgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAiLz4KPC9mZUNvbXBvbmVudFRyYW5zZmVyPgo8ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9InNoYXBlIiBpbj0iY29sb3JlZE5vaXNlMSIgcmVzdWx0PSJub2lzZTFDbGlwcGVkIi8+CjxmZUZsb29kIGZsb29kLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMjkpIiByZXN1bHQ9ImNvbG9yMUZsb29kIi8+CjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0ibm9pc2UxQ2xpcHBlZCIgaW49ImNvbG9yMUZsb29kIiByZXN1bHQ9ImNvbG9yMSIvPgo8ZmVNZXJnZSByZXN1bHQ9ImVmZmVjdDFfbm9pc2VfMF8yMTQiPgo8ZmVNZXJnZU5vZGUgaW49InNoYXBlIi8+CjxmZU1lcmdlTm9kZSBpbj0iY29sb3IxIi8+CjwvZmVNZXJnZT4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+);column-gap: 1.1399999856948853px;row-gap: 1.1399999856948853px;}  

.stage .e-I7543-28182-1062-29196 {--left: 48px;--top: 161px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-I7543-28182-1062-29197 {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-I7543-28182-1062-29198 {--left: 0px;--top: 90px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-I7543-28182-1062-29199 {--left: 0px;--top: 248px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-I7543-28182-1062-29201 {height: 569px;--left: 0px;--top: 601px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 32px 32px 48px 48px;border-radius: 32px;column-gap: 72px;row-gap: 32px;min-width: 280px;}  

.stage .e-I7543-28182-1062-29202 {height: 57px;--left: 423px;--top: 32px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjU3IiBoZWlnaHQ9IjU3IiB2aWV3Qm94PSIwIDAgNTcgNTciIGZpbGw9Im5vbmUiPgo8ZyBpZD0iSWNvbnMiIGRhdGEtbm9kZS1pZD0iSTc1NDM6MjgxODI7MTA2MjoyOTIwMiI+CjxnIGlkPSJTdGFyIDEiIGRhdGEtbm9kZS1pZD0iSTc1NDM6MjgxODI7MTA2MjoyOTIwMjs4ODk6NjY5MjYiIGZpbHRlcj0idXJsKCNmaWx0ZXIwX25fMF8yMjIpIj4KPHBhdGggZD0iTTI1Ljg0NjEgOS41MzUwM0MyNi45NzE0IDcuNDAwMTYgMzAuMDI4NiA3LjQwMDE1IDMxLjE1MzkgOS41MzUwMkwzMy41MDQ5IDEzLjk5NTNDMzQuMTE5NyAxNS4xNjE4IDM1LjQyNDMgMTUuNzkwMSAzNi43MTk4IDE1LjU0MzVMNDEuNjcyNyAxNC42MDA2QzQ0LjA0MzQgMTQuMTQ5MyA0NS45NDk2IDE2LjUzOTYgNDQuOTgyMSAxOC43NTA0TDQyLjk2MDcgMjMuMzY5NEM0Mi40MzIgMjQuNTc3NSA0Mi43NTQyIDI1Ljk4OTIgNDMuNzU0OCAyNi44NDgyTDQ3LjU4IDMwLjEzMjdDNDkuNDExIDMxLjcwNDggNDguNzMwNyAzNC42ODU1IDQ2LjM5ODkgMzUuMzA3NUw0MS41Mjc0IDM2LjYwN0M0MC4yNTMyIDM2Ljk0NjkgMzkuMzUwNCAzOC4wNzg5IDM5LjMwMjYgMzkuMzk2OEwzOS4xMTk3IDQ0LjQzNTRDMzkuMDMyMSA0Ni44NDcgMzYuMjc3NiA0OC4xNzM2IDM0LjMzNzUgNDYuNzM4M0wzMC4yODQyIDQzLjczOThDMjkuMjI0IDQyLjk1NTYgMjcuNzc2IDQyLjk1NTYgMjYuNzE1OCA0My43Mzk4TDIyLjY2MjUgNDYuNzM4M0MyMC43MjI0IDQ4LjE3MzYgMTcuOTY3OSA0Ni44NDcxIDE3Ljg4MDMgNDQuNDM1NEwxNy42OTc0IDM5LjM5NjhDMTcuNjQ5NiAzOC4wNzg5IDE2Ljc0NjggMzYuOTQ2OSAxNS40NzI2IDM2LjYwN0wxMC42MDExIDM1LjMwNzVDOC4yNjkzMyAzNC42ODU1IDcuNTg5MDIgMzEuNzA0OCA5LjQxOTk3IDMwLjEzMjdMMTMuMjQ1MiAyNi44NDgyQzE0LjI0NTcgMjUuOTg5MiAxNC41NjggMjQuNTc3NSAxNC4wMzkzIDIzLjM2OTRMMTIuMDE3OSAxOC43NTA0QzExLjA1MDQgMTYuNTM5NiAxMi45NTY2IDE0LjE0OTMgMTUuMzI3MyAxNC42MDA2TDIwLjI4MDIgMTUuNTQzNUMyMS41NzU3IDE1Ljc5MDEgMjIuODgwMyAxNS4xNjE4IDIzLjQ5NTEgMTMuOTk1M0wyNS44NDYxIDkuNTM1MDNaIiBmaWxsPSIjNzg0QURCIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9uXzBfMjIyIiB4PSI4LjM3MjU2IiB5PSI3LjkzMzU5IiB3aWR0aD0iNDAuMjU0OSIgaGVpZ2h0PSIzOS4zOTg0IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZVR1cmJ1bGVuY2UgdHlwZT0iZnJhY3RhbE5vaXNlIiBiYXNlRnJlcXVlbmN5PSIwLjI1IDAuMjUiIHN0aXRjaFRpbGVzPSJzdGl0Y2giIG51bU9jdGF2ZXM9IjMiIHJlc3VsdD0ibm9pc2UiIHNlZWQ9IjMzNzAiLz4KPGZlQ29sb3JNYXRyaXggaW49Im5vaXNlIiB0eXBlPSJsdW1pbmFuY2VUb0FscGhhIiByZXN1bHQ9ImFscGhhTm9pc2UiLz4KPGZlQ29tcG9uZW50VHJhbnNmZXIgaW49ImFscGhhTm9pc2UiIHJlc3VsdD0iY29sb3JlZE5vaXNlMSI+CjxmZUZ1bmNBIHR5cGU9ImRpc2NyZXRlIiB0YWJsZVZhbHVlcz0iMCAwIDAgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAiLz4KPC9mZUNvbXBvbmVudFRyYW5zZmVyPgo8ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9InNoYXBlIiBpbj0iY29sb3JlZE5vaXNlMSIgcmVzdWx0PSJub2lzZTFDbGlwcGVkIi8+CjxmZUZsb29kIGZsb29kLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMjkpIiByZXN1bHQ9ImNvbG9yMUZsb29kIi8+CjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0ibm9pc2UxQ2xpcHBlZCIgaW49ImNvbG9yMUZsb29kIiByZXN1bHQ9ImNvbG9yMSIvPgo8ZmVNZXJnZSByZXN1bHQ9ImVmZmVjdDFfbm9pc2VfMF8yMjIiPgo8ZmVNZXJnZU5vZGUgaW49InNoYXBlIi8+CjxmZU1lcmdlTm9kZSBpbj0iY29sb3IxIi8+CjwvZmVNZXJnZT4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+);column-gap: 1.1399999856948853px;row-gap: 1.1399999856948853px;}  

.stage .e-I7543-28182-1062-29203 {--left: 48px;--top: 161px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-I7543-28182-1062-29204 {--left: 111px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-I7543-28182-1062-29205 {--left: 0px;--top: 54px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-I7543-28182-1062-29206 {height: 569px;--left: 544px;--top: 601px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 32px 32px 48px 48px;border-radius: 32px;column-gap: 72px;row-gap: 32px;min-width: 280px;}  

.stage .e-I7543-28182-1062-29207 {height: 57px;--left: 423px;--top: 32px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjU3IiBoZWlnaHQ9IjU3IiB2aWV3Qm94PSIwIDAgNTcgNTciIGZpbGw9Im5vbmUiPgo8ZyBpZD0iSWNvbnMiIGRhdGEtbm9kZS1pZD0iSTc1NDM6MjgxODI7MTA2MjoyOTIwNyI+CjxnIGlkPSJTdGFyIDEiIGRhdGEtbm9kZS1pZD0iSTc1NDM6MjgxODI7MTA2MjoyOTIwNzs4ODk6NjY5MjYiIGZpbHRlcj0idXJsKCNmaWx0ZXIwX25fMF8yMjgpIj4KPHBhdGggZD0iTTI1Ljg0NjEgOS41MzUwM0MyNi45NzE0IDcuNDAwMTYgMzAuMDI4NiA3LjQwMDE1IDMxLjE1MzkgOS41MzUwMkwzMy41MDQ5IDEzLjk5NTNDMzQuMTE5NyAxNS4xNjE4IDM1LjQyNDMgMTUuNzkwMSAzNi43MTk4IDE1LjU0MzVMNDEuNjcyNyAxNC42MDA2QzQ0LjA0MzQgMTQuMTQ5MyA0NS45NDk2IDE2LjUzOTYgNDQuOTgyMSAxOC43NTA0TDQyLjk2MDcgMjMuMzY5NEM0Mi40MzIgMjQuNTc3NSA0Mi43NTQyIDI1Ljk4OTIgNDMuNzU0OCAyNi44NDgyTDQ3LjU4IDMwLjEzMjdDNDkuNDExIDMxLjcwNDggNDguNzMwNyAzNC42ODU1IDQ2LjM5ODkgMzUuMzA3NUw0MS41Mjc0IDM2LjYwN0M0MC4yNTMyIDM2Ljk0NjkgMzkuMzUwNCAzOC4wNzg5IDM5LjMwMjYgMzkuMzk2OEwzOS4xMTk3IDQ0LjQzNTRDMzkuMDMyMSA0Ni44NDcgMzYuMjc3NiA0OC4xNzM2IDM0LjMzNzUgNDYuNzM4M0wzMC4yODQyIDQzLjczOThDMjkuMjI0IDQyLjk1NTYgMjcuNzc2IDQyLjk1NTYgMjYuNzE1OCA0My43Mzk4TDIyLjY2MjUgNDYuNzM4M0MyMC43MjI0IDQ4LjE3MzYgMTcuOTY3OSA0Ni44NDcxIDE3Ljg4MDMgNDQuNDM1NEwxNy42OTc0IDM5LjM5NjhDMTcuNjQ5NiAzOC4wNzg5IDE2Ljc0NjggMzYuOTQ2OSAxNS40NzI2IDM2LjYwN0wxMC42MDExIDM1LjMwNzVDOC4yNjkzMyAzNC42ODU1IDcuNTg5MDIgMzEuNzA0OCA5LjQxOTk3IDMwLjEzMjdMMTMuMjQ1MiAyNi44NDgyQzE0LjI0NTcgMjUuOTg5MiAxNC41NjggMjQuNTc3NSAxNC4wMzkzIDIzLjM2OTRMMTIuMDE3OSAxOC43NTA0QzExLjA1MDQgMTYuNTM5NiAxMi45NTY2IDE0LjE0OTMgMTUuMzI3MyAxNC42MDA2TDIwLjI4MDIgMTUuNTQzNUMyMS41NzU3IDE1Ljc5MDEgMjIuODgwMyAxNS4xNjE4IDIzLjQ5NTEgMTMuOTk1M0wyNS44NDYxIDkuNTM1MDNaIiBmaWxsPSIjNzg0QURCIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9uXzBfMjI4IiB4PSI4LjM3MjU2IiB5PSI3LjkzMzU5IiB3aWR0aD0iNDAuMjU0OSIgaGVpZ2h0PSIzOS4zOTg0IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZVR1cmJ1bGVuY2UgdHlwZT0iZnJhY3RhbE5vaXNlIiBiYXNlRnJlcXVlbmN5PSIwLjI1IDAuMjUiIHN0aXRjaFRpbGVzPSJzdGl0Y2giIG51bU9jdGF2ZXM9IjMiIHJlc3VsdD0ibm9pc2UiIHNlZWQ9IjMzNzAiLz4KPGZlQ29sb3JNYXRyaXggaW49Im5vaXNlIiB0eXBlPSJsdW1pbmFuY2VUb0FscGhhIiByZXN1bHQ9ImFscGhhTm9pc2UiLz4KPGZlQ29tcG9uZW50VHJhbnNmZXIgaW49ImFscGhhTm9pc2UiIHJlc3VsdD0iY29sb3JlZE5vaXNlMSI+CjxmZUZ1bmNBIHR5cGU9ImRpc2NyZXRlIiB0YWJsZVZhbHVlcz0iMCAwIDAgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAiLz4KPC9mZUNvbXBvbmVudFRyYW5zZmVyPgo8ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9InNoYXBlIiBpbj0iY29sb3JlZE5vaXNlMSIgcmVzdWx0PSJub2lzZTFDbGlwcGVkIi8+CjxmZUZsb29kIGZsb29kLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMjkpIiByZXN1bHQ9ImNvbG9yMUZsb29kIi8+CjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0ibm9pc2UxQ2xpcHBlZCIgaW49ImNvbG9yMUZsb29kIiByZXN1bHQ9ImNvbG9yMSIvPgo8ZmVNZXJnZSByZXN1bHQ9ImVmZmVjdDFfbm9pc2VfMF8yMjgiPgo8ZmVNZXJnZU5vZGUgaW49InNoYXBlIi8+CjxmZU1lcmdlTm9kZSBpbj0iY29sb3IxIi8+CjwvZmVNZXJnZT4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+);column-gap: 1.1399999856948853px;row-gap: 1.1399999856948853px;}  

.stage .e-I7543-28182-1062-29208 {--left: 48px;--top: 161px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-I7543-28182-1062-29209 {--left: 6px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-I7543-28182-1062-29210 {--left: 0px;--top: 54px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md73f54 {--left: -3214.606170157018px;--top: -4717.299002516274px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;background-color: rgba(230,229,228,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 80px 0px 0 0;border-radius: 0px;}  

.stage .e-e-md766eq {--left: 0px;--top: 224px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 90px 2% 90px 2%;column-gap: 48px;row-gap: 48px;}  

.stage .e-e-md7sbgs {height: 72px;--left: 0px;--top: 91px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;font-size: clamp(48px, 4.6875vw, 60px);font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.2;letter-spacing: -1.2px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7pv3z {width: 188px;height: 37px;--left: 948px;--top: 210px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md77e7w {width: 188px;height: 37px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-direction: column;transform:  rotate(180deg);font-size: 16;font-family: Arial;font-weight: 400;object-position: 50% 50%;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-e-md75jej {--left: 80px;--top: 295px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-md7zlh7 {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(20px, 1.875vw, 24px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7yjf8 {--left: 0px;--top: 96px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md76vi3 {--left: 0px;--top: 212px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7drwl {--left: 0px;--top: 300px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7mfp0 {--left: 0px;--top: 416px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7l3qe {--left: 0px;--top: 1081px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 56px 2% 56px 2%;column-gap: 48px;row-gap: 48px;}  

.stage .e-e-md77ydo {--left: 80px;--top: 56px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: flex-end;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-md7pwty {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: clamp(36px, 3.4375000000000004vw, 4px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -0.88px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7go5b {--left: 80px;--top: 154px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-md7ky0z {--left: 0px;--top: 3px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;--flex-wrap: wrap;--justify-content: flex-end;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-md7vetg {height: 783px;--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--align-items: flex-end;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 32px 32px 48px 48px;border-radius: 32px;column-gap: 72px;row-gap: 72px;min-width: 280px;}  

.stage .e-e-md72vi8 {width: 57px;height: 57px;--left: 241.66650390625px;--top: 32px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 1.1399999856948853px;row-gap: 1.1399999856948853px;}  

.stage .e-e-md7t853 {width: 48px;height: 48px;--left: 4.5px;--top: 4.5px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQ4IiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiPgo8ZyBpZD0iRnJhbWUgNjUzNiIgZGF0YS1ub2RlLWlkPSJJMTA2NDozMDMwMTsxMDYyOjI5MzA3Ozg4OTo2NjkxNSI+CjxnIGlkPSJTdGFyIDEiIGRhdGEtbm9kZS1pZD0iSTEwNjQ6MzAzMDE7MTA2MjoyOTMwNzs4ODk6NjY5MTYiIGZpbHRlcj0idXJsKCNmaWx0ZXIwX25fMF8yMTEpIj4KPHBhdGggZD0iTTIxLjUzNjggMy41NDI3NkMyMi43MzAzIDEuODI2MTcgMjUuMjY5NyAxLjgyNjE3IDI2LjQ2MzIgMy41NDI3NkwzMy41MzUxIDEzLjcxNDNDMzMuNzM4NyAxNC4wMDcxIDMzLjk5MjkgMTQuMjYxMyAzNC4yODU3IDE0LjQ2NDlMNDQuNDU3MiAyMS41MzY4QzQ2LjE3MzggMjIuNzMwMyA0Ni4xNzM4IDI1LjI2OTcgNDQuNDU3MiAyNi40NjMyTDM0LjI4NTcgMzMuNTM1MUMzMy45OTI5IDMzLjczODcgMzMuNzM4NyAzMy45OTI5IDMzLjUzNTEgMzQuMjg1N0wyNi40NjMyIDQ0LjQ1NzJDMjUuMjY5NyA0Ni4xNzM4IDIyLjczMDMgNDYuMTczOCAyMS41MzY4IDQ0LjQ1NzJMMTQuNDY0OSAzNC4yODU3QzE0LjI2MTMgMzMuOTkyOSAxNC4wMDcxIDMzLjczODcgMTMuNzE0MyAzMy41MzUxTDMuNTQyNzYgMjYuNDYzMkMxLjgyNjE3IDI1LjI2OTcgMS44MjYxNyAyMi43MzAzIDMuNTQyNzYgMjEuNTM2OEwxMy43MTQzIDE0LjQ2NDlDMTQuMDA3MSAxNC4yNjEzIDE0LjI2MTMgMTQuMDA3MSAxNC40NjQ5IDEzLjcxNDNMMjEuNTM2OCAzLjU0Mjc2WiIgZmlsbD0iI0JGQkMwMCIvPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfbl8wXzIxMSIgeD0iMi4yNTUzNyIgeT0iMi4yNTU4NiIgd2lkdGg9IjQzLjQ4OTMiIGhlaWdodD0iNDMuNDg4MyIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC4yNSAwLjI1IiBzdGl0Y2hUaWxlcz0ic3RpdGNoIiBudW1PY3RhdmVzPSIzIiByZXN1bHQ9Im5vaXNlIiBzZWVkPSIzMzcwIi8+CjxmZUNvbG9yTWF0cml4IGluPSJub2lzZSIgdHlwZT0ibHVtaW5hbmNlVG9BbHBoYSIgcmVzdWx0PSJhbHBoYU5vaXNlIi8+CjxmZUNvbXBvbmVudFRyYW5zZmVyIGluPSJhbHBoYU5vaXNlIiByZXN1bHQ9ImNvbG9yZWROb2lzZTEiPgo8ZmVGdW5jQSB0eXBlPSJkaXNjcmV0ZSIgdGFibGVWYWx1ZXM9IjAgMCAwIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgIi8+CjwvZmVDb21wb25lbnRUcmFuc2Zlcj4KPGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJpbiIgaW4yPSJzaGFwZSIgaW49ImNvbG9yZWROb2lzZTEiIHJlc3VsdD0ibm9pc2UxQ2xpcHBlZCIvPgo8ZmVGbG9vZCBmbG9vZC1jb2xvcj0icmdiYSgyNTUsIDI1NSwgMjU1LCAwLjI5KSIgcmVzdWx0PSJjb2xvcjFGbG9vZCIvPgo8ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9Im5vaXNlMUNsaXBwZWQiIGluPSJjb2xvcjFGbG9vZCIgcmVzdWx0PSJjb2xvcjEiLz4KPGZlTWVyZ2UgcmVzdWx0PSJlZmZlY3QxX25vaXNlXzBfMjExIj4KPGZlTWVyZ2VOb2RlIGluPSJzaGFwZSIvPgo8ZmVNZXJnZU5vZGUgaW49ImNvbG9yMSIvPgo8L2ZlTWVyZ2U+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPg==);column-gap: 8px;row-gap: 8px;}  

.stage .e-e-md71bka {--left: 48px;--top: 161px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md7aasq {--left: 141px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(24px, 2.5vw, 32px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7ttb7 {width: 250.66665649414062px;--left: 0px;--top: 54px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7u80j {width: 250.66665649414062px;--left: 0px;--top: 406px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7td59 {height: 783px;--left: 366px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 32px 32px 48px 48px;border-radius: 32px;column-gap: 72px;row-gap: 72px;min-width: 280px;}  

.stage .e-e-md7bvg4 {width: 57px;height: 57px;--left: 241.66650390625px;--top: 32px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 1.1399999856948853px;row-gap: 1.1399999856948853px;}  

.stage .e-e-md7juij {width: 48px;height: 48px;--left: 4.5px;--top: 4.5px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQ4IiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiPgo8ZyBpZD0iRnJhbWUgNjUzNiIgZGF0YS1ub2RlLWlkPSJJMTA2NDozMDMwMTsxMDYyOjI5MzEzOzg4OTo2NjkxNSI+CjxnIGlkPSJTdGFyIDEiIGRhdGEtbm9kZS1pZD0iSTEwNjQ6MzAzMDE7MTA2MjoyOTMxMzs4ODk6NjY5MTYiIGZpbHRlcj0idXJsKCNmaWx0ZXIwX25fMF8yMTkpIj4KPHBhdGggZD0iTTIxLjUzNjggMy41NDI3NkMyMi43MzAzIDEuODI2MTcgMjUuMjY5NyAxLjgyNjE3IDI2LjQ2MzIgMy41NDI3NkwzMy41MzUxIDEzLjcxNDNDMzMuNzM4NyAxNC4wMDcxIDMzLjk5MjkgMTQuMjYxMyAzNC4yODU3IDE0LjQ2NDlMNDQuNDU3MiAyMS41MzY4QzQ2LjE3MzggMjIuNzMwMyA0Ni4xNzM4IDI1LjI2OTcgNDQuNDU3MiAyNi40NjMyTDM0LjI4NTcgMzMuNTM1MUMzMy45OTI5IDMzLjczODcgMzMuNzM4NyAzMy45OTI5IDMzLjUzNTEgMzQuMjg1N0wyNi40NjMyIDQ0LjQ1NzJDMjUuMjY5NyA0Ni4xNzM4IDIyLjczMDMgNDYuMTczOCAyMS41MzY4IDQ0LjQ1NzJMMTQuNDY0OSAzNC4yODU3QzE0LjI2MTMgMzMuOTkyOSAxNC4wMDcxIDMzLjczODcgMTMuNzE0MyAzMy41MzUxTDMuNTQyNzYgMjYuNDYzMkMxLjgyNjE3IDI1LjI2OTcgMS44MjYxNyAyMi43MzAzIDMuNTQyNzYgMjEuNTM2OEwxMy43MTQzIDE0LjQ2NDlDMTQuMDA3MSAxNC4yNjEzIDE0LjI2MTMgMTQuMDA3MSAxNC40NjQ5IDEzLjcxNDNMMjEuNTM2OCAzLjU0Mjc2WiIgZmlsbD0iI0JGQkMwMCIvPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfbl8wXzIxOSIgeD0iMi4yNTUzNyIgeT0iMi4yNTU4NiIgd2lkdGg9IjQzLjQ4OTMiIGhlaWdodD0iNDMuNDg4MyIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC4yNSAwLjI1IiBzdGl0Y2hUaWxlcz0ic3RpdGNoIiBudW1PY3RhdmVzPSIzIiByZXN1bHQ9Im5vaXNlIiBzZWVkPSIzMzcwIi8+CjxmZUNvbG9yTWF0cml4IGluPSJub2lzZSIgdHlwZT0ibHVtaW5hbmNlVG9BbHBoYSIgcmVzdWx0PSJhbHBoYU5vaXNlIi8+CjxmZUNvbXBvbmVudFRyYW5zZmVyIGluPSJhbHBoYU5vaXNlIiByZXN1bHQ9ImNvbG9yZWROb2lzZTEiPgo8ZmVGdW5jQSB0eXBlPSJkaXNjcmV0ZSIgdGFibGVWYWx1ZXM9IjAgMCAwIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgIi8+CjwvZmVDb21wb25lbnRUcmFuc2Zlcj4KPGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJpbiIgaW4yPSJzaGFwZSIgaW49ImNvbG9yZWROb2lzZTEiIHJlc3VsdD0ibm9pc2UxQ2xpcHBlZCIvPgo8ZmVGbG9vZCBmbG9vZC1jb2xvcj0icmdiYSgyNTUsIDI1NSwgMjU1LCAwLjI5KSIgcmVzdWx0PSJjb2xvcjFGbG9vZCIvPgo8ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9Im5vaXNlMUNsaXBwZWQiIGluPSJjb2xvcjFGbG9vZCIgcmVzdWx0PSJjb2xvcjEiLz4KPGZlTWVyZ2UgcmVzdWx0PSJlZmZlY3QxX25vaXNlXzBfMjE5Ij4KPGZlTWVyZ2VOb2RlIGluPSJzaGFwZSIvPgo8ZmVNZXJnZU5vZGUgaW49ImNvbG9yMSIvPgo8L2ZlTWVyZ2U+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPg==);column-gap: 8px;row-gap: 8px;}  

.stage .e-e-md70rfn {--left: 48px;--top: 161px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md7xz74 {--left: 129.66650390625px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(24px, 2.5vw, 32px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7apxu {width: 250.66668701171875px;--left: 0px;--top: 54px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7iacu {height: 783px;--left: 725.33349609375px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 32px 32px 48px 48px;border-radius: 32px;column-gap: 72px;row-gap: 72px;min-width: 280px;}  

.stage .e-e-md752us {width: 57px;height: 57px;--left: 241.66650390625px;--top: 32px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 1.1399999856948853px;row-gap: 1.1399999856948853px;}  

.stage .e-e-md73c8w {width: 48px;height: 48px;--left: 4.5px;--top: 4.5px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQ4IiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiPgo8ZyBpZD0iRnJhbWUgNjUzNiIgZGF0YS1ub2RlLWlkPSJJMTA2NDozMDMwMTsxMDYyOjI5MzE4Ozg4OTo2NjkxNSI+CjxnIGlkPSJTdGFyIDEiIGRhdGEtbm9kZS1pZD0iSTEwNjQ6MzAzMDE7MTA2MjoyOTMxODs4ODk6NjY5MTYiIGZpbHRlcj0idXJsKCNmaWx0ZXIwX25fMF8yMjYpIj4KPHBhdGggZD0iTTIxLjUzNjggMy41NDI3NkMyMi43MzAzIDEuODI2MTcgMjUuMjY5NyAxLjgyNjE3IDI2LjQ2MzIgMy41NDI3NkwzMy41MzUxIDEzLjcxNDNDMzMuNzM4NyAxNC4wMDcxIDMzLjk5MjkgMTQuMjYxMyAzNC4yODU3IDE0LjQ2NDlMNDQuNDU3MiAyMS41MzY4QzQ2LjE3MzggMjIuNzMwMyA0Ni4xNzM4IDI1LjI2OTcgNDQuNDU3MiAyNi40NjMyTDM0LjI4NTcgMzMuNTM1MUMzMy45OTI5IDMzLjczODcgMzMuNzM4NyAzMy45OTI5IDMzLjUzNTEgMzQuMjg1N0wyNi40NjMyIDQ0LjQ1NzJDMjUuMjY5NyA0Ni4xNzM4IDIyLjczMDMgNDYuMTczOCAyMS41MzY4IDQ0LjQ1NzJMMTQuNDY0OSAzNC4yODU3QzE0LjI2MTMgMzMuOTkyOSAxNC4wMDcxIDMzLjczODcgMTMuNzE0MyAzMy41MzUxTDMuNTQyNzYgMjYuNDYzMkMxLjgyNjE3IDI1LjI2OTcgMS44MjYxNyAyMi43MzAzIDMuNTQyNzYgMjEuNTM2OEwxMy43MTQzIDE0LjQ2NDlDMTQuMDA3MSAxNC4yNjEzIDE0LjI2MTMgMTQuMDA3MSAxNC40NjQ5IDEzLjcxNDNMMjEuNTM2OCAzLjU0Mjc2WiIgZmlsbD0iI0JGQkMwMCIvPgo8L2c+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfbl8wXzIyNiIgeD0iMi4yNTUzNyIgeT0iMi4yNTU4NiIgd2lkdGg9IjQzLjQ4OTMiIGhlaWdodD0iNDMuNDg4MyIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC4yNSAwLjI1IiBzdGl0Y2hUaWxlcz0ic3RpdGNoIiBudW1PY3RhdmVzPSIzIiByZXN1bHQ9Im5vaXNlIiBzZWVkPSIzMzcwIi8+CjxmZUNvbG9yTWF0cml4IGluPSJub2lzZSIgdHlwZT0ibHVtaW5hbmNlVG9BbHBoYSIgcmVzdWx0PSJhbHBoYU5vaXNlIi8+CjxmZUNvbXBvbmVudFRyYW5zZmVyIGluPSJhbHBoYU5vaXNlIiByZXN1bHQ9ImNvbG9yZWROb2lzZTEiPgo8ZmVGdW5jQSB0eXBlPSJkaXNjcmV0ZSIgdGFibGVWYWx1ZXM9IjAgMCAwIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgIi8+CjwvZmVDb21wb25lbnRUcmFuc2Zlcj4KPGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJpbiIgaW4yPSJzaGFwZSIgaW49ImNvbG9yZWROb2lzZTEiIHJlc3VsdD0ibm9pc2UxQ2xpcHBlZCIvPgo8ZmVGbG9vZCBmbG9vZC1jb2xvcj0icmdiYSgyNTUsIDI1NSwgMjU1LCAwLjI5KSIgcmVzdWx0PSJjb2xvcjFGbG9vZCIvPgo8ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9Im5vaXNlMUNsaXBwZWQiIGluPSJjb2xvcjFGbG9vZCIgcmVzdWx0PSJjb2xvcjEiLz4KPGZlTWVyZ2UgcmVzdWx0PSJlZmZlY3QxX25vaXNlXzBfMjI2Ij4KPGZlTWVyZ2VOb2RlIGluPSJzaGFwZSIvPgo8ZmVNZXJnZU5vZGUgaW49ImNvbG9yMSIvPgo8L2ZlTWVyZ2U+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPg==);column-gap: 8px;row-gap: 8px;}  

.stage .e-e-md742z5 {--left: 48px;--top: 161px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md7iexc {--left: 180.66650390625px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(24px, 2.5vw, 32px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md74lze {width: 250.66668701171875px;--left: 0px;--top: 54px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md74z0f {width: 250.66668701171875px;--left: 0px;--top: 350px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-md7lwo2 {--left: 0px;--top: 2074px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 48px 2% 48px 2%;column-gap: 16px;row-gap: 16px;}  

.stage .e-f-1762152584206 {width: 965px;height: 558px;--left: -165px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 0px 0px 0px;max-width: 90vw;--aspect-ratio: 1.7293906810035842;}  

.stage .e-e-md7l33m {--left: -3214.606170157018px;--top: -2107.7573359854077px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;background-color: rgba(230,229,228,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 80px 0px 0 0;border-radius: 0px;}  

.stage .e-e-md7yd2u {--left: 0px;--top: 224px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 90px 2% 90px 2%;column-gap: 48px;row-gap: 48px;}  

.stage .e-e-md71jxi {--left: 0px;--top: 90px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(48px, 4.6875vw, 60px);font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.2;letter-spacing: -1.2px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7jzg0 {width: 188px;height: 37px;--left: 948px;--top: 210px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md7x7ce {width: 188px;height: 37px;--left: 0px;--top: 0px;--display: flex;--justify-content: center;--align-items: center;--align-content: center;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md7espp {width: 188px;height: 37px;--left: 0px;--top: 3px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-direction: column;transform:  rotate(180deg);font-size: 16;font-family: Arial;font-weight: 400;object-position: 50% 50%;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-e-md7phs7 {--left: 80px;--top: 295px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 31px;row-gap: 31px;}  

.stage .e-e-md7b4sc {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(20px, 1.875vw, 24px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7gdg0 {--left: 0px;--top: 95px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7mr5l {--left: 0px;--top: 210px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md70hq7 {--left: 0px;--top: 297px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7z799 {--left: 0px;--top: 412px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7ze2r {--left: 0px;--top: 1049px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 56px 2% 56px 2%;column-gap: 100px;row-gap: 100px;}  

.stage .e-e-md7i2wq {--left: 80px;--top: 56px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;--flex-wrap: wrap;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-md7wdzo {width: 512px;height: 543px;--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 32px 32px 48px 56px;border-radius: 32px;column-gap: 56px;row-gap: 22px;max-width: 100%;min-height: max-content;}  

.stage .e-e-md731y2 {width: 57px;height: 57px;--left: 423px;--top: 32px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjU3IiBoZWlnaHQ9IjU3IiB2aWV3Qm94PSIwIDAgNTcgNTciIGZpbGw9Im5vbmUiPgo8ZyBpZD0iSWNvbnMiIGRhdGEtbm9kZS1pZD0iSTEwNjQ6MzAzMDM7MTA2MjoyOTIyNiI+CjxnIGlkPSJTdGFyIDEiIGRhdGEtbm9kZS1pZD0iSTEwNjQ6MzAzMDM7MTA2MjoyOTIyNjs4ODk6NjY5MjQiIGZpbHRlcj0idXJsKCNmaWx0ZXIwX25fMF8xODkpIj4KPHBhdGggZD0iTTI2LjA1MDkgNy45NjE4MUMyNy4yNDY0IDYuMjcxOTggMjkuNzUzNiA2LjI3MTk4IDMwLjk0OTEgNy45NjE4MUw0MC4zOTUgMjEuMzEzOEM0MC41MDE1IDIxLjQ2NDMgNDAuNTkzOSAyMS42MjQzIDQwLjY3MSAyMS43OTE3TDQ3LjUxMTEgMzYuNjQ4MUM0OC4zNzY4IDM4LjUyODQgNDcuMTIzMiA0MC42OTk3IDQ1LjA2MiA0MC44OTAxTDI4Ljc3NiA0Mi4zOTQ1QzI4LjU5MjQgNDIuNDExNSAyOC40MDc2IDQyLjQxMTUgMjguMjI0IDQyLjM5NDVMMTEuOTM4IDQwLjg5MDFDOS44NzY3NyA0MC42OTk3IDguNjIzMTcgMzguNTI4NCA5LjQ4ODg3IDM2LjY0ODFMMTYuMzI5IDIxLjc5MTdDMTYuNDA2MSAyMS42MjQzIDE2LjQ5ODUgMjEuNDY0MyAxNi42MDUgMjEuMzEzOEwyNi4wNTA5IDcuOTYxODFaIiBmaWxsPSIjNkVCNzdFIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9uXzBfMTg5IiB4PSI5LjIxMDk0IiB5PSI2LjY5NTMxIiB3aWR0aD0iMzguNTc4MSIgaGVpZ2h0PSIzNS43MTA5IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZVR1cmJ1bGVuY2UgdHlwZT0iZnJhY3RhbE5vaXNlIiBiYXNlRnJlcXVlbmN5PSIwLjI1IDAuMjUiIHN0aXRjaFRpbGVzPSJzdGl0Y2giIG51bU9jdGF2ZXM9IjMiIHJlc3VsdD0ibm9pc2UiIHNlZWQ9IjMzNzAiLz4KPGZlQ29sb3JNYXRyaXggaW49Im5vaXNlIiB0eXBlPSJsdW1pbmFuY2VUb0FscGhhIiByZXN1bHQ9ImFscGhhTm9pc2UiLz4KPGZlQ29tcG9uZW50VHJhbnNmZXIgaW49ImFscGhhTm9pc2UiIHJlc3VsdD0iY29sb3JlZE5vaXNlMSI+CjxmZUZ1bmNBIHR5cGU9ImRpc2NyZXRlIiB0YWJsZVZhbHVlcz0iMCAwIDAgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAiLz4KPC9mZUNvbXBvbmVudFRyYW5zZmVyPgo8ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9InNoYXBlIiBpbj0iY29sb3JlZE5vaXNlMSIgcmVzdWx0PSJub2lzZTFDbGlwcGVkIi8+CjxmZUZsb29kIGZsb29kLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMjkpIiByZXN1bHQ9ImNvbG9yMUZsb29kIi8+CjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0ibm9pc2UxQ2xpcHBlZCIgaW49ImNvbG9yMUZsb29kIiByZXN1bHQ9ImNvbG9yMSIvPgo8ZmVNZXJnZSByZXN1bHQ9ImVmZmVjdDFfbm9pc2VfMF8xODkiPgo8ZmVNZXJnZU5vZGUgaW49InNoYXBlIi8+CjxmZU1lcmdlTm9kZSBpbj0iY29sb3IxIi8+CjwvZmVNZXJnZT4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+);column-gap: 1.1399999856948853px;row-gap: 1.1399999856948853px;}  

.stage .e-e-md7piu8 {--left: 56px;--top: 145px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md75k6v {--left: 228px;--top: 3px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md75q4j {--left: 0px;--top: 52px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md77cj2 {--left: 0px;--top: 152px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7czkv {width: 512px;height: 543px;--left: 544px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 32px 32px 48px 56px;border-radius: 32px;column-gap: 56px;row-gap: 22px;max-width: 100%;min-height: max-content;}  

.stage .e-e-md7l5zq {width: 57px;height: 57px;--left: 423px;--top: 32px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjU3IiBoZWlnaHQ9IjU3IiB2aWV3Qm94PSIwIDAgNTcgNTciIGZpbGw9Im5vbmUiPgo8ZyBpZD0iSWNvbnMiIGRhdGEtbm9kZS1pZD0iSTEwNjQ6MzAzMDM7MTA2MjoyOTIzMiI+CjxnIGlkPSJTdGFyIDEiIGRhdGEtbm9kZS1pZD0iSTEwNjQ6MzAzMDM7MTA2MjoyOTIzMjs4ODk6NjY5MjQiIGZpbHRlcj0idXJsKCNmaWx0ZXIwX25fMF8xOTYpIj4KPHBhdGggZD0iTTI2LjA1MDkgNy45NjE4MUMyNy4yNDY0IDYuMjcxOTggMjkuNzUzNiA2LjI3MTk4IDMwLjk0OTEgNy45NjE4MUw0MC4zOTUgMjEuMzEzOEM0MC41MDE1IDIxLjQ2NDMgNDAuNTkzOSAyMS42MjQzIDQwLjY3MSAyMS43OTE3TDQ3LjUxMTEgMzYuNjQ4MUM0OC4zNzY4IDM4LjUyODQgNDcuMTIzMiA0MC42OTk3IDQ1LjA2MiA0MC44OTAxTDI4Ljc3NiA0Mi4zOTQ1QzI4LjU5MjQgNDIuNDExNSAyOC40MDc2IDQyLjQxMTUgMjguMjI0IDQyLjM5NDVMMTEuOTM4IDQwLjg5MDFDOS44NzY3NyA0MC42OTk3IDguNjIzMTcgMzguNTI4NCA5LjQ4ODg3IDM2LjY0ODFMMTYuMzI5IDIxLjc5MTdDMTYuNDA2MSAyMS42MjQzIDE2LjQ5ODUgMjEuNDY0MyAxNi42MDUgMjEuMzEzOEwyNi4wNTA5IDcuOTYxODFaIiBmaWxsPSIjNkVCNzdFIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9uXzBfMTk2IiB4PSI5LjIxMDk0IiB5PSI2LjY5NTMxIiB3aWR0aD0iMzguNTc4MSIgaGVpZ2h0PSIzNS43MTA5IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZVR1cmJ1bGVuY2UgdHlwZT0iZnJhY3RhbE5vaXNlIiBiYXNlRnJlcXVlbmN5PSIwLjI1IDAuMjUiIHN0aXRjaFRpbGVzPSJzdGl0Y2giIG51bU9jdGF2ZXM9IjMiIHJlc3VsdD0ibm9pc2UiIHNlZWQ9IjMzNzAiLz4KPGZlQ29sb3JNYXRyaXggaW49Im5vaXNlIiB0eXBlPSJsdW1pbmFuY2VUb0FscGhhIiByZXN1bHQ9ImFscGhhTm9pc2UiLz4KPGZlQ29tcG9uZW50VHJhbnNmZXIgaW49ImFscGhhTm9pc2UiIHJlc3VsdD0iY29sb3JlZE5vaXNlMSI+CjxmZUZ1bmNBIHR5cGU9ImRpc2NyZXRlIiB0YWJsZVZhbHVlcz0iMCAwIDAgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAiLz4KPC9mZUNvbXBvbmVudFRyYW5zZmVyPgo8ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9InNoYXBlIiBpbj0iY29sb3JlZE5vaXNlMSIgcmVzdWx0PSJub2lzZTFDbGlwcGVkIi8+CjxmZUZsb29kIGZsb29kLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMjkpIiByZXN1bHQ9ImNvbG9yMUZsb29kIi8+CjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0ibm9pc2UxQ2xpcHBlZCIgaW49ImNvbG9yMUZsb29kIiByZXN1bHQ9ImNvbG9yMSIvPgo8ZmVNZXJnZSByZXN1bHQ9ImVmZmVjdDFfbm9pc2VfMF8xOTYiPgo8ZmVNZXJnZU5vZGUgaW49InNoYXBlIi8+CjxmZU1lcmdlTm9kZSBpbj0iY29sb3IxIi8+CjwvZmVNZXJnZT4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+);column-gap: 1.1399999856948853px;row-gap: 1.1399999856948853px;}  

.stage .e-e-md7t8jg {--left: 56px;--top: 145px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md75qnj {--left: 178px;--top: 3px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7fi0v {--left: 0px;--top: 52px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md78166 {--left: 0px;--top: 208px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md79326 {width: 512px;height: 591px;--left: 0px;--top: 575px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 32px 32px 48px 56px;border-radius: 32px;column-gap: 56px;row-gap: 22px;max-width: 100%;min-height: max-content;}  

.stage .e-e-md7mybh {width: 57px;height: 57px;--left: 423px;--top: 32px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjU3IiBoZWlnaHQ9IjU3IiB2aWV3Qm94PSIwIDAgNTcgNTciIGZpbGw9Im5vbmUiPgo8ZyBpZD0iSWNvbnMiIGRhdGEtbm9kZS1pZD0iSTEwNjQ6MzAzMDM7MTA2MjoyOTIzOSI+CjxnIGlkPSJTdGFyIDEiIGRhdGEtbm9kZS1pZD0iSTEwNjQ6MzAzMDM7MTA2MjoyOTIzOTs4ODk6NjY5MjQiIGZpbHRlcj0idXJsKCNmaWx0ZXIwX25fMF8yMDQpIj4KPHBhdGggZD0iTTI2LjA1MDkgNy45NjE4MUMyNy4yNDY0IDYuMjcxOTggMjkuNzUzNiA2LjI3MTk4IDMwLjk0OTEgNy45NjE4MUw0MC4zOTUgMjEuMzEzOEM0MC41MDE1IDIxLjQ2NDMgNDAuNTkzOSAyMS42MjQzIDQwLjY3MSAyMS43OTE3TDQ3LjUxMTEgMzYuNjQ4MUM0OC4zNzY4IDM4LjUyODQgNDcuMTIzMiA0MC42OTk3IDQ1LjA2MiA0MC44OTAxTDI4Ljc3NiA0Mi4zOTQ1QzI4LjU5MjQgNDIuNDExNSAyOC40MDc2IDQyLjQxMTUgMjguMjI0IDQyLjM5NDVMMTEuOTM4IDQwLjg5MDFDOS44NzY3NyA0MC42OTk3IDguNjIzMTcgMzguNTI4NCA5LjQ4ODg3IDM2LjY0ODFMMTYuMzI5IDIxLjc5MTdDMTYuNDA2MSAyMS42MjQzIDE2LjQ5ODUgMjEuNDY0MyAxNi42MDUgMjEuMzEzOEwyNi4wNTA5IDcuOTYxODFaIiBmaWxsPSIjNkVCNzdFIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9uXzBfMjA0IiB4PSI5LjIxMDk0IiB5PSI2LjY5NTMxIiB3aWR0aD0iMzguNTc4MSIgaGVpZ2h0PSIzNS43MTA5IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZVR1cmJ1bGVuY2UgdHlwZT0iZnJhY3RhbE5vaXNlIiBiYXNlRnJlcXVlbmN5PSIwLjI1IDAuMjUiIHN0aXRjaFRpbGVzPSJzdGl0Y2giIG51bU9jdGF2ZXM9IjMiIHJlc3VsdD0ibm9pc2UiIHNlZWQ9IjMzNzAiLz4KPGZlQ29sb3JNYXRyaXggaW49Im5vaXNlIiB0eXBlPSJsdW1pbmFuY2VUb0FscGhhIiByZXN1bHQ9ImFscGhhTm9pc2UiLz4KPGZlQ29tcG9uZW50VHJhbnNmZXIgaW49ImFscGhhTm9pc2UiIHJlc3VsdD0iY29sb3JlZE5vaXNlMSI+CjxmZUZ1bmNBIHR5cGU9ImRpc2NyZXRlIiB0YWJsZVZhbHVlcz0iMCAwIDAgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAiLz4KPC9mZUNvbXBvbmVudFRyYW5zZmVyPgo8ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9InNoYXBlIiBpbj0iY29sb3JlZE5vaXNlMSIgcmVzdWx0PSJub2lzZTFDbGlwcGVkIi8+CjxmZUZsb29kIGZsb29kLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMjkpIiByZXN1bHQ9ImNvbG9yMUZsb29kIi8+CjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0ibm9pc2UxQ2xpcHBlZCIgaW49ImNvbG9yMUZsb29kIiByZXN1bHQ9ImNvbG9yMSIvPgo8ZmVNZXJnZSByZXN1bHQ9ImVmZmVjdDFfbm9pc2VfMF8yMDQiPgo8ZmVNZXJnZU5vZGUgaW49InNoYXBlIi8+CjxmZU1lcmdlTm9kZSBpbj0iY29sb3IxIi8+CjwvZmVNZXJnZT4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+);column-gap: 1.1399999856948853px;row-gap: 1.1399999856948853px;}  

.stage .e-e-md788at {--left: 56px;--top: 145px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md7z8if {--left: 55px;--top: -1px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7ls0d {--left: 0px;--top: 54px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4px;row-gap: 4px;}  

.stage .e-e-md7pfk9 {--left: 0px;--top: 3px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md79ao7 {--left: 0px;--top: 30px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7krgi {--left: 0px;--top: 62px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7jcyi {--left: 0px;--top: 94px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7qbk9 {--left: 0px;--top: 126px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7vqx3 {--left: 0px;--top: 158px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md70vnh {--left: 0px;--top: 284px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7vi5l {width: 512px;height: 591px;--left: 544px;--top: 575px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 32px 32px 48px 56px;border-radius: 32px;column-gap: 56px;row-gap: 22px;max-width: 100%;min-height: max-content;}  

.stage .e-e-md7s9aq {width: 57px;height: 57px;--left: 423px;--top: 32px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjU3IiBoZWlnaHQ9IjU3IiB2aWV3Qm94PSIwIDAgNTcgNTciIGZpbGw9Im5vbmUiPgo8ZyBpZD0iSWNvbnMiIGRhdGEtbm9kZS1pZD0iSTEwNjQ6MzAzMDM7MTA2MjoyOTI1MSI+CjxnIGlkPSJTdGFyIDEiIGRhdGEtbm9kZS1pZD0iSTEwNjQ6MzAzMDM7MTA2MjoyOTI1MTs4ODk6NjY5MjQiIGZpbHRlcj0idXJsKCNmaWx0ZXIwX25fMF8yMTcpIj4KPHBhdGggZD0iTTI2LjA1MDkgNy45NjE4MUMyNy4yNDY0IDYuMjcxOTggMjkuNzUzNiA2LjI3MTk4IDMwLjk0OTEgNy45NjE4MUw0MC4zOTUgMjEuMzEzOEM0MC41MDE1IDIxLjQ2NDMgNDAuNTkzOSAyMS42MjQzIDQwLjY3MSAyMS43OTE3TDQ3LjUxMTEgMzYuNjQ4MUM0OC4zNzY4IDM4LjUyODQgNDcuMTIzMiA0MC42OTk3IDQ1LjA2MiA0MC44OTAxTDI4Ljc3NiA0Mi4zOTQ1QzI4LjU5MjQgNDIuNDExNSAyOC40MDc2IDQyLjQxMTUgMjguMjI0IDQyLjM5NDVMMTEuOTM4IDQwLjg5MDFDOS44NzY3NyA0MC42OTk3IDguNjIzMTcgMzguNTI4NCA5LjQ4ODg3IDM2LjY0ODFMMTYuMzI5IDIxLjc5MTdDMTYuNDA2MSAyMS42MjQzIDE2LjQ5ODUgMjEuNDY0MyAxNi42MDUgMjEuMzEzOEwyNi4wNTA5IDcuOTYxODFaIiBmaWxsPSIjNkVCNzdFIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9uXzBfMjE3IiB4PSI5LjIxMDk0IiB5PSI2LjY5NTMxIiB3aWR0aD0iMzguNTc4MSIgaGVpZ2h0PSIzNS43MTA5IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZVR1cmJ1bGVuY2UgdHlwZT0iZnJhY3RhbE5vaXNlIiBiYXNlRnJlcXVlbmN5PSIwLjI1IDAuMjUiIHN0aXRjaFRpbGVzPSJzdGl0Y2giIG51bU9jdGF2ZXM9IjMiIHJlc3VsdD0ibm9pc2UiIHNlZWQ9IjMzNzAiLz4KPGZlQ29sb3JNYXRyaXggaW49Im5vaXNlIiB0eXBlPSJsdW1pbmFuY2VUb0FscGhhIiByZXN1bHQ9ImFscGhhTm9pc2UiLz4KPGZlQ29tcG9uZW50VHJhbnNmZXIgaW49ImFscGhhTm9pc2UiIHJlc3VsdD0iY29sb3JlZE5vaXNlMSI+CjxmZUZ1bmNBIHR5cGU9ImRpc2NyZXRlIiB0YWJsZVZhbHVlcz0iMCAwIDAgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAiLz4KPC9mZUNvbXBvbmVudFRyYW5zZmVyPgo8ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9InNoYXBlIiBpbj0iY29sb3JlZE5vaXNlMSIgcmVzdWx0PSJub2lzZTFDbGlwcGVkIi8+CjxmZUZsb29kIGZsb29kLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMjkpIiByZXN1bHQ9ImNvbG9yMUZsb29kIi8+CjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0ibm9pc2UxQ2xpcHBlZCIgaW49ImNvbG9yMUZsb29kIiByZXN1bHQ9ImNvbG9yMSIvPgo8ZmVNZXJnZSByZXN1bHQ9ImVmZmVjdDFfbm9pc2VfMF8yMTciPgo8ZmVNZXJnZU5vZGUgaW49InNoYXBlIi8+CjxmZU1lcmdlTm9kZSBpbj0iY29sb3IxIi8+CjwvZmVNZXJnZT4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+);column-gap: 1.1399999856948853px;row-gap: 1.1399999856948853px;}  

.stage .e-e-md7xd5q {--left: 56px;--top: 145px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-md7yqzi {--left: 119px;--top: -1px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7qpbq {--left: 0px;--top: 52px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7e4jp {--left: 0px;--top: 180px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7m92g {--left: 0px;--top: 308px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7543-28138 {--left: -3214.606170157018px;--top: 115.99466710350862px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;background-color: rgba(230,229,228,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 80px 0px 0 0;border-radius: 0px;}  

.stage .e-I7543-28138-1062-29259 {--left: 0px;--top: 224px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 90px 2% 90px 2%;column-gap: 48px;row-gap: 48px;}  

.stage .e-I7543-28138-1062-29260 {--left: 0px;--top: 88px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(48px, 4.6875vw, 60px);font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.2;letter-spacing: -1.2px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-I7543-28138-1062-29261 {height: 37px;--left: 948px;--top: 210px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-I7543-28138-1062-29261-924-15995_rotated {height: 37px;--left: 0px;--top: 0px;--display: flex;width: 100%;--el-width: 100%;--el-width: 100%;--justify-content: flex-end;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mh0a8pn {width: 188px;height: 37px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-direction: column;transform:  rotate(180deg);font-size: 16;font-family: Arial;font-weight: 400;object-position: 50% 50%;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-I7543-28138-1062-29262 {--left: 80px;--top: 295px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-I7543-28138-1062-29263 {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(20px, 1.875vw, 24px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-I7543-28138-1062-29264 {--left: 0px;--top: 96px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-I7543-28138-1062-29265 {--left: 0px;--top: 184px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-I7543-28138-1062-29266 {--left: 0px;--top: 272px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-I7543-28138-1062-29267 {--left: 0px;--top: 388px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-I7543-28138-1062-29268 {--left: 0px;--top: 476px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-I7543-28138-1062-29269 {--left: 0px;--top: 1141px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 56px 2% 56px 2%;column-gap: 100px;row-gap: 100px;}  

.stage .e-I7543-28138-1062-29271 {--left: 80px;--top: 56px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;--flex-wrap: wrap;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-I7543-28138-1062-29272 {height: 792px;--left: 0px;--top: 8px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--justify-content: space-between;--align-items: center;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 72px 32px 72px 40px;border-radius: 32px;column-gap: 72px;row-gap: 0px;min-width: 280px;}  

.stage .e-I7543-28138-1062-29273 {--left: 40px;--top: 72px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-I7543-28138-1062-29274 {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(20px, 1.875vw, 24px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-I7543-28138-1062-29275 {--left: 0px;--top: 48px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-I7543-28138-1062-29276 {--left: 1px;--top: 232px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-I7543-28138-1062-29277 {width: 350px;height: 136px;--left: -5.6669921875px;--top: 572px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-I7543-28138-1062-29278 {height: 796px;--left: 362px;--top: 3px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--justify-content: space-between;--align-items: center;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 72px 32px 72px 40px;border-radius: 32px;column-gap: 72px;row-gap: 0px;min-width: 280px;}  

.stage .e-I7543-28138-1062-29279 {--left: 40px;--top: 72px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-I7543-28138-1062-29280 {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(20px, 1.875vw, 24px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-I7543-28138-1062-29281 {--left: 0px;--top: 80px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-I7543-28138-1062-29282 {--left: 0px;--top: 320px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-I7543-28138-1062-29283 {width: 350px;height: 136px;--left: -5.66650390625px;--top: 588px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-I7543-28138-1062-29284 {height: 796px;--left: 725px;--top: 3px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--justify-content: space-between;--align-items: center;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);padding: 72px 32px 72px 40px;border-radius: 32px;column-gap: 72px;row-gap: 0px;min-width: 280px;}  

.stage .e-I7543-28138-1062-29285 {--left: 40px;--top: 72px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-I7543-28138-1062-29286 {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(20px, 1.875vw, 24px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-I7543-28138-1062-29287 {--left: 0px;--top: 80px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-I7543-28138-1062-29288 {--left: 0px;--top: 292px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 18px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-I7543-28138-1062-29289 {width: 350px;height: 136px;--left: -5.66650390625px;--top: 588px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-e-md7pbf1 {--left: 10px;--top: 8410px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;padding: 32px 32px 32px 32px;column-gap: 10px;row-gap: 10px;}    

:root, .viewport, .page, body {
  --active-menu-line: 0;
}

html body *.active, .active *  {
  --active-menu-line: 1;
}

 .stage .e-e-md7gwcn {width: 100vw;--left: 2599.7455470737914vw;--top: 171.50127226463104vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column-reverse;--justify-content: flex-end;background-color: rgba(252,250,246,1);font-size: 16;font-family: Arial;font-weight: 400;min-width: 0;max-width: 1279;}  

.stage .e-e-md7tr95 {--left: 0vw;--top: 3029.2620865139947vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: image-set(url(../images/figma_5dd8ba546af5042b6e1247c2b3748482f7a65e3a_1752743914756.webp) 1x, url(../images/figma_5dd8ba546af5042b6e1247c2b3748482f7a65e3a_1752743914756.webp) 2x);padding: 40.71246819338422vw 5.089058524173027vw 40.71246819338422vw 5.089058524173027vw;column-gap: 2.5445292620865136vw;row-gap: 10.178117048346055vw;}  

.stage .e-e-md7df6l {width: 77.35368956743002vw;--left: 11.704834605597965vw;--top: 59.796437659033074vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-e-md7eufn {width: 77.35368956743002vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 23.40966921119593vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 0.9565217590332031;letter-spacing: -0.2544529262086514vw;text-align: RIGHT;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-md76ahc {--left: 0vw;--top: 75.31806615776081vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 3.0534351145038165vw;row-gap: 3.0534351145038165vw;}  

.stage .e-e-md7r5iw {width: 77.35368956743002vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.1875;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-md7wh0k {--left: 11.450381679389313vw;--top: 131.8066157760814vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(255,255,255,1);border-width: 0.2544529262086514vw;border-style: solid;padding: 5.089058524173027vw 8.142493638676845vw 5.089058524173027vw 8.142493638676845vw;border-radius: 4.071246819338422vw;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-e-md7aqnv {--left: 8.142493638676845vw;--top: 5.089058524173027vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-md7ct9m {--left: -535.6234096692111vw;--top: 234.35114503816794vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 11.450381679389313vw;row-gap: 11.450381679389313vw;}  

.stage .e-e-md7q5je {height: 160.3053435114504vw;--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(43, 43, 43, 1) 100%);padding: 14.249363867684478vw 14.249363867684478vw 14.249363867684478vw 18.3206106870229vw;border-radius: 8.142493638676845vw;column-gap: 70.22900763358778vw;row-gap: 70.22900763358778vw;}  

.stage .e-e-md7vh1j {--left: 18.3206106870229vw;--top: 14.249363867684478vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-e-md7m5yv {--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 12.72264631043257vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.032258071899414;letter-spacing: -0.2544529262086514vw;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-md7mjn2 {--left: 0vw;--top: 40.71246819338422vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-md7hnyo {height: 160.3053435114504vw;--left: 159.03307888040712vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(43, 43, 43, 1) 100%);padding: 14.249363867684478vw 14.249363867684478vw 14.249363867684478vw 18.3206106870229vw;border-radius: 8.142493638676845vw;column-gap: 70.22900763358778vw;row-gap: 70.22900763358778vw;}  

.stage .e-e-md7vagy {height: 160.3053435114504vw;--left: 318.06615776081424vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(43, 43, 43, 1) 100%);padding: 14.249363867684478vw 14.249363867684478vw 14.249363867684478vw 18.3206106870229vw;border-radius: 8.142493638676845vw;column-gap: 70.22900763358778vw;row-gap: 70.22900763358778vw;}  

.stage .e-e-md76gxa {height: 160.3053435114504vw;--left: 477.0992366412214vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(43, 43, 43, 1) 100%);padding: 14.249363867684478vw 14.249363867684478vw 14.249363867684478vw 18.3206106870229vw;border-radius: 8.142493638676845vw;column-gap: 70.22900763358778vw;row-gap: 70.22900763358778vw;}  

.stage .e-e-md787f8 {--left: 0vw;--top: 1870.7379134860053vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(180deg, rgba(169, 170, 177, 1) 0%, rgba(136, 137, 143, 1) 49.52%, rgba(105, 105, 110, 1) 95.19%);padding: 40.71246819338422vw 0vw 40.71246819338422vw 0vw;column-gap: 52.16284987277354vw;row-gap: 52.16284987277354vw;}  

.stage .e-e-md7unbm {width: 100vw;height: 203.5623409669211vw;--left: 0vw;--top: 40.71246819338422vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md77wqy {width: 278.37150127226465vw;height: 96.06441274550731vw;--left: -70.99236641221374vw;--top: 104.83460559796438vw;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md7km3b {width: 100vw;height: 72.15082299618321vw;--left: 0vw;--top: 52.022204993638674vw;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEyOTQiIGhlaWdodD0iMzc0IiB2aWV3Qm94PSIwIDAgMTI5NCAzNzQiIGZpbGw9Im5vbmUiPgo8ZyBpZD0iRWxsaXBzZSA0MzAiIGRhdGEtbm9kZS1pZD0iMTA2MjoyNjE5MiIgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZm5fMTA2Ml8yNjE5MikiPgo8cGF0aCBkPSJNMTE5NCAxNDAuMTgyQzExOTQgMTgyLjE5MyA5MzAuMjQ0IDI3My4wODYgNjUwLjYyMiAyNzMuMDg2QzM3MS4wMDEgMjczLjA4NiAxMDAgMTgyLjE5MyAxMDAgMTQwLjE4MkMxMDAgOTguMTcxMyAzNzEuMDAxIDEwMC4wMTIgNjUwLjYyMiAxMDAuMDEyQzkzMC4yNDQgMTAwLjAxMiAxMTk0IDk4LjE3MTMgMTE5NCAxNDAuMTgyWiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzEwNjJfMjYxOTIpIiBmaWxsLW9wYWNpdHk9IjAuMzIiLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mbl8xMDYyXzI2MTkyIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTI5NCIgaGVpZ2h0PSIzNzMuMDg2IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUwIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfMTA2Ml8yNjE5MiIvPgo8ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC45MDkwOTA4NzY1NzkyODQ2NyAwLjkwOTA5MDg3NjU3OTI4NDY3IiBzdGl0Y2hUaWxlcz0ic3RpdGNoIiBudW1PY3RhdmVzPSIzIiByZXN1bHQ9Im5vaXNlIiBzZWVkPSIzMDkwIi8+CjxmZUNvbG9yTWF0cml4IGluPSJub2lzZSIgdHlwZT0ibHVtaW5hbmNlVG9BbHBoYSIgcmVzdWx0PSJhbHBoYU5vaXNlIi8+CjxmZUNvbXBvbmVudFRyYW5zZmVyIGluPSJhbHBoYU5vaXNlIiByZXN1bHQ9ImNvbG9yZWROb2lzZTEiPgo8ZmVGdW5jQSB0eXBlPSJkaXNjcmV0ZSIgdGFibGVWYWx1ZXM9IjEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgIi8+CjwvZmVDb21wb25lbnRUcmFuc2Zlcj4KPGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJpbiIgaW4yPSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzEwNjJfMjYxOTIiIGluPSJjb2xvcmVkTm9pc2UxIiByZXN1bHQ9Im5vaXNlMUNsaXBwZWQiLz4KPGZlRmxvb2QgZmxvb2QtY29sb3I9InJnYmEoMCwgMCwgMCwgMC4yMikiIHJlc3VsdD0iY29sb3IxRmxvb2QiLz4KPGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJpbiIgaW4yPSJub2lzZTFDbGlwcGVkIiBpbj0iY29sb3IxRmxvb2QiIHJlc3VsdD0iY29sb3IxIi8+CjxmZU1lcmdlIHJlc3VsdD0iZWZmZWN0Ml9ub2lzZV8xMDYyXzI2MTkyIj4KPGZlTWVyZ2VOb2RlIGluPSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzEwNjJfMjYxOTIiLz4KPGZlTWVyZ2VOb2RlIGluPSJjb2xvcjEiLz4KPC9mZU1lcmdlPgo8L2ZpbHRlcj4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzEwNjJfMjYxOTIiIHgxPSI2NjAuNDI1IiB5MT0iMjQxLjEwNCIgeDI9IjY1OC4wNyIgeTI9IjEwMC4wMDgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzg0ODI4MiIgc3RvcC1vcGFjaXR5PSIwLjUzIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzVFNUU1RSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPg==);backdrop-filter:  blur(0px);transform: translate3d(0, 0, 0);filter:  blur(100px);}  

.stage .e-e-md7inmz {width: 233.96556747475347vw;height: 87.94718735090649vw;--left: 11.745586832061068vw;--top: 0vw;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;background-position: 50.02% 82.96000000000001%;background-size: 100.04% 149.15%;background-repeat: no-repeat;background-image: image-set(url(../images/figma_048711df856fc501187b08bb8fbe4e110ce1e7ac_1752743915766_950.webp) 1x, url(../images/figma_048711df856fc501187b08bb8fbe4e110ce1e7ac_1752743915766_950@2x.webp) 2x);}  

.stage .e-e-md7hgyb {width: 63.31686160643288vw;height: 83.05030415076335vw;--left: 33.33333333333333vw;--top: 2.5445292620865136vw;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0NSIgaGVpZ2h0PSIzMjUiIHZpZXdCb3g9IjAgMCAyNDUgMzI1IiBmaWxsPSJub25lIj4KPGcgaWQ9IktpdGUiIGRhdGEtbm9kZS1pZD0iMTA2MjoyNjE5NCI+CjxnIGlkPSJSZWN0YW5nbGUgODMiIGRhdGEtbm9kZS1pZD0iMTA2MjoyNjE5NSIgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZ18xMDYyXzI2MTk0KSI+CjxwYXRoIGQ9Ik0xNjYuNzkgNS4zMzc5OEMxNjQuNzUzIDMuNzI2MTkgMTYxLjk0NiAzLjQ5NTQzIDE1OS42NzMgNC43NTI2OUw4MS45OTIgNDcuNzA5OUM3OC43NDk1IDQ5LjUwMyA3Ny42ODMgNTMuNjU0NCA3OS42NTk4IDU2Ljc4ODNMMTM4LjA2OSAxNDkuMzg1QzE0MC4xNzcgMTUyLjcyOCAxNDQuNzY5IDE1My40MDMgMTQ3Ljc1MSAxNTAuODA5TDIzOC41MzMgNzEuODIxNEMyNDEuNTc3IDY5LjE3MjMgMjQxLjQ2NiA2NC40MDg0IDIzOC4zMDEgNjEuOTA0NkwxNjYuNzkgNS4zMzc5OFoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xMDYyXzI2MTk0KSIvPgo8L2c+CjxwYXRoIGlkPSJWZWN0b3IgNDYiIGRhdGEtbm9kZS1pZD0iMTA2MjoyNjE5NiIgZD0iTTExLjk3NjUgMzI0LjkyMUMxNi44MTAyIDMwMC43NTMgMjkuMjk3MSAzMDIuMzY0IDQ1LjgxMjIgMjgxLjAxNUM2Mi4zMjczIDI1OS42NjYgMzYuNTQ3NiAyMzcuOTE1IDI0LjA2MDcgMjMyLjY3OUM2LjAyNjQzIDIyNS4xMTYgLTQuNTM4NTUgMjQzLjE1MSAyLjcxMTM1IDI1Ny4yNUMxMC4xMjExIDI3MS42NTkgMjkuMjk3MiAyNzMuNzY1IDQ1LjgxMjIgMjYxLjI3OEM2Mi4zMjczIDI0OC43OTEgNjMuMTMyOSAyMDQuMDc5IDgyLjA2NDEgMTk0LjQxMkMxMDAuOTk1IDE4NC43NDUgMTI3Ljg4MyAyMTIuNTU5IDEzMi44MTcgMjMyLjY3OUMxMzguMDUyIDI1NC4wMjcgMTA1LjgyOSAyNzAuOTQ1IDg5LjcxNjkgMjU0LjgzM0M3Mi45OTkyIDIzOC4xMTUgODcuNzAzNCAyMTguMTc4IDExOS41MjUgMTkwLjc4N0MxNDQuOTgyIDE2OC44NzQgMTUwLjY0OSAxMzUuMzU0IDE0OC4yMzIgOTkuMTAxMUMxNDcuMTcxIDgzLjE3NiAxMzkuNjkzIDUzLjkwNjUgMTAwLjcwMSA1Ni44MDY3QzUxLjk2MTcgNjAuNDMyIDI0MS42ODMgNzkuMTE5NiAyMTcuNTE1IDcwLjUwMTlDMTkzLjM0NiA2MS44ODQyIDE2Mi45MzggNjQuMTk2NSAxNTcuOSA1Ni44MDY3QzE1MS44NTcgNDcuOTQ0OCAxNjAuMzE2IDMzLjQ0MzggMTYzLjUzOSAyNi4xOTMzIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjAuODA1MDg3Ii8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZ18xMDYyXzI2MTk0IiB4PSI3NC43MTciIHk9IjAuMDAwMzg2NzI4IiB3aWR0aD0iMTY5Ljk3NyIgaGVpZ2h0PSIxNTYuMzM5IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZVR1cmJ1bGVuY2UgdHlwZT0iZnJhY3RhbE5vaXNlIiBiYXNlRnJlcXVlbmN5PSIwLjIwNzAxNjk3NDY4NzU3NjI5IDAuMjA3MDE2OTc0Njg3NTc2MjkiIG51bU9jdGF2ZXM9IjMiIHNlZWQ9IjM1MjYiLz4KPGZlRGlzcGxhY2VtZW50TWFwIGluPSJzaGFwZSIgc2NhbGU9IjcuODg5ODUyMDQ2OTY2NTUyNyIgeENoYW5uZWxTZWxlY3Rvcj0iUiIgeUNoYW5uZWxTZWxlY3Rvcj0iRyIgcmVzdWx0PSJkaXNwbGFjZWRJbWFnZSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPgo8ZmVNZXJnZSByZXN1bHQ9ImVmZmVjdDFfdGV4dHVyZV8xMDYyXzI2MTk0Ij4KPGZlTWVyZ2VOb2RlIGluPSJkaXNwbGFjZWRJbWFnZSIvPgo8L2ZlTWVyZ2U+CjwvZmlsdGVyPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTA2Ml8yNjE5NCIgeDE9IjE2NS41NTIiIHkxPSItMS42MDAxNiIgeDI9IjE0Ni42MiIgeTI9IjE1My4wNzciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agb2Zmc2V0PSIwLjA5NjE1MzgiIHN0b3AtY29sb3I9IiNGRjc0M0IiLz4KPHN0b3Agb2Zmc2V0PSIwLjUzNTkzOCIgc3RvcC1jb2xvcj0iI0YzNUUyMSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM4RDM3MTMiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4=);border-radius: 0vw 0vw 0vw 0vw;}  

.stage .e-e-md7tse7 {width: 100vw;--left: 0vw;--top: 296.4376590330789vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;padding: 0vw 10.178117048346055vw 0vw 5.089058524173027vw;column-gap: 22.900763358778626vw;row-gap: 22.900763358778626vw;}  

.stage .e-e-md7anw0 {--left: 5.089058524173027vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 10.178117048346055vw;row-gap: 10.178117048346055vw;}  

.stage .e-e-md7jmer {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md75ub9 {width: 84.7328244274809vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 23.40966921119593vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 0.9565217590332031;letter-spacing: -0.2544529262086514vw;text-align: RIGHT;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-md7ldqb {--left: 0vw;--top: 77.35368956743002vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 3.0534351145038165vw;row-gap: 3.0534351145038165vw;}  

.stage .e-e-md7gaev {width: 84.7328244274809vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.1875;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-md7h7sv {--left: 5.089058524173027vw;--top: 187.27735368956743vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12.213740458015266vw;row-gap: 12.213740458015266vw;}  

.stage .e-e-md7603g {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-e-md7ounq {height: 145.03816793893128vw;--left: 0vw;--top: 306.36132315521627vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--justify-content: space-between;--align-items: flex-end;--overflow: clip;background-color: rgba(149,150,156,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 16px 32px -8px rgba(12,12,13,0.4000000059604645);transform: translate3d(0, 0, 0);padding: 14.249363867684478vw 8.142493638676845vw 14.249363867684478vw 8.142493638676845vw;border-radius: 8.142493638676845vw;column-gap: 70.22900763358778vw;row-gap: 0vw;}  

.stage .e-e-md7xh4m {--left: 8.142493638676845vw;--top: 14.249363867684478vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-e-md7vpdn {width: 68.44783715012723vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 11.195928753180661vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-md7geht {width: 68.44783715012723vw;--left: 0vw;--top: 20.865139949109416vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-md7co2x {width: 18.3206106870229vw;height: 18.3206106870229vw;--left: 58.269720101781175vw;--top: 112.46819338422391vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: flex-end;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;padding: 0.5089058524173028vw 0.5089058524173028vw 0.5089058524173028vw 0.5089058524173028vw;column-gap: 1.5267175572519083vw;row-gap: 1.5267175572519083vw;}  

.stage .e-e-md795z3 {width: 14.656886132315522vw;height: 14.656427980379295vw;--left: 3.0534351145038165vw;--top: 3.0534351145038165vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/icon_1753035533031.svg);}  

.stage .e-e-md7jy1i {height: 145.03816793893128vw;--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--justify-content: space-between;--align-items: flex-end;--overflow: clip;background-color: rgba(255,116,65,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 16px 32px -8px rgba(12,12,13,0.4000000059604645);transform: translate3d(0, 0, 0);padding: 14.249363867684478vw 8.142493638676845vw 14.249363867684478vw 8.142493638676845vw;border-radius: 8.142493638676845vw;column-gap: 70.22900763358778vw;row-gap: 0vw;}  

.stage .e-e-md7cri7 {--left: 8.142493638676845vw;--top: 14.249363867684478vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-e-md7epaj {width: 68.44783715012723vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 11.195928753180661vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-md74mpu {width: 68.44783715012723vw;--left: 0vw;--top: 33.587786259541986vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-md7unye {width: 18.3206106870229vw;height: 18.3206106870229vw;--left: 58.269720101781175vw;--top: 112.46819338422391vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: flex-end;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;padding: 0.5089058524173028vw 0.5089058524173028vw 0.5089058524173028vw 0.5089058524173028vw;column-gap: 1.5267175572519083vw;row-gap: 1.5267175572519083vw;}  

.stage .e-e-md7hy9f {width: 14.656886132315522vw;height: 13.569100455170066vw;--left: 3.0534351145038165vw;--top: 4.1408237913486vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/icon_1753035531744.svg);}  

.stage .e-e-md7p0ih {height: 145.03816793893128vw;--left: 0vw;--top: 459.54198473282446vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--justify-content: space-between;--align-items: flex-end;--overflow: clip;background-color: rgba(79,79,82,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 16px 32px -8px rgba(12,12,13,0.4000000059604645);transform: translate3d(0, 0, 0);padding: 14.249363867684478vw 8.142493638676845vw 14.249363867684478vw 8.142493638676845vw;border-radius: 8.142493638676845vw;column-gap: 70.22900763358778vw;row-gap: 0vw;}  

.stage .e-e-md7zvo4 {--left: 8.142493638676845vw;--top: 14.249363867684478vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-e-md7a8lq {width: 68.44783715012723vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 11.195928753180661vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-md7jg0n {width: 68.44783715012723vw;--left: 0vw;--top: 33.587786259541986vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-md7rrgl {width: 18.3206106870229vw;height: 18.3206106870229vw;--left: 58.269720101781175vw;--top: 112.46819338422391vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: flex-end;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;padding: 0.5089058524173028vw 0.5089058524173028vw 0.5089058524173028vw 0.5089058524173028vw;column-gap: 1.5267175572519083vw;row-gap: 1.5267175572519083vw;}  

.stage .e-e-md7z5ka {width: 14.656886132315522vw;height: 14.656488161353968vw;--left: 3.0534351145038165vw;--top: 3.0534351145038165vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/icon_1753035533659.svg);}  

.stage .e-e-md7z2pa {height: 145.03816793893128vw;--left: 0vw;--top: 153.18066157760813vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--justify-content: space-between;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(180deg, rgba(169, 170, 177, 1) 0%, rgba(136, 137, 143, 1) 49.52%, rgba(105, 105, 110, 1) 95.19%);box-shadow: 0 16px 32px -8px rgba(12,12,13,0.4000000059604645);transform: translate3d(0, 0, 0);padding: 14.249363867684478vw 8.142493638676845vw 14.249363867684478vw 8.142493638676845vw;border-radius: 8.142493638676845vw;column-gap: 70.22900763358778vw;row-gap: 0vw;}  

.stage .e-e-md7vdrr {--left: 8.142493638676845vw;--top: 14.249363867684478vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-e-md7xxfq {width: 68.44783715012723vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 11.195928753180661vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-md7ifsz {width: 68.44783715012723vw;--left: 0vw;--top: 20.865139949109416vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-md7wsxy {width: 18.3206106870229vw;height: 18.3206106870229vw;--left: 58.269720101781175vw;--top: 112.46819338422391vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: flex-end;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;padding: 0.5089058524173028vw 0.5089058524173028vw 0.5089058524173028vw 0.5089058524173028vw;column-gap: 1.5267175572519083vw;row-gap: 1.5267175572519083vw;}  

.stage .e-e-md7h0vx {width: 14.96211821189667vw;height: 13.796628219177402vw;--left: 2.748290394402036vw;--top: 3.9132076972010177vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/icon_1753035532396.svg);}  

.stage .e-e-md79t5h {--left: 32.82442748091603vw;--top: 616.7938931297709vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(255,255,255,1);border-width: 0.2544529262086514vw;border-style: solid;padding: 5.089058524173027vw 8.142493638676845vw 5.089058524173027vw 8.142493638676845vw;border-radius: 4.071246819338422vw;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-e-md7x57v {--left: 8.142493638676845vw;--top: 5.089058524173027vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-md7905r {width: 100vw;--left: 0vw;--top: 1458.52417302799vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: image-set(url(../images/figma_7fc608a0cb6a1d7da59ffe8395053f5c99465390_1752743915762.webp) 1x, url(../images/figma_7fc608a0cb6a1d7da59ffe8395053f5c99465390_1752743915762.webp) 2x);padding: 40.71246819338422vw 5.089058524173027vw 40.71246819338422vw 5.089058524173027vw;row-gap: 20.35623409669211vw;}  

.stage .e-e-md74t62 {--left: 5.089058524173027vw;--top: 40.71246819338422vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 25.44529262086514vw;row-gap: 25.44529262086514vw;}  

.stage .e-e-md73p0k {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-e-md78vmj {width: 84.7328244274809vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 23.40966921119593vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 0.9565217590332031;letter-spacing: -0.2544529262086514vw;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-e-md7q72g {--left: 0vw;--top: 52.926208651399484vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 3.0534351145038165vw;row-gap: 3.0534351145038165vw;}  

.stage .e-e-md73kqk {width: 84.7328244274809vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.0625;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7ndly {--left: 35.11450381679389vw;--top: 141.98473282442748vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 0.2544529262086514vw;border-style: solid;padding: 5.089058524173027vw 8.142493638676845vw 5.089058524173027vw 8.142493638676845vw;border-radius: 4.071246819338422vw;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-e-md78ccq {--left: 8.142493638676845vw;--top: 5.089058524173027vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-e-md7q1j9 {--left: -171.7557251908397vw;--top: 184.73282442748092vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-e-md7oytw {width: 81.42493638676844vw;--left: 175.06361323155218vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(180deg, rgba(235, 227, 201, 1) 0%, rgba(216, 209, 191, 1) 100%);box-shadow: 0 16px 32px -8px rgba(12,12,13,0.4000000059604645);transform: translate3d(0, 0, 0);border-radius: 8.142493638676845vw;}  

.stage .e-e-md75id9 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 10.178117048346055vw 8.142493638676845vw 10.178117048346055vw 8.142493638676845vw;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-e-md7nlly {width: 65.13994910941476vw;--left: 8.142493638676845vw;--top: 10.178117048346055vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7h1nl {width: 65.13994910941476vw;--left: 8.142493638676845vw;--top: 43.25699745547074vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7rtzl {height: 50.89058524173028vw;--left: 0vw;--top: 89.05852417302799vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--justify-content: flex-end;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 5.089058524173027vw 5.089058524173027vw 7.633587786259542vw 5.089058524173027vw;}  

.stage .e-e-md7ncd5 {width: 49.36269512613311vw;height: 27.66480773459864vw;--left: 26.97300413486005vw;--top: 15.592199427480915vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-e-md7x7gx {width: 81.42493638676844vw;height: 139.94910941475825vw;--left: 87.53180661577609vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: space-between;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(180deg, rgba(235, 227, 201, 1) 0%, rgba(216, 209, 191, 1) 100%);box-shadow: 0 16px 32px -8px rgba(12,12,13,0.4000000059604645);transform: translate3d(0, 0, 0);border-radius: 8.142493638676845vw;row-gap: 0vw;}  

.stage .e-e-md7einc {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 10.178117048346055vw 8.142493638676845vw 10.178117048346055vw 8.142493638676845vw;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-e-md77s4i {width: 65.13994910941476vw;--left: 8.142493638676845vw;--top: 10.178117048346055vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7f5tg {width: 65.13994910941476vw;--left: 8.142493638676845vw;--top: 33.587786259541986vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md74n0f {height: 50.89058524173028vw;--left: 0vw;--top: 89.05852417302799vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--justify-content: flex-end;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 5.089058524173027vw 10.178117048346055vw 0vw 5.089058524173027vw;}  

.stage .e-e-md7om2y {width: 44.02035623409669vw;height: 38.67684478371501vw;--left: 27.2264631043257vw;--top: 12.213740458015266vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;background-position: 70.51% 73.44%;background-size: 169.54% 192.85%;background-repeat: no-repeat;background-image: image-set(url(../images/figma_d578b66ede1d2398b95f0a62fd734bafcf444b53_1752743915760_300.webp) 1x, url(../images/figma_d578b66ede1d2398b95f0a62fd734bafcf444b53_1752743915760_300@2x.webp) 2x);}  

.stage .e-e-md7rzsz {width: 81.42493638676844vw;height: 139.94910941475825vw;--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: space-between;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(180deg, rgba(235, 227, 201, 1) 0%, rgba(216, 209, 191, 1) 100%);box-shadow: 0 16px 32px -8px rgba(12,12,13,0.4000000059604645);transform: translate3d(0, 0, 0);border-radius: 8.142493638676845vw;row-gap: 0vw;}  

.stage .e-e-md7qypq {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 10.178117048346055vw 8.142493638676845vw 10.178117048346055vw 8.142493638676845vw;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-e-md7m606 {width: 52.926208651399484vw;--left: 20.35623409669211vw;--top: 14.249363867684478vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md71uge {width: 65.13994910941476vw;--left: 8.142493638676845vw;--top: 33.587786259541986vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-md7vxjj {height: 50.89058524173028vw;--left: 0vw;--top: 89.05852417302799vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--justify-content: flex-end;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 10.178117048346055vw 10.178117048346055vw 7.633587786259542vw 10.178117048346055vw;}  

.stage .e-e-md7now4 {width: 46.0559796437659vw;height: 27.735368956743002vw;--left: 25.190839694656486vw;--top: 15.521628498727736vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-e-melaaab {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-e-melbclc {width: 284.9872773536896vw;--left: 0vw;--top: -1.0178117048346056vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 11.450381679389313vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mhglqti {height: 73.79134860050891vw;--left: 0vw;--top: 17.557251908396946vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--el-width: 100%;background-color: #FFFFFF;font-size: 16;font-family: Arial;font-weight: 400;border-radius: 6.106870229007633vw;padding: 5.089058524173027vw 5.089058524173027vw;}  

.stage .e-e-md7sikq {width: 100vw;--left: 0vw;--top: 1036.1323155216285vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--align-items: center;--align-content: center;background-color: rgba(255,116,65,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 40.71246819338422vw 5.089058524173027vw 40.71246819338422vw 5.089058524173027vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-e-md73dq8 {--left: 5.089058524173027vw;--top: 40.71246819338422vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-e-md7valo {height: 98.21882951653944vw;--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-e-md7dr4q {width: 73.02798982188295vw;height: 78.34223390535544vw;--left: 8.396946564885496vw;--top: 9.938324984096694vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-md7x9m7 {width: 46.11365243072122vw;height: 63.77089794052163vw;--left: 10.941475826972011vw;--top: 16.457066038486005vw;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE4MiIgaGVpZ2h0PSIyNTEiIHZpZXdCb3g9IjAgMCAxODIgMjUxIiBmaWxsPSJub25lIj4KPGcgaWQ9IkxheWVyXzIiIGRhdGEtbm9kZS1pZD0iMTA2MDoxMzU3NiI+CjxnIGlkPSJWZWN0b3IgMjM0IiBkYXRhLW5vZGUtaWQ9IjEwNjA6MTM1NzciIGZpbHRlcj0idXJsKCNmaWx0ZXIwX25fMTA2MF8xMzU3NikiPgo8cGF0aCBkPSJNMTAuMDQ1OCA0OS4yMTY2QzI5LjM2MzUgMTIuNzA4MSA1NS4zMjg4IDEuMTQ3MTUgODkuMzgwNCAyLjg2MjAzQzE2MC43NCA2LjQ1NTgyIDE3NS4wNCA2OS4zMzkgMTc0Ljc1MSAxMDUuMjczQzE3NC4zOTEgMTUwLjE5IDEyNy41MzggMTYxLjMyOSAxMjEuNDExIDE2OC4xNTZDMTE1LjI4NCAxNzQuOTg0IDEyMS40MTEgMTkxLjE1NCAxMjEuNDExIDIwNS4xNjhDMTIxLjQxMSAyMTkuMTgyIDU1Ljg2MjcgMjI4LjE2NSA1NS44NjI3IDIwMC40OTdDNTUuODYyNyAxNjEuNjczIDQzLjkyMzkgMTYwLjI1MSAyNy4zNDUyIDE0NS44NzhDMTAuNzY2NiAxMzEuNTA0IC0xNC4xMDEzIDk0Ljg1MjMgMTAuMDQ1OCA0OS4yMTY2WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzEwNjBfMTM1NzYpIiBmaWxsLW9wYWNpdHk9IjAuOCIvPgo8cGF0aCBkPSJNNjIuNzEwNCAyMjAuMDk3QzczLjg4NTYgMjI2LjE0NiAxMDMuMDc2IDIyMi40OTMgMTE3LjQ5MiAyMTcuOTQxQzEyNC4zNCAyMTcuOTQxIDEyMS40MTEgMjI1LjQ4NyAxMTcuNDkyIDIyNy42NDNDMTEzLjU3MyAyMjkuNzk5IDEwMC4xOTIgMjMxLjIzNyA3Ny40ODcgMjM0LjExMUM1NC43ODE1IDIzNi45ODYgNTAuMDk2MiAyMTMuMjcgNjIuNzEwNCAyMjAuMDk3WiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyXzEwNjBfMTM1NzYpIiBmaWxsLW9wYWNpdHk9IjAuOCIvPgo8cGF0aCBkPSJNMTA3LjA0IDIzNi4yNjdDOTguNjc4OCAyMzkuMTQyIDc2LjQwNTggMjQwLjIyIDY1Ljk1NDEgMjM4LjA2NEM1NC40MjExIDIzNy42NDkgNzIuODAxNyAyNTEgODMuOTc0MyAyNTFDOTUuMTQ2OCAyNTEgMTA2LjQ1IDI0Ny41MjEgMTEyLjQ0NiAyNDQuNTMyQzExNy40OTIgMjQyLjAxNyAxMTcuNDkyIDIzMi42NzQgMTA3LjA0IDIzNi4yNjdaIiBmaWxsPSJ1cmwoI3BhaW50Ml9saW5lYXJfMTA2MF8xMzU3NikiIGZpbGwtb3BhY2l0eT0iMC44Ii8+CjwvZz4KPHBhdGggaWQ9IlZlY3RvciIgZGF0YS1ub2RlLWlkPSIxMDYwOjEzNTc4IiBkPSJNMTI2LjMxMyAxOTUuNDE0QzExOS44OTggMjAzLjc1MiA5Ny45NzQ2IDIwMC41NjcgODguMTUzNCAyMDEuMTU2Qzg1Ljc3MTYgMjAxLjI5OCA4MS4wNDg0IDIwMS43MTMgNzguOTA5OSAyMDIuNDEzQzcwLjk5NDEgMjA0Ljk3IDg0LjkyMDIgMjA3LjA4IDg3LjA0ODYgMjA3LjIzMkM5Ni4xODA3IDIwNy44ODEgMTA4LjI5MyAyMDUuNDQ2IDExNi42MjQgMjA3LjQ3NUMxMjEuMzE3IDIwOC42MjIgMTE5LjU2MyAyMTIuOTczIDExNS44NjQgMjE0LjUzNkMxMDkuNTkgMjE3LjE3MyA5Mi43OTU0IDIxMy4zNjkgODQuODA4NyAyMTMuODU2QzgzLjAxNDcgMjEzLjk2NyA3OC40NzQgMjE0LjQ4NSA3Ny42MjI3IDIxNi4wODhWMjE3Ljc1MUM3OS40MDY1IDIyMS4wNzggOTAuNzU4MiAyMjAuNjQyIDk0LjIzNDcgMjIwLjUzMUM5OC42NDM2IDIyMC4zOTkgMTE0LjEyIDIxNy45MzQgMTE2Ljk5OSAyMjAuNjQyQzExOS4xMDcgMjI2LjIzMiAxMDguNjg4IDIyNy45NzYgMTA0LjcyNSAyMjguMjcxQzk3LjA2MjUgMjI4LjgzOSA4OS4yMzc5IDIyOC4xMDggODEuNTE0NyAyMjguODA4QzgwLjA5NTcgMjI4Ljk0IDc3Ljg5NjMgMjI5LjE5NCA3Ni44MTE4IDIzMC4xODhDNzUuOTUwMyAyMzQuMzk3IDkxLjI0NDcgMjMzLjAyOCA5My42NzcyIDIzMy4yQzk2LjEwOTcgMjMzLjM3MyAxMDAuMjI1IDIzMy43NzkgMTAwLjk5NSAyMzYuMzc2QzEwMy43MTEgMjQ1LjUwNSA5MC41NDU0IDI0Ni42MjEgOTEuMTczOCAyMzUuOTlDOTMuNjA2MyAyMzYuMjAzIDkyLjk1NzYgMjM5Ljc0MyA5NC40NDc1IDI0MS4yNjVDOTcuOTI0IDI0NC44MzYgMTAxLjg3NyAyMzcuNzU1IDk4Ljg3NjcgMjM1LjcyNkM5NC42MDk3IDIzMi44NDUgNzguMjYxMiAyMzcuNzI1IDc1LjQzMzQgMjMxLjU0N0M3My43OTE1IDIyNy45NjYgNzkuNjcgMjI3LjM0NyA4Mi4wNzIxIDIyNy4xNDVDODkuNDIwMyAyMjYuNTE2IDExMC40MzEgMjI4LjUxNCAxMTUuMjE1IDIyMy4yOEMxMTUuNzEyIDIyMi43MzIgMTE2LjIyOSAyMjIuNDk5IDExNi4wMjYgMjIxLjYwNkMxMTQuOTgyIDIyMS41OTYgMTE0LjAxOSAyMjEuMTM5IDExMi45ODUgMjIxLjA1OEMxMDQuNTEyIDIyMC4zNDggODMuMzk5OSAyMjQuNzYxIDc3LjM4OTUgMjE5LjY1OEM3NC42NjMxIDIxNy4zNDUgNzYuMDQxNSAyMTQuMDU5IDc5LjEyMjcgMjEzLjEyNUM4Ni45MzcxIDIxMC43NjIgOTkuMTkwOSAyMTMuNjMzIDEwNy40ODIgMjEzLjg1NkMxMTAuMTE3IDIxMy45MjcgMTE0LjkwMSAyMTQuMjExIDExNi44OTggMjEyLjIzM0MxMjAuMjczIDIwOC45MDYgMTEzLjg2NyAyMDguNDggMTExLjM2NCAyMDguMzA3QzEwMS42NzQgMjA3LjYyNyA5Mi4wMTUgMjA5Ljc3OCA4Mi4xMzI5IDIwOC4yNjdDODAuMzg5NiAyMDguMDAzIDc1Ljc4ODEgMjA2LjkzOCA3NS4yNjExIDIwNS4xNzNDNzQuMDg1NCAyMDEuMjQ3IDc5Ljg2MjYgMjAwLjQxNSA4Mi42Mjk2IDIwMC4wNEM5Mi4yMTc3IDE5OC43NTEgMTAyLjM5NCAyMDAuMTYxIDExMS45MjEgMTk5LjUwMkMxMjAuMDQgMTk4Ljk0NCAxMjYuNjA3IDE5Ni40NzkgMTI3LjU3IDE4Ny41MzJDMTI5LjAzIDE3My45NyAxMjUuNDQyIDE2My44MzYgMTM2LjQ2OSAxNTMuMzI3QzE1MS43MjMgMTM4Ljc4IDE2Ny4xMDkgMTM0LjcxMiAxNzUuMDA0IDExMi4zMDRDMTk5LjczNSA0Mi4wNDY3IDEzNi4yODcgLTE4LjA5NzIgNjYuNTk1MyA3LjY4ODkyQzIxLjYwNCAyNC4zMzUzIDQuNTI1NzkgNzkuMTAyOCAyOC4zMzQgMTIwLjA3NEM0MS4xNDUyIDE0Mi4xMjggNjAuNDUzMiAxMzkuNzM0IDY2LjYyNTcgMTY5LjYyOEM2Ny42MTkgMTc0LjQzNiA2OC44NDU0IDE5MC45MiA3MS4yNjc3IDE5My43MkM3MS44NDU0IDE5NC4zNzkgNzMuMDYxNyAxOTQuNzg1IDczLjkxMzEgMTk0LjkzN0M3OC4zNjI1IDE5NS43MjkgOTUuNzQ0OCAxOTQuMzc5IDk5LjQzNDEgMTkyLjAwNkMxMDUuNzc5IDE4Ny45MTggMTAxLjc0NSAxODMuMzgzIDEwMC4xNDQgMTc4LjYzNkM5Ny41NjkyIDE3MC45ODcgOTUuOTU3NyAxNjIuODMxIDk2LjE1MDMgMTU0LjcyNkM5NS41NjI0IDE1NC4xNDggODQuMTA5MyAxNTYuODA2IDgyLjA1MTggMTU2LjkyOEM4MC45MjY4IDE1Ni45OTkgNzkuMTUzMSAxNTcuNTA2IDc5LjU3ODggMTU1Ljg0Mkw5NS41OTI4IDE1My4wNzNDOTYuMTA5NyAxNTAuMDIgOTUuMTA2MyAxNDYuODM0IDk1LjAyNTIgMTQzLjk4NEM5NC44NDI4IDEzNy44ODcgOTUuODk2OSAxMjkuMTYzIDk1LjAxNTEgMTIzLjU0NEM5NC42ODA2IDEyMS40MDMgOTIuNTcyNCAxMTguOTE4IDkxLjczMTIgMTE2Ljg4OUM4NS4wODIzIDEwMC45MzMgODEuOTQwNCA4OS4xNzU4IDkyLjY3MzggNzQuMTkzMUM5My42MzY3IDcyLjg1NDEgOTUuODc2NiA3MS4yNjE0IDk2LjU1NTcgNjkuNzYwMUM5Ny45NzQ2IDY2LjYyNTYgOTguMDY1OSA1NS4zNjU4IDk5LjA3OTQgNTAuNzNDMTAwLjAyMiA0Ni4zNzgyIDEwMy4xODQgMzUuNzQ3MyAxMDguMjExIDQzLjQ2NjlDMTExLjU5NyA0OC42NjA2IDExMC4wODcgNTUuODQyNiAxMDYuODg0IDYwLjc1MjNDMTA0LjkxNyA2My43NjUgMTAxLjIxOCA2Ni4yNDAyIDk5LjQ2NDYgNjguNzk2NUM5Ni45NTEgNzIuNDY4NiA5Ny40NzggODguMzY0MyA5Ny4yNzUzIDkzLjY4OTlDOTYuOTkxNSAxMDEuMjg4IDk1LjM5MDEgMTE1Ljg0NCA5Ni44MjkzIDEyMi44MzRDOTcuMTQzNSAxMjQuMzg2IDk5LjE3MDYgMTI2Ljk0MiAxMDAuMTIzIDEyOC4zODJDMTA1LjQ5NSAxMzYuNTE4IDExNy4yOTMgMTQ1LjQxNCAxMDMuMTU0IDE1Mi4wNjlDMTAxLjQ5MiAxNTIuODUgOTcuNDE3MiAxNTMuMjk2IDk3LjIyNDYgMTU1LjAyMUM5OC4yMjggMTYyLjEyMSA5OC42NjM5IDE2OS40MDUgMTAwLjg3MyAxNzYuMjYyQzEwMi4xIDE4MC4wNzYgMTA1LjIwMSAxODMuOTAxIDEwNC4zMDkgMTg4LjAzOUMxMDMuNjcxIDE5MS4wMTIgMTAxLjA0NiAxOTMuMTgyIDk4LjM1OTggMTk0LjIzN0M5My44Njk4IDE5Ni4wMDIgNzkuNzgxNSAxOTcuMjQgNzQuOTU3IDE5Ni42NzJDNzEuNTYxNyAxOTYuMjY2IDY5Ljg2OSAxOTUuMTgxIDY4LjY4MzIgMTkxLjg5NEM2Ni4zODI0IDE4NS41MzQgNjYuNDEyOCAxNzUuNjk0IDY0Ljg2MjEgMTY4LjYzNEM1OC45OTM3IDE0Mi4wMTYgNDEuNTQwNSAxNDMuMDMgMjguODgxMyAxMjMuOTQ5QzMuODk3MzkgODYuMjk0OSAxNi44ODA5IDI5LjEzMzQgNTguMzk1NyA5LjQzMzdDMTAwLjI1NSAtMTAuNDQ4NiAxNTAuODUxIDEuMTY2MzIgMTcyLjY0MiA0My42MTlDMTg1LjY2NyA2OC45ODkyIDE4NS4xNiAxMDkuNjQ2IDE2NS40NTYgMTMxLjUxN0MxNTYuNDg3IDE0MS40NzggMTMzLjU4IDE1My4xNTQgMTMwLjY0MSAxNjUuMjA1QzEyOC42MTQgMTczLjUwMyAxMzEuMTI4IDE4OS4xNDUgMTI2LjMwMyAxOTUuNDE0SDEyNi4zMTNaTTk4LjM1OTggNjYuODM4N0M5OS4wNjkzIDY3LjQwNjcgMTAyLjcwOCA2My4zODk3IDEwMy4zMTYgNjIuNjc5NkMxMDcuMzQgNTcuOTYyNyAxMTAuNjk1IDUwLjQ3NjQgMTA3LjExNyA0NC41NDIxQzEwMy45NDQgMzkuMjc3NCAxMDIuMTMgNDUuNTA1OCAxMDEuMjg5IDQ4LjQ4ODFDOTkuNTg2MiA1NC40ODMzIDk5LjQ3NDcgNjAuNzUyMyA5OC4zNjk5IDY2LjgzODdIOTguMzU5OFpNOTYuNjk3NiA3Mi45MjUxQzk1Ljg0NjIgNzIuMDEyMSA5MS41NzkyIDc4LjM1MjEgOTEuMDgyNSA3OS4xODM5QzgzLjY2MzQgOTEuNzkyOSA4OC4zMzU4IDEwNi44MDYgOTQuNzcxOCAxMTguNzk2TDk2LjY5NzYgNzIuOTI1MVpNOTcuMjY1MiAxNTIuNTE1QzEwMS4wMjUgMTUxLjM4OSAxMDguMjgyIDE0OS40MDEgMTA4LjMyMyAxNDQuNTExQzEwOC4zNjMgMTM5LjYyMiA5OS4zOTM2IDEzMC42MTQgOTYuNzA3NyAxMjYuNTM2TDk3LjI1NSAxNTIuNTE1SDk3LjI2NTJaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX25fMTA2MF8xMzU3NiIgeD0iMCIgeT0iMi42OTg5MSIgd2lkdGg9IjE3NC43NTciIGhlaWdodD0iMjQ4LjMwMSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMi40NzM4Njc0MTYzODE4MzU5IDIuNDczODY3NDE2MzgxODM1OSIgc3RpdGNoVGlsZXM9InN0aXRjaCIgbnVtT2N0YXZlcz0iMyIgcmVzdWx0PSJub2lzZSIgc2VlZD0iNjQ1Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJub2lzZSIgdHlwZT0ibHVtaW5hbmNlVG9BbHBoYSIgcmVzdWx0PSJhbHBoYU5vaXNlIi8+CjxmZUNvbXBvbmVudFRyYW5zZmVyIGluPSJhbHBoYU5vaXNlIiByZXN1bHQ9ImNvbG9yZWROb2lzZTEiPgo8ZmVGdW5jQSB0eXBlPSJkaXNjcmV0ZSIgdGFibGVWYWx1ZXM9IjAgMCAwIDAgMCAwIDAgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgIi8+CjwvZmVDb21wb25lbnRUcmFuc2Zlcj4KPGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJpbiIgaW4yPSJzaGFwZSIgaW49ImNvbG9yZWROb2lzZTEiIHJlc3VsdD0ibm9pc2UxQ2xpcHBlZCIvPgo8ZmVGbG9vZCBmbG9vZC1jb2xvcj0iI0RCNEMxMSIgcmVzdWx0PSJjb2xvcjFGbG9vZCIvPgo8ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9Im5vaXNlMUNsaXBwZWQiIGluPSJjb2xvcjFGbG9vZCIgcmVzdWx0PSJjb2xvcjEiLz4KPGZlTWVyZ2UgcmVzdWx0PSJlZmZlY3QxX25vaXNlXzEwNjBfMTM1NzYiPgo8ZmVNZXJnZU5vZGUgaW49InNoYXBlIi8+CjxmZU1lcmdlTm9kZSBpbj0iY29sb3IxIi8+CjwvZmVNZXJnZT4KPC9maWx0ZXI+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xMDYwXzEzNTc2IiB4MT0iNDMuMjQ4NiIgeTE9IjExLjY4MjMiIHgyPSI4Ny4xMjQ5IiB5Mj0iMjUxLjA0NiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRkY5NTY5Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0YzNUUyMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXJfMTA2MF8xMzU3NiIgeDE9IjQzLjI0ODYiIHkxPSIxMS42ODIzIiB4Mj0iODcuMTI0OSIgeTI9IjI1MS4wNDYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGOTU2OSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGMzVFMjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDJfbGluZWFyXzEwNjBfMTM1NzYiIHgxPSI0My4yNDg2IiB5MT0iMTEuNjgyMyIgeDI9Ijg3LjEyNDkiIHkyPSIyNTEuMDQ2IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRjk1NjkiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRjM1RTIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+);}  

.stage .e-e-md7tj5i {width: 73.02798982188295vw;height: 21.085549856870227vw;--left: 0vw;--top: 0vw;--flex-direction: column;--justify-self: left;--align-self: start;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/layer1_1753035529738.svg);}  

.stage .e-e-md7aclz {--left: 0vw;--top: 106.3613231552163vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-e-md7qvat {width: 89.82188295165395vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 15.267175572519085vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.0333333587646485;letter-spacing: -0.2544529262086514vw;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-md71j7j {width: 89.82188295165395vw;--left: 0vw;--top: 118.57506361323156vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.0625;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-md75cbc {--left: 31.806615776081426vw;--top: 217.3027989821883vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;background-color: rgba(243,94,33,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 -4px 6px 0 rgba(227,85,45,1) inset, 0 4px 6px 0 rgba(255,255,255,0.2199999988079071) inset, 0 16px 32px -8px rgba(227,85,45,0.699999988079071);transform: translate3d(0, 0, 0);padding: 5.089058524173027vw 8.142493638676845vw 5.089058524173027vw 8.142493638676845vw;border-radius: 4.071246819338422vw;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-e-md7ckmv {--left: 8.142493638676845vw;--top: 5.089058524173027vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-md7dwn3 {--left: 0vw;--top: 274.80916030534354vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: image-set(url(../images/figma_76426866d4920060f31111667e35acb5e07b7221_1752743917811_2100.webp) 1x, url(../images/figma_76426866d4920060f31111667e35acb5e07b7221_1752743917811_2100@2x.webp) 2x);padding: 40.71246819338422vw 0vw 40.71246819338422vw 0vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-e-md7f83i {width: 100vw;--left: 0vw;--top: 40.71246819338422vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 15.267175572519085vw;row-gap: 15.267175572519085vw;}  

.stage .e-e-md7iyvz {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 22.900763358778626vw;row-gap: 5.089058524173027vw;}  

.stage .e-e-md7zkzk {width: 100vw;height: 21.62849872773537vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 33.078880407124686vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 0.23076923370361327;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-md7sqn7 {--left: 0vw;--top: 66.15776081424937vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 0vw 5.089058524173027vw 0vw 5.089058524173027vw;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-e-md7i3j5 {width: 89.82188295165395vw;--left: 5.089058524173027vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.1875;letter-spacing: 0vw;text-align: CENTER;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-md74pnc {width: 89.82188295165395vw;--left: 5.089058524173027vw;--top: 46.81933842239186vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: NaNvw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.1875;letter-spacing: 0vw;text-align: CENTER;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mfat2cz {--left: 0vw;--top: 150.8905852417303vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;row-gap: 5.089058524173027vw;column-gap: 10.178117048346055vw;}  

.stage .e-e-mfawias {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;background-color: rgba(243,94,33,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 -4px 6px 0 rgba(227,85,45,1) inset, 0 4px 6px 0 rgba(255,255,255,0.2199999988079071) inset, 0 16px 32px -8px rgba(227,85,45,0.699999988079071);transform: translate3d(0, 0, 0);padding: 5.089058524173027vw 8.142493638676845vw 5.089058524173027vw 8.142493638676845vw;border-radius: 4.071246819338422vw;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-e-mfab4ev {--left: 8.142493638676845vw;--top: 5.089058524173027vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-mfah1i8 {--left: 0vw;--top: 0vw;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(255,255,255,1);border-width: 0.2544529262086514vw;border-style: solid;padding: 5.089058524173027vw 8.142493638676845vw 5.089058524173027vw 8.142493638676845vw;border-radius: 4.071246819338422vw;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-e-mfavtql {--left: 8.142493638676845vw;--top: 5.089058524173027vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-md7jlup {--left: 0vw;--top: 205.59796437659034vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 0vw 5.089058524173027vw 0vw 5.089058524173027vw;column-gap: 10.941475826972011vw;row-gap: 10.941475826972011vw;}  

.stage .e-e-md7lrvn {height: 139.94910941475825vw;--left: 5.089058524173027vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(79.9999994520324deg, rgba(5, 5, 5, 0.2) 0%, rgba(5, 5, 5, 1) 69.21%);border-color: rgba(255,255,255,1);border-width: 0vw 0.2544529262086514vw 0vw 0vw;border-style: solid;padding: 14.249363867684478vw 14.249363867684478vw 14.249363867684478vw 14.249363867684478vw;border-radius: 8.142493638676845vw;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-e-md7u527 {--left: 14.249363867684478vw;--top: 14.249363867684478vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: flex-end;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-e-md7wj0m {width: 61.32315521628499vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 10.178117048346055vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.15;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-md7ol4f {width: 68.44783715012723vw;--left: -7.124681933842239vw;--top: 43.25699745547074vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 6.106870229007633vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-md7gmk4 {height: 139.94910941475825vw;--left: 5.089058524173027vw;--top: 150.8905852417303vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(79.9999994520324deg, rgba(5, 5, 5, 0.2) 0%, rgba(5, 5, 5, 1) 69.21%);border-color: rgba(255,255,255,1);border-width: 0vw 0.2544529262086514vw 0vw 0vw;border-style: solid;padding: 14.249363867684478vw 14.249363867684478vw 14.249363867684478vw 14.249363867684478vw;border-radius: 8.142493638676845vw;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-e-md71qsh {height: 139.94910941475825vw;--left: 5.089058524173027vw;--top: 301.7811704834606vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(79.9999994520324deg, rgba(5, 5, 5, 0.2) 0%, rgba(5, 5, 5, 1) 69.21%);border-color: rgba(255,255,255,1);border-width: 0vw 0.2544529262086514vw 0vw 0vw;border-style: solid;padding: 14.249363867684478vw 14.249363867684478vw 14.249363867684478vw 14.249363867684478vw;border-radius: 8.142493638676845vw;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;}  

.stage .e-e-md7jrzn {--left: 27.099236641221374vw;--top: 662.5954198473282vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(255,255,255,1);border-width: 0.2544529262086514vw;border-style: solid;padding: 5.089058524173027vw 8.142493638676845vw 5.089058524173027vw 8.142493638676845vw;border-radius: 4.071246819338422vw;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-e-md73f7r {--left: 8.142493638676845vw;--top: 5.089058524173027vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-mfd8j76 {height: 274.80916030534354vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--el-width: 100%;--flex-direction: column;--overflow: clip;background-color: rgba(252,250,246,1);font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mfd1m81 {width: 325.44529262086513vw;height: 201.78117048346058vw;--left: -0.2544529262086514vw;--top: 46.31043256997455vw;--justify-self: center;--align-self: start;background-color: #fcfaf6;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mfdgo2s {width: 157.25190839694656vw;height: 60.55979643765903vw;--left: 110.17811704834605vw;--top: 2.7989821882951653vw;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;--aspect-ratio: 2.596638655462185;}  

.stage .e-e-mfdg8to {width: 72.51908396946564vw;height: 28.24427480916031vw;--left: 108.65139949109415vw;--top: 50.63613231552163vw;--display: flex;--justify-content: center;--align-items: center;--align-content: center;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;mix-blend-mode: multiply;}  

.stage .e-e-mfdf1tt {width: 105.85241730279897vw;height: 41.221374045801525vw;--left: 262.8498727735369vw;--top: 75.31806615776081vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;font-size: 16;font-family: Arial;font-weight: 400;--aspect-ratio: 2.567901234567901;}  

.stage .e-e-mfdip5y {width: 82.95165394402035vw;--left: 120.10178117048346vw;--top: -7.633587786259542vw;height: max-content;--el-height: max-content;--el-height: max-content;--margin-left: 0;--margin-right: var(--left);--justify-self: right;--align-self: start;font-size: 10.178117048346055vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1;letter-spacing: -0.2544529262086514vw;text-align: right;vertical-align: CENTER;color: rgba(0,0,0,1);padding: 0vw 0vw 0vw 0vw;--aspect-ratio: 4.075;}  

.stage .e-e-mfd32oy {--left: 120.35623409669212vw;--top: -7.888040712468193vw;width: max-content;--el-width: max-content;max-width: 100%;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--margin-left: 0;--margin-right: var(--left);--justify-self: right;--align-self: start;font-size: 10.178117048346055vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1;letter-spacing: -0.2544529262086514vw;text-align: right;vertical-align: CENTER;color: rgba(0,0,0,1);--aspect-ratio: 2.775;}  

.stage .e-e-mfdf3y0 {width: 322.8721993708168vw;height: 168.1924581044887vw;--left: 0vw;--top: 4.8346055979643765vw;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;--aspect-ratio: 1.9196591988104135;}  

.stage .e-e-mfdkdz5 {height: 27.989821882951656vw;--left: 118.8295165394402vw;--top: 27.989821882951656vw;--display: flex;width: max-content;--el-width: max-content;max-width: 100%;--el-width: max-content;max-width: 100%;--justify-content: center;--align-items: center;--align-content: center;--justify-self: left;--align-self: start;--overflow: clip;background-color: rgba(0,0,0,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 6.106870229007633vw 15.267175572519085vw 6.106870229007633vw 15.267175572519085vw;border-radius: 3.0534351145038165vw;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-e-mfd7fbe {--left: 15.267175572519085vw;--top: 6.361323155216285vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: HazilimMF;font-weight: 500;direction: rtl;font-style: hazilimmfmedium;line-height: 1.25;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-mfdduvw {height: 27.989821882951656vw;--left: 92.1119592875318vw;--top: 69.97455470737913vw;--display: flex;width: max-content;--el-width: max-content;max-width: 100%;--el-width: max-content;max-width: 100%;--justify-content: center;--align-items: center;--align-content: center;--justify-self: left;--align-self: start;--overflow: clip;background-color: rgba(0,0,0,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 6.106870229007633vw 15.267175572519085vw 6.106870229007633vw 15.267175572519085vw;border-radius: 3.0534351145038165vw;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-e-mfdypis {--left: 15.267175572519085vw;--top: 6.361323155216285vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: HazilimMF;font-weight: 500;direction: rtl;font-style: hazilimmfmedium;line-height: 1.25;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-mfd44sh {height: 27.989821882951656vw;--left: 152.67175572519085vw;--top: 49.36386768447837vw;--display: flex;width: max-content;--el-width: max-content;max-width: 100%;--el-width: max-content;max-width: 100%;--justify-content: center;--align-items: center;--align-content: center;--justify-self: left;--align-self: start;--overflow: clip;background-color: rgba(0,0,0,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 6.106870229007633vw 15.267175572519085vw 6.106870229007633vw 15.267175572519085vw;border-radius: 3.0534351145038165vw;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-e-mfdts28 {--left: 15.267175572519085vw;--top: 6.361323155216285vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: HazilimMF;font-weight: 500;direction: rtl;font-style: hazilimmfmedium;line-height: 1.25;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-mfdnje7 {height: 27.989821882951656vw;--left: 98.47328244274809vw;--top: 0vw;--display: flex;width: max-content;--el-width: max-content;max-width: 100%;--el-width: max-content;max-width: 100%;--justify-content: center;--align-items: center;--align-content: center;--justify-self: left;--align-self: start;--overflow: clip;background-color: rgba(0,0,0,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 6.106870229007633vw 15.267175572519085vw 6.106870229007633vw 15.267175572519085vw;border-radius: 3.0534351145038165vw;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-e-mfdirlx {--left: 15.267175572519085vw;--top: 6.361323155216285vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: HazilimMF;font-weight: 500;direction: rtl;font-style: hazilimmfmedium;line-height: 1.25;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-mfdegzc {height: 27.989821882951656vw;--left: 131.04325699745547vw;--top: -42.23918575063613vw;--display: flex;width: max-content;--el-width: max-content;max-width: 100%;--el-width: max-content;max-width: 100%;--justify-content: center;--align-items: center;--align-content: center;--justify-self: left;--align-self: start;--overflow: clip;background-color: rgba(0,0,0,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 6.106870229007633vw 15.267175572519085vw 6.106870229007633vw 15.267175572519085vw;border-radius: 3.0534351145038165vw;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-e-mfdyeq0 {--left: 15.267175572519085vw;--top: 6.361323155216285vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: HazilimMF;font-weight: 500;direction: rtl;font-style: hazilimmfmedium;line-height: 1.25;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-mfdwnbi {height: 27.989821882951656vw;--left: 112.97709923664124vw;--top: 97.96437659033079vw;--display: flex;width: max-content;--el-width: max-content;max-width: 100%;--el-width: max-content;max-width: 100%;--justify-content: center;--align-items: center;--align-content: center;--justify-self: left;--align-self: start;--overflow: clip;background-color: rgba(0,0,0,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 6.106870229007633vw 15.267175572519085vw 6.106870229007633vw 15.267175572519085vw;border-radius: 3.0534351145038165vw;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-e-mfdyi9p {--left: 15.267175572519085vw;--top: 6.361323155216285vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: HazilimMF;font-weight: 500;direction: rtl;font-style: hazilimmfmedium;line-height: 1.25;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-mfdbbaq {height: 27.989821882951656vw;--left: 6.106870229007633vw;--top: 10.687022900763358vw;--display: flex;width: max-content;--el-width: max-content;max-width: 100%;--el-width: max-content;max-width: 100%;--justify-content: center;--align-items: center;--align-content: center;--justify-self: left;--align-self: start;--overflow: clip;background-color: rgba(0,0,0,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 6.106870229007633vw 15.267175572519085vw 6.106870229007633vw 15.267175572519085vw;border-radius: 3.0534351145038165vw;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-e-mfdfw15 {--left: 15.267175572519085vw;--top: 6.361323155216285vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: HazilimMF;font-weight: 500;direction: rtl;font-style: hazilimmfmedium;line-height: 1.25;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-mfd8i1x {height: 27.989821882951656vw;--left: 242.49363867684477vw;--top: 21.62849872773537vw;--display: flex;width: max-content;--el-width: max-content;max-width: 100%;--el-width: max-content;max-width: 100%;--justify-content: center;--align-items: center;--align-content: center;--justify-self: left;--align-self: start;--overflow: clip;background-color: rgba(0,0,0,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 6.106870229007633vw 15.267175572519085vw 6.106870229007633vw 15.267175572519085vw;border-radius: 3.0534351145038165vw;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-e-mfdd3ha {--left: 15.267175572519085vw;--top: 6.361323155216285vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: HazilimMF;font-weight: 500;direction: rtl;font-style: hazilimmfmedium;line-height: 1.25;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-mfditq8 {height: 27.989821882951656vw;--left: 103.56234096692111vw;--top: -28.24427480916031vw;--display: flex;width: max-content;--el-width: max-content;max-width: 100%;--el-width: max-content;max-width: 100%;--justify-content: center;--align-items: center;--align-content: center;--justify-self: left;--align-self: start;--overflow: clip;background-color: rgba(0,0,0,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 6.106870229007633vw 15.267175572519085vw 6.106870229007633vw 15.267175572519085vw;border-radius: 3.0534351145038165vw;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-e-mfde3cv {--left: 15.267175572519085vw;--top: 6.361323155216285vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: HazilimMF;font-weight: 500;direction: rtl;font-style: hazilimmfmedium;line-height: 1.25;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-mfdr9pr {width: 25.40496120896868vw;height: 26.251793249267596vw;--left: 278.36543482495017vw;--top: 10.812756609527032vw;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;}    

:root, .viewport, .page, body {
  --active-menu-line: 0;
}

html body *.active, .active *  {
  --active-menu-line: 1;
}

 .stage .e-7539-26272 {--left: 8335px;--top: 748px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column-reverse;--justify-content: flex-end;--align-items: center;--overflow: clip;background-color: rgba(252,250,246,1);font-size: 16;font-family: Arial;font-weight: 400;min-width: 1280;}  

.stage .e-frame-1753362363885 {height: 2202px;--left: 0px;--top: 9042px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;background-image: image-set(url(../images/section_6_1753362507660_2650.webp) 1x, url(../images/section_6_1753362507660_2650@2x.webp) 2x);background-position: 100% 50%;background-size: cover;background-repeat: no-repeat;}  

.stage .e-7539-26312 {--left: -2071px;--top: 225px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 200px;row-gap: 200px;padding: 80px 80px;}  

.stage .e-7539-26330 {width: 1150px;--left: 2655px;--top: 72px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-7539-26331 {width: 624px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 120px;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1;letter-spacing: -2.4px;text-align: RIGHT;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-7539-26332 {--left: 0px;--top: 272px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12px;row-gap: 12px;}  

.stage .e-7539-26333 {width: 482px;--left: 142px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-7539-26334 {--left: 365px;--top: 418px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(255,255,255,1);border-width: 1px;border-style: solid;padding: 20px 32px 20px 32px;border-radius: 16px;column-gap: 8px;row-gap: 8px;}  

.stage .e-7539-26335 {--left: 32px;--top: 20px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-7539-26313 {width: 1150px;--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: row-reverse;--flex-wrap: wrap;--justify-content: flex-end;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 45px;row-gap: 45px;max-width: 1200px;}  

.stage .e-7539-26314 {height: 630px;--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(43, 43, 43, 1) 100%);padding: 56px 56px 56px 72px;border-radius: 32px;column-gap: 276px;row-gap: 276px;}  

.stage .e-7539-26315 {--left: 72px;--top: 56px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-7539-26316 {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 62px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.032258071899414;letter-spacing: -1.8599999999999999px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-7539-26317 {--left: 0px;--top: 160px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-7539-26318 {height: 630px;--left: 625px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(43, 43, 43, 1) 100%);padding: 56px 56px 56px 72px;border-radius: 32px;column-gap: 276px;row-gap: 276px;}  

.stage .e-7539-26322 {height: 630px;--left: 1250px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(43, 43, 43, 1) 100%);padding: 56px 56px 56px 72px;border-radius: 32px;column-gap: 276px;row-gap: 276px;}  

.stage .e-7539-26326 {height: 630px;--left: 1875px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(43, 43, 43, 1) 100%);padding: 56px 56px 56px 72px;border-radius: 32px;column-gap: 276px;row-gap: 276px;}  

.stage .e-frame-1753362047634 {height: 3355px;--left: 0px;--top: 5687px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;background-image: linear-gradient(180deg, #A9AAB1 0%, #888888 50%, #69696E 100%);background-position: 0px 0px;background-size: cover;background-repeat: no-repeat;}  

.stage .e-7539-26337 {width: 1280px;height: 3355px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-7539-26338 {width: 1280px;height: 640.5px;--left: 0px;--top: 438px;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-7539-26339 {width: 1280px;height: 402.513671875px;--left: 0px;--top: 437.986328125px;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0ODAiIGhlaWdodD0iNDAzIiB2aWV3Qm94PSIwIDAgMTQ4MCA0MDMiIGZpbGw9Im5vbmUiPgo8ZyBpZD0iRWxsaXBzZSA0MzAiIGRhdGEtbm9kZS1pZD0iNzUzOToyNjMzOSIgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZm5fNzUzOV8yNjMzOSkiPgo8cGF0aCBkPSJNMTM4MCAxNDcuMDE0QzEzODAgMTk2LjE2NyAxMDcxLjQgMzAyLjUxNCA3NDQuMjM4IDMwMi41MTRDNDE3LjA3NiAzMDIuNTE0IDEwMCAxOTYuMTY3IDEwMCAxNDcuMDE0QzEwMCA5Ny44NjAzIDQxNy4wNzYgMTAwLjAxNCA3NDQuMjM4IDEwMC4wMTRDMTA3MS40IDEwMC4wMTQgMTM4MCA5Ny44NjAzIDEzODAgMTQ3LjAxNFoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl83NTM5XzI2MzM5KSIgZmlsbC1vcGFjaXR5PSIwLjMyIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZm5fNzUzOV8yNjMzOSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE0ODAiIGhlaWdodD0iNDAyLjUxNCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI1MCIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzc1MzlfMjYzMzkiLz4KPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuOTA5MDkwODc2NTc5Mjg0NjcgMC45MDkwOTA4NzY1NzkyODQ2NyIgc3RpdGNoVGlsZXM9InN0aXRjaCIgbnVtT2N0YXZlcz0iMyIgcmVzdWx0PSJub2lzZSIgc2VlZD0iMzA5MCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0ibm9pc2UiIHR5cGU9Imx1bWluYW5jZVRvQWxwaGEiIHJlc3VsdD0iYWxwaGFOb2lzZSIvPgo8ZmVDb21wb25lbnRUcmFuc2ZlciBpbj0iYWxwaGFOb2lzZSIgcmVzdWx0PSJjb2xvcmVkTm9pc2UxIj4KPGZlRnVuY0EgdHlwZT0iZGlzY3JldGUiIHRhYmxlVmFsdWVzPSIxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwICIvPgo8L2ZlQ29tcG9uZW50VHJhbnNmZXI+CjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl83NTM5XzI2MzM5IiBpbj0iY29sb3JlZE5vaXNlMSIgcmVzdWx0PSJub2lzZTFDbGlwcGVkIi8+CjxmZUZsb29kIGZsb29kLWNvbG9yPSJyZ2JhKDAsIDAsIDAsIDAuMjIpIiByZXN1bHQ9ImNvbG9yMUZsb29kIi8+CjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0ibm9pc2UxQ2xpcHBlZCIgaW49ImNvbG9yMUZsb29kIiByZXN1bHQ9ImNvbG9yMSIvPgo8ZmVNZXJnZSByZXN1bHQ9ImVmZmVjdDJfbm9pc2VfNzUzOV8yNjMzOSI+CjxmZU1lcmdlTm9kZSBpbj0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl83NTM5XzI2MzM5Ii8+CjxmZU1lcmdlTm9kZSBpbj0iY29sb3IxIi8+CjwvZmVNZXJnZT4KPC9maWx0ZXI+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl83NTM5XzI2MzM5IiB4MT0iNzU1LjcwNyIgeTE9IjI2NS4wOTQiIHgyPSI3NTIuOTUyIiB5Mj0iMTAwLjAxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiM4NDgyODIiIHN0b3Atb3BhY2l0eT0iMC41MyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM1RTVFNUUiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4=);backdrop-filter:  blur(0px);transform: translate3d(0, 0, 0);filter:  blur(100px);}  

.stage .e-7539-26340 {width: 1075.813720703125px;height: 603.1759033203125px;--left: 54.0078125px;--top: 0px;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-7539-26342 {width: 1100px;--left: 90px;--top: 1255px;--display: flex;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 90px;row-gap: 90px;}  

.stage .e-7539-26343 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: space-between;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 0px;row-gap: 40px;}  

.stage .e-7539-26344 {width: 474px;--left: 0px;--top: 66px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12px;row-gap: 12px;}  

.stage .e-7539-26345 {width: 474px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-7539-26346 {--left: 474px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-7539-26347 {width: 626px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 120px;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1;letter-spacing: -2.4px;text-align: RIGHT;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-7539-26348 {--left: 0px;--top: 450px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 48px;row-gap: 48px;}  

.stage .e-7539-26349 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-7539-26350 {--left: 0px;--top: -1px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 0px 0px 0px;column-gap: 48px;row-gap: 48px;}  

.stage .e-7539-26351 {height: 630px;--left: 0px;--top: 80px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--justify-content: space-between;--align-items: flex-end;--overflow: clip;background-color: rgba(255,116,65,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 16px 32px -8px rgba(12,12,13,0.4000000059604645);transform: translate3d(0, 0, 0);padding: 56px 56px 56px 56px;border-radius: 32px;column-gap: 276px;row-gap: 0px;}  

.stage .e-7539-26352 {--left: 56px;--top: 56px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-7539-26353 {width: 422px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 62px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.032258071899414;letter-spacing: -1.8599999999999999px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-7539-26354 {width: 422px;--left: 0px;--top: 160px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-7539-26355 {width: 120px;height: 120px;--left: 358px;--top: 454px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: flex-end;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;padding: 4px 4px 4px 4px;column-gap: 10px;row-gap: 10px;}  

.stage .e-I7539-26355-1020-20736 {width: 96px;height: 88.87760925292969px;--left: 20px;--top: 27.12255859375px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/icon_1753035536849.svg);}  

.stage .e-7539-26356 {height: 630px;--left: 0px;--top: 758px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--justify-content: space-between;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(180deg, rgba(169, 170, 177, 1) 0%, rgba(136, 137, 143, 1) 49.52%, rgba(105, 105, 110, 1) 95.19%);box-shadow: 0 16px 32px -8px rgba(12,12,13,0.4000000059604645);transform: translate3d(0, 0, 0);padding: 56px 56px 56px 56px;border-radius: 32px;column-gap: 276px;row-gap: 0px;}  

.stage .e-7539-26357 {--left: 56px;--top: 56px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-7539-26358 {width: 422px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 62px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.032258071899414;letter-spacing: -1.8599999999999999px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-7539-26359 {width: 422px;--left: 0px;--top: 96px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-7539-26360 {width: 120px;height: 120px;--left: 358px;--top: 454px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: flex-end;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;padding: 4px 4px 4px 4px;column-gap: 10px;row-gap: 10px;}  

.stage .e-I7539-26360-1020-20632 {width: 98.00187683105469px;height: 90.36791229248047px;--left: 18px;--top: 25.63232421875px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/icon_1753035537504.svg);}  

.stage .e-7539-26361 {--left: 566px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 0px 80px 0px;column-gap: 48px;row-gap: 48px;}  

.stage .e-7539-26362 {height: 630px;--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--justify-content: space-between;--align-items: flex-end;--overflow: clip;background-color: rgba(149,150,156,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 16px 32px -8px rgba(12,12,13,0.4000000059604645);transform: translate3d(0, 0, 0);padding: 56px 56px 56px 56px;border-radius: 32px;column-gap: 276px;row-gap: 0px;}  

.stage .e-7539-26363 {--left: 56px;--top: 56px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-7539-26364 {width: 422px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 62px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.032258071899414;letter-spacing: -1.8599999999999999px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-7539-26365 {width: 422px;--left: 0px;--top: 96px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-7539-26366 {width: 120px;height: 120px;--left: 358px;--top: 454px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: flex-end;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;padding: 4px 4px 4px 4px;column-gap: 10px;row-gap: 10px;}  

.stage .e-I7539-26366-1020-20774 {width: 96px;height: 95.99960327148438px;--left: 20px;--top: 20.00048828125px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/icon_1753035538127.svg);}  

.stage .e-7539-26367 {height: 630px;--left: 0px;--top: 678px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--justify-content: space-between;--align-items: flex-end;--overflow: clip;background-color: rgba(79,79,82,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 16px 32px -8px rgba(12,12,13,0.4000000059604645);transform: translate3d(0, 0, 0);padding: 56px 56px 56px 56px;border-radius: 32px;column-gap: 276px;row-gap: 0px;}  

.stage .e-7539-26368 {--left: 56px;--top: 56px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-7539-26369 {width: 422px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 62px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.032258071899414;letter-spacing: -1.8599999999999999px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-7539-26370 {width: 422px;--left: 0px;--top: 96px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-7539-26371 {width: 120px;height: 120px;--left: 358px;--top: 454px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--justify-content: flex-end;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;padding: 4px 4px 4px 4px;column-gap: 10px;row-gap: 10px;}  

.stage .e-I7539-26371-1020-21210 {width: 96px;height: 96px;--left: 20px;--top: 20px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/icon_1753035538752.svg);}  

.stage .e-7539-26372 {--left: 0px;--top: 1436px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(255,255,255,1);border-width: 1px;border-style: solid;padding: 20px 32px 20px 32px;border-radius: 16px;column-gap: 8px;row-gap: 8px;}  

.stage .e-7539-26373 {--left: 32px;--top: 20px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-7539-26374 {width: 309.08038330078125px;height: 405.40673828125px;--left: 202px;--top: 249px;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMwNCIgaGVpZ2h0PSI0MDQiIHZpZXdCb3g9IjAgMCAzMDQgNDA0IiBmaWxsPSJub25lIj4KPGcgaWQ9IktpdGUiIGRhdGEtbm9kZS1pZD0iNzUzOToyNjM3NCI+CjxnIGlkPSJSZWN0YW5nbGUgODMiIGRhdGEtbm9kZS1pZD0iNzUzOToyNjM3NSIgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZ183NTM5XzI2Mzc0KSI+CjxwYXRoIGQ9Ik0yMDcuMjE2IDYuNjMxNjZDMjA0LjY4NCA0LjYyOTIzIDIwMS4xOTggNC4zNDI1NCAxOTguMzczIDUuOTA0NTFMMTAxLjg2NSA1OS4yNzNDOTcuODM3MSA2MS41MDA3IDk2LjUxMjEgNjYuNjU4MyA5OC45NjgxIDcwLjU1MTdMMTcxLjUzNCAxODUuNTkxQzE3NC4xNTMgMTg5Ljc0MyAxNzkuODU4IDE5MC41ODIgMTgzLjU2MSAxODcuMzU5TDI5Ni4zNDYgODkuMjI4MkMzMDAuMTI5IDg1LjkzNyAyOTkuOTkgODAuMDE4NiAyOTYuMDU4IDc2LjkwOEwyMDcuMjE2IDYuNjMxNjZaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfNzUzOV8yNjM3NCkiLz4KPC9nPgo8cGF0aCBpZD0iVmVjdG9yIDQ2IiBkYXRhLW5vZGUtaWQ9Ijc1Mzk6MjYzNzYiIGQ9Ik0xNC44Nzk0IDQwMy42N0MyMC44ODQ2IDM3My42NDQgMzYuMzk3OSAzNzUuNjQ2IDU2LjkxNTcgMzQ5LjEyM0M3Ny40MzM1IDMyMi42IDQ1LjQwNTcgMjk1LjU3NyAyOS44OTIzIDI4OS4wNzFDNy40ODcyNyAyNzkuNjc2IC01LjYzODI4IDMwMi4wODMgMy4zNjg3MyAzMTkuNTk4QzEyLjU3NDMgMzM3LjQ5OSAzNi4zOTggMzQwLjExNSA1Ni45MTU3IDMyNC42MDJDNzcuNDMzNCAzMDkuMDg5IDc4LjQzNDIgMjUzLjU0MSAxMDEuOTU0IDI0MS41M0MxMjUuNDczIDIyOS41MiAxNTguODc4IDI2NC4wNzUgMTY1LjAwNyAyODkuMDcxQzE3MS41MTEgMzE1LjU5NCAxMzEuNDc4IDMzNi42MTIgMTExLjQ2MSAzMTYuNTk1QzkwLjY5MTggMjk1LjgyNiAxMDguOTYgMjcxLjA1NiAxNDguNDk0IDIzNy4wMjdDMTgwLjEyMSAyMDkuODAzIDE4Ny4xNjEgMTY4LjE1OCAxODQuMTU5IDEyMy4xMkMxODIuODQgMTAzLjMzNSAxNzMuNTQ5IDY2Ljk3MTYgMTI1LjEwOCA3MC41NzQ3QzY0LjU1NTYgNzUuMDc4NiAzMDAuMjU4IDk4LjI5NTQgMjcwLjIzMyA4Ny41ODkxQzI0MC4yMDcgNzYuODgyOCAyMDIuNDI4IDc5Ljc1NTUgMTk2LjE2OSA3MC41NzQ3QzE4OC42NjIgNTkuNTY1IDE5OS4xNzEgNDEuNTQ5NCAyMDMuMTc1IDMyLjU0MTciIHN0cm9rZT0iYmxhY2siLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9nXzc1MzlfMjYzNzQiIHg9IjkyLjgyODQiIHk9IjAuMDAwMzkwODY2IiB3aWR0aD0iMjExLjE3MyIgaGVpZ2h0PSIxOTQuMjMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlVHVyYnVsZW5jZSB0eXBlPSJmcmFjdGFsTm9pc2UiIGJhc2VGcmVxdWVuY3k9IjAuMTY2NjY2NjcxNjMzNzIwNCAwLjE2NjY2NjY3MTYzMzcyMDQiIG51bU9jdGF2ZXM9IjMiIHNlZWQ9IjM1MjYiLz4KPGZlRGlzcGxhY2VtZW50TWFwIGluPSJzaGFwZSIgc2NhbGU9IjkuODAwMDAwMTkwNzM0ODYzMyIgeENoYW5uZWxTZWxlY3Rvcj0iUiIgeUNoYW5uZWxTZWxlY3Rvcj0iRyIgcmVzdWx0PSJkaXNwbGFjZWRJbWFnZSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPgo8ZmVNZXJnZSByZXN1bHQ9ImVmZmVjdDFfdGV4dHVyZV83NTM5XzI2Mzc0Ij4KPGZlTWVyZ2VOb2RlIGluPSJkaXNwbGFjZWRJbWFnZSIvPgo8L2ZlTWVyZ2U+CjwvZmlsdGVyPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNzUzOV8yNjM3NCIgeDE9IjIwNS42NzciIHkxPSItMS45ODgwNCIgeDI9IjE4Mi4xNTciIHkyPSIxOTAuMTc3IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIG9mZnNldD0iMC4wOTYxNTM4IiBzdG9wLWNvbG9yPSIjRkY3NDNCIi8+CjxzdG9wIG9mZnNldD0iMC41MzU5MzgiIHN0b3AtY29sb3I9IiNGMzVFMjEiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjOEQzNzEzIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+);border-radius: 0px 0px 0px 0px;}  

.stage .e-e-mdhvtq5 {--left: 121.64691333761948px;--top: 4724.8199086398745px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;background-image: image-set(url(../images/section_4_1753361267579_2450.webp) 1x, url(../images/section_4_1753361267579_2450@2x.webp) 2x);background-position: 100% 50%;background-size: cover;background-repeat: no-repeat;padding: 80px 40px;}  

.stage .e-e-mdhp5c1 {--left: 10px;--top: -419px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--position: sticky;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;--position-top: var(--top);--position-left: var(--left);left: var(--left); top: var(--top);font-size: 16;font-family: Arial;font-weight: 400;background-image: linear-gradient(transparent, transparent);min-height: 100vh;row-gap: 80px;}  

.stage .e-e-mdhjin2 {--left: -1803px;--top: 206px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 200px;row-gap: 80px;}  

.stage .e-e-mdhhsbl {width: 621px;--left: 2410px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;padding: 0px 50px;}  

.stage .e-e-mdhym90 {width: 621px;--left: 10px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 120px;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1;letter-spacing: -2.4px;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-e-mdhgi4t {width: 598px;--left: 33px;--top: 282px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12px;row-gap: 12px;}  

.stage .e-e-mdh0cxi {width: 598px;--left: 10px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mdhaan4 {--left: 440px;--top: 512px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(0,0,0,1);border-width: 1px;border-style: solid;padding: 20px 32px 20px 32px;border-radius: 16px;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mdhkg38 {--left: 42px;--top: 30px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-e-mdhmhhg {--left: 10px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: flex-end;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 40px;row-gap: 40px;}  

.stage .e-e-mdhatoy {height: 687px;--left: 10px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--justify-content: space-between;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(180deg, rgba(235, 227, 201, 1) 0%, rgba(216, 209, 191, 1) 100%);box-shadow: 0 16px 32px -8px rgba(12,12,13,0.4000000059604645);transform: translate3d(0, 0, 0);border-radius: 32px;column-gap: 21.274782180786133px;row-gap: 0px;}  

.stage .e-e-mdhfz8p {--left: 10px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 56px 56px 56px 56px;column-gap: 40px;row-gap: 40px;}  

.stage .e-e-mdh4ngx {--left: 266.7890625px;--top: 66px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 39.00376892089844px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636779785156;letter-spacing: -0.7800753784179688px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mdhqacn {--left: 196px;--top: 151px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 21.274782180786133px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333334350585937;letter-spacing: -0.4254956436157227px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mdhamdf {height: 378px;--left: 10px;--top: 319.37255859375px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 40px 40px 30px 40px;column-gap: 8.864492416381836px;row-gap: 8.864492416381836px;}  

.stage .e-e-mdhtg04 {width: 260px;height: 157px;--left: 310px;--top: 200.62744140625px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: 50% 50%;object-fit: contain;background-repeat: no-repeat;}  

.stage .e-e-mdhwltm {height: 687px;--left: 810px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--justify-content: space-between;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(180deg, rgba(235, 227, 201, 1) 0%, rgba(216, 209, 191, 1) 100%);box-shadow: 0 16px 32px -8px rgba(12,12,13,0.4000000059604645);transform: translate3d(0, 0, 0);border-radius: 32px;column-gap: 21.274782180786133px;row-gap: 0px;}  

.stage .e-e-mdhhnvr {--left: 10px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 56px 56px 56px 56px;column-gap: 40px;row-gap: 40px;}  

.stage .e-e-mdh6vd3 {--left: 266.7890625px;--top: 66px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 39.00376892089844px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636779785156;letter-spacing: -0.7800753784179688px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mdhqb1u {--left: 194px;--top: 195px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 21.274782180786133px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333334350585937;letter-spacing: -0.4254956436157227px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mdhfb1x {height: 378px;--left: 10px;--top: 319px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 20px 40px 0px 20px;column-gap: 8.864492416381836px;row-gap: 8.864492416381836px;}  

.stage .e-e-mdhggnl {width: 255px;height: 224px;--left: 315px;--top: 163.62744140625px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: 0px 0px;object-fit: contain;background-repeat: no-repeat;}  

.stage .e-e-mdh6tr9 {height: 687px;--left: 1610px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--justify-content: space-between;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(180deg, #ebe3c9ff 0%, #d8d1bfff 100%);box-shadow: 0 16px 32px -8px rgba(12,12,13,0.4000000059604645);transform: translate3d(0, 0, 0);border-radius: 32px;column-gap: 21.274782180786133px;row-gap: 0px;}  

.stage .e-e-mdhtxld {--left: 10px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 56px 56px 56px 56px;column-gap: 40px;row-gap: 40px;}  

.stage .e-e-mdh12ce {--left: 166.62109375px;--top: 66px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 39.00376892089844px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636779785156;letter-spacing: -0.7800753784179688px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mdhbads {--left: 166px;--top: 195px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 21.274782180786133px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333334350585937;letter-spacing: -0.4254956436157227px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mdh73nx {height: 342px;--left: 9px;--top: 355px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 20px 20px 30px 20px;column-gap: 8.864492416381836px;row-gap: 8.864492416381836px;}  

.stage .e-e-mdhd8qu {width: 287.9967956542969px;height: 161.40480041503906px;--left: 302.00390625px;--top: 160.59521484375px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;object-position: center center;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-e-mel9mxj {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-melzb5g {width: 1120px;--left: 0px;--top: -4px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 45.39413070678711px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;letter-spacing: -0.9078826141357422px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-1762027361874 {height: 290px;--left: 0px;--top: 69px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--el-width: 100%;background-color: #FFFFFF;font-size: 16;font-family: Arial;font-weight: 400;border-radius: 24px;padding: 20px 20px;}  

.stage .e-7539-26406 {height: 1080px;--left: 0px;--top: 3527px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--el-width: 100%;--flex-direction: column;--justify-content: center;--align-items: center;background-color: rgba(255,116,65,1);font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-7539-26407 {width: 1120px;--left: 80px;--top: 175px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--justify-content: space-between;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 0px;row-gap: 32px;}  

.stage .e-7539-26408 {width: 624px;--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: 100%;--el-height: 100%;height: stretch;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 10px;row-gap: 10px;}  

.stage .e-7539-26409 {width: 426px;height: 457px;--left: 0px;--top: 136px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-7539-26410 {width: 269px;height: 372px;--left: 79px;--top: 86px;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI2OSIgaGVpZ2h0PSIzNzIiIHZpZXdCb3g9IjAgMCAyNjkgMzcyIiBmaWxsPSJub25lIj4KPGcgaWQ9IkxheWVyXzIiIGRhdGEtbm9kZS1pZD0iNzUzOToyNjQxMCI+CjxnIGlkPSJWZWN0b3IgMjM0IiBkYXRhLW5vZGUtaWQ9Ijc1Mzk6MjY0MTEiIGZpbHRlcj0idXJsKCNmaWx0ZXIwX25fNzUzOV8yNjQxMCkiPgo8cGF0aCBkPSJNMTQuODg4NiA3Mi45NDI2QzQzLjUxODggMTguODM0MyA4Mi4wMDExIDEuNzAwMTggMTMyLjQ2OCA0LjI0MTc2QzIzOC4yMjkgOS41NjggMjU5LjQyMSAxMDIuNzY1IDI1OC45OTQgMTU2LjAyMkMyNTguNDYgMjIyLjU5MiAxODkuMDIxIDIzOS4xMDEgMTc5Ljk0IDI0OS4yMkMxNzAuODYgMjU5LjMzOCAxNzkuOTQgMjgzLjMwNCAxNzkuOTQgMzA0LjA3NEMxNzkuOTQgMzI0Ljg0MyA4Mi43OTI1IDMzOC4xNTcgODIuNzkyNSAyOTcuMTVDODIuNzkyNSAyMzkuNjExIDY1LjA5ODMgMjM3LjUwMyA0MC41Mjc2IDIxNi4yMDFDMTUuOTU2OSAxOTQuODk4IC0yMC44OTkxIDE0MC41NzggMTQuODg4NiA3Mi45NDI2WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzc1MzlfMjY0MTApIiBmaWxsLW9wYWNpdHk9IjAuOCIvPgo8cGF0aCBkPSJNOTIuOTQxMyAzMjYuMkMxMDkuNTA0IDMzNS4xNjQgMTUyLjc2NiAzMjkuNzUgMTc0LjEzMSAzMjMuMDA0QzE4NC4yOCAzMjMuMDA0IDE3OS45NCAzMzQuMTg4IDE3NC4xMzEgMzM3LjM4M0MxNjguMzIzIDM0MC41NzkgMTQ4LjQ5MiAzNDIuNzA5IDExNC44NDEgMzQ2Ljk3QzgxLjE5MDEgMzUxLjIzIDc0LjI0NjIgMzE2LjA4MSA5Mi45NDEzIDMyNi4yWiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyXzc1MzlfMjY0MTApIiBmaWxsLW9wYWNpdHk9IjAuOCIvPgo8cGF0aCBkPSJNMTU4LjY0MSAzNTAuMTY1QzE0Ni4yNDkgMzU0LjQyNSAxMTMuMjM5IDM1Ni4wMjMgOTcuNzQ4NiAzNTIuODI4QzgwLjY1NTkgMzUyLjIxMyAxMDcuODk3IDM3MiAxMjQuNDU2IDM3MkMxNDEuMDE0IDM3MiAxNTcuNzY3IDM2Ni44NDQgMTY2LjY1MyAzNjIuNDE0QzE3NC4xMzEgMzU4LjY4NiAxNzQuMTMxIDM0NC44MzkgMTU4LjY0MSAzNTAuMTY1WiIgZmlsbD0idXJsKCNwYWludDJfbGluZWFyXzc1MzlfMjY0MTApIiBmaWxsLW9wYWNpdHk9IjAuOCIvPgo8L2c+CjxwYXRoIGlkPSJWZWN0b3IiIGRhdGEtbm9kZS1pZD0iNzUzOToyNjQxMiIgZD0iTTE4Ny4yMDcgMjg5LjYxOEMxNzcuNjk4IDMwMS45NzYgMTQ1LjIwNyAyOTcuMjU1IDEzMC42NTEgMjk4LjEyN0MxMjcuMTIxIDI5OC4zMzggMTIwLjEyMSAyOTguOTU0IDExNi45NTIgMjk5Ljk5MUMxMDUuMjIgMzAzLjc4IDEyNS44NTkgMzA2LjkwNyAxMjkuMDE0IDMwNy4xMzNDMTQyLjU0OCAzMDguMDk1IDE2MC40OTkgMzA0LjQ4NyAxNzIuODQ2IDMwNy40OTNDMTc5LjgwMSAzMDkuMTkyIDE3Ny4yMDMgMzE1LjY0MiAxNzEuNzIgMzE3Ljk1N0MxNjIuNDIyIDMyMS44NjYgMTM3LjUzMSAzMTYuMjI4IDEyNS42OTQgMzE2Ljk1QzEyMy4wMzUgMzE3LjExNSAxMTYuMzA2IDMxNy44ODIgMTE1LjA0NCAzMjAuMjU3VjMyMi43MjNDMTE3LjY4OCAzMjcuNjU0IDEzNC41MTIgMzI3LjAwOCAxMzkuNjY0IDMyNi44NDJDMTQ2LjE5OCAzMjYuNjQ3IDE2OS4xMzYgMzIyLjk5NCAxNzMuNDAyIDMyNy4wMDhDMTc2LjUyNyAzMzUuMjkyIDE2MS4wODUgMzM3Ljg3NyAxNTUuMjExIDMzOC4zMTNDMTQzLjg1NSAzMzkuMTU1IDEzMi4yNTggMzM4LjA3MyAxMjAuODEyIDMzOS4xMUMxMTguNzA5IDMzOS4zMDYgMTE1LjQ0OSAzMzkuNjgxIDExMy44NDIgMzQxLjE1NUMxMTIuNTY1IDM0Ny4zOTQgMTM1LjIzMyAzNDUuMzY0IDEzOC44MzggMzQ1LjYyQzE0Mi40NDMgMzQ1Ljg3NiAxNDguNTQyIDM0Ni40NzcgMTQ5LjY4MyAzNTAuMzI2QzE1My43MDkgMzYzLjg1NiAxMzQuMTk2IDM2NS41MSAxMzUuMTI4IDM0OS43NTRDMTM4LjczMyAzNTAuMDcgMTM3Ljc3MSAzNTUuMzE3IDEzOS45NzkgMzU3LjU3MkMxNDUuMTMyIDM2Mi44NjQgMTUwLjk5IDM1Mi4zNyAxNDYuNTQ0IDM0OS4zNjNDMTQwLjIyIDM0NS4wOTQgMTE1Ljk5IDM1Mi4zMjUgMTExLjc5OSAzNDMuMTY5QzEwOS4zNjYgMzM3Ljg2MiAxMTguMDc4IDMzNi45NDUgMTIxLjYzOCAzMzYuNjQ1QzEzMi41MjkgMzM1LjcxMiAxNjMuNjY4IDMzOC42NzQgMTcwLjc1OCAzMzAuOTE3QzE3MS40OTQgMzMwLjEwNSAxNzIuMjYxIDMyOS43NTkgMTcxLjk2IDMyOC40MzZDMTcwLjQxMyAzMjguNDIxIDE2OC45ODYgMzI3Ljc0NCAxNjcuNDU0IDMyNy42MjRDMTU0Ljg5NiAzMjYuNTcyIDEyMy42MDYgMzMzLjExMiAxMTQuNjk4IDMyNS41NDlDMTEwLjY1OCAzMjIuMTIyIDExMi43MDEgMzE3LjI1MSAxMTcuMjY3IDMxNS44NjdDMTI4Ljg0OSAzMTIuMzY0IDE0Ny4wMSAzMTYuNjE5IDE1OS4yOTcgMzE2Ljk1QzE2My4yMDMgMzE3LjA1NSAxNzAuMjkzIDMxNy40NzYgMTczLjI1MiAzMTQuNTQ0QzE3OC4yNTQgMzA5LjYxMyAxNjguNzYxIDMwOC45ODIgMTY1LjA1IDMwOC43MjZDMTUwLjY5IDMwNy43MTkgMTM2LjM3NCAzMTAuOTA2IDEyMS43MjggMzA4LjY2NkMxMTkuMTQ1IDMwOC4yNzUgMTEyLjMyNSAzMDYuNjk3IDExMS41NDQgMzA0LjA4MUMxMDkuODAxIDI5OC4yNjIgMTE4LjM2NCAyOTcuMDMgMTIyLjQ2NCAyOTYuNDczQzEzNi42NzUgMjk0LjU2NCAxNTEuNzU2IDI5Ni42NTQgMTY1Ljg3NiAyOTUuNjc3QzE3Ny45MDkgMjk0Ljg1IDE4Ny42NDMgMjkxLjE5NiAxODkuMDcgMjc3LjkzNkMxOTEuMjMzIDI1Ny44MzYgMTg1LjkxNSAyNDIuODE2IDIwMi4yNTggMjI3LjI0MUMyMjQuODY2IDIwNS42ODIgMjQ3LjY2OCAxOTkuNjUzIDI1OS4zNyAxNjYuNDQzQzI5Ni4wMjIgNjIuMzE2NCAyMDEuOTg4IC0yNi44MjEgOTguNzAwNSAxMS4zOTU4QzMyLjAyMDMgMzYuMDY2OCA2LjcwOTEgMTE3LjIzNiA0MS45OTQ1IDE3Ny45NTlDNjAuOTgxNiAyMTAuNjQzIDg5LjU5NzUgMjA3LjA5NSA5OC43NDU2IDI1MS40MDFDMTAwLjIxOCAyNTguNTI3IDEwMi4wMzUgMjgyLjk1OCAxMDUuNjI1IDI4Ny4xMDdDMTA2LjQ4MiAyODguMDg0IDEwOC4yODQgMjg4LjY4NiAxMDkuNTQ2IDI4OC45MTFDMTE2LjE0IDI5MC4wODQgMTQxLjkwMiAyODguMDg0IDE0Ny4zNyAyODQuNTY2QzE1Ni43NzMgMjc4LjUwOCAxNTAuNzk1IDI3MS43ODcgMTQ4LjQyMiAyNjQuNzUxQzE0NC42MDYgMjUzLjQxNiAxNDIuMjE4IDI0MS4zMjggMTQyLjUwMyAyMjkuMzE2QzE0MS42MzIgMjI4LjQ1OSAxMjQuNjU4IDIzMi4zOTggMTIxLjYwOCAyMzIuNTc4QzExOS45NDEgMjMyLjY4MyAxMTcuMzEyIDIzMy40MzUgMTE3Ljk0MyAyMzAuOTdMMTQxLjY3NyAyMjYuODY1QzE0Mi40NDMgMjIyLjM0IDE0MC45NTYgMjE3LjYxOSAxNDAuODM2IDIxMy4zOTVDMTQwLjU2NSAyMDQuMzU5IDE0Mi4xMjggMTkxLjQzIDE0MC44MjEgMTgzLjEwMUMxNDAuMzI1IDE3OS45MjkgMTM3LjIwMSAxNzYuMjQ1IDEzNS45NTQgMTczLjIzOEMxMjYuMSAxNDkuNTkgMTIxLjQ0MyAxMzIuMTY1IDEzNy4zNTEgMTA5Ljk2QzEzOC43NzggMTA3Ljk3NSAxNDIuMDk4IDEwNS42MTUgMTQzLjEwNCAxMDMuMzlDMTQ1LjIwNyA5OC43NDQyIDE0NS4zNDIgODIuMDU2MyAxNDYuODQ0IDc1LjE4NTdDMTQ4LjI0MSA2OC43MzYgMTUyLjkyOCA1Mi45ODAyIDE2MC4zNzkgNjQuNDIxMkMxNjUuMzk2IDcyLjExODcgMTYzLjE1OCA4Mi43NjI5IDE1OC40MTEgOTAuMDM5NEMxNTUuNDk3IDk0LjUwNDYgMTUwLjAxNCA5OC4xNzI5IDE0Ny40MTUgMTAxLjk2MUMxNDMuNjkgMTA3LjQwNCAxNDQuNDcxIDEzMC45NjIgMTQ0LjE3IDEzOC44NTVDMTQzLjc1IDE1MC4xMTYgMTQxLjM3NiAxNzEuNjkgMTQzLjUxIDE4Mi4wNDhDMTQzLjk3NSAxODQuMzQ5IDE0Ni45NzkgMTg4LjEzNyAxNDguMzkxIDE5MC4yNzJDMTU2LjM1MyAyMDIuMzI5IDE3My44MzggMjE1LjUxNCAxNTIuODgzIDIyNS4zNzdDMTUwLjQxOSAyMjYuNTM0IDE0NC4zODEgMjI3LjE5NiAxNDQuMDk1IDIyOS43NTJDMTQ1LjU4MiAyNDAuMjc2IDE0Ni4yMjggMjUxLjA3IDE0OS41MDMgMjYxLjIzM0MxNTEuMzIxIDI2Ni44ODYgMTU1LjkxNyAyNzIuNTU0IDE1NC41OTUgMjc4LjY4OEMxNTMuNjQ5IDI4My4wOTMgMTQ5Ljc1OCAyODYuMzEgMTQ1Ljc3OCAyODcuODc0QzEzOS4xMjMgMjkwLjQ5IDExOC4yNDMgMjkyLjMyNCAxMTEuMDkzIDI5MS40ODJDMTA2LjA2MSAyOTAuODgxIDEwMy41NTIgMjg5LjI3MiAxMDEuNzk1IDI4NC40MDFDOTguMzg1MSAyNzQuOTc0IDk4LjQzMDEgMjYwLjM5MSA5Ni4xMzE4IDI0OS45MjhDODcuNDM0NCAyMTAuNDc4IDYxLjU2NzUgMjExLjk4MSA0Mi44MDU3IDE4My43MDJDNS43Nzc3NyAxMjcuODk1IDI1LjAyMDMgNDMuMTc4IDg2LjU0ODEgMTMuOTgxN0MxNDguNTg3IC0xNS40ODUzIDIyMy41NzQgMS43Mjg4MiAyNTUuODcgNjQuNjQ2N0MyNzUuMTczIDEwMi4yNDcgMjc0LjQyMiAxNjIuNTA0IDI0NS4yMiAxOTQuOTE4QzIzMS45MjYgMjA5LjY4MSAxOTcuOTc3IDIyNi45ODUgMTkzLjYyMSAyNDQuODQ2QzE5MC42MTcgMjU3LjE0NCAxOTQuMzQyIDI4MC4zMjcgMTg3LjE5MiAyODkuNjE4SDE4Ny4yMDdaTTE0NS43NzggOTkuMDU5OUMxNDYuODI5IDk5LjkwMTggMTUyLjIyMiA5My45NDgzIDE1My4xMjMgOTIuODk1OUMxNTkuMDg3IDg1LjkwNSAxNjQuMDU5IDc0LjgwOTggMTU4Ljc1NiA2Ni4wMTQ4QzE1NC4wNTUgNTguMjEyMSAxNTEuMzY2IDY3LjQ0MzEgMTUwLjExOSA3MS44NjMxQzE0Ny41OTUgODAuNzQ4MyAxNDcuNDMgOTAuMDM5NCAxNDUuNzkzIDk5LjA1OTlIMTQ1Ljc3OFpNMTQzLjMxNCAxMDguMDhDMTQyLjA1MiAxMDYuNzI3IDEzNS43MjggMTE2LjEyNCAxMzQuOTkyIDExNy4zNTZDMTIzLjk5NyAxMzYuMDQ0IDEzMC45MjIgMTU4LjI5NCAxNDAuNDYgMTc2LjA2NUwxNDMuMzE0IDEwOC4wOFpNMTQ0LjE1NSAyMjYuMDM4QzE0OS43MjggMjI0LjM3IDE2MC40ODQgMjIxLjQyMyAxNjAuNTQ0IDIxNC4xNzZDMTYwLjYwNCAyMDYuOTMgMTQ3LjMxIDE5My41OCAxNDMuMzI5IDE4Ny41MzZMMTQ0LjE0IDIyNi4wMzhIMTQ0LjE1NVoiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfbl83NTM5XzI2NDEwIiB4PSIwIiB5PSI0IiB3aWR0aD0iMjU5IiBoZWlnaHQ9IjM2OCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMS42NjY2NjY2MjY5MzAyMzY4IDEuNjY2NjY2NjI2OTMwMjM2OCIgc3RpdGNoVGlsZXM9InN0aXRjaCIgbnVtT2N0YXZlcz0iMyIgcmVzdWx0PSJub2lzZSIgc2VlZD0iNjQ1Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJub2lzZSIgdHlwZT0ibHVtaW5hbmNlVG9BbHBoYSIgcmVzdWx0PSJhbHBoYU5vaXNlIi8+CjxmZUNvbXBvbmVudFRyYW5zZmVyIGluPSJhbHBoYU5vaXNlIiByZXN1bHQ9ImNvbG9yZWROb2lzZTEiPgo8ZmVGdW5jQSB0eXBlPSJkaXNjcmV0ZSIgdGFibGVWYWx1ZXM9IjAgMCAwIDAgMCAwIDAgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgIi8+CjwvZmVDb21wb25lbnRUcmFuc2Zlcj4KPGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJpbiIgaW4yPSJzaGFwZSIgaW49ImNvbG9yZWROb2lzZTEiIHJlc3VsdD0ibm9pc2UxQ2xpcHBlZCIvPgo8ZmVGbG9vZCBmbG9vZC1jb2xvcj0iI0RCNEMxMSIgcmVzdWx0PSJjb2xvcjFGbG9vZCIvPgo8ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImluIiBpbjI9Im5vaXNlMUNsaXBwZWQiIGluPSJjb2xvcjFGbG9vZCIgcmVzdWx0PSJjb2xvcjEiLz4KPGZlTWVyZ2UgcmVzdWx0PSJlZmZlY3QxX25vaXNlXzc1MzlfMjY0MTAiPgo8ZmVNZXJnZU5vZGUgaW49InNoYXBlIi8+CjxmZU1lcmdlTm9kZSBpbj0iY29sb3IxIi8+CjwvZmVNZXJnZT4KPC9maWx0ZXI+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl83NTM5XzI2NDEwIiB4MT0iNjQuMDk3NCIgeTE9IjE3LjMxNCIgeDI9IjEyOS4xMjUiIHkyPSIzNzIuMDY5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRjk1NjkiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRjM1RTIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxX2xpbmVhcl83NTM5XzI2NDEwIiB4MT0iNjQuMDk3NCIgeTE9IjE3LjMxNCIgeDI9IjEyOS4xMjUiIHkyPSIzNzIuMDY5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRjk1NjkiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRjM1RTIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQyX2xpbmVhcl83NTM5XzI2NDEwIiB4MT0iNjQuMDk3NCIgeTE9IjE3LjMxNCIgeDI9IjEyOS4xMjUiIHkyPSIzNzIuMDY5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRjk1NjkiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRjM1RTIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+);}  

.stage .e-7539-26413 {width: 426px;height: 123px;--left: 0px;--top: 0px;--flex-direction: column;--justify-self: left;--align-self: start;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/layer1_1753035539360.svg);}  

.stage .e-7539-26462 {--left: 624px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-7539-26463 {width: 496px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 60px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.0333333587646485;letter-spacing: -1.7999999999999998px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-7539-26464 {width: 496px;--left: 0px;--top: 342px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.0625;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-7539-26465 {--left: 268px;--top: 662px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;background-color: rgba(243,94,33,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 -4px 6px 0 rgba(227,85,45,1) inset, 0 4px 6px 0 rgba(255,255,255,0.2199999988079071) inset, 0 16px 32px -8px rgba(227,85,45,0.699999988079071);transform: translate3d(0, 0, 0);padding: 20px 32px 20px 32px;border-radius: 16px;column-gap: 8px;row-gap: 8px;}  

.stage .e-I7539-26465-406-20322 {--left: 32px;--top: 20px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-7539-26466 {height: 2447px;--left: 4px;--top: 1080px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--el-width: 100%;--flex-direction: column;--justify-content: center;--align-items: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: image-set(url(../images/figma_76426866d4920060f31111667e35acb5e07b7221_1752754589469_1950.webp) 1x, url(../images/figma_76426866d4920060f31111667e35acb5e07b7221_1752754589469_1950@2x.webp) 2x);}  

.stage .e-7539-26467 {width: 1280px;--left: 0px;--top: 383px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 141px;row-gap: 141px;}  

.stage .e-7539-26468 {width: 847px;--left: 216.5px;--top: -3.907985046680551e-14px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 90px;row-gap: 40px;}  

.stage .e-7539-26469 {width: 847px;height: 174px;--left: 0px;--top: 74px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;font-size: 300px;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: ltr;font-style: ibmplexsanshebrew-bold;line-height: 0.1;letter-spacing: 0px;text-align: RIGHT;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-7539-26470 {--left: 50.5px;--top: 403px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-7539-26471 {width: 746px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.1875;letter-spacing: -0.64px;text-align: CENTER;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-7539-26472 {width: 746px;--left: 0px;--top: 108px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.1875;letter-spacing: -0.64px;text-align: CENTER;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-frame-1757317162769 {--left: 314px;--top: 1045px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;font-size: 16;font-family: Arial;font-weight: 400;row-gap: 0px;column-gap: 40px;}  

.stage .e-e-mfa2bjl {--left: 0px;--top: 0px;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(255,255,255,1);border-width: 1px;border-style: solid;padding: 20px 32px 20px 32px;border-radius: 16px;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mfaomvv {--left: 32px;--top: 20px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-mfam194 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;background-color: rgba(243,94,33,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 -4px 6px 0 rgba(227,85,45,1) inset, 0 4px 6px 0 rgba(255,255,255,0.2199999988079071) inset, 0 16px 32px -8px rgba(227,85,45,0.699999988079071);transform: translate3d(0, 0, 0);padding: 20px 32px 20px 32px;border-radius: 16px;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mfaz0n0 {--left: 32px;--top: 20px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-7539-26473 {--left: 0px;--top: 804px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 43px;row-gap: 43px;}  

.stage .e-7539-26474 {width: 360px;height: 550px;--left: 57px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(79.99999944116624deg, rgba(5, 5, 5, 0.2) 0%, rgba(5, 5, 5, 1) 69.21%);border-color: rgba(255,255,255,1);border-width: 0px 1.3033175468444824px 0px 0px;border-style: solid;padding: 56px 56px 56px 56px;border-radius: 32px;column-gap: 32px;row-gap: 32px;}  

.stage .e-7539-26478 {width: 360px;height: 550px;--left: 460px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(79.99999944116624deg, rgba(5, 5, 5, 0.2) 0%, rgba(5, 5, 5, 1) 69.21%);border-color: rgba(255,255,255,1);border-width: 0px 1.3033175468444824px 0px 0px;border-style: solid;padding: 56px 56px 56px 56px;border-radius: 32px;column-gap: 32px;row-gap: 32px;}  

.stage .e-7539-26482 {width: 360px;height: 550px;--left: 863px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(79.99999944116624deg, rgba(5, 5, 5, 0.2) 0%, rgba(5, 5, 5, 1) 69.21%);border-color: rgba(255,255,255,1);border-width: 0px 1.3033175468444824px 0px 0px;border-style: solid;padding: 56px 56px 56px 56px;border-radius: 32px;column-gap: 32px;row-gap: 32px;}  

.stage .e-7539-26483 {--left: 56px;--top: 56px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: flex-end;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-7539-26484 {width: 248px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 40px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.15;letter-spacing: -0.8px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-7539-26485 {width: 248px;--left: 0px;--top: 170px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 24px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3333332824707032;letter-spacing: -0.48px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mj4an0i {--left: 106.5px;--top: 2379px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(255,255,255,1);border-width: 1px;border-style: solid;padding: 20px 32px 20px 32px;border-radius: 16px;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mj4wbmv {--left: 32px;--top: 20px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-7539-26488 {height: 1080px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--el-width: 100%;--flex-direction: column;--overflow: clip;background-color: rgba(252,250,246,1);font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-frame-1753127123102 {width: 1279px;height: 793px;--left: -1px;--top: 182px;--justify-self: center;--align-self: start;background-color: #fcfaf6;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-image-1754409286547 {width: 1437.4098619858748px;height: 555.1481865326161px;--left: -2.7977620220553945e-13px;--top: -4px;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;--aspect-ratio: 2.589236345999347;}  

.stage .e-7539-26489_rotated {width: 676px;height: 263px;--left: -9px;--top: 501px;--display: flex;--justify-content: center;--align-items: center;--align-content: center;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;mix-blend-mode: multiply;}  

.stage .e-e-mgt2g2e {width: 637px;height: 248px;--left: 260px;--top: 101px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;font-size: 16;font-family: Arial;font-weight: 400;--aspect-ratio: 2.568548387096774;}  

.stage .e-7539-26491 {width: 639px;height: 160px;--left: 183px;--top: 189.49818017532033px;--margin-left: 0;--margin-right: var(--left);--justify-self: right;--align-self: start;font-size: 62px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1;letter-spacing: -1px;text-align: right;vertical-align: CENTER;color: rgba(0,0,0,1);padding: 0px 0px 0px 0px;--aspect-ratio: 3.99375;}  

.stage .e-7539-26492 {width: 567px;height: 160px;--left: 183.00000000000028px;--top: 189.49818017532033px;--margin-left: 0;--margin-right: var(--left);--justify-self: right;--align-self: start;font-size: 62px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1;letter-spacing: -1.8599999999999999px;text-align: RIGHT;vertical-align: CENTER;color: rgba(0,0,0,1);--aspect-ratio: 3.54375;}  

.stage .e-frame-1754408291843 {height: 660.9963603506407px;--left: 0px;--top: 19px;width: 100%;--el-width: 100%;--el-width: 100%;--margin-left: 0;--margin-right: var(--left);--justify-self: right;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;--aspect-ratio: 1.9196591988104135;}  

.stage .e-7539-26493 {height: 110px;--left: 654px;--top: 152px;--display: flex;width: max-content;--el-width: max-content;max-width: 100%;--el-width: max-content;max-width: 100%;--justify-content: center;--align-items: center;--align-content: center;--justify-self: left;--align-self: start;--overflow: clip;background-color: rgba(0,0,0,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 24px 60px 24px 60px;border-radius: 12px;column-gap: 24px;row-gap: 24px;}  

.stage .e-I7539-26493-208-13302 {--left: 60px;--top: 25px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 48px;font-family: HazilimMF;font-weight: 500;direction: rtl;font-style: hazilimmfmedium;line-height: 1.25;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-7539-26494 {height: 110px;--left: 104px;--top: 195px;--display: flex;width: max-content;--el-width: max-content;max-width: 100%;--el-width: max-content;max-width: 100%;--justify-content: center;--align-items: center;--align-content: center;--justify-self: left;--align-self: start;--overflow: clip;background-color: rgba(0,0,0,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 24px 60px 24px 60px;border-radius: 12px;column-gap: 24px;row-gap: 24px;}  

.stage .e-I7539-26494-208-13302 {--left: 60px;--top: 25px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 48px;font-family: HazilimMF;font-weight: 500;direction: rtl;font-style: hazilimmfmedium;line-height: 1.25;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-7539-26495 {height: 110px;--left: 0px;--top: 340px;--display: flex;width: max-content;--el-width: max-content;max-width: 100%;--el-width: max-content;max-width: 100%;--justify-content: center;--align-items: center;--align-content: center;--justify-self: left;--align-self: start;--overflow: clip;background-color: rgba(0,0,0,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 24px 60px 24px 60px;border-radius: 12px;column-gap: 24px;row-gap: 24px;}  

.stage .e-I7539-26495-208-13302 {--left: 60px;--top: 25px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 48px;font-family: HazilimMF;font-weight: 500;direction: rtl;font-style: hazilimmfmedium;line-height: 1.25;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-7539-26496 {height: 110px;--left: 387px;--top: 0px;--display: flex;width: max-content;--el-width: max-content;max-width: 100%;--el-width: max-content;max-width: 100%;--justify-content: center;--align-items: center;--align-content: center;--justify-self: left;--align-self: start;--overflow: clip;background-color: rgba(0,0,0,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 24px 60px 24px 60px;border-radius: 12px;column-gap: 24px;row-gap: 24px;}  

.stage .e-I7539-26496-208-13302 {--left: 60px;--top: 25px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 48px;font-family: HazilimMF;font-weight: 500;direction: rtl;font-style: hazilimmfmedium;line-height: 1.25;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-7539-26497 {height: 110px;--left: 325px;--top: 381px;--display: flex;width: max-content;--el-width: max-content;max-width: 100%;--el-width: max-content;max-width: 100%;--justify-content: center;--align-items: center;--align-content: center;--justify-self: left;--align-self: start;--overflow: clip;background-color: rgba(0,0,0,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 24px 60px 24px 60px;border-radius: 12px;column-gap: 24px;row-gap: 24px;}  

.stage .e-I7539-26497-208-13302 {--left: 60px;--top: 25px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 48px;font-family: HazilimMF;font-weight: 500;direction: rtl;font-style: hazilimmfmedium;line-height: 1.25;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-7539-26498 {height: 110px;--left: 829px;--top: 304px;--display: flex;width: max-content;--el-width: max-content;max-width: 100%;--el-width: max-content;max-width: 100%;--justify-content: center;--align-items: center;--align-content: center;--justify-self: left;--align-self: start;--overflow: clip;background-color: rgba(0,0,0,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 24px 60px 24px 60px;border-radius: 12px;column-gap: 24px;row-gap: 24px;}  

.stage .e-I7539-26498-208-13302 {--left: 60px;--top: 25px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 48px;font-family: HazilimMF;font-weight: 500;direction: rtl;font-style: hazilimmfmedium;line-height: 1.25;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-7539-26499 {height: 110px;--left: 24px;--top: 42px;--display: flex;width: max-content;--el-width: max-content;max-width: 100%;--el-width: max-content;max-width: 100%;--justify-content: center;--align-items: center;--align-content: center;--justify-self: left;--align-self: start;--overflow: clip;background-color: rgba(0,0,0,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 24px 60px 24px 60px;border-radius: 12px;column-gap: 24px;row-gap: 24px;}  

.stage .e-I7539-26499-208-13302 {--left: 60px;--top: 25px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 48px;font-family: HazilimMF;font-weight: 500;direction: rtl;font-style: hazilimmfmedium;line-height: 1.25;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-7539-26500 {height: 110px;--left: 953px;--top: 85px;--display: flex;width: max-content;--el-width: max-content;max-width: 100%;--el-width: max-content;max-width: 100%;--justify-content: center;--align-items: center;--align-content: center;--justify-self: left;--align-self: start;--overflow: clip;background-color: rgba(0,0,0,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 24px 60px 24px 60px;border-radius: 12px;column-gap: 24px;row-gap: 24px;}  

.stage .e-I7539-26500-208-13302 {--left: 60px;--top: 25px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 48px;font-family: HazilimMF;font-weight: 500;direction: rtl;font-style: hazilimmfmedium;line-height: 1.25;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-7539-26501 {height: 110px;--left: 753px;--top: 466px;--display: flex;width: max-content;--el-width: max-content;max-width: 100%;--el-width: max-content;max-width: 100%;--justify-content: center;--align-items: center;--align-content: center;--justify-self: left;--align-self: start;--overflow: clip;background-color: rgba(0,0,0,1);font-size: 16;font-family: Arial;font-weight: 400;padding: 24px 60px 24px 60px;border-radius: 12px;column-gap: 24px;row-gap: 24px;}  

.stage .e-I7539-26501-208-13302 {--left: 60px;--top: 25px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 48px;font-family: HazilimMF;font-weight: 500;direction: rtl;font-style: hazilimmfmedium;line-height: 1.25;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-1754430503870 {width: 99.8414975512469px;height: 103.16954746962165px;--left: 1093.976158862054px;--top: 42.49413347544123px;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;}    

:root, .viewport, .page, body {
  --active-menu-line: 0;
}

html body *.active, .active *  {
  --active-menu-line: 1;
}

 .stage .e-7539-26274 {height: 874px;--left: 4649px;--top: 7685px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--el-width: 100%;--flex-direction: column;--overflow: clip;background-color: #FFFFFF;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-7539-26310 {width: 503px;height: 200px;--left: 0px;--top: 634px;--flex-direction: column;--justify-self: center;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;mix-blend-mode: multiply;object-position: center center;object-fit: cover;background-repeat: no-repeat;max-width: 70%;--aspect-ratio: 2.515;}  

.stage .e-7539-26275 {--left: 0px;--top: 70px;--display: flex;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;--justify-self: center;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 29px;row-gap: 29px;max-width: 600px;padding: 0px 50px;}  

.stage .e-7539-26276 {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(22px, 3.4375000000000004vw, 44px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -0.88px;text-align: CENTER;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-7539-26277 {width: 320px;--left: 91px;--top: 179px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;background-color: #ffffff;font-size: 16;font-family: Arial;font-weight: 400;transform: translate3d(0, 0, 0);padding: 10px 20px 10px 20px;border-radius: 16px;column-gap: 8px;row-gap: 8px;border-color: #000;border-width: 1px;border-style: solid;color: #000000;direction: rtl;font-family: IBM Plex Sans Hebrew;font-size: 20px;font-style: ibmplexsanshebrew-semibold;font-weight: 600;letter-spacing: inherit;line-height: 1.4;text-align: center;text-decoration: inherit;text-transform: inherit;vertical-align: CENTER;white-space: inherit;word-break: inherit;word-spacing: inherit;word-wrap: inherit;} .stage .e-7539-26277:placeholder {color: #000000;direction: rtl;font-family: IBM Plex Sans Hebrew;font-size: 20px;font-style: ibmplexsanshebrew-semibold;font-weight: 600;letter-spacing: inherit;line-height: 1.4;text-align: center;text-decoration: inherit;text-transform: inherit;vertical-align: CENTER;white-space: inherit;word-break: inherit;word-spacing: inherit;word-wrap: inherit;opacity: 0.75;} 

.stage .e-I7539-26277-406-20322 {--left: 32px;--top: 20px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: #000000;}  

.stage .e-e-mhjmxab {width: 320px;--left: 91px;--top: 179px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;background-color: #ffffff;font-size: 16;font-family: Arial;font-weight: 400;transform: translate3d(0, 0, 0);padding: 10px 20px 10px 20px;border-radius: 16px;column-gap: 8px;row-gap: 8px;border-color: #000;border-width: 1px;border-style: solid;color: #000000;direction: rtl;font-family: IBM Plex Sans Hebrew;font-size: 20px;font-style: ibmplexsanshebrew-semibold;font-weight: 600;letter-spacing: inherit;line-height: 1.4;text-align: center;text-decoration: inherit;text-transform: inherit;vertical-align: CENTER;white-space: inherit;word-break: inherit;word-spacing: inherit;word-wrap: inherit;} .stage .e-e-mhjmxab:placeholder {color: #000000;direction: rtl;font-family: IBM Plex Sans Hebrew;font-size: 20px;font-style: ibmplexsanshebrew-semibold;font-weight: 600;letter-spacing: inherit;line-height: 1.4;text-align: center;text-decoration: inherit;text-transform: inherit;vertical-align: CENTER;white-space: inherit;word-break: inherit;word-spacing: inherit;word-wrap: inherit;opacity: 0.75;} 

.stage .e-e-mhjc8qm {--left: 32px;--top: 20px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: #000000;}  

.stage .e-e-melhhmk {width: 320px;--left: 92px;--top: 179px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;background-color: #ffffff;font-size: 16;font-family: Arial;font-weight: 400;transform: translate3d(0, 0, 0);padding: 10px 20px 10px 20px;border-radius: 16px;column-gap: 8px;row-gap: 8px;border-color: #000;border-width: 1px;border-style: solid;color: #000000;direction: rtl;font-family: IBM Plex Sans Hebrew;font-size: 20px;font-style: ibmplexsanshebrew-semibold;font-weight: 600;letter-spacing: inherit;line-height: 1.4;text-align: center;text-decoration: inherit;text-transform: inherit;vertical-align: CENTER;white-space: inherit;word-break: inherit;word-spacing: inherit;word-wrap: inherit;} .stage .e-e-melhhmk:placeholder {color: #000000;direction: rtl;font-family: IBM Plex Sans Hebrew;font-size: 20px;font-style: ibmplexsanshebrew-semibold;font-weight: 600;letter-spacing: inherit;line-height: 1.4;text-align: center;text-decoration: inherit;text-transform: inherit;vertical-align: CENTER;white-space: inherit;word-break: inherit;word-spacing: inherit;word-wrap: inherit;opacity: 0.75;} 

.stage .e-e-mel0v9q {--left: 32px;--top: 20px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: #000000;}  

.stage .e-e-melliv7 {width: 320px;--left: 92px;--top: 179px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;background-color: #ffffff;font-size: 16;font-family: Arial;font-weight: 400;transform: translate3d(0, 0, 0);padding: 10px 20px 10px 20px;border-radius: 16px;column-gap: 8px;row-gap: 8px;border-color: #000;border-width: 1px;border-style: solid;color: #000000;direction: rtl;font-family: IBM Plex Sans Hebrew;font-size: 20px;font-style: ibmplexsanshebrew-semibold;font-weight: 600;letter-spacing: inherit;line-height: 1.4;text-align: center;text-decoration: inherit;text-transform: inherit;vertical-align: CENTER;white-space: inherit;word-break: inherit;word-spacing: inherit;word-wrap: inherit;} .stage .e-e-melliv7:placeholder {color: #000000;direction: rtl;font-family: IBM Plex Sans Hebrew;font-size: 20px;font-style: ibmplexsanshebrew-semibold;font-weight: 600;letter-spacing: inherit;line-height: 1.4;text-align: center;text-decoration: inherit;text-transform: inherit;vertical-align: CENTER;white-space: inherit;word-break: inherit;word-spacing: inherit;word-wrap: inherit;opacity: 0.75;} 

.stage .e-e-melkhzk {--left: 32px;--top: 20px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: #000000;}  

.stage .e-e-mhiotqi {--left: 32px;--top: 20px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: #1e65dd;}  

.stage .e-e-mhix0h8 {--left: 32px;--top: 20px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: #de2c1f;}  

.stage .e-f-1762187422510 {--left: 0px;--top: 20px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;row-gap: 0px;column-gap: 20px;}  

.stage .e-f-1762187463002 {width: 24px;height: 24px;--left: 9.543266920821225px;--top: 10.196944234807233px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;row-gap: 0px;border-color: #000;border-width: 1px;border-style: solid;}  

.stage .e-e-1762187436968 {width: 18px;height: 18px;--left: -2px;--top: -2px;--display: none;--og-display: grid;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;background-color: #000000;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mhj9187 {width: 18px;height: 18px;--left: -2px;--top: -2px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;background-color: #000000;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mhjhpni {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 14px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: right;vertical-align: CENTER;color: #000000;}  

.stage .e-e-meljgpg {--left: 344.5px;--top: 179px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;background-color: rgba(243,94,33,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 -4px 6px 0 rgba(227,85,45,1) inset, 0 4px 6px 0 rgba(255,255,255,0.2199999988079071) inset, 0 16px 32px -8px rgba(227,85,45,0.699999988079071);transform: translate3d(0, 0, 0);padding: 20px 80px 20px 80px;border-radius: 16px;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-meltp7w {--left: 32px;--top: 20px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-7539-26278 {width: 93px;height: 64px;--left: 0px;--top: 762px;--flex-direction: column;--justify-self: left;--align-self: start;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/birdlarg_1753035535694.svg);max-width: 10%;--aspect-ratio: 1.453125;}  

.stage .e-7539-26294 {width: 61px;height: 48px;--left: 0px;--top: 826px;--flex-direction: column;--margin-left: 0;--margin-right: var(--left);--justify-self: right;--align-self: start;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(../assets/images/birdsmall_1753035536241.svg);max-width: 5%;--aspect-ratio: 1.2708333333333333;}    

:root, .viewport, .page, body {
  --active-menu-line: 0;
}

html body *.active, .active *  {
  --active-menu-line: 1;
}

 .stage .e-e-mfao417 {--left: 1718.5750636132316vw;--top: 162.08651399491094vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;min-width: 0;max-width: 1279;}  

.stage .e-e-mfa8ytt {width: 100vw;--left: 0vw;--top: 18.3206106870229vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mfae2ze {--left: 0vw;--top: 2448.3460559796436vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 0vw 0vw 12.213740458015266vw 0vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-e-mfah823 {--left: 0vw;--top: 12.213740458015266vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;border-radius: 8.142493638676845vw;}  

.stage .e-e-mfazfyh {width: 100vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;background-color: rgba(45,45,45,1);font-size: 16;font-family: Arial;font-weight: 400;border-radius: 8.142493638676845vw;}  

.stage .e-e-mfadrwg {width: 720.1017811704834vw;height: 814.5038167938932vw;--left: -186.25954198473283vw;--top: 0vw;--flex-direction: column;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;background-position: 60% 57.33%;background-size: 127.27999999999999% auto;background-repeat: no-repeat;background-image: image-set(url(../images/BG_dark_20gray_about_1751526424628.webp) 1x, url(../images/BG_dark_20gray_about_1751526424628.webp) 2x);}  

.stage .e-e-mfam44x {width: 100vw;--left: 0vw;--top: 38.16793893129771vw;--display: flex;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: center;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;padding: 0vw 5.089058524173027vw 0vw 5.089058524173027vw;column-gap: 18.3206106870229vw;row-gap: 18.3206106870229vw;}  

.stage .e-e-mfatqd2 {--left: 5.089058524173027vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 2.5445292620865136vw 2.5445292620865136vw 2.5445292620865136vw 2.5445292620865136vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-e-mfa5c6y {width: 84.7328244274809vw;--left: 2.5445292620865136vw;--top: 2.5445292620865136vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 12.213740458015266vw;font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 1.0416666412353515;letter-spacing: -0.2544529262086514vw;text-align: CENTER;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mfa0s6u {--left: 5.089058524173027vw;--top: 48.854961832061065vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 14.249363867684478vw;row-gap: 14.249363867684478vw;}  

.stage .e-e-mfag2wl {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;background-color: rgba(45,45,45,1);font-size: 16;font-family: Arial;font-weight: 400;transform: translate3d(0, 0, 0);filter:  drop-shadow(0px 16px 32px rgba(12,12,13,0.4000000059604645));padding: 8.142493638676845vw 8.142493638676845vw 14.249363867684478vw 8.142493638676845vw;border-radius: 8.142493638676845vw;column-gap: 16.28498727735369vw;row-gap: 16.28498727735369vw;}  

.stage .e-e-mfa4vlg {--left: 8.142493638676845vw;--top: 8.142493638676845vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16.28498727735369vw;row-gap: 16.28498727735369vw;}  

.stage .e-e-mfa9v0x {height: 106.10687022900764vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--overflow: clip;background-color: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2F1dfRMVUUn1af1gCsLVLEBX3LjDC2%2Fassets%2Fmedia%2Fscreenshot-2025-12-14-at-0-1765666798167?alt=media&token=79e43d59-b255-4c1c-96f1-f8aa947e54a6);font-size: 16;font-family: Arial;font-weight: 400;border-radius: 3.0534351145038165vw;object-position: 50% 100%;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-e-mfa1dps {--left: 0vw;--top: 122.39185750636132vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 0vw 0vw 0vw 6.106870229007633vw;column-gap: 2.5445292620865136vw;row-gap: 2.5445292620865136vw;}  

.stage .e-e-mfaiouh {--left: 6.106870229007633vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-e-mfa35t9 {width: 67.43002544529261vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mfamfh9 {width: 67.43002544529261vw;--left: 0vw;--top: 15.776081424936386vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mfadmk4 {width: 89.82188295165395vw;--left: -0.00004779457882741044vw;--top: 385.9864721338861vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;background-color: rgba(45,45,45,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 16px 32px -8px rgba(12,12,13,0.4000000059604645);transform: translate3d(0, 0, 0);padding: 8.142493638676845vw 8.142493638676845vw 14.249363867684478vw 8.142493638676845vw;border-radius: 8.142493638676845vw;column-gap: 16.28498727735369vw;row-gap: 16.28498727735369vw;}  

.stage .e-e-mfahy7c {--left: -5.5708900879409893e-14vw;--top: 395.16539440203564vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;--overflow: clip;background-color: rgba(45,45,45,1);font-size: 16;font-family: Arial;font-weight: 400;transform: translate3d(0, 0, 0);filter:  drop-shadow(0px 16px 32px rgba(12,12,13,0.4000000059604645));padding: 8.142493638676845vw 8.142493638676845vw 22.900763358778626vw 8.142493638676845vw;border-radius: 8.142493638676845vw;column-gap: 14.249363867684478vw;row-gap: 14.249363867684478vw;}  

.stage .e-e-mh04vzp {--left: -253.18066157760813vw;--top: 8.142493638676845vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;--flex-wrap: wrap;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8.142493638676845vw;row-gap: 8.142493638676845vw;padding: 0vw 0vw 0vw 0vw;}  

.stage .e-e-mh06sz4 {--left: 60.05089058524173vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-e-mh0o0b6 {width: 71.2468193384224vw;height: 51.908396946564885vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;background-color: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2F1dfRMVUUn1af1gCsLVLEBX3LjDC2%2Fassets%2Fmedia%2Fscreenshot-2025-12-14-at-0-1765666850576?alt=media&token=41b5bd52-c7b4-4b65-8c22-63491925900c);font-size: 16;font-family: Arial;font-weight: 400;border-radius: 4.071246819338422vw;object-position: 50% 100%;object-fit: cover;background-repeat: no-repeat;--aspect-ratio: 1.3725490196078431;}  

.stage .e-e-mh0qnpr {--left: 0vw;--top: 46.81933842239186vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 2.035623409669211vw;row-gap: 2.035623409669211vw;}  

.stage .e-e-mh046c0 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 1.5267175572519083vw;row-gap: 1.5267175572519083vw;}  

.stage .e-e-mh0qrcn {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mh00mf6 {--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mh0zzk8 {width: 55.97964376590331vw;--left: 0vw;--top: 8.651399491094146vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 5.089058524173027vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: CENTER;vertical-align: TOP;color: rgba(255,255,255,0.699999988079071);}  

.stage .e-e-mh04owu {--left: 180.15267175572518vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-e-mh0rfy0 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6.106870229007633vw;row-gap: 6.106870229007633vw;}  

.stage .e-e-mfa1grv {--left: 8.142493638676845vw;--top: 99.23664122137404vw;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 0vw 0vw 0vw 6.106870229007633vw;column-gap: 5.089058524173027vw;row-gap: 5.089058524173027vw;}  

.stage .e-e-mfaw62f {--left: 6.106870229007633vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: flex-end;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 1.5267175572519083vw;row-gap: 1.5267175572519083vw;}  

.stage .e-e-mfaxj5r {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-e-mfahac1 {--left: 0vw;--top: 0vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-e-mfa32pf {width: 67.43002544529261vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 8.142493638676845vw;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: 0vw;text-align: RIGHT;vertical-align: TOP;color: rgba(254,253,253,1);}  

.stage .e-e-mfaadk2 {--left: 0vw;--top: 23.40966921119593vw;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 4.071246819338422vw;row-gap: 4.071246819338422vw;}  

.stage .e-e-mfap8v7 {width: 67.43002544529261vw;--left: 0vw;--top: 0vw;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 4.8346055979643765vw;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.3684210205078124;text-align: RIGHT;vertical-align: TOP;color: rgba(254,253,253,1);}    

:root, .viewport, .page, body {
  --active-menu-line: 0;
}

html body *.active, .active *  {
  --active-menu-line: 1;
}

 .stage .e-e-mfao5ah {--left: 5189px;--top: 637px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: 100%;--el-height: 100%;--el-width: 100%;--el-height: 100%;--justify-content: center;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;column-gap: 10px;row-gap: 10px;min-width: 1280;opacity: 1;}  

.stage .e-e-mfau7fe {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 0px 0px 0px;}  

.stage .e-e-mfasntc {--left: 0px;--top: 6295.0009765625px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 32px 32px 32px 32px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-mfa6yyt {width: 1216px;--left: 32px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: image-set(url(../images/figma_4fbdfc848a6beb9e414f51c8261242cbd9fffc12_1752744103525.webp) 1x, url(../images/figma_4fbdfc848a6beb9e414f51c8261242cbd9fffc12_1752744103525.webp) 2x);border-radius: 32px;}  

.stage .e-e-mfamkzn {width: 1132px;--left: 42px;--top: 226px;--display: flex;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: center;--justify-self: left;--align-self: start;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 72px;row-gap: 72px;}  

.stage .e-e-mfap0by {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 10px 10px 10px 10px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-mfafkwt {--left: 269.5px;--top: 10px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 62px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.032258071899414;letter-spacing: -1.8599999999999999px;text-align: CENTER;vertical-align: TOP;color: rgba(254,253,253,1);}  

.stage .e-e-mfabkc0 {--left: 0px;--top: 156px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-mfalq4s {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;background-color: rgba(45,45,45,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 16px 32px -8px rgba(12,12,13,0.4000000059604645);transform: translate3d(0, 0, 0);padding: 56px 56px 56px 56px;border-radius: 32px;column-gap: 64px;row-gap: 64px;}  

.stage .e-e-mfa271y {--left: 56px;--top: 56px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: space-between;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 0px;row-gap: 64px;}  

.stage .e-e-mfar50b {width: 262px;height: 553px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;background-color: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2F1dfRMVUUn1af1gCsLVLEBX3LjDC2%2Fassets%2Fmedia%2Fscreenshot-2025-12-14-at-0-1765666831237?alt=media&token=01e9ff52-4da0-49f7-9711-4bb64f9c5336);font-size: 16;font-family: Arial;font-weight: 400;border-radius: 20.054794311523438px;object-position: 50% 100%;object-fit: cover;background-repeat: no-repeat;}  

.stage .e-e-mfav63b {width: 651px;--left: 369px;--top: 7.5px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 48px;row-gap: 48px;}  

.stage .e-e-mfaql7o {width: 651px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mfakr19 {width: 651px;--left: 0px;--top: 86px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mfah0a8 {--left: 0px;--top: 697px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;background-color: rgba(45,45,45,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 16px 32px -8px rgba(12,12,13,0.4000000059604645);transform: translate3d(0, 0, 0);padding: 56px 56px 56px 56px;border-radius: 32px;column-gap: 64px;row-gap: 64px;}  

.stage .e-e-mfa0y12 {--left: 0px;--top: 1426px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;--overflow: clip;background-color: rgba(45,45,45,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 16px 32px -8px rgba(12,12,13,0.4000000059604645);transform: translate3d(0, 0, 0);padding: 56px 56px 72px 56px;border-radius: 32px;column-gap: 120px;row-gap: 120px;}  

.stage .e-e-mfanm3c {--left: 7.65490985063866px;--top: 56px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;--flex-wrap: wrap;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;padding: 0px 0px 0px 0px;}  

.stage .e-e-mfan2ki {--left: 236px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;row-gap: 24px;}  

.stage .e-e-mfaguza {width: 280px;height: 204px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;background-color: url(https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2F1dfRMVUUn1af1gCsLVLEBX3LjDC2%2Fassets%2Fmedia%2Fscreenshot-2025-12-14-at-0-1765666866434?alt=media&token=e7a289fd-3614-481d-bf09-25e4ed4ba3a9);font-size: 16;font-family: Arial;font-weight: 400;border-radius: 16px;object-position: 50% 100%;object-fit: cover;background-repeat: no-repeat;--aspect-ratio: 1.3725490196078431;}  

.stage .e-e-mfa3cl8 {--left: 0px;--top: 184px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mfakjom {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 6px;row-gap: 6px;}  

.stage .e-e-mfad6ch {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mfazl6d {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: TOP;color: rgba(255,255,255,1);}  

.stage .e-e-mfa8pxp {width: 220px;--left: 0px;--top: 34px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: CENTER;vertical-align: TOP;color: rgba(255,255,255,0.699999988079071);}  

.stage .e-e-mfalq8b {--left: 708px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;row-gap: 24px;}  

.stage .e-e-mfabe6s {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 24px;row-gap: 24px;}  

.stage .e-e-mfa4unz {--left: 56px;--top: 478px;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: center;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-mfa8620 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-mfajq2t {width: 558px;--left: 462px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(254,253,253,1);}  

.stage .e-e-mfa9eb3 {--left: 0px;--top: 54px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-mfa6m5r {width: 1020px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(254,253,253,1);}  

.stage .e-e-mfagr90 {width: 1280px;--left: 0px;--top: 9310.0009765625px;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;padding: 32px 32px 32px 32px;column-gap: 10px;row-gap: 10px;}    

:root, .viewport, .page, body {
  --active-menu-line: 0;
}

html body *.active, .active *  {
  --active-menu-line: 1;
}

 .stage .e-e-mfbspoa {--left: 6114px;--top: 7687px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: cover;background-repeat: no-repeat;background-image: linear-gradient(180deg, rgba(252, 251, 249, 1) 0%, rgba(239, 235, 222, 1) 100%);}  

.stage .e-e-mfb43oh {--left: -3px;--top: 101px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 90px 0px 80px 0px;column-gap: 48px;row-gap: 48px;max-width: 1200px;}  

.stage .e-e-mfb8jn3 {--left: 0px;--top: 90px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mfb2gdm {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(22px, 3.4375000000000004vw, 44px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1363636016845704;letter-spacing: -0.88px;text-align: CENTER;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-e-mfbip1l {--left: 0px;--top: 58px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(18px, 1.5625vw, 22px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-e-mfbc64y {--left: 0px;--top: 224px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: flex-end;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(248,245,240,1);border-width: 1px;border-style: solid;box-shadow: 0 24px 24px -8px rgba(102,100,97,0.11999999731779099), 0 4px 10px -4px rgba(102,100,97,0.07999999821186066);transform: translate3d(0, 0, 0);}  

.stage .e-e-mfb2o7n {--left: 0px;--top: 0px;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: flex-end;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 24px 24px 24px 24px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-mfbrg6u {--left: 24px;--top: 24px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--justify-content: flex-end;--align-items: center;background-color: rgba(247,244,255,1);font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(248,245,240,1);border-width: 0px 0px 1px 0px;border-style: solid;padding: 24px 32px 24px 32px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-mfblf0x {height: 42px;--left: 32px;--top: 94px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: row-reverse;--justify-content: center;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 16px;row-gap: 16px;}  

.stage .e-e-mfblbdz {height: 42px;--left: 890px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--justify-content: flex-end;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mfb0qck {height: 28px;--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--justify-content: flex-end;--align-items: center;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: right;vertical-align: TOP;color: rgba(45,45,45,1);}  

.stage .e-e-mfbbajm {height: 6px;--left: 0px;--top: 36px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--justify-content: flex-end;--align-items: center;background-color: rgba(45,45,45,1);font-size: 16;font-family: Arial;font-weight: 400;border-radius: 12px;}  

.stage .e-e-mfbi5au {height: 42px;--left: 593.33203125px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--flex-direction: column;--justify-content: flex-end;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mfbj05o {height: 28px;--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--justify-content: flex-end;--align-items: center;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: right;vertical-align: TOP;color: rgba(243,94,33,1);}  

.stage .e-e-mfbymhw {height: 6px;--left: 0px;--top: 36px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;--flex-direction: column;--justify-content: flex-end;--align-items: center;background-color: rgba(243,94,33,1);font-size: 16;font-family: Arial;font-weight: 400;border-radius: 12px;}  

.stage .e-e-mfb5eqk {--left: 0px;--top: 208px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 3% 0px 3%;column-gap: 48px;row-gap: 48px;}  

.stage .e-e-mfbkm96 {--left: 0px;--top: 208px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 0px 0px 0px;column-gap: 48px;row-gap: 48px;}  

.stage .e-e-mfb0ak9 {--left: 0px;--top: -29.98899081266569px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mfb6wha {--left: 90px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mfb3icq {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;padding: 56px 6px 56px 6px;column-gap: 12px;row-gap: 12px;}  

.stage .e-e-mfb7xp5 {--left: 6px;--top: 18.00535430835344px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mfblzil {--left: 6px;--top: 106px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(152,152,152,1);border-width: 0px 0px 1px 0px;border-style: solid;padding: 16px 0px 16px 0px;column-gap: 10px;row-gap: 10px;color: rgba(0,0,0,1);direction: rtl;font-family: IBM Plex Sans Hebrew;font-size: 16px;font-style: ibmplexsanshebrew-regular;font-weight: 400;letter-spacing: inherit;line-height: 1.4;text-align: right;text-decoration: inherit;text-transform: inherit;vertical-align: TOP;white-space: inherit;word-break: inherit;word-spacing: inherit;word-wrap: inherit;} .stage .e-e-mfblzil:placeholder {color: rgba(0,0,0,1);direction: rtl;font-family: IBM Plex Sans Hebrew;font-size: 16px;font-style: ibmplexsanshebrew-regular;font-weight: 400;letter-spacing: inherit;line-height: 1.4;text-align: right;text-decoration: inherit;text-transform: inherit;vertical-align: TOP;white-space: inherit;word-break: inherit;word-spacing: inherit;word-wrap: inherit;opacity: 0.75;} 

.stage .e-e-mfb4hc9 {--left: 0px;--top: 16px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: right;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mfbmrk2 {--left: 90px;--top: 270px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mfbvo5o {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;padding: 56px 6px 56px 6px;column-gap: 12px;row-gap: 12px;}  

.stage .e-e-mfbppdm {--left: 6px;--top: 56px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mfbyq32 {--left: 6px;--top: 111px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;--flex-wrap: wrap;--justify-content: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-mfboxfg {--left: 560px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(152,152,152,1);border-width: 0px 0px 1px 0px;border-style: solid;padding: 16px 0px 16px 0px;column-gap: 10px;row-gap: 10px;min-width: 288px;color: rgba(0,0,0,1);direction: rtl;font-family: IBM Plex Sans Hebrew;font-size: 16px;font-style: ibmplexsanshebrew-regular;font-weight: 400;letter-spacing: inherit;line-height: 1.4;text-align: right;text-decoration: inherit;text-transform: inherit;vertical-align: TOP;white-space: inherit;word-break: inherit;word-spacing: inherit;word-wrap: inherit;} .stage .e-e-mfboxfg:placeholder {color: rgba(0,0,0,1);direction: rtl;font-family: IBM Plex Sans Hebrew;font-size: 16px;font-style: ibmplexsanshebrew-regular;font-weight: 400;letter-spacing: inherit;line-height: 1.4;text-align: right;text-decoration: inherit;text-transform: inherit;vertical-align: TOP;white-space: inherit;word-break: inherit;word-spacing: inherit;word-wrap: inherit;opacity: 0.75;} 

.stage .e-e-mfbqyl1 {--left: 0px;--top: 16px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: right;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mfb9q90 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(152,152,152,1);border-width: 0px 0px 1px 0px;border-style: solid;padding: 16px 0px 16px 0px;column-gap: 10px;row-gap: 10px;min-width: 288px;color: rgba(0,0,0,1);direction: rtl;font-family: IBM Plex Sans Hebrew;font-size: 16px;font-style: ibmplexsanshebrew-regular;font-weight: 400;letter-spacing: inherit;line-height: 1.4;text-align: right;text-decoration: inherit;text-transform: inherit;vertical-align: TOP;white-space: inherit;word-break: inherit;word-spacing: inherit;word-wrap: inherit;} .stage .e-e-mfb9q90:placeholder {color: rgba(0,0,0,1);direction: rtl;font-family: IBM Plex Sans Hebrew;font-size: 16px;font-style: ibmplexsanshebrew-regular;font-weight: 400;letter-spacing: inherit;line-height: 1.4;text-align: right;text-decoration: inherit;text-transform: inherit;vertical-align: TOP;white-space: inherit;word-break: inherit;word-spacing: inherit;word-wrap: inherit;opacity: 0.75;} 

.stage .e-e-mfbpfn8 {--left: 0px;--top: 16px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: right;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mfbiayz {--left: 90px;--top: 540px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mfbuvon {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 56px 6px 56px 6px;column-gap: 12px;row-gap: 12px;}  

.stage .e-e-mfbhqpk {--left: 6px;--top: 56px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: right;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mfb7q0i {--left: 6px;--top: 106px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: right;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mfb8g0p {--left: 193px;--top: 146px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;--flex-wrap: wrap;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 32px;row-gap: 32px;}  

.stage .e-e-mfbxbjf {height: 52px;--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;--el-width: max-content;max-width: 100%;--justify-content: flex-end;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 12px 0px 12px 0px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-mfb8doz {--left: 0px;--top: 12px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: right;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-mfbkxec {width: 24px;height: 24px;--left: 95px;--top: 14px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(152,152,152,1);border-width: 1.2000000476837158px;border-style: solid;border-radius: 7.200000286102295px;}  

.stage .e-e-mfbwp8i {width: 12px;height: 12px;--left: 0px;--top: 0px;--justify-self: center;--align-self: center;background-color: #989898;font-size: 16;font-family: Arial;font-weight: 400;border-radius: 4px;}  

.stage .e-e-mfbjneq {height: 52px;--left: 195px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;--el-width: max-content;max-width: 100%;--justify-content: flex-end;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 12px 0px 12px 0px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-mfbjfo8 {--left: 0px;--top: 12px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: right;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-mfb407c {width: 24px;height: 24px;--left: 95px;--top: 14px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(152,152,152,1);border-width: 1.2000000476837158px;border-style: solid;border-radius: 7.200000286102295px;}  

.stage .e-e-mfbcgpz {width: 12px;height: 12px;--left: 0px;--top: 0px;--justify-self: center;--align-self: center;background-color: #989898;font-size: 16;font-family: Arial;font-weight: 400;border-radius: 4px;}  

.stage .e-e-mfbww1o {height: 52px;--left: 346px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;--el-width: max-content;max-width: 100%;--justify-content: flex-end;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 12px 0px 12px 0px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-mfbdncr {--left: 0px;--top: 12px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: right;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-mfb5ffi {width: 24px;height: 24px;--left: 136px;--top: 14px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(152,152,152,1);border-width: 1.2000000476837158px;border-style: solid;border-radius: 7.200000286102295px;}  

.stage .e-e-mfbcanc {width: 12px;height: 12px;--left: 0px;--top: 0px;--justify-self: center;--align-self: center;background-color: #989898;font-size: 16;font-family: Arial;font-weight: 400;border-radius: 4px;}  

.stage .e-e-mfbm03v {height: 52px;--left: 538px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;--el-width: max-content;max-width: 100%;--justify-content: flex-end;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 12px 0px 12px 0px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-mfbu7w1 {--left: 0px;--top: 12px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: right;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-mfba3fo {width: 24px;height: 24px;--left: 145px;--top: 14px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(152,152,152,1);border-width: 1.2000000476837158px;border-style: solid;border-radius: 7.200000286102295px;}  

.stage .e-e-mfbodds {width: 12px;height: 12px;--left: 0px;--top: 0px;--justify-self: center;--align-self: center;background-color: #989898;font-size: 16;font-family: Arial;font-weight: 400;border-radius: 4px;}  

.stage .e-e-mfb6qt0 {height: 52px;--left: 739px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;--el-width: max-content;max-width: 100%;--justify-content: flex-end;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 12px 0px 12px 0px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-mfbmuab {--left: 0px;--top: 12px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: right;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-mfbvh2v {width: 24px;height: 24px;--left: 138px;--top: 14px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(152,152,152,1);border-width: 1.2000000476837158px;border-style: solid;border-radius: 7.200000286102295px;}  

.stage .e-e-mfbmfll {width: 12px;height: 12px;--left: 0px;--top: 0px;--justify-self: center;--align-self: center;background-color: #989898;font-size: 16;font-family: Arial;font-weight: 400;border-radius: 4px;}  

.stage .e-frame-1757363791271 {height: 68px;--left: 0px;--top: 90px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;--flex-shrink: 0;--el-width: 100%;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mfbgb9l {--left: 0px;--top: 0px;--display: flex;width: max-content;--el-width: max-content;max-width: 100%;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--justify-self: left;--align-self: start;--overflow: clip;background-color: rgba(243,94,33,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 -4px 6px 0 rgba(227,85,45,1) inset, 0 4px 6px 0 rgba(255,255,255,0.2199999988079071) inset, 0 16px 32px -8px rgba(227,85,45,0.699999988079071);transform: translate3d(0, 0, 0);padding: 20px 32px 20px 32px;border-radius: 16px;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mfb842l {width: 24px;height: 24px;--left: 32px;--top: 22px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiPgo8ZyBpZD0iQ2hldnJvbiIgZGF0YS1ub2RlLWlkPSJJMTA2MToxNTU1OTs4MjU6MTQzOTgiPgo8cGF0aCBpZD0iVmVjdG9yIDIzMyIgZGF0YS1ub2RlLWlkPSJJMTA2MToxNTU1OTs4MjU6MTQzOTg7ODI1OjE0MzgwIiBkPSJNMTcuODcyOCAxOS44NDE1QzE3LjkxNCAxOS44NTM0IDE3Ljg5MTYgMTkuOTYyOCAxNy45MjI3IDE5Ljk5NjhDMTguMDUyMiAyMC4xNDA0IDE4LjA2MDggMjAuMjM4NCAxOC4xNjM2IDIwLjM4M0MxOC4zMTcyIDIwLjU5MzMgMTguOTYxNyAyMS4wMzk1IDE4LjQ4MDcgMjEuNTE4NEMxOC40ODA3IDIxLjUxODUgMTguNDgwNyAyMS41MTg1IDE4LjQ4MDcgMjEuNTE4NUMxOC40NzYgMjEuNTIzMiAxOC40NzEyIDIxLjUyNzkgMTguNDY2MyAyMS41MzI2QzE4LjM3MzQgMjEuNjIxNyAxOC4yMjk1IDIxLjY3NjggMTguMTIwNiAyMS43NzM5QzE4LjAxMTYgMjEuODcxMSAxNy4zNTQzIDIyLjU0MzQgMTcuMjU4MyAyMi41MjMyQzE3LjEyNSAyMi40ODkxIDE3LjA4MDkgMjIuMTE0NCAxNy4wMjQ5IDIyLjA3NzRDMTYuOTg3MiAyMi4wNTIzIDE2Ljg4OTIgMjIuMDc4IDE2LjgzNzIgMjIuMDUwOEMxNi42Njk4IDIxLjk2MzcgMTYuNjM5NCAyMS44NTI1IDE2LjM2MjkgMjEuOTE4MUMxNi4zOTQ5IDIxLjc4MzEgMTYuNDI1NSAyMS42NDczIDE2LjQ1NTQgMjEuNTExM0MxNi4zNTMxIDIxLjQ5NzYgMTYuMzU3NSAyMS4yODkgMTYuMzExMSAyMS4yNjE1QzE2LjI3MzIgMjEuMjM4OSAxNi4xOTEzIDIxLjI5NjQgMTYuMTUzNyAyMS4yNzA3QzE2LjExMTMgMjEuMjQyNCAxNi4xMTg1IDIxLjExMjEgMTYuMDM2OCAyMS4wNjUxQzE1LjkwMzEgMjAuOTg3NSAxNS43MjI3IDIxLjE2NjMgMTUuNjMyMiAyMS4xMzRDMTUuNTM4NiAyMS4xMDA2IDE1LjUxMDQgMjAuOTAxOSAxNS4zNjA3IDIwLjg5NjRDMTUuMzMxNiAyMC45MDg3IDE1LjMwMjUgMjAuOTIxMSAxNS4yNzM1IDIwLjkzMzVDMTUuMjQyOSAyMC45ODk0IDE1LjIxMjMgMjEuMDQ1MyAxNS4xODE2IDIxLjEwMTJDMTUuMTE2NCAyMS4wODY3IDE1LjE3NiAyMC45Njk3IDE1LjEzMzcgMjAuOTMzNEMxNS4wODQgMjAuODkwNyAxNC45ODI0IDIwLjk2NjEgMTQuOTQ4MiAyMC45Mzg2QzE0LjkyMDQgMjAuOTE2MSAxNC45NDE5IDIwLjgwODcgMTQuOTAxMSAyMC43ODQ3QzE0Ljg0MTkgMjAuNzQ5NCAxNC43NjcxIDIwLjg3MDIgMTQuNzIxOSAyMC44Njg2QzE0LjcwNDQgMjAuODY3OCAxNC40NDE3IDIwLjc2MzggMTQuNDI4OCAyMC43NTU2QzE0LjMzMjggMjAuNjg5IDE0LjQ0MiAyMC41MjkxIDE0LjM3NzkgMjAuNDU5QzE0LjE5OSAyMC4yNjQ4IDEzLjg5MDUgMjAuMjI4IDEzLjY2MDggMjAuMTI5QzEzLjU1OCAyMC4wODQ2IDEzLjQ3NDIgMjAuMDA3NSAxMy40MDU1IDE5LjkxN0MxMy44NDAzIDE5LjYyNDkgMTMuNzY5IDE5LjA4OSAxMy40MTYyIDE5Ljc5MjhDMTMuMzg1OCAxOS42MzE5IDEzLjE5MDcgMTkuNzQ2NiAxMy4xMTk4IDE5LjY0ODZDMTMuMDczOSAxOS41ODQ5IDEzLjA5NzQgMTkuNDY4IDEzLjAxMDUgMTkuNDA1NEMxMi44NTU4IDE5LjI5NDkgMTIuNTAyNiAxOS40MDgyIDEyLjc5NjQgMTguOTM3OUMxMi41NTg4IDE4Ljg3NzMgMTIuNTI5NSAxOC41OTk1IDEyLjE2MzEgMTguOTMwNUMxMi4wOTgzIDE4LjkxNzIgMTIuMTYxIDE4LjU5NjIgMTIuMTM1IDE4LjUyNDVDMTIuMTA4OCAxOC40NTcxIDExLjgyMzEgMTguMDUzIDExLjc2ODcgMTcuOTk2QzExLjcxMzUgMTcuOTQwMSAxMS42MTQ0IDE3Ljg0NSAxMS41MzY0IDE3LjgzMzlDMTEuNDM5OSAxNy44MjAzIDExLjA2MDIgMTguMTU5NyAxMS4zMzk3IDE3LjYxODRDMTEuMzI2NCAxNy42MTE4IDExLjMxNCAxNy42MDU0IDExLjMwMjMgMTcuNTk5MUwxMS4zNjk4IDE3LjY1MzNDMTEuMjM5NSAxNy42MDE0IDExLjE5OTYgMTcuNTQ4OCAxMS4xMjI0IDE3LjQxNTVDMTEuMTA3IDE3LjM4OTEgMTEuMTU1NyAxNy4zMTYxIDExLjE0MjYgMTcuMzA2NUMxMS4xMTUzIDE3LjI4NjkgMTEuMDMwNSAxNy4zMDU2IDEwLjk3NzYgMTcuMjc3MUMxMC44OTAxIDE3LjIyOTkgMTAuOTUyMyAxNy4wNDcxIDEwLjc5NjIgMTcuMjgyQzEwLjcxNTMgMTcuMjgxOCAxMC42MzU0IDE3LjI4MjMgMTAuNTU0NyAxNy4yODIyQzEwLjU2ODEgMTcuMjI0NyAxMC41ODE0IDE3LjE2NzMgMTAuNTk0OCAxNy4xMDk4QzEwLjUzMTYgMTcuMTM3MiAxMC40Njg4IDE3LjE2NDkgMTAuNDA1OCAxNy4xOTI0QzEwLjY3ODMgMTYuODg2NCAxMC4zMzg0IDE2LjkzNjkgMTAuMjY1NCAxNy4xNzMxQzEwLjIxMjUgMTcuMDMwNCAxMC4xNTk3IDE2Ljg4NzcgMTAuMTA3MiAxNi43NDVDMTAuMzk0NiAxNi4zODExIDkuOTE0NDggMTYuNTM4MSA5Ljc4NTY1IDE2Ljc1NTlDOS43NzQxNiAxNi43NDcxIDkuNzYyNjggMTYuNzM4MiA5Ljc1MTE4IDE2LjcyOTNDOS43MjE0OCAxNi41NTQ5IDkuNTY3ODMgMTYuNTY3MSA5LjQ5MjA4IDE2LjQwODZDOS40MTY0MSAxNi4yNTAxIDkuNDU0OTggMTYuMjIyNCA5LjU0Mzg3IDE2LjAyMzFDOS41MDczOCAxNi4wMTEzIDkuNDcwOSAxNS45OTk1IDkuNDM0MzYgMTUuOTg3NkM4LjkzMjUxIDE2LjM0MjggOS41NjMwNyAxNS41NTEzIDkuMDMzMzMgMTUuNzE1QzkuMTY5NTEgMTUuMzU4MyA4Ljg0ODczIDE1LjM1ODUgOC42NDQ5NyAxNS4zNDM1QzguNjIxMjYgMTUuMzQxOCA4LjU3Nzg4IDE1LjM5ODMgOC41NDM0MSAxNS4zOTk4QzguNDU5NjUgMTUuNDAyNiA4LjM4MzYxIDE1LjIyOTIgOC4yNDgyOCAxNS40MTUxQzguMjQyODggMTUuMzI3MiA4LjIzNzg2IDE1LjIzOTUgOC4yMzMxIDE1LjE1MTlDOC4xNzAxOCAxNS4xNTYzIDguMTA3MzIgMTUuMTYwNiA4LjA0NDU0IDE1LjE2NDlDOC4wMDA4MyAxNS4yMjE4IDcuOTU3MTEgMTUuMjc4OCA3LjkxMzQgMTUuMzM1N0M3Ljk4ODQyIDE1LjA4NDUgNy44MTIyNCAxNS4wNjY2IDcuNzkwNzUgMTQuOTc1NEM3Ljc4NjU2IDE0Ljk1NzEgNy44NDUyNSAxNC44NzczIDcuODI1ODkgMTQuODI3OEM3LjgwMzU2IDE0Ljc2OTYgNy43MDc5OSAxNC43MzE2IDcuNjc3NjMgMTQuNjY4MUM3LjU5MDEgMTQuNzM4NyA3LjUwMjQ4IDE0LjgwOTIgNy40MTQ3OCAxNC44Nzk2QzcuMjg4MTQgMTQuODU0OSA3LjQzODE0IDE0LjYwNCA3LjM5OTc3IDE0LjU0NDRDNy4zOTI1NiAxNC41MzM4IDcuMjA5MyAxNC40MTI0IDcuMTk1ODMgMTQuNDA5MkM3LjA4OTggMTQuMzg1NyA2Ljk1NDUxIDE0LjU5NDggNi43Njk5MSAxNC4zNzMyQzYuNzM3MDMgMTQuMzMzNCA2Ljc1OTkyIDE0LjI0MTMgNi43MjczMSAxNC4yMDk0QzYuNjcwNjggMTQuMTU0MiA2LjM1ODUxIDE0LjE0MTkgNi4yMjU5MyAxNC4yNjM0QzYuMjk1ODggMTQuMDI4NiA2LjAzNjU3IDEzLjkyMTQgNi4wMTk0OCAxMy44MThDNi4wMTQ5OCAxMy43ODcxIDYuMTA2NCAxMy42Nzc3IDYuMDczNDggMTMuNjA2NEM2LjA0NTk3IDEzLjU0NzkgNS44NTY5OCAxMy41Mjc4IDUuODEyNTkgMTMuNDU4NkM1Ljc2NzQ4IDEzLjM4NjUgNS44MzE3IDEzLjI4MTYgNS44MTA1OSAxMy4yNDkxQzUuNzkxMjEgMTMuMjE5IDUuNzAwMjYgMTMuMjY1MSA1LjY2NzI1IDEzLjIzMTJDNS42MTkzMSAxMy4xODA4IDUuNTk1NDQgMTMuMTA2IDUuNTc5NDYgMTMuMDM1NEM1LjUxMjQzIDEyLjkwNCA1LjQ2OTQyIDEyLjc2NDcgNS40MTMwOCAxMi42NDM2QzUuMjU3NiAxMi4zMzA4IDQuOTg3IDExLjk1MjYgNC45NjA1NCAxMS42MDE0QzUuMDAxMzYgMTEuNTMwNyA1LjA4Mzc2IDExLjQ4NTkgNS4xMTIzNCAxMS40MjExQzUuMjk5ODkgMTEuMDI2MyA1LjUwOTU1IDEwLjc5MTcgNS44NjYyMiAxMC41Mzc5QzYuMDYzNDQgMTAuNDE5NiA2LjI2NTQxIDEwLjMwNjYgNi40NTgxOSAxMC4yMDM2QzYuNjMyMTUgMTAuMTEwMSA3LjI1NTA2IDEwLjEzNTEgNi43NjY1OSA5LjY4OTMxQzYuNzUzNzEgOS41NTc3OSA3LjMwNjg0IDkuNDc3MTEgNy4zODY0NCA5LjQyNDA3QzcuNDYyMjQgOS4zNzM2MSA3LjQ1ODQ2IDkuMjMyNTIgNy41MTUyOSA5LjE4OTAxQzcuNjkwOTYgOS4wNTQ4NCA3Ljg3MDg2IDkuMDI3NjEgOC4wMjc3NiA4Ljc4ODYyQzguMDY4MTIgOC43MjY2MiA4LjA1MjgxIDguNTY3NTggOC4wODQ4NCA4LjU0NjMzQzguMTI1NDMgOC41MTk2NyA4LjI0NjQ2IDguNTk2NDUgOC4zMDQyNyA4LjU2NUM4LjQ0NDM4IDguNDg3MDUgOC42NTA1NCA4LjI4MzY4IDguNzgxMDUgOC4yMTc3MkM4LjgwNTI3IDguMjA1NzUgOC44ODE0IDguMjk1MDQgOC45MzQwNyA4LjMwMjA2QzkuMTQxNzIgOC4zMjgxNCA5LjI2OTczIDguMjIwMzMgOS4wMjY3NyA3LjkzNTE3QzkuMzA0OTggNy45OTU2NiA5LjM0MDA0IDcuNzMxNzcgOS40NzU0OSA3LjYxOTM1QzkuNzY3ODkgNy4zNzgzNCAxMC4zNzk2IDcuMDQ0NjggMTAuNTUxNCA2LjcyNzQzQzEwLjY1ODggNi41MjgwMiAxMC41Njg4IDYuMzg2NDMgMTAuODkyMiA2LjMzMTU4QzEwLjk2NTMgNi4zMTg0OSAxMS4wNDUxIDYuMzE0MjcgMTEuMTM0OSA2LjI5NjY5QzExLjM1IDYuMjUyNjcgMTEuNjY2MyA2LjQwNjI0IDExLjU2ODkgNi4wMTY5NUMxMS44MDA5IDUuOTY5MDcgMTEuOTAwNCA1LjgxMyAxMi4yMTI2IDUuOTgxMTNDMTIuMTgzIDUuOTA4MjEgMTIuMTUzNSA1LjgzNTI3IDEyLjEyMzkgNS43NjIyOUMxMi4xNDQxIDUuNzQ1NDggMTIuMTY0MyA1LjcyODYxIDEyLjE4NDYgNS43MTE2OEMxMi4yMzM4IDUuNzY2MDggMTIuMjgzMSA1LjgyMDQ4IDEyLjMzMjQgNS44NzQ4N0MxMi41MDA0IDUuNzc4MjIgMTIuNTE1NCA1LjM5ODA4IDEyLjY0NSA1LjMwNzU0QzEyLjg2OSA1LjE1MDU3IDEzLjQ4NjUgNC44NSAxMy43NTUzIDQuNzc3OTdDMTMuODkyMyA0Ljc0Mzg5IDEzLjgwNzIgNC42MTI2NyAxNC4wNTYzIDQuODI5MDZDMTQuMDY3NCA0Ljc5MzU2IDE0LjA3ODYgNC43NTc5OSAxNC4wODk5IDQuNzIyMzdDMTQuMDY0MSA0LjY1NDMzIDE0LjAzODMgNC41ODYyNyAxNC4wMTI2IDQuNTE4MTlDMTQuMTQ5NyA0LjQxNjE4IDE0LjM4OSA0LjM3ODY1IDE0LjUxNDkgNC4yODY4M0MxNC43NDk2IDQuMTE1MzcgMTUuMDE0NiAzLjY4NjY3IDE1LjMyNDIgMy42MjA3MUMxNS40MDM3IDMuNjAzMTEgMTUuNTY0OCAzLjY2NTg3IDE1LjYyNDMgMy42MjExQzE1LjcxMTIgMy41NTU5NyAxNS41OTIyIDMuMzQ1MTggMTUuNzAyOSAzLjI2MDA4QzE1Ljg4NjIgMy4xMTk0NCAxNi40MDAzIDMuMDk0MzEgMTYuNTczOCAyLjk0MzQ1QzE2LjYyNDUgMi44OTk0IDE2LjU5OTcgMi44MDY5NiAxNi42MjkyIDIuNzc0MDFDMTYuNzU2MyAyLjYzMjE5IDE2Ljg4NjQgMi41NDc3MyAxNi45NTQ3IDIuMzI4MzlDMTcuMjQ5NSAyLjQwMDUyIDE3LjQwOTggMi42NTE4OCAxNy42MzUgMi44NTk4OEMxNy44MDUyIDMuMDE2NzUgMTguMjI5MSAzLjM1OTA0IDE4LjM2MTggMy41MDgxOUMxOC40NTQ5IDMuNjEzMDMgMTguNTE1NiAzLjc5MDMyIDE4LjYyMTYgMy45MDMxOUMxOC40OTczIDQuMTQzNDIgMTguMzM3OCA0LjA5MTc5IDE4LjA1NjYgNC4wMjc3OUMxNy43Nzk5IDQuMjM3MDggMTcuNDkzMiA0LjQ1MzYgMTcuMjEyNCA0LjY2NTg3QzE3LjEzNzYgNC42MTY0MSAxNy4wNjI5IDQuNTY2ODkgMTYuOTg4MyA0LjUxNzMzQzE2Ljk4ODIgNC41MTcxOCAxNi45ODgxIDQuNTE3MDMgMTYuOTg4IDQuNTE2ODhDMTYuODIyOSA0LjUxNjM1IDE2LjkwMzUgNC43MjQyIDE2Ljg3NDMgNC44MDU0OUMxNi41NzA5IDUuNjAwOTIgMTUuMjQzMyA2LjEwMjc5IDE0LjU4NzIgNi41MDk0OUMxNC40NDQ0IDYuNTk4MjcgMTQuMDc2NCA3LjAwMjA0IDEzLjkwMTUgNi45NjAyMUMxMy44NTY4IDYuOTQ4NjcgMTMuNzc0NyA2Ljg0ODU2IDEzLjc0NjEgNi44NjIyNEMxMy41NzAxIDcuMDgzNDggMTMuMzc3MiA3LjMxNjg5IDEzLjIgNy41MzkxMUMxMi42MDk1IDcuNzE2NzIgMTIuMjM1NCA4LjE5MDQxIDExLjc3NTcgOC41NTk4NUMxMC41NTQxIDkuNTQ0MTUgOS4zNDg3MSAxMC41Mzg0IDguMDkxNjEgMTEuNDIwOEM3Ljg0OTU1IDExLjU5MDUgNy42MDIyOCAxMS44OTMgNy4zMzEzNCAxMi4wMTU2QzcuMjI2MiAxMi4wNjM1IDcuMDc4MDQgMTEuOTQ5MSA3LjAyNzA0IDEyLjEwNzVDNy4wMzI3OCAxMi4xMTI3IDcuMDM4OTYgMTIuMTE5OCA3LjA0NTkxIDEyLjEyODdDNy4wMTEwNCAxMi4wODUgNi45NzU5MyAxMi4wNDE1IDYuOTQwNiAxMS45OTgxQzYuOTU1MzYgMTIuMDczNCA3LjAxODkgMTIuMTkyOCA3LjAxMjQ5IDEyLjIyNTVDNy4wMDgzMyAxMi4yMzkxIDcuMDA2NjYgMTIuMjYxMSA3LjAyMDAzIDEyLjIyNThDNy4wMzQyNiAxMi4xOTUyIDcuMDM5MDIgMTIuMDgwOSA3LjAxNDQgMTIuMDI0NkM2Ljk5MDk4IDExLjk2NjQgNi44OTUyMyAxMi4wMTQ5IDYuODgxNDYgMTEuOTcyOUM2Ljg2ODk3IDExLjkzNDUgNi44NzMyNCAxMS44NTc5IDYuODc0ODMgMTEuODAzOUM2Ljk0MDI3IDExLjgyNTUgNy4wMTAwNSAxMS44NTQxIDcuMDQ2NDIgMTEuODkwNEM3LjEyMTg2IDExLjk2NjMgNy4xNzI4OSAxMi4xODA4IDcuMjQ5MzUgMTIuMjI3NUM3LjUyMTIgMTIuMzk0OSA3Ljg5NzUgMTIuNDg0NSA4LjEzMDA2IDEyLjc0MDFDOC4xOTI4MSAxMi44MSA4LjIwMzEzIDEyLjk5MzcgOC4yMjc5OCAxMy4wMDkxQzguMjc4IDEzLjAzOTkgOC4zNzQ2OSAxMi45NDg5IDguNDE1ODMgMTIuOTYwNUM4LjYyMzA3IDEzLjAxOTEgOC43Njk0NCAxMy4zMzU0IDguOTIxNDIgMTMuNDYyMUM5LjQxNDc0IDEzLjg3NDYgOS45OTcxNSAxNC4yNDE1IDEwLjUwMjggMTQuNjQ1N0MxMC44MjIgMTQuOTAxMyAxMS4zODYyIDE1LjI4NDQgMTEuNjM1NCAxNS41ODdDMTEuNjg5MiAxNS42NTI0IDExLjU4NyAxNS43NTY0IDExLjY0MjggMTUuNzk2N0MxMS43MDQ2IDE1Ljg0MTUgMTEuNzk0OSAxNS43ODY2IDExLjgyODUgMTUuODAxMkMxMS45ODM1IDE1Ljg2OCAxMi4yNTcgMTUuOTk2MyAxMi40NjExIDE2LjEzODZDMTIuNDc5OCAxNi4xNDk1IDEyLjUyNzcgMTYuMTkzMyAxMi41NDUyIDE2LjIwNjFDMTIuNjM0NCAxNi4yODMyIDEyLjcwNzcgMTYuMzYyIDEyLjc0MjEgMTYuNDM1NkMxMi43NjE3IDE2LjQ3NzcgMTIuNzExNiAxNi41ODM2IDEyLjczMTQgMTYuNTk5OUMxMi43NDEyIDE2LjYwODQgMTIuODEzNiAxNi41Njg4IDEyLjg0OTUgMTYuNTg5QzEzLjE2NzkgMTYuNzY3MSAxMy4zNDMxIDE2Ljk2NjggMTMuNjA2OSAxNy4yMDkxQzE0LjExMzEgMTcuNjcyNyAxNC44NDY1IDE4LjAzOTYgMTUuMzkyNiAxOC41NDk3QzE1LjUxMTcgMTguNjYwOSAxNS40NjUgMTguOTA2IDE1LjQ4NDUgMTguOTE4MUMxNS41MjcyIDE4Ljk0NDggMTUuNjQzNCAxOC44NDQ1IDE1Ljc0NjkgMTguODc2OEMxNi4wOTAxIDE4Ljk4NTEgMTYuMzUzOSAxOS4zOTM2IDE2LjY1NDYgMTkuNTM4OEMxNi44MDMgMTkuNjEwMSAxNy4wOTYyIDE5LjYwMyAxNy4yNDc0IDE5LjY3MzdDMTcuMzY4IDE5LjcyOTMgMTcuNTUxOCAxOS45ODMyIDE3LjY0OTcgMTkuOTU3NUMxNy43MDkyIDE5Ljk0MTkgMTcuODI3NSAxOS44MjkzIDE3Ljg3MjggMTkuODQxNVpNMTIuOTk1NSAxOS4yMzYzQzEzLjE3MDkgMTkuMDQzNCAxMi44NTQgMTkuMDcyNiAxMi44Mzg4IDE5LjIzNjdDMTIuODM1NCAxOS4yNzM3IDEyLjk1IDE5LjI4NjQgMTIuOTk1NSAxOS4yMzYzWk02LjAxNzE1IDEwLjk0ODNDNS45NjYxNCAxMC44OTQzIDUuOTE0ODMgMTAuODQwNSA1Ljg2MzIzIDEwLjc4NzFDNS44NDUyMiAxMC44NDQgNS44MzIzOSAxMC44OTg3IDUuODIxNzEgMTAuOTUzNEM1Ljg3MTc1IDEwLjk2NjMgNS45MjA1NCAxMC45ODExIDUuOTY5MjYgMTAuOTk2NkM1Ljk4NDc3IDEwLjk4MDMgNi4wMDA0IDEwLjk2NDUgNi4wMTcxNSAxMC45NDgzWiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4=);}  

.stage .e-e-mfbjylq {--left: 67px;--top: 20px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-mfb7csc {--left: 72px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mfbfgd1 {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;padding: 56px 0px 56px 0px;column-gap: 12px;row-gap: 12px;}  

.stage .e-e-mfbz9qm {--left: 0px;--top: 56px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 32px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.1875;letter-spacing: -0.64px;text-align: right;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mfbdflh {--left: 0px;--top: 106px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: flex-end;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12px;row-gap: 12px;}  

.stage .e-e-mfblukt {--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;font-size: 16px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.625;text-align: right;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-frame-1757362538973 {--left: 0px;--top: 237px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;font-size: 16;font-family: Arial;font-weight: 400;}  

.stage .e-e-mfb466u {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 40px;row-gap: 40px;}  

.stage .e-frame-1757362365122 {--left: 11px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--position: sticky;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;--justify-content: flex-end;--position-top: var(--top);--position-left: var(--left);left: var(--left); top: var(--top);background-color: #fcfbf9;font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 4%;z-index: 1;}  

.stage .e-e-mfb5qku {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 0px 0px 40px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-mfb55gw {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;font-size: 16;font-family: Arial;font-weight: 400;padding: 0px 0px 0px 0px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-mfbapyt {--left: 40px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;--justify-content: space-between;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 22px;row-gap: 22px;max-width: 388px;min-width: 288px;padding: 80px 0px 0px 0px;}  

.stage .e-e-mfbgfvl {width: 60px;height: 52px;--left: 328px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: clamp(12px, 1.25vw, 16px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.625;letter-spacing: -0.20000000298023224px;text-align: CENTER;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-e-mfb4r3u {width: 60px;height: 52px;--left: 246px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: clamp(12px, 1.25vw, 16px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.25;letter-spacing: -0.20000000298023224px;text-align: CENTER;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-e-mfbszh4 {width: 60px;height: 52px;--left: 164px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: clamp(12px, 1.25vw, 16px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.625;letter-spacing: -0.20000000298023224px;text-align: CENTER;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-e-mfb81yd {width: 60px;height: 52px;--left: 82px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: clamp(12px, 1.25vw, 16px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.25;letter-spacing: -0.20000000298023224px;text-align: CENTER;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-e-mfbvtdn {width: 60px;height: 52px;--left: 0px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;font-size: clamp(12px, 1.25vw, 16px);font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.625;letter-spacing: -0.20000000298023224px;text-align: CENTER;vertical-align: CENTER;color: rgba(0,0,0,1);}  

.stage .e-e-mfblkq1 {--left: 0px;--top: 95px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;--align-items: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 12px;row-gap: 40px;}  

.stage .e-e-mfbqfcf {--left: 18px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: row-reverse;--flex-wrap: wrap;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 8px 4% 8px 4%;border-radius: 8px;column-gap: 2px;row-gap: 20px;}  

.stage .e-e-mfbcrcx {height: 52px;--left: 484px;--top: 10px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;--justify-content: flex-end;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 12px 0px 12px 0px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-mfblp7s {width: 410px;height: 28px;--left: 0px;--top: 12px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(13,13,13,0.8500000238418579);}  

.stage .e-e-mfb5sv2 {width: 46px;height: 52px;--left: 530px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--justify-content: flex-end;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 12px 10px 12px 10px;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-mfbmqql {--left: 12px;--top: 12px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(152,152,152,0.5);}  

.stage .e-e-mfb1j54 {--left: 40px;--top: 8px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: row-reverse;--justify-content: space-between;--align-items: center;--align-content: center;font-size: 16;font-family: Arial;font-weight: 400;column-gap: 0px;row-gap: 94px;max-width: 388px;min-width: 288px;}  

.stage .e-e-mfb6tps {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;cursor: pointer;font-size: 16;font-family: Arial;font-weight: 400;padding: 16px 16px 16px 16px;}  

.stage .e-e-mfbjklv {width: 24px;height: 24px;--left: 16px;--top: 16px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(152,152,152,1);border-width: 1.2000000476837158px;border-style: solid;border-radius: 12px;opacity: 1;}  

.stage .e-e-mfbf979 {width: 13px;height: 13px;--left: 0px;--top: 0px;--justify-self: center;--align-self: center;background-color: #989898;font-size: 16;font-family: Arial;font-weight: 400;border-radius: 12px;}  

.stage .e-e-mfbxilz {--left: 83px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;cursor: pointer;font-size: 16;font-family: Arial;font-weight: 400;padding: 16px 16px 16px 16px;}  

.stage .e-e-mfbcjsk {width: 24px;height: 24px;--left: 16px;--top: 16px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(152,152,152,1);border-width: 1.2000000476837158px;border-style: solid;border-radius: 12px;}  

.stage .e-e-mfbiy8p {width: 13px;height: 13px;--left: 0px;--top: 0px;--justify-self: center;--align-self: center;background-color: #989898;font-size: 16;font-family: Arial;font-weight: 400;border-radius: 12px;}  

.stage .e-e-mfbxv3e {--left: 166px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;cursor: pointer;font-size: 16;font-family: Arial;font-weight: 400;padding: 16px 16px 16px 16px;}  

.stage .e-e-mfb2wyr {width: 24px;height: 24px;--left: 16px;--top: 16px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(152,152,152,1);border-width: 1.2000000476837158px;border-style: solid;border-radius: 12px;}  

.stage .e-e-mfbz0x1 {width: 13px;height: 13px;--left: 0px;--top: 0px;--justify-self: center;--align-self: center;background-color: #989898;font-size: 16;font-family: Arial;font-weight: 400;border-radius: 12px;}  

.stage .e-e-mfbh67h {--left: 249px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;cursor: pointer;font-size: 16;font-family: Arial;font-weight: 400;padding: 16px 16px 16px 16px;}  

.stage .e-e-mfbl1fn {width: 24px;height: 24px;--left: 16px;--top: 16px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(152,152,152,1);border-width: 1.2000000476837158px;border-style: solid;border-radius: 12px;}  

.stage .e-e-mfb186p {width: 13px;height: 13px;--left: 0px;--top: 0px;--justify-self: center;--align-self: center;background-color: #989898;font-size: 16;font-family: Arial;font-weight: 400;border-radius: 12px;}  

.stage .e-e-mfbydgi {--left: 332px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--align-items: center;--align-content: center;cursor: pointer;font-size: 16;font-family: Arial;font-weight: 400;padding: 16px 16px 16px 16px;}  

.stage .e-e-mfbidc1 {width: 24px;height: 24px;--left: 16px;--top: 16px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;border-color: rgba(152,152,152,1);border-width: 1.2000000476837158px;border-style: solid;border-radius: 12px;}  

.stage .e-e-mfbgak8 {width: 13px;height: 13px;--left: 0px;--top: 0px;--justify-self: center;--align-self: center;background-color: #989898;font-size: 16;font-family: Arial;font-weight: 400;border-radius: 12px;}  

.stage .e-e-mfb0frs {--left: 0px;--top: 3792px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: space-between;font-size: 16;font-family: Arial;font-weight: 400;padding: 90px 30px 90px 30px;column-gap: 0px;row-gap: 10px;}  

.stage .e-e-mfbebyi {--left: 100px;--top: 90px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;background-color: rgba(243,94,33,1);font-size: 16;font-family: Arial;font-weight: 400;box-shadow: 0 -4px 6px 0 rgba(227,85,45,1) inset, 0 4px 6px 0 rgba(255,255,255,0.2199999988079071) inset, 0 16px 32px -8px rgba(227,85,45,0.699999988079071);transform: translate3d(0, 0, 0);padding: 20px 32px 20px 32px;border-radius: 16px;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mfblqht {width: 24px;height: 24px;--left: 32px;--top: 22px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiPgo8ZyBpZD0iQ2hldnJvbiIgZGF0YS1ub2RlLWlkPSJJMTA2MToxNTU1OTs4MjU6MTQzOTgiPgo8cGF0aCBpZD0iVmVjdG9yIDIzMyIgZGF0YS1ub2RlLWlkPSJJMTA2MToxNTU1OTs4MjU6MTQzOTg7ODI1OjE0MzgwIiBkPSJNMTcuODcyOCAxOS44NDE1QzE3LjkxNCAxOS44NTM0IDE3Ljg5MTYgMTkuOTYyOCAxNy45MjI3IDE5Ljk5NjhDMTguMDUyMiAyMC4xNDA0IDE4LjA2MDggMjAuMjM4NCAxOC4xNjM2IDIwLjM4M0MxOC4zMTcyIDIwLjU5MzMgMTguOTYxNyAyMS4wMzk1IDE4LjQ4MDcgMjEuNTE4NEMxOC40ODA3IDIxLjUxODUgMTguNDgwNyAyMS41MTg1IDE4LjQ4MDcgMjEuNTE4NUMxOC40NzYgMjEuNTIzMiAxOC40NzEyIDIxLjUyNzkgMTguNDY2MyAyMS41MzI2QzE4LjM3MzQgMjEuNjIxNyAxOC4yMjk1IDIxLjY3NjggMTguMTIwNiAyMS43NzM5QzE4LjAxMTYgMjEuODcxMSAxNy4zNTQzIDIyLjU0MzQgMTcuMjU4MyAyMi41MjMyQzE3LjEyNSAyMi40ODkxIDE3LjA4MDkgMjIuMTE0NCAxNy4wMjQ5IDIyLjA3NzRDMTYuOTg3MiAyMi4wNTIzIDE2Ljg4OTIgMjIuMDc4IDE2LjgzNzIgMjIuMDUwOEMxNi42Njk4IDIxLjk2MzcgMTYuNjM5NCAyMS44NTI1IDE2LjM2MjkgMjEuOTE4MUMxNi4zOTQ5IDIxLjc4MzEgMTYuNDI1NSAyMS42NDczIDE2LjQ1NTQgMjEuNTExM0MxNi4zNTMxIDIxLjQ5NzYgMTYuMzU3NSAyMS4yODkgMTYuMzExMSAyMS4yNjE1QzE2LjI3MzIgMjEuMjM4OSAxNi4xOTEzIDIxLjI5NjQgMTYuMTUzNyAyMS4yNzA3QzE2LjExMTMgMjEuMjQyNCAxNi4xMTg1IDIxLjExMjEgMTYuMDM2OCAyMS4wNjUxQzE1LjkwMzEgMjAuOTg3NSAxNS43MjI3IDIxLjE2NjMgMTUuNjMyMiAyMS4xMzRDMTUuNTM4NiAyMS4xMDA2IDE1LjUxMDQgMjAuOTAxOSAxNS4zNjA3IDIwLjg5NjRDMTUuMzMxNiAyMC45MDg3IDE1LjMwMjUgMjAuOTIxMSAxNS4yNzM1IDIwLjkzMzVDMTUuMjQyOSAyMC45ODk0IDE1LjIxMjMgMjEuMDQ1MyAxNS4xODE2IDIxLjEwMTJDMTUuMTE2NCAyMS4wODY3IDE1LjE3NiAyMC45Njk3IDE1LjEzMzcgMjAuOTMzNEMxNS4wODQgMjAuODkwNyAxNC45ODI0IDIwLjk2NjEgMTQuOTQ4MiAyMC45Mzg2QzE0LjkyMDQgMjAuOTE2MSAxNC45NDE5IDIwLjgwODcgMTQuOTAxMSAyMC43ODQ3QzE0Ljg0MTkgMjAuNzQ5NCAxNC43NjcxIDIwLjg3MDIgMTQuNzIxOSAyMC44Njg2QzE0LjcwNDQgMjAuODY3OCAxNC40NDE3IDIwLjc2MzggMTQuNDI4OCAyMC43NTU2QzE0LjMzMjggMjAuNjg5IDE0LjQ0MiAyMC41MjkxIDE0LjM3NzkgMjAuNDU5QzE0LjE5OSAyMC4yNjQ4IDEzLjg5MDUgMjAuMjI4IDEzLjY2MDggMjAuMTI5QzEzLjU1OCAyMC4wODQ2IDEzLjQ3NDIgMjAuMDA3NSAxMy40MDU1IDE5LjkxN0MxMy44NDAzIDE5LjYyNDkgMTMuNzY5IDE5LjA4OSAxMy40MTYyIDE5Ljc5MjhDMTMuMzg1OCAxOS42MzE5IDEzLjE5MDcgMTkuNzQ2NiAxMy4xMTk4IDE5LjY0ODZDMTMuMDczOSAxOS41ODQ5IDEzLjA5NzQgMTkuNDY4IDEzLjAxMDUgMTkuNDA1NEMxMi44NTU4IDE5LjI5NDkgMTIuNTAyNiAxOS40MDgyIDEyLjc5NjQgMTguOTM3OUMxMi41NTg4IDE4Ljg3NzMgMTIuNTI5NSAxOC41OTk1IDEyLjE2MzEgMTguOTMwNUMxMi4wOTgzIDE4LjkxNzIgMTIuMTYxIDE4LjU5NjIgMTIuMTM1IDE4LjUyNDVDMTIuMTA4OCAxOC40NTcxIDExLjgyMzEgMTguMDUzIDExLjc2ODcgMTcuOTk2QzExLjcxMzUgMTcuOTQwMSAxMS42MTQ0IDE3Ljg0NSAxMS41MzY0IDE3LjgzMzlDMTEuNDM5OSAxNy44MjAzIDExLjA2MDIgMTguMTU5NyAxMS4zMzk3IDE3LjYxODRDMTEuMzI2NCAxNy42MTE4IDExLjMxNCAxNy42MDU0IDExLjMwMjMgMTcuNTk5MUwxMS4zNjk4IDE3LjY1MzNDMTEuMjM5NSAxNy42MDE0IDExLjE5OTYgMTcuNTQ4OCAxMS4xMjI0IDE3LjQxNTVDMTEuMTA3IDE3LjM4OTEgMTEuMTU1NyAxNy4zMTYxIDExLjE0MjYgMTcuMzA2NUMxMS4xMTUzIDE3LjI4NjkgMTEuMDMwNSAxNy4zMDU2IDEwLjk3NzYgMTcuMjc3MUMxMC44OTAxIDE3LjIyOTkgMTAuOTUyMyAxNy4wNDcxIDEwLjc5NjIgMTcuMjgyQzEwLjcxNTMgMTcuMjgxOCAxMC42MzU0IDE3LjI4MjMgMTAuNTU0NyAxNy4yODIyQzEwLjU2ODEgMTcuMjI0NyAxMC41ODE0IDE3LjE2NzMgMTAuNTk0OCAxNy4xMDk4QzEwLjUzMTYgMTcuMTM3MiAxMC40Njg4IDE3LjE2NDkgMTAuNDA1OCAxNy4xOTI0QzEwLjY3ODMgMTYuODg2NCAxMC4zMzg0IDE2LjkzNjkgMTAuMjY1NCAxNy4xNzMxQzEwLjIxMjUgMTcuMDMwNCAxMC4xNTk3IDE2Ljg4NzcgMTAuMTA3MiAxNi43NDVDMTAuMzk0NiAxNi4zODExIDkuOTE0NDggMTYuNTM4MSA5Ljc4NTY1IDE2Ljc1NTlDOS43NzQxNiAxNi43NDcxIDkuNzYyNjggMTYuNzM4MiA5Ljc1MTE4IDE2LjcyOTNDOS43MjE0OCAxNi41NTQ5IDkuNTY3ODMgMTYuNTY3MSA5LjQ5MjA4IDE2LjQwODZDOS40MTY0MSAxNi4yNTAxIDkuNDU0OTggMTYuMjIyNCA5LjU0Mzg3IDE2LjAyMzFDOS41MDczOCAxNi4wMTEzIDkuNDcwOSAxNS45OTk1IDkuNDM0MzYgMTUuOTg3NkM4LjkzMjUxIDE2LjM0MjggOS41NjMwNyAxNS41NTEzIDkuMDMzMzMgMTUuNzE1QzkuMTY5NTEgMTUuMzU4MyA4Ljg0ODczIDE1LjM1ODUgOC42NDQ5NyAxNS4zNDM1QzguNjIxMjYgMTUuMzQxOCA4LjU3Nzg4IDE1LjM5ODMgOC41NDM0MSAxNS4zOTk4QzguNDU5NjUgMTUuNDAyNiA4LjM4MzYxIDE1LjIyOTIgOC4yNDgyOCAxNS40MTUxQzguMjQyODggMTUuMzI3MiA4LjIzNzg2IDE1LjIzOTUgOC4yMzMxIDE1LjE1MTlDOC4xNzAxOCAxNS4xNTYzIDguMTA3MzIgMTUuMTYwNiA4LjA0NDU0IDE1LjE2NDlDOC4wMDA4MyAxNS4yMjE4IDcuOTU3MTEgMTUuMjc4OCA3LjkxMzQgMTUuMzM1N0M3Ljk4ODQyIDE1LjA4NDUgNy44MTIyNCAxNS4wNjY2IDcuNzkwNzUgMTQuOTc1NEM3Ljc4NjU2IDE0Ljk1NzEgNy44NDUyNSAxNC44NzczIDcuODI1ODkgMTQuODI3OEM3LjgwMzU2IDE0Ljc2OTYgNy43MDc5OSAxNC43MzE2IDcuNjc3NjMgMTQuNjY4MUM3LjU5MDEgMTQuNzM4NyA3LjUwMjQ4IDE0LjgwOTIgNy40MTQ3OCAxNC44Nzk2QzcuMjg4MTQgMTQuODU0OSA3LjQzODE0IDE0LjYwNCA3LjM5OTc3IDE0LjU0NDRDNy4zOTI1NiAxNC41MzM4IDcuMjA5MyAxNC40MTI0IDcuMTk1ODMgMTQuNDA5MkM3LjA4OTggMTQuMzg1NyA2Ljk1NDUxIDE0LjU5NDggNi43Njk5MSAxNC4zNzMyQzYuNzM3MDMgMTQuMzMzNCA2Ljc1OTkyIDE0LjI0MTMgNi43MjczMSAxNC4yMDk0QzYuNjcwNjggMTQuMTU0MiA2LjM1ODUxIDE0LjE0MTkgNi4yMjU5MyAxNC4yNjM0QzYuMjk1ODggMTQuMDI4NiA2LjAzNjU3IDEzLjkyMTQgNi4wMTk0OCAxMy44MThDNi4wMTQ5OCAxMy43ODcxIDYuMTA2NCAxMy42Nzc3IDYuMDczNDggMTMuNjA2NEM2LjA0NTk3IDEzLjU0NzkgNS44NTY5OCAxMy41Mjc4IDUuODEyNTkgMTMuNDU4NkM1Ljc2NzQ4IDEzLjM4NjUgNS44MzE3IDEzLjI4MTYgNS44MTA1OSAxMy4yNDkxQzUuNzkxMjEgMTMuMjE5IDUuNzAwMjYgMTMuMjY1MSA1LjY2NzI1IDEzLjIzMTJDNS42MTkzMSAxMy4xODA4IDUuNTk1NDQgMTMuMTA2IDUuNTc5NDYgMTMuMDM1NEM1LjUxMjQzIDEyLjkwNCA1LjQ2OTQyIDEyLjc2NDcgNS40MTMwOCAxMi42NDM2QzUuMjU3NiAxMi4zMzA4IDQuOTg3IDExLjk1MjYgNC45NjA1NCAxMS42MDE0QzUuMDAxMzYgMTEuNTMwNyA1LjA4Mzc2IDExLjQ4NTkgNS4xMTIzNCAxMS40MjExQzUuMjk5ODkgMTEuMDI2MyA1LjUwOTU1IDEwLjc5MTcgNS44NjYyMiAxMC41Mzc5QzYuMDYzNDQgMTAuNDE5NiA2LjI2NTQxIDEwLjMwNjYgNi40NTgxOSAxMC4yMDM2QzYuNjMyMTUgMTAuMTEwMSA3LjI1NTA2IDEwLjEzNTEgNi43NjY1OSA5LjY4OTMxQzYuNzUzNzEgOS41NTc3OSA3LjMwNjg0IDkuNDc3MTEgNy4zODY0NCA5LjQyNDA3QzcuNDYyMjQgOS4zNzM2MSA3LjQ1ODQ2IDkuMjMyNTIgNy41MTUyOSA5LjE4OTAxQzcuNjkwOTYgOS4wNTQ4NCA3Ljg3MDg2IDkuMDI3NjEgOC4wMjc3NiA4Ljc4ODYyQzguMDY4MTIgOC43MjY2MiA4LjA1MjgxIDguNTY3NTggOC4wODQ4NCA4LjU0NjMzQzguMTI1NDMgOC41MTk2NyA4LjI0NjQ2IDguNTk2NDUgOC4zMDQyNyA4LjU2NUM4LjQ0NDM4IDguNDg3MDUgOC42NTA1NCA4LjI4MzY4IDguNzgxMDUgOC4yMTc3MkM4LjgwNTI3IDguMjA1NzUgOC44ODE0IDguMjk1MDQgOC45MzQwNyA4LjMwMjA2QzkuMTQxNzIgOC4zMjgxNCA5LjI2OTczIDguMjIwMzMgOS4wMjY3NyA3LjkzNTE3QzkuMzA0OTggNy45OTU2NiA5LjM0MDA0IDcuNzMxNzcgOS40NzU0OSA3LjYxOTM1QzkuNzY3ODkgNy4zNzgzNCAxMC4zNzk2IDcuMDQ0NjggMTAuNTUxNCA2LjcyNzQzQzEwLjY1ODggNi41MjgwMiAxMC41Njg4IDYuMzg2NDMgMTAuODkyMiA2LjMzMTU4QzEwLjk2NTMgNi4zMTg0OSAxMS4wNDUxIDYuMzE0MjcgMTEuMTM0OSA2LjI5NjY5QzExLjM1IDYuMjUyNjcgMTEuNjY2MyA2LjQwNjI0IDExLjU2ODkgNi4wMTY5NUMxMS44MDA5IDUuOTY5MDcgMTEuOTAwNCA1LjgxMyAxMi4yMTI2IDUuOTgxMTNDMTIuMTgzIDUuOTA4MjEgMTIuMTUzNSA1LjgzNTI3IDEyLjEyMzkgNS43NjIyOUMxMi4xNDQxIDUuNzQ1NDggMTIuMTY0MyA1LjcyODYxIDEyLjE4NDYgNS43MTE2OEMxMi4yMzM4IDUuNzY2MDggMTIuMjgzMSA1LjgyMDQ4IDEyLjMzMjQgNS44NzQ4N0MxMi41MDA0IDUuNzc4MjIgMTIuNTE1NCA1LjM5ODA4IDEyLjY0NSA1LjMwNzU0QzEyLjg2OSA1LjE1MDU3IDEzLjQ4NjUgNC44NSAxMy43NTUzIDQuNzc3OTdDMTMuODkyMyA0Ljc0Mzg5IDEzLjgwNzIgNC42MTI2NyAxNC4wNTYzIDQuODI5MDZDMTQuMDY3NCA0Ljc5MzU2IDE0LjA3ODYgNC43NTc5OSAxNC4wODk5IDQuNzIyMzdDMTQuMDY0MSA0LjY1NDMzIDE0LjAzODMgNC41ODYyNyAxNC4wMTI2IDQuNTE4MTlDMTQuMTQ5NyA0LjQxNjE4IDE0LjM4OSA0LjM3ODY1IDE0LjUxNDkgNC4yODY4M0MxNC43NDk2IDQuMTE1MzcgMTUuMDE0NiAzLjY4NjY3IDE1LjMyNDIgMy42MjA3MUMxNS40MDM3IDMuNjAzMTEgMTUuNTY0OCAzLjY2NTg3IDE1LjYyNDMgMy42MjExQzE1LjcxMTIgMy41NTU5NyAxNS41OTIyIDMuMzQ1MTggMTUuNzAyOSAzLjI2MDA4QzE1Ljg4NjIgMy4xMTk0NCAxNi40MDAzIDMuMDk0MzEgMTYuNTczOCAyLjk0MzQ1QzE2LjYyNDUgMi44OTk0IDE2LjU5OTcgMi44MDY5NiAxNi42MjkyIDIuNzc0MDFDMTYuNzU2MyAyLjYzMjE5IDE2Ljg4NjQgMi41NDc3MyAxNi45NTQ3IDIuMzI4MzlDMTcuMjQ5NSAyLjQwMDUyIDE3LjQwOTggMi42NTE4OCAxNy42MzUgMi44NTk4OEMxNy44MDUyIDMuMDE2NzUgMTguMjI5MSAzLjM1OTA0IDE4LjM2MTggMy41MDgxOUMxOC40NTQ5IDMuNjEzMDMgMTguNTE1NiAzLjc5MDMyIDE4LjYyMTYgMy45MDMxOUMxOC40OTczIDQuMTQzNDIgMTguMzM3OCA0LjA5MTc5IDE4LjA1NjYgNC4wMjc3OUMxNy43Nzk5IDQuMjM3MDggMTcuNDkzMiA0LjQ1MzYgMTcuMjEyNCA0LjY2NTg3QzE3LjEzNzYgNC42MTY0MSAxNy4wNjI5IDQuNTY2ODkgMTYuOTg4MyA0LjUxNzMzQzE2Ljk4ODIgNC41MTcxOCAxNi45ODgxIDQuNTE3MDMgMTYuOTg4IDQuNTE2ODhDMTYuODIyOSA0LjUxNjM1IDE2LjkwMzUgNC43MjQyIDE2Ljg3NDMgNC44MDU0OUMxNi41NzA5IDUuNjAwOTIgMTUuMjQzMyA2LjEwMjc5IDE0LjU4NzIgNi41MDk0OUMxNC40NDQ0IDYuNTk4MjcgMTQuMDc2NCA3LjAwMjA0IDEzLjkwMTUgNi45NjAyMUMxMy44NTY4IDYuOTQ4NjcgMTMuNzc0NyA2Ljg0ODU2IDEzLjc0NjEgNi44NjIyNEMxMy41NzAxIDcuMDgzNDggMTMuMzc3MiA3LjMxNjg5IDEzLjIgNy41MzkxMUMxMi42MDk1IDcuNzE2NzIgMTIuMjM1NCA4LjE5MDQxIDExLjc3NTcgOC41NTk4NUMxMC41NTQxIDkuNTQ0MTUgOS4zNDg3MSAxMC41Mzg0IDguMDkxNjEgMTEuNDIwOEM3Ljg0OTU1IDExLjU5MDUgNy42MDIyOCAxMS44OTMgNy4zMzEzNCAxMi4wMTU2QzcuMjI2MiAxMi4wNjM1IDcuMDc4MDQgMTEuOTQ5MSA3LjAyNzA0IDEyLjEwNzVDNy4wMzI3OCAxMi4xMTI3IDcuMDM4OTYgMTIuMTE5OCA3LjA0NTkxIDEyLjEyODdDNy4wMTEwNCAxMi4wODUgNi45NzU5MyAxMi4wNDE1IDYuOTQwNiAxMS45OTgxQzYuOTU1MzYgMTIuMDczNCA3LjAxODkgMTIuMTkyOCA3LjAxMjQ5IDEyLjIyNTVDNy4wMDgzMyAxMi4yMzkxIDcuMDA2NjYgMTIuMjYxMSA3LjAyMDAzIDEyLjIyNThDNy4wMzQyNiAxMi4xOTUyIDcuMDM5MDIgMTIuMDgwOSA3LjAxNDQgMTIuMDI0NkM2Ljk5MDk4IDExLjk2NjQgNi44OTUyMyAxMi4wMTQ5IDYuODgxNDYgMTEuOTcyOUM2Ljg2ODk3IDExLjkzNDUgNi44NzMyNCAxMS44NTc5IDYuODc0ODMgMTEuODAzOUM2Ljk0MDI3IDExLjgyNTUgNy4wMTAwNSAxMS44NTQxIDcuMDQ2NDIgMTEuODkwNEM3LjEyMTg2IDExLjk2NjMgNy4xNzI4OSAxMi4xODA4IDcuMjQ5MzUgMTIuMjI3NUM3LjUyMTIgMTIuMzk0OSA3Ljg5NzUgMTIuNDg0NSA4LjEzMDA2IDEyLjc0MDFDOC4xOTI4MSAxMi44MSA4LjIwMzEzIDEyLjk5MzcgOC4yMjc5OCAxMy4wMDkxQzguMjc4IDEzLjAzOTkgOC4zNzQ2OSAxMi45NDg5IDguNDE1ODMgMTIuOTYwNUM4LjYyMzA3IDEzLjAxOTEgOC43Njk0NCAxMy4zMzU0IDguOTIxNDIgMTMuNDYyMUM5LjQxNDc0IDEzLjg3NDYgOS45OTcxNSAxNC4yNDE1IDEwLjUwMjggMTQuNjQ1N0MxMC44MjIgMTQuOTAxMyAxMS4zODYyIDE1LjI4NDQgMTEuNjM1NCAxNS41ODdDMTEuNjg5MiAxNS42NTI0IDExLjU4NyAxNS43NTY0IDExLjY0MjggMTUuNzk2N0MxMS43MDQ2IDE1Ljg0MTUgMTEuNzk0OSAxNS43ODY2IDExLjgyODUgMTUuODAxMkMxMS45ODM1IDE1Ljg2OCAxMi4yNTcgMTUuOTk2MyAxMi40NjExIDE2LjEzODZDMTIuNDc5OCAxNi4xNDk1IDEyLjUyNzcgMTYuMTkzMyAxMi41NDUyIDE2LjIwNjFDMTIuNjM0NCAxNi4yODMyIDEyLjcwNzcgMTYuMzYyIDEyLjc0MjEgMTYuNDM1NkMxMi43NjE3IDE2LjQ3NzcgMTIuNzExNiAxNi41ODM2IDEyLjczMTQgMTYuNTk5OUMxMi43NDEyIDE2LjYwODQgMTIuODEzNiAxNi41Njg4IDEyLjg0OTUgMTYuNTg5QzEzLjE2NzkgMTYuNzY3MSAxMy4zNDMxIDE2Ljk2NjggMTMuNjA2OSAxNy4yMDkxQzE0LjExMzEgMTcuNjcyNyAxNC44NDY1IDE4LjAzOTYgMTUuMzkyNiAxOC41NDk3QzE1LjUxMTcgMTguNjYwOSAxNS40NjUgMTguOTA2IDE1LjQ4NDUgMTguOTE4MUMxNS41MjcyIDE4Ljk0NDggMTUuNjQzNCAxOC44NDQ1IDE1Ljc0NjkgMTguODc2OEMxNi4wOTAxIDE4Ljk4NTEgMTYuMzUzOSAxOS4zOTM2IDE2LjY1NDYgMTkuNTM4OEMxNi44MDMgMTkuNjEwMSAxNy4wOTYyIDE5LjYwMyAxNy4yNDc0IDE5LjY3MzdDMTcuMzY4IDE5LjcyOTMgMTcuNTUxOCAxOS45ODMyIDE3LjY0OTcgMTkuOTU3NUMxNy43MDkyIDE5Ljk0MTkgMTcuODI3NSAxOS44MjkzIDE3Ljg3MjggMTkuODQxNVpNMTIuOTk1NSAxOS4yMzYzQzEzLjE3MDkgMTkuMDQzNCAxMi44NTQgMTkuMDcyNiAxMi44Mzg4IDE5LjIzNjdDMTIuODM1NCAxOS4yNzM3IDEyLjk1IDE5LjI4NjQgMTIuOTk1NSAxOS4yMzYzWk02LjAxNzE1IDEwLjk0ODNDNS45NjYxNCAxMC44OTQzIDUuOTE0ODMgMTAuODQwNSA1Ljg2MzIzIDEwLjc4NzFDNS44NDUyMiAxMC44NDQgNS44MzIzOSAxMC44OTg3IDUuODIxNzEgMTAuOTUzNEM1Ljg3MTc1IDEwLjk2NjMgNS45MjA1NCAxMC45ODExIDUuOTY5MjYgMTAuOTk2NkM1Ljk4NDc3IDEwLjk4MDMgNi4wMDA0IDEwLjk2NDUgNi4wMTcxNSAxMC45NDgzWiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4=);}  

.stage .e-e-mfbg89d {--left: 67px;--top: 20px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(255,255,255,1);}  

.stage .e-e-mfbuu5x {--left: 1049px;--top: 90px;--display: none;--og-display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--justify-content: center;--align-items: center;--align-content: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;padding: 20px 24px 20px 32px;border-radius: 16px;column-gap: 8px;row-gap: 8px;}  

.stage .e-e-mfb8jb4 {--left: 32px;--top: 20px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: max-content;--el-width: max-content;max-width: 100%;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-width: max-content;max-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 600;direction: rtl;font-style: ibmplexsanshebrew-semibold;line-height: 1.4;text-align: CENTER;vertical-align: CENTER;color: rgba(243,94,33,1);}  

.stage .e-e-mfbzvnv {width: 24px;height: 24px;--left: 83px;--top: 22px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;--flex-direction: column;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiPgo8ZyBpZD0iQ2hldnJvbiIgZGF0YS1ub2RlLWlkPSJJMTA2MToxNTU2MDs4MjU6MjM4MzgiPgo8cGF0aCBpZD0iVmVjdG9yIDIzMyIgZGF0YS1ub2RlLWlkPSJJMTA2MToxNTU2MDs4MjU6MjM4Mzg7ODI1OjE0MzkwIiBkPSJNNi4xMjcyMiAxOS44NDE1QzYuMDg2MDIgMTkuODUzNCA2LjEwODQxIDE5Ljk2MjggNi4wNzczMSAxOS45OTY4QzUuOTQ3NzUgMjAuMTQwNCA1LjkzOTIzIDIwLjIzODQgNS44MzYzNyAyMC4zODNDNS42ODI3OCAyMC41OTMzIDUuMDM4MjkgMjEuMDM5NSA1LjUxOTMgMjEuNTE4NEM1LjUxOTMxIDIxLjUxODUgNS41MTkzMiAyMS41MTg1IDUuNTE5MzMgMjEuNTE4NUM1LjUyNDAyIDIxLjUyMzIgNS41Mjg4IDIxLjUyNzkgNS41MzM3IDIxLjUzMjZDNS42MjY2MSAyMS42MjE3IDUuNzcwNDkgMjEuNjc2OCA1Ljg3OTQyIDIxLjc3MzlDNS45ODgzOCAyMS44NzExIDYuNjQ1NzMgMjIuNTQzNCA2Ljc0MTY1IDIyLjUyMzJDNi44NzQ5OCAyMi40ODkxIDYuOTE5MDYgMjIuMTE0NCA2Ljk3NTE1IDIyLjA3NzRDNy4wMTI3OCAyMi4wNTIzIDcuMTEwNzUgMjIuMDc4IDcuMTYyNzggMjIuMDUwOEM3LjMzMDIzIDIxLjk2MzcgNy4zNjA2MiAyMS44NTI1IDcuNjM3MDggMjEuOTE4MUM3LjYwNTE1IDIxLjc4MzEgNy41NzQ1MyAyMS42NDczIDcuNTQ0NjIgMjEuNTExM0M3LjY0Njg4IDIxLjQ5NzYgNy42NDI1NSAyMS4yODkgNy42ODg5MSAyMS4yNjE1QzcuNzI2ODMgMjEuMjM4OSA3LjgwODcxIDIxLjI5NjQgNy44NDYyOCAyMS4yNzA3QzcuODg4NzIgMjEuMjQyNCA3Ljg4MTU1IDIxLjExMjEgNy45NjMxNSAyMS4wNjUxQzguMDk2OSAyMC45ODc1IDguMjc3MyAyMS4xNjYzIDguMzY3NzkgMjEuMTM0QzguNDYxNDIgMjEuMTAwNiA4LjQ4OTU1IDIwLjkwMTkgOC42MzkzMiAyMC44OTY0QzguNjY4NDEgMjAuOTA4NyA4LjY5NzQ3IDIwLjkyMTEgOC43MjY1MiAyMC45MzM1QzguNzU3MSAyMC45ODk0IDguNzg3NzIgMjEuMDQ1MyA4LjgxODM4IDIxLjEwMTJDOC44ODM1OCAyMS4wODY3IDguODI0MDUgMjAuOTY5NyA4Ljg2NjMyIDIwLjkzMzRDOC45MTYgMjAuODkwNyA5LjAxNzU4IDIwLjk2NjEgOS4wNTE3NSAyMC45Mzg2QzkuMDc5NjEgMjAuOTE2MSA5LjA1ODE0IDIwLjgwODcgOS4wOTg5MiAyMC43ODQ3QzkuMTU4MDkgMjAuNzQ5NCA5LjIzMjkyIDIwLjg3MDIgOS4yNzgwOSAyMC44Njg2QzkuMjk1NjIgMjAuODY3OCA5LjU1ODI5IDIwLjc2MzggOS41NzExNSAyMC43NTU2QzkuNjY3MjUgMjAuNjg5IDkuNTU4MDEgMjAuNTI5MSA5LjYyMjEzIDIwLjQ1OUM5LjgwMDk3IDIwLjI2NDggMTAuMTA5NSAyMC4yMjggMTAuMzM5MiAyMC4xMjlDMTAuNDQyIDIwLjA4NDYgMTAuNTI1OCAyMC4wMDc1IDEwLjU5NDUgMTkuOTE3QzEwLjE1OTcgMTkuNjI0OSAxMC4yMzEgMTkuMDg5IDEwLjU4MzggMTkuNzkyOEMxMC42MTQyIDE5LjYzMTkgMTAuODA5MyAxOS43NDY2IDEwLjg4MDIgMTkuNjQ4NkMxMC45MjYxIDE5LjU4NDkgMTAuOTAyNiAxOS40NjggMTAuOTg5NSAxOS40MDU0QzExLjE0NDIgMTkuMjk0OSAxMS40OTc0IDE5LjQwODIgMTEuMjAzNiAxOC45Mzc5QzExLjQ0MTIgMTguODc3MyAxMS40NzA1IDE4LjU5OTUgMTEuODM2OSAxOC45MzA1QzExLjkwMTcgMTguOTE3MiAxMS44MzkgMTguNTk2MiAxMS44NjUgMTguNTI0NUMxMS44OTEyIDE4LjQ1NzEgMTIuMTc2OSAxOC4wNTMgMTIuMjMxMyAxNy45OTZDMTIuMjg2NSAxNy45NDAxIDEyLjM4NTYgMTcuODQ1IDEyLjQ2MzYgMTcuODMzOUMxMi41NjAxIDE3LjgyMDMgMTIuOTM5OCAxOC4xNTk3IDEyLjY2MDMgMTcuNjE4NEMxMi42NzM2IDE3LjYxMTggMTIuNjg2IDE3LjYwNTQgMTIuNjk3NyAxNy41OTkxTDEyLjYzMDIgMTcuNjUzM0MxMi43NjA1IDE3LjYwMTQgMTIuODAwNCAxNy41NDg4IDEyLjg3NzYgMTcuNDE1NUMxMi44OTMgMTcuMzg5MSAxMi44NDQzIDE3LjMxNjEgMTIuODU3NCAxNy4zMDY1QzEyLjg4NDcgMTcuMjg2OSAxMi45Njk1IDE3LjMwNTYgMTMuMDIyNCAxNy4yNzcxQzEzLjEwOTkgMTcuMjI5OSAxMy4wNDc3IDE3LjA0NzEgMTMuMjAzOCAxNy4yODJDMTMuMjg0NyAxNy4yODE4IDEzLjM2NDYgMTcuMjgyMyAxMy40NDUzIDE3LjI4MjJDMTMuNDMxOSAxNy4yMjQ3IDEzLjQxODYgMTcuMTY3MyAxMy40MDUyIDE3LjEwOThDMTMuNDY4NCAxNy4xMzcyIDEzLjUzMTIgMTcuMTY0OSAxMy41OTQyIDE3LjE5MjRDMTMuMzIxNyAxNi44ODY0IDEzLjY2MTYgMTYuOTM2OSAxMy43MzQ2IDE3LjE3MzFDMTMuNzg3NSAxNy4wMzA0IDEzLjg0MDMgMTYuODg3NyAxMy44OTI4IDE2Ljc0NUMxMy42MDU0IDE2LjM4MTEgMTQuMDg1NSAxNi41MzgxIDE0LjIxNDMgMTYuNzU1OUMxNC4yMjU4IDE2Ljc0NzEgMTQuMjM3MyAxNi43MzgyIDE0LjI0ODggMTYuNzI5M0MxNC4yNzg1IDE2LjU1NDkgMTQuNDMyMiAxNi41NjcxIDE0LjUwNzkgMTYuNDA4NkMxNC41ODM2IDE2LjI1MDEgMTQuNTQ1IDE2LjIyMjQgMTQuNDU2MSAxNi4wMjMxQzE0LjQ5MjYgMTYuMDExMyAxNC41MjkxIDE1Ljk5OTUgMTQuNTY1NiAxNS45ODc2QzE1LjA2NzUgMTYuMzQyOCAxNC40MzY5IDE1LjU1MTMgMTQuOTY2NyAxNS43MTVDMTQuODMwNSAxNS4zNTgzIDE1LjE1MTMgMTUuMzU4NSAxNS4zNTUgMTUuMzQzNUMxNS4zNzg3IDE1LjM0MTggMTUuNDIyMSAxNS4zOTgzIDE1LjQ1NjYgMTUuMzk5OEMxNS41NDA0IDE1LjQwMjYgMTUuNjE2NCAxNS4yMjkyIDE1Ljc1MTcgMTUuNDE1MUMxNS43NTcxIDE1LjMyNzIgMTUuNzYyMSAxNS4yMzk1IDE1Ljc2NjkgMTUuMTUxOUMxNS44Mjk4IDE1LjE1NjMgMTUuODkyNyAxNS4xNjA2IDE1Ljk1NTUgMTUuMTY0OUMxNS45OTkyIDE1LjIyMTggMTYuMDQyOSAxNS4yNzg4IDE2LjA4NjYgMTUuMzM1N0MxNi4wMTE2IDE1LjA4NDUgMTYuMTg3OCAxNS4wNjY2IDE2LjIwOTIgMTQuOTc1NEMxNi4yMTM0IDE0Ljk1NzEgMTYuMTU0NyAxNC44NzczIDE2LjE3NDEgMTQuODI3OEMxNi4xOTY0IDE0Ljc2OTYgMTYuMjkyIDE0LjczMTYgMTYuMzIyNCAxNC42NjgxQzE2LjQwOTkgMTQuNzM4NyAxNi40OTc1IDE0LjgwOTIgMTYuNTg1MiAxNC44Nzk2QzE2LjcxMTkgMTQuODU0OSAxNi41NjE5IDE0LjYwNCAxNi42MDAyIDE0LjU0NDRDMTYuNjA3NCAxNC41MzM4IDE2Ljc5MDcgMTQuNDEyNCAxNi44MDQyIDE0LjQwOTJDMTYuOTEwMiAxNC4zODU3IDE3LjA0NTUgMTQuNTk0OCAxNy4yMzAxIDE0LjM3MzJDMTcuMjYzIDE0LjMzMzQgMTcuMjQwMSAxNC4yNDEzIDE3LjI3MjcgMTQuMjA5NEMxNy4zMjkzIDE0LjE1NDIgMTcuNjQxNSAxNC4xNDE5IDE3Ljc3NDEgMTQuMjYzNEMxNy43MDQxIDE0LjAyODYgMTcuOTYzNCAxMy45MjE0IDE3Ljk4MDUgMTMuODE4QzE3Ljk4NSAxMy43ODcxIDE3Ljg5MzYgMTMuNjc3NyAxNy45MjY1IDEzLjYwNjRDMTcuOTU0IDEzLjU0NzkgMTguMTQzIDEzLjUyNzggMTguMTg3NCAxMy40NTg2QzE4LjIzMjUgMTMuMzg2NSAxOC4xNjgzIDEzLjI4MTYgMTguMTg5NCAxMy4yNDkxQzE4LjIwODggMTMuMjE5IDE4LjI5OTcgMTMuMjY1MSAxOC4zMzI4IDEzLjIzMTJDMTguMzgwNyAxMy4xODA4IDE4LjQwNDYgMTMuMTA2IDE4LjQyMDUgMTMuMDM1NEMxOC40ODc2IDEyLjkwNCAxOC41MzA2IDEyLjc2NDcgMTguNTg2OSAxMi42NDM2QzE4Ljc0MjQgMTIuMzMwOCAxOS4wMTMgMTEuOTUyNiAxOS4wMzk1IDExLjYwMTRDMTguOTk4NiAxMS41MzA3IDE4LjkxNjIgMTEuNDg1OSAxOC44ODc3IDExLjQyMTFDMTguNzAwMSAxMS4wMjYzIDE4LjQ5MDQgMTAuNzkxNyAxOC4xMzM4IDEwLjUzNzlDMTcuOTM2NiAxMC40MTk2IDE3LjczNDYgMTAuMzA2NiAxNy41NDE4IDEwLjIwMzZDMTcuMzY3OSAxMC4xMTAxIDE2Ljc0NDkgMTAuMTM1MSAxNy4yMzM0IDkuNjg5MzFDMTcuMjQ2MyA5LjU1Nzc5IDE2LjY5MzIgOS40NzcxMSAxNi42MTM2IDkuNDI0MDdDMTYuNTM3OCA5LjM3MzYxIDE2LjU0MTUgOS4yMzI1MiAxNi40ODQ3IDkuMTg5MDFDMTYuMzA5IDkuMDU0ODQgMTYuMTI5MSA5LjAyNzYxIDE1Ljk3MjIgOC43ODg2MkMxNS45MzE5IDguNzI2NjIgMTUuOTQ3MiA4LjU2NzU4IDE1LjkxNTIgOC41NDYzM0MxNS44NzQ2IDguNTE5NjcgMTUuNzUzNSA4LjU5NjQ1IDE1LjY5NTcgOC41NjVDMTUuNTU1NiA4LjQ4NzA1IDE1LjM0OTUgOC4yODM2OCAxNS4yMTg5IDguMjE3NzJDMTUuMTk0NyA4LjIwNTc1IDE1LjExODYgOC4yOTUwNCAxNS4wNjU5IDguMzAyMDZDMTQuODU4MyA4LjMyODE0IDE0LjczMDMgOC4yMjAzMyAxNC45NzMyIDcuOTM1MTdDMTQuNjk1IDcuOTk1NjYgMTQuNjYgNy43MzE3NyAxNC41MjQ1IDcuNjE5MzVDMTQuMjMyMSA3LjM3ODM0IDEzLjYyMDQgNy4wNDQ2OCAxMy40NDg2IDYuNzI3NDNDMTMuMzQxMiA2LjUyODAyIDEzLjQzMTIgNi4zODY0MyAxMy4xMDc4IDYuMzMxNThDMTMuMDM0NyA2LjMxODQ5IDEyLjk1NDkgNi4zMTQyNyAxMi44NjUxIDYuMjk2NjlDMTIuNjUgNi4yNTI2NyAxMi4zMzM3IDYuNDA2MjQgMTIuNDMxMSA2LjAxNjk1QzEyLjE5OTEgNS45NjkwNyAxMi4wOTk2IDUuODEzIDExLjc4NzQgNS45ODExM0MxMS44MTcgNS45MDgyMSAxMS44NDY1IDUuODM1MjcgMTEuODc2MSA1Ljc2MjI5QzExLjg1NTkgNS43NDU0OCAxMS44MzU3IDUuNzI4NjEgMTEuODE1NCA1LjcxMTY4QzExLjc2NjIgNS43NjYwOCAxMS43MTY5IDUuODIwNDggMTEuNjY3NiA1Ljg3NDg3QzExLjQ5OTYgNS43NzgyMiAxMS40ODQ2IDUuMzk4MDggMTEuMzU1IDUuMzA3NTRDMTEuMTMxIDUuMTUwNTcgMTAuNTEzNSA0Ljg1IDEwLjI0NDcgNC43Nzc5N0MxMC4xMDc3IDQuNzQzODkgMTAuMTkyOCA0LjYxMjY3IDkuOTQzNyA0LjgyOTA2QzkuOTMyNTggNC43OTM1NiA5LjkyMTM4IDQuNzU3OTkgOS45MTAwOSA0LjcyMjM3QzkuOTM1OTEgNC42NTQzMyA5Ljk2MTY5IDQuNTg2MjcgOS45ODc0NCA0LjUxODE5QzkuODUwMzQgNC40MTYxOCA5LjYxMSA0LjM3ODY1IDkuNDg1MTQgNC4yODY4M0M5LjI1MDQxIDQuMTE1MzcgOC45ODU0MiAzLjY4NjY3IDguNjc1NzYgMy42MjA3MUM4LjU5NjMzIDMuNjAzMTEgOC40MzUxNyAzLjY2NTg3IDguMzc1NjYgMy42MjExQzguMjg4ODQgMy41NTU5NyA4LjQwNzg1IDMuMzQ1MTggOC4yOTcxIDMuMjYwMDhDOC4xMTM4NSAzLjExOTQ0IDcuNTk5NjcgMy4wOTQzMSA3LjQyNjI0IDIuOTQzNDVDNy4zNzU1MiAyLjg5OTQgNy40MDAyOSAyLjgwNjk2IDcuMzcwODEgMi43NzQwMUM3LjI0MzcgMi42MzIxOSA3LjExMzYgMi41NDc3MyA3LjA0NTMzIDIuMzI4MzlDNi43NTA0NSAyLjQwMDUyIDYuNTkwMjEgMi42NTE4OCA2LjM2NDk3IDIuODU5ODhDNi4xOTQ4MSAzLjAxNjc1IDUuNzcwODUgMy4zNTkwNCA1LjYzODIgMy41MDgxOUM1LjU0NTA4IDMuNjEzMDMgNS40ODQzOCAzLjc5MDMyIDUuMzc4MzUgMy45MDMxOUM1LjUwMjcyIDQuMTQzNDIgNS42NjIyMiA0LjA5MTc5IDUuOTQzMzYgNC4wMjc3OUM2LjIyMDA2IDQuMjM3MDggNi41MDY4IDQuNDUzNiA2Ljc4NzU4IDQuNjY1ODdDNi44NjIzNyA0LjYxNjQxIDYuOTM3MDggNC41NjY4OSA3LjAxMTczIDQuNTE3MzNDNy4wMTE4MyA0LjUxNzE4IDcuMDExOTQgNC41MTcwMyA3LjAxMjA1IDQuNTE2ODhDNy4xNzcwOCA0LjUxNjM1IDcuMDk2NTEgNC43MjQyIDcuMTI1NzEgNC44MDU0OUM3LjQyOTEyIDUuNjAwOTIgOC43NTY2NiA2LjEwMjc5IDkuNDEyODEgNi41MDk0OUM5LjU1NTU1IDYuNTk4MjcgOS45MjM2IDcuMDAyMDQgMTAuMDk4NSA2Ljk2MDIxQzEwLjE0MzIgNi45NDg2NyAxMC4yMjUzIDYuODQ4NTYgMTAuMjUzOSA2Ljg2MjI0QzEwLjQyOTkgNy4wODM0OCAxMC42MjI4IDcuMzE2ODkgMTAuOCA3LjUzOTExQzExLjM5MDUgNy43MTY3MiAxMS43NjQ2IDguMTkwNDEgMTIuMjI0MyA4LjU1OTg1QzEzLjQ0NTkgOS41NDQxNSAxNC42NTEzIDEwLjUzODQgMTUuOTA4NCAxMS40MjA4QzE2LjE1MDUgMTEuNTkwNSAxNi4zOTc3IDExLjg5MyAxNi42Njg3IDEyLjAxNTZDMTYuNzczOCAxMi4wNjM1IDE2LjkyMiAxMS45NDkxIDE2Ljk3MyAxMi4xMDc1QzE2Ljk2NzIgMTIuMTEyNyAxNi45NjEgMTIuMTE5OCAxNi45NTQxIDEyLjEyODdDMTYuOTg5IDEyLjA4NSAxNy4wMjQxIDEyLjA0MTUgMTcuMDU5NCAxMS45OTgxQzE3LjA0NDYgMTIuMDczNCAxNi45ODExIDEyLjE5MjggMTYuOTg3NSAxMi4yMjU1QzE2Ljk5MTcgMTIuMjM5MSAxNi45OTMzIDEyLjI2MTEgMTYuOTggMTIuMjI1OEMxNi45NjU3IDEyLjE5NTIgMTYuOTYxIDEyLjA4MDkgMTYuOTg1NiAxMi4wMjQ2QzE3LjAwOSAxMS45NjY0IDE3LjEwNDggMTIuMDE0OSAxNy4xMTg1IDExLjk3MjlDMTcuMTMxIDExLjkzNDUgMTcuMTI2OCAxMS44NTc5IDE3LjEyNTIgMTEuODAzOUMxNy4wNTk3IDExLjgyNTUgMTYuOTg5OSAxMS44NTQxIDE2Ljk1MzYgMTEuODkwNEMxNi44NzgxIDExLjk2NjMgMTYuODI3MSAxMi4xODA4IDE2Ljc1MDYgMTIuMjI3NUMxNi40Nzg4IDEyLjM5NDkgMTYuMTAyNSAxMi40ODQ1IDE1Ljg2OTkgMTIuNzQwMUMxNS44MDcyIDEyLjgxIDE1Ljc5NjkgMTIuOTkzNyAxNS43NzIgMTMuMDA5MUMxNS43MjIgMTMuMDM5OSAxNS42MjUzIDEyLjk0ODkgMTUuNTg0MiAxMi45NjA1QzE1LjM3NjkgMTMuMDE5MSAxNS4yMzA2IDEzLjMzNTQgMTUuMDc4NiAxMy40NjIxQzE0LjU4NTMgMTMuODc0NiAxNC4wMDI5IDE0LjI0MTUgMTMuNDk3MiAxNC42NDU3QzEzLjE3OCAxNC45MDEzIDEyLjYxMzggMTUuMjg0NCAxMi4zNjQ2IDE1LjU4N0MxMi4zMTA4IDE1LjY1MjQgMTIuNDEzIDE1Ljc1NjQgMTIuMzU3MiAxNS43OTY3QzEyLjI5NTQgMTUuODQxNSAxMi4yMDUxIDE1Ljc4NjYgMTIuMTcxNSAxNS44MDEyQzEyLjAxNjUgMTUuODY4IDExLjc0MyAxNS45OTYzIDExLjUzODkgMTYuMTM4NkMxMS41MjAyIDE2LjE0OTUgMTEuNDcyMyAxNi4xOTMzIDExLjQ1NDggMTYuMjA2MUMxMS4zNjU2IDE2LjI4MzIgMTEuMjkyMyAxNi4zNjIgMTEuMjU3OSAxNi40MzU2QzExLjIzODMgMTYuNDc3NyAxMS4yODg0IDE2LjU4MzYgMTEuMjY4NiAxNi41OTk5QzExLjI1ODggMTYuNjA4NCAxMS4xODY0IDE2LjU2ODggMTEuMTUwNSAxNi41ODlDMTAuODMyMSAxNi43NjcxIDEwLjY1NjkgMTYuOTY2OCAxMC4zOTMxIDE3LjIwOTFDOS44ODY5NSAxNy42NzI3IDkuMTUzNTEgMTguMDM5NiA4LjYwNzQgMTguNTQ5N0M4LjQ4ODI4IDE4LjY2MDkgOC41MzUgMTguOTA2IDguNTE1NDggMTguOTE4MUM4LjQ3Mjg0IDE4Ljk0NDggOC4zNTY1NiAxOC44NDQ1IDguMjUzMTUgMTguODc2OEM3LjkwOTkyIDE4Ljk4NTEgNy42NDYwOCAxOS4zOTM2IDcuMzQ1NDQgMTkuNTM4OEM3LjE5NzAxIDE5LjYxMDEgNi45MDM3NiAxOS42MDMgNi43NTI2NCAxOS42NzM3QzYuNjMyMDMgMTkuNzI5MyA2LjQ0ODIxIDE5Ljk4MzIgNi4zNTAyOCAxOS45NTc1QzYuMjkwNzcgMTkuOTQxOSA2LjE3MjQ2IDE5LjgyOTMgNi4xMjcyMiAxOS44NDE1Wk0xMS4wMDQ1IDE5LjIzNjNDMTAuODI5MSAxOS4wNDM0IDExLjE0NiAxOS4wNzI2IDExLjE2MTIgMTkuMjM2N0MxMS4xNjQ2IDE5LjI3MzcgMTEuMDUgMTkuMjg2NCAxMS4wMDQ1IDE5LjIzNjNaTTE3Ljk4MjkgMTAuOTQ4M0MxOC4wMzM5IDEwLjg5NDMgMTguMDg1MiAxMC44NDA1IDE4LjEzNjggMTAuNzg3MUMxOC4xNTQ4IDEwLjg0NCAxOC4xNjc2IDEwLjg5ODcgMTguMTc4MyAxMC45NTM0QzE4LjEyODIgMTAuOTY2MyAxOC4wNzk1IDEwLjk4MTEgMTguMDMwNyAxMC45OTY2QzE4LjAxNTIgMTAuOTgwMyAxNy45OTk2IDEwLjk2NDUgMTcuOTgyOSAxMC45NDgzWiIgZmlsbD0iI0YzNUUyMSIvPgo8L2c+Cjwvc3ZnPg==);}  

.stage .e-e-1757510089951 {width: 220.05176784758714px;height: 482.4211833581703px;--left: 527.0778728744153px;--top: 1995.4170785519864px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;background-color: #d7d7d7;font-size: 16;font-family: Arial;font-weight: 400;}    

:root, .viewport, .page, body {
  --active-menu-line: 0;
}

html body *.active, .active *  {
  --active-menu-line: 1;
}

 .stage .e-e-mh6ramx {--left: -4145px;--top: -2235px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--justify-content: center;--overflow: clip;background-color: rgba(252,251,249,1);font-size: 16;font-family: Arial;font-weight: 400;column-gap: 10px;row-gap: 10px;}  

.stage .e-e-mh6fmpt {--left: 0px;--top: 0px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;width: stretch;--flex-grow: 1; --flex-shrink: 1; --flex-basis: 0;height: max-content;--el-height: max-content;--el-height: max-content;--justify-content: center;font-size: 16;font-family: Arial;font-weight: 400;padding: 42px 0px 42px 0px;column-gap: 24px;row-gap: 24px;max-width: 100vw;}  

.stage .e-e-mh64512 {width: 1100px;--left: 652px;--top: 42px;--display: flex;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;--flex-shrink: 0;height: max-content;--el-height: max-content;--el-height: max-content;--flex-direction: column;--align-items: center;--overflow: clip;font-size: 16;font-family: Arial;font-weight: 400;padding: 60px 2% 60px 2%;column-gap: 10px;row-gap: 10px;max-width: 100vw;}  

.stage .e-e-mh6oeg2 {--left: 42px;--top: 0px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: clamp(48px, 6.25vw, 80px);font-family: IBM Plex Sans Hebrew;font-weight: 700;direction: rtl;font-style: ibmplexsanshebrew-bold;line-height: 0.95;letter-spacing: -0.8px;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}  

.stage .e-e-mh6kon2 {--left: 42px;--top: 108px;--margin-left: 0; --margin-top: 0; --margin-right: 0; --margin-bottom: 0;width: 100%;--el-width: 100%;height: max-content;--el-height: max-content;--el-width: 100%;--el-height: max-content;--flex-direction: column;font-size: 20px;font-family: IBM Plex Sans Hebrew;font-weight: 400;direction: rtl;font-style: ibmplexsanshebrew-regular;line-height: 1.4;text-align: RIGHT;vertical-align: TOP;color: rgba(0,0,0,1);}    
            