@charset "UTF-8";

.dialog,
body,
html {
    -webkit-tap-highlight-color: transparent
}

body,
html,
img {
    max-width: 100%
}

.button.actionButton svg,
.button.play svg,
.button:not(.stroke) svg,
.slide.whiteSlide .button.actionButton svg,
.slides {
    fill: #fff
}

.button svg,
.button svg * {
    pointer-events: none !important
}

.material-icons,
.slides {
    -webkit-font-smoothing: antialiased
}

.button,
.container .wrap,
.slides-form.center input,
.slides-form.center textarea {
    text-align: center
}

.button,
.material-icons,
.music-96 .sc-trackslist a,
.navigation li[data-title]:before,
.nobr,
.nowrap,
.panel .sections .menu,
.panel .sections>div {
    white-space: nowrap
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

.button,
.button.actionButton,
.dot,
.dot:after,
.material-icons,
img {
    display: inline-block
}

li,
ol,
ul {
    list-style: none
}



html {
    position: static !important;
    top: 0 !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    position: absolute;
    width: 100%;
    height: 100%
}

body,
html {
    overflow-x: hidden
}

html.scrollable,
html.scrollable body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.button,
.content,
.slide {
    overflow: hidden
}

img.round {
    border-radius: 999px
}

img.rounded {
    border-radius: 6px
}

.slides {
    color: #fff;
    font-family: Roboto, sans-serif;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    background: #111
}



.button,
.dropdownTrigger,
.helpBubble,
.popupTrigger,
.sidebarTrigger,
.videoThumbnail,
a {
    cursor: pointer
}

a {
    color: inherit;
    text-decoration: none;
    transition: .35s
}

a.underline {
    text-decoration: underline
}

.button,
.dialog li {
    text-decoration: none
}

a:hover {
    transition: .15s;
    opacity: .8
}

.h1,
h1 {
    font-size: 42px;
    line-height: 1.285;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: -.036em
}



.p,
blockquote,
p {
    font-size: 22px;
    line-height: 1.6363636364;
    margin-bottom: 30px;
    font-weight: 300
}



@media (max-width:1023px) {

    .h1,
    .h1.big,
    .h1.huge,
    h1,
    h1.big,
    h1.huge {
        font-size: 40px;
        margin-bottom: 20px
    }

    p.hero {
        font-size: 22px
    }

    .h1.small,
    h1.small {
        font-size: 32px
    }

    .mobileCrop {
        margin: 0 !important
    }

    .mobileCropBottom {
        margin-bottom: 0 !important
    }

    .mobileCropTop {
        margin-top: 0 !important
    }

    .mobileCropLeft {
        margin-left: 0 !important
    }

    .mobileCropRight {
        margin-right: 0 !important
    }
}

@media (max-width:319px) {

    .h1.big,
    .h1.huge,
    h1.big,
    h1.huge {
        font-size: 32px
    }
}

.button {
    border-radius: 4px;
    padding: 16px 24px 17px;
    color: #fff;
    border: none;
    outline: 0;
    background: #202020;
    font-size: 16px;
    font-weight: 500;
    vertical-align: top;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    letter-spacing: normal !important;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .1);
    -webkit-appearance: none;
    margin-bottom: 10px;
    transition: .3s;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.content,
.slide.active {
    -webkit-backface-visibility: hidden
}

.popup .button,
.slide .button {
    margin-left: 5px;
    margin-right: 5px
}

.popup .button.small,
.slide .button.small {
    margin-left: 4px;
    margin-right: 4px
}

.button.wide {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.button .material-icons {
    vertical-align: bottom;
    margin-top: -5px;
    margin-bottom: -2px;
    margin-right: 8px;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.button .material-icons.small {
    font-size: 18px;
    margin: 0 6px 0 0
}

.button .material-icons.right {
    margin-left: 11px;
    margin-right: 0
}

.button svg {
    width: 22px;
    height: 22px;
    margin-top: -3px;
    top: 2px;
    vertical-align: bottom;
    margin-right: 14px;
    position: relative
}

.button svg.right {
    margin-right: 0;
    margin-left: 14px
}

.button.actionButton {
    height: 42px;
    width: 42px;
    padding: 12px;
    border-radius: 25px;
    z-index: 999;
    background: rgba(0, 0, 0, .3);
    line-height: 1;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .05);
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    vertical-align: top
}

.button.actionButton svg {
    width: 18px;
    height: 18px
}



.container,
.content,
.popup:not(.youtube) .background iframe,
.slide,
.slide:not(.youtube) .background iframe {
    width: 100%;
    height: 100%
}

.slide {
    position: fixed;
    background: #202020;
    color: #fff;
    z-index: 10
}

.slide.active {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    backface-visibility: hidden
}

.mobile .slide {
    visibility: hidden
}

.mobile .slide.active {
    visibility: visible
}

.slide.whiteSlide {
    color: #202020;
    background: #fff
}

.content {
    position: absolute;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-overflow-scrolling: touch
}

.content.scrollBar {
    overflow-y: auto
}

.windows .defaultScroll .content {
    overflow: auto;
    overflow-x: hidden
}

.mobile .content {
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.container .wrap .overflowHidden,
.pad,
.slide.video .background,
.videoThumbnail {
    overflow: hidden
}

.fade .content {
    background: rgba(0, 0, 0, .6)
}

.dropdown.share li:after,
.fade-1 .content {
    background: rgba(0, 0, 0, .1)
}

.fade-2 .content {
    background: rgba(0, 0, 0, .2)
}

.fade-3 .content {
    background: rgba(0, 0, 0, .3)
}

.fade-4 .content {
    background: rgba(0, 0, 0, .4)
}

.fade-5 .content {
    background: rgba(0, 0, 0, .5)
}

.fade-6 .content {
    background: rgba(0, 0, 0, .6)
}

.fade-7 .content {
    background: rgba(0, 0, 0, .7)
}

.fade-8 .content {
    background: rgba(0, 0, 0, .8)
}

.fade-9 .content {
    background: rgba(0, 0, 0, .9)
}

.whiteSlide[class*=fade] .content {
    background: rgba(255, 255, 255, .85)
}

.container {
    display: table;
    table-layout: fixed;
    position: relative
}

.container .wrap {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden
}

.container .wrap .spaceWrap,
.container .wrap.spaceWrap,
.container .wrap:not(.noSpaces) {
    padding: 120px calc(8% + 15px)
}

.container .wrap * {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.popup .background,
.slide .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.popup .background iframe,
.slide .background iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0
}

.pad,
.videoThumbnail.rounded {
    border-radius: 6px
}

.fix-1-12 {
    max-width: 93px !important
}

.fix-2-12 {
    max-width: 186px !important
}

.fix-3-12 {
    max-width: 279px !important
}

.fix-4-12 {
    max-width: 371px !important
}

.fix-5-12 {
    max-width: 464px !important
}

.fix-6-12 {
    max-width: 557px !important
}

.fix-7-12 {
    max-width: 650px !important
}

.fix-8-12 {
    max-width: 743px !important
}

.fix-9-12 {
    max-width: 836px !important
}

.fix-10-12 {
    max-width: 928px !important
}

.fix-11-12 {
    max-width: 1021px !important
}

.fix-12-12 {
    max-width: 1114px !important
}

[class*=fix-] {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none
}

.toLeft,
.toLeft[class*=fix-] {
    margin-left: 0 !important;
    margin-right: auto !important
}

.toRight,
.toRight[class*=fix-] {
    margin-right: 0 !important;
    margin-left: auto !important;
    float: right
}

.toCenter {
    margin-left: auto !important;
    margin-right: auto !important
}

.shiftImage {
    margin-top: -15%;
    margin-bottom: -100%
}

.shiftImageVertical {
    margin-right: -100%;
    max-width: none
}

.slide.video .background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover
}

.slide.video .background video::-webkit-media-controls {
    display: none !important
}

.slide.video .background video::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none
}

.slide.video .background video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none
}

html:not(.mobile) .slide.video .background[style] {
    background: 0 0 !important
}

.mobile .slide.video .background[style] video {
    display: none
}

.videoThumbnail {
    position: relative;
    font-size: 0;
    line-height: 0
}

.videoThumbnail:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../assets/svg/video-icon.svg) center center no-repeat;
    transition: .5s
}

.videoThumbnail:not(.noTint):hover:after {
    background-color: rgba(0, 0, 0, .15)
}

.videoThumbnail:hover:before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: .25s
}

.videoThumbnail:active:before {
    opacity: .8
}

.videoThumbnail.small {
    max-width: 200px;
    display: block
}

.videoThumbnail.small:before {
    background-size: 44px
}

.button.empty.shadow:hover,
.shadow {
    box-shadow: 0 10px 40px rgba(0, 0, 0, .2)
}

.pad {
    padding: 10%;
    color: #202020;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .1)
}

.pad.shadow,
.pad.shadowHover:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, .2)
}

.pad.shadow.stroke {
    background: 0 0;
    transition: .15s;
    color: #fff
}

.pad.shadow.stroke:hover {
    background: #fff;
    color: #202020;
    transition: .15s
}

.pad.shadowHover {
    transition: .5s
}

.pad small {
    font-size: 15px;
    line-height: 1.45;
    margin: 15px 0
}

.resizing .equalElement {
    transition: 0s !important
}

