/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

ul, ol, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

/**
 * Basic typography style for copy text
 */
html {
  font-size: 62.5%; }

body {
  color: #404040;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.25; }

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1; }

h1 {
  font-size: 8em;
  color: #4e5052; }
  @media (min-width: 640px) {
    h1 {
      font-size: 9.9em; } }

h2 {
  font-size: 2em;
  margin-bottom: 0.5em; }
  @media (min-width: 640px) {
    h2 {
      font-size: 3.3em; } }

h3 {
  font-size: 3em; }

p {
  color: #003b4d;
  font-size: 1.6em;
  line-height: 1.4;
  margin: 0 0 1.6em;
  text-align: left; }
  p:last-child {
    margin: 0; }

ul, ol {
  margin: 0 0 1em 2.5em; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

li {
  font-size: 1.8em; }

a {
  color: #404040;
  text-decoration: none;
  cursor: pointer;
  outline: none; }
  a:hover {
    text-decoration: underline !important; }

hr {
  background-color: #a6a6a6;
  height: 1px;
  border: 0;
  margin-bottom: 1.5em; }

.quote {
  font-style: italic; }

.text-left {
  text-align: left !important; }

blockquote {
  margin-right: 0; }
  blockquote p {
    font-size: 2.2rem;
    margin-bottom: 1em;
    color: #003b4d; }
    blockquote p:before {
      content: "\201C";
      display: inline-block;
      width: 0.5em;
      margin-left: -0.5em; }
  blockquote cite {
    color: #3a913f;
    display: block;
    position: relative;
    margin: 3rem 0;
    padding: 0;
    font-size: 1.9em;
    line-height: 1.4;
    font-style: normal !important; }
  blockquote .blockquote--no-quotes p:before {
    content: none; }

sup {
  font-size: 0.6em; }
  sup a:hover {
    text-decoration: none !important; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.text-hidden {
  display: inline-block;
  text-indent: -9999px; }

.vertical-fix-table {
  display: table;
  width: 100%;
  height: 100%; }
  .vertical-fix-table .vertical-fix-cell {
    display: table-cell;
    vertical-align: middle; }

html {
  min-height: 100%; }

body {
  background: #606060; }

.wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto; }

.header-container {
  position: relative;
  background: #dee0e0;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }
  @media (min-width: 640px) {
    .header-container {
      padding: 0 4rem; } }

.container {
  background: #dee0e0;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 2rem 0 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 640px) {
    .container {
      padding: 0 2rem; } }
  @media (min-width: 1024px) {
    .container {
      padding: 0 4rem; } }

.bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#conclusion {
  background-color: #ffffff; }
  #conclusion .content-wrapper {
    padding: 2em 4em; }
  #conclusion .col {
    padding-left: 0; }
    @media (min-width: 640px) {
      #conclusion .col:first-child {
        width: 20%; } }
    @media (min-width: 640px) {
      #conclusion .col:last-child {
        width: 80%;
        float: right; } }
    #conclusion .col div {
      margin: 0 auto; }
  #conclusion .graphics {
    margin-top: 0; }
  #conclusion h3 {
    display: block;
    background: #324b5c; }

#footnotes .content-wrapper p {
  color: #4e5052;
  font-size: 1em;
  line-height: 1.2; }
  @media (min-width: 640px) {
    #footnotes .content-wrapper p {
      font-size: 1.1em; } }

#footer {
  padding: 2rem 0 0 0;
  display: inline-block; }
  #footer p {
    color: #4e5052;
    font-size: 1em;
    line-height: 1.2;
    padding-bottom: 1em;
    display: block;
    float: left; }
    @media (min-width: 480px) {
      #footer p {
        font-size: 1.1em;
        text-align: left; } }
    #footer p a {
      text-decoration: none !important;
      color: #404040 !important; }
  #footer #logo {
    width: 30%;
    text-align: right; }
    #footer #logo img {
      max-width: 100%; }

