@charset "utf-8";

/* source-sans-3-regular - latin */
@font-face {
   font-display: swap;
   /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
   font-family: 'Source Sans 3';
   font-style: normal;
   font-weight: 400;
   src: url('../fonts/source-sans-3-v15-latin-regular.eot');
   /* IE9 Compat Modes */
   src: url('../fonts/source-sans-3-v15-latin-regular.eot?#iefix') format('embedded-opentype'),
      /* IE6-IE8 */
      url('../fonts/source-sans-3-v15-latin-regular.woff2') format('woff2'),
      /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      url('../fonts/source-sans-3-v15-latin-regular.woff') format('woff'),
      /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
      url('../fonts/source-sans-3-v15-latin-regular.ttf') format('truetype'),
      /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
      url('../fonts/source-sans-3-v15-latin-regular.svg#SourceSans3') format('svg');
   /* Legacy iOS */
}

/* source-sans-3-700 - latin */
@font-face {
   font-display: swap;
   /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
   font-family: 'Source Sans 3';
   font-style: normal;
   font-weight: 700;
   src: url('../fonts/source-sans-3-v15-latin-700.eot');
   /* IE9 Compat Modes */
   src: url('../fonts/source-sans-3-v15-latin-700.eot?#iefix') format('embedded-opentype'),
      /* IE6-IE8 */
      url('../fonts/source-sans-3-v15-latin-700.woff2') format('woff2'),
      /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      url('../fonts/source-sans-3-v15-latin-700.woff') format('woff'),
      /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
      url('../fonts/source-sans-3-v15-latin-700.ttf') format('truetype'),
      /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
      url('../fonts/source-sans-3-v15-latin-700.svg#SourceSans3') format('svg');
   /* Legacy iOS */
}

:root {
   font-size: 16px;
}

* {
   box-sizing: border-box;
   margin: 0;
}

html {
   min-height: 100%;
}

body {
   color: #fff;
   font: 400 1.063em/1.3em Segoe, "Segoe UI", sans-serif;
}

#wrapper {
   position: relative;
   max-width: 930px;
   margin: 1rem auto;
   border: 1px solid #000;
   background: #004C92 url('../images/bg.jpg') no-repeat top;
   overflow: hidden;
   padding: 0 3.5rem;
}

:is(h3, strong) {
   font-weight: 700;
}

:is(a:link, a:visited, a:hover, a:active) {
   color: inherit;
   text-decoration: none;
}

p {
   padding-bottom: 0.8rem;
}

h1 {
   margin: 0 0 -1rem;
   font-size: 1.85em;
   line-height: 1.1;

}

h1 span {
   font-size: 3rem;

}

h1 small {
   font-weight: 400;
   font-size: 1em;
}

h2 {
   font-size: 1.7em;
   line-height: 1.2;
   margin-bottom: 0.5rem;
}

h3 {
   font-size: 2.5em;
   line-height: 1.1;
   font-weight: 700;
   padding-bottom: 0.7rem;

}

h3 span {
   display: block;
   padding-left: 7rem;
}

h4 {
   font-size: 1.188em;
   line-height: 1.3;
}

h1,
h3,
.hl {
   font-family: 'Source Sans 3', Arial, sans-serif;
}

ul {
   padding: 0 0 1rem;
   list-style: none;
   line-height: 1.5;
}

li {
   padding: 0 0 0 3rem;
   position: relative;
}

li:before {
   content: "\2022";
   font-size: 1.3rem;
   position: absolute;
   left: 1.5rem;
   top: 0;
}

img {
   max-width: 100%;
   height: auto;
   vertical-align: middle;
}

.hl {
   font-weight: 500;
   font-size: 1.55em;
   line-height: 1.1;
   letter-spacing: 2px;
}

.bg {
   background: #9AB634;
   border-radius: 10px 0 0 10px;
   padding: 0.35rem 1.7rem 0 1.7rem;
   display: flex;
   justify-content: space-between;
   align-items: flex-end;
   gap: 0 4rem;
   margin: 0 -0.5rem 0 0;
}

.bg-color {
   color: #000;
   margin: 5rem 1rem 10rem;
   width: 490px;
   position: relative;
}



.mail {
   padding-top: 0.4rem;
}

header {
   margin: 0 -3rem 1rem 0;
   display: flex;
   justify-content: space-between;
   align-items: flex-end;
}

.qrcode {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   position: absolute;
   right: 3rem;
   bottom: 9rem;
}

.qrcode p:nth-of-type(2) {
   color: #000;
}
.blue {
   color: #324FA1;
}
footer {
   padding-left: 2rem;
}

footer figure {
   display: none;
}

@media only screen and (max-width:929px) {
   #wrapper {
      border: none;
      margin: 0 auto;
      background: linear-gradient(0deg, #6EA4CA, #004C92);
      padding: 0 2rem;
   }

   :is(p, li) {
      text-align: left;
      hyphens: auto;
   }

   p a,
   span {
      display: inline-block;
   }

   h1 {
      width: auto;
      font-size: 2em;
      margin: 0 0 2rem;
   }

   h1 span {
      display: inline-block;
   }

   h3 {
      font-size: 2.1em;
   }

   header {
      justify-content: center;
      flex-direction: column;
      align-items: center;
      gap: 1rem;
      margin-right: 0;
   }

   .hl {
      font-size: 1.5em;
   }

   .bg {
      padding: 0.5rem;
      gap: 0.5rem 2rem;
      width: auto;
      justify-content: space-around;
      flex-wrap: wrap;
      align-items: center;
   }

   .bg-color {
      background: #fff;
      width: auto;
      padding: 1rem 1rem 0;
      margin: 1rem 0;
   }

.qrcode{
    position: static;
}

   footer figure {
      display: block;
      margin: 0 -2rem;
   }
   br{
    display: none;
   }
}

@media only screen and (max-width:580px) {
   #wrapper {
      padding: 0 1rem;
   }

   h1 {
      font-size: 1.8em;
   }

   h2 {
      font-size: 1.313em;
   }

   h3 {
      font-size: 1.5em;
   }
   h3 span{
    padding: 0;
   }

   article figure {
      position: static;
      justify-content: center;
      align-items: center;
      padding-bottom: 1rem;
   }

   .hide_m {
      display: none;
   }
}
