.LandingCard{min-height:100vh;min-height:100svh;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;padding:7rem 0}.LandingCard__background{position:absolute;inset:0;background-size:cover;background-position:50%}.LandingCard__content{position:relative;z-index:1;display:flex;flex:1;flex-direction:column;justify-content:center}@media(max-width:768px){.LandingCard{padding:6rem 0 4rem}}.DualContent{display:grid;grid-template-columns:1fr 1fr;gap:5rem;width:min(85vw,80rem);margin:0 auto;align-items:center}.DualContent>div{min-height:0;display:flex;align-items:center}.DualContent>div img{border-radius:.5rem;width:100%;max-width:34.5rem;height:auto}.DualContent>div>div{width:100%}.DualContent>.right{display:flex;justify-content:end}.DualContent h2,.DualContent p{margin-bottom:1.5rem}.DualContent a.Link{margin-top:.5rem}@media(max-width:1024px){.DualContent{width:min(100%,100vw - 3rem);gap:3rem}}@media(max-width:768px){.DualContent{grid-template-columns:1fr;width:min(100%,100vw - 2rem);gap:2rem}.DualContent>.left,.DualContent>.right,.DualContent>div{justify-content:center}}.FeatureColumns{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:2.5rem}.FeatureColumns>div{align-items:flex-start;display:flex;flex-direction:column;min-width:0}.FeatureColumns .icon{align-items:center;background:rgba(26,42,75,.08);border-radius:8px;display:inline-flex;height:3.5rem;justify-content:center;margin-bottom:1.25rem;width:3.5rem}.FeatureColumns .icon svg{height:2rem;width:2rem}.FeatureColumns .title{display:block;margin-bottom:.8rem}.FeatureColumns h5,.FeatureColumns h6{line-height:1.14}.FeatureColumns p{margin-bottom:1.5rem}.FeatureColumns a.Link{margin-top:auto}@media(max-width:1024px){.FeatureColumns{grid-auto-flow:row;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.FeatureColumns{grid-template-columns:1fr}}a.Link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;color:inherit;font-size:1rem;line-height:1;box-sizing:border-box;border-radius:20px;height:40px;padding:0 20px;background-color:hsla(0,0%,100%,.1);color:var(--color-white);font-family:Wix Madefor Display,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;white-space:nowrap}a.Link.primary{background-color:var(--color-navy-light);color:var(--color-gray-medium)}a.Link.secondary{background-color:var(--color-yellow);color:var(--color-near-black)}a.Link.tertiary{background-color:var(--color-gray-medium);color:var(--color-near-black)}a.Link.clear{background-color:rgba(0,0,0,0);color:var(--color-white);padding-left:0;padding-right:0}button.Button{cursor:pointer;align-items:center;justify-content:center;border:none;display:inline-flex;gap:.5rem;text-decoration:none;font-size:1rem;line-height:1;box-sizing:border-box;border-radius:20px;height:40px;padding:0 20px;background-color:hsla(0,0%,100%,.1);color:var(--color-white);font-family:Wix Madefor Display,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;white-space:nowrap}button.Button.primary{background-color:var(--color-navy-light);color:var(--color-near-black)}button.Button.secondary{background-color:var(--color-yellow);color:var(--color-near-black)}button.Button.tertiary{background-color:var(--color-gray-medium);color:var(--color-near-black)}button.Button.clear{background-color:rgba(0,0,0,0);color:var(--color-white);padding-left:0;padding-right:0}ul.LinkList{flex-grow:1;flex-direction:row;align-items:center;flex-wrap:wrap;gap:16px}ul.LinkList,ul.LinkList>li{display:flex}.FeatureCard{display:grid;grid-auto-flow:column;grid-auto-columns:100vw;overflow:hidden;width:100vw;margin:0 auto;color:var(--color-white)}.FeatureCard h2,.FeatureCard p{color:var(--color-white)!important}.FeatureCard>div{display:flex;min-height:auto;flex-direction:column;justify-content:center;padding:0 7.5vw;margin:0 auto}.FeatureCard svg{stroke:var(--color-yellow)}.FeatureCard .header{display:grid;grid-auto-flow:column;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.FeatureCard .header p{max-width:44rem}.FeatureCard .FeatureColumns{gap:3.5rem}.FeatureCard .FeatureColumns .icon{background:hsla(0,0%,100%,.08)}.FeatureCard .slide .Button{margin-bottom:1rem}.FeatureCard .slide-content .slide-header{display:flex;align-items:center}.FeatureCard .slide-content .slide-header h3{margin-left:1rem}.FeatureCard .slide-content{display:grid;gap:5rem;grid-auto-flow:column;grid-template-columns:1fr 1fr}.FeatureCard .slide-content p{margin-bottom:1rem}.FeatureCard .slide-content:nth-child(2){display:flex;justify-content:end}.FeatureCard .slide-content img{border-radius:.5rem;width:100%;max-width:34.5rem;height:auto}@media(max-width:1024px){.FeatureCard>div{padding:0 6vw}.FeatureCard .header{gap:2rem;margin-bottom:3rem}}@media(max-width:768px){.FeatureCard>div{min-height:auto;padding:0 1rem}.FeatureCard .header,.FeatureCard .slide-content{grid-auto-flow:row;grid-template-columns:1fr;gap:1.5rem}}.LandingPage img{object-fit:cover}.LandingPage ul{list-style:none;padding:0;margin:0}.LandingPage p{margin:0;font-size:1.125rem;color:var(--color-near-black);line-height:2.25rem}.LandingPage h1,.LandingPage h2,.LandingPage h3,.LandingPage h4,.LandingPage h5,.LandingPage h6{text-transform:uppercase;margin:0}.LandingPage h1,.LandingPage h2{text-align:center}.LandingPage h1{margin-bottom:1.5rem;font-size:5rem;color:var(--color-navy-light)}.LandingPage h1 span{display:inline-block}.LandingPage h2{color:#fff;font-size:2rem;margin-bottom:2rem}.LandingPage h3{font-size:clamp(1.875rem,4vw,2rem)}.LandingPage h5{font-size:clamp(1.625rem,4vw,2rem)}.LandingPage h6{font-size:1.25rem}.LandingPage .LandingHeroCard{background:#071629;box-sizing:border-box;min-height:92svh;padding:8rem 0 4.5rem;isolation:isolate}.LandingPage .LandingHeroCard:after{background:linear-gradient(90deg,rgba(7,18,38,.92),rgba(7,18,38,.78) 42%,rgba(7,18,38,.3) 72%,rgba(7,18,38,.08)),linear-gradient(0deg,rgba(7,18,38,.46),rgba(7,18,38,0) 34%);content:"";inset:0;pointer-events:none;position:absolute;z-index:0}.LandingPage .LandingHeroCard .LandingCard__background{z-index:0}.LandingPage .LandingHeroCard .LandingCard__content{justify-content:flex-end}.LandingPage .LandingHero{display:grid;gap:1.35rem;margin:0 auto;max-width:calc(100vw - 4rem);width:min(76rem,100vw - 4rem)}.LandingPage .LandingHeroEyebrow{color:var(--color-yellow);font-size:.82rem;font-weight:800;letter-spacing:.08em;line-height:1;text-transform:uppercase}.LandingPage .LandingHero h1{color:var(--color-white);font-size:5.25rem;line-height:.95;margin:0;max-width:47rem;text-align:left;text-transform:uppercase}.LandingPage .LandingHero p{color:hsla(0,0%,100%,.82);line-height:1.72;max-width:42rem;text-align:left}.LandingPage .LandingHero ul.LinkList{gap:1rem;display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;margin-top:.4rem}.LandingPage .LandingHero .Link{min-height:46px;border-radius:999px;padding:0 22px}.LandingPage .LandingHero .Link.tertiary{background:hsla(0,0%,100%,.16);color:var(--color-white)}.LandingPage .LandingHeroProofs{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.25rem}.LandingPage .LandingHeroProofs li{border:1px solid hsla(0,0%,100%,.26);border-radius:999px;color:hsla(0,0%,100%,.8);font-size:.88rem;font-weight:700;line-height:1;padding:.62rem .85rem;text-transform:uppercase}.LandingPage .LandingSectionCard{min-height:auto;padding:6rem 0}.LandingPage .LandingSectionCopy{display:grid;gap:1.25rem}.LandingPage .LandingSectionCopy>p{margin-bottom:1.25rem;max-width:42rem}.LandingPage .LandingSectionEyebrow{color:var(--color-yellow-dark);display:inline-flex;font-size:.78rem;font-weight:800;line-height:1;text-transform:uppercase}.LandingPage .LandingModernHeading span{color:var(--color-yellow-dark);display:block;font-size:clamp(2.8rem,7vw,4.8rem);line-height:.95;margin-bottom:.35rem}.LandingPage .LandingProblemCard .FeatureColumns svg{stroke:var(--color-navy-light)}.LandingPage .LandingReadyStrip{align-items:center;background:linear-gradient(110deg,var(--color-navy),#2f4f67);color:var(--color-white);display:flex;gap:1.5rem;justify-content:space-between;padding:3rem max(2rem,(100vw - 80rem)/2)}.LandingPage .LandingReadyStrip h3{color:var(--color-white);font-size:2rem;line-height:1.12;margin-bottom:.75rem;text-align:left}.LandingPage .LandingReadyStrip p{color:hsla(0,0%,100%,.78);line-height:1.6;max-width:44rem}.LandingPage .LandingReadyStrip a.Link{flex:0 0 auto}.LandingPage .LandingFooter{align-items:flex-start;background:var(--color-near-black);color:var(--color-white);display:grid;gap:3rem;grid-template-columns:minmax(16rem,1fr) minmax(0,2fr);padding:4rem max(2rem,(100vw - 80rem)/2)}.LandingPage .LandingFooterBrand{display:grid;gap:1rem;max-width:24rem}.LandingPage .LandingFooter a,.LandingPage .LandingFooterBrand p{color:hsla(0,0%,100%,.74);font-size:.96rem;line-height:1.55}.LandingPage .LandingFooterLinks{display:grid;gap:2rem;grid-template-columns:repeat(4,minmax(0,1fr))}.LandingPage .LandingFooter nav{display:grid;gap:.8rem}.LandingPage .LandingFooter h4{color:var(--color-white);font-size:.9rem;letter-spacing:.05em}.LandingPage .LandingFooter a{text-decoration:none}.LandingPage .LandingFooter a:hover{color:var(--color-yellow)}:root{font-family:Wix Madefor Display,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;--background:0 0% 100%;--foreground:215 16% 17%;--card:0 0% 100%;--card-foreground:215 16% 17%;--popover:0 0% 100%;--popover-foreground:215 16% 17%;--primary:220 49% 20%;--primary-foreground:0 0% 100%;--secondary:173 80% 40%;--secondary-foreground:0 0% 100%;--muted:220 14% 96%;--muted-foreground:215 12% 43%;--accent:50 100% 50%;--accent-foreground:217 68% 14%;--destructive:0 84% 60%;--destructive-foreground:0 0% 98%;--border:220 14% 83%;--input:220 14% 83%;--ring:173 80% 40%;--chart-1:217 91% 60%;--chart-2:173 80% 40%;--chart-3:48 96% 52%;--chart-4:39 100% 55%;--chart-5:0 84% 60%;--radius:0.5rem;--color-navy:#0B1D3A;--color-navy-light:#1A2A4B;--color-yellow:#FFD400;--color-yellow-light:#FFE04C;--color-yellow-dark:#CCAC00;--color-blue-zodiac-light:#546075;--color-white:#FFFFFF;--color-gray-light:#F0F0F0;--color-gray-medium:#E0E0E0;--color-gray-dark:#2A2A2A;--color-near-black:#1E1E1E;--color-lavender-light:#DAD0FF;--color-lavender:#B4A8FF;--green:138 28% 34%;--green-foreground:0 0% 100%;--color-green:#3D6F4A}@media(max-width:1024px){.LandingPage h1{font-size:4rem}.LandingPage p{font-size:1rem;line-height:1.9rem}.LandingPage .LandingHeroCard{min-height:90svh;padding-bottom:3.75rem}.LandingPage .LandingHero,.LandingPage .LandingHero h1,.LandingPage .LandingHero p{max-width:min(100%,42rem)}.LandingPage .LandingHero h1{font-size:4.25rem}.LandingPage .LandingSectionCard{padding:5rem 0}.LandingPage .LandingFooter{grid-template-columns:1fr}.LandingPage .LandingFooterLinks{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.LandingPage h1{margin-bottom:1rem;font-size:3rem}.LandingPage h2{margin-bottom:1.5rem}.LandingPage .LandingHeroCard{min-height:88svh;padding:13.5rem 0 2.75rem}.LandingPage .LandingHeroCard:after{background:linear-gradient(90deg,rgba(7,18,38,.9),rgba(7,18,38,.72)),linear-gradient(0deg,rgba(7,18,38,.52),rgba(7,18,38,0) 35%)}.LandingPage .LandingHero{gap:1rem;max-width:calc(100vw - 2rem);width:calc(100vw - 2rem)}.LandingPage .LandingHero h1{font-size:3rem;line-height:1}.LandingPage .LandingHero ul.LinkList{flex-direction:column;align-items:stretch}.LandingPage .LandingHero ul.LinkList>li,.LandingPage .LandingHero ul.LinkList>li>a,.LandingPage .LandingHero ul.LinkList>li>button{width:100%}.LandingPage .LandingHeroProofs li{font-size:.78rem}.LandingPage .LandingSectionCard{padding:4rem 0}.LandingPage .LandingReadyStrip{align-items:flex-start;flex-direction:column;padding:2.5rem 1rem}.LandingPage .LandingReadyStrip h3{font-size:1.7rem}.LandingPage .LandingReadyStrip a.Link{width:100%}.LandingPage .LandingFooter{padding:3rem 1rem}.LandingPage .LandingFooterLinks{grid-template-columns:1fr}}