.header-section {
  background: none;
  margin-bottom: 0; }
  .header-section .header-container .content {
    padding: 0 0.5em;
    margin: 0 auto; }
    @media (min-width: 480px) {
      .header-section .header-container .content {
        padding: 0 2em; } }
    .header-section .header-container .content .logo-top {
      margin: 0 auto;
      float: left;
      width: 30%; }
      @media (min-width: 480px) {
        .header-section .header-container .content .logo-top {
          margin-left: -2rem; } }
    .header-section .header-container .content h1 {
      width: 100%;
      color: #003b4d;
      font-size: 3em;
      line-height: 1.2;
      padding: 2rem 0;
      -webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
      transform: translateY(70px);
      opacity: 0; }
      @media (min-width: 480px) {
        .header-section .header-container .content h1 {
          width: 100%;
          font-size: 4.5em;
          line-height: 1.2; } }
      @media (min-width: 640px) {
        .header-section .header-container .content h1 {
          width: 85%;
          font-size: 4.5em;
          line-height: 1.2;
          z-index: 9; } }
      @media (min-width: 800px) {
        .header-section .header-container .content h1 {
          font-size: 5.5em;
          line-height: 1.2;
          z-index: 9; } }
      .header-section .header-container .content h1:after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #5f5f5f;
        position: relative;
        display: block;
        margin: 2rem 0; }
    .header-section .header-container .content p {
      color: #003b4d !important; }
      @media (min-width: 640px) {
        .header-section .header-container .content p {
          font-size: 1.8rem;
          line-height: 1.5; } }

.main-heading {
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 10px; }

.row {
  margin-bottom: 2em;
  position: relative;
  overflow: hidden; }
  @media (min-width: 640px) {
    .row {
      margin-bottom: 3em; } }
  .row .content {
    padding: 2em;
    position: relative; }
  .row .svg-wrapper {
    position: relative;
    z-index: 1;
    max-width: 400px;
    margin: 0 auto; }
    .row .svg-wrapper + p {
      margin-top: 0.75em; }
  .row svg {
    width: 100%; }
  .row h3 {
    margin: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #3a913f), color-stop(#003b4d), to(#00758f));
    background: -webkit-linear-gradient(left, #3a913f 40%, #003b4d, #00758f);
    background: -o-linear-gradient(left, #3a913f 40%, #003b4d, #00758f);
    background: linear-gradient(90deg, #3a913f 40%, #003b4d, #00758f);
    color: white;
    padding: 8px 25px;
    text-transform: none;
    display: inline-block; }
  .row h4 {
    color: #404040;
    font-size: 3em;
    margin-bottom: 20px; }
    .row h4 span {
      color: #f29111; }
  .row h5 {
    color: #404040;
    font-size: 2.1em; }
    .row h5 span {
      color: #f29111; }
  .row .graphics {
    margin-top: 4em; }
  .row .col {
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    @media (min-width: 640px) {
      .row .col {
        width: 50%;
        float: left;
        text-align: left; }
        .row .col:first-child {
          padding-right: 2em; }
        .row .col:last-child {
          padding-left: 2em; } }
    .row .col.full {
      width: 100%; }
  .row .circle {
    background-color: #f80000;
    color: #fff;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    font-size: 4em;
    font-weight: bold;
    line-height: 110px;
    margin: 0 auto;
    z-index: 2; }
    .row .circle span {
      font-size: 0.5em; }
    .row .circle + p {
      margin-top: 0.75em; }

.pie-container {
  position: relative;
  width: 100%;
  min-height: 13rem;
  margin: 0; }
  .pie-container .pie {
    position: relative;
    width: 13rem;
    height: 13rem; }
    .pie-container .pie svg {
      max-height: 230px;
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg);
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center; }
    .pie-container .pie .pie-bg {
      fill: transparent;
      stroke: #dedfdf;
      stroke-width: 20px;
      opacity: 0; }
    .pie-container .pie .pie-fg {
      stroke-width: 20px; }
    .pie-container .pie .label {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      color: #003b4d;
      text-align: center;
      font-weight: bold;
      opacity: 0; }
    .pie-container .pie .label i {
      font-style: normal;
      font-size: 3.5rem;
      line-height: 4rem;
      font-weight: bold; }
    .pie-container .pie .pie-val {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 0;
      text-align: center;
      font-size: 3rem; }

.popping {
  opacity: 0; }

.animate2 {
  display: inline;
  opacity: 0; }

@media (min-width: 800px) {
  #u10 .u10w1 {
    max-width: 730px; } }

@media only screen and (max-width: 770px) and (min-width: 0px) {
  #u10 .u10w1 h3 {
    margin: 0 auto 0.5em auto; } }

@media only screen and (max-width: 770px) and (min-width: 0px) {
  #u10 .u10w1 {
    margin: 0  !important; } }

@media (min-width: 800px) {
  #u10 .u10-ologo {
    width: 40%; } }

@media (min-width: 800px) {
  #u10 .u10-ologo a {
    background-position: 0 -20px; } }

@media (min-width: 740px) {
  #u10 ul.u10-links li a {
    font-size: 1.03rem; } }

.header-section .header-container .content img.header-clouds {
  display: none; }
  @media (min-width: 640px) {
    .header-section .header-container .content img.header-clouds {
      display: block;
      position: absolute;
      top: 20px;
      right: 35px;
      opacity: 0; } }

.header-section .header-container .content img.clouds-lock {
  display: none; }
  @media (min-width: 640px) {
    .header-section .header-container .content img.clouds-lock {
      display: block;
      position: absolute;
      top: 80px;
      right: 180px;
      opacity: 0; } }

.header-section .header-container .content img.angle-top, .header-section .header-container .content img.angle-bottom {
  position: absolute;
  top: 0;
  left: -60px;
  opacity: 0; }

.header-section .header-container .content p {
  font-size: 1.8em;
  margin: 0 0 1.6em; }
  .header-section .header-container .content p.sub-header {
    color: #003b4d !important;
    font-weight: bold; }
  .header-section .header-container .content p.header-sub-title {
    font-size: 1.7em; }

.container p.sub-header {
  color: #003b4d !important;
  font-size: 1.8em;
  font-weight: bold; }

