<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** RESET: **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/** END RESET **/



/* styles.css -&gt; */
html, body {
    background: transparent; /*#d9d9d9;*/
    font-family: "oswaldlight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-y: auto;
    overflow-x: hidden;
}
html {
    background: #ffffff;
}
.header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    background: #ffffff;
    background: rgba(255, 255, 255, 1);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.header.scrolling {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.9);
}

.header-hold {
    width: 1022px;
    left: 0;
    right: 0;
    position: relative;
    margin: 0 auto;
    margin-top: 11px;
    margin-bottom: 33px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.header.scrolling .header-hold {
    margin-bottom: 11px;
}

.cboxlogo {
    display: inline-block;
    text-decoration: none;
    font-size: 0px;
    width: 215px;
    height: 54px;
    margin-left: 0px;
    position: absolute;
    top: 0px;
    z-index: 9;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.header h1 {
    position: relative;
    height: 32px;
}
.header.scrolling .cboxlogo {
    height: 30px;
}
.cboxlogo img {
    display: inline-block;
    font-size: 0px;
    color: transparent;
    width: auto;
    height: 54px;
    vertical-align: bottom;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.header.scrolling .cboxlogo img {
    width: auto;
    height: 30px;
    margin-left: 34px;
}
.cboxlogo span {
    font-size: 0px;
    color: transparent;
    background: transparent url("/images/cbox-logo.png") no-repeat;
    background-position: -78px 0px;
    width: 136px;
    height: 54px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease;
}
.header.scrolling .cboxlogo span {
    height: 29px;
    background-position: -78px -14px;
}

.footer .fb-link span,
.footer .tw-link span {
    display: none;
}

.nav {
    list-style-type: none;
    cursor: default;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    display: inline-block;
    height: 60px;
    vertical-align: middle;
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.header.scrolling .nav {
    top: 5px;
}

.nav li {
    display: inline-block;
    padding: 5px;
    text-align: center;
    transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
}

.nav li a {
    text-decoration: none;
    color: #868686;
}

.has-js .nav li.page-active {
    border-bottom: 3px solid #3b8fb9;
}

.has-js .nav li.page-active a {
    color: #000000;
}

.nav li.page-marker a {
    color: #000000;
    text-align: center;
}

.subtitle {
    display: inline-block;
    height: 50px;
    vertical-align: middle;
    color: #3b8fb9;
    position: absolute;
    font-size: 0.95em;
    right: -280px;
    top: 4px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.header.scrolling .subtitle {
    top: -7px;
}

/*** Content ***/
.content {
    padding-top: 80px;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
}
.content em {
    font-style: italic;
}
.content strong {
    font-weight: 700;
}
.content h2,
.content h3,
.content p {
    margin-top: 2em;
    margin-bottom: 2em;
}
.content ul,
.content li {
    margin-top: 1em;
    margin-bottom: 1em;
}
.content h2 {
    font-size: 2em;
}
.content h3 {
    font-size: 1.2em;
    text-align: center;
}
.content .underline {
    text-decoration: underline;
}
.content ul {
    list-style: disc;
    padding-left: 10%;
}
.content table {
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.content td,
.content th {
    vertical-align: top;
    font-size: 0.75em;
    line-height: 1em;
    border: 1px solid #000000;
    padding: 5px;
}
.content th {
    font-weight: 700;
}
.content a {
    color: #3b8fb9;
    text-decoration: underline;
}

/*** Level 1 ***/
.level-one {
    background: none;
    background: transparent;
    width: 100%;
    height: auto;
    margin-bottom: 10%;
    position: relative;
}
.l1-slider {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 76px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.blur-hold {
    width: 220000px;
    height: auto;
    overflow-y: hidden;
    position: relative;
    left: -1280px;
}
.slider-item-container {
    width: 20000px;
    height: auto;
    position: relative;
    left: 0;
    bottom: 0;
    font-size: 0px;
    letter-spacing: 0px;
    transition: left 0.4s ease;
    -o-transition: left 0.4s ease;
    -ms-transition: left 0.4s ease;
    -moz-transition: left 0.4s ease;
    -webkit-transition: left 0.4s ease;
    transform: translate3d(0px, 0px, 1px);
    -o-transform: translate3d(0px, 0px, 1px);
    -ms-transform: translate3d(0px, 0px, 1px);
    -moz-transform: translate3d(0px, 0px, 1px);
    -webkit-transform: translate3d(0px, 0px, 1px);
}
.slider-item-container.dragging,
.slider-item-container.dont-animate {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
.slider-item {
    display: inline-block;
    width: 1280px;
    height: auto;
}
.slider-next,
.slider-prev {
    position: absolute;
    top: 76px;
    bottom: 0;
    margin: auto;
    width: 79px;
    height: 232px;
    background: grey;
    cursor: pointer;
    opacity: 1;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.slider-prev {
    left: 30px;
    padding-right: 0px;
    background: url("/images/slider-prev.png") no-repeat top left;
    background-size: auto 100%;
}
.slider-prev:hover {
    opacity: 1;
    left: 20px;
    padding-right: 10px;
}
.slider-next {
    right: 30px;
    padding-left: 0px;
    background: url("/images/slider-next.png") no-repeat top right;
    background-size: auto 100%;
}
.slider-next:hover {
    opacity: 1;
    right: 20px;
    padding-left: 10px;
}
.slider-timer {
    width: 0%;
    height: 6px;
    background: #00b0df;
    position: absolute;
    bottom: 0px;
    left: 0px;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -webkit-transform: translate3d(0px, 0px, 1px);
}
.slider-timer[style='width: 0%;'],
.slider-timer[style='width: 100%;'] {
    opacity: 0;
}
.l1-fadeout {
    background: #ffffff;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    width: 100%;
    height: 100%;
}
.l1-arrow-hold {
    width: 36px;
    height: 42px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15%;
    margin: 0 auto;
    animation: ARROWFADEIN 0.9s ease; 
    -o-animation: ARROWFADEIN 0.9s ease; 
    -ms-animation: ARROWFADEIN 0.9s ease; 
    -moz-animation: ARROWFADEIN 0.9s ease; 
    -webkit-animation: ARROWFADEIN 0.9s ease; 
}
.l1-arrow {
    background: transparent url("/images/l1-arrow.png") no-repeat;
    width: 36px;
    height: 42px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    animation: ARROWPULSE 3s ease-out infinite;
    -o-animation: ARROWPULSE 3s ease-out infinite;
    -ms-animation: ARROWPULSE 3s ease-out infinite;
    -moz-animation: ARROWPULSE 3s ease-out infinite;
    -webkit-animation: ARROWPULSE 3s ease-out infinite;
}
.intro-block {
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: 270px;
}
.intro-content-hold {
    width: 927px;
    height: 205px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-family: "oswaldregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #868686;
}
.intro-content-title {
    text-align: center;
    margin-bottom: 120px;
    font-size: 30px;
}
.intro-content-1 {
    position: absolute;
    left: 0;
    background: url("/images/intro-content-1.png") no-repeat;
    background-position: 50% 0px;
    padding-top: 107px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 33%;
}
.intro-content-2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("/images/intro-content-2.png") no-repeat;
    background-position: 50% 0px;
    padding-top: 107px;
    vertical-align: top;
    text-align: center;
    width: 33%;
    display: inline-block;
}
.intro-content-3 {
    position: absolute;
    right: 0;
    background: url("/images/intro-content-3.png") no-repeat;
    background-position: 50% 0px;
    padding-top: 107px;
    vertical-align: top;
    text-align: center;
    width: 33%;
    display: inline-block;
}

/*** Level 2 ***/
.level-two {
    background: #ffffff;
    text-align: center;
}
.level-two h2 {
    font-size: 28px;
    color: #ffffff;
    background: #000000;
    display: inline-block;
    padding: 12px 20px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 67px;
}
.level-two p {
    color: #868686;
    font-size: 37px;
    line-height: 46px;
    margin-bottom: -323px;
}
.level-two p i {
    font-style: normal;
    color: #ffcc5f;
}
.l2-figure {
    background: transparent url("/images/l2-figure-legless.png") no-repeat;
    background-position: top center;
    width: 100%;
    min-width: 1022px;
    height: 875px;
    position: relative;
    top: 408px;
}
.l2-fig-leg {
    background: transparent url("/images/l2-figure-leg.png") no-repeat;
    width: 25px;
    height: 82px;
    position: absolute;
    top: 492px;
    left: 813px;
    animation: SWINGLEG 4s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite;
    transform-origin: top center;
    -o-animation: SWINGLEG 4s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite;
    -o-transform-origin: top center;
    -ms-animation: SWINGLEG 4s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite;
    -ms-transform-origin: top center;
    -moz-animation: SWINGLEG 4s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite;
    -moz-transform-origin: top center;
    -webkit-animation: SWINGLEG 4s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite;
    -webkit-transform-origin: top center;
}
.l2-fig-sections {
    margin: 0 auto;
    width: 1022px;
    text-align: left;
    height: auto;
    position: relative;
}
.l2-figure h3 {
    font-size: 47px;
    padding-bottom: 6px;
}
.l2-figure p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 17px;
}
.l2-fig-section1 h3,
.l2-fig-section1 p {
    color: #ffffff;
}
.l2-fig-section2 h3,
.l2-fig-section2 p {
    color: #1e6e96;
}
.l2-fig-section1 {
    position: absolute;
    top: 289px;
    left: 65px;
}
.l2-fig-section2 {
    position: absolute;
    top: 289px;
    left: 564px;
    width: 201px;
}
.l2-person-1,
.l2-person-2,
.l2-person-3,
.l2-star,
.l2-star2,
.l2-star-container {
    background: transparent url("/images/l2-figures.png") no-repeat;
    position: absolute;
}
.l2-star {
    width: 82px;
    height: 71px;
    left:0px;
    top:0px;
    transform-origin: 55% 90%;
    -o-transform-origin: 55% 90%;
    -ms-transform-origin: 55% 90%;
    -moz-transform-origin: 55% 90%;
    -webkit-transform-origin: 55% 90%;
}
.l2-star2 {
    background-position: 0px -76px;
    width: 82px;
    height: 71px;
    top: 328px;
    left: 824px;
}
.l2-star-container {
    background: none;
    width: 82px;
    height: 425px;
    left: 468px;
    top: -36px;
    transform-origin: bottom center;
    -o-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
}
.l2-person-1 {
    background-position: -82px -446px;
    width: 146px;
    height: 217px;
    top: 366px;
    left: 272px;
}
.l2-person-2 {
    background-position: -82px -219px;
    width: 146px;
    height: 227px;
    top: 248px;
    left: 328px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.l2-person-3 {
    background-position: -82px 0px;
    width: 146px;
    height: 219px;
    top: 85px;
    left: 377px;
    opacity: 0;
    filter: alpha(opacity=0);
}

/*** Level 3 ***/
.level-three {
    padding-top: 255px;
    height: 1020px;
    text-align: center;
    position: relative;
}
.l3-bg {
    background: #000000 url("/images/l3-bg.jpg") no-repeat 50% 50%;
    position: absolute;
    margin-top: -280px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 150%;
    animation: FADEIN 1s ease;
    -webkit-transform: none; /* Safari. Important. The lines below actually lag up safari instead of speeding it up, unlike for the other browsers. */
    transform: translateZ(-1px) translate3d(0px, 0px, -1px);
    -o-animation: FADEIN 1s ease;
    -o-transform: translateZ(-1px) translate3d(0px, 0px, -1px);
    -ms-animation: FADEIN 1s ease;
    -ms-transform: translateZ(-1px) translate3d(0px, 0px, -1px);
    -moz-animation: FADEIN 1s ease;
    -moz-transform: translateZ(-1px) translate3d(0px, 0px, -1px);
    -webkit-animation: FADEIN 1s ease;
}
.level-three h2 {
    color: #ffffff;
    display: inline-block;
    border: 5px solid #ffffff;
    padding: 13px 26px;
    font-size: 28px;
    margin-bottom: 68px;
}
.level-three p {
    font-size: 37px;
    line-height: 46px;
    color: #ffffff;
}
.l3-figure {
    position: relative;
    left: 0;
    right: 0;
    top: 51px;
    margin: 0 auto;
    width: 646px;
    height: 510px;
}
.l3-figure div {
    font-size: 19px;
    color: #ffffff;
    position: absolute;
    line-height: 136px;
}
.l3-figure .icon span {
    background: transparent url("/images/l3-figures.png") no-repeat top left;
    display: block;
    width: 136px;
    height: 136px;
    position: absolute;
    animation: ROTATE-CIRC 40s linear infinite;
    -o-animation: ROTATE-CIRC 40s linear infinite;
    -ms-animation: ROTATE-CIRC 40s linear infinite;
    -moz-animation: ROTATE-CIRC 40s linear infinite;
    -webkit-animation: ROTATE-CIRC 40s linear infinite;
}
.l3-figure .icon {
    background: transparent url("/images/l3-figures.png") no-repeat;
}
.l3-figure .l3-fig-desktop {
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 136px;
    padding-top: 94px;
}
.l3-figure .l3-fig-desktop .icon {
    background-position: -554px 0px;
    left: 27px;
    top: 37px;
    display: block;
    position: absolute;
    width: 82px;
    height: 74px;
}
.l3-figure .l3-fig-desktop .icon span {
    left: -27px;
    top: -37px;
}
.l3-figure .l3-fig-tablet {
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    margin: auto 0;
    height: 136px;
    padding-right: 153px;
}
.l3-figure .l3-fig-tablet .icon {
    background-position: top right;
    right: 40px;
    top: 36px;
    display: block;
    position: absolute;
    width: 57px;
    height: 66px;
}
.l3-figure .l3-fig-tablet .icon span {
    right: -40px;
    top: -36px;
    animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.l3-figure .l3-fig-mobile {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    margin: auto 0;
    height: 136px;
    padding-left: 153px;
}
.l3-figure .l3-fig-mobile .icon {
    background-position: -385px 0px;
    left: 49px;
    top: 38px;
    display: block;
    position: absolute;
    width: 37px;
    height: 77px;
}
.l3-figure .l3-fig-mobile .icon span {
    left: -49px;
    top: -38px;
    animation-delay: 5s;
    -o-animation-delay: 5s;
    -ms-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -webkit-animation-delay: 5s;
}

.level-three-part2 {
    padding-top: 43px;
    background: #ffffff;
    text-align: center;
    font-size: 0px;
    height: 830px;
}
.level-three-part2 h2 {
    font-size: 28px;
    color: #ffffff;
    background: #000000;
    display: inline-block;
    padding: 12px 50px;
    text-align: center;
    margin-top: 67px;
    margin-bottom: 49px;
}
.l3p2-content {
    padding-top: 10px;
    padding-bottom: 60px;
    background: #ffffff;
    font-size: 37px;
    line-height: 46px;
    color: #868686;
    position: relative;
}
.l3p2-figure.hidden {
    display: none;
}
.l3p2-figure-nav {
    width: 334px;
    height: 54px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    animation: FADEIN 1s ease;
    -o-animation: FADEIN 1s ease;
    -ms-animation: FADEIN 1s ease;
    -moz-animation: FADEIN 1s ease;
    -webkit-animation: FADEIN 1s ease;
}
.hidden .l3p2-figure-nav {
    /* reset firefox animations */
    display: none;
    animation: none;
    -moz-animation: none;
}
.l3p2-figure-nav-1 {
    background: url("/images/l3p2-nav-sw.png") no-repeat;
    width: 158px;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}
.l3p2-figure-nav-2 {
    background: url("/images/l3p2-nav-ht.png") no-repeat;
    width: 153px;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.l3p2-figure-nav-line {
    background: #2d9fd1;
    height: 10px;
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.l3p2-figure-1-active .l3p2-figure-nav-line {
    width: 158px;
    left: 0px;
}
.l3p2-figure-2-active .l3p2-figure-nav-line {
    width: 153px;
    left: 181px;
}
.has-js .l3p2-figure-1,
.has-js .l3p2-figure-2 {
    display: none;
}
.l3p2-figure-1 {
    width: 1449px;
    height: 444px;
    position: absolute;
    left: -50%;
    right: -50%;
    margin: 0 auto;
}
.l3p2-figure-1 .fig-part-line {
    background: url("/images/l3p2-figure-1-line.png") no-repeat;
    width: 697px;
    height: 125px;
    position: absolute;
    top: 149px;
    left: 311px;
    animation: GROWWIDTH 2s ease;
    -o-animation: GROWWIDTH 2s ease;
    -ms-animation: GROWWIDTH 2s ease;
    -moz-animation: GROWWIDTH 2s ease;
    -webkit-animation: GROWWIDTH 2s ease;
}
.l3p2-figure-1 .fig-part-1,
.l3p2-figure-1 .fig-part-2,
.l3p2-figure-1 .fig-part-3 {
    background: url("/images/l3p2-figure-1.png") no-repeat;
    height: 100%;
    position: absolute;
}
.l3p2-figure-1 .fig-part-1 {
    width: 452px;
    left: 0;
    animation: SLIDEINLEFT 1s ease;
    -o-animation: SLIDEINLEFT 1s ease;
    -ms-animation: SLIDEINLEFT 1s ease;
    -moz-animation: SLIDEINLEFT 1s ease;
    -webkit-animation: SLIDEINLEFT 1s ease;
}
.l3p2-figure-1 .fig-part-2 {
    width: 454px;
    left: 476px;
    background-position: -476px 0px;
    animation: SLIDEINLEFT 1.5s ease;
    -o-animation: SLIDEINLEFT 1.5s ease;
    -ms-animation: SLIDEINLEFT 1.5s ease;
    -moz-animation: SLIDEINLEFT 1.5s ease;
    -webkit-animation: SLIDEINLEFT 1.5s ease;
}
.l3p2-figure-1 .fig-part-3 {
    width: 519px;
    right: 0px;
    background-position: top right;
    animation: SLIDEINLEFT 2s ease;
    -o-animation: SLIDEINLEFT 2s ease;
    -ms-animation: SLIDEINLEFT 2s ease;
    -moz-animation: SLIDEINLEFT 2s ease;
    -webkit-animation: SLIDEINLEFT 2s ease;
}
.l3p2-figure-1 .fig-part-2-over,
.l3p2-figure-1 .fig-part-3-over {
    background: url("/images/l3p2-figure-1-over.png") no-repeat;
    height: 100%;
    position: absolute;
}
.l3p2-figure-1 .fig-part-2-over {
    width: 291px;
    background-position: -643px 0px;
    left: 643px;
    animation: BOUNCEIN 2s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: BOUNCEIN 2s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -ms-animation: BOUNCEIN 2s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: BOUNCEIN 2s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -webkit-animation: BOUNCEIN 2s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.l3p2-figure-1 .fig-part-3-over {
    width: 516px;
    background-position: top right;
    right: 0px;
    animation: BOUNCEIN 2.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: BOUNCEIN 2.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -ms-animation: BOUNCEIN 2.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: BOUNCEIN 2.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -webkit-animation: BOUNCEIN 2.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.l3p2-figure-2-active .l3p2-figure-1 .fig-part-line,
.l3p2-figure-2-active .l3p2-figure-1 .fig-part-1,
.l3p2-figure-2-active .l3p2-figure-1 .fig-part-2,
.l3p2-figure-2-active .l3p2-figure-1 .fig-part-3,
.l3p2-figure-2-active .l3p2-figure-1 .fig-part-2-over,
.l3p2-figure-2-active .l3p2-figure-1 .fig-part-3-over,
.hidden .l3p2-figure-1 .fig-part-line,
.hidden .l3p2-figure-1 .fig-part-1,
.hidden .l3p2-figure-1 .fig-part-2,
.hidden .l3p2-figure-1 .fig-part-3,
.hidden .l3p2-figure-1 .fig-part-2-over,
.hidden .l3p2-figure-1 .fig-part-3-over {
    /* reset firefox animations */
    display: none;
    animation: none;
    -moz-animation: none;
}
.l3p2-figure-2 {
    width: 927px;
    height: 444px;
    position: absolute;
    left: -50%;
    right: -50%;
    margin: 0 auto;
}
.l3p2-figure-2 .fig-part-1,
.l3p2-figure-2 .fig-part-2 {
    background: url("/images/l3p2-figure-2.png?10") no-repeat;
    height: 100%;
    position: absolute;
}
.l3p2-figure-2 .fig-part-line {
    background: url("/images/l3p2-figure-2-line.png") no-repeat;
    width: 398px;
    height: 86px;
    position: absolute;
    top: 293px;
    left: 83px;
    animation: GROWWIDTH 2s ease;
    -o-animation: GROWWIDTH 2s ease;
    -ms-animation: GROWWIDTH 2s ease;
    -moz-animation: GROWWIDTH 2s ease;
    -webkit-animation: GROWWIDTH 2s ease;
}
.l3p2-figure-2 .fig-part-1 {
    width: 185px;
    left: 0;
    animation: SLIDEINLEFT 1s ease;
    -o-animation: SLIDEINLEFT 1s ease;
    -ms-animation: SLIDEINLEFT 1s ease;
    -moz-animation: SLIDEINLEFT 1s ease;
    -webkit-animation: SLIDEINLEFT 1s ease;
}
.l3p2-figure-2 .fig-part-2 {
    width: 528px;
    right: 0;
    background-position: top right;
    animation: SLIDEINLEFT 2s ease;
    -o-animation: SLIDEINLEFT 2s ease;
    -ms-animation: SLIDEINLEFT 2s ease;
    -moz-animation: SLIDEINLEFT 2s ease;
    -webkit-animation: SLIDEINLEFT 2s ease;
}
.l3p2-figure-2 span {
    font-size: 34px;
    position: absolute;
    top: 190px;
    left: 214px;
    animation: SLIDEINLEFT 1.5s ease;
    -o-animation: SLIDEINLEFT 1.5s ease;
    -ms-animation: SLIDEINLEFT 1.5s ease;
    -moz-animation: SLIDEINLEFT 1.5s ease;
    -webkit-animation: SLIDEINLEFT 1.5s ease;
}
.l3p2-figure-1-active .l3p2-figure-1,
.l3p2-figure-2-active .l3p2-figure-2 {
    display: block;
}

/*** Level 4 ***/
.level-four {
    padding-top: 48px;
    background: #ffffff;
    text-align: center;
    font-size: 0px;
}

.level-four h2 {
    font-size: 28px;
    color: #ffffff;
    background: #000000;
    display: inline-block;
    padding: 12px 50px;
    text-align: center;
    margin-top: 67px;
    margin-bottom: 49px;
}
.l4-content {
    padding-top: 53px;
    padding-bottom: 60px;
    background: #ffffff;
    font-size: 37px;
    line-height: 46px;
    color: #868686;
}
.l4-figure {
    max-width: 1022px;
    height: 627px;
    margin: 0 auto;
    position: relative;
    margin-top: 51px;
    margin-bottom: -204px;
    transform: translateZ(-1px) translate3d(0px, 0px, -1px);
    -o-transform: translateZ(-1px) translate3d(0px, 0px, -1px);
    -ms-transform: translateZ(-1px) translate3d(0px, 0px, -1px);
    -moz-transform: translateZ(-1px) translate3d(0px, 0px, -1px);
    -webkit-transform: translateZ(-1px) translate3d(0px, 0px, -1px);
}
.l4-fig-chart {
    background: transparent url("/images/l4-fig-chart.png") no-repeat;
    width: 1020px;
    height: 627px;
    position: absolute;
    left: 155px;
}
.l4-fig-92percent, .l4-fig-8percent {
    font-family: "edmondsansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 145px;
    width: 213px;
    height: auto;
    position: absolute;
    top: 94px;
    left: 770px;
}
.l4-fig-92percent {
    letter-spacing: -9px;
    left: 43px;
}
.l4-fig-92percent span, .l4-fig-8percent span {
    font-size: 61px;
}
.l4-fig-92percent p, .l4-fig-8percent p {
    font-family: "oswaldlight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    width: 187px;
    letter-spacing: normal;
}
.l4-fig-arrow {
    background: transparent url("/images/l4-fig-arrows.png") no-repeat;
    width: 143px;
    height: 64px;
    position: absolute;
    bottom: -77px;
    left: 94px;
}
.l4-fig-8percent .l4-fig-arrow {
    width: 94px;
    height: 23px;
    background-position: -143px 0px;
    left: -60px;
    bottom: -30px;
}

/*** Level 5 ***/
.level-five {
    background: #ffffff;
    text-align: center;
}
.level-five h2 {
    font-size: 28px;
    color: #ffffff;
    background: #000000;
    display: inline-block;
    padding: 12px 20px;
    text-align: center;
    margin-top: 67px;
    margin-bottom: 49px;
}
.level-five h3 {
    font-size: 65px;
    font-family: "edmondsansmedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}
.level-five b {
    font-weight: normal;
    font-size: 19px;
    /*color: #707070;*/
    color: #ffffff;
    margin-bottom: 13px;
    display: block;
}
.level-five p {
    font-size: 37px;
    color: #868686;
}
.l5-hold {
    position: relative;
    max-width: 1022px;
    margin: 0 auto;
    height: 6418px;
}
.l5-s0 {
    position: relative;
    left: -9px;
    top: 0px;
    height: 684px;
    width: 100%;
    color: #868686;
}
.l5-s0 h3 {
    font-size: 51px;
    position: absolute;
    left: 0px;
}
.l5-s0 ul {
    position: absolute;
    bottom: 0px;
    left: 263px;
    font-size: 19px;
    line-height: 22px;
}
.l5-s0-create-all,
.l5-s0-target-all,
.l5-s0-measure-all {
    position: relative;
    width: auto;
    height: auto;
    transform: translateZ(-1px) translate3d(0px, 0px, -1px);
    -o-transform: translateZ(-1px) translate3d(0px, 0px, -1px);
    -ms-transform: translateZ(-1px) translate3d(0px, 0px, -1px);
    -moz-transform: translateZ(-1px) translate3d(0px, 0px, -1px);
    -webkit-transform: translateZ(-1px) translate3d(0px, 0px, -1px);
}
.l5-s0-create,
.l5-s0-target,
.l5-s0-measure {
    position: absolute;
    left: 626px;
    width: 391px;
    text-align: left;
    height: 43px;
}
.l5-s0-create {
    top: 145px;
}
.l5-s0-target {
    top: 315px;
}
.l5-s0-measure {
    top: 510px;
}
.l5-s0-create-img,
.l5-s0-target-img,
.l5-s0-measure-img {
    background: transparent url("/images/l5-s0-fig.png") no-repeat;
    width: 660px;
    position: absolute;
}
.l5-s0-create-img {
    top: 0;
    left: 0;
    height: 324px;
}
.l5-s0-target-img {
    background-position: 0px -324px;
    top: 251px;
    height: 192px;
}
.l5-s0-measure-img {
    background-position: 0px -516px;
    top: 376px;
    height: 280px;
}
.l5-ribbon-s1,
.l5-ribbon-s2,
.l5-ribbon-s3,
.l5-ribbon-s4,
.l5-ribbon-s5,
.l5-ribbon-s6,
.l5-ribbon-s7 {
    background: transparent no-repeat;
    position: absolute;
    top: 718px;
    left: -102px;
    width: 1191px;
}
.l5-ribbon-s1 {
    background-image: url("/images/l5-ribbons-s1.png");
    height: 791px;
}
.l5-ribbon-s2 {
    background-image: url("/images/l5-ribbons-s2.png");
    height: 691px;
    top: 1510px;
}
.l5-ribbon-s3 {
    background-image: url("/images/l5-ribbons-s3.png");
    height: 726px;
    top: 2191px;
}
.l5-ribbon-s4 {
    background-image: url("/images/l5-ribbons-s4.png");
    height: 995px;
    top: 2789px;
}
.l5-ribbon-s5 {
    background-image: url("/images/l5-ribbons-s5.png");
    height: 894px;
    top: 3609px;
    left: -136px;
}
.l5-ribbon-s6 {
    background-image: url("/images/l5-ribbons-s6.png");
    height: 1075px;
    top: 4417px;
}
.l5-ribbon-s7 {
    background-image: url("/images/l5-ribbons-s7.png");
    height: 546px;
    top: 5492px;
}

.l5-ribbon-r1,
.l5-ribbon-r2,
.l5-ribbon-r3,
.l5-ribbon-r4,
.l5-ribbon-r5,
.l5-ribbon-r6,
.l5-ribbon-r7 {
    background: transparent no-repeat;
    position: absolute;
    top: 718px;
    left: -49px;
    width: 1138px;
}
.l5-ribbon-r1 {
    background-image: url("/images/l5-ribbons-r1.png");
    height: 791px;
}
.l5-ribbon-r2 {
    background-image: url("/images/l5-ribbons-r2.png");
    height: 691px;
    top: 1508px;
}
.l5-ribbon-r3 {
    background-image: url("/images/l5-ribbons-r3.png");
    height: 717px;
    top: 2198px;
}
.l5-ribbon-r4 {
    background-image: url("/images/l5-ribbons-r4.png");
    height: 867px;
    top: 2914px;
}
.l5-ribbon-r5 {
    background-image: url("/images/l5-ribbons-r5.png");
    height: 721px;
    top: 3780px;
}
.l5-ribbon-r6 {
    background-image: url("/images/l5-ribbons-r6.png");
    height: 989px;
    top: 4500px;
}
.l5-ribbon-r7 {
    background-image: url("/images/l5-ribbons-r7.png");
    height: 546px;
    top: 5488px;
}


.l5-s1 h3,
.l5-s2 h3 {
    color: #a254ab;
}
.l5-s3 h3,
.l5-s4 h3,
.l5-s5 h3 {
    color: #74b23d;
}
.l5-s6 h3,
.l5-s7 h3 {
    color: #f68516;
}
.l5-s1,
.l5-s2,
.l5-s3,
.l5-s4,
.l5-s5,
.l5-s7 {
    text-align: left;
}
.l5-s6 {
    width: 92%;
    text-align: right;
    padding-top: 150px;
    margin-top: -150px;
}
.l5-s1 {
    padding-left: 68px;
    padding-top: 100px;
    margin-top: -100px;
}
.l5-s1 p {
    margin-top: 34px;
}
.l5-s1-figure {
    color: #868686;
    font-size: 37px;
    margin-top: 102px;
    padding-bottom: 81px;
    background: transparent url("/images/l5-s1-fig.png") no-repeat;
    height: 400px;
    width: 1028px;
    position: relative;
    left: -65px;
}
.l5-s1-figure span {
    display: block;
    position: absolute;
    top: 15px;
    left: 181px;
}
.l5-s1-figure span.l5-s1-native {
    left: 610px;
}
.l5-s1-figure span.l5-s1-mobile {
    left: 880px;
}
.l5-s2 {
    padding-left: 274px;
    padding-right: 136px;
}
.l5-s2 p {
    margin-top: 26px;
}
.l5-s2-figure {
    width: 623px;
    height: 386px;
    position: relative;
    left: -66px;
    margin-top: 105px;
    background: transparent url("/images/l5-s2-fig1-functionalities.png") no-repeat;
    background-position: 86px 0px;
}
.l5-s2-fig1-functionalities {
    position: absolute;
    top: 148px;
    left: 233px;
    font-size: 28px;
    color: #868686;
}
.l5-s2-fig1-standard,
.l5-s2-fig1-advanced,
.l5-s2-fig1-sponsored {
    position: absolute;
    top: 0;
    left: 497px;
}
.l5-s2-fig1-standard {
    top: 64px;
    left: 0;
}
.l5-s2-fig1-sponsored {
    top: 194px;
}
.l5-s2-fig1-standard span,
.l5-s2-fig1-advanced span,
.l5-s2-fig1-sponsored span {
    font-size: 37px;
    color: #868686;
}
.l5-s2-fig1-standard ul,
.l5-s2-fig1-advanced ul,
.l5-s2-fig1-sponsored ul {
    font-size: 15px;
    line-height: 17px;
    margin-top: 11px;
    color: #868686;
}
.l5-s3 {
    padding-left: 179px;
    padding-right: 85px;
    padding-top: 50px;
    margin-top: -50px;
}
.l5-s3 b {
    margin-bottom: 26px;
}
.l5-s3 p {
    padding-top: 26px;
    padding-left: 17px;
}
.l5-s3-figure {
    display: block;
    width: 541px;
    height: 437px;
    background: transparent url("/images/l5-s3-fig.png") no-repeat;
    margin-top: 26px;
    position: relative;
    left: 66px;
}
.l5-s4 {
    padding-left: 391px;
    padding-top: 9px;
}
.l5-s4 p {
    position: relative;
    left: -170px;
    padding-top: 27px;
}
.l5-s4-fig-brands {
    background: transparent url("/images/l5-s4-fig-brands.png") no-repeat;
    width: 640px;
    height: 209px;
    margin-top: 313px;
    padding-bottom: 168px;
    position: relative;
    left: -15px;
}
.l5-s4-figure {
    background: transparent url("/images/l5-s4-fig.png") no-repeat;
    margin-top: 77px;
    position: relative;
    left: -174px;
}
.l5-s4-figure span {
    display: block;
}
.l5-s4-fig-18million,
.l5-s4-fig-yourbrand {
    text-align: center;
    font-family: "edmondsansmedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #868686;
}
.l5-s4-fig-18million {
    font-size: 26px;
    position: absolute;
    top: 218px;
    left: 37px;
}
.l5-s4-fig-18million span {
    font-size: 41px;
    line-height: 27px;
}
.l5-s4-fig-yourbrand {
    font-size: 44px;
    line-height: 39px;
    position: absolute;
    top: 187px;
    left: 412px;
}
.l5-s4-fig-yourbrand span {
    font-size: 61px;
}
.l5-s5 b {
    margin-bottom: 5px;
    margin-left: 408px;
}
.l5-s5 h3 {
    margin-left: 357px;
    margin-bottom: 17px;
}
.l5-s5 p {
    text-align: center;
    line-height: 43px;
}
.l5-s5-figure {
    color: #868686;
    text-align: center;
    font-size: 15px;
    font-family: "edmondsansmedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    padding-bottom: 247px;
}
.l5-s5-fig-one,
.l5-s5-fig-two,
.l5-s5-fig-three {
    margin-top: 82px;
    display: inline-block;
    vertical-align: top;
}
.l5-s5-fig-one {
    margin-right: 88px;
}
.l5-s5-fig-two {
    margin-right: 80px;
}
.l5-s5-fig-one span,
.l5-s5-fig-two span,
.l5-s5-fig-three span {
    display: block;
    height: 128px;
    background: transparent url("/images/l5-s5-fig.png") no-repeat;
    margin: 0 auto;
    padding-bottom: 21px;
}
.l5-s5-fig-one span {
    width: 144px;
    background-position: 1px 0px;
}
.l5-s5-fig-two span {
    width: 166px;
    background-position: -144px 0px;
}
.l5-s5-fig-three span {
    width: 147px;
    background-position: -310px 0px;
}
.l5-s6 {
    position: relative;
}
.l5-s6 b {
    position: absolute;
    right: 141px;
    top: 29px;
}
.l5-s6-figure {
    background: transparent url("/images/l5-s6-fig.png") no-repeat;
    width: 1184px;
    height: 745px;
    position: relative;
    left: -77px;
    margin-top: 26px;
    padding-bottom: 38px;
}
.l5-s7 {
    padding-left: 140px;
}
.l5-s7 p {
    line-height: 47px;
}
.l5-s7 p span {
    display: inline-block;
    width: 72px;
}
.l5-s7-graph {
    background: transparent url("/images/l5-s7-graph.png") no-repeat;
    width: 808px;
    height: 522px;
    position: relative;
    left: 17px;
    margin-top: 26px;
}
.l5-s7-figure {
    background: transparent url("/images/l5-s7-fig.png") no-repeat;
    width: 595px;
    height: 147px;
    position: relative;
    left: 72px;
    top: -77px;
}
.l5-stage {
    display: none;
}
.l5-sticky-sections {
    position: fixed;
    top: 70px;
    right: 0;
    font-family: "edmondsansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 32px;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0px, -100px, 0px);
    -o-transform: translate3d(0px, -100px, 0px);
    -ms-transform: translate3d(0px, -100px, 0px);
    -moz-transform: translate3d(0px, -100px, 0px);
    -webkit-transform: translate3d(0px, -100px, 0px);
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.l5-sticky-sections.showing {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 1px);
    -o-transform: translate3d(0px, 0px, 1px);
    -ms-transform: translate3d(0px, 0px, 1px);
    -moz-transform: translate3d(0px, 0px, 1px);
    -webkit-transform: translate3d(0px, 0px, 1px);
}
.l5-sticky-sections &gt; div {
    width: 161px;
    height: 48px;
    line-height: 47px;
    position: relative;
}
.l5-sticky-sections a {
    text-decoration: none;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.sticky-1 a {
    color: #a254ab;
}
.sticky-2 a {
    color: #74b23d;
}
.sticky-3 a {
    color: #f68516;
}
.l5-sticky-sections .sticky-bg {
    background: url("/images/l5-sticky-backgrounds.png") no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 170px;
    height: 47px;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.has-css3-animations .l5-sticky-sections .sticky-bg {
    z-index: -1;
}
.l5-sticky-sections .sticky-2 .sticky-bg {
    background-position: 0px -47px;
}
.l5-sticky-sections .sticky-3 .sticky-bg {
    background-position: bottom left;
}

.sticky-1-active .sticky-1 a,
.sticky-2-active .sticky-2 a,
.sticky-3-active .sticky-3 a {
    color: #ffffff;
}
.sticky-1-active .sticky-1 .sticky-bg,
.sticky-2-active .sticky-2 .sticky-bg,
.sticky-3-active .sticky-3 .sticky-bg {
    opacity: 1;
    visibility: visible;
}
/*** Level 6 ***/
.level-six {
    background: #ffffff;
    padding-top: 350px;
}
.l6-hold {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
    transform: translateZ(-1px) translate3d(0px, 0px, -1px);
    -o-transform: translateZ(-1px) translate3d(0px, 0px, -1px);
    -ms-transform: translateZ(-1px) translate3d(0px, 0px, -1px);
    -moz-transform: translateZ(-1px) translate3d(0px, 0px, -1px);
    -webkit-transform: translateZ(-1px) translate3d(0px, 0px, -1px);
}
.l6-container {
    width: 1050px;
    font-size: 0px;
    letter-spacing: 0px;
    position: relative;
    left: 0px;
}
.l6-container span {
    font-size: 36px;
    font-family: "edmondsansmedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}
.l6-container div {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
}
.l6-container div.l6-header {
    background: transparent url("/images/l6-header.png") no-repeat;
    width: 741px;
    height: 307px;
    position: absolute;
    left: 125px;
    top: -290px;
}
.l6-container div div {
    background: transparent url("/images/l6-map.png") no-repeat;
    display: block;
    height: 642px;
}
.l6-formats span {
    color: #a95ca0;
    position: absolute;
    top: 147px;
    right: 39px;
}
.l6-plugins span {
    color: #e57a3c;
    position: absolute;
    top: 68px;
    right: 88px;
}
.l6-features span {
    color: #6ead2d;
    position: absolute;
    top: -37px;
    right: 105px;
}
div.l6-formats div {
    background-position: 0px 0px;
    width: 254px;
}
div.l6-plugins div {
    background-position: -254px 0px;
    width: 361px;
}
div.l6-features div {
    background-position: -615px 0px;
    width: 435px;
}

/*** Level 7 ***/
.level-seven {
    background: #d9d9d9;
    position: relative;
    padding-top: 342px;
}
.l7-prologue {
    width: 100%;
    min-width: 1700px;
    height: 265px;
    position: absolute;
    left: -50%;
    right: -50%;
    top:-198px;
    margin: 0 auto;
    background: transparent url("/images/l7-bg.png") no-repeat;
    background-position: 50% 0px;
    background-size: 100% 265px; /* stretches the background to 100% width if over 1700px */
}
.l7-content {
    width: 1022px;
    margin: 0 auto;
    position: relative;
    top: -170px;
}
.level-seven h2 {
    display: block;
    width: 370px;
    margin-bottom: 43px;
    background: transparent url("/images/l7-marks.png") no-repeat;
}
.level-seven h2 span {
    display: none;
}
.l7-sw h2 {
    background-position: 0px 0px;
    height: 83px;
}
.l7-ht h2 {
    background-position: 0px -301px;
    height: 126px;
}
.l7-nq h2 {
    background-position: 0px -83px;
    height: 82px;
}
.l7-av h2 {
    background-position: 0px -166px;
    height: 45px;
}
.l7-st h2 {
    background-position: 0px -211px;
    height: 90px;
}
.l7-vc h2 {
    background-position: 0px -427px;
    height: 106px;
}
.level-seven p {
    color: #313642;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 43px;
    font-family: "edmondsansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.level-seven p strong {
    font-family: "edmondsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
}
.level-seven a {
    color: #3b8fb9;
    text-decoration: underline;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "edmondsansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: transparent url("/images/l7-demo-link.png") no-repeat;
    background-position: 0% 35%;
    padding-left: 21px;
}
.l7-sw,
.l7-ht,
.l7-nq,
.l7-av,
.l7-st,
.l7-vc {
    position: relative;
    min-height: 680px;
    -webkit-transform: none; /* Safari optimization */
    transform: translateZ(-1px) translate3d(0px, 0px, -1px);
    -o-transform: translateZ(-1px) translate3d(0px, 0px, -1px);
    -ms-transform: translateZ(-1px) translate3d(0px, 0px, -1px);
    -moz-transform: translateZ(-1px) translate3d(0px, 0px, -1px);
}
.l7-sw .l7-left {
    position: absolute;
    top: -50px;
    left: -100px;
    width: 731px;
}
.l7-sw .l7-right {
    position: absolute;
    left: 572px;
    width: 502px;
}
.l7-ht .l7-left {
    position: absolute;
    left: 2px;
    width: 520px;
}
.l7-ht .l7-right {
    position: absolute;
    top: 2px;
    left: 600px;
    width: 612px;
}
.l7-nq .l7-left {
    position: absolute;
    left: -30px;
    width: 578px;
}
.l7-nq .l7-right {
    position: absolute;
    left: 582px;
    width: 439px;
}
.l7-av .l7-left {
    position: absolute;
    left: 97px;
    width: 544px;
}
.l7-av .l7-right {
    position: absolute;
    top: -7px;
    left: 561px;
    width: 612px;
}
.l7-st .l7-left {
    position: absolute;
    left: -145px;
    width: 655px;
}
.l7-st .l7-right {
    position: absolute;
    left: 643px;
    width: 417px;
}
.l7-vc .l7-left {
    position: absolute;
    left: 0px;
    width: 420px;
    z-index: 1;
}
.l7-vc .l7-right {
    position: absolute;
    left: 380px;
    width: 763px;
}

.l7-sw-fig {
    position: absolute;
    width: 698px;
    height: 757px;
}
.l7-sw {
    min-height: 774px;
}
.l7-ht-fig {
    position: absolute;
    width: 612px;
    height: 406px;
}
.l7-nq-fig {
    position: absolute;
    width: 582px;
    height: 643px;
}
.l7-nq {
    min-height: 730px;
}
.l7-av-fig {
    position: absolute;
    width: 605px;
    height: 745px;
}
.l7-av {
    min-height: 790px;
}
.l7-st-fig {
    position: absolute;
    width: 655px;
    height: 874px;
    z-index: 2;
}
.l7-st {
    min-height: 940px;
    z-index: 2;
}
.l7-vc-fig {
    position: absolute;
    width: 763px;
    height: 546px;
}
.l7-vc {
    min-height: 620px;
}

.l7-sw-fig * {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent url("/images/l7-sw.png") no-repeat;
}
.l7-sw-fig-key {
    top: 0;
    left: 327px;
    width: 287px;
    height: 266px;
    background-position: -1325px 0px;
}
.l7-sw-fig-logo-shadow {
    top: 455px;
    left: 440px;
    width: 263px;
    height: 265px;
    background-position: -200px 0px;
}
.l7-sw-fig-logo {
    top: 455px;
    left: 440px;
    width: 200px;
    height: 223px;
    background-position: 0px 0px;
}
.l7-sw-fig-box-shadow {
    top: 355px;
    left: 0px;
    width: 455px;
    height: 370px;
    background-position: -870px 0px;
}
.l7-sw-fig-box {
    top: 355px;
    left: 0px;
    width: 408px;
    height: 298px;
    background-position: -463px 0px;
}
.l7-sw-fig-tablet-shadow {
    top: 114px;
    left: 184px;
    width: 548px;
    height: 633px;
    background-position: -1152px -298px;
}
.l7-sw-fig-tablet {
    top: 86px;
    left: 181px;
    width: 408px;
    height: 559px;
    background-position: -200px -300px;
}
.l7-sw-fig-arrow {
    top: 412px;
    left: 361px;
    width: 162px;
    height: 117px;
    background-position: 0px -265px;
}

.l7-ht-fig * {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent url("/images/l7-ht.png") no-repeat;
}
.l7-ht-fig-computer {
    top: 0;
    left: 0;
    width: 497px;
    height: 401px;
    background-position: 0px 0px;
}
.l7-ht-fig-arrow {
    top: 206px;
    left: 139px;
    width: 156px;
    height: 92px;
    background-position: top right;
}
.l7-ht-fig-hashtag {
    top: 234px;
    left: -19px;
    width: 158px;
    height: 204px;
    background-position: -496px 0px;
}
.l7-ht-fig-socialicons {
    top: 136px;
    left: 216px;
    width: 313px;
    height: 274px;
    background-position: bottom right;
}

.l7-nq-fig * {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent url("/images/l7-nq.png") no-repeat;
}
.l7-nq-fig-computer {
    top: 0;
    left: 0;
    width: 551px;
    height: 317px;
    background-position: -109px 0px;
}
.l7-nq-fig-shadow {
    top: 213px;
    left: 115px;
    width: 472px;
    height: 412px;
    background-position: -1023px 0px;
}
.l7-nq-fig-arrow {
    top: 242px;
    left: 99px;
    width: 109px;
    height: 179px;
    background-position: 0px 0px;
}
.l7-nq-fig-box {
    top: 242px;
    left: 196px;
    width: 364px;
    height: 269px;
    background-position: -660px 0px;
}

.l7-av-fig * {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent url("/images/l7-av.png") no-repeat;
}
.l7-av-fig-blue-rectangle-shadow {
    top: 3px;
    left: 32px;
    width: 571px;
    height: 422px;
    background-position: -855px 0px;
}
.l7-av-fig-blue-rectangle {
    top: 3px;
    left: 92px;
    width: 462px;
    height: 313px;
    background-position: -394px 0px;
}
.l7-av-fig-nf {
    top: 0px;
    left: 154px;
    width: 394px;
    height: 304px;
    background-position: 0px 0px;
}
.l7-av-fig-brown-rectangle-shadow {
    top: 272px;
    left: 218px;
    width: 481px;
    height: 471px;
    background-position: -1220px -439px;
}
.l7-av-fig-brown-rectangle {
    top: 247px;
    left: 191px;
    width: 428px;
    height: 397px;
    background-position: -791px -439px;
}
.l7-av-fig-video-object {
    top: 245px;
    left: 191px;
    width: 413px;
    height: 271px;
    background-position: -380px -380px;
}
.l7-av-fig-thumbs {
    top: 368px;
    left: 219px;
    width: 377px;
    height: 81px;
    background-position: 0px -380px;
}
.l7-av-fig-menu-shadow {
    top: 570px;
    left: 143px;
    width: 537px;
    height: 126px;
    background-position: 0px -646px;
}
.l7-av-fig-menu {
    top: 557px;
    left: 131px;
    width: 499px;
    height: 71px;
    background-position: 0px -309px;
}

.l7-st-fig * {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent url("/images/l7-st.png") no-repeat;
}
.l7-st-fig-book-shadow {
    top: 280px;
    left: 9px;
    width: 698px;
    height: 492px;
    background-position: -627px -395px;
}
.l7-st-fig-book {
    top: 0px;
    left: 34px;
    width: 627px;
    height: 560px;
    background-position: 0px -326px;
}
.l7-st-fig-bigcloud-satellite {
    top: 137px;
    left: 124px;
    width: 162px;
    height: 68px;
    background-position: 0px -112px;
}
.l7-st-fig-bigcloud {
    top: 61px;
    left: 14px;
    width: 234px;
    height: 112px;
    background-position: 0px 0px;
}
.l7-st-fig-littlecloud {
    top: 299px;
    left: 425px;
    width: 234px;
    height: 112px;
    background-position: 0px 0px;
}
.l7-st-fig-leaflets-shadow {
    top: 474px;
    left: 13px;
    width: 619px;
    height: 400px;
    background-position: -835px 0px;
}
.l7-st-fig-leaflets {
    top: 467px;
    left: 38px;
    width: 600px;
    height: 326px;
    background-position: -235px 0px;
}

.l7-vc-fig * {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent url("/images/l7-vc.png") no-repeat;
}

/*** FOOTER: ***/
.footer-brands {
    background: #000000 url("/images/footer-brands.png") no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 308px;
    margin-top: -117px;
    position: relative;
}


.contact {
    background: #3b8fb9;
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact .city-container{
    margin-bottom: 15px;
}
.contact .city{
    display: inline-block;
    width: 230px;
    margin-right: 55px;
    margin-bottom: 10px;
    color:#fff;
    font-family: "edmondsansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.contact .city img{
    margin-bottom: 10px;
}
.contact .city .city-title{
    display: block;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: bold;
}
.contact-inner {
    width: 995px;
    padding-left: 66px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}
.has-js .contact-inner {
    opacity: 0;
    top: -30px;
    filter: alpha(opacity=100);
    transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
.contact.seen .contact-inner {
    opacity: 1;
    top: 0px;
    filter: alpha(opacity=100);
}
.contact h3 {
    color: #fffefe;
    font-size: 45px;
    line-height: 97px;
    /*margin-bottom: 58px;*/
}
.contact #form-error {
    color: rgb(199, 232, 255);
    font-size: 30px;
    margin-bottom: 30px;
}
.contact #form-thanks {
    font-size: 38px;
    line-height: 40px;
    width: 100%;
    max-width: 520px;
    color: #ffffff;
}
.contact #form-thanks.showing {
    height: 170px;
}
.contact input, .contact textarea, .contact select {
    display: inline-block;
    margin-right: 50px;
    width: 226px;
    height: 38px;
    border: none;
    background: #fffefe;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 14px;
    padding: 10px;
    box-sizing: border-box;
    font-family: "oswaldlight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    outline: none;
}
.contact textarea {
    width: 506px;
    height: 97px;
    resize: none;
}
.contact input.send-btn {
    width: 120px;
    background: #1e4d65;
    background: -webkit-gradient(linear, left top, left bottom, from(#1e4d65), to(#1e4d65)); /* ios */
    color: #fffefe;
    padding: 7px;
    margin: 0;
    margin-left: 337px;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.contact .contact-info {
    color: #fffefe;
    font-size: 42px;
    position: absolute;
    bottom: 51px;
    right: 0px;
}
.contact .contact-info div {
    margin-bottom: 17px;
    background: transparent url("/images/contact-icons.png") no-repeat;
    padding-left: 58px;
}
.contact .contact-info div.contact-phone {
    background-position: 0px 5px;
}
.contact .contact-info div.contact-email {
    background-position: 0px -51px;
}
.contact a {
    color: inherit;
    text-decoration: none;
}
.contact a:hover {
    text-decoration: underline;
}
.footer {
    background: #d9d9d9;
}
.footer-inner {
    padding-top: 38px;
    padding-bottom: 80px;
    margin: 0 auto;
    width: 894px;
    position: relative;
}
.footer hr {
    margin: 0 auto;
    border: 0;
    border-bottom: 1px solid #333333;
    margin-top: 56px;
    margin-bottom: 50px;
}
.footer p {
    font-size: 14px;
    color: #666666;
    margin: 0 auto;
    margin-bottom: 3px;
    width: 884px;
}
.footer p a {
    text-decoration: none;
    color: #666666;
    font-weight: 900;
}
.footer p a:hover {
    text-decoration: underline;
}
.footer .nav {
    position: relative;
    top: 20px;
    left: 0;
}
.footer .fb-link,
.footer .tw-link {
    display: inline-block;
    position: absolute;
    background: transparent url("/images/social-icons.png") no-repeat;
    height: 38px;
    top: 44px;
}
.footer .fb-link {
    width: 22px;
    right: 70px;
}
.footer .tw-link {
    background-position: -22px 0px;
    width: 42px;
    right: 0px;
}

/* HAS JS */
.has-js .l6-hold,
.has-js .l5-s0-create-all,
.has-js .l5-s0-target-all,
.has-js .l5-s0-measure-all {
    opacity: 0;
    filter: alpha(opacity=0);
}

/* HAS CSS3 */
.has-css3 .l2-star2 {
    display: none;
}


/*** ANIMATION: ***/
/* INITIALBLUR */
@keyframes INITIALBLUR {
    0%, 50% {
        filter: blur(10px);
    }
    100% {
        filter: blur(0px);
    }
}
@-o-keyframes INITIALBLUR {
    0%, 50% {
        -o-filter: blur(10px);
    }
    100% {
        -o-filter: blur(0px);
    }
}
@-ms-keyframes INITIALBLUR {
    0%, 50% {
        -ms-filter: blur(10px);
    }
    100% {
        -ms-filter: blur(0px);
    }
}
@-moz-keyframes INITIALBLUR {
    0%, 50% {
        -moz-filter: blur(10px);
    }
    100% {
        -moz-filter: blur(0px);
    }
}
@-webkit-keyframes INITIALBLUR {
    0%, 50% {
        -webkit-filter: blur(10px);
    }
    100% {
        -webkit-filter: blur(0px);
    }
}



/* INTROTITLEFADEIN */
@keyframes INTROTITLEFADEIN {
    0%, 75% {
        opacity: 0;
        transform: translate3d(0px, 20px, 0px);
    }
    100% {
    }
}
@-o-keyframes INTROTITLEFADEIN {
    0%, 75% {
        opacity: 0;
        -o-transform: translate3d(0px, 20px, 0px);
    }
    100% {
    }
}
@-ms-keyframes INTROTITLEFADEIN {
    0%, 75% {
        opacity: 0;
        -ms-transform: translate3d(0px, 20px, 0px);
    }
    100% {
    }
}
@-moz-keyframes INTROTITLEFADEIN {
    0%, 75% {
        opacity: 0;
        -moz-transform: translate3d(0px, 20px, 0px);
    }
    100% {
    }
}
@-webkit-keyframes INTROTITLEFADEIN {
    0%, 75% {
        opacity: 0;
        -webkit-transform: translate3d(0px, 20px, 0px);
    }
    100% {
    }
}



/* INTROLOGOFADE */
@keyframes INTROLOGOFADE {
    0%, 10%, 100% {
        opacity: 0;
    }
    30%, 80% {
        opacity: 1;
    }
}
@-o-keyframes INTROLOGOFADE {
    0%, 10%, 100% {
        opacity: 0;
    }
    30%, 80% {
        opacity: 1;
    }
}
@-ms-keyframes INTROLOGOFADE {
    0%, 10%, 100% {
        opacity: 0;
    }
    30%, 80% {
        opacity: 1;
    }
}
@-moz-keyframes INTROLOGOFADE {
    0%, 10%, 100% {
        opacity: 0;
    }
    30%, 80% {
        opacity: 1;
    }
}
@-webkit-keyframes INTROLOGOFADE {
    0%, 10%, 100% {
        opacity: 0;
    }
    30%, 80% {
        opacity: 1;
    }
}



/* INTROFADEOUT */
@keyframes INTROFADEOUT {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes INTROFADEOUT {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-ms-keyframes INTROFADEOUT {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes INTROFADEOUT {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes INTROFADEOUT {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* GROWWIDTH */
@keyframes GROWWIDTH {
    0%, 15% {
        width: 0px;
    }
    100% {
    }
}
@-o-keyframes GROWWIDTH {
    0%, 15% {
        width: 0px;
    }
    100% {
    }
}
@-ms-keyframes GROWWIDTH {
    0%, 15% {
        width: 0px;
    }
    100% {
    }
}
@-moz-keyframes GROWWIDTH {
    0%, 15% {
        width: 0px;
    }
    100% {
    }
}
@-webkit-keyframes GROWWIDTH {
    0%, 15% {
        width: 0px;
    }
    100% {
    }
}


/* SWINGLEG */
@keyframes SWINGLEG {
    0%, 100% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(10deg);
    }
}
@-o-keyframes SWINGLEG {
    0%, 100% {
        -o-transform: rotate(-15deg);
    }
    50% {
        -o-transform: rotate(10deg);
    }
}
@-ms-keyframes SWINGLEG {
    0%, 100% {
        -ms-transform: rotate(-15deg);
    }
    50% {
        -ms-transform: rotate(10deg);
    }
}
@-moz-keyframes SWINGLEG {
    0%, 100% {
        -moz-transform: rotate(-15deg);
    }
    50% {
        -moz-transform: rotate(10deg);
    }
}
@-webkit-keyframes SWINGLEG {
    0%, 100% {
        -webkit-transform: rotate(-15deg);
    }
    50% {
        -webkit-transform: rotate(10deg);
    }
}

/* FADEIN */
@keyframes FADEIN {
    0% {
        opacity: 0;
    }
    100% {
    }
}
@-o-keyframes FADEIN {
    0% {
        opacity: 0;
    }
    100% {
    }
}
@-ms-keyframes FADEIN {
    0% {
        opacity: 0;
    }
    100% {
    }
}
@-moz-keyframes FADEIN {
    0% {
        opacity: 0;
    }
    100% {
    }
}
@-webkit-keyframes FADEIN {
    0% {
        opacity: 0;
    }
    100% {
    }
}

/* ARROWFADEIN */
@keyframes ARROWFADEIN {
    0% {
        opacity: 0;
        transform: translateY(-80px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
@-o-keyframes ARROWFADEIN {
    0% {
        opacity: 0;
        -o-transform: translateY(-80px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0px);
    }
}
@-ms-keyframes ARROWFADEIN {
    0% {
        opacity: 0;
        -ms-transform: translateY(-80px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }
}
@-moz-keyframes ARROWFADEIN {
    0% {
        opacity: 0;
        -moz-transform: translateY(-80px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }
}
@-webkit-keyframes ARROWFADEIN {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-80px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
}



/* ARROWPULSE */
@keyframes ARROWPULSE {
    0% {
        transform: translate3d(0px, 0px, 0px);
    }
    50% {
        transform: translate3d(0px, 10px, 0px);
    }
    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}
@-o-keyframes ARROWPULSE {
    0% {
        -o-transform: translate3d(0px, 0px, 0px);
    }
    50% {
        -o-transform: translate3d(0px, 10px, 0px);
    }
    100% {
        -o-transform: translate3d(0px, 0px, 0px);
    }
}
@-ms-keyframes ARROWPULSE {
    0% {
        -ms-transform: translate3d(0px, 0px, 0px);
    }
    50% {
        -ms-transform: translate3d(0px, 10px, 0px);
    }
    100% {
        -ms-transform: translate3d(0px, 0px, 0px);
    }
}
@-moz-keyframes ARROWPULSE {
    0% {
        -moz-transform: translate3d(0px, 0px, 0px);
    }
    50% {
        -moz-transform: translate3d(0px, 10px, 0px);
    }
    100% {
        -moz-transform: translate3d(0px, 0px, 0px);
    }
}
@-webkit-keyframes ARROWPULSE {
    0% {
        -webkit-transform: translate3d(0px, 0px, 0px);
    }
    50% {
        -webkit-transform: translate3d(0px, 10px, 0px);
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 0px);
    }
}



/* SLIDEINLEFT */
@keyframes SLIDEINLEFT {
    0%, 50% {
        opacity: 0;
        transform: translate3d(-50px, 0px, 0px);
    }
    100% {
    }
}
@-o-keyframes SLIDEINLEFT {
    0%, 50% {
        opacity: 0;
        -o-transform: translate3d(-50px, 0px, 0px);
    }
    100% {
    }
}
@-ms-keyframes SLIDEINLEFT {
    0%, 50% {
        opacity: 0;
        -ms-transform: translate3d(-50px, 0px, 0px);
    }
    100% {
    }
}
@-moz-keyframes SLIDEINLEFT {
    0%, 50% {
        opacity: 0;
        -moz-transform: translate3d(-50px, 0px, 0px);
    }
    100% {
    }
}
@-webkit-keyframes SLIDEINLEFT {
    0%, 50% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0px, 0px);
    }
    100% {
    }
}



/* BOUNCEIN */
@keyframes BOUNCEIN {
    0%, 75% {
        opacity: 0;
        transform: scale(0.6);
    }
    90%, 100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-o-keyframes BOUNCEIN {
    0%, 75% {
        opacity: 0;
        -o-transform: scale(0.6);
    }
    90%, 100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}
@-ms-keyframes BOUNCEIN {
    0%, 75% {
        opacity: 0;
        -ms-transform: scale(0.6);
    }
    90%, 100% {
        opacity: 1;
        -ms-transform: scale(1);
    }
}
@-moz-keyframes BOUNCEIN {
    0%, 75% {
        opacity: 0;
        -moz-transform: scale(0.6);
    }
    90%, 100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}
@-webkit-keyframes BOUNCEIN {
    0%, 75% {
        opacity: 0;
        -webkit-transform: scale(0.6);
    }
    90%, 100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}



/* ROTATE-CIRC */
@keyframes ROTATE-CIRC {
    0% {
        transform: rotate(-360deg);
    }
    100% {
    }
}
@-o-keyframes ROTATE-CIRC {
    0% {
        -o-transform: rotate(-360deg);
    }
    100% {
    }
}
@-ms-keyframes ROTATE-CIRC {
    0% {
        -ms-transform: rotate(-360deg);
    }
    100% {
    }
}
@-moz-keyframes ROTATE-CIRC {
    0% {
        -moz-transform: rotate(-360deg);
    }
    100% {
    }
}
@-webkit-keyframes ROTATE-CIRC {
    0% {
        -webkit-transform: rotate(-360deg);
    }
    100% {
    }
}
</pre></body></html>