@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot');
  src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-italic.eot');
  src: url('../fonts/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-italic.woff2') format('woff2'), url('../fonts/roboto-v30-latin-italic.woff') format('woff'), url('../fonts/roboto-v30-latin-italic.ttf') format('truetype'), url('../fonts/roboto-v30-latin-italic.svg#Roboto') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot');
  src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  font-size: 16px;
}

body {
  color: #003864;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}

#wrapper {
  max-width: 762px;
  margin: 16px auto;
  border: 2px solid #231f20;
  padding: 10px 20px;
  background-color: #fff;
  position: relative;
}

header {
  padding-right: 24px;
  display: flex;
  justify-content: flex-end;
}

article>ins {
  display: block;
  margin-left: 10px;
}

.font {
  font-size: 14px;
  line-height: 1.4;
  text-align: justify;
  hyphens: auto;
  font-style: italic;
}

footer {
  padding: 0 16px;
}

footer p {
  text-align: center;
  margin: 0;
}

p {
  margin: 0 0 12px;
}

strong {
  font-weight: 700;
}

h1 {
  margin: 16px 0;
  padding-left: 20px;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
}

h1:before {
  content: '\2022';
  float: left;
  font-size: 34px;
  text-indent: -20px;
}

h1 span {
  font-size: 16px;
  line-height: 20px;
}

h2 {
  margin: 16px 0 12px;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
}

h3 {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
}

ul {
  margin: 0 0 10px;
  list-style: none;
}

ul li {
  padding-left: 10px;
}

li:before {
  content: '\2022';
  float: left;
  font-size: 22px;
  text-indent: -10px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

:is(a:link, a:visited, a:hover, a:active) {
  color: #003864;
  text-decoration: none;
}

@media all and (max-width: 762px) {
  #wrapper {
    padding: 16px;
    margin: 0;
    border: none;
  }

  header {
    padding-right: 0;
  }

  footer {
    padding: 0;
  }

  :is(p, ul) {
    hyphens: auto;
    text-wrap: pretty;
  }

  .font {
    text-align: left;
  }

  :is(a, span) {
    white-space: nowrap;
  }

  br:not(.font br) {
    display: none;
  }
}

@media all and (max-width: 480px) {
  header {
    justify-content: center;
  }
}