@charset "UTF-8";
.ui-fl {
  float: left; }

.ui-fr {
  float: right; }

.ui-fn {
  float: none; }

.ui-text-white {
  color: #fff; }

.ui-center {
  text-align: center; }

.ui-no__padding {
  padding: 0; }

.ui-no__margin {
  margin: 0; }

.ui-relative {
  position: relative; }

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

.ui-text-right {
  text-align: right !important; }

.ui-text-center {
  text-align: center !important; }

.ui-text-justify {
  text-align: justify !important; }

.ui-text-bold {
  font-weight: 600 !important; }

.ui-inline_block_mid {
  display: inline-block;
  vertical-align: middle; }

@media (min-width: 1024px) {
  .solutions .uk-modal-dialog-lightbox,
  .product .uk-modal-dialog-lightbox, .solutions
  .uk-lightbox-content,
  .product
  .uk-lightbox-content, .solutions
  .uk-lightbox-content iframe,
  .product
  .uk-lightbox-content iframe {
    width: 852px !important; } }

[hidden],
template {
  display: none; }

.panel {
  display: block;
  position: relative; }

.panel:hover {
  text-decoration: none; }

.panel:before,
.panel:after {
  content: "";
  display: table; }

.panel:after {
  clear: both; }

/* Clearing
 ========================================================================== */
/*
 * Micro clearfix
* `table-cell` is used with `:before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * `table` is used again with `:after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
.clearfix:before {
  content: "";
  display: table-cell; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* dummy placeholder */
.dummy-text {
  text-align: left;
  margin: 0 auto;
  padding: 10px 0;
  color: #ddd;
  font-size: 1em;
  font-family: 'Blokk', Arial, serif; }

.dummy-img {
  height: 400px;
  background-color: #ddd;
  margin: 30px auto; }

.dummy-img,
.dummy-text {
  max-width: 600px;
  width: 90%;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s; }

.media_videos .media__item-video_visible .dummy-img {
  opacity: 1;
  width: 100%;
  height: 100%;
  max-width: none; }

/* ========================================================================
   Component: Base
 ========================================================================== */
*, *:after, *:before {
  box-sizing: border-box; }

/*
 * 1. Normalize default `font-family` and set `font-size` to support `rem` units
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 * 3. Style
 */
body,
html {
  /* 1 */
  font: 400 18px / 30px "Open Sans", sans-serif;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  background: #f5f5f5;
  color: #2A2B33; }
  @media (max-width: 767px) {
    body,
    html {
      font-size: 16px;
      line-height: 26px; } }

html,
html a {
  -webkit-font-smoothing: antialiased; }

html {
  background-color: #fff; }

/*
 * Removes default margin.
 */
body {
  position: relative;
  padding: 0 0;
  margin: 0 0;
  text-rendering: optimizelegibility;
  overflow: auto; }

body.overflow-hidden {
  overflow: hidden; }

figure img {
  width: 100%; }

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

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

/*
 * Style
 */
a {
  color: #33B0E8;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  outline: 0;
  transition: all 0.2s linear; }

a:hover {
  color: #33B0E8;
  text-decoration: underline; }

.forgot-password__link,
.forgot-password__link:hover {
  font-size: 14px;
  line-height: 14px;
  color: #fff; }

a img {
  border: 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; }

/*
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Consolas has a better baseline in running text compared to `Courier`
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 12px;
  /* 2 */
  font-family: Consolas, monospace, serif;
  /* 3 */
  color: #D05;
  white-space: nowrap; }

/*
 * Emphasize
 */
em {
  color: #D05; }

/*
 * Insert
 */
ins {
  background: #ffa;
  color: #444;
  text-decoration: none; }

/*
 * Mark
 * Note: Addresses styling not present in IE 8/9.
 */
mark {
  background: #ffa;
  color: #444; }

/*
 * Quote
 */
q {
  font-style: italic; }

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

/*
 * Prevents `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 the gap between embedded content and the bottom of their containers.
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Responsiveness
 * 1. Sets a maximum width relative to the parent and auto scales the height
 * 2. Corrects `max-width` behavior if padding and border are used
 */
audio,
canvas,
img,
svg,
video {
  /* 1 */
  max-width: 100%;
  height: auto;
  /* 2 */
  box-sizing: border-box; }

/*
 * Preserve original dimensions
 */
g-preserveg-preserve audiog-preserve canvasg-preserve imgg-preserve svgg-preserve video {
  max-width: none; }

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

/* Block elements
 ========================================================================== */
/*
 * Reset margin
 */
blockquote,
figure {
  margin: 0; }

/*
 * Margins
 */
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0 0 15px 0; }

* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 15px; }

/* Headings
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #000;
  text-transform: none; }

/*
 * Margins
 */
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 25px; }

/*
 * Sizes
 */
h1 {
  font-size: 40px;
  line-height: 50px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 24px;
      line-height: 30px; } }

h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600; }
  @media (max-width: 767px) {
    h2 {
      font-size: 20px;
      line-height: 28px; } }

h3 {
  font-size: 18px;
  line-height: 24px; }

h4 {
  font-size: 18px;
  line-height: 24px; }
  @media (max-width: 767px) {
    h4 {
      font-size: 13px;
      line-height: 18px; } }

h5 {
  font-size: 20px;
  line-height: 27px; }
  @media (max-width: 767px) {
    h5 {
      font-size: 18px;
      line-height: 24px; } }

h6 {
  font-size: 12px;
  line-height: 18px; }

/* Lists
 ========================================================================== */
ul,
ol {
  padding-left: 30px; }

/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0; }

/* Description lists
 ========================================================================== */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Horizontal rules
 ========================================================================== */
/*
 * 1. Address differences between Firefox and other browsers.
 * 2. Style
 */
hr {
  /* 1 */
  box-sizing: content-box;
  height: 0;
  /* 2 */
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #ddd; }

/* Address
 ========================================================================== */
address {
  font-style: normal; }

/* Blockquotes
 ========================================================================== */
blockquote {
  padding-left: 15px;
  border-left: 5px solid #ddd;
  font-size: 16px;
  line-height: 22px;
  font-style: italic; }

/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
  padding: 10px;
  background: #f5f5f5;
  font: 12px / 18px Consolas, monospace, serif;
  color: #444;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto; }

/* Selection pseudo-element
 ========================================================================== */
::-moz-selection {
  background: #39f;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none; }

/* HTML5 elements
 ========================================================================== */
/*
 * 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,
main,
nav,
section,
summary {
  display: block; }

/*
 * Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/*
 * Prevent displaying `audio` without controls in Chrome, Safari and Opera
 */
audio:not([controls]) {
  display: none; }

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

/* Iframe
 ========================================================================== */
iframe {
  border: 0; }

/* Fix viewport for IE10 snap mode
 ========================================================================== */
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width; } }

/* This used to work to remove the video play button on ios mobile phone */
/* But it is not enough now, below dont hide play button parent div */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

/* Old shadow dom for play button */
*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

/* New shadow dom for play button */
/* This one works */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

main {
  /* Force Hardware Acceleration */
  transition: opacity 0.4s; }
  .explore main.unloading,
  .video main.unloading {
    opacity: 0; }

/*
.image-mask {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-animation: maskInSide forwards;
    animation: maskInSide forwards;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: cubic-bezier(.985, .005, .15, .86);
    animation-timing-function: cubic-bezier(.985, .005, .15, .86)
}

@-webkit-keyframes maskInSide {
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes maskInSide {
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@-webkit-keyframes maskInSideCenter {
    to {
        -webkit-transform: translateY(-50%) translateX(0);
        transform: translateY(-50%) translateX(0)
    }
}
@keyframes maskInSideCenter {
    to {
        -webkit-transform: translateY(-50%) translateX(0);
        transform: translateY(-50%) translateX(0)
    }
}

 */
.loading-page {
  animation: fadein ease 3s;
  animation-fill-mode: forwards; }
  .loading-page main {
    transform: translateY(10px);
    animation: totop ease-in 400ms;
    animation-fill-mode: forwards; }

.unloading-page {
  animation: fadeout ease-in 300ms 150ms;
  animation-fill-mode: forwards; }
  .unloading-page main {
    animation: tobottom ease-in 400ms;
    animation-fill-mode: forwards; }

.fadein {
  opacity: 1 !important; }

.fadeout {
  opacity: 0 !important; }

.transition {
  transition: all 0.3s ease; }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webtkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes tobottom {
  100% {
    transform: translateY(25px);
    opacity: 0; } }

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

@keyframes scaleinout {
  0% {
    transform: scale(0.75); }
  50% {
    transform: scale(0.79); }
  100% {
    transform: scale(0.75); } }

/**
 * our homepage ui animation
 */
/**
<button class="transition hover">Hover to Pulsate</button>
 button {
    width: 255px;
    height: 35px;
    background: #cde;
    border: 2px solid #ccc;
    border-color: rgba(0,0,255,0.5);
    font-size: 18px;
    color: #000;
    text-shadow: rgba(20, 20, 20, 0.5) 1px 1px 5px;
    text-align: center;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 16px rgba(66, 140, 240, 0.5);
    box-shadow: 0 0 16px rgba(66, 140, 240, 0.5);
    &:hover {
        animation-name: glow;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-timing-function: ease-in-out;
    }
}

@-webkit-keyframes glow {
  0% {
    -webkit-box-shadow: 0 0 16px rgba(66, 140, 240, 0.5);
    border-color: rgba(0,0,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 16px rgba(66, 140, 240, 1.0), 0 0 36px rgba(0, 140, 255, 1.0);
    border-color: rgba(0,0,255,1.0);
  }
}
@-moz-keyframes glow {
  0% {
    -moz-box-shadow: 0 0 16px rgba(66, 140, 240, 0.5);
    border-color: rgba(0,0,255,0.5);
  }
  100% {
    -moz-box-shadow: 0 0 16px rgba(66, 140, 240, 1.0), 0 0 36px rgba(0, 140, 255, 1.0);
    border-color: rgba(0,0,255,1.0);
  }
}
@-o-keyframes glow {
  0% {
    box-shadow: 0 0 16px rgba(66, 140, 240, 0.5);
    border-color: rgba(0,0,255,0.5);
  }
  100% {
    box-shadow: 0 0 16px rgba(66, 140, 240, 1.0), 0 0 36px rgba(0, 140, 255, 1.0);
    border-color: rgba(0,0,255,1.0);
  }
}
@keyframes glow {
  0% {
    box-shadow: 0 0 16px rgba(66, 140, 240, 0.5);
    border-color: rgba(0,0,255,0.5);
  }
  100% {
    box-shadow: 0 0 16px rgba(66, 140, 240, 1.0), 0 0 36px rgba(0, 140, 255, 1.0);
    border-color: rgba(0,0,255,1.0);
  }
}
.transition {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.hover, img {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.hover {
    cursor: pointer;
}
 */
/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Makes grid more robust so that it can be used with other block elements like lists
 */
.uk-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none; }

/*
 * DEPRECATED
 * Micro clearfix
 * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
 */
.uk-grid:before,
.uk-grid:after {
  content: "";
  display: block;
  overflow: hidden; }

.uk-grid:after {
  clear: both; }

/*
 * Grid cell
 * 1. Space is allocated solely based on content dimensions
 * 2. Makes grid more robust so that it can be used with other block elements
 * 3. DEPRECATED Using `float` to support IE9
 */
.uk-grid > * {
  /* 1 */
  -ms-flex: none;
  flex: none;
  /* 2 */
  margin: 0;
  /* 3 */
  float: left; }

/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0; }

/* Grid gutter
 ========================================================================== */
/*
 * Default gutter
 */
/* Horizontal */
.uk-grid {
  margin-left: -25px; }

.uk-grid > * {
  padding-left: 25px; }

/* Vertical */
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 25px; }

/* Large screen and bigger */
@media (min-width: 1220px) {
  /* Horizontal */
  .uk-grid {
    margin-left: -35px; }
  .uk-grid > * {
    padding-left: 35px; }
  /* Vertical */
  .uk-grid + .uk-grid,
  .uk-grid-margin,
  .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 35px; } }

/*
 * Collapse gutter
 */
/* Horizontal */
.uk-grid-collapse {
  margin-left: 0; }

.uk-grid-collapse > * {
  padding-left: 0; }

/* Vertical */
.uk-grid-collapse + .uk-grid-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-collapse > * > .uk-panel + .uk-panel {
  margin-top: 0; }

/*
 * Small gutter
 */
/* Horizontal */
.uk-grid-small {
  margin-left: -10px; }

.uk-grid-small > * {
  padding-left: 10px; }

/* Vertical */
.uk-grid-small + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-small > * > .uk-panel + .uk-panel {
  margin-top: 10px; }

/*
 * Medium gutter
 */
/* Horizontal */
.uk-grid-medium {
  margin-left: -25px; }

.uk-grid-medium > * {
  padding-left: 25px; }

/* Vertical */
.uk-grid-medium + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-medium > * > .uk-panel + .uk-panel {
  margin-top: 25px; }

/*
 * Large gutter
 */
/* Large screen and bigger */
@media (min-width: 960px) {
  /* Horizontal */
  .uk-grid-large {
    margin-left: -35px; }
  .uk-grid-large > * {
    padding-left: 35px; }
  /* Vertical */
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 35px; } }

/* Extra Large screens */
@media (min-width: 1220px) {
  /* Horizontal */
  .uk-grid-large {
    margin-left: -50px; }
  .uk-grid-large > * {
    padding-left: 50px; }
  /* Vertical */
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 50px; } }

/* Modifier: `uk-grid-divider`
 ========================================================================== */
/*
 * Horizontal divider
 * Only works with the default gutter. Does not work with gutter collapse, small or large.
 * Does not work with `uk-push-*`, `uk-pull-*` and not if the columns float into the next row.
 */
.uk-grid-divider:not(:empty) {
  margin-left: -25px;
  margin-right: -25px; }

.uk-grid-divider > * {
  padding-left: 25px;
  padding-right: 25px; }

.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
  border-left: 1px solid #ddd; }

/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 1px solid #ddd; } }

/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
    border-left: 1px solid #ddd; } }

/* Large screen and bigger */
@media (min-width: 1220px) {
  /*
     * Large gutter
     */
  .uk-grid-divider:not(:empty) {
    margin-left: -35px;
    margin-right: -35px; }
  .uk-grid-divider > * {
    padding-left: 35px;
    padding-right: 35px; }
  .uk-grid-divider:empty {
    margin-top: 35px;
    margin-bottom: 35px; } }

/*
 * Vertical divider
 */
.uk-grid-divider:empty {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #ddd; }

/* Match panels in grids
 ========================================================================== */
/*
 * 1. Behave like a block element
 */
.uk-grid-match > * {
  display: -ms-flexbox;
  display: flex;
  /* 1 */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.uk-grid-match > * > * {
  /* 1 */
  -ms-flex: none;
  flex: none;
  box-sizing: border-box;
  width: 100%; }

/* Even grid cell widths
 ========================================================================== */
[class*='uk-grid-width'] > * {
  box-sizing: border-box;
  width: 100%; }

.uk-grid-width-1-2 > * {
  width: 50%; }

.uk-grid-width-1-3 > * {
  width: 33.333%; }

.uk-grid-width-1-4 > * {
  width: 25%; }

.uk-grid-width-1-5 > * {
  width: 20%; }

.uk-grid-width-1-6 > * {
  width: 16.666%; }

.uk-grid-width-1-10 > * {
  width: 10%; }

.uk-grid-width-auto > * {
  width: auto; }

/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-grid-width-small-1-1 > * {
    width: 100%; }
  .uk-grid-width-small-1-2 > * {
    width: 50%; }
  .uk-grid-width-small-1-3 > * {
    width: 33.333%; }
  .uk-grid-width-small-1-4 > * {
    width: 25%; }
  .uk-grid-width-small-1-5 > * {
    width: 20%; }
  .uk-grid-width-small-1-6 > * {
    width: 16.666%; }
  .uk-grid-width-small-1-10 > * {
    width: 10%; } }

/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-width-medium-1-1 > * {
    width: 100%; }
  .uk-grid-width-medium-1-2 > * {
    width: 50%; }
  .uk-grid-width-medium-1-3 > * {
    width: 33.333%; }
  .uk-grid-width-medium-1-4 > * {
    width: 25%; }
  .uk-grid-width-medium-1-5 > * {
    width: 20%; }
  .uk-grid-width-medium-1-6 > * {
    width: 16.666%; }
  .uk-grid-width-medium-1-10 > * {
    width: 10%; } }

/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-width-large-1-1 > * {
    width: 100%; }
  .uk-grid-width-large-1-2 > * {
    width: 50%; }
  .uk-grid-width-large-1-3 > * {
    width: 33.333%; }
  .uk-grid-width-large-1-4 > * {
    width: 25%; }
  .uk-grid-width-large-1-5 > * {
    width: 20%; }
  .uk-grid-width-large-1-6 > * {
    width: 16.666%; }
  .uk-grid-width-large-1-10 > * {
    width: 10%; } }

/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-grid-width-xlarge-1-1 > * {
    width: 100%; }
  .uk-grid-width-xlarge-1-2 > * {
    width: 50%; }
  .uk-grid-width-xlarge-1-3 > * {
    width: 33.333%; }
  .uk-grid-width-xlarge-1-4 > * {
    width: 25%; }
  .uk-grid-width-xlarge-1-5 > * {
    width: 20%; }
  .uk-grid-width-xlarge-1-6 > * {
    width: 16.666%; }
  .uk-grid-width-xlarge-1-10 > * {
    width: 10%; } }

/* Sub-objects: `uk-width-*`
 ========================================================================== */
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%; }

/*
 * Widths
 */
/* Whole */
.uk-width-1-1 {
  width: 100%; }

/* Halves */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
  width: 50%; }

/* Thirds */
.uk-width-1-3,
.uk-width-2-6 {
  width: 33.333%; }

.uk-width-2-3,
.uk-width-4-6 {
  width: 66.666%; }

/* Quarters */
.uk-width-1-4 {
  width: 25%; }

.uk-width-3-4 {
  width: 75%; }

/* Fifths */
.uk-width-1-5,
.uk-width-2-10 {
  width: 20%; }

.uk-width-2-5,
.uk-width-4-10 {
  width: 40%; }

.uk-width-3-5,
.uk-width-6-10 {
  width: 60%; }

.uk-width-4-5,
.uk-width-8-10 {
  width: 80%; }

/* Sixths */
.uk-width-1-6 {
  width: 16.666%; }

.uk-width-5-6 {
  width: 83.333%; }

/* Tenths */
.uk-width-1-10 {
  width: 10%; }

.uk-width-3-10 {
  width: 30%; }

.uk-width-7-10 {
  width: 70%; }

.uk-width-9-10 {
  width: 90%; }

/* Phone landscape and bigger */
@media (min-width: 480px) {
  /* Whole */
  .uk-width-small-1-1 {
    width: 100%; }
  /* Halves */
  .uk-width-small-1-2,
  .uk-width-small-2-4,
  .uk-width-small-3-6,
  .uk-width-small-5-10 {
    width: 50%; }
  /* Thirds */
  .uk-width-small-1-3,
  .uk-width-small-2-6 {
    width: 33.333%; }
  .uk-width-small-2-3,
  .uk-width-small-4-6 {
    width: 66.666%; }
  /* Quarters */
  .uk-width-small-1-4 {
    width: 25%; }
  .uk-width-small-3-4 {
    width: 75%; }
  /* Fifths */
  .uk-width-small-1-5,
  .uk-width-small-2-10 {
    width: 20%; }
  .uk-width-small-2-5,
  .uk-width-small-4-10 {
    width: 40%; }
  .uk-width-small-3-5,
  .uk-width-small-6-10 {
    width: 60%; }
  .uk-width-small-4-5,
  .uk-width-small-8-10 {
    width: 80%; }
  /* Sixths */
  .uk-width-small-1-6 {
    width: 16.666%; }
  .uk-width-small-5-6 {
    width: 83.333%; }
  /* Tenths */
  .uk-width-small-1-10 {
    width: 10%; }
  .uk-width-small-3-10 {
    width: 30%; }
  .uk-width-small-7-10 {
    width: 70%; }
  .uk-width-small-9-10 {
    width: 90%; } }

/* Tablet and bigger */
@media (min-width: 768px) {
  /* Whole */
  .uk-width-medium-1-1 {
    width: 100%; }
  /* Halves */
  .uk-width-medium-1-2,
  .uk-width-medium-2-4,
  .uk-width-medium-3-6,
  .uk-width-medium-5-10 {
    width: 50%; }
  /* Thirds */
  .uk-width-medium-1-3,
  .uk-width-medium-2-6 {
    width: 33.333%; }
  .uk-width-medium-2-3,
  .uk-width-medium-4-6 {
    width: 66.666%; }
  /* Quarters */
  .uk-width-medium-1-4 {
    width: 25%; }
  .uk-width-medium-3-4 {
    width: 75%; }
  /* Fifths */
  .uk-width-medium-1-5,
  .uk-width-medium-2-10 {
    width: 20%; }
  .uk-width-medium-2-5,
  .uk-width-medium-4-10 {
    width: 40%; }
  .uk-width-medium-3-5,
  .uk-width-medium-6-10 {
    width: 60%; }
  .uk-width-medium-4-5,
  .uk-width-medium-8-10 {
    width: 80%; }
  /* Sixths */
  .uk-width-medium-1-6 {
    width: 16.666%; }
  .uk-width-medium-5-6 {
    width: 83.333%; }
  /* Tenths */
  .uk-width-medium-1-10 {
    width: 10%; }
  .uk-width-medium-3-10 {
    width: 30%; }
  .uk-width-medium-7-10 {
    width: 70%; }
  .uk-width-medium-9-10 {
    width: 90%; } }

/* Desktop and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-large-1-1 {
    width: 100%; }
  /* Halves */
  .uk-width-large-1-2,
  .uk-width-large-2-4,
  .uk-width-large-3-6,
  .uk-width-large-5-10 {
    width: 50%; }
  /* Thirds */
  .uk-width-large-1-3,
  .uk-width-large-2-6 {
    width: 33.333%; }
  .uk-width-large-2-3,
  .uk-width-large-4-6 {
    width: 66.666%; }
  /* Quarters */
  .uk-width-large-1-4 {
    width: 25%; }
  .uk-width-large-3-4 {
    width: 75%; }
  /* Fifths */
  .uk-width-large-1-5,
  .uk-width-large-2-10 {
    width: 20%; }
  .uk-width-large-2-5,
  .uk-width-large-4-10 {
    width: 40%; }
  .uk-width-large-3-5,
  .uk-width-large-6-10 {
    width: 60%; }
  .uk-width-large-4-5,
  .uk-width-large-8-10 {
    width: 80%; }
  /* Sixths */
  .uk-width-large-1-6 {
    width: 16.666%; }
  .uk-width-large-5-6 {
    width: 83.333%; }
  /* Tenths */
  .uk-width-large-1-10 {
    width: 10%; }
  .uk-width-large-3-10 {
    width: 30%; }
  .uk-width-large-7-10 {
    width: 70%; }
  .uk-width-large-9-10 {
    width: 90%; } }

