html {
  font-size: 100%;
  font-size: 100%;
}
.container {
  *zoom: 1;
  margin: 0 auto;
  max-width: 81.25em;
  overflow: hidden;
  padding: 0 16px;
}
.container:before,
.container:after {
  content: '';
  display: table;
}
.container:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .container {
    padding: 0 96px;
  }
}
.home-hr {
  align: center;
  background: #f0f0f0;
  border: 0;
  height: 1px;
}
img {
  max-width: 100%;
  height: auto;
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: none;
  }
}
@keyframes scrollForeground {
  0%, 100% {
    opacity: 0.3;
    transform: translate(-50%, -50%);
  }
  50% {
    opacity: 0.1;
    transform: translate(-50%, 50%);
  }
}
@keyframes scrollMiddleground {
  0%, 100% {
    opacity: 0.2;
    transform: translate(-50%, 50%);
  }
}
@keyframes scrollBackground {
  0% {
    opacity: 0.1;
    transform: translate(-50%, 100%);
  }
  100% {
    opacity: 0.5;
    transform: translate(-50% -100%);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, 25%, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.8, 1.275);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes shimmyDown {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(4px, 32px) scale(1.05);
  }
  100% {
    transform: translate(0, 64px);
  }
}
@keyframes shimmyUp {
  0% {
    transform: translate(0, 0);
    box-shadow: 0 2px 6px rgba(34,34,34,0.1);
  }
  50% {
    box-shadow: 0 2px 16px rgba(34,34,34,0.2);
  }
  100% {
    transform: translate(0, -64px);
    box-shadow: 0;
  }
}
@keyframes redToGreen {
  0% {
    background-color: #fc5f5f;
  }
  100% {
    background-color: #83e036;
  }
}
.btn-primary {
  background-color: #83e036;
  border-style: none;
  border-radius: 3px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 16px 40px;
  transition: all 0.4s ease;
}
@media screen and (max-width: 48em) {
  .btn-primary {
    width: 100%;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.btn-primary:hover {
  background-color: #83e432;
  box-shadow: 0 5px 35px rgba(0,0,0,0.1);
  transform: scale(1.02);
}
.btn-icon .btn-label {
  padding-left: 40px;
  display: inline-block;
  position: relative;
}
.btn-icon .btn-label:before {
  content: url("/img/github-icon.svg");
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.btn-secondary {
  border: solid 2px;
  border-color: #fff;
  border-radius: 4px;
  color: #fff;
  padding: 10px 24px;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  background-color: #fff;
  color: #608bfc;
}
.home-footer {
  background-color: inherit;
  color: inherit;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  letter-spacing: -0.27px;
  padding: 64px 0 32px;
}
@media screen and (min-width: 48em) {
  .home-footer {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.logo-footer {
  -ms-flex-align: center;
      align-items: center;
  color: #f0f0f0;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -2px;
}
.attribution {
  -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
  padding-top: 24px;
}
.attribution-text {
  -ms-flex-align: center;
      align-items: center;
  color: #ccc;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  transform: translateY(-50%);
  top: 50%;
}
.mojo-logo-footer {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  opacity: 0.5;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.mojo-logo-footer:hover {
  opacity: 1;
  transform: scale(1.2) rotate(5deg);
}
.primary-header {
  background-color: #608bfc;
  box-shadow: 0px 15px 40px 0px #608bfc;
  padding: 16px 0;
  position: relative;
  z-index: 100;
}
.nav {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  -ms-flex-pack: justify;
      justify-content: space-between;
  letter-spacing: -0.27px;
}
.logo {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
  letter-spacing: -1.23px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.main-nav {
  display: block;
}
@media screen and (min-width: 48em) {
  .main-nav {
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}
.main-nav-item {
  -ms-flex-line-pack: baseline;
      align-content: baseline;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
}
.main-nav-text {
  display: none;
}
@media screen and (min-width: 48em) {
  .main-nav-text {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-nav-link {
  opacity: 0.7;
}
.main-nav-link:hover {
  opacity: 1;
  text-shadow: 0 1px 6px rgba(0,0,0,0.25);
}
h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25em;
}
h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 300;
}
p {
  color: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
}
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.small {
  color: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  opacity: 0.4;
}
.small:hover {
  opacity: 0.9;
}
.callout {
  height: 250px;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
  padding: 0 16px;
}
@media screen and (min-width: 48em) {
  .callout {
    margin: 178px 135px 0 135px;
  }
}
.callout-title {
  align: center;
}
.callout-sub {
  color: #ccc;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: inherit;
}
.manage-feature-canvas {
  display: none;
}
@media screen and (min-width: 48em) {
  .manage-feature-canvas {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 308px;
    width: 430px;
  }
}
.checkmark-icon {
  background-image: url("/img/features-test/x4y106.png");
  background-size: 42px 43px;
  height: 43px;
  left: 4px;
  position: absolute;
  top: 106px;
  width: 42px;
}
.user-avatar-1 {
  background-image: url("/img/features-test/x24y29.png");
  background-size: 55px 56px;
  height: 56px;
  left: 24px;
  position: absolute;
  top: 29px;
  width: 55px;
}
.user-avatar-2 {
  background-image: url("/img/features-test/x39y224.png");
  background-size: 44px 45px;
  height: 45px;
  left: 39px;
  position: absolute;
  top: 224px;
  width: 44px;
}
.calander-icon {
  background-image: url("/img/features-test/x107y277.png");
  background-size: 31px 31px;
  height: 31px;
  left: 107px;
  position: absolute;
  bottom: 0;
  width: 31px;
}
.pulse-ring-1 {
  background-image: url("/img/features-test/x32y1.png");
  background-size: 300px 300px;
  height: 300px;
  left: 32px;
  position: absolute;
  top: 1px;
  width: 300px;
}
.pulse-ring-2 {
  background-image: url("/img/features-test/x108y78.png");
  background-size: 145px 145px;
  height: 145px;
  left: 108px;
  position: absolute;
  top: 78px;
  width: 145px;
}
.pulse-ring-3 {
  background-image: url("/img/features-test/x71y40.png");
  background-size: 220px 220px;
  height: 220px;
  left: 71px;
  position: absolute;
  top: 40px;
  width: 220px;
}
.product-screen-manage {
  background-image: url("/img/features-test/x119y35.png");
  background-size: 308px 226px;
  height: 226px;
  left: 119px;
  position: absolute;
  top: 35px;
  width: 308px;
}
.feature-manage {
  visibility: hidden;
}
.animate .feature-manage {
  visibility: visible;
}
.animate .feature-manage .checkmark-icon {
  animation: bounceIn 1.5s ease;
}
.animate .feature-manage .user-avatar-1 {
  animation: bounceIn 2s ease;
}
.animate .feature-manage .user-avatar-2 {
  animation: bounceIn 2.2s ease;
}
.animate .feature-manage .calander-icon {
  animation: bounceIn 2.5s ease;
}
.animate .feature-manage .pulse-ring-1 {
  animation: pulse 3s ease infinite;
}
.animate .feature-manage .pulse-ring-2 {
  animation: pulse 3s ease infinite;
}
.animate .feature-manage .pulse-ring-3 {
  animation: pulse 3s ease infinite;
}
.animate .feature-manage .product-screen-manage {
  animation: fadeIn 1s ease;
}
.feature-shot-prepare-canvas {
  display: none;
}
@media screen and (min-width: 48em) {
  .feature-shot-prepare-canvas {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 320px;
    width: 461px;
  }
}
.prepare-task {
  background-image: url("/img/features-test/_prepare/x68y241.png");
  background-size: 393px 79px;
  height: 79px;
  left: 68px;
  position: absolute;
  top: 241px;
  width: 393px;
  z-index: 1;
}
.prepare-progress {
  background-image: url("/img/features-test/_prepare/x375y0.png");
  background-size: 85px 33px;
  height: 33px;
  left: 370px;
  position: absolute;
  top: 0px;
  width: 85px;
  z-index: 2;
}
.prepare-bg {
  background-image: url("/img/features-test/_prepare/x0y22.png");
  background-size: 435px 266px;
  height: 266px;
  left: 0px;
  position: absolute;
  top: 22px;
  width: 435px;
}
.feature-prepare {
  visibility: hidden;
}
.animate .feature-prepare {
  visibility: visible;
}
.animate .feature-prepare .prepare-task {
  animation: fadeInLeft 1s ease;
}
.animate .feature-prepare .prepare-progress {
  animation: bounceIn 3s ease;
}
.animate .feature-prepare .prepare-bg {
  animation: fadeInRight 1.5s ease;
}
.feature-shot-workingon-canvas {
  display: none;
}
@media screen and (min-width: 48em) {
  .feature-shot-workingon-canvas {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 243px;
    width: 443px;
  }
}
.feature-workingon-1 {
  background-image: url("/img/features-test/_workingon/x16y0.png");
  background-size: 426px 49px;
  height: 49px;
  left: 16px;
  position: absolute;
  top: 0;
  width: 426px;
}
.feature-workingon-2 {
  background-image: url("/img/features-test/_workingon/x16y64.png");
  background-size: 426px 49px;
  height: 49px;
  left: 16px;
  position: absolute;
  top: 64px;
  transition: box-shadow 1s ease;
  width: 426px;
}
.feature-workingon-3 {
  background-image: url("/img/features-test/_workingon/x0y129.png");
  background-size: 442px 49px;
  height: 49px;
  left: 0px;
  position: absolute;
  top: 129px;
  width: 442px;
}
.feature-workingon-4 {
  background-image: url("/img/features-test/_workingon/x16y194.png");
  background-size: 426px 49px;
  height: 49px;
  left: 16px;
  position: absolute;
  top: 194px;
  width: 426px;
}
.status {
  border-radius: 2px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.blue {
  background-color: #49d1df;
}
.green {
  background-color: #83e036;
}
.red {
  background-color: #fc5f5f;
}
.feature-workingon {
  visibility: hidden;
}
.animate .feature-workingon {
  visibility: visible;
}
.animate .feature-workingon .feature-workingon-1 {
  animation: bounceIn 1s ease, shimmyDown 1s ease forwards 2s;
}
.animate .feature-workingon .feature-workingon-2 {
  animation: bounceIn 1.5s ease, shimmyUp 1s ease forwards 2s;
}
.animate .feature-workingon .feature-workingon-3 {
  animation: bounceIn 2s ease;
}
.animate .feature-workingon .feature-workingon-4 {
  animation: bounceIn 2.5s ease;
}
.animate .feature-workingon .red {
  animation: redToGreen 0.5s ease forwards 1.5s;
}
.features {
  margin: none;
  text-align: center;
  position: relative;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (min-width: 48em) {
  .features {
    margin: 0 auto 135px;
    text-align: left;
  }
}
.features.container,
.features +above($screen-medium) {
  margin: none;
}
.feature-headline {
  color: #434247;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 0.15em;
}
.feature-description {
  color: #777;
}
.feature-intro {
  margin: 100px 0;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .feature-intro {
    margin: 326px 0 32px 0;
  }
}
.feature-block {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}
@media screen and (min-width: 48em) {
  .feature-block {
    height: 507px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (min-width: 48em) {
  .feature-content {
    width: 415px;
  }
}
.feature-shot {
  display: -ms-flexbox;
  display: flex;
}
.feature-shot img {
  display: block;
  position: relative;
}
@media screen and (min-width: 48em) {
  .feature-shot img {
    display: none;
  }
}
.feature-container {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin: none;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
@media screen and (min-width: 64em) {
  .feature-container {
    width: 1030px;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.hero {
  background-color: #608bfc;
  color: #fff;
  height: 600px;
  margin-top: -24px;
  position: relative;
  text-align: center;
  padding: 0 16px;
}
.hero:before {
  background: url("/img/Avatars@2x.jpg") repeat-x;
  background-size: 1440px 307px;
  bottom: 0;
  content: '';
  height: 307px;
  left: 0;
  opacity: 0.06;
  position: absolute;
  width: 100%;
}
.hero:after {
  background-image: linear-gradient(to bottom, #608bfc 0%, rgba(96,139,252,0) 100%);
  background-size: cover;
  bottom: 0;
  content: '';
  height: 307px;
  left: 0;
  position: absolute;
  width: 100%;
}
.product-shot-featured {
  animation: fadeInUp 1s;
  margin-bottom: -250px;
  transition: all ease;
}
.hero-content {
  position: relative;
  z-index: 3;
}
.hero-headline {
  color: inherit;
  font-weight: 600;
  letter-spacing: -1.23px;
  margin-bottom: 0.5em;
  padding-top: 48px;
  text-align: inherit;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.hero-intro {
  color: rgba(255,255,255,0.8);
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: -0.25em;
  text-align: inherit;
}
.demo-section {
  background-color: #f6bf58;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: -1;
  padding: 0 16px;
}
@media screen and (min-width: 48em) {
  .demo-section {
    height: 625px;
  }
}
.demo-content {
  position: relative;
  z-index: 2;
}
.demo-headline {
  color: inherit;
  font-weight: 600;
  letter-spacing: -1.23px;
  margin-bottom: 0.25em;
  padding-top: 90px;
  text-align: inherit;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.demo-intro {
  color: rgba(255,255,255,0.8);
  font-size: 1.5em;
  font-size: 1.5em;
  margin-top: -0.25em;
  text-align: inherit;
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.scroll-icon-bg-area {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.icon-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1440px 1320px;
  height: 1320px;
  left: 50%;
  position: absolute;
  transition: all ease;
  width: 1440px;
  z-index: 1;
}
.icon-foreground {
  animation: scrollForeground 120s ease infinite;
  background-image: url("/img/icon-foreground.svg");
  opacity: 0.05;
}
.icon-middleground {
  animation: scrollMiddleground 90s ease infinite;
  background-image: url("/img/icon-middleground.svg");
  opacity: 0.1;
}
.icon-background {
  animation: scrollBackground 60s ease infinite;
  background-image: url("/img/icon-background.svg");
  opacity: 0.3;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  font-size: 16px;
  font-size: 1rem;
  font-size: 100%;
  font-size: 100%;
}
body {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: auto;
}

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