:root{--main-color:#1766b1;--secondary-color:#0d47a1;--text-dark:#222;--text-light:#555;--background-light:#fff;--background-grey:#f7f7f7;--border-color:#eee}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text-dark);background-color:var(--background-light);line-height:1.6}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:.5em}figure.attachment img{max-width:100%;height:auto;display:block}figcaption.attachment__caption{display:none}.desktop-header{display:block}.mobile-header{display:none}@media (max-width:991px){.desktop-header{display:none}.mobile-header{display:block}}.errorMessage{color:#d32f2f;background:#fff4f4;border:1px solid #ffcdd2;padding:1em 1.5em;border-radius:6px;margin:1.2em 0 1.3em;text-align:center;font-size:1.08rem;font-weight:500}