/* Large screen and bigger */
@media (min-width: 1220px) {
  /* Whole */
  .uk-width-xlarge-1-1 {
    width: 100%; }
  /* Halves */
  .uk-width-xlarge-1-2,
  .uk-width-xlarge-2-4,
  .uk-width-xlarge-3-6,
  .uk-width-xlarge-5-10 {
    width: 50%; }
  /* Thirds */
  .uk-width-xlarge-1-3,
  .uk-width-xlarge-2-6 {
    width: 33.333%; }
  .uk-width-xlarge-2-3,
  .uk-width-xlarge-4-6 {
    width: 66.666%; }
  /* Quarters */
  .uk-width-xlarge-1-4 {
    width: 25%; }
  .uk-width-xlarge-3-4 {
    width: 75%; }
  /* Fifths */
  .uk-width-xlarge-1-5,
  .uk-width-xlarge-2-10 {
    width: 20%; }
  .uk-width-xlarge-2-5,
  .uk-width-xlarge-4-10 {
    width: 40%; }
  .uk-width-xlarge-3-5,
  .uk-width-xlarge-6-10 {
    width: 60%; }
  .uk-width-xlarge-4-5,
  .uk-width-xlarge-8-10 {
    width: 80%; }
  /* Sixths */
  .uk-width-xlarge-1-6 {
    width: 16.666%; }
  .uk-width-xlarge-5-6 {
    width: 83.333%; }
  /* Tenths */
  .uk-width-xlarge-1-10 {
    width: 10%; }
  .uk-width-xlarge-3-10 {
    width: 30%; }
  .uk-width-xlarge-7-10 {
    width: 70%; }
  .uk-width-xlarge-9-10 {
    width: 90%; } }

/* Sub-object: `uk-push-*` and `uk-pull-*`
 ========================================================================== */
/*
 * Source ordering
 * Works only with `uk-width-medium-*`
 */
/* Tablet and bigger */
@media (min-width: 768px) {
  [class*='uk-push-'],
  [class*='uk-pull-'] {
    position: relative; }
  /*
     * Push
     */
  /* Halves */
  .uk-push-1-2,
  .uk-push-2-4,
  .uk-push-3-6,
  .uk-push-5-10 {
    left: 50%; }
  /* Thirds */
  .uk-push-1-3,
  .uk-push-2-6 {
    left: 33.333%; }
  .uk-push-2-3,
  .uk-push-4-6 {
    left: 66.666%; }
  /* Quarters */
  .uk-push-1-4 {
    left: 25%; }
  .uk-push-3-4 {
    left: 75%; }
  /* Fifths */
  .uk-push-1-5,
  .uk-push-2-10 {
    left: 20%; }
  .uk-push-2-5,
  .uk-push-4-10 {
    left: 40%; }
  .uk-push-3-5,
  .uk-push-6-10 {
    left: 60%; }
  .uk-push-4-5,
  .uk-push-8-10 {
    left: 80%; }
  /* Sixths */
  .uk-push-1-6 {
    left: 16.666%; }
  .uk-push-5-6 {
    left: 83.333%; }
  /* Tenths */
  .uk-push-1-10 {
    left: 10%; }
  .uk-push-3-10 {
    left: 30%; }
  .uk-push-7-10 {
    left: 70%; }
  .uk-push-9-10 {
    left: 90%; }
  /*
     * Pull
     */
  /* Halves */
  .uk-pull-1-2,
  .uk-pull-2-4,
  .uk-pull-3-6,
  .uk-pull-5-10 {
    left: -50%; }
  /* Thirds */
  .uk-pull-1-3,
  .uk-pull-2-6 {
    left: -33.333%; }
  .uk-pull-2-3,
  .uk-pull-4-6 {
    left: -66.666%; }
  /* Quarters */
  .uk-pull-1-4 {
    left: -25%; }
  .uk-pull-3-4 {
    left: -75%; }
  /* Fifths */
  .uk-pull-1-5,
  .uk-pull-2-10 {
    left: -20%; }
  .uk-pull-2-5,
  .uk-pull-4-10 {
    left: -40%; }
  .uk-pull-3-5,
  .uk-pull-6-10 {
    left: -60%; }
  .uk-pull-4-5,
  .uk-pull-8-10 {
    left: -80%; }
  /* Sixths */
  .uk-pull-1-6 {
    left: -16.666%; }
  .uk-pull-5-6 {
    left: -83.333%; }
  /* Tenths */
  .uk-pull-1-10 {
    left: -10%; }
  .uk-pull-3-10 {
    left: -30%; }
  .uk-pull-7-10 {
    left: -70%; }
  .uk-pull-9-10 {
    left: -90%; } }

/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Container
 ========================================================================== */
.uk-container {
  box-sizing: border-box;
  max-width: 980px;
  padding: 0 25px; }

/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-container {
    max-width: 1200px;
    padding: 0 35px; } }

/*
 * Micro clearfix
 */
.uk-container:before,
.uk-container:after {
  content: "";
  display: table; }

.uk-container:after {
  clear: both; }

/*
 * Center container
 */
.uk-container-center {
  margin-left: auto;
  margin-right: auto; }

/* Clearing
 ========================================================================== */
/*
 * Micro clearfix
* `table-cell` is used with `:before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * `table` is used again with `:after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
.uk-clearfix:before {
  content: "";
  display: table-cell; }

.uk-clearfix:after {
  content: "";
  display: table;
  clear: both; }

/*
 *  Create a new block formatting context
 */
.uk-nbfc {
  overflow: hidden; }

.uk-nbfc-alt {
  display: table-cell;
  width: 10000px; }

/* Alignment of block elements
 ========================================================================== */
/*
 * Float blocks
 * 1. Prevent content overflow on small devices
 */
.uk-float-left {
  float: left; }

.uk-float-right {
  float: right; }

/* 1 */
[class*='uk-float-'] {
  max-width: 100%; }

/* Alignment of images and objects
 ========================================================================== */
/*
 * Alignment
 */
[class*='uk-align-'] {
  display: block;
  margin-bottom: 15px; }

.uk-align-left {
  margin-right: 15px;
  float: left; }

.uk-align-right {
  margin-left: 15px;
  float: right; }

/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-align-medium-left {
    margin-right: 15px;
    float: left; }
  .uk-align-medium-right {
    margin-left: 15px;
    float: right; } }

.uk-align-center {
  margin-left: auto;
  margin-right: auto; }

/* Vertical alignment
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 */
.uk-vertical-align {
  font-size: 0.001px; }

/*
 *  The `uk-vertical-align` container needs a specific height
 */
.uk-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

/*
 * Sub-object which can have any height
 * 1. Reset whitespace hack
 */
.uk-vertical-align-middle,
.uk-vertical-align-bottom {
  display: inline-block;
  max-width: 100%;
  /* 1 */
  font-size: 1rem; }

.uk-vertical-align-middle {
  vertical-align: middle; }

.uk-vertical-align-bottom {
  vertical-align: bottom; }

/* Height
 ========================================================================== */
/*
 * More robust if padding and border are used
 */
[class*='uk-height'] {
  box-sizing: border-box; }

/*
 * Useful to extend the `html` and `body` element to the full height of the page.
 */
.uk-height-1-1 {
  height: 100%; }

/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  height: 100vh;
  min-height: 600px; }

/* Responsive objects
 * Note: Images are already responsive by default, see Base component
 ========================================================================== */
/*
 * 1. Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box; }

/*
 * Responsiveness: Sets a maximum width relative to the parent and auto scales the height
 * `important` needed to override `uk-img-preserve img`
 */
.uk-responsive-width {
  max-width: 100% !important;
  height: auto; }

/*
 * Responsiveness: Sets a maximum height relative to the parent and auto scales the width
 * Only works if the parent element has a fixed height.
 */
.uk-responsive-height {
  max-height: 100%;
  width: auto; }

/* Margin
 ========================================================================== */
/*
 * Create a block with the same margin of a paragraph
 * Add margin if adjacent element
 */
.uk-margin {
  margin-bottom: 15px; }

* + .uk-margin {
  margin-top: 15px; }

.uk-margin-top {
  margin-top: 15px !important; }

.uk-margin-bottom {
  margin-bottom: 15px !important; }

.uk-margin-left {
  margin-left: 15px !important; }

.uk-margin-right {
  margin-right: 15px !important; }

/*
 * Larger margins
 */
.uk-margin-large {
  margin-bottom: 50px; }

* + .uk-margin-large {
  margin-top: 50px; }

.uk-margin-large-top {
  margin-top: 50px !important; }

.uk-margin-large-bottom {
  margin-bottom: 50px !important; }

.uk-margin-large-left {
  margin-left: 50px !important; }

.uk-margin-large-right {
  margin-right: 50px !important; }

/*
 * Smaller margins
 */
.uk-margin-small {
  margin-bottom: 5px; }

* + .uk-margin-small {
  margin-top: 5px; }

.uk-margin-small-top {
  margin-top: 5px !important; }

.uk-margin-small-bottom {
  margin-bottom: 5px !important; }

.uk-margin-small-left {
  margin-left: 5px !important; }

.uk-margin-small-right {
  margin-right: 5px !important; }

/*
 * Remove margins
 */
.uk-margin-remove {
  margin: 0 !important; }

.uk-margin-top-remove {
  margin-top: 0 !important; }

.uk-margin-bottom-remove {
  margin-bottom: 0 !important; }

/* Padding
 ========================================================================== */
.uk-padding-remove {
  padding: 0 !important; }

.uk-padding-top-remove {
  padding-top: 0 !important; }

.uk-padding-bottom-remove {
  padding-bottom: 0 !important; }

.uk-padding-vertical-remove {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%; }

.uk-border-rounded {
  border-radius: 5px; }

/* Headings
 ========================================================================== */
.uk-heading-large {
  font-size: 36px;
  line-height: 42px; }

/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-heading-large {
    font-size: 52px;
    line-height: 64px; } }

/* Link
 ========================================================================== */
/*
 * Let links appear in default text color
 */
.uk-link-muted,
.uk-link-muted a {
  color: #444; }

.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #444; }

/*
 * Reset link style
 */
.uk-link-reset,
.uk-link-reset a,
.uk-link-reset:hover,
.uk-link-reset a:hover,
.uk-link-reset:focus,
.uk-link-reset a:focus {
  color: inherit;
  text-decoration: none; }

/* Scrollable
 ========================================================================== */
/*
 * Enable scrolling for preformatted text
 */
.uk-scrollable-text {
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: both; }

/*
 * Box with scrolling enabled
 */
.uk-scrollable-box {
  box-sizing: border-box;
  height: 170px;
  padding: 10px;
  border: 1px solid #ddd;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both; }

.uk-scrollable-box > :last-child {
  margin-bottom: 0; }

/* Overflow
 ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden; }

/*
 * Enable scrollbars if content is clipped
 */
.uk-overflow-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.uk-overflow-container > :last-child {
  margin-bottom: 0; }

/* Position
 ========================================================================== */
.uk-position-absolute,
[class*='uk-position-top'],
[class*='uk-position-bottom'] {
  position: absolute !important; }

/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0; }

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0; }

.uk-position-top-left {
  top: 0;
  left: 0; }

.uk-position-top-right {
  top: 0;
  right: 0; }

.uk-position-bottom-left {
  bottom: 0;
  left: 0; }

.uk-position-bottom-right {
  bottom: 0;
  right: 0; }

/*
 * Cover
 */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/*
 * Relative
 */
.uk-position-relative {
  position: relative !important; }

/*
 * Z-index
 */
.uk-position-z-index {
  z-index: 1; }

/* Display
 ========================================================================== */
/*
 * Display
 * 1. Required if child is a responsive image
 */
.uk-display-block {
  display: block !important; }

.uk-display-inline {
  display: inline !important; }

.uk-display-inline-block {
  display: inline-block !important;
  /* 1 */
  max-width: 100%; }

/*
 * Visibility
 * Avoids setting display to `block` so it works also with `inline-block` and `table`
 */
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-visible-small {
    display: none !important; }
  .uk-visible-medium {
    display: none !important; }
  .uk-hidden-large {
    display: none !important; } }

/* Tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
  .uk-visible-small {
    display: none !important; }
  .uk-visible-large {
    display: none !important; }
  .uk-hidden-medium {
    display: none !important; } }

/* Phone landscape and smaller*/
@media (max-width: 767px) {
  .uk-visible-medium {
    display: none !important; }
  .uk-visible-large {
    display: none !important; }
  .uk-hidden-small {
    display: none !important; } }

/* Remove from the flow and screen readers on any device */
.uk-hidden {
  display: none !important;
  visibility: hidden !important; }

/* It's hidden, but still affects layout */
.uk-invisible {
  visibility: hidden !important; }

/* Show on hover */
.uk-visible-hover:hover .uk-hidden,
.uk-visible-hover:hover .uk-invisible {
  display: block !important;
  visibility: visible !important; }

.uk-visible-hover-inline:hover .uk-hidden,
.uk-visible-hover-inline:hover .uk-invisible {
  display: inline-block !important;
  visibility: visible !important; }

/* Hide on touch */
.uk-touch .uk-hidden-touch,
.uk-notouch .uk-hidden-notouch {
  display: none !important; }

/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Correct inability to style clickable `input` types in iOS.
 * 2. Remove margins in Chrome, Safari and Opera.
 * 3. Remove borders for `button`.
 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
 * 7. Remove default `button` padding and background color
 * 8. Style
 */
.uk-close {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background: transparent;
  /* 8 */
  display: inline-block;
  box-sizing: content-box;
  width: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  opacity: 0.3; }

/* Icon */
.uk-close:after {
  display: block;
  content: "\f00d";
  font-family: FontAwesome; }

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
.uk-close:hover,
.uk-close:focus {
  opacity: 0.5;
  /* 2 */
  outline: none;
  /* 3 */
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

/* Modifier
 ========================================================================== */
.uk-close-alt {
  padding: 2px;
  border-radius: 50%;
  background: #eee;
  opacity: 1; }

/* Hover */
.uk-close-alt:hover,
.uk-close-alt:focus {
  opacity: 1; }

/* Icon */
.uk-close-alt:after {
  opacity: 0.5; }

.uk-close-alt:hover:after,
.uk-close-alt:focus:after {
  opacity: 0.8; }

/* ========================================================================
   Component: List
 ========================================================================== */
.uk-list {
  padding: 0;
  list-style: none; }

/*
 * Micro clearfix to make list more robust
 */
.uk-list > li:before,
.uk-list > li:after {
  content: "";
  display: table; }

.uk-list > li:after {
  clear: both; }

/*
 * Remove margin from the last-child
 */
.uk-list > li > :last-child {
  margin-bottom: 0; }

/*
 * Nested lists
 */
.uk-list ul {
  margin: 0;
  padding-left: 20px;
  list-style: none; }

/* Modifier: `uk-list-line`
 ========================================================================== */
.uk-list-line > li:nth-child(n+2) {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #d4d4d4; }

/* Modifier: `uk-list-striped`
 ========================================================================== */
.uk-list-striped > li {
  padding: 5px 5px; }

.uk-list-striped > li:nth-of-type(odd) {
  background: #f5f5f5; }

/* Modifier: `uk-list-space`
 ========================================================================== */
.uk-list-space > li:nth-child(n+2) {
  margin-top: 10px; }

/* ========================================================================
   Component: Description list
 ========================================================================== */
/* Modifier: `uk-description-list-horizontal`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-description-list-horizontal {
    overflow: hidden; }
  .uk-description-list-horizontal > dt {
    width: 160px;
    float: left;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .uk-description-list-horizontal > dd {
    margin-left: 180px; } }

/* Modifier: `uk-description-list-line`
 ========================================================================== */
.uk-description-list-line > dt {
  font-weight: normal; }

.uk-description-list-line > dt:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ddd; }

.uk-description-list-line > dd {
  color: #999; }

/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: -ms-flexbox;
  display: flex; }

.uk-flex-inline {
  display: -ms-inline-flexbox;
  display: inline-flex; }

/*
 * Fixes initial flex-shrink value in IE10
 */
.uk-flex > *,
.uk-flex-inline > * {
  -ms-flex-negative: 1; }

/* Alignment
 ========================================================================== */
/*
 * Vertical alignment
 * Default value is `stretch`
 */
.uk-flex-top {
  -ms-flex-align: start;
  align-items: flex-start; }

.uk-flex-middle {
  -ms-flex-align: center;
  align-items: center; }

.uk-flex-bottom {
  -ms-flex-align: end;
  align-items: flex-end; }

/*
 * Horizontal alignment
 * Default value is `flex-start`
 */
.uk-flex-center {
  -ms-flex-pack: center;
  justify-content: center; }

.uk-flex-right {
  -ms-flex-pack: end;
  justify-content: flex-end; }

.uk-flex-space-between {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.uk-flex-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

/* Direction
 ========================================================================== */
.uk-flex-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.uk-flex-column {
  -ms-flex-direction: column;
  flex-direction: column; }

.uk-flex-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.uk-flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.uk-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

/*
 * Horizontal alignment
 * Default value is `stretch`
 */
.uk-flex-wrap-top {
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.uk-flex-wrap-middle {
  -ms-flex-line-pack: center;
  align-content: center; }

.uk-flex-wrap-bottom {
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.uk-flex-wrap-space-between {
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.uk-flex-wrap-space-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around; }

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-order-first {
  -ms-flex-order: -1;
  order: -1; }

.uk-flex-order-last {
  -ms-flex-order: 99;
  order: 99; }

/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-flex-order-first-small {
    -ms-flex-order: -1;
    order: -1; }
  .uk-flex-order-last-small {
    -ms-flex-order: 99;
    order: 99; } }

/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-flex-order-first-medium {
    -ms-flex-order: -1;
    order: -1; }
  .uk-flex-order-last-medium {
    -ms-flex-order: 99;
    order: 99; } }

/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-flex-order-first-large {
    -ms-flex-order: -1;
    order: -1; }
  .uk-flex-order-last-large {
    -ms-flex-order: 99;
    order: 99; } }

/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-flex-order-first-xlarge {
    -ms-flex-order: -1;
    order: -1; }
  .uk-flex-order-last-xlarge {
    -ms-flex-order: 99;
    order: 99; } }

/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-item-none {
  -ms-flex: none;
  flex: none; }

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 * 1. Fixes flex-shrink value in IE10
 */
.uk-flex-item-auto {
  -ms-flex: auto;
  flex: auto;
  /* 1 */
  -ms-flex-negative: 1; }

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-item-1 {
  -ms-flex: 1;
  flex: 1; }

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both; }

/* Hide animated element if scrollspy is used */
@media screen {
  [data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) {
    opacity: 0; } }

/*
 * Fade
 * Higher specificity (!important) needed because of reverse modifier
 */
.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear !important; }

/*
 * Fade with scale
 */
.uk-animation-scale-up {
  animation-name: uk-fade-scale-02; }

.uk-animation-scale-down {
  animation-name: uk-fade-scale-18; }

/*
 * Fade with slide
 */
.uk-animation-slide-top {
  animation-name: uk-fade-top; }

.uk-animation-slide-bottom {
  animation-name: uk-fade-bottom; }

.uk-animation-slide-left {
  animation-name: uk-fade-left; }

.uk-animation-slide-right {
  animation-name: uk-fade-right; }

/*
 * Scale
 */
.uk-animation-scale {
  animation-name: uk-scale-12; }

/*
 * Shake
 */
.uk-animation-shake {
  animation-name: uk-shake; }

/* Direction modifiers
 ========================================================================== */
.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in; }

/* Duration modifiers
========================================================================== */
.uk-animation-15 {
  animation-duration: 15s; }

/* Origin modifiers
========================================================================== */
.uk-animation-top-left {
  transform-origin: 0 0; }

.uk-animation-top-center {
  transform-origin: 50% 0; }

.uk-animation-top-right {
  transform-origin: 100% 0; }

.uk-animation-middle-left {
  transform-origin: 0 50%; }

.uk-animation-middle-right {
  transform-origin: 100% 50%; }

.uk-animation-bottom-left {
  transform-origin: 0 100%; }

.uk-animation-bottom-center {
  transform-origin: 50% 100%; }

.uk-animation-bottom-right {
  transform-origin: 100% 100%; }

/* Sub-object: `uk-animation-hover`
========================================================================== */
/*
 * Enable animation only on hover
 * Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block`
 */
.uk-animation-hover:not(:hover),
.uk-animation-hover:not(:hover) [class*='uk-animation-'],
.uk-touch .uk-animation-hover:not(.uk-hover),
.uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {
  animation-name: none; }

/* Keyframes: Fade
 * Used by dropdown, datepicker and slideshow component
 ========================================================================== */

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

/* Keyframes: Fade with slide
 ========================================================================== */
/*
 * Top
 */

@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*
 * Bottom
 */

@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*
 * Left
 */

@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/*
 * Right
 */

@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/* Keyframes: Fade with scale
 ========================================================================== */
/*
 * Scale by 0.2
 */

@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2); }
  100% {
    opacity: 1;
    transform: scale(1); } }

/*
 * Scale by 1.5
 * Used by slideshow component
 */

@keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    transform: scale(1.5); }
  100% {
    opacity: 1;
    transform: scale(1); } }

/*
 * Scale by 1.8
 */

@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8); }
  100% {
    opacity: 1;
    transform: scale(1); } }

/* Keyframes: Slide
 * Used by slideshow component
 ========================================================================== */
/*
 * Left
 */

@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

/*
 * Right
 */

@keyframes uk-slide-right {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }

/*
 * Left third
 */

@keyframes uk-slide-left-33 {
  0% {
    transform: translateX(33%); }
  100% {
    transform: translateX(0); } }

/*
 * Right third
 */

@keyframes uk-slide-right-33 {
  0% {
    transform: translateX(-33%); }
  100% {
    transform: translateX(0); } }

/* Keyframes: Scale
 ========================================================================== */

@keyframes uk-scale-12 {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

/* Keyframes: Rotate
 * Used by icon component
 ========================================================================== */

@keyframes uk-rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

/* Keyframes: Shake
 ========================================================================== */

@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0); }
  10% {
    transform: translateX(-9px); }
  20% {
    transform: translateX(8px); }
  30% {
    transform: translateX(-7px); }
  40% {
    transform: translateX(6px); }
  50% {
    transform: translateX(-5px); }
  60% {
    transform: translateX(4px); }
  70% {
    transform: translateX(-3px); }
  80% {
    transform: translateX(2px); }
  90% {
    transform: translateX(-1px); } }

/* Keyframes: Fade with slide fixed
 * Used by dropdown and search component
 ========================================================================== */
/*
 * Top fixed
 */

@keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*
 * Bottom fixed
 */

@keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * 1. Deactivate browser history navigation in IE11
 */
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
  /* 1 */
  -ms-touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  touch-action: cross-slide-y pinch-zoom double-tap-zoom; }

/*
 * Items
 */
.uk-switcher > :not(.uk-active) {
  display: none; }

/* ========================================================================
   Component: Icon
 ========================================================================== */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*
 * 1. Allow margin
 * 2. Prevent inherit font style
 * 4. Correct line-height
 * 5. Better font rendering
 * 6. Remove `text-decoration` for anchors
 */
