@charset "utf-8";

@font-face {
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 300;
   src: url('../fonts/roboto-v30-latin-300.eot');
   src: local(''),
      url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'),
      url('../fonts/roboto-v30-latin-300.woff2') format('woff2'),
      url('../fonts/roboto-v30-latin-300.woff') format('woff'),
      url('../fonts/roboto-v30-latin-300.ttf') format('truetype'),
      url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg');
}

@font-face {
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 700;
   src: url('../fonts/roboto-v30-latin-700.eot');
   src: local(''),
      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');
}

:root {
   font-size: 16px;
}

* {
   box-sizing: border-box;
   margin: 0;
}

html {
   min-height: 100%;
}

body {
   color: #000;
   font: 300 0.975em/1.3em 'Roboto', Arial, sans-serif;
}

#wrapper {
   position: relative;
   max-width: 930px;
   margin: 1rem auto;
   border: solid 1px #000;
   background-color: #fff;
   overflow: hidden;
   padding: 0;
}

h1,
h2,
strong {
   font-weight: 700;
}

.ttu {
   text-transform: uppercase;
}

p {
   padding-bottom: 1rem;
   text-align: justify;
   hyphens: auto;
}

h1 {
   margin: 0 0 0.5rem;
   font-size: 1.74em;
   line-height: 1.1;
   color: #FFF;
   padding: 1rem;
   background: #0154A6;
   position: absolute;
   top: 15.5rem;
   right: 0;
}

h1 small {
   font-size: 0.7em;
}

h1 span {
   font-weight: 400;
   display: block;
   font-size: 0.8em;
   line-height: 1.3em;
}

h2 {
   font-size: 1.2em;
   line-height: 1.3;
   color: #0154A6;
}

:is(a:link, a:visited, a:hover, a:active) {
   color: #000;
   text-decoration: none;
}

img {
   max-width: 100%;
   height: auto;
}

ul {
   padding: 0 0 1rem;
   list-style: none;
}

ul li {
   padding: 0 0 0.3rem 1rem;
}

ul li:before {
   content: url('../images/icon.jpg');
   font-size: 1.3em;
   float: left;
   margin: 0 0 0 -1rem;
}

article {
   padding: 2rem 1.9rem 0;
   background: url('../images/bg-t.jpg') no-repeat top 2rem left;
}

.left,
.right {
   width: 43%;
   padding: 1.5rem 0 0 1rem;
   background: url('../images/bg.jpg') no-repeat top left;
}

.left {
   width: 55%;
}

.flex,
.qr,
footer {
   display: flex;
   justify-content: start;
   gap: 0 1rem;
}

footer {
   padding: 0 2rem 1rem;
}

.qr,
footer {
   gap: 0 0.5rem;
   align-items: center;
}

p a.color,
.qr p,
h1 {
   color: #FFF;
}

.qr p,
h1 {
   background: #0154A6;
}

.qr p {
   padding: 0.5rem 2rem 0.5rem 1rem;
   font-size: 1.1em;
   line-height: 1.3em;
}

footer p {
   padding-bottom: 0;
}

.ss img {
   margin-right: 0.4rem;
}

@media only screen and (max-width: 929px) {
   #wrapper {
      border: none;
      margin: 0 auto;
   }

   p :is(a, span) {
      display: inline-block;
   }

   header {
      display: flex;
      justify-content: center;
      align-items: center;
   }

   .qr,
   footer {
      flex-direction: column;
      align-items: center;
      gap: 1rem;
   }

   h1 {
      position: static;
      text-align: center;
      margin: 0 0 1rem;
   }

   article {
      background-image: none;
   }

   p {
      text-align: left;
   }
}

@media only screen and (max-width: 780px) {
   .flex {
      flex-direction: column;
   }

   .flex div {
      width: 100% !important;
   }

   footer p {
      text-align: center;
   }
}

@media only screen and (max-width: 480px) {
   article {
      padding: 1rem 0.5rem;
   }
}
