:root{--primary-color: var(--nav-primary, hsl(176, 74%, 57%));
--secondary-color: var(--nav-secondary, hsl(264, 59%, 57%));
--content-page-bg: hsl(220, 7%, 96%);
--content-surface-bg: #ffffff;
--content-text: hsl(220, 10%, 11%);
--content-text-muted: rgba(31, 35, 40, 0.72);
--content-border: rgba(0, 0, 0, 0.08);
--content-accent-text: hsl(176, 74%, 28%);
--max-width: 1640px;
--reading-width: 847px;
--border-radius: 16px;
--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
--brand-main: hsl(176, 74%, 57%);
--brand-secondary: hsl(264, 59%, 57%);
--page-bg: var(--content-page-bg, hsl(176, 7%, 96%));
--surface-bg: var(--content-surface-bg, rgba(255, 255, 255, 0.88));
--text-primary: var(--content-text, #1f2328);
--text-muted: var(--content-text-muted, rgba(31, 35, 40, 0.72));
--text-accent: var(--content-accent-text, hsl(176, 74%, 30%));
--border-color: var(--content-border, rgba(0, 0, 0, 0.08));
--hero-content-width: 847px;
--radius-lg: 24px;
--radius-md: 12px;
--shadow-sm: 0 4px 20px rgba(0, 0, 0, 0.04);
--content-heading: hsl(220, 10%, 11%);
--content-accent-ui: hsl(176, 74%, 57%);
--content-link-color: hsl(176, 74%, 28%);
--content-link-hover: hsl(264, 59%, 28%);
--page-text-color: var(--content-text, hsl(220, 10%, 11%));
--page-heading-color: var(--content-heading, var(--content-text, hsl(220, 10%, 11%)));
--page-link-color: var(--content-link-color, var(--content-accent-text, hsl(176, 74%, 28%)));
--page-link-hover-color: var(--content-link-hover, hsl(264, 59%, 28%));
--page-muted-color: var(--content-text-muted, rgba(31, 35, 40, 0.72));
--page-accent-soft: rgba(64, 226, 215, 0.12);
--page-accent-glow: rgba(64, 226, 215, 0.42);
--primary-accent: var(--content-accent-ui, var(--primary-color, hsl(176, 74%, 57%)));
--secondary-accent: var(--secondary-color, hsl(264, 59%, 57%));}
main.d20a3a47 .v3839_c5{box-sizing:border-box;}
main.d20a3a47{background-color: var(--content-page-bg);
color: var(--content-text);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
line-height: 1.6;
overflow-x: hidden;}
main.d20a3a47 .i1mqzfj2{max-width: var(--max-width);
margin: 0 auto;
padding: 80px 24px;}
main.d20a3a47 .xa9c9e5_5v{text-align: center;}
main.d20a3a47 .w235142_l6lz{position: relative;
padding: 120px 24px;
background: linear-gradient(135deg, #ffffff 0%, #f0f9f9 100%);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 70vh;
color: hsl(220, 10%, 11%);}
main.d20a3a47 .j805e96d_u25{max-width: var(--reading-width);
z-index: 2;
text-align: center;}
main.d20a3a47 .w235142_l6lz h1{font-size: clamp(2.5rem, 5vw, 4rem);
font-weight: 800;
margin-bottom: 24px;
color: var(--content-text);
line-height: 1.1;}
main.d20a3a47 .tc55baa34{font-size: 1.25rem;
color: var(--content-text-muted);
margin-bottom: 40px;}
main.d20a3a47 .w35d__86e50{width: 100%;
max-width: 1100px;
margin-top: 60px;
border-radius: var(--border-radius);
overflow: hidden;
box-shadow: 0 20px 50px rgba(0,0,0,0.1);}
main.d20a3a47 .w35d__86e50 img{width: 100%;
height: auto;
display: block;
object-fit: cover;
aspect-ratio: 16 / 9;}
main.d20a3a47 .kab0c_f2{display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 32px;
margin-top: 48px;}
main.d20a3a47 .pf2560__301dc{background: var(--content-surface-bg);
border: 1px solid var(--content-border);
border-radius: var(--border-radius);
padding: 40px;
transition: var(--transition);
display: flex;
flex-direction: column;
height: 100%;
color: hsl(220, 10%, 11%);}
main.d20a3a47 .pf2560__301dc:hover{transform: translateY(-8px);
box-shadow: 0 12px 30px rgba(0,0,0,0.05);
border-color: var(--primary-color);}
main.d20a3a47 .uvw3prsqwk{width: 64px;
height: 64px;
margin-bottom: 24px;
background: rgba(45, 212, 191, 0.1);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: hsl(220, 10%, 11%);}
main.d20a3a47 .uvw3prsqwk svg{width: 32px;
height: 32px;
fill: var(--primary-color);}
main.d20a3a47 .pf2560__301dc h3{font-size: 1.5rem;
margin-bottom: 16px;}
main.d20a3a47 .pf2560__301dc p{color: var(--content-text-muted);
margin-bottom: 32px;
flex-grow: 1;}
main.d20a3a47 .c0afca8d1{display: inline-flex;
align-items: center;
justify-content: center;
background: var(--primary-color);
color: hsl(0, 18%, 24%);
padding: 16px 32px;
border-radius: 50px;
font-weight: 600;
text-decoration: none;
transition: var(--transition);
box-shadow: 0 4px 14px rgba(45, 212, 191, 0.4);}
main.d20a3a47 .c0afca8d1:hover{background: #24bca8;
box-shadow: 0 6px 20px rgba(45, 212, 191, 0.6);
color: hsl(0, 18%, 24%);}
main.d20a3a47 .c0afca8d1.vwpx7du14yj{background: var(--secondary-color);
box-shadow: 0 4px 14px rgba(139, 92, 246, 0.4);
color: #ffffff;}
main.d20a3a47 .c0afca8d1.vwpx7du14yj:hover{background: #7c3aed;
box-shadow: 0 6px 20px rgba(139, 92, 246, 0.6);
color: #ffffff;}
main.d20a3a47 .o98d44_02{background: #fff;
padding: 100px 24px;
color: hsl(220, 10%, 11%);}
main.d20a3a47 .ebe20dd005{display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;}
@media (max-width: 968px) {main.d20a3a47 .ebe20dd005{grid-template-columns: 1fr;}}
main.d20a3a47 .pmynw5sno4{list-style: none;
padding: 0;}
main.d20a3a47 .pmynw5sno4 li{padding-left: 32px;
position: relative;
margin-bottom: 20px;
color: var(--content-text-muted);}
main.d20a3a47 .pmynw5sno4 li::before{content: "✓";
position: absolute;
left: 0;
color: var(--primary-color);
font-weight: bold;}
main.d20a3a47 .j1554739c{max-width: var(--reading-width);
margin: 0 auto;}
main.d20a3a47 .kk8415978o{background: #fff;
border: 1px solid var(--content-border);
margin-bottom: 16px;
border-radius: 12px;
padding: 24px;
color: hsl(220, 10%, 11%);}
main.d20a3a47 .kk8415978o h4{margin-bottom: 12px;
font-size: 1.1rem;
color: var(--content-text);}
main.d20a3a47 .dd5845070{max-width: var(--max-width);
margin: 0 auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 48px;}
main.d20a3a47 .w98dd9_b599 h2{color: #fff;
margin-bottom: 16px;}
main.d20a3a47 .kdfc6ad97 h4{color: #fff;
margin-bottom: 24px;}
main.d20a3a47 .kdfc6ad97 ul{list-style: none;
padding: 0;}
main.d20a3a47 .kdfc6ad97 li{margin-bottom: 12px;}
main.d20a3a47 .kdfc6ad97 a{color: inherit;
text-decoration: none;
transition: var(--transition);}
main.d20a3a47 .kdfc6ad97 a:hover{color: var(--primary-color);}
main.d20a3a47 .v88e__5977{margin-top: 60px;
padding-top: 30px;
border-top: 1px solid rgba(255,255,255,0.1);
text-align: center;
font-size: 0.9rem;}
@media (max-width: 768px) {main.d20a3a47 .i1mqzfj2{padding: 60px 20px;}
main.d20a3a47 .w235142_l6lz{padding: 80px 20px;}}
html, body{margin: 0;
padding: 0;}
body *, body *::before, body *::after{box-sizing: border-box;}
main img.x244ec_1ce5{display: block;
max-width: 100%;
width: 100%;
height: auto;
object-fit: cover;
object-position: center;}
main img.x244ec_1ce5.t44ffded6{aspect-ratio: 16 / 9;}
main img.x244ec_1ce5.a126ef_4bac{aspect-ratio: 16 / 10;}
main img.x244ec_1ce5.j868be_836c{aspect-ratio: 4 / 3;}
main img.x244ec_1ce5.i1e644_e677{aspect-ratio: 1 / 1;}
main :is(div, div, div, div, ul, ol, li, figure, picture, table, form, fieldset, pre, blockquote){box-sizing: border-box        !important;
min-width: 0;
max-width: 100%;}
main .b938e9_d566{overflow: hidden;
box-sizing: border-box        !important;
max-width: 100%;
padding: 0        !important;
min-height: 0;}
main .b938e9_d566.t44ffded6{aspect-ratio: 16 / 9;}
main .b938e9_d566.a126ef_4bac{aspect-ratio: 16 / 10;}
main .b938e9_d566.j868be_836c{aspect-ratio: 4 / 3;}
main .b938e9_d566.i1e644_e677{aspect-ratio: 1 / 1;}
main .b938e9_d566 > img.x244ec_1ce5, main .b938e9_d566 > picture > img.x244ec_1ce5{width: 100%;
max-width: 100%;
height: 100%;
object-fit: cover;
object-position: center;}
main [data-layout-collapse-single="1"]{display: block        !important;
grid-template-columns: minmax(0, 1fr)        !important;
flex-direction: column        !important;
align-items: stretch        !important;
justify-content: flex-start        !important;}
main [data-layout-collapse-single="1"] > *{width: 100%        !important;
max-width: 100%        !important;
margin-left: 0        !important;
margin-right: 0        !important;}
main [data-flow-list="1"]{margin: 1rem 0;
padding-left: 1.25rem;}
main [data-flow-list="1"] > li{margin-bottom: 0.65rem;}
@media (min-width: 769px) {div.w235142_l6lz > *{min-width: 0   !important;}
div.j805e96d_u25{min-width: 0   !important;flex: 1 1 0   !important;max-width: 100%   !important;}
div.w35d__86e50{min-width: 0   !important;flex: 1 1 0   !important;max-width: 100%   !important;}
div.w35d__86e50 :where(img, picture, video, canvas, svg), div.w35d__86e50 picture > img{display: block   !important;width: 100%   !important;max-width: 100%   !important;height: auto   !important;}}
@media (min-width: 1025px) {div.w235142_l6lz{position: relative   !important;display: grid   !important;grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr)   !important;align-items: center   !important;gap: clamp(28px, 5vw, 76px)   !important;}
div.w235142_l6lz > *{min-width: 0   !important;}
div.j805e96d_u25{width: 100%   !important;max-width: min(100%, var(--page-hero-reading-width, 760px))   !important;margin: 0   !important;align-self: center   !important;z-index: 2   !important;}
div.w35d__86e50{position: relative   !important;width: 100%   !important;max-width: 100%   !important;margin: 0   !important;justify-self: stretch   !important;align-self: center   !important;height: auto   !important;min-height: 0   !important;overflow: hidden   !important;border-radius: clamp(22px, 2.6vw, 32px)   !important;box-shadow: 0 24px 60px rgba(15,23,42,0.14)   !important;}
div.w35d__86e50 :where(img, video), div.w35d__86e50 picture > img{display: block   !important;width: 100%   !important;max-width: 100%   !important;height: auto   !important;aspect-ratio: 16 / 10   !important;object-fit: cover   !important;object-position: center   !important;}}
@media (max-width: 1024px) {div.w235142_l6lz{position: relative   !important;display: flex   !important;flex-direction: column   !important;align-items: stretch   !important;gap: 24px   !important;min-height: auto   !important;}
div.j805e96d_u25{width: 100%   !important;max-width: 100%   !important;margin: 0   !important;}
div.w35d__86e50{width: 100%   !important;max-width: 100%   !important;margin-top: 12px   !important;}}
:root{--primary-color: hsl(176, 74%, 57%);
--secondary-color: hsl(264, 59%, 57%);
--bg-color: hsl(176, 7%, 96%);
--text-color: hsl(176, 10%, 8%);
--text-muted: rgba(24,33,47,0.72);
--content-page-bg: hsl(176, 7%, 96%);
--content-surface-bg: rgba(255,255,255,0.88);
--content-text: hsl(176, 10%, 8%);
--content-text-muted: rgba(24,33,47,0.72);
--content-accent-ui: hsl(176, 74%, 57%);
--content-accent-text: hsl(0, 18%, 28%);
--content-link-color: hsl(0, 18%, 28%);
--content-link-hover: hsl(264, 59%, 28%);}
body{background: var(--bg-color, hsl(176, 7%, 96%))   !important;
color: var(--text-color, hsl(176, 10%, 8%))   !important;}
:is(main, .w8ed3cd9ad7){color: var(--content-text, hsl(176, 10%, 8%))   !important;}
div.j805e96d_u25{text-align: center   !important;
align-items: center   !important;}
div.j805e96d_u25 > :is(h1, h2, p){text-align: center   !important;
max-width: min(100%, 847px)   !important;
margin-left: auto   !important;
margin-right: auto   !important;}
div.j805e96d_u25 > :is(div, nav, ul, ol){margin-left: auto   !important;
margin-right: auto   !important;}
[data-fp-block="33d8948d06"] > :is(h1, h2, p){text-align: center   !important;
max-width: min(100%, 847px)   !important;
margin-left: auto   !important;
margin-right: auto   !important;}
div.pf2560__301dc{--hed9698aa: hsl(0, 18%, 28%);
--nbd989491: rgba(84, 58, 58, 0.78);
--n78c6f6bd8b: hsl(176, 74%, 28%);
--j0c1ddb78: dark;}
div.pf2560__301dc{--hed9698aa: hsl(0, 18%, 28%);
--nbd989491: rgba(84, 58, 58, 0.78);
--n78c6f6bd8b: hsl(176, 74%, 28%);
--j0c1ddb78: dark;
color: var(--hed9698aa, hsl(0, 18%, 28%))   !important;}
div.pf2560__301dc :is(h1, h2, h3, h4, h5, h6, strong, b, em){color: var(--hed9698aa, hsl(0, 18%, 28%))   !important;}
div.pf2560__301dc a:not([class]):not([data-track]):not([role="button"]), div.pf2560__301dc a[class=""]:not([data-track]):not([role="button"]){color: var(--n78c6f6bd8b, hsl(176, 74%, 28%))   !important;}
div.pf2560__301dc :is(p, li, small, blockquote, figcaption, dd, dt, label){color: var(--nbd989491, rgba(84, 58, 58, 0.78))   !important;}
div.w235142_l6lz{--hed9698aa: hsl(0, 18%, 28%);
--nbd989491: rgba(84, 58, 58, 0.78);
--n78c6f6bd8b: hsl(176, 74%, 28%);
--j0c1ddb78: dark;}
div.w235142_l6lz div.j805e96d_u25{--hed9698aa: hsl(0, 18%, 28%);
--nbd989491: rgba(84, 58, 58, 0.78);
--n78c6f6bd8b: hsl(176, 74%, 28%);
--j0c1ddb78: dark;
color: var(--hed9698aa, hsl(0, 18%, 28%))   !important;}
div.w235142_l6lz div.j805e96d_u25 :is(h1, h2, h3, h4, h5, h6, strong, b, em){color: var(--hed9698aa, hsl(0, 18%, 28%))   !important;}
div.w235142_l6lz div.j805e96d_u25 a:not([class]):not([data-track]):not([role="button"]), div.w235142_l6lz div.j805e96d_u25 a[class=""]:not([data-track]):not([role="button"]){color: var(--n78c6f6bd8b, hsl(176, 74%, 28%))   !important;}
div.w235142_l6lz div.j805e96d_u25 :is(p, li, small, blockquote, figcaption, dd, dt, label){color: var(--nbd989491, rgba(84, 58, 58, 0.78))   !important;}
div.v3839_c5 a.c0afca8d1{--aec4__dbde: hsl(176, 75%, 14%);
color: var(--aec4__dbde, hsl(176, 75%, 14%))   !important;}
div.v3839_c5 a.c0afca8d1:is(:hover, :focus-visible, :active){color: var(--y2600b7d4, hsl(176, 77%, 12%))   !important;}
div#acquire > :nth-child(2) > :nth-child(1) > :nth-child(4) > :nth-child(1){--aec4__dbde: hsl(176, 75%, 14%);
color: var(--aec4__dbde, hsl(176, 75%, 14%))   !important;}
div#acquire > :nth-child(2) > :nth-child(1) > :nth-child(4) > :nth-child(1):is(:hover, :focus-visible, :active){color: var(--y2600b7d4, hsl(176, 77%, 12%))   !important;}
a.c0afca8d1.vwpx7du14yj{--aec4__dbde: hsl(176, 75%, 92%);
color: var(--aec4__dbde, hsl(176, 75%, 92%))   !important;}
a.c0afca8d1.vwpx7du14yj:is(:hover, :focus-visible, :active){color: var(--y2600b7d4, hsl(176, 71%, 96%))   !important;}
div#acquire > :nth-child(2) > :nth-child(3) > :nth-child(4) > :nth-child(1){--aec4__dbde: hsl(176, 75%, 92%);
color: var(--aec4__dbde, hsl(176, 75%, 92%))   !important;}
div#acquire > :nth-child(2) > :nth-child(3) > :nth-child(4) > :nth-child(1):is(:hover, :focus-visible, :active){color: var(--y2600b7d4, hsl(176, 71%, 92%))   !important;}
main.d20a3a47 a:not([class]):not([data-track]):not([role="button"]), main.d20a3a47 a[class=""]:not([data-track]):not([role="button"]){color:var(--page-link-color, var(--content-link-color, var(--content-accent-text, var(--primary-color, #2563eb))));
text-decoration:underline;
text-decoration-color:currentColor;
text-decoration-thickness:1.5px;
text-underline-offset:.16em;
text-decoration-skip-ink:auto;}
main.d20a3a47 a:not([class]):not([data-track]):not([role="button"]), main.d20a3a47 a[class=""]:not([data-track]):not([role="button"]):visited{color:var(--page-link-color, var(--content-link-color, var(--content-accent-text, var(--primary-color, #2563eb))));}
main.d20a3a47 a:not([class]):not([data-track]):not([role="button"]), main.d20a3a47 a[class=""]:not([data-track]):not([role="button"]):is(:hover,:focus-visible,:active){color:var(--page-link-hover-color, var(--content-link-hover, var(--page-link-color, var(--content-link-color, var(--content-accent-text, var(--primary-color, #2563eb))))));}
ul.pmynw5sno4 > :nth-child(1){color: hsl(176, 74%, 28%)   !important;}
ul.pmynw5sno4 > :nth-child(2){color: hsl(176, 74%, 28%)   !important;}
ul.pmynw5sno4 > :nth-child(3){color: hsl(176, 74%, 28%)   !important;}
ul.pmynw5sno4 > :nth-child(4){color: hsl(176, 74%, 28%)   !important;}
main.d20a3a47 > :nth-child(4){color: hsl(172, 66%, 28%)   !important;}
div.kab0c_f2 > :nth-child(4){color: hsl(172, 66%, 28%)   !important;}
@media (min-width: 769px) {div.i1mqzfj2{width: min(100%, var(--max-width))   !important;max-width: min(100%, var(--max-width))   !important;margin-left: auto   !important;margin-right: auto   !important;padding-left: clamp(20px, 3vw, 32px)   !important;padding-right: clamp(20px, 3vw, 32px)   !important;box-sizing: border-box   !important;}}
@media (max-width: 768px) {div.i1mqzfj2{width: 100%   !important;max-width: 100%   !important;margin-left: auto   !important;margin-right: auto   !important;padding-left: 20px   !important;padding-right: 20px   !important;box-sizing: border-box   !important;}}
div#acquire > :nth-child(2) > :nth-child(1) > :nth-child(4) > :nth-child(2){color: hsl(176, 71%, 28%)   !important;
text-decoration-color: currentColor   !important;}
div#acquire > :nth-child(2) > :nth-child(1) > :nth-child(4) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
div#acquire > :nth-child(2) > :nth-child(1) > :nth-child(4) > :nth-child(2):hover, div#acquire > :nth-child(2) > :nth-child(1) > :nth-child(4) > :nth-child(2):focus-visible, div#acquire > :nth-child(2) > :nth-child(1) > :nth-child(4) > :nth-child(2):active{color: hsl(176, 71%, 28%)   !important;}
div#acquire > :nth-child(2) > :nth-child(1) > :nth-child(4) > :nth-child(2):hover, div#acquire > :nth-child(2) > :nth-child(1) > :nth-child(4) > :nth-child(2):focus-visible, div#acquire > :nth-child(2) > :nth-child(1) > :nth-child(4) > :nth-child(2):active{text-decoration-color: currentColor   !important;}
div.v3839_c5 a.c0afca8d1{color: hsl(176, 75%, 14%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;
text-decoration-color: currentColor   !important;}
div.v3839_c5 a.c0afca8d1 :is(strong, b, em, small, mark){color: inherit   !important;}
div.v3839_c5 a.c0afca8d1:hover, div.v3839_c5 a.c0afca8d1:focus-visible, div.v3839_c5 a.c0afca8d1:active{color: hsl(176, 75%, 14%)   !important;}
div.v3839_c5 a.c0afca8d1:hover, div.v3839_c5 a.c0afca8d1:focus-visible, div.v3839_c5 a.c0afca8d1:active{text-decoration-color: currentColor   !important;}
div#acquire > :nth-child(2) > :nth-child(1) > :nth-child(4) > :nth-child(1){color: hsl(176, 71%, 14%)   !important;
text-decoration-color: currentColor   !important;}
div#acquire > :nth-child(2) > :nth-child(1) > :nth-child(4) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
div#acquire > :nth-child(2) > :nth-child(1) > :nth-child(4) > :nth-child(1):hover, div#acquire > :nth-child(2) > :nth-child(1) > :nth-child(4) > :nth-child(1):focus-visible, div#acquire > :nth-child(2) > :nth-child(1) > :nth-child(4) > :nth-child(1):active{color: hsl(176, 71%, 14%)   !important;}
div#acquire > :nth-child(2) > :nth-child(1) > :nth-child(4) > :nth-child(1):hover, div#acquire > :nth-child(2) > :nth-child(1) > :nth-child(4) > :nth-child(1):focus-visible, div#acquire > :nth-child(2) > :nth-child(1) > :nth-child(4) > :nth-child(1):active{text-decoration-color: currentColor   !important;}
main.d20a3a47 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(1){color: hsl(172, 66%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
main.d20a3a47 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
main.d20a3a47 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2){color: hsl(172, 66%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
main.d20a3a47 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
main.d20a3a47 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(4){color: hsl(172, 66%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
main.d20a3a47 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(4) :is(strong, b, em, small, mark){color: inherit   !important;}

/* sbv2-section-theme-guardrail-start */
  div.i1mqzfj2 { --hed9698aa: hsl(171, 66%, 28%); --nbd989491: rgba(24, 118, 104, 0.78); --n78c6f6bd8b: hsl(176, 74%, 24%); --j0c1ddb78: dark; }
  div.i1mqzfj2 { --hed9698aa: hsl(171, 66%, 28%); --nbd989491: rgba(24, 118, 104, 0.78); --n78c6f6bd8b: hsl(176, 74%, 24%); --j0c1ddb78: dark; color: var(--hed9698aa, hsl(171, 66%, 28%)) !important; }
  div.i1mqzfj2 :is(h1, h2, h3, h4, h5, h6, strong, b, em) { color: var(--hed9698aa, hsl(171, 66%, 28%)) !important; }
  div.i1mqzfj2 a:not([class]):not([data-track]):not([role="button"]), div.i1mqzfj2 a[class=""]:not([data-track]):not([role="button"]) { color: var(--n78c6f6bd8b, hsl(176, 74%, 24%)) !important; }
  div.i1mqzfj2 :is(p, li, small, blockquote, figcaption, dd, dt, label) { color: var(--nbd989491, rgba(24, 118, 104, 0.78)) !important; }
  [data-fp-block="33d8948d06"] { --hed9698aa: hsl(171, 66%, 28%); --nbd989491: rgba(24, 118, 104, 0.78); --n78c6f6bd8b: hsl(176, 74%, 24%); --j0c1ddb78: dark; }
  [data-fp-block="33d8948d06"] { --hed9698aa: hsl(171, 66%, 28%); --nbd989491: rgba(24, 118, 104, 0.78); --n78c6f6bd8b: hsl(176, 74%, 24%); --j0c1ddb78: dark; color: var(--hed9698aa, hsl(171, 66%, 28%)) !important; }
  [data-fp-block="33d8948d06"] :is(h1, h2, h3, h4, h5, h6, strong, b, em) { color: var(--hed9698aa, hsl(171, 66%, 28%)) !important; }
  [data-fp-block="33d8948d06"] a:not([class]):not([data-track]):not([role="button"]), [data-fp-block="33d8948d06"] a[class=""]:not([data-track]):not([role="button"]) { color: var(--n78c6f6bd8b, hsl(176, 74%, 24%)) !important; }
  [data-fp-block="33d8948d06"] :is(p, li, small, blockquote, figcaption, dd, dt, label) { color: var(--nbd989491, rgba(24, 118, 104, 0.78)) !important; }
  div.pf2560__301dc { --hed9698aa: hsl(171, 66%, 28%); --nbd989491: rgba(24, 118, 104, 0.78); --n78c6f6bd8b: hsl(176, 74%, 28%); --j0c1ddb78: dark; }
  div.pf2560__301dc { --hed9698aa: hsl(171, 66%, 28%); --nbd989491: rgba(24, 118, 104, 0.78); --n78c6f6bd8b: hsl(176, 74%, 28%); --j0c1ddb78: dark; color: var(--hed9698aa, hsl(171, 66%, 28%)) !important; }
  div.pf2560__301dc :is(h1, h2, h3, h4, h5, h6, strong, b, em) { color: var(--hed9698aa, hsl(171, 66%, 28%)) !important; }
  div.pf2560__301dc a:not([class]):not([data-track]):not([role="button"]), div.pf2560__301dc a[class=""]:not([data-track]):not([role="button"]) { color: var(--n78c6f6bd8b, hsl(176, 74%, 28%)) !important; }
  div.pf2560__301dc :is(p, li, small, blockquote, figcaption, dd, dt, label) { color: var(--nbd989491, rgba(24, 118, 104, 0.78)) !important; }
  div.kk8415978o { --hed9698aa: hsl(171, 66%, 28%); --nbd989491: rgba(24, 118, 104, 0.78); --n78c6f6bd8b: hsl(176, 74%, 28%); --j0c1ddb78: dark; }
  div.kk8415978o { --hed9698aa: hsl(171, 66%, 28%); --nbd989491: rgba(24, 118, 104, 0.78); --n78c6f6bd8b: hsl(176, 74%, 28%); --j0c1ddb78: dark; color: var(--hed9698aa, hsl(171, 66%, 28%)) !important; }
  div.kk8415978o :is(h1, h2, h3, h4, h5, h6, strong, b, em) { color: var(--hed9698aa, hsl(171, 66%, 28%)) !important; }
  div.kk8415978o a:not([class]):not([data-track]):not([role="button"]), div.kk8415978o a[class=""]:not([data-track]):not([role="button"]) { color: var(--n78c6f6bd8b, hsl(176, 74%, 28%)) !important; }
  div.kk8415978o :is(p, li, small, blockquote, figcaption, dd, dt, label) { color: var(--nbd989491, rgba(24, 118, 104, 0.78)) !important; }
/* sbv2-section-theme-guardrail-end */

/* sbv2-interactive-text-autofix-start */
  div.v3839_c5 a.c0afca8d1 { --aec4__dbde: hsl(176, 75%, 14%); color: var(--aec4__dbde, hsl(176, 75%, 14%)) !important; }
  div.v3839_c5 a.c0afca8d1:is(:hover, :focus-visible, :active) { color: var(--y2600b7d4, hsl(176, 77%, 12%)) !important; }
  a.c0afca8d1.vwpx7du14yj { --aec4__dbde: hsl(175, 72%, 92%); color: var(--aec4__dbde, hsl(175, 72%, 92%)) !important; }
  a.c0afca8d1.vwpx7du14yj:is(:hover, :focus-visible, :active) { color: var(--y2600b7d4, hsl(174, 71%, 96%)) !important; }
  div#acquire > :nth-child(2) > :nth-child(3) > :nth-child(4) > :nth-child(1) { --aec4__dbde: hsl(175, 72%, 92%); color: var(--aec4__dbde, hsl(175, 72%, 92%)) !important; }
  div#acquire > :nth-child(2) > :nth-child(3) > :nth-child(4) > :nth-child(1):is(:hover, :focus-visible, :active) { color: var(--y2600b7d4, hsl(174, 71%, 92%)) !important; }
/* sbv2-interactive-text-autofix-end */

/* sbv2-compact-label-text-autofix-start */
  div.ebe20dd005 > :nth-child(1) { color: hsl(171, 66%, 28%) !important; }
  ul.pmynw5sno4 > :nth-child(1) { color: hsl(171, 66%, 28%) !important; }
  ul.pmynw5sno4 > :nth-child(2) { color: hsl(171, 66%, 28%) !important; }
  ul.pmynw5sno4 > :nth-child(3) { color: hsl(171, 66%, 28%) !important; }
  ul.pmynw5sno4 > :nth-child(4) { color: hsl(171, 66%, 28%) !important; }
  div.ebe20dd005 > :nth-child(2) { color: hsl(171, 66%, 28%) !important; }
  main.d20a3a47 > :nth-child(4) { color: hsl(171, 66%, 28%) !important; }
  div.kab0c_f2 > :nth-child(4) { color: hsl(171, 66%, 28%) !important; }
/* sbv2-compact-label-text-autofix-end */