[class*='uk-icon-'] {
  font-family: FontAwesome;
  /* 1 */
  display: inline-block;
  /* 2 */
  font-weight: normal;
  font-style: normal;
  /* 4 */
  line-height: 1;
  /* 5 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* 6 */
[class*='uk-icon-'],
[class*='uk-icon-']:hover,
[class*='uk-icon-']:focus {
  text-decoration: none; }

/* Size modifiers
 ========================================================================== */
.uk-icon-small {
  font-size: 150%;
  vertical-align: -10%; }

.uk-icon-medium {
  font-size: 200%;
  vertical-align: -16%; }

.uk-icon-large {
  font-size: 250%;
  vertical-align: -22%; }

/* Modifier: `uk-icon-justify`
 ========================================================================== */
.uk-icon-justify {
  width: 1em;
  text-align: center; }

/* Modifier: `uk-icon-spin`
 ========================================================================== */
.uk-icon-spin {
  display: inline-block;
  animation: uk-rotate 2s infinite linear; }

/* Modifier: `uk-icon-hover`
 ========================================================================== */
.uk-icon-hover {
  color: #999; }

/*
 * Hover
 */
.uk-icon-hover:hover {
  color: #444; }

/* Modifier: `uk-icon-button`
 ========================================================================== */
.uk-icon-button {
  box-sizing: border-box;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #eee;
  line-height: 35px;
  color: #444;
  font-size: 18px;
  text-align: center; }

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #f5f5f5;
  color: #444;
  /* 2 */
  outline: none; }

/* Active */
.uk-icon-button:active {
  background-color: #ddd;
  color: #444; }

/* Icon mapping
 ========================================================================== */
.uk-icon-glass:before {
  content: "\f000"; }

.uk-icon-music:before {
  content: "\f001"; }

.uk-icon-search:before {
  content: "\f002"; }

.uk-icon-envelope-o:before {
  content: "\f003"; }

.uk-icon-heart:before {
  content: "\f004"; }

.uk-icon-star:before {
  content: "\f005"; }

.uk-icon-star-o:before {
  content: "\f006"; }

.uk-icon-user:before {
  content: "\f007"; }

.uk-icon-film:before {
  content: "\f008"; }

.uk-icon-th-large:before {
  content: "\f009"; }

.uk-icon-th:before {
  content: "\f00a"; }

.uk-icon-th-list:before {
  content: "\f00b"; }

.uk-icon-check:before {
  content: "\f00c"; }

.uk-icon-remove:before,
.uk-icon-close:before,
.uk-icon-times:before {
  content: "\f00d"; }

.uk-icon-search-plus:before {
  content: "\f00e"; }

.uk-icon-search-minus:before {
  content: "\f010"; }

.uk-icon-power-off:before {
  content: "\f011"; }

.uk-icon-signal:before {
  content: "\f012"; }

.uk-icon-gear:before,
.uk-icon-cog:before {
  content: "\f013"; }

.uk-icon-trash-o:before {
  content: "\f014"; }

.uk-icon-home:before {
  content: "\f015"; }

.uk-icon-file-o:before {
  content: "\f016"; }

.uk-icon-clock-o:before {
  content: "\f017"; }

.uk-icon-road:before {
  content: "\f018"; }

.uk-icon-download:before {
  content: "\f019"; }

.uk-icon-arrow-circle-o-down:before {
  content: "\f01a"; }

.uk-icon-arrow-circle-o-up:before {
  content: "\f01b"; }

.uk-icon-inbox:before {
  content: "\f01c"; }

.uk-icon-play-circle-o:before {
  content: "\f01d"; }

.uk-icon-rotate-right:before,
.uk-icon-repeat:before {
  content: "\f01e"; }

.uk-icon-refresh:before {
  content: "\f021"; }

.uk-icon-list-alt:before {
  content: "\f022"; }

.uk-icon-lock:before {
  content: "\f023"; }

.uk-icon-flag:before {
  content: "\f024"; }

.uk-icon-headphones:before {
  content: "\f025"; }

.uk-icon-volume-off:before {
  content: "\f026"; }

.uk-icon-volume-down:before {
  content: "\f027"; }

.uk-icon-volume-up:before {
  content: "\f028"; }

.uk-icon-qrcode:before {
  content: "\f029"; }

.uk-icon-barcode:before {
  content: "\f02a"; }

.uk-icon-tag:before {
  content: "\f02b"; }

.uk-icon-tags:before {
  content: "\f02c"; }

.uk-icon-book:before {
  content: "\f02d"; }

.uk-icon-bookmark:before {
  content: "\f02e"; }

.uk-icon-print:before {
  content: "\f02f"; }

.uk-icon-camera:before {
  content: "\f030"; }

.uk-icon-font:before {
  content: "\f031"; }

.uk-icon-bold:before {
  content: "\f032"; }

.uk-icon-italic:before {
  content: "\f033"; }

.uk-icon-text-height:before {
  content: "\f034"; }

.uk-icon-text-width:before {
  content: "\f035"; }

.uk-icon-align-left:before {
  content: "\f036"; }

.uk-icon-align-center:before {
  content: "\f037"; }

.uk-icon-align-right:before {
  content: "\f038"; }

.uk-icon-align-justify:before {
  content: "\f039"; }

.uk-icon-list:before {
  content: "\f03a"; }

.uk-icon-dedent:before,
.uk-icon-outdent:before {
  content: "\f03b"; }

.uk-icon-indent:before {
  content: "\f03c"; }

.uk-icon-video-camera:before {
  content: "\f03d"; }

.uk-icon-photo:before,
.uk-icon-image:before,
.uk-icon-picture-o:before {
  content: "\f03e"; }

.uk-icon-pencil:before {
  content: "\f040"; }

.uk-icon-map-marker:before {
  content: "\f041"; }

.uk-icon-adjust:before {
  content: "\f042"; }

.uk-icon-tint:before {
  content: "\f043"; }

.uk-icon-edit:before,
.uk-icon-pencil-square-o:before {
  content: "\f044"; }

.uk-icon-share-square-o:before {
  content: "\f045"; }

.uk-icon-check-square-o:before {
  content: "\f046"; }

.uk-icon-arrows:before {
  content: "\f047"; }

.uk-icon-step-backward:before {
  content: "\f048"; }

.uk-icon-fast-backward:before {
  content: "\f049"; }

.uk-icon-backward:before {
  content: "\f04a"; }

.uk-icon-play:before {
  content: "\f04b"; }

.uk-icon-pause:before {
  content: "\f04c"; }

.uk-icon-stop:before {
  content: "\f04d"; }

.uk-icon-forward:before {
  content: "\f04e"; }

.uk-icon-fast-forward:before {
  content: "\f050"; }

.uk-icon-step-forward:before {
  content: "\f051"; }

.uk-icon-eject:before {
  content: "\f052"; }

.uk-icon-chevron-left:before {
  content: "\f053"; }

.uk-icon-chevron-right:before {
  content: "\f054"; }

.uk-icon-plus-circle:before {
  content: "\f055"; }

.uk-icon-minus-circle:before {
  content: "\f056"; }

.uk-icon-times-circle:before {
  content: "\f057"; }

.uk-icon-check-circle:before {
  content: "\f058"; }

.uk-icon-question-circle:before {
  content: "\f059"; }

.uk-icon-info-circle:before {
  content: "\f05a"; }

.uk-icon-crosshairs:before {
  content: "\f05b"; }

.uk-icon-times-circle-o:before {
  content: "\f05c"; }

.uk-icon-check-circle-o:before {
  content: "\f05d"; }

.uk-icon-ban:before {
  content: "\f05e"; }

.uk-icon-arrow-left:before {
  content: "\f060"; }

.uk-icon-arrow-right:before {
  content: "\f061"; }

.uk-icon-arrow-up:before {
  content: "\f062"; }

.uk-icon-arrow-down:before {
  content: "\f063"; }

.uk-icon-mail-forward:before,
.uk-icon-share:before {
  content: "\f064"; }

.uk-icon-expand:before {
  content: "\f065"; }

.uk-icon-compress:before {
  content: "\f066"; }

.uk-icon-plus:before {
  content: "\f067"; }

.uk-icon-minus:before {
  content: "\f068"; }

.uk-icon-asterisk:before {
  content: "\f069"; }

.uk-icon-exclamation-circle:before {
  content: "\f06a"; }

.uk-icon-gift:before {
  content: "\f06b"; }

.uk-icon-leaf:before {
  content: "\f06c"; }

.uk-icon-fire:before {
  content: "\f06d"; }

.uk-icon-eye:before {
  content: "\f06e"; }

.uk-icon-eye-slash:before {
  content: "\f070"; }

.uk-icon-warning:before,
.uk-icon-exclamation-triangle:before {
  content: "\f071"; }

.uk-icon-plane:before {
  content: "\f072"; }

.uk-icon-calendar:before {
  content: "\f073"; }

.uk-icon-random:before {
  content: "\f074"; }

.uk-icon-comment:before {
  content: "\f075"; }

.uk-icon-magnet:before {
  content: "\f076"; }

.uk-icon-chevron-up:before {
  content: "\f077"; }

.uk-icon-chevron-down:before {
  content: "\f078"; }

.uk-icon-retweet:before {
  content: "\f079"; }

.uk-icon-shopping-cart:before {
  content: "\f07a"; }

.uk-icon-folder:before {
  content: "\f07b"; }

.uk-icon-folder-open:before {
  content: "\f07c"; }

.uk-icon-arrows-v:before {
  content: "\f07d"; }

.uk-icon-arrows-h:before {
  content: "\f07e"; }

.uk-icon-bar-chart-o:before,
.uk-icon-bar-chart:before {
  content: "\f080"; }

.uk-icon-twitter-square:before {
  content: "\f081"; }

.uk-icon-facebook-square:before {
  content: "\f082"; }

.uk-icon-camera-retro:before {
  content: "\f083"; }

.uk-icon-key:before {
  content: "\f084"; }

.uk-icon-gears:before,
.uk-icon-cogs:before {
  content: "\f085"; }

.uk-icon-comments:before {
  content: "\f086"; }

.uk-icon-thumbs-o-up:before {
  content: "\f087"; }

.uk-icon-thumbs-o-down:before {
  content: "\f088"; }

.uk-icon-star-half:before {
  content: "\f089"; }

.uk-icon-heart-o:before {
  content: "\f08a"; }

.uk-icon-sign-out:before {
  content: "\f08b"; }

.uk-icon-linkedin-square:before {
  content: "\f08c"; }

.uk-icon-thumb-tack:before {
  content: "\f08d"; }

.uk-icon-external-link:before {
  content: "\f08e"; }

.uk-icon-sign-in:before {
  content: "\f090"; }

.uk-icon-trophy:before {
  content: "\f091"; }

.uk-icon-github-square:before {
  content: "\f092"; }

.uk-icon-upload:before {
  content: "\f093"; }

.uk-icon-lemon-o:before {
  content: "\f094"; }

.uk-icon-phone:before {
  content: "\f095"; }

.uk-icon-square-o:before {
  content: "\f096"; }

.uk-icon-bookmark-o:before {
  content: "\f097"; }

.uk-icon-phone-square:before {
  content: "\f098"; }

.uk-icon-twitter:before {
  content: "\f099"; }

.uk-icon-facebook-f:before,
.uk-icon-facebook:before {
  content: "\f09a"; }

.uk-icon-github:before {
  content: "\f09b"; }

.uk-icon-unlock:before {
  content: "\f09c"; }

.uk-icon-credit-card:before {
  content: "\f09d"; }

.uk-icon-rss:before {
  content: "\f09e"; }

.uk-icon-hdd-o:before {
  content: "\f0a0"; }

.uk-icon-bullhorn:before {
  content: "\f0a1"; }

.uk-icon-bell:before {
  content: "\f0f3"; }

.uk-icon-certificate:before {
  content: "\f0a3"; }

.uk-icon-hand-o-right:before {
  content: "\f0a4"; }

.uk-icon-hand-o-left:before {
  content: "\f0a5"; }

.uk-icon-hand-o-up:before {
  content: "\f0a6"; }

.uk-icon-hand-o-down:before {
  content: "\f0a7"; }

.uk-icon-arrow-circle-left:before {
  content: "\f0a8"; }

.uk-icon-arrow-circle-right:before {
  content: "\f0a9"; }

.uk-icon-arrow-circle-up:before {
  content: "\f0aa"; }

.uk-icon-arrow-circle-down:before {
  content: "\f0ab"; }

.uk-icon-globe:before {
  content: "\f0ac"; }

.uk-icon-wrench:before {
  content: "\f0ad"; }

.uk-icon-tasks:before {
  content: "\f0ae"; }

.uk-icon-filter:before {
  content: "\f0b0"; }

.uk-icon-briefcase:before {
  content: "\f0b1"; }

.uk-icon-arrows-alt:before {
  content: "\f0b2"; }

.uk-icon-group:before,
.uk-icon-users:before {
  content: "\f0c0"; }

.uk-icon-chain:before,
.uk-icon-link:before {
  content: "\f0c1"; }

.uk-icon-cloud:before {
  content: "\f0c2"; }

.uk-icon-flask:before {
  content: "\f0c3"; }

.uk-icon-cut:before,
.uk-icon-scissors:before {
  content: "\f0c4"; }

.uk-icon-copy:before,
.uk-icon-files-o:before {
  content: "\f0c5"; }

.uk-icon-paperclip:before {
  content: "\f0c6"; }

.uk-icon-save:before,
.uk-icon-floppy-o:before {
  content: "\f0c7"; }

.uk-icon-square:before {
  content: "\f0c8"; }

.uk-icon-navicon:before,
.uk-icon-reorder:before,
.uk-icon-bars:before {
  content: "\f0c9"; }

.uk-icon-list-ul:before {
  content: "\f0ca"; }

.uk-icon-list-ol:before {
  content: "\f0cb"; }

.uk-icon-strikethrough:before {
  content: "\f0cc"; }

.uk-icon-underline:before {
  content: "\f0cd"; }

.uk-icon-table:before {
  content: "\f0ce"; }

.uk-icon-magic:before {
  content: "\f0d0"; }

.uk-icon-truck:before {
  content: "\f0d1"; }

.uk-icon-pinterest:before {
  content: "\f0d2"; }

.uk-icon-pinterest-square:before {
  content: "\f0d3"; }

.uk-icon-google-plus-square:before {
  content: "\f0d4"; }

.uk-icon-google-plus:before {
  content: "\f0d5"; }

.uk-icon-money:before {
  content: "\f0d6"; }

.uk-icon-caret-down:before {
  content: "\f0d7"; }

.uk-icon-caret-up:before {
  content: "\f0d8"; }

.uk-icon-caret-left:before {
  content: "\f0d9"; }

.uk-icon-caret-right:before {
  content: "\f0da"; }

.uk-icon-columns:before {
  content: "\f0db"; }

.uk-icon-unsorted:before,
.uk-icon-sort:before {
  content: "\f0dc"; }

.uk-icon-sort-down:before,
.uk-icon-sort-desc:before {
  content: "\f0dd"; }

.uk-icon-sort-up:before,
.uk-icon-sort-asc:before {
  content: "\f0de"; }

.uk-icon-envelope:before {
  content: "\f0e0"; }

.uk-icon-linkedin:before {
  content: "\f0e1"; }

.uk-icon-rotate-left:before,
.uk-icon-undo:before {
  content: "\f0e2"; }

.uk-icon-legal:before,
.uk-icon-gavel:before {
  content: "\f0e3"; }

.uk-icon-dashboard:before,
.uk-icon-tachometer:before {
  content: "\f0e4"; }

.uk-icon-comment-o:before {
  content: "\f0e5"; }

.uk-icon-comments-o:before {
  content: "\f0e6"; }

.uk-icon-flash:before,
.uk-icon-bolt:before {
  content: "\f0e7"; }

.uk-icon-sitemap:before {
  content: "\f0e8"; }

.uk-icon-umbrella:before {
  content: "\f0e9"; }

.uk-icon-paste:before,
.uk-icon-clipboard:before {
  content: "\f0ea"; }

.uk-icon-lightbulb-o:before {
  content: "\f0eb"; }

.uk-icon-exchange:before {
  content: "\f0ec"; }

.uk-icon-cloud-download:before {
  content: "\f0ed"; }

.uk-icon-cloud-upload:before {
  content: "\f0ee"; }

.uk-icon-user-md:before {
  content: "\f0f0"; }

.uk-icon-stethoscope:before {
  content: "\f0f1"; }

.uk-icon-suitcase:before {
  content: "\f0f2"; }

.uk-icon-bell-o:before {
  content: "\f0a2"; }

.uk-icon-coffee:before {
  content: "\f0f4"; }

.uk-icon-cutlery:before {
  content: "\f0f5"; }

.uk-icon-file-text-o:before {
  content: "\f0f6"; }

.uk-icon-building-o:before {
  content: "\f0f7"; }

.uk-icon-hospital-o:before {
  content: "\f0f8"; }

.uk-icon-ambulance:before {
  content: "\f0f9"; }

.uk-icon-medkit:before {
  content: "\f0fa"; }

.uk-icon-fighter-jet:before {
  content: "\f0fb"; }

.uk-icon-beer:before {
  content: "\f0fc"; }

.uk-icon-h-square:before {
  content: "\f0fd"; }

.uk-icon-plus-square:before {
  content: "\f0fe"; }

.uk-icon-angle-double-left:before {
  content: "\f100"; }

.uk-icon-angle-double-right:before {
  content: "\f101"; }

.uk-icon-angle-double-up:before {
  content: "\f102"; }

.uk-icon-angle-double-down:before {
  content: "\f103"; }

.uk-icon-angle-left:before {
  content: "\f104"; }

.uk-icon-angle-right:before {
  content: "\f105"; }

.uk-icon-angle-up:before {
  content: "\f106"; }

.uk-icon-angle-down:before {
  content: "\f107"; }

.uk-icon-desktop:before {
  content: "\f108"; }

.uk-icon-laptop:before {
  content: "\f109"; }

.uk-icon-tablet:before {
  content: "\f10a"; }

.uk-icon-mobile-phone:before,
.uk-icon-mobile:before {
  content: "\f10b"; }

.uk-icon-circle-o:before {
  content: "\f10c"; }

.uk-icon-quote-left:before {
  content: "\f10d"; }

.uk-icon-quote-right:before {
  content: "\f10e"; }

.uk-icon-spinner:before {
  content: "\f110"; }

.uk-icon-circle:before {
  content: "\f111"; }

.uk-icon-mail-reply:before,
.uk-icon-reply:before {
  content: "\f112"; }

.uk-icon-github-alt:before {
  content: "\f113"; }

.uk-icon-folder-o:before {
  content: "\f114"; }

.uk-icon-folder-open-o:before {
  content: "\f115"; }

.uk-icon-smile-o:before {
  content: "\f118"; }

.uk-icon-frown-o:before {
  content: "\f119"; }

.uk-icon-meh-o:before {
  content: "\f11a"; }

.uk-icon-gamepad:before {
  content: "\f11b"; }

.uk-icon-keyboard-o:before {
  content: "\f11c"; }

.uk-icon-flag-o:before {
  content: "\f11d"; }

.uk-icon-flag-checkered:before {
  content: "\f11e"; }

.uk-icon-terminal:before {
  content: "\f120"; }

.uk-icon-code:before {
  content: "\f121"; }

.uk-icon-mail-reply-all:before,
.uk-icon-reply-all:before {
  content: "\f122"; }

.uk-icon-star-half-empty:before,
.uk-icon-star-half-full:before,
.uk-icon-star-half-o:before {
  content: "\f123"; }

.uk-icon-location-arrow:before {
  content: "\f124"; }

.uk-icon-crop:before {
  content: "\f125"; }

.uk-icon-code-fork:before {
  content: "\f126"; }

.uk-icon-unlink:before,
.uk-icon-chain-broken:before {
  content: "\f127"; }

.uk-icon-question:before {
  content: "\f128"; }

.uk-icon-info:before {
  content: "\f129"; }

.uk-icon-exclamation:before {
  content: "\f12a"; }

.uk-icon-superscript:before {
  content: "\f12b"; }

.uk-icon-subscript:before {
  content: "\f12c"; }

.uk-icon-eraser:before {
  content: "\f12d"; }

.uk-icon-puzzle-piece:before {
  content: "\f12e"; }

.uk-icon-microphone:before {
  content: "\f130"; }

.uk-icon-microphone-slash:before {
  content: "\f131"; }

.uk-icon-shield:before {
  content: "\f132"; }

.uk-icon-calendar-o:before {
  content: "\f133"; }

.uk-icon-fire-extinguisher:before {
  content: "\f134"; }

.uk-icon-rocket:before {
  content: "\f135"; }

.uk-icon-maxcdn:before {
  content: "\f136"; }

.uk-icon-chevron-circle-left:before {
  content: "\f137"; }

.uk-icon-chevron-circle-right:before {
  content: "\f138"; }

.uk-icon-chevron-circle-up:before {
  content: "\f139"; }

.uk-icon-chevron-circle-down:before {
  content: "\f13a"; }

.uk-icon-html5:before {
  content: "\f13b"; }

.uk-icon-css3:before {
  content: "\f13c"; }

.uk-icon-anchor:before {
  content: "\f13d"; }

.uk-icon-unlock-alt:before {
  content: "\f13e"; }

.uk-icon-bullseye:before {
  content: "\f140"; }

.uk-icon-ellipsis-h:before {
  content: "\f141"; }

.uk-icon-ellipsis-v:before {
  content: "\f142"; }

.uk-icon-rss-square:before {
  content: "\f143"; }

.uk-icon-play-circle:before {
  content: "\f144"; }

.uk-icon-ticket:before {
  content: "\f145"; }

.uk-icon-minus-square:before {
  content: "\f146"; }

.uk-icon-minus-square-o:before {
  content: "\f147"; }

.uk-icon-level-up:before {
  content: "\f148"; }

.uk-icon-level-down:before {
  content: "\f149"; }

.uk-icon-check-square:before {
  content: "\f14a"; }

.uk-icon-pencil-square:before {
  content: "\f14b"; }

.uk-icon-external-link-square:before {
  content: "\f14c"; }

.uk-icon-share-square:before {
  content: "\f14d"; }

.uk-icon-compass:before {
  content: "\f14e"; }

.uk-icon-toggle-down:before,
.uk-icon-caret-square-o-down:before {
  content: "\f150"; }

.uk-icon-toggle-up:before,
.uk-icon-caret-square-o-up:before {
  content: "\f151"; }

.uk-icon-toggle-right:before,
.uk-icon-caret-square-o-right:before {
  content: "\f152"; }

.uk-icon-euro:before,
.uk-icon-eur:before {
  content: "\f153"; }

.uk-icon-gbp:before {
  content: "\f154"; }

.uk-icon-dollar:before,
.uk-icon-usd:before {
  content: "\f155"; }

.uk-icon-rupee:before,
.uk-icon-inr:before {
  content: "\f156"; }

.uk-icon-cny:before,
.uk-icon-rmb:before,
.uk-icon-yen:before,
.uk-icon-jpy:before {
  content: "\f157"; }

.uk-icon-ruble:before,
.uk-icon-rouble:before,
.uk-icon-rub:before {
  content: "\f158"; }

.uk-icon-won:before,
.uk-icon-krw:before {
  content: "\f159"; }

.uk-icon-bitcoin:before,
.uk-icon-btc:before {
  content: "\f15a"; }

.uk-icon-file:before {
  content: "\f15b"; }

.uk-icon-file-text:before {
  content: "\f15c"; }

.uk-icon-sort-alpha-asc:before {
  content: "\f15d"; }

.uk-icon-sort-alpha-desc:before {
  content: "\f15e"; }

.uk-icon-sort-amount-asc:before {
  content: "\f160"; }

.uk-icon-sort-amount-desc:before {
  content: "\f161"; }

.uk-icon-sort-numeric-asc:before {
  content: "\f162"; }

.uk-icon-sort-numeric-desc:before {
  content: "\f163"; }

.uk-icon-thumbs-up:before {
  content: "\f164"; }

.uk-icon-thumbs-down:before {
  content: "\f165"; }

.uk-icon-youtube-square:before {
  content: "\f166"; }

.uk-icon-youtube:before {
  content: "\f167"; }

.uk-icon-xing:before {
  content: "\f168"; }

.uk-icon-xing-square:before {
  content: "\f169"; }

.uk-icon-youtube-play:before {
  content: "\f16a"; }

.uk-icon-dropbox:before {
  content: "\f16b"; }

.uk-icon-stack-overflow:before {
  content: "\f16c"; }

.uk-icon-instagram:before {
  content: "\f16d"; }

.uk-icon-flickr:before {
  content: "\f16e"; }

.uk-icon-adn:before {
  content: "\f170"; }

.uk-icon-bitbucket:before {
  content: "\f171"; }

.uk-icon-bitbucket-square:before {
  content: "\f172"; }

.uk-icon-tumblr:before {
  content: "\f173"; }

.uk-icon-tumblr-square:before {
  content: "\f174"; }

.uk-icon-long-arrow-down:before {
  content: "\f175"; }

.uk-icon-long-arrow-up:before {
  content: "\f176"; }

.uk-icon-long-arrow-left:before {
  content: "\f177"; }

.uk-icon-long-arrow-right:before {
  content: "\f178"; }

.uk-icon-apple:before {
  content: "\f179"; }

.uk-icon-windows:before {
  content: "\f17a"; }

.uk-icon-android:before {
  content: "\f17b"; }

.uk-icon-linux:before {
  content: "\f17c"; }

.uk-icon-dribbble:before {
  content: "\f17d"; }

.uk-icon-skype:before {
  content: "\f17e"; }

.uk-icon-foursquare:before {
  content: "\f180"; }

.uk-icon-trello:before {
  content: "\f181"; }

.uk-icon-female:before {
  content: "\f182"; }

.uk-icon-male:before {
  content: "\f183"; }

.uk-icon-gittip:before,
.uk-icon-gratipay:before {
  content: "\f184"; }

.uk-icon-sun-o:before {
  content: "\f185"; }

.uk-icon-moon-o:before {
  content: "\f186"; }

.uk-icon-archive:before {
  content: "\f187"; }

.uk-icon-bug:before {
  content: "\f188"; }

.uk-icon-vk:before {
  content: "\f189"; }

.uk-icon-weibo:before {
  content: "\f18a"; }

.uk-icon-renren:before {
  content: "\f18b"; }

.uk-icon-pagelines:before {
  content: "\f18c"; }

.uk-icon-stack-exchange:before {
  content: "\f18d"; }

.uk-icon-arrow-circle-o-right:before {
  content: "\f18e"; }

.uk-icon-arrow-circle-o-left:before {
  content: "\f190"; }

.uk-icon-toggle-left:before,
.uk-icon-caret-square-o-left:before {
  content: "\f191"; }

.uk-icon-dot-circle-o:before {
  content: "\f192"; }

.uk-icon-wheelchair:before {
  content: "\f193"; }

.uk-icon-vimeo-square:before {
  content: "\f194"; }

.uk-icon-turkish-lira:before,
.uk-icon-try:before {
  content: "\f195"; }

.uk-icon-plus-square-o:before {
  content: "\f196"; }

.uk-icon-space-shuttle:before {
  content: "\f197"; }

.uk-icon-slack:before {
  content: "\f198"; }

.uk-icon-envelope-square:before {
  content: "\f199"; }

.uk-icon-wordpress:before {
  content: "\f19a"; }

.uk-icon-openid:before {
  content: "\f19b"; }

.uk-icon-institution:before,
.uk-icon-bank:before,
.uk-icon-university:before {
  content: "\f19c"; }

.uk-icon-mortar-board:before,
.uk-icon-graduation-cap:before {
  content: "\f19d"; }

.uk-icon-yahoo:before {
  content: "\f19e"; }

.uk-icon-google:before {
  content: "\f1a0"; }

.uk-icon-reddit:before {
  content: "\f1a1"; }

.uk-icon-reddit-square:before {
  content: "\f1a2"; }

.uk-icon-stumbleupon-circle:before {
  content: "\f1a3"; }

.uk-icon-stumbleupon:before {
  content: "\f1a4"; }

.uk-icon-delicious:before {
  content: "\f1a5"; }

.uk-icon-digg:before {
  content: "\f1a6"; }

.uk-icon-pied-piper:before {
  content: "\f1a7"; }

.uk-icon-pied-piper-alt:before {
  content: "\f1a8"; }

.uk-icon-drupal:before {
  content: "\f1a9"; }

.uk-icon-joomla:before {
  content: "\f1aa"; }

.uk-icon-language:before {
  content: "\f1ab"; }

.uk-icon-fax:before {
  content: "\f1ac"; }

.uk-icon-building:before {
  content: "\f1ad"; }

.uk-icon-child:before {
  content: "\f1ae"; }

.uk-icon-paw:before {
  content: "\f1b0"; }

.uk-icon-spoon:before {
  content: "\f1b1"; }

.uk-icon-cube:before {
  content: "\f1b2"; }

.uk-icon-cubes:before {
  content: "\f1b3"; }

.uk-icon-behance:before {
  content: "\f1b4"; }

.uk-icon-behance-square:before {
  content: "\f1b5"; }

.uk-icon-steam:before {
  content: "\f1b6"; }

.uk-icon-steam-square:before {
  content: "\f1b7"; }

.uk-icon-recycle:before {
  content: "\f1b8"; }

.uk-icon-automobile:before,
.uk-icon-car:before {
  content: "\f1b9"; }

.uk-icon-cab:before,
.uk-icon-taxi:before {
  content: "\f1ba"; }

.uk-icon-tree:before {
  content: "\f1bb"; }

.uk-icon-spotify:before {
  content: "\f1bc"; }

.uk-icon-deviantart:before {
  content: "\f1bd"; }

.uk-icon-soundcloud:before {
  content: "\f1be"; }

.uk-icon-database:before {
  content: "\f1c0"; }

.uk-icon-file-pdf-o:before {
  content: "\f1c1"; }

.uk-icon-file-word-o:before {
  content: "\f1c2"; }

.uk-icon-file-excel-o:before {
  content: "\f1c3"; }

.uk-icon-file-powerpoint-o:before {
  content: "\f1c4"; }

.uk-icon-file-photo-o:before,
.uk-icon-file-picture-o:before,
.uk-icon-file-image-o:before {
  content: "\f1c5"; }

.uk-icon-file-zip-o:before,
.uk-icon-file-archive-o:before {
  content: "\f1c6"; }

.uk-icon-file-sound-o:before,
.uk-icon-file-audio-o:before {
  content: "\f1c7"; }

.uk-icon-file-movie-o:before,
.uk-icon-file-video-o:before {
  content: "\f1c8"; }

.uk-icon-file-code-o:before {
  content: "\f1c9"; }

.uk-icon-vine:before {
  content: "\f1ca"; }

.uk-icon-codepen:before {
  content: "\f1cb"; }

.uk-icon-jsfiddle:before {
  content: "\f1cc"; }

.uk-icon-life-bouy:before,
.uk-icon-life-buoy:before,
.uk-icon-life-saver:before,
.uk-icon-support:before,
.uk-icon-life-ring:before {
  content: "\f1cd"; }

.uk-icon-circle-o-notch:before {
  content: "\f1ce"; }

.uk-icon-ra:before,
.uk-icon-rebel:before {
  content: "\f1d0"; }

.uk-icon-ge:before,
.uk-icon-empire:before {
  content: "\f1d1"; }

.uk-icon-git-square:before {
  content: "\f1d2"; }

.uk-icon-git:before {
  content: "\f1d3"; }

.uk-icon-hacker-news:before {
  content: "\f1d4"; }

.uk-icon-tencent-weibo:before {
  content: "\f1d5"; }

.uk-icon-qq:before {
  content: "\f1d6"; }

.uk-icon-wechat:before,
.uk-icon-weixin:before {
  content: "\f1d7"; }

.uk-icon-send:before,
.uk-icon-paper-plane:before {
  content: "\f1d8"; }

.uk-icon-send-o:before,
.uk-icon-paper-plane-o:before {
  content: "\f1d9"; }

.uk-icon-history:before {
  content: "\f1da"; }

.uk-icon-genderless:before,
.uk-icon-circle-thin:before {
  content: "\f1db"; }

.uk-icon-header:before {
  content: "\f1dc"; }

.uk-icon-paragraph:before {
  content: "\f1dd"; }

.uk-icon-sliders:before {
  content: "\f1de"; }

.uk-icon-share-alt:before {
  content: "\f1e0"; }

.uk-icon-share-alt-square:before {
  content: "\f1e1"; }

.uk-icon-bomb:before {
  content: "\f1e2"; }

.uk-icon-soccer-ball-o:before,
.uk-icon-futbol-o:before {
  content: "\f1e3"; }

.uk-icon-tty:before {
  content: "\f1e4"; }

.uk-icon-binoculars:before {
  content: "\f1e5"; }

.uk-icon-plug:before {
  content: "\f1e6"; }

.uk-icon-slideshare:before {
  content: "\f1e7"; }

.uk-icon-twitch:before {
  content: "\f1e8"; }

.uk-icon-yelp:before {
  content: "\f1e9"; }

.uk-icon-newspaper-o:before {
  content: "\f1ea"; }

.uk-icon-wifi:before {
  content: "\f1eb"; }

.uk-icon-calculator:before {
  content: "\f1ec"; }

.uk-icon-paypal:before {
  content: "\f1ed"; }

.uk-icon-google-wallet:before {
  content: "\f1ee"; }

.uk-icon-cc-visa:before {
  content: "\f1f0"; }

.uk-icon-cc-mastercard:before {
  content: "\f1f1"; }

.uk-icon-cc-discover:before {
  content: "\f1f2"; }

.uk-icon-cc-amex:before {
  content: "\f1f3"; }

.uk-icon-cc-paypal:before {
  content: "\f1f4"; }

.uk-icon-cc-stripe:before {
  content: "\f1f5"; }

.uk-icon-bell-slash:before {
  content: "\f1f6"; }

.uk-icon-bell-slash-o:before {
  content: "\f1f7"; }

.uk-icon-trash:before {
  content: "\f1f8"; }

.uk-icon-copyright:before {
  content: "\f1f9"; }

.uk-icon-at:before {
  content: "\f1fa"; }

.uk-icon-eyedropper:before {
  content: "\f1fb"; }

.uk-icon-paint-brush:before {
  content: "\f1fc"; }

.uk-icon-birthday-cake:before {
  content: "\f1fd"; }

.uk-icon-area-chart:before {
  content: "\f1fe"; }

.uk-icon-pie-chart:before {
  content: "\f200"; }

.uk-icon-line-chart:before {
  content: "\f201"; }

.uk-icon-lastfm:before {
  content: "\f202"; }

.uk-icon-lastfm-square:before {
  content: "\f203"; }

.uk-icon-toggle-off:before {
  content: "\f204"; }

.uk-icon-toggle-on:before {
  content: "\f205"; }

.uk-icon-bicycle:before {
  content: "\f206"; }

.uk-icon-bus:before {
  content: "\f207"; }

.uk-icon-ioxhost:before {
  content: "\f208"; }

.uk-icon-angellist:before {
  content: "\f209"; }

.uk-icon-cc:before {
  content: "\f20a"; }

.uk-icon-shekel:before,
.uk-icon-sheqel:before,
.uk-icon-ils:before {
  content: "\f20b"; }

.uk-icon-meanpath:before {
  content: "\f20c"; }

.uk-icon-buysellads:before {
  content: "\f20d"; }

.uk-icon-connectdevelop:before {
  content: "\f20e"; }

.uk-icon-dashcube:before {
  content: "\f210"; }

.uk-icon-forumbee:before {
  content: "\f211"; }

.uk-icon-leanpub:before {
  content: "\f212"; }

.uk-icon-sellsy:before {
  content: "\f213"; }

.uk-icon-shirtsinbulk:before {
  content: "\f214"; }

.uk-icon-simplybuilt:before {
  content: "\f215"; }

.uk-icon-skyatlas:before {
  content: "\f216"; }

.uk-icon-cart-plus:before {
  content: "\f217"; }

.uk-icon-cart-arrow-down:before {
  content: "\f218"; }

.uk-icon-diamond:before {
  content: "\f219"; }

.uk-icon-ship:before {
  content: "\f21a"; }

.uk-icon-user-secret:before {
  content: "\f21b"; }

.uk-icon-motorcycle:before {
  content: "\f21c"; }

.uk-icon-street-view:before {
  content: "\f21d"; }

.uk-icon-heartbeat:before {
  content: "\f21e"; }

.uk-icon-venus:before {
  content: "\f221"; }

.uk-icon-mars:before {
  content: "\f222"; }

.uk-icon-mercury:before {
  content: "\f223"; }

.uk-icon-transgender:before {
  content: "\f224"; }

.uk-icon-transgender-alt:before {
  content: "\f225"; }

.uk-icon-venus-double:before {
  content: "\f226"; }

.uk-icon-mars-double:before {
  content: "\f227"; }

.uk-icon-venus-mars:before {
  content: "\f228"; }

.uk-icon-mars-stroke:before {
  content: "\f229"; }

.uk-icon-mars-stroke-v:before {
  content: "\f22a"; }

.uk-icon-mars-stroke-h:before {
  content: "\f22b"; }

.uk-icon-neuter:before {
  content: "\f22c"; }

.uk-icon-facebook-official:before {
  content: "\f230"; }

.uk-icon-pinterest-p:before {
  content: "\f231"; }

.uk-icon-whatsapp:before {
  content: "\f232"; }

.uk-icon-server:before {
  content: "\f233"; }

.uk-icon-user-plus:before {
  content: "\f234"; }

.uk-icon-user-times:before {
  content: "\f235"; }

.uk-icon-hotel:before,
.uk-icon-bed:before {
  content: "\f236"; }

.uk-icon-viacoin:before {
  content: "\f237"; }

.uk-icon-train:before {
  content: "\f238"; }

.uk-icon-subway:before {
  content: "\f239"; }

.uk-icon-medium-logo:before {
  content: "\f23a"; }

.uk-icon-500px:before {
  content: "\f26e"; }

.uk-icon-amazon:before {
  content: "\f270"; }

.uk-icon-balance-scale:before {
  content: "\f24e"; }

.uk-icon-battery-empty:before,
.uk-icon-battery-0:before {
  content: "\f244"; }

.uk-icon-battery-quarter:before,
.uk-icon-battery-1:before {
  content: "\f243"; }

.uk-icon-battery-half:before,
.uk-icon-battery-2:before {
  content: "\f242"; }

.uk-icon-battery-three-quarters:before,
.uk-icon-battery-3:before {
  content: "\f241"; }

.uk-icon-battery-full:before,
.uk-icon-battery-4:before {
  content: "\f240"; }

.uk-icon-black-tie:before {
  content: "\f27e"; }

.uk-icon-calendar-check-o:before {
  content: "\f274"; }

.uk-icon-calendar-minus-o:before {
  content: "\f272"; }

.uk-icon-calendar-plus-o:before {
  content: "\f271"; }

.uk-icon-calendar-times-o:before {
  content: "\f273"; }

.uk-icon-cc-diners-club:before {
  content: "\f24c"; }

.uk-icon-cc-jcb:before {
  content: "\f24b"; }

.uk-icon-chrome:before {
  content: "\f268"; }

.uk-icon-clone:before {
  content: "\f24d"; }

.uk-icon-commenting:before {
  content: "\f27a"; }

.uk-icon-commenting-o:before {
  content: "\f27b"; }

.uk-icon-contao:before {
  content: "\f26d"; }

.uk-icon-creative-commons:before {
  content: "\f25e"; }

.uk-icon-expeditedssl:before {
  content: "\f23e"; }

.uk-icon-firefox:before {
  content: "\f269"; }

.uk-icon-fonticons:before {
  content: "\f280"; }

.uk-icon-get-pocket:before {
  content: "\f265"; }

.uk-icon-gg:before {
  content: "\f260"; }

.uk-icon-gg-circle:before {
  content: "\f261"; }

.uk-icon-hand-lizard-o:before {
  content: "\f258"; }

.uk-icon-hand-stop-o:before,
.uk-icon-hand-paper-o:before {
  content: "\f256"; }

.uk-icon-hand-peace-o:before {
  content: "\f25b"; }

.uk-icon-hand-pointer-o:before {
  content: "\f25a"; }

.uk-icon-hand-grab-o:before,
.uk-icon-hand-rock-o:before {
  content: "\f255"; }

.uk-icon-hand-scissors-o:before {
  content: "\f257"; }

.uk-icon-hand-spock-o:before {
  content: "\f259"; }

.uk-icon-hourglass:before {
  content: "\f254"; }

.uk-icon-hourglass-o:before {
  content: "\f250"; }

.uk-icon-hourglass-1:before,
.uk-icon-hourglass-start:before {
  content: "\f251"; }

.uk-icon-hourglass-2:before,
.uk-icon-hourglass-half:before {
  content: "\f252"; }

.uk-icon-hourglass-3:before,
.uk-icon-hourglass-end:before {
  content: "\f253"; }

.uk-icon-houzz:before {
  content: "\f27c"; }

.uk-icon-i-cursor:before {
  content: "\f246"; }

.uk-icon-industry:before {
  content: "\f275"; }

.uk-icon-internet-explorer:before {
  content: "\f26b"; }

.uk-icon-map:before {
  content: "\f279"; }

.uk-icon-map-o:before {
  content: "\f278"; }

.uk-icon-map-pin:before {
  content: "\f276"; }

.uk-icon-map-signs:before {
  content: "\f277"; }

.uk-icon-mouse-pointer:before {
  content: "\f245"; }

.uk-icon-object-group:before {
  content: "\f247"; }

.uk-icon-object-ungroup:before {
  content: "\f248"; }

.uk-icon-odnoklassniki:before {
  content: "\f263"; }

.uk-icon-odnoklassniki-square:before {
  content: "\f264"; }

.uk-icon-opencart:before {
  content: "\f23d"; }

.uk-icon-opera:before {
  content: "\f26a"; }

.uk-icon-optin-monster:before {
  content: "\f23c"; }

.uk-icon-registered:before {
  content: "\f25d"; }

.uk-icon-safari:before {
  content: "\f267"; }

.uk-icon-sticky-note:before {
  content: "\f249"; }

.uk-icon-sticky-note-o:before {
  content: "\f24a"; }

.uk-icon-tv:before,
.uk-icon-television:before {
  content: "\f26c"; }

.uk-icon-trademark:before {
  content: "\f25c"; }

.uk-icon-tripadvisor:before {
  content: "\f262"; }

.uk-icon-vimeo:before {
  content: "\f27d"; }

.uk-icon-wikipedia-w:before {
  content: "\f266"; }

.uk-icon-yc:before,
.uk-icon-y-combinator:before {
  content: "\f23b"; }

.uk-icon-yc-square:before,
.uk-icon-y-combinator-square:before {
  content: "\f1d4"; }

.uk-icon-bluetooth:before {
  content: "\f293"; }

.uk-icon-bluetooth-b:before {
  content: "\f294"; }

.uk-icon-codiepie:before {
  content: "\f284"; }

.uk-icon-credit-card-alt:before {
  content: "\f283"; }

.uk-icon-edge:before {
  content: "\f282"; }

.uk-icon-fort-awesome:before {
  content: "\f286"; }

.uk-icon-hashtag:before {
  content: "\f292"; }

.uk-icon-mixcloud:before {
  content: "\f289"; }

.uk-icon-modx:before {
  content: "\f285"; }

.uk-icon-pause-circle:before {
  content: "\f28b"; }

.uk-icon-pause-circle-o:before {
  content: "\f28c"; }

.uk-icon-percent:before {
  content: "\f295"; }

.uk-icon-product-hunt:before {
  content: "\f288"; }

.uk-icon-reddit-alien:before {
  content: "\f281"; }

.uk-icon-scribd:before {
  content: "\f28a"; }

.uk-icon-shopping-bag:before {
  content: "\f290"; }

.uk-icon-shopping-basket:before {
  content: "\f291"; }

.uk-icon-stop-circle:before {
  content: "\f28d"; }

.uk-icon-stop-circle-o:before {
  content: "\f28e"; }

.uk-icon-usb:before {
  content: "\f287"; }

.uk-icon-american-sign-language-interpreting:before,
.uk-icon-asl-interpreting:before {
  content: "\f2a3"; }

.uk-icon-assistive-listening-systems:before {
  content: "\f2a2"; }

.uk-icon-audio-description:before {
  content: "\f29e"; }

.uk-icon-blind:before {
  content: "\f29d"; }

.uk-icon-braille:before {
  content: "\f2a1"; }

.uk-icon-deaf:before {
  content: "\f2a4"; }

.uk-icon-deafness:before {
  content: "\f2a4"; }

.uk-icon-envira:before {
  content: "\f299"; }

.uk-icon-gitlab:before {
  content: "\f296"; }

.uk-icon-glide:before {
  content: "\f2a5"; }

.uk-icon-glide-g:before {
  content: "\f2a6"; }

.uk-icon-hard-of-hearing:before {
  content: "\f2a4"; }

.uk-icon-low-vision:before {
  content: "\f2a8"; }

.uk-icon-question-circle-o:before {
  content: "\f29c"; }

.uk-icon-sign-language:before,
.uk-icon-signing:before {
  content: "\f2a7"; }

.uk-icon-snapchat:before {
  content: "\f2ab"; }

.uk-icon-snapchat-ghost:before {
  content: "\f2ac"; }

.uk-icon-snapchat-square:before {
  content: "\f2ad"; }

.uk-icon-universal-access:before {
  content: "\f29a"; }

.uk-icon-viadeo:before {
  content: "\f2a9"; }

.uk-icon-viadeo-square:before {
  content: "\f2aa"; }

.uk-icon-volume-control-phone:before {
  content: "\f2a0"; }

.uk-icon-wheelchair-alt:before {
  content: "\f29b"; }

.uk-icon-wpbeginner:before {
  content: "\f297"; }

.uk-icon-wpforms:before {
  content: "\f298"; }

/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * This is the modal overlay and modal dialog container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Allow scrolling for the modal dialog
 * 4. Mask the background page
 * 5. Fade-in transition
 * 6. Deactivate browser history navigation in IE11
 * 7. force hardware acceleration to prevent browser rendering hiccups
 */
.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  background: rgba(0, 0, 0, 0.6);
  /* 5 */
  opacity: 0;
  transition: opacity 0.15s linear;
  /* 6 */
  -ms-touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  /* 7 */
  transform: translateZ(0); }

/*
 * Open state
 */
.uk-modal.uk-open {
  opacity: 1; }

/*
 * Prevents duplicated scrollbar caused by 4.
 */
.uk-modal-page,
.uk-modal-page body {
  overflow: hidden; }

/* Sub-object: `uk-modal-dialog`
 ========================================================================== */
/*
 * 1. Create position context for caption, spinner and close button
 * 2. Set box sizing
 * 3. Set style
 * 4. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 50px auto;
  padding: 20px;
  width: 600px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  /* 3 */
  background: #fff;
  /* 4 */
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity 0.3s linear, transform 0.3s ease-out; }

/* Phone landscape and smaller */
@media (max-width: 767px) {
  /*
     * Fit in small screen
     */
  .uk-modal-dialog {
    width: auto;
    margin: 10px auto; } }

/*
 * Open state
 */
.uk-open .uk-modal-dialog {
  /* 4 */
  opacity: 1;
  transform: translateY(0); }

/*
 * Remove margin from the last-child
 */
.uk-modal-dialog > :not([class*='uk-modal-']):last-child {
  margin-bottom: 0; }

/* Close in modal
 ========================================================================== */
.uk-modal-dialog > .uk-close:first-child {
  margin: -10px -10px 0 0;
  float: right; }

/*
 * Remove margin from adjacent element
 */
.uk-modal-dialog > .uk-close:first-child + :not([class*='uk-modal-']) {
  margin-top: 0; }

/* Modifier: `uk-modal-dialog-lightbox`
 ========================================================================== */
.uk-modal-dialog-lightbox {
  margin: 15px auto;
  padding: 0;
  max-width: 95%;
  max-width: calc(100% - 30px);
  min-height: 50px; }

/*
 * Close button
 */
.uk-modal-dialog-lightbox > .uk-close:first-child {
  position: absolute;
  top: -12px;
  right: -12px;
  margin: 0;
  float: none; }

/* Phone landscape and smaller */
@media (max-width: 767px) {
  .uk-modal-dialog-lightbox > .uk-close:first-child {
    top: -7px;
    right: -7px; } }

/* Modifier: `uk-modal-dialog-blank`
 ========================================================================== */
.uk-modal-dialog-blank {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  transition: opacity 0.3s linear; }

/*
* Close button
*/
.uk-modal-dialog-blank > .uk-close:first-child {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  margin: 0;
  float: none; }

/* Modifier: `uk-modal-dialog-large`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-modal-dialog-large {
    width: 930px; } }

/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-modal-dialog-large {
    width: 1130px; } }

/* Sub-Object: `uk-modal-header` and `uk-modal-footer`
 ========================================================================== */
.uk-modal-header {
  margin-bottom: 15px; }

.uk-modal-footer {
  margin-top: 15px; }

/*
 * Remove margin from the last-child
 */
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0; }

