@charset "UTF-8";
h1,h2,h3,h4,h5,h6{font-family:var(--theme-headings-font);line-height:var(--theme-headings-height);font-weight:normal;}h1 em,h2 em,h3 em,h4 em,h5 em,h6 em{color:var(--base-color-accent);color:var(--base-color-text);font-style:normal;border-bottom:2px solid var(--base-color-accent);}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;-webkit-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out;}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{text-decoration:none;}h1 a:focus,h2 a:focus,h3 a:focus,h4 a:focus,h5 a:focus,h6 a:focus{text-decoration:underline;}@media (max-width: 599px){h1 br,h2 br,h3 br,h4 br,h5 br,h6 br{display:none;}}h1{margin-top:var(--theme-offset-large);}h2{margin-top:var(--theme-offset-large);font-size:calc(var(--base-font-size-large) - 3px);}h3{font-size:calc(var(--base-font-size) + 5px);margin:2rem auto 1rem;}h1 + h3{margin:-1rem auto 2rem;}h2 + h3{margin:-.5rem auto var(--base-space);}h2 + h3 + .wp-block-columns{margin-top:calc(2 * var(--base-offset));}h1 + p:has(mark),h2 + p:has(mark){margin:-1rem auto 2rem;font-size:calc(var(--base-font-size) + 5px);}h1 + p:has(mark) mark.has-inline-color.has-accent-color,h2 + p:has(mark) mark.has-inline-color.has-accent-color{color:var(--base-color-text) !important;border-bottom:2px solid var(--base-color-accent);background:none;}h2 + p:has(mark){font-size:calc(var(--base-font-size) + 5px);}