.dc-hero{background:var(--color-bg-deep);border-bottom:1px solid rgba(95,150,193,.14);color:var(--color-text-inverse);overflow:hidden;padding:var(--space-9) 0 7rem;position:relative}.dc-hero:before{background:radial-gradient(60% 75% at 72% 38%,rgba(110,167,212,.34),transparent 70%),radial-gradient(48% 65% at 18% 88%,rgba(95,150,193,.18),transparent 75%)}.dc-hero:after,.dc-hero:before{content:"";inset:0;pointer-events:none;position:absolute}.dc-hero:after{background-image:radial-gradient(rgba(150,190,220,.34) 1px,transparent 0);background-size:5px 5px;-webkit-mask-image:radial-gradient(45% 55% at 72% 38%,rgba(0,0,0,.95) 0,rgba(0,0,0,.55) 45%,transparent 80%);mask-image:radial-gradient(45% 55% at 72% 38%,rgba(0,0,0,.95) 0,rgba(0,0,0,.55) 45%,transparent 80%);opacity:.7}.dc-hero .container{position:relative;z-index:1}.dc-hero .eyebrow{font-size:15px;margin:0 0 12px}.dc-hero__inner{align-items:center;display:grid;gap:4.5rem;grid-template-columns:1.05fr 1fr}.dc-hero h1{color:var(--color-text-inverse);font-size:clamp(34px,3.8vw,50px);margin:0 0 var(--space-6)}.dc-hero h1 em{color:var(--color-accent);font-style:normal}.dc-hero__heading{margin:0}.dc-hero__subheading{color:var(--color-text-on-dark);font-size:1.1875rem;line-height:1.6;margin:0 0 var(--space-4);max-width:35rem}.dc-hero__subheading>:last-child{margin-bottom:0}.dc-hero__subheading strong{color:#fff;font-weight:700}.dc-hero__answer{color:#a0b0bf;font-size:15px;line-height:1.55;margin:0 0 26px;max-width:35rem}.dc-hero__answer>:last-child{margin-bottom:0}.dc-hero__ctas{align-items:center;display:flex;flex-wrap:wrap;gap:var(--space-6);margin-bottom:var(--space-7)}.dc-hero__cta-subtext{color:var(--color-text-on-dark);flex-basis:100%;font-size:13px;margin:8px 0 0}.dc-hero .rfp-cta{align-items:center;display:flex;flex-basis:100%;gap:14px;text-decoration:none}.dc-hero .rfp-cta-chip{align-items:center;background:rgba(95,150,193,.1);border:1px solid rgba(95,150,193,.3);border-radius:12px;color:var(--color-accent);display:flex;flex-shrink:0;height:46px;justify-content:center;transition:background .16s ease,border-color .16s ease;width:46px}.dc-hero .rfp-cta-chip svg{height:25px;width:25px}.dc-hero .rfp-cta-text{display:flex;flex-direction:column;gap:1px}.dc-hero .rfp-cta-head{align-items:center;color:#fff;display:inline-flex;font-size:18px;font-weight:600;gap:7px;line-height:1.2;transition:color .16s ease;width:fit-content}.dc-hero .rfp-cta-body{color:#8fa6ba;font-size:16px;line-height:1.4}.dc-hero .rfp-cta:hover .rfp-cta-head{color:var(--color-accent)}.dc-hero .rfp-cta:hover .rfp-cta-chip{background:rgba(95,150,193,.18);border-color:rgba(95,150,193,.5)}.dc-hero__trust-strip{color:#fff;display:flex;flex-wrap:wrap;font-size:var(--type-small);font-weight:700;gap:.625rem 1.375rem;margin:15px 0 70px}.dc-hero__trust-strip span{align-items:center;display:inline-flex;gap:var(--space-3)}.dc-hero__trust-strip span+span:before{background:var(--color-accent);border-radius:50%;content:"";display:inline-block;height:4px;opacity:.7;width:4px}.dc-hero__visual{aspect-ratio:4/5;margin:-40px auto 0;max-height:470px;position:relative;width:72%}@media (max-width:980px){.dc-hero{padding:var(--space-8) 0 5rem}.dc-hero__inner{gap:var(--space-7);grid-template-columns:1fr}.dc-hero__visual{max-height:440px}}@media (max-width:560px){.dc-hero__ctas{gap:var(--space-4)}}@keyframes dcHeroSlideIn{0%{opacity:0;transform:translateY(-22px)}to{opacity:1;transform:translateY(0)}}.dc-hero-anim{animation:dcHeroSlideIn .9s cubic-bezier(.22,.7,.2,1) forwards;animation-delay:var(--d,0s);opacity:0}@media (prefers-reduced-motion:reduce){.dc-hero-anim{animation:none;opacity:1}}