.s-prod-nrt-callout{background-color:var(--surface-global-subtle);border-radius:.5rem;display:grid;gap:.5rem;padding:.75rem}.s-prod-nrt-callout__header{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:flex-start}.s-prod-nrt-callout__image{height:6rem;width:6rem}.s-prod-nrt-callout__header-text{display:grid;gap:.25rem}.s-prod-nrt-callout__eyebrow{font-size:var(--font-body-sm);font-weight:700;letter-spacing:.04063rem;line-height:1.2;text-transform:uppercase}.s-prod-nrt-callout__title{font-family:var(--font-typeface-display);font-size:var(--font-display-md);font-weight:700;line-height:1.1}.s-prod-nrt-callout__description{font-size:var(--font-body-sm)}.s-prod-nrt-modal{display:none;inset:0;margin:auto;max-height:95dvh;max-width:67.5rem;opacity:0;position:fixed;transition:opacity .25s ease-in-out;width:95%;z-index:-10}.s-prod-nrt-modal.is-active{align-items:center;display:flex;flex-direction:column;justify-content:center;pointer-events:none;z-index:10}.s-prod-nrt-modal.is-visible{opacity:1}.s-prod-nrt-modal>*{-ms-overflow-style:none;background-color:var(--surface-global-primary);overflow-y:auto;pointer-events:auto;position:relative;scrollbar-width:none;width:100%}.s-prod-nrt-modal>::-webkit-scrollbar{background:transparent;display:none;height:0;width:0}.s-prod-nrt-modal>::-moz-scrollbar{display:none}.s-prod-nrt-modal__content{display:block;min-height:100dvh}.s-prod-nrt-modal__content:not(:has(:first-child)){position:relative}.s-prod-nrt-modal__content:not(:has(:first-child)):before{background:var(--surface-global-subtle);content:"";display:block;height:100%;left:50%;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:40}.s-prod-nrt-modal__content:not(:has(:first-child)):after{animation:spinner .6s linear infinite;border:2px solid var(--text-global-secondary);border-radius:50%;border-top-color:var(--text-global-primary);box-sizing:border-box;content:"";display:block;height:1.875rem;left:calc(50% - .9375rem);position:absolute;top:calc(50% - .9375rem);transform-box:fill-box;transform-origin:center;width:1.875rem;z-index:50}.s-prod-nrt-modal__close{background-color:var(--surface-global-primary);border-radius:.25rem;float:right;margin-bottom:-2rem;margin-right:.5rem;position:sticky;top:.5rem;z-index:3}@media only screen and (min-width:48em){.s-prod-nrt-modal__content{min-height:95dvh;padding:2.5rem calc(var(--section-md) - var(--container-horizontal-padding)) var(--section-md)}.s-prod-nrt-modal__close{right:calc(var(--section-md) - var(--container-horizontal-padding));top:calc(var(--section-md) - var(--container-horizontal-padding))}}@media only screen and (min-width:64em){.s-prod-nrt-callout{padding:1rem}.s-prod-nrt-callout__title{font-size:var(--font-display-md)}}@media only screen and (max-width:calc(48em - 1px)){.s-prod-nrt-modal{max-height:100dvh;width:100%}}