#sec-1 {
  background-color: #ffffff; }
  #sec-1 img.cloud-1 {
    width: 100%;
    position: absolute; }
  #sec-1 .content .inner-content .desktop-view {
    display: none; }
    @media (min-width: 1024px) {
      #sec-1 .content .inner-content .desktop-view {
        margin: 0; } }
    @media (min-width: 640px) {
      #sec-1 .content .inner-content .desktop-view {
        display: block;
        margin: 0 0 0 4rem; } }
    #sec-1 .content .inner-content .desktop-view .clipbook-img {
      display: inline-block;
      z-index: 3;
      position: relative; }
      #sec-1 .content .inner-content .desktop-view .clipbook-img img.clipbook {
        width: 35%;
        height: 100%;
        margin: 0 auto;
        display: block;
        opacity: 0; }
        @media (min-width: 640px) {
          #sec-1 .content .inner-content .desktop-view .clipbook-img img.clipbook {
            width: 100px;
            margin-top: 5rem; } }
        @media (min-width: 1024px) {
          #sec-1 .content .inner-content .desktop-view .clipbook-img img.clipbook {
            width: 135px;
            margin: 0; } }
    #sec-1 .content .inner-content .desktop-view .flow {
      width: 50%;
      margin: 0 auto;
      display: block;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      margin-top: -40px;
      z-index: 1;
      position: relative; }
      @media (min-width: 640px) {
        #sec-1 .content .inner-content .desktop-view .flow {
          width: 125px;
          display: inline-block;
          -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
          margin-left: -30px; } }
      @media (min-width: 1024px) {
        #sec-1 .content .inner-content .desktop-view .flow {
          width: 175px;
          display: inline-block;
          -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
          margin-left: -30px; } }
    #sec-1 .content .inner-content .desktop-view .stats {
      width: 60%; }
      @media (min-width: 640px) {
        #sec-1 .content .inner-content .desktop-view .stats {
          display: inline-block;
          width: 50%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          vertical-align: top; } }
      #sec-1 .content .inner-content .desktop-view .stats .values-area {
        width: 100%;
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 2rem 0; }
        #sec-1 .content .inner-content .desktop-view .stats .values-area.stat-pop {
          opacity: 0; }
        #sec-1 .content .inner-content .desktop-view .stats .values-area.clipbook {
          opacity: 0; }
        #sec-1 .content .inner-content .desktop-view .stats .values-area .value-img {
          width: 35%; }
          #sec-1 .content .inner-content .desktop-view .stats .values-area .value-img.clipbook {
            opacity: 0; }
        #sec-1 .content .inner-content .desktop-view .stats .values-area .value-perc-copy {
          width: 80%;
          padding: 0 0 0 2rem;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          #sec-1 .content .inner-content .desktop-view .stats .values-area .value-perc-copy.clipbook {
            opacity: 0; }
        #sec-1 .content .inner-content .desktop-view .stats .values-area p {
          text-align: center;
          margin: 0 0 0.6em; }
          @media (min-width: 640px) {
            #sec-1 .content .inner-content .desktop-view .stats .values-area p {
              text-align: left; } }
          #sec-1 .content .inner-content .desktop-view .stats .values-area p.increment-text {
            font-size: 5rem;
            line-height: 1.2;
            font-weight: bold;
            margin: 0 0 0.5rem 0;
            padding: 0; }
        @media (min-width: 640px) {
          #sec-1 .content .inner-content .desktop-view .stats .values-area img.flow-cloud, #sec-1 .content .inner-content .desktop-view .stats .values-area img.flow-people {
            width: 100%;
            display: inline-block;
            margin: auto; } }
    #sec-1 .content .inner-content .desktop-view .animate1 {
      display: inline;
      opacity: 0; }
  #sec-1 .content .inner-content .mobile-view {
    display: block; }
    @media (min-width: 1024px) {
      #sec-1 .content .inner-content .mobile-view {
        margin: 0; } }
    @media (min-width: 640px) {
      #sec-1 .content .inner-content .mobile-view {
        display: none; } }
    #sec-1 .content .inner-content .mobile-view .animate1 {
      display: inline;
      opacity: 0; }
    #sec-1 .content .inner-content .mobile-view .clipbook-img {
      margin: 0 auto;
      display: block;
      z-index: 3;
      position: relative; }
      #sec-1 .content .inner-content .mobile-view .clipbook-img img.clipbook {
        width: 25%;
        margin: 0 auto;
        display: block;
        opacity: 0; }
    #sec-1 .content .inner-content .mobile-view .flow {
      width: 30%;
      margin: 0 auto;
      display: block;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      z-index: 1;
      position: relative; }
    #sec-1 .content .inner-content .mobile-view .stats {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #sec-1 .content .inner-content .mobile-view .stats .values-area {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 2rem 0;
        padding: 0 0.5rem; }
        #sec-1 .content .inner-content .mobile-view .stats .values-area.stat-pop {
          opacity: 0; }
        #sec-1 .content .inner-content .mobile-view .stats .values-area.clipbook {
          opacity: 0; }
        #sec-1 .content .inner-content .mobile-view .stats .values-area .value-img {
          width: 35%; }
          #sec-1 .content .inner-content .mobile-view .stats .values-area .value-img.clipbook {
            opacity: 0; }
        #sec-1 .content .inner-content .mobile-view .stats .values-area .value-perc-copy {
          width: 70%;
          padding: 0 0 0 2rem;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          #sec-1 .content .inner-content .mobile-view .stats .values-area .value-perc-copy.clipbook {
            opacity: 0; }
        #sec-1 .content .inner-content .mobile-view .stats .values-area p {
          text-align: center;
          margin: 0 0 0.6em;
          font-size: 1.3em;
          padding: 0 0.5rem; }
          @media (min-width: 640px) {
            #sec-1 .content .inner-content .mobile-view .stats .values-area p {
              font-size: 1.6em;
              text-align: left; } }
          #sec-1 .content .inner-content .mobile-view .stats .values-area p.increment-text {
            font-size: 3rem;
            line-height: 1.2;
            font-weight: bold;
            margin: 0 0 0.5rem 0;
            padding: 0; }
            @media (min-width: 640px) {
              #sec-1 .content .inner-content .mobile-view .stats .values-area p.increment-text {
                font-size: 5rem;
                line-height: 1.2; } }
        #sec-1 .content .inner-content .mobile-view .stats .values-area img.flow-cloud, #sec-1 .content .inner-content .mobile-view .stats .values-area img.flow-people {
          width: 60%;
          margin: 2rem auto;
          display: block;
          height: 70px; }
          @media (min-width: 480px) {
            #sec-1 .content .inner-content .mobile-view .stats .values-area img.flow-cloud, #sec-1 .content .inner-content .mobile-view .stats .values-area img.flow-people {
              height: 118px; } }
          @media (min-width: 640px) {
            #sec-1 .content .inner-content .mobile-view .stats .values-area img.flow-cloud, #sec-1 .content .inner-content .mobile-view .stats .values-area img.flow-people {
              width: 100%;
              display: inline-block;
              margin: auto; } }
  #sec-1 h1 {
    font-size: 8em;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff; }
    @media (min-width: 640px) {
      #sec-1 h1 {
        font-size: 8em; } }
  #sec-1 .col {
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px; }
    #sec-1 .col p {
      text-align: center;
      width: 100%;
      margin: 0 auto;
      color: #000000 !important;
      padding: 0 !important; }
      @media (min-width: 640px) {
        #sec-1 .col p {
          text-align: center; } }
    #sec-1 .col .icon .layer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: 50% 50%; }
    #sec-1 .col.block-1 {
      width: 100%;
      padding-bottom: 0;
      margin-bottom: 0; }
      @media (min-width: 800px) {
        #sec-1 .col.block-1 {
          width: 600px; } }
      #sec-1 .col.block-1 .gps-holder {
        height: 100%;
        min-height: 200px; }
        @media (min-width: 800px) {
          #sec-1 .col.block-1 .gps-holder {
            height: 376px; } }
        @media (min-width: 480px) {
          #sec-1 .col.block-1 .gps-holder {
            min-height: 310px; } }
  #sec-1 .graphics {
    margin-top: 0;
    position: relative; }

