.theme-hero{--hero-py: 2.5rem;--hero-gap: 1.25rem;--hero-radius: var(--theme-radius);--hero-feature-color: var(--theme-secondary-color);--hero-bg-inset: 0px;--benefits-py: 2rem;position:relative;isolation:isolate}.theme-hero.section-bg--dark{background-color:transparent;color:var(--theme-base-light)}.theme-hero.section-bg--dark .theme-hero__main{position:relative}.theme-hero.section-bg--dark .theme-hero__main:before{content:"";position:absolute;top:0;bottom:0;left:var(--hero-bg-inset);right:0;background-color:var(--theme-base-dark);z-index:-2}.theme-hero.section-bg--dark .theme-hero__title,.theme-hero.section-bg--dark .theme-hero__subtitle,.theme-hero.section-bg--dark .theme-hero__subtitle p,.theme-hero.section-bg--dark .theme-hero__feature-description{color:var(--theme-base-light)}.theme-hero__main{padding:var(--hero-py) 0}.theme-hero__row{position:relative;row-gap:var(--hero-gap)}.theme-hero__title-col{order:-1}.theme-hero__media-col{order:0}.theme-hero__content-col{order:1;display:flex;align-items:center}.theme-hero__content{width:100%}.theme-hero__media{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background-color:var(--theme-base-soft)}.theme-hero__media-placeholder{position:absolute;inset:0;background:linear-gradient(135deg,#ffffff0f,#fff0),var(--color-deep-blue)}.theme-hero__image,.theme-hero__video{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.theme-hero__media picture{position:absolute;inset:0;width:100%;height:100%}.theme-hero__media picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.theme-hero__title{margin:0 0 1.25rem;hyphens:auto;-webkit-hyphens:auto}.theme-hero__title .accent{color:var(--theme-secondary-color)}.theme-hero__subtitle{margin-bottom:1.75rem;max-width:41.875rem}.theme-hero__subtitle p{margin:0 0 .75rem;font-size:var(--theme-base-fs);line-height:var(--theme-text-lh)}.theme-hero__subtitle p:last-child{margin-bottom:0}.theme-hero__features{list-style:none;margin:0 0 2rem;padding:0;display:grid;grid-template-columns:1fr;gap:1.5rem 2.5rem;max-width:41.875rem}.theme-hero__feature{display:flex;align-items:flex-start;gap:.75rem;margin:0}.theme-hero__feature-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;color:var(--hero-feature-color);font-size:1.75rem;line-height:1}.theme-hero__feature-icon .icon{width:100%;height:100%}.theme-hero__feature-text{display:flex;flex-direction:column;gap:.25rem;min-width:0}.theme-hero__feature-title{font-family:var(--theme-heading-ff);font-size:1.25rem;line-height:1.2;font-weight:700;color:var(--hero-feature-color)}.theme-hero__feature-description{font-size:var(--theme-base-fs);line-height:var(--theme-text-lh);color:inherit}.theme-hero__buttons{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.theme-hero__button{width:100%;text-align:center}.theme-hero__benefits{padding:var(--benefits-py) 0;box-shadow:0 1.5625rem 3.125rem #1e3a8a1a}.theme-hero__benefits-row{list-style:none;margin:0;padding:0;align-items:center;row-gap:1.5rem}.theme-hero__benefit{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem}.theme-hero__benefit-value{display:inline-flex;align-items:baseline;justify-content:center;font-family:var(--theme-heading-ff);font-weight:800;font-size:var(--theme-h2-fs);line-height:var(--theme-heading-lh-tight);color:var(--color-deep-blue);white-space:nowrap}.theme-hero__benefit-prefix,.theme-hero__benefit-number,.theme-hero__benefit-suffix{color:inherit}.theme-hero__benefit-number{font-variant-numeric:tabular-nums}.theme-hero__benefit-description{font-family:var(--theme-text-ff);font-weight:400;font-size:var(--theme-h5-fs);line-height:var(--theme-heading-lh);color:var(--theme-text-color-default)}@media (min-width: 576px){.theme-hero{--hero-py: 3.5rem;--hero-gap: 2rem}.theme-hero__features{grid-template-columns:1fr 1fr}.theme-hero__buttons{flex-direction:row;flex-wrap:wrap;gap:1rem}.theme-hero__button{width:auto;flex:0 0 auto}}@media (min-width: 768px){.theme-hero{--hero-py: 4.5rem;--hero-gap: 2.5rem}.theme-hero__features{gap:1.5rem 2.8125rem}.theme-hero__feature-title{font-size:var(--theme-h5-fs)}}@media (min-width: 992px){.theme-hero{--hero-py: 6rem;--hero-bg-inset: 2rem;--benefits-py: 1.25rem}.theme-hero__row{row-gap:0;align-items:stretch;min-height:26.25rem}.theme-hero__media-col{position:absolute;top:0;left:0;height:100%;z-index:-1}.theme-hero__title-col,.theme-hero__content-col{order:0}.theme-hero__media{aspect-ratio:auto;height:100%;margin-left:calc((100vw - 100%)/-2);width:calc(100% + (100vw - 100%)/2)}.theme-hero__benefit+.theme-hero__benefit:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:5rem;background-color:var(--color-light-grey);margin-left:calc(var(--bs-gutter-x, 30px) * -.5)}}@media (min-width: 1200px){.theme-hero{--hero-py: 7.5rem;--hero-bg-inset: 3.125rem}.theme-hero__row{min-height:35rem}.theme-hero__features{gap:1.75rem 1rem}.theme-hero__feature-icon{font-size:1.75rem}}@media (min-width: 1710px){.theme-hero{--hero-py: 4.75rem;--hero-bg-inset: 4.125rem}.theme-hero__row{min-height:41.875rem}}body.home .theme-hero.section-bg--dark .theme-hero__main:before{top:calc(var(--header-height, 0px) * -1)}
