@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=STIX+Two+Text:wght@400;600;700&family=Open+Sans:wght@300;400;700;800&display=swap");
* {
  box-sizing: border-box; }

html {
  height: 100%;
  background-color: #fff; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Inter', sans-serif; }

main {
  width: 100%;
  margin: 0 auto; }

.container {
  width: 100%;
  max-width: 992px;
  margin: 0 auto;
  display: flex; }
  @media (max-width: 1024px) {
    .container {
      max-width: unset; } }
  main > .container {
    flex-direction: column; }

.lineWrapper {
  height: 100px;
  display: flex;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5); }
  .lineWrapper span {
    margin: auto; }
    .lineWrapper span img {
      height: 30px;
      width: auto; }

.thePage {
  min-height: 300px;
  padding-bottom: 50px; }

footer a:link, footer a:visited {
  color: #000;
  font-weight: 600;
  text-decoration: underline !important; }
footer a:active, footer a:hover {
  color: #000;
  text-decoration: underline !important; }
footer .small {
  font-size: 10px;
  line-height: 17px;
  border-top: 1px solid rgba(216, 216, 216, 0.5);
  padding: 44px 30px; }
footer .colophon {
  border-top: 2px solid rgba(216, 216, 216, 0.5);
  font-size: 13px;
  line-height: 27px;
  padding: 44px 0 44px 20px; }

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