.hr {
    position: relative;
    height: 1px;
    width: 100%
}

@media (max-width:1023px) {
    .shiftImage {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .shiftImageVertical {
        margin-right: 0 !important;
        max-width: 100% !important
    }
}

@media (min-width:1024px) {
    .hideForDesktop {
        display: none !important
    }

    .showForDesktop {
        display: block !important
    }
}

@media (max-width:1024px) {
    .hideForTablet {
        display: none !important
    }

    .showForTablet {
        display: block !important
    }

    .showForTabletInline {
        display: inline !important
    }
}

@media (max-width:767px) {

    .pad.collapse,
    .pad.shadow {
        box-shadow: none
    }

    .pad.collapse {
        background: inherit;
        color: inherit;
        border: none;
        padding: 0 !important;
        overflow: inherit;
        border-radius: 0;
        transition: 0s !important
    }

    .hideForPhablet {
        display: none !important
    }
}

@media (max-width:768px) {
    .showForPhablet {
        display: block !important
    }

    .showForPhabletInline {
        display: inline !important
    }
}

@media (max-width:435px) {
    .hideForPhone {
        display: none !important
    }

    .showForPhone {
        display: block !important
    }

    .showForPhoneInline {
        display: inline !important
    }
}

html.mobile .hideForMobile {
    display: none !important
}

html.mobile .showForMobile {
    display: block !important
}

html.mobile .showForMobileInline {
    display: inline !important
}

.helpBubble:after {
    content: "?";
    font-size: 14px;
    width: 17px;
    height: 17px;
    line-height: 1.2;
    background: #202020;
    opacity: .3;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-left: 4px;
    font-weight: 700;
    transition: .25s
}

.helpBubble .helpMessage {
    background: rgba(255, 255, 255, .98);
    color: #202020;
    font-size: 16px;
    line-height: 1.625;
    position: absolute;
    z-index: 10;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .07), 0 6px 8px rgba(0, 0, 0, .05);
    padding: 17px;
    text-align: left;
    bottom: 50%;
    margin-bottom: 5px;
    -webkit-transform: translateY(10px) scale(.95);
    transform: translateY(10px) scale(.95);
    transition: .25s;
    opacity: 0;
    pointer-events: none;
    color: rgba(48, 48, 48, .7)
}

.mobile .simplifiedMobile .panel.hideOnScroll,
.panel,
.scroll .panel.hideOnScroll {
    position: fixed
}

.panel.black,
.panel.white {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .07)
}

.panel.bottom,
.side {
    bottom: 0
}

.helpBubble .helpMessage strong {
    color: #303030
}

.helpBubble:hover .helpMessage {
    pointer-events: all;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1
}

.helpBubble:hover:after {
    opacity: 1
}

.panel {
    left: 0;
    width: 100%;
    padding: 10px 30px;
    z-index: 200;
    text-align: center;
    font-size: 16px;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.panel.top {
    top: 0
}

.panel.white {
    background: rgba(255, 255, 255, .975) !important
}

.panel.black {
    background-color: rgba(0, 0, 0, .8) !important
}

.animateOnEvent .panel.top,
.animated .panel.top,
.hidePanel-top .panel.top.hideOnScroll,
.slides.firstSlide .panel.top.exceptFirstSlide,
.slides.lastSlide .panel.top.exceptLastSlide,
.slides:not(.firstSlide) .panel.top.firstSlideOnly,
.slides:not(.firstSlide):not(.lastSlide) .panel.top.firstAndLastSlidesOnly,
.slides:not(.lastSlide) .panel.top.lastSlideOnly {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0
}

.animateOnEvent .panel.bottom,
.animated .panel.bottom,
.hidePanel-bottom .panel.bottom.hideOnScroll,
.slides.firstSlide .panel.bottom.exceptFirstSlide,
.slides.lastSlide .panel.bottom.exceptLastSlide,
.slides:not(.firstSlide) .panel.bottom.firstSlideOnly,
.slides:not(.firstSlide):not(.lastSlide) .panel.bottom.firstAndLastSlidesOnly,
.slides:not(.lastSlide) .panel.bottom.lastSlideOnly {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0
}

.page-loaded .animateOnEvent .panel,
.page-loaded .animated .panel {
    transition: opacity .5s, padding .5s, -webkit-transform .5s;
    transition: transform .5s, opacity .5s, padding .5s;
    transition: transform .5s, opacity .5s, padding .5s, -webkit-transform .5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.slides.whiteSlide .panel {
    color: #202020
}

.mobile .simplifiedMobile .panel.hideOnScroll.top.hide,
.scroll .panel.hideOnScroll.top.hide {
    -webkit-transform: translateY(-100%) !important;
    transform: translateY(-100%) !important;
    opacity: 0
}

.mobile .simplifiedMobile .panel.hideOnScroll.bottom.hide,
.scroll .panel.hideOnScroll.bottom.hide {
    -webkit-transform: translateY(100%) !important;
    transform: translateY(100%) !important;
    opacity: 0
}

.panel .sections {
    display: table;
    width: 100%;
    font-size: 0
}

.panel .sections>div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 33.33333%;
    font-size: 16px;
    height: 50px
}

.panel .sections>div.auto {
    width: .1%
}

.panel .sections>div * {
    pointer-events: all
}

.panel .sections>div.left {
    text-align: left
}

.panel .sections>div.left ul.crop {
    padding-left: 0
}

.panel .sections>div.left ul.crop li:first-child {
    margin-left: 0
}

.panel .sections>div.left.space {
    padding-right: 20px
}

.panel .sections>div.right {
    text-align: right
}

.panel .sections>div.right ul.crop {
    padding-right: 0
}

.panel .sections>div.right.space {
    padding-left: 20px
}

.panel .sections>div.center.space {
    padding: 0 20px
}

.panel .sections.hidden {
    display: none
}

.panel .sections .menu {
    display: inline-block;
    padding: 0 12px;
    font-size: 0
}

.panel .sections .menu svg {
    width: 20px;
    height: 20px;
    vertical-align: bottom
}

.panel .sections .menu li {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin: 0 10px
}

.panel .hidden,
.panel .hidden *,
.side.compact .navigation li:after {
    display: none
}

.panel .sections .menu li a {
    padding: 0 7px;
    opacity: .8
}

.panel .sections .menu li a:hover {
    opacity: 1
}

.panel .sections .menu.uppercase li {
    font-size: 12px;
    margin: 0 10px;
    letter-spacing: .125em;
    font-weight: 600 !important
}

.panel .sections .menu.uppercase li svg {
    position: relative;
    top: 2px
}

.panel svg {
    fill: #fff;
    width: 18px;
    height: 18px;
    vertical-align: bottom
}

.slides.whiteSlide .panel svg {
    fill: #202020
}

.panel a:not(.button):hover {
    opacity: .75;
    transition: .15s
}

.panel .button {
    margin: 0
}

.panel .button+.button {
    margin-left: 10px
}

.panel .button:not(.actionButton) {
    font-size: 15px;
    vertical-align: middle;
    padding: 12px 17px
}

.panel .button:not(.actionButton):hover:not(:active) {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .05), 0 4px 6px 0 rgba(0, 0, 0, .1), 0 1px 10px 0 rgba(0, 0, 0, .1)
}

.panel .nextSlide,
.panel .prevSlide {
    width: 24px;
    height: 24px;
    position: relative;
    top: 5px;
    transition: .25s
}

.slides.whiteSlide .panel .actionButton svg {
    fill: #fff
}

.firstSlide .panel .prevSlide,
.lastSlide .panel .nextSlide {
    opacity: 0;
    pointer-events: none;
    cursor: default
}

.navigation li,
.nextSlide,
.prevSlide {
    cursor: pointer
}

.firstSlide .panel.bottom .nextSlide svg {
    -webkit-animation: animateArrow 4s infinite;
    animation: animateArrow 4s infinite
}

.panel .panelIcon {
    position: relative;
    top: 5px
}

.progress-bar,
.side {
    position: fixed;
    top: 0
}

