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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: normal;
  font-family: 'EuclidCircularB-R', serif;
  color: rgba(0, 0, 0, 0.9);
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  background-color: #fdfdfd;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'EuclidCircularB-R', sans-serif;
  font-weight: 900;
  line-height: 1.25em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  letter-spacing: 0.01em;
}
h1 {
  font-size: 2.25rem;
}
@media screen and (min-width: 512px) {
  h1 {
    font-size: 2.5rem;
  }
}
time {
  font-family: 'EuclidCircularB-R', sans-serif;
  font-weight: lighter;
  font-size: 1rem;
}
a,
a:visited {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: underline;
  word-wrap: break-word;
  transition: 0.5s opacity;
}
a:hover {
  opacity: 0.65;
}
strong {
  font-weight: 600;
  font-size: 1.25rem;
}
p,
li {
  line-height: 1.5em;
}
p {
  margin-top: 1em;
  margin-bottom: 1em;
}
li {
  padding-left: 0.25rem;
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
  list-style-type: disc;
}
@media screen and (min-width: 512px) {
  li {
    padding-left: 1rem;
  }
}
hr {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
pre {
  overflow: auto;
  padding: 1rem;
  border: 1px solid #e3edf3;
  border-radius: 3px;
  white-space: pre;
  font-size: 1rem;
  background-color: #f7fafb;
  display: block;
  line-height: 1.2;
  box-sizing: border-box;
}
code {
  font-family: 'EuclidCircularB-R', monospace, sans-serif;
  box-sizing: border-box;
  margin: 0 0 1.75em 0;
  border: #e3edf3 1px solid;
  width: 100%;
  padding: 0.25rem;
  font-size: 1rem;
  white-space: pre;
  overflow: auto;
  background-color: #f7fafb;
  border-radius: 3px;
  line-height: 1.75em;
}
pre code {
  border: none;
  background: 0 0;
  color: rgba(0, 0, 0, 0.8);
  white-space: pre;
  font-size: 1rem;
  padding: 0;
  overflow: scroll;
  line-height: 1.2;
}
input {
  border: 1px solid #e3edf3;
  background-color: #f7fafb;
  border-radius: 3px;
  padding: 0 0.75rem;
  height: 2.5rem;
  font-size: 1rem;
  font-family: 'EuclidCircularB-R', sans-serif;
  line-height: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="submit"] {
  height: calc(2.5rem + 2px);
  text-align: center;
  border: 0;
}
.anchor {
  display: none;
}
.layout-home,
.layout-blog {
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 512px) {
  .layout-home,
  .layout-blog {
    padding: 0 2rem;
  }
}
.layout-home {
  max-width: 34rem;
}
.layout-blog {
  max-width: 42rem;
}
.signup {
  border-top: 1px solid #d8e0e4;
  padding: 3rem 0;
  text-align: center;
}
.signup__inner {
  max-width: 27rem;
  display: inline-block;
}
@media screen and (min-width: 512px) {
  .signup__inner {
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 512px) {
  .signup__image-container {
    float: left;
    margin-right: 3rem;
  }
}
.signup__image {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  width: 6rem;
}
.signup__text-container {
  text-align: center;
}
@media screen and (min-width: 512px) {
  .signup__text-container {
    float: left;
    text-align: left;
    width: calc(100% - 9rem);
  }
}
.signup__form {
  margin-top: 0.75rem;
  font-size: 0;
  display: inline-block;
  width: 100%;
}
.signup__email {
  border-right: 0;
  border-radius: 3px 0 0 3px;
  padding-right: 0;
  width: 58%;
  max-width: 14rem;
}
.signup__submit-container {
  background-color: #3e3e3e;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
}
.signup__submit {
  transition: opacity 0.3s;
  opacity: 1;
  width: 5.5rem;
  background-color: #3e3e3e;
  color: #fdfdfd;
}
.signup__submit--animating {
  opacity: 0;
}
@media screen and (min-width: 512px) {
  .signup__title:first-child {
    margin-top: 0;
  }
}
.split-code {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media screen and (min-width: 512px) {
  .split-code {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.split-code pre {
  height: 100%;
  margin: 0;
}
.split-code__left-subtitle,
.split-code__right-subtitle {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: 'EuclidCircularB-R', sans-serif;
}
.split-code__left-code {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 512px) {
  .split-code__left-code {
    order: 3;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 512px) {
  .split-code__left-subtitle {
    order: 1;
  }
}
@media screen and (min-width: 512px) {
  .split-code__right-subtitle {
    order: 2;
  }
}
@media screen and (min-width: 512px) {
  .split-code__right-code {
    order: 4;
  }
}
.split-code__column {
  display: block;
  width: 100%;
  margin-top: 0;
}
@media screen and (min-width: 512px) {
  .split-code__column {
    width: calc(50% - 0.5rem);
  }
}
.pagination {
  font-size: 1.125rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #d8e0e4;
}
.pagination__previous,
.pagination__next {
  width: 45%;
  text-decoration: none;
  display: block;
  padding: 3rem 0;
}
.pagination__previous {
  float: left;
}
.pagination__next {
  float: right;
  text-align: right;
}
.pagination__previous-label,
.pagination__next-label {
  font-family: 'EuclidCircularB-R', sans-serif;
  font-weight: lighter;
  color: rgba(0, 0, 0, 0.5);
}
.pagination__previous-title,
.pagination__next-title {
  display: none;
}
@media screen and (min-width: 512px) {
  .pagination__previous-title,
  .pagination__next-title {
    display: block;
    margin-right: 0;
    margin-left: auto;
    margin-top: 0.25rem;
  }
}
@media screen and (min-width: 512px) {
  .pagination__previous-title {
    margin-left: 0.6rem;
  }
}
@media screen and (min-width: 512px) {
  .pagination__next-title {
    margin-right: 0.6rem;
  }
}
.blog {
  margin-top: 5rem;
  margin-bottom: 10rem;
}
.blog p,
.blog pre,
.blog ul,
.blog ol {
  margin-top: 0;
  margin-bottom: 1rem;
}
.blog h1 {
  font-size: 2.25rem;
  word-break: break-word;
}
@media screen and (min-width: 512px) {
  .blog h1 {
    font-size: 3rem;
  }
}
.blog h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 512px) {
  .blog h2 {
    font-size: 2rem;
  }
}
.blog h3 {
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.blog p,
.blog li {
  font-size: 1.25rem;
}
.blog__header {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.blog__body {
  margin-bottom: 3.5rem;
}
.blog__title {
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.blog__date {
  color: rgba(0, 0, 0, 0.5);
}
.blog__image-block {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.blog__image {
  width: 100%;
  height: auto;
}
.home__title {
  font-size: 3rem;
}
.home__body {
  font-size: 1.5rem;
}
