.hero{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background-color:var(--light-gray);border-radius:0 0 4rem 4rem;overflow:hidden;padding:13.2rem 2rem 6rem;position:relative}.hero__inner{position:relative;z-index:1}.hero__inner--centered{margin-inline:auto;max-width:var(--container-width-narrow);padding-block:3.2rem;text-align:center}.hero__heading{background:linear-gradient(180deg,#2e3c43 .8%,#006cd1 123.59%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero__rich-text p:last-child{margin-bottom:0}.hero__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--gap-sm);margin-top:2.4rem}.hero__inner.hero__inner--centered .hero__buttons{justify-content:center}.hero__image{display:none}.hero__circle{border-radius:50%;-webkit-filter:blur(130px);filter:blur(130px);position:absolute}.hero__circle--1{background-color:var(--cyan);height:99rem;left:50%;opacity:.3;top:-4rem;transform:translate(-50%,-50%);width:99rem}.hero__circle--2{background-color:var(--azure);height:74rem;left:0;opacity:.2;transform:translateX(-50%);width:74rem}.hero--small .hero__circle--2{top:calc(100% - 8rem)}.hero--large .hero__circle--2{top:calc(50% + 8rem)}.hero__circle--3{background-color:var(--azure);border-radius:50%;height:88rem;opacity:.4;right:0;top:50%;transform:translate(40%,-50%);width:88rem}.hero__logos{margin-top:4rem}.hero__logos-logos{align-items:center;display:flex;flex-wrap:wrap;gap:3.2rem}.hero__arrow{animation:bounce 1s ease;animation-direction:alternate;animation-iteration-count:infinite;bottom:-5rem;display:block;font-size:0;left:0;position:absolute}@media (min-width:992px){.hero{border-radius:0 0 8rem 8rem;padding-block:16.8rem 8rem}.hero__inner:not(.hero__inner--centered){display:grid;grid-gap:var(--gap-md);align-items:center;grid-template-columns:1fr 40rem}.hero--large .hero__inner:not(.hero__inner--centered){grid-gap:var(--gap);grid-template-columns:1fr 58rem}.hero__content{align-items:center;display:grid}.hero__image{display:block;position:relative}.hero__image-image{border-radius:50%;object-fit:cover}.hero--small .hero__image-image{height:40rem;width:40rem}.hero--large .hero__image-image{height:58rem;width:58rem}.hero__image-accent-infinity,.hero__image-accent-triangles{position:absolute}.hero__image-accent-triangles--sm{bottom:7rem;left:0;z-index:2}.hero__image-accent-triangles--lg{right:-10rem;top:-2rem;z-index:-1}.hero__image-accent-infinity--sm{bottom:0;left:0;z-index:2}.hero--small .hero__image-accent-infinity--sm{height:9.2rem}.hero__image-accent-infinity--lg{height:calc(100% + 4.8rem);left:-2.4rem;top:-2.4rem;width:auto}.hero__arrow{left:6rem}}@media (min-width:1200px){.hero__inner{grid-gap:var(--gap-xl)}.hero--large .hero__inner{grid-gap:var(--gap-lg)}}@media (min-width:1320px){.hero__arrow{left:calc(50% - var(--container-width)/2)}}@keyframes bounce{0%{transform:translateZ(0)}to{transform:translate3d(0,1rem,0)}}@-webkit-keyframes bounce{0%{-webkit-transform:translateZ(0)}to{-webkit-transform:translate3d(0,1rem,0)}}