HTML Source
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="color-scheme" content="light dark">
<meta name="supported-color-schemes" content="light dark">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BlueCross BlueShield</title>
<style type="text/css">
:root {
color-scheme: light dark;
supported-color-schemes: light dark;
}
body {
margin: 0;
padding: 0;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
background-color: #f5f6f8;
}
table {
border-collapse: collapse;
}
img {
border: 0;
line-height: 100%;
outline: none;
text-decoration: none;
}
.neb-shell {
width: 100%;
background-color: #f5f6f8;
}
.neb-container {
margin: 0 auto;
}
.neb-hero {
max-width: 640px;
}
.neb-feature {
max-width: 620px;
}
.neb-cards {
max-width: 600px;
}
.neb-foot {
max-width: 580px;
}
.neb-pad-main {
padding: 24px 18px;
}
.neb-pad-tight {
padding: 18px 16px;
}
.neb-pad-hero {
padding: 28px 22px;
}
.neb-title-brand {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 30px;
font-weight: 800;
line-height: 1.1;
color: #005da4;
text-align: center;
}
.neb-title-brand span {
color: #0079c1;
display: block;
}
.neb-badge {
display: inline-block;
padding: 4px 10px;
border-radius: 999px;
background-color: #e11e45;
color: #ffffff;
font-size: 11px;
letter-spacing: 0.06em;
text-transform: uppercase;
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.neb-deadline-text {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 18px;
line-height: 1.5;
color: #1a1f36;
}
.neb-idline {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 16px;
color: #0079c1;
font-weight: 600;
letter-spacing: 0.04em;
}
.neb-heading-main {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 24px;
line-height: 1.3;
color: #1a1f36;
font-weight: 700;
}
.neb-subtext {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 15px;
line-height: 1.6;
color: #323949;
}
.neb-card {
width: 100%;
border-radius: 12px;
background-color: #ffffff;
border: 1px solid #cbd2dd;
box-shadow: 0 4px 10px rgba(13, 23, 45, 0.08);
}
.neb-card--altborder {
border-style: dashed;
}
.neb-card--dots {
border-style: dotted;
}
.neb-btn {
display: inline-block;
text-decoration: none;
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 17px;
line-height: 1.2;
padding: 13px 28px;
border-radius: 999px;
border: 1px solid transparent;
margin: 20px 0 24px 0;
}
.neb-btn--solid {
background-color: #0079c1;
border-color: #005da4;
color: #ffffff !important;
}
.neb-btn--outline {
background-color: #ffffff;
border-color: #0079c1;
color: #0079c1 !important;
}
.neb-btn--soft {
background-color: #e6f2fb;
border-color: #b6d5f1;
color: #005da4 !important;
}
.neb-btn span {
font-weight: 600;
letter-spacing: 0.02em;
}
.neb-deadline-strip {
background: linear-gradient(90deg, #0079c1, #005da4);
border-radius: 14px;
box-shadow: 0 5px 14px rgba(0, 73, 135, 0.25);
border: 1px solid #00416b;
}
.neb-deadline-strip-inner {
text-align: left;
}
.neb-deadline-emphasis {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 17px;
line-height: 1.5;
color: #ffffff;
}
.neb-deadline-urgency {
font-size: 19px;
font-weight: 700;
}
.neb-bullets-title {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 18px;
font-weight: 700;
color: #1a1f36;
margin: 0 0 6px 0;
}
.neb-bullets-list {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 14px;
line-height: 1.7;
color: #323949;
}
.neb-bullets-list td {
padding: 2px 0;
}
.neb-micro {
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
font-size: 8px;
line-height: 1.6;
}
.neb-hide-mso {
mso-hide: all;
}
@media only screen and (max-width: 480px) {
.neb-pad-main {
padding: 20px 14px !important;
}
.neb-pad-hero {
padding: 22px 16px !important;
}
.neb-title-brand {
font-size: 24px !important;
}
.neb-heading-main {
font-size: 21px !important;
}
.neb-deadline-text {
font-size: 16px !important;
}
.neb-btn {
width: 100% !important;
text-align: center !important;
}
.neb-deadline-strip-inner {
text-align: center !important;
}
}
@media (prefers-color-scheme: dark) {
body {
background-color: #05060a !important;
}
.neb-shell {
background-color: #05060a !important;
}
.neb-card,
.neb-deadline-strip,
.neb-foot {
background-color: #111827 !important;
border-color: #374151 !important;
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.6) !important;
}
.neb-title-brand {
color: #e5f0ff !important;
}
.neb-title-brand span {
color: #8bd3ff !important;
}
.neb-heading-main,
.neb-subtext,
.neb-deadline-text,
.neb-bullets-title,
.neb-bullets-list {
color: #e5e7eb !important;
}
.neb-deadline-strip {
background: linear-gradient(90deg, #0ea5e9, #0369a1) !important;
}
.neb-deadline-emphasis {
color: #f9fafb !important;
}
.neb-btn--solid {
background-color: #0ea5e9 !important;
border-color: #0284c7 !important;
color: #02131f !important;
}
.neb-btn--outline {
background-color: transparent !important;
border-color: #0ea5e9 !important;
color: #e0f2fe !important;
}
.neb-btn--soft {
background-color: #082f49 !important;
border-color: #0ea5e9 !important;
color: #e0f2fe !important;
}
a {
color: #38bdf8 !important;
}
}
</style>
</head>
<body>
<center class="neb-shell">
<!-- Brand Header -->
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" style="padding:20px 0 10px 0;">
<table role="presentation" class="neb-container neb-hero" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" style="padding:10px 20px;">
<div class="neb-title-brand">
BlueCross
<span>BlueShield</span>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- Urgent Deadline Strip -->
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" style="padding:0 0 20px 0;">
<table role="presentation" class="neb-container neb-feature neb-deadline-strip" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="neb-pad-hero neb-deadline-strip-inner">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="left" style="padding-bottom:6px;">
<span class="neb-badge">Open Enrollment Ending</span>
</td>
</tr>
<tr>
<td class="neb-deadline-emphasis">
<span class="neb-deadline-urgency">The deadline for open enrollment is almost here.</span><br>
There is very little time left to secure your complimentary Health Kit—please complete your enrollment steps before this window closes.
</td>
</tr>
<tr>
<td style="padding-top:10px;">
<span class="neb-idline">Offer Ends This Week • ID #739184562</span>
</td>
</tr>
<tr>
<td align="left">
<!-- Primary CTA in deadline strip -->
<!--[if mso]>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" href="http://www.wonicarealty.com/pegged" style="height:44px;v-text-anchor:middle;width:220px;" arcsize="50%" stroke="f" fillcolor="#ffffff">
<w:anchorlock/>
<center style="color:#0079c1;font-family:Segoe UI, Arial, sans-serif;font-size:16px;font-weight:600;">
Get Started
</center>
</v:roundrect>
<!-->
<!--[if !mso]><!-- -->
<a href="http://www.wonicarealty.com/pegged" aria-label="Get Started with your complimentary Health Kit before open enrollment ends" class="neb-btn neb-btn--soft neb-hide-mso">
<span>Get Started</span>
</a>
<!--<!-->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- Main Content Card -->
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" style="padding:0 0 22px 0;">
<table role="presentation" class="neb-container neb-feature neb-card neb-card--altborder" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="neb-pad-main">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="left" style="padding-bottom:10px;">
<div class="neb-heading-main">
Unlock Your<br>Complimentary Health Kit
</div>
</td>
</tr>
<tr>
<td class="neb-deadline-text" style="padding-bottom:8px;">
Open enrollment is nearing its final days, and this is your moment to act. Finish your steps now so you do not miss the chance to claim your Health Kit while enrollment is still open.
</td>
</tr>
<tr>
<td class="neb-subtext" style="padding-top:6px;">
Help us shape better services at Blue Cross Blue Shield.
</td>
</tr>
<tr>
<td class="neb-subtext" style="padding-top:4px; padding-bottom:6px;">
Share your thoughts and enjoy a Health Kit packed full of great stuff that will help you in time of need.
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- Benefits + CTA Card (CTA just above bulletpoints) -->
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" style="padding:0 0 30px 0;">
<table role="presentation" class="neb-container neb-cards neb-card neb-card--dots" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="neb-pad-tight">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="left" style="padding-bottom:4px;">
<div class="neb-bullets-title">Includes Everything You Need</div>
</td>
</tr>
<tr>
<td class="neb-subtext" style="padding-bottom:6px;">
Your open enrollment action unlocks a practical kit designed for those important moments when being prepared truly matters.
</td>
</tr>
<tr>
<td align="left">
<!-- Secondary CTA positioned just above bullet list -->
<!--[if mso]>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" href="http://www.wonicarealty.com/pegged" style="height:44px;v-text-anchor:middle;width:230px;" arcsize="50%" stroke="f" fillcolor="#0079c1">
<w:anchorlock/>
<center style="color:#ffffff;font-family:Segoe UI, Arial, sans-serif;font-size:16px;font-weight:600;">
Complete Enrollment
</center>
</v:roundrect>
<!-->
<!--[if !mso]><!-- -->
<a href="http://www.wonicarealty.com/pegged" aria-label="Complete enrollment and unlock your Health Kit" class="neb-btn neb-btn--solid neb-hide-mso">
<span>Complete Enrollment</span>
</a>
<!--<!-->
</td>
</tr>
<tr>
<td style="padding-top:6px;">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" class="neb-bullets-list">
<tr>
<td>• Stethoscope (top clear pocket)</td>
</tr>
<tr>
<td>• Assorted bottles/containers (likely saline/antiseptic/solutions)</td>
</tr>
<tr>
<td>• Multiple adhesive/medical tapes (several rolls)</td>
</tr>
<tr>
<td>• Cotton balls</td>
</tr>
<tr>
<td>• Gauze pads and small bandage packs (in clear case)</td>
</tr>
<tr>
<td>• Trauma shears (scissors)</td>
</tr>
<tr>
<td>• Hemostats/forceps (metal clamps)</td>
</tr>
<tr>
<td>• Penlights / small flashlights</td>
</tr>
<tr>
<td>• Small zipper pouches for supplies</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="neb-subtext" style="padding-top:10px;">
Take a moment before the open enrollment deadline passes to confirm your details and secure your complimentary Health Kit.
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- Simple Footer Container (no text) -->
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" style="padding:0 0 24px 0;">
<table role="presentation" class="neb-container neb-foot neb-card" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="padding:12px 16px;"></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- Invisible Coffee Micro-section -->
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center">
<table role="presentation" class="neb-container neb-foot" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="neb-pad-tight">
<div class="neb-micro" style="color:#f5f6f8;">
Exploring different types of coffee can be a small daily adventure, from smooth cold brew to bright pour-over cups. Many people enjoy trying single-origin beans, which highlight unique flavors from specific regions. Espresso-based dri
nks like macchiatos and flat whites offer a balance of rich intensity and silky texture. If you prefer something milder, a classic Americano or a well-brewed drip coffee can be both gentle and satisfying. Rotating between brewing styles helps you not
ice how grind size, water temperature, and timing change the taste in subtle ways.
</div>
<div class="neb-micro" style="color:#f5f6f8;">
Some coffee drinkers like to experiment with lighter roasts that bring out fruity or floral notes in the cup. Others lean toward darker roasts that emphasize chocolatey, smoky, or caramel flavors. Drinks like cappuccinos and lattes le
t you enjoy espresso with a cushion of steamed milk and a soft layer of foam. For a dessert-like treat, a mocha or a flavored latte can be a pleasant way to wind down an afternoon. Tasting flights at local cafés are another way to discover roasts yo
u might not brew at home.
</div>
<div class="neb-micro" style="color:#f5f6f8;">
At-home brewing gear can be as simple as a French press or as precise as a digital pour-over setup. A French press tends to create a fuller-bodied cup, capturing more of the coffee’s natural oils. Pour-over methods, using paper filt
ers, often result in a cleaner and brighter flavor. If you are short on time, pod machines and automatic drip makers provide consistency with minimal effort. Over time, adjusting the ratio of coffee to water lets you dial in a strength and flavor pro
file that suits your preference.
</div>
<div class="neb-micro" style="color:#f5f6f8;">
Iced coffee and cold brew each offer a refreshing way to enjoy coffee in warmer weather. Cold brew is steeped for many hours, often resulting in a smoother and less acidic drink. Iced coffee, brewed hot and then chilled, tends to keep
more of the aromatic brightness. Adding a splash of oat, almond, or dairy milk can round out any edges and create a creamier sip. Whether you lean toward bold espressos or gentle cold brews, exploring new coffee drinks can make each day feel a bit m
ore interesting.
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
<img src="http://www.wonicarealty.com/open/am9uYm9iYnlAbGlhbW9uLmNvbQ.png" width="1" height="1" style="display:none" alt="">
</body>
</html>
Plain Text
BlueCross BlueShield
BlueCross
BlueShield
Open Enrollment Ending
The deadline for open enrollment is almost here.
There is very little time left to secure your complimentary Health Kit—please complete your enrollment steps before this window closes.
Offer Ends This Week • ID #739184562
Get Started
Get Started
Unlock YourComplimentary Health Kit
Open enrollment is nearing its final days, and this is your moment to act. Finish your steps now so you do not miss the chance to claim your Health Kit while enrollment is still open.
Help us shape better services at Blue Cross Blue Shield.
Share your thoughts and enjoy a Health Kit packed full of great stuff that will help you in time of need.
Includes Everything You Need
Your open enrollment action unlocks a practical kit designed for those important moments when being prepared truly matters.
Complete Enrollment
Complete Enrollment
• Stethoscope (top clear pocket)
• Assorted bottles/containers (likely saline/antiseptic/solutions)
• Multiple adhesive/medical tapes (several rolls)
• Cotton balls
• Gauze pads and small bandage packs (in clear case)
• Trauma shears (scissors)
• Hemostats/forceps (metal clamps)
• Penlights / small flashlights
• Small zipper pouches for supplies
Take a moment before the open enrollment deadline passes to confirm your details and secure your complimentary Health Kit.
Exploring different types of coffee can be a small daily adventure, from smooth cold brew to bright pour-over cups. Many people enjoy trying single-origin beans, which highlight unique flavors from specific regions. Espresso-based dri
nks like macchiatos and flat whites offer a balance of rich intensity and silky texture. If you prefer something milder, a classic Americano or a well-brewed drip coffee can be both gentle and satisfying. Rotating between brewing styles helps you not
ice how grind size, water temperature, and timing change the taste in subtle ways.
Some coffee drinkers like to experiment with lighter roasts that bring out fruity or floral notes in the cup. Others lean toward darker roasts that emphasize chocolatey, smoky, or caramel flavors. Drinks like cappuccinos and lattes le
t you enjoy espresso with a cushion of steamed milk and a soft layer of foam. For a dessert-like treat, a mocha or a flavored latte can be a pleasant way to wind down an afternoon. Tasting flights at local cafés are another way to discover roasts yo
u might not brew at home.
At-home brewing gear can be as simple as a French press or as precise as a digital pour-over setup. A French press tends to create a fuller-bodied cup, capturing more of the coffee’s natural oils. Pour-over methods, using paper filt
ers, often result in a cleaner and brighter flavor. If you are short on time, pod machines and automatic drip makers provide consistency with minimal effort. Over time, adjusting the ratio of coffee to water lets you dial in a strength and flavor pro
file that suits your preference.
Iced coffee and cold brew each offer a refreshing way to enjoy coffee in warmer weather. Cold brew is steeped for many hours, often resulting in a smoother and less acidic drink. Iced coffee, brewed hot and then chilled, tends to keep
more of the aromatic brightness. Adding a splash of oat, almond, or dairy milk can round out any edges and create a creamier sip. Whether you lean toward bold espressos or gentle cold brews, exploring new coffee drinks can make each day feel a bit m
ore interesting.
http://www.wonicarealty.com/pegged