.hero.layout-1{display:grid;grid-template-columns:repeat(2, 1fr);justify-content:center;align-items:center;gap:3.5rem}@media screen and (width < 60rem){.hero.layout-1{grid-template-columns:1fr}}@media screen and (width >= 60rem){.hero--line-bg{background:url("_images/hero-bg-layout-2.png") no-repeat top center;background-size:cover}}.hero--left{width:100%;display:flex;flex-direction:column;gap:.938rem}@media screen and (width >= 60rem){.hero--left{max-width:40rem}}.hero.no-image .hero--left,.hero.layout-2 .hero--left{text-align:center;align-items:center;padding-inline:var(--wrapper-padding);max-width:55.625rem;margin-left:auto;margin-right:auto}@media screen and (width >= 71.25rem){.hero.no-image .hero--left,.hero.layout-2 .hero--left{padding-inline:0}}.hero--image{max-width:100%}@media screen and (width >= 60rem){.hero--image{max-width:39.813rem}}.hero--image:has(.hero--iq__quote){overflow:hidden;border-radius:.5rem}.hero--image:has(.hero--video){border-radius:.5rem;overflow:hidden;aspect-ratio:16/9}.hero--video{width:100%;max-width:100%;height:100%;object-fit:cover}.hero--eyebrow{display:flex;align-items:center;justify-content:flex-start;gap:20px;color:var(--Secondary-500)}@media screen and (width >= 60rem){.hero--eyebrow{margin-bottom:.5rem}}.hero--title{line-height:1}.hero--title span{position:relative;display:inline-block}.hero--title span::after{content:"";position:absolute;bottom:-18%;left:0;width:100%;height:65%;background:url(_images/underline.png) no-repeat bottom right;background-size:100% 100%;z-index:-1}.hero--image{position:relative}.hero--img{overflow:hidden;width:100%;max-width:100%;height:auto;object-fit:cover;border-radius:.5rem}@media screen and (width >= 48rem){.hero--img{border-radius:.75rem}}.hero .parallax-in-frame{border-radius:8px}@media screen and (width >= 48rem){.hero .parallax-in-frame{border-radius:.75rem}}.hero .parallax-in-frame .parallax-item{border-radius:0}.hero--card{position:absolute;left:0;bottom:0;max-width:60%}@media screen and (width < 48rem){.hero--card{max-height:200px;width:auto}}.hero--card.has-shadow{border-radius:.375rem;overflow:hidden;box-shadow:12px 12px 32px 0px rgba(0,0,0,.15)}.hero--buttons{display:flex;flex-wrap:wrap;gap:1.875rem;margin-top:.938rem;align-items:center}.hero--image-layout-2{margin-top:clamp(2.3125rem,-4.2431rem + 13.6574vw,6rem)}@media screen and (width < 48rem){.hero--image-layout-2{padding-inline:var(--wrapper-padding)}}.hero--image-layout-2>*{width:100%}.hero--logo-bar__title{font-size:1.625rem;font-weight:500;margin:0 0 1rem 0;letter-spacing:.5px}.hero--logo-bar__logos{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:flex-start}.hero--logo-bar__logo{flex:0 1 auto;display:flex;align-items:center;justify-content:center}.hero--logo-bar__logo>img{width:auto;height:50px;max-width:120px;object-fit:contain;display:block}@media screen and (width >= 60rem){.hero--logo-bar__logo>img{height:55px;max-width:130px}}.hero--highlight-strip{position:relative;margin-top:1rem}.hero--highlight-strip__inner{position:relative;display:inline-flex;align-items:center;gap:.5rem;min-height:4.4rem;padding:1.25rem;border-radius:8px;background-color:var(--Color-highlight-700);border:1px solid var(--Color-highlight-500)}.hero--highlight-strip__text{font-size:.95rem;line-height:1.4;font-weight:600;max-width:445px;position:relative}.hero--highlight-strip__help{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;aspect-ratio:1/1;border-radius:999px;background-color:var(--Primary-800);color:var(--White);border:1px solid var(--Color-highlight-500);cursor:pointer;padding:0;line-height:1;font-weight:600;position:relative;flex-shrink:0}.hero--highlight-strip__help:focus{outline:2px solid rgba(0,0,0,.35);outline-offset:2px}.hero--highlight-strip__tooltip{--tip-color: var(--White);position:absolute;top:calc(100% - 11px);right:-21px;max-width:min(420px,90vw);padding:.75rem .9rem;background:var(--tip-color);color:var(--Primary-800);border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.25);font-size:.9rem;line-height:1.35;z-index:20}.hero--highlight-strip__tooltip a{color:inherit;text-decoration:underline;text-underline-offset:2px}.hero--highlight-strip__tooltip p:not(:last-child){margin-bottom:1rem}.hero--highlight-strip__tooltip::before{content:"";position:absolute;top:-6px;right:26px;width:12px;height:12px;background:var(--tip-color);transform:rotate(45deg)}.hero--highlight-strip__tooltip.is-right{left:auto;right:0}.hero--highlight-strip__tooltip.is-right::before{left:auto;right:14px}.hero--highlight-strip__tooltip:not([hidden]){display:block}@media(hover: hover)and (pointer: fine){.hero--highlight-strip__inner:hover .hero--highlight-strip__tooltip,.hero--highlight-strip__help:focus+.hero--highlight-strip__tooltip{display:block}}.hero--iq{position:relative;overflow:clip}.hero--iq__image{min-height:550px;object-fit:cover}@media screen and (width < 60rem){.hero--iq__image{min-height:450px}}.hero--iq__quote{position:absolute;max-width:450px;bottom:-1rem;right:0;border-radius:8px 0 0 0;padding:3.25rem 1.75rem 1.75rem;margin-left:.5rem}@media screen and (width < 48rem){.hero--iq__quote{max-width:350px}}.hero--iq__quote::before{position:absolute;display:block;content:"";background-image:url("../../../_images/quote-icon.svg");background-repeat:no-repeat;top:-10px;width:60px;height:48px}.hero--iq__quote p:not(:last-child){margin-bottom:1.5rem}.hero--iq__quote p:last-child{font-size:.8rem}.hero--iq__quote p:last-child strong{font-size:1.3rem}