.it-hero{overflow:hidden;position:relative}.it-hero__inner{align-items:center;display:grid;gap:var(--space-9);padding-bottom:var(--section-padding-y-lg);padding-top:var(--section-padding-y-lg)}.it-hero--text-left-image-right .it-hero__inner{grid-template-columns:1fr 1fr}.it-hero--text-right-image-left .it-hero__inner{direction:rtl;grid-template-columns:1fr 1fr}.it-hero--text-right-image-left .it-hero__content,.it-hero--text-right-image-left .it-hero__image-wrap{direction:ltr}.it-hero--centered .it-hero__inner{grid-template-columns:1fr;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.it-hero--centered .it-hero__ctas{justify-content:center}.it-hero--bg-image{background-color:var(--color-navy);background-image:var(--it-hero-img,none);background-position:50%;background-repeat:no-repeat;background-size:cover;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);margin-top:0;max-width:100vw;overflow-x:clip;padding:0!important;position:relative;width:100vw}.it-hero--bg-image:before{background:linear-gradient(105deg,rgba(11,37,69,.82),rgba(11,37,69,.55) 40%,rgba(11,37,69,.1) 70%,transparent);content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.it-hero--bg-image:not([style*="--it-hero-img"]):before,.it-hero--bg-image[style*="--it-hero-img: none"]:before{background:linear-gradient(160deg,var(--color-teal-light) 0,var(--color-navy) 65%)}.it-hero--bg-image .it-container{margin-left:auto;margin-right:auto;max-width:var(--container-max-width,1200px);padding-bottom:var(--space-12);padding-top:var(--space-12);position:relative;z-index:2}.it-hero--bg-image .it-hero__inner{grid-template-columns:1fr 1fr}.it-hero--bg-image .it-hero__content{position:relative}.it-hero--bg-image .it-hero__headline{color:var(--color-white)}.it-hero--bg-image .it-hero__description{color:var(--color-text-on-dark-muted)}.it-hero--bg-image .it-hero__eyebrow{border-color:var(--color-teal-light);color:var(--color-teal-light)}.it-hero__eyebrow-wrap{margin-bottom:var(--space-4)}.it-hero__eyebrow{align-items:center;border:1px solid;border-radius:var(--border-radius-pill);display:inline-flex;font-size:var(--font-size-label);font-weight:var(--font-weight-medium);letter-spacing:var(--letter-spacing-label);padding:var(--space-1) var(--space-4);text-transform:uppercase}.it-bg-gray .it-hero__eyebrow,.it-bg-white .it-hero__eyebrow{border-color:var(--color-teal-dark);color:var(--color-teal-dark)}.it-bg-navy .it-hero__eyebrow{border-color:var(--color-teal-light);color:var(--color-teal-light)}.it-hero__headline{font-family:var(--font-heading);font-size:var(--font-size-h1);font-weight:var(--font-weight-regular);letter-spacing:var(--letter-spacing-tight);line-height:var(--line-height-heading);margin:0 0 var(--space-5) 0}.it-bg-gray .it-hero__headline,.it-bg-white .it-hero__headline{color:var(--color-navy)}.it-bg-navy .it-hero__headline{color:var(--color-white)}.it-hero__headline em{color:var(--color-teal-dark);font-style:normal}.it-bg-navy .it-hero__headline em{color:var(--color-teal-light)}.it-hero__description{font-family:var(--font-body);font-size:var(--font-size-body-lg);line-height:var(--line-height-body);margin-bottom:var(--space-7);max-width:540px}.it-hero__description h1,.it-hero__description h2,.it-hero__description h3,.it-hero__description h4,.it-hero__description h5,.it-hero__description h6,.it-hero__description p{font-family:inherit;font-size:inherit;font-weight:inherit;margin:0}.it-bg-gray .it-hero__description,.it-bg-white .it-hero__description{color:var(--color-gray-700)}.it-bg-navy .it-hero__description{color:var(--color-text-on-dark-muted)}.it-hero--centered .it-hero__description{margin-left:auto;margin-right:auto}.it-hero__bullets{margin-bottom:var(--space-7)}.it-hero__bullets ul{display:flex;flex-direction:column;gap:var(--space-2);list-style:none;margin:0;padding:0}.it-hero__bullets ul li{align-items:center;color:var(--color-white);display:flex;font-family:var(--font-body);font-size:var(--font-size-body-lg);font-weight:var(--font-weight-medium);gap:var(--space-3)}.it-hero__bullets ul li:before{background-color:#9bd9d8;border-radius:50%;content:"";display:inline-block;flex-shrink:0;height:6px;width:6px}.it-hero__bottom-text{color:hsla(0,0%,100%,.55);font-family:var(--font-body);font-size:var(--font-size-body-sm);font-style:italic;line-height:var(--line-height-body);margin-bottom:0;margin-top:var(--space-6);max-width:480px}.it-hero__ctas{align-items:center;display:flex;flex-wrap:wrap;gap:var(--space-4)}.it-hero__image-wrap{align-items:center;display:flex;justify-content:center;position:relative}.it-hero__image{animation:heroImageIn .8s ease-out both;animation-delay:.2s;display:block;height:auto;max-width:100%}@keyframes heroImageIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1023px){.it-hero--text-left-image-right .it-hero__inner,.it-hero--text-right-image-left .it-hero__inner{direction:ltr;gap:var(--space-8);grid-template-columns:1fr}.it-hero--bg-image .it-hero__inner{grid-template-columns:1fr}.it-hero--bg-image{background-position:50%,50%}.it-hero__image-wrap{margin:0 auto;max-width:440px;order:-1}.it-hero--text-right-image-left .it-hero__image-wrap{order:0}.it-hero__description{max-width:100%}}@media (max-width:767px){.it-hero__inner{gap:var(--space-6)}.it-hero__description{font-size:var(--font-size-body);margin-bottom:var(--space-6)}.it-hero__ctas{align-items:flex-start;flex-direction:column;gap:var(--space-3)}.it-hero--centered .it-hero__ctas{align-items:center}.it-btn{justify-content:center;width:100%}.it-hero__image-wrap{max-width:280px}.it-hero--bg-image{background-position:72%}}