:root {
  font-size: 16px;
}

@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: 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;
}

body {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Roboto', Arial, sans-serif;
  color: #231f20;
  font-weight: 400;
}

#wrapper {
  position: relative;
  max-width: 480px;
  margin: 16px auto;
  border: 2px solid #BD1875;
  overflow: hidden;
  background-color: #fff;
}

strong {
  font-weight: 700;
}

h1 {
  margin: -3px 0 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #0068B1;
}

h1 strong {
  font-size: 22px;
  line-height: 1.25;
  display: block;
}

h2 {
  margin: 12px 0 2px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

p:not(:last-of-type) {
  margin-bottom: 12px;
}

article {
  padding: 16px 18px;
}

article small {
  font-size: 90%;
}

article a {
  color: #231f20 !important;
}

footer {
  position: relative;
}

footer figure {
  position: absolute;
  bottom: 11px;
  right: 3px;
}

footer p {
  font-size: 14px;
  line-height: 1.5;
}

:is(footer strong, footer .link) {
  color: #0068B1 !important;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  margin: 0 0 16px;
  list-style: none;
}

ul li {
  padding-left: 24px;
  background: #fff url('../images/iconlist.jpg') no-repeat 0 5px;
}

:is(a:link, a:visited, a:hover, a:active) {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.info {
  position: absolute;
  bottom: 9px;
  right: 71px;
  z-index: 999;
}

@media all and (max-width:480px) {
  #wrapper {
    margin: 0;
    border: none;
  }

  article {
    padding: 16px;
  }

  :is(p, ul) {
    hyphens: auto;
    text-wrap: pretty;
  }

  br:not(footer br) {
    display: none;
  }

  footer figure {
    position: static;
    display: flex;
    justify-content: flex-end;
  }
}