::view-transition-old(services-tabs-card),::view-transition-new(services-tabs-card){animation-duration:.5s;animation-timing-function:cubic-bezier(.22,.61,.36,1)}@property --st-card-color-1{syntax: "<color>"; inherits: true; initial-value: rgb(90,0,162);}@property --st-card-color-2{syntax: "<color>"; inherits: true; initial-value: rgb(73,1,130);}@property --st-card-color-3{syntax: "<color>"; inherits: true; initial-value: rgb(70,3,130);}@property --st-card-color-4{syntax: "<color>"; inherits: true; initial-value: rgb(55,2,99);}@property --st-card-color-5{syntax: "<color>"; inherits: true; initial-value: rgb(29,8,68);}.services-tabs{--st-card-color-transition: --st-card-color-1 .3s ease, --st-card-color-2 .3s ease, --st-card-color-3 .3s ease, --st-card-color-4 .3s ease, --st-card-color-5 .3s ease;--st-bg: #f4f5f7;--st-tab-bar-bg: rgba(255, 255, 255, 1);--st-tab-color: #020202;--st-tab-muted: #707f80;--st-tab-active-text: #ffffff;--st-tab-hover-border: #004246;--st-cta-glow: rgba(3, 220, 181, .25);--st-font-family: "Noto Sans Hebrew", "Noto Sans", sans-serif;--st-card-radius: 1.75rem;--st-card-h: 32.125rem;--st-card-color-1: rgb(90, 0, 162);--st-card-color-2: rgb(73, 1, 130);--st-card-color-3: rgb(70, 3, 130);--st-card-color-4: rgb(55, 2, 99);--st-card-color-5: rgb(29, 8, 68);--st-card-gradient: linear-gradient( 25deg, var(--st-card-color-5) 0%, var(--st-card-color-2) 65%, var(--st-card-color-1) 100% );position:relative;width:100%;padding:0;font-family:var(--st-font-family)}.services-tabs__inner{position:relative;max-width:82.875rem;margin:0 auto}.services-tabs__primary{position:relative}.services-tabs__primary-list{display:none}@media(min-width:37.5rem){.services-tabs__primary-list{list-style:none;margin:0;padding:.25rem;display:flex;align-items:center;justify-content:space-between;gap:.625rem;background:var(--st-tab-bar-bg);-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);border-radius:3rem}}.services-tabs__primary-item{flex:1 1 0;min-width:0;display:flex;justify-content:center}.services-tabs__primary-tab{--tab-text: var(--st-tab-color);appearance:none;background:transparent;border:0;cursor:pointer;width:100%;max-width:none;min-height:3.1875rem;padding:0 1.5rem;border-radius:2.25rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;color:var(--tab-text);font-family:inherit;font-weight:600;font-size:1rem;line-height:1.07;text-decoration:none;transition:background .3s ease,box-shadow .3s ease,var(--st-card-color-transition);position:relative}.services-tabs__primary-tab-label{position:relative;text-decoration:none}.services-tabs__primary-tab-icon{width:1.1875rem;height:1.1875rem;display:inline-flex;align-items:center;justify-content:center;flex:0 0 1.1875rem}.services-tabs__primary-tab-icon img{display:block;width:100%;height:100%;object-fit:contain;filter:none}.services-tabs__primary-tab:hover,.services-tabs__primary-tab:focus-visible{outline:none;background:#fff;color:var(--st-tab-color);box-shadow:inset 0 0 0 .0625rem var(--st-tab-hover-border)}.services-tabs__primary-tab.is-active{background:var(--st-card-gradient);color:var(--st-tab-active-text)}.services-tabs__primary-tab.is-active .services-tabs__primary-tab-icon img{filter:brightness(0) invert(1)}.services-tabs__primary-tab.is-active:hover,.services-tabs__primary-tab.is-active:focus-visible{background:var(--st-card-gradient);color:var(--st-tab-active-text);box-shadow:inset 0 0 0 .0625rem #fff0}.services-tabs__filter{display:block;position:relative}@media(min-width:37.5rem){.services-tabs__filter{display:none}}.services-tabs__filter[aria-expanded=true] .services-tabs__filter-caret,.services-tabs__filter-toggle[aria-expanded=true] .services-tabs__filter-caret{transform:rotate(180deg)}.services-tabs__filter-toggle{appearance:none;width:100%;border:0;cursor:pointer;background:var(--st-tab-bar-bg)!important;border-radius:1.75rem;padding:.875rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;color:var(--st-tab-color);font-family:inherit;font-weight:600;font-size:1rem;line-height:1.27}.services-tabs__filter-toggle:hover,.services-tabs__filter-toggle:focus,.services-tabs__filter-toggle:focus-visible{outline:none;color:inherit}.services-tabs__filter-toggle-text{display:inline-flex;align-items:center;gap:.625rem;min-width:0}.services-tabs__filter-icon{width:1.1875rem;height:1.1875rem;display:inline-flex;align-items:center;justify-content:center;flex:0 0 1.1875rem}.services-tabs__filter-icon img{display:block;width:100%;height:100%;object-fit:contain}.services-tabs__filter-caret{transition:transform .3s ease}.services-tabs__filter-menu{list-style:none;margin:.5rem 0 0;padding:.5rem;background:#fff;border-radius:1.25rem;box-shadow:0 .5rem 1.5rem #0000001f;position:absolute;inset-inline:0;z-index:5}.services-tabs__filter-menu[hidden]{display:none}.services-tabs__filter-option{appearance:none;width:100%;border:0;background:transparent;cursor:pointer;text-align:right;padding:.75rem 1rem;border-radius:1rem;color:var(--st-tab-color);font-family:inherit;font-weight:600;font-size:.9375rem;line-height:1.4;white-space:normal;display:flex;align-items:center;gap:.625rem}.services-tabs__filter-option-icon{width:1.1875rem;height:1.1875rem;display:inline-flex;align-items:center;justify-content:center;flex:0 0 1.1875rem}.services-tabs__filter-option-icon img{display:block;width:100%;height:100%;object-fit:contain}.services-tabs__filter-option-label{flex:1 1 auto;min-width:0}.services-tabs__filter-option:hover,.services-tabs__filter-option:focus,.services-tabs__filter-option:focus-visible{outline:none;color:inherit;background:#0000000a}.services-tabs__filter-option.is-active{background:var(--st-card-gradient);color:var(--st-tab-active-text);transition:var(--st-card-color-transition)}.services-tabs__filter-option.is-active .services-tabs__filter-option-icon img{filter:brightness(0) invert(1)}.services-tabs__panels{display:none}@media(min-width:37.5rem){.services-tabs__panels{display:block;margin-top:2rem}}.services-tabs__panel[hidden]{display:none}@media(min-width:64rem){.services-tabs__panel.is-active .services-tabs__panel-card{view-transition-name:services-tabs-card}}.services-tabs__panel-layout{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1.5rem}@media(min-width:64rem){.services-tabs__panel-layout{flex-direction:row;gap:2rem}}.services-tabs__panel-card{position:relative;overflow:hidden;flex:0 1 auto;width:100%;border-radius:var(--st-card-radius);background:var(--st-card-gradient);color:var(--st-tab-active-text);height:auto;min-height:0;padding:2rem;display:flex;flex-direction:column;align-items:stretch;transition:var(--st-card-color-transition);gap:2rem}@media(min-width:64rem){.services-tabs__panel-card{flex:0 1 64.25rem;height:var(--st-card-h);padding:2.75rem 4.75rem 2.75rem 2rem;flex-direction:row;align-items:center}}.services-tabs__panel-card--mobile{flex-direction:column;width:100%;max-width:100%;box-sizing:border-box;padding:1.5rem;height:auto;min-height:0;gap:1.5rem;text-align:center}.services-tabs__panel-card--mobile .services-tabs__topic-title,.services-tabs__panel-card--mobile .services-tabs__topic-description{text-align:center;max-width:none;margin-inline:auto}.services-tabs__panel-card--mobile .services-tabs__cta-wrap{justify-content:center}.services-tabs__panel-card[data-active-pattern="0"]{--st-card-gradient: radial-gradient( ellipse at 100% 0%, var(--st-card-color-1) 0%, var(--st-card-color-2) 22%, var(--st-card-color-4) 50%, var(--st-card-color-3) 70%, var(--st-card-color-5) 100% )}.services-tabs__panel-card[data-active-pattern="1"]{--st-card-gradient: radial-gradient( ellipse at 32% 0%, var(--st-card-color-1) 0%, var(--st-card-color-2) 24%, var(--st-card-color-3) 48%, var(--st-card-color-5) 100%, rgb(7, 10, 35) 100% )}.services-tabs__panel-card[data-active-pattern="2"]{--st-card-gradient: radial-gradient( ellipse at 4% 8%, var(--st-card-color-1) 0%, var(--st-card-color-2) 20%, var(--st-card-color-3) 32%, var(--st-card-color-5) 78%, rgb(6, 9, 32) 100% )}.services-tabs__panel-card[data-active-pattern="3"]{--st-card-gradient: radial-gradient( ellipse at 25% 0%, color-mix(in srgb, var(--st-card-color-1) 78%, white) 0%, var(--st-card-color-1) 24%, var(--st-card-color-3) 46%, var(--st-card-color-5) 82%, rgb(7, 9, 33) 100% )}.services-tabs__panel-figure{margin:0;display:flex;align-items:center;justify-content:center;align-self:center}@media(min-width:64rem){.services-tabs__panel-figure{flex:.94 1 24rem;transform:translateY(2rem)}}.services-tabs__panel-figure img{width:30.3125rem;max-width:100%;height:auto;display:block;filter:drop-shadow(0 1.25rem 2.5rem rgba(0,0,0,.35))}.services-tabs__panel-figure--mobile{align-self:center}.services-tabs__panel-figure--mobile img{width:100%;max-width:16rem;filter:drop-shadow(0 .75rem 1.5rem rgba(0,0,0,.3))}.services-tabs__topics{order:-1;flex:0 1 auto;width:100%;inline-size:auto;min-inline-size:0;max-inline-size:none;margin-top:0;color:var(--st-tab-muted);text-align:right;border-bottom:.0625rem solid rgba(2,2,2,.12);padding-bottom:1rem}@media(min-width:64rem){.services-tabs__topics{order:0;flex:1 1 0;min-inline-size:13.625rem;margin-top:2.125rem;border-bottom:0;padding-bottom:0}}.services-tabs__topic-list{--topic-indicator-y: 0;--topic-indicator-h: 2.6875rem;list-style:none;margin:0;padding:0;display:flex;flex-direction:row;flex-wrap:wrap;gap:1.3125rem;position:relative}@media(min-width:64rem){.services-tabs__topic-list{flex-direction:column;flex-wrap:nowrap}.services-tabs__topic-list:before{content:"";position:absolute;top:0;right:0;width:.1875rem;height:var(--topic-indicator-h);border-radius:999rem;background:var(--st-card-color-1);transform:translateY(var(--topic-indicator-y));transition:transform .3s ease,height .3s ease,background .3s ease}}.services-tabs__topic-button{appearance:none;background:transparent!important;border:0;cursor:pointer;text-align:right;color:var(--st-tab-muted);font-family:inherit;font-weight:400;font-size:1.125rem;line-height:1.43;padding:0 1.25rem 0 0;transition:color .3s ease;position:relative;width:100%;text-decoration:none;white-space:normal}.services-tabs__topic-button-text{position:relative;text-decoration:none;white-space:normal}.services-tabs__topic-button:hover,.services-tabs__topic-button:focus-visible{outline:none;color:var(--st-tab-color)}.services-tabs__topic-button.is-active{color:var(--st-tab-color);font-weight:700}.services-tabs__topic-content{text-align:right;display:flex;flex-direction:column;gap:1.25rem;min-height:0;max-width:none}@media(min-width:64rem){.services-tabs__topic-content{flex:1.06 1 27.5rem;min-width:27.5rem;min-height:21.375rem;max-width:27.0625rem}}.services-tabs__topic-panel{display:flex;flex-direction:column;gap:1.75rem;min-height:21.375rem}.services-tabs__topic-panel[hidden]{display:none}.services-tabs__topic-panel--mobile{min-height:13rem;height:100%}.services-tabs__topic-title:is(h3){margin:0;font-family:inherit;font-weight:500;font-size:2rem;line-height:1.15;letter-spacing:-.01em;color:var(--st-tab-active-text)}@media(min-width:64rem){.services-tabs__topic-title:is(h3){font-size:2.5rem}}.services-tabs__topic-description{flex:1 1 auto;font-family:inherit;font-weight:400;font-size:1rem;line-height:1.48;color:#ffffffeb;letter-spacing:-.01em;max-width:24rem}.services-tabs__topic-description p{margin:0 0 .75rem}.services-tabs__cta-wrap{margin-top:0;display:flex;justify-content:flex-start}.services-tabs__mobile-swiper{display:block;margin-top:1rem;overflow:hidden}@media(min-width:37.5rem){.services-tabs__mobile-swiper{display:none}}.services-tabs__mobile-swiper-instance{overflow:hidden;max-width:100%}.services-tabs__mobile-swiper-instance .swiper-wrapper{align-items:stretch;box-sizing:border-box}.services-tabs__mobile-slide{height:auto;max-width:100%;display:flex;align-items:stretch}.services-tabs__mobile-slide .services-tabs__panel-card--mobile{flex:1 1 auto;width:100%}.services-tabs__mobile-service[hidden]{display:none}.services-tabs__mobile-pagination{margin-top:1rem;display:flex;justify-content:center;gap:.5rem;padding-bottom:1rem}.services-tabs__mobile-pagination .swiper-pagination-bullet{width:.5rem;height:.5rem;border-radius:50%;background:#0003;opacity:1;cursor:pointer;transition:background .3s ease,transform .3s ease}.services-tabs__mobile-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--st-card-color-1, #5a00a2);transform:scale(1.4)}.services-tabs[data-active-color=purple],.services-tabs__panel[data-color=purple],.services-tabs__mobile-service[data-color=purple],.services-tabs__mobile-slide[data-color=purple]{--st-card-color-1: rgb(90, 0, 162);--st-card-color-2: rgb(73, 1, 130);--st-card-color-3: rgb(70, 3, 130);--st-card-color-4: rgb(55, 2, 99);--st-card-color-5: rgb(9, 10, 37)}.services-tabs[data-active-color=teal],.services-tabs__panel[data-color=teal],.services-tabs__mobile-service[data-color=teal],.services-tabs__mobile-slide[data-color=teal]{--st-card-color-1: rgb(0, 178, 155);--st-card-color-2: rgb(0, 142, 129);--st-card-color-3: rgb(0, 125, 115);--st-card-color-4: rgb(0, 105, 103);--st-card-color-5: rgb(0, 71, 74)}.services-tabs[data-active-color=ai-blue],.services-tabs__panel[data-color=ai-blue],.services-tabs__mobile-service[data-color=ai-blue],.services-tabs__mobile-slide[data-color=ai-blue]{--st-card-color-1: rgb(0, 131, 192);--st-card-color-2: rgb(9, 78, 186);--st-card-color-3: rgb(0, 99, 169);--st-card-color-4: rgb(9, 61, 175);--st-card-color-5: rgb(19, 24, 180)}.services-tabs[data-active-color=cyber-blue],.services-tabs__panel[data-color=cyber-blue],.services-tabs__mobile-service[data-color=cyber-blue],.services-tabs__mobile-slide[data-color=cyber-blue]{--st-card-color-1: rgb(0, 174, 255);--st-card-color-2: rgb(0, 148, 213);--st-card-color-3: rgb(0, 122, 170);--st-card-color-4: rgb(0, 96, 128);--st-card-color-5: rgb(0, 70, 86)}.services-tabs[data-active-color=magenta],.services-tabs__panel[data-color=magenta],.services-tabs__mobile-service[data-color=magenta],.services-tabs__mobile-slide[data-color=magenta]{--st-card-color-1: rgb(140, 1, 110);--st-card-color-2: rgb(102, 1, 87);--st-card-color-3: rgb(102, 1, 87);--st-card-color-4: rgb(63, 0, 63);--st-card-color-5: rgb(40, 0, 40)}
