@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 {
  background: white; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  background: white; }

header .container {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5); }
  header .container a {
    margin: auto; }
    header .container a img {
      height: 30px;
      width: auto; }
      @media (max-width: 1024px) {
        header .container a img {
          max-width: 320px; } }

main {
  width: 100%;
  margin: 44px auto; }
  main #piano {
    margin: 44px 0;
    padding: 0 30px; }
  main .payload {
    padding: 0 30px; }
    main .payload .figure {
      width: 100%;
      display: block; }
    main .payload img {
      margin-bottom: 20px;
      max-width: 932px; }
      @media (max-width: 1024px) {
        main .payload img {
          width: 100%; } }
    main .payload a {
      color: #005ac7;
      text-decoration: none; }
      main .payload a:hover {
        text-decoration: underline; }

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

footer * {
  color: #202020; }
footer .info {
  border-top: 1px solid rgba(216, 216, 216, 0.5);
  padding: 44px 30px; }
  footer .info i {
    color: #005ac7;
    font-size: 14px; }
  footer .info .text {
    font-family: 'Inter', sans-serif;
    color: #202020;
    font-size: 11px;
    line-height: 17px; }
footer .small {
  color: #202020;
  font-size: 10px;
  line-height: 17px;
  border-top: 1px solid rgba(216, 216, 216, 0.5);
  padding: 44px 30px; }
  footer .small a:link, footer .small a:visited {
    color: #202020;
    font-weight: 600;
    text-decoration: underline !important; }
  footer .small a:active, footer .small a:hover {
    color: #005ac7;
    text-decoration: underline !important; }
footer .colophon {
  border-top: 2px solid rgba(216, 216, 216, 0.5);
  color: #202020;
  font-size: 13px;
  line-height: 27px;
  padding: 44px 0 44px 20px; }

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