/* One responsive H1 treatment for every site page, including assessment screens. */
:root{--site-h1-size:clamp(56px,calc(40px + 4vw),96px);--site-h2-size:clamp(40px,calc(28px + 3vw),64px)}
html body h1{margin:18px 0 24px!important;color:inherit;font-family:"Bebas Neue",Impact,sans-serif!important;font-size:var(--site-h1-size)!important;font-style:normal!important;font-weight:400!important;line-height:.98!important;letter-spacing:.005em!important;text-transform:uppercase!important}
html body h2{font-size:var(--site-h2-size)!important;line-height:1.06!important}
html body :is(h1,h2)>span:not(.icon-box){font-size:inherit!important;line-height:inherit!important}
html body h1 :is(span,em,strong,a):not(.icon-box){font-family:"Bebas Neue",Impact,sans-serif!important;font-size:var(--site-h1-size)!important;font-style:normal!important;font-weight:400!important;line-height:.98!important;letter-spacing:.005em!important;text-transform:uppercase!important}
html body h1>:is(span,em):not(.icon-box){color:#0eafb3!important;-webkit-text-fill-color:#0eafb3!important;-webkit-text-stroke:0!important}