#sec-2 {
  background-color: #ffffff; }
  #sec-2 .content .flex1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 640px) {
      #sec-2 .content .flex1 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    #sec-2 .content .flex1 .boxing {
      display: inline-block; }
      #sec-2 .content .flex1 .boxing.flexyyy1 {
        width: 100%; }
        @media (min-width: 640px) {
          #sec-2 .content .flex1 .boxing.flexyyy1 {
            width: 60%; } }
      #sec-2 .content .flex1 .boxing.flexyyy2 {
        width: 100%; }
        @media (min-width: 640px) {
          #sec-2 .content .flex1 .boxing.flexyyy2 {
            width: 40%; } }
  #sec-2 .content .inner-content {
    background-image: none;
    background-repeat: no-repeat;
    background-size: 100%; }
    @media (min-width: 640px) {
      #sec-2 .content .inner-content .blockq {
        display: inline-block;
        width: 50%; } }
    #sec-2 .content .inner-content .section2-img {
      margin: 0 auto;
      display: block;
      z-index: 3;
      position: relative;
      display: none; }
      @media (min-width: 640px) {
        #sec-2 .content .inner-content .section2-img {
          display: inline-block; } }
      #sec-2 .content .inner-content .section2-img img.clipbook {
        width: 35%;
        margin: 0 auto;
        display: block; }
  #sec-2 .header {
    display: inline-block;
    width: 100%;
    margin: 0 auto; }
    #sec-2 .header p {
      text-align: center;
      font-weight: normal;
      width: 100%;
      margin: 20px 0;
      color: #000;
      line-height: normal;
      font-size: 1.5em; }
      @media (min-width: 800px) {
        #sec-2 .header p {
          line-height: 20px;
          width: 50%;
          margin: 20px auto;
          line-height: 25px; } }
      #sec-2 .header p span {
        color: #324b5c !important;
        font-size: 2em;
        font-weight: bold; }
        #sec-2 .header p span i {
          font-style: normal;
          display: inline-block; }
  #sec-2 .graphics {
    margin-top: 0;
    position: relative; }
  #sec-2 .swift-svg-t2 {
    opacity: 0; }