/* Sub-Object: `uk-modal-caption`
 ========================================================================== */
.uk-modal-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin-bottom: -10px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* Sub-Object: `uk-modal-spinner`
 ========================================================================== */
.uk-modal-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: #ddd; }

.uk-modal-spinner:after {
  content: "\f110";
  display: block;
  font-family: FontAwesome;
  animation: uk-rotate 2s infinite linear; }

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * This is the offcanvas overlay and bar container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Deactivate browser touch actions in IE11
 * 4. Mask the background page
 */
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  /* 3 */
  -ms-touch-action: none;
  touch-action: none;
  /* 4 */
  background: rgba(0, 0, 0, 0.1); }

.uk-offcanvas.uk-active {
  display: block; }

/* Sub-object `uk-offcanvas-page`
 ========================================================================== */
/*
 * Prepares the whole HTML page to slide-out
 * 1. Fix the main page and disallow scrolling
 * 2. Side-out transition
 */
.uk-offcanvas-page {
  /* 1 */
  position: fixed;
  /* 2 */
  transition: margin-left 0.3s ease-in-out; }

/* Sub-object `uk-offcanvas-bar`
 ========================================================================== */
/*
 * This is the offcanvas bar
 * 1. Set fixed position
 * 2. Size and style
 * 3. Allow scrolling
 * 4. Side-out transition
 * 5. Deactivate scroll chaining in IE11
 */
