ProLux™
Luxating Elevators
,
Luxate and Elevate
ProLux™ Luxating Elevators are manufactured with thin, sharp working ends which allow for atraumatic extractions—they help to preserve the socket while gently luxating the tooth. This atraumatic approach can lead to increased patient comfort and enhanced healing, providing optimal clinical results.
DOWNLOAD THE BROCHURE
,
,
Black Line Instrument Collection
• Performance engineered coating for a harder, smoother surface for optimal edge retention and enhanced lubricity • Distinct black finish for enriched contrast and visual acuity at the surgical site and underlying tissue • Minimal light reflection afforded by a sleek black instrument design • Handcrafted with Immunity Steel™ for optimal strength and corrosion resistance
,
,
Available Options
ProLux™ Spade, Yellow
The fine point of the ProLux™ Luxating Elevator Spade facilitates sulcular retraction and aids in positive engagement into the PDL space. The thin profile and sharpened edges incise the ligament quickly and expand the alveolus laterally. In cases where there is a lack of coronal structure, or the root has fractured subgingivally, the sharpened tip of the spade can still be easily advanced along the side of the root. This ProLux™ Luxating Elevator Spade is well suited to create a purchase point for the application of additional ProLux™ Luxating Elevators or other instrumentation, such as extraction forceps.Recommended Area of Use: Premolar to Premolar in Upper and Lower Arch
VIEW
ProLux™ Spade, Left & Right, Yellow
These ProLux™ Luxating Elevator Spades utilize the familiar ‘East/West’ angulation for application in the mandibular molar area. Their thin profile and sharpened edges incise the ligament quickly and expand the alveolus laterally. In cases where there is a lack of coronal structure or the root has fractured subgingivally, the tip of the spade can still be easily advanced along the side of the root. These ProLux™ Luxating Elevator Spades are well suited to create a purchase point for the application of additional ProLux™ Luxating Elevators or other instrumentation, such as extraction forceps.Recommended Area of Use: Mandibular Molars &Root Tips
ProLux™ Spade, Right, Yellow
Black Line: PROLUX2X Satin Steel: PROLUX2Recommended Area of Use: Mandibular Molars Root Tips
VIEW
ProLux Spade, Left, Yellow, Black Line
Black Line: PROLUX3X Satin Steel: PROLUX3Recommended Area of Use: Mandibular MolarsRoot Tips
VIEW
ProLux™ Spade, Left & Right, Purple
These ProLux™ Luxating Elevators feature the same fine point of a sharpened spade but orientated for distal and lingual or mesial application. The thin profile and sharpened edges incise the ligament quickly and expand the alveolus laterally. In cases where there is a lack of coronal structure, or the root has fractured subgingivally, the tip of the ProLux™ Luxating Elevator can still be easily advanced along the side of the root. This ProLux™ Luxating Elevator Spade is well suited to create a purchase point for the application of additional ProLux™ Luxating Elevators or other instrumentation, such as extraction forceps.
ProLux™ Distal Angle Spade, Purple
Black Line: PROLUX4X Satin Steel: PROLUX4Recommended Area of Use: • Distal and Lingual Maxillary Premolars and Molars • Root Tips
VIEW
ProLux Mesial Angle Spade, Purple, Black Line
Black Line: PROLUX5X Satin Steel: PROLUX5Recommended Area of Use: • Mesial and Bucco-Mesial Maxillary Premolars and Molars • Root Tips
VIEW
ProLux™ Small, Straight, 2.5mm Wide, Tip Green
PROLUX6The narrow Small Straight ProLux™ Luxating Elevator (2.5mm) can be advanced into the tightest of periodontal spaces to completely sever the fibers. Its completely straight design enables a direct transfer of apical force to the honed leading edge to quickly sever the PDL and expand the socket laterally.Recommended Area of Use: • Premolar to Premolar in Upper and Lower Arches • Roots
VIEW
ProLux™ Small, Curved, 2.5mm Wide Tip, Blue
PROLUX7The narrow Small Curved ProLux™ Luxating Elevator (2.5mm) can be advanced into the tightest of periodontal spaces to completely sever the fibers. The slight back curvature of this ProLux™ Luxating Elevator allows for better access to root tips and into the posterior than the Small Straight ProLux™ Luxating Elevator.Recommended Area of Use: • Mesial of Molars to Mesial of Molars in Upper and Lower Arches • Roots
VIEW
ProLux™ Small Distal Angle, Left & Right, 2.5mm, Purple
ProLux™ Small Distal Angle, Right, 2.5mm, PurplePROLUX8ProLux™ Small Distal Angle, Left, 2.5mm, Purple PROLUX9These narrow Small ProLux™ Luxating Elevators (2.5mm) can be advanced into the tightest of periodontal spaces to completely sever the fibers and laterally expand the socket. The angulation of these ProLux™ Luxating Elevators makes them particularly effective for application on the distal (PROLUX8) or mesial (PROLUX9) of a single-rooted tooth, as well as for the removal of sectioned molar roots.
❮
❯
.testimonial-slider {
position: relative;
overflow: hidden;
max-width: 1000px;
margin: auto;
}
.slides {
display: flex;
transition: transform 0.5s ease-in-out;
}
.slide {
min-width: 100%;
display: flex;
justify-content: center;
}
.slide img {
max-width: 100%;
height: auto;
border-radius: 6px;
}
/* Frecce minimal */
.prev, .next {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: none;
color: white;
border: none;
font-size: 40px;
cursor: pointer;
padding: 10px;
text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.prev { left: 15px; }
.next { right: 15px; }
let currentIndex = 0;
const slides = document.querySelectorAll(".slide");
const totalSlides = slides.length;
const slidesContainer = document.querySelector(".slides");
function showSlide(index) {
if (index >= totalSlides) currentIndex = 0;
else if (index < 0) currentIndex = totalSlides - 1;
else currentIndex = index;
slidesContainer.style.transform = `translateX(-${currentIndex * 100}%)`;
}
document.querySelector(".next").addEventListener("click", () => {
showSlide(currentIndex + 1);
});
document.querySelector(".prev").addEventListener("click", () => {
showSlide(currentIndex - 1);
});
// Auto-play ogni 4 secondi
setInterval(() => {
showSlide(currentIndex + 1);
}, 4000);
,
What you will find inside:
Concise case summaries with indication and treatment timeline
Before-and-after imagery and radiographic documentation
Practical placement tips and chair-side technique notes
Clinical outcome measures and follow-up observations
Safety and tolerability information observed across cases
.features-grid {
max-width: 1200px;
margin: auto;
padding: 20px;
text-align: center;
}
.features-grid h1 {
margin-bottom: 40px; /* più spazio sotto il titolo */
font-size: 28px;
color: #009fe3;
}
/* Griglia con 5 colonne su desktop */
.features-grid .grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
gap: 20px;
}
.feature {
background: #f9f9f9;
border-radius: 8px;
padding: 15px;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.feature:hover {
transform: translateY(-5px);
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.feature .icon {
margin-bottom: 10px;
}
.feature .icon img {
width: 40px; /* dimensione icone */
height: auto;
}
.feature p {
font-size: 16px;
margin: 0;
}
,
Reduction of bacterial contamination
thanks to its occluding action
Boost the natural tissue healing
with significant and proven constant improvement of pocket depth
No antibiotics and no antiseptics
acts as broad-spectrum antibacterial barrier, without generating resistance
No animal-derived components
Stable at room temperature
with no need to manage the cold chain
Pre-filled Syringe
easy to use
.benefits {
max-width: 1200px;
margin: auto;
padding: 40px 20px;
text-align: center;
}
/* Griglia responsiva */
.benefits .grid {
display: grid;
gap: 30px;
grid-template-columns: repeat(2, 1fr); /* mobile default */
}
@media (min-width: 768px) {
.benefits .grid {
grid-template-columns: repeat(3, 1fr); /* tablet */
}
}
@media (min-width: 1200px) {
.benefits .grid {
grid-template-columns: repeat(6, 1fr); /* desktop */
}
}
.benefits .item {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
background: #ffffff;
border-radius: 10px;
padding: 20px;
height: 100%;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.benefits .item:hover {
transform: translateY(-5px);
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
border: 1px solid #f42534; /* rosso brand al hover */
}
.icon-circle {
width: 100px;
height: 100px;
margin: 0 auto 15px;
border-radius: 50%;
overflow: hidden; /* taglia l'immagine */
background: #eaf9fd; /* opzionale, fallback */
display: flex;
align-items: center;
justify-content: center;
}
.icon-circle img {
width: 100%;
height: 100%;
object-fit: cover; /* riempie il cerchio */
}
.benefits h3 {
font-size: 16px;
font-weight: bold;
color: #00b3e3; /* azzurro brand */
margin-bottom: 8px;
min-height: 40px;
}
.benefits p {
font-size: 14px;
color: #000000;
margin: 0;
}
,
CASE 1
Preservation of a Compromised Tooth Using Non-Surgical Therapy and Sterify Gel
Dr. Claudio Pasquale
DOWNLOAD
CASE 2
Management of Periodontitis Stage 3 with One-Stage Instrumentation and Sterify Gel
Dental Hygienist, Italy
DOWNLOAD
CASE 3
Non-Surgical Resolution of Advanced Periodontitis in a Smoking Patient using Sterify Gel
Dental Hygienist, Italy
DOWNLOAD
CASE 1
Preservation of a Compromised Tooth Using Non-Surgical Therapy and Sterify Gel
Dr. Claudio Pasquale
DOWNLOAD
CASE 2
Management of Periodontitis Stage 3 with One-Stage Instrumentation and Sterify Gel
Dental Hygienist, Italy
DOWNLOAD
CASE 3
Non-Surgical Resolution of Advanced Periodontitis in a Smoking Patient using Sterify Gel
Dental Hygienist, Italy
DOWNLOAD
.cases-section {
max-width: 1200px;
margin: auto;
padding: 40px 20px;
text-align: center;
}
/* --- Card Desktop --- */
.cases-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.case-card {
background: #000; /* nero */
border-radius: 6px;
padding: 20px;
text-align: center;
transition: box-shadow 0.3s ease;
}
.case-card:hover {
box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}
.case-card h3 {
font-size: 18px;
color: #fff; /* bianco */
margin-bottom: 10px;
text-transform: uppercase;
}
.case-title {
font-size: 16px;
font-weight: bold;
margin-bottom: 8px;
color: #fff;
}
.case-doctor {
font-size: 14px;
color: #ddd;
margin-bottom: 15px;
}
/* --- Bottone comune (mobile + desktop base) --- */
.download-btn {
display: inline-block;
padding: 12px 24px;
text-decoration: none;
border-radius: 0;
font-weight: bold;
text-transform: uppercase;
transition: all 0.3s ease;
}
/* Mobile button (azzurro) */
.cases-accordion .download-btn {
background: #00b3e3;
color: #fff; /* bianco */
}
/* Desktop button (outline bianco) */
.desktop-btn {
background: transparent;
border: 2px solid #fff;
color: #fff;
}
.desktop-btn:hover {
background: #fff;
color: #000; /* invertito su hover */
}
/* --- Accordion Mobile --- */
.cases-accordion {
display: none; /* nascosto da desktop */
margin-top: 20px;
text-align: left;
}
.accordion-item {
margin-bottom: 15px;
}
.accordion-toggle {
width: 100%;
padding: 14px;
font-size: 16px;
font-weight: bold;
text-align: center;
background: #000; /* nero */
color: #fff;
text-transform: uppercase;
border: none;
cursor: pointer;
outline: none;
border-radius: 0;
}
.accordion-toggle:hover {
background: #333;
}
.accordion-content {
display: none;
padding: 15px;
background: #fff;
border: 1px solid #ddd;
border-top: none;
}
.accordion-content .case-title {
font-size: 15px;
font-weight: bold;
color: #000;
}
.accordion-content .case-doctor {
font-size: 14px;
margin-bottom: 12px;
color: #444;
}
/* --- Responsività --- */
@media (max-width: 768px) {
.cases-grid { display: none; } /* nasconde card da mobile */
.cases-accordion { display: block; } /* mostra accordion */
}
document.querySelectorAll(".accordion-toggle").forEach(button => {
button.addEventListener("click", () => {
const content = button.nextElementSibling;
const isOpen = content.style.display === "block";
// Chiudi tutti gli altri
document.querySelectorAll(".accordion-content").forEach(c => c.style.display = "none");
// Apri/chiudi quello cliccato
content.style.display = isOpen ? "none" : "block";
});
});
,
CASE 1
Preservation of a Compromised Tooth Using Non-Surgical Therapy and Sterify Gel
Dr. Claudio Pasquale
DOWNLOAD
CASE 2
Management of Periodontitis Stage 3 with One-Stage Instrumentation and Sterify Gel
Dental Hygienist, Italy
DOWNLOAD
CASE 3
Non-Surgical Resolution of Advanced Periodontitis in a Smoking Patient using Sterify Gel
Dental Hygienist, Italy
DOWNLOAD
CASE 1
Preservation of a Compromised Tooth Using Non-Surgical Therapy and Sterify Gel
Dr. Claudio Pasquale
DOWNLOAD
CASE 2
Management of Periodontitis Stage 3 with One-Stage Instrumentation and Sterify Gel
Dental Hygienist, Italy
DOWNLOAD
CASE 3
Non-Surgical Resolution of Advanced Periodontitis in a Smoking Patient using Sterify Gel
Dental Hygienist, Italy
DOWNLOAD
.cases-section {
max-width: 1200px;
margin: auto;
padding: 40px 20px;
text-align: center;
}
/* --- Card Desktop --- */
.cases-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.case-card {
background: #000;
border-radius: 6px;
padding: 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
text-align: center;
transition: box-shadow 0.3s ease;
}
.case-card:hover {
box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}
.case-card h3 {
font-size: 18px;
color: #fff;
margin-bottom: 10px;
text-transform: uppercase;
}
.case-title {
font-size: 16px;
font-weight: bold;
margin-bottom: 8px;
color: #fff;
}
.case-doctor {
font-size: 14px;
color: #ddd;
margin-bottom: 15px;
}
/* --- Bottone comune --- */
.download-btn {
display: inline-block;
padding: 14px;
text-decoration: none;
border-radius: 0;
font-weight: bold;
text-transform: uppercase;
transition: all 0.3s ease;
text-align: center;
}
/* Mobile button (azzurro pieno) */
.cases-accordion .download-btn {
background: #00b3e3;
color: #fff !important;
}
/* Desktop button (outline azzurro full width) */
.desktop-btn {
display: block;
width: 100%;
border: 2px solid #00b3e3;
color: #00b3e3 !important; /* forza testo azzurro */
background: transparent;
}
.desktop-btn:hover {
background: #00b3e3;
color: #fff !important; /* testo bianco in hover */
}
/* --- Accordion Mobile --- */
.cases-accordion {
display: none;
margin-top: 20px;
text-align: left;
}
.accordion-item {
margin-bottom: 15px;
}
.accordion-toggle {
width: 100%;
padding: 14px;
font-size: 16px;
font-weight: bold;
text-align: center;
background: #000;
color: #fff;
text-transform: uppercase;
border: none;
cursor: pointer;
outline: none;
border-radius: 0;
}
.accordion-toggle:hover {
background: #333;
}
.accordion-content {
display: none;
padding: 15px;
background: #fff;
border: 1px solid #ddd;
border-top: none;
}
.accordion-content .case-title {
font-size: 15px;
font-weight: bold;
color: #000;
}
.accordion-content .case-doctor {
font-size: 14px;
margin-bottom: 12px;
color: #444;
}
/* --- Responsività --- */
@media (max-width: 768px) {
.cases-grid { display: none; }
.cases-accordion { display: block; }
}
document.querySelectorAll(".accordion-toggle").forEach(button => {
button.addEventListener("click", () => {
const content = button.nextElementSibling;
const isOpen = content.style.display === "block";
document.querySelectorAll(".accordion-content").forEach(c => c.style.display = "none");
content.style.display = isOpen ? "none" : "block";
});
});
,
STERIFY GEL
The Mucoadhesive Polymeric Hydrogel for the Treatment of Periodontal Disease
ASK FOR MORE INFORMATION
.sterify-section {
display: flex;
align-items: center;
justify-content: center;
background-color: #000; /* sfondo nero */
padding: 40px 20px;
flex-wrap: wrap;
}
.sterify-image {
flex: 1 1 50%;
text-align: center;
}
.sterify-image img {
max-width: 100%;
height: auto;
}
.sterify-text {
flex: 1 1 50%;
padding: 20px;
color: #fff;
}
.sterify-title {
color: #00a0e3; /* azzurro corporate */
font-size: 60px !important; /* molto grande */
margin-bottom: 20px;
text-transform: uppercase;
font-weight: 900 !important; /* extra bold / black */
}
.sterify-text p {
font-size: 22px !important; /* sottotitolo più grande */
margin-bottom: 30px;
line-height: 1.5;
color: #fff;
}
.sterify-button {
display: inline-block;
padding: 14px 28px;
border: 2px solid #e60000; /* bordo rosso */
background: transparent;
color: #e60000; /* testo rosso */
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
font-size: 16px;
transition: all 0.3s ease;
}
.sterify-button:hover {
background: #e60000; /* sfondo rosso */
color: #fff; /* testo bianco */
}
/* Mobile */
@media (max-width: 768px) {
.sterify-section {
flex-direction: column;
text-align: center;
}
.sterify-text {
padding: 20px 0;
}
.sterify-title {
font-size: 40px !important; /* ridotto su mobile */
}
.sterify-text p {
font-size: 18px !important;
}
}
,
STERIFY GEL
The Mucoadhesive Polymeric Hydrogel for the Treatment of Periodontal Disease
ASK FOR MORE INFORMATION
.sterify-section {
display: flex;
align-items: center;
justify-content: center;
padding: 40px 20px;
flex-wrap: wrap;
}
/* niente sfondo: diventa trasparente */
.sterify-section.transparent-bg {
background: transparent;
}
.sterify-image {
flex: 1 1 50%;
text-align: center;
}
.sterify-image img {
max-width: 100%;
height: auto;
}
.sterify-text {
flex: 1 1 50%;
padding: 20px;
color: inherit; /* eredita dal background del modulo */
}
.sterify-title {
color: #00a0e3; /* azzurro corporate */
font-size: 60px !important;
margin-bottom: 20px;
text-transform: uppercase;
font-weight: 900 !important;
}
.sterify-text p {
font-size: 22px !important;
margin-bottom: 30px;
line-height: 1.5;
color: inherit; /* eredita dal colore del testo del modulo */
}
.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 0.3s ease;
}
.sterify-button:hover {
background: #e60000;
color: #fff;
}
/* Mobile */
@media (max-width: 768px) {
.sterify-section {
flex-direction: column;
text-align: center;
}
.sterify-text {
padding: 20px 0;
}
.sterify-title {
font-size: 40px !important;
}
.sterify-text p {
font-size: 18px !important;
}
}
,
WATCH HOW IT WORKS
.video-section {
text-align: center;
padding: 40px 10px;
}
.video-title {
color: #00b3e3; /* azzurro aziendale */
font-size: 2em;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 30px;
}
/* Carosello */
.video-carousel {
display: flex;
gap: 20px;
justify-content: center;
}
.video-wrapper {
flex: 0 0 auto;
aspect-ratio: 9/16; /* verticale */
width: 220px; /* dimensione fissa */
max-width: 220px;
}
.video-wrapper iframe {
width: 100%;
height: 100%;
border: none;
}
/* Mobile: diventa slider orizzontale */
@media (max-width: 768px) {
.video-carousel {
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
justify-content: flex-start; /* allinea a sinistra */
padding-bottom: 10px;
}
.video-wrapper {
scroll-snap-align: center;
}
.video-carousel::-webkit-scrollbar {
display: none; /* nasconde scrollbar su mobile */
}
}
,
EFP PROBE
Putting Classification and Guidelines into Practice
Turning guidelines into action with EFP Probe. Increased Diagnostic Assessment. Tailored treatment plans.
SEE A 30-SEC DEMO
REQUEST AN ORDER
.efp-section {
display: flex;
align-items: center;
justify-content: center;
padding: 40px 20px;
flex-wrap: wrap;
background: transparent; /* prende lo sfondo dal modulo Drupal */
}
.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; /* testo bianco di base */
}
.efp-title {
color: #fff;
font-size: 54px !important; /* molto più grande */
font-weight: 900 !important; /* extra bold */
text-transform: uppercase;
margin-bottom: 20px;
}
.efp-subtitle {
color: #fff; /* bianco */
font-weight: bold;
font-size: 26px !important;
margin-bottom: 20px;
}
.efp-description {
color: #fff;
font-size: 18px;
line-height: 1.5;
margin-bottom: 30px;
}
.efp-buttons {
display: flex;
flex-wrap: wrap;
gap: 15px;
}
.efp-button {
display: inline-block;
padding: 12px 25px;
border: 2px solid #fff; /* bordo bianco */
background: transparent;
color: #fff; /* testo bianco */
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
transition: all 0.3s ease;
}
.efp-button:hover {
background: #fff; /* overlay bianco */
color: #69c3cb; /* scritta azzurro */
}
/* Mobile */
@media (max-width: 768px) {
.efp-section {
flex-direction: column;
text-align: center;
}
.efp-text {
padding: 20px 0;
}
.efp-title {
font-size: 42px !important; /* forzato anche su mobile */
}
.efp-subtitle {
font-size: 22px !important;
}
.efp-buttons {
flex-direction: column;
align-items: center;
}
.efp-button {
width: 100%;
max-width: 300px;
text-align: center;
}
}
,
How it Works:
Engineered for precision and ease, the EFP Probe brings clarity to diagnosis and treatment.
1. Assess
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.
Evaluate the Need of Surgical Treatment (4–6 mm): Support clinical decisions with precise thresholds.
2. Classify
Staging (I–IV): Combine CAL, RBL, and clinical indicators to stage periodontitis (I–IV), reflecting both disease severity and complexity.
Grading (A–C): Determine the grade of periodontitis and, incorporating the patient’s history, define disease progression to guide treatment.
3. Stratify
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. Evaluate surgical needs.
.how-section {
max-width: 800px;
margin: auto;
padding: 20px;
}
.how-section h2 {
color: #69c3cb;
font-size: 28px;
font-weight: bold;
margin-bottom: 10px;
}
.how-section p {
margin-bottom: 20px;
color: #000;
}
.accordion-item {
margin-bottom: 10px;
}
.accordion-toggle {
width: 100%;
padding: 14px;
background: #000;
color: #fff;
text-align: left;
font-size: 18px;
font-weight: bold;
border: none;
cursor: pointer;
}
.accordion-toggle:hover {
background: #333;
}
.accordion-content {
display: none;
padding: 15px;
background: #f9f9f9;
}
.accordion-content ul {
padding-left: 20px;
margin: 0;
}
.accordion-content li {
margin-bottom: 8px;
}
document.querySelectorAll(".accordion-toggle").forEach(button => {
button.addEventListener("click", () => {
const content = button.nextElementSibling;
const isOpen = content.style.display === "block";
document.querySelectorAll(".accordion-content").forEach(c => c.style.display = "none");
content.style.display = isOpen ? "none" : "block";
});
});
,
How it Works:
Engineered for precision and ease, the EFP Probe brings clarity to diagnosis and treatment.
1. Assess
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.
Evaluate Surgical Need (4–6 mm): Support clinical decisions with precise thresholds.
2. Classify
Staging (I–IV): Combine CAL, RBL, and clinical indicators to stage periodontitis, reflecting both severity and complexity.
Grading (A–C): Determine progression using history and risk to guide treatment.
3. Stratify
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. Evaluate surgical needs.
.how-section {
max-width: 1200px;
margin: auto;
padding: 40px 20px;
text-align: center;
}
.how-section h2 {
color: #69c3cb;
font-size: 32px;
font-weight: bold;
margin-bottom: 10px;
}
.how-section .intro {
margin-bottom: 30px;
color: #000;
font-size: 18px;
line-height: 1.5;
}
.how-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
}
.how-card {
background: #f9f9f9;
border-radius: 8px;
padding: 20px;
text-align: left;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.how-card:hover {
transform: translateY(-5px);
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.how-card h3 {
color: #69c3cb;
font-size: 20px;
margin-bottom: 15px;
}
.how-card ul {
margin: 0;
padding-left: 18px;
}
.how-card li {
margin-bottom: 10px;
font-size: 15px;
line-height: 1.4;
color: #000;
}
/* Mobile */
@media (max-width: 768px) {
.how-grid {
grid-template-columns: 1fr;
}
}
,
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;
}
.probe-img {
width: 120px;
height: 120px;
margin: 0 auto 15px;
border-radius: 50%;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
background: #f4f4f4;
}
.probe-img img {
width: 100%;
height: auto;
}
.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: stack --- */
@media (max-width: 768px) {
.probe-grid {
grid-template-columns: 1fr;
}
.probe-img {
width: 100px;
height: 100px;
}
}
,
Key Benefits
Diagnostic Accuracy
Reproducible measurements reduce clinician variability and improve 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 Accuracy
Reproducible measurements reduce clinician variability and improve 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: 60px;
height: auto;
filter: brightness(0) invert(1); /* icona in bianco */
}
.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; }
}
,
Sterify Gel is a single-use mucoadhesive polymeric hydrogel supplied in a pre-filled syringe for the treatment of periodontal disease.
Engineered for chairside efficiency, it forms a conforming, secure barrier that isolates the treatment site during the critical early healing phase.
This barrier supports pocket-depth reduction and tissue natural healing without the need for antibiotics or refrigeration.
Designed for seamless integration into existing treatment protocols, Sterify Gel requires no special preparation and can be adopted immediately into routine practice.
❮
Reduction of bacterial contamination
thanks to its occluding action
❯
/* --- Testo sopra il carosello --- */
.benefits-text {
max-width: 900px;
margin: 0 auto 40px auto; /* centrato, spazio sotto */
text-align: center;
color: #fff; /* bianco */
font-size: 20px !important; /* forzato */
line-height: 1.6;
padding: 0 10px; /* meno margine laterale */
}
.benefits-text p {
margin-bottom: 20px;
}
/* --- Stile esistente per il carosello rimane invariato --- */
,
THE EXPERT OPINION WEBINAR
WATCH THE WEBINAR
.webinar-section {
background: transparent;
padding: 40px 20px;
text-align: center;
}
.webinar-content {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}
/* Immagine */
.webinar-image img {
max-width: 280px; /* più grande da mobile */
height: auto;
border-radius: 50%;
}
/* Titolo */
.webinar-title {
font-size: 28px;
font-weight: bold;
color: #fff;
margin-bottom: 20px;
}
/* Bottone */
.webinar-btn {
display: inline-block;
padding: 12px 24px;
border: 2px solid #fff;
color: #fff;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
font-size: 14px;
transition: all 0.3s ease;
}
.webinar-btn:hover {
background: #fff;
color: #000;
}
/* Desktop: immagine più grande e a sinistra */
@media (min-width: 992px) {
.webinar-content {
flex-direction: row;
justify-content: center;
align-items: center;
gap: 60px; /* più respiro tra foto e testo */
text-align: left;
}
.webinar-image img {
max-width: 320px; /* immagine più grande su desktop */
}
.webinar-text {
max-width: 420px;
}
.webinar-title {
font-size: 32px;
margin-bottom: 25px;
}
}
,
Additional Resources
❮
Sterify Gel – Instructions for Use (EN)
Sterify Gel – Instructions for Use (IT)
Sterify Gel – Instructions for Use (FR)
Sterify Gel – Instructions for Use (NL)
Sterify Gel – Instructions for Use (ES)
Sterify Gel – Instructions for Use (DE)
Sterify Gel Info Sheet (EN)
Sterify Gel Brochure (EN)
❯
.resources-section {
text-align: center;
padding: 40px 20px;
max-width: 1000px;
margin: 0 auto;
}
.resources-title {
font-size: 22px;
font-weight: bold;
color: #e60000; /* rosso brand */
margin-bottom: 25px;
text-transform: uppercase;
}
/* --- Carosello --- */
.resources-carousel-wrapper {
position: relative;
display: flex;
align-items: center;
}
.resources-carousel {
display: flex;
gap: 20px;
overflow-x: auto;
scroll-behavior: smooth;
padding: 10px 0;
}
.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;
}
.resource-item:hover {
transform: translateY(-4px);
box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.resource-item img {
width: 40px;
margin-bottom: 10px;
}
.resource-item p {
font-size: 15px;
color: #00b3e3;
font-weight: 600;
margin: 0;
text-transform: capitalize; /* iniziale maiuscola */
}
/* Frecce */
.resources-btn {
background: #e60000;
color: #fff;
border: none;
font-size: 20px;
padding: 8px 12px;
cursor: pointer;
border-radius: 50%;
transition: background 0.3s ease;
z-index: 2;
}
.resources-btn:hover {
background: #b30000;
}
/* Mobile */
@media (max-width: 768px) {
.resource-item {
flex: 0 0 180px;
}
}
const resourcesCarousel = document.querySelector('.resources-carousel');
const prevResBtn = document.querySelector('.resources-btn.prev');
const nextResBtn = document.querySelector('.resources-btn.next');
if (resourcesCarousel && prevResBtn && nextResBtn) {
prevResBtn.addEventListener('click', () => {
resourcesCarousel.scrollBy({ left: -240, behavior: 'smooth' });
});
nextResBtn.addEventListener('click', () => {
resourcesCarousel.scrollBy({ left: 240, behavior: 'smooth' });
});
}
,
CLINICAL CASE LIBRARY
Download the evidence*
Concise case summaries with indication and treatment timeline
Before-and-after imagery and radiographic documentation
Practical placement tips and chair-side technique notes
Clinical outcome measures and follow-up observations
Safety and tolerability information observed across cases
.features-grid {
max-width: 1200px;
margin: auto;
padding: 20px;
text-align: center;
}
.dual-title {
margin-bottom: 40px;
font-size: 32px;
line-height: 1.3;
}
.dual-title .blue {
color: #00b3e3;
font-weight: bold;
text-transform: uppercase;
}
.dual-title .black {
color: #000;
font-weight: normal;
margin-left: 8px;
}
/* 🔹 Desktop = griglia */
@media (min-width: 768px) {
.features-grid .grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
gap: 20px;
}
}
/* 🔹 Mobile = carosello semplice */
@media (max-width: 767px) {
.features-grid .grid {
display: flex;
gap: 15px;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
padding-bottom: 10px;
}
.features-grid .grid::-webkit-scrollbar {
display: none; /* nasconde la scrollbar */
}
.feature {
flex: 0 0 80%; /* ogni card occupa ~80% dello schermo */
scroll-snap-align: center;
}
}
.feature {
background: #f9f9f9;
border-radius: 8px;
padding: 15px;
transition: transform 0.2s ease, box-shadow 0.2s ease;
min-width: 180px; /* per sicurezza */
}
.feature:hover {
transform: translateY(-5px);
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.feature .icon {
margin-bottom: 10px;
}
.feature .icon img {
width: 40px;
height: auto;
}
.feature p {
font-size: 16px;
margin: 0;
}
,
Additional Resources
❮
Sterify Gel – Instructions for Use (EN)
Sterify Gel – Instructions for Use (IT)
Sterify Gel – Instructions for Use (FR)
Sterify Gel – Instructions for Use (NL)
Sterify Gel – Instructions for Use (ES)
Sterify Gel – Instructions for Use (DE)
Sterify Gel Info Sheet (EN)
Sterify Gel Brochure (EN)
❯
/* Scope con ID per battere gli stili del tema */
#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;
}
/* Wrapper frecce */
#resources-block-1 .resources-carousel-wrapper {
position: relative;
overflow: hidden;
}
/* Carosello orizzontale (forzato anche se il tema prova a cambiare) */
#resources-block-1 .resources-carousel {
display: flex !important;
flex-wrap: nowrap !important;
gap: var(--gap);
overflow-x: auto !important;
overflow-y: hidden !important;
-webkit-overflow-scrolling: touch;
scroll-behavior: smooth;
padding: 10px 0;
overscroll-behavior-x: contain;
}
/* Item */
#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: #00b3e3;
font-weight: 600;
margin: 0;
text-transform: capitalize;
}
/* Frecce desktop: sempre visibili su desktop, nascoste su mobile */
#resources-block-1 .resources-btn {
background: #e60000;
color: #fff;
border: none;
width: 36px;
height: 36px;
font-size: 20px;
line-height: 1;
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;
opacity: 1;
}
#resources-block-1 .resources-btn.prev { left: 0; }
#resources-block-1 .resources-btn.next { right: 0; }
#resources-block-1 .resources-btn:hover { background:#b30000; }
#resources-block-1 .resources-btn:disabled { opacity:.35; cursor: default; }
/* 🔹 Mobile: box più bassi + niente frecce */
@media (max-width: 768px) {
#resources-block-1 .resources-btn { display: none !important; }
#resources-block-1 .resource-item { padding: 10px; }
#resources-block-1 .resource-item img { width: 32px; margin-bottom: 6px; }
#resources-block-1 .resource-item p { font-size: 13px; line-height: 1.3; }
}
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');
if (!scroller) return;
// Hardening contro override del tema
scroller.style.flexWrap = 'nowrap';
scroller.style.overflowX = 'auto';
function step() {
const item = scroller.querySelector('.resource-item');
const gap = parseInt(getComputedStyle(scroller).gap || '20', 10) || 20;
return (item ? item.getBoundingClientRect().width : 220) + gap;
}
function updateArrows() {
if (!prev || !next) 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();
}
});
,
The Evolution of Individualized Periodontal Care
Sterify Gel 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: column;
align-items: center;
text-align: center;
gap: 25px;
max-width: 1100px;
margin: 50px auto;
padding: 40px 20px;
}
.tha-logo img {
max-width: 360px !important;
height: auto !important;
}
.tha-content {
max-width: 750px !important;
}
.tha-subtitle {
font-size: 36px !important;
font-weight: 700 !important;
color: #fff !important;
margin: 15px 0 20px !important;
}
.tha-content p {
font-size: 20px !important;
line-height: 1.6 !important;
color: #f2f2f2 !important;
margin-bottom: 25px !important;
}
.tha-image img {
max-width: 100% !important;
height: auto !important;
display: block;
margin: 0 auto; /* centrata sempre */
}
/* Bottone bianco con bordo */
.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 con immagine più grande ma centrata */
@media (max-width: 768px) {
.tha-logo img {
max-width: 240px !important;
}
.tha-subtitle {
font-size: 26px !important;
}
.tha-content p {
font-size: 18px !important;
}
.tha-image img {
transform: scale(1.15); /* ingrandita */
transform-origin: center; /* centrata */
}
}
,
The Evolution of Individualized Periodontal Care
Sterify Gel 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;
}
}
,
❮
Reduction of bacterial contamination
Boost the natural tissue healing
No antibiotics and no antiseptics
No animal-derived components
Stable at room temperature
Pre-filled Syringe
❯
DOWNLOAD THE BROCHURE
/* Bottone stile uguale a quello verde acqua */
.brochure-button {
text-align: center;
margin-top: 40px;
}
.brochure-button a {
display: inline-block;
padding: 15px 30px;
border: 2px solid #fff;
background-color: #69c3cb;
color: #fff;
font-weight: bold;
text-decoration: none;
transition: all 0.3s ease;
}
.brochure-button a:hover {
background-color: #4aa0a6;
}
const carousel = document.querySelector('.benefits .grid');
const prevBtn = document.querySelector('.carousel-btn.prev');
const nextBtn = document.querySelector('.carousel-btn.next');
if (carousel && prevBtn && nextBtn) {
prevBtn.addEventListener('click', () => {
carousel.scrollBy({ left: -300, behavior: 'smooth' });
});
nextBtn.addEventListener('click', () => {
carousel.scrollBy({ left: 300, behavior: 'smooth' });
});
}
,
Preservation of a Compromised Tooth Using Non-Surgical Therapy and Sterify Gel
Dr. Claudio Pasquale
DOWNLOAD
Management of Periodontitis Stage 3 with One-Stage Instrumentation and Sterify Gel
Dental Hygienist, Italy
DOWNLOAD
Non-Surgical Resolution of Advanced Periodontitis in a Smoking Patient using Sterify Gel
Dental Hygienist, Italy
DOWNLOAD
Clinical Case #1
Preservation of a Compromised Tooth Using Non-Surgical Therapy and Sterify Gel
Dr. Claudio Pasquale
DOWNLOAD
Clinical Case #2
Management of Periodontitis Stage 3 with One-Stage Instrumentation and Sterify Gel
Dental Hygienist, Italy
DOWNLOAD
Clinical Case #3
Non-Surgical Resolution of Advanced Periodontitis in a Smoking Patient using Sterify Gel
Dental Hygienist, Italy
DOWNLOAD
.cases-section {
max-width: 1200px;
margin: auto;
padding: 40px 20px;
text-align: center;
}
/* --- Grid Desktop --- */
.cases-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.case-card {
background: #000;
border-radius: 6px;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: space-between;
text-align: center;
transition: box-shadow 0.3s ease;
}
.case-card:hover {
box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}
.case-image img {
width: 100%;
display: block;
}
.case-content {
padding: 20px;
}
.case-title {
font-size: 16px;
font-weight: bold;
margin-bottom: 8px;
color: #fff;
}
.case-doctor {
font-size: 14px;
color: #ddd;
margin-bottom: 15px;
}
/* --- Bottone comune --- */
.download-btn {
display: inline-block;
padding: 14px;
text-decoration: none;
border-radius: 0;
font-weight: bold;
text-transform: uppercase;
transition: all 0.3s ease;
text-align: center;
}
/* Mobile button (azzurro pieno) */
.cases-accordion .download-btn {
background: #00b3e3;
color: #fff !important;
width: 100%;
}
/* Desktop button (outline azzurro full width) */
.desktop-btn {
display: block;
width: 100%;
border: 2px solid #00b3e3;
color: #00b3e3 !important;
background: transparent;
}
.desktop-btn:hover {
background: #00b3e3;
color: #fff !important;
}
/* --- Accordion Mobile --- */
.cases-accordion {
display: none;
margin-top: 20px;
text-align: left;
}
.accordion-item {
margin-bottom: 15px;
border: 1px solid #ddd;
}
.accordion-toggle {
width: 100%;
padding: 14px;
text-align: center;
background: #000;
border: none;
cursor: pointer;
outline: none;
display: block;
}
.accordion-toggle:hover {
background: #333;
}
.case-label {
color: #00b3e3;
font-size: 14px;
font-weight: bold;
display: block;
margin-bottom: 4px;
text-transform: uppercase; /* forza CLINICAL CASE #1 */
}
.case-title-mobile {
font-size: 14px;
color: #fff;
line-height: 1.4;
display: block;
text-transform: capitalize; /* Ogni parola con iniziale maiuscola */
}
.accordion-content {
display: none;
padding: 15px;
background: #fff;
text-align: center;
}
.accordion-content .case-image img {
border-radius: 6px;
margin-bottom: 15px;
}
.accordion-content .case-doctor {
font-size: 14px;
margin-bottom: 12px;
color: #444;
}
/* --- Responsività --- */
@media (max-width: 768px) {
.cases-grid { display: none; }
.cases-accordion { display: block; }
}
document.querySelectorAll(".accordion-toggle").forEach(button => {
button.addEventListener("click", () => {
const content = button.nextElementSibling;
const isOpen = content.style.display === "block";
document.querySelectorAll(".accordion-content").forEach(c => c.style.display = "none");
content.style.display = isOpen ? "none" : "block";
});
});
,
Engineered for precision and ease, the
EFP Probe
brings clarity to diagnosis and treatment.
1. Assess
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 (I–IV): Combine CAL, RBL, and indicators to stage periodontitis.
Grading (A–C): Use patient history to determine progression and guide treatment.
3. Stratify
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 +
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 (I–IV): Combine CAL, RBL, and indicators to stage periodontitis.
Grading (A–C): Use patient history to determine progression and guide treatment.
3. Stratify +
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: 40px 20px;
text-align: center;
}
.how-section h2 {
color: #fff;
font-size: 36px;
font-weight: 900;
margin-bottom: 10px;
}
.how-section .intro {
margin-bottom: 30px;
color: #fff;
font-size: 18px;
line-height: 1.5;
}
/* --- Desktop: Card --- */
.how-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
}
.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; /* Aumentato da 40px */
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: 20px;
}
.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-card .icon img { width: 90px; } /* immagini più piccole su mobile */
}
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 ? "+" : "–";
});
});
,
PRECISE PLACEMENT, LASTING PROTECTION
Sterify Gel delivers a targeted, mechanical solution to support tissue healing.
Applied directly into the pocket via a pre-filled syringe, the mucoadhesive hydrogel
conforms to the pocket walls and creates an occlusive barrier that protects the site
during the earliest and most vulnerable phase of repair.
.video-section {
text-align: center;
padding: 60px 20px 40px;
background: #000;
}
.video-title {
color: #00b3e3;
font-size: 36px;
font-weight: 700;
text-align: center;
margin-bottom: 20px;
}
.nowrap {
white-space: nowrap;
}
.video-subtitle {
font-size: 20px;
font-weight: 400;
line-height: 1.4;
color: #fff;
max-width: 900px;
margin: 0 auto 30px auto;
text-align: center;
}
/* --- Video layout --- */
.video-carousel {
display: flex;
gap: 20px;
justify-content: center;
}
.video-wrapper {
flex: 0 0 auto;
aspect-ratio: 16/9; /* orizzontale */
width: 400px; /* più grande su desktop */
max-width: 400px;
}
.video-wrapper iframe {
width: 100%;
height: 100%;
border: none;
}
/* Mobile: slider */
@media (max-width: 768px) {
.video-title {
font-size: 28px;
}
.video-subtitle {
font-size: 18px;
line-height: 1.4;
}
.video-carousel {
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
justify-content: flex-start;
padding-bottom: 10px;
}
.video-wrapper {
scroll-snap-align: center;
width: 260px; /* più compatto su mobile */
max-width: 260px;
}
.video-carousel::-webkit-scrollbar {
display: none;
}
}
,
.video-wrapper { position: relative; width: 100%; max-width: 560px; /* larghezza massima */ margin: 40px auto; /* spazio sopra e sotto */ aspect-ratio: 16 / 9; /* proporzione orizzontale */ } .video-wrapper iframe { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
,
.periodontitis-info {
display: flex;
align-items: center;
justify-content: center;
gap: 1.5rem;
text-align: left;
max-width: 1100px;
margin: 0 auto;
padding: 1.5rem;
background: #fff; /* box bianco centrale */
border: 2px solid #000; /* bordo nero */
border-radius: 6px;
}
.periodontitis-info img.icon {
width: 80px;
height: auto;
}
.periodontitis-info .text-box {
max-width: 700px;
font-size: 1rem;
line-height: 1.5;
color: black;
}
.periodontitis-info .text-box strong {
font-weight: bold;
}
.periodontitis-info .text-box .highlight {
color: #00b3e3; /* blu Sterify */
font-weight: bold;
}
/* --- MOBILE --- */
@media (max-width: 768px) {
.periodontitis-info {
flex-direction: column;
text-align: center;
}
.periodontitis-info .icons-mobile {
display: flex;
justify-content: center;
gap: 20px;
margin-bottom: 1rem;
}
.periodontitis-info img.icon {
width: 60px;
}
.periodontitis-info .text-box {
font-size: 0.95rem;
text-align: left;
}
}
Sterify Gel
easily penetrates into the deepest and hard-to-reach areas of periodontal and peri-implant pockets,
adhering to the gingival tissue, alveolar bone or root and dental implant surfaces,
providing complete coverage of the pockets2.
,
Periodontitis is a chronic multifactorial disease
that can lead to the destruction of the structures supporting the teeth
It affects about 70% of the adult population
Sterify Gel
easily penetrates into the deepest and hard-to-reach areas of periodontal and peri-implant pockets,
adhering to the gingival tissue, alveolar bone or root and dental implant surfaces,
providing complete coverage of the pockets.
.efp-section {
padding:40px 20px;
background:transparent;
max-width:1200px;
margin:0 auto;
}
.efp-columns {
display:flex;
align-items:center;
justify-content:center;
gap:40px;
flex-wrap:wrap;
margin-bottom:25px;
}
/* Colonna immagine più piccola */
.efp-image {
flex:1 1 35%;
text-align:center;
}
.efp-image img {
max-width:260px; /* immagine leggermente più grande */
height:auto;
}
/* Colonna testo più stretta */
.efp-text {
flex:1 1 50%;
max-width:550px;
}
/* Titolo */
.efp-title {
color:#fff !important;
font-size:26px !important;
font-weight:400 !important;
line-height:1.3;
margin:0 0 12px 0;
text-transform:none;
}
/* Sottotitolo */
.efp-subtitle {
color:#000 !important;
font-weight:600 !important;
font-size:20px !important;
line-height:1.3;
margin:0;
}
/* Box bianco con testo centrato */
.efp-box {
background:#fff;
border:2px solid #000;
padding:20px 25px;
border-radius:6px;
font-size:16px;
line-height:1.5;
color:#000;
max-width:900px;
margin:0 auto;
text-align:center; /* testo centrato */
}
.efp-box .highlight {
color:#00b3e3;
font-weight:bold;
}
/* --- MOBILE --- */
@media (max-width:768px) {
.efp-columns {
flex-direction:column;
text-align:center;
gap:20px;
margin-bottom:20px;
}
.efp-image img {
max-width:180px;
margin:10px 0;
}
.efp-text {padding:0;text-align:center;}
.efp-title {font-size:20px !important;}
.efp-subtitle {font-size:18px !important;}
.efp-box {
font-size:15px;
margin-top:15px;
text-align:center; /* centrato anche su mobile */
max-width:95%;
}
}
,
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; /* immagine sopra testo */
}
.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: stack --- */
@media (max-width: 768px) {
.probe-grid {
grid-template-columns: 1fr;
}
.probe-img {
max-width: 280px !important; /* ✅ contenitore più grande */
}
.probe-img img {
max-width: 280px !important; /* ✅ immagine forzata più grande */
width: 100% !important;
height: auto !important;
}
}
,
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;
}
}
,
Expert Perspectives – KOL Interviews on Sterify Gel
Hear directly from leading dental professionals about their real-world experience with Sterify Gel
and the outcomes observed when using Sterify Gel.
READ NOW
Trattamenti parodontali: il ruolo di Sterify Gel nella terapia non chirurgica
Dr. Consolata Pejrone
READ ARTICLE
Sterify Gel: innovazione e versatilità nel trattamento parodontale
Dr. Claudio Pasquale
READ ARTICLE
.kol-section {
max-width: 1000px;
margin: 0 auto;
padding: 60px 20px;
text-align: center;
}
.kol-title {
font-size: 30px;
font-weight: bold;
margin-bottom: 15px;
color: #000;
}
.kol-subtitle {
font-size: 20px;
color: #333;
margin-bottom: 25px;
}
/* Bottone principale (READ NOW) */
.kol-btn {
padding: 12px 30px;
font-size: 16px;
font-weight: bold;
background: transparent;
border: 2px solid #000;
color: #000;
cursor: pointer;
transition: 0.3s;
border-radius: 0; /* squadrato */
}
.kol-btn:hover {
background: #000;
color: #fff;
}
/* Accordion */
.kol-accordion {
display: none;
margin-top: 30px;
text-align: left;
}
.kol-accordion.open {
display: block;
}
/* Card */
.kol-card {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 25px;
padding: 20px;
border: 1px solid #ddd;
border-radius: 0; /* squadrato */
background: #fff;
}
.kol-img img {
width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover;
}
.kol-info h3 {
font-size: 18px;
margin: 0 0 8px;
}
.kol-doctor {
margin: 0 0 12px;
color: red;
font-weight: bold;
}
/* Bottoni interni (READ ARTICLE) */
.kol-cta {
display: inline-block;
padding: 10px 20px;
font-size: 14px;
font-weight: bold;
background: transparent;
border: 2px solid #00b3e3;
color: #00b3e3 !important; /* ✅ testo forzato azzurro */
text-decoration: none !important;
border-radius: 0; /* squadrato */
transition: 0.3s;
}
.kol-cta:hover {
background: #00b3e3;
color: #fff !important; /* ✅ bianco in hover */
}
/* --- Desktop: testi più grandi --- */
@media (min-width: 1025px) {
.kol-title {
font-size: 36px !important;
line-height: 1.2 !important;
}
.kol-subtitle {
font-size: 22px !important;
line-height: 1.5 !important;
}
}
/* --- Mobile --- */
@media (max-width: 768px) {
.kol-card {
flex-direction: column;
text-align: center;
}
.kol-img img {
width: 120px;
height: 120px;
}
.kol-title {
font-size: 26px !important;
}
.kol-subtitle {
font-size: 18px !important;
}
}
,
Get Your EFP Probe!
Don’t miss the opportunity to order your EFP Probe today!
These high-quality instruments are designed for precision and durability, ensuring optimal results in your clinical practice.
42 €
EFP PROBE, #6 HANDLE
SKU: PCPS36
Single Ended
36 €
EFP PROBE, SMOOTH HANDLE
SKU: PCPS3CH
Single Ended
49 €
EXPRO #23 EXPLORER/EFP PROBE
SKU: PCPS3CH
#6 Handle - Double Ended
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.
,
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 */
}
}
,
STERIFY GEL
Preventing bacterial contamination. Supporting the Tissue Healing.
The Polymeric Hydrogel for the Treatment of Periodontal Disease
ASK FOR MORE INFORMATION
.sterify-section {
display: flex;
align-items: center;
justify-content: center;
padding: 40px 20px;
flex-wrap: wrap;
}
.sterify-section.transparent-bg {
background: transparent;
}
.sterify-image {
flex: 1 1 50%;
text-align: center;
}
.sterify-image img {
max-width: 100%;
height: auto;
}
.sterify-text {
flex: 1 1 50%;
padding: 20px;
color: #000;
}
/* Titolo "STERIFY GEL" */
.sterify-topline-wrap {
display: inline-block;
position: relative;
margin-bottom: 16px;
}
.sterify-topline {
color: #000;
font-weight: 800;
font-size: 32px; /* più grande */
text-transform: uppercase;
margin: 0 !important;
line-height: 1.1; /* aggiunge un po’ di respiro */
padding: 0;
display: inline-block;
}
/* Linea nera sotto */
.sterify-divider {
display: block;
width: 135px; /* più lunga della scritta */
height: 2px;
background-color: #000;
position: absolute;
left: 0;
top: 100%;
transform: translateY(3px); /* piccolo spazio sotto il testo */
}
/* Riga azzurra */
.sterify-mainline {
color: #00a0e3;
font-size: 42px !important;
margin-top: 0;
margin-bottom: 20px;
line-height: 1.2;
font-weight: 900 !important;
}
/* Riga sotto in nero */
.sterify-subtext {
font-size: 20px;
margin-bottom: 30px;
line-height: 1.5;
color: #000;
}
/* Bottone */
.sterify-buttons {
display: flex;
flex-direction: row;
gap: 20px;
flex-wrap: wrap;
}
.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;
text-align: center;
transition: all 0.3s ease;
}
.sterify-button:hover {
background: #e60000;
color: #fff;
}
/* --- Mobile --- */
@media (max-width: 768px) {
.sterify-section {
flex-direction: column;
text-align: center;
}
.sterify-text {
padding: 20px 0;
}
.sterify-topline {
font-size: 22px;
}
.sterify-divider {
width: 110px; /* più lunga su mobile */
left: 50%;
transform: translate(-50%, 2px);
}
.sterify-mainline {
font-size: 28px !important;
}
.sterify-subtext {
font-size: 16px;
}
.sterify-buttons {
flex-direction: column;
gap: 15px;
}
.sterify-button {
width: 100%;
}
}
STERIFY GEL
Preventing bacterial contamination. Supporting the Tissue Healing.
The Polymeric Hydrogel for the Treatment of Periodontal Disease
ASK FOR MORE INFORMATION
.sterify-section {
display: flex;
align-items: center;
justify-content: center;
padding: 40px 20px;
flex-wrap: wrap;
}
.sterify-section.transparent-bg {
background: transparent;
}
.sterify-image {
flex: 1 1 50%;
text-align: center;
}
.sterify-image img {
max-width: 100%;
height: auto;
}
.sterify-text {
flex: 1 1 50%;
padding: 20px;
color: #000;
}
/* --- Titolo "STERIFY GEL" --- */
.sterify-topline-wrap {
display: inline-block;
position: relative;
margin-bottom: 16px;
}
.sterify-topline {
color: #000;
font-weight: 800;
font-size: 32px;
text-transform: uppercase;
margin: 0 !important;
line-height: 1.1;
padding: 0;
display: inline-block;
position: relative;
}
/* --- Linea automatica sotto il testo --- */
.sterify-divider {
display: block;
height: 2px;
background-color: #000;
width: 100%; /* si adatta alla larghezza del testo sopra */
position: absolute;
bottom: -5px; /* leggermente staccata */
left: 0;
transform: translateY(100%);
}
/* --- Riga grande in azzurro --- */
.sterify-mainline {
color: #00a0e3;
font-size: 42px !important;
margin-top: 0;
margin-bottom: 20px;
line-height: 1.2;
font-weight: 900 !important;
}
/* --- Riga sotto in nero --- */
.sterify-subtext {
font-size: 20px;
margin-bottom: 30px;
line-height: 1.5;
color: #000;
}
/* --- Bottone --- */
.sterify-buttons {
display: flex;
flex-direction: row;
gap: 20px;
flex-wrap: wrap;
}
.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;
text-align: center;
transition: all 0.3s ease;
}
.sterify-button:hover {
background: #e60000;
color: #fff;
}
/* --- Mobile --- */
@media (max-width: 768px) {
.sterify-section {
flex-direction: column;
text-align: center;
}
.sterify-text {
padding: 20px 0;
}
.sterify-topline {
font-size: 22px;
}
.sterify-divider {
width: 100%;
left: 0;
transform: translateY(100%);
bottom: -4px;
}
.sterify-mainline {
font-size: 28px !important;
}
.sterify-subtext {
font-size: 16px;
}
.sterify-buttons {
flex-direction: column;
gap: 15px;
}
.sterify-button {
width: 100%;
}
}
,
Sterify Gel is a single-use polymeric hydrogel supplied in a pre-filled syringe for the treatment of periodontal disease. Engineered for chairside efficiency, it forms a mucoadhesive, secure barrier that protects the treatment site during the critical early healing phase.This barrier supports pocket-depth reduction and tissue natural healing without the need for antibiotics. Designed for seamless integration into existing treatment protocols, Sterify Gel requires no special preparation, no refrigeration and can be adopted immediately into routine practice.
.sterify-text {
font-size: 20px !important;
line-height: 1.4 !important;
max-width: 900px;
margin: 10px auto 0 !important; /* meno sopra, zero sotto */
padding: 0 10px; /* meno margine laterale */
color: #fff;
}
/* piccolo spazio solo tra i due paragrafi */
.sterify-text + .sterify-text { margin-top: 10px !important; }
/* assicura zero margine sotto all’ultimo paragrafo */
.sterify-text:last-of-type { margin-bottom: 0 !important; }
,
❮
Reduction of bacterial contamination
Boost the natural tissue healing
No antibiotics and no antiseptics
No animal-derived components
Stable at room temperature
Pre-filled Syringe
❯
.benefits {
max-width: 1200px;
margin: auto;
padding: 40px 20px;
text-align: center;
}
.carousel-wrapper { position: relative; }
.benefits .grid {
display: flex;
gap: 20px;
overflow-x: auto;
scroll-behavior: smooth;
scrollbar-width: none;
}
.benefits .grid::-webkit-scrollbar { display: none; }
.benefits .item {
flex: 0 0 80%;
max-width: 300px;
margin: 0 auto;
background: #ffffff;
border-radius: 10px;
padding: 20px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.benefits .item:hover {
transform: translateY(-5px);
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
border: 1px solid #f42534;
}
.icon-circle {
width: 100px;
height: 100px;
margin: 0 auto 15px;
border-radius: 50%;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.icon-circle img {
width: 100%;
height: 100%;
object-fit: contain;
}
.benefits h3 {
font-size: 16px;
font-weight: bold;
color: #00b3e3;
margin-bottom: 8px;
}
.carousel-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: #69c3cb;
color: #fff;
border: none;
font-size: 20px;
padding: 8px 12px;
cursor: pointer;
border-radius: 50%;
transition: background 0.3s ease;
display: none;
}
.carousel-btn:hover { background: #4aa0a6; }
.carousel-btn.prev { left: 10px; }
.carousel-btn.next { right: 10px; }
@media (min-width: 768px) {
.benefits .grid {
display: grid;
gap: 30px;
grid-template-columns: repeat(3, 1fr);
}
.carousel-btn { display: none !important; }
}
@media (min-width: 1200px) {
.benefits .grid {
grid-template-columns: repeat(6, 1fr);
}
}
const carousel = document.querySelector('.benefits .grid');
const prevBtn = document.querySelector('.carousel-btn.prev');
const nextBtn = document.querySelector('.carousel-btn.next');
if (carousel && prevBtn && nextBtn) {
prevBtn.addEventListener('click', () => carousel.scrollBy({ left: -300, behavior: 'smooth' }));
nextBtn.addEventListener('click', () => carousel.scrollBy({ left: 300, 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: azzurro con testo e bordo bianchi --- */
.custom-brochure .accordion-btn {
display: inline-block;
padding: 18px 40px;
border: 2px solid #fff !important; /* ✅ bordo bianco */
background: #00b3e3 !important; /* ✅ sfondo azzurro */
color: #fff !important; /* ✅ testo bianco */
font-weight: bold;
text-transform: uppercase;
cursor: pointer;
border-radius: 4px;
transition: all 0.3s ease;
font-size: 16px;
}
/* --- Hover: sfondo bianco, testo e bordo azzurri --- */
.custom-brochure .accordion-btn:hover,
.custom-brochure .accordion-btn.active {
background: #fff !important; /* ✅ sfondo bianco */
color: #00b3e3 !important; /* ✅ testo azzurro */
border-color: #00b3e3 !important; /* ✅ bordo azzurro */
}
/* --- 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: #fff !important; /* testo bianco */
font-size: 18px;
margin-bottom: 20px;
text-align: center;
font-weight: 500;
}
/* --- iFrame container --- */
.custom-brochure .pardot-wrapper {
background: transparent !important;
overflow: visible !important;
position: relative;
}
/* --- iFrame: altezza ottimizzata (nessuno spazio sotto) --- */
.custom-brochure .pardot-wrapper iframe {
display: block;
width: 100%;
min-height: 1080px; /* ✅ desktop bilanciato */
border: none;
background: transparent !important;
overflow: visible !important;
margin: 0 auto !important;
}
/* --- Tablet --- */
@media (max-width: 1024px) and (min-width: 769px) {
.custom-brochure .pardot-wrapper iframe {
min-height: 1120px;
}
}
/* --- Mobile --- */
@media (max-width: 768px) {
.custom-brochure {
padding: 60px 15px;
}
.custom-brochure .pardot-wrapper iframe {
min-height: 1180px;
}
}
/* --- Effetto apertura (fade dolce) --- */
.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 dolce all’apertura
if (content.classList.contains("show")) {
setTimeout(() => {
content.scrollIntoView({ behavior: "smooth", block: "start" });
}, 300);
}
});
}
});
,
PRECISE PLACEMENT, LASTING PROTECTION
Sterify Gel delivers a targeted, mechanical solution to support tissue healing.
Applied directly into the pocket via a pre-filled syringe, the mucoadhesive hydrogel
conforms to the pocket walls and creates an occlusive barrier that protects the site
during the earliest and most vulnerable phase of repair.
.video-section {
text-align: center;
padding: 60px 20px 40px;
background: #000;
}
.video-title {
color: #00b3e3;
font-size: 36px;
font-weight: 700;
text-align: center;
margin-bottom: 20px;
}
.nowrap {
white-space: nowrap;
}
.video-subtitle {
font-size: 20px;
font-weight: 400;
line-height: 1.4;
color: #fff;
max-width: 900px;
margin: 0 auto 30px auto;
text-align: center;
}
/* --- Video layout --- */
.video-carousel {
display: flex;
gap: 20px;
justify-content: center;
}
.video-wrapper {
flex: 0 0 auto;
aspect-ratio: 16/9; /* orizzontale */
width: 400px; /* più grande su desktop */
max-width: 400px;
}
.video-wrapper iframe {
width: 100%;
height: 100%;
border: none;
}
/* Mobile: slider */
@media (max-width: 768px) {
.video-title {
font-size: 28px;
}
.video-subtitle {
font-size: 18px;
line-height: 1.4;
}
.video-carousel {
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
justify-content: flex-start;
padding-bottom: 10px;
}
.video-wrapper {
scroll-snap-align: center;
width: 260px; /* più compatto su mobile */
max-width: 260px;
}
.video-carousel::-webkit-scrollbar {
display: none;
}
}
,
Periodontitis is a chronic multifactorial disease
that can lead to the destruction of the structures supporting the teeth
It affects about 70% of the adult population
Sterify Gel
easily penetrates into the deepest and hard-to-reach areas of periodontal and peri-implant pockets,
adhering to the gingival tissue, alveolar bone or root and dental implant surfaces,
providing complete coverage of the pockets.
.efp-section {
padding:40px 20px;
background:transparent;
max-width:1200px;
margin:0 auto;
}
/* Colonne */
.efp-columns {
display:flex;
align-items:center;
justify-content:center;
flex-wrap:wrap;
margin-bottom:20px;
max-width:900px; /* larghezza colonne */
margin:0 auto 20px auto;
}
.efp-image {
flex:0 0 30%;
text-align:center;
}
.efp-image img {
max-width:220px;
height:auto;
}
.efp-text {
flex:0 0 65%;
text-align:left;
}
.efp-title {
color:#fff !important;
font-size:24px !important;
font-weight:700 !important;
line-height:1.35;
margin:0 0 10px 0;
text-transform:none;
}
.efp-subtitle {
color:#000 !important;
font-weight:600 !important;
font-size:20px !important;
line-height:1.3;
margin:0;
}
/* Box bianco leggermente più largo */
.efp-box {
background:#fff;
border:2px solid #000;
padding:20px 25px;
border-radius:6px;
font-size:16px;
line-height:1.5;
color:#000;
max-width:906px; /* leggermente più largo delle colonne */
margin:0 auto;
text-align:center;
}
.efp-box .highlight {
color:#00b3e3;
font-weight:bold;
}
/* Break responsivo: solo desktop */
.desktop-br {
display:inline;
}
/* --- MOBILE --- */
@media (max-width:768px) {
.efp-columns {
flex-direction:column;
text-align:center;
margin-bottom:15px;
max-width:95%;
}
.efp-image img {
max-width:180px;
margin:10px 0;
}
.efp-text {padding:0;text-align:center;max-width:100%;}
.efp-title {font-size:20px !important;}
.efp-subtitle {font-size:18px !important;}
.efp-box {
font-size:15px;
margin-top:15px;
text-align:center;
max-width:95%;
}
.desktop-br {
display:none; /* niente break su mobile */
}
}
,
Changes in pocket depth after treatment with Sterify Gel compared to SRP alone
Sterify Gel in conjunction with SRP consistently demonstrated a noteworthy improvement in PD, surpassing twofold enhancement compared to the control group throughout all follow-up intervals
CLINICAL EVIDENCES
,
REAL STORIES. REAL RESULTS.Discover Why Professionals Trust Sterify Gel.❮ ❯
.testimonial-slider {
position: relative;
overflow: hidden;
max-width: 1000px;
margin: auto;
}
.slides {
display: flex;
transition: transform 0.5s ease-in-out;
}
.slide {
min-width: 100%;
display: flex;
justify-content: center;
}
.slide img {
max-width: 100%;
height: auto;
border-radius: 6px;
}
/* Frecce minimal */
.prev, .next {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: none;
color: white;
border: none;
font-size: 40px;
cursor: pointer;
padding: 10px;
text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.prev { left: 15px; }
.next { right: 15px; }
let currentIndex = 0;
const slides = document.querySelectorAll(".slide");
const totalSlides = slides.length;
const slidesContainer = document.querySelector(".slides");
function showSlide(index) {
if (index >= totalSlides) currentIndex = 0;
else if (index < 0) currentIndex = totalSlides - 1;
else currentIndex = index;
slidesContainer.style.transform = `translateX(-${currentIndex * 100}%)`;
}
document.querySelector(".next").addEventListener("click", () => {
showSlide(currentIndex + 1);
});
document.querySelector(".prev").addEventListener("click", () => {
showSlide(currentIndex - 1);
});
// Auto-play ogni 4 secondi
setInterval(() => {
showSlide(currentIndex + 1);
}, 4000);
,
CLINICAL CASE LIBRARY
Download the evidence*
Explore real clinical cases illustrating treatment protocols, before-and-after outcomes, and expert insights from dental professionals.
VIEW ALL CLINICAL CASES
.clinical-intro-section {
text-align: center !important;
max-width: 850px !important;
margin: 70px auto !important;
padding: 20px !important;
}
/* Titolo più grande + azzurro */
.clinical-intro-title {
color: #00b3e3 !important;
font-size: 40px !important;
font-weight: 700 !important;
text-transform: uppercase !important;
margin-bottom: 18px !important;
}
/* Testo bianco */
.clinical-intro-text {
color: #ffffff !important;
font-size: 18px !important;
line-height: 1.6 !important;
margin-bottom: 40px !important;
max-width: 750px !important;
margin-left: auto !important;
margin-right: auto !important;
}
/* Bottone outline bianco */
.clinical-intro-btn {
display: inline-block !important;
padding: 14px 40px !important;
border: 2px solid #ffffff !important;
background: transparent !important;
color: #ffffff !important;
font-weight: bold !important;
text-transform: uppercase !important;
text-decoration: none !important;
border-radius: 6px !important;
transition: all 0.3s ease !important;
}
/* Hover → bianco + testo nero */
.clinical-intro-btn:hover {
background: #ffffff !important;
color: #000000 !important;
border-color: #ffffff !important;
}
.clinical-intro-subtitle {
color: #ffffff !important;
font-size: 22px !important;
margin-bottom: 22px !important;
font-weight: 700 !important; /* 🔥 GRASSETTO */
}
,
Expert Perspectives – KOL Interviews on Sterify Gel
Hear directly from leading dental professionals about their real-world experience with Sterify Gel
and the outcomes observed when using Sterify Gel.
READ NOW
Trattamenti parodontali: il ruolo di Sterify Gel nella terapia non chirurgica
Dr. Consolata Pejrone
READ ARTICLE
Sterify Gel: innovazione e versatilità nel trattamento parodontale
Dr. Claudio Pasquale, PhD
READ ARTICLE
.kol-section {
max-width: 1000px;
margin: 0 auto;
padding: 60px 20px;
text-align: center;
}
.kol-title {
font-size: 30px;
font-weight: bold;
margin-bottom: 15px;
color: #000;
}
.kol-subtitle {
font-size: 20px;
color: #333;
margin-bottom: 25px;
}
/* Bottone principale (READ NOW) */
.kol-btn {
padding: 12px 30px;
font-size: 16px;
font-weight: bold;
background: transparent;
border: 2px solid #000;
color: #000;
cursor: pointer;
transition: 0.3s;
border-radius: 0; /* squadrato */
}
.kol-btn:hover {
background: #000;
color: #fff;
}
/* Accordion */
.kol-accordion {
display: none;
margin-top: 30px;
text-align: left;
}
.kol-accordion.open {
display: block;
}
/* Card */
.kol-card {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 25px;
padding: 20px;
border: 1px solid #ddd;
border-radius: 0; /* squadrato */
background: #fff;
}
.kol-img img {
width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover;
}
.kol-info h3 {
font-size: 18px;
margin: 0 0 8px;
}
.kol-doctor {
margin: 0 0 12px;
color: red;
font-weight: bold;
}
/* Bottoni interni (READ ARTICLE) */
.kol-cta {
display: inline-block;
padding: 10px 20px;
font-size: 14px;
font-weight: bold;
background: transparent;
border: 2px solid #00b3e3;
color: #00b3e3 !important; /* ✅ testo forzato azzurro */
text-decoration: none !important;
border-radius: 0; /* squadrato */
transition: 0.3s;
}
.kol-cta:hover {
background: #00b3e3;
color: #fff !important; /* ✅ bianco in hover */
}
/* --- Desktop: testi più grandi --- */
@media (min-width: 1025px) {
.kol-title {
font-size: 36px !important;
line-height: 1.2 !important;
}
.kol-subtitle {
font-size: 22px !important;
line-height: 1.5 !important;
}
}
/* --- Mobile --- */
@media (max-width: 768px) {
.kol-card {
flex-direction: column;
text-align: center;
}
.kol-img img {
width: 120px;
height: 120px;
}
.kol-title {
font-size: 26px !important;
}
.kol-subtitle {
font-size: 18px !important;
}
}
document.addEventListener("DOMContentLoaded", function() {
if (window.location.hash === "#KOLInterview") {
document.getElementById("kol-accordion").classList.add("open");
}
});
,
Are you making a Difference with Sterify Gel?
Let's share it!Have you ever finalized a periodontal treatment with Sterify Gel? Share your experience and inspire your peers. Submit your case and get featured on HuFriedyGroup channels.
Submit Your Clinical Case
,
Additional Resources
❮
Sterify Gel – Instructions for Use (EN)
Sterify Gel – Product Data Sheet
Sterify Gel – Instructions for Use (IT)
Sterify Gel – Instructions for Use (FR)
Sterify Gel – Instructions for Use (NL)
Sterify Gel – Instructions for Use (ES)
Sterify Gel – Instructions for Use (DE)
Sterify Gel Info Sheet (EN)
❯
#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;
}
#resources-block-1 .resources-carousel-wrapper {
position: relative;
overflow: hidden;
}
#resources-block-1 .resources-carousel {
display: flex !important;
flex-wrap: nowrap !important;
gap: var(--gap);
overflow-x: auto !important;
overflow-y: hidden !important;
-webkit-overflow-scrolling: touch;
scroll-behavior: smooth;
padding: 10px 0;
overscroll-behavior-x: contain;
}
#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: #00b3e3;
font-weight: 600;
margin: 0;
text-transform: capitalize;
}
/* Rendere cliccabile tutto il box */
#resources-block-1 .resource-item a {
display: block;
color: inherit;
text-decoration: none;
}
/* Frecce */
#resources-block-1 .resources-btn {
background: #e60000;
color: #fff;
border: none;
width: 36px;
height: 36px;
font-size: 20px;
line-height: 1;
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;
opacity: 1;
}
#resources-block-1 .resources-btn.prev { left: 0; }
#resources-block-1 .resources-btn.next { right: 0; }
#resources-block-1 .resources-btn:hover { background:#b30000; }
#resources-block-1 .resources-btn:disabled { opacity:.35; cursor: default; }
@media (max-width: 768px) {
#resources-block-1 .resources-btn { display: none !important; }
#resources-block-1 .resource-item { padding: 10px; }
#resources-block-1 .resource-item img { width: 32px; margin-bottom: 6px; }
#resources-block-1 .resource-item p { font-size: 13px; line-height: 1.3; }
}
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');
if (!scroller) return;
scroller.style.flexWrap = 'nowrap';
scroller.style.overflowX = 'auto';
function step() {
const item = scroller.querySelector('.resource-item');
const gap = parseInt(getComputedStyle(scroller).gap || '20', 10) || 20;
return (item ? item.getBoundingClientRect().width : 220) + gap;
}
function updateArrows() {
if (!prev || !next) 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();
}
});
,
The Evolution of Individualized Periodontal Care
Sterify Gel 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;
}
}
,
*For dental professionals only. By downloading these clinical cases you confirm that you are a registered dental practitioner. Refer to the Instructions for Use and clinical data for full indications and safety information.
Sterify is a registered trademark of Sterify Srl.
All company and product names are trademarks of Hu-Friedy Mfg. Co. LLC., its affiliates or related companies, unless otherwise noted.
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
/* --- 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 #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;
}
.custom-brochure .accordion-btn:hover,
.custom-brochure .accordion-btn.active {
background: #fff !important;
color: #00b3e3 !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;
box-shadow: none !important;
border: none !important;
overflow: visible !important; /* ✅ permette di mostrare tutto */
transition: all 0.6s ease;
opacity: 0;
}
/* --- Testo sopra il form --- */
.custom-brochure .accordion-content p {
color: #fff !important;
font-size: 18px;
margin-bottom: 20px;
text-align: center;
}
/* --- iFrame (form Pardot) --- */
.custom-brochure .pardot-wrapper {
background: transparent !important;
overflow: visible !important;
position: relative;
}
.custom-brochure .pardot-wrapper iframe {
display: block;
width: 100%;
min-height: 1300px; /* ✅ desktop: leggermente più alto */
border: none;
background: transparent !important;
overflow: visible !important;
transition: height 0.3s ease;
}
/* --- Tablet --- */
@media (max-width: 1024px) and (min-width: 769px) {
.custom-brochure .pardot-wrapper iframe {
min-height: 1350px; /* ✅ tablet */
}
}
/* --- Mobile --- */
@media (max-width: 768px) {
.custom-brochure {
padding: 60px 15px;
}
.custom-brochure .pardot-wrapper iframe {
min-height: 1450px; /* ✅ aumentato: mostra tutto anche il bottone e privacy */
}
}
/* --- Effetto apertura (slide + fade) --- */
.custom-brochure .accordion-content.show {
display: block;
opacity: 1;
animation: slideDown 0.6s ease;
}
@keyframes slideDown {
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");
if (content.classList.contains("show")) {
setTimeout(() => {
content.scrollIntoView({ behavior: "smooth", block: "start" });
}, 400);
}
});
}
});
,
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
.
/* 🔹 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
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
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
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: 1200px;
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;
}
/* Desktop Grid */
.instruments-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.instrument-card {
background: #fff;
border: 1px solid #ddd;
border-radius: 8px;
padding: 25px;
text-align: center;
transition: transform 0.2s ease, box-shadow 0.2s ease;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.instrument-card:hover {
transform: translateY(-5px);
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.instrument-card img {
max-width: 90%;
height: auto;
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;
color: #000;
line-height: 1.5;
margin-bottom: 15px;
flex-grow: 0;
}
/* Bottoni pareggiati */
.instrument-btn {
display: block;
width: 100%;
padding: 14px;
border: 2px solid #e60000;
color: #e60000;
font-weight: bold;
text-decoration: none;
transition: all 0.2s ease;
text-align: center;
margin-top: auto;
}
.instrument-btn:hover {
background: #e60000;
color: #fff;
}
/* Mobile Carousel */
.instruments-carousel {
display: none;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
}
.instruments-carousel .carousel-track {
display: flex;
gap: 15px;
}
.instruments-carousel .instrument-card {
flex: 0 0 85%;
scroll-snap-align: center;
}
/* Responsive */
@media (max-width: 768px) {
.instruments-grid { display: none; }
.instruments-carousel { display: block; }
.instrument-card img {
max-width: 100%;
}
}
,
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
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