Advertisement
.phx6806x-wrap {--ink: #0b1425;
--muted: #3f4e69;
--card: rgba(255, 255, 255, 0.88);
--line: rgba(11, 20, 37, 0.15);
--cyan: #06b6d4;
--blue: #1d4ed8;
--teal: #0ea5a4;
position: relative;
isolation: isolate;
overflow: hidden;
border-radius: 28px;
border: 1px solid var(--line);
padding: clamp(18px, 3vw, 34px);
color: var(--ink);
font-family: "Manrope", "Segoe UI", sans-serif;
background:
radial-gradient(1200px 500px at 110% -10%, rgba(6,182,212,.25), transparent 62%),
radial-gradient(900px 420px at -10% 120%, rgba(29,78,216,.22), transparent 58%),
linear-gradient(130deg, #f8fcff, #edf6ff, #f8fcff);
background-size: 100% 100%, 100% 100%, 200% 200%;
animation: phx6806x-bg-pan 14s ease-in-out infinite;
box-shadow: 0 36px 80px -48px rgba(13, 37, 77, 0.48);
}
.phx6806x-wrap::before {
content: "";
position: absolute;
inset: -2px;
border-radius: 30px;
padding: 2px;
background: conic-gradient(from 0deg, rgba(6,182,212,.75), rgba(29,78,216,.75), rgba(14,165,164,.75), rgba(6,182,212,.75));
-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
animation: phx6806x-spin 8s linear infinite;
pointer-events: none;
z-index: -1;
opacity: .8;
}
.phx6806x-wrap::after {
content: "";
position: absolute;
width: 340px;
height: 340px;
right: -120px;
top: -120px;
border-radius: 50%;
background: radial-gradient(circle, rgba(255,255,255,.68), rgba(255,255,255,0));
filter: blur(2px);
animation: phx6806x-float 7s ease-in-out infinite;
pointer-events: none;
z-index: 0;
}
.phx6806x-hero,
.phx6806x-grid {
position: relative;
z-index: 1;
}
.phx6806x-pillrow {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 10px;
}
.phx6806x-pill {
padding: 7px 12px;
border-radius: 999px;
font-size: .82rem;
font-weight: 800;
letter-spacing: .2px;
color: #0b4a55;
border: 1px solid rgba(6,182,212,.36);
background: rgba(6,182,212,.14);
animation: phx6806x-pill-bob 2.8s ease-in-out infinite;
}
.phx6806x-pill:nth-child(2) { animation-delay: .35s; }
.phx6806x-pill:nth-child(3) { animation-delay: .7s; }
.phx6806x-wrap h1 {
margin: 0;
line-height: 1.08;
letter-spacing: -0.02em;
font-size: clamp(1.7rem, 4vw, 2.9rem);
max-width: 24ch;
background: linear-gradient(100deg, #0f172a, #1d4ed8, #0ea5a4, #0f172a);
background-size: 240% 240%;
-webkit-background-clip: text;
background-clip: text;
color: transparent;
animation: phx6806x-text-shift 9s ease-in-out infinite;
}
.phx6806x-lead {
margin: 12px 0 0;
color: var(--muted);
max-width: 72ch;
font-size: clamp(1rem, 2.1vw, 1.12rem);
line-height: 1.64;
}
.phx6806x-grid {
margin-top: 16px;
display: grid;
grid-template-columns: repeat(12, minmax(0, 1fr));
gap: 14px;
}
.phx6806x-card {
border-radius: 18px;
border: 1px solid var(--line);
background: var(--card);
backdrop-filter: blur(6px);
padding: 16px;
box-shadow: 0 16px 44px -34px rgba(10, 30, 65, 0.42);
animation: phx6806x-card-float 5.6s ease-in-out infinite;
}
.phx6806x-card h2 {
margin: 0 0 10px;
font-size: 1.06rem;
letter-spacing: -0.01em;
}
.phx6806x-card p {
margin: 8px 0;
font-size: .96rem;
line-height: 1.62;
color: #1e2c44;
}
.phx6806x-col-8 { grid-column: span 8; }
.phx6806x-col-4 { grid-column: span 4; }
.phx6806x-col-12 { grid-column: span 12; }
.phx6806x-col-4 { animation-delay: .9s; }
.phx6806x-col-12 { animation-delay: 1.5s; }
.phx6806x-meta {
display: grid;
gap: 10px;
}
.phx6806x-meta div {
border-radius: 12px;
border: 1px solid rgba(29,78,216,.23);
background: linear-gradient(180deg, rgba(29,78,216,.08), rgba(29,78,216,.02));
padding: 10px 12px;
font-size: .94rem;
}
.phx6806x-cta {
position: relative;
overflow: hidden;
border: 1px solid rgba(14,165,164,.34);
background: linear-gradient(120deg, rgba(6,182,212,.10), rgba(29,78,216,.11));
}
.phx6806x-cta::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(102deg, transparent 28%, rgba(255,255,255,.58) 50%, transparent 72%);
transform: translateX(-120%);
animation: phx6806x-sweep 4.2s ease-in-out infinite;
pointer-events: none;
}
.phx6806x-cta-inner {
position: relative;
z-index: 1;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 12px;
}
.phx6806x-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
text-decoration: none;
color: #fff;
font-weight: 800;
letter-spacing: .2px;
padding: 12px 18px;
border-radius: 12px;
background: linear-gradient(120deg, var(--blue), var(--teal));
box-shadow: 0 18px 34px -18px rgba(29,78,216,.75);
animation: phx6806x-btn-pop 1.8s ease-in-out infinite;
transition: transform .2s ease, box-shadow .2s ease;
}
.phx6806x-btn::after {
content: "→";
animation: phx6806x-arrow 1.2s ease-in-out infinite;
}
.phx6806x-btn:hover {
transform: translateY(-2px);
box-shadow: 0 22px 38px -16px rgba(29,78,216,.78);
}
@keyframes phx6806x-bg-pan {
0%, 100% { background-position: 0 0, 0 0, 0% 50%; }
50% { background-position: 0 0, 0 0, 100% 50%; }
}
@keyframes phx6806x-spin {
to { transform: rotate(360deg); }
}
@keyframes phx6806x-float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(14px); }
}
@keyframes phx6806x-pill-bob {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-4px); }
}
@keyframes phx6806x-text-shift {
0%, 100% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
}
@keyframes phx6806x-card-float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-5px); }
}
@keyframes phx6806x-sweep {
0%, 20% { transform: translateX(-120%); }
55%, 100% { transform: translateX(120%); }
}
@keyframes phx6806x-btn-pop {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.04); }
}
@keyframes phx6806x-arrow {
0%, 100% { transform: translateX(0); }
50% { transform: translateX(4px); }
}
@media (max-width: 920px) {
.phx6806x-col-8, .phx6806x-col-4, .phx6806x-col-12 { grid-column: span 12; }
}
Straumann Systems
Clinical + Hands-On
Limited Seats
Why Straumann? Advanced Implant Systems Workshop
Presented by Dr Meizi Eliezer. A practical day built for clinicians who want sharper decision-making, more predictable protocols, and stronger restorative outcomes with Straumann implant systems.
What You Will Master
System architecture and selection logic across BLC, BLX, Tissue Level, and Bone Level with real-case indications and decision frameworks.
Surgical protocol design for high primary stability, including sequence control and risk reduction at each stage of treatment.
Restorative platform strategy, prosthetic workflow planning, immediate loading principles, and radiographic identification in complex scenarios.
Evidence-backed review of long-term survival and peri-implant tissue outcomes to improve treatment planning confidence.
Hands-on component includes guided clinical exercises on a dedicated jaw model.
Course Details
Date: Tuesday, 17.03.2026
Time: 08:30 to 15:30
Location: Ramat Gan
Fee: 590 ILS + VAT
Secure Your Seat
Registration is open now. Places are intentionally limited to keep this workshop highly practical.
Register Now
Advertisement
Event Venue
Ramat Gan City, Bnei Brak, Ramat Gan, Israel
Tickets
Concerts, fests, parties, meetups - all the happenings, one place.





