<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
  margin: 0;
}
html {
  min-height: 100%;
}
body {
  color: #fff;
  font: 400 1em/1.3em Calibri, Arial, sans-serif;
}
#wrapper {
  position: relative;
  max-width: 702px;
  height: 493px;
  margin: 1rem auto;
  border: solid 1px #04539D;
  background: url('../images/bg.jpg') top left no-repeat, #fff;
  overflow: hidden;
}
p {
  padding-bottom: 0.8rem;
}
h1, h2, h3 {
  font-weight: 400;
}
h1 {
  margin: 0 0 1rem;
  font-size: 1.45em;
  line-height: 1.1em;
}
h1 span {
  font-size: 1rem;
}
h2 {
  font-size: 1.148em;
  line-height: 1.3em;
  margin: 4.7rem 0 1.5rem;
}
h3 {
  color: #04539D;
  position: absolute;
  bottom: 89px;
  right: 44px;
  font-size: 1.4em;
  line-height: 1.2;
}
:is(a:link,a:hover,a:visited,a:active){
  color: #04539D;
  text-decoration: none;
  white-space: nowrap;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
ul {
  padding: 0 0 1rem;
  list-style: none;
}
li {
  padding-left: 1.3rem;
}
ul li:before {
  content: "✔";
  font-size: 1em;
  float: left;
  margin-left: -1.3rem;
  color: #F8E625;
}
header &gt; img {
  display: none;
}
.logo {
  display: flex;
  justify-content: center;
  padding-right: 3.25rem;
}
article {
  padding: 5rem 6rem 0;
}
footer {
  display: flex;
  justify-content: space-between;
  padding: 0 4rem 0 6rem;
}
footer p {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
@media only screen and (max-width:701px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    height: auto;
    background: #04539D;
  }
  header &gt; img {
    display: block;
  }
  .hide_m {
    display: none;
  }
  .logo {
    padding: 1rem;
  }
  article {
    padding: 1rem 2rem 0;
  }
  h2 {
    margin: 0;
  }
  h3 {
    position: static;
    background: #F8E625;
    margin: 1rem auto 0;
    width: fit-content;
    text-align: center;
    padding: 0.5rem 1rem;
  }
  footer {
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
  footer p:last-of-type {
    background: #fff;
    width: 100%;
  }
  footer p {
    justify-content: center;
    padding: 1rem;
  }
  span {
    display: inline-block;
  }
}
@media only screen and (max-width:480px) {
  article {
    padding-inline: 1rem;
  }
}</pre></body></html>