.g-hero{position:relative;background-color:var(--g-primary-dark);background-image:linear-gradient(160deg,var(--g-primary-dark) 0,var(--g-primary-darker) 100%);padding:70px 0 90px;overflow-x:clip}.g-hero::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(1080px 760px at 56% 42%,rgba(var(--g-primary-rgb),.58),transparent 60%);transform-origin:56% 42%;will-change:transform,opacity;animation:g-hero-glow 16s ease-in-out infinite alternate}@keyframes g-hero-glow{0%{opacity:.82;transform:translate3d(1.5%,0,0) scale(1)}100%{opacity:1;transform:translate3d(-6%,0,0) scale(1.04)}}@media (prefers-reduced-motion:reduce){.g-hero::before{animation:none}}.g-hero>.container{position:relative}.g-hero__content{position:relative;z-index:2;padding:20px 0 30px;color:var(--g-white)}.g-hero__content>.badge{margin-bottom:28px}.g-hero__title{color:var(--g-white);font-size:46px;font-weight:700;line-height:1.15;margin-bottom:28px;max-width:560px}.g-hero__text{color:var(--g-white);font-size:17px;line-height:1.6;max-width:480px;margin-bottom:18px}.g-hero__text:last-of-type{margin-bottom:34px}.g-hero__cta{display:inline-block;background-color:transparent;color:var(--g-white);border:1px solid var(--g-white);border-radius:var(--g-radius-sm);font-size:16px;font-weight:500;letter-spacing:.3px;text-transform:uppercase;text-decoration:none;padding:12px 28px;transition:background-color .3s ease,color .3s ease}.g-hero__cta:focus,.g-hero__cta:hover{background-color:var(--g-white);color:var(--g-primary-dark);text-decoration:none}.g-hero__media{position:absolute;top:0;left:52%;width:1300px;z-index:1}.g-hero__media img{display:block;width:100%;max-width:none;height:auto;border-radius:var(--g-radius-md);box-shadow:0 30px 70px rgba(0,0,0,.28)}@media (min-width:992px) and (max-width:1199.98px){.g-hero__media{width:1050px;left:50%}}@media (max-width:991.98px){.g-hero{padding:56px 0 60px;overflow-x:hidden}.g-hero__content{padding:0;text-align:center}.g-hero__text,.g-hero__title{max-width:620px;margin-left:auto;margin-right:auto}.g-hero__title{font-size:34px}.g-hero__media{position:static;width:100%;max-width:640px;margin:44px auto 0;left:auto}.g-hero__media img{max-width:100%}}@media (max-width:575.98px){.g-hero{padding:44px 0 48px}.g-hero__title{font-size:28px}}