/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html, body {
  font: 1rem/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background-color: #f2f5f7;
  color: #303336;
  text-align: center;
}

a {
  color: #5a6ddf;
  text-decoration: none;
}

.container {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 1rem;
  width: 100%;
  max-width: 720px;
}
.container blockquote {
  box-sizing: border-box;
  position: relative;
  text-align: left;
  border-left: 5px solid #303336;
  margin: 3rem 0;
  padding-left: 1rem;
  font-size: 1.4rem;
}

.header {
  box-sizing: border-box;
  position: relative;
  text-align: left;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cdd5e0;
}

.nav {
  box-sizing: border-box;
  position: absolute;
  top: 2.3rem;
  right: 1rem;
  text-align: right;
}

.tagline {
  box-sizing: border-box;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.tagline h1 {
  padding: 0;
  margin: 0;
}
.tagline p {
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
}

.new {
  box-sizing: border-box;
  position: absolute;
  background-color: #eaedef;
  top: 2rem;
  left: 0;
  padding: 0 0.5rem;
  border-radius: 0.75rem;
  color: #8d94a0;
}
.new img {
  box-sizing: border-box;
  position: relative;
  height: 1rem;
  padding: 0;
  margin: 0 0.2rem 0 0;
  top: 2px;
}

.new:hover {
  color: #000000;
}

.download {
  box-sizing: border-box;
  position: relative;
  margin: 0 0 12rem 0;
}

.main-screenshots {
  box-sizing: border-box;
  position: relative;
}

.main-screenshot {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}

.iphone-main-screenshot {
  box-sizing: border-box;
  position: relative;
  width: 320px;
  max-width: 100%;
}

.overlay {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
}

.explain {
  box-sizing: border-box;
  position: relative;
  font-size: 1.1rem;
  text-align: left;
  margin-bottom: 4rem;
}

.steps {
  box-sizing: border-box;
  position: relative;
  text-align: left;
  font-size: 1.1rem;
  margin: 4rem 0 6rem 0;
}
.steps h2 {
  text-align: center;
  margin-bottom: 4rem;
}
.steps li {
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}

.content {
  box-sizing: border-box;
  position: relative;
  text-align: left;
  font-size: 1.1rem;
  margin: 4rem 0 6rem 0;
}
.content blockquote {
  border-left: 5px solid #303336;
  margin-left: 0;
  padding-left: 1rem;
  font-size: 1.4rem;
}
.content img {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 320px;
  max-width: 100%;
  padding: 0;
  margin: 1.5rem auto;
  box-shadow: 1px 1px 4px 4px #eeeeee;
}
.content li {
  margin-bottom: 1rem;
}

.footer {
  box-sizing: border-box;
  position: relative;
  margin-top: 6rem;
  border-top: 1px solid #cdd5e0;
  padding-top: 1rem;
  font-size: 0.8rem;
  line-height: 2rem;
}

.heart {
  fill: red;
  position: relative;
  top: 2px;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  width: 1rem;
  -webkit-animation: pulse 1s ease infinite;
          animation: pulse 1s ease infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3JlYWN0L3N0YXRpYy9zdHlsZXMvdGltZXIvX25vcm1hbGl6ZS5zY3NzIiwiLi4vLi4vcmVhY3Qvc3RhdGljL3RtcC90aW1lci9pbmRleC5jc3MiLCIuLi8uLi9yZWFjdC9zdGF0aWMvc3R5bGVzL3RpbWVyL2Jsb2Nrcy9fYm9keS5zY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDRFQUFBO0FBRUE7Z0ZBQUE7QUFHQTs7O0dBQUE7QUFLQztFQUNDLGtCQUFBO0VBQW1CLE9BQUE7RUFDbkIsK0JBQUE7RUFBZ0MsT0FBQTtDQ0FqQzs7QURHRDtnRkFBQTtBQUdBOztHQUFBO0FBSUE7RUFDRSxVQUFBO0NDRkQ7O0FES0Q7OztHQUFBO0FBS0E7RUFDRSxlQUFBO0VBQ0EsaUJBQUE7Q0NIRDs7QURNRDtnRkFBQTtBQUdBOzs7R0FBQTtBQUtBO0VBQ0Usd0JBQUE7RUFBeUIsT0FBQTtFQUN6QixVQUFBO0VBQVcsT0FBQTtFQUNYLGtCQUFBO0VBQW1CLE9BQUE7Q0NGcEI7O0FES0Q7OztHQUFBO0FBS0E7RUFDRSxrQ0FBQTtFQUFtQyxPQUFBO0VBQ25DLGVBQUE7RUFBZ0IsT0FBQTtDQ0RqQjs7QURJRDtnRkFBQTtBQUdBOztHQUFBO0FBSUE7RUFDRSw4QkFBQTtDQ0hEOztBRE1EOzs7R0FBQTtBQUtBO0VBQ0Usb0JBQUE7RUFBcUIsT0FBQTtFQUNyQiwyQkFBQTtFQUE0QixPQUFBO0VBQzVCLDBDQUFBO1VBQUEsa0NBQUE7RUFBbUMsT0FBQTtDQ0RwQzs7QURJRDs7R0FBQTtBQUlBOztFQUVFLG9CQUFBO0NDRkQ7O0FES0Q7OztHQUFBO0FBS0E7OztFQUdFLGtDQUFBO0VBQW1DLE9BQUE7RUFDbkMsZUFBQTtFQUFnQixPQUFBO0NDRGpCOztBRElEOztHQUFBO0FBSUE7RUFDRSxlQUFBO0NDRkQ7O0FES0Q7OztHQUFBO0FBS0E7O0VBRUUsZUFBQTtFQUNBLGVBQUE7RUFDQSxtQkFBQTtFQUNBLHlCQUFBO0NDSEQ7O0FETUQ7RUFDRSxnQkFB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QUNuVUQ7RUFDRSx1QkFBQTtFQUNBLG1CQUFBO0VBQ0Esb0JBQUE7Q0RzVUQ7O0FDblVEO0VBQ0UsdUJBQUE7RUFDQSxtQkFBQTtDRHNVRDs7QUNuVUQ7RUFDRSx1QkFBQTtFQUNBLG1CQUFBO0VBQ0EsWUFBQTtDRHNVRDs7QUNuVUQ7RUFDRSx1QkFBQTtFQUNBLG1CQUFBO0VBQ0EsYUFBQTtFQUNBLGdCQUFBO0NEc1VEOztBQ25VRDtFQUNFLHVCQUFBO0VBQ0EsbUJBQUE7RUFDQSxVQUFBO0VBQ0EsU0FBQTtFQUNBLFdBQUE7Q0RzVUQ7O0FDblVEO0VBQ0UsdUJBQUE7RUFDQSxtQkFBQTtFQUNBLGtCQUFBO0VBQ0EsaUJBQUE7RUFDQSxvQkFBQTtDRHNVRDs7QUNuVUQ7RUFDRSx1QkFBQTtFQUNBLG1CQUFBO0VBQ0EsaUJBQUE7RUFDQSxrQkFBQTtFQUNBLHNCQUFBO0NEc1VEO0FDclVDO0VBQ0UsbUJBQUE7RUFDQSxvQkFBQTtDRHVVSDtBQ3BVQztFQUNFLHFCQUFBO0VBQ0Esb0JBQUE7Q0RzVUg7O0FDbFVEO0VBQ0UsdUJBQUE7RUFDQSxtQkFBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxzQkFBQTtDRHFVRDtBQ25VQztFQUNFLCtCQUFBO0VBQ0EsZUFBQTtFQUNBLG1CQUFBO0VBQ0Esa0JBQUE7Q0RxVUg7QUNsVUM7RUFDRSx1QkFBQTtFQUNBLG1CQUFBO0VBQ0EsZUFBQTtFQUNBLGFBQUE7RUFDQSxnQkFBQTtFQUNBLFdBQUE7RUFDQSxvQkFBQTtFQUNBLG9DQUFBO0NEb1VIO0FDalVDO0VBQ0Usb0JBQUE7Q0RtVUg7O0FDOVREO0VBQ0UsdUJBQUE7RUFDQSxtQkFBQTtFQUNBLGlCQUFBO0VBQ0EsOEJBQUE7RUFDQSxrQkFBQTtFQUNBLGtCQUFBO0VBQ0Esa0JBQUE7Q0RpVUQ7O0FDOVREO0VBQ0UsVUFBQTtFQUNBLG1CQUFBO0VBQ0EsU0FBQTtFQUNBLG9CQUFBO0VBQ0EscUJBQUE7RUFDQSxZQUFBO0VBQ0EsMENBQUE7VUFBQSxrQ0FBQTtDRGlVRDs7QUM5VEQ7RUFDRTtJQUFLLDRCQUFBO1lBQUEsb0JBQUE7R0RrVUo7RUNqVUQ7SUFBTSw4QkFBQTtZQUFBLHNCQUFBO0dEb1VMO0VDblVEO0lBQU8sNEJBQUE7WUFBQSxvQkFBQTtHRHNVTjtDQUNGOztBQzFVRDtFQUNFO0lBQUssNEJBQUE7WUFBQSxvQkFBQTtHRGtVSjtFQ2pVRDtJQUFNLDhCQUFBO1lBQUEsc0JBQUE7R0RvVUw7RUNuVUQ7SUFBTyw0QkFBQTtZQUFBLG9CQUFBO0dEc1VOO0NBQ0YiLCJmaWxlIjoiaW5kZXguY3NzIn0= */