:root{--rd-max-width: 1467px;
--rd-content-width: 813px;
--rd-primary: var(--primary-color, hsl(299, 73%, 59%));
--rd-secondary: var(--secondary-color, hsl(17, 58%, 59%));
--rd-bg: var(--content-page-bg, #f5f7fb);
--rd-surface: var(--content-surface-bg, #ffffff);
--rd-text: var(--content-text, #1f2328);
--rd-text-muted: var(--content-text-muted, rgba(31, 35, 40, 0.72));
--rd-border: var(--content-border, rgba(0, 0, 0, 0.08));
--rd-accent-text: var(--content-accent-text, hsl(22, 78%, 38%));
--rd-radius: 12px;
--rd-shadow: 0 10px 30px -10px rgba(0,0,0,0.05);
--primary-color: hsl(299, 73%, 59%);
--secondary-color: hsl(17, 58%, 59%);
--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(299, 72%, 28%);
--max-width: 1467px;
--hero-text-width: 813px;
--border-radius: 16px;
--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
--content-heading: hsl(220, 10%, 11%);
--content-accent-ui: hsl(299, 73%, 59%);
--content-link-color: hsl(299, 72%, 28%);
--content-link-hover: hsl(17, 58%, 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(299, 72%, 28%)));
--page-link-hover-color: var(--content-link-hover, hsl(17, 58%, 28%));
--page-muted-color: var(--content-text-muted, rgba(31, 35, 40, 0.72));
--page-accent-soft: rgba(224, 74, 226, 0.12);
--page-accent-glow: rgba(224, 74, 226, 0.42);
--primary-accent: var(--content-accent-ui, var(--primary-color, hsl(299, 73%, 59%)));
--secondary-accent: var(--secondary-color, hsl(17, 58%, 59%));}
main.s8ac264.yf7f3f_ag{font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
background-color: var(--rd-bg);
color: var(--rd-text);
line-height: 1.6;
overflow-x: hidden;
text-align: left;}
main.s8ac264 .l5606c_84{max-width: var(--rd-max-width);
margin: 0 auto;
padding: 0 40px;}
main.s8ac264 .vc136c8{padding: 100px 0 80px;
display: flex;
flex-wrap: wrap;
gap: 60px;
align-items: center;}
main.s8ac264 .m4aacd_bd6{flex: 1;
min-width: 320px;
max-width: var(--rd-content-width);}
main.s8ac264 .vc136c8 h1{font-size: clamp(2.5rem, 5vw, 3.5rem);
font-weight: 800;
line-height: 1.1;
margin-bottom: 24px;
color: var(--rd-text);
letter-spacing: -0.02em;}
main.s8ac264 .a3b34rlq6z7x{font-size: 1.25rem;
color: var(--rd-text-muted);
margin-bottom: 40px;
max-width: 700px;}
main.s8ac264 .q64b9241_ydly{flex: 1;
min-width: 400px;}
main.s8ac264 .q64b9241_ydly img{width: 100%;
height: auto;
border-radius: var(--rd-radius);
box-shadow: var(--rd-shadow);
object-fit: cover;
aspect-ratio: 16/10;}
main.s8ac264 .e5787168109{margin-bottom: 48px;}
main.s8ac264 .e5787168109 h2{font-size: 2.25rem;
font-weight: 700;
margin-bottom: 16px;}
main.s8ac264 .e5787168109 p{color: var(--rd-text-muted);
font-size: 1.1rem;}
main.s8ac264 .k9f5594_6b4{display: grid;
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
gap: 32px;
margin-bottom: 80px;}
main.s8ac264 .yaad46e19{background: var(--rd-surface);
border: 1px solid var(--rd-border);
border-radius: var(--rd-radius);
padding: 40px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
display: flex;
flex-direction: column;
color: hsl(220, 10%, 11%);}
main.s8ac264 .yaad46e19:hover{transform: translateY(-5px);
box-shadow: 0 20px 40px rgba(0,0,0,0.08);}
main.s8ac264 .sc751cf168b{display: inline-block;
padding: 6px 14px;
background: rgba(17, 24, 39, 0.05);
border-radius: 20px;
font-size: 0.85rem;
font-weight: 600;
margin-bottom: 20px;
color: var(--rd-primary);}
main.s8ac264 .yaad46e19 h3{font-size: 1.5rem;
margin-bottom: 16px;}
main.s8ac264 .yaad46e19 p{color: var(--rd-text-muted);
margin-bottom: 24px;
flex-grow: 1;}
main.s8ac264 .vzt9xxg4yw7{list-style: none;
padding: 0;
margin: 0 0 30px;}
main.s8ac264 .vzt9xxg4yw7 li{padding-left: 28px;
position: relative;
margin-bottom: 12px;
font-size: 0.95rem;}
main.s8ac264 .vzt9xxg4yw7 li::before{content: "→";
position: absolute;
left: 0;
color: var(--rd-primary);
font-weight: bold;}
main.s8ac264 .lfb22c__e80{background: linear-gradient(135deg, var(--rd-surface) 0%, #f0f4ff 100%);
border-radius: var(--rd-radius);
padding: 60px;
margin-bottom: 80px;
border: 1px solid var(--rd-border);
color: hsl(220, 10%, 11%);}
main.s8ac264 .zea97f1_77{display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 40px;
margin-top: 40px;}
main.s8ac264 .kad8__73b6 h4{font-size: 1.1rem;
margin-bottom: 12px;
color: var(--rd-text);
display: flex;
align-items: center;
gap: 10px;}
main.s8ac264 .kad8__73b6 p{font-size: 0.95rem;
color: var(--rd-text-muted);}
main.s8ac264 .qc463__5f56{padding: 80px 0;
background: var(--rd-surface);
border-top: 1px solid var(--rd-border);
color: hsl(220, 10%, 11%);}
main.s8ac264 .pb34c469_eo{max-width: 900px;}
main.s8ac264 .vd48ad_jw{margin-bottom: 32px;
padding-bottom: 32px;
border-bottom: 1px solid var(--rd-border);}
main.s8ac264 .vd48ad_jw:last-child{border-bottom: none;}
main.s8ac264 .vd48ad_jw h3{font-size: 1.25rem;
margin-bottom: 16px;
color: var(--rd-text);}
main.s8ac264 .vd48ad_jw p{color: var(--rd-text-muted);}
main.s8ac264 .adb9__bbc81{background: var(--rd-primary);
border-radius: var(--rd-radius);
padding: 60px;
text-align: center;
color: hsl(0, 18%, 16%);
margin: 80px 0;}
main.s8ac264 .adb9__bbc81 h2{font-size: 2rem;
margin-bottom: 20px;}
main.s8ac264 .yf859a2f_ia{display: inline-block;
padding: 16px 36px;
border-radius: 8px;
font-weight: 700;
text-decoration: none;
transition: all 0.3s ease;
cursor: pointer;}
main.s8ac264 .c7d5dae{background: #ffffff;
color: hsl(299, 72%, 28%);}
main.s8ac264 .c7d5dae:hover{transform: translateY(-2px);
box-shadow: 0 10px 20px rgba(0,0,0,0.1);}
main.s8ac264 .tf17c15_fe{color: var(--rd-primary);
text-decoration: none;
font-weight: 500;
border-bottom: 1px solid transparent;
transition: border 0.3s;}
main.s8ac264 .tf17c15_fe:hover{border-bottom-color: var(--rd-primary);}
@media (max-width: 1024px) {main.s8ac264 .vc136c8{padding: 60px 0;}
main.s8ac264 .q64b9241_ydly{order: -1;min-width: 100%;}
main.s8ac264 .k9f5594_6b4{grid-template-columns: 1fr;}}
html, body{margin: 0;
padding: 0;}
body *, body *::before, body *::after{box-sizing: border-box;}
main img.o4d31aad5{display: block;
max-width: 100%;
width: 100%;
height: auto;
object-fit: cover;
object-position: center;}
main img.o4d31aad5.m736__261b{aspect-ratio: 16 / 9;}
main img.o4d31aad5.q5b2__4a15{aspect-ratio: 16 / 10;}
main img.o4d31aad5.a5112de5bc4{aspect-ratio: 4 / 3;}
main img.o4d31aad5.h41dd5fc1cf{aspect-ratio: 1 / 1;}
main .w40d__cb6b.m736__261b{aspect-ratio: 16 / 9;}
main .w40d__cb6b.q5b2__4a15{aspect-ratio: 16 / 10;}
main .w40d__cb6b.a5112de5bc4{aspect-ratio: 4 / 3;}
main .w40d__cb6b.h41dd5fc1cf{aspect-ratio: 1 / 1;}
.bawafxcb{position: sticky;
top: 0;
z-index: 1000;
background: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(12px);
border-bottom: 1px solid var(--content-border);
color: hsl(220, 10%, 11%);}
@media (min-width: 769px) {div.vc136c8 > *{min-width: 0   !important;}
div.m4aacd_bd6{min-width: 0   !important;flex: 1 1 0   !important;max-width: 100%   !important;}
div.q64b9241_ydly{min-width: 0   !important;flex: 1 1 0   !important;max-width: 100%   !important;}
div.q64b9241_ydly :where(img, picture, video, canvas, svg), div.q64b9241_ydly picture > img{display: block   !important;width: 100%   !important;max-width: 100%   !important;height: auto   !important;}}
:root{--primary-color: hsl(299, 73%, 59%);
--secondary-color: hsl(17, 58%, 59%);
--bg-color: hsl(299, 7%, 95%);
--text-color: hsl(299, 10%, 11%);
--text-muted: rgba(24,33,47,0.72);
--content-page-bg: hsl(299, 7%, 95%);
--content-surface-bg: rgba(255,255,255,0.88);
--content-text: hsl(299, 10%, 11%);
--content-text-muted: rgba(24,33,47,0.72);
--content-accent-ui: hsl(299, 73%, 59%);
--content-accent-text: hsl(0, 18%, 28%);
--content-link-color: hsl(0, 18%, 28%);
--content-link-hover: hsl(17, 58%, 28%);}
body{background: var(--bg-color, hsl(299, 7%, 95%))   !important;
color: var(--text-color, hsl(299, 10%, 11%))   !important;}
:is(main, .u756c4bfe){color: var(--content-text, hsl(299, 10%, 11%))   !important;}
div.m4aacd_bd6{text-align: left   !important;
align-items: flex-start   !important;}
div.m4aacd_bd6 > :is(h1, h2, p){text-align: left   !important;
max-width: min(100%, 813px)   !important;
margin-left: 0   !important;
margin-right: auto   !important;}
div.m4aacd_bd6 > :is(div, nav, ul, ol){margin-left: 0   !important;
margin-right: auto   !important;}
div.adb9__bbc81{--xa31__c824: hsl(299, 72%, 14%);
--acc2998bb: rgba(60, 9, 61, 0.84);
--ue38e897740: hsl(299, 72%, 12%);
--y941af_a052: light;}
div.adb9__bbc81{--xa31__c824: hsl(299, 72%, 14%);
--acc2998bb: rgba(60, 9, 61, 0.84);
--ue38e897740: hsl(299, 72%, 12%);
--y941af_a052: light;
color: var(--xa31__c824, hsl(299, 72%, 14%))   !important;}
div.adb9__bbc81 :is(h1, h2, h3, h4, h5, h6, strong, b, em){color: var(--xa31__c824, hsl(299, 72%, 14%))   !important;}
div.adb9__bbc81 a:not([class]):not([data-track]):not([role="button"]), div.adb9__bbc81 a[class=""]:not([data-track]):not([role="button"]){color: var(--ue38e897740, hsl(299, 72%, 12%))   !important;}
div.adb9__bbc81 :is(p, li, small, blockquote, figcaption, dd, dt, label){color: var(--acc2998bb, rgba(60, 9, 61, 0.84))   !important;}
div.m4aacd_bd6{--xa31__c824: hsl(0, 18%, 28%);
--acc2998bb: rgba(84, 58, 58, 0.78);
--ue38e897740: hsl(299, 72%, 28%);
--y941af_a052: dark;}
div.m4aacd_bd6{--xa31__c824: hsl(0, 18%, 28%);
--acc2998bb: rgba(84, 58, 58, 0.78);
--ue38e897740: hsl(299, 72%, 28%);
--y941af_a052: dark;
color: var(--xa31__c824, hsl(0, 18%, 28%))   !important;}
div.m4aacd_bd6 :is(h1, h2, h3, h4, h5, h6, strong, b, em){color: var(--xa31__c824, hsl(0, 18%, 28%))   !important;}
div.m4aacd_bd6 a:not([class]):not([data-track]):not([role="button"]), div.m4aacd_bd6 a[class=""]:not([data-track]):not([role="button"]){color: var(--ue38e897740, hsl(299, 72%, 28%))   !important;}
div.m4aacd_bd6 :is(p, li, small, blockquote, figcaption, dd, dt, label){color: var(--acc2998bb, rgba(84, 58, 58, 0.78))   !important;}
div.yaad46e19{--xa31__c824: hsl(299, 72%, 28%);
--acc2998bb: rgba(121, 19, 122, 0.78);
--ue38e897740: hsl(299, 72%, 28%);
--y941af_a052: dark;}
div.yaad46e19{--xa31__c824: hsl(299, 72%, 28%);
--acc2998bb: rgba(121, 19, 122, 0.78);
--ue38e897740: hsl(299, 72%, 28%);
--y941af_a052: dark;
color: var(--xa31__c824, hsl(299, 72%, 28%))   !important;}
div.yaad46e19 :is(h1, h2, h3, h4, h5, h6, strong, b, em){color: var(--xa31__c824, hsl(299, 72%, 28%))   !important;}
div.yaad46e19 a:not([class]):not([data-track]):not([role="button"]), div.yaad46e19 a[class=""]:not([data-track]):not([role="button"]){color: var(--ue38e897740, hsl(299, 72%, 28%))   !important;}
div.yaad46e19 :is(p, li, small, blockquote, figcaption, dd, dt, label){color: var(--acc2998bb, rgba(121, 19, 122, 0.78))   !important;}
@media (max-width: 768px) {main.s8ac264 .vc136c8{flex-direction: column   !important;align-items: stretch   !important;gap: 24px   !important;padding: 48px 20px   !important;width: 100%   !important;max-width: 100%   !important;box-sizing: border-box   !important;}
main.s8ac264 .vc136c8 > *{width: 100%   !important;max-width: 100%   !important;min-width: 0   !important;}}
div.m4aacd_bd6 a.yf859a2f_ia{--o252__743c: hsl(299, 73%, 12%);
color: var(--o252__743c, hsl(299, 73%, 12%))   !important;}
div.m4aacd_bd6 a.yf859a2f_ia:is(:hover, :focus-visible, :active){color: var(--t6446b_6d5e, hsl(300, 73%, 12%))   !important;}
div.qc463__5f56 a.tf17c15_fe{--o252__743c: hsl(299, 72%, 28%);
color: var(--o252__743c, hsl(299, 72%, 28%))   !important;}
div.qc463__5f56 a.tf17c15_fe:is(:hover, :focus-visible, :active){color: var(--t6446b_6d5e, hsl(299, 73%, 28%))   !important;}
div.k9f5594_6b4 > :nth-child(1){color: hsl(299, 72%, 28%)   !important;}
div.k9f5594_6b4 > :nth-child(2){color: hsl(299, 72%, 28%)   !important;}
div.k9f5594_6b4 > :nth-child(3){color: hsl(299, 72%, 28%)   !important;}
div.k9f5594_6b4 > :nth-child(4){color: hsl(299, 72%, 28%)   !important;}
div.adb9__bbc81 h2{color: hsl(299, 74%, 18%)   !important;}
div.adb9__bbc81 h2 :is(strong, b, em, small, mark){color: inherit   !important;}
div.adb9__bbc81 p{color: hsl(299, 74%, 14%)   !important;}
div.adb9__bbc81 p :is(strong, b, em, small, mark){color: inherit   !important;}
div.m4aacd_bd6 a.yf859a2f_ia{color: hsl(300, 73%, 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.m4aacd_bd6 a.yf859a2f_ia :is(strong, b, em, small, mark){color: inherit   !important;}
div.m4aacd_bd6 a.yf859a2f_ia:hover, div.m4aacd_bd6 a.yf859a2f_ia:focus-visible, div.m4aacd_bd6 a.yf859a2f_ia:active{color: hsl(300, 73%, 14%)   !important;}
div.m4aacd_bd6 a.yf859a2f_ia:hover, div.m4aacd_bd6 a.yf859a2f_ia:focus-visible, div.m4aacd_bd6 a.yf859a2f_ia:active{text-decoration-color: currentColor   !important;}
div.adb9__bbc81 > :nth-child(3) > :nth-child(2){color: hsl(299, 73%, 14%)   !important;
text-decoration-color: currentColor   !important;}
div.adb9__bbc81 > :nth-child(3) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
div.adb9__bbc81 > :nth-child(3) > :nth-child(2):hover, div.adb9__bbc81 > :nth-child(3) > :nth-child(2):focus-visible, div.adb9__bbc81 > :nth-child(3) > :nth-child(2):active{color: hsl(299, 73%, 14%)   !important;}
div.adb9__bbc81 > :nth-child(3) > :nth-child(2):hover, div.adb9__bbc81 > :nth-child(3) > :nth-child(2):focus-visible, div.adb9__bbc81 > :nth-child(3) > :nth-child(2):active{text-decoration-color: currentColor   !important;}