/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

@font-face {
  font-family: 'Tungsten Medium';
  src: url("Tungsten-Medium.eot");
  /* IE9 Compat Modes */
  src: url("Tungsten-Medium.eot?#iefix") format("embedded-opentype"), url("Tungsten-Medium.woff") format("woff"), url("Tungsten-Medium.ttf") format("truetype"), url("Tungsten-Medium.svg#ccb96919a9a65601fefe49e76e578fd3") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Whitney';
  src: url("Whitney-Medium.eot");
  /* IE9 Compat Modes */
  src: url("Whitney-Medium.eot?#iefix") format("embedded-opentype"), url("Whitney-Medium.woff") format("woff"), url("Whitney-Medium.ttf") format("truetype"), url("Whitney-Medium.svg#e970fe581655537ab12e96c670414c04") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Whitney Italic';
  src: url("Whitney-MediumItalic.eot");
  /* IE9 Compat Modes */
  src: url("Whitney-MediumItalic.eot?#iefix") format("embedded-opentype"), url("Whitney-MediumItalic.woff") format("woff"), url("Whitney-MediumItalic.ttf") format("truetype"), url("Whitney-MediumItalic.svg#f2958f1e225dafa10c691aa0d2a35203") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 400; }

@font-face {
  font-family: 'Whitney Semibold';
  src: url("Whitney-Semibold.eot");
  /* IE9 Compat Modes */
  src: url("Whitney-Semibold.eot?#iefix") format("embedded-opentype"), url("Whitney-Semibold.woff") format("woff"), url("Whitney-Semibold.ttf") format("truetype"), url("Whitney-Semibold.svg#bed15bb33dfb9232e772bdb41a228cd5") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'Whitney Semibold';
  src: url("Whitney-SemiboldItalic.eot");
  /* IE9 Compat Modes */
  src: url("Whitney-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("Whitney-SemiboldItalic.woff") format("woff"), url("Whitney-SemiboldItalic.ttf") format("truetype"), url("Whitney-SemiboldItalic.svg#5154cc9178553aafd66f92babfb5d96c") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 700; }

/**********************************************************
Project styles 
**********************************************************/
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  height: 100%; }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

img {
  max-width: 100%; }

a {
  color: #004EFF;
  text-decoration: none;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out; }
  a:hover, a:focus {
    color: #07DFB0; }

.white p, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
  color: #fff; }

.eyebrow, .header__eyebrow, .content__eyebrow {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 8px;
  font-weight: bold; }

.h1, .header__h1 {
  font-size: 34px;
  margin: 0 0 8px 0;
  line-height: 1.1; }
  @media only screen and (min-width: 50em) {
    .h1, .header__h1 {
      font-size: 41px; } }

.h2, .content__h2, .footer__h2 {
  margin: 0 0 16px 0;
  line-height: 1.3; }

.h3, .content__h3 {
  margin: 0 0 16px 0;
  line-height: 1.3; }

.center {
  text-align: center; }

.link, .header__link {
  text-decoration: none; }
  .link--white {
    color: #fff; }

.list, .content__list {
  margin: 0 0 0 20px;
  padding: 0; }

.list-item, .content__list-item {
  margin-bottom: 8px; }

.content-container {
  width: 96%;
  max-width: 1280px;
  margin: 0 auto; }

.line-break {
  display: block; }

@media only screen and (min-width: 50em) {
  .line-break-desktop {
    display: block; } }

.fade-in--1 {
  -webkit-animation: fade-in 1s ease-in-out 0.03s both;
          animation: fade-in 1s ease-in-out 0.03s both; }

.fade-in--2 {
  -webkit-animation: fade-in 1s ease-in-out 0.06s both;
          animation: fade-in 1s ease-in-out 0.06s both; }

.fade-in--3 {
  -webkit-animation: fade-in 1s ease-in-out 0.09s both;
          animation: fade-in 1s ease-in-out 0.09s both; }

.fade-in--4 {
  -webkit-animation: fade-in 1s ease-in-out 0.12s both;
          animation: fade-in 1s ease-in-out 0.12s both; }

.fade-in--5 {
  -webkit-animation: fade-in 1s ease-in-out 0.15s both;
          animation: fade-in 1s ease-in-out 0.15s both; }

.fade-in--6 {
  -webkit-animation: fade-in 1s ease-in-out 0.18s both;
          animation: fade-in 1s ease-in-out 0.18s both; }

.fade-in--7 {
  -webkit-animation: fade-in 1s ease-in-out 0.21s both;
          animation: fade-in 1s ease-in-out 0.21s both; }

.fade-in--8 {
  -webkit-animation: fade-in 1s ease-in-out 0.24s both;
          animation: fade-in 1s ease-in-out 0.24s both; }

.fade-in--9 {
  -webkit-animation: fade-in 1s ease-in-out 0.27s both;
          animation: fade-in 1s ease-in-out 0.27s both; }

.fade-in--10 {
  -webkit-animation: fade-in 1s ease-in-out 0.3s both;
          animation: fade-in 1s ease-in-out 0.3s both; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale-up {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.96);
            transform: scale(0.96); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-up {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.96);
            transform: scale(0.96); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
            transform: scale(1); } }

.header {
  background: #0000ff;
  background-image: linear-gradient(45deg, #0000FF 0%, #00FFFF 180%);
  padding: 24px 12px; }
  .header .content__text-container {
    padding-top: 2em; }
    @media only screen and (min-width: 50em) {
      .header .content__text-container {
        padding-top: 0; } }
  .header__logo {
    position: absolute;
    top: 1em;
    left: 1em; }
  .header__hero-img {
    width: 94%;
    max-width: 500px; }
    @media only screen and (min-width: 50em) {
      .header__hero-img {
        position: relative;
        top: -32px; } }
  .header__p {
    margin-bottom: 20px;
    margin-top: 0;
    max-width: 360px; }
  .header__link {
    display: block;
    margin-top: 42px;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 16px; }
  .header__video-img {
    width: 200px;
    height: auto;
    margin-bottom: 42px;
    margin-top: 0; }
  .header__lity {
    outline: none;
    position: relative; }
    .header__lity:focus, .header__lity:visited {
      outline: none; }

header .content__img {
  -webkit-animation: scale-up 0.5s ease-out 0.15s both;
          animation: scale-up 0.5s ease-out 0.15s both; }

@media only screen and (min-width: 75em) and (min-height: 820px) {
  header {
    height: 819px; } }

.btn {
  background-color: #fff;
  color: #333;
  text-decoration: none;
  padding: 24px;
  font-weight: bold;
  min-width: 200px;
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px 14px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 10px 10px 14px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }
  .btn:hover {
    -webkit-box-shadow: 10px 10px 14px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 10px 10px 14px 0 rgba(0, 0, 0, 0.2); }
  .btn__img {
    margin: 0 10px 0 0;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }

a.btn:hover {
  color: #004EFF; }

a.btn:hover .btn__img {
  -webkit-transform: scale(1.15) translateY(-1px);
          transform: scale(1.15) translateY(-1px); }

.btn-header {
  font-size: 16px;
  padding: 20px; }

.content {
  margin: 32px 0; }
  .content.feature {
    color: #fff;
    background-image: linear-gradient(45deg, #0000FF 0%, #00FFFF 180%);
    padding: 60px 0; }
  @media only screen and (min-width: 50em) {
    .content {
      padding: 0 0 44px 0; } }
  .content__container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .content__container.feature {
      color: #fff;
      background-image: linear-gradient(45deg, #0000FF 0%, #00FFFF 180%);
      padding: 60px 0; }
    .content__container.top-aligned {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
  .content__col {
    width: 100%; }
    @media only screen and (min-width: 50em) {
      .content__col {
        width: 50%; } }
    .content__col--order1 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      @media only screen and (min-width: 50em) {
        .content__col--order1 {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
    .content__col--order2 {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      @media only screen and (min-width: 50em) {
        .content__col--order2 {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
  .content__text-container {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding: 1em; }
    @media only screen and (min-width: 75em) {
      .content__text-container {
        position: relative;
        left: -24px; } }
    @media only screen and (min-width: 75em) {
      .content__text-container--right {
        position: relative;
        left: 24px; } }
  .content__h2--example {
    margin-bottom: 8px; }
  .content__eyebrow {
    color: #003CFF; }
  .content__feature {
    padding: 16px 0; }
  .content__feature-label {
    display: inline-block;
    font-weight: bold;
    padding-left: 10px; }
  .content__img {
    padding: 1em; }
    .content__img--footer {
      width: 380px;
      height: auto; }

.h2 + .eyebrow, .content__h2 + .eyebrow, .footer__h2 + .eyebrow, .h2 + .header__eyebrow, .content__h2 + .header__eyebrow, .footer__h2 + .header__eyebrow, .h2 + .content__eyebrow, .content__h2 + .content__eyebrow, .footer__h2 + .content__eyebrow {
  margin: 32px 0 8px 0; }

header.content, footer.content {
  margin: 0; }

header.content {
  margin-bottom: 60px; }

.content-container.feature {
  color: #fff;
  background-image: linear-gradient(45deg, #0000FF 0%, #00FFFF 180%);
  padding: 60px 0;
  max-width: 1244px; }

.footer__p {
  font-weight: bold;
  margin-bottom: 42px; }

.footer__h2 {
  font-size: 32px;
  line-height: 1.24; }

.examples {
  padding: 72px 0 0 16px;
  width: 94%;
  max-width: 1242px;
  margin: 0 auto;
  border-top: 1px solid #004EFF; }
  .examples__p {
    max-width: 610px; }
  @media only screen and (min-width: 75em) {
    .examples {
      padding: 72px 0 0 0; } }

.no-touch #section2, .no-touch #section3, .no-touch #section4, .no-touch #section5, .no-touch #section6, .no-touch #section7, .no-touch #section8, .no-touch #section9, .no-touch #section10, .no-touch #section11, .no-touch #section12, .no-touch #section13 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(20px) scale(1);
          transform: translateY(20px) scale(1); }
  @media only screen and (min-width: 50em) {
    .no-touch #section2, .no-touch #section3, .no-touch #section4, .no-touch #section5, .no-touch #section6, .no-touch #section7, .no-touch #section8, .no-touch #section9, .no-touch #section10, .no-touch #section11, .no-touch #section12, .no-touch #section13 {
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      -webkit-transform: translateY(40px);
              transform: translateY(40px); } }

.no-js #section2, .no-js #section3, .no-js #section4, .no-js #section5, .no-js #section6, .no-js #section7, .no-js #section8, .no-js #section9, .no-js #section10, .no-js #section11, .no-js #section12, .no-js #section13 {
  opacity: 1;
  filter: alpha(opacity=100); }

#section2.active, #section3.active, #section4.active, #section5.active, #section6.active, #section7.active, #section8.active, #section9.active, #section10.active, #section11.active, #section12.active, #section13.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px) scale(1);
          transform: translateY(0px) scale(1); }

@media (prefers-reduced-motion) {
  header .content__img {
    -webkit-animation: fade-in 1s ease-in-out;
            animation: fade-in 1s ease-in-out; }
  #section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9, #section10, #section11, #section12, #section13 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

.video-play-button {
  position: absolute;
  z-index: 10;
  top: -48px;
  left: 24px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.35);
          transform: translateX(-50%) translateY(-50%) scale(0.35);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px; }

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite; }

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms; }

.video-play-button:hover:after {
  background-color: #da0528; }

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: .5; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: .5; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
/*# sourceMappingURL=main.css.map */