EFP PROBE
Putting Classification and Guidelines into Practice
Turning guidelines into action with EFP Probe. Increased Diagnostic Assessment. Tailored treatment plans.
GET MORE INFORMATION
PLACE AN ORDER
.efp-section{
display:flex;align-items:center;justify-content:center;padding:40px 20px;flex-wrap:wrap;background:transparent;
}
.efp-image{flex:1 1 50%;text-align:center;}
.efp-image img{max-width:100%;height:auto;}
.efp-text{flex:1 1 50%;padding:20px;color:#fff;}
.efp-title{
color:#000 !important;
font-size:54px !important;
font-weight:900 !important;
text-transform:uppercase;
line-height:1.1;
margin:0 0 8px 0;
}
.efp-subtitle{
color:#fff !important;
font-weight:700 !important;
font-size:26px !important;
line-height:1.2;
margin:0 0 12px 0;
}
.efp-description{
color:#fff;
font-size:18px;
line-height:1.45;
margin:0 0 18px 0;
}
.efp-buttons{display:flex;flex-wrap:wrap;gap:15px;}
.efp-button{
display:inline-block;padding:12px 25px;border:2px solid #fff !important;
background:transparent;color:#fff !important;text-transform:uppercase;
text-decoration:none;font-weight:700;transition:all .25s ease;
}
.efp-button:link,.efp-button:visited{color:#fff !important;}
.efp-button:hover,.efp-button:focus-visible{
background:#fff;color:#69c3cb !important;
outline:none;
}
@media (max-width:768px){
.efp-section{flex-direction:column;text-align:center;}
.efp-text{padding:20px 0;}
.efp-title{font-size:42px !important;margin-bottom:8px;}
.efp-subtitle{font-size:22px !important;margin-bottom:10px;}
.efp-buttons{flex-direction:column;align-items:center;}
.efp-button{width:100%;max-width:300px;text-align:center;}
}
/* 👉 Scroll morbido */
html {
scroll-behavior: smooth;
}
,
The EFP Probe is a cutting-edge periodontal instrument, designed in partnership with the European Federation of Periodontology, to streamline your workflow with reliable diagnostics that align with the latest EFP S3-level guidelines. Empower your practice with faster, clearer assessments and confident clinical decisions.
Why Choose the EFP Probe?
❮
Fast & Reliable Screening
Instantly assess pocket depth, clinical attachment loss (CAL), and more—on the spot.
Evidence-Based Decisions
Seamlessly follow EFP 2018 staging & grading protocols – step by step.
Smart Treatment Planning
Easily stratify patients by risk level and deliver tailored care, from preventive to advanced therapies.
Versatile Clinical Application
Perfect for both periodontal and peri-implant workflows.
Ergonomic Design
Lightweight, balanced, and comfortable to handle – minimizing clinician fatigue during extended use.
❯
Fast & Reliable Screening
Instantly measure probing depth, clinical attachment loss (CAL), and more – on the spot.
Evidence-Based Decisions
Seamlessly follow EFP 2018 staging & grading protocols – step by step.
Smart Treatment Planning
Easily stratify patients by risk level and deliver tailored care, from preventive to advanced therapies.
Versatile Clinical Application
Perfect for both periodontal and peri-implant workflows.
Ergonomic Design
Lightweight, balanced, and comfortable to handle – minimizing clinician fatigue during extended use.
/* --- Testo introduttivo --- */
.intro-text {
text-align: center;
font-size: 18px;
margin-top: 40px;
margin-bottom: 30px;
line-height: 1.6;
color: #000;
}
/* --- Sezione principale --- */
.features-section {
max-width: 1200px;
margin: auto;
padding: 20px;
text-align: center;
}
/* --- Titolo --- */
.dual-title {
margin-bottom: 30px;
font-size: 32px;
line-height: 1.3;
}
.dual-title .blue {
color: #69c3cb;
font-weight: bold;
text-transform: uppercase;
}
/* --- Carosello Desktop --- */
.carousel-wrapper {
position: relative;
display: flex;
align-items: center;
}
.features-carousel {
display: flex;
gap: 20px;
overflow: hidden;
scroll-behavior: smooth;
flex: 1;
}
.feature {
flex: 0 0 300px;
background: #f9f9f9;
border-radius: 8px;
padding: 20px;
text-align: left;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.feature:hover {
transform: translateY(-5px);
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.feature h3 {
color: #69c3cb;
font-size: 18px;
margin-bottom: 10px;
}
.feature p {
font-size: 15px;
color: #000;
line-height: 1.4;
margin: 0;
}
/* --- Frecce --- */
.carousel-btn {
background: #69c3cb;
color: #fff;
border: none;
font-size: 22px;
padding: 10px 14px;
cursor: pointer;
border-radius: 50%;
transition: background 0.3s ease, opacity 0.3s ease;
z-index: 2;
opacity: 0;
pointer-events: none;
}
.carousel-btn:hover {
background: #4aa0a6;
}
.carousel-wrapper:hover .carousel-btn {
opacity: 1;
pointer-events: auto;
}
.carousel-btn.prev { margin-right: 10px; }
.carousel-btn.next { margin-left: 10px; }
/* --- Mobile: lista semplice --- */
.features-list {
display: none;
}
@media (max-width: 768px) {
.carousel-wrapper { display: none; }
.features-list { display: block; }
.features-list .feature {
margin-bottom: 15px;
}
}
const carousel = document.querySelector('.features-carousel');
const prevBtn = document.querySelector('.carousel-btn.prev');
const nextBtn = document.querySelector('.carousel-btn.next');
if (carousel && prevBtn && nextBtn) {
prevBtn.addEventListener('click', () => {
carousel.scrollBy({ left: -320, behavior: 'smooth' });
});
nextBtn.addEventListener('click', () => {
carousel.scrollBy({ left: 320, behavior: 'smooth' });
});
}
,
DOWNLOAD THE BROCHURE
Fill the form below to download your content
/* --- Sezione principale --- */
.custom-brochure {
text-align: center;
padding: 80px 20px;
border: none;
position: relative;
background: transparent !important;
}
/* --- Bottone --- */
.custom-brochure .accordion-btn {
display: inline-block;
padding: 18px 40px;
border: 2px solid #69c3cb !important;
background: transparent !important;
color: #69c3cb !important;
font-weight: bold;
text-transform: uppercase;
cursor: pointer;
border-radius: 4px;
transition: all 0.3s ease;
font-size: 16px;
}
.custom-brochure .accordion-btn:hover,
.custom-brochure .accordion-btn.active {
background: #69c3cb !important;
color: #fff !important;
}
/* --- Contenuto accordion --- */
.custom-brochure .accordion-content {
max-width: 900px;
margin: 40px auto 0;
background: transparent !important;
color: #fff !important;
padding: 0;
display: none;
text-align: left;
border: none !important;
overflow: visible !important;
}
/* --- Testo sopra il form --- */
.custom-brochure .accordion-content p {
color: #69c3cb !important;
font-size: 18px;
margin-bottom: 20px;
text-align: center;
font-weight: 500;
}
/* --- iFrame --- */
.custom-brochure .pardot-wrapper {
background: transparent !important;
overflow: visible !important;
position: relative;
}
/* ✅ Altezza ottimizzata per ogni dispositivo */
.custom-brochure .pardot-wrapper iframe {
display: block;
width: 100%;
min-height: 1080px; /* ✅ desktop bilanciato */
border: none;
background: transparent !important;
overflow: visible !important;
}
/* --- Tablet --- */
@media (max-width: 1024px) and (min-width: 769px) {
.custom-brochure .pardot-wrapper iframe {
min-height: 1120px; /* ✅ leggermente più alto per tablet */
}
}
/* --- Mobile --- */
@media (max-width: 768px) {
.custom-brochure {
padding: 60px 15px;
}
.custom-brochure .pardot-wrapper iframe {
min-height: 1180px; /* ✅ mobile: include tutto, elimina spazio vuoto */
}
}
/* --- Effetto apertura --- */
.custom-brochure .accordion-content.show {
display: block;
animation: fadeIn 0.4s ease;
}
@keyframes fadeIn {
from {opacity: 0; transform: translateY(-10px);}
to {opacity: 1; transform: translateY(0);}
}
document.addEventListener("DOMContentLoaded", function() {
const btn = document.querySelector(".custom-brochure .accordion-btn");
const content = document.querySelector(".custom-brochure .accordion-content");
if (btn && content) {
btn.addEventListener("click", function() {
this.classList.toggle("active");
content.classList.toggle("show");
// ✅ Scroll automatico quando si apre
if (content.classList.contains("show")) {
setTimeout(() => {
content.scrollIntoView({ behavior: "smooth", block: "start" });
}, 300);
}
});
}
});
,
Engineered for precision and ease,
the EFP Probe brings clarity to diagnosis and treatment.
Accurate assessment of periodontitis is essential for ensuring effective treatment and maintaining long-term oral health.
With the EFP Probe, dental professionals can make confident, evidence-based decisions aligned with the step-by-step approach outlined in the EFP guidelines.
1. Assess - Clinical Examination
PPD: Asses pocket depths at multiple sites per tooth.
CAL: Record clinical attachment loss accurately.
BOP: Standardized bleeding on probing assessments to detect inflammation.
Mobility: Evaluate tooth stability with comfort.
Calculus Detection: Assess the quantity of calculus in an atraumatic and patient-friendly way.
Surgical Need (4–6 mm): Support clinical decisions with precise thresholds.
2. Classify - Staging and Grading
Staging (I–IV): Combine CAL, RBL, and indicators to stage periodontitis.
Grading (A–C): Use patient history to determine progression and guide treatment.
3. Stratify - Personalized and Customized Treatment Planning
Low Risk: Routine cleaning every 6 months.
Medium Risk: Scaling & root planing; recall every 3–4 months.
High Risk: Intensive therapy, adjunctive antibiotics or laser; frequent recalls.
1. Assess - Clinical Examination +
PPD: Measure probing pocket depths at multiple sites per tooth.
CAL: Record clinical attachment loss accurately.
BOP: Standardized bleeding on probing assessments to detect inflammation.
Mobility: Evaluate tooth stability with comfort.
Calculus Detection: Assess the quantity of calculus in an atraumatic and patient-friendly way.
Surgical Need (4–6 mm): Support clinical decisions with precise thresholds.
2. Classify - Staging and Grading +
Staging (I–IV): Combine CAL, RBL, and indicators to stage periodontitis.
Grading (A–C): Use patient history to determine progression and guide treatment.
3. Stratify - Personalized and Customized Treatment Planning +
Low Risk: Routine cleaning every 6 months.
Medium Risk: Scaling & root planing; recall every 3–4 months.
High Risk: Intensive therapy, adjunctive antibiotics or laser; frequent recalls.
.how-section {
max-width: 1200px;
margin: auto;
padding: 60px 20px 40px; /* più spazio sopra */
text-align: center;
margin-bottom: 40px;
}
.how-section h2 {
color: #000; /* nero */
font-size: 36px;
font-weight: 900;
margin-bottom: 20px;
}
/* desktop */
.desktop-break { display: none; }
@media (min-width: 769px) {
.desktop-break { display: inline; }
}
/* testo introduttivo sotto al titolo */
.how-section .intro {
margin-bottom: 25px;
color: #fff;
font-size: 18px; /* base per mobile */
line-height: 1.6;
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
/* --- Desktop (modifiche dedicate) --- */
@media (min-width: 769px) {
.how-section {
padding-top: 90px; /* più staccato dall’alto */
}
.how-section .intro {
font-size: 20px; /* +2px rispetto a mobile */
margin-bottom: 20px;
}
}
/* --- Desktop: Card --- */
.how-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
margin-bottom: 40px;
}
.how-card {
background: #fff;
border-radius: 8px;
padding: 25px;
text-align: center;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.how-card:hover {
transform: translateY(-5px);
box-shadow: 0 4px 15px rgba(0,0,0,0.12);
}
.how-card .icon {
margin-bottom: 15px;
}
.how-card .icon img {
width: 120px;
height: auto;
}
.how-card h3 {
color: #69c3cb;
font-size: 20px;
font-weight: bold;
margin-bottom: 15px;
}
.how-card ul {
margin: 0;
padding-left: 18px;
text-align: left;
}
.how-card li {
margin-bottom: 10px;
font-size: 15px;
line-height: 1.5;
color: #000;
}
/* --- Mobile: Accordion --- */
.how-accordion {
display: none;
margin-top: 10px; /* ridotto */
margin-bottom: 30px; /* meno spazio */
}
.accordion-item {
margin-bottom: 10px;
}
.accordion-toggle {
width: 100%;
padding: 14px;
background: #69c3cb;
color: #fff;
text-align: left;
font-size: 18px;
font-weight: bold;
border: none;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
}
.accordion-toggle .icon {
font-weight: bold;
font-size: 20px;
color: #fff;
}
.accordion-content {
display: none;
padding: 15px;
background: #f9f9f9;
}
.accordion-content ul {
margin: 0;
padding-left: 18px;
}
.accordion-content li {
margin-bottom: 10px;
font-size: 15px;
line-height: 1.4;
color: #000;
}
/* --- Responsività --- */
@media (max-width: 768px) {
.how-grid { display: none; }
.how-accordion { display: block; }
.how-section h2 {
margin-bottom: 15px;
}
.how-section .intro {
margin-bottom: 15px; /* molto meno spazio su mobile */
}
/* Pulsanti neri su mobile */
.accordion-toggle {
background: #000;
color: #fff;
}
.accordion-toggle .icon {
color: #fff;
}
}
document.querySelectorAll(".accordion-toggle").forEach(button => {
button.addEventListener("click", () => {
const content = button.nextElementSibling;
const icon = button.querySelector(".icon");
const isOpen = content.style.display === "block";
document.querySelectorAll(".accordion-content").forEach(c => c.style.display = "none");
document.querySelectorAll(".accordion-toggle .icon").forEach(i => i.textContent = "+");
content.style.display = isOpen ? "none" : "block";
icon.textContent = isOpen ? "+" : "–";
});
});
,
EFP Probe Markings and Features
3 mm baseline mark | Black band from 4–6 mm (centered at 5 mm) |
Millimeter marks from 7–15 mm | Bands at 9–10 mm & 14–15 mm
HuFriedyGroup patented Qulix™ Coating
Ensures a sharp contrast for easier readings, and a probe that won’t chip, fade, or flake during extended use.
Detailed markings in 1 mm increments
Ideal for patients with more severe disease.
A special band between 4–6 mm
Highlights key probing depths for non-surgical and surgical interventions.
Ball-point tip
Makes it easier to enter the periodontal pocket without damaging the sulcus and allows to check for plaque-retentive factors.
A special marking at 3 mm
Indicates the absence of pockets.
.probe-section {
max-width: 1200px;
margin: auto;
padding: 40px 20px;
text-align: center;
}
.probe-title {
color: #69c3cb;
font-size: 28px;
font-weight: bold;
margin-bottom: 10px;
}
.probe-subtitle {
font-size: 16px;
color: #000;
margin-bottom: 30px;
}
.probe-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 20px;
}
.probe-card {
text-align: center;
display: block;
}
.probe-img {
margin: 0 auto 15px;
max-width: 150px; /* desktop */
background: none !important;
border-radius: 0 !important;
overflow: visible !important;
}
.probe-img img {
width: 100% !important;
height: auto !important;
display: block;
background: none !important;
border-radius: 0 !important;
box-shadow: none !important;
}
.probe-card h3 {
font-size: 16px;
font-weight: bold;
margin-bottom: 8px;
}
.probe-card p {
font-size: 14px;
color: #333;
line-height: 1.4;
margin: 0;
}
/* --- Mobile: immagini forzate più grandi --- */
@media (max-width: 768px) {
.probe-grid {
grid-template-columns: 1fr;
}
.probe-img,
.probe-img img {
width: 260px !important; /* ✅ larghezza forzata */
max-width: 260px !important;
height: auto !important;
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
}
}
,
Key Benefits
Diagnostic Confidence
Consistent measurements help reduce variability between clinicians and support the evaluation of pocket severity levels.
Targeted Interventions
Avoid over- or undertreatment – deliver just-right care.
Risk Prevention
Identify high-risk patients early for long-term success.
Patient Engagement
Clear metrics and visuals foster trust and understanding, helping to create a successful recall plan.
Diagnostic Confidence
Consistent measurements help reduce variability between clinicians and support the evaluation of pocket severity levels.
Targeted Interventions
Avoid over- or undertreatment – deliver just-right care.
Risk Prevention
Identify high-risk patients early for long-term success.
Patient Engagement
Clear metrics and visuals foster trust and understanding, helping to create a successful recall plan.
.benefits-section {
max-width: 1200px;
margin: auto;
padding: 50px 20px;
text-align: center;
}
.benefits-title {
font-size: 30px;
font-weight: bold;
margin-bottom: 40px;
color: #69c3cb;
text-transform: uppercase;
}
.benefits-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 25px;
}
.benefit-card {
background: #69c3cb; /* sfondo azzurro */
border-radius: 8px;
padding: 25px;
text-align: center;
transition: transform 0.2s ease, box-shadow 0.2s ease;
color: #fff; /* testo bianco */
}
.benefit-card:hover {
transform: translateY(-5px);
box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.benefit-card .icon {
margin-bottom: 15px;
}
.benefit-card .icon img {
width: 80px; /* un po' più grande delle icone vecchie */
height: auto;
}
.benefit-card h3 {
color: #fff;
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}
.benefit-card p {
font-size: 15px;
color: #fff;
line-height: 1.4;
margin: 0;
}
/* --- Mobile Carousel --- */
.benefits-carousel {
display: none;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
}
.benefits-carousel .carousel-track {
display: flex;
gap: 15px;
}
.benefits-carousel .benefit-card {
flex: 0 0 80%;
scroll-snap-align: center;
}
/* --- Responsive --- */
@media (max-width: 768px) {
.benefits-grid { display: none; }
.benefits-carousel { display: block; }
}
,
Transform Your Practice Today
Use the EFP Probe to deliver clinical precision and predictive prevention — one patient at a time
GET MORE INFORMATION
PLACE AN ORDER
.form-section {
margin-top: 60px;
margin-bottom: 60px;
}
.form-title {
font-size: 40px !important; /* 🔹 molto più grande */
font-weight: 700 !important;
color: #000 !important; /* 🔹 nero */
margin-bottom: 20px !important;
}
.form-subtitle {
font-size: 24px !important; /* 🔹 leggibile */
font-weight: 500 !important;
color: #fff !important; /* 🔹 bianco */
margin-bottom: 40px !important;
line-height: 1.6;
}
/* 🔹 CTA Buttons */
.cta-buttons {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}
.cta-btn {
display: inline-block;
border: 2px solid #fff !important;
color: #fff !important; /* testo sempre bianco */
background: transparent !important;
text-decoration: none !important;
padding: 16px 32px !important;
border-radius: 2px !important;
font-weight: bold !important;
text-transform: uppercase !important;
transition: all 0.3s ease !important;
text-align: center;
}
.cta-btn:hover {
background: #fff !important;
color: #000 !important; /* invertito solo in hover */
}
/* 🔹 Mobile: bottoni full-width */
@media (max-width: 768px) {
.cta-buttons {
flex-direction: column;
gap: 15px;
}
.cta-btn {
width: 100%;
}
}
,
The Evolution of Individualized Periodontal Care
EFP Probe is part of a comprehensive approach that enhances periodontal outcomes
by combining diagnostic precision, evidence-based therapy, and optimized healing support.
DISCOVER MORE
.tha-banner {
display: flex;
flex-direction: row !important; /* forza due colonne */
align-items: center;
justify-content: space-between;
gap: 60px;
max-width: 1200px;
margin: 60px auto;
padding: 40px 20px;
text-align: left;
}
/* Colonna sinistra */
.tha-logo {
flex: 1 1 50% !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
.tha-logo img {
width: 100% !important;
max-width: 650px !important; /* 🔹 aumenta qui per far crescere ancora il logo */
height: auto !important;
}
/* Colonna destra */
.tha-content {
flex: 1 1 50% !important;
max-width: 650px !important;
}
.tha-subtitle {
font-size: 36px !important;
font-weight: 700 !important;
color: #fff !important;
margin: 0 0 20px !important;
}
.tha-content p {
font-size: 20px !important;
line-height: 1.6 !important;
color: #f2f2f2 !important;
margin-bottom: 30px !important;
}
/* Bottone */
.tha-button {
display: inline-block !important;
border: 2px solid #fff !important;
color: #fff !important;
background: transparent !important;
text-decoration: none !important;
padding: 14px 32px !important;
border-radius: 4px !important;
font-weight: bold !important;
text-transform: uppercase !important;
transition: all 0.3s ease !important;
}
.tha-button:hover {
background: #fff !important;
color: #000 !important;
}
/* 🔹 Mobile */
@media (max-width: 768px) {
.tha-banner {
flex-direction: column !important;
text-align: center !important;
gap: 30px !important;
}
.tha-logo img {
max-width: 280px !important;
margin-bottom: 10px !important;
}
.tha-subtitle {
font-size: 26px !important;
}
.tha-content p {
font-size: 18px !important;
}
}
,
REQUEST MORE INFORMATION
/* --- Sezione richiesta info --- */
.request-tha {
max-width: 1100px;
margin: 0 auto;
padding: 80px 20px 0;
text-align: center;
color: #fff !important;
background: transparent !important;
}
/* --- Titolo --- */
.request-tha .tha-title {
font-size: 36px;
font-weight: 700;
margin-bottom: 25px;
color: #fff !important;
line-height: 1.3;
text-align: center;
white-space: normal;
text-transform: none;
}
/* --- Contenitore iframe --- */
#efp-form {
margin: 0 auto !important;
max-width: 800px;
padding: 0 !important;
}
/* --- iFrame Pardot --- */
#efp-form iframe {
display: block;
width: 100%;
border: none;
background: transparent !important;
overflow: visible !important;
height: 1300px; /* ✅ altezza bilanciata come il form contact */
margin: 0 auto !important;
}
/* --- Desktop --- */
@media (min-width: 1025px) {
.request-tha .tha-title {
font-size: 40px !important;
}
}
/* --- Tablet --- */
@media (max-width: 1024px) and (min-width: 769px) {
#efp-form iframe {
height: 1400px;
}
}
/* --- Mobile --- */
@media (max-width: 768px) {
.request-tha {
padding: 60px 15px 0;
}
.request-tha .tha-title {
font-size: 26px !important;
}
#efp-form iframe {
height: 1500px;
}
}
Targeted Healing Approach
The Evolution of Individualized Periodontal Care
Evidence-based periodontal therapy with advanced diagnostics, precision instruments, and a natural shield for optimal healing outcomes.
REQUEST MORE INFORMATION
.efp-section {
display:flex;
align-items:center;
justify-content:center;
padding:40px 20px;
flex-wrap:wrap;
background:transparent;
}
.efp-image {flex:1 1 50%;text-align:center;}
.efp-image img {max-width:100%;height:auto;}
.efp-text {flex:1 1 50%;padding:20px;color:#fff;}
.efp-title {
font-size:54px !important;
font-weight:900 !important;
line-height:1.1;
margin:0 0 8px 0;
}
.efp-subtitle {
color:#fff !important;
font-weight:700 !important;
font-size:26px !important;
line-height:1.2;
margin:0 0 12px 0;
}
.efp-description {
color:#fff;
font-size:18px;
line-height:1.45;
margin:0 0 18px 0;
}
.efp-buttons {display:flex;flex-wrap:wrap;gap:15px;}
.efp-button {
display:inline-block;
padding:12px 25px;
border:2px solid #fff !important;
background:transparent;
color:#fff !important;
text-transform:uppercase;
text-decoration:none;
font-weight:700;
transition:all .25s ease;
}
.efp-button:link, .efp-button:visited {color:#fff !important;}
.efp-button:hover, .efp-button:focus-visible {
background:#fff;
color:#69c3cb !important;
outline:none;
}
@media (max-width:768px) {
.efp-section {flex-direction:column;text-align:center;}
.efp-text {padding:20px 0;}
.efp-title {font-size:42px !important;margin-bottom:8px;}
.efp-subtitle {font-size:22px !important;margin-bottom:10px;}
.efp-buttons {flex-direction:column;align-items:center;}
.efp-button {width:100%;max-width:300px;text-align:center;}
}
,
To meet the unique needs of each patient and clinician in periodontal care, HuFriedyGroup promotes an individualized approach that starts with a precise diagnosis, followed by accurate and comfortable cleaning and concludes with custom-fit pocket sealing, resulting in enhanced physiological healing. This approach can be effectively implemented through these three main phases, each building upon the previous one to ensure a tailored, effective, and positive treatment experience for patients, while also supporting the efficiency of dental professionals.
/* 🔹 Contenitore desktop */
.tha-phases {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 60px;
max-width: 1100px;
margin: 40px auto;
text-align: center;
}
/* 🔹 Card singola */
.phase-card {
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.phase-card img {
max-width: 250px; /* più grande su desktop */
height: auto;
transition: transform 0.2s ease;
}
.phase-card:hover img {
transform: scale(1.05); /* zoom desktop */
}
/* 🔹 Mobile carosello */
@media (max-width: 768px) {
.tha-phases {
display: flex;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
gap: 20px;
padding: 10px;
}
.phase-card {
flex: 0 0 75%;
scroll-snap-align: center;
background: #fff;
border-radius: 8px;
padding: 10px;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.phase-card img {
max-width: 180px;
}
/* Effetto pressione solo su mobile */
.phase-card:active img {
transform: scale(0.9);
box-shadow: 0 0 12px rgba(0,179,227,0.5); /* bagliore azzurro */
border-radius: 50%; /* evidenza ulteriore */
}
}
,
WHY CHOOSE THE TARGETED HEALING APPROACH? Enhance clinical consistency, optimize treatment success, and elevate patient care with a fully integrated periodontal system — designed for modern dental practices to deliver precision while preserving freedom of choice. Deliver better outcomes. Improve clinical consistency. Empower your team. .why-choose-tha { max-width: 1100px; margin: 0 auto; padding: 80px 20px 0; text-align: center; color: #fff !important; background: transparent !important; } .why-choose-tha .tha-title { font-size: 36px; font-weight: 700; margin-bottom: 25px; color: #fff !important; line-height: 1.3; text-align: center; white-space: normal; /* evita di forzare una sola riga */ } .why-choose-tha .tha-text { font-size: 20px; color: #fff !important; line-height: 1.6; max-width: 900px; margin: 0 auto; text-align: center; /* forza centratura del testo */ display: inline-block; /* permette allineamento ottico perfetto */ } /* --- Desktop --- */ @media (min-width: 1025px) { .why-choose-tha .tha-title { font-size: 40px !important; } .why-choose-tha .tha-text { font-size: 22px !important; } } /* --- Mobile --- */ @media (max-width: 768px) { .why-choose-tha { padding: 60px 15px 0; } .why-choose-tha .tha-title { font-size: 26px !important; } .why-choose-tha .tha-text { font-size: 18px !important; } }
,
TALK TO AN EXPERT
DOWNLOAD THE CATALOGUE
/* --- Sezione principale --- */
.custom-brochure {
text-align: center;
padding: 80px 20px;
background: transparent !important;
}
/* --- Wrapper bottoni --- */
.btn-wrapper {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap; /* fondamentale per mobile */
}
/* --- Bottone base --- */
.custom-brochure .accordion-btn {
display: inline-block;
padding: 18px 40px;
border: 2px solid #fff !important;
background: transparent !important;
color: #fff !important;
font-weight: bold;
text-transform: uppercase;
cursor: pointer;
border-radius: 4px;
transition: all 0.3s ease;
font-size: 16px;
text-decoration: none; /* per il link */
}
/* --- Hover --- */
.custom-brochure .accordion-btn:hover {
background: #fff !important;
color: #000 !important;
}
/* --- Mobile --- */
@media (max-width: 768px) {
.btn-wrapper {
flex-direction: column;
align-items: center;
}
.custom-brochure .accordion-btn {
width: 100%;
max-width: 300px;
}
}
,
Profiling-driven diagnostic for tailored intervention.
ASSESS stands for easy and accurate periodontal diagnosis and individualised treatment planning following the latest classification and the EFP guidelines.
For confident diagnostic, the
EFP Probe
ensures reliable assessment.
.tha-banner {
display: flex;
flex-direction: row !important;
align-items: center;
justify-content: space-between;
gap: 60px;
max-width: 1200px;
margin: 60px auto 40px auto;
padding: 40px 20px;
text-align: left;
}
/* Colonna sinistra */
.tha-logo {
flex: 1 1 50% !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
.tha-logo img {
width: 100% !important;
max-width: 300px !important;
height: auto !important;
}
/* Colonna destra */
.tha-content {
flex: 1 1 50% !important;
max-width: 650px !important;
}
.tha-subtitle {
font-size: 31px !important;
font-weight: 700 !important;
color: #00b3e3 !important;
margin: 0 0 20px !important;
}
.tha-text {
font-size: 21px !important;
line-height: 1.6 !important;
color: #000 !important;
margin: 0 0 15px 0 !important;
}
.tha-extra {
margin-top: 10px !important;
}
.highlight-efp {
color: red;
font-weight: bold;
text-decoration: none;
}
/* 🔹 Mobile */
@media (max-width: 768px) {
.tha-banner {
flex-direction: column !important;
text-align: center !important;
gap: 15px !important;
margin: 30px auto 20px auto !important;
padding: 20px 10px !important;
}
.tha-logo img {
max-width: 220px !important;
margin: 5px 0 !important;
}
.tha-subtitle {
font-size: 22px !important;
}
.tha-text {
font-size: 16px !important;
}
.tha-extra {
font-size: 16px !important;
}
}
,
ASSESSMENT ADVANTAGES
Evidence-Based Screening
Rapid probing, staging, grading based on European Federation of Periodontology (EFP) guidelines.
Consistent Clinical Data
Standardized measurements ensure reproducibility across clinicians and treatment sessions.
Risk-Based Treatment Planning
Treatment strategies aligned to risk levels to optimize long-term outcomes.
Evidence-Based Screening
Rapid probing, staging, grading based on European Federation of Periodontology (EFP) guidelines.
Consistent Clinical Data
Standardized measurements ensure reproducibility across clinicians and treatment sessions.
Risk-Based Treatment Planning
Treatment strategies aligned to risk levels to optimize long-term outcomes.
.benefits-section {
max-width: 1200px;
margin: auto;
padding: 50px 20px;
text-align: center;
}
.benefits-title {
font-size: 30px;
font-weight: bold;
margin-bottom: 40px;
color: #00b3e3; /* azzurro */
text-transform: uppercase;
}
.benefits-grid {
display: grid;
grid-template-columns: repeat(3, 1fr); /* 3 box */
gap: 25px;
}
.benefit-card {
background: #fff; /* sfondo bianco */
border-radius: 8px;
padding: 25px;
text-align: center;
transition: transform 0.2s ease, box-shadow 0.2s ease;
border: 1px solid #ddd;
}
.benefit-card:hover {
transform: translateY(-5px);
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.benefit-card h3 {
color: #00b3e3; /* titolo azzurro */
font-size: 20px; /* più grande */
font-weight: bold;
margin-bottom: 15px;
}
.benefit-card p {
font-size: 16px;
color: #000; /* testo nero */
line-height: 1.5;
margin: 0;
text-align: center; /* centrato */
}
/* --- Mobile Carousel --- */
.benefits-carousel {
display: none;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
}
.benefits-carousel .carousel-track {
display: flex;
gap: 15px;
}
.benefits-carousel .benefit-card {
flex: 0 0 80%;
scroll-snap-align: center;
}
/* --- Responsive --- */
@media (max-width: 768px) {
.benefits-grid { display: none; }
.benefits-carousel { display: block; }
}
,
Ensuring an optimally targeted non-surgical treatment choice.
CARE refers to optimally targeted non-surgical treatment using a broad choice of specialised instruments designed for clinical effectiveness.
Precision Your Way: Your Choice, Your Instruments.
HuFriedyGroup empowers clinicians with an extensive range of specialized instruments for non-surgical treatment, giving them the freedom to select ergonomic tools that best fit their approach while ensuring optimal clinical effectiveness.
For effective debridement, choose
Harmony Scalers and Curettes
.
For advanced ultrasonic debridement, explore
HuFriedyGroup Ultrasonic Inserts.
.
/* 🔹 CARE SECTION - Main layout */
#care-section.tha-banner {
display: flex;
flex-direction: row !important;
align-items: center;
justify-content: space-between;
gap: 60px;
max-width: 1200px;
margin: 60px auto 40px auto;
padding: 40px 20px;
text-align: left;
}
/* Left column (image) */
#care-section .tha-logo {
flex: 1 1 50% !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
#care-section .tha-logo img {
width: 100% !important;
max-width: 300px !important;
height: auto !important;
}
/* Right column (text) */
#care-section .tha-content {
flex: 1 1 50% !important;
max-width: 650px !important;
}
#care-section .tha-subtitle {
font-size: 31px !important; /* same as ASSESS */
font-weight: 700 !important;
color: #00b3e3 !important; /* brand blue */
margin: 0 0 20px !important;
line-height: 1.3 !important;
}
#care-section .tha-text {
font-size: 21px !important;
line-height: 1.6 !important;
color: #000 !important;
margin: 0 !important;
}
/* 🔹 Lower block: Phrase with link */
#care-section + .tha-note {
max-width: 1000px;
margin: 40px auto 60px auto;
text-align: center;
color: #000;
}
#care-section + .tha-note .tha-subtitle {
font-size: 31px !important; /* same size as main title */
font-weight: 700 !important;
color: #00b3e3 !important;
margin-bottom: 25px !important;
line-height: 1.4 !important;
}
#care-section + .tha-note p {
font-size: 21px !important;
line-height: 1.7 !important;
color: #000 !important;
margin-bottom: 18px !important;
max-width: 900px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
/* Final phrase with link - same size but bold */
#care-section + .tha-note p:last-of-type {
font-size: 21px !important;
font-weight: 700 !important;
}
.highlight-care {
color: #e60000; /* red highlight */
font-weight: 700;
}
/* 🔹 Mobile */
@media (max-width: 768px) {
#care-section.tha-banner {
flex-direction: column !important;
text-align: center !important;
gap: 20px !important;
margin: 30px auto 30px auto !important;
padding: 20px 10px !important;
}
#care-section .tha-logo img {
max-width: 220px !important;
margin: 5px 0 !important;
}
#care-section .tha-subtitle {
font-size: 22px !important; /* same as ASSESS mobile */
}
#care-section .tha-text {
font-size: 16px !important;
line-height: 1.6 !important;
}
#care-section + .tha-note .tha-subtitle {
font-size: 22px !important; /* uniform on mobile */
}
#care-section + .tha-note p {
font-size: 16px !important;
}
#care-section + .tha-note p:last-of-type {
font-size: 16px !important;
font-weight: 700 !important;
}
}
,
THERAPEUTIC OBJECTIVES
Biofilm Disruption
Reduces microbial load and chronic inflammation through targeted removal of pathogenic biofilm.
Disease Progression Control
Prevents further periodontal tissue degradation and pocket deepening.
Tissue Regeneration Support
Encourages the restoration of healthy gingival and osseous structures.
Biofilm Disruption
Reduces microbial load and chronic inflammation through targeted removal of pathogenic biofilm.
Disease Progression Control
Prevents further periodontal tissue degradation and pocket deepening.
Tissue Regeneration Support
Encourages the restoration of healthy gingival and osseous structures.
.benefits-section {
max-width: 1200px;
margin: auto;
padding: 50px 20px;
text-align: center;
}
.benefits-title {
font-size: 30px;
font-weight: bold;
margin-bottom: 40px;
color: #00b3e3; /* azzurro */
text-transform: uppercase;
}
.benefits-grid {
display: grid;
grid-template-columns: repeat(3, 1fr); /* 3 box */
gap: 25px;
}
.benefit-card {
background: #fff; /* sfondo bianco */
border-radius: 8px;
padding: 25px;
text-align: center;
transition: transform 0.2s ease, box-shadow 0.2s ease;
border: 1px solid #ddd;
}
.benefit-card:hover {
transform: translateY(-5px);
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.benefit-card h3 {
color: #00b3e3; /* titolo azzurro */
font-size: 20px;
font-weight: bold;
margin-bottom: 15px;
}
.benefit-card p {
font-size: 16px;
color: #000; /* testo nero */
line-height: 1.5;
margin: 0;
text-align: center;
}
/* --- Mobile Carousel --- */
.benefits-carousel {
display: none;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
}
.benefits-carousel .carousel-track {
display: flex;
gap: 15px;
}
.benefits-carousel .benefit-card {
flex: 0 0 80%;
scroll-snap-align: center;
}
/* --- Responsive --- */
@media (max-width: 768px) {
.benefits-grid { display: none; }
.benefits-carousel { display: block; }
}
,
Leveraging the physiological healing capacity.
BOOST refers to a specific improvement of the effects of non-surgical periodontal treatment by leveraging the body's healing capacity.
For natural tissue healing, choose
Sterify Gel
as a shield for protection.
/* 🔹 SEZIONE BOOST - Layout principale */
#boost-section.tha-banner {
display: flex;
flex-direction: row !important;
align-items: center;
justify-content: space-between;
gap: 60px;
max-width: 1200px;
margin: 60px auto 40px auto;
padding: 40px 20px;
text-align: left;
}
/* Colonna sinistra (immagine) */
#boost-section .tha-logo {
flex: 1 1 50% !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
#boost-section .tha-logo img {
width: 100% !important;
max-width: 300px !important;
height: auto !important;
}
/* Colonna destra (testo) */
#boost-section .tha-content {
flex: 1 1 50% !important;
max-width: 650px !important;
}
#boost-section .tha-subtitle {
font-size: 31px !important; /* stesso valore di ASSESS e CARE */
font-weight: 700 !important;
color: #00b3e3 !important; /* azzurro brand */
margin: 0 0 20px !important;
line-height: 1.3 !important;
}
#boost-section .tha-text {
font-size: 21px !important; /* coerente con le altre sezioni */
line-height: 1.6 !important;
color: #000 !important;
margin: 0 0 15px 0 !important;
}
#boost-section .tha-extra {
margin-top: 10px !important;
font-weight: 700 !important; /* mantiene enfasi ma stessa grandezza */
}
/* Evidenziazione */
.highlight-boost {
color: #e60000; /* rosso uniforme */
font-weight: 700;
text-decoration: none;
}
/* 🔹 MOBILE */
@media (max-width: 768px) {
#boost-section.tha-banner {
flex-direction: column !important;
text-align: center !important;
gap: 15px !important;
margin: 30px auto 20px auto !important;
padding: 20px 10px !important;
}
#boost-section .tha-logo img {
max-width: 220px !important;
margin: 5px 0 !important;
}
#boost-section .tha-subtitle {
font-size: 22px !important; /* stesso valore mobile */
}
#boost-section .tha-text {
font-size: 16px !important;
line-height: 1.6 !important;
}
#boost-section .tha-extra {
font-size: 16px !important; /* uguale, solo bold */
font-weight: 700 !important;
}
}
,
HEALING BENEFITS
Complete Pocket Sealing
Forms a conforming, secure shield to isolate the site during the early healing phase.
Clot Stability
Stabilizes the blood clot and enables optimal tissue healing.
Antimicrobial Shield
Prevents bacterial recontamination through physical occlusion.
Complete Pocket Sealing
Forms a conforming, secure shield to isolate the site during the early healing phase.
Clot Stability
Stabilizes the blood clot and enables optimal tissue healing.
Antimicrobial Shield
Prevents bacterial recontamination through physical occlusion.
.benefits-section {
max-width: 1200px;
margin: auto;
padding: 50px 20px;
text-align: center;
}
.benefits-title {
font-size: 30px;
font-weight: bold;
margin-bottom: 40px;
color: #00b3e3; /* azzurro */
text-transform: uppercase;
}
.benefits-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
}
.benefit-card {
background: #fff;
border-radius: 8px;
padding: 25px;
text-align: center;
transition: transform 0.2s ease, box-shadow 0.2s ease;
border: 1px solid #ddd;
}
.benefit-card:hover {
transform: translateY(-5px);
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.benefit-card h3 {
color: #00b3e3; /* titolo azzurro */
font-size: 20px;
font-weight: bold;
margin-bottom: 15px;
}
.benefit-card p {
font-size: 16px;
color: #000; /* testo nero */
line-height: 1.5;
margin: 0;
text-align: center;
}
/* --- Mobile Carousel --- */
.benefits-carousel {
display: none;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
}
.benefits-carousel .carousel-track {
display: flex;
gap: 15px;
}
.benefits-carousel .benefit-card {
flex: 0 0 80%;
scroll-snap-align: center;
}
/* --- Responsive --- */
@media (max-width: 768px) {
.benefits-grid { display: none; }
.benefits-carousel { display: block; }
}
,
INSTRUMENTS DESIGNED FOR EXCELLENCE IN EVERY PROCEDURE
‹
›
EFP Probe
Putting Classification and Guidelines into Practice.
Facilitates integration of EFP classification into daily clinical workflow, enabling fast and accurate periodontal evaluations.
STAGE AND GRADE WITH EFP PROBE
Harmony Scalers & Curettes
Every Patient. Every Procedure. Every Day.
Engineered to decrease tooth pressure by up to 37%, improving procedural consistency and comfort.1
CHOOSE YOUR INSTRUMENTS
Ultrasonic Inserts
Two Technologies. One Clinical Goal.
A broad choice of specialized instruments designed to support individualized periodontal healing.
OPTIMIZE SCALING AND PATIENT COMFORT
Sterify Gel
Supporting the Tissue Healing.
A room-temperature-stable formulation, designed for ease of application and effective sealing throughout the critical first four weeks of healing.2
HOW TO BOOST TISSUE HEALING
.instruments-section {
max-width: 1400px;
margin: 60px auto;
padding: 40px 20px;
text-align: center;
}
.instruments-title {
font-size: 30px;
font-weight: bold;
margin-bottom: 40px;
color: #00b3e3;
text-transform: uppercase;
}
.instruments-carousel-wrapper {
position: relative;
}
.instruments-carousel {
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: thin;
scrollbar-color: #bdbdbd #f3f3f3;
padding-bottom: 14px;
scroll-behavior: smooth;
}
.instruments-carousel::-webkit-scrollbar {
height: 10px;
}
.instruments-carousel::-webkit-scrollbar-track {
background: #f3f3f3;
border-radius: 20px;
}
.instruments-carousel::-webkit-scrollbar-thumb {
background: #bdbdbd;
border-radius: 20px;
}
.instruments-carousel::-webkit-scrollbar-thumb:hover {
background: #999;
}
.carousel-track {
display: flex;
gap: 25px;
padding-bottom: 10px;
}
.instrument-card {
flex: 0 0 calc(33.333% - 20px);
scroll-snap-align: start;
background: #fff;
border: 1px solid #ddd;
border-radius: 8px;
padding: 25px;
display: flex;
flex-direction: column;
justify-content: space-between;
transition: transform 0.2s ease, box-shadow 0.2s ease;
box-sizing: border-box;
}
.instrument-card:hover {
transform: translateY(-5px);
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.instrument-card img {
max-width: 90%;
margin: 0 auto 20px auto;
}
.instrument-card h3 {
font-size: 20px;
font-weight: bold;
color: #e60000;
margin-bottom: 15px;
}
.instrument-card p {
font-size: 16px;
margin-bottom: 15px;
}
.instrument-btn {
display: block;
width: 100%;
padding: 14px;
border: 2px solid #e60000;
color: #e60000;
font-weight: bold;
text-decoration: none;
margin-top: auto;
transition: all 0.2s ease;
box-sizing: border-box;
}
.instrument-btn:hover {
background: #e60000;
color: #fff;
}
.carousel-arrow {
position: absolute;
top: 45%;
transform: translateY(-50%);
width: 44px;
height: 44px;
border-radius: 50%;
background: rgba(255,255,255,0.95);
border: 1px solid #d9d9d9;
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
color: #e60000;
font-size: 30px;
line-height: 1;
text-align: center;
z-index: 3;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
}
.carousel-arrow-left {
left: -8px;
}
.carousel-arrow-right {
right: -8px;
}
.instruments-carousel-wrapper::before,
.instruments-carousel-wrapper::after {
content: "";
position: absolute;
top: 0;
bottom: 14px;
width: 40px;
z-index: 1;
pointer-events: none;
}
.instruments-carousel-wrapper::before {
left: 0;
background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 100%);
}
.instruments-carousel-wrapper::after {
right: 0;
background: linear-gradient(to left, #fff 0%, rgba(255,255,255,0) 100%);
}
@media (max-width: 1024px) {
.instrument-card {
flex: 0 0 calc(50% - 15px);
}
.carousel-arrow-left {
left: -4px;
}
.carousel-arrow-right {
right: -4px;
}
}
@media (max-width: 768px) {
.instrument-card {
flex: 0 0 85%;
}
.instruments-title {
font-size: 24px;
}
.carousel-arrow,
.instruments-carousel-wrapper::before,
.instruments-carousel-wrapper::after {
display: none;
}
}
document.addEventListener('DOMContentLoaded', function () {
var carousel = document.getElementById('instrumentsCarousel');
var prevBtn = document.querySelector('.carousel-arrow-left');
var nextBtn = document.querySelector('.carousel-arrow-right');
if (!carousel || !prevBtn || !nextBtn) return;
function getScrollAmount() {
var card = carousel.querySelector('.instrument-card');
if (!card) return 300;
var cardWidth = card.offsetWidth;
var track = carousel.querySelector('.carousel-track');
var gap = 25;
if (track) {
var styles = window.getComputedStyle(track);
gap = parseInt(styles.columnGap || styles.gap || 25, 10);
if (isNaN(gap)) gap = 25;
}
return cardWidth + gap;
}
prevBtn.addEventListener('click', function () {
carousel.scrollBy({
left: -getScrollAmount(),
behavior: 'smooth'
});
});
nextBtn.addEventListener('click', function () {
carousel.scrollBy({
left: getScrollAmount(),
behavior: 'smooth'
});
});
});
,
Prof. Moritz Kebschull
University of Birmingham, Past President of the EFP
FREE WEBINAR
Targeted Healing
Approach
Mastering Periodontal Healing: Assessment, Risk Mitigation, and Healing Strategies
REGISTER NOW
.sterify-section{
display:flex;
align-items:center;
justify-content:center;
padding:40px 20px;
flex-wrap:wrap;
background:transparent;
}
.sterify-image{
flex:1 1 50%;
text-align:center;
}
.sterify-image img{
max-width:100%;
height:auto;
display:block;
margin:0 auto;
}
/* INFO SOTTO FOTO */
.speaker-left{
margin-top:20px;
text-align:center;
color:#fff;
}
.speaker-name-left{
font-weight:600;
font-size:18px;
margin-bottom:4px;
}
.speaker-role-left{
font-size:14px;
opacity:.8;
}
.sterify-text{
flex:1 1 50%;
padding:20px;
color:#fff;
text-align:left;
}
.webinar-badge{
display:inline-block;
background:#e60000;
color:#fff;
font-weight:700;
font-size:14px;
padding:8px 18px;
margin-bottom:16px;
text-transform:uppercase;
letter-spacing:.5px;
}
/* THA PIÙ GRANDE */
.tha-lockup-large{
display:flex;
align-items:center;
gap:14px;
margin-bottom:22px;
}
.tha-lockup-large img{
width:42px;
height:auto;
}
.tha-text-large{
font-size:22px;
font-weight:600;
white-space:nowrap;
}
.tha-white{ color:#fff; }
.tha-blue{ color:#00a0e3; font-weight:700; }
.sterify-title{
color:#fff;
font-size:44px !important;
margin:0 0 30px 0;
font-weight:900 !important;
line-height:1.2;
}
.sterify-button{
display:inline-block;
padding:14px 28px;
border:2px solid #e60000;
background:transparent;
color:#e60000;
text-transform:uppercase;
text-decoration:none;
font-weight:bold;
font-size:16px;
transition:all .3s ease;
}
.sterify-button:hover{
background:#e60000;
color:#fff;
}
@media (max-width:768px){
.sterify-section{
flex-direction:column;
text-align:center;
padding:30px 16px;
}
.sterify-text{
padding:20px 0;
text-align:center;
}
.tha-lockup-large{
justify-content:center;
}
.sterify-title{
font-size:28px !important;
}
}
,
Ready to Upgrade Your Periodontal Treatments?
Get in contact with us to learn more about the Targeted Healing Approach and how it can improve patient outcomes in your dental practice.
/* --- Sezione contatto, stile coerente con WHY CHOOSE --- */
.contact-tha {
max-width: 1100px;
margin: 0 auto;
padding: 80px 20px 0;
text-align: center;
color: #fff !important;
background: transparent !important;
}
/* --- Titolo --- */
.contact-tha .tha-title {
font-size: 36px;
font-weight: 700;
margin-bottom: 25px;
color: #fff !important;
line-height: 1.3;
text-align: center;
white-space: normal;
text-transform: none; /* ✅ non tutto maiuscolo */
}
/* --- Testo --- */
.contact-tha .tha-text {
font-size: 20px;
color: #fff !important;
line-height: 1.6;
max-width: 900px;
margin: 0 auto 40px auto; /* ✅ piccolo spazio sotto prima del form */
text-align: center;
display: inline-block;
}
/* --- Contenitore iframe --- */
#efp-form {
margin: 0 auto !important;
max-width: 800px;
padding: 0 !important;
}
/* --- iFrame Pardot --- */
#efp-form iframe {
display: block;
width: 100%;
border: none;
background: transparent !important;
overflow: visible !important;
height: 1300px; /* ✅ desktop: mostra tutto il form */
margin: 0 auto !important;
}
/* --- Desktop --- */
@media (min-width: 1025px) {
.contact-tha .tha-title {
font-size: 40px !important;
}
.contact-tha .tha-text {
font-size: 22px !important;
}
}
/* --- Tablet --- */
@media (max-width: 1024px) and (min-width: 769px) {
#efp-form iframe {
height: 1400px; /* ✅ leggermente più alto */
}
}
/* --- Mobile --- */
@media (max-width: 768px) {
.contact-tha {
padding: 60px 15px 0;
}
.contact-tha .tha-title {
font-size: 26px !important;
}
.contact-tha .tha-text {
font-size: 18px !important;
margin-bottom: 30px;
}
#efp-form iframe {
height: 1500px; /* ✅ garantisce visibilità totale su mobile */
}
}
,
References
source: Harmony_White Paper
https://www.researchgate.net/publication/377165003_Evaluation_of_Sterify_Gel_as_an_Adjunctive_Treatment_to_Scaling_and_Root_Planing_in_Promoting_Healing_of_Periodontal_Pockets_A_Split-Mouth_Randomized_Controlled_Trial
Implantology Surgical Kit
This kit is designed to simplify and optimize dental implant insertion procedures, offering maximum precision and an efficient workflow. Its modular structure and ergonomic instruments enable clinicians to apply modern techniques with excellent control and reduced intervention time.
DISCOVER MORE
,
Sinus Lift Kit
Specifically designed for sinus lift procedures, this kit facilitates maxillary sinus augmentation through a minimally invasive approach. Its instruments, tailored to modern techniques, ensure delicate tissue handling and increased patient safety while simplifying the complexity of the procedure.
DISCOVER MORE
,
.brochure-band {
padding: 60px 20px;
text-align: center;
color: #ffffff;
}
.brochure-band h2 {
margin-bottom: 15px;
font-size: 28px;
letter-spacing: 1px;
color: #ffffff;
}
.brochure-band p {
max-width: 700px;
margin: 0 auto 35px auto;
font-size: 16px;
color: #ffffff;
}
.brochure-buttons {
display: flex;
justify-content: center;
gap: 30px;
flex-wrap: wrap;
}
.brochure-btn,
.brochure-btn:link,
.brochure-btn:visited {
display: inline-block;
padding: 16px 50px;
border: 2px solid #ffffff;
color: #ffffff !important;
text-decoration: none !important;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
transition: all 0.3s ease;
}
/* Hover */
.brochure-btn:hover,
.brochure-btn:focus,
.brochure-btn:active {
background-color: #ffffff;
color: #00b3e3 !important;
}
DOWNLOAD THE BROCHURE
Discover more about Dr. Iulian Filipov DDS, MD, PG Dip, PhD and his kits.
ENGLISH BROCHURE
ROMANIAN BROCHURE
Get Your EFP Probe!
Order your EFP Probe today and take advantage of our special bundle offers.
EFP PROBE, #6 HANDLE
SKU: PCPS36
42 €
Single Ended
/* Stile desktop di default */
.efp-title {
font-size:80px !important;
line-height:1.2 !important;
margin:80px 0 40px 0 !important;
}
/* Mobile */
@media (max-width: 768px) {
.efp-title {
font-size:36px !important;
margin:60px 0 30px 0 !important;
line-height:1.2 !important;
}
.efp-box {
margin-bottom:80px !important;
padding:25px !important;
}
}
/* Desktop */
@media (min-width: 769px) {
.efp-box {
margin-bottom:120px !important;
}
}
,
Targeted Healing
Approach
Starter Packs
Targeted Healing
Approach
Starter Packs
❮
❯
(function(){
let slideIndex = 0;
const slides = document.querySelectorAll(".slideshow-desktop .slide");
const prev = document.querySelector(".prev");
const next = document.querySelector(".next");
function showSlide(n) {
if (n >= slides.length) { slideIndex = 0; }
if (n < 0) { slideIndex = slides.length - 1; }
slides.forEach(s => s.style.display = "none");
slides[slideIndex].style.display = "block";
}
function plusSlides(n) {
slideIndex += n;
showSlide(slideIndex);
}
if (prev && next) {
prev.addEventListener("click", () => plusSlides(-1));
next.addEventListener("click", () => plusSlides(1));
}
function autoPlay() {
slideIndex++;
showSlide(slideIndex);
setTimeout(autoPlay, 5000);
}
showSlide(slideIndex);
autoPlay();
})();
@media (max-width: 768px) {
.th-block { padding:60px 20px !important; }
.th-title { font-size: 36px !important; margin-bottom: 25px !important; line-height: 1.15 !important; }
.desktop-title { display:none !important; }
.mobile-title { display:block !important; }
.slideshow-desktop { display:none !important; }
.slideshow-mobile { display:flex !important; }
.slideshow-mobile::-webkit-scrollbar { display: none; }
}
@media (min-width: 769px) {
.th-block { padding:100px 20px !important; }
.th-title { font-size: 80px !important; margin-bottom: 80px !important; }
.mobile-title { display:none !important; }
.slideshow-mobile { display:none !important; }
}
,
Fill out the form below to place your order.
Specify the instruments and quantities you need, or add any special requests in the text box. Our Customer Care team will contact you to complete the process.
@media (max-width: 768px) {
.form-intro {
margin-top:100px !important;
font-size:18px !important;
}
.form-intro strong {
font-size:28px !important; /* PIÙ GRANDE da mobile */
line-height:1.2 !important;
}
}
@media (min-width: 769px) {
.form-intro {
margin-top:120px !important;
font-size:20px !important;
}
.form-intro strong {
font-size:36px !important; /* BEN VISIBILE da desktop */
line-height:1.2 !important;
}
}
COMPLETE FORM
,
BASIC FORM
Se il modulo non appare, compilalo qui.
,
DOWNLOAD THE BROCHURE
Fill the form below to download your content
/* --- STILE BOTTONE --- */
.brochure-accordion {
text-align: center;
margin: 40px 0 60px;
}
.accordion-btn {
display: inline-block;
padding: 15px 30px;
border: 2px solid #fff;
background: transparent;
color: #fff;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;
font-size: 16px;
}
.accordion-btn:hover,
.accordion-btn.active {
background: #fff;
color: #00b3e3;
}
/* --- CONTENUTO DELL’ACCORDION --- */
.accordion-content {
max-width: 900px;
margin: 30px auto 0;
background: #000;
color: #fff;
padding: 30px 20px;
border-radius: 8px;
display: none; /* nascosto di default */
text-align: left;
}
.accordion-content p {
color: #fff;
font-size: 18px;
margin-bottom: 20px;
text-align: center;
}
.accordion-content iframe {
width: 100%;
height: 600px;
border: none;
}
/* --- Effetto apertura --- */
.accordion-content.show {
display: block;
animation: fadeIn 0.4s ease;
}
@keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
}
document.addEventListener("DOMContentLoaded", function() {
const btn = document.querySelector(".accordion-btn");
const content = document.querySelector(".accordion-content");
btn.addEventListener("click", function() {
this.classList.toggle("active");
content.classList.toggle("show");
});
});
,
// Adatta automaticamente l'altezza dell'iframe Pardot
window.addEventListener("message", function(e) {
if (typeof e.data === "string" && e.data.indexOf("setHeight") > -1) {
var height = e.data.split(":")[1];
var iframe = document.querySelector(".pardot-form-container iframe");
if (iframe && height) iframe.style.height = height + "px";
}
});
Social Media and Digital Advertising Privacy Policy
Introduction
This privacy notice explains how Hu-Friedy Italy S.r.l. (hereinafter, “Hu-Friedy” or “the Company”) manages the collection, processing, and use of data in the context of its social media and digital marketing campaigns carried out on the following platforms:
LinkedIn, YouTube, Instagram, Facebook, X, and others;
as well as other forms of digital advertising, including display ads, email marketing, and lead generation campaigns.
Data Collection
Hu-Friedy may process, under joint controllership with the operators of social media platforms, personal data within the scope of its social media and digital advertising activities. The terms of such processing are published by the respective platform operators.
Certain social media platforms generate statistics based on usage data, which contain information about user interactions with the platform. Hu-Friedy cannot influence or prevent the execution or provision of these statistics.
Hu-Friedy may also collect the following personal data within the scope of its email marketing and lead generation activities, subject to the user’s explicit and voluntary consent:
Personal data: name, email address, job title, company name, telephone number, and any other contact information voluntarily provided through campaign forms or lead generation tools.
Purpose of Data Use
Hu-Friedy uses the collected personal data, subject to the individual’s consent, for the following purposes:
Lead Generation: to communicate offers, webinars, white papers, and product updates to potential clients and partners.
Advertising Personalization: to provide personalized advertising content and messages based on user preferences and behavior (only if specific consent has been given).
Customer Communication: to follow up on information requests, provide requested materials, and maintain engagement through newsletters, product launches, or service updates.
Analytics: to analyze the effectiveness of advertising campaigns and adjust strategies for optimal engagement.
Data Processing and Storage
Third-party platforms: Hu-Friedy uses tools and services provided by platforms such as LinkedIn, YouTube, X, Instagram, and Facebook to monitor and manage advertising campaigns. These platforms collect and store information according to their respective privacy policies.
Third-party providers: Hu-Friedy also relies on additional external providers for the execution of specific tasks related to media and digital marketing activities. Some of these providers are located outside the EU, and the Company has verified the adequacy of the relevant data transfer safeguards.
A list of the data processors involved in Hu-Friedy’s media and digital marketing campaigns may be requested by any data subject by contacting the Company at the details provided below.
Data Retention Period
Personal data will be retained for a maximum of two years, or for longer periods if consent is renewed within the limits prescribed by law.
User Rights
Users have the following rights concerning their personal data:
Right of Access: individuals may request access to their personal data held by Hu-Friedy.
Right to Rectification: users may correct inaccuracies or update incomplete information.
Right to Erasure: users may request the deletion of their personal data when it is no longer necessary for the purposes for which it was collected.
Right to Object: users may object to the processing of their personal data for direct marketing purposes.
Pursuant to Article 77 of the GDPR, users have the right to lodge a complaint with a supervisory authority if they believe that the processing of their personal data infringes data protection laws. In particular, the complaint may be lodged with the supervisory authority of the Member State of the user’s habitual residence, place of work, or place of the alleged infringement.
Opt-Out and Withdrawal of Consent
Users may withdraw their consent to the collection and use of their personal data at any time by:
Clicking the “unsubscribe” link provided in email communications;
Managing their preferences on social media or digital platforms for personalized ads;
Contacting Hu-Friedy directly using the contact details provided below.
Security Measures
Hu-Friedy applies appropriate technical and organizational measures to ensure the security of personal data. These include:
Encryption and secure data transmission methods;
Regular system monitoring;
Restricted access to personal data, limited to authorized personnel only.
Third-Party Links
Hu-Friedy’s digital advertisements and social media posts may include links to third-party websites. Hu-Friedy is not responsible for the content or privacy practices of such external sites. Users are encouraged to review the privacy policies of these third-party platforms before interacting with them.
Contact Information
For any questions or concerns regarding this policy, or to exercise your data protection rights, please contact us at:
Email: infohfe@hu-friedy.com
Address: Hu-Friedy Italy S.r.l., Via Mauro Macchi, 27, 20124 Milano Italy
Policy version 1 – Last updated: November 3, 2025
Marketing Privacy Policy
Introduction
This privacy notice outlines how Hu-Friedy Italy S.r.l. (“Hu-Friedy” or the “Company”) manages the collection, processing, and use of data in connection with its marketing and lead-generation activities.
Data Collection
Hu-Friedy may collect the following personal data in the context of its activities:
Personal data: name, e-mail address, job title, company name, telephone number, and any other contact information voluntarily provided through campaign forms or lead-generation tools.
Purpose of Data Use
Hu-Friedy uses the personal data collected for marketing purposes, subject to the data subject’s prior consent, for the following purposes:
Promotional and educational activities: to communicate offers, webinars, white papers, product updates, and educational activities to prospective customers and partners.
Advertising: to provide advertising content and personalised messages based on user preferences and behaviour (only where the user expresses specific consent).
Customer communication: to follow up on information requests, provide the requested information, and continue engagement through newsletters, product launches, or service updates.
Analytics: to analyse the effectiveness of our advertising campaigns and adapt strategies for optimal engagement.
Data Processing and Storage
We rely on additional third-party providers for the performance of certain specific activities related to media and digital-marketing operations. These providers are located outside the EU, and the Company has verified the adequacy of such transfers.
The list of data processors involved in the Company’s media and digital-marketing campaigns may be requested by any data subject by contacting the Company using the contact details indicated below.
Data Retention Period
Data will be retained for a maximum of two years, or for longer periods if consent is renewed within the statutory timeframe.
Data Subject Rights
Users have the following rights concerning their personal data:
Right of access: data subjects may request access to their personal data held by Hu-Friedy.
Right to rectification: users may correct inaccuracies or update incomplete data.
Right to erasure: users may request the deletion of their data, provided such data are no longer necessary for the purposes for which they were collected.
Right to object: users may object to the processing of their data for direct-marketing purposes.
Pursuant to Article 77 GDPR, the user has the right to lodge a complaint with a supervisory authority if they believe that the processing of their personal data infringes data-protection regulations. In particular, the right to lodge a complaint may be exercised before the supervisory authority of the Member State where the user resides, works, or where the alleged infringement occurred.
Opt-Out and Withdrawal of Consent
Users may withdraw their consent to the collection and use of their data at any time by:
Clicking the “unsubscribe” link provided in e-mail communications.
Managing preferences on social-media or digital-platform settings for personalised advertising.
Contacting Hu-Friedy directly using the contact points indicated below.
Security Measures
Hu-Friedy implements appropriate technical and organisational measures to ensure the security of personal data. These include:
Encryption and secure data-transmission methods;
Regular system monitoring;
Restricted access to personal data, limited to authorised personnel only.
Contact Information
For any questions or concerns regarding this policy, or to exercise your data-protection rights, please contact us at:
Email: infohfe@hu-friedy.com
Address: Hu-Friedy S.r.l., Via Mauro Macchi 27, 20124 Milan, Italy
Policy version 1 – Last updated: November 21, 2025
Survey Privacy Policy
Introduction
This privacy notice outlines how Hu-Friedy Italy S.r.l. (“Hu-Friedy” or the “Company”) manages the collection, processing, and use of data in connection with its commercial survey activities and for marketing and lead-generation purposes (“Survey”).
Data Collection
Surveys may be completed by data subjects without providing any of the personal data indicated below, or by optionally adding such information.
Hu-Friedy may collect the following personal data in the context of Surveys, subject to your explicit and optional consent:
Personal data: name, e-mail address, job title, company name, telephone number, and any other contact information voluntarily provided through campaign forms or lead-generation tools.
Purpose of Data Use
Hu-Friedy uses the personal data collected for marketing purposes, subject to the data subject’s prior consent, for the following purposes:
Educational and promotional activities: to communicate offers, webinars, white papers, product updates, and educational activities to prospective customers and partners.
Advertising: to deliver advertising content and personalised messages based on user preferences and behaviour (only where specific consent is provided).
Customer communication: to follow up on information requests, provide the requested information, and continue engagement through newsletters, product launches, or service updates.
Analytics: to analyse the effectiveness of our advertising campaigns and adapt strategies for optimal engagement.
Data Processing and Storage
We rely on additional third-party providers for the performance of certain specific activities related to media and digital-marketing operations. These providers are located outside the EU, and the Company has verified the adequacy of such transfers.
The list of data processors involved in the Company’s media and digital-marketing campaigns may be requested by any data subject by contacting the Company using the contact details indicated below.
Data Retention Period
Data will be retained for a maximum of two years, or for longer periods if consent is renewed within the statutory timeframe.
Data Subject Rights
Users have the following rights concerning their personal data:
Right of access: data subjects may request access to their personal data held by Hu-Friedy.
Right to rectification: users may correct inaccuracies or update incomplete data.
Right to erasure: users may request the deletion of their data, provided such data are no longer necessary for the purposes for which they were collected.
Right to object: users may object to the processing of their data for direct-marketing purposes.
Pursuant to Article 77 GDPR, the user has the right to lodge a complaint with a supervisory authority if they believe that the processing of their personal data infringes data-protection regulations. In particular, the right to lodge a complaint may be exercised before the supervisory authority of the Member State of residence, of the place of work, or of the place of the alleged infringement.
Opt-Out and Withdrawal of Consent
Users may withdraw their consent to the collection and use of their data at any time by:
Clicking the “unsubscribe” link included in e-mail communications;
Managing preferences on social-media or digital-platform settings for personalised ads;
Contacting Hu-Friedy directly using the contact points indicated below.
Security Measures
Hu-Friedy implements appropriate technical and organisational measures to ensure the security of personal data. These include:
Data encryption and secure transmission methods;
Regular system monitoring;
Restricted access to personal data, limited to authorised personnel only.
Contact Information
For any questions or concerns regarding this policy, or to exercise your data-protection rights, please contact us at:
Email: infohfe@hu-friedy.com
Address: Hu-Friedy S.r.l., Via Mauro Macchi 27, 20124 Milan, Italy
Policy version 1 – Last updated: November 21, 2025
Privacy Center
Information on privacy, data processing, and our corporate policies.
,
In this section, you will find all current privacy notices applied by HuFriedyGroup, organised by activity type.
Our goal is to ensure full transparency on how we collect, use, and protect personal data, in compliance with
Regulation (EU) 2016/679 (“GDPR”) and applicable law.
This page serves as a central hub. Select the privacy notice relevant to the activity you are engaging in.
The section may be updated in the future with additional policies.
Available HuFriedyGroup Privacy Notices
Social Media & Digital Advertising
Privacy notice regarding the processing of personal data within HuFriedyGroup’s social media and digital advertising activities.
Read the policy →
Marketing Activities
Privacy notice covering marketing initiatives, commercial communications, and lead-generation activities carried out by HuFriedyGroup.
Read the policy →
Survey Activities
Privacy notice relating to surveys, questionnaires, and feedback collection managed by HuFriedyGroup.
Read the policy →
Page version 1 – Last updated: November 21, 2025
.header-banner {
display: flex;
align-items: center;
justify-content: center;
gap: 40px;
padding: 60px 20px;
max-width: 1600px;
margin: 0 auto;
}
/* Immagine */
.header-banner-image {
flex: 0 0 45%;
}
.header-banner-image img {
width: 100%;
height: auto;
display: block;
}
/* Testo */
.header-banner-text {
flex: 0 0 55%;
}
/* TITOLI in 3 righe */
.header-banner-text h2 {
margin: 0;
font-size: 4.5rem !important;
line-height: 1.08 !important;
font-weight: 900 !important;
}
.header-banner-text .l1,
.header-banner-text .l2,
.header-banner-text .l3 {
display: block;
}
.header-banner-text .l1,
.header-banner-text .l2 {
color: #ffffff !important;
}
.header-banner-text .l3 {
color: #000000 !important;
}
/* 📱 MOBILE */
@media (max-width: 900px) {
.header-banner {
flex-direction: column;
text-align: center;
padding: 35px 15px;
}
/* 👉 margine sopra L’IMMAGINE (aumentato) */
.header-banner-image {
margin-top: 40px; /* puoi aumentare se vuoi */
}
/* 👉 niente margine sopra il testo */
.header-banner-text {
margin-top: 0;
}
.header-banner-text h2 {
font-size: 3rem !important;
line-height: 1.15 !important;
}
}
ConFirm™
Rapid Read
20-Minute System
,
The ConFirm™ Rapid Read 20-Minute System determines the efficacy of steam sterilization cycles in just 20 minutes. An enzyme-based detection system between the biological indicator and reader is used to provide the results. When frequent sterilizer testing is needed and time is of the essence, release an instrument load into service in just 20 minutes. Faster biological test results help mitigate risk and potential recalls due to improperly functioning sterilizers.
.green-button {
display: inline-block;
padding: 14px 28px;
font-size: 1rem;
font-weight: 700;
text-decoration: none !important;
border: 2px solid #3BAD4C !important;
color: #3BAD4C !important; /* forza il testo verde */
transition: all 0.25s ease;
border-radius: 3px;
}
/* Hover: sfondo verde + testo bianco + outline bianco */
.green-button:hover {
background-color: #3BAD4C !important;
color: #ffffff !important; /* forza il testo bianco */
border-color: #ffffff !important;
}
DOWNLOAD THE BROCHURE
,
/* GRID CONTENITORE 2 CARD */
.cards-wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 50px 20px;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px;
}
/* CARD STILE HUF */
.feature-card {
background: #ffffff;
border: 1px solid #e5e5e5;
border-radius: 12px;
padding: 40px 30px;
text-align: left;
box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}
/* FOTO */
.feature-card img {
width: 100%;
max-width: 350px;
display: block;
margin: 0 auto 25px auto;
}
/* TITOLO: VERDE + BOLD + CENTRATO */
.feature-card h3 {
font-size: 1.7rem;
font-weight: 800;
color: #3BAD4C;
text-align: center;
margin-bottom: 25px;
}
/* BULLET LIST */
.feature-card ul {
list-style: none;
padding: 0;
margin: 0;
}
.feature-card ul li {
margin-bottom: 14px;
padding-left: 22px;
position: relative;
font-size: 1.05rem;
line-height: 1.5;
}
.feature-card ul li::before {
content: "•";
color: #3BAD4C;
font-size: 1.4rem;
position: absolute;
left: 0;
top: -3px;
}
/* MOBILE RESPONSIVE */
@media (max-width: 900px) {
.cards-wrapper {
grid-template-columns: 1fr;
gap: 30px;
}
.feature-card {
padding: 30px 25px;
}
.feature-card img {
max-width: 260px;
}
.feature-card h3 {
font-size: 1.5rem;
}
}
Biological Indicator – Key Features
Twist & Flick Activation reduces contamination potential and eliminates need for a separate activator device.
Vials contain Geobacillus stearothermophilus spores for detection of unsafe outcomes.
Glass-free design helps ensure staff safety.
Purple media provides visual confirmation after activation, reducing risk of error.
Media sealed in cap with foil allows for easy activation.
BI information (lot number, expiration date) for easy documentation.
Type 1 chemical indicator distinguishes processed vs unprocessed BIs.
Incubator Reader – Key Features
8-well design provides space for testing multiple sterilizers.
The LCD screen displays incubation time and lists results.
Barcode scanner reads product number, lot #, and expiration date.
Automatic results with indicator lights at each well.
Set language easily from the interface.
Volume adjustment for audible alerts.
Connectivity ports for network and printer connections.
Power loss back-up provides 60-second recovery time.
,
Bring faster and safer sterilization testing to your workflow.
Get the ConFirm™ Rapid Read System on our Webshop.
GO TO THE WEBSHOP
,
Additional Resources
❮
ConFirm™ Rapid Read Step-By-Step Guide
IFU - ConFirm™ Rapid Read
ConFirm™ Rapid Read Record Sheet
❯
#resources-block-1 { --gap:20px; }
#resources-block-1.resources-section {
text-align: center;
padding: 40px 20px;
max-width: 1000px;
margin: 0 auto;
}
#resources-block-1 .resources-title {
font-size: 22px;
font-weight: bold;
color: #e60000;
margin-bottom: 25px;
text-transform: uppercase;
}
/* --- CAROSELLO BASE --- */
#resources-block-1 .resources-carousel-wrapper {
position: relative;
overflow: hidden;
}
#resources-block-1 .resources-carousel {
display: flex;
flex-wrap: nowrap;
gap: var(--gap);
overflow-x: auto;
scroll-behavior: smooth;
padding: 10px 0;
}
#resources-block-1 .resource-item {
flex: 0 0 220px;
background: #fff;
border-radius: 8px;
padding: 15px;
text-align: center;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#resources-block-1 .resource-item:hover {
transform: translateY(-4px);
box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
#resources-block-1 .resource-item img {
width: 40px;
margin-bottom: 10px;
}
#resources-block-1 .resource-item p {
font-size: 15px;
color: #000; /* ← TESTO NERO */
font-weight: 600;
margin: 0;
}
/* Rendere cliccabile tutto */
#resources-block-1 .resource-item a {
display: block;
color: inherit;
text-decoration: none;
}
/* Frecce (solo mobile) */
#resources-block-1 .resources-btn {
background: #e60000;
color: #fff;
border: none;
width: 36px;
height: 36px;
font-size: 20px;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
border-radius: 50%;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 2;
transition: background .3s ease, opacity .3s ease;
}
/* Mobile: frecce visibili */
@media (max-width: 768px) {
#resources-block-1 .resources-btn { display: block; }
}
/* --- DESKTOP: DISATTIVA CAROSELLO --- */
@media (min-width: 769px) {
#resources-block-1 .resources-carousel {
overflow-x: visible; /* niente scroll */
justify-content: center; /* centra le 3 card */
}
#resources-block-1 .resource-item {
flex: 0 0 260px; /* più larghe su desktop */
}
#resources-block-1 .resources-btn {
display: none !important; /* nascondi frecce */
}
}
document.addEventListener('DOMContentLoaded', function () {
const root = document.getElementById('resources-block-1');
if (!root) return;
const scroller = root.querySelector('.resources-carousel');
const prev = root.querySelector('.resources-btn.prev');
const next = root.querySelector('.resources-btn.next');
// Attiva carosello solo su mobile
function isMobile() {
return window.innerWidth < 769;
}
function step() {
const item = scroller.querySelector('.resource-item');
const gap = parseInt(getComputedStyle(scroller).gap || '20', 10);
return (item ? item.getBoundingClientRect().width : 220) + gap;
}
function updateArrows() {
if (!prev || !next || !isMobile()) return;
const atStart = scroller.scrollLeft = scroller.scrollWidth;
prev.disabled = atStart;
next.disabled = atEnd;
}
if (prev && next) {
prev.addEventListener('click', () => scroller.scrollBy({ left: -step(), behavior: 'smooth' }));
next.addEventListener('click', () => scroller.scrollBy({ left: step(), behavior: 'smooth' }));
scroller.addEventListener('scroll', updateArrows, { passive: true });
window.addEventListener('resize', updateArrows);
updateArrows();
}
});