<>
html { font-size: 1rem; }
@media screen and (max-width:1600px) { html { font-size: 1rem; } }
@media screen and (max-width:1440px) { html { font-size: calc(0.8126951092611863rem + 0.20811654526534862vw); } }
@media screen and (max-width:479px) { html { font-size: calc(0.7494769874476988rem + 0.8368200836820083vw); } }
>
<>
/*Clip content*/
.page-wrapper {
overflow: clip;
}
/* Gets rid of top margin on first element in any rich text*/
.w-richtext>:first-child {
margin-top: 0;
}
/* Fets rid of bottom margin on last element in any rich text*/
.w-richtext>:last-child.w-richtext ol li:last-child.w-richtext ul li:last-child {
margin-bottom: 0;
}
/* Prevents all click and hover interaction with an element */
.is-clickable-off {
pointer-events: none;
}
/* Enables you to add class of div-square which creates and maintains a 1:1 dimension of a div.*/
.is-square::after {
content: "";
display: block;
padding-bottom: 100%;
}
/* Hide focus outline for main content element */
main:focus-visible {
outline: -webkit-focus-ring-color auto 0px;
outline: none;
}
/* Reset buttonsand links s */
a {
color: inherit;
text-decoration: inherit;
}
/* Webkit Style reset for inputs */
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
/* Font Smoothing */
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
>
<>
/* Gradient */
:root {
--color-gradient: linear-gradient(90deg#A63B94 0%#0197D8 50%#1BC07D 100%);
}
.is-gradient {
background: var(--color-gradient);
}
/* The animation code for each tab */
@keyframes fill1 {
0% {opacity: 1; width: 0%;}
95% {opacity: 1; width: 100%;}
100% {opacity: 0; width: 100%;}
}
@keyframes fill2 {
0% {opacity: 1; width: 0%;}
95% {opacity: 1; width: 100%;}
100% {opacity: 0; width: 100%;}
}
@keyframes fill3 {
0% {opacity: 1; width: 0%;}
95% {opacity: 1; width: 100%;}
100% {opacity: 0; width: 100%;}
}
@keyframes fill4 {
0% {opacity: 1; width: 0%;}
95% {opacity: 1; width: 100%;}
100% {opacity: 0; width: 100%;}
}
@keyframes fill5 {
0% {opacity: 1; width: 0%;}
95% {opacity: 1; width: 100%;}
100% {opacity: 0; width: 100%;}
}
@keyframes fill6 {
0% {opacity: 1; width: 0%;}
95% {opacity: 1; width: 100%;}
100% {opacity: 0; width: 100%;}
}
/* Apply the animation to each tab with specific timing */
.home-tabs_link.is-1.is--current .home-tabs_link-underline {
animation-name: fill1;
animation-duration: 41s;
}
.home-tabs_link.is-2.is--current .home-tabs_link-underline {
animation-name: fill2;
animation-duration: 26s;
}
.home-tabs_link.is-3.is--current .home-tabs_link-underline {
animation-name: fill3;
animation-duration: 35s;
}
.home-tabs_link.is-4.is--current .home-tabs_link-underline {
animation-name: fill4;
animation-duration: 34s;
}
.home-tabs_link.is-5.is--current .home-tabs_link-underline {
animation-name: fill5;
animation-duration: 18s;
}
.home-tabs_link.is-6.is--current .home-tabs_link-underline {
animation-name: fill6;
animation-duration: 18s;
}
/* Apply the animation to each tab with specific timing */
.home-tabs_uc-link.is-1.is--current .home-tabs_link-underline {
animation-name: fill1;
animation-duration: 41s;
}
.home-tabs_uc-link.is-2.is--current .home-tabs_link-underline {
animation-name: fill2;
animation-duration: 26s;
}
.home-tabs_uc-link.is-3.is--current .home-tabs_link-underline {
animation-name: fill3;
animation-duration: 35s;
}
.home-tabs_uc-link.is-4.is--current .home-tabs_link-underline {
animation-name: fill4;
animation-duration: 34s;
}
.home-tabs_uc-link.is-5.is--current .home-tabs_link-underline {
animation-name: fill5;
animation-duration: 18s;
}
.home-tabs_uc-link.is-6.is--current .home-tabs_link-underline {
animation-name: fill6;
animation-duration: 18s;
}
/* Pill BG color - light
[pill-bg-light="true"] {
background-color: #FFFFFF;
}
Pill BG color - green
[pill-bg-green="true"] {
color: #FFFFFF;
background-color: #0BB9AF;
}
Pill BG color - purple
[pill-bg-purple="true"] {
color: #FFFFFF;
background-color: #281B40;
}*/
/* Pill BG color - gradient */
[pill-bg-gradient="true"] {
color: #FFFFFF;
background: linear-gradient(90deg#A63B94 0%#0197D8 50%#1BC07D 100%);
}
/* Button BG color - gradient */
[btn-gradient-bg="true"] {
background: linear-gradient(90deg#A63B94 0%#0197D8 50%#1BC07D 100%);
border: 0px;
transition: all 0s ease-in!important;
line-height: 1.11;
}
/* Button BG color - gradient */
[btn-gradient-bg="true"]:hover {
background: linear-gradient(90degwhite 0%white 50%white 100%);;
border: 0px;
line-height: 1.11;
}
/* Button BG color - gradient */
[btn-gradient-bg="true"]:hover p {
background: linear-gradient(90deg#A63B94 0%#0197D8 50%#1BC07D 100%);
color:transparent;
background-clip: text;
}
/* Button BG color - grey */
[btn-grey-bg="true"] {
background: rgba(2552552550.08);
}
.button-primary-large[btn-grey-bg="true"]:hover {
background: rgba(2552552550.8);
color: #332E3C;
}
/* Button footer - Padding L+R small */
[btn-footer="true"] {
padding-left: 1.34375rem;
padding-right: 1.34375rem;
}
/* Community numbers BG*/
.community_numbers-block {
background: linear-gradient(267degrgba(2552552550.08) 20.2%rgba(2212400.08) 93.39%);
}
/* Autoplay tabs BG*/
.home-tabs_card {
background: radial-gradient(244.28% 196.12% at 25.81% -24.22%#A63B94 0%#0197D8 50%#1BC07D 100%);
}
/* Industries open / close interaction */
.industries_card-icon.is-open .industries_card-bg {
transform: scale(0);
}
.vertical-line.no-stroke {
stroke-width: 0;
}
>
<>
/* Footer - grid column gap */
@media screen and (min-width: 992px) and (max-width: 1139px) {
.footer_inner-grid.is-top {
grid-column-gap: 4.375rem;
}
}
>
<>
@media screen and (min-width: 992px) {
/* Benefit cards - hover */
.home-benefits_grid-item:hover .home-benefits_underline {
width: 0%;
opacity: 0%;
}
.home-benefits_grid-item.is-1:hover {
background-color: rgba(165611490.1);
}
.home-benefits_grid-item.is-2:hover {
background-color: rgba(611181920.1);
}
.home-benefits_grid-item.is-3:hover {
background-color: rgba(113611650.1);
}
.home-benefits_grid-item.is-4:hover {
background-color: rgba(271921260.1);
}
/* How it works cards - hover */
.home-hiw_grid-item.is-1:hover {
background-color: rgba(165611490.10);
}
.home-hiw_grid-item.is-1:hover .home-hiw_pill.is-1 {
background-color: #A53D95;
}
.home-hiw_grid-item.is-2:hover {
background-color: rgba(113611650.10);
}
.home-hiw_grid-item.is-2:hover .home-hiw_pill.is-2 {
background-color: #713DA5;
}
.home-hiw_grid-item.is-3:hover {
background-color: rgba(611181920.10);
}
.home-hiw_grid-item.is-3:hover .home-hiw_pill.is-3 {
background-color: #3D76C0;
}
.home-hiw_grid-item.is-4:hover {
background-color: rgba(131701760.10);
}
.home-hiw_grid-item.is-4:hover .home-hiw_pill.is-4 {
background-color: #0DAAB0;
}
.home-hiw_grid-item.is-5:hover {
background-color: rgba(271921260.10);
}
.home-hiw_grid-item.is-5:hover .home-hiw_pill.is-5 {
background-color: #1BC07E;
}
.home-hiw_grid-item:hover .home-hiw_pill {
color: #FFFFFF;
}
/* Nav dropdown link - hover */
.nav_link.is-dropdown:hover {
background: rgba(2212400.06);
}
/* Select field (filters) - hover / focus */
.cms-form_select-dropdown_link:hover {
background: #F6F5F9;
}
.cms-form_search-field:hover {
border-color: rgba(5146600.32);
}
.cms-form_select-field:hover {
border-color: rgba(5146600.32);
}
}
>
<>
@media screen and (min-width: 481px) {
/* Footer CTA BG */
.footer_inner-grid.is-cta {
background: linear-gradient(263degrgba(2552552550.07) 21.53%rgba(2212400.07) 107.24%);
}
}
>
<>
@media screen and (max-width: 480px) {
/* Footer CTA BG */
.footer_inner-grid.is-cta {
background: linear-gradient(123degrgba(2552552550.07) 33.33%rgba(2212400.07) 71.03%);
}
.community_numbers-block {
background: linear-gradient(123degrgba(2552552550.07) 33.33%rgba(2212400.07) 71.03%);
}
/* Autoplay tabs BG - mobile */
.home-tabs_card {
background: #FFFFFF;
}
}
>
<>
@media screen and (min-width: 480px) and (max-width: 650px) {
/* Circle mobile landscape */
.circle-wrapper {
transform: scale(0.8);
}
.community_main-grid-item.is-circle {
height: 36rem;
}
}
>
<>
@media screen and (min-width: 992px) {
/* Community Social - hover */
.community_cta-grid-item:hover .community_cta-icon {
border-radius: 50vw;
background: linear-gradient(180degrgba(2552552550.60) 0%rgba(2552552550.19) 100%);
}
/* .community_cta-grid-item:hover {
color: #3D76C0;
} */
}
>
<>
.industries_card-block {
-webkit-overflow-scrolling: touch;
}
.industries_card-block::-webkit-scrollbar {
display: none;
}
.industries_card-block {
scrollbar-width: none;
}
.industries_card-block {
-ms-overflow-: none;
}
>
<>
@media screen and (min-width: 480px) and (max-width: 630px) {
.popup_vl-ctas-grid {
grid-template-columns: 1fr;
}
}
>
<>
.is-post-wrapper {
transition-property: transformopacityscaletranslaterotate;
transition-duration: 0.3s;
transition-timing-function: ease;
transition-delay: 0.3s;
}
.loading .is-post-wrapper {
opacity: 0;
}
>
<>
.buttons-group.is-hero.is-post-wrapper.is-post-start .button-secondary-large {
display:none;
}
.buttons-group.is-hero.is-post-wrapper.is-post-get .button-primary-large {
display:none;
}
.buttons-group.is-hero.is-post-wrapper.is-post-get .button-secondary-large {
background-color: var(--color-primary--dark-purple-0-8);
color: var(--color-primary--white);
border-top-: solid;
border-top-width: 1.5px;
border-top-color: hsla(00.00%0.00%0.00);
border-right-: solid;
border-right-width: 1.5px;
border-right-color: hsla(00.00%0.00%0.00);
border-bottom-: solid;
border-bottom-width: 1.5px;
border-bottom-color: hsla(00.00%0.00%0.00);
border-left-: solid;
border-left-width: 1.5px;
border-left-color: hsla(00.00%0.00%0.00);
}
.nav_ctas-wrapper.is-post-wrapper.is-post-get .button-secondary-small {
order: 1;
background-color: var(--color-primary--dark-purple-0-8);
color: var(--color-primary--white);
border-top-: solid;
border-top-width: 1.5px;
border-top-color: hsla(00.00%0.00%0.00);
border-right-: solid;
border-right-width: 1.5px;
border-right-color: hsla(00.00%0.00%0.00);
border-bottom-: solid;
border-bottom-width: 1.5px;
border-bottom-color: hsla(00.00%0.00%0.00);
border-left-: solid;
border-left-width: 1.5px;
border-left-color: hsla(00.00%0.00%0.00);
}
.nav_ctas-wrapper.is-post-wrapper.is-post-get .button-primary-small {
border-top-: solid;
border-top-width: 1.5px;
border-top-color: var(--color-primary--dark-purple-0-16);
border-right-: solid;
border-right-width: 1.5px;
border-right-color: var(--color-primary--dark-purple-0-16);
border-bottom-: solid;
border-bottom-width: 1.5px;
border-bottom-color: var(--color-primary--dark-purple-0-16);
border-left-: solid;
border-left-width: 1.5px;
border-left-color: var(--color-primary--dark-purple-0-16);
border-top-left-radius: 0.375rem;
border-top-right-radius: 0.375rem;
border-bottom-left-radius: 0.375rem;
border-bottom-right-radius: 0.375rem;
background-color: var(--color-primary--white);
color: var(--color-primary--dark-grey);
}
.buttons-group.is-home-tabs.is-post-wrapper.is-post-get .button-primary-large {
order: 1;
border-top-: solid;
border-top-width: 1.5px;
border-top-color: var(--color-primary--dark-purple-0-16);
border-right-: solid;
border-right-width: 1.5px;
border-right-color: var(--color-primary--dark-purple-0-16);
border-bottom-: solid;
border-bottom-width: 1.5px;
border-bottom-color: var(--color-primary--dark-purple-0-16);
border-left-: solid;
border-left-width: 1.5px;
border-left-color: var(--color-primary--dark-purple-0-16);
border-top-left-radius: 0.375rem;
border-top-right-radius: 0.375rem;
border-bottom-left-radius: 0.375rem;
border-bottom-right-radius: 0.375rem;
background-color: var(--color-primary--white);
color: var(--color-primary--dark-grey);
}
.buttons-group.is-home-tabs.is-post-wrapper.is-post-get .button-secondary-large {
background-color: var(--color-primary--dark-purple-0-8);
color: var(--color-primary--white);
border-top-: solid;
border-top-width: 1.5px;
border-top-color: hsla(00.00%0.00%0.00);
border-right-: solid;
border-right-width: 1.5px;
border-right-color: hsla(00.00%0.00%0.00);
border-bottom-: solid;
border-bottom-width: 1.5px;
border-bottom-color: hsla(00.00%0.00%0.00);
border-left-: solid;
border-left-width: 1.5px;
border-left-color: hsla(00.00%0.00%0.00);
}
.is-home-contact-us.is-post-wrapper.is-post-get .button-primary-large {
border-top-: solid;
border-top-width: 1.5px;
border-top-color: hsla(00.00%100.00%0.32);
border-right-: solid;
border-right-width: 1.5px;
border-right-color: hsla(00.00%100.00%0.32);
border-bottom-: solid;
border-bottom-width: 1.5px;
border-bottom-color: hsla(00.00%100.00%0.32);
border-left-: solid;
border-left-width: 1.5px;
border-left-color: hsla(00.00%100.00%0.32);
border-top-left-radius: 0.75rem;
border-top-right-radius: 0.75rem;
border-bottom-left-radius: 0.75rem;
border-bottom-right-radius: 0.75rem;
background-color: hsla(00.00%100.00%0.00);
color: var(--color-primary--white);
}
.is-home-contact-us.is-post-wrapper.is-post-get .button-thertiary-large {
order: 1;
background-color: var(--color-primary--dark-purple-0-8);
color: var(--color-primary--white);
border-top-: solid;
border-top-width: 1.5px;
border-top-color: hsla(00.00%0.00%0.00);
border-right-: solid;
border-right-width: 1.5px;
border-right-color: hsla(00.00%0.00%0.00);
border-bottom-: solid;
border-bottom-width: 1.5px;
border-bottom-color: hsla(00.00%0.00%0.00);
border-left-: solid;
border-left-width: 1.5px;
border-left-color: hsla(00.00%0.00%0.00);
}
>
<>
.hs-newsletter_form-field:-webkit-autofill {
background-color: #160c28 !important; /* Change BG color */
}
.hs-newsletter_form-field:-moz-autofill {
background-color: #160c28 !important; /* Gecko based browsers */
}
.hs-newsletter_form-field:-ms-autofill {
background-color: #160c28 !important; /* Internet Explorer */
}
>
<>
.popup_form_checkbox:checked[gad-checked="bg-black"]{
background-color: black;
}
.section.is-marquee[grey-bg="true"] {
padding-top: 5rem;
padding-bottom: 5rem;
background-color: #F6F5F9;
}
.section.is-marquee[grey-bg="true"] .marquee_mask {
background: linear-gradient(90deg#F6F5F9 0%rgba(2462452490.00) 100%);
}
>
<>
/* Disable default styling for select field */
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
>
<>
.ks-cards_underline.kf-scroll_icon-bg {
opacity: 10%;
}
>
Meet us at MLD1 2025! Septrmber 17Ramat GanIsrael
<>
/* @media only screen and (min-width: 1040px) and (max-width: 1300px) {
.nav_menu-list {
justify-content: start;
padding-left:12rem;
}
}*/
@media only screen and (min-width: 991px) and (max-width: 1039px) {
/* .nav_menu-list {
justify-content: start;
padding-left:12rem;
} */
.nav_link {
font-size:0.875rem;
}
.nav_dropdown-toggle {
font-size:0.875rem;
}
}
>
Rapid Visual Discovery Instantly find the most relevant imagesobjectsand video frames using advanced visual similarity. Use visuals to quickly locate similar assets that match your criteria.
Cluster-to-Image Matching Effortlessly explore data clusters through an intuitiveinteractive interface. Visualize and navigate your data with easezooming in and out to uncover patterns and insights at any level of detail.
Multi-Source Visual Matching Expand your search with multiple data sources. Easily upload external data to discover visually similar contentenhancing your ability to analyze and explore your data.
Granular Data Slicing Add layers of precision to your search by applying multiple filters and narrowing down results. Combine visual with natural language and metadata searches for more accuratetargeted discoveries in large.
<>
.swiper-slide.kaf-cards_grid-item:hover .ks-cards_underline {
width: 0%;
opacity: 0%;
}
.swiper-slide.kaf-cards_grid-item:hover .kaf-cards_grid-item-bg {
opacity: 10%;
}
>
Time Efficiency Eliminate hours spent sifting through data manually by leveraging automated similarity tools.
Laser-Focused Results Perform detailed and accurate searches across various data typesensuring you get the most relevant results.
Infinitely Scale Handle unlimited datasets without compromising on seed or performanceno matter the size.
User-Friendly Interface Designed for users of all skill levels - from data scientists to business analysts - to quickly find what they need with minimal effort.
Comprehensive Analysis Uncover insights and patterns that might be missed with traditional search methods.
Semantic search Find relevant images and videos using natural language queriesbridging textual descriptions and visual content.
Learn more Quality analysis Identify and address data quality issuesensuring your models are trained on the highest-quality datasets.
Learn more Smart clustering Eliminate hours spent sifting through data manually.
Learn more
By clicking “Accept”you agree to the storing of cookies on your device to enhance site navigationanalyze site usageand assist in our marketing efforts. View our
Privacy Policy for more information.