@charset "utf-8";
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/barlow-condensed-v12-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../fonts/barlow-condensed-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/barlow-condensed-v12-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/barlow-condensed-v12-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/barlow-condensed-v12-latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/barlow-condensed-v12-latin-500.svg#BarlowCondensed') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/barlow-condensed-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/barlow-condensed-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/barlow-condensed-v12-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/barlow-condensed-v12-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/barlow-condensed-v12-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/barlow-condensed-v12-latin-600.svg#BarlowCondensed') format('svg'); /* Legacy iOS */
}
:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
  margin: 0;
}
html {
  min-height: 100%;
}
body {
  color: #000;
  font: 500 1em/1.3em 'Barlow Condensed', Arial, sans-serif;
}
#wrapper {
  position: relative;
  max-width: 695px;
  margin: 1rem auto;
  border: solid 2px #3D7081;
  background-color: #fff;
  overflow: hidden;
}
.big, .center, h1, h2, h3 {
  font-weight: 600;
}
p {
  padding-bottom: 0.4rem;
}
h1 {
  margin: -1.5rem 0 0.5rem;
  font-size: 3.667em;
  line-height: 1.1em;
  color: #3D7081;
  text-align: center;
}
article h1 + p {
  padding-bottom: 2rem;
}
h1 span {
  color: #6C6D70;
  font-size: 0.682em;
}
h2 {
  font-size: 2.33em;
  text-align: center;
  color: #3D7081;
  line-height: 1.3em;
  margin-bottom: 1.5rem;
}
h3 {
  font-size: 1.67em;
  line-height: 1.2;
  color: #3D7081;
  margin-bottom: 0.5rem;
}
:is(a:link,a:hover,a:visited,a:active){
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
img {
  max-width: 100%;
  height: auto;
}
header {
  padding: 0.6rem 1.5rem 0.6rem;
  background: url('../images/bg.jpg') top right no-repeat, #3D7081;
  background-size: auto 100%;
}
.big {
  font-size: 1.667em;
}
header p {
  color: #fff;
}
article {
  padding: 0.75rem 1.5rem 0;
}
article p {
  color: #6C6D70;
  font-size: 1.42em;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.center {
  text-align: center;
  font-size: 1.833em;
  line-height: 1.2;
}
footer {
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
}
@media only screen and (max-width:694px) {
  #wrapper {
    border: none;
    margin: 0 auto;
  }
  header {
    background-image: none;
  }
  .hide_m {
    display: none;
  }
  article span {
    display: inline-block;
  }
  footer {
    position: static;
    display: flex;
    justify-content: center;
    padding: 0 1rem 1rem;
  }
}
@media only screen and (max-width:480px) {
  header, article {
    padding-inline: 1rem;
  }
  h1 {
    font-size: 3.2em;
  }
}