html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* Vars */
div {
  display: block;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body {
  color: #101010;
  background: #fff;
  margin: 0;
  padding: 0;
  font: 1.5rem/1.4 "Open Sans", Arial, Helvetica, Tahoma;
  text-align: left;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.center {
  max-width: 54rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .center {
    padding: 0 2rem;
  }
}

a {
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  color: #002850;
  text-decoration: none;
  cursor: pointer;
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

.desc {
  text-align: center;
}
.desc p {
  line-height: 1.7;
}
.desc h2 {
  font-size: 1.6rem;
  font-weight: bold;
}

header {
  text-align: center;
  padding: 7rem 0;
}
header .logo {
  width: 256px;
  height: 59px;
}
@media (max-width: 767px) {
  header .logo {
    width: 180px;
    height: auto;
  }
}
header .center {
  padding-top: 7rem;
}
header .center a {
  font-weight: bold;
}

footer .top {
  background: #002850;
  padding: 10rem 2rem;
}
@media (max-width: 767px) {
  footer .top {
    padding: 5rem 2rem;
  }
}
footer .top .desc p, footer .top .desc a, footer .top .desc h2 {
  color: #fff;
}
footer .copyright {
  padding: 7rem 2rem;
}
@media (max-width: 767px) {
  footer .copyright {
    padding: 4rem 2rem;
  }
}
footer .copyright .center {
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
