.highlight{--highlight-bg: var(--off-black);--highlight-text: var(--off-white);--highlight-accent: var(--orange);--highlight-side-text: rgba(254, 236, 222, 0.6);--highlight-stripe-height: 2rem;--highlight-stripe-size: 1.6rem}@media only screen and (min-width: 911px){.highlight{--highlight-stripe-height: 5rem;--highlight-stripe-size: 4rem}}@media(min-width: 600px){.editor-styles-wrapper .highlight{--highlight-stripe-height: 5rem;--highlight-stripe-size: 4rem}}.highlight__card{position:relative;overflow:hidden;border-radius:.8rem;background-color:var(--highlight-bg);color:var(--highlight-text);padding-top:3.2rem;padding-right:2.4rem;padding-bottom:calc(var(--highlight-stripe-height) + 3.2rem);padding-left:2.4rem}@media only screen and (min-width: 911px){.highlight__card{padding-top:15rem;padding-right:0;padding-bottom:calc(var(--highlight-stripe-height) + 15rem);padding-left:0}}@media(min-width: 600px){.editor-styles-wrapper .highlight__card{padding-top:15rem;padding-right:0;padding-bottom:calc(var(--highlight-stripe-height) + 15rem);padding-left:0}}.highlight__card--no-stripes{padding-bottom:3.2rem}@media only screen and (min-width: 911px){.highlight__card--no-stripes{padding-bottom:15rem}}@media(min-width: 600px){.editor-styles-wrapper .highlight__card--no-stripes{padding-bottom:15rem}}.highlight__grid{display:flex;flex-direction:column;row-gap:4rem}@media only screen and (min-width: 911px){.highlight__grid{row-gap:6.4rem;display:grid;grid-template-columns:repeat(12, minmax(0, 1fr));column-gap:2rem;row-gap:0;align-items:start}}@media(min-width: 600px){.editor-styles-wrapper .highlight__grid{row-gap:6.4rem;display:grid;grid-template-columns:repeat(12, minmax(0, 1fr));column-gap:2rem;row-gap:0;align-items:start}}.highlight__main{display:flex;flex-direction:column;row-gap:2.4rem;align-items:stretch}@media only screen and (min-width: 911px){.highlight__main{align-items:flex-start;row-gap:3.2rem;grid-column:2/span 10}}@media(min-width: 600px){.editor-styles-wrapper .highlight__main{align-items:flex-start;row-gap:3.2rem;grid-column:2/span 10}}@media only screen and (min-width: 911px){.highlight__grid--with-side .highlight__main{grid-column:2/span 7;padding-right:5rem}}@media(min-width: 600px){.editor-styles-wrapper .highlight__grid--with-side .highlight__main{grid-column:2/span 7;padding-right:5rem}}.highlight__eyebrow{color:var(--highlight-accent)}.highlight__button-wrap{margin-top:.8rem;width:100%}@media only screen and (min-width: 911px){.highlight__button-wrap{margin-top:1.6rem;width:auto}}@media(min-width: 600px){.editor-styles-wrapper .highlight__button-wrap{margin-top:1.6rem;width:auto}}.highlight__button{display:inline-block;width:100%}@media only screen and (min-width: 911px){.highlight__button{width:auto}}@media(min-width: 600px){.editor-styles-wrapper .highlight__button{width:auto}}.highlight__side{list-style:none;display:grid;column-gap:2.4rem;row-gap:3.2rem}.highlight__side--single{grid-template-columns:minmax(0, 1fr)}.highlight__side--multi{grid-template-columns:repeat(2, minmax(0, 1fr))}@media only screen and (min-width: 911px){.highlight__side{display:flex;flex-direction:column;row-gap:4rem}.highlight__grid--with-side .highlight__side{grid-column:9/span 3}}@media(min-width: 600px){.editor-styles-wrapper .highlight__side{display:flex;flex-direction:column;row-gap:4rem}.highlight__grid--with-side .editor-styles-wrapper .highlight__side{grid-column:9/span 3}}.highlight__side-item{position:relative;display:flex;flex-direction:column;row-gap:1.6rem;padding-top:1.6rem;color:var(--highlight-side-text)}.highlight__side-item::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background-color:var(--highlight-side-text);opacity:.6}@media only screen and (min-width: 911px){.highlight__side-item{padding-top:2rem;row-gap:1.6rem}}@media(min-width: 600px){.editor-styles-wrapper .highlight__side-item{padding-top:2rem;row-gap:1.6rem}}.highlight__side-heading{margin-top:0;margin-right:0;margin-bottom:0;margin-left:0}.highlight__side-heading-suffix{font-size:.5em;font-weight:inherit;line-height:1;margin-left:.05em}.highlight__side-body{display:flex;flex-direction:column;row-gap:.4rem}.highlight__side-subheading,.highlight__side-text{margin-top:0;margin-right:0;margin-bottom:0;margin-left:0}.highlight__stripes{position:absolute;left:0;right:0;bottom:0;height:var(--highlight-stripe-height);pointer-events:none;background-image:repeating-linear-gradient(135deg, var(--highlight-accent) 0, var(--highlight-accent) var(--highlight-stripe-size), transparent var(--highlight-stripe-size), transparent calc(var(--highlight-stripe-size) * 2))}
