@charset "utf-8";

:root {
   font-size: 16px;
}

* {
   box-sizing: border-box;
   margin: 0;
}

html {
   min-height: 100%;
}

body {
   font: 1.125em/1.3em Calibri, Arial, sans-serif;
   color: #000;
}

#wrapper {
   position: relative;
   margin: 1rem auto;
   overflow: hidden;
   max-width: 600px;
   border: solid 1px #000;
   background: #fff;
}

p {
   padding-bottom: 0.75rem;
}

h1 {
   margin: 0;
   font-size: 1.563em;
   line-height: 1.1em;
   color: #EE1C22;
}

figure {
   display: flex;
   justify-content: end;
   margin: 1.5rem 1.5rem -15px 0;
   z-index: 9999;
   position: relative;
}

article {
   padding: 0 2.5rem 2rem;
}

footer {
   display: flex;
   justify-content: space-between;
   align-items: end;
   flex-wrap: wrap;
   padding: 0 2.5rem 2rem;
}

.qr {
   padding-bottom: 1rem;
}

.arrow {
   padding-right: 1rem;
}

:is(a:link, a:visited, a:hover, a:active) {
   color: #EE1C22;
   text-decoration: none;
   white-space: nowrap;
}

img {
   max-width: 100%;
   height: auto;
}

@media only screen and (max-width: 599px) {
   #wrapper {
      border: none;
      margin: 0 auto;
   }

   br {
      display: none;
   }

   article,
   footer {
      padding: 1rem;
   }



}
