@font-face {
  font-family: 'markbold';
  src: url("/fonts/markbold-webfont.woff2") format('woff2'), url("/fonts/markbold-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'markextralight';
  src: url("/fonts/markextralight-webfont.woff2") format('woff2'), url("/fonts/markextralight-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'markmedium';
  src: url("/fonts/markmedium-webfont.woff2") format('woff2'), url("/fonts/markmedium-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'markregular';
  src: url("/fonts/markregular-webfont.woff2") format('woff2'), url("/fonts/markregular-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@-webkit-keyframes gradient-text-bg {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes gradient-text-bg {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@-webkit-keyframes topOpacityAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes topOpacityAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes topOpacityAnimation2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 20px, 0);
            transform: translate3d(-50%, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@keyframes topOpacityAnimation2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 20px, 0);
            transform: translate3d(-50%, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@-webkit-keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bgIntro {
  0% {
    -webkit-transform: translate3d(-200%, 0, 0) rotateZ(10deg) scale(1.4);
            transform: translate3d(-200%, 0, 0) rotateZ(10deg) scale(1.4);
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0) rotateZ(10deg) scale(1.4);
            transform: translate3d(0%, 0, 0) rotateZ(10deg) scale(1.4);
  }
}
@keyframes bgIntro {
  0% {
    -webkit-transform: translate3d(-200%, 0, 0) rotateZ(10deg) scale(1.4);
            transform: translate3d(-200%, 0, 0) rotateZ(10deg) scale(1.4);
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0) rotateZ(10deg) scale(1.4);
            transform: translate3d(0%, 0, 0) rotateZ(10deg) scale(1.4);
  }
}
@-webkit-keyframes bgIntroMobile {
  0% {
    -webkit-transform: rotateZ(67deg) translate3d(-100%, 0%, 0) scale(1.4);
            transform: rotateZ(67deg) translate3d(-100%, 0%, 0) scale(1.4);
  }
  100% {
    -webkit-transform: rotateZ(67deg) translate3d(-23%, 0%, 0) scale(1.4);
            transform: rotateZ(67deg) translate3d(-23%, 0%, 0) scale(1.4);
  }
}
@keyframes bgIntroMobile {
  0% {
    -webkit-transform: rotateZ(67deg) translate3d(-100%, 0%, 0) scale(1.4);
            transform: rotateZ(67deg) translate3d(-100%, 0%, 0) scale(1.4);
  }
  100% {
    -webkit-transform: rotateZ(67deg) translate3d(-23%, 0%, 0) scale(1.4);
            transform: rotateZ(67deg) translate3d(-23%, 0%, 0) scale(1.4);
  }
}
@-webkit-keyframes bgSkew {
  0% {
    -webkit-transform: rotateZ(-20deg);
            transform: rotateZ(-20deg);
  }
  0% {
    -webkit-transform: rotateZ(-15deg) translate3d(-10%, 0, 0);
            transform: rotateZ(-15deg) translate3d(-10%, 0, 0);
  }
  100% {
    -webkit-transform: rotateZ(-30deg);
            transform: rotateZ(-30deg);
  }
}
@keyframes bgSkew {
  0% {
    -webkit-transform: rotateZ(-20deg);
            transform: rotateZ(-20deg);
  }
  0% {
    -webkit-transform: rotateZ(-15deg) translate3d(-10%, 0, 0);
            transform: rotateZ(-15deg) translate3d(-10%, 0, 0);
  }
  100% {
    -webkit-transform: rotateZ(-30deg);
            transform: rotateZ(-30deg);
  }
}
@-webkit-keyframes bgSkewZero {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(5deg) translate3d(-1%, 0, 0);
            transform: rotateZ(5deg) translate3d(-1%, 0, 0);
  }
}
@keyframes bgSkewZero {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(5deg) translate3d(-1%, 0, 0);
            transform: rotateZ(5deg) translate3d(-1%, 0, 0);
  }
}
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
a img {
  border: none;
}
a {
  text-decoration: none;
  color: #42b4ac;
}
a:hover {
  color: #35a69e;
}
> * {
  box-sizing: border-box;
}
body {
  line-height: 1;
  color: #5b5b5b;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'markregular', 'Helvetica', Arial;
}
html {
  font-weight: 300;
  font-size: 62.5%;
  padding: 0;
  background: #fff;
}
h2 {
  font-size: 22px;
  letter-spacing: 3px;
  color: #747474;
  text-transform: uppercase;
  font-family: 'markbold', helvetica, arial;
}
h3 {
  font-size: 16px;
  letter-spacing: 2px;
  color: #747474;
  text-transform: uppercase;
  font-family: 'markbold', helvetica, arial;
  margin: 16px 0;
}
#body.nonScroll {
  overflow: hidden;
}
#body {
  overflow: auto;
}
.product-hunt {
  display: block;
  padding: 10px;
  background-color: #42b4ac;
  color: #fff;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
.product-hunt:hover {
  background-color: #35a69e;
}
.page-home .hero {
  max-width: 100%;
  overflow: hidden;
  background-image: url("../images/bg-icons.svg");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 1000px auto;
}
@media only screen and (max-width: 570px) {
  .page-home .hero {
    background-size: 500px auto;
    background-position: center 350px;
  }
}
.page-home .hero .hero-content {
  margin-top: 10vh;
  text-align: center;
}
@media only screen and (max-width: 570px) {
  .page-home .hero .hero-content {
    margin-top: 64px;
  }
}
.page-home .hero .hero-content img:nth-of-type(1) {
  max-width: 200px;
}
.page-home .hero .hero-content h1 {
  letter-spacing: -2px;
  opacity: 0;
  -webkit-animation: topOpacityAnimation 0.9s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.6s;
          animation: topOpacityAnimation 0.9s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.6s;
  font-size: 48px;
  font-family: 'markextralight', 'markregular', 'Helvetica', Arial;
  color: #5b5b5b;
  margin: auto;
  max-width: 550px;
  line-height: 70px;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 570px) {
  .page-home .hero .hero-content h1 {
    max-width: 400px;
    font-size: 30px;
    margin: 16px 16px 0;
    line-height: 45px;
  }
}
.page-home .hero .hero-content img:nth-of-type(2) {
  max-width: 782px;
  width: 95%;
}
.page-home .hero .bottom-header {
  margin-top: -7px;
  border-top: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
}
.page-home .hero .bottom-header ul {
  max-width: 800px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  margin: auto;
  padding: 36px 0;
}
@media only screen and (max-width: 570px) {
  .page-home .hero .bottom-header ul {
    display: block;
    width: 80%;
    margin: auto;
  }
  .page-home .hero .bottom-header ul li:not(:last-child) {
    padding-bottom: 36px;
  }
}
.page-home .hero .bottom-header ul li::before {
  content: url("../images/check.svg");
  padding-right: 16px;
}
.page-home .hero .icon-finder {
  padding: 32px;
  background-color: #242424;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms;
          transition: all 300ms;
}
.page-home .hero .icon-finder p {
  margin-left: 16px;
  display: inline-block;
  background: -webkit-linear-gradient(180deg, #fff, #fff, #fff, #42b4ac, #42b4ac, #fff, #fff, #fff);
  background: linear-gradient(270deg, #fff, #fff, #fff, #42b4ac, #42b4ac, #fff, #fff, #fff);
  background-size: 400% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 0% 50%;
}
.page-home .hero .icon-finder img {
  width: 32px;
  height: 32px;
  margin-top: -2px;
}
.page-home .hero .icon-finder:hover p {
  -webkit-animation: gradient-text-bg 1.6s linear infinite reverse;
          animation: gradient-text-bg 1.6s linear infinite reverse;
}
.download {
  opacity: 0;
  -webkit-animation: topOpacityAnimation 0.75s cubic-bezier(0.23, 1, 0.32, 1) forwards 1.1s;
          animation: topOpacityAnimation 0.75s cubic-bezier(0.23, 1, 0.32, 1) forwards 1.1s;
  margin-bottom: 16px;
}
.download a {
  font-family: 'markextralight', 'markregular', 'Helvetica', Arial;
  font-size: 36px;
  position: relative;
  background: -webkit-linear-gradient(180deg, #42b4ac, #42b4ac, #fddbcf, #fddbcf, #42b4ac, #42b4ac);
  background: linear-gradient(270deg, #42b4ac, #42b4ac, #fddbcf, #fddbcf, #42b4ac, #42b4ac);
  background-size: 350% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 0% 50%;
  color: #fff;
}
.download a:hover {
  -webkit-animation: gradient-text-bg 1.6s linear infinite reverse;
          animation: gradient-text-bg 1.6s linear infinite reverse;
}
.download a:hover::after {
  background: -webkit-linear-gradient(180deg, #42b4ac, #42b4ac, #fddbcf, #fddbcf, #42b4ac, #42b4ac);
  background: linear-gradient(270deg, #42b4ac, #42b4ac, #fddbcf, #fddbcf, #42b4ac, #42b4ac);
  background-size: 350% 100%;
  background-position: 0% 50%;
  -webkit-animation: gradient-text-bg 1.6s linear infinite reverse;
          animation: gradient-text-bg 1.6s linear infinite reverse;
}
.download a::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #42b4ac;
  position: absolute;
  bottom: 4px;
  left: 0;
  -webkit-transition: background 0.2s ease-in;
          transition: background 0.2s ease-in;
}
.download p {
  color: #aaa;
  font-size: 14px;
}
.home-fordesigners {
  padding: 54px 0px;
  border-bottom: 0.5px solid #ddd;
}
@media only screen and (max-width: 570px) {
  .home-fordesigners {
    padding: 24px 0px 54px;
  }
}
.home-fordevelopers {
  padding: 96px 0px 96px;
  border-bottom: 0.5px solid #ddd;
}
@media only screen and (max-width: 570px) {
  .home-fordevelopers {
    padding: 48px 0px 54px;
  }
}
.home-fordesigners .home-fordesigners-content,
.home-simpleas .home-simpleas-content,
.home-fordevelopers .home-fordevelopers-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 570px) {
  .home-fordesigners .home-fordesigners-content,
  .home-simpleas .home-simpleas-content,
  .home-fordevelopers .home-fordevelopers-content {
    padding: 0;
  }
}
.home-simpleas .home-simpleas-content {
  text-align: center;
}
.home-fordesigners .screen {
  float: right;
  width: 40%;
  margin-right: 7%;
  position: relative;
}
.home-fordesigners .screen .mobile {
  display: none;
}
.home-fordesigners .screen video {
  width: 110%;
  height: auto;
}
@media only screen and (max-width: 570px) {
  .home-fordesigners .screen {
    float: none;
    width: 70%;
    margin: 0 auto;
  }
  .home-fordesigners .screen video {
    display: none;
  }
  .home-fordesigners .screen .mobile {
    display: block;
  }
}
.home-fordevelopers .screen {
  float: left;
  width: 47%;
  margin-left: 4%;
  position: relative;
}
.home-fordevelopers .screen .mobile {
  display: none;
}
.home-fordevelopers .screen video {
  margin-left: -50px;
  width: 120%;
  height: auto;
}
@media only screen and (max-width: 570px) {
  .home-fordevelopers .screen {
    float: none;
    width: auto;
    margin: 0 4%;
  }
  .home-fordevelopers .screen video {
    display: none;
  }
  .home-fordevelopers .screen .mobile {
    display: block;
  }
}
.home-fordesigners .screen img,
.home-fordevelopers .screen img {
  width: 100%;
}
.home-fordesigners .text-content {
  float: left;
  width: 44%;
  margin: 0 16px;
}
@media only screen and (max-width: 570px) {
  .home-fordesigners .text-content {
    float: none;
    width: auto;
  }
}
.home-fordevelopers .text-content {
  float: right;
  width: 43%;
}
@media only screen and (max-width: 570px) {
  .home-fordevelopers .text-content {
    margin: 0 16px;
    float: none;
    width: auto;
  }
}
.video-btn {
  margin-top: 36px;
  cursor: pointer;
}
@media only screen and (max-width: 570px) {
  .video-btn {
    margin-left: 24px;
  }
}
.video-btn img {
  float: left;
  width: 63px;
  padding-right: 24px;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
          transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (max-width: 570px) {
  .video-btn img {
    width: 50px;
  }
}
.video-btn p {
  width: 80%;
  -webkit-transition: color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
          transition: color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.video-btn .title {
  color: #42b4ac;
  font-size: 22px;
}
@media only screen and (max-width: 570px) {
  .video-btn .title {
    font-size: 16px;
    width: 90%;
  }
}
.video-btn .minutes {
  font-size: 14px;
  color: #aaa;
}
@media only screen and (max-width: 570px) {
  .video-btn .minutes {
    font-size: 12px;
  }
}
.video-btn:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.video-btn:hover p {
  color: #25706a;
}
.home-fordevelopers .text-content h2 {
  margin: 16px 0 16px;
}
.home-fordesigners .text-content h2,
.home-fordevelopers .text-content h2,
.home-simpleas h2 {
  margin: 48px 0 0 0;
}
@media only screen and (max-width: 570px) {
  .home-fordesigners .text-content h2,
  .home-fordevelopers .text-content h2,
  .home-simpleas h2 {
    font-size: 18px;
    letter-spacing: 2px;
    margin: 8px 0 0 24px;
  }
}
.home-fordesigners-video-popup,
.home-fordevelopers-video-popup {
  display: none;
  z-index: 1000;
  background: rgba(0,0,0,0.69);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-fordesigners-video-popup.active,
.home-fordevelopers-video-popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-fordesigners-video-popup .caption,
.home-fordevelopers-video-popup .caption {
  max-width: 1280px;
  position: relative;
  width: 70%;
  margin: auto;
}
@media only screen and (max-width: 570px) {
  .home-fordesigners-video-popup .caption,
  .home-fordevelopers-video-popup .caption {
    width: 100%;
  }
  .home-fordesigners-video-popup .caption h4,
  .home-fordevelopers-video-popup .caption h4 {
    margin-left: 16px;
  }
  .home-fordesigners-video-popup .caption img,
  .home-fordevelopers-video-popup .caption img {
    margin-right: 16px;
  }
}
.home-fordesigners-video-popup .caption h4,
.home-fordevelopers-video-popup .caption h4 {
  color: #fff;
  font-size: 18px;
  float: left;
}
.home-fordesigners-video-popup .caption img,
.home-fordevelopers-video-popup .caption img {
  float: right;
  cursor: pointer;
}
.home-fordesigners-video-popup .caption video,
.home-fordevelopers-video-popup .caption video {
  clear: both;
  margin-top: 16px;
  width: 100%;
}
.home-fordesigners-video-popup .caption .video-controls,
.home-fordevelopers-video-popup .caption .video-controls {
  clear: both;
  width: 100%;
  background: #000;
  margin-top: -8px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-fordesigners-video-popup .caption .video-controls input[type=range],
.home-fordevelopers-video-popup .caption .video-controls input[type=range] {
  -webkit-appearance: none;
  width: 80%;
  height: 4px;
  outline: none;
  border: none;
  background: -webkit-linear-gradient(left, #fff 0%, #fff 1%, #2c2c2c 1%, #2c2c2c 100%);
  background: linear-gradient(to right, #fff 0%, #fff 1%, #2c2c2c 1%, #2c2c2c 100%);
}
.home-fordesigners-video-popup .caption .video-controls input[type=range]::-webkit-slider-thumb,
.home-fordevelopers-video-popup .caption .video-controls input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  border: none;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  cursor: pointer;
}
.home-fordesigners-video-popup .caption .video-controls input[type=range]::-ms-fill-lower,
.home-fordevelopers-video-popup .caption .video-controls input[type=range]::-ms-fill-lower {
  background: #fff;
}
.home-fordesigners-video-popup .caption .video-controls input[type=range]::-ms-fill-upper,
.home-fordevelopers-video-popup .caption .video-controls input[type=range]::-ms-fill-upper {
  background: #2c2c2c;
}
.home-fordesigners-video-popup .caption .video-controls div:nth-of-type(1),
.home-fordevelopers-video-popup .caption .video-controls div:nth-of-type(1) {
  margin-left: 16px;
}
.home-fordesigners-video-popup .caption .video-controls div:nth-of-type(1) img,
.home-fordevelopers-video-popup .caption .video-controls div:nth-of-type(1) img {
  width: 30px;
}
.home-fordesigners-video-popup .caption .video-controls div:nth-of-type(2),
.home-fordevelopers-video-popup .caption .video-controls div:nth-of-type(2) {
  margin-right: 16px;
}
.home-fordesigners-video-popup .caption .video-controls div:nth-of-type(2) img,
.home-fordevelopers-video-popup .caption .video-controls div:nth-of-type(2) img {
  width: 22px;
}
.home-fordesigners-video-popup .caption .video-controls div .on,
.home-fordevelopers-video-popup .caption .video-controls div .on,
.home-fordesigners-video-popup .caption .video-controls div .play,
.home-fordevelopers-video-popup .caption .video-controls div .play {
  display: none;
}
.home-fordesigners-video-popup .caption .video-controls div .off,
.home-fordevelopers-video-popup .caption .video-controls div .off,
.home-fordesigners-video-popup .caption .video-controls div .pause,
.home-fordevelopers-video-popup .caption .video-controls div .pause {
  display: block;
}
.home-fordesigners-video-popup .caption .video-controls div .off,
.home-fordevelopers-video-popup .caption .video-controls div .off {
  opacity: 0.5;
}
.home-fordesigners-video-popup .caption .video-controls div.muted .on,
.home-fordevelopers-video-popup .caption .video-controls div.muted .on,
.home-fordesigners-video-popup .caption .video-controls div.stop .on,
.home-fordevelopers-video-popup .caption .video-controls div.stop .on,
.home-fordesigners-video-popup .caption .video-controls div.muted .play,
.home-fordevelopers-video-popup .caption .video-controls div.muted .play,
.home-fordesigners-video-popup .caption .video-controls div.stop .play,
.home-fordevelopers-video-popup .caption .video-controls div.stop .play {
  display: block;
}
.home-fordesigners-video-popup .caption .video-controls div.muted .off,
.home-fordevelopers-video-popup .caption .video-controls div.muted .off,
.home-fordesigners-video-popup .caption .video-controls div.stop .off,
.home-fordevelopers-video-popup .caption .video-controls div.stop .off,
.home-fordesigners-video-popup .caption .video-controls div.muted .pause,
.home-fordevelopers-video-popup .caption .video-controls div.muted .pause,
.home-fordesigners-video-popup .caption .video-controls div.stop .pause,
.home-fordevelopers-video-popup .caption .video-controls div.stop .pause {
  display: none;
}
.home-simpleas h2 {
  text-align: center;
  margin: 0 0 16px;
}
.home-fordesigners .text-content .text-primary,
.home-fordevelopers .text-content .text-primary {
  color: #5b5b5b;
  font-size: 18px;
  line-height: 28px;
  margin: 16px 0;
}
@media only screen and (max-width: 570px) {
  .home-fordesigners .text-content .text-primary,
  .home-fordevelopers .text-content .text-primary {
    font-size: 14px;
    line-height: 22px;
    margin: 8px 24px;
  }
}
.home-fordesigners .text-content .text-secondary,
.home-fordevelopers .text-content .text-secondary {
  color: #aaa;
  font-size: 16px;
  line-height: 24px;
  margin: 16px 0;
}
@media only screen and (max-width: 570px) {
  .home-fordesigners .text-content .text-secondary,
  .home-fordevelopers .text-content .text-secondary {
    font-size: 14px;
    line-height: 22px;
    margin: 8px 24px;
  }
}
.home-extras {
  margin: 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  max-width: 1040px;
}
@media only screen and (max-width: 570px) {
  .home-extras {
    margin: 24px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-extras .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0;
          flex: 1 0 0;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  margin: 32px;
}
@media only screen and (max-width: 570px) {
  .home-extras .item {
    font-size: 16px;
  }
}
@media only screen and (max-width: 570px) {
  .home-extras .item.nomobile {
    display: none;
  }
}
.home-extras a {
  margin: 8px 0;
  display: block;
}
.pre-footer {
  -webkit-animation: none;
          animation: none;
  opacity: 1;
  border-top: 0.5px solid #ddd;
  text-align: center;
  padding: 56px 0;
}
.page-home footer {
  background: url("../images/bg-icons.svg") no-repeat center;
  background-size: 1000px auto;
  background-color: #42b4ac;
  padding: 48px 0;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 570px) {
  .page-home footer {
    background-size: 500px auto;
    padding: 48px 16px 48px;
  }
}
.page-home footer a {
  color: #fff;
  font-family: 'markmedium', helvetica, arial;
}
.page-home footer .mobile {
  display: none;
}
@media only screen and (max-width: 570px) {
  .page-home footer .mobile {
    display: block;
  }
}
.page-home footer h4 {
  font-family: 'markmedium', helvetica, arial;
  font-size: 24px;
}
.page-home footer .download-button {
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 30px;
  font-size: 13px;
  display: inline-block;
  font-family: 'markbold', helvetica, arial;
  letter-spacing: 3px;
  color: #fff;
  margin: 32px 0 16px;
  border: 1px solid #fff;
  -webkit-transition: all 200ms;
          transition: all 200ms;
}
@media only screen and (max-width: 570px) {
  .page-home footer .download-button {
    font-size: 13px;
    letter-spacing: 2px;
  }
}
.page-home footer .download-button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background-color: #fff;
  color: #42b4ac;
}
h1 {
  color: #f00;
}
.page-404 .fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-404 .message {
  -webkit-box-flex: 100%;
      -ms-flex: 100% 0 0;
          flex: 100% 0 0;
  max-width: 440px;
  text-align: center;
}
.page-404 .message .description {
  font-size: 18px;
  padding: 0 16px;
}
.page-404 .gradient-text-mask {
  color: #fff;
  font-size: 64px;
  display: inline-block;
  background: -webkit-linear-gradient(180deg, #42b4ac, #fddbcf, #42b4ac, #fddbcf);
  background: linear-gradient(270deg, #42b4ac, #fddbcf, #42b4ac, #fddbcf);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: gradient-text-bg 10s linear infinite;
          animation: gradient-text-bg 10s linear infinite;
  font-family: 'markbold', helvetica, arial;
}
.page-404 h1 {
  margin: 0 0 16px;
}
.page-404 .button-teal {
  margin: 32px 0 16px;
  font-size: 14px;
}
.page-404 a {
  font-family: 'markmedium', helvetica, arial;
}