#sec-3 {
  background-color: #fff; }
  #sec-3 img.cloud-1 {
    right: 0;
    position: absolute; }
  #sec-3 .content {
    overflow: hidden; }
    #sec-3 .content p.sub-title {
      width: 100%; }
      @media (min-width: 640px) {
        #sec-3 .content p.sub-title {
          width: 80%; } }
    #sec-3 .content .inner-content .box {
      width: 100%;
      margin: 1rem auto; }
      @media (min-width: 480px) {
        #sec-3 .content .inner-content .box {
          width: 90%;
          margin: 3rem auto; } }
      #sec-3 .content .inner-content .box .pie-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media (min-width: 480px) {
          #sec-3 .content .inner-content .box .pie-container {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row; } }
        #sec-3 .content .inner-content .box .pie-container .chart-area {
          width: auto;
          margin: 0 auto;
          visibility: visible !important; }
          @media (min-width: 480px) {
            #sec-3 .content .inner-content .box .pie-container .chart-area {
              margin: auto; } }
        #sec-3 .content .inner-content .box .pie-container .chart-legend {
          width: 100%;
          padding: 2rem 0;
          visibility: visible !important; }
          @media (min-width: 640px) {
            #sec-3 .content .inner-content .box .pie-container .chart-legend {
              width: 50%;
              padding: 2rem; } }
          @media (min-width: 480px) {
            #sec-3 .content .inner-content .box .pie-container .chart-legend {
              width: 70%;
              padding: 2rem 0rem 2rem 2rem;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
          #sec-3 .content .inner-content .box .pie-container .chart-legend p {
            font-size: 1.8rem;
            line-height: 1.2;
            text-align: center; }
            @media (min-width: 640px) {
              #sec-3 .content .inner-content .box .pie-container .chart-legend p {
                font-size: 2rem;
                line-height: 1.2;
                text-align: left; } }
            @media (min-width: 480px) {
              #sec-3 .content .inner-content .box .pie-container .chart-legend p {
                text-align: left; } }
        #sec-3 .content .inner-content .box .pie-container .chart-img {
          width: 50%;
          display: none; }
          @media (min-width: 640px) {
            #sec-3 .content .inner-content .box .pie-container .chart-img {
              display: block; } }
          #sec-3 .content .inner-content .box .pie-container .chart-img img {
            width: 100%; }
          #sec-3 .content .inner-content .box .pie-container .chart-img .training-cloud {
            border: 1px solid red; }
        #sec-3 .content .inner-content .box .pie-container .pie {
          width: 10rem;
          height: 10rem; }
          @media (min-width: 640px) {
            #sec-3 .content .inner-content .box .pie-container .pie {
              width: 13rem;
              height: 13rem; } }
        #sec-3 .content .inner-content .box .pie-container .swift-svg {
          opacity: 0; }
    #sec-3 .content .inner-content .X .anm1 {
      border: 1px solid red;
      display: inline-block;
      width: calc(100%/3 - 5px); }
      #sec-3 .content .inner-content .X .anm1.swift-svg {
        opacity: 0; }
    #sec-3 .content .inner-content .Y .anm2 {
      border: 1px solid cornflowerblue;
      display: inline-block;
      width: calc(100%/3 - 5px); }
      #sec-3 .content .inner-content .Y .anm2.swift-svg {
        opacity: 0; }
  #sec-3 .graphics {
    margin-top: 0;
    position: relative; }

#conclusion.row {
  margin-bottom: 2em; }

#conclusion .col {
  display: inline-block; }

#conclusion .content {
  padding: 3em 2em;
  overflow: hidden;
  border-right: 3px solid #324b5c;
  border-left: 3px solid #324b5c;
  border-bottom: 3px solid #324b5c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  #conclusion .content a {
    color: #f80000;
    text-decoration: none; }
    #conclusion .content a.cta-link {
      color: #003b4d;
      text-decoration: underline; }
      #conclusion .content a.cta-link:hover {
        text-decoration: none !important; }
  #conclusion .content .graphics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

#conclusion #search {
  background: url("../images/footer-hand.png") no-repeat scroll left center;
  background-size: contain;
  display: none; }
  @media (min-width: 800px) {
    #conclusion #search {
      display: block; } }
  @media (min-width: 640px) {
    #conclusion #search {
      width: 95px;
      height: 94px;
      display: block; } }

#conclusion .section-social {
  background-color: #324b5c;
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: -5px; }
  #conclusion .section-social .social-wrap {
    display: table;
    float: right; }
    #conclusion .section-social .social-wrap p {
      color: #ffffff;
      font-size: 1.4em;
      display: inline-block;
      display: table-cell;
      vertical-align: middle;
      font-weight: bold;
      padding-right: 20px; }
    #conclusion .section-social .social-wrap ul {
      display: table-cell;
      vertical-align: middle;
      margin: 0; }
      #conclusion .section-social .social-wrap ul li {
        float: left;
        margin-right: 0;
        list-style: none;
        font-size: 1px; }
        #conclusion .section-social .social-wrap ul li a {
          display: inline-block;
          width: 32px;
          height: 30px;
          background-repeat: no-repeat;
          background-position: 100%; }
          #conclusion .section-social .social-wrap ul li a.fb {
            background-image: url("../images/fb.png"); }
          #conclusion .section-social .social-wrap ul li a.linked {
            background-image: url("../images/linked.png"); }
          #conclusion .section-social .social-wrap ul li a.twitter {
            background-image: url("../images/twitter.png"); }
          #conclusion .section-social .social-wrap ul li a.youtube {
            background-image: url("../images/youtube.png"); }

#footnotes.row {
  margin-bottom: 0;
  padding-bottom: 3em; }

#footer .footer-text {
  width: 68%;
  display: inline-block; }

#footer #logo {
  width: 30%;
  display: inline-block; }
  #footer #logo img {
    display: block; }

blockquote:before {
  content: "";
  background-image: url("../images/sec-2/top-comma.png");
  position: absolute;
  display: inline-block;
  width: 101px;
  height: 81px;
  top: -25px;
  left: -40px; }