@-webkit-keyframes animateArrow {

    100%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes animateArrow {

    100%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

.popup,
.side {
    -webkit-transform: translate3d(0, 0, 0)
}

.nextSlide:hover,
.prevSlide:hover {
    transition: .15s
}

.nextSlide:active,
.prevSlide:active {
    opacity: .75
}

.firstSlide.lastSlide .nextSlide,
.firstSlide.lastSlide .prevSlide {
    opacity: 0
}

.progress-bar {
    left: 0;
    height: 4px;
    width: 0%;
    transition: width 1s, opacity 1s;
    z-index: 1000;
    opacity: 1
}

.progress-bar.loaded {
    width: 100%;
    opacity: 0;
    transition: width 0s, opacity .25s 1s
}

.side {
    right: 0;
    height: 100%;
    z-index: 100;
    padding: 70px 4%;
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s;
    transform: translate3d(0, 0, 0)
}

@media (min-width:1380px) {
    .side {
        padding-left: 55px;
        padding-right: 55px
    }
}

.page-loaded .side {
    opacity: 1
}

.side.large {
    padding: calc(5.56% + 50px) 5%
}

.side.left {
    left: 0;
    right: inherit
}

.side.right {
    right: 0;
    left: inherit
}

.side.compact {
    padding: 30px 4%
}

.side.compact .navigation li {
    width: 15px;
    height: 7px;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    opacity: .2;
    padding: 1px;
    cursor: pointer
}

.side.compact .navigation li.selected,
.side.compact .navigation li:hover {
    opacity: 1
}

.side.compact .navigation li:before {
    margin: 0 8px !important;
    top: -10px
}

.whiteSlide .side.compact .navigation li {
    background: #202020
}

.side.compact:not(.square) .navigation li:first-child {
    border-radius: 10px 10px 0 0
}

.side.compact:not(.square) .navigation li:last-child {
    border-radius: 0 0 10px 10px
}

.panel .side {
    position: relative;
    display: inline;
    height: auto;
    padding: 0
}

.slides.whiteSlide .side svg:not([fill]) {
    fill: #202020
}

.navigation {
    display: table;
    height: 100%
}

.navigation ul {
    display: table-cell;
    vertical-align: middle
}

.navigation * {
    pointer-events: all
}

.navigation li {
    fill: #fff;
    display: block;
    background: 0 0;
    padding: 9px;
    margin: 0 -9px;
    position: relative
}

.navigation li:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 7px;
    opacity: .5;
    background: #fff;
    box-shadow: 0 0 1px #303030;
    transition: .25s
}

.navigation li.selected:after,
.navigation li:hover:after {
    opacity: 1
}

.medium .navigation li:after {
    width: 10px;
    height: 10px;
    border-radius: 5px
}

.small .navigation li:after {
    width: 6px;
    height: 6px;
    border-radius: 4px
}

.navigation li[data-title]:before {
    content: attr(data-title);
    position: absolute;
    right: 100%;
    top: 1px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 14px;
    min-width: 50px;
    border-radius: 6px;
    padding: 7px 12px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .1);
    pointer-events: none;
    visibility: hidden
}

.dropdown.show,
.navigation li:hover:before {
    visibility: visible
}

.left .navigation li:before {
    left: 100%;
    right: auto
}

.panel.bottom .navigation li:before {
    -webkit-transform: translateY(-100%) translateX(-50%);
    transform: translateY(-100%) translateX(-50%);
    left: 14px;
    top: -2px
}

.stroke .navigation li:after {
    border-color: #fff;
    border-style: solid;
    border-width: 2px;
    background-color: transparent
}

.stroke.small .navigation li:after {
    border-width: 1px
}

.stroke .navigation li.selected:after,
.stroke .navigation li:hover:after {
    background: #fff
}

.square .navigation li:after,
.square.small .navigation li:after {
    border-radius: 0
}

.diamond .navigation li:after {
    border-radius: 0;
    -webkit-transform: rotate(45deg) scale(.72);
    transform: rotate(45deg) scale(.72)
}

.diamond.medium .navigation li:after {
    -webkit-transform: rotate(45deg) scale(.88);
    transform: rotate(45deg) scale(.88)
}

.diamond.small .navigation li:after {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1)
}

.line .navigation li {
    margin: 0 -9px;
    padding: 5px 9px;
    text-align: right;
    font-size: 0
}

.line .navigation li:after {
    height: 3px;
    display: inline-block;
    text-align: right;
    background: #fff;
    border: none
}

.line .navigation li:before {
    margin-top: -10px
}

.line .navigation li.selected:after {
    width: 25px
}

.line.left .navigation li {
    text-align: left
}

.line.medium .navigation li {
    margin: 0 -5px;
    padding: 4px 8px
}

.line.medium .navigation li.selected:after {
    width: 19px
}

.line.small .navigation li {
    margin: 0;
    padding: 4px 6px
}

.line.small .navigation li.selected:after {
    width: 13px
}

.pole .navigation li {
    margin: 0 1px 0 2px;
    padding: 2px 9px;
    text-align: right;
    font-size: 0
}

.pole .navigation li:after {
    height: 20px;
    width: 4px;
    display: inline-block;
    transition: .5s;
    text-align: right;
    background: #fff;
    border-radius: 1px;
    border: none
}

.pole .navigation li:before {
    margin-top: -3px
}

.pole .navigation li.selected:after {
    height: 60px
}

.pole .navigation li.selected:before {
    margin-top: 19px
}

.pole.medium .navigation li {
    margin: 0 2px
}

.pole.medium .navigation li:after {
    height: 15px;
    width: 3px
}

.pole.medium .navigation li:before {
    margin-top: -5px
}

.pole.medium .navigation li.selected:after {
    height: 45px
}

.pole.medium .navigation li.selected:before {
    margin-top: 10px
}

.pole.small .navigation li {
    margin: 0 2px
}

.pole.small .navigation li:after {
    height: 10px;
    width: 3px
}

.pole.small .navigation li:before {
    margin-top: -7px
}

.pole.small .navigation li.selected:after {
    height: 30px
}

.pole.small .navigation li.selected:before {
    margin-top: 2px
}

.slides.whiteSlide .navigation li:after {
    background: #202020;
    box-shadow: 0 0 1px #fff
}

.slides.whiteSlide .stroke .navigation li:after {
    border-color: #202020;
    background: 0 0
}

.slides.whiteSlide .stroke .navigation li:hover:after {
    background: #303030
}

.slides.whiteSlide .stroke .navigation li.selected:after {
    border-color: #303030;
    background: #202020
}

.panel .navigation,
.panel .navigation ul {
    display: inline
}

.panel .navigation li {
    display: inline-block;
    margin: -9px 0
}

.panel .side.small .navigation li {
    margin: 0
}

.navigation .sideArrow {
    width: 31px;
    height: 72px;
    margin: 0 -9px
}

@media (max-width:766px) {
    .navigation .sideArrow {
        width: 17px;
        height: 40px
    }
}

.dropdown {
    position: fixed;
    z-index: 300;
    color: #202020;
    width: 160px;
    background: #fff;
    box-shadow: 0 6px 11px 0 rgba(0, 0, 0, .15), 0 14px 28px rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .05);
    margin-bottom: 50px;
    border-radius: 6px;
    text-align: center;
    cursor: default;
    -webkit-transform: translateY(0) scale(.9);
    transform: translateY(0) scale(.9);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: opacity .35s, box-shadow .35s, -webkit-transform .35s;
    transition: transform .35s, opacity .35s, box-shadow .35s;
    transition: transform .35s, opacity .35s, box-shadow .35s, -webkit-transform .35s
}

.dropdown:not(.show) {
    pointer-events: none;
    opacity: 0
}

.dropdown.rectangular {
    border-radius: 0
}

.dropdown .title {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    text-align: center;
    opacity: .8
}

.dropdown a {
    font-size: 15px;
    opacity: .6
}

.dropdown a:hover {
    opacity: .8
}

.dropdown:not(.noArrow):after,
.dropdown:not(.noArrow):before {
    content: "";
    bottom: 100%;
    left: 22px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px
}

.dropdown:not(.noArrow):before {
    border-bottom-color: rgba(0, 0, 0, .1);
    border-width: 8px;
    margin-left: -8px
}

.dropdown.show {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.dropdown .hideDropdown,
.dropdown.show.hide {
    opacity: 0;
    pointer-events: none
}

.dropdown.show.hide {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .15), 0 0 0 rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .05)
}

