Our Technology
Engineered for Precision. Designed for Earlier Action.
Our implantable sensing technology combines continuous physiological monitoring with predictive analytics to detect cardiac deterioration earlier and support proactive, personalized care.
ICM form factor case
Bio-compatible Titanium
Li-Ion Battery
2-years lifespan.
Communication
BLE 5.2
ECG Sensor
Latest generation
3D Motion Sensor
.dongle-annotations {
position: relative;
isolation: isolate;
width: 100%;
max-width: 1100px;
margin: 0 auto;
}
.dongle-annotations__img {
position: relative;
z-index: 0;
display: block;
width: 100%;
height: auto;
}
/* Connector-line overlay */
.dongle-annotations__lines {
position: absolute;
inset: 0;
z-index: 1;
display: block;
width: 100%;
height: 100%;
overflow: visible;
opacity: 1;
mix-blend-mode: normal;
pointer-events: none;
}
.dongle-annotations__lines polyline {
fill: none;
stroke: #084f57;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
stroke-opacity: 1;
/*
* Prevents the line from becoming thicker or thinner
* when the image changes size.
*/
vector-effect: non-scaling-stroke;
}
/* Static endpoint marker */
.dongle-marker {
position: absolute;
left: var(--x);
top: var(--y);
z-index: 2;
width: 14px;
height: 14px;
padding: 0;
border: 2px solid #ffffff;
border-radius: 50%;
background-color: #084f57;
box-shadow:
0 0 0 4px rgba(8, 79, 87, 0.16),
0 3px 8px rgba(0, 0, 0, 0.18);
transform: translate(-50%, -50%);
pointer-events: none;
}
/* Permanent information cards */
.dongle-label {
position: absolute;
left: var(--x);
top: var(--y);
z-index: 3;
box-sizing: border-box;
width: max-content;
max-width: 220px;
padding: 10px 12px;
border: 1px solid #cbd7d8;
border-radius: 10px;
/*
* Fully opaque.
* The connector cannot be seen through the card.
*/
background-color: #ffffff;
opacity: 1;
box-shadow:
0 8px 25px rgba(0, 0, 0, 0.12);
transform: translateZ(0);
isolation: isolate;
pointer-events: none;
}
/* Individual card widths keep connector alignment predictable */
.dongle-label--case {
width: 230px;
}
.dongle-label--battery {
width: 180px;
}
.dongle-label--communication {
width: 180px;
}
.dongle-label--ecg {
width: 170px;
}
.dongle-label--accelerometer {
width: 170px;
}
.dongle-label--pcb {
width: 270px;
}
.dongle-label__title {
color: #084f57;
font-size: clamp(11px, 1.25vw, 14px);
font-weight: 700;
line-height: 1.2;
}
.dongle-label__body {
margin-top: 4px;
color: #263638;
font-size: clamp(10px, 1.1vw, 13px);
line-height: 1.3;
}
/* Tablet */
@media (max-width: 850px) and (min-width: 701px) {
.dongle-label {
max-width: 190px;
padding: 8px 10px;
}
.dongle-label--case {
width: 190px;
}
.dongle-label--battery,
.dongle-label--communication,
.dongle-label--ecg,
.dongle-label--accelerometer {
width: 150px;
}
.dongle-label--pcb {
width: 220px;
}
.dongle-marker {
width: 12px;
height: 12px;
}
}
/*
* Mobile:
* Cards become a readable list below the image.
*/
@media (max-width: 700px) {
.dongle-annotations {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
}
.dongle-annotations__img {
grid-column: 1 / -1;
}
.dongle-annotations__lines,
.dongle-marker {
display: none;
}
.dongle-label,
.dongle-label--case,
.dongle-label--battery,
.dongle-label--communication,
.dongle-label--ecg,
.dongle-label--accelerometer,
.dongle-label--pcb {
position: static;
width: auto;
max-width: none;
min-height: 100%;
transform: none;
pointer-events: auto;
}
.dongle-label__title {
font-size: 13px;
}
.dongle-label__body {
font-size: 12px;
}
}
@media (max-width: 450px) {
.dongle-annotations {
grid-template-columns: 1fr;
}
}