blockquote:after {
  content: "";
  background-image: url("../images/sec-2/bottom-comma.png");
  position: absolute;
  display: inline-block;
  width: 101px;
  height: 81px;
  bottom: 70px;
  right: 5px; }

/* Scss Document */
@-webkit-keyframes expandRectangle {
  0% {
    width: 0;
    height: 0;
    opacity: 0; }
  100% {
    width: 155px;
    height: 130px;
    opacity: 1; } }

@-moz-keyframes expandRectangle {
  0% {
    width: 0;
    height: 0;
    opacity: 0; }
  100% {
    width: 155px;
    height: 130px;
    opacity: 1; } }

@-ms-keyframes expandRectangle {
  0% {
    width: 0;
    height: 0;
    opacity: 0; }
  100% {
    width: 155px;
    height: 130px;
    opacity: 1; } }

@-o-keyframes expandRectangle {
  0% {
    width: 0;
    height: 0;
    opacity: 0; }
  100% {
    width: 155px;
    height: 130px;
    opacity: 1; } }

@keyframes expandRectangle {
  0% {
    width: 0;
    height: 0;
    opacity: 0; }
  100% {
    width: 155px;
    height: 130px;
    opacity: 1; } }

@-webkit-keyframes showSlow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: -20; }
  25% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    z-index: 1; }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  75% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  85% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes showSlow {
  0% {
    opacity: 0;
    transform: scale(0);
    z-index: -20; }
  25% {
    opacity: 1;
    transform: scale(0.1);
    z-index: 1; }
  50% {
    opacity: 1;
    transform: scale(0.5); }
  75% {
    opacity: 1;
    transform: scale(1); }
  85% {
    opacity: 1;
    transform: scale(1.2); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@-ms-keyframes showSlow {
  0% {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: -20; }
  25% {
    opacity: 1;
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    z-index: 1; }
  50% {
    opacity: 1;
    -ms-transform: scale(0.5);
    transform: scale(0.5); }
  75% {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1); }
  85% {
    opacity: 1;
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes showSlow {
  0% {
    opacity: 0;
    transform: scale(0);
    z-index: -20; }
  25% {
    opacity: 1;
    transform: scale(0.1);
    z-index: 1; }
  50% {
    opacity: 1;
    transform: scale(0.5); }
  75% {
    opacity: 1;
    transform: scale(1); }
  85% {
    opacity: 1;
    transform: scale(1.2); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes showSlow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: -20; }
  25% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    z-index: 1; }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  75% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  85% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes arrowSpin {
  0% {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    opacity: 1; } }

@-moz-keyframes arrowSpin {
  0% {
    transform: rotateZ(180deg);
    opacity: 0; }
  100% {
    transform: rotateZ(360deg);
    opacity: 1; } }

@-ms-keyframes arrowSpin {
  0% {
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
    opacity: 0; }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotateZ(360deg);
    opacity: 1; } }

@-o-keyframes arrowSpin {
  0% {
    transform: rotateZ(180deg);
    opacity: 0; }
  100% {
    transform: rotateZ(360deg);
    opacity: 1; } }

@keyframes arrowSpin {
  0% {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    opacity: 1; } }

@-webkit-keyframes moveLine {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    bottom: -60px;
    left: -120px;
    opacity: 1; }
  100% {
    -webkit-transform: translate(50px, -70px);
    transform: translate(50px, -70px);
    opacity: 1; } }

@-moz-keyframes moveLine {
  0% {
    transform: translate(0, 0);
    bottom: -60px;
    left: -120px;
    opacity: 1; }
  100% {
    transform: translate(50px, -70px);
    opacity: 1; } }

@-ms-keyframes moveLine {
  0% {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    bottom: -60px;
    left: -120px;
    opacity: 1; }
  100% {
    -ms-transform: translate(50px, -70px);
    transform: translate(50px, -70px);
    opacity: 1; } }

@-o-keyframes moveLine {
  0% {
    transform: translate(0, 0);
    bottom: -60px;
    left: -120px;
    opacity: 1; }
  100% {
    transform: translate(50px, -70px);
    opacity: 1; } }

@keyframes moveLine {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    bottom: -60px;
    left: -120px;
    opacity: 1; }
  100% {
    -webkit-transform: translate(50px, -70px);
    transform: translate(50px, -70px);
    opacity: 1; } }

@-webkit-keyframes extrudeBar {
  0% {
    height: 3px;
    opacity: 1; }
  80% {
    visibility: visible;
    opacity: 1; }
  100% {
    opacity: 1; } }

@-moz-keyframes extrudeBar {
  0% {
    height: 3px;
    opacity: 1; }
  80% {
    visibility: visible;
    opacity: 1; }
  100% {
    opacity: 1; } }

@-ms-keyframes extrudeBar {
  0% {
    height: 3px;
    opacity: 1; }
  80% {
    visibility: visible;
    opacity: 1; }
  100% {
    opacity: 1; } }

