.marketing-root{min-height:100vh;min-height:100dvh;background:#fcfcfc;color:#00081d;font-family:Calibri,Calibri Light,Candara,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}.marketing-root>header{position:sticky;top:0;z-index:50;height:3.5rem;border-bottom:1px solid rgba(0,8,29,.1);background:#fcfcfc;box-shadow:none}@media (min-width:768px){.marketing-root>header{height:4rem}}.marketing-nav{display:flex;align-items:center;justify-content:space-between;height:100%;width:100%;max-width:72rem;margin:0 auto;padding:0 1rem;gap:.75rem}@media (min-width:640px){.marketing-nav{padding:0 1.5rem}}@media (min-width:1024px){.marketing-nav{padding:0 2rem}}.marketing-nav-links{list-style:none;margin:0;padding:0;display:none;align-items:center;gap:2rem}@media (min-width:768px){.marketing-nav-links{display:flex}}.marketing-nav-links a{font-size:.875rem;font-weight:500;color:rgba(0,8,29,.8);text-decoration:none}.marketing-nav-links a:hover{color:#099}.marketing-nav-ctas{display:none;align-items:center;gap:.75rem}@media (min-width:768px){.marketing-nav-ctas{display:flex}}.marketing-nav-ctas a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;padding:.5rem 1.25rem;border-radius:.5rem;border:2px solid #099;font-size:.875rem;font-weight:600;text-decoration:none;white-space:nowrap}.marketing-nav-ctas a:first-of-type{color:#00081d;background:transparent}.marketing-nav-ctas a:first-of-type:hover{background:rgba(0,153,153,.08)}.marketing-nav-ctas a:last-of-type{color:#fcfcfc;background:#00081d;border-color:#099}.marketing-nav-ctas a:last-of-type:hover{background:#042330}.marketing-nav-burger{display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;padding:.5rem;border-radius:.375rem;border:1px solid rgba(0,8,29,.15);background:transparent;color:#00081d;cursor:pointer}@media (min-width:768px){.marketing-nav-burger{display:none}}.marketing-nav-backdrop{position:fixed;inset:0;top:3.5rem;z-index:40;background:rgba(0,8,29,.4);backdrop-filter:blur(4px);transition:opacity .2s ease}.marketing-nav-backdrop[data-open=false]{opacity:0;pointer-events:none}.marketing-nav-backdrop[data-open=true]{opacity:1;pointer-events:auto}@media (min-width:768px){.marketing-nav-backdrop{display:none!important}}.marketing-nav-drawer{position:fixed;right:0;top:3.5rem;z-index:50;display:flex;flex-direction:column;width:min(100%,320px);height:calc(100dvh - 3.5rem);border-left:1px solid rgba(0,8,29,.1);background:#fcfcfc;box-shadow:-8px 0 24px rgba(15,23,42,.12);transition:transform .3s ease-out}.marketing-nav-drawer[data-open=false]{transform:translateX(100%);pointer-events:none}.marketing-nav-drawer[data-open=true]{transform:translateX(0);pointer-events:auto}@media (min-width:768px){.marketing-nav-drawer{display:none!important}}.marketing-nav-drawer-list{list-style:none;margin:0;padding:1rem;display:flex;flex-direction:column;gap:.25rem}.marketing-nav-drawer-list a{display:block;padding:.75rem;border-radius:.375rem;font-size:1rem;font-weight:500;color:#00081d;text-decoration:none}.marketing-nav-drawer-list a:hover{background:#f5f5f5}.marketing-nav-drawer-actions{list-style:none;margin:0;padding:0 1rem 1rem;border-top:1px solid rgba(0,8,29,.1)}.marketing-nav-drawer-actions li{margin-top:0}.marketing-nav-drawer-actions li+li{margin-top:.75rem}.marketing-nav-drawer-actions li:first-child{padding-top:1rem}.marketing-nav-drawer-actions a{display:block;width:100%;padding:.75rem;border-radius:.5rem;border:2px solid #099;text-align:center;font-size:.875rem;font-weight:600;text-decoration:none;color:#00081d}.marketing-nav-drawer-actions li:last-child a{background:#00081d;color:#fcfcfc!important}.marketing-root main section#hero{position:relative;overflow:hidden;background:linear-gradient(to bottom right,#00081d,#00081d,#042330);padding:2.5rem 1rem;color:#f8fafc}@media (min-width:768px){.marketing-root main section#hero{padding:5rem 1.5rem}}@media (min-width:1024px){.marketing-root main section#hero{padding:5rem 2rem}}.marketing-root main section#hero>div:nth-child(2){position:relative;margin-left:auto;margin-right:auto;max-width:72rem;display:grid;gap:2.5rem;align-items:center;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.marketing-root main section#hero>div:nth-child(2){padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.marketing-root main section#hero>div:nth-child(2){grid-template-columns:1fr 1fr;gap:3rem;padding-left:2rem;padding-right:2rem}}.marketing-root main section#hero h1{margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:#099}.marketing-root main section#hero .text-cysuite-white,.marketing-root main section#hero h1 span.text-cysuite-white{color:#f8fafc!important}.marketing-root main section#hero p{margin:1rem 0 0;font-size:1.125rem;line-height:1.6;color:rgba(248,250,252,.95)}.marketing-root main section#hero a[href="/contact"]{margin-top:2rem;display:inline-flex;align-items:center;justify-content:center;min-height:48px;width:100%;max-width:22rem;padding:.75rem 1.5rem;border-radius:.5rem;background:#099;color:#fff!important;font-size:1rem;font-weight:600;text-decoration:none;box-shadow:0 4px 12px rgba(0,0,0,.08)}@media (min-width:640px){.marketing-root main section#hero a[href="/contact"]{width:auto}}.marketing-root main section#hero a[href="/contact"]:hover{filter:brightness(1.05)}