.uk-offcanvas-bar {
  /* 1 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: 1001;
  /* 2 */
  width: 270px;
  max-width: 100%;
  background: #333;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  transition: transform 0.3s ease-in-out;
  /* 5 */
  -ms-scroll-chaining: none; }

.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
  transform: translateX(0%); }

/* Modifier `uk-offcanvas-bar-flip`
 ========================================================================== */
.uk-offcanvas-bar-flip {
  left: auto;
  right: 0;
  transform: translateX(100%); }

/* Panel in offcanvas
 ========================================================================== */
.uk-offcanvas .uk-panel {
  margin: 20px 15px;
  color: #777; }

.uk-offcanvas .uk-panel-title {
  color: #ccc; }

.uk-offcanvas .uk-panel a:not([class]) {
  color: #ccc; }

.uk-offcanvas .uk-panel a:not([class]):hover {
  color: #fff; }

/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. More robust if padding and border are used
 */
[data-uk-sticky].uk-active {
  z-index: 980;
  /* 1 */
  box-sizing: border-box; }

/*
 * Faster animations
 */
[data-uk-sticky][class*='uk-animation-'] {
  animation-duration: 0.2s; }

[data-uk-sticky].uk-animation-reverse {
  animation-duration: 0.2s; }

#modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  background-color: rgba(250, 250, 250, 0.75);
  color: #fff;
  opacity: 0;
  transition: opacity 350ms ease-in;
  z-index: 4000;
  pointer-events: none; }
  #modal.visible {
    transition-duration: 250ms;
    opacity: 1;
    pointer-events: auto !important; }

.modal-content {
  position: relative;
  width: 100%;
  height: 100%; }

.modal-close {
  margin: 10px 10px 0 0;
  -webkit-appearance: none;
  cursor: pointer;
  color: #333;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background: 0 0;
  display: inline-block;
  box-sizing: content-box;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  opacity: .5;
  z-index: 99999; }
  #modal .modal-close {
    position: absolute;
    right: 10px;
    top: 10px; }
  .modal-close:hover, .modal-close:focus {
    opacity: 1;
    outline: none;
    color: inherit;
    text-decoration: none;
    cursor: pointer; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
.modal-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.video-auto-player {
  position: relative; }

#video__modal {
  position: fixed;
  z-index: 11;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none; }

.visible .video__nav,
.visible #video__nav,
.visible .video__main,
.visible #video__main {
  visibility: visible;
  opacity: 1;
  pointer-events: auto !important;
  transform: translate3d(0, 0, 0); }

.video__nav,
#video__nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  background-color: #F8F8F8;
  text-align: center;
  opacity: 0;
  z-index: 5;
  pointer-events: none;
  transform: translateZ(0) translateX(-100%);
  transition: all 500ms ease-in; }
  .video__nav article,
  #video__nav article {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    transition: right .5s;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .video__nav article header,
  #video__nav article header {
    position: relative;
    width: 100%;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #D4D4D4; }
    .video__nav article header > a,
    #video__nav article header > a {
      padding: 22px 0;
      display: block; }
      .video__nav article header > a:active, .video__nav article header > a:hover,
      #video__nav article header > a:active,
      #video__nav article header > a:hover {
        text-decoration: none; }
  .video__nav .nav__scroll,
  #video__nav .nav__scroll {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    text-align: center;
    -moz-flex: 99;
    -ms-flex: 99;
    flex: 99;
    padding: 0 50px 0 60px;
    margin: 35px 10px 0 0; }
    .video__nav .nav__scroll:after,
    #video__nav .nav__scroll:after {
      content: '';
      display: block;
      height: 120px; }
    .video__nav .nav__scroll .tile,
    #video__nav .nav__scroll .tile {
      transform: translateZ(0) translateX(-100%);
      transition: all 350ms ease; }
      .video__nav .nav__scroll .tile:nth-child(1),
      #video__nav .nav__scroll .tile:nth-child(1) {
        transition-delay: 0s; }
      .video__nav .nav__scroll .tile:nth-child(2),
      #video__nav .nav__scroll .tile:nth-child(2) {
        transition-delay: 0.1s; }
      .video__nav .nav__scroll .tile:nth-child(3),
      #video__nav .nav__scroll .tile:nth-child(3) {
        transition-delay: 0.2s; }
      .video__nav .nav__scroll .tile:nth-child(4),
      #video__nav .nav__scroll .tile:nth-child(4) {
        transition-delay: 0.3s; }
      .video__nav .nav__scroll .tile:nth-child(5),
      #video__nav .nav__scroll .tile:nth-child(5) {
        transition-delay: 0.4s; }
      .video__nav .nav__scroll .tile:nth-child(6),
      #video__nav .nav__scroll .tile:nth-child(6) {
        transition-delay: 0.5s; }
      .video__nav .nav__scroll .tile:nth-child(7),
      #video__nav .nav__scroll .tile:nth-child(7) {
        transition-delay: 0.6s; }
      .video__nav .nav__scroll .tile:nth-child(8),
      #video__nav .nav__scroll .tile:nth-child(8) {
        transition-delay: 0.7s; }
      .video__nav .nav__scroll .tile:nth-child(9),
      #video__nav .nav__scroll .tile:nth-child(9) {
        transition-delay: 0.8s; }
      .video__nav .nav__scroll .tile:nth-child(10),
      #video__nav .nav__scroll .tile:nth-child(10) {
        transition-delay: 0.9s; }
      .video__nav .nav__scroll .tile:nth-child(11),
      #video__nav .nav__scroll .tile:nth-child(11) {
        transition-delay: 1s; }
      .video__nav .nav__scroll .tile:nth-child(12),
      #video__nav .nav__scroll .tile:nth-child(12) {
        transition-delay: 1.1s; }
      .video__nav .nav__scroll .tile:nth-child(13),
      #video__nav .nav__scroll .tile:nth-child(13) {
        transition-delay: 1.2s; }
      .video__nav .nav__scroll .tile:nth-child(14),
      #video__nav .nav__scroll .tile:nth-child(14) {
        transition-delay: 1.3s; }
      .video__nav .nav__scroll .tile:nth-child(15),
      #video__nav .nav__scroll .tile:nth-child(15) {
        transition-delay: 1.4s; }
      .video__nav .nav__scroll .tile:nth-child(16),
      #video__nav .nav__scroll .tile:nth-child(16) {
        transition-delay: 1.5s; }
      .video__nav .nav__scroll .tile:nth-child(17),
      #video__nav .nav__scroll .tile:nth-child(17) {
        transition-delay: 1.6s; }
      .video__nav .nav__scroll .tile:nth-child(18),
      #video__nav .nav__scroll .tile:nth-child(18) {
        transition-delay: 1.7s; }
      .video__nav .nav__scroll .tile:nth-child(19),
      #video__nav .nav__scroll .tile:nth-child(19) {
        transition-delay: 1.8s; }
      .video__nav .nav__scroll .tile:nth-child(20),
      #video__nav .nav__scroll .tile:nth-child(20) {
        transition-delay: 1.9s; }
      .video__nav .nav__scroll .tile:nth-child(21),
      #video__nav .nav__scroll .tile:nth-child(21) {
        transition-delay: 2s; }
      .video__nav .nav__scroll .tile:nth-child(22),
      #video__nav .nav__scroll .tile:nth-child(22) {
        transition-delay: 2.1s; }
      .video__nav .nav__scroll .tile:nth-child(23),
      #video__nav .nav__scroll .tile:nth-child(23) {
        transition-delay: 2.2s; }
      .video__nav .nav__scroll .tile:nth-child(24),
      #video__nav .nav__scroll .tile:nth-child(24) {
        transition-delay: 2.3s; }
      .video__nav .nav__scroll .tile:nth-child(25),
      #video__nav .nav__scroll .tile:nth-child(25) {
        transition-delay: 2.4s; }
      .video__nav .nav__scroll .tile:nth-child(26),
      #video__nav .nav__scroll .tile:nth-child(26) {
        transition-delay: 2.5s; }
      .video__nav .nav__scroll .tile:nth-child(27),
      #video__nav .nav__scroll .tile:nth-child(27) {
        transition-delay: 2.6s; }
      .video__nav .nav__scroll .tile:nth-child(28),
      #video__nav .nav__scroll .tile:nth-child(28) {
        transition-delay: 2.7s; }
      .video__nav .nav__scroll .tile:nth-child(29),
      #video__nav .nav__scroll .tile:nth-child(29) {
        transition-delay: 2.8s; }
      .video__nav .nav__scroll .tile:nth-child(30),
      #video__nav .nav__scroll .tile:nth-child(30) {
        transition-delay: 2.9s; }
      .video__nav .nav__scroll .tile:nth-child(31),
      #video__nav .nav__scroll .tile:nth-child(31) {
        transition-delay: 3s; }
      .video__nav .nav__scroll .tile:nth-child(32),
      #video__nav .nav__scroll .tile:nth-child(32) {
        transition-delay: 3.1s; }
      .video__nav .nav__scroll .tile:nth-child(33),
      #video__nav .nav__scroll .tile:nth-child(33) {
        transition-delay: 3.2s; }
      .video__nav .nav__scroll .tile:nth-child(34),
      #video__nav .nav__scroll .tile:nth-child(34) {
        transition-delay: 3.3s; }
      .video__nav .nav__scroll .tile:nth-child(35),
      #video__nav .nav__scroll .tile:nth-child(35) {
        transition-delay: 3.4s; }
      .video__nav .nav__scroll .tile:nth-child(36),
      #video__nav .nav__scroll .tile:nth-child(36) {
        transition-delay: 3.5s; }
      .video__nav .nav__scroll .tile:nth-child(37),
      #video__nav .nav__scroll .tile:nth-child(37) {
        transition-delay: 3.6s; }
      .video__nav .nav__scroll .tile:nth-child(38),
      #video__nav .nav__scroll .tile:nth-child(38) {
        transition-delay: 3.7s; }
      .video__nav .nav__scroll .tile:nth-child(39),
      #video__nav .nav__scroll .tile:nth-child(39) {
        transition-delay: 3.8s; }
      .video__nav .nav__scroll .tile:nth-child(40),
      #video__nav .nav__scroll .tile:nth-child(40) {
        transition-delay: 3.9s; }
      .video__nav .nav__scroll .tile:nth-child(41),
      #video__nav .nav__scroll .tile:nth-child(41) {
        transition-delay: 4s; }
      .video__nav .nav__scroll .tile:nth-child(42),
      #video__nav .nav__scroll .tile:nth-child(42) {
        transition-delay: 4.1s; }
      .video__nav .nav__scroll .tile:nth-child(43),
      #video__nav .nav__scroll .tile:nth-child(43) {
        transition-delay: 4.2s; }
      .video__nav .nav__scroll .tile:nth-child(44),
      #video__nav .nav__scroll .tile:nth-child(44) {
        transition-delay: 4.3s; }
      .video__nav .nav__scroll .tile:nth-child(45),
      #video__nav .nav__scroll .tile:nth-child(45) {
        transition-delay: 4.4s; }
      .video__nav .nav__scroll .tile:nth-child(46),
      #video__nav .nav__scroll .tile:nth-child(46) {
        transition-delay: 4.5s; }
      .video__nav .nav__scroll .tile:nth-child(47),
      #video__nav .nav__scroll .tile:nth-child(47) {
        transition-delay: 4.6s; }
      .video__nav .nav__scroll .tile:nth-child(48),
      #video__nav .nav__scroll .tile:nth-child(48) {
        transition-delay: 4.7s; }
      .video__nav .nav__scroll .tile:nth-child(49),
      #video__nav .nav__scroll .tile:nth-child(49) {
        transition-delay: 4.8s; }
      .video__nav .nav__scroll .tile:nth-child(50),
      #video__nav .nav__scroll .tile:nth-child(50) {
        transition-delay: 4.9s; }
    .video__nav .nav__scroll .tile .vt,
    #video__nav .nav__scroll .tile .vt {
      line-height: 1.1px;
      font-size: 18px; }
    .video__nav .nav__scroll a:hover .vt,
    #video__nav .nav__scroll a:hover .vt {
      transform: translate3d(0, -90%, 0); }
    .video__nav .nav__scroll .tile:nth-child(1) a,
    #video__nav .nav__scroll .tile:nth-child(1) a {
      padding-top: 0; }
    .video__nav .nav__scroll.visible .tile,
    #video__nav .nav__scroll.visible .tile {
      transform: translateX(0);
      transition-duration: 500ms; }
      .video__nav .nav__scroll.visible .tile:nth-child(1),
      #video__nav .nav__scroll.visible .tile:nth-child(1) {
        transition-delay: 0s; }
      .video__nav .nav__scroll.visible .tile:nth-child(2),
      #video__nav .nav__scroll.visible .tile:nth-child(2) {
        transition-delay: 0.08s; }
      .video__nav .nav__scroll.visible .tile:nth-child(3),
      #video__nav .nav__scroll.visible .tile:nth-child(3) {
        transition-delay: 0.16s; }
      .video__nav .nav__scroll.visible .tile:nth-child(4),
      #video__nav .nav__scroll.visible .tile:nth-child(4) {
        transition-delay: 0.24s; }
      .video__nav .nav__scroll.visible .tile:nth-child(5),
      #video__nav .nav__scroll.visible .tile:nth-child(5) {
        transition-delay: 0.32s; }
      .video__nav .nav__scroll.visible .tile:nth-child(6),
      #video__nav .nav__scroll.visible .tile:nth-child(6) {
        transition-delay: 0.4s; }
      .video__nav .nav__scroll.visible .tile:nth-child(7),
      #video__nav .nav__scroll.visible .tile:nth-child(7) {
        transition-delay: 0.48s; }
      .video__nav .nav__scroll.visible .tile:nth-child(8),
      #video__nav .nav__scroll.visible .tile:nth-child(8) {
        transition-delay: 0.56s; }
      .video__nav .nav__scroll.visible .tile:nth-child(9),
      #video__nav .nav__scroll.visible .tile:nth-child(9) {
        transition-delay: 0.64s; }
      .video__nav .nav__scroll.visible .tile:nth-child(10),
      #video__nav .nav__scroll.visible .tile:nth-child(10) {
        transition-delay: 0.72s; }
      .video__nav .nav__scroll.visible .tile:nth-child(11),
      #video__nav .nav__scroll.visible .tile:nth-child(11) {
        transition-delay: 0.8s; }
      .video__nav .nav__scroll.visible .tile:nth-child(12),
      #video__nav .nav__scroll.visible .tile:nth-child(12) {
        transition-delay: 0.88s; }
      .video__nav .nav__scroll.visible .tile:nth-child(13),
      #video__nav .nav__scroll.visible .tile:nth-child(13) {
        transition-delay: 0.96s; }
      .video__nav .nav__scroll.visible .tile:nth-child(14),
      #video__nav .nav__scroll.visible .tile:nth-child(14) {
        transition-delay: 1.04s; }
      .video__nav .nav__scroll.visible .tile:nth-child(15),
      #video__nav .nav__scroll.visible .tile:nth-child(15) {
        transition-delay: 1.12s; }
      .video__nav .nav__scroll.visible .tile:nth-child(16),
      #video__nav .nav__scroll.visible .tile:nth-child(16) {
        transition-delay: 1.2s; }
      .video__nav .nav__scroll.visible .tile:nth-child(17),
      #video__nav .nav__scroll.visible .tile:nth-child(17) {
        transition-delay: 1.28s; }
      .video__nav .nav__scroll.visible .tile:nth-child(18),
      #video__nav .nav__scroll.visible .tile:nth-child(18) {
        transition-delay: 1.36s; }
      .video__nav .nav__scroll.visible .tile:nth-child(19),
      #video__nav .nav__scroll.visible .tile:nth-child(19) {
        transition-delay: 1.44s; }
      .video__nav .nav__scroll.visible .tile:nth-child(20),
      #video__nav .nav__scroll.visible .tile:nth-child(20) {
        transition-delay: 1.52s; }
      .video__nav .nav__scroll.visible .tile:nth-child(21),
      #video__nav .nav__scroll.visible .tile:nth-child(21) {
        transition-delay: 1.6s; }
      .video__nav .nav__scroll.visible .tile:nth-child(22),
      #video__nav .nav__scroll.visible .tile:nth-child(22) {
        transition-delay: 1.68s; }
      .video__nav .nav__scroll.visible .tile:nth-child(23),
      #video__nav .nav__scroll.visible .tile:nth-child(23) {
        transition-delay: 1.76s; }
      .video__nav .nav__scroll.visible .tile:nth-child(24),
      #video__nav .nav__scroll.visible .tile:nth-child(24) {
        transition-delay: 1.84s; }
      .video__nav .nav__scroll.visible .tile:nth-child(25),
      #video__nav .nav__scroll.visible .tile:nth-child(25) {
        transition-delay: 1.92s; }
      .video__nav .nav__scroll.visible .tile:nth-child(26),
      #video__nav .nav__scroll.visible .tile:nth-child(26) {
        transition-delay: 2s; }
      .video__nav .nav__scroll.visible .tile:nth-child(27),
      #video__nav .nav__scroll.visible .tile:nth-child(27) {
        transition-delay: 2.08s; }
      .video__nav .nav__scroll.visible .tile:nth-child(28),
      #video__nav .nav__scroll.visible .tile:nth-child(28) {
        transition-delay: 2.16s; }
      .video__nav .nav__scroll.visible .tile:nth-child(29),
      #video__nav .nav__scroll.visible .tile:nth-child(29) {
        transition-delay: 2.24s; }
      .video__nav .nav__scroll.visible .tile:nth-child(30),
      #video__nav .nav__scroll.visible .tile:nth-child(30) {
        transition-delay: 2.32s; }
      .video__nav .nav__scroll.visible .tile:nth-child(31),
      #video__nav .nav__scroll.visible .tile:nth-child(31) {
        transition-delay: 2.4s; }
      .video__nav .nav__scroll.visible .tile:nth-child(32),
      #video__nav .nav__scroll.visible .tile:nth-child(32) {
        transition-delay: 2.48s; }
      .video__nav .nav__scroll.visible .tile:nth-child(33),
      #video__nav .nav__scroll.visible .tile:nth-child(33) {
        transition-delay: 2.56s; }
      .video__nav .nav__scroll.visible .tile:nth-child(34),
      #video__nav .nav__scroll.visible .tile:nth-child(34) {
        transition-delay: 2.64s; }
      .video__nav .nav__scroll.visible .tile:nth-child(35),
      #video__nav .nav__scroll.visible .tile:nth-child(35) {
        transition-delay: 2.72s; }
      .video__nav .nav__scroll.visible .tile:nth-child(36),
      #video__nav .nav__scroll.visible .tile:nth-child(36) {
        transition-delay: 2.8s; }
      .video__nav .nav__scroll.visible .tile:nth-child(37),
      #video__nav .nav__scroll.visible .tile:nth-child(37) {
        transition-delay: 2.88s; }
      .video__nav .nav__scroll.visible .tile:nth-child(38),
      #video__nav .nav__scroll.visible .tile:nth-child(38) {
        transition-delay: 2.96s; }
      .video__nav .nav__scroll.visible .tile:nth-child(39),
      #video__nav .nav__scroll.visible .tile:nth-child(39) {
        transition-delay: 3.04s; }
      .video__nav .nav__scroll.visible .tile:nth-child(40),
      #video__nav .nav__scroll.visible .tile:nth-child(40) {
        transition-delay: 3.12s; }
      .video__nav .nav__scroll.visible .tile:nth-child(41),
      #video__nav .nav__scroll.visible .tile:nth-child(41) {
        transition-delay: 3.2s; }
      .video__nav .nav__scroll.visible .tile:nth-child(42),
      #video__nav .nav__scroll.visible .tile:nth-child(42) {
        transition-delay: 3.28s; }
      .video__nav .nav__scroll.visible .tile:nth-child(43),
      #video__nav .nav__scroll.visible .tile:nth-child(43) {
        transition-delay: 3.36s; }
      .video__nav .nav__scroll.visible .tile:nth-child(44),
      #video__nav .nav__scroll.visible .tile:nth-child(44) {
        transition-delay: 3.44s; }
      .video__nav .nav__scroll.visible .tile:nth-child(45),
      #video__nav .nav__scroll.visible .tile:nth-child(45) {
        transition-delay: 3.52s; }
      .video__nav .nav__scroll.visible .tile:nth-child(46),
      #video__nav .nav__scroll.visible .tile:nth-child(46) {
        transition-delay: 3.6s; }
      .video__nav .nav__scroll.visible .tile:nth-child(47),
      #video__nav .nav__scroll.visible .tile:nth-child(47) {
        transition-delay: 3.68s; }
      .video__nav .nav__scroll.visible .tile:nth-child(48),
      #video__nav .nav__scroll.visible .tile:nth-child(48) {
        transition-delay: 3.76s; }
      .video__nav .nav__scroll.visible .tile:nth-child(49),
      #video__nav .nav__scroll.visible .tile:nth-child(49) {
        transition-delay: 3.84s; }
      .video__nav .nav__scroll.visible .tile:nth-child(50),
      #video__nav .nav__scroll.visible .tile:nth-child(50) {
        transition-delay: 3.92s; }
  .video__nav .nav__scroll a,
  #video__nav .nav__scroll a {
    display: block;
    padding: 12px 0 6px;
    opacity: .65;
    transition: opacity 1s ease; }
    .video__nav .nav__scroll a.active, .video__nav .nav__scroll a:hover,
    #video__nav .nav__scroll a.active,
    #video__nav .nav__scroll a:hover {
      opacity: 1; }
    .video__nav .nav__scroll a img,
    #video__nav .nav__scroll a img {
      top: 0;
      left: 0;
      width: 100%; }
    .video__nav .nav__scroll a.active img,
    #video__nav .nav__scroll a.active img {
      border: 1px solid blue; }
  .video__nav .nav__footer,
  #video__nav .nav__footer {
    position: absolute;
    text-align: center;
    bottom: 0;
    right: 0;
    left: 0;
    min-height: 90px;
    padding: 4vh 10px 2vh;
    background: linear-gradient(180deg, rgba(235, 235, 235, 0) 0, #eaeaea 44%, #eaeaea); }
  .video__nav .close,
  #video__nav .close {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #222E3D;
    position: relative; }
    .video__nav .close span:first-child,
    #video__nav .close span:first-child {
      width: 30px;
      display: block;
      position: absolute;
      left: 20px;
      top: 20px; }