.dropdown.bottom {
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

.dropdown.bottom.show {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.dropdown.bottom.show.hide {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
}

.dropdown.bottom:after,
.dropdown.bottom:before {
    top: 100%;
    bottom: initial;
    border-bottom-color: rgba(255, 255, 255, 0);
    border-top-color: #fff
}

.dropdown.bottom:before {
    border-top-color: rgba(0, 0, 0, .06)
}

.dropdown.right:after,
.dropdown.right:before {
    right: 18px;
    left: auto
}

.dropdown.right:before {
    right: 17px
}

.dropdown.center:after,
.dropdown.center:before {
    left: 50%
}

.dropdown.share li {
    float: left;
    text-align: center;
    display: block;
    width: 80px;
    height: 50px;
    padding: 14px 0;
    color: #fff;
    position: relative;
    cursor: pointer;
    opacity: .9;
    transition: .15s
}

.dropdown.share li:hover {
    opacity: 1
}

.dropdown.share li:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .25s
}

.dropdown.share li:active:after {
    opacity: 1;
    transition: .1s
}

.dropdown.share li svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.dropdown.share li.mail {
    width: 100%;
    height: auto;
    color: #202020;
    opacity: .6;
    font-size: 15px;
    padding: 20px 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.dropdown.share li.mail:hover {
    opacity: .8
}

.scroll .dropdown {
    position: absolute;
    top: 0
}

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    max-width: 90%;
    height: 100%;
    color: #fff;
    z-index: 500;
    background: #0E0E0E;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.sidebar.bottom,
.sidebar.top {
    width: 100%;
    height: auto;
    max-width: 100%
}

.sidebarShown .sidebar.visible {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.sidebar .content {
    padding: 40px;
    overflow-y: auto;
    position: relative
}

.sidebar.small .content {
    padding: 30px
}

.sidebar .wrap {
    padding: 0
}

.sidebar.left {
    right: inherit;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.sidebar.top {
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.sidebar.bottom {
    bottom: 0;
    top: inherit;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.sidebar .logo {
    padding: 0;
    font-size: 0;
    margin-bottom: 35px
}

.sidebar .close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 14px;
    font-size: 0;
    opacity: .5;
    z-index: 101;
    transition: .25s
}

.sidebar .close:hover {
    opacity: 1
}

.sidebar .close svg {
    width: 24px;
    height: 24px;
    fill: #fff
}

.sidebar .close:active svg {
    -webkit-transform: scale(.92);
    transform: scale(.92)
}

.sidebar ul.mainMenu,
.sidebar ul.social,
.sidebar ul.subMenu {
    line-height: 1.9;
    margin-bottom: 30px;
    display: block
}

.sidebar .mainMenu li {
    font-size: 20px;
    line-height: 48px
}

.sidebar .mainMenu.small li {
    font-size: 18px;
    line-height: 46px
}

.sidebar .subMenu li {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 36px
}

.sidebar .subMenu.small li {
    font-size: 16px;
    line-height: 34px
}

.sidebar .social {
    margin-top: 40px
}

.sidebar .social li {
    display: inline-block;
    margin-right: 20px
}

.sidebar .social li:last-child {
    margin-right: 0
}

.sidebar .social.big li,
.sidebar .social.small li {
    margin-right: 12px
}

.sidebar .social li a {
    font-size: 0;
    padding: 0
}

.sidebar .social li a svg {
    width: 20px;
    height: 20px
}

.sidebar .social.small li a svg {
    width: 15px;
    height: 15px
}

.sidebar .social.big li a svg {
    width: 22px;
    height: 22px
}

.sidebar.small .social {
    margin-top: 30px
}

.sidebar .big li {
    font-size: 32px;
    line-height: 64px
}

.sidebar .social.medium li a svg {
    width: 18px;
    height: 18px
}

.sidebar .social.medium li {
    margin-right: 14px
}

.sidebarShown .slide.selected .content {
    overflow: hidden
}

.popup,
.popup .content {
    overflow-y: auto
}

.page-loaded.sidebarShown .slide.selected {
    -webkit-transform: scale(.95) !important;
    transform: scale(.95) !important;
    pointer-events: none;
    opacity: .5 !important
}

.sidebarShown .panel.top {
    opacity: 0
}

.sidebarShown .panel.bottom {
    opacity: .5;
    -webkit-transform: scale(.95) translateY(-10%);
    transform: scale(.95) translateY(-10%)
}

.page-loaded.sidebarShown .panel,
.page-loaded.sidebarShown .slide.selected,
.page-loaded.sidebarShown .slide.selected:after,
.sidebar {
    transition: opacity .5s, -webkit-transform .5s !important;
    transition: transform .5s, opacity .5s !important;
    transition: transform .5s, opacity .5s, -webkit-transform .5s !important
}

.popup {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 1000;
    transition: opacity .5s, -webkit-transform .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s;
    display: none;
    transform: translate3d(0, 0, 0)
}

.popup:not([class*=fade]) {
    background: rgba(17, 17, 17, .9)
}

.popupShown .popup.visible {
    display: block;
    -webkit-animation: popupFadeIn .75s;
    animation: popupFadeIn .75s
}

.popup.hidePopup {
    opacity: 0;
    pointer-events: none
}

.popup .close:not(.button) {
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 14px;
    font-size: 0;
    opacity: .5;
    z-index: 200;
    transition: .25s;
    margin: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.popup .close:not(.button).left {
    right: inherit;
    left: 0
}

.popup .close:not(.button):hover {
    opacity: 1
}

.popup .close:not(.button) svg {
    width: 30px;
    height: 30px;
    fill: #fff
}

.popup .close.button {
    position: fixed;
    z-index: 200;
    margin: 15px
}

.popup.white .close svg {
    fill: #202020
}

.popup .wrap {
    padding: 18px 58px
}

.popup .wrap.spaces {
    padding: 58px
}

.popup.fullscreen .wrap {
    padding: 0
}

.popup.fullscreen .embedVideo {
    height: 100vh;
    padding-bottom: 0
}

@-webkit-keyframes popupFadeIn {
    from {
        opacity: 0
    }
}

@keyframes popupFadeIn {
    from {
        opacity: 0
    }
}

.popupShown,
.popupShown body,
.sidebarShown,
.sidebarShown body {
    overflow-y: hidden !important
}

.embedVideo {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embedVideo embed,
.embedVideo iframe,
.embedVideo object,
.embedVideo video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.embedVideo.size-16x10 {
    padding-bottom: 62.5%
}

.embedVideo.size-4x3 {
    padding-bottom: 75%
}

.embedVideo.size-1x1,
.embedVideo.size-square {
    padding-bottom: 100%
}

.zoom-img,
.zoom-img-wrap {
    position: relative;
    transition: all .5s;
    transition-timing-function: cubic-bezier(.2, 0, .3, 1) !important;
    z-index: 100
}

.zoom-img img.zoom-img,
.zoom-img-wrap img.zoom-img {
    margin: 0 !important
}

.zoom-overlay {
    background: #111;
    position: fixed;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s;
    z-index: 99
}

.slider,
.zoom-img-parent {
    position: relative
}

.zoom-overlay-open .zoom-overlay {
    opacity: .9
}

.zoom-overlay-open .panel,
.zoom-overlay-open .side {
    opacity: 0;
    transition: .25s
}

.zoom-overlay-open,
.zoom-overlay-transitioning {
    cursor: default
}

.controller li,
.slider.clickable {
    cursor: pointer
}

.zoom-img-parent {
    z-index: 1000
}

.slider>li {
    display: none;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s;
    pointer-events: none
}

.slider>li.selected {
    display: block;
    opacity: 1;
    transition: opacity .5s;
    pointer-events: all
}

.slider.rounded>li>img {
    border-radius: 6px;
    overflow: hidden
}

.slider.autoHeight {
    transition: .5s
}

.slider.autoHeight>li {
    display: block;
    position: absolute
}

.controller li.selected {
    cursor: default;
    pointer-events: none
}

.tooltip[data-tooltip-title] {
    position: relative
}

.tooltip[data-tooltip-title]:before {
    content: attr(data-tooltip-title);
    position: absolute;
    background: rgba(40, 40, 40, .6);
    color: #fff;
    font-size: 12px;
    border-radius: 50px;
    padding: 6px 15px;
    visibility: hidden;
    white-space: nowrap;
    letter-spacing: .04em;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .07);
    -webkit-transform: translateY(100%) translateX(-50%);
    transform: translateY(100%) translateX(-50%);
    left: 50%;
    top: 0
}

.tooltip[data-tooltip-title]:hover:before {
    visibility: visible;
    -webkit-animation: fadeIn .35s backwards;
    animation: fadeIn .35s backwards
}

.tooltip[data-tooltip-title].top:before {
    bottom: 0;
    top: auto;
    -webkit-transform: translateY(-100%) translateX(-50%);
    transform: translateY(-100%) translateX(-50%)
}

.slide.before {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.slide.after,
.slide:first-child {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    will-change: transform
}

.slide.after,
.slide.before {
    opacity: 0
}

.slide.selected {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    z-index: 11
}

.scroll .slide.selected {
    z-index: 10
}

.page-loaded .slide.selected {
    opacity: 1 !important
}

.horizontal .slide,
.horizontal .slide.before {
    -webkit-transform: translate3D(-50%, 0, 0);
    transform: translate3D(-50%, 0, 0)
}

.horizontal .slide.after {
    -webkit-transform: translate3D(50%, 0, 0);
    transform: translate3D(50%, 0, 0)
}

.film .slide.before {
    -webkit-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0)
}

.film .slide.after {
    -webkit-transform: translate3D(0, 100%, 0);
    transform: translate3D(0, 100%, 0)
}

.film.horizontal .slide.before {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0)
}

.film.horizontal .slide,
.film.horizontal .slide.after {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0)
}

.chain .slide.before {
    -webkit-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0);
    opacity: 1
}

.chain .slide.after {
    -webkit-transform: translate3D(0, 100%, 0);
    transform: translate3D(0, 100%, 0);
    opacity: 1
}

.chain.horizontal .slide.before {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    opacity: 1
}

.chain.horizontal .slide,
.chain.horizontal .slide.after {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    opacity: 1
}

.zen .slide.before {
    -webkit-transform: translateY(-100%) scale(.8);
    transform: translateY(-100%) scale(.8)
}

.zen .slide,
.zen .slide.after {
    -webkit-transform: translateY(100%) scale(.8);
    transform: translateY(100%) scale(.8)
}

.zen.horizontal .slide.before {
    -webkit-transform: translateX(-100%) scale(.8);
    transform: translateX(-100%) scale(.8)
}

.zen.horizontal .slide,
.zen.horizontal .slide.after {
    -webkit-transform: translateX(100%) scale(.8);
    transform: translateX(100%) scale(.8)
}

.stack .slide,
.stack .slide.after {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.stack .slide.after {
    opacity: initial
}

.stack .slide.after.active,
.stack .slide.selected {
    z-index: 11 !important
}

.stack .slide.before {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.stack.horizontal .slide,
.stack.horizontal .slide.after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.stack.horizontal .slide.before {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.cards .slide,
.cards .slide.after {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: initial
}

.cards .slide.after {
    z-index: 8 !important;
    opacity: 0
}

.cards .slide.selected {
    z-index: 9 !important
}

.cards .slide.before {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 7
}

.cards .slide.active.before {
    z-index: 10 !important
}

.cards.horizontal .slide,
.cards.horizontal .slide.after {
    -webkit-transform: translateX(10%);
    transform: translateX(10%)
}

.cards.horizontal .slide.before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.zoom .slide.before {
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

.zoom .slide,
.zoom .slide.after {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.vertigo .slide.before {
    -webkit-transform: scale(1.4) rotate(-2deg);
    transform: scale(1.4) rotate(-2deg)
}

.vertigo .slide,
.vertigo .slide.after {
    -webkit-transform: scale(.8) rotate(2deg);
    transform: scale(.8) rotate(2deg);
    opacity: 0
}

.plain .slide,
.plain .slide.after,
.plain .slide.before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.plain .slide.after:after,
.plain .slide.before:after {
    opacity: 1;
    background: #111
}

.page-loaded .fast .slide.active,
.page-loaded .fast .slide.selected {
    transition: opacity .7s, -webkit-transform .7s;
    transition: transform .7s, opacity .7s;
    transition: transform .7s, opacity .7s, -webkit-transform .7s
}

.page-loaded .slide.active,
.page-loaded .slide.selected {
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s
}

.page-loaded .slow .slide.active,
.page-loaded .slow .slide.selected {
    transition: opacity 1.4s, -webkit-transform 1.4s;
    transition: transform 1.4s, opacity 1.4s;
    transition: transform 1.4s, opacity 1.4s, -webkit-transform 1.4s
}

.page-loaded .slide.active.entry,
.page-loaded .slide.selected.entry {
    transition: opacity 1s, -webkit-transform 0s;
    transition: transform 0s, opacity 1s;
    transition: transform 0s, opacity 1s, -webkit-transform 0s
}

.slides.animateOnEvent .panel,
.slides.animated .panel {
    transition: opacity, -webkit-transform;
    transition: transform, opacity;
    transition: transform, opacity, -webkit-transform;
    transition-duration: .8s
}

.slides.animateOnEvent.fast .panel,
.slides.animated.fast .panel {
    transition-duration: .6s
}

.slides.animateOnEvent .panel,
.slides.animated.slow .panel {
    transition-duration: 1s
}

.smooth .active,
.smooth .panel,
.smooth .rolling-element,
.smooth .selected,
.smooth .sidebar {
    transition-timing-function: cubic-bezier(.55, .05, .35, .95) !important
}

.bounce .active,
.bounce .panel,
.bounce .rolling-element,
.bounce .selected,
.bounce .sidebar {
    transition-timing-function: cubic-bezier(.45, 1.15, .5, 1) !important
}

.animated [class*=ae-] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-timing-function: cubic-bezier(.25, .1, .2, 1)
}

.animated.animate .fast [class*=ae-]:not(.done),
.animated.animate [class*=ae-].fast:not(.done),
.animated.fast .animate [class*=ae-]:not(.done),
.animated.fast.animate [class*=ae-]:not(.done) {
    transition-duration: .7s
}

.animated .animate [class*=ae-]:not(.done),
.animated.animate [class*=ae-]:not(.done) {
    transition-duration: .8s
}

.animated.animate .slow [class*=ae-]:not(.done),
.animated.animate [class*=ae-].slow:not(.done),
.animated.slow .animate [class*=ae-]:not(.done),
.animated.slow.animate [class*=ae-]:not(.done) {
    transition-duration: 1s
}

.animated .animate .ae-1:not(.done),
.animated.animate .ae-1:not(.done) {
    transition-delay: 10ms
}

.animated .animate .ae-2:not(.done),
.animated.animate .ae-2:not(.done) {
    transition-delay: 160ms
}

.animated .animate .ae-3:not(.done),
.animated.animate .ae-3:not(.done) {
    transition-delay: 310ms
}

.animated .animate .ae-4:not(.done),
.animated.animate .ae-4:not(.done) {
    transition-delay: 460ms
}

.animated .animate .ae-5:not(.done),
.animated.animate .ae-5:not(.done) {
    transition-delay: 610ms
}

.animated .animate .ae-6:not(.done),
.animated.animate .ae-6:not(.done) {
    transition-delay: 760ms
}

.animated .animate .ae-7:not(.done),
.animated.animate .ae-7:not(.done) {
    transition-delay: 910ms
}

.animated .animate .ae-8:not(.done),
.animated.animate .ae-8:not(.done) {
    transition-delay: 1.06s
}

.animated .animate .ae-9:not(.done),
.animated.animate .ae-9:not(.done) {
    transition-delay: 1.21s
}

.animated .animate .ae-10:not(.done),
.animated.animate .ae-10:not(.done) {
    transition-delay: 1.36s
}

.animated.animate .ae-1.fast:not(.done),
.animated.animate .fast .ae-1:not(.done),
.animated.fast .animate .ae-1:not(.done),
.animated.fast.animate .ae-1:not(.done) {
    transition-delay: 10ms
}

.animated.animate .ae-2.fast:not(.done),
.animated.animate .fast .ae-2:not(.done),
.animated.fast .animate .ae-2:not(.done),
.animated.fast.animate .ae-2:not(.done) {
    transition-delay: 110ms
}

.animated.animate .ae-3.fast:not(.done),
.animated.animate .fast .ae-3:not(.done),
.animated.fast .animate .ae-3:not(.done),
.animated.fast.animate .ae-3:not(.done) {
    transition-delay: 210ms
}

.animated.animate .ae-4.fast:not(.done),
.animated.animate .fast .ae-4:not(.done),
.animated.fast .animate .ae-4:not(.done),
.animated.fast.animate .ae-4:not(.done) {
    transition-delay: 310ms
}

.animated.animate .ae-5.fast:not(.done),
.animated.animate .fast .ae-5:not(.done),
.animated.fast .animate .ae-5:not(.done),
.animated.fast.animate .ae-5:not(.done) {
    transition-delay: 410ms
}

.animated.animate .ae-6.fast:not(.done),
.animated.animate .fast .ae-6:not(.done),
.animated.fast .animate .ae-6:not(.done),
.animated.fast.animate .ae-6:not(.done) {
    transition-delay: 510ms
}

.animated.animate .ae-7.fast:not(.done),
.animated.animate .fast .ae-7:not(.done),
.animated.fast .animate .ae-7:not(.done),
.animated.fast.animate .ae-7:not(.done) {
    transition-delay: 610ms
}

.animated.animate .ae-8.fast:not(.done),
.animated.animate .fast .ae-8:not(.done),
.animated.fast .animate .ae-8:not(.done),
.animated.fast.animate .ae-8:not(.done) {
    transition-delay: 710ms
}

.animated.animate .ae-9.fast:not(.done),
.animated.animate .fast .ae-9:not(.done),
.animated.fast .animate .ae-9:not(.done),
.animated.fast.animate .ae-9:not(.done) {
    transition-delay: 810ms
}

.animated.animate .ae-10.fast:not(.done),
.animated.animate .fast .ae-10:not(.done),
.animated.fast .animate .ae-10:not(.done),
.animated.fast.animate .ae-10:not(.done) {
    transition-delay: 910ms
}

.animated.animate .ae-1.slow:not(.done),
.animated.animate .slow .ae-1:not(.done),
.animated.slow .animate .ae-1:not(.done),
.animated.slow.animate .ae-1:not(.done) {
    transition-delay: 10ms
}

.animated.animate .ae-2.slow:not(.done),
.animated.animate .slow .ae-2:not(.done),
.animated.slow .animate .ae-2:not(.done),
.animated.slow.animate .ae-2:not(.done) {
    transition-delay: 210ms
}

.animated.animate .ae-3.slow:not(.done),
.animated.animate .slow .ae-3:not(.done),
.animated.slow .animate .ae-3:not(.done),
.animated.slow.animate .ae-3:not(.done) {
    transition-delay: 410ms
}

.animated.animate .ae-4.slow:not(.done),
.animated.animate .slow .ae-4:not(.done),
.animated.slow .animate .ae-4:not(.done),
.animated.slow.animate .ae-4:not(.done) {
    transition-delay: 610ms
}

.animated.animate .ae-5.slow:not(.done),
.animated.animate .slow .ae-5:not(.done),
.animated.slow .animate .ae-5:not(.done),
.animated.slow.animate .ae-5:not(.done) {
    transition-delay: 810ms
}

.animated.animate .ae-6.slow:not(.done),
.animated.animate .slow .ae-6:not(.done),
.animated.slow .animate .ae-6:not(.done),
.animated.slow.animate .ae-6:not(.done) {
    transition-delay: 1.01s
}

.animated.animate .ae-7.slow:not(.done),
.animated.animate .slow .ae-7:not(.done),
.animated.slow .animate .ae-7:not(.done),
.animated.slow.animate .ae-7:not(.done) {
    transition-delay: 1.21s
}

.animated.animate .ae-8.slow:not(.done),
.animated.animate .slow .ae-8:not(.done),
.animated.slow .animate .ae-8:not(.done),
.animated.slow.animate .ae-8:not(.done) {
    transition-delay: 1.41s
}

.animated.animate .ae-9.slow:not(.done),
.animated.animate .slow .ae-9:not(.done),
.animated.slow .animate .ae-9:not(.done),
.animated.slow.animate .ae-9:not(.done) {
    transition-delay: 1.61s
}

.animated.animate .ae-10.slow:not(.done),
.animated.animate .slow .ae-10:not(.done),
.animated.slow .animate .ae-10:not(.done),
.animated.slow.animate .ae-10:not(.done) {
    transition-delay: 1.81s
}

.animated .fromBottom [class*=ae-]:not(.done),
.animated [class*=ae-]:not(.done),
.animated.fromBottom [class*=ae-]:not(.done),
.slides.animated [class*=ae-].fromBottom:not(.done) {
    visibility: hidden;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 0
}

.animated .fromTop [class*=ae-]:not(.done),
.animated.fromTop [class*=ae-]:not(.done),
.slides.animated [class*=ae-].fromTop:not(.done) {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0)
}

.animated .fromLeft [class*=ae-]:not(.done),
.animated.fromLeft [class*=ae-]:not(.done),
.slides.animated [class*=ae-].fromLeft:not(.done) {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
}

.animated .fromRight [class*=ae-]:not(.done),
.animated.fromRight [class*=ae-]:not(.done),
.slides.animated [class*=ae-].fromRight:not(.done) {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
}

.animated .fromCenter [class*=ae-]:not(.done),
.animated.fromCenter [class*=ae-]:not(.done),
.slides.animated [class*=ae-].fromCenter:not(.done) {
    -webkit-transform: scale(.9) translate3d(0, 0, 0);
    transform: scale(.9) translate3d(0, 0, 0)
}

.animated .fromAbove [class*=ae-]:not(.done),
.animated.fromAbove [class*=ae-]:not(.done),
.slides.animated [class*=ae-].fromAbove:not(.done) {
    -webkit-transform: scale(1.1) translate3d(0, 0, 0);
    transform: scale(1.1) translate3d(0, 0, 0)
}

.animated .fromBottomLeft [class*=ae-]:not(.done),
.animated.fromBottomLeft [class*=ae-]:not(.done),
.slides.animated [class*=ae-].fromBottomLeft:not(.done) {
    -webkit-transform: translate3d(-50px, 50px, 0);
    transform: translate3d(-50px, 50px, 0)
}

.animated .fromTopLeft [class*=ae-]:not(.done),
.animated.fromTopLeft [class*=ae-]:not(.done),
.slides.animated [class*=ae-].fromTopLeft:not(.done) {
    -webkit-transform: translate3d(-50px, -50px, 0);
    transform: translate3d(-50px, -50px, 0)
}

.animated .fromBottomRight [class*=ae-]:not(.done),
.animated.fromBottomRight [class*=ae-]:not(.done),
.slides.animated [class*=ae-].fromBottomRight:not(.done) {
    -webkit-transform: translate3d(50px, 50px, 0);
    transform: translate3d(50px, 50px, 0)
}

.animated .fromTopRight [class*=ae-]:not(.done),
.animated.fromTopRight [class*=ae-]:not(.done),
.slides.animated [class*=ae-].fromTopRight:not(.done) {
    -webkit-transform: translate3d(50px, -50px, 0);
    transform: translate3d(50px, -50px, 0)
}

.animated .fadeIn [class*=ae-]:not(.done),
.animated.fadeIn [class*=ae-]:not(.done),
.slides.animated [class*=ae-].fadeIn:not(.done) {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0)
}

.animated .fromBlur [class*=ae-]:not(.done),
.animated.fromBlur [class*=ae-]:not(.done),
.slides.animated [class*=ae-].fromBlur:not(.done) {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.slides .animated.animate.active [class*=ae-]:not(.done),
.slides.animated .animate.active [class*=ae-]:not(.done) {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-filter: none;
    filter: none
}

.animateOnEvent,
.box-67,
.box-67 .thumbnail-67 img {
    -webkit-backface-visibility: hidden
}

.animateOnEvent {
    backface-visibility: hidden
}

.animateOnEvent [class*=ae-]:not(.done):not(.do) {
    opacity: 0;
    visibility: hidden
}

.animateOnEvent [class*=ae-].do {
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    visibility: visible
}

.animateOnEvent .fast [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fast,
.animateOnEvent.fast [class*=ae-].do {
    -webkit-animation-duration: .7s;
    animation-duration: .7s
}

.animateOnEvent .slow [class*=ae-].do,
.animateOnEvent [class*=ae-].do.slow,
.animateOnEvent.slow [class*=ae-].do {
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.animateOnEvent .fromBottom [class*=ae-].do,
.animateOnEvent [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fromBottom,
.animateOnEvent.fromBottom [class*=ae-].do {
    -webkit-animation-name: fromBottom;
    animation-name: fromBottom
}

.animateOnEvent .fromTop [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fromTop,
.animateOnEvent.fromTop [class*=ae-].do {
    -webkit-animation-name: fromTop;
    animation-name: fromTop
}

.animateOnEvent .fromLeft [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fromLeft,
.animateOnEvent.fromLeft [class*=ae-].do {
    -webkit-animation-name: fromLeft;
    animation-name: fromLeft
}

.animateOnEvent .fromRight [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fromRight,
.animateOnEvent.fromRight [class*=ae-].do {
    -webkit-animation-name: fromRight;
    animation-name: fromRight
}

.animateOnEvent .fromCenter [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fromCenter,
.animateOnEvent.fromCenter [class*=ae-].do {
    -webkit-animation-name: fromCenter;
    animation-name: fromCenter
}

.animateOnEvent .fromAbove [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fromAbove,
.animateOnEvent.fromAbove [class*=ae-].do {
    -webkit-animation-name: fromAbove;
    animation-name: fromAbove
}

.animateOnEvent .fromBottomLeft [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fromBottomLeft,
.animateOnEvent.fromBottomLeft [class*=ae-].do {
    -webkit-animation-name: fromBottomLeft;
    animation-name: fromBottomLeft
}

.animateOnEvent .fromTopLeft [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fromTopLeft,
.animateOnEvent.fromTopLeft [class*=ae-].do {
    -webkit-animation-name: fromTopLeft;
    animation-name: fromTopLeft
}

.animateOnEvent .fromBottomRight [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fromBottomRight,
.animateOnEvent.fromBottomRight [class*=ae-].do {
    -webkit-animation-name: fromBottomRight;
    animation-name: fromBottomRight
}

.animateOnEvent .fromTopRight [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fromTopRight,
.animateOnEvent.fromTopRight [class*=ae-].do {
    -webkit-animation-name: fromTopRight;
    animation-name: fromTopRight
}

.animateOnEvent .fadeIn [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fadeIn,
.animateOnEvent.fadeIn [class*=ae-].do {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.animateOnEvent .fromBlur [class*=ae-].do,
.animateOnEvent [class*=ae-].do.fromBlur,
.animateOnEvent.fromBlur [class*=ae-].do {
    -webkit-animation-name: fromBlur;
    animation-name: fromBlur
}

@-webkit-keyframes fromBottom {
    from {
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
        opacity: 0
    }
}

@keyframes fromBottom {
    from {
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
        opacity: 0
    }
}

@-webkit-keyframes fromTop {
    from {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
        opacity: 0
    }
}

@keyframes fromTop {
    from {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
        opacity: 0
    }
}

@-webkit-keyframes fromLeft {
    from {
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
        opacity: 0
    }
}

@keyframes fromLeft {
    from {
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
        opacity: 0
    }
}

@-webkit-keyframes fromRight {
    from {
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
        opacity: 0
    }
}

@keyframes fromRight {
    from {
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
        opacity: 0
    }
}

@-webkit-keyframes fromCenter {
    from {
        -webkit-transform: scale(.9) translate3d(0, 0, 0);
        transform: scale(.9) translate3d(0, 0, 0);
        opacity: 0
    }
}

@keyframes fromCenter {
    from {
        -webkit-transform: scale(.9) translate3d(0, 0, 0);
        transform: scale(.9) translate3d(0, 0, 0);
        opacity: 0
    }
}

@-webkit-keyframes fromAbove {
    from {
        -webkit-transform: scale(1.1) translate3d(0, 0, 0);
        transform: scale(1.1) translate3d(0, 0, 0);
        opacity: 0
    }
}

@keyframes fromAbove {
    from {
        -webkit-transform: scale(1.1) translate3d(0, 0, 0);
        transform: scale(1.1) translate3d(0, 0, 0);
        opacity: 0
    }
}

@-webkit-keyframes fromBottomLeft {
    from {
        -webkit-transform: translate3d(-50px, 50px, 0);
        transform: translate3d(-50px, 50px, 0);
        opacity: 0
    }
}

@keyframes fromBottomLeft {
    from {
        -webkit-transform: translate3d(-50px, 50px, 0);
        transform: translate3d(-50px, 50px, 0);
        opacity: 0
    }
}

@-webkit-keyframes fromTopLeft {
    from {
        -webkit-transform: translate3d(-50px, -50px, 0);
        transform: translate3d(-50px, -50px, 0);
        opacity: 0
    }
}

@keyframes fromTopLeft {
    from {
        -webkit-transform: translate3d(-50px, -50px, 0);
        transform: translate3d(-50px, -50px, 0);
        opacity: 0
    }
}

@-webkit-keyframes fromBottomRight {
    from {
        -webkit-transform: translate3d(50px, 50px, 0);
        transform: translate3d(50px, 50px, 0);
        opacity: 0
    }
}

@keyframes fromBottomRight {
    from {
        -webkit-transform: translate3d(50px, 50px, 0);
        transform: translate3d(50px, 50px, 0);
        opacity: 0
    }
}

@-webkit-keyframes fromTopRight {
    from {
        -webkit-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
        opacity: 0
    }
}

@keyframes fromTopRight {
    from {
        -webkit-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
        opacity: 0
    }
}

@-webkit-keyframes fadeIn {
    from {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 0
    }
}

@keyframes fadeIn {
    from {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 0
    }
}

@-webkit-keyframes fromBlur {
    from {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        -webkit-filter: blur(10px);
        filter: blur(10px);
        opacity: 0
    }
}

@keyframes fromBlur {
    from {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        -webkit-filter: blur(10px);
        filter: blur(10px);
        opacity: 0
    }
}

.animateOnEvent .ae-1,
.animateOnEvent .ae-1.fast,
.animateOnEvent .fast .ae-1.fast,
.animateOnEvent.fast .ae-1 {
    -webkit-animation-delay: 10ms;
    animation-delay: 10ms
}

.animateOnEvent .ae-2,
.animateOnEvent .ae-2.fast,
.animateOnEvent .fast .ae-2.fast,
.animateOnEvent.fast .ae-2 {
    -webkit-animation-delay: 110ms;
    animation-delay: 110ms
}

.animateOnEvent .ae-3,
.animateOnEvent .ae-3.fast,
.animateOnEvent .fast .ae-3.fast,
.animateOnEvent.fast .ae-3 {
    -webkit-animation-delay: 210ms;
    animation-delay: 210ms
}

.animateOnEvent .ae-4,
.animateOnEvent .ae-4.fast,
.animateOnEvent .fast .ae-4.fast,
.animateOnEvent.fast .ae-4 {
    -webkit-animation-delay: 310ms;
    animation-delay: 310ms
}

.animateOnEvent .ae-5,
.animateOnEvent .ae-5.fast,
.animateOnEvent .fast .ae-5.fast,
.animateOnEvent.fast .ae-5 {
    -webkit-animation-delay: 410ms;
    animation-delay: 410ms
}

.animateOnEvent .ae-6,
.animateOnEvent .ae-6.fast,
.animateOnEvent .fast .ae-6.fast,
.animateOnEvent.fast .ae-6 {
    -webkit-animation-delay: 510ms;
    animation-delay: 510ms
}

.animateOnEvent .ae-7,
.animateOnEvent .ae-7.fast,
.animateOnEvent .fast .ae-7.fast,
.animateOnEvent.fast .ae-7 {
    -webkit-animation-delay: 610ms;
    animation-delay: 610ms
}

.animateOnEvent .ae-8,
.animateOnEvent .ae-8.fast,
.animateOnEvent .fast .ae-8.fast,
.animateOnEvent.fast .ae-8 {
    -webkit-animation-delay: 710ms;
    animation-delay: 710ms
}

.animateOnEvent .ae-9,
.animateOnEvent .ae-9.fast,
.animateOnEvent .fast .ae-9.fast,
.animateOnEvent.fast .ae-9 {
    -webkit-animation-delay: 810ms;
    animation-delay: 810ms
}

.animateOnEvent .ae-10,
.animateOnEvent .ae-10.fast,
.animateOnEvent .fast .ae-10.fast,
.animateOnEvent.fast .ae-10 {
    -webkit-animation-delay: 910ms;
    animation-delay: 910ms
}

.animateOnEvent .ae-1.slow,
.animateOnEvent .slow .ae-1,
.animateOnEvent.slow .ae-1 {
    -webkit-animation-delay: 10ms;
    animation-delay: 10ms
}

.animateOnEvent .ae-2.slow,
.animateOnEvent .slow .ae-2,
.animateOnEvent.slow .ae-2 {
    -webkit-animation-delay: 210ms;
    animation-delay: 210ms
}

.animateOnEvent .ae-3.slow,
.animateOnEvent .slow .ae-3,
.animateOnEvent.slow .ae-3 {
    -webkit-animation-delay: 410ms;
    animation-delay: 410ms
}

.animateOnEvent .ae-4.slow,
.animateOnEvent .slow .ae-4,
.animateOnEvent.slow .ae-4 {
    -webkit-animation-delay: 610ms;
    animation-delay: 610ms
}

.animateOnEvent .ae-5.slow,
.animateOnEvent .slow .ae-5,
.animateOnEvent.slow .ae-5 {
    -webkit-animation-delay: 810ms;
    animation-delay: 810ms
}

.animateOnEvent .ae-6.slow,
.animateOnEvent .slow .ae-6,
.animateOnEvent.slow .ae-6 {
    -webkit-animation-delay: 1.01s;
    animation-delay: 1.01s
}

.animateOnEvent .ae-7.slow,
.animateOnEvent .slow .ae-7,
.animateOnEvent.slow .ae-7 {
    -webkit-animation-delay: 1.21s;
    animation-delay: 1.21s
}

.animateOnEvent .ae-8.slow,
.animateOnEvent .slow .ae-8,
.animateOnEvent.slow .ae-8 {
    -webkit-animation-delay: 1.41s;
    animation-delay: 1.41s
}

.animateOnEvent .ae-9.slow,
.animateOnEvent .slow .ae-9,
.animateOnEvent.slow .ae-9 {
    -webkit-animation-delay: 1.61s;
    animation-delay: 1.61s
}

.animateOnEvent .ae-10.slow,
.animateOnEvent .slow .ae-10,
.animateOnEvent.slow .ae-10 {
    -webkit-animation-delay: 1.81s;
    animation-delay: 1.81s
}

.slides:not(.scroll) .rolling-element {
    transition: 1s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: transform
}

.slides:not(.scroll).fast .rolling-element {
    transition-duration: .7s
}

.slides:not(.scroll).slow .rolling-element {
    transition-duration: 1.4s
}

.slides:not(.scroll) .slide.before .rolling-element {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.slides:not(.scroll) .slide.before .rolling-element.pct-10 {
    -webkit-transform: translateY(10%);
    transform: translateY(10%)
}

.slides:not(.scroll) .slide.before .rolling-element.pct-20 {
    -webkit-transform: translateY(20%);
    transform: translateY(20%)
}

.slides:not(.scroll) .slide.before .rolling-element.pct-30 {
    -webkit-transform: translateY(30%);
    transform: translateY(30%)
}

.slides:not(.scroll) .slide.before .rolling-element.pct-40 {
    -webkit-transform: translateY(40%);
    transform: translateY(40%)
}

.slides:not(.scroll) .slide.before .rolling-element.pct-50 {
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.slides:not(.scroll) .slide.before .rolling-element.pct-60 {
    -webkit-transform: translateY(60%);
    transform: translateY(60%)
}

.slides:not(.scroll) .slide.before .rolling-element.pct-70 {
    -webkit-transform: translateY(70%);
    transform: translateY(70%)
}

.slides:not(.scroll) .slide.before .rolling-element.pct-80 {
    -webkit-transform: translateY(80%);
    transform: translateY(80%)
}

.slides:not(.scroll) .slide.before .rolling-element.pct-90 {
    -webkit-transform: translateY(90%);
    transform: translateY(90%)
}

.slides:not(.scroll) .slide.before .rolling-element.inverse {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-10 {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
}

.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-20 {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%)
}

.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-30 {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%)
}

.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-40 {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%)
}

.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-50 {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-60 {
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%)
}

.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-70 {
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%)
}

.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-80 {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%)
}

.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-90 {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%)
}

.slides:not(.scroll) .slide.after .rolling-element {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.slides:not(.scroll) .slide.after .rolling-element.pct-10 {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
}

.slides:not(.scroll) .slide.after .rolling-element.pct-20 {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%)
}

.slides:not(.scroll) .slide.after .rolling-element.pct-30 {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%)
}

.slides:not(.scroll) .slide.after .rolling-element.pct-40 {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%)
}

.slides:not(.scroll) .slide.after .rolling-element.pct-50 {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slides:not(.scroll) .slide.after .rolling-element.pct-60 {
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%)
}

.slides:not(.scroll) .slide.after .rolling-element.pct-70 {
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%)
}

.slides:not(.scroll) .slide.after .rolling-element.pct-80 {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%)
}

.slides:not(.scroll) .slide.after .rolling-element.pct-90 {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%)
}

.slides:not(.scroll) .slide.after .rolling-element.inverse {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-10 {
    -webkit-transform: translateY(10%);
    transform: translateY(10%)
}

.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-20 {
    -webkit-transform: translateY(20%);
    transform: translateY(20%)
}

.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-30 {
    -webkit-transform: translateY(30%);
    transform: translateY(30%)
}

.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-40 {
    -webkit-transform: translateY(40%);
    transform: translateY(40%)
}

.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-50 {
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-60 {
    -webkit-transform: translateY(60%);
    transform: translateY(60%)
}

.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-70 {
    -webkit-transform: translateY(70%);
    transform: translateY(70%)
}

.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-80 {
    -webkit-transform: translateY(80%);
    transform: translateY(80%)
}

.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-90 {
    -webkit-transform: translateY(90%);
    transform: translateY(90%)
}

.slides.animateOnEvent .kenBurns .background,
.slides.animateOnEvent .kenBurns.zoomin .background,
.slides.animated .kenBurns .background,
.slides.animated .kenBurns.zoomin .background {
    -webkit-transform: scale(1.08) rotate(-.02deg);
    transform: scale(1.08) rotate(-.02deg);
    opacity: .2;
    z-index: 1
}

.slides.animateOnEvent .kenBurns.zoomin:not(.video) .background,
.slides.animateOnEvent .kenBurns:not(.video) .background,
.slides.animated .kenBurns.zoomin:not(.video) .background,
.slides.animated .kenBurns:not(.video) .background {
    transition: opacity 1s ease, -webkit-transform 5s cubic-bezier(.3, 0, .7, 1);
    transition: transform 5s cubic-bezier(.3, 0, .7, 1), opacity 1s ease;
    transition: transform 5s cubic-bezier(.3, 0, .7, 1), opacity 1s ease, -webkit-transform 5s cubic-bezier(.3, 0, .7, 1)
}

.animateOnEvent .active .kenBurns.zoomin:not(.video) .background,
.animateOnEvent .active.kenBurns.zoomin:not(.video) .background,
.animateOnEvent .active.kenBurns:not(.video) .background,
.animated .active .kenBurns.zoomin:not(.video) .background,
.animated .active.kenBurns.zoomin:not(.video) .background,
.animated .active.kenBurns:not(.video) .background {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slides.animateOnEvent .kenBurns.zoomin:not(.video) .background,
.slides.animated .kenBurns.zoomin:not(.video) .background {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.animateOnEvent .active.kenBurns.zoomin:not(.video) .background,
.animated .active.kenBurns.zoomin:not(.video) .background,
.windows .slides.animateOnEvent .active.kenBurns.zoomin:not(.video) .background,
.windows .slides.animated .active.kenBurns.zoomin:not(.video) .background {
    -webkit-transform: scale(1.08) rotate(-.02deg);
    transform: scale(1.08) rotate(-.02deg)
}

.mobile .kenBurns .background,
.mobile .kenBurns.zoomin .background {
    transition: 0s;
    -webkit-transform: none;
    transform: none
}

.slides.animateOnEvent .parallax:not(.video) .background,
.slides.animated .parallax:not(.video) .background {
    -webkit-transform: translate3d(0, 0, 0) scale(1.25);
    transform: translate3d(0, 0, 0) scale(1.25);
    transition: -webkit-transform-origin 1s, -webkit-transform 1s;
    transition: transform-origin 1s, transform 1s;
    transition: transform-origin 1s, transform 1s, -webkit-transform-origin 1s, -webkit-transform 1s
}

.slides.animateOnEvent.fast .parallax:not(.video) .background,
.slides.animated.fast .parallax:not(.video) .background {
    transition: -webkit-transform-origin .6s, -webkit-transform .6s;
    transition: transform-origin .6s, transform .6s;
    transition: transform-origin .6s, transform .6s, -webkit-transform-origin .6s, -webkit-transform .6s
}

.slides.animateOnEvent.slow .parallax:not(.video) .background,
.slides.animated.slow .parallax:not(.video) .background {
    transition: -webkit-transform-origin 1.4s, -webkit-transform 1.4s;
    transition: transform-origin 1.4s, transform 1.4s;
    transition: transform-origin 1.4s, transform 1.4s, -webkit-transform-origin 1.4s, -webkit-transform 1.4s
}

.slides.animateOnEvent .parallax.animate:not(.video) .background,
.slides.animated .parallax.animate:not(.video) .background {
    -webkit-transform-origin: center;
    transform-origin: center
}

.slides.animateOnEvent .slide.after.parallax:not(.video) .background,
.slides.animated .slide.after.parallax:not(.video) .background {
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.slides.animateOnEvent .slide.before.parallax:not(.video) .background,
.slides.animated .slide.before.parallax:not(.video) .background {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.slides.animateOnEvent.horizontal .slide.after.parallax:not(.video) .background,
.slides.animated.horizontal .slide.after.parallax:not(.video) .background {
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.slides.animateOnEvent.horizontal .slide.before.parallax:not(.video) .background,
.slides.animated.horizontal .slide.before.parallax:not(.video) .background {
    -webkit-transform-origin: right center;
    transform-origin: right center
}

.slides.animateOnEvent.zoom .slide.after.parallax:not(.video) .background,
.slides.animated.zoom .slide.after.parallax:not(.video) .background {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

.slides.animateOnEvent.zoom .slide.animate.parallax:not(.video) .background,
.slides.animated.zoom .slide.animate.parallax:not(.video) .background {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
    transform: translate3d(0, 0, 0) scale(1.1)
}

.slides.animateOnEvent.plain .slide.after.parallax:not(.video) .background,
.slides.animateOnEvent.plain .slide.animate.parallax:not(.video) .background,
.slides.animateOnEvent.plain .slide.before.parallax:not(.video) .background,
.slides.animateOnEvent.zoom .slide.before.parallax:not(.video) .background,
.slides.animated.plain .slide.after.parallax:not(.video) .background,
.slides.animated.plain .slide.animate.parallax:not(.video) .background,
.slides.animated.plain .slide.before.parallax:not(.video) .background,
.slides.animated.zoom .slide.before.parallax:not(.video) .background {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

.slides.animateOnEvent .scenic:not(.video) .background,
.slides.animated .scenic:not(.video) .background {
    -webkit-animation: scenic 140s cubic-bezier(.2, 0, .8, 1) infinite;
    animation: scenic 140s cubic-bezier(.2, 0, .8, 1) infinite
}

@-webkit-keyframes scenic {
    50% {
        -webkit-transform: scale(1.5) rotate(-.02deg);
        transform: scale(1.5) rotate(-.02deg)
    }
}

@keyframes scenic {
    50% {
        -webkit-transform: scale(1.5) rotate(-.02deg);
        transform: scale(1.5) rotate(-.02deg)
    }
}

.mobile .simplifiedMobile,
.scroll {
    position: relative;
    -webkit-overflow-scrolling: touch
}

.scroll .content .mobile .simplifiedMobile .content {
    -webkit-overflow-scrolling: initial;
    overflow: hidden
}

.scroll .wrap {
    overflow: hidden
}

.mobile .simplifiedMobile .container,
.mobile .simplifiedMobile .content,
.mobile .simplifiedMobile .slide,
.scroll .container,
.scroll .slide,
.scroll .slide .content {
    position: relative !important;
    height: auto;
    opacity: 1
}

.mobile .simplifiedMobile .popup .container,
.mobile .simplifiedMobile .popup .content {
    position: absolute !important;
    height: 100%
}

.mobile .simplifiedMobile .container,
.scroll .container {
    height: 100vh
}

.mobile .slide.autoHeight .simplifiedMobile .container,
.scroll .slide.autoHeight .container {
    height: auto
}

.mobile .simplifiedMobile .slide .background,
.scroll .slide .background {
    position: absolute !important
}

.mobile .simplifiedMobile .slide:not(.autoHeight) .background,
.scroll .slide:not(.autoHeight) .background {
    min-height: 100vh
}

.mobile .simplifiedMobile .slide,
.mobile .simplifiedMobile .slide.after,
.mobile .simplifiedMobile .slide.before,
.scroll .slide,
.scroll .slide.after,
.scroll .slide.before {
    visibility: visible;
    -webkit-transform: none !important;
    transform: none !important
}

.mobile .simplifiedMobile .slide,
.mobile .simplifiedMobile .slide.after,
.mobile .simplifiedMobile .slide.before {
    opacity: 1 !important
}

.page-loaded.mobile.sidebarShown .simplifiedMobile .slide,
.page-loaded.sidebarShown .scroll .slide {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    pointer-events: none;
    opacity: .5 !important
}

.page-loaded .scroll .slide {
    transition: opacity .5s, -webkit-transform .5s !important;
    transition: transform .5s, opacity .5s !important;
    transition: transform .5s, opacity .5s, -webkit-transform .5s !important
}

.mobile .simplifiedMobile .navigation {
    display: none
}

.mobile .simplifiedMobile [class*=ae-] {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important
}

.scroll .parallax:not(.video) .background {
    -webkit-transform: translate3d(0, 0, 0) scale(1.25);
    transform: translate3d(0, 0, 0) scale(1.25);
    transition: none !important
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale(.86);
        transform: scale(.86)
    }
}

@keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale(.86);
        transform: scale(.86)
    }
}

@-webkit-keyframes riseUp {
    from {
        opacity: 0;
        -webkit-transform: scale(.86) translateY(50px);
        transform: scale(.86) translateY(50px)
    }
}

@keyframes riseUp {
    from {
        opacity: 0;
        -webkit-transform: scale(.86) translateY(50px);
        transform: scale(.86) translateY(50px)
    }
}

html {
    font-size: 6px;
    font-weight: 400;
    color: #202020
}

@media (max-width:550px) {
    html {
        font-size: 5px
    }
}

@media (min-width:767px) {
    html {
        font-size: 7px
    }
}

@media (min-width:1024px) {
    html {
        font-size: 6px
    }
}

body {
    font-size: 15px
}





.crop,
.margin-0 {
    margin: 0 !important
}



.align-top,
.top {
    vertical-align: top !important
}

.align-left,
.left {
    text-align: left !important
}

.align-right,
.right {
    text-align: right !important
}



.hidden {
    display: none
}



.opacity-8 {
    opacity: .8 !important
}



.margin-top-3 {
    margin-top: 30px !important
}


