@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import "//fonts.googleapis.com/css?family=Roboto:300,400,400i,700";
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

/**
     * @license
     * MyFonts Webfont Build ID 3184420, 2016-03-10T05:17:44-0500
     *
     * The fonts listed in this notice are subject to the End User License
     * Agreement(s) entered into by the website owner. All other parties are
     * explicitly restricted from using the Licensed Webfonts(s).
     *
     * You may obtain a valid license at the URLs below.
     *
     * Webfont: FF DIN Web Pro Medium by FontFont
     * URL: http://www.myfonts.com/fonts/fontfont/ff-din/pro-medium/
     * Copyright: 2009 Albert-Jan Pool published by FSI FontShop International GmbH
     * Licensed pageviews: 50,000
     *
     *
     * License: http://www.myfonts.com/viewlicense?type=web&buildid=3184420
     *
     * © 2016 MyFonts Inc
    */
@font-face {
  font-family: 'FFDINWebProMedium';
  src: url("../fonts/309724_0_0.eot");
  src: url("../fonts/309724_0_0.eot#iefix") format("embedded-opentype"), url("../fonts/309724_0_0.woff") format("woff2"), url("../fonts/309724_0_0.woff") format("woff"), url("../fonts/309724_0_0.ttf") format("truetype"); }
* {
  box-sizing: border-box; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px; }

h1, h2, h3, h4, h5 {
  font-family: 'FFDINWebProMedium', 'Roboto', sans-serif; }

.container {
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 20px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  .retina {
    display: block !important; }

  .not-retina {
    display: none; } }
.retina {
  display: none; }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.13);
  padding: 20px 0;
  z-index: 1; }

header .brand {
  font-size: 34px;
  font-family: 'FFDINWebProMedium', 'Roboto', sans-serif;
  text-decoration: none;
  line-height: 44px;
  vertical-align: middle;
  color: #fff; }
  header .brand img {
    vertical-align: middle;
    margin-right: 10px; }

.buttons {
  margin-top: 66px; }

.button {
  background: #009688;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
  border-radius: 5px;
  padding: 14px 24px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  margin-right: 20px;
  transition: background .25s;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px; }
  @media only screen and (max-width: 600px) {
    .button {
      width: 100%;
      display: block;
      text-align: center; } }
  .button:hover {
    background: #008c7e; }
  .button.alternative {
    background: #673AB7; }
    .button.alternative:hover {
      background: #6137ad; }

.hero {
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 500px;
  position: relative;
  background: #3F51B5;
  color: #fff;
  font-size: 18px;
  padding: 105px 0 20px;
  font-weight: 100; }
  @media only screen and (max-width: 600px) {
    .hero .logo {
      display: none; } }
  @media only screen and (max-width: 900px) {
    .hero .logo {
      width: 200px; } }
  .hero a {
    color: #fff; }
  .hero .container {
    position: relative;
    z-index: 1; }
  .hero .logo {
    float: right;
    margin-left: 55px; }
  .hero h1 {
    margin: 0;
    font-size: 44px;
    font-weight: normal; }

.feature {
  padding: 40px 0; }
  .feature .container {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse; }
    @media only screen and (max-width: 900px) {
      .feature .container {
        display: block; }
        .feature .container .screen {
          margin: 0 auto !important; } }
  .feature h2 {
    font-size: 26px;
    font-weight: normal; }
  .feature .screen {
    margin-left: 50px;
    width: 100%;
    max-width: 424px;
    max-height: 179px; }
  .feature .info {
    flex-grow: 1; }
  .feature.second {
    background: rgba(0, 0, 0, 0.03); }
    .feature.second .container {
      flex-direction: row; }
    .feature.second .screen {
      margin-left: -20px;
      margin-right: 50px;
      max-width: 420px;
      max-height: 210px; }

.itsfree {
  background: #242E66;
  color: #ffffff;
  text-align: center;
  padding: 35px 0;
  position: relative; }
  .itsfree h1 {
    font-size: 32px;
    font-weight: normal; }

footer {
  background: #3F51B5;
  color: #fff;
  font-size: 14px;
  padding: 15px 0;
  position: relative; }
  footer .container {
    z-index: 1;
    display: flex;
    position: relative; }
    @media only screen and (max-width: 600px) {
      footer .container {
        display: block; } }
    footer .container p {
      margin: 0; }
      footer .container p:first-child {
        flex-grow: 1; }
      footer .container p a {
        color: #fff; }

.itsfree:after,
footer:after,
.hero:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAP1BMVEUAAAD///+AgICqqqq/v7+ZmZnMzMyqqqq/v7+zs7OioqKqqqoAAAAUFBQnJyc7OztOTk5iYmJ2dnaJiYmdnZ3a+QBiAAAAFXRSTlMAAQIDBAUFBggKCwwNDQ0NDQ0NDQ29xK2yAAACvklEQVR4AaWXgXLjNgxEn9209V1WlGTp/7+1Y4h8U7vjqe3o5gIQIRfLJQgpJCEhFyCQegg0yiRAyiThami5mfJaEly9x+HAWm/Rc/q4QocFiDkv5W+B/JFcaxQkQLaIfZgwZ4AOjqfKTKYMbGhQ9gjdTCc31yL3jEBx9z3n+AlitX+vLSxxM9bjfGICI8AODXEebHI1d6BGayIzurcd1nSMOaJ9rHTMppq0Vot/wwrCTiaFrPr/W0bWQwXGiSr77qIbUyfj4ZQd/1e6PzY0JTRnMQglC8zuCrIwlk5dbNi6houlAov1wFyUCFcqoO7MZj1WbevwrQWV+U9NvVuT4ta/7e7A3dQon9K89bleic3KOR3gJxjJ+e6iyZlNHUGeyky+2iC0xWP3OqjE7xnITD5vIj45RTYm2CHcsGwFEVKEbo0sYT/cJukk6uk9FKlPeLC62Xr8O0pRT2RW3h7C2XQW7fCQiCq6i5Lxb6+ZrGqaZCGXDtbG/hK+hAq5qokb0e9enZg3vUcXPOkHygouiSPFm++ex974nviVYb6TRoA4FLga2yiekUpY90eZu9x4oRf5C8EpN/BxO6fRTjIyZbc+YFpnrIBZEHl3/3l7hvzgjRWWzzuZdcpeo6xVddCQqz1MIf0dDhF0pP0rnfy5IFfCZnJI63gs91X3Smskm3v1SDubpcxINJW72j5+vXYFTNzIOudeCHUuO4Ys8hxK/+myCn3UBXa721LGU5uGRlOH2Q7vV93yuzb7o1cd9SiWVVCnybViT3v7S18ACUuziWjkkGSuwbZWcITxTp09QMly/7nyXmt47eXwRJZyvisgwT1UwEWTL4dLr0hp59O+/7MKe/4WS1M572Q5jAhvf+nWo9H/oAW//+Xnmb/4BfLksmMvY6nZ4n05KgxM5UXrgUlGJHn53df9KfngT5V/ABnhZgNpSBHUAAAAAElFTkSuQmCC);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  position: absolute; }

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