@keyframes tile-reveal {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.video__main,
#video__main {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 300px;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 5;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  backface-visibility: hidden;
  transition: all 350ms ease-in; }

body.video-opening > main,
body.video-opening > header,
body.video-open > main,
body.video-open > header {
  opacity: 0;
  pointer-events: none; }

body.video-opening #video__modal,
body.video-open #video__modal {
  pointer-events: auto !important; }

body.video-open.ready #video__nav {
  opacity: 1;
  transform: translateX(0);
  -webkit-overflow-scrolling: touch; }

body.video-open.ready .video__preview {
  transition: all 0.7s 0.5s;
  transform: translateX(0);
  -webkit-overflow-scrolling: touch; }

.nav__scroll::-webkit-scrollbar,
.h-100::-webkit-scrollbar {
  width: 6px; }

.nav__scroll::-webkit-scrollbar-thumb,
.h-100::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #D4D4D4; }

.video__media {
  color: inherit;
  background-color: transparent;
  padding: 0;
  margin: 0;
  float: none;
  transition: all 300ms ease-in; }

.video__aspect {
  padding-top: 56.25%; }

.video__media,
.video__preview {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.video__preview {
  opacity: 1;
  visibility: visible;
  background: #000 no-repeat 50% 50%;
  background-size: cover !important;
  pointer-events: none;
  backface-visibility: hidden;
  transform: translateZ(0) translateX(-100%);
  transition: all 300ms ease-in; }

.video__play-btn:after {
  transition: opacity .3s,transform .4s,-webkit-transform .4s;
  transform: scale(0.8);
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 60 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><g id='play'><path d='M23.943662,43.5211268 L23.943662,16.4788732 L41.971831,30 L23.943662,43.5211268 Z M8.73239437,8.73239437 C3.09856338,14.3662254 0.187794366,21.4553563 0,30 C0.187794366,38.5446437 3.09856338,45.6337746 8.73239437,51.2676056 C14.3662254,56.9014366 21.4553563,59.8122056 30,60 C38.5446437,59.8122056 45.6337746,56.9014366 51.2676056,51.2676056 C56.9014366,45.6337746 59.8122056,38.5446437 60,30 C59.8122056,21.4553563 56.8779627,14.3662254 51.1971831,8.73239437 C45.5164035,3.09856338 38.4507465,0.187794366 30,0 C21.4553563,0.187794366 14.3662254,3.09856338 8.73239437,8.73239437 Z' id='-copy-2' stroke='none' fill='#FFFFFF' fill-rule='evenodd' /></g></defs><use x='0' y='0' xlink:href='#play' /><use x='198' y='681' xlink:href='#play' fill='white'/></svg>");
  content: " ";
  display: block;
  width: 20%;
  height: 0;
  padding-bottom: 20%;
  top: 50%;
  left: 50%;
  margin-top: -6%;
  margin-left: -10%;
  opacity: 0;
  position: absolute; }

#video__container {
  width: 100%;
  height: auto; }
  #video__container video {
    width: 100%; }

#video__container,
#video__info {
  position: relative;
  opacity: 0;
  animation: fadein .5s .8s both;
  background-color: #fff; }

#video__info {
  padding: 50px 50px 90px;
  background-color: #fff;
  text-align: left;
  white-space: normal;
  z-index: 0; }

.video__view {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1; }
  .video__view.transition {
    transition: opacity 0.35s ease; }

.video__view-mask {
  position: absolute;
  width: 200%;
  height: 100%;
  z-index: 2;
  transform: translate3d(0, 0, 0); }
  .video__view-mask .spinner {
    margin: calc( (100vh / 2) - 30px) auto 0 calc(25% - 30px); }
  .video__view-mask.l1 {
    background-color: #33B0E8; }
  .video__view-mask.l2 {
    background-color: #f8f8f8; }
  .video__view-mask.move {
    transform: translate3d(200%, 0, 0); }
  .video__view-mask.l2.transition {
    transition: transform 1.35s 0.35s ease-in-out; }
  .video__view-mask.l1.transition {
    transition: transform 0.35s 0.9s cubic-bezier(0.7, 0, 0.3, 1); }

.section_video__stats {
  margin-top: 23px; }

.video__stats {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  font-size: 14px;
  font-weight: 400; }
  .video__stats dt, .video__stats dd {
    font-weight: inherit; }
  .video__stats dt {
    color: #33B0E8;
    width: 55px; }
  .video__stats dd {
    color: #7D7D7D;
    margin-left: 65px; }

/* responsive layout */
@media (max-width: 959px) {
  body.video-opening > header,
  body.video-open > header {
    opacity: 1 !important;
    pointer-events: auto !important; }
  .body.video-open.ready .video__nav,
  .body.video-open.ready #video__nav {
    width: 260px;
    transform: translateX(-100%); }
  .video__main,
  #video__main {
    position: relative;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    overflow-y: hidden;
    min-height: 100vh; }
  #video__modal {
    padding-top: 80px; } }

.main__nav {
  height: 100%; }

.inline__navigation_container {
  overflow: hidden;
  position: absolute;
  height: 64px;
  top: 0;
  bottom: auto;
  left: 48px;
  width: calc(100% - 2 * 48px);
  padding: 0 !important;
  -webkit-overflow-scrolling: touch; }
  @media (max-width: 767px) {
    .inline__navigation_container {
      width: 100%;
      left: 0; }
      .inline__navigation_container:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 30px;
        height: 100%;
        background-color: rgba(248, 248, 248, 0);
        background-image: linear-gradient(to right,rgba(248, 248, 248, 0), rgba(248, 248, 248, 0.8));
        z-index: 1; } }
  .inline__navigation_container input {
    width: 1px;
    height: 1px;
    position: absolute;
    outline: 0;
    border: 0;
    z-index: 0; }

.inline__navigation {
  box-shadow: none !important;
  border: 0 !important;
  width: 100%;
  margin: 0 auto;
  height: 85px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 16px 0 24px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: -16px; }
  .inline__navigation::-webkit-scrollbar {
    display: none; }
  .inline__navigation a {
    text-decoration: none;
    color: #8A8A8A;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
    margin: 0;
    padding: 0 25px 20px;
    line-height: 64px;
    height: 64px;
    transition: border 0.3s ease-in;
    border-bottom: 3px solid transparent; }
    .inline__navigation a.active, .inline__navigation a:hover {
      color: #000;
      border-bottom-color: #33B0E8; }
  @media (max-width: 767px) {
    .inline__navigation {
      padding: 0; }
      .inline__navigation a {
        padding: 0 15px 20px; } }

.hero_sticky__nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  white-space: normal;
  border-bottom: 1px solid #8C8C8C;
  height: 62px;
  line-height: 62px;
  font-size: 0; }
  .hero_sticky__nav a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 0px;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    height: 62px;
    padding: 24px 20px 18px;
    text-align: center;
    border-bottom: 2px solid transparent;
    transition: all 0.4s ease; }
  .hero_sticky__nav a:hover,
  .hero_sticky__nav .active {
    text-decoration: none;
    color: #33B0E8;
    border-bottom: 2px solid #33B0E8; }

.menu_tabs {
  text-align: center;
  font-size: 0;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  min-width: 250px;
  background-color: #F8F8F8;
  /* Phone landscape and smaller */ }
  @media (max-width: 767px) {
    .menu_tabs {
      padding-right: 60px; } }
  .menu_tabs a {
    display: block;
    text-decoration: none;
    color: #8A8A8A;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
    margin: 0;
    padding: 0 25px;
    line-height: 64px;
    height: 64px;
    border-bottom: 3px solid transparent; }
    .menu_tabs a.active, .menu_tabs a:hover {
      color: #000;
      border-bottom-color: #33B0E8; }
  .menu_tabs button {
    position: absolute;
    height: 100%;
    right: 0;
    padding: 0 15px;
    border: 0;
    width: 60px;
    outline: none;
    background-color: #f5f5f5;
    color: #333;
    cursor: pointer;
    transition: background .250s, transform .250s;
    /* Phone landscape and smaller */ }
    @media (max-width: 767px) {
      .menu_tabs button {
        right: 15px; } }
    .menu_tabs button:hover {
      background-color: #cacaca; }
    .menu_tabs button:after {
      content: attr(count);
      position: absolute;
      width: 30px;
      height: 30px;
      left: -16px;
      top: 18px;
      text-align: center;
      background-color: #cacaca;
      color: #fff;
      font-size: 12px;
      line-height: 24px;
      border-radius: 50%;
      border: 2px solid #fff;
      font-weight: 600; }
    .menu_tabs button:hover:after {
      transform: scale(1.075); }
  .menu_tabs .more {
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-weight: 700; }
  .menu_tabs .visible-links {
    display: inline-table;
    text-align: center;
    margin: 0 auto;
    padding-left: 35px;
    padding-right: 35px; }
    .menu_tabs .visible-links li {
      text-align: center;
      display: table-cell; }
  .menu_tabs .hidden-links {
    position: absolute;
    right: 0px;
    top: 100%;
    background-color: inherit;
    margin: 0;
    padding: 0;
    z-index: 10; }
    .menu_tabs .hidden-links li {
      display: block; }
      .menu_tabs .hidden-links li a {
        border-width: 0; }
  .menu_tabs .hidden {
    visibility: hidden; }
  .menu_tabs:before, .menu_tabs:after {
    content: " ";
    display: table; }
  .menu_tabs:after {
    clear: both; }

.burger__trigger {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  width: 100px;
  transform: translateY(calc(-50%));
  cursor: pointer; }
  .burger__trigger .wt-burger {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    pointer-events: auto;
    margin-left: 10px; }
    .burger__trigger .wt-burger * {
      pointer-events: auto; }
    .burger__trigger .wt-burger .patty {
      background-color: #333;
      width: 100%;
      height: 2px;
      margin: 5px 0;
      transition: all 0.35s ease;
      transform-origin: center center; }
      .burger__trigger .wt-burger .patty:nth-child(2) {
        width: 75%;
        margin-left: 25%; }
      .burger__trigger .wt-burger .patty:nth-child(3) {
        width: 50%;
        margin-left: 50%; }
    .nav-open .burger__trigger .wt-burger .patty:nth-child(1) {
      transform: translateY(7px) rotate(45deg); }
    .nav-open .burger__trigger .wt-burger .patty:nth-child(2) {
      opacity: 0; }
    .nav-open .burger__trigger .wt-burger .patty:nth-child(3) {
      width: 100%;
      margin-left: 0;
      transform: translateY(-7px) rotate(-45deg); }

.spinner {
  margin: 108px auto;
  width: 60px;
  height: 60px;
  text-align: center; }
  #explore__view .spinner {
    margin: 108px auto 208px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }

.spinner > div {
  background-color: #33B0E8;
  height: 100%;
  width: 6px;
  margin-right: 4px;
  display: inline-block;
  animation: stretchdelay 1.2s infinite ease-in-out; }

.spinner div:nth-child(2) {
  animation-delay: -1.1s; }

.spinner div:nth-child(3) {
  animation-delay: -1.0s; }

.spinner div:nth-child(4) {
  animation-delay: -0.9s; }

.spinner div:nth-child(5) {
  animation-delay: -0.8s; }

@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.logo-sidebar {
  margin-bottom: 15px; }
  .logo-sidebar + p {
    margin-bottom: 5px; }

#contact-form-offcanvas {
  background: rgba(0, 0, 0, 0.5); }
  #contact-form-offcanvas .uk-offcanvas-bar {
    width: 450px;
    background: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05); }
  #contact-form-offcanvas .form-container {
    margin: 0 auto;
    width: 100%;
    padding: 40px 50px 40px; }
  @media (max-width: 959px) {
    #contact-form-offcanvas .uk-offcanvas-bar {
      width: 270px; }
    #contact-form-offcanvas .form-container {
      padding: 20px; } }

.contact__form {
  padding-top: 0; }
  .contact__form label {
    text-transform: none;
    font-size: 14px; }
  .contact__form select {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin: 2px auto 8px;
    padding: 10px 8px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #33B0E8; }
  .contact__form [type="text"],
  .contact__form [type="email"] {
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    padding: 10px 8px;
    margin: 2px auto 8px;
    border: 1px solid #33B0E8;
    border-radius: 3px; }
  .contact__form [type="submit"] {
    display: block;
    width: 100%;
    text-align: center;
    border-width: 2px;
    font-size: 18px;
    padding: 16px;
    background-color: #33B0E8; }
  .contact__form textarea {
    padding: 10px 8px;
    font-size: 18px;
    line-height: 18px;
    border: 1px solid #33B0E8;
    border-radius: 3px;
    min-height: 100px;
    margin: 2px auto 6px; }
  .contact__form .has-error {
    border-color: #FF5E5B;
    box-shadow: 5px 25px 40px 0px rgba(42, 43, 51, 0.21); }
  .contact__form input::-webkit-input-placeholder,
  .contact__form select::-webkit-input-placeholder,
  .contact__form textarea::-webkit-input-placeholder {
    color: #dedede;
    font-size: 14px;
    line-height: 1;
    font-weight: 400; }
  .contact__form input::-moz-placeholder,
  .contact__form select::-moz-placeholder,
  .contact__form textarea::-moz-placeholder {
    color: #dedede;
    font-size: 14px;
    line-height: 1;
    font-weight: 400; }
  .contact__form input:-moz-placeholder,
  .contact__form select:-moz-placeholder,
  .contact__form textarea:-moz-placeholder {
    color: #dedede;
    font-size: 14px;
    line-height: 1;
    font-weight: 400; }
  .contact__form input:-ms-input-placeholder,
  .contact__form select:-ms-input-placeholder,
  .contact__form textarea:-ms-input-placeholder {
    color: #dedede;
    font-size: 14px;
    line-height: 1;
    font-weight: 400; }
  .contact__form input[type="text"]:invalid:not(:focus):not(:placeholder-shown),
  .contact__form input[type="email"]:invalid:not(:focus):not(:placeholder-shown),
  .contact__form input[type="password"]:invalid:not(:focus):not(:placeholder-shown) {
    border-color: #FF5E5B;
    box-shadow: 5px 25px 40px 0px rgba(42, 43, 51, 0.21); }
  .contact__form input[type="text"]:invalid:focus:not(:placeholder-shown),
  .contact__form input[type="email"]:invalid:focus:not(:placeholder-shown),
  .contact__form input[type="password"]:invalid:focus:not(:placeholder-shown) {
    border-color: #FF5E5B;
    box-shadow: 5px 25px 40px 0px rgba(42, 43, 51, 0.21); }

.hero {
  position: relative;
  height: 220px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  white-space: nowrap;
  text-align: center; }
  .hero:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  @media (max-width: 767px) {
    .hero {
      height: 120px !important;
      min-height: 120px !important; } }
  .hero.hero_index {
    height: calc(100vh - 80px - 80px) !important; }

.hero_white-blue {
  background: #e1eaf0; }

.hero_light-grey {
  background-color: #ddd; }

.hero__content {
  position: relative;
  z-index: 4;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  white-space: normal; }

.hero__content__compact {
  margin-top: -100px; }

.hero__bg {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 1s linear; }
  .hero_loaded .hero__bg {
    opacity: 1; }
  .hero__bg:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 300px;
    background-image: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 100%); }

.hero_index .hero__bg:after, .hero_index .hero__bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
  top: 0;
  left: 0;
  background: rgba(200, 200, 255, 0.55); }

.hero_index .hero__bg video {
  width: 100%;
  height: auto; }

/* big g video */
#big-video-wrap {
  overflow: hidden;
  position: absolute;
  height: calc(100vh - 80px - 80px) !important;
  width: 100%;
  top: 0;
  left: 0; }

#big-video-vid,
#big-video-image {
  position: absolute; }

#big-video-vid video {
  position: absolute;
  width: 100%; }

.blue-mask:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  border-radius: 5px;
  background: rgba(34, 87, 116, 0.6);
  z-index: 1; }

.dark-mask:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  z-index: 2;
  background-color: rgba(42, 43, 51, 0.5); }

#wootag-intro-video video {
  display: block;
  width: 100%;
  height: auto; }

.video-story video {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto; }

.hero_hand {
  background-image: url(../images/hero-hand.jpg); }

.hero_tiles {
  background-image: url(../images/hero-tiles.jpg); }

.hero_newsletter {
  height: 720px;
  background-image: url(../images/hero-newsletter.jpg); }
  .hero_newsletter .confirmation_msg {
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0;
    right: 0;
    height: 62px;
    border-bottom: 1px solid #8C8C8C;
    color: #fff;
    padding-top: 13px; }

.hero_error {
  height: 720px; }
  @media (max-width: 767px) {
    .hero_error {
      height: 720px !important; } }

.hero_signin {
  height: 720px;
  background-image: url(../images/hero-signin.jpg); }
  @media (max-width: 767px) {
    .hero_signin {
      height: 720px !important; } }

.hero_signup {
  height: 720px;
  background-image: url(../images/hero-signup.jpg); }
  @media (max-width: 767px) {
    .hero_signup {
      height: 720px !important; } }

main {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff; }

