:root{--primary-color: var(--nav-primary, hsl(125, 88%, 48%));
--secondary-color: var(--nav-secondary, hsl(220, 70%, 48%));
--page-bg: var(--content-page-bg, #f5f7fb);
--surface-bg: var(--content-surface-bg, #ffffff);
--text-main: var(--content-text, hsl(220, 10%, 11%));
--text-muted: var(--content-text-muted, rgba(31, 35, 40, 0.72));
--text-accent: var(--content-accent-text, hsl(125, 60%, 30%));
--border-color: var(--content-border, rgba(0, 0, 0, 0.08));
--max-width: 1640px;
--text-width: 838px;
--radius-lg: 16px;
--radius-md: 8px;
--shadow-sm: 0 4px 12px rgba(0,0,0,0.05);
--shadow-md: 0 12px 32px rgba(0,0,0,0.08);
--bg-dark: hsl(125, 8%, 6%);
--text-light: hsl(125, 10%, 96%);
--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(125, 82%, 28%);
--hero-content-width: 838px;
--section-padding: 100px 24px;
--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(125, 88%, 48%);
--content-link-color: hsl(125, 82%, 28%);
--content-link-hover: hsl(220, 70%, 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(125, 82%, 28%)));
--page-link-hover-color: var(--content-link-hover, hsl(220, 70%, 28%));
--page-muted-color: var(--content-text-muted, rgba(31, 35, 40, 0.72));
--page-accent-soft: rgba(14, 230, 32, 0.12);
--page-accent-glow: rgba(14, 230, 32, 0.42);
--primary-accent: var(--content-accent-ui, var(--primary-color, hsl(125, 88%, 48%)));
--secondary-accent: var(--secondary-color, hsl(220, 70%, 48%));}
main.w300df51_mntw .y54a0fea{box-sizing:border-box;}
main.w300df51_mntw{background-color: var(--page-bg);
color: var(--text-main);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
line-height: 1.6;
overflow-x: hidden;}
main.w300df51_mntw .c6d912_83{max-width: var(--max-width);
margin: 0 auto;
padding: 0 40px;
text-align: left;}
main.w300df51_mntw .da9f6fa97{background: linear-gradient(135deg, hsl(125, 8%, 10%) 0%, hsl(125, 8%, 4%) 100%);
padding: 120px 0 80px;
color: #ffffff;
position: relative;
overflow: hidden;
isolation: isolate;}
main.w300df51_mntw .ppfzmxerk{display: grid;
grid-template-columns: 1.2fr 0.8fr;
gap: 60px;
align-items: center;}
main.w300df51_mntw .wd36b514ae{max-width: var(--text-width);
z-index: 2;}
main.w300df51_mntw .wd36b514ae h1{font-size: clamp(2.5rem, 5vw, 3.75rem);
font-weight: 800;
line-height: 1.1;
margin-bottom: 24px;
letter-spacing: -0.02em;}
main.w300df51_mntw .wd36b514ae p{font-size: 1.25rem;
color: rgba(255, 255, 255, 0.85);
margin-bottom: 40px;}
main.w300df51_mntw .k8eaa8169b0{position: relative;}
main.w300df51_mntw .k8eaa8169b0 img{width: 100%;
height: auto;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-md);
object-fit: cover;
aspect-ratio: 4/3;}
main.w300df51_mntw .i7e52__db0{padding: 80px 0;
margin-top: -60px;}
main.w300df51_mntw .y888dec6c55{display: grid;
grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
gap: 24px;}
main.w300df51_mntw .b3spgf14qhj{background: var(--surface-bg);
border: 1px solid var(--border-color);
border-radius: var(--radius-lg);
padding: 40px;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
display: flex;
flex-direction: column;
justify-content: space-between;
color: #ffffff;}
main.w300df51_mntw .b3spgf14qhj:hover{transform: translateY(-8px);
box-shadow: var(--shadow-md);
border-color: var(--primary-color);}
main.w300df51_mntw .mnv7l6on1ik h3{font-size: 1.5rem;
margin-bottom: 12px;
display: flex;
align-items: center;
gap: 12px;}
main.w300df51_mntw .mnv7l6on1ik p{color: var(--text-muted);
font-size: 0.95rem;
margin-bottom: 24px;}
main.w300df51_mntw .hd9356ab_mn{list-style: none;
padding: 0;
margin: 0 0 32px 0;
font-size: 0.85rem;
color: var(--text-muted);}
main.w300df51_mntw .hd9356ab_mn li{margin-bottom: 8px;
padding-left: 20px;
position: relative;}
main.w300df51_mntw .hd9356ab_mn li::before{content: "•";
position: absolute;
left: 0;
color: var(--primary-color);}
main.w300df51_mntw .k57b2d7f2{display: inline-flex;
align-items: center;
justify-content: center;
background: var(--primary-color);
color: #000;
padding: 16px 32px;
border-radius: var(--radius-md);
font-weight: 700;
text-decoration: none;
transition: filter 0.2s;}
main.w300df51_mntw .k57b2d7f2:hover{filter: brightness(1.1);}
main.w300df51_mntw .dcd7880_ap67{padding: 100px 0;
background: #ffffff;
color: hsl(220, 10%, 11%);}
main.w300df51_mntw .x0c4237e_e1{max-width: var(--text-width);
margin-bottom: 60px;}
main.w300df51_mntw .x0c4237e_e1 h2{font-size: 2.25rem;
margin-bottom: 16px;}
main.w300df51_mntw .xf612f_fk20{width: 100%;
border-collapse: collapse;
background: var(--surface-bg);
border: 1px solid var(--border-color);
border-radius: var(--radius-md);
overflow: hidden;
color: #ffffff;}
main.w300df51_mntw .xf612f_fk20 th, main.w300df51_mntw .xf612f_fk20 td{padding: 24px;
text-align: left;
border-bottom: 1px solid var(--border-color);}
main.w300df51_mntw .xf612f_fk20 th{background: rgba(0,0,0,0.02);
font-weight: 700;
color: #ffffff;}
main.w300df51_mntw .le8d6972_tep{padding: 100px 0;
background: var(--page-bg);
color: #ffffff;}
main.w300df51_mntw .ygjs5eamqunj{display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px;}
main.w300df51_mntw .i639e9ec9{position: relative;}
main.w300df51_mntw .t70a79cd{font-size: 3rem;
font-weight: 900;
color: var(--primary-color);
opacity: 0.3;
line-height: 1;
margin-bottom: 16px;}
main.w300df51_mntw .i639e9ec9 h4{font-size: 1.25rem;
margin-bottom: 12px;}
main.w300df51_mntw .u4a8__d04{padding: 100px 0;
background: #ffffff;
color: hsl(220, 10%, 11%);}
main.w300df51_mntw .r670e__7ddcd{max-width: var(--text-width);}
main.w300df51_mntw .n482__e6be{margin-bottom: 40px;}
main.w300df51_mntw .n482__e6be h4{font-size: 1.15rem;
margin-bottom: 12px;
color: var(--text-main);}
main.w300df51_mntw .x8e9__ed1a{display: grid;
grid-template-columns: 2fr 1fr 1fr;
gap: 80px;}
main.w300df51_mntw .p4891d_8ddf h2{color: #fff;
margin-bottom: 16px;}
main.w300df51_mntw .c20163676 h5{color: #fff;
margin-bottom: 24px;}
main.w300df51_mntw .c20163676 ul{list-style: none;
padding: 0;}
main.w300df51_mntw .c20163676 li{margin-bottom: 12px;}
main.w300df51_mntw .c20163676 a{color: inherit;
text-decoration: none;
transition: color 0.2s;}
main.w300df51_mntw .c20163676 a:hover{color: var(--primary-color);}
@media (max-width: 1024px) {main.w300df51_mntw .ppfzmxerk{grid-template-columns: 1fr;}
main.w300df51_mntw .k8eaa8169b0{display: none;}
main.w300df51_mntw .ygjs5eamqunj{grid-template-columns: 1fr;}
main.w300df51_mntw .y888dec6c55{grid-template-columns: 1fr;}}
html, body{margin: 0;
padding: 0;}
body *, body *::before, body *::after{box-sizing: border-box;}
main img.gdb63c819{display: block;
max-width: 100%;
width: 100%;
height: auto;
object-fit: cover;
object-position: center;}
main img.gdb63c819.ac6dbb1ac4e{aspect-ratio: 16 / 9;}
main img.gdb63c819.d12d__80f2{aspect-ratio: 16 / 10;}
main img.gdb63c819.tb62__4716{aspect-ratio: 4 / 3;}
main img.gdb63c819.z13d19190e1{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 .n37f4922991{overflow: hidden;
box-sizing: border-box        !important;
max-width: 100%;
padding: 0        !important;
min-height: 0;}
main .n37f4922991.ac6dbb1ac4e{aspect-ratio: 16 / 9;}
main .n37f4922991.d12d__80f2{aspect-ratio: 16 / 10;}
main .n37f4922991.tb62__4716{aspect-ratio: 4 / 3;}
main .n37f4922991.z13d19190e1{aspect-ratio: 1 / 1;}
main .n37f4922991 > img.gdb63c819, main .n37f4922991 > picture > img.gdb63c819{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.c6d912_83.ppfzmxerk > *{min-width: 0   !important;}
div.wd36b514ae{min-width: 0   !important;flex: 1 1 0   !important;max-width: 100%   !important;}
div.k8eaa8169b0{min-width: 0   !important;flex: 1 1 0   !important;max-width: 100%   !important;}
div.k8eaa8169b0 :where(img, picture, video, canvas, svg), div.k8eaa8169b0 picture > img{display: block   !important;width: 100%   !important;max-width: 100%   !important;height: auto   !important;}}
:root{--primary-color: hsl(125, 88%, 48%);
--secondary-color: hsl(220, 70%, 48%);
--bg-color: hsl(125, 8%, 6%);
--text-color: hsl(125, 10%, 96%);
--text-muted: rgba(255,255,255,0.72);
--content-page-bg: hsl(125, 8%, 6%);
--content-surface-bg: rgba(15,23,42,0.72);
--content-text: hsl(125, 10%, 96%);
--content-text-muted: rgba(255,255,255,0.72);
--content-accent-ui: hsl(125, 88%, 48%);
--content-accent-text: hsl(210, 40%, 92%);
--content-link-color: hsl(210, 40%, 92%);
--content-link-hover: hsl(220, 70%, 92%);}
body{background: var(--bg-color, hsl(125, 8%, 6%))   !important;
color: var(--text-color, hsl(125, 10%, 96%))   !important;}
:is(main, .y1a7a4ee2){color: var(--content-text, hsl(125, 10%, 96%))   !important;}
div.wd36b514ae{text-align: left   !important;
align-items: flex-start   !important;}
div.wd36b514ae > :is(h1, h2, p){text-align: left   !important;
max-width: min(100%, 838px)   !important;
margin-left: 0   !important;
margin-right: auto   !important;}
div.wd36b514ae > :is(div, nav, ul, ol){margin-left: 0   !important;
margin-right: auto   !important;}
[data-fp-block="ee6b60d103"]{--te8f7cf0fa6: hsl(120, 18%, 28%);
--efed__d517: rgba(58, 84, 58, 0.78);
--v1c6__08d1: hsl(125, 82%, 28%);
--s745a7_1bfa: dark;}
[data-fp-block="ee6b60d103"] div.x0c4237e_e1{--te8f7cf0fa6: hsl(120, 18%, 28%);
--efed__d517: rgba(58, 84, 58, 0.78);
--v1c6__08d1: hsl(125, 82%, 28%);
--s745a7_1bfa: dark;
color: var(--te8f7cf0fa6, hsl(120, 18%, 28%))   !important;}
[data-fp-block="ee6b60d103"] div.x0c4237e_e1 :is(h1, h2, h3, h4, h5, h6, strong, b, em){color: var(--te8f7cf0fa6, hsl(120, 18%, 28%))   !important;}
[data-fp-block="ee6b60d103"] div.x0c4237e_e1 a:not([class]):not([data-track]):not([role="button"]), [data-fp-block="ee6b60d103"] div.x0c4237e_e1 a[class=""]:not([data-track]):not([role="button"]){color: var(--v1c6__08d1, hsl(125, 82%, 28%))   !important;}
[data-fp-block="ee6b60d103"] div.x0c4237e_e1 :is(p, li, small, blockquote, figcaption, dd, dt, label){color: var(--efed__d517, rgba(58, 84, 58, 0.78))   !important;}
div.u4a8__d04{--te8f7cf0fa6: hsl(120, 18%, 28%);
--efed__d517: rgba(58, 84, 58, 0.78);
--v1c6__08d1: hsl(125, 82%, 28%);
--s745a7_1bfa: dark;}
div.u4a8__d04 div.x0c4237e_e1{--te8f7cf0fa6: hsl(120, 18%, 28%);
--efed__d517: rgba(58, 84, 58, 0.78);
--v1c6__08d1: hsl(125, 82%, 28%);
--s745a7_1bfa: dark;
color: var(--te8f7cf0fa6, hsl(120, 18%, 28%))   !important;}
div.u4a8__d04 div.x0c4237e_e1 :is(h1, h2, h3, h4, h5, h6, strong, b, em){color: var(--te8f7cf0fa6, hsl(120, 18%, 28%))   !important;}
div.u4a8__d04 div.x0c4237e_e1 a:not([class]):not([data-track]):not([role="button"]), div.u4a8__d04 div.x0c4237e_e1 a[class=""]:not([data-track]):not([role="button"]){color: var(--v1c6__08d1, hsl(125, 82%, 28%))   !important;}
div.u4a8__d04 div.x0c4237e_e1 :is(p, li, small, blockquote, figcaption, dd, dt, label){color: var(--efed__d517, rgba(58, 84, 58, 0.78))   !important;}
div.u4a8__d04{--te8f7cf0fa6: hsl(120, 18%, 28%);
--efed__d517: rgba(58, 84, 58, 0.78);
--v1c6__08d1: hsl(125, 82%, 28%);
--s745a7_1bfa: dark;}
div.u4a8__d04 div.n482__e6be{--te8f7cf0fa6: hsl(120, 18%, 28%);
--efed__d517: rgba(58, 84, 58, 0.78);
--v1c6__08d1: hsl(125, 82%, 28%);
--s745a7_1bfa: dark;
color: var(--te8f7cf0fa6, hsl(120, 18%, 28%))   !important;}
div.u4a8__d04 div.n482__e6be :is(h1, h2, h3, h4, h5, h6, strong, b, em){color: var(--te8f7cf0fa6, hsl(120, 18%, 28%))   !important;}
div.u4a8__d04 div.n482__e6be a:not([class]):not([data-track]):not([role="button"]), div.u4a8__d04 div.n482__e6be a[class=""]:not([data-track]):not([role="button"]){color: var(--v1c6__08d1, hsl(125, 82%, 28%))   !important;}
div.u4a8__d04 div.n482__e6be :is(p, li, small, blockquote, figcaption, dd, dt, label){color: var(--efed__d517, rgba(58, 84, 58, 0.78))   !important;}
div.da9f6fa97{--te8f7cf0fa6: hsl(0, 18%, 92%);
--efed__d517: rgba(238, 230, 230, 0.84);
--v1c6__08d1: hsl(125, 82%, 92%);
--s745a7_1bfa: light;}
div.da9f6fa97 div.wd36b514ae{--te8f7cf0fa6: hsl(0, 18%, 92%);
--efed__d517: rgba(238, 230, 230, 0.84);
--v1c6__08d1: hsl(125, 82%, 92%);
--s745a7_1bfa: light;
color: var(--te8f7cf0fa6, hsl(0, 18%, 92%))   !important;}
div.da9f6fa97 div.wd36b514ae :is(h1, h2, h3, h4, h5, h6, strong, b, em){color: var(--te8f7cf0fa6, hsl(0, 18%, 92%))   !important;}
div.da9f6fa97 div.wd36b514ae a:not([class]):not([data-track]):not([role="button"]), div.da9f6fa97 div.wd36b514ae a[class=""]:not([data-track]):not([role="button"]){color: var(--v1c6__08d1, hsl(125, 82%, 92%))   !important;}
div.da9f6fa97 div.wd36b514ae :is(p, li, small, blockquote, figcaption, dd, dt, label){color: var(--efed__d517, rgba(238, 230, 230, 0.84))   !important;}
div.y54a0fea a.k57b2d7f2{--j13969_0ba0: hsl(125, 81%, 28%);
color: var(--j13969_0ba0, hsl(125, 81%, 28%))   !important;}
div.y54a0fea a.k57b2d7f2:is(:hover, :focus-visible, :active){color: var(--l5a8__0091, hsl(125, 82%, 24%))   !important;}
main.w300df51_mntw a:not([class]):not([data-track]):not([role="button"]), main.w300df51_mntw 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.w300df51_mntw a:not([class]):not([data-track]):not([role="button"]), main.w300df51_mntw 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.w300df51_mntw a:not([class]):not([data-track]):not([role="button"]), main.w300df51_mntw 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))))));}
div.y54a0fea a.k57b2d7f2{color: hsl(125, 81%, 28%)   !important;
text-decoration-color: currentColor   !important;}
div.y54a0fea a.k57b2d7f2 :is(strong, b, em, small, mark){color: inherit   !important;}
div.y54a0fea a.k57b2d7f2:hover, div.y54a0fea a.k57b2d7f2:focus-visible, div.y54a0fea a.k57b2d7f2:active{color: hsl(125, 81%, 28%)   !important;}
div.y54a0fea a.k57b2d7f2:hover, div.y54a0fea a.k57b2d7f2:focus-visible, div.y54a0fea a.k57b2d7f2:active{text-decoration-color: currentColor   !important;}
[data-fp-block="ee6b60d103"] a{color: hsl(221, 67%, 28%)   !important;
text-decoration-color: currentColor   !important;}
[data-fp-block="ee6b60d103"] a :is(strong, b, em, small, mark){color: inherit   !important;}
[data-fp-block="ee6b60d103"] a:hover, [data-fp-block="ee6b60d103"] a:focus-visible, [data-fp-block="ee6b60d103"] a:active{color: hsl(221, 67%, 28%)   !important;}
[data-fp-block="ee6b60d103"] a:hover, [data-fp-block="ee6b60d103"] a:focus-visible, [data-fp-block="ee6b60d103"] a:active{text-decoration-color: currentColor   !important;}
div.y888dec6c55 > :nth-child(1) > :nth-child(2){color: hsl(221, 67%, 24%)   !important;
text-decoration-color: currentColor   !important;}
div.y888dec6c55 > :nth-child(1) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
div.y888dec6c55 > :nth-child(1) > :nth-child(2):hover, div.y888dec6c55 > :nth-child(1) > :nth-child(2):focus-visible, div.y888dec6c55 > :nth-child(1) > :nth-child(2):active{color: hsl(221, 67%, 24%)   !important;}
div.y888dec6c55 > :nth-child(1) > :nth-child(2):hover, div.y888dec6c55 > :nth-child(1) > :nth-child(2):focus-visible, div.y888dec6c55 > :nth-child(1) > :nth-child(2):active{text-decoration-color: currentColor   !important;}
div.y888dec6c55 > :nth-child(2) > :nth-child(2){color: hsl(221, 67%, 24%)   !important;
text-decoration-color: currentColor   !important;}
div.y888dec6c55 > :nth-child(2) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
div.y888dec6c55 > :nth-child(2) > :nth-child(2):hover, div.y888dec6c55 > :nth-child(2) > :nth-child(2):focus-visible, div.y888dec6c55 > :nth-child(2) > :nth-child(2):active{color: hsl(221, 67%, 24%)   !important;}
div.y888dec6c55 > :nth-child(2) > :nth-child(2):hover, div.y888dec6c55 > :nth-child(2) > :nth-child(2):focus-visible, div.y888dec6c55 > :nth-child(2) > :nth-child(2):active{text-decoration-color: currentColor   !important;}
div.y888dec6c55 > :nth-child(3) > :nth-child(2){color: hsl(221, 67%, 24%)   !important;
text-decoration-color: currentColor   !important;}
div.y888dec6c55 > :nth-child(3) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
div.y888dec6c55 > :nth-child(3) > :nth-child(2):hover, div.y888dec6c55 > :nth-child(3) > :nth-child(2):focus-visible, div.y888dec6c55 > :nth-child(3) > :nth-child(2):active{color: hsl(221, 67%, 24%)   !important;}
div.y888dec6c55 > :nth-child(3) > :nth-child(2):hover, div.y888dec6c55 > :nth-child(3) > :nth-child(2):focus-visible, div.y888dec6c55 > :nth-child(3) > :nth-child(2):active{text-decoration-color: currentColor   !important;}
div.y888dec6c55 > :nth-child(3) > :nth-child(3){color: hsl(221, 67%, 24%)   !important;
text-decoration-color: currentColor   !important;}
div.y888dec6c55 > :nth-child(3) > :nth-child(3) :is(strong, b, em, small, mark){color: inherit   !important;}
div.y888dec6c55 > :nth-child(3) > :nth-child(3):hover, div.y888dec6c55 > :nth-child(3) > :nth-child(3):focus-visible, div.y888dec6c55 > :nth-child(3) > :nth-child(3):active{color: hsl(221, 67%, 24%)   !important;}
div.y888dec6c55 > :nth-child(3) > :nth-child(3):hover, div.y888dec6c55 > :nth-child(3) > :nth-child(3):focus-visible, div.y888dec6c55 > :nth-child(3) > :nth-child(3):active{text-decoration-color: currentColor   !important;}