.detail-hero{display:block;display:grid;justify-items:center;margin-left:auto;margin-right:auto;margin-inline:auto;max-width:var(--grid-max-width-content-lg);text-align:center;width:100%}@media screen and (max-width:31.25em){.detail-hero{max-width:calc(var(--grid-max-width-content-lg) + var(--grid-side-gap-sm)*2);padding-left:var(--grid-side-gap-sm);padding-right:var(--grid-side-gap-sm)}}@media screen and (min-width:31.3125em)and (max-width:64em){.detail-hero{max-width:calc(var(--grid-max-width-content-lg) + var(--grid-side-gap-md)*2);padding-left:var(--grid-side-gap-md);padding-right:var(--grid-side-gap-md)}}@media screen and (min-width:64.0625em){.detail-hero{max-width:calc(var(--grid-max-width-content-lg) + var(--grid-side-gap-lg)*2);padding-left:var(--grid-side-gap-lg);padding-right:var(--grid-side-gap-lg)}}@media screen and (max-width:31.25em){.detail-hero{gap:1.5rem;padding-block:1.5rem}}@media screen and (min-width:28.1875em){.detail-hero{gap:2rem;padding-block:2rem}}.detail-hero .base-label{margin-block:-.5rem}.detail-hero__breadcrumb{text-decoration:underline}@media screen and (max-width:64em){.detail-hero__breadcrumb{font-family:var(--font-family-primary);font-size:1rem;font-weight:400;line-height:1.6}}@media screen and (min-width:64.0625em){.detail-hero__breadcrumb{font-family:var(--font-family-primary);font-size:1.125rem;font-weight:400;line-height:1.6}}@media screen and (max-width:64em){.detail-hero__title{font-family:var(--font-family-secondary);font-size:2rem;font-weight:800;line-height:1}}@media screen and (min-width:64.0625em){.detail-hero__title{font-family:var(--font-family-secondary);font-size:4rem;font-weight:800;line-height:1}}@media screen and (max-width:64em){.detail-hero__description{font-family:var(--font-family-primary);font-size:1.125rem;font-weight:400;line-height:1.6}}@media screen and (min-width:64.0625em){.detail-hero__description{font-family:var(--font-family-primary);font-size:1.5rem;font-weight:400;line-height:1.6}}@media screen and (max-width:64em){.detail-hero__description p{font-family:var(--font-family-primary);font-size:1.125rem;font-weight:400;line-height:1.6}}@media screen and (min-width:64.0625em){.detail-hero__description p{font-family:var(--font-family-primary);font-size:1.5rem;font-weight:400;line-height:1.6}}.detail-hero__image{position:relative}.detail-hero__image img,.detail-hero__image img.base-image__image{box-shadow:var(--box-shadow-base);opacity:0;transform:translateY(12rem) rotate(-3deg);transition:opacity var(--transition-timing-fast),transform var(--transition-spring)}@media screen and (max-width:64em){.detail-hero__image img,.detail-hero__image img.base-image__image{border-radius:.5rem;max-height:22.75rem;max-width:100%}}@media screen and (min-width:64.0625em){.detail-hero__image img,.detail-hero__image img.base-image__image{border-radius:1rem;max-height:33.75rem;max-width:33.75rem}}.detail-hero__image img,.detail-hero__image.inview--viewing img.base-image__image{opacity:1;transform:translateY(0) rotate(3deg)}.detail-hero__image .base-image__caption{position:absolute;width:100%}.detail-hero__image-marker{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:var(--transition-page);transition-delay:var(--transition-timing-fast);z-index:-1}@media screen and (max-width:64em){.detail-hero__image-marker{width:22.75rem}}@media screen and (min-width:64.0625em){.detail-hero__image-marker{width:36rem}}