@-o-keyframes extrudeBar {
  0% {
    height: 3px;
    opacity: 1; }
  80% {
    visibility: visible;
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes extrudeBar {
  0% {
    height: 3px;
    opacity: 1; }
  80% {
    visibility: visible;
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
  25% {
    opacity: 1;
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  75% {
    opacity: 1;
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.1); }
  25% {
    opacity: 1;
    transform: scale(0.2); }
  50% {
    opacity: 1;
    transform: scale(0.5); }
  75% {
    opacity: 1;
    transform: scale(0.7); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@-ms-keyframes scale {
  0% {
    opacity: 0;
    -ms-transform: scale(0.1);
    transform: scale(0.1); }
  25% {
    opacity: 1;
    -ms-transform: scale(0.2);
    transform: scale(0.2); }
  50% {
    opacity: 1;
    -ms-transform: scale(0.5);
    transform: scale(0.5); }
  75% {
    opacity: 1;
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.1); }
  25% {
    opacity: 1;
    transform: scale(0.2); }
  50% {
    opacity: 1;
    transform: scale(0.5); }
  75% {
    opacity: 1;
    transform: scale(0.7); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
  25% {
    opacity: 1;
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  75% {
    opacity: 1;
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes movePieSection {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  80% {
    -webkit-transform: translate(30px, -30px);
    transform: translate(30px, -30px);
    opacity: 1; }
  100% {
    opacity: 1; } }

@-moz-keyframes movePieSection {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  80% {
    transform: translate(30px, -30px);
    opacity: 1; }
  100% {
    opacity: 1; } }

@-ms-keyframes movePieSection {
  0% {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  80% {
    -ms-transform: translate(30px, -30px);
    transform: translate(30px, -30px);
    opacity: 1; }
  100% {
    opacity: 1; } }

@-o-keyframes movePieSection {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  80% {
    transform: translate(30px, -30px);
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes movePieSection {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  80% {
    -webkit-transform: translate(30px, -30px);
    transform: translate(30px, -30px);
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes extrudeLine {
  0% {
    width: 2px; }
  100% {
    visibility: visible;
    opacity: 1; } }

@-moz-keyframes extrudeLine {
  0% {
    width: 2px; }
  100% {
    visibility: visible;
    opacity: 1; } }

@-ms-keyframes extrudeLine {
  0% {
    width: 2px; }
  100% {
    visibility: visible;
    opacity: 1; } }

@-o-keyframes extrudeLine {
  0% {
    width: 2px; }
  100% {
    visibility: visible;
    opacity: 1; } }

@keyframes extrudeLine {
  0% {
    width: 2px; }
  100% {
    visibility: visible;
    opacity: 1; } }

@-webkit-keyframes moveUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes moveUp {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@-ms-keyframes moveUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-o-keyframes moveUp {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes moveUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes extrudeBars {
  0% {
    width: 5px;
    height: 10px; }
  100% {
    visibility: visible;
    opacity: 1; } }

@-moz-keyframes extrudeBars {
  0% {
    width: 5px;
    height: 10px; }
  100% {
    visibility: visible;
    opacity: 1; } }

@-ms-keyframes extrudeBars {
  0% {
    width: 5px;
    height: 10px; }
  100% {
    visibility: visible;
    opacity: 1; } }

@-o-keyframes extrudeBars {
  0% {
    width: 5px;
    height: 10px; }
  100% {
    visibility: visible;
    opacity: 1; } }

@keyframes extrudeBars {
  0% {
    width: 5px;
    height: 10px; }
  100% {
    visibility: visible;
    opacity: 1; } }

@-webkit-keyframes drops {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes drops {
  0% {
    opacity: 0;
    transform: translateY(-100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-ms-keyframes drops {
  0% {
    opacity: 0;
    -ms-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes drops {
  0% {
    opacity: 0;
    transform: translateY(-100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes drops {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes vibrate {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0);
    opacity: 1; }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
    opacity: 1; }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
    opacity: 1; } }

@-moz-keyframes vibrate {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(1px, 0, 0);
    opacity: 1; }
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
    opacity: 1; }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
    opacity: 1; } }

@-ms-keyframes vibrate {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(1px, 0, 0);
    opacity: 1; }
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
    opacity: 1; }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
    opacity: 1; } }

@-o-keyframes vibrate {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(1px, 0, 0);
    opacity: 1; }
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
    opacity: 1; }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
    opacity: 1; } }

@keyframes vibrate {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0);
    opacity: 1; }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
    opacity: 1; }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
    opacity: 1; } }

@-webkit-keyframes expandLine {
  0% {
    width: 5px;
    height: 5px; }
  100% {
    width: 290px;
    height: 5px;
    opacity: 1; } }

@-moz-keyframes expandLine {
  0% {
    width: 5px;
    height: 5px; }
  100% {
    width: 290px;
    height: 5px;
    opacity: 1; } }

@-ms-keyframes expandLine {
  0% {
    width: 5px;
    height: 5px; }
  100% {
    width: 290px;
    height: 5px;
    opacity: 1; } }

@-o-keyframes expandLine {
  0% {
    width: 5px;
    height: 5px; }
  100% {
    width: 290px;
    height: 5px;
    opacity: 1; } }

@keyframes expandLine {
  0% {
    width: 5px;
    height: 5px; }
  100% {
    width: 290px;
    height: 5px;
    opacity: 1; } }

@-webkit-keyframes expandLineMobile {
  0% {
    width: 5px;
    height: 5px; }
  100% {
    width: 200px;
    height: 5px;
    opacity: 1; } }

@-moz-keyframes expandLineMobile {
  0% {
    width: 5px;
    height: 5px; }
  100% {
    width: 200px;
    height: 5px;
    opacity: 1; } }

@-ms-keyframes expandLineMobile {
  0% {
    width: 5px;
    height: 5px; }
  100% {
    width: 200px;
    height: 5px;
    opacity: 1; } }

@-o-keyframes expandLineMobile {
  0% {
    width: 5px;
    height: 5px; }
  100% {
    width: 200px;
    height: 5px;
    opacity: 1; } }

@keyframes expandLineMobile {
  0% {
    width: 5px;
    height: 5px; }
  100% {
    width: 200px;
    height: 5px;
    opacity: 1; } }

@-webkit-keyframes bounceFolder {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 1; }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 1; } }

@-moz-keyframes bounceFolder {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px);
    opacity: 1; }
  60% {
    transform: translateY(-15px);
    opacity: 1; } }

@-ms-keyframes bounceFolder {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 1; }
  60% {
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 1; } }

@-o-keyframes bounceFolder {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px);
    opacity: 1; }
  60% {
    transform: translateY(-15px);
    opacity: 1; } }

@keyframes bounceFolder {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 1; }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 1; } }