section {
  position: relative;
  z-index: 5;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  padding: 150px 0;
  background-color: #fff; }

.section_background-lightgrey {
  background-color: #F8F8F8; }

.section_height-fixed {
  height: 650px;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 959px) {
    .section_height-fixed {
      height: auto;
      padding-top: 50px;
      padding-bottom: 50px; } }
  .section_height-fixed.section_home {
    height: 720px; }
    @media (max-width: 767px) {
      .section_height-fixed.section_home {
        height: 870px; } }

.section_compact {
  padding-top: 70px;
  padding-bottom: 0; }
  @media (max-width: 959px) {
    .section_compact {
      padding-top: 30px;
      padding-bottom: 30px; } }

.section_no-padding {
  padding-top: 0;
  padding-bottom: 0; }

.section_border-bottom {
  border-bottom: 1px solid #e4e6e9; }
  @media (max-width: 959px) {
    .section_border-bottom {
      padding-bottom: 0; } }

.section_vertical-centered-content:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

.section__container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  text-align: left; }
  .section__container > * {
    padding-left: 5%;
    padding-right: 5%; }
  .section__container.section_no-inner-padding > * {
    padding-left: 0;
    padding-right: 0; }
  @media (max-width: 767px) {
    .section__container {
      vertical-align: top; }
      .section__container > * {
        padding-left: 2.5%;
        padding-right: 2.5%; } }

.section__container__compact {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  text-align: left;
  width: 1080px;
  max-width: 95%; }
  @media (max-width: 959px) {
    .section__container__compact {
      max-width: 92.5%; } }
  @media (max-width: 767px) {
    .section__container__compact {
      max-width: 90%; } }

.section__content {
  position: relative; }

.section__content_right {
  float: right; }

.section__content_left {
  float: left; }

@media (max-width: 767px) {
  .section__content_left,
  .section__content_right {
    float: none; } }

.section__inline_content_left,
.section__inline_media_right {
  position: relative;
  display: inline-block;
  width: 49%;
  margin: 0;
  padding: 0;
  vertical-align: middle; }
  @media (max-width: 767px) {
    .section__inline_content_left,
    .section__inline_media_right {
      display: block;
      width: 90%;
      margin-left: auto;
      margin-right: auto; } }

.section__content_compact {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto; }

.section__content_centered {
  text-align: center; }

.section__content_middle {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }

.section__content_column {
  width: 470px;
  box-sizing: initial; }
  @media (max-width: 959px) {
    .section__content_column {
      width: 50%;
      box-sizing: border-box; } }
  @media (max-width: 767px) {
    .section__content_column {
      width: 100%;
      box-sizing: border-box; } }

.section__text {
  margin: 0 0 30px; }

.section__text_compact {
  width: 810px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }

.section__cta {
  font-size: 12px;
  text-transform: uppercase; }

.section_with-bottom-video .section__content_centered {
  z-index: 2; }

.section_with-bottom-video .section__text {
  margin-left: auto;
  margin-right: auto; }

.section__bottom-video {
  position: relative;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  overflow: hidden; }
  .section_with-bottom-video .section__bottom-video {
    margin-top: -120px; }
    @media (max-width: 959px) {
      .section_with-bottom-video .section__bottom-video {
        margin-top: 0px; } }

.logo {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600; }

.logo__link {
  margin-left: 20px; }
  .logo__link:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.section_signup {
  position: relative;
  left: 0;
  right: 0;
  padding: 90px 0 120px;
  background: transparent url("../images/signup-bg.jpg") center center no-repeat;
  background-size: cover;
  color: #fff; }
  .section_signup .section__text_compact {
    margin: 33px auto 40px;
    font-size: 21px;
    line-height: 32px;
    font-weight: 600; }
  @media (max-width: 767px) {
    .section_signup {
      padding-top: 40px;
      padding-bottom: 70px; } }

.pricing-load-summary.trigger {
  cursor: pointer;
  color: #7D7D7D;
  text-decoration: underline;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  text-align: left;
  padding: 5px 0; }

.pricing-load-more.trigger {
  cursor: pointer;
  height: 80px;
  line-height: 80px;
  background-color: #EAF7FC;
  display: inline-block;
  width: 100%;
  vertical-align: middle; }

.pricing-table {
  border-top: 1px solid #EBEBEB;
  white-space: normal;
  /**/ }
  .pricing-table:before, .pricing-table:after {
    content: " ";
    display: table; }
  .pricing-table [class*='-col'] {
    position: relative;
    float: left; }
  .pricing-table .features-col {
    width: 40%; }
  @media (max-width: 959px) {
    .pricing-table .table-header {
      display: none; } }
  .pricing-table .pricing-col {
    width: 20%; }
    @media (max-width: 959px) {
      .pricing-table .pricing-col {
        width: 100%; } }
  .pricing-table .button_ghost {
    margin-top: 5px;
    min-width: 128px;
    border-width: 1px;
    padding: 11px 20px 10px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 16px; }
  .pricing-table .table-top {
    vertical-align: middle;
    height: 420px;
    text-align: center;
    padding: 30px 3px;
    font-size: 0;
    /* inline-block hack vertical align middle */
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB; }
    .pricing-table .table-top::before {
      content: '\200B';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    @media (max-width: 959px) {
      .pricing-table .table-top {
        border-right: none; } }
    .pricing-table .table-top .pricing {
      display: inline-block;
      vertical-align: middle; }
      .pricing-table .table-top .pricing.header {
        vertical-align: top;
        text-align: left;
        width: 100%;
        padding: 5px 20px; }
      .pricing-table .table-top .pricing.footer {
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 1;
        color: #33B0E8;
        text-align: left;
        padding: 5px 20px;
        position: relative;
        bottom: 40px; }
  .pricing-table .table-caption,
  .pricing-table .table-heading {
    overflow: hidden;
    text-overflow: ellipsis; }
  .pricing-table .table-heading {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px; }
  .pricing-table .table-heading.cell-heading {
    display: none;
    margin-bottom: 12px;
    text-align: center; }
    @media (max-width: 959px) {
      .pricing-table .table-heading.cell-heading {
        display: inline;
        text-align: left; } }
  .pricing-table .table-caption {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #7D7D7D; }
  .pricing-table .table-cell-checked {
    background-image: url("../images/check-mark.png");
    background-position: 50% 50%;
    background-size: 18px 14px;
    background-repeat: no-repeat; }
    @media (max-width: 959px) {
      .pricing-table .table-cell-checked {
        background-position: 7% 50%;
        background-size: 18px 14px;
        background-image: url("../images/check-mark.png") !important; } }
    .pricing-table .table-cell-checked.table-cell-nochecked {
      background-image: none; }
  .pricing-table .table-cell-unchecked {
    background-image: url("../images/uncheck-mark.png");
    background-position: 50% 50%;
    background-size: 14px 14px;
    background-repeat: no-repeat; }
    @media (max-width: 959px) {
      .pricing-table .table-cell-unchecked {
        background-position: 7% 50%;
        background-size: 14px 14px;
        background-image: url("../images/uncheck-mark.png") !important; } }
    .pricing-table .table-cell-unchecked.table-cell-nochecked {
      background-image: none; }
  .pricing-table .table-cell-nochecked .cell-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80px;
    font-size: 16px; }
  @media (max-width: 959px) {
    .pricing-table .table-cell-nochecked .cell-content {
      display: inline;
      text-align: left;
      min-height: initial; }
      .pricing-table .table-cell-nochecked .cell-content img {
        display: none; } }
  .pricing-table span.star {
    color: #33B0E8; }
  .pricing-table .table-cell {
    position: relative;
    min-height: 82px;
    height: auto;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB; }
    @media (max-width: 959px) {
      .pricing-table .table-cell {
        border-right: none;
        min-height: 46px;
        height: auto;
        vertical-align: middle;
        padding: 10px 15px 0 15%; } }
    @media (min-width: 960px) and (max-width: 1080px) {
      .pricing-table .table-cell {
        min-height: 110px; } }
    @media (min-width: 1081px) and (max-width: 1219px) {
      .pricing-table .table-cell {
        min-height: 100px; } }
  .pricing-table .table-cell--grey {
    background-color: #FBFEFF; }
  .pricing-table .th-first {
    overflow: hidden;
    text-align: left;
    padding: 15px 20px; }
  .pricing-table .price {
    margin: 15px auto;
    color: #33B0E8;
    font-size: 48px;
    font-weight: 600;
    padding: 12px 0;
    position: relative; }
    @media (max-width: 1070px) {
      .pricing-table .price {
        font-size: 36px; } }
    .pricing-table .price.big {
      font-size: 32px;
      margin-top: 21px;
      margin-bottom: -6px; }
      @media (max-width: 1070px) {
        .pricing-table .price.big {
          font-size: 30px; } }
    .pricing-table .price.details {
      font-size: 40px; }
  .pricing-table .price .price-country,
  .pricing-table .price .price-country-currency {
    display: inline; }
  .pricing-table .price span {
    position: relative;
    text-align: left;
    font-size: 22px;
    line-height: 20px;
    display: inline-block; }
  .pricing-table .pricing-engagement {
    color: #9ca1ad;
    font-size: 14px;
    line-height: 19px;
    margin: 20px 65px 0; }
    .pricing-table .pricing-engagement.lengthy {
      margin-left: 25px;
      margin-right: 25px; }
  .pricing-table .pricing-simple {
    padding: 40px;
    background-color: transparent;
    border-top: 3px solid transparent;
    transition: all 0.3s ease; }
    .pricing-table .pricing-simple:nth-child(n+2) {
      border-left: 1px solid #EBEBEB; }
      @media (max-width: 959px) {
        .pricing-table .pricing-simple:nth-child(n+2) {
          border-left: none; } }
    @media (max-width: 959px) {
      .pricing-table .pricing-simple {
        border-bottom: 1px solid #EBEBEB; } }
    .pricing-table .pricing-simple .button_ghost {
      margin-top: 15px;
      min-width: 128px;
      border-width: 1px;
      padding: 11px 20px 10px;
      border-radius: 2px;
      text-transform: uppercase;
      font-size: 16px; }
    .pricing-table .pricing-simple.active {
      background-color: #F6FBFE;
      border-top-color: #33B0E8; }
      .pricing-table .pricing-simple.active .button_ghost {
        pointer-events: none;
        border: none;
        background-color: transparent; }
        .pricing-table .pricing-simple.active .button_ghost:hover, .pricing-table .pricing-simple.active .button_ghost:active, .pricing-table .pricing-simple.active .button_ghost:focus {
          pointer-events: none;
          border: none;
          background-color: transparent; }
  .pricing-table.pricing-load-more .active {
    border-top: none !important; }
  .pricing-table .pricing-simple .pricing-description {
    position: relative;
    min-height: 540px; }
    @media (max-width: 959px) {
      .pricing-table .pricing-simple .pricing-description {
        min-height: 1px; }
        .pricing-table .pricing-simple .pricing-description p {
          margin-bottom: 35px !important; } }
  .pricing-table .pricing-features-list {
    color: #7F7F7F;
    font-size: 16px;
    line-height: 22px; }

.media {
  position: relative;
  background: #fff;
  white-space: normal; }

/**
 * used in the about page
 */
.team-face_item {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .team-face_item {
      text-align: center; } }
  .team-face_item figure {
    transition: opacity .5s;
    opacity: .85;
    -moz-filter: saturate(0);
    filter: saturate(0); }
  .team-face_item img {
    width: 100%; }
  .team-face_item .title {
    text-transform: none;
    margin-top: 30px;
    margin-bottom: 10px; }
  .team-face_item p {
    color: #7D7D7D;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
  .team-face_item:hover figure {
    transition: opacity .5s;
    opacity: 1;
    -moz-filter: saturate(100%);
    filter: saturate(100%); }

/**
 * used in the solution page
 */
.scrollspy_section_filler {
  position: relative;
  height: 5em; }
  @media (max-width: 959px) {
    .scrollspy_section_filler {
      height: 132px; } }
  @media (max-width: 767px) {
    .scrollspy_section_filler {
      height: 120px; } }

.section__clientele {
  background-color: #EBEBEB;
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
  padding: 0 0; }

.section_home .section__inline_content_left .section__content {
  width: 100%;
  max-width: 334px;
  margin: 0 auto; }

.section_home .section__inline_media_right {
  padding-right: 0; }
  .section_home .section__inline_media_right .section__media img {
    position: static;
    display: inline-block;
    max-width: none; }

.section_home-loop {
  margin-bottom: -18%; }
  @media (max-width: 959px) {
    .section_home-loop {
      margin-bottom: 0; } }

.videos {
  position: relative;
  display: block;
  padding: 70px 0 0;
  margin: 0 0 30px; }

.videos_justify {
  text-align: justify; }

.videos_center {
  text-align: center; }

.videos_no-margin {
  margin: 0;
  padding: 0; }

.videos__item_full {
  display: block; }
  .videos__item_full video {
    width: 100%; }

.stories-slides {
  position: relative;
  text-align: center;
  height: 720px; }
  @media (min-width: 1441px) {
    .stories-slides {
      height: 1008px; } }
  @media (max-width: 959px) {
    .stories-slides {
      height: 480px; } }
  .stories-slides > li {
    height: 100%; }
  .stories-slides img {
    width: 100%;
    height: auto; }
  .stories-slides .story-play {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: 60px auto 80px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none; }
    @media (max-width: 959px) {
      .stories-slides .story-play {
        margin: 30px auto 20px; } }
  .stories-slides .panel {
    margin: 0 auto;
    max-width: 650px;
    padding-top: 150px; }
  .stories-slides .panel .txt h5 {
    font-size: 20px;
    font-weight: 600;
    color: #33B0E8;
    margin-bottom: 8px; }
  .stories-slides .panel .txt p {
    color: #fff;
    margin-top: 0; }
  .stories-slides .panel .quote {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin: 40px auto 80px; }
    @media (max-width: 959px) {
      .stories-slides .panel .quote {
        display: none; } }

.section_stories {
  background: #fff;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0; }
  @media (max-width: 959px) {
    .section_stories {
      height: auto; } }
  .section_stories .section__content {
    position: absolute;
    width: 100%;
    top: 80px;
    z-index: 1;
    left: 0;
    right: 0; }

.stories {
  position: relative;
  padding: 0;
  margin: 0 auto; }
  .stories #story-teller > li {
    background-size: auto 480px;
    background-position: top center;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .stories #story-teller > li {
        background-size: auto 720px; } }
    @media (min-width: 960px) {
      .stories #story-teller > li {
        background-size: 100% 100%; } }

.stories-switcher-wrapper {
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    .stories-switcher-wrapper {
      width: 80%; } }
  .stories-switcher-wrapper .uk-slidenav-position {
    margin-top: -180px; }
    @media (min-width: 768px) {
      .stories-switcher-wrapper .uk-slidenav-position {
        margin-top: -200px; } }
  .stories-switcher-wrapper .uk-slidenav-position .uk-slidenav {
    display: block; }
    .stories-switcher-wrapper .uk-slidenav-position .uk-slidenav:before {
      color: #fff;
      font-size: 44px; }
  @media (min-width: 660px) {
    .stories-switcher-wrapper .uk-slidenav-position .uk-slidenav-previous {
      left: -45px; } }
  @media (min-width: 960px) {
    .stories-switcher-wrapper .uk-slidenav-position .uk-slidenav-previous {
      left: -60px; } }
  @media (max-width: 959px) {
    .stories-switcher-wrapper .uk-slidenav-position .uk-slidenav-previous {
      left: 0; } }
  @media (max-width: 767px) {
    .stories-switcher-wrapper .uk-slidenav-position .uk-slidenav-previous {
      left: -60px; } }
  @media (min-width: 660px) {
    .stories-switcher-wrapper .uk-slidenav-position .uk-slidenav-next {
      right: -45px; } }
  @media (min-width: 960px) {
    .stories-switcher-wrapper .uk-slidenav-position .uk-slidenav-next {
      right: -60px; } }
  @media (max-width: 959px) {
    .stories-switcher-wrapper .uk-slidenav-position .uk-slidenav-next {
      right: 0; } }
  @media (max-width: 767px) {
    .stories-switcher-wrapper .uk-slidenav-position .uk-slidenav-next {
      right: -60px; } }

.stories-switcher {
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: left;
  list-style: none; }
  .stories-switcher li {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-align: left; }
  .stories-switcher li a {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none; }
  .stories-switcher li a figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: auto; }
  .stories-switcher li figure img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: .5;
    transition: opacity 0.3s ease, transform 0.3s ease; }
  .stories-switcher li a .txt {
    padding: 6% 15% 3% 8%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .stories-switcher li:hover img,
  .stories-switcher li.uk-active img {
    opacity: 1;
    transform: scale(1.05); }
  .stories-switcher li h5 {
    position: relative;
    color: #33B0E8;
    margin-bottom: 0; }
  .stories-switcher li p {
    position: relative;
    color: #fff;
    margin-top: 5px;
    line-height: 24px; }
    @media (max-width: 959px) {
      .stories-switcher li p {
        margin-top: 0; } }

.hero_error {
  background-color: #000;
  background-image: url(http://line25.com/wp-content/uploads/2012/404/demo/images/static.gif);
  background-size: initial;
  background-repeat: initial; }
  .hero_error:before {
    display: block; }
  .hero_error .hero__content {
    text-align: left;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    width: 100%;
    max-width: 600px;
    height: 300px; }
  .hero_error .title {
    margin-bottom: 20px; }
  .hero_error p {
    margin-left: 138px;
    max-width: 450px; }

#animation-action-simulator-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 376px;
  z-index: 10000; }
  #animation-action-simulator-wrapper .ripple-obj {
    height: 200%;
    pointer-events: none;
    position: absolute;
    top: 0px;
    right: -20%;
    z-index: 0;
    width: 500%;
    overflow: visible; }
  #animation-action-simulator-wrapper .ripple-obj use {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0; }
  #animation-action-simulator-wrapper #hand {
    opacity: 0;
    position: absolute;
    left: 0;
    z-index: 100;
    max-width: 10%; }
    #animation-action-simulator-wrapper #hand img {
      max-width: 80%;
      height: auto; }

#animation-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 376px; }
  #animation-wrapper #layer1,
  #animation-wrapper #layer2,
  #animation-wrapper #layer3 {
    max-width: 100%;
    width: auto;
    height: auto; }
  #animation-wrapper #layer1 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 668px;
    height: auto; }
  #animation-wrapper #layer2 {
    opacity: 0;
    position: absolute;
    top: -90px;
    left: 10px;
    width: 738px;
    height: auto; }
  #animation-wrapper #layer3 {
    opacity: 0;
    position: absolute;
    top: -140px;
    left: 55px;
    width: 770px;
    height: auto; }

@media (max-width: 767px) {
  #animation-action-simulator-wrapper,
  #animation-wrapper {
    top: 180px;
    width: 100%;
    height: auto; }
  #animation-action-simulator-wrapper {
    height: 350px; }
    #animation-action-simulator-wrapper img {
      width: 35px; }
  #animation-wrapper img {
    width: 90%; } }

.section_solutions {
  padding: 50px 0;
  min-height: 480px; }
  .section_solutions .section__content_left {
    width: 33%;
    margin-right: 3%;
    top: 188px;
    margin-top: -135px;
    float: left;
    padding-right: 0; }
  .section_solutions .section__content_right {
    height: 100%;
    width: 64%;
    float: right;
    padding-left: 3%;
    padding-right: 3%; }
    .section_solutions .section__content_right img {
      width: 100%; }
  @media (max-width: 959px) {
    .section_solutions {
      padding-bottom: 0; }
      .section_solutions .section__content_left {
        top: 0;
        margin-top: 0; }
      .section_solutions .section__content_left,
      .section_solutions .section__content_right {
        position: relative;
        float: none;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-left: 0;
        padding-right: 5%;
        padding-left: 5%; } }

.solutions-stories-wrapper {
  position: relative;
  border-left: 1px solid #E5E5E5; }
  @media (max-width: 959px) {
    .solutions-stories-wrapper {
      border-left: none; } }

.solutions-stories {
  margin: 0;
  padding: 0 0 5em;
  position: relative; }
  @media (max-width: 767px) {
    .solutions-stories {
      padding-bottom: 0; } }
  .solutions-stories > article {
    padding: 50px 5em 0; }
    @media (max-width: 959px) {
      .solutions-stories > article {
        padding: 25px; } }
  .solutions-stories .article_lead {
    margin-bottom: 30px; }
  .solutions-stories .article-divider {
    margin-bottom: 0; }
  .solutions-stories .article_section h5 {
    margin-bottom: 30px;
    color: #33B0E8; }
  .solutions-stories .article_section .button_ghost {
    margin-top: 30px; }

.section_product-stories {
  list-style: none;
  margin: 0 auto;
  padding: 30px 0 0;
  max-width: 920px;
  text-align: left; }
  .section_product-stories > li {
    margin-bottom: 60px; }
  .section_product-stories > li > svg {
    width: 50px;
    height: 50px;
    display: inline-block;
    fill: currentColor;
    margin-right: 25px; }
  .section_product-stories > li > h4 {
    margin-top: 0;
    display: inline-block; }
  @media (max-width: 959px) {
    .section_product-stories {
      text-align: center; }
      .section_product-stories > li > svg {
        width: 50px;
        height: 50px;
        margin: 0 auto 25px; }
      .section_product-stories > li > h4 {
        margin-top: 0;
        display: block; } }
  @media (max-width: 767px) {
    .section_product-stories {
      text-align: center; }
      .section_product-stories > li {
        margin-bottom: 30px; }
      .section_product-stories > li:last-child {
        margin-left: auto;
        margin-right: auto; }
      .section_product-stories > li > svg {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0 auto 20px; }
      .section_product-stories > li > h4 {
        margin-top: 0;
        display: block; } }

/**
 *
 */
@media (min-width: 960px) {
  .section_optimisation .section__content_right,
  .section_distribution .section__content_right,
  .section_interactivity .section__content_right,
  .section_self-serving .section__content_right {
    height: 100%;
    width: 50%; } }

@media (min-width: 960px) {
  .section_data .section__content_left,
  .section_compatibility .section__content_left,
  .section_any-videos .section__content_left {
    height: 100%;
    width: 50%; } }

@media (max-width: 767px) {
  .media {
    margin-top: 30px; } }

header {
  top: -80px;
  max-width: 1920px;
  height: 80px;
  padding: 0 0;
  margin: 0 auto;
  background: #fff;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  transform: translateZ(0) translateY(0%);
  transition: all 0.2s linear;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15); }
  .header-out header {
    transform: translateY(-100%); }

.header_with-bg {
  background: rgba(255, 255, 255, 0.96); }

.menu {
  position: relative;
  display: block;
  margin: 0 0;
  padding: 0 0; }

.header_col-left {
  float: left;
  position: relative;
  width: 180px;
  height: inherit; }

.header_col-fluid {
  padding: 0 0;
  text-align: left;
  height: inherit; }
  @media only screen and (min-width: 1024px) {
    .header_col-fluid {
      margin: 0 auto;
      padding-left: 0; } }

.main__nav {
  float: right;
  padding-right: 0; }
  @media (max-width: 959px) {
    .main__nav {
      float: none;
      width: 100%; } }

.menu_header {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding-right: 0; }

.menu__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0;
  padding: 0 0;
  font-size: 18px;
  color: #000;
  height: inherit; }
  .menu__item:before {
    content: none; }

.menu_header .menu__item {
  line-height: 80px;
  margin-left: 16px; }
  @media only screen and (min-width: 960px) {
    .menu_header .menu__item {
      margin-left: 19px; } }
  @media only screen and (min-width: 1220px) {
    .menu_header .menu__item {
      margin-left: 25px; } }

.menu__link {
  color: #000;
  text-decoration: none; }
  .menu__link:hover,
  .menu__item_active .menu__link {
    text-decoration: none;
    color: #33B0E8; }
  .menu_footer .menu__link {
    color: #7D7D7D;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px; }

.menu_header li .menu__link {
  padding: 6px 10px;
  border-radius: 2px;
  border: 1px solid transparent; }
  @media (max-width: 959px) {
    .menu_header li .menu__link {
      width: 100%;
      display: block;
      padding: 0; } }

.menu_header li .menu__link:hover {
  border-color: #33B0E8;
  transition: all 0.4s ease; }

.menu_header li.menu__item_sign-up,
.menu__link_sign-up {
  color: #fff;
  transition: background 0.2s linear;
  background-color: #2A2B33;
  padding: 0 20px;
  text-align: center;
  height: inherit; }
  .menu_header li.menu__item_sign-up a,
  .menu__link_sign-up a {
    border-color: transparent;
    transition: background 0.2s linear;
    color: #fff; }
  .menu_header li.menu__item_sign-up a:active,
  .menu_header li.menu__item_sign-up a:hover, .menu_header li.menu__item_sign-up:hover,
  .menu__link_sign-up a:active,
  .menu__link_sign-up a:hover,
  .menu__link_sign-up:hover {
    background-color: #33B0E8; }
  .header_with-bg .menu_header li.menu__item_sign-up, .header_with-bg
  .menu__link_sign-up {
    color: #fff; }

.secondary__nav {
  display: none; }
  .secondary__nav.menu__item {
    border-bottom: none !important;
    line-height: 1 !important;
    height: auto !important; }
  .secondary__nav > div {
    height: 50px; }
  .secondary__nav .socials__link {
    width: 24px;
    height: auto;
    display: inline-block;
    margin: 5px 7px; }
    .secondary__nav .socials__link.fb {
      height: 30px;
      width: auto; }

.footer {
  position: relative;
  color: #000;
  background: #fff; }

.footer__content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 58px 5% 0;
  text-align: justify; }
  .footer__content:after {
    content: '';
    display: inline-block;
    width: 100%; }
  @media (max-width: 767px) {
    .footer__content {
      padding-top: 30px; } }

.footer__item {
  display: inline-block;
  vertical-align: top;
  text-align: left; }

.menu_footer {
  display: inline-block;
  vertical-align: top;
  text-align: left; }
  .menu_footer .menu__block-wrap {
    float: left;
    position: relative;
    width: 150px;
    margin: 0 15px 0 0;
    padding: 0 0;
    list-style-type: none; }
    @media (max-width: 959px) {
      .menu_footer .menu__block-wrap {
        width: 48%;
        margin-right: 2%; } }
  .menu_footer .menu__block {
    display: block;
    position: relative;
    margin: 0 0;
    padding: 0 0;
    list-style-type: none; }
  .menu_footer .menu__item {
    display: block;
    margin: 0 0 20px;
    padding: 0 0; }
  .menu_footer .menu__sub {
    position: relative;
    display: block;
    margin: 0 0;
    padding: 20px 0 0; }
  .menu_footer .menu__sub .menu__item {
    text-transform: none;
    display: block;
    font-size: 14px;
    margin: 0 0 2px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300; }

.socials {
  position: relative;
  display: block;
  margin: 0 0;
  padding: 0 0; }

.socials_footer {
  display: inline-block;
  vertical-align: top;
  list-style-type: none; }

.socials_footer .menu__block {
  display: block;
  font-size: 18px; }

.socials__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0 0;
  list-style-type: none;
  font-size: 18px; }
  .socials_footer .socials__item {
    font-size: 16px;
    margin-right: 6px;
    margin-top: 20px; }

.socials__link {
  position: relative;
  display: block;
  text-decoration: none;
  color: #919191;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center; }

.footer__bar {
  position: relative;
  z-index: 20;
  height: 27px;
  padding: 8px 0 0;
  font-size: 11px; }

.footer__bar-content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px; }

.section__explore__tab {
  width: 100%;
  height: 64px;
  background-color: #F8F8F8;
  top: 0;
  transition: top 0.45s linear; }
  .section__explore__tab.fixme {
    position: fixed;
    top: 80px;
    height: 64px;
    left: 0;
    width: 100%;
    z-index: 10; }
    @media only screen and (max-width: 959px) {
      .section__explore__tab.fixme {
        top: 0; } }

.loading-txt:after {
  content: 'Loading...';
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -30px; }

.explore__tab {
  margin: 0 auto;
  text-align: center; }

@keyframes tilesReady {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateY(0); } }

#explore__view {
  background: #fff;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
  min-height: 150px; }

#video__list:empty {
  width: 100%;
  height: 300px; }
  #video__list:empty:after {
    content: "No videos found for this category...";
    position: absolute;
    top: 33%;
    left: 50%;
    margin-left: -180px; }

