.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@font-face {
  font-family: Angus;
  src: url('//storage.googleapis.com/community-edits.appspot.com/fonts/Angus-Light.eot');
  /* IE9 Compat Modes */
  src: url('//storage.googleapis.com/community-edits.appspot.com/fonts/Angus-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//storage.googleapis.com/community-edits.appspot.com/fonts/Angus-Light.woff2') format('woff2'), /* Super Modern Browsers */ url('//storage.googleapis.com/community-edits.appspot.com/fonts/Angus-Light.woff') format('woff'), /* Pretty Modern Browsers */ url('//storage.googleapis.com/community-edits.appspot.com/fonts/Angus-Light.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-display: swap;
}
@font-face {
  font-family: Angus;
  font-style: italic;
  src: url('//storage.googleapis.com/community-edits.appspot.com/fonts/Angus-LightItalic.eot');
  /* IE9 Compat Modes */
  src: url('//storage.googleapis.com/community-edits.appspot.com/fonts/Angus-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//storage.googleapis.com/community-edits.appspot.com/fonts/Angus-LightItalic.woff2') format('woff2'), /* Super Modern Browsers */ url('//storage.googleapis.com/community-edits.appspot.com/fonts/Angus-LightItalic.woff') format('woff'), /* Pretty Modern Browsers */ url('//storage.googleapis.com/community-edits.appspot.com/fonts/Angus-LightItalic.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Angus", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 125%;
}
body .navigation {
  position: relative;
  display: flex;
  border-bottom: 1px solid hsla(220, 14%, 71%, 0.15);
  transition: border-color 0.35s ease-in-out;
}
body .navigation h1 {
  font-size: 36px;
  line-height: 90px;
  padding: 0 24px;
  border-right: 1px solid hsla(220, 14%, 71%, 0.15);
  transition: border-color 0.35s ease-in-out;
  font-weight: 300;
}
body .navigation a {
  text-decoration: none;
}
body .navigation .secondary {
  text-align: right;
  margin-left: auto;
  padding-right: 24px;
  padding-top: 19.8px;
}
body .navigation .secondary > * + * {
  margin-left: 24px;
}
body .navigation .button {
  font-size: 19.2px;
  padding: 9.6px 24px;
  border-radius: 30px;
}
body .navigation .button.icon {
  width: 53.2px;
  height: 53.2px;
  line-height: 53.2px;
  padding: 0;
}
body .navigation .button.icon svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 14.6px;
}
body .content {
  min-height: calc(100vh - 90px);
}
body .content .fold {
  position: relative;
  height: calc(100vh - 90px);
}
body .content .fold .pitch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1400px;
  padding: 0 60px;
  box-sizing: border-box;
  font-size: 6vw;
  line-height: 115%;
}
body .footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  align-items: flex-start;
  font-size: 14.4px;
  margin-top: 30px;
  padding: 30px;
  border-top: 1px solid hsla(220, 14%, 71%, 0.15);
}
body .footer ul {
  padding-left: 24px;
}
body .footer ul + ul {
  margin-left: 60px;
}
body .footer ul li {
  position: relative;
}
body .footer ul li:first-child:before {
  position: absolute;
  display: block;
  top: 50%;
  bottom: 0;
  left: -9.6px;
  border-left: 1px solid hsla(220, 14%, 71%, 0.15);
  content: "";
  transition: border-color 0.35s ease-in-out;
}
body .footer ul li:not(:first-child) {
  list-style: none;
}
body .footer ul li:not(:first-child):before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: -9.6px;
  border-left: 1px solid hsla(220, 14%, 71%, 0.15);
  content: "";
  transition: border-color 0.35s ease-in-out;
}
body .app {
  position: relative;
  color: hsl(220, 14%, 71%);
  background: hsl(220, 13%, 18%);
  transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}
body .app a {
  color: hsl(220, 14%, 71%);
  transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
}
body .app a:hover {
  color: hsl(355, 65%, 65%);
  border-color: hsl(355, 65%, 65%);
}
body .app h1,
body .app h2,
body .app h3,
body .app h4,
body .app h5,
body .app h6 {
  font-weight: 300;
}
body .app.light {
  color: hsl(230, 8%, 24%);
  background: hsl(230, 1%, 98%);
}
body .app.light .navigation {
  border-color: hsla(230, 8%, 24%, 0.2);
}
body .app.light .navigation h1 {
  border-color: hsla(230, 8%, 24%, 0.2);
}
body .app.light .footer {
  border-color: hsla(230, 8%, 24%, 0.2);
}
body .app.light .footer ul li:before {
  border-color: hsla(230, 8%, 24%, 0.2);
}
body .app.light a {
  color: hsl(230, 8%, 24%);
}
body .app.light a:hover {
  color: hsl(5, 74%, 59%);
  border-color: hsl(5, 74%, 59%);
}
body .app.light .button {
  color: hsl(230, 8%, 24%);
  border-color: hsl(230, 8%, 24%);
}
body .app.light .button:hover {
  border-color: hsl(5, 74%, 59%);
}
body .app.light .button.fill {
  color: hsl(230, 1%, 98%);
  fill: hsl(230, 1%, 98%);
  background: hsl(230, 8%, 24%);
}
body .app.light .button.fill:hover {
  background: hsl(5, 74%, 59%);
}
.button {
  display: inline-block;
  color: hsl(220, 14%, 71%);
  border: 2px solid hsl(220, 14%, 71%);
  text-align: center;
  user-select: none;
  cursor: pointer;
  transition: color 0.35s ease-in-out, fill 0.35s ease-in-out, border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}
.button:hover {
  color: hsl(355, 65%, 65%);
  border-color: hsl(355, 65%, 65%);
}
.button.fill {
  border: none;
  color: hsl(220, 13%, 18%);
  fill: hsl(220, 13%, 18%);
  background: hsl(220, 14%, 71%);
}
.button.fill:hover {
  background: hsl(355, 65%, 65%);
}
.button.icon {
  padding: 0;
}
@media screen and (max-width: 1000px) {
  body .content .fold .pitch {
    line-height: 125%;
  }
  body .footer {
    padding: 30px 15px;
  }
  body .footer ul {
    font-size: 12px;
    line-height: 150%;
    padding-left: 18px;
  }
  body .footer ul + ul {
    margin-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  body .navigation h1 {
    font-size: 24px;
    line-height: 90px;
  }
  body .content .fold .pitch {
    line-height: 125%;
    padding: 0 30px;
  }
  body .footer {
    padding: 30px 15px;
  }
  body .footer ul {
    width: 100%;
    margin: 15px;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 300px) {
  body .navigation h1 {
    font-size: 18px;
  }
  body .navigation .button.icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
  }
  body .navigation .button.icon svg {
    width: 18px;
    height: 18px;
  }
}
/*# sourceMappingURL=main.css.map */