@-webkit-keyframes fallTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes fallTop {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-ms-keyframes fallTop {
  0% {
    opacity: 0;
    -ms-transform: translateY(-200px);
    transform: translateY(-200px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes fallTop {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fallTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 1; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; } }

@-moz-keyframes flip {
  0% {
    transform: rotateY(0); }
  50% {
    transform: rotateY(180deg);
    opacity: 1; }
  100% {
    transform: rotateY(0);
    opacity: 1; } }

@-ms-keyframes flip {
  0% {
    transform: rotateY(0); }
  50% {
    transform: rotateY(180deg);
    opacity: 1; }
  100% {
    transform: rotateY(0);
    opacity: 1; } }

@-o-keyframes flip {
  0% {
    transform: rotateY(0); }
  50% {
    transform: rotateY(180deg);
    opacity: 1; }
  100% {
    transform: rotateY(0);
    opacity: 1; } }

@keyframes flip {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 1; }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1; } }

@-webkit-keyframes moveRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    left: 0; }
  25% {
    opacity: 1;
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  75% {
    opacity: 1;
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes moveRight {
  0% {
    opacity: 0;
    transform: scale(0.1);
    left: 0; }
  25% {
    opacity: 1;
    transform: scale(0.2); }
  50% {
    opacity: 1;
    transform: scale(0.5); }
  75% {
    opacity: 1;
    transform: scale(0.7); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@-ms-keyframes moveRight {
  0% {
    opacity: 0;
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    left: 0; }
  25% {
    opacity: 1;
    -ms-transform: scale(0.2);
    transform: scale(0.2); }
  50% {
    opacity: 1;
    -ms-transform: scale(0.5);
    transform: scale(0.5); }
  75% {
    opacity: 1;
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes moveRight {
  0% {
    opacity: 0;
    transform: scale(0.1);
    left: 0; }
  25% {
    opacity: 1;
    transform: scale(0.2); }
  50% {
    opacity: 1;
    transform: scale(0.5); }
  75% {
    opacity: 1;
    transform: scale(0.7); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes moveRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    left: 0; }
  25% {
    opacity: 1;
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  75% {
    opacity: 1;
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes moveLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    right: 2px; }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    opacity: 1;
    -webkit-transform: scale(1 0.5);
    transform: scale(1 0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    bottom: 0; } }

@-moz-keyframes moveLeft {
  0% {
    opacity: 0;
    transform: scale(1.2);
    right: 2px; }
  25% {
    opacity: 1;
    transform: scale(1.15); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  75% {
    opacity: 1;
    transform: scale(1 0.5); }
  100% {
    opacity: 1;
    transform: scale(1);
    bottom: 0; } }

@-ms-keyframes moveLeft {
  0% {
    opacity: 0;
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    right: 2px; }
  25% {
    opacity: 1;
    -ms-transform: scale(1.15);
    transform: scale(1.15); }
  50% {
    opacity: 1;
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    opacity: 1;
    -ms-transform: scale(1 0.5);
    transform: scale(1 0.5); }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
    bottom: 0; } }

@-o-keyframes moveLeft {
  0% {
    opacity: 0;
    transform: scale(1.2);
    right: 2px; }
  25% {
    opacity: 1;
    transform: scale(1.15); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  75% {
    opacity: 1;
    transform: scale(1 0.5); }
  100% {
    opacity: 1;
    transform: scale(1);
    bottom: 0; } }

@keyframes moveLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    right: 2px; }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    opacity: 1;
    -webkit-transform: scale(1 0.5);
    transform: scale(1 0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    bottom: 0; } }

@-webkit-keyframes bounceIcon {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 1; }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 1; }
  100% {
    opacity: 1; } }

@-moz-keyframes bounceIcon {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px);
    opacity: 1; }
  60% {
    transform: translateY(-15px);
    opacity: 1; }
  100% {
    opacity: 1; } }

@-ms-keyframes bounceIcon {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 1; }
  60% {
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 1; }
  100% {
    opacity: 1; } }

@-o-keyframes bounceIcon {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px);
    opacity: 1; }
  60% {
    transform: translateY(-15px);
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes bounceIcon {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 1; }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 1; }
  100% {
    opacity: 1; } }