#video__list.ready .tile {
  opacity: 1; }
  #video__list.ready .tile img, #video__list.ready .tile section {
    animation: tilesReady 500ms both; }
  #video__list.ready .tile:nth-child(1) img, #video__list.ready .tile section {
    animation-delay: 0s; }
  #video__list.ready .tile:nth-child(2) img, #video__list.ready .tile section {
    animation-delay: 0.06s; }
  #video__list.ready .tile:nth-child(3) img, #video__list.ready .tile section {
    animation-delay: 0.12s; }
  #video__list.ready .tile:nth-child(4) img, #video__list.ready .tile section {
    animation-delay: 0.18s; }
  #video__list.ready .tile:nth-child(5) img, #video__list.ready .tile section {
    animation-delay: 0.24s; }
  #video__list.ready .tile:nth-child(6) img, #video__list.ready .tile section {
    animation-delay: 0.3s; }
  #video__list.ready .tile:nth-child(7) img, #video__list.ready .tile section {
    animation-delay: 0.36s; }
  #video__list.ready .tile:nth-child(8) img, #video__list.ready .tile section {
    animation-delay: 0.42s; }
  #video__list.ready .tile:nth-child(9) img, #video__list.ready .tile section {
    animation-delay: 0.48s; }
  #video__list.ready .tile:nth-child(10) img, #video__list.ready .tile section {
    animation-delay: 0.54s; }
  #video__list.ready .tile:nth-child(11) img, #video__list.ready .tile section {
    animation-delay: 0.6s; }
  #video__list.ready .tile:nth-child(12) img, #video__list.ready .tile section {
    animation-delay: 0.66s; }
  #video__list.ready .tile:nth-child(13) img, #video__list.ready .tile section {
    animation-delay: 0.72s; }
  #video__list.ready .tile:nth-child(14) img, #video__list.ready .tile section {
    animation-delay: 0.78s; }
  #video__list.ready .tile:nth-child(15) img, #video__list.ready .tile section {
    animation-delay: 0.84s; }
  #video__list.ready .tile:nth-child(16) img, #video__list.ready .tile section {
    animation-delay: 0.9s; }
  #video__list.ready .tile:nth-child(17) img, #video__list.ready .tile section {
    animation-delay: 0.96s; }
  #video__list.ready .tile:nth-child(18) img, #video__list.ready .tile section {
    animation-delay: 1.02s; }
  #video__list.ready .tile:nth-child(19) img, #video__list.ready .tile section {
    animation-delay: 1.08s; }
  #video__list.ready .tile:nth-child(20) img, #video__list.ready .tile section {
    animation-delay: 1.14s; }
  #video__list.ready .tile:nth-child(21) img, #video__list.ready .tile section {
    animation-delay: 1.2s; }
  #video__list.ready .tile:nth-child(22) img, #video__list.ready .tile section {
    animation-delay: 1.26s; }
  #video__list.ready .tile:nth-child(23) img, #video__list.ready .tile section {
    animation-delay: 1.32s; }
  #video__list.ready .tile:nth-child(24) img, #video__list.ready .tile section {
    animation-delay: 1.38s; }
  #video__list.ready .tile:nth-child(25) img, #video__list.ready .tile section {
    animation-delay: 1.44s; }
  #video__list.ready .tile:nth-child(26) img, #video__list.ready .tile section {
    animation-delay: 1.5s; }
  #video__list.ready .tile:nth-child(27) img, #video__list.ready .tile section {
    animation-delay: 1.56s; }
  #video__list.ready .tile:nth-child(28) img, #video__list.ready .tile section {
    animation-delay: 1.62s; }
  #video__list.ready .tile:nth-child(29) img, #video__list.ready .tile section {
    animation-delay: 1.68s; }
  #video__list.ready .tile:nth-child(30) img, #video__list.ready .tile section {
    animation-delay: 1.74s; }
  #video__list.ready .tile:nth-child(31) img, #video__list.ready .tile section {
    animation-delay: 1.8s; }
  #video__list.ready .tile:nth-child(32) img, #video__list.ready .tile section {
    animation-delay: 1.86s; }
  #video__list.ready .tile:nth-child(33) img, #video__list.ready .tile section {
    animation-delay: 1.92s; }
  #video__list.ready .tile:nth-child(34) img, #video__list.ready .tile section {
    animation-delay: 1.98s; }
  #video__list.ready .tile:nth-child(35) img, #video__list.ready .tile section {
    animation-delay: 2.04s; }
  #video__list.ready .tile:nth-child(36) img, #video__list.ready .tile section {
    animation-delay: 2.1s; }
  #video__list.ready .tile:nth-child(37) img, #video__list.ready .tile section {
    animation-delay: 2.16s; }
  #video__list.ready .tile:nth-child(38) img, #video__list.ready .tile section {
    animation-delay: 2.22s; }
  #video__list.ready .tile:nth-child(39) img, #video__list.ready .tile section {
    animation-delay: 2.28s; }
  #video__list.ready .tile:nth-child(40) img, #video__list.ready .tile section {
    animation-delay: 2.34s; }
  #video__list.ready .tile:nth-child(41) img, #video__list.ready .tile section {
    animation-delay: 2.4s; }
  #video__list.ready .tile:nth-child(42) img, #video__list.ready .tile section {
    animation-delay: 2.46s; }
  #video__list.ready .tile:nth-child(43) img, #video__list.ready .tile section {
    animation-delay: 2.52s; }
  #video__list.ready .tile:nth-child(44) img, #video__list.ready .tile section {
    animation-delay: 2.58s; }
  #video__list.ready .tile:nth-child(45) img, #video__list.ready .tile section {
    animation-delay: 2.64s; }
  #video__list.ready .tile:nth-child(46) img, #video__list.ready .tile section {
    animation-delay: 2.7s; }
  #video__list.ready .tile:nth-child(47) img, #video__list.ready .tile section {
    animation-delay: 2.76s; }
  #video__list.ready .tile:nth-child(48) img, #video__list.ready .tile section {
    animation-delay: 2.82s; }
  #video__list.ready .tile:nth-child(49) img, #video__list.ready .tile section {
    animation-delay: 2.88s; }
  #video__list.ready .tile:nth-child(50) img, #video__list.ready .tile section {
    animation-delay: 2.94s; }

#video__list.ready .tile figcaption:before {
  opacity: 1; }

#video__list.ready .tile img,
#video__list.ready .tile section {
  position: absolute;
  transform: translateX(-100%); }

.list__block {
  background-color: transparent;
  list-style: none;
  margin: 0;
  padding: 0; }

.list__collapse {
  background-color: transparent;
  list-style: none;
  overflow: hidden;
  margin: 0 -1px 0 0;
  padding: 0; }
  .video .list__collapse {
    overflow-x: hidden;
    overflow-y: auto; }
  .list__collapse > .tile {
    position: relative;
    width: 33.333%;
    overflow: hidden;
    text-align: center;
    float: left;
    cursor: pointer;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    opacity: 0;
    transition: opacity 0.35s ease;
    /* Phone landscape and smaller */
    /* Only tablets portrait and smaller */
    /* Phone landscape and smaller */ }
    @media (max-width: 959px) {
      .list__collapse > .tile {
        width: 50%; } }
    @media (max-width: 767px) {
      .list__collapse > .tile {
        width: 100%;
        float: none;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
        border-bottom: 10px solid #fff; } }
    .video .list__collapse > .tile {
      width: 100%;
      float: none;
      border-left: 10px solid #fff;
      border-right: 10px solid #fff;
      border-bottom: 10px solid #fff; }
  .list__collapse > .tile figcaption:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(42, 43, 51, 0.2);
    background-image: linear-gradient(to bottom,rgba(42, 43, 51, 0.2) 30%, rgba(42, 43, 51, 0.6) 100%);
    content: '';
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: all 0.35s 1.45s; }

body:not(.touch) .tile figure {
  transition: opacity .7s .2s; }

.tile figure {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #fff;
  margin: 0; }

.tile figcaption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  backface-visibility: hidden;
  transition: opacity 0.35s, transform 0.35s; }

.tile img {
  top: -2%;
  left: -2%;
  width: 104%;
  max-width: none; }

.tile .vt {
  font-size: 32px;
  font-weight: 300;
  line-height: 56px;
  text-transform: none;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 30px;
  white-space: normal;
  line-height: 1.3;
  transition: transform 0.35s, color 0.35s, opacity 0.35s;
  transform: translate3d(0, -50%, 0); }

.tile p {
  letter-spacing: 1px;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: opacity 0.35s, transform 0.35s; }

.tile .video__play-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.tile a:hover .vt {
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  opacity: 0; }

.tile a:hover .video__play-btn:after {
  opacity: 1;
  animation: scaleinout 1.55s linear infinite; }

.tile a:hover figcaption:before {
  opacity: 0;
  background: transparent;
  transform: translate3d(0, 0, 0); }

.explore__tagline {
  margin: 50px auto 35px;
  white-space: normal;
  padding: 0 30px; }

/* load more setion*/
.section__explore-loadmore {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px; }

.markdown-format {
  position: relative;
  width: 100%;
  color: #7c8287;
  margin-top: 90px;
  /* 1st level */
  /* 2nd level */
  /* 3rd level */ }
  .markdown-format ul, .markdown-format ol {
    list-style: none; }
  .markdown-format p {
    position: relative;
    display: block;
    margin: 0 0 20px;
    padding: 0 0; }
  .markdown-format ul > li,
  .markdown-format ol > li {
    list-style-type: upper-roman; }
  .markdown-format ul ul > li,
  .markdown-format ul ol > li,
  .markdown-format ol ol > li,
  .markdown-format ol ul > li {
    list-style-type: lower-roman; }
  .markdown-format ul ul ul > li,
  .markdown-format ul ol ol > li,
  .markdown-format ul ul ol > li,
  .markdown-format ol ol ol > li,
  .markdown-format ol ol ul > li {
    list-style-type: lower-roman; }

@media (max-width: 959px) {
  .section__text_compact,
  .section__content_middle {
    width: 90%; } }

@media (max-width: 959px) {
  .hero__content {
    width: 95%; } }

@media (min-width: 768px) {
  header {
    position: fixed; }
  main {
    margin-top: 80px; }
    body.simple main {
      margin-top: 0; } }

@media (max-width: 959px) {
  header {
    position: relative; }
  main {
    margin-top: 0; } }

@media only screen and (max-width: 959px) {
  .secondary__nav {
    float: none;
    width: 100%;
    margin-top: auto;
    text-align: center; }
    .nav-open .secondary__nav {
      display: block; }
    .secondary__nav .nav__item {
      float: none;
      vertical-align: top;
      display: inline-block;
      font-weight: 400;
      font-size: 13px;
      line-height: 36px;
      height: 36px;
      padding: 0px 14px 8px;
      color: #7D7D7D;
      text-decoration: none; }
  .menu_header {
    pointer-events: none;
    visibility: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    height: auto;
    border-top: 1px solid #D4D4D4;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    transition: all 0.35s ease;
    transform: translateY(-100%); }
    .nav-open .menu_header {
      transform: translateY(0%);
      top: 80px;
      pointer-events: auto;
      visibility: visible; }
    .menu_header .menu__item {
      width: 100%;
      border-bottom: 1px solid #D4D4D4;
      height: 60px;
      line-height: 60px;
      font-weight: 600;
      display: block;
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }
    @media only screen and (max-width: 959px) and (max-width: 767px) {
      .menu_header .menu__item {
        height: 36px;
        line-height: 36px;
        font-size: 16px; } }

@media only screen and (max-width: 959px) {
    .menu_header .menu__item_sign-in,
    .menu_header .menu__item_sign-up {
      width: calc(100vw - 10%);
      padding-right: 0;
      padding-left: 0;
      border-bottom: none;
      margin-top: 15px;
      margin-bottom: 12px; }
      .menu_header .menu__item_sign-in .menu__link,
      .menu_header .menu__item_sign-up .menu__link {
        height: 41px !important;
        line-height: 41px !important; }
    .menu_header .menu__item_sign-in {
      display: none; } }

@media only screen and (min-width: 960px) {
  .burger__trigger {
    display: none !important; } }

.button {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  text-decoration: none;
  color: #fff;
  background-color: #33B0E8;
  font-size: 15px;
  line-height: 15px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 12px 16px;
  margin: 0 0;
  cursor: pointer;
  transition: all 0.2s linear;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .button:hover {
    background-color: #369FCE;
    text-decoration: none;
    box-shadow: 3px 10px 15px 0px rgba(42, 43, 51, 0.21);
    color: #fff; }

.button_ghost {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  text-decoration: none;
  color: #fff;
  background-color: #33B0E8;
  font-size: 15px;
  line-height: 15px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 12px 16px;
  margin: 0 0;
  cursor: pointer;
  transition: all 0.2s linear;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #33B0E8;
  background-color: #fff;
  border: 2px solid #33B0E8; }
  .button_ghost:hover {
    background-color: #369FCE;
    text-decoration: none;
    box-shadow: 3px 10px 15px 0px rgba(42, 43, 51, 0.21);
    color: #fff; }
  .button_ghost:hover {
    color: #fff;
    background: #33B0E8;
    box-shadow: 3px 10px 15px 0px rgba(42, 43, 51, 0.21); }

form :-ms-input-placeholder {
  color: #C4C4C4 !important; }

form ::-moz-placeholder {
  color: #C4C4C4; }

form ::-webkit-input-placeholder {
  color: #C4C4C4; }

.signin__form :-ms-input-placeholder {
  color: #B1B1B1 !important; }

.signin__form ::-moz-placeholder {
  color: #B1B1B1; }

.signin__form ::-webkit-input-placeholder {
  color: #B1B1B1; }

form {
  position: relative;
  margin: auto;
  list-style: none; }
  form .form__feedback {
    font-size: 16px; }
  form .form__msg {
    color: #33B0E8; }
  form .form__error {
    color: #FF5E5B;
    list-style: none; }
  form p {
    margin-bottom: 0; }
  form [type="email"],
  form [type="text"],
  form [type="password"] {
    position: relative;
    vertical-align: middle;
    margin: 0 0;
    border: none;
    outline: none;
    color: #2f323a;
    border-radius: 0;
    transition: all 0.2s linear; }
  form textarea {
    position: relative;
    width: 100%;
    min-height: 90px;
    padding: 6px 7px; }
  form select {
    position: relative;
    z-index: 1;
    background: 0 0;
    color: #2f323a;
    -moz-appearance: none;
    -webkit-appearance: none; }
  form .select-trigger {
    position: absolute;
    top: 60%;
    right: 15px;
    width: 0;
    height: 0;
    border-top: 5px solid #2f323a;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }
  form [type="submit"] {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    text-decoration: none;
    color: #fff;
    background-color: #2A2B33;
    font-size: 15px;
    line-height: 15px;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
    padding: 12px 16px;
    margin: 0 0;
    cursor: pointer;
    transition: all 0.2s linear;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 30px 50px; }
    form [type="submit"]:hover {
      background-color: #369FCE;
      text-decoration: none;
      box-shadow: 3px 10px 15px 0px rgba(42, 43, 51, 0.21);
      color: #fff; }
  form .form__error {
    list-style: none;
    color: red;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px; }

.signup__form {
  max-width: 90%;
  width: 752px; }
  .signup__form [type="email"] {
    max-width: 530px;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    padding: 22px 16px; }
    @media (max-width: 959px) {
      .signup__form [type="email"] {
        max-width: none; } }
  @media (max-width: 959px) {
    .signup__form [type="submit"] {
      display: block;
      margin-top: 8px;
      width: 100%; } }

.signin__form,
.newsletter__form {
  width: 400px;
  max-width: 90%; }
  .signin__form p,
  .newsletter__form p {
    margin-bottom: 1px !important; }
    .signin__form p.agreement,
    .newsletter__form p.agreement {
      max-width: 275px;
      width: 100%;
      margin: 0 auto;
      color: #fff;
      text-align: center;
      line-height: 1.4; }
  .signin__form [type="text"],
  .signin__form [type="email"],
  .signin__form [type="password"],
  .newsletter__form [type="text"],
  .newsletter__form [type="email"],
  .newsletter__form [type="password"] {
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    padding: 16px 16px; }
  .signin__form [type="submit"],
  .newsletter__form [type="submit"] {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    text-decoration: none;
    color: #fff;
    background-color: #33B0E8;
    font-size: 15px;
    line-height: 15px;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
    padding: 12px 16px;
    margin: 0 0;
    cursor: pointer;
    transition: all 0.2s linear;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 100%;
    padding: 18px 0;
    text-transform: none;
    font-size: 18px; }
    .signin__form [type="submit"]:hover,
    .newsletter__form [type="submit"]:hover {
      background-color: #369FCE;
      text-decoration: none;
      box-shadow: 3px 10px 15px 0px rgba(42, 43, 51, 0.21);
      color: #fff; }

.signin__form [type="submit"],
.newsletter__form [type="submit"] {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  text-decoration: none;
  color: #fff;
  background-color: #33B0E8;
  font-size: 15px;
  line-height: 15px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 12px 16px;
  margin: 0 0;
  cursor: pointer;
  transition: all 0.2s linear;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  padding: 18px 0;
  text-transform: none;
  font-size: 18px; }
  .signin__form [type="submit"]:hover,
  .newsletter__form [type="submit"]:hover {
    background-color: #369FCE;
    text-decoration: none;
    box-shadow: 3px 10px 15px 0px rgba(42, 43, 51, 0.21);
    color: #fff; }

/* Modifier: `faq`
 ========================================================================== */
.faq {
  counter-reset: dl-counter;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px; }

.faq dt:before {
  counter: dl-counter;
  counter-increment: dl-counter;
  content: counter(dl-counter, decimal) ".";
  position: absolute;
  left: 0;
  top: 0; }

.faq dt:nth-child(n+2):before {
  top: 25px; }

.faq dt,
.faq dd {
  position: relative;
  padding-left: 35px; }

.faq dt {
  font-size: inherit;
  font-weight: 600;
  cursor: pointer; }

.faq dt:nth-child(n+2) {
  margin-top: 15px;
  padding-top: 25px;
  border-top: 1px solid #D4D4D4; }

.faq dd {
  color: #2A2B33;
  font-size: inherit;
  line-height: 30px; }

.faq dt {
  margin-bottom: 20px; }

.faq dd {
  margin-bottom: 32px; }

.title {
  position: relative;
  display: block;
  margin: 0 0 30px;
  padding: 0 0;
  text-transform: none;
  color: #000;
  font-weight: 600;
  font-style: normal; }
  .section_signup .title,
  .hero .title {
    color: #fff; }
  .section_background-lightgrey .title {
    color: #000; }

.title_middle {
  margin-bottom: 30px; }

.title_big {
  font-size: 64px;
  line-height: 72px;
  font-weight: 300; }
  @media only screen and (max-width: 959px) {
    .title_big {
      font-size: 36px;
      line-height: 44px; } }
  .section_background-lightgrey .title_big {
    color: #000; }

.title_small {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 30px; }
  .section_background-lightgrey .title_small {
    color: #000; }

.contrast {
  color: #fff; }

/*ANimation stuff*/
/* inspired by http://codepen.io/ryanbuckley13/pen/XbjKKx */
.section__clientele .clientele-list__items {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%; }

.clientele-white {
  background-color: #fff; }

.section__clientele .clientele-list__item {
  list-style-type: none;
  vertical-align: middle;
  text-align: center;
  padding: 0; }
  @media (max-width: 959px) {
    .section__clientele .clientele-list__item img {
      width: 80%; } }

/**
 *
 * from the pen http://codepen.io/hippolips/pen/qOrMXR
 **/
/* Begin Scroller Rules */
.sticky-sidebar {
  background: #fff;
  z-index: 2; }

.wt_sidebar {
  position: relative;
  padding-top: 50px;
  padding-left: 5%; }
  @media (max-width: 959px) {
    .wt_sidebar {
      padding-top: 0;
      padding-left: 0;
      margin: 0 auto;
      text-align: center; } }
  .wt_sidebar [class*=sprite] {
    background: transparent url("../images/sprite-sidebar.png") no-repeat;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 26px;
    width: 50px;
    height: 50px;
    background-position: 0 0; }
    @media (max-width: 959px) {
      .wt_sidebar [class*=sprite] {
        width: 40px;
        height: 40px;
        background-size: 40px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px; } }
  .wt_sidebar .sprite2 {
    background-position: 0 -55px; }
    @media (max-width: 959px) {
      .wt_sidebar .sprite2 {
        background-position: 0 -43px; } }
  .wt_sidebar .sprite3 {
    background-position: 0 -110px; }
    @media (max-width: 959px) {
      .wt_sidebar .sprite3 {
        background-position: 0 -88px; } }

.tab {
  margin: 0;
  padding: 0;
  list-style: none; }
  .tab:after, .tab:before {
    content: "";
    display: table; }

.tab-left {
  font-size: 0; }
  @media (max-width: 959px) {
    .tab-left {
      border-bottom: 1px solid #D4D4D4; } }
  .tab-left > li {
    position: relative;
    float: none;
    display: block;
    vertical-align: middle;
    width: 100%;
    border-right: 3px solid transparent;
    transition: border 0.4s ease; }
    .tab-left > li:hover, .tab-left > li.uk-active {
      border-right-color: #33B0E8; }
    @media (max-width: 959px) {
      .tab-left > li {
        display: inline-block;
        width: 33.333%;
        border-right: none;
        border-bottom: 3px solid transparent;
        text-align: left;
        padding-bottom: 10px;
        padding-top: 20px; }
        .tab-left > li:hover, .tab-left > li.uk-active {
          border-bottom-color: #33B0E8; } }
  .tab-left > li > a {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    height: 80px;
    padding: 10px 10px 10px 0;
    position: relative;
    text-decoration: none;
    color: #000; }
    @media (max-width: 959px) {
      .tab-left > li > a {
        padding: 0;
        text-align: center;
        height: auto; } }
  .tab-left > li > a > * {
    display: inline-block;
    vertical-align: middle; }
  .tab-left h4 {
    margin: 0; }
  .tab-left > li > a > span + h4 {
    width: 114px; }
    @media (max-width: 959px) {
      .tab-left > li > a > span + h4 {
        width: 94px; } }

.tab-content {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  touch-action: cross-slide-y pinch-zoom double-tap-zoom; }
  .tab-content > * {
    padding: 0 15px; }

article {
  position: relative;
  margin: auto; }

.article_lead {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .article_lead {
      font-size: 13px;
      line-height: 18px; } }

@media (max-width: 767px) {
  .article_section img {
    margin-top: 30px; } }

.article-divider {
  margin-bottom: 25px;
  border-color: #D4D4D4; }

* + .article-divider {
  margin-